From a0345fba1663d657c188168aabd277b151931e2b Mon Sep 17 00:00:00 2001 From: KITAGAWA Yasutaka Date: Sat, 23 Dec 2023 17:44:36 +0900 Subject: [PATCH] Fix parsing of pipe at the end of line --- corpus/pipe/pipe.nu | 26 + grammar.js | 1 + src/grammar.json | 12 + src/parser.c | 239723 +++++++++++++++++++++-------------------- 4 files changed, 119954 insertions(+), 119808 deletions(-) diff --git a/corpus/pipe/pipe.nu b/corpus/pipe/pipe.nu index 5549a0b..f8c0bbc 100644 --- a/corpus/pipe/pipe.nu +++ b/corpus/pipe/pipe.nu @@ -77,3 +77,29 @@ echo this (command (cmd_identifier) (val_variable))))) + +===== +pipe-004-end-of-line +===== + +echo this +| split row "i" | + str join + +----- + +(nu_script + (pipeline + (pipe_element + (command + (cmd_identifier) + (val_string))) + (pipe_element + (command + (cmd_identifier) + (val_string) + (val_string))) + (pipe_element + (command + (cmd_identifier) + (val_string))))) diff --git a/grammar.js b/grammar.js index 665e759..23639c7 100644 --- a/grammar.js +++ b/grammar.js @@ -405,6 +405,7 @@ module.exports = grammar({ ), // Allow for empty pipeline elements like `ls | | print` repeat1(seq(optional("\n"), PUNC().pipe)), + optional("\n"), ), pipe_element_last: ($) => diff --git a/src/grammar.json b/src/grammar.json index f0e9a15..18cc411 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -2658,6 +2658,18 @@ } ] } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "\n" + }, + { + "type": "BLANK" + } + ] } ] }, diff --git a/src/parser.c b/src/parser.c index 106e319..ace2ea6 100644 --- a/src/parser.c +++ b/src/parser.c @@ -14,7 +14,7 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 3746 +#define STATE_COUNT 3748 #define LARGE_STATE_COUNT 985 #define SYMBOL_COUNT 408 #define ALIAS_COUNT 0 @@ -3827,8 +3827,8 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3] = 3, [4] = 3, [5] = 2, - [6] = 3, - [7] = 2, + [6] = 2, + [7] = 3, [8] = 2, [9] = 3, [10] = 3, @@ -3851,103 +3851,103 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [27] = 20, [28] = 28, [29] = 28, - [30] = 30, + [30] = 28, [31] = 28, [32] = 28, [33] = 28, [34] = 28, [35] = 28, - [36] = 28, + [36] = 36, [37] = 37, - [38] = 38, + [38] = 37, [39] = 39, - [40] = 38, - [41] = 37, - [42] = 37, - [43] = 38, - [44] = 38, - [45] = 39, + [40] = 37, + [41] = 41, + [42] = 39, + [43] = 39, + [44] = 37, + [45] = 41, [46] = 39, - [47] = 38, + [47] = 39, [48] = 37, - [49] = 39, - [50] = 38, - [51] = 38, - [52] = 37, + [49] = 41, + [50] = 39, + [51] = 37, + [52] = 41, [53] = 39, - [54] = 38, + [54] = 54, [55] = 37, [56] = 39, - [57] = 38, - [58] = 38, - [59] = 38, - [60] = 37, - [61] = 39, - [62] = 38, + [57] = 39, + [58] = 37, + [59] = 41, + [60] = 39, + [61] = 37, + [62] = 41, [63] = 37, - [64] = 37, - [65] = 38, - [66] = 38, + [64] = 54, + [65] = 37, + [66] = 39, [67] = 39, - [68] = 39, - [69] = 37, - [70] = 38, - [71] = 37, - [72] = 38, + [68] = 41, + [69] = 39, + [70] = 37, + [71] = 41, + [72] = 39, [73] = 37, - [74] = 39, - [75] = 37, - [76] = 38, - [77] = 38, - [78] = 37, + [74] = 41, + [75] = 41, + [76] = 39, + [77] = 37, + [78] = 39, [79] = 37, - [80] = 39, - [81] = 37, - [82] = 38, + [80] = 41, + [81] = 39, + [82] = 39, [83] = 37, - [84] = 84, - [85] = 37, + [84] = 39, + [85] = 39, [86] = 37, - [87] = 39, - [88] = 38, - [89] = 38, + [87] = 41, + [88] = 41, + [89] = 39, [90] = 37, - [91] = 39, - [92] = 38, - [93] = 38, + [91] = 41, + [92] = 37, + [93] = 39, [94] = 37, - [95] = 38, - [96] = 39, - [97] = 37, - [98] = 38, - [99] = 38, + [95] = 37, + [96] = 41, + [97] = 39, + [98] = 39, + [99] = 39, [100] = 37, - [101] = 84, - [102] = 39, - [103] = 39, - [104] = 37, + [101] = 37, + [102] = 41, + [103] = 37, + [104] = 39, [105] = 105, [106] = 105, [107] = 3, [108] = 2, [109] = 3, [110] = 2, - [111] = 3, + [111] = 111, [112] = 2, - [113] = 113, - [114] = 113, + [113] = 3, + [114] = 111, [115] = 2, [116] = 2, [117] = 3, - [118] = 3, - [119] = 2, - [120] = 3, + [118] = 2, + [119] = 3, + [120] = 2, [121] = 2, [122] = 2, [123] = 3, - [124] = 2, - [125] = 125, - [126] = 3, + [124] = 3, + [125] = 3, + [126] = 126, [127] = 3, [128] = 2, [129] = 3, @@ -3962,1114 +3962,1114 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [138] = 138, [139] = 139, [140] = 140, - [141] = 133, + [141] = 141, [142] = 142, - [143] = 135, - [144] = 144, - [145] = 145, + [143] = 143, + [144] = 135, + [145] = 139, [146] = 146, - [147] = 132, + [147] = 147, [148] = 148, - [149] = 149, - [150] = 131, + [149] = 140, + [150] = 138, [151] = 151, - [152] = 140, - [153] = 153, - [154] = 134, - [155] = 139, - [156] = 156, - [157] = 157, - [158] = 158, - [159] = 130, + [152] = 133, + [153] = 134, + [154] = 154, + [155] = 155, + [156] = 137, + [157] = 131, + [158] = 130, + [159] = 159, [160] = 160, [161] = 161, - [162] = 136, - [163] = 163, - [164] = 138, - [165] = 137, - [166] = 133, - [167] = 156, - [168] = 139, - [169] = 163, - [170] = 142, - [171] = 131, - [172] = 138, - [173] = 136, - [174] = 134, - [175] = 175, - [176] = 140, - [177] = 157, - [178] = 149, - [179] = 179, - [180] = 130, - [181] = 137, - [182] = 148, - [183] = 161, - [184] = 135, - [185] = 146, - [186] = 153, - [187] = 187, - [188] = 132, - [189] = 145, - [190] = 151, - [191] = 158, - [192] = 144, - [193] = 160, + [162] = 162, + [163] = 132, + [164] = 164, + [165] = 136, + [166] = 141, + [167] = 167, + [168] = 143, + [169] = 161, + [170] = 138, + [171] = 147, + [172] = 132, + [173] = 130, + [174] = 137, + [175] = 151, + [176] = 134, + [177] = 140, + [178] = 154, + [179] = 131, + [180] = 180, + [181] = 164, + [182] = 146, + [183] = 148, + [184] = 155, + [185] = 159, + [186] = 135, + [187] = 133, + [188] = 136, + [189] = 160, + [190] = 142, + [191] = 191, + [192] = 162, + [193] = 139, [194] = 131, - [195] = 136, - [196] = 139, - [197] = 138, + [195] = 195, + [196] = 196, + [197] = 197, [198] = 198, - [199] = 140, + [199] = 199, [200] = 200, - [201] = 201, + [201] = 141, [202] = 202, - [203] = 203, + [203] = 147, [204] = 204, - [205] = 187, + [205] = 205, [206] = 206, [207] = 207, [208] = 208, - [209] = 130, - [210] = 210, + [209] = 132, + [210] = 136, [211] = 211, [212] = 212, - [213] = 213, + [213] = 2, [214] = 214, - [215] = 137, + [215] = 215, [216] = 216, [217] = 217, - [218] = 135, + [218] = 218, [219] = 219, [220] = 220, [221] = 221, - [222] = 179, - [223] = 161, - [224] = 224, - [225] = 225, - [226] = 132, - [227] = 133, - [228] = 163, + [222] = 142, + [223] = 223, + [224] = 148, + [225] = 130, + [226] = 226, + [227] = 227, + [228] = 228, [229] = 229, [230] = 230, [231] = 231, - [232] = 175, - [233] = 233, - [234] = 234, - [235] = 235, + [232] = 232, + [233] = 133, + [234] = 139, + [235] = 191, [236] = 236, - [237] = 237, + [237] = 137, [238] = 238, [239] = 239, - [240] = 240, + [240] = 151, [241] = 241, - [242] = 134, + [242] = 242, [243] = 243, - [244] = 244, + [244] = 140, [245] = 245, - [246] = 144, - [247] = 247, - [248] = 148, + [246] = 246, + [247] = 138, + [248] = 135, [249] = 249, - [250] = 2, - [251] = 251, + [250] = 167, + [251] = 134, [252] = 252, - [253] = 157, - [254] = 254, - [255] = 187, - [256] = 179, - [257] = 224, - [258] = 2, - [259] = 245, - [260] = 204, - [261] = 235, - [262] = 148, - [263] = 144, - [264] = 217, - [265] = 200, - [266] = 249, - [267] = 216, - [268] = 198, - [269] = 219, - [270] = 213, - [271] = 211, - [272] = 208, - [273] = 221, - [274] = 207, - [275] = 234, - [276] = 238, - [277] = 233, - [278] = 247, - [279] = 251, - [280] = 230, - [281] = 220, - [282] = 239, - [283] = 229, - [284] = 203, - [285] = 214, - [286] = 240, - [287] = 231, - [288] = 163, - [289] = 252, - [290] = 225, - [291] = 243, - [292] = 254, - [293] = 210, - [294] = 206, - [295] = 244, - [296] = 241, - [297] = 212, - [298] = 161, - [299] = 202, - [300] = 175, - [301] = 201, - [302] = 237, - [303] = 157, - [304] = 236, - [305] = 211, - [306] = 202, - [307] = 2, - [308] = 206, - [309] = 210, - [310] = 179, - [311] = 224, - [312] = 236, - [313] = 237, - [314] = 175, - [315] = 245, - [316] = 214, - [317] = 219, - [318] = 200, - [319] = 240, - [320] = 235, - [321] = 221, - [322] = 230, - [323] = 231, - [324] = 233, - [325] = 252, - [326] = 243, - [327] = 225, - [328] = 217, - [329] = 244, - [330] = 330, - [331] = 254, - [332] = 212, - [333] = 216, - [334] = 201, - [335] = 198, - [336] = 213, - [337] = 208, - [338] = 241, - [339] = 187, - [340] = 204, - [341] = 207, - [342] = 234, - [343] = 238, - [344] = 247, - [345] = 251, - [346] = 239, - [347] = 229, - [348] = 203, - [349] = 220, - [350] = 249, - [351] = 234, - [352] = 212, - [353] = 353, + [253] = 253, + [254] = 180, + [255] = 148, + [256] = 220, + [257] = 246, + [258] = 141, + [259] = 206, + [260] = 241, + [261] = 167, + [262] = 252, + [263] = 195, + [264] = 198, + [265] = 204, + [266] = 199, + [267] = 214, + [268] = 180, + [269] = 2, + [270] = 191, + [271] = 231, + [272] = 207, + [273] = 200, + [274] = 242, + [275] = 253, + [276] = 249, + [277] = 208, + [278] = 216, + [279] = 202, + [280] = 232, + [281] = 142, + [282] = 229, + [283] = 223, + [284] = 151, + [285] = 243, + [286] = 239, + [287] = 245, + [288] = 228, + [289] = 238, + [290] = 236, + [291] = 226, + [292] = 227, + [293] = 221, + [294] = 218, + [295] = 147, + [296] = 212, + [297] = 205, + [298] = 230, + [299] = 217, + [300] = 219, + [301] = 215, + [302] = 211, + [303] = 196, + [304] = 197, + [305] = 229, + [306] = 228, + [307] = 226, + [308] = 180, + [309] = 214, + [310] = 195, + [311] = 252, + [312] = 241, + [313] = 231, + [314] = 206, + [315] = 202, + [316] = 219, + [317] = 215, + [318] = 246, + [319] = 208, + [320] = 217, + [321] = 230, + [322] = 212, + [323] = 216, + [324] = 218, + [325] = 221, + [326] = 227, + [327] = 236, + [328] = 238, + [329] = 245, + [330] = 207, + [331] = 223, + [332] = 191, + [333] = 232, + [334] = 2, + [335] = 204, + [336] = 249, + [337] = 253, + [338] = 167, + [339] = 211, + [340] = 205, + [341] = 200, + [342] = 242, + [343] = 196, + [344] = 243, + [345] = 345, + [346] = 220, + [347] = 197, + [348] = 198, + [349] = 199, + [350] = 239, + [351] = 212, + [352] = 352, + [353] = 2, [354] = 354, - [355] = 217, - [356] = 216, - [357] = 213, - [358] = 211, - [359] = 208, - [360] = 2, - [361] = 207, + [355] = 355, + [356] = 356, + [357] = 357, + [358] = 358, + [359] = 359, + [360] = 345, + [361] = 361, [362] = 362, - [363] = 238, - [364] = 247, - [365] = 219, - [366] = 251, + [363] = 363, + [364] = 364, + [365] = 365, + [366] = 366, [367] = 367, [368] = 368, - [369] = 239, + [369] = 369, [370] = 370, [371] = 371, - [372] = 229, + [372] = 372, [373] = 373, - [374] = 203, + [374] = 374, [375] = 375, - [376] = 233, - [377] = 224, - [378] = 378, - [379] = 236, - [380] = 254, - [381] = 237, - [382] = 382, - [383] = 383, - [384] = 245, - [385] = 330, + [376] = 205, + [377] = 223, + [378] = 195, + [379] = 379, + [380] = 252, + [381] = 241, + [382] = 231, + [383] = 206, + [384] = 202, + [385] = 246, [386] = 386, - [387] = 235, - [388] = 200, - [389] = 201, - [390] = 240, - [391] = 198, - [392] = 392, - [393] = 393, - [394] = 241, + [387] = 217, + [388] = 230, + [389] = 216, + [390] = 208, + [391] = 207, + [392] = 218, + [393] = 204, + [394] = 394, [395] = 395, - [396] = 396, - [397] = 397, - [398] = 221, - [399] = 399, - [400] = 230, - [401] = 210, - [402] = 231, - [403] = 252, - [404] = 404, - [405] = 206, - [406] = 406, - [407] = 204, - [408] = 249, - [409] = 220, - [410] = 243, - [411] = 225, - [412] = 412, - [413] = 413, - [414] = 244, - [415] = 415, - [416] = 202, - [417] = 417, - [418] = 214, - [419] = 419, - [420] = 420, - [421] = 413, - [422] = 354, - [423] = 367, - [424] = 373, - [425] = 375, - [426] = 362, - [427] = 420, - [428] = 415, - [429] = 383, - [430] = 378, - [431] = 382, - [432] = 371, - [433] = 392, - [434] = 404, - [435] = 393, - [436] = 395, - [437] = 417, - [438] = 419, - [439] = 396, - [440] = 397, - [441] = 412, - [442] = 406, - [443] = 368, - [444] = 353, - [445] = 399, - [446] = 370, - [447] = 386, - [448] = 448, - [449] = 134, - [450] = 133, - [451] = 130, - [452] = 135, - [453] = 453, - [454] = 132, - [455] = 138, - [456] = 456, - [457] = 140, - [458] = 453, - [459] = 459, - [460] = 137, - [461] = 139, - [462] = 131, - [463] = 136, - [464] = 459, - [465] = 456, - [466] = 448, - [467] = 163, - [468] = 137, - [469] = 132, + [396] = 221, + [397] = 227, + [398] = 232, + [399] = 236, + [400] = 238, + [401] = 245, + [402] = 200, + [403] = 199, + [404] = 198, + [405] = 197, + [406] = 196, + [407] = 211, + [408] = 215, + [409] = 219, + [410] = 220, + [411] = 226, + [412] = 228, + [413] = 239, + [414] = 414, + [415] = 243, + [416] = 242, + [417] = 253, + [418] = 249, + [419] = 214, + [420] = 229, + [421] = 369, + [422] = 375, + [423] = 361, + [424] = 370, + [425] = 362, + [426] = 395, + [427] = 368, + [428] = 394, + [429] = 359, + [430] = 358, + [431] = 386, + [432] = 363, + [433] = 364, + [434] = 365, + [435] = 366, + [436] = 372, + [437] = 414, + [438] = 371, + [439] = 355, + [440] = 356, + [441] = 374, + [442] = 373, + [443] = 352, + [444] = 354, + [445] = 379, + [446] = 367, + [447] = 357, + [448] = 140, + [449] = 139, + [450] = 450, + [451] = 134, + [452] = 452, + [453] = 450, + [454] = 452, + [455] = 455, + [456] = 136, + [457] = 131, + [458] = 133, + [459] = 135, + [460] = 460, + [461] = 455, + [462] = 137, + [463] = 130, + [464] = 138, + [465] = 460, + [466] = 132, + [467] = 134, + [468] = 132, + [469] = 133, [470] = 140, - [471] = 161, - [472] = 138, - [473] = 139, - [474] = 136, + [471] = 136, + [472] = 135, + [473] = 141, + [474] = 138, [475] = 148, - [476] = 135, - [477] = 144, - [478] = 478, + [476] = 142, + [477] = 139, + [478] = 151, [479] = 479, [480] = 480, - [481] = 157, + [481] = 137, [482] = 130, - [483] = 134, - [484] = 133, + [483] = 483, + [484] = 131, [485] = 485, - [486] = 131, - [487] = 163, + [486] = 147, + [487] = 191, [488] = 488, - [489] = 161, - [490] = 157, - [491] = 187, - [492] = 492, - [493] = 175, - [494] = 144, - [495] = 148, - [496] = 179, - [497] = 488, - [498] = 498, + [489] = 141, + [490] = 147, + [491] = 491, + [492] = 180, + [493] = 148, + [494] = 142, + [495] = 495, + [496] = 167, + [497] = 497, + [498] = 151, [499] = 499, - [500] = 500, - [501] = 201, - [502] = 219, - [503] = 251, - [504] = 247, - [505] = 238, - [506] = 234, - [507] = 207, - [508] = 208, - [509] = 211, - [510] = 499, - [511] = 213, - [512] = 216, - [513] = 217, - [514] = 240, - [515] = 237, - [516] = 236, - [517] = 210, - [518] = 206, - [519] = 519, - [520] = 179, - [521] = 221, - [522] = 212, - [523] = 230, - [524] = 214, - [525] = 498, - [526] = 526, - [527] = 231, - [528] = 2, - [529] = 252, - [530] = 239, - [531] = 224, - [532] = 241, - [533] = 533, - [534] = 187, - [535] = 535, - [536] = 229, - [537] = 198, - [538] = 538, - [539] = 200, - [540] = 243, - [541] = 132, - [542] = 244, - [543] = 203, - [544] = 492, - [545] = 202, - [546] = 254, - [547] = 547, - [548] = 175, - [549] = 220, - [550] = 135, - [551] = 249, - [552] = 134, - [553] = 553, - [554] = 245, - [555] = 225, - [556] = 235, - [557] = 233, - [558] = 204, - [559] = 136, - [560] = 198, - [561] = 561, - [562] = 239, - [563] = 204, - [564] = 2, + [500] = 499, + [501] = 253, + [502] = 232, + [503] = 191, + [504] = 243, + [505] = 239, + [506] = 228, + [507] = 226, + [508] = 220, + [509] = 219, + [510] = 215, + [511] = 511, + [512] = 242, + [513] = 180, + [514] = 216, + [515] = 167, + [516] = 211, + [517] = 196, + [518] = 197, + [519] = 198, + [520] = 249, + [521] = 199, + [522] = 205, + [523] = 200, + [524] = 204, + [525] = 229, + [526] = 223, + [527] = 245, + [528] = 238, + [529] = 488, + [530] = 236, + [531] = 227, + [532] = 221, + [533] = 218, + [534] = 130, + [535] = 212, + [536] = 132, + [537] = 207, + [538] = 208, + [539] = 539, + [540] = 540, + [541] = 2, + [542] = 230, + [543] = 217, + [544] = 246, + [545] = 497, + [546] = 202, + [547] = 138, + [548] = 206, + [549] = 549, + [550] = 550, + [551] = 241, + [552] = 252, + [553] = 195, + [554] = 214, + [555] = 133, + [556] = 556, + [557] = 231, + [558] = 495, + [559] = 559, + [560] = 550, + [561] = 249, + [562] = 562, + [563] = 563, + [564] = 564, [565] = 565, - [566] = 249, - [567] = 220, - [568] = 202, - [569] = 547, - [570] = 570, - [571] = 526, - [572] = 134, - [573] = 244, - [574] = 132, - [575] = 210, - [576] = 576, - [577] = 206, - [578] = 241, - [579] = 243, - [580] = 252, - [581] = 231, - [582] = 582, - [583] = 135, - [584] = 230, - [585] = 201, - [586] = 221, - [587] = 212, - [588] = 136, - [589] = 254, - [590] = 225, - [591] = 233, - [592] = 219, - [593] = 214, - [594] = 519, - [595] = 200, - [596] = 237, - [597] = 235, - [598] = 161, - [599] = 236, - [600] = 148, - [601] = 144, - [602] = 224, - [603] = 240, - [604] = 217, - [605] = 216, - [606] = 213, - [607] = 607, + [566] = 566, + [567] = 200, + [568] = 246, + [569] = 199, + [570] = 133, + [571] = 207, + [572] = 198, + [573] = 208, + [574] = 197, + [575] = 196, + [576] = 211, + [577] = 217, + [578] = 230, + [579] = 132, + [580] = 212, + [581] = 216, + [582] = 218, + [583] = 221, + [584] = 215, + [585] = 227, + [586] = 586, + [587] = 559, + [588] = 588, + [589] = 202, + [590] = 590, + [591] = 556, + [592] = 592, + [593] = 593, + [594] = 138, + [595] = 206, + [596] = 236, + [597] = 232, + [598] = 231, + [599] = 241, + [600] = 238, + [601] = 219, + [602] = 602, + [603] = 245, + [604] = 130, + [605] = 220, + [606] = 540, + [607] = 141, [608] = 608, - [609] = 609, - [610] = 245, - [611] = 611, + [609] = 205, + [610] = 610, + [611] = 226, [612] = 612, [613] = 613, - [614] = 157, - [615] = 211, - [616] = 208, - [617] = 207, - [618] = 538, - [619] = 535, - [620] = 234, - [621] = 621, + [614] = 228, + [615] = 2, + [616] = 223, + [617] = 229, + [618] = 618, + [619] = 619, + [620] = 239, + [621] = 252, [622] = 622, - [623] = 533, - [624] = 624, - [625] = 625, - [626] = 238, - [627] = 247, + [623] = 623, + [624] = 243, + [625] = 242, + [626] = 626, + [627] = 195, [628] = 628, - [629] = 251, + [629] = 629, [630] = 630, [631] = 631, [632] = 632, - [633] = 633, - [634] = 634, - [635] = 229, - [636] = 203, + [633] = 214, + [634] = 147, + [635] = 511, + [636] = 204, [637] = 637, - [638] = 638, - [639] = 639, - [640] = 640, + [638] = 549, + [639] = 253, + [640] = 148, [641] = 641, - [642] = 642, - [643] = 639, - [644] = 608, - [645] = 607, - [646] = 609, - [647] = 611, - [648] = 648, - [649] = 612, - [650] = 161, - [651] = 157, - [652] = 144, - [653] = 613, - [654] = 148, - [655] = 648, - [656] = 175, - [657] = 561, - [658] = 621, - [659] = 637, - [660] = 638, - [661] = 622, - [662] = 570, - [663] = 576, - [664] = 565, - [665] = 582, - [666] = 631, - [667] = 632, - [668] = 633, - [669] = 624, - [670] = 179, - [671] = 187, - [672] = 634, - [673] = 630, - [674] = 641, - [675] = 642, - [676] = 625, - [677] = 628, - [678] = 640, - [679] = 179, - [680] = 680, - [681] = 681, - [682] = 682, - [683] = 648, - [684] = 136, - [685] = 685, - [686] = 139, - [687] = 134, - [688] = 245, - [689] = 187, - [690] = 135, - [691] = 132, + [642] = 142, + [643] = 608, + [644] = 628, + [645] = 564, + [646] = 563, + [647] = 629, + [648] = 180, + [649] = 148, + [650] = 167, + [651] = 592, + [652] = 590, + [653] = 588, + [654] = 586, + [655] = 593, + [656] = 602, + [657] = 657, + [658] = 632, + [659] = 142, + [660] = 565, + [661] = 566, + [662] = 610, + [663] = 612, + [664] = 630, + [665] = 631, + [666] = 562, + [667] = 641, + [668] = 657, + [669] = 637, + [670] = 626, + [671] = 141, + [672] = 623, + [673] = 191, + [674] = 147, + [675] = 622, + [676] = 619, + [677] = 618, + [678] = 613, + [679] = 191, + [680] = 141, + [681] = 131, + [682] = 130, + [683] = 683, + [684] = 180, + [685] = 132, + [686] = 138, + [687] = 687, + [688] = 167, + [689] = 147, + [690] = 690, + [691] = 691, [692] = 692, - [693] = 648, - [694] = 161, + [693] = 693, + [694] = 694, [695] = 695, - [696] = 235, - [697] = 697, - [698] = 698, + [696] = 696, + [697] = 657, + [698] = 232, [699] = 699, - [700] = 700, - [701] = 701, - [702] = 157, - [703] = 685, - [704] = 175, - [705] = 705, - [706] = 140, - [707] = 680, - [708] = 680, - [709] = 700, - [710] = 135, - [711] = 682, - [712] = 140, - [713] = 648, - [714] = 134, - [715] = 157, - [716] = 700, - [717] = 136, - [718] = 161, - [719] = 697, - [720] = 698, - [721] = 682, - [722] = 699, - [723] = 723, - [724] = 700, - [725] = 235, - [726] = 695, - [727] = 139, - [728] = 701, - [729] = 685, - [730] = 730, - [731] = 682, - [732] = 692, - [733] = 681, - [734] = 245, - [735] = 735, - [736] = 705, - [737] = 685, - [738] = 680, - [739] = 148, - [740] = 132, - [741] = 741, - [742] = 144, + [700] = 136, + [701] = 133, + [702] = 702, + [703] = 683, + [704] = 704, + [705] = 657, + [706] = 205, + [707] = 694, + [708] = 694, + [709] = 148, + [710] = 147, + [711] = 687, + [712] = 712, + [713] = 141, + [714] = 702, + [715] = 715, + [716] = 138, + [717] = 704, + [718] = 695, + [719] = 704, + [720] = 142, + [721] = 132, + [722] = 691, + [723] = 205, + [724] = 690, + [725] = 696, + [726] = 136, + [727] = 131, + [728] = 692, + [729] = 694, + [730] = 704, + [731] = 683, + [732] = 699, + [733] = 693, + [734] = 232, + [735] = 130, + [736] = 683, + [737] = 737, + [738] = 690, + [739] = 690, + [740] = 133, + [741] = 657, + [742] = 742, [743] = 743, - [744] = 682, + [744] = 205, [745] = 745, - [746] = 746, - [747] = 747, + [746] = 704, + [747] = 704, [748] = 748, - [749] = 175, + [749] = 749, [750] = 750, - [751] = 700, - [752] = 752, - [753] = 753, - [754] = 741, - [755] = 755, + [751] = 712, + [752] = 214, + [753] = 704, + [754] = 754, + [755] = 690, [756] = 756, [757] = 757, [758] = 758, - [759] = 682, - [760] = 648, - [761] = 682, + [759] = 690, + [760] = 760, + [761] = 761, [762] = 762, - [763] = 700, - [764] = 730, + [763] = 763, + [764] = 764, [765] = 765, - [766] = 680, + [766] = 690, [767] = 695, - [768] = 235, - [769] = 769, - [770] = 148, + [768] = 715, + [769] = 142, + [770] = 770, [771] = 771, - [772] = 772, + [772] = 148, [773] = 773, [774] = 774, [775] = 775, - [776] = 700, - [777] = 777, - [778] = 144, - [779] = 779, + [776] = 776, + [777] = 742, + [778] = 657, + [779] = 191, [780] = 780, [781] = 781, - [782] = 200, - [783] = 179, + [782] = 782, + [783] = 683, [784] = 784, - [785] = 785, - [786] = 187, - [787] = 723, - [788] = 788, + [785] = 694, + [786] = 786, + [787] = 180, + [788] = 167, [789] = 789, - [790] = 685, + [790] = 790, [791] = 791, [792] = 792, [793] = 793, - [794] = 794, + [794] = 780, [795] = 795, - [796] = 796, - [797] = 797, - [798] = 798, + [796] = 784, + [797] = 761, + [798] = 167, [799] = 799, [800] = 800, - [801] = 179, - [802] = 802, - [803] = 775, + [801] = 801, + [802] = 231, + [803] = 803, [804] = 804, [805] = 805, - [806] = 752, - [807] = 773, + [806] = 806, + [807] = 807, [808] = 808, - [809] = 200, + [809] = 809, [810] = 810, - [811] = 811, - [812] = 175, + [811] = 695, + [812] = 812, [813] = 813, [814] = 814, - [815] = 815, + [815] = 191, [816] = 816, [817] = 817, [818] = 818, - [819] = 685, + [819] = 819, [820] = 820, - [821] = 821, + [821] = 694, [822] = 822, - [823] = 789, + [823] = 748, [824] = 824, - [825] = 825, - [826] = 788, + [825] = 683, + [826] = 826, [827] = 827, [828] = 828, - [829] = 680, - [830] = 830, + [829] = 829, + [830] = 749, [831] = 831, - [832] = 832, + [832] = 760, [833] = 833, - [834] = 784, + [834] = 180, [835] = 835, - [836] = 747, + [836] = 750, [837] = 837, - [838] = 838, + [838] = 762, [839] = 839, - [840] = 700, + [840] = 840, [841] = 841, [842] = 842, - [843] = 746, - [844] = 758, + [843] = 843, + [844] = 844, [845] = 845, - [846] = 762, + [846] = 846, [847] = 847, - [848] = 252, - [849] = 187, - [850] = 850, - [851] = 851, - [852] = 756, - [853] = 853, - [854] = 854, - [855] = 855, - [856] = 856, + [848] = 848, + [849] = 849, + [850] = 205, + [851] = 758, + [852] = 852, + [853] = 782, + [854] = 771, + [855] = 754, + [856] = 216, [857] = 857, - [858] = 774, - [859] = 777, - [860] = 753, + [858] = 858, + [859] = 859, + [860] = 860, [861] = 861, [862] = 745, - [863] = 750, - [864] = 769, - [865] = 743, - [866] = 748, + [863] = 863, + [864] = 864, + [865] = 865, + [866] = 866, [867] = 867, - [868] = 241, - [869] = 869, - [870] = 870, - [871] = 245, + [868] = 868, + [869] = 775, + [870] = 756, + [871] = 232, [872] = 872, - [873] = 765, + [873] = 873, [874] = 874, - [875] = 875, - [876] = 771, + [875] = 773, + [876] = 876, [877] = 877, [878] = 878, - [879] = 682, + [879] = 781, [880] = 880, - [881] = 881, - [882] = 757, - [883] = 695, - [884] = 884, + [881] = 214, + [882] = 882, + [883] = 690, + [884] = 763, [885] = 885, [886] = 886, - [887] = 887, + [887] = 704, [888] = 888, - [889] = 235, - [890] = 755, + [889] = 776, + [890] = 890, [891] = 891, - [892] = 892, - [893] = 893, - [894] = 894, - [895] = 895, - [896] = 896, - [897] = 785, - [898] = 898, - [899] = 899, - [900] = 772, + [892] = 786, + [893] = 765, + [894] = 764, + [895] = 789, + [896] = 757, + [897] = 897, + [898] = 743, + [899] = 790, + [900] = 900, [901] = 901, - [902] = 781, - [903] = 903, + [902] = 902, + [903] = 774, [904] = 904, - [905] = 780, - [906] = 779, - [907] = 886, - [908] = 795, - [909] = 822, - [910] = 813, - [911] = 820, - [912] = 837, - [913] = 831, - [914] = 839, - [915] = 824, - [916] = 815, - [917] = 814, - [918] = 793, - [919] = 798, - [920] = 799, - [921] = 835, - [922] = 808, - [923] = 821, - [924] = 252, - [925] = 817, - [926] = 903, - [927] = 895, - [928] = 818, - [929] = 896, - [930] = 855, - [931] = 884, - [932] = 828, - [933] = 841, - [934] = 830, - [935] = 850, - [936] = 792, - [937] = 833, - [938] = 838, - [939] = 816, - [940] = 810, - [941] = 805, - [942] = 875, - [943] = 904, - [944] = 853, - [945] = 901, - [946] = 851, - [947] = 898, - [948] = 842, - [949] = 832, - [950] = 245, - [951] = 406, - [952] = 885, - [953] = 899, - [954] = 802, - [955] = 241, - [956] = 804, - [957] = 845, - [958] = 880, - [959] = 794, - [960] = 796, - [961] = 800, - [962] = 893, - [963] = 878, - [964] = 847, - [965] = 877, - [966] = 887, - [967] = 157, - [968] = 825, - [969] = 891, - [970] = 797, - [971] = 827, - [972] = 881, - [973] = 874, - [974] = 872, - [975] = 854, - [976] = 861, - [977] = 857, - [978] = 888, - [979] = 892, - [980] = 870, - [981] = 856, - [982] = 869, - [983] = 867, - [984] = 161, - [985] = 135, + [905] = 905, + [906] = 770, + [907] = 885, + [908] = 791, + [909] = 805, + [910] = 809, + [911] = 846, + [912] = 803, + [913] = 829, + [914] = 842, + [915] = 847, + [916] = 844, + [917] = 845, + [918] = 873, + [919] = 880, + [920] = 827, + [921] = 866, + [922] = 795, + [923] = 878, + [924] = 877, + [925] = 831, + [926] = 824, + [927] = 876, + [928] = 859, + [929] = 848, + [930] = 216, + [931] = 874, + [932] = 816, + [933] = 232, + [934] = 843, + [935] = 860, + [936] = 812, + [937] = 817, + [938] = 800, + [939] = 841, + [940] = 828, + [941] = 835, + [942] = 867, + [943] = 905, + [944] = 857, + [945] = 818, + [946] = 863, + [947] = 858, + [948] = 868, + [949] = 865, + [950] = 833, + [951] = 793, + [952] = 861, + [953] = 826, + [954] = 231, + [955] = 864, + [956] = 822, + [957] = 379, + [958] = 897, + [959] = 891, + [960] = 814, + [961] = 890, + [962] = 888, + [963] = 882, + [964] = 852, + [965] = 813, + [966] = 840, + [967] = 792, + [968] = 799, + [969] = 141, + [970] = 839, + [971] = 804, + [972] = 819, + [973] = 807, + [974] = 837, + [975] = 810, + [976] = 147, + [977] = 801, + [978] = 872, + [979] = 901, + [980] = 849, + [981] = 808, + [982] = 820, + [983] = 806, + [984] = 900, + [985] = 139, [986] = 986, - [987] = 134, + [987] = 987, [988] = 988, [989] = 989, - [990] = 990, - [991] = 136, - [992] = 406, + [990] = 130, + [991] = 132, + [992] = 992, [993] = 993, [994] = 994, [995] = 995, [996] = 996, - [997] = 997, - [998] = 998, + [997] = 379, + [998] = 138, [999] = 999, - [1000] = 133, + [1000] = 135, [1001] = 1001, [1002] = 1002, [1003] = 1003, [1004] = 1004, - [1005] = 138, - [1006] = 1006, - [1007] = 131, - [1008] = 140, - [1009] = 1009, - [1010] = 136, - [1011] = 137, - [1012] = 132, - [1013] = 134, - [1014] = 139, - [1015] = 138, - [1016] = 131, - [1017] = 139, - [1018] = 135, - [1019] = 144, - [1020] = 130, - [1021] = 132, - [1022] = 140, + [1005] = 1005, + [1006] = 140, + [1007] = 136, + [1008] = 1008, + [1009] = 134, + [1010] = 138, + [1011] = 140, + [1012] = 1008, + [1013] = 132, + [1014] = 137, + [1015] = 1015, + [1016] = 133, + [1017] = 130, + [1018] = 148, + [1019] = 142, + [1020] = 131, + [1021] = 137, + [1022] = 1022, [1023] = 133, - [1024] = 148, - [1025] = 130, - [1026] = 1026, - [1027] = 137, - [1028] = 1006, - [1029] = 200, - [1030] = 157, - [1031] = 163, - [1032] = 245, - [1033] = 179, - [1034] = 187, - [1035] = 1035, - [1036] = 163, - [1037] = 1037, - [1038] = 144, - [1039] = 148, - [1040] = 161, - [1041] = 371, - [1042] = 1042, - [1043] = 1043, - [1044] = 1043, - [1045] = 1043, - [1046] = 1043, - [1047] = 1043, - [1048] = 1043, - [1049] = 198, - [1050] = 244, - [1051] = 413, - [1052] = 1043, - [1053] = 1043, - [1054] = 179, - [1055] = 187, - [1056] = 1043, - [1057] = 1043, - [1058] = 175, - [1059] = 175, - [1060] = 1043, - [1061] = 383, - [1062] = 1043, - [1063] = 1043, - [1064] = 382, - [1065] = 1043, - [1066] = 1043, - [1067] = 367, - [1068] = 373, - [1069] = 420, - [1070] = 362, - [1071] = 393, - [1072] = 1043, - [1073] = 415, - [1074] = 375, - [1075] = 399, - [1076] = 1043, - [1077] = 397, - [1078] = 1043, - [1079] = 396, - [1080] = 395, - [1081] = 354, - [1082] = 353, - [1083] = 386, - [1084] = 368, - [1085] = 370, - [1086] = 417, - [1087] = 419, - [1088] = 392, - [1089] = 404, - [1090] = 412, - [1091] = 221, - [1092] = 211, - [1093] = 245, - [1094] = 241, - [1095] = 235, - [1096] = 1096, - [1097] = 392, - [1098] = 393, - [1099] = 417, - [1100] = 1100, - [1101] = 404, - [1102] = 412, - [1103] = 413, - [1104] = 419, - [1105] = 1105, - [1106] = 230, - [1107] = 203, - [1108] = 229, + [1024] = 131, + [1025] = 135, + [1026] = 136, + [1027] = 139, + [1028] = 134, + [1029] = 1029, + [1030] = 151, + [1031] = 142, + [1032] = 151, + [1033] = 141, + [1034] = 1034, + [1035] = 147, + [1036] = 180, + [1037] = 167, + [1038] = 214, + [1039] = 232, + [1040] = 148, + [1041] = 1041, + [1042] = 368, + [1043] = 1041, + [1044] = 1041, + [1045] = 355, + [1046] = 180, + [1047] = 191, + [1048] = 167, + [1049] = 1041, + [1050] = 395, + [1051] = 352, + [1052] = 358, + [1053] = 1041, + [1054] = 1041, + [1055] = 1041, + [1056] = 354, + [1057] = 359, + [1058] = 372, + [1059] = 414, + [1060] = 1041, + [1061] = 1041, + [1062] = 1041, + [1063] = 1041, + [1064] = 1041, + [1065] = 218, + [1066] = 356, + [1067] = 369, + [1068] = 1041, + [1069] = 1041, + [1070] = 1041, + [1071] = 191, + [1072] = 1041, + [1073] = 1073, + [1074] = 370, + [1075] = 1041, + [1076] = 202, + [1077] = 375, + [1078] = 394, + [1079] = 1041, + [1080] = 364, + [1081] = 357, + [1082] = 361, + [1083] = 365, + [1084] = 366, + [1085] = 367, + [1086] = 373, + [1087] = 362, + [1088] = 374, + [1089] = 371, + [1090] = 363, + [1091] = 241, + [1092] = 369, + [1093] = 374, + [1094] = 223, + [1095] = 373, + [1096] = 212, + [1097] = 372, + [1098] = 200, + [1099] = 199, + [1100] = 198, + [1101] = 197, + [1102] = 196, + [1103] = 211, + [1104] = 215, + [1105] = 219, + [1106] = 220, + [1107] = 226, + [1108] = 228, [1109] = 239, - [1110] = 251, - [1111] = 247, - [1112] = 238, - [1113] = 234, - [1114] = 207, - [1115] = 208, - [1116] = 211, - [1117] = 213, - [1118] = 216, - [1119] = 217, - [1120] = 1096, - [1121] = 420, - [1122] = 362, - [1123] = 240, - [1124] = 415, - [1125] = 399, - [1126] = 397, - [1127] = 396, - [1128] = 2, - [1129] = 395, - [1130] = 200, - [1131] = 354, - [1132] = 210, - [1133] = 206, - [1134] = 247, - [1135] = 353, - [1136] = 224, - [1137] = 206, - [1138] = 210, - [1139] = 240, - [1140] = 221, - [1141] = 203, - [1142] = 229, - [1143] = 239, - [1144] = 251, - [1145] = 201, - [1146] = 238, - [1147] = 234, - [1148] = 207, - [1149] = 208, - [1150] = 370, - [1151] = 213, - [1152] = 216, - [1153] = 230, - [1154] = 236, - [1155] = 237, - [1156] = 214, - [1157] = 219, - [1158] = 371, - [1159] = 231, - [1160] = 233, - [1161] = 243, - [1162] = 225, - [1163] = 254, - [1164] = 212, - [1165] = 201, - [1166] = 217, - [1167] = 224, - [1168] = 386, - [1169] = 244, - [1170] = 368, - [1171] = 231, - [1172] = 1105, - [1173] = 383, - [1174] = 382, - [1175] = 241, - [1176] = 236, - [1177] = 237, - [1178] = 214, - [1179] = 219, - [1180] = 233, - [1181] = 204, - [1182] = 225, - [1183] = 254, - [1184] = 249, - [1185] = 212, - [1186] = 252, - [1187] = 198, - [1188] = 220, - [1189] = 202, - [1190] = 202, - [1191] = 243, - [1192] = 367, - [1193] = 373, - [1194] = 375, - [1195] = 235, - [1196] = 1196, - [1197] = 252, - [1198] = 204, - [1199] = 249, - [1200] = 220, + [1110] = 243, + [1111] = 371, + [1112] = 218, + [1113] = 367, + [1114] = 227, + [1115] = 1115, + [1116] = 366, + [1117] = 365, + [1118] = 364, + [1119] = 363, + [1120] = 208, + [1121] = 207, + [1122] = 204, + [1123] = 200, + [1124] = 199, + [1125] = 198, + [1126] = 197, + [1127] = 196, + [1128] = 211, + [1129] = 362, + [1130] = 361, + [1131] = 215, + [1132] = 242, + [1133] = 219, + [1134] = 357, + [1135] = 359, + [1136] = 358, + [1137] = 1137, + [1138] = 220, + [1139] = 229, + [1140] = 195, + [1141] = 226, + [1142] = 355, + [1143] = 356, + [1144] = 228, + [1145] = 352, + [1146] = 354, + [1147] = 236, + [1148] = 252, + [1149] = 239, + [1150] = 243, + [1151] = 241, + [1152] = 231, + [1153] = 205, + [1154] = 368, + [1155] = 238, + [1156] = 245, + [1157] = 1137, + [1158] = 230, + [1159] = 217, + [1160] = 246, + [1161] = 223, + [1162] = 229, + [1163] = 249, + [1164] = 253, + [1165] = 202, + [1166] = 207, + [1167] = 1167, + [1168] = 206, + [1169] = 221, + [1170] = 2, + [1171] = 252, + [1172] = 370, + [1173] = 195, + [1174] = 206, + [1175] = 238, + [1176] = 1115, + [1177] = 1177, + [1178] = 216, + [1179] = 231, + [1180] = 214, + [1181] = 246, + [1182] = 245, + [1183] = 208, + [1184] = 205, + [1185] = 204, + [1186] = 217, + [1187] = 230, + [1188] = 212, + [1189] = 414, + [1190] = 242, + [1191] = 216, + [1192] = 236, + [1193] = 394, + [1194] = 232, + [1195] = 395, + [1196] = 227, + [1197] = 221, + [1198] = 249, + [1199] = 375, + [1200] = 253, [1201] = 1201, [1202] = 1202, - [1203] = 1203, - [1204] = 1203, + [1203] = 1202, + [1204] = 1204, [1205] = 1205, - [1206] = 1202, - [1207] = 1207, - [1208] = 1205, - [1209] = 1207, + [1206] = 1206, + [1207] = 1204, + [1208] = 1206, + [1209] = 1205, [1210] = 1210, [1211] = 1211, - [1212] = 1211, + [1212] = 1212, [1213] = 1210, [1214] = 1211, - [1215] = 1210, + [1215] = 1211, [1216] = 1210, - [1217] = 1211, - [1218] = 1210, + [1217] = 1210, + [1218] = 1211, [1219] = 1211, - [1220] = 1220, - [1221] = 1210, - [1222] = 1211, + [1220] = 1211, + [1221] = 1211, + [1222] = 1210, [1223] = 1211, - [1224] = 1210, + [1224] = 1211, [1225] = 1210, - [1226] = 1211, + [1226] = 1210, [1227] = 1211, - [1228] = 1210, + [1228] = 1211, [1229] = 1210, [1230] = 1211, [1231] = 1210, - [1232] = 1210, - [1233] = 1211, - [1234] = 1211, + [1232] = 1211, + [1233] = 1233, + [1234] = 1210, [1235] = 1210, [1236] = 1211, [1237] = 1210, - [1238] = 1211, - [1239] = 1210, + [1238] = 1210, + [1239] = 1211, [1240] = 1210, - [1241] = 1211, - [1242] = 1242, - [1243] = 1210, - [1244] = 1210, - [1245] = 1211, - [1246] = 1211, - [1247] = 1247, - [1248] = 1210, + [1241] = 1210, + [1242] = 1211, + [1243] = 1243, + [1244] = 1211, + [1245] = 1210, + [1246] = 1210, + [1247] = 1210, + [1248] = 1211, [1249] = 1211, [1250] = 1250, [1251] = 1251, @@ -5077,35 +5077,35 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1253] = 1253, [1254] = 1254, [1255] = 1255, - [1256] = 1256, + [1256] = 1251, [1257] = 1257, [1258] = 1258, [1259] = 1259, [1260] = 1260, - [1261] = 1258, - [1262] = 1256, - [1263] = 1260, + [1261] = 1261, + [1262] = 1262, + [1263] = 1263, [1264] = 1264, [1265] = 1265, [1266] = 1266, - [1267] = 1259, - [1268] = 1250, - [1269] = 1255, + [1267] = 1267, + [1268] = 1268, + [1269] = 1264, [1270] = 1270, [1271] = 1271, [1272] = 1272, [1273] = 1273, [1274] = 1274, [1275] = 1275, - [1276] = 1257, + [1276] = 1276, [1277] = 1277, [1278] = 1278, [1279] = 1279, [1280] = 1280, [1281] = 1281, - [1282] = 1254, - [1283] = 1253, - [1284] = 1252, + [1282] = 1265, + [1283] = 1283, + [1284] = 1284, [1285] = 1285, [1286] = 1286, [1287] = 1287, @@ -5120,115 +5120,115 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1296] = 1296, [1297] = 1297, [1298] = 1298, - [1299] = 1299, - [1300] = 1286, - [1301] = 1274, - [1302] = 1278, - [1303] = 1287, - [1304] = 1288, - [1305] = 1289, - [1306] = 1290, - [1307] = 1291, - [1308] = 1292, - [1309] = 1293, - [1310] = 1294, - [1311] = 1280, + [1299] = 1263, + [1300] = 1300, + [1301] = 1301, + [1302] = 1262, + [1303] = 1261, + [1304] = 1304, + [1305] = 1305, + [1306] = 1306, + [1307] = 1298, + [1308] = 1308, + [1309] = 1297, + [1310] = 1310, + [1311] = 1270, [1312] = 1312, [1313] = 1313, [1314] = 1314, [1315] = 1315, - [1316] = 1277, + [1316] = 1316, [1317] = 1317, [1318] = 1318, [1319] = 1319, - [1320] = 1320, + [1320] = 1271, [1321] = 1321, - [1322] = 1322, - [1323] = 1323, - [1324] = 1324, - [1325] = 1325, - [1326] = 1326, - [1327] = 1327, - [1328] = 1328, - [1329] = 1329, - [1330] = 1330, - [1331] = 1285, - [1332] = 1332, - [1333] = 1333, - [1334] = 1334, - [1335] = 1335, - [1336] = 1314, - [1337] = 1315, - [1338] = 1299, - [1339] = 1339, - [1340] = 1317, - [1341] = 1318, - [1342] = 1319, - [1343] = 1320, - [1344] = 1334, - [1345] = 1335, - [1346] = 1339, - [1347] = 1347, - [1348] = 1348, - [1349] = 1349, - [1350] = 1347, - [1351] = 1348, - [1352] = 1349, - [1353] = 1353, - [1354] = 1321, - [1355] = 1322, - [1356] = 1323, - [1357] = 1324, - [1358] = 1325, - [1359] = 1326, - [1360] = 1327, - [1361] = 1328, - [1362] = 1329, - [1363] = 1330, - [1364] = 1251, - [1365] = 1332, - [1366] = 1333, - [1367] = 1264, - [1368] = 1265, - [1369] = 1266, - [1370] = 1270, - [1371] = 1279, - [1372] = 1271, - [1373] = 1275, - [1374] = 1313, - [1375] = 1312, - [1376] = 1376, - [1377] = 1353, + [1322] = 1308, + [1323] = 1278, + [1324] = 1273, + [1325] = 1276, + [1326] = 1275, + [1327] = 1272, + [1328] = 1268, + [1329] = 1267, + [1330] = 1257, + [1331] = 1331, + [1332] = 1255, + [1333] = 1254, + [1334] = 1281, + [1335] = 1283, + [1336] = 1336, + [1337] = 1296, + [1338] = 1295, + [1339] = 1294, + [1340] = 1293, + [1341] = 1292, + [1342] = 1291, + [1343] = 1290, + [1344] = 1289, + [1345] = 1288, + [1346] = 1287, + [1347] = 1286, + [1348] = 1285, + [1349] = 1336, + [1350] = 1284, + [1351] = 1314, + [1352] = 1313, + [1353] = 1312, + [1354] = 1354, + [1355] = 1321, + [1356] = 1274, + [1357] = 1319, + [1358] = 1358, + [1359] = 1318, + [1360] = 1317, + [1361] = 1316, + [1362] = 1362, + [1363] = 1315, + [1364] = 1364, + [1365] = 1354, + [1366] = 1253, + [1367] = 1277, + [1368] = 1368, + [1369] = 1260, + [1370] = 1259, + [1371] = 1258, + [1372] = 1372, + [1373] = 1250, + [1374] = 1374, + [1375] = 1375, + [1376] = 1252, + [1377] = 1377, [1378] = 1378, - [1379] = 1379, + [1379] = 1331, [1380] = 1380, - [1381] = 1381, - [1382] = 1382, + [1381] = 1310, + [1382] = 1279, [1383] = 1383, - [1384] = 1384, + [1384] = 1280, [1385] = 1385, - [1386] = 1386, - [1387] = 1387, + [1386] = 1300, + [1387] = 1301, [1388] = 1388, [1389] = 1389, - [1390] = 1281, - [1391] = 1295, - [1392] = 1376, - [1393] = 1378, - [1394] = 1379, - [1395] = 1380, - [1396] = 1381, - [1397] = 1382, - [1398] = 1383, - [1399] = 1384, - [1400] = 1385, - [1401] = 1386, - [1402] = 1387, - [1403] = 1388, - [1404] = 1389, - [1405] = 1296, - [1406] = 1298, - [1407] = 1297, + [1390] = 1390, + [1391] = 1304, + [1392] = 1305, + [1393] = 1306, + [1394] = 1266, + [1395] = 1358, + [1396] = 1389, + [1397] = 1362, + [1398] = 1364, + [1399] = 1388, + [1400] = 1390, + [1401] = 1372, + [1402] = 1368, + [1403] = 1385, + [1404] = 1374, + [1405] = 1375, + [1406] = 1380, + [1407] = 1383, [1408] = 1408, [1409] = 1408, [1410] = 1408, @@ -5236,983 +5236,983 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1412] = 1412, [1413] = 1413, [1414] = 1414, - [1415] = 1415, + [1415] = 1414, [1416] = 1416, - [1417] = 1414, + [1417] = 1413, [1418] = 1418, [1419] = 1419, [1420] = 1420, [1421] = 1421, - [1422] = 1422, + [1422] = 1419, [1423] = 1423, [1424] = 1424, [1425] = 1425, [1426] = 1426, [1427] = 1427, - [1428] = 1427, - [1429] = 1419, - [1430] = 1426, + [1428] = 1428, + [1429] = 1429, + [1430] = 1430, [1431] = 1431, - [1432] = 1415, + [1432] = 1414, [1433] = 1416, - [1434] = 1414, - [1435] = 1425, - [1436] = 1418, - [1437] = 1419, - [1438] = 1421, - [1439] = 1422, - [1440] = 1423, - [1441] = 1424, - [1442] = 1425, - [1443] = 1443, - [1444] = 1426, - [1445] = 1427, - [1446] = 1427, - [1447] = 1427, - [1448] = 1426, - [1449] = 1449, - [1450] = 1424, - [1451] = 1431, - [1452] = 1415, - [1453] = 1416, - [1454] = 1414, - [1455] = 1418, - [1456] = 1423, - [1457] = 1419, - [1458] = 1421, - [1459] = 1422, - [1460] = 1423, - [1461] = 1425, - [1462] = 1424, - [1463] = 1425, - [1464] = 1426, - [1465] = 1422, - [1466] = 1422, - [1467] = 1421, + [1434] = 1434, + [1435] = 1423, + [1436] = 1436, + [1437] = 1437, + [1438] = 1438, + [1439] = 1413, + [1440] = 1418, + [1441] = 1420, + [1442] = 1421, + [1443] = 1413, + [1444] = 1419, + [1445] = 1423, + [1446] = 1438, + [1447] = 1414, + [1448] = 1416, + [1449] = 1414, + [1450] = 1418, + [1451] = 1430, + [1452] = 1429, + [1453] = 1428, + [1454] = 1431, + [1455] = 1430, + [1456] = 1424, + [1457] = 1420, + [1458] = 1419, + [1459] = 1428, + [1460] = 1429, + [1461] = 1421, + [1462] = 1423, + [1463] = 1421, + [1464] = 1418, + [1465] = 1413, + [1466] = 1416, + [1467] = 1414, [1468] = 1431, - [1469] = 1415, - [1470] = 1419, - [1471] = 1418, - [1472] = 1416, - [1473] = 1424, - [1474] = 1423, - [1475] = 1422, - [1476] = 1421, - [1477] = 1414, - [1478] = 1414, - [1479] = 1416, - [1480] = 1418, - [1481] = 1419, - [1482] = 1421, - [1483] = 1422, - [1484] = 1418, - [1485] = 1414, - [1486] = 1416, - [1487] = 1423, - [1488] = 1443, - [1489] = 1424, - [1490] = 1415, - [1491] = 1425, - [1492] = 1426, - [1493] = 1493, - [1494] = 1431, - [1495] = 1415, - [1496] = 1496, - [1497] = 1427, + [1469] = 1430, + [1470] = 1429, + [1471] = 1428, + [1472] = 1424, + [1473] = 1423, + [1474] = 1428, + [1475] = 1419, + [1476] = 1419, + [1477] = 1424, + [1478] = 1478, + [1479] = 1423, + [1480] = 1421, + [1481] = 1420, + [1482] = 1418, + [1483] = 1413, + [1484] = 1423, + [1485] = 1424, + [1486] = 1429, + [1487] = 1430, + [1488] = 1431, + [1489] = 1414, + [1490] = 1416, + [1491] = 1413, + [1492] = 1418, + [1493] = 1416, + [1494] = 1420, + [1495] = 1424, + [1496] = 1414, + [1497] = 1425, [1498] = 1431, - [1499] = 1415, - [1500] = 1416, - [1501] = 1414, - [1502] = 1418, - [1503] = 1419, - [1504] = 1421, - [1505] = 1422, - [1506] = 1423, - [1507] = 1424, - [1508] = 1425, - [1509] = 1426, - [1510] = 1427, - [1511] = 1426, - [1512] = 1512, - [1513] = 1431, - [1514] = 1425, - [1515] = 1424, - [1516] = 1449, - [1517] = 1427, - [1518] = 1423, - [1519] = 1422, - [1520] = 1421, - [1521] = 1420, - [1522] = 1419, - [1523] = 1418, - [1524] = 1427, - [1525] = 1414, - [1526] = 1431, - [1527] = 1426, - [1528] = 1416, - [1529] = 1425, - [1530] = 1415, - [1531] = 1431, - [1532] = 1415, - [1533] = 1424, - [1534] = 1423, - [1535] = 1416, - [1536] = 1422, - [1537] = 1414, - [1538] = 1418, - [1539] = 1419, - [1540] = 1421, - [1541] = 1422, - [1542] = 1423, - [1543] = 1424, - [1544] = 1425, - [1545] = 1427, - [1546] = 1421, - [1547] = 1431, - [1548] = 1415, - [1549] = 1416, - [1550] = 1426, - [1551] = 1427, - [1552] = 1426, - [1553] = 1425, - [1554] = 1424, - [1555] = 1423, - [1556] = 1431, - [1557] = 1414, - [1558] = 1418, - [1559] = 1421, - [1560] = 1419, - [1561] = 1418, - [1562] = 1414, - [1563] = 1416, - [1564] = 1415, - [1565] = 1415, - [1566] = 1419, - [1567] = 1421, - [1568] = 1416, - [1569] = 1414, - [1570] = 1431, - [1571] = 1418, - [1572] = 1419, - [1573] = 1421, - [1574] = 1422, - [1575] = 1423, - [1576] = 1576, - [1577] = 1422, - [1578] = 1424, - [1579] = 1425, - [1580] = 1426, - [1581] = 1427, - [1582] = 1576, - [1583] = 1419, + [1499] = 1430, + [1500] = 1413, + [1501] = 1418, + [1502] = 1420, + [1503] = 1421, + [1504] = 1419, + [1505] = 1423, + [1506] = 1424, + [1507] = 1428, + [1508] = 1429, + [1509] = 1430, + [1510] = 1431, + [1511] = 1414, + [1512] = 1416, + [1513] = 1429, + [1514] = 1421, + [1515] = 1428, + [1516] = 1430, + [1517] = 1424, + [1518] = 1419, + [1519] = 1423, + [1520] = 1419, + [1521] = 1421, + [1522] = 1420, + [1523] = 1419, + [1524] = 1418, + [1525] = 1423, + [1526] = 1421, + [1527] = 1424, + [1528] = 1420, + [1529] = 1429, + [1530] = 1416, + [1531] = 1428, + [1532] = 1421, + [1533] = 1431, + [1534] = 1420, + [1535] = 1418, + [1536] = 1429, + [1537] = 1413, + [1538] = 1430, + [1539] = 1430, + [1540] = 1431, + [1541] = 1414, + [1542] = 1424, + [1543] = 1428, + [1544] = 1416, + [1545] = 1429, + [1546] = 1428, + [1547] = 1424, + [1548] = 1421, + [1549] = 1413, + [1550] = 1418, + [1551] = 1420, + [1552] = 1423, + [1553] = 1419, + [1554] = 1421, + [1555] = 1430, + [1556] = 1420, + [1557] = 1418, + [1558] = 1429, + [1559] = 1413, + [1560] = 1430, + [1561] = 1421, + [1562] = 1419, + [1563] = 1423, + [1564] = 1416, + [1565] = 1414, + [1566] = 1431, + [1567] = 1424, + [1568] = 1428, + [1569] = 1428, + [1570] = 1429, + [1571] = 1430, + [1572] = 1431, + [1573] = 1431, + [1574] = 1431, + [1575] = 1414, + [1576] = 1416, + [1577] = 1429, + [1578] = 1429, + [1579] = 1428, + [1580] = 1424, + [1581] = 1423, + [1582] = 1413, + [1583] = 1414, [1584] = 1418, - [1585] = 1431, - [1586] = 1416, - [1587] = 1415, - [1588] = 1431, - [1589] = 1427, + [1585] = 1420, + [1586] = 1426, + [1587] = 1419, + [1588] = 1421, + [1589] = 1420, [1590] = 1419, - [1591] = 1426, - [1592] = 1425, + [1591] = 1416, + [1592] = 1423, [1593] = 1424, - [1594] = 1423, - [1595] = 1422, - [1596] = 1421, - [1597] = 1423, - [1598] = 1419, - [1599] = 1418, - [1600] = 1424, + [1594] = 1428, + [1595] = 1429, + [1596] = 1430, + [1597] = 1431, + [1598] = 1418, + [1599] = 1431, + [1600] = 1416, [1601] = 1414, - [1602] = 1416, - [1603] = 1415, - [1604] = 1431, - [1605] = 1427, - [1606] = 1426, - [1607] = 1425, - [1608] = 1424, - [1609] = 1423, - [1610] = 1422, - [1611] = 1425, - [1612] = 1421, - [1613] = 1426, - [1614] = 1418, - [1615] = 1493, - [1616] = 1427, + [1602] = 1602, + [1603] = 1413, + [1604] = 1416, + [1605] = 1416, + [1606] = 1478, + [1607] = 1413, + [1608] = 1418, + [1609] = 1431, + [1610] = 1420, + [1611] = 1428, + [1612] = 1420, + [1613] = 1419, + [1614] = 1428, + [1615] = 1430, + [1616] = 1430, [1617] = 1414, - [1618] = 1416, - [1619] = 1415, - [1620] = 1431, - [1621] = 1427, - [1622] = 1426, - [1623] = 1425, - [1624] = 1424, - [1625] = 1423, - [1626] = 1422, - [1627] = 1421, - [1628] = 1419, - [1629] = 1512, - [1630] = 1418, - [1631] = 1414, - [1632] = 1496, - [1633] = 1633, - [1634] = 1634, - [1635] = 1416, - [1636] = 1415, - [1637] = 1431, - [1638] = 163, - [1639] = 130, - [1640] = 139, - [1641] = 138, - [1642] = 136, - [1643] = 137, - [1644] = 133, - [1645] = 163, - [1646] = 140, - [1647] = 134, - [1648] = 132, - [1649] = 131, - [1650] = 135, - [1651] = 135, - [1652] = 132, - [1653] = 144, - [1654] = 139, - [1655] = 138, - [1656] = 131, - [1657] = 140, - [1658] = 148, - [1659] = 134, - [1660] = 163, - [1661] = 157, - [1662] = 133, - [1663] = 163, - [1664] = 136, - [1665] = 161, - [1666] = 163, - [1667] = 163, - [1668] = 137, - [1669] = 130, - [1670] = 175, - [1671] = 135, - [1672] = 161, - [1673] = 648, - [1674] = 134, - [1675] = 131, - [1676] = 179, - [1677] = 163, - [1678] = 136, - [1679] = 148, - [1680] = 144, - [1681] = 157, - [1682] = 187, - [1683] = 163, - [1684] = 134, - [1685] = 161, - [1686] = 2, - [1687] = 221, + [1618] = 1423, + [1619] = 1424, + [1620] = 1420, + [1621] = 1424, + [1622] = 1431, + [1623] = 1418, + [1624] = 1421, + [1625] = 1413, + [1626] = 1418, + [1627] = 1423, + [1628] = 1413, + [1629] = 1434, + [1630] = 1429, + [1631] = 1631, + [1632] = 1416, + [1633] = 1631, + [1634] = 1419, + [1635] = 1421, + [1636] = 1427, + [1637] = 1414, + [1638] = 151, + [1639] = 135, + [1640] = 136, + [1641] = 130, + [1642] = 139, + [1643] = 131, + [1644] = 132, + [1645] = 138, + [1646] = 133, + [1647] = 151, + [1648] = 140, + [1649] = 134, + [1650] = 137, + [1651] = 131, + [1652] = 142, + [1653] = 151, + [1654] = 141, + [1655] = 132, + [1656] = 151, + [1657] = 151, + [1658] = 137, + [1659] = 139, + [1660] = 133, + [1661] = 134, + [1662] = 151, + [1663] = 130, + [1664] = 138, + [1665] = 148, + [1666] = 147, + [1667] = 135, + [1668] = 140, + [1669] = 136, + [1670] = 191, + [1671] = 142, + [1672] = 151, + [1673] = 180, + [1674] = 151, + [1675] = 141, + [1676] = 147, + [1677] = 657, + [1678] = 137, + [1679] = 138, + [1680] = 148, + [1681] = 132, + [1682] = 130, + [1683] = 167, + [1684] = 141, + [1685] = 2, + [1686] = 147, + [1687] = 214, [1688] = 1688, - [1689] = 230, + [1689] = 1689, [1690] = 1690, - [1691] = 214, - [1692] = 219, - [1693] = 231, - [1694] = 252, - [1695] = 648, - [1696] = 680, - [1697] = 756, - [1698] = 233, - [1699] = 175, - [1700] = 243, - [1701] = 685, - [1702] = 225, - [1703] = 254, - [1704] = 136, - [1705] = 244, - [1706] = 1706, - [1707] = 1707, - [1708] = 1708, - [1709] = 212, - [1710] = 201, - [1711] = 1711, - [1712] = 1712, + [1691] = 1691, + [1692] = 1692, + [1693] = 1693, + [1694] = 148, + [1695] = 142, + [1696] = 249, + [1697] = 229, + [1698] = 223, + [1699] = 195, + [1700] = 252, + [1701] = 241, + [1702] = 245, + [1703] = 238, + [1704] = 231, + [1705] = 253, + [1706] = 138, + [1707] = 236, + [1708] = 151, + [1709] = 227, + [1710] = 221, + [1711] = 205, + [1712] = 218, [1713] = 1713, - [1714] = 245, - [1715] = 132, - [1716] = 144, - [1717] = 148, - [1718] = 198, - [1719] = 241, - [1720] = 200, - [1721] = 202, - [1722] = 135, - [1723] = 236, - [1724] = 237, - [1725] = 220, - [1726] = 187, - [1727] = 249, - [1728] = 157, - [1729] = 235, - [1730] = 179, - [1731] = 204, - [1732] = 163, - [1733] = 252, - [1734] = 233, - [1735] = 157, - [1736] = 243, - [1737] = 244, - [1738] = 179, - [1739] = 136, - [1740] = 161, - [1741] = 1741, - [1742] = 1742, - [1743] = 201, - [1744] = 212, - [1745] = 163, - [1746] = 237, - [1747] = 241, - [1748] = 148, - [1749] = 144, - [1750] = 132, - [1751] = 214, - [1752] = 221, - [1753] = 219, - [1754] = 1754, - [1755] = 2, - [1756] = 200, - [1757] = 1757, - [1758] = 136, - [1759] = 1759, - [1760] = 1760, - [1761] = 135, - [1762] = 1690, - [1763] = 680, - [1764] = 756, - [1765] = 1713, - [1766] = 235, - [1767] = 1712, - [1768] = 134, - [1769] = 1711, - [1770] = 1708, - [1771] = 198, - [1772] = 685, - [1773] = 1707, - [1774] = 1688, - [1775] = 1706, - [1776] = 236, - [1777] = 135, - [1778] = 230, - [1779] = 204, - [1780] = 134, - [1781] = 231, - [1782] = 187, - [1783] = 225, - [1784] = 1784, - [1785] = 254, - [1786] = 249, - [1787] = 202, - [1788] = 220, - [1789] = 245, - [1790] = 131, - [1791] = 1791, - [1792] = 135, - [1793] = 130, - [1794] = 139, - [1795] = 148, - [1796] = 131, - [1797] = 133, - [1798] = 131, - [1799] = 243, - [1800] = 134, - [1801] = 161, - [1802] = 138, - [1803] = 175, - [1804] = 157, - [1805] = 136, - [1806] = 157, - [1807] = 148, - [1808] = 144, - [1809] = 140, - [1810] = 179, - [1811] = 134, - [1812] = 144, - [1813] = 136, - [1814] = 1814, - [1815] = 135, - [1816] = 131, - [1817] = 131, - [1818] = 132, - [1819] = 161, - [1820] = 136, - [1821] = 135, - [1822] = 187, - [1823] = 136, - [1824] = 161, - [1825] = 137, - [1826] = 135, - [1827] = 210, - [1828] = 157, - [1829] = 134, - [1830] = 134, + [1714] = 232, + [1715] = 1715, + [1716] = 683, + [1717] = 216, + [1718] = 133, + [1719] = 212, + [1720] = 230, + [1721] = 130, + [1722] = 217, + [1723] = 758, + [1724] = 191, + [1725] = 167, + [1726] = 657, + [1727] = 206, + [1728] = 202, + [1729] = 180, + [1730] = 132, + [1731] = 246, + [1732] = 694, + [1733] = 1693, + [1734] = 218, + [1735] = 1689, + [1736] = 1690, + [1737] = 1691, + [1738] = 130, + [1739] = 245, + [1740] = 167, + [1741] = 148, + [1742] = 142, + [1743] = 147, + [1744] = 1744, + [1745] = 1692, + [1746] = 1746, + [1747] = 141, + [1748] = 216, + [1749] = 1749, + [1750] = 2, + [1751] = 227, + [1752] = 180, + [1753] = 232, + [1754] = 221, + [1755] = 223, + [1756] = 229, + [1757] = 241, + [1758] = 236, + [1759] = 758, + [1760] = 683, + [1761] = 238, + [1762] = 694, + [1763] = 212, + [1764] = 130, + [1765] = 132, + [1766] = 252, + [1767] = 1688, + [1768] = 1715, + [1769] = 151, + [1770] = 132, + [1771] = 231, + [1772] = 205, + [1773] = 1773, + [1774] = 214, + [1775] = 138, + [1776] = 1776, + [1777] = 206, + [1778] = 202, + [1779] = 133, + [1780] = 195, + [1781] = 230, + [1782] = 1782, + [1783] = 1713, + [1784] = 138, + [1785] = 1785, + [1786] = 217, + [1787] = 246, + [1788] = 137, + [1789] = 249, + [1790] = 253, + [1791] = 130, + [1792] = 142, + [1793] = 147, + [1794] = 138, + [1795] = 141, + [1796] = 132, + [1797] = 130, + [1798] = 138, + [1799] = 137, + [1800] = 132, + [1801] = 130, + [1802] = 131, + [1803] = 136, + [1804] = 137, + [1805] = 132, + [1806] = 138, + [1807] = 132, + [1808] = 130, + [1809] = 137, + [1810] = 138, + [1811] = 147, + [1812] = 134, + [1813] = 191, + [1814] = 142, + [1815] = 148, + [1816] = 133, + [1817] = 167, + [1818] = 206, + [1819] = 147, + [1820] = 140, + [1821] = 141, + [1822] = 148, + [1823] = 137, + [1824] = 139, + [1825] = 135, + [1826] = 1826, + [1827] = 180, + [1828] = 141, + [1829] = 1829, + [1830] = 207, [1831] = 1831, - [1832] = 157, - [1833] = 161, - [1834] = 144, - [1835] = 179, - [1836] = 157, - [1837] = 157, + [1832] = 1832, + [1833] = 147, + [1834] = 142, + [1835] = 148, + [1836] = 142, + [1837] = 141, [1838] = 148, - [1839] = 161, - [1840] = 175, - [1841] = 148, - [1842] = 144, + [1839] = 147, + [1840] = 141, + [1841] = 180, + [1842] = 167, [1843] = 148, - [1844] = 144, - [1845] = 144, - [1846] = 131, - [1847] = 136, - [1848] = 148, - [1849] = 161, - [1850] = 187, - [1851] = 157, - [1852] = 187, - [1853] = 134, - [1854] = 135, - [1855] = 179, - [1856] = 245, - [1857] = 161, + [1844] = 142, + [1845] = 147, + [1846] = 141, + [1847] = 148, + [1848] = 142, + [1849] = 147, + [1850] = 141, + [1851] = 167, + [1852] = 232, + [1853] = 130, + [1854] = 132, + [1855] = 191, + [1856] = 137, + [1857] = 138, [1858] = 1858, - [1859] = 175, - [1860] = 132, + [1859] = 180, + [1860] = 180, [1861] = 1861, - [1862] = 136, - [1863] = 210, - [1864] = 1858, - [1865] = 1865, - [1866] = 138, - [1867] = 148, - [1868] = 144, - [1869] = 134, - [1870] = 1831, - [1871] = 179, - [1872] = 187, - [1873] = 136, - [1874] = 136, - [1875] = 133, - [1876] = 157, - [1877] = 161, - [1878] = 135, - [1879] = 131, - [1880] = 179, - [1881] = 187, - [1882] = 132, - [1883] = 134, - [1884] = 130, - [1885] = 243, - [1886] = 187, - [1887] = 179, - [1888] = 131, - [1889] = 1865, - [1890] = 187, - [1891] = 135, - [1892] = 135, - [1893] = 137, - [1894] = 140, - [1895] = 139, - [1896] = 134, - [1897] = 245, - [1898] = 179, - [1899] = 145, - [1900] = 138, - [1901] = 133, - [1902] = 130, - [1903] = 151, + [1862] = 167, + [1863] = 141, + [1864] = 180, + [1865] = 180, + [1866] = 167, + [1867] = 1867, + [1868] = 167, + [1869] = 137, + [1870] = 180, + [1871] = 135, + [1872] = 1872, + [1873] = 1861, + [1874] = 130, + [1875] = 132, + [1876] = 1831, + [1877] = 138, + [1878] = 232, + [1879] = 207, + [1880] = 139, + [1881] = 138, + [1882] = 137, + [1883] = 167, + [1884] = 147, + [1885] = 191, + [1886] = 130, + [1887] = 132, + [1888] = 140, + [1889] = 206, + [1890] = 132, + [1891] = 130, + [1892] = 134, + [1893] = 1867, + [1894] = 138, + [1895] = 133, + [1896] = 148, + [1897] = 142, + [1898] = 136, + [1899] = 133, + [1900] = 131, + [1901] = 134, + [1902] = 211, + [1903] = 223, [1904] = 136, - [1905] = 243, - [1906] = 137, - [1907] = 206, - [1908] = 138, - [1909] = 240, - [1910] = 132, - [1911] = 146, - [1912] = 133, - [1913] = 203, - [1914] = 229, - [1915] = 239, - [1916] = 251, - [1917] = 148, - [1918] = 144, - [1919] = 245, - [1920] = 247, - [1921] = 132, - [1922] = 135, - [1923] = 238, - [1924] = 134, - [1925] = 234, - [1926] = 207, - [1927] = 130, - [1928] = 208, - [1929] = 134, - [1930] = 136, + [1905] = 245, + [1906] = 238, + [1907] = 236, + [1908] = 207, + [1909] = 227, + [1910] = 161, + [1911] = 221, + [1912] = 218, + [1913] = 131, + [1914] = 212, + [1915] = 230, + [1916] = 217, + [1917] = 246, + [1918] = 202, + [1919] = 241, + [1920] = 252, + [1921] = 137, + [1922] = 1922, + [1923] = 195, + [1924] = 1924, + [1925] = 138, + [1926] = 132, + [1927] = 207, + [1928] = 142, + [1929] = 148, + [1930] = 130, [1931] = 1931, - [1932] = 235, - [1933] = 135, - [1934] = 142, - [1935] = 1935, - [1936] = 131, - [1937] = 211, - [1938] = 153, - [1939] = 138, - [1940] = 156, - [1941] = 139, - [1942] = 213, - [1943] = 216, - [1944] = 149, - [1945] = 158, - [1946] = 217, - [1947] = 130, - [1948] = 2, - [1949] = 148, - [1950] = 144, - [1951] = 157, - [1952] = 136, - [1953] = 161, - [1954] = 243, - [1955] = 224, - [1956] = 137, - [1957] = 210, - [1958] = 160, - [1959] = 157, - [1960] = 131, - [1961] = 139, - [1962] = 161, - [1963] = 210, - [1964] = 139, - [1965] = 132, - [1966] = 1966, - [1967] = 179, - [1968] = 134, - [1969] = 187, - [1970] = 131, - [1971] = 135, - [1972] = 1972, - [1973] = 136, - [1974] = 133, - [1975] = 140, + [1932] = 1932, + [1933] = 147, + [1934] = 216, + [1935] = 141, + [1936] = 231, + [1937] = 214, + [1938] = 135, + [1939] = 154, + [1940] = 204, + [1941] = 136, + [1942] = 133, + [1943] = 180, + [1944] = 139, + [1945] = 200, + [1946] = 167, + [1947] = 199, + [1948] = 198, + [1949] = 133, + [1950] = 147, + [1951] = 137, + [1952] = 141, + [1953] = 249, + [1954] = 147, + [1955] = 146, + [1956] = 141, + [1957] = 142, + [1958] = 197, + [1959] = 196, + [1960] = 229, + [1961] = 148, + [1962] = 253, + [1963] = 207, + [1964] = 155, + [1965] = 143, + [1966] = 137, + [1967] = 130, + [1968] = 139, + [1969] = 132, + [1970] = 215, + [1971] = 148, + [1972] = 205, + [1973] = 142, + [1974] = 138, + [1975] = 138, [1976] = 131, - [1977] = 140, - [1978] = 144, - [1979] = 200, - [1980] = 252, - [1981] = 144, - [1982] = 157, - [1983] = 241, - [1984] = 148, - [1985] = 161, - [1986] = 148, - [1987] = 135, - [1988] = 210, - [1989] = 134, - [1990] = 1990, + [1977] = 132, + [1978] = 130, + [1979] = 130, + [1980] = 132, + [1981] = 133, + [1982] = 232, + [1983] = 164, + [1984] = 142, + [1985] = 148, + [1986] = 137, + [1987] = 138, + [1988] = 219, + [1989] = 162, + [1990] = 160, [1991] = 1991, - [1992] = 134, - [1993] = 236, - [1994] = 140, - [1995] = 198, - [1996] = 237, - [1997] = 135, - [1998] = 201, - [1999] = 212, - [2000] = 254, - [2001] = 136, - [2002] = 219, - [2003] = 225, - [2004] = 243, - [2005] = 214, - [2006] = 137, - [2007] = 221, - [2008] = 230, - [2009] = 231, - [2010] = 244, - [2011] = 132, - [2012] = 202, - [2013] = 220, - [2014] = 249, - [2015] = 233, - [2016] = 204, - [2017] = 187, - [2018] = 144, - [2019] = 160, - [2020] = 144, - [2021] = 2021, - [2022] = 151, - [2023] = 648, - [2024] = 146, - [2025] = 131, - [2026] = 2026, - [2027] = 2027, - [2028] = 157, + [1992] = 133, + [1993] = 220, + [1994] = 135, + [1995] = 226, + [1996] = 228, + [1997] = 131, + [1998] = 159, + [1999] = 136, + [2000] = 239, + [2001] = 206, + [2002] = 139, + [2003] = 2, + [2004] = 2004, + [2005] = 130, + [2006] = 140, + [2007] = 206, + [2008] = 243, + [2009] = 138, + [2010] = 134, + [2011] = 140, + [2012] = 134, + [2013] = 206, + [2014] = 140, + [2015] = 242, + [2016] = 208, + [2017] = 132, + [2018] = 135, + [2019] = 143, + [2020] = 2020, + [2021] = 141, + [2022] = 147, + [2023] = 133, + [2024] = 180, + [2025] = 1922, + [2026] = 167, + [2027] = 134, + [2028] = 147, [2029] = 2029, - [2030] = 156, - [2031] = 210, - [2032] = 161, - [2033] = 2033, - [2034] = 157, - [2035] = 2035, - [2036] = 187, - [2037] = 148, - [2038] = 144, - [2039] = 157, + [2030] = 130, + [2031] = 206, + [2032] = 141, + [2033] = 140, + [2034] = 154, + [2035] = 132, + [2036] = 138, + [2037] = 207, + [2038] = 2038, + [2039] = 2039, [2040] = 2040, [2041] = 142, - [2042] = 179, - [2043] = 161, - [2044] = 682, - [2045] = 136, - [2046] = 161, - [2047] = 1972, - [2048] = 179, - [2049] = 187, - [2050] = 153, - [2051] = 148, - [2052] = 134, - [2053] = 135, - [2054] = 144, - [2055] = 1966, - [2056] = 145, - [2057] = 149, - [2058] = 175, - [2059] = 2059, - [2060] = 148, - [2061] = 700, - [2062] = 161, - [2063] = 144, - [2064] = 137, - [2065] = 158, - [2066] = 157, - [2067] = 157, - [2068] = 2059, - [2069] = 161, - [2070] = 132, - [2071] = 179, - [2072] = 243, - [2073] = 130, - [2074] = 175, - [2075] = 138, - [2076] = 2076, - [2077] = 139, - [2078] = 2078, - [2079] = 148, - [2080] = 187, - [2081] = 148, - [2082] = 179, - [2083] = 133, - [2084] = 140, - [2085] = 175, + [2042] = 148, + [2043] = 2043, + [2044] = 180, + [2045] = 2045, + [2046] = 2046, + [2047] = 2047, + [2048] = 131, + [2049] = 191, + [2050] = 147, + [2051] = 1924, + [2052] = 141, + [2053] = 139, + [2054] = 137, + [2055] = 136, + [2056] = 191, + [2057] = 657, + [2058] = 135, + [2059] = 180, + [2060] = 167, + [2061] = 690, + [2062] = 148, + [2063] = 2029, + [2064] = 141, + [2065] = 141, + [2066] = 164, + [2067] = 147, + [2068] = 148, + [2069] = 159, + [2070] = 704, + [2071] = 148, + [2072] = 142, + [2073] = 142, + [2074] = 162, + [2075] = 142, + [2076] = 142, + [2077] = 167, + [2078] = 148, + [2079] = 160, + [2080] = 167, + [2081] = 180, + [2082] = 161, + [2083] = 147, + [2084] = 146, + [2085] = 155, [2086] = 2086, - [2087] = 210, - [2088] = 136, - [2089] = 235, - [2090] = 187, - [2091] = 131, - [2092] = 179, - [2093] = 685, - [2094] = 134, - [2095] = 241, - [2096] = 236, - [2097] = 245, - [2098] = 175, - [2099] = 237, - [2100] = 214, - [2101] = 200, - [2102] = 219, - [2103] = 224, - [2104] = 135, - [2105] = 233, - [2106] = 2106, - [2107] = 138, - [2108] = 217, - [2109] = 225, - [2110] = 216, - [2111] = 213, - [2112] = 211, - [2113] = 208, - [2114] = 207, - [2115] = 234, - [2116] = 238, - [2117] = 247, - [2118] = 251, - [2119] = 239, - [2120] = 229, - [2121] = 203, + [2087] = 180, + [2088] = 683, + [2089] = 249, + [2090] = 253, + [2091] = 214, + [2092] = 167, + [2093] = 242, + [2094] = 139, + [2095] = 180, + [2096] = 243, + [2097] = 239, + [2098] = 228, + [2099] = 226, + [2100] = 220, + [2101] = 219, + [2102] = 215, + [2103] = 211, + [2104] = 196, + [2105] = 197, + [2106] = 198, + [2107] = 199, + [2108] = 200, + [2109] = 229, + [2110] = 2110, + [2111] = 191, + [2112] = 223, + [2113] = 2113, + [2114] = 131, + [2115] = 207, + [2116] = 2047, + [2117] = 2043, + [2118] = 704, + [2119] = 245, + [2120] = 238, + [2121] = 204, [2122] = 2122, - [2123] = 254, - [2124] = 139, - [2125] = 212, - [2126] = 695, - [2127] = 240, - [2128] = 187, - [2129] = 179, - [2130] = 137, - [2131] = 201, - [2132] = 206, - [2133] = 2040, - [2134] = 198, - [2135] = 2021, - [2136] = 140, - [2137] = 204, - [2138] = 2, - [2139] = 249, - [2140] = 220, - [2141] = 148, - [2142] = 144, - [2143] = 202, - [2144] = 133, - [2145] = 245, - [2146] = 179, - [2147] = 187, - [2148] = 700, - [2149] = 179, - [2150] = 244, - [2151] = 252, - [2152] = 235, - [2153] = 231, - [2154] = 648, - [2155] = 230, - [2156] = 187, - [2157] = 221, - [2158] = 132, - [2159] = 187, - [2160] = 175, - [2161] = 175, - [2162] = 179, - [2163] = 682, - [2164] = 130, - [2165] = 680, - [2166] = 243, - [2167] = 201, - [2168] = 211, - [2169] = 2169, + [2123] = 236, + [2124] = 140, + [2125] = 206, + [2126] = 227, + [2127] = 208, + [2128] = 221, + [2129] = 218, + [2130] = 212, + [2131] = 230, + [2132] = 191, + [2133] = 217, + [2134] = 180, + [2135] = 246, + [2136] = 202, + [2137] = 167, + [2138] = 205, + [2139] = 167, + [2140] = 241, + [2141] = 180, + [2142] = 252, + [2143] = 195, + [2144] = 191, + [2145] = 130, + [2146] = 2, + [2147] = 136, + [2148] = 690, + [2149] = 180, + [2150] = 132, + [2151] = 167, + [2152] = 148, + [2153] = 142, + [2154] = 216, + [2155] = 137, + [2156] = 134, + [2157] = 231, + [2158] = 167, + [2159] = 133, + [2160] = 232, + [2161] = 695, + [2162] = 205, + [2163] = 138, + [2164] = 135, + [2165] = 657, + [2166] = 694, + [2167] = 232, + [2168] = 191, + [2169] = 229, [2170] = 2170, - [2171] = 2171, - [2172] = 2172, - [2173] = 2173, - [2174] = 210, - [2175] = 161, - [2176] = 230, - [2177] = 2177, - [2178] = 2178, - [2179] = 2179, - [2180] = 132, - [2181] = 221, - [2182] = 202, - [2183] = 235, - [2184] = 252, - [2185] = 220, - [2186] = 249, - [2187] = 204, - [2188] = 241, - [2189] = 198, - [2190] = 201, - [2191] = 212, - [2192] = 254, - [2193] = 225, - [2194] = 233, - [2195] = 219, - [2196] = 214, - [2197] = 200, - [2198] = 237, - [2199] = 236, - [2200] = 244, - [2201] = 2172, - [2202] = 2171, - [2203] = 2170, - [2204] = 2, - [2205] = 2, - [2206] = 224, - [2207] = 148, - [2208] = 144, - [2209] = 217, - [2210] = 216, - [2211] = 213, - [2212] = 208, - [2213] = 207, - [2214] = 234, - [2215] = 238, - [2216] = 247, - [2217] = 251, - [2218] = 239, - [2219] = 245, - [2220] = 229, - [2221] = 203, - [2222] = 245, - [2223] = 135, - [2224] = 240, - [2225] = 134, - [2226] = 136, - [2227] = 206, - [2228] = 235, - [2229] = 131, - [2230] = 245, - [2231] = 2231, - [2232] = 200, - [2233] = 235, - [2234] = 206, - [2235] = 2169, - [2236] = 2173, - [2237] = 2178, - [2238] = 2177, - [2239] = 252, - [2240] = 241, - [2241] = 695, - [2242] = 680, - [2243] = 252, - [2244] = 685, - [2245] = 240, - [2246] = 241, - [2247] = 245, - [2248] = 200, - [2249] = 221, - [2250] = 230, - [2251] = 231, - [2252] = 244, - [2253] = 202, - [2254] = 220, - [2255] = 249, - [2256] = 204, - [2257] = 140, - [2258] = 198, - [2259] = 201, - [2260] = 212, - [2261] = 175, - [2262] = 254, - [2263] = 225, - [2264] = 233, - [2265] = 203, - [2266] = 229, - [2267] = 239, - [2268] = 251, - [2269] = 247, - [2270] = 238, - [2271] = 234, - [2272] = 207, - [2273] = 208, - [2274] = 211, - [2275] = 213, - [2276] = 216, - [2277] = 217, - [2278] = 139, - [2279] = 175, - [2280] = 219, - [2281] = 187, - [2282] = 214, - [2283] = 237, - [2284] = 236, + [2171] = 195, + [2172] = 208, + [2173] = 241, + [2174] = 205, + [2175] = 252, + [2176] = 241, + [2177] = 202, + [2178] = 252, + [2179] = 207, + [2180] = 202, + [2181] = 195, + [2182] = 246, + [2183] = 2183, + [2184] = 246, + [2185] = 217, + [2186] = 2186, + [2187] = 230, + [2188] = 212, + [2189] = 216, + [2190] = 204, + [2191] = 218, + [2192] = 221, + [2193] = 227, + [2194] = 236, + [2195] = 238, + [2196] = 245, + [2197] = 217, + [2198] = 230, + [2199] = 212, + [2200] = 131, + [2201] = 223, + [2202] = 205, + [2203] = 218, + [2204] = 221, + [2205] = 227, + [2206] = 236, + [2207] = 238, + [2208] = 137, + [2209] = 245, + [2210] = 232, + [2211] = 229, + [2212] = 683, + [2213] = 136, + [2214] = 191, + [2215] = 214, + [2216] = 223, + [2217] = 229, + [2218] = 249, + [2219] = 249, + [2220] = 253, + [2221] = 195, + [2222] = 253, + [2223] = 200, + [2224] = 214, + [2225] = 252, + [2226] = 199, + [2227] = 198, + [2228] = 241, + [2229] = 197, + [2230] = 202, + [2231] = 147, + [2232] = 205, + [2233] = 246, + [2234] = 196, + [2235] = 211, + [2236] = 208, + [2237] = 217, + [2238] = 215, + [2239] = 230, + [2240] = 212, + [2241] = 218, + [2242] = 221, + [2243] = 227, + [2244] = 130, + [2245] = 236, + [2246] = 219, + [2247] = 204, + [2248] = 238, + [2249] = 220, + [2250] = 199, + [2251] = 214, + [2252] = 226, + [2253] = 132, + [2254] = 245, + [2255] = 228, + [2256] = 141, + [2257] = 2257, + [2258] = 239, + [2259] = 243, + [2260] = 232, + [2261] = 191, + [2262] = 2262, + [2263] = 142, + [2264] = 2264, + [2265] = 148, + [2266] = 231, + [2267] = 200, + [2268] = 199, + [2269] = 198, + [2270] = 197, + [2271] = 196, + [2272] = 211, + [2273] = 215, + [2274] = 219, + [2275] = 220, + [2276] = 226, + [2277] = 228, + [2278] = 239, + [2279] = 243, + [2280] = 223, + [2281] = 232, + [2282] = 2282, + [2283] = 180, + [2284] = 695, [2285] = 2285, - [2286] = 224, - [2287] = 221, - [2288] = 230, - [2289] = 231, - [2290] = 179, - [2291] = 231, - [2292] = 244, - [2293] = 202, - [2294] = 220, - [2295] = 249, - [2296] = 204, - [2297] = 198, - [2298] = 212, - [2299] = 206, - [2300] = 254, - [2301] = 225, - [2302] = 233, - [2303] = 157, - [2304] = 219, - [2305] = 214, - [2306] = 2179, - [2307] = 138, - [2308] = 200, - [2309] = 237, - [2310] = 240, - [2311] = 236, - [2312] = 137, - [2313] = 235, - [2314] = 224, - [2315] = 243, - [2316] = 130, - [2317] = 217, - [2318] = 216, - [2319] = 213, - [2320] = 211, - [2321] = 208, - [2322] = 133, - [2323] = 207, - [2324] = 234, - [2325] = 238, - [2326] = 247, - [2327] = 251, - [2328] = 239, - [2329] = 229, - [2330] = 203, - [2331] = 206, - [2332] = 2332, + [2286] = 694, + [2287] = 2170, + [2288] = 242, + [2289] = 214, + [2290] = 2290, + [2291] = 249, + [2292] = 167, + [2293] = 253, + [2294] = 242, + [2295] = 216, + [2296] = 138, + [2297] = 134, + [2298] = 2298, + [2299] = 216, + [2300] = 2282, + [2301] = 208, + [2302] = 205, + [2303] = 242, + [2304] = 206, + [2305] = 231, + [2306] = 140, + [2307] = 232, + [2308] = 2, + [2309] = 135, + [2310] = 2, + [2311] = 243, + [2312] = 204, + [2313] = 239, + [2314] = 2186, + [2315] = 2183, + [2316] = 228, + [2317] = 226, + [2318] = 220, + [2319] = 2257, + [2320] = 219, + [2321] = 215, + [2322] = 231, + [2323] = 211, + [2324] = 139, + [2325] = 2262, + [2326] = 196, + [2327] = 2264, + [2328] = 197, + [2329] = 198, + [2330] = 2290, + [2331] = 133, + [2332] = 200, [2333] = 2333, - [2334] = 214, + [2334] = 219, [2335] = 2335, - [2336] = 2336, - [2337] = 236, - [2338] = 237, + [2336] = 239, + [2337] = 2337, + [2338] = 2338, [2339] = 2339, - [2340] = 2340, - [2341] = 219, - [2342] = 2342, - [2343] = 330, - [2344] = 233, - [2345] = 2345, + [2340] = 211, + [2341] = 2341, + [2342] = 195, + [2343] = 2343, + [2344] = 2344, + [2345] = 252, [2346] = 2346, - [2347] = 225, + [2347] = 2347, [2348] = 2348, - [2349] = 224, - [2350] = 217, - [2351] = 216, - [2352] = 213, - [2353] = 2353, - [2354] = 254, - [2355] = 2355, - [2356] = 1026, - [2357] = 212, - [2358] = 201, - [2359] = 2359, - [2360] = 2360, - [2361] = 198, + [2349] = 2349, + [2350] = 2350, + [2351] = 167, + [2352] = 197, + [2353] = 241, + [2354] = 231, + [2355] = 1015, + [2356] = 205, + [2357] = 2357, + [2358] = 2358, + [2359] = 147, + [2360] = 198, + [2361] = 2361, [2362] = 2362, - [2363] = 211, - [2364] = 2364, - [2365] = 208, - [2366] = 207, - [2367] = 2367, - [2368] = 238, + [2363] = 199, + [2364] = 200, + [2365] = 2365, + [2366] = 2366, + [2367] = 202, + [2368] = 2368, [2369] = 2369, - [2370] = 234, - [2371] = 247, - [2372] = 2372, - [2373] = 251, - [2374] = 2374, - [2375] = 239, - [2376] = 229, - [2377] = 203, - [2378] = 204, - [2379] = 249, + [2370] = 204, + [2371] = 2371, + [2372] = 180, + [2373] = 2373, + [2374] = 246, + [2375] = 141, + [2376] = 2376, + [2377] = 2377, + [2378] = 2378, + [2379] = 208, [2380] = 2380, - [2381] = 245, - [2382] = 220, - [2383] = 240, + [2381] = 2381, + [2382] = 2382, + [2383] = 232, [2384] = 2384, [2385] = 2385, [2386] = 2386, [2387] = 2387, - [2388] = 2388, + [2388] = 243, [2389] = 2389, [2390] = 2390, - [2391] = 2391, + [2391] = 2285, [2392] = 2392, [2393] = 2393, [2394] = 2394, @@ -6221,482 +6221,482 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2397] = 2397, [2398] = 2398, [2399] = 2399, - [2400] = 175, + [2400] = 2400, [2401] = 2401, - [2402] = 2402, + [2402] = 242, [2403] = 2403, - [2404] = 2404, + [2404] = 223, [2405] = 2405, [2406] = 2406, [2407] = 2407, - [2408] = 157, + [2408] = 2408, [2409] = 2409, - [2410] = 2410, - [2411] = 202, - [2412] = 2412, + [2410] = 253, + [2411] = 2411, + [2412] = 249, [2413] = 2413, [2414] = 2414, [2415] = 2415, [2416] = 2416, - [2417] = 187, - [2418] = 244, - [2419] = 235, - [2420] = 252, + [2417] = 2417, + [2418] = 2418, + [2419] = 2419, + [2420] = 2420, [2421] = 2421, - [2422] = 231, - [2423] = 2423, + [2422] = 217, + [2423] = 220, [2424] = 2424, - [2425] = 241, + [2425] = 230, [2426] = 2426, - [2427] = 2427, + [2427] = 212, [2428] = 2428, - [2429] = 230, - [2430] = 2430, + [2429] = 216, + [2430] = 191, [2431] = 2431, [2432] = 2432, - [2433] = 2433, - [2434] = 2434, - [2435] = 2435, - [2436] = 2436, + [2433] = 215, + [2434] = 218, + [2435] = 221, + [2436] = 227, [2437] = 2437, [2438] = 2438, - [2439] = 2439, + [2439] = 236, [2440] = 2440, - [2441] = 2441, - [2442] = 221, + [2441] = 238, + [2442] = 226, [2443] = 2443, [2444] = 2444, [2445] = 2445, - [2446] = 2446, + [2446] = 245, [2447] = 2447, [2448] = 2448, [2449] = 2449, - [2450] = 2285, - [2451] = 161, - [2452] = 179, + [2450] = 228, + [2451] = 345, + [2452] = 2452, [2453] = 2453, [2454] = 2454, [2455] = 2455, [2456] = 2456, [2457] = 2457, - [2458] = 2458, + [2458] = 196, [2459] = 2459, - [2460] = 2460, + [2460] = 229, [2461] = 2461, [2462] = 2462, - [2463] = 2424, - [2464] = 2345, - [2465] = 2388, - [2466] = 2407, - [2467] = 2416, - [2468] = 2389, - [2469] = 219, - [2470] = 225, - [2471] = 214, - [2472] = 2436, - [2473] = 198, - [2474] = 234, - [2475] = 2415, - [2476] = 207, - [2477] = 2421, - [2478] = 2428, - [2479] = 233, - [2480] = 2414, - [2481] = 206, - [2482] = 208, - [2483] = 2403, - [2484] = 2431, - [2485] = 2430, - [2486] = 211, - [2487] = 2409, - [2488] = 2440, - [2489] = 238, - [2490] = 2384, - [2491] = 2438, - [2492] = 2439, - [2493] = 240, - [2494] = 213, - [2495] = 2443, - [2496] = 216, - [2497] = 2444, - [2498] = 2453, - [2499] = 200, - [2500] = 217, - [2501] = 2437, - [2502] = 202, - [2503] = 237, - [2504] = 2445, - [2505] = 247, - [2506] = 236, - [2507] = 2410, - [2508] = 2369, - [2509] = 2446, - [2510] = 2401, - [2511] = 251, - [2512] = 245, - [2513] = 2404, - [2514] = 2434, - [2515] = 2402, - [2516] = 2433, - [2517] = 2405, - [2518] = 2398, - [2519] = 2394, - [2520] = 2460, - [2521] = 2406, - [2522] = 212, - [2523] = 2447, - [2524] = 2461, - [2525] = 2449, - [2526] = 2393, - [2527] = 2396, - [2528] = 2432, - [2529] = 2399, - [2530] = 2412, - [2531] = 2454, - [2532] = 2397, - [2533] = 2457, - [2534] = 2427, - [2535] = 2458, - [2536] = 2391, - [2537] = 239, - [2538] = 2462, - [2539] = 2413, - [2540] = 2395, - [2541] = 2426, - [2542] = 2387, - [2543] = 2390, - [2544] = 2332, - [2545] = 2385, - [2546] = 2423, - [2547] = 224, - [2548] = 2353, - [2549] = 2380, - [2550] = 2374, - [2551] = 2372, - [2552] = 2448, - [2553] = 2346, - [2554] = 244, - [2555] = 2459, - [2556] = 241, - [2557] = 230, - [2558] = 221, - [2559] = 2336, - [2560] = 229, - [2561] = 2456, - [2562] = 203, - [2563] = 252, - [2564] = 2339, - [2565] = 2435, - [2566] = 2360, - [2567] = 2364, - [2568] = 201, - [2569] = 235, - [2570] = 2386, - [2571] = 254, - [2572] = 2367, - [2573] = 330, - [2574] = 2441, - [2575] = 2335, - [2576] = 2340, - [2577] = 2455, - [2578] = 2348, + [2463] = 2463, + [2464] = 2464, + [2465] = 2387, + [2466] = 2378, + [2467] = 2417, + [2468] = 2424, + [2469] = 2432, + [2470] = 2426, + [2471] = 2395, + [2472] = 2459, + [2473] = 2405, + [2474] = 2380, + [2475] = 2419, + [2476] = 2418, + [2477] = 2456, + [2478] = 241, + [2479] = 2416, + [2480] = 2440, + [2481] = 2437, + [2482] = 2428, + [2483] = 2438, + [2484] = 2368, + [2485] = 232, + [2486] = 2453, + [2487] = 2464, + [2488] = 236, + [2489] = 2385, + [2490] = 223, + [2491] = 2386, + [2492] = 229, + [2493] = 227, + [2494] = 2463, + [2495] = 2431, + [2496] = 221, + [2497] = 2421, + [2498] = 208, + [2499] = 2414, + [2500] = 2444, + [2501] = 2344, + [2502] = 245, + [2503] = 238, + [2504] = 231, + [2505] = 204, + [2506] = 2413, + [2507] = 205, + [2508] = 2335, + [2509] = 345, + [2510] = 252, + [2511] = 2409, + [2512] = 214, + [2513] = 249, + [2514] = 242, + [2515] = 202, + [2516] = 253, + [2517] = 2362, + [2518] = 2445, + [2519] = 2457, + [2520] = 246, + [2521] = 243, + [2522] = 239, + [2523] = 228, + [2524] = 2350, + [2525] = 2408, + [2526] = 226, + [2527] = 2407, + [2528] = 220, + [2529] = 2406, + [2530] = 219, + [2531] = 2333, + [2532] = 215, + [2533] = 2403, + [2534] = 211, + [2535] = 2401, + [2536] = 2341, + [2537] = 2400, + [2538] = 196, + [2539] = 197, + [2540] = 198, + [2541] = 199, + [2542] = 2461, + [2543] = 200, + [2544] = 2339, + [2545] = 2338, + [2546] = 2337, + [2547] = 2443, + [2548] = 2420, + [2549] = 2346, + [2550] = 2447, + [2551] = 217, + [2552] = 230, + [2553] = 212, + [2554] = 218, + [2555] = 2396, + [2556] = 2347, + [2557] = 2462, + [2558] = 2357, + [2559] = 2455, + [2560] = 2348, + [2561] = 2361, + [2562] = 2415, + [2563] = 2454, + [2564] = 2366, + [2565] = 2411, + [2566] = 2452, + [2567] = 2393, + [2568] = 2369, + [2569] = 2373, + [2570] = 2381, + [2571] = 2376, + [2572] = 2377, + [2573] = 2382, + [2574] = 2449, + [2575] = 2384, + [2576] = 216, + [2577] = 2389, + [2578] = 2390, [2579] = 2392, - [2580] = 220, - [2581] = 231, - [2582] = 2342, - [2583] = 249, - [2584] = 2359, - [2585] = 204, - [2586] = 2362, - [2587] = 213, - [2588] = 240, - [2589] = 219, - [2590] = 2590, - [2591] = 235, - [2592] = 214, - [2593] = 203, - [2594] = 229, - [2595] = 2595, - [2596] = 224, - [2597] = 204, - [2598] = 252, - [2599] = 682, - [2600] = 237, - [2601] = 233, - [2602] = 211, - [2603] = 221, - [2604] = 217, - [2605] = 230, - [2606] = 236, - [2607] = 231, - [2608] = 225, - [2609] = 254, - [2610] = 216, - [2611] = 244, - [2612] = 239, - [2613] = 241, - [2614] = 220, - [2615] = 245, - [2616] = 202, - [2617] = 247, - [2618] = 238, - [2619] = 200, - [2620] = 251, - [2621] = 2621, - [2622] = 249, - [2623] = 208, - [2624] = 206, + [2580] = 2371, + [2581] = 2343, + [2582] = 2394, + [2583] = 2397, + [2584] = 2398, + [2585] = 2399, + [2586] = 2365, + [2587] = 195, + [2588] = 2448, + [2589] = 226, + [2590] = 232, + [2591] = 2591, + [2592] = 2592, + [2593] = 205, + [2594] = 241, + [2595] = 202, + [2596] = 246, + [2597] = 217, + [2598] = 230, + [2599] = 212, + [2600] = 208, + [2601] = 195, + [2602] = 204, + [2603] = 218, + [2604] = 214, + [2605] = 221, + [2606] = 227, + [2607] = 236, + [2608] = 238, + [2609] = 200, + [2610] = 199, + [2611] = 198, + [2612] = 197, + [2613] = 196, + [2614] = 216, + [2615] = 211, + [2616] = 215, + [2617] = 245, + [2618] = 219, + [2619] = 220, + [2620] = 228, + [2621] = 239, + [2622] = 243, + [2623] = 223, + [2624] = 229, [2625] = 2625, - [2626] = 212, - [2627] = 207, - [2628] = 201, - [2629] = 198, - [2630] = 234, - [2631] = 2631, - [2632] = 2632, + [2626] = 231, + [2627] = 2627, + [2628] = 252, + [2629] = 690, + [2630] = 242, + [2631] = 249, + [2632] = 253, [2633] = 2633, - [2634] = 2632, + [2634] = 1177, [2635] = 2635, [2636] = 2636, - [2637] = 2637, - [2638] = 2638, - [2639] = 2632, - [2640] = 2640, - [2641] = 2633, - [2642] = 1196, - [2643] = 2632, - [2644] = 648, + [2637] = 2636, + [2638] = 2633, + [2639] = 2639, + [2640] = 2633, + [2641] = 2641, + [2642] = 2642, + [2643] = 2643, + [2644] = 2633, [2645] = 2645, - [2646] = 2645, - [2647] = 680, - [2648] = 685, - [2649] = 2035, - [2650] = 161, - [2651] = 157, + [2646] = 657, + [2647] = 2647, + [2648] = 2647, + [2649] = 683, + [2650] = 694, + [2651] = 2045, [2652] = 2652, - [2653] = 200, - [2654] = 2654, - [2655] = 1991, - [2656] = 1990, - [2657] = 2027, - [2658] = 2658, - [2659] = 2029, - [2660] = 2660, - [2661] = 2033, - [2662] = 2662, - [2663] = 2658, + [2653] = 214, + [2654] = 147, + [2655] = 141, + [2656] = 2656, + [2657] = 1931, + [2658] = 1932, + [2659] = 2659, + [2660] = 2046, + [2661] = 2661, + [2662] = 2040, + [2663] = 2039, [2664] = 2664, - [2665] = 2665, + [2665] = 2659, [2666] = 2666, - [2667] = 2076, + [2667] = 2667, [2668] = 2668, - [2669] = 2669, - [2670] = 2662, - [2671] = 2662, - [2672] = 2665, - [2673] = 2668, - [2674] = 2078, - [2675] = 2658, + [2669] = 2086, + [2670] = 2670, + [2671] = 2664, + [2672] = 2668, + [2673] = 2659, + [2674] = 2668, + [2675] = 2666, [2676] = 2676, - [2677] = 2665, - [2678] = 2664, - [2679] = 2664, + [2677] = 2666, + [2678] = 2670, + [2679] = 2670, [2680] = 2680, - [2681] = 2681, + [2681] = 2020, [2682] = 2682, [2683] = 2683, [2684] = 2684, [2685] = 2685, - [2686] = 2683, - [2687] = 2683, + [2686] = 2685, + [2687] = 2685, [2688] = 2688, [2689] = 2688, [2690] = 2690, - [2691] = 2683, - [2692] = 2683, - [2693] = 2685, - [2694] = 2694, + [2691] = 2690, + [2692] = 2692, + [2693] = 2693, + [2694] = 2688, [2695] = 2695, - [2696] = 2696, - [2697] = 2697, - [2698] = 2683, - [2699] = 2683, - [2700] = 2688, - [2701] = 2683, - [2702] = 2688, - [2703] = 2688, + [2696] = 2690, + [2697] = 2692, + [2698] = 2690, + [2699] = 2690, + [2700] = 2700, + [2701] = 2685, + [2702] = 2692, + [2703] = 2703, [2704] = 2704, - [2705] = 2683, - [2706] = 2706, + [2705] = 2690, + [2706] = 2685, [2707] = 2707, - [2708] = 2708, - [2709] = 2709, - [2710] = 2708, - [2711] = 2683, - [2712] = 2712, - [2713] = 2713, - [2714] = 2690, - [2715] = 2685, - [2716] = 2683, - [2717] = 2688, - [2718] = 2688, - [2719] = 2688, - [2720] = 2708, - [2721] = 2697, - [2722] = 2722, - [2723] = 2688, + [2708] = 2685, + [2709] = 2695, + [2710] = 2710, + [2711] = 2685, + [2712] = 2695, + [2713] = 2690, + [2714] = 2685, + [2715] = 2715, + [2716] = 2690, + [2717] = 2685, + [2718] = 2710, + [2719] = 2719, + [2720] = 2690, + [2721] = 2685, + [2722] = 2688, + [2723] = 2690, [2724] = 2685, - [2725] = 2688, + [2725] = 2690, [2726] = 2690, - [2727] = 2683, - [2728] = 2683, - [2729] = 2697, - [2730] = 2697, - [2731] = 2731, - [2732] = 2688, - [2733] = 2683, - [2734] = 2688, - [2735] = 2708, - [2736] = 2683, - [2737] = 2688, - [2738] = 2683, - [2739] = 2690, - [2740] = 2683, - [2741] = 2683, - [2742] = 2688, - [2743] = 2743, - [2744] = 2688, + [2727] = 2727, + [2728] = 2685, + [2729] = 2690, + [2730] = 2692, + [2731] = 2690, + [2732] = 2732, + [2733] = 2685, + [2734] = 2734, + [2735] = 2735, + [2736] = 2736, + [2737] = 2690, + [2738] = 2685, + [2739] = 2739, + [2740] = 2690, + [2741] = 2710, + [2742] = 2710, + [2743] = 2685, + [2744] = 2690, [2745] = 2745, - [2746] = 2688, - [2747] = 2747, - [2748] = 777, - [2749] = 2747, - [2750] = 2747, - [2751] = 2747, - [2752] = 774, - [2753] = 2747, - [2754] = 2747, - [2755] = 2747, - [2756] = 2756, - [2757] = 2747, - [2758] = 2747, - [2759] = 2759, - [2760] = 2747, - [2761] = 2747, - [2762] = 2747, - [2763] = 774, - [2764] = 2747, - [2765] = 777, - [2766] = 2747, - [2767] = 2747, - [2768] = 2747, - [2769] = 2747, - [2770] = 2747, - [2771] = 2771, - [2772] = 2772, - [2773] = 2771, - [2774] = 2774, - [2775] = 2771, - [2776] = 2776, - [2777] = 2777, - [2778] = 624, - [2779] = 2771, - [2780] = 2780, - [2781] = 2781, - [2782] = 637, - [2783] = 638, - [2784] = 2784, - [2785] = 582, - [2786] = 576, - [2787] = 570, - [2788] = 631, - [2789] = 632, - [2790] = 2771, - [2791] = 633, - [2792] = 2771, - [2793] = 642, - [2794] = 2771, - [2795] = 2771, - [2796] = 2784, - [2797] = 2771, - [2798] = 2771, - [2799] = 641, - [2800] = 640, - [2801] = 2771, - [2802] = 639, - [2803] = 2771, - [2804] = 634, - [2805] = 630, - [2806] = 2771, - [2807] = 628, - [2808] = 625, + [2746] = 2685, + [2747] = 2690, + [2748] = 2695, + [2749] = 2749, + [2750] = 2749, + [2751] = 771, + [2752] = 2749, + [2753] = 771, + [2754] = 2749, + [2755] = 754, + [2756] = 2749, + [2757] = 2757, + [2758] = 2749, + [2759] = 2749, + [2760] = 2749, + [2761] = 2749, + [2762] = 2749, + [2763] = 2763, + [2764] = 2749, + [2765] = 2749, + [2766] = 2749, + [2767] = 2749, + [2768] = 2749, + [2769] = 2749, + [2770] = 754, + [2771] = 2749, + [2772] = 2749, + [2773] = 586, + [2774] = 632, + [2775] = 623, + [2776] = 593, + [2777] = 564, + [2778] = 2778, + [2779] = 2779, + [2780] = 588, + [2781] = 2779, + [2782] = 2778, + [2783] = 2779, + [2784] = 590, + [2785] = 631, + [2786] = 641, + [2787] = 637, + [2788] = 563, + [2789] = 2779, + [2790] = 565, + [2791] = 2791, + [2792] = 2779, + [2793] = 626, + [2794] = 2794, + [2795] = 612, + [2796] = 2779, + [2797] = 2779, + [2798] = 2798, + [2799] = 2799, + [2800] = 602, + [2801] = 2779, + [2802] = 2802, + [2803] = 2779, + [2804] = 2798, + [2805] = 2794, + [2806] = 2806, + [2807] = 613, + [2808] = 2808, [2809] = 2809, - [2810] = 2771, - [2811] = 2774, - [2812] = 621, - [2813] = 2813, - [2814] = 561, - [2815] = 613, - [2816] = 2771, - [2817] = 612, - [2818] = 2813, - [2819] = 2771, - [2820] = 611, - [2821] = 2821, - [2822] = 609, - [2823] = 565, - [2824] = 607, - [2825] = 2771, - [2826] = 2771, - [2827] = 608, - [2828] = 2771, - [2829] = 2781, - [2830] = 2771, - [2831] = 622, - [2832] = 2832, - [2833] = 631, - [2834] = 625, - [2835] = 2835, - [2836] = 2836, - [2837] = 613, + [2810] = 622, + [2811] = 629, + [2812] = 2779, + [2813] = 2779, + [2814] = 2808, + [2815] = 628, + [2816] = 2779, + [2817] = 2779, + [2818] = 608, + [2819] = 630, + [2820] = 2779, + [2821] = 2779, + [2822] = 562, + [2823] = 2779, + [2824] = 610, + [2825] = 592, + [2826] = 2779, + [2827] = 619, + [2828] = 2779, + [2829] = 2779, + [2830] = 2779, + [2831] = 566, + [2832] = 618, + [2833] = 2833, + [2834] = 2834, + [2835] = 565, + [2836] = 564, + [2837] = 563, [2838] = 2838, - [2839] = 612, - [2840] = 642, - [2841] = 641, - [2842] = 2842, - [2843] = 2843, - [2844] = 2844, - [2845] = 611, - [2846] = 609, - [2847] = 2847, - [2848] = 2836, - [2849] = 632, - [2850] = 2850, - [2851] = 608, - [2852] = 607, - [2853] = 633, - [2854] = 622, - [2855] = 570, - [2856] = 640, - [2857] = 639, - [2858] = 2858, - [2859] = 648, - [2860] = 576, - [2861] = 621, - [2862] = 2862, - [2863] = 2863, - [2864] = 582, - [2865] = 638, - [2866] = 637, + [2839] = 590, + [2840] = 588, + [2841] = 586, + [2842] = 630, + [2843] = 631, + [2844] = 641, + [2845] = 637, + [2846] = 566, + [2847] = 623, + [2848] = 622, + [2849] = 619, + [2850] = 618, + [2851] = 613, + [2852] = 612, + [2853] = 610, + [2854] = 608, + [2855] = 632, + [2856] = 2856, + [2857] = 2857, + [2858] = 602, + [2859] = 628, + [2860] = 593, + [2861] = 592, + [2862] = 562, + [2863] = 629, + [2864] = 2864, + [2865] = 2857, + [2866] = 2866, [2867] = 2867, - [2868] = 634, - [2869] = 561, - [2870] = 565, - [2871] = 624, - [2872] = 2872, - [2873] = 630, - [2874] = 628, - [2875] = 2835, + [2868] = 2868, + [2869] = 2869, + [2870] = 2856, + [2871] = 2871, + [2872] = 657, + [2873] = 2873, + [2874] = 626, + [2875] = 2875, [2876] = 2876, [2877] = 2877, [2878] = 2878, @@ -6704,7 +6704,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2880] = 2880, [2881] = 2881, [2882] = 2882, - [2883] = 2883, + [2883] = 2881, [2884] = 2884, [2885] = 2885, [2886] = 2886, @@ -6712,861 +6712,863 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2888] = 2888, [2889] = 2889, [2890] = 2890, - [2891] = 2891, - [2892] = 2880, - [2893] = 2889, - [2894] = 136, - [2895] = 2886, + [2891] = 2880, + [2892] = 2887, + [2893] = 2893, + [2894] = 2894, + [2895] = 2895, [2896] = 2896, - [2897] = 2877, - [2898] = 648, + [2897] = 2893, + [2898] = 2898, [2899] = 2899, - [2900] = 2880, + [2900] = 130, [2901] = 2901, [2902] = 2902, [2903] = 2903, - [2904] = 2896, - [2905] = 2905, - [2906] = 2883, - [2907] = 2887, - [2908] = 2881, - [2909] = 680, - [2910] = 134, - [2911] = 2911, + [2904] = 2879, + [2905] = 2886, + [2906] = 2884, + [2907] = 2894, + [2908] = 2882, + [2909] = 2895, + [2910] = 2886, + [2911] = 694, [2912] = 2912, - [2913] = 2913, - [2914] = 2902, - [2915] = 2888, - [2916] = 2916, - [2917] = 2917, - [2918] = 2901, - [2919] = 2919, - [2920] = 2911, - [2921] = 2921, - [2922] = 2912, + [2913] = 2896, + [2914] = 2914, + [2915] = 2915, + [2916] = 2914, + [2917] = 2903, + [2918] = 2912, + [2919] = 683, + [2920] = 2889, + [2921] = 2915, + [2922] = 138, [2923] = 2923, - [2924] = 2879, - [2925] = 2917, - [2926] = 685, - [2927] = 2890, - [2928] = 135, - [2929] = 2884, - [2930] = 2880, - [2931] = 2919, - [2932] = 2916, - [2933] = 2903, - [2934] = 2923, - [2935] = 2905, - [2936] = 2899, - [2937] = 2921, - [2938] = 2938, - [2939] = 2939, - [2940] = 730, - [2941] = 2938, - [2942] = 2942, - [2943] = 2938, - [2944] = 2944, - [2945] = 2945, + [2924] = 2924, + [2925] = 2901, + [2926] = 2926, + [2927] = 2927, + [2928] = 2899, + [2929] = 2929, + [2930] = 2930, + [2931] = 2898, + [2932] = 2930, + [2933] = 2929, + [2934] = 2888, + [2935] = 2890, + [2936] = 2886, + [2937] = 657, + [2938] = 132, + [2939] = 2902, + [2940] = 2940, + [2941] = 2941, + [2942] = 2940, + [2943] = 2943, + [2944] = 2943, + [2945] = 742, [2946] = 2946, - [2947] = 2938, - [2948] = 2942, - [2949] = 200, - [2950] = 648, - [2951] = 2942, - [2952] = 2942, - [2953] = 2953, - [2954] = 2954, - [2955] = 2938, - [2956] = 2938, - [2957] = 2957, - [2958] = 2942, + [2947] = 2947, + [2948] = 2940, + [2949] = 2943, + [2950] = 683, + [2951] = 2940, + [2952] = 2952, + [2953] = 147, + [2954] = 2943, + [2955] = 2940, + [2956] = 2956, + [2957] = 2940, + [2958] = 141, [2959] = 2959, - [2960] = 2960, - [2961] = 2961, - [2962] = 2938, - [2963] = 2942, + [2960] = 2940, + [2961] = 712, + [2962] = 2946, + [2963] = 2943, [2964] = 2964, - [2965] = 648, - [2966] = 2942, - [2967] = 2938, - [2968] = 685, - [2969] = 2938, - [2970] = 2942, - [2971] = 2971, - [2972] = 2972, + [2965] = 2965, + [2966] = 694, + [2967] = 2943, + [2968] = 657, + [2969] = 2943, + [2970] = 2970, + [2971] = 2940, + [2972] = 2943, [2973] = 2973, - [2974] = 680, - [2975] = 2938, - [2976] = 2976, - [2977] = 2942, - [2978] = 2978, - [2979] = 2942, - [2980] = 2942, - [2981] = 2938, - [2982] = 2938, - [2983] = 2942, - [2984] = 2938, - [2985] = 161, - [2986] = 157, - [2987] = 2942, - [2988] = 526, - [2989] = 2938, - [2990] = 2942, - [2991] = 2942, - [2992] = 2938, - [2993] = 2938, - [2994] = 2994, - [2995] = 2959, - [2996] = 2942, - [2997] = 723, - [2998] = 2998, - [2999] = 2994, - [3000] = 2998, - [3001] = 2938, - [3002] = 2938, - [3003] = 2942, - [3004] = 2942, - [3005] = 3005, - [3006] = 3006, - [3007] = 853, - [3008] = 851, + [2974] = 2940, + [2975] = 2975, + [2976] = 2943, + [2977] = 2940, + [2978] = 657, + [2979] = 2979, + [2980] = 540, + [2981] = 2981, + [2982] = 214, + [2983] = 2943, + [2984] = 2940, + [2985] = 2943, + [2986] = 2986, + [2987] = 2940, + [2988] = 2988, + [2989] = 2989, + [2990] = 2990, + [2991] = 2991, + [2992] = 2943, + [2993] = 2940, + [2994] = 2943, + [2995] = 2940, + [2996] = 2943, + [2997] = 2943, + [2998] = 2947, + [2999] = 2990, + [3000] = 2940, + [3001] = 2940, + [3002] = 2943, + [3003] = 2943, + [3004] = 2940, + [3005] = 2940, + [3006] = 2943, + [3007] = 3007, + [3008] = 3008, [3009] = 3009, - [3010] = 3010, + [3010] = 3009, [3011] = 3011, [3012] = 3012, - [3013] = 3013, - [3014] = 3014, - [3015] = 3015, - [3016] = 3016, + [3013] = 135, + [3014] = 139, + [3015] = 3011, + [3016] = 3012, [3017] = 3017, - [3018] = 3012, - [3019] = 3019, - [3020] = 3020, - [3021] = 3021, - [3022] = 3022, - [3023] = 3023, - [3024] = 3024, - [3025] = 3025, - [3026] = 3026, - [3027] = 3027, - [3028] = 723, - [3029] = 3029, + [3018] = 3017, + [3019] = 3009, + [3020] = 3012, + [3021] = 3012, + [3022] = 3009, + [3023] = 2965, + [3024] = 3011, + [3025] = 3011, + [3026] = 2959, + [3027] = 2956, + [3028] = 657, + [3029] = 3011, [3030] = 3030, - [3031] = 3031, + [3031] = 3012, [3032] = 3032, - [3033] = 3033, - [3034] = 3034, - [3035] = 3035, - [3036] = 3036, - [3037] = 3005, - [3038] = 3038, - [3039] = 3039, - [3040] = 3005, - [3041] = 3041, - [3042] = 3025, + [3033] = 3017, + [3034] = 3009, + [3035] = 3017, + [3036] = 3009, + [3037] = 3037, + [3038] = 712, + [3039] = 3009, + [3040] = 3040, + [3041] = 3017, + [3042] = 3017, [3043] = 3043, [3044] = 3044, - [3045] = 3045, - [3046] = 3012, - [3047] = 3047, + [3045] = 3037, + [3046] = 3046, + [3047] = 3011, [3048] = 3012, [3049] = 3012, - [3050] = 3012, - [3051] = 3012, - [3052] = 3012, - [3053] = 3011, + [3050] = 3011, + [3051] = 3051, + [3052] = 3017, + [3053] = 133, [3054] = 3012, - [3055] = 3012, - [3056] = 3012, - [3057] = 3012, - [3058] = 3005, - [3059] = 3012, - [3060] = 3005, - [3061] = 3012, - [3062] = 3005, - [3063] = 3012, - [3064] = 3005, - [3065] = 3012, - [3066] = 3005, + [3055] = 3055, + [3056] = 3011, + [3057] = 3009, + [3058] = 683, + [3059] = 3011, + [3060] = 3046, + [3061] = 3061, + [3062] = 3062, + [3063] = 3009, + [3064] = 3064, + [3065] = 3017, + [3066] = 3011, [3067] = 3012, - [3068] = 3005, - [3069] = 3012, - [3070] = 3070, - [3071] = 3005, - [3072] = 3012, - [3073] = 3073, - [3074] = 3005, + [3068] = 3011, + [3069] = 3069, + [3070] = 3012, + [3071] = 3017, + [3072] = 694, + [3073] = 737, + [3074] = 3009, [3075] = 3075, - [3076] = 3012, - [3077] = 3077, - [3078] = 3011, - [3079] = 3079, + [3076] = 3076, + [3077] = 868, + [3078] = 3078, + [3079] = 863, [3080] = 3080, - [3081] = 3081, - [3082] = 3082, - [3083] = 3083, - [3084] = 3025, - [3085] = 3085, - [3086] = 3025, + [3081] = 3009, + [3082] = 3012, + [3083] = 3017, + [3084] = 3011, + [3085] = 3011, + [3086] = 3017, [3087] = 3087, - [3088] = 3088, - [3089] = 3005, - [3090] = 3090, - [3091] = 3012, - [3092] = 3025, + [3088] = 3064, + [3089] = 3061, + [3090] = 3012, + [3091] = 3009, + [3092] = 3076, [3093] = 3011, - [3094] = 3025, + [3094] = 3094, [3095] = 3012, - [3096] = 3011, - [3097] = 3097, - [3098] = 3098, - [3099] = 3025, - [3100] = 3100, - [3101] = 3101, - [3102] = 3005, - [3103] = 3012, + [3096] = 3009, + [3097] = 3011, + [3098] = 3017, + [3099] = 3099, + [3100] = 3009, + [3101] = 3011, + [3102] = 3102, + [3103] = 3103, [3104] = 3104, - [3105] = 3011, - [3106] = 3011, - [3107] = 3005, - [3108] = 3012, - [3109] = 3109, - [3110] = 3110, - [3111] = 133, - [3112] = 3025, + [3105] = 3105, + [3106] = 3055, + [3107] = 2970, + [3108] = 3108, + [3109] = 2941, + [3110] = 742, + [3111] = 3017, + [3112] = 3011, [3113] = 3113, [3114] = 3114, [3115] = 3115, - [3116] = 3005, - [3117] = 3005, - [3118] = 3012, - [3119] = 138, - [3120] = 3011, - [3121] = 3025, + [3116] = 3116, + [3117] = 3117, + [3118] = 3009, + [3119] = 3119, + [3120] = 3120, + [3121] = 3121, [3122] = 3122, - [3123] = 3123, - [3124] = 3011, + [3123] = 3017, + [3124] = 3124, [3125] = 3125, - [3126] = 3025, + [3126] = 3126, [3127] = 3127, [3128] = 3128, [3129] = 3129, [3130] = 3011, - [3131] = 3131, + [3131] = 3009, [3132] = 3012, - [3133] = 3005, - [3134] = 3134, - [3135] = 3135, - [3136] = 2971, - [3137] = 3012, - [3138] = 3138, - [3139] = 2972, - [3140] = 2973, - [3141] = 3012, + [3133] = 3133, + [3134] = 3011, + [3135] = 3011, + [3136] = 3011, + [3137] = 3137, + [3138] = 3012, + [3139] = 3011, + [3140] = 3140, + [3141] = 3141, [3142] = 3142, - [3143] = 3143, - [3144] = 3011, - [3145] = 735, - [3146] = 2964, - [3147] = 3025, - [3148] = 3148, - [3149] = 685, - [3150] = 3005, - [3151] = 2961, + [3143] = 3011, + [3144] = 3144, + [3145] = 3145, + [3146] = 3146, + [3147] = 3011, + [3148] = 3017, + [3149] = 3149, + [3150] = 3150, + [3151] = 3151, [3152] = 3152, - [3153] = 3005, - [3154] = 3025, - [3155] = 3155, - [3156] = 3012, + [3153] = 3011, + [3154] = 3154, + [3155] = 3009, + [3156] = 3156, [3157] = 3157, - [3158] = 3025, - [3159] = 3159, - [3160] = 3011, + [3158] = 3158, + [3159] = 3009, + [3160] = 3017, [3161] = 3161, [3162] = 3162, [3163] = 3163, - [3164] = 3025, - [3165] = 680, - [3166] = 3011, - [3167] = 3031, + [3164] = 3164, + [3165] = 3165, + [3166] = 3166, + [3167] = 3167, [3168] = 3012, [3169] = 3169, - [3170] = 3005, - [3171] = 3171, - [3172] = 132, + [3170] = 3011, + [3171] = 3011, + [3172] = 3172, [3173] = 3173, - [3174] = 3033, - [3175] = 3175, - [3176] = 3012, - [3177] = 3035, - [3178] = 3011, - [3179] = 3179, - [3180] = 3025, + [3174] = 3174, + [3175] = 3011, + [3176] = 3176, + [3177] = 3177, + [3178] = 3009, + [3179] = 3011, + [3180] = 3180, [3181] = 3181, [3182] = 3182, - [3183] = 3005, - [3184] = 3184, + [3183] = 3011, + [3184] = 3009, [3185] = 3185, - [3186] = 3005, - [3187] = 3012, + [3186] = 3011, + [3187] = 3187, [3188] = 3188, - [3189] = 3005, - [3190] = 3011, - [3191] = 3191, + [3189] = 3189, + [3190] = 3190, + [3191] = 3009, [3192] = 3192, - [3193] = 3025, - [3194] = 3025, - [3195] = 3195, - [3196] = 3196, - [3197] = 3005, + [3193] = 3193, + [3194] = 3194, + [3195] = 3012, + [3196] = 3017, + [3197] = 3197, [3198] = 3198, [3199] = 3199, - [3200] = 3200, + [3200] = 3009, [3201] = 3201, - [3202] = 3011, + [3202] = 3009, [3203] = 3203, [3204] = 3012, - [3205] = 3012, - [3206] = 3206, + [3205] = 3205, + [3206] = 3011, [3207] = 3011, - [3208] = 3025, - [3209] = 3005, - [3210] = 648, - [3211] = 3211, - [3212] = 3012, + [3208] = 3017, + [3209] = 3209, + [3210] = 3210, + [3211] = 3009, + [3212] = 3212, [3213] = 3213, - [3214] = 3214, - [3215] = 3011, - [3216] = 3032, - [3217] = 2978, - [3218] = 3005, - [3219] = 3173, - [3220] = 730, - [3221] = 3014, + [3214] = 3011, + [3215] = 3009, + [3216] = 3011, + [3217] = 3217, + [3218] = 2991, + [3219] = 3219, + [3220] = 3009, + [3221] = 3221, [3222] = 3222, - [3223] = 3023, + [3223] = 3223, [3224] = 3224, [3225] = 3225, - [3226] = 3135, - [3227] = 3138, - [3228] = 3142, - [3229] = 3143, - [3230] = 3148, - [3231] = 3231, - [3232] = 3155, - [3233] = 3233, - [3234] = 3191, + [3226] = 3226, + [3227] = 3227, + [3228] = 3228, + [3229] = 3224, + [3230] = 3227, + [3231] = 3224, + [3232] = 3232, + [3233] = 3151, + [3234] = 3227, [3235] = 3224, - [3236] = 3222, - [3237] = 3237, - [3238] = 3238, - [3239] = 3225, - [3240] = 3240, - [3241] = 3241, - [3242] = 3242, - [3243] = 3241, - [3244] = 3231, - [3245] = 3238, - [3246] = 3246, - [3247] = 3038, - [3248] = 3019, - [3249] = 3214, - [3250] = 3161, - [3251] = 3131, - [3252] = 3163, - [3253] = 3169, - [3254] = 3179, - [3255] = 3181, - [3256] = 3182, - [3257] = 3188, - [3258] = 3258, - [3259] = 3192, - [3260] = 3238, - [3261] = 3195, - [3262] = 3196, - [3263] = 3200, - [3264] = 3231, - [3265] = 3039, - [3266] = 3203, - [3267] = 3206, - [3268] = 3175, - [3269] = 3211, - [3270] = 3041, - [3271] = 3222, - [3272] = 3043, - [3273] = 3036, - [3274] = 3241, - [3275] = 3044, - [3276] = 3241, - [3277] = 3045, - [3278] = 3222, - [3279] = 3231, - [3280] = 3238, - [3281] = 3213, - [3282] = 3070, - [3283] = 3222, - [3284] = 3073, - [3285] = 3157, + [3236] = 3227, + [3237] = 3224, + [3238] = 3227, + [3239] = 3224, + [3240] = 3227, + [3241] = 3224, + [3242] = 3227, + [3243] = 3232, + [3244] = 3227, + [3245] = 3224, + [3246] = 3228, + [3247] = 3228, + [3248] = 3248, + [3249] = 3249, + [3250] = 3188, + [3251] = 3251, + [3252] = 3228, + [3253] = 3224, + [3254] = 3087, + [3255] = 3203, + [3256] = 3227, + [3257] = 3232, + [3258] = 3008, + [3259] = 3227, + [3260] = 3224, + [3261] = 3227, + [3262] = 3224, + [3263] = 3263, + [3264] = 3119, + [3265] = 3224, + [3266] = 3224, + [3267] = 3227, + [3268] = 3224, + [3269] = 3227, + [3270] = 3224, + [3271] = 3228, + [3272] = 3227, + [3273] = 3227, + [3274] = 3224, + [3275] = 3227, + [3276] = 3232, + [3277] = 3210, + [3278] = 3232, + [3279] = 3224, + [3280] = 3227, + [3281] = 3224, + [3282] = 3228, + [3283] = 3212, + [3284] = 3217, + [3285] = 3223, [3286] = 3286, - [3287] = 3287, - [3288] = 3288, - [3289] = 3222, - [3290] = 3241, - [3291] = 3233, - [3292] = 3287, - [3293] = 3238, - [3294] = 3225, - [3295] = 3080, - [3296] = 3082, - [3297] = 3231, - [3298] = 3298, - [3299] = 3231, - [3300] = 3087, - [3301] = 3231, - [3302] = 3240, - [3303] = 3006, - [3304] = 3097, - [3305] = 3100, - [3306] = 3222, - [3307] = 3101, - [3308] = 3286, - [3309] = 3309, + [3287] = 3227, + [3288] = 3224, + [3289] = 3227, + [3290] = 3290, + [3291] = 3209, + [3292] = 3051, + [3293] = 3224, + [3294] = 3224, + [3295] = 3228, + [3296] = 3227, + [3297] = 3224, + [3298] = 3232, + [3299] = 3221, + [3300] = 3219, + [3301] = 3224, + [3302] = 3227, + [3303] = 3227, + [3304] = 3213, + [3305] = 3078, + [3306] = 3157, + [3307] = 3228, + [3308] = 3227, + [3309] = 3224, [3310] = 3310, - [3311] = 3241, - [3312] = 3312, - [3313] = 3231, - [3314] = 3109, - [3315] = 3238, - [3316] = 3222, - [3317] = 3231, - [3318] = 3222, - [3319] = 3233, - [3320] = 3320, - [3321] = 3231, - [3322] = 3222, - [3323] = 3231, - [3324] = 3222, - [3325] = 3231, - [3326] = 3222, - [3327] = 3231, - [3328] = 3222, - [3329] = 3231, - [3330] = 3222, - [3331] = 3222, - [3332] = 3332, - [3333] = 3333, - [3334] = 3231, - [3335] = 3231, - [3336] = 3222, - [3337] = 3337, - [3338] = 3231, - [3339] = 3339, - [3340] = 3241, - [3341] = 3222, - [3342] = 3231, - [3343] = 3238, - [3344] = 3222, - [3345] = 3241, - [3346] = 3231, - [3347] = 3222, - [3348] = 3231, - [3349] = 3238, - [3350] = 3233, - [3351] = 3222, - [3352] = 3231, - [3353] = 3238, - [3354] = 3222, - [3355] = 3125, - [3356] = 3238, - [3357] = 3222, - [3358] = 3231, - [3359] = 3222, - [3360] = 3231, - [3361] = 3110, + [3311] = 3224, + [3312] = 3232, + [3313] = 3232, + [3314] = 3224, + [3315] = 3205, + [3316] = 3316, + [3317] = 3228, + [3318] = 3201, + [3319] = 3105, + [3320] = 3227, + [3321] = 3321, + [3322] = 3080, + [3323] = 3198, + [3324] = 3075, + [3325] = 3197, + [3326] = 3326, + [3327] = 3094, + [3328] = 3193, + [3329] = 3329, + [3330] = 3330, + [3331] = 3192, + [3332] = 3316, + [3333] = 3099, + [3334] = 3190, + [3335] = 3174, + [3336] = 3224, + [3337] = 3102, + [3338] = 3338, + [3339] = 3189, + [3340] = 3187, + [3341] = 3185, + [3342] = 3103, + [3343] = 3227, + [3344] = 3104, + [3345] = 3182, + [3346] = 3263, + [3347] = 3232, + [3348] = 3348, + [3349] = 3224, + [3350] = 3310, + [3351] = 3228, + [3352] = 3228, + [3353] = 3227, + [3354] = 3228, + [3355] = 3232, + [3356] = 3321, + [3357] = 3224, + [3358] = 3358, + [3359] = 3227, + [3360] = 3227, + [3361] = 3232, [3362] = 3362, - [3363] = 3241, - [3364] = 3222, - [3365] = 3365, - [3366] = 3241, - [3367] = 3231, - [3368] = 3231, + [3363] = 3363, + [3364] = 3125, + [3365] = 3232, + [3366] = 3366, + [3367] = 3367, + [3368] = 3227, [3369] = 3222, - [3370] = 3113, - [3371] = 3122, - [3372] = 3222, - [3373] = 3231, - [3374] = 3171, - [3375] = 3222, - [3376] = 3104, - [3377] = 3222, - [3378] = 3231, - [3379] = 3241, - [3380] = 3115, - [3381] = 3231, - [3382] = 3123, - [3383] = 3238, - [3384] = 3222, - [3385] = 3098, - [3386] = 3077, - [3387] = 3231, - [3388] = 3246, - [3389] = 3258, - [3390] = 3085, - [3391] = 3083, - [3392] = 3127, - [3393] = 3393, - [3394] = 3238, - [3395] = 3242, - [3396] = 3298, - [3397] = 3241, - [3398] = 3225, - [3399] = 3399, - [3400] = 3128, - [3401] = 3079, - [3402] = 3231, - [3403] = 3222, - [3404] = 3231, - [3405] = 3129, - [3406] = 3231, - [3407] = 3238, - [3408] = 3241, - [3409] = 3222, - [3410] = 3222, - [3411] = 3114, - [3412] = 3009, - [3413] = 3241, - [3414] = 3241, - [3415] = 3222, - [3416] = 3237, - [3417] = 3238, - [3418] = 3010, - [3419] = 3152, - [3420] = 3013, - [3421] = 3159, - [3422] = 3422, - [3423] = 3423, - [3424] = 3238, - [3425] = 3162, - [3426] = 3231, - [3427] = 3238, - [3428] = 3134, - [3429] = 3429, - [3430] = 3024, + [3370] = 3224, + [3371] = 3232, + [3372] = 3321, + [3373] = 3373, + [3374] = 3225, + [3375] = 3375, + [3376] = 3227, + [3377] = 3227, + [3378] = 3226, + [3379] = 3379, + [3380] = 3228, + [3381] = 3232, + [3382] = 3382, + [3383] = 3062, + [3384] = 3263, + [3385] = 3228, + [3386] = 3108, + [3387] = 3176, + [3388] = 3263, + [3389] = 3224, + [3390] = 3366, + [3391] = 3358, + [3392] = 3181, + [3393] = 3180, + [3394] = 3177, + [3395] = 3165, + [3396] = 3163, + [3397] = 3348, + [3398] = 3398, + [3399] = 3224, + [3400] = 3398, + [3401] = 3162, + [3402] = 3161, + [3403] = 3158, + [3404] = 3224, + [3405] = 3122, + [3406] = 3199, + [3407] = 3128, + [3408] = 3113, + [3409] = 3173, + [3410] = 3156, + [3411] = 3227, + [3412] = 3137, + [3413] = 3172, + [3414] = 3140, + [3415] = 3232, + [3416] = 3228, + [3417] = 3167, + [3418] = 3224, + [3419] = 3228, + [3420] = 3145, + [3421] = 3069, + [3422] = 3227, + [3423] = 3154, + [3424] = 3152, + [3425] = 3114, + [3426] = 3146, + [3427] = 3227, + [3428] = 3150, + [3429] = 3227, + [3430] = 3120, [3431] = 3431, - [3432] = 3241, - [3433] = 3088, - [3434] = 3222, - [3435] = 3231, - [3436] = 3231, - [3437] = 3015, - [3438] = 3016, - [3439] = 3027, - [3440] = 3034, - [3441] = 3017, - [3442] = 3029, - [3443] = 3222, - [3444] = 3026, - [3445] = 3231, - [3446] = 3020, - [3447] = 3241, - [3448] = 3241, - [3449] = 3030, - [3450] = 3238, - [3451] = 3238, - [3452] = 3222, - [3453] = 3021, - [3454] = 3454, - [3455] = 3309, - [3456] = 3310, - [3457] = 3454, - [3458] = 3458, - [3459] = 3454, - [3460] = 3454, + [3432] = 3116, + [3433] = 3433, + [3434] = 3228, + [3435] = 3194, + [3436] = 3144, + [3437] = 3124, + [3438] = 3224, + [3439] = 3224, + [3440] = 3129, + [3441] = 3166, + [3442] = 3141, + [3443] = 3133, + [3444] = 3321, + [3445] = 3227, + [3446] = 3007, + [3447] = 3115, + [3448] = 3232, + [3449] = 3232, + [3450] = 3232, + [3451] = 3330, + [3452] = 3121, + [3453] = 3228, + [3454] = 3126, + [3455] = 3164, + [3456] = 3456, + [3457] = 2684, + [3458] = 902, + [3459] = 3338, + [3460] = 3460, [3461] = 3461, - [3462] = 3454, - [3463] = 3461, - [3464] = 3464, - [3465] = 3454, - [3466] = 3466, - [3467] = 3454, - [3468] = 3422, - [3469] = 3469, - [3470] = 692, - [3471] = 3461, - [3472] = 3461, + [3462] = 3462, + [3463] = 3463, + [3464] = 3382, + [3465] = 3465, + [3466] = 3379, + [3467] = 3375, + [3468] = 3373, + [3469] = 3462, + [3470] = 3248, + [3471] = 3249, + [3472] = 3465, [3473] = 3473, - [3474] = 3423, - [3475] = 3461, + [3474] = 3474, + [3475] = 3462, [3476] = 3476, - [3477] = 3454, - [3478] = 3461, - [3479] = 3461, - [3480] = 3461, + [3477] = 3477, + [3478] = 3465, + [3479] = 3479, + [3480] = 3251, [3481] = 3481, - [3482] = 2680, - [3483] = 3483, - [3484] = 3461, - [3485] = 3461, - [3486] = 3454, - [3487] = 3487, - [3488] = 3454, - [3489] = 3312, - [3490] = 3461, - [3491] = 3454, - [3492] = 3492, - [3493] = 3461, - [3494] = 3461, - [3495] = 3454, - [3496] = 3461, + [3482] = 3465, + [3483] = 3367, + [3484] = 3477, + [3485] = 3462, + [3486] = 3363, + [3487] = 3462, + [3488] = 3362, + [3489] = 3462, + [3490] = 3465, + [3491] = 3462, + [3492] = 3465, + [3493] = 3465, + [3494] = 3494, + [3495] = 3462, + [3496] = 3465, [3497] = 3497, - [3498] = 3498, - [3499] = 3499, - [3500] = 3461, - [3501] = 3501, - [3502] = 3454, - [3503] = 3332, - [3504] = 3365, - [3505] = 3333, - [3506] = 3337, - [3507] = 3339, - [3508] = 3454, - [3509] = 3461, - [3510] = 3393, - [3511] = 3362, - [3512] = 3454, - [3513] = 3454, - [3514] = 3461, - [3515] = 3454, - [3516] = 3454, - [3517] = 791, - [3518] = 3483, - [3519] = 3320, - [3520] = 3461, - [3521] = 3521, - [3522] = 3522, - [3523] = 3522, + [3498] = 3465, + [3499] = 3462, + [3500] = 3465, + [3501] = 3462, + [3502] = 3462, + [3503] = 3465, + [3504] = 3462, + [3505] = 3462, + [3506] = 699, + [3507] = 3465, + [3508] = 3465, + [3509] = 3509, + [3510] = 3329, + [3511] = 3465, + [3512] = 3462, + [3513] = 3462, + [3514] = 3326, + [3515] = 3462, + [3516] = 3465, + [3517] = 3517, + [3518] = 3465, + [3519] = 3462, + [3520] = 3462, + [3521] = 3465, + [3522] = 3465, + [3523] = 3523, [3524] = 3524, - [3525] = 3524, - [3526] = 3526, + [3525] = 3525, + [3526] = 657, [3527] = 3527, [3528] = 3528, [3529] = 3529, [3530] = 3530, - [3531] = 820, + [3531] = 3531, [3532] = 3532, - [3533] = 3528, - [3534] = 3534, - [3535] = 3529, - [3536] = 825, - [3537] = 3522, + [3533] = 3533, + [3534] = 3527, + [3535] = 3535, + [3536] = 3536, + [3537] = 3537, [3538] = 3538, - [3539] = 3532, - [3540] = 3540, - [3541] = 3540, + [3539] = 3539, + [3540] = 824, + [3541] = 827, [3542] = 3542, - [3543] = 3530, - [3544] = 3544, - [3545] = 3545, - [3546] = 3542, + [3543] = 3543, + [3544] = 3533, + [3545] = 3527, + [3546] = 3546, [3547] = 3547, - [3548] = 3526, - [3549] = 3527, - [3550] = 3544, - [3551] = 3534, + [3548] = 3525, + [3549] = 3524, + [3550] = 3546, + [3551] = 3539, [3552] = 3552, - [3553] = 3553, - [3554] = 3554, - [3555] = 3540, - [3556] = 3547, - [3557] = 837, + [3553] = 3542, + [3554] = 3543, + [3555] = 3524, + [3556] = 3552, + [3557] = 3557, [3558] = 3558, - [3559] = 3552, - [3560] = 3554, - [3561] = 3538, - [3562] = 3562, - [3563] = 835, - [3564] = 3564, - [3565] = 3545, - [3566] = 3566, - [3567] = 3540, - [3568] = 648, - [3569] = 3522, - [3570] = 3570, - [3571] = 3558, - [3572] = 3562, - [3573] = 3573, - [3574] = 3574, + [3559] = 3529, + [3560] = 3528, + [3561] = 3561, + [3562] = 900, + [3563] = 880, + [3564] = 3561, + [3565] = 3530, + [3566] = 3558, + [3567] = 3567, + [3568] = 3531, + [3569] = 3532, + [3570] = 3535, + [3571] = 3536, + [3572] = 3537, + [3573] = 3524, + [3574] = 3527, [3575] = 3575, [3576] = 3576, [3577] = 3577, [3578] = 3578, [3579] = 3579, - [3580] = 3580, - [3581] = 3581, + [3580] = 3578, + [3581] = 3579, [3582] = 3582, - [3583] = 3583, - [3584] = 3584, - [3585] = 3584, - [3586] = 3586, - [3587] = 3587, - [3588] = 3588, - [3589] = 3589, - [3590] = 3590, - [3591] = 3587, - [3592] = 3584, + [3583] = 3579, + [3584] = 3575, + [3585] = 3578, + [3586] = 3578, + [3587] = 3578, + [3588] = 3579, + [3589] = 3582, + [3590] = 3575, + [3591] = 3578, + [3592] = 3592, [3593] = 3593, - [3594] = 3589, + [3594] = 3594, [3595] = 3595, - [3596] = 3574, - [3597] = 3584, - [3598] = 3587, - [3599] = 3575, - [3600] = 3584, - [3601] = 3601, - [3602] = 3602, - [3603] = 3603, - [3604] = 3589, - [3605] = 3589, - [3606] = 3584, - [3607] = 3587, - [3608] = 3608, - [3609] = 3609, + [3596] = 3596, + [3597] = 3597, + [3598] = 3579, + [3599] = 3582, + [3600] = 3582, + [3601] = 3578, + [3602] = 3579, + [3603] = 3582, + [3604] = 3579, + [3605] = 3578, + [3606] = 3579, + [3607] = 3579, + [3608] = 3582, + [3609] = 3575, [3610] = 3610, - [3611] = 3611, + [3611] = 3578, [3612] = 3612, - [3613] = 3589, - [3614] = 3614, - [3615] = 3587, - [3616] = 3616, - [3617] = 3589, - [3618] = 3587, - [3619] = 3575, - [3620] = 3589, - [3621] = 3584, - [3622] = 3584, - [3623] = 3584, - [3624] = 3574, - [3625] = 3587, - [3626] = 3575, - [3627] = 3627, - [3628] = 3575, - [3629] = 3589, - [3630] = 3574, - [3631] = 3589, - [3632] = 3589, - [3633] = 3589, - [3634] = 3584, - [3635] = 3574, - [3636] = 3589, - [3637] = 3637, - [3638] = 3589, - [3639] = 3587, - [3640] = 3574, - [3641] = 3584, - [3642] = 3642, - [3643] = 3587, - [3644] = 3584, - [3645] = 3574, - [3646] = 3589, - [3647] = 3612, - [3648] = 3648, + [3613] = 3613, + [3614] = 3579, + [3615] = 3576, + [3616] = 3582, + [3617] = 3575, + [3618] = 3618, + [3619] = 3619, + [3620] = 3578, + [3621] = 3621, + [3622] = 3622, + [3623] = 3623, + [3624] = 3594, + [3625] = 3625, + [3626] = 3626, + [3627] = 3579, + [3628] = 3576, + [3629] = 3582, + [3630] = 3630, + [3631] = 3575, + [3632] = 3619, + [3633] = 3576, + [3634] = 3578, + [3635] = 3635, + [3636] = 3578, + [3637] = 3576, + [3638] = 3582, + [3639] = 3579, + [3640] = 3578, + [3641] = 3578, + [3642] = 3576, + [3643] = 3578, + [3644] = 3582, + [3645] = 3579, + [3646] = 3578, + [3647] = 3576, + [3648] = 3575, [3649] = 3649, - [3650] = 3574, - [3651] = 3589, - [3652] = 3584, - [3653] = 3575, - [3654] = 3575, - [3655] = 3574, - [3656] = 3656, - [3657] = 3589, - [3658] = 3584, - [3659] = 3659, - [3660] = 3589, - [3661] = 3587, + [3650] = 3578, + [3651] = 3575, + [3652] = 3576, + [3653] = 3653, + [3654] = 3649, + [3655] = 3655, + [3656] = 3579, + [3657] = 3576, + [3658] = 3582, + [3659] = 683, + [3660] = 3660, + [3661] = 3661, [3662] = 3575, - [3663] = 3587, - [3664] = 3589, - [3665] = 3574, - [3666] = 3584, - [3667] = 3667, - [3668] = 3667, - [3669] = 3669, - [3670] = 3574, - [3671] = 3584, - [3672] = 3672, - [3673] = 3673, - [3674] = 3674, - [3675] = 3574, - [3676] = 3589, - [3677] = 3677, - [3678] = 3611, + [3663] = 3579, + [3664] = 3582, + [3665] = 3578, + [3666] = 3579, + [3667] = 3576, + [3668] = 3578, + [3669] = 3579, + [3670] = 3578, + [3671] = 3671, + [3672] = 3576, + [3673] = 3582, + [3674] = 3578, + [3675] = 3675, + [3676] = 3676, + [3677] = 3576, + [3678] = 3579, [3679] = 3679, - [3680] = 3574, + [3680] = 3655, [3681] = 3681, - [3682] = 3589, - [3683] = 3659, - [3684] = 3574, - [3685] = 3574, - [3686] = 3575, - [3687] = 3589, - [3688] = 3688, - [3689] = 3584, - [3690] = 3574, - [3691] = 3589, - [3692] = 3587, + [3682] = 3576, + [3683] = 3683, + [3684] = 3623, + [3685] = 3575, + [3686] = 3576, + [3687] = 3576, + [3688] = 3579, + [3689] = 3622, + [3690] = 3582, + [3691] = 3691, + [3692] = 3576, [3693] = 3693, - [3694] = 3584, - [3695] = 3574, - [3696] = 3696, - [3697] = 3587, - [3698] = 3575, - [3699] = 3574, - [3700] = 3584, + [3694] = 3621, + [3695] = 3695, + [3696] = 3578, + [3697] = 3576, + [3698] = 3579, + [3699] = 3579, + [3700] = 3626, [3701] = 3576, - [3702] = 3702, - [3703] = 3693, - [3704] = 3704, - [3705] = 3593, - [3706] = 3587, - [3707] = 3656, - [3708] = 3589, - [3709] = 3584, - [3710] = 3710, - [3711] = 3674, - [3712] = 3575, - [3713] = 3584, + [3702] = 3582, + [3703] = 3578, + [3704] = 3578, + [3705] = 3705, + [3706] = 3706, + [3707] = 3612, + [3708] = 3708, + [3709] = 3578, + [3710] = 3575, + [3711] = 3579, + [3712] = 3582, + [3713] = 3713, [3714] = 3714, - [3715] = 3584, - [3716] = 3587, - [3717] = 3704, + [3715] = 3715, + [3716] = 3579, + [3717] = 3717, [3718] = 3718, - [3719] = 3589, - [3720] = 3637, - [3721] = 3584, - [3722] = 3595, - [3723] = 3587, - [3724] = 3573, - [3725] = 3584, - [3726] = 3589, - [3727] = 680, - [3728] = 3589, - [3729] = 3729, - [3730] = 3704, - [3731] = 3704, - [3732] = 3704, - [3733] = 3704, - [3734] = 3704, - [3735] = 3704, - [3736] = 3704, - [3737] = 3704, - [3738] = 3704, - [3739] = 3704, - [3740] = 3704, - [3741] = 3704, - [3742] = 3704, - [3743] = 3704, - [3744] = 685, - [3745] = 3745, + [3719] = 3706, + [3720] = 3720, + [3721] = 3579, + [3722] = 3722, + [3723] = 3723, + [3724] = 3618, + [3725] = 3725, + [3726] = 3592, + [3727] = 3727, + [3728] = 3728, + [3729] = 3635, + [3730] = 694, + [3731] = 3731, + [3732] = 3706, + [3733] = 3706, + [3734] = 3706, + [3735] = 3706, + [3736] = 3706, + [3737] = 3706, + [3738] = 3706, + [3739] = 3706, + [3740] = 3706, + [3741] = 3706, + [3742] = 3706, + [3743] = 3706, + [3744] = 3706, + [3745] = 3706, + [3746] = 3578, + [3747] = 3747, }; static inline bool sym_cmd_identifier_character_set_1(int32_t c) { @@ -26663,6 +26665,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 't') ADVANCE(676); if (lookahead == 'w') ADVANCE(619); if (lookahead == '{') ADVANCE(969); + if (lookahead == '|') ADVANCE(897); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || @@ -29093,7 +29096,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'c') ADVANCE(1640); if (lookahead == 'd') ADVANCE(1600); if (lookahead == 'e') ADVANCE(1654); - if (lookahead == 'f') ADVANCE(1591); + if (lookahead == 'f') ADVANCE(1593); if (lookahead == 'h') ADVANCE(1623); if (lookahead == 'i') ADVANCE(1617); if (lookahead == 'l') ADVANCE(1601); @@ -29249,12 +29252,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '[') ADVANCE(892); if (lookahead == '^') ADVANCE(1568); if (lookahead == '`') ADVANCE(139); - if (lookahead == 'a') ADVANCE(1629); + if (lookahead == 'a') ADVANCE(1630); if (lookahead == 'b') ADVANCE(1652); if (lookahead == 'c') ADVANCE(1640); if (lookahead == 'd') ADVANCE(1600); if (lookahead == 'e') ADVANCE(1654); - if (lookahead == 'f') ADVANCE(1591); + if (lookahead == 'f') ADVANCE(1593); if (lookahead == 'h') ADVANCE(1623); if (lookahead == 'i') ADVANCE(1617); if (lookahead == 'l') ADVANCE(1601); @@ -29267,10 +29270,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(1662); if (lookahead == 'w') ADVANCE(1621); if (lookahead == '{') ADVANCE(969); + if (lookahead == '|') ADVANCE(897); if (lookahead == '}') ADVANCE(970); if (lookahead == '\t' || lookahead == '\r' || - lookahead == ' ') SKIP(372) + lookahead == ' ') SKIP(371) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1691); if (aux_sym_long_flag_token1_character_set_5(lookahead)) ADVANCE(1735); if (aux_sym_long_flag_token1_character_set_6(lookahead)) ADVANCE(1680); @@ -29293,12 +29297,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '[') ADVANCE(892); if (lookahead == '^') ADVANCE(1568); if (lookahead == '`') ADVANCE(139); - if (lookahead == 'a') ADVANCE(1630); + if (lookahead == 'a') ADVANCE(1629); if (lookahead == 'b') ADVANCE(1652); if (lookahead == 'c') ADVANCE(1640); if (lookahead == 'd') ADVANCE(1600); if (lookahead == 'e') ADVANCE(1654); - if (lookahead == 'f') ADVANCE(1591); + if (lookahead == 'f') ADVANCE(1593); if (lookahead == 'h') ADVANCE(1623); if (lookahead == 'i') ADVANCE(1617); if (lookahead == 'l') ADVANCE(1601); @@ -29311,11 +29315,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'u') ADVANCE(1662); if (lookahead == 'w') ADVANCE(1621); if (lookahead == '{') ADVANCE(969); - if (lookahead == '|') ADVANCE(897); if (lookahead == '}') ADVANCE(970); if (lookahead == '\t' || lookahead == '\r' || - lookahead == ' ') SKIP(371) + lookahead == ' ') SKIP(372) if (('1' <= lookahead && lookahead <= '9')) ADVANCE(1691); if (aux_sym_long_flag_token1_character_set_5(lookahead)) ADVANCE(1735); if (aux_sym_long_flag_token1_character_set_6(lookahead)) ADVANCE(1680); @@ -35529,20 +35532,20 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 1591: ACCEPT_TOKEN(aux_sym_long_flag_token1); if (lookahead == '-') ADVANCE(740); - if (lookahead == 'a') ADVANCE(1635); - if (lookahead == 'o') ADVANCE(1649); + if (lookahead == 'a') ADVANCE(1627); if (sym_cmd_identifier_character_set_4(lookahead)) ADVANCE(1680); END_STATE(); case 1592: ACCEPT_TOKEN(aux_sym_long_flag_token1); if (lookahead == '-') ADVANCE(740); - if (lookahead == 'a') ADVANCE(1627); + if (lookahead == 'a') ADVANCE(1679); if (sym_cmd_identifier_character_set_4(lookahead)) ADVANCE(1680); END_STATE(); case 1593: ACCEPT_TOKEN(aux_sym_long_flag_token1); if (lookahead == '-') ADVANCE(740); - if (lookahead == 'a') ADVANCE(1679); + if (lookahead == 'a') ADVANCE(1635); + if (lookahead == 'o') ADVANCE(1649); if (sym_cmd_identifier_character_set_4(lookahead)) ADVANCE(1680); END_STATE(); case 1594: @@ -35660,7 +35663,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 1612: ACCEPT_TOKEN(aux_sym_long_flag_token1); if (lookahead == '-') ADVANCE(740); - if (lookahead == 'e') ADVANCE(1592); + if (lookahead == 'e') ADVANCE(1591); if (aux_sym_long_flag_token1_character_set_4(lookahead)) ADVANCE(1680); END_STATE(); case 1613: @@ -35778,13 +35781,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 1631: ACCEPT_TOKEN(aux_sym_long_flag_token1); if (lookahead == '-') ADVANCE(740); - if (lookahead == 'l') ADVANCE(1628); + if (lookahead == 'l') ADVANCE(1592); if (aux_sym_long_flag_token1_character_set_4(lookahead)) ADVANCE(1680); END_STATE(); case 1632: ACCEPT_TOKEN(aux_sym_long_flag_token1); if (lookahead == '-') ADVANCE(740); - if (lookahead == 'l') ADVANCE(1593); + if (lookahead == 'l') ADVANCE(1628); if (aux_sym_long_flag_token1_character_set_4(lookahead)) ADVANCE(1680); END_STATE(); case 1633: @@ -35851,7 +35854,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(aux_sym_long_flag_token1); if (lookahead == '-') ADVANCE(740); if (lookahead == 'o') ADVANCE(1671); - if (lookahead == 'u') ADVANCE(1631); + if (lookahead == 'u') ADVANCE(1632); if (aux_sym_long_flag_token1_character_set_4(lookahead)) ADVANCE(1680); END_STATE(); case 1644: @@ -35943,7 +35946,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 1658: ACCEPT_TOKEN(aux_sym_long_flag_token1); if (lookahead == '-') ADVANCE(740); - if (lookahead == 'r') ADVANCE(1632); + if (lookahead == 'r') ADVANCE(1631); if (aux_sym_long_flag_token1_character_set_4(lookahead)) ADVANCE(1680); END_STATE(); case 1659: @@ -37696,22 +37699,22 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [108] = {.lex_state = 380}, [109] = {.lex_state = 380}, [110] = {.lex_state = 380}, - [111] = {.lex_state = 11}, + [111] = {.lex_state = 360}, [112] = {.lex_state = 11}, - [113] = {.lex_state = 360}, + [113] = {.lex_state = 11}, [114] = {.lex_state = 360}, - [115] = {.lex_state = 360}, - [116] = {.lex_state = 362}, + [115] = {.lex_state = 362}, + [116] = {.lex_state = 360}, [117] = {.lex_state = 362}, [118] = {.lex_state = 362}, - [119] = {.lex_state = 8}, - [120] = {.lex_state = 21}, - [121] = {.lex_state = 21}, - [122] = {.lex_state = 362}, + [119] = {.lex_state = 362}, + [120] = {.lex_state = 8}, + [121] = {.lex_state = 360}, + [122] = {.lex_state = 21}, [123] = {.lex_state = 8}, - [124] = {.lex_state = 360}, - [125] = {.lex_state = 389}, - [126] = {.lex_state = 360}, + [124] = {.lex_state = 21}, + [125] = {.lex_state = 360}, + [126] = {.lex_state = 389}, [127] = {.lex_state = 360}, [128] = {.lex_state = 16}, [129] = {.lex_state = 16}, @@ -37751,111 +37754,111 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [163] = {.lex_state = 355}, [164] = {.lex_state = 355}, [165] = {.lex_state = 355}, - [166] = {.lex_state = 353}, + [166] = {.lex_state = 355}, [167] = {.lex_state = 355}, - [168] = {.lex_state = 353}, + [168] = {.lex_state = 355}, [169] = {.lex_state = 355}, - [170] = {.lex_state = 355}, - [171] = {.lex_state = 353}, + [170] = {.lex_state = 353}, + [171] = {.lex_state = 355}, [172] = {.lex_state = 353}, [173] = {.lex_state = 353}, [174] = {.lex_state = 353}, [175] = {.lex_state = 355}, [176] = {.lex_state = 353}, - [177] = {.lex_state = 355}, + [177] = {.lex_state = 353}, [178] = {.lex_state = 355}, - [179] = {.lex_state = 355}, - [180] = {.lex_state = 353}, - [181] = {.lex_state = 353}, + [179] = {.lex_state = 353}, + [180] = {.lex_state = 355}, + [181] = {.lex_state = 355}, [182] = {.lex_state = 355}, [183] = {.lex_state = 355}, - [184] = {.lex_state = 353}, + [184] = {.lex_state = 355}, [185] = {.lex_state = 355}, - [186] = {.lex_state = 355}, - [187] = {.lex_state = 355}, + [186] = {.lex_state = 353}, + [187] = {.lex_state = 353}, [188] = {.lex_state = 353}, [189] = {.lex_state = 355}, [190] = {.lex_state = 355}, [191] = {.lex_state = 355}, [192] = {.lex_state = 355}, - [193] = {.lex_state = 355}, + [193] = {.lex_state = 353}, [194] = {.lex_state = 353}, - [195] = {.lex_state = 353}, - [196] = {.lex_state = 353}, - [197] = {.lex_state = 353}, + [195] = {.lex_state = 355}, + [196] = {.lex_state = 355}, + [197] = {.lex_state = 355}, [198] = {.lex_state = 355}, - [199] = {.lex_state = 353}, + [199] = {.lex_state = 355}, [200] = {.lex_state = 355}, - [201] = {.lex_state = 355}, + [201] = {.lex_state = 353}, [202] = {.lex_state = 355}, - [203] = {.lex_state = 355}, + [203] = {.lex_state = 353}, [204] = {.lex_state = 355}, [205] = {.lex_state = 355}, [206] = {.lex_state = 355}, [207] = {.lex_state = 355}, [208] = {.lex_state = 355}, [209] = {.lex_state = 353}, - [210] = {.lex_state = 355}, + [210] = {.lex_state = 353}, [211] = {.lex_state = 355}, [212] = {.lex_state = 355}, [213] = {.lex_state = 355}, [214] = {.lex_state = 355}, - [215] = {.lex_state = 353}, + [215] = {.lex_state = 355}, [216] = {.lex_state = 355}, [217] = {.lex_state = 355}, - [218] = {.lex_state = 353}, + [218] = {.lex_state = 355}, [219] = {.lex_state = 355}, [220] = {.lex_state = 355}, [221] = {.lex_state = 355}, - [222] = {.lex_state = 355}, - [223] = {.lex_state = 353}, - [224] = {.lex_state = 355}, - [225] = {.lex_state = 355}, - [226] = {.lex_state = 353}, - [227] = {.lex_state = 353}, - [228] = {.lex_state = 353}, + [222] = {.lex_state = 353}, + [223] = {.lex_state = 355}, + [224] = {.lex_state = 353}, + [225] = {.lex_state = 353}, + [226] = {.lex_state = 355}, + [227] = {.lex_state = 355}, + [228] = {.lex_state = 355}, [229] = {.lex_state = 355}, [230] = {.lex_state = 355}, [231] = {.lex_state = 355}, [232] = {.lex_state = 355}, - [233] = {.lex_state = 355}, - [234] = {.lex_state = 355}, + [233] = {.lex_state = 353}, + [234] = {.lex_state = 353}, [235] = {.lex_state = 355}, [236] = {.lex_state = 355}, - [237] = {.lex_state = 355}, + [237] = {.lex_state = 353}, [238] = {.lex_state = 355}, [239] = {.lex_state = 355}, - [240] = {.lex_state = 355}, + [240] = {.lex_state = 353}, [241] = {.lex_state = 355}, - [242] = {.lex_state = 353}, + [242] = {.lex_state = 355}, [243] = {.lex_state = 355}, - [244] = {.lex_state = 355}, + [244] = {.lex_state = 353}, [245] = {.lex_state = 355}, - [246] = {.lex_state = 353}, - [247] = {.lex_state = 355}, + [246] = {.lex_state = 355}, + [247] = {.lex_state = 353}, [248] = {.lex_state = 353}, [249] = {.lex_state = 355}, [250] = {.lex_state = 355}, - [251] = {.lex_state = 355}, + [251] = {.lex_state = 353}, [252] = {.lex_state = 355}, - [253] = {.lex_state = 353}, + [253] = {.lex_state = 355}, [254] = {.lex_state = 355}, [255] = {.lex_state = 353}, - [256] = {.lex_state = 353}, + [256] = {.lex_state = 355}, [257] = {.lex_state = 355}, - [258] = {.lex_state = 355}, + [258] = {.lex_state = 353}, [259] = {.lex_state = 355}, [260] = {.lex_state = 355}, - [261] = {.lex_state = 355}, - [262] = {.lex_state = 353}, - [263] = {.lex_state = 353}, + [261] = {.lex_state = 353}, + [262] = {.lex_state = 355}, + [263] = {.lex_state = 355}, [264] = {.lex_state = 355}, [265] = {.lex_state = 355}, [266] = {.lex_state = 355}, [267] = {.lex_state = 355}, - [268] = {.lex_state = 355}, + [268] = {.lex_state = 353}, [269] = {.lex_state = 355}, - [270] = {.lex_state = 355}, + [270] = {.lex_state = 353}, [271] = {.lex_state = 355}, [272] = {.lex_state = 355}, [273] = {.lex_state = 355}, @@ -37866,29 +37869,29 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [278] = {.lex_state = 355}, [279] = {.lex_state = 355}, [280] = {.lex_state = 355}, - [281] = {.lex_state = 355}, + [281] = {.lex_state = 353}, [282] = {.lex_state = 355}, [283] = {.lex_state = 355}, - [284] = {.lex_state = 355}, + [284] = {.lex_state = 353}, [285] = {.lex_state = 355}, [286] = {.lex_state = 355}, [287] = {.lex_state = 355}, - [288] = {.lex_state = 353}, + [288] = {.lex_state = 355}, [289] = {.lex_state = 355}, [290] = {.lex_state = 355}, [291] = {.lex_state = 355}, [292] = {.lex_state = 355}, [293] = {.lex_state = 355}, [294] = {.lex_state = 355}, - [295] = {.lex_state = 355}, + [295] = {.lex_state = 353}, [296] = {.lex_state = 355}, [297] = {.lex_state = 355}, - [298] = {.lex_state = 353}, + [298] = {.lex_state = 355}, [299] = {.lex_state = 355}, - [300] = {.lex_state = 353}, + [300] = {.lex_state = 355}, [301] = {.lex_state = 355}, [302] = {.lex_state = 355}, - [303] = {.lex_state = 353}, + [303] = {.lex_state = 355}, [304] = {.lex_state = 355}, [305] = {.lex_state = 353}, [306] = {.lex_state = 353}, @@ -37937,75 +37940,75 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [349] = {.lex_state = 353}, [350] = {.lex_state = 353}, [351] = {.lex_state = 353}, - [352] = {.lex_state = 353}, - [353] = {.lex_state = 377}, + [352] = {.lex_state = 377}, + [353] = {.lex_state = 353}, [354] = {.lex_state = 377}, - [355] = {.lex_state = 353}, - [356] = {.lex_state = 353}, - [357] = {.lex_state = 353}, - [358] = {.lex_state = 353}, - [359] = {.lex_state = 353}, + [355] = {.lex_state = 377}, + [356] = {.lex_state = 377}, + [357] = {.lex_state = 377}, + [358] = {.lex_state = 377}, + [359] = {.lex_state = 377}, [360] = {.lex_state = 353}, - [361] = {.lex_state = 353}, + [361] = {.lex_state = 377}, [362] = {.lex_state = 377}, - [363] = {.lex_state = 353}, - [364] = {.lex_state = 353}, - [365] = {.lex_state = 353}, - [366] = {.lex_state = 353}, + [363] = {.lex_state = 377}, + [364] = {.lex_state = 377}, + [365] = {.lex_state = 377}, + [366] = {.lex_state = 377}, [367] = {.lex_state = 377}, [368] = {.lex_state = 377}, - [369] = {.lex_state = 353}, + [369] = {.lex_state = 377}, [370] = {.lex_state = 377}, [371] = {.lex_state = 377}, - [372] = {.lex_state = 353}, + [372] = {.lex_state = 377}, [373] = {.lex_state = 377}, - [374] = {.lex_state = 353}, + [374] = {.lex_state = 377}, [375] = {.lex_state = 377}, [376] = {.lex_state = 353}, [377] = {.lex_state = 353}, [378] = {.lex_state = 353}, - [379] = {.lex_state = 353}, + [379] = {.lex_state = 365}, [380] = {.lex_state = 353}, [381] = {.lex_state = 353}, - [382] = {.lex_state = 377}, - [383] = {.lex_state = 377}, + [382] = {.lex_state = 353}, + [383] = {.lex_state = 353}, [384] = {.lex_state = 353}, [385] = {.lex_state = 353}, - [386] = {.lex_state = 377}, + [386] = {.lex_state = 353}, [387] = {.lex_state = 353}, [388] = {.lex_state = 353}, [389] = {.lex_state = 353}, [390] = {.lex_state = 353}, [391] = {.lex_state = 353}, - [392] = {.lex_state = 377}, - [393] = {.lex_state = 377}, - [394] = {.lex_state = 353}, + [392] = {.lex_state = 353}, + [393] = {.lex_state = 353}, + [394] = {.lex_state = 377}, [395] = {.lex_state = 377}, - [396] = {.lex_state = 377}, - [397] = {.lex_state = 377}, + [396] = {.lex_state = 353}, + [397] = {.lex_state = 353}, [398] = {.lex_state = 353}, - [399] = {.lex_state = 377}, + [399] = {.lex_state = 353}, [400] = {.lex_state = 353}, [401] = {.lex_state = 353}, [402] = {.lex_state = 353}, [403] = {.lex_state = 353}, - [404] = {.lex_state = 377}, + [404] = {.lex_state = 353}, [405] = {.lex_state = 353}, - [406] = {.lex_state = 365}, + [406] = {.lex_state = 353}, [407] = {.lex_state = 353}, [408] = {.lex_state = 353}, [409] = {.lex_state = 353}, [410] = {.lex_state = 353}, [411] = {.lex_state = 353}, - [412] = {.lex_state = 377}, - [413] = {.lex_state = 377}, - [414] = {.lex_state = 353}, - [415] = {.lex_state = 377}, + [412] = {.lex_state = 353}, + [413] = {.lex_state = 353}, + [414] = {.lex_state = 377}, + [415] = {.lex_state = 353}, [416] = {.lex_state = 353}, - [417] = {.lex_state = 377}, + [417] = {.lex_state = 353}, [418] = {.lex_state = 353}, - [419] = {.lex_state = 377}, - [420] = {.lex_state = 377}, + [419] = {.lex_state = 353}, + [420] = {.lex_state = 353}, [421] = {.lex_state = 377}, [422] = {.lex_state = 377}, [423] = {.lex_state = 377}, @@ -38015,8 +38018,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [427] = {.lex_state = 377}, [428] = {.lex_state = 377}, [429] = {.lex_state = 377}, - [430] = {.lex_state = 353}, - [431] = {.lex_state = 377}, + [430] = {.lex_state = 377}, + [431] = {.lex_state = 353}, [432] = {.lex_state = 377}, [433] = {.lex_state = 377}, [434] = {.lex_state = 377}, @@ -38027,31 +38030,31 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [439] = {.lex_state = 377}, [440] = {.lex_state = 377}, [441] = {.lex_state = 377}, - [442] = {.lex_state = 365}, + [442] = {.lex_state = 377}, [443] = {.lex_state = 377}, [444] = {.lex_state = 377}, - [445] = {.lex_state = 377}, + [445] = {.lex_state = 365}, [446] = {.lex_state = 377}, [447] = {.lex_state = 377}, - [448] = {.lex_state = 27}, + [448] = {.lex_state = 364}, [449] = {.lex_state = 364}, - [450] = {.lex_state = 364}, + [450] = {.lex_state = 27}, [451] = {.lex_state = 364}, - [452] = {.lex_state = 364}, + [452] = {.lex_state = 27}, [453] = {.lex_state = 27}, - [454] = {.lex_state = 364}, - [455] = {.lex_state = 364}, - [456] = {.lex_state = 27}, + [454] = {.lex_state = 27}, + [455] = {.lex_state = 27}, + [456] = {.lex_state = 364}, [457] = {.lex_state = 364}, - [458] = {.lex_state = 27}, - [459] = {.lex_state = 27}, - [460] = {.lex_state = 364}, - [461] = {.lex_state = 364}, + [458] = {.lex_state = 364}, + [459] = {.lex_state = 364}, + [460] = {.lex_state = 27}, + [461] = {.lex_state = 27}, [462] = {.lex_state = 364}, [463] = {.lex_state = 364}, - [464] = {.lex_state = 27}, + [464] = {.lex_state = 364}, [465] = {.lex_state = 27}, - [466] = {.lex_state = 27}, + [466] = {.lex_state = 364}, [467] = {.lex_state = 364}, [468] = {.lex_state = 364}, [469] = {.lex_state = 364}, @@ -38063,28 +38066,28 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [475] = {.lex_state = 364}, [476] = {.lex_state = 364}, [477] = {.lex_state = 364}, - [478] = {.lex_state = 27}, + [478] = {.lex_state = 364}, [479] = {.lex_state = 27}, [480] = {.lex_state = 27}, [481] = {.lex_state = 364}, [482] = {.lex_state = 364}, - [483] = {.lex_state = 364}, + [483] = {.lex_state = 27}, [484] = {.lex_state = 364}, [485] = {.lex_state = 27}, [486] = {.lex_state = 364}, [487] = {.lex_state = 364}, - [488] = {.lex_state = 27}, + [488] = {.lex_state = 365}, [489] = {.lex_state = 364}, [490] = {.lex_state = 364}, - [491] = {.lex_state = 364}, - [492] = {.lex_state = 365}, + [491] = {.lex_state = 27}, + [492] = {.lex_state = 364}, [493] = {.lex_state = 364}, [494] = {.lex_state = 364}, - [495] = {.lex_state = 364}, + [495] = {.lex_state = 365}, [496] = {.lex_state = 364}, - [497] = {.lex_state = 27}, - [498] = {.lex_state = 365}, - [499] = {.lex_state = 365}, + [497] = {.lex_state = 365}, + [498] = {.lex_state = 364}, + [499] = {.lex_state = 27}, [500] = {.lex_state = 27}, [501] = {.lex_state = 364}, [502] = {.lex_state = 364}, @@ -38095,8 +38098,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [507] = {.lex_state = 364}, [508] = {.lex_state = 364}, [509] = {.lex_state = 364}, - [510] = {.lex_state = 365}, - [511] = {.lex_state = 364}, + [510] = {.lex_state = 364}, + [511] = {.lex_state = 372}, [512] = {.lex_state = 364}, [513] = {.lex_state = 364}, [514] = {.lex_state = 364}, @@ -38110,121 +38113,121 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [522] = {.lex_state = 364}, [523] = {.lex_state = 364}, [524] = {.lex_state = 364}, - [525] = {.lex_state = 365}, - [526] = {.lex_state = 372}, + [525] = {.lex_state = 364}, + [526] = {.lex_state = 364}, [527] = {.lex_state = 364}, [528] = {.lex_state = 364}, - [529] = {.lex_state = 364}, + [529] = {.lex_state = 365}, [530] = {.lex_state = 364}, [531] = {.lex_state = 364}, [532] = {.lex_state = 364}, - [533] = {.lex_state = 372}, - [534] = {.lex_state = 364}, - [535] = {.lex_state = 372}, - [536] = {.lex_state = 364}, + [533] = {.lex_state = 364}, + [534] = {.lex_state = 377}, + [535] = {.lex_state = 364}, + [536] = {.lex_state = 377}, [537] = {.lex_state = 364}, - [538] = {.lex_state = 372}, - [539] = {.lex_state = 364}, - [540] = {.lex_state = 364}, - [541] = {.lex_state = 377}, + [538] = {.lex_state = 364}, + [539] = {.lex_state = 27}, + [540] = {.lex_state = 372}, + [541] = {.lex_state = 364}, [542] = {.lex_state = 364}, [543] = {.lex_state = 364}, - [544] = {.lex_state = 365}, - [545] = {.lex_state = 364}, + [544] = {.lex_state = 364}, + [545] = {.lex_state = 365}, [546] = {.lex_state = 364}, - [547] = {.lex_state = 372}, + [547] = {.lex_state = 377}, [548] = {.lex_state = 364}, - [549] = {.lex_state = 364}, - [550] = {.lex_state = 377}, + [549] = {.lex_state = 372}, + [550] = {.lex_state = 372}, [551] = {.lex_state = 364}, - [552] = {.lex_state = 377}, - [553] = {.lex_state = 27}, + [552] = {.lex_state = 364}, + [553] = {.lex_state = 364}, [554] = {.lex_state = 364}, - [555] = {.lex_state = 364}, - [556] = {.lex_state = 364}, + [555] = {.lex_state = 377}, + [556] = {.lex_state = 372}, [557] = {.lex_state = 364}, - [558] = {.lex_state = 364}, - [559] = {.lex_state = 377}, - [560] = {.lex_state = 364}, - [561] = {.lex_state = 377}, - [562] = {.lex_state = 364}, - [563] = {.lex_state = 364}, - [564] = {.lex_state = 364}, + [558] = {.lex_state = 365}, + [559] = {.lex_state = 364}, + [560] = {.lex_state = 372}, + [561] = {.lex_state = 364}, + [562] = {.lex_state = 377}, + [563] = {.lex_state = 377}, + [564] = {.lex_state = 377}, [565] = {.lex_state = 377}, - [566] = {.lex_state = 364}, + [566] = {.lex_state = 377}, [567] = {.lex_state = 364}, [568] = {.lex_state = 364}, - [569] = {.lex_state = 372}, + [569] = {.lex_state = 364}, [570] = {.lex_state = 377}, - [571] = {.lex_state = 372}, - [572] = {.lex_state = 377}, + [571] = {.lex_state = 364}, + [572] = {.lex_state = 364}, [573] = {.lex_state = 364}, - [574] = {.lex_state = 377}, + [574] = {.lex_state = 364}, [575] = {.lex_state = 364}, - [576] = {.lex_state = 377}, + [576] = {.lex_state = 364}, [577] = {.lex_state = 364}, [578] = {.lex_state = 364}, - [579] = {.lex_state = 364}, + [579] = {.lex_state = 377}, [580] = {.lex_state = 364}, [581] = {.lex_state = 364}, - [582] = {.lex_state = 377}, - [583] = {.lex_state = 377}, + [582] = {.lex_state = 364}, + [583] = {.lex_state = 364}, [584] = {.lex_state = 364}, [585] = {.lex_state = 364}, - [586] = {.lex_state = 364}, + [586] = {.lex_state = 377}, [587] = {.lex_state = 364}, [588] = {.lex_state = 377}, [589] = {.lex_state = 364}, - [590] = {.lex_state = 364}, - [591] = {.lex_state = 364}, - [592] = {.lex_state = 364}, - [593] = {.lex_state = 364}, - [594] = {.lex_state = 364}, + [590] = {.lex_state = 377}, + [591] = {.lex_state = 372}, + [592] = {.lex_state = 377}, + [593] = {.lex_state = 377}, + [594] = {.lex_state = 377}, [595] = {.lex_state = 364}, [596] = {.lex_state = 364}, [597] = {.lex_state = 364}, - [598] = {.lex_state = 377}, + [598] = {.lex_state = 364}, [599] = {.lex_state = 364}, - [600] = {.lex_state = 377}, - [601] = {.lex_state = 377}, - [602] = {.lex_state = 364}, + [600] = {.lex_state = 364}, + [601] = {.lex_state = 364}, + [602] = {.lex_state = 377}, [603] = {.lex_state = 364}, - [604] = {.lex_state = 364}, + [604] = {.lex_state = 377}, [605] = {.lex_state = 364}, - [606] = {.lex_state = 364}, + [606] = {.lex_state = 372}, [607] = {.lex_state = 377}, [608] = {.lex_state = 377}, - [609] = {.lex_state = 377}, - [610] = {.lex_state = 364}, - [611] = {.lex_state = 377}, + [609] = {.lex_state = 364}, + [610] = {.lex_state = 377}, + [611] = {.lex_state = 364}, [612] = {.lex_state = 377}, [613] = {.lex_state = 377}, - [614] = {.lex_state = 377}, + [614] = {.lex_state = 364}, [615] = {.lex_state = 364}, [616] = {.lex_state = 364}, [617] = {.lex_state = 364}, - [618] = {.lex_state = 372}, - [619] = {.lex_state = 372}, + [618] = {.lex_state = 377}, + [619] = {.lex_state = 377}, [620] = {.lex_state = 364}, - [621] = {.lex_state = 377}, + [621] = {.lex_state = 364}, [622] = {.lex_state = 377}, - [623] = {.lex_state = 372}, - [624] = {.lex_state = 377}, - [625] = {.lex_state = 377}, - [626] = {.lex_state = 364}, + [623] = {.lex_state = 377}, + [624] = {.lex_state = 364}, + [625] = {.lex_state = 364}, + [626] = {.lex_state = 377}, [627] = {.lex_state = 364}, [628] = {.lex_state = 377}, - [629] = {.lex_state = 364}, + [629] = {.lex_state = 377}, [630] = {.lex_state = 377}, [631] = {.lex_state = 377}, [632] = {.lex_state = 377}, - [633] = {.lex_state = 377}, + [633] = {.lex_state = 364}, [634] = {.lex_state = 377}, - [635] = {.lex_state = 364}, + [635] = {.lex_state = 372}, [636] = {.lex_state = 364}, [637] = {.lex_state = 377}, - [638] = {.lex_state = 377}, - [639] = {.lex_state = 377}, + [638] = {.lex_state = 372}, + [639] = {.lex_state = 364}, [640] = {.lex_state = 377}, [641] = {.lex_state = 377}, [642] = {.lex_state = 377}, @@ -38233,16 +38236,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [645] = {.lex_state = 377}, [646] = {.lex_state = 377}, [647] = {.lex_state = 377}, - [648] = {.lex_state = 374}, + [648] = {.lex_state = 377}, [649] = {.lex_state = 377}, [650] = {.lex_state = 377}, [651] = {.lex_state = 377}, [652] = {.lex_state = 377}, [653] = {.lex_state = 377}, [654] = {.lex_state = 377}, - [655] = {.lex_state = 375}, + [655] = {.lex_state = 377}, [656] = {.lex_state = 377}, - [657] = {.lex_state = 377}, + [657] = {.lex_state = 374}, [658] = {.lex_state = 377}, [659] = {.lex_state = 377}, [660] = {.lex_state = 377}, @@ -38253,7 +38256,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [665] = {.lex_state = 377}, [666] = {.lex_state = 377}, [667] = {.lex_state = 377}, - [668] = {.lex_state = 377}, + [668] = {.lex_state = 375}, [669] = {.lex_state = 377}, [670] = {.lex_state = 377}, [671] = {.lex_state = 377}, @@ -38265,93 +38268,93 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [677] = {.lex_state = 377}, [678] = {.lex_state = 377}, [679] = {.lex_state = 377}, - [680] = {.lex_state = 377}, - [681] = {.lex_state = 383}, - [682] = {.lex_state = 377}, - [683] = {.lex_state = 374}, - [684] = {.lex_state = 365}, - [685] = {.lex_state = 377}, + [680] = {.lex_state = 365}, + [681] = {.lex_state = 365}, + [682] = {.lex_state = 365}, + [683] = {.lex_state = 372}, + [684] = {.lex_state = 377}, + [685] = {.lex_state = 365}, [686] = {.lex_state = 365}, - [687] = {.lex_state = 365}, + [687] = {.lex_state = 383}, [688] = {.lex_state = 377}, - [689] = {.lex_state = 377}, - [690] = {.lex_state = 365}, - [691] = {.lex_state = 365}, - [692] = {.lex_state = 372}, - [693] = {.lex_state = 375}, - [694] = {.lex_state = 365}, + [689] = {.lex_state = 365}, + [690] = {.lex_state = 377}, + [691] = {.lex_state = 379}, + [692] = {.lex_state = 383}, + [693] = {.lex_state = 383}, + [694] = {.lex_state = 372}, [695] = {.lex_state = 377}, - [696] = {.lex_state = 377}, - [697] = {.lex_state = 383}, - [698] = {.lex_state = 379}, - [699] = {.lex_state = 383}, - [700] = {.lex_state = 377}, - [701] = {.lex_state = 383}, - [702] = {.lex_state = 365}, - [703] = {.lex_state = 372}, + [696] = {.lex_state = 383}, + [697] = {.lex_state = 375}, + [698] = {.lex_state = 377}, + [699] = {.lex_state = 372}, + [700] = {.lex_state = 365}, + [701] = {.lex_state = 365}, + [702] = {.lex_state = 383}, + [703] = {.lex_state = 377}, [704] = {.lex_state = 377}, - [705] = {.lex_state = 383}, - [706] = {.lex_state = 365}, - [707] = {.lex_state = 372}, + [705] = {.lex_state = 374}, + [706] = {.lex_state = 377}, + [707] = {.lex_state = 377}, [708] = {.lex_state = 377}, - [709] = {.lex_state = 377}, + [709] = {.lex_state = 365}, [710] = {.lex_state = 365}, - [711] = {.lex_state = 368}, - [712] = {.lex_state = 365}, - [713] = {.lex_state = 370}, - [714] = {.lex_state = 365}, + [711] = {.lex_state = 383}, + [712] = {.lex_state = 368}, + [713] = {.lex_state = 365}, + [714] = {.lex_state = 383}, [715] = {.lex_state = 365}, - [716] = {.lex_state = 367}, - [717] = {.lex_state = 365}, - [718] = {.lex_state = 365}, - [719] = {.lex_state = 383}, - [720] = {.lex_state = 379}, - [721] = {.lex_state = 367}, - [722] = {.lex_state = 383}, - [723] = {.lex_state = 368}, + [716] = {.lex_state = 365}, + [717] = {.lex_state = 367}, + [718] = {.lex_state = 377}, + [719] = {.lex_state = 377}, + [720] = {.lex_state = 365}, + [721] = {.lex_state = 365}, + [722] = {.lex_state = 379}, + [723] = {.lex_state = 377}, [724] = {.lex_state = 368}, - [725] = {.lex_state = 377}, - [726] = {.lex_state = 377}, + [725] = {.lex_state = 383}, + [726] = {.lex_state = 365}, [727] = {.lex_state = 365}, [728] = {.lex_state = 383}, - [729] = {.lex_state = 377}, - [730] = {.lex_state = 367}, + [729] = {.lex_state = 372}, + [730] = {.lex_state = 368}, [731] = {.lex_state = 377}, [732] = {.lex_state = 372}, [733] = {.lex_state = 383}, [734] = {.lex_state = 377}, [735] = {.lex_state = 365}, - [736] = {.lex_state = 383}, - [737] = {.lex_state = 372}, - [738] = {.lex_state = 372}, - [739] = {.lex_state = 365}, + [736] = {.lex_state = 372}, + [737] = {.lex_state = 365}, + [738] = {.lex_state = 377}, + [739] = {.lex_state = 367}, [740] = {.lex_state = 365}, - [741] = {.lex_state = 365}, - [742] = {.lex_state = 365}, + [741] = {.lex_state = 370}, + [742] = {.lex_state = 367}, [743] = {.lex_state = 365}, [744] = {.lex_state = 365}, [745] = {.lex_state = 365}, - [746] = {.lex_state = 365}, + [746] = {.lex_state = 368}, [747] = {.lex_state = 365}, [748] = {.lex_state = 365}, [749] = {.lex_state = 365}, [750] = {.lex_state = 365}, - [751] = {.lex_state = 367}, + [751] = {.lex_state = 368}, [752] = {.lex_state = 365}, - [753] = {.lex_state = 365}, + [753] = {.lex_state = 367}, [754] = {.lex_state = 365}, - [755] = {.lex_state = 365}, + [755] = {.lex_state = 367}, [756] = {.lex_state = 365}, [757] = {.lex_state = 365}, [758] = {.lex_state = 365}, - [759] = {.lex_state = 368}, - [760] = {.lex_state = 370}, - [761] = {.lex_state = 367}, + [759] = {.lex_state = 365}, + [760] = {.lex_state = 365}, + [761] = {.lex_state = 365}, [762] = {.lex_state = 365}, - [763] = {.lex_state = 368}, - [764] = {.lex_state = 367}, + [763] = {.lex_state = 365}, + [764] = {.lex_state = 365}, [765] = {.lex_state = 365}, - [766] = {.lex_state = 365}, + [766] = {.lex_state = 368}, [767] = {.lex_state = 365}, [768] = {.lex_state = 365}, [769] = {.lex_state = 365}, @@ -38362,8 +38365,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [774] = {.lex_state = 365}, [775] = {.lex_state = 365}, [776] = {.lex_state = 365}, - [777] = {.lex_state = 365}, - [778] = {.lex_state = 365}, + [777] = {.lex_state = 367}, + [778] = {.lex_state = 370}, [779] = {.lex_state = 365}, [780] = {.lex_state = 365}, [781] = {.lex_state = 365}, @@ -38372,7 +38375,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [784] = {.lex_state = 365}, [785] = {.lex_state = 365}, [786] = {.lex_state = 365}, - [787] = {.lex_state = 368}, + [787] = {.lex_state = 365}, [788] = {.lex_state = 365}, [789] = {.lex_state = 365}, [790] = {.lex_state = 365}, @@ -38536,13 +38539,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [948] = {.lex_state = 365}, [949] = {.lex_state = 365}, [950] = {.lex_state = 365}, - [951] = {.lex_state = 369}, + [951] = {.lex_state = 365}, [952] = {.lex_state = 365}, [953] = {.lex_state = 365}, [954] = {.lex_state = 365}, [955] = {.lex_state = 365}, [956] = {.lex_state = 365}, - [957] = {.lex_state = 365}, + [957] = {.lex_state = 369}, [958] = {.lex_state = 365}, [959] = {.lex_state = 365}, [960] = {.lex_state = 365}, @@ -38552,16 +38555,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [964] = {.lex_state = 365}, [965] = {.lex_state = 365}, [966] = {.lex_state = 365}, - [967] = {.lex_state = 5}, + [967] = {.lex_state = 365}, [968] = {.lex_state = 365}, - [969] = {.lex_state = 365}, + [969] = {.lex_state = 5}, [970] = {.lex_state = 365}, [971] = {.lex_state = 365}, [972] = {.lex_state = 365}, [973] = {.lex_state = 365}, [974] = {.lex_state = 365}, [975] = {.lex_state = 365}, - [976] = {.lex_state = 365}, + [976] = {.lex_state = 5}, [977] = {.lex_state = 365}, [978] = {.lex_state = 365}, [979] = {.lex_state = 365}, @@ -38569,102 +38572,102 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [981] = {.lex_state = 365}, [982] = {.lex_state = 365}, [983] = {.lex_state = 365}, - [984] = {.lex_state = 5}, + [984] = {.lex_state = 365}, [985] = {.lex_state = 5}, [986] = {.lex_state = 365}, - [987] = {.lex_state = 5}, + [987] = {.lex_state = 365}, [988] = {.lex_state = 365}, [989] = {.lex_state = 365}, - [990] = {.lex_state = 365}, + [990] = {.lex_state = 5}, [991] = {.lex_state = 5}, - [992] = {.lex_state = 369}, + [992] = {.lex_state = 365}, [993] = {.lex_state = 365}, [994] = {.lex_state = 365}, [995] = {.lex_state = 365}, [996] = {.lex_state = 365}, - [997] = {.lex_state = 365}, - [998] = {.lex_state = 365}, + [997] = {.lex_state = 369}, + [998] = {.lex_state = 5}, [999] = {.lex_state = 365}, [1000] = {.lex_state = 5}, [1001] = {.lex_state = 365}, [1002] = {.lex_state = 365}, [1003] = {.lex_state = 365}, [1004] = {.lex_state = 365}, - [1005] = {.lex_state = 5}, - [1006] = {.lex_state = 37}, - [1007] = {.lex_state = 5}, - [1008] = {.lex_state = 6}, - [1009] = {.lex_state = 389}, + [1005] = {.lex_state = 365}, + [1006] = {.lex_state = 6}, + [1007] = {.lex_state = 6}, + [1008] = {.lex_state = 37}, + [1009] = {.lex_state = 5}, [1010] = {.lex_state = 6}, [1011] = {.lex_state = 5}, - [1012] = {.lex_state = 5}, + [1012] = {.lex_state = 37}, [1013] = {.lex_state = 6}, - [1014] = {.lex_state = 5}, + [1014] = {.lex_state = 6}, [1015] = {.lex_state = 6}, - [1016] = {.lex_state = 6}, + [1016] = {.lex_state = 5}, [1017] = {.lex_state = 6}, - [1018] = {.lex_state = 6}, + [1018] = {.lex_state = 5}, [1019] = {.lex_state = 5}, [1020] = {.lex_state = 5}, - [1021] = {.lex_state = 6}, - [1022] = {.lex_state = 5}, + [1021] = {.lex_state = 5}, + [1022] = {.lex_state = 389}, [1023] = {.lex_state = 6}, - [1024] = {.lex_state = 5}, + [1024] = {.lex_state = 6}, [1025] = {.lex_state = 6}, - [1026] = {.lex_state = 6}, + [1026] = {.lex_state = 5}, [1027] = {.lex_state = 6}, - [1028] = {.lex_state = 37}, - [1029] = {.lex_state = 5}, + [1028] = {.lex_state = 6}, + [1029] = {.lex_state = 389}, [1030] = {.lex_state = 6}, - [1031] = {.lex_state = 5}, + [1031] = {.lex_state = 6}, [1032] = {.lex_state = 5}, - [1033] = {.lex_state = 5}, - [1034] = {.lex_state = 5}, - [1035] = {.lex_state = 389}, - [1036] = {.lex_state = 6}, - [1037] = {.lex_state = 389}, - [1038] = {.lex_state = 6}, - [1039] = {.lex_state = 6}, + [1033] = {.lex_state = 6}, + [1034] = {.lex_state = 389}, + [1035] = {.lex_state = 6}, + [1036] = {.lex_state = 5}, + [1037] = {.lex_state = 5}, + [1038] = {.lex_state = 5}, + [1039] = {.lex_state = 5}, [1040] = {.lex_state = 6}, - [1041] = {.lex_state = 378}, - [1042] = {.lex_state = 5}, + [1041] = {.lex_state = 5}, + [1042] = {.lex_state = 378}, [1043] = {.lex_state = 5}, [1044] = {.lex_state = 5}, - [1045] = {.lex_state = 5}, - [1046] = {.lex_state = 5}, - [1047] = {.lex_state = 5}, - [1048] = {.lex_state = 5}, + [1045] = {.lex_state = 378}, + [1046] = {.lex_state = 6}, + [1047] = {.lex_state = 6}, + [1048] = {.lex_state = 6}, [1049] = {.lex_state = 5}, - [1050] = {.lex_state = 5}, + [1050] = {.lex_state = 378}, [1051] = {.lex_state = 378}, - [1052] = {.lex_state = 5}, + [1052] = {.lex_state = 378}, [1053] = {.lex_state = 5}, - [1054] = {.lex_state = 6}, - [1055] = {.lex_state = 6}, - [1056] = {.lex_state = 5}, - [1057] = {.lex_state = 5}, - [1058] = {.lex_state = 6}, - [1059] = {.lex_state = 5}, + [1054] = {.lex_state = 5}, + [1055] = {.lex_state = 5}, + [1056] = {.lex_state = 378}, + [1057] = {.lex_state = 378}, + [1058] = {.lex_state = 378}, + [1059] = {.lex_state = 378}, [1060] = {.lex_state = 5}, - [1061] = {.lex_state = 378}, + [1061] = {.lex_state = 5}, [1062] = {.lex_state = 5}, [1063] = {.lex_state = 5}, - [1064] = {.lex_state = 378}, + [1064] = {.lex_state = 5}, [1065] = {.lex_state = 5}, - [1066] = {.lex_state = 5}, + [1066] = {.lex_state = 378}, [1067] = {.lex_state = 378}, - [1068] = {.lex_state = 378}, - [1069] = {.lex_state = 378}, - [1070] = {.lex_state = 378}, - [1071] = {.lex_state = 378}, + [1068] = {.lex_state = 5}, + [1069] = {.lex_state = 5}, + [1070] = {.lex_state = 5}, + [1071] = {.lex_state = 5}, [1072] = {.lex_state = 5}, - [1073] = {.lex_state = 378}, + [1073] = {.lex_state = 5}, [1074] = {.lex_state = 378}, - [1075] = {.lex_state = 378}, + [1075] = {.lex_state = 5}, [1076] = {.lex_state = 5}, [1077] = {.lex_state = 378}, - [1078] = {.lex_state = 5}, - [1079] = {.lex_state = 378}, + [1078] = {.lex_state = 378}, + [1079] = {.lex_state = 5}, [1080] = {.lex_state = 378}, [1081] = {.lex_state = 378}, [1082] = {.lex_state = 378}, @@ -38676,115 +38679,115 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1088] = {.lex_state = 378}, [1089] = {.lex_state = 378}, [1090] = {.lex_state = 378}, - [1091] = {.lex_state = 5}, - [1092] = {.lex_state = 6}, - [1093] = {.lex_state = 6}, - [1094] = {.lex_state = 6}, - [1095] = {.lex_state = 6}, - [1096] = {.lex_state = 25}, + [1091] = {.lex_state = 6}, + [1092] = {.lex_state = 378}, + [1093] = {.lex_state = 378}, + [1094] = {.lex_state = 5}, + [1095] = {.lex_state = 378}, + [1096] = {.lex_state = 6}, [1097] = {.lex_state = 378}, - [1098] = {.lex_state = 378}, - [1099] = {.lex_state = 378}, + [1098] = {.lex_state = 5}, + [1099] = {.lex_state = 5}, [1100] = {.lex_state = 5}, - [1101] = {.lex_state = 378}, - [1102] = {.lex_state = 378}, - [1103] = {.lex_state = 378}, - [1104] = {.lex_state = 378}, - [1105] = {.lex_state = 25}, + [1101] = {.lex_state = 5}, + [1102] = {.lex_state = 5}, + [1103] = {.lex_state = 5}, + [1104] = {.lex_state = 5}, + [1105] = {.lex_state = 5}, [1106] = {.lex_state = 5}, [1107] = {.lex_state = 5}, [1108] = {.lex_state = 5}, [1109] = {.lex_state = 5}, [1110] = {.lex_state = 5}, - [1111] = {.lex_state = 5}, - [1112] = {.lex_state = 5}, - [1113] = {.lex_state = 5}, - [1114] = {.lex_state = 5}, - [1115] = {.lex_state = 5}, - [1116] = {.lex_state = 5}, - [1117] = {.lex_state = 5}, - [1118] = {.lex_state = 5}, - [1119] = {.lex_state = 5}, - [1120] = {.lex_state = 25}, - [1121] = {.lex_state = 378}, - [1122] = {.lex_state = 378}, - [1123] = {.lex_state = 5}, - [1124] = {.lex_state = 378}, - [1125] = {.lex_state = 378}, - [1126] = {.lex_state = 378}, - [1127] = {.lex_state = 378}, - [1128] = {.lex_state = 5}, + [1111] = {.lex_state = 378}, + [1112] = {.lex_state = 6}, + [1113] = {.lex_state = 378}, + [1114] = {.lex_state = 6}, + [1115] = {.lex_state = 25}, + [1116] = {.lex_state = 378}, + [1117] = {.lex_state = 378}, + [1118] = {.lex_state = 378}, + [1119] = {.lex_state = 378}, + [1120] = {.lex_state = 6}, + [1121] = {.lex_state = 6}, + [1122] = {.lex_state = 6}, + [1123] = {.lex_state = 6}, + [1124] = {.lex_state = 6}, + [1125] = {.lex_state = 6}, + [1126] = {.lex_state = 6}, + [1127] = {.lex_state = 6}, + [1128] = {.lex_state = 6}, [1129] = {.lex_state = 378}, - [1130] = {.lex_state = 6}, - [1131] = {.lex_state = 378}, + [1130] = {.lex_state = 378}, + [1131] = {.lex_state = 6}, [1132] = {.lex_state = 5}, - [1133] = {.lex_state = 5}, - [1134] = {.lex_state = 6}, + [1133] = {.lex_state = 6}, + [1134] = {.lex_state = 378}, [1135] = {.lex_state = 378}, - [1136] = {.lex_state = 5}, - [1137] = {.lex_state = 6}, + [1136] = {.lex_state = 378}, + [1137] = {.lex_state = 25}, [1138] = {.lex_state = 6}, - [1139] = {.lex_state = 6}, - [1140] = {.lex_state = 6}, + [1139] = {.lex_state = 5}, + [1140] = {.lex_state = 5}, [1141] = {.lex_state = 6}, - [1142] = {.lex_state = 6}, - [1143] = {.lex_state = 6}, + [1142] = {.lex_state = 378}, + [1143] = {.lex_state = 378}, [1144] = {.lex_state = 6}, - [1145] = {.lex_state = 6}, - [1146] = {.lex_state = 6}, + [1145] = {.lex_state = 378}, + [1146] = {.lex_state = 378}, [1147] = {.lex_state = 6}, - [1148] = {.lex_state = 6}, + [1148] = {.lex_state = 5}, [1149] = {.lex_state = 6}, - [1150] = {.lex_state = 378}, - [1151] = {.lex_state = 6}, - [1152] = {.lex_state = 6}, - [1153] = {.lex_state = 6}, - [1154] = {.lex_state = 5}, - [1155] = {.lex_state = 5}, - [1156] = {.lex_state = 5}, - [1157] = {.lex_state = 5}, - [1158] = {.lex_state = 378}, + [1150] = {.lex_state = 6}, + [1151] = {.lex_state = 5}, + [1152] = {.lex_state = 5}, + [1153] = {.lex_state = 5}, + [1154] = {.lex_state = 378}, + [1155] = {.lex_state = 6}, + [1156] = {.lex_state = 6}, + [1157] = {.lex_state = 25}, + [1158] = {.lex_state = 6}, [1159] = {.lex_state = 6}, - [1160] = {.lex_state = 5}, + [1160] = {.lex_state = 6}, [1161] = {.lex_state = 6}, - [1162] = {.lex_state = 5}, + [1162] = {.lex_state = 6}, [1163] = {.lex_state = 5}, [1164] = {.lex_state = 5}, - [1165] = {.lex_state = 5}, - [1166] = {.lex_state = 6}, - [1167] = {.lex_state = 6}, - [1168] = {.lex_state = 378}, + [1165] = {.lex_state = 6}, + [1166] = {.lex_state = 5}, + [1167] = {.lex_state = 5}, + [1168] = {.lex_state = 6}, [1169] = {.lex_state = 6}, - [1170] = {.lex_state = 378}, - [1171] = {.lex_state = 5}, - [1172] = {.lex_state = 25}, - [1173] = {.lex_state = 378}, - [1174] = {.lex_state = 378}, + [1170] = {.lex_state = 5}, + [1171] = {.lex_state = 6}, + [1172] = {.lex_state = 378}, + [1173] = {.lex_state = 6}, + [1174] = {.lex_state = 5}, [1175] = {.lex_state = 5}, - [1176] = {.lex_state = 6}, + [1176] = {.lex_state = 25}, [1177] = {.lex_state = 6}, [1178] = {.lex_state = 6}, [1179] = {.lex_state = 6}, [1180] = {.lex_state = 6}, [1181] = {.lex_state = 5}, - [1182] = {.lex_state = 6}, - [1183] = {.lex_state = 6}, - [1184] = {.lex_state = 5}, - [1185] = {.lex_state = 6}, - [1186] = {.lex_state = 6}, - [1187] = {.lex_state = 6}, + [1182] = {.lex_state = 5}, + [1183] = {.lex_state = 5}, + [1184] = {.lex_state = 6}, + [1185] = {.lex_state = 5}, + [1186] = {.lex_state = 5}, + [1187] = {.lex_state = 5}, [1188] = {.lex_state = 5}, - [1189] = {.lex_state = 5}, + [1189] = {.lex_state = 378}, [1190] = {.lex_state = 6}, [1191] = {.lex_state = 5}, - [1192] = {.lex_state = 378}, + [1192] = {.lex_state = 5}, [1193] = {.lex_state = 378}, - [1194] = {.lex_state = 378}, - [1195] = {.lex_state = 5}, - [1196] = {.lex_state = 6}, + [1194] = {.lex_state = 6}, + [1195] = {.lex_state = 378}, + [1196] = {.lex_state = 5}, [1197] = {.lex_state = 5}, [1198] = {.lex_state = 6}, - [1199] = {.lex_state = 6}, + [1199] = {.lex_state = 378}, [1200] = {.lex_state = 6}, [1201] = {.lex_state = 25}, [1202] = {.lex_state = 30}, @@ -38857,8 +38860,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1269] = {.lex_state = 25}, [1270] = {.lex_state = 25}, [1271] = {.lex_state = 25}, - [1272] = {.lex_state = 28}, - [1273] = {.lex_state = 28}, + [1272] = {.lex_state = 25}, + [1273] = {.lex_state = 25}, [1274] = {.lex_state = 25}, [1275] = {.lex_state = 25}, [1276] = {.lex_state = 25}, @@ -38962,8 +38965,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1374] = {.lex_state = 25}, [1375] = {.lex_state = 25}, [1376] = {.lex_state = 25}, - [1377] = {.lex_state = 25}, - [1378] = {.lex_state = 25}, + [1377] = {.lex_state = 28}, + [1378] = {.lex_state = 28}, [1379] = {.lex_state = 25}, [1380] = {.lex_state = 25}, [1381] = {.lex_state = 25}, @@ -39230,9 +39233,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1642] = {.lex_state = 383}, [1643] = {.lex_state = 383}, [1644] = {.lex_state = 383}, - [1645] = {.lex_state = 357}, + [1645] = {.lex_state = 383}, [1646] = {.lex_state = 383}, - [1647] = {.lex_state = 383}, + [1647] = {.lex_state = 357}, [1648] = {.lex_state = 383}, [1649] = {.lex_state = 383}, [1650] = {.lex_state = 383}, @@ -39241,37 +39244,37 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1653] = {.lex_state = 383}, [1654] = {.lex_state = 383}, [1655] = {.lex_state = 383}, - [1656] = {.lex_state = 383}, - [1657] = {.lex_state = 383}, + [1656] = {.lex_state = 7}, + [1657] = {.lex_state = 17}, [1658] = {.lex_state = 383}, [1659] = {.lex_state = 383}, - [1660] = {.lex_state = 7}, + [1660] = {.lex_state = 383}, [1661] = {.lex_state = 383}, - [1662] = {.lex_state = 383}, - [1663] = {.lex_state = 17}, + [1662] = {.lex_state = 357}, + [1663] = {.lex_state = 383}, [1664] = {.lex_state = 383}, [1665] = {.lex_state = 383}, [1666] = {.lex_state = 383}, - [1667] = {.lex_state = 357}, + [1667] = {.lex_state = 383}, [1668] = {.lex_state = 383}, [1669] = {.lex_state = 383}, [1670] = {.lex_state = 383}, - [1671] = {.lex_state = 13}, - [1672] = {.lex_state = 383}, - [1673] = {.lex_state = 382}, - [1674] = {.lex_state = 13}, - [1675] = {.lex_state = 13}, + [1671] = {.lex_state = 383}, + [1672] = {.lex_state = 356}, + [1673] = {.lex_state = 383}, + [1674] = {.lex_state = 383}, + [1675] = {.lex_state = 383}, [1676] = {.lex_state = 383}, - [1677] = {.lex_state = 383}, + [1677] = {.lex_state = 382}, [1678] = {.lex_state = 13}, - [1679] = {.lex_state = 383}, + [1679] = {.lex_state = 13}, [1680] = {.lex_state = 383}, - [1681] = {.lex_state = 383}, - [1682] = {.lex_state = 383}, - [1683] = {.lex_state = 356}, - [1684] = {.lex_state = 358}, - [1685] = {.lex_state = 13}, - [1686] = {.lex_state = 383}, + [1681] = {.lex_state = 13}, + [1682] = {.lex_state = 13}, + [1683] = {.lex_state = 383}, + [1684] = {.lex_state = 13}, + [1685] = {.lex_state = 383}, + [1686] = {.lex_state = 13}, [1687] = {.lex_state = 383}, [1688] = {.lex_state = 383}, [1689] = {.lex_state = 383}, @@ -39279,8 +39282,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1691] = {.lex_state = 383}, [1692] = {.lex_state = 383}, [1693] = {.lex_state = 383}, - [1694] = {.lex_state = 383}, - [1695] = {.lex_state = 382}, + [1694] = {.lex_state = 13}, + [1695] = {.lex_state = 13}, [1696] = {.lex_state = 383}, [1697] = {.lex_state = 383}, [1698] = {.lex_state = 383}, @@ -39289,489 +39292,489 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1701] = {.lex_state = 383}, [1702] = {.lex_state = 383}, [1703] = {.lex_state = 383}, - [1704] = {.lex_state = 358}, + [1704] = {.lex_state = 383}, [1705] = {.lex_state = 383}, - [1706] = {.lex_state = 383}, + [1706] = {.lex_state = 358}, [1707] = {.lex_state = 383}, - [1708] = {.lex_state = 383}, + [1708] = {.lex_state = 356}, [1709] = {.lex_state = 383}, [1710] = {.lex_state = 383}, [1711] = {.lex_state = 383}, [1712] = {.lex_state = 383}, [1713] = {.lex_state = 383}, [1714] = {.lex_state = 383}, - [1715] = {.lex_state = 358}, - [1716] = {.lex_state = 13}, - [1717] = {.lex_state = 13}, - [1718] = {.lex_state = 383}, + [1715] = {.lex_state = 383}, + [1716] = {.lex_state = 383}, + [1717] = {.lex_state = 383}, + [1718] = {.lex_state = 358}, [1719] = {.lex_state = 383}, [1720] = {.lex_state = 383}, - [1721] = {.lex_state = 383}, - [1722] = {.lex_state = 358}, + [1721] = {.lex_state = 358}, + [1722] = {.lex_state = 383}, [1723] = {.lex_state = 383}, [1724] = {.lex_state = 383}, [1725] = {.lex_state = 383}, - [1726] = {.lex_state = 383}, + [1726] = {.lex_state = 382}, [1727] = {.lex_state = 383}, - [1728] = {.lex_state = 13}, + [1728] = {.lex_state = 383}, [1729] = {.lex_state = 383}, - [1730] = {.lex_state = 383}, + [1730] = {.lex_state = 358}, [1731] = {.lex_state = 383}, - [1732] = {.lex_state = 356}, + [1732] = {.lex_state = 383}, [1733] = {.lex_state = 383}, [1734] = {.lex_state = 383}, - [1735] = {.lex_state = 358}, + [1735] = {.lex_state = 383}, [1736] = {.lex_state = 383}, [1737] = {.lex_state = 383}, - [1738] = {.lex_state = 13}, - [1739] = {.lex_state = 358}, - [1740] = {.lex_state = 358}, - [1741] = {.lex_state = 44}, - [1742] = {.lex_state = 44}, - [1743] = {.lex_state = 383}, - [1744] = {.lex_state = 383}, - [1745] = {.lex_state = 18}, - [1746] = {.lex_state = 383}, - [1747] = {.lex_state = 383}, - [1748] = {.lex_state = 358}, - [1749] = {.lex_state = 358}, - [1750] = {.lex_state = 358}, + [1738] = {.lex_state = 358}, + [1739] = {.lex_state = 383}, + [1740] = {.lex_state = 13}, + [1741] = {.lex_state = 358}, + [1742] = {.lex_state = 358}, + [1743] = {.lex_state = 358}, + [1744] = {.lex_state = 1}, + [1745] = {.lex_state = 383}, + [1746] = {.lex_state = 1}, + [1747] = {.lex_state = 358}, + [1748] = {.lex_state = 383}, + [1749] = {.lex_state = 1}, + [1750] = {.lex_state = 383}, [1751] = {.lex_state = 383}, - [1752] = {.lex_state = 383}, + [1752] = {.lex_state = 13}, [1753] = {.lex_state = 383}, - [1754] = {.lex_state = 44}, + [1754] = {.lex_state = 383}, [1755] = {.lex_state = 383}, [1756] = {.lex_state = 383}, - [1757] = {.lex_state = 1}, - [1758] = {.lex_state = 362}, - [1759] = {.lex_state = 1}, - [1760] = {.lex_state = 1}, - [1761] = {.lex_state = 358}, + [1757] = {.lex_state = 383}, + [1758] = {.lex_state = 383}, + [1759] = {.lex_state = 383}, + [1760] = {.lex_state = 383}, + [1761] = {.lex_state = 383}, [1762] = {.lex_state = 383}, [1763] = {.lex_state = 383}, - [1764] = {.lex_state = 383}, - [1765] = {.lex_state = 383}, + [1764] = {.lex_state = 362}, + [1765] = {.lex_state = 358}, [1766] = {.lex_state = 383}, [1767] = {.lex_state = 383}, - [1768] = {.lex_state = 358}, - [1769] = {.lex_state = 383}, - [1770] = {.lex_state = 383}, + [1768] = {.lex_state = 383}, + [1769] = {.lex_state = 18}, + [1770] = {.lex_state = 362}, [1771] = {.lex_state = 383}, [1772] = {.lex_state = 383}, - [1773] = {.lex_state = 383}, + [1773] = {.lex_state = 44}, [1774] = {.lex_state = 383}, - [1775] = {.lex_state = 383}, - [1776] = {.lex_state = 383}, - [1777] = {.lex_state = 362}, + [1775] = {.lex_state = 362}, + [1776] = {.lex_state = 44}, + [1777] = {.lex_state = 383}, [1778] = {.lex_state = 383}, - [1779] = {.lex_state = 383}, - [1780] = {.lex_state = 362}, + [1779] = {.lex_state = 358}, + [1780] = {.lex_state = 383}, [1781] = {.lex_state = 383}, - [1782] = {.lex_state = 13}, + [1782] = {.lex_state = 44}, [1783] = {.lex_state = 383}, - [1784] = {.lex_state = 44}, - [1785] = {.lex_state = 383}, + [1784] = {.lex_state = 358}, + [1785] = {.lex_state = 44}, [1786] = {.lex_state = 383}, [1787] = {.lex_state = 383}, - [1788] = {.lex_state = 383}, + [1788] = {.lex_state = 362}, [1789] = {.lex_state = 383}, - [1790] = {.lex_state = 362}, - [1791] = {.lex_state = 1}, - [1792] = {.lex_state = 15}, - [1793] = {.lex_state = 15}, - [1794] = {.lex_state = 15}, - [1795] = {.lex_state = 362}, - [1796] = {.lex_state = 10}, - [1797] = {.lex_state = 15}, + [1790] = {.lex_state = 383}, + [1791] = {.lex_state = 362}, + [1792] = {.lex_state = 358}, + [1793] = {.lex_state = 19}, + [1794] = {.lex_state = 21}, + [1795] = {.lex_state = 19}, + [1796] = {.lex_state = 21}, + [1797] = {.lex_state = 21}, [1798] = {.lex_state = 15}, - [1799] = {.lex_state = 13}, + [1799] = {.lex_state = 15}, [1800] = {.lex_state = 15}, - [1801] = {.lex_state = 362}, + [1801] = {.lex_state = 15}, [1802] = {.lex_state = 15}, - [1803] = {.lex_state = 358}, - [1804] = {.lex_state = 358}, + [1803] = {.lex_state = 15}, + [1804] = {.lex_state = 362}, [1805] = {.lex_state = 362}, - [1806] = {.lex_state = 362}, - [1807] = {.lex_state = 358}, - [1808] = {.lex_state = 358}, - [1809] = {.lex_state = 15}, - [1810] = {.lex_state = 358}, - [1811] = {.lex_state = 10}, - [1812] = {.lex_state = 362}, - [1813] = {.lex_state = 10}, - [1814] = {.lex_state = 1}, - [1815] = {.lex_state = 10}, - [1816] = {.lex_state = 21}, - [1817] = {.lex_state = 362}, - [1818] = {.lex_state = 15}, - [1819] = {.lex_state = 19}, - [1820] = {.lex_state = 21}, - [1821] = {.lex_state = 21}, + [1806] = {.lex_state = 10}, + [1807] = {.lex_state = 10}, + [1808] = {.lex_state = 10}, + [1809] = {.lex_state = 21}, + [1810] = {.lex_state = 362}, + [1811] = {.lex_state = 358}, + [1812] = {.lex_state = 15}, + [1813] = {.lex_state = 358}, + [1814] = {.lex_state = 362}, + [1815] = {.lex_state = 362}, + [1816] = {.lex_state = 15}, + [1817] = {.lex_state = 358}, + [1818] = {.lex_state = 13}, + [1819] = {.lex_state = 362}, + [1820] = {.lex_state = 15}, + [1821] = {.lex_state = 362}, [1822] = {.lex_state = 358}, - [1823] = {.lex_state = 15}, - [1824] = {.lex_state = 358}, + [1823] = {.lex_state = 10}, + [1824] = {.lex_state = 15}, [1825] = {.lex_state = 15}, - [1826] = {.lex_state = 362}, - [1827] = {.lex_state = 13}, - [1828] = {.lex_state = 19}, - [1829] = {.lex_state = 362}, - [1830] = {.lex_state = 21}, + [1826] = {.lex_state = 1}, + [1827] = {.lex_state = 358}, + [1828] = {.lex_state = 358}, + [1829] = {.lex_state = 1}, + [1830] = {.lex_state = 13}, [1831] = {.lex_state = 358}, - [1832] = {.lex_state = 21}, + [1832] = {.lex_state = 27}, [1833] = {.lex_state = 15}, - [1834] = {.lex_state = 15}, - [1835] = {.lex_state = 358}, - [1836] = {.lex_state = 15}, - [1837] = {.lex_state = 10}, - [1838] = {.lex_state = 15}, - [1839] = {.lex_state = 10}, - [1840] = {.lex_state = 358}, - [1841] = {.lex_state = 21}, - [1842] = {.lex_state = 10}, - [1843] = {.lex_state = 10}, - [1844] = {.lex_state = 21}, - [1845] = {.lex_state = 362}, - [1846] = {.lex_state = 360}, - [1847] = {.lex_state = 360}, - [1848] = {.lex_state = 362}, - [1849] = {.lex_state = 362}, - [1850] = {.lex_state = 358}, - [1851] = {.lex_state = 362}, - [1852] = {.lex_state = 362}, + [1834] = {.lex_state = 362}, + [1835] = {.lex_state = 362}, + [1836] = {.lex_state = 10}, + [1837] = {.lex_state = 15}, + [1838] = {.lex_state = 10}, + [1839] = {.lex_state = 362}, + [1840] = {.lex_state = 362}, + [1841] = {.lex_state = 362}, + [1842] = {.lex_state = 362}, + [1843] = {.lex_state = 15}, + [1844] = {.lex_state = 15}, + [1845] = {.lex_state = 21}, + [1846] = {.lex_state = 21}, + [1847] = {.lex_state = 21}, + [1848] = {.lex_state = 21}, + [1849] = {.lex_state = 10}, + [1850] = {.lex_state = 10}, + [1851] = {.lex_state = 358}, + [1852] = {.lex_state = 358}, [1853] = {.lex_state = 360}, [1854] = {.lex_state = 360}, - [1855] = {.lex_state = 362}, - [1856] = {.lex_state = 358}, - [1857] = {.lex_state = 21}, - [1858] = {.lex_state = 44}, - [1859] = {.lex_state = 15}, - [1860] = {.lex_state = 361}, - [1861] = {.lex_state = 27}, - [1862] = {.lex_state = 378}, - [1863] = {.lex_state = 362}, - [1864] = {.lex_state = 44}, - [1865] = {.lex_state = 44}, - [1866] = {.lex_state = 361}, - [1867] = {.lex_state = 360}, - [1868] = {.lex_state = 360}, - [1869] = {.lex_state = 378}, - [1870] = {.lex_state = 358}, - [1871] = {.lex_state = 362}, - [1872] = {.lex_state = 362}, - [1873] = {.lex_state = 360}, + [1855] = {.lex_state = 358}, + [1856] = {.lex_state = 360}, + [1857] = {.lex_state = 360}, + [1858] = {.lex_state = 27}, + [1859] = {.lex_state = 358}, + [1860] = {.lex_state = 21}, + [1861] = {.lex_state = 44}, + [1862] = {.lex_state = 362}, + [1863] = {.lex_state = 360}, + [1864] = {.lex_state = 10}, + [1865] = {.lex_state = 362}, + [1866] = {.lex_state = 10}, + [1867] = {.lex_state = 44}, + [1868] = {.lex_state = 15}, + [1869] = {.lex_state = 360}, + [1870] = {.lex_state = 15}, + [1871] = {.lex_state = 361}, + [1872] = {.lex_state = 27}, + [1873] = {.lex_state = 44}, [1874] = {.lex_state = 361}, [1875] = {.lex_state = 361}, - [1876] = {.lex_state = 360}, + [1876] = {.lex_state = 358}, [1877] = {.lex_state = 360}, - [1878] = {.lex_state = 378}, - [1879] = {.lex_state = 360}, - [1880] = {.lex_state = 10}, - [1881] = {.lex_state = 10}, - [1882] = {.lex_state = 378}, - [1883] = {.lex_state = 360}, - [1884] = {.lex_state = 361}, - [1885] = {.lex_state = 362}, - [1886] = {.lex_state = 21}, - [1887] = {.lex_state = 21}, + [1878] = {.lex_state = 358}, + [1879] = {.lex_state = 362}, + [1880] = {.lex_state = 361}, + [1881] = {.lex_state = 361}, + [1882] = {.lex_state = 361}, + [1883] = {.lex_state = 21}, + [1884] = {.lex_state = 360}, + [1885] = {.lex_state = 15}, + [1886] = {.lex_state = 378}, + [1887] = {.lex_state = 360}, [1888] = {.lex_state = 361}, - [1889] = {.lex_state = 44}, - [1890] = {.lex_state = 15}, - [1891] = {.lex_state = 361}, - [1892] = {.lex_state = 360}, - [1893] = {.lex_state = 361}, - [1894] = {.lex_state = 361}, + [1889] = {.lex_state = 362}, + [1890] = {.lex_state = 378}, + [1891] = {.lex_state = 360}, + [1892] = {.lex_state = 361}, + [1893] = {.lex_state = 44}, + [1894] = {.lex_state = 378}, [1895] = {.lex_state = 361}, - [1896] = {.lex_state = 361}, - [1897] = {.lex_state = 358}, - [1898] = {.lex_state = 15}, - [1899] = {.lex_state = 362}, - [1900] = {.lex_state = 20}, - [1901] = {.lex_state = 9}, - [1902] = {.lex_state = 9}, - [1903] = {.lex_state = 362}, - [1904] = {.lex_state = 16}, - [1905] = {.lex_state = 10}, - [1906] = {.lex_state = 9}, + [1896] = {.lex_state = 360}, + [1897] = {.lex_state = 360}, + [1898] = {.lex_state = 361}, + [1899] = {.lex_state = 378}, + [1900] = {.lex_state = 361}, + [1901] = {.lex_state = 361}, + [1902] = {.lex_state = 13}, + [1903] = {.lex_state = 13}, + [1904] = {.lex_state = 361}, + [1905] = {.lex_state = 13}, + [1906] = {.lex_state = 13}, [1907] = {.lex_state = 13}, - [1908] = {.lex_state = 361}, + [1908] = {.lex_state = 362}, [1909] = {.lex_state = 13}, - [1910] = {.lex_state = 9}, - [1911] = {.lex_state = 362}, - [1912] = {.lex_state = 361}, - [1913] = {.lex_state = 13}, + [1910] = {.lex_state = 362}, + [1911] = {.lex_state = 13}, + [1912] = {.lex_state = 13}, + [1913] = {.lex_state = 361}, [1914] = {.lex_state = 13}, [1915] = {.lex_state = 13}, [1916] = {.lex_state = 13}, - [1917] = {.lex_state = 361}, - [1918] = {.lex_state = 361}, + [1917] = {.lex_state = 13}, + [1918] = {.lex_state = 13}, [1919] = {.lex_state = 13}, [1920] = {.lex_state = 13}, [1921] = {.lex_state = 20}, - [1922] = {.lex_state = 361}, + [1922] = {.lex_state = 359}, [1923] = {.lex_state = 13}, - [1924] = {.lex_state = 361}, - [1925] = {.lex_state = 13}, - [1926] = {.lex_state = 13}, - [1927] = {.lex_state = 20}, - [1928] = {.lex_state = 13}, - [1929] = {.lex_state = 16}, - [1930] = {.lex_state = 361}, + [1924] = {.lex_state = 359}, + [1925] = {.lex_state = 378}, + [1926] = {.lex_state = 378}, + [1927] = {.lex_state = 10}, + [1928] = {.lex_state = 22}, + [1929] = {.lex_state = 22}, + [1930] = {.lex_state = 378}, [1931] = {.lex_state = 44}, - [1932] = {.lex_state = 13}, - [1933] = {.lex_state = 16}, - [1934] = {.lex_state = 362}, - [1935] = {.lex_state = 13}, - [1936] = {.lex_state = 361}, + [1932] = {.lex_state = 44}, + [1933] = {.lex_state = 361}, + [1934] = {.lex_state = 13}, + [1935] = {.lex_state = 361}, + [1936] = {.lex_state = 13}, [1937] = {.lex_state = 13}, - [1938] = {.lex_state = 362}, - [1939] = {.lex_state = 9}, - [1940] = {.lex_state = 362}, - [1941] = {.lex_state = 361}, - [1942] = {.lex_state = 13}, - [1943] = {.lex_state = 13}, - [1944] = {.lex_state = 362}, - [1945] = {.lex_state = 362}, - [1946] = {.lex_state = 13}, - [1947] = {.lex_state = 361}, + [1938] = {.lex_state = 20}, + [1939] = {.lex_state = 362}, + [1940] = {.lex_state = 13}, + [1941] = {.lex_state = 20}, + [1942] = {.lex_state = 378}, + [1943] = {.lex_state = 360}, + [1944] = {.lex_state = 361}, + [1945] = {.lex_state = 13}, + [1946] = {.lex_state = 360}, + [1947] = {.lex_state = 13}, [1948] = {.lex_state = 13}, - [1949] = {.lex_state = 378}, + [1949] = {.lex_state = 361}, [1950] = {.lex_state = 378}, - [1951] = {.lex_state = 360}, - [1952] = {.lex_state = 20}, - [1953] = {.lex_state = 360}, - [1954] = {.lex_state = 362}, - [1955] = {.lex_state = 13}, - [1956] = {.lex_state = 361}, - [1957] = {.lex_state = 362}, - [1958] = {.lex_state = 362}, - [1959] = {.lex_state = 378}, - [1960] = {.lex_state = 9}, - [1961] = {.lex_state = 20}, - [1962] = {.lex_state = 378}, + [1951] = {.lex_state = 9}, + [1952] = {.lex_state = 378}, + [1953] = {.lex_state = 13}, + [1954] = {.lex_state = 360}, + [1955] = {.lex_state = 362}, + [1956] = {.lex_state = 360}, + [1957] = {.lex_state = 378}, + [1958] = {.lex_state = 13}, + [1959] = {.lex_state = 13}, + [1960] = {.lex_state = 13}, + [1961] = {.lex_state = 378}, + [1962] = {.lex_state = 13}, [1963] = {.lex_state = 21}, - [1964] = {.lex_state = 9}, - [1965] = {.lex_state = 361}, - [1966] = {.lex_state = 359}, - [1967] = {.lex_state = 360}, + [1964] = {.lex_state = 362}, + [1965] = {.lex_state = 362}, + [1966] = {.lex_state = 361}, + [1967] = {.lex_state = 9}, [1968] = {.lex_state = 20}, - [1969] = {.lex_state = 360}, - [1970] = {.lex_state = 20}, - [1971] = {.lex_state = 20}, - [1972] = {.lex_state = 359}, - [1973] = {.lex_state = 9}, - [1974] = {.lex_state = 20}, - [1975] = {.lex_state = 20}, - [1976] = {.lex_state = 16}, - [1977] = {.lex_state = 9}, - [1978] = {.lex_state = 22}, - [1979] = {.lex_state = 13}, - [1980] = {.lex_state = 13}, - [1981] = {.lex_state = 360}, - [1982] = {.lex_state = 361}, - [1983] = {.lex_state = 13}, - [1984] = {.lex_state = 360}, + [1969] = {.lex_state = 9}, + [1970] = {.lex_state = 13}, + [1971] = {.lex_state = 360}, + [1972] = {.lex_state = 13}, + [1973] = {.lex_state = 360}, + [1974] = {.lex_state = 361}, + [1975] = {.lex_state = 9}, + [1976] = {.lex_state = 9}, + [1977] = {.lex_state = 361}, + [1978] = {.lex_state = 20}, + [1979] = {.lex_state = 361}, + [1980] = {.lex_state = 20}, + [1981] = {.lex_state = 20}, + [1982] = {.lex_state = 13}, + [1983] = {.lex_state = 362}, + [1984] = {.lex_state = 361}, [1985] = {.lex_state = 361}, - [1986] = {.lex_state = 22}, - [1987] = {.lex_state = 378}, - [1988] = {.lex_state = 10}, - [1989] = {.lex_state = 9}, - [1990] = {.lex_state = 44}, + [1986] = {.lex_state = 16}, + [1987] = {.lex_state = 20}, + [1988] = {.lex_state = 13}, + [1989] = {.lex_state = 362}, + [1990] = {.lex_state = 362}, [1991] = {.lex_state = 44}, - [1992] = {.lex_state = 378}, + [1992] = {.lex_state = 9}, [1993] = {.lex_state = 13}, - [1994] = {.lex_state = 361}, + [1994] = {.lex_state = 9}, [1995] = {.lex_state = 13}, [1996] = {.lex_state = 13}, - [1997] = {.lex_state = 9}, - [1998] = {.lex_state = 13}, - [1999] = {.lex_state = 13}, + [1997] = {.lex_state = 20}, + [1998] = {.lex_state = 362}, + [1999] = {.lex_state = 9}, [2000] = {.lex_state = 13}, - [2001] = {.lex_state = 378}, - [2002] = {.lex_state = 13}, + [2001] = {.lex_state = 21}, + [2002] = {.lex_state = 9}, [2003] = {.lex_state = 13}, - [2004] = {.lex_state = 21}, - [2005] = {.lex_state = 13}, - [2006] = {.lex_state = 20}, - [2007] = {.lex_state = 13}, + [2004] = {.lex_state = 13}, + [2005] = {.lex_state = 16}, + [2006] = {.lex_state = 9}, + [2007] = {.lex_state = 10}, [2008] = {.lex_state = 13}, - [2009] = {.lex_state = 13}, - [2010] = {.lex_state = 13}, - [2011] = {.lex_state = 378}, - [2012] = {.lex_state = 13}, - [2013] = {.lex_state = 13}, - [2014] = {.lex_state = 13}, + [2009] = {.lex_state = 16}, + [2010] = {.lex_state = 20}, + [2011] = {.lex_state = 361}, + [2012] = {.lex_state = 9}, + [2013] = {.lex_state = 362}, + [2014] = {.lex_state = 20}, [2015] = {.lex_state = 13}, [2016] = {.lex_state = 13}, - [2017] = {.lex_state = 361}, + [2017] = {.lex_state = 16}, [2018] = {.lex_state = 361}, [2019] = {.lex_state = 362}, - [2020] = {.lex_state = 378}, + [2020] = {.lex_state = 44}, [2021] = {.lex_state = 359}, - [2022] = {.lex_state = 362}, - [2023] = {.lex_state = 376}, - [2024] = {.lex_state = 362}, + [2022] = {.lex_state = 359}, + [2023] = {.lex_state = 359}, + [2024] = {.lex_state = 360}, [2025] = {.lex_state = 359}, - [2026] = {.lex_state = 44}, - [2027] = {.lex_state = 44}, + [2026] = {.lex_state = 360}, + [2027] = {.lex_state = 359}, [2028] = {.lex_state = 361}, [2029] = {.lex_state = 44}, - [2030] = {.lex_state = 362}, + [2030] = {.lex_state = 359}, [2031] = {.lex_state = 360}, [2032] = {.lex_state = 361}, - [2033] = {.lex_state = 44}, - [2034] = {.lex_state = 359}, - [2035] = {.lex_state = 44}, - [2036] = {.lex_state = 22}, - [2037] = {.lex_state = 9}, - [2038] = {.lex_state = 9}, - [2039] = {.lex_state = 16}, - [2040] = {.lex_state = 359}, - [2041] = {.lex_state = 362}, - [2042] = {.lex_state = 360}, - [2043] = {.lex_state = 16}, - [2044] = {.lex_state = 378}, - [2045] = {.lex_state = 359}, - [2046] = {.lex_state = 359}, + [2033] = {.lex_state = 359}, + [2034] = {.lex_state = 362}, + [2035] = {.lex_state = 359}, + [2036] = {.lex_state = 359}, + [2037] = {.lex_state = 360}, + [2038] = {.lex_state = 44}, + [2039] = {.lex_state = 44}, + [2040] = {.lex_state = 44}, + [2041] = {.lex_state = 378}, + [2042] = {.lex_state = 378}, + [2043] = {.lex_state = 359}, + [2044] = {.lex_state = 22}, + [2045] = {.lex_state = 44}, + [2046] = {.lex_state = 44}, [2047] = {.lex_state = 359}, - [2048] = {.lex_state = 22}, - [2049] = {.lex_state = 360}, - [2050] = {.lex_state = 362}, - [2051] = {.lex_state = 20}, - [2052] = {.lex_state = 359}, + [2048] = {.lex_state = 359}, + [2049] = {.lex_state = 378}, + [2050] = {.lex_state = 378}, + [2051] = {.lex_state = 359}, + [2052] = {.lex_state = 378}, [2053] = {.lex_state = 359}, - [2054] = {.lex_state = 20}, + [2054] = {.lex_state = 359}, [2055] = {.lex_state = 359}, - [2056] = {.lex_state = 362}, - [2057] = {.lex_state = 362}, - [2058] = {.lex_state = 378}, - [2059] = {.lex_state = 44}, - [2060] = {.lex_state = 16}, + [2056] = {.lex_state = 361}, + [2057] = {.lex_state = 376}, + [2058] = {.lex_state = 359}, + [2059] = {.lex_state = 378}, + [2060] = {.lex_state = 378}, [2061] = {.lex_state = 378}, - [2062] = {.lex_state = 378}, - [2063] = {.lex_state = 16}, - [2064] = {.lex_state = 359}, - [2065] = {.lex_state = 362}, - [2066] = {.lex_state = 9}, - [2067] = {.lex_state = 378}, - [2068] = {.lex_state = 44}, - [2069] = {.lex_state = 9}, - [2070] = {.lex_state = 359}, - [2071] = {.lex_state = 361}, - [2072] = {.lex_state = 360}, - [2073] = {.lex_state = 359}, - [2074] = {.lex_state = 361}, - [2075] = {.lex_state = 359}, - [2076] = {.lex_state = 44}, - [2077] = {.lex_state = 359}, - [2078] = {.lex_state = 44}, - [2079] = {.lex_state = 361}, - [2080] = {.lex_state = 378}, - [2081] = {.lex_state = 378}, - [2082] = {.lex_state = 378}, - [2083] = {.lex_state = 359}, - [2084] = {.lex_state = 359}, - [2085] = {.lex_state = 20}, + [2062] = {.lex_state = 9}, + [2063] = {.lex_state = 44}, + [2064] = {.lex_state = 16}, + [2065] = {.lex_state = 9}, + [2066] = {.lex_state = 362}, + [2067] = {.lex_state = 9}, + [2068] = {.lex_state = 361}, + [2069] = {.lex_state = 362}, + [2070] = {.lex_state = 378}, + [2071] = {.lex_state = 16}, + [2072] = {.lex_state = 20}, + [2073] = {.lex_state = 16}, + [2074] = {.lex_state = 362}, + [2075] = {.lex_state = 361}, + [2076] = {.lex_state = 9}, + [2077] = {.lex_state = 361}, + [2078] = {.lex_state = 20}, + [2079] = {.lex_state = 362}, + [2080] = {.lex_state = 22}, + [2081] = {.lex_state = 361}, + [2082] = {.lex_state = 362}, + [2083] = {.lex_state = 16}, + [2084] = {.lex_state = 362}, + [2085] = {.lex_state = 362}, [2086] = {.lex_state = 44}, - [2087] = {.lex_state = 360}, - [2088] = {.lex_state = 359}, + [2087] = {.lex_state = 378}, + [2088] = {.lex_state = 378}, [2089] = {.lex_state = 362}, - [2090] = {.lex_state = 361}, - [2091] = {.lex_state = 359}, - [2092] = {.lex_state = 361}, - [2093] = {.lex_state = 378}, + [2090] = {.lex_state = 362}, + [2091] = {.lex_state = 362}, + [2092] = {.lex_state = 16}, + [2093] = {.lex_state = 362}, [2094] = {.lex_state = 359}, - [2095] = {.lex_state = 362}, + [2095] = {.lex_state = 16}, [2096] = {.lex_state = 362}, [2097] = {.lex_state = 362}, - [2098] = {.lex_state = 9}, + [2098] = {.lex_state = 362}, [2099] = {.lex_state = 362}, [2100] = {.lex_state = 362}, [2101] = {.lex_state = 362}, [2102] = {.lex_state = 362}, [2103] = {.lex_state = 362}, - [2104] = {.lex_state = 359}, + [2104] = {.lex_state = 362}, [2105] = {.lex_state = 362}, - [2106] = {.lex_state = 44}, - [2107] = {.lex_state = 359}, + [2106] = {.lex_state = 362}, + [2107] = {.lex_state = 362}, [2108] = {.lex_state = 362}, [2109] = {.lex_state = 362}, - [2110] = {.lex_state = 362}, - [2111] = {.lex_state = 362}, + [2110] = {.lex_state = 44}, + [2111] = {.lex_state = 9}, [2112] = {.lex_state = 362}, - [2113] = {.lex_state = 362}, - [2114] = {.lex_state = 362}, - [2115] = {.lex_state = 362}, - [2116] = {.lex_state = 362}, - [2117] = {.lex_state = 362}, - [2118] = {.lex_state = 362}, + [2113] = {.lex_state = 44}, + [2114] = {.lex_state = 359}, + [2115] = {.lex_state = 360}, + [2116] = {.lex_state = 359}, + [2117] = {.lex_state = 359}, + [2118] = {.lex_state = 378}, [2119] = {.lex_state = 362}, [2120] = {.lex_state = 362}, [2121] = {.lex_state = 362}, [2122] = {.lex_state = 44}, [2123] = {.lex_state = 362}, [2124] = {.lex_state = 359}, - [2125] = {.lex_state = 362}, - [2126] = {.lex_state = 378}, + [2125] = {.lex_state = 360}, + [2126] = {.lex_state = 362}, [2127] = {.lex_state = 362}, - [2128] = {.lex_state = 16}, - [2129] = {.lex_state = 16}, - [2130] = {.lex_state = 359}, + [2128] = {.lex_state = 362}, + [2129] = {.lex_state = 362}, + [2130] = {.lex_state = 362}, [2131] = {.lex_state = 362}, - [2132] = {.lex_state = 362}, - [2133] = {.lex_state = 359}, - [2134] = {.lex_state = 362}, - [2135] = {.lex_state = 359}, - [2136] = {.lex_state = 359}, - [2137] = {.lex_state = 362}, - [2138] = {.lex_state = 359}, - [2139] = {.lex_state = 362}, + [2132] = {.lex_state = 20}, + [2133] = {.lex_state = 362}, + [2134] = {.lex_state = 20}, + [2135] = {.lex_state = 362}, + [2136] = {.lex_state = 362}, + [2137] = {.lex_state = 361}, + [2138] = {.lex_state = 378}, + [2139] = {.lex_state = 20}, [2140] = {.lex_state = 362}, - [2141] = {.lex_state = 359}, - [2142] = {.lex_state = 359}, + [2141] = {.lex_state = 361}, + [2142] = {.lex_state = 362}, [2143] = {.lex_state = 362}, - [2144] = {.lex_state = 359}, - [2145] = {.lex_state = 378}, - [2146] = {.lex_state = 378}, - [2147] = {.lex_state = 20}, + [2144] = {.lex_state = 378}, + [2145] = {.lex_state = 359}, + [2146] = {.lex_state = 359}, + [2147] = {.lex_state = 359}, [2148] = {.lex_state = 378}, - [2149] = {.lex_state = 20}, - [2150] = {.lex_state = 362}, - [2151] = {.lex_state = 362}, - [2152] = {.lex_state = 378}, - [2153] = {.lex_state = 362}, - [2154] = {.lex_state = 376}, - [2155] = {.lex_state = 362}, - [2156] = {.lex_state = 378}, + [2149] = {.lex_state = 9}, + [2150] = {.lex_state = 359}, + [2151] = {.lex_state = 9}, + [2152] = {.lex_state = 359}, + [2153] = {.lex_state = 359}, + [2154] = {.lex_state = 362}, + [2155] = {.lex_state = 359}, + [2156] = {.lex_state = 359}, [2157] = {.lex_state = 362}, - [2158] = {.lex_state = 359}, - [2159] = {.lex_state = 9}, - [2160] = {.lex_state = 361}, + [2158] = {.lex_state = 378}, + [2159] = {.lex_state = 359}, + [2160] = {.lex_state = 378}, [2161] = {.lex_state = 378}, - [2162] = {.lex_state = 9}, - [2163] = {.lex_state = 378}, + [2162] = {.lex_state = 362}, + [2163] = {.lex_state = 359}, [2164] = {.lex_state = 359}, - [2165] = {.lex_state = 378}, - [2166] = {.lex_state = 360}, - [2167] = {.lex_state = 10}, - [2168] = {.lex_state = 21}, - [2169] = {.lex_state = 16}, + [2165] = {.lex_state = 376}, + [2166] = {.lex_state = 378}, + [2167] = {.lex_state = 362}, + [2168] = {.lex_state = 361}, + [2169] = {.lex_state = 10}, [2170] = {.lex_state = 16}, - [2171] = {.lex_state = 16}, - [2172] = {.lex_state = 16}, - [2173] = {.lex_state = 16}, - [2174] = {.lex_state = 16}, - [2175] = {.lex_state = 359}, - [2176] = {.lex_state = 21}, - [2177] = {.lex_state = 16}, - [2178] = {.lex_state = 16}, + [2171] = {.lex_state = 362}, + [2172] = {.lex_state = 21}, + [2173] = {.lex_state = 21}, + [2174] = {.lex_state = 21}, + [2175] = {.lex_state = 362}, + [2176] = {.lex_state = 362}, + [2177] = {.lex_state = 21}, + [2178] = {.lex_state = 21}, [2179] = {.lex_state = 16}, - [2180] = {.lex_state = 22}, + [2180] = {.lex_state = 362}, [2181] = {.lex_state = 21}, - [2182] = {.lex_state = 21}, - [2183] = {.lex_state = 21}, + [2182] = {.lex_state = 362}, + [2183] = {.lex_state = 16}, [2184] = {.lex_state = 21}, [2185] = {.lex_state = 21}, - [2186] = {.lex_state = 21}, + [2186] = {.lex_state = 16}, [2187] = {.lex_state = 21}, [2188] = {.lex_state = 21}, [2189] = {.lex_state = 21}, @@ -39782,76 +39785,76 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2194] = {.lex_state = 21}, [2195] = {.lex_state = 21}, [2196] = {.lex_state = 21}, - [2197] = {.lex_state = 360}, - [2198] = {.lex_state = 21}, - [2199] = {.lex_state = 21}, - [2200] = {.lex_state = 21}, - [2201] = {.lex_state = 16}, - [2202] = {.lex_state = 16}, - [2203] = {.lex_state = 16}, - [2204] = {.lex_state = 10}, - [2205] = {.lex_state = 359}, - [2206] = {.lex_state = 21}, - [2207] = {.lex_state = 359}, - [2208] = {.lex_state = 359}, - [2209] = {.lex_state = 21}, - [2210] = {.lex_state = 21}, + [2197] = {.lex_state = 362}, + [2198] = {.lex_state = 362}, + [2199] = {.lex_state = 362}, + [2200] = {.lex_state = 22}, + [2201] = {.lex_state = 21}, + [2202] = {.lex_state = 362}, + [2203] = {.lex_state = 362}, + [2204] = {.lex_state = 362}, + [2205] = {.lex_state = 362}, + [2206] = {.lex_state = 362}, + [2207] = {.lex_state = 362}, + [2208] = {.lex_state = 22}, + [2209] = {.lex_state = 362}, + [2210] = {.lex_state = 362}, [2211] = {.lex_state = 21}, - [2212] = {.lex_state = 21}, - [2213] = {.lex_state = 21}, - [2214] = {.lex_state = 21}, - [2215] = {.lex_state = 21}, - [2216] = {.lex_state = 21}, - [2217] = {.lex_state = 21}, + [2212] = {.lex_state = 378}, + [2213] = {.lex_state = 22}, + [2214] = {.lex_state = 359}, + [2215] = {.lex_state = 360}, + [2216] = {.lex_state = 362}, + [2217] = {.lex_state = 362}, [2218] = {.lex_state = 21}, - [2219] = {.lex_state = 10}, - [2220] = {.lex_state = 21}, - [2221] = {.lex_state = 21}, + [2219] = {.lex_state = 362}, + [2220] = {.lex_state = 362}, + [2221] = {.lex_state = 10}, [2222] = {.lex_state = 21}, - [2223] = {.lex_state = 22}, - [2224] = {.lex_state = 21}, - [2225] = {.lex_state = 22}, - [2226] = {.lex_state = 22}, + [2223] = {.lex_state = 21}, + [2224] = {.lex_state = 10}, + [2225] = {.lex_state = 10}, + [2226] = {.lex_state = 21}, [2227] = {.lex_state = 21}, - [2228] = {.lex_state = 362}, - [2229] = {.lex_state = 22}, - [2230] = {.lex_state = 362}, - [2231] = {.lex_state = 10}, + [2228] = {.lex_state = 10}, + [2229] = {.lex_state = 21}, + [2230] = {.lex_state = 10}, + [2231] = {.lex_state = 359}, [2232] = {.lex_state = 10}, [2233] = {.lex_state = 10}, - [2234] = {.lex_state = 10}, - [2235] = {.lex_state = 16}, - [2236] = {.lex_state = 16}, - [2237] = {.lex_state = 16}, - [2238] = {.lex_state = 16}, - [2239] = {.lex_state = 362}, - [2240] = {.lex_state = 362}, - [2241] = {.lex_state = 378}, - [2242] = {.lex_state = 378}, + [2234] = {.lex_state = 21}, + [2235] = {.lex_state = 21}, + [2236] = {.lex_state = 10}, + [2237] = {.lex_state = 10}, + [2238] = {.lex_state = 21}, + [2239] = {.lex_state = 10}, + [2240] = {.lex_state = 10}, + [2241] = {.lex_state = 10}, + [2242] = {.lex_state = 10}, [2243] = {.lex_state = 10}, - [2244] = {.lex_state = 378}, + [2244] = {.lex_state = 22}, [2245] = {.lex_state = 10}, - [2246] = {.lex_state = 10}, - [2247] = {.lex_state = 378}, - [2248] = {.lex_state = 21}, - [2249] = {.lex_state = 362}, + [2246] = {.lex_state = 21}, + [2247] = {.lex_state = 10}, + [2248] = {.lex_state = 10}, + [2249] = {.lex_state = 21}, [2250] = {.lex_state = 362}, - [2251] = {.lex_state = 362}, - [2252] = {.lex_state = 362}, - [2253] = {.lex_state = 362}, - [2254] = {.lex_state = 362}, - [2255] = {.lex_state = 362}, - [2256] = {.lex_state = 362}, - [2257] = {.lex_state = 22}, - [2258] = {.lex_state = 362}, - [2259] = {.lex_state = 362}, - [2260] = {.lex_state = 362}, + [2251] = {.lex_state = 21}, + [2252] = {.lex_state = 21}, + [2253] = {.lex_state = 22}, + [2254] = {.lex_state = 10}, + [2255] = {.lex_state = 21}, + [2256] = {.lex_state = 359}, + [2257] = {.lex_state = 16}, + [2258] = {.lex_state = 21}, + [2259] = {.lex_state = 21}, + [2260] = {.lex_state = 378}, [2261] = {.lex_state = 22}, - [2262] = {.lex_state = 362}, - [2263] = {.lex_state = 362}, - [2264] = {.lex_state = 362}, - [2265] = {.lex_state = 10}, - [2266] = {.lex_state = 10}, + [2262] = {.lex_state = 16}, + [2263] = {.lex_state = 359}, + [2264] = {.lex_state = 16}, + [2265] = {.lex_state = 359}, + [2266] = {.lex_state = 362}, [2267] = {.lex_state = 10}, [2268] = {.lex_state = 10}, [2269] = {.lex_state = 10}, @@ -39863,62 +39866,62 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2275] = {.lex_state = 10}, [2276] = {.lex_state = 10}, [2277] = {.lex_state = 10}, - [2278] = {.lex_state = 22}, - [2279] = {.lex_state = 359}, - [2280] = {.lex_state = 362}, - [2281] = {.lex_state = 359}, - [2282] = {.lex_state = 362}, - [2283] = {.lex_state = 362}, - [2284] = {.lex_state = 362}, + [2278] = {.lex_state = 10}, + [2279] = {.lex_state = 10}, + [2280] = {.lex_state = 10}, + [2281] = {.lex_state = 21}, + [2282] = {.lex_state = 16}, + [2283] = {.lex_state = 359}, + [2284] = {.lex_state = 378}, [2285] = {.lex_state = 360}, - [2286] = {.lex_state = 10}, - [2287] = {.lex_state = 10}, + [2286] = {.lex_state = 378}, + [2287] = {.lex_state = 16}, [2288] = {.lex_state = 10}, - [2289] = {.lex_state = 21}, - [2290] = {.lex_state = 359}, + [2289] = {.lex_state = 362}, + [2290] = {.lex_state = 16}, [2291] = {.lex_state = 10}, - [2292] = {.lex_state = 10}, + [2292] = {.lex_state = 359}, [2293] = {.lex_state = 10}, - [2294] = {.lex_state = 10}, - [2295] = {.lex_state = 10}, - [2296] = {.lex_state = 10}, - [2297] = {.lex_state = 10}, + [2294] = {.lex_state = 21}, + [2295] = {.lex_state = 362}, + [2296] = {.lex_state = 22}, + [2297] = {.lex_state = 22}, [2298] = {.lex_state = 10}, - [2299] = {.lex_state = 362}, - [2300] = {.lex_state = 10}, - [2301] = {.lex_state = 10}, - [2302] = {.lex_state = 10}, - [2303] = {.lex_state = 359}, - [2304] = {.lex_state = 10}, - [2305] = {.lex_state = 10}, - [2306] = {.lex_state = 16}, - [2307] = {.lex_state = 22}, - [2308] = {.lex_state = 362}, - [2309] = {.lex_state = 10}, - [2310] = {.lex_state = 362}, - [2311] = {.lex_state = 10}, - [2312] = {.lex_state = 22}, - [2313] = {.lex_state = 378}, - [2314] = {.lex_state = 362}, + [2299] = {.lex_state = 10}, + [2300] = {.lex_state = 16}, + [2301] = {.lex_state = 362}, + [2302] = {.lex_state = 378}, + [2303] = {.lex_state = 362}, + [2304] = {.lex_state = 16}, + [2305] = {.lex_state = 21}, + [2306] = {.lex_state = 22}, + [2307] = {.lex_state = 10}, + [2308] = {.lex_state = 10}, + [2309] = {.lex_state = 22}, + [2310] = {.lex_state = 359}, + [2311] = {.lex_state = 362}, + [2312] = {.lex_state = 362}, + [2313] = {.lex_state = 362}, + [2314] = {.lex_state = 16}, [2315] = {.lex_state = 16}, - [2316] = {.lex_state = 22}, + [2316] = {.lex_state = 362}, [2317] = {.lex_state = 362}, [2318] = {.lex_state = 362}, - [2319] = {.lex_state = 362}, + [2319] = {.lex_state = 16}, [2320] = {.lex_state = 362}, [2321] = {.lex_state = 362}, - [2322] = {.lex_state = 22}, + [2322] = {.lex_state = 10}, [2323] = {.lex_state = 362}, - [2324] = {.lex_state = 362}, - [2325] = {.lex_state = 362}, + [2324] = {.lex_state = 22}, + [2325] = {.lex_state = 16}, [2326] = {.lex_state = 362}, - [2327] = {.lex_state = 362}, + [2327] = {.lex_state = 16}, [2328] = {.lex_state = 362}, [2329] = {.lex_state = 362}, - [2330] = {.lex_state = 362}, - [2331] = {.lex_state = 360}, - [2332] = {.lex_state = 360}, - [2333] = {.lex_state = 21}, + [2330] = {.lex_state = 16}, + [2331] = {.lex_state = 22}, + [2332] = {.lex_state = 362}, + [2333] = {.lex_state = 360}, [2334] = {.lex_state = 360}, [2335] = {.lex_state = 360}, [2336] = {.lex_state = 360}, @@ -39936,15 +39939,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2348] = {.lex_state = 360}, [2349] = {.lex_state = 360}, [2350] = {.lex_state = 360}, - [2351] = {.lex_state = 360}, + [2351] = {.lex_state = 359}, [2352] = {.lex_state = 360}, [2353] = {.lex_state = 360}, [2354] = {.lex_state = 360}, - [2355] = {.lex_state = 360}, - [2356] = {.lex_state = 19}, + [2355] = {.lex_state = 19}, + [2356] = {.lex_state = 360}, [2357] = {.lex_state = 360}, - [2358] = {.lex_state = 360}, - [2359] = {.lex_state = 360}, + [2358] = {.lex_state = 21}, + [2359] = {.lex_state = 22}, [2360] = {.lex_state = 360}, [2361] = {.lex_state = 360}, [2362] = {.lex_state = 360}, @@ -39957,10 +39960,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2369] = {.lex_state = 360}, [2370] = {.lex_state = 360}, [2371] = {.lex_state = 360}, - [2372] = {.lex_state = 360}, + [2372] = {.lex_state = 359}, [2373] = {.lex_state = 360}, [2374] = {.lex_state = 360}, - [2375] = {.lex_state = 360}, + [2375] = {.lex_state = 22}, [2376] = {.lex_state = 360}, [2377] = {.lex_state = 360}, [2378] = {.lex_state = 360}, @@ -39985,7 +39988,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2397] = {.lex_state = 360}, [2398] = {.lex_state = 360}, [2399] = {.lex_state = 360}, - [2400] = {.lex_state = 359}, + [2400] = {.lex_state = 360}, [2401] = {.lex_state = 360}, [2402] = {.lex_state = 360}, [2403] = {.lex_state = 360}, @@ -39993,7 +39996,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2405] = {.lex_state = 360}, [2406] = {.lex_state = 360}, [2407] = {.lex_state = 360}, - [2408] = {.lex_state = 22}, + [2408] = {.lex_state = 360}, [2409] = {.lex_state = 360}, [2410] = {.lex_state = 360}, [2411] = {.lex_state = 360}, @@ -40002,7 +40005,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2414] = {.lex_state = 360}, [2415] = {.lex_state = 360}, [2416] = {.lex_state = 360}, - [2417] = {.lex_state = 359}, + [2417] = {.lex_state = 360}, [2418] = {.lex_state = 360}, [2419] = {.lex_state = 360}, [2420] = {.lex_state = 360}, @@ -40015,7 +40018,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2427] = {.lex_state = 360}, [2428] = {.lex_state = 360}, [2429] = {.lex_state = 360}, - [2430] = {.lex_state = 360}, + [2430] = {.lex_state = 359}, [2431] = {.lex_state = 360}, [2432] = {.lex_state = 360}, [2433] = {.lex_state = 360}, @@ -40036,8 +40039,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2448] = {.lex_state = 360}, [2449] = {.lex_state = 360}, [2450] = {.lex_state = 360}, - [2451] = {.lex_state = 22}, - [2452] = {.lex_state = 359}, + [2451] = {.lex_state = 360}, + [2452] = {.lex_state = 360}, [2453] = {.lex_state = 360}, [2454] = {.lex_state = 360}, [2455] = {.lex_state = 360}, @@ -40172,19 +40175,19 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2584] = {.lex_state = 360}, [2585] = {.lex_state = 360}, [2586] = {.lex_state = 360}, - [2587] = {.lex_state = 16}, - [2588] = {.lex_state = 16}, + [2587] = {.lex_state = 360}, + [2588] = {.lex_state = 360}, [2589] = {.lex_state = 16}, - [2590] = {.lex_state = 25}, - [2591] = {.lex_state = 16}, - [2592] = {.lex_state = 16}, + [2590] = {.lex_state = 16}, + [2591] = {.lex_state = 360}, + [2592] = {.lex_state = 25}, [2593] = {.lex_state = 16}, [2594] = {.lex_state = 16}, - [2595] = {.lex_state = 25}, + [2595] = {.lex_state = 16}, [2596] = {.lex_state = 16}, [2597] = {.lex_state = 16}, [2598] = {.lex_state = 16}, - [2599] = {.lex_state = 25}, + [2599] = {.lex_state = 16}, [2600] = {.lex_state = 16}, [2601] = {.lex_state = 16}, [2602] = {.lex_state = 16}, @@ -40206,912 +40209,912 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2618] = {.lex_state = 16}, [2619] = {.lex_state = 16}, [2620] = {.lex_state = 16}, - [2621] = {.lex_state = 360}, + [2621] = {.lex_state = 16}, [2622] = {.lex_state = 16}, [2623] = {.lex_state = 16}, [2624] = {.lex_state = 16}, [2625] = {.lex_state = 24}, [2626] = {.lex_state = 16}, - [2627] = {.lex_state = 16}, + [2627] = {.lex_state = 25}, [2628] = {.lex_state = 16}, - [2629] = {.lex_state = 16}, + [2629] = {.lex_state = 25}, [2630] = {.lex_state = 16}, - [2631] = {.lex_state = 21}, - [2632] = {.lex_state = 21}, + [2631] = {.lex_state = 16}, + [2632] = {.lex_state = 16}, [2633] = {.lex_state = 21}, [2634] = {.lex_state = 21}, - [2635] = {.lex_state = 21}, - [2636] = {.lex_state = 25}, - [2637] = {.lex_state = 24}, - [2638] = {.lex_state = 25}, - [2639] = {.lex_state = 21}, - [2640] = {.lex_state = 24}, + [2635] = {.lex_state = 24}, + [2636] = {.lex_state = 21}, + [2637] = {.lex_state = 21}, + [2638] = {.lex_state = 21}, + [2639] = {.lex_state = 25}, + [2640] = {.lex_state = 21}, [2641] = {.lex_state = 21}, - [2642] = {.lex_state = 21}, - [2643] = {.lex_state = 21}, - [2644] = {.lex_state = 29}, + [2642] = {.lex_state = 24}, + [2643] = {.lex_state = 25}, + [2644] = {.lex_state = 21}, [2645] = {.lex_state = 21}, - [2646] = {.lex_state = 21}, - [2647] = {.lex_state = 28}, - [2648] = {.lex_state = 28}, - [2649] = {.lex_state = 33}, - [2650] = {.lex_state = 31}, - [2651] = {.lex_state = 31}, + [2646] = {.lex_state = 29}, + [2647] = {.lex_state = 21}, + [2648] = {.lex_state = 21}, + [2649] = {.lex_state = 28}, + [2650] = {.lex_state = 28}, + [2651] = {.lex_state = 33}, [2652] = {.lex_state = 31}, [2653] = {.lex_state = 31}, [2654] = {.lex_state = 31}, - [2655] = {.lex_state = 33}, - [2656] = {.lex_state = 33}, + [2655] = {.lex_state = 31}, + [2656] = {.lex_state = 31}, [2657] = {.lex_state = 33}, - [2658] = {.lex_state = 31}, - [2659] = {.lex_state = 33}, - [2660] = {.lex_state = 31}, - [2661] = {.lex_state = 33}, - [2662] = {.lex_state = 31}, - [2663] = {.lex_state = 31}, - [2664] = {.lex_state = 31}, + [2658] = {.lex_state = 33}, + [2659] = {.lex_state = 31}, + [2660] = {.lex_state = 33}, + [2661] = {.lex_state = 31}, + [2662] = {.lex_state = 33}, + [2663] = {.lex_state = 33}, + [2664] = {.lex_state = 41}, [2665] = {.lex_state = 31}, [2666] = {.lex_state = 31}, - [2667] = {.lex_state = 33}, - [2668] = {.lex_state = 41}, - [2669] = {.lex_state = 31}, + [2667] = {.lex_state = 31}, + [2668] = {.lex_state = 31}, + [2669] = {.lex_state = 33}, [2670] = {.lex_state = 31}, - [2671] = {.lex_state = 31}, + [2671] = {.lex_state = 41}, [2672] = {.lex_state = 31}, - [2673] = {.lex_state = 41}, - [2674] = {.lex_state = 33}, + [2673] = {.lex_state = 31}, + [2674] = {.lex_state = 31}, [2675] = {.lex_state = 31}, [2676] = {.lex_state = 31}, [2677] = {.lex_state = 31}, [2678] = {.lex_state = 31}, [2679] = {.lex_state = 31}, [2680] = {.lex_state = 31}, - [2681] = {.lex_state = 31}, + [2681] = {.lex_state = 33}, [2682] = {.lex_state = 31}, - [2683] = {.lex_state = 33}, + [2683] = {.lex_state = 31}, [2684] = {.lex_state = 31}, - [2685] = {.lex_state = 16}, - [2686] = {.lex_state = 33}, - [2687] = {.lex_state = 33}, - [2688] = {.lex_state = 40}, - [2689] = {.lex_state = 40}, - [2690] = {.lex_state = 16}, + [2685] = {.lex_state = 40}, + [2686] = {.lex_state = 40}, + [2687] = {.lex_state = 40}, + [2688] = {.lex_state = 16}, + [2689] = {.lex_state = 16}, + [2690] = {.lex_state = 33}, [2691] = {.lex_state = 33}, - [2692] = {.lex_state = 33}, - [2693] = {.lex_state = 16}, - [2694] = {.lex_state = 31}, - [2695] = {.lex_state = 31}, - [2696] = {.lex_state = 31}, + [2692] = {.lex_state = 16}, + [2693] = {.lex_state = 31}, + [2694] = {.lex_state = 16}, + [2695] = {.lex_state = 16}, + [2696] = {.lex_state = 33}, [2697] = {.lex_state = 16}, [2698] = {.lex_state = 33}, [2699] = {.lex_state = 33}, - [2700] = {.lex_state = 40}, - [2701] = {.lex_state = 33}, - [2702] = {.lex_state = 40}, - [2703] = {.lex_state = 40}, + [2700] = {.lex_state = 31}, + [2701] = {.lex_state = 40}, + [2702] = {.lex_state = 16}, + [2703] = {.lex_state = 31}, [2704] = {.lex_state = 31}, [2705] = {.lex_state = 33}, - [2706] = {.lex_state = 31}, + [2706] = {.lex_state = 40}, [2707] = {.lex_state = 31}, - [2708] = {.lex_state = 16}, - [2709] = {.lex_state = 31}, + [2708] = {.lex_state = 40}, + [2709] = {.lex_state = 16}, [2710] = {.lex_state = 16}, - [2711] = {.lex_state = 33}, - [2712] = {.lex_state = 31}, - [2713] = {.lex_state = 31}, - [2714] = {.lex_state = 16}, - [2715] = {.lex_state = 16}, + [2711] = {.lex_state = 40}, + [2712] = {.lex_state = 16}, + [2713] = {.lex_state = 33}, + [2714] = {.lex_state = 40}, + [2715] = {.lex_state = 31}, [2716] = {.lex_state = 33}, [2717] = {.lex_state = 40}, - [2718] = {.lex_state = 40}, - [2719] = {.lex_state = 40}, - [2720] = {.lex_state = 16}, - [2721] = {.lex_state = 16}, - [2722] = {.lex_state = 31}, - [2723] = {.lex_state = 40}, - [2724] = {.lex_state = 16}, - [2725] = {.lex_state = 40}, - [2726] = {.lex_state = 16}, - [2727] = {.lex_state = 33}, - [2728] = {.lex_state = 33}, - [2729] = {.lex_state = 16}, + [2718] = {.lex_state = 16}, + [2719] = {.lex_state = 31}, + [2720] = {.lex_state = 33}, + [2721] = {.lex_state = 40}, + [2722] = {.lex_state = 16}, + [2723] = {.lex_state = 33}, + [2724] = {.lex_state = 40}, + [2725] = {.lex_state = 33}, + [2726] = {.lex_state = 33}, + [2727] = {.lex_state = 31}, + [2728] = {.lex_state = 40}, + [2729] = {.lex_state = 33}, [2730] = {.lex_state = 16}, - [2731] = {.lex_state = 31}, - [2732] = {.lex_state = 40}, - [2733] = {.lex_state = 33}, - [2734] = {.lex_state = 40}, - [2735] = {.lex_state = 16}, - [2736] = {.lex_state = 33}, - [2737] = {.lex_state = 40}, - [2738] = {.lex_state = 33}, - [2739] = {.lex_state = 16}, + [2731] = {.lex_state = 33}, + [2732] = {.lex_state = 31}, + [2733] = {.lex_state = 40}, + [2734] = {.lex_state = 31}, + [2735] = {.lex_state = 31}, + [2736] = {.lex_state = 31}, + [2737] = {.lex_state = 33}, + [2738] = {.lex_state = 40}, + [2739] = {.lex_state = 31}, [2740] = {.lex_state = 33}, - [2741] = {.lex_state = 33}, - [2742] = {.lex_state = 40}, - [2743] = {.lex_state = 31}, - [2744] = {.lex_state = 40}, + [2741] = {.lex_state = 16}, + [2742] = {.lex_state = 16}, + [2743] = {.lex_state = 40}, + [2744] = {.lex_state = 33}, [2745] = {.lex_state = 31}, [2746] = {.lex_state = 40}, - [2747] = {.lex_state = 17}, - [2748] = {.lex_state = 35}, + [2747] = {.lex_state = 33}, + [2748] = {.lex_state = 16}, [2749] = {.lex_state = 17}, [2750] = {.lex_state = 17}, - [2751] = {.lex_state = 17}, - [2752] = {.lex_state = 35}, - [2753] = {.lex_state = 17}, + [2751] = {.lex_state = 31}, + [2752] = {.lex_state = 17}, + [2753] = {.lex_state = 35}, [2754] = {.lex_state = 17}, - [2755] = {.lex_state = 17}, - [2756] = {.lex_state = 31}, - [2757] = {.lex_state = 17}, + [2755] = {.lex_state = 31}, + [2756] = {.lex_state = 17}, + [2757] = {.lex_state = 31}, [2758] = {.lex_state = 17}, - [2759] = {.lex_state = 31}, + [2759] = {.lex_state = 17}, [2760] = {.lex_state = 17}, [2761] = {.lex_state = 17}, [2762] = {.lex_state = 17}, [2763] = {.lex_state = 31}, [2764] = {.lex_state = 17}, - [2765] = {.lex_state = 31}, + [2765] = {.lex_state = 17}, [2766] = {.lex_state = 17}, [2767] = {.lex_state = 17}, [2768] = {.lex_state = 17}, [2769] = {.lex_state = 17}, - [2770] = {.lex_state = 17}, - [2771] = {.lex_state = 33}, - [2772] = {.lex_state = 31}, - [2773] = {.lex_state = 33}, - [2774] = {.lex_state = 35}, - [2775] = {.lex_state = 33}, - [2776] = {.lex_state = 31}, - [2777] = {.lex_state = 33}, - [2778] = {.lex_state = 362}, + [2770] = {.lex_state = 35}, + [2771] = {.lex_state = 17}, + [2772] = {.lex_state = 17}, + [2773] = {.lex_state = 362}, + [2774] = {.lex_state = 362}, + [2775] = {.lex_state = 362}, + [2776] = {.lex_state = 362}, + [2777] = {.lex_state = 362}, + [2778] = {.lex_state = 35}, [2779] = {.lex_state = 33}, - [2780] = {.lex_state = 31}, + [2780] = {.lex_state = 362}, [2781] = {.lex_state = 33}, - [2782] = {.lex_state = 362}, - [2783] = {.lex_state = 362}, - [2784] = {.lex_state = 35}, + [2782] = {.lex_state = 35}, + [2783] = {.lex_state = 33}, + [2784] = {.lex_state = 362}, [2785] = {.lex_state = 362}, [2786] = {.lex_state = 362}, [2787] = {.lex_state = 362}, [2788] = {.lex_state = 362}, - [2789] = {.lex_state = 362}, - [2790] = {.lex_state = 33}, - [2791] = {.lex_state = 362}, + [2789] = {.lex_state = 33}, + [2790] = {.lex_state = 362}, + [2791] = {.lex_state = 31}, [2792] = {.lex_state = 33}, [2793] = {.lex_state = 362}, - [2794] = {.lex_state = 33}, - [2795] = {.lex_state = 33}, - [2796] = {.lex_state = 35}, + [2794] = {.lex_state = 43}, + [2795] = {.lex_state = 362}, + [2796] = {.lex_state = 33}, [2797] = {.lex_state = 33}, - [2798] = {.lex_state = 33}, - [2799] = {.lex_state = 362}, + [2798] = {.lex_state = 35}, + [2799] = {.lex_state = 31}, [2800] = {.lex_state = 362}, [2801] = {.lex_state = 33}, - [2802] = {.lex_state = 362}, + [2802] = {.lex_state = 31}, [2803] = {.lex_state = 33}, - [2804] = {.lex_state = 362}, - [2805] = {.lex_state = 362}, - [2806] = {.lex_state = 33}, + [2804] = {.lex_state = 35}, + [2805] = {.lex_state = 43}, + [2806] = {.lex_state = 35}, [2807] = {.lex_state = 362}, - [2808] = {.lex_state = 362}, - [2809] = {.lex_state = 35}, - [2810] = {.lex_state = 33}, - [2811] = {.lex_state = 35}, - [2812] = {.lex_state = 362}, - [2813] = {.lex_state = 43}, - [2814] = {.lex_state = 362}, + [2808] = {.lex_state = 33}, + [2809] = {.lex_state = 33}, + [2810] = {.lex_state = 362}, + [2811] = {.lex_state = 362}, + [2812] = {.lex_state = 33}, + [2813] = {.lex_state = 33}, + [2814] = {.lex_state = 33}, [2815] = {.lex_state = 362}, [2816] = {.lex_state = 33}, - [2817] = {.lex_state = 362}, - [2818] = {.lex_state = 43}, - [2819] = {.lex_state = 33}, - [2820] = {.lex_state = 362}, - [2821] = {.lex_state = 31}, + [2817] = {.lex_state = 33}, + [2818] = {.lex_state = 362}, + [2819] = {.lex_state = 362}, + [2820] = {.lex_state = 33}, + [2821] = {.lex_state = 33}, [2822] = {.lex_state = 362}, - [2823] = {.lex_state = 362}, + [2823] = {.lex_state = 33}, [2824] = {.lex_state = 362}, - [2825] = {.lex_state = 33}, + [2825] = {.lex_state = 362}, [2826] = {.lex_state = 33}, [2827] = {.lex_state = 362}, [2828] = {.lex_state = 33}, [2829] = {.lex_state = 33}, [2830] = {.lex_state = 33}, [2831] = {.lex_state = 362}, - [2832] = {.lex_state = 31}, - [2833] = {.lex_state = 362}, - [2834] = {.lex_state = 362}, - [2835] = {.lex_state = 33}, - [2836] = {.lex_state = 33}, + [2832] = {.lex_state = 362}, + [2833] = {.lex_state = 31}, + [2834] = {.lex_state = 31}, + [2835] = {.lex_state = 362}, + [2836] = {.lex_state = 362}, [2837] = {.lex_state = 362}, [2838] = {.lex_state = 31}, [2839] = {.lex_state = 362}, [2840] = {.lex_state = 362}, [2841] = {.lex_state = 362}, - [2842] = {.lex_state = 31}, - [2843] = {.lex_state = 31}, - [2844] = {.lex_state = 31}, + [2842] = {.lex_state = 362}, + [2843] = {.lex_state = 362}, + [2844] = {.lex_state = 362}, [2845] = {.lex_state = 362}, [2846] = {.lex_state = 362}, - [2847] = {.lex_state = 31}, - [2848] = {.lex_state = 33}, + [2847] = {.lex_state = 362}, + [2848] = {.lex_state = 362}, [2849] = {.lex_state = 362}, - [2850] = {.lex_state = 31}, + [2850] = {.lex_state = 362}, [2851] = {.lex_state = 362}, [2852] = {.lex_state = 362}, [2853] = {.lex_state = 362}, [2854] = {.lex_state = 362}, [2855] = {.lex_state = 362}, - [2856] = {.lex_state = 362}, - [2857] = {.lex_state = 362}, - [2858] = {.lex_state = 31}, - [2859] = {.lex_state = 385}, + [2856] = {.lex_state = 33}, + [2857] = {.lex_state = 33}, + [2858] = {.lex_state = 362}, + [2859] = {.lex_state = 362}, [2860] = {.lex_state = 362}, [2861] = {.lex_state = 362}, - [2862] = {.lex_state = 31}, - [2863] = {.lex_state = 31}, - [2864] = {.lex_state = 362}, - [2865] = {.lex_state = 362}, - [2866] = {.lex_state = 362}, - [2867] = {.lex_state = 33}, - [2868] = {.lex_state = 362}, - [2869] = {.lex_state = 362}, - [2870] = {.lex_state = 362}, - [2871] = {.lex_state = 362}, - [2872] = {.lex_state = 31}, - [2873] = {.lex_state = 362}, + [2862] = {.lex_state = 362}, + [2863] = {.lex_state = 362}, + [2864] = {.lex_state = 31}, + [2865] = {.lex_state = 33}, + [2866] = {.lex_state = 33}, + [2867] = {.lex_state = 31}, + [2868] = {.lex_state = 31}, + [2869] = {.lex_state = 31}, + [2870] = {.lex_state = 33}, + [2871] = {.lex_state = 31}, + [2872] = {.lex_state = 385}, + [2873] = {.lex_state = 31}, [2874] = {.lex_state = 362}, - [2875] = {.lex_state = 33}, + [2875] = {.lex_state = 31}, [2876] = {.lex_state = 31}, - [2877] = {.lex_state = 35}, - [2878] = {.lex_state = 35}, - [2879] = {.lex_state = 38}, - [2880] = {.lex_state = 387}, - [2881] = {.lex_state = 35}, + [2877] = {.lex_state = 31}, + [2878] = {.lex_state = 31}, + [2879] = {.lex_state = 35}, + [2880] = {.lex_state = 33}, + [2881] = {.lex_state = 38}, [2882] = {.lex_state = 35}, - [2883] = {.lex_state = 33}, + [2883] = {.lex_state = 38}, [2884] = {.lex_state = 35}, - [2885] = {.lex_state = 33}, - [2886] = {.lex_state = 35}, - [2887] = {.lex_state = 33}, + [2885] = {.lex_state = 35}, + [2886] = {.lex_state = 387}, + [2887] = {.lex_state = 38}, [2888] = {.lex_state = 35}, [2889] = {.lex_state = 35}, [2890] = {.lex_state = 35}, [2891] = {.lex_state = 33}, - [2892] = {.lex_state = 387}, + [2892] = {.lex_state = 38}, [2893] = {.lex_state = 35}, - [2894] = {.lex_state = 7}, - [2895] = {.lex_state = 35}, - [2896] = {.lex_state = 35}, + [2894] = {.lex_state = 33}, + [2895] = {.lex_state = 33}, + [2896] = {.lex_state = 33}, [2897] = {.lex_state = 35}, - [2898] = {.lex_state = 385}, + [2898] = {.lex_state = 35}, [2899] = {.lex_state = 35}, - [2900] = {.lex_state = 387}, + [2900] = {.lex_state = 7}, [2901] = {.lex_state = 35}, - [2902] = {.lex_state = 30}, + [2902] = {.lex_state = 35}, [2903] = {.lex_state = 35}, [2904] = {.lex_state = 35}, - [2905] = {.lex_state = 38}, - [2906] = {.lex_state = 33}, + [2905] = {.lex_state = 387}, + [2906] = {.lex_state = 35}, [2907] = {.lex_state = 33}, [2908] = {.lex_state = 35}, - [2909] = {.lex_state = 362}, - [2910] = {.lex_state = 7}, - [2911] = {.lex_state = 33}, - [2912] = {.lex_state = 33}, - [2913] = {.lex_state = 30}, - [2914] = {.lex_state = 30}, + [2909] = {.lex_state = 33}, + [2910] = {.lex_state = 387}, + [2911] = {.lex_state = 362}, + [2912] = {.lex_state = 30}, + [2913] = {.lex_state = 33}, + [2914] = {.lex_state = 35}, [2915] = {.lex_state = 35}, [2916] = {.lex_state = 35}, [2917] = {.lex_state = 35}, - [2918] = {.lex_state = 35}, - [2919] = {.lex_state = 35}, - [2920] = {.lex_state = 33}, + [2918] = {.lex_state = 30}, + [2919] = {.lex_state = 362}, + [2920] = {.lex_state = 35}, [2921] = {.lex_state = 35}, - [2922] = {.lex_state = 33}, + [2922] = {.lex_state = 7}, [2923] = {.lex_state = 35}, - [2924] = {.lex_state = 38}, + [2924] = {.lex_state = 33}, [2925] = {.lex_state = 35}, - [2926] = {.lex_state = 362}, - [2927] = {.lex_state = 35}, - [2928] = {.lex_state = 7}, + [2926] = {.lex_state = 33}, + [2927] = {.lex_state = 30}, + [2928] = {.lex_state = 35}, [2929] = {.lex_state = 35}, - [2930] = {.lex_state = 387}, + [2930] = {.lex_state = 35}, [2931] = {.lex_state = 35}, [2932] = {.lex_state = 35}, [2933] = {.lex_state = 35}, [2934] = {.lex_state = 35}, - [2935] = {.lex_state = 38}, - [2936] = {.lex_state = 35}, - [2937] = {.lex_state = 35}, - [2938] = {.lex_state = 23}, - [2939] = {.lex_state = 33}, - [2940] = {.lex_state = 360}, - [2941] = {.lex_state = 23}, + [2935] = {.lex_state = 35}, + [2936] = {.lex_state = 387}, + [2937] = {.lex_state = 385}, + [2938] = {.lex_state = 7}, + [2939] = {.lex_state = 35}, + [2940] = {.lex_state = 23}, + [2941] = {.lex_state = 354}, [2942] = {.lex_state = 23}, [2943] = {.lex_state = 23}, - [2944] = {.lex_state = 33}, - [2945] = {.lex_state = 33}, - [2946] = {.lex_state = 33}, - [2947] = {.lex_state = 23}, + [2944] = {.lex_state = 23}, + [2945] = {.lex_state = 360}, + [2946] = {.lex_state = 43}, + [2947] = {.lex_state = 43}, [2948] = {.lex_state = 23}, - [2949] = {.lex_state = 35}, - [2950] = {.lex_state = 385}, + [2949] = {.lex_state = 23}, + [2950] = {.lex_state = 362}, [2951] = {.lex_state = 23}, - [2952] = {.lex_state = 23}, - [2953] = {.lex_state = 23}, - [2954] = {.lex_state = 33}, + [2952] = {.lex_state = 33}, + [2953] = {.lex_state = 35}, + [2954] = {.lex_state = 23}, [2955] = {.lex_state = 23}, - [2956] = {.lex_state = 23}, - [2957] = {.lex_state = 33}, - [2958] = {.lex_state = 23}, - [2959] = {.lex_state = 43}, - [2960] = {.lex_state = 35}, - [2961] = {.lex_state = 354}, - [2962] = {.lex_state = 23}, + [2956] = {.lex_state = 354}, + [2957] = {.lex_state = 23}, + [2958] = {.lex_state = 35}, + [2959] = {.lex_state = 354}, + [2960] = {.lex_state = 23}, + [2961] = {.lex_state = 360}, + [2962] = {.lex_state = 43}, [2963] = {.lex_state = 23}, - [2964] = {.lex_state = 354}, - [2965] = {.lex_state = 42}, - [2966] = {.lex_state = 23}, + [2964] = {.lex_state = 33}, + [2965] = {.lex_state = 354}, + [2966] = {.lex_state = 362}, [2967] = {.lex_state = 23}, - [2968] = {.lex_state = 362}, + [2968] = {.lex_state = 42}, [2969] = {.lex_state = 23}, - [2970] = {.lex_state = 23}, - [2971] = {.lex_state = 354}, - [2972] = {.lex_state = 354}, - [2973] = {.lex_state = 354}, - [2974] = {.lex_state = 362}, - [2975] = {.lex_state = 23}, - [2976] = {.lex_state = 33}, + [2970] = {.lex_state = 354}, + [2971] = {.lex_state = 23}, + [2972] = {.lex_state = 23}, + [2973] = {.lex_state = 23}, + [2974] = {.lex_state = 23}, + [2975] = {.lex_state = 33}, + [2976] = {.lex_state = 23}, [2977] = {.lex_state = 23}, - [2978] = {.lex_state = 354}, - [2979] = {.lex_state = 23}, - [2980] = {.lex_state = 23}, - [2981] = {.lex_state = 23}, - [2982] = {.lex_state = 23}, + [2978] = {.lex_state = 385}, + [2979] = {.lex_state = 33}, + [2980] = {.lex_state = 43}, + [2981] = {.lex_state = 35}, + [2982] = {.lex_state = 35}, [2983] = {.lex_state = 23}, [2984] = {.lex_state = 23}, - [2985] = {.lex_state = 35}, - [2986] = {.lex_state = 35}, + [2985] = {.lex_state = 23}, + [2986] = {.lex_state = 33}, [2987] = {.lex_state = 23}, - [2988] = {.lex_state = 43}, - [2989] = {.lex_state = 23}, - [2990] = {.lex_state = 23}, - [2991] = {.lex_state = 23}, + [2988] = {.lex_state = 33}, + [2989] = {.lex_state = 33}, + [2990] = {.lex_state = 16}, + [2991] = {.lex_state = 354}, [2992] = {.lex_state = 23}, [2993] = {.lex_state = 23}, - [2994] = {.lex_state = 43}, - [2995] = {.lex_state = 43}, + [2994] = {.lex_state = 23}, + [2995] = {.lex_state = 23}, [2996] = {.lex_state = 23}, - [2997] = {.lex_state = 360}, - [2998] = {.lex_state = 16}, - [2999] = {.lex_state = 43}, - [3000] = {.lex_state = 16}, + [2997] = {.lex_state = 23}, + [2998] = {.lex_state = 43}, + [2999] = {.lex_state = 16}, + [3000] = {.lex_state = 23}, [3001] = {.lex_state = 23}, [3002] = {.lex_state = 23}, [3003] = {.lex_state = 23}, [3004] = {.lex_state = 23}, - [3005] = {.lex_state = 49}, - [3006] = {.lex_state = 354}, - [3007] = {.lex_state = 16}, - [3008] = {.lex_state = 16}, - [3009] = {.lex_state = 354}, - [3010] = {.lex_state = 354}, - [3011] = {.lex_state = 53}, - [3012] = {.lex_state = 36}, - [3013] = {.lex_state = 354}, - [3014] = {.lex_state = 33}, - [3015] = {.lex_state = 354}, - [3016] = {.lex_state = 354}, - [3017] = {.lex_state = 354}, - [3018] = {.lex_state = 36}, - [3019] = {.lex_state = 354}, - [3020] = {.lex_state = 354}, - [3021] = {.lex_state = 354}, - [3022] = {.lex_state = 33}, + [3005] = {.lex_state = 23}, + [3006] = {.lex_state = 23}, + [3007] = {.lex_state = 354}, + [3008] = {.lex_state = 354}, + [3009] = {.lex_state = 49}, + [3010] = {.lex_state = 49}, + [3011] = {.lex_state = 36}, + [3012] = {.lex_state = 53}, + [3013] = {.lex_state = 7}, + [3014] = {.lex_state = 7}, + [3015] = {.lex_state = 36}, + [3016] = {.lex_state = 53}, + [3017] = {.lex_state = 53}, + [3018] = {.lex_state = 53}, + [3019] = {.lex_state = 49}, + [3020] = {.lex_state = 53}, + [3021] = {.lex_state = 53}, + [3022] = {.lex_state = 49}, [3023] = {.lex_state = 354}, - [3024] = {.lex_state = 354}, - [3025] = {.lex_state = 53}, + [3024] = {.lex_state = 36}, + [3025] = {.lex_state = 36}, [3026] = {.lex_state = 354}, [3027] = {.lex_state = 354}, - [3028] = {.lex_state = 360}, - [3029] = {.lex_state = 354}, - [3030] = {.lex_state = 354}, - [3031] = {.lex_state = 33}, - [3032] = {.lex_state = 16}, - [3033] = {.lex_state = 38}, - [3034] = {.lex_state = 354}, - [3035] = {.lex_state = 38}, - [3036] = {.lex_state = 354}, - [3037] = {.lex_state = 49}, - [3038] = {.lex_state = 354}, - [3039] = {.lex_state = 354}, - [3040] = {.lex_state = 49}, - [3041] = {.lex_state = 354}, + [3028] = {.lex_state = 385}, + [3029] = {.lex_state = 36}, + [3030] = {.lex_state = 33}, + [3031] = {.lex_state = 53}, + [3032] = {.lex_state = 33}, + [3033] = {.lex_state = 53}, + [3034] = {.lex_state = 49}, + [3035] = {.lex_state = 53}, + [3036] = {.lex_state = 49}, + [3037] = {.lex_state = 16}, + [3038] = {.lex_state = 360}, + [3039] = {.lex_state = 49}, + [3040] = {.lex_state = 33}, + [3041] = {.lex_state = 53}, [3042] = {.lex_state = 53}, - [3043] = {.lex_state = 354}, - [3044] = {.lex_state = 354}, - [3045] = {.lex_state = 354}, - [3046] = {.lex_state = 36}, - [3047] = {.lex_state = 33}, - [3048] = {.lex_state = 36}, - [3049] = {.lex_state = 36}, + [3043] = {.lex_state = 33}, + [3044] = {.lex_state = 33}, + [3045] = {.lex_state = 16}, + [3046] = {.lex_state = 16}, + [3047] = {.lex_state = 36}, + [3048] = {.lex_state = 53}, + [3049] = {.lex_state = 53}, [3050] = {.lex_state = 36}, - [3051] = {.lex_state = 36}, - [3052] = {.lex_state = 36}, - [3053] = {.lex_state = 53}, - [3054] = {.lex_state = 36}, - [3055] = {.lex_state = 36}, + [3051] = {.lex_state = 354}, + [3052] = {.lex_state = 53}, + [3053] = {.lex_state = 7}, + [3054] = {.lex_state = 53}, + [3055] = {.lex_state = 33}, [3056] = {.lex_state = 36}, - [3057] = {.lex_state = 36}, - [3058] = {.lex_state = 49}, + [3057] = {.lex_state = 49}, + [3058] = {.lex_state = 43}, [3059] = {.lex_state = 36}, - [3060] = {.lex_state = 49}, - [3061] = {.lex_state = 36}, - [3062] = {.lex_state = 49}, - [3063] = {.lex_state = 36}, - [3064] = {.lex_state = 49}, - [3065] = {.lex_state = 36}, - [3066] = {.lex_state = 49}, - [3067] = {.lex_state = 36}, - [3068] = {.lex_state = 49}, - [3069] = {.lex_state = 36}, - [3070] = {.lex_state = 354}, - [3071] = {.lex_state = 49}, - [3072] = {.lex_state = 36}, + [3060] = {.lex_state = 16}, + [3061] = {.lex_state = 38}, + [3062] = {.lex_state = 354}, + [3063] = {.lex_state = 49}, + [3064] = {.lex_state = 33}, + [3065] = {.lex_state = 53}, + [3066] = {.lex_state = 36}, + [3067] = {.lex_state = 53}, + [3068] = {.lex_state = 36}, + [3069] = {.lex_state = 354}, + [3070] = {.lex_state = 53}, + [3071] = {.lex_state = 53}, + [3072] = {.lex_state = 43}, [3073] = {.lex_state = 354}, [3074] = {.lex_state = 49}, - [3075] = {.lex_state = 35}, - [3076] = {.lex_state = 36}, - [3077] = {.lex_state = 354}, - [3078] = {.lex_state = 53}, - [3079] = {.lex_state = 354}, + [3075] = {.lex_state = 354}, + [3076] = {.lex_state = 38}, + [3077] = {.lex_state = 16}, + [3078] = {.lex_state = 354}, + [3079] = {.lex_state = 16}, [3080] = {.lex_state = 354}, [3081] = {.lex_state = 49}, - [3082] = {.lex_state = 354}, - [3083] = {.lex_state = 354}, - [3084] = {.lex_state = 53}, - [3085] = {.lex_state = 354}, + [3082] = {.lex_state = 53}, + [3083] = {.lex_state = 53}, + [3084] = {.lex_state = 36}, + [3085] = {.lex_state = 36}, [3086] = {.lex_state = 53}, [3087] = {.lex_state = 354}, - [3088] = {.lex_state = 354}, - [3089] = {.lex_state = 49}, - [3090] = {.lex_state = 33}, - [3091] = {.lex_state = 36}, - [3092] = {.lex_state = 53}, - [3093] = {.lex_state = 53}, - [3094] = {.lex_state = 53}, - [3095] = {.lex_state = 36}, - [3096] = {.lex_state = 53}, - [3097] = {.lex_state = 354}, - [3098] = {.lex_state = 354}, - [3099] = {.lex_state = 53}, - [3100] = {.lex_state = 354}, - [3101] = {.lex_state = 354}, - [3102] = {.lex_state = 49}, - [3103] = {.lex_state = 36}, + [3088] = {.lex_state = 33}, + [3089] = {.lex_state = 38}, + [3090] = {.lex_state = 53}, + [3091] = {.lex_state = 49}, + [3092] = {.lex_state = 38}, + [3093] = {.lex_state = 36}, + [3094] = {.lex_state = 354}, + [3095] = {.lex_state = 53}, + [3096] = {.lex_state = 49}, + [3097] = {.lex_state = 36}, + [3098] = {.lex_state = 53}, + [3099] = {.lex_state = 354}, + [3100] = {.lex_state = 49}, + [3101] = {.lex_state = 36}, + [3102] = {.lex_state = 354}, + [3103] = {.lex_state = 354}, [3104] = {.lex_state = 354}, - [3105] = {.lex_state = 53}, - [3106] = {.lex_state = 53}, - [3107] = {.lex_state = 49}, - [3108] = {.lex_state = 36}, + [3105] = {.lex_state = 354}, + [3106] = {.lex_state = 33}, + [3107] = {.lex_state = 354}, + [3108] = {.lex_state = 354}, [3109] = {.lex_state = 354}, - [3110] = {.lex_state = 354}, - [3111] = {.lex_state = 7}, - [3112] = {.lex_state = 53}, + [3110] = {.lex_state = 360}, + [3111] = {.lex_state = 53}, + [3112] = {.lex_state = 36}, [3113] = {.lex_state = 354}, [3114] = {.lex_state = 354}, [3115] = {.lex_state = 354}, - [3116] = {.lex_state = 49}, - [3117] = {.lex_state = 49}, - [3118] = {.lex_state = 36}, - [3119] = {.lex_state = 7}, - [3120] = {.lex_state = 53}, - [3121] = {.lex_state = 53}, + [3116] = {.lex_state = 354}, + [3117] = {.lex_state = 35}, + [3118] = {.lex_state = 49}, + [3119] = {.lex_state = 354}, + [3120] = {.lex_state = 354}, + [3121] = {.lex_state = 354}, [3122] = {.lex_state = 354}, - [3123] = {.lex_state = 354}, - [3124] = {.lex_state = 53}, + [3123] = {.lex_state = 53}, + [3124] = {.lex_state = 354}, [3125] = {.lex_state = 354}, - [3126] = {.lex_state = 53}, - [3127] = {.lex_state = 354}, + [3126] = {.lex_state = 354}, + [3127] = {.lex_state = 53}, [3128] = {.lex_state = 354}, [3129] = {.lex_state = 354}, - [3130] = {.lex_state = 53}, - [3131] = {.lex_state = 354}, - [3132] = {.lex_state = 36}, - [3133] = {.lex_state = 49}, - [3134] = {.lex_state = 354}, - [3135] = {.lex_state = 354}, - [3136] = {.lex_state = 354}, - [3137] = {.lex_state = 36}, - [3138] = {.lex_state = 354}, - [3139] = {.lex_state = 354}, + [3130] = {.lex_state = 36}, + [3131] = {.lex_state = 49}, + [3132] = {.lex_state = 53}, + [3133] = {.lex_state = 354}, + [3134] = {.lex_state = 36}, + [3135] = {.lex_state = 36}, + [3136] = {.lex_state = 36}, + [3137] = {.lex_state = 354}, + [3138] = {.lex_state = 53}, + [3139] = {.lex_state = 36}, [3140] = {.lex_state = 354}, - [3141] = {.lex_state = 36}, - [3142] = {.lex_state = 354}, - [3143] = {.lex_state = 354}, - [3144] = {.lex_state = 53}, + [3141] = {.lex_state = 354}, + [3142] = {.lex_state = 49}, + [3143] = {.lex_state = 36}, + [3144] = {.lex_state = 354}, [3145] = {.lex_state = 354}, [3146] = {.lex_state = 354}, - [3147] = {.lex_state = 53}, - [3148] = {.lex_state = 354}, - [3149] = {.lex_state = 43}, - [3150] = {.lex_state = 49}, + [3147] = {.lex_state = 36}, + [3148] = {.lex_state = 53}, + [3149] = {.lex_state = 33}, + [3150] = {.lex_state = 354}, [3151] = {.lex_state = 354}, [3152] = {.lex_state = 354}, - [3153] = {.lex_state = 49}, - [3154] = {.lex_state = 53}, - [3155] = {.lex_state = 354}, - [3156] = {.lex_state = 36}, + [3153] = {.lex_state = 36}, + [3154] = {.lex_state = 354}, + [3155] = {.lex_state = 49}, + [3156] = {.lex_state = 354}, [3157] = {.lex_state = 354}, - [3158] = {.lex_state = 53}, - [3159] = {.lex_state = 354}, + [3158] = {.lex_state = 354}, + [3159] = {.lex_state = 49}, [3160] = {.lex_state = 53}, [3161] = {.lex_state = 354}, [3162] = {.lex_state = 354}, [3163] = {.lex_state = 354}, - [3164] = {.lex_state = 53}, - [3165] = {.lex_state = 43}, - [3166] = {.lex_state = 53}, - [3167] = {.lex_state = 33}, - [3168] = {.lex_state = 36}, - [3169] = {.lex_state = 354}, - [3170] = {.lex_state = 49}, - [3171] = {.lex_state = 354}, - [3172] = {.lex_state = 7}, - [3173] = {.lex_state = 16}, - [3174] = {.lex_state = 38}, - [3175] = {.lex_state = 354}, - [3176] = {.lex_state = 36}, - [3177] = {.lex_state = 38}, - [3178] = {.lex_state = 53}, - [3179] = {.lex_state = 354}, - [3180] = {.lex_state = 53}, + [3164] = {.lex_state = 354}, + [3165] = {.lex_state = 354}, + [3166] = {.lex_state = 354}, + [3167] = {.lex_state = 354}, + [3168] = {.lex_state = 53}, + [3169] = {.lex_state = 33}, + [3170] = {.lex_state = 36}, + [3171] = {.lex_state = 36}, + [3172] = {.lex_state = 354}, + [3173] = {.lex_state = 354}, + [3174] = {.lex_state = 354}, + [3175] = {.lex_state = 36}, + [3176] = {.lex_state = 354}, + [3177] = {.lex_state = 354}, + [3178] = {.lex_state = 49}, + [3179] = {.lex_state = 36}, + [3180] = {.lex_state = 354}, [3181] = {.lex_state = 354}, [3182] = {.lex_state = 354}, - [3183] = {.lex_state = 49}, - [3184] = {.lex_state = 33}, - [3185] = {.lex_state = 33}, - [3186] = {.lex_state = 49}, - [3187] = {.lex_state = 36}, + [3183] = {.lex_state = 36}, + [3184] = {.lex_state = 49}, + [3185] = {.lex_state = 354}, + [3186] = {.lex_state = 36}, + [3187] = {.lex_state = 354}, [3188] = {.lex_state = 354}, - [3189] = {.lex_state = 49}, - [3190] = {.lex_state = 53}, - [3191] = {.lex_state = 354}, + [3189] = {.lex_state = 354}, + [3190] = {.lex_state = 354}, + [3191] = {.lex_state = 49}, [3192] = {.lex_state = 354}, - [3193] = {.lex_state = 53}, - [3194] = {.lex_state = 53}, - [3195] = {.lex_state = 354}, - [3196] = {.lex_state = 354}, - [3197] = {.lex_state = 49}, - [3198] = {.lex_state = 53}, - [3199] = {.lex_state = 33}, - [3200] = {.lex_state = 354}, - [3201] = {.lex_state = 33}, - [3202] = {.lex_state = 53}, + [3193] = {.lex_state = 354}, + [3194] = {.lex_state = 354}, + [3195] = {.lex_state = 53}, + [3196] = {.lex_state = 53}, + [3197] = {.lex_state = 354}, + [3198] = {.lex_state = 354}, + [3199] = {.lex_state = 354}, + [3200] = {.lex_state = 49}, + [3201] = {.lex_state = 354}, + [3202] = {.lex_state = 49}, [3203] = {.lex_state = 354}, - [3204] = {.lex_state = 36}, - [3205] = {.lex_state = 36}, - [3206] = {.lex_state = 354}, - [3207] = {.lex_state = 53}, + [3204] = {.lex_state = 53}, + [3205] = {.lex_state = 354}, + [3206] = {.lex_state = 36}, + [3207] = {.lex_state = 36}, [3208] = {.lex_state = 53}, - [3209] = {.lex_state = 49}, - [3210] = {.lex_state = 385}, - [3211] = {.lex_state = 354}, - [3212] = {.lex_state = 36}, + [3209] = {.lex_state = 354}, + [3210] = {.lex_state = 354}, + [3211] = {.lex_state = 49}, + [3212] = {.lex_state = 354}, [3213] = {.lex_state = 354}, - [3214] = {.lex_state = 354}, - [3215] = {.lex_state = 53}, - [3216] = {.lex_state = 16}, + [3214] = {.lex_state = 36}, + [3215] = {.lex_state = 49}, + [3216] = {.lex_state = 36}, [3217] = {.lex_state = 354}, - [3218] = {.lex_state = 49}, - [3219] = {.lex_state = 16}, - [3220] = {.lex_state = 360}, - [3221] = {.lex_state = 33}, - [3222] = {.lex_state = 39}, + [3218] = {.lex_state = 354}, + [3219] = {.lex_state = 354}, + [3220] = {.lex_state = 49}, + [3221] = {.lex_state = 354}, + [3222] = {.lex_state = 354}, [3223] = {.lex_state = 354}, - [3224] = {.lex_state = 387}, - [3225] = {.lex_state = 21}, - [3226] = {.lex_state = 354}, - [3227] = {.lex_state = 354}, - [3228] = {.lex_state = 354}, - [3229] = {.lex_state = 354}, - [3230] = {.lex_state = 354}, + [3224] = {.lex_state = 39}, + [3225] = {.lex_state = 387}, + [3226] = {.lex_state = 387}, + [3227] = {.lex_state = 39}, + [3228] = {.lex_state = 387}, + [3229] = {.lex_state = 39}, + [3230] = {.lex_state = 39}, [3231] = {.lex_state = 39}, - [3232] = {.lex_state = 354}, - [3233] = {.lex_state = 387}, - [3234] = {.lex_state = 354}, - [3235] = {.lex_state = 387}, + [3232] = {.lex_state = 387}, + [3233] = {.lex_state = 354}, + [3234] = {.lex_state = 39}, + [3235] = {.lex_state = 39}, [3236] = {.lex_state = 39}, - [3237] = {.lex_state = 387}, - [3238] = {.lex_state = 387}, - [3239] = {.lex_state = 21}, - [3240] = {.lex_state = 47}, - [3241] = {.lex_state = 387}, - [3242] = {.lex_state = 387}, + [3237] = {.lex_state = 39}, + [3238] = {.lex_state = 39}, + [3239] = {.lex_state = 39}, + [3240] = {.lex_state = 39}, + [3241] = {.lex_state = 39}, + [3242] = {.lex_state = 39}, [3243] = {.lex_state = 387}, [3244] = {.lex_state = 39}, - [3245] = {.lex_state = 387}, + [3245] = {.lex_state = 39}, [3246] = {.lex_state = 387}, - [3247] = {.lex_state = 354}, + [3247] = {.lex_state = 387}, [3248] = {.lex_state = 354}, [3249] = {.lex_state = 354}, [3250] = {.lex_state = 354}, - [3251] = {.lex_state = 354}, - [3252] = {.lex_state = 354}, - [3253] = {.lex_state = 354}, + [3251] = {.lex_state = 23}, + [3252] = {.lex_state = 387}, + [3253] = {.lex_state = 39}, [3254] = {.lex_state = 354}, [3255] = {.lex_state = 354}, - [3256] = {.lex_state = 354}, - [3257] = {.lex_state = 354}, - [3258] = {.lex_state = 387}, - [3259] = {.lex_state = 354}, - [3260] = {.lex_state = 387}, - [3261] = {.lex_state = 354}, - [3262] = {.lex_state = 354}, - [3263] = {.lex_state = 354}, - [3264] = {.lex_state = 39}, - [3265] = {.lex_state = 354}, - [3266] = {.lex_state = 354}, - [3267] = {.lex_state = 354}, - [3268] = {.lex_state = 354}, - [3269] = {.lex_state = 354}, - [3270] = {.lex_state = 354}, - [3271] = {.lex_state = 39}, - [3272] = {.lex_state = 354}, - [3273] = {.lex_state = 354}, - [3274] = {.lex_state = 387}, - [3275] = {.lex_state = 354}, + [3256] = {.lex_state = 39}, + [3257] = {.lex_state = 387}, + [3258] = {.lex_state = 354}, + [3259] = {.lex_state = 39}, + [3260] = {.lex_state = 39}, + [3261] = {.lex_state = 39}, + [3262] = {.lex_state = 39}, + [3263] = {.lex_state = 21}, + [3264] = {.lex_state = 354}, + [3265] = {.lex_state = 39}, + [3266] = {.lex_state = 39}, + [3267] = {.lex_state = 39}, + [3268] = {.lex_state = 39}, + [3269] = {.lex_state = 39}, + [3270] = {.lex_state = 39}, + [3271] = {.lex_state = 387}, + [3272] = {.lex_state = 39}, + [3273] = {.lex_state = 39}, + [3274] = {.lex_state = 39}, + [3275] = {.lex_state = 39}, [3276] = {.lex_state = 387}, [3277] = {.lex_state = 354}, - [3278] = {.lex_state = 39}, + [3278] = {.lex_state = 387}, [3279] = {.lex_state = 39}, - [3280] = {.lex_state = 387}, - [3281] = {.lex_state = 354}, - [3282] = {.lex_state = 354}, - [3283] = {.lex_state = 39}, + [3280] = {.lex_state = 39}, + [3281] = {.lex_state = 39}, + [3282] = {.lex_state = 387}, + [3283] = {.lex_state = 354}, [3284] = {.lex_state = 354}, [3285] = {.lex_state = 354}, [3286] = {.lex_state = 387}, - [3287] = {.lex_state = 387}, + [3287] = {.lex_state = 39}, [3288] = {.lex_state = 39}, [3289] = {.lex_state = 39}, - [3290] = {.lex_state = 387}, - [3291] = {.lex_state = 387}, - [3292] = {.lex_state = 387}, - [3293] = {.lex_state = 387}, - [3294] = {.lex_state = 21}, - [3295] = {.lex_state = 354}, - [3296] = {.lex_state = 354}, + [3290] = {.lex_state = 39}, + [3291] = {.lex_state = 354}, + [3292] = {.lex_state = 354}, + [3293] = {.lex_state = 39}, + [3294] = {.lex_state = 39}, + [3295] = {.lex_state = 387}, + [3296] = {.lex_state = 39}, [3297] = {.lex_state = 39}, [3298] = {.lex_state = 387}, - [3299] = {.lex_state = 39}, + [3299] = {.lex_state = 354}, [3300] = {.lex_state = 354}, [3301] = {.lex_state = 39}, - [3302] = {.lex_state = 47}, - [3303] = {.lex_state = 354}, + [3302] = {.lex_state = 39}, + [3303] = {.lex_state = 39}, [3304] = {.lex_state = 354}, [3305] = {.lex_state = 354}, - [3306] = {.lex_state = 39}, - [3307] = {.lex_state = 354}, - [3308] = {.lex_state = 387}, - [3309] = {.lex_state = 354}, - [3310] = {.lex_state = 354}, - [3311] = {.lex_state = 387}, - [3312] = {.lex_state = 23}, - [3313] = {.lex_state = 39}, - [3314] = {.lex_state = 354}, - [3315] = {.lex_state = 387}, - [3316] = {.lex_state = 39}, - [3317] = {.lex_state = 39}, - [3318] = {.lex_state = 39}, - [3319] = {.lex_state = 387}, - [3320] = {.lex_state = 354}, - [3321] = {.lex_state = 39}, - [3322] = {.lex_state = 39}, - [3323] = {.lex_state = 39}, - [3324] = {.lex_state = 39}, - [3325] = {.lex_state = 39}, - [3326] = {.lex_state = 39}, - [3327] = {.lex_state = 39}, - [3328] = {.lex_state = 39}, - [3329] = {.lex_state = 39}, - [3330] = {.lex_state = 39}, - [3331] = {.lex_state = 39}, - [3332] = {.lex_state = 354}, + [3306] = {.lex_state = 354}, + [3307] = {.lex_state = 387}, + [3308] = {.lex_state = 39}, + [3309] = {.lex_state = 39}, + [3310] = {.lex_state = 47}, + [3311] = {.lex_state = 39}, + [3312] = {.lex_state = 387}, + [3313] = {.lex_state = 387}, + [3314] = {.lex_state = 39}, + [3315] = {.lex_state = 354}, + [3316] = {.lex_state = 387}, + [3317] = {.lex_state = 387}, + [3318] = {.lex_state = 354}, + [3319] = {.lex_state = 354}, + [3320] = {.lex_state = 39}, + [3321] = {.lex_state = 387}, + [3322] = {.lex_state = 354}, + [3323] = {.lex_state = 354}, + [3324] = {.lex_state = 354}, + [3325] = {.lex_state = 354}, + [3326] = {.lex_state = 354}, + [3327] = {.lex_state = 354}, + [3328] = {.lex_state = 354}, + [3329] = {.lex_state = 354}, + [3330] = {.lex_state = 387}, + [3331] = {.lex_state = 354}, + [3332] = {.lex_state = 387}, [3333] = {.lex_state = 354}, - [3334] = {.lex_state = 39}, - [3335] = {.lex_state = 39}, + [3334] = {.lex_state = 354}, + [3335] = {.lex_state = 354}, [3336] = {.lex_state = 39}, [3337] = {.lex_state = 354}, - [3338] = {.lex_state = 39}, + [3338] = {.lex_state = 354}, [3339] = {.lex_state = 354}, - [3340] = {.lex_state = 387}, - [3341] = {.lex_state = 39}, - [3342] = {.lex_state = 39}, - [3343] = {.lex_state = 387}, - [3344] = {.lex_state = 39}, - [3345] = {.lex_state = 387}, - [3346] = {.lex_state = 39}, - [3347] = {.lex_state = 39}, - [3348] = {.lex_state = 39}, - [3349] = {.lex_state = 387}, - [3350] = {.lex_state = 387}, - [3351] = {.lex_state = 39}, - [3352] = {.lex_state = 39}, - [3353] = {.lex_state = 387}, - [3354] = {.lex_state = 39}, - [3355] = {.lex_state = 354}, + [3340] = {.lex_state = 354}, + [3341] = {.lex_state = 354}, + [3342] = {.lex_state = 354}, + [3343] = {.lex_state = 39}, + [3344] = {.lex_state = 354}, + [3345] = {.lex_state = 354}, + [3346] = {.lex_state = 21}, + [3347] = {.lex_state = 387}, + [3348] = {.lex_state = 387}, + [3349] = {.lex_state = 39}, + [3350] = {.lex_state = 47}, + [3351] = {.lex_state = 387}, + [3352] = {.lex_state = 387}, + [3353] = {.lex_state = 39}, + [3354] = {.lex_state = 387}, + [3355] = {.lex_state = 387}, [3356] = {.lex_state = 387}, [3357] = {.lex_state = 39}, - [3358] = {.lex_state = 39}, + [3358] = {.lex_state = 387}, [3359] = {.lex_state = 39}, [3360] = {.lex_state = 39}, - [3361] = {.lex_state = 354}, + [3361] = {.lex_state = 387}, [3362] = {.lex_state = 354}, - [3363] = {.lex_state = 387}, - [3364] = {.lex_state = 39}, - [3365] = {.lex_state = 354}, + [3363] = {.lex_state = 354}, + [3364] = {.lex_state = 354}, + [3365] = {.lex_state = 387}, [3366] = {.lex_state = 387}, - [3367] = {.lex_state = 39}, + [3367] = {.lex_state = 354}, [3368] = {.lex_state = 39}, - [3369] = {.lex_state = 39}, - [3370] = {.lex_state = 354}, - [3371] = {.lex_state = 354}, - [3372] = {.lex_state = 39}, - [3373] = {.lex_state = 39}, - [3374] = {.lex_state = 354}, - [3375] = {.lex_state = 39}, - [3376] = {.lex_state = 354}, + [3369] = {.lex_state = 354}, + [3370] = {.lex_state = 39}, + [3371] = {.lex_state = 387}, + [3372] = {.lex_state = 387}, + [3373] = {.lex_state = 354}, + [3374] = {.lex_state = 387}, + [3375] = {.lex_state = 354}, + [3376] = {.lex_state = 39}, [3377] = {.lex_state = 39}, - [3378] = {.lex_state = 39}, - [3379] = {.lex_state = 387}, - [3380] = {.lex_state = 354}, - [3381] = {.lex_state = 39}, + [3378] = {.lex_state = 387}, + [3379] = {.lex_state = 354}, + [3380] = {.lex_state = 387}, + [3381] = {.lex_state = 387}, [3382] = {.lex_state = 354}, - [3383] = {.lex_state = 387}, - [3384] = {.lex_state = 39}, - [3385] = {.lex_state = 354}, + [3383] = {.lex_state = 354}, + [3384] = {.lex_state = 21}, + [3385] = {.lex_state = 387}, [3386] = {.lex_state = 354}, - [3387] = {.lex_state = 39}, - [3388] = {.lex_state = 387}, - [3389] = {.lex_state = 387}, - [3390] = {.lex_state = 354}, - [3391] = {.lex_state = 354}, + [3387] = {.lex_state = 354}, + [3388] = {.lex_state = 21}, + [3389] = {.lex_state = 39}, + [3390] = {.lex_state = 387}, + [3391] = {.lex_state = 387}, [3392] = {.lex_state = 354}, [3393] = {.lex_state = 354}, - [3394] = {.lex_state = 387}, - [3395] = {.lex_state = 387}, - [3396] = {.lex_state = 387}, + [3394] = {.lex_state = 354}, + [3395] = {.lex_state = 354}, + [3396] = {.lex_state = 354}, [3397] = {.lex_state = 387}, - [3398] = {.lex_state = 21}, - [3399] = {.lex_state = 387}, - [3400] = {.lex_state = 354}, + [3398] = {.lex_state = 387}, + [3399] = {.lex_state = 39}, + [3400] = {.lex_state = 387}, [3401] = {.lex_state = 354}, - [3402] = {.lex_state = 39}, - [3403] = {.lex_state = 39}, + [3402] = {.lex_state = 354}, + [3403] = {.lex_state = 354}, [3404] = {.lex_state = 39}, [3405] = {.lex_state = 354}, - [3406] = {.lex_state = 39}, - [3407] = {.lex_state = 387}, - [3408] = {.lex_state = 387}, - [3409] = {.lex_state = 39}, - [3410] = {.lex_state = 39}, - [3411] = {.lex_state = 354}, + [3406] = {.lex_state = 354}, + [3407] = {.lex_state = 354}, + [3408] = {.lex_state = 354}, + [3409] = {.lex_state = 354}, + [3410] = {.lex_state = 354}, + [3411] = {.lex_state = 39}, [3412] = {.lex_state = 354}, - [3413] = {.lex_state = 387}, - [3414] = {.lex_state = 387}, - [3415] = {.lex_state = 39}, + [3413] = {.lex_state = 354}, + [3414] = {.lex_state = 354}, + [3415] = {.lex_state = 387}, [3416] = {.lex_state = 387}, - [3417] = {.lex_state = 387}, - [3418] = {.lex_state = 354}, - [3419] = {.lex_state = 354}, + [3417] = {.lex_state = 354}, + [3418] = {.lex_state = 39}, + [3419] = {.lex_state = 387}, [3420] = {.lex_state = 354}, [3421] = {.lex_state = 354}, - [3422] = {.lex_state = 354}, + [3422] = {.lex_state = 39}, [3423] = {.lex_state = 354}, - [3424] = {.lex_state = 387}, + [3424] = {.lex_state = 354}, [3425] = {.lex_state = 354}, - [3426] = {.lex_state = 39}, - [3427] = {.lex_state = 387}, + [3426] = {.lex_state = 354}, + [3427] = {.lex_state = 39}, [3428] = {.lex_state = 354}, - [3429] = {.lex_state = 23}, + [3429] = {.lex_state = 39}, [3430] = {.lex_state = 354}, [3431] = {.lex_state = 23}, - [3432] = {.lex_state = 387}, - [3433] = {.lex_state = 354}, - [3434] = {.lex_state = 39}, - [3435] = {.lex_state = 39}, - [3436] = {.lex_state = 39}, + [3432] = {.lex_state = 354}, + [3433] = {.lex_state = 23}, + [3434] = {.lex_state = 387}, + [3435] = {.lex_state = 354}, + [3436] = {.lex_state = 354}, [3437] = {.lex_state = 354}, - [3438] = {.lex_state = 354}, - [3439] = {.lex_state = 354}, + [3438] = {.lex_state = 39}, + [3439] = {.lex_state = 39}, [3440] = {.lex_state = 354}, [3441] = {.lex_state = 354}, [3442] = {.lex_state = 354}, - [3443] = {.lex_state = 39}, - [3444] = {.lex_state = 354}, + [3443] = {.lex_state = 354}, + [3444] = {.lex_state = 387}, [3445] = {.lex_state = 39}, [3446] = {.lex_state = 354}, - [3447] = {.lex_state = 387}, + [3447] = {.lex_state = 354}, [3448] = {.lex_state = 387}, - [3449] = {.lex_state = 354}, + [3449] = {.lex_state = 387}, [3450] = {.lex_state = 387}, [3451] = {.lex_state = 387}, - [3452] = {.lex_state = 39}, - [3453] = {.lex_state = 354}, - [3454] = {.lex_state = 46}, + [3452] = {.lex_state = 354}, + [3453] = {.lex_state = 387}, + [3454] = {.lex_state = 354}, [3455] = {.lex_state = 354}, - [3456] = {.lex_state = 354}, - [3457] = {.lex_state = 46}, + [3456] = {.lex_state = 387}, + [3457] = {.lex_state = 4}, [3458] = {.lex_state = 354}, - [3459] = {.lex_state = 46}, - [3460] = {.lex_state = 46}, - [3461] = {.lex_state = 46}, + [3459] = {.lex_state = 354}, + [3460] = {.lex_state = 387}, + [3461] = {.lex_state = 387}, [3462] = {.lex_state = 46}, - [3463] = {.lex_state = 46}, - [3464] = {.lex_state = 53}, + [3463] = {.lex_state = 387}, + [3464] = {.lex_state = 354}, [3465] = {.lex_state = 46}, - [3466] = {.lex_state = 387}, - [3467] = {.lex_state = 46}, + [3466] = {.lex_state = 354}, + [3467] = {.lex_state = 354}, [3468] = {.lex_state = 354}, - [3469] = {.lex_state = 4}, - [3470] = {.lex_state = 43}, - [3471] = {.lex_state = 46}, + [3469] = {.lex_state = 46}, + [3470] = {.lex_state = 354}, + [3471] = {.lex_state = 354}, [3472] = {.lex_state = 46}, [3473] = {.lex_state = 53}, [3474] = {.lex_state = 354}, [3475] = {.lex_state = 46}, - [3476] = {.lex_state = 354}, - [3477] = {.lex_state = 46}, + [3476] = {.lex_state = 4}, + [3477] = {.lex_state = 4}, [3478] = {.lex_state = 46}, - [3479] = {.lex_state = 46}, - [3480] = {.lex_state = 46}, - [3481] = {.lex_state = 387}, - [3482] = {.lex_state = 4}, - [3483] = {.lex_state = 4}, - [3484] = {.lex_state = 46}, + [3479] = {.lex_state = 53}, + [3480] = {.lex_state = 53}, + [3481] = {.lex_state = 46}, + [3482] = {.lex_state = 46}, + [3483] = {.lex_state = 354}, + [3484] = {.lex_state = 4}, [3485] = {.lex_state = 46}, - [3486] = {.lex_state = 46}, + [3486] = {.lex_state = 354}, [3487] = {.lex_state = 46}, - [3488] = {.lex_state = 46}, - [3489] = {.lex_state = 53}, + [3488] = {.lex_state = 354}, + [3489] = {.lex_state = 46}, [3490] = {.lex_state = 46}, [3491] = {.lex_state = 46}, - [3492] = {.lex_state = 39}, + [3492] = {.lex_state = 46}, [3493] = {.lex_state = 46}, - [3494] = {.lex_state = 46}, + [3494] = {.lex_state = 39}, [3495] = {.lex_state = 46}, [3496] = {.lex_state = 46}, [3497] = {.lex_state = 354}, - [3498] = {.lex_state = 387}, - [3499] = {.lex_state = 354}, + [3498] = {.lex_state = 46}, + [3499] = {.lex_state = 46}, [3500] = {.lex_state = 46}, - [3501] = {.lex_state = 387}, + [3501] = {.lex_state = 46}, [3502] = {.lex_state = 46}, - [3503] = {.lex_state = 354}, - [3504] = {.lex_state = 354}, - [3505] = {.lex_state = 354}, - [3506] = {.lex_state = 354}, - [3507] = {.lex_state = 354}, + [3503] = {.lex_state = 46}, + [3504] = {.lex_state = 46}, + [3505] = {.lex_state = 46}, + [3506] = {.lex_state = 43}, + [3507] = {.lex_state = 46}, [3508] = {.lex_state = 46}, - [3509] = {.lex_state = 46}, + [3509] = {.lex_state = 354}, [3510] = {.lex_state = 354}, - [3511] = {.lex_state = 354}, + [3511] = {.lex_state = 46}, [3512] = {.lex_state = 46}, [3513] = {.lex_state = 46}, - [3514] = {.lex_state = 46}, + [3514] = {.lex_state = 354}, [3515] = {.lex_state = 46}, [3516] = {.lex_state = 46}, - [3517] = {.lex_state = 354}, - [3518] = {.lex_state = 4}, - [3519] = {.lex_state = 354}, + [3517] = {.lex_state = 46}, + [3518] = {.lex_state = 46}, + [3519] = {.lex_state = 46}, [3520] = {.lex_state = 46}, [3521] = {.lex_state = 46}, - [3522] = {.lex_state = 387}, - [3523] = {.lex_state = 387}, + [3522] = {.lex_state = 46}, + [3523] = {.lex_state = 354}, [3524] = {.lex_state = 387}, [3525] = {.lex_state = 387}, - [3526] = {.lex_state = 387}, + [3526] = {.lex_state = 48}, [3527] = {.lex_state = 387}, [3528] = {.lex_state = 387}, [3529] = {.lex_state = 387}, @@ -41132,7 +41135,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3544] = {.lex_state = 387}, [3545] = {.lex_state = 387}, [3546] = {.lex_state = 387}, - [3547] = {.lex_state = 387}, + [3547] = {.lex_state = 46}, [3548] = {.lex_state = 387}, [3549] = {.lex_state = 387}, [3550] = {.lex_state = 387}, @@ -41142,7 +41145,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3554] = {.lex_state = 387}, [3555] = {.lex_state = 387}, [3556] = {.lex_state = 387}, - [3557] = {.lex_state = 387}, + [3557] = {.lex_state = 8}, [3558] = {.lex_state = 387}, [3559] = {.lex_state = 387}, [3560] = {.lex_state = 387}, @@ -41151,172 +41154,172 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3563] = {.lex_state = 387}, [3564] = {.lex_state = 387}, [3565] = {.lex_state = 387}, - [3566] = {.lex_state = 8}, + [3566] = {.lex_state = 387}, [3567] = {.lex_state = 387}, - [3568] = {.lex_state = 48}, + [3568] = {.lex_state = 387}, [3569] = {.lex_state = 387}, - [3570] = {.lex_state = 46}, + [3570] = {.lex_state = 387}, [3571] = {.lex_state = 387}, [3572] = {.lex_state = 387}, - [3573] = {.lex_state = 21}, - [3574] = {.lex_state = 11}, + [3573] = {.lex_state = 387}, + [3574] = {.lex_state = 387}, [3575] = {.lex_state = 387}, - [3576] = {.lex_state = 26}, - [3577] = {.lex_state = 387}, + [3576] = {.lex_state = 11}, + [3577] = {.lex_state = 52}, [3578] = {.lex_state = 387}, [3579] = {.lex_state = 387}, [3580] = {.lex_state = 387}, - [3581] = {.lex_state = 33}, - [3582] = {.lex_state = 33}, + [3581] = {.lex_state = 387}, + [3582] = {.lex_state = 387}, [3583] = {.lex_state = 387}, [3584] = {.lex_state = 387}, [3585] = {.lex_state = 387}, - [3586] = {.lex_state = 4}, + [3586] = {.lex_state = 387}, [3587] = {.lex_state = 387}, - [3588] = {.lex_state = 4}, + [3588] = {.lex_state = 387}, [3589] = {.lex_state = 387}, - [3590] = {.lex_state = 7}, + [3590] = {.lex_state = 387}, [3591] = {.lex_state = 387}, - [3592] = {.lex_state = 387}, - [3593] = {.lex_state = 33}, + [3592] = {.lex_state = 21}, + [3593] = {.lex_state = 387}, [3594] = {.lex_state = 387}, - [3595] = {.lex_state = 21}, - [3596] = {.lex_state = 11}, + [3595] = {.lex_state = 387}, + [3596] = {.lex_state = 387}, [3597] = {.lex_state = 387}, [3598] = {.lex_state = 387}, [3599] = {.lex_state = 387}, [3600] = {.lex_state = 387}, - [3601] = {.lex_state = 52}, - [3602] = {.lex_state = 33}, - [3603] = {.lex_state = 33}, + [3601] = {.lex_state = 387}, + [3602] = {.lex_state = 387}, + [3603] = {.lex_state = 387}, [3604] = {.lex_state = 387}, [3605] = {.lex_state = 387}, [3606] = {.lex_state = 387}, [3607] = {.lex_state = 387}, - [3608] = {.lex_state = 4}, + [3608] = {.lex_state = 387}, [3609] = {.lex_state = 387}, - [3610] = {.lex_state = 7}, - [3611] = {.lex_state = 35}, - [3612] = {.lex_state = 4}, - [3613] = {.lex_state = 387}, - [3614] = {.lex_state = 7}, - [3615] = {.lex_state = 387}, + [3610] = {.lex_state = 33}, + [3611] = {.lex_state = 387}, + [3612] = {.lex_state = 33}, + [3613] = {.lex_state = 33}, + [3614] = {.lex_state = 387}, + [3615] = {.lex_state = 11}, [3616] = {.lex_state = 387}, [3617] = {.lex_state = 387}, - [3618] = {.lex_state = 387}, - [3619] = {.lex_state = 387}, + [3618] = {.lex_state = 21}, + [3619] = {.lex_state = 4}, [3620] = {.lex_state = 387}, - [3621] = {.lex_state = 387}, + [3621] = {.lex_state = 26}, [3622] = {.lex_state = 387}, - [3623] = {.lex_state = 387}, - [3624] = {.lex_state = 11}, + [3623] = {.lex_state = 44}, + [3624] = {.lex_state = 387}, [3625] = {.lex_state = 387}, [3626] = {.lex_state = 387}, - [3627] = {.lex_state = 2}, - [3628] = {.lex_state = 387}, + [3627] = {.lex_state = 387}, + [3628] = {.lex_state = 11}, [3629] = {.lex_state = 387}, - [3630] = {.lex_state = 11}, + [3630] = {.lex_state = 2}, [3631] = {.lex_state = 387}, - [3632] = {.lex_state = 387}, - [3633] = {.lex_state = 387}, + [3632] = {.lex_state = 4}, + [3633] = {.lex_state = 11}, [3634] = {.lex_state = 387}, - [3635] = {.lex_state = 11}, + [3635] = {.lex_state = 4}, [3636] = {.lex_state = 387}, - [3637] = {.lex_state = 387}, + [3637] = {.lex_state = 11}, [3638] = {.lex_state = 387}, [3639] = {.lex_state = 387}, - [3640] = {.lex_state = 11}, + [3640] = {.lex_state = 387}, [3641] = {.lex_state = 387}, - [3642] = {.lex_state = 387}, + [3642] = {.lex_state = 11}, [3643] = {.lex_state = 387}, [3644] = {.lex_state = 387}, - [3645] = {.lex_state = 11}, + [3645] = {.lex_state = 387}, [3646] = {.lex_state = 387}, - [3647] = {.lex_state = 4}, + [3647] = {.lex_state = 11}, [3648] = {.lex_state = 387}, - [3649] = {.lex_state = 387}, - [3650] = {.lex_state = 11}, + [3649] = {.lex_state = 4}, + [3650] = {.lex_state = 387}, [3651] = {.lex_state = 387}, - [3652] = {.lex_state = 387}, - [3653] = {.lex_state = 387}, - [3654] = {.lex_state = 387}, - [3655] = {.lex_state = 11}, - [3656] = {.lex_state = 44}, - [3657] = {.lex_state = 387}, + [3652] = {.lex_state = 11}, + [3653] = {.lex_state = 33}, + [3654] = {.lex_state = 4}, + [3655] = {.lex_state = 35}, + [3656] = {.lex_state = 387}, + [3657] = {.lex_state = 11}, [3658] = {.lex_state = 387}, - [3659] = {.lex_state = 4}, + [3659] = {.lex_state = 21}, [3660] = {.lex_state = 387}, - [3661] = {.lex_state = 387}, + [3661] = {.lex_state = 4}, [3662] = {.lex_state = 387}, [3663] = {.lex_state = 387}, [3664] = {.lex_state = 387}, - [3665] = {.lex_state = 11}, + [3665] = {.lex_state = 387}, [3666] = {.lex_state = 387}, - [3667] = {.lex_state = 4}, - [3668] = {.lex_state = 4}, + [3667] = {.lex_state = 11}, + [3668] = {.lex_state = 387}, [3669] = {.lex_state = 387}, - [3670] = {.lex_state = 11}, + [3670] = {.lex_state = 387}, [3671] = {.lex_state = 387}, - [3672] = {.lex_state = 387}, + [3672] = {.lex_state = 11}, [3673] = {.lex_state = 387}, [3674] = {.lex_state = 387}, - [3675] = {.lex_state = 11}, + [3675] = {.lex_state = 387}, [3676] = {.lex_state = 387}, - [3677] = {.lex_state = 387}, - [3678] = {.lex_state = 35}, + [3677] = {.lex_state = 11}, + [3678] = {.lex_state = 387}, [3679] = {.lex_state = 387}, - [3680] = {.lex_state = 11}, + [3680] = {.lex_state = 35}, [3681] = {.lex_state = 387}, - [3682] = {.lex_state = 387}, - [3683] = {.lex_state = 4}, - [3684] = {.lex_state = 11}, - [3685] = {.lex_state = 11}, - [3686] = {.lex_state = 387}, - [3687] = {.lex_state = 387}, + [3682] = {.lex_state = 11}, + [3683] = {.lex_state = 387}, + [3684] = {.lex_state = 44}, + [3685] = {.lex_state = 387}, + [3686] = {.lex_state = 11}, + [3687] = {.lex_state = 11}, [3688] = {.lex_state = 387}, [3689] = {.lex_state = 387}, - [3690] = {.lex_state = 11}, - [3691] = {.lex_state = 387}, - [3692] = {.lex_state = 387}, - [3693] = {.lex_state = 387}, - [3694] = {.lex_state = 387}, - [3695] = {.lex_state = 11}, + [3690] = {.lex_state = 387}, + [3691] = {.lex_state = 4}, + [3692] = {.lex_state = 11}, + [3693] = {.lex_state = 4}, + [3694] = {.lex_state = 26}, + [3695] = {.lex_state = 387}, [3696] = {.lex_state = 387}, - [3697] = {.lex_state = 387}, + [3697] = {.lex_state = 11}, [3698] = {.lex_state = 387}, - [3699] = {.lex_state = 11}, + [3699] = {.lex_state = 387}, [3700] = {.lex_state = 387}, - [3701] = {.lex_state = 26}, + [3701] = {.lex_state = 11}, [3702] = {.lex_state = 387}, [3703] = {.lex_state = 387}, - [3704] = {.lex_state = 11}, - [3705] = {.lex_state = 33}, - [3706] = {.lex_state = 387}, - [3707] = {.lex_state = 44}, + [3704] = {.lex_state = 387}, + [3705] = {.lex_state = 387}, + [3706] = {.lex_state = 11}, + [3707] = {.lex_state = 33}, [3708] = {.lex_state = 387}, [3709] = {.lex_state = 387}, [3710] = {.lex_state = 387}, [3711] = {.lex_state = 387}, [3712] = {.lex_state = 387}, - [3713] = {.lex_state = 387}, - [3714] = {.lex_state = 33}, + [3713] = {.lex_state = 7}, + [3714] = {.lex_state = 7}, [3715] = {.lex_state = 387}, [3716] = {.lex_state = 387}, - [3717] = {.lex_state = 11}, + [3717] = {.lex_state = 387}, [3718] = {.lex_state = 387}, - [3719] = {.lex_state = 387}, - [3720] = {.lex_state = 387}, + [3719] = {.lex_state = 11}, + [3720] = {.lex_state = 33}, [3721] = {.lex_state = 387}, - [3722] = {.lex_state = 21}, + [3722] = {.lex_state = 33}, [3723] = {.lex_state = 387}, [3724] = {.lex_state = 21}, [3725] = {.lex_state = 387}, - [3726] = {.lex_state = 387}, - [3727] = {.lex_state = 21}, + [3726] = {.lex_state = 21}, + [3727] = {.lex_state = 7}, [3728] = {.lex_state = 387}, - [3729] = {.lex_state = 2}, - [3730] = {.lex_state = 11}, - [3731] = {.lex_state = 11}, + [3729] = {.lex_state = 4}, + [3730] = {.lex_state = 21}, + [3731] = {.lex_state = 2}, [3732] = {.lex_state = 11}, [3733] = {.lex_state = 11}, [3734] = {.lex_state = 11}, @@ -41329,8 +41332,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3741] = {.lex_state = 11}, [3742] = {.lex_state = 11}, [3743] = {.lex_state = 11}, - [3744] = {.lex_state = 21}, - [3745] = {(TSStateId)(-1)}, + [3744] = {.lex_state = 11}, + [3745] = {.lex_state = 11}, + [3746] = {.lex_state = 387}, + [3747] = {(TSStateId)(-1)}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -41441,82 +41446,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [1] = { - [sym_nu_script] = STATE(3677), - [sym_shebang] = STATE(30), - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym_nu_script] = STATE(3679), + [sym_shebang] = STATE(36), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(3151), - [sym__declaration_last] = STATE(3503), - [sym_decl_alias_last] = STATE(3505), - [sym_stmt_let_last] = STATE(3506), - [sym_stmt_mut_last] = STATE(3506), - [sym_stmt_const_last] = STATE(3506), - [sym__statement_last] = STATE(3507), - [sym_pipeline_last] = STATE(3506), - [sym__block_body] = STATE(3669), - [sym_decl_def] = STATE(958), - [sym_decl_export] = STATE(958), - [sym_decl_extern] = STATE(958), - [sym_decl_module] = STATE(958), - [sym_decl_use] = STATE(958), - [sym__control] = STATE(963), - [sym__ctrl_statement] = STATE(965), - [sym__ctrl_expression] = STATE(754), - [sym_ctrl_for] = STATE(973), - [sym_ctrl_loop] = STATE(973), - [sym_ctrl_error] = STATE(973), - [sym_ctrl_while] = STATE(973), - [sym_ctrl_do] = STATE(826), - [sym_ctrl_if] = STATE(826), - [sym_ctrl_match] = STATE(826), - [sym_ctrl_try] = STATE(826), - [sym_ctrl_return] = STATE(826), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3268), - [sym_stmt_source] = STATE(980), - [sym_stmt_register] = STATE(980), - [sym__stmt_hide] = STATE(980), - [sym_hide_mod] = STATE(982), - [sym_hide_env] = STATE(982), - [sym__stmt_overlay] = STATE(980), - [sym_overlay_list] = STATE(983), - [sym_overlay_hide] = STATE(983), - [sym_overlay_new] = STATE(983), - [sym_overlay_use] = STATE(983), - [sym_assignment] = STATE(980), - [sym_where_command] = STATE(3146), - [sym__expression] = STATE(2450), - [sym_expr_unary] = STATE(2481), - [sym_expr_binary] = STATE(2481), - [sym_expr_parenthesized] = STATE(2087), - [sym_val_range] = STATE(2481), - [sym__value] = STATE(2481), - [sym_val_bool] = STATE(2506), - [sym_val_variable] = STATE(1870), - [sym__var] = STATE(1750), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(3109), + [sym__declaration_last] = STATE(3464), + [sym_decl_alias_last] = STATE(3466), + [sym_stmt_let_last] = STATE(3467), + [sym_stmt_mut_last] = STATE(3467), + [sym_stmt_const_last] = STATE(3467), + [sym__statement_last] = STATE(3468), + [sym_pipeline_last] = STATE(3467), + [sym__block_body] = STATE(3671), + [sym_decl_def] = STATE(907), + [sym_decl_export] = STATE(907), + [sym_decl_extern] = STATE(907), + [sym_decl_module] = STATE(907), + [sym_decl_use] = STATE(907), + [sym__control] = STATE(923), + [sym__ctrl_statement] = STATE(924), + [sym__ctrl_expression] = STATE(768), + [sym_ctrl_for] = STATE(931), + [sym_ctrl_loop] = STATE(931), + [sym_ctrl_error] = STATE(931), + [sym_ctrl_while] = STATE(931), + [sym_ctrl_do] = STATE(870), + [sym_ctrl_if] = STATE(870), + [sym_ctrl_match] = STATE(870), + [sym_ctrl_try] = STATE(870), + [sym_ctrl_return] = STATE(870), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3292), + [sym_stmt_source] = STATE(978), + [sym_stmt_register] = STATE(978), + [sym__stmt_hide] = STATE(978), + [sym_hide_mod] = STATE(980), + [sym_hide_env] = STATE(980), + [sym__stmt_overlay] = STATE(978), + [sym_overlay_list] = STATE(921), + [sym_overlay_hide] = STATE(921), + [sym_overlay_new] = STATE(921), + [sym_overlay_use] = STATE(921), + [sym_assignment] = STATE(978), + [sym_where_command] = STATE(3107), + [sym__expression] = STATE(2391), + [sym_expr_unary] = STATE(2498), + [sym_expr_binary] = STATE(2498), + [sym_expr_parenthesized] = STATE(2115), + [sym_val_range] = STATE(2498), + [sym__value] = STATE(2498), + [sym_val_bool] = STATE(2516), + [sym_val_variable] = STATE(1876), + [sym__var] = STATE(1779), [sym_val_number] = STATE(127), - [sym_val_duration] = STATE(2506), - [sym_val_filesize] = STATE(2506), - [sym_val_binary] = STATE(2506), - [sym_val_string] = STATE(2506), - [sym__str_double_quotes] = STATE(2499), - [sym_val_interpolated] = STATE(2506), - [sym__inter_single_quotes] = STATE(2471), - [sym__inter_double_quotes] = STATE(2469), - [sym_val_list] = STATE(2506), - [sym_val_record] = STATE(2506), - [sym_val_table] = STATE(2506), - [sym_val_closure] = STATE(2506), - [sym_command] = STATE(3146), + [sym_val_duration] = STATE(2516), + [sym_val_filesize] = STATE(2516), + [sym_val_binary] = STATE(2516), + [sym_val_string] = STATE(2516), + [sym__str_double_quotes] = STATE(2512), + [sym_val_interpolated] = STATE(2516), + [sym__inter_single_quotes] = STATE(2492), + [sym__inter_double_quotes] = STATE(2490), + [sym_val_list] = STATE(2516), + [sym_val_record] = STATE(2516), + [sym_val_table] = STATE(2516), + [sym_val_closure] = STATE(2516), + [sym_command] = STATE(3107), [sym_comment] = STATE(1), - [aux_sym_pipeline_repeat1] = STATE(497), - [aux_sym__block_body_repeat2] = STATE(105), + [aux_sym_pipeline_repeat1] = STATE(500), + [aux_sym__block_body_repeat2] = STATE(106), [ts_builtin_sym_end] = ACTIONS(5), [anon_sym_POUND_BANG] = ACTIONS(7), [anon_sym_export] = ACTIONS(9), @@ -42325,190 +42330,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [6] = { [sym_comment] = STATE(6), - [anon_sym_export] = ACTIONS(107), - [anon_sym_alias] = ACTIONS(107), - [anon_sym_let] = ACTIONS(107), - [anon_sym_let_DASHenv] = ACTIONS(107), - [anon_sym_mut] = ACTIONS(107), - [anon_sym_const] = ACTIONS(107), - [sym_cmd_identifier] = ACTIONS(107), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_def] = ACTIONS(107), - [anon_sym_def_DASHenv] = ACTIONS(107), - [anon_sym_export_DASHenv] = ACTIONS(107), - [anon_sym_extern] = ACTIONS(107), - [anon_sym_module] = ACTIONS(107), - [anon_sym_use] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RPAREN] = ACTIONS(107), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_error] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_break] = ACTIONS(107), - [anon_sym_continue] = ACTIONS(107), - [anon_sym_for] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_loop] = ACTIONS(107), - [anon_sym_while] = ACTIONS(107), - [anon_sym_do] = ACTIONS(107), - [anon_sym_if] = ACTIONS(107), - [anon_sym_match] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(107), - [anon_sym_try] = ACTIONS(107), - [anon_sym_return] = ACTIONS(107), - [anon_sym_source] = ACTIONS(107), - [anon_sym_source_DASHenv] = ACTIONS(107), - [anon_sym_register] = ACTIONS(107), - [anon_sym_hide] = ACTIONS(107), - [anon_sym_hide_DASHenv] = ACTIONS(107), - [anon_sym_overlay] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_where] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [anon_sym_DOT_DOT_LT] = ACTIONS(123), - [anon_sym_DOT_DOT] = ACTIONS(123), - [anon_sym_DOT_DOT_EQ] = ACTIONS(123), - [sym_val_nothing] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym_val_number_token1] = ACTIONS(107), - [aux_sym_val_number_token2] = ACTIONS(107), - [aux_sym_val_number_token3] = ACTIONS(107), - [aux_sym_val_number_token4] = ACTIONS(107), - [anon_sym_inf] = ACTIONS(107), - [anon_sym_DASHinf] = ACTIONS(107), - [anon_sym_NaN] = ACTIONS(107), - [anon_sym_ns] = ACTIONS(125), - [anon_sym_s] = ACTIONS(125), - [anon_sym_us] = ACTIONS(125), - [anon_sym_ms] = ACTIONS(125), - [anon_sym_sec] = ACTIONS(125), - [anon_sym_min] = ACTIONS(125), - [anon_sym_hr] = ACTIONS(125), - [anon_sym_day] = ACTIONS(125), - [anon_sym_wk] = ACTIONS(125), - [anon_sym_b] = ACTIONS(127), - [anon_sym_B] = ACTIONS(127), - [anon_sym_kb] = ACTIONS(127), - [anon_sym_kB] = ACTIONS(127), - [anon_sym_Kb] = ACTIONS(127), - [anon_sym_KB] = ACTIONS(127), - [anon_sym_mb] = ACTIONS(127), - [anon_sym_mB] = ACTIONS(127), - [anon_sym_Mb] = ACTIONS(127), - [anon_sym_MB] = ACTIONS(127), - [anon_sym_gb] = ACTIONS(127), - [anon_sym_gB] = ACTIONS(127), - [anon_sym_Gb] = ACTIONS(127), - [anon_sym_GB] = ACTIONS(127), - [anon_sym_tb] = ACTIONS(127), - [anon_sym_tB] = ACTIONS(127), - [anon_sym_Tb] = ACTIONS(127), - [anon_sym_TB] = ACTIONS(127), - [anon_sym_pb] = ACTIONS(127), - [anon_sym_pB] = ACTIONS(127), - [anon_sym_Pb] = ACTIONS(127), - [anon_sym_PB] = ACTIONS(127), - [anon_sym_eb] = ACTIONS(127), - [anon_sym_eB] = ACTIONS(127), - [anon_sym_Eb] = ACTIONS(127), - [anon_sym_EB] = ACTIONS(127), - [anon_sym_zb] = ACTIONS(127), - [anon_sym_zB] = ACTIONS(127), - [anon_sym_Zb] = ACTIONS(127), - [anon_sym_ZB] = ACTIONS(127), - [anon_sym_kib] = ACTIONS(127), - [anon_sym_kiB] = ACTIONS(127), - [anon_sym_kIB] = ACTIONS(127), - [anon_sym_kIb] = ACTIONS(127), - [anon_sym_Kib] = ACTIONS(127), - [anon_sym_KIb] = ACTIONS(127), - [anon_sym_KIB] = ACTIONS(127), - [anon_sym_mib] = ACTIONS(127), - [anon_sym_miB] = ACTIONS(127), - [anon_sym_mIB] = ACTIONS(127), - [anon_sym_mIb] = ACTIONS(127), - [anon_sym_Mib] = ACTIONS(127), - [anon_sym_MIb] = ACTIONS(127), - [anon_sym_MIB] = ACTIONS(127), - [anon_sym_gib] = ACTIONS(127), - [anon_sym_giB] = ACTIONS(127), - [anon_sym_gIB] = ACTIONS(127), - [anon_sym_gIb] = ACTIONS(127), - [anon_sym_Gib] = ACTIONS(127), - [anon_sym_GIb] = ACTIONS(127), - [anon_sym_GIB] = ACTIONS(127), - [anon_sym_tib] = ACTIONS(127), - [anon_sym_tiB] = ACTIONS(127), - [anon_sym_tIB] = ACTIONS(127), - [anon_sym_tIb] = ACTIONS(127), - [anon_sym_Tib] = ACTIONS(127), - [anon_sym_TIb] = ACTIONS(127), - [anon_sym_TIB] = ACTIONS(127), - [anon_sym_pib] = ACTIONS(127), - [anon_sym_piB] = ACTIONS(127), - [anon_sym_pIB] = ACTIONS(127), - [anon_sym_pIb] = ACTIONS(127), - [anon_sym_Pib] = ACTIONS(127), - [anon_sym_PIb] = ACTIONS(127), - [anon_sym_PIB] = ACTIONS(127), - [anon_sym_eib] = ACTIONS(127), - [anon_sym_eiB] = ACTIONS(127), - [anon_sym_eIB] = ACTIONS(127), - [anon_sym_eIb] = ACTIONS(127), - [anon_sym_Eib] = ACTIONS(127), - [anon_sym_EIb] = ACTIONS(127), - [anon_sym_EIB] = ACTIONS(127), - [anon_sym_zib] = ACTIONS(127), - [anon_sym_ziB] = ACTIONS(127), - [anon_sym_zIB] = ACTIONS(127), - [anon_sym_zIb] = ACTIONS(127), - [anon_sym_Zib] = ACTIONS(127), - [anon_sym_ZIb] = ACTIONS(127), - [anon_sym_ZIB] = ACTIONS(127), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_CARET] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), - }, - [7] = { - [sym_comment] = STATE(7), [anon_sym_export] = ACTIONS(103), [anon_sym_alias] = ACTIONS(103), [anon_sym_let] = ACTIONS(103), @@ -42691,6 +42512,190 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(103), [anon_sym_POUND] = ACTIONS(3), }, + [7] = { + [sym_comment] = STATE(7), + [anon_sym_export] = ACTIONS(107), + [anon_sym_alias] = ACTIONS(107), + [anon_sym_let] = ACTIONS(107), + [anon_sym_let_DASHenv] = ACTIONS(107), + [anon_sym_mut] = ACTIONS(107), + [anon_sym_const] = ACTIONS(107), + [sym_cmd_identifier] = ACTIONS(107), + [anon_sym_SEMI] = ACTIONS(107), + [anon_sym_LF] = ACTIONS(109), + [anon_sym_def] = ACTIONS(107), + [anon_sym_def_DASHenv] = ACTIONS(107), + [anon_sym_export_DASHenv] = ACTIONS(107), + [anon_sym_extern] = ACTIONS(107), + [anon_sym_module] = ACTIONS(107), + [anon_sym_use] = ACTIONS(107), + [anon_sym_LBRACK] = ACTIONS(107), + [anon_sym_LPAREN] = ACTIONS(107), + [anon_sym_RPAREN] = ACTIONS(107), + [anon_sym_PIPE] = ACTIONS(107), + [anon_sym_DOLLAR] = ACTIONS(107), + [anon_sym_error] = ACTIONS(107), + [anon_sym_GT] = ACTIONS(107), + [anon_sym_DASH] = ACTIONS(107), + [anon_sym_break] = ACTIONS(107), + [anon_sym_continue] = ACTIONS(107), + [anon_sym_for] = ACTIONS(107), + [anon_sym_in] = ACTIONS(107), + [anon_sym_loop] = ACTIONS(107), + [anon_sym_while] = ACTIONS(107), + [anon_sym_do] = ACTIONS(107), + [anon_sym_if] = ACTIONS(107), + [anon_sym_match] = ACTIONS(107), + [anon_sym_LBRACE] = ACTIONS(107), + [anon_sym_RBRACE] = ACTIONS(107), + [anon_sym_try] = ACTIONS(107), + [anon_sym_return] = ACTIONS(107), + [anon_sym_source] = ACTIONS(107), + [anon_sym_source_DASHenv] = ACTIONS(107), + [anon_sym_register] = ACTIONS(107), + [anon_sym_hide] = ACTIONS(107), + [anon_sym_hide_DASHenv] = ACTIONS(107), + [anon_sym_overlay] = ACTIONS(107), + [anon_sym_STAR] = ACTIONS(107), + [anon_sym_where] = ACTIONS(107), + [anon_sym_STAR_STAR] = ACTIONS(107), + [anon_sym_PLUS_PLUS] = ACTIONS(107), + [anon_sym_SLASH] = ACTIONS(107), + [anon_sym_mod] = ACTIONS(107), + [anon_sym_SLASH_SLASH] = ACTIONS(107), + [anon_sym_PLUS] = ACTIONS(107), + [anon_sym_bit_DASHshl] = ACTIONS(107), + [anon_sym_bit_DASHshr] = ACTIONS(107), + [anon_sym_EQ_EQ] = ACTIONS(107), + [anon_sym_BANG_EQ] = ACTIONS(107), + [anon_sym_LT2] = ACTIONS(107), + [anon_sym_LT_EQ] = ACTIONS(107), + [anon_sym_GT_EQ] = ACTIONS(107), + [anon_sym_not_DASHin] = ACTIONS(107), + [anon_sym_starts_DASHwith] = ACTIONS(107), + [anon_sym_ends_DASHwith] = ACTIONS(107), + [anon_sym_EQ_TILDE] = ACTIONS(107), + [anon_sym_BANG_TILDE] = ACTIONS(107), + [anon_sym_bit_DASHand] = ACTIONS(107), + [anon_sym_bit_DASHxor] = ACTIONS(107), + [anon_sym_bit_DASHor] = ACTIONS(107), + [anon_sym_and] = ACTIONS(107), + [anon_sym_xor] = ACTIONS(107), + [anon_sym_or] = ACTIONS(107), + [anon_sym_not] = ACTIONS(107), + [anon_sym_DOT_DOT_LT] = ACTIONS(123), + [anon_sym_DOT_DOT] = ACTIONS(123), + [anon_sym_DOT_DOT_EQ] = ACTIONS(123), + [sym_val_nothing] = ACTIONS(107), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [aux_sym_val_number_token1] = ACTIONS(107), + [aux_sym_val_number_token2] = ACTIONS(107), + [aux_sym_val_number_token3] = ACTIONS(107), + [aux_sym_val_number_token4] = ACTIONS(107), + [anon_sym_inf] = ACTIONS(107), + [anon_sym_DASHinf] = ACTIONS(107), + [anon_sym_NaN] = ACTIONS(107), + [anon_sym_ns] = ACTIONS(125), + [anon_sym_s] = ACTIONS(125), + [anon_sym_us] = ACTIONS(125), + [anon_sym_ms] = ACTIONS(125), + [anon_sym_sec] = ACTIONS(125), + [anon_sym_min] = ACTIONS(125), + [anon_sym_hr] = ACTIONS(125), + [anon_sym_day] = ACTIONS(125), + [anon_sym_wk] = ACTIONS(125), + [anon_sym_b] = ACTIONS(127), + [anon_sym_B] = ACTIONS(127), + [anon_sym_kb] = ACTIONS(127), + [anon_sym_kB] = ACTIONS(127), + [anon_sym_Kb] = ACTIONS(127), + [anon_sym_KB] = ACTIONS(127), + [anon_sym_mb] = ACTIONS(127), + [anon_sym_mB] = ACTIONS(127), + [anon_sym_Mb] = ACTIONS(127), + [anon_sym_MB] = ACTIONS(127), + [anon_sym_gb] = ACTIONS(127), + [anon_sym_gB] = ACTIONS(127), + [anon_sym_Gb] = ACTIONS(127), + [anon_sym_GB] = ACTIONS(127), + [anon_sym_tb] = ACTIONS(127), + [anon_sym_tB] = ACTIONS(127), + [anon_sym_Tb] = ACTIONS(127), + [anon_sym_TB] = ACTIONS(127), + [anon_sym_pb] = ACTIONS(127), + [anon_sym_pB] = ACTIONS(127), + [anon_sym_Pb] = ACTIONS(127), + [anon_sym_PB] = ACTIONS(127), + [anon_sym_eb] = ACTIONS(127), + [anon_sym_eB] = ACTIONS(127), + [anon_sym_Eb] = ACTIONS(127), + [anon_sym_EB] = ACTIONS(127), + [anon_sym_zb] = ACTIONS(127), + [anon_sym_zB] = ACTIONS(127), + [anon_sym_Zb] = ACTIONS(127), + [anon_sym_ZB] = ACTIONS(127), + [anon_sym_kib] = ACTIONS(127), + [anon_sym_kiB] = ACTIONS(127), + [anon_sym_kIB] = ACTIONS(127), + [anon_sym_kIb] = ACTIONS(127), + [anon_sym_Kib] = ACTIONS(127), + [anon_sym_KIb] = ACTIONS(127), + [anon_sym_KIB] = ACTIONS(127), + [anon_sym_mib] = ACTIONS(127), + [anon_sym_miB] = ACTIONS(127), + [anon_sym_mIB] = ACTIONS(127), + [anon_sym_mIb] = ACTIONS(127), + [anon_sym_Mib] = ACTIONS(127), + [anon_sym_MIb] = ACTIONS(127), + [anon_sym_MIB] = ACTIONS(127), + [anon_sym_gib] = ACTIONS(127), + [anon_sym_giB] = ACTIONS(127), + [anon_sym_gIB] = ACTIONS(127), + [anon_sym_gIb] = ACTIONS(127), + [anon_sym_Gib] = ACTIONS(127), + [anon_sym_GIb] = ACTIONS(127), + [anon_sym_GIB] = ACTIONS(127), + [anon_sym_tib] = ACTIONS(127), + [anon_sym_tiB] = ACTIONS(127), + [anon_sym_tIB] = ACTIONS(127), + [anon_sym_tIb] = ACTIONS(127), + [anon_sym_Tib] = ACTIONS(127), + [anon_sym_TIb] = ACTIONS(127), + [anon_sym_TIB] = ACTIONS(127), + [anon_sym_pib] = ACTIONS(127), + [anon_sym_piB] = ACTIONS(127), + [anon_sym_pIB] = ACTIONS(127), + [anon_sym_pIb] = ACTIONS(127), + [anon_sym_Pib] = ACTIONS(127), + [anon_sym_PIb] = ACTIONS(127), + [anon_sym_PIB] = ACTIONS(127), + [anon_sym_eib] = ACTIONS(127), + [anon_sym_eiB] = ACTIONS(127), + [anon_sym_eIB] = ACTIONS(127), + [anon_sym_eIb] = ACTIONS(127), + [anon_sym_Eib] = ACTIONS(127), + [anon_sym_EIb] = ACTIONS(127), + [anon_sym_EIB] = ACTIONS(127), + [anon_sym_zib] = ACTIONS(127), + [anon_sym_ziB] = ACTIONS(127), + [anon_sym_zIB] = ACTIONS(127), + [anon_sym_zIb] = ACTIONS(127), + [anon_sym_Zib] = ACTIONS(127), + [anon_sym_ZIb] = ACTIONS(127), + [anon_sym_ZIB] = ACTIONS(127), + [anon_sym_0b] = ACTIONS(107), + [anon_sym_0o] = ACTIONS(107), + [anon_sym_0x] = ACTIONS(107), + [sym_val_date] = ACTIONS(107), + [anon_sym_DQUOTE] = ACTIONS(107), + [sym__str_single_quotes] = ACTIONS(107), + [sym__str_back_ticks] = ACTIONS(107), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), + [anon_sym_CARET] = ACTIONS(107), + [anon_sym_POUND] = ACTIONS(3), + }, [8] = { [sym_comment] = STATE(8), [ts_builtin_sym_end] = ACTIONS(105), @@ -44304,83 +44309,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [18] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3599), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), - [sym_parameter_pipes] = STATE(64), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3710), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), + [sym_parameter_pipes] = STATE(48), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2355), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_record_entry] = STATE(3022), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2349), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_record_entry] = STATE(3040), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(18), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), - [aux_sym_val_record_repeat1] = STATE(2797), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), + [aux_sym_val_record_repeat1] = STATE(2783), [sym_identifier] = ACTIONS(167), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), @@ -44447,82 +44452,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [19] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3599), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3710), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym_parameter_pipes] = STATE(100), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2355), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_record_entry] = STATE(3022), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2349), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_record_entry] = STATE(3040), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(19), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [aux_sym_val_record_repeat1] = STATE(2792), [sym_identifier] = ACTIONS(167), [anon_sym_export] = ACTIONS(169), @@ -44590,81 +44595,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [20] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3654), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), - [sym_parameter_pipes] = STATE(81), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3662), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), + [sym_parameter_pipes] = STATE(73), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(20), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -44730,81 +44735,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [21] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3575), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), - [sym_parameter_pipes] = STATE(83), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3631), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), + [sym_parameter_pipes] = STATE(94), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(21), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -44870,81 +44875,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [22] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3575), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), - [sym_parameter_pipes] = STATE(69), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3651), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), + [sym_parameter_pipes] = STATE(92), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(22), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -44973,7 +44978,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(215), [anon_sym_match] = ACTIONS(217), [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_RBRACE] = ACTIONS(271), + [anon_sym_RBRACE] = ACTIONS(273), [anon_sym_try] = ACTIONS(223), [anon_sym_return] = ACTIONS(225), [anon_sym_source] = ACTIONS(227), @@ -45010,81 +45015,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [23] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3698), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), - [sym_parameter_pipes] = STATE(73), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3609), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), + [sym_parameter_pipes] = STATE(95), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(23), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -45113,7 +45118,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(215), [anon_sym_match] = ACTIONS(217), [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_RBRACE] = ACTIONS(273), + [anon_sym_RBRACE] = ACTIONS(275), [anon_sym_try] = ACTIONS(223), [anon_sym_return] = ACTIONS(225), [anon_sym_source] = ACTIONS(227), @@ -45150,81 +45155,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [24] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3653), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), - [sym_parameter_pipes] = STATE(55), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3651), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), + [sym_parameter_pipes] = STATE(65), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(24), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -45253,7 +45258,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(215), [anon_sym_match] = ACTIONS(217), [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_RBRACE] = ACTIONS(275), + [anon_sym_RBRACE] = ACTIONS(273), [anon_sym_try] = ACTIONS(223), [anon_sym_return] = ACTIONS(225), [anon_sym_source] = ACTIONS(227), @@ -45290,81 +45295,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [25] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3662), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), - [sym_parameter_pipes] = STATE(37), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3685), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), + [sym_parameter_pipes] = STATE(40), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(25), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -45430,81 +45435,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [26] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3654), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), - [sym_parameter_pipes] = STATE(75), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3584), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), + [sym_parameter_pipes] = STATE(51), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(26), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -45533,7 +45538,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(215), [anon_sym_match] = ACTIONS(217), [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_RBRACE] = ACTIONS(269), + [anon_sym_RBRACE] = ACTIONS(279), [anon_sym_try] = ACTIONS(223), [anon_sym_return] = ACTIONS(225), [anon_sym_source] = ACTIONS(227), @@ -45570,81 +45575,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [27] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3686), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), - [sym_parameter_pipes] = STATE(94), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3609), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), + [sym_parameter_pipes] = STATE(70), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(27), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -45673,7 +45678,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(215), [anon_sym_match] = ACTIONS(217), [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_RBRACE] = ACTIONS(279), + [anon_sym_RBRACE] = ACTIONS(275), [anon_sym_try] = ACTIONS(223), [anon_sym_return] = ACTIONS(225), [anon_sym_source] = ACTIONS(227), @@ -45710,80 +45715,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [28] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3712), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3651), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(28), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -45811,7 +45816,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(215), [anon_sym_match] = ACTIONS(217), [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_RBRACE] = ACTIONS(281), + [anon_sym_RBRACE] = ACTIONS(273), [anon_sym_try] = ACTIONS(223), [anon_sym_return] = ACTIONS(225), [anon_sym_source] = ACTIONS(227), @@ -45848,80 +45853,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [29] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3653), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3648), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(29), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -45949,7 +45954,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(215), [anon_sym_match] = ACTIONS(217), [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_RBRACE] = ACTIONS(275), + [anon_sym_RBRACE] = ACTIONS(281), [anon_sym_try] = ACTIONS(223), [anon_sym_return] = ACTIONS(225), [anon_sym_source] = ACTIONS(227), @@ -45986,218 +45991,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [30] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(3151), - [sym__declaration_last] = STATE(3503), - [sym_decl_alias_last] = STATE(3505), - [sym_stmt_let_last] = STATE(3506), - [sym_stmt_mut_last] = STATE(3506), - [sym_stmt_const_last] = STATE(3506), - [sym__statement_last] = STATE(3507), - [sym_pipeline_last] = STATE(3506), - [sym__block_body] = STATE(3710), - [sym_decl_def] = STATE(958), - [sym_decl_export] = STATE(958), - [sym_decl_extern] = STATE(958), - [sym_decl_module] = STATE(958), - [sym_decl_use] = STATE(958), - [sym__control] = STATE(963), - [sym__ctrl_statement] = STATE(965), - [sym__ctrl_expression] = STATE(754), - [sym_ctrl_for] = STATE(973), - [sym_ctrl_loop] = STATE(973), - [sym_ctrl_error] = STATE(973), - [sym_ctrl_while] = STATE(973), - [sym_ctrl_do] = STATE(826), - [sym_ctrl_if] = STATE(826), - [sym_ctrl_match] = STATE(826), - [sym_ctrl_try] = STATE(826), - [sym_ctrl_return] = STATE(826), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3268), - [sym_stmt_source] = STATE(980), - [sym_stmt_register] = STATE(980), - [sym__stmt_hide] = STATE(980), - [sym_hide_mod] = STATE(982), - [sym_hide_env] = STATE(982), - [sym__stmt_overlay] = STATE(980), - [sym_overlay_list] = STATE(983), - [sym_overlay_hide] = STATE(983), - [sym_overlay_new] = STATE(983), - [sym_overlay_use] = STATE(983), - [sym_assignment] = STATE(980), - [sym_where_command] = STATE(3146), - [sym__expression] = STATE(2450), - [sym_expr_unary] = STATE(2481), - [sym_expr_binary] = STATE(2481), - [sym_expr_parenthesized] = STATE(2087), - [sym_val_range] = STATE(2481), - [sym__value] = STATE(2481), - [sym_val_bool] = STATE(2506), - [sym_val_variable] = STATE(1870), - [sym__var] = STATE(1750), - [sym_val_number] = STATE(127), - [sym_val_duration] = STATE(2506), - [sym_val_filesize] = STATE(2506), - [sym_val_binary] = STATE(2506), - [sym_val_string] = STATE(2506), - [sym__str_double_quotes] = STATE(2499), - [sym_val_interpolated] = STATE(2506), - [sym__inter_single_quotes] = STATE(2471), - [sym__inter_double_quotes] = STATE(2469), - [sym_val_list] = STATE(2506), - [sym_val_record] = STATE(2506), - [sym_val_table] = STATE(2506), - [sym_val_closure] = STATE(2506), - [sym_command] = STATE(3146), - [sym_comment] = STATE(30), - [aux_sym_pipeline_repeat1] = STATE(497), - [aux_sym__block_body_repeat2] = STATE(105), - [ts_builtin_sym_end] = ACTIONS(283), - [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), - [sym_cmd_identifier] = ACTIONS(19), - [anon_sym_def] = ACTIONS(21), - [anon_sym_def_DASHenv] = ACTIONS(21), - [anon_sym_export_DASHenv] = ACTIONS(23), - [anon_sym_extern] = ACTIONS(25), - [anon_sym_module] = ACTIONS(27), - [anon_sym_use] = ACTIONS(29), - [anon_sym_LBRACK] = ACTIONS(31), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_DOLLAR] = ACTIONS(35), - [anon_sym_error] = ACTIONS(37), - [anon_sym_DASH] = ACTIONS(39), - [anon_sym_break] = ACTIONS(41), - [anon_sym_continue] = ACTIONS(43), - [anon_sym_for] = ACTIONS(45), - [anon_sym_loop] = ACTIONS(47), - [anon_sym_while] = ACTIONS(49), - [anon_sym_do] = ACTIONS(51), - [anon_sym_if] = ACTIONS(53), - [anon_sym_match] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [anon_sym_try] = ACTIONS(59), - [anon_sym_return] = ACTIONS(61), - [anon_sym_source] = ACTIONS(63), - [anon_sym_source_DASHenv] = ACTIONS(63), - [anon_sym_register] = ACTIONS(65), - [anon_sym_hide] = ACTIONS(67), - [anon_sym_hide_DASHenv] = ACTIONS(69), - [anon_sym_overlay] = ACTIONS(71), - [anon_sym_where] = ACTIONS(73), - [anon_sym_not] = ACTIONS(75), - [anon_sym_DOT_DOT_LT] = ACTIONS(77), - [anon_sym_DOT_DOT] = ACTIONS(79), - [anon_sym_DOT_DOT_EQ] = ACTIONS(77), - [sym_val_nothing] = ACTIONS(81), - [anon_sym_true] = ACTIONS(83), - [anon_sym_false] = ACTIONS(83), - [aux_sym_val_number_token1] = ACTIONS(85), - [aux_sym_val_number_token2] = ACTIONS(87), - [aux_sym_val_number_token3] = ACTIONS(87), - [aux_sym_val_number_token4] = ACTIONS(87), - [anon_sym_inf] = ACTIONS(85), - [anon_sym_DASHinf] = ACTIONS(87), - [anon_sym_NaN] = ACTIONS(85), - [anon_sym_0b] = ACTIONS(89), - [anon_sym_0o] = ACTIONS(89), - [anon_sym_0x] = ACTIONS(89), - [sym_val_date] = ACTIONS(91), - [anon_sym_DQUOTE] = ACTIONS(93), - [sym__str_single_quotes] = ACTIONS(95), - [sym__str_back_ticks] = ACTIONS(95), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(97), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(99), - [anon_sym_CARET] = ACTIONS(101), - [anon_sym_POUND] = ACTIONS(157), - }, - [31] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), - [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3628), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3590), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), - [sym_comment] = STATE(31), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), + [sym_comment] = STATE(30), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -46225,7 +46092,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(215), [anon_sym_match] = ACTIONS(217), [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_RBRACE] = ACTIONS(285), + [anon_sym_RBRACE] = ACTIONS(283), [anon_sym_try] = ACTIONS(223), [anon_sym_return] = ACTIONS(225), [anon_sym_source] = ACTIONS(227), @@ -46261,81 +46128,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(265), [anon_sym_POUND] = ACTIONS(157), }, - [32] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [31] = { + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), [sym__block_body] = STATE(3575), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), - [sym_comment] = STATE(32), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), + [sym_comment] = STATE(31), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -46363,7 +46230,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(215), [anon_sym_match] = ACTIONS(217), [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_RBRACE] = ACTIONS(271), + [anon_sym_RBRACE] = ACTIONS(285), [anon_sym_try] = ACTIONS(223), [anon_sym_return] = ACTIONS(225), [anon_sym_source] = ACTIONS(227), @@ -46399,81 +46266,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(265), [anon_sym_POUND] = ACTIONS(157), }, - [33] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [32] = { + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3619), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3584), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), - [sym_comment] = STATE(33), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), + [sym_comment] = STATE(32), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -46501,7 +46368,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(215), [anon_sym_match] = ACTIONS(217), [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_RBRACE] = ACTIONS(287), + [anon_sym_RBRACE] = ACTIONS(279), [anon_sym_try] = ACTIONS(223), [anon_sym_return] = ACTIONS(225), [anon_sym_source] = ACTIONS(227), @@ -46537,81 +46404,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(265), [anon_sym_POUND] = ACTIONS(157), }, - [34] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [33] = { + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3626), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3617), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), - [sym_comment] = STATE(34), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), + [sym_comment] = STATE(33), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -46639,7 +46506,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(215), [anon_sym_match] = ACTIONS(217), [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_RBRACE] = ACTIONS(289), + [anon_sym_RBRACE] = ACTIONS(287), [anon_sym_try] = ACTIONS(223), [anon_sym_return] = ACTIONS(225), [anon_sym_source] = ACTIONS(227), @@ -46675,81 +46542,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(265), [anon_sym_POUND] = ACTIONS(157), }, - [35] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [34] = { + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3662), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3685), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), - [sym_comment] = STATE(35), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), + [sym_comment] = STATE(34), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -46813,81 +46680,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(265), [anon_sym_POUND] = ACTIONS(157), }, - [36] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [35] = { + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3654), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3609), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), - [sym_comment] = STATE(36), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), + [sym_comment] = STATE(35), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -46915,7 +46782,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(215), [anon_sym_match] = ACTIONS(217), [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_RBRACE] = ACTIONS(269), + [anon_sym_RBRACE] = ACTIONS(275), [anon_sym_try] = ACTIONS(223), [anon_sym_return] = ACTIONS(225), [anon_sym_source] = ACTIONS(227), @@ -46951,81 +46818,219 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(265), [anon_sym_POUND] = ACTIONS(157), }, + [36] = { + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), + [sym__statement] = STATE(996), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(3109), + [sym__declaration_last] = STATE(3464), + [sym_decl_alias_last] = STATE(3466), + [sym_stmt_let_last] = STATE(3467), + [sym_stmt_mut_last] = STATE(3467), + [sym_stmt_const_last] = STATE(3467), + [sym__statement_last] = STATE(3468), + [sym_pipeline_last] = STATE(3467), + [sym__block_body] = STATE(3675), + [sym_decl_def] = STATE(907), + [sym_decl_export] = STATE(907), + [sym_decl_extern] = STATE(907), + [sym_decl_module] = STATE(907), + [sym_decl_use] = STATE(907), + [sym__control] = STATE(923), + [sym__ctrl_statement] = STATE(924), + [sym__ctrl_expression] = STATE(768), + [sym_ctrl_for] = STATE(931), + [sym_ctrl_loop] = STATE(931), + [sym_ctrl_error] = STATE(931), + [sym_ctrl_while] = STATE(931), + [sym_ctrl_do] = STATE(870), + [sym_ctrl_if] = STATE(870), + [sym_ctrl_match] = STATE(870), + [sym_ctrl_try] = STATE(870), + [sym_ctrl_return] = STATE(870), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3292), + [sym_stmt_source] = STATE(978), + [sym_stmt_register] = STATE(978), + [sym__stmt_hide] = STATE(978), + [sym_hide_mod] = STATE(980), + [sym_hide_env] = STATE(980), + [sym__stmt_overlay] = STATE(978), + [sym_overlay_list] = STATE(921), + [sym_overlay_hide] = STATE(921), + [sym_overlay_new] = STATE(921), + [sym_overlay_use] = STATE(921), + [sym_assignment] = STATE(978), + [sym_where_command] = STATE(3107), + [sym__expression] = STATE(2391), + [sym_expr_unary] = STATE(2498), + [sym_expr_binary] = STATE(2498), + [sym_expr_parenthesized] = STATE(2115), + [sym_val_range] = STATE(2498), + [sym__value] = STATE(2498), + [sym_val_bool] = STATE(2516), + [sym_val_variable] = STATE(1876), + [sym__var] = STATE(1779), + [sym_val_number] = STATE(127), + [sym_val_duration] = STATE(2516), + [sym_val_filesize] = STATE(2516), + [sym_val_binary] = STATE(2516), + [sym_val_string] = STATE(2516), + [sym__str_double_quotes] = STATE(2512), + [sym_val_interpolated] = STATE(2516), + [sym__inter_single_quotes] = STATE(2492), + [sym__inter_double_quotes] = STATE(2490), + [sym_val_list] = STATE(2516), + [sym_val_record] = STATE(2516), + [sym_val_table] = STATE(2516), + [sym_val_closure] = STATE(2516), + [sym_command] = STATE(3107), + [sym_comment] = STATE(36), + [aux_sym_pipeline_repeat1] = STATE(500), + [aux_sym__block_body_repeat2] = STATE(106), + [ts_builtin_sym_end] = ACTIONS(289), + [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), + [sym_cmd_identifier] = ACTIONS(19), + [anon_sym_def] = ACTIONS(21), + [anon_sym_def_DASHenv] = ACTIONS(21), + [anon_sym_export_DASHenv] = ACTIONS(23), + [anon_sym_extern] = ACTIONS(25), + [anon_sym_module] = ACTIONS(27), + [anon_sym_use] = ACTIONS(29), + [anon_sym_LBRACK] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_DOLLAR] = ACTIONS(35), + [anon_sym_error] = ACTIONS(37), + [anon_sym_DASH] = ACTIONS(39), + [anon_sym_break] = ACTIONS(41), + [anon_sym_continue] = ACTIONS(43), + [anon_sym_for] = ACTIONS(45), + [anon_sym_loop] = ACTIONS(47), + [anon_sym_while] = ACTIONS(49), + [anon_sym_do] = ACTIONS(51), + [anon_sym_if] = ACTIONS(53), + [anon_sym_match] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_try] = ACTIONS(59), + [anon_sym_return] = ACTIONS(61), + [anon_sym_source] = ACTIONS(63), + [anon_sym_source_DASHenv] = ACTIONS(63), + [anon_sym_register] = ACTIONS(65), + [anon_sym_hide] = ACTIONS(67), + [anon_sym_hide_DASHenv] = ACTIONS(69), + [anon_sym_overlay] = ACTIONS(71), + [anon_sym_where] = ACTIONS(73), + [anon_sym_not] = ACTIONS(75), + [anon_sym_DOT_DOT_LT] = ACTIONS(77), + [anon_sym_DOT_DOT] = ACTIONS(79), + [anon_sym_DOT_DOT_EQ] = ACTIONS(77), + [sym_val_nothing] = ACTIONS(81), + [anon_sym_true] = ACTIONS(83), + [anon_sym_false] = ACTIONS(83), + [aux_sym_val_number_token1] = ACTIONS(85), + [aux_sym_val_number_token2] = ACTIONS(87), + [aux_sym_val_number_token3] = ACTIONS(87), + [aux_sym_val_number_token4] = ACTIONS(87), + [anon_sym_inf] = ACTIONS(85), + [anon_sym_DASHinf] = ACTIONS(87), + [anon_sym_NaN] = ACTIONS(85), + [anon_sym_0b] = ACTIONS(89), + [anon_sym_0o] = ACTIONS(89), + [anon_sym_0x] = ACTIONS(89), + [sym_val_date] = ACTIONS(91), + [anon_sym_DQUOTE] = ACTIONS(93), + [sym__str_single_quotes] = ACTIONS(95), + [sym__str_back_ticks] = ACTIONS(95), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(97), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(99), + [anon_sym_CARET] = ACTIONS(101), + [anon_sym_POUND] = ACTIONS(157), + }, [37] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3715), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3688), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(37), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -47089,80 +47094,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [38] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3728), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3639), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(38), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -47226,80 +47231,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [39] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3615), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3650), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(39), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -47363,80 +47368,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [40] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3682), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3663), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(40), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -47500,80 +47505,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [41] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3694), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3664), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(41), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -47637,80 +47642,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [42] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3621), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3587), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(42), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -47774,80 +47779,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [43] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3589), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3665), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(43), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -47911,80 +47916,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [44] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3708), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3669), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(44), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -48048,80 +48053,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [45] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3625), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3673), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(45), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -48185,80 +48190,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [46] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3716), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3674), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(46), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -48322,80 +48327,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [47] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3719), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3585), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(47), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -48459,80 +48464,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [48] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3721), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3583), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(48), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -48596,80 +48601,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [49] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3723), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3702), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(49), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -48733,80 +48738,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [50] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3726), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3703), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(50), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -48870,80 +48875,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [51] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3594), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3645), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(51), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -49007,80 +49012,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [52] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3700), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3644), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(52), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -49144,80 +49149,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [53] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3697), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3580), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(53), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -49281,80 +49286,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [54] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3687), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3700), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(54), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -49418,80 +49423,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [55] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3644), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3579), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(55), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -49555,80 +49560,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [56] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3643), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3646), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(56), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -49692,80 +49697,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [57] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3604), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3641), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(57), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -49829,80 +49834,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [58] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3651), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3606), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(58), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -49966,80 +49971,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [59] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3633), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3600), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(59), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -50103,80 +50108,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [60] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3592), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3746), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(60), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -50240,80 +50245,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [61] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3591), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3716), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(61), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -50377,80 +50382,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [62] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3660), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3629), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(62), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -50514,80 +50519,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [63] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3597), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3627), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(63), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -50651,80 +50656,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [64] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3606), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3626), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(64), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -50788,80 +50793,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [65] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3617), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3721), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(65), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -50925,80 +50930,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [66] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3664), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3578), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(66), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -51062,80 +51067,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [67] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3598), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3620), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(67), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -51199,80 +51204,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [68] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3587), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3712), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(68), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -51336,80 +51341,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [69] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3600), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3643), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(69), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -51473,80 +51478,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [70] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3691), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3656), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(70), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -51610,80 +51615,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [71] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3585), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3616), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(71), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -51747,80 +51752,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [72] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3605), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3709), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(72), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -51884,80 +51889,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [73] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3658), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3698), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(73), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -52021,80 +52026,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [74] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3661), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3690), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(74), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -52158,80 +52163,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [75] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3584), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3638), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(75), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -52295,80 +52300,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [76] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3676), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3670), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(76), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -52432,80 +52437,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [77] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3620), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3614), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(77), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -52569,80 +52574,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [78] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3623), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3611), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(78), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -52706,80 +52711,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [79] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3689), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3666), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(79), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -52843,80 +52848,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [80] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3692), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3658), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(80), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -52980,80 +52985,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [81] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3652), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3668), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(81), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -53117,80 +53122,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [82] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3629), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3634), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(82), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -53254,80 +53259,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [83] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3634), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3678), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(83), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -53391,80 +53396,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [84] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3637), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3696), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(84), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -53528,80 +53533,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [85] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3671), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3640), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(85), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -53665,80 +53670,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [86] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3666), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3581), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(86), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -53802,80 +53807,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [87] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3663), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3582), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(87), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -53939,80 +53944,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [88] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3646), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3608), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(88), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -54076,80 +54081,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [89] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3613), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3586), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(89), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -54213,80 +54218,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [90] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3622), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3588), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(90), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -54350,80 +54355,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [91] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3607), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3589), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(91), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -54487,80 +54492,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [92] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3638), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3699), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(92), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -54624,80 +54629,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [93] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3636), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3591), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(93), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -54761,80 +54766,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [94] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3713), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3598), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(94), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -54898,80 +54903,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [95] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3632), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3607), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(95), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -55035,80 +55040,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [96] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3639), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3599), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(96), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -55172,80 +55177,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [97] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3641), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3605), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(97), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -55309,80 +55314,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [98] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3657), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3601), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(98), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -55446,80 +55451,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [99] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3631), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3704), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(99), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -55583,80 +55588,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [100] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3709), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3602), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(100), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -55720,80 +55725,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [101] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3720), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3711), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(101), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -55857,80 +55862,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [102] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3706), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3603), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(102), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -55994,80 +55999,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [103] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3618), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3604), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(103), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -56131,80 +56136,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [104] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2961), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym__block_body] = STATE(3725), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2941), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym__block_body] = STATE(3636), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), [sym__control] = STATE(878), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(104), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(105), [anon_sym_export] = ACTIONS(169), [anon_sym_alias] = ACTIONS(171), [anon_sym_let] = ACTIONS(173), @@ -56268,79 +56273,215 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [105] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(3140), - [sym__declaration_last] = STATE(3503), - [sym_decl_alias_last] = STATE(3505), - [sym_stmt_let_last] = STATE(3506), - [sym_stmt_mut_last] = STATE(3506), - [sym_stmt_const_last] = STATE(3506), - [sym__statement_last] = STATE(3507), - [sym_pipeline_last] = STATE(3506), - [sym_decl_def] = STATE(958), - [sym_decl_export] = STATE(958), - [sym_decl_extern] = STATE(958), - [sym_decl_module] = STATE(958), - [sym_decl_use] = STATE(958), - [sym__control] = STATE(963), - [sym__ctrl_statement] = STATE(965), - [sym__ctrl_expression] = STATE(754), - [sym_ctrl_for] = STATE(973), - [sym_ctrl_loop] = STATE(973), - [sym_ctrl_error] = STATE(973), - [sym_ctrl_while] = STATE(973), - [sym_ctrl_do] = STATE(826), - [sym_ctrl_if] = STATE(826), - [sym_ctrl_match] = STATE(826), - [sym_ctrl_try] = STATE(826), - [sym_ctrl_return] = STATE(826), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3268), - [sym_stmt_source] = STATE(980), - [sym_stmt_register] = STATE(980), - [sym__stmt_hide] = STATE(980), - [sym_hide_mod] = STATE(982), - [sym_hide_env] = STATE(982), - [sym__stmt_overlay] = STATE(980), - [sym_overlay_list] = STATE(983), - [sym_overlay_hide] = STATE(983), - [sym_overlay_new] = STATE(983), - [sym_overlay_use] = STATE(983), - [sym_assignment] = STATE(980), - [sym_where_command] = STATE(3146), - [sym__expression] = STATE(2450), - [sym_expr_unary] = STATE(2481), - [sym_expr_binary] = STATE(2481), - [sym_expr_parenthesized] = STATE(2087), - [sym_val_range] = STATE(2481), - [sym__value] = STATE(2481), - [sym_val_bool] = STATE(2506), - [sym_val_variable] = STATE(1870), - [sym__var] = STATE(1750), - [sym_val_number] = STATE(127), - [sym_val_duration] = STATE(2506), - [sym_val_filesize] = STATE(2506), - [sym_val_binary] = STATE(2506), - [sym_val_string] = STATE(2506), - [sym__str_double_quotes] = STATE(2499), - [sym_val_interpolated] = STATE(2506), - [sym__inter_single_quotes] = STATE(2471), - [sym__inter_double_quotes] = STATE(2469), - [sym_val_list] = STATE(2506), - [sym_val_record] = STATE(2506), - [sym_val_table] = STATE(2506), - [sym_val_closure] = STATE(2506), - [sym_command] = STATE(3146), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(2956), + [sym__declaration_last] = STATE(3382), + [sym_decl_alias_last] = STATE(3379), + [sym_stmt_let_last] = STATE(3375), + [sym_stmt_mut_last] = STATE(3375), + [sym_stmt_const_last] = STATE(3375), + [sym__statement_last] = STATE(3373), + [sym_pipeline_last] = STATE(3375), + [sym_decl_def] = STATE(885), + [sym_decl_export] = STATE(885), + [sym_decl_extern] = STATE(885), + [sym_decl_module] = STATE(885), + [sym_decl_use] = STATE(885), + [sym__control] = STATE(878), + [sym__ctrl_statement] = STATE(877), + [sym__ctrl_expression] = STATE(715), + [sym_ctrl_for] = STATE(874), + [sym_ctrl_loop] = STATE(874), + [sym_ctrl_error] = STATE(874), + [sym_ctrl_while] = STATE(874), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_stmt_source] = STATE(872), + [sym_stmt_register] = STATE(872), + [sym__stmt_hide] = STATE(872), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(872), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(872), + [sym_where_command] = STATE(2970), + [sym__expression] = STATE(2285), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), + [sym_val_variable] = STATE(1831), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(105), - [aux_sym_pipeline_repeat1] = STATE(497), - [aux_sym__block_body_repeat2] = STATE(125), + [aux_sym_pipeline_repeat1] = STATE(499), + [aux_sym__block_body_repeat2] = STATE(126), + [anon_sym_export] = ACTIONS(169), + [anon_sym_alias] = ACTIONS(171), + [anon_sym_let] = ACTIONS(173), + [anon_sym_let_DASHenv] = ACTIONS(173), + [anon_sym_mut] = ACTIONS(175), + [anon_sym_const] = ACTIONS(177), + [sym_cmd_identifier] = ACTIONS(179), + [anon_sym_def] = ACTIONS(181), + [anon_sym_def_DASHenv] = ACTIONS(181), + [anon_sym_export_DASHenv] = ACTIONS(183), + [anon_sym_extern] = ACTIONS(185), + [anon_sym_module] = ACTIONS(187), + [anon_sym_use] = ACTIONS(189), + [anon_sym_LBRACK] = ACTIONS(191), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_DOLLAR] = ACTIONS(197), + [anon_sym_error] = ACTIONS(199), + [anon_sym_DASH] = ACTIONS(201), + [anon_sym_break] = ACTIONS(203), + [anon_sym_continue] = ACTIONS(205), + [anon_sym_for] = ACTIONS(207), + [anon_sym_loop] = ACTIONS(209), + [anon_sym_while] = ACTIONS(211), + [anon_sym_do] = ACTIONS(213), + [anon_sym_if] = ACTIONS(215), + [anon_sym_match] = ACTIONS(217), + [anon_sym_LBRACE] = ACTIONS(219), + [anon_sym_try] = ACTIONS(223), + [anon_sym_return] = ACTIONS(225), + [anon_sym_source] = ACTIONS(227), + [anon_sym_source_DASHenv] = ACTIONS(227), + [anon_sym_register] = ACTIONS(229), + [anon_sym_hide] = ACTIONS(231), + [anon_sym_hide_DASHenv] = ACTIONS(233), + [anon_sym_overlay] = ACTIONS(235), + [anon_sym_where] = ACTIONS(237), + [anon_sym_not] = ACTIONS(239), + [anon_sym_DOT_DOT_LT] = ACTIONS(241), + [anon_sym_DOT_DOT] = ACTIONS(243), + [anon_sym_DOT_DOT_EQ] = ACTIONS(241), + [sym_val_nothing] = ACTIONS(245), + [anon_sym_true] = ACTIONS(247), + [anon_sym_false] = ACTIONS(247), + [aux_sym_val_number_token1] = ACTIONS(249), + [aux_sym_val_number_token2] = ACTIONS(251), + [aux_sym_val_number_token3] = ACTIONS(251), + [aux_sym_val_number_token4] = ACTIONS(251), + [anon_sym_inf] = ACTIONS(249), + [anon_sym_DASHinf] = ACTIONS(251), + [anon_sym_NaN] = ACTIONS(249), + [anon_sym_0b] = ACTIONS(253), + [anon_sym_0o] = ACTIONS(253), + [anon_sym_0x] = ACTIONS(253), + [sym_val_date] = ACTIONS(255), + [anon_sym_DQUOTE] = ACTIONS(257), + [sym__str_single_quotes] = ACTIONS(259), + [sym__str_back_ticks] = ACTIONS(259), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(261), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(263), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_POUND] = ACTIONS(157), + }, + [106] = { + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), + [sym__statement] = STATE(996), + [sym_pipeline] = STATE(995), + [sym__block_body_statement_last] = STATE(3027), + [sym__declaration_last] = STATE(3464), + [sym_decl_alias_last] = STATE(3466), + [sym_stmt_let_last] = STATE(3467), + [sym_stmt_mut_last] = STATE(3467), + [sym_stmt_const_last] = STATE(3467), + [sym__statement_last] = STATE(3468), + [sym_pipeline_last] = STATE(3467), + [sym_decl_def] = STATE(907), + [sym_decl_export] = STATE(907), + [sym_decl_extern] = STATE(907), + [sym_decl_module] = STATE(907), + [sym_decl_use] = STATE(907), + [sym__control] = STATE(923), + [sym__ctrl_statement] = STATE(924), + [sym__ctrl_expression] = STATE(768), + [sym_ctrl_for] = STATE(931), + [sym_ctrl_loop] = STATE(931), + [sym_ctrl_error] = STATE(931), + [sym_ctrl_while] = STATE(931), + [sym_ctrl_do] = STATE(870), + [sym_ctrl_if] = STATE(870), + [sym_ctrl_match] = STATE(870), + [sym_ctrl_try] = STATE(870), + [sym_ctrl_return] = STATE(870), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3292), + [sym_stmt_source] = STATE(978), + [sym_stmt_register] = STATE(978), + [sym__stmt_hide] = STATE(978), + [sym_hide_mod] = STATE(980), + [sym_hide_env] = STATE(980), + [sym__stmt_overlay] = STATE(978), + [sym_overlay_list] = STATE(921), + [sym_overlay_hide] = STATE(921), + [sym_overlay_new] = STATE(921), + [sym_overlay_use] = STATE(921), + [sym_assignment] = STATE(978), + [sym_where_command] = STATE(3107), + [sym__expression] = STATE(2391), + [sym_expr_unary] = STATE(2498), + [sym_expr_binary] = STATE(2498), + [sym_expr_parenthesized] = STATE(2115), + [sym_val_range] = STATE(2498), + [sym__value] = STATE(2498), + [sym_val_bool] = STATE(2516), + [sym_val_variable] = STATE(1876), + [sym__var] = STATE(1779), + [sym_val_number] = STATE(127), + [sym_val_duration] = STATE(2516), + [sym_val_filesize] = STATE(2516), + [sym_val_binary] = STATE(2516), + [sym_val_string] = STATE(2516), + [sym__str_double_quotes] = STATE(2512), + [sym_val_interpolated] = STATE(2516), + [sym__inter_single_quotes] = STATE(2492), + [sym__inter_double_quotes] = STATE(2490), + [sym_val_list] = STATE(2516), + [sym_val_record] = STATE(2516), + [sym_val_table] = STATE(2516), + [sym_val_closure] = STATE(2516), + [sym_command] = STATE(3107), + [sym_comment] = STATE(106), + [aux_sym_pipeline_repeat1] = STATE(500), + [aux_sym__block_body_repeat2] = STATE(126), [anon_sym_export] = ACTIONS(9), [anon_sym_alias] = ACTIONS(11), [anon_sym_let] = ACTIONS(13), @@ -56403,142 +56544,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(101), [anon_sym_POUND] = ACTIONS(157), }, - [106] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), - [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym__block_body_statement_last] = STATE(2973), - [sym__declaration_last] = STATE(3332), - [sym_decl_alias_last] = STATE(3333), - [sym_stmt_let_last] = STATE(3337), - [sym_stmt_mut_last] = STATE(3337), - [sym_stmt_const_last] = STATE(3337), - [sym__statement_last] = STATE(3339), - [sym_pipeline_last] = STATE(3337), - [sym_decl_def] = STATE(880), - [sym_decl_export] = STATE(880), - [sym_decl_extern] = STATE(880), - [sym_decl_module] = STATE(880), - [sym_decl_use] = STATE(880), - [sym__control] = STATE(878), - [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), - [sym_ctrl_for] = STATE(874), - [sym_ctrl_loop] = STATE(874), - [sym_ctrl_error] = STATE(874), - [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_stmt_source] = STATE(870), - [sym_stmt_register] = STATE(870), - [sym__stmt_hide] = STATE(870), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(870), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(870), - [sym_where_command] = STATE(2964), - [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), - [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), - [sym_comment] = STATE(106), - [aux_sym_pipeline_repeat1] = STATE(488), - [aux_sym__block_body_repeat2] = STATE(125), - [anon_sym_export] = ACTIONS(169), - [anon_sym_alias] = ACTIONS(171), - [anon_sym_let] = ACTIONS(173), - [anon_sym_let_DASHenv] = ACTIONS(173), - [anon_sym_mut] = ACTIONS(175), - [anon_sym_const] = ACTIONS(177), - [sym_cmd_identifier] = ACTIONS(179), - [anon_sym_def] = ACTIONS(181), - [anon_sym_def_DASHenv] = ACTIONS(181), - [anon_sym_export_DASHenv] = ACTIONS(183), - [anon_sym_extern] = ACTIONS(185), - [anon_sym_module] = ACTIONS(187), - [anon_sym_use] = ACTIONS(189), - [anon_sym_LBRACK] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(193), - [anon_sym_DOLLAR] = ACTIONS(197), - [anon_sym_error] = ACTIONS(199), - [anon_sym_DASH] = ACTIONS(201), - [anon_sym_break] = ACTIONS(203), - [anon_sym_continue] = ACTIONS(205), - [anon_sym_for] = ACTIONS(207), - [anon_sym_loop] = ACTIONS(209), - [anon_sym_while] = ACTIONS(211), - [anon_sym_do] = ACTIONS(213), - [anon_sym_if] = ACTIONS(215), - [anon_sym_match] = ACTIONS(217), - [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_try] = ACTIONS(223), - [anon_sym_return] = ACTIONS(225), - [anon_sym_source] = ACTIONS(227), - [anon_sym_source_DASHenv] = ACTIONS(227), - [anon_sym_register] = ACTIONS(229), - [anon_sym_hide] = ACTIONS(231), - [anon_sym_hide_DASHenv] = ACTIONS(233), - [anon_sym_overlay] = ACTIONS(235), - [anon_sym_where] = ACTIONS(237), - [anon_sym_not] = ACTIONS(239), - [anon_sym_DOT_DOT_LT] = ACTIONS(241), - [anon_sym_DOT_DOT] = ACTIONS(243), - [anon_sym_DOT_DOT_EQ] = ACTIONS(241), - [sym_val_nothing] = ACTIONS(245), - [anon_sym_true] = ACTIONS(247), - [anon_sym_false] = ACTIONS(247), - [aux_sym_val_number_token1] = ACTIONS(249), - [aux_sym_val_number_token2] = ACTIONS(251), - [aux_sym_val_number_token3] = ACTIONS(251), - [aux_sym_val_number_token4] = ACTIONS(251), - [anon_sym_inf] = ACTIONS(249), - [anon_sym_DASHinf] = ACTIONS(251), - [anon_sym_NaN] = ACTIONS(249), - [anon_sym_0b] = ACTIONS(253), - [anon_sym_0o] = ACTIONS(253), - [anon_sym_0x] = ACTIONS(253), - [sym_val_date] = ACTIONS(255), - [anon_sym_DQUOTE] = ACTIONS(257), - [sym__str_single_quotes] = ACTIONS(259), - [sym__str_back_ticks] = ACTIONS(259), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(261), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(263), - [anon_sym_CARET] = ACTIONS(265), - [anon_sym_POUND] = ACTIONS(157), - }, [107] = { [sym_comment] = STATE(107), [anon_sym_SEMI] = ACTIONS(107), @@ -57074,136 +57079,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [111] = { + [sym_cell_path] = STATE(2396), + [sym_path] = STATE(2036), [sym_comment] = STATE(111), - [sym_identifier] = ACTIONS(107), - [anon_sym_COLON] = ACTIONS(109), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_RBRACK] = ACTIONS(109), - [anon_sym_RPAREN] = ACTIONS(109), - [anon_sym_PIPE] = ACTIONS(109), - [anon_sym_DOLLAR] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DOT_DOT_DOT] = ACTIONS(109), - [anon_sym_DASH_DASH] = ACTIONS(109), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_DOT_DOT_LT] = ACTIONS(303), - [anon_sym_DOT_DOT] = ACTIONS(305), - [anon_sym_DOT_DOT_EQ] = ACTIONS(303), - [anon_sym_ns] = ACTIONS(307), - [anon_sym_s] = ACTIONS(307), - [anon_sym_us] = ACTIONS(307), - [anon_sym_ms] = ACTIONS(307), - [anon_sym_sec] = ACTIONS(307), - [anon_sym_min] = ACTIONS(307), - [anon_sym_hr] = ACTIONS(307), - [anon_sym_day] = ACTIONS(307), - [anon_sym_wk] = ACTIONS(307), - [anon_sym_b] = ACTIONS(309), - [anon_sym_B] = ACTIONS(309), - [anon_sym_kb] = ACTIONS(309), - [anon_sym_kB] = ACTIONS(309), - [anon_sym_Kb] = ACTIONS(309), - [anon_sym_KB] = ACTIONS(309), - [anon_sym_mb] = ACTIONS(309), - [anon_sym_mB] = ACTIONS(309), - [anon_sym_Mb] = ACTIONS(309), - [anon_sym_MB] = ACTIONS(309), - [anon_sym_gb] = ACTIONS(309), - [anon_sym_gB] = ACTIONS(309), - [anon_sym_Gb] = ACTIONS(309), - [anon_sym_GB] = ACTIONS(309), - [anon_sym_tb] = ACTIONS(309), - [anon_sym_tB] = ACTIONS(309), - [anon_sym_Tb] = ACTIONS(309), - [anon_sym_TB] = ACTIONS(309), - [anon_sym_pb] = ACTIONS(309), - [anon_sym_pB] = ACTIONS(309), - [anon_sym_Pb] = ACTIONS(309), - [anon_sym_PB] = ACTIONS(309), - [anon_sym_eb] = ACTIONS(309), - [anon_sym_eB] = ACTIONS(309), - [anon_sym_Eb] = ACTIONS(309), - [anon_sym_EB] = ACTIONS(309), - [anon_sym_zb] = ACTIONS(309), - [anon_sym_zB] = ACTIONS(309), - [anon_sym_Zb] = ACTIONS(309), - [anon_sym_ZB] = ACTIONS(309), - [anon_sym_kib] = ACTIONS(309), - [anon_sym_kiB] = ACTIONS(309), - [anon_sym_kIB] = ACTIONS(309), - [anon_sym_kIb] = ACTIONS(309), - [anon_sym_Kib] = ACTIONS(309), - [anon_sym_KIb] = ACTIONS(309), - [anon_sym_KIB] = ACTIONS(309), - [anon_sym_mib] = ACTIONS(309), - [anon_sym_miB] = ACTIONS(309), - [anon_sym_mIB] = ACTIONS(309), - [anon_sym_mIb] = ACTIONS(309), - [anon_sym_Mib] = ACTIONS(309), - [anon_sym_MIb] = ACTIONS(309), - [anon_sym_MIB] = ACTIONS(309), - [anon_sym_gib] = ACTIONS(309), - [anon_sym_giB] = ACTIONS(309), - [anon_sym_gIB] = ACTIONS(309), - [anon_sym_gIb] = ACTIONS(309), - [anon_sym_Gib] = ACTIONS(309), - [anon_sym_GIb] = ACTIONS(309), - [anon_sym_GIB] = ACTIONS(309), - [anon_sym_tib] = ACTIONS(309), - [anon_sym_tiB] = ACTIONS(309), - [anon_sym_tIB] = ACTIONS(309), - [anon_sym_tIb] = ACTIONS(309), - [anon_sym_Tib] = ACTIONS(309), - [anon_sym_TIb] = ACTIONS(309), - [anon_sym_TIB] = ACTIONS(309), - [anon_sym_pib] = ACTIONS(309), - [anon_sym_piB] = ACTIONS(309), - [anon_sym_pIB] = ACTIONS(309), - [anon_sym_pIb] = ACTIONS(309), - [anon_sym_Pib] = ACTIONS(309), - [anon_sym_PIb] = ACTIONS(309), - [anon_sym_PIB] = ACTIONS(309), - [anon_sym_eib] = ACTIONS(309), - [anon_sym_eiB] = ACTIONS(309), - [anon_sym_eIB] = ACTIONS(309), - [anon_sym_eIb] = ACTIONS(309), - [anon_sym_Eib] = ACTIONS(309), - [anon_sym_EIb] = ACTIONS(309), - [anon_sym_EIB] = ACTIONS(309), - [anon_sym_zib] = ACTIONS(309), - [anon_sym_ziB] = ACTIONS(309), - [anon_sym_zIB] = ACTIONS(309), - [anon_sym_zIb] = ACTIONS(309), - [anon_sym_Zib] = ACTIONS(309), - [anon_sym_ZIb] = ACTIONS(309), - [anon_sym_ZIB] = ACTIONS(309), - [anon_sym_POUND] = ACTIONS(157), + [anon_sym_SEMI] = ACTIONS(303), + [anon_sym_LF] = ACTIONS(305), + [anon_sym_RPAREN] = ACTIONS(303), + [anon_sym_PIPE] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(307), + [anon_sym_DASH] = ACTIONS(309), + [anon_sym_in] = ACTIONS(311), + [anon_sym_RBRACE] = ACTIONS(303), + [anon_sym_DOT] = ACTIONS(313), + [anon_sym_STAR] = ACTIONS(315), + [anon_sym_QMARK2] = ACTIONS(317), + [anon_sym_STAR_STAR] = ACTIONS(319), + [anon_sym_PLUS_PLUS] = ACTIONS(319), + [anon_sym_SLASH] = ACTIONS(315), + [anon_sym_mod] = ACTIONS(315), + [anon_sym_SLASH_SLASH] = ACTIONS(315), + [anon_sym_PLUS] = ACTIONS(309), + [anon_sym_bit_DASHshl] = ACTIONS(321), + [anon_sym_bit_DASHshr] = ACTIONS(321), + [anon_sym_EQ_EQ] = ACTIONS(307), + [anon_sym_BANG_EQ] = ACTIONS(307), + [anon_sym_LT2] = ACTIONS(307), + [anon_sym_LT_EQ] = ACTIONS(307), + [anon_sym_GT_EQ] = ACTIONS(307), + [anon_sym_not_DASHin] = ACTIONS(311), + [anon_sym_starts_DASHwith] = ACTIONS(311), + [anon_sym_ends_DASHwith] = ACTIONS(311), + [anon_sym_EQ_TILDE] = ACTIONS(323), + [anon_sym_BANG_TILDE] = ACTIONS(323), + [anon_sym_bit_DASHand] = ACTIONS(325), + [anon_sym_bit_DASHxor] = ACTIONS(327), + [anon_sym_bit_DASHor] = ACTIONS(329), + [anon_sym_and] = ACTIONS(331), + [anon_sym_xor] = ACTIONS(333), + [anon_sym_or] = ACTIONS(335), + [anon_sym_DOT_DOT_LT] = ACTIONS(337), + [anon_sym_DOT_DOT] = ACTIONS(337), + [anon_sym_DOT_DOT_EQ] = ACTIONS(337), + [anon_sym_ns] = ACTIONS(339), + [anon_sym_s] = ACTIONS(339), + [anon_sym_us] = ACTIONS(339), + [anon_sym_ms] = ACTIONS(339), + [anon_sym_sec] = ACTIONS(339), + [anon_sym_min] = ACTIONS(339), + [anon_sym_hr] = ACTIONS(339), + [anon_sym_day] = ACTIONS(339), + [anon_sym_wk] = ACTIONS(339), + [anon_sym_b] = ACTIONS(341), + [anon_sym_B] = ACTIONS(341), + [anon_sym_kb] = ACTIONS(341), + [anon_sym_kB] = ACTIONS(341), + [anon_sym_Kb] = ACTIONS(341), + [anon_sym_KB] = ACTIONS(341), + [anon_sym_mb] = ACTIONS(341), + [anon_sym_mB] = ACTIONS(341), + [anon_sym_Mb] = ACTIONS(341), + [anon_sym_MB] = ACTIONS(341), + [anon_sym_gb] = ACTIONS(341), + [anon_sym_gB] = ACTIONS(341), + [anon_sym_Gb] = ACTIONS(341), + [anon_sym_GB] = ACTIONS(341), + [anon_sym_tb] = ACTIONS(341), + [anon_sym_tB] = ACTIONS(341), + [anon_sym_Tb] = ACTIONS(341), + [anon_sym_TB] = ACTIONS(341), + [anon_sym_pb] = ACTIONS(341), + [anon_sym_pB] = ACTIONS(341), + [anon_sym_Pb] = ACTIONS(341), + [anon_sym_PB] = ACTIONS(341), + [anon_sym_eb] = ACTIONS(341), + [anon_sym_eB] = ACTIONS(341), + [anon_sym_Eb] = ACTIONS(341), + [anon_sym_EB] = ACTIONS(341), + [anon_sym_zb] = ACTIONS(341), + [anon_sym_zB] = ACTIONS(341), + [anon_sym_Zb] = ACTIONS(341), + [anon_sym_ZB] = ACTIONS(341), + [anon_sym_kib] = ACTIONS(341), + [anon_sym_kiB] = ACTIONS(341), + [anon_sym_kIB] = ACTIONS(341), + [anon_sym_kIb] = ACTIONS(341), + [anon_sym_Kib] = ACTIONS(341), + [anon_sym_KIb] = ACTIONS(341), + [anon_sym_KIB] = ACTIONS(341), + [anon_sym_mib] = ACTIONS(341), + [anon_sym_miB] = ACTIONS(341), + [anon_sym_mIB] = ACTIONS(341), + [anon_sym_mIb] = ACTIONS(341), + [anon_sym_Mib] = ACTIONS(341), + [anon_sym_MIb] = ACTIONS(341), + [anon_sym_MIB] = ACTIONS(341), + [anon_sym_gib] = ACTIONS(341), + [anon_sym_giB] = ACTIONS(341), + [anon_sym_gIB] = ACTIONS(341), + [anon_sym_gIb] = ACTIONS(341), + [anon_sym_Gib] = ACTIONS(341), + [anon_sym_GIb] = ACTIONS(341), + [anon_sym_GIB] = ACTIONS(341), + [anon_sym_tib] = ACTIONS(341), + [anon_sym_tiB] = ACTIONS(341), + [anon_sym_tIB] = ACTIONS(341), + [anon_sym_tIb] = ACTIONS(341), + [anon_sym_Tib] = ACTIONS(341), + [anon_sym_TIb] = ACTIONS(341), + [anon_sym_TIB] = ACTIONS(341), + [anon_sym_pib] = ACTIONS(341), + [anon_sym_piB] = ACTIONS(341), + [anon_sym_pIB] = ACTIONS(341), + [anon_sym_pIb] = ACTIONS(341), + [anon_sym_Pib] = ACTIONS(341), + [anon_sym_PIb] = ACTIONS(341), + [anon_sym_PIB] = ACTIONS(341), + [anon_sym_eib] = ACTIONS(341), + [anon_sym_eiB] = ACTIONS(341), + [anon_sym_eIB] = ACTIONS(341), + [anon_sym_eIb] = ACTIONS(341), + [anon_sym_Eib] = ACTIONS(341), + [anon_sym_EIb] = ACTIONS(341), + [anon_sym_EIB] = ACTIONS(341), + [anon_sym_zib] = ACTIONS(341), + [anon_sym_ziB] = ACTIONS(341), + [anon_sym_zIB] = ACTIONS(341), + [anon_sym_zIb] = ACTIONS(341), + [anon_sym_Zib] = ACTIONS(341), + [anon_sym_ZIb] = ACTIONS(341), + [anon_sym_ZIB] = ACTIONS(341), + [anon_sym_POUND] = ACTIONS(3), }, [112] = { [sym_comment] = STATE(112), @@ -57338,47 +57343,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [113] = { - [sym_cell_path] = STATE(2367), - [sym_path] = STATE(2045), [sym_comment] = STATE(113), - [anon_sym_SEMI] = ACTIONS(311), - [anon_sym_LF] = ACTIONS(313), - [anon_sym_RPAREN] = ACTIONS(311), - [anon_sym_PIPE] = ACTIONS(311), - [anon_sym_GT] = ACTIONS(315), - [anon_sym_DASH] = ACTIONS(317), - [anon_sym_in] = ACTIONS(319), - [anon_sym_RBRACE] = ACTIONS(311), - [anon_sym_DOT] = ACTIONS(321), - [anon_sym_STAR] = ACTIONS(323), - [anon_sym_QMARK2] = ACTIONS(325), - [anon_sym_STAR_STAR] = ACTIONS(327), - [anon_sym_PLUS_PLUS] = ACTIONS(327), - [anon_sym_SLASH] = ACTIONS(323), - [anon_sym_mod] = ACTIONS(323), - [anon_sym_SLASH_SLASH] = ACTIONS(323), - [anon_sym_PLUS] = ACTIONS(317), - [anon_sym_bit_DASHshl] = ACTIONS(329), - [anon_sym_bit_DASHshr] = ACTIONS(329), - [anon_sym_EQ_EQ] = ACTIONS(315), - [anon_sym_BANG_EQ] = ACTIONS(315), - [anon_sym_LT2] = ACTIONS(315), - [anon_sym_LT_EQ] = ACTIONS(315), - [anon_sym_GT_EQ] = ACTIONS(315), - [anon_sym_not_DASHin] = ACTIONS(319), - [anon_sym_starts_DASHwith] = ACTIONS(319), - [anon_sym_ends_DASHwith] = ACTIONS(319), - [anon_sym_EQ_TILDE] = ACTIONS(331), - [anon_sym_BANG_TILDE] = ACTIONS(331), - [anon_sym_bit_DASHand] = ACTIONS(333), - [anon_sym_bit_DASHxor] = ACTIONS(335), - [anon_sym_bit_DASHor] = ACTIONS(337), - [anon_sym_and] = ACTIONS(339), - [anon_sym_xor] = ACTIONS(341), - [anon_sym_or] = ACTIONS(343), - [anon_sym_DOT_DOT_LT] = ACTIONS(345), + [sym_identifier] = ACTIONS(107), + [anon_sym_COLON] = ACTIONS(109), + [anon_sym_COMMA] = ACTIONS(109), + [anon_sym_RBRACK] = ACTIONS(109), + [anon_sym_RPAREN] = ACTIONS(109), + [anon_sym_PIPE] = ACTIONS(109), + [anon_sym_DOLLAR] = ACTIONS(109), + [anon_sym_GT] = ACTIONS(107), + [anon_sym_DOT_DOT_DOT] = ACTIONS(109), + [anon_sym_DASH_DASH] = ACTIONS(109), + [anon_sym_DASH] = ACTIONS(107), + [anon_sym_in] = ACTIONS(107), + [anon_sym_STAR] = ACTIONS(107), + [anon_sym_STAR_STAR] = ACTIONS(109), + [anon_sym_PLUS_PLUS] = ACTIONS(109), + [anon_sym_SLASH] = ACTIONS(107), + [anon_sym_mod] = ACTIONS(107), + [anon_sym_SLASH_SLASH] = ACTIONS(109), + [anon_sym_PLUS] = ACTIONS(107), + [anon_sym_bit_DASHshl] = ACTIONS(109), + [anon_sym_bit_DASHshr] = ACTIONS(109), + [anon_sym_EQ_EQ] = ACTIONS(109), + [anon_sym_BANG_EQ] = ACTIONS(109), + [anon_sym_LT2] = ACTIONS(107), + [anon_sym_LT_EQ] = ACTIONS(109), + [anon_sym_GT_EQ] = ACTIONS(109), + [anon_sym_not_DASHin] = ACTIONS(109), + [anon_sym_starts_DASHwith] = ACTIONS(109), + [anon_sym_ends_DASHwith] = ACTIONS(109), + [anon_sym_EQ_TILDE] = ACTIONS(109), + [anon_sym_BANG_TILDE] = ACTIONS(109), + [anon_sym_bit_DASHand] = ACTIONS(109), + [anon_sym_bit_DASHxor] = ACTIONS(109), + [anon_sym_bit_DASHor] = ACTIONS(109), + [anon_sym_and] = ACTIONS(107), + [anon_sym_xor] = ACTIONS(107), + [anon_sym_or] = ACTIONS(107), + [anon_sym_DOT_DOT_LT] = ACTIONS(343), [anon_sym_DOT_DOT] = ACTIONS(345), - [anon_sym_DOT_DOT_EQ] = ACTIONS(345), + [anon_sym_DOT_DOT_EQ] = ACTIONS(343), [anon_sym_ns] = ACTIONS(347), [anon_sym_s] = ACTIONS(347), [anon_sym_us] = ACTIONS(347), @@ -57467,16 +57472,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_Zib] = ACTIONS(349), [anon_sym_ZIb] = ACTIONS(349), [anon_sym_ZIB] = ACTIONS(349), - [anon_sym_POUND] = ACTIONS(3), + [anon_sym_POUND] = ACTIONS(157), }, [114] = { - [sym_cell_path] = STATE(2572), - [sym_path] = STATE(2088), + [sym_cell_path] = STATE(2555), + [sym_path] = STATE(2163), [sym_comment] = STATE(114), - [ts_builtin_sym_end] = ACTIONS(313), - [anon_sym_SEMI] = ACTIONS(311), - [anon_sym_LF] = ACTIONS(313), - [anon_sym_PIPE] = ACTIONS(311), + [ts_builtin_sym_end] = ACTIONS(305), + [anon_sym_SEMI] = ACTIONS(303), + [anon_sym_LF] = ACTIONS(305), + [anon_sym_PIPE] = ACTIONS(303), [anon_sym_GT] = ACTIONS(351), [anon_sym_DASH] = ACTIONS(353), [anon_sym_in] = ACTIONS(355), @@ -57607,6 +57612,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_RPAREN] = ACTIONS(103), [anon_sym_PIPE] = ACTIONS(103), [anon_sym_GT] = ACTIONS(103), + [anon_sym_DASH_DASH] = ACTIONS(103), + [anon_sym_DASH] = ACTIONS(103), + [anon_sym_in] = ACTIONS(103), + [anon_sym_RBRACE] = ACTIONS(103), + [anon_sym_STAR] = ACTIONS(103), + [anon_sym_STAR_STAR] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), + [anon_sym_SLASH] = ACTIONS(103), + [anon_sym_mod] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_PLUS] = ACTIONS(103), + [anon_sym_bit_DASHshl] = ACTIONS(103), + [anon_sym_bit_DASHshr] = ACTIONS(103), + [anon_sym_EQ_EQ] = ACTIONS(103), + [anon_sym_BANG_EQ] = ACTIONS(103), + [anon_sym_LT2] = ACTIONS(103), + [anon_sym_LT_EQ] = ACTIONS(103), + [anon_sym_GT_EQ] = ACTIONS(103), + [anon_sym_not_DASHin] = ACTIONS(103), + [anon_sym_starts_DASHwith] = ACTIONS(103), + [anon_sym_ends_DASHwith] = ACTIONS(103), + [anon_sym_EQ_TILDE] = ACTIONS(103), + [anon_sym_BANG_TILDE] = ACTIONS(103), + [anon_sym_bit_DASHand] = ACTIONS(103), + [anon_sym_bit_DASHxor] = ACTIONS(103), + [anon_sym_bit_DASHor] = ACTIONS(103), + [anon_sym_and] = ACTIONS(103), + [anon_sym_xor] = ACTIONS(103), + [anon_sym_or] = ACTIONS(103), + [anon_sym_DOT_DOT_LT] = ACTIONS(103), + [anon_sym_DOT_DOT] = ACTIONS(103), + [anon_sym_DOT_DOT_EQ] = ACTIONS(103), + [anon_sym_ns] = ACTIONS(103), + [anon_sym_s] = ACTIONS(103), + [anon_sym_us] = ACTIONS(103), + [anon_sym_ms] = ACTIONS(103), + [anon_sym_sec] = ACTIONS(103), + [anon_sym_min] = ACTIONS(103), + [anon_sym_hr] = ACTIONS(103), + [anon_sym_day] = ACTIONS(103), + [anon_sym_wk] = ACTIONS(103), + [anon_sym_b] = ACTIONS(103), + [anon_sym_B] = ACTIONS(103), + [anon_sym_kb] = ACTIONS(103), + [anon_sym_kB] = ACTIONS(103), + [anon_sym_Kb] = ACTIONS(103), + [anon_sym_KB] = ACTIONS(103), + [anon_sym_mb] = ACTIONS(103), + [anon_sym_mB] = ACTIONS(103), + [anon_sym_Mb] = ACTIONS(103), + [anon_sym_MB] = ACTIONS(103), + [anon_sym_gb] = ACTIONS(103), + [anon_sym_gB] = ACTIONS(103), + [anon_sym_Gb] = ACTIONS(103), + [anon_sym_GB] = ACTIONS(103), + [anon_sym_tb] = ACTIONS(103), + [anon_sym_tB] = ACTIONS(103), + [anon_sym_Tb] = ACTIONS(103), + [anon_sym_TB] = ACTIONS(103), + [anon_sym_pb] = ACTIONS(103), + [anon_sym_pB] = ACTIONS(103), + [anon_sym_Pb] = ACTIONS(103), + [anon_sym_PB] = ACTIONS(103), + [anon_sym_eb] = ACTIONS(103), + [anon_sym_eB] = ACTIONS(103), + [anon_sym_Eb] = ACTIONS(103), + [anon_sym_EB] = ACTIONS(103), + [anon_sym_zb] = ACTIONS(103), + [anon_sym_zB] = ACTIONS(103), + [anon_sym_Zb] = ACTIONS(103), + [anon_sym_ZB] = ACTIONS(103), + [anon_sym_kib] = ACTIONS(103), + [anon_sym_kiB] = ACTIONS(103), + [anon_sym_kIB] = ACTIONS(103), + [anon_sym_kIb] = ACTIONS(103), + [anon_sym_Kib] = ACTIONS(103), + [anon_sym_KIb] = ACTIONS(103), + [anon_sym_KIB] = ACTIONS(103), + [anon_sym_mib] = ACTIONS(103), + [anon_sym_miB] = ACTIONS(103), + [anon_sym_mIB] = ACTIONS(103), + [anon_sym_mIb] = ACTIONS(103), + [anon_sym_Mib] = ACTIONS(103), + [anon_sym_MIb] = ACTIONS(103), + [anon_sym_MIB] = ACTIONS(103), + [anon_sym_gib] = ACTIONS(103), + [anon_sym_giB] = ACTIONS(103), + [anon_sym_gIB] = ACTIONS(103), + [anon_sym_gIb] = ACTIONS(103), + [anon_sym_Gib] = ACTIONS(103), + [anon_sym_GIb] = ACTIONS(103), + [anon_sym_GIB] = ACTIONS(103), + [anon_sym_tib] = ACTIONS(103), + [anon_sym_tiB] = ACTIONS(103), + [anon_sym_tIB] = ACTIONS(103), + [anon_sym_tIb] = ACTIONS(103), + [anon_sym_Tib] = ACTIONS(103), + [anon_sym_TIb] = ACTIONS(103), + [anon_sym_TIB] = ACTIONS(103), + [anon_sym_pib] = ACTIONS(103), + [anon_sym_piB] = ACTIONS(103), + [anon_sym_pIB] = ACTIONS(103), + [anon_sym_pIb] = ACTIONS(103), + [anon_sym_Pib] = ACTIONS(103), + [anon_sym_PIb] = ACTIONS(103), + [anon_sym_PIB] = ACTIONS(103), + [anon_sym_eib] = ACTIONS(103), + [anon_sym_eiB] = ACTIONS(103), + [anon_sym_eIB] = ACTIONS(103), + [anon_sym_eIb] = ACTIONS(103), + [anon_sym_Eib] = ACTIONS(103), + [anon_sym_EIb] = ACTIONS(103), + [anon_sym_EIB] = ACTIONS(103), + [anon_sym_zib] = ACTIONS(103), + [anon_sym_ziB] = ACTIONS(103), + [anon_sym_zIB] = ACTIONS(103), + [anon_sym_zIb] = ACTIONS(103), + [anon_sym_Zib] = ACTIONS(103), + [anon_sym_ZIb] = ACTIONS(103), + [anon_sym_ZIB] = ACTIONS(103), + [sym_short_flag] = ACTIONS(103), + [anon_sym_POUND] = ACTIONS(3), + }, + [116] = { + [sym_comment] = STATE(116), + [anon_sym_SEMI] = ACTIONS(103), + [anon_sym_LF] = ACTIONS(105), + [anon_sym_RPAREN] = ACTIONS(103), + [anon_sym_PIPE] = ACTIONS(103), + [anon_sym_GT] = ACTIONS(103), [anon_sym_DASH] = ACTIONS(103), [anon_sym_in] = ACTIONS(103), [anon_sym_RBRACE] = ACTIONS(103), @@ -57730,136 +57865,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ZIB] = ACTIONS(103), [anon_sym_POUND] = ACTIONS(3), }, - [116] = { - [sym_comment] = STATE(116), - [anon_sym_SEMI] = ACTIONS(103), - [anon_sym_LF] = ACTIONS(105), - [anon_sym_RPAREN] = ACTIONS(103), - [anon_sym_PIPE] = ACTIONS(103), - [anon_sym_GT] = ACTIONS(103), - [anon_sym_DASH_DASH] = ACTIONS(103), - [anon_sym_DASH] = ACTIONS(103), - [anon_sym_in] = ACTIONS(103), - [anon_sym_RBRACE] = ACTIONS(103), - [anon_sym_STAR] = ACTIONS(103), - [anon_sym_STAR_STAR] = ACTIONS(103), - [anon_sym_PLUS_PLUS] = ACTIONS(103), - [anon_sym_SLASH] = ACTIONS(103), - [anon_sym_mod] = ACTIONS(103), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_PLUS] = ACTIONS(103), - [anon_sym_bit_DASHshl] = ACTIONS(103), - [anon_sym_bit_DASHshr] = ACTIONS(103), - [anon_sym_EQ_EQ] = ACTIONS(103), - [anon_sym_BANG_EQ] = ACTIONS(103), - [anon_sym_LT2] = ACTIONS(103), - [anon_sym_LT_EQ] = ACTIONS(103), - [anon_sym_GT_EQ] = ACTIONS(103), - [anon_sym_not_DASHin] = ACTIONS(103), - [anon_sym_starts_DASHwith] = ACTIONS(103), - [anon_sym_ends_DASHwith] = ACTIONS(103), - [anon_sym_EQ_TILDE] = ACTIONS(103), - [anon_sym_BANG_TILDE] = ACTIONS(103), - [anon_sym_bit_DASHand] = ACTIONS(103), - [anon_sym_bit_DASHxor] = ACTIONS(103), - [anon_sym_bit_DASHor] = ACTIONS(103), - [anon_sym_and] = ACTIONS(103), - [anon_sym_xor] = ACTIONS(103), - [anon_sym_or] = ACTIONS(103), - [anon_sym_DOT_DOT_LT] = ACTIONS(103), - [anon_sym_DOT_DOT] = ACTIONS(103), - [anon_sym_DOT_DOT_EQ] = ACTIONS(103), - [anon_sym_ns] = ACTIONS(103), - [anon_sym_s] = ACTIONS(103), - [anon_sym_us] = ACTIONS(103), - [anon_sym_ms] = ACTIONS(103), - [anon_sym_sec] = ACTIONS(103), - [anon_sym_min] = ACTIONS(103), - [anon_sym_hr] = ACTIONS(103), - [anon_sym_day] = ACTIONS(103), - [anon_sym_wk] = ACTIONS(103), - [anon_sym_b] = ACTIONS(103), - [anon_sym_B] = ACTIONS(103), - [anon_sym_kb] = ACTIONS(103), - [anon_sym_kB] = ACTIONS(103), - [anon_sym_Kb] = ACTIONS(103), - [anon_sym_KB] = ACTIONS(103), - [anon_sym_mb] = ACTIONS(103), - [anon_sym_mB] = ACTIONS(103), - [anon_sym_Mb] = ACTIONS(103), - [anon_sym_MB] = ACTIONS(103), - [anon_sym_gb] = ACTIONS(103), - [anon_sym_gB] = ACTIONS(103), - [anon_sym_Gb] = ACTIONS(103), - [anon_sym_GB] = ACTIONS(103), - [anon_sym_tb] = ACTIONS(103), - [anon_sym_tB] = ACTIONS(103), - [anon_sym_Tb] = ACTIONS(103), - [anon_sym_TB] = ACTIONS(103), - [anon_sym_pb] = ACTIONS(103), - [anon_sym_pB] = ACTIONS(103), - [anon_sym_Pb] = ACTIONS(103), - [anon_sym_PB] = ACTIONS(103), - [anon_sym_eb] = ACTIONS(103), - [anon_sym_eB] = ACTIONS(103), - [anon_sym_Eb] = ACTIONS(103), - [anon_sym_EB] = ACTIONS(103), - [anon_sym_zb] = ACTIONS(103), - [anon_sym_zB] = ACTIONS(103), - [anon_sym_Zb] = ACTIONS(103), - [anon_sym_ZB] = ACTIONS(103), - [anon_sym_kib] = ACTIONS(103), - [anon_sym_kiB] = ACTIONS(103), - [anon_sym_kIB] = ACTIONS(103), - [anon_sym_kIb] = ACTIONS(103), - [anon_sym_Kib] = ACTIONS(103), - [anon_sym_KIb] = ACTIONS(103), - [anon_sym_KIB] = ACTIONS(103), - [anon_sym_mib] = ACTIONS(103), - [anon_sym_miB] = ACTIONS(103), - [anon_sym_mIB] = ACTIONS(103), - [anon_sym_mIb] = ACTIONS(103), - [anon_sym_Mib] = ACTIONS(103), - [anon_sym_MIb] = ACTIONS(103), - [anon_sym_MIB] = ACTIONS(103), - [anon_sym_gib] = ACTIONS(103), - [anon_sym_giB] = ACTIONS(103), - [anon_sym_gIB] = ACTIONS(103), - [anon_sym_gIb] = ACTIONS(103), - [anon_sym_Gib] = ACTIONS(103), - [anon_sym_GIb] = ACTIONS(103), - [anon_sym_GIB] = ACTIONS(103), - [anon_sym_tib] = ACTIONS(103), - [anon_sym_tiB] = ACTIONS(103), - [anon_sym_tIB] = ACTIONS(103), - [anon_sym_tIb] = ACTIONS(103), - [anon_sym_Tib] = ACTIONS(103), - [anon_sym_TIb] = ACTIONS(103), - [anon_sym_TIB] = ACTIONS(103), - [anon_sym_pib] = ACTIONS(103), - [anon_sym_piB] = ACTIONS(103), - [anon_sym_pIB] = ACTIONS(103), - [anon_sym_pIb] = ACTIONS(103), - [anon_sym_Pib] = ACTIONS(103), - [anon_sym_PIb] = ACTIONS(103), - [anon_sym_PIB] = ACTIONS(103), - [anon_sym_eib] = ACTIONS(103), - [anon_sym_eiB] = ACTIONS(103), - [anon_sym_eIB] = ACTIONS(103), - [anon_sym_eIb] = ACTIONS(103), - [anon_sym_Eib] = ACTIONS(103), - [anon_sym_EIb] = ACTIONS(103), - [anon_sym_EIB] = ACTIONS(103), - [anon_sym_zib] = ACTIONS(103), - [anon_sym_ziB] = ACTIONS(103), - [anon_sym_zIB] = ACTIONS(103), - [anon_sym_zIb] = ACTIONS(103), - [anon_sym_Zib] = ACTIONS(103), - [anon_sym_ZIb] = ACTIONS(103), - [anon_sym_ZIB] = ACTIONS(103), - [sym_short_flag] = ACTIONS(103), - [anon_sym_POUND] = ACTIONS(3), - }, [117] = { [sym_comment] = STATE(117), [anon_sym_SEMI] = ACTIONS(107), @@ -57992,6 +57997,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [118] = { [sym_comment] = STATE(118), + [ts_builtin_sym_end] = ACTIONS(105), + [anon_sym_SEMI] = ACTIONS(103), + [anon_sym_LF] = ACTIONS(105), + [anon_sym_PIPE] = ACTIONS(103), + [anon_sym_GT] = ACTIONS(103), + [anon_sym_DASH_DASH] = ACTIONS(103), + [anon_sym_DASH] = ACTIONS(103), + [anon_sym_in] = ACTIONS(103), + [anon_sym_STAR] = ACTIONS(103), + [anon_sym_STAR_STAR] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), + [anon_sym_SLASH] = ACTIONS(103), + [anon_sym_mod] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_PLUS] = ACTIONS(103), + [anon_sym_bit_DASHshl] = ACTIONS(103), + [anon_sym_bit_DASHshr] = ACTIONS(103), + [anon_sym_EQ_EQ] = ACTIONS(103), + [anon_sym_BANG_EQ] = ACTIONS(103), + [anon_sym_LT2] = ACTIONS(103), + [anon_sym_LT_EQ] = ACTIONS(103), + [anon_sym_GT_EQ] = ACTIONS(103), + [anon_sym_not_DASHin] = ACTIONS(103), + [anon_sym_starts_DASHwith] = ACTIONS(103), + [anon_sym_ends_DASHwith] = ACTIONS(103), + [anon_sym_EQ_TILDE] = ACTIONS(103), + [anon_sym_BANG_TILDE] = ACTIONS(103), + [anon_sym_bit_DASHand] = ACTIONS(103), + [anon_sym_bit_DASHxor] = ACTIONS(103), + [anon_sym_bit_DASHor] = ACTIONS(103), + [anon_sym_and] = ACTIONS(103), + [anon_sym_xor] = ACTIONS(103), + [anon_sym_or] = ACTIONS(103), + [anon_sym_DOT_DOT_LT] = ACTIONS(103), + [anon_sym_DOT_DOT] = ACTIONS(103), + [anon_sym_DOT_DOT_EQ] = ACTIONS(103), + [anon_sym_ns] = ACTIONS(103), + [anon_sym_s] = ACTIONS(103), + [anon_sym_us] = ACTIONS(103), + [anon_sym_ms] = ACTIONS(103), + [anon_sym_sec] = ACTIONS(103), + [anon_sym_min] = ACTIONS(103), + [anon_sym_hr] = ACTIONS(103), + [anon_sym_day] = ACTIONS(103), + [anon_sym_wk] = ACTIONS(103), + [anon_sym_b] = ACTIONS(103), + [anon_sym_B] = ACTIONS(103), + [anon_sym_kb] = ACTIONS(103), + [anon_sym_kB] = ACTIONS(103), + [anon_sym_Kb] = ACTIONS(103), + [anon_sym_KB] = ACTIONS(103), + [anon_sym_mb] = ACTIONS(103), + [anon_sym_mB] = ACTIONS(103), + [anon_sym_Mb] = ACTIONS(103), + [anon_sym_MB] = ACTIONS(103), + [anon_sym_gb] = ACTIONS(103), + [anon_sym_gB] = ACTIONS(103), + [anon_sym_Gb] = ACTIONS(103), + [anon_sym_GB] = ACTIONS(103), + [anon_sym_tb] = ACTIONS(103), + [anon_sym_tB] = ACTIONS(103), + [anon_sym_Tb] = ACTIONS(103), + [anon_sym_TB] = ACTIONS(103), + [anon_sym_pb] = ACTIONS(103), + [anon_sym_pB] = ACTIONS(103), + [anon_sym_Pb] = ACTIONS(103), + [anon_sym_PB] = ACTIONS(103), + [anon_sym_eb] = ACTIONS(103), + [anon_sym_eB] = ACTIONS(103), + [anon_sym_Eb] = ACTIONS(103), + [anon_sym_EB] = ACTIONS(103), + [anon_sym_zb] = ACTIONS(103), + [anon_sym_zB] = ACTIONS(103), + [anon_sym_Zb] = ACTIONS(103), + [anon_sym_ZB] = ACTIONS(103), + [anon_sym_kib] = ACTIONS(103), + [anon_sym_kiB] = ACTIONS(103), + [anon_sym_kIB] = ACTIONS(103), + [anon_sym_kIb] = ACTIONS(103), + [anon_sym_Kib] = ACTIONS(103), + [anon_sym_KIb] = ACTIONS(103), + [anon_sym_KIB] = ACTIONS(103), + [anon_sym_mib] = ACTIONS(103), + [anon_sym_miB] = ACTIONS(103), + [anon_sym_mIB] = ACTIONS(103), + [anon_sym_mIb] = ACTIONS(103), + [anon_sym_Mib] = ACTIONS(103), + [anon_sym_MIb] = ACTIONS(103), + [anon_sym_MIB] = ACTIONS(103), + [anon_sym_gib] = ACTIONS(103), + [anon_sym_giB] = ACTIONS(103), + [anon_sym_gIB] = ACTIONS(103), + [anon_sym_gIb] = ACTIONS(103), + [anon_sym_Gib] = ACTIONS(103), + [anon_sym_GIb] = ACTIONS(103), + [anon_sym_GIB] = ACTIONS(103), + [anon_sym_tib] = ACTIONS(103), + [anon_sym_tiB] = ACTIONS(103), + [anon_sym_tIB] = ACTIONS(103), + [anon_sym_tIb] = ACTIONS(103), + [anon_sym_Tib] = ACTIONS(103), + [anon_sym_TIb] = ACTIONS(103), + [anon_sym_TIB] = ACTIONS(103), + [anon_sym_pib] = ACTIONS(103), + [anon_sym_piB] = ACTIONS(103), + [anon_sym_pIB] = ACTIONS(103), + [anon_sym_pIb] = ACTIONS(103), + [anon_sym_Pib] = ACTIONS(103), + [anon_sym_PIb] = ACTIONS(103), + [anon_sym_PIB] = ACTIONS(103), + [anon_sym_eib] = ACTIONS(103), + [anon_sym_eiB] = ACTIONS(103), + [anon_sym_eIB] = ACTIONS(103), + [anon_sym_eIb] = ACTIONS(103), + [anon_sym_Eib] = ACTIONS(103), + [anon_sym_EIb] = ACTIONS(103), + [anon_sym_EIB] = ACTIONS(103), + [anon_sym_zib] = ACTIONS(103), + [anon_sym_ziB] = ACTIONS(103), + [anon_sym_zIB] = ACTIONS(103), + [anon_sym_zIb] = ACTIONS(103), + [anon_sym_Zib] = ACTIONS(103), + [anon_sym_ZIb] = ACTIONS(103), + [anon_sym_ZIB] = ACTIONS(103), + [sym_short_flag] = ACTIONS(103), + [anon_sym_POUND] = ACTIONS(3), + }, + [119] = { + [sym_comment] = STATE(119), [ts_builtin_sym_end] = ACTIONS(109), [anon_sym_SEMI] = ACTIONS(107), [anon_sym_LF] = ACTIONS(109), @@ -58119,8 +58253,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_short_flag] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(3), }, - [119] = { - [sym_comment] = STATE(119), + [120] = { + [sym_comment] = STATE(120), [sym_identifier] = ACTIONS(103), [anon_sym_COMMA] = ACTIONS(105), [anon_sym_GT] = ACTIONS(103), @@ -58248,137 +58382,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__str_back_ticks] = ACTIONS(105), [anon_sym_POUND] = ACTIONS(157), }, - [120] = { - [sym_comment] = STATE(120), - [anon_sym_COMMA] = ACTIONS(109), - [anon_sym_PIPE] = ACTIONS(109), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(109), - [anon_sym_in] = ACTIONS(109), - [anon_sym_if] = ACTIONS(109), - [anon_sym_LBRACE] = ACTIONS(109), - [anon_sym_RBRACE] = ACTIONS(109), - [anon_sym_EQ_GT] = ACTIONS(109), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(109), - [anon_sym_PLUS_PLUS] = ACTIONS(109), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(109), - [anon_sym_SLASH_SLASH] = ACTIONS(109), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(109), - [anon_sym_bit_DASHshr] = ACTIONS(109), - [anon_sym_EQ_EQ] = ACTIONS(109), - [anon_sym_BANG_EQ] = ACTIONS(109), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(109), - [anon_sym_GT_EQ] = ACTIONS(109), - [anon_sym_not_DASHin] = ACTIONS(109), - [anon_sym_starts_DASHwith] = ACTIONS(109), - [anon_sym_ends_DASHwith] = ACTIONS(109), - [anon_sym_EQ_TILDE] = ACTIONS(109), - [anon_sym_BANG_TILDE] = ACTIONS(109), - [anon_sym_bit_DASHand] = ACTIONS(109), - [anon_sym_bit_DASHxor] = ACTIONS(109), - [anon_sym_bit_DASHor] = ACTIONS(109), - [anon_sym_and] = ACTIONS(109), - [anon_sym_xor] = ACTIONS(109), - [anon_sym_or] = ACTIONS(109), - [anon_sym_DOT_DOT_LT] = ACTIONS(399), - [anon_sym_DOT_DOT] = ACTIONS(401), - [anon_sym_DOT_DOT_EQ] = ACTIONS(399), - [anon_sym_ns] = ACTIONS(403), - [anon_sym_s] = ACTIONS(403), - [anon_sym_us] = ACTIONS(403), - [anon_sym_ms] = ACTIONS(403), - [anon_sym_sec] = ACTIONS(403), - [anon_sym_min] = ACTIONS(403), - [anon_sym_hr] = ACTIONS(403), - [anon_sym_day] = ACTIONS(403), - [anon_sym_wk] = ACTIONS(403), - [anon_sym_b] = ACTIONS(405), - [anon_sym_B] = ACTIONS(407), - [anon_sym_kb] = ACTIONS(407), - [anon_sym_kB] = ACTIONS(407), - [anon_sym_Kb] = ACTIONS(407), - [anon_sym_KB] = ACTIONS(407), - [anon_sym_mb] = ACTIONS(407), - [anon_sym_mB] = ACTIONS(407), - [anon_sym_Mb] = ACTIONS(407), - [anon_sym_MB] = ACTIONS(407), - [anon_sym_gb] = ACTIONS(407), - [anon_sym_gB] = ACTIONS(407), - [anon_sym_Gb] = ACTIONS(407), - [anon_sym_GB] = ACTIONS(407), - [anon_sym_tb] = ACTIONS(407), - [anon_sym_tB] = ACTIONS(407), - [anon_sym_Tb] = ACTIONS(407), - [anon_sym_TB] = ACTIONS(407), - [anon_sym_pb] = ACTIONS(407), - [anon_sym_pB] = ACTIONS(407), - [anon_sym_Pb] = ACTIONS(407), - [anon_sym_PB] = ACTIONS(407), - [anon_sym_eb] = ACTIONS(407), - [anon_sym_eB] = ACTIONS(407), - [anon_sym_Eb] = ACTIONS(407), - [anon_sym_EB] = ACTIONS(407), - [anon_sym_zb] = ACTIONS(407), - [anon_sym_zB] = ACTIONS(407), - [anon_sym_Zb] = ACTIONS(407), - [anon_sym_ZB] = ACTIONS(407), - [anon_sym_kib] = ACTIONS(407), - [anon_sym_kiB] = ACTIONS(407), - [anon_sym_kIB] = ACTIONS(407), - [anon_sym_kIb] = ACTIONS(407), - [anon_sym_Kib] = ACTIONS(407), - [anon_sym_KIb] = ACTIONS(407), - [anon_sym_KIB] = ACTIONS(407), - [anon_sym_mib] = ACTIONS(407), - [anon_sym_miB] = ACTIONS(407), - [anon_sym_mIB] = ACTIONS(407), - [anon_sym_mIb] = ACTIONS(407), - [anon_sym_Mib] = ACTIONS(407), - [anon_sym_MIb] = ACTIONS(407), - [anon_sym_MIB] = ACTIONS(407), - [anon_sym_gib] = ACTIONS(407), - [anon_sym_giB] = ACTIONS(407), - [anon_sym_gIB] = ACTIONS(407), - [anon_sym_gIb] = ACTIONS(407), - [anon_sym_Gib] = ACTIONS(407), - [anon_sym_GIb] = ACTIONS(407), - [anon_sym_GIB] = ACTIONS(407), - [anon_sym_tib] = ACTIONS(407), - [anon_sym_tiB] = ACTIONS(407), - [anon_sym_tIB] = ACTIONS(407), - [anon_sym_tIb] = ACTIONS(407), - [anon_sym_Tib] = ACTIONS(407), - [anon_sym_TIb] = ACTIONS(407), - [anon_sym_TIB] = ACTIONS(407), - [anon_sym_pib] = ACTIONS(407), - [anon_sym_piB] = ACTIONS(407), - [anon_sym_pIB] = ACTIONS(407), - [anon_sym_pIb] = ACTIONS(407), - [anon_sym_Pib] = ACTIONS(407), - [anon_sym_PIb] = ACTIONS(407), - [anon_sym_PIB] = ACTIONS(407), - [anon_sym_eib] = ACTIONS(407), - [anon_sym_eiB] = ACTIONS(407), - [anon_sym_eIB] = ACTIONS(407), - [anon_sym_eIb] = ACTIONS(407), - [anon_sym_Eib] = ACTIONS(407), - [anon_sym_EIb] = ACTIONS(407), - [anon_sym_EIB] = ACTIONS(407), - [anon_sym_zib] = ACTIONS(407), - [anon_sym_ziB] = ACTIONS(407), - [anon_sym_zIB] = ACTIONS(407), - [anon_sym_zIb] = ACTIONS(407), - [anon_sym_Zib] = ACTIONS(407), - [anon_sym_ZIb] = ACTIONS(407), - [anon_sym_ZIB] = ACTIONS(407), - [anon_sym_POUND] = ACTIONS(157), - }, [121] = { [sym_comment] = STATE(121), + [ts_builtin_sym_end] = ACTIONS(105), + [anon_sym_SEMI] = ACTIONS(103), + [anon_sym_LF] = ACTIONS(105), + [anon_sym_PIPE] = ACTIONS(103), + [anon_sym_GT] = ACTIONS(103), + [anon_sym_DASH] = ACTIONS(103), + [anon_sym_in] = ACTIONS(103), + [anon_sym_DOT] = ACTIONS(103), + [anon_sym_STAR] = ACTIONS(103), + [anon_sym_QMARK2] = ACTIONS(103), + [anon_sym_STAR_STAR] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), + [anon_sym_SLASH] = ACTIONS(103), + [anon_sym_mod] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_PLUS] = ACTIONS(103), + [anon_sym_bit_DASHshl] = ACTIONS(103), + [anon_sym_bit_DASHshr] = ACTIONS(103), + [anon_sym_EQ_EQ] = ACTIONS(103), + [anon_sym_BANG_EQ] = ACTIONS(103), + [anon_sym_LT2] = ACTIONS(103), + [anon_sym_LT_EQ] = ACTIONS(103), + [anon_sym_GT_EQ] = ACTIONS(103), + [anon_sym_not_DASHin] = ACTIONS(103), + [anon_sym_starts_DASHwith] = ACTIONS(103), + [anon_sym_ends_DASHwith] = ACTIONS(103), + [anon_sym_EQ_TILDE] = ACTIONS(103), + [anon_sym_BANG_TILDE] = ACTIONS(103), + [anon_sym_bit_DASHand] = ACTIONS(103), + [anon_sym_bit_DASHxor] = ACTIONS(103), + [anon_sym_bit_DASHor] = ACTIONS(103), + [anon_sym_and] = ACTIONS(103), + [anon_sym_xor] = ACTIONS(103), + [anon_sym_or] = ACTIONS(103), + [anon_sym_DOT_DOT_LT] = ACTIONS(103), + [anon_sym_DOT_DOT] = ACTIONS(103), + [anon_sym_DOT_DOT_EQ] = ACTIONS(103), + [anon_sym_ns] = ACTIONS(103), + [anon_sym_s] = ACTIONS(103), + [anon_sym_us] = ACTIONS(103), + [anon_sym_ms] = ACTIONS(103), + [anon_sym_sec] = ACTIONS(103), + [anon_sym_min] = ACTIONS(103), + [anon_sym_hr] = ACTIONS(103), + [anon_sym_day] = ACTIONS(103), + [anon_sym_wk] = ACTIONS(103), + [anon_sym_b] = ACTIONS(103), + [anon_sym_B] = ACTIONS(103), + [anon_sym_kb] = ACTIONS(103), + [anon_sym_kB] = ACTIONS(103), + [anon_sym_Kb] = ACTIONS(103), + [anon_sym_KB] = ACTIONS(103), + [anon_sym_mb] = ACTIONS(103), + [anon_sym_mB] = ACTIONS(103), + [anon_sym_Mb] = ACTIONS(103), + [anon_sym_MB] = ACTIONS(103), + [anon_sym_gb] = ACTIONS(103), + [anon_sym_gB] = ACTIONS(103), + [anon_sym_Gb] = ACTIONS(103), + [anon_sym_GB] = ACTIONS(103), + [anon_sym_tb] = ACTIONS(103), + [anon_sym_tB] = ACTIONS(103), + [anon_sym_Tb] = ACTIONS(103), + [anon_sym_TB] = ACTIONS(103), + [anon_sym_pb] = ACTIONS(103), + [anon_sym_pB] = ACTIONS(103), + [anon_sym_Pb] = ACTIONS(103), + [anon_sym_PB] = ACTIONS(103), + [anon_sym_eb] = ACTIONS(103), + [anon_sym_eB] = ACTIONS(103), + [anon_sym_Eb] = ACTIONS(103), + [anon_sym_EB] = ACTIONS(103), + [anon_sym_zb] = ACTIONS(103), + [anon_sym_zB] = ACTIONS(103), + [anon_sym_Zb] = ACTIONS(103), + [anon_sym_ZB] = ACTIONS(103), + [anon_sym_kib] = ACTIONS(103), + [anon_sym_kiB] = ACTIONS(103), + [anon_sym_kIB] = ACTIONS(103), + [anon_sym_kIb] = ACTIONS(103), + [anon_sym_Kib] = ACTIONS(103), + [anon_sym_KIb] = ACTIONS(103), + [anon_sym_KIB] = ACTIONS(103), + [anon_sym_mib] = ACTIONS(103), + [anon_sym_miB] = ACTIONS(103), + [anon_sym_mIB] = ACTIONS(103), + [anon_sym_mIb] = ACTIONS(103), + [anon_sym_Mib] = ACTIONS(103), + [anon_sym_MIb] = ACTIONS(103), + [anon_sym_MIB] = ACTIONS(103), + [anon_sym_gib] = ACTIONS(103), + [anon_sym_giB] = ACTIONS(103), + [anon_sym_gIB] = ACTIONS(103), + [anon_sym_gIb] = ACTIONS(103), + [anon_sym_Gib] = ACTIONS(103), + [anon_sym_GIb] = ACTIONS(103), + [anon_sym_GIB] = ACTIONS(103), + [anon_sym_tib] = ACTIONS(103), + [anon_sym_tiB] = ACTIONS(103), + [anon_sym_tIB] = ACTIONS(103), + [anon_sym_tIb] = ACTIONS(103), + [anon_sym_Tib] = ACTIONS(103), + [anon_sym_TIb] = ACTIONS(103), + [anon_sym_TIB] = ACTIONS(103), + [anon_sym_pib] = ACTIONS(103), + [anon_sym_piB] = ACTIONS(103), + [anon_sym_pIB] = ACTIONS(103), + [anon_sym_pIb] = ACTIONS(103), + [anon_sym_Pib] = ACTIONS(103), + [anon_sym_PIb] = ACTIONS(103), + [anon_sym_PIB] = ACTIONS(103), + [anon_sym_eib] = ACTIONS(103), + [anon_sym_eiB] = ACTIONS(103), + [anon_sym_eIB] = ACTIONS(103), + [anon_sym_eIb] = ACTIONS(103), + [anon_sym_Eib] = ACTIONS(103), + [anon_sym_EIb] = ACTIONS(103), + [anon_sym_EIB] = ACTIONS(103), + [anon_sym_zib] = ACTIONS(103), + [anon_sym_ziB] = ACTIONS(103), + [anon_sym_zIB] = ACTIONS(103), + [anon_sym_zIb] = ACTIONS(103), + [anon_sym_Zib] = ACTIONS(103), + [anon_sym_ZIb] = ACTIONS(103), + [anon_sym_ZIB] = ACTIONS(103), + [anon_sym_POUND] = ACTIONS(3), + }, + [122] = { + [sym_comment] = STATE(122), [anon_sym_COMMA] = ACTIONS(105), [anon_sym_PIPE] = ACTIONS(105), [anon_sym_GT] = ACTIONS(103), @@ -58506,135 +58640,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ZIB] = ACTIONS(105), [anon_sym_POUND] = ACTIONS(157), }, - [122] = { - [sym_comment] = STATE(122), - [ts_builtin_sym_end] = ACTIONS(105), - [anon_sym_SEMI] = ACTIONS(103), - [anon_sym_LF] = ACTIONS(105), - [anon_sym_PIPE] = ACTIONS(103), - [anon_sym_GT] = ACTIONS(103), - [anon_sym_DASH_DASH] = ACTIONS(103), - [anon_sym_DASH] = ACTIONS(103), - [anon_sym_in] = ACTIONS(103), - [anon_sym_STAR] = ACTIONS(103), - [anon_sym_STAR_STAR] = ACTIONS(103), - [anon_sym_PLUS_PLUS] = ACTIONS(103), - [anon_sym_SLASH] = ACTIONS(103), - [anon_sym_mod] = ACTIONS(103), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_PLUS] = ACTIONS(103), - [anon_sym_bit_DASHshl] = ACTIONS(103), - [anon_sym_bit_DASHshr] = ACTIONS(103), - [anon_sym_EQ_EQ] = ACTIONS(103), - [anon_sym_BANG_EQ] = ACTIONS(103), - [anon_sym_LT2] = ACTIONS(103), - [anon_sym_LT_EQ] = ACTIONS(103), - [anon_sym_GT_EQ] = ACTIONS(103), - [anon_sym_not_DASHin] = ACTIONS(103), - [anon_sym_starts_DASHwith] = ACTIONS(103), - [anon_sym_ends_DASHwith] = ACTIONS(103), - [anon_sym_EQ_TILDE] = ACTIONS(103), - [anon_sym_BANG_TILDE] = ACTIONS(103), - [anon_sym_bit_DASHand] = ACTIONS(103), - [anon_sym_bit_DASHxor] = ACTIONS(103), - [anon_sym_bit_DASHor] = ACTIONS(103), - [anon_sym_and] = ACTIONS(103), - [anon_sym_xor] = ACTIONS(103), - [anon_sym_or] = ACTIONS(103), - [anon_sym_DOT_DOT_LT] = ACTIONS(103), - [anon_sym_DOT_DOT] = ACTIONS(103), - [anon_sym_DOT_DOT_EQ] = ACTIONS(103), - [anon_sym_ns] = ACTIONS(103), - [anon_sym_s] = ACTIONS(103), - [anon_sym_us] = ACTIONS(103), - [anon_sym_ms] = ACTIONS(103), - [anon_sym_sec] = ACTIONS(103), - [anon_sym_min] = ACTIONS(103), - [anon_sym_hr] = ACTIONS(103), - [anon_sym_day] = ACTIONS(103), - [anon_sym_wk] = ACTIONS(103), - [anon_sym_b] = ACTIONS(103), - [anon_sym_B] = ACTIONS(103), - [anon_sym_kb] = ACTIONS(103), - [anon_sym_kB] = ACTIONS(103), - [anon_sym_Kb] = ACTIONS(103), - [anon_sym_KB] = ACTIONS(103), - [anon_sym_mb] = ACTIONS(103), - [anon_sym_mB] = ACTIONS(103), - [anon_sym_Mb] = ACTIONS(103), - [anon_sym_MB] = ACTIONS(103), - [anon_sym_gb] = ACTIONS(103), - [anon_sym_gB] = ACTIONS(103), - [anon_sym_Gb] = ACTIONS(103), - [anon_sym_GB] = ACTIONS(103), - [anon_sym_tb] = ACTIONS(103), - [anon_sym_tB] = ACTIONS(103), - [anon_sym_Tb] = ACTIONS(103), - [anon_sym_TB] = ACTIONS(103), - [anon_sym_pb] = ACTIONS(103), - [anon_sym_pB] = ACTIONS(103), - [anon_sym_Pb] = ACTIONS(103), - [anon_sym_PB] = ACTIONS(103), - [anon_sym_eb] = ACTIONS(103), - [anon_sym_eB] = ACTIONS(103), - [anon_sym_Eb] = ACTIONS(103), - [anon_sym_EB] = ACTIONS(103), - [anon_sym_zb] = ACTIONS(103), - [anon_sym_zB] = ACTIONS(103), - [anon_sym_Zb] = ACTIONS(103), - [anon_sym_ZB] = ACTIONS(103), - [anon_sym_kib] = ACTIONS(103), - [anon_sym_kiB] = ACTIONS(103), - [anon_sym_kIB] = ACTIONS(103), - [anon_sym_kIb] = ACTIONS(103), - [anon_sym_Kib] = ACTIONS(103), - [anon_sym_KIb] = ACTIONS(103), - [anon_sym_KIB] = ACTIONS(103), - [anon_sym_mib] = ACTIONS(103), - [anon_sym_miB] = ACTIONS(103), - [anon_sym_mIB] = ACTIONS(103), - [anon_sym_mIb] = ACTIONS(103), - [anon_sym_Mib] = ACTIONS(103), - [anon_sym_MIb] = ACTIONS(103), - [anon_sym_MIB] = ACTIONS(103), - [anon_sym_gib] = ACTIONS(103), - [anon_sym_giB] = ACTIONS(103), - [anon_sym_gIB] = ACTIONS(103), - [anon_sym_gIb] = ACTIONS(103), - [anon_sym_Gib] = ACTIONS(103), - [anon_sym_GIb] = ACTIONS(103), - [anon_sym_GIB] = ACTIONS(103), - [anon_sym_tib] = ACTIONS(103), - [anon_sym_tiB] = ACTIONS(103), - [anon_sym_tIB] = ACTIONS(103), - [anon_sym_tIb] = ACTIONS(103), - [anon_sym_Tib] = ACTIONS(103), - [anon_sym_TIb] = ACTIONS(103), - [anon_sym_TIB] = ACTIONS(103), - [anon_sym_pib] = ACTIONS(103), - [anon_sym_piB] = ACTIONS(103), - [anon_sym_pIB] = ACTIONS(103), - [anon_sym_pIb] = ACTIONS(103), - [anon_sym_Pib] = ACTIONS(103), - [anon_sym_PIb] = ACTIONS(103), - [anon_sym_PIB] = ACTIONS(103), - [anon_sym_eib] = ACTIONS(103), - [anon_sym_eiB] = ACTIONS(103), - [anon_sym_eIB] = ACTIONS(103), - [anon_sym_eIb] = ACTIONS(103), - [anon_sym_Eib] = ACTIONS(103), - [anon_sym_EIb] = ACTIONS(103), - [anon_sym_EIB] = ACTIONS(103), - [anon_sym_zib] = ACTIONS(103), - [anon_sym_ziB] = ACTIONS(103), - [anon_sym_zIB] = ACTIONS(103), - [anon_sym_zIb] = ACTIONS(103), - [anon_sym_Zib] = ACTIONS(103), - [anon_sym_ZIb] = ACTIONS(103), - [anon_sym_ZIB] = ACTIONS(103), - [sym_short_flag] = ACTIONS(103), - [anon_sym_POUND] = ACTIONS(3), - }, [123] = { [sym_comment] = STATE(123), [sym_identifier] = ACTIONS(107), @@ -58668,19 +58673,151 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(107), [anon_sym_xor] = ACTIONS(107), [anon_sym_or] = ACTIONS(107), - [anon_sym_DOT_DOT_LT] = ACTIONS(409), - [anon_sym_DOT_DOT] = ACTIONS(411), - [anon_sym_DOT_DOT_EQ] = ACTIONS(409), - [anon_sym_ns] = ACTIONS(413), - [anon_sym_s] = ACTIONS(413), - [anon_sym_us] = ACTIONS(413), - [anon_sym_ms] = ACTIONS(413), - [anon_sym_sec] = ACTIONS(413), - [anon_sym_min] = ACTIONS(413), - [anon_sym_hr] = ACTIONS(413), - [anon_sym_day] = ACTIONS(413), - [anon_sym_wk] = ACTIONS(413), - [anon_sym_b] = ACTIONS(415), + [anon_sym_DOT_DOT_LT] = ACTIONS(399), + [anon_sym_DOT_DOT] = ACTIONS(401), + [anon_sym_DOT_DOT_EQ] = ACTIONS(399), + [anon_sym_ns] = ACTIONS(403), + [anon_sym_s] = ACTIONS(403), + [anon_sym_us] = ACTIONS(403), + [anon_sym_ms] = ACTIONS(403), + [anon_sym_sec] = ACTIONS(403), + [anon_sym_min] = ACTIONS(403), + [anon_sym_hr] = ACTIONS(403), + [anon_sym_day] = ACTIONS(403), + [anon_sym_wk] = ACTIONS(403), + [anon_sym_b] = ACTIONS(405), + [anon_sym_B] = ACTIONS(405), + [anon_sym_kb] = ACTIONS(405), + [anon_sym_kB] = ACTIONS(405), + [anon_sym_Kb] = ACTIONS(405), + [anon_sym_KB] = ACTIONS(405), + [anon_sym_mb] = ACTIONS(405), + [anon_sym_mB] = ACTIONS(405), + [anon_sym_Mb] = ACTIONS(405), + [anon_sym_MB] = ACTIONS(405), + [anon_sym_gb] = ACTIONS(405), + [anon_sym_gB] = ACTIONS(405), + [anon_sym_Gb] = ACTIONS(405), + [anon_sym_GB] = ACTIONS(405), + [anon_sym_tb] = ACTIONS(405), + [anon_sym_tB] = ACTIONS(405), + [anon_sym_Tb] = ACTIONS(405), + [anon_sym_TB] = ACTIONS(405), + [anon_sym_pb] = ACTIONS(405), + [anon_sym_pB] = ACTIONS(405), + [anon_sym_Pb] = ACTIONS(405), + [anon_sym_PB] = ACTIONS(405), + [anon_sym_eb] = ACTIONS(405), + [anon_sym_eB] = ACTIONS(405), + [anon_sym_Eb] = ACTIONS(405), + [anon_sym_EB] = ACTIONS(405), + [anon_sym_zb] = ACTIONS(405), + [anon_sym_zB] = ACTIONS(405), + [anon_sym_Zb] = ACTIONS(405), + [anon_sym_ZB] = ACTIONS(405), + [anon_sym_kib] = ACTIONS(405), + [anon_sym_kiB] = ACTIONS(405), + [anon_sym_kIB] = ACTIONS(405), + [anon_sym_kIb] = ACTIONS(405), + [anon_sym_Kib] = ACTIONS(405), + [anon_sym_KIb] = ACTIONS(405), + [anon_sym_KIB] = ACTIONS(405), + [anon_sym_mib] = ACTIONS(405), + [anon_sym_miB] = ACTIONS(405), + [anon_sym_mIB] = ACTIONS(405), + [anon_sym_mIb] = ACTIONS(405), + [anon_sym_Mib] = ACTIONS(405), + [anon_sym_MIb] = ACTIONS(405), + [anon_sym_MIB] = ACTIONS(405), + [anon_sym_gib] = ACTIONS(405), + [anon_sym_giB] = ACTIONS(405), + [anon_sym_gIB] = ACTIONS(405), + [anon_sym_gIb] = ACTIONS(405), + [anon_sym_Gib] = ACTIONS(405), + [anon_sym_GIb] = ACTIONS(405), + [anon_sym_GIB] = ACTIONS(405), + [anon_sym_tib] = ACTIONS(405), + [anon_sym_tiB] = ACTIONS(405), + [anon_sym_tIB] = ACTIONS(405), + [anon_sym_tIb] = ACTIONS(405), + [anon_sym_Tib] = ACTIONS(405), + [anon_sym_TIb] = ACTIONS(405), + [anon_sym_TIB] = ACTIONS(405), + [anon_sym_pib] = ACTIONS(405), + [anon_sym_piB] = ACTIONS(405), + [anon_sym_pIB] = ACTIONS(405), + [anon_sym_pIb] = ACTIONS(405), + [anon_sym_Pib] = ACTIONS(405), + [anon_sym_PIb] = ACTIONS(405), + [anon_sym_PIB] = ACTIONS(405), + [anon_sym_eib] = ACTIONS(405), + [anon_sym_eiB] = ACTIONS(405), + [anon_sym_eIB] = ACTIONS(405), + [anon_sym_eIb] = ACTIONS(405), + [anon_sym_Eib] = ACTIONS(405), + [anon_sym_EIb] = ACTIONS(405), + [anon_sym_EIB] = ACTIONS(405), + [anon_sym_zib] = ACTIONS(405), + [anon_sym_ziB] = ACTIONS(405), + [anon_sym_zIB] = ACTIONS(405), + [anon_sym_zIb] = ACTIONS(405), + [anon_sym_Zib] = ACTIONS(405), + [anon_sym_ZIb] = ACTIONS(405), + [anon_sym_ZIB] = ACTIONS(405), + [anon_sym_DQUOTE] = ACTIONS(109), + [sym__str_single_quotes] = ACTIONS(109), + [sym__str_back_ticks] = ACTIONS(109), + [anon_sym_POUND] = ACTIONS(157), + }, + [124] = { + [sym_comment] = STATE(124), + [anon_sym_COMMA] = ACTIONS(109), + [anon_sym_PIPE] = ACTIONS(109), + [anon_sym_GT] = ACTIONS(107), + [anon_sym_DASH] = ACTIONS(109), + [anon_sym_in] = ACTIONS(109), + [anon_sym_if] = ACTIONS(109), + [anon_sym_LBRACE] = ACTIONS(109), + [anon_sym_RBRACE] = ACTIONS(109), + [anon_sym_EQ_GT] = ACTIONS(109), + [anon_sym_STAR] = ACTIONS(107), + [anon_sym_STAR_STAR] = ACTIONS(109), + [anon_sym_PLUS_PLUS] = ACTIONS(109), + [anon_sym_SLASH] = ACTIONS(107), + [anon_sym_mod] = ACTIONS(109), + [anon_sym_SLASH_SLASH] = ACTIONS(109), + [anon_sym_PLUS] = ACTIONS(107), + [anon_sym_bit_DASHshl] = ACTIONS(109), + [anon_sym_bit_DASHshr] = ACTIONS(109), + [anon_sym_EQ_EQ] = ACTIONS(109), + [anon_sym_BANG_EQ] = ACTIONS(109), + [anon_sym_LT2] = ACTIONS(107), + [anon_sym_LT_EQ] = ACTIONS(109), + [anon_sym_GT_EQ] = ACTIONS(109), + [anon_sym_not_DASHin] = ACTIONS(109), + [anon_sym_starts_DASHwith] = ACTIONS(109), + [anon_sym_ends_DASHwith] = ACTIONS(109), + [anon_sym_EQ_TILDE] = ACTIONS(109), + [anon_sym_BANG_TILDE] = ACTIONS(109), + [anon_sym_bit_DASHand] = ACTIONS(109), + [anon_sym_bit_DASHxor] = ACTIONS(109), + [anon_sym_bit_DASHor] = ACTIONS(109), + [anon_sym_and] = ACTIONS(109), + [anon_sym_xor] = ACTIONS(109), + [anon_sym_or] = ACTIONS(109), + [anon_sym_DOT_DOT_LT] = ACTIONS(407), + [anon_sym_DOT_DOT] = ACTIONS(409), + [anon_sym_DOT_DOT_EQ] = ACTIONS(407), + [anon_sym_ns] = ACTIONS(411), + [anon_sym_s] = ACTIONS(411), + [anon_sym_us] = ACTIONS(411), + [anon_sym_ms] = ACTIONS(411), + [anon_sym_sec] = ACTIONS(411), + [anon_sym_min] = ACTIONS(411), + [anon_sym_hr] = ACTIONS(411), + [anon_sym_day] = ACTIONS(411), + [anon_sym_wk] = ACTIONS(411), + [anon_sym_b] = ACTIONS(413), [anon_sym_B] = ACTIONS(415), [anon_sym_kb] = ACTIONS(415), [anon_sym_kB] = ACTIONS(415), @@ -58759,206 +58896,202 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_Zib] = ACTIONS(415), [anon_sym_ZIb] = ACTIONS(415), [anon_sym_ZIB] = ACTIONS(415), - [anon_sym_DQUOTE] = ACTIONS(109), - [sym__str_single_quotes] = ACTIONS(109), - [sym__str_back_ticks] = ACTIONS(109), [anon_sym_POUND] = ACTIONS(157), }, - [124] = { - [sym_comment] = STATE(124), - [ts_builtin_sym_end] = ACTIONS(105), - [anon_sym_SEMI] = ACTIONS(103), - [anon_sym_LF] = ACTIONS(105), - [anon_sym_PIPE] = ACTIONS(103), - [anon_sym_GT] = ACTIONS(103), - [anon_sym_DASH] = ACTIONS(103), - [anon_sym_in] = ACTIONS(103), - [anon_sym_DOT] = ACTIONS(103), - [anon_sym_STAR] = ACTIONS(103), - [anon_sym_QMARK2] = ACTIONS(103), - [anon_sym_STAR_STAR] = ACTIONS(103), - [anon_sym_PLUS_PLUS] = ACTIONS(103), - [anon_sym_SLASH] = ACTIONS(103), - [anon_sym_mod] = ACTIONS(103), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_PLUS] = ACTIONS(103), - [anon_sym_bit_DASHshl] = ACTIONS(103), - [anon_sym_bit_DASHshr] = ACTIONS(103), - [anon_sym_EQ_EQ] = ACTIONS(103), - [anon_sym_BANG_EQ] = ACTIONS(103), - [anon_sym_LT2] = ACTIONS(103), - [anon_sym_LT_EQ] = ACTIONS(103), - [anon_sym_GT_EQ] = ACTIONS(103), - [anon_sym_not_DASHin] = ACTIONS(103), - [anon_sym_starts_DASHwith] = ACTIONS(103), - [anon_sym_ends_DASHwith] = ACTIONS(103), - [anon_sym_EQ_TILDE] = ACTIONS(103), - [anon_sym_BANG_TILDE] = ACTIONS(103), - [anon_sym_bit_DASHand] = ACTIONS(103), - [anon_sym_bit_DASHxor] = ACTIONS(103), - [anon_sym_bit_DASHor] = ACTIONS(103), - [anon_sym_and] = ACTIONS(103), - [anon_sym_xor] = ACTIONS(103), - [anon_sym_or] = ACTIONS(103), - [anon_sym_DOT_DOT_LT] = ACTIONS(103), - [anon_sym_DOT_DOT] = ACTIONS(103), - [anon_sym_DOT_DOT_EQ] = ACTIONS(103), - [anon_sym_ns] = ACTIONS(103), - [anon_sym_s] = ACTIONS(103), - [anon_sym_us] = ACTIONS(103), - [anon_sym_ms] = ACTIONS(103), - [anon_sym_sec] = ACTIONS(103), - [anon_sym_min] = ACTIONS(103), - [anon_sym_hr] = ACTIONS(103), - [anon_sym_day] = ACTIONS(103), - [anon_sym_wk] = ACTIONS(103), - [anon_sym_b] = ACTIONS(103), - [anon_sym_B] = ACTIONS(103), - [anon_sym_kb] = ACTIONS(103), - [anon_sym_kB] = ACTIONS(103), - [anon_sym_Kb] = ACTIONS(103), - [anon_sym_KB] = ACTIONS(103), - [anon_sym_mb] = ACTIONS(103), - [anon_sym_mB] = ACTIONS(103), - [anon_sym_Mb] = ACTIONS(103), - [anon_sym_MB] = ACTIONS(103), - [anon_sym_gb] = ACTIONS(103), - [anon_sym_gB] = ACTIONS(103), - [anon_sym_Gb] = ACTIONS(103), - [anon_sym_GB] = ACTIONS(103), - [anon_sym_tb] = ACTIONS(103), - [anon_sym_tB] = ACTIONS(103), - [anon_sym_Tb] = ACTIONS(103), - [anon_sym_TB] = ACTIONS(103), - [anon_sym_pb] = ACTIONS(103), - [anon_sym_pB] = ACTIONS(103), - [anon_sym_Pb] = ACTIONS(103), - [anon_sym_PB] = ACTIONS(103), - [anon_sym_eb] = ACTIONS(103), - [anon_sym_eB] = ACTIONS(103), - [anon_sym_Eb] = ACTIONS(103), - [anon_sym_EB] = ACTIONS(103), - [anon_sym_zb] = ACTIONS(103), - [anon_sym_zB] = ACTIONS(103), - [anon_sym_Zb] = ACTIONS(103), - [anon_sym_ZB] = ACTIONS(103), - [anon_sym_kib] = ACTIONS(103), - [anon_sym_kiB] = ACTIONS(103), - [anon_sym_kIB] = ACTIONS(103), - [anon_sym_kIb] = ACTIONS(103), - [anon_sym_Kib] = ACTIONS(103), - [anon_sym_KIb] = ACTIONS(103), - [anon_sym_KIB] = ACTIONS(103), - [anon_sym_mib] = ACTIONS(103), - [anon_sym_miB] = ACTIONS(103), - [anon_sym_mIB] = ACTIONS(103), - [anon_sym_mIb] = ACTIONS(103), - [anon_sym_Mib] = ACTIONS(103), - [anon_sym_MIb] = ACTIONS(103), - [anon_sym_MIB] = ACTIONS(103), - [anon_sym_gib] = ACTIONS(103), - [anon_sym_giB] = ACTIONS(103), - [anon_sym_gIB] = ACTIONS(103), - [anon_sym_gIb] = ACTIONS(103), - [anon_sym_Gib] = ACTIONS(103), - [anon_sym_GIb] = ACTIONS(103), - [anon_sym_GIB] = ACTIONS(103), - [anon_sym_tib] = ACTIONS(103), - [anon_sym_tiB] = ACTIONS(103), - [anon_sym_tIB] = ACTIONS(103), - [anon_sym_tIb] = ACTIONS(103), - [anon_sym_Tib] = ACTIONS(103), - [anon_sym_TIb] = ACTIONS(103), - [anon_sym_TIB] = ACTIONS(103), - [anon_sym_pib] = ACTIONS(103), - [anon_sym_piB] = ACTIONS(103), - [anon_sym_pIB] = ACTIONS(103), - [anon_sym_pIb] = ACTIONS(103), - [anon_sym_Pib] = ACTIONS(103), - [anon_sym_PIb] = ACTIONS(103), - [anon_sym_PIB] = ACTIONS(103), - [anon_sym_eib] = ACTIONS(103), - [anon_sym_eiB] = ACTIONS(103), - [anon_sym_eIB] = ACTIONS(103), - [anon_sym_eIb] = ACTIONS(103), - [anon_sym_Eib] = ACTIONS(103), - [anon_sym_EIb] = ACTIONS(103), - [anon_sym_EIB] = ACTIONS(103), - [anon_sym_zib] = ACTIONS(103), - [anon_sym_ziB] = ACTIONS(103), - [anon_sym_zIB] = ACTIONS(103), - [anon_sym_zIb] = ACTIONS(103), - [anon_sym_Zib] = ACTIONS(103), - [anon_sym_ZIb] = ACTIONS(103), - [anon_sym_ZIB] = ACTIONS(103), + [125] = { + [sym_comment] = STATE(125), + [anon_sym_SEMI] = ACTIONS(107), + [anon_sym_LF] = ACTIONS(109), + [anon_sym_RPAREN] = ACTIONS(107), + [anon_sym_PIPE] = ACTIONS(107), + [anon_sym_GT] = ACTIONS(107), + [anon_sym_DASH] = ACTIONS(107), + [anon_sym_in] = ACTIONS(107), + [anon_sym_RBRACE] = ACTIONS(107), + [anon_sym_STAR] = ACTIONS(107), + [anon_sym_STAR_STAR] = ACTIONS(107), + [anon_sym_PLUS_PLUS] = ACTIONS(107), + [anon_sym_SLASH] = ACTIONS(107), + [anon_sym_mod] = ACTIONS(107), + [anon_sym_SLASH_SLASH] = ACTIONS(107), + [anon_sym_PLUS] = ACTIONS(107), + [anon_sym_bit_DASHshl] = ACTIONS(107), + [anon_sym_bit_DASHshr] = ACTIONS(107), + [anon_sym_EQ_EQ] = ACTIONS(107), + [anon_sym_BANG_EQ] = ACTIONS(107), + [anon_sym_LT2] = ACTIONS(107), + [anon_sym_LT_EQ] = ACTIONS(107), + [anon_sym_GT_EQ] = ACTIONS(107), + [anon_sym_not_DASHin] = ACTIONS(107), + [anon_sym_starts_DASHwith] = ACTIONS(107), + [anon_sym_ends_DASHwith] = ACTIONS(107), + [anon_sym_EQ_TILDE] = ACTIONS(107), + [anon_sym_BANG_TILDE] = ACTIONS(107), + [anon_sym_bit_DASHand] = ACTIONS(107), + [anon_sym_bit_DASHxor] = ACTIONS(107), + [anon_sym_bit_DASHor] = ACTIONS(107), + [anon_sym_and] = ACTIONS(107), + [anon_sym_xor] = ACTIONS(107), + [anon_sym_or] = ACTIONS(107), + [anon_sym_DOT_DOT_LT] = ACTIONS(337), + [anon_sym_DOT_DOT] = ACTIONS(337), + [anon_sym_DOT_DOT_EQ] = ACTIONS(337), + [anon_sym_ns] = ACTIONS(339), + [anon_sym_s] = ACTIONS(339), + [anon_sym_us] = ACTIONS(339), + [anon_sym_ms] = ACTIONS(339), + [anon_sym_sec] = ACTIONS(339), + [anon_sym_min] = ACTIONS(339), + [anon_sym_hr] = ACTIONS(339), + [anon_sym_day] = ACTIONS(339), + [anon_sym_wk] = ACTIONS(339), + [anon_sym_b] = ACTIONS(341), + [anon_sym_B] = ACTIONS(341), + [anon_sym_kb] = ACTIONS(341), + [anon_sym_kB] = ACTIONS(341), + [anon_sym_Kb] = ACTIONS(341), + [anon_sym_KB] = ACTIONS(341), + [anon_sym_mb] = ACTIONS(341), + [anon_sym_mB] = ACTIONS(341), + [anon_sym_Mb] = ACTIONS(341), + [anon_sym_MB] = ACTIONS(341), + [anon_sym_gb] = ACTIONS(341), + [anon_sym_gB] = ACTIONS(341), + [anon_sym_Gb] = ACTIONS(341), + [anon_sym_GB] = ACTIONS(341), + [anon_sym_tb] = ACTIONS(341), + [anon_sym_tB] = ACTIONS(341), + [anon_sym_Tb] = ACTIONS(341), + [anon_sym_TB] = ACTIONS(341), + [anon_sym_pb] = ACTIONS(341), + [anon_sym_pB] = ACTIONS(341), + [anon_sym_Pb] = ACTIONS(341), + [anon_sym_PB] = ACTIONS(341), + [anon_sym_eb] = ACTIONS(341), + [anon_sym_eB] = ACTIONS(341), + [anon_sym_Eb] = ACTIONS(341), + [anon_sym_EB] = ACTIONS(341), + [anon_sym_zb] = ACTIONS(341), + [anon_sym_zB] = ACTIONS(341), + [anon_sym_Zb] = ACTIONS(341), + [anon_sym_ZB] = ACTIONS(341), + [anon_sym_kib] = ACTIONS(341), + [anon_sym_kiB] = ACTIONS(341), + [anon_sym_kIB] = ACTIONS(341), + [anon_sym_kIb] = ACTIONS(341), + [anon_sym_Kib] = ACTIONS(341), + [anon_sym_KIb] = ACTIONS(341), + [anon_sym_KIB] = ACTIONS(341), + [anon_sym_mib] = ACTIONS(341), + [anon_sym_miB] = ACTIONS(341), + [anon_sym_mIB] = ACTIONS(341), + [anon_sym_mIb] = ACTIONS(341), + [anon_sym_Mib] = ACTIONS(341), + [anon_sym_MIb] = ACTIONS(341), + [anon_sym_MIB] = ACTIONS(341), + [anon_sym_gib] = ACTIONS(341), + [anon_sym_giB] = ACTIONS(341), + [anon_sym_gIB] = ACTIONS(341), + [anon_sym_gIb] = ACTIONS(341), + [anon_sym_Gib] = ACTIONS(341), + [anon_sym_GIb] = ACTIONS(341), + [anon_sym_GIB] = ACTIONS(341), + [anon_sym_tib] = ACTIONS(341), + [anon_sym_tiB] = ACTIONS(341), + [anon_sym_tIB] = ACTIONS(341), + [anon_sym_tIb] = ACTIONS(341), + [anon_sym_Tib] = ACTIONS(341), + [anon_sym_TIb] = ACTIONS(341), + [anon_sym_TIB] = ACTIONS(341), + [anon_sym_pib] = ACTIONS(341), + [anon_sym_piB] = ACTIONS(341), + [anon_sym_pIB] = ACTIONS(341), + [anon_sym_pIb] = ACTIONS(341), + [anon_sym_Pib] = ACTIONS(341), + [anon_sym_PIb] = ACTIONS(341), + [anon_sym_PIB] = ACTIONS(341), + [anon_sym_eib] = ACTIONS(341), + [anon_sym_eiB] = ACTIONS(341), + [anon_sym_eIB] = ACTIONS(341), + [anon_sym_eIb] = ACTIONS(341), + [anon_sym_Eib] = ACTIONS(341), + [anon_sym_EIb] = ACTIONS(341), + [anon_sym_EIB] = ACTIONS(341), + [anon_sym_zib] = ACTIONS(341), + [anon_sym_ziB] = ACTIONS(341), + [anon_sym_zIB] = ACTIONS(341), + [anon_sym_zIb] = ACTIONS(341), + [anon_sym_Zib] = ACTIONS(341), + [anon_sym_ZIb] = ACTIONS(341), + [anon_sym_ZIB] = ACTIONS(341), [anon_sym_POUND] = ACTIONS(3), }, - [125] = { - [sym__block_body_statement] = STATE(811), - [sym__declaration] = STATE(1004), - [sym_decl_alias] = STATE(997), - [sym_stmt_let] = STATE(999), - [sym_stmt_mut] = STATE(999), - [sym_stmt_const] = STATE(999), + [126] = { + [sym__block_body_statement] = STATE(886), + [sym__declaration] = STATE(993), + [sym_decl_alias] = STATE(994), + [sym_stmt_let] = STATE(995), + [sym_stmt_mut] = STATE(995), + [sym_stmt_const] = STATE(995), [sym__statement] = STATE(996), - [sym_pipeline] = STATE(999), - [sym_decl_def] = STATE(997), - [sym_decl_export] = STATE(997), - [sym_decl_extern] = STATE(997), - [sym_decl_module] = STATE(997), - [sym_decl_use] = STATE(997), - [sym__control] = STATE(998), + [sym_pipeline] = STATE(995), + [sym_decl_def] = STATE(994), + [sym_decl_export] = STATE(994), + [sym_decl_extern] = STATE(994), + [sym_decl_module] = STATE(994), + [sym_decl_use] = STATE(994), + [sym__control] = STATE(1004), [sym__ctrl_statement] = STATE(877), - [sym__ctrl_expression] = STATE(741), + [sym__ctrl_expression] = STATE(715), [sym_ctrl_for] = STATE(874), [sym_ctrl_loop] = STATE(874), [sym_ctrl_error] = STATE(874), [sym_ctrl_while] = STATE(874), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3476), - [sym_stmt_source] = STATE(999), - [sym_stmt_register] = STATE(999), - [sym__stmt_hide] = STATE(999), - [sym_hide_mod] = STATE(869), - [sym_hide_env] = STATE(869), - [sym__stmt_overlay] = STATE(999), - [sym_overlay_list] = STATE(867), - [sym_overlay_hide] = STATE(867), - [sym_overlay_new] = STATE(867), - [sym_overlay_use] = STATE(867), - [sym_assignment] = STATE(999), - [sym_where_command] = STATE(2964), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3509), + [sym_stmt_source] = STATE(995), + [sym_stmt_register] = STATE(995), + [sym__stmt_hide] = STATE(995), + [sym_hide_mod] = STATE(849), + [sym_hide_env] = STATE(849), + [sym__stmt_overlay] = STATE(995), + [sym_overlay_list] = STATE(866), + [sym_overlay_hide] = STATE(866), + [sym_overlay_new] = STATE(866), + [sym_overlay_use] = STATE(866), + [sym_assignment] = STATE(995), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), [sym_val_variable] = STATE(1831), - [sym__var] = STATE(1715), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), - [sym_comment] = STATE(125), - [aux_sym_pipeline_repeat1] = STATE(500), - [aux_sym__block_body_repeat2] = STATE(125), + [sym__var] = STATE(1718), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), + [sym_comment] = STATE(126), + [aux_sym_pipeline_repeat1] = STATE(491), + [aux_sym__block_body_repeat2] = STATE(126), [anon_sym_export] = ACTIONS(417), [anon_sym_alias] = ACTIONS(420), [anon_sym_let] = ACTIONS(423), @@ -59021,134 +59154,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(555), [anon_sym_POUND] = ACTIONS(157), }, - [126] = { - [sym_comment] = STATE(126), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_RPAREN] = ACTIONS(107), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_DOT_DOT_LT] = ACTIONS(345), - [anon_sym_DOT_DOT] = ACTIONS(345), - [anon_sym_DOT_DOT_EQ] = ACTIONS(345), - [anon_sym_ns] = ACTIONS(347), - [anon_sym_s] = ACTIONS(347), - [anon_sym_us] = ACTIONS(347), - [anon_sym_ms] = ACTIONS(347), - [anon_sym_sec] = ACTIONS(347), - [anon_sym_min] = ACTIONS(347), - [anon_sym_hr] = ACTIONS(347), - [anon_sym_day] = ACTIONS(347), - [anon_sym_wk] = ACTIONS(347), - [anon_sym_b] = ACTIONS(349), - [anon_sym_B] = ACTIONS(349), - [anon_sym_kb] = ACTIONS(349), - [anon_sym_kB] = ACTIONS(349), - [anon_sym_Kb] = ACTIONS(349), - [anon_sym_KB] = ACTIONS(349), - [anon_sym_mb] = ACTIONS(349), - [anon_sym_mB] = ACTIONS(349), - [anon_sym_Mb] = ACTIONS(349), - [anon_sym_MB] = ACTIONS(349), - [anon_sym_gb] = ACTIONS(349), - [anon_sym_gB] = ACTIONS(349), - [anon_sym_Gb] = ACTIONS(349), - [anon_sym_GB] = ACTIONS(349), - [anon_sym_tb] = ACTIONS(349), - [anon_sym_tB] = ACTIONS(349), - [anon_sym_Tb] = ACTIONS(349), - [anon_sym_TB] = ACTIONS(349), - [anon_sym_pb] = ACTIONS(349), - [anon_sym_pB] = ACTIONS(349), - [anon_sym_Pb] = ACTIONS(349), - [anon_sym_PB] = ACTIONS(349), - [anon_sym_eb] = ACTIONS(349), - [anon_sym_eB] = ACTIONS(349), - [anon_sym_Eb] = ACTIONS(349), - [anon_sym_EB] = ACTIONS(349), - [anon_sym_zb] = ACTIONS(349), - [anon_sym_zB] = ACTIONS(349), - [anon_sym_Zb] = ACTIONS(349), - [anon_sym_ZB] = ACTIONS(349), - [anon_sym_kib] = ACTIONS(349), - [anon_sym_kiB] = ACTIONS(349), - [anon_sym_kIB] = ACTIONS(349), - [anon_sym_kIb] = ACTIONS(349), - [anon_sym_Kib] = ACTIONS(349), - [anon_sym_KIb] = ACTIONS(349), - [anon_sym_KIB] = ACTIONS(349), - [anon_sym_mib] = ACTIONS(349), - [anon_sym_miB] = ACTIONS(349), - [anon_sym_mIB] = ACTIONS(349), - [anon_sym_mIb] = ACTIONS(349), - [anon_sym_Mib] = ACTIONS(349), - [anon_sym_MIb] = ACTIONS(349), - [anon_sym_MIB] = ACTIONS(349), - [anon_sym_gib] = ACTIONS(349), - [anon_sym_giB] = ACTIONS(349), - [anon_sym_gIB] = ACTIONS(349), - [anon_sym_gIb] = ACTIONS(349), - [anon_sym_Gib] = ACTIONS(349), - [anon_sym_GIb] = ACTIONS(349), - [anon_sym_GIB] = ACTIONS(349), - [anon_sym_tib] = ACTIONS(349), - [anon_sym_tiB] = ACTIONS(349), - [anon_sym_tIB] = ACTIONS(349), - [anon_sym_tIb] = ACTIONS(349), - [anon_sym_Tib] = ACTIONS(349), - [anon_sym_TIb] = ACTIONS(349), - [anon_sym_TIB] = ACTIONS(349), - [anon_sym_pib] = ACTIONS(349), - [anon_sym_piB] = ACTIONS(349), - [anon_sym_pIB] = ACTIONS(349), - [anon_sym_pIb] = ACTIONS(349), - [anon_sym_Pib] = ACTIONS(349), - [anon_sym_PIb] = ACTIONS(349), - [anon_sym_PIB] = ACTIONS(349), - [anon_sym_eib] = ACTIONS(349), - [anon_sym_eiB] = ACTIONS(349), - [anon_sym_eIB] = ACTIONS(349), - [anon_sym_eIb] = ACTIONS(349), - [anon_sym_Eib] = ACTIONS(349), - [anon_sym_EIb] = ACTIONS(349), - [anon_sym_EIB] = ACTIONS(349), - [anon_sym_zib] = ACTIONS(349), - [anon_sym_ziB] = ACTIONS(349), - [anon_sym_zIB] = ACTIONS(349), - [anon_sym_zIb] = ACTIONS(349), - [anon_sym_Zib] = ACTIONS(349), - [anon_sym_ZIb] = ACTIONS(349), - [anon_sym_ZIB] = ACTIONS(349), - [anon_sym_POUND] = ACTIONS(3), - }, [127] = { [sym_comment] = STATE(127), [ts_builtin_sym_end] = ACTIONS(109), @@ -59529,9 +59534,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [130] = { - [sym_cell_path] = STATE(230), - [sym_path] = STATE(136), + [sym_path] = STATE(180), [sym_comment] = STATE(130), + [aux_sym_cell_path_repeat1] = STATE(130), [anon_sym_export] = ACTIONS(568), [anon_sym_alias] = ACTIONS(568), [anon_sym_let] = ACTIONS(568), @@ -59630,514 +59635,514 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [131] = { - [sym_cell_path] = STATE(243), - [sym_path] = STATE(136), + [sym_cell_path] = STATE(231), + [sym_path] = STATE(138), [sym_comment] = STATE(131), - [anon_sym_export] = ACTIONS(574), - [anon_sym_alias] = ACTIONS(574), - [anon_sym_let] = ACTIONS(574), - [anon_sym_let_DASHenv] = ACTIONS(574), - [anon_sym_mut] = ACTIONS(574), - [anon_sym_const] = ACTIONS(574), - [sym_cmd_identifier] = ACTIONS(574), - [anon_sym_SEMI] = ACTIONS(574), - [anon_sym_LF] = ACTIONS(576), - [anon_sym_def] = ACTIONS(574), - [anon_sym_def_DASHenv] = ACTIONS(574), - [anon_sym_export_DASHenv] = ACTIONS(574), - [anon_sym_extern] = ACTIONS(574), - [anon_sym_module] = ACTIONS(574), - [anon_sym_use] = ACTIONS(574), - [anon_sym_LBRACK] = ACTIONS(574), - [anon_sym_LPAREN] = ACTIONS(574), - [anon_sym_RPAREN] = ACTIONS(574), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_DOLLAR] = ACTIONS(574), - [anon_sym_error] = ACTIONS(574), - [anon_sym_GT] = ACTIONS(574), - [anon_sym_DASH_DASH] = ACTIONS(574), - [anon_sym_DASH] = ACTIONS(574), - [anon_sym_break] = ACTIONS(574), - [anon_sym_continue] = ACTIONS(574), - [anon_sym_for] = ACTIONS(574), - [anon_sym_in] = ACTIONS(574), - [anon_sym_loop] = ACTIONS(574), - [anon_sym_while] = ACTIONS(574), - [anon_sym_do] = ACTIONS(574), - [anon_sym_if] = ACTIONS(574), - [anon_sym_match] = ACTIONS(574), - [anon_sym_LBRACE] = ACTIONS(574), - [anon_sym_RBRACE] = ACTIONS(574), - [anon_sym_DOT] = ACTIONS(572), - [anon_sym_try] = ACTIONS(574), - [anon_sym_return] = ACTIONS(574), - [anon_sym_source] = ACTIONS(574), - [anon_sym_source_DASHenv] = ACTIONS(574), - [anon_sym_register] = ACTIONS(574), - [anon_sym_hide] = ACTIONS(574), - [anon_sym_hide_DASHenv] = ACTIONS(574), - [anon_sym_overlay] = ACTIONS(574), - [anon_sym_STAR] = ACTIONS(574), - [anon_sym_where] = ACTIONS(574), - [anon_sym_STAR_STAR] = ACTIONS(574), - [anon_sym_PLUS_PLUS] = ACTIONS(574), - [anon_sym_SLASH] = ACTIONS(574), - [anon_sym_mod] = ACTIONS(574), - [anon_sym_SLASH_SLASH] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(574), - [anon_sym_bit_DASHshl] = ACTIONS(574), - [anon_sym_bit_DASHshr] = ACTIONS(574), - [anon_sym_EQ_EQ] = ACTIONS(574), - [anon_sym_BANG_EQ] = ACTIONS(574), - [anon_sym_LT2] = ACTIONS(574), - [anon_sym_LT_EQ] = ACTIONS(574), - [anon_sym_GT_EQ] = ACTIONS(574), - [anon_sym_not_DASHin] = ACTIONS(574), - [anon_sym_starts_DASHwith] = ACTIONS(574), - [anon_sym_ends_DASHwith] = ACTIONS(574), - [anon_sym_EQ_TILDE] = ACTIONS(574), - [anon_sym_BANG_TILDE] = ACTIONS(574), - [anon_sym_bit_DASHand] = ACTIONS(574), - [anon_sym_bit_DASHxor] = ACTIONS(574), - [anon_sym_bit_DASHor] = ACTIONS(574), - [anon_sym_and] = ACTIONS(574), - [anon_sym_xor] = ACTIONS(574), - [anon_sym_or] = ACTIONS(574), - [anon_sym_not] = ACTIONS(574), - [anon_sym_DOT_DOT_LT] = ACTIONS(574), - [anon_sym_DOT_DOT] = ACTIONS(574), - [anon_sym_DOT_DOT_EQ] = ACTIONS(574), - [sym_val_nothing] = ACTIONS(574), - [anon_sym_true] = ACTIONS(574), - [anon_sym_false] = ACTIONS(574), - [aux_sym_val_number_token1] = ACTIONS(574), - [aux_sym_val_number_token2] = ACTIONS(574), - [aux_sym_val_number_token3] = ACTIONS(574), - [aux_sym_val_number_token4] = ACTIONS(574), - [anon_sym_inf] = ACTIONS(574), - [anon_sym_DASHinf] = ACTIONS(574), - [anon_sym_NaN] = ACTIONS(574), - [anon_sym_0b] = ACTIONS(574), - [anon_sym_0o] = ACTIONS(574), - [anon_sym_0x] = ACTIONS(574), - [sym_val_date] = ACTIONS(574), - [anon_sym_DQUOTE] = ACTIONS(574), - [sym__str_single_quotes] = ACTIONS(574), - [sym__str_back_ticks] = ACTIONS(574), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(574), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(574), - [anon_sym_CARET] = ACTIONS(574), - [sym_short_flag] = ACTIONS(574), + [anon_sym_export] = ACTIONS(575), + [anon_sym_alias] = ACTIONS(575), + [anon_sym_let] = ACTIONS(575), + [anon_sym_let_DASHenv] = ACTIONS(575), + [anon_sym_mut] = ACTIONS(575), + [anon_sym_const] = ACTIONS(575), + [sym_cmd_identifier] = ACTIONS(575), + [anon_sym_SEMI] = ACTIONS(575), + [anon_sym_LF] = ACTIONS(577), + [anon_sym_def] = ACTIONS(575), + [anon_sym_def_DASHenv] = ACTIONS(575), + [anon_sym_export_DASHenv] = ACTIONS(575), + [anon_sym_extern] = ACTIONS(575), + [anon_sym_module] = ACTIONS(575), + [anon_sym_use] = ACTIONS(575), + [anon_sym_LBRACK] = ACTIONS(575), + [anon_sym_LPAREN] = ACTIONS(575), + [anon_sym_RPAREN] = ACTIONS(575), + [anon_sym_PIPE] = ACTIONS(575), + [anon_sym_DOLLAR] = ACTIONS(575), + [anon_sym_error] = ACTIONS(575), + [anon_sym_GT] = ACTIONS(575), + [anon_sym_DASH_DASH] = ACTIONS(575), + [anon_sym_DASH] = ACTIONS(575), + [anon_sym_break] = ACTIONS(575), + [anon_sym_continue] = ACTIONS(575), + [anon_sym_for] = ACTIONS(575), + [anon_sym_in] = ACTIONS(575), + [anon_sym_loop] = ACTIONS(575), + [anon_sym_while] = ACTIONS(575), + [anon_sym_do] = ACTIONS(575), + [anon_sym_if] = ACTIONS(575), + [anon_sym_match] = ACTIONS(575), + [anon_sym_LBRACE] = ACTIONS(575), + [anon_sym_RBRACE] = ACTIONS(575), + [anon_sym_DOT] = ACTIONS(579), + [anon_sym_try] = ACTIONS(575), + [anon_sym_return] = ACTIONS(575), + [anon_sym_source] = ACTIONS(575), + [anon_sym_source_DASHenv] = ACTIONS(575), + [anon_sym_register] = ACTIONS(575), + [anon_sym_hide] = ACTIONS(575), + [anon_sym_hide_DASHenv] = ACTIONS(575), + [anon_sym_overlay] = ACTIONS(575), + [anon_sym_STAR] = ACTIONS(575), + [anon_sym_where] = ACTIONS(575), + [anon_sym_STAR_STAR] = ACTIONS(575), + [anon_sym_PLUS_PLUS] = ACTIONS(575), + [anon_sym_SLASH] = ACTIONS(575), + [anon_sym_mod] = ACTIONS(575), + [anon_sym_SLASH_SLASH] = ACTIONS(575), + [anon_sym_PLUS] = ACTIONS(575), + [anon_sym_bit_DASHshl] = ACTIONS(575), + [anon_sym_bit_DASHshr] = ACTIONS(575), + [anon_sym_EQ_EQ] = ACTIONS(575), + [anon_sym_BANG_EQ] = ACTIONS(575), + [anon_sym_LT2] = ACTIONS(575), + [anon_sym_LT_EQ] = ACTIONS(575), + [anon_sym_GT_EQ] = ACTIONS(575), + [anon_sym_not_DASHin] = ACTIONS(575), + [anon_sym_starts_DASHwith] = ACTIONS(575), + [anon_sym_ends_DASHwith] = ACTIONS(575), + [anon_sym_EQ_TILDE] = ACTIONS(575), + [anon_sym_BANG_TILDE] = ACTIONS(575), + [anon_sym_bit_DASHand] = ACTIONS(575), + [anon_sym_bit_DASHxor] = ACTIONS(575), + [anon_sym_bit_DASHor] = ACTIONS(575), + [anon_sym_and] = ACTIONS(575), + [anon_sym_xor] = ACTIONS(575), + [anon_sym_or] = ACTIONS(575), + [anon_sym_not] = ACTIONS(575), + [anon_sym_DOT_DOT_LT] = ACTIONS(575), + [anon_sym_DOT_DOT] = ACTIONS(575), + [anon_sym_DOT_DOT_EQ] = ACTIONS(575), + [sym_val_nothing] = ACTIONS(575), + [anon_sym_true] = ACTIONS(575), + [anon_sym_false] = ACTIONS(575), + [aux_sym_val_number_token1] = ACTIONS(575), + [aux_sym_val_number_token2] = ACTIONS(575), + [aux_sym_val_number_token3] = ACTIONS(575), + [aux_sym_val_number_token4] = ACTIONS(575), + [anon_sym_inf] = ACTIONS(575), + [anon_sym_DASHinf] = ACTIONS(575), + [anon_sym_NaN] = ACTIONS(575), + [anon_sym_0b] = ACTIONS(575), + [anon_sym_0o] = ACTIONS(575), + [anon_sym_0x] = ACTIONS(575), + [sym_val_date] = ACTIONS(575), + [anon_sym_DQUOTE] = ACTIONS(575), + [sym__str_single_quotes] = ACTIONS(575), + [sym__str_back_ticks] = ACTIONS(575), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(575), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(575), + [anon_sym_CARET] = ACTIONS(575), + [sym_short_flag] = ACTIONS(575), [anon_sym_POUND] = ACTIONS(3), }, [132] = { - [sym_cell_path] = STATE(245), - [sym_path] = STATE(136), + [sym_path] = STATE(180), [sym_comment] = STATE(132), - [anon_sym_export] = ACTIONS(578), - [anon_sym_alias] = ACTIONS(578), - [anon_sym_let] = ACTIONS(578), - [anon_sym_let_DASHenv] = ACTIONS(578), - [anon_sym_mut] = ACTIONS(578), - [anon_sym_const] = ACTIONS(578), - [sym_cmd_identifier] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(578), - [anon_sym_LF] = ACTIONS(580), - [anon_sym_def] = ACTIONS(578), - [anon_sym_def_DASHenv] = ACTIONS(578), - [anon_sym_export_DASHenv] = ACTIONS(578), - [anon_sym_extern] = ACTIONS(578), - [anon_sym_module] = ACTIONS(578), - [anon_sym_use] = ACTIONS(578), - [anon_sym_LBRACK] = ACTIONS(578), - [anon_sym_LPAREN] = ACTIONS(578), - [anon_sym_RPAREN] = ACTIONS(578), - [anon_sym_PIPE] = ACTIONS(578), - [anon_sym_DOLLAR] = ACTIONS(578), - [anon_sym_error] = ACTIONS(578), - [anon_sym_GT] = ACTIONS(578), - [anon_sym_DASH_DASH] = ACTIONS(578), - [anon_sym_DASH] = ACTIONS(578), - [anon_sym_break] = ACTIONS(578), - [anon_sym_continue] = ACTIONS(578), - [anon_sym_for] = ACTIONS(578), - [anon_sym_in] = ACTIONS(578), - [anon_sym_loop] = ACTIONS(578), - [anon_sym_while] = ACTIONS(578), - [anon_sym_do] = ACTIONS(578), - [anon_sym_if] = ACTIONS(578), - [anon_sym_match] = ACTIONS(578), - [anon_sym_LBRACE] = ACTIONS(578), - [anon_sym_RBRACE] = ACTIONS(578), - [anon_sym_DOT] = ACTIONS(572), - [anon_sym_try] = ACTIONS(578), - [anon_sym_return] = ACTIONS(578), - [anon_sym_source] = ACTIONS(578), - [anon_sym_source_DASHenv] = ACTIONS(578), - [anon_sym_register] = ACTIONS(578), - [anon_sym_hide] = ACTIONS(578), - [anon_sym_hide_DASHenv] = ACTIONS(578), - [anon_sym_overlay] = ACTIONS(578), - [anon_sym_STAR] = ACTIONS(578), - [anon_sym_where] = ACTIONS(578), - [anon_sym_STAR_STAR] = ACTIONS(578), - [anon_sym_PLUS_PLUS] = ACTIONS(578), - [anon_sym_SLASH] = ACTIONS(578), - [anon_sym_mod] = ACTIONS(578), - [anon_sym_SLASH_SLASH] = ACTIONS(578), - [anon_sym_PLUS] = ACTIONS(578), - [anon_sym_bit_DASHshl] = ACTIONS(578), - [anon_sym_bit_DASHshr] = ACTIONS(578), - [anon_sym_EQ_EQ] = ACTIONS(578), - [anon_sym_BANG_EQ] = ACTIONS(578), - [anon_sym_LT2] = ACTIONS(578), - [anon_sym_LT_EQ] = ACTIONS(578), - [anon_sym_GT_EQ] = ACTIONS(578), - [anon_sym_not_DASHin] = ACTIONS(578), - [anon_sym_starts_DASHwith] = ACTIONS(578), - [anon_sym_ends_DASHwith] = ACTIONS(578), - [anon_sym_EQ_TILDE] = ACTIONS(578), - [anon_sym_BANG_TILDE] = ACTIONS(578), - [anon_sym_bit_DASHand] = ACTIONS(578), - [anon_sym_bit_DASHxor] = ACTIONS(578), - [anon_sym_bit_DASHor] = ACTIONS(578), - [anon_sym_and] = ACTIONS(578), - [anon_sym_xor] = ACTIONS(578), - [anon_sym_or] = ACTIONS(578), - [anon_sym_not] = ACTIONS(578), - [anon_sym_DOT_DOT_LT] = ACTIONS(578), - [anon_sym_DOT_DOT] = ACTIONS(578), - [anon_sym_DOT_DOT_EQ] = ACTIONS(578), - [sym_val_nothing] = ACTIONS(578), - [anon_sym_true] = ACTIONS(578), - [anon_sym_false] = ACTIONS(578), - [aux_sym_val_number_token1] = ACTIONS(578), - [aux_sym_val_number_token2] = ACTIONS(578), - [aux_sym_val_number_token3] = ACTIONS(578), - [aux_sym_val_number_token4] = ACTIONS(578), - [anon_sym_inf] = ACTIONS(578), - [anon_sym_DASHinf] = ACTIONS(578), - [anon_sym_NaN] = ACTIONS(578), - [anon_sym_0b] = ACTIONS(578), - [anon_sym_0o] = ACTIONS(578), - [anon_sym_0x] = ACTIONS(578), - [sym_val_date] = ACTIONS(578), - [anon_sym_DQUOTE] = ACTIONS(578), - [sym__str_single_quotes] = ACTIONS(578), - [sym__str_back_ticks] = ACTIONS(578), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(578), - [anon_sym_CARET] = ACTIONS(578), - [sym_short_flag] = ACTIONS(578), + [aux_sym_cell_path_repeat1] = STATE(130), + [anon_sym_export] = ACTIONS(581), + [anon_sym_alias] = ACTIONS(581), + [anon_sym_let] = ACTIONS(581), + [anon_sym_let_DASHenv] = ACTIONS(581), + [anon_sym_mut] = ACTIONS(581), + [anon_sym_const] = ACTIONS(581), + [sym_cmd_identifier] = ACTIONS(581), + [anon_sym_SEMI] = ACTIONS(581), + [anon_sym_LF] = ACTIONS(583), + [anon_sym_def] = ACTIONS(581), + [anon_sym_def_DASHenv] = ACTIONS(581), + [anon_sym_export_DASHenv] = ACTIONS(581), + [anon_sym_extern] = ACTIONS(581), + [anon_sym_module] = ACTIONS(581), + [anon_sym_use] = ACTIONS(581), + [anon_sym_LBRACK] = ACTIONS(581), + [anon_sym_LPAREN] = ACTIONS(581), + [anon_sym_RPAREN] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(581), + [anon_sym_error] = ACTIONS(581), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(581), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_break] = ACTIONS(581), + [anon_sym_continue] = ACTIONS(581), + [anon_sym_for] = ACTIONS(581), + [anon_sym_in] = ACTIONS(581), + [anon_sym_loop] = ACTIONS(581), + [anon_sym_while] = ACTIONS(581), + [anon_sym_do] = ACTIONS(581), + [anon_sym_if] = ACTIONS(581), + [anon_sym_match] = ACTIONS(581), + [anon_sym_LBRACE] = ACTIONS(581), + [anon_sym_RBRACE] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(579), + [anon_sym_try] = ACTIONS(581), + [anon_sym_return] = ACTIONS(581), + [anon_sym_source] = ACTIONS(581), + [anon_sym_source_DASHenv] = ACTIONS(581), + [anon_sym_register] = ACTIONS(581), + [anon_sym_hide] = ACTIONS(581), + [anon_sym_hide_DASHenv] = ACTIONS(581), + [anon_sym_overlay] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_where] = ACTIONS(581), + [anon_sym_STAR_STAR] = ACTIONS(581), + [anon_sym_PLUS_PLUS] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_mod] = ACTIONS(581), + [anon_sym_SLASH_SLASH] = ACTIONS(581), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_bit_DASHshl] = ACTIONS(581), + [anon_sym_bit_DASHshr] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(581), + [anon_sym_BANG_EQ] = ACTIONS(581), + [anon_sym_LT2] = ACTIONS(581), + [anon_sym_LT_EQ] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(581), + [anon_sym_not_DASHin] = ACTIONS(581), + [anon_sym_starts_DASHwith] = ACTIONS(581), + [anon_sym_ends_DASHwith] = ACTIONS(581), + [anon_sym_EQ_TILDE] = ACTIONS(581), + [anon_sym_BANG_TILDE] = ACTIONS(581), + [anon_sym_bit_DASHand] = ACTIONS(581), + [anon_sym_bit_DASHxor] = ACTIONS(581), + [anon_sym_bit_DASHor] = ACTIONS(581), + [anon_sym_and] = ACTIONS(581), + [anon_sym_xor] = ACTIONS(581), + [anon_sym_or] = ACTIONS(581), + [anon_sym_not] = ACTIONS(581), + [anon_sym_DOT_DOT_LT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_EQ] = ACTIONS(581), + [sym_val_nothing] = ACTIONS(581), + [anon_sym_true] = ACTIONS(581), + [anon_sym_false] = ACTIONS(581), + [aux_sym_val_number_token1] = ACTIONS(581), + [aux_sym_val_number_token2] = ACTIONS(581), + [aux_sym_val_number_token3] = ACTIONS(581), + [aux_sym_val_number_token4] = ACTIONS(581), + [anon_sym_inf] = ACTIONS(581), + [anon_sym_DASHinf] = ACTIONS(581), + [anon_sym_NaN] = ACTIONS(581), + [anon_sym_0b] = ACTIONS(581), + [anon_sym_0o] = ACTIONS(581), + [anon_sym_0x] = ACTIONS(581), + [sym_val_date] = ACTIONS(581), + [anon_sym_DQUOTE] = ACTIONS(581), + [sym__str_single_quotes] = ACTIONS(581), + [sym__str_back_ticks] = ACTIONS(581), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [sym_short_flag] = ACTIONS(581), [anon_sym_POUND] = ACTIONS(3), }, [133] = { - [sym_cell_path] = STATE(244), - [sym_path] = STATE(136), + [sym_cell_path] = STATE(232), + [sym_path] = STATE(138), [sym_comment] = STATE(133), - [anon_sym_export] = ACTIONS(582), - [anon_sym_alias] = ACTIONS(582), - [anon_sym_let] = ACTIONS(582), - [anon_sym_let_DASHenv] = ACTIONS(582), - [anon_sym_mut] = ACTIONS(582), - [anon_sym_const] = ACTIONS(582), - [sym_cmd_identifier] = ACTIONS(582), - [anon_sym_SEMI] = ACTIONS(582), - [anon_sym_LF] = ACTIONS(584), - [anon_sym_def] = ACTIONS(582), - [anon_sym_def_DASHenv] = ACTIONS(582), - [anon_sym_export_DASHenv] = ACTIONS(582), - [anon_sym_extern] = ACTIONS(582), - [anon_sym_module] = ACTIONS(582), - [anon_sym_use] = ACTIONS(582), - [anon_sym_LBRACK] = ACTIONS(582), - [anon_sym_LPAREN] = ACTIONS(582), - [anon_sym_RPAREN] = ACTIONS(582), - [anon_sym_PIPE] = ACTIONS(582), - [anon_sym_DOLLAR] = ACTIONS(582), - [anon_sym_error] = ACTIONS(582), - [anon_sym_GT] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DASH] = ACTIONS(582), - [anon_sym_break] = ACTIONS(582), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_for] = ACTIONS(582), - [anon_sym_in] = ACTIONS(582), - [anon_sym_loop] = ACTIONS(582), - [anon_sym_while] = ACTIONS(582), - [anon_sym_do] = ACTIONS(582), - [anon_sym_if] = ACTIONS(582), - [anon_sym_match] = ACTIONS(582), - [anon_sym_LBRACE] = ACTIONS(582), - [anon_sym_RBRACE] = ACTIONS(582), - [anon_sym_DOT] = ACTIONS(572), - [anon_sym_try] = ACTIONS(582), - [anon_sym_return] = ACTIONS(582), - [anon_sym_source] = ACTIONS(582), - [anon_sym_source_DASHenv] = ACTIONS(582), - [anon_sym_register] = ACTIONS(582), - [anon_sym_hide] = ACTIONS(582), - [anon_sym_hide_DASHenv] = ACTIONS(582), - [anon_sym_overlay] = ACTIONS(582), - [anon_sym_STAR] = ACTIONS(582), - [anon_sym_where] = ACTIONS(582), - [anon_sym_STAR_STAR] = ACTIONS(582), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_SLASH] = ACTIONS(582), - [anon_sym_mod] = ACTIONS(582), - [anon_sym_SLASH_SLASH] = ACTIONS(582), - [anon_sym_PLUS] = ACTIONS(582), - [anon_sym_bit_DASHshl] = ACTIONS(582), - [anon_sym_bit_DASHshr] = ACTIONS(582), - [anon_sym_EQ_EQ] = ACTIONS(582), - [anon_sym_BANG_EQ] = ACTIONS(582), - [anon_sym_LT2] = ACTIONS(582), - [anon_sym_LT_EQ] = ACTIONS(582), - [anon_sym_GT_EQ] = ACTIONS(582), - [anon_sym_not_DASHin] = ACTIONS(582), - [anon_sym_starts_DASHwith] = ACTIONS(582), - [anon_sym_ends_DASHwith] = ACTIONS(582), - [anon_sym_EQ_TILDE] = ACTIONS(582), - [anon_sym_BANG_TILDE] = ACTIONS(582), - [anon_sym_bit_DASHand] = ACTIONS(582), - [anon_sym_bit_DASHxor] = ACTIONS(582), - [anon_sym_bit_DASHor] = ACTIONS(582), - [anon_sym_and] = ACTIONS(582), - [anon_sym_xor] = ACTIONS(582), - [anon_sym_or] = ACTIONS(582), - [anon_sym_not] = ACTIONS(582), - [anon_sym_DOT_DOT_LT] = ACTIONS(582), - [anon_sym_DOT_DOT] = ACTIONS(582), - [anon_sym_DOT_DOT_EQ] = ACTIONS(582), - [sym_val_nothing] = ACTIONS(582), - [anon_sym_true] = ACTIONS(582), - [anon_sym_false] = ACTIONS(582), - [aux_sym_val_number_token1] = ACTIONS(582), - [aux_sym_val_number_token2] = ACTIONS(582), - [aux_sym_val_number_token3] = ACTIONS(582), - [aux_sym_val_number_token4] = ACTIONS(582), - [anon_sym_inf] = ACTIONS(582), - [anon_sym_DASHinf] = ACTIONS(582), - [anon_sym_NaN] = ACTIONS(582), - [anon_sym_0b] = ACTIONS(582), - [anon_sym_0o] = ACTIONS(582), - [anon_sym_0x] = ACTIONS(582), - [sym_val_date] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(582), - [sym__str_single_quotes] = ACTIONS(582), - [sym__str_back_ticks] = ACTIONS(582), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(582), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(582), - [anon_sym_CARET] = ACTIONS(582), - [sym_short_flag] = ACTIONS(582), + [anon_sym_export] = ACTIONS(585), + [anon_sym_alias] = ACTIONS(585), + [anon_sym_let] = ACTIONS(585), + [anon_sym_let_DASHenv] = ACTIONS(585), + [anon_sym_mut] = ACTIONS(585), + [anon_sym_const] = ACTIONS(585), + [sym_cmd_identifier] = ACTIONS(585), + [anon_sym_SEMI] = ACTIONS(585), + [anon_sym_LF] = ACTIONS(587), + [anon_sym_def] = ACTIONS(585), + [anon_sym_def_DASHenv] = ACTIONS(585), + [anon_sym_export_DASHenv] = ACTIONS(585), + [anon_sym_extern] = ACTIONS(585), + [anon_sym_module] = ACTIONS(585), + [anon_sym_use] = ACTIONS(585), + [anon_sym_LBRACK] = ACTIONS(585), + [anon_sym_LPAREN] = ACTIONS(585), + [anon_sym_RPAREN] = ACTIONS(585), + [anon_sym_PIPE] = ACTIONS(585), + [anon_sym_DOLLAR] = ACTIONS(585), + [anon_sym_error] = ACTIONS(585), + [anon_sym_GT] = ACTIONS(585), + [anon_sym_DASH_DASH] = ACTIONS(585), + [anon_sym_DASH] = ACTIONS(585), + [anon_sym_break] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(585), + [anon_sym_for] = ACTIONS(585), + [anon_sym_in] = ACTIONS(585), + [anon_sym_loop] = ACTIONS(585), + [anon_sym_while] = ACTIONS(585), + [anon_sym_do] = ACTIONS(585), + [anon_sym_if] = ACTIONS(585), + [anon_sym_match] = ACTIONS(585), + [anon_sym_LBRACE] = ACTIONS(585), + [anon_sym_RBRACE] = ACTIONS(585), + [anon_sym_DOT] = ACTIONS(579), + [anon_sym_try] = ACTIONS(585), + [anon_sym_return] = ACTIONS(585), + [anon_sym_source] = ACTIONS(585), + [anon_sym_source_DASHenv] = ACTIONS(585), + [anon_sym_register] = ACTIONS(585), + [anon_sym_hide] = ACTIONS(585), + [anon_sym_hide_DASHenv] = ACTIONS(585), + [anon_sym_overlay] = ACTIONS(585), + [anon_sym_STAR] = ACTIONS(585), + [anon_sym_where] = ACTIONS(585), + [anon_sym_STAR_STAR] = ACTIONS(585), + [anon_sym_PLUS_PLUS] = ACTIONS(585), + [anon_sym_SLASH] = ACTIONS(585), + [anon_sym_mod] = ACTIONS(585), + [anon_sym_SLASH_SLASH] = ACTIONS(585), + [anon_sym_PLUS] = ACTIONS(585), + [anon_sym_bit_DASHshl] = ACTIONS(585), + [anon_sym_bit_DASHshr] = ACTIONS(585), + [anon_sym_EQ_EQ] = ACTIONS(585), + [anon_sym_BANG_EQ] = ACTIONS(585), + [anon_sym_LT2] = ACTIONS(585), + [anon_sym_LT_EQ] = ACTIONS(585), + [anon_sym_GT_EQ] = ACTIONS(585), + [anon_sym_not_DASHin] = ACTIONS(585), + [anon_sym_starts_DASHwith] = ACTIONS(585), + [anon_sym_ends_DASHwith] = ACTIONS(585), + [anon_sym_EQ_TILDE] = ACTIONS(585), + [anon_sym_BANG_TILDE] = ACTIONS(585), + [anon_sym_bit_DASHand] = ACTIONS(585), + [anon_sym_bit_DASHxor] = ACTIONS(585), + [anon_sym_bit_DASHor] = ACTIONS(585), + [anon_sym_and] = ACTIONS(585), + [anon_sym_xor] = ACTIONS(585), + [anon_sym_or] = ACTIONS(585), + [anon_sym_not] = ACTIONS(585), + [anon_sym_DOT_DOT_LT] = ACTIONS(585), + [anon_sym_DOT_DOT] = ACTIONS(585), + [anon_sym_DOT_DOT_EQ] = ACTIONS(585), + [sym_val_nothing] = ACTIONS(585), + [anon_sym_true] = ACTIONS(585), + [anon_sym_false] = ACTIONS(585), + [aux_sym_val_number_token1] = ACTIONS(585), + [aux_sym_val_number_token2] = ACTIONS(585), + [aux_sym_val_number_token3] = ACTIONS(585), + [aux_sym_val_number_token4] = ACTIONS(585), + [anon_sym_inf] = ACTIONS(585), + [anon_sym_DASHinf] = ACTIONS(585), + [anon_sym_NaN] = ACTIONS(585), + [anon_sym_0b] = ACTIONS(585), + [anon_sym_0o] = ACTIONS(585), + [anon_sym_0x] = ACTIONS(585), + [sym_val_date] = ACTIONS(585), + [anon_sym_DQUOTE] = ACTIONS(585), + [sym__str_single_quotes] = ACTIONS(585), + [sym__str_back_ticks] = ACTIONS(585), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(585), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(585), + [anon_sym_CARET] = ACTIONS(585), + [sym_short_flag] = ACTIONS(585), [anon_sym_POUND] = ACTIONS(3), }, [134] = { - [sym_path] = STATE(187), + [sym_cell_path] = STATE(195), + [sym_path] = STATE(138), [sym_comment] = STATE(134), - [aux_sym_cell_path_repeat1] = STATE(135), - [anon_sym_export] = ACTIONS(586), - [anon_sym_alias] = ACTIONS(586), - [anon_sym_let] = ACTIONS(586), - [anon_sym_let_DASHenv] = ACTIONS(586), - [anon_sym_mut] = ACTIONS(586), - [anon_sym_const] = ACTIONS(586), - [sym_cmd_identifier] = ACTIONS(586), - [anon_sym_SEMI] = ACTIONS(586), - [anon_sym_LF] = ACTIONS(588), - [anon_sym_def] = ACTIONS(586), - [anon_sym_def_DASHenv] = ACTIONS(586), - [anon_sym_export_DASHenv] = ACTIONS(586), - [anon_sym_extern] = ACTIONS(586), - [anon_sym_module] = ACTIONS(586), - [anon_sym_use] = ACTIONS(586), - [anon_sym_LBRACK] = ACTIONS(586), - [anon_sym_LPAREN] = ACTIONS(586), - [anon_sym_RPAREN] = ACTIONS(586), - [anon_sym_PIPE] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(586), - [anon_sym_error] = ACTIONS(586), - [anon_sym_GT] = ACTIONS(586), - [anon_sym_DASH_DASH] = ACTIONS(586), - [anon_sym_DASH] = ACTIONS(586), - [anon_sym_break] = ACTIONS(586), - [anon_sym_continue] = ACTIONS(586), - [anon_sym_for] = ACTIONS(586), - [anon_sym_in] = ACTIONS(586), - [anon_sym_loop] = ACTIONS(586), - [anon_sym_while] = ACTIONS(586), - [anon_sym_do] = ACTIONS(586), - [anon_sym_if] = ACTIONS(586), - [anon_sym_match] = ACTIONS(586), - [anon_sym_LBRACE] = ACTIONS(586), - [anon_sym_RBRACE] = ACTIONS(586), - [anon_sym_DOT] = ACTIONS(572), - [anon_sym_try] = ACTIONS(586), - [anon_sym_return] = ACTIONS(586), - [anon_sym_source] = ACTIONS(586), - [anon_sym_source_DASHenv] = ACTIONS(586), - [anon_sym_register] = ACTIONS(586), - [anon_sym_hide] = ACTIONS(586), - [anon_sym_hide_DASHenv] = ACTIONS(586), - [anon_sym_overlay] = ACTIONS(586), - [anon_sym_STAR] = ACTIONS(586), - [anon_sym_where] = ACTIONS(586), - [anon_sym_STAR_STAR] = ACTIONS(586), - [anon_sym_PLUS_PLUS] = ACTIONS(586), - [anon_sym_SLASH] = ACTIONS(586), - [anon_sym_mod] = ACTIONS(586), - [anon_sym_SLASH_SLASH] = ACTIONS(586), - [anon_sym_PLUS] = ACTIONS(586), - [anon_sym_bit_DASHshl] = ACTIONS(586), - [anon_sym_bit_DASHshr] = ACTIONS(586), - [anon_sym_EQ_EQ] = ACTIONS(586), - [anon_sym_BANG_EQ] = ACTIONS(586), - [anon_sym_LT2] = ACTIONS(586), - [anon_sym_LT_EQ] = ACTIONS(586), - [anon_sym_GT_EQ] = ACTIONS(586), - [anon_sym_not_DASHin] = ACTIONS(586), - [anon_sym_starts_DASHwith] = ACTIONS(586), - [anon_sym_ends_DASHwith] = ACTIONS(586), - [anon_sym_EQ_TILDE] = ACTIONS(586), - [anon_sym_BANG_TILDE] = ACTIONS(586), - [anon_sym_bit_DASHand] = ACTIONS(586), - [anon_sym_bit_DASHxor] = ACTIONS(586), - [anon_sym_bit_DASHor] = ACTIONS(586), - [anon_sym_and] = ACTIONS(586), - [anon_sym_xor] = ACTIONS(586), - [anon_sym_or] = ACTIONS(586), - [anon_sym_not] = ACTIONS(586), - [anon_sym_DOT_DOT_LT] = ACTIONS(586), - [anon_sym_DOT_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT_EQ] = ACTIONS(586), - [sym_val_nothing] = ACTIONS(586), - [anon_sym_true] = ACTIONS(586), - [anon_sym_false] = ACTIONS(586), - [aux_sym_val_number_token1] = ACTIONS(586), - [aux_sym_val_number_token2] = ACTIONS(586), - [aux_sym_val_number_token3] = ACTIONS(586), - [aux_sym_val_number_token4] = ACTIONS(586), - [anon_sym_inf] = ACTIONS(586), - [anon_sym_DASHinf] = ACTIONS(586), - [anon_sym_NaN] = ACTIONS(586), - [anon_sym_0b] = ACTIONS(586), - [anon_sym_0o] = ACTIONS(586), - [anon_sym_0x] = ACTIONS(586), - [sym_val_date] = ACTIONS(586), - [anon_sym_DQUOTE] = ACTIONS(586), - [sym__str_single_quotes] = ACTIONS(586), - [sym__str_back_ticks] = ACTIONS(586), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(586), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(586), - [anon_sym_CARET] = ACTIONS(586), - [sym_short_flag] = ACTIONS(586), + [anon_sym_export] = ACTIONS(589), + [anon_sym_alias] = ACTIONS(589), + [anon_sym_let] = ACTIONS(589), + [anon_sym_let_DASHenv] = ACTIONS(589), + [anon_sym_mut] = ACTIONS(589), + [anon_sym_const] = ACTIONS(589), + [sym_cmd_identifier] = ACTIONS(589), + [anon_sym_SEMI] = ACTIONS(589), + [anon_sym_LF] = ACTIONS(591), + [anon_sym_def] = ACTIONS(589), + [anon_sym_def_DASHenv] = ACTIONS(589), + [anon_sym_export_DASHenv] = ACTIONS(589), + [anon_sym_extern] = ACTIONS(589), + [anon_sym_module] = ACTIONS(589), + [anon_sym_use] = ACTIONS(589), + [anon_sym_LBRACK] = ACTIONS(589), + [anon_sym_LPAREN] = ACTIONS(589), + [anon_sym_RPAREN] = ACTIONS(589), + [anon_sym_PIPE] = ACTIONS(589), + [anon_sym_DOLLAR] = ACTIONS(589), + [anon_sym_error] = ACTIONS(589), + [anon_sym_GT] = ACTIONS(589), + [anon_sym_DASH_DASH] = ACTIONS(589), + [anon_sym_DASH] = ACTIONS(589), + [anon_sym_break] = ACTIONS(589), + [anon_sym_continue] = ACTIONS(589), + [anon_sym_for] = ACTIONS(589), + [anon_sym_in] = ACTIONS(589), + [anon_sym_loop] = ACTIONS(589), + [anon_sym_while] = ACTIONS(589), + [anon_sym_do] = ACTIONS(589), + [anon_sym_if] = ACTIONS(589), + [anon_sym_match] = ACTIONS(589), + [anon_sym_LBRACE] = ACTIONS(589), + [anon_sym_RBRACE] = ACTIONS(589), + [anon_sym_DOT] = ACTIONS(579), + [anon_sym_try] = ACTIONS(589), + [anon_sym_return] = ACTIONS(589), + [anon_sym_source] = ACTIONS(589), + [anon_sym_source_DASHenv] = ACTIONS(589), + [anon_sym_register] = ACTIONS(589), + [anon_sym_hide] = ACTIONS(589), + [anon_sym_hide_DASHenv] = ACTIONS(589), + [anon_sym_overlay] = ACTIONS(589), + [anon_sym_STAR] = ACTIONS(589), + [anon_sym_where] = ACTIONS(589), + [anon_sym_STAR_STAR] = ACTIONS(589), + [anon_sym_PLUS_PLUS] = ACTIONS(589), + [anon_sym_SLASH] = ACTIONS(589), + [anon_sym_mod] = ACTIONS(589), + [anon_sym_SLASH_SLASH] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(589), + [anon_sym_bit_DASHshl] = ACTIONS(589), + [anon_sym_bit_DASHshr] = ACTIONS(589), + [anon_sym_EQ_EQ] = ACTIONS(589), + [anon_sym_BANG_EQ] = ACTIONS(589), + [anon_sym_LT2] = ACTIONS(589), + [anon_sym_LT_EQ] = ACTIONS(589), + [anon_sym_GT_EQ] = ACTIONS(589), + [anon_sym_not_DASHin] = ACTIONS(589), + [anon_sym_starts_DASHwith] = ACTIONS(589), + [anon_sym_ends_DASHwith] = ACTIONS(589), + [anon_sym_EQ_TILDE] = ACTIONS(589), + [anon_sym_BANG_TILDE] = ACTIONS(589), + [anon_sym_bit_DASHand] = ACTIONS(589), + [anon_sym_bit_DASHxor] = ACTIONS(589), + [anon_sym_bit_DASHor] = ACTIONS(589), + [anon_sym_and] = ACTIONS(589), + [anon_sym_xor] = ACTIONS(589), + [anon_sym_or] = ACTIONS(589), + [anon_sym_not] = ACTIONS(589), + [anon_sym_DOT_DOT_LT] = ACTIONS(589), + [anon_sym_DOT_DOT] = ACTIONS(589), + [anon_sym_DOT_DOT_EQ] = ACTIONS(589), + [sym_val_nothing] = ACTIONS(589), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), + [aux_sym_val_number_token1] = ACTIONS(589), + [aux_sym_val_number_token2] = ACTIONS(589), + [aux_sym_val_number_token3] = ACTIONS(589), + [aux_sym_val_number_token4] = ACTIONS(589), + [anon_sym_inf] = ACTIONS(589), + [anon_sym_DASHinf] = ACTIONS(589), + [anon_sym_NaN] = ACTIONS(589), + [anon_sym_0b] = ACTIONS(589), + [anon_sym_0o] = ACTIONS(589), + [anon_sym_0x] = ACTIONS(589), + [sym_val_date] = ACTIONS(589), + [anon_sym_DQUOTE] = ACTIONS(589), + [sym__str_single_quotes] = ACTIONS(589), + [sym__str_back_ticks] = ACTIONS(589), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(589), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(589), + [anon_sym_CARET] = ACTIONS(589), + [sym_short_flag] = ACTIONS(589), [anon_sym_POUND] = ACTIONS(3), }, [135] = { - [sym_path] = STATE(187), + [sym_cell_path] = STATE(218), + [sym_path] = STATE(138), [sym_comment] = STATE(135), - [aux_sym_cell_path_repeat1] = STATE(135), - [anon_sym_export] = ACTIONS(590), - [anon_sym_alias] = ACTIONS(590), - [anon_sym_let] = ACTIONS(590), - [anon_sym_let_DASHenv] = ACTIONS(590), - [anon_sym_mut] = ACTIONS(590), - [anon_sym_const] = ACTIONS(590), - [sym_cmd_identifier] = ACTIONS(590), - [anon_sym_SEMI] = ACTIONS(590), - [anon_sym_LF] = ACTIONS(592), - [anon_sym_def] = ACTIONS(590), - [anon_sym_def_DASHenv] = ACTIONS(590), - [anon_sym_export_DASHenv] = ACTIONS(590), - [anon_sym_extern] = ACTIONS(590), - [anon_sym_module] = ACTIONS(590), - [anon_sym_use] = ACTIONS(590), - [anon_sym_LBRACK] = ACTIONS(590), - [anon_sym_LPAREN] = ACTIONS(590), - [anon_sym_RPAREN] = ACTIONS(590), - [anon_sym_PIPE] = ACTIONS(590), - [anon_sym_DOLLAR] = ACTIONS(590), - [anon_sym_error] = ACTIONS(590), - [anon_sym_GT] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_break] = ACTIONS(590), - [anon_sym_continue] = ACTIONS(590), - [anon_sym_for] = ACTIONS(590), - [anon_sym_in] = ACTIONS(590), - [anon_sym_loop] = ACTIONS(590), - [anon_sym_while] = ACTIONS(590), - [anon_sym_do] = ACTIONS(590), - [anon_sym_if] = ACTIONS(590), - [anon_sym_match] = ACTIONS(590), - [anon_sym_LBRACE] = ACTIONS(590), - [anon_sym_RBRACE] = ACTIONS(590), - [anon_sym_DOT] = ACTIONS(594), - [anon_sym_try] = ACTIONS(590), - [anon_sym_return] = ACTIONS(590), - [anon_sym_source] = ACTIONS(590), - [anon_sym_source_DASHenv] = ACTIONS(590), - [anon_sym_register] = ACTIONS(590), - [anon_sym_hide] = ACTIONS(590), - [anon_sym_hide_DASHenv] = ACTIONS(590), - [anon_sym_overlay] = ACTIONS(590), - [anon_sym_STAR] = ACTIONS(590), - [anon_sym_where] = ACTIONS(590), - [anon_sym_STAR_STAR] = ACTIONS(590), - [anon_sym_PLUS_PLUS] = ACTIONS(590), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_mod] = ACTIONS(590), - [anon_sym_SLASH_SLASH] = ACTIONS(590), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_bit_DASHshl] = ACTIONS(590), - [anon_sym_bit_DASHshr] = ACTIONS(590), - [anon_sym_EQ_EQ] = ACTIONS(590), - [anon_sym_BANG_EQ] = ACTIONS(590), - [anon_sym_LT2] = ACTIONS(590), - [anon_sym_LT_EQ] = ACTIONS(590), - [anon_sym_GT_EQ] = ACTIONS(590), - [anon_sym_not_DASHin] = ACTIONS(590), - [anon_sym_starts_DASHwith] = ACTIONS(590), - [anon_sym_ends_DASHwith] = ACTIONS(590), - [anon_sym_EQ_TILDE] = ACTIONS(590), - [anon_sym_BANG_TILDE] = ACTIONS(590), - [anon_sym_bit_DASHand] = ACTIONS(590), - [anon_sym_bit_DASHxor] = ACTIONS(590), - [anon_sym_bit_DASHor] = ACTIONS(590), - [anon_sym_and] = ACTIONS(590), - [anon_sym_xor] = ACTIONS(590), - [anon_sym_or] = ACTIONS(590), - [anon_sym_not] = ACTIONS(590), - [anon_sym_DOT_DOT_LT] = ACTIONS(590), - [anon_sym_DOT_DOT] = ACTIONS(590), - [anon_sym_DOT_DOT_EQ] = ACTIONS(590), - [sym_val_nothing] = ACTIONS(590), - [anon_sym_true] = ACTIONS(590), - [anon_sym_false] = ACTIONS(590), - [aux_sym_val_number_token1] = ACTIONS(590), - [aux_sym_val_number_token2] = ACTIONS(590), - [aux_sym_val_number_token3] = ACTIONS(590), - [aux_sym_val_number_token4] = ACTIONS(590), - [anon_sym_inf] = ACTIONS(590), - [anon_sym_DASHinf] = ACTIONS(590), - [anon_sym_NaN] = ACTIONS(590), - [anon_sym_0b] = ACTIONS(590), - [anon_sym_0o] = ACTIONS(590), - [anon_sym_0x] = ACTIONS(590), - [sym_val_date] = ACTIONS(590), - [anon_sym_DQUOTE] = ACTIONS(590), - [sym__str_single_quotes] = ACTIONS(590), - [sym__str_back_ticks] = ACTIONS(590), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(590), - [anon_sym_CARET] = ACTIONS(590), - [sym_short_flag] = ACTIONS(590), + [anon_sym_export] = ACTIONS(593), + [anon_sym_alias] = ACTIONS(593), + [anon_sym_let] = ACTIONS(593), + [anon_sym_let_DASHenv] = ACTIONS(593), + [anon_sym_mut] = ACTIONS(593), + [anon_sym_const] = ACTIONS(593), + [sym_cmd_identifier] = ACTIONS(593), + [anon_sym_SEMI] = ACTIONS(593), + [anon_sym_LF] = ACTIONS(595), + [anon_sym_def] = ACTIONS(593), + [anon_sym_def_DASHenv] = ACTIONS(593), + [anon_sym_export_DASHenv] = ACTIONS(593), + [anon_sym_extern] = ACTIONS(593), + [anon_sym_module] = ACTIONS(593), + [anon_sym_use] = ACTIONS(593), + [anon_sym_LBRACK] = ACTIONS(593), + [anon_sym_LPAREN] = ACTIONS(593), + [anon_sym_RPAREN] = ACTIONS(593), + [anon_sym_PIPE] = ACTIONS(593), + [anon_sym_DOLLAR] = ACTIONS(593), + [anon_sym_error] = ACTIONS(593), + [anon_sym_GT] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_DASH] = ACTIONS(593), + [anon_sym_break] = ACTIONS(593), + [anon_sym_continue] = ACTIONS(593), + [anon_sym_for] = ACTIONS(593), + [anon_sym_in] = ACTIONS(593), + [anon_sym_loop] = ACTIONS(593), + [anon_sym_while] = ACTIONS(593), + [anon_sym_do] = ACTIONS(593), + [anon_sym_if] = ACTIONS(593), + [anon_sym_match] = ACTIONS(593), + [anon_sym_LBRACE] = ACTIONS(593), + [anon_sym_RBRACE] = ACTIONS(593), + [anon_sym_DOT] = ACTIONS(579), + [anon_sym_try] = ACTIONS(593), + [anon_sym_return] = ACTIONS(593), + [anon_sym_source] = ACTIONS(593), + [anon_sym_source_DASHenv] = ACTIONS(593), + [anon_sym_register] = ACTIONS(593), + [anon_sym_hide] = ACTIONS(593), + [anon_sym_hide_DASHenv] = ACTIONS(593), + [anon_sym_overlay] = ACTIONS(593), + [anon_sym_STAR] = ACTIONS(593), + [anon_sym_where] = ACTIONS(593), + [anon_sym_STAR_STAR] = ACTIONS(593), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_SLASH] = ACTIONS(593), + [anon_sym_mod] = ACTIONS(593), + [anon_sym_SLASH_SLASH] = ACTIONS(593), + [anon_sym_PLUS] = ACTIONS(593), + [anon_sym_bit_DASHshl] = ACTIONS(593), + [anon_sym_bit_DASHshr] = ACTIONS(593), + [anon_sym_EQ_EQ] = ACTIONS(593), + [anon_sym_BANG_EQ] = ACTIONS(593), + [anon_sym_LT2] = ACTIONS(593), + [anon_sym_LT_EQ] = ACTIONS(593), + [anon_sym_GT_EQ] = ACTIONS(593), + [anon_sym_not_DASHin] = ACTIONS(593), + [anon_sym_starts_DASHwith] = ACTIONS(593), + [anon_sym_ends_DASHwith] = ACTIONS(593), + [anon_sym_EQ_TILDE] = ACTIONS(593), + [anon_sym_BANG_TILDE] = ACTIONS(593), + [anon_sym_bit_DASHand] = ACTIONS(593), + [anon_sym_bit_DASHxor] = ACTIONS(593), + [anon_sym_bit_DASHor] = ACTIONS(593), + [anon_sym_and] = ACTIONS(593), + [anon_sym_xor] = ACTIONS(593), + [anon_sym_or] = ACTIONS(593), + [anon_sym_not] = ACTIONS(593), + [anon_sym_DOT_DOT_LT] = ACTIONS(593), + [anon_sym_DOT_DOT] = ACTIONS(593), + [anon_sym_DOT_DOT_EQ] = ACTIONS(593), + [sym_val_nothing] = ACTIONS(593), + [anon_sym_true] = ACTIONS(593), + [anon_sym_false] = ACTIONS(593), + [aux_sym_val_number_token1] = ACTIONS(593), + [aux_sym_val_number_token2] = ACTIONS(593), + [aux_sym_val_number_token3] = ACTIONS(593), + [aux_sym_val_number_token4] = ACTIONS(593), + [anon_sym_inf] = ACTIONS(593), + [anon_sym_DASHinf] = ACTIONS(593), + [anon_sym_NaN] = ACTIONS(593), + [anon_sym_0b] = ACTIONS(593), + [anon_sym_0o] = ACTIONS(593), + [anon_sym_0x] = ACTIONS(593), + [sym_val_date] = ACTIONS(593), + [anon_sym_DQUOTE] = ACTIONS(593), + [sym__str_single_quotes] = ACTIONS(593), + [sym__str_back_ticks] = ACTIONS(593), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(593), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(593), + [anon_sym_CARET] = ACTIONS(593), + [sym_short_flag] = ACTIONS(593), [anon_sym_POUND] = ACTIONS(3), }, [136] = { - [sym_path] = STATE(187), + [sym_cell_path] = STATE(216), + [sym_path] = STATE(138), [sym_comment] = STATE(136), - [aux_sym_cell_path_repeat1] = STATE(134), [anon_sym_export] = ACTIONS(597), [anon_sym_alias] = ACTIONS(597), [anon_sym_let] = ACTIONS(597), @@ -60173,7 +60178,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(597), [anon_sym_LBRACE] = ACTIONS(597), [anon_sym_RBRACE] = ACTIONS(597), - [anon_sym_DOT] = ACTIONS(572), + [anon_sym_DOT] = ACTIONS(579), [anon_sym_try] = ACTIONS(597), [anon_sym_return] = ACTIONS(597), [anon_sym_source] = ACTIONS(597), @@ -60236,8 +60241,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [137] = { - [sym_cell_path] = STATE(221), - [sym_path] = STATE(136), + [sym_cell_path] = STATE(206), + [sym_path] = STATE(138), [sym_comment] = STATE(137), [anon_sym_export] = ACTIONS(601), [anon_sym_alias] = ACTIONS(601), @@ -60274,7 +60279,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(601), [anon_sym_LBRACE] = ACTIONS(601), [anon_sym_RBRACE] = ACTIONS(601), - [anon_sym_DOT] = ACTIONS(572), + [anon_sym_DOT] = ACTIONS(579), [anon_sym_try] = ACTIONS(601), [anon_sym_return] = ACTIONS(601), [anon_sym_source] = ACTIONS(601), @@ -60337,9 +60342,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [138] = { - [sym_cell_path] = STATE(198), - [sym_path] = STATE(136), + [sym_path] = STATE(180), [sym_comment] = STATE(138), + [aux_sym_cell_path_repeat1] = STATE(132), [anon_sym_export] = ACTIONS(605), [anon_sym_alias] = ACTIONS(605), [anon_sym_let] = ACTIONS(605), @@ -60375,7 +60380,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(605), [anon_sym_LBRACE] = ACTIONS(605), [anon_sym_RBRACE] = ACTIONS(605), - [anon_sym_DOT] = ACTIONS(572), + [anon_sym_DOT] = ACTIONS(579), [anon_sym_try] = ACTIONS(605), [anon_sym_return] = ACTIONS(605), [anon_sym_source] = ACTIONS(605), @@ -60438,8 +60443,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [139] = { - [sym_cell_path] = STATE(241), - [sym_path] = STATE(136), + [sym_cell_path] = STATE(202), + [sym_path] = STATE(138), [sym_comment] = STATE(139), [anon_sym_export] = ACTIONS(609), [anon_sym_alias] = ACTIONS(609), @@ -60476,7 +60481,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(609), [anon_sym_LBRACE] = ACTIONS(609), [anon_sym_RBRACE] = ACTIONS(609), - [anon_sym_DOT] = ACTIONS(572), + [anon_sym_DOT] = ACTIONS(579), [anon_sym_try] = ACTIONS(609), [anon_sym_return] = ACTIONS(609), [anon_sym_source] = ACTIONS(609), @@ -60540,7 +60545,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [140] = { [sym_cell_path] = STATE(252), - [sym_path] = STATE(136), + [sym_path] = STATE(138), [sym_comment] = STATE(140), [anon_sym_export] = ACTIONS(613), [anon_sym_alias] = ACTIONS(613), @@ -60577,7 +60582,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(613), [anon_sym_LBRACE] = ACTIONS(613), [anon_sym_RBRACE] = ACTIONS(613), - [anon_sym_DOT] = ACTIONS(572), + [anon_sym_DOT] = ACTIONS(579), [anon_sym_try] = ACTIONS(613), [anon_sym_return] = ACTIONS(613), [anon_sym_source] = ACTIONS(613), @@ -60640,1109 +60645,809 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [141] = { - [sym_cell_path] = STATE(295), - [sym_path] = STATE(162), [sym_comment] = STATE(141), - [ts_builtin_sym_end] = ACTIONS(584), - [anon_sym_export] = ACTIONS(582), - [anon_sym_alias] = ACTIONS(582), - [anon_sym_let] = ACTIONS(582), - [anon_sym_let_DASHenv] = ACTIONS(582), - [anon_sym_mut] = ACTIONS(582), - [anon_sym_const] = ACTIONS(582), - [sym_cmd_identifier] = ACTIONS(582), - [anon_sym_SEMI] = ACTIONS(582), - [anon_sym_LF] = ACTIONS(584), - [anon_sym_def] = ACTIONS(582), - [anon_sym_def_DASHenv] = ACTIONS(582), - [anon_sym_export_DASHenv] = ACTIONS(582), - [anon_sym_extern] = ACTIONS(582), - [anon_sym_module] = ACTIONS(582), - [anon_sym_use] = ACTIONS(582), - [anon_sym_LBRACK] = ACTIONS(582), - [anon_sym_LPAREN] = ACTIONS(582), - [anon_sym_PIPE] = ACTIONS(582), - [anon_sym_DOLLAR] = ACTIONS(582), - [anon_sym_error] = ACTIONS(582), - [anon_sym_GT] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DASH] = ACTIONS(582), - [anon_sym_break] = ACTIONS(582), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_for] = ACTIONS(582), - [anon_sym_in] = ACTIONS(582), - [anon_sym_loop] = ACTIONS(582), - [anon_sym_while] = ACTIONS(582), - [anon_sym_do] = ACTIONS(582), - [anon_sym_if] = ACTIONS(582), - [anon_sym_match] = ACTIONS(582), - [anon_sym_LBRACE] = ACTIONS(582), + [anon_sym_export] = ACTIONS(617), + [anon_sym_alias] = ACTIONS(617), + [anon_sym_let] = ACTIONS(617), + [anon_sym_let_DASHenv] = ACTIONS(617), + [anon_sym_mut] = ACTIONS(617), + [anon_sym_const] = ACTIONS(617), + [sym_cmd_identifier] = ACTIONS(617), + [anon_sym_SEMI] = ACTIONS(617), + [anon_sym_LF] = ACTIONS(619), + [anon_sym_def] = ACTIONS(617), + [anon_sym_def_DASHenv] = ACTIONS(617), + [anon_sym_export_DASHenv] = ACTIONS(617), + [anon_sym_extern] = ACTIONS(617), + [anon_sym_module] = ACTIONS(617), + [anon_sym_use] = ACTIONS(617), + [anon_sym_LBRACK] = ACTIONS(617), + [anon_sym_LPAREN] = ACTIONS(617), + [anon_sym_RPAREN] = ACTIONS(617), + [anon_sym_PIPE] = ACTIONS(617), + [anon_sym_DOLLAR] = ACTIONS(617), + [anon_sym_error] = ACTIONS(617), + [anon_sym_GT] = ACTIONS(617), + [anon_sym_DASH_DASH] = ACTIONS(617), + [anon_sym_DASH] = ACTIONS(617), + [anon_sym_break] = ACTIONS(617), + [anon_sym_continue] = ACTIONS(617), + [anon_sym_for] = ACTIONS(617), + [anon_sym_in] = ACTIONS(617), + [anon_sym_loop] = ACTIONS(617), + [anon_sym_while] = ACTIONS(617), + [anon_sym_do] = ACTIONS(617), + [anon_sym_if] = ACTIONS(617), + [anon_sym_match] = ACTIONS(617), + [anon_sym_LBRACE] = ACTIONS(617), + [anon_sym_RBRACE] = ACTIONS(617), [anon_sym_DOT] = ACTIONS(617), - [anon_sym_try] = ACTIONS(582), - [anon_sym_return] = ACTIONS(582), - [anon_sym_source] = ACTIONS(582), - [anon_sym_source_DASHenv] = ACTIONS(582), - [anon_sym_register] = ACTIONS(582), - [anon_sym_hide] = ACTIONS(582), - [anon_sym_hide_DASHenv] = ACTIONS(582), - [anon_sym_overlay] = ACTIONS(582), - [anon_sym_STAR] = ACTIONS(582), - [anon_sym_where] = ACTIONS(582), - [anon_sym_STAR_STAR] = ACTIONS(582), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_SLASH] = ACTIONS(582), - [anon_sym_mod] = ACTIONS(582), - [anon_sym_SLASH_SLASH] = ACTIONS(582), - [anon_sym_PLUS] = ACTIONS(582), - [anon_sym_bit_DASHshl] = ACTIONS(582), - [anon_sym_bit_DASHshr] = ACTIONS(582), - [anon_sym_EQ_EQ] = ACTIONS(582), - [anon_sym_BANG_EQ] = ACTIONS(582), - [anon_sym_LT2] = ACTIONS(582), - [anon_sym_LT_EQ] = ACTIONS(582), - [anon_sym_GT_EQ] = ACTIONS(582), - [anon_sym_not_DASHin] = ACTIONS(582), - [anon_sym_starts_DASHwith] = ACTIONS(582), - [anon_sym_ends_DASHwith] = ACTIONS(582), - [anon_sym_EQ_TILDE] = ACTIONS(582), - [anon_sym_BANG_TILDE] = ACTIONS(582), - [anon_sym_bit_DASHand] = ACTIONS(582), - [anon_sym_bit_DASHxor] = ACTIONS(582), - [anon_sym_bit_DASHor] = ACTIONS(582), - [anon_sym_and] = ACTIONS(582), - [anon_sym_xor] = ACTIONS(582), - [anon_sym_or] = ACTIONS(582), - [anon_sym_not] = ACTIONS(582), - [anon_sym_DOT_DOT_LT] = ACTIONS(582), - [anon_sym_DOT_DOT] = ACTIONS(582), - [anon_sym_DOT_DOT_EQ] = ACTIONS(582), - [sym_val_nothing] = ACTIONS(582), - [anon_sym_true] = ACTIONS(582), - [anon_sym_false] = ACTIONS(582), - [aux_sym_val_number_token1] = ACTIONS(582), - [aux_sym_val_number_token2] = ACTIONS(582), - [aux_sym_val_number_token3] = ACTIONS(582), - [aux_sym_val_number_token4] = ACTIONS(582), - [anon_sym_inf] = ACTIONS(582), - [anon_sym_DASHinf] = ACTIONS(582), - [anon_sym_NaN] = ACTIONS(582), - [anon_sym_0b] = ACTIONS(582), - [anon_sym_0o] = ACTIONS(582), - [anon_sym_0x] = ACTIONS(582), - [sym_val_date] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(582), - [sym__str_single_quotes] = ACTIONS(582), - [sym__str_back_ticks] = ACTIONS(582), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(582), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(582), - [anon_sym_CARET] = ACTIONS(582), - [sym_short_flag] = ACTIONS(582), + [anon_sym_try] = ACTIONS(617), + [anon_sym_return] = ACTIONS(617), + [anon_sym_source] = ACTIONS(617), + [anon_sym_source_DASHenv] = ACTIONS(617), + [anon_sym_register] = ACTIONS(617), + [anon_sym_hide] = ACTIONS(617), + [anon_sym_hide_DASHenv] = ACTIONS(617), + [anon_sym_overlay] = ACTIONS(617), + [anon_sym_STAR] = ACTIONS(617), + [anon_sym_where] = ACTIONS(617), + [anon_sym_QMARK2] = ACTIONS(617), + [anon_sym_STAR_STAR] = ACTIONS(617), + [anon_sym_PLUS_PLUS] = ACTIONS(617), + [anon_sym_SLASH] = ACTIONS(617), + [anon_sym_mod] = ACTIONS(617), + [anon_sym_SLASH_SLASH] = ACTIONS(617), + [anon_sym_PLUS] = ACTIONS(617), + [anon_sym_bit_DASHshl] = ACTIONS(617), + [anon_sym_bit_DASHshr] = ACTIONS(617), + [anon_sym_EQ_EQ] = ACTIONS(617), + [anon_sym_BANG_EQ] = ACTIONS(617), + [anon_sym_LT2] = ACTIONS(617), + [anon_sym_LT_EQ] = ACTIONS(617), + [anon_sym_GT_EQ] = ACTIONS(617), + [anon_sym_not_DASHin] = ACTIONS(617), + [anon_sym_starts_DASHwith] = ACTIONS(617), + [anon_sym_ends_DASHwith] = ACTIONS(617), + [anon_sym_EQ_TILDE] = ACTIONS(617), + [anon_sym_BANG_TILDE] = ACTIONS(617), + [anon_sym_bit_DASHand] = ACTIONS(617), + [anon_sym_bit_DASHxor] = ACTIONS(617), + [anon_sym_bit_DASHor] = ACTIONS(617), + [anon_sym_and] = ACTIONS(617), + [anon_sym_xor] = ACTIONS(617), + [anon_sym_or] = ACTIONS(617), + [anon_sym_not] = ACTIONS(617), + [anon_sym_DOT_DOT_LT] = ACTIONS(617), + [anon_sym_DOT_DOT] = ACTIONS(617), + [anon_sym_DOT_DOT_EQ] = ACTIONS(617), + [sym_val_nothing] = ACTIONS(617), + [anon_sym_true] = ACTIONS(617), + [anon_sym_false] = ACTIONS(617), + [aux_sym_val_number_token1] = ACTIONS(617), + [aux_sym_val_number_token2] = ACTIONS(617), + [aux_sym_val_number_token3] = ACTIONS(617), + [aux_sym_val_number_token4] = ACTIONS(617), + [anon_sym_inf] = ACTIONS(617), + [anon_sym_DASHinf] = ACTIONS(617), + [anon_sym_NaN] = ACTIONS(617), + [anon_sym_0b] = ACTIONS(617), + [anon_sym_0o] = ACTIONS(617), + [anon_sym_0x] = ACTIONS(617), + [sym_val_date] = ACTIONS(617), + [anon_sym_DQUOTE] = ACTIONS(617), + [sym__str_single_quotes] = ACTIONS(617), + [sym__str_back_ticks] = ACTIONS(617), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(617), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(617), + [anon_sym_CARET] = ACTIONS(617), + [sym_short_flag] = ACTIONS(617), [anon_sym_POUND] = ACTIONS(3), }, [142] = { - [sym__flag] = STATE(640), - [sym_long_flag] = STATE(680), [sym_comment] = STATE(142), - [anon_sym_export] = ACTIONS(619), - [anon_sym_alias] = ACTIONS(619), - [anon_sym_let] = ACTIONS(619), - [anon_sym_let_DASHenv] = ACTIONS(619), - [anon_sym_mut] = ACTIONS(619), - [anon_sym_const] = ACTIONS(619), - [sym_cmd_identifier] = ACTIONS(619), - [anon_sym_SEMI] = ACTIONS(619), - [anon_sym_LF] = ACTIONS(621), - [anon_sym_def] = ACTIONS(619), - [anon_sym_def_DASHenv] = ACTIONS(619), - [anon_sym_export_DASHenv] = ACTIONS(619), - [anon_sym_extern] = ACTIONS(619), - [anon_sym_module] = ACTIONS(619), - [anon_sym_use] = ACTIONS(619), - [anon_sym_LBRACK] = ACTIONS(619), - [anon_sym_LPAREN] = ACTIONS(619), - [anon_sym_RPAREN] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(619), - [anon_sym_error] = ACTIONS(619), - [anon_sym_GT] = ACTIONS(623), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(627), - [anon_sym_break] = ACTIONS(619), - [anon_sym_continue] = ACTIONS(619), - [anon_sym_for] = ACTIONS(619), - [anon_sym_in] = ACTIONS(629), - [anon_sym_loop] = ACTIONS(619), - [anon_sym_while] = ACTIONS(619), - [anon_sym_do] = ACTIONS(619), - [anon_sym_if] = ACTIONS(619), - [anon_sym_match] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(619), - [anon_sym_try] = ACTIONS(619), - [anon_sym_return] = ACTIONS(619), - [anon_sym_source] = ACTIONS(619), - [anon_sym_source_DASHenv] = ACTIONS(619), - [anon_sym_register] = ACTIONS(619), - [anon_sym_hide] = ACTIONS(619), - [anon_sym_hide_DASHenv] = ACTIONS(619), - [anon_sym_overlay] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(631), - [anon_sym_where] = ACTIONS(619), - [anon_sym_STAR_STAR] = ACTIONS(633), - [anon_sym_PLUS_PLUS] = ACTIONS(633), - [anon_sym_SLASH] = ACTIONS(631), - [anon_sym_mod] = ACTIONS(631), - [anon_sym_SLASH_SLASH] = ACTIONS(631), - [anon_sym_PLUS] = ACTIONS(627), - [anon_sym_bit_DASHshl] = ACTIONS(635), - [anon_sym_bit_DASHshr] = ACTIONS(635), - [anon_sym_EQ_EQ] = ACTIONS(623), - [anon_sym_BANG_EQ] = ACTIONS(623), - [anon_sym_LT2] = ACTIONS(623), - [anon_sym_LT_EQ] = ACTIONS(623), - [anon_sym_GT_EQ] = ACTIONS(623), - [anon_sym_not_DASHin] = ACTIONS(629), - [anon_sym_starts_DASHwith] = ACTIONS(629), - [anon_sym_ends_DASHwith] = ACTIONS(629), - [anon_sym_EQ_TILDE] = ACTIONS(637), - [anon_sym_BANG_TILDE] = ACTIONS(637), - [anon_sym_bit_DASHand] = ACTIONS(639), - [anon_sym_bit_DASHxor] = ACTIONS(641), - [anon_sym_bit_DASHor] = ACTIONS(643), - [anon_sym_and] = ACTIONS(645), - [anon_sym_xor] = ACTIONS(647), - [anon_sym_or] = ACTIONS(649), - [anon_sym_not] = ACTIONS(619), - [anon_sym_DOT_DOT_LT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_EQ] = ACTIONS(619), - [sym_val_nothing] = ACTIONS(619), - [anon_sym_true] = ACTIONS(619), - [anon_sym_false] = ACTIONS(619), - [aux_sym_val_number_token1] = ACTIONS(619), - [aux_sym_val_number_token2] = ACTIONS(619), - [aux_sym_val_number_token3] = ACTIONS(619), - [aux_sym_val_number_token4] = ACTIONS(619), - [anon_sym_inf] = ACTIONS(619), - [anon_sym_DASHinf] = ACTIONS(619), - [anon_sym_NaN] = ACTIONS(619), - [anon_sym_0b] = ACTIONS(619), - [anon_sym_0o] = ACTIONS(619), - [anon_sym_0x] = ACTIONS(619), - [sym_val_date] = ACTIONS(619), - [anon_sym_DQUOTE] = ACTIONS(619), - [sym__str_single_quotes] = ACTIONS(619), - [sym__str_back_ticks] = ACTIONS(619), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [sym_short_flag] = ACTIONS(651), + [anon_sym_export] = ACTIONS(621), + [anon_sym_alias] = ACTIONS(621), + [anon_sym_let] = ACTIONS(621), + [anon_sym_let_DASHenv] = ACTIONS(621), + [anon_sym_mut] = ACTIONS(621), + [anon_sym_const] = ACTIONS(621), + [sym_cmd_identifier] = ACTIONS(621), + [anon_sym_SEMI] = ACTIONS(621), + [anon_sym_LF] = ACTIONS(623), + [anon_sym_def] = ACTIONS(621), + [anon_sym_def_DASHenv] = ACTIONS(621), + [anon_sym_export_DASHenv] = ACTIONS(621), + [anon_sym_extern] = ACTIONS(621), + [anon_sym_module] = ACTIONS(621), + [anon_sym_use] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_RPAREN] = ACTIONS(621), + [anon_sym_PIPE] = ACTIONS(621), + [anon_sym_DOLLAR] = ACTIONS(621), + [anon_sym_error] = ACTIONS(621), + [anon_sym_GT] = ACTIONS(621), + [anon_sym_DASH_DASH] = ACTIONS(621), + [anon_sym_DASH] = ACTIONS(621), + [anon_sym_break] = ACTIONS(621), + [anon_sym_continue] = ACTIONS(621), + [anon_sym_for] = ACTIONS(621), + [anon_sym_in] = ACTIONS(621), + [anon_sym_loop] = ACTIONS(621), + [anon_sym_while] = ACTIONS(621), + [anon_sym_do] = ACTIONS(621), + [anon_sym_if] = ACTIONS(621), + [anon_sym_match] = ACTIONS(621), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_RBRACE] = ACTIONS(621), + [anon_sym_DOT] = ACTIONS(621), + [anon_sym_try] = ACTIONS(621), + [anon_sym_return] = ACTIONS(621), + [anon_sym_source] = ACTIONS(621), + [anon_sym_source_DASHenv] = ACTIONS(621), + [anon_sym_register] = ACTIONS(621), + [anon_sym_hide] = ACTIONS(621), + [anon_sym_hide_DASHenv] = ACTIONS(621), + [anon_sym_overlay] = ACTIONS(621), + [anon_sym_STAR] = ACTIONS(621), + [anon_sym_where] = ACTIONS(621), + [anon_sym_QMARK2] = ACTIONS(625), + [anon_sym_STAR_STAR] = ACTIONS(621), + [anon_sym_PLUS_PLUS] = ACTIONS(621), + [anon_sym_SLASH] = ACTIONS(621), + [anon_sym_mod] = ACTIONS(621), + [anon_sym_SLASH_SLASH] = ACTIONS(621), + [anon_sym_PLUS] = ACTIONS(621), + [anon_sym_bit_DASHshl] = ACTIONS(621), + [anon_sym_bit_DASHshr] = ACTIONS(621), + [anon_sym_EQ_EQ] = ACTIONS(621), + [anon_sym_BANG_EQ] = ACTIONS(621), + [anon_sym_LT2] = ACTIONS(621), + [anon_sym_LT_EQ] = ACTIONS(621), + [anon_sym_GT_EQ] = ACTIONS(621), + [anon_sym_not_DASHin] = ACTIONS(621), + [anon_sym_starts_DASHwith] = ACTIONS(621), + [anon_sym_ends_DASHwith] = ACTIONS(621), + [anon_sym_EQ_TILDE] = ACTIONS(621), + [anon_sym_BANG_TILDE] = ACTIONS(621), + [anon_sym_bit_DASHand] = ACTIONS(621), + [anon_sym_bit_DASHxor] = ACTIONS(621), + [anon_sym_bit_DASHor] = ACTIONS(621), + [anon_sym_and] = ACTIONS(621), + [anon_sym_xor] = ACTIONS(621), + [anon_sym_or] = ACTIONS(621), + [anon_sym_not] = ACTIONS(621), + [anon_sym_DOT_DOT_LT] = ACTIONS(621), + [anon_sym_DOT_DOT] = ACTIONS(621), + [anon_sym_DOT_DOT_EQ] = ACTIONS(621), + [sym_val_nothing] = ACTIONS(621), + [anon_sym_true] = ACTIONS(621), + [anon_sym_false] = ACTIONS(621), + [aux_sym_val_number_token1] = ACTIONS(621), + [aux_sym_val_number_token2] = ACTIONS(621), + [aux_sym_val_number_token3] = ACTIONS(621), + [aux_sym_val_number_token4] = ACTIONS(621), + [anon_sym_inf] = ACTIONS(621), + [anon_sym_DASHinf] = ACTIONS(621), + [anon_sym_NaN] = ACTIONS(621), + [anon_sym_0b] = ACTIONS(621), + [anon_sym_0o] = ACTIONS(621), + [anon_sym_0x] = ACTIONS(621), + [sym_val_date] = ACTIONS(621), + [anon_sym_DQUOTE] = ACTIONS(621), + [sym__str_single_quotes] = ACTIONS(621), + [sym__str_back_ticks] = ACTIONS(621), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(621), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(621), + [anon_sym_CARET] = ACTIONS(621), + [sym_short_flag] = ACTIONS(621), [anon_sym_POUND] = ACTIONS(3), }, [143] = { - [sym_path] = STATE(205), + [sym__flag] = STATE(563), + [sym_long_flag] = STATE(703), [sym_comment] = STATE(143), - [aux_sym_cell_path_repeat1] = STATE(143), - [ts_builtin_sym_end] = ACTIONS(592), - [anon_sym_export] = ACTIONS(590), - [anon_sym_alias] = ACTIONS(590), - [anon_sym_let] = ACTIONS(590), - [anon_sym_let_DASHenv] = ACTIONS(590), - [anon_sym_mut] = ACTIONS(590), - [anon_sym_const] = ACTIONS(590), - [sym_cmd_identifier] = ACTIONS(590), - [anon_sym_SEMI] = ACTIONS(590), - [anon_sym_LF] = ACTIONS(592), - [anon_sym_def] = ACTIONS(590), - [anon_sym_def_DASHenv] = ACTIONS(590), - [anon_sym_export_DASHenv] = ACTIONS(590), - [anon_sym_extern] = ACTIONS(590), - [anon_sym_module] = ACTIONS(590), - [anon_sym_use] = ACTIONS(590), - [anon_sym_LBRACK] = ACTIONS(590), - [anon_sym_LPAREN] = ACTIONS(590), - [anon_sym_PIPE] = ACTIONS(590), - [anon_sym_DOLLAR] = ACTIONS(590), - [anon_sym_error] = ACTIONS(590), - [anon_sym_GT] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_break] = ACTIONS(590), - [anon_sym_continue] = ACTIONS(590), - [anon_sym_for] = ACTIONS(590), - [anon_sym_in] = ACTIONS(590), - [anon_sym_loop] = ACTIONS(590), - [anon_sym_while] = ACTIONS(590), - [anon_sym_do] = ACTIONS(590), - [anon_sym_if] = ACTIONS(590), - [anon_sym_match] = ACTIONS(590), - [anon_sym_LBRACE] = ACTIONS(590), - [anon_sym_DOT] = ACTIONS(653), - [anon_sym_try] = ACTIONS(590), - [anon_sym_return] = ACTIONS(590), - [anon_sym_source] = ACTIONS(590), - [anon_sym_source_DASHenv] = ACTIONS(590), - [anon_sym_register] = ACTIONS(590), - [anon_sym_hide] = ACTIONS(590), - [anon_sym_hide_DASHenv] = ACTIONS(590), - [anon_sym_overlay] = ACTIONS(590), - [anon_sym_STAR] = ACTIONS(590), - [anon_sym_where] = ACTIONS(590), - [anon_sym_STAR_STAR] = ACTIONS(590), - [anon_sym_PLUS_PLUS] = ACTIONS(590), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_mod] = ACTIONS(590), - [anon_sym_SLASH_SLASH] = ACTIONS(590), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_bit_DASHshl] = ACTIONS(590), - [anon_sym_bit_DASHshr] = ACTIONS(590), - [anon_sym_EQ_EQ] = ACTIONS(590), - [anon_sym_BANG_EQ] = ACTIONS(590), - [anon_sym_LT2] = ACTIONS(590), - [anon_sym_LT_EQ] = ACTIONS(590), - [anon_sym_GT_EQ] = ACTIONS(590), - [anon_sym_not_DASHin] = ACTIONS(590), - [anon_sym_starts_DASHwith] = ACTIONS(590), - [anon_sym_ends_DASHwith] = ACTIONS(590), - [anon_sym_EQ_TILDE] = ACTIONS(590), - [anon_sym_BANG_TILDE] = ACTIONS(590), - [anon_sym_bit_DASHand] = ACTIONS(590), - [anon_sym_bit_DASHxor] = ACTIONS(590), - [anon_sym_bit_DASHor] = ACTIONS(590), - [anon_sym_and] = ACTIONS(590), - [anon_sym_xor] = ACTIONS(590), - [anon_sym_or] = ACTIONS(590), - [anon_sym_not] = ACTIONS(590), - [anon_sym_DOT_DOT_LT] = ACTIONS(590), - [anon_sym_DOT_DOT] = ACTIONS(590), - [anon_sym_DOT_DOT_EQ] = ACTIONS(590), - [sym_val_nothing] = ACTIONS(590), - [anon_sym_true] = ACTIONS(590), - [anon_sym_false] = ACTIONS(590), - [aux_sym_val_number_token1] = ACTIONS(590), - [aux_sym_val_number_token2] = ACTIONS(590), - [aux_sym_val_number_token3] = ACTIONS(590), - [aux_sym_val_number_token4] = ACTIONS(590), - [anon_sym_inf] = ACTIONS(590), - [anon_sym_DASHinf] = ACTIONS(590), - [anon_sym_NaN] = ACTIONS(590), - [anon_sym_0b] = ACTIONS(590), - [anon_sym_0o] = ACTIONS(590), - [anon_sym_0x] = ACTIONS(590), - [sym_val_date] = ACTIONS(590), - [anon_sym_DQUOTE] = ACTIONS(590), - [sym__str_single_quotes] = ACTIONS(590), - [sym__str_back_ticks] = ACTIONS(590), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(590), - [anon_sym_CARET] = ACTIONS(590), - [sym_short_flag] = ACTIONS(590), + [anon_sym_export] = ACTIONS(627), + [anon_sym_alias] = ACTIONS(627), + [anon_sym_let] = ACTIONS(627), + [anon_sym_let_DASHenv] = ACTIONS(627), + [anon_sym_mut] = ACTIONS(627), + [anon_sym_const] = ACTIONS(627), + [sym_cmd_identifier] = ACTIONS(627), + [anon_sym_SEMI] = ACTIONS(627), + [anon_sym_LF] = ACTIONS(629), + [anon_sym_def] = ACTIONS(627), + [anon_sym_def_DASHenv] = ACTIONS(627), + [anon_sym_export_DASHenv] = ACTIONS(627), + [anon_sym_extern] = ACTIONS(627), + [anon_sym_module] = ACTIONS(627), + [anon_sym_use] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(627), + [anon_sym_LPAREN] = ACTIONS(627), + [anon_sym_RPAREN] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(627), + [anon_sym_DOLLAR] = ACTIONS(627), + [anon_sym_error] = ACTIONS(627), + [anon_sym_GT] = ACTIONS(631), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(635), + [anon_sym_break] = ACTIONS(627), + [anon_sym_continue] = ACTIONS(627), + [anon_sym_for] = ACTIONS(627), + [anon_sym_in] = ACTIONS(637), + [anon_sym_loop] = ACTIONS(627), + [anon_sym_while] = ACTIONS(627), + [anon_sym_do] = ACTIONS(627), + [anon_sym_if] = ACTIONS(627), + [anon_sym_match] = ACTIONS(627), + [anon_sym_LBRACE] = ACTIONS(627), + [anon_sym_RBRACE] = ACTIONS(627), + [anon_sym_try] = ACTIONS(627), + [anon_sym_return] = ACTIONS(627), + [anon_sym_source] = ACTIONS(627), + [anon_sym_source_DASHenv] = ACTIONS(627), + [anon_sym_register] = ACTIONS(627), + [anon_sym_hide] = ACTIONS(627), + [anon_sym_hide_DASHenv] = ACTIONS(627), + [anon_sym_overlay] = ACTIONS(627), + [anon_sym_STAR] = ACTIONS(639), + [anon_sym_where] = ACTIONS(627), + [anon_sym_STAR_STAR] = ACTIONS(641), + [anon_sym_PLUS_PLUS] = ACTIONS(641), + [anon_sym_SLASH] = ACTIONS(639), + [anon_sym_mod] = ACTIONS(639), + [anon_sym_SLASH_SLASH] = ACTIONS(639), + [anon_sym_PLUS] = ACTIONS(635), + [anon_sym_bit_DASHshl] = ACTIONS(643), + [anon_sym_bit_DASHshr] = ACTIONS(643), + [anon_sym_EQ_EQ] = ACTIONS(631), + [anon_sym_BANG_EQ] = ACTIONS(631), + [anon_sym_LT2] = ACTIONS(631), + [anon_sym_LT_EQ] = ACTIONS(631), + [anon_sym_GT_EQ] = ACTIONS(631), + [anon_sym_not_DASHin] = ACTIONS(637), + [anon_sym_starts_DASHwith] = ACTIONS(637), + [anon_sym_ends_DASHwith] = ACTIONS(637), + [anon_sym_EQ_TILDE] = ACTIONS(645), + [anon_sym_BANG_TILDE] = ACTIONS(645), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(649), + [anon_sym_bit_DASHor] = ACTIONS(651), + [anon_sym_and] = ACTIONS(653), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(657), + [anon_sym_not] = ACTIONS(627), + [anon_sym_DOT_DOT_LT] = ACTIONS(627), + [anon_sym_DOT_DOT] = ACTIONS(627), + [anon_sym_DOT_DOT_EQ] = ACTIONS(627), + [sym_val_nothing] = ACTIONS(627), + [anon_sym_true] = ACTIONS(627), + [anon_sym_false] = ACTIONS(627), + [aux_sym_val_number_token1] = ACTIONS(627), + [aux_sym_val_number_token2] = ACTIONS(627), + [aux_sym_val_number_token3] = ACTIONS(627), + [aux_sym_val_number_token4] = ACTIONS(627), + [anon_sym_inf] = ACTIONS(627), + [anon_sym_DASHinf] = ACTIONS(627), + [anon_sym_NaN] = ACTIONS(627), + [anon_sym_0b] = ACTIONS(627), + [anon_sym_0o] = ACTIONS(627), + [anon_sym_0x] = ACTIONS(627), + [sym_val_date] = ACTIONS(627), + [anon_sym_DQUOTE] = ACTIONS(627), + [sym__str_single_quotes] = ACTIONS(627), + [sym__str_back_ticks] = ACTIONS(627), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(627), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(627), + [anon_sym_CARET] = ACTIONS(627), + [sym_short_flag] = ACTIONS(659), [anon_sym_POUND] = ACTIONS(3), }, [144] = { + [sym_cell_path] = STATE(294), + [sym_path] = STATE(150), [sym_comment] = STATE(144), - [anon_sym_export] = ACTIONS(656), - [anon_sym_alias] = ACTIONS(656), - [anon_sym_let] = ACTIONS(656), - [anon_sym_let_DASHenv] = ACTIONS(656), - [anon_sym_mut] = ACTIONS(656), - [anon_sym_const] = ACTIONS(656), - [sym_cmd_identifier] = ACTIONS(656), - [anon_sym_SEMI] = ACTIONS(656), - [anon_sym_LF] = ACTIONS(658), - [anon_sym_def] = ACTIONS(656), - [anon_sym_def_DASHenv] = ACTIONS(656), - [anon_sym_export_DASHenv] = ACTIONS(656), - [anon_sym_extern] = ACTIONS(656), - [anon_sym_module] = ACTIONS(656), - [anon_sym_use] = ACTIONS(656), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LPAREN] = ACTIONS(656), - [anon_sym_RPAREN] = ACTIONS(656), - [anon_sym_PIPE] = ACTIONS(656), - [anon_sym_DOLLAR] = ACTIONS(656), - [anon_sym_error] = ACTIONS(656), - [anon_sym_GT] = ACTIONS(656), - [anon_sym_DASH_DASH] = ACTIONS(656), - [anon_sym_DASH] = ACTIONS(656), - [anon_sym_break] = ACTIONS(656), - [anon_sym_continue] = ACTIONS(656), - [anon_sym_for] = ACTIONS(656), - [anon_sym_in] = ACTIONS(656), - [anon_sym_loop] = ACTIONS(656), - [anon_sym_while] = ACTIONS(656), - [anon_sym_do] = ACTIONS(656), - [anon_sym_if] = ACTIONS(656), - [anon_sym_match] = ACTIONS(656), - [anon_sym_LBRACE] = ACTIONS(656), - [anon_sym_RBRACE] = ACTIONS(656), - [anon_sym_DOT] = ACTIONS(656), - [anon_sym_try] = ACTIONS(656), - [anon_sym_return] = ACTIONS(656), - [anon_sym_source] = ACTIONS(656), - [anon_sym_source_DASHenv] = ACTIONS(656), - [anon_sym_register] = ACTIONS(656), - [anon_sym_hide] = ACTIONS(656), - [anon_sym_hide_DASHenv] = ACTIONS(656), - [anon_sym_overlay] = ACTIONS(656), - [anon_sym_STAR] = ACTIONS(656), - [anon_sym_where] = ACTIONS(656), - [anon_sym_QMARK2] = ACTIONS(660), - [anon_sym_STAR_STAR] = ACTIONS(656), - [anon_sym_PLUS_PLUS] = ACTIONS(656), - [anon_sym_SLASH] = ACTIONS(656), - [anon_sym_mod] = ACTIONS(656), - [anon_sym_SLASH_SLASH] = ACTIONS(656), - [anon_sym_PLUS] = ACTIONS(656), - [anon_sym_bit_DASHshl] = ACTIONS(656), - [anon_sym_bit_DASHshr] = ACTIONS(656), - [anon_sym_EQ_EQ] = ACTIONS(656), - [anon_sym_BANG_EQ] = ACTIONS(656), - [anon_sym_LT2] = ACTIONS(656), - [anon_sym_LT_EQ] = ACTIONS(656), - [anon_sym_GT_EQ] = ACTIONS(656), - [anon_sym_not_DASHin] = ACTIONS(656), - [anon_sym_starts_DASHwith] = ACTIONS(656), - [anon_sym_ends_DASHwith] = ACTIONS(656), - [anon_sym_EQ_TILDE] = ACTIONS(656), - [anon_sym_BANG_TILDE] = ACTIONS(656), - [anon_sym_bit_DASHand] = ACTIONS(656), - [anon_sym_bit_DASHxor] = ACTIONS(656), - [anon_sym_bit_DASHor] = ACTIONS(656), - [anon_sym_and] = ACTIONS(656), - [anon_sym_xor] = ACTIONS(656), - [anon_sym_or] = ACTIONS(656), - [anon_sym_not] = ACTIONS(656), - [anon_sym_DOT_DOT_LT] = ACTIONS(656), - [anon_sym_DOT_DOT] = ACTIONS(656), - [anon_sym_DOT_DOT_EQ] = ACTIONS(656), - [sym_val_nothing] = ACTIONS(656), - [anon_sym_true] = ACTIONS(656), - [anon_sym_false] = ACTIONS(656), - [aux_sym_val_number_token1] = ACTIONS(656), - [aux_sym_val_number_token2] = ACTIONS(656), - [aux_sym_val_number_token3] = ACTIONS(656), - [aux_sym_val_number_token4] = ACTIONS(656), - [anon_sym_inf] = ACTIONS(656), - [anon_sym_DASHinf] = ACTIONS(656), - [anon_sym_NaN] = ACTIONS(656), - [anon_sym_0b] = ACTIONS(656), - [anon_sym_0o] = ACTIONS(656), - [anon_sym_0x] = ACTIONS(656), - [sym_val_date] = ACTIONS(656), - [anon_sym_DQUOTE] = ACTIONS(656), - [sym__str_single_quotes] = ACTIONS(656), - [sym__str_back_ticks] = ACTIONS(656), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(656), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(656), - [anon_sym_CARET] = ACTIONS(656), - [sym_short_flag] = ACTIONS(656), + [ts_builtin_sym_end] = ACTIONS(595), + [anon_sym_export] = ACTIONS(593), + [anon_sym_alias] = ACTIONS(593), + [anon_sym_let] = ACTIONS(593), + [anon_sym_let_DASHenv] = ACTIONS(593), + [anon_sym_mut] = ACTIONS(593), + [anon_sym_const] = ACTIONS(593), + [sym_cmd_identifier] = ACTIONS(593), + [anon_sym_SEMI] = ACTIONS(593), + [anon_sym_LF] = ACTIONS(595), + [anon_sym_def] = ACTIONS(593), + [anon_sym_def_DASHenv] = ACTIONS(593), + [anon_sym_export_DASHenv] = ACTIONS(593), + [anon_sym_extern] = ACTIONS(593), + [anon_sym_module] = ACTIONS(593), + [anon_sym_use] = ACTIONS(593), + [anon_sym_LBRACK] = ACTIONS(593), + [anon_sym_LPAREN] = ACTIONS(593), + [anon_sym_PIPE] = ACTIONS(593), + [anon_sym_DOLLAR] = ACTIONS(593), + [anon_sym_error] = ACTIONS(593), + [anon_sym_GT] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_DASH] = ACTIONS(593), + [anon_sym_break] = ACTIONS(593), + [anon_sym_continue] = ACTIONS(593), + [anon_sym_for] = ACTIONS(593), + [anon_sym_in] = ACTIONS(593), + [anon_sym_loop] = ACTIONS(593), + [anon_sym_while] = ACTIONS(593), + [anon_sym_do] = ACTIONS(593), + [anon_sym_if] = ACTIONS(593), + [anon_sym_match] = ACTIONS(593), + [anon_sym_LBRACE] = ACTIONS(593), + [anon_sym_DOT] = ACTIONS(661), + [anon_sym_try] = ACTIONS(593), + [anon_sym_return] = ACTIONS(593), + [anon_sym_source] = ACTIONS(593), + [anon_sym_source_DASHenv] = ACTIONS(593), + [anon_sym_register] = ACTIONS(593), + [anon_sym_hide] = ACTIONS(593), + [anon_sym_hide_DASHenv] = ACTIONS(593), + [anon_sym_overlay] = ACTIONS(593), + [anon_sym_STAR] = ACTIONS(593), + [anon_sym_where] = ACTIONS(593), + [anon_sym_STAR_STAR] = ACTIONS(593), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_SLASH] = ACTIONS(593), + [anon_sym_mod] = ACTIONS(593), + [anon_sym_SLASH_SLASH] = ACTIONS(593), + [anon_sym_PLUS] = ACTIONS(593), + [anon_sym_bit_DASHshl] = ACTIONS(593), + [anon_sym_bit_DASHshr] = ACTIONS(593), + [anon_sym_EQ_EQ] = ACTIONS(593), + [anon_sym_BANG_EQ] = ACTIONS(593), + [anon_sym_LT2] = ACTIONS(593), + [anon_sym_LT_EQ] = ACTIONS(593), + [anon_sym_GT_EQ] = ACTIONS(593), + [anon_sym_not_DASHin] = ACTIONS(593), + [anon_sym_starts_DASHwith] = ACTIONS(593), + [anon_sym_ends_DASHwith] = ACTIONS(593), + [anon_sym_EQ_TILDE] = ACTIONS(593), + [anon_sym_BANG_TILDE] = ACTIONS(593), + [anon_sym_bit_DASHand] = ACTIONS(593), + [anon_sym_bit_DASHxor] = ACTIONS(593), + [anon_sym_bit_DASHor] = ACTIONS(593), + [anon_sym_and] = ACTIONS(593), + [anon_sym_xor] = ACTIONS(593), + [anon_sym_or] = ACTIONS(593), + [anon_sym_not] = ACTIONS(593), + [anon_sym_DOT_DOT_LT] = ACTIONS(593), + [anon_sym_DOT_DOT] = ACTIONS(593), + [anon_sym_DOT_DOT_EQ] = ACTIONS(593), + [sym_val_nothing] = ACTIONS(593), + [anon_sym_true] = ACTIONS(593), + [anon_sym_false] = ACTIONS(593), + [aux_sym_val_number_token1] = ACTIONS(593), + [aux_sym_val_number_token2] = ACTIONS(593), + [aux_sym_val_number_token3] = ACTIONS(593), + [aux_sym_val_number_token4] = ACTIONS(593), + [anon_sym_inf] = ACTIONS(593), + [anon_sym_DASHinf] = ACTIONS(593), + [anon_sym_NaN] = ACTIONS(593), + [anon_sym_0b] = ACTIONS(593), + [anon_sym_0o] = ACTIONS(593), + [anon_sym_0x] = ACTIONS(593), + [sym_val_date] = ACTIONS(593), + [anon_sym_DQUOTE] = ACTIONS(593), + [sym__str_single_quotes] = ACTIONS(593), + [sym__str_back_ticks] = ACTIONS(593), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(593), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(593), + [anon_sym_CARET] = ACTIONS(593), + [sym_short_flag] = ACTIONS(593), [anon_sym_POUND] = ACTIONS(3), }, [145] = { - [sym__flag] = STATE(624), - [sym_long_flag] = STATE(680), + [sym_cell_path] = STATE(279), + [sym_path] = STATE(150), [sym_comment] = STATE(145), - [anon_sym_export] = ACTIONS(662), - [anon_sym_alias] = ACTIONS(662), - [anon_sym_let] = ACTIONS(662), - [anon_sym_let_DASHenv] = ACTIONS(662), - [anon_sym_mut] = ACTIONS(662), - [anon_sym_const] = ACTIONS(662), - [sym_cmd_identifier] = ACTIONS(662), - [anon_sym_SEMI] = ACTIONS(662), - [anon_sym_LF] = ACTIONS(664), - [anon_sym_def] = ACTIONS(662), - [anon_sym_def_DASHenv] = ACTIONS(662), - [anon_sym_export_DASHenv] = ACTIONS(662), - [anon_sym_extern] = ACTIONS(662), - [anon_sym_module] = ACTIONS(662), - [anon_sym_use] = ACTIONS(662), - [anon_sym_LBRACK] = ACTIONS(662), - [anon_sym_LPAREN] = ACTIONS(662), - [anon_sym_RPAREN] = ACTIONS(662), - [anon_sym_PIPE] = ACTIONS(662), - [anon_sym_DOLLAR] = ACTIONS(662), - [anon_sym_error] = ACTIONS(662), - [anon_sym_GT] = ACTIONS(623), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(627), - [anon_sym_break] = ACTIONS(662), - [anon_sym_continue] = ACTIONS(662), - [anon_sym_for] = ACTIONS(662), - [anon_sym_in] = ACTIONS(629), - [anon_sym_loop] = ACTIONS(662), - [anon_sym_while] = ACTIONS(662), - [anon_sym_do] = ACTIONS(662), - [anon_sym_if] = ACTIONS(662), - [anon_sym_match] = ACTIONS(662), - [anon_sym_LBRACE] = ACTIONS(662), - [anon_sym_RBRACE] = ACTIONS(662), - [anon_sym_try] = ACTIONS(662), - [anon_sym_return] = ACTIONS(662), - [anon_sym_source] = ACTIONS(662), - [anon_sym_source_DASHenv] = ACTIONS(662), - [anon_sym_register] = ACTIONS(662), - [anon_sym_hide] = ACTIONS(662), - [anon_sym_hide_DASHenv] = ACTIONS(662), - [anon_sym_overlay] = ACTIONS(662), - [anon_sym_STAR] = ACTIONS(631), - [anon_sym_where] = ACTIONS(662), - [anon_sym_STAR_STAR] = ACTIONS(633), - [anon_sym_PLUS_PLUS] = ACTIONS(633), - [anon_sym_SLASH] = ACTIONS(631), - [anon_sym_mod] = ACTIONS(631), - [anon_sym_SLASH_SLASH] = ACTIONS(631), - [anon_sym_PLUS] = ACTIONS(627), - [anon_sym_bit_DASHshl] = ACTIONS(635), - [anon_sym_bit_DASHshr] = ACTIONS(635), - [anon_sym_EQ_EQ] = ACTIONS(623), - [anon_sym_BANG_EQ] = ACTIONS(623), - [anon_sym_LT2] = ACTIONS(623), - [anon_sym_LT_EQ] = ACTIONS(623), - [anon_sym_GT_EQ] = ACTIONS(623), - [anon_sym_not_DASHin] = ACTIONS(629), - [anon_sym_starts_DASHwith] = ACTIONS(629), - [anon_sym_ends_DASHwith] = ACTIONS(629), - [anon_sym_EQ_TILDE] = ACTIONS(637), - [anon_sym_BANG_TILDE] = ACTIONS(637), - [anon_sym_bit_DASHand] = ACTIONS(639), - [anon_sym_bit_DASHxor] = ACTIONS(641), - [anon_sym_bit_DASHor] = ACTIONS(643), - [anon_sym_and] = ACTIONS(645), - [anon_sym_xor] = ACTIONS(647), - [anon_sym_or] = ACTIONS(649), - [anon_sym_not] = ACTIONS(662), - [anon_sym_DOT_DOT_LT] = ACTIONS(662), - [anon_sym_DOT_DOT] = ACTIONS(662), - [anon_sym_DOT_DOT_EQ] = ACTIONS(662), - [sym_val_nothing] = ACTIONS(662), - [anon_sym_true] = ACTIONS(662), - [anon_sym_false] = ACTIONS(662), - [aux_sym_val_number_token1] = ACTIONS(662), - [aux_sym_val_number_token2] = ACTIONS(662), - [aux_sym_val_number_token3] = ACTIONS(662), - [aux_sym_val_number_token4] = ACTIONS(662), - [anon_sym_inf] = ACTIONS(662), - [anon_sym_DASHinf] = ACTIONS(662), - [anon_sym_NaN] = ACTIONS(662), - [anon_sym_0b] = ACTIONS(662), - [anon_sym_0o] = ACTIONS(662), - [anon_sym_0x] = ACTIONS(662), - [sym_val_date] = ACTIONS(662), - [anon_sym_DQUOTE] = ACTIONS(662), - [sym__str_single_quotes] = ACTIONS(662), - [sym__str_back_ticks] = ACTIONS(662), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(662), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(662), - [anon_sym_CARET] = ACTIONS(662), - [sym_short_flag] = ACTIONS(651), + [ts_builtin_sym_end] = ACTIONS(611), + [anon_sym_export] = ACTIONS(609), + [anon_sym_alias] = ACTIONS(609), + [anon_sym_let] = ACTIONS(609), + [anon_sym_let_DASHenv] = ACTIONS(609), + [anon_sym_mut] = ACTIONS(609), + [anon_sym_const] = ACTIONS(609), + [sym_cmd_identifier] = ACTIONS(609), + [anon_sym_SEMI] = ACTIONS(609), + [anon_sym_LF] = ACTIONS(611), + [anon_sym_def] = ACTIONS(609), + [anon_sym_def_DASHenv] = ACTIONS(609), + [anon_sym_export_DASHenv] = ACTIONS(609), + [anon_sym_extern] = ACTIONS(609), + [anon_sym_module] = ACTIONS(609), + [anon_sym_use] = ACTIONS(609), + [anon_sym_LBRACK] = ACTIONS(609), + [anon_sym_LPAREN] = ACTIONS(609), + [anon_sym_PIPE] = ACTIONS(609), + [anon_sym_DOLLAR] = ACTIONS(609), + [anon_sym_error] = ACTIONS(609), + [anon_sym_GT] = ACTIONS(609), + [anon_sym_DASH_DASH] = ACTIONS(609), + [anon_sym_DASH] = ACTIONS(609), + [anon_sym_break] = ACTIONS(609), + [anon_sym_continue] = ACTIONS(609), + [anon_sym_for] = ACTIONS(609), + [anon_sym_in] = ACTIONS(609), + [anon_sym_loop] = ACTIONS(609), + [anon_sym_while] = ACTIONS(609), + [anon_sym_do] = ACTIONS(609), + [anon_sym_if] = ACTIONS(609), + [anon_sym_match] = ACTIONS(609), + [anon_sym_LBRACE] = ACTIONS(609), + [anon_sym_DOT] = ACTIONS(661), + [anon_sym_try] = ACTIONS(609), + [anon_sym_return] = ACTIONS(609), + [anon_sym_source] = ACTIONS(609), + [anon_sym_source_DASHenv] = ACTIONS(609), + [anon_sym_register] = ACTIONS(609), + [anon_sym_hide] = ACTIONS(609), + [anon_sym_hide_DASHenv] = ACTIONS(609), + [anon_sym_overlay] = ACTIONS(609), + [anon_sym_STAR] = ACTIONS(609), + [anon_sym_where] = ACTIONS(609), + [anon_sym_STAR_STAR] = ACTIONS(609), + [anon_sym_PLUS_PLUS] = ACTIONS(609), + [anon_sym_SLASH] = ACTIONS(609), + [anon_sym_mod] = ACTIONS(609), + [anon_sym_SLASH_SLASH] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(609), + [anon_sym_bit_DASHshl] = ACTIONS(609), + [anon_sym_bit_DASHshr] = ACTIONS(609), + [anon_sym_EQ_EQ] = ACTIONS(609), + [anon_sym_BANG_EQ] = ACTIONS(609), + [anon_sym_LT2] = ACTIONS(609), + [anon_sym_LT_EQ] = ACTIONS(609), + [anon_sym_GT_EQ] = ACTIONS(609), + [anon_sym_not_DASHin] = ACTIONS(609), + [anon_sym_starts_DASHwith] = ACTIONS(609), + [anon_sym_ends_DASHwith] = ACTIONS(609), + [anon_sym_EQ_TILDE] = ACTIONS(609), + [anon_sym_BANG_TILDE] = ACTIONS(609), + [anon_sym_bit_DASHand] = ACTIONS(609), + [anon_sym_bit_DASHxor] = ACTIONS(609), + [anon_sym_bit_DASHor] = ACTIONS(609), + [anon_sym_and] = ACTIONS(609), + [anon_sym_xor] = ACTIONS(609), + [anon_sym_or] = ACTIONS(609), + [anon_sym_not] = ACTIONS(609), + [anon_sym_DOT_DOT_LT] = ACTIONS(609), + [anon_sym_DOT_DOT] = ACTIONS(609), + [anon_sym_DOT_DOT_EQ] = ACTIONS(609), + [sym_val_nothing] = ACTIONS(609), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [aux_sym_val_number_token1] = ACTIONS(609), + [aux_sym_val_number_token2] = ACTIONS(609), + [aux_sym_val_number_token3] = ACTIONS(609), + [aux_sym_val_number_token4] = ACTIONS(609), + [anon_sym_inf] = ACTIONS(609), + [anon_sym_DASHinf] = ACTIONS(609), + [anon_sym_NaN] = ACTIONS(609), + [anon_sym_0b] = ACTIONS(609), + [anon_sym_0o] = ACTIONS(609), + [anon_sym_0x] = ACTIONS(609), + [sym_val_date] = ACTIONS(609), + [anon_sym_DQUOTE] = ACTIONS(609), + [sym__str_single_quotes] = ACTIONS(609), + [sym__str_back_ticks] = ACTIONS(609), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(609), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(609), + [anon_sym_CARET] = ACTIONS(609), + [sym_short_flag] = ACTIONS(609), [anon_sym_POUND] = ACTIONS(3), }, [146] = { - [sym__flag] = STATE(638), - [sym_long_flag] = STATE(680), + [sym__flag] = STATE(632), + [sym_long_flag] = STATE(703), [sym_comment] = STATE(146), - [anon_sym_export] = ACTIONS(666), - [anon_sym_alias] = ACTIONS(666), - [anon_sym_let] = ACTIONS(666), - [anon_sym_let_DASHenv] = ACTIONS(666), - [anon_sym_mut] = ACTIONS(666), - [anon_sym_const] = ACTIONS(666), - [sym_cmd_identifier] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_LF] = ACTIONS(668), - [anon_sym_def] = ACTIONS(666), - [anon_sym_def_DASHenv] = ACTIONS(666), - [anon_sym_export_DASHenv] = ACTIONS(666), - [anon_sym_extern] = ACTIONS(666), - [anon_sym_module] = ACTIONS(666), - [anon_sym_use] = ACTIONS(666), - [anon_sym_LBRACK] = ACTIONS(666), - [anon_sym_LPAREN] = ACTIONS(666), - [anon_sym_RPAREN] = ACTIONS(666), - [anon_sym_PIPE] = ACTIONS(666), - [anon_sym_DOLLAR] = ACTIONS(666), - [anon_sym_error] = ACTIONS(666), - [anon_sym_GT] = ACTIONS(623), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(627), - [anon_sym_break] = ACTIONS(666), - [anon_sym_continue] = ACTIONS(666), - [anon_sym_for] = ACTIONS(666), - [anon_sym_in] = ACTIONS(629), - [anon_sym_loop] = ACTIONS(666), - [anon_sym_while] = ACTIONS(666), - [anon_sym_do] = ACTIONS(666), - [anon_sym_if] = ACTIONS(666), - [anon_sym_match] = ACTIONS(666), - [anon_sym_LBRACE] = ACTIONS(666), - [anon_sym_RBRACE] = ACTIONS(666), - [anon_sym_try] = ACTIONS(666), - [anon_sym_return] = ACTIONS(666), - [anon_sym_source] = ACTIONS(666), - [anon_sym_source_DASHenv] = ACTIONS(666), - [anon_sym_register] = ACTIONS(666), - [anon_sym_hide] = ACTIONS(666), - [anon_sym_hide_DASHenv] = ACTIONS(666), - [anon_sym_overlay] = ACTIONS(666), - [anon_sym_STAR] = ACTIONS(631), - [anon_sym_where] = ACTIONS(666), - [anon_sym_STAR_STAR] = ACTIONS(633), - [anon_sym_PLUS_PLUS] = ACTIONS(633), - [anon_sym_SLASH] = ACTIONS(631), - [anon_sym_mod] = ACTIONS(631), - [anon_sym_SLASH_SLASH] = ACTIONS(631), - [anon_sym_PLUS] = ACTIONS(627), - [anon_sym_bit_DASHshl] = ACTIONS(635), - [anon_sym_bit_DASHshr] = ACTIONS(635), - [anon_sym_EQ_EQ] = ACTIONS(623), - [anon_sym_BANG_EQ] = ACTIONS(623), - [anon_sym_LT2] = ACTIONS(623), - [anon_sym_LT_EQ] = ACTIONS(623), - [anon_sym_GT_EQ] = ACTIONS(623), - [anon_sym_not_DASHin] = ACTIONS(629), - [anon_sym_starts_DASHwith] = ACTIONS(629), - [anon_sym_ends_DASHwith] = ACTIONS(629), - [anon_sym_EQ_TILDE] = ACTIONS(637), - [anon_sym_BANG_TILDE] = ACTIONS(637), - [anon_sym_bit_DASHand] = ACTIONS(639), - [anon_sym_bit_DASHxor] = ACTIONS(641), - [anon_sym_bit_DASHor] = ACTIONS(643), - [anon_sym_and] = ACTIONS(645), - [anon_sym_xor] = ACTIONS(647), - [anon_sym_or] = ACTIONS(649), - [anon_sym_not] = ACTIONS(666), - [anon_sym_DOT_DOT_LT] = ACTIONS(666), - [anon_sym_DOT_DOT] = ACTIONS(666), - [anon_sym_DOT_DOT_EQ] = ACTIONS(666), - [sym_val_nothing] = ACTIONS(666), - [anon_sym_true] = ACTIONS(666), - [anon_sym_false] = ACTIONS(666), - [aux_sym_val_number_token1] = ACTIONS(666), - [aux_sym_val_number_token2] = ACTIONS(666), - [aux_sym_val_number_token3] = ACTIONS(666), - [aux_sym_val_number_token4] = ACTIONS(666), - [anon_sym_inf] = ACTIONS(666), - [anon_sym_DASHinf] = ACTIONS(666), - [anon_sym_NaN] = ACTIONS(666), - [anon_sym_0b] = ACTIONS(666), - [anon_sym_0o] = ACTIONS(666), - [anon_sym_0x] = ACTIONS(666), - [sym_val_date] = ACTIONS(666), - [anon_sym_DQUOTE] = ACTIONS(666), - [sym__str_single_quotes] = ACTIONS(666), - [sym__str_back_ticks] = ACTIONS(666), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(666), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [sym_short_flag] = ACTIONS(651), + [anon_sym_export] = ACTIONS(663), + [anon_sym_alias] = ACTIONS(663), + [anon_sym_let] = ACTIONS(663), + [anon_sym_let_DASHenv] = ACTIONS(663), + [anon_sym_mut] = ACTIONS(663), + [anon_sym_const] = ACTIONS(663), + [sym_cmd_identifier] = ACTIONS(663), + [anon_sym_SEMI] = ACTIONS(663), + [anon_sym_LF] = ACTIONS(665), + [anon_sym_def] = ACTIONS(663), + [anon_sym_def_DASHenv] = ACTIONS(663), + [anon_sym_export_DASHenv] = ACTIONS(663), + [anon_sym_extern] = ACTIONS(663), + [anon_sym_module] = ACTIONS(663), + [anon_sym_use] = ACTIONS(663), + [anon_sym_LBRACK] = ACTIONS(663), + [anon_sym_LPAREN] = ACTIONS(663), + [anon_sym_RPAREN] = ACTIONS(663), + [anon_sym_PIPE] = ACTIONS(663), + [anon_sym_DOLLAR] = ACTIONS(663), + [anon_sym_error] = ACTIONS(663), + [anon_sym_GT] = ACTIONS(631), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(635), + [anon_sym_break] = ACTIONS(663), + [anon_sym_continue] = ACTIONS(663), + [anon_sym_for] = ACTIONS(663), + [anon_sym_in] = ACTIONS(637), + [anon_sym_loop] = ACTIONS(663), + [anon_sym_while] = ACTIONS(663), + [anon_sym_do] = ACTIONS(663), + [anon_sym_if] = ACTIONS(663), + [anon_sym_match] = ACTIONS(663), + [anon_sym_LBRACE] = ACTIONS(663), + [anon_sym_RBRACE] = ACTIONS(663), + [anon_sym_try] = ACTIONS(663), + [anon_sym_return] = ACTIONS(663), + [anon_sym_source] = ACTIONS(663), + [anon_sym_source_DASHenv] = ACTIONS(663), + [anon_sym_register] = ACTIONS(663), + [anon_sym_hide] = ACTIONS(663), + [anon_sym_hide_DASHenv] = ACTIONS(663), + [anon_sym_overlay] = ACTIONS(663), + [anon_sym_STAR] = ACTIONS(639), + [anon_sym_where] = ACTIONS(663), + [anon_sym_STAR_STAR] = ACTIONS(641), + [anon_sym_PLUS_PLUS] = ACTIONS(641), + [anon_sym_SLASH] = ACTIONS(639), + [anon_sym_mod] = ACTIONS(639), + [anon_sym_SLASH_SLASH] = ACTIONS(639), + [anon_sym_PLUS] = ACTIONS(635), + [anon_sym_bit_DASHshl] = ACTIONS(643), + [anon_sym_bit_DASHshr] = ACTIONS(643), + [anon_sym_EQ_EQ] = ACTIONS(631), + [anon_sym_BANG_EQ] = ACTIONS(631), + [anon_sym_LT2] = ACTIONS(631), + [anon_sym_LT_EQ] = ACTIONS(631), + [anon_sym_GT_EQ] = ACTIONS(631), + [anon_sym_not_DASHin] = ACTIONS(637), + [anon_sym_starts_DASHwith] = ACTIONS(637), + [anon_sym_ends_DASHwith] = ACTIONS(637), + [anon_sym_EQ_TILDE] = ACTIONS(645), + [anon_sym_BANG_TILDE] = ACTIONS(645), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(649), + [anon_sym_bit_DASHor] = ACTIONS(651), + [anon_sym_and] = ACTIONS(653), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(657), + [anon_sym_not] = ACTIONS(663), + [anon_sym_DOT_DOT_LT] = ACTIONS(663), + [anon_sym_DOT_DOT] = ACTIONS(663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(663), + [sym_val_nothing] = ACTIONS(663), + [anon_sym_true] = ACTIONS(663), + [anon_sym_false] = ACTIONS(663), + [aux_sym_val_number_token1] = ACTIONS(663), + [aux_sym_val_number_token2] = ACTIONS(663), + [aux_sym_val_number_token3] = ACTIONS(663), + [aux_sym_val_number_token4] = ACTIONS(663), + [anon_sym_inf] = ACTIONS(663), + [anon_sym_DASHinf] = ACTIONS(663), + [anon_sym_NaN] = ACTIONS(663), + [anon_sym_0b] = ACTIONS(663), + [anon_sym_0o] = ACTIONS(663), + [anon_sym_0x] = ACTIONS(663), + [sym_val_date] = ACTIONS(663), + [anon_sym_DQUOTE] = ACTIONS(663), + [sym__str_single_quotes] = ACTIONS(663), + [sym__str_back_ticks] = ACTIONS(663), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(663), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(663), + [anon_sym_CARET] = ACTIONS(663), + [sym_short_flag] = ACTIONS(659), [anon_sym_POUND] = ACTIONS(3), }, [147] = { - [sym_cell_path] = STATE(259), - [sym_path] = STATE(162), [sym_comment] = STATE(147), - [ts_builtin_sym_end] = ACTIONS(580), - [anon_sym_export] = ACTIONS(578), - [anon_sym_alias] = ACTIONS(578), - [anon_sym_let] = ACTIONS(578), - [anon_sym_let_DASHenv] = ACTIONS(578), - [anon_sym_mut] = ACTIONS(578), - [anon_sym_const] = ACTIONS(578), - [sym_cmd_identifier] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(578), - [anon_sym_LF] = ACTIONS(580), - [anon_sym_def] = ACTIONS(578), - [anon_sym_def_DASHenv] = ACTIONS(578), - [anon_sym_export_DASHenv] = ACTIONS(578), - [anon_sym_extern] = ACTIONS(578), - [anon_sym_module] = ACTIONS(578), - [anon_sym_use] = ACTIONS(578), - [anon_sym_LBRACK] = ACTIONS(578), - [anon_sym_LPAREN] = ACTIONS(578), - [anon_sym_PIPE] = ACTIONS(578), - [anon_sym_DOLLAR] = ACTIONS(578), - [anon_sym_error] = ACTIONS(578), - [anon_sym_GT] = ACTIONS(578), - [anon_sym_DASH_DASH] = ACTIONS(578), - [anon_sym_DASH] = ACTIONS(578), - [anon_sym_break] = ACTIONS(578), - [anon_sym_continue] = ACTIONS(578), - [anon_sym_for] = ACTIONS(578), - [anon_sym_in] = ACTIONS(578), - [anon_sym_loop] = ACTIONS(578), - [anon_sym_while] = ACTIONS(578), - [anon_sym_do] = ACTIONS(578), - [anon_sym_if] = ACTIONS(578), - [anon_sym_match] = ACTIONS(578), - [anon_sym_LBRACE] = ACTIONS(578), - [anon_sym_DOT] = ACTIONS(617), - [anon_sym_try] = ACTIONS(578), - [anon_sym_return] = ACTIONS(578), - [anon_sym_source] = ACTIONS(578), - [anon_sym_source_DASHenv] = ACTIONS(578), - [anon_sym_register] = ACTIONS(578), - [anon_sym_hide] = ACTIONS(578), - [anon_sym_hide_DASHenv] = ACTIONS(578), - [anon_sym_overlay] = ACTIONS(578), - [anon_sym_STAR] = ACTIONS(578), - [anon_sym_where] = ACTIONS(578), - [anon_sym_STAR_STAR] = ACTIONS(578), - [anon_sym_PLUS_PLUS] = ACTIONS(578), - [anon_sym_SLASH] = ACTIONS(578), - [anon_sym_mod] = ACTIONS(578), - [anon_sym_SLASH_SLASH] = ACTIONS(578), - [anon_sym_PLUS] = ACTIONS(578), - [anon_sym_bit_DASHshl] = ACTIONS(578), - [anon_sym_bit_DASHshr] = ACTIONS(578), - [anon_sym_EQ_EQ] = ACTIONS(578), - [anon_sym_BANG_EQ] = ACTIONS(578), - [anon_sym_LT2] = ACTIONS(578), - [anon_sym_LT_EQ] = ACTIONS(578), - [anon_sym_GT_EQ] = ACTIONS(578), - [anon_sym_not_DASHin] = ACTIONS(578), - [anon_sym_starts_DASHwith] = ACTIONS(578), - [anon_sym_ends_DASHwith] = ACTIONS(578), - [anon_sym_EQ_TILDE] = ACTIONS(578), - [anon_sym_BANG_TILDE] = ACTIONS(578), - [anon_sym_bit_DASHand] = ACTIONS(578), - [anon_sym_bit_DASHxor] = ACTIONS(578), - [anon_sym_bit_DASHor] = ACTIONS(578), - [anon_sym_and] = ACTIONS(578), - [anon_sym_xor] = ACTIONS(578), - [anon_sym_or] = ACTIONS(578), - [anon_sym_not] = ACTIONS(578), - [anon_sym_DOT_DOT_LT] = ACTIONS(578), - [anon_sym_DOT_DOT] = ACTIONS(578), - [anon_sym_DOT_DOT_EQ] = ACTIONS(578), - [sym_val_nothing] = ACTIONS(578), - [anon_sym_true] = ACTIONS(578), - [anon_sym_false] = ACTIONS(578), - [aux_sym_val_number_token1] = ACTIONS(578), - [aux_sym_val_number_token2] = ACTIONS(578), - [aux_sym_val_number_token3] = ACTIONS(578), - [aux_sym_val_number_token4] = ACTIONS(578), - [anon_sym_inf] = ACTIONS(578), - [anon_sym_DASHinf] = ACTIONS(578), - [anon_sym_NaN] = ACTIONS(578), - [anon_sym_0b] = ACTIONS(578), - [anon_sym_0o] = ACTIONS(578), - [anon_sym_0x] = ACTIONS(578), - [sym_val_date] = ACTIONS(578), - [anon_sym_DQUOTE] = ACTIONS(578), - [sym__str_single_quotes] = ACTIONS(578), - [sym__str_back_ticks] = ACTIONS(578), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(578), - [anon_sym_CARET] = ACTIONS(578), - [sym_short_flag] = ACTIONS(578), + [anon_sym_export] = ACTIONS(667), + [anon_sym_alias] = ACTIONS(667), + [anon_sym_let] = ACTIONS(667), + [anon_sym_let_DASHenv] = ACTIONS(667), + [anon_sym_mut] = ACTIONS(667), + [anon_sym_const] = ACTIONS(667), + [sym_cmd_identifier] = ACTIONS(667), + [anon_sym_SEMI] = ACTIONS(667), + [anon_sym_LF] = ACTIONS(669), + [anon_sym_def] = ACTIONS(667), + [anon_sym_def_DASHenv] = ACTIONS(667), + [anon_sym_export_DASHenv] = ACTIONS(667), + [anon_sym_extern] = ACTIONS(667), + [anon_sym_module] = ACTIONS(667), + [anon_sym_use] = ACTIONS(667), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_LPAREN] = ACTIONS(667), + [anon_sym_RPAREN] = ACTIONS(667), + [anon_sym_PIPE] = ACTIONS(667), + [anon_sym_DOLLAR] = ACTIONS(667), + [anon_sym_error] = ACTIONS(667), + [anon_sym_GT] = ACTIONS(667), + [anon_sym_DASH_DASH] = ACTIONS(667), + [anon_sym_DASH] = ACTIONS(667), + [anon_sym_break] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(667), + [anon_sym_for] = ACTIONS(667), + [anon_sym_in] = ACTIONS(667), + [anon_sym_loop] = ACTIONS(667), + [anon_sym_while] = ACTIONS(667), + [anon_sym_do] = ACTIONS(667), + [anon_sym_if] = ACTIONS(667), + [anon_sym_match] = ACTIONS(667), + [anon_sym_LBRACE] = ACTIONS(667), + [anon_sym_RBRACE] = ACTIONS(667), + [anon_sym_DOT] = ACTIONS(667), + [anon_sym_try] = ACTIONS(667), + [anon_sym_return] = ACTIONS(667), + [anon_sym_source] = ACTIONS(667), + [anon_sym_source_DASHenv] = ACTIONS(667), + [anon_sym_register] = ACTIONS(667), + [anon_sym_hide] = ACTIONS(667), + [anon_sym_hide_DASHenv] = ACTIONS(667), + [anon_sym_overlay] = ACTIONS(667), + [anon_sym_STAR] = ACTIONS(667), + [anon_sym_where] = ACTIONS(667), + [anon_sym_QMARK2] = ACTIONS(667), + [anon_sym_STAR_STAR] = ACTIONS(667), + [anon_sym_PLUS_PLUS] = ACTIONS(667), + [anon_sym_SLASH] = ACTIONS(667), + [anon_sym_mod] = ACTIONS(667), + [anon_sym_SLASH_SLASH] = ACTIONS(667), + [anon_sym_PLUS] = ACTIONS(667), + [anon_sym_bit_DASHshl] = ACTIONS(667), + [anon_sym_bit_DASHshr] = ACTIONS(667), + [anon_sym_EQ_EQ] = ACTIONS(667), + [anon_sym_BANG_EQ] = ACTIONS(667), + [anon_sym_LT2] = ACTIONS(667), + [anon_sym_LT_EQ] = ACTIONS(667), + [anon_sym_GT_EQ] = ACTIONS(667), + [anon_sym_not_DASHin] = ACTIONS(667), + [anon_sym_starts_DASHwith] = ACTIONS(667), + [anon_sym_ends_DASHwith] = ACTIONS(667), + [anon_sym_EQ_TILDE] = ACTIONS(667), + [anon_sym_BANG_TILDE] = ACTIONS(667), + [anon_sym_bit_DASHand] = ACTIONS(667), + [anon_sym_bit_DASHxor] = ACTIONS(667), + [anon_sym_bit_DASHor] = ACTIONS(667), + [anon_sym_and] = ACTIONS(667), + [anon_sym_xor] = ACTIONS(667), + [anon_sym_or] = ACTIONS(667), + [anon_sym_not] = ACTIONS(667), + [anon_sym_DOT_DOT_LT] = ACTIONS(667), + [anon_sym_DOT_DOT] = ACTIONS(667), + [anon_sym_DOT_DOT_EQ] = ACTIONS(667), + [sym_val_nothing] = ACTIONS(667), + [anon_sym_true] = ACTIONS(667), + [anon_sym_false] = ACTIONS(667), + [aux_sym_val_number_token1] = ACTIONS(667), + [aux_sym_val_number_token2] = ACTIONS(667), + [aux_sym_val_number_token3] = ACTIONS(667), + [aux_sym_val_number_token4] = ACTIONS(667), + [anon_sym_inf] = ACTIONS(667), + [anon_sym_DASHinf] = ACTIONS(667), + [anon_sym_NaN] = ACTIONS(667), + [anon_sym_0b] = ACTIONS(667), + [anon_sym_0o] = ACTIONS(667), + [anon_sym_0x] = ACTIONS(667), + [sym_val_date] = ACTIONS(667), + [anon_sym_DQUOTE] = ACTIONS(667), + [sym__str_single_quotes] = ACTIONS(667), + [sym__str_back_ticks] = ACTIONS(667), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(667), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(667), + [anon_sym_CARET] = ACTIONS(667), + [sym_short_flag] = ACTIONS(667), [anon_sym_POUND] = ACTIONS(3), }, [148] = { [sym_comment] = STATE(148), - [anon_sym_export] = ACTIONS(656), - [anon_sym_alias] = ACTIONS(656), - [anon_sym_let] = ACTIONS(656), - [anon_sym_let_DASHenv] = ACTIONS(656), - [anon_sym_mut] = ACTIONS(656), - [anon_sym_const] = ACTIONS(656), - [sym_cmd_identifier] = ACTIONS(656), - [anon_sym_SEMI] = ACTIONS(656), - [anon_sym_LF] = ACTIONS(658), - [anon_sym_def] = ACTIONS(656), - [anon_sym_def_DASHenv] = ACTIONS(656), - [anon_sym_export_DASHenv] = ACTIONS(656), - [anon_sym_extern] = ACTIONS(656), - [anon_sym_module] = ACTIONS(656), - [anon_sym_use] = ACTIONS(656), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LPAREN] = ACTIONS(656), - [anon_sym_RPAREN] = ACTIONS(656), - [anon_sym_PIPE] = ACTIONS(656), - [anon_sym_DOLLAR] = ACTIONS(656), - [anon_sym_error] = ACTIONS(656), - [anon_sym_GT] = ACTIONS(656), - [anon_sym_DASH_DASH] = ACTIONS(656), - [anon_sym_DASH] = ACTIONS(656), - [anon_sym_break] = ACTIONS(656), - [anon_sym_continue] = ACTIONS(656), - [anon_sym_for] = ACTIONS(656), - [anon_sym_in] = ACTIONS(656), - [anon_sym_loop] = ACTIONS(656), - [anon_sym_while] = ACTIONS(656), - [anon_sym_do] = ACTIONS(656), - [anon_sym_if] = ACTIONS(656), - [anon_sym_match] = ACTIONS(656), - [anon_sym_LBRACE] = ACTIONS(656), - [anon_sym_RBRACE] = ACTIONS(656), - [anon_sym_DOT] = ACTIONS(656), - [anon_sym_try] = ACTIONS(656), - [anon_sym_return] = ACTIONS(656), - [anon_sym_source] = ACTIONS(656), - [anon_sym_source_DASHenv] = ACTIONS(656), - [anon_sym_register] = ACTIONS(656), - [anon_sym_hide] = ACTIONS(656), - [anon_sym_hide_DASHenv] = ACTIONS(656), - [anon_sym_overlay] = ACTIONS(656), - [anon_sym_STAR] = ACTIONS(656), - [anon_sym_where] = ACTIONS(656), - [anon_sym_QMARK2] = ACTIONS(660), - [anon_sym_STAR_STAR] = ACTIONS(656), - [anon_sym_PLUS_PLUS] = ACTIONS(656), - [anon_sym_SLASH] = ACTIONS(656), - [anon_sym_mod] = ACTIONS(656), - [anon_sym_SLASH_SLASH] = ACTIONS(656), - [anon_sym_PLUS] = ACTIONS(656), - [anon_sym_bit_DASHshl] = ACTIONS(656), - [anon_sym_bit_DASHshr] = ACTIONS(656), - [anon_sym_EQ_EQ] = ACTIONS(656), - [anon_sym_BANG_EQ] = ACTIONS(656), - [anon_sym_LT2] = ACTIONS(656), - [anon_sym_LT_EQ] = ACTIONS(656), - [anon_sym_GT_EQ] = ACTIONS(656), - [anon_sym_not_DASHin] = ACTIONS(656), - [anon_sym_starts_DASHwith] = ACTIONS(656), - [anon_sym_ends_DASHwith] = ACTIONS(656), - [anon_sym_EQ_TILDE] = ACTIONS(656), - [anon_sym_BANG_TILDE] = ACTIONS(656), - [anon_sym_bit_DASHand] = ACTIONS(656), - [anon_sym_bit_DASHxor] = ACTIONS(656), - [anon_sym_bit_DASHor] = ACTIONS(656), - [anon_sym_and] = ACTIONS(656), - [anon_sym_xor] = ACTIONS(656), - [anon_sym_or] = ACTIONS(656), - [anon_sym_not] = ACTIONS(656), - [anon_sym_DOT_DOT_LT] = ACTIONS(656), - [anon_sym_DOT_DOT] = ACTIONS(656), - [anon_sym_DOT_DOT_EQ] = ACTIONS(656), - [sym_val_nothing] = ACTIONS(656), - [anon_sym_true] = ACTIONS(656), - [anon_sym_false] = ACTIONS(656), - [aux_sym_val_number_token1] = ACTIONS(656), - [aux_sym_val_number_token2] = ACTIONS(656), - [aux_sym_val_number_token3] = ACTIONS(656), - [aux_sym_val_number_token4] = ACTIONS(656), - [anon_sym_inf] = ACTIONS(656), - [anon_sym_DASHinf] = ACTIONS(656), - [anon_sym_NaN] = ACTIONS(656), - [anon_sym_0b] = ACTIONS(656), - [anon_sym_0o] = ACTIONS(656), - [anon_sym_0x] = ACTIONS(656), - [sym_val_date] = ACTIONS(656), - [anon_sym_DQUOTE] = ACTIONS(656), - [sym__str_single_quotes] = ACTIONS(656), - [sym__str_back_ticks] = ACTIONS(656), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(656), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(656), - [anon_sym_CARET] = ACTIONS(656), - [sym_short_flag] = ACTIONS(656), + [anon_sym_export] = ACTIONS(621), + [anon_sym_alias] = ACTIONS(621), + [anon_sym_let] = ACTIONS(621), + [anon_sym_let_DASHenv] = ACTIONS(621), + [anon_sym_mut] = ACTIONS(621), + [anon_sym_const] = ACTIONS(621), + [sym_cmd_identifier] = ACTIONS(621), + [anon_sym_SEMI] = ACTIONS(621), + [anon_sym_LF] = ACTIONS(623), + [anon_sym_def] = ACTIONS(621), + [anon_sym_def_DASHenv] = ACTIONS(621), + [anon_sym_export_DASHenv] = ACTIONS(621), + [anon_sym_extern] = ACTIONS(621), + [anon_sym_module] = ACTIONS(621), + [anon_sym_use] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_RPAREN] = ACTIONS(621), + [anon_sym_PIPE] = ACTIONS(621), + [anon_sym_DOLLAR] = ACTIONS(621), + [anon_sym_error] = ACTIONS(621), + [anon_sym_GT] = ACTIONS(621), + [anon_sym_DASH_DASH] = ACTIONS(621), + [anon_sym_DASH] = ACTIONS(621), + [anon_sym_break] = ACTIONS(621), + [anon_sym_continue] = ACTIONS(621), + [anon_sym_for] = ACTIONS(621), + [anon_sym_in] = ACTIONS(621), + [anon_sym_loop] = ACTIONS(621), + [anon_sym_while] = ACTIONS(621), + [anon_sym_do] = ACTIONS(621), + [anon_sym_if] = ACTIONS(621), + [anon_sym_match] = ACTIONS(621), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_RBRACE] = ACTIONS(621), + [anon_sym_DOT] = ACTIONS(621), + [anon_sym_try] = ACTIONS(621), + [anon_sym_return] = ACTIONS(621), + [anon_sym_source] = ACTIONS(621), + [anon_sym_source_DASHenv] = ACTIONS(621), + [anon_sym_register] = ACTIONS(621), + [anon_sym_hide] = ACTIONS(621), + [anon_sym_hide_DASHenv] = ACTIONS(621), + [anon_sym_overlay] = ACTIONS(621), + [anon_sym_STAR] = ACTIONS(621), + [anon_sym_where] = ACTIONS(621), + [anon_sym_QMARK2] = ACTIONS(625), + [anon_sym_STAR_STAR] = ACTIONS(621), + [anon_sym_PLUS_PLUS] = ACTIONS(621), + [anon_sym_SLASH] = ACTIONS(621), + [anon_sym_mod] = ACTIONS(621), + [anon_sym_SLASH_SLASH] = ACTIONS(621), + [anon_sym_PLUS] = ACTIONS(621), + [anon_sym_bit_DASHshl] = ACTIONS(621), + [anon_sym_bit_DASHshr] = ACTIONS(621), + [anon_sym_EQ_EQ] = ACTIONS(621), + [anon_sym_BANG_EQ] = ACTIONS(621), + [anon_sym_LT2] = ACTIONS(621), + [anon_sym_LT_EQ] = ACTIONS(621), + [anon_sym_GT_EQ] = ACTIONS(621), + [anon_sym_not_DASHin] = ACTIONS(621), + [anon_sym_starts_DASHwith] = ACTIONS(621), + [anon_sym_ends_DASHwith] = ACTIONS(621), + [anon_sym_EQ_TILDE] = ACTIONS(621), + [anon_sym_BANG_TILDE] = ACTIONS(621), + [anon_sym_bit_DASHand] = ACTIONS(621), + [anon_sym_bit_DASHxor] = ACTIONS(621), + [anon_sym_bit_DASHor] = ACTIONS(621), + [anon_sym_and] = ACTIONS(621), + [anon_sym_xor] = ACTIONS(621), + [anon_sym_or] = ACTIONS(621), + [anon_sym_not] = ACTIONS(621), + [anon_sym_DOT_DOT_LT] = ACTIONS(621), + [anon_sym_DOT_DOT] = ACTIONS(621), + [anon_sym_DOT_DOT_EQ] = ACTIONS(621), + [sym_val_nothing] = ACTIONS(621), + [anon_sym_true] = ACTIONS(621), + [anon_sym_false] = ACTIONS(621), + [aux_sym_val_number_token1] = ACTIONS(621), + [aux_sym_val_number_token2] = ACTIONS(621), + [aux_sym_val_number_token3] = ACTIONS(621), + [aux_sym_val_number_token4] = ACTIONS(621), + [anon_sym_inf] = ACTIONS(621), + [anon_sym_DASHinf] = ACTIONS(621), + [anon_sym_NaN] = ACTIONS(621), + [anon_sym_0b] = ACTIONS(621), + [anon_sym_0o] = ACTIONS(621), + [anon_sym_0x] = ACTIONS(621), + [sym_val_date] = ACTIONS(621), + [anon_sym_DQUOTE] = ACTIONS(621), + [sym__str_single_quotes] = ACTIONS(621), + [sym__str_back_ticks] = ACTIONS(621), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(621), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(621), + [anon_sym_CARET] = ACTIONS(621), + [sym_short_flag] = ACTIONS(621), [anon_sym_POUND] = ACTIONS(3), }, [149] = { - [sym__flag] = STATE(561), - [sym_long_flag] = STATE(680), + [sym_cell_path] = STATE(262), + [sym_path] = STATE(150), [sym_comment] = STATE(149), - [anon_sym_export] = ACTIONS(670), - [anon_sym_alias] = ACTIONS(670), - [anon_sym_let] = ACTIONS(670), - [anon_sym_let_DASHenv] = ACTIONS(670), - [anon_sym_mut] = ACTIONS(670), - [anon_sym_const] = ACTIONS(670), - [sym_cmd_identifier] = ACTIONS(670), - [anon_sym_SEMI] = ACTIONS(670), - [anon_sym_LF] = ACTIONS(672), - [anon_sym_def] = ACTIONS(670), - [anon_sym_def_DASHenv] = ACTIONS(670), - [anon_sym_export_DASHenv] = ACTIONS(670), - [anon_sym_extern] = ACTIONS(670), - [anon_sym_module] = ACTIONS(670), - [anon_sym_use] = ACTIONS(670), - [anon_sym_LBRACK] = ACTIONS(670), - [anon_sym_LPAREN] = ACTIONS(670), - [anon_sym_RPAREN] = ACTIONS(670), - [anon_sym_PIPE] = ACTIONS(670), - [anon_sym_DOLLAR] = ACTIONS(670), - [anon_sym_error] = ACTIONS(670), - [anon_sym_GT] = ACTIONS(623), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(627), - [anon_sym_break] = ACTIONS(670), - [anon_sym_continue] = ACTIONS(670), - [anon_sym_for] = ACTIONS(670), - [anon_sym_in] = ACTIONS(629), - [anon_sym_loop] = ACTIONS(670), - [anon_sym_while] = ACTIONS(670), - [anon_sym_do] = ACTIONS(670), - [anon_sym_if] = ACTIONS(670), - [anon_sym_match] = ACTIONS(670), - [anon_sym_LBRACE] = ACTIONS(670), - [anon_sym_RBRACE] = ACTIONS(670), - [anon_sym_try] = ACTIONS(670), - [anon_sym_return] = ACTIONS(670), - [anon_sym_source] = ACTIONS(670), - [anon_sym_source_DASHenv] = ACTIONS(670), - [anon_sym_register] = ACTIONS(670), - [anon_sym_hide] = ACTIONS(670), - [anon_sym_hide_DASHenv] = ACTIONS(670), - [anon_sym_overlay] = ACTIONS(670), - [anon_sym_STAR] = ACTIONS(631), - [anon_sym_where] = ACTIONS(670), - [anon_sym_STAR_STAR] = ACTIONS(633), - [anon_sym_PLUS_PLUS] = ACTIONS(633), - [anon_sym_SLASH] = ACTIONS(631), - [anon_sym_mod] = ACTIONS(631), - [anon_sym_SLASH_SLASH] = ACTIONS(631), - [anon_sym_PLUS] = ACTIONS(627), - [anon_sym_bit_DASHshl] = ACTIONS(635), - [anon_sym_bit_DASHshr] = ACTIONS(635), - [anon_sym_EQ_EQ] = ACTIONS(623), - [anon_sym_BANG_EQ] = ACTIONS(623), - [anon_sym_LT2] = ACTIONS(623), - [anon_sym_LT_EQ] = ACTIONS(623), - [anon_sym_GT_EQ] = ACTIONS(623), - [anon_sym_not_DASHin] = ACTIONS(629), - [anon_sym_starts_DASHwith] = ACTIONS(629), - [anon_sym_ends_DASHwith] = ACTIONS(629), - [anon_sym_EQ_TILDE] = ACTIONS(637), - [anon_sym_BANG_TILDE] = ACTIONS(637), - [anon_sym_bit_DASHand] = ACTIONS(639), - [anon_sym_bit_DASHxor] = ACTIONS(641), - [anon_sym_bit_DASHor] = ACTIONS(643), - [anon_sym_and] = ACTIONS(645), - [anon_sym_xor] = ACTIONS(647), - [anon_sym_or] = ACTIONS(649), - [anon_sym_not] = ACTIONS(670), - [anon_sym_DOT_DOT_LT] = ACTIONS(670), - [anon_sym_DOT_DOT] = ACTIONS(670), - [anon_sym_DOT_DOT_EQ] = ACTIONS(670), - [sym_val_nothing] = ACTIONS(670), - [anon_sym_true] = ACTIONS(670), - [anon_sym_false] = ACTIONS(670), - [aux_sym_val_number_token1] = ACTIONS(670), - [aux_sym_val_number_token2] = ACTIONS(670), - [aux_sym_val_number_token3] = ACTIONS(670), - [aux_sym_val_number_token4] = ACTIONS(670), - [anon_sym_inf] = ACTIONS(670), - [anon_sym_DASHinf] = ACTIONS(670), - [anon_sym_NaN] = ACTIONS(670), - [anon_sym_0b] = ACTIONS(670), - [anon_sym_0o] = ACTIONS(670), - [anon_sym_0x] = ACTIONS(670), - [sym_val_date] = ACTIONS(670), - [anon_sym_DQUOTE] = ACTIONS(670), - [sym__str_single_quotes] = ACTIONS(670), - [sym__str_back_ticks] = ACTIONS(670), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(670), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(670), - [anon_sym_CARET] = ACTIONS(670), - [sym_short_flag] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(3), - }, - [150] = { - [sym_cell_path] = STATE(291), - [sym_path] = STATE(162), - [sym_comment] = STATE(150), - [ts_builtin_sym_end] = ACTIONS(576), - [anon_sym_export] = ACTIONS(574), - [anon_sym_alias] = ACTIONS(574), - [anon_sym_let] = ACTIONS(574), - [anon_sym_let_DASHenv] = ACTIONS(574), - [anon_sym_mut] = ACTIONS(574), - [anon_sym_const] = ACTIONS(574), - [sym_cmd_identifier] = ACTIONS(574), - [anon_sym_SEMI] = ACTIONS(574), - [anon_sym_LF] = ACTIONS(576), - [anon_sym_def] = ACTIONS(574), - [anon_sym_def_DASHenv] = ACTIONS(574), - [anon_sym_export_DASHenv] = ACTIONS(574), - [anon_sym_extern] = ACTIONS(574), - [anon_sym_module] = ACTIONS(574), - [anon_sym_use] = ACTIONS(574), - [anon_sym_LBRACK] = ACTIONS(574), - [anon_sym_LPAREN] = ACTIONS(574), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_DOLLAR] = ACTIONS(574), - [anon_sym_error] = ACTIONS(574), - [anon_sym_GT] = ACTIONS(574), - [anon_sym_DASH_DASH] = ACTIONS(574), - [anon_sym_DASH] = ACTIONS(574), - [anon_sym_break] = ACTIONS(574), - [anon_sym_continue] = ACTIONS(574), - [anon_sym_for] = ACTIONS(574), - [anon_sym_in] = ACTIONS(574), - [anon_sym_loop] = ACTIONS(574), - [anon_sym_while] = ACTIONS(574), - [anon_sym_do] = ACTIONS(574), - [anon_sym_if] = ACTIONS(574), - [anon_sym_match] = ACTIONS(574), - [anon_sym_LBRACE] = ACTIONS(574), - [anon_sym_DOT] = ACTIONS(617), - [anon_sym_try] = ACTIONS(574), - [anon_sym_return] = ACTIONS(574), - [anon_sym_source] = ACTIONS(574), - [anon_sym_source_DASHenv] = ACTIONS(574), - [anon_sym_register] = ACTIONS(574), - [anon_sym_hide] = ACTIONS(574), - [anon_sym_hide_DASHenv] = ACTIONS(574), - [anon_sym_overlay] = ACTIONS(574), - [anon_sym_STAR] = ACTIONS(574), - [anon_sym_where] = ACTIONS(574), - [anon_sym_STAR_STAR] = ACTIONS(574), - [anon_sym_PLUS_PLUS] = ACTIONS(574), - [anon_sym_SLASH] = ACTIONS(574), - [anon_sym_mod] = ACTIONS(574), - [anon_sym_SLASH_SLASH] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(574), - [anon_sym_bit_DASHshl] = ACTIONS(574), - [anon_sym_bit_DASHshr] = ACTIONS(574), - [anon_sym_EQ_EQ] = ACTIONS(574), - [anon_sym_BANG_EQ] = ACTIONS(574), - [anon_sym_LT2] = ACTIONS(574), - [anon_sym_LT_EQ] = ACTIONS(574), - [anon_sym_GT_EQ] = ACTIONS(574), - [anon_sym_not_DASHin] = ACTIONS(574), - [anon_sym_starts_DASHwith] = ACTIONS(574), - [anon_sym_ends_DASHwith] = ACTIONS(574), - [anon_sym_EQ_TILDE] = ACTIONS(574), - [anon_sym_BANG_TILDE] = ACTIONS(574), - [anon_sym_bit_DASHand] = ACTIONS(574), - [anon_sym_bit_DASHxor] = ACTIONS(574), - [anon_sym_bit_DASHor] = ACTIONS(574), - [anon_sym_and] = ACTIONS(574), - [anon_sym_xor] = ACTIONS(574), - [anon_sym_or] = ACTIONS(574), - [anon_sym_not] = ACTIONS(574), - [anon_sym_DOT_DOT_LT] = ACTIONS(574), - [anon_sym_DOT_DOT] = ACTIONS(574), - [anon_sym_DOT_DOT_EQ] = ACTIONS(574), - [sym_val_nothing] = ACTIONS(574), - [anon_sym_true] = ACTIONS(574), - [anon_sym_false] = ACTIONS(574), - [aux_sym_val_number_token1] = ACTIONS(574), - [aux_sym_val_number_token2] = ACTIONS(574), - [aux_sym_val_number_token3] = ACTIONS(574), - [aux_sym_val_number_token4] = ACTIONS(574), - [anon_sym_inf] = ACTIONS(574), - [anon_sym_DASHinf] = ACTIONS(574), - [anon_sym_NaN] = ACTIONS(574), - [anon_sym_0b] = ACTIONS(574), - [anon_sym_0o] = ACTIONS(574), - [anon_sym_0x] = ACTIONS(574), - [sym_val_date] = ACTIONS(574), - [anon_sym_DQUOTE] = ACTIONS(574), - [sym__str_single_quotes] = ACTIONS(574), - [sym__str_back_ticks] = ACTIONS(574), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(574), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(574), - [anon_sym_CARET] = ACTIONS(574), - [sym_short_flag] = ACTIONS(574), - [anon_sym_POUND] = ACTIONS(3), - }, - [151] = { - [sym__flag] = STATE(570), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(151), - [anon_sym_export] = ACTIONS(674), - [anon_sym_alias] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_let_DASHenv] = ACTIONS(674), - [anon_sym_mut] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [sym_cmd_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(674), - [anon_sym_LF] = ACTIONS(676), - [anon_sym_def] = ACTIONS(674), - [anon_sym_def_DASHenv] = ACTIONS(674), - [anon_sym_export_DASHenv] = ACTIONS(674), - [anon_sym_extern] = ACTIONS(674), - [anon_sym_module] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_LBRACK] = ACTIONS(674), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_RPAREN] = ACTIONS(674), - [anon_sym_PIPE] = ACTIONS(674), - [anon_sym_DOLLAR] = ACTIONS(674), - [anon_sym_error] = ACTIONS(674), - [anon_sym_GT] = ACTIONS(623), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(627), - [anon_sym_break] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_in] = ACTIONS(629), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [anon_sym_do] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_LBRACE] = ACTIONS(674), - [anon_sym_RBRACE] = ACTIONS(674), - [anon_sym_try] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_source] = ACTIONS(674), - [anon_sym_source_DASHenv] = ACTIONS(674), - [anon_sym_register] = ACTIONS(674), - [anon_sym_hide] = ACTIONS(674), - [anon_sym_hide_DASHenv] = ACTIONS(674), - [anon_sym_overlay] = ACTIONS(674), - [anon_sym_STAR] = ACTIONS(631), - [anon_sym_where] = ACTIONS(674), - [anon_sym_STAR_STAR] = ACTIONS(633), - [anon_sym_PLUS_PLUS] = ACTIONS(633), - [anon_sym_SLASH] = ACTIONS(631), - [anon_sym_mod] = ACTIONS(631), - [anon_sym_SLASH_SLASH] = ACTIONS(631), - [anon_sym_PLUS] = ACTIONS(627), - [anon_sym_bit_DASHshl] = ACTIONS(635), - [anon_sym_bit_DASHshr] = ACTIONS(635), - [anon_sym_EQ_EQ] = ACTIONS(623), - [anon_sym_BANG_EQ] = ACTIONS(623), - [anon_sym_LT2] = ACTIONS(623), - [anon_sym_LT_EQ] = ACTIONS(623), - [anon_sym_GT_EQ] = ACTIONS(623), - [anon_sym_not_DASHin] = ACTIONS(629), - [anon_sym_starts_DASHwith] = ACTIONS(629), - [anon_sym_ends_DASHwith] = ACTIONS(629), - [anon_sym_EQ_TILDE] = ACTIONS(637), - [anon_sym_BANG_TILDE] = ACTIONS(637), - [anon_sym_bit_DASHand] = ACTIONS(639), - [anon_sym_bit_DASHxor] = ACTIONS(641), - [anon_sym_bit_DASHor] = ACTIONS(643), - [anon_sym_and] = ACTIONS(645), - [anon_sym_xor] = ACTIONS(647), - [anon_sym_or] = ACTIONS(649), - [anon_sym_not] = ACTIONS(674), - [anon_sym_DOT_DOT_LT] = ACTIONS(674), - [anon_sym_DOT_DOT] = ACTIONS(674), - [anon_sym_DOT_DOT_EQ] = ACTIONS(674), - [sym_val_nothing] = ACTIONS(674), - [anon_sym_true] = ACTIONS(674), - [anon_sym_false] = ACTIONS(674), - [aux_sym_val_number_token1] = ACTIONS(674), - [aux_sym_val_number_token2] = ACTIONS(674), - [aux_sym_val_number_token3] = ACTIONS(674), - [aux_sym_val_number_token4] = ACTIONS(674), - [anon_sym_inf] = ACTIONS(674), - [anon_sym_DASHinf] = ACTIONS(674), - [anon_sym_NaN] = ACTIONS(674), - [anon_sym_0b] = ACTIONS(674), - [anon_sym_0o] = ACTIONS(674), - [anon_sym_0x] = ACTIONS(674), - [sym_val_date] = ACTIONS(674), - [anon_sym_DQUOTE] = ACTIONS(674), - [sym__str_single_quotes] = ACTIONS(674), - [sym__str_back_ticks] = ACTIONS(674), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(674), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [sym_short_flag] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(3), - }, - [152] = { - [sym_cell_path] = STATE(289), - [sym_path] = STATE(162), - [sym_comment] = STATE(152), [ts_builtin_sym_end] = ACTIONS(615), [anon_sym_export] = ACTIONS(613), [anon_sym_alias] = ACTIONS(613), @@ -61777,7 +61482,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(613), [anon_sym_match] = ACTIONS(613), [anon_sym_LBRACE] = ACTIONS(613), - [anon_sym_DOT] = ACTIONS(617), + [anon_sym_DOT] = ACTIONS(661), [anon_sym_try] = ACTIONS(613), [anon_sym_return] = ACTIONS(613), [anon_sym_source] = ACTIONS(613), @@ -61839,610 +61544,810 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_short_flag] = ACTIONS(613), [anon_sym_POUND] = ACTIONS(3), }, + [150] = { + [sym_path] = STATE(254), + [sym_comment] = STATE(150), + [aux_sym_cell_path_repeat1] = STATE(163), + [ts_builtin_sym_end] = ACTIONS(607), + [anon_sym_export] = ACTIONS(605), + [anon_sym_alias] = ACTIONS(605), + [anon_sym_let] = ACTIONS(605), + [anon_sym_let_DASHenv] = ACTIONS(605), + [anon_sym_mut] = ACTIONS(605), + [anon_sym_const] = ACTIONS(605), + [sym_cmd_identifier] = ACTIONS(605), + [anon_sym_SEMI] = ACTIONS(605), + [anon_sym_LF] = ACTIONS(607), + [anon_sym_def] = ACTIONS(605), + [anon_sym_def_DASHenv] = ACTIONS(605), + [anon_sym_export_DASHenv] = ACTIONS(605), + [anon_sym_extern] = ACTIONS(605), + [anon_sym_module] = ACTIONS(605), + [anon_sym_use] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(605), + [anon_sym_PIPE] = ACTIONS(605), + [anon_sym_DOLLAR] = ACTIONS(605), + [anon_sym_error] = ACTIONS(605), + [anon_sym_GT] = ACTIONS(605), + [anon_sym_DASH_DASH] = ACTIONS(605), + [anon_sym_DASH] = ACTIONS(605), + [anon_sym_break] = ACTIONS(605), + [anon_sym_continue] = ACTIONS(605), + [anon_sym_for] = ACTIONS(605), + [anon_sym_in] = ACTIONS(605), + [anon_sym_loop] = ACTIONS(605), + [anon_sym_while] = ACTIONS(605), + [anon_sym_do] = ACTIONS(605), + [anon_sym_if] = ACTIONS(605), + [anon_sym_match] = ACTIONS(605), + [anon_sym_LBRACE] = ACTIONS(605), + [anon_sym_DOT] = ACTIONS(661), + [anon_sym_try] = ACTIONS(605), + [anon_sym_return] = ACTIONS(605), + [anon_sym_source] = ACTIONS(605), + [anon_sym_source_DASHenv] = ACTIONS(605), + [anon_sym_register] = ACTIONS(605), + [anon_sym_hide] = ACTIONS(605), + [anon_sym_hide_DASHenv] = ACTIONS(605), + [anon_sym_overlay] = ACTIONS(605), + [anon_sym_STAR] = ACTIONS(605), + [anon_sym_where] = ACTIONS(605), + [anon_sym_STAR_STAR] = ACTIONS(605), + [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_SLASH] = ACTIONS(605), + [anon_sym_mod] = ACTIONS(605), + [anon_sym_SLASH_SLASH] = ACTIONS(605), + [anon_sym_PLUS] = ACTIONS(605), + [anon_sym_bit_DASHshl] = ACTIONS(605), + [anon_sym_bit_DASHshr] = ACTIONS(605), + [anon_sym_EQ_EQ] = ACTIONS(605), + [anon_sym_BANG_EQ] = ACTIONS(605), + [anon_sym_LT2] = ACTIONS(605), + [anon_sym_LT_EQ] = ACTIONS(605), + [anon_sym_GT_EQ] = ACTIONS(605), + [anon_sym_not_DASHin] = ACTIONS(605), + [anon_sym_starts_DASHwith] = ACTIONS(605), + [anon_sym_ends_DASHwith] = ACTIONS(605), + [anon_sym_EQ_TILDE] = ACTIONS(605), + [anon_sym_BANG_TILDE] = ACTIONS(605), + [anon_sym_bit_DASHand] = ACTIONS(605), + [anon_sym_bit_DASHxor] = ACTIONS(605), + [anon_sym_bit_DASHor] = ACTIONS(605), + [anon_sym_and] = ACTIONS(605), + [anon_sym_xor] = ACTIONS(605), + [anon_sym_or] = ACTIONS(605), + [anon_sym_not] = ACTIONS(605), + [anon_sym_DOT_DOT_LT] = ACTIONS(605), + [anon_sym_DOT_DOT] = ACTIONS(605), + [anon_sym_DOT_DOT_EQ] = ACTIONS(605), + [sym_val_nothing] = ACTIONS(605), + [anon_sym_true] = ACTIONS(605), + [anon_sym_false] = ACTIONS(605), + [aux_sym_val_number_token1] = ACTIONS(605), + [aux_sym_val_number_token2] = ACTIONS(605), + [aux_sym_val_number_token3] = ACTIONS(605), + [aux_sym_val_number_token4] = ACTIONS(605), + [anon_sym_inf] = ACTIONS(605), + [anon_sym_DASHinf] = ACTIONS(605), + [anon_sym_NaN] = ACTIONS(605), + [anon_sym_0b] = ACTIONS(605), + [anon_sym_0o] = ACTIONS(605), + [anon_sym_0x] = ACTIONS(605), + [sym_val_date] = ACTIONS(605), + [anon_sym_DQUOTE] = ACTIONS(605), + [sym__str_single_quotes] = ACTIONS(605), + [sym__str_back_ticks] = ACTIONS(605), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(605), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(605), + [anon_sym_CARET] = ACTIONS(605), + [sym_short_flag] = ACTIONS(605), + [anon_sym_POUND] = ACTIONS(3), + }, + [151] = { + [sym_expr_parenthesized] = STATE(246), + [sym_val_number] = STATE(246), + [sym_comment] = STATE(151), + [anon_sym_export] = ACTIONS(671), + [anon_sym_alias] = ACTIONS(671), + [anon_sym_let] = ACTIONS(671), + [anon_sym_let_DASHenv] = ACTIONS(671), + [anon_sym_mut] = ACTIONS(671), + [anon_sym_const] = ACTIONS(671), + [sym_cmd_identifier] = ACTIONS(671), + [anon_sym_SEMI] = ACTIONS(671), + [anon_sym_LF] = ACTIONS(673), + [anon_sym_def] = ACTIONS(671), + [anon_sym_def_DASHenv] = ACTIONS(671), + [anon_sym_export_DASHenv] = ACTIONS(671), + [anon_sym_extern] = ACTIONS(671), + [anon_sym_module] = ACTIONS(671), + [anon_sym_use] = ACTIONS(671), + [anon_sym_LBRACK] = ACTIONS(671), + [anon_sym_LPAREN] = ACTIONS(675), + [anon_sym_RPAREN] = ACTIONS(671), + [anon_sym_PIPE] = ACTIONS(671), + [anon_sym_DOLLAR] = ACTIONS(671), + [anon_sym_error] = ACTIONS(671), + [anon_sym_GT] = ACTIONS(671), + [anon_sym_DASH_DASH] = ACTIONS(671), + [anon_sym_DASH] = ACTIONS(671), + [anon_sym_break] = ACTIONS(671), + [anon_sym_continue] = ACTIONS(671), + [anon_sym_for] = ACTIONS(671), + [anon_sym_in] = ACTIONS(671), + [anon_sym_loop] = ACTIONS(671), + [anon_sym_while] = ACTIONS(671), + [anon_sym_do] = ACTIONS(671), + [anon_sym_if] = ACTIONS(671), + [anon_sym_match] = ACTIONS(671), + [anon_sym_LBRACE] = ACTIONS(671), + [anon_sym_RBRACE] = ACTIONS(671), + [anon_sym_try] = ACTIONS(671), + [anon_sym_return] = ACTIONS(671), + [anon_sym_source] = ACTIONS(671), + [anon_sym_source_DASHenv] = ACTIONS(671), + [anon_sym_register] = ACTIONS(671), + [anon_sym_hide] = ACTIONS(671), + [anon_sym_hide_DASHenv] = ACTIONS(671), + [anon_sym_overlay] = ACTIONS(671), + [anon_sym_STAR] = ACTIONS(671), + [anon_sym_where] = ACTIONS(671), + [anon_sym_STAR_STAR] = ACTIONS(671), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_SLASH] = ACTIONS(671), + [anon_sym_mod] = ACTIONS(671), + [anon_sym_SLASH_SLASH] = ACTIONS(671), + [anon_sym_PLUS] = ACTIONS(671), + [anon_sym_bit_DASHshl] = ACTIONS(671), + [anon_sym_bit_DASHshr] = ACTIONS(671), + [anon_sym_EQ_EQ] = ACTIONS(671), + [anon_sym_BANG_EQ] = ACTIONS(671), + [anon_sym_LT2] = ACTIONS(671), + [anon_sym_LT_EQ] = ACTIONS(671), + [anon_sym_GT_EQ] = ACTIONS(671), + [anon_sym_not_DASHin] = ACTIONS(671), + [anon_sym_starts_DASHwith] = ACTIONS(671), + [anon_sym_ends_DASHwith] = ACTIONS(671), + [anon_sym_EQ_TILDE] = ACTIONS(671), + [anon_sym_BANG_TILDE] = ACTIONS(671), + [anon_sym_bit_DASHand] = ACTIONS(671), + [anon_sym_bit_DASHxor] = ACTIONS(671), + [anon_sym_bit_DASHor] = ACTIONS(671), + [anon_sym_and] = ACTIONS(671), + [anon_sym_xor] = ACTIONS(671), + [anon_sym_or] = ACTIONS(671), + [anon_sym_not] = ACTIONS(671), + [anon_sym_DOT_DOT_LT] = ACTIONS(671), + [anon_sym_DOT_DOT] = ACTIONS(671), + [anon_sym_DOT_DOT_EQ] = ACTIONS(671), + [sym_val_nothing] = ACTIONS(671), + [anon_sym_true] = ACTIONS(671), + [anon_sym_false] = ACTIONS(671), + [aux_sym_val_number_token1] = ACTIONS(677), + [aux_sym_val_number_token2] = ACTIONS(677), + [aux_sym_val_number_token3] = ACTIONS(677), + [aux_sym_val_number_token4] = ACTIONS(677), + [anon_sym_inf] = ACTIONS(677), + [anon_sym_DASHinf] = ACTIONS(677), + [anon_sym_NaN] = ACTIONS(677), + [anon_sym_0b] = ACTIONS(671), + [anon_sym_0o] = ACTIONS(671), + [anon_sym_0x] = ACTIONS(671), + [sym_val_date] = ACTIONS(671), + [anon_sym_DQUOTE] = ACTIONS(671), + [sym__str_single_quotes] = ACTIONS(671), + [sym__str_back_ticks] = ACTIONS(671), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(671), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(671), + [anon_sym_CARET] = ACTIONS(671), + [sym_short_flag] = ACTIONS(671), + [anon_sym_POUND] = ACTIONS(3), + }, + [152] = { + [sym_cell_path] = STATE(280), + [sym_path] = STATE(150), + [sym_comment] = STATE(152), + [ts_builtin_sym_end] = ACTIONS(587), + [anon_sym_export] = ACTIONS(585), + [anon_sym_alias] = ACTIONS(585), + [anon_sym_let] = ACTIONS(585), + [anon_sym_let_DASHenv] = ACTIONS(585), + [anon_sym_mut] = ACTIONS(585), + [anon_sym_const] = ACTIONS(585), + [sym_cmd_identifier] = ACTIONS(585), + [anon_sym_SEMI] = ACTIONS(585), + [anon_sym_LF] = ACTIONS(587), + [anon_sym_def] = ACTIONS(585), + [anon_sym_def_DASHenv] = ACTIONS(585), + [anon_sym_export_DASHenv] = ACTIONS(585), + [anon_sym_extern] = ACTIONS(585), + [anon_sym_module] = ACTIONS(585), + [anon_sym_use] = ACTIONS(585), + [anon_sym_LBRACK] = ACTIONS(585), + [anon_sym_LPAREN] = ACTIONS(585), + [anon_sym_PIPE] = ACTIONS(585), + [anon_sym_DOLLAR] = ACTIONS(585), + [anon_sym_error] = ACTIONS(585), + [anon_sym_GT] = ACTIONS(585), + [anon_sym_DASH_DASH] = ACTIONS(585), + [anon_sym_DASH] = ACTIONS(585), + [anon_sym_break] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(585), + [anon_sym_for] = ACTIONS(585), + [anon_sym_in] = ACTIONS(585), + [anon_sym_loop] = ACTIONS(585), + [anon_sym_while] = ACTIONS(585), + [anon_sym_do] = ACTIONS(585), + [anon_sym_if] = ACTIONS(585), + [anon_sym_match] = ACTIONS(585), + [anon_sym_LBRACE] = ACTIONS(585), + [anon_sym_DOT] = ACTIONS(661), + [anon_sym_try] = ACTIONS(585), + [anon_sym_return] = ACTIONS(585), + [anon_sym_source] = ACTIONS(585), + [anon_sym_source_DASHenv] = ACTIONS(585), + [anon_sym_register] = ACTIONS(585), + [anon_sym_hide] = ACTIONS(585), + [anon_sym_hide_DASHenv] = ACTIONS(585), + [anon_sym_overlay] = ACTIONS(585), + [anon_sym_STAR] = ACTIONS(585), + [anon_sym_where] = ACTIONS(585), + [anon_sym_STAR_STAR] = ACTIONS(585), + [anon_sym_PLUS_PLUS] = ACTIONS(585), + [anon_sym_SLASH] = ACTIONS(585), + [anon_sym_mod] = ACTIONS(585), + [anon_sym_SLASH_SLASH] = ACTIONS(585), + [anon_sym_PLUS] = ACTIONS(585), + [anon_sym_bit_DASHshl] = ACTIONS(585), + [anon_sym_bit_DASHshr] = ACTIONS(585), + [anon_sym_EQ_EQ] = ACTIONS(585), + [anon_sym_BANG_EQ] = ACTIONS(585), + [anon_sym_LT2] = ACTIONS(585), + [anon_sym_LT_EQ] = ACTIONS(585), + [anon_sym_GT_EQ] = ACTIONS(585), + [anon_sym_not_DASHin] = ACTIONS(585), + [anon_sym_starts_DASHwith] = ACTIONS(585), + [anon_sym_ends_DASHwith] = ACTIONS(585), + [anon_sym_EQ_TILDE] = ACTIONS(585), + [anon_sym_BANG_TILDE] = ACTIONS(585), + [anon_sym_bit_DASHand] = ACTIONS(585), + [anon_sym_bit_DASHxor] = ACTIONS(585), + [anon_sym_bit_DASHor] = ACTIONS(585), + [anon_sym_and] = ACTIONS(585), + [anon_sym_xor] = ACTIONS(585), + [anon_sym_or] = ACTIONS(585), + [anon_sym_not] = ACTIONS(585), + [anon_sym_DOT_DOT_LT] = ACTIONS(585), + [anon_sym_DOT_DOT] = ACTIONS(585), + [anon_sym_DOT_DOT_EQ] = ACTIONS(585), + [sym_val_nothing] = ACTIONS(585), + [anon_sym_true] = ACTIONS(585), + [anon_sym_false] = ACTIONS(585), + [aux_sym_val_number_token1] = ACTIONS(585), + [aux_sym_val_number_token2] = ACTIONS(585), + [aux_sym_val_number_token3] = ACTIONS(585), + [aux_sym_val_number_token4] = ACTIONS(585), + [anon_sym_inf] = ACTIONS(585), + [anon_sym_DASHinf] = ACTIONS(585), + [anon_sym_NaN] = ACTIONS(585), + [anon_sym_0b] = ACTIONS(585), + [anon_sym_0o] = ACTIONS(585), + [anon_sym_0x] = ACTIONS(585), + [sym_val_date] = ACTIONS(585), + [anon_sym_DQUOTE] = ACTIONS(585), + [sym__str_single_quotes] = ACTIONS(585), + [sym__str_back_ticks] = ACTIONS(585), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(585), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(585), + [anon_sym_CARET] = ACTIONS(585), + [sym_short_flag] = ACTIONS(585), + [anon_sym_POUND] = ACTIONS(3), + }, [153] = { - [sym__flag] = STATE(630), - [sym_long_flag] = STATE(680), + [sym_cell_path] = STATE(263), + [sym_path] = STATE(150), [sym_comment] = STATE(153), - [anon_sym_export] = ACTIONS(678), - [anon_sym_alias] = ACTIONS(678), - [anon_sym_let] = ACTIONS(678), - [anon_sym_let_DASHenv] = ACTIONS(678), - [anon_sym_mut] = ACTIONS(678), - [anon_sym_const] = ACTIONS(678), - [sym_cmd_identifier] = ACTIONS(678), - [anon_sym_SEMI] = ACTIONS(678), - [anon_sym_LF] = ACTIONS(680), - [anon_sym_def] = ACTIONS(678), - [anon_sym_def_DASHenv] = ACTIONS(678), - [anon_sym_export_DASHenv] = ACTIONS(678), - [anon_sym_extern] = ACTIONS(678), - [anon_sym_module] = ACTIONS(678), - [anon_sym_use] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(678), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_RPAREN] = ACTIONS(678), - [anon_sym_PIPE] = ACTIONS(678), - [anon_sym_DOLLAR] = ACTIONS(678), - [anon_sym_error] = ACTIONS(678), - [anon_sym_GT] = ACTIONS(623), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(627), - [anon_sym_break] = ACTIONS(678), - [anon_sym_continue] = ACTIONS(678), - [anon_sym_for] = ACTIONS(678), - [anon_sym_in] = ACTIONS(629), - [anon_sym_loop] = ACTIONS(678), - [anon_sym_while] = ACTIONS(678), - [anon_sym_do] = ACTIONS(678), - [anon_sym_if] = ACTIONS(678), - [anon_sym_match] = ACTIONS(678), - [anon_sym_LBRACE] = ACTIONS(678), - [anon_sym_RBRACE] = ACTIONS(678), - [anon_sym_try] = ACTIONS(678), - [anon_sym_return] = ACTIONS(678), - [anon_sym_source] = ACTIONS(678), - [anon_sym_source_DASHenv] = ACTIONS(678), - [anon_sym_register] = ACTIONS(678), - [anon_sym_hide] = ACTIONS(678), - [anon_sym_hide_DASHenv] = ACTIONS(678), - [anon_sym_overlay] = ACTIONS(678), - [anon_sym_STAR] = ACTIONS(631), - [anon_sym_where] = ACTIONS(678), - [anon_sym_STAR_STAR] = ACTIONS(633), - [anon_sym_PLUS_PLUS] = ACTIONS(633), - [anon_sym_SLASH] = ACTIONS(631), - [anon_sym_mod] = ACTIONS(631), - [anon_sym_SLASH_SLASH] = ACTIONS(631), - [anon_sym_PLUS] = ACTIONS(627), - [anon_sym_bit_DASHshl] = ACTIONS(635), - [anon_sym_bit_DASHshr] = ACTIONS(635), - [anon_sym_EQ_EQ] = ACTIONS(623), - [anon_sym_BANG_EQ] = ACTIONS(623), - [anon_sym_LT2] = ACTIONS(623), - [anon_sym_LT_EQ] = ACTIONS(623), - [anon_sym_GT_EQ] = ACTIONS(623), - [anon_sym_not_DASHin] = ACTIONS(629), - [anon_sym_starts_DASHwith] = ACTIONS(629), - [anon_sym_ends_DASHwith] = ACTIONS(629), - [anon_sym_EQ_TILDE] = ACTIONS(637), - [anon_sym_BANG_TILDE] = ACTIONS(637), - [anon_sym_bit_DASHand] = ACTIONS(639), - [anon_sym_bit_DASHxor] = ACTIONS(641), - [anon_sym_bit_DASHor] = ACTIONS(643), - [anon_sym_and] = ACTIONS(645), - [anon_sym_xor] = ACTIONS(647), - [anon_sym_or] = ACTIONS(649), - [anon_sym_not] = ACTIONS(678), - [anon_sym_DOT_DOT_LT] = ACTIONS(678), - [anon_sym_DOT_DOT] = ACTIONS(678), - [anon_sym_DOT_DOT_EQ] = ACTIONS(678), - [sym_val_nothing] = ACTIONS(678), - [anon_sym_true] = ACTIONS(678), - [anon_sym_false] = ACTIONS(678), - [aux_sym_val_number_token1] = ACTIONS(678), - [aux_sym_val_number_token2] = ACTIONS(678), - [aux_sym_val_number_token3] = ACTIONS(678), - [aux_sym_val_number_token4] = ACTIONS(678), - [anon_sym_inf] = ACTIONS(678), - [anon_sym_DASHinf] = ACTIONS(678), - [anon_sym_NaN] = ACTIONS(678), - [anon_sym_0b] = ACTIONS(678), - [anon_sym_0o] = ACTIONS(678), - [anon_sym_0x] = ACTIONS(678), - [sym_val_date] = ACTIONS(678), - [anon_sym_DQUOTE] = ACTIONS(678), - [sym__str_single_quotes] = ACTIONS(678), - [sym__str_back_ticks] = ACTIONS(678), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(678), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(678), - [anon_sym_CARET] = ACTIONS(678), - [sym_short_flag] = ACTIONS(651), + [ts_builtin_sym_end] = ACTIONS(591), + [anon_sym_export] = ACTIONS(589), + [anon_sym_alias] = ACTIONS(589), + [anon_sym_let] = ACTIONS(589), + [anon_sym_let_DASHenv] = ACTIONS(589), + [anon_sym_mut] = ACTIONS(589), + [anon_sym_const] = ACTIONS(589), + [sym_cmd_identifier] = ACTIONS(589), + [anon_sym_SEMI] = ACTIONS(589), + [anon_sym_LF] = ACTIONS(591), + [anon_sym_def] = ACTIONS(589), + [anon_sym_def_DASHenv] = ACTIONS(589), + [anon_sym_export_DASHenv] = ACTIONS(589), + [anon_sym_extern] = ACTIONS(589), + [anon_sym_module] = ACTIONS(589), + [anon_sym_use] = ACTIONS(589), + [anon_sym_LBRACK] = ACTIONS(589), + [anon_sym_LPAREN] = ACTIONS(589), + [anon_sym_PIPE] = ACTIONS(589), + [anon_sym_DOLLAR] = ACTIONS(589), + [anon_sym_error] = ACTIONS(589), + [anon_sym_GT] = ACTIONS(589), + [anon_sym_DASH_DASH] = ACTIONS(589), + [anon_sym_DASH] = ACTIONS(589), + [anon_sym_break] = ACTIONS(589), + [anon_sym_continue] = ACTIONS(589), + [anon_sym_for] = ACTIONS(589), + [anon_sym_in] = ACTIONS(589), + [anon_sym_loop] = ACTIONS(589), + [anon_sym_while] = ACTIONS(589), + [anon_sym_do] = ACTIONS(589), + [anon_sym_if] = ACTIONS(589), + [anon_sym_match] = ACTIONS(589), + [anon_sym_LBRACE] = ACTIONS(589), + [anon_sym_DOT] = ACTIONS(661), + [anon_sym_try] = ACTIONS(589), + [anon_sym_return] = ACTIONS(589), + [anon_sym_source] = ACTIONS(589), + [anon_sym_source_DASHenv] = ACTIONS(589), + [anon_sym_register] = ACTIONS(589), + [anon_sym_hide] = ACTIONS(589), + [anon_sym_hide_DASHenv] = ACTIONS(589), + [anon_sym_overlay] = ACTIONS(589), + [anon_sym_STAR] = ACTIONS(589), + [anon_sym_where] = ACTIONS(589), + [anon_sym_STAR_STAR] = ACTIONS(589), + [anon_sym_PLUS_PLUS] = ACTIONS(589), + [anon_sym_SLASH] = ACTIONS(589), + [anon_sym_mod] = ACTIONS(589), + [anon_sym_SLASH_SLASH] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(589), + [anon_sym_bit_DASHshl] = ACTIONS(589), + [anon_sym_bit_DASHshr] = ACTIONS(589), + [anon_sym_EQ_EQ] = ACTIONS(589), + [anon_sym_BANG_EQ] = ACTIONS(589), + [anon_sym_LT2] = ACTIONS(589), + [anon_sym_LT_EQ] = ACTIONS(589), + [anon_sym_GT_EQ] = ACTIONS(589), + [anon_sym_not_DASHin] = ACTIONS(589), + [anon_sym_starts_DASHwith] = ACTIONS(589), + [anon_sym_ends_DASHwith] = ACTIONS(589), + [anon_sym_EQ_TILDE] = ACTIONS(589), + [anon_sym_BANG_TILDE] = ACTIONS(589), + [anon_sym_bit_DASHand] = ACTIONS(589), + [anon_sym_bit_DASHxor] = ACTIONS(589), + [anon_sym_bit_DASHor] = ACTIONS(589), + [anon_sym_and] = ACTIONS(589), + [anon_sym_xor] = ACTIONS(589), + [anon_sym_or] = ACTIONS(589), + [anon_sym_not] = ACTIONS(589), + [anon_sym_DOT_DOT_LT] = ACTIONS(589), + [anon_sym_DOT_DOT] = ACTIONS(589), + [anon_sym_DOT_DOT_EQ] = ACTIONS(589), + [sym_val_nothing] = ACTIONS(589), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), + [aux_sym_val_number_token1] = ACTIONS(589), + [aux_sym_val_number_token2] = ACTIONS(589), + [aux_sym_val_number_token3] = ACTIONS(589), + [aux_sym_val_number_token4] = ACTIONS(589), + [anon_sym_inf] = ACTIONS(589), + [anon_sym_DASHinf] = ACTIONS(589), + [anon_sym_NaN] = ACTIONS(589), + [anon_sym_0b] = ACTIONS(589), + [anon_sym_0o] = ACTIONS(589), + [anon_sym_0x] = ACTIONS(589), + [sym_val_date] = ACTIONS(589), + [anon_sym_DQUOTE] = ACTIONS(589), + [sym__str_single_quotes] = ACTIONS(589), + [sym__str_back_ticks] = ACTIONS(589), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(589), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(589), + [anon_sym_CARET] = ACTIONS(589), + [sym_short_flag] = ACTIONS(589), [anon_sym_POUND] = ACTIONS(3), }, [154] = { - [sym_path] = STATE(205), + [sym__flag] = STATE(608), + [sym_long_flag] = STATE(703), [sym_comment] = STATE(154), - [aux_sym_cell_path_repeat1] = STATE(143), - [ts_builtin_sym_end] = ACTIONS(588), - [anon_sym_export] = ACTIONS(586), - [anon_sym_alias] = ACTIONS(586), - [anon_sym_let] = ACTIONS(586), - [anon_sym_let_DASHenv] = ACTIONS(586), - [anon_sym_mut] = ACTIONS(586), - [anon_sym_const] = ACTIONS(586), - [sym_cmd_identifier] = ACTIONS(586), - [anon_sym_SEMI] = ACTIONS(586), - [anon_sym_LF] = ACTIONS(588), - [anon_sym_def] = ACTIONS(586), - [anon_sym_def_DASHenv] = ACTIONS(586), - [anon_sym_export_DASHenv] = ACTIONS(586), - [anon_sym_extern] = ACTIONS(586), - [anon_sym_module] = ACTIONS(586), - [anon_sym_use] = ACTIONS(586), - [anon_sym_LBRACK] = ACTIONS(586), - [anon_sym_LPAREN] = ACTIONS(586), - [anon_sym_PIPE] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(586), - [anon_sym_error] = ACTIONS(586), - [anon_sym_GT] = ACTIONS(586), - [anon_sym_DASH_DASH] = ACTIONS(586), - [anon_sym_DASH] = ACTIONS(586), - [anon_sym_break] = ACTIONS(586), - [anon_sym_continue] = ACTIONS(586), - [anon_sym_for] = ACTIONS(586), - [anon_sym_in] = ACTIONS(586), - [anon_sym_loop] = ACTIONS(586), - [anon_sym_while] = ACTIONS(586), - [anon_sym_do] = ACTIONS(586), - [anon_sym_if] = ACTIONS(586), - [anon_sym_match] = ACTIONS(586), - [anon_sym_LBRACE] = ACTIONS(586), - [anon_sym_DOT] = ACTIONS(617), - [anon_sym_try] = ACTIONS(586), - [anon_sym_return] = ACTIONS(586), - [anon_sym_source] = ACTIONS(586), - [anon_sym_source_DASHenv] = ACTIONS(586), - [anon_sym_register] = ACTIONS(586), - [anon_sym_hide] = ACTIONS(586), - [anon_sym_hide_DASHenv] = ACTIONS(586), - [anon_sym_overlay] = ACTIONS(586), - [anon_sym_STAR] = ACTIONS(586), - [anon_sym_where] = ACTIONS(586), - [anon_sym_STAR_STAR] = ACTIONS(586), - [anon_sym_PLUS_PLUS] = ACTIONS(586), - [anon_sym_SLASH] = ACTIONS(586), - [anon_sym_mod] = ACTIONS(586), - [anon_sym_SLASH_SLASH] = ACTIONS(586), - [anon_sym_PLUS] = ACTIONS(586), - [anon_sym_bit_DASHshl] = ACTIONS(586), - [anon_sym_bit_DASHshr] = ACTIONS(586), - [anon_sym_EQ_EQ] = ACTIONS(586), - [anon_sym_BANG_EQ] = ACTIONS(586), - [anon_sym_LT2] = ACTIONS(586), - [anon_sym_LT_EQ] = ACTIONS(586), - [anon_sym_GT_EQ] = ACTIONS(586), - [anon_sym_not_DASHin] = ACTIONS(586), - [anon_sym_starts_DASHwith] = ACTIONS(586), - [anon_sym_ends_DASHwith] = ACTIONS(586), - [anon_sym_EQ_TILDE] = ACTIONS(586), - [anon_sym_BANG_TILDE] = ACTIONS(586), - [anon_sym_bit_DASHand] = ACTIONS(586), - [anon_sym_bit_DASHxor] = ACTIONS(586), - [anon_sym_bit_DASHor] = ACTIONS(586), - [anon_sym_and] = ACTIONS(586), - [anon_sym_xor] = ACTIONS(586), - [anon_sym_or] = ACTIONS(586), - [anon_sym_not] = ACTIONS(586), - [anon_sym_DOT_DOT_LT] = ACTIONS(586), - [anon_sym_DOT_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT_EQ] = ACTIONS(586), - [sym_val_nothing] = ACTIONS(586), - [anon_sym_true] = ACTIONS(586), - [anon_sym_false] = ACTIONS(586), - [aux_sym_val_number_token1] = ACTIONS(586), - [aux_sym_val_number_token2] = ACTIONS(586), - [aux_sym_val_number_token3] = ACTIONS(586), - [aux_sym_val_number_token4] = ACTIONS(586), - [anon_sym_inf] = ACTIONS(586), - [anon_sym_DASHinf] = ACTIONS(586), - [anon_sym_NaN] = ACTIONS(586), - [anon_sym_0b] = ACTIONS(586), - [anon_sym_0o] = ACTIONS(586), - [anon_sym_0x] = ACTIONS(586), - [sym_val_date] = ACTIONS(586), - [anon_sym_DQUOTE] = ACTIONS(586), - [sym__str_single_quotes] = ACTIONS(586), - [sym__str_back_ticks] = ACTIONS(586), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(586), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(586), - [anon_sym_CARET] = ACTIONS(586), - [sym_short_flag] = ACTIONS(586), + [anon_sym_export] = ACTIONS(679), + [anon_sym_alias] = ACTIONS(679), + [anon_sym_let] = ACTIONS(679), + [anon_sym_let_DASHenv] = ACTIONS(679), + [anon_sym_mut] = ACTIONS(679), + [anon_sym_const] = ACTIONS(679), + [sym_cmd_identifier] = ACTIONS(679), + [anon_sym_SEMI] = ACTIONS(679), + [anon_sym_LF] = ACTIONS(681), + [anon_sym_def] = ACTIONS(679), + [anon_sym_def_DASHenv] = ACTIONS(679), + [anon_sym_export_DASHenv] = ACTIONS(679), + [anon_sym_extern] = ACTIONS(679), + [anon_sym_module] = ACTIONS(679), + [anon_sym_use] = ACTIONS(679), + [anon_sym_LBRACK] = ACTIONS(679), + [anon_sym_LPAREN] = ACTIONS(679), + [anon_sym_RPAREN] = ACTIONS(679), + [anon_sym_PIPE] = ACTIONS(679), + [anon_sym_DOLLAR] = ACTIONS(679), + [anon_sym_error] = ACTIONS(679), + [anon_sym_GT] = ACTIONS(631), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(635), + [anon_sym_break] = ACTIONS(679), + [anon_sym_continue] = ACTIONS(679), + [anon_sym_for] = ACTIONS(679), + [anon_sym_in] = ACTIONS(637), + [anon_sym_loop] = ACTIONS(679), + [anon_sym_while] = ACTIONS(679), + [anon_sym_do] = ACTIONS(679), + [anon_sym_if] = ACTIONS(679), + [anon_sym_match] = ACTIONS(679), + [anon_sym_LBRACE] = ACTIONS(679), + [anon_sym_RBRACE] = ACTIONS(679), + [anon_sym_try] = ACTIONS(679), + [anon_sym_return] = ACTIONS(679), + [anon_sym_source] = ACTIONS(679), + [anon_sym_source_DASHenv] = ACTIONS(679), + [anon_sym_register] = ACTIONS(679), + [anon_sym_hide] = ACTIONS(679), + [anon_sym_hide_DASHenv] = ACTIONS(679), + [anon_sym_overlay] = ACTIONS(679), + [anon_sym_STAR] = ACTIONS(639), + [anon_sym_where] = ACTIONS(679), + [anon_sym_STAR_STAR] = ACTIONS(641), + [anon_sym_PLUS_PLUS] = ACTIONS(641), + [anon_sym_SLASH] = ACTIONS(639), + [anon_sym_mod] = ACTIONS(639), + [anon_sym_SLASH_SLASH] = ACTIONS(639), + [anon_sym_PLUS] = ACTIONS(635), + [anon_sym_bit_DASHshl] = ACTIONS(643), + [anon_sym_bit_DASHshr] = ACTIONS(643), + [anon_sym_EQ_EQ] = ACTIONS(631), + [anon_sym_BANG_EQ] = ACTIONS(631), + [anon_sym_LT2] = ACTIONS(631), + [anon_sym_LT_EQ] = ACTIONS(631), + [anon_sym_GT_EQ] = ACTIONS(631), + [anon_sym_not_DASHin] = ACTIONS(637), + [anon_sym_starts_DASHwith] = ACTIONS(637), + [anon_sym_ends_DASHwith] = ACTIONS(637), + [anon_sym_EQ_TILDE] = ACTIONS(645), + [anon_sym_BANG_TILDE] = ACTIONS(645), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(649), + [anon_sym_bit_DASHor] = ACTIONS(651), + [anon_sym_and] = ACTIONS(653), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(657), + [anon_sym_not] = ACTIONS(679), + [anon_sym_DOT_DOT_LT] = ACTIONS(679), + [anon_sym_DOT_DOT] = ACTIONS(679), + [anon_sym_DOT_DOT_EQ] = ACTIONS(679), + [sym_val_nothing] = ACTIONS(679), + [anon_sym_true] = ACTIONS(679), + [anon_sym_false] = ACTIONS(679), + [aux_sym_val_number_token1] = ACTIONS(679), + [aux_sym_val_number_token2] = ACTIONS(679), + [aux_sym_val_number_token3] = ACTIONS(679), + [aux_sym_val_number_token4] = ACTIONS(679), + [anon_sym_inf] = ACTIONS(679), + [anon_sym_DASHinf] = ACTIONS(679), + [anon_sym_NaN] = ACTIONS(679), + [anon_sym_0b] = ACTIONS(679), + [anon_sym_0o] = ACTIONS(679), + [anon_sym_0x] = ACTIONS(679), + [sym_val_date] = ACTIONS(679), + [anon_sym_DQUOTE] = ACTIONS(679), + [sym__str_single_quotes] = ACTIONS(679), + [sym__str_back_ticks] = ACTIONS(679), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(679), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(679), + [anon_sym_CARET] = ACTIONS(679), + [sym_short_flag] = ACTIONS(659), [anon_sym_POUND] = ACTIONS(3), }, [155] = { - [sym_cell_path] = STATE(296), - [sym_path] = STATE(162), + [sym__flag] = STATE(592), + [sym_long_flag] = STATE(703), [sym_comment] = STATE(155), - [ts_builtin_sym_end] = ACTIONS(611), - [anon_sym_export] = ACTIONS(609), - [anon_sym_alias] = ACTIONS(609), - [anon_sym_let] = ACTIONS(609), - [anon_sym_let_DASHenv] = ACTIONS(609), - [anon_sym_mut] = ACTIONS(609), - [anon_sym_const] = ACTIONS(609), - [sym_cmd_identifier] = ACTIONS(609), - [anon_sym_SEMI] = ACTIONS(609), - [anon_sym_LF] = ACTIONS(611), - [anon_sym_def] = ACTIONS(609), - [anon_sym_def_DASHenv] = ACTIONS(609), - [anon_sym_export_DASHenv] = ACTIONS(609), - [anon_sym_extern] = ACTIONS(609), - [anon_sym_module] = ACTIONS(609), - [anon_sym_use] = ACTIONS(609), - [anon_sym_LBRACK] = ACTIONS(609), - [anon_sym_LPAREN] = ACTIONS(609), - [anon_sym_PIPE] = ACTIONS(609), - [anon_sym_DOLLAR] = ACTIONS(609), - [anon_sym_error] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(609), - [anon_sym_DASH_DASH] = ACTIONS(609), - [anon_sym_DASH] = ACTIONS(609), - [anon_sym_break] = ACTIONS(609), - [anon_sym_continue] = ACTIONS(609), - [anon_sym_for] = ACTIONS(609), - [anon_sym_in] = ACTIONS(609), - [anon_sym_loop] = ACTIONS(609), - [anon_sym_while] = ACTIONS(609), - [anon_sym_do] = ACTIONS(609), - [anon_sym_if] = ACTIONS(609), - [anon_sym_match] = ACTIONS(609), - [anon_sym_LBRACE] = ACTIONS(609), - [anon_sym_DOT] = ACTIONS(617), - [anon_sym_try] = ACTIONS(609), - [anon_sym_return] = ACTIONS(609), - [anon_sym_source] = ACTIONS(609), - [anon_sym_source_DASHenv] = ACTIONS(609), - [anon_sym_register] = ACTIONS(609), - [anon_sym_hide] = ACTIONS(609), - [anon_sym_hide_DASHenv] = ACTIONS(609), - [anon_sym_overlay] = ACTIONS(609), - [anon_sym_STAR] = ACTIONS(609), - [anon_sym_where] = ACTIONS(609), - [anon_sym_STAR_STAR] = ACTIONS(609), - [anon_sym_PLUS_PLUS] = ACTIONS(609), - [anon_sym_SLASH] = ACTIONS(609), - [anon_sym_mod] = ACTIONS(609), - [anon_sym_SLASH_SLASH] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(609), - [anon_sym_bit_DASHshl] = ACTIONS(609), - [anon_sym_bit_DASHshr] = ACTIONS(609), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_LT2] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_not_DASHin] = ACTIONS(609), - [anon_sym_starts_DASHwith] = ACTIONS(609), - [anon_sym_ends_DASHwith] = ACTIONS(609), - [anon_sym_EQ_TILDE] = ACTIONS(609), - [anon_sym_BANG_TILDE] = ACTIONS(609), - [anon_sym_bit_DASHand] = ACTIONS(609), - [anon_sym_bit_DASHxor] = ACTIONS(609), - [anon_sym_bit_DASHor] = ACTIONS(609), - [anon_sym_and] = ACTIONS(609), - [anon_sym_xor] = ACTIONS(609), - [anon_sym_or] = ACTIONS(609), - [anon_sym_not] = ACTIONS(609), - [anon_sym_DOT_DOT_LT] = ACTIONS(609), - [anon_sym_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [sym_val_nothing] = ACTIONS(609), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [aux_sym_val_number_token1] = ACTIONS(609), - [aux_sym_val_number_token2] = ACTIONS(609), - [aux_sym_val_number_token3] = ACTIONS(609), - [aux_sym_val_number_token4] = ACTIONS(609), - [anon_sym_inf] = ACTIONS(609), - [anon_sym_DASHinf] = ACTIONS(609), - [anon_sym_NaN] = ACTIONS(609), - [anon_sym_0b] = ACTIONS(609), - [anon_sym_0o] = ACTIONS(609), - [anon_sym_0x] = ACTIONS(609), - [sym_val_date] = ACTIONS(609), - [anon_sym_DQUOTE] = ACTIONS(609), - [sym__str_single_quotes] = ACTIONS(609), - [sym__str_back_ticks] = ACTIONS(609), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(609), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(609), - [anon_sym_CARET] = ACTIONS(609), - [sym_short_flag] = ACTIONS(609), + [anon_sym_export] = ACTIONS(683), + [anon_sym_alias] = ACTIONS(683), + [anon_sym_let] = ACTIONS(683), + [anon_sym_let_DASHenv] = ACTIONS(683), + [anon_sym_mut] = ACTIONS(683), + [anon_sym_const] = ACTIONS(683), + [sym_cmd_identifier] = ACTIONS(683), + [anon_sym_SEMI] = ACTIONS(683), + [anon_sym_LF] = ACTIONS(685), + [anon_sym_def] = ACTIONS(683), + [anon_sym_def_DASHenv] = ACTIONS(683), + [anon_sym_export_DASHenv] = ACTIONS(683), + [anon_sym_extern] = ACTIONS(683), + [anon_sym_module] = ACTIONS(683), + [anon_sym_use] = ACTIONS(683), + [anon_sym_LBRACK] = ACTIONS(683), + [anon_sym_LPAREN] = ACTIONS(683), + [anon_sym_RPAREN] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(683), + [anon_sym_DOLLAR] = ACTIONS(683), + [anon_sym_error] = ACTIONS(683), + [anon_sym_GT] = ACTIONS(631), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(635), + [anon_sym_break] = ACTIONS(683), + [anon_sym_continue] = ACTIONS(683), + [anon_sym_for] = ACTIONS(683), + [anon_sym_in] = ACTIONS(637), + [anon_sym_loop] = ACTIONS(683), + [anon_sym_while] = ACTIONS(683), + [anon_sym_do] = ACTIONS(683), + [anon_sym_if] = ACTIONS(683), + [anon_sym_match] = ACTIONS(683), + [anon_sym_LBRACE] = ACTIONS(683), + [anon_sym_RBRACE] = ACTIONS(683), + [anon_sym_try] = ACTIONS(683), + [anon_sym_return] = ACTIONS(683), + [anon_sym_source] = ACTIONS(683), + [anon_sym_source_DASHenv] = ACTIONS(683), + [anon_sym_register] = ACTIONS(683), + [anon_sym_hide] = ACTIONS(683), + [anon_sym_hide_DASHenv] = ACTIONS(683), + [anon_sym_overlay] = ACTIONS(683), + [anon_sym_STAR] = ACTIONS(639), + [anon_sym_where] = ACTIONS(683), + [anon_sym_STAR_STAR] = ACTIONS(641), + [anon_sym_PLUS_PLUS] = ACTIONS(641), + [anon_sym_SLASH] = ACTIONS(639), + [anon_sym_mod] = ACTIONS(639), + [anon_sym_SLASH_SLASH] = ACTIONS(639), + [anon_sym_PLUS] = ACTIONS(635), + [anon_sym_bit_DASHshl] = ACTIONS(643), + [anon_sym_bit_DASHshr] = ACTIONS(643), + [anon_sym_EQ_EQ] = ACTIONS(631), + [anon_sym_BANG_EQ] = ACTIONS(631), + [anon_sym_LT2] = ACTIONS(631), + [anon_sym_LT_EQ] = ACTIONS(631), + [anon_sym_GT_EQ] = ACTIONS(631), + [anon_sym_not_DASHin] = ACTIONS(637), + [anon_sym_starts_DASHwith] = ACTIONS(637), + [anon_sym_ends_DASHwith] = ACTIONS(637), + [anon_sym_EQ_TILDE] = ACTIONS(645), + [anon_sym_BANG_TILDE] = ACTIONS(645), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(649), + [anon_sym_bit_DASHor] = ACTIONS(651), + [anon_sym_and] = ACTIONS(653), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(657), + [anon_sym_not] = ACTIONS(683), + [anon_sym_DOT_DOT_LT] = ACTIONS(683), + [anon_sym_DOT_DOT] = ACTIONS(683), + [anon_sym_DOT_DOT_EQ] = ACTIONS(683), + [sym_val_nothing] = ACTIONS(683), + [anon_sym_true] = ACTIONS(683), + [anon_sym_false] = ACTIONS(683), + [aux_sym_val_number_token1] = ACTIONS(683), + [aux_sym_val_number_token2] = ACTIONS(683), + [aux_sym_val_number_token3] = ACTIONS(683), + [aux_sym_val_number_token4] = ACTIONS(683), + [anon_sym_inf] = ACTIONS(683), + [anon_sym_DASHinf] = ACTIONS(683), + [anon_sym_NaN] = ACTIONS(683), + [anon_sym_0b] = ACTIONS(683), + [anon_sym_0o] = ACTIONS(683), + [anon_sym_0x] = ACTIONS(683), + [sym_val_date] = ACTIONS(683), + [anon_sym_DQUOTE] = ACTIONS(683), + [sym__str_single_quotes] = ACTIONS(683), + [sym__str_back_ticks] = ACTIONS(683), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(683), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(683), + [anon_sym_CARET] = ACTIONS(683), + [sym_short_flag] = ACTIONS(659), [anon_sym_POUND] = ACTIONS(3), }, [156] = { - [sym__flag] = STATE(565), - [sym_long_flag] = STATE(680), + [sym_cell_path] = STATE(259), + [sym_path] = STATE(150), [sym_comment] = STATE(156), - [anon_sym_export] = ACTIONS(682), - [anon_sym_alias] = ACTIONS(682), - [anon_sym_let] = ACTIONS(682), - [anon_sym_let_DASHenv] = ACTIONS(682), - [anon_sym_mut] = ACTIONS(682), - [anon_sym_const] = ACTIONS(682), - [sym_cmd_identifier] = ACTIONS(682), - [anon_sym_SEMI] = ACTIONS(682), - [anon_sym_LF] = ACTIONS(684), - [anon_sym_def] = ACTIONS(682), - [anon_sym_def_DASHenv] = ACTIONS(682), - [anon_sym_export_DASHenv] = ACTIONS(682), - [anon_sym_extern] = ACTIONS(682), - [anon_sym_module] = ACTIONS(682), - [anon_sym_use] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(682), - [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_RPAREN] = ACTIONS(682), - [anon_sym_PIPE] = ACTIONS(682), - [anon_sym_DOLLAR] = ACTIONS(682), - [anon_sym_error] = ACTIONS(682), - [anon_sym_GT] = ACTIONS(623), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(627), - [anon_sym_break] = ACTIONS(682), - [anon_sym_continue] = ACTIONS(682), - [anon_sym_for] = ACTIONS(682), - [anon_sym_in] = ACTIONS(629), - [anon_sym_loop] = ACTIONS(682), - [anon_sym_while] = ACTIONS(682), - [anon_sym_do] = ACTIONS(682), - [anon_sym_if] = ACTIONS(682), - [anon_sym_match] = ACTIONS(682), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_RBRACE] = ACTIONS(682), - [anon_sym_try] = ACTIONS(682), - [anon_sym_return] = ACTIONS(682), - [anon_sym_source] = ACTIONS(682), - [anon_sym_source_DASHenv] = ACTIONS(682), - [anon_sym_register] = ACTIONS(682), - [anon_sym_hide] = ACTIONS(682), - [anon_sym_hide_DASHenv] = ACTIONS(682), - [anon_sym_overlay] = ACTIONS(682), - [anon_sym_STAR] = ACTIONS(631), - [anon_sym_where] = ACTIONS(682), - [anon_sym_STAR_STAR] = ACTIONS(633), - [anon_sym_PLUS_PLUS] = ACTIONS(633), - [anon_sym_SLASH] = ACTIONS(631), - [anon_sym_mod] = ACTIONS(631), - [anon_sym_SLASH_SLASH] = ACTIONS(631), - [anon_sym_PLUS] = ACTIONS(627), - [anon_sym_bit_DASHshl] = ACTIONS(635), - [anon_sym_bit_DASHshr] = ACTIONS(635), - [anon_sym_EQ_EQ] = ACTIONS(623), - [anon_sym_BANG_EQ] = ACTIONS(623), - [anon_sym_LT2] = ACTIONS(623), - [anon_sym_LT_EQ] = ACTIONS(623), - [anon_sym_GT_EQ] = ACTIONS(623), - [anon_sym_not_DASHin] = ACTIONS(629), - [anon_sym_starts_DASHwith] = ACTIONS(629), - [anon_sym_ends_DASHwith] = ACTIONS(629), - [anon_sym_EQ_TILDE] = ACTIONS(637), - [anon_sym_BANG_TILDE] = ACTIONS(637), - [anon_sym_bit_DASHand] = ACTIONS(639), - [anon_sym_bit_DASHxor] = ACTIONS(641), - [anon_sym_bit_DASHor] = ACTIONS(643), - [anon_sym_and] = ACTIONS(645), - [anon_sym_xor] = ACTIONS(647), - [anon_sym_or] = ACTIONS(649), - [anon_sym_not] = ACTIONS(682), - [anon_sym_DOT_DOT_LT] = ACTIONS(682), - [anon_sym_DOT_DOT] = ACTIONS(682), - [anon_sym_DOT_DOT_EQ] = ACTIONS(682), - [sym_val_nothing] = ACTIONS(682), - [anon_sym_true] = ACTIONS(682), - [anon_sym_false] = ACTIONS(682), - [aux_sym_val_number_token1] = ACTIONS(682), - [aux_sym_val_number_token2] = ACTIONS(682), - [aux_sym_val_number_token3] = ACTIONS(682), - [aux_sym_val_number_token4] = ACTIONS(682), - [anon_sym_inf] = ACTIONS(682), - [anon_sym_DASHinf] = ACTIONS(682), - [anon_sym_NaN] = ACTIONS(682), - [anon_sym_0b] = ACTIONS(682), - [anon_sym_0o] = ACTIONS(682), - [anon_sym_0x] = ACTIONS(682), - [sym_val_date] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(682), - [sym__str_single_quotes] = ACTIONS(682), - [sym__str_back_ticks] = ACTIONS(682), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(682), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(682), - [anon_sym_CARET] = ACTIONS(682), - [sym_short_flag] = ACTIONS(651), + [ts_builtin_sym_end] = ACTIONS(603), + [anon_sym_export] = ACTIONS(601), + [anon_sym_alias] = ACTIONS(601), + [anon_sym_let] = ACTIONS(601), + [anon_sym_let_DASHenv] = ACTIONS(601), + [anon_sym_mut] = ACTIONS(601), + [anon_sym_const] = ACTIONS(601), + [sym_cmd_identifier] = ACTIONS(601), + [anon_sym_SEMI] = ACTIONS(601), + [anon_sym_LF] = ACTIONS(603), + [anon_sym_def] = ACTIONS(601), + [anon_sym_def_DASHenv] = ACTIONS(601), + [anon_sym_export_DASHenv] = ACTIONS(601), + [anon_sym_extern] = ACTIONS(601), + [anon_sym_module] = ACTIONS(601), + [anon_sym_use] = ACTIONS(601), + [anon_sym_LBRACK] = ACTIONS(601), + [anon_sym_LPAREN] = ACTIONS(601), + [anon_sym_PIPE] = ACTIONS(601), + [anon_sym_DOLLAR] = ACTIONS(601), + [anon_sym_error] = ACTIONS(601), + [anon_sym_GT] = ACTIONS(601), + [anon_sym_DASH_DASH] = ACTIONS(601), + [anon_sym_DASH] = ACTIONS(601), + [anon_sym_break] = ACTIONS(601), + [anon_sym_continue] = ACTIONS(601), + [anon_sym_for] = ACTIONS(601), + [anon_sym_in] = ACTIONS(601), + [anon_sym_loop] = ACTIONS(601), + [anon_sym_while] = ACTIONS(601), + [anon_sym_do] = ACTIONS(601), + [anon_sym_if] = ACTIONS(601), + [anon_sym_match] = ACTIONS(601), + [anon_sym_LBRACE] = ACTIONS(601), + [anon_sym_DOT] = ACTIONS(661), + [anon_sym_try] = ACTIONS(601), + [anon_sym_return] = ACTIONS(601), + [anon_sym_source] = ACTIONS(601), + [anon_sym_source_DASHenv] = ACTIONS(601), + [anon_sym_register] = ACTIONS(601), + [anon_sym_hide] = ACTIONS(601), + [anon_sym_hide_DASHenv] = ACTIONS(601), + [anon_sym_overlay] = ACTIONS(601), + [anon_sym_STAR] = ACTIONS(601), + [anon_sym_where] = ACTIONS(601), + [anon_sym_STAR_STAR] = ACTIONS(601), + [anon_sym_PLUS_PLUS] = ACTIONS(601), + [anon_sym_SLASH] = ACTIONS(601), + [anon_sym_mod] = ACTIONS(601), + [anon_sym_SLASH_SLASH] = ACTIONS(601), + [anon_sym_PLUS] = ACTIONS(601), + [anon_sym_bit_DASHshl] = ACTIONS(601), + [anon_sym_bit_DASHshr] = ACTIONS(601), + [anon_sym_EQ_EQ] = ACTIONS(601), + [anon_sym_BANG_EQ] = ACTIONS(601), + [anon_sym_LT2] = ACTIONS(601), + [anon_sym_LT_EQ] = ACTIONS(601), + [anon_sym_GT_EQ] = ACTIONS(601), + [anon_sym_not_DASHin] = ACTIONS(601), + [anon_sym_starts_DASHwith] = ACTIONS(601), + [anon_sym_ends_DASHwith] = ACTIONS(601), + [anon_sym_EQ_TILDE] = ACTIONS(601), + [anon_sym_BANG_TILDE] = ACTIONS(601), + [anon_sym_bit_DASHand] = ACTIONS(601), + [anon_sym_bit_DASHxor] = ACTIONS(601), + [anon_sym_bit_DASHor] = ACTIONS(601), + [anon_sym_and] = ACTIONS(601), + [anon_sym_xor] = ACTIONS(601), + [anon_sym_or] = ACTIONS(601), + [anon_sym_not] = ACTIONS(601), + [anon_sym_DOT_DOT_LT] = ACTIONS(601), + [anon_sym_DOT_DOT] = ACTIONS(601), + [anon_sym_DOT_DOT_EQ] = ACTIONS(601), + [sym_val_nothing] = ACTIONS(601), + [anon_sym_true] = ACTIONS(601), + [anon_sym_false] = ACTIONS(601), + [aux_sym_val_number_token1] = ACTIONS(601), + [aux_sym_val_number_token2] = ACTIONS(601), + [aux_sym_val_number_token3] = ACTIONS(601), + [aux_sym_val_number_token4] = ACTIONS(601), + [anon_sym_inf] = ACTIONS(601), + [anon_sym_DASHinf] = ACTIONS(601), + [anon_sym_NaN] = ACTIONS(601), + [anon_sym_0b] = ACTIONS(601), + [anon_sym_0o] = ACTIONS(601), + [anon_sym_0x] = ACTIONS(601), + [sym_val_date] = ACTIONS(601), + [anon_sym_DQUOTE] = ACTIONS(601), + [sym__str_single_quotes] = ACTIONS(601), + [sym__str_back_ticks] = ACTIONS(601), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(601), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(601), + [anon_sym_CARET] = ACTIONS(601), + [sym_short_flag] = ACTIONS(601), [anon_sym_POUND] = ACTIONS(3), }, [157] = { + [sym_cell_path] = STATE(271), + [sym_path] = STATE(150), [sym_comment] = STATE(157), - [anon_sym_export] = ACTIONS(686), - [anon_sym_alias] = ACTIONS(686), - [anon_sym_let] = ACTIONS(686), - [anon_sym_let_DASHenv] = ACTIONS(686), - [anon_sym_mut] = ACTIONS(686), - [anon_sym_const] = ACTIONS(686), - [sym_cmd_identifier] = ACTIONS(686), - [anon_sym_SEMI] = ACTIONS(686), - [anon_sym_LF] = ACTIONS(688), - [anon_sym_def] = ACTIONS(686), - [anon_sym_def_DASHenv] = ACTIONS(686), - [anon_sym_export_DASHenv] = ACTIONS(686), - [anon_sym_extern] = ACTIONS(686), - [anon_sym_module] = ACTIONS(686), - [anon_sym_use] = ACTIONS(686), - [anon_sym_LBRACK] = ACTIONS(686), - [anon_sym_LPAREN] = ACTIONS(686), - [anon_sym_RPAREN] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(686), - [anon_sym_error] = ACTIONS(686), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_DASH_DASH] = ACTIONS(686), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_break] = ACTIONS(686), - [anon_sym_continue] = ACTIONS(686), - [anon_sym_for] = ACTIONS(686), - [anon_sym_in] = ACTIONS(686), - [anon_sym_loop] = ACTIONS(686), - [anon_sym_while] = ACTIONS(686), - [anon_sym_do] = ACTIONS(686), - [anon_sym_if] = ACTIONS(686), - [anon_sym_match] = ACTIONS(686), - [anon_sym_LBRACE] = ACTIONS(686), - [anon_sym_RBRACE] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_try] = ACTIONS(686), - [anon_sym_return] = ACTIONS(686), - [anon_sym_source] = ACTIONS(686), - [anon_sym_source_DASHenv] = ACTIONS(686), - [anon_sym_register] = ACTIONS(686), - [anon_sym_hide] = ACTIONS(686), - [anon_sym_hide_DASHenv] = ACTIONS(686), - [anon_sym_overlay] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_where] = ACTIONS(686), - [anon_sym_QMARK2] = ACTIONS(686), - [anon_sym_STAR_STAR] = ACTIONS(686), - [anon_sym_PLUS_PLUS] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_mod] = ACTIONS(686), - [anon_sym_SLASH_SLASH] = ACTIONS(686), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_bit_DASHshl] = ACTIONS(686), - [anon_sym_bit_DASHshr] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(686), - [anon_sym_BANG_EQ] = ACTIONS(686), - [anon_sym_LT2] = ACTIONS(686), - [anon_sym_LT_EQ] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(686), - [anon_sym_not_DASHin] = ACTIONS(686), - [anon_sym_starts_DASHwith] = ACTIONS(686), - [anon_sym_ends_DASHwith] = ACTIONS(686), - [anon_sym_EQ_TILDE] = ACTIONS(686), - [anon_sym_BANG_TILDE] = ACTIONS(686), - [anon_sym_bit_DASHand] = ACTIONS(686), - [anon_sym_bit_DASHxor] = ACTIONS(686), - [anon_sym_bit_DASHor] = ACTIONS(686), - [anon_sym_and] = ACTIONS(686), - [anon_sym_xor] = ACTIONS(686), - [anon_sym_or] = ACTIONS(686), - [anon_sym_not] = ACTIONS(686), - [anon_sym_DOT_DOT_LT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_EQ] = ACTIONS(686), - [sym_val_nothing] = ACTIONS(686), - [anon_sym_true] = ACTIONS(686), - [anon_sym_false] = ACTIONS(686), - [aux_sym_val_number_token1] = ACTIONS(686), - [aux_sym_val_number_token2] = ACTIONS(686), - [aux_sym_val_number_token3] = ACTIONS(686), - [aux_sym_val_number_token4] = ACTIONS(686), - [anon_sym_inf] = ACTIONS(686), - [anon_sym_DASHinf] = ACTIONS(686), - [anon_sym_NaN] = ACTIONS(686), - [anon_sym_0b] = ACTIONS(686), - [anon_sym_0o] = ACTIONS(686), - [anon_sym_0x] = ACTIONS(686), - [sym_val_date] = ACTIONS(686), - [anon_sym_DQUOTE] = ACTIONS(686), - [sym__str_single_quotes] = ACTIONS(686), - [sym__str_back_ticks] = ACTIONS(686), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(686), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [sym_short_flag] = ACTIONS(686), + [ts_builtin_sym_end] = ACTIONS(577), + [anon_sym_export] = ACTIONS(575), + [anon_sym_alias] = ACTIONS(575), + [anon_sym_let] = ACTIONS(575), + [anon_sym_let_DASHenv] = ACTIONS(575), + [anon_sym_mut] = ACTIONS(575), + [anon_sym_const] = ACTIONS(575), + [sym_cmd_identifier] = ACTIONS(575), + [anon_sym_SEMI] = ACTIONS(575), + [anon_sym_LF] = ACTIONS(577), + [anon_sym_def] = ACTIONS(575), + [anon_sym_def_DASHenv] = ACTIONS(575), + [anon_sym_export_DASHenv] = ACTIONS(575), + [anon_sym_extern] = ACTIONS(575), + [anon_sym_module] = ACTIONS(575), + [anon_sym_use] = ACTIONS(575), + [anon_sym_LBRACK] = ACTIONS(575), + [anon_sym_LPAREN] = ACTIONS(575), + [anon_sym_PIPE] = ACTIONS(575), + [anon_sym_DOLLAR] = ACTIONS(575), + [anon_sym_error] = ACTIONS(575), + [anon_sym_GT] = ACTIONS(575), + [anon_sym_DASH_DASH] = ACTIONS(575), + [anon_sym_DASH] = ACTIONS(575), + [anon_sym_break] = ACTIONS(575), + [anon_sym_continue] = ACTIONS(575), + [anon_sym_for] = ACTIONS(575), + [anon_sym_in] = ACTIONS(575), + [anon_sym_loop] = ACTIONS(575), + [anon_sym_while] = ACTIONS(575), + [anon_sym_do] = ACTIONS(575), + [anon_sym_if] = ACTIONS(575), + [anon_sym_match] = ACTIONS(575), + [anon_sym_LBRACE] = ACTIONS(575), + [anon_sym_DOT] = ACTIONS(661), + [anon_sym_try] = ACTIONS(575), + [anon_sym_return] = ACTIONS(575), + [anon_sym_source] = ACTIONS(575), + [anon_sym_source_DASHenv] = ACTIONS(575), + [anon_sym_register] = ACTIONS(575), + [anon_sym_hide] = ACTIONS(575), + [anon_sym_hide_DASHenv] = ACTIONS(575), + [anon_sym_overlay] = ACTIONS(575), + [anon_sym_STAR] = ACTIONS(575), + [anon_sym_where] = ACTIONS(575), + [anon_sym_STAR_STAR] = ACTIONS(575), + [anon_sym_PLUS_PLUS] = ACTIONS(575), + [anon_sym_SLASH] = ACTIONS(575), + [anon_sym_mod] = ACTIONS(575), + [anon_sym_SLASH_SLASH] = ACTIONS(575), + [anon_sym_PLUS] = ACTIONS(575), + [anon_sym_bit_DASHshl] = ACTIONS(575), + [anon_sym_bit_DASHshr] = ACTIONS(575), + [anon_sym_EQ_EQ] = ACTIONS(575), + [anon_sym_BANG_EQ] = ACTIONS(575), + [anon_sym_LT2] = ACTIONS(575), + [anon_sym_LT_EQ] = ACTIONS(575), + [anon_sym_GT_EQ] = ACTIONS(575), + [anon_sym_not_DASHin] = ACTIONS(575), + [anon_sym_starts_DASHwith] = ACTIONS(575), + [anon_sym_ends_DASHwith] = ACTIONS(575), + [anon_sym_EQ_TILDE] = ACTIONS(575), + [anon_sym_BANG_TILDE] = ACTIONS(575), + [anon_sym_bit_DASHand] = ACTIONS(575), + [anon_sym_bit_DASHxor] = ACTIONS(575), + [anon_sym_bit_DASHor] = ACTIONS(575), + [anon_sym_and] = ACTIONS(575), + [anon_sym_xor] = ACTIONS(575), + [anon_sym_or] = ACTIONS(575), + [anon_sym_not] = ACTIONS(575), + [anon_sym_DOT_DOT_LT] = ACTIONS(575), + [anon_sym_DOT_DOT] = ACTIONS(575), + [anon_sym_DOT_DOT_EQ] = ACTIONS(575), + [sym_val_nothing] = ACTIONS(575), + [anon_sym_true] = ACTIONS(575), + [anon_sym_false] = ACTIONS(575), + [aux_sym_val_number_token1] = ACTIONS(575), + [aux_sym_val_number_token2] = ACTIONS(575), + [aux_sym_val_number_token3] = ACTIONS(575), + [aux_sym_val_number_token4] = ACTIONS(575), + [anon_sym_inf] = ACTIONS(575), + [anon_sym_DASHinf] = ACTIONS(575), + [anon_sym_NaN] = ACTIONS(575), + [anon_sym_0b] = ACTIONS(575), + [anon_sym_0o] = ACTIONS(575), + [anon_sym_0x] = ACTIONS(575), + [sym_val_date] = ACTIONS(575), + [anon_sym_DQUOTE] = ACTIONS(575), + [sym__str_single_quotes] = ACTIONS(575), + [sym__str_back_ticks] = ACTIONS(575), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(575), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(575), + [anon_sym_CARET] = ACTIONS(575), + [sym_short_flag] = ACTIONS(575), [anon_sym_POUND] = ACTIONS(3), }, [158] = { - [sym__flag] = STATE(611), - [sym_long_flag] = STATE(680), + [sym_path] = STATE(254), [sym_comment] = STATE(158), - [anon_sym_export] = ACTIONS(690), - [anon_sym_alias] = ACTIONS(690), - [anon_sym_let] = ACTIONS(690), - [anon_sym_let_DASHenv] = ACTIONS(690), - [anon_sym_mut] = ACTIONS(690), - [anon_sym_const] = ACTIONS(690), - [sym_cmd_identifier] = ACTIONS(690), - [anon_sym_SEMI] = ACTIONS(690), - [anon_sym_LF] = ACTIONS(692), - [anon_sym_def] = ACTIONS(690), - [anon_sym_def_DASHenv] = ACTIONS(690), - [anon_sym_export_DASHenv] = ACTIONS(690), - [anon_sym_extern] = ACTIONS(690), - [anon_sym_module] = ACTIONS(690), - [anon_sym_use] = ACTIONS(690), - [anon_sym_LBRACK] = ACTIONS(690), - [anon_sym_LPAREN] = ACTIONS(690), - [anon_sym_RPAREN] = ACTIONS(690), - [anon_sym_PIPE] = ACTIONS(690), - [anon_sym_DOLLAR] = ACTIONS(690), - [anon_sym_error] = ACTIONS(690), - [anon_sym_GT] = ACTIONS(623), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(627), - [anon_sym_break] = ACTIONS(690), - [anon_sym_continue] = ACTIONS(690), - [anon_sym_for] = ACTIONS(690), - [anon_sym_in] = ACTIONS(629), - [anon_sym_loop] = ACTIONS(690), - [anon_sym_while] = ACTIONS(690), - [anon_sym_do] = ACTIONS(690), - [anon_sym_if] = ACTIONS(690), - [anon_sym_match] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(690), - [anon_sym_RBRACE] = ACTIONS(690), - [anon_sym_try] = ACTIONS(690), - [anon_sym_return] = ACTIONS(690), - [anon_sym_source] = ACTIONS(690), - [anon_sym_source_DASHenv] = ACTIONS(690), - [anon_sym_register] = ACTIONS(690), - [anon_sym_hide] = ACTIONS(690), - [anon_sym_hide_DASHenv] = ACTIONS(690), - [anon_sym_overlay] = ACTIONS(690), - [anon_sym_STAR] = ACTIONS(631), - [anon_sym_where] = ACTIONS(690), - [anon_sym_STAR_STAR] = ACTIONS(633), - [anon_sym_PLUS_PLUS] = ACTIONS(633), - [anon_sym_SLASH] = ACTIONS(631), - [anon_sym_mod] = ACTIONS(631), - [anon_sym_SLASH_SLASH] = ACTIONS(631), - [anon_sym_PLUS] = ACTIONS(627), - [anon_sym_bit_DASHshl] = ACTIONS(635), - [anon_sym_bit_DASHshr] = ACTIONS(635), - [anon_sym_EQ_EQ] = ACTIONS(623), - [anon_sym_BANG_EQ] = ACTIONS(623), - [anon_sym_LT2] = ACTIONS(623), - [anon_sym_LT_EQ] = ACTIONS(623), - [anon_sym_GT_EQ] = ACTIONS(623), - [anon_sym_not_DASHin] = ACTIONS(629), - [anon_sym_starts_DASHwith] = ACTIONS(629), - [anon_sym_ends_DASHwith] = ACTIONS(629), - [anon_sym_EQ_TILDE] = ACTIONS(637), - [anon_sym_BANG_TILDE] = ACTIONS(637), - [anon_sym_bit_DASHand] = ACTIONS(639), - [anon_sym_bit_DASHxor] = ACTIONS(641), - [anon_sym_bit_DASHor] = ACTIONS(643), - [anon_sym_and] = ACTIONS(645), - [anon_sym_xor] = ACTIONS(647), - [anon_sym_or] = ACTIONS(649), - [anon_sym_not] = ACTIONS(690), - [anon_sym_DOT_DOT_LT] = ACTIONS(690), - [anon_sym_DOT_DOT] = ACTIONS(690), - [anon_sym_DOT_DOT_EQ] = ACTIONS(690), - [sym_val_nothing] = ACTIONS(690), - [anon_sym_true] = ACTIONS(690), - [anon_sym_false] = ACTIONS(690), - [aux_sym_val_number_token1] = ACTIONS(690), - [aux_sym_val_number_token2] = ACTIONS(690), - [aux_sym_val_number_token3] = ACTIONS(690), - [aux_sym_val_number_token4] = ACTIONS(690), - [anon_sym_inf] = ACTIONS(690), - [anon_sym_DASHinf] = ACTIONS(690), - [anon_sym_NaN] = ACTIONS(690), - [anon_sym_0b] = ACTIONS(690), - [anon_sym_0o] = ACTIONS(690), - [anon_sym_0x] = ACTIONS(690), - [sym_val_date] = ACTIONS(690), - [anon_sym_DQUOTE] = ACTIONS(690), - [sym__str_single_quotes] = ACTIONS(690), - [sym__str_back_ticks] = ACTIONS(690), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(690), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(690), - [anon_sym_CARET] = ACTIONS(690), - [sym_short_flag] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(3), - }, - [159] = { - [sym_cell_path] = STATE(280), - [sym_path] = STATE(162), - [sym_comment] = STATE(159), + [aux_sym_cell_path_repeat1] = STATE(158), [ts_builtin_sym_end] = ACTIONS(570), [anon_sym_export] = ACTIONS(568), [anon_sym_alias] = ACTIONS(568), @@ -62477,7 +62382,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(568), [anon_sym_match] = ACTIONS(568), [anon_sym_LBRACE] = ACTIONS(568), - [anon_sym_DOT] = ACTIONS(617), + [anon_sym_DOT] = ACTIONS(687), [anon_sym_try] = ACTIONS(568), [anon_sym_return] = ACTIONS(568), [anon_sym_source] = ACTIONS(568), @@ -62539,9 +62444,109 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_short_flag] = ACTIONS(568), [anon_sym_POUND] = ACTIONS(3), }, + [159] = { + [sym__flag] = STATE(618), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(159), + [anon_sym_export] = ACTIONS(690), + [anon_sym_alias] = ACTIONS(690), + [anon_sym_let] = ACTIONS(690), + [anon_sym_let_DASHenv] = ACTIONS(690), + [anon_sym_mut] = ACTIONS(690), + [anon_sym_const] = ACTIONS(690), + [sym_cmd_identifier] = ACTIONS(690), + [anon_sym_SEMI] = ACTIONS(690), + [anon_sym_LF] = ACTIONS(692), + [anon_sym_def] = ACTIONS(690), + [anon_sym_def_DASHenv] = ACTIONS(690), + [anon_sym_export_DASHenv] = ACTIONS(690), + [anon_sym_extern] = ACTIONS(690), + [anon_sym_module] = ACTIONS(690), + [anon_sym_use] = ACTIONS(690), + [anon_sym_LBRACK] = ACTIONS(690), + [anon_sym_LPAREN] = ACTIONS(690), + [anon_sym_RPAREN] = ACTIONS(690), + [anon_sym_PIPE] = ACTIONS(690), + [anon_sym_DOLLAR] = ACTIONS(690), + [anon_sym_error] = ACTIONS(690), + [anon_sym_GT] = ACTIONS(631), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(635), + [anon_sym_break] = ACTIONS(690), + [anon_sym_continue] = ACTIONS(690), + [anon_sym_for] = ACTIONS(690), + [anon_sym_in] = ACTIONS(637), + [anon_sym_loop] = ACTIONS(690), + [anon_sym_while] = ACTIONS(690), + [anon_sym_do] = ACTIONS(690), + [anon_sym_if] = ACTIONS(690), + [anon_sym_match] = ACTIONS(690), + [anon_sym_LBRACE] = ACTIONS(690), + [anon_sym_RBRACE] = ACTIONS(690), + [anon_sym_try] = ACTIONS(690), + [anon_sym_return] = ACTIONS(690), + [anon_sym_source] = ACTIONS(690), + [anon_sym_source_DASHenv] = ACTIONS(690), + [anon_sym_register] = ACTIONS(690), + [anon_sym_hide] = ACTIONS(690), + [anon_sym_hide_DASHenv] = ACTIONS(690), + [anon_sym_overlay] = ACTIONS(690), + [anon_sym_STAR] = ACTIONS(639), + [anon_sym_where] = ACTIONS(690), + [anon_sym_STAR_STAR] = ACTIONS(641), + [anon_sym_PLUS_PLUS] = ACTIONS(641), + [anon_sym_SLASH] = ACTIONS(639), + [anon_sym_mod] = ACTIONS(639), + [anon_sym_SLASH_SLASH] = ACTIONS(639), + [anon_sym_PLUS] = ACTIONS(635), + [anon_sym_bit_DASHshl] = ACTIONS(643), + [anon_sym_bit_DASHshr] = ACTIONS(643), + [anon_sym_EQ_EQ] = ACTIONS(631), + [anon_sym_BANG_EQ] = ACTIONS(631), + [anon_sym_LT2] = ACTIONS(631), + [anon_sym_LT_EQ] = ACTIONS(631), + [anon_sym_GT_EQ] = ACTIONS(631), + [anon_sym_not_DASHin] = ACTIONS(637), + [anon_sym_starts_DASHwith] = ACTIONS(637), + [anon_sym_ends_DASHwith] = ACTIONS(637), + [anon_sym_EQ_TILDE] = ACTIONS(645), + [anon_sym_BANG_TILDE] = ACTIONS(645), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(649), + [anon_sym_bit_DASHor] = ACTIONS(651), + [anon_sym_and] = ACTIONS(653), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(657), + [anon_sym_not] = ACTIONS(690), + [anon_sym_DOT_DOT_LT] = ACTIONS(690), + [anon_sym_DOT_DOT] = ACTIONS(690), + [anon_sym_DOT_DOT_EQ] = ACTIONS(690), + [sym_val_nothing] = ACTIONS(690), + [anon_sym_true] = ACTIONS(690), + [anon_sym_false] = ACTIONS(690), + [aux_sym_val_number_token1] = ACTIONS(690), + [aux_sym_val_number_token2] = ACTIONS(690), + [aux_sym_val_number_token3] = ACTIONS(690), + [aux_sym_val_number_token4] = ACTIONS(690), + [anon_sym_inf] = ACTIONS(690), + [anon_sym_DASHinf] = ACTIONS(690), + [anon_sym_NaN] = ACTIONS(690), + [anon_sym_0b] = ACTIONS(690), + [anon_sym_0o] = ACTIONS(690), + [anon_sym_0x] = ACTIONS(690), + [sym_val_date] = ACTIONS(690), + [anon_sym_DQUOTE] = ACTIONS(690), + [sym__str_single_quotes] = ACTIONS(690), + [sym__str_back_ticks] = ACTIONS(690), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(690), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(690), + [anon_sym_CARET] = ACTIONS(690), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, [160] = { - [sym__flag] = STATE(633), - [sym_long_flag] = STATE(680), + [sym__flag] = STATE(623), + [sym_long_flag] = STATE(703), [sym_comment] = STATE(160), [anon_sym_export] = ACTIONS(694), [anon_sym_alias] = ACTIONS(694), @@ -62564,13 +62569,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(694), [anon_sym_DOLLAR] = ACTIONS(694), [anon_sym_error] = ACTIONS(694), - [anon_sym_GT] = ACTIONS(623), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(627), + [anon_sym_GT] = ACTIONS(631), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(635), [anon_sym_break] = ACTIONS(694), [anon_sym_continue] = ACTIONS(694), [anon_sym_for] = ACTIONS(694), - [anon_sym_in] = ACTIONS(629), + [anon_sym_in] = ACTIONS(637), [anon_sym_loop] = ACTIONS(694), [anon_sym_while] = ACTIONS(694), [anon_sym_do] = ACTIONS(694), @@ -62586,32 +62591,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hide] = ACTIONS(694), [anon_sym_hide_DASHenv] = ACTIONS(694), [anon_sym_overlay] = ACTIONS(694), - [anon_sym_STAR] = ACTIONS(631), + [anon_sym_STAR] = ACTIONS(639), [anon_sym_where] = ACTIONS(694), - [anon_sym_STAR_STAR] = ACTIONS(633), - [anon_sym_PLUS_PLUS] = ACTIONS(633), - [anon_sym_SLASH] = ACTIONS(631), - [anon_sym_mod] = ACTIONS(631), - [anon_sym_SLASH_SLASH] = ACTIONS(631), - [anon_sym_PLUS] = ACTIONS(627), - [anon_sym_bit_DASHshl] = ACTIONS(635), - [anon_sym_bit_DASHshr] = ACTIONS(635), - [anon_sym_EQ_EQ] = ACTIONS(623), - [anon_sym_BANG_EQ] = ACTIONS(623), - [anon_sym_LT2] = ACTIONS(623), - [anon_sym_LT_EQ] = ACTIONS(623), - [anon_sym_GT_EQ] = ACTIONS(623), - [anon_sym_not_DASHin] = ACTIONS(629), - [anon_sym_starts_DASHwith] = ACTIONS(629), - [anon_sym_ends_DASHwith] = ACTIONS(629), - [anon_sym_EQ_TILDE] = ACTIONS(637), - [anon_sym_BANG_TILDE] = ACTIONS(637), - [anon_sym_bit_DASHand] = ACTIONS(639), - [anon_sym_bit_DASHxor] = ACTIONS(641), - [anon_sym_bit_DASHor] = ACTIONS(643), - [anon_sym_and] = ACTIONS(645), - [anon_sym_xor] = ACTIONS(647), - [anon_sym_or] = ACTIONS(649), + [anon_sym_STAR_STAR] = ACTIONS(641), + [anon_sym_PLUS_PLUS] = ACTIONS(641), + [anon_sym_SLASH] = ACTIONS(639), + [anon_sym_mod] = ACTIONS(639), + [anon_sym_SLASH_SLASH] = ACTIONS(639), + [anon_sym_PLUS] = ACTIONS(635), + [anon_sym_bit_DASHshl] = ACTIONS(643), + [anon_sym_bit_DASHshr] = ACTIONS(643), + [anon_sym_EQ_EQ] = ACTIONS(631), + [anon_sym_BANG_EQ] = ACTIONS(631), + [anon_sym_LT2] = ACTIONS(631), + [anon_sym_LT_EQ] = ACTIONS(631), + [anon_sym_GT_EQ] = ACTIONS(631), + [anon_sym_not_DASHin] = ACTIONS(637), + [anon_sym_starts_DASHwith] = ACTIONS(637), + [anon_sym_ends_DASHwith] = ACTIONS(637), + [anon_sym_EQ_TILDE] = ACTIONS(645), + [anon_sym_BANG_TILDE] = ACTIONS(645), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(649), + [anon_sym_bit_DASHor] = ACTIONS(651), + [anon_sym_and] = ACTIONS(653), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(657), [anon_sym_not] = ACTIONS(694), [anon_sym_DOT_DOT_LT] = ACTIONS(694), [anon_sym_DOT_DOT] = ACTIONS(694), @@ -62636,10 +62641,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(694), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(694), [anon_sym_CARET] = ACTIONS(694), - [sym_short_flag] = ACTIONS(651), + [sym_short_flag] = ACTIONS(659), [anon_sym_POUND] = ACTIONS(3), }, [161] = { + [sym__flag] = STATE(566), + [sym_long_flag] = STATE(703), [sym_comment] = STATE(161), [anon_sym_export] = ACTIONS(698), [anon_sym_alias] = ACTIONS(698), @@ -62662,13 +62669,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(698), [anon_sym_DOLLAR] = ACTIONS(698), [anon_sym_error] = ACTIONS(698), - [anon_sym_GT] = ACTIONS(698), - [anon_sym_DASH_DASH] = ACTIONS(698), - [anon_sym_DASH] = ACTIONS(698), + [anon_sym_GT] = ACTIONS(631), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(635), [anon_sym_break] = ACTIONS(698), [anon_sym_continue] = ACTIONS(698), [anon_sym_for] = ACTIONS(698), - [anon_sym_in] = ACTIONS(698), + [anon_sym_in] = ACTIONS(637), [anon_sym_loop] = ACTIONS(698), [anon_sym_while] = ACTIONS(698), [anon_sym_do] = ACTIONS(698), @@ -62676,7 +62683,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(698), [anon_sym_LBRACE] = ACTIONS(698), [anon_sym_RBRACE] = ACTIONS(698), - [anon_sym_DOT] = ACTIONS(698), [anon_sym_try] = ACTIONS(698), [anon_sym_return] = ACTIONS(698), [anon_sym_source] = ACTIONS(698), @@ -62685,33 +62691,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hide] = ACTIONS(698), [anon_sym_hide_DASHenv] = ACTIONS(698), [anon_sym_overlay] = ACTIONS(698), - [anon_sym_STAR] = ACTIONS(698), + [anon_sym_STAR] = ACTIONS(639), [anon_sym_where] = ACTIONS(698), - [anon_sym_QMARK2] = ACTIONS(698), - [anon_sym_STAR_STAR] = ACTIONS(698), - [anon_sym_PLUS_PLUS] = ACTIONS(698), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_mod] = ACTIONS(698), - [anon_sym_SLASH_SLASH] = ACTIONS(698), - [anon_sym_PLUS] = ACTIONS(698), - [anon_sym_bit_DASHshl] = ACTIONS(698), - [anon_sym_bit_DASHshr] = ACTIONS(698), - [anon_sym_EQ_EQ] = ACTIONS(698), - [anon_sym_BANG_EQ] = ACTIONS(698), - [anon_sym_LT2] = ACTIONS(698), - [anon_sym_LT_EQ] = ACTIONS(698), - [anon_sym_GT_EQ] = ACTIONS(698), - [anon_sym_not_DASHin] = ACTIONS(698), - [anon_sym_starts_DASHwith] = ACTIONS(698), - [anon_sym_ends_DASHwith] = ACTIONS(698), - [anon_sym_EQ_TILDE] = ACTIONS(698), - [anon_sym_BANG_TILDE] = ACTIONS(698), - [anon_sym_bit_DASHand] = ACTIONS(698), - [anon_sym_bit_DASHxor] = ACTIONS(698), - [anon_sym_bit_DASHor] = ACTIONS(698), - [anon_sym_and] = ACTIONS(698), - [anon_sym_xor] = ACTIONS(698), - [anon_sym_or] = ACTIONS(698), + [anon_sym_STAR_STAR] = ACTIONS(641), + [anon_sym_PLUS_PLUS] = ACTIONS(641), + [anon_sym_SLASH] = ACTIONS(639), + [anon_sym_mod] = ACTIONS(639), + [anon_sym_SLASH_SLASH] = ACTIONS(639), + [anon_sym_PLUS] = ACTIONS(635), + [anon_sym_bit_DASHshl] = ACTIONS(643), + [anon_sym_bit_DASHshr] = ACTIONS(643), + [anon_sym_EQ_EQ] = ACTIONS(631), + [anon_sym_BANG_EQ] = ACTIONS(631), + [anon_sym_LT2] = ACTIONS(631), + [anon_sym_LT_EQ] = ACTIONS(631), + [anon_sym_GT_EQ] = ACTIONS(631), + [anon_sym_not_DASHin] = ACTIONS(637), + [anon_sym_starts_DASHwith] = ACTIONS(637), + [anon_sym_ends_DASHwith] = ACTIONS(637), + [anon_sym_EQ_TILDE] = ACTIONS(645), + [anon_sym_BANG_TILDE] = ACTIONS(645), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(649), + [anon_sym_bit_DASHor] = ACTIONS(651), + [anon_sym_and] = ACTIONS(653), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(657), [anon_sym_not] = ACTIONS(698), [anon_sym_DOT_DOT_LT] = ACTIONS(698), [anon_sym_DOT_DOT] = ACTIONS(698), @@ -62736,13 +62741,313 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(698), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(698), [anon_sym_CARET] = ACTIONS(698), - [sym_short_flag] = ACTIONS(698), + [sym_short_flag] = ACTIONS(659), [anon_sym_POUND] = ACTIONS(3), }, [162] = { - [sym_path] = STATE(205), + [sym__flag] = STATE(641), + [sym_long_flag] = STATE(703), [sym_comment] = STATE(162), - [aux_sym_cell_path_repeat1] = STATE(154), + [anon_sym_export] = ACTIONS(702), + [anon_sym_alias] = ACTIONS(702), + [anon_sym_let] = ACTIONS(702), + [anon_sym_let_DASHenv] = ACTIONS(702), + [anon_sym_mut] = ACTIONS(702), + [anon_sym_const] = ACTIONS(702), + [sym_cmd_identifier] = ACTIONS(702), + [anon_sym_SEMI] = ACTIONS(702), + [anon_sym_LF] = ACTIONS(704), + [anon_sym_def] = ACTIONS(702), + [anon_sym_def_DASHenv] = ACTIONS(702), + [anon_sym_export_DASHenv] = ACTIONS(702), + [anon_sym_extern] = ACTIONS(702), + [anon_sym_module] = ACTIONS(702), + [anon_sym_use] = ACTIONS(702), + [anon_sym_LBRACK] = ACTIONS(702), + [anon_sym_LPAREN] = ACTIONS(702), + [anon_sym_RPAREN] = ACTIONS(702), + [anon_sym_PIPE] = ACTIONS(702), + [anon_sym_DOLLAR] = ACTIONS(702), + [anon_sym_error] = ACTIONS(702), + [anon_sym_GT] = ACTIONS(631), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(635), + [anon_sym_break] = ACTIONS(702), + [anon_sym_continue] = ACTIONS(702), + [anon_sym_for] = ACTIONS(702), + [anon_sym_in] = ACTIONS(637), + [anon_sym_loop] = ACTIONS(702), + [anon_sym_while] = ACTIONS(702), + [anon_sym_do] = ACTIONS(702), + [anon_sym_if] = ACTIONS(702), + [anon_sym_match] = ACTIONS(702), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_RBRACE] = ACTIONS(702), + [anon_sym_try] = ACTIONS(702), + [anon_sym_return] = ACTIONS(702), + [anon_sym_source] = ACTIONS(702), + [anon_sym_source_DASHenv] = ACTIONS(702), + [anon_sym_register] = ACTIONS(702), + [anon_sym_hide] = ACTIONS(702), + [anon_sym_hide_DASHenv] = ACTIONS(702), + [anon_sym_overlay] = ACTIONS(702), + [anon_sym_STAR] = ACTIONS(639), + [anon_sym_where] = ACTIONS(702), + [anon_sym_STAR_STAR] = ACTIONS(641), + [anon_sym_PLUS_PLUS] = ACTIONS(641), + [anon_sym_SLASH] = ACTIONS(639), + [anon_sym_mod] = ACTIONS(639), + [anon_sym_SLASH_SLASH] = ACTIONS(639), + [anon_sym_PLUS] = ACTIONS(635), + [anon_sym_bit_DASHshl] = ACTIONS(643), + [anon_sym_bit_DASHshr] = ACTIONS(643), + [anon_sym_EQ_EQ] = ACTIONS(631), + [anon_sym_BANG_EQ] = ACTIONS(631), + [anon_sym_LT2] = ACTIONS(631), + [anon_sym_LT_EQ] = ACTIONS(631), + [anon_sym_GT_EQ] = ACTIONS(631), + [anon_sym_not_DASHin] = ACTIONS(637), + [anon_sym_starts_DASHwith] = ACTIONS(637), + [anon_sym_ends_DASHwith] = ACTIONS(637), + [anon_sym_EQ_TILDE] = ACTIONS(645), + [anon_sym_BANG_TILDE] = ACTIONS(645), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(649), + [anon_sym_bit_DASHor] = ACTIONS(651), + [anon_sym_and] = ACTIONS(653), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(657), + [anon_sym_not] = ACTIONS(702), + [anon_sym_DOT_DOT_LT] = ACTIONS(702), + [anon_sym_DOT_DOT] = ACTIONS(702), + [anon_sym_DOT_DOT_EQ] = ACTIONS(702), + [sym_val_nothing] = ACTIONS(702), + [anon_sym_true] = ACTIONS(702), + [anon_sym_false] = ACTIONS(702), + [aux_sym_val_number_token1] = ACTIONS(702), + [aux_sym_val_number_token2] = ACTIONS(702), + [aux_sym_val_number_token3] = ACTIONS(702), + [aux_sym_val_number_token4] = ACTIONS(702), + [anon_sym_inf] = ACTIONS(702), + [anon_sym_DASHinf] = ACTIONS(702), + [anon_sym_NaN] = ACTIONS(702), + [anon_sym_0b] = ACTIONS(702), + [anon_sym_0o] = ACTIONS(702), + [anon_sym_0x] = ACTIONS(702), + [sym_val_date] = ACTIONS(702), + [anon_sym_DQUOTE] = ACTIONS(702), + [sym__str_single_quotes] = ACTIONS(702), + [sym__str_back_ticks] = ACTIONS(702), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(702), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(702), + [anon_sym_CARET] = ACTIONS(702), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [163] = { + [sym_path] = STATE(254), + [sym_comment] = STATE(163), + [aux_sym_cell_path_repeat1] = STATE(158), + [ts_builtin_sym_end] = ACTIONS(583), + [anon_sym_export] = ACTIONS(581), + [anon_sym_alias] = ACTIONS(581), + [anon_sym_let] = ACTIONS(581), + [anon_sym_let_DASHenv] = ACTIONS(581), + [anon_sym_mut] = ACTIONS(581), + [anon_sym_const] = ACTIONS(581), + [sym_cmd_identifier] = ACTIONS(581), + [anon_sym_SEMI] = ACTIONS(581), + [anon_sym_LF] = ACTIONS(583), + [anon_sym_def] = ACTIONS(581), + [anon_sym_def_DASHenv] = ACTIONS(581), + [anon_sym_export_DASHenv] = ACTIONS(581), + [anon_sym_extern] = ACTIONS(581), + [anon_sym_module] = ACTIONS(581), + [anon_sym_use] = ACTIONS(581), + [anon_sym_LBRACK] = ACTIONS(581), + [anon_sym_LPAREN] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(581), + [anon_sym_error] = ACTIONS(581), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(581), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_break] = ACTIONS(581), + [anon_sym_continue] = ACTIONS(581), + [anon_sym_for] = ACTIONS(581), + [anon_sym_in] = ACTIONS(581), + [anon_sym_loop] = ACTIONS(581), + [anon_sym_while] = ACTIONS(581), + [anon_sym_do] = ACTIONS(581), + [anon_sym_if] = ACTIONS(581), + [anon_sym_match] = ACTIONS(581), + [anon_sym_LBRACE] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(661), + [anon_sym_try] = ACTIONS(581), + [anon_sym_return] = ACTIONS(581), + [anon_sym_source] = ACTIONS(581), + [anon_sym_source_DASHenv] = ACTIONS(581), + [anon_sym_register] = ACTIONS(581), + [anon_sym_hide] = ACTIONS(581), + [anon_sym_hide_DASHenv] = ACTIONS(581), + [anon_sym_overlay] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_where] = ACTIONS(581), + [anon_sym_STAR_STAR] = ACTIONS(581), + [anon_sym_PLUS_PLUS] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_mod] = ACTIONS(581), + [anon_sym_SLASH_SLASH] = ACTIONS(581), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_bit_DASHshl] = ACTIONS(581), + [anon_sym_bit_DASHshr] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(581), + [anon_sym_BANG_EQ] = ACTIONS(581), + [anon_sym_LT2] = ACTIONS(581), + [anon_sym_LT_EQ] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(581), + [anon_sym_not_DASHin] = ACTIONS(581), + [anon_sym_starts_DASHwith] = ACTIONS(581), + [anon_sym_ends_DASHwith] = ACTIONS(581), + [anon_sym_EQ_TILDE] = ACTIONS(581), + [anon_sym_BANG_TILDE] = ACTIONS(581), + [anon_sym_bit_DASHand] = ACTIONS(581), + [anon_sym_bit_DASHxor] = ACTIONS(581), + [anon_sym_bit_DASHor] = ACTIONS(581), + [anon_sym_and] = ACTIONS(581), + [anon_sym_xor] = ACTIONS(581), + [anon_sym_or] = ACTIONS(581), + [anon_sym_not] = ACTIONS(581), + [anon_sym_DOT_DOT_LT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_EQ] = ACTIONS(581), + [sym_val_nothing] = ACTIONS(581), + [anon_sym_true] = ACTIONS(581), + [anon_sym_false] = ACTIONS(581), + [aux_sym_val_number_token1] = ACTIONS(581), + [aux_sym_val_number_token2] = ACTIONS(581), + [aux_sym_val_number_token3] = ACTIONS(581), + [aux_sym_val_number_token4] = ACTIONS(581), + [anon_sym_inf] = ACTIONS(581), + [anon_sym_DASHinf] = ACTIONS(581), + [anon_sym_NaN] = ACTIONS(581), + [anon_sym_0b] = ACTIONS(581), + [anon_sym_0o] = ACTIONS(581), + [anon_sym_0x] = ACTIONS(581), + [sym_val_date] = ACTIONS(581), + [anon_sym_DQUOTE] = ACTIONS(581), + [sym__str_single_quotes] = ACTIONS(581), + [sym__str_back_ticks] = ACTIONS(581), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [sym_short_flag] = ACTIONS(581), + [anon_sym_POUND] = ACTIONS(3), + }, + [164] = { + [sym__flag] = STATE(586), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(164), + [anon_sym_export] = ACTIONS(706), + [anon_sym_alias] = ACTIONS(706), + [anon_sym_let] = ACTIONS(706), + [anon_sym_let_DASHenv] = ACTIONS(706), + [anon_sym_mut] = ACTIONS(706), + [anon_sym_const] = ACTIONS(706), + [sym_cmd_identifier] = ACTIONS(706), + [anon_sym_SEMI] = ACTIONS(706), + [anon_sym_LF] = ACTIONS(708), + [anon_sym_def] = ACTIONS(706), + [anon_sym_def_DASHenv] = ACTIONS(706), + [anon_sym_export_DASHenv] = ACTIONS(706), + [anon_sym_extern] = ACTIONS(706), + [anon_sym_module] = ACTIONS(706), + [anon_sym_use] = ACTIONS(706), + [anon_sym_LBRACK] = ACTIONS(706), + [anon_sym_LPAREN] = ACTIONS(706), + [anon_sym_RPAREN] = ACTIONS(706), + [anon_sym_PIPE] = ACTIONS(706), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_error] = ACTIONS(706), + [anon_sym_GT] = ACTIONS(631), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(635), + [anon_sym_break] = ACTIONS(706), + [anon_sym_continue] = ACTIONS(706), + [anon_sym_for] = ACTIONS(706), + [anon_sym_in] = ACTIONS(637), + [anon_sym_loop] = ACTIONS(706), + [anon_sym_while] = ACTIONS(706), + [anon_sym_do] = ACTIONS(706), + [anon_sym_if] = ACTIONS(706), + [anon_sym_match] = ACTIONS(706), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_RBRACE] = ACTIONS(706), + [anon_sym_try] = ACTIONS(706), + [anon_sym_return] = ACTIONS(706), + [anon_sym_source] = ACTIONS(706), + [anon_sym_source_DASHenv] = ACTIONS(706), + [anon_sym_register] = ACTIONS(706), + [anon_sym_hide] = ACTIONS(706), + [anon_sym_hide_DASHenv] = ACTIONS(706), + [anon_sym_overlay] = ACTIONS(706), + [anon_sym_STAR] = ACTIONS(639), + [anon_sym_where] = ACTIONS(706), + [anon_sym_STAR_STAR] = ACTIONS(641), + [anon_sym_PLUS_PLUS] = ACTIONS(641), + [anon_sym_SLASH] = ACTIONS(639), + [anon_sym_mod] = ACTIONS(639), + [anon_sym_SLASH_SLASH] = ACTIONS(639), + [anon_sym_PLUS] = ACTIONS(635), + [anon_sym_bit_DASHshl] = ACTIONS(643), + [anon_sym_bit_DASHshr] = ACTIONS(643), + [anon_sym_EQ_EQ] = ACTIONS(631), + [anon_sym_BANG_EQ] = ACTIONS(631), + [anon_sym_LT2] = ACTIONS(631), + [anon_sym_LT_EQ] = ACTIONS(631), + [anon_sym_GT_EQ] = ACTIONS(631), + [anon_sym_not_DASHin] = ACTIONS(637), + [anon_sym_starts_DASHwith] = ACTIONS(637), + [anon_sym_ends_DASHwith] = ACTIONS(637), + [anon_sym_EQ_TILDE] = ACTIONS(645), + [anon_sym_BANG_TILDE] = ACTIONS(645), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(649), + [anon_sym_bit_DASHor] = ACTIONS(651), + [anon_sym_and] = ACTIONS(653), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(657), + [anon_sym_not] = ACTIONS(706), + [anon_sym_DOT_DOT_LT] = ACTIONS(706), + [anon_sym_DOT_DOT] = ACTIONS(706), + [anon_sym_DOT_DOT_EQ] = ACTIONS(706), + [sym_val_nothing] = ACTIONS(706), + [anon_sym_true] = ACTIONS(706), + [anon_sym_false] = ACTIONS(706), + [aux_sym_val_number_token1] = ACTIONS(706), + [aux_sym_val_number_token2] = ACTIONS(706), + [aux_sym_val_number_token3] = ACTIONS(706), + [aux_sym_val_number_token4] = ACTIONS(706), + [anon_sym_inf] = ACTIONS(706), + [anon_sym_DASHinf] = ACTIONS(706), + [anon_sym_NaN] = ACTIONS(706), + [anon_sym_0b] = ACTIONS(706), + [anon_sym_0o] = ACTIONS(706), + [anon_sym_0x] = ACTIONS(706), + [sym_val_date] = ACTIONS(706), + [anon_sym_DQUOTE] = ACTIONS(706), + [sym__str_single_quotes] = ACTIONS(706), + [sym__str_back_ticks] = ACTIONS(706), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(706), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(706), + [anon_sym_CARET] = ACTIONS(706), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [165] = { + [sym_cell_path] = STATE(278), + [sym_path] = STATE(150), + [sym_comment] = STATE(165), [ts_builtin_sym_end] = ACTIONS(599), [anon_sym_export] = ACTIONS(597), [anon_sym_alias] = ACTIONS(597), @@ -62777,7 +63082,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(597), [anon_sym_match] = ACTIONS(597), [anon_sym_LBRACE] = ACTIONS(597), - [anon_sym_DOT] = ACTIONS(617), + [anon_sym_DOT] = ACTIONS(661), [anon_sym_try] = ACTIONS(597), [anon_sym_return] = ACTIONS(597), [anon_sym_source] = ACTIONS(597), @@ -62839,111 +63144,406 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_short_flag] = ACTIONS(597), [anon_sym_POUND] = ACTIONS(3), }, - [163] = { - [sym_expr_parenthesized] = STATE(202), - [sym_val_number] = STATE(202), - [sym_comment] = STATE(163), - [anon_sym_export] = ACTIONS(702), - [anon_sym_alias] = ACTIONS(702), - [anon_sym_let] = ACTIONS(702), - [anon_sym_let_DASHenv] = ACTIONS(702), - [anon_sym_mut] = ACTIONS(702), - [anon_sym_const] = ACTIONS(702), - [sym_cmd_identifier] = ACTIONS(702), - [anon_sym_SEMI] = ACTIONS(702), - [anon_sym_LF] = ACTIONS(704), - [anon_sym_def] = ACTIONS(702), - [anon_sym_def_DASHenv] = ACTIONS(702), - [anon_sym_export_DASHenv] = ACTIONS(702), - [anon_sym_extern] = ACTIONS(702), - [anon_sym_module] = ACTIONS(702), - [anon_sym_use] = ACTIONS(702), - [anon_sym_LBRACK] = ACTIONS(702), - [anon_sym_LPAREN] = ACTIONS(706), - [anon_sym_RPAREN] = ACTIONS(702), - [anon_sym_PIPE] = ACTIONS(702), - [anon_sym_DOLLAR] = ACTIONS(702), - [anon_sym_error] = ACTIONS(702), - [anon_sym_GT] = ACTIONS(702), - [anon_sym_DASH_DASH] = ACTIONS(702), - [anon_sym_DASH] = ACTIONS(702), - [anon_sym_break] = ACTIONS(702), - [anon_sym_continue] = ACTIONS(702), - [anon_sym_for] = ACTIONS(702), - [anon_sym_in] = ACTIONS(702), - [anon_sym_loop] = ACTIONS(702), - [anon_sym_while] = ACTIONS(702), - [anon_sym_do] = ACTIONS(702), - [anon_sym_if] = ACTIONS(702), - [anon_sym_match] = ACTIONS(702), - [anon_sym_LBRACE] = ACTIONS(702), - [anon_sym_RBRACE] = ACTIONS(702), - [anon_sym_try] = ACTIONS(702), - [anon_sym_return] = ACTIONS(702), - [anon_sym_source] = ACTIONS(702), - [anon_sym_source_DASHenv] = ACTIONS(702), - [anon_sym_register] = ACTIONS(702), - [anon_sym_hide] = ACTIONS(702), - [anon_sym_hide_DASHenv] = ACTIONS(702), - [anon_sym_overlay] = ACTIONS(702), - [anon_sym_STAR] = ACTIONS(702), - [anon_sym_where] = ACTIONS(702), - [anon_sym_STAR_STAR] = ACTIONS(702), - [anon_sym_PLUS_PLUS] = ACTIONS(702), - [anon_sym_SLASH] = ACTIONS(702), - [anon_sym_mod] = ACTIONS(702), - [anon_sym_SLASH_SLASH] = ACTIONS(702), - [anon_sym_PLUS] = ACTIONS(702), - [anon_sym_bit_DASHshl] = ACTIONS(702), - [anon_sym_bit_DASHshr] = ACTIONS(702), - [anon_sym_EQ_EQ] = ACTIONS(702), - [anon_sym_BANG_EQ] = ACTIONS(702), - [anon_sym_LT2] = ACTIONS(702), - [anon_sym_LT_EQ] = ACTIONS(702), - [anon_sym_GT_EQ] = ACTIONS(702), - [anon_sym_not_DASHin] = ACTIONS(702), - [anon_sym_starts_DASHwith] = ACTIONS(702), - [anon_sym_ends_DASHwith] = ACTIONS(702), - [anon_sym_EQ_TILDE] = ACTIONS(702), - [anon_sym_BANG_TILDE] = ACTIONS(702), - [anon_sym_bit_DASHand] = ACTIONS(702), - [anon_sym_bit_DASHxor] = ACTIONS(702), - [anon_sym_bit_DASHor] = ACTIONS(702), - [anon_sym_and] = ACTIONS(702), - [anon_sym_xor] = ACTIONS(702), - [anon_sym_or] = ACTIONS(702), - [anon_sym_not] = ACTIONS(702), - [anon_sym_DOT_DOT_LT] = ACTIONS(702), - [anon_sym_DOT_DOT] = ACTIONS(702), - [anon_sym_DOT_DOT_EQ] = ACTIONS(702), - [sym_val_nothing] = ACTIONS(702), - [anon_sym_true] = ACTIONS(702), - [anon_sym_false] = ACTIONS(702), - [aux_sym_val_number_token1] = ACTIONS(708), - [aux_sym_val_number_token2] = ACTIONS(708), - [aux_sym_val_number_token3] = ACTIONS(708), - [aux_sym_val_number_token4] = ACTIONS(708), - [anon_sym_inf] = ACTIONS(708), - [anon_sym_DASHinf] = ACTIONS(708), - [anon_sym_NaN] = ACTIONS(708), - [anon_sym_0b] = ACTIONS(702), - [anon_sym_0o] = ACTIONS(702), - [anon_sym_0x] = ACTIONS(702), - [sym_val_date] = ACTIONS(702), - [anon_sym_DQUOTE] = ACTIONS(702), - [sym__str_single_quotes] = ACTIONS(702), - [sym__str_back_ticks] = ACTIONS(702), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(702), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(702), - [anon_sym_CARET] = ACTIONS(702), - [sym_short_flag] = ACTIONS(702), + [166] = { + [sym_comment] = STATE(166), + [ts_builtin_sym_end] = ACTIONS(619), + [anon_sym_export] = ACTIONS(617), + [anon_sym_alias] = ACTIONS(617), + [anon_sym_let] = ACTIONS(617), + [anon_sym_let_DASHenv] = ACTIONS(617), + [anon_sym_mut] = ACTIONS(617), + [anon_sym_const] = ACTIONS(617), + [sym_cmd_identifier] = ACTIONS(617), + [anon_sym_SEMI] = ACTIONS(617), + [anon_sym_LF] = ACTIONS(619), + [anon_sym_def] = ACTIONS(617), + [anon_sym_def_DASHenv] = ACTIONS(617), + [anon_sym_export_DASHenv] = ACTIONS(617), + [anon_sym_extern] = ACTIONS(617), + [anon_sym_module] = ACTIONS(617), + [anon_sym_use] = ACTIONS(617), + [anon_sym_LBRACK] = ACTIONS(617), + [anon_sym_LPAREN] = ACTIONS(617), + [anon_sym_PIPE] = ACTIONS(617), + [anon_sym_DOLLAR] = ACTIONS(617), + [anon_sym_error] = ACTIONS(617), + [anon_sym_GT] = ACTIONS(617), + [anon_sym_DASH_DASH] = ACTIONS(617), + [anon_sym_DASH] = ACTIONS(617), + [anon_sym_break] = ACTIONS(617), + [anon_sym_continue] = ACTIONS(617), + [anon_sym_for] = ACTIONS(617), + [anon_sym_in] = ACTIONS(617), + [anon_sym_loop] = ACTIONS(617), + [anon_sym_while] = ACTIONS(617), + [anon_sym_do] = ACTIONS(617), + [anon_sym_if] = ACTIONS(617), + [anon_sym_match] = ACTIONS(617), + [anon_sym_LBRACE] = ACTIONS(617), + [anon_sym_DOT] = ACTIONS(617), + [anon_sym_try] = ACTIONS(617), + [anon_sym_return] = ACTIONS(617), + [anon_sym_source] = ACTIONS(617), + [anon_sym_source_DASHenv] = ACTIONS(617), + [anon_sym_register] = ACTIONS(617), + [anon_sym_hide] = ACTIONS(617), + [anon_sym_hide_DASHenv] = ACTIONS(617), + [anon_sym_overlay] = ACTIONS(617), + [anon_sym_STAR] = ACTIONS(617), + [anon_sym_where] = ACTIONS(617), + [anon_sym_QMARK2] = ACTIONS(617), + [anon_sym_STAR_STAR] = ACTIONS(617), + [anon_sym_PLUS_PLUS] = ACTIONS(617), + [anon_sym_SLASH] = ACTIONS(617), + [anon_sym_mod] = ACTIONS(617), + [anon_sym_SLASH_SLASH] = ACTIONS(617), + [anon_sym_PLUS] = ACTIONS(617), + [anon_sym_bit_DASHshl] = ACTIONS(617), + [anon_sym_bit_DASHshr] = ACTIONS(617), + [anon_sym_EQ_EQ] = ACTIONS(617), + [anon_sym_BANG_EQ] = ACTIONS(617), + [anon_sym_LT2] = ACTIONS(617), + [anon_sym_LT_EQ] = ACTIONS(617), + [anon_sym_GT_EQ] = ACTIONS(617), + [anon_sym_not_DASHin] = ACTIONS(617), + [anon_sym_starts_DASHwith] = ACTIONS(617), + [anon_sym_ends_DASHwith] = ACTIONS(617), + [anon_sym_EQ_TILDE] = ACTIONS(617), + [anon_sym_BANG_TILDE] = ACTIONS(617), + [anon_sym_bit_DASHand] = ACTIONS(617), + [anon_sym_bit_DASHxor] = ACTIONS(617), + [anon_sym_bit_DASHor] = ACTIONS(617), + [anon_sym_and] = ACTIONS(617), + [anon_sym_xor] = ACTIONS(617), + [anon_sym_or] = ACTIONS(617), + [anon_sym_not] = ACTIONS(617), + [anon_sym_DOT_DOT_LT] = ACTIONS(617), + [anon_sym_DOT_DOT] = ACTIONS(617), + [anon_sym_DOT_DOT_EQ] = ACTIONS(617), + [sym_val_nothing] = ACTIONS(617), + [anon_sym_true] = ACTIONS(617), + [anon_sym_false] = ACTIONS(617), + [aux_sym_val_number_token1] = ACTIONS(617), + [aux_sym_val_number_token2] = ACTIONS(617), + [aux_sym_val_number_token3] = ACTIONS(617), + [aux_sym_val_number_token4] = ACTIONS(617), + [anon_sym_inf] = ACTIONS(617), + [anon_sym_DASHinf] = ACTIONS(617), + [anon_sym_NaN] = ACTIONS(617), + [anon_sym_0b] = ACTIONS(617), + [anon_sym_0o] = ACTIONS(617), + [anon_sym_0x] = ACTIONS(617), + [sym_val_date] = ACTIONS(617), + [anon_sym_DQUOTE] = ACTIONS(617), + [sym__str_single_quotes] = ACTIONS(617), + [sym__str_back_ticks] = ACTIONS(617), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(617), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(617), + [anon_sym_CARET] = ACTIONS(617), + [sym_short_flag] = ACTIONS(617), [anon_sym_POUND] = ACTIONS(3), }, - [164] = { - [sym_cell_path] = STATE(268), - [sym_path] = STATE(162), - [sym_comment] = STATE(164), - [ts_builtin_sym_end] = ACTIONS(607), + [167] = { + [sym_comment] = STATE(167), + [anon_sym_export] = ACTIONS(710), + [anon_sym_alias] = ACTIONS(710), + [anon_sym_let] = ACTIONS(710), + [anon_sym_let_DASHenv] = ACTIONS(710), + [anon_sym_mut] = ACTIONS(710), + [anon_sym_const] = ACTIONS(710), + [sym_cmd_identifier] = ACTIONS(710), + [anon_sym_SEMI] = ACTIONS(710), + [anon_sym_LF] = ACTIONS(712), + [anon_sym_def] = ACTIONS(710), + [anon_sym_def_DASHenv] = ACTIONS(710), + [anon_sym_export_DASHenv] = ACTIONS(710), + [anon_sym_extern] = ACTIONS(710), + [anon_sym_module] = ACTIONS(710), + [anon_sym_use] = ACTIONS(710), + [anon_sym_LBRACK] = ACTIONS(710), + [anon_sym_LPAREN] = ACTIONS(710), + [anon_sym_RPAREN] = ACTIONS(710), + [anon_sym_PIPE] = ACTIONS(710), + [anon_sym_DOLLAR] = ACTIONS(710), + [anon_sym_error] = ACTIONS(710), + [anon_sym_GT] = ACTIONS(710), + [anon_sym_DASH_DASH] = ACTIONS(710), + [anon_sym_DASH] = ACTIONS(710), + [anon_sym_break] = ACTIONS(710), + [anon_sym_continue] = ACTIONS(710), + [anon_sym_for] = ACTIONS(710), + [anon_sym_in] = ACTIONS(710), + [anon_sym_loop] = ACTIONS(710), + [anon_sym_while] = ACTIONS(710), + [anon_sym_do] = ACTIONS(710), + [anon_sym_if] = ACTIONS(710), + [anon_sym_match] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(710), + [anon_sym_RBRACE] = ACTIONS(710), + [anon_sym_DOT] = ACTIONS(710), + [anon_sym_try] = ACTIONS(710), + [anon_sym_return] = ACTIONS(710), + [anon_sym_source] = ACTIONS(710), + [anon_sym_source_DASHenv] = ACTIONS(710), + [anon_sym_register] = ACTIONS(710), + [anon_sym_hide] = ACTIONS(710), + [anon_sym_hide_DASHenv] = ACTIONS(710), + [anon_sym_overlay] = ACTIONS(710), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_where] = ACTIONS(710), + [anon_sym_STAR_STAR] = ACTIONS(710), + [anon_sym_PLUS_PLUS] = ACTIONS(710), + [anon_sym_SLASH] = ACTIONS(710), + [anon_sym_mod] = ACTIONS(710), + [anon_sym_SLASH_SLASH] = ACTIONS(710), + [anon_sym_PLUS] = ACTIONS(710), + [anon_sym_bit_DASHshl] = ACTIONS(710), + [anon_sym_bit_DASHshr] = ACTIONS(710), + [anon_sym_EQ_EQ] = ACTIONS(710), + [anon_sym_BANG_EQ] = ACTIONS(710), + [anon_sym_LT2] = ACTIONS(710), + [anon_sym_LT_EQ] = ACTIONS(710), + [anon_sym_GT_EQ] = ACTIONS(710), + [anon_sym_not_DASHin] = ACTIONS(710), + [anon_sym_starts_DASHwith] = ACTIONS(710), + [anon_sym_ends_DASHwith] = ACTIONS(710), + [anon_sym_EQ_TILDE] = ACTIONS(710), + [anon_sym_BANG_TILDE] = ACTIONS(710), + [anon_sym_bit_DASHand] = ACTIONS(710), + [anon_sym_bit_DASHxor] = ACTIONS(710), + [anon_sym_bit_DASHor] = ACTIONS(710), + [anon_sym_and] = ACTIONS(710), + [anon_sym_xor] = ACTIONS(710), + [anon_sym_or] = ACTIONS(710), + [anon_sym_not] = ACTIONS(710), + [anon_sym_DOT_DOT_LT] = ACTIONS(710), + [anon_sym_DOT_DOT] = ACTIONS(710), + [anon_sym_DOT_DOT_EQ] = ACTIONS(710), + [sym_val_nothing] = ACTIONS(710), + [anon_sym_true] = ACTIONS(710), + [anon_sym_false] = ACTIONS(710), + [aux_sym_val_number_token1] = ACTIONS(710), + [aux_sym_val_number_token2] = ACTIONS(710), + [aux_sym_val_number_token3] = ACTIONS(710), + [aux_sym_val_number_token4] = ACTIONS(710), + [anon_sym_inf] = ACTIONS(710), + [anon_sym_DASHinf] = ACTIONS(710), + [anon_sym_NaN] = ACTIONS(710), + [anon_sym_0b] = ACTIONS(710), + [anon_sym_0o] = ACTIONS(710), + [anon_sym_0x] = ACTIONS(710), + [sym_val_date] = ACTIONS(710), + [anon_sym_DQUOTE] = ACTIONS(710), + [sym__str_single_quotes] = ACTIONS(710), + [sym__str_back_ticks] = ACTIONS(710), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(710), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(710), + [anon_sym_CARET] = ACTIONS(710), + [sym_short_flag] = ACTIONS(710), + [anon_sym_POUND] = ACTIONS(3), + }, + [168] = { + [sym__flag] = STATE(646), + [sym_long_flag] = STATE(731), + [sym_comment] = STATE(168), + [ts_builtin_sym_end] = ACTIONS(629), + [anon_sym_export] = ACTIONS(627), + [anon_sym_alias] = ACTIONS(627), + [anon_sym_let] = ACTIONS(627), + [anon_sym_let_DASHenv] = ACTIONS(627), + [anon_sym_mut] = ACTIONS(627), + [anon_sym_const] = ACTIONS(627), + [sym_cmd_identifier] = ACTIONS(627), + [anon_sym_SEMI] = ACTIONS(627), + [anon_sym_LF] = ACTIONS(629), + [anon_sym_def] = ACTIONS(627), + [anon_sym_def_DASHenv] = ACTIONS(627), + [anon_sym_export_DASHenv] = ACTIONS(627), + [anon_sym_extern] = ACTIONS(627), + [anon_sym_module] = ACTIONS(627), + [anon_sym_use] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(627), + [anon_sym_LPAREN] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(627), + [anon_sym_DOLLAR] = ACTIONS(627), + [anon_sym_error] = ACTIONS(627), + [anon_sym_GT] = ACTIONS(714), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(718), + [anon_sym_break] = ACTIONS(627), + [anon_sym_continue] = ACTIONS(627), + [anon_sym_for] = ACTIONS(627), + [anon_sym_in] = ACTIONS(720), + [anon_sym_loop] = ACTIONS(627), + [anon_sym_while] = ACTIONS(627), + [anon_sym_do] = ACTIONS(627), + [anon_sym_if] = ACTIONS(627), + [anon_sym_match] = ACTIONS(627), + [anon_sym_LBRACE] = ACTIONS(627), + [anon_sym_try] = ACTIONS(627), + [anon_sym_return] = ACTIONS(627), + [anon_sym_source] = ACTIONS(627), + [anon_sym_source_DASHenv] = ACTIONS(627), + [anon_sym_register] = ACTIONS(627), + [anon_sym_hide] = ACTIONS(627), + [anon_sym_hide_DASHenv] = ACTIONS(627), + [anon_sym_overlay] = ACTIONS(627), + [anon_sym_STAR] = ACTIONS(722), + [anon_sym_where] = ACTIONS(627), + [anon_sym_STAR_STAR] = ACTIONS(724), + [anon_sym_PLUS_PLUS] = ACTIONS(724), + [anon_sym_SLASH] = ACTIONS(722), + [anon_sym_mod] = ACTIONS(722), + [anon_sym_SLASH_SLASH] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(718), + [anon_sym_bit_DASHshl] = ACTIONS(726), + [anon_sym_bit_DASHshr] = ACTIONS(726), + [anon_sym_EQ_EQ] = ACTIONS(714), + [anon_sym_BANG_EQ] = ACTIONS(714), + [anon_sym_LT2] = ACTIONS(714), + [anon_sym_LT_EQ] = ACTIONS(714), + [anon_sym_GT_EQ] = ACTIONS(714), + [anon_sym_not_DASHin] = ACTIONS(720), + [anon_sym_starts_DASHwith] = ACTIONS(720), + [anon_sym_ends_DASHwith] = ACTIONS(720), + [anon_sym_EQ_TILDE] = ACTIONS(728), + [anon_sym_BANG_TILDE] = ACTIONS(728), + [anon_sym_bit_DASHand] = ACTIONS(730), + [anon_sym_bit_DASHxor] = ACTIONS(732), + [anon_sym_bit_DASHor] = ACTIONS(734), + [anon_sym_and] = ACTIONS(736), + [anon_sym_xor] = ACTIONS(738), + [anon_sym_or] = ACTIONS(740), + [anon_sym_not] = ACTIONS(627), + [anon_sym_DOT_DOT_LT] = ACTIONS(627), + [anon_sym_DOT_DOT] = ACTIONS(627), + [anon_sym_DOT_DOT_EQ] = ACTIONS(627), + [sym_val_nothing] = ACTIONS(627), + [anon_sym_true] = ACTIONS(627), + [anon_sym_false] = ACTIONS(627), + [aux_sym_val_number_token1] = ACTIONS(627), + [aux_sym_val_number_token2] = ACTIONS(627), + [aux_sym_val_number_token3] = ACTIONS(627), + [aux_sym_val_number_token4] = ACTIONS(627), + [anon_sym_inf] = ACTIONS(627), + [anon_sym_DASHinf] = ACTIONS(627), + [anon_sym_NaN] = ACTIONS(627), + [anon_sym_0b] = ACTIONS(627), + [anon_sym_0o] = ACTIONS(627), + [anon_sym_0x] = ACTIONS(627), + [sym_val_date] = ACTIONS(627), + [anon_sym_DQUOTE] = ACTIONS(627), + [sym__str_single_quotes] = ACTIONS(627), + [sym__str_back_ticks] = ACTIONS(627), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(627), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(627), + [anon_sym_CARET] = ACTIONS(627), + [sym_short_flag] = ACTIONS(742), + [anon_sym_POUND] = ACTIONS(3), + }, + [169] = { + [sym__flag] = STATE(661), + [sym_long_flag] = STATE(731), + [sym_comment] = STATE(169), + [ts_builtin_sym_end] = ACTIONS(700), + [anon_sym_export] = ACTIONS(698), + [anon_sym_alias] = ACTIONS(698), + [anon_sym_let] = ACTIONS(698), + [anon_sym_let_DASHenv] = ACTIONS(698), + [anon_sym_mut] = ACTIONS(698), + [anon_sym_const] = ACTIONS(698), + [sym_cmd_identifier] = ACTIONS(698), + [anon_sym_SEMI] = ACTIONS(698), + [anon_sym_LF] = ACTIONS(700), + [anon_sym_def] = ACTIONS(698), + [anon_sym_def_DASHenv] = ACTIONS(698), + [anon_sym_export_DASHenv] = ACTIONS(698), + [anon_sym_extern] = ACTIONS(698), + [anon_sym_module] = ACTIONS(698), + [anon_sym_use] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(698), + [anon_sym_LPAREN] = ACTIONS(698), + [anon_sym_PIPE] = ACTIONS(698), + [anon_sym_DOLLAR] = ACTIONS(698), + [anon_sym_error] = ACTIONS(698), + [anon_sym_GT] = ACTIONS(714), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(718), + [anon_sym_break] = ACTIONS(698), + [anon_sym_continue] = ACTIONS(698), + [anon_sym_for] = ACTIONS(698), + [anon_sym_in] = ACTIONS(720), + [anon_sym_loop] = ACTIONS(698), + [anon_sym_while] = ACTIONS(698), + [anon_sym_do] = ACTIONS(698), + [anon_sym_if] = ACTIONS(698), + [anon_sym_match] = ACTIONS(698), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_try] = ACTIONS(698), + [anon_sym_return] = ACTIONS(698), + [anon_sym_source] = ACTIONS(698), + [anon_sym_source_DASHenv] = ACTIONS(698), + [anon_sym_register] = ACTIONS(698), + [anon_sym_hide] = ACTIONS(698), + [anon_sym_hide_DASHenv] = ACTIONS(698), + [anon_sym_overlay] = ACTIONS(698), + [anon_sym_STAR] = ACTIONS(722), + [anon_sym_where] = ACTIONS(698), + [anon_sym_STAR_STAR] = ACTIONS(724), + [anon_sym_PLUS_PLUS] = ACTIONS(724), + [anon_sym_SLASH] = ACTIONS(722), + [anon_sym_mod] = ACTIONS(722), + [anon_sym_SLASH_SLASH] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(718), + [anon_sym_bit_DASHshl] = ACTIONS(726), + [anon_sym_bit_DASHshr] = ACTIONS(726), + [anon_sym_EQ_EQ] = ACTIONS(714), + [anon_sym_BANG_EQ] = ACTIONS(714), + [anon_sym_LT2] = ACTIONS(714), + [anon_sym_LT_EQ] = ACTIONS(714), + [anon_sym_GT_EQ] = ACTIONS(714), + [anon_sym_not_DASHin] = ACTIONS(720), + [anon_sym_starts_DASHwith] = ACTIONS(720), + [anon_sym_ends_DASHwith] = ACTIONS(720), + [anon_sym_EQ_TILDE] = ACTIONS(728), + [anon_sym_BANG_TILDE] = ACTIONS(728), + [anon_sym_bit_DASHand] = ACTIONS(730), + [anon_sym_bit_DASHxor] = ACTIONS(732), + [anon_sym_bit_DASHor] = ACTIONS(734), + [anon_sym_and] = ACTIONS(736), + [anon_sym_xor] = ACTIONS(738), + [anon_sym_or] = ACTIONS(740), + [anon_sym_not] = ACTIONS(698), + [anon_sym_DOT_DOT_LT] = ACTIONS(698), + [anon_sym_DOT_DOT] = ACTIONS(698), + [anon_sym_DOT_DOT_EQ] = ACTIONS(698), + [sym_val_nothing] = ACTIONS(698), + [anon_sym_true] = ACTIONS(698), + [anon_sym_false] = ACTIONS(698), + [aux_sym_val_number_token1] = ACTIONS(698), + [aux_sym_val_number_token2] = ACTIONS(698), + [aux_sym_val_number_token3] = ACTIONS(698), + [aux_sym_val_number_token4] = ACTIONS(698), + [anon_sym_inf] = ACTIONS(698), + [anon_sym_DASHinf] = ACTIONS(698), + [anon_sym_NaN] = ACTIONS(698), + [anon_sym_0b] = ACTIONS(698), + [anon_sym_0o] = ACTIONS(698), + [anon_sym_0x] = ACTIONS(698), + [sym_val_date] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(698), + [sym__str_single_quotes] = ACTIONS(698), + [sym__str_back_ticks] = ACTIONS(698), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(698), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(698), + [anon_sym_CARET] = ACTIONS(698), + [sym_short_flag] = ACTIONS(742), + [anon_sym_POUND] = ACTIONS(3), + }, + [170] = { + [sym_path] = STATE(268), + [sym_comment] = STATE(170), + [aux_sym_cell_path_repeat1] = STATE(172), [anon_sym_export] = ACTIONS(605), [anon_sym_alias] = ACTIONS(605), [anon_sym_let] = ACTIONS(605), @@ -62961,11 +63561,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(605), [anon_sym_LBRACK] = ACTIONS(605), [anon_sym_LPAREN] = ACTIONS(605), + [anon_sym_RPAREN] = ACTIONS(605), [anon_sym_PIPE] = ACTIONS(605), [anon_sym_DOLLAR] = ACTIONS(605), [anon_sym_error] = ACTIONS(605), [anon_sym_GT] = ACTIONS(605), - [anon_sym_DASH_DASH] = ACTIONS(605), [anon_sym_DASH] = ACTIONS(605), [anon_sym_break] = ACTIONS(605), [anon_sym_continue] = ACTIONS(605), @@ -62977,7 +63577,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(605), [anon_sym_match] = ACTIONS(605), [anon_sym_LBRACE] = ACTIONS(605), - [anon_sym_DOT] = ACTIONS(617), + [anon_sym_RBRACE] = ACTIONS(605), + [anon_sym_DOT] = ACTIONS(744), [anon_sym_try] = ACTIONS(605), [anon_sym_return] = ACTIONS(605), [anon_sym_source] = ACTIONS(605), @@ -63036,14 +63637,309 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(605), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(605), [anon_sym_CARET] = ACTIONS(605), - [sym_short_flag] = ACTIONS(605), [anon_sym_POUND] = ACTIONS(3), }, - [165] = { - [sym_cell_path] = STATE(273), - [sym_path] = STATE(162), - [sym_comment] = STATE(165), - [ts_builtin_sym_end] = ACTIONS(603), + [171] = { + [sym_comment] = STATE(171), + [ts_builtin_sym_end] = ACTIONS(669), + [anon_sym_export] = ACTIONS(667), + [anon_sym_alias] = ACTIONS(667), + [anon_sym_let] = ACTIONS(667), + [anon_sym_let_DASHenv] = ACTIONS(667), + [anon_sym_mut] = ACTIONS(667), + [anon_sym_const] = ACTIONS(667), + [sym_cmd_identifier] = ACTIONS(667), + [anon_sym_SEMI] = ACTIONS(667), + [anon_sym_LF] = ACTIONS(669), + [anon_sym_def] = ACTIONS(667), + [anon_sym_def_DASHenv] = ACTIONS(667), + [anon_sym_export_DASHenv] = ACTIONS(667), + [anon_sym_extern] = ACTIONS(667), + [anon_sym_module] = ACTIONS(667), + [anon_sym_use] = ACTIONS(667), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_LPAREN] = ACTIONS(667), + [anon_sym_PIPE] = ACTIONS(667), + [anon_sym_DOLLAR] = ACTIONS(667), + [anon_sym_error] = ACTIONS(667), + [anon_sym_GT] = ACTIONS(667), + [anon_sym_DASH_DASH] = ACTIONS(667), + [anon_sym_DASH] = ACTIONS(667), + [anon_sym_break] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(667), + [anon_sym_for] = ACTIONS(667), + [anon_sym_in] = ACTIONS(667), + [anon_sym_loop] = ACTIONS(667), + [anon_sym_while] = ACTIONS(667), + [anon_sym_do] = ACTIONS(667), + [anon_sym_if] = ACTIONS(667), + [anon_sym_match] = ACTIONS(667), + [anon_sym_LBRACE] = ACTIONS(667), + [anon_sym_DOT] = ACTIONS(667), + [anon_sym_try] = ACTIONS(667), + [anon_sym_return] = ACTIONS(667), + [anon_sym_source] = ACTIONS(667), + [anon_sym_source_DASHenv] = ACTIONS(667), + [anon_sym_register] = ACTIONS(667), + [anon_sym_hide] = ACTIONS(667), + [anon_sym_hide_DASHenv] = ACTIONS(667), + [anon_sym_overlay] = ACTIONS(667), + [anon_sym_STAR] = ACTIONS(667), + [anon_sym_where] = ACTIONS(667), + [anon_sym_QMARK2] = ACTIONS(667), + [anon_sym_STAR_STAR] = ACTIONS(667), + [anon_sym_PLUS_PLUS] = ACTIONS(667), + [anon_sym_SLASH] = ACTIONS(667), + [anon_sym_mod] = ACTIONS(667), + [anon_sym_SLASH_SLASH] = ACTIONS(667), + [anon_sym_PLUS] = ACTIONS(667), + [anon_sym_bit_DASHshl] = ACTIONS(667), + [anon_sym_bit_DASHshr] = ACTIONS(667), + [anon_sym_EQ_EQ] = ACTIONS(667), + [anon_sym_BANG_EQ] = ACTIONS(667), + [anon_sym_LT2] = ACTIONS(667), + [anon_sym_LT_EQ] = ACTIONS(667), + [anon_sym_GT_EQ] = ACTIONS(667), + [anon_sym_not_DASHin] = ACTIONS(667), + [anon_sym_starts_DASHwith] = ACTIONS(667), + [anon_sym_ends_DASHwith] = ACTIONS(667), + [anon_sym_EQ_TILDE] = ACTIONS(667), + [anon_sym_BANG_TILDE] = ACTIONS(667), + [anon_sym_bit_DASHand] = ACTIONS(667), + [anon_sym_bit_DASHxor] = ACTIONS(667), + [anon_sym_bit_DASHor] = ACTIONS(667), + [anon_sym_and] = ACTIONS(667), + [anon_sym_xor] = ACTIONS(667), + [anon_sym_or] = ACTIONS(667), + [anon_sym_not] = ACTIONS(667), + [anon_sym_DOT_DOT_LT] = ACTIONS(667), + [anon_sym_DOT_DOT] = ACTIONS(667), + [anon_sym_DOT_DOT_EQ] = ACTIONS(667), + [sym_val_nothing] = ACTIONS(667), + [anon_sym_true] = ACTIONS(667), + [anon_sym_false] = ACTIONS(667), + [aux_sym_val_number_token1] = ACTIONS(667), + [aux_sym_val_number_token2] = ACTIONS(667), + [aux_sym_val_number_token3] = ACTIONS(667), + [aux_sym_val_number_token4] = ACTIONS(667), + [anon_sym_inf] = ACTIONS(667), + [anon_sym_DASHinf] = ACTIONS(667), + [anon_sym_NaN] = ACTIONS(667), + [anon_sym_0b] = ACTIONS(667), + [anon_sym_0o] = ACTIONS(667), + [anon_sym_0x] = ACTIONS(667), + [sym_val_date] = ACTIONS(667), + [anon_sym_DQUOTE] = ACTIONS(667), + [sym__str_single_quotes] = ACTIONS(667), + [sym__str_back_ticks] = ACTIONS(667), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(667), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(667), + [anon_sym_CARET] = ACTIONS(667), + [sym_short_flag] = ACTIONS(667), + [anon_sym_POUND] = ACTIONS(3), + }, + [172] = { + [sym_path] = STATE(268), + [sym_comment] = STATE(172), + [aux_sym_cell_path_repeat1] = STATE(173), + [anon_sym_export] = ACTIONS(581), + [anon_sym_alias] = ACTIONS(581), + [anon_sym_let] = ACTIONS(581), + [anon_sym_let_DASHenv] = ACTIONS(581), + [anon_sym_mut] = ACTIONS(581), + [anon_sym_const] = ACTIONS(581), + [sym_cmd_identifier] = ACTIONS(581), + [anon_sym_SEMI] = ACTIONS(581), + [anon_sym_LF] = ACTIONS(583), + [anon_sym_def] = ACTIONS(581), + [anon_sym_def_DASHenv] = ACTIONS(581), + [anon_sym_export_DASHenv] = ACTIONS(581), + [anon_sym_extern] = ACTIONS(581), + [anon_sym_module] = ACTIONS(581), + [anon_sym_use] = ACTIONS(581), + [anon_sym_LBRACK] = ACTIONS(581), + [anon_sym_LPAREN] = ACTIONS(581), + [anon_sym_RPAREN] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(581), + [anon_sym_error] = ACTIONS(581), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_break] = ACTIONS(581), + [anon_sym_continue] = ACTIONS(581), + [anon_sym_for] = ACTIONS(581), + [anon_sym_in] = ACTIONS(581), + [anon_sym_loop] = ACTIONS(581), + [anon_sym_while] = ACTIONS(581), + [anon_sym_do] = ACTIONS(581), + [anon_sym_if] = ACTIONS(581), + [anon_sym_match] = ACTIONS(581), + [anon_sym_LBRACE] = ACTIONS(581), + [anon_sym_RBRACE] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(744), + [anon_sym_try] = ACTIONS(581), + [anon_sym_return] = ACTIONS(581), + [anon_sym_source] = ACTIONS(581), + [anon_sym_source_DASHenv] = ACTIONS(581), + [anon_sym_register] = ACTIONS(581), + [anon_sym_hide] = ACTIONS(581), + [anon_sym_hide_DASHenv] = ACTIONS(581), + [anon_sym_overlay] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_where] = ACTIONS(581), + [anon_sym_STAR_STAR] = ACTIONS(581), + [anon_sym_PLUS_PLUS] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_mod] = ACTIONS(581), + [anon_sym_SLASH_SLASH] = ACTIONS(581), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_bit_DASHshl] = ACTIONS(581), + [anon_sym_bit_DASHshr] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(581), + [anon_sym_BANG_EQ] = ACTIONS(581), + [anon_sym_LT2] = ACTIONS(581), + [anon_sym_LT_EQ] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(581), + [anon_sym_not_DASHin] = ACTIONS(581), + [anon_sym_starts_DASHwith] = ACTIONS(581), + [anon_sym_ends_DASHwith] = ACTIONS(581), + [anon_sym_EQ_TILDE] = ACTIONS(581), + [anon_sym_BANG_TILDE] = ACTIONS(581), + [anon_sym_bit_DASHand] = ACTIONS(581), + [anon_sym_bit_DASHxor] = ACTIONS(581), + [anon_sym_bit_DASHor] = ACTIONS(581), + [anon_sym_and] = ACTIONS(581), + [anon_sym_xor] = ACTIONS(581), + [anon_sym_or] = ACTIONS(581), + [anon_sym_not] = ACTIONS(581), + [anon_sym_DOT_DOT_LT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_EQ] = ACTIONS(581), + [sym_val_nothing] = ACTIONS(581), + [anon_sym_true] = ACTIONS(581), + [anon_sym_false] = ACTIONS(581), + [aux_sym_val_number_token1] = ACTIONS(581), + [aux_sym_val_number_token2] = ACTIONS(581), + [aux_sym_val_number_token3] = ACTIONS(581), + [aux_sym_val_number_token4] = ACTIONS(581), + [anon_sym_inf] = ACTIONS(581), + [anon_sym_DASHinf] = ACTIONS(581), + [anon_sym_NaN] = ACTIONS(581), + [anon_sym_0b] = ACTIONS(581), + [anon_sym_0o] = ACTIONS(581), + [anon_sym_0x] = ACTIONS(581), + [sym_val_date] = ACTIONS(581), + [anon_sym_DQUOTE] = ACTIONS(581), + [sym__str_single_quotes] = ACTIONS(581), + [sym__str_back_ticks] = ACTIONS(581), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_POUND] = ACTIONS(3), + }, + [173] = { + [sym_path] = STATE(268), + [sym_comment] = STATE(173), + [aux_sym_cell_path_repeat1] = STATE(173), + [anon_sym_export] = ACTIONS(568), + [anon_sym_alias] = ACTIONS(568), + [anon_sym_let] = ACTIONS(568), + [anon_sym_let_DASHenv] = ACTIONS(568), + [anon_sym_mut] = ACTIONS(568), + [anon_sym_const] = ACTIONS(568), + [sym_cmd_identifier] = ACTIONS(568), + [anon_sym_SEMI] = ACTIONS(568), + [anon_sym_LF] = ACTIONS(570), + [anon_sym_def] = ACTIONS(568), + [anon_sym_def_DASHenv] = ACTIONS(568), + [anon_sym_export_DASHenv] = ACTIONS(568), + [anon_sym_extern] = ACTIONS(568), + [anon_sym_module] = ACTIONS(568), + [anon_sym_use] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(568), + [anon_sym_LPAREN] = ACTIONS(568), + [anon_sym_RPAREN] = ACTIONS(568), + [anon_sym_PIPE] = ACTIONS(568), + [anon_sym_DOLLAR] = ACTIONS(568), + [anon_sym_error] = ACTIONS(568), + [anon_sym_GT] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_break] = ACTIONS(568), + [anon_sym_continue] = ACTIONS(568), + [anon_sym_for] = ACTIONS(568), + [anon_sym_in] = ACTIONS(568), + [anon_sym_loop] = ACTIONS(568), + [anon_sym_while] = ACTIONS(568), + [anon_sym_do] = ACTIONS(568), + [anon_sym_if] = ACTIONS(568), + [anon_sym_match] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(568), + [anon_sym_RBRACE] = ACTIONS(568), + [anon_sym_DOT] = ACTIONS(746), + [anon_sym_try] = ACTIONS(568), + [anon_sym_return] = ACTIONS(568), + [anon_sym_source] = ACTIONS(568), + [anon_sym_source_DASHenv] = ACTIONS(568), + [anon_sym_register] = ACTIONS(568), + [anon_sym_hide] = ACTIONS(568), + [anon_sym_hide_DASHenv] = ACTIONS(568), + [anon_sym_overlay] = ACTIONS(568), + [anon_sym_STAR] = ACTIONS(568), + [anon_sym_where] = ACTIONS(568), + [anon_sym_STAR_STAR] = ACTIONS(568), + [anon_sym_PLUS_PLUS] = ACTIONS(568), + [anon_sym_SLASH] = ACTIONS(568), + [anon_sym_mod] = ACTIONS(568), + [anon_sym_SLASH_SLASH] = ACTIONS(568), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_bit_DASHshl] = ACTIONS(568), + [anon_sym_bit_DASHshr] = ACTIONS(568), + [anon_sym_EQ_EQ] = ACTIONS(568), + [anon_sym_BANG_EQ] = ACTIONS(568), + [anon_sym_LT2] = ACTIONS(568), + [anon_sym_LT_EQ] = ACTIONS(568), + [anon_sym_GT_EQ] = ACTIONS(568), + [anon_sym_not_DASHin] = ACTIONS(568), + [anon_sym_starts_DASHwith] = ACTIONS(568), + [anon_sym_ends_DASHwith] = ACTIONS(568), + [anon_sym_EQ_TILDE] = ACTIONS(568), + [anon_sym_BANG_TILDE] = ACTIONS(568), + [anon_sym_bit_DASHand] = ACTIONS(568), + [anon_sym_bit_DASHxor] = ACTIONS(568), + [anon_sym_bit_DASHor] = ACTIONS(568), + [anon_sym_and] = ACTIONS(568), + [anon_sym_xor] = ACTIONS(568), + [anon_sym_or] = ACTIONS(568), + [anon_sym_not] = ACTIONS(568), + [anon_sym_DOT_DOT_LT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(568), + [anon_sym_DOT_DOT_EQ] = ACTIONS(568), + [sym_val_nothing] = ACTIONS(568), + [anon_sym_true] = ACTIONS(568), + [anon_sym_false] = ACTIONS(568), + [aux_sym_val_number_token1] = ACTIONS(568), + [aux_sym_val_number_token2] = ACTIONS(568), + [aux_sym_val_number_token3] = ACTIONS(568), + [aux_sym_val_number_token4] = ACTIONS(568), + [anon_sym_inf] = ACTIONS(568), + [anon_sym_DASHinf] = ACTIONS(568), + [anon_sym_NaN] = ACTIONS(568), + [anon_sym_0b] = ACTIONS(568), + [anon_sym_0o] = ACTIONS(568), + [anon_sym_0x] = ACTIONS(568), + [sym_val_date] = ACTIONS(568), + [anon_sym_DQUOTE] = ACTIONS(568), + [sym__str_single_quotes] = ACTIONS(568), + [sym__str_back_ticks] = ACTIONS(568), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(568), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(568), + [anon_sym_CARET] = ACTIONS(568), + [anon_sym_POUND] = ACTIONS(3), + }, + [174] = { + [sym_cell_path] = STATE(314), + [sym_path] = STATE(170), + [sym_comment] = STATE(174), [anon_sym_export] = ACTIONS(601), [anon_sym_alias] = ACTIONS(601), [anon_sym_let] = ACTIONS(601), @@ -63061,11 +63957,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(601), [anon_sym_LBRACK] = ACTIONS(601), [anon_sym_LPAREN] = ACTIONS(601), + [anon_sym_RPAREN] = ACTIONS(601), [anon_sym_PIPE] = ACTIONS(601), [anon_sym_DOLLAR] = ACTIONS(601), [anon_sym_error] = ACTIONS(601), [anon_sym_GT] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(601), [anon_sym_DASH] = ACTIONS(601), [anon_sym_break] = ACTIONS(601), [anon_sym_continue] = ACTIONS(601), @@ -63077,7 +63973,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(601), [anon_sym_match] = ACTIONS(601), [anon_sym_LBRACE] = ACTIONS(601), - [anon_sym_DOT] = ACTIONS(617), + [anon_sym_RBRACE] = ACTIONS(601), + [anon_sym_DOT] = ACTIONS(744), [anon_sym_try] = ACTIONS(601), [anon_sym_return] = ACTIONS(601), [anon_sym_source] = ACTIONS(601), @@ -63136,1003 +64033,210 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(601), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(601), [anon_sym_CARET] = ACTIONS(601), - [sym_short_flag] = ACTIONS(601), - [anon_sym_POUND] = ACTIONS(3), - }, - [166] = { - [sym_cell_path] = STATE(329), - [sym_path] = STATE(173), - [sym_comment] = STATE(166), - [anon_sym_export] = ACTIONS(582), - [anon_sym_alias] = ACTIONS(582), - [anon_sym_let] = ACTIONS(582), - [anon_sym_let_DASHenv] = ACTIONS(582), - [anon_sym_mut] = ACTIONS(582), - [anon_sym_const] = ACTIONS(582), - [sym_cmd_identifier] = ACTIONS(582), - [anon_sym_SEMI] = ACTIONS(582), - [anon_sym_LF] = ACTIONS(584), - [anon_sym_def] = ACTIONS(582), - [anon_sym_def_DASHenv] = ACTIONS(582), - [anon_sym_export_DASHenv] = ACTIONS(582), - [anon_sym_extern] = ACTIONS(582), - [anon_sym_module] = ACTIONS(582), - [anon_sym_use] = ACTIONS(582), - [anon_sym_LBRACK] = ACTIONS(582), - [anon_sym_LPAREN] = ACTIONS(582), - [anon_sym_RPAREN] = ACTIONS(582), - [anon_sym_PIPE] = ACTIONS(582), - [anon_sym_DOLLAR] = ACTIONS(582), - [anon_sym_error] = ACTIONS(582), - [anon_sym_GT] = ACTIONS(582), - [anon_sym_DASH] = ACTIONS(582), - [anon_sym_break] = ACTIONS(582), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_for] = ACTIONS(582), - [anon_sym_in] = ACTIONS(582), - [anon_sym_loop] = ACTIONS(582), - [anon_sym_while] = ACTIONS(582), - [anon_sym_do] = ACTIONS(582), - [anon_sym_if] = ACTIONS(582), - [anon_sym_match] = ACTIONS(582), - [anon_sym_LBRACE] = ACTIONS(582), - [anon_sym_RBRACE] = ACTIONS(582), - [anon_sym_DOT] = ACTIONS(710), - [anon_sym_try] = ACTIONS(582), - [anon_sym_return] = ACTIONS(582), - [anon_sym_source] = ACTIONS(582), - [anon_sym_source_DASHenv] = ACTIONS(582), - [anon_sym_register] = ACTIONS(582), - [anon_sym_hide] = ACTIONS(582), - [anon_sym_hide_DASHenv] = ACTIONS(582), - [anon_sym_overlay] = ACTIONS(582), - [anon_sym_STAR] = ACTIONS(582), - [anon_sym_where] = ACTIONS(582), - [anon_sym_STAR_STAR] = ACTIONS(582), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_SLASH] = ACTIONS(582), - [anon_sym_mod] = ACTIONS(582), - [anon_sym_SLASH_SLASH] = ACTIONS(582), - [anon_sym_PLUS] = ACTIONS(582), - [anon_sym_bit_DASHshl] = ACTIONS(582), - [anon_sym_bit_DASHshr] = ACTIONS(582), - [anon_sym_EQ_EQ] = ACTIONS(582), - [anon_sym_BANG_EQ] = ACTIONS(582), - [anon_sym_LT2] = ACTIONS(582), - [anon_sym_LT_EQ] = ACTIONS(582), - [anon_sym_GT_EQ] = ACTIONS(582), - [anon_sym_not_DASHin] = ACTIONS(582), - [anon_sym_starts_DASHwith] = ACTIONS(582), - [anon_sym_ends_DASHwith] = ACTIONS(582), - [anon_sym_EQ_TILDE] = ACTIONS(582), - [anon_sym_BANG_TILDE] = ACTIONS(582), - [anon_sym_bit_DASHand] = ACTIONS(582), - [anon_sym_bit_DASHxor] = ACTIONS(582), - [anon_sym_bit_DASHor] = ACTIONS(582), - [anon_sym_and] = ACTIONS(582), - [anon_sym_xor] = ACTIONS(582), - [anon_sym_or] = ACTIONS(582), - [anon_sym_not] = ACTIONS(582), - [anon_sym_DOT_DOT_LT] = ACTIONS(582), - [anon_sym_DOT_DOT] = ACTIONS(582), - [anon_sym_DOT_DOT_EQ] = ACTIONS(582), - [sym_val_nothing] = ACTIONS(582), - [anon_sym_true] = ACTIONS(582), - [anon_sym_false] = ACTIONS(582), - [aux_sym_val_number_token1] = ACTIONS(582), - [aux_sym_val_number_token2] = ACTIONS(582), - [aux_sym_val_number_token3] = ACTIONS(582), - [aux_sym_val_number_token4] = ACTIONS(582), - [anon_sym_inf] = ACTIONS(582), - [anon_sym_DASHinf] = ACTIONS(582), - [anon_sym_NaN] = ACTIONS(582), - [anon_sym_0b] = ACTIONS(582), - [anon_sym_0o] = ACTIONS(582), - [anon_sym_0x] = ACTIONS(582), - [sym_val_date] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(582), - [sym__str_single_quotes] = ACTIONS(582), - [sym__str_back_ticks] = ACTIONS(582), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(582), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(582), - [anon_sym_CARET] = ACTIONS(582), [anon_sym_POUND] = ACTIONS(3), }, - [167] = { - [sym__flag] = STATE(664), - [sym_long_flag] = STATE(708), - [sym_comment] = STATE(167), - [ts_builtin_sym_end] = ACTIONS(684), - [anon_sym_export] = ACTIONS(682), - [anon_sym_alias] = ACTIONS(682), - [anon_sym_let] = ACTIONS(682), - [anon_sym_let_DASHenv] = ACTIONS(682), - [anon_sym_mut] = ACTIONS(682), - [anon_sym_const] = ACTIONS(682), - [sym_cmd_identifier] = ACTIONS(682), - [anon_sym_SEMI] = ACTIONS(682), - [anon_sym_LF] = ACTIONS(684), - [anon_sym_def] = ACTIONS(682), - [anon_sym_def_DASHenv] = ACTIONS(682), - [anon_sym_export_DASHenv] = ACTIONS(682), - [anon_sym_extern] = ACTIONS(682), - [anon_sym_module] = ACTIONS(682), - [anon_sym_use] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(682), - [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_PIPE] = ACTIONS(682), - [anon_sym_DOLLAR] = ACTIONS(682), - [anon_sym_error] = ACTIONS(682), - [anon_sym_GT] = ACTIONS(712), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(716), - [anon_sym_break] = ACTIONS(682), - [anon_sym_continue] = ACTIONS(682), - [anon_sym_for] = ACTIONS(682), - [anon_sym_in] = ACTIONS(718), - [anon_sym_loop] = ACTIONS(682), - [anon_sym_while] = ACTIONS(682), - [anon_sym_do] = ACTIONS(682), - [anon_sym_if] = ACTIONS(682), - [anon_sym_match] = ACTIONS(682), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_try] = ACTIONS(682), - [anon_sym_return] = ACTIONS(682), - [anon_sym_source] = ACTIONS(682), - [anon_sym_source_DASHenv] = ACTIONS(682), - [anon_sym_register] = ACTIONS(682), - [anon_sym_hide] = ACTIONS(682), - [anon_sym_hide_DASHenv] = ACTIONS(682), - [anon_sym_overlay] = ACTIONS(682), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_where] = ACTIONS(682), - [anon_sym_STAR_STAR] = ACTIONS(722), - [anon_sym_PLUS_PLUS] = ACTIONS(722), - [anon_sym_SLASH] = ACTIONS(720), - [anon_sym_mod] = ACTIONS(720), - [anon_sym_SLASH_SLASH] = ACTIONS(720), - [anon_sym_PLUS] = ACTIONS(716), - [anon_sym_bit_DASHshl] = ACTIONS(724), - [anon_sym_bit_DASHshr] = ACTIONS(724), - [anon_sym_EQ_EQ] = ACTIONS(712), - [anon_sym_BANG_EQ] = ACTIONS(712), - [anon_sym_LT2] = ACTIONS(712), - [anon_sym_LT_EQ] = ACTIONS(712), - [anon_sym_GT_EQ] = ACTIONS(712), - [anon_sym_not_DASHin] = ACTIONS(718), - [anon_sym_starts_DASHwith] = ACTIONS(718), - [anon_sym_ends_DASHwith] = ACTIONS(718), - [anon_sym_EQ_TILDE] = ACTIONS(726), - [anon_sym_BANG_TILDE] = ACTIONS(726), - [anon_sym_bit_DASHand] = ACTIONS(728), - [anon_sym_bit_DASHxor] = ACTIONS(730), - [anon_sym_bit_DASHor] = ACTIONS(732), - [anon_sym_and] = ACTIONS(734), - [anon_sym_xor] = ACTIONS(736), - [anon_sym_or] = ACTIONS(738), - [anon_sym_not] = ACTIONS(682), - [anon_sym_DOT_DOT_LT] = ACTIONS(682), - [anon_sym_DOT_DOT] = ACTIONS(682), - [anon_sym_DOT_DOT_EQ] = ACTIONS(682), - [sym_val_nothing] = ACTIONS(682), - [anon_sym_true] = ACTIONS(682), - [anon_sym_false] = ACTIONS(682), - [aux_sym_val_number_token1] = ACTIONS(682), - [aux_sym_val_number_token2] = ACTIONS(682), - [aux_sym_val_number_token3] = ACTIONS(682), - [aux_sym_val_number_token4] = ACTIONS(682), - [anon_sym_inf] = ACTIONS(682), - [anon_sym_DASHinf] = ACTIONS(682), - [anon_sym_NaN] = ACTIONS(682), - [anon_sym_0b] = ACTIONS(682), - [anon_sym_0o] = ACTIONS(682), - [anon_sym_0x] = ACTIONS(682), - [sym_val_date] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(682), - [sym__str_single_quotes] = ACTIONS(682), - [sym__str_back_ticks] = ACTIONS(682), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(682), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(682), - [anon_sym_CARET] = ACTIONS(682), - [sym_short_flag] = ACTIONS(740), + [175] = { + [sym_expr_parenthesized] = STATE(257), + [sym_val_number] = STATE(257), + [sym_comment] = STATE(175), + [ts_builtin_sym_end] = ACTIONS(673), + [anon_sym_export] = ACTIONS(671), + [anon_sym_alias] = ACTIONS(671), + [anon_sym_let] = ACTIONS(671), + [anon_sym_let_DASHenv] = ACTIONS(671), + [anon_sym_mut] = ACTIONS(671), + [anon_sym_const] = ACTIONS(671), + [sym_cmd_identifier] = ACTIONS(671), + [anon_sym_SEMI] = ACTIONS(671), + [anon_sym_LF] = ACTIONS(673), + [anon_sym_def] = ACTIONS(671), + [anon_sym_def_DASHenv] = ACTIONS(671), + [anon_sym_export_DASHenv] = ACTIONS(671), + [anon_sym_extern] = ACTIONS(671), + [anon_sym_module] = ACTIONS(671), + [anon_sym_use] = ACTIONS(671), + [anon_sym_LBRACK] = ACTIONS(671), + [anon_sym_LPAREN] = ACTIONS(749), + [anon_sym_PIPE] = ACTIONS(671), + [anon_sym_DOLLAR] = ACTIONS(671), + [anon_sym_error] = ACTIONS(671), + [anon_sym_GT] = ACTIONS(671), + [anon_sym_DASH_DASH] = ACTIONS(671), + [anon_sym_DASH] = ACTIONS(671), + [anon_sym_break] = ACTIONS(671), + [anon_sym_continue] = ACTIONS(671), + [anon_sym_for] = ACTIONS(671), + [anon_sym_in] = ACTIONS(671), + [anon_sym_loop] = ACTIONS(671), + [anon_sym_while] = ACTIONS(671), + [anon_sym_do] = ACTIONS(671), + [anon_sym_if] = ACTIONS(671), + [anon_sym_match] = ACTIONS(671), + [anon_sym_LBRACE] = ACTIONS(671), + [anon_sym_try] = ACTIONS(671), + [anon_sym_return] = ACTIONS(671), + [anon_sym_source] = ACTIONS(671), + [anon_sym_source_DASHenv] = ACTIONS(671), + [anon_sym_register] = ACTIONS(671), + [anon_sym_hide] = ACTIONS(671), + [anon_sym_hide_DASHenv] = ACTIONS(671), + [anon_sym_overlay] = ACTIONS(671), + [anon_sym_STAR] = ACTIONS(671), + [anon_sym_where] = ACTIONS(671), + [anon_sym_STAR_STAR] = ACTIONS(671), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_SLASH] = ACTIONS(671), + [anon_sym_mod] = ACTIONS(671), + [anon_sym_SLASH_SLASH] = ACTIONS(671), + [anon_sym_PLUS] = ACTIONS(671), + [anon_sym_bit_DASHshl] = ACTIONS(671), + [anon_sym_bit_DASHshr] = ACTIONS(671), + [anon_sym_EQ_EQ] = ACTIONS(671), + [anon_sym_BANG_EQ] = ACTIONS(671), + [anon_sym_LT2] = ACTIONS(671), + [anon_sym_LT_EQ] = ACTIONS(671), + [anon_sym_GT_EQ] = ACTIONS(671), + [anon_sym_not_DASHin] = ACTIONS(671), + [anon_sym_starts_DASHwith] = ACTIONS(671), + [anon_sym_ends_DASHwith] = ACTIONS(671), + [anon_sym_EQ_TILDE] = ACTIONS(671), + [anon_sym_BANG_TILDE] = ACTIONS(671), + [anon_sym_bit_DASHand] = ACTIONS(671), + [anon_sym_bit_DASHxor] = ACTIONS(671), + [anon_sym_bit_DASHor] = ACTIONS(671), + [anon_sym_and] = ACTIONS(671), + [anon_sym_xor] = ACTIONS(671), + [anon_sym_or] = ACTIONS(671), + [anon_sym_not] = ACTIONS(671), + [anon_sym_DOT_DOT_LT] = ACTIONS(671), + [anon_sym_DOT_DOT] = ACTIONS(671), + [anon_sym_DOT_DOT_EQ] = ACTIONS(671), + [sym_val_nothing] = ACTIONS(671), + [anon_sym_true] = ACTIONS(671), + [anon_sym_false] = ACTIONS(671), + [aux_sym_val_number_token1] = ACTIONS(751), + [aux_sym_val_number_token2] = ACTIONS(751), + [aux_sym_val_number_token3] = ACTIONS(751), + [aux_sym_val_number_token4] = ACTIONS(751), + [anon_sym_inf] = ACTIONS(751), + [anon_sym_DASHinf] = ACTIONS(751), + [anon_sym_NaN] = ACTIONS(751), + [anon_sym_0b] = ACTIONS(671), + [anon_sym_0o] = ACTIONS(671), + [anon_sym_0x] = ACTIONS(671), + [sym_val_date] = ACTIONS(671), + [anon_sym_DQUOTE] = ACTIONS(671), + [sym__str_single_quotes] = ACTIONS(671), + [sym__str_back_ticks] = ACTIONS(671), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(671), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(671), + [anon_sym_CARET] = ACTIONS(671), + [sym_short_flag] = ACTIONS(671), [anon_sym_POUND] = ACTIONS(3), }, - [168] = { - [sym_cell_path] = STATE(338), - [sym_path] = STATE(173), - [sym_comment] = STATE(168), - [anon_sym_export] = ACTIONS(609), - [anon_sym_alias] = ACTIONS(609), - [anon_sym_let] = ACTIONS(609), - [anon_sym_let_DASHenv] = ACTIONS(609), - [anon_sym_mut] = ACTIONS(609), - [anon_sym_const] = ACTIONS(609), - [sym_cmd_identifier] = ACTIONS(609), - [anon_sym_SEMI] = ACTIONS(609), - [anon_sym_LF] = ACTIONS(611), - [anon_sym_def] = ACTIONS(609), - [anon_sym_def_DASHenv] = ACTIONS(609), - [anon_sym_export_DASHenv] = ACTIONS(609), - [anon_sym_extern] = ACTIONS(609), - [anon_sym_module] = ACTIONS(609), - [anon_sym_use] = ACTIONS(609), - [anon_sym_LBRACK] = ACTIONS(609), - [anon_sym_LPAREN] = ACTIONS(609), - [anon_sym_RPAREN] = ACTIONS(609), - [anon_sym_PIPE] = ACTIONS(609), - [anon_sym_DOLLAR] = ACTIONS(609), - [anon_sym_error] = ACTIONS(609), - [anon_sym_GT] = ACTIONS(609), - [anon_sym_DASH] = ACTIONS(609), - [anon_sym_break] = ACTIONS(609), - [anon_sym_continue] = ACTIONS(609), - [anon_sym_for] = ACTIONS(609), - [anon_sym_in] = ACTIONS(609), - [anon_sym_loop] = ACTIONS(609), - [anon_sym_while] = ACTIONS(609), - [anon_sym_do] = ACTIONS(609), - [anon_sym_if] = ACTIONS(609), - [anon_sym_match] = ACTIONS(609), - [anon_sym_LBRACE] = ACTIONS(609), - [anon_sym_RBRACE] = ACTIONS(609), - [anon_sym_DOT] = ACTIONS(710), - [anon_sym_try] = ACTIONS(609), - [anon_sym_return] = ACTIONS(609), - [anon_sym_source] = ACTIONS(609), - [anon_sym_source_DASHenv] = ACTIONS(609), - [anon_sym_register] = ACTIONS(609), - [anon_sym_hide] = ACTIONS(609), - [anon_sym_hide_DASHenv] = ACTIONS(609), - [anon_sym_overlay] = ACTIONS(609), - [anon_sym_STAR] = ACTIONS(609), - [anon_sym_where] = ACTIONS(609), - [anon_sym_STAR_STAR] = ACTIONS(609), - [anon_sym_PLUS_PLUS] = ACTIONS(609), - [anon_sym_SLASH] = ACTIONS(609), - [anon_sym_mod] = ACTIONS(609), - [anon_sym_SLASH_SLASH] = ACTIONS(609), - [anon_sym_PLUS] = ACTIONS(609), - [anon_sym_bit_DASHshl] = ACTIONS(609), - [anon_sym_bit_DASHshr] = ACTIONS(609), - [anon_sym_EQ_EQ] = ACTIONS(609), - [anon_sym_BANG_EQ] = ACTIONS(609), - [anon_sym_LT2] = ACTIONS(609), - [anon_sym_LT_EQ] = ACTIONS(609), - [anon_sym_GT_EQ] = ACTIONS(609), - [anon_sym_not_DASHin] = ACTIONS(609), - [anon_sym_starts_DASHwith] = ACTIONS(609), - [anon_sym_ends_DASHwith] = ACTIONS(609), - [anon_sym_EQ_TILDE] = ACTIONS(609), - [anon_sym_BANG_TILDE] = ACTIONS(609), - [anon_sym_bit_DASHand] = ACTIONS(609), - [anon_sym_bit_DASHxor] = ACTIONS(609), - [anon_sym_bit_DASHor] = ACTIONS(609), - [anon_sym_and] = ACTIONS(609), - [anon_sym_xor] = ACTIONS(609), - [anon_sym_or] = ACTIONS(609), - [anon_sym_not] = ACTIONS(609), - [anon_sym_DOT_DOT_LT] = ACTIONS(609), - [anon_sym_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [sym_val_nothing] = ACTIONS(609), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [aux_sym_val_number_token1] = ACTIONS(609), - [aux_sym_val_number_token2] = ACTIONS(609), - [aux_sym_val_number_token3] = ACTIONS(609), - [aux_sym_val_number_token4] = ACTIONS(609), - [anon_sym_inf] = ACTIONS(609), - [anon_sym_DASHinf] = ACTIONS(609), - [anon_sym_NaN] = ACTIONS(609), - [anon_sym_0b] = ACTIONS(609), - [anon_sym_0o] = ACTIONS(609), - [anon_sym_0x] = ACTIONS(609), - [sym_val_date] = ACTIONS(609), - [anon_sym_DQUOTE] = ACTIONS(609), - [sym__str_single_quotes] = ACTIONS(609), - [sym__str_back_ticks] = ACTIONS(609), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(609), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(609), - [anon_sym_CARET] = ACTIONS(609), + [176] = { + [sym_cell_path] = STATE(310), + [sym_path] = STATE(170), + [sym_comment] = STATE(176), + [anon_sym_export] = ACTIONS(589), + [anon_sym_alias] = ACTIONS(589), + [anon_sym_let] = ACTIONS(589), + [anon_sym_let_DASHenv] = ACTIONS(589), + [anon_sym_mut] = ACTIONS(589), + [anon_sym_const] = ACTIONS(589), + [sym_cmd_identifier] = ACTIONS(589), + [anon_sym_SEMI] = ACTIONS(589), + [anon_sym_LF] = ACTIONS(591), + [anon_sym_def] = ACTIONS(589), + [anon_sym_def_DASHenv] = ACTIONS(589), + [anon_sym_export_DASHenv] = ACTIONS(589), + [anon_sym_extern] = ACTIONS(589), + [anon_sym_module] = ACTIONS(589), + [anon_sym_use] = ACTIONS(589), + [anon_sym_LBRACK] = ACTIONS(589), + [anon_sym_LPAREN] = ACTIONS(589), + [anon_sym_RPAREN] = ACTIONS(589), + [anon_sym_PIPE] = ACTIONS(589), + [anon_sym_DOLLAR] = ACTIONS(589), + [anon_sym_error] = ACTIONS(589), + [anon_sym_GT] = ACTIONS(589), + [anon_sym_DASH] = ACTIONS(589), + [anon_sym_break] = ACTIONS(589), + [anon_sym_continue] = ACTIONS(589), + [anon_sym_for] = ACTIONS(589), + [anon_sym_in] = ACTIONS(589), + [anon_sym_loop] = ACTIONS(589), + [anon_sym_while] = ACTIONS(589), + [anon_sym_do] = ACTIONS(589), + [anon_sym_if] = ACTIONS(589), + [anon_sym_match] = ACTIONS(589), + [anon_sym_LBRACE] = ACTIONS(589), + [anon_sym_RBRACE] = ACTIONS(589), + [anon_sym_DOT] = ACTIONS(744), + [anon_sym_try] = ACTIONS(589), + [anon_sym_return] = ACTIONS(589), + [anon_sym_source] = ACTIONS(589), + [anon_sym_source_DASHenv] = ACTIONS(589), + [anon_sym_register] = ACTIONS(589), + [anon_sym_hide] = ACTIONS(589), + [anon_sym_hide_DASHenv] = ACTIONS(589), + [anon_sym_overlay] = ACTIONS(589), + [anon_sym_STAR] = ACTIONS(589), + [anon_sym_where] = ACTIONS(589), + [anon_sym_STAR_STAR] = ACTIONS(589), + [anon_sym_PLUS_PLUS] = ACTIONS(589), + [anon_sym_SLASH] = ACTIONS(589), + [anon_sym_mod] = ACTIONS(589), + [anon_sym_SLASH_SLASH] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(589), + [anon_sym_bit_DASHshl] = ACTIONS(589), + [anon_sym_bit_DASHshr] = ACTIONS(589), + [anon_sym_EQ_EQ] = ACTIONS(589), + [anon_sym_BANG_EQ] = ACTIONS(589), + [anon_sym_LT2] = ACTIONS(589), + [anon_sym_LT_EQ] = ACTIONS(589), + [anon_sym_GT_EQ] = ACTIONS(589), + [anon_sym_not_DASHin] = ACTIONS(589), + [anon_sym_starts_DASHwith] = ACTIONS(589), + [anon_sym_ends_DASHwith] = ACTIONS(589), + [anon_sym_EQ_TILDE] = ACTIONS(589), + [anon_sym_BANG_TILDE] = ACTIONS(589), + [anon_sym_bit_DASHand] = ACTIONS(589), + [anon_sym_bit_DASHxor] = ACTIONS(589), + [anon_sym_bit_DASHor] = ACTIONS(589), + [anon_sym_and] = ACTIONS(589), + [anon_sym_xor] = ACTIONS(589), + [anon_sym_or] = ACTIONS(589), + [anon_sym_not] = ACTIONS(589), + [anon_sym_DOT_DOT_LT] = ACTIONS(589), + [anon_sym_DOT_DOT] = ACTIONS(589), + [anon_sym_DOT_DOT_EQ] = ACTIONS(589), + [sym_val_nothing] = ACTIONS(589), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), + [aux_sym_val_number_token1] = ACTIONS(589), + [aux_sym_val_number_token2] = ACTIONS(589), + [aux_sym_val_number_token3] = ACTIONS(589), + [aux_sym_val_number_token4] = ACTIONS(589), + [anon_sym_inf] = ACTIONS(589), + [anon_sym_DASHinf] = ACTIONS(589), + [anon_sym_NaN] = ACTIONS(589), + [anon_sym_0b] = ACTIONS(589), + [anon_sym_0o] = ACTIONS(589), + [anon_sym_0x] = ACTIONS(589), + [sym_val_date] = ACTIONS(589), + [anon_sym_DQUOTE] = ACTIONS(589), + [sym__str_single_quotes] = ACTIONS(589), + [sym__str_back_ticks] = ACTIONS(589), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(589), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(589), + [anon_sym_CARET] = ACTIONS(589), [anon_sym_POUND] = ACTIONS(3), }, - [169] = { - [sym_expr_parenthesized] = STATE(299), - [sym_val_number] = STATE(299), - [sym_comment] = STATE(169), - [ts_builtin_sym_end] = ACTIONS(704), - [anon_sym_export] = ACTIONS(702), - [anon_sym_alias] = ACTIONS(702), - [anon_sym_let] = ACTIONS(702), - [anon_sym_let_DASHenv] = ACTIONS(702), - [anon_sym_mut] = ACTIONS(702), - [anon_sym_const] = ACTIONS(702), - [sym_cmd_identifier] = ACTIONS(702), - [anon_sym_SEMI] = ACTIONS(702), - [anon_sym_LF] = ACTIONS(704), - [anon_sym_def] = ACTIONS(702), - [anon_sym_def_DASHenv] = ACTIONS(702), - [anon_sym_export_DASHenv] = ACTIONS(702), - [anon_sym_extern] = ACTIONS(702), - [anon_sym_module] = ACTIONS(702), - [anon_sym_use] = ACTIONS(702), - [anon_sym_LBRACK] = ACTIONS(702), - [anon_sym_LPAREN] = ACTIONS(742), - [anon_sym_PIPE] = ACTIONS(702), - [anon_sym_DOLLAR] = ACTIONS(702), - [anon_sym_error] = ACTIONS(702), - [anon_sym_GT] = ACTIONS(702), - [anon_sym_DASH_DASH] = ACTIONS(702), - [anon_sym_DASH] = ACTIONS(702), - [anon_sym_break] = ACTIONS(702), - [anon_sym_continue] = ACTIONS(702), - [anon_sym_for] = ACTIONS(702), - [anon_sym_in] = ACTIONS(702), - [anon_sym_loop] = ACTIONS(702), - [anon_sym_while] = ACTIONS(702), - [anon_sym_do] = ACTIONS(702), - [anon_sym_if] = ACTIONS(702), - [anon_sym_match] = ACTIONS(702), - [anon_sym_LBRACE] = ACTIONS(702), - [anon_sym_try] = ACTIONS(702), - [anon_sym_return] = ACTIONS(702), - [anon_sym_source] = ACTIONS(702), - [anon_sym_source_DASHenv] = ACTIONS(702), - [anon_sym_register] = ACTIONS(702), - [anon_sym_hide] = ACTIONS(702), - [anon_sym_hide_DASHenv] = ACTIONS(702), - [anon_sym_overlay] = ACTIONS(702), - [anon_sym_STAR] = ACTIONS(702), - [anon_sym_where] = ACTIONS(702), - [anon_sym_STAR_STAR] = ACTIONS(702), - [anon_sym_PLUS_PLUS] = ACTIONS(702), - [anon_sym_SLASH] = ACTIONS(702), - [anon_sym_mod] = ACTIONS(702), - [anon_sym_SLASH_SLASH] = ACTIONS(702), - [anon_sym_PLUS] = ACTIONS(702), - [anon_sym_bit_DASHshl] = ACTIONS(702), - [anon_sym_bit_DASHshr] = ACTIONS(702), - [anon_sym_EQ_EQ] = ACTIONS(702), - [anon_sym_BANG_EQ] = ACTIONS(702), - [anon_sym_LT2] = ACTIONS(702), - [anon_sym_LT_EQ] = ACTIONS(702), - [anon_sym_GT_EQ] = ACTIONS(702), - [anon_sym_not_DASHin] = ACTIONS(702), - [anon_sym_starts_DASHwith] = ACTIONS(702), - [anon_sym_ends_DASHwith] = ACTIONS(702), - [anon_sym_EQ_TILDE] = ACTIONS(702), - [anon_sym_BANG_TILDE] = ACTIONS(702), - [anon_sym_bit_DASHand] = ACTIONS(702), - [anon_sym_bit_DASHxor] = ACTIONS(702), - [anon_sym_bit_DASHor] = ACTIONS(702), - [anon_sym_and] = ACTIONS(702), - [anon_sym_xor] = ACTIONS(702), - [anon_sym_or] = ACTIONS(702), - [anon_sym_not] = ACTIONS(702), - [anon_sym_DOT_DOT_LT] = ACTIONS(702), - [anon_sym_DOT_DOT] = ACTIONS(702), - [anon_sym_DOT_DOT_EQ] = ACTIONS(702), - [sym_val_nothing] = ACTIONS(702), - [anon_sym_true] = ACTIONS(702), - [anon_sym_false] = ACTIONS(702), - [aux_sym_val_number_token1] = ACTIONS(744), - [aux_sym_val_number_token2] = ACTIONS(744), - [aux_sym_val_number_token3] = ACTIONS(744), - [aux_sym_val_number_token4] = ACTIONS(744), - [anon_sym_inf] = ACTIONS(744), - [anon_sym_DASHinf] = ACTIONS(744), - [anon_sym_NaN] = ACTIONS(744), - [anon_sym_0b] = ACTIONS(702), - [anon_sym_0o] = ACTIONS(702), - [anon_sym_0x] = ACTIONS(702), - [sym_val_date] = ACTIONS(702), - [anon_sym_DQUOTE] = ACTIONS(702), - [sym__str_single_quotes] = ACTIONS(702), - [sym__str_back_ticks] = ACTIONS(702), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(702), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(702), - [anon_sym_CARET] = ACTIONS(702), - [sym_short_flag] = ACTIONS(702), - [anon_sym_POUND] = ACTIONS(3), - }, - [170] = { - [sym__flag] = STATE(678), - [sym_long_flag] = STATE(708), - [sym_comment] = STATE(170), - [ts_builtin_sym_end] = ACTIONS(621), - [anon_sym_export] = ACTIONS(619), - [anon_sym_alias] = ACTIONS(619), - [anon_sym_let] = ACTIONS(619), - [anon_sym_let_DASHenv] = ACTIONS(619), - [anon_sym_mut] = ACTIONS(619), - [anon_sym_const] = ACTIONS(619), - [sym_cmd_identifier] = ACTIONS(619), - [anon_sym_SEMI] = ACTIONS(619), - [anon_sym_LF] = ACTIONS(621), - [anon_sym_def] = ACTIONS(619), - [anon_sym_def_DASHenv] = ACTIONS(619), - [anon_sym_export_DASHenv] = ACTIONS(619), - [anon_sym_extern] = ACTIONS(619), - [anon_sym_module] = ACTIONS(619), - [anon_sym_use] = ACTIONS(619), - [anon_sym_LBRACK] = ACTIONS(619), - [anon_sym_LPAREN] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(619), - [anon_sym_error] = ACTIONS(619), - [anon_sym_GT] = ACTIONS(712), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(716), - [anon_sym_break] = ACTIONS(619), - [anon_sym_continue] = ACTIONS(619), - [anon_sym_for] = ACTIONS(619), - [anon_sym_in] = ACTIONS(718), - [anon_sym_loop] = ACTIONS(619), - [anon_sym_while] = ACTIONS(619), - [anon_sym_do] = ACTIONS(619), - [anon_sym_if] = ACTIONS(619), - [anon_sym_match] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_try] = ACTIONS(619), - [anon_sym_return] = ACTIONS(619), - [anon_sym_source] = ACTIONS(619), - [anon_sym_source_DASHenv] = ACTIONS(619), - [anon_sym_register] = ACTIONS(619), - [anon_sym_hide] = ACTIONS(619), - [anon_sym_hide_DASHenv] = ACTIONS(619), - [anon_sym_overlay] = ACTIONS(619), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_where] = ACTIONS(619), - [anon_sym_STAR_STAR] = ACTIONS(722), - [anon_sym_PLUS_PLUS] = ACTIONS(722), - [anon_sym_SLASH] = ACTIONS(720), - [anon_sym_mod] = ACTIONS(720), - [anon_sym_SLASH_SLASH] = ACTIONS(720), - [anon_sym_PLUS] = ACTIONS(716), - [anon_sym_bit_DASHshl] = ACTIONS(724), - [anon_sym_bit_DASHshr] = ACTIONS(724), - [anon_sym_EQ_EQ] = ACTIONS(712), - [anon_sym_BANG_EQ] = ACTIONS(712), - [anon_sym_LT2] = ACTIONS(712), - [anon_sym_LT_EQ] = ACTIONS(712), - [anon_sym_GT_EQ] = ACTIONS(712), - [anon_sym_not_DASHin] = ACTIONS(718), - [anon_sym_starts_DASHwith] = ACTIONS(718), - [anon_sym_ends_DASHwith] = ACTIONS(718), - [anon_sym_EQ_TILDE] = ACTIONS(726), - [anon_sym_BANG_TILDE] = ACTIONS(726), - [anon_sym_bit_DASHand] = ACTIONS(728), - [anon_sym_bit_DASHxor] = ACTIONS(730), - [anon_sym_bit_DASHor] = ACTIONS(732), - [anon_sym_and] = ACTIONS(734), - [anon_sym_xor] = ACTIONS(736), - [anon_sym_or] = ACTIONS(738), - [anon_sym_not] = ACTIONS(619), - [anon_sym_DOT_DOT_LT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_EQ] = ACTIONS(619), - [sym_val_nothing] = ACTIONS(619), - [anon_sym_true] = ACTIONS(619), - [anon_sym_false] = ACTIONS(619), - [aux_sym_val_number_token1] = ACTIONS(619), - [aux_sym_val_number_token2] = ACTIONS(619), - [aux_sym_val_number_token3] = ACTIONS(619), - [aux_sym_val_number_token4] = ACTIONS(619), - [anon_sym_inf] = ACTIONS(619), - [anon_sym_DASHinf] = ACTIONS(619), - [anon_sym_NaN] = ACTIONS(619), - [anon_sym_0b] = ACTIONS(619), - [anon_sym_0o] = ACTIONS(619), - [anon_sym_0x] = ACTIONS(619), - [sym_val_date] = ACTIONS(619), - [anon_sym_DQUOTE] = ACTIONS(619), - [sym__str_single_quotes] = ACTIONS(619), - [sym__str_back_ticks] = ACTIONS(619), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [sym_short_flag] = ACTIONS(740), - [anon_sym_POUND] = ACTIONS(3), - }, - [171] = { - [sym_cell_path] = STATE(326), - [sym_path] = STATE(173), - [sym_comment] = STATE(171), - [anon_sym_export] = ACTIONS(574), - [anon_sym_alias] = ACTIONS(574), - [anon_sym_let] = ACTIONS(574), - [anon_sym_let_DASHenv] = ACTIONS(574), - [anon_sym_mut] = ACTIONS(574), - [anon_sym_const] = ACTIONS(574), - [sym_cmd_identifier] = ACTIONS(574), - [anon_sym_SEMI] = ACTIONS(574), - [anon_sym_LF] = ACTIONS(576), - [anon_sym_def] = ACTIONS(574), - [anon_sym_def_DASHenv] = ACTIONS(574), - [anon_sym_export_DASHenv] = ACTIONS(574), - [anon_sym_extern] = ACTIONS(574), - [anon_sym_module] = ACTIONS(574), - [anon_sym_use] = ACTIONS(574), - [anon_sym_LBRACK] = ACTIONS(574), - [anon_sym_LPAREN] = ACTIONS(574), - [anon_sym_RPAREN] = ACTIONS(574), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_DOLLAR] = ACTIONS(574), - [anon_sym_error] = ACTIONS(574), - [anon_sym_GT] = ACTIONS(574), - [anon_sym_DASH] = ACTIONS(574), - [anon_sym_break] = ACTIONS(574), - [anon_sym_continue] = ACTIONS(574), - [anon_sym_for] = ACTIONS(574), - [anon_sym_in] = ACTIONS(574), - [anon_sym_loop] = ACTIONS(574), - [anon_sym_while] = ACTIONS(574), - [anon_sym_do] = ACTIONS(574), - [anon_sym_if] = ACTIONS(574), - [anon_sym_match] = ACTIONS(574), - [anon_sym_LBRACE] = ACTIONS(574), - [anon_sym_RBRACE] = ACTIONS(574), - [anon_sym_DOT] = ACTIONS(710), - [anon_sym_try] = ACTIONS(574), - [anon_sym_return] = ACTIONS(574), - [anon_sym_source] = ACTIONS(574), - [anon_sym_source_DASHenv] = ACTIONS(574), - [anon_sym_register] = ACTIONS(574), - [anon_sym_hide] = ACTIONS(574), - [anon_sym_hide_DASHenv] = ACTIONS(574), - [anon_sym_overlay] = ACTIONS(574), - [anon_sym_STAR] = ACTIONS(574), - [anon_sym_where] = ACTIONS(574), - [anon_sym_STAR_STAR] = ACTIONS(574), - [anon_sym_PLUS_PLUS] = ACTIONS(574), - [anon_sym_SLASH] = ACTIONS(574), - [anon_sym_mod] = ACTIONS(574), - [anon_sym_SLASH_SLASH] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(574), - [anon_sym_bit_DASHshl] = ACTIONS(574), - [anon_sym_bit_DASHshr] = ACTIONS(574), - [anon_sym_EQ_EQ] = ACTIONS(574), - [anon_sym_BANG_EQ] = ACTIONS(574), - [anon_sym_LT2] = ACTIONS(574), - [anon_sym_LT_EQ] = ACTIONS(574), - [anon_sym_GT_EQ] = ACTIONS(574), - [anon_sym_not_DASHin] = ACTIONS(574), - [anon_sym_starts_DASHwith] = ACTIONS(574), - [anon_sym_ends_DASHwith] = ACTIONS(574), - [anon_sym_EQ_TILDE] = ACTIONS(574), - [anon_sym_BANG_TILDE] = ACTIONS(574), - [anon_sym_bit_DASHand] = ACTIONS(574), - [anon_sym_bit_DASHxor] = ACTIONS(574), - [anon_sym_bit_DASHor] = ACTIONS(574), - [anon_sym_and] = ACTIONS(574), - [anon_sym_xor] = ACTIONS(574), - [anon_sym_or] = ACTIONS(574), - [anon_sym_not] = ACTIONS(574), - [anon_sym_DOT_DOT_LT] = ACTIONS(574), - [anon_sym_DOT_DOT] = ACTIONS(574), - [anon_sym_DOT_DOT_EQ] = ACTIONS(574), - [sym_val_nothing] = ACTIONS(574), - [anon_sym_true] = ACTIONS(574), - [anon_sym_false] = ACTIONS(574), - [aux_sym_val_number_token1] = ACTIONS(574), - [aux_sym_val_number_token2] = ACTIONS(574), - [aux_sym_val_number_token3] = ACTIONS(574), - [aux_sym_val_number_token4] = ACTIONS(574), - [anon_sym_inf] = ACTIONS(574), - [anon_sym_DASHinf] = ACTIONS(574), - [anon_sym_NaN] = ACTIONS(574), - [anon_sym_0b] = ACTIONS(574), - [anon_sym_0o] = ACTIONS(574), - [anon_sym_0x] = ACTIONS(574), - [sym_val_date] = ACTIONS(574), - [anon_sym_DQUOTE] = ACTIONS(574), - [sym__str_single_quotes] = ACTIONS(574), - [sym__str_back_ticks] = ACTIONS(574), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(574), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(574), - [anon_sym_CARET] = ACTIONS(574), - [anon_sym_POUND] = ACTIONS(3), - }, - [172] = { - [sym_cell_path] = STATE(335), - [sym_path] = STATE(173), - [sym_comment] = STATE(172), - [anon_sym_export] = ACTIONS(605), - [anon_sym_alias] = ACTIONS(605), - [anon_sym_let] = ACTIONS(605), - [anon_sym_let_DASHenv] = ACTIONS(605), - [anon_sym_mut] = ACTIONS(605), - [anon_sym_const] = ACTIONS(605), - [sym_cmd_identifier] = ACTIONS(605), - [anon_sym_SEMI] = ACTIONS(605), - [anon_sym_LF] = ACTIONS(607), - [anon_sym_def] = ACTIONS(605), - [anon_sym_def_DASHenv] = ACTIONS(605), - [anon_sym_export_DASHenv] = ACTIONS(605), - [anon_sym_extern] = ACTIONS(605), - [anon_sym_module] = ACTIONS(605), - [anon_sym_use] = ACTIONS(605), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_LPAREN] = ACTIONS(605), - [anon_sym_RPAREN] = ACTIONS(605), - [anon_sym_PIPE] = ACTIONS(605), - [anon_sym_DOLLAR] = ACTIONS(605), - [anon_sym_error] = ACTIONS(605), - [anon_sym_GT] = ACTIONS(605), - [anon_sym_DASH] = ACTIONS(605), - [anon_sym_break] = ACTIONS(605), - [anon_sym_continue] = ACTIONS(605), - [anon_sym_for] = ACTIONS(605), - [anon_sym_in] = ACTIONS(605), - [anon_sym_loop] = ACTIONS(605), - [anon_sym_while] = ACTIONS(605), - [anon_sym_do] = ACTIONS(605), - [anon_sym_if] = ACTIONS(605), - [anon_sym_match] = ACTIONS(605), - [anon_sym_LBRACE] = ACTIONS(605), - [anon_sym_RBRACE] = ACTIONS(605), - [anon_sym_DOT] = ACTIONS(710), - [anon_sym_try] = ACTIONS(605), - [anon_sym_return] = ACTIONS(605), - [anon_sym_source] = ACTIONS(605), - [anon_sym_source_DASHenv] = ACTIONS(605), - [anon_sym_register] = ACTIONS(605), - [anon_sym_hide] = ACTIONS(605), - [anon_sym_hide_DASHenv] = ACTIONS(605), - [anon_sym_overlay] = ACTIONS(605), - [anon_sym_STAR] = ACTIONS(605), - [anon_sym_where] = ACTIONS(605), - [anon_sym_STAR_STAR] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [anon_sym_SLASH] = ACTIONS(605), - [anon_sym_mod] = ACTIONS(605), - [anon_sym_SLASH_SLASH] = ACTIONS(605), - [anon_sym_PLUS] = ACTIONS(605), - [anon_sym_bit_DASHshl] = ACTIONS(605), - [anon_sym_bit_DASHshr] = ACTIONS(605), - [anon_sym_EQ_EQ] = ACTIONS(605), - [anon_sym_BANG_EQ] = ACTIONS(605), - [anon_sym_LT2] = ACTIONS(605), - [anon_sym_LT_EQ] = ACTIONS(605), - [anon_sym_GT_EQ] = ACTIONS(605), - [anon_sym_not_DASHin] = ACTIONS(605), - [anon_sym_starts_DASHwith] = ACTIONS(605), - [anon_sym_ends_DASHwith] = ACTIONS(605), - [anon_sym_EQ_TILDE] = ACTIONS(605), - [anon_sym_BANG_TILDE] = ACTIONS(605), - [anon_sym_bit_DASHand] = ACTIONS(605), - [anon_sym_bit_DASHxor] = ACTIONS(605), - [anon_sym_bit_DASHor] = ACTIONS(605), - [anon_sym_and] = ACTIONS(605), - [anon_sym_xor] = ACTIONS(605), - [anon_sym_or] = ACTIONS(605), - [anon_sym_not] = ACTIONS(605), - [anon_sym_DOT_DOT_LT] = ACTIONS(605), - [anon_sym_DOT_DOT] = ACTIONS(605), - [anon_sym_DOT_DOT_EQ] = ACTIONS(605), - [sym_val_nothing] = ACTIONS(605), - [anon_sym_true] = ACTIONS(605), - [anon_sym_false] = ACTIONS(605), - [aux_sym_val_number_token1] = ACTIONS(605), - [aux_sym_val_number_token2] = ACTIONS(605), - [aux_sym_val_number_token3] = ACTIONS(605), - [aux_sym_val_number_token4] = ACTIONS(605), - [anon_sym_inf] = ACTIONS(605), - [anon_sym_DASHinf] = ACTIONS(605), - [anon_sym_NaN] = ACTIONS(605), - [anon_sym_0b] = ACTIONS(605), - [anon_sym_0o] = ACTIONS(605), - [anon_sym_0x] = ACTIONS(605), - [sym_val_date] = ACTIONS(605), - [anon_sym_DQUOTE] = ACTIONS(605), - [sym__str_single_quotes] = ACTIONS(605), - [sym__str_back_ticks] = ACTIONS(605), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(605), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(605), - [anon_sym_CARET] = ACTIONS(605), - [anon_sym_POUND] = ACTIONS(3), - }, - [173] = { - [sym_path] = STATE(255), - [sym_comment] = STATE(173), - [aux_sym_cell_path_repeat1] = STATE(174), - [anon_sym_export] = ACTIONS(597), - [anon_sym_alias] = ACTIONS(597), - [anon_sym_let] = ACTIONS(597), - [anon_sym_let_DASHenv] = ACTIONS(597), - [anon_sym_mut] = ACTIONS(597), - [anon_sym_const] = ACTIONS(597), - [sym_cmd_identifier] = ACTIONS(597), - [anon_sym_SEMI] = ACTIONS(597), - [anon_sym_LF] = ACTIONS(599), - [anon_sym_def] = ACTIONS(597), - [anon_sym_def_DASHenv] = ACTIONS(597), - [anon_sym_export_DASHenv] = ACTIONS(597), - [anon_sym_extern] = ACTIONS(597), - [anon_sym_module] = ACTIONS(597), - [anon_sym_use] = ACTIONS(597), - [anon_sym_LBRACK] = ACTIONS(597), - [anon_sym_LPAREN] = ACTIONS(597), - [anon_sym_RPAREN] = ACTIONS(597), - [anon_sym_PIPE] = ACTIONS(597), - [anon_sym_DOLLAR] = ACTIONS(597), - [anon_sym_error] = ACTIONS(597), - [anon_sym_GT] = ACTIONS(597), - [anon_sym_DASH] = ACTIONS(597), - [anon_sym_break] = ACTIONS(597), - [anon_sym_continue] = ACTIONS(597), - [anon_sym_for] = ACTIONS(597), - [anon_sym_in] = ACTIONS(597), - [anon_sym_loop] = ACTIONS(597), - [anon_sym_while] = ACTIONS(597), - [anon_sym_do] = ACTIONS(597), - [anon_sym_if] = ACTIONS(597), - [anon_sym_match] = ACTIONS(597), - [anon_sym_LBRACE] = ACTIONS(597), - [anon_sym_RBRACE] = ACTIONS(597), - [anon_sym_DOT] = ACTIONS(710), - [anon_sym_try] = ACTIONS(597), - [anon_sym_return] = ACTIONS(597), - [anon_sym_source] = ACTIONS(597), - [anon_sym_source_DASHenv] = ACTIONS(597), - [anon_sym_register] = ACTIONS(597), - [anon_sym_hide] = ACTIONS(597), - [anon_sym_hide_DASHenv] = ACTIONS(597), - [anon_sym_overlay] = ACTIONS(597), - [anon_sym_STAR] = ACTIONS(597), - [anon_sym_where] = ACTIONS(597), - [anon_sym_STAR_STAR] = ACTIONS(597), - [anon_sym_PLUS_PLUS] = ACTIONS(597), - [anon_sym_SLASH] = ACTIONS(597), - [anon_sym_mod] = ACTIONS(597), - [anon_sym_SLASH_SLASH] = ACTIONS(597), - [anon_sym_PLUS] = ACTIONS(597), - [anon_sym_bit_DASHshl] = ACTIONS(597), - [anon_sym_bit_DASHshr] = ACTIONS(597), - [anon_sym_EQ_EQ] = ACTIONS(597), - [anon_sym_BANG_EQ] = ACTIONS(597), - [anon_sym_LT2] = ACTIONS(597), - [anon_sym_LT_EQ] = ACTIONS(597), - [anon_sym_GT_EQ] = ACTIONS(597), - [anon_sym_not_DASHin] = ACTIONS(597), - [anon_sym_starts_DASHwith] = ACTIONS(597), - [anon_sym_ends_DASHwith] = ACTIONS(597), - [anon_sym_EQ_TILDE] = ACTIONS(597), - [anon_sym_BANG_TILDE] = ACTIONS(597), - [anon_sym_bit_DASHand] = ACTIONS(597), - [anon_sym_bit_DASHxor] = ACTIONS(597), - [anon_sym_bit_DASHor] = ACTIONS(597), - [anon_sym_and] = ACTIONS(597), - [anon_sym_xor] = ACTIONS(597), - [anon_sym_or] = ACTIONS(597), - [anon_sym_not] = ACTIONS(597), - [anon_sym_DOT_DOT_LT] = ACTIONS(597), - [anon_sym_DOT_DOT] = ACTIONS(597), - [anon_sym_DOT_DOT_EQ] = ACTIONS(597), - [sym_val_nothing] = ACTIONS(597), - [anon_sym_true] = ACTIONS(597), - [anon_sym_false] = ACTIONS(597), - [aux_sym_val_number_token1] = ACTIONS(597), - [aux_sym_val_number_token2] = ACTIONS(597), - [aux_sym_val_number_token3] = ACTIONS(597), - [aux_sym_val_number_token4] = ACTIONS(597), - [anon_sym_inf] = ACTIONS(597), - [anon_sym_DASHinf] = ACTIONS(597), - [anon_sym_NaN] = ACTIONS(597), - [anon_sym_0b] = ACTIONS(597), - [anon_sym_0o] = ACTIONS(597), - [anon_sym_0x] = ACTIONS(597), - [sym_val_date] = ACTIONS(597), - [anon_sym_DQUOTE] = ACTIONS(597), - [sym__str_single_quotes] = ACTIONS(597), - [sym__str_back_ticks] = ACTIONS(597), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(597), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(597), - [anon_sym_CARET] = ACTIONS(597), - [anon_sym_POUND] = ACTIONS(3), - }, - [174] = { - [sym_path] = STATE(255), - [sym_comment] = STATE(174), - [aux_sym_cell_path_repeat1] = STATE(184), - [anon_sym_export] = ACTIONS(586), - [anon_sym_alias] = ACTIONS(586), - [anon_sym_let] = ACTIONS(586), - [anon_sym_let_DASHenv] = ACTIONS(586), - [anon_sym_mut] = ACTIONS(586), - [anon_sym_const] = ACTIONS(586), - [sym_cmd_identifier] = ACTIONS(586), - [anon_sym_SEMI] = ACTIONS(586), - [anon_sym_LF] = ACTIONS(588), - [anon_sym_def] = ACTIONS(586), - [anon_sym_def_DASHenv] = ACTIONS(586), - [anon_sym_export_DASHenv] = ACTIONS(586), - [anon_sym_extern] = ACTIONS(586), - [anon_sym_module] = ACTIONS(586), - [anon_sym_use] = ACTIONS(586), - [anon_sym_LBRACK] = ACTIONS(586), - [anon_sym_LPAREN] = ACTIONS(586), - [anon_sym_RPAREN] = ACTIONS(586), - [anon_sym_PIPE] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(586), - [anon_sym_error] = ACTIONS(586), - [anon_sym_GT] = ACTIONS(586), - [anon_sym_DASH] = ACTIONS(586), - [anon_sym_break] = ACTIONS(586), - [anon_sym_continue] = ACTIONS(586), - [anon_sym_for] = ACTIONS(586), - [anon_sym_in] = ACTIONS(586), - [anon_sym_loop] = ACTIONS(586), - [anon_sym_while] = ACTIONS(586), - [anon_sym_do] = ACTIONS(586), - [anon_sym_if] = ACTIONS(586), - [anon_sym_match] = ACTIONS(586), - [anon_sym_LBRACE] = ACTIONS(586), - [anon_sym_RBRACE] = ACTIONS(586), - [anon_sym_DOT] = ACTIONS(710), - [anon_sym_try] = ACTIONS(586), - [anon_sym_return] = ACTIONS(586), - [anon_sym_source] = ACTIONS(586), - [anon_sym_source_DASHenv] = ACTIONS(586), - [anon_sym_register] = ACTIONS(586), - [anon_sym_hide] = ACTIONS(586), - [anon_sym_hide_DASHenv] = ACTIONS(586), - [anon_sym_overlay] = ACTIONS(586), - [anon_sym_STAR] = ACTIONS(586), - [anon_sym_where] = ACTIONS(586), - [anon_sym_STAR_STAR] = ACTIONS(586), - [anon_sym_PLUS_PLUS] = ACTIONS(586), - [anon_sym_SLASH] = ACTIONS(586), - [anon_sym_mod] = ACTIONS(586), - [anon_sym_SLASH_SLASH] = ACTIONS(586), - [anon_sym_PLUS] = ACTIONS(586), - [anon_sym_bit_DASHshl] = ACTIONS(586), - [anon_sym_bit_DASHshr] = ACTIONS(586), - [anon_sym_EQ_EQ] = ACTIONS(586), - [anon_sym_BANG_EQ] = ACTIONS(586), - [anon_sym_LT2] = ACTIONS(586), - [anon_sym_LT_EQ] = ACTIONS(586), - [anon_sym_GT_EQ] = ACTIONS(586), - [anon_sym_not_DASHin] = ACTIONS(586), - [anon_sym_starts_DASHwith] = ACTIONS(586), - [anon_sym_ends_DASHwith] = ACTIONS(586), - [anon_sym_EQ_TILDE] = ACTIONS(586), - [anon_sym_BANG_TILDE] = ACTIONS(586), - [anon_sym_bit_DASHand] = ACTIONS(586), - [anon_sym_bit_DASHxor] = ACTIONS(586), - [anon_sym_bit_DASHor] = ACTIONS(586), - [anon_sym_and] = ACTIONS(586), - [anon_sym_xor] = ACTIONS(586), - [anon_sym_or] = ACTIONS(586), - [anon_sym_not] = ACTIONS(586), - [anon_sym_DOT_DOT_LT] = ACTIONS(586), - [anon_sym_DOT_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT_EQ] = ACTIONS(586), - [sym_val_nothing] = ACTIONS(586), - [anon_sym_true] = ACTIONS(586), - [anon_sym_false] = ACTIONS(586), - [aux_sym_val_number_token1] = ACTIONS(586), - [aux_sym_val_number_token2] = ACTIONS(586), - [aux_sym_val_number_token3] = ACTIONS(586), - [aux_sym_val_number_token4] = ACTIONS(586), - [anon_sym_inf] = ACTIONS(586), - [anon_sym_DASHinf] = ACTIONS(586), - [anon_sym_NaN] = ACTIONS(586), - [anon_sym_0b] = ACTIONS(586), - [anon_sym_0o] = ACTIONS(586), - [anon_sym_0x] = ACTIONS(586), - [sym_val_date] = ACTIONS(586), - [anon_sym_DQUOTE] = ACTIONS(586), - [sym__str_single_quotes] = ACTIONS(586), - [sym__str_back_ticks] = ACTIONS(586), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(586), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(586), - [anon_sym_CARET] = ACTIONS(586), - [anon_sym_POUND] = ACTIONS(3), - }, - [175] = { - [sym_comment] = STATE(175), - [anon_sym_export] = ACTIONS(746), - [anon_sym_alias] = ACTIONS(746), - [anon_sym_let] = ACTIONS(746), - [anon_sym_let_DASHenv] = ACTIONS(746), - [anon_sym_mut] = ACTIONS(746), - [anon_sym_const] = ACTIONS(746), - [sym_cmd_identifier] = ACTIONS(746), - [anon_sym_SEMI] = ACTIONS(746), - [anon_sym_LF] = ACTIONS(748), - [anon_sym_def] = ACTIONS(746), - [anon_sym_def_DASHenv] = ACTIONS(746), - [anon_sym_export_DASHenv] = ACTIONS(746), - [anon_sym_extern] = ACTIONS(746), - [anon_sym_module] = ACTIONS(746), - [anon_sym_use] = ACTIONS(746), - [anon_sym_LBRACK] = ACTIONS(746), - [anon_sym_LPAREN] = ACTIONS(746), - [anon_sym_RPAREN] = ACTIONS(746), - [anon_sym_PIPE] = ACTIONS(746), - [anon_sym_DOLLAR] = ACTIONS(746), - [anon_sym_error] = ACTIONS(746), - [anon_sym_GT] = ACTIONS(746), - [anon_sym_DASH_DASH] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_break] = ACTIONS(746), - [anon_sym_continue] = ACTIONS(746), - [anon_sym_for] = ACTIONS(746), - [anon_sym_in] = ACTIONS(746), - [anon_sym_loop] = ACTIONS(746), - [anon_sym_while] = ACTIONS(746), - [anon_sym_do] = ACTIONS(746), - [anon_sym_if] = ACTIONS(746), - [anon_sym_match] = ACTIONS(746), - [anon_sym_LBRACE] = ACTIONS(746), - [anon_sym_RBRACE] = ACTIONS(746), - [anon_sym_DOT] = ACTIONS(746), - [anon_sym_try] = ACTIONS(746), - [anon_sym_return] = ACTIONS(746), - [anon_sym_source] = ACTIONS(746), - [anon_sym_source_DASHenv] = ACTIONS(746), - [anon_sym_register] = ACTIONS(746), - [anon_sym_hide] = ACTIONS(746), - [anon_sym_hide_DASHenv] = ACTIONS(746), - [anon_sym_overlay] = ACTIONS(746), - [anon_sym_STAR] = ACTIONS(746), - [anon_sym_where] = ACTIONS(746), - [anon_sym_STAR_STAR] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(746), - [anon_sym_mod] = ACTIONS(746), - [anon_sym_SLASH_SLASH] = ACTIONS(746), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_bit_DASHshl] = ACTIONS(746), - [anon_sym_bit_DASHshr] = ACTIONS(746), - [anon_sym_EQ_EQ] = ACTIONS(746), - [anon_sym_BANG_EQ] = ACTIONS(746), - [anon_sym_LT2] = ACTIONS(746), - [anon_sym_LT_EQ] = ACTIONS(746), - [anon_sym_GT_EQ] = ACTIONS(746), - [anon_sym_not_DASHin] = ACTIONS(746), - [anon_sym_starts_DASHwith] = ACTIONS(746), - [anon_sym_ends_DASHwith] = ACTIONS(746), - [anon_sym_EQ_TILDE] = ACTIONS(746), - [anon_sym_BANG_TILDE] = ACTIONS(746), - [anon_sym_bit_DASHand] = ACTIONS(746), - [anon_sym_bit_DASHxor] = ACTIONS(746), - [anon_sym_bit_DASHor] = ACTIONS(746), - [anon_sym_and] = ACTIONS(746), - [anon_sym_xor] = ACTIONS(746), - [anon_sym_or] = ACTIONS(746), - [anon_sym_not] = ACTIONS(746), - [anon_sym_DOT_DOT_LT] = ACTIONS(746), - [anon_sym_DOT_DOT] = ACTIONS(746), - [anon_sym_DOT_DOT_EQ] = ACTIONS(746), - [sym_val_nothing] = ACTIONS(746), - [anon_sym_true] = ACTIONS(746), - [anon_sym_false] = ACTIONS(746), - [aux_sym_val_number_token1] = ACTIONS(746), - [aux_sym_val_number_token2] = ACTIONS(746), - [aux_sym_val_number_token3] = ACTIONS(746), - [aux_sym_val_number_token4] = ACTIONS(746), - [anon_sym_inf] = ACTIONS(746), - [anon_sym_DASHinf] = ACTIONS(746), - [anon_sym_NaN] = ACTIONS(746), - [anon_sym_0b] = ACTIONS(746), - [anon_sym_0o] = ACTIONS(746), - [anon_sym_0x] = ACTIONS(746), - [sym_val_date] = ACTIONS(746), - [anon_sym_DQUOTE] = ACTIONS(746), - [sym__str_single_quotes] = ACTIONS(746), - [sym__str_back_ticks] = ACTIONS(746), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(746), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(746), - [anon_sym_CARET] = ACTIONS(746), - [sym_short_flag] = ACTIONS(746), - [anon_sym_POUND] = ACTIONS(3), - }, - [176] = { - [sym_cell_path] = STATE(325), - [sym_path] = STATE(173), - [sym_comment] = STATE(176), + [177] = { + [sym_cell_path] = STATE(311), + [sym_path] = STATE(170), + [sym_comment] = STATE(177), [anon_sym_export] = ACTIONS(613), [anon_sym_alias] = ACTIONS(613), [anon_sym_let] = ACTIONS(613), @@ -64167,7 +64271,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_match] = ACTIONS(613), [anon_sym_LBRACE] = ACTIONS(613), [anon_sym_RBRACE] = ACTIONS(613), - [anon_sym_DOT] = ACTIONS(710), + [anon_sym_DOT] = ACTIONS(744), [anon_sym_try] = ACTIONS(613), [anon_sym_return] = ACTIONS(613), [anon_sym_source] = ACTIONS(613), @@ -64228,1396 +64332,703 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(613), [anon_sym_POUND] = ACTIONS(3), }, - [177] = { - [sym_comment] = STATE(177), - [ts_builtin_sym_end] = ACTIONS(688), - [anon_sym_export] = ACTIONS(686), - [anon_sym_alias] = ACTIONS(686), - [anon_sym_let] = ACTIONS(686), - [anon_sym_let_DASHenv] = ACTIONS(686), - [anon_sym_mut] = ACTIONS(686), - [anon_sym_const] = ACTIONS(686), - [sym_cmd_identifier] = ACTIONS(686), - [anon_sym_SEMI] = ACTIONS(686), - [anon_sym_LF] = ACTIONS(688), - [anon_sym_def] = ACTIONS(686), - [anon_sym_def_DASHenv] = ACTIONS(686), - [anon_sym_export_DASHenv] = ACTIONS(686), - [anon_sym_extern] = ACTIONS(686), - [anon_sym_module] = ACTIONS(686), - [anon_sym_use] = ACTIONS(686), - [anon_sym_LBRACK] = ACTIONS(686), - [anon_sym_LPAREN] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(686), - [anon_sym_error] = ACTIONS(686), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_DASH_DASH] = ACTIONS(686), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_break] = ACTIONS(686), - [anon_sym_continue] = ACTIONS(686), - [anon_sym_for] = ACTIONS(686), - [anon_sym_in] = ACTIONS(686), - [anon_sym_loop] = ACTIONS(686), - [anon_sym_while] = ACTIONS(686), - [anon_sym_do] = ACTIONS(686), - [anon_sym_if] = ACTIONS(686), - [anon_sym_match] = ACTIONS(686), - [anon_sym_LBRACE] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_try] = ACTIONS(686), - [anon_sym_return] = ACTIONS(686), - [anon_sym_source] = ACTIONS(686), - [anon_sym_source_DASHenv] = ACTIONS(686), - [anon_sym_register] = ACTIONS(686), - [anon_sym_hide] = ACTIONS(686), - [anon_sym_hide_DASHenv] = ACTIONS(686), - [anon_sym_overlay] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_where] = ACTIONS(686), - [anon_sym_QMARK2] = ACTIONS(686), - [anon_sym_STAR_STAR] = ACTIONS(686), - [anon_sym_PLUS_PLUS] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_mod] = ACTIONS(686), - [anon_sym_SLASH_SLASH] = ACTIONS(686), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_bit_DASHshl] = ACTIONS(686), - [anon_sym_bit_DASHshr] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(686), - [anon_sym_BANG_EQ] = ACTIONS(686), - [anon_sym_LT2] = ACTIONS(686), - [anon_sym_LT_EQ] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(686), - [anon_sym_not_DASHin] = ACTIONS(686), - [anon_sym_starts_DASHwith] = ACTIONS(686), - [anon_sym_ends_DASHwith] = ACTIONS(686), - [anon_sym_EQ_TILDE] = ACTIONS(686), - [anon_sym_BANG_TILDE] = ACTIONS(686), - [anon_sym_bit_DASHand] = ACTIONS(686), - [anon_sym_bit_DASHxor] = ACTIONS(686), - [anon_sym_bit_DASHor] = ACTIONS(686), - [anon_sym_and] = ACTIONS(686), - [anon_sym_xor] = ACTIONS(686), - [anon_sym_or] = ACTIONS(686), - [anon_sym_not] = ACTIONS(686), - [anon_sym_DOT_DOT_LT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_EQ] = ACTIONS(686), - [sym_val_nothing] = ACTIONS(686), - [anon_sym_true] = ACTIONS(686), - [anon_sym_false] = ACTIONS(686), - [aux_sym_val_number_token1] = ACTIONS(686), - [aux_sym_val_number_token2] = ACTIONS(686), - [aux_sym_val_number_token3] = ACTIONS(686), - [aux_sym_val_number_token4] = ACTIONS(686), - [anon_sym_inf] = ACTIONS(686), - [anon_sym_DASHinf] = ACTIONS(686), - [anon_sym_NaN] = ACTIONS(686), - [anon_sym_0b] = ACTIONS(686), - [anon_sym_0o] = ACTIONS(686), - [anon_sym_0x] = ACTIONS(686), - [sym_val_date] = ACTIONS(686), - [anon_sym_DQUOTE] = ACTIONS(686), - [sym__str_single_quotes] = ACTIONS(686), - [sym__str_back_ticks] = ACTIONS(686), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(686), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [sym_short_flag] = ACTIONS(686), - [anon_sym_POUND] = ACTIONS(3), - }, [178] = { - [sym__flag] = STATE(657), - [sym_long_flag] = STATE(708), + [sym__flag] = STATE(643), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(178), - [ts_builtin_sym_end] = ACTIONS(672), - [anon_sym_export] = ACTIONS(670), - [anon_sym_alias] = ACTIONS(670), - [anon_sym_let] = ACTIONS(670), - [anon_sym_let_DASHenv] = ACTIONS(670), - [anon_sym_mut] = ACTIONS(670), - [anon_sym_const] = ACTIONS(670), - [sym_cmd_identifier] = ACTIONS(670), - [anon_sym_SEMI] = ACTIONS(670), - [anon_sym_LF] = ACTIONS(672), - [anon_sym_def] = ACTIONS(670), - [anon_sym_def_DASHenv] = ACTIONS(670), - [anon_sym_export_DASHenv] = ACTIONS(670), - [anon_sym_extern] = ACTIONS(670), - [anon_sym_module] = ACTIONS(670), - [anon_sym_use] = ACTIONS(670), - [anon_sym_LBRACK] = ACTIONS(670), - [anon_sym_LPAREN] = ACTIONS(670), - [anon_sym_PIPE] = ACTIONS(670), - [anon_sym_DOLLAR] = ACTIONS(670), - [anon_sym_error] = ACTIONS(670), - [anon_sym_GT] = ACTIONS(712), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(716), - [anon_sym_break] = ACTIONS(670), - [anon_sym_continue] = ACTIONS(670), - [anon_sym_for] = ACTIONS(670), - [anon_sym_in] = ACTIONS(718), - [anon_sym_loop] = ACTIONS(670), - [anon_sym_while] = ACTIONS(670), - [anon_sym_do] = ACTIONS(670), - [anon_sym_if] = ACTIONS(670), - [anon_sym_match] = ACTIONS(670), - [anon_sym_LBRACE] = ACTIONS(670), - [anon_sym_try] = ACTIONS(670), - [anon_sym_return] = ACTIONS(670), - [anon_sym_source] = ACTIONS(670), - [anon_sym_source_DASHenv] = ACTIONS(670), - [anon_sym_register] = ACTIONS(670), - [anon_sym_hide] = ACTIONS(670), - [anon_sym_hide_DASHenv] = ACTIONS(670), - [anon_sym_overlay] = ACTIONS(670), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_where] = ACTIONS(670), - [anon_sym_STAR_STAR] = ACTIONS(722), - [anon_sym_PLUS_PLUS] = ACTIONS(722), - [anon_sym_SLASH] = ACTIONS(720), - [anon_sym_mod] = ACTIONS(720), - [anon_sym_SLASH_SLASH] = ACTIONS(720), - [anon_sym_PLUS] = ACTIONS(716), - [anon_sym_bit_DASHshl] = ACTIONS(724), - [anon_sym_bit_DASHshr] = ACTIONS(724), - [anon_sym_EQ_EQ] = ACTIONS(712), - [anon_sym_BANG_EQ] = ACTIONS(712), - [anon_sym_LT2] = ACTIONS(712), - [anon_sym_LT_EQ] = ACTIONS(712), - [anon_sym_GT_EQ] = ACTIONS(712), - [anon_sym_not_DASHin] = ACTIONS(718), - [anon_sym_starts_DASHwith] = ACTIONS(718), - [anon_sym_ends_DASHwith] = ACTIONS(718), - [anon_sym_EQ_TILDE] = ACTIONS(726), - [anon_sym_BANG_TILDE] = ACTIONS(726), - [anon_sym_bit_DASHand] = ACTIONS(728), - [anon_sym_bit_DASHxor] = ACTIONS(730), - [anon_sym_bit_DASHor] = ACTIONS(732), - [anon_sym_and] = ACTIONS(734), - [anon_sym_xor] = ACTIONS(736), - [anon_sym_or] = ACTIONS(738), - [anon_sym_not] = ACTIONS(670), - [anon_sym_DOT_DOT_LT] = ACTIONS(670), - [anon_sym_DOT_DOT] = ACTIONS(670), - [anon_sym_DOT_DOT_EQ] = ACTIONS(670), - [sym_val_nothing] = ACTIONS(670), - [anon_sym_true] = ACTIONS(670), - [anon_sym_false] = ACTIONS(670), - [aux_sym_val_number_token1] = ACTIONS(670), - [aux_sym_val_number_token2] = ACTIONS(670), - [aux_sym_val_number_token3] = ACTIONS(670), - [aux_sym_val_number_token4] = ACTIONS(670), - [anon_sym_inf] = ACTIONS(670), - [anon_sym_DASHinf] = ACTIONS(670), - [anon_sym_NaN] = ACTIONS(670), - [anon_sym_0b] = ACTIONS(670), - [anon_sym_0o] = ACTIONS(670), - [anon_sym_0x] = ACTIONS(670), - [sym_val_date] = ACTIONS(670), - [anon_sym_DQUOTE] = ACTIONS(670), - [sym__str_single_quotes] = ACTIONS(670), - [sym__str_back_ticks] = ACTIONS(670), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(670), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(670), - [anon_sym_CARET] = ACTIONS(670), - [sym_short_flag] = ACTIONS(740), + [ts_builtin_sym_end] = ACTIONS(681), + [anon_sym_export] = ACTIONS(679), + [anon_sym_alias] = ACTIONS(679), + [anon_sym_let] = ACTIONS(679), + [anon_sym_let_DASHenv] = ACTIONS(679), + [anon_sym_mut] = ACTIONS(679), + [anon_sym_const] = ACTIONS(679), + [sym_cmd_identifier] = ACTIONS(679), + [anon_sym_SEMI] = ACTIONS(679), + [anon_sym_LF] = ACTIONS(681), + [anon_sym_def] = ACTIONS(679), + [anon_sym_def_DASHenv] = ACTIONS(679), + [anon_sym_export_DASHenv] = ACTIONS(679), + [anon_sym_extern] = ACTIONS(679), + [anon_sym_module] = ACTIONS(679), + [anon_sym_use] = ACTIONS(679), + [anon_sym_LBRACK] = ACTIONS(679), + [anon_sym_LPAREN] = ACTIONS(679), + [anon_sym_PIPE] = ACTIONS(679), + [anon_sym_DOLLAR] = ACTIONS(679), + [anon_sym_error] = ACTIONS(679), + [anon_sym_GT] = ACTIONS(714), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(718), + [anon_sym_break] = ACTIONS(679), + [anon_sym_continue] = ACTIONS(679), + [anon_sym_for] = ACTIONS(679), + [anon_sym_in] = ACTIONS(720), + [anon_sym_loop] = ACTIONS(679), + [anon_sym_while] = ACTIONS(679), + [anon_sym_do] = ACTIONS(679), + [anon_sym_if] = ACTIONS(679), + [anon_sym_match] = ACTIONS(679), + [anon_sym_LBRACE] = ACTIONS(679), + [anon_sym_try] = ACTIONS(679), + [anon_sym_return] = ACTIONS(679), + [anon_sym_source] = ACTIONS(679), + [anon_sym_source_DASHenv] = ACTIONS(679), + [anon_sym_register] = ACTIONS(679), + [anon_sym_hide] = ACTIONS(679), + [anon_sym_hide_DASHenv] = ACTIONS(679), + [anon_sym_overlay] = ACTIONS(679), + [anon_sym_STAR] = ACTIONS(722), + [anon_sym_where] = ACTIONS(679), + [anon_sym_STAR_STAR] = ACTIONS(724), + [anon_sym_PLUS_PLUS] = ACTIONS(724), + [anon_sym_SLASH] = ACTIONS(722), + [anon_sym_mod] = ACTIONS(722), + [anon_sym_SLASH_SLASH] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(718), + [anon_sym_bit_DASHshl] = ACTIONS(726), + [anon_sym_bit_DASHshr] = ACTIONS(726), + [anon_sym_EQ_EQ] = ACTIONS(714), + [anon_sym_BANG_EQ] = ACTIONS(714), + [anon_sym_LT2] = ACTIONS(714), + [anon_sym_LT_EQ] = ACTIONS(714), + [anon_sym_GT_EQ] = ACTIONS(714), + [anon_sym_not_DASHin] = ACTIONS(720), + [anon_sym_starts_DASHwith] = ACTIONS(720), + [anon_sym_ends_DASHwith] = ACTIONS(720), + [anon_sym_EQ_TILDE] = ACTIONS(728), + [anon_sym_BANG_TILDE] = ACTIONS(728), + [anon_sym_bit_DASHand] = ACTIONS(730), + [anon_sym_bit_DASHxor] = ACTIONS(732), + [anon_sym_bit_DASHor] = ACTIONS(734), + [anon_sym_and] = ACTIONS(736), + [anon_sym_xor] = ACTIONS(738), + [anon_sym_or] = ACTIONS(740), + [anon_sym_not] = ACTIONS(679), + [anon_sym_DOT_DOT_LT] = ACTIONS(679), + [anon_sym_DOT_DOT] = ACTIONS(679), + [anon_sym_DOT_DOT_EQ] = ACTIONS(679), + [sym_val_nothing] = ACTIONS(679), + [anon_sym_true] = ACTIONS(679), + [anon_sym_false] = ACTIONS(679), + [aux_sym_val_number_token1] = ACTIONS(679), + [aux_sym_val_number_token2] = ACTIONS(679), + [aux_sym_val_number_token3] = ACTIONS(679), + [aux_sym_val_number_token4] = ACTIONS(679), + [anon_sym_inf] = ACTIONS(679), + [anon_sym_DASHinf] = ACTIONS(679), + [anon_sym_NaN] = ACTIONS(679), + [anon_sym_0b] = ACTIONS(679), + [anon_sym_0o] = ACTIONS(679), + [anon_sym_0x] = ACTIONS(679), + [sym_val_date] = ACTIONS(679), + [anon_sym_DQUOTE] = ACTIONS(679), + [sym__str_single_quotes] = ACTIONS(679), + [sym__str_back_ticks] = ACTIONS(679), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(679), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(679), + [anon_sym_CARET] = ACTIONS(679), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, [179] = { + [sym_cell_path] = STATE(313), + [sym_path] = STATE(170), [sym_comment] = STATE(179), - [anon_sym_export] = ACTIONS(750), - [anon_sym_alias] = ACTIONS(750), - [anon_sym_let] = ACTIONS(750), - [anon_sym_let_DASHenv] = ACTIONS(750), - [anon_sym_mut] = ACTIONS(750), - [anon_sym_const] = ACTIONS(750), - [sym_cmd_identifier] = ACTIONS(750), - [anon_sym_SEMI] = ACTIONS(750), - [anon_sym_LF] = ACTIONS(752), - [anon_sym_def] = ACTIONS(750), - [anon_sym_def_DASHenv] = ACTIONS(750), - [anon_sym_export_DASHenv] = ACTIONS(750), - [anon_sym_extern] = ACTIONS(750), - [anon_sym_module] = ACTIONS(750), - [anon_sym_use] = ACTIONS(750), - [anon_sym_LBRACK] = ACTIONS(750), - [anon_sym_LPAREN] = ACTIONS(750), - [anon_sym_RPAREN] = ACTIONS(750), - [anon_sym_PIPE] = ACTIONS(750), - [anon_sym_DOLLAR] = ACTIONS(750), - [anon_sym_error] = ACTIONS(750), - [anon_sym_GT] = ACTIONS(750), - [anon_sym_DASH_DASH] = ACTIONS(750), - [anon_sym_DASH] = ACTIONS(750), - [anon_sym_break] = ACTIONS(750), - [anon_sym_continue] = ACTIONS(750), - [anon_sym_for] = ACTIONS(750), - [anon_sym_in] = ACTIONS(750), - [anon_sym_loop] = ACTIONS(750), - [anon_sym_while] = ACTIONS(750), - [anon_sym_do] = ACTIONS(750), - [anon_sym_if] = ACTIONS(750), - [anon_sym_match] = ACTIONS(750), - [anon_sym_LBRACE] = ACTIONS(750), - [anon_sym_RBRACE] = ACTIONS(750), - [anon_sym_DOT] = ACTIONS(750), - [anon_sym_try] = ACTIONS(750), - [anon_sym_return] = ACTIONS(750), - [anon_sym_source] = ACTIONS(750), - [anon_sym_source_DASHenv] = ACTIONS(750), - [anon_sym_register] = ACTIONS(750), - [anon_sym_hide] = ACTIONS(750), - [anon_sym_hide_DASHenv] = ACTIONS(750), - [anon_sym_overlay] = ACTIONS(750), - [anon_sym_STAR] = ACTIONS(750), - [anon_sym_where] = ACTIONS(750), - [anon_sym_STAR_STAR] = ACTIONS(750), - [anon_sym_PLUS_PLUS] = ACTIONS(750), - [anon_sym_SLASH] = ACTIONS(750), - [anon_sym_mod] = ACTIONS(750), - [anon_sym_SLASH_SLASH] = ACTIONS(750), - [anon_sym_PLUS] = ACTIONS(750), - [anon_sym_bit_DASHshl] = ACTIONS(750), - [anon_sym_bit_DASHshr] = ACTIONS(750), - [anon_sym_EQ_EQ] = ACTIONS(750), - [anon_sym_BANG_EQ] = ACTIONS(750), - [anon_sym_LT2] = ACTIONS(750), - [anon_sym_LT_EQ] = ACTIONS(750), - [anon_sym_GT_EQ] = ACTIONS(750), - [anon_sym_not_DASHin] = ACTIONS(750), - [anon_sym_starts_DASHwith] = ACTIONS(750), - [anon_sym_ends_DASHwith] = ACTIONS(750), - [anon_sym_EQ_TILDE] = ACTIONS(750), - [anon_sym_BANG_TILDE] = ACTIONS(750), - [anon_sym_bit_DASHand] = ACTIONS(750), - [anon_sym_bit_DASHxor] = ACTIONS(750), - [anon_sym_bit_DASHor] = ACTIONS(750), - [anon_sym_and] = ACTIONS(750), - [anon_sym_xor] = ACTIONS(750), - [anon_sym_or] = ACTIONS(750), - [anon_sym_not] = ACTIONS(750), - [anon_sym_DOT_DOT_LT] = ACTIONS(750), - [anon_sym_DOT_DOT] = ACTIONS(750), - [anon_sym_DOT_DOT_EQ] = ACTIONS(750), - [sym_val_nothing] = ACTIONS(750), - [anon_sym_true] = ACTIONS(750), - [anon_sym_false] = ACTIONS(750), - [aux_sym_val_number_token1] = ACTIONS(750), - [aux_sym_val_number_token2] = ACTIONS(750), - [aux_sym_val_number_token3] = ACTIONS(750), - [aux_sym_val_number_token4] = ACTIONS(750), - [anon_sym_inf] = ACTIONS(750), - [anon_sym_DASHinf] = ACTIONS(750), - [anon_sym_NaN] = ACTIONS(750), - [anon_sym_0b] = ACTIONS(750), - [anon_sym_0o] = ACTIONS(750), - [anon_sym_0x] = ACTIONS(750), - [sym_val_date] = ACTIONS(750), - [anon_sym_DQUOTE] = ACTIONS(750), - [sym__str_single_quotes] = ACTIONS(750), - [sym__str_back_ticks] = ACTIONS(750), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(750), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(750), - [anon_sym_CARET] = ACTIONS(750), - [sym_short_flag] = ACTIONS(750), + [anon_sym_export] = ACTIONS(575), + [anon_sym_alias] = ACTIONS(575), + [anon_sym_let] = ACTIONS(575), + [anon_sym_let_DASHenv] = ACTIONS(575), + [anon_sym_mut] = ACTIONS(575), + [anon_sym_const] = ACTIONS(575), + [sym_cmd_identifier] = ACTIONS(575), + [anon_sym_SEMI] = ACTIONS(575), + [anon_sym_LF] = ACTIONS(577), + [anon_sym_def] = ACTIONS(575), + [anon_sym_def_DASHenv] = ACTIONS(575), + [anon_sym_export_DASHenv] = ACTIONS(575), + [anon_sym_extern] = ACTIONS(575), + [anon_sym_module] = ACTIONS(575), + [anon_sym_use] = ACTIONS(575), + [anon_sym_LBRACK] = ACTIONS(575), + [anon_sym_LPAREN] = ACTIONS(575), + [anon_sym_RPAREN] = ACTIONS(575), + [anon_sym_PIPE] = ACTIONS(575), + [anon_sym_DOLLAR] = ACTIONS(575), + [anon_sym_error] = ACTIONS(575), + [anon_sym_GT] = ACTIONS(575), + [anon_sym_DASH] = ACTIONS(575), + [anon_sym_break] = ACTIONS(575), + [anon_sym_continue] = ACTIONS(575), + [anon_sym_for] = ACTIONS(575), + [anon_sym_in] = ACTIONS(575), + [anon_sym_loop] = ACTIONS(575), + [anon_sym_while] = ACTIONS(575), + [anon_sym_do] = ACTIONS(575), + [anon_sym_if] = ACTIONS(575), + [anon_sym_match] = ACTIONS(575), + [anon_sym_LBRACE] = ACTIONS(575), + [anon_sym_RBRACE] = ACTIONS(575), + [anon_sym_DOT] = ACTIONS(744), + [anon_sym_try] = ACTIONS(575), + [anon_sym_return] = ACTIONS(575), + [anon_sym_source] = ACTIONS(575), + [anon_sym_source_DASHenv] = ACTIONS(575), + [anon_sym_register] = ACTIONS(575), + [anon_sym_hide] = ACTIONS(575), + [anon_sym_hide_DASHenv] = ACTIONS(575), + [anon_sym_overlay] = ACTIONS(575), + [anon_sym_STAR] = ACTIONS(575), + [anon_sym_where] = ACTIONS(575), + [anon_sym_STAR_STAR] = ACTIONS(575), + [anon_sym_PLUS_PLUS] = ACTIONS(575), + [anon_sym_SLASH] = ACTIONS(575), + [anon_sym_mod] = ACTIONS(575), + [anon_sym_SLASH_SLASH] = ACTIONS(575), + [anon_sym_PLUS] = ACTIONS(575), + [anon_sym_bit_DASHshl] = ACTIONS(575), + [anon_sym_bit_DASHshr] = ACTIONS(575), + [anon_sym_EQ_EQ] = ACTIONS(575), + [anon_sym_BANG_EQ] = ACTIONS(575), + [anon_sym_LT2] = ACTIONS(575), + [anon_sym_LT_EQ] = ACTIONS(575), + [anon_sym_GT_EQ] = ACTIONS(575), + [anon_sym_not_DASHin] = ACTIONS(575), + [anon_sym_starts_DASHwith] = ACTIONS(575), + [anon_sym_ends_DASHwith] = ACTIONS(575), + [anon_sym_EQ_TILDE] = ACTIONS(575), + [anon_sym_BANG_TILDE] = ACTIONS(575), + [anon_sym_bit_DASHand] = ACTIONS(575), + [anon_sym_bit_DASHxor] = ACTIONS(575), + [anon_sym_bit_DASHor] = ACTIONS(575), + [anon_sym_and] = ACTIONS(575), + [anon_sym_xor] = ACTIONS(575), + [anon_sym_or] = ACTIONS(575), + [anon_sym_not] = ACTIONS(575), + [anon_sym_DOT_DOT_LT] = ACTIONS(575), + [anon_sym_DOT_DOT] = ACTIONS(575), + [anon_sym_DOT_DOT_EQ] = ACTIONS(575), + [sym_val_nothing] = ACTIONS(575), + [anon_sym_true] = ACTIONS(575), + [anon_sym_false] = ACTIONS(575), + [aux_sym_val_number_token1] = ACTIONS(575), + [aux_sym_val_number_token2] = ACTIONS(575), + [aux_sym_val_number_token3] = ACTIONS(575), + [aux_sym_val_number_token4] = ACTIONS(575), + [anon_sym_inf] = ACTIONS(575), + [anon_sym_DASHinf] = ACTIONS(575), + [anon_sym_NaN] = ACTIONS(575), + [anon_sym_0b] = ACTIONS(575), + [anon_sym_0o] = ACTIONS(575), + [anon_sym_0x] = ACTIONS(575), + [sym_val_date] = ACTIONS(575), + [anon_sym_DQUOTE] = ACTIONS(575), + [sym__str_single_quotes] = ACTIONS(575), + [sym__str_back_ticks] = ACTIONS(575), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(575), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(575), + [anon_sym_CARET] = ACTIONS(575), [anon_sym_POUND] = ACTIONS(3), }, [180] = { - [sym_cell_path] = STATE(322), - [sym_path] = STATE(173), [sym_comment] = STATE(180), - [anon_sym_export] = ACTIONS(568), - [anon_sym_alias] = ACTIONS(568), - [anon_sym_let] = ACTIONS(568), - [anon_sym_let_DASHenv] = ACTIONS(568), - [anon_sym_mut] = ACTIONS(568), - [anon_sym_const] = ACTIONS(568), - [sym_cmd_identifier] = ACTIONS(568), - [anon_sym_SEMI] = ACTIONS(568), - [anon_sym_LF] = ACTIONS(570), - [anon_sym_def] = ACTIONS(568), - [anon_sym_def_DASHenv] = ACTIONS(568), - [anon_sym_export_DASHenv] = ACTIONS(568), - [anon_sym_extern] = ACTIONS(568), - [anon_sym_module] = ACTIONS(568), - [anon_sym_use] = ACTIONS(568), - [anon_sym_LBRACK] = ACTIONS(568), - [anon_sym_LPAREN] = ACTIONS(568), - [anon_sym_RPAREN] = ACTIONS(568), - [anon_sym_PIPE] = ACTIONS(568), - [anon_sym_DOLLAR] = ACTIONS(568), - [anon_sym_error] = ACTIONS(568), - [anon_sym_GT] = ACTIONS(568), - [anon_sym_DASH] = ACTIONS(568), - [anon_sym_break] = ACTIONS(568), - [anon_sym_continue] = ACTIONS(568), - [anon_sym_for] = ACTIONS(568), - [anon_sym_in] = ACTIONS(568), - [anon_sym_loop] = ACTIONS(568), - [anon_sym_while] = ACTIONS(568), - [anon_sym_do] = ACTIONS(568), - [anon_sym_if] = ACTIONS(568), - [anon_sym_match] = ACTIONS(568), - [anon_sym_LBRACE] = ACTIONS(568), - [anon_sym_RBRACE] = ACTIONS(568), - [anon_sym_DOT] = ACTIONS(710), - [anon_sym_try] = ACTIONS(568), - [anon_sym_return] = ACTIONS(568), - [anon_sym_source] = ACTIONS(568), - [anon_sym_source_DASHenv] = ACTIONS(568), - [anon_sym_register] = ACTIONS(568), - [anon_sym_hide] = ACTIONS(568), - [anon_sym_hide_DASHenv] = ACTIONS(568), - [anon_sym_overlay] = ACTIONS(568), - [anon_sym_STAR] = ACTIONS(568), - [anon_sym_where] = ACTIONS(568), - [anon_sym_STAR_STAR] = ACTIONS(568), - [anon_sym_PLUS_PLUS] = ACTIONS(568), - [anon_sym_SLASH] = ACTIONS(568), - [anon_sym_mod] = ACTIONS(568), - [anon_sym_SLASH_SLASH] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(568), - [anon_sym_bit_DASHshl] = ACTIONS(568), - [anon_sym_bit_DASHshr] = ACTIONS(568), - [anon_sym_EQ_EQ] = ACTIONS(568), - [anon_sym_BANG_EQ] = ACTIONS(568), - [anon_sym_LT2] = ACTIONS(568), - [anon_sym_LT_EQ] = ACTIONS(568), - [anon_sym_GT_EQ] = ACTIONS(568), - [anon_sym_not_DASHin] = ACTIONS(568), - [anon_sym_starts_DASHwith] = ACTIONS(568), - [anon_sym_ends_DASHwith] = ACTIONS(568), - [anon_sym_EQ_TILDE] = ACTIONS(568), - [anon_sym_BANG_TILDE] = ACTIONS(568), - [anon_sym_bit_DASHand] = ACTIONS(568), - [anon_sym_bit_DASHxor] = ACTIONS(568), - [anon_sym_bit_DASHor] = ACTIONS(568), - [anon_sym_and] = ACTIONS(568), - [anon_sym_xor] = ACTIONS(568), - [anon_sym_or] = ACTIONS(568), - [anon_sym_not] = ACTIONS(568), - [anon_sym_DOT_DOT_LT] = ACTIONS(568), - [anon_sym_DOT_DOT] = ACTIONS(568), - [anon_sym_DOT_DOT_EQ] = ACTIONS(568), - [sym_val_nothing] = ACTIONS(568), - [anon_sym_true] = ACTIONS(568), - [anon_sym_false] = ACTIONS(568), - [aux_sym_val_number_token1] = ACTIONS(568), - [aux_sym_val_number_token2] = ACTIONS(568), - [aux_sym_val_number_token3] = ACTIONS(568), - [aux_sym_val_number_token4] = ACTIONS(568), - [anon_sym_inf] = ACTIONS(568), - [anon_sym_DASHinf] = ACTIONS(568), - [anon_sym_NaN] = ACTIONS(568), - [anon_sym_0b] = ACTIONS(568), - [anon_sym_0o] = ACTIONS(568), - [anon_sym_0x] = ACTIONS(568), - [sym_val_date] = ACTIONS(568), - [anon_sym_DQUOTE] = ACTIONS(568), - [sym__str_single_quotes] = ACTIONS(568), - [sym__str_back_ticks] = ACTIONS(568), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(568), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(568), - [anon_sym_CARET] = ACTIONS(568), + [anon_sym_export] = ACTIONS(753), + [anon_sym_alias] = ACTIONS(753), + [anon_sym_let] = ACTIONS(753), + [anon_sym_let_DASHenv] = ACTIONS(753), + [anon_sym_mut] = ACTIONS(753), + [anon_sym_const] = ACTIONS(753), + [sym_cmd_identifier] = ACTIONS(753), + [anon_sym_SEMI] = ACTIONS(753), + [anon_sym_LF] = ACTIONS(755), + [anon_sym_def] = ACTIONS(753), + [anon_sym_def_DASHenv] = ACTIONS(753), + [anon_sym_export_DASHenv] = ACTIONS(753), + [anon_sym_extern] = ACTIONS(753), + [anon_sym_module] = ACTIONS(753), + [anon_sym_use] = ACTIONS(753), + [anon_sym_LBRACK] = ACTIONS(753), + [anon_sym_LPAREN] = ACTIONS(753), + [anon_sym_RPAREN] = ACTIONS(753), + [anon_sym_PIPE] = ACTIONS(753), + [anon_sym_DOLLAR] = ACTIONS(753), + [anon_sym_error] = ACTIONS(753), + [anon_sym_GT] = ACTIONS(753), + [anon_sym_DASH_DASH] = ACTIONS(753), + [anon_sym_DASH] = ACTIONS(753), + [anon_sym_break] = ACTIONS(753), + [anon_sym_continue] = ACTIONS(753), + [anon_sym_for] = ACTIONS(753), + [anon_sym_in] = ACTIONS(753), + [anon_sym_loop] = ACTIONS(753), + [anon_sym_while] = ACTIONS(753), + [anon_sym_do] = ACTIONS(753), + [anon_sym_if] = ACTIONS(753), + [anon_sym_match] = ACTIONS(753), + [anon_sym_LBRACE] = ACTIONS(753), + [anon_sym_RBRACE] = ACTIONS(753), + [anon_sym_DOT] = ACTIONS(753), + [anon_sym_try] = ACTIONS(753), + [anon_sym_return] = ACTIONS(753), + [anon_sym_source] = ACTIONS(753), + [anon_sym_source_DASHenv] = ACTIONS(753), + [anon_sym_register] = ACTIONS(753), + [anon_sym_hide] = ACTIONS(753), + [anon_sym_hide_DASHenv] = ACTIONS(753), + [anon_sym_overlay] = ACTIONS(753), + [anon_sym_STAR] = ACTIONS(753), + [anon_sym_where] = ACTIONS(753), + [anon_sym_STAR_STAR] = ACTIONS(753), + [anon_sym_PLUS_PLUS] = ACTIONS(753), + [anon_sym_SLASH] = ACTIONS(753), + [anon_sym_mod] = ACTIONS(753), + [anon_sym_SLASH_SLASH] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(753), + [anon_sym_bit_DASHshl] = ACTIONS(753), + [anon_sym_bit_DASHshr] = ACTIONS(753), + [anon_sym_EQ_EQ] = ACTIONS(753), + [anon_sym_BANG_EQ] = ACTIONS(753), + [anon_sym_LT2] = ACTIONS(753), + [anon_sym_LT_EQ] = ACTIONS(753), + [anon_sym_GT_EQ] = ACTIONS(753), + [anon_sym_not_DASHin] = ACTIONS(753), + [anon_sym_starts_DASHwith] = ACTIONS(753), + [anon_sym_ends_DASHwith] = ACTIONS(753), + [anon_sym_EQ_TILDE] = ACTIONS(753), + [anon_sym_BANG_TILDE] = ACTIONS(753), + [anon_sym_bit_DASHand] = ACTIONS(753), + [anon_sym_bit_DASHxor] = ACTIONS(753), + [anon_sym_bit_DASHor] = ACTIONS(753), + [anon_sym_and] = ACTIONS(753), + [anon_sym_xor] = ACTIONS(753), + [anon_sym_or] = ACTIONS(753), + [anon_sym_not] = ACTIONS(753), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_DOT_DOT] = ACTIONS(753), + [anon_sym_DOT_DOT_EQ] = ACTIONS(753), + [sym_val_nothing] = ACTIONS(753), + [anon_sym_true] = ACTIONS(753), + [anon_sym_false] = ACTIONS(753), + [aux_sym_val_number_token1] = ACTIONS(753), + [aux_sym_val_number_token2] = ACTIONS(753), + [aux_sym_val_number_token3] = ACTIONS(753), + [aux_sym_val_number_token4] = ACTIONS(753), + [anon_sym_inf] = ACTIONS(753), + [anon_sym_DASHinf] = ACTIONS(753), + [anon_sym_NaN] = ACTIONS(753), + [anon_sym_0b] = ACTIONS(753), + [anon_sym_0o] = ACTIONS(753), + [anon_sym_0x] = ACTIONS(753), + [sym_val_date] = ACTIONS(753), + [anon_sym_DQUOTE] = ACTIONS(753), + [sym__str_single_quotes] = ACTIONS(753), + [sym__str_back_ticks] = ACTIONS(753), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(753), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(753), + [anon_sym_CARET] = ACTIONS(753), + [sym_short_flag] = ACTIONS(753), [anon_sym_POUND] = ACTIONS(3), }, [181] = { - [sym_cell_path] = STATE(321), - [sym_path] = STATE(173), + [sym__flag] = STATE(654), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(181), - [anon_sym_export] = ACTIONS(601), - [anon_sym_alias] = ACTIONS(601), - [anon_sym_let] = ACTIONS(601), - [anon_sym_let_DASHenv] = ACTIONS(601), - [anon_sym_mut] = ACTIONS(601), - [anon_sym_const] = ACTIONS(601), - [sym_cmd_identifier] = ACTIONS(601), - [anon_sym_SEMI] = ACTIONS(601), - [anon_sym_LF] = ACTIONS(603), - [anon_sym_def] = ACTIONS(601), - [anon_sym_def_DASHenv] = ACTIONS(601), - [anon_sym_export_DASHenv] = ACTIONS(601), - [anon_sym_extern] = ACTIONS(601), - [anon_sym_module] = ACTIONS(601), - [anon_sym_use] = ACTIONS(601), - [anon_sym_LBRACK] = ACTIONS(601), - [anon_sym_LPAREN] = ACTIONS(601), - [anon_sym_RPAREN] = ACTIONS(601), - [anon_sym_PIPE] = ACTIONS(601), - [anon_sym_DOLLAR] = ACTIONS(601), - [anon_sym_error] = ACTIONS(601), - [anon_sym_GT] = ACTIONS(601), - [anon_sym_DASH] = ACTIONS(601), - [anon_sym_break] = ACTIONS(601), - [anon_sym_continue] = ACTIONS(601), - [anon_sym_for] = ACTIONS(601), - [anon_sym_in] = ACTIONS(601), - [anon_sym_loop] = ACTIONS(601), - [anon_sym_while] = ACTIONS(601), - [anon_sym_do] = ACTIONS(601), - [anon_sym_if] = ACTIONS(601), - [anon_sym_match] = ACTIONS(601), - [anon_sym_LBRACE] = ACTIONS(601), - [anon_sym_RBRACE] = ACTIONS(601), - [anon_sym_DOT] = ACTIONS(710), - [anon_sym_try] = ACTIONS(601), - [anon_sym_return] = ACTIONS(601), - [anon_sym_source] = ACTIONS(601), - [anon_sym_source_DASHenv] = ACTIONS(601), - [anon_sym_register] = ACTIONS(601), - [anon_sym_hide] = ACTIONS(601), - [anon_sym_hide_DASHenv] = ACTIONS(601), - [anon_sym_overlay] = ACTIONS(601), - [anon_sym_STAR] = ACTIONS(601), - [anon_sym_where] = ACTIONS(601), - [anon_sym_STAR_STAR] = ACTIONS(601), - [anon_sym_PLUS_PLUS] = ACTIONS(601), - [anon_sym_SLASH] = ACTIONS(601), - [anon_sym_mod] = ACTIONS(601), - [anon_sym_SLASH_SLASH] = ACTIONS(601), - [anon_sym_PLUS] = ACTIONS(601), - [anon_sym_bit_DASHshl] = ACTIONS(601), - [anon_sym_bit_DASHshr] = ACTIONS(601), - [anon_sym_EQ_EQ] = ACTIONS(601), - [anon_sym_BANG_EQ] = ACTIONS(601), - [anon_sym_LT2] = ACTIONS(601), - [anon_sym_LT_EQ] = ACTIONS(601), - [anon_sym_GT_EQ] = ACTIONS(601), - [anon_sym_not_DASHin] = ACTIONS(601), - [anon_sym_starts_DASHwith] = ACTIONS(601), - [anon_sym_ends_DASHwith] = ACTIONS(601), - [anon_sym_EQ_TILDE] = ACTIONS(601), - [anon_sym_BANG_TILDE] = ACTIONS(601), - [anon_sym_bit_DASHand] = ACTIONS(601), - [anon_sym_bit_DASHxor] = ACTIONS(601), - [anon_sym_bit_DASHor] = ACTIONS(601), - [anon_sym_and] = ACTIONS(601), - [anon_sym_xor] = ACTIONS(601), - [anon_sym_or] = ACTIONS(601), - [anon_sym_not] = ACTIONS(601), - [anon_sym_DOT_DOT_LT] = ACTIONS(601), - [anon_sym_DOT_DOT] = ACTIONS(601), - [anon_sym_DOT_DOT_EQ] = ACTIONS(601), - [sym_val_nothing] = ACTIONS(601), - [anon_sym_true] = ACTIONS(601), - [anon_sym_false] = ACTIONS(601), - [aux_sym_val_number_token1] = ACTIONS(601), - [aux_sym_val_number_token2] = ACTIONS(601), - [aux_sym_val_number_token3] = ACTIONS(601), - [aux_sym_val_number_token4] = ACTIONS(601), - [anon_sym_inf] = ACTIONS(601), - [anon_sym_DASHinf] = ACTIONS(601), - [anon_sym_NaN] = ACTIONS(601), - [anon_sym_0b] = ACTIONS(601), - [anon_sym_0o] = ACTIONS(601), - [anon_sym_0x] = ACTIONS(601), - [sym_val_date] = ACTIONS(601), - [anon_sym_DQUOTE] = ACTIONS(601), - [sym__str_single_quotes] = ACTIONS(601), - [sym__str_back_ticks] = ACTIONS(601), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(601), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(601), - [anon_sym_CARET] = ACTIONS(601), + [ts_builtin_sym_end] = ACTIONS(708), + [anon_sym_export] = ACTIONS(706), + [anon_sym_alias] = ACTIONS(706), + [anon_sym_let] = ACTIONS(706), + [anon_sym_let_DASHenv] = ACTIONS(706), + [anon_sym_mut] = ACTIONS(706), + [anon_sym_const] = ACTIONS(706), + [sym_cmd_identifier] = ACTIONS(706), + [anon_sym_SEMI] = ACTIONS(706), + [anon_sym_LF] = ACTIONS(708), + [anon_sym_def] = ACTIONS(706), + [anon_sym_def_DASHenv] = ACTIONS(706), + [anon_sym_export_DASHenv] = ACTIONS(706), + [anon_sym_extern] = ACTIONS(706), + [anon_sym_module] = ACTIONS(706), + [anon_sym_use] = ACTIONS(706), + [anon_sym_LBRACK] = ACTIONS(706), + [anon_sym_LPAREN] = ACTIONS(706), + [anon_sym_PIPE] = ACTIONS(706), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_error] = ACTIONS(706), + [anon_sym_GT] = ACTIONS(714), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(718), + [anon_sym_break] = ACTIONS(706), + [anon_sym_continue] = ACTIONS(706), + [anon_sym_for] = ACTIONS(706), + [anon_sym_in] = ACTIONS(720), + [anon_sym_loop] = ACTIONS(706), + [anon_sym_while] = ACTIONS(706), + [anon_sym_do] = ACTIONS(706), + [anon_sym_if] = ACTIONS(706), + [anon_sym_match] = ACTIONS(706), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_try] = ACTIONS(706), + [anon_sym_return] = ACTIONS(706), + [anon_sym_source] = ACTIONS(706), + [anon_sym_source_DASHenv] = ACTIONS(706), + [anon_sym_register] = ACTIONS(706), + [anon_sym_hide] = ACTIONS(706), + [anon_sym_hide_DASHenv] = ACTIONS(706), + [anon_sym_overlay] = ACTIONS(706), + [anon_sym_STAR] = ACTIONS(722), + [anon_sym_where] = ACTIONS(706), + [anon_sym_STAR_STAR] = ACTIONS(724), + [anon_sym_PLUS_PLUS] = ACTIONS(724), + [anon_sym_SLASH] = ACTIONS(722), + [anon_sym_mod] = ACTIONS(722), + [anon_sym_SLASH_SLASH] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(718), + [anon_sym_bit_DASHshl] = ACTIONS(726), + [anon_sym_bit_DASHshr] = ACTIONS(726), + [anon_sym_EQ_EQ] = ACTIONS(714), + [anon_sym_BANG_EQ] = ACTIONS(714), + [anon_sym_LT2] = ACTIONS(714), + [anon_sym_LT_EQ] = ACTIONS(714), + [anon_sym_GT_EQ] = ACTIONS(714), + [anon_sym_not_DASHin] = ACTIONS(720), + [anon_sym_starts_DASHwith] = ACTIONS(720), + [anon_sym_ends_DASHwith] = ACTIONS(720), + [anon_sym_EQ_TILDE] = ACTIONS(728), + [anon_sym_BANG_TILDE] = ACTIONS(728), + [anon_sym_bit_DASHand] = ACTIONS(730), + [anon_sym_bit_DASHxor] = ACTIONS(732), + [anon_sym_bit_DASHor] = ACTIONS(734), + [anon_sym_and] = ACTIONS(736), + [anon_sym_xor] = ACTIONS(738), + [anon_sym_or] = ACTIONS(740), + [anon_sym_not] = ACTIONS(706), + [anon_sym_DOT_DOT_LT] = ACTIONS(706), + [anon_sym_DOT_DOT] = ACTIONS(706), + [anon_sym_DOT_DOT_EQ] = ACTIONS(706), + [sym_val_nothing] = ACTIONS(706), + [anon_sym_true] = ACTIONS(706), + [anon_sym_false] = ACTIONS(706), + [aux_sym_val_number_token1] = ACTIONS(706), + [aux_sym_val_number_token2] = ACTIONS(706), + [aux_sym_val_number_token3] = ACTIONS(706), + [aux_sym_val_number_token4] = ACTIONS(706), + [anon_sym_inf] = ACTIONS(706), + [anon_sym_DASHinf] = ACTIONS(706), + [anon_sym_NaN] = ACTIONS(706), + [anon_sym_0b] = ACTIONS(706), + [anon_sym_0o] = ACTIONS(706), + [anon_sym_0x] = ACTIONS(706), + [sym_val_date] = ACTIONS(706), + [anon_sym_DQUOTE] = ACTIONS(706), + [sym__str_single_quotes] = ACTIONS(706), + [sym__str_back_ticks] = ACTIONS(706), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(706), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(706), + [anon_sym_CARET] = ACTIONS(706), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, [182] = { + [sym__flag] = STATE(658), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(182), - [ts_builtin_sym_end] = ACTIONS(658), - [anon_sym_export] = ACTIONS(656), - [anon_sym_alias] = ACTIONS(656), - [anon_sym_let] = ACTIONS(656), - [anon_sym_let_DASHenv] = ACTIONS(656), - [anon_sym_mut] = ACTIONS(656), - [anon_sym_const] = ACTIONS(656), - [sym_cmd_identifier] = ACTIONS(656), - [anon_sym_SEMI] = ACTIONS(656), - [anon_sym_LF] = ACTIONS(658), - [anon_sym_def] = ACTIONS(656), - [anon_sym_def_DASHenv] = ACTIONS(656), - [anon_sym_export_DASHenv] = ACTIONS(656), - [anon_sym_extern] = ACTIONS(656), - [anon_sym_module] = ACTIONS(656), - [anon_sym_use] = ACTIONS(656), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LPAREN] = ACTIONS(656), - [anon_sym_PIPE] = ACTIONS(656), - [anon_sym_DOLLAR] = ACTIONS(656), - [anon_sym_error] = ACTIONS(656), - [anon_sym_GT] = ACTIONS(656), - [anon_sym_DASH_DASH] = ACTIONS(656), - [anon_sym_DASH] = ACTIONS(656), - [anon_sym_break] = ACTIONS(656), - [anon_sym_continue] = ACTIONS(656), - [anon_sym_for] = ACTIONS(656), - [anon_sym_in] = ACTIONS(656), - [anon_sym_loop] = ACTIONS(656), - [anon_sym_while] = ACTIONS(656), - [anon_sym_do] = ACTIONS(656), - [anon_sym_if] = ACTIONS(656), - [anon_sym_match] = ACTIONS(656), - [anon_sym_LBRACE] = ACTIONS(656), - [anon_sym_DOT] = ACTIONS(656), - [anon_sym_try] = ACTIONS(656), - [anon_sym_return] = ACTIONS(656), - [anon_sym_source] = ACTIONS(656), - [anon_sym_source_DASHenv] = ACTIONS(656), - [anon_sym_register] = ACTIONS(656), - [anon_sym_hide] = ACTIONS(656), - [anon_sym_hide_DASHenv] = ACTIONS(656), - [anon_sym_overlay] = ACTIONS(656), - [anon_sym_STAR] = ACTIONS(656), - [anon_sym_where] = ACTIONS(656), - [anon_sym_QMARK2] = ACTIONS(754), - [anon_sym_STAR_STAR] = ACTIONS(656), - [anon_sym_PLUS_PLUS] = ACTIONS(656), - [anon_sym_SLASH] = ACTIONS(656), - [anon_sym_mod] = ACTIONS(656), - [anon_sym_SLASH_SLASH] = ACTIONS(656), - [anon_sym_PLUS] = ACTIONS(656), - [anon_sym_bit_DASHshl] = ACTIONS(656), - [anon_sym_bit_DASHshr] = ACTIONS(656), - [anon_sym_EQ_EQ] = ACTIONS(656), - [anon_sym_BANG_EQ] = ACTIONS(656), - [anon_sym_LT2] = ACTIONS(656), - [anon_sym_LT_EQ] = ACTIONS(656), - [anon_sym_GT_EQ] = ACTIONS(656), - [anon_sym_not_DASHin] = ACTIONS(656), - [anon_sym_starts_DASHwith] = ACTIONS(656), - [anon_sym_ends_DASHwith] = ACTIONS(656), - [anon_sym_EQ_TILDE] = ACTIONS(656), - [anon_sym_BANG_TILDE] = ACTIONS(656), - [anon_sym_bit_DASHand] = ACTIONS(656), - [anon_sym_bit_DASHxor] = ACTIONS(656), - [anon_sym_bit_DASHor] = ACTIONS(656), - [anon_sym_and] = ACTIONS(656), - [anon_sym_xor] = ACTIONS(656), - [anon_sym_or] = ACTIONS(656), - [anon_sym_not] = ACTIONS(656), - [anon_sym_DOT_DOT_LT] = ACTIONS(656), - [anon_sym_DOT_DOT] = ACTIONS(656), - [anon_sym_DOT_DOT_EQ] = ACTIONS(656), - [sym_val_nothing] = ACTIONS(656), - [anon_sym_true] = ACTIONS(656), - [anon_sym_false] = ACTIONS(656), - [aux_sym_val_number_token1] = ACTIONS(656), - [aux_sym_val_number_token2] = ACTIONS(656), - [aux_sym_val_number_token3] = ACTIONS(656), - [aux_sym_val_number_token4] = ACTIONS(656), - [anon_sym_inf] = ACTIONS(656), - [anon_sym_DASHinf] = ACTIONS(656), - [anon_sym_NaN] = ACTIONS(656), - [anon_sym_0b] = ACTIONS(656), - [anon_sym_0o] = ACTIONS(656), - [anon_sym_0x] = ACTIONS(656), - [sym_val_date] = ACTIONS(656), - [anon_sym_DQUOTE] = ACTIONS(656), - [sym__str_single_quotes] = ACTIONS(656), - [sym__str_back_ticks] = ACTIONS(656), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(656), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(656), - [anon_sym_CARET] = ACTIONS(656), - [sym_short_flag] = ACTIONS(656), + [ts_builtin_sym_end] = ACTIONS(665), + [anon_sym_export] = ACTIONS(663), + [anon_sym_alias] = ACTIONS(663), + [anon_sym_let] = ACTIONS(663), + [anon_sym_let_DASHenv] = ACTIONS(663), + [anon_sym_mut] = ACTIONS(663), + [anon_sym_const] = ACTIONS(663), + [sym_cmd_identifier] = ACTIONS(663), + [anon_sym_SEMI] = ACTIONS(663), + [anon_sym_LF] = ACTIONS(665), + [anon_sym_def] = ACTIONS(663), + [anon_sym_def_DASHenv] = ACTIONS(663), + [anon_sym_export_DASHenv] = ACTIONS(663), + [anon_sym_extern] = ACTIONS(663), + [anon_sym_module] = ACTIONS(663), + [anon_sym_use] = ACTIONS(663), + [anon_sym_LBRACK] = ACTIONS(663), + [anon_sym_LPAREN] = ACTIONS(663), + [anon_sym_PIPE] = ACTIONS(663), + [anon_sym_DOLLAR] = ACTIONS(663), + [anon_sym_error] = ACTIONS(663), + [anon_sym_GT] = ACTIONS(714), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(718), + [anon_sym_break] = ACTIONS(663), + [anon_sym_continue] = ACTIONS(663), + [anon_sym_for] = ACTIONS(663), + [anon_sym_in] = ACTIONS(720), + [anon_sym_loop] = ACTIONS(663), + [anon_sym_while] = ACTIONS(663), + [anon_sym_do] = ACTIONS(663), + [anon_sym_if] = ACTIONS(663), + [anon_sym_match] = ACTIONS(663), + [anon_sym_LBRACE] = ACTIONS(663), + [anon_sym_try] = ACTIONS(663), + [anon_sym_return] = ACTIONS(663), + [anon_sym_source] = ACTIONS(663), + [anon_sym_source_DASHenv] = ACTIONS(663), + [anon_sym_register] = ACTIONS(663), + [anon_sym_hide] = ACTIONS(663), + [anon_sym_hide_DASHenv] = ACTIONS(663), + [anon_sym_overlay] = ACTIONS(663), + [anon_sym_STAR] = ACTIONS(722), + [anon_sym_where] = ACTIONS(663), + [anon_sym_STAR_STAR] = ACTIONS(724), + [anon_sym_PLUS_PLUS] = ACTIONS(724), + [anon_sym_SLASH] = ACTIONS(722), + [anon_sym_mod] = ACTIONS(722), + [anon_sym_SLASH_SLASH] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(718), + [anon_sym_bit_DASHshl] = ACTIONS(726), + [anon_sym_bit_DASHshr] = ACTIONS(726), + [anon_sym_EQ_EQ] = ACTIONS(714), + [anon_sym_BANG_EQ] = ACTIONS(714), + [anon_sym_LT2] = ACTIONS(714), + [anon_sym_LT_EQ] = ACTIONS(714), + [anon_sym_GT_EQ] = ACTIONS(714), + [anon_sym_not_DASHin] = ACTIONS(720), + [anon_sym_starts_DASHwith] = ACTIONS(720), + [anon_sym_ends_DASHwith] = ACTIONS(720), + [anon_sym_EQ_TILDE] = ACTIONS(728), + [anon_sym_BANG_TILDE] = ACTIONS(728), + [anon_sym_bit_DASHand] = ACTIONS(730), + [anon_sym_bit_DASHxor] = ACTIONS(732), + [anon_sym_bit_DASHor] = ACTIONS(734), + [anon_sym_and] = ACTIONS(736), + [anon_sym_xor] = ACTIONS(738), + [anon_sym_or] = ACTIONS(740), + [anon_sym_not] = ACTIONS(663), + [anon_sym_DOT_DOT_LT] = ACTIONS(663), + [anon_sym_DOT_DOT] = ACTIONS(663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(663), + [sym_val_nothing] = ACTIONS(663), + [anon_sym_true] = ACTIONS(663), + [anon_sym_false] = ACTIONS(663), + [aux_sym_val_number_token1] = ACTIONS(663), + [aux_sym_val_number_token2] = ACTIONS(663), + [aux_sym_val_number_token3] = ACTIONS(663), + [aux_sym_val_number_token4] = ACTIONS(663), + [anon_sym_inf] = ACTIONS(663), + [anon_sym_DASHinf] = ACTIONS(663), + [anon_sym_NaN] = ACTIONS(663), + [anon_sym_0b] = ACTIONS(663), + [anon_sym_0o] = ACTIONS(663), + [anon_sym_0x] = ACTIONS(663), + [sym_val_date] = ACTIONS(663), + [anon_sym_DQUOTE] = ACTIONS(663), + [sym__str_single_quotes] = ACTIONS(663), + [sym__str_back_ticks] = ACTIONS(663), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(663), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(663), + [anon_sym_CARET] = ACTIONS(663), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, [183] = { [sym_comment] = STATE(183), - [ts_builtin_sym_end] = ACTIONS(700), - [anon_sym_export] = ACTIONS(698), - [anon_sym_alias] = ACTIONS(698), - [anon_sym_let] = ACTIONS(698), - [anon_sym_let_DASHenv] = ACTIONS(698), - [anon_sym_mut] = ACTIONS(698), - [anon_sym_const] = ACTIONS(698), - [sym_cmd_identifier] = ACTIONS(698), - [anon_sym_SEMI] = ACTIONS(698), - [anon_sym_LF] = ACTIONS(700), - [anon_sym_def] = ACTIONS(698), - [anon_sym_def_DASHenv] = ACTIONS(698), - [anon_sym_export_DASHenv] = ACTIONS(698), - [anon_sym_extern] = ACTIONS(698), - [anon_sym_module] = ACTIONS(698), - [anon_sym_use] = ACTIONS(698), - [anon_sym_LBRACK] = ACTIONS(698), - [anon_sym_LPAREN] = ACTIONS(698), - [anon_sym_PIPE] = ACTIONS(698), - [anon_sym_DOLLAR] = ACTIONS(698), - [anon_sym_error] = ACTIONS(698), - [anon_sym_GT] = ACTIONS(698), - [anon_sym_DASH_DASH] = ACTIONS(698), - [anon_sym_DASH] = ACTIONS(698), - [anon_sym_break] = ACTIONS(698), - [anon_sym_continue] = ACTIONS(698), - [anon_sym_for] = ACTIONS(698), - [anon_sym_in] = ACTIONS(698), - [anon_sym_loop] = ACTIONS(698), - [anon_sym_while] = ACTIONS(698), - [anon_sym_do] = ACTIONS(698), - [anon_sym_if] = ACTIONS(698), - [anon_sym_match] = ACTIONS(698), - [anon_sym_LBRACE] = ACTIONS(698), - [anon_sym_DOT] = ACTIONS(698), - [anon_sym_try] = ACTIONS(698), - [anon_sym_return] = ACTIONS(698), - [anon_sym_source] = ACTIONS(698), - [anon_sym_source_DASHenv] = ACTIONS(698), - [anon_sym_register] = ACTIONS(698), - [anon_sym_hide] = ACTIONS(698), - [anon_sym_hide_DASHenv] = ACTIONS(698), - [anon_sym_overlay] = ACTIONS(698), - [anon_sym_STAR] = ACTIONS(698), - [anon_sym_where] = ACTIONS(698), - [anon_sym_QMARK2] = ACTIONS(698), - [anon_sym_STAR_STAR] = ACTIONS(698), - [anon_sym_PLUS_PLUS] = ACTIONS(698), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_mod] = ACTIONS(698), - [anon_sym_SLASH_SLASH] = ACTIONS(698), - [anon_sym_PLUS] = ACTIONS(698), - [anon_sym_bit_DASHshl] = ACTIONS(698), - [anon_sym_bit_DASHshr] = ACTIONS(698), - [anon_sym_EQ_EQ] = ACTIONS(698), - [anon_sym_BANG_EQ] = ACTIONS(698), - [anon_sym_LT2] = ACTIONS(698), - [anon_sym_LT_EQ] = ACTIONS(698), - [anon_sym_GT_EQ] = ACTIONS(698), - [anon_sym_not_DASHin] = ACTIONS(698), - [anon_sym_starts_DASHwith] = ACTIONS(698), - [anon_sym_ends_DASHwith] = ACTIONS(698), - [anon_sym_EQ_TILDE] = ACTIONS(698), - [anon_sym_BANG_TILDE] = ACTIONS(698), - [anon_sym_bit_DASHand] = ACTIONS(698), - [anon_sym_bit_DASHxor] = ACTIONS(698), - [anon_sym_bit_DASHor] = ACTIONS(698), - [anon_sym_and] = ACTIONS(698), - [anon_sym_xor] = ACTIONS(698), - [anon_sym_or] = ACTIONS(698), - [anon_sym_not] = ACTIONS(698), - [anon_sym_DOT_DOT_LT] = ACTIONS(698), - [anon_sym_DOT_DOT] = ACTIONS(698), - [anon_sym_DOT_DOT_EQ] = ACTIONS(698), - [sym_val_nothing] = ACTIONS(698), - [anon_sym_true] = ACTIONS(698), - [anon_sym_false] = ACTIONS(698), - [aux_sym_val_number_token1] = ACTIONS(698), - [aux_sym_val_number_token2] = ACTIONS(698), - [aux_sym_val_number_token3] = ACTIONS(698), - [aux_sym_val_number_token4] = ACTIONS(698), - [anon_sym_inf] = ACTIONS(698), - [anon_sym_DASHinf] = ACTIONS(698), - [anon_sym_NaN] = ACTIONS(698), - [anon_sym_0b] = ACTIONS(698), - [anon_sym_0o] = ACTIONS(698), - [anon_sym_0x] = ACTIONS(698), - [sym_val_date] = ACTIONS(698), - [anon_sym_DQUOTE] = ACTIONS(698), - [sym__str_single_quotes] = ACTIONS(698), - [sym__str_back_ticks] = ACTIONS(698), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(698), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(698), - [anon_sym_CARET] = ACTIONS(698), - [sym_short_flag] = ACTIONS(698), + [ts_builtin_sym_end] = ACTIONS(623), + [anon_sym_export] = ACTIONS(621), + [anon_sym_alias] = ACTIONS(621), + [anon_sym_let] = ACTIONS(621), + [anon_sym_let_DASHenv] = ACTIONS(621), + [anon_sym_mut] = ACTIONS(621), + [anon_sym_const] = ACTIONS(621), + [sym_cmd_identifier] = ACTIONS(621), + [anon_sym_SEMI] = ACTIONS(621), + [anon_sym_LF] = ACTIONS(623), + [anon_sym_def] = ACTIONS(621), + [anon_sym_def_DASHenv] = ACTIONS(621), + [anon_sym_export_DASHenv] = ACTIONS(621), + [anon_sym_extern] = ACTIONS(621), + [anon_sym_module] = ACTIONS(621), + [anon_sym_use] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_PIPE] = ACTIONS(621), + [anon_sym_DOLLAR] = ACTIONS(621), + [anon_sym_error] = ACTIONS(621), + [anon_sym_GT] = ACTIONS(621), + [anon_sym_DASH_DASH] = ACTIONS(621), + [anon_sym_DASH] = ACTIONS(621), + [anon_sym_break] = ACTIONS(621), + [anon_sym_continue] = ACTIONS(621), + [anon_sym_for] = ACTIONS(621), + [anon_sym_in] = ACTIONS(621), + [anon_sym_loop] = ACTIONS(621), + [anon_sym_while] = ACTIONS(621), + [anon_sym_do] = ACTIONS(621), + [anon_sym_if] = ACTIONS(621), + [anon_sym_match] = ACTIONS(621), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_DOT] = ACTIONS(621), + [anon_sym_try] = ACTIONS(621), + [anon_sym_return] = ACTIONS(621), + [anon_sym_source] = ACTIONS(621), + [anon_sym_source_DASHenv] = ACTIONS(621), + [anon_sym_register] = ACTIONS(621), + [anon_sym_hide] = ACTIONS(621), + [anon_sym_hide_DASHenv] = ACTIONS(621), + [anon_sym_overlay] = ACTIONS(621), + [anon_sym_STAR] = ACTIONS(621), + [anon_sym_where] = ACTIONS(621), + [anon_sym_QMARK2] = ACTIONS(757), + [anon_sym_STAR_STAR] = ACTIONS(621), + [anon_sym_PLUS_PLUS] = ACTIONS(621), + [anon_sym_SLASH] = ACTIONS(621), + [anon_sym_mod] = ACTIONS(621), + [anon_sym_SLASH_SLASH] = ACTIONS(621), + [anon_sym_PLUS] = ACTIONS(621), + [anon_sym_bit_DASHshl] = ACTIONS(621), + [anon_sym_bit_DASHshr] = ACTIONS(621), + [anon_sym_EQ_EQ] = ACTIONS(621), + [anon_sym_BANG_EQ] = ACTIONS(621), + [anon_sym_LT2] = ACTIONS(621), + [anon_sym_LT_EQ] = ACTIONS(621), + [anon_sym_GT_EQ] = ACTIONS(621), + [anon_sym_not_DASHin] = ACTIONS(621), + [anon_sym_starts_DASHwith] = ACTIONS(621), + [anon_sym_ends_DASHwith] = ACTIONS(621), + [anon_sym_EQ_TILDE] = ACTIONS(621), + [anon_sym_BANG_TILDE] = ACTIONS(621), + [anon_sym_bit_DASHand] = ACTIONS(621), + [anon_sym_bit_DASHxor] = ACTIONS(621), + [anon_sym_bit_DASHor] = ACTIONS(621), + [anon_sym_and] = ACTIONS(621), + [anon_sym_xor] = ACTIONS(621), + [anon_sym_or] = ACTIONS(621), + [anon_sym_not] = ACTIONS(621), + [anon_sym_DOT_DOT_LT] = ACTIONS(621), + [anon_sym_DOT_DOT] = ACTIONS(621), + [anon_sym_DOT_DOT_EQ] = ACTIONS(621), + [sym_val_nothing] = ACTIONS(621), + [anon_sym_true] = ACTIONS(621), + [anon_sym_false] = ACTIONS(621), + [aux_sym_val_number_token1] = ACTIONS(621), + [aux_sym_val_number_token2] = ACTIONS(621), + [aux_sym_val_number_token3] = ACTIONS(621), + [aux_sym_val_number_token4] = ACTIONS(621), + [anon_sym_inf] = ACTIONS(621), + [anon_sym_DASHinf] = ACTIONS(621), + [anon_sym_NaN] = ACTIONS(621), + [anon_sym_0b] = ACTIONS(621), + [anon_sym_0o] = ACTIONS(621), + [anon_sym_0x] = ACTIONS(621), + [sym_val_date] = ACTIONS(621), + [anon_sym_DQUOTE] = ACTIONS(621), + [sym__str_single_quotes] = ACTIONS(621), + [sym__str_back_ticks] = ACTIONS(621), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(621), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(621), + [anon_sym_CARET] = ACTIONS(621), + [sym_short_flag] = ACTIONS(621), [anon_sym_POUND] = ACTIONS(3), }, [184] = { - [sym_path] = STATE(255), + [sym__flag] = STATE(651), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(184), - [aux_sym_cell_path_repeat1] = STATE(184), - [anon_sym_export] = ACTIONS(590), - [anon_sym_alias] = ACTIONS(590), - [anon_sym_let] = ACTIONS(590), - [anon_sym_let_DASHenv] = ACTIONS(590), - [anon_sym_mut] = ACTIONS(590), - [anon_sym_const] = ACTIONS(590), - [sym_cmd_identifier] = ACTIONS(590), - [anon_sym_SEMI] = ACTIONS(590), - [anon_sym_LF] = ACTIONS(592), - [anon_sym_def] = ACTIONS(590), - [anon_sym_def_DASHenv] = ACTIONS(590), - [anon_sym_export_DASHenv] = ACTIONS(590), - [anon_sym_extern] = ACTIONS(590), - [anon_sym_module] = ACTIONS(590), - [anon_sym_use] = ACTIONS(590), - [anon_sym_LBRACK] = ACTIONS(590), - [anon_sym_LPAREN] = ACTIONS(590), - [anon_sym_RPAREN] = ACTIONS(590), - [anon_sym_PIPE] = ACTIONS(590), - [anon_sym_DOLLAR] = ACTIONS(590), - [anon_sym_error] = ACTIONS(590), - [anon_sym_GT] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_break] = ACTIONS(590), - [anon_sym_continue] = ACTIONS(590), - [anon_sym_for] = ACTIONS(590), - [anon_sym_in] = ACTIONS(590), - [anon_sym_loop] = ACTIONS(590), - [anon_sym_while] = ACTIONS(590), - [anon_sym_do] = ACTIONS(590), - [anon_sym_if] = ACTIONS(590), - [anon_sym_match] = ACTIONS(590), - [anon_sym_LBRACE] = ACTIONS(590), - [anon_sym_RBRACE] = ACTIONS(590), - [anon_sym_DOT] = ACTIONS(756), - [anon_sym_try] = ACTIONS(590), - [anon_sym_return] = ACTIONS(590), - [anon_sym_source] = ACTIONS(590), - [anon_sym_source_DASHenv] = ACTIONS(590), - [anon_sym_register] = ACTIONS(590), - [anon_sym_hide] = ACTIONS(590), - [anon_sym_hide_DASHenv] = ACTIONS(590), - [anon_sym_overlay] = ACTIONS(590), - [anon_sym_STAR] = ACTIONS(590), - [anon_sym_where] = ACTIONS(590), - [anon_sym_STAR_STAR] = ACTIONS(590), - [anon_sym_PLUS_PLUS] = ACTIONS(590), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_mod] = ACTIONS(590), - [anon_sym_SLASH_SLASH] = ACTIONS(590), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_bit_DASHshl] = ACTIONS(590), - [anon_sym_bit_DASHshr] = ACTIONS(590), - [anon_sym_EQ_EQ] = ACTIONS(590), - [anon_sym_BANG_EQ] = ACTIONS(590), - [anon_sym_LT2] = ACTIONS(590), - [anon_sym_LT_EQ] = ACTIONS(590), - [anon_sym_GT_EQ] = ACTIONS(590), - [anon_sym_not_DASHin] = ACTIONS(590), - [anon_sym_starts_DASHwith] = ACTIONS(590), - [anon_sym_ends_DASHwith] = ACTIONS(590), - [anon_sym_EQ_TILDE] = ACTIONS(590), - [anon_sym_BANG_TILDE] = ACTIONS(590), - [anon_sym_bit_DASHand] = ACTIONS(590), - [anon_sym_bit_DASHxor] = ACTIONS(590), - [anon_sym_bit_DASHor] = ACTIONS(590), - [anon_sym_and] = ACTIONS(590), - [anon_sym_xor] = ACTIONS(590), - [anon_sym_or] = ACTIONS(590), - [anon_sym_not] = ACTIONS(590), - [anon_sym_DOT_DOT_LT] = ACTIONS(590), - [anon_sym_DOT_DOT] = ACTIONS(590), - [anon_sym_DOT_DOT_EQ] = ACTIONS(590), - [sym_val_nothing] = ACTIONS(590), - [anon_sym_true] = ACTIONS(590), - [anon_sym_false] = ACTIONS(590), - [aux_sym_val_number_token1] = ACTIONS(590), - [aux_sym_val_number_token2] = ACTIONS(590), - [aux_sym_val_number_token3] = ACTIONS(590), - [aux_sym_val_number_token4] = ACTIONS(590), - [anon_sym_inf] = ACTIONS(590), - [anon_sym_DASHinf] = ACTIONS(590), - [anon_sym_NaN] = ACTIONS(590), - [anon_sym_0b] = ACTIONS(590), - [anon_sym_0o] = ACTIONS(590), - [anon_sym_0x] = ACTIONS(590), - [sym_val_date] = ACTIONS(590), - [anon_sym_DQUOTE] = ACTIONS(590), - [sym__str_single_quotes] = ACTIONS(590), - [sym__str_back_ticks] = ACTIONS(590), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(590), - [anon_sym_CARET] = ACTIONS(590), + [ts_builtin_sym_end] = ACTIONS(685), + [anon_sym_export] = ACTIONS(683), + [anon_sym_alias] = ACTIONS(683), + [anon_sym_let] = ACTIONS(683), + [anon_sym_let_DASHenv] = ACTIONS(683), + [anon_sym_mut] = ACTIONS(683), + [anon_sym_const] = ACTIONS(683), + [sym_cmd_identifier] = ACTIONS(683), + [anon_sym_SEMI] = ACTIONS(683), + [anon_sym_LF] = ACTIONS(685), + [anon_sym_def] = ACTIONS(683), + [anon_sym_def_DASHenv] = ACTIONS(683), + [anon_sym_export_DASHenv] = ACTIONS(683), + [anon_sym_extern] = ACTIONS(683), + [anon_sym_module] = ACTIONS(683), + [anon_sym_use] = ACTIONS(683), + [anon_sym_LBRACK] = ACTIONS(683), + [anon_sym_LPAREN] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(683), + [anon_sym_DOLLAR] = ACTIONS(683), + [anon_sym_error] = ACTIONS(683), + [anon_sym_GT] = ACTIONS(714), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(718), + [anon_sym_break] = ACTIONS(683), + [anon_sym_continue] = ACTIONS(683), + [anon_sym_for] = ACTIONS(683), + [anon_sym_in] = ACTIONS(720), + [anon_sym_loop] = ACTIONS(683), + [anon_sym_while] = ACTIONS(683), + [anon_sym_do] = ACTIONS(683), + [anon_sym_if] = ACTIONS(683), + [anon_sym_match] = ACTIONS(683), + [anon_sym_LBRACE] = ACTIONS(683), + [anon_sym_try] = ACTIONS(683), + [anon_sym_return] = ACTIONS(683), + [anon_sym_source] = ACTIONS(683), + [anon_sym_source_DASHenv] = ACTIONS(683), + [anon_sym_register] = ACTIONS(683), + [anon_sym_hide] = ACTIONS(683), + [anon_sym_hide_DASHenv] = ACTIONS(683), + [anon_sym_overlay] = ACTIONS(683), + [anon_sym_STAR] = ACTIONS(722), + [anon_sym_where] = ACTIONS(683), + [anon_sym_STAR_STAR] = ACTIONS(724), + [anon_sym_PLUS_PLUS] = ACTIONS(724), + [anon_sym_SLASH] = ACTIONS(722), + [anon_sym_mod] = ACTIONS(722), + [anon_sym_SLASH_SLASH] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(718), + [anon_sym_bit_DASHshl] = ACTIONS(726), + [anon_sym_bit_DASHshr] = ACTIONS(726), + [anon_sym_EQ_EQ] = ACTIONS(714), + [anon_sym_BANG_EQ] = ACTIONS(714), + [anon_sym_LT2] = ACTIONS(714), + [anon_sym_LT_EQ] = ACTIONS(714), + [anon_sym_GT_EQ] = ACTIONS(714), + [anon_sym_not_DASHin] = ACTIONS(720), + [anon_sym_starts_DASHwith] = ACTIONS(720), + [anon_sym_ends_DASHwith] = ACTIONS(720), + [anon_sym_EQ_TILDE] = ACTIONS(728), + [anon_sym_BANG_TILDE] = ACTIONS(728), + [anon_sym_bit_DASHand] = ACTIONS(730), + [anon_sym_bit_DASHxor] = ACTIONS(732), + [anon_sym_bit_DASHor] = ACTIONS(734), + [anon_sym_and] = ACTIONS(736), + [anon_sym_xor] = ACTIONS(738), + [anon_sym_or] = ACTIONS(740), + [anon_sym_not] = ACTIONS(683), + [anon_sym_DOT_DOT_LT] = ACTIONS(683), + [anon_sym_DOT_DOT] = ACTIONS(683), + [anon_sym_DOT_DOT_EQ] = ACTIONS(683), + [sym_val_nothing] = ACTIONS(683), + [anon_sym_true] = ACTIONS(683), + [anon_sym_false] = ACTIONS(683), + [aux_sym_val_number_token1] = ACTIONS(683), + [aux_sym_val_number_token2] = ACTIONS(683), + [aux_sym_val_number_token3] = ACTIONS(683), + [aux_sym_val_number_token4] = ACTIONS(683), + [anon_sym_inf] = ACTIONS(683), + [anon_sym_DASHinf] = ACTIONS(683), + [anon_sym_NaN] = ACTIONS(683), + [anon_sym_0b] = ACTIONS(683), + [anon_sym_0o] = ACTIONS(683), + [anon_sym_0x] = ACTIONS(683), + [sym_val_date] = ACTIONS(683), + [anon_sym_DQUOTE] = ACTIONS(683), + [sym__str_single_quotes] = ACTIONS(683), + [sym__str_back_ticks] = ACTIONS(683), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(683), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(683), + [anon_sym_CARET] = ACTIONS(683), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, [185] = { - [sym__flag] = STATE(660), - [sym_long_flag] = STATE(708), + [sym__flag] = STATE(677), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(185), - [ts_builtin_sym_end] = ACTIONS(668), - [anon_sym_export] = ACTIONS(666), - [anon_sym_alias] = ACTIONS(666), - [anon_sym_let] = ACTIONS(666), - [anon_sym_let_DASHenv] = ACTIONS(666), - [anon_sym_mut] = ACTIONS(666), - [anon_sym_const] = ACTIONS(666), - [sym_cmd_identifier] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_LF] = ACTIONS(668), - [anon_sym_def] = ACTIONS(666), - [anon_sym_def_DASHenv] = ACTIONS(666), - [anon_sym_export_DASHenv] = ACTIONS(666), - [anon_sym_extern] = ACTIONS(666), - [anon_sym_module] = ACTIONS(666), - [anon_sym_use] = ACTIONS(666), - [anon_sym_LBRACK] = ACTIONS(666), - [anon_sym_LPAREN] = ACTIONS(666), - [anon_sym_PIPE] = ACTIONS(666), - [anon_sym_DOLLAR] = ACTIONS(666), - [anon_sym_error] = ACTIONS(666), - [anon_sym_GT] = ACTIONS(712), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(716), - [anon_sym_break] = ACTIONS(666), - [anon_sym_continue] = ACTIONS(666), - [anon_sym_for] = ACTIONS(666), - [anon_sym_in] = ACTIONS(718), - [anon_sym_loop] = ACTIONS(666), - [anon_sym_while] = ACTIONS(666), - [anon_sym_do] = ACTIONS(666), - [anon_sym_if] = ACTIONS(666), - [anon_sym_match] = ACTIONS(666), - [anon_sym_LBRACE] = ACTIONS(666), - [anon_sym_try] = ACTIONS(666), - [anon_sym_return] = ACTIONS(666), - [anon_sym_source] = ACTIONS(666), - [anon_sym_source_DASHenv] = ACTIONS(666), - [anon_sym_register] = ACTIONS(666), - [anon_sym_hide] = ACTIONS(666), - [anon_sym_hide_DASHenv] = ACTIONS(666), - [anon_sym_overlay] = ACTIONS(666), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_where] = ACTIONS(666), - [anon_sym_STAR_STAR] = ACTIONS(722), - [anon_sym_PLUS_PLUS] = ACTIONS(722), - [anon_sym_SLASH] = ACTIONS(720), - [anon_sym_mod] = ACTIONS(720), - [anon_sym_SLASH_SLASH] = ACTIONS(720), - [anon_sym_PLUS] = ACTIONS(716), - [anon_sym_bit_DASHshl] = ACTIONS(724), - [anon_sym_bit_DASHshr] = ACTIONS(724), - [anon_sym_EQ_EQ] = ACTIONS(712), - [anon_sym_BANG_EQ] = ACTIONS(712), - [anon_sym_LT2] = ACTIONS(712), - [anon_sym_LT_EQ] = ACTIONS(712), - [anon_sym_GT_EQ] = ACTIONS(712), - [anon_sym_not_DASHin] = ACTIONS(718), - [anon_sym_starts_DASHwith] = ACTIONS(718), - [anon_sym_ends_DASHwith] = ACTIONS(718), - [anon_sym_EQ_TILDE] = ACTIONS(726), - [anon_sym_BANG_TILDE] = ACTIONS(726), - [anon_sym_bit_DASHand] = ACTIONS(728), - [anon_sym_bit_DASHxor] = ACTIONS(730), - [anon_sym_bit_DASHor] = ACTIONS(732), - [anon_sym_and] = ACTIONS(734), - [anon_sym_xor] = ACTIONS(736), - [anon_sym_or] = ACTIONS(738), - [anon_sym_not] = ACTIONS(666), - [anon_sym_DOT_DOT_LT] = ACTIONS(666), - [anon_sym_DOT_DOT] = ACTIONS(666), - [anon_sym_DOT_DOT_EQ] = ACTIONS(666), - [sym_val_nothing] = ACTIONS(666), - [anon_sym_true] = ACTIONS(666), - [anon_sym_false] = ACTIONS(666), - [aux_sym_val_number_token1] = ACTIONS(666), - [aux_sym_val_number_token2] = ACTIONS(666), - [aux_sym_val_number_token3] = ACTIONS(666), - [aux_sym_val_number_token4] = ACTIONS(666), - [anon_sym_inf] = ACTIONS(666), - [anon_sym_DASHinf] = ACTIONS(666), - [anon_sym_NaN] = ACTIONS(666), - [anon_sym_0b] = ACTIONS(666), - [anon_sym_0o] = ACTIONS(666), - [anon_sym_0x] = ACTIONS(666), - [sym_val_date] = ACTIONS(666), - [anon_sym_DQUOTE] = ACTIONS(666), - [sym__str_single_quotes] = ACTIONS(666), - [sym__str_back_ticks] = ACTIONS(666), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(666), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [sym_short_flag] = ACTIONS(740), - [anon_sym_POUND] = ACTIONS(3), - }, - [186] = { - [sym__flag] = STATE(673), - [sym_long_flag] = STATE(708), - [sym_comment] = STATE(186), - [ts_builtin_sym_end] = ACTIONS(680), - [anon_sym_export] = ACTIONS(678), - [anon_sym_alias] = ACTIONS(678), - [anon_sym_let] = ACTIONS(678), - [anon_sym_let_DASHenv] = ACTIONS(678), - [anon_sym_mut] = ACTIONS(678), - [anon_sym_const] = ACTIONS(678), - [sym_cmd_identifier] = ACTIONS(678), - [anon_sym_SEMI] = ACTIONS(678), - [anon_sym_LF] = ACTIONS(680), - [anon_sym_def] = ACTIONS(678), - [anon_sym_def_DASHenv] = ACTIONS(678), - [anon_sym_export_DASHenv] = ACTIONS(678), - [anon_sym_extern] = ACTIONS(678), - [anon_sym_module] = ACTIONS(678), - [anon_sym_use] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(678), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_PIPE] = ACTIONS(678), - [anon_sym_DOLLAR] = ACTIONS(678), - [anon_sym_error] = ACTIONS(678), - [anon_sym_GT] = ACTIONS(712), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(716), - [anon_sym_break] = ACTIONS(678), - [anon_sym_continue] = ACTIONS(678), - [anon_sym_for] = ACTIONS(678), - [anon_sym_in] = ACTIONS(718), - [anon_sym_loop] = ACTIONS(678), - [anon_sym_while] = ACTIONS(678), - [anon_sym_do] = ACTIONS(678), - [anon_sym_if] = ACTIONS(678), - [anon_sym_match] = ACTIONS(678), - [anon_sym_LBRACE] = ACTIONS(678), - [anon_sym_try] = ACTIONS(678), - [anon_sym_return] = ACTIONS(678), - [anon_sym_source] = ACTIONS(678), - [anon_sym_source_DASHenv] = ACTIONS(678), - [anon_sym_register] = ACTIONS(678), - [anon_sym_hide] = ACTIONS(678), - [anon_sym_hide_DASHenv] = ACTIONS(678), - [anon_sym_overlay] = ACTIONS(678), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_where] = ACTIONS(678), - [anon_sym_STAR_STAR] = ACTIONS(722), - [anon_sym_PLUS_PLUS] = ACTIONS(722), - [anon_sym_SLASH] = ACTIONS(720), - [anon_sym_mod] = ACTIONS(720), - [anon_sym_SLASH_SLASH] = ACTIONS(720), - [anon_sym_PLUS] = ACTIONS(716), - [anon_sym_bit_DASHshl] = ACTIONS(724), - [anon_sym_bit_DASHshr] = ACTIONS(724), - [anon_sym_EQ_EQ] = ACTIONS(712), - [anon_sym_BANG_EQ] = ACTIONS(712), - [anon_sym_LT2] = ACTIONS(712), - [anon_sym_LT_EQ] = ACTIONS(712), - [anon_sym_GT_EQ] = ACTIONS(712), - [anon_sym_not_DASHin] = ACTIONS(718), - [anon_sym_starts_DASHwith] = ACTIONS(718), - [anon_sym_ends_DASHwith] = ACTIONS(718), - [anon_sym_EQ_TILDE] = ACTIONS(726), - [anon_sym_BANG_TILDE] = ACTIONS(726), - [anon_sym_bit_DASHand] = ACTIONS(728), - [anon_sym_bit_DASHxor] = ACTIONS(730), - [anon_sym_bit_DASHor] = ACTIONS(732), - [anon_sym_and] = ACTIONS(734), - [anon_sym_xor] = ACTIONS(736), - [anon_sym_or] = ACTIONS(738), - [anon_sym_not] = ACTIONS(678), - [anon_sym_DOT_DOT_LT] = ACTIONS(678), - [anon_sym_DOT_DOT] = ACTIONS(678), - [anon_sym_DOT_DOT_EQ] = ACTIONS(678), - [sym_val_nothing] = ACTIONS(678), - [anon_sym_true] = ACTIONS(678), - [anon_sym_false] = ACTIONS(678), - [aux_sym_val_number_token1] = ACTIONS(678), - [aux_sym_val_number_token2] = ACTIONS(678), - [aux_sym_val_number_token3] = ACTIONS(678), - [aux_sym_val_number_token4] = ACTIONS(678), - [anon_sym_inf] = ACTIONS(678), - [anon_sym_DASHinf] = ACTIONS(678), - [anon_sym_NaN] = ACTIONS(678), - [anon_sym_0b] = ACTIONS(678), - [anon_sym_0o] = ACTIONS(678), - [anon_sym_0x] = ACTIONS(678), - [sym_val_date] = ACTIONS(678), - [anon_sym_DQUOTE] = ACTIONS(678), - [sym__str_single_quotes] = ACTIONS(678), - [sym__str_back_ticks] = ACTIONS(678), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(678), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(678), - [anon_sym_CARET] = ACTIONS(678), - [sym_short_flag] = ACTIONS(740), - [anon_sym_POUND] = ACTIONS(3), - }, - [187] = { - [sym_comment] = STATE(187), - [anon_sym_export] = ACTIONS(759), - [anon_sym_alias] = ACTIONS(759), - [anon_sym_let] = ACTIONS(759), - [anon_sym_let_DASHenv] = ACTIONS(759), - [anon_sym_mut] = ACTIONS(759), - [anon_sym_const] = ACTIONS(759), - [sym_cmd_identifier] = ACTIONS(759), - [anon_sym_SEMI] = ACTIONS(759), - [anon_sym_LF] = ACTIONS(761), - [anon_sym_def] = ACTIONS(759), - [anon_sym_def_DASHenv] = ACTIONS(759), - [anon_sym_export_DASHenv] = ACTIONS(759), - [anon_sym_extern] = ACTIONS(759), - [anon_sym_module] = ACTIONS(759), - [anon_sym_use] = ACTIONS(759), - [anon_sym_LBRACK] = ACTIONS(759), - [anon_sym_LPAREN] = ACTIONS(759), - [anon_sym_RPAREN] = ACTIONS(759), - [anon_sym_PIPE] = ACTIONS(759), - [anon_sym_DOLLAR] = ACTIONS(759), - [anon_sym_error] = ACTIONS(759), - [anon_sym_GT] = ACTIONS(759), - [anon_sym_DASH_DASH] = ACTIONS(759), - [anon_sym_DASH] = ACTIONS(759), - [anon_sym_break] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(759), - [anon_sym_for] = ACTIONS(759), - [anon_sym_in] = ACTIONS(759), - [anon_sym_loop] = ACTIONS(759), - [anon_sym_while] = ACTIONS(759), - [anon_sym_do] = ACTIONS(759), - [anon_sym_if] = ACTIONS(759), - [anon_sym_match] = ACTIONS(759), - [anon_sym_LBRACE] = ACTIONS(759), - [anon_sym_RBRACE] = ACTIONS(759), - [anon_sym_DOT] = ACTIONS(759), - [anon_sym_try] = ACTIONS(759), - [anon_sym_return] = ACTIONS(759), - [anon_sym_source] = ACTIONS(759), - [anon_sym_source_DASHenv] = ACTIONS(759), - [anon_sym_register] = ACTIONS(759), - [anon_sym_hide] = ACTIONS(759), - [anon_sym_hide_DASHenv] = ACTIONS(759), - [anon_sym_overlay] = ACTIONS(759), - [anon_sym_STAR] = ACTIONS(759), - [anon_sym_where] = ACTIONS(759), - [anon_sym_STAR_STAR] = ACTIONS(759), - [anon_sym_PLUS_PLUS] = ACTIONS(759), - [anon_sym_SLASH] = ACTIONS(759), - [anon_sym_mod] = ACTIONS(759), - [anon_sym_SLASH_SLASH] = ACTIONS(759), - [anon_sym_PLUS] = ACTIONS(759), - [anon_sym_bit_DASHshl] = ACTIONS(759), - [anon_sym_bit_DASHshr] = ACTIONS(759), - [anon_sym_EQ_EQ] = ACTIONS(759), - [anon_sym_BANG_EQ] = ACTIONS(759), - [anon_sym_LT2] = ACTIONS(759), - [anon_sym_LT_EQ] = ACTIONS(759), - [anon_sym_GT_EQ] = ACTIONS(759), - [anon_sym_not_DASHin] = ACTIONS(759), - [anon_sym_starts_DASHwith] = ACTIONS(759), - [anon_sym_ends_DASHwith] = ACTIONS(759), - [anon_sym_EQ_TILDE] = ACTIONS(759), - [anon_sym_BANG_TILDE] = ACTIONS(759), - [anon_sym_bit_DASHand] = ACTIONS(759), - [anon_sym_bit_DASHxor] = ACTIONS(759), - [anon_sym_bit_DASHor] = ACTIONS(759), - [anon_sym_and] = ACTIONS(759), - [anon_sym_xor] = ACTIONS(759), - [anon_sym_or] = ACTIONS(759), - [anon_sym_not] = ACTIONS(759), - [anon_sym_DOT_DOT_LT] = ACTIONS(759), - [anon_sym_DOT_DOT] = ACTIONS(759), - [anon_sym_DOT_DOT_EQ] = ACTIONS(759), - [sym_val_nothing] = ACTIONS(759), - [anon_sym_true] = ACTIONS(759), - [anon_sym_false] = ACTIONS(759), - [aux_sym_val_number_token1] = ACTIONS(759), - [aux_sym_val_number_token2] = ACTIONS(759), - [aux_sym_val_number_token3] = ACTIONS(759), - [aux_sym_val_number_token4] = ACTIONS(759), - [anon_sym_inf] = ACTIONS(759), - [anon_sym_DASHinf] = ACTIONS(759), - [anon_sym_NaN] = ACTIONS(759), - [anon_sym_0b] = ACTIONS(759), - [anon_sym_0o] = ACTIONS(759), - [anon_sym_0x] = ACTIONS(759), - [sym_val_date] = ACTIONS(759), - [anon_sym_DQUOTE] = ACTIONS(759), - [sym__str_single_quotes] = ACTIONS(759), - [sym__str_back_ticks] = ACTIONS(759), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(759), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(759), - [anon_sym_CARET] = ACTIONS(759), - [sym_short_flag] = ACTIONS(759), - [anon_sym_POUND] = ACTIONS(3), - }, - [188] = { - [sym_cell_path] = STATE(315), - [sym_path] = STATE(173), - [sym_comment] = STATE(188), - [anon_sym_export] = ACTIONS(578), - [anon_sym_alias] = ACTIONS(578), - [anon_sym_let] = ACTIONS(578), - [anon_sym_let_DASHenv] = ACTIONS(578), - [anon_sym_mut] = ACTIONS(578), - [anon_sym_const] = ACTIONS(578), - [sym_cmd_identifier] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(578), - [anon_sym_LF] = ACTIONS(580), - [anon_sym_def] = ACTIONS(578), - [anon_sym_def_DASHenv] = ACTIONS(578), - [anon_sym_export_DASHenv] = ACTIONS(578), - [anon_sym_extern] = ACTIONS(578), - [anon_sym_module] = ACTIONS(578), - [anon_sym_use] = ACTIONS(578), - [anon_sym_LBRACK] = ACTIONS(578), - [anon_sym_LPAREN] = ACTIONS(578), - [anon_sym_RPAREN] = ACTIONS(578), - [anon_sym_PIPE] = ACTIONS(578), - [anon_sym_DOLLAR] = ACTIONS(578), - [anon_sym_error] = ACTIONS(578), - [anon_sym_GT] = ACTIONS(578), - [anon_sym_DASH] = ACTIONS(578), - [anon_sym_break] = ACTIONS(578), - [anon_sym_continue] = ACTIONS(578), - [anon_sym_for] = ACTIONS(578), - [anon_sym_in] = ACTIONS(578), - [anon_sym_loop] = ACTIONS(578), - [anon_sym_while] = ACTIONS(578), - [anon_sym_do] = ACTIONS(578), - [anon_sym_if] = ACTIONS(578), - [anon_sym_match] = ACTIONS(578), - [anon_sym_LBRACE] = ACTIONS(578), - [anon_sym_RBRACE] = ACTIONS(578), - [anon_sym_DOT] = ACTIONS(710), - [anon_sym_try] = ACTIONS(578), - [anon_sym_return] = ACTIONS(578), - [anon_sym_source] = ACTIONS(578), - [anon_sym_source_DASHenv] = ACTIONS(578), - [anon_sym_register] = ACTIONS(578), - [anon_sym_hide] = ACTIONS(578), - [anon_sym_hide_DASHenv] = ACTIONS(578), - [anon_sym_overlay] = ACTIONS(578), - [anon_sym_STAR] = ACTIONS(578), - [anon_sym_where] = ACTIONS(578), - [anon_sym_STAR_STAR] = ACTIONS(578), - [anon_sym_PLUS_PLUS] = ACTIONS(578), - [anon_sym_SLASH] = ACTIONS(578), - [anon_sym_mod] = ACTIONS(578), - [anon_sym_SLASH_SLASH] = ACTIONS(578), - [anon_sym_PLUS] = ACTIONS(578), - [anon_sym_bit_DASHshl] = ACTIONS(578), - [anon_sym_bit_DASHshr] = ACTIONS(578), - [anon_sym_EQ_EQ] = ACTIONS(578), - [anon_sym_BANG_EQ] = ACTIONS(578), - [anon_sym_LT2] = ACTIONS(578), - [anon_sym_LT_EQ] = ACTIONS(578), - [anon_sym_GT_EQ] = ACTIONS(578), - [anon_sym_not_DASHin] = ACTIONS(578), - [anon_sym_starts_DASHwith] = ACTIONS(578), - [anon_sym_ends_DASHwith] = ACTIONS(578), - [anon_sym_EQ_TILDE] = ACTIONS(578), - [anon_sym_BANG_TILDE] = ACTIONS(578), - [anon_sym_bit_DASHand] = ACTIONS(578), - [anon_sym_bit_DASHxor] = ACTIONS(578), - [anon_sym_bit_DASHor] = ACTIONS(578), - [anon_sym_and] = ACTIONS(578), - [anon_sym_xor] = ACTIONS(578), - [anon_sym_or] = ACTIONS(578), - [anon_sym_not] = ACTIONS(578), - [anon_sym_DOT_DOT_LT] = ACTIONS(578), - [anon_sym_DOT_DOT] = ACTIONS(578), - [anon_sym_DOT_DOT_EQ] = ACTIONS(578), - [sym_val_nothing] = ACTIONS(578), - [anon_sym_true] = ACTIONS(578), - [anon_sym_false] = ACTIONS(578), - [aux_sym_val_number_token1] = ACTIONS(578), - [aux_sym_val_number_token2] = ACTIONS(578), - [aux_sym_val_number_token3] = ACTIONS(578), - [aux_sym_val_number_token4] = ACTIONS(578), - [anon_sym_inf] = ACTIONS(578), - [anon_sym_DASHinf] = ACTIONS(578), - [anon_sym_NaN] = ACTIONS(578), - [anon_sym_0b] = ACTIONS(578), - [anon_sym_0o] = ACTIONS(578), - [anon_sym_0x] = ACTIONS(578), - [sym_val_date] = ACTIONS(578), - [anon_sym_DQUOTE] = ACTIONS(578), - [sym__str_single_quotes] = ACTIONS(578), - [sym__str_back_ticks] = ACTIONS(578), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(578), - [anon_sym_CARET] = ACTIONS(578), - [anon_sym_POUND] = ACTIONS(3), - }, - [189] = { - [sym__flag] = STATE(669), - [sym_long_flag] = STATE(708), - [sym_comment] = STATE(189), - [ts_builtin_sym_end] = ACTIONS(664), - [anon_sym_export] = ACTIONS(662), - [anon_sym_alias] = ACTIONS(662), - [anon_sym_let] = ACTIONS(662), - [anon_sym_let_DASHenv] = ACTIONS(662), - [anon_sym_mut] = ACTIONS(662), - [anon_sym_const] = ACTIONS(662), - [sym_cmd_identifier] = ACTIONS(662), - [anon_sym_SEMI] = ACTIONS(662), - [anon_sym_LF] = ACTIONS(664), - [anon_sym_def] = ACTIONS(662), - [anon_sym_def_DASHenv] = ACTIONS(662), - [anon_sym_export_DASHenv] = ACTIONS(662), - [anon_sym_extern] = ACTIONS(662), - [anon_sym_module] = ACTIONS(662), - [anon_sym_use] = ACTIONS(662), - [anon_sym_LBRACK] = ACTIONS(662), - [anon_sym_LPAREN] = ACTIONS(662), - [anon_sym_PIPE] = ACTIONS(662), - [anon_sym_DOLLAR] = ACTIONS(662), - [anon_sym_error] = ACTIONS(662), - [anon_sym_GT] = ACTIONS(712), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(716), - [anon_sym_break] = ACTIONS(662), - [anon_sym_continue] = ACTIONS(662), - [anon_sym_for] = ACTIONS(662), - [anon_sym_in] = ACTIONS(718), - [anon_sym_loop] = ACTIONS(662), - [anon_sym_while] = ACTIONS(662), - [anon_sym_do] = ACTIONS(662), - [anon_sym_if] = ACTIONS(662), - [anon_sym_match] = ACTIONS(662), - [anon_sym_LBRACE] = ACTIONS(662), - [anon_sym_try] = ACTIONS(662), - [anon_sym_return] = ACTIONS(662), - [anon_sym_source] = ACTIONS(662), - [anon_sym_source_DASHenv] = ACTIONS(662), - [anon_sym_register] = ACTIONS(662), - [anon_sym_hide] = ACTIONS(662), - [anon_sym_hide_DASHenv] = ACTIONS(662), - [anon_sym_overlay] = ACTIONS(662), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_where] = ACTIONS(662), - [anon_sym_STAR_STAR] = ACTIONS(722), - [anon_sym_PLUS_PLUS] = ACTIONS(722), - [anon_sym_SLASH] = ACTIONS(720), - [anon_sym_mod] = ACTIONS(720), - [anon_sym_SLASH_SLASH] = ACTIONS(720), - [anon_sym_PLUS] = ACTIONS(716), - [anon_sym_bit_DASHshl] = ACTIONS(724), - [anon_sym_bit_DASHshr] = ACTIONS(724), - [anon_sym_EQ_EQ] = ACTIONS(712), - [anon_sym_BANG_EQ] = ACTIONS(712), - [anon_sym_LT2] = ACTIONS(712), - [anon_sym_LT_EQ] = ACTIONS(712), - [anon_sym_GT_EQ] = ACTIONS(712), - [anon_sym_not_DASHin] = ACTIONS(718), - [anon_sym_starts_DASHwith] = ACTIONS(718), - [anon_sym_ends_DASHwith] = ACTIONS(718), - [anon_sym_EQ_TILDE] = ACTIONS(726), - [anon_sym_BANG_TILDE] = ACTIONS(726), - [anon_sym_bit_DASHand] = ACTIONS(728), - [anon_sym_bit_DASHxor] = ACTIONS(730), - [anon_sym_bit_DASHor] = ACTIONS(732), - [anon_sym_and] = ACTIONS(734), - [anon_sym_xor] = ACTIONS(736), - [anon_sym_or] = ACTIONS(738), - [anon_sym_not] = ACTIONS(662), - [anon_sym_DOT_DOT_LT] = ACTIONS(662), - [anon_sym_DOT_DOT] = ACTIONS(662), - [anon_sym_DOT_DOT_EQ] = ACTIONS(662), - [sym_val_nothing] = ACTIONS(662), - [anon_sym_true] = ACTIONS(662), - [anon_sym_false] = ACTIONS(662), - [aux_sym_val_number_token1] = ACTIONS(662), - [aux_sym_val_number_token2] = ACTIONS(662), - [aux_sym_val_number_token3] = ACTIONS(662), - [aux_sym_val_number_token4] = ACTIONS(662), - [anon_sym_inf] = ACTIONS(662), - [anon_sym_DASHinf] = ACTIONS(662), - [anon_sym_NaN] = ACTIONS(662), - [anon_sym_0b] = ACTIONS(662), - [anon_sym_0o] = ACTIONS(662), - [anon_sym_0x] = ACTIONS(662), - [sym_val_date] = ACTIONS(662), - [anon_sym_DQUOTE] = ACTIONS(662), - [sym__str_single_quotes] = ACTIONS(662), - [sym__str_back_ticks] = ACTIONS(662), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(662), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(662), - [anon_sym_CARET] = ACTIONS(662), - [sym_short_flag] = ACTIONS(740), - [anon_sym_POUND] = ACTIONS(3), - }, - [190] = { - [sym__flag] = STATE(662), - [sym_long_flag] = STATE(708), - [sym_comment] = STATE(190), - [ts_builtin_sym_end] = ACTIONS(676), - [anon_sym_export] = ACTIONS(674), - [anon_sym_alias] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_let_DASHenv] = ACTIONS(674), - [anon_sym_mut] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [sym_cmd_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(674), - [anon_sym_LF] = ACTIONS(676), - [anon_sym_def] = ACTIONS(674), - [anon_sym_def_DASHenv] = ACTIONS(674), - [anon_sym_export_DASHenv] = ACTIONS(674), - [anon_sym_extern] = ACTIONS(674), - [anon_sym_module] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_LBRACK] = ACTIONS(674), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_PIPE] = ACTIONS(674), - [anon_sym_DOLLAR] = ACTIONS(674), - [anon_sym_error] = ACTIONS(674), - [anon_sym_GT] = ACTIONS(712), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(716), - [anon_sym_break] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_in] = ACTIONS(718), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [anon_sym_do] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_LBRACE] = ACTIONS(674), - [anon_sym_try] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_source] = ACTIONS(674), - [anon_sym_source_DASHenv] = ACTIONS(674), - [anon_sym_register] = ACTIONS(674), - [anon_sym_hide] = ACTIONS(674), - [anon_sym_hide_DASHenv] = ACTIONS(674), - [anon_sym_overlay] = ACTIONS(674), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_where] = ACTIONS(674), - [anon_sym_STAR_STAR] = ACTIONS(722), - [anon_sym_PLUS_PLUS] = ACTIONS(722), - [anon_sym_SLASH] = ACTIONS(720), - [anon_sym_mod] = ACTIONS(720), - [anon_sym_SLASH_SLASH] = ACTIONS(720), - [anon_sym_PLUS] = ACTIONS(716), - [anon_sym_bit_DASHshl] = ACTIONS(724), - [anon_sym_bit_DASHshr] = ACTIONS(724), - [anon_sym_EQ_EQ] = ACTIONS(712), - [anon_sym_BANG_EQ] = ACTIONS(712), - [anon_sym_LT2] = ACTIONS(712), - [anon_sym_LT_EQ] = ACTIONS(712), - [anon_sym_GT_EQ] = ACTIONS(712), - [anon_sym_not_DASHin] = ACTIONS(718), - [anon_sym_starts_DASHwith] = ACTIONS(718), - [anon_sym_ends_DASHwith] = ACTIONS(718), - [anon_sym_EQ_TILDE] = ACTIONS(726), - [anon_sym_BANG_TILDE] = ACTIONS(726), - [anon_sym_bit_DASHand] = ACTIONS(728), - [anon_sym_bit_DASHxor] = ACTIONS(730), - [anon_sym_bit_DASHor] = ACTIONS(732), - [anon_sym_and] = ACTIONS(734), - [anon_sym_xor] = ACTIONS(736), - [anon_sym_or] = ACTIONS(738), - [anon_sym_not] = ACTIONS(674), - [anon_sym_DOT_DOT_LT] = ACTIONS(674), - [anon_sym_DOT_DOT] = ACTIONS(674), - [anon_sym_DOT_DOT_EQ] = ACTIONS(674), - [sym_val_nothing] = ACTIONS(674), - [anon_sym_true] = ACTIONS(674), - [anon_sym_false] = ACTIONS(674), - [aux_sym_val_number_token1] = ACTIONS(674), - [aux_sym_val_number_token2] = ACTIONS(674), - [aux_sym_val_number_token3] = ACTIONS(674), - [aux_sym_val_number_token4] = ACTIONS(674), - [anon_sym_inf] = ACTIONS(674), - [anon_sym_DASHinf] = ACTIONS(674), - [anon_sym_NaN] = ACTIONS(674), - [anon_sym_0b] = ACTIONS(674), - [anon_sym_0o] = ACTIONS(674), - [anon_sym_0x] = ACTIONS(674), - [sym_val_date] = ACTIONS(674), - [anon_sym_DQUOTE] = ACTIONS(674), - [sym__str_single_quotes] = ACTIONS(674), - [sym__str_back_ticks] = ACTIONS(674), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(674), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [sym_short_flag] = ACTIONS(740), - [anon_sym_POUND] = ACTIONS(3), - }, - [191] = { - [sym__flag] = STATE(647), - [sym_long_flag] = STATE(708), - [sym_comment] = STATE(191), [ts_builtin_sym_end] = ACTIONS(692), [anon_sym_export] = ACTIONS(690), [anon_sym_alias] = ACTIONS(690), @@ -65639,13 +65050,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(690), [anon_sym_error] = ACTIONS(690), - [anon_sym_GT] = ACTIONS(712), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(716), + [anon_sym_GT] = ACTIONS(714), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(718), [anon_sym_break] = ACTIONS(690), [anon_sym_continue] = ACTIONS(690), [anon_sym_for] = ACTIONS(690), - [anon_sym_in] = ACTIONS(718), + [anon_sym_in] = ACTIONS(720), [anon_sym_loop] = ACTIONS(690), [anon_sym_while] = ACTIONS(690), [anon_sym_do] = ACTIONS(690), @@ -65660,32 +65071,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hide] = ACTIONS(690), [anon_sym_hide_DASHenv] = ACTIONS(690), [anon_sym_overlay] = ACTIONS(690), - [anon_sym_STAR] = ACTIONS(720), + [anon_sym_STAR] = ACTIONS(722), [anon_sym_where] = ACTIONS(690), - [anon_sym_STAR_STAR] = ACTIONS(722), - [anon_sym_PLUS_PLUS] = ACTIONS(722), - [anon_sym_SLASH] = ACTIONS(720), - [anon_sym_mod] = ACTIONS(720), - [anon_sym_SLASH_SLASH] = ACTIONS(720), - [anon_sym_PLUS] = ACTIONS(716), - [anon_sym_bit_DASHshl] = ACTIONS(724), - [anon_sym_bit_DASHshr] = ACTIONS(724), - [anon_sym_EQ_EQ] = ACTIONS(712), - [anon_sym_BANG_EQ] = ACTIONS(712), - [anon_sym_LT2] = ACTIONS(712), - [anon_sym_LT_EQ] = ACTIONS(712), - [anon_sym_GT_EQ] = ACTIONS(712), - [anon_sym_not_DASHin] = ACTIONS(718), - [anon_sym_starts_DASHwith] = ACTIONS(718), - [anon_sym_ends_DASHwith] = ACTIONS(718), - [anon_sym_EQ_TILDE] = ACTIONS(726), - [anon_sym_BANG_TILDE] = ACTIONS(726), - [anon_sym_bit_DASHand] = ACTIONS(728), - [anon_sym_bit_DASHxor] = ACTIONS(730), - [anon_sym_bit_DASHor] = ACTIONS(732), - [anon_sym_and] = ACTIONS(734), - [anon_sym_xor] = ACTIONS(736), - [anon_sym_or] = ACTIONS(738), + [anon_sym_STAR_STAR] = ACTIONS(724), + [anon_sym_PLUS_PLUS] = ACTIONS(724), + [anon_sym_SLASH] = ACTIONS(722), + [anon_sym_mod] = ACTIONS(722), + [anon_sym_SLASH_SLASH] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(718), + [anon_sym_bit_DASHshl] = ACTIONS(726), + [anon_sym_bit_DASHshr] = ACTIONS(726), + [anon_sym_EQ_EQ] = ACTIONS(714), + [anon_sym_BANG_EQ] = ACTIONS(714), + [anon_sym_LT2] = ACTIONS(714), + [anon_sym_LT_EQ] = ACTIONS(714), + [anon_sym_GT_EQ] = ACTIONS(714), + [anon_sym_not_DASHin] = ACTIONS(720), + [anon_sym_starts_DASHwith] = ACTIONS(720), + [anon_sym_ends_DASHwith] = ACTIONS(720), + [anon_sym_EQ_TILDE] = ACTIONS(728), + [anon_sym_BANG_TILDE] = ACTIONS(728), + [anon_sym_bit_DASHand] = ACTIONS(730), + [anon_sym_bit_DASHxor] = ACTIONS(732), + [anon_sym_bit_DASHor] = ACTIONS(734), + [anon_sym_and] = ACTIONS(736), + [anon_sym_xor] = ACTIONS(738), + [anon_sym_or] = ACTIONS(740), [anon_sym_not] = ACTIONS(690), [anon_sym_DOT_DOT_LT] = ACTIONS(690), [anon_sym_DOT_DOT] = ACTIONS(690), @@ -65710,310 +65121,211 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(690), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(690), [anon_sym_CARET] = ACTIONS(690), - [sym_short_flag] = ACTIONS(740), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, - [192] = { - [sym_comment] = STATE(192), - [ts_builtin_sym_end] = ACTIONS(658), - [anon_sym_export] = ACTIONS(656), - [anon_sym_alias] = ACTIONS(656), - [anon_sym_let] = ACTIONS(656), - [anon_sym_let_DASHenv] = ACTIONS(656), - [anon_sym_mut] = ACTIONS(656), - [anon_sym_const] = ACTIONS(656), - [sym_cmd_identifier] = ACTIONS(656), - [anon_sym_SEMI] = ACTIONS(656), - [anon_sym_LF] = ACTIONS(658), - [anon_sym_def] = ACTIONS(656), - [anon_sym_def_DASHenv] = ACTIONS(656), - [anon_sym_export_DASHenv] = ACTIONS(656), - [anon_sym_extern] = ACTIONS(656), - [anon_sym_module] = ACTIONS(656), - [anon_sym_use] = ACTIONS(656), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LPAREN] = ACTIONS(656), - [anon_sym_PIPE] = ACTIONS(656), - [anon_sym_DOLLAR] = ACTIONS(656), - [anon_sym_error] = ACTIONS(656), - [anon_sym_GT] = ACTIONS(656), - [anon_sym_DASH_DASH] = ACTIONS(656), - [anon_sym_DASH] = ACTIONS(656), - [anon_sym_break] = ACTIONS(656), - [anon_sym_continue] = ACTIONS(656), - [anon_sym_for] = ACTIONS(656), - [anon_sym_in] = ACTIONS(656), - [anon_sym_loop] = ACTIONS(656), - [anon_sym_while] = ACTIONS(656), - [anon_sym_do] = ACTIONS(656), - [anon_sym_if] = ACTIONS(656), - [anon_sym_match] = ACTIONS(656), - [anon_sym_LBRACE] = ACTIONS(656), - [anon_sym_DOT] = ACTIONS(656), - [anon_sym_try] = ACTIONS(656), - [anon_sym_return] = ACTIONS(656), - [anon_sym_source] = ACTIONS(656), - [anon_sym_source_DASHenv] = ACTIONS(656), - [anon_sym_register] = ACTIONS(656), - [anon_sym_hide] = ACTIONS(656), - [anon_sym_hide_DASHenv] = ACTIONS(656), - [anon_sym_overlay] = ACTIONS(656), - [anon_sym_STAR] = ACTIONS(656), - [anon_sym_where] = ACTIONS(656), - [anon_sym_QMARK2] = ACTIONS(754), - [anon_sym_STAR_STAR] = ACTIONS(656), - [anon_sym_PLUS_PLUS] = ACTIONS(656), - [anon_sym_SLASH] = ACTIONS(656), - [anon_sym_mod] = ACTIONS(656), - [anon_sym_SLASH_SLASH] = ACTIONS(656), - [anon_sym_PLUS] = ACTIONS(656), - [anon_sym_bit_DASHshl] = ACTIONS(656), - [anon_sym_bit_DASHshr] = ACTIONS(656), - [anon_sym_EQ_EQ] = ACTIONS(656), - [anon_sym_BANG_EQ] = ACTIONS(656), - [anon_sym_LT2] = ACTIONS(656), - [anon_sym_LT_EQ] = ACTIONS(656), - [anon_sym_GT_EQ] = ACTIONS(656), - [anon_sym_not_DASHin] = ACTIONS(656), - [anon_sym_starts_DASHwith] = ACTIONS(656), - [anon_sym_ends_DASHwith] = ACTIONS(656), - [anon_sym_EQ_TILDE] = ACTIONS(656), - [anon_sym_BANG_TILDE] = ACTIONS(656), - [anon_sym_bit_DASHand] = ACTIONS(656), - [anon_sym_bit_DASHxor] = ACTIONS(656), - [anon_sym_bit_DASHor] = ACTIONS(656), - [anon_sym_and] = ACTIONS(656), - [anon_sym_xor] = ACTIONS(656), - [anon_sym_or] = ACTIONS(656), - [anon_sym_not] = ACTIONS(656), - [anon_sym_DOT_DOT_LT] = ACTIONS(656), - [anon_sym_DOT_DOT] = ACTIONS(656), - [anon_sym_DOT_DOT_EQ] = ACTIONS(656), - [sym_val_nothing] = ACTIONS(656), - [anon_sym_true] = ACTIONS(656), - [anon_sym_false] = ACTIONS(656), - [aux_sym_val_number_token1] = ACTIONS(656), - [aux_sym_val_number_token2] = ACTIONS(656), - [aux_sym_val_number_token3] = ACTIONS(656), - [aux_sym_val_number_token4] = ACTIONS(656), - [anon_sym_inf] = ACTIONS(656), - [anon_sym_DASHinf] = ACTIONS(656), - [anon_sym_NaN] = ACTIONS(656), - [anon_sym_0b] = ACTIONS(656), - [anon_sym_0o] = ACTIONS(656), - [anon_sym_0x] = ACTIONS(656), - [sym_val_date] = ACTIONS(656), - [anon_sym_DQUOTE] = ACTIONS(656), - [sym__str_single_quotes] = ACTIONS(656), - [sym__str_back_ticks] = ACTIONS(656), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(656), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(656), - [anon_sym_CARET] = ACTIONS(656), - [sym_short_flag] = ACTIONS(656), - [anon_sym_POUND] = ACTIONS(3), - }, - [193] = { - [sym__flag] = STATE(668), - [sym_long_flag] = STATE(708), - [sym_comment] = STATE(193), - [ts_builtin_sym_end] = ACTIONS(696), - [anon_sym_export] = ACTIONS(694), - [anon_sym_alias] = ACTIONS(694), - [anon_sym_let] = ACTIONS(694), - [anon_sym_let_DASHenv] = ACTIONS(694), - [anon_sym_mut] = ACTIONS(694), - [anon_sym_const] = ACTIONS(694), - [sym_cmd_identifier] = ACTIONS(694), - [anon_sym_SEMI] = ACTIONS(694), - [anon_sym_LF] = ACTIONS(696), - [anon_sym_def] = ACTIONS(694), - [anon_sym_def_DASHenv] = ACTIONS(694), - [anon_sym_export_DASHenv] = ACTIONS(694), - [anon_sym_extern] = ACTIONS(694), - [anon_sym_module] = ACTIONS(694), - [anon_sym_use] = ACTIONS(694), - [anon_sym_LBRACK] = ACTIONS(694), - [anon_sym_LPAREN] = ACTIONS(694), - [anon_sym_PIPE] = ACTIONS(694), - [anon_sym_DOLLAR] = ACTIONS(694), - [anon_sym_error] = ACTIONS(694), - [anon_sym_GT] = ACTIONS(712), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(716), - [anon_sym_break] = ACTIONS(694), - [anon_sym_continue] = ACTIONS(694), - [anon_sym_for] = ACTIONS(694), - [anon_sym_in] = ACTIONS(718), - [anon_sym_loop] = ACTIONS(694), - [anon_sym_while] = ACTIONS(694), - [anon_sym_do] = ACTIONS(694), - [anon_sym_if] = ACTIONS(694), - [anon_sym_match] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_try] = ACTIONS(694), - [anon_sym_return] = ACTIONS(694), - [anon_sym_source] = ACTIONS(694), - [anon_sym_source_DASHenv] = ACTIONS(694), - [anon_sym_register] = ACTIONS(694), - [anon_sym_hide] = ACTIONS(694), - [anon_sym_hide_DASHenv] = ACTIONS(694), - [anon_sym_overlay] = ACTIONS(694), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_where] = ACTIONS(694), - [anon_sym_STAR_STAR] = ACTIONS(722), - [anon_sym_PLUS_PLUS] = ACTIONS(722), - [anon_sym_SLASH] = ACTIONS(720), - [anon_sym_mod] = ACTIONS(720), - [anon_sym_SLASH_SLASH] = ACTIONS(720), - [anon_sym_PLUS] = ACTIONS(716), - [anon_sym_bit_DASHshl] = ACTIONS(724), - [anon_sym_bit_DASHshr] = ACTIONS(724), - [anon_sym_EQ_EQ] = ACTIONS(712), - [anon_sym_BANG_EQ] = ACTIONS(712), - [anon_sym_LT2] = ACTIONS(712), - [anon_sym_LT_EQ] = ACTIONS(712), - [anon_sym_GT_EQ] = ACTIONS(712), - [anon_sym_not_DASHin] = ACTIONS(718), - [anon_sym_starts_DASHwith] = ACTIONS(718), - [anon_sym_ends_DASHwith] = ACTIONS(718), - [anon_sym_EQ_TILDE] = ACTIONS(726), - [anon_sym_BANG_TILDE] = ACTIONS(726), - [anon_sym_bit_DASHand] = ACTIONS(728), - [anon_sym_bit_DASHxor] = ACTIONS(730), - [anon_sym_bit_DASHor] = ACTIONS(732), - [anon_sym_and] = ACTIONS(734), - [anon_sym_xor] = ACTIONS(736), - [anon_sym_or] = ACTIONS(738), - [anon_sym_not] = ACTIONS(694), - [anon_sym_DOT_DOT_LT] = ACTIONS(694), - [anon_sym_DOT_DOT] = ACTIONS(694), - [anon_sym_DOT_DOT_EQ] = ACTIONS(694), - [sym_val_nothing] = ACTIONS(694), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [aux_sym_val_number_token1] = ACTIONS(694), - [aux_sym_val_number_token2] = ACTIONS(694), - [aux_sym_val_number_token3] = ACTIONS(694), - [aux_sym_val_number_token4] = ACTIONS(694), - [anon_sym_inf] = ACTIONS(694), - [anon_sym_DASHinf] = ACTIONS(694), - [anon_sym_NaN] = ACTIONS(694), - [anon_sym_0b] = ACTIONS(694), - [anon_sym_0o] = ACTIONS(694), - [anon_sym_0x] = ACTIONS(694), - [sym_val_date] = ACTIONS(694), - [anon_sym_DQUOTE] = ACTIONS(694), - [sym__str_single_quotes] = ACTIONS(694), - [sym__str_back_ticks] = ACTIONS(694), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(694), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [sym_short_flag] = ACTIONS(740), + [186] = { + [sym_cell_path] = STATE(324), + [sym_path] = STATE(170), + [sym_comment] = STATE(186), + [anon_sym_export] = ACTIONS(593), + [anon_sym_alias] = ACTIONS(593), + [anon_sym_let] = ACTIONS(593), + [anon_sym_let_DASHenv] = ACTIONS(593), + [anon_sym_mut] = ACTIONS(593), + [anon_sym_const] = ACTIONS(593), + [sym_cmd_identifier] = ACTIONS(593), + [anon_sym_SEMI] = ACTIONS(593), + [anon_sym_LF] = ACTIONS(595), + [anon_sym_def] = ACTIONS(593), + [anon_sym_def_DASHenv] = ACTIONS(593), + [anon_sym_export_DASHenv] = ACTIONS(593), + [anon_sym_extern] = ACTIONS(593), + [anon_sym_module] = ACTIONS(593), + [anon_sym_use] = ACTIONS(593), + [anon_sym_LBRACK] = ACTIONS(593), + [anon_sym_LPAREN] = ACTIONS(593), + [anon_sym_RPAREN] = ACTIONS(593), + [anon_sym_PIPE] = ACTIONS(593), + [anon_sym_DOLLAR] = ACTIONS(593), + [anon_sym_error] = ACTIONS(593), + [anon_sym_GT] = ACTIONS(593), + [anon_sym_DASH] = ACTIONS(593), + [anon_sym_break] = ACTIONS(593), + [anon_sym_continue] = ACTIONS(593), + [anon_sym_for] = ACTIONS(593), + [anon_sym_in] = ACTIONS(593), + [anon_sym_loop] = ACTIONS(593), + [anon_sym_while] = ACTIONS(593), + [anon_sym_do] = ACTIONS(593), + [anon_sym_if] = ACTIONS(593), + [anon_sym_match] = ACTIONS(593), + [anon_sym_LBRACE] = ACTIONS(593), + [anon_sym_RBRACE] = ACTIONS(593), + [anon_sym_DOT] = ACTIONS(744), + [anon_sym_try] = ACTIONS(593), + [anon_sym_return] = ACTIONS(593), + [anon_sym_source] = ACTIONS(593), + [anon_sym_source_DASHenv] = ACTIONS(593), + [anon_sym_register] = ACTIONS(593), + [anon_sym_hide] = ACTIONS(593), + [anon_sym_hide_DASHenv] = ACTIONS(593), + [anon_sym_overlay] = ACTIONS(593), + [anon_sym_STAR] = ACTIONS(593), + [anon_sym_where] = ACTIONS(593), + [anon_sym_STAR_STAR] = ACTIONS(593), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_SLASH] = ACTIONS(593), + [anon_sym_mod] = ACTIONS(593), + [anon_sym_SLASH_SLASH] = ACTIONS(593), + [anon_sym_PLUS] = ACTIONS(593), + [anon_sym_bit_DASHshl] = ACTIONS(593), + [anon_sym_bit_DASHshr] = ACTIONS(593), + [anon_sym_EQ_EQ] = ACTIONS(593), + [anon_sym_BANG_EQ] = ACTIONS(593), + [anon_sym_LT2] = ACTIONS(593), + [anon_sym_LT_EQ] = ACTIONS(593), + [anon_sym_GT_EQ] = ACTIONS(593), + [anon_sym_not_DASHin] = ACTIONS(593), + [anon_sym_starts_DASHwith] = ACTIONS(593), + [anon_sym_ends_DASHwith] = ACTIONS(593), + [anon_sym_EQ_TILDE] = ACTIONS(593), + [anon_sym_BANG_TILDE] = ACTIONS(593), + [anon_sym_bit_DASHand] = ACTIONS(593), + [anon_sym_bit_DASHxor] = ACTIONS(593), + [anon_sym_bit_DASHor] = ACTIONS(593), + [anon_sym_and] = ACTIONS(593), + [anon_sym_xor] = ACTIONS(593), + [anon_sym_or] = ACTIONS(593), + [anon_sym_not] = ACTIONS(593), + [anon_sym_DOT_DOT_LT] = ACTIONS(593), + [anon_sym_DOT_DOT] = ACTIONS(593), + [anon_sym_DOT_DOT_EQ] = ACTIONS(593), + [sym_val_nothing] = ACTIONS(593), + [anon_sym_true] = ACTIONS(593), + [anon_sym_false] = ACTIONS(593), + [aux_sym_val_number_token1] = ACTIONS(593), + [aux_sym_val_number_token2] = ACTIONS(593), + [aux_sym_val_number_token3] = ACTIONS(593), + [aux_sym_val_number_token4] = ACTIONS(593), + [anon_sym_inf] = ACTIONS(593), + [anon_sym_DASHinf] = ACTIONS(593), + [anon_sym_NaN] = ACTIONS(593), + [anon_sym_0b] = ACTIONS(593), + [anon_sym_0o] = ACTIONS(593), + [anon_sym_0x] = ACTIONS(593), + [sym_val_date] = ACTIONS(593), + [anon_sym_DQUOTE] = ACTIONS(593), + [sym__str_single_quotes] = ACTIONS(593), + [sym__str_back_ticks] = ACTIONS(593), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(593), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(593), + [anon_sym_CARET] = ACTIONS(593), [anon_sym_POUND] = ACTIONS(3), }, - [194] = { - [sym_cell_path] = STATE(410), - [sym_path] = STATE(195), - [sym_comment] = STATE(194), - [ts_builtin_sym_end] = ACTIONS(576), - [anon_sym_export] = ACTIONS(574), - [anon_sym_alias] = ACTIONS(574), - [anon_sym_let] = ACTIONS(574), - [anon_sym_let_DASHenv] = ACTIONS(574), - [anon_sym_mut] = ACTIONS(574), - [anon_sym_const] = ACTIONS(574), - [sym_cmd_identifier] = ACTIONS(574), - [anon_sym_SEMI] = ACTIONS(574), - [anon_sym_LF] = ACTIONS(576), - [anon_sym_def] = ACTIONS(574), - [anon_sym_def_DASHenv] = ACTIONS(574), - [anon_sym_export_DASHenv] = ACTIONS(574), - [anon_sym_extern] = ACTIONS(574), - [anon_sym_module] = ACTIONS(574), - [anon_sym_use] = ACTIONS(574), - [anon_sym_LBRACK] = ACTIONS(574), - [anon_sym_LPAREN] = ACTIONS(574), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_DOLLAR] = ACTIONS(574), - [anon_sym_error] = ACTIONS(574), - [anon_sym_GT] = ACTIONS(574), - [anon_sym_DASH] = ACTIONS(574), - [anon_sym_break] = ACTIONS(574), - [anon_sym_continue] = ACTIONS(574), - [anon_sym_for] = ACTIONS(574), - [anon_sym_in] = ACTIONS(574), - [anon_sym_loop] = ACTIONS(574), - [anon_sym_while] = ACTIONS(574), - [anon_sym_do] = ACTIONS(574), - [anon_sym_if] = ACTIONS(574), - [anon_sym_match] = ACTIONS(574), - [anon_sym_LBRACE] = ACTIONS(574), - [anon_sym_DOT] = ACTIONS(763), - [anon_sym_try] = ACTIONS(574), - [anon_sym_return] = ACTIONS(574), - [anon_sym_source] = ACTIONS(574), - [anon_sym_source_DASHenv] = ACTIONS(574), - [anon_sym_register] = ACTIONS(574), - [anon_sym_hide] = ACTIONS(574), - [anon_sym_hide_DASHenv] = ACTIONS(574), - [anon_sym_overlay] = ACTIONS(574), - [anon_sym_STAR] = ACTIONS(574), - [anon_sym_where] = ACTIONS(574), - [anon_sym_STAR_STAR] = ACTIONS(574), - [anon_sym_PLUS_PLUS] = ACTIONS(574), - [anon_sym_SLASH] = ACTIONS(574), - [anon_sym_mod] = ACTIONS(574), - [anon_sym_SLASH_SLASH] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(574), - [anon_sym_bit_DASHshl] = ACTIONS(574), - [anon_sym_bit_DASHshr] = ACTIONS(574), - [anon_sym_EQ_EQ] = ACTIONS(574), - [anon_sym_BANG_EQ] = ACTIONS(574), - [anon_sym_LT2] = ACTIONS(574), - [anon_sym_LT_EQ] = ACTIONS(574), - [anon_sym_GT_EQ] = ACTIONS(574), - [anon_sym_not_DASHin] = ACTIONS(574), - [anon_sym_starts_DASHwith] = ACTIONS(574), - [anon_sym_ends_DASHwith] = ACTIONS(574), - [anon_sym_EQ_TILDE] = ACTIONS(574), - [anon_sym_BANG_TILDE] = ACTIONS(574), - [anon_sym_bit_DASHand] = ACTIONS(574), - [anon_sym_bit_DASHxor] = ACTIONS(574), - [anon_sym_bit_DASHor] = ACTIONS(574), - [anon_sym_and] = ACTIONS(574), - [anon_sym_xor] = ACTIONS(574), - [anon_sym_or] = ACTIONS(574), - [anon_sym_not] = ACTIONS(574), - [anon_sym_DOT_DOT_LT] = ACTIONS(574), - [anon_sym_DOT_DOT] = ACTIONS(574), - [anon_sym_DOT_DOT_EQ] = ACTIONS(574), - [sym_val_nothing] = ACTIONS(574), - [anon_sym_true] = ACTIONS(574), - [anon_sym_false] = ACTIONS(574), - [aux_sym_val_number_token1] = ACTIONS(574), - [aux_sym_val_number_token2] = ACTIONS(574), - [aux_sym_val_number_token3] = ACTIONS(574), - [aux_sym_val_number_token4] = ACTIONS(574), - [anon_sym_inf] = ACTIONS(574), - [anon_sym_DASHinf] = ACTIONS(574), - [anon_sym_NaN] = ACTIONS(574), - [anon_sym_0b] = ACTIONS(574), - [anon_sym_0o] = ACTIONS(574), - [anon_sym_0x] = ACTIONS(574), - [sym_val_date] = ACTIONS(574), - [anon_sym_DQUOTE] = ACTIONS(574), - [sym__str_single_quotes] = ACTIONS(574), - [sym__str_back_ticks] = ACTIONS(574), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(574), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(574), - [anon_sym_CARET] = ACTIONS(574), + [187] = { + [sym_cell_path] = STATE(333), + [sym_path] = STATE(170), + [sym_comment] = STATE(187), + [anon_sym_export] = ACTIONS(585), + [anon_sym_alias] = ACTIONS(585), + [anon_sym_let] = ACTIONS(585), + [anon_sym_let_DASHenv] = ACTIONS(585), + [anon_sym_mut] = ACTIONS(585), + [anon_sym_const] = ACTIONS(585), + [sym_cmd_identifier] = ACTIONS(585), + [anon_sym_SEMI] = ACTIONS(585), + [anon_sym_LF] = ACTIONS(587), + [anon_sym_def] = ACTIONS(585), + [anon_sym_def_DASHenv] = ACTIONS(585), + [anon_sym_export_DASHenv] = ACTIONS(585), + [anon_sym_extern] = ACTIONS(585), + [anon_sym_module] = ACTIONS(585), + [anon_sym_use] = ACTIONS(585), + [anon_sym_LBRACK] = ACTIONS(585), + [anon_sym_LPAREN] = ACTIONS(585), + [anon_sym_RPAREN] = ACTIONS(585), + [anon_sym_PIPE] = ACTIONS(585), + [anon_sym_DOLLAR] = ACTIONS(585), + [anon_sym_error] = ACTIONS(585), + [anon_sym_GT] = ACTIONS(585), + [anon_sym_DASH] = ACTIONS(585), + [anon_sym_break] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(585), + [anon_sym_for] = ACTIONS(585), + [anon_sym_in] = ACTIONS(585), + [anon_sym_loop] = ACTIONS(585), + [anon_sym_while] = ACTIONS(585), + [anon_sym_do] = ACTIONS(585), + [anon_sym_if] = ACTIONS(585), + [anon_sym_match] = ACTIONS(585), + [anon_sym_LBRACE] = ACTIONS(585), + [anon_sym_RBRACE] = ACTIONS(585), + [anon_sym_DOT] = ACTIONS(744), + [anon_sym_try] = ACTIONS(585), + [anon_sym_return] = ACTIONS(585), + [anon_sym_source] = ACTIONS(585), + [anon_sym_source_DASHenv] = ACTIONS(585), + [anon_sym_register] = ACTIONS(585), + [anon_sym_hide] = ACTIONS(585), + [anon_sym_hide_DASHenv] = ACTIONS(585), + [anon_sym_overlay] = ACTIONS(585), + [anon_sym_STAR] = ACTIONS(585), + [anon_sym_where] = ACTIONS(585), + [anon_sym_STAR_STAR] = ACTIONS(585), + [anon_sym_PLUS_PLUS] = ACTIONS(585), + [anon_sym_SLASH] = ACTIONS(585), + [anon_sym_mod] = ACTIONS(585), + [anon_sym_SLASH_SLASH] = ACTIONS(585), + [anon_sym_PLUS] = ACTIONS(585), + [anon_sym_bit_DASHshl] = ACTIONS(585), + [anon_sym_bit_DASHshr] = ACTIONS(585), + [anon_sym_EQ_EQ] = ACTIONS(585), + [anon_sym_BANG_EQ] = ACTIONS(585), + [anon_sym_LT2] = ACTIONS(585), + [anon_sym_LT_EQ] = ACTIONS(585), + [anon_sym_GT_EQ] = ACTIONS(585), + [anon_sym_not_DASHin] = ACTIONS(585), + [anon_sym_starts_DASHwith] = ACTIONS(585), + [anon_sym_ends_DASHwith] = ACTIONS(585), + [anon_sym_EQ_TILDE] = ACTIONS(585), + [anon_sym_BANG_TILDE] = ACTIONS(585), + [anon_sym_bit_DASHand] = ACTIONS(585), + [anon_sym_bit_DASHxor] = ACTIONS(585), + [anon_sym_bit_DASHor] = ACTIONS(585), + [anon_sym_and] = ACTIONS(585), + [anon_sym_xor] = ACTIONS(585), + [anon_sym_or] = ACTIONS(585), + [anon_sym_not] = ACTIONS(585), + [anon_sym_DOT_DOT_LT] = ACTIONS(585), + [anon_sym_DOT_DOT] = ACTIONS(585), + [anon_sym_DOT_DOT_EQ] = ACTIONS(585), + [sym_val_nothing] = ACTIONS(585), + [anon_sym_true] = ACTIONS(585), + [anon_sym_false] = ACTIONS(585), + [aux_sym_val_number_token1] = ACTIONS(585), + [aux_sym_val_number_token2] = ACTIONS(585), + [aux_sym_val_number_token3] = ACTIONS(585), + [aux_sym_val_number_token4] = ACTIONS(585), + [anon_sym_inf] = ACTIONS(585), + [anon_sym_DASHinf] = ACTIONS(585), + [anon_sym_NaN] = ACTIONS(585), + [anon_sym_0b] = ACTIONS(585), + [anon_sym_0o] = ACTIONS(585), + [anon_sym_0x] = ACTIONS(585), + [sym_val_date] = ACTIONS(585), + [anon_sym_DQUOTE] = ACTIONS(585), + [sym__str_single_quotes] = ACTIONS(585), + [sym__str_back_ticks] = ACTIONS(585), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(585), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(585), + [anon_sym_CARET] = ACTIONS(585), [anon_sym_POUND] = ACTIONS(3), }, - [195] = { - [sym_path] = STATE(339), - [sym_comment] = STATE(195), - [aux_sym_cell_path_repeat1] = STATE(242), - [ts_builtin_sym_end] = ACTIONS(599), + [188] = { + [sym_cell_path] = STATE(323), + [sym_path] = STATE(170), + [sym_comment] = STATE(188), [anon_sym_export] = ACTIONS(597), [anon_sym_alias] = ACTIONS(597), [anon_sym_let] = ACTIONS(597), @@ -66031,6 +65343,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(597), [anon_sym_LBRACK] = ACTIONS(597), [anon_sym_LPAREN] = ACTIONS(597), + [anon_sym_RPAREN] = ACTIONS(597), [anon_sym_PIPE] = ACTIONS(597), [anon_sym_DOLLAR] = ACTIONS(597), [anon_sym_error] = ACTIONS(597), @@ -66046,7 +65359,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(597), [anon_sym_match] = ACTIONS(597), [anon_sym_LBRACE] = ACTIONS(597), - [anon_sym_DOT] = ACTIONS(763), + [anon_sym_RBRACE] = ACTIONS(597), + [anon_sym_DOT] = ACTIONS(744), [anon_sym_try] = ACTIONS(597), [anon_sym_return] = ACTIONS(597), [anon_sym_source] = ACTIONS(597), @@ -66107,11 +65421,406 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(597), [anon_sym_POUND] = ACTIONS(3), }, - [196] = { - [sym_cell_path] = STATE(394), - [sym_path] = STATE(195), - [sym_comment] = STATE(196), - [ts_builtin_sym_end] = ACTIONS(611), + [189] = { + [sym__flag] = STATE(672), + [sym_long_flag] = STATE(731), + [sym_comment] = STATE(189), + [ts_builtin_sym_end] = ACTIONS(696), + [anon_sym_export] = ACTIONS(694), + [anon_sym_alias] = ACTIONS(694), + [anon_sym_let] = ACTIONS(694), + [anon_sym_let_DASHenv] = ACTIONS(694), + [anon_sym_mut] = ACTIONS(694), + [anon_sym_const] = ACTIONS(694), + [sym_cmd_identifier] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LF] = ACTIONS(696), + [anon_sym_def] = ACTIONS(694), + [anon_sym_def_DASHenv] = ACTIONS(694), + [anon_sym_export_DASHenv] = ACTIONS(694), + [anon_sym_extern] = ACTIONS(694), + [anon_sym_module] = ACTIONS(694), + [anon_sym_use] = ACTIONS(694), + [anon_sym_LBRACK] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_PIPE] = ACTIONS(694), + [anon_sym_DOLLAR] = ACTIONS(694), + [anon_sym_error] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(714), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(718), + [anon_sym_break] = ACTIONS(694), + [anon_sym_continue] = ACTIONS(694), + [anon_sym_for] = ACTIONS(694), + [anon_sym_in] = ACTIONS(720), + [anon_sym_loop] = ACTIONS(694), + [anon_sym_while] = ACTIONS(694), + [anon_sym_do] = ACTIONS(694), + [anon_sym_if] = ACTIONS(694), + [anon_sym_match] = ACTIONS(694), + [anon_sym_LBRACE] = ACTIONS(694), + [anon_sym_try] = ACTIONS(694), + [anon_sym_return] = ACTIONS(694), + [anon_sym_source] = ACTIONS(694), + [anon_sym_source_DASHenv] = ACTIONS(694), + [anon_sym_register] = ACTIONS(694), + [anon_sym_hide] = ACTIONS(694), + [anon_sym_hide_DASHenv] = ACTIONS(694), + [anon_sym_overlay] = ACTIONS(694), + [anon_sym_STAR] = ACTIONS(722), + [anon_sym_where] = ACTIONS(694), + [anon_sym_STAR_STAR] = ACTIONS(724), + [anon_sym_PLUS_PLUS] = ACTIONS(724), + [anon_sym_SLASH] = ACTIONS(722), + [anon_sym_mod] = ACTIONS(722), + [anon_sym_SLASH_SLASH] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(718), + [anon_sym_bit_DASHshl] = ACTIONS(726), + [anon_sym_bit_DASHshr] = ACTIONS(726), + [anon_sym_EQ_EQ] = ACTIONS(714), + [anon_sym_BANG_EQ] = ACTIONS(714), + [anon_sym_LT2] = ACTIONS(714), + [anon_sym_LT_EQ] = ACTIONS(714), + [anon_sym_GT_EQ] = ACTIONS(714), + [anon_sym_not_DASHin] = ACTIONS(720), + [anon_sym_starts_DASHwith] = ACTIONS(720), + [anon_sym_ends_DASHwith] = ACTIONS(720), + [anon_sym_EQ_TILDE] = ACTIONS(728), + [anon_sym_BANG_TILDE] = ACTIONS(728), + [anon_sym_bit_DASHand] = ACTIONS(730), + [anon_sym_bit_DASHxor] = ACTIONS(732), + [anon_sym_bit_DASHor] = ACTIONS(734), + [anon_sym_and] = ACTIONS(736), + [anon_sym_xor] = ACTIONS(738), + [anon_sym_or] = ACTIONS(740), + [anon_sym_not] = ACTIONS(694), + [anon_sym_DOT_DOT_LT] = ACTIONS(694), + [anon_sym_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [sym_val_nothing] = ACTIONS(694), + [anon_sym_true] = ACTIONS(694), + [anon_sym_false] = ACTIONS(694), + [aux_sym_val_number_token1] = ACTIONS(694), + [aux_sym_val_number_token2] = ACTIONS(694), + [aux_sym_val_number_token3] = ACTIONS(694), + [aux_sym_val_number_token4] = ACTIONS(694), + [anon_sym_inf] = ACTIONS(694), + [anon_sym_DASHinf] = ACTIONS(694), + [anon_sym_NaN] = ACTIONS(694), + [anon_sym_0b] = ACTIONS(694), + [anon_sym_0o] = ACTIONS(694), + [anon_sym_0x] = ACTIONS(694), + [sym_val_date] = ACTIONS(694), + [anon_sym_DQUOTE] = ACTIONS(694), + [sym__str_single_quotes] = ACTIONS(694), + [sym__str_back_ticks] = ACTIONS(694), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(694), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [sym_short_flag] = ACTIONS(742), + [anon_sym_POUND] = ACTIONS(3), + }, + [190] = { + [sym_comment] = STATE(190), + [ts_builtin_sym_end] = ACTIONS(623), + [anon_sym_export] = ACTIONS(621), + [anon_sym_alias] = ACTIONS(621), + [anon_sym_let] = ACTIONS(621), + [anon_sym_let_DASHenv] = ACTIONS(621), + [anon_sym_mut] = ACTIONS(621), + [anon_sym_const] = ACTIONS(621), + [sym_cmd_identifier] = ACTIONS(621), + [anon_sym_SEMI] = ACTIONS(621), + [anon_sym_LF] = ACTIONS(623), + [anon_sym_def] = ACTIONS(621), + [anon_sym_def_DASHenv] = ACTIONS(621), + [anon_sym_export_DASHenv] = ACTIONS(621), + [anon_sym_extern] = ACTIONS(621), + [anon_sym_module] = ACTIONS(621), + [anon_sym_use] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_PIPE] = ACTIONS(621), + [anon_sym_DOLLAR] = ACTIONS(621), + [anon_sym_error] = ACTIONS(621), + [anon_sym_GT] = ACTIONS(621), + [anon_sym_DASH_DASH] = ACTIONS(621), + [anon_sym_DASH] = ACTIONS(621), + [anon_sym_break] = ACTIONS(621), + [anon_sym_continue] = ACTIONS(621), + [anon_sym_for] = ACTIONS(621), + [anon_sym_in] = ACTIONS(621), + [anon_sym_loop] = ACTIONS(621), + [anon_sym_while] = ACTIONS(621), + [anon_sym_do] = ACTIONS(621), + [anon_sym_if] = ACTIONS(621), + [anon_sym_match] = ACTIONS(621), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_DOT] = ACTIONS(621), + [anon_sym_try] = ACTIONS(621), + [anon_sym_return] = ACTIONS(621), + [anon_sym_source] = ACTIONS(621), + [anon_sym_source_DASHenv] = ACTIONS(621), + [anon_sym_register] = ACTIONS(621), + [anon_sym_hide] = ACTIONS(621), + [anon_sym_hide_DASHenv] = ACTIONS(621), + [anon_sym_overlay] = ACTIONS(621), + [anon_sym_STAR] = ACTIONS(621), + [anon_sym_where] = ACTIONS(621), + [anon_sym_QMARK2] = ACTIONS(757), + [anon_sym_STAR_STAR] = ACTIONS(621), + [anon_sym_PLUS_PLUS] = ACTIONS(621), + [anon_sym_SLASH] = ACTIONS(621), + [anon_sym_mod] = ACTIONS(621), + [anon_sym_SLASH_SLASH] = ACTIONS(621), + [anon_sym_PLUS] = ACTIONS(621), + [anon_sym_bit_DASHshl] = ACTIONS(621), + [anon_sym_bit_DASHshr] = ACTIONS(621), + [anon_sym_EQ_EQ] = ACTIONS(621), + [anon_sym_BANG_EQ] = ACTIONS(621), + [anon_sym_LT2] = ACTIONS(621), + [anon_sym_LT_EQ] = ACTIONS(621), + [anon_sym_GT_EQ] = ACTIONS(621), + [anon_sym_not_DASHin] = ACTIONS(621), + [anon_sym_starts_DASHwith] = ACTIONS(621), + [anon_sym_ends_DASHwith] = ACTIONS(621), + [anon_sym_EQ_TILDE] = ACTIONS(621), + [anon_sym_BANG_TILDE] = ACTIONS(621), + [anon_sym_bit_DASHand] = ACTIONS(621), + [anon_sym_bit_DASHxor] = ACTIONS(621), + [anon_sym_bit_DASHor] = ACTIONS(621), + [anon_sym_and] = ACTIONS(621), + [anon_sym_xor] = ACTIONS(621), + [anon_sym_or] = ACTIONS(621), + [anon_sym_not] = ACTIONS(621), + [anon_sym_DOT_DOT_LT] = ACTIONS(621), + [anon_sym_DOT_DOT] = ACTIONS(621), + [anon_sym_DOT_DOT_EQ] = ACTIONS(621), + [sym_val_nothing] = ACTIONS(621), + [anon_sym_true] = ACTIONS(621), + [anon_sym_false] = ACTIONS(621), + [aux_sym_val_number_token1] = ACTIONS(621), + [aux_sym_val_number_token2] = ACTIONS(621), + [aux_sym_val_number_token3] = ACTIONS(621), + [aux_sym_val_number_token4] = ACTIONS(621), + [anon_sym_inf] = ACTIONS(621), + [anon_sym_DASHinf] = ACTIONS(621), + [anon_sym_NaN] = ACTIONS(621), + [anon_sym_0b] = ACTIONS(621), + [anon_sym_0o] = ACTIONS(621), + [anon_sym_0x] = ACTIONS(621), + [sym_val_date] = ACTIONS(621), + [anon_sym_DQUOTE] = ACTIONS(621), + [sym__str_single_quotes] = ACTIONS(621), + [sym__str_back_ticks] = ACTIONS(621), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(621), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(621), + [anon_sym_CARET] = ACTIONS(621), + [sym_short_flag] = ACTIONS(621), + [anon_sym_POUND] = ACTIONS(3), + }, + [191] = { + [sym_comment] = STATE(191), + [anon_sym_export] = ACTIONS(759), + [anon_sym_alias] = ACTIONS(759), + [anon_sym_let] = ACTIONS(759), + [anon_sym_let_DASHenv] = ACTIONS(759), + [anon_sym_mut] = ACTIONS(759), + [anon_sym_const] = ACTIONS(759), + [sym_cmd_identifier] = ACTIONS(759), + [anon_sym_SEMI] = ACTIONS(759), + [anon_sym_LF] = ACTIONS(761), + [anon_sym_def] = ACTIONS(759), + [anon_sym_def_DASHenv] = ACTIONS(759), + [anon_sym_export_DASHenv] = ACTIONS(759), + [anon_sym_extern] = ACTIONS(759), + [anon_sym_module] = ACTIONS(759), + [anon_sym_use] = ACTIONS(759), + [anon_sym_LBRACK] = ACTIONS(759), + [anon_sym_LPAREN] = ACTIONS(759), + [anon_sym_RPAREN] = ACTIONS(759), + [anon_sym_PIPE] = ACTIONS(759), + [anon_sym_DOLLAR] = ACTIONS(759), + [anon_sym_error] = ACTIONS(759), + [anon_sym_GT] = ACTIONS(759), + [anon_sym_DASH_DASH] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_break] = ACTIONS(759), + [anon_sym_continue] = ACTIONS(759), + [anon_sym_for] = ACTIONS(759), + [anon_sym_in] = ACTIONS(759), + [anon_sym_loop] = ACTIONS(759), + [anon_sym_while] = ACTIONS(759), + [anon_sym_do] = ACTIONS(759), + [anon_sym_if] = ACTIONS(759), + [anon_sym_match] = ACTIONS(759), + [anon_sym_LBRACE] = ACTIONS(759), + [anon_sym_RBRACE] = ACTIONS(759), + [anon_sym_DOT] = ACTIONS(759), + [anon_sym_try] = ACTIONS(759), + [anon_sym_return] = ACTIONS(759), + [anon_sym_source] = ACTIONS(759), + [anon_sym_source_DASHenv] = ACTIONS(759), + [anon_sym_register] = ACTIONS(759), + [anon_sym_hide] = ACTIONS(759), + [anon_sym_hide_DASHenv] = ACTIONS(759), + [anon_sym_overlay] = ACTIONS(759), + [anon_sym_STAR] = ACTIONS(759), + [anon_sym_where] = ACTIONS(759), + [anon_sym_STAR_STAR] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(759), + [anon_sym_SLASH] = ACTIONS(759), + [anon_sym_mod] = ACTIONS(759), + [anon_sym_SLASH_SLASH] = ACTIONS(759), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_bit_DASHshl] = ACTIONS(759), + [anon_sym_bit_DASHshr] = ACTIONS(759), + [anon_sym_EQ_EQ] = ACTIONS(759), + [anon_sym_BANG_EQ] = ACTIONS(759), + [anon_sym_LT2] = ACTIONS(759), + [anon_sym_LT_EQ] = ACTIONS(759), + [anon_sym_GT_EQ] = ACTIONS(759), + [anon_sym_not_DASHin] = ACTIONS(759), + [anon_sym_starts_DASHwith] = ACTIONS(759), + [anon_sym_ends_DASHwith] = ACTIONS(759), + [anon_sym_EQ_TILDE] = ACTIONS(759), + [anon_sym_BANG_TILDE] = ACTIONS(759), + [anon_sym_bit_DASHand] = ACTIONS(759), + [anon_sym_bit_DASHxor] = ACTIONS(759), + [anon_sym_bit_DASHor] = ACTIONS(759), + [anon_sym_and] = ACTIONS(759), + [anon_sym_xor] = ACTIONS(759), + [anon_sym_or] = ACTIONS(759), + [anon_sym_not] = ACTIONS(759), + [anon_sym_DOT_DOT_LT] = ACTIONS(759), + [anon_sym_DOT_DOT] = ACTIONS(759), + [anon_sym_DOT_DOT_EQ] = ACTIONS(759), + [sym_val_nothing] = ACTIONS(759), + [anon_sym_true] = ACTIONS(759), + [anon_sym_false] = ACTIONS(759), + [aux_sym_val_number_token1] = ACTIONS(759), + [aux_sym_val_number_token2] = ACTIONS(759), + [aux_sym_val_number_token3] = ACTIONS(759), + [aux_sym_val_number_token4] = ACTIONS(759), + [anon_sym_inf] = ACTIONS(759), + [anon_sym_DASHinf] = ACTIONS(759), + [anon_sym_NaN] = ACTIONS(759), + [anon_sym_0b] = ACTIONS(759), + [anon_sym_0o] = ACTIONS(759), + [anon_sym_0x] = ACTIONS(759), + [sym_val_date] = ACTIONS(759), + [anon_sym_DQUOTE] = ACTIONS(759), + [sym__str_single_quotes] = ACTIONS(759), + [sym__str_back_ticks] = ACTIONS(759), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(759), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(759), + [anon_sym_CARET] = ACTIONS(759), + [sym_short_flag] = ACTIONS(759), + [anon_sym_POUND] = ACTIONS(3), + }, + [192] = { + [sym__flag] = STATE(667), + [sym_long_flag] = STATE(731), + [sym_comment] = STATE(192), + [ts_builtin_sym_end] = ACTIONS(704), + [anon_sym_export] = ACTIONS(702), + [anon_sym_alias] = ACTIONS(702), + [anon_sym_let] = ACTIONS(702), + [anon_sym_let_DASHenv] = ACTIONS(702), + [anon_sym_mut] = ACTIONS(702), + [anon_sym_const] = ACTIONS(702), + [sym_cmd_identifier] = ACTIONS(702), + [anon_sym_SEMI] = ACTIONS(702), + [anon_sym_LF] = ACTIONS(704), + [anon_sym_def] = ACTIONS(702), + [anon_sym_def_DASHenv] = ACTIONS(702), + [anon_sym_export_DASHenv] = ACTIONS(702), + [anon_sym_extern] = ACTIONS(702), + [anon_sym_module] = ACTIONS(702), + [anon_sym_use] = ACTIONS(702), + [anon_sym_LBRACK] = ACTIONS(702), + [anon_sym_LPAREN] = ACTIONS(702), + [anon_sym_PIPE] = ACTIONS(702), + [anon_sym_DOLLAR] = ACTIONS(702), + [anon_sym_error] = ACTIONS(702), + [anon_sym_GT] = ACTIONS(714), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(718), + [anon_sym_break] = ACTIONS(702), + [anon_sym_continue] = ACTIONS(702), + [anon_sym_for] = ACTIONS(702), + [anon_sym_in] = ACTIONS(720), + [anon_sym_loop] = ACTIONS(702), + [anon_sym_while] = ACTIONS(702), + [anon_sym_do] = ACTIONS(702), + [anon_sym_if] = ACTIONS(702), + [anon_sym_match] = ACTIONS(702), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_try] = ACTIONS(702), + [anon_sym_return] = ACTIONS(702), + [anon_sym_source] = ACTIONS(702), + [anon_sym_source_DASHenv] = ACTIONS(702), + [anon_sym_register] = ACTIONS(702), + [anon_sym_hide] = ACTIONS(702), + [anon_sym_hide_DASHenv] = ACTIONS(702), + [anon_sym_overlay] = ACTIONS(702), + [anon_sym_STAR] = ACTIONS(722), + [anon_sym_where] = ACTIONS(702), + [anon_sym_STAR_STAR] = ACTIONS(724), + [anon_sym_PLUS_PLUS] = ACTIONS(724), + [anon_sym_SLASH] = ACTIONS(722), + [anon_sym_mod] = ACTIONS(722), + [anon_sym_SLASH_SLASH] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(718), + [anon_sym_bit_DASHshl] = ACTIONS(726), + [anon_sym_bit_DASHshr] = ACTIONS(726), + [anon_sym_EQ_EQ] = ACTIONS(714), + [anon_sym_BANG_EQ] = ACTIONS(714), + [anon_sym_LT2] = ACTIONS(714), + [anon_sym_LT_EQ] = ACTIONS(714), + [anon_sym_GT_EQ] = ACTIONS(714), + [anon_sym_not_DASHin] = ACTIONS(720), + [anon_sym_starts_DASHwith] = ACTIONS(720), + [anon_sym_ends_DASHwith] = ACTIONS(720), + [anon_sym_EQ_TILDE] = ACTIONS(728), + [anon_sym_BANG_TILDE] = ACTIONS(728), + [anon_sym_bit_DASHand] = ACTIONS(730), + [anon_sym_bit_DASHxor] = ACTIONS(732), + [anon_sym_bit_DASHor] = ACTIONS(734), + [anon_sym_and] = ACTIONS(736), + [anon_sym_xor] = ACTIONS(738), + [anon_sym_or] = ACTIONS(740), + [anon_sym_not] = ACTIONS(702), + [anon_sym_DOT_DOT_LT] = ACTIONS(702), + [anon_sym_DOT_DOT] = ACTIONS(702), + [anon_sym_DOT_DOT_EQ] = ACTIONS(702), + [sym_val_nothing] = ACTIONS(702), + [anon_sym_true] = ACTIONS(702), + [anon_sym_false] = ACTIONS(702), + [aux_sym_val_number_token1] = ACTIONS(702), + [aux_sym_val_number_token2] = ACTIONS(702), + [aux_sym_val_number_token3] = ACTIONS(702), + [aux_sym_val_number_token4] = ACTIONS(702), + [anon_sym_inf] = ACTIONS(702), + [anon_sym_DASHinf] = ACTIONS(702), + [anon_sym_NaN] = ACTIONS(702), + [anon_sym_0b] = ACTIONS(702), + [anon_sym_0o] = ACTIONS(702), + [anon_sym_0x] = ACTIONS(702), + [sym_val_date] = ACTIONS(702), + [anon_sym_DQUOTE] = ACTIONS(702), + [sym__str_single_quotes] = ACTIONS(702), + [sym__str_back_ticks] = ACTIONS(702), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(702), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(702), + [anon_sym_CARET] = ACTIONS(702), + [sym_short_flag] = ACTIONS(742), + [anon_sym_POUND] = ACTIONS(3), + }, + [193] = { + [sym_cell_path] = STATE(315), + [sym_path] = STATE(170), + [sym_comment] = STATE(193), [anon_sym_export] = ACTIONS(609), [anon_sym_alias] = ACTIONS(609), [anon_sym_let] = ACTIONS(609), @@ -66129,6 +65838,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(609), [anon_sym_LBRACK] = ACTIONS(609), [anon_sym_LPAREN] = ACTIONS(609), + [anon_sym_RPAREN] = ACTIONS(609), [anon_sym_PIPE] = ACTIONS(609), [anon_sym_DOLLAR] = ACTIONS(609), [anon_sym_error] = ACTIONS(609), @@ -66144,7 +65854,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(609), [anon_sym_match] = ACTIONS(609), [anon_sym_LBRACE] = ACTIONS(609), - [anon_sym_DOT] = ACTIONS(763), + [anon_sym_RBRACE] = ACTIONS(609), + [anon_sym_DOT] = ACTIONS(744), [anon_sym_try] = ACTIONS(609), [anon_sym_return] = ACTIONS(609), [anon_sym_source] = ACTIONS(609), @@ -66205,106 +65916,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(609), [anon_sym_POUND] = ACTIONS(3), }, - [197] = { - [sym_cell_path] = STATE(391), - [sym_path] = STATE(195), - [sym_comment] = STATE(197), - [ts_builtin_sym_end] = ACTIONS(607), - [anon_sym_export] = ACTIONS(605), - [anon_sym_alias] = ACTIONS(605), - [anon_sym_let] = ACTIONS(605), - [anon_sym_let_DASHenv] = ACTIONS(605), - [anon_sym_mut] = ACTIONS(605), - [anon_sym_const] = ACTIONS(605), - [sym_cmd_identifier] = ACTIONS(605), - [anon_sym_SEMI] = ACTIONS(605), - [anon_sym_LF] = ACTIONS(607), - [anon_sym_def] = ACTIONS(605), - [anon_sym_def_DASHenv] = ACTIONS(605), - [anon_sym_export_DASHenv] = ACTIONS(605), - [anon_sym_extern] = ACTIONS(605), - [anon_sym_module] = ACTIONS(605), - [anon_sym_use] = ACTIONS(605), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_LPAREN] = ACTIONS(605), - [anon_sym_PIPE] = ACTIONS(605), - [anon_sym_DOLLAR] = ACTIONS(605), - [anon_sym_error] = ACTIONS(605), - [anon_sym_GT] = ACTIONS(605), - [anon_sym_DASH] = ACTIONS(605), - [anon_sym_break] = ACTIONS(605), - [anon_sym_continue] = ACTIONS(605), - [anon_sym_for] = ACTIONS(605), - [anon_sym_in] = ACTIONS(605), - [anon_sym_loop] = ACTIONS(605), - [anon_sym_while] = ACTIONS(605), - [anon_sym_do] = ACTIONS(605), - [anon_sym_if] = ACTIONS(605), - [anon_sym_match] = ACTIONS(605), - [anon_sym_LBRACE] = ACTIONS(605), + [194] = { + [sym_cell_path] = STATE(382), + [sym_path] = STATE(247), + [sym_comment] = STATE(194), + [ts_builtin_sym_end] = ACTIONS(577), + [anon_sym_export] = ACTIONS(575), + [anon_sym_alias] = ACTIONS(575), + [anon_sym_let] = ACTIONS(575), + [anon_sym_let_DASHenv] = ACTIONS(575), + [anon_sym_mut] = ACTIONS(575), + [anon_sym_const] = ACTIONS(575), + [sym_cmd_identifier] = ACTIONS(575), + [anon_sym_SEMI] = ACTIONS(575), + [anon_sym_LF] = ACTIONS(577), + [anon_sym_def] = ACTIONS(575), + [anon_sym_def_DASHenv] = ACTIONS(575), + [anon_sym_export_DASHenv] = ACTIONS(575), + [anon_sym_extern] = ACTIONS(575), + [anon_sym_module] = ACTIONS(575), + [anon_sym_use] = ACTIONS(575), + [anon_sym_LBRACK] = ACTIONS(575), + [anon_sym_LPAREN] = ACTIONS(575), + [anon_sym_PIPE] = ACTIONS(575), + [anon_sym_DOLLAR] = ACTIONS(575), + [anon_sym_error] = ACTIONS(575), + [anon_sym_GT] = ACTIONS(575), + [anon_sym_DASH] = ACTIONS(575), + [anon_sym_break] = ACTIONS(575), + [anon_sym_continue] = ACTIONS(575), + [anon_sym_for] = ACTIONS(575), + [anon_sym_in] = ACTIONS(575), + [anon_sym_loop] = ACTIONS(575), + [anon_sym_while] = ACTIONS(575), + [anon_sym_do] = ACTIONS(575), + [anon_sym_if] = ACTIONS(575), + [anon_sym_match] = ACTIONS(575), + [anon_sym_LBRACE] = ACTIONS(575), [anon_sym_DOT] = ACTIONS(763), - [anon_sym_try] = ACTIONS(605), - [anon_sym_return] = ACTIONS(605), - [anon_sym_source] = ACTIONS(605), - [anon_sym_source_DASHenv] = ACTIONS(605), - [anon_sym_register] = ACTIONS(605), - [anon_sym_hide] = ACTIONS(605), - [anon_sym_hide_DASHenv] = ACTIONS(605), - [anon_sym_overlay] = ACTIONS(605), - [anon_sym_STAR] = ACTIONS(605), - [anon_sym_where] = ACTIONS(605), - [anon_sym_STAR_STAR] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [anon_sym_SLASH] = ACTIONS(605), - [anon_sym_mod] = ACTIONS(605), - [anon_sym_SLASH_SLASH] = ACTIONS(605), - [anon_sym_PLUS] = ACTIONS(605), - [anon_sym_bit_DASHshl] = ACTIONS(605), - [anon_sym_bit_DASHshr] = ACTIONS(605), - [anon_sym_EQ_EQ] = ACTIONS(605), - [anon_sym_BANG_EQ] = ACTIONS(605), - [anon_sym_LT2] = ACTIONS(605), - [anon_sym_LT_EQ] = ACTIONS(605), - [anon_sym_GT_EQ] = ACTIONS(605), - [anon_sym_not_DASHin] = ACTIONS(605), - [anon_sym_starts_DASHwith] = ACTIONS(605), - [anon_sym_ends_DASHwith] = ACTIONS(605), - [anon_sym_EQ_TILDE] = ACTIONS(605), - [anon_sym_BANG_TILDE] = ACTIONS(605), - [anon_sym_bit_DASHand] = ACTIONS(605), - [anon_sym_bit_DASHxor] = ACTIONS(605), - [anon_sym_bit_DASHor] = ACTIONS(605), - [anon_sym_and] = ACTIONS(605), - [anon_sym_xor] = ACTIONS(605), - [anon_sym_or] = ACTIONS(605), - [anon_sym_not] = ACTIONS(605), - [anon_sym_DOT_DOT_LT] = ACTIONS(605), - [anon_sym_DOT_DOT] = ACTIONS(605), - [anon_sym_DOT_DOT_EQ] = ACTIONS(605), - [sym_val_nothing] = ACTIONS(605), - [anon_sym_true] = ACTIONS(605), - [anon_sym_false] = ACTIONS(605), - [aux_sym_val_number_token1] = ACTIONS(605), - [aux_sym_val_number_token2] = ACTIONS(605), - [aux_sym_val_number_token3] = ACTIONS(605), - [aux_sym_val_number_token4] = ACTIONS(605), - [anon_sym_inf] = ACTIONS(605), - [anon_sym_DASHinf] = ACTIONS(605), - [anon_sym_NaN] = ACTIONS(605), - [anon_sym_0b] = ACTIONS(605), - [anon_sym_0o] = ACTIONS(605), - [anon_sym_0x] = ACTIONS(605), - [sym_val_date] = ACTIONS(605), - [anon_sym_DQUOTE] = ACTIONS(605), - [sym__str_single_quotes] = ACTIONS(605), - [sym__str_back_ticks] = ACTIONS(605), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(605), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(605), - [anon_sym_CARET] = ACTIONS(605), + [anon_sym_try] = ACTIONS(575), + [anon_sym_return] = ACTIONS(575), + [anon_sym_source] = ACTIONS(575), + [anon_sym_source_DASHenv] = ACTIONS(575), + [anon_sym_register] = ACTIONS(575), + [anon_sym_hide] = ACTIONS(575), + [anon_sym_hide_DASHenv] = ACTIONS(575), + [anon_sym_overlay] = ACTIONS(575), + [anon_sym_STAR] = ACTIONS(575), + [anon_sym_where] = ACTIONS(575), + [anon_sym_STAR_STAR] = ACTIONS(575), + [anon_sym_PLUS_PLUS] = ACTIONS(575), + [anon_sym_SLASH] = ACTIONS(575), + [anon_sym_mod] = ACTIONS(575), + [anon_sym_SLASH_SLASH] = ACTIONS(575), + [anon_sym_PLUS] = ACTIONS(575), + [anon_sym_bit_DASHshl] = ACTIONS(575), + [anon_sym_bit_DASHshr] = ACTIONS(575), + [anon_sym_EQ_EQ] = ACTIONS(575), + [anon_sym_BANG_EQ] = ACTIONS(575), + [anon_sym_LT2] = ACTIONS(575), + [anon_sym_LT_EQ] = ACTIONS(575), + [anon_sym_GT_EQ] = ACTIONS(575), + [anon_sym_not_DASHin] = ACTIONS(575), + [anon_sym_starts_DASHwith] = ACTIONS(575), + [anon_sym_ends_DASHwith] = ACTIONS(575), + [anon_sym_EQ_TILDE] = ACTIONS(575), + [anon_sym_BANG_TILDE] = ACTIONS(575), + [anon_sym_bit_DASHand] = ACTIONS(575), + [anon_sym_bit_DASHxor] = ACTIONS(575), + [anon_sym_bit_DASHor] = ACTIONS(575), + [anon_sym_and] = ACTIONS(575), + [anon_sym_xor] = ACTIONS(575), + [anon_sym_or] = ACTIONS(575), + [anon_sym_not] = ACTIONS(575), + [anon_sym_DOT_DOT_LT] = ACTIONS(575), + [anon_sym_DOT_DOT] = ACTIONS(575), + [anon_sym_DOT_DOT_EQ] = ACTIONS(575), + [sym_val_nothing] = ACTIONS(575), + [anon_sym_true] = ACTIONS(575), + [anon_sym_false] = ACTIONS(575), + [aux_sym_val_number_token1] = ACTIONS(575), + [aux_sym_val_number_token2] = ACTIONS(575), + [aux_sym_val_number_token3] = ACTIONS(575), + [aux_sym_val_number_token4] = ACTIONS(575), + [anon_sym_inf] = ACTIONS(575), + [anon_sym_DASHinf] = ACTIONS(575), + [anon_sym_NaN] = ACTIONS(575), + [anon_sym_0b] = ACTIONS(575), + [anon_sym_0o] = ACTIONS(575), + [anon_sym_0x] = ACTIONS(575), + [sym_val_date] = ACTIONS(575), + [anon_sym_DQUOTE] = ACTIONS(575), + [sym__str_single_quotes] = ACTIONS(575), + [sym__str_back_ticks] = ACTIONS(575), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(575), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(575), + [anon_sym_CARET] = ACTIONS(575), [anon_sym_POUND] = ACTIONS(3), }, - [198] = { - [sym_comment] = STATE(198), + [195] = { + [sym_comment] = STATE(195), [anon_sym_export] = ACTIONS(765), [anon_sym_alias] = ACTIONS(765), [anon_sym_let] = ACTIONS(765), @@ -66401,106 +66112,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_short_flag] = ACTIONS(765), [anon_sym_POUND] = ACTIONS(3), }, - [199] = { - [sym_cell_path] = STATE(403), - [sym_path] = STATE(195), - [sym_comment] = STATE(199), - [ts_builtin_sym_end] = ACTIONS(615), - [anon_sym_export] = ACTIONS(613), - [anon_sym_alias] = ACTIONS(613), - [anon_sym_let] = ACTIONS(613), - [anon_sym_let_DASHenv] = ACTIONS(613), - [anon_sym_mut] = ACTIONS(613), - [anon_sym_const] = ACTIONS(613), - [sym_cmd_identifier] = ACTIONS(613), - [anon_sym_SEMI] = ACTIONS(613), - [anon_sym_LF] = ACTIONS(615), - [anon_sym_def] = ACTIONS(613), - [anon_sym_def_DASHenv] = ACTIONS(613), - [anon_sym_export_DASHenv] = ACTIONS(613), - [anon_sym_extern] = ACTIONS(613), - [anon_sym_module] = ACTIONS(613), - [anon_sym_use] = ACTIONS(613), - [anon_sym_LBRACK] = ACTIONS(613), - [anon_sym_LPAREN] = ACTIONS(613), - [anon_sym_PIPE] = ACTIONS(613), - [anon_sym_DOLLAR] = ACTIONS(613), - [anon_sym_error] = ACTIONS(613), - [anon_sym_GT] = ACTIONS(613), - [anon_sym_DASH] = ACTIONS(613), - [anon_sym_break] = ACTIONS(613), - [anon_sym_continue] = ACTIONS(613), - [anon_sym_for] = ACTIONS(613), - [anon_sym_in] = ACTIONS(613), - [anon_sym_loop] = ACTIONS(613), - [anon_sym_while] = ACTIONS(613), - [anon_sym_do] = ACTIONS(613), - [anon_sym_if] = ACTIONS(613), - [anon_sym_match] = ACTIONS(613), - [anon_sym_LBRACE] = ACTIONS(613), - [anon_sym_DOT] = ACTIONS(763), - [anon_sym_try] = ACTIONS(613), - [anon_sym_return] = ACTIONS(613), - [anon_sym_source] = ACTIONS(613), - [anon_sym_source_DASHenv] = ACTIONS(613), - [anon_sym_register] = ACTIONS(613), - [anon_sym_hide] = ACTIONS(613), - [anon_sym_hide_DASHenv] = ACTIONS(613), - [anon_sym_overlay] = ACTIONS(613), - [anon_sym_STAR] = ACTIONS(613), - [anon_sym_where] = ACTIONS(613), - [anon_sym_STAR_STAR] = ACTIONS(613), - [anon_sym_PLUS_PLUS] = ACTIONS(613), - [anon_sym_SLASH] = ACTIONS(613), - [anon_sym_mod] = ACTIONS(613), - [anon_sym_SLASH_SLASH] = ACTIONS(613), - [anon_sym_PLUS] = ACTIONS(613), - [anon_sym_bit_DASHshl] = ACTIONS(613), - [anon_sym_bit_DASHshr] = ACTIONS(613), - [anon_sym_EQ_EQ] = ACTIONS(613), - [anon_sym_BANG_EQ] = ACTIONS(613), - [anon_sym_LT2] = ACTIONS(613), - [anon_sym_LT_EQ] = ACTIONS(613), - [anon_sym_GT_EQ] = ACTIONS(613), - [anon_sym_not_DASHin] = ACTIONS(613), - [anon_sym_starts_DASHwith] = ACTIONS(613), - [anon_sym_ends_DASHwith] = ACTIONS(613), - [anon_sym_EQ_TILDE] = ACTIONS(613), - [anon_sym_BANG_TILDE] = ACTIONS(613), - [anon_sym_bit_DASHand] = ACTIONS(613), - [anon_sym_bit_DASHxor] = ACTIONS(613), - [anon_sym_bit_DASHor] = ACTIONS(613), - [anon_sym_and] = ACTIONS(613), - [anon_sym_xor] = ACTIONS(613), - [anon_sym_or] = ACTIONS(613), - [anon_sym_not] = ACTIONS(613), - [anon_sym_DOT_DOT_LT] = ACTIONS(613), - [anon_sym_DOT_DOT] = ACTIONS(613), - [anon_sym_DOT_DOT_EQ] = ACTIONS(613), - [sym_val_nothing] = ACTIONS(613), - [anon_sym_true] = ACTIONS(613), - [anon_sym_false] = ACTIONS(613), - [aux_sym_val_number_token1] = ACTIONS(613), - [aux_sym_val_number_token2] = ACTIONS(613), - [aux_sym_val_number_token3] = ACTIONS(613), - [aux_sym_val_number_token4] = ACTIONS(613), - [anon_sym_inf] = ACTIONS(613), - [anon_sym_DASHinf] = ACTIONS(613), - [anon_sym_NaN] = ACTIONS(613), - [anon_sym_0b] = ACTIONS(613), - [anon_sym_0o] = ACTIONS(613), - [anon_sym_0x] = ACTIONS(613), - [sym_val_date] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [sym__str_single_quotes] = ACTIONS(613), - [sym__str_back_ticks] = ACTIONS(613), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(613), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(613), - [anon_sym_CARET] = ACTIONS(613), - [anon_sym_POUND] = ACTIONS(3), - }, - [200] = { - [sym_comment] = STATE(200), + [196] = { + [sym_comment] = STATE(196), [anon_sym_export] = ACTIONS(769), [anon_sym_alias] = ACTIONS(769), [anon_sym_let] = ACTIONS(769), @@ -66546,8 +66159,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_overlay] = ACTIONS(769), [anon_sym_STAR] = ACTIONS(769), [anon_sym_where] = ACTIONS(769), - [anon_sym_STAR_STAR] = ACTIONS(769), - [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(641), + [anon_sym_PLUS_PLUS] = ACTIONS(641), [anon_sym_SLASH] = ACTIONS(769), [anon_sym_mod] = ACTIONS(769), [anon_sym_SLASH_SLASH] = ACTIONS(769), @@ -66597,8 +66210,498 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_short_flag] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, + [197] = { + [sym_comment] = STATE(197), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(769), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(769), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(639), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(641), + [anon_sym_PLUS_PLUS] = ACTIONS(641), + [anon_sym_SLASH] = ACTIONS(639), + [anon_sym_mod] = ACTIONS(639), + [anon_sym_SLASH_SLASH] = ACTIONS(639), + [anon_sym_PLUS] = ACTIONS(769), + [anon_sym_bit_DASHshl] = ACTIONS(769), + [anon_sym_bit_DASHshr] = ACTIONS(769), + [anon_sym_EQ_EQ] = ACTIONS(769), + [anon_sym_BANG_EQ] = ACTIONS(769), + [anon_sym_LT2] = ACTIONS(769), + [anon_sym_LT_EQ] = ACTIONS(769), + [anon_sym_GT_EQ] = ACTIONS(769), + [anon_sym_not_DASHin] = ACTIONS(769), + [anon_sym_starts_DASHwith] = ACTIONS(769), + [anon_sym_ends_DASHwith] = ACTIONS(769), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [anon_sym_POUND] = ACTIONS(3), + }, + [198] = { + [sym_comment] = STATE(198), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(631), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(635), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(637), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(639), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(641), + [anon_sym_PLUS_PLUS] = ACTIONS(641), + [anon_sym_SLASH] = ACTIONS(639), + [anon_sym_mod] = ACTIONS(639), + [anon_sym_SLASH_SLASH] = ACTIONS(639), + [anon_sym_PLUS] = ACTIONS(635), + [anon_sym_bit_DASHshl] = ACTIONS(643), + [anon_sym_bit_DASHshr] = ACTIONS(643), + [anon_sym_EQ_EQ] = ACTIONS(631), + [anon_sym_BANG_EQ] = ACTIONS(631), + [anon_sym_LT2] = ACTIONS(631), + [anon_sym_LT_EQ] = ACTIONS(631), + [anon_sym_GT_EQ] = ACTIONS(631), + [anon_sym_not_DASHin] = ACTIONS(637), + [anon_sym_starts_DASHwith] = ACTIONS(637), + [anon_sym_ends_DASHwith] = ACTIONS(637), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [anon_sym_POUND] = ACTIONS(3), + }, + [199] = { + [sym_comment] = STATE(199), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(635), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(769), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(639), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(641), + [anon_sym_PLUS_PLUS] = ACTIONS(641), + [anon_sym_SLASH] = ACTIONS(639), + [anon_sym_mod] = ACTIONS(639), + [anon_sym_SLASH_SLASH] = ACTIONS(639), + [anon_sym_PLUS] = ACTIONS(635), + [anon_sym_bit_DASHshl] = ACTIONS(769), + [anon_sym_bit_DASHshr] = ACTIONS(769), + [anon_sym_EQ_EQ] = ACTIONS(769), + [anon_sym_BANG_EQ] = ACTIONS(769), + [anon_sym_LT2] = ACTIONS(769), + [anon_sym_LT_EQ] = ACTIONS(769), + [anon_sym_GT_EQ] = ACTIONS(769), + [anon_sym_not_DASHin] = ACTIONS(769), + [anon_sym_starts_DASHwith] = ACTIONS(769), + [anon_sym_ends_DASHwith] = ACTIONS(769), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [anon_sym_POUND] = ACTIONS(3), + }, + [200] = { + [sym_comment] = STATE(200), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(631), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(635), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(769), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(639), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(641), + [anon_sym_PLUS_PLUS] = ACTIONS(641), + [anon_sym_SLASH] = ACTIONS(639), + [anon_sym_mod] = ACTIONS(639), + [anon_sym_SLASH_SLASH] = ACTIONS(639), + [anon_sym_PLUS] = ACTIONS(635), + [anon_sym_bit_DASHshl] = ACTIONS(643), + [anon_sym_bit_DASHshr] = ACTIONS(643), + [anon_sym_EQ_EQ] = ACTIONS(631), + [anon_sym_BANG_EQ] = ACTIONS(631), + [anon_sym_LT2] = ACTIONS(631), + [anon_sym_LT_EQ] = ACTIONS(631), + [anon_sym_GT_EQ] = ACTIONS(631), + [anon_sym_not_DASHin] = ACTIONS(769), + [anon_sym_starts_DASHwith] = ACTIONS(769), + [anon_sym_ends_DASHwith] = ACTIONS(769), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [anon_sym_POUND] = ACTIONS(3), + }, [201] = { [sym_comment] = STATE(201), + [anon_sym_export] = ACTIONS(617), + [anon_sym_alias] = ACTIONS(617), + [anon_sym_let] = ACTIONS(617), + [anon_sym_let_DASHenv] = ACTIONS(617), + [anon_sym_mut] = ACTIONS(617), + [anon_sym_const] = ACTIONS(617), + [sym_cmd_identifier] = ACTIONS(617), + [anon_sym_SEMI] = ACTIONS(617), + [anon_sym_LF] = ACTIONS(619), + [anon_sym_def] = ACTIONS(617), + [anon_sym_def_DASHenv] = ACTIONS(617), + [anon_sym_export_DASHenv] = ACTIONS(617), + [anon_sym_extern] = ACTIONS(617), + [anon_sym_module] = ACTIONS(617), + [anon_sym_use] = ACTIONS(617), + [anon_sym_LBRACK] = ACTIONS(617), + [anon_sym_LPAREN] = ACTIONS(617), + [anon_sym_RPAREN] = ACTIONS(617), + [anon_sym_PIPE] = ACTIONS(617), + [anon_sym_DOLLAR] = ACTIONS(617), + [anon_sym_error] = ACTIONS(617), + [anon_sym_GT] = ACTIONS(617), + [anon_sym_DASH] = ACTIONS(617), + [anon_sym_break] = ACTIONS(617), + [anon_sym_continue] = ACTIONS(617), + [anon_sym_for] = ACTIONS(617), + [anon_sym_in] = ACTIONS(617), + [anon_sym_loop] = ACTIONS(617), + [anon_sym_while] = ACTIONS(617), + [anon_sym_do] = ACTIONS(617), + [anon_sym_if] = ACTIONS(617), + [anon_sym_match] = ACTIONS(617), + [anon_sym_LBRACE] = ACTIONS(617), + [anon_sym_RBRACE] = ACTIONS(617), + [anon_sym_DOT] = ACTIONS(617), + [anon_sym_try] = ACTIONS(617), + [anon_sym_return] = ACTIONS(617), + [anon_sym_source] = ACTIONS(617), + [anon_sym_source_DASHenv] = ACTIONS(617), + [anon_sym_register] = ACTIONS(617), + [anon_sym_hide] = ACTIONS(617), + [anon_sym_hide_DASHenv] = ACTIONS(617), + [anon_sym_overlay] = ACTIONS(617), + [anon_sym_STAR] = ACTIONS(617), + [anon_sym_where] = ACTIONS(617), + [anon_sym_QMARK2] = ACTIONS(617), + [anon_sym_STAR_STAR] = ACTIONS(617), + [anon_sym_PLUS_PLUS] = ACTIONS(617), + [anon_sym_SLASH] = ACTIONS(617), + [anon_sym_mod] = ACTIONS(617), + [anon_sym_SLASH_SLASH] = ACTIONS(617), + [anon_sym_PLUS] = ACTIONS(617), + [anon_sym_bit_DASHshl] = ACTIONS(617), + [anon_sym_bit_DASHshr] = ACTIONS(617), + [anon_sym_EQ_EQ] = ACTIONS(617), + [anon_sym_BANG_EQ] = ACTIONS(617), + [anon_sym_LT2] = ACTIONS(617), + [anon_sym_LT_EQ] = ACTIONS(617), + [anon_sym_GT_EQ] = ACTIONS(617), + [anon_sym_not_DASHin] = ACTIONS(617), + [anon_sym_starts_DASHwith] = ACTIONS(617), + [anon_sym_ends_DASHwith] = ACTIONS(617), + [anon_sym_EQ_TILDE] = ACTIONS(617), + [anon_sym_BANG_TILDE] = ACTIONS(617), + [anon_sym_bit_DASHand] = ACTIONS(617), + [anon_sym_bit_DASHxor] = ACTIONS(617), + [anon_sym_bit_DASHor] = ACTIONS(617), + [anon_sym_and] = ACTIONS(617), + [anon_sym_xor] = ACTIONS(617), + [anon_sym_or] = ACTIONS(617), + [anon_sym_not] = ACTIONS(617), + [anon_sym_DOT_DOT_LT] = ACTIONS(617), + [anon_sym_DOT_DOT] = ACTIONS(617), + [anon_sym_DOT_DOT_EQ] = ACTIONS(617), + [sym_val_nothing] = ACTIONS(617), + [anon_sym_true] = ACTIONS(617), + [anon_sym_false] = ACTIONS(617), + [aux_sym_val_number_token1] = ACTIONS(617), + [aux_sym_val_number_token2] = ACTIONS(617), + [aux_sym_val_number_token3] = ACTIONS(617), + [aux_sym_val_number_token4] = ACTIONS(617), + [anon_sym_inf] = ACTIONS(617), + [anon_sym_DASHinf] = ACTIONS(617), + [anon_sym_NaN] = ACTIONS(617), + [anon_sym_0b] = ACTIONS(617), + [anon_sym_0o] = ACTIONS(617), + [anon_sym_0x] = ACTIONS(617), + [sym_val_date] = ACTIONS(617), + [anon_sym_DQUOTE] = ACTIONS(617), + [sym__str_single_quotes] = ACTIONS(617), + [sym__str_back_ticks] = ACTIONS(617), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(617), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(617), + [anon_sym_CARET] = ACTIONS(617), + [anon_sym_POUND] = ACTIONS(3), + }, + [202] = { + [sym_comment] = STATE(202), [anon_sym_export] = ACTIONS(773), [anon_sym_alias] = ACTIONS(773), [anon_sym_let] = ACTIONS(773), @@ -66695,8 +66798,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_short_flag] = ACTIONS(773), [anon_sym_POUND] = ACTIONS(3), }, - [202] = { - [sym_comment] = STATE(202), + [203] = { + [sym_comment] = STATE(203), + [anon_sym_export] = ACTIONS(667), + [anon_sym_alias] = ACTIONS(667), + [anon_sym_let] = ACTIONS(667), + [anon_sym_let_DASHenv] = ACTIONS(667), + [anon_sym_mut] = ACTIONS(667), + [anon_sym_const] = ACTIONS(667), + [sym_cmd_identifier] = ACTIONS(667), + [anon_sym_SEMI] = ACTIONS(667), + [anon_sym_LF] = ACTIONS(669), + [anon_sym_def] = ACTIONS(667), + [anon_sym_def_DASHenv] = ACTIONS(667), + [anon_sym_export_DASHenv] = ACTIONS(667), + [anon_sym_extern] = ACTIONS(667), + [anon_sym_module] = ACTIONS(667), + [anon_sym_use] = ACTIONS(667), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_LPAREN] = ACTIONS(667), + [anon_sym_RPAREN] = ACTIONS(667), + [anon_sym_PIPE] = ACTIONS(667), + [anon_sym_DOLLAR] = ACTIONS(667), + [anon_sym_error] = ACTIONS(667), + [anon_sym_GT] = ACTIONS(667), + [anon_sym_DASH] = ACTIONS(667), + [anon_sym_break] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(667), + [anon_sym_for] = ACTIONS(667), + [anon_sym_in] = ACTIONS(667), + [anon_sym_loop] = ACTIONS(667), + [anon_sym_while] = ACTIONS(667), + [anon_sym_do] = ACTIONS(667), + [anon_sym_if] = ACTIONS(667), + [anon_sym_match] = ACTIONS(667), + [anon_sym_LBRACE] = ACTIONS(667), + [anon_sym_RBRACE] = ACTIONS(667), + [anon_sym_DOT] = ACTIONS(667), + [anon_sym_try] = ACTIONS(667), + [anon_sym_return] = ACTIONS(667), + [anon_sym_source] = ACTIONS(667), + [anon_sym_source_DASHenv] = ACTIONS(667), + [anon_sym_register] = ACTIONS(667), + [anon_sym_hide] = ACTIONS(667), + [anon_sym_hide_DASHenv] = ACTIONS(667), + [anon_sym_overlay] = ACTIONS(667), + [anon_sym_STAR] = ACTIONS(667), + [anon_sym_where] = ACTIONS(667), + [anon_sym_QMARK2] = ACTIONS(667), + [anon_sym_STAR_STAR] = ACTIONS(667), + [anon_sym_PLUS_PLUS] = ACTIONS(667), + [anon_sym_SLASH] = ACTIONS(667), + [anon_sym_mod] = ACTIONS(667), + [anon_sym_SLASH_SLASH] = ACTIONS(667), + [anon_sym_PLUS] = ACTIONS(667), + [anon_sym_bit_DASHshl] = ACTIONS(667), + [anon_sym_bit_DASHshr] = ACTIONS(667), + [anon_sym_EQ_EQ] = ACTIONS(667), + [anon_sym_BANG_EQ] = ACTIONS(667), + [anon_sym_LT2] = ACTIONS(667), + [anon_sym_LT_EQ] = ACTIONS(667), + [anon_sym_GT_EQ] = ACTIONS(667), + [anon_sym_not_DASHin] = ACTIONS(667), + [anon_sym_starts_DASHwith] = ACTIONS(667), + [anon_sym_ends_DASHwith] = ACTIONS(667), + [anon_sym_EQ_TILDE] = ACTIONS(667), + [anon_sym_BANG_TILDE] = ACTIONS(667), + [anon_sym_bit_DASHand] = ACTIONS(667), + [anon_sym_bit_DASHxor] = ACTIONS(667), + [anon_sym_bit_DASHor] = ACTIONS(667), + [anon_sym_and] = ACTIONS(667), + [anon_sym_xor] = ACTIONS(667), + [anon_sym_or] = ACTIONS(667), + [anon_sym_not] = ACTIONS(667), + [anon_sym_DOT_DOT_LT] = ACTIONS(667), + [anon_sym_DOT_DOT] = ACTIONS(667), + [anon_sym_DOT_DOT_EQ] = ACTIONS(667), + [sym_val_nothing] = ACTIONS(667), + [anon_sym_true] = ACTIONS(667), + [anon_sym_false] = ACTIONS(667), + [aux_sym_val_number_token1] = ACTIONS(667), + [aux_sym_val_number_token2] = ACTIONS(667), + [aux_sym_val_number_token3] = ACTIONS(667), + [aux_sym_val_number_token4] = ACTIONS(667), + [anon_sym_inf] = ACTIONS(667), + [anon_sym_DASHinf] = ACTIONS(667), + [anon_sym_NaN] = ACTIONS(667), + [anon_sym_0b] = ACTIONS(667), + [anon_sym_0o] = ACTIONS(667), + [anon_sym_0x] = ACTIONS(667), + [sym_val_date] = ACTIONS(667), + [anon_sym_DQUOTE] = ACTIONS(667), + [sym__str_single_quotes] = ACTIONS(667), + [sym__str_back_ticks] = ACTIONS(667), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(667), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(667), + [anon_sym_CARET] = ACTIONS(667), + [anon_sym_POUND] = ACTIONS(3), + }, + [204] = { + [sym_comment] = STATE(204), [anon_sym_export] = ACTIONS(777), [anon_sym_alias] = ACTIONS(777), [anon_sym_let] = ACTIONS(777), @@ -66793,8 +66994,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_short_flag] = ACTIONS(777), [anon_sym_POUND] = ACTIONS(3), }, - [203] = { - [sym_comment] = STATE(203), + [205] = { + [sym_comment] = STATE(205), [anon_sym_export] = ACTIONS(781), [anon_sym_alias] = ACTIONS(781), [anon_sym_let] = ACTIONS(781), @@ -66816,9 +67017,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(781), [anon_sym_DOLLAR] = ACTIONS(781), [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(623), + [anon_sym_GT] = ACTIONS(781), [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(627), + [anon_sym_DASH] = ACTIONS(781), [anon_sym_break] = ACTIONS(781), [anon_sym_continue] = ACTIONS(781), [anon_sym_for] = ACTIONS(781), @@ -66838,21 +67039,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hide] = ACTIONS(781), [anon_sym_hide_DASHenv] = ACTIONS(781), [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(631), + [anon_sym_STAR] = ACTIONS(781), [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(633), - [anon_sym_PLUS_PLUS] = ACTIONS(633), - [anon_sym_SLASH] = ACTIONS(631), - [anon_sym_mod] = ACTIONS(631), - [anon_sym_SLASH_SLASH] = ACTIONS(631), - [anon_sym_PLUS] = ACTIONS(627), - [anon_sym_bit_DASHshl] = ACTIONS(635), - [anon_sym_bit_DASHshr] = ACTIONS(635), - [anon_sym_EQ_EQ] = ACTIONS(623), - [anon_sym_BANG_EQ] = ACTIONS(623), - [anon_sym_LT2] = ACTIONS(623), - [anon_sym_LT_EQ] = ACTIONS(623), - [anon_sym_GT_EQ] = ACTIONS(623), + [anon_sym_STAR_STAR] = ACTIONS(781), + [anon_sym_PLUS_PLUS] = ACTIONS(781), + [anon_sym_SLASH] = ACTIONS(781), + [anon_sym_mod] = ACTIONS(781), + [anon_sym_SLASH_SLASH] = ACTIONS(781), + [anon_sym_PLUS] = ACTIONS(781), + [anon_sym_bit_DASHshl] = ACTIONS(781), + [anon_sym_bit_DASHshr] = ACTIONS(781), + [anon_sym_EQ_EQ] = ACTIONS(781), + [anon_sym_BANG_EQ] = ACTIONS(781), + [anon_sym_LT2] = ACTIONS(781), + [anon_sym_LT_EQ] = ACTIONS(781), + [anon_sym_GT_EQ] = ACTIONS(781), [anon_sym_not_DASHin] = ACTIONS(781), [anon_sym_starts_DASHwith] = ACTIONS(781), [anon_sym_ends_DASHwith] = ACTIONS(781), @@ -66891,8 +67092,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_short_flag] = ACTIONS(781), [anon_sym_POUND] = ACTIONS(3), }, - [204] = { - [sym_comment] = STATE(204), + [206] = { + [sym_comment] = STATE(206), [anon_sym_export] = ACTIONS(785), [anon_sym_alias] = ACTIONS(785), [anon_sym_let] = ACTIONS(785), @@ -66989,106 +67190,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_short_flag] = ACTIONS(785), [anon_sym_POUND] = ACTIONS(3), }, - [205] = { - [sym_comment] = STATE(205), - [ts_builtin_sym_end] = ACTIONS(761), - [anon_sym_export] = ACTIONS(759), - [anon_sym_alias] = ACTIONS(759), - [anon_sym_let] = ACTIONS(759), - [anon_sym_let_DASHenv] = ACTIONS(759), - [anon_sym_mut] = ACTIONS(759), - [anon_sym_const] = ACTIONS(759), - [sym_cmd_identifier] = ACTIONS(759), - [anon_sym_SEMI] = ACTIONS(759), - [anon_sym_LF] = ACTIONS(761), - [anon_sym_def] = ACTIONS(759), - [anon_sym_def_DASHenv] = ACTIONS(759), - [anon_sym_export_DASHenv] = ACTIONS(759), - [anon_sym_extern] = ACTIONS(759), - [anon_sym_module] = ACTIONS(759), - [anon_sym_use] = ACTIONS(759), - [anon_sym_LBRACK] = ACTIONS(759), - [anon_sym_LPAREN] = ACTIONS(759), - [anon_sym_PIPE] = ACTIONS(759), - [anon_sym_DOLLAR] = ACTIONS(759), - [anon_sym_error] = ACTIONS(759), - [anon_sym_GT] = ACTIONS(759), - [anon_sym_DASH_DASH] = ACTIONS(759), - [anon_sym_DASH] = ACTIONS(759), - [anon_sym_break] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(759), - [anon_sym_for] = ACTIONS(759), - [anon_sym_in] = ACTIONS(759), - [anon_sym_loop] = ACTIONS(759), - [anon_sym_while] = ACTIONS(759), - [anon_sym_do] = ACTIONS(759), - [anon_sym_if] = ACTIONS(759), - [anon_sym_match] = ACTIONS(759), - [anon_sym_LBRACE] = ACTIONS(759), - [anon_sym_DOT] = ACTIONS(759), - [anon_sym_try] = ACTIONS(759), - [anon_sym_return] = ACTIONS(759), - [anon_sym_source] = ACTIONS(759), - [anon_sym_source_DASHenv] = ACTIONS(759), - [anon_sym_register] = ACTIONS(759), - [anon_sym_hide] = ACTIONS(759), - [anon_sym_hide_DASHenv] = ACTIONS(759), - [anon_sym_overlay] = ACTIONS(759), - [anon_sym_STAR] = ACTIONS(759), - [anon_sym_where] = ACTIONS(759), - [anon_sym_STAR_STAR] = ACTIONS(759), - [anon_sym_PLUS_PLUS] = ACTIONS(759), - [anon_sym_SLASH] = ACTIONS(759), - [anon_sym_mod] = ACTIONS(759), - [anon_sym_SLASH_SLASH] = ACTIONS(759), - [anon_sym_PLUS] = ACTIONS(759), - [anon_sym_bit_DASHshl] = ACTIONS(759), - [anon_sym_bit_DASHshr] = ACTIONS(759), - [anon_sym_EQ_EQ] = ACTIONS(759), - [anon_sym_BANG_EQ] = ACTIONS(759), - [anon_sym_LT2] = ACTIONS(759), - [anon_sym_LT_EQ] = ACTIONS(759), - [anon_sym_GT_EQ] = ACTIONS(759), - [anon_sym_not_DASHin] = ACTIONS(759), - [anon_sym_starts_DASHwith] = ACTIONS(759), - [anon_sym_ends_DASHwith] = ACTIONS(759), - [anon_sym_EQ_TILDE] = ACTIONS(759), - [anon_sym_BANG_TILDE] = ACTIONS(759), - [anon_sym_bit_DASHand] = ACTIONS(759), - [anon_sym_bit_DASHxor] = ACTIONS(759), - [anon_sym_bit_DASHor] = ACTIONS(759), - [anon_sym_and] = ACTIONS(759), - [anon_sym_xor] = ACTIONS(759), - [anon_sym_or] = ACTIONS(759), - [anon_sym_not] = ACTIONS(759), - [anon_sym_DOT_DOT_LT] = ACTIONS(759), - [anon_sym_DOT_DOT] = ACTIONS(759), - [anon_sym_DOT_DOT_EQ] = ACTIONS(759), - [sym_val_nothing] = ACTIONS(759), - [anon_sym_true] = ACTIONS(759), - [anon_sym_false] = ACTIONS(759), - [aux_sym_val_number_token1] = ACTIONS(759), - [aux_sym_val_number_token2] = ACTIONS(759), - [aux_sym_val_number_token3] = ACTIONS(759), - [aux_sym_val_number_token4] = ACTIONS(759), - [anon_sym_inf] = ACTIONS(759), - [anon_sym_DASHinf] = ACTIONS(759), - [anon_sym_NaN] = ACTIONS(759), - [anon_sym_0b] = ACTIONS(759), - [anon_sym_0o] = ACTIONS(759), - [anon_sym_0x] = ACTIONS(759), - [sym_val_date] = ACTIONS(759), - [anon_sym_DQUOTE] = ACTIONS(759), - [sym__str_single_quotes] = ACTIONS(759), - [sym__str_back_ticks] = ACTIONS(759), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(759), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(759), - [anon_sym_CARET] = ACTIONS(759), - [sym_short_flag] = ACTIONS(759), - [anon_sym_POUND] = ACTIONS(3), - }, - [206] = { - [sym_comment] = STATE(206), + [207] = { + [sym_comment] = STATE(207), [anon_sym_export] = ACTIONS(789), [anon_sym_alias] = ACTIONS(789), [anon_sym_let] = ACTIONS(789), @@ -67159,9 +67262,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(789), [anon_sym_or] = ACTIONS(789), [anon_sym_not] = ACTIONS(789), - [anon_sym_DOT_DOT_LT] = ACTIONS(789), - [anon_sym_DOT_DOT] = ACTIONS(789), - [anon_sym_DOT_DOT_EQ] = ACTIONS(789), + [anon_sym_DOT_DOT_LT] = ACTIONS(111), + [anon_sym_DOT_DOT] = ACTIONS(111), + [anon_sym_DOT_DOT_EQ] = ACTIONS(111), [sym_val_nothing] = ACTIONS(789), [anon_sym_true] = ACTIONS(789), [anon_sym_false] = ACTIONS(789), @@ -67185,302 +67288,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_short_flag] = ACTIONS(789), [anon_sym_POUND] = ACTIONS(3), }, - [207] = { - [sym_comment] = STATE(207), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(623), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(627), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(629), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(631), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(633), - [anon_sym_PLUS_PLUS] = ACTIONS(633), - [anon_sym_SLASH] = ACTIONS(631), - [anon_sym_mod] = ACTIONS(631), - [anon_sym_SLASH_SLASH] = ACTIONS(631), - [anon_sym_PLUS] = ACTIONS(627), - [anon_sym_bit_DASHshl] = ACTIONS(635), - [anon_sym_bit_DASHshr] = ACTIONS(635), - [anon_sym_EQ_EQ] = ACTIONS(623), - [anon_sym_BANG_EQ] = ACTIONS(623), - [anon_sym_LT2] = ACTIONS(623), - [anon_sym_LT_EQ] = ACTIONS(623), - [anon_sym_GT_EQ] = ACTIONS(623), - [anon_sym_not_DASHin] = ACTIONS(629), - [anon_sym_starts_DASHwith] = ACTIONS(629), - [anon_sym_ends_DASHwith] = ACTIONS(629), - [anon_sym_EQ_TILDE] = ACTIONS(637), - [anon_sym_BANG_TILDE] = ACTIONS(637), - [anon_sym_bit_DASHand] = ACTIONS(639), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, [208] = { [sym_comment] = STATE(208), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(623), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(627), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(629), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(631), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(633), - [anon_sym_PLUS_PLUS] = ACTIONS(633), - [anon_sym_SLASH] = ACTIONS(631), - [anon_sym_mod] = ACTIONS(631), - [anon_sym_SLASH_SLASH] = ACTIONS(631), - [anon_sym_PLUS] = ACTIONS(627), - [anon_sym_bit_DASHshl] = ACTIONS(635), - [anon_sym_bit_DASHshr] = ACTIONS(635), - [anon_sym_EQ_EQ] = ACTIONS(623), - [anon_sym_BANG_EQ] = ACTIONS(623), - [anon_sym_LT2] = ACTIONS(623), - [anon_sym_LT_EQ] = ACTIONS(623), - [anon_sym_GT_EQ] = ACTIONS(623), - [anon_sym_not_DASHin] = ACTIONS(629), - [anon_sym_starts_DASHwith] = ACTIONS(629), - [anon_sym_ends_DASHwith] = ACTIONS(629), - [anon_sym_EQ_TILDE] = ACTIONS(637), - [anon_sym_BANG_TILDE] = ACTIONS(637), - [anon_sym_bit_DASHand] = ACTIONS(639), - [anon_sym_bit_DASHxor] = ACTIONS(641), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [209] = { - [sym_cell_path] = STATE(400), - [sym_path] = STATE(195), - [sym_comment] = STATE(209), - [ts_builtin_sym_end] = ACTIONS(570), - [anon_sym_export] = ACTIONS(568), - [anon_sym_alias] = ACTIONS(568), - [anon_sym_let] = ACTIONS(568), - [anon_sym_let_DASHenv] = ACTIONS(568), - [anon_sym_mut] = ACTIONS(568), - [anon_sym_const] = ACTIONS(568), - [sym_cmd_identifier] = ACTIONS(568), - [anon_sym_SEMI] = ACTIONS(568), - [anon_sym_LF] = ACTIONS(570), - [anon_sym_def] = ACTIONS(568), - [anon_sym_def_DASHenv] = ACTIONS(568), - [anon_sym_export_DASHenv] = ACTIONS(568), - [anon_sym_extern] = ACTIONS(568), - [anon_sym_module] = ACTIONS(568), - [anon_sym_use] = ACTIONS(568), - [anon_sym_LBRACK] = ACTIONS(568), - [anon_sym_LPAREN] = ACTIONS(568), - [anon_sym_PIPE] = ACTIONS(568), - [anon_sym_DOLLAR] = ACTIONS(568), - [anon_sym_error] = ACTIONS(568), - [anon_sym_GT] = ACTIONS(568), - [anon_sym_DASH] = ACTIONS(568), - [anon_sym_break] = ACTIONS(568), - [anon_sym_continue] = ACTIONS(568), - [anon_sym_for] = ACTIONS(568), - [anon_sym_in] = ACTIONS(568), - [anon_sym_loop] = ACTIONS(568), - [anon_sym_while] = ACTIONS(568), - [anon_sym_do] = ACTIONS(568), - [anon_sym_if] = ACTIONS(568), - [anon_sym_match] = ACTIONS(568), - [anon_sym_LBRACE] = ACTIONS(568), - [anon_sym_DOT] = ACTIONS(763), - [anon_sym_try] = ACTIONS(568), - [anon_sym_return] = ACTIONS(568), - [anon_sym_source] = ACTIONS(568), - [anon_sym_source_DASHenv] = ACTIONS(568), - [anon_sym_register] = ACTIONS(568), - [anon_sym_hide] = ACTIONS(568), - [anon_sym_hide_DASHenv] = ACTIONS(568), - [anon_sym_overlay] = ACTIONS(568), - [anon_sym_STAR] = ACTIONS(568), - [anon_sym_where] = ACTIONS(568), - [anon_sym_STAR_STAR] = ACTIONS(568), - [anon_sym_PLUS_PLUS] = ACTIONS(568), - [anon_sym_SLASH] = ACTIONS(568), - [anon_sym_mod] = ACTIONS(568), - [anon_sym_SLASH_SLASH] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(568), - [anon_sym_bit_DASHshl] = ACTIONS(568), - [anon_sym_bit_DASHshr] = ACTIONS(568), - [anon_sym_EQ_EQ] = ACTIONS(568), - [anon_sym_BANG_EQ] = ACTIONS(568), - [anon_sym_LT2] = ACTIONS(568), - [anon_sym_LT_EQ] = ACTIONS(568), - [anon_sym_GT_EQ] = ACTIONS(568), - [anon_sym_not_DASHin] = ACTIONS(568), - [anon_sym_starts_DASHwith] = ACTIONS(568), - [anon_sym_ends_DASHwith] = ACTIONS(568), - [anon_sym_EQ_TILDE] = ACTIONS(568), - [anon_sym_BANG_TILDE] = ACTIONS(568), - [anon_sym_bit_DASHand] = ACTIONS(568), - [anon_sym_bit_DASHxor] = ACTIONS(568), - [anon_sym_bit_DASHor] = ACTIONS(568), - [anon_sym_and] = ACTIONS(568), - [anon_sym_xor] = ACTIONS(568), - [anon_sym_or] = ACTIONS(568), - [anon_sym_not] = ACTIONS(568), - [anon_sym_DOT_DOT_LT] = ACTIONS(568), - [anon_sym_DOT_DOT] = ACTIONS(568), - [anon_sym_DOT_DOT_EQ] = ACTIONS(568), - [sym_val_nothing] = ACTIONS(568), - [anon_sym_true] = ACTIONS(568), - [anon_sym_false] = ACTIONS(568), - [aux_sym_val_number_token1] = ACTIONS(568), - [aux_sym_val_number_token2] = ACTIONS(568), - [aux_sym_val_number_token3] = ACTIONS(568), - [aux_sym_val_number_token4] = ACTIONS(568), - [anon_sym_inf] = ACTIONS(568), - [anon_sym_DASHinf] = ACTIONS(568), - [anon_sym_NaN] = ACTIONS(568), - [anon_sym_0b] = ACTIONS(568), - [anon_sym_0o] = ACTIONS(568), - [anon_sym_0x] = ACTIONS(568), - [sym_val_date] = ACTIONS(568), - [anon_sym_DQUOTE] = ACTIONS(568), - [sym__str_single_quotes] = ACTIONS(568), - [sym__str_back_ticks] = ACTIONS(568), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(568), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(568), - [anon_sym_CARET] = ACTIONS(568), - [anon_sym_POUND] = ACTIONS(3), - }, - [210] = { - [sym_comment] = STATE(210), [anon_sym_export] = ACTIONS(789), [anon_sym_alias] = ACTIONS(789), [anon_sym_let] = ACTIONS(789), @@ -67551,9 +67360,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_xor] = ACTIONS(789), [anon_sym_or] = ACTIONS(789), [anon_sym_not] = ACTIONS(789), - [anon_sym_DOT_DOT_LT] = ACTIONS(111), - [anon_sym_DOT_DOT] = ACTIONS(111), - [anon_sym_DOT_DOT_EQ] = ACTIONS(111), + [anon_sym_DOT_DOT_LT] = ACTIONS(789), + [anon_sym_DOT_DOT] = ACTIONS(789), + [anon_sym_DOT_DOT_EQ] = ACTIONS(789), [sym_val_nothing] = ACTIONS(789), [anon_sym_true] = ACTIONS(789), [anon_sym_false] = ACTIONS(789), @@ -67577,143 +67386,339 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_short_flag] = ACTIONS(789), [anon_sym_POUND] = ACTIONS(3), }, - [211] = { - [sym_comment] = STATE(211), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(623), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(627), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(629), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(631), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(633), - [anon_sym_PLUS_PLUS] = ACTIONS(633), - [anon_sym_SLASH] = ACTIONS(631), - [anon_sym_mod] = ACTIONS(631), - [anon_sym_SLASH_SLASH] = ACTIONS(631), - [anon_sym_PLUS] = ACTIONS(627), - [anon_sym_bit_DASHshl] = ACTIONS(635), - [anon_sym_bit_DASHshr] = ACTIONS(635), - [anon_sym_EQ_EQ] = ACTIONS(623), - [anon_sym_BANG_EQ] = ACTIONS(623), - [anon_sym_LT2] = ACTIONS(623), - [anon_sym_LT_EQ] = ACTIONS(623), - [anon_sym_GT_EQ] = ACTIONS(623), - [anon_sym_not_DASHin] = ACTIONS(629), - [anon_sym_starts_DASHwith] = ACTIONS(629), - [anon_sym_ends_DASHwith] = ACTIONS(629), - [anon_sym_EQ_TILDE] = ACTIONS(637), - [anon_sym_BANG_TILDE] = ACTIONS(637), - [anon_sym_bit_DASHand] = ACTIONS(639), - [anon_sym_bit_DASHxor] = ACTIONS(641), - [anon_sym_bit_DASHor] = ACTIONS(643), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), + [209] = { + [sym_path] = STATE(308), + [sym_comment] = STATE(209), + [aux_sym_cell_path_repeat1] = STATE(225), + [ts_builtin_sym_end] = ACTIONS(583), + [anon_sym_export] = ACTIONS(581), + [anon_sym_alias] = ACTIONS(581), + [anon_sym_let] = ACTIONS(581), + [anon_sym_let_DASHenv] = ACTIONS(581), + [anon_sym_mut] = ACTIONS(581), + [anon_sym_const] = ACTIONS(581), + [sym_cmd_identifier] = ACTIONS(581), + [anon_sym_SEMI] = ACTIONS(581), + [anon_sym_LF] = ACTIONS(583), + [anon_sym_def] = ACTIONS(581), + [anon_sym_def_DASHenv] = ACTIONS(581), + [anon_sym_export_DASHenv] = ACTIONS(581), + [anon_sym_extern] = ACTIONS(581), + [anon_sym_module] = ACTIONS(581), + [anon_sym_use] = ACTIONS(581), + [anon_sym_LBRACK] = ACTIONS(581), + [anon_sym_LPAREN] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(581), + [anon_sym_error] = ACTIONS(581), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_break] = ACTIONS(581), + [anon_sym_continue] = ACTIONS(581), + [anon_sym_for] = ACTIONS(581), + [anon_sym_in] = ACTIONS(581), + [anon_sym_loop] = ACTIONS(581), + [anon_sym_while] = ACTIONS(581), + [anon_sym_do] = ACTIONS(581), + [anon_sym_if] = ACTIONS(581), + [anon_sym_match] = ACTIONS(581), + [anon_sym_LBRACE] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(763), + [anon_sym_try] = ACTIONS(581), + [anon_sym_return] = ACTIONS(581), + [anon_sym_source] = ACTIONS(581), + [anon_sym_source_DASHenv] = ACTIONS(581), + [anon_sym_register] = ACTIONS(581), + [anon_sym_hide] = ACTIONS(581), + [anon_sym_hide_DASHenv] = ACTIONS(581), + [anon_sym_overlay] = ACTIONS(581), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_where] = ACTIONS(581), + [anon_sym_STAR_STAR] = ACTIONS(581), + [anon_sym_PLUS_PLUS] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_mod] = ACTIONS(581), + [anon_sym_SLASH_SLASH] = ACTIONS(581), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_bit_DASHshl] = ACTIONS(581), + [anon_sym_bit_DASHshr] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(581), + [anon_sym_BANG_EQ] = ACTIONS(581), + [anon_sym_LT2] = ACTIONS(581), + [anon_sym_LT_EQ] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(581), + [anon_sym_not_DASHin] = ACTIONS(581), + [anon_sym_starts_DASHwith] = ACTIONS(581), + [anon_sym_ends_DASHwith] = ACTIONS(581), + [anon_sym_EQ_TILDE] = ACTIONS(581), + [anon_sym_BANG_TILDE] = ACTIONS(581), + [anon_sym_bit_DASHand] = ACTIONS(581), + [anon_sym_bit_DASHxor] = ACTIONS(581), + [anon_sym_bit_DASHor] = ACTIONS(581), + [anon_sym_and] = ACTIONS(581), + [anon_sym_xor] = ACTIONS(581), + [anon_sym_or] = ACTIONS(581), + [anon_sym_not] = ACTIONS(581), + [anon_sym_DOT_DOT_LT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_EQ] = ACTIONS(581), + [sym_val_nothing] = ACTIONS(581), + [anon_sym_true] = ACTIONS(581), + [anon_sym_false] = ACTIONS(581), + [aux_sym_val_number_token1] = ACTIONS(581), + [aux_sym_val_number_token2] = ACTIONS(581), + [aux_sym_val_number_token3] = ACTIONS(581), + [aux_sym_val_number_token4] = ACTIONS(581), + [anon_sym_inf] = ACTIONS(581), + [anon_sym_DASHinf] = ACTIONS(581), + [anon_sym_NaN] = ACTIONS(581), + [anon_sym_0b] = ACTIONS(581), + [anon_sym_0o] = ACTIONS(581), + [anon_sym_0x] = ACTIONS(581), + [sym_val_date] = ACTIONS(581), + [anon_sym_DQUOTE] = ACTIONS(581), + [sym__str_single_quotes] = ACTIONS(581), + [sym__str_back_ticks] = ACTIONS(581), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), [anon_sym_POUND] = ACTIONS(3), }, - [212] = { - [sym_comment] = STATE(212), - [anon_sym_export] = ACTIONS(793), - [anon_sym_alias] = ACTIONS(793), - [anon_sym_let] = ACTIONS(793), - [anon_sym_let_DASHenv] = ACTIONS(793), - [anon_sym_mut] = ACTIONS(793), - [anon_sym_const] = ACTIONS(793), - [sym_cmd_identifier] = ACTIONS(793), - [anon_sym_SEMI] = ACTIONS(793), - [anon_sym_LF] = ACTIONS(795), - [anon_sym_def] = ACTIONS(793), - [anon_sym_def_DASHenv] = ACTIONS(793), - [anon_sym_export_DASHenv] = ACTIONS(793), - [anon_sym_extern] = ACTIONS(793), - [anon_sym_module] = ACTIONS(793), - [anon_sym_use] = ACTIONS(793), - [anon_sym_LBRACK] = ACTIONS(793), - [anon_sym_LPAREN] = ACTIONS(793), - [anon_sym_RPAREN] = ACTIONS(793), - [anon_sym_PIPE] = ACTIONS(793), - [anon_sym_DOLLAR] = ACTIONS(793), - [anon_sym_error] = ACTIONS(793), - [anon_sym_GT] = ACTIONS(793), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_break] = ACTIONS(793), - [anon_sym_continue] = ACTIONS(793), - [anon_sym_for] = ACTIONS(793), - [anon_sym_in] = ACTIONS(793), - [anon_sym_loop] = ACTIONS(793), - [anon_sym_while] = ACTIONS(793), - [anon_sym_do] = ACTIONS(793), - [anon_sym_if] = ACTIONS(793), - [anon_sym_match] = ACTIONS(793), - [anon_sym_LBRACE] = ACTIONS(793), - [anon_sym_RBRACE] = ACTIONS(793), - [anon_sym_try] = ACTIONS(793), - [anon_sym_return] = ACTIONS(793), + [210] = { + [sym_cell_path] = STATE(389), + [sym_path] = STATE(247), + [sym_comment] = STATE(210), + [ts_builtin_sym_end] = ACTIONS(599), + [anon_sym_export] = ACTIONS(597), + [anon_sym_alias] = ACTIONS(597), + [anon_sym_let] = ACTIONS(597), + [anon_sym_let_DASHenv] = ACTIONS(597), + [anon_sym_mut] = ACTIONS(597), + [anon_sym_const] = ACTIONS(597), + [sym_cmd_identifier] = ACTIONS(597), + [anon_sym_SEMI] = ACTIONS(597), + [anon_sym_LF] = ACTIONS(599), + [anon_sym_def] = ACTIONS(597), + [anon_sym_def_DASHenv] = ACTIONS(597), + [anon_sym_export_DASHenv] = ACTIONS(597), + [anon_sym_extern] = ACTIONS(597), + [anon_sym_module] = ACTIONS(597), + [anon_sym_use] = ACTIONS(597), + [anon_sym_LBRACK] = ACTIONS(597), + [anon_sym_LPAREN] = ACTIONS(597), + [anon_sym_PIPE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(597), + [anon_sym_error] = ACTIONS(597), + [anon_sym_GT] = ACTIONS(597), + [anon_sym_DASH] = ACTIONS(597), + [anon_sym_break] = ACTIONS(597), + [anon_sym_continue] = ACTIONS(597), + [anon_sym_for] = ACTIONS(597), + [anon_sym_in] = ACTIONS(597), + [anon_sym_loop] = ACTIONS(597), + [anon_sym_while] = ACTIONS(597), + [anon_sym_do] = ACTIONS(597), + [anon_sym_if] = ACTIONS(597), + [anon_sym_match] = ACTIONS(597), + [anon_sym_LBRACE] = ACTIONS(597), + [anon_sym_DOT] = ACTIONS(763), + [anon_sym_try] = ACTIONS(597), + [anon_sym_return] = ACTIONS(597), + [anon_sym_source] = ACTIONS(597), + [anon_sym_source_DASHenv] = ACTIONS(597), + [anon_sym_register] = ACTIONS(597), + [anon_sym_hide] = ACTIONS(597), + [anon_sym_hide_DASHenv] = ACTIONS(597), + [anon_sym_overlay] = ACTIONS(597), + [anon_sym_STAR] = ACTIONS(597), + [anon_sym_where] = ACTIONS(597), + [anon_sym_STAR_STAR] = ACTIONS(597), + [anon_sym_PLUS_PLUS] = ACTIONS(597), + [anon_sym_SLASH] = ACTIONS(597), + [anon_sym_mod] = ACTIONS(597), + [anon_sym_SLASH_SLASH] = ACTIONS(597), + [anon_sym_PLUS] = ACTIONS(597), + [anon_sym_bit_DASHshl] = ACTIONS(597), + [anon_sym_bit_DASHshr] = ACTIONS(597), + [anon_sym_EQ_EQ] = ACTIONS(597), + [anon_sym_BANG_EQ] = ACTIONS(597), + [anon_sym_LT2] = ACTIONS(597), + [anon_sym_LT_EQ] = ACTIONS(597), + [anon_sym_GT_EQ] = ACTIONS(597), + [anon_sym_not_DASHin] = ACTIONS(597), + [anon_sym_starts_DASHwith] = ACTIONS(597), + [anon_sym_ends_DASHwith] = ACTIONS(597), + [anon_sym_EQ_TILDE] = ACTIONS(597), + [anon_sym_BANG_TILDE] = ACTIONS(597), + [anon_sym_bit_DASHand] = ACTIONS(597), + [anon_sym_bit_DASHxor] = ACTIONS(597), + [anon_sym_bit_DASHor] = ACTIONS(597), + [anon_sym_and] = ACTIONS(597), + [anon_sym_xor] = ACTIONS(597), + [anon_sym_or] = ACTIONS(597), + [anon_sym_not] = ACTIONS(597), + [anon_sym_DOT_DOT_LT] = ACTIONS(597), + [anon_sym_DOT_DOT] = ACTIONS(597), + [anon_sym_DOT_DOT_EQ] = ACTIONS(597), + [sym_val_nothing] = ACTIONS(597), + [anon_sym_true] = ACTIONS(597), + [anon_sym_false] = ACTIONS(597), + [aux_sym_val_number_token1] = ACTIONS(597), + [aux_sym_val_number_token2] = ACTIONS(597), + [aux_sym_val_number_token3] = ACTIONS(597), + [aux_sym_val_number_token4] = ACTIONS(597), + [anon_sym_inf] = ACTIONS(597), + [anon_sym_DASHinf] = ACTIONS(597), + [anon_sym_NaN] = ACTIONS(597), + [anon_sym_0b] = ACTIONS(597), + [anon_sym_0o] = ACTIONS(597), + [anon_sym_0x] = ACTIONS(597), + [sym_val_date] = ACTIONS(597), + [anon_sym_DQUOTE] = ACTIONS(597), + [sym__str_single_quotes] = ACTIONS(597), + [sym__str_back_ticks] = ACTIONS(597), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(597), + [anon_sym_CARET] = ACTIONS(597), + [anon_sym_POUND] = ACTIONS(3), + }, + [211] = { + [sym_comment] = STATE(211), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(635), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(769), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(639), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(641), + [anon_sym_PLUS_PLUS] = ACTIONS(641), + [anon_sym_SLASH] = ACTIONS(639), + [anon_sym_mod] = ACTIONS(639), + [anon_sym_SLASH_SLASH] = ACTIONS(639), + [anon_sym_PLUS] = ACTIONS(635), + [anon_sym_bit_DASHshl] = ACTIONS(643), + [anon_sym_bit_DASHshr] = ACTIONS(643), + [anon_sym_EQ_EQ] = ACTIONS(769), + [anon_sym_BANG_EQ] = ACTIONS(769), + [anon_sym_LT2] = ACTIONS(769), + [anon_sym_LT_EQ] = ACTIONS(769), + [anon_sym_GT_EQ] = ACTIONS(769), + [anon_sym_not_DASHin] = ACTIONS(769), + [anon_sym_starts_DASHwith] = ACTIONS(769), + [anon_sym_ends_DASHwith] = ACTIONS(769), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [anon_sym_POUND] = ACTIONS(3), + }, + [212] = { + [sym_comment] = STATE(212), + [anon_sym_export] = ACTIONS(793), + [anon_sym_alias] = ACTIONS(793), + [anon_sym_let] = ACTIONS(793), + [anon_sym_let_DASHenv] = ACTIONS(793), + [anon_sym_mut] = ACTIONS(793), + [anon_sym_const] = ACTIONS(793), + [sym_cmd_identifier] = ACTIONS(793), + [anon_sym_SEMI] = ACTIONS(793), + [anon_sym_LF] = ACTIONS(795), + [anon_sym_def] = ACTIONS(793), + [anon_sym_def_DASHenv] = ACTIONS(793), + [anon_sym_export_DASHenv] = ACTIONS(793), + [anon_sym_extern] = ACTIONS(793), + [anon_sym_module] = ACTIONS(793), + [anon_sym_use] = ACTIONS(793), + [anon_sym_LBRACK] = ACTIONS(793), + [anon_sym_LPAREN] = ACTIONS(793), + [anon_sym_RPAREN] = ACTIONS(793), + [anon_sym_PIPE] = ACTIONS(793), + [anon_sym_DOLLAR] = ACTIONS(793), + [anon_sym_error] = ACTIONS(793), + [anon_sym_GT] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_break] = ACTIONS(793), + [anon_sym_continue] = ACTIONS(793), + [anon_sym_for] = ACTIONS(793), + [anon_sym_in] = ACTIONS(793), + [anon_sym_loop] = ACTIONS(793), + [anon_sym_while] = ACTIONS(793), + [anon_sym_do] = ACTIONS(793), + [anon_sym_if] = ACTIONS(793), + [anon_sym_match] = ACTIONS(793), + [anon_sym_LBRACE] = ACTIONS(793), + [anon_sym_RBRACE] = ACTIONS(793), + [anon_sym_try] = ACTIONS(793), + [anon_sym_return] = ACTIONS(793), [anon_sym_source] = ACTIONS(793), [anon_sym_source_DASHenv] = ACTIONS(793), [anon_sym_register] = ACTIONS(793), @@ -67775,100 +67780,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [213] = { [sym_comment] = STATE(213), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(623), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(627), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(629), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(631), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(633), - [anon_sym_PLUS_PLUS] = ACTIONS(633), - [anon_sym_SLASH] = ACTIONS(631), - [anon_sym_mod] = ACTIONS(631), - [anon_sym_SLASH_SLASH] = ACTIONS(631), - [anon_sym_PLUS] = ACTIONS(627), - [anon_sym_bit_DASHshl] = ACTIONS(635), - [anon_sym_bit_DASHshr] = ACTIONS(635), - [anon_sym_EQ_EQ] = ACTIONS(623), - [anon_sym_BANG_EQ] = ACTIONS(623), - [anon_sym_LT2] = ACTIONS(623), - [anon_sym_LT_EQ] = ACTIONS(623), - [anon_sym_GT_EQ] = ACTIONS(623), - [anon_sym_not_DASHin] = ACTIONS(629), - [anon_sym_starts_DASHwith] = ACTIONS(629), - [anon_sym_ends_DASHwith] = ACTIONS(629), - [anon_sym_EQ_TILDE] = ACTIONS(637), - [anon_sym_BANG_TILDE] = ACTIONS(637), - [anon_sym_bit_DASHand] = ACTIONS(639), - [anon_sym_bit_DASHxor] = ACTIONS(641), - [anon_sym_bit_DASHor] = ACTIONS(643), - [anon_sym_and] = ACTIONS(645), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), + [anon_sym_export] = ACTIONS(103), + [anon_sym_alias] = ACTIONS(103), + [anon_sym_let] = ACTIONS(103), + [anon_sym_let_DASHenv] = ACTIONS(103), + [anon_sym_mut] = ACTIONS(103), + [anon_sym_const] = ACTIONS(103), + [sym_cmd_identifier] = ACTIONS(103), + [anon_sym_SEMI] = ACTIONS(103), + [anon_sym_LF] = ACTIONS(105), + [anon_sym_def] = ACTIONS(103), + [anon_sym_def_DASHenv] = ACTIONS(103), + [anon_sym_export_DASHenv] = ACTIONS(103), + [anon_sym_extern] = ACTIONS(103), + [anon_sym_module] = ACTIONS(103), + [anon_sym_use] = ACTIONS(103), + [anon_sym_LBRACK] = ACTIONS(103), + [anon_sym_LPAREN] = ACTIONS(103), + [anon_sym_RPAREN] = ACTIONS(103), + [anon_sym_PIPE] = ACTIONS(103), + [anon_sym_DOLLAR] = ACTIONS(103), + [anon_sym_error] = ACTIONS(103), + [anon_sym_GT] = ACTIONS(103), + [anon_sym_DASH_DASH] = ACTIONS(103), + [anon_sym_DASH] = ACTIONS(103), + [anon_sym_break] = ACTIONS(103), + [anon_sym_continue] = ACTIONS(103), + [anon_sym_for] = ACTIONS(103), + [anon_sym_in] = ACTIONS(103), + [anon_sym_loop] = ACTIONS(103), + [anon_sym_while] = ACTIONS(103), + [anon_sym_do] = ACTIONS(103), + [anon_sym_if] = ACTIONS(103), + [anon_sym_match] = ACTIONS(103), + [anon_sym_LBRACE] = ACTIONS(103), + [anon_sym_RBRACE] = ACTIONS(103), + [anon_sym_try] = ACTIONS(103), + [anon_sym_return] = ACTIONS(103), + [anon_sym_source] = ACTIONS(103), + [anon_sym_source_DASHenv] = ACTIONS(103), + [anon_sym_register] = ACTIONS(103), + [anon_sym_hide] = ACTIONS(103), + [anon_sym_hide_DASHenv] = ACTIONS(103), + [anon_sym_overlay] = ACTIONS(103), + [anon_sym_STAR] = ACTIONS(103), + [anon_sym_where] = ACTIONS(103), + [anon_sym_STAR_STAR] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), + [anon_sym_SLASH] = ACTIONS(103), + [anon_sym_mod] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_PLUS] = ACTIONS(103), + [anon_sym_bit_DASHshl] = ACTIONS(103), + [anon_sym_bit_DASHshr] = ACTIONS(103), + [anon_sym_EQ_EQ] = ACTIONS(103), + [anon_sym_BANG_EQ] = ACTIONS(103), + [anon_sym_LT2] = ACTIONS(103), + [anon_sym_LT_EQ] = ACTIONS(103), + [anon_sym_GT_EQ] = ACTIONS(103), + [anon_sym_not_DASHin] = ACTIONS(103), + [anon_sym_starts_DASHwith] = ACTIONS(103), + [anon_sym_ends_DASHwith] = ACTIONS(103), + [anon_sym_EQ_TILDE] = ACTIONS(103), + [anon_sym_BANG_TILDE] = ACTIONS(103), + [anon_sym_bit_DASHand] = ACTIONS(103), + [anon_sym_bit_DASHxor] = ACTIONS(103), + [anon_sym_bit_DASHor] = ACTIONS(103), + [anon_sym_and] = ACTIONS(103), + [anon_sym_xor] = ACTIONS(103), + [anon_sym_or] = ACTIONS(103), + [anon_sym_not] = ACTIONS(103), + [anon_sym_DOT_DOT_LT] = ACTIONS(103), + [anon_sym_DOT_DOT] = ACTIONS(103), + [anon_sym_DOT_DOT_EQ] = ACTIONS(103), + [sym_val_nothing] = ACTIONS(103), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [aux_sym_val_number_token1] = ACTIONS(103), + [aux_sym_val_number_token2] = ACTIONS(103), + [aux_sym_val_number_token3] = ACTIONS(103), + [aux_sym_val_number_token4] = ACTIONS(103), + [anon_sym_inf] = ACTIONS(103), + [anon_sym_DASHinf] = ACTIONS(103), + [anon_sym_NaN] = ACTIONS(103), + [anon_sym_0b] = ACTIONS(103), + [anon_sym_0o] = ACTIONS(103), + [anon_sym_0x] = ACTIONS(103), + [sym_val_date] = ACTIONS(103), + [anon_sym_DQUOTE] = ACTIONS(103), + [sym__str_single_quotes] = ACTIONS(103), + [sym__str_back_ticks] = ACTIONS(103), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(103), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(103), + [anon_sym_CARET] = ACTIONS(103), + [sym_short_flag] = ACTIONS(103), [anon_sym_POUND] = ACTIONS(3), }, [214] = { @@ -67970,3339 +67975,3045 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [215] = { - [sym_cell_path] = STATE(398), - [sym_path] = STATE(195), [sym_comment] = STATE(215), - [ts_builtin_sym_end] = ACTIONS(603), - [anon_sym_export] = ACTIONS(601), - [anon_sym_alias] = ACTIONS(601), - [anon_sym_let] = ACTIONS(601), - [anon_sym_let_DASHenv] = ACTIONS(601), - [anon_sym_mut] = ACTIONS(601), - [anon_sym_const] = ACTIONS(601), - [sym_cmd_identifier] = ACTIONS(601), - [anon_sym_SEMI] = ACTIONS(601), - [anon_sym_LF] = ACTIONS(603), - [anon_sym_def] = ACTIONS(601), - [anon_sym_def_DASHenv] = ACTIONS(601), - [anon_sym_export_DASHenv] = ACTIONS(601), - [anon_sym_extern] = ACTIONS(601), - [anon_sym_module] = ACTIONS(601), - [anon_sym_use] = ACTIONS(601), - [anon_sym_LBRACK] = ACTIONS(601), - [anon_sym_LPAREN] = ACTIONS(601), - [anon_sym_PIPE] = ACTIONS(601), - [anon_sym_DOLLAR] = ACTIONS(601), - [anon_sym_error] = ACTIONS(601), - [anon_sym_GT] = ACTIONS(601), - [anon_sym_DASH] = ACTIONS(601), - [anon_sym_break] = ACTIONS(601), - [anon_sym_continue] = ACTIONS(601), - [anon_sym_for] = ACTIONS(601), - [anon_sym_in] = ACTIONS(601), - [anon_sym_loop] = ACTIONS(601), - [anon_sym_while] = ACTIONS(601), - [anon_sym_do] = ACTIONS(601), - [anon_sym_if] = ACTIONS(601), - [anon_sym_match] = ACTIONS(601), - [anon_sym_LBRACE] = ACTIONS(601), - [anon_sym_DOT] = ACTIONS(763), - [anon_sym_try] = ACTIONS(601), - [anon_sym_return] = ACTIONS(601), - [anon_sym_source] = ACTIONS(601), - [anon_sym_source_DASHenv] = ACTIONS(601), - [anon_sym_register] = ACTIONS(601), - [anon_sym_hide] = ACTIONS(601), - [anon_sym_hide_DASHenv] = ACTIONS(601), - [anon_sym_overlay] = ACTIONS(601), - [anon_sym_STAR] = ACTIONS(601), - [anon_sym_where] = ACTIONS(601), - [anon_sym_STAR_STAR] = ACTIONS(601), - [anon_sym_PLUS_PLUS] = ACTIONS(601), - [anon_sym_SLASH] = ACTIONS(601), - [anon_sym_mod] = ACTIONS(601), - [anon_sym_SLASH_SLASH] = ACTIONS(601), - [anon_sym_PLUS] = ACTIONS(601), - [anon_sym_bit_DASHshl] = ACTIONS(601), - [anon_sym_bit_DASHshr] = ACTIONS(601), - [anon_sym_EQ_EQ] = ACTIONS(601), - [anon_sym_BANG_EQ] = ACTIONS(601), - [anon_sym_LT2] = ACTIONS(601), - [anon_sym_LT_EQ] = ACTIONS(601), - [anon_sym_GT_EQ] = ACTIONS(601), - [anon_sym_not_DASHin] = ACTIONS(601), - [anon_sym_starts_DASHwith] = ACTIONS(601), - [anon_sym_ends_DASHwith] = ACTIONS(601), - [anon_sym_EQ_TILDE] = ACTIONS(601), - [anon_sym_BANG_TILDE] = ACTIONS(601), - [anon_sym_bit_DASHand] = ACTIONS(601), - [anon_sym_bit_DASHxor] = ACTIONS(601), - [anon_sym_bit_DASHor] = ACTIONS(601), - [anon_sym_and] = ACTIONS(601), - [anon_sym_xor] = ACTIONS(601), - [anon_sym_or] = ACTIONS(601), - [anon_sym_not] = ACTIONS(601), - [anon_sym_DOT_DOT_LT] = ACTIONS(601), - [anon_sym_DOT_DOT] = ACTIONS(601), - [anon_sym_DOT_DOT_EQ] = ACTIONS(601), - [sym_val_nothing] = ACTIONS(601), - [anon_sym_true] = ACTIONS(601), - [anon_sym_false] = ACTIONS(601), - [aux_sym_val_number_token1] = ACTIONS(601), - [aux_sym_val_number_token2] = ACTIONS(601), - [aux_sym_val_number_token3] = ACTIONS(601), - [aux_sym_val_number_token4] = ACTIONS(601), - [anon_sym_inf] = ACTIONS(601), - [anon_sym_DASHinf] = ACTIONS(601), - [anon_sym_NaN] = ACTIONS(601), - [anon_sym_0b] = ACTIONS(601), - [anon_sym_0o] = ACTIONS(601), - [anon_sym_0x] = ACTIONS(601), - [sym_val_date] = ACTIONS(601), - [anon_sym_DQUOTE] = ACTIONS(601), - [sym__str_single_quotes] = ACTIONS(601), - [sym__str_back_ticks] = ACTIONS(601), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(601), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(601), - [anon_sym_CARET] = ACTIONS(601), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(631), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(635), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(637), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(639), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(641), + [anon_sym_PLUS_PLUS] = ACTIONS(641), + [anon_sym_SLASH] = ACTIONS(639), + [anon_sym_mod] = ACTIONS(639), + [anon_sym_SLASH_SLASH] = ACTIONS(639), + [anon_sym_PLUS] = ACTIONS(635), + [anon_sym_bit_DASHshl] = ACTIONS(643), + [anon_sym_bit_DASHshr] = ACTIONS(643), + [anon_sym_EQ_EQ] = ACTIONS(631), + [anon_sym_BANG_EQ] = ACTIONS(631), + [anon_sym_LT2] = ACTIONS(631), + [anon_sym_LT_EQ] = ACTIONS(631), + [anon_sym_GT_EQ] = ACTIONS(631), + [anon_sym_not_DASHin] = ACTIONS(637), + [anon_sym_starts_DASHwith] = ACTIONS(637), + [anon_sym_ends_DASHwith] = ACTIONS(637), + [anon_sym_EQ_TILDE] = ACTIONS(645), + [anon_sym_BANG_TILDE] = ACTIONS(645), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, [216] = { [sym_comment] = STATE(216), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(623), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(627), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(629), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(631), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(633), - [anon_sym_PLUS_PLUS] = ACTIONS(633), - [anon_sym_SLASH] = ACTIONS(631), - [anon_sym_mod] = ACTIONS(631), - [anon_sym_SLASH_SLASH] = ACTIONS(631), - [anon_sym_PLUS] = ACTIONS(627), - [anon_sym_bit_DASHshl] = ACTIONS(635), - [anon_sym_bit_DASHshr] = ACTIONS(635), - [anon_sym_EQ_EQ] = ACTIONS(623), - [anon_sym_BANG_EQ] = ACTIONS(623), - [anon_sym_LT2] = ACTIONS(623), - [anon_sym_LT_EQ] = ACTIONS(623), - [anon_sym_GT_EQ] = ACTIONS(623), - [anon_sym_not_DASHin] = ACTIONS(629), - [anon_sym_starts_DASHwith] = ACTIONS(629), - [anon_sym_ends_DASHwith] = ACTIONS(629), - [anon_sym_EQ_TILDE] = ACTIONS(637), - [anon_sym_BANG_TILDE] = ACTIONS(637), - [anon_sym_bit_DASHand] = ACTIONS(639), - [anon_sym_bit_DASHxor] = ACTIONS(641), - [anon_sym_bit_DASHor] = ACTIONS(643), - [anon_sym_and] = ACTIONS(645), - [anon_sym_xor] = ACTIONS(647), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), + [anon_sym_export] = ACTIONS(801), + [anon_sym_alias] = ACTIONS(801), + [anon_sym_let] = ACTIONS(801), + [anon_sym_let_DASHenv] = ACTIONS(801), + [anon_sym_mut] = ACTIONS(801), + [anon_sym_const] = ACTIONS(801), + [sym_cmd_identifier] = ACTIONS(801), + [anon_sym_SEMI] = ACTIONS(801), + [anon_sym_LF] = ACTIONS(803), + [anon_sym_def] = ACTIONS(801), + [anon_sym_def_DASHenv] = ACTIONS(801), + [anon_sym_export_DASHenv] = ACTIONS(801), + [anon_sym_extern] = ACTIONS(801), + [anon_sym_module] = ACTIONS(801), + [anon_sym_use] = ACTIONS(801), + [anon_sym_LBRACK] = ACTIONS(801), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_RPAREN] = ACTIONS(801), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_DOLLAR] = ACTIONS(801), + [anon_sym_error] = ACTIONS(801), + [anon_sym_GT] = ACTIONS(801), + [anon_sym_DASH_DASH] = ACTIONS(801), + [anon_sym_DASH] = ACTIONS(801), + [anon_sym_break] = ACTIONS(801), + [anon_sym_continue] = ACTIONS(801), + [anon_sym_for] = ACTIONS(801), + [anon_sym_in] = ACTIONS(801), + [anon_sym_loop] = ACTIONS(801), + [anon_sym_while] = ACTIONS(801), + [anon_sym_do] = ACTIONS(801), + [anon_sym_if] = ACTIONS(801), + [anon_sym_match] = ACTIONS(801), + [anon_sym_LBRACE] = ACTIONS(801), + [anon_sym_RBRACE] = ACTIONS(801), + [anon_sym_try] = ACTIONS(801), + [anon_sym_return] = ACTIONS(801), + [anon_sym_source] = ACTIONS(801), + [anon_sym_source_DASHenv] = ACTIONS(801), + [anon_sym_register] = ACTIONS(801), + [anon_sym_hide] = ACTIONS(801), + [anon_sym_hide_DASHenv] = ACTIONS(801), + [anon_sym_overlay] = ACTIONS(801), + [anon_sym_STAR] = ACTIONS(801), + [anon_sym_where] = ACTIONS(801), + [anon_sym_STAR_STAR] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(801), + [anon_sym_SLASH] = ACTIONS(801), + [anon_sym_mod] = ACTIONS(801), + [anon_sym_SLASH_SLASH] = ACTIONS(801), + [anon_sym_PLUS] = ACTIONS(801), + [anon_sym_bit_DASHshl] = ACTIONS(801), + [anon_sym_bit_DASHshr] = ACTIONS(801), + [anon_sym_EQ_EQ] = ACTIONS(801), + [anon_sym_BANG_EQ] = ACTIONS(801), + [anon_sym_LT2] = ACTIONS(801), + [anon_sym_LT_EQ] = ACTIONS(801), + [anon_sym_GT_EQ] = ACTIONS(801), + [anon_sym_not_DASHin] = ACTIONS(801), + [anon_sym_starts_DASHwith] = ACTIONS(801), + [anon_sym_ends_DASHwith] = ACTIONS(801), + [anon_sym_EQ_TILDE] = ACTIONS(801), + [anon_sym_BANG_TILDE] = ACTIONS(801), + [anon_sym_bit_DASHand] = ACTIONS(801), + [anon_sym_bit_DASHxor] = ACTIONS(801), + [anon_sym_bit_DASHor] = ACTIONS(801), + [anon_sym_and] = ACTIONS(801), + [anon_sym_xor] = ACTIONS(801), + [anon_sym_or] = ACTIONS(801), + [anon_sym_not] = ACTIONS(801), + [anon_sym_DOT_DOT_LT] = ACTIONS(801), + [anon_sym_DOT_DOT] = ACTIONS(801), + [anon_sym_DOT_DOT_EQ] = ACTIONS(801), + [sym_val_nothing] = ACTIONS(801), + [anon_sym_true] = ACTIONS(801), + [anon_sym_false] = ACTIONS(801), + [aux_sym_val_number_token1] = ACTIONS(801), + [aux_sym_val_number_token2] = ACTIONS(801), + [aux_sym_val_number_token3] = ACTIONS(801), + [aux_sym_val_number_token4] = ACTIONS(801), + [anon_sym_inf] = ACTIONS(801), + [anon_sym_DASHinf] = ACTIONS(801), + [anon_sym_NaN] = ACTIONS(801), + [anon_sym_0b] = ACTIONS(801), + [anon_sym_0o] = ACTIONS(801), + [anon_sym_0x] = ACTIONS(801), + [sym_val_date] = ACTIONS(801), + [anon_sym_DQUOTE] = ACTIONS(801), + [sym__str_single_quotes] = ACTIONS(801), + [sym__str_back_ticks] = ACTIONS(801), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(801), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(801), + [anon_sym_CARET] = ACTIONS(801), + [sym_short_flag] = ACTIONS(801), [anon_sym_POUND] = ACTIONS(3), }, [217] = { [sym_comment] = STATE(217), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(623), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(627), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(629), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(631), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(633), - [anon_sym_PLUS_PLUS] = ACTIONS(633), - [anon_sym_SLASH] = ACTIONS(631), - [anon_sym_mod] = ACTIONS(631), - [anon_sym_SLASH_SLASH] = ACTIONS(631), - [anon_sym_PLUS] = ACTIONS(627), - [anon_sym_bit_DASHshl] = ACTIONS(635), - [anon_sym_bit_DASHshr] = ACTIONS(635), - [anon_sym_EQ_EQ] = ACTIONS(623), - [anon_sym_BANG_EQ] = ACTIONS(623), - [anon_sym_LT2] = ACTIONS(623), - [anon_sym_LT_EQ] = ACTIONS(623), - [anon_sym_GT_EQ] = ACTIONS(623), - [anon_sym_not_DASHin] = ACTIONS(629), - [anon_sym_starts_DASHwith] = ACTIONS(629), - [anon_sym_ends_DASHwith] = ACTIONS(629), - [anon_sym_EQ_TILDE] = ACTIONS(637), - [anon_sym_BANG_TILDE] = ACTIONS(637), - [anon_sym_bit_DASHand] = ACTIONS(639), - [anon_sym_bit_DASHxor] = ACTIONS(641), - [anon_sym_bit_DASHor] = ACTIONS(643), - [anon_sym_and] = ACTIONS(645), - [anon_sym_xor] = ACTIONS(647), - [anon_sym_or] = ACTIONS(649), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), + [anon_sym_export] = ACTIONS(805), + [anon_sym_alias] = ACTIONS(805), + [anon_sym_let] = ACTIONS(805), + [anon_sym_let_DASHenv] = ACTIONS(805), + [anon_sym_mut] = ACTIONS(805), + [anon_sym_const] = ACTIONS(805), + [sym_cmd_identifier] = ACTIONS(805), + [anon_sym_SEMI] = ACTIONS(805), + [anon_sym_LF] = ACTIONS(807), + [anon_sym_def] = ACTIONS(805), + [anon_sym_def_DASHenv] = ACTIONS(805), + [anon_sym_export_DASHenv] = ACTIONS(805), + [anon_sym_extern] = ACTIONS(805), + [anon_sym_module] = ACTIONS(805), + [anon_sym_use] = ACTIONS(805), + [anon_sym_LBRACK] = ACTIONS(805), + [anon_sym_LPAREN] = ACTIONS(805), + [anon_sym_RPAREN] = ACTIONS(805), + [anon_sym_PIPE] = ACTIONS(805), + [anon_sym_DOLLAR] = ACTIONS(805), + [anon_sym_error] = ACTIONS(805), + [anon_sym_GT] = ACTIONS(805), + [anon_sym_DASH_DASH] = ACTIONS(805), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_break] = ACTIONS(805), + [anon_sym_continue] = ACTIONS(805), + [anon_sym_for] = ACTIONS(805), + [anon_sym_in] = ACTIONS(805), + [anon_sym_loop] = ACTIONS(805), + [anon_sym_while] = ACTIONS(805), + [anon_sym_do] = ACTIONS(805), + [anon_sym_if] = ACTIONS(805), + [anon_sym_match] = ACTIONS(805), + [anon_sym_LBRACE] = ACTIONS(805), + [anon_sym_RBRACE] = ACTIONS(805), + [anon_sym_try] = ACTIONS(805), + [anon_sym_return] = ACTIONS(805), + [anon_sym_source] = ACTIONS(805), + [anon_sym_source_DASHenv] = ACTIONS(805), + [anon_sym_register] = ACTIONS(805), + [anon_sym_hide] = ACTIONS(805), + [anon_sym_hide_DASHenv] = ACTIONS(805), + [anon_sym_overlay] = ACTIONS(805), + [anon_sym_STAR] = ACTIONS(805), + [anon_sym_where] = ACTIONS(805), + [anon_sym_STAR_STAR] = ACTIONS(805), + [anon_sym_PLUS_PLUS] = ACTIONS(805), + [anon_sym_SLASH] = ACTIONS(805), + [anon_sym_mod] = ACTIONS(805), + [anon_sym_SLASH_SLASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_bit_DASHshl] = ACTIONS(805), + [anon_sym_bit_DASHshr] = ACTIONS(805), + [anon_sym_EQ_EQ] = ACTIONS(805), + [anon_sym_BANG_EQ] = ACTIONS(805), + [anon_sym_LT2] = ACTIONS(805), + [anon_sym_LT_EQ] = ACTIONS(805), + [anon_sym_GT_EQ] = ACTIONS(805), + [anon_sym_not_DASHin] = ACTIONS(805), + [anon_sym_starts_DASHwith] = ACTIONS(805), + [anon_sym_ends_DASHwith] = ACTIONS(805), + [anon_sym_EQ_TILDE] = ACTIONS(805), + [anon_sym_BANG_TILDE] = ACTIONS(805), + [anon_sym_bit_DASHand] = ACTIONS(805), + [anon_sym_bit_DASHxor] = ACTIONS(805), + [anon_sym_bit_DASHor] = ACTIONS(805), + [anon_sym_and] = ACTIONS(805), + [anon_sym_xor] = ACTIONS(805), + [anon_sym_or] = ACTIONS(805), + [anon_sym_not] = ACTIONS(805), + [anon_sym_DOT_DOT_LT] = ACTIONS(805), + [anon_sym_DOT_DOT] = ACTIONS(805), + [anon_sym_DOT_DOT_EQ] = ACTIONS(805), + [sym_val_nothing] = ACTIONS(805), + [anon_sym_true] = ACTIONS(805), + [anon_sym_false] = ACTIONS(805), + [aux_sym_val_number_token1] = ACTIONS(805), + [aux_sym_val_number_token2] = ACTIONS(805), + [aux_sym_val_number_token3] = ACTIONS(805), + [aux_sym_val_number_token4] = ACTIONS(805), + [anon_sym_inf] = ACTIONS(805), + [anon_sym_DASHinf] = ACTIONS(805), + [anon_sym_NaN] = ACTIONS(805), + [anon_sym_0b] = ACTIONS(805), + [anon_sym_0o] = ACTIONS(805), + [anon_sym_0x] = ACTIONS(805), + [sym_val_date] = ACTIONS(805), + [anon_sym_DQUOTE] = ACTIONS(805), + [sym__str_single_quotes] = ACTIONS(805), + [sym__str_back_ticks] = ACTIONS(805), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(805), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(805), + [anon_sym_CARET] = ACTIONS(805), + [sym_short_flag] = ACTIONS(805), [anon_sym_POUND] = ACTIONS(3), }, [218] = { - [sym_path] = STATE(339), [sym_comment] = STATE(218), - [aux_sym_cell_path_repeat1] = STATE(218), - [ts_builtin_sym_end] = ACTIONS(592), - [anon_sym_export] = ACTIONS(590), - [anon_sym_alias] = ACTIONS(590), - [anon_sym_let] = ACTIONS(590), - [anon_sym_let_DASHenv] = ACTIONS(590), - [anon_sym_mut] = ACTIONS(590), - [anon_sym_const] = ACTIONS(590), - [sym_cmd_identifier] = ACTIONS(590), - [anon_sym_SEMI] = ACTIONS(590), - [anon_sym_LF] = ACTIONS(592), - [anon_sym_def] = ACTIONS(590), - [anon_sym_def_DASHenv] = ACTIONS(590), - [anon_sym_export_DASHenv] = ACTIONS(590), - [anon_sym_extern] = ACTIONS(590), - [anon_sym_module] = ACTIONS(590), - [anon_sym_use] = ACTIONS(590), - [anon_sym_LBRACK] = ACTIONS(590), - [anon_sym_LPAREN] = ACTIONS(590), - [anon_sym_PIPE] = ACTIONS(590), - [anon_sym_DOLLAR] = ACTIONS(590), - [anon_sym_error] = ACTIONS(590), - [anon_sym_GT] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_break] = ACTIONS(590), - [anon_sym_continue] = ACTIONS(590), - [anon_sym_for] = ACTIONS(590), - [anon_sym_in] = ACTIONS(590), - [anon_sym_loop] = ACTIONS(590), - [anon_sym_while] = ACTIONS(590), - [anon_sym_do] = ACTIONS(590), - [anon_sym_if] = ACTIONS(590), - [anon_sym_match] = ACTIONS(590), - [anon_sym_LBRACE] = ACTIONS(590), - [anon_sym_DOT] = ACTIONS(801), - [anon_sym_try] = ACTIONS(590), - [anon_sym_return] = ACTIONS(590), - [anon_sym_source] = ACTIONS(590), - [anon_sym_source_DASHenv] = ACTIONS(590), - [anon_sym_register] = ACTIONS(590), - [anon_sym_hide] = ACTIONS(590), - [anon_sym_hide_DASHenv] = ACTIONS(590), - [anon_sym_overlay] = ACTIONS(590), - [anon_sym_STAR] = ACTIONS(590), - [anon_sym_where] = ACTIONS(590), - [anon_sym_STAR_STAR] = ACTIONS(590), - [anon_sym_PLUS_PLUS] = ACTIONS(590), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_mod] = ACTIONS(590), - [anon_sym_SLASH_SLASH] = ACTIONS(590), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_bit_DASHshl] = ACTIONS(590), - [anon_sym_bit_DASHshr] = ACTIONS(590), - [anon_sym_EQ_EQ] = ACTIONS(590), - [anon_sym_BANG_EQ] = ACTIONS(590), - [anon_sym_LT2] = ACTIONS(590), - [anon_sym_LT_EQ] = ACTIONS(590), - [anon_sym_GT_EQ] = ACTIONS(590), - [anon_sym_not_DASHin] = ACTIONS(590), - [anon_sym_starts_DASHwith] = ACTIONS(590), - [anon_sym_ends_DASHwith] = ACTIONS(590), - [anon_sym_EQ_TILDE] = ACTIONS(590), - [anon_sym_BANG_TILDE] = ACTIONS(590), - [anon_sym_bit_DASHand] = ACTIONS(590), - [anon_sym_bit_DASHxor] = ACTIONS(590), - [anon_sym_bit_DASHor] = ACTIONS(590), - [anon_sym_and] = ACTIONS(590), - [anon_sym_xor] = ACTIONS(590), - [anon_sym_or] = ACTIONS(590), - [anon_sym_not] = ACTIONS(590), - [anon_sym_DOT_DOT_LT] = ACTIONS(590), - [anon_sym_DOT_DOT] = ACTIONS(590), - [anon_sym_DOT_DOT_EQ] = ACTIONS(590), - [sym_val_nothing] = ACTIONS(590), - [anon_sym_true] = ACTIONS(590), - [anon_sym_false] = ACTIONS(590), - [aux_sym_val_number_token1] = ACTIONS(590), - [aux_sym_val_number_token2] = ACTIONS(590), - [aux_sym_val_number_token3] = ACTIONS(590), - [aux_sym_val_number_token4] = ACTIONS(590), - [anon_sym_inf] = ACTIONS(590), - [anon_sym_DASHinf] = ACTIONS(590), - [anon_sym_NaN] = ACTIONS(590), - [anon_sym_0b] = ACTIONS(590), - [anon_sym_0o] = ACTIONS(590), - [anon_sym_0x] = ACTIONS(590), - [sym_val_date] = ACTIONS(590), - [anon_sym_DQUOTE] = ACTIONS(590), - [sym__str_single_quotes] = ACTIONS(590), - [sym__str_back_ticks] = ACTIONS(590), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(590), - [anon_sym_CARET] = ACTIONS(590), + [anon_sym_export] = ACTIONS(809), + [anon_sym_alias] = ACTIONS(809), + [anon_sym_let] = ACTIONS(809), + [anon_sym_let_DASHenv] = ACTIONS(809), + [anon_sym_mut] = ACTIONS(809), + [anon_sym_const] = ACTIONS(809), + [sym_cmd_identifier] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(809), + [anon_sym_LF] = ACTIONS(811), + [anon_sym_def] = ACTIONS(809), + [anon_sym_def_DASHenv] = ACTIONS(809), + [anon_sym_export_DASHenv] = ACTIONS(809), + [anon_sym_extern] = ACTIONS(809), + [anon_sym_module] = ACTIONS(809), + [anon_sym_use] = ACTIONS(809), + [anon_sym_LBRACK] = ACTIONS(809), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_RPAREN] = ACTIONS(809), + [anon_sym_PIPE] = ACTIONS(809), + [anon_sym_DOLLAR] = ACTIONS(809), + [anon_sym_error] = ACTIONS(809), + [anon_sym_GT] = ACTIONS(809), + [anon_sym_DASH_DASH] = ACTIONS(809), + [anon_sym_DASH] = ACTIONS(809), + [anon_sym_break] = ACTIONS(809), + [anon_sym_continue] = ACTIONS(809), + [anon_sym_for] = ACTIONS(809), + [anon_sym_in] = ACTIONS(809), + [anon_sym_loop] = ACTIONS(809), + [anon_sym_while] = ACTIONS(809), + [anon_sym_do] = ACTIONS(809), + [anon_sym_if] = ACTIONS(809), + [anon_sym_match] = ACTIONS(809), + [anon_sym_LBRACE] = ACTIONS(809), + [anon_sym_RBRACE] = ACTIONS(809), + [anon_sym_try] = ACTIONS(809), + [anon_sym_return] = ACTIONS(809), + [anon_sym_source] = ACTIONS(809), + [anon_sym_source_DASHenv] = ACTIONS(809), + [anon_sym_register] = ACTIONS(809), + [anon_sym_hide] = ACTIONS(809), + [anon_sym_hide_DASHenv] = ACTIONS(809), + [anon_sym_overlay] = ACTIONS(809), + [anon_sym_STAR] = ACTIONS(809), + [anon_sym_where] = ACTIONS(809), + [anon_sym_STAR_STAR] = ACTIONS(809), + [anon_sym_PLUS_PLUS] = ACTIONS(809), + [anon_sym_SLASH] = ACTIONS(809), + [anon_sym_mod] = ACTIONS(809), + [anon_sym_SLASH_SLASH] = ACTIONS(809), + [anon_sym_PLUS] = ACTIONS(809), + [anon_sym_bit_DASHshl] = ACTIONS(809), + [anon_sym_bit_DASHshr] = ACTIONS(809), + [anon_sym_EQ_EQ] = ACTIONS(809), + [anon_sym_BANG_EQ] = ACTIONS(809), + [anon_sym_LT2] = ACTIONS(809), + [anon_sym_LT_EQ] = ACTIONS(809), + [anon_sym_GT_EQ] = ACTIONS(809), + [anon_sym_not_DASHin] = ACTIONS(809), + [anon_sym_starts_DASHwith] = ACTIONS(809), + [anon_sym_ends_DASHwith] = ACTIONS(809), + [anon_sym_EQ_TILDE] = ACTIONS(809), + [anon_sym_BANG_TILDE] = ACTIONS(809), + [anon_sym_bit_DASHand] = ACTIONS(809), + [anon_sym_bit_DASHxor] = ACTIONS(809), + [anon_sym_bit_DASHor] = ACTIONS(809), + [anon_sym_and] = ACTIONS(809), + [anon_sym_xor] = ACTIONS(809), + [anon_sym_or] = ACTIONS(809), + [anon_sym_not] = ACTIONS(809), + [anon_sym_DOT_DOT_LT] = ACTIONS(809), + [anon_sym_DOT_DOT] = ACTIONS(809), + [anon_sym_DOT_DOT_EQ] = ACTIONS(809), + [sym_val_nothing] = ACTIONS(809), + [anon_sym_true] = ACTIONS(809), + [anon_sym_false] = ACTIONS(809), + [aux_sym_val_number_token1] = ACTIONS(809), + [aux_sym_val_number_token2] = ACTIONS(809), + [aux_sym_val_number_token3] = ACTIONS(809), + [aux_sym_val_number_token4] = ACTIONS(809), + [anon_sym_inf] = ACTIONS(809), + [anon_sym_DASHinf] = ACTIONS(809), + [anon_sym_NaN] = ACTIONS(809), + [anon_sym_0b] = ACTIONS(809), + [anon_sym_0o] = ACTIONS(809), + [anon_sym_0x] = ACTIONS(809), + [sym_val_date] = ACTIONS(809), + [anon_sym_DQUOTE] = ACTIONS(809), + [sym__str_single_quotes] = ACTIONS(809), + [sym__str_back_ticks] = ACTIONS(809), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(809), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(809), + [anon_sym_CARET] = ACTIONS(809), + [sym_short_flag] = ACTIONS(809), [anon_sym_POUND] = ACTIONS(3), }, [219] = { [sym_comment] = STATE(219), - [anon_sym_export] = ACTIONS(797), - [anon_sym_alias] = ACTIONS(797), - [anon_sym_let] = ACTIONS(797), - [anon_sym_let_DASHenv] = ACTIONS(797), - [anon_sym_mut] = ACTIONS(797), - [anon_sym_const] = ACTIONS(797), - [sym_cmd_identifier] = ACTIONS(797), - [anon_sym_SEMI] = ACTIONS(797), - [anon_sym_LF] = ACTIONS(799), - [anon_sym_def] = ACTIONS(797), - [anon_sym_def_DASHenv] = ACTIONS(797), - [anon_sym_export_DASHenv] = ACTIONS(797), - [anon_sym_extern] = ACTIONS(797), - [anon_sym_module] = ACTIONS(797), - [anon_sym_use] = ACTIONS(797), - [anon_sym_LBRACK] = ACTIONS(797), - [anon_sym_LPAREN] = ACTIONS(797), - [anon_sym_RPAREN] = ACTIONS(797), - [anon_sym_PIPE] = ACTIONS(797), - [anon_sym_DOLLAR] = ACTIONS(797), - [anon_sym_error] = ACTIONS(797), - [anon_sym_GT] = ACTIONS(797), - [anon_sym_DASH_DASH] = ACTIONS(797), - [anon_sym_DASH] = ACTIONS(797), - [anon_sym_break] = ACTIONS(797), - [anon_sym_continue] = ACTIONS(797), - [anon_sym_for] = ACTIONS(797), - [anon_sym_in] = ACTIONS(797), - [anon_sym_loop] = ACTIONS(797), - [anon_sym_while] = ACTIONS(797), - [anon_sym_do] = ACTIONS(797), - [anon_sym_if] = ACTIONS(797), - [anon_sym_match] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(797), - [anon_sym_RBRACE] = ACTIONS(797), - [anon_sym_try] = ACTIONS(797), - [anon_sym_return] = ACTIONS(797), - [anon_sym_source] = ACTIONS(797), - [anon_sym_source_DASHenv] = ACTIONS(797), - [anon_sym_register] = ACTIONS(797), - [anon_sym_hide] = ACTIONS(797), - [anon_sym_hide_DASHenv] = ACTIONS(797), - [anon_sym_overlay] = ACTIONS(797), - [anon_sym_STAR] = ACTIONS(797), - [anon_sym_where] = ACTIONS(797), - [anon_sym_STAR_STAR] = ACTIONS(797), - [anon_sym_PLUS_PLUS] = ACTIONS(797), - [anon_sym_SLASH] = ACTIONS(797), - [anon_sym_mod] = ACTIONS(797), - [anon_sym_SLASH_SLASH] = ACTIONS(797), - [anon_sym_PLUS] = ACTIONS(797), - [anon_sym_bit_DASHshl] = ACTIONS(797), - [anon_sym_bit_DASHshr] = ACTIONS(797), - [anon_sym_EQ_EQ] = ACTIONS(797), - [anon_sym_BANG_EQ] = ACTIONS(797), - [anon_sym_LT2] = ACTIONS(797), - [anon_sym_LT_EQ] = ACTIONS(797), - [anon_sym_GT_EQ] = ACTIONS(797), - [anon_sym_not_DASHin] = ACTIONS(797), - [anon_sym_starts_DASHwith] = ACTIONS(797), - [anon_sym_ends_DASHwith] = ACTIONS(797), - [anon_sym_EQ_TILDE] = ACTIONS(797), - [anon_sym_BANG_TILDE] = ACTIONS(797), - [anon_sym_bit_DASHand] = ACTIONS(797), - [anon_sym_bit_DASHxor] = ACTIONS(797), - [anon_sym_bit_DASHor] = ACTIONS(797), - [anon_sym_and] = ACTIONS(797), - [anon_sym_xor] = ACTIONS(797), - [anon_sym_or] = ACTIONS(797), - [anon_sym_not] = ACTIONS(797), - [anon_sym_DOT_DOT_LT] = ACTIONS(797), - [anon_sym_DOT_DOT] = ACTIONS(797), - [anon_sym_DOT_DOT_EQ] = ACTIONS(797), - [sym_val_nothing] = ACTIONS(797), - [anon_sym_true] = ACTIONS(797), - [anon_sym_false] = ACTIONS(797), - [aux_sym_val_number_token1] = ACTIONS(797), - [aux_sym_val_number_token2] = ACTIONS(797), - [aux_sym_val_number_token3] = ACTIONS(797), - [aux_sym_val_number_token4] = ACTIONS(797), - [anon_sym_inf] = ACTIONS(797), - [anon_sym_DASHinf] = ACTIONS(797), - [anon_sym_NaN] = ACTIONS(797), - [anon_sym_0b] = ACTIONS(797), - [anon_sym_0o] = ACTIONS(797), - [anon_sym_0x] = ACTIONS(797), - [sym_val_date] = ACTIONS(797), - [anon_sym_DQUOTE] = ACTIONS(797), - [sym__str_single_quotes] = ACTIONS(797), - [sym__str_back_ticks] = ACTIONS(797), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(797), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(797), - [anon_sym_CARET] = ACTIONS(797), - [sym_short_flag] = ACTIONS(797), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(631), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(635), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(637), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(639), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(641), + [anon_sym_PLUS_PLUS] = ACTIONS(641), + [anon_sym_SLASH] = ACTIONS(639), + [anon_sym_mod] = ACTIONS(639), + [anon_sym_SLASH_SLASH] = ACTIONS(639), + [anon_sym_PLUS] = ACTIONS(635), + [anon_sym_bit_DASHshl] = ACTIONS(643), + [anon_sym_bit_DASHshr] = ACTIONS(643), + [anon_sym_EQ_EQ] = ACTIONS(631), + [anon_sym_BANG_EQ] = ACTIONS(631), + [anon_sym_LT2] = ACTIONS(631), + [anon_sym_LT_EQ] = ACTIONS(631), + [anon_sym_GT_EQ] = ACTIONS(631), + [anon_sym_not_DASHin] = ACTIONS(637), + [anon_sym_starts_DASHwith] = ACTIONS(637), + [anon_sym_ends_DASHwith] = ACTIONS(637), + [anon_sym_EQ_TILDE] = ACTIONS(645), + [anon_sym_BANG_TILDE] = ACTIONS(645), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, [220] = { [sym_comment] = STATE(220), - [anon_sym_export] = ACTIONS(804), - [anon_sym_alias] = ACTIONS(804), - [anon_sym_let] = ACTIONS(804), - [anon_sym_let_DASHenv] = ACTIONS(804), - [anon_sym_mut] = ACTIONS(804), - [anon_sym_const] = ACTIONS(804), - [sym_cmd_identifier] = ACTIONS(804), - [anon_sym_SEMI] = ACTIONS(804), - [anon_sym_LF] = ACTIONS(806), - [anon_sym_def] = ACTIONS(804), - [anon_sym_def_DASHenv] = ACTIONS(804), - [anon_sym_export_DASHenv] = ACTIONS(804), - [anon_sym_extern] = ACTIONS(804), - [anon_sym_module] = ACTIONS(804), - [anon_sym_use] = ACTIONS(804), - [anon_sym_LBRACK] = ACTIONS(804), - [anon_sym_LPAREN] = ACTIONS(804), - [anon_sym_RPAREN] = ACTIONS(804), - [anon_sym_PIPE] = ACTIONS(804), - [anon_sym_DOLLAR] = ACTIONS(804), - [anon_sym_error] = ACTIONS(804), - [anon_sym_GT] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_break] = ACTIONS(804), - [anon_sym_continue] = ACTIONS(804), - [anon_sym_for] = ACTIONS(804), - [anon_sym_in] = ACTIONS(804), - [anon_sym_loop] = ACTIONS(804), - [anon_sym_while] = ACTIONS(804), - [anon_sym_do] = ACTIONS(804), - [anon_sym_if] = ACTIONS(804), - [anon_sym_match] = ACTIONS(804), - [anon_sym_LBRACE] = ACTIONS(804), - [anon_sym_RBRACE] = ACTIONS(804), - [anon_sym_try] = ACTIONS(804), - [anon_sym_return] = ACTIONS(804), - [anon_sym_source] = ACTIONS(804), - [anon_sym_source_DASHenv] = ACTIONS(804), - [anon_sym_register] = ACTIONS(804), - [anon_sym_hide] = ACTIONS(804), - [anon_sym_hide_DASHenv] = ACTIONS(804), - [anon_sym_overlay] = ACTIONS(804), - [anon_sym_STAR] = ACTIONS(804), - [anon_sym_where] = ACTIONS(804), - [anon_sym_STAR_STAR] = ACTIONS(804), - [anon_sym_PLUS_PLUS] = ACTIONS(804), - [anon_sym_SLASH] = ACTIONS(804), - [anon_sym_mod] = ACTIONS(804), - [anon_sym_SLASH_SLASH] = ACTIONS(804), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_bit_DASHshl] = ACTIONS(804), - [anon_sym_bit_DASHshr] = ACTIONS(804), - [anon_sym_EQ_EQ] = ACTIONS(804), - [anon_sym_BANG_EQ] = ACTIONS(804), - [anon_sym_LT2] = ACTIONS(804), - [anon_sym_LT_EQ] = ACTIONS(804), - [anon_sym_GT_EQ] = ACTIONS(804), - [anon_sym_not_DASHin] = ACTIONS(804), - [anon_sym_starts_DASHwith] = ACTIONS(804), - [anon_sym_ends_DASHwith] = ACTIONS(804), - [anon_sym_EQ_TILDE] = ACTIONS(804), - [anon_sym_BANG_TILDE] = ACTIONS(804), - [anon_sym_bit_DASHand] = ACTIONS(804), - [anon_sym_bit_DASHxor] = ACTIONS(804), - [anon_sym_bit_DASHor] = ACTIONS(804), - [anon_sym_and] = ACTIONS(804), - [anon_sym_xor] = ACTIONS(804), - [anon_sym_or] = ACTIONS(804), - [anon_sym_not] = ACTIONS(804), - [anon_sym_DOT_DOT_LT] = ACTIONS(804), - [anon_sym_DOT_DOT] = ACTIONS(804), - [anon_sym_DOT_DOT_EQ] = ACTIONS(804), - [sym_val_nothing] = ACTIONS(804), - [anon_sym_true] = ACTIONS(804), - [anon_sym_false] = ACTIONS(804), - [aux_sym_val_number_token1] = ACTIONS(804), - [aux_sym_val_number_token2] = ACTIONS(804), - [aux_sym_val_number_token3] = ACTIONS(804), - [aux_sym_val_number_token4] = ACTIONS(804), - [anon_sym_inf] = ACTIONS(804), - [anon_sym_DASHinf] = ACTIONS(804), - [anon_sym_NaN] = ACTIONS(804), - [anon_sym_0b] = ACTIONS(804), - [anon_sym_0o] = ACTIONS(804), - [anon_sym_0x] = ACTIONS(804), - [sym_val_date] = ACTIONS(804), - [anon_sym_DQUOTE] = ACTIONS(804), - [sym__str_single_quotes] = ACTIONS(804), - [sym__str_back_ticks] = ACTIONS(804), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(804), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(804), - [anon_sym_CARET] = ACTIONS(804), - [sym_short_flag] = ACTIONS(804), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(631), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(635), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(637), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(639), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(641), + [anon_sym_PLUS_PLUS] = ACTIONS(641), + [anon_sym_SLASH] = ACTIONS(639), + [anon_sym_mod] = ACTIONS(639), + [anon_sym_SLASH_SLASH] = ACTIONS(639), + [anon_sym_PLUS] = ACTIONS(635), + [anon_sym_bit_DASHshl] = ACTIONS(643), + [anon_sym_bit_DASHshr] = ACTIONS(643), + [anon_sym_EQ_EQ] = ACTIONS(631), + [anon_sym_BANG_EQ] = ACTIONS(631), + [anon_sym_LT2] = ACTIONS(631), + [anon_sym_LT_EQ] = ACTIONS(631), + [anon_sym_GT_EQ] = ACTIONS(631), + [anon_sym_not_DASHin] = ACTIONS(637), + [anon_sym_starts_DASHwith] = ACTIONS(637), + [anon_sym_ends_DASHwith] = ACTIONS(637), + [anon_sym_EQ_TILDE] = ACTIONS(645), + [anon_sym_BANG_TILDE] = ACTIONS(645), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(649), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, [221] = { [sym_comment] = STATE(221), - [anon_sym_export] = ACTIONS(808), - [anon_sym_alias] = ACTIONS(808), - [anon_sym_let] = ACTIONS(808), - [anon_sym_let_DASHenv] = ACTIONS(808), - [anon_sym_mut] = ACTIONS(808), - [anon_sym_const] = ACTIONS(808), - [sym_cmd_identifier] = ACTIONS(808), - [anon_sym_SEMI] = ACTIONS(808), - [anon_sym_LF] = ACTIONS(810), - [anon_sym_def] = ACTIONS(808), - [anon_sym_def_DASHenv] = ACTIONS(808), - [anon_sym_export_DASHenv] = ACTIONS(808), - [anon_sym_extern] = ACTIONS(808), - [anon_sym_module] = ACTIONS(808), - [anon_sym_use] = ACTIONS(808), - [anon_sym_LBRACK] = ACTIONS(808), - [anon_sym_LPAREN] = ACTIONS(808), - [anon_sym_RPAREN] = ACTIONS(808), - [anon_sym_PIPE] = ACTIONS(808), - [anon_sym_DOLLAR] = ACTIONS(808), - [anon_sym_error] = ACTIONS(808), - [anon_sym_GT] = ACTIONS(808), - [anon_sym_DASH_DASH] = ACTIONS(808), - [anon_sym_DASH] = ACTIONS(808), - [anon_sym_break] = ACTIONS(808), - [anon_sym_continue] = ACTIONS(808), - [anon_sym_for] = ACTIONS(808), - [anon_sym_in] = ACTIONS(808), - [anon_sym_loop] = ACTIONS(808), - [anon_sym_while] = ACTIONS(808), - [anon_sym_do] = ACTIONS(808), - [anon_sym_if] = ACTIONS(808), - [anon_sym_match] = ACTIONS(808), - [anon_sym_LBRACE] = ACTIONS(808), - [anon_sym_RBRACE] = ACTIONS(808), - [anon_sym_try] = ACTIONS(808), - [anon_sym_return] = ACTIONS(808), - [anon_sym_source] = ACTIONS(808), - [anon_sym_source_DASHenv] = ACTIONS(808), - [anon_sym_register] = ACTIONS(808), - [anon_sym_hide] = ACTIONS(808), - [anon_sym_hide_DASHenv] = ACTIONS(808), - [anon_sym_overlay] = ACTIONS(808), - [anon_sym_STAR] = ACTIONS(808), - [anon_sym_where] = ACTIONS(808), - [anon_sym_STAR_STAR] = ACTIONS(808), - [anon_sym_PLUS_PLUS] = ACTIONS(808), - [anon_sym_SLASH] = ACTIONS(808), - [anon_sym_mod] = ACTIONS(808), - [anon_sym_SLASH_SLASH] = ACTIONS(808), - [anon_sym_PLUS] = ACTIONS(808), - [anon_sym_bit_DASHshl] = ACTIONS(808), - [anon_sym_bit_DASHshr] = ACTIONS(808), - [anon_sym_EQ_EQ] = ACTIONS(808), - [anon_sym_BANG_EQ] = ACTIONS(808), - [anon_sym_LT2] = ACTIONS(808), - [anon_sym_LT_EQ] = ACTIONS(808), - [anon_sym_GT_EQ] = ACTIONS(808), - [anon_sym_not_DASHin] = ACTIONS(808), - [anon_sym_starts_DASHwith] = ACTIONS(808), - [anon_sym_ends_DASHwith] = ACTIONS(808), - [anon_sym_EQ_TILDE] = ACTIONS(808), - [anon_sym_BANG_TILDE] = ACTIONS(808), - [anon_sym_bit_DASHand] = ACTIONS(808), - [anon_sym_bit_DASHxor] = ACTIONS(808), - [anon_sym_bit_DASHor] = ACTIONS(808), - [anon_sym_and] = ACTIONS(808), - [anon_sym_xor] = ACTIONS(808), - [anon_sym_or] = ACTIONS(808), - [anon_sym_not] = ACTIONS(808), - [anon_sym_DOT_DOT_LT] = ACTIONS(808), - [anon_sym_DOT_DOT] = ACTIONS(808), - [anon_sym_DOT_DOT_EQ] = ACTIONS(808), - [sym_val_nothing] = ACTIONS(808), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [aux_sym_val_number_token1] = ACTIONS(808), - [aux_sym_val_number_token2] = ACTIONS(808), - [aux_sym_val_number_token3] = ACTIONS(808), - [aux_sym_val_number_token4] = ACTIONS(808), - [anon_sym_inf] = ACTIONS(808), - [anon_sym_DASHinf] = ACTIONS(808), - [anon_sym_NaN] = ACTIONS(808), - [anon_sym_0b] = ACTIONS(808), - [anon_sym_0o] = ACTIONS(808), - [anon_sym_0x] = ACTIONS(808), - [sym_val_date] = ACTIONS(808), - [anon_sym_DQUOTE] = ACTIONS(808), - [sym__str_single_quotes] = ACTIONS(808), - [sym__str_back_ticks] = ACTIONS(808), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(808), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(808), - [anon_sym_CARET] = ACTIONS(808), - [sym_short_flag] = ACTIONS(808), + [anon_sym_export] = ACTIONS(813), + [anon_sym_alias] = ACTIONS(813), + [anon_sym_let] = ACTIONS(813), + [anon_sym_let_DASHenv] = ACTIONS(813), + [anon_sym_mut] = ACTIONS(813), + [anon_sym_const] = ACTIONS(813), + [sym_cmd_identifier] = ACTIONS(813), + [anon_sym_SEMI] = ACTIONS(813), + [anon_sym_LF] = ACTIONS(815), + [anon_sym_def] = ACTIONS(813), + [anon_sym_def_DASHenv] = ACTIONS(813), + [anon_sym_export_DASHenv] = ACTIONS(813), + [anon_sym_extern] = ACTIONS(813), + [anon_sym_module] = ACTIONS(813), + [anon_sym_use] = ACTIONS(813), + [anon_sym_LBRACK] = ACTIONS(813), + [anon_sym_LPAREN] = ACTIONS(813), + [anon_sym_RPAREN] = ACTIONS(813), + [anon_sym_PIPE] = ACTIONS(813), + [anon_sym_DOLLAR] = ACTIONS(813), + [anon_sym_error] = ACTIONS(813), + [anon_sym_GT] = ACTIONS(813), + [anon_sym_DASH_DASH] = ACTIONS(813), + [anon_sym_DASH] = ACTIONS(813), + [anon_sym_break] = ACTIONS(813), + [anon_sym_continue] = ACTIONS(813), + [anon_sym_for] = ACTIONS(813), + [anon_sym_in] = ACTIONS(813), + [anon_sym_loop] = ACTIONS(813), + [anon_sym_while] = ACTIONS(813), + [anon_sym_do] = ACTIONS(813), + [anon_sym_if] = ACTIONS(813), + [anon_sym_match] = ACTIONS(813), + [anon_sym_LBRACE] = ACTIONS(813), + [anon_sym_RBRACE] = ACTIONS(813), + [anon_sym_try] = ACTIONS(813), + [anon_sym_return] = ACTIONS(813), + [anon_sym_source] = ACTIONS(813), + [anon_sym_source_DASHenv] = ACTIONS(813), + [anon_sym_register] = ACTIONS(813), + [anon_sym_hide] = ACTIONS(813), + [anon_sym_hide_DASHenv] = ACTIONS(813), + [anon_sym_overlay] = ACTIONS(813), + [anon_sym_STAR] = ACTIONS(813), + [anon_sym_where] = ACTIONS(813), + [anon_sym_STAR_STAR] = ACTIONS(813), + [anon_sym_PLUS_PLUS] = ACTIONS(813), + [anon_sym_SLASH] = ACTIONS(813), + [anon_sym_mod] = ACTIONS(813), + [anon_sym_SLASH_SLASH] = ACTIONS(813), + [anon_sym_PLUS] = ACTIONS(813), + [anon_sym_bit_DASHshl] = ACTIONS(813), + [anon_sym_bit_DASHshr] = ACTIONS(813), + [anon_sym_EQ_EQ] = ACTIONS(813), + [anon_sym_BANG_EQ] = ACTIONS(813), + [anon_sym_LT2] = ACTIONS(813), + [anon_sym_LT_EQ] = ACTIONS(813), + [anon_sym_GT_EQ] = ACTIONS(813), + [anon_sym_not_DASHin] = ACTIONS(813), + [anon_sym_starts_DASHwith] = ACTIONS(813), + [anon_sym_ends_DASHwith] = ACTIONS(813), + [anon_sym_EQ_TILDE] = ACTIONS(813), + [anon_sym_BANG_TILDE] = ACTIONS(813), + [anon_sym_bit_DASHand] = ACTIONS(813), + [anon_sym_bit_DASHxor] = ACTIONS(813), + [anon_sym_bit_DASHor] = ACTIONS(813), + [anon_sym_and] = ACTIONS(813), + [anon_sym_xor] = ACTIONS(813), + [anon_sym_or] = ACTIONS(813), + [anon_sym_not] = ACTIONS(813), + [anon_sym_DOT_DOT_LT] = ACTIONS(813), + [anon_sym_DOT_DOT] = ACTIONS(813), + [anon_sym_DOT_DOT_EQ] = ACTIONS(813), + [sym_val_nothing] = ACTIONS(813), + [anon_sym_true] = ACTIONS(813), + [anon_sym_false] = ACTIONS(813), + [aux_sym_val_number_token1] = ACTIONS(813), + [aux_sym_val_number_token2] = ACTIONS(813), + [aux_sym_val_number_token3] = ACTIONS(813), + [aux_sym_val_number_token4] = ACTIONS(813), + [anon_sym_inf] = ACTIONS(813), + [anon_sym_DASHinf] = ACTIONS(813), + [anon_sym_NaN] = ACTIONS(813), + [anon_sym_0b] = ACTIONS(813), + [anon_sym_0o] = ACTIONS(813), + [anon_sym_0x] = ACTIONS(813), + [sym_val_date] = ACTIONS(813), + [anon_sym_DQUOTE] = ACTIONS(813), + [sym__str_single_quotes] = ACTIONS(813), + [sym__str_back_ticks] = ACTIONS(813), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(813), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(813), + [anon_sym_CARET] = ACTIONS(813), + [sym_short_flag] = ACTIONS(813), [anon_sym_POUND] = ACTIONS(3), }, [222] = { [sym_comment] = STATE(222), - [ts_builtin_sym_end] = ACTIONS(752), - [anon_sym_export] = ACTIONS(750), - [anon_sym_alias] = ACTIONS(750), - [anon_sym_let] = ACTIONS(750), - [anon_sym_let_DASHenv] = ACTIONS(750), - [anon_sym_mut] = ACTIONS(750), - [anon_sym_const] = ACTIONS(750), - [sym_cmd_identifier] = ACTIONS(750), - [anon_sym_SEMI] = ACTIONS(750), - [anon_sym_LF] = ACTIONS(752), - [anon_sym_def] = ACTIONS(750), - [anon_sym_def_DASHenv] = ACTIONS(750), - [anon_sym_export_DASHenv] = ACTIONS(750), - [anon_sym_extern] = ACTIONS(750), - [anon_sym_module] = ACTIONS(750), - [anon_sym_use] = ACTIONS(750), - [anon_sym_LBRACK] = ACTIONS(750), - [anon_sym_LPAREN] = ACTIONS(750), - [anon_sym_PIPE] = ACTIONS(750), - [anon_sym_DOLLAR] = ACTIONS(750), - [anon_sym_error] = ACTIONS(750), - [anon_sym_GT] = ACTIONS(750), - [anon_sym_DASH_DASH] = ACTIONS(750), - [anon_sym_DASH] = ACTIONS(750), - [anon_sym_break] = ACTIONS(750), - [anon_sym_continue] = ACTIONS(750), - [anon_sym_for] = ACTIONS(750), - [anon_sym_in] = ACTIONS(750), - [anon_sym_loop] = ACTIONS(750), - [anon_sym_while] = ACTIONS(750), - [anon_sym_do] = ACTIONS(750), - [anon_sym_if] = ACTIONS(750), - [anon_sym_match] = ACTIONS(750), - [anon_sym_LBRACE] = ACTIONS(750), - [anon_sym_DOT] = ACTIONS(750), - [anon_sym_try] = ACTIONS(750), - [anon_sym_return] = ACTIONS(750), - [anon_sym_source] = ACTIONS(750), - [anon_sym_source_DASHenv] = ACTIONS(750), - [anon_sym_register] = ACTIONS(750), - [anon_sym_hide] = ACTIONS(750), - [anon_sym_hide_DASHenv] = ACTIONS(750), - [anon_sym_overlay] = ACTIONS(750), - [anon_sym_STAR] = ACTIONS(750), - [anon_sym_where] = ACTIONS(750), - [anon_sym_STAR_STAR] = ACTIONS(750), - [anon_sym_PLUS_PLUS] = ACTIONS(750), - [anon_sym_SLASH] = ACTIONS(750), - [anon_sym_mod] = ACTIONS(750), - [anon_sym_SLASH_SLASH] = ACTIONS(750), - [anon_sym_PLUS] = ACTIONS(750), - [anon_sym_bit_DASHshl] = ACTIONS(750), - [anon_sym_bit_DASHshr] = ACTIONS(750), - [anon_sym_EQ_EQ] = ACTIONS(750), - [anon_sym_BANG_EQ] = ACTIONS(750), - [anon_sym_LT2] = ACTIONS(750), - [anon_sym_LT_EQ] = ACTIONS(750), - [anon_sym_GT_EQ] = ACTIONS(750), - [anon_sym_not_DASHin] = ACTIONS(750), - [anon_sym_starts_DASHwith] = ACTIONS(750), - [anon_sym_ends_DASHwith] = ACTIONS(750), - [anon_sym_EQ_TILDE] = ACTIONS(750), - [anon_sym_BANG_TILDE] = ACTIONS(750), - [anon_sym_bit_DASHand] = ACTIONS(750), - [anon_sym_bit_DASHxor] = ACTIONS(750), - [anon_sym_bit_DASHor] = ACTIONS(750), - [anon_sym_and] = ACTIONS(750), - [anon_sym_xor] = ACTIONS(750), - [anon_sym_or] = ACTIONS(750), - [anon_sym_not] = ACTIONS(750), - [anon_sym_DOT_DOT_LT] = ACTIONS(750), - [anon_sym_DOT_DOT] = ACTIONS(750), - [anon_sym_DOT_DOT_EQ] = ACTIONS(750), - [sym_val_nothing] = ACTIONS(750), - [anon_sym_true] = ACTIONS(750), - [anon_sym_false] = ACTIONS(750), - [aux_sym_val_number_token1] = ACTIONS(750), - [aux_sym_val_number_token2] = ACTIONS(750), - [aux_sym_val_number_token3] = ACTIONS(750), - [aux_sym_val_number_token4] = ACTIONS(750), - [anon_sym_inf] = ACTIONS(750), - [anon_sym_DASHinf] = ACTIONS(750), - [anon_sym_NaN] = ACTIONS(750), - [anon_sym_0b] = ACTIONS(750), - [anon_sym_0o] = ACTIONS(750), - [anon_sym_0x] = ACTIONS(750), - [sym_val_date] = ACTIONS(750), - [anon_sym_DQUOTE] = ACTIONS(750), - [sym__str_single_quotes] = ACTIONS(750), - [sym__str_back_ticks] = ACTIONS(750), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(750), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(750), - [anon_sym_CARET] = ACTIONS(750), - [sym_short_flag] = ACTIONS(750), + [anon_sym_export] = ACTIONS(621), + [anon_sym_alias] = ACTIONS(621), + [anon_sym_let] = ACTIONS(621), + [anon_sym_let_DASHenv] = ACTIONS(621), + [anon_sym_mut] = ACTIONS(621), + [anon_sym_const] = ACTIONS(621), + [sym_cmd_identifier] = ACTIONS(621), + [anon_sym_SEMI] = ACTIONS(621), + [anon_sym_LF] = ACTIONS(623), + [anon_sym_def] = ACTIONS(621), + [anon_sym_def_DASHenv] = ACTIONS(621), + [anon_sym_export_DASHenv] = ACTIONS(621), + [anon_sym_extern] = ACTIONS(621), + [anon_sym_module] = ACTIONS(621), + [anon_sym_use] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_RPAREN] = ACTIONS(621), + [anon_sym_PIPE] = ACTIONS(621), + [anon_sym_DOLLAR] = ACTIONS(621), + [anon_sym_error] = ACTIONS(621), + [anon_sym_GT] = ACTIONS(621), + [anon_sym_DASH] = ACTIONS(621), + [anon_sym_break] = ACTIONS(621), + [anon_sym_continue] = ACTIONS(621), + [anon_sym_for] = ACTIONS(621), + [anon_sym_in] = ACTIONS(621), + [anon_sym_loop] = ACTIONS(621), + [anon_sym_while] = ACTIONS(621), + [anon_sym_do] = ACTIONS(621), + [anon_sym_if] = ACTIONS(621), + [anon_sym_match] = ACTIONS(621), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_RBRACE] = ACTIONS(621), + [anon_sym_DOT] = ACTIONS(621), + [anon_sym_try] = ACTIONS(621), + [anon_sym_return] = ACTIONS(621), + [anon_sym_source] = ACTIONS(621), + [anon_sym_source_DASHenv] = ACTIONS(621), + [anon_sym_register] = ACTIONS(621), + [anon_sym_hide] = ACTIONS(621), + [anon_sym_hide_DASHenv] = ACTIONS(621), + [anon_sym_overlay] = ACTIONS(621), + [anon_sym_STAR] = ACTIONS(621), + [anon_sym_where] = ACTIONS(621), + [anon_sym_QMARK2] = ACTIONS(817), + [anon_sym_STAR_STAR] = ACTIONS(621), + [anon_sym_PLUS_PLUS] = ACTIONS(621), + [anon_sym_SLASH] = ACTIONS(621), + [anon_sym_mod] = ACTIONS(621), + [anon_sym_SLASH_SLASH] = ACTIONS(621), + [anon_sym_PLUS] = ACTIONS(621), + [anon_sym_bit_DASHshl] = ACTIONS(621), + [anon_sym_bit_DASHshr] = ACTIONS(621), + [anon_sym_EQ_EQ] = ACTIONS(621), + [anon_sym_BANG_EQ] = ACTIONS(621), + [anon_sym_LT2] = ACTIONS(621), + [anon_sym_LT_EQ] = ACTIONS(621), + [anon_sym_GT_EQ] = ACTIONS(621), + [anon_sym_not_DASHin] = ACTIONS(621), + [anon_sym_starts_DASHwith] = ACTIONS(621), + [anon_sym_ends_DASHwith] = ACTIONS(621), + [anon_sym_EQ_TILDE] = ACTIONS(621), + [anon_sym_BANG_TILDE] = ACTIONS(621), + [anon_sym_bit_DASHand] = ACTIONS(621), + [anon_sym_bit_DASHxor] = ACTIONS(621), + [anon_sym_bit_DASHor] = ACTIONS(621), + [anon_sym_and] = ACTIONS(621), + [anon_sym_xor] = ACTIONS(621), + [anon_sym_or] = ACTIONS(621), + [anon_sym_not] = ACTIONS(621), + [anon_sym_DOT_DOT_LT] = ACTIONS(621), + [anon_sym_DOT_DOT] = ACTIONS(621), + [anon_sym_DOT_DOT_EQ] = ACTIONS(621), + [sym_val_nothing] = ACTIONS(621), + [anon_sym_true] = ACTIONS(621), + [anon_sym_false] = ACTIONS(621), + [aux_sym_val_number_token1] = ACTIONS(621), + [aux_sym_val_number_token2] = ACTIONS(621), + [aux_sym_val_number_token3] = ACTIONS(621), + [aux_sym_val_number_token4] = ACTIONS(621), + [anon_sym_inf] = ACTIONS(621), + [anon_sym_DASHinf] = ACTIONS(621), + [anon_sym_NaN] = ACTIONS(621), + [anon_sym_0b] = ACTIONS(621), + [anon_sym_0o] = ACTIONS(621), + [anon_sym_0x] = ACTIONS(621), + [sym_val_date] = ACTIONS(621), + [anon_sym_DQUOTE] = ACTIONS(621), + [sym__str_single_quotes] = ACTIONS(621), + [sym__str_back_ticks] = ACTIONS(621), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(621), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(621), + [anon_sym_CARET] = ACTIONS(621), [anon_sym_POUND] = ACTIONS(3), }, [223] = { [sym_comment] = STATE(223), - [anon_sym_export] = ACTIONS(698), - [anon_sym_alias] = ACTIONS(698), - [anon_sym_let] = ACTIONS(698), - [anon_sym_let_DASHenv] = ACTIONS(698), - [anon_sym_mut] = ACTIONS(698), - [anon_sym_const] = ACTIONS(698), - [sym_cmd_identifier] = ACTIONS(698), - [anon_sym_SEMI] = ACTIONS(698), - [anon_sym_LF] = ACTIONS(700), - [anon_sym_def] = ACTIONS(698), - [anon_sym_def_DASHenv] = ACTIONS(698), - [anon_sym_export_DASHenv] = ACTIONS(698), - [anon_sym_extern] = ACTIONS(698), - [anon_sym_module] = ACTIONS(698), - [anon_sym_use] = ACTIONS(698), - [anon_sym_LBRACK] = ACTIONS(698), - [anon_sym_LPAREN] = ACTIONS(698), - [anon_sym_RPAREN] = ACTIONS(698), - [anon_sym_PIPE] = ACTIONS(698), - [anon_sym_DOLLAR] = ACTIONS(698), - [anon_sym_error] = ACTIONS(698), - [anon_sym_GT] = ACTIONS(698), - [anon_sym_DASH] = ACTIONS(698), - [anon_sym_break] = ACTIONS(698), - [anon_sym_continue] = ACTIONS(698), - [anon_sym_for] = ACTIONS(698), - [anon_sym_in] = ACTIONS(698), - [anon_sym_loop] = ACTIONS(698), - [anon_sym_while] = ACTIONS(698), - [anon_sym_do] = ACTIONS(698), - [anon_sym_if] = ACTIONS(698), - [anon_sym_match] = ACTIONS(698), - [anon_sym_LBRACE] = ACTIONS(698), - [anon_sym_RBRACE] = ACTIONS(698), - [anon_sym_DOT] = ACTIONS(698), - [anon_sym_try] = ACTIONS(698), - [anon_sym_return] = ACTIONS(698), - [anon_sym_source] = ACTIONS(698), - [anon_sym_source_DASHenv] = ACTIONS(698), - [anon_sym_register] = ACTIONS(698), - [anon_sym_hide] = ACTIONS(698), - [anon_sym_hide_DASHenv] = ACTIONS(698), - [anon_sym_overlay] = ACTIONS(698), - [anon_sym_STAR] = ACTIONS(698), - [anon_sym_where] = ACTIONS(698), - [anon_sym_QMARK2] = ACTIONS(698), - [anon_sym_STAR_STAR] = ACTIONS(698), - [anon_sym_PLUS_PLUS] = ACTIONS(698), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_mod] = ACTIONS(698), - [anon_sym_SLASH_SLASH] = ACTIONS(698), - [anon_sym_PLUS] = ACTIONS(698), - [anon_sym_bit_DASHshl] = ACTIONS(698), - [anon_sym_bit_DASHshr] = ACTIONS(698), - [anon_sym_EQ_EQ] = ACTIONS(698), - [anon_sym_BANG_EQ] = ACTIONS(698), - [anon_sym_LT2] = ACTIONS(698), - [anon_sym_LT_EQ] = ACTIONS(698), - [anon_sym_GT_EQ] = ACTIONS(698), - [anon_sym_not_DASHin] = ACTIONS(698), - [anon_sym_starts_DASHwith] = ACTIONS(698), - [anon_sym_ends_DASHwith] = ACTIONS(698), - [anon_sym_EQ_TILDE] = ACTIONS(698), - [anon_sym_BANG_TILDE] = ACTIONS(698), - [anon_sym_bit_DASHand] = ACTIONS(698), - [anon_sym_bit_DASHxor] = ACTIONS(698), - [anon_sym_bit_DASHor] = ACTIONS(698), - [anon_sym_and] = ACTIONS(698), - [anon_sym_xor] = ACTIONS(698), - [anon_sym_or] = ACTIONS(698), - [anon_sym_not] = ACTIONS(698), - [anon_sym_DOT_DOT_LT] = ACTIONS(698), - [anon_sym_DOT_DOT] = ACTIONS(698), - [anon_sym_DOT_DOT_EQ] = ACTIONS(698), - [sym_val_nothing] = ACTIONS(698), - [anon_sym_true] = ACTIONS(698), - [anon_sym_false] = ACTIONS(698), - [aux_sym_val_number_token1] = ACTIONS(698), - [aux_sym_val_number_token2] = ACTIONS(698), - [aux_sym_val_number_token3] = ACTIONS(698), - [aux_sym_val_number_token4] = ACTIONS(698), - [anon_sym_inf] = ACTIONS(698), - [anon_sym_DASHinf] = ACTIONS(698), - [anon_sym_NaN] = ACTIONS(698), - [anon_sym_0b] = ACTIONS(698), - [anon_sym_0o] = ACTIONS(698), - [anon_sym_0x] = ACTIONS(698), - [sym_val_date] = ACTIONS(698), - [anon_sym_DQUOTE] = ACTIONS(698), - [sym__str_single_quotes] = ACTIONS(698), - [sym__str_back_ticks] = ACTIONS(698), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(698), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(698), - [anon_sym_CARET] = ACTIONS(698), + [anon_sym_export] = ACTIONS(819), + [anon_sym_alias] = ACTIONS(819), + [anon_sym_let] = ACTIONS(819), + [anon_sym_let_DASHenv] = ACTIONS(819), + [anon_sym_mut] = ACTIONS(819), + [anon_sym_const] = ACTIONS(819), + [sym_cmd_identifier] = ACTIONS(819), + [anon_sym_SEMI] = ACTIONS(819), + [anon_sym_LF] = ACTIONS(821), + [anon_sym_def] = ACTIONS(819), + [anon_sym_def_DASHenv] = ACTIONS(819), + [anon_sym_export_DASHenv] = ACTIONS(819), + [anon_sym_extern] = ACTIONS(819), + [anon_sym_module] = ACTIONS(819), + [anon_sym_use] = ACTIONS(819), + [anon_sym_LBRACK] = ACTIONS(819), + [anon_sym_LPAREN] = ACTIONS(819), + [anon_sym_RPAREN] = ACTIONS(819), + [anon_sym_PIPE] = ACTIONS(819), + [anon_sym_DOLLAR] = ACTIONS(819), + [anon_sym_error] = ACTIONS(819), + [anon_sym_GT] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_DASH] = ACTIONS(819), + [anon_sym_break] = ACTIONS(819), + [anon_sym_continue] = ACTIONS(819), + [anon_sym_for] = ACTIONS(819), + [anon_sym_in] = ACTIONS(819), + [anon_sym_loop] = ACTIONS(819), + [anon_sym_while] = ACTIONS(819), + [anon_sym_do] = ACTIONS(819), + [anon_sym_if] = ACTIONS(819), + [anon_sym_match] = ACTIONS(819), + [anon_sym_LBRACE] = ACTIONS(819), + [anon_sym_RBRACE] = ACTIONS(819), + [anon_sym_try] = ACTIONS(819), + [anon_sym_return] = ACTIONS(819), + [anon_sym_source] = ACTIONS(819), + [anon_sym_source_DASHenv] = ACTIONS(819), + [anon_sym_register] = ACTIONS(819), + [anon_sym_hide] = ACTIONS(819), + [anon_sym_hide_DASHenv] = ACTIONS(819), + [anon_sym_overlay] = ACTIONS(819), + [anon_sym_STAR] = ACTIONS(819), + [anon_sym_where] = ACTIONS(819), + [anon_sym_STAR_STAR] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_SLASH] = ACTIONS(819), + [anon_sym_mod] = ACTIONS(819), + [anon_sym_SLASH_SLASH] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(819), + [anon_sym_bit_DASHshl] = ACTIONS(819), + [anon_sym_bit_DASHshr] = ACTIONS(819), + [anon_sym_EQ_EQ] = ACTIONS(819), + [anon_sym_BANG_EQ] = ACTIONS(819), + [anon_sym_LT2] = ACTIONS(819), + [anon_sym_LT_EQ] = ACTIONS(819), + [anon_sym_GT_EQ] = ACTIONS(819), + [anon_sym_not_DASHin] = ACTIONS(819), + [anon_sym_starts_DASHwith] = ACTIONS(819), + [anon_sym_ends_DASHwith] = ACTIONS(819), + [anon_sym_EQ_TILDE] = ACTIONS(819), + [anon_sym_BANG_TILDE] = ACTIONS(819), + [anon_sym_bit_DASHand] = ACTIONS(819), + [anon_sym_bit_DASHxor] = ACTIONS(819), + [anon_sym_bit_DASHor] = ACTIONS(819), + [anon_sym_and] = ACTIONS(819), + [anon_sym_xor] = ACTIONS(819), + [anon_sym_or] = ACTIONS(819), + [anon_sym_not] = ACTIONS(819), + [anon_sym_DOT_DOT_LT] = ACTIONS(819), + [anon_sym_DOT_DOT] = ACTIONS(819), + [anon_sym_DOT_DOT_EQ] = ACTIONS(819), + [sym_val_nothing] = ACTIONS(819), + [anon_sym_true] = ACTIONS(819), + [anon_sym_false] = ACTIONS(819), + [aux_sym_val_number_token1] = ACTIONS(819), + [aux_sym_val_number_token2] = ACTIONS(819), + [aux_sym_val_number_token3] = ACTIONS(819), + [aux_sym_val_number_token4] = ACTIONS(819), + [anon_sym_inf] = ACTIONS(819), + [anon_sym_DASHinf] = ACTIONS(819), + [anon_sym_NaN] = ACTIONS(819), + [anon_sym_0b] = ACTIONS(819), + [anon_sym_0o] = ACTIONS(819), + [anon_sym_0x] = ACTIONS(819), + [sym_val_date] = ACTIONS(819), + [anon_sym_DQUOTE] = ACTIONS(819), + [sym__str_single_quotes] = ACTIONS(819), + [sym__str_back_ticks] = ACTIONS(819), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(819), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(819), + [anon_sym_CARET] = ACTIONS(819), + [sym_short_flag] = ACTIONS(819), [anon_sym_POUND] = ACTIONS(3), }, [224] = { [sym_comment] = STATE(224), - [anon_sym_export] = ACTIONS(812), - [anon_sym_alias] = ACTIONS(812), - [anon_sym_let] = ACTIONS(812), - [anon_sym_let_DASHenv] = ACTIONS(812), - [anon_sym_mut] = ACTIONS(812), - [anon_sym_const] = ACTIONS(812), - [sym_cmd_identifier] = ACTIONS(812), - [anon_sym_SEMI] = ACTIONS(812), - [anon_sym_LF] = ACTIONS(814), - [anon_sym_def] = ACTIONS(812), - [anon_sym_def_DASHenv] = ACTIONS(812), - [anon_sym_export_DASHenv] = ACTIONS(812), - [anon_sym_extern] = ACTIONS(812), - [anon_sym_module] = ACTIONS(812), - [anon_sym_use] = ACTIONS(812), - [anon_sym_LBRACK] = ACTIONS(812), - [anon_sym_LPAREN] = ACTIONS(812), - [anon_sym_RPAREN] = ACTIONS(812), - [anon_sym_PIPE] = ACTIONS(812), - [anon_sym_DOLLAR] = ACTIONS(812), - [anon_sym_error] = ACTIONS(812), - [anon_sym_GT] = ACTIONS(812), - [anon_sym_DASH_DASH] = ACTIONS(812), - [anon_sym_DASH] = ACTIONS(812), - [anon_sym_break] = ACTIONS(812), - [anon_sym_continue] = ACTIONS(812), - [anon_sym_for] = ACTIONS(812), - [anon_sym_in] = ACTIONS(812), - [anon_sym_loop] = ACTIONS(812), - [anon_sym_while] = ACTIONS(812), - [anon_sym_do] = ACTIONS(812), - [anon_sym_if] = ACTIONS(812), - [anon_sym_match] = ACTIONS(812), - [anon_sym_LBRACE] = ACTIONS(812), - [anon_sym_RBRACE] = ACTIONS(812), - [anon_sym_try] = ACTIONS(812), - [anon_sym_return] = ACTIONS(812), - [anon_sym_source] = ACTIONS(812), - [anon_sym_source_DASHenv] = ACTIONS(812), - [anon_sym_register] = ACTIONS(812), - [anon_sym_hide] = ACTIONS(812), - [anon_sym_hide_DASHenv] = ACTIONS(812), - [anon_sym_overlay] = ACTIONS(812), - [anon_sym_STAR] = ACTIONS(812), - [anon_sym_where] = ACTIONS(812), - [anon_sym_STAR_STAR] = ACTIONS(812), - [anon_sym_PLUS_PLUS] = ACTIONS(812), - [anon_sym_SLASH] = ACTIONS(812), - [anon_sym_mod] = ACTIONS(812), - [anon_sym_SLASH_SLASH] = ACTIONS(812), - [anon_sym_PLUS] = ACTIONS(812), - [anon_sym_bit_DASHshl] = ACTIONS(812), - [anon_sym_bit_DASHshr] = ACTIONS(812), - [anon_sym_EQ_EQ] = ACTIONS(812), - [anon_sym_BANG_EQ] = ACTIONS(812), - [anon_sym_LT2] = ACTIONS(812), - [anon_sym_LT_EQ] = ACTIONS(812), - [anon_sym_GT_EQ] = ACTIONS(812), - [anon_sym_not_DASHin] = ACTIONS(812), - [anon_sym_starts_DASHwith] = ACTIONS(812), - [anon_sym_ends_DASHwith] = ACTIONS(812), - [anon_sym_EQ_TILDE] = ACTIONS(812), - [anon_sym_BANG_TILDE] = ACTIONS(812), - [anon_sym_bit_DASHand] = ACTIONS(812), - [anon_sym_bit_DASHxor] = ACTIONS(812), - [anon_sym_bit_DASHor] = ACTIONS(812), - [anon_sym_and] = ACTIONS(812), - [anon_sym_xor] = ACTIONS(812), - [anon_sym_or] = ACTIONS(812), - [anon_sym_not] = ACTIONS(812), - [anon_sym_DOT_DOT_LT] = ACTIONS(812), - [anon_sym_DOT_DOT] = ACTIONS(812), - [anon_sym_DOT_DOT_EQ] = ACTIONS(812), - [sym_val_nothing] = ACTIONS(812), - [anon_sym_true] = ACTIONS(812), - [anon_sym_false] = ACTIONS(812), - [aux_sym_val_number_token1] = ACTIONS(812), - [aux_sym_val_number_token2] = ACTIONS(812), - [aux_sym_val_number_token3] = ACTIONS(812), - [aux_sym_val_number_token4] = ACTIONS(812), - [anon_sym_inf] = ACTIONS(812), - [anon_sym_DASHinf] = ACTIONS(812), - [anon_sym_NaN] = ACTIONS(812), - [anon_sym_0b] = ACTIONS(812), - [anon_sym_0o] = ACTIONS(812), - [anon_sym_0x] = ACTIONS(812), - [sym_val_date] = ACTIONS(812), - [anon_sym_DQUOTE] = ACTIONS(812), - [sym__str_single_quotes] = ACTIONS(812), - [sym__str_back_ticks] = ACTIONS(812), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(812), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(812), - [anon_sym_CARET] = ACTIONS(812), - [sym_short_flag] = ACTIONS(812), + [anon_sym_export] = ACTIONS(621), + [anon_sym_alias] = ACTIONS(621), + [anon_sym_let] = ACTIONS(621), + [anon_sym_let_DASHenv] = ACTIONS(621), + [anon_sym_mut] = ACTIONS(621), + [anon_sym_const] = ACTIONS(621), + [sym_cmd_identifier] = ACTIONS(621), + [anon_sym_SEMI] = ACTIONS(621), + [anon_sym_LF] = ACTIONS(623), + [anon_sym_def] = ACTIONS(621), + [anon_sym_def_DASHenv] = ACTIONS(621), + [anon_sym_export_DASHenv] = ACTIONS(621), + [anon_sym_extern] = ACTIONS(621), + [anon_sym_module] = ACTIONS(621), + [anon_sym_use] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_RPAREN] = ACTIONS(621), + [anon_sym_PIPE] = ACTIONS(621), + [anon_sym_DOLLAR] = ACTIONS(621), + [anon_sym_error] = ACTIONS(621), + [anon_sym_GT] = ACTIONS(621), + [anon_sym_DASH] = ACTIONS(621), + [anon_sym_break] = ACTIONS(621), + [anon_sym_continue] = ACTIONS(621), + [anon_sym_for] = ACTIONS(621), + [anon_sym_in] = ACTIONS(621), + [anon_sym_loop] = ACTIONS(621), + [anon_sym_while] = ACTIONS(621), + [anon_sym_do] = ACTIONS(621), + [anon_sym_if] = ACTIONS(621), + [anon_sym_match] = ACTIONS(621), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_RBRACE] = ACTIONS(621), + [anon_sym_DOT] = ACTIONS(621), + [anon_sym_try] = ACTIONS(621), + [anon_sym_return] = ACTIONS(621), + [anon_sym_source] = ACTIONS(621), + [anon_sym_source_DASHenv] = ACTIONS(621), + [anon_sym_register] = ACTIONS(621), + [anon_sym_hide] = ACTIONS(621), + [anon_sym_hide_DASHenv] = ACTIONS(621), + [anon_sym_overlay] = ACTIONS(621), + [anon_sym_STAR] = ACTIONS(621), + [anon_sym_where] = ACTIONS(621), + [anon_sym_QMARK2] = ACTIONS(817), + [anon_sym_STAR_STAR] = ACTIONS(621), + [anon_sym_PLUS_PLUS] = ACTIONS(621), + [anon_sym_SLASH] = ACTIONS(621), + [anon_sym_mod] = ACTIONS(621), + [anon_sym_SLASH_SLASH] = ACTIONS(621), + [anon_sym_PLUS] = ACTIONS(621), + [anon_sym_bit_DASHshl] = ACTIONS(621), + [anon_sym_bit_DASHshr] = ACTIONS(621), + [anon_sym_EQ_EQ] = ACTIONS(621), + [anon_sym_BANG_EQ] = ACTIONS(621), + [anon_sym_LT2] = ACTIONS(621), + [anon_sym_LT_EQ] = ACTIONS(621), + [anon_sym_GT_EQ] = ACTIONS(621), + [anon_sym_not_DASHin] = ACTIONS(621), + [anon_sym_starts_DASHwith] = ACTIONS(621), + [anon_sym_ends_DASHwith] = ACTIONS(621), + [anon_sym_EQ_TILDE] = ACTIONS(621), + [anon_sym_BANG_TILDE] = ACTIONS(621), + [anon_sym_bit_DASHand] = ACTIONS(621), + [anon_sym_bit_DASHxor] = ACTIONS(621), + [anon_sym_bit_DASHor] = ACTIONS(621), + [anon_sym_and] = ACTIONS(621), + [anon_sym_xor] = ACTIONS(621), + [anon_sym_or] = ACTIONS(621), + [anon_sym_not] = ACTIONS(621), + [anon_sym_DOT_DOT_LT] = ACTIONS(621), + [anon_sym_DOT_DOT] = ACTIONS(621), + [anon_sym_DOT_DOT_EQ] = ACTIONS(621), + [sym_val_nothing] = ACTIONS(621), + [anon_sym_true] = ACTIONS(621), + [anon_sym_false] = ACTIONS(621), + [aux_sym_val_number_token1] = ACTIONS(621), + [aux_sym_val_number_token2] = ACTIONS(621), + [aux_sym_val_number_token3] = ACTIONS(621), + [aux_sym_val_number_token4] = ACTIONS(621), + [anon_sym_inf] = ACTIONS(621), + [anon_sym_DASHinf] = ACTIONS(621), + [anon_sym_NaN] = ACTIONS(621), + [anon_sym_0b] = ACTIONS(621), + [anon_sym_0o] = ACTIONS(621), + [anon_sym_0x] = ACTIONS(621), + [sym_val_date] = ACTIONS(621), + [anon_sym_DQUOTE] = ACTIONS(621), + [sym__str_single_quotes] = ACTIONS(621), + [sym__str_back_ticks] = ACTIONS(621), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(621), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(621), + [anon_sym_CARET] = ACTIONS(621), [anon_sym_POUND] = ACTIONS(3), }, [225] = { + [sym_path] = STATE(308), [sym_comment] = STATE(225), - [anon_sym_export] = ACTIONS(816), - [anon_sym_alias] = ACTIONS(816), - [anon_sym_let] = ACTIONS(816), - [anon_sym_let_DASHenv] = ACTIONS(816), - [anon_sym_mut] = ACTIONS(816), - [anon_sym_const] = ACTIONS(816), - [sym_cmd_identifier] = ACTIONS(816), - [anon_sym_SEMI] = ACTIONS(816), - [anon_sym_LF] = ACTIONS(818), - [anon_sym_def] = ACTIONS(816), - [anon_sym_def_DASHenv] = ACTIONS(816), - [anon_sym_export_DASHenv] = ACTIONS(816), - [anon_sym_extern] = ACTIONS(816), - [anon_sym_module] = ACTIONS(816), - [anon_sym_use] = ACTIONS(816), - [anon_sym_LBRACK] = ACTIONS(816), - [anon_sym_LPAREN] = ACTIONS(816), - [anon_sym_RPAREN] = ACTIONS(816), - [anon_sym_PIPE] = ACTIONS(816), - [anon_sym_DOLLAR] = ACTIONS(816), - [anon_sym_error] = ACTIONS(816), - [anon_sym_GT] = ACTIONS(816), - [anon_sym_DASH_DASH] = ACTIONS(816), - [anon_sym_DASH] = ACTIONS(816), - [anon_sym_break] = ACTIONS(816), - [anon_sym_continue] = ACTIONS(816), - [anon_sym_for] = ACTIONS(816), - [anon_sym_in] = ACTIONS(816), - [anon_sym_loop] = ACTIONS(816), - [anon_sym_while] = ACTIONS(816), - [anon_sym_do] = ACTIONS(816), - [anon_sym_if] = ACTIONS(816), - [anon_sym_match] = ACTIONS(816), - [anon_sym_LBRACE] = ACTIONS(816), - [anon_sym_RBRACE] = ACTIONS(816), - [anon_sym_try] = ACTIONS(816), - [anon_sym_return] = ACTIONS(816), - [anon_sym_source] = ACTIONS(816), - [anon_sym_source_DASHenv] = ACTIONS(816), - [anon_sym_register] = ACTIONS(816), - [anon_sym_hide] = ACTIONS(816), - [anon_sym_hide_DASHenv] = ACTIONS(816), - [anon_sym_overlay] = ACTIONS(816), - [anon_sym_STAR] = ACTIONS(816), - [anon_sym_where] = ACTIONS(816), - [anon_sym_STAR_STAR] = ACTIONS(816), - [anon_sym_PLUS_PLUS] = ACTIONS(816), - [anon_sym_SLASH] = ACTIONS(816), - [anon_sym_mod] = ACTIONS(816), - [anon_sym_SLASH_SLASH] = ACTIONS(816), - [anon_sym_PLUS] = ACTIONS(816), - [anon_sym_bit_DASHshl] = ACTIONS(816), - [anon_sym_bit_DASHshr] = ACTIONS(816), - [anon_sym_EQ_EQ] = ACTIONS(816), - [anon_sym_BANG_EQ] = ACTIONS(816), - [anon_sym_LT2] = ACTIONS(816), - [anon_sym_LT_EQ] = ACTIONS(816), - [anon_sym_GT_EQ] = ACTIONS(816), - [anon_sym_not_DASHin] = ACTIONS(816), - [anon_sym_starts_DASHwith] = ACTIONS(816), - [anon_sym_ends_DASHwith] = ACTIONS(816), - [anon_sym_EQ_TILDE] = ACTIONS(816), - [anon_sym_BANG_TILDE] = ACTIONS(816), - [anon_sym_bit_DASHand] = ACTIONS(816), - [anon_sym_bit_DASHxor] = ACTIONS(816), - [anon_sym_bit_DASHor] = ACTIONS(816), - [anon_sym_and] = ACTIONS(816), - [anon_sym_xor] = ACTIONS(816), - [anon_sym_or] = ACTIONS(816), - [anon_sym_not] = ACTIONS(816), - [anon_sym_DOT_DOT_LT] = ACTIONS(816), - [anon_sym_DOT_DOT] = ACTIONS(816), - [anon_sym_DOT_DOT_EQ] = ACTIONS(816), - [sym_val_nothing] = ACTIONS(816), - [anon_sym_true] = ACTIONS(816), - [anon_sym_false] = ACTIONS(816), - [aux_sym_val_number_token1] = ACTIONS(816), - [aux_sym_val_number_token2] = ACTIONS(816), - [aux_sym_val_number_token3] = ACTIONS(816), - [aux_sym_val_number_token4] = ACTIONS(816), - [anon_sym_inf] = ACTIONS(816), - [anon_sym_DASHinf] = ACTIONS(816), - [anon_sym_NaN] = ACTIONS(816), - [anon_sym_0b] = ACTIONS(816), - [anon_sym_0o] = ACTIONS(816), - [anon_sym_0x] = ACTIONS(816), - [sym_val_date] = ACTIONS(816), - [anon_sym_DQUOTE] = ACTIONS(816), - [sym__str_single_quotes] = ACTIONS(816), - [sym__str_back_ticks] = ACTIONS(816), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(816), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(816), - [anon_sym_CARET] = ACTIONS(816), - [sym_short_flag] = ACTIONS(816), - [anon_sym_POUND] = ACTIONS(3), - }, - [226] = { - [sym_cell_path] = STATE(384), - [sym_path] = STATE(195), - [sym_comment] = STATE(226), - [ts_builtin_sym_end] = ACTIONS(580), - [anon_sym_export] = ACTIONS(578), - [anon_sym_alias] = ACTIONS(578), - [anon_sym_let] = ACTIONS(578), - [anon_sym_let_DASHenv] = ACTIONS(578), - [anon_sym_mut] = ACTIONS(578), - [anon_sym_const] = ACTIONS(578), - [sym_cmd_identifier] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(578), - [anon_sym_LF] = ACTIONS(580), - [anon_sym_def] = ACTIONS(578), - [anon_sym_def_DASHenv] = ACTIONS(578), - [anon_sym_export_DASHenv] = ACTIONS(578), - [anon_sym_extern] = ACTIONS(578), - [anon_sym_module] = ACTIONS(578), - [anon_sym_use] = ACTIONS(578), - [anon_sym_LBRACK] = ACTIONS(578), - [anon_sym_LPAREN] = ACTIONS(578), - [anon_sym_PIPE] = ACTIONS(578), - [anon_sym_DOLLAR] = ACTIONS(578), - [anon_sym_error] = ACTIONS(578), - [anon_sym_GT] = ACTIONS(578), - [anon_sym_DASH] = ACTIONS(578), - [anon_sym_break] = ACTIONS(578), - [anon_sym_continue] = ACTIONS(578), - [anon_sym_for] = ACTIONS(578), - [anon_sym_in] = ACTIONS(578), - [anon_sym_loop] = ACTIONS(578), - [anon_sym_while] = ACTIONS(578), - [anon_sym_do] = ACTIONS(578), - [anon_sym_if] = ACTIONS(578), - [anon_sym_match] = ACTIONS(578), - [anon_sym_LBRACE] = ACTIONS(578), - [anon_sym_DOT] = ACTIONS(763), - [anon_sym_try] = ACTIONS(578), - [anon_sym_return] = ACTIONS(578), - [anon_sym_source] = ACTIONS(578), - [anon_sym_source_DASHenv] = ACTIONS(578), - [anon_sym_register] = ACTIONS(578), - [anon_sym_hide] = ACTIONS(578), - [anon_sym_hide_DASHenv] = ACTIONS(578), - [anon_sym_overlay] = ACTIONS(578), - [anon_sym_STAR] = ACTIONS(578), - [anon_sym_where] = ACTIONS(578), - [anon_sym_STAR_STAR] = ACTIONS(578), - [anon_sym_PLUS_PLUS] = ACTIONS(578), - [anon_sym_SLASH] = ACTIONS(578), - [anon_sym_mod] = ACTIONS(578), - [anon_sym_SLASH_SLASH] = ACTIONS(578), - [anon_sym_PLUS] = ACTIONS(578), - [anon_sym_bit_DASHshl] = ACTIONS(578), - [anon_sym_bit_DASHshr] = ACTIONS(578), - [anon_sym_EQ_EQ] = ACTIONS(578), - [anon_sym_BANG_EQ] = ACTIONS(578), - [anon_sym_LT2] = ACTIONS(578), - [anon_sym_LT_EQ] = ACTIONS(578), - [anon_sym_GT_EQ] = ACTIONS(578), - [anon_sym_not_DASHin] = ACTIONS(578), - [anon_sym_starts_DASHwith] = ACTIONS(578), - [anon_sym_ends_DASHwith] = ACTIONS(578), - [anon_sym_EQ_TILDE] = ACTIONS(578), - [anon_sym_BANG_TILDE] = ACTIONS(578), - [anon_sym_bit_DASHand] = ACTIONS(578), - [anon_sym_bit_DASHxor] = ACTIONS(578), - [anon_sym_bit_DASHor] = ACTIONS(578), - [anon_sym_and] = ACTIONS(578), - [anon_sym_xor] = ACTIONS(578), - [anon_sym_or] = ACTIONS(578), - [anon_sym_not] = ACTIONS(578), - [anon_sym_DOT_DOT_LT] = ACTIONS(578), - [anon_sym_DOT_DOT] = ACTIONS(578), - [anon_sym_DOT_DOT_EQ] = ACTIONS(578), - [sym_val_nothing] = ACTIONS(578), - [anon_sym_true] = ACTIONS(578), - [anon_sym_false] = ACTIONS(578), - [aux_sym_val_number_token1] = ACTIONS(578), - [aux_sym_val_number_token2] = ACTIONS(578), - [aux_sym_val_number_token3] = ACTIONS(578), - [aux_sym_val_number_token4] = ACTIONS(578), - [anon_sym_inf] = ACTIONS(578), - [anon_sym_DASHinf] = ACTIONS(578), - [anon_sym_NaN] = ACTIONS(578), - [anon_sym_0b] = ACTIONS(578), - [anon_sym_0o] = ACTIONS(578), - [anon_sym_0x] = ACTIONS(578), - [sym_val_date] = ACTIONS(578), - [anon_sym_DQUOTE] = ACTIONS(578), - [sym__str_single_quotes] = ACTIONS(578), - [sym__str_back_ticks] = ACTIONS(578), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(578), - [anon_sym_CARET] = ACTIONS(578), - [anon_sym_POUND] = ACTIONS(3), - }, - [227] = { - [sym_cell_path] = STATE(414), - [sym_path] = STATE(195), - [sym_comment] = STATE(227), - [ts_builtin_sym_end] = ACTIONS(584), - [anon_sym_export] = ACTIONS(582), - [anon_sym_alias] = ACTIONS(582), - [anon_sym_let] = ACTIONS(582), - [anon_sym_let_DASHenv] = ACTIONS(582), - [anon_sym_mut] = ACTIONS(582), - [anon_sym_const] = ACTIONS(582), - [sym_cmd_identifier] = ACTIONS(582), - [anon_sym_SEMI] = ACTIONS(582), - [anon_sym_LF] = ACTIONS(584), - [anon_sym_def] = ACTIONS(582), - [anon_sym_def_DASHenv] = ACTIONS(582), - [anon_sym_export_DASHenv] = ACTIONS(582), - [anon_sym_extern] = ACTIONS(582), - [anon_sym_module] = ACTIONS(582), - [anon_sym_use] = ACTIONS(582), - [anon_sym_LBRACK] = ACTIONS(582), - [anon_sym_LPAREN] = ACTIONS(582), - [anon_sym_PIPE] = ACTIONS(582), - [anon_sym_DOLLAR] = ACTIONS(582), - [anon_sym_error] = ACTIONS(582), - [anon_sym_GT] = ACTIONS(582), - [anon_sym_DASH] = ACTIONS(582), - [anon_sym_break] = ACTIONS(582), - [anon_sym_continue] = ACTIONS(582), - [anon_sym_for] = ACTIONS(582), - [anon_sym_in] = ACTIONS(582), - [anon_sym_loop] = ACTIONS(582), - [anon_sym_while] = ACTIONS(582), - [anon_sym_do] = ACTIONS(582), - [anon_sym_if] = ACTIONS(582), - [anon_sym_match] = ACTIONS(582), - [anon_sym_LBRACE] = ACTIONS(582), - [anon_sym_DOT] = ACTIONS(763), - [anon_sym_try] = ACTIONS(582), - [anon_sym_return] = ACTIONS(582), - [anon_sym_source] = ACTIONS(582), - [anon_sym_source_DASHenv] = ACTIONS(582), - [anon_sym_register] = ACTIONS(582), - [anon_sym_hide] = ACTIONS(582), - [anon_sym_hide_DASHenv] = ACTIONS(582), - [anon_sym_overlay] = ACTIONS(582), - [anon_sym_STAR] = ACTIONS(582), - [anon_sym_where] = ACTIONS(582), - [anon_sym_STAR_STAR] = ACTIONS(582), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_SLASH] = ACTIONS(582), - [anon_sym_mod] = ACTIONS(582), - [anon_sym_SLASH_SLASH] = ACTIONS(582), - [anon_sym_PLUS] = ACTIONS(582), - [anon_sym_bit_DASHshl] = ACTIONS(582), - [anon_sym_bit_DASHshr] = ACTIONS(582), - [anon_sym_EQ_EQ] = ACTIONS(582), - [anon_sym_BANG_EQ] = ACTIONS(582), - [anon_sym_LT2] = ACTIONS(582), - [anon_sym_LT_EQ] = ACTIONS(582), - [anon_sym_GT_EQ] = ACTIONS(582), - [anon_sym_not_DASHin] = ACTIONS(582), - [anon_sym_starts_DASHwith] = ACTIONS(582), - [anon_sym_ends_DASHwith] = ACTIONS(582), - [anon_sym_EQ_TILDE] = ACTIONS(582), - [anon_sym_BANG_TILDE] = ACTIONS(582), - [anon_sym_bit_DASHand] = ACTIONS(582), - [anon_sym_bit_DASHxor] = ACTIONS(582), - [anon_sym_bit_DASHor] = ACTIONS(582), - [anon_sym_and] = ACTIONS(582), - [anon_sym_xor] = ACTIONS(582), - [anon_sym_or] = ACTIONS(582), - [anon_sym_not] = ACTIONS(582), - [anon_sym_DOT_DOT_LT] = ACTIONS(582), - [anon_sym_DOT_DOT] = ACTIONS(582), - [anon_sym_DOT_DOT_EQ] = ACTIONS(582), - [sym_val_nothing] = ACTIONS(582), - [anon_sym_true] = ACTIONS(582), - [anon_sym_false] = ACTIONS(582), - [aux_sym_val_number_token1] = ACTIONS(582), - [aux_sym_val_number_token2] = ACTIONS(582), - [aux_sym_val_number_token3] = ACTIONS(582), - [aux_sym_val_number_token4] = ACTIONS(582), - [anon_sym_inf] = ACTIONS(582), - [anon_sym_DASHinf] = ACTIONS(582), - [anon_sym_NaN] = ACTIONS(582), - [anon_sym_0b] = ACTIONS(582), - [anon_sym_0o] = ACTIONS(582), - [anon_sym_0x] = ACTIONS(582), - [sym_val_date] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(582), - [sym__str_single_quotes] = ACTIONS(582), - [sym__str_back_ticks] = ACTIONS(582), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(582), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(582), - [anon_sym_CARET] = ACTIONS(582), - [anon_sym_POUND] = ACTIONS(3), - }, - [228] = { - [sym_expr_parenthesized] = STATE(306), - [sym_val_number] = STATE(306), - [sym_comment] = STATE(228), - [anon_sym_export] = ACTIONS(702), - [anon_sym_alias] = ACTIONS(702), - [anon_sym_let] = ACTIONS(702), - [anon_sym_let_DASHenv] = ACTIONS(702), - [anon_sym_mut] = ACTIONS(702), - [anon_sym_const] = ACTIONS(702), - [sym_cmd_identifier] = ACTIONS(702), - [anon_sym_SEMI] = ACTIONS(702), - [anon_sym_LF] = ACTIONS(704), - [anon_sym_def] = ACTIONS(702), - [anon_sym_def_DASHenv] = ACTIONS(702), - [anon_sym_export_DASHenv] = ACTIONS(702), - [anon_sym_extern] = ACTIONS(702), - [anon_sym_module] = ACTIONS(702), - [anon_sym_use] = ACTIONS(702), - [anon_sym_LBRACK] = ACTIONS(702), - [anon_sym_LPAREN] = ACTIONS(820), - [anon_sym_RPAREN] = ACTIONS(702), - [anon_sym_PIPE] = ACTIONS(702), - [anon_sym_DOLLAR] = ACTIONS(702), - [anon_sym_error] = ACTIONS(702), - [anon_sym_GT] = ACTIONS(702), - [anon_sym_DASH] = ACTIONS(702), - [anon_sym_break] = ACTIONS(702), - [anon_sym_continue] = ACTIONS(702), - [anon_sym_for] = ACTIONS(702), - [anon_sym_in] = ACTIONS(702), - [anon_sym_loop] = ACTIONS(702), - [anon_sym_while] = ACTIONS(702), - [anon_sym_do] = ACTIONS(702), - [anon_sym_if] = ACTIONS(702), - [anon_sym_match] = ACTIONS(702), - [anon_sym_LBRACE] = ACTIONS(702), - [anon_sym_RBRACE] = ACTIONS(702), - [anon_sym_try] = ACTIONS(702), - [anon_sym_return] = ACTIONS(702), - [anon_sym_source] = ACTIONS(702), - [anon_sym_source_DASHenv] = ACTIONS(702), - [anon_sym_register] = ACTIONS(702), - [anon_sym_hide] = ACTIONS(702), - [anon_sym_hide_DASHenv] = ACTIONS(702), - [anon_sym_overlay] = ACTIONS(702), - [anon_sym_STAR] = ACTIONS(702), - [anon_sym_where] = ACTIONS(702), - [anon_sym_STAR_STAR] = ACTIONS(702), - [anon_sym_PLUS_PLUS] = ACTIONS(702), - [anon_sym_SLASH] = ACTIONS(702), - [anon_sym_mod] = ACTIONS(702), - [anon_sym_SLASH_SLASH] = ACTIONS(702), - [anon_sym_PLUS] = ACTIONS(702), - [anon_sym_bit_DASHshl] = ACTIONS(702), - [anon_sym_bit_DASHshr] = ACTIONS(702), - [anon_sym_EQ_EQ] = ACTIONS(702), - [anon_sym_BANG_EQ] = ACTIONS(702), - [anon_sym_LT2] = ACTIONS(702), - [anon_sym_LT_EQ] = ACTIONS(702), - [anon_sym_GT_EQ] = ACTIONS(702), - [anon_sym_not_DASHin] = ACTIONS(702), - [anon_sym_starts_DASHwith] = ACTIONS(702), - [anon_sym_ends_DASHwith] = ACTIONS(702), - [anon_sym_EQ_TILDE] = ACTIONS(702), - [anon_sym_BANG_TILDE] = ACTIONS(702), - [anon_sym_bit_DASHand] = ACTIONS(702), - [anon_sym_bit_DASHxor] = ACTIONS(702), - [anon_sym_bit_DASHor] = ACTIONS(702), - [anon_sym_and] = ACTIONS(702), - [anon_sym_xor] = ACTIONS(702), - [anon_sym_or] = ACTIONS(702), - [anon_sym_not] = ACTIONS(702), - [anon_sym_DOT_DOT_LT] = ACTIONS(702), - [anon_sym_DOT_DOT] = ACTIONS(702), - [anon_sym_DOT_DOT_EQ] = ACTIONS(702), - [sym_val_nothing] = ACTIONS(702), - [anon_sym_true] = ACTIONS(702), - [anon_sym_false] = ACTIONS(702), - [aux_sym_val_number_token1] = ACTIONS(822), - [aux_sym_val_number_token2] = ACTIONS(822), - [aux_sym_val_number_token3] = ACTIONS(822), - [aux_sym_val_number_token4] = ACTIONS(822), - [anon_sym_inf] = ACTIONS(822), - [anon_sym_DASHinf] = ACTIONS(822), - [anon_sym_NaN] = ACTIONS(822), - [anon_sym_0b] = ACTIONS(702), - [anon_sym_0o] = ACTIONS(702), - [anon_sym_0x] = ACTIONS(702), - [sym_val_date] = ACTIONS(702), - [anon_sym_DQUOTE] = ACTIONS(702), - [sym__str_single_quotes] = ACTIONS(702), - [sym__str_back_ticks] = ACTIONS(702), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(702), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(702), - [anon_sym_CARET] = ACTIONS(702), + [aux_sym_cell_path_repeat1] = STATE(225), + [ts_builtin_sym_end] = ACTIONS(570), + [anon_sym_export] = ACTIONS(568), + [anon_sym_alias] = ACTIONS(568), + [anon_sym_let] = ACTIONS(568), + [anon_sym_let_DASHenv] = ACTIONS(568), + [anon_sym_mut] = ACTIONS(568), + [anon_sym_const] = ACTIONS(568), + [sym_cmd_identifier] = ACTIONS(568), + [anon_sym_SEMI] = ACTIONS(568), + [anon_sym_LF] = ACTIONS(570), + [anon_sym_def] = ACTIONS(568), + [anon_sym_def_DASHenv] = ACTIONS(568), + [anon_sym_export_DASHenv] = ACTIONS(568), + [anon_sym_extern] = ACTIONS(568), + [anon_sym_module] = ACTIONS(568), + [anon_sym_use] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(568), + [anon_sym_LPAREN] = ACTIONS(568), + [anon_sym_PIPE] = ACTIONS(568), + [anon_sym_DOLLAR] = ACTIONS(568), + [anon_sym_error] = ACTIONS(568), + [anon_sym_GT] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_break] = ACTIONS(568), + [anon_sym_continue] = ACTIONS(568), + [anon_sym_for] = ACTIONS(568), + [anon_sym_in] = ACTIONS(568), + [anon_sym_loop] = ACTIONS(568), + [anon_sym_while] = ACTIONS(568), + [anon_sym_do] = ACTIONS(568), + [anon_sym_if] = ACTIONS(568), + [anon_sym_match] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(568), + [anon_sym_DOT] = ACTIONS(823), + [anon_sym_try] = ACTIONS(568), + [anon_sym_return] = ACTIONS(568), + [anon_sym_source] = ACTIONS(568), + [anon_sym_source_DASHenv] = ACTIONS(568), + [anon_sym_register] = ACTIONS(568), + [anon_sym_hide] = ACTIONS(568), + [anon_sym_hide_DASHenv] = ACTIONS(568), + [anon_sym_overlay] = ACTIONS(568), + [anon_sym_STAR] = ACTIONS(568), + [anon_sym_where] = ACTIONS(568), + [anon_sym_STAR_STAR] = ACTIONS(568), + [anon_sym_PLUS_PLUS] = ACTIONS(568), + [anon_sym_SLASH] = ACTIONS(568), + [anon_sym_mod] = ACTIONS(568), + [anon_sym_SLASH_SLASH] = ACTIONS(568), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_bit_DASHshl] = ACTIONS(568), + [anon_sym_bit_DASHshr] = ACTIONS(568), + [anon_sym_EQ_EQ] = ACTIONS(568), + [anon_sym_BANG_EQ] = ACTIONS(568), + [anon_sym_LT2] = ACTIONS(568), + [anon_sym_LT_EQ] = ACTIONS(568), + [anon_sym_GT_EQ] = ACTIONS(568), + [anon_sym_not_DASHin] = ACTIONS(568), + [anon_sym_starts_DASHwith] = ACTIONS(568), + [anon_sym_ends_DASHwith] = ACTIONS(568), + [anon_sym_EQ_TILDE] = ACTIONS(568), + [anon_sym_BANG_TILDE] = ACTIONS(568), + [anon_sym_bit_DASHand] = ACTIONS(568), + [anon_sym_bit_DASHxor] = ACTIONS(568), + [anon_sym_bit_DASHor] = ACTIONS(568), + [anon_sym_and] = ACTIONS(568), + [anon_sym_xor] = ACTIONS(568), + [anon_sym_or] = ACTIONS(568), + [anon_sym_not] = ACTIONS(568), + [anon_sym_DOT_DOT_LT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(568), + [anon_sym_DOT_DOT_EQ] = ACTIONS(568), + [sym_val_nothing] = ACTIONS(568), + [anon_sym_true] = ACTIONS(568), + [anon_sym_false] = ACTIONS(568), + [aux_sym_val_number_token1] = ACTIONS(568), + [aux_sym_val_number_token2] = ACTIONS(568), + [aux_sym_val_number_token3] = ACTIONS(568), + [aux_sym_val_number_token4] = ACTIONS(568), + [anon_sym_inf] = ACTIONS(568), + [anon_sym_DASHinf] = ACTIONS(568), + [anon_sym_NaN] = ACTIONS(568), + [anon_sym_0b] = ACTIONS(568), + [anon_sym_0o] = ACTIONS(568), + [anon_sym_0x] = ACTIONS(568), + [sym_val_date] = ACTIONS(568), + [anon_sym_DQUOTE] = ACTIONS(568), + [sym__str_single_quotes] = ACTIONS(568), + [sym__str_back_ticks] = ACTIONS(568), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(568), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(568), + [anon_sym_CARET] = ACTIONS(568), + [anon_sym_POUND] = ACTIONS(3), + }, + [226] = { + [sym_comment] = STATE(226), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(631), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(635), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(637), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(639), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(641), + [anon_sym_PLUS_PLUS] = ACTIONS(641), + [anon_sym_SLASH] = ACTIONS(639), + [anon_sym_mod] = ACTIONS(639), + [anon_sym_SLASH_SLASH] = ACTIONS(639), + [anon_sym_PLUS] = ACTIONS(635), + [anon_sym_bit_DASHshl] = ACTIONS(643), + [anon_sym_bit_DASHshr] = ACTIONS(643), + [anon_sym_EQ_EQ] = ACTIONS(631), + [anon_sym_BANG_EQ] = ACTIONS(631), + [anon_sym_LT2] = ACTIONS(631), + [anon_sym_LT_EQ] = ACTIONS(631), + [anon_sym_GT_EQ] = ACTIONS(631), + [anon_sym_not_DASHin] = ACTIONS(637), + [anon_sym_starts_DASHwith] = ACTIONS(637), + [anon_sym_ends_DASHwith] = ACTIONS(637), + [anon_sym_EQ_TILDE] = ACTIONS(645), + [anon_sym_BANG_TILDE] = ACTIONS(645), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(649), + [anon_sym_bit_DASHor] = ACTIONS(651), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [anon_sym_POUND] = ACTIONS(3), + }, + [227] = { + [sym_comment] = STATE(227), + [anon_sym_export] = ACTIONS(826), + [anon_sym_alias] = ACTIONS(826), + [anon_sym_let] = ACTIONS(826), + [anon_sym_let_DASHenv] = ACTIONS(826), + [anon_sym_mut] = ACTIONS(826), + [anon_sym_const] = ACTIONS(826), + [sym_cmd_identifier] = ACTIONS(826), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_LF] = ACTIONS(828), + [anon_sym_def] = ACTIONS(826), + [anon_sym_def_DASHenv] = ACTIONS(826), + [anon_sym_export_DASHenv] = ACTIONS(826), + [anon_sym_extern] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_use] = ACTIONS(826), + [anon_sym_LBRACK] = ACTIONS(826), + [anon_sym_LPAREN] = ACTIONS(826), + [anon_sym_RPAREN] = ACTIONS(826), + [anon_sym_PIPE] = ACTIONS(826), + [anon_sym_DOLLAR] = ACTIONS(826), + [anon_sym_error] = ACTIONS(826), + [anon_sym_GT] = ACTIONS(826), + [anon_sym_DASH_DASH] = ACTIONS(826), + [anon_sym_DASH] = ACTIONS(826), + [anon_sym_break] = ACTIONS(826), + [anon_sym_continue] = ACTIONS(826), + [anon_sym_for] = ACTIONS(826), + [anon_sym_in] = ACTIONS(826), + [anon_sym_loop] = ACTIONS(826), + [anon_sym_while] = ACTIONS(826), + [anon_sym_do] = ACTIONS(826), + [anon_sym_if] = ACTIONS(826), + [anon_sym_match] = ACTIONS(826), + [anon_sym_LBRACE] = ACTIONS(826), + [anon_sym_RBRACE] = ACTIONS(826), + [anon_sym_try] = ACTIONS(826), + [anon_sym_return] = ACTIONS(826), + [anon_sym_source] = ACTIONS(826), + [anon_sym_source_DASHenv] = ACTIONS(826), + [anon_sym_register] = ACTIONS(826), + [anon_sym_hide] = ACTIONS(826), + [anon_sym_hide_DASHenv] = ACTIONS(826), + [anon_sym_overlay] = ACTIONS(826), + [anon_sym_STAR] = ACTIONS(826), + [anon_sym_where] = ACTIONS(826), + [anon_sym_STAR_STAR] = ACTIONS(826), + [anon_sym_PLUS_PLUS] = ACTIONS(826), + [anon_sym_SLASH] = ACTIONS(826), + [anon_sym_mod] = ACTIONS(826), + [anon_sym_SLASH_SLASH] = ACTIONS(826), + [anon_sym_PLUS] = ACTIONS(826), + [anon_sym_bit_DASHshl] = ACTIONS(826), + [anon_sym_bit_DASHshr] = ACTIONS(826), + [anon_sym_EQ_EQ] = ACTIONS(826), + [anon_sym_BANG_EQ] = ACTIONS(826), + [anon_sym_LT2] = ACTIONS(826), + [anon_sym_LT_EQ] = ACTIONS(826), + [anon_sym_GT_EQ] = ACTIONS(826), + [anon_sym_not_DASHin] = ACTIONS(826), + [anon_sym_starts_DASHwith] = ACTIONS(826), + [anon_sym_ends_DASHwith] = ACTIONS(826), + [anon_sym_EQ_TILDE] = ACTIONS(826), + [anon_sym_BANG_TILDE] = ACTIONS(826), + [anon_sym_bit_DASHand] = ACTIONS(826), + [anon_sym_bit_DASHxor] = ACTIONS(826), + [anon_sym_bit_DASHor] = ACTIONS(826), + [anon_sym_and] = ACTIONS(826), + [anon_sym_xor] = ACTIONS(826), + [anon_sym_or] = ACTIONS(826), + [anon_sym_not] = ACTIONS(826), + [anon_sym_DOT_DOT_LT] = ACTIONS(826), + [anon_sym_DOT_DOT] = ACTIONS(826), + [anon_sym_DOT_DOT_EQ] = ACTIONS(826), + [sym_val_nothing] = ACTIONS(826), + [anon_sym_true] = ACTIONS(826), + [anon_sym_false] = ACTIONS(826), + [aux_sym_val_number_token1] = ACTIONS(826), + [aux_sym_val_number_token2] = ACTIONS(826), + [aux_sym_val_number_token3] = ACTIONS(826), + [aux_sym_val_number_token4] = ACTIONS(826), + [anon_sym_inf] = ACTIONS(826), + [anon_sym_DASHinf] = ACTIONS(826), + [anon_sym_NaN] = ACTIONS(826), + [anon_sym_0b] = ACTIONS(826), + [anon_sym_0o] = ACTIONS(826), + [anon_sym_0x] = ACTIONS(826), + [sym_val_date] = ACTIONS(826), + [anon_sym_DQUOTE] = ACTIONS(826), + [sym__str_single_quotes] = ACTIONS(826), + [sym__str_back_ticks] = ACTIONS(826), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(826), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(826), + [anon_sym_CARET] = ACTIONS(826), + [sym_short_flag] = ACTIONS(826), + [anon_sym_POUND] = ACTIONS(3), + }, + [228] = { + [sym_comment] = STATE(228), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(631), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(635), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(637), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(639), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(641), + [anon_sym_PLUS_PLUS] = ACTIONS(641), + [anon_sym_SLASH] = ACTIONS(639), + [anon_sym_mod] = ACTIONS(639), + [anon_sym_SLASH_SLASH] = ACTIONS(639), + [anon_sym_PLUS] = ACTIONS(635), + [anon_sym_bit_DASHshl] = ACTIONS(643), + [anon_sym_bit_DASHshr] = ACTIONS(643), + [anon_sym_EQ_EQ] = ACTIONS(631), + [anon_sym_BANG_EQ] = ACTIONS(631), + [anon_sym_LT2] = ACTIONS(631), + [anon_sym_LT_EQ] = ACTIONS(631), + [anon_sym_GT_EQ] = ACTIONS(631), + [anon_sym_not_DASHin] = ACTIONS(637), + [anon_sym_starts_DASHwith] = ACTIONS(637), + [anon_sym_ends_DASHwith] = ACTIONS(637), + [anon_sym_EQ_TILDE] = ACTIONS(645), + [anon_sym_BANG_TILDE] = ACTIONS(645), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(649), + [anon_sym_bit_DASHor] = ACTIONS(651), + [anon_sym_and] = ACTIONS(653), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, [229] = { [sym_comment] = STATE(229), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(781), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(627), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(781), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(631), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(633), - [anon_sym_PLUS_PLUS] = ACTIONS(633), - [anon_sym_SLASH] = ACTIONS(631), - [anon_sym_mod] = ACTIONS(631), - [anon_sym_SLASH_SLASH] = ACTIONS(631), - [anon_sym_PLUS] = ACTIONS(627), - [anon_sym_bit_DASHshl] = ACTIONS(781), - [anon_sym_bit_DASHshr] = ACTIONS(781), - [anon_sym_EQ_EQ] = ACTIONS(781), - [anon_sym_BANG_EQ] = ACTIONS(781), - [anon_sym_LT2] = ACTIONS(781), - [anon_sym_LT_EQ] = ACTIONS(781), - [anon_sym_GT_EQ] = ACTIONS(781), - [anon_sym_not_DASHin] = ACTIONS(781), - [anon_sym_starts_DASHwith] = ACTIONS(781), - [anon_sym_ends_DASHwith] = ACTIONS(781), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), + [anon_sym_export] = ACTIONS(819), + [anon_sym_alias] = ACTIONS(819), + [anon_sym_let] = ACTIONS(819), + [anon_sym_let_DASHenv] = ACTIONS(819), + [anon_sym_mut] = ACTIONS(819), + [anon_sym_const] = ACTIONS(819), + [sym_cmd_identifier] = ACTIONS(819), + [anon_sym_SEMI] = ACTIONS(819), + [anon_sym_LF] = ACTIONS(821), + [anon_sym_def] = ACTIONS(819), + [anon_sym_def_DASHenv] = ACTIONS(819), + [anon_sym_export_DASHenv] = ACTIONS(819), + [anon_sym_extern] = ACTIONS(819), + [anon_sym_module] = ACTIONS(819), + [anon_sym_use] = ACTIONS(819), + [anon_sym_LBRACK] = ACTIONS(819), + [anon_sym_LPAREN] = ACTIONS(819), + [anon_sym_RPAREN] = ACTIONS(819), + [anon_sym_PIPE] = ACTIONS(819), + [anon_sym_DOLLAR] = ACTIONS(819), + [anon_sym_error] = ACTIONS(819), + [anon_sym_GT] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_DASH] = ACTIONS(819), + [anon_sym_break] = ACTIONS(819), + [anon_sym_continue] = ACTIONS(819), + [anon_sym_for] = ACTIONS(819), + [anon_sym_in] = ACTIONS(819), + [anon_sym_loop] = ACTIONS(819), + [anon_sym_while] = ACTIONS(819), + [anon_sym_do] = ACTIONS(819), + [anon_sym_if] = ACTIONS(819), + [anon_sym_match] = ACTIONS(819), + [anon_sym_LBRACE] = ACTIONS(819), + [anon_sym_RBRACE] = ACTIONS(819), + [anon_sym_try] = ACTIONS(819), + [anon_sym_return] = ACTIONS(819), + [anon_sym_source] = ACTIONS(819), + [anon_sym_source_DASHenv] = ACTIONS(819), + [anon_sym_register] = ACTIONS(819), + [anon_sym_hide] = ACTIONS(819), + [anon_sym_hide_DASHenv] = ACTIONS(819), + [anon_sym_overlay] = ACTIONS(819), + [anon_sym_STAR] = ACTIONS(819), + [anon_sym_where] = ACTIONS(819), + [anon_sym_STAR_STAR] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_SLASH] = ACTIONS(819), + [anon_sym_mod] = ACTIONS(819), + [anon_sym_SLASH_SLASH] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(819), + [anon_sym_bit_DASHshl] = ACTIONS(819), + [anon_sym_bit_DASHshr] = ACTIONS(819), + [anon_sym_EQ_EQ] = ACTIONS(819), + [anon_sym_BANG_EQ] = ACTIONS(819), + [anon_sym_LT2] = ACTIONS(819), + [anon_sym_LT_EQ] = ACTIONS(819), + [anon_sym_GT_EQ] = ACTIONS(819), + [anon_sym_not_DASHin] = ACTIONS(819), + [anon_sym_starts_DASHwith] = ACTIONS(819), + [anon_sym_ends_DASHwith] = ACTIONS(819), + [anon_sym_EQ_TILDE] = ACTIONS(819), + [anon_sym_BANG_TILDE] = ACTIONS(819), + [anon_sym_bit_DASHand] = ACTIONS(819), + [anon_sym_bit_DASHxor] = ACTIONS(819), + [anon_sym_bit_DASHor] = ACTIONS(819), + [anon_sym_and] = ACTIONS(819), + [anon_sym_xor] = ACTIONS(819), + [anon_sym_or] = ACTIONS(819), + [anon_sym_not] = ACTIONS(819), + [anon_sym_DOT_DOT_LT] = ACTIONS(819), + [anon_sym_DOT_DOT] = ACTIONS(819), + [anon_sym_DOT_DOT_EQ] = ACTIONS(819), + [sym_val_nothing] = ACTIONS(819), + [anon_sym_true] = ACTIONS(819), + [anon_sym_false] = ACTIONS(819), + [aux_sym_val_number_token1] = ACTIONS(819), + [aux_sym_val_number_token2] = ACTIONS(819), + [aux_sym_val_number_token3] = ACTIONS(819), + [aux_sym_val_number_token4] = ACTIONS(819), + [anon_sym_inf] = ACTIONS(819), + [anon_sym_DASHinf] = ACTIONS(819), + [anon_sym_NaN] = ACTIONS(819), + [anon_sym_0b] = ACTIONS(819), + [anon_sym_0o] = ACTIONS(819), + [anon_sym_0x] = ACTIONS(819), + [sym_val_date] = ACTIONS(819), + [anon_sym_DQUOTE] = ACTIONS(819), + [sym__str_single_quotes] = ACTIONS(819), + [sym__str_back_ticks] = ACTIONS(819), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(819), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(819), + [anon_sym_CARET] = ACTIONS(819), + [sym_short_flag] = ACTIONS(819), [anon_sym_POUND] = ACTIONS(3), }, [230] = { [sym_comment] = STATE(230), - [anon_sym_export] = ACTIONS(824), - [anon_sym_alias] = ACTIONS(824), - [anon_sym_let] = ACTIONS(824), - [anon_sym_let_DASHenv] = ACTIONS(824), - [anon_sym_mut] = ACTIONS(824), - [anon_sym_const] = ACTIONS(824), - [sym_cmd_identifier] = ACTIONS(824), - [anon_sym_SEMI] = ACTIONS(824), - [anon_sym_LF] = ACTIONS(826), - [anon_sym_def] = ACTIONS(824), - [anon_sym_def_DASHenv] = ACTIONS(824), - [anon_sym_export_DASHenv] = ACTIONS(824), - [anon_sym_extern] = ACTIONS(824), - [anon_sym_module] = ACTIONS(824), - [anon_sym_use] = ACTIONS(824), - [anon_sym_LBRACK] = ACTIONS(824), - [anon_sym_LPAREN] = ACTIONS(824), - [anon_sym_RPAREN] = ACTIONS(824), - [anon_sym_PIPE] = ACTIONS(824), - [anon_sym_DOLLAR] = ACTIONS(824), - [anon_sym_error] = ACTIONS(824), - [anon_sym_GT] = ACTIONS(824), - [anon_sym_DASH_DASH] = ACTIONS(824), - [anon_sym_DASH] = ACTIONS(824), - [anon_sym_break] = ACTIONS(824), - [anon_sym_continue] = ACTIONS(824), - [anon_sym_for] = ACTIONS(824), - [anon_sym_in] = ACTIONS(824), - [anon_sym_loop] = ACTIONS(824), - [anon_sym_while] = ACTIONS(824), - [anon_sym_do] = ACTIONS(824), - [anon_sym_if] = ACTIONS(824), - [anon_sym_match] = ACTIONS(824), - [anon_sym_LBRACE] = ACTIONS(824), - [anon_sym_RBRACE] = ACTIONS(824), - [anon_sym_try] = ACTIONS(824), - [anon_sym_return] = ACTIONS(824), - [anon_sym_source] = ACTIONS(824), - [anon_sym_source_DASHenv] = ACTIONS(824), - [anon_sym_register] = ACTIONS(824), - [anon_sym_hide] = ACTIONS(824), - [anon_sym_hide_DASHenv] = ACTIONS(824), - [anon_sym_overlay] = ACTIONS(824), - [anon_sym_STAR] = ACTIONS(824), - [anon_sym_where] = ACTIONS(824), - [anon_sym_STAR_STAR] = ACTIONS(824), - [anon_sym_PLUS_PLUS] = ACTIONS(824), - [anon_sym_SLASH] = ACTIONS(824), - [anon_sym_mod] = ACTIONS(824), - [anon_sym_SLASH_SLASH] = ACTIONS(824), - [anon_sym_PLUS] = ACTIONS(824), - [anon_sym_bit_DASHshl] = ACTIONS(824), - [anon_sym_bit_DASHshr] = ACTIONS(824), - [anon_sym_EQ_EQ] = ACTIONS(824), - [anon_sym_BANG_EQ] = ACTIONS(824), - [anon_sym_LT2] = ACTIONS(824), - [anon_sym_LT_EQ] = ACTIONS(824), - [anon_sym_GT_EQ] = ACTIONS(824), - [anon_sym_not_DASHin] = ACTIONS(824), - [anon_sym_starts_DASHwith] = ACTIONS(824), - [anon_sym_ends_DASHwith] = ACTIONS(824), - [anon_sym_EQ_TILDE] = ACTIONS(824), - [anon_sym_BANG_TILDE] = ACTIONS(824), - [anon_sym_bit_DASHand] = ACTIONS(824), - [anon_sym_bit_DASHxor] = ACTIONS(824), - [anon_sym_bit_DASHor] = ACTIONS(824), - [anon_sym_and] = ACTIONS(824), - [anon_sym_xor] = ACTIONS(824), - [anon_sym_or] = ACTIONS(824), - [anon_sym_not] = ACTIONS(824), - [anon_sym_DOT_DOT_LT] = ACTIONS(824), - [anon_sym_DOT_DOT] = ACTIONS(824), - [anon_sym_DOT_DOT_EQ] = ACTIONS(824), - [sym_val_nothing] = ACTIONS(824), - [anon_sym_true] = ACTIONS(824), - [anon_sym_false] = ACTIONS(824), - [aux_sym_val_number_token1] = ACTIONS(824), - [aux_sym_val_number_token2] = ACTIONS(824), - [aux_sym_val_number_token3] = ACTIONS(824), - [aux_sym_val_number_token4] = ACTIONS(824), - [anon_sym_inf] = ACTIONS(824), - [anon_sym_DASHinf] = ACTIONS(824), - [anon_sym_NaN] = ACTIONS(824), - [anon_sym_0b] = ACTIONS(824), - [anon_sym_0o] = ACTIONS(824), - [anon_sym_0x] = ACTIONS(824), - [sym_val_date] = ACTIONS(824), - [anon_sym_DQUOTE] = ACTIONS(824), - [sym__str_single_quotes] = ACTIONS(824), - [sym__str_back_ticks] = ACTIONS(824), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(824), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(824), - [anon_sym_CARET] = ACTIONS(824), - [sym_short_flag] = ACTIONS(824), + [anon_sym_export] = ACTIONS(830), + [anon_sym_alias] = ACTIONS(830), + [anon_sym_let] = ACTIONS(830), + [anon_sym_let_DASHenv] = ACTIONS(830), + [anon_sym_mut] = ACTIONS(830), + [anon_sym_const] = ACTIONS(830), + [sym_cmd_identifier] = ACTIONS(830), + [anon_sym_SEMI] = ACTIONS(830), + [anon_sym_LF] = ACTIONS(832), + [anon_sym_def] = ACTIONS(830), + [anon_sym_def_DASHenv] = ACTIONS(830), + [anon_sym_export_DASHenv] = ACTIONS(830), + [anon_sym_extern] = ACTIONS(830), + [anon_sym_module] = ACTIONS(830), + [anon_sym_use] = ACTIONS(830), + [anon_sym_LBRACK] = ACTIONS(830), + [anon_sym_LPAREN] = ACTIONS(830), + [anon_sym_RPAREN] = ACTIONS(830), + [anon_sym_PIPE] = ACTIONS(830), + [anon_sym_DOLLAR] = ACTIONS(830), + [anon_sym_error] = ACTIONS(830), + [anon_sym_GT] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_break] = ACTIONS(830), + [anon_sym_continue] = ACTIONS(830), + [anon_sym_for] = ACTIONS(830), + [anon_sym_in] = ACTIONS(830), + [anon_sym_loop] = ACTIONS(830), + [anon_sym_while] = ACTIONS(830), + [anon_sym_do] = ACTIONS(830), + [anon_sym_if] = ACTIONS(830), + [anon_sym_match] = ACTIONS(830), + [anon_sym_LBRACE] = ACTIONS(830), + [anon_sym_RBRACE] = ACTIONS(830), + [anon_sym_try] = ACTIONS(830), + [anon_sym_return] = ACTIONS(830), + [anon_sym_source] = ACTIONS(830), + [anon_sym_source_DASHenv] = ACTIONS(830), + [anon_sym_register] = ACTIONS(830), + [anon_sym_hide] = ACTIONS(830), + [anon_sym_hide_DASHenv] = ACTIONS(830), + [anon_sym_overlay] = ACTIONS(830), + [anon_sym_STAR] = ACTIONS(830), + [anon_sym_where] = ACTIONS(830), + [anon_sym_STAR_STAR] = ACTIONS(830), + [anon_sym_PLUS_PLUS] = ACTIONS(830), + [anon_sym_SLASH] = ACTIONS(830), + [anon_sym_mod] = ACTIONS(830), + [anon_sym_SLASH_SLASH] = ACTIONS(830), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_bit_DASHshl] = ACTIONS(830), + [anon_sym_bit_DASHshr] = ACTIONS(830), + [anon_sym_EQ_EQ] = ACTIONS(830), + [anon_sym_BANG_EQ] = ACTIONS(830), + [anon_sym_LT2] = ACTIONS(830), + [anon_sym_LT_EQ] = ACTIONS(830), + [anon_sym_GT_EQ] = ACTIONS(830), + [anon_sym_not_DASHin] = ACTIONS(830), + [anon_sym_starts_DASHwith] = ACTIONS(830), + [anon_sym_ends_DASHwith] = ACTIONS(830), + [anon_sym_EQ_TILDE] = ACTIONS(830), + [anon_sym_BANG_TILDE] = ACTIONS(830), + [anon_sym_bit_DASHand] = ACTIONS(830), + [anon_sym_bit_DASHxor] = ACTIONS(830), + [anon_sym_bit_DASHor] = ACTIONS(830), + [anon_sym_and] = ACTIONS(830), + [anon_sym_xor] = ACTIONS(830), + [anon_sym_or] = ACTIONS(830), + [anon_sym_not] = ACTIONS(830), + [anon_sym_DOT_DOT_LT] = ACTIONS(830), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_DOT_DOT_EQ] = ACTIONS(830), + [sym_val_nothing] = ACTIONS(830), + [anon_sym_true] = ACTIONS(830), + [anon_sym_false] = ACTIONS(830), + [aux_sym_val_number_token1] = ACTIONS(830), + [aux_sym_val_number_token2] = ACTIONS(830), + [aux_sym_val_number_token3] = ACTIONS(830), + [aux_sym_val_number_token4] = ACTIONS(830), + [anon_sym_inf] = ACTIONS(830), + [anon_sym_DASHinf] = ACTIONS(830), + [anon_sym_NaN] = ACTIONS(830), + [anon_sym_0b] = ACTIONS(830), + [anon_sym_0o] = ACTIONS(830), + [anon_sym_0x] = ACTIONS(830), + [sym_val_date] = ACTIONS(830), + [anon_sym_DQUOTE] = ACTIONS(830), + [sym__str_single_quotes] = ACTIONS(830), + [sym__str_back_ticks] = ACTIONS(830), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(830), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(830), + [anon_sym_CARET] = ACTIONS(830), + [sym_short_flag] = ACTIONS(830), [anon_sym_POUND] = ACTIONS(3), }, [231] = { [sym_comment] = STATE(231), - [anon_sym_export] = ACTIONS(828), - [anon_sym_alias] = ACTIONS(828), - [anon_sym_let] = ACTIONS(828), - [anon_sym_let_DASHenv] = ACTIONS(828), - [anon_sym_mut] = ACTIONS(828), - [anon_sym_const] = ACTIONS(828), - [sym_cmd_identifier] = ACTIONS(828), - [anon_sym_SEMI] = ACTIONS(828), - [anon_sym_LF] = ACTIONS(830), - [anon_sym_def] = ACTIONS(828), - [anon_sym_def_DASHenv] = ACTIONS(828), - [anon_sym_export_DASHenv] = ACTIONS(828), - [anon_sym_extern] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_use] = ACTIONS(828), - [anon_sym_LBRACK] = ACTIONS(828), - [anon_sym_LPAREN] = ACTIONS(828), - [anon_sym_RPAREN] = ACTIONS(828), - [anon_sym_PIPE] = ACTIONS(828), - [anon_sym_DOLLAR] = ACTIONS(828), - [anon_sym_error] = ACTIONS(828), - [anon_sym_GT] = ACTIONS(828), - [anon_sym_DASH_DASH] = ACTIONS(828), - [anon_sym_DASH] = ACTIONS(828), - [anon_sym_break] = ACTIONS(828), - [anon_sym_continue] = ACTIONS(828), - [anon_sym_for] = ACTIONS(828), - [anon_sym_in] = ACTIONS(828), - [anon_sym_loop] = ACTIONS(828), - [anon_sym_while] = ACTIONS(828), - [anon_sym_do] = ACTIONS(828), - [anon_sym_if] = ACTIONS(828), - [anon_sym_match] = ACTIONS(828), - [anon_sym_LBRACE] = ACTIONS(828), - [anon_sym_RBRACE] = ACTIONS(828), - [anon_sym_try] = ACTIONS(828), - [anon_sym_return] = ACTIONS(828), - [anon_sym_source] = ACTIONS(828), - [anon_sym_source_DASHenv] = ACTIONS(828), - [anon_sym_register] = ACTIONS(828), - [anon_sym_hide] = ACTIONS(828), - [anon_sym_hide_DASHenv] = ACTIONS(828), - [anon_sym_overlay] = ACTIONS(828), - [anon_sym_STAR] = ACTIONS(828), - [anon_sym_where] = ACTIONS(828), - [anon_sym_STAR_STAR] = ACTIONS(828), - [anon_sym_PLUS_PLUS] = ACTIONS(828), - [anon_sym_SLASH] = ACTIONS(828), - [anon_sym_mod] = ACTIONS(828), - [anon_sym_SLASH_SLASH] = ACTIONS(828), - [anon_sym_PLUS] = ACTIONS(828), - [anon_sym_bit_DASHshl] = ACTIONS(828), - [anon_sym_bit_DASHshr] = ACTIONS(828), - [anon_sym_EQ_EQ] = ACTIONS(828), - [anon_sym_BANG_EQ] = ACTIONS(828), - [anon_sym_LT2] = ACTIONS(828), - [anon_sym_LT_EQ] = ACTIONS(828), - [anon_sym_GT_EQ] = ACTIONS(828), - [anon_sym_not_DASHin] = ACTIONS(828), - [anon_sym_starts_DASHwith] = ACTIONS(828), - [anon_sym_ends_DASHwith] = ACTIONS(828), - [anon_sym_EQ_TILDE] = ACTIONS(828), - [anon_sym_BANG_TILDE] = ACTIONS(828), - [anon_sym_bit_DASHand] = ACTIONS(828), - [anon_sym_bit_DASHxor] = ACTIONS(828), - [anon_sym_bit_DASHor] = ACTIONS(828), - [anon_sym_and] = ACTIONS(828), - [anon_sym_xor] = ACTIONS(828), - [anon_sym_or] = ACTIONS(828), - [anon_sym_not] = ACTIONS(828), - [anon_sym_DOT_DOT_LT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(828), - [anon_sym_DOT_DOT_EQ] = ACTIONS(828), - [sym_val_nothing] = ACTIONS(828), - [anon_sym_true] = ACTIONS(828), - [anon_sym_false] = ACTIONS(828), - [aux_sym_val_number_token1] = ACTIONS(828), - [aux_sym_val_number_token2] = ACTIONS(828), - [aux_sym_val_number_token3] = ACTIONS(828), - [aux_sym_val_number_token4] = ACTIONS(828), - [anon_sym_inf] = ACTIONS(828), - [anon_sym_DASHinf] = ACTIONS(828), - [anon_sym_NaN] = ACTIONS(828), - [anon_sym_0b] = ACTIONS(828), - [anon_sym_0o] = ACTIONS(828), - [anon_sym_0x] = ACTIONS(828), - [sym_val_date] = ACTIONS(828), - [anon_sym_DQUOTE] = ACTIONS(828), - [sym__str_single_quotes] = ACTIONS(828), - [sym__str_back_ticks] = ACTIONS(828), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(828), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(828), - [anon_sym_CARET] = ACTIONS(828), - [sym_short_flag] = ACTIONS(828), + [anon_sym_export] = ACTIONS(834), + [anon_sym_alias] = ACTIONS(834), + [anon_sym_let] = ACTIONS(834), + [anon_sym_let_DASHenv] = ACTIONS(834), + [anon_sym_mut] = ACTIONS(834), + [anon_sym_const] = ACTIONS(834), + [sym_cmd_identifier] = ACTIONS(834), + [anon_sym_SEMI] = ACTIONS(834), + [anon_sym_LF] = ACTIONS(836), + [anon_sym_def] = ACTIONS(834), + [anon_sym_def_DASHenv] = ACTIONS(834), + [anon_sym_export_DASHenv] = ACTIONS(834), + [anon_sym_extern] = ACTIONS(834), + [anon_sym_module] = ACTIONS(834), + [anon_sym_use] = ACTIONS(834), + [anon_sym_LBRACK] = ACTIONS(834), + [anon_sym_LPAREN] = ACTIONS(834), + [anon_sym_RPAREN] = ACTIONS(834), + [anon_sym_PIPE] = ACTIONS(834), + [anon_sym_DOLLAR] = ACTIONS(834), + [anon_sym_error] = ACTIONS(834), + [anon_sym_GT] = ACTIONS(834), + [anon_sym_DASH_DASH] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_break] = ACTIONS(834), + [anon_sym_continue] = ACTIONS(834), + [anon_sym_for] = ACTIONS(834), + [anon_sym_in] = ACTIONS(834), + [anon_sym_loop] = ACTIONS(834), + [anon_sym_while] = ACTIONS(834), + [anon_sym_do] = ACTIONS(834), + [anon_sym_if] = ACTIONS(834), + [anon_sym_match] = ACTIONS(834), + [anon_sym_LBRACE] = ACTIONS(834), + [anon_sym_RBRACE] = ACTIONS(834), + [anon_sym_try] = ACTIONS(834), + [anon_sym_return] = ACTIONS(834), + [anon_sym_source] = ACTIONS(834), + [anon_sym_source_DASHenv] = ACTIONS(834), + [anon_sym_register] = ACTIONS(834), + [anon_sym_hide] = ACTIONS(834), + [anon_sym_hide_DASHenv] = ACTIONS(834), + [anon_sym_overlay] = ACTIONS(834), + [anon_sym_STAR] = ACTIONS(834), + [anon_sym_where] = ACTIONS(834), + [anon_sym_STAR_STAR] = ACTIONS(834), + [anon_sym_PLUS_PLUS] = ACTIONS(834), + [anon_sym_SLASH] = ACTIONS(834), + [anon_sym_mod] = ACTIONS(834), + [anon_sym_SLASH_SLASH] = ACTIONS(834), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_bit_DASHshl] = ACTIONS(834), + [anon_sym_bit_DASHshr] = ACTIONS(834), + [anon_sym_EQ_EQ] = ACTIONS(834), + [anon_sym_BANG_EQ] = ACTIONS(834), + [anon_sym_LT2] = ACTIONS(834), + [anon_sym_LT_EQ] = ACTIONS(834), + [anon_sym_GT_EQ] = ACTIONS(834), + [anon_sym_not_DASHin] = ACTIONS(834), + [anon_sym_starts_DASHwith] = ACTIONS(834), + [anon_sym_ends_DASHwith] = ACTIONS(834), + [anon_sym_EQ_TILDE] = ACTIONS(834), + [anon_sym_BANG_TILDE] = ACTIONS(834), + [anon_sym_bit_DASHand] = ACTIONS(834), + [anon_sym_bit_DASHxor] = ACTIONS(834), + [anon_sym_bit_DASHor] = ACTIONS(834), + [anon_sym_and] = ACTIONS(834), + [anon_sym_xor] = ACTIONS(834), + [anon_sym_or] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_DOT_DOT_LT] = ACTIONS(834), + [anon_sym_DOT_DOT] = ACTIONS(834), + [anon_sym_DOT_DOT_EQ] = ACTIONS(834), + [sym_val_nothing] = ACTIONS(834), + [anon_sym_true] = ACTIONS(834), + [anon_sym_false] = ACTIONS(834), + [aux_sym_val_number_token1] = ACTIONS(834), + [aux_sym_val_number_token2] = ACTIONS(834), + [aux_sym_val_number_token3] = ACTIONS(834), + [aux_sym_val_number_token4] = ACTIONS(834), + [anon_sym_inf] = ACTIONS(834), + [anon_sym_DASHinf] = ACTIONS(834), + [anon_sym_NaN] = ACTIONS(834), + [anon_sym_0b] = ACTIONS(834), + [anon_sym_0o] = ACTIONS(834), + [anon_sym_0x] = ACTIONS(834), + [sym_val_date] = ACTIONS(834), + [anon_sym_DQUOTE] = ACTIONS(834), + [sym__str_single_quotes] = ACTIONS(834), + [sym__str_back_ticks] = ACTIONS(834), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(834), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [sym_short_flag] = ACTIONS(834), [anon_sym_POUND] = ACTIONS(3), }, [232] = { [sym_comment] = STATE(232), - [ts_builtin_sym_end] = ACTIONS(748), - [anon_sym_export] = ACTIONS(746), - [anon_sym_alias] = ACTIONS(746), - [anon_sym_let] = ACTIONS(746), - [anon_sym_let_DASHenv] = ACTIONS(746), - [anon_sym_mut] = ACTIONS(746), - [anon_sym_const] = ACTIONS(746), - [sym_cmd_identifier] = ACTIONS(746), - [anon_sym_SEMI] = ACTIONS(746), - [anon_sym_LF] = ACTIONS(748), - [anon_sym_def] = ACTIONS(746), - [anon_sym_def_DASHenv] = ACTIONS(746), - [anon_sym_export_DASHenv] = ACTIONS(746), - [anon_sym_extern] = ACTIONS(746), - [anon_sym_module] = ACTIONS(746), - [anon_sym_use] = ACTIONS(746), - [anon_sym_LBRACK] = ACTIONS(746), - [anon_sym_LPAREN] = ACTIONS(746), - [anon_sym_PIPE] = ACTIONS(746), - [anon_sym_DOLLAR] = ACTIONS(746), - [anon_sym_error] = ACTIONS(746), - [anon_sym_GT] = ACTIONS(746), - [anon_sym_DASH_DASH] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_break] = ACTIONS(746), - [anon_sym_continue] = ACTIONS(746), - [anon_sym_for] = ACTIONS(746), - [anon_sym_in] = ACTIONS(746), - [anon_sym_loop] = ACTIONS(746), - [anon_sym_while] = ACTIONS(746), - [anon_sym_do] = ACTIONS(746), - [anon_sym_if] = ACTIONS(746), - [anon_sym_match] = ACTIONS(746), - [anon_sym_LBRACE] = ACTIONS(746), - [anon_sym_DOT] = ACTIONS(746), - [anon_sym_try] = ACTIONS(746), - [anon_sym_return] = ACTIONS(746), - [anon_sym_source] = ACTIONS(746), - [anon_sym_source_DASHenv] = ACTIONS(746), - [anon_sym_register] = ACTIONS(746), - [anon_sym_hide] = ACTIONS(746), - [anon_sym_hide_DASHenv] = ACTIONS(746), - [anon_sym_overlay] = ACTIONS(746), - [anon_sym_STAR] = ACTIONS(746), - [anon_sym_where] = ACTIONS(746), - [anon_sym_STAR_STAR] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(746), - [anon_sym_mod] = ACTIONS(746), - [anon_sym_SLASH_SLASH] = ACTIONS(746), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_bit_DASHshl] = ACTIONS(746), - [anon_sym_bit_DASHshr] = ACTIONS(746), - [anon_sym_EQ_EQ] = ACTIONS(746), - [anon_sym_BANG_EQ] = ACTIONS(746), - [anon_sym_LT2] = ACTIONS(746), - [anon_sym_LT_EQ] = ACTIONS(746), - [anon_sym_GT_EQ] = ACTIONS(746), - [anon_sym_not_DASHin] = ACTIONS(746), - [anon_sym_starts_DASHwith] = ACTIONS(746), - [anon_sym_ends_DASHwith] = ACTIONS(746), - [anon_sym_EQ_TILDE] = ACTIONS(746), - [anon_sym_BANG_TILDE] = ACTIONS(746), - [anon_sym_bit_DASHand] = ACTIONS(746), - [anon_sym_bit_DASHxor] = ACTIONS(746), - [anon_sym_bit_DASHor] = ACTIONS(746), - [anon_sym_and] = ACTIONS(746), - [anon_sym_xor] = ACTIONS(746), - [anon_sym_or] = ACTIONS(746), - [anon_sym_not] = ACTIONS(746), - [anon_sym_DOT_DOT_LT] = ACTIONS(746), - [anon_sym_DOT_DOT] = ACTIONS(746), - [anon_sym_DOT_DOT_EQ] = ACTIONS(746), - [sym_val_nothing] = ACTIONS(746), - [anon_sym_true] = ACTIONS(746), - [anon_sym_false] = ACTIONS(746), - [aux_sym_val_number_token1] = ACTIONS(746), - [aux_sym_val_number_token2] = ACTIONS(746), - [aux_sym_val_number_token3] = ACTIONS(746), - [aux_sym_val_number_token4] = ACTIONS(746), - [anon_sym_inf] = ACTIONS(746), - [anon_sym_DASHinf] = ACTIONS(746), - [anon_sym_NaN] = ACTIONS(746), - [anon_sym_0b] = ACTIONS(746), - [anon_sym_0o] = ACTIONS(746), - [anon_sym_0x] = ACTIONS(746), - [sym_val_date] = ACTIONS(746), - [anon_sym_DQUOTE] = ACTIONS(746), - [sym__str_single_quotes] = ACTIONS(746), - [sym__str_back_ticks] = ACTIONS(746), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(746), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(746), - [anon_sym_CARET] = ACTIONS(746), - [sym_short_flag] = ACTIONS(746), + [anon_sym_export] = ACTIONS(838), + [anon_sym_alias] = ACTIONS(838), + [anon_sym_let] = ACTIONS(838), + [anon_sym_let_DASHenv] = ACTIONS(838), + [anon_sym_mut] = ACTIONS(838), + [anon_sym_const] = ACTIONS(838), + [sym_cmd_identifier] = ACTIONS(838), + [anon_sym_SEMI] = ACTIONS(838), + [anon_sym_LF] = ACTIONS(840), + [anon_sym_def] = ACTIONS(838), + [anon_sym_def_DASHenv] = ACTIONS(838), + [anon_sym_export_DASHenv] = ACTIONS(838), + [anon_sym_extern] = ACTIONS(838), + [anon_sym_module] = ACTIONS(838), + [anon_sym_use] = ACTIONS(838), + [anon_sym_LBRACK] = ACTIONS(838), + [anon_sym_LPAREN] = ACTIONS(838), + [anon_sym_RPAREN] = ACTIONS(838), + [anon_sym_PIPE] = ACTIONS(838), + [anon_sym_DOLLAR] = ACTIONS(838), + [anon_sym_error] = ACTIONS(838), + [anon_sym_GT] = ACTIONS(838), + [anon_sym_DASH_DASH] = ACTIONS(838), + [anon_sym_DASH] = ACTIONS(838), + [anon_sym_break] = ACTIONS(838), + [anon_sym_continue] = ACTIONS(838), + [anon_sym_for] = ACTIONS(838), + [anon_sym_in] = ACTIONS(838), + [anon_sym_loop] = ACTIONS(838), + [anon_sym_while] = ACTIONS(838), + [anon_sym_do] = ACTIONS(838), + [anon_sym_if] = ACTIONS(838), + [anon_sym_match] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(838), + [anon_sym_RBRACE] = ACTIONS(838), + [anon_sym_try] = ACTIONS(838), + [anon_sym_return] = ACTIONS(838), + [anon_sym_source] = ACTIONS(838), + [anon_sym_source_DASHenv] = ACTIONS(838), + [anon_sym_register] = ACTIONS(838), + [anon_sym_hide] = ACTIONS(838), + [anon_sym_hide_DASHenv] = ACTIONS(838), + [anon_sym_overlay] = ACTIONS(838), + [anon_sym_STAR] = ACTIONS(838), + [anon_sym_where] = ACTIONS(838), + [anon_sym_STAR_STAR] = ACTIONS(838), + [anon_sym_PLUS_PLUS] = ACTIONS(838), + [anon_sym_SLASH] = ACTIONS(838), + [anon_sym_mod] = ACTIONS(838), + [anon_sym_SLASH_SLASH] = ACTIONS(838), + [anon_sym_PLUS] = ACTIONS(838), + [anon_sym_bit_DASHshl] = ACTIONS(838), + [anon_sym_bit_DASHshr] = ACTIONS(838), + [anon_sym_EQ_EQ] = ACTIONS(838), + [anon_sym_BANG_EQ] = ACTIONS(838), + [anon_sym_LT2] = ACTIONS(838), + [anon_sym_LT_EQ] = ACTIONS(838), + [anon_sym_GT_EQ] = ACTIONS(838), + [anon_sym_not_DASHin] = ACTIONS(838), + [anon_sym_starts_DASHwith] = ACTIONS(838), + [anon_sym_ends_DASHwith] = ACTIONS(838), + [anon_sym_EQ_TILDE] = ACTIONS(838), + [anon_sym_BANG_TILDE] = ACTIONS(838), + [anon_sym_bit_DASHand] = ACTIONS(838), + [anon_sym_bit_DASHxor] = ACTIONS(838), + [anon_sym_bit_DASHor] = ACTIONS(838), + [anon_sym_and] = ACTIONS(838), + [anon_sym_xor] = ACTIONS(838), + [anon_sym_or] = ACTIONS(838), + [anon_sym_not] = ACTIONS(838), + [anon_sym_DOT_DOT_LT] = ACTIONS(838), + [anon_sym_DOT_DOT] = ACTIONS(838), + [anon_sym_DOT_DOT_EQ] = ACTIONS(838), + [sym_val_nothing] = ACTIONS(838), + [anon_sym_true] = ACTIONS(838), + [anon_sym_false] = ACTIONS(838), + [aux_sym_val_number_token1] = ACTIONS(838), + [aux_sym_val_number_token2] = ACTIONS(838), + [aux_sym_val_number_token3] = ACTIONS(838), + [aux_sym_val_number_token4] = ACTIONS(838), + [anon_sym_inf] = ACTIONS(838), + [anon_sym_DASHinf] = ACTIONS(838), + [anon_sym_NaN] = ACTIONS(838), + [anon_sym_0b] = ACTIONS(838), + [anon_sym_0o] = ACTIONS(838), + [anon_sym_0x] = ACTIONS(838), + [sym_val_date] = ACTIONS(838), + [anon_sym_DQUOTE] = ACTIONS(838), + [sym__str_single_quotes] = ACTIONS(838), + [sym__str_back_ticks] = ACTIONS(838), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(838), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(838), + [anon_sym_CARET] = ACTIONS(838), + [sym_short_flag] = ACTIONS(838), [anon_sym_POUND] = ACTIONS(3), }, [233] = { + [sym_cell_path] = STATE(398), + [sym_path] = STATE(247), [sym_comment] = STATE(233), - [anon_sym_export] = ACTIONS(832), - [anon_sym_alias] = ACTIONS(832), - [anon_sym_let] = ACTIONS(832), - [anon_sym_let_DASHenv] = ACTIONS(832), - [anon_sym_mut] = ACTIONS(832), - [anon_sym_const] = ACTIONS(832), - [sym_cmd_identifier] = ACTIONS(832), - [anon_sym_SEMI] = ACTIONS(832), - [anon_sym_LF] = ACTIONS(834), - [anon_sym_def] = ACTIONS(832), - [anon_sym_def_DASHenv] = ACTIONS(832), - [anon_sym_export_DASHenv] = ACTIONS(832), - [anon_sym_extern] = ACTIONS(832), - [anon_sym_module] = ACTIONS(832), - [anon_sym_use] = ACTIONS(832), - [anon_sym_LBRACK] = ACTIONS(832), - [anon_sym_LPAREN] = ACTIONS(832), - [anon_sym_RPAREN] = ACTIONS(832), - [anon_sym_PIPE] = ACTIONS(832), - [anon_sym_DOLLAR] = ACTIONS(832), - [anon_sym_error] = ACTIONS(832), - [anon_sym_GT] = ACTIONS(832), - [anon_sym_DASH_DASH] = ACTIONS(832), - [anon_sym_DASH] = ACTIONS(832), - [anon_sym_break] = ACTIONS(832), - [anon_sym_continue] = ACTIONS(832), - [anon_sym_for] = ACTIONS(832), - [anon_sym_in] = ACTIONS(832), - [anon_sym_loop] = ACTIONS(832), - [anon_sym_while] = ACTIONS(832), - [anon_sym_do] = ACTIONS(832), - [anon_sym_if] = ACTIONS(832), - [anon_sym_match] = ACTIONS(832), - [anon_sym_LBRACE] = ACTIONS(832), - [anon_sym_RBRACE] = ACTIONS(832), - [anon_sym_try] = ACTIONS(832), - [anon_sym_return] = ACTIONS(832), - [anon_sym_source] = ACTIONS(832), - [anon_sym_source_DASHenv] = ACTIONS(832), - [anon_sym_register] = ACTIONS(832), - [anon_sym_hide] = ACTIONS(832), - [anon_sym_hide_DASHenv] = ACTIONS(832), - [anon_sym_overlay] = ACTIONS(832), - [anon_sym_STAR] = ACTIONS(832), - [anon_sym_where] = ACTIONS(832), - [anon_sym_STAR_STAR] = ACTIONS(832), - [anon_sym_PLUS_PLUS] = ACTIONS(832), - [anon_sym_SLASH] = ACTIONS(832), - [anon_sym_mod] = ACTIONS(832), - [anon_sym_SLASH_SLASH] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(832), - [anon_sym_bit_DASHshl] = ACTIONS(832), - [anon_sym_bit_DASHshr] = ACTIONS(832), - [anon_sym_EQ_EQ] = ACTIONS(832), - [anon_sym_BANG_EQ] = ACTIONS(832), - [anon_sym_LT2] = ACTIONS(832), - [anon_sym_LT_EQ] = ACTIONS(832), - [anon_sym_GT_EQ] = ACTIONS(832), - [anon_sym_not_DASHin] = ACTIONS(832), - [anon_sym_starts_DASHwith] = ACTIONS(832), - [anon_sym_ends_DASHwith] = ACTIONS(832), - [anon_sym_EQ_TILDE] = ACTIONS(832), - [anon_sym_BANG_TILDE] = ACTIONS(832), - [anon_sym_bit_DASHand] = ACTIONS(832), - [anon_sym_bit_DASHxor] = ACTIONS(832), - [anon_sym_bit_DASHor] = ACTIONS(832), - [anon_sym_and] = ACTIONS(832), - [anon_sym_xor] = ACTIONS(832), - [anon_sym_or] = ACTIONS(832), - [anon_sym_not] = ACTIONS(832), - [anon_sym_DOT_DOT_LT] = ACTIONS(832), - [anon_sym_DOT_DOT] = ACTIONS(832), - [anon_sym_DOT_DOT_EQ] = ACTIONS(832), - [sym_val_nothing] = ACTIONS(832), - [anon_sym_true] = ACTIONS(832), - [anon_sym_false] = ACTIONS(832), - [aux_sym_val_number_token1] = ACTIONS(832), - [aux_sym_val_number_token2] = ACTIONS(832), - [aux_sym_val_number_token3] = ACTIONS(832), - [aux_sym_val_number_token4] = ACTIONS(832), - [anon_sym_inf] = ACTIONS(832), - [anon_sym_DASHinf] = ACTIONS(832), - [anon_sym_NaN] = ACTIONS(832), - [anon_sym_0b] = ACTIONS(832), - [anon_sym_0o] = ACTIONS(832), - [anon_sym_0x] = ACTIONS(832), - [sym_val_date] = ACTIONS(832), - [anon_sym_DQUOTE] = ACTIONS(832), - [sym__str_single_quotes] = ACTIONS(832), - [sym__str_back_ticks] = ACTIONS(832), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(832), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(832), - [anon_sym_CARET] = ACTIONS(832), - [sym_short_flag] = ACTIONS(832), + [ts_builtin_sym_end] = ACTIONS(587), + [anon_sym_export] = ACTIONS(585), + [anon_sym_alias] = ACTIONS(585), + [anon_sym_let] = ACTIONS(585), + [anon_sym_let_DASHenv] = ACTIONS(585), + [anon_sym_mut] = ACTIONS(585), + [anon_sym_const] = ACTIONS(585), + [sym_cmd_identifier] = ACTIONS(585), + [anon_sym_SEMI] = ACTIONS(585), + [anon_sym_LF] = ACTIONS(587), + [anon_sym_def] = ACTIONS(585), + [anon_sym_def_DASHenv] = ACTIONS(585), + [anon_sym_export_DASHenv] = ACTIONS(585), + [anon_sym_extern] = ACTIONS(585), + [anon_sym_module] = ACTIONS(585), + [anon_sym_use] = ACTIONS(585), + [anon_sym_LBRACK] = ACTIONS(585), + [anon_sym_LPAREN] = ACTIONS(585), + [anon_sym_PIPE] = ACTIONS(585), + [anon_sym_DOLLAR] = ACTIONS(585), + [anon_sym_error] = ACTIONS(585), + [anon_sym_GT] = ACTIONS(585), + [anon_sym_DASH] = ACTIONS(585), + [anon_sym_break] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(585), + [anon_sym_for] = ACTIONS(585), + [anon_sym_in] = ACTIONS(585), + [anon_sym_loop] = ACTIONS(585), + [anon_sym_while] = ACTIONS(585), + [anon_sym_do] = ACTIONS(585), + [anon_sym_if] = ACTIONS(585), + [anon_sym_match] = ACTIONS(585), + [anon_sym_LBRACE] = ACTIONS(585), + [anon_sym_DOT] = ACTIONS(763), + [anon_sym_try] = ACTIONS(585), + [anon_sym_return] = ACTIONS(585), + [anon_sym_source] = ACTIONS(585), + [anon_sym_source_DASHenv] = ACTIONS(585), + [anon_sym_register] = ACTIONS(585), + [anon_sym_hide] = ACTIONS(585), + [anon_sym_hide_DASHenv] = ACTIONS(585), + [anon_sym_overlay] = ACTIONS(585), + [anon_sym_STAR] = ACTIONS(585), + [anon_sym_where] = ACTIONS(585), + [anon_sym_STAR_STAR] = ACTIONS(585), + [anon_sym_PLUS_PLUS] = ACTIONS(585), + [anon_sym_SLASH] = ACTIONS(585), + [anon_sym_mod] = ACTIONS(585), + [anon_sym_SLASH_SLASH] = ACTIONS(585), + [anon_sym_PLUS] = ACTIONS(585), + [anon_sym_bit_DASHshl] = ACTIONS(585), + [anon_sym_bit_DASHshr] = ACTIONS(585), + [anon_sym_EQ_EQ] = ACTIONS(585), + [anon_sym_BANG_EQ] = ACTIONS(585), + [anon_sym_LT2] = ACTIONS(585), + [anon_sym_LT_EQ] = ACTIONS(585), + [anon_sym_GT_EQ] = ACTIONS(585), + [anon_sym_not_DASHin] = ACTIONS(585), + [anon_sym_starts_DASHwith] = ACTIONS(585), + [anon_sym_ends_DASHwith] = ACTIONS(585), + [anon_sym_EQ_TILDE] = ACTIONS(585), + [anon_sym_BANG_TILDE] = ACTIONS(585), + [anon_sym_bit_DASHand] = ACTIONS(585), + [anon_sym_bit_DASHxor] = ACTIONS(585), + [anon_sym_bit_DASHor] = ACTIONS(585), + [anon_sym_and] = ACTIONS(585), + [anon_sym_xor] = ACTIONS(585), + [anon_sym_or] = ACTIONS(585), + [anon_sym_not] = ACTIONS(585), + [anon_sym_DOT_DOT_LT] = ACTIONS(585), + [anon_sym_DOT_DOT] = ACTIONS(585), + [anon_sym_DOT_DOT_EQ] = ACTIONS(585), + [sym_val_nothing] = ACTIONS(585), + [anon_sym_true] = ACTIONS(585), + [anon_sym_false] = ACTIONS(585), + [aux_sym_val_number_token1] = ACTIONS(585), + [aux_sym_val_number_token2] = ACTIONS(585), + [aux_sym_val_number_token3] = ACTIONS(585), + [aux_sym_val_number_token4] = ACTIONS(585), + [anon_sym_inf] = ACTIONS(585), + [anon_sym_DASHinf] = ACTIONS(585), + [anon_sym_NaN] = ACTIONS(585), + [anon_sym_0b] = ACTIONS(585), + [anon_sym_0o] = ACTIONS(585), + [anon_sym_0x] = ACTIONS(585), + [sym_val_date] = ACTIONS(585), + [anon_sym_DQUOTE] = ACTIONS(585), + [sym__str_single_quotes] = ACTIONS(585), + [sym__str_back_ticks] = ACTIONS(585), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(585), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(585), + [anon_sym_CARET] = ACTIONS(585), [anon_sym_POUND] = ACTIONS(3), }, [234] = { + [sym_cell_path] = STATE(384), + [sym_path] = STATE(247), [sym_comment] = STATE(234), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(623), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(627), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(629), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(631), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(633), - [anon_sym_PLUS_PLUS] = ACTIONS(633), - [anon_sym_SLASH] = ACTIONS(631), - [anon_sym_mod] = ACTIONS(631), - [anon_sym_SLASH_SLASH] = ACTIONS(631), - [anon_sym_PLUS] = ACTIONS(627), - [anon_sym_bit_DASHshl] = ACTIONS(635), - [anon_sym_bit_DASHshr] = ACTIONS(635), - [anon_sym_EQ_EQ] = ACTIONS(623), - [anon_sym_BANG_EQ] = ACTIONS(623), - [anon_sym_LT2] = ACTIONS(623), - [anon_sym_LT_EQ] = ACTIONS(623), - [anon_sym_GT_EQ] = ACTIONS(623), - [anon_sym_not_DASHin] = ACTIONS(629), - [anon_sym_starts_DASHwith] = ACTIONS(629), - [anon_sym_ends_DASHwith] = ACTIONS(629), - [anon_sym_EQ_TILDE] = ACTIONS(637), - [anon_sym_BANG_TILDE] = ACTIONS(637), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), + [ts_builtin_sym_end] = ACTIONS(611), + [anon_sym_export] = ACTIONS(609), + [anon_sym_alias] = ACTIONS(609), + [anon_sym_let] = ACTIONS(609), + [anon_sym_let_DASHenv] = ACTIONS(609), + [anon_sym_mut] = ACTIONS(609), + [anon_sym_const] = ACTIONS(609), + [sym_cmd_identifier] = ACTIONS(609), + [anon_sym_SEMI] = ACTIONS(609), + [anon_sym_LF] = ACTIONS(611), + [anon_sym_def] = ACTIONS(609), + [anon_sym_def_DASHenv] = ACTIONS(609), + [anon_sym_export_DASHenv] = ACTIONS(609), + [anon_sym_extern] = ACTIONS(609), + [anon_sym_module] = ACTIONS(609), + [anon_sym_use] = ACTIONS(609), + [anon_sym_LBRACK] = ACTIONS(609), + [anon_sym_LPAREN] = ACTIONS(609), + [anon_sym_PIPE] = ACTIONS(609), + [anon_sym_DOLLAR] = ACTIONS(609), + [anon_sym_error] = ACTIONS(609), + [anon_sym_GT] = ACTIONS(609), + [anon_sym_DASH] = ACTIONS(609), + [anon_sym_break] = ACTIONS(609), + [anon_sym_continue] = ACTIONS(609), + [anon_sym_for] = ACTIONS(609), + [anon_sym_in] = ACTIONS(609), + [anon_sym_loop] = ACTIONS(609), + [anon_sym_while] = ACTIONS(609), + [anon_sym_do] = ACTIONS(609), + [anon_sym_if] = ACTIONS(609), + [anon_sym_match] = ACTIONS(609), + [anon_sym_LBRACE] = ACTIONS(609), + [anon_sym_DOT] = ACTIONS(763), + [anon_sym_try] = ACTIONS(609), + [anon_sym_return] = ACTIONS(609), + [anon_sym_source] = ACTIONS(609), + [anon_sym_source_DASHenv] = ACTIONS(609), + [anon_sym_register] = ACTIONS(609), + [anon_sym_hide] = ACTIONS(609), + [anon_sym_hide_DASHenv] = ACTIONS(609), + [anon_sym_overlay] = ACTIONS(609), + [anon_sym_STAR] = ACTIONS(609), + [anon_sym_where] = ACTIONS(609), + [anon_sym_STAR_STAR] = ACTIONS(609), + [anon_sym_PLUS_PLUS] = ACTIONS(609), + [anon_sym_SLASH] = ACTIONS(609), + [anon_sym_mod] = ACTIONS(609), + [anon_sym_SLASH_SLASH] = ACTIONS(609), + [anon_sym_PLUS] = ACTIONS(609), + [anon_sym_bit_DASHshl] = ACTIONS(609), + [anon_sym_bit_DASHshr] = ACTIONS(609), + [anon_sym_EQ_EQ] = ACTIONS(609), + [anon_sym_BANG_EQ] = ACTIONS(609), + [anon_sym_LT2] = ACTIONS(609), + [anon_sym_LT_EQ] = ACTIONS(609), + [anon_sym_GT_EQ] = ACTIONS(609), + [anon_sym_not_DASHin] = ACTIONS(609), + [anon_sym_starts_DASHwith] = ACTIONS(609), + [anon_sym_ends_DASHwith] = ACTIONS(609), + [anon_sym_EQ_TILDE] = ACTIONS(609), + [anon_sym_BANG_TILDE] = ACTIONS(609), + [anon_sym_bit_DASHand] = ACTIONS(609), + [anon_sym_bit_DASHxor] = ACTIONS(609), + [anon_sym_bit_DASHor] = ACTIONS(609), + [anon_sym_and] = ACTIONS(609), + [anon_sym_xor] = ACTIONS(609), + [anon_sym_or] = ACTIONS(609), + [anon_sym_not] = ACTIONS(609), + [anon_sym_DOT_DOT_LT] = ACTIONS(609), + [anon_sym_DOT_DOT] = ACTIONS(609), + [anon_sym_DOT_DOT_EQ] = ACTIONS(609), + [sym_val_nothing] = ACTIONS(609), + [anon_sym_true] = ACTIONS(609), + [anon_sym_false] = ACTIONS(609), + [aux_sym_val_number_token1] = ACTIONS(609), + [aux_sym_val_number_token2] = ACTIONS(609), + [aux_sym_val_number_token3] = ACTIONS(609), + [aux_sym_val_number_token4] = ACTIONS(609), + [anon_sym_inf] = ACTIONS(609), + [anon_sym_DASHinf] = ACTIONS(609), + [anon_sym_NaN] = ACTIONS(609), + [anon_sym_0b] = ACTIONS(609), + [anon_sym_0o] = ACTIONS(609), + [anon_sym_0x] = ACTIONS(609), + [sym_val_date] = ACTIONS(609), + [anon_sym_DQUOTE] = ACTIONS(609), + [sym__str_single_quotes] = ACTIONS(609), + [sym__str_back_ticks] = ACTIONS(609), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(609), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(609), + [anon_sym_CARET] = ACTIONS(609), [anon_sym_POUND] = ACTIONS(3), }, [235] = { [sym_comment] = STATE(235), - [anon_sym_export] = ACTIONS(836), - [anon_sym_alias] = ACTIONS(836), - [anon_sym_let] = ACTIONS(836), - [anon_sym_let_DASHenv] = ACTIONS(836), - [anon_sym_mut] = ACTIONS(836), - [anon_sym_const] = ACTIONS(836), - [sym_cmd_identifier] = ACTIONS(836), - [anon_sym_SEMI] = ACTIONS(836), - [anon_sym_LF] = ACTIONS(838), - [anon_sym_def] = ACTIONS(836), - [anon_sym_def_DASHenv] = ACTIONS(836), - [anon_sym_export_DASHenv] = ACTIONS(836), - [anon_sym_extern] = ACTIONS(836), - [anon_sym_module] = ACTIONS(836), - [anon_sym_use] = ACTIONS(836), - [anon_sym_LBRACK] = ACTIONS(836), - [anon_sym_LPAREN] = ACTIONS(836), - [anon_sym_RPAREN] = ACTIONS(836), - [anon_sym_PIPE] = ACTIONS(836), - [anon_sym_DOLLAR] = ACTIONS(836), - [anon_sym_error] = ACTIONS(836), - [anon_sym_GT] = ACTIONS(836), - [anon_sym_DASH_DASH] = ACTIONS(836), - [anon_sym_DASH] = ACTIONS(836), - [anon_sym_break] = ACTIONS(836), - [anon_sym_continue] = ACTIONS(836), - [anon_sym_for] = ACTIONS(836), - [anon_sym_in] = ACTIONS(836), - [anon_sym_loop] = ACTIONS(836), - [anon_sym_while] = ACTIONS(836), - [anon_sym_do] = ACTIONS(836), - [anon_sym_if] = ACTIONS(836), - [anon_sym_match] = ACTIONS(836), - [anon_sym_LBRACE] = ACTIONS(836), - [anon_sym_RBRACE] = ACTIONS(836), - [anon_sym_try] = ACTIONS(836), - [anon_sym_return] = ACTIONS(836), - [anon_sym_source] = ACTIONS(836), - [anon_sym_source_DASHenv] = ACTIONS(836), - [anon_sym_register] = ACTIONS(836), - [anon_sym_hide] = ACTIONS(836), - [anon_sym_hide_DASHenv] = ACTIONS(836), - [anon_sym_overlay] = ACTIONS(836), - [anon_sym_STAR] = ACTIONS(836), - [anon_sym_where] = ACTIONS(836), - [anon_sym_STAR_STAR] = ACTIONS(836), - [anon_sym_PLUS_PLUS] = ACTIONS(836), - [anon_sym_SLASH] = ACTIONS(836), - [anon_sym_mod] = ACTIONS(836), - [anon_sym_SLASH_SLASH] = ACTIONS(836), - [anon_sym_PLUS] = ACTIONS(836), - [anon_sym_bit_DASHshl] = ACTIONS(836), - [anon_sym_bit_DASHshr] = ACTIONS(836), - [anon_sym_EQ_EQ] = ACTIONS(836), - [anon_sym_BANG_EQ] = ACTIONS(836), - [anon_sym_LT2] = ACTIONS(836), - [anon_sym_LT_EQ] = ACTIONS(836), - [anon_sym_GT_EQ] = ACTIONS(836), - [anon_sym_not_DASHin] = ACTIONS(836), - [anon_sym_starts_DASHwith] = ACTIONS(836), - [anon_sym_ends_DASHwith] = ACTIONS(836), - [anon_sym_EQ_TILDE] = ACTIONS(836), - [anon_sym_BANG_TILDE] = ACTIONS(836), - [anon_sym_bit_DASHand] = ACTIONS(836), - [anon_sym_bit_DASHxor] = ACTIONS(836), - [anon_sym_bit_DASHor] = ACTIONS(836), - [anon_sym_and] = ACTIONS(836), - [anon_sym_xor] = ACTIONS(836), - [anon_sym_or] = ACTIONS(836), - [anon_sym_not] = ACTIONS(836), - [anon_sym_DOT_DOT_LT] = ACTIONS(836), - [anon_sym_DOT_DOT] = ACTIONS(836), - [anon_sym_DOT_DOT_EQ] = ACTIONS(836), - [sym_val_nothing] = ACTIONS(836), - [anon_sym_true] = ACTIONS(836), - [anon_sym_false] = ACTIONS(836), - [aux_sym_val_number_token1] = ACTIONS(836), - [aux_sym_val_number_token2] = ACTIONS(836), - [aux_sym_val_number_token3] = ACTIONS(836), - [aux_sym_val_number_token4] = ACTIONS(836), - [anon_sym_inf] = ACTIONS(836), - [anon_sym_DASHinf] = ACTIONS(836), - [anon_sym_NaN] = ACTIONS(836), - [anon_sym_0b] = ACTIONS(836), - [anon_sym_0o] = ACTIONS(836), - [anon_sym_0x] = ACTIONS(836), - [sym_val_date] = ACTIONS(836), - [anon_sym_DQUOTE] = ACTIONS(836), - [sym__str_single_quotes] = ACTIONS(836), - [sym__str_back_ticks] = ACTIONS(836), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(836), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(836), - [anon_sym_CARET] = ACTIONS(836), - [sym_short_flag] = ACTIONS(836), + [ts_builtin_sym_end] = ACTIONS(761), + [anon_sym_export] = ACTIONS(759), + [anon_sym_alias] = ACTIONS(759), + [anon_sym_let] = ACTIONS(759), + [anon_sym_let_DASHenv] = ACTIONS(759), + [anon_sym_mut] = ACTIONS(759), + [anon_sym_const] = ACTIONS(759), + [sym_cmd_identifier] = ACTIONS(759), + [anon_sym_SEMI] = ACTIONS(759), + [anon_sym_LF] = ACTIONS(761), + [anon_sym_def] = ACTIONS(759), + [anon_sym_def_DASHenv] = ACTIONS(759), + [anon_sym_export_DASHenv] = ACTIONS(759), + [anon_sym_extern] = ACTIONS(759), + [anon_sym_module] = ACTIONS(759), + [anon_sym_use] = ACTIONS(759), + [anon_sym_LBRACK] = ACTIONS(759), + [anon_sym_LPAREN] = ACTIONS(759), + [anon_sym_PIPE] = ACTIONS(759), + [anon_sym_DOLLAR] = ACTIONS(759), + [anon_sym_error] = ACTIONS(759), + [anon_sym_GT] = ACTIONS(759), + [anon_sym_DASH_DASH] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_break] = ACTIONS(759), + [anon_sym_continue] = ACTIONS(759), + [anon_sym_for] = ACTIONS(759), + [anon_sym_in] = ACTIONS(759), + [anon_sym_loop] = ACTIONS(759), + [anon_sym_while] = ACTIONS(759), + [anon_sym_do] = ACTIONS(759), + [anon_sym_if] = ACTIONS(759), + [anon_sym_match] = ACTIONS(759), + [anon_sym_LBRACE] = ACTIONS(759), + [anon_sym_DOT] = ACTIONS(759), + [anon_sym_try] = ACTIONS(759), + [anon_sym_return] = ACTIONS(759), + [anon_sym_source] = ACTIONS(759), + [anon_sym_source_DASHenv] = ACTIONS(759), + [anon_sym_register] = ACTIONS(759), + [anon_sym_hide] = ACTIONS(759), + [anon_sym_hide_DASHenv] = ACTIONS(759), + [anon_sym_overlay] = ACTIONS(759), + [anon_sym_STAR] = ACTIONS(759), + [anon_sym_where] = ACTIONS(759), + [anon_sym_STAR_STAR] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(759), + [anon_sym_SLASH] = ACTIONS(759), + [anon_sym_mod] = ACTIONS(759), + [anon_sym_SLASH_SLASH] = ACTIONS(759), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_bit_DASHshl] = ACTIONS(759), + [anon_sym_bit_DASHshr] = ACTIONS(759), + [anon_sym_EQ_EQ] = ACTIONS(759), + [anon_sym_BANG_EQ] = ACTIONS(759), + [anon_sym_LT2] = ACTIONS(759), + [anon_sym_LT_EQ] = ACTIONS(759), + [anon_sym_GT_EQ] = ACTIONS(759), + [anon_sym_not_DASHin] = ACTIONS(759), + [anon_sym_starts_DASHwith] = ACTIONS(759), + [anon_sym_ends_DASHwith] = ACTIONS(759), + [anon_sym_EQ_TILDE] = ACTIONS(759), + [anon_sym_BANG_TILDE] = ACTIONS(759), + [anon_sym_bit_DASHand] = ACTIONS(759), + [anon_sym_bit_DASHxor] = ACTIONS(759), + [anon_sym_bit_DASHor] = ACTIONS(759), + [anon_sym_and] = ACTIONS(759), + [anon_sym_xor] = ACTIONS(759), + [anon_sym_or] = ACTIONS(759), + [anon_sym_not] = ACTIONS(759), + [anon_sym_DOT_DOT_LT] = ACTIONS(759), + [anon_sym_DOT_DOT] = ACTIONS(759), + [anon_sym_DOT_DOT_EQ] = ACTIONS(759), + [sym_val_nothing] = ACTIONS(759), + [anon_sym_true] = ACTIONS(759), + [anon_sym_false] = ACTIONS(759), + [aux_sym_val_number_token1] = ACTIONS(759), + [aux_sym_val_number_token2] = ACTIONS(759), + [aux_sym_val_number_token3] = ACTIONS(759), + [aux_sym_val_number_token4] = ACTIONS(759), + [anon_sym_inf] = ACTIONS(759), + [anon_sym_DASHinf] = ACTIONS(759), + [anon_sym_NaN] = ACTIONS(759), + [anon_sym_0b] = ACTIONS(759), + [anon_sym_0o] = ACTIONS(759), + [anon_sym_0x] = ACTIONS(759), + [sym_val_date] = ACTIONS(759), + [anon_sym_DQUOTE] = ACTIONS(759), + [sym__str_single_quotes] = ACTIONS(759), + [sym__str_back_ticks] = ACTIONS(759), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(759), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(759), + [anon_sym_CARET] = ACTIONS(759), + [sym_short_flag] = ACTIONS(759), [anon_sym_POUND] = ACTIONS(3), }, [236] = { [sym_comment] = STATE(236), - [anon_sym_export] = ACTIONS(107), - [anon_sym_alias] = ACTIONS(107), - [anon_sym_let] = ACTIONS(107), - [anon_sym_let_DASHenv] = ACTIONS(107), - [anon_sym_mut] = ACTIONS(107), - [anon_sym_const] = ACTIONS(107), - [sym_cmd_identifier] = ACTIONS(107), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_def] = ACTIONS(107), - [anon_sym_def_DASHenv] = ACTIONS(107), - [anon_sym_export_DASHenv] = ACTIONS(107), - [anon_sym_extern] = ACTIONS(107), - [anon_sym_module] = ACTIONS(107), - [anon_sym_use] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RPAREN] = ACTIONS(107), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_error] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH_DASH] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_break] = ACTIONS(107), - [anon_sym_continue] = ACTIONS(107), - [anon_sym_for] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_loop] = ACTIONS(107), - [anon_sym_while] = ACTIONS(107), - [anon_sym_do] = ACTIONS(107), - [anon_sym_if] = ACTIONS(107), - [anon_sym_match] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(107), - [anon_sym_try] = ACTIONS(107), - [anon_sym_return] = ACTIONS(107), - [anon_sym_source] = ACTIONS(107), - [anon_sym_source_DASHenv] = ACTIONS(107), - [anon_sym_register] = ACTIONS(107), - [anon_sym_hide] = ACTIONS(107), - [anon_sym_hide_DASHenv] = ACTIONS(107), - [anon_sym_overlay] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_where] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [anon_sym_DOT_DOT_LT] = ACTIONS(107), - [anon_sym_DOT_DOT] = ACTIONS(107), - [anon_sym_DOT_DOT_EQ] = ACTIONS(107), - [sym_val_nothing] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym_val_number_token1] = ACTIONS(107), - [aux_sym_val_number_token2] = ACTIONS(107), - [aux_sym_val_number_token3] = ACTIONS(107), - [aux_sym_val_number_token4] = ACTIONS(107), - [anon_sym_inf] = ACTIONS(107), - [anon_sym_DASHinf] = ACTIONS(107), - [anon_sym_NaN] = ACTIONS(107), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_CARET] = ACTIONS(107), - [sym_short_flag] = ACTIONS(107), + [anon_sym_export] = ACTIONS(842), + [anon_sym_alias] = ACTIONS(842), + [anon_sym_let] = ACTIONS(842), + [anon_sym_let_DASHenv] = ACTIONS(842), + [anon_sym_mut] = ACTIONS(842), + [anon_sym_const] = ACTIONS(842), + [sym_cmd_identifier] = ACTIONS(842), + [anon_sym_SEMI] = ACTIONS(842), + [anon_sym_LF] = ACTIONS(844), + [anon_sym_def] = ACTIONS(842), + [anon_sym_def_DASHenv] = ACTIONS(842), + [anon_sym_export_DASHenv] = ACTIONS(842), + [anon_sym_extern] = ACTIONS(842), + [anon_sym_module] = ACTIONS(842), + [anon_sym_use] = ACTIONS(842), + [anon_sym_LBRACK] = ACTIONS(842), + [anon_sym_LPAREN] = ACTIONS(842), + [anon_sym_RPAREN] = ACTIONS(842), + [anon_sym_PIPE] = ACTIONS(842), + [anon_sym_DOLLAR] = ACTIONS(842), + [anon_sym_error] = ACTIONS(842), + [anon_sym_GT] = ACTIONS(842), + [anon_sym_DASH_DASH] = ACTIONS(842), + [anon_sym_DASH] = ACTIONS(842), + [anon_sym_break] = ACTIONS(842), + [anon_sym_continue] = ACTIONS(842), + [anon_sym_for] = ACTIONS(842), + [anon_sym_in] = ACTIONS(842), + [anon_sym_loop] = ACTIONS(842), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(842), + [anon_sym_if] = ACTIONS(842), + [anon_sym_match] = ACTIONS(842), + [anon_sym_LBRACE] = ACTIONS(842), + [anon_sym_RBRACE] = ACTIONS(842), + [anon_sym_try] = ACTIONS(842), + [anon_sym_return] = ACTIONS(842), + [anon_sym_source] = ACTIONS(842), + [anon_sym_source_DASHenv] = ACTIONS(842), + [anon_sym_register] = ACTIONS(842), + [anon_sym_hide] = ACTIONS(842), + [anon_sym_hide_DASHenv] = ACTIONS(842), + [anon_sym_overlay] = ACTIONS(842), + [anon_sym_STAR] = ACTIONS(842), + [anon_sym_where] = ACTIONS(842), + [anon_sym_STAR_STAR] = ACTIONS(842), + [anon_sym_PLUS_PLUS] = ACTIONS(842), + [anon_sym_SLASH] = ACTIONS(842), + [anon_sym_mod] = ACTIONS(842), + [anon_sym_SLASH_SLASH] = ACTIONS(842), + [anon_sym_PLUS] = ACTIONS(842), + [anon_sym_bit_DASHshl] = ACTIONS(842), + [anon_sym_bit_DASHshr] = ACTIONS(842), + [anon_sym_EQ_EQ] = ACTIONS(842), + [anon_sym_BANG_EQ] = ACTIONS(842), + [anon_sym_LT2] = ACTIONS(842), + [anon_sym_LT_EQ] = ACTIONS(842), + [anon_sym_GT_EQ] = ACTIONS(842), + [anon_sym_not_DASHin] = ACTIONS(842), + [anon_sym_starts_DASHwith] = ACTIONS(842), + [anon_sym_ends_DASHwith] = ACTIONS(842), + [anon_sym_EQ_TILDE] = ACTIONS(842), + [anon_sym_BANG_TILDE] = ACTIONS(842), + [anon_sym_bit_DASHand] = ACTIONS(842), + [anon_sym_bit_DASHxor] = ACTIONS(842), + [anon_sym_bit_DASHor] = ACTIONS(842), + [anon_sym_and] = ACTIONS(842), + [anon_sym_xor] = ACTIONS(842), + [anon_sym_or] = ACTIONS(842), + [anon_sym_not] = ACTIONS(842), + [anon_sym_DOT_DOT_LT] = ACTIONS(842), + [anon_sym_DOT_DOT] = ACTIONS(842), + [anon_sym_DOT_DOT_EQ] = ACTIONS(842), + [sym_val_nothing] = ACTIONS(842), + [anon_sym_true] = ACTIONS(842), + [anon_sym_false] = ACTIONS(842), + [aux_sym_val_number_token1] = ACTIONS(842), + [aux_sym_val_number_token2] = ACTIONS(842), + [aux_sym_val_number_token3] = ACTIONS(842), + [aux_sym_val_number_token4] = ACTIONS(842), + [anon_sym_inf] = ACTIONS(842), + [anon_sym_DASHinf] = ACTIONS(842), + [anon_sym_NaN] = ACTIONS(842), + [anon_sym_0b] = ACTIONS(842), + [anon_sym_0o] = ACTIONS(842), + [anon_sym_0x] = ACTIONS(842), + [sym_val_date] = ACTIONS(842), + [anon_sym_DQUOTE] = ACTIONS(842), + [sym__str_single_quotes] = ACTIONS(842), + [sym__str_back_ticks] = ACTIONS(842), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(842), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(842), + [anon_sym_CARET] = ACTIONS(842), + [sym_short_flag] = ACTIONS(842), [anon_sym_POUND] = ACTIONS(3), }, [237] = { + [sym_cell_path] = STATE(383), + [sym_path] = STATE(247), [sym_comment] = STATE(237), - [anon_sym_export] = ACTIONS(840), - [anon_sym_alias] = ACTIONS(840), - [anon_sym_let] = ACTIONS(840), - [anon_sym_let_DASHenv] = ACTIONS(840), - [anon_sym_mut] = ACTIONS(840), - [anon_sym_const] = ACTIONS(840), - [sym_cmd_identifier] = ACTIONS(840), - [anon_sym_SEMI] = ACTIONS(840), - [anon_sym_LF] = ACTIONS(842), - [anon_sym_def] = ACTIONS(840), - [anon_sym_def_DASHenv] = ACTIONS(840), - [anon_sym_export_DASHenv] = ACTIONS(840), - [anon_sym_extern] = ACTIONS(840), - [anon_sym_module] = ACTIONS(840), - [anon_sym_use] = ACTIONS(840), - [anon_sym_LBRACK] = ACTIONS(840), - [anon_sym_LPAREN] = ACTIONS(840), - [anon_sym_RPAREN] = ACTIONS(840), - [anon_sym_PIPE] = ACTIONS(840), - [anon_sym_DOLLAR] = ACTIONS(840), - [anon_sym_error] = ACTIONS(840), - [anon_sym_GT] = ACTIONS(840), - [anon_sym_DASH_DASH] = ACTIONS(840), - [anon_sym_DASH] = ACTIONS(840), - [anon_sym_break] = ACTIONS(840), - [anon_sym_continue] = ACTIONS(840), - [anon_sym_for] = ACTIONS(840), - [anon_sym_in] = ACTIONS(840), - [anon_sym_loop] = ACTIONS(840), - [anon_sym_while] = ACTIONS(840), - [anon_sym_do] = ACTIONS(840), - [anon_sym_if] = ACTIONS(840), - [anon_sym_match] = ACTIONS(840), - [anon_sym_LBRACE] = ACTIONS(840), - [anon_sym_RBRACE] = ACTIONS(840), - [anon_sym_try] = ACTIONS(840), - [anon_sym_return] = ACTIONS(840), - [anon_sym_source] = ACTIONS(840), - [anon_sym_source_DASHenv] = ACTIONS(840), - [anon_sym_register] = ACTIONS(840), - [anon_sym_hide] = ACTIONS(840), - [anon_sym_hide_DASHenv] = ACTIONS(840), - [anon_sym_overlay] = ACTIONS(840), - [anon_sym_STAR] = ACTIONS(840), - [anon_sym_where] = ACTIONS(840), - [anon_sym_STAR_STAR] = ACTIONS(840), - [anon_sym_PLUS_PLUS] = ACTIONS(840), - [anon_sym_SLASH] = ACTIONS(840), - [anon_sym_mod] = ACTIONS(840), - [anon_sym_SLASH_SLASH] = ACTIONS(840), - [anon_sym_PLUS] = ACTIONS(840), - [anon_sym_bit_DASHshl] = ACTIONS(840), - [anon_sym_bit_DASHshr] = ACTIONS(840), - [anon_sym_EQ_EQ] = ACTIONS(840), - [anon_sym_BANG_EQ] = ACTIONS(840), - [anon_sym_LT2] = ACTIONS(840), - [anon_sym_LT_EQ] = ACTIONS(840), - [anon_sym_GT_EQ] = ACTIONS(840), - [anon_sym_not_DASHin] = ACTIONS(840), - [anon_sym_starts_DASHwith] = ACTIONS(840), - [anon_sym_ends_DASHwith] = ACTIONS(840), - [anon_sym_EQ_TILDE] = ACTIONS(840), - [anon_sym_BANG_TILDE] = ACTIONS(840), - [anon_sym_bit_DASHand] = ACTIONS(840), - [anon_sym_bit_DASHxor] = ACTIONS(840), - [anon_sym_bit_DASHor] = ACTIONS(840), - [anon_sym_and] = ACTIONS(840), - [anon_sym_xor] = ACTIONS(840), - [anon_sym_or] = ACTIONS(840), - [anon_sym_not] = ACTIONS(840), - [anon_sym_DOT_DOT_LT] = ACTIONS(840), - [anon_sym_DOT_DOT] = ACTIONS(840), - [anon_sym_DOT_DOT_EQ] = ACTIONS(840), - [sym_val_nothing] = ACTIONS(840), - [anon_sym_true] = ACTIONS(840), - [anon_sym_false] = ACTIONS(840), - [aux_sym_val_number_token1] = ACTIONS(840), - [aux_sym_val_number_token2] = ACTIONS(840), - [aux_sym_val_number_token3] = ACTIONS(840), - [aux_sym_val_number_token4] = ACTIONS(840), - [anon_sym_inf] = ACTIONS(840), - [anon_sym_DASHinf] = ACTIONS(840), - [anon_sym_NaN] = ACTIONS(840), - [anon_sym_0b] = ACTIONS(840), - [anon_sym_0o] = ACTIONS(840), - [anon_sym_0x] = ACTIONS(840), - [sym_val_date] = ACTIONS(840), - [anon_sym_DQUOTE] = ACTIONS(840), - [sym__str_single_quotes] = ACTIONS(840), - [sym__str_back_ticks] = ACTIONS(840), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(840), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(840), - [anon_sym_CARET] = ACTIONS(840), - [sym_short_flag] = ACTIONS(840), + [ts_builtin_sym_end] = ACTIONS(603), + [anon_sym_export] = ACTIONS(601), + [anon_sym_alias] = ACTIONS(601), + [anon_sym_let] = ACTIONS(601), + [anon_sym_let_DASHenv] = ACTIONS(601), + [anon_sym_mut] = ACTIONS(601), + [anon_sym_const] = ACTIONS(601), + [sym_cmd_identifier] = ACTIONS(601), + [anon_sym_SEMI] = ACTIONS(601), + [anon_sym_LF] = ACTIONS(603), + [anon_sym_def] = ACTIONS(601), + [anon_sym_def_DASHenv] = ACTIONS(601), + [anon_sym_export_DASHenv] = ACTIONS(601), + [anon_sym_extern] = ACTIONS(601), + [anon_sym_module] = ACTIONS(601), + [anon_sym_use] = ACTIONS(601), + [anon_sym_LBRACK] = ACTIONS(601), + [anon_sym_LPAREN] = ACTIONS(601), + [anon_sym_PIPE] = ACTIONS(601), + [anon_sym_DOLLAR] = ACTIONS(601), + [anon_sym_error] = ACTIONS(601), + [anon_sym_GT] = ACTIONS(601), + [anon_sym_DASH] = ACTIONS(601), + [anon_sym_break] = ACTIONS(601), + [anon_sym_continue] = ACTIONS(601), + [anon_sym_for] = ACTIONS(601), + [anon_sym_in] = ACTIONS(601), + [anon_sym_loop] = ACTIONS(601), + [anon_sym_while] = ACTIONS(601), + [anon_sym_do] = ACTIONS(601), + [anon_sym_if] = ACTIONS(601), + [anon_sym_match] = ACTIONS(601), + [anon_sym_LBRACE] = ACTIONS(601), + [anon_sym_DOT] = ACTIONS(763), + [anon_sym_try] = ACTIONS(601), + [anon_sym_return] = ACTIONS(601), + [anon_sym_source] = ACTIONS(601), + [anon_sym_source_DASHenv] = ACTIONS(601), + [anon_sym_register] = ACTIONS(601), + [anon_sym_hide] = ACTIONS(601), + [anon_sym_hide_DASHenv] = ACTIONS(601), + [anon_sym_overlay] = ACTIONS(601), + [anon_sym_STAR] = ACTIONS(601), + [anon_sym_where] = ACTIONS(601), + [anon_sym_STAR_STAR] = ACTIONS(601), + [anon_sym_PLUS_PLUS] = ACTIONS(601), + [anon_sym_SLASH] = ACTIONS(601), + [anon_sym_mod] = ACTIONS(601), + [anon_sym_SLASH_SLASH] = ACTIONS(601), + [anon_sym_PLUS] = ACTIONS(601), + [anon_sym_bit_DASHshl] = ACTIONS(601), + [anon_sym_bit_DASHshr] = ACTIONS(601), + [anon_sym_EQ_EQ] = ACTIONS(601), + [anon_sym_BANG_EQ] = ACTIONS(601), + [anon_sym_LT2] = ACTIONS(601), + [anon_sym_LT_EQ] = ACTIONS(601), + [anon_sym_GT_EQ] = ACTIONS(601), + [anon_sym_not_DASHin] = ACTIONS(601), + [anon_sym_starts_DASHwith] = ACTIONS(601), + [anon_sym_ends_DASHwith] = ACTIONS(601), + [anon_sym_EQ_TILDE] = ACTIONS(601), + [anon_sym_BANG_TILDE] = ACTIONS(601), + [anon_sym_bit_DASHand] = ACTIONS(601), + [anon_sym_bit_DASHxor] = ACTIONS(601), + [anon_sym_bit_DASHor] = ACTIONS(601), + [anon_sym_and] = ACTIONS(601), + [anon_sym_xor] = ACTIONS(601), + [anon_sym_or] = ACTIONS(601), + [anon_sym_not] = ACTIONS(601), + [anon_sym_DOT_DOT_LT] = ACTIONS(601), + [anon_sym_DOT_DOT] = ACTIONS(601), + [anon_sym_DOT_DOT_EQ] = ACTIONS(601), + [sym_val_nothing] = ACTIONS(601), + [anon_sym_true] = ACTIONS(601), + [anon_sym_false] = ACTIONS(601), + [aux_sym_val_number_token1] = ACTIONS(601), + [aux_sym_val_number_token2] = ACTIONS(601), + [aux_sym_val_number_token3] = ACTIONS(601), + [aux_sym_val_number_token4] = ACTIONS(601), + [anon_sym_inf] = ACTIONS(601), + [anon_sym_DASHinf] = ACTIONS(601), + [anon_sym_NaN] = ACTIONS(601), + [anon_sym_0b] = ACTIONS(601), + [anon_sym_0o] = ACTIONS(601), + [anon_sym_0x] = ACTIONS(601), + [sym_val_date] = ACTIONS(601), + [anon_sym_DQUOTE] = ACTIONS(601), + [sym__str_single_quotes] = ACTIONS(601), + [sym__str_back_ticks] = ACTIONS(601), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(601), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(601), + [anon_sym_CARET] = ACTIONS(601), [anon_sym_POUND] = ACTIONS(3), }, [238] = { [sym_comment] = STATE(238), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(781), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(627), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(781), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(631), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(633), - [anon_sym_PLUS_PLUS] = ACTIONS(633), - [anon_sym_SLASH] = ACTIONS(631), - [anon_sym_mod] = ACTIONS(631), - [anon_sym_SLASH_SLASH] = ACTIONS(631), - [anon_sym_PLUS] = ACTIONS(627), - [anon_sym_bit_DASHshl] = ACTIONS(635), - [anon_sym_bit_DASHshr] = ACTIONS(635), - [anon_sym_EQ_EQ] = ACTIONS(781), - [anon_sym_BANG_EQ] = ACTIONS(781), - [anon_sym_LT2] = ACTIONS(781), - [anon_sym_LT_EQ] = ACTIONS(781), - [anon_sym_GT_EQ] = ACTIONS(781), - [anon_sym_not_DASHin] = ACTIONS(781), - [anon_sym_starts_DASHwith] = ACTIONS(781), - [anon_sym_ends_DASHwith] = ACTIONS(781), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), + [anon_sym_export] = ACTIONS(846), + [anon_sym_alias] = ACTIONS(846), + [anon_sym_let] = ACTIONS(846), + [anon_sym_let_DASHenv] = ACTIONS(846), + [anon_sym_mut] = ACTIONS(846), + [anon_sym_const] = ACTIONS(846), + [sym_cmd_identifier] = ACTIONS(846), + [anon_sym_SEMI] = ACTIONS(846), + [anon_sym_LF] = ACTIONS(848), + [anon_sym_def] = ACTIONS(846), + [anon_sym_def_DASHenv] = ACTIONS(846), + [anon_sym_export_DASHenv] = ACTIONS(846), + [anon_sym_extern] = ACTIONS(846), + [anon_sym_module] = ACTIONS(846), + [anon_sym_use] = ACTIONS(846), + [anon_sym_LBRACK] = ACTIONS(846), + [anon_sym_LPAREN] = ACTIONS(846), + [anon_sym_RPAREN] = ACTIONS(846), + [anon_sym_PIPE] = ACTIONS(846), + [anon_sym_DOLLAR] = ACTIONS(846), + [anon_sym_error] = ACTIONS(846), + [anon_sym_GT] = ACTIONS(846), + [anon_sym_DASH_DASH] = ACTIONS(846), + [anon_sym_DASH] = ACTIONS(846), + [anon_sym_break] = ACTIONS(846), + [anon_sym_continue] = ACTIONS(846), + [anon_sym_for] = ACTIONS(846), + [anon_sym_in] = ACTIONS(846), + [anon_sym_loop] = ACTIONS(846), + [anon_sym_while] = ACTIONS(846), + [anon_sym_do] = ACTIONS(846), + [anon_sym_if] = ACTIONS(846), + [anon_sym_match] = ACTIONS(846), + [anon_sym_LBRACE] = ACTIONS(846), + [anon_sym_RBRACE] = ACTIONS(846), + [anon_sym_try] = ACTIONS(846), + [anon_sym_return] = ACTIONS(846), + [anon_sym_source] = ACTIONS(846), + [anon_sym_source_DASHenv] = ACTIONS(846), + [anon_sym_register] = ACTIONS(846), + [anon_sym_hide] = ACTIONS(846), + [anon_sym_hide_DASHenv] = ACTIONS(846), + [anon_sym_overlay] = ACTIONS(846), + [anon_sym_STAR] = ACTIONS(846), + [anon_sym_where] = ACTIONS(846), + [anon_sym_STAR_STAR] = ACTIONS(846), + [anon_sym_PLUS_PLUS] = ACTIONS(846), + [anon_sym_SLASH] = ACTIONS(846), + [anon_sym_mod] = ACTIONS(846), + [anon_sym_SLASH_SLASH] = ACTIONS(846), + [anon_sym_PLUS] = ACTIONS(846), + [anon_sym_bit_DASHshl] = ACTIONS(846), + [anon_sym_bit_DASHshr] = ACTIONS(846), + [anon_sym_EQ_EQ] = ACTIONS(846), + [anon_sym_BANG_EQ] = ACTIONS(846), + [anon_sym_LT2] = ACTIONS(846), + [anon_sym_LT_EQ] = ACTIONS(846), + [anon_sym_GT_EQ] = ACTIONS(846), + [anon_sym_not_DASHin] = ACTIONS(846), + [anon_sym_starts_DASHwith] = ACTIONS(846), + [anon_sym_ends_DASHwith] = ACTIONS(846), + [anon_sym_EQ_TILDE] = ACTIONS(846), + [anon_sym_BANG_TILDE] = ACTIONS(846), + [anon_sym_bit_DASHand] = ACTIONS(846), + [anon_sym_bit_DASHxor] = ACTIONS(846), + [anon_sym_bit_DASHor] = ACTIONS(846), + [anon_sym_and] = ACTIONS(846), + [anon_sym_xor] = ACTIONS(846), + [anon_sym_or] = ACTIONS(846), + [anon_sym_not] = ACTIONS(846), + [anon_sym_DOT_DOT_LT] = ACTIONS(846), + [anon_sym_DOT_DOT] = ACTIONS(846), + [anon_sym_DOT_DOT_EQ] = ACTIONS(846), + [sym_val_nothing] = ACTIONS(846), + [anon_sym_true] = ACTIONS(846), + [anon_sym_false] = ACTIONS(846), + [aux_sym_val_number_token1] = ACTIONS(846), + [aux_sym_val_number_token2] = ACTIONS(846), + [aux_sym_val_number_token3] = ACTIONS(846), + [aux_sym_val_number_token4] = ACTIONS(846), + [anon_sym_inf] = ACTIONS(846), + [anon_sym_DASHinf] = ACTIONS(846), + [anon_sym_NaN] = ACTIONS(846), + [anon_sym_0b] = ACTIONS(846), + [anon_sym_0o] = ACTIONS(846), + [anon_sym_0x] = ACTIONS(846), + [sym_val_date] = ACTIONS(846), + [anon_sym_DQUOTE] = ACTIONS(846), + [sym__str_single_quotes] = ACTIONS(846), + [sym__str_back_ticks] = ACTIONS(846), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(846), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(846), + [anon_sym_CARET] = ACTIONS(846), + [sym_short_flag] = ACTIONS(846), [anon_sym_POUND] = ACTIONS(3), }, [239] = { [sym_comment] = STATE(239), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(623), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(627), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(629), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(631), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(633), - [anon_sym_PLUS_PLUS] = ACTIONS(633), - [anon_sym_SLASH] = ACTIONS(631), - [anon_sym_mod] = ACTIONS(631), - [anon_sym_SLASH_SLASH] = ACTIONS(631), - [anon_sym_PLUS] = ACTIONS(627), - [anon_sym_bit_DASHshl] = ACTIONS(635), - [anon_sym_bit_DASHshr] = ACTIONS(635), - [anon_sym_EQ_EQ] = ACTIONS(623), - [anon_sym_BANG_EQ] = ACTIONS(623), - [anon_sym_LT2] = ACTIONS(623), - [anon_sym_LT_EQ] = ACTIONS(623), - [anon_sym_GT_EQ] = ACTIONS(623), - [anon_sym_not_DASHin] = ACTIONS(629), - [anon_sym_starts_DASHwith] = ACTIONS(629), - [anon_sym_ends_DASHwith] = ACTIONS(629), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [240] = { - [sym_comment] = STATE(240), - [anon_sym_export] = ACTIONS(844), - [anon_sym_alias] = ACTIONS(844), - [anon_sym_let] = ACTIONS(844), - [anon_sym_let_DASHenv] = ACTIONS(844), - [anon_sym_mut] = ACTIONS(844), - [anon_sym_const] = ACTIONS(844), - [sym_cmd_identifier] = ACTIONS(844), - [anon_sym_SEMI] = ACTIONS(844), - [anon_sym_LF] = ACTIONS(846), - [anon_sym_def] = ACTIONS(844), - [anon_sym_def_DASHenv] = ACTIONS(844), - [anon_sym_export_DASHenv] = ACTIONS(844), - [anon_sym_extern] = ACTIONS(844), - [anon_sym_module] = ACTIONS(844), - [anon_sym_use] = ACTIONS(844), - [anon_sym_LBRACK] = ACTIONS(844), - [anon_sym_LPAREN] = ACTIONS(844), - [anon_sym_RPAREN] = ACTIONS(844), - [anon_sym_PIPE] = ACTIONS(844), - [anon_sym_DOLLAR] = ACTIONS(844), - [anon_sym_error] = ACTIONS(844), - [anon_sym_GT] = ACTIONS(844), - [anon_sym_DASH_DASH] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_break] = ACTIONS(844), - [anon_sym_continue] = ACTIONS(844), - [anon_sym_for] = ACTIONS(844), - [anon_sym_in] = ACTIONS(844), - [anon_sym_loop] = ACTIONS(844), - [anon_sym_while] = ACTIONS(844), - [anon_sym_do] = ACTIONS(844), - [anon_sym_if] = ACTIONS(844), - [anon_sym_match] = ACTIONS(844), - [anon_sym_LBRACE] = ACTIONS(844), - [anon_sym_RBRACE] = ACTIONS(844), - [anon_sym_try] = ACTIONS(844), - [anon_sym_return] = ACTIONS(844), - [anon_sym_source] = ACTIONS(844), - [anon_sym_source_DASHenv] = ACTIONS(844), - [anon_sym_register] = ACTIONS(844), - [anon_sym_hide] = ACTIONS(844), - [anon_sym_hide_DASHenv] = ACTIONS(844), - [anon_sym_overlay] = ACTIONS(844), - [anon_sym_STAR] = ACTIONS(844), - [anon_sym_where] = ACTIONS(844), - [anon_sym_STAR_STAR] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(844), - [anon_sym_SLASH] = ACTIONS(844), - [anon_sym_mod] = ACTIONS(844), - [anon_sym_SLASH_SLASH] = ACTIONS(844), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_bit_DASHshl] = ACTIONS(844), - [anon_sym_bit_DASHshr] = ACTIONS(844), - [anon_sym_EQ_EQ] = ACTIONS(844), - [anon_sym_BANG_EQ] = ACTIONS(844), - [anon_sym_LT2] = ACTIONS(844), - [anon_sym_LT_EQ] = ACTIONS(844), - [anon_sym_GT_EQ] = ACTIONS(844), - [anon_sym_not_DASHin] = ACTIONS(844), - [anon_sym_starts_DASHwith] = ACTIONS(844), - [anon_sym_ends_DASHwith] = ACTIONS(844), - [anon_sym_EQ_TILDE] = ACTIONS(844), - [anon_sym_BANG_TILDE] = ACTIONS(844), - [anon_sym_bit_DASHand] = ACTIONS(844), - [anon_sym_bit_DASHxor] = ACTIONS(844), - [anon_sym_bit_DASHor] = ACTIONS(844), - [anon_sym_and] = ACTIONS(844), - [anon_sym_xor] = ACTIONS(844), - [anon_sym_or] = ACTIONS(844), - [anon_sym_not] = ACTIONS(844), - [anon_sym_DOT_DOT_LT] = ACTIONS(844), - [anon_sym_DOT_DOT] = ACTIONS(844), - [anon_sym_DOT_DOT_EQ] = ACTIONS(844), - [sym_val_nothing] = ACTIONS(844), - [anon_sym_true] = ACTIONS(844), - [anon_sym_false] = ACTIONS(844), - [aux_sym_val_number_token1] = ACTIONS(844), - [aux_sym_val_number_token2] = ACTIONS(844), - [aux_sym_val_number_token3] = ACTIONS(844), - [aux_sym_val_number_token4] = ACTIONS(844), - [anon_sym_inf] = ACTIONS(844), - [anon_sym_DASHinf] = ACTIONS(844), - [anon_sym_NaN] = ACTIONS(844), - [anon_sym_0b] = ACTIONS(844), - [anon_sym_0o] = ACTIONS(844), - [anon_sym_0x] = ACTIONS(844), - [sym_val_date] = ACTIONS(844), - [anon_sym_DQUOTE] = ACTIONS(844), - [sym__str_single_quotes] = ACTIONS(844), - [sym__str_back_ticks] = ACTIONS(844), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(844), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(844), - [anon_sym_CARET] = ACTIONS(844), - [sym_short_flag] = ACTIONS(844), - [anon_sym_POUND] = ACTIONS(3), - }, - [241] = { - [sym_comment] = STATE(241), - [anon_sym_export] = ACTIONS(848), - [anon_sym_alias] = ACTIONS(848), - [anon_sym_let] = ACTIONS(848), - [anon_sym_let_DASHenv] = ACTIONS(848), - [anon_sym_mut] = ACTIONS(848), - [anon_sym_const] = ACTIONS(848), - [sym_cmd_identifier] = ACTIONS(848), - [anon_sym_SEMI] = ACTIONS(848), - [anon_sym_LF] = ACTIONS(850), - [anon_sym_def] = ACTIONS(848), - [anon_sym_def_DASHenv] = ACTIONS(848), - [anon_sym_export_DASHenv] = ACTIONS(848), - [anon_sym_extern] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_use] = ACTIONS(848), - [anon_sym_LBRACK] = ACTIONS(848), - [anon_sym_LPAREN] = ACTIONS(848), - [anon_sym_RPAREN] = ACTIONS(848), - [anon_sym_PIPE] = ACTIONS(848), - [anon_sym_DOLLAR] = ACTIONS(848), - [anon_sym_error] = ACTIONS(848), - [anon_sym_GT] = ACTIONS(848), - [anon_sym_DASH_DASH] = ACTIONS(848), - [anon_sym_DASH] = ACTIONS(848), - [anon_sym_break] = ACTIONS(848), - [anon_sym_continue] = ACTIONS(848), - [anon_sym_for] = ACTIONS(848), - [anon_sym_in] = ACTIONS(848), - [anon_sym_loop] = ACTIONS(848), - [anon_sym_while] = ACTIONS(848), - [anon_sym_do] = ACTIONS(848), - [anon_sym_if] = ACTIONS(848), - [anon_sym_match] = ACTIONS(848), - [anon_sym_LBRACE] = ACTIONS(848), - [anon_sym_RBRACE] = ACTIONS(848), - [anon_sym_try] = ACTIONS(848), - [anon_sym_return] = ACTIONS(848), - [anon_sym_source] = ACTIONS(848), - [anon_sym_source_DASHenv] = ACTIONS(848), - [anon_sym_register] = ACTIONS(848), - [anon_sym_hide] = ACTIONS(848), - [anon_sym_hide_DASHenv] = ACTIONS(848), - [anon_sym_overlay] = ACTIONS(848), - [anon_sym_STAR] = ACTIONS(848), - [anon_sym_where] = ACTIONS(848), - [anon_sym_STAR_STAR] = ACTIONS(848), - [anon_sym_PLUS_PLUS] = ACTIONS(848), - [anon_sym_SLASH] = ACTIONS(848), - [anon_sym_mod] = ACTIONS(848), - [anon_sym_SLASH_SLASH] = ACTIONS(848), - [anon_sym_PLUS] = ACTIONS(848), - [anon_sym_bit_DASHshl] = ACTIONS(848), - [anon_sym_bit_DASHshr] = ACTIONS(848), - [anon_sym_EQ_EQ] = ACTIONS(848), - [anon_sym_BANG_EQ] = ACTIONS(848), - [anon_sym_LT2] = ACTIONS(848), - [anon_sym_LT_EQ] = ACTIONS(848), - [anon_sym_GT_EQ] = ACTIONS(848), - [anon_sym_not_DASHin] = ACTIONS(848), - [anon_sym_starts_DASHwith] = ACTIONS(848), - [anon_sym_ends_DASHwith] = ACTIONS(848), - [anon_sym_EQ_TILDE] = ACTIONS(848), - [anon_sym_BANG_TILDE] = ACTIONS(848), - [anon_sym_bit_DASHand] = ACTIONS(848), - [anon_sym_bit_DASHxor] = ACTIONS(848), - [anon_sym_bit_DASHor] = ACTIONS(848), - [anon_sym_and] = ACTIONS(848), - [anon_sym_xor] = ACTIONS(848), - [anon_sym_or] = ACTIONS(848), - [anon_sym_not] = ACTIONS(848), - [anon_sym_DOT_DOT_LT] = ACTIONS(848), - [anon_sym_DOT_DOT] = ACTIONS(848), - [anon_sym_DOT_DOT_EQ] = ACTIONS(848), - [sym_val_nothing] = ACTIONS(848), - [anon_sym_true] = ACTIONS(848), - [anon_sym_false] = ACTIONS(848), - [aux_sym_val_number_token1] = ACTIONS(848), - [aux_sym_val_number_token2] = ACTIONS(848), - [aux_sym_val_number_token3] = ACTIONS(848), - [aux_sym_val_number_token4] = ACTIONS(848), - [anon_sym_inf] = ACTIONS(848), - [anon_sym_DASHinf] = ACTIONS(848), - [anon_sym_NaN] = ACTIONS(848), - [anon_sym_0b] = ACTIONS(848), - [anon_sym_0o] = ACTIONS(848), - [anon_sym_0x] = ACTIONS(848), - [sym_val_date] = ACTIONS(848), - [anon_sym_DQUOTE] = ACTIONS(848), - [sym__str_single_quotes] = ACTIONS(848), - [sym__str_back_ticks] = ACTIONS(848), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(848), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(848), - [anon_sym_CARET] = ACTIONS(848), - [sym_short_flag] = ACTIONS(848), - [anon_sym_POUND] = ACTIONS(3), - }, - [242] = { - [sym_path] = STATE(339), - [sym_comment] = STATE(242), - [aux_sym_cell_path_repeat1] = STATE(218), - [ts_builtin_sym_end] = ACTIONS(588), - [anon_sym_export] = ACTIONS(586), - [anon_sym_alias] = ACTIONS(586), - [anon_sym_let] = ACTIONS(586), - [anon_sym_let_DASHenv] = ACTIONS(586), - [anon_sym_mut] = ACTIONS(586), - [anon_sym_const] = ACTIONS(586), - [sym_cmd_identifier] = ACTIONS(586), - [anon_sym_SEMI] = ACTIONS(586), - [anon_sym_LF] = ACTIONS(588), - [anon_sym_def] = ACTIONS(586), - [anon_sym_def_DASHenv] = ACTIONS(586), - [anon_sym_export_DASHenv] = ACTIONS(586), - [anon_sym_extern] = ACTIONS(586), - [anon_sym_module] = ACTIONS(586), - [anon_sym_use] = ACTIONS(586), - [anon_sym_LBRACK] = ACTIONS(586), - [anon_sym_LPAREN] = ACTIONS(586), - [anon_sym_PIPE] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(586), - [anon_sym_error] = ACTIONS(586), - [anon_sym_GT] = ACTIONS(586), - [anon_sym_DASH] = ACTIONS(586), - [anon_sym_break] = ACTIONS(586), - [anon_sym_continue] = ACTIONS(586), - [anon_sym_for] = ACTIONS(586), - [anon_sym_in] = ACTIONS(586), - [anon_sym_loop] = ACTIONS(586), - [anon_sym_while] = ACTIONS(586), - [anon_sym_do] = ACTIONS(586), - [anon_sym_if] = ACTIONS(586), - [anon_sym_match] = ACTIONS(586), - [anon_sym_LBRACE] = ACTIONS(586), - [anon_sym_DOT] = ACTIONS(763), - [anon_sym_try] = ACTIONS(586), - [anon_sym_return] = ACTIONS(586), - [anon_sym_source] = ACTIONS(586), - [anon_sym_source_DASHenv] = ACTIONS(586), - [anon_sym_register] = ACTIONS(586), - [anon_sym_hide] = ACTIONS(586), - [anon_sym_hide_DASHenv] = ACTIONS(586), - [anon_sym_overlay] = ACTIONS(586), - [anon_sym_STAR] = ACTIONS(586), - [anon_sym_where] = ACTIONS(586), - [anon_sym_STAR_STAR] = ACTIONS(586), - [anon_sym_PLUS_PLUS] = ACTIONS(586), - [anon_sym_SLASH] = ACTIONS(586), - [anon_sym_mod] = ACTIONS(586), - [anon_sym_SLASH_SLASH] = ACTIONS(586), - [anon_sym_PLUS] = ACTIONS(586), - [anon_sym_bit_DASHshl] = ACTIONS(586), - [anon_sym_bit_DASHshr] = ACTIONS(586), - [anon_sym_EQ_EQ] = ACTIONS(586), - [anon_sym_BANG_EQ] = ACTIONS(586), - [anon_sym_LT2] = ACTIONS(586), - [anon_sym_LT_EQ] = ACTIONS(586), - [anon_sym_GT_EQ] = ACTIONS(586), - [anon_sym_not_DASHin] = ACTIONS(586), - [anon_sym_starts_DASHwith] = ACTIONS(586), - [anon_sym_ends_DASHwith] = ACTIONS(586), - [anon_sym_EQ_TILDE] = ACTIONS(586), - [anon_sym_BANG_TILDE] = ACTIONS(586), - [anon_sym_bit_DASHand] = ACTIONS(586), - [anon_sym_bit_DASHxor] = ACTIONS(586), - [anon_sym_bit_DASHor] = ACTIONS(586), - [anon_sym_and] = ACTIONS(586), - [anon_sym_xor] = ACTIONS(586), - [anon_sym_or] = ACTIONS(586), - [anon_sym_not] = ACTIONS(586), - [anon_sym_DOT_DOT_LT] = ACTIONS(586), - [anon_sym_DOT_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT_EQ] = ACTIONS(586), - [sym_val_nothing] = ACTIONS(586), - [anon_sym_true] = ACTIONS(586), - [anon_sym_false] = ACTIONS(586), - [aux_sym_val_number_token1] = ACTIONS(586), - [aux_sym_val_number_token2] = ACTIONS(586), - [aux_sym_val_number_token3] = ACTIONS(586), - [aux_sym_val_number_token4] = ACTIONS(586), - [anon_sym_inf] = ACTIONS(586), - [anon_sym_DASHinf] = ACTIONS(586), - [anon_sym_NaN] = ACTIONS(586), - [anon_sym_0b] = ACTIONS(586), - [anon_sym_0o] = ACTIONS(586), - [anon_sym_0x] = ACTIONS(586), - [sym_val_date] = ACTIONS(586), - [anon_sym_DQUOTE] = ACTIONS(586), - [sym__str_single_quotes] = ACTIONS(586), - [sym__str_back_ticks] = ACTIONS(586), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(586), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(586), - [anon_sym_CARET] = ACTIONS(586), - [anon_sym_POUND] = ACTIONS(3), - }, - [243] = { - [sym_comment] = STATE(243), - [anon_sym_export] = ACTIONS(852), - [anon_sym_alias] = ACTIONS(852), - [anon_sym_let] = ACTIONS(852), - [anon_sym_let_DASHenv] = ACTIONS(852), - [anon_sym_mut] = ACTIONS(852), - [anon_sym_const] = ACTIONS(852), - [sym_cmd_identifier] = ACTIONS(852), - [anon_sym_SEMI] = ACTIONS(852), - [anon_sym_LF] = ACTIONS(854), - [anon_sym_def] = ACTIONS(852), - [anon_sym_def_DASHenv] = ACTIONS(852), - [anon_sym_export_DASHenv] = ACTIONS(852), - [anon_sym_extern] = ACTIONS(852), - [anon_sym_module] = ACTIONS(852), - [anon_sym_use] = ACTIONS(852), - [anon_sym_LBRACK] = ACTIONS(852), - [anon_sym_LPAREN] = ACTIONS(852), - [anon_sym_RPAREN] = ACTIONS(852), - [anon_sym_PIPE] = ACTIONS(852), - [anon_sym_DOLLAR] = ACTIONS(852), - [anon_sym_error] = ACTIONS(852), - [anon_sym_GT] = ACTIONS(852), - [anon_sym_DASH_DASH] = ACTIONS(852), - [anon_sym_DASH] = ACTIONS(852), - [anon_sym_break] = ACTIONS(852), - [anon_sym_continue] = ACTIONS(852), - [anon_sym_for] = ACTIONS(852), - [anon_sym_in] = ACTIONS(852), - [anon_sym_loop] = ACTIONS(852), - [anon_sym_while] = ACTIONS(852), - [anon_sym_do] = ACTIONS(852), - [anon_sym_if] = ACTIONS(852), - [anon_sym_match] = ACTIONS(852), - [anon_sym_LBRACE] = ACTIONS(852), - [anon_sym_RBRACE] = ACTIONS(852), - [anon_sym_try] = ACTIONS(852), - [anon_sym_return] = ACTIONS(852), - [anon_sym_source] = ACTIONS(852), - [anon_sym_source_DASHenv] = ACTIONS(852), - [anon_sym_register] = ACTIONS(852), - [anon_sym_hide] = ACTIONS(852), - [anon_sym_hide_DASHenv] = ACTIONS(852), - [anon_sym_overlay] = ACTIONS(852), - [anon_sym_STAR] = ACTIONS(852), - [anon_sym_where] = ACTIONS(852), - [anon_sym_STAR_STAR] = ACTIONS(852), - [anon_sym_PLUS_PLUS] = ACTIONS(852), - [anon_sym_SLASH] = ACTIONS(852), - [anon_sym_mod] = ACTIONS(852), - [anon_sym_SLASH_SLASH] = ACTIONS(852), - [anon_sym_PLUS] = ACTIONS(852), - [anon_sym_bit_DASHshl] = ACTIONS(852), - [anon_sym_bit_DASHshr] = ACTIONS(852), - [anon_sym_EQ_EQ] = ACTIONS(852), - [anon_sym_BANG_EQ] = ACTIONS(852), - [anon_sym_LT2] = ACTIONS(852), - [anon_sym_LT_EQ] = ACTIONS(852), - [anon_sym_GT_EQ] = ACTIONS(852), - [anon_sym_not_DASHin] = ACTIONS(852), - [anon_sym_starts_DASHwith] = ACTIONS(852), - [anon_sym_ends_DASHwith] = ACTIONS(852), - [anon_sym_EQ_TILDE] = ACTIONS(852), - [anon_sym_BANG_TILDE] = ACTIONS(852), - [anon_sym_bit_DASHand] = ACTIONS(852), - [anon_sym_bit_DASHxor] = ACTIONS(852), - [anon_sym_bit_DASHor] = ACTIONS(852), - [anon_sym_and] = ACTIONS(852), - [anon_sym_xor] = ACTIONS(852), - [anon_sym_or] = ACTIONS(852), - [anon_sym_not] = ACTIONS(852), - [anon_sym_DOT_DOT_LT] = ACTIONS(852), - [anon_sym_DOT_DOT] = ACTIONS(852), - [anon_sym_DOT_DOT_EQ] = ACTIONS(852), - [sym_val_nothing] = ACTIONS(852), - [anon_sym_true] = ACTIONS(852), - [anon_sym_false] = ACTIONS(852), - [aux_sym_val_number_token1] = ACTIONS(852), - [aux_sym_val_number_token2] = ACTIONS(852), - [aux_sym_val_number_token3] = ACTIONS(852), - [aux_sym_val_number_token4] = ACTIONS(852), - [anon_sym_inf] = ACTIONS(852), - [anon_sym_DASHinf] = ACTIONS(852), - [anon_sym_NaN] = ACTIONS(852), - [anon_sym_0b] = ACTIONS(852), - [anon_sym_0o] = ACTIONS(852), - [anon_sym_0x] = ACTIONS(852), - [sym_val_date] = ACTIONS(852), - [anon_sym_DQUOTE] = ACTIONS(852), - [sym__str_single_quotes] = ACTIONS(852), - [sym__str_back_ticks] = ACTIONS(852), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(852), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(852), - [anon_sym_CARET] = ACTIONS(852), - [sym_short_flag] = ACTIONS(852), - [anon_sym_POUND] = ACTIONS(3), - }, - [244] = { - [sym_comment] = STATE(244), - [anon_sym_export] = ACTIONS(856), - [anon_sym_alias] = ACTIONS(856), - [anon_sym_let] = ACTIONS(856), - [anon_sym_let_DASHenv] = ACTIONS(856), - [anon_sym_mut] = ACTIONS(856), - [anon_sym_const] = ACTIONS(856), - [sym_cmd_identifier] = ACTIONS(856), - [anon_sym_SEMI] = ACTIONS(856), - [anon_sym_LF] = ACTIONS(858), - [anon_sym_def] = ACTIONS(856), - [anon_sym_def_DASHenv] = ACTIONS(856), - [anon_sym_export_DASHenv] = ACTIONS(856), - [anon_sym_extern] = ACTIONS(856), - [anon_sym_module] = ACTIONS(856), - [anon_sym_use] = ACTIONS(856), - [anon_sym_LBRACK] = ACTIONS(856), - [anon_sym_LPAREN] = ACTIONS(856), - [anon_sym_RPAREN] = ACTIONS(856), - [anon_sym_PIPE] = ACTIONS(856), - [anon_sym_DOLLAR] = ACTIONS(856), - [anon_sym_error] = ACTIONS(856), - [anon_sym_GT] = ACTIONS(856), - [anon_sym_DASH_DASH] = ACTIONS(856), - [anon_sym_DASH] = ACTIONS(856), - [anon_sym_break] = ACTIONS(856), - [anon_sym_continue] = ACTIONS(856), - [anon_sym_for] = ACTIONS(856), - [anon_sym_in] = ACTIONS(856), - [anon_sym_loop] = ACTIONS(856), - [anon_sym_while] = ACTIONS(856), - [anon_sym_do] = ACTIONS(856), - [anon_sym_if] = ACTIONS(856), - [anon_sym_match] = ACTIONS(856), - [anon_sym_LBRACE] = ACTIONS(856), - [anon_sym_RBRACE] = ACTIONS(856), - [anon_sym_try] = ACTIONS(856), - [anon_sym_return] = ACTIONS(856), - [anon_sym_source] = ACTIONS(856), - [anon_sym_source_DASHenv] = ACTIONS(856), - [anon_sym_register] = ACTIONS(856), - [anon_sym_hide] = ACTIONS(856), - [anon_sym_hide_DASHenv] = ACTIONS(856), - [anon_sym_overlay] = ACTIONS(856), - [anon_sym_STAR] = ACTIONS(856), - [anon_sym_where] = ACTIONS(856), - [anon_sym_STAR_STAR] = ACTIONS(856), - [anon_sym_PLUS_PLUS] = ACTIONS(856), - [anon_sym_SLASH] = ACTIONS(856), - [anon_sym_mod] = ACTIONS(856), - [anon_sym_SLASH_SLASH] = ACTIONS(856), - [anon_sym_PLUS] = ACTIONS(856), - [anon_sym_bit_DASHshl] = ACTIONS(856), - [anon_sym_bit_DASHshr] = ACTIONS(856), - [anon_sym_EQ_EQ] = ACTIONS(856), - [anon_sym_BANG_EQ] = ACTIONS(856), - [anon_sym_LT2] = ACTIONS(856), - [anon_sym_LT_EQ] = ACTIONS(856), - [anon_sym_GT_EQ] = ACTIONS(856), - [anon_sym_not_DASHin] = ACTIONS(856), - [anon_sym_starts_DASHwith] = ACTIONS(856), - [anon_sym_ends_DASHwith] = ACTIONS(856), - [anon_sym_EQ_TILDE] = ACTIONS(856), - [anon_sym_BANG_TILDE] = ACTIONS(856), - [anon_sym_bit_DASHand] = ACTIONS(856), - [anon_sym_bit_DASHxor] = ACTIONS(856), - [anon_sym_bit_DASHor] = ACTIONS(856), - [anon_sym_and] = ACTIONS(856), - [anon_sym_xor] = ACTIONS(856), - [anon_sym_or] = ACTIONS(856), - [anon_sym_not] = ACTIONS(856), - [anon_sym_DOT_DOT_LT] = ACTIONS(856), - [anon_sym_DOT_DOT] = ACTIONS(856), - [anon_sym_DOT_DOT_EQ] = ACTIONS(856), - [sym_val_nothing] = ACTIONS(856), - [anon_sym_true] = ACTIONS(856), - [anon_sym_false] = ACTIONS(856), - [aux_sym_val_number_token1] = ACTIONS(856), - [aux_sym_val_number_token2] = ACTIONS(856), - [aux_sym_val_number_token3] = ACTIONS(856), - [aux_sym_val_number_token4] = ACTIONS(856), - [anon_sym_inf] = ACTIONS(856), - [anon_sym_DASHinf] = ACTIONS(856), - [anon_sym_NaN] = ACTIONS(856), - [anon_sym_0b] = ACTIONS(856), - [anon_sym_0o] = ACTIONS(856), - [anon_sym_0x] = ACTIONS(856), - [sym_val_date] = ACTIONS(856), - [anon_sym_DQUOTE] = ACTIONS(856), - [sym__str_single_quotes] = ACTIONS(856), - [sym__str_back_ticks] = ACTIONS(856), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(856), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(856), - [anon_sym_CARET] = ACTIONS(856), - [sym_short_flag] = ACTIONS(856), - [anon_sym_POUND] = ACTIONS(3), - }, - [245] = { - [sym_comment] = STATE(245), - [anon_sym_export] = ACTIONS(860), - [anon_sym_alias] = ACTIONS(860), - [anon_sym_let] = ACTIONS(860), - [anon_sym_let_DASHenv] = ACTIONS(860), - [anon_sym_mut] = ACTIONS(860), - [anon_sym_const] = ACTIONS(860), - [sym_cmd_identifier] = ACTIONS(860), - [anon_sym_SEMI] = ACTIONS(860), - [anon_sym_LF] = ACTIONS(862), - [anon_sym_def] = ACTIONS(860), - [anon_sym_def_DASHenv] = ACTIONS(860), - [anon_sym_export_DASHenv] = ACTIONS(860), - [anon_sym_extern] = ACTIONS(860), - [anon_sym_module] = ACTIONS(860), - [anon_sym_use] = ACTIONS(860), - [anon_sym_LBRACK] = ACTIONS(860), - [anon_sym_LPAREN] = ACTIONS(860), - [anon_sym_RPAREN] = ACTIONS(860), - [anon_sym_PIPE] = ACTIONS(860), - [anon_sym_DOLLAR] = ACTIONS(860), - [anon_sym_error] = ACTIONS(860), - [anon_sym_GT] = ACTIONS(860), - [anon_sym_DASH_DASH] = ACTIONS(860), - [anon_sym_DASH] = ACTIONS(860), - [anon_sym_break] = ACTIONS(860), - [anon_sym_continue] = ACTIONS(860), - [anon_sym_for] = ACTIONS(860), - [anon_sym_in] = ACTIONS(860), - [anon_sym_loop] = ACTIONS(860), - [anon_sym_while] = ACTIONS(860), - [anon_sym_do] = ACTIONS(860), - [anon_sym_if] = ACTIONS(860), - [anon_sym_match] = ACTIONS(860), - [anon_sym_LBRACE] = ACTIONS(860), - [anon_sym_RBRACE] = ACTIONS(860), - [anon_sym_try] = ACTIONS(860), - [anon_sym_return] = ACTIONS(860), - [anon_sym_source] = ACTIONS(860), - [anon_sym_source_DASHenv] = ACTIONS(860), - [anon_sym_register] = ACTIONS(860), - [anon_sym_hide] = ACTIONS(860), - [anon_sym_hide_DASHenv] = ACTIONS(860), - [anon_sym_overlay] = ACTIONS(860), - [anon_sym_STAR] = ACTIONS(860), - [anon_sym_where] = ACTIONS(860), - [anon_sym_STAR_STAR] = ACTIONS(860), - [anon_sym_PLUS_PLUS] = ACTIONS(860), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_mod] = ACTIONS(860), - [anon_sym_SLASH_SLASH] = ACTIONS(860), - [anon_sym_PLUS] = ACTIONS(860), - [anon_sym_bit_DASHshl] = ACTIONS(860), - [anon_sym_bit_DASHshr] = ACTIONS(860), - [anon_sym_EQ_EQ] = ACTIONS(860), - [anon_sym_BANG_EQ] = ACTIONS(860), - [anon_sym_LT2] = ACTIONS(860), - [anon_sym_LT_EQ] = ACTIONS(860), - [anon_sym_GT_EQ] = ACTIONS(860), - [anon_sym_not_DASHin] = ACTIONS(860), - [anon_sym_starts_DASHwith] = ACTIONS(860), - [anon_sym_ends_DASHwith] = ACTIONS(860), - [anon_sym_EQ_TILDE] = ACTIONS(860), - [anon_sym_BANG_TILDE] = ACTIONS(860), - [anon_sym_bit_DASHand] = ACTIONS(860), - [anon_sym_bit_DASHxor] = ACTIONS(860), - [anon_sym_bit_DASHor] = ACTIONS(860), - [anon_sym_and] = ACTIONS(860), - [anon_sym_xor] = ACTIONS(860), - [anon_sym_or] = ACTIONS(860), - [anon_sym_not] = ACTIONS(860), - [anon_sym_DOT_DOT_LT] = ACTIONS(860), - [anon_sym_DOT_DOT] = ACTIONS(860), - [anon_sym_DOT_DOT_EQ] = ACTIONS(860), - [sym_val_nothing] = ACTIONS(860), - [anon_sym_true] = ACTIONS(860), - [anon_sym_false] = ACTIONS(860), - [aux_sym_val_number_token1] = ACTIONS(860), - [aux_sym_val_number_token2] = ACTIONS(860), - [aux_sym_val_number_token3] = ACTIONS(860), - [aux_sym_val_number_token4] = ACTIONS(860), - [anon_sym_inf] = ACTIONS(860), - [anon_sym_DASHinf] = ACTIONS(860), - [anon_sym_NaN] = ACTIONS(860), - [anon_sym_0b] = ACTIONS(860), - [anon_sym_0o] = ACTIONS(860), - [anon_sym_0x] = ACTIONS(860), - [sym_val_date] = ACTIONS(860), - [anon_sym_DQUOTE] = ACTIONS(860), - [sym__str_single_quotes] = ACTIONS(860), - [sym__str_back_ticks] = ACTIONS(860), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(860), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(860), - [anon_sym_CARET] = ACTIONS(860), - [sym_short_flag] = ACTIONS(860), - [anon_sym_POUND] = ACTIONS(3), - }, - [246] = { - [sym_comment] = STATE(246), - [anon_sym_export] = ACTIONS(656), - [anon_sym_alias] = ACTIONS(656), - [anon_sym_let] = ACTIONS(656), - [anon_sym_let_DASHenv] = ACTIONS(656), - [anon_sym_mut] = ACTIONS(656), - [anon_sym_const] = ACTIONS(656), - [sym_cmd_identifier] = ACTIONS(656), - [anon_sym_SEMI] = ACTIONS(656), - [anon_sym_LF] = ACTIONS(658), - [anon_sym_def] = ACTIONS(656), - [anon_sym_def_DASHenv] = ACTIONS(656), - [anon_sym_export_DASHenv] = ACTIONS(656), - [anon_sym_extern] = ACTIONS(656), - [anon_sym_module] = ACTIONS(656), - [anon_sym_use] = ACTIONS(656), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LPAREN] = ACTIONS(656), - [anon_sym_RPAREN] = ACTIONS(656), - [anon_sym_PIPE] = ACTIONS(656), - [anon_sym_DOLLAR] = ACTIONS(656), - [anon_sym_error] = ACTIONS(656), - [anon_sym_GT] = ACTIONS(656), - [anon_sym_DASH] = ACTIONS(656), - [anon_sym_break] = ACTIONS(656), - [anon_sym_continue] = ACTIONS(656), - [anon_sym_for] = ACTIONS(656), - [anon_sym_in] = ACTIONS(656), - [anon_sym_loop] = ACTIONS(656), - [anon_sym_while] = ACTIONS(656), - [anon_sym_do] = ACTIONS(656), - [anon_sym_if] = ACTIONS(656), - [anon_sym_match] = ACTIONS(656), - [anon_sym_LBRACE] = ACTIONS(656), - [anon_sym_RBRACE] = ACTIONS(656), - [anon_sym_DOT] = ACTIONS(656), - [anon_sym_try] = ACTIONS(656), - [anon_sym_return] = ACTIONS(656), - [anon_sym_source] = ACTIONS(656), - [anon_sym_source_DASHenv] = ACTIONS(656), - [anon_sym_register] = ACTIONS(656), - [anon_sym_hide] = ACTIONS(656), - [anon_sym_hide_DASHenv] = ACTIONS(656), - [anon_sym_overlay] = ACTIONS(656), - [anon_sym_STAR] = ACTIONS(656), - [anon_sym_where] = ACTIONS(656), - [anon_sym_QMARK2] = ACTIONS(864), - [anon_sym_STAR_STAR] = ACTIONS(656), - [anon_sym_PLUS_PLUS] = ACTIONS(656), - [anon_sym_SLASH] = ACTIONS(656), - [anon_sym_mod] = ACTIONS(656), - [anon_sym_SLASH_SLASH] = ACTIONS(656), - [anon_sym_PLUS] = ACTIONS(656), - [anon_sym_bit_DASHshl] = ACTIONS(656), - [anon_sym_bit_DASHshr] = ACTIONS(656), - [anon_sym_EQ_EQ] = ACTIONS(656), - [anon_sym_BANG_EQ] = ACTIONS(656), - [anon_sym_LT2] = ACTIONS(656), - [anon_sym_LT_EQ] = ACTIONS(656), - [anon_sym_GT_EQ] = ACTIONS(656), - [anon_sym_not_DASHin] = ACTIONS(656), - [anon_sym_starts_DASHwith] = ACTIONS(656), - [anon_sym_ends_DASHwith] = ACTIONS(656), - [anon_sym_EQ_TILDE] = ACTIONS(656), - [anon_sym_BANG_TILDE] = ACTIONS(656), - [anon_sym_bit_DASHand] = ACTIONS(656), - [anon_sym_bit_DASHxor] = ACTIONS(656), - [anon_sym_bit_DASHor] = ACTIONS(656), - [anon_sym_and] = ACTIONS(656), - [anon_sym_xor] = ACTIONS(656), - [anon_sym_or] = ACTIONS(656), - [anon_sym_not] = ACTIONS(656), - [anon_sym_DOT_DOT_LT] = ACTIONS(656), - [anon_sym_DOT_DOT] = ACTIONS(656), - [anon_sym_DOT_DOT_EQ] = ACTIONS(656), - [sym_val_nothing] = ACTIONS(656), - [anon_sym_true] = ACTIONS(656), - [anon_sym_false] = ACTIONS(656), - [aux_sym_val_number_token1] = ACTIONS(656), - [aux_sym_val_number_token2] = ACTIONS(656), - [aux_sym_val_number_token3] = ACTIONS(656), - [aux_sym_val_number_token4] = ACTIONS(656), - [anon_sym_inf] = ACTIONS(656), - [anon_sym_DASHinf] = ACTIONS(656), - [anon_sym_NaN] = ACTIONS(656), - [anon_sym_0b] = ACTIONS(656), - [anon_sym_0o] = ACTIONS(656), - [anon_sym_0x] = ACTIONS(656), - [sym_val_date] = ACTIONS(656), - [anon_sym_DQUOTE] = ACTIONS(656), - [sym__str_single_quotes] = ACTIONS(656), - [sym__str_back_ticks] = ACTIONS(656), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(656), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(656), - [anon_sym_CARET] = ACTIONS(656), - [anon_sym_POUND] = ACTIONS(3), - }, - [247] = { - [sym_comment] = STATE(247), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(781), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(781), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(781), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(781), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(633), - [anon_sym_PLUS_PLUS] = ACTIONS(633), - [anon_sym_SLASH] = ACTIONS(781), - [anon_sym_mod] = ACTIONS(781), - [anon_sym_SLASH_SLASH] = ACTIONS(781), - [anon_sym_PLUS] = ACTIONS(781), - [anon_sym_bit_DASHshl] = ACTIONS(781), - [anon_sym_bit_DASHshr] = ACTIONS(781), - [anon_sym_EQ_EQ] = ACTIONS(781), - [anon_sym_BANG_EQ] = ACTIONS(781), - [anon_sym_LT2] = ACTIONS(781), - [anon_sym_LT_EQ] = ACTIONS(781), - [anon_sym_GT_EQ] = ACTIONS(781), - [anon_sym_not_DASHin] = ACTIONS(781), - [anon_sym_starts_DASHwith] = ACTIONS(781), - [anon_sym_ends_DASHwith] = ACTIONS(781), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(631), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(635), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(637), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(639), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(641), + [anon_sym_PLUS_PLUS] = ACTIONS(641), + [anon_sym_SLASH] = ACTIONS(639), + [anon_sym_mod] = ACTIONS(639), + [anon_sym_SLASH_SLASH] = ACTIONS(639), + [anon_sym_PLUS] = ACTIONS(635), + [anon_sym_bit_DASHshl] = ACTIONS(643), + [anon_sym_bit_DASHshr] = ACTIONS(643), + [anon_sym_EQ_EQ] = ACTIONS(631), + [anon_sym_BANG_EQ] = ACTIONS(631), + [anon_sym_LT2] = ACTIONS(631), + [anon_sym_LT_EQ] = ACTIONS(631), + [anon_sym_GT_EQ] = ACTIONS(631), + [anon_sym_not_DASHin] = ACTIONS(637), + [anon_sym_starts_DASHwith] = ACTIONS(637), + [anon_sym_ends_DASHwith] = ACTIONS(637), + [anon_sym_EQ_TILDE] = ACTIONS(645), + [anon_sym_BANG_TILDE] = ACTIONS(645), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(649), + [anon_sym_bit_DASHor] = ACTIONS(651), + [anon_sym_and] = ACTIONS(653), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [248] = { - [sym_comment] = STATE(248), - [anon_sym_export] = ACTIONS(656), - [anon_sym_alias] = ACTIONS(656), - [anon_sym_let] = ACTIONS(656), - [anon_sym_let_DASHenv] = ACTIONS(656), - [anon_sym_mut] = ACTIONS(656), - [anon_sym_const] = ACTIONS(656), - [sym_cmd_identifier] = ACTIONS(656), - [anon_sym_SEMI] = ACTIONS(656), - [anon_sym_LF] = ACTIONS(658), - [anon_sym_def] = ACTIONS(656), - [anon_sym_def_DASHenv] = ACTIONS(656), - [anon_sym_export_DASHenv] = ACTIONS(656), - [anon_sym_extern] = ACTIONS(656), - [anon_sym_module] = ACTIONS(656), - [anon_sym_use] = ACTIONS(656), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LPAREN] = ACTIONS(656), - [anon_sym_RPAREN] = ACTIONS(656), - [anon_sym_PIPE] = ACTIONS(656), - [anon_sym_DOLLAR] = ACTIONS(656), - [anon_sym_error] = ACTIONS(656), - [anon_sym_GT] = ACTIONS(656), - [anon_sym_DASH] = ACTIONS(656), - [anon_sym_break] = ACTIONS(656), - [anon_sym_continue] = ACTIONS(656), - [anon_sym_for] = ACTIONS(656), - [anon_sym_in] = ACTIONS(656), - [anon_sym_loop] = ACTIONS(656), - [anon_sym_while] = ACTIONS(656), - [anon_sym_do] = ACTIONS(656), - [anon_sym_if] = ACTIONS(656), - [anon_sym_match] = ACTIONS(656), - [anon_sym_LBRACE] = ACTIONS(656), - [anon_sym_RBRACE] = ACTIONS(656), - [anon_sym_DOT] = ACTIONS(656), - [anon_sym_try] = ACTIONS(656), - [anon_sym_return] = ACTIONS(656), - [anon_sym_source] = ACTIONS(656), - [anon_sym_source_DASHenv] = ACTIONS(656), - [anon_sym_register] = ACTIONS(656), - [anon_sym_hide] = ACTIONS(656), - [anon_sym_hide_DASHenv] = ACTIONS(656), - [anon_sym_overlay] = ACTIONS(656), - [anon_sym_STAR] = ACTIONS(656), - [anon_sym_where] = ACTIONS(656), - [anon_sym_QMARK2] = ACTIONS(864), - [anon_sym_STAR_STAR] = ACTIONS(656), - [anon_sym_PLUS_PLUS] = ACTIONS(656), - [anon_sym_SLASH] = ACTIONS(656), - [anon_sym_mod] = ACTIONS(656), - [anon_sym_SLASH_SLASH] = ACTIONS(656), - [anon_sym_PLUS] = ACTIONS(656), - [anon_sym_bit_DASHshl] = ACTIONS(656), - [anon_sym_bit_DASHshr] = ACTIONS(656), - [anon_sym_EQ_EQ] = ACTIONS(656), - [anon_sym_BANG_EQ] = ACTIONS(656), - [anon_sym_LT2] = ACTIONS(656), - [anon_sym_LT_EQ] = ACTIONS(656), - [anon_sym_GT_EQ] = ACTIONS(656), - [anon_sym_not_DASHin] = ACTIONS(656), - [anon_sym_starts_DASHwith] = ACTIONS(656), - [anon_sym_ends_DASHwith] = ACTIONS(656), - [anon_sym_EQ_TILDE] = ACTIONS(656), - [anon_sym_BANG_TILDE] = ACTIONS(656), - [anon_sym_bit_DASHand] = ACTIONS(656), - [anon_sym_bit_DASHxor] = ACTIONS(656), - [anon_sym_bit_DASHor] = ACTIONS(656), - [anon_sym_and] = ACTIONS(656), - [anon_sym_xor] = ACTIONS(656), - [anon_sym_or] = ACTIONS(656), - [anon_sym_not] = ACTIONS(656), - [anon_sym_DOT_DOT_LT] = ACTIONS(656), - [anon_sym_DOT_DOT] = ACTIONS(656), - [anon_sym_DOT_DOT_EQ] = ACTIONS(656), - [sym_val_nothing] = ACTIONS(656), - [anon_sym_true] = ACTIONS(656), - [anon_sym_false] = ACTIONS(656), - [aux_sym_val_number_token1] = ACTIONS(656), - [aux_sym_val_number_token2] = ACTIONS(656), - [aux_sym_val_number_token3] = ACTIONS(656), - [aux_sym_val_number_token4] = ACTIONS(656), - [anon_sym_inf] = ACTIONS(656), - [anon_sym_DASHinf] = ACTIONS(656), - [anon_sym_NaN] = ACTIONS(656), - [anon_sym_0b] = ACTIONS(656), - [anon_sym_0o] = ACTIONS(656), - [anon_sym_0x] = ACTIONS(656), - [sym_val_date] = ACTIONS(656), - [anon_sym_DQUOTE] = ACTIONS(656), - [sym__str_single_quotes] = ACTIONS(656), - [sym__str_back_ticks] = ACTIONS(656), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(656), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(656), - [anon_sym_CARET] = ACTIONS(656), + [240] = { + [sym_expr_parenthesized] = STATE(318), + [sym_val_number] = STATE(318), + [sym_comment] = STATE(240), + [anon_sym_export] = ACTIONS(671), + [anon_sym_alias] = ACTIONS(671), + [anon_sym_let] = ACTIONS(671), + [anon_sym_let_DASHenv] = ACTIONS(671), + [anon_sym_mut] = ACTIONS(671), + [anon_sym_const] = ACTIONS(671), + [sym_cmd_identifier] = ACTIONS(671), + [anon_sym_SEMI] = ACTIONS(671), + [anon_sym_LF] = ACTIONS(673), + [anon_sym_def] = ACTIONS(671), + [anon_sym_def_DASHenv] = ACTIONS(671), + [anon_sym_export_DASHenv] = ACTIONS(671), + [anon_sym_extern] = ACTIONS(671), + [anon_sym_module] = ACTIONS(671), + [anon_sym_use] = ACTIONS(671), + [anon_sym_LBRACK] = ACTIONS(671), + [anon_sym_LPAREN] = ACTIONS(850), + [anon_sym_RPAREN] = ACTIONS(671), + [anon_sym_PIPE] = ACTIONS(671), + [anon_sym_DOLLAR] = ACTIONS(671), + [anon_sym_error] = ACTIONS(671), + [anon_sym_GT] = ACTIONS(671), + [anon_sym_DASH] = ACTIONS(671), + [anon_sym_break] = ACTIONS(671), + [anon_sym_continue] = ACTIONS(671), + [anon_sym_for] = ACTIONS(671), + [anon_sym_in] = ACTIONS(671), + [anon_sym_loop] = ACTIONS(671), + [anon_sym_while] = ACTIONS(671), + [anon_sym_do] = ACTIONS(671), + [anon_sym_if] = ACTIONS(671), + [anon_sym_match] = ACTIONS(671), + [anon_sym_LBRACE] = ACTIONS(671), + [anon_sym_RBRACE] = ACTIONS(671), + [anon_sym_try] = ACTIONS(671), + [anon_sym_return] = ACTIONS(671), + [anon_sym_source] = ACTIONS(671), + [anon_sym_source_DASHenv] = ACTIONS(671), + [anon_sym_register] = ACTIONS(671), + [anon_sym_hide] = ACTIONS(671), + [anon_sym_hide_DASHenv] = ACTIONS(671), + [anon_sym_overlay] = ACTIONS(671), + [anon_sym_STAR] = ACTIONS(671), + [anon_sym_where] = ACTIONS(671), + [anon_sym_STAR_STAR] = ACTIONS(671), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_SLASH] = ACTIONS(671), + [anon_sym_mod] = ACTIONS(671), + [anon_sym_SLASH_SLASH] = ACTIONS(671), + [anon_sym_PLUS] = ACTIONS(671), + [anon_sym_bit_DASHshl] = ACTIONS(671), + [anon_sym_bit_DASHshr] = ACTIONS(671), + [anon_sym_EQ_EQ] = ACTIONS(671), + [anon_sym_BANG_EQ] = ACTIONS(671), + [anon_sym_LT2] = ACTIONS(671), + [anon_sym_LT_EQ] = ACTIONS(671), + [anon_sym_GT_EQ] = ACTIONS(671), + [anon_sym_not_DASHin] = ACTIONS(671), + [anon_sym_starts_DASHwith] = ACTIONS(671), + [anon_sym_ends_DASHwith] = ACTIONS(671), + [anon_sym_EQ_TILDE] = ACTIONS(671), + [anon_sym_BANG_TILDE] = ACTIONS(671), + [anon_sym_bit_DASHand] = ACTIONS(671), + [anon_sym_bit_DASHxor] = ACTIONS(671), + [anon_sym_bit_DASHor] = ACTIONS(671), + [anon_sym_and] = ACTIONS(671), + [anon_sym_xor] = ACTIONS(671), + [anon_sym_or] = ACTIONS(671), + [anon_sym_not] = ACTIONS(671), + [anon_sym_DOT_DOT_LT] = ACTIONS(671), + [anon_sym_DOT_DOT] = ACTIONS(671), + [anon_sym_DOT_DOT_EQ] = ACTIONS(671), + [sym_val_nothing] = ACTIONS(671), + [anon_sym_true] = ACTIONS(671), + [anon_sym_false] = ACTIONS(671), + [aux_sym_val_number_token1] = ACTIONS(852), + [aux_sym_val_number_token2] = ACTIONS(852), + [aux_sym_val_number_token3] = ACTIONS(852), + [aux_sym_val_number_token4] = ACTIONS(852), + [anon_sym_inf] = ACTIONS(852), + [anon_sym_DASHinf] = ACTIONS(852), + [anon_sym_NaN] = ACTIONS(852), + [anon_sym_0b] = ACTIONS(671), + [anon_sym_0o] = ACTIONS(671), + [anon_sym_0x] = ACTIONS(671), + [sym_val_date] = ACTIONS(671), + [anon_sym_DQUOTE] = ACTIONS(671), + [sym__str_single_quotes] = ACTIONS(671), + [sym__str_back_ticks] = ACTIONS(671), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(671), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(671), + [anon_sym_CARET] = ACTIONS(671), [anon_sym_POUND] = ACTIONS(3), }, - [249] = { - [sym_comment] = STATE(249), + [241] = { + [sym_comment] = STATE(241), + [anon_sym_export] = ACTIONS(854), + [anon_sym_alias] = ACTIONS(854), + [anon_sym_let] = ACTIONS(854), + [anon_sym_let_DASHenv] = ACTIONS(854), + [anon_sym_mut] = ACTIONS(854), + [anon_sym_const] = ACTIONS(854), + [sym_cmd_identifier] = ACTIONS(854), + [anon_sym_SEMI] = ACTIONS(854), + [anon_sym_LF] = ACTIONS(856), + [anon_sym_def] = ACTIONS(854), + [anon_sym_def_DASHenv] = ACTIONS(854), + [anon_sym_export_DASHenv] = ACTIONS(854), + [anon_sym_extern] = ACTIONS(854), + [anon_sym_module] = ACTIONS(854), + [anon_sym_use] = ACTIONS(854), + [anon_sym_LBRACK] = ACTIONS(854), + [anon_sym_LPAREN] = ACTIONS(854), + [anon_sym_RPAREN] = ACTIONS(854), + [anon_sym_PIPE] = ACTIONS(854), + [anon_sym_DOLLAR] = ACTIONS(854), + [anon_sym_error] = ACTIONS(854), + [anon_sym_GT] = ACTIONS(854), + [anon_sym_DASH_DASH] = ACTIONS(854), + [anon_sym_DASH] = ACTIONS(854), + [anon_sym_break] = ACTIONS(854), + [anon_sym_continue] = ACTIONS(854), + [anon_sym_for] = ACTIONS(854), + [anon_sym_in] = ACTIONS(854), + [anon_sym_loop] = ACTIONS(854), + [anon_sym_while] = ACTIONS(854), + [anon_sym_do] = ACTIONS(854), + [anon_sym_if] = ACTIONS(854), + [anon_sym_match] = ACTIONS(854), + [anon_sym_LBRACE] = ACTIONS(854), + [anon_sym_RBRACE] = ACTIONS(854), + [anon_sym_try] = ACTIONS(854), + [anon_sym_return] = ACTIONS(854), + [anon_sym_source] = ACTIONS(854), + [anon_sym_source_DASHenv] = ACTIONS(854), + [anon_sym_register] = ACTIONS(854), + [anon_sym_hide] = ACTIONS(854), + [anon_sym_hide_DASHenv] = ACTIONS(854), + [anon_sym_overlay] = ACTIONS(854), + [anon_sym_STAR] = ACTIONS(854), + [anon_sym_where] = ACTIONS(854), + [anon_sym_STAR_STAR] = ACTIONS(854), + [anon_sym_PLUS_PLUS] = ACTIONS(854), + [anon_sym_SLASH] = ACTIONS(854), + [anon_sym_mod] = ACTIONS(854), + [anon_sym_SLASH_SLASH] = ACTIONS(854), + [anon_sym_PLUS] = ACTIONS(854), + [anon_sym_bit_DASHshl] = ACTIONS(854), + [anon_sym_bit_DASHshr] = ACTIONS(854), + [anon_sym_EQ_EQ] = ACTIONS(854), + [anon_sym_BANG_EQ] = ACTIONS(854), + [anon_sym_LT2] = ACTIONS(854), + [anon_sym_LT_EQ] = ACTIONS(854), + [anon_sym_GT_EQ] = ACTIONS(854), + [anon_sym_not_DASHin] = ACTIONS(854), + [anon_sym_starts_DASHwith] = ACTIONS(854), + [anon_sym_ends_DASHwith] = ACTIONS(854), + [anon_sym_EQ_TILDE] = ACTIONS(854), + [anon_sym_BANG_TILDE] = ACTIONS(854), + [anon_sym_bit_DASHand] = ACTIONS(854), + [anon_sym_bit_DASHxor] = ACTIONS(854), + [anon_sym_bit_DASHor] = ACTIONS(854), + [anon_sym_and] = ACTIONS(854), + [anon_sym_xor] = ACTIONS(854), + [anon_sym_or] = ACTIONS(854), + [anon_sym_not] = ACTIONS(854), + [anon_sym_DOT_DOT_LT] = ACTIONS(854), + [anon_sym_DOT_DOT] = ACTIONS(854), + [anon_sym_DOT_DOT_EQ] = ACTIONS(854), + [sym_val_nothing] = ACTIONS(854), + [anon_sym_true] = ACTIONS(854), + [anon_sym_false] = ACTIONS(854), + [aux_sym_val_number_token1] = ACTIONS(854), + [aux_sym_val_number_token2] = ACTIONS(854), + [aux_sym_val_number_token3] = ACTIONS(854), + [aux_sym_val_number_token4] = ACTIONS(854), + [anon_sym_inf] = ACTIONS(854), + [anon_sym_DASHinf] = ACTIONS(854), + [anon_sym_NaN] = ACTIONS(854), + [anon_sym_0b] = ACTIONS(854), + [anon_sym_0o] = ACTIONS(854), + [anon_sym_0x] = ACTIONS(854), + [sym_val_date] = ACTIONS(854), + [anon_sym_DQUOTE] = ACTIONS(854), + [sym__str_single_quotes] = ACTIONS(854), + [sym__str_back_ticks] = ACTIONS(854), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(854), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(854), + [anon_sym_CARET] = ACTIONS(854), + [sym_short_flag] = ACTIONS(854), + [anon_sym_POUND] = ACTIONS(3), + }, + [242] = { + [sym_comment] = STATE(242), + [anon_sym_export] = ACTIONS(858), + [anon_sym_alias] = ACTIONS(858), + [anon_sym_let] = ACTIONS(858), + [anon_sym_let_DASHenv] = ACTIONS(858), + [anon_sym_mut] = ACTIONS(858), + [anon_sym_const] = ACTIONS(858), + [sym_cmd_identifier] = ACTIONS(858), + [anon_sym_SEMI] = ACTIONS(858), + [anon_sym_LF] = ACTIONS(860), + [anon_sym_def] = ACTIONS(858), + [anon_sym_def_DASHenv] = ACTIONS(858), + [anon_sym_export_DASHenv] = ACTIONS(858), + [anon_sym_extern] = ACTIONS(858), + [anon_sym_module] = ACTIONS(858), + [anon_sym_use] = ACTIONS(858), + [anon_sym_LBRACK] = ACTIONS(858), + [anon_sym_LPAREN] = ACTIONS(858), + [anon_sym_RPAREN] = ACTIONS(858), + [anon_sym_PIPE] = ACTIONS(858), + [anon_sym_DOLLAR] = ACTIONS(858), + [anon_sym_error] = ACTIONS(858), + [anon_sym_GT] = ACTIONS(858), + [anon_sym_DASH_DASH] = ACTIONS(858), + [anon_sym_DASH] = ACTIONS(858), + [anon_sym_break] = ACTIONS(858), + [anon_sym_continue] = ACTIONS(858), + [anon_sym_for] = ACTIONS(858), + [anon_sym_in] = ACTIONS(858), + [anon_sym_loop] = ACTIONS(858), + [anon_sym_while] = ACTIONS(858), + [anon_sym_do] = ACTIONS(858), + [anon_sym_if] = ACTIONS(858), + [anon_sym_match] = ACTIONS(858), + [anon_sym_LBRACE] = ACTIONS(858), + [anon_sym_RBRACE] = ACTIONS(858), + [anon_sym_try] = ACTIONS(858), + [anon_sym_return] = ACTIONS(858), + [anon_sym_source] = ACTIONS(858), + [anon_sym_source_DASHenv] = ACTIONS(858), + [anon_sym_register] = ACTIONS(858), + [anon_sym_hide] = ACTIONS(858), + [anon_sym_hide_DASHenv] = ACTIONS(858), + [anon_sym_overlay] = ACTIONS(858), + [anon_sym_STAR] = ACTIONS(858), + [anon_sym_where] = ACTIONS(858), + [anon_sym_STAR_STAR] = ACTIONS(858), + [anon_sym_PLUS_PLUS] = ACTIONS(858), + [anon_sym_SLASH] = ACTIONS(858), + [anon_sym_mod] = ACTIONS(858), + [anon_sym_SLASH_SLASH] = ACTIONS(858), + [anon_sym_PLUS] = ACTIONS(858), + [anon_sym_bit_DASHshl] = ACTIONS(858), + [anon_sym_bit_DASHshr] = ACTIONS(858), + [anon_sym_EQ_EQ] = ACTIONS(858), + [anon_sym_BANG_EQ] = ACTIONS(858), + [anon_sym_LT2] = ACTIONS(858), + [anon_sym_LT_EQ] = ACTIONS(858), + [anon_sym_GT_EQ] = ACTIONS(858), + [anon_sym_not_DASHin] = ACTIONS(858), + [anon_sym_starts_DASHwith] = ACTIONS(858), + [anon_sym_ends_DASHwith] = ACTIONS(858), + [anon_sym_EQ_TILDE] = ACTIONS(858), + [anon_sym_BANG_TILDE] = ACTIONS(858), + [anon_sym_bit_DASHand] = ACTIONS(858), + [anon_sym_bit_DASHxor] = ACTIONS(858), + [anon_sym_bit_DASHor] = ACTIONS(858), + [anon_sym_and] = ACTIONS(858), + [anon_sym_xor] = ACTIONS(858), + [anon_sym_or] = ACTIONS(858), + [anon_sym_not] = ACTIONS(858), + [anon_sym_DOT_DOT_LT] = ACTIONS(858), + [anon_sym_DOT_DOT] = ACTIONS(858), + [anon_sym_DOT_DOT_EQ] = ACTIONS(858), + [sym_val_nothing] = ACTIONS(858), + [anon_sym_true] = ACTIONS(858), + [anon_sym_false] = ACTIONS(858), + [aux_sym_val_number_token1] = ACTIONS(858), + [aux_sym_val_number_token2] = ACTIONS(858), + [aux_sym_val_number_token3] = ACTIONS(858), + [aux_sym_val_number_token4] = ACTIONS(858), + [anon_sym_inf] = ACTIONS(858), + [anon_sym_DASHinf] = ACTIONS(858), + [anon_sym_NaN] = ACTIONS(858), + [anon_sym_0b] = ACTIONS(858), + [anon_sym_0o] = ACTIONS(858), + [anon_sym_0x] = ACTIONS(858), + [sym_val_date] = ACTIONS(858), + [anon_sym_DQUOTE] = ACTIONS(858), + [sym__str_single_quotes] = ACTIONS(858), + [sym__str_back_ticks] = ACTIONS(858), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(858), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(858), + [anon_sym_CARET] = ACTIONS(858), + [sym_short_flag] = ACTIONS(858), + [anon_sym_POUND] = ACTIONS(3), + }, + [243] = { + [sym_comment] = STATE(243), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(631), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(635), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(637), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(639), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(641), + [anon_sym_PLUS_PLUS] = ACTIONS(641), + [anon_sym_SLASH] = ACTIONS(639), + [anon_sym_mod] = ACTIONS(639), + [anon_sym_SLASH_SLASH] = ACTIONS(639), + [anon_sym_PLUS] = ACTIONS(635), + [anon_sym_bit_DASHshl] = ACTIONS(643), + [anon_sym_bit_DASHshr] = ACTIONS(643), + [anon_sym_EQ_EQ] = ACTIONS(631), + [anon_sym_BANG_EQ] = ACTIONS(631), + [anon_sym_LT2] = ACTIONS(631), + [anon_sym_LT_EQ] = ACTIONS(631), + [anon_sym_GT_EQ] = ACTIONS(631), + [anon_sym_not_DASHin] = ACTIONS(637), + [anon_sym_starts_DASHwith] = ACTIONS(637), + [anon_sym_ends_DASHwith] = ACTIONS(637), + [anon_sym_EQ_TILDE] = ACTIONS(645), + [anon_sym_BANG_TILDE] = ACTIONS(645), + [anon_sym_bit_DASHand] = ACTIONS(647), + [anon_sym_bit_DASHxor] = ACTIONS(649), + [anon_sym_bit_DASHor] = ACTIONS(651), + [anon_sym_and] = ACTIONS(653), + [anon_sym_xor] = ACTIONS(655), + [anon_sym_or] = ACTIONS(657), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [anon_sym_POUND] = ACTIONS(3), + }, + [244] = { + [sym_cell_path] = STATE(380), + [sym_path] = STATE(247), + [sym_comment] = STATE(244), + [ts_builtin_sym_end] = ACTIONS(615), + [anon_sym_export] = ACTIONS(613), + [anon_sym_alias] = ACTIONS(613), + [anon_sym_let] = ACTIONS(613), + [anon_sym_let_DASHenv] = ACTIONS(613), + [anon_sym_mut] = ACTIONS(613), + [anon_sym_const] = ACTIONS(613), + [sym_cmd_identifier] = ACTIONS(613), + [anon_sym_SEMI] = ACTIONS(613), + [anon_sym_LF] = ACTIONS(615), + [anon_sym_def] = ACTIONS(613), + [anon_sym_def_DASHenv] = ACTIONS(613), + [anon_sym_export_DASHenv] = ACTIONS(613), + [anon_sym_extern] = ACTIONS(613), + [anon_sym_module] = ACTIONS(613), + [anon_sym_use] = ACTIONS(613), + [anon_sym_LBRACK] = ACTIONS(613), + [anon_sym_LPAREN] = ACTIONS(613), + [anon_sym_PIPE] = ACTIONS(613), + [anon_sym_DOLLAR] = ACTIONS(613), + [anon_sym_error] = ACTIONS(613), + [anon_sym_GT] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_break] = ACTIONS(613), + [anon_sym_continue] = ACTIONS(613), + [anon_sym_for] = ACTIONS(613), + [anon_sym_in] = ACTIONS(613), + [anon_sym_loop] = ACTIONS(613), + [anon_sym_while] = ACTIONS(613), + [anon_sym_do] = ACTIONS(613), + [anon_sym_if] = ACTIONS(613), + [anon_sym_match] = ACTIONS(613), + [anon_sym_LBRACE] = ACTIONS(613), + [anon_sym_DOT] = ACTIONS(763), + [anon_sym_try] = ACTIONS(613), + [anon_sym_return] = ACTIONS(613), + [anon_sym_source] = ACTIONS(613), + [anon_sym_source_DASHenv] = ACTIONS(613), + [anon_sym_register] = ACTIONS(613), + [anon_sym_hide] = ACTIONS(613), + [anon_sym_hide_DASHenv] = ACTIONS(613), + [anon_sym_overlay] = ACTIONS(613), + [anon_sym_STAR] = ACTIONS(613), + [anon_sym_where] = ACTIONS(613), + [anon_sym_STAR_STAR] = ACTIONS(613), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_SLASH] = ACTIONS(613), + [anon_sym_mod] = ACTIONS(613), + [anon_sym_SLASH_SLASH] = ACTIONS(613), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_bit_DASHshl] = ACTIONS(613), + [anon_sym_bit_DASHshr] = ACTIONS(613), + [anon_sym_EQ_EQ] = ACTIONS(613), + [anon_sym_BANG_EQ] = ACTIONS(613), + [anon_sym_LT2] = ACTIONS(613), + [anon_sym_LT_EQ] = ACTIONS(613), + [anon_sym_GT_EQ] = ACTIONS(613), + [anon_sym_not_DASHin] = ACTIONS(613), + [anon_sym_starts_DASHwith] = ACTIONS(613), + [anon_sym_ends_DASHwith] = ACTIONS(613), + [anon_sym_EQ_TILDE] = ACTIONS(613), + [anon_sym_BANG_TILDE] = ACTIONS(613), + [anon_sym_bit_DASHand] = ACTIONS(613), + [anon_sym_bit_DASHxor] = ACTIONS(613), + [anon_sym_bit_DASHor] = ACTIONS(613), + [anon_sym_and] = ACTIONS(613), + [anon_sym_xor] = ACTIONS(613), + [anon_sym_or] = ACTIONS(613), + [anon_sym_not] = ACTIONS(613), + [anon_sym_DOT_DOT_LT] = ACTIONS(613), + [anon_sym_DOT_DOT] = ACTIONS(613), + [anon_sym_DOT_DOT_EQ] = ACTIONS(613), + [sym_val_nothing] = ACTIONS(613), + [anon_sym_true] = ACTIONS(613), + [anon_sym_false] = ACTIONS(613), + [aux_sym_val_number_token1] = ACTIONS(613), + [aux_sym_val_number_token2] = ACTIONS(613), + [aux_sym_val_number_token3] = ACTIONS(613), + [aux_sym_val_number_token4] = ACTIONS(613), + [anon_sym_inf] = ACTIONS(613), + [anon_sym_DASHinf] = ACTIONS(613), + [anon_sym_NaN] = ACTIONS(613), + [anon_sym_0b] = ACTIONS(613), + [anon_sym_0o] = ACTIONS(613), + [anon_sym_0x] = ACTIONS(613), + [sym_val_date] = ACTIONS(613), + [anon_sym_DQUOTE] = ACTIONS(613), + [sym__str_single_quotes] = ACTIONS(613), + [sym__str_back_ticks] = ACTIONS(613), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(613), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(613), + [anon_sym_CARET] = ACTIONS(613), + [anon_sym_POUND] = ACTIONS(3), + }, + [245] = { + [sym_comment] = STATE(245), + [anon_sym_export] = ACTIONS(862), + [anon_sym_alias] = ACTIONS(862), + [anon_sym_let] = ACTIONS(862), + [anon_sym_let_DASHenv] = ACTIONS(862), + [anon_sym_mut] = ACTIONS(862), + [anon_sym_const] = ACTIONS(862), + [sym_cmd_identifier] = ACTIONS(862), + [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_LF] = ACTIONS(864), + [anon_sym_def] = ACTIONS(862), + [anon_sym_def_DASHenv] = ACTIONS(862), + [anon_sym_export_DASHenv] = ACTIONS(862), + [anon_sym_extern] = ACTIONS(862), + [anon_sym_module] = ACTIONS(862), + [anon_sym_use] = ACTIONS(862), + [anon_sym_LBRACK] = ACTIONS(862), + [anon_sym_LPAREN] = ACTIONS(862), + [anon_sym_RPAREN] = ACTIONS(862), + [anon_sym_PIPE] = ACTIONS(862), + [anon_sym_DOLLAR] = ACTIONS(862), + [anon_sym_error] = ACTIONS(862), + [anon_sym_GT] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(862), + [anon_sym_DASH] = ACTIONS(862), + [anon_sym_break] = ACTIONS(862), + [anon_sym_continue] = ACTIONS(862), + [anon_sym_for] = ACTIONS(862), + [anon_sym_in] = ACTIONS(862), + [anon_sym_loop] = ACTIONS(862), + [anon_sym_while] = ACTIONS(862), + [anon_sym_do] = ACTIONS(862), + [anon_sym_if] = ACTIONS(862), + [anon_sym_match] = ACTIONS(862), + [anon_sym_LBRACE] = ACTIONS(862), + [anon_sym_RBRACE] = ACTIONS(862), + [anon_sym_try] = ACTIONS(862), + [anon_sym_return] = ACTIONS(862), + [anon_sym_source] = ACTIONS(862), + [anon_sym_source_DASHenv] = ACTIONS(862), + [anon_sym_register] = ACTIONS(862), + [anon_sym_hide] = ACTIONS(862), + [anon_sym_hide_DASHenv] = ACTIONS(862), + [anon_sym_overlay] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(862), + [anon_sym_where] = ACTIONS(862), + [anon_sym_STAR_STAR] = ACTIONS(862), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_SLASH] = ACTIONS(862), + [anon_sym_mod] = ACTIONS(862), + [anon_sym_SLASH_SLASH] = ACTIONS(862), + [anon_sym_PLUS] = ACTIONS(862), + [anon_sym_bit_DASHshl] = ACTIONS(862), + [anon_sym_bit_DASHshr] = ACTIONS(862), + [anon_sym_EQ_EQ] = ACTIONS(862), + [anon_sym_BANG_EQ] = ACTIONS(862), + [anon_sym_LT2] = ACTIONS(862), + [anon_sym_LT_EQ] = ACTIONS(862), + [anon_sym_GT_EQ] = ACTIONS(862), + [anon_sym_not_DASHin] = ACTIONS(862), + [anon_sym_starts_DASHwith] = ACTIONS(862), + [anon_sym_ends_DASHwith] = ACTIONS(862), + [anon_sym_EQ_TILDE] = ACTIONS(862), + [anon_sym_BANG_TILDE] = ACTIONS(862), + [anon_sym_bit_DASHand] = ACTIONS(862), + [anon_sym_bit_DASHxor] = ACTIONS(862), + [anon_sym_bit_DASHor] = ACTIONS(862), + [anon_sym_and] = ACTIONS(862), + [anon_sym_xor] = ACTIONS(862), + [anon_sym_or] = ACTIONS(862), + [anon_sym_not] = ACTIONS(862), + [anon_sym_DOT_DOT_LT] = ACTIONS(862), + [anon_sym_DOT_DOT] = ACTIONS(862), + [anon_sym_DOT_DOT_EQ] = ACTIONS(862), + [sym_val_nothing] = ACTIONS(862), + [anon_sym_true] = ACTIONS(862), + [anon_sym_false] = ACTIONS(862), + [aux_sym_val_number_token1] = ACTIONS(862), + [aux_sym_val_number_token2] = ACTIONS(862), + [aux_sym_val_number_token3] = ACTIONS(862), + [aux_sym_val_number_token4] = ACTIONS(862), + [anon_sym_inf] = ACTIONS(862), + [anon_sym_DASHinf] = ACTIONS(862), + [anon_sym_NaN] = ACTIONS(862), + [anon_sym_0b] = ACTIONS(862), + [anon_sym_0o] = ACTIONS(862), + [anon_sym_0x] = ACTIONS(862), + [sym_val_date] = ACTIONS(862), + [anon_sym_DQUOTE] = ACTIONS(862), + [sym__str_single_quotes] = ACTIONS(862), + [sym__str_back_ticks] = ACTIONS(862), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(862), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(862), + [anon_sym_CARET] = ACTIONS(862), + [sym_short_flag] = ACTIONS(862), + [anon_sym_POUND] = ACTIONS(3), + }, + [246] = { + [sym_comment] = STATE(246), [anon_sym_export] = ACTIONS(866), [anon_sym_alias] = ACTIONS(866), [anon_sym_let] = ACTIONS(866), @@ -71399,204 +71110,204 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_short_flag] = ACTIONS(866), [anon_sym_POUND] = ACTIONS(3), }, - [250] = { - [sym_comment] = STATE(250), - [anon_sym_export] = ACTIONS(103), - [anon_sym_alias] = ACTIONS(103), - [anon_sym_let] = ACTIONS(103), - [anon_sym_let_DASHenv] = ACTIONS(103), - [anon_sym_mut] = ACTIONS(103), - [anon_sym_const] = ACTIONS(103), - [sym_cmd_identifier] = ACTIONS(103), - [anon_sym_SEMI] = ACTIONS(103), - [anon_sym_LF] = ACTIONS(105), - [anon_sym_def] = ACTIONS(103), - [anon_sym_def_DASHenv] = ACTIONS(103), - [anon_sym_export_DASHenv] = ACTIONS(103), - [anon_sym_extern] = ACTIONS(103), - [anon_sym_module] = ACTIONS(103), - [anon_sym_use] = ACTIONS(103), - [anon_sym_LBRACK] = ACTIONS(103), - [anon_sym_LPAREN] = ACTIONS(103), - [anon_sym_RPAREN] = ACTIONS(103), - [anon_sym_PIPE] = ACTIONS(103), - [anon_sym_DOLLAR] = ACTIONS(103), - [anon_sym_error] = ACTIONS(103), - [anon_sym_GT] = ACTIONS(103), - [anon_sym_DASH_DASH] = ACTIONS(103), - [anon_sym_DASH] = ACTIONS(103), - [anon_sym_break] = ACTIONS(103), - [anon_sym_continue] = ACTIONS(103), - [anon_sym_for] = ACTIONS(103), - [anon_sym_in] = ACTIONS(103), - [anon_sym_loop] = ACTIONS(103), - [anon_sym_while] = ACTIONS(103), - [anon_sym_do] = ACTIONS(103), - [anon_sym_if] = ACTIONS(103), - [anon_sym_match] = ACTIONS(103), - [anon_sym_LBRACE] = ACTIONS(103), - [anon_sym_RBRACE] = ACTIONS(103), - [anon_sym_try] = ACTIONS(103), - [anon_sym_return] = ACTIONS(103), - [anon_sym_source] = ACTIONS(103), - [anon_sym_source_DASHenv] = ACTIONS(103), - [anon_sym_register] = ACTIONS(103), - [anon_sym_hide] = ACTIONS(103), - [anon_sym_hide_DASHenv] = ACTIONS(103), - [anon_sym_overlay] = ACTIONS(103), - [anon_sym_STAR] = ACTIONS(103), - [anon_sym_where] = ACTIONS(103), - [anon_sym_STAR_STAR] = ACTIONS(103), - [anon_sym_PLUS_PLUS] = ACTIONS(103), - [anon_sym_SLASH] = ACTIONS(103), - [anon_sym_mod] = ACTIONS(103), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_PLUS] = ACTIONS(103), - [anon_sym_bit_DASHshl] = ACTIONS(103), - [anon_sym_bit_DASHshr] = ACTIONS(103), - [anon_sym_EQ_EQ] = ACTIONS(103), - [anon_sym_BANG_EQ] = ACTIONS(103), - [anon_sym_LT2] = ACTIONS(103), - [anon_sym_LT_EQ] = ACTIONS(103), - [anon_sym_GT_EQ] = ACTIONS(103), - [anon_sym_not_DASHin] = ACTIONS(103), - [anon_sym_starts_DASHwith] = ACTIONS(103), - [anon_sym_ends_DASHwith] = ACTIONS(103), - [anon_sym_EQ_TILDE] = ACTIONS(103), - [anon_sym_BANG_TILDE] = ACTIONS(103), - [anon_sym_bit_DASHand] = ACTIONS(103), - [anon_sym_bit_DASHxor] = ACTIONS(103), - [anon_sym_bit_DASHor] = ACTIONS(103), - [anon_sym_and] = ACTIONS(103), - [anon_sym_xor] = ACTIONS(103), - [anon_sym_or] = ACTIONS(103), - [anon_sym_not] = ACTIONS(103), - [anon_sym_DOT_DOT_LT] = ACTIONS(103), - [anon_sym_DOT_DOT] = ACTIONS(103), - [anon_sym_DOT_DOT_EQ] = ACTIONS(103), - [sym_val_nothing] = ACTIONS(103), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [aux_sym_val_number_token1] = ACTIONS(103), - [aux_sym_val_number_token2] = ACTIONS(103), - [aux_sym_val_number_token3] = ACTIONS(103), - [aux_sym_val_number_token4] = ACTIONS(103), - [anon_sym_inf] = ACTIONS(103), - [anon_sym_DASHinf] = ACTIONS(103), - [anon_sym_NaN] = ACTIONS(103), - [anon_sym_0b] = ACTIONS(103), - [anon_sym_0o] = ACTIONS(103), - [anon_sym_0x] = ACTIONS(103), - [sym_val_date] = ACTIONS(103), - [anon_sym_DQUOTE] = ACTIONS(103), - [sym__str_single_quotes] = ACTIONS(103), - [sym__str_back_ticks] = ACTIONS(103), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(103), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(103), - [anon_sym_CARET] = ACTIONS(103), - [sym_short_flag] = ACTIONS(103), + [247] = { + [sym_path] = STATE(308), + [sym_comment] = STATE(247), + [aux_sym_cell_path_repeat1] = STATE(209), + [ts_builtin_sym_end] = ACTIONS(607), + [anon_sym_export] = ACTIONS(605), + [anon_sym_alias] = ACTIONS(605), + [anon_sym_let] = ACTIONS(605), + [anon_sym_let_DASHenv] = ACTIONS(605), + [anon_sym_mut] = ACTIONS(605), + [anon_sym_const] = ACTIONS(605), + [sym_cmd_identifier] = ACTIONS(605), + [anon_sym_SEMI] = ACTIONS(605), + [anon_sym_LF] = ACTIONS(607), + [anon_sym_def] = ACTIONS(605), + [anon_sym_def_DASHenv] = ACTIONS(605), + [anon_sym_export_DASHenv] = ACTIONS(605), + [anon_sym_extern] = ACTIONS(605), + [anon_sym_module] = ACTIONS(605), + [anon_sym_use] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(605), + [anon_sym_PIPE] = ACTIONS(605), + [anon_sym_DOLLAR] = ACTIONS(605), + [anon_sym_error] = ACTIONS(605), + [anon_sym_GT] = ACTIONS(605), + [anon_sym_DASH] = ACTIONS(605), + [anon_sym_break] = ACTIONS(605), + [anon_sym_continue] = ACTIONS(605), + [anon_sym_for] = ACTIONS(605), + [anon_sym_in] = ACTIONS(605), + [anon_sym_loop] = ACTIONS(605), + [anon_sym_while] = ACTIONS(605), + [anon_sym_do] = ACTIONS(605), + [anon_sym_if] = ACTIONS(605), + [anon_sym_match] = ACTIONS(605), + [anon_sym_LBRACE] = ACTIONS(605), + [anon_sym_DOT] = ACTIONS(763), + [anon_sym_try] = ACTIONS(605), + [anon_sym_return] = ACTIONS(605), + [anon_sym_source] = ACTIONS(605), + [anon_sym_source_DASHenv] = ACTIONS(605), + [anon_sym_register] = ACTIONS(605), + [anon_sym_hide] = ACTIONS(605), + [anon_sym_hide_DASHenv] = ACTIONS(605), + [anon_sym_overlay] = ACTIONS(605), + [anon_sym_STAR] = ACTIONS(605), + [anon_sym_where] = ACTIONS(605), + [anon_sym_STAR_STAR] = ACTIONS(605), + [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_SLASH] = ACTIONS(605), + [anon_sym_mod] = ACTIONS(605), + [anon_sym_SLASH_SLASH] = ACTIONS(605), + [anon_sym_PLUS] = ACTIONS(605), + [anon_sym_bit_DASHshl] = ACTIONS(605), + [anon_sym_bit_DASHshr] = ACTIONS(605), + [anon_sym_EQ_EQ] = ACTIONS(605), + [anon_sym_BANG_EQ] = ACTIONS(605), + [anon_sym_LT2] = ACTIONS(605), + [anon_sym_LT_EQ] = ACTIONS(605), + [anon_sym_GT_EQ] = ACTIONS(605), + [anon_sym_not_DASHin] = ACTIONS(605), + [anon_sym_starts_DASHwith] = ACTIONS(605), + [anon_sym_ends_DASHwith] = ACTIONS(605), + [anon_sym_EQ_TILDE] = ACTIONS(605), + [anon_sym_BANG_TILDE] = ACTIONS(605), + [anon_sym_bit_DASHand] = ACTIONS(605), + [anon_sym_bit_DASHxor] = ACTIONS(605), + [anon_sym_bit_DASHor] = ACTIONS(605), + [anon_sym_and] = ACTIONS(605), + [anon_sym_xor] = ACTIONS(605), + [anon_sym_or] = ACTIONS(605), + [anon_sym_not] = ACTIONS(605), + [anon_sym_DOT_DOT_LT] = ACTIONS(605), + [anon_sym_DOT_DOT] = ACTIONS(605), + [anon_sym_DOT_DOT_EQ] = ACTIONS(605), + [sym_val_nothing] = ACTIONS(605), + [anon_sym_true] = ACTIONS(605), + [anon_sym_false] = ACTIONS(605), + [aux_sym_val_number_token1] = ACTIONS(605), + [aux_sym_val_number_token2] = ACTIONS(605), + [aux_sym_val_number_token3] = ACTIONS(605), + [aux_sym_val_number_token4] = ACTIONS(605), + [anon_sym_inf] = ACTIONS(605), + [anon_sym_DASHinf] = ACTIONS(605), + [anon_sym_NaN] = ACTIONS(605), + [anon_sym_0b] = ACTIONS(605), + [anon_sym_0o] = ACTIONS(605), + [anon_sym_0x] = ACTIONS(605), + [sym_val_date] = ACTIONS(605), + [anon_sym_DQUOTE] = ACTIONS(605), + [sym__str_single_quotes] = ACTIONS(605), + [sym__str_back_ticks] = ACTIONS(605), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(605), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(605), + [anon_sym_CARET] = ACTIONS(605), [anon_sym_POUND] = ACTIONS(3), }, - [251] = { - [sym_comment] = STATE(251), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(781), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(781), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(781), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(631), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(633), - [anon_sym_PLUS_PLUS] = ACTIONS(633), - [anon_sym_SLASH] = ACTIONS(631), - [anon_sym_mod] = ACTIONS(631), - [anon_sym_SLASH_SLASH] = ACTIONS(631), - [anon_sym_PLUS] = ACTIONS(781), - [anon_sym_bit_DASHshl] = ACTIONS(781), - [anon_sym_bit_DASHshr] = ACTIONS(781), - [anon_sym_EQ_EQ] = ACTIONS(781), - [anon_sym_BANG_EQ] = ACTIONS(781), - [anon_sym_LT2] = ACTIONS(781), - [anon_sym_LT_EQ] = ACTIONS(781), - [anon_sym_GT_EQ] = ACTIONS(781), - [anon_sym_not_DASHin] = ACTIONS(781), - [anon_sym_starts_DASHwith] = ACTIONS(781), - [anon_sym_ends_DASHwith] = ACTIONS(781), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), + [248] = { + [sym_cell_path] = STATE(392), + [sym_path] = STATE(247), + [sym_comment] = STATE(248), + [ts_builtin_sym_end] = ACTIONS(595), + [anon_sym_export] = ACTIONS(593), + [anon_sym_alias] = ACTIONS(593), + [anon_sym_let] = ACTIONS(593), + [anon_sym_let_DASHenv] = ACTIONS(593), + [anon_sym_mut] = ACTIONS(593), + [anon_sym_const] = ACTIONS(593), + [sym_cmd_identifier] = ACTIONS(593), + [anon_sym_SEMI] = ACTIONS(593), + [anon_sym_LF] = ACTIONS(595), + [anon_sym_def] = ACTIONS(593), + [anon_sym_def_DASHenv] = ACTIONS(593), + [anon_sym_export_DASHenv] = ACTIONS(593), + [anon_sym_extern] = ACTIONS(593), + [anon_sym_module] = ACTIONS(593), + [anon_sym_use] = ACTIONS(593), + [anon_sym_LBRACK] = ACTIONS(593), + [anon_sym_LPAREN] = ACTIONS(593), + [anon_sym_PIPE] = ACTIONS(593), + [anon_sym_DOLLAR] = ACTIONS(593), + [anon_sym_error] = ACTIONS(593), + [anon_sym_GT] = ACTIONS(593), + [anon_sym_DASH] = ACTIONS(593), + [anon_sym_break] = ACTIONS(593), + [anon_sym_continue] = ACTIONS(593), + [anon_sym_for] = ACTIONS(593), + [anon_sym_in] = ACTIONS(593), + [anon_sym_loop] = ACTIONS(593), + [anon_sym_while] = ACTIONS(593), + [anon_sym_do] = ACTIONS(593), + [anon_sym_if] = ACTIONS(593), + [anon_sym_match] = ACTIONS(593), + [anon_sym_LBRACE] = ACTIONS(593), + [anon_sym_DOT] = ACTIONS(763), + [anon_sym_try] = ACTIONS(593), + [anon_sym_return] = ACTIONS(593), + [anon_sym_source] = ACTIONS(593), + [anon_sym_source_DASHenv] = ACTIONS(593), + [anon_sym_register] = ACTIONS(593), + [anon_sym_hide] = ACTIONS(593), + [anon_sym_hide_DASHenv] = ACTIONS(593), + [anon_sym_overlay] = ACTIONS(593), + [anon_sym_STAR] = ACTIONS(593), + [anon_sym_where] = ACTIONS(593), + [anon_sym_STAR_STAR] = ACTIONS(593), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_SLASH] = ACTIONS(593), + [anon_sym_mod] = ACTIONS(593), + [anon_sym_SLASH_SLASH] = ACTIONS(593), + [anon_sym_PLUS] = ACTIONS(593), + [anon_sym_bit_DASHshl] = ACTIONS(593), + [anon_sym_bit_DASHshr] = ACTIONS(593), + [anon_sym_EQ_EQ] = ACTIONS(593), + [anon_sym_BANG_EQ] = ACTIONS(593), + [anon_sym_LT2] = ACTIONS(593), + [anon_sym_LT_EQ] = ACTIONS(593), + [anon_sym_GT_EQ] = ACTIONS(593), + [anon_sym_not_DASHin] = ACTIONS(593), + [anon_sym_starts_DASHwith] = ACTIONS(593), + [anon_sym_ends_DASHwith] = ACTIONS(593), + [anon_sym_EQ_TILDE] = ACTIONS(593), + [anon_sym_BANG_TILDE] = ACTIONS(593), + [anon_sym_bit_DASHand] = ACTIONS(593), + [anon_sym_bit_DASHxor] = ACTIONS(593), + [anon_sym_bit_DASHor] = ACTIONS(593), + [anon_sym_and] = ACTIONS(593), + [anon_sym_xor] = ACTIONS(593), + [anon_sym_or] = ACTIONS(593), + [anon_sym_not] = ACTIONS(593), + [anon_sym_DOT_DOT_LT] = ACTIONS(593), + [anon_sym_DOT_DOT] = ACTIONS(593), + [anon_sym_DOT_DOT_EQ] = ACTIONS(593), + [sym_val_nothing] = ACTIONS(593), + [anon_sym_true] = ACTIONS(593), + [anon_sym_false] = ACTIONS(593), + [aux_sym_val_number_token1] = ACTIONS(593), + [aux_sym_val_number_token2] = ACTIONS(593), + [aux_sym_val_number_token3] = ACTIONS(593), + [aux_sym_val_number_token4] = ACTIONS(593), + [anon_sym_inf] = ACTIONS(593), + [anon_sym_DASHinf] = ACTIONS(593), + [anon_sym_NaN] = ACTIONS(593), + [anon_sym_0b] = ACTIONS(593), + [anon_sym_0o] = ACTIONS(593), + [anon_sym_0x] = ACTIONS(593), + [sym_val_date] = ACTIONS(593), + [anon_sym_DQUOTE] = ACTIONS(593), + [sym__str_single_quotes] = ACTIONS(593), + [sym__str_back_ticks] = ACTIONS(593), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(593), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(593), + [anon_sym_CARET] = ACTIONS(593), [anon_sym_POUND] = ACTIONS(3), }, - [252] = { - [sym_comment] = STATE(252), + [249] = { + [sym_comment] = STATE(249), [anon_sym_export] = ACTIONS(870), [anon_sym_alias] = ACTIONS(870), [anon_sym_let] = ACTIONS(870), @@ -71693,106 +71404,204 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_short_flag] = ACTIONS(870), [anon_sym_POUND] = ACTIONS(3), }, - [253] = { - [sym_comment] = STATE(253), - [anon_sym_export] = ACTIONS(686), - [anon_sym_alias] = ACTIONS(686), - [anon_sym_let] = ACTIONS(686), - [anon_sym_let_DASHenv] = ACTIONS(686), - [anon_sym_mut] = ACTIONS(686), - [anon_sym_const] = ACTIONS(686), - [sym_cmd_identifier] = ACTIONS(686), - [anon_sym_SEMI] = ACTIONS(686), - [anon_sym_LF] = ACTIONS(688), - [anon_sym_def] = ACTIONS(686), - [anon_sym_def_DASHenv] = ACTIONS(686), - [anon_sym_export_DASHenv] = ACTIONS(686), - [anon_sym_extern] = ACTIONS(686), - [anon_sym_module] = ACTIONS(686), - [anon_sym_use] = ACTIONS(686), - [anon_sym_LBRACK] = ACTIONS(686), - [anon_sym_LPAREN] = ACTIONS(686), - [anon_sym_RPAREN] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(686), - [anon_sym_error] = ACTIONS(686), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_break] = ACTIONS(686), - [anon_sym_continue] = ACTIONS(686), - [anon_sym_for] = ACTIONS(686), - [anon_sym_in] = ACTIONS(686), - [anon_sym_loop] = ACTIONS(686), - [anon_sym_while] = ACTIONS(686), - [anon_sym_do] = ACTIONS(686), - [anon_sym_if] = ACTIONS(686), - [anon_sym_match] = ACTIONS(686), - [anon_sym_LBRACE] = ACTIONS(686), - [anon_sym_RBRACE] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_try] = ACTIONS(686), - [anon_sym_return] = ACTIONS(686), - [anon_sym_source] = ACTIONS(686), - [anon_sym_source_DASHenv] = ACTIONS(686), - [anon_sym_register] = ACTIONS(686), - [anon_sym_hide] = ACTIONS(686), - [anon_sym_hide_DASHenv] = ACTIONS(686), - [anon_sym_overlay] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_where] = ACTIONS(686), - [anon_sym_QMARK2] = ACTIONS(686), - [anon_sym_STAR_STAR] = ACTIONS(686), - [anon_sym_PLUS_PLUS] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_mod] = ACTIONS(686), - [anon_sym_SLASH_SLASH] = ACTIONS(686), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_bit_DASHshl] = ACTIONS(686), - [anon_sym_bit_DASHshr] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(686), - [anon_sym_BANG_EQ] = ACTIONS(686), - [anon_sym_LT2] = ACTIONS(686), - [anon_sym_LT_EQ] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(686), - [anon_sym_not_DASHin] = ACTIONS(686), - [anon_sym_starts_DASHwith] = ACTIONS(686), - [anon_sym_ends_DASHwith] = ACTIONS(686), - [anon_sym_EQ_TILDE] = ACTIONS(686), - [anon_sym_BANG_TILDE] = ACTIONS(686), - [anon_sym_bit_DASHand] = ACTIONS(686), - [anon_sym_bit_DASHxor] = ACTIONS(686), - [anon_sym_bit_DASHor] = ACTIONS(686), - [anon_sym_and] = ACTIONS(686), - [anon_sym_xor] = ACTIONS(686), - [anon_sym_or] = ACTIONS(686), - [anon_sym_not] = ACTIONS(686), - [anon_sym_DOT_DOT_LT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_EQ] = ACTIONS(686), - [sym_val_nothing] = ACTIONS(686), - [anon_sym_true] = ACTIONS(686), - [anon_sym_false] = ACTIONS(686), - [aux_sym_val_number_token1] = ACTIONS(686), - [aux_sym_val_number_token2] = ACTIONS(686), - [aux_sym_val_number_token3] = ACTIONS(686), - [aux_sym_val_number_token4] = ACTIONS(686), - [anon_sym_inf] = ACTIONS(686), - [anon_sym_DASHinf] = ACTIONS(686), - [anon_sym_NaN] = ACTIONS(686), - [anon_sym_0b] = ACTIONS(686), - [anon_sym_0o] = ACTIONS(686), - [anon_sym_0x] = ACTIONS(686), - [sym_val_date] = ACTIONS(686), - [anon_sym_DQUOTE] = ACTIONS(686), - [sym__str_single_quotes] = ACTIONS(686), - [sym__str_back_ticks] = ACTIONS(686), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(686), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), + [250] = { + [sym_comment] = STATE(250), + [ts_builtin_sym_end] = ACTIONS(712), + [anon_sym_export] = ACTIONS(710), + [anon_sym_alias] = ACTIONS(710), + [anon_sym_let] = ACTIONS(710), + [anon_sym_let_DASHenv] = ACTIONS(710), + [anon_sym_mut] = ACTIONS(710), + [anon_sym_const] = ACTIONS(710), + [sym_cmd_identifier] = ACTIONS(710), + [anon_sym_SEMI] = ACTIONS(710), + [anon_sym_LF] = ACTIONS(712), + [anon_sym_def] = ACTIONS(710), + [anon_sym_def_DASHenv] = ACTIONS(710), + [anon_sym_export_DASHenv] = ACTIONS(710), + [anon_sym_extern] = ACTIONS(710), + [anon_sym_module] = ACTIONS(710), + [anon_sym_use] = ACTIONS(710), + [anon_sym_LBRACK] = ACTIONS(710), + [anon_sym_LPAREN] = ACTIONS(710), + [anon_sym_PIPE] = ACTIONS(710), + [anon_sym_DOLLAR] = ACTIONS(710), + [anon_sym_error] = ACTIONS(710), + [anon_sym_GT] = ACTIONS(710), + [anon_sym_DASH_DASH] = ACTIONS(710), + [anon_sym_DASH] = ACTIONS(710), + [anon_sym_break] = ACTIONS(710), + [anon_sym_continue] = ACTIONS(710), + [anon_sym_for] = ACTIONS(710), + [anon_sym_in] = ACTIONS(710), + [anon_sym_loop] = ACTIONS(710), + [anon_sym_while] = ACTIONS(710), + [anon_sym_do] = ACTIONS(710), + [anon_sym_if] = ACTIONS(710), + [anon_sym_match] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(710), + [anon_sym_DOT] = ACTIONS(710), + [anon_sym_try] = ACTIONS(710), + [anon_sym_return] = ACTIONS(710), + [anon_sym_source] = ACTIONS(710), + [anon_sym_source_DASHenv] = ACTIONS(710), + [anon_sym_register] = ACTIONS(710), + [anon_sym_hide] = ACTIONS(710), + [anon_sym_hide_DASHenv] = ACTIONS(710), + [anon_sym_overlay] = ACTIONS(710), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_where] = ACTIONS(710), + [anon_sym_STAR_STAR] = ACTIONS(710), + [anon_sym_PLUS_PLUS] = ACTIONS(710), + [anon_sym_SLASH] = ACTIONS(710), + [anon_sym_mod] = ACTIONS(710), + [anon_sym_SLASH_SLASH] = ACTIONS(710), + [anon_sym_PLUS] = ACTIONS(710), + [anon_sym_bit_DASHshl] = ACTIONS(710), + [anon_sym_bit_DASHshr] = ACTIONS(710), + [anon_sym_EQ_EQ] = ACTIONS(710), + [anon_sym_BANG_EQ] = ACTIONS(710), + [anon_sym_LT2] = ACTIONS(710), + [anon_sym_LT_EQ] = ACTIONS(710), + [anon_sym_GT_EQ] = ACTIONS(710), + [anon_sym_not_DASHin] = ACTIONS(710), + [anon_sym_starts_DASHwith] = ACTIONS(710), + [anon_sym_ends_DASHwith] = ACTIONS(710), + [anon_sym_EQ_TILDE] = ACTIONS(710), + [anon_sym_BANG_TILDE] = ACTIONS(710), + [anon_sym_bit_DASHand] = ACTIONS(710), + [anon_sym_bit_DASHxor] = ACTIONS(710), + [anon_sym_bit_DASHor] = ACTIONS(710), + [anon_sym_and] = ACTIONS(710), + [anon_sym_xor] = ACTIONS(710), + [anon_sym_or] = ACTIONS(710), + [anon_sym_not] = ACTIONS(710), + [anon_sym_DOT_DOT_LT] = ACTIONS(710), + [anon_sym_DOT_DOT] = ACTIONS(710), + [anon_sym_DOT_DOT_EQ] = ACTIONS(710), + [sym_val_nothing] = ACTIONS(710), + [anon_sym_true] = ACTIONS(710), + [anon_sym_false] = ACTIONS(710), + [aux_sym_val_number_token1] = ACTIONS(710), + [aux_sym_val_number_token2] = ACTIONS(710), + [aux_sym_val_number_token3] = ACTIONS(710), + [aux_sym_val_number_token4] = ACTIONS(710), + [anon_sym_inf] = ACTIONS(710), + [anon_sym_DASHinf] = ACTIONS(710), + [anon_sym_NaN] = ACTIONS(710), + [anon_sym_0b] = ACTIONS(710), + [anon_sym_0o] = ACTIONS(710), + [anon_sym_0x] = ACTIONS(710), + [sym_val_date] = ACTIONS(710), + [anon_sym_DQUOTE] = ACTIONS(710), + [sym__str_single_quotes] = ACTIONS(710), + [sym__str_back_ticks] = ACTIONS(710), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(710), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(710), + [anon_sym_CARET] = ACTIONS(710), + [sym_short_flag] = ACTIONS(710), [anon_sym_POUND] = ACTIONS(3), }, - [254] = { - [sym_comment] = STATE(254), + [251] = { + [sym_cell_path] = STATE(378), + [sym_path] = STATE(247), + [sym_comment] = STATE(251), + [ts_builtin_sym_end] = ACTIONS(591), + [anon_sym_export] = ACTIONS(589), + [anon_sym_alias] = ACTIONS(589), + [anon_sym_let] = ACTIONS(589), + [anon_sym_let_DASHenv] = ACTIONS(589), + [anon_sym_mut] = ACTIONS(589), + [anon_sym_const] = ACTIONS(589), + [sym_cmd_identifier] = ACTIONS(589), + [anon_sym_SEMI] = ACTIONS(589), + [anon_sym_LF] = ACTIONS(591), + [anon_sym_def] = ACTIONS(589), + [anon_sym_def_DASHenv] = ACTIONS(589), + [anon_sym_export_DASHenv] = ACTIONS(589), + [anon_sym_extern] = ACTIONS(589), + [anon_sym_module] = ACTIONS(589), + [anon_sym_use] = ACTIONS(589), + [anon_sym_LBRACK] = ACTIONS(589), + [anon_sym_LPAREN] = ACTIONS(589), + [anon_sym_PIPE] = ACTIONS(589), + [anon_sym_DOLLAR] = ACTIONS(589), + [anon_sym_error] = ACTIONS(589), + [anon_sym_GT] = ACTIONS(589), + [anon_sym_DASH] = ACTIONS(589), + [anon_sym_break] = ACTIONS(589), + [anon_sym_continue] = ACTIONS(589), + [anon_sym_for] = ACTIONS(589), + [anon_sym_in] = ACTIONS(589), + [anon_sym_loop] = ACTIONS(589), + [anon_sym_while] = ACTIONS(589), + [anon_sym_do] = ACTIONS(589), + [anon_sym_if] = ACTIONS(589), + [anon_sym_match] = ACTIONS(589), + [anon_sym_LBRACE] = ACTIONS(589), + [anon_sym_DOT] = ACTIONS(763), + [anon_sym_try] = ACTIONS(589), + [anon_sym_return] = ACTIONS(589), + [anon_sym_source] = ACTIONS(589), + [anon_sym_source_DASHenv] = ACTIONS(589), + [anon_sym_register] = ACTIONS(589), + [anon_sym_hide] = ACTIONS(589), + [anon_sym_hide_DASHenv] = ACTIONS(589), + [anon_sym_overlay] = ACTIONS(589), + [anon_sym_STAR] = ACTIONS(589), + [anon_sym_where] = ACTIONS(589), + [anon_sym_STAR_STAR] = ACTIONS(589), + [anon_sym_PLUS_PLUS] = ACTIONS(589), + [anon_sym_SLASH] = ACTIONS(589), + [anon_sym_mod] = ACTIONS(589), + [anon_sym_SLASH_SLASH] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(589), + [anon_sym_bit_DASHshl] = ACTIONS(589), + [anon_sym_bit_DASHshr] = ACTIONS(589), + [anon_sym_EQ_EQ] = ACTIONS(589), + [anon_sym_BANG_EQ] = ACTIONS(589), + [anon_sym_LT2] = ACTIONS(589), + [anon_sym_LT_EQ] = ACTIONS(589), + [anon_sym_GT_EQ] = ACTIONS(589), + [anon_sym_not_DASHin] = ACTIONS(589), + [anon_sym_starts_DASHwith] = ACTIONS(589), + [anon_sym_ends_DASHwith] = ACTIONS(589), + [anon_sym_EQ_TILDE] = ACTIONS(589), + [anon_sym_BANG_TILDE] = ACTIONS(589), + [anon_sym_bit_DASHand] = ACTIONS(589), + [anon_sym_bit_DASHxor] = ACTIONS(589), + [anon_sym_bit_DASHor] = ACTIONS(589), + [anon_sym_and] = ACTIONS(589), + [anon_sym_xor] = ACTIONS(589), + [anon_sym_or] = ACTIONS(589), + [anon_sym_not] = ACTIONS(589), + [anon_sym_DOT_DOT_LT] = ACTIONS(589), + [anon_sym_DOT_DOT] = ACTIONS(589), + [anon_sym_DOT_DOT_EQ] = ACTIONS(589), + [sym_val_nothing] = ACTIONS(589), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), + [aux_sym_val_number_token1] = ACTIONS(589), + [aux_sym_val_number_token2] = ACTIONS(589), + [aux_sym_val_number_token3] = ACTIONS(589), + [aux_sym_val_number_token4] = ACTIONS(589), + [anon_sym_inf] = ACTIONS(589), + [anon_sym_DASHinf] = ACTIONS(589), + [anon_sym_NaN] = ACTIONS(589), + [anon_sym_0b] = ACTIONS(589), + [anon_sym_0o] = ACTIONS(589), + [anon_sym_0x] = ACTIONS(589), + [sym_val_date] = ACTIONS(589), + [anon_sym_DQUOTE] = ACTIONS(589), + [sym__str_single_quotes] = ACTIONS(589), + [sym__str_back_ticks] = ACTIONS(589), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(589), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(589), + [anon_sym_CARET] = ACTIONS(589), + [anon_sym_POUND] = ACTIONS(3), + }, + [252] = { + [sym_comment] = STATE(252), [anon_sym_export] = ACTIONS(874), [anon_sym_alias] = ACTIONS(874), [anon_sym_let] = ACTIONS(874), @@ -71889,493 +71698,592 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_short_flag] = ACTIONS(874), [anon_sym_POUND] = ACTIONS(3), }, + [253] = { + [sym_comment] = STATE(253), + [anon_sym_export] = ACTIONS(107), + [anon_sym_alias] = ACTIONS(107), + [anon_sym_let] = ACTIONS(107), + [anon_sym_let_DASHenv] = ACTIONS(107), + [anon_sym_mut] = ACTIONS(107), + [anon_sym_const] = ACTIONS(107), + [sym_cmd_identifier] = ACTIONS(107), + [anon_sym_SEMI] = ACTIONS(107), + [anon_sym_LF] = ACTIONS(109), + [anon_sym_def] = ACTIONS(107), + [anon_sym_def_DASHenv] = ACTIONS(107), + [anon_sym_export_DASHenv] = ACTIONS(107), + [anon_sym_extern] = ACTIONS(107), + [anon_sym_module] = ACTIONS(107), + [anon_sym_use] = ACTIONS(107), + [anon_sym_LBRACK] = ACTIONS(107), + [anon_sym_LPAREN] = ACTIONS(107), + [anon_sym_RPAREN] = ACTIONS(107), + [anon_sym_PIPE] = ACTIONS(107), + [anon_sym_DOLLAR] = ACTIONS(107), + [anon_sym_error] = ACTIONS(107), + [anon_sym_GT] = ACTIONS(107), + [anon_sym_DASH_DASH] = ACTIONS(107), + [anon_sym_DASH] = ACTIONS(107), + [anon_sym_break] = ACTIONS(107), + [anon_sym_continue] = ACTIONS(107), + [anon_sym_for] = ACTIONS(107), + [anon_sym_in] = ACTIONS(107), + [anon_sym_loop] = ACTIONS(107), + [anon_sym_while] = ACTIONS(107), + [anon_sym_do] = ACTIONS(107), + [anon_sym_if] = ACTIONS(107), + [anon_sym_match] = ACTIONS(107), + [anon_sym_LBRACE] = ACTIONS(107), + [anon_sym_RBRACE] = ACTIONS(107), + [anon_sym_try] = ACTIONS(107), + [anon_sym_return] = ACTIONS(107), + [anon_sym_source] = ACTIONS(107), + [anon_sym_source_DASHenv] = ACTIONS(107), + [anon_sym_register] = ACTIONS(107), + [anon_sym_hide] = ACTIONS(107), + [anon_sym_hide_DASHenv] = ACTIONS(107), + [anon_sym_overlay] = ACTIONS(107), + [anon_sym_STAR] = ACTIONS(107), + [anon_sym_where] = ACTIONS(107), + [anon_sym_STAR_STAR] = ACTIONS(107), + [anon_sym_PLUS_PLUS] = ACTIONS(107), + [anon_sym_SLASH] = ACTIONS(107), + [anon_sym_mod] = ACTIONS(107), + [anon_sym_SLASH_SLASH] = ACTIONS(107), + [anon_sym_PLUS] = ACTIONS(107), + [anon_sym_bit_DASHshl] = ACTIONS(107), + [anon_sym_bit_DASHshr] = ACTIONS(107), + [anon_sym_EQ_EQ] = ACTIONS(107), + [anon_sym_BANG_EQ] = ACTIONS(107), + [anon_sym_LT2] = ACTIONS(107), + [anon_sym_LT_EQ] = ACTIONS(107), + [anon_sym_GT_EQ] = ACTIONS(107), + [anon_sym_not_DASHin] = ACTIONS(107), + [anon_sym_starts_DASHwith] = ACTIONS(107), + [anon_sym_ends_DASHwith] = ACTIONS(107), + [anon_sym_EQ_TILDE] = ACTIONS(107), + [anon_sym_BANG_TILDE] = ACTIONS(107), + [anon_sym_bit_DASHand] = ACTIONS(107), + [anon_sym_bit_DASHxor] = ACTIONS(107), + [anon_sym_bit_DASHor] = ACTIONS(107), + [anon_sym_and] = ACTIONS(107), + [anon_sym_xor] = ACTIONS(107), + [anon_sym_or] = ACTIONS(107), + [anon_sym_not] = ACTIONS(107), + [anon_sym_DOT_DOT_LT] = ACTIONS(107), + [anon_sym_DOT_DOT] = ACTIONS(107), + [anon_sym_DOT_DOT_EQ] = ACTIONS(107), + [sym_val_nothing] = ACTIONS(107), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [aux_sym_val_number_token1] = ACTIONS(107), + [aux_sym_val_number_token2] = ACTIONS(107), + [aux_sym_val_number_token3] = ACTIONS(107), + [aux_sym_val_number_token4] = ACTIONS(107), + [anon_sym_inf] = ACTIONS(107), + [anon_sym_DASHinf] = ACTIONS(107), + [anon_sym_NaN] = ACTIONS(107), + [anon_sym_0b] = ACTIONS(107), + [anon_sym_0o] = ACTIONS(107), + [anon_sym_0x] = ACTIONS(107), + [sym_val_date] = ACTIONS(107), + [anon_sym_DQUOTE] = ACTIONS(107), + [sym__str_single_quotes] = ACTIONS(107), + [sym__str_back_ticks] = ACTIONS(107), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), + [anon_sym_CARET] = ACTIONS(107), + [sym_short_flag] = ACTIONS(107), + [anon_sym_POUND] = ACTIONS(3), + }, + [254] = { + [sym_comment] = STATE(254), + [ts_builtin_sym_end] = ACTIONS(755), + [anon_sym_export] = ACTIONS(753), + [anon_sym_alias] = ACTIONS(753), + [anon_sym_let] = ACTIONS(753), + [anon_sym_let_DASHenv] = ACTIONS(753), + [anon_sym_mut] = ACTIONS(753), + [anon_sym_const] = ACTIONS(753), + [sym_cmd_identifier] = ACTIONS(753), + [anon_sym_SEMI] = ACTIONS(753), + [anon_sym_LF] = ACTIONS(755), + [anon_sym_def] = ACTIONS(753), + [anon_sym_def_DASHenv] = ACTIONS(753), + [anon_sym_export_DASHenv] = ACTIONS(753), + [anon_sym_extern] = ACTIONS(753), + [anon_sym_module] = ACTIONS(753), + [anon_sym_use] = ACTIONS(753), + [anon_sym_LBRACK] = ACTIONS(753), + [anon_sym_LPAREN] = ACTIONS(753), + [anon_sym_PIPE] = ACTIONS(753), + [anon_sym_DOLLAR] = ACTIONS(753), + [anon_sym_error] = ACTIONS(753), + [anon_sym_GT] = ACTIONS(753), + [anon_sym_DASH_DASH] = ACTIONS(753), + [anon_sym_DASH] = ACTIONS(753), + [anon_sym_break] = ACTIONS(753), + [anon_sym_continue] = ACTIONS(753), + [anon_sym_for] = ACTIONS(753), + [anon_sym_in] = ACTIONS(753), + [anon_sym_loop] = ACTIONS(753), + [anon_sym_while] = ACTIONS(753), + [anon_sym_do] = ACTIONS(753), + [anon_sym_if] = ACTIONS(753), + [anon_sym_match] = ACTIONS(753), + [anon_sym_LBRACE] = ACTIONS(753), + [anon_sym_DOT] = ACTIONS(753), + [anon_sym_try] = ACTIONS(753), + [anon_sym_return] = ACTIONS(753), + [anon_sym_source] = ACTIONS(753), + [anon_sym_source_DASHenv] = ACTIONS(753), + [anon_sym_register] = ACTIONS(753), + [anon_sym_hide] = ACTIONS(753), + [anon_sym_hide_DASHenv] = ACTIONS(753), + [anon_sym_overlay] = ACTIONS(753), + [anon_sym_STAR] = ACTIONS(753), + [anon_sym_where] = ACTIONS(753), + [anon_sym_STAR_STAR] = ACTIONS(753), + [anon_sym_PLUS_PLUS] = ACTIONS(753), + [anon_sym_SLASH] = ACTIONS(753), + [anon_sym_mod] = ACTIONS(753), + [anon_sym_SLASH_SLASH] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(753), + [anon_sym_bit_DASHshl] = ACTIONS(753), + [anon_sym_bit_DASHshr] = ACTIONS(753), + [anon_sym_EQ_EQ] = ACTIONS(753), + [anon_sym_BANG_EQ] = ACTIONS(753), + [anon_sym_LT2] = ACTIONS(753), + [anon_sym_LT_EQ] = ACTIONS(753), + [anon_sym_GT_EQ] = ACTIONS(753), + [anon_sym_not_DASHin] = ACTIONS(753), + [anon_sym_starts_DASHwith] = ACTIONS(753), + [anon_sym_ends_DASHwith] = ACTIONS(753), + [anon_sym_EQ_TILDE] = ACTIONS(753), + [anon_sym_BANG_TILDE] = ACTIONS(753), + [anon_sym_bit_DASHand] = ACTIONS(753), + [anon_sym_bit_DASHxor] = ACTIONS(753), + [anon_sym_bit_DASHor] = ACTIONS(753), + [anon_sym_and] = ACTIONS(753), + [anon_sym_xor] = ACTIONS(753), + [anon_sym_or] = ACTIONS(753), + [anon_sym_not] = ACTIONS(753), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_DOT_DOT] = ACTIONS(753), + [anon_sym_DOT_DOT_EQ] = ACTIONS(753), + [sym_val_nothing] = ACTIONS(753), + [anon_sym_true] = ACTIONS(753), + [anon_sym_false] = ACTIONS(753), + [aux_sym_val_number_token1] = ACTIONS(753), + [aux_sym_val_number_token2] = ACTIONS(753), + [aux_sym_val_number_token3] = ACTIONS(753), + [aux_sym_val_number_token4] = ACTIONS(753), + [anon_sym_inf] = ACTIONS(753), + [anon_sym_DASHinf] = ACTIONS(753), + [anon_sym_NaN] = ACTIONS(753), + [anon_sym_0b] = ACTIONS(753), + [anon_sym_0o] = ACTIONS(753), + [anon_sym_0x] = ACTIONS(753), + [sym_val_date] = ACTIONS(753), + [anon_sym_DQUOTE] = ACTIONS(753), + [sym__str_single_quotes] = ACTIONS(753), + [sym__str_back_ticks] = ACTIONS(753), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(753), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(753), + [anon_sym_CARET] = ACTIONS(753), + [sym_short_flag] = ACTIONS(753), + [anon_sym_POUND] = ACTIONS(3), + }, [255] = { [sym_comment] = STATE(255), - [anon_sym_export] = ACTIONS(759), - [anon_sym_alias] = ACTIONS(759), - [anon_sym_let] = ACTIONS(759), - [anon_sym_let_DASHenv] = ACTIONS(759), - [anon_sym_mut] = ACTIONS(759), - [anon_sym_const] = ACTIONS(759), - [sym_cmd_identifier] = ACTIONS(759), - [anon_sym_SEMI] = ACTIONS(759), - [anon_sym_LF] = ACTIONS(761), - [anon_sym_def] = ACTIONS(759), - [anon_sym_def_DASHenv] = ACTIONS(759), - [anon_sym_export_DASHenv] = ACTIONS(759), - [anon_sym_extern] = ACTIONS(759), - [anon_sym_module] = ACTIONS(759), - [anon_sym_use] = ACTIONS(759), - [anon_sym_LBRACK] = ACTIONS(759), - [anon_sym_LPAREN] = ACTIONS(759), - [anon_sym_RPAREN] = ACTIONS(759), - [anon_sym_PIPE] = ACTIONS(759), - [anon_sym_DOLLAR] = ACTIONS(759), - [anon_sym_error] = ACTIONS(759), - [anon_sym_GT] = ACTIONS(759), - [anon_sym_DASH] = ACTIONS(759), - [anon_sym_break] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(759), - [anon_sym_for] = ACTIONS(759), - [anon_sym_in] = ACTIONS(759), - [anon_sym_loop] = ACTIONS(759), - [anon_sym_while] = ACTIONS(759), - [anon_sym_do] = ACTIONS(759), - [anon_sym_if] = ACTIONS(759), - [anon_sym_match] = ACTIONS(759), - [anon_sym_LBRACE] = ACTIONS(759), - [anon_sym_RBRACE] = ACTIONS(759), - [anon_sym_DOT] = ACTIONS(759), - [anon_sym_try] = ACTIONS(759), - [anon_sym_return] = ACTIONS(759), - [anon_sym_source] = ACTIONS(759), - [anon_sym_source_DASHenv] = ACTIONS(759), - [anon_sym_register] = ACTIONS(759), - [anon_sym_hide] = ACTIONS(759), - [anon_sym_hide_DASHenv] = ACTIONS(759), - [anon_sym_overlay] = ACTIONS(759), - [anon_sym_STAR] = ACTIONS(759), - [anon_sym_where] = ACTIONS(759), - [anon_sym_STAR_STAR] = ACTIONS(759), - [anon_sym_PLUS_PLUS] = ACTIONS(759), - [anon_sym_SLASH] = ACTIONS(759), - [anon_sym_mod] = ACTIONS(759), - [anon_sym_SLASH_SLASH] = ACTIONS(759), - [anon_sym_PLUS] = ACTIONS(759), - [anon_sym_bit_DASHshl] = ACTIONS(759), - [anon_sym_bit_DASHshr] = ACTIONS(759), - [anon_sym_EQ_EQ] = ACTIONS(759), - [anon_sym_BANG_EQ] = ACTIONS(759), - [anon_sym_LT2] = ACTIONS(759), - [anon_sym_LT_EQ] = ACTIONS(759), - [anon_sym_GT_EQ] = ACTIONS(759), - [anon_sym_not_DASHin] = ACTIONS(759), - [anon_sym_starts_DASHwith] = ACTIONS(759), - [anon_sym_ends_DASHwith] = ACTIONS(759), - [anon_sym_EQ_TILDE] = ACTIONS(759), - [anon_sym_BANG_TILDE] = ACTIONS(759), - [anon_sym_bit_DASHand] = ACTIONS(759), - [anon_sym_bit_DASHxor] = ACTIONS(759), - [anon_sym_bit_DASHor] = ACTIONS(759), - [anon_sym_and] = ACTIONS(759), - [anon_sym_xor] = ACTIONS(759), - [anon_sym_or] = ACTIONS(759), - [anon_sym_not] = ACTIONS(759), - [anon_sym_DOT_DOT_LT] = ACTIONS(759), - [anon_sym_DOT_DOT] = ACTIONS(759), - [anon_sym_DOT_DOT_EQ] = ACTIONS(759), - [sym_val_nothing] = ACTIONS(759), - [anon_sym_true] = ACTIONS(759), - [anon_sym_false] = ACTIONS(759), - [aux_sym_val_number_token1] = ACTIONS(759), - [aux_sym_val_number_token2] = ACTIONS(759), - [aux_sym_val_number_token3] = ACTIONS(759), - [aux_sym_val_number_token4] = ACTIONS(759), - [anon_sym_inf] = ACTIONS(759), - [anon_sym_DASHinf] = ACTIONS(759), - [anon_sym_NaN] = ACTIONS(759), - [anon_sym_0b] = ACTIONS(759), - [anon_sym_0o] = ACTIONS(759), - [anon_sym_0x] = ACTIONS(759), - [sym_val_date] = ACTIONS(759), - [anon_sym_DQUOTE] = ACTIONS(759), - [sym__str_single_quotes] = ACTIONS(759), - [sym__str_back_ticks] = ACTIONS(759), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(759), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(759), - [anon_sym_CARET] = ACTIONS(759), + [ts_builtin_sym_end] = ACTIONS(623), + [anon_sym_export] = ACTIONS(621), + [anon_sym_alias] = ACTIONS(621), + [anon_sym_let] = ACTIONS(621), + [anon_sym_let_DASHenv] = ACTIONS(621), + [anon_sym_mut] = ACTIONS(621), + [anon_sym_const] = ACTIONS(621), + [sym_cmd_identifier] = ACTIONS(621), + [anon_sym_SEMI] = ACTIONS(621), + [anon_sym_LF] = ACTIONS(623), + [anon_sym_def] = ACTIONS(621), + [anon_sym_def_DASHenv] = ACTIONS(621), + [anon_sym_export_DASHenv] = ACTIONS(621), + [anon_sym_extern] = ACTIONS(621), + [anon_sym_module] = ACTIONS(621), + [anon_sym_use] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_PIPE] = ACTIONS(621), + [anon_sym_DOLLAR] = ACTIONS(621), + [anon_sym_error] = ACTIONS(621), + [anon_sym_GT] = ACTIONS(621), + [anon_sym_DASH] = ACTIONS(621), + [anon_sym_break] = ACTIONS(621), + [anon_sym_continue] = ACTIONS(621), + [anon_sym_for] = ACTIONS(621), + [anon_sym_in] = ACTIONS(621), + [anon_sym_loop] = ACTIONS(621), + [anon_sym_while] = ACTIONS(621), + [anon_sym_do] = ACTIONS(621), + [anon_sym_if] = ACTIONS(621), + [anon_sym_match] = ACTIONS(621), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_DOT] = ACTIONS(621), + [anon_sym_try] = ACTIONS(621), + [anon_sym_return] = ACTIONS(621), + [anon_sym_source] = ACTIONS(621), + [anon_sym_source_DASHenv] = ACTIONS(621), + [anon_sym_register] = ACTIONS(621), + [anon_sym_hide] = ACTIONS(621), + [anon_sym_hide_DASHenv] = ACTIONS(621), + [anon_sym_overlay] = ACTIONS(621), + [anon_sym_STAR] = ACTIONS(621), + [anon_sym_where] = ACTIONS(621), + [anon_sym_QMARK2] = ACTIONS(878), + [anon_sym_STAR_STAR] = ACTIONS(621), + [anon_sym_PLUS_PLUS] = ACTIONS(621), + [anon_sym_SLASH] = ACTIONS(621), + [anon_sym_mod] = ACTIONS(621), + [anon_sym_SLASH_SLASH] = ACTIONS(621), + [anon_sym_PLUS] = ACTIONS(621), + [anon_sym_bit_DASHshl] = ACTIONS(621), + [anon_sym_bit_DASHshr] = ACTIONS(621), + [anon_sym_EQ_EQ] = ACTIONS(621), + [anon_sym_BANG_EQ] = ACTIONS(621), + [anon_sym_LT2] = ACTIONS(621), + [anon_sym_LT_EQ] = ACTIONS(621), + [anon_sym_GT_EQ] = ACTIONS(621), + [anon_sym_not_DASHin] = ACTIONS(621), + [anon_sym_starts_DASHwith] = ACTIONS(621), + [anon_sym_ends_DASHwith] = ACTIONS(621), + [anon_sym_EQ_TILDE] = ACTIONS(621), + [anon_sym_BANG_TILDE] = ACTIONS(621), + [anon_sym_bit_DASHand] = ACTIONS(621), + [anon_sym_bit_DASHxor] = ACTIONS(621), + [anon_sym_bit_DASHor] = ACTIONS(621), + [anon_sym_and] = ACTIONS(621), + [anon_sym_xor] = ACTIONS(621), + [anon_sym_or] = ACTIONS(621), + [anon_sym_not] = ACTIONS(621), + [anon_sym_DOT_DOT_LT] = ACTIONS(621), + [anon_sym_DOT_DOT] = ACTIONS(621), + [anon_sym_DOT_DOT_EQ] = ACTIONS(621), + [sym_val_nothing] = ACTIONS(621), + [anon_sym_true] = ACTIONS(621), + [anon_sym_false] = ACTIONS(621), + [aux_sym_val_number_token1] = ACTIONS(621), + [aux_sym_val_number_token2] = ACTIONS(621), + [aux_sym_val_number_token3] = ACTIONS(621), + [aux_sym_val_number_token4] = ACTIONS(621), + [anon_sym_inf] = ACTIONS(621), + [anon_sym_DASHinf] = ACTIONS(621), + [anon_sym_NaN] = ACTIONS(621), + [anon_sym_0b] = ACTIONS(621), + [anon_sym_0o] = ACTIONS(621), + [anon_sym_0x] = ACTIONS(621), + [sym_val_date] = ACTIONS(621), + [anon_sym_DQUOTE] = ACTIONS(621), + [sym__str_single_quotes] = ACTIONS(621), + [sym__str_back_ticks] = ACTIONS(621), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(621), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(621), + [anon_sym_CARET] = ACTIONS(621), [anon_sym_POUND] = ACTIONS(3), }, [256] = { [sym_comment] = STATE(256), - [anon_sym_export] = ACTIONS(750), - [anon_sym_alias] = ACTIONS(750), - [anon_sym_let] = ACTIONS(750), - [anon_sym_let_DASHenv] = ACTIONS(750), - [anon_sym_mut] = ACTIONS(750), - [anon_sym_const] = ACTIONS(750), - [sym_cmd_identifier] = ACTIONS(750), - [anon_sym_SEMI] = ACTIONS(750), - [anon_sym_LF] = ACTIONS(752), - [anon_sym_def] = ACTIONS(750), - [anon_sym_def_DASHenv] = ACTIONS(750), - [anon_sym_export_DASHenv] = ACTIONS(750), - [anon_sym_extern] = ACTIONS(750), - [anon_sym_module] = ACTIONS(750), - [anon_sym_use] = ACTIONS(750), - [anon_sym_LBRACK] = ACTIONS(750), - [anon_sym_LPAREN] = ACTIONS(750), - [anon_sym_RPAREN] = ACTIONS(750), - [anon_sym_PIPE] = ACTIONS(750), - [anon_sym_DOLLAR] = ACTIONS(750), - [anon_sym_error] = ACTIONS(750), - [anon_sym_GT] = ACTIONS(750), - [anon_sym_DASH] = ACTIONS(750), - [anon_sym_break] = ACTIONS(750), - [anon_sym_continue] = ACTIONS(750), - [anon_sym_for] = ACTIONS(750), - [anon_sym_in] = ACTIONS(750), - [anon_sym_loop] = ACTIONS(750), - [anon_sym_while] = ACTIONS(750), - [anon_sym_do] = ACTIONS(750), - [anon_sym_if] = ACTIONS(750), - [anon_sym_match] = ACTIONS(750), - [anon_sym_LBRACE] = ACTIONS(750), - [anon_sym_RBRACE] = ACTIONS(750), - [anon_sym_DOT] = ACTIONS(750), - [anon_sym_try] = ACTIONS(750), - [anon_sym_return] = ACTIONS(750), - [anon_sym_source] = ACTIONS(750), - [anon_sym_source_DASHenv] = ACTIONS(750), - [anon_sym_register] = ACTIONS(750), - [anon_sym_hide] = ACTIONS(750), - [anon_sym_hide_DASHenv] = ACTIONS(750), - [anon_sym_overlay] = ACTIONS(750), - [anon_sym_STAR] = ACTIONS(750), - [anon_sym_where] = ACTIONS(750), - [anon_sym_STAR_STAR] = ACTIONS(750), - [anon_sym_PLUS_PLUS] = ACTIONS(750), - [anon_sym_SLASH] = ACTIONS(750), - [anon_sym_mod] = ACTIONS(750), - [anon_sym_SLASH_SLASH] = ACTIONS(750), - [anon_sym_PLUS] = ACTIONS(750), - [anon_sym_bit_DASHshl] = ACTIONS(750), - [anon_sym_bit_DASHshr] = ACTIONS(750), - [anon_sym_EQ_EQ] = ACTIONS(750), - [anon_sym_BANG_EQ] = ACTIONS(750), - [anon_sym_LT2] = ACTIONS(750), - [anon_sym_LT_EQ] = ACTIONS(750), - [anon_sym_GT_EQ] = ACTIONS(750), - [anon_sym_not_DASHin] = ACTIONS(750), - [anon_sym_starts_DASHwith] = ACTIONS(750), - [anon_sym_ends_DASHwith] = ACTIONS(750), - [anon_sym_EQ_TILDE] = ACTIONS(750), - [anon_sym_BANG_TILDE] = ACTIONS(750), - [anon_sym_bit_DASHand] = ACTIONS(750), - [anon_sym_bit_DASHxor] = ACTIONS(750), - [anon_sym_bit_DASHor] = ACTIONS(750), - [anon_sym_and] = ACTIONS(750), - [anon_sym_xor] = ACTIONS(750), - [anon_sym_or] = ACTIONS(750), - [anon_sym_not] = ACTIONS(750), - [anon_sym_DOT_DOT_LT] = ACTIONS(750), - [anon_sym_DOT_DOT] = ACTIONS(750), - [anon_sym_DOT_DOT_EQ] = ACTIONS(750), - [sym_val_nothing] = ACTIONS(750), - [anon_sym_true] = ACTIONS(750), - [anon_sym_false] = ACTIONS(750), - [aux_sym_val_number_token1] = ACTIONS(750), - [aux_sym_val_number_token2] = ACTIONS(750), - [aux_sym_val_number_token3] = ACTIONS(750), - [aux_sym_val_number_token4] = ACTIONS(750), - [anon_sym_inf] = ACTIONS(750), - [anon_sym_DASHinf] = ACTIONS(750), - [anon_sym_NaN] = ACTIONS(750), - [anon_sym_0b] = ACTIONS(750), - [anon_sym_0o] = ACTIONS(750), - [anon_sym_0x] = ACTIONS(750), - [sym_val_date] = ACTIONS(750), - [anon_sym_DQUOTE] = ACTIONS(750), - [sym__str_single_quotes] = ACTIONS(750), - [sym__str_back_ticks] = ACTIONS(750), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(750), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(750), - [anon_sym_CARET] = ACTIONS(750), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(714), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(718), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(720), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(722), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(724), + [anon_sym_PLUS_PLUS] = ACTIONS(724), + [anon_sym_SLASH] = ACTIONS(722), + [anon_sym_mod] = ACTIONS(722), + [anon_sym_SLASH_SLASH] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(718), + [anon_sym_bit_DASHshl] = ACTIONS(726), + [anon_sym_bit_DASHshr] = ACTIONS(726), + [anon_sym_EQ_EQ] = ACTIONS(714), + [anon_sym_BANG_EQ] = ACTIONS(714), + [anon_sym_LT2] = ACTIONS(714), + [anon_sym_LT_EQ] = ACTIONS(714), + [anon_sym_GT_EQ] = ACTIONS(714), + [anon_sym_not_DASHin] = ACTIONS(720), + [anon_sym_starts_DASHwith] = ACTIONS(720), + [anon_sym_ends_DASHwith] = ACTIONS(720), + [anon_sym_EQ_TILDE] = ACTIONS(728), + [anon_sym_BANG_TILDE] = ACTIONS(728), + [anon_sym_bit_DASHand] = ACTIONS(730), + [anon_sym_bit_DASHxor] = ACTIONS(732), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, [257] = { [sym_comment] = STATE(257), - [ts_builtin_sym_end] = ACTIONS(814), - [anon_sym_export] = ACTIONS(812), - [anon_sym_alias] = ACTIONS(812), - [anon_sym_let] = ACTIONS(812), - [anon_sym_let_DASHenv] = ACTIONS(812), - [anon_sym_mut] = ACTIONS(812), - [anon_sym_const] = ACTIONS(812), - [sym_cmd_identifier] = ACTIONS(812), - [anon_sym_SEMI] = ACTIONS(812), - [anon_sym_LF] = ACTIONS(814), - [anon_sym_def] = ACTIONS(812), - [anon_sym_def_DASHenv] = ACTIONS(812), - [anon_sym_export_DASHenv] = ACTIONS(812), - [anon_sym_extern] = ACTIONS(812), - [anon_sym_module] = ACTIONS(812), - [anon_sym_use] = ACTIONS(812), - [anon_sym_LBRACK] = ACTIONS(812), - [anon_sym_LPAREN] = ACTIONS(812), - [anon_sym_PIPE] = ACTIONS(812), - [anon_sym_DOLLAR] = ACTIONS(812), - [anon_sym_error] = ACTIONS(812), - [anon_sym_GT] = ACTIONS(812), - [anon_sym_DASH_DASH] = ACTIONS(812), - [anon_sym_DASH] = ACTIONS(812), - [anon_sym_break] = ACTIONS(812), - [anon_sym_continue] = ACTIONS(812), - [anon_sym_for] = ACTIONS(812), - [anon_sym_in] = ACTIONS(812), - [anon_sym_loop] = ACTIONS(812), - [anon_sym_while] = ACTIONS(812), - [anon_sym_do] = ACTIONS(812), - [anon_sym_if] = ACTIONS(812), - [anon_sym_match] = ACTIONS(812), - [anon_sym_LBRACE] = ACTIONS(812), - [anon_sym_try] = ACTIONS(812), - [anon_sym_return] = ACTIONS(812), - [anon_sym_source] = ACTIONS(812), - [anon_sym_source_DASHenv] = ACTIONS(812), - [anon_sym_register] = ACTIONS(812), - [anon_sym_hide] = ACTIONS(812), - [anon_sym_hide_DASHenv] = ACTIONS(812), - [anon_sym_overlay] = ACTIONS(812), - [anon_sym_STAR] = ACTIONS(812), - [anon_sym_where] = ACTIONS(812), - [anon_sym_STAR_STAR] = ACTIONS(812), - [anon_sym_PLUS_PLUS] = ACTIONS(812), - [anon_sym_SLASH] = ACTIONS(812), - [anon_sym_mod] = ACTIONS(812), - [anon_sym_SLASH_SLASH] = ACTIONS(812), - [anon_sym_PLUS] = ACTIONS(812), - [anon_sym_bit_DASHshl] = ACTIONS(812), - [anon_sym_bit_DASHshr] = ACTIONS(812), - [anon_sym_EQ_EQ] = ACTIONS(812), - [anon_sym_BANG_EQ] = ACTIONS(812), - [anon_sym_LT2] = ACTIONS(812), - [anon_sym_LT_EQ] = ACTIONS(812), - [anon_sym_GT_EQ] = ACTIONS(812), - [anon_sym_not_DASHin] = ACTIONS(812), - [anon_sym_starts_DASHwith] = ACTIONS(812), - [anon_sym_ends_DASHwith] = ACTIONS(812), - [anon_sym_EQ_TILDE] = ACTIONS(812), - [anon_sym_BANG_TILDE] = ACTIONS(812), - [anon_sym_bit_DASHand] = ACTIONS(812), - [anon_sym_bit_DASHxor] = ACTIONS(812), - [anon_sym_bit_DASHor] = ACTIONS(812), - [anon_sym_and] = ACTIONS(812), - [anon_sym_xor] = ACTIONS(812), - [anon_sym_or] = ACTIONS(812), - [anon_sym_not] = ACTIONS(812), - [anon_sym_DOT_DOT_LT] = ACTIONS(812), - [anon_sym_DOT_DOT] = ACTIONS(812), - [anon_sym_DOT_DOT_EQ] = ACTIONS(812), - [sym_val_nothing] = ACTIONS(812), - [anon_sym_true] = ACTIONS(812), - [anon_sym_false] = ACTIONS(812), - [aux_sym_val_number_token1] = ACTIONS(812), - [aux_sym_val_number_token2] = ACTIONS(812), - [aux_sym_val_number_token3] = ACTIONS(812), - [aux_sym_val_number_token4] = ACTIONS(812), - [anon_sym_inf] = ACTIONS(812), - [anon_sym_DASHinf] = ACTIONS(812), - [anon_sym_NaN] = ACTIONS(812), - [anon_sym_0b] = ACTIONS(812), - [anon_sym_0o] = ACTIONS(812), - [anon_sym_0x] = ACTIONS(812), - [sym_val_date] = ACTIONS(812), - [anon_sym_DQUOTE] = ACTIONS(812), - [sym__str_single_quotes] = ACTIONS(812), - [sym__str_back_ticks] = ACTIONS(812), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(812), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(812), - [anon_sym_CARET] = ACTIONS(812), - [sym_short_flag] = ACTIONS(812), + [ts_builtin_sym_end] = ACTIONS(868), + [anon_sym_export] = ACTIONS(866), + [anon_sym_alias] = ACTIONS(866), + [anon_sym_let] = ACTIONS(866), + [anon_sym_let_DASHenv] = ACTIONS(866), + [anon_sym_mut] = ACTIONS(866), + [anon_sym_const] = ACTIONS(866), + [sym_cmd_identifier] = ACTIONS(866), + [anon_sym_SEMI] = ACTIONS(866), + [anon_sym_LF] = ACTIONS(868), + [anon_sym_def] = ACTIONS(866), + [anon_sym_def_DASHenv] = ACTIONS(866), + [anon_sym_export_DASHenv] = ACTIONS(866), + [anon_sym_extern] = ACTIONS(866), + [anon_sym_module] = ACTIONS(866), + [anon_sym_use] = ACTIONS(866), + [anon_sym_LBRACK] = ACTIONS(866), + [anon_sym_LPAREN] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(866), + [anon_sym_DOLLAR] = ACTIONS(866), + [anon_sym_error] = ACTIONS(866), + [anon_sym_GT] = ACTIONS(866), + [anon_sym_DASH_DASH] = ACTIONS(866), + [anon_sym_DASH] = ACTIONS(866), + [anon_sym_break] = ACTIONS(866), + [anon_sym_continue] = ACTIONS(866), + [anon_sym_for] = ACTIONS(866), + [anon_sym_in] = ACTIONS(866), + [anon_sym_loop] = ACTIONS(866), + [anon_sym_while] = ACTIONS(866), + [anon_sym_do] = ACTIONS(866), + [anon_sym_if] = ACTIONS(866), + [anon_sym_match] = ACTIONS(866), + [anon_sym_LBRACE] = ACTIONS(866), + [anon_sym_try] = ACTIONS(866), + [anon_sym_return] = ACTIONS(866), + [anon_sym_source] = ACTIONS(866), + [anon_sym_source_DASHenv] = ACTIONS(866), + [anon_sym_register] = ACTIONS(866), + [anon_sym_hide] = ACTIONS(866), + [anon_sym_hide_DASHenv] = ACTIONS(866), + [anon_sym_overlay] = ACTIONS(866), + [anon_sym_STAR] = ACTIONS(866), + [anon_sym_where] = ACTIONS(866), + [anon_sym_STAR_STAR] = ACTIONS(866), + [anon_sym_PLUS_PLUS] = ACTIONS(866), + [anon_sym_SLASH] = ACTIONS(866), + [anon_sym_mod] = ACTIONS(866), + [anon_sym_SLASH_SLASH] = ACTIONS(866), + [anon_sym_PLUS] = ACTIONS(866), + [anon_sym_bit_DASHshl] = ACTIONS(866), + [anon_sym_bit_DASHshr] = ACTIONS(866), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_LT2] = ACTIONS(866), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_not_DASHin] = ACTIONS(866), + [anon_sym_starts_DASHwith] = ACTIONS(866), + [anon_sym_ends_DASHwith] = ACTIONS(866), + [anon_sym_EQ_TILDE] = ACTIONS(866), + [anon_sym_BANG_TILDE] = ACTIONS(866), + [anon_sym_bit_DASHand] = ACTIONS(866), + [anon_sym_bit_DASHxor] = ACTIONS(866), + [anon_sym_bit_DASHor] = ACTIONS(866), + [anon_sym_and] = ACTIONS(866), + [anon_sym_xor] = ACTIONS(866), + [anon_sym_or] = ACTIONS(866), + [anon_sym_not] = ACTIONS(866), + [anon_sym_DOT_DOT_LT] = ACTIONS(866), + [anon_sym_DOT_DOT] = ACTIONS(866), + [anon_sym_DOT_DOT_EQ] = ACTIONS(866), + [sym_val_nothing] = ACTIONS(866), + [anon_sym_true] = ACTIONS(866), + [anon_sym_false] = ACTIONS(866), + [aux_sym_val_number_token1] = ACTIONS(866), + [aux_sym_val_number_token2] = ACTIONS(866), + [aux_sym_val_number_token3] = ACTIONS(866), + [aux_sym_val_number_token4] = ACTIONS(866), + [anon_sym_inf] = ACTIONS(866), + [anon_sym_DASHinf] = ACTIONS(866), + [anon_sym_NaN] = ACTIONS(866), + [anon_sym_0b] = ACTIONS(866), + [anon_sym_0o] = ACTIONS(866), + [anon_sym_0x] = ACTIONS(866), + [sym_val_date] = ACTIONS(866), + [anon_sym_DQUOTE] = ACTIONS(866), + [sym__str_single_quotes] = ACTIONS(866), + [sym__str_back_ticks] = ACTIONS(866), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(866), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(866), + [anon_sym_CARET] = ACTIONS(866), + [sym_short_flag] = ACTIONS(866), [anon_sym_POUND] = ACTIONS(3), }, [258] = { [sym_comment] = STATE(258), - [ts_builtin_sym_end] = ACTIONS(105), - [anon_sym_export] = ACTIONS(103), - [anon_sym_alias] = ACTIONS(103), - [anon_sym_let] = ACTIONS(103), - [anon_sym_let_DASHenv] = ACTIONS(103), - [anon_sym_mut] = ACTIONS(103), - [anon_sym_const] = ACTIONS(103), - [sym_cmd_identifier] = ACTIONS(103), - [anon_sym_SEMI] = ACTIONS(103), - [anon_sym_LF] = ACTIONS(105), - [anon_sym_def] = ACTIONS(103), - [anon_sym_def_DASHenv] = ACTIONS(103), - [anon_sym_export_DASHenv] = ACTIONS(103), - [anon_sym_extern] = ACTIONS(103), - [anon_sym_module] = ACTIONS(103), - [anon_sym_use] = ACTIONS(103), - [anon_sym_LBRACK] = ACTIONS(103), - [anon_sym_LPAREN] = ACTIONS(103), - [anon_sym_PIPE] = ACTIONS(103), - [anon_sym_DOLLAR] = ACTIONS(103), - [anon_sym_error] = ACTIONS(103), - [anon_sym_GT] = ACTIONS(103), - [anon_sym_DASH_DASH] = ACTIONS(103), - [anon_sym_DASH] = ACTIONS(103), - [anon_sym_break] = ACTIONS(103), - [anon_sym_continue] = ACTIONS(103), - [anon_sym_for] = ACTIONS(103), - [anon_sym_in] = ACTIONS(103), - [anon_sym_loop] = ACTIONS(103), - [anon_sym_while] = ACTIONS(103), - [anon_sym_do] = ACTIONS(103), - [anon_sym_if] = ACTIONS(103), - [anon_sym_match] = ACTIONS(103), - [anon_sym_LBRACE] = ACTIONS(103), - [anon_sym_try] = ACTIONS(103), - [anon_sym_return] = ACTIONS(103), - [anon_sym_source] = ACTIONS(103), - [anon_sym_source_DASHenv] = ACTIONS(103), - [anon_sym_register] = ACTIONS(103), - [anon_sym_hide] = ACTIONS(103), - [anon_sym_hide_DASHenv] = ACTIONS(103), - [anon_sym_overlay] = ACTIONS(103), - [anon_sym_STAR] = ACTIONS(103), - [anon_sym_where] = ACTIONS(103), - [anon_sym_STAR_STAR] = ACTIONS(103), - [anon_sym_PLUS_PLUS] = ACTIONS(103), - [anon_sym_SLASH] = ACTIONS(103), - [anon_sym_mod] = ACTIONS(103), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_PLUS] = ACTIONS(103), - [anon_sym_bit_DASHshl] = ACTIONS(103), - [anon_sym_bit_DASHshr] = ACTIONS(103), - [anon_sym_EQ_EQ] = ACTIONS(103), - [anon_sym_BANG_EQ] = ACTIONS(103), - [anon_sym_LT2] = ACTIONS(103), - [anon_sym_LT_EQ] = ACTIONS(103), - [anon_sym_GT_EQ] = ACTIONS(103), - [anon_sym_not_DASHin] = ACTIONS(103), - [anon_sym_starts_DASHwith] = ACTIONS(103), - [anon_sym_ends_DASHwith] = ACTIONS(103), - [anon_sym_EQ_TILDE] = ACTIONS(103), - [anon_sym_BANG_TILDE] = ACTIONS(103), - [anon_sym_bit_DASHand] = ACTIONS(103), - [anon_sym_bit_DASHxor] = ACTIONS(103), - [anon_sym_bit_DASHor] = ACTIONS(103), - [anon_sym_and] = ACTIONS(103), - [anon_sym_xor] = ACTIONS(103), - [anon_sym_or] = ACTIONS(103), - [anon_sym_not] = ACTIONS(103), - [anon_sym_DOT_DOT_LT] = ACTIONS(103), - [anon_sym_DOT_DOT] = ACTIONS(103), - [anon_sym_DOT_DOT_EQ] = ACTIONS(103), - [sym_val_nothing] = ACTIONS(103), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [aux_sym_val_number_token1] = ACTIONS(103), - [aux_sym_val_number_token2] = ACTIONS(103), - [aux_sym_val_number_token3] = ACTIONS(103), - [aux_sym_val_number_token4] = ACTIONS(103), - [anon_sym_inf] = ACTIONS(103), - [anon_sym_DASHinf] = ACTIONS(103), - [anon_sym_NaN] = ACTIONS(103), - [anon_sym_0b] = ACTIONS(103), - [anon_sym_0o] = ACTIONS(103), - [anon_sym_0x] = ACTIONS(103), - [sym_val_date] = ACTIONS(103), - [anon_sym_DQUOTE] = ACTIONS(103), - [sym__str_single_quotes] = ACTIONS(103), - [sym__str_back_ticks] = ACTIONS(103), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(103), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(103), - [anon_sym_CARET] = ACTIONS(103), - [sym_short_flag] = ACTIONS(103), + [ts_builtin_sym_end] = ACTIONS(619), + [anon_sym_export] = ACTIONS(617), + [anon_sym_alias] = ACTIONS(617), + [anon_sym_let] = ACTIONS(617), + [anon_sym_let_DASHenv] = ACTIONS(617), + [anon_sym_mut] = ACTIONS(617), + [anon_sym_const] = ACTIONS(617), + [sym_cmd_identifier] = ACTIONS(617), + [anon_sym_SEMI] = ACTIONS(617), + [anon_sym_LF] = ACTIONS(619), + [anon_sym_def] = ACTIONS(617), + [anon_sym_def_DASHenv] = ACTIONS(617), + [anon_sym_export_DASHenv] = ACTIONS(617), + [anon_sym_extern] = ACTIONS(617), + [anon_sym_module] = ACTIONS(617), + [anon_sym_use] = ACTIONS(617), + [anon_sym_LBRACK] = ACTIONS(617), + [anon_sym_LPAREN] = ACTIONS(617), + [anon_sym_PIPE] = ACTIONS(617), + [anon_sym_DOLLAR] = ACTIONS(617), + [anon_sym_error] = ACTIONS(617), + [anon_sym_GT] = ACTIONS(617), + [anon_sym_DASH] = ACTIONS(617), + [anon_sym_break] = ACTIONS(617), + [anon_sym_continue] = ACTIONS(617), + [anon_sym_for] = ACTIONS(617), + [anon_sym_in] = ACTIONS(617), + [anon_sym_loop] = ACTIONS(617), + [anon_sym_while] = ACTIONS(617), + [anon_sym_do] = ACTIONS(617), + [anon_sym_if] = ACTIONS(617), + [anon_sym_match] = ACTIONS(617), + [anon_sym_LBRACE] = ACTIONS(617), + [anon_sym_DOT] = ACTIONS(617), + [anon_sym_try] = ACTIONS(617), + [anon_sym_return] = ACTIONS(617), + [anon_sym_source] = ACTIONS(617), + [anon_sym_source_DASHenv] = ACTIONS(617), + [anon_sym_register] = ACTIONS(617), + [anon_sym_hide] = ACTIONS(617), + [anon_sym_hide_DASHenv] = ACTIONS(617), + [anon_sym_overlay] = ACTIONS(617), + [anon_sym_STAR] = ACTIONS(617), + [anon_sym_where] = ACTIONS(617), + [anon_sym_QMARK2] = ACTIONS(617), + [anon_sym_STAR_STAR] = ACTIONS(617), + [anon_sym_PLUS_PLUS] = ACTIONS(617), + [anon_sym_SLASH] = ACTIONS(617), + [anon_sym_mod] = ACTIONS(617), + [anon_sym_SLASH_SLASH] = ACTIONS(617), + [anon_sym_PLUS] = ACTIONS(617), + [anon_sym_bit_DASHshl] = ACTIONS(617), + [anon_sym_bit_DASHshr] = ACTIONS(617), + [anon_sym_EQ_EQ] = ACTIONS(617), + [anon_sym_BANG_EQ] = ACTIONS(617), + [anon_sym_LT2] = ACTIONS(617), + [anon_sym_LT_EQ] = ACTIONS(617), + [anon_sym_GT_EQ] = ACTIONS(617), + [anon_sym_not_DASHin] = ACTIONS(617), + [anon_sym_starts_DASHwith] = ACTIONS(617), + [anon_sym_ends_DASHwith] = ACTIONS(617), + [anon_sym_EQ_TILDE] = ACTIONS(617), + [anon_sym_BANG_TILDE] = ACTIONS(617), + [anon_sym_bit_DASHand] = ACTIONS(617), + [anon_sym_bit_DASHxor] = ACTIONS(617), + [anon_sym_bit_DASHor] = ACTIONS(617), + [anon_sym_and] = ACTIONS(617), + [anon_sym_xor] = ACTIONS(617), + [anon_sym_or] = ACTIONS(617), + [anon_sym_not] = ACTIONS(617), + [anon_sym_DOT_DOT_LT] = ACTIONS(617), + [anon_sym_DOT_DOT] = ACTIONS(617), + [anon_sym_DOT_DOT_EQ] = ACTIONS(617), + [sym_val_nothing] = ACTIONS(617), + [anon_sym_true] = ACTIONS(617), + [anon_sym_false] = ACTIONS(617), + [aux_sym_val_number_token1] = ACTIONS(617), + [aux_sym_val_number_token2] = ACTIONS(617), + [aux_sym_val_number_token3] = ACTIONS(617), + [aux_sym_val_number_token4] = ACTIONS(617), + [anon_sym_inf] = ACTIONS(617), + [anon_sym_DASHinf] = ACTIONS(617), + [anon_sym_NaN] = ACTIONS(617), + [anon_sym_0b] = ACTIONS(617), + [anon_sym_0o] = ACTIONS(617), + [anon_sym_0x] = ACTIONS(617), + [sym_val_date] = ACTIONS(617), + [anon_sym_DQUOTE] = ACTIONS(617), + [sym__str_single_quotes] = ACTIONS(617), + [sym__str_back_ticks] = ACTIONS(617), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(617), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(617), + [anon_sym_CARET] = ACTIONS(617), [anon_sym_POUND] = ACTIONS(3), }, [259] = { [sym_comment] = STATE(259), - [ts_builtin_sym_end] = ACTIONS(862), - [anon_sym_export] = ACTIONS(860), - [anon_sym_alias] = ACTIONS(860), - [anon_sym_let] = ACTIONS(860), - [anon_sym_let_DASHenv] = ACTIONS(860), - [anon_sym_mut] = ACTIONS(860), - [anon_sym_const] = ACTIONS(860), - [sym_cmd_identifier] = ACTIONS(860), - [anon_sym_SEMI] = ACTIONS(860), - [anon_sym_LF] = ACTIONS(862), - [anon_sym_def] = ACTIONS(860), - [anon_sym_def_DASHenv] = ACTIONS(860), - [anon_sym_export_DASHenv] = ACTIONS(860), - [anon_sym_extern] = ACTIONS(860), - [anon_sym_module] = ACTIONS(860), - [anon_sym_use] = ACTIONS(860), - [anon_sym_LBRACK] = ACTIONS(860), - [anon_sym_LPAREN] = ACTIONS(860), - [anon_sym_PIPE] = ACTIONS(860), - [anon_sym_DOLLAR] = ACTIONS(860), - [anon_sym_error] = ACTIONS(860), - [anon_sym_GT] = ACTIONS(860), - [anon_sym_DASH_DASH] = ACTIONS(860), - [anon_sym_DASH] = ACTIONS(860), - [anon_sym_break] = ACTIONS(860), - [anon_sym_continue] = ACTIONS(860), - [anon_sym_for] = ACTIONS(860), - [anon_sym_in] = ACTIONS(860), - [anon_sym_loop] = ACTIONS(860), - [anon_sym_while] = ACTIONS(860), - [anon_sym_do] = ACTIONS(860), - [anon_sym_if] = ACTIONS(860), - [anon_sym_match] = ACTIONS(860), - [anon_sym_LBRACE] = ACTIONS(860), - [anon_sym_try] = ACTIONS(860), - [anon_sym_return] = ACTIONS(860), - [anon_sym_source] = ACTIONS(860), - [anon_sym_source_DASHenv] = ACTIONS(860), - [anon_sym_register] = ACTIONS(860), - [anon_sym_hide] = ACTIONS(860), - [anon_sym_hide_DASHenv] = ACTIONS(860), - [anon_sym_overlay] = ACTIONS(860), - [anon_sym_STAR] = ACTIONS(860), - [anon_sym_where] = ACTIONS(860), - [anon_sym_STAR_STAR] = ACTIONS(860), - [anon_sym_PLUS_PLUS] = ACTIONS(860), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_mod] = ACTIONS(860), - [anon_sym_SLASH_SLASH] = ACTIONS(860), - [anon_sym_PLUS] = ACTIONS(860), - [anon_sym_bit_DASHshl] = ACTIONS(860), - [anon_sym_bit_DASHshr] = ACTIONS(860), - [anon_sym_EQ_EQ] = ACTIONS(860), - [anon_sym_BANG_EQ] = ACTIONS(860), - [anon_sym_LT2] = ACTIONS(860), - [anon_sym_LT_EQ] = ACTIONS(860), - [anon_sym_GT_EQ] = ACTIONS(860), - [anon_sym_not_DASHin] = ACTIONS(860), - [anon_sym_starts_DASHwith] = ACTIONS(860), - [anon_sym_ends_DASHwith] = ACTIONS(860), - [anon_sym_EQ_TILDE] = ACTIONS(860), - [anon_sym_BANG_TILDE] = ACTIONS(860), - [anon_sym_bit_DASHand] = ACTIONS(860), - [anon_sym_bit_DASHxor] = ACTIONS(860), - [anon_sym_bit_DASHor] = ACTIONS(860), - [anon_sym_and] = ACTIONS(860), - [anon_sym_xor] = ACTIONS(860), - [anon_sym_or] = ACTIONS(860), - [anon_sym_not] = ACTIONS(860), - [anon_sym_DOT_DOT_LT] = ACTIONS(860), - [anon_sym_DOT_DOT] = ACTIONS(860), - [anon_sym_DOT_DOT_EQ] = ACTIONS(860), - [sym_val_nothing] = ACTIONS(860), - [anon_sym_true] = ACTIONS(860), - [anon_sym_false] = ACTIONS(860), - [aux_sym_val_number_token1] = ACTIONS(860), - [aux_sym_val_number_token2] = ACTIONS(860), - [aux_sym_val_number_token3] = ACTIONS(860), - [aux_sym_val_number_token4] = ACTIONS(860), - [anon_sym_inf] = ACTIONS(860), - [anon_sym_DASHinf] = ACTIONS(860), - [anon_sym_NaN] = ACTIONS(860), - [anon_sym_0b] = ACTIONS(860), - [anon_sym_0o] = ACTIONS(860), - [anon_sym_0x] = ACTIONS(860), - [sym_val_date] = ACTIONS(860), - [anon_sym_DQUOTE] = ACTIONS(860), - [sym__str_single_quotes] = ACTIONS(860), - [sym__str_back_ticks] = ACTIONS(860), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(860), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(860), - [anon_sym_CARET] = ACTIONS(860), - [sym_short_flag] = ACTIONS(860), - [anon_sym_POUND] = ACTIONS(3), - }, - [260] = { - [sym_comment] = STATE(260), [ts_builtin_sym_end] = ACTIONS(787), [anon_sym_export] = ACTIONS(785), [anon_sym_alias] = ACTIONS(785), @@ -72471,396 +72379,590 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_short_flag] = ACTIONS(785), [anon_sym_POUND] = ACTIONS(3), }, + [260] = { + [sym_comment] = STATE(260), + [ts_builtin_sym_end] = ACTIONS(856), + [anon_sym_export] = ACTIONS(854), + [anon_sym_alias] = ACTIONS(854), + [anon_sym_let] = ACTIONS(854), + [anon_sym_let_DASHenv] = ACTIONS(854), + [anon_sym_mut] = ACTIONS(854), + [anon_sym_const] = ACTIONS(854), + [sym_cmd_identifier] = ACTIONS(854), + [anon_sym_SEMI] = ACTIONS(854), + [anon_sym_LF] = ACTIONS(856), + [anon_sym_def] = ACTIONS(854), + [anon_sym_def_DASHenv] = ACTIONS(854), + [anon_sym_export_DASHenv] = ACTIONS(854), + [anon_sym_extern] = ACTIONS(854), + [anon_sym_module] = ACTIONS(854), + [anon_sym_use] = ACTIONS(854), + [anon_sym_LBRACK] = ACTIONS(854), + [anon_sym_LPAREN] = ACTIONS(854), + [anon_sym_PIPE] = ACTIONS(854), + [anon_sym_DOLLAR] = ACTIONS(854), + [anon_sym_error] = ACTIONS(854), + [anon_sym_GT] = ACTIONS(854), + [anon_sym_DASH_DASH] = ACTIONS(854), + [anon_sym_DASH] = ACTIONS(854), + [anon_sym_break] = ACTIONS(854), + [anon_sym_continue] = ACTIONS(854), + [anon_sym_for] = ACTIONS(854), + [anon_sym_in] = ACTIONS(854), + [anon_sym_loop] = ACTIONS(854), + [anon_sym_while] = ACTIONS(854), + [anon_sym_do] = ACTIONS(854), + [anon_sym_if] = ACTIONS(854), + [anon_sym_match] = ACTIONS(854), + [anon_sym_LBRACE] = ACTIONS(854), + [anon_sym_try] = ACTIONS(854), + [anon_sym_return] = ACTIONS(854), + [anon_sym_source] = ACTIONS(854), + [anon_sym_source_DASHenv] = ACTIONS(854), + [anon_sym_register] = ACTIONS(854), + [anon_sym_hide] = ACTIONS(854), + [anon_sym_hide_DASHenv] = ACTIONS(854), + [anon_sym_overlay] = ACTIONS(854), + [anon_sym_STAR] = ACTIONS(854), + [anon_sym_where] = ACTIONS(854), + [anon_sym_STAR_STAR] = ACTIONS(854), + [anon_sym_PLUS_PLUS] = ACTIONS(854), + [anon_sym_SLASH] = ACTIONS(854), + [anon_sym_mod] = ACTIONS(854), + [anon_sym_SLASH_SLASH] = ACTIONS(854), + [anon_sym_PLUS] = ACTIONS(854), + [anon_sym_bit_DASHshl] = ACTIONS(854), + [anon_sym_bit_DASHshr] = ACTIONS(854), + [anon_sym_EQ_EQ] = ACTIONS(854), + [anon_sym_BANG_EQ] = ACTIONS(854), + [anon_sym_LT2] = ACTIONS(854), + [anon_sym_LT_EQ] = ACTIONS(854), + [anon_sym_GT_EQ] = ACTIONS(854), + [anon_sym_not_DASHin] = ACTIONS(854), + [anon_sym_starts_DASHwith] = ACTIONS(854), + [anon_sym_ends_DASHwith] = ACTIONS(854), + [anon_sym_EQ_TILDE] = ACTIONS(854), + [anon_sym_BANG_TILDE] = ACTIONS(854), + [anon_sym_bit_DASHand] = ACTIONS(854), + [anon_sym_bit_DASHxor] = ACTIONS(854), + [anon_sym_bit_DASHor] = ACTIONS(854), + [anon_sym_and] = ACTIONS(854), + [anon_sym_xor] = ACTIONS(854), + [anon_sym_or] = ACTIONS(854), + [anon_sym_not] = ACTIONS(854), + [anon_sym_DOT_DOT_LT] = ACTIONS(854), + [anon_sym_DOT_DOT] = ACTIONS(854), + [anon_sym_DOT_DOT_EQ] = ACTIONS(854), + [sym_val_nothing] = ACTIONS(854), + [anon_sym_true] = ACTIONS(854), + [anon_sym_false] = ACTIONS(854), + [aux_sym_val_number_token1] = ACTIONS(854), + [aux_sym_val_number_token2] = ACTIONS(854), + [aux_sym_val_number_token3] = ACTIONS(854), + [aux_sym_val_number_token4] = ACTIONS(854), + [anon_sym_inf] = ACTIONS(854), + [anon_sym_DASHinf] = ACTIONS(854), + [anon_sym_NaN] = ACTIONS(854), + [anon_sym_0b] = ACTIONS(854), + [anon_sym_0o] = ACTIONS(854), + [anon_sym_0x] = ACTIONS(854), + [sym_val_date] = ACTIONS(854), + [anon_sym_DQUOTE] = ACTIONS(854), + [sym__str_single_quotes] = ACTIONS(854), + [sym__str_back_ticks] = ACTIONS(854), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(854), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(854), + [anon_sym_CARET] = ACTIONS(854), + [sym_short_flag] = ACTIONS(854), + [anon_sym_POUND] = ACTIONS(3), + }, [261] = { [sym_comment] = STATE(261), - [ts_builtin_sym_end] = ACTIONS(838), - [anon_sym_export] = ACTIONS(836), - [anon_sym_alias] = ACTIONS(836), - [anon_sym_let] = ACTIONS(836), - [anon_sym_let_DASHenv] = ACTIONS(836), - [anon_sym_mut] = ACTIONS(836), - [anon_sym_const] = ACTIONS(836), - [sym_cmd_identifier] = ACTIONS(836), - [anon_sym_SEMI] = ACTIONS(836), - [anon_sym_LF] = ACTIONS(838), - [anon_sym_def] = ACTIONS(836), - [anon_sym_def_DASHenv] = ACTIONS(836), - [anon_sym_export_DASHenv] = ACTIONS(836), - [anon_sym_extern] = ACTIONS(836), - [anon_sym_module] = ACTIONS(836), - [anon_sym_use] = ACTIONS(836), - [anon_sym_LBRACK] = ACTIONS(836), - [anon_sym_LPAREN] = ACTIONS(836), - [anon_sym_PIPE] = ACTIONS(836), - [anon_sym_DOLLAR] = ACTIONS(836), - [anon_sym_error] = ACTIONS(836), - [anon_sym_GT] = ACTIONS(836), - [anon_sym_DASH_DASH] = ACTIONS(836), - [anon_sym_DASH] = ACTIONS(836), - [anon_sym_break] = ACTIONS(836), - [anon_sym_continue] = ACTIONS(836), - [anon_sym_for] = ACTIONS(836), - [anon_sym_in] = ACTIONS(836), - [anon_sym_loop] = ACTIONS(836), - [anon_sym_while] = ACTIONS(836), - [anon_sym_do] = ACTIONS(836), - [anon_sym_if] = ACTIONS(836), - [anon_sym_match] = ACTIONS(836), - [anon_sym_LBRACE] = ACTIONS(836), - [anon_sym_try] = ACTIONS(836), - [anon_sym_return] = ACTIONS(836), - [anon_sym_source] = ACTIONS(836), - [anon_sym_source_DASHenv] = ACTIONS(836), - [anon_sym_register] = ACTIONS(836), - [anon_sym_hide] = ACTIONS(836), - [anon_sym_hide_DASHenv] = ACTIONS(836), - [anon_sym_overlay] = ACTIONS(836), - [anon_sym_STAR] = ACTIONS(836), - [anon_sym_where] = ACTIONS(836), - [anon_sym_STAR_STAR] = ACTIONS(836), - [anon_sym_PLUS_PLUS] = ACTIONS(836), - [anon_sym_SLASH] = ACTIONS(836), - [anon_sym_mod] = ACTIONS(836), - [anon_sym_SLASH_SLASH] = ACTIONS(836), - [anon_sym_PLUS] = ACTIONS(836), - [anon_sym_bit_DASHshl] = ACTIONS(836), - [anon_sym_bit_DASHshr] = ACTIONS(836), - [anon_sym_EQ_EQ] = ACTIONS(836), - [anon_sym_BANG_EQ] = ACTIONS(836), - [anon_sym_LT2] = ACTIONS(836), - [anon_sym_LT_EQ] = ACTIONS(836), - [anon_sym_GT_EQ] = ACTIONS(836), - [anon_sym_not_DASHin] = ACTIONS(836), - [anon_sym_starts_DASHwith] = ACTIONS(836), - [anon_sym_ends_DASHwith] = ACTIONS(836), - [anon_sym_EQ_TILDE] = ACTIONS(836), - [anon_sym_BANG_TILDE] = ACTIONS(836), - [anon_sym_bit_DASHand] = ACTIONS(836), - [anon_sym_bit_DASHxor] = ACTIONS(836), - [anon_sym_bit_DASHor] = ACTIONS(836), - [anon_sym_and] = ACTIONS(836), - [anon_sym_xor] = ACTIONS(836), - [anon_sym_or] = ACTIONS(836), - [anon_sym_not] = ACTIONS(836), - [anon_sym_DOT_DOT_LT] = ACTIONS(836), - [anon_sym_DOT_DOT] = ACTIONS(836), - [anon_sym_DOT_DOT_EQ] = ACTIONS(836), - [sym_val_nothing] = ACTIONS(836), - [anon_sym_true] = ACTIONS(836), - [anon_sym_false] = ACTIONS(836), - [aux_sym_val_number_token1] = ACTIONS(836), - [aux_sym_val_number_token2] = ACTIONS(836), - [aux_sym_val_number_token3] = ACTIONS(836), - [aux_sym_val_number_token4] = ACTIONS(836), - [anon_sym_inf] = ACTIONS(836), - [anon_sym_DASHinf] = ACTIONS(836), - [anon_sym_NaN] = ACTIONS(836), - [anon_sym_0b] = ACTIONS(836), - [anon_sym_0o] = ACTIONS(836), - [anon_sym_0x] = ACTIONS(836), - [sym_val_date] = ACTIONS(836), - [anon_sym_DQUOTE] = ACTIONS(836), - [sym__str_single_quotes] = ACTIONS(836), - [sym__str_back_ticks] = ACTIONS(836), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(836), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(836), - [anon_sym_CARET] = ACTIONS(836), - [sym_short_flag] = ACTIONS(836), + [anon_sym_export] = ACTIONS(710), + [anon_sym_alias] = ACTIONS(710), + [anon_sym_let] = ACTIONS(710), + [anon_sym_let_DASHenv] = ACTIONS(710), + [anon_sym_mut] = ACTIONS(710), + [anon_sym_const] = ACTIONS(710), + [sym_cmd_identifier] = ACTIONS(710), + [anon_sym_SEMI] = ACTIONS(710), + [anon_sym_LF] = ACTIONS(712), + [anon_sym_def] = ACTIONS(710), + [anon_sym_def_DASHenv] = ACTIONS(710), + [anon_sym_export_DASHenv] = ACTIONS(710), + [anon_sym_extern] = ACTIONS(710), + [anon_sym_module] = ACTIONS(710), + [anon_sym_use] = ACTIONS(710), + [anon_sym_LBRACK] = ACTIONS(710), + [anon_sym_LPAREN] = ACTIONS(710), + [anon_sym_RPAREN] = ACTIONS(710), + [anon_sym_PIPE] = ACTIONS(710), + [anon_sym_DOLLAR] = ACTIONS(710), + [anon_sym_error] = ACTIONS(710), + [anon_sym_GT] = ACTIONS(710), + [anon_sym_DASH] = ACTIONS(710), + [anon_sym_break] = ACTIONS(710), + [anon_sym_continue] = ACTIONS(710), + [anon_sym_for] = ACTIONS(710), + [anon_sym_in] = ACTIONS(710), + [anon_sym_loop] = ACTIONS(710), + [anon_sym_while] = ACTIONS(710), + [anon_sym_do] = ACTIONS(710), + [anon_sym_if] = ACTIONS(710), + [anon_sym_match] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(710), + [anon_sym_RBRACE] = ACTIONS(710), + [anon_sym_DOT] = ACTIONS(710), + [anon_sym_try] = ACTIONS(710), + [anon_sym_return] = ACTIONS(710), + [anon_sym_source] = ACTIONS(710), + [anon_sym_source_DASHenv] = ACTIONS(710), + [anon_sym_register] = ACTIONS(710), + [anon_sym_hide] = ACTIONS(710), + [anon_sym_hide_DASHenv] = ACTIONS(710), + [anon_sym_overlay] = ACTIONS(710), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_where] = ACTIONS(710), + [anon_sym_STAR_STAR] = ACTIONS(710), + [anon_sym_PLUS_PLUS] = ACTIONS(710), + [anon_sym_SLASH] = ACTIONS(710), + [anon_sym_mod] = ACTIONS(710), + [anon_sym_SLASH_SLASH] = ACTIONS(710), + [anon_sym_PLUS] = ACTIONS(710), + [anon_sym_bit_DASHshl] = ACTIONS(710), + [anon_sym_bit_DASHshr] = ACTIONS(710), + [anon_sym_EQ_EQ] = ACTIONS(710), + [anon_sym_BANG_EQ] = ACTIONS(710), + [anon_sym_LT2] = ACTIONS(710), + [anon_sym_LT_EQ] = ACTIONS(710), + [anon_sym_GT_EQ] = ACTIONS(710), + [anon_sym_not_DASHin] = ACTIONS(710), + [anon_sym_starts_DASHwith] = ACTIONS(710), + [anon_sym_ends_DASHwith] = ACTIONS(710), + [anon_sym_EQ_TILDE] = ACTIONS(710), + [anon_sym_BANG_TILDE] = ACTIONS(710), + [anon_sym_bit_DASHand] = ACTIONS(710), + [anon_sym_bit_DASHxor] = ACTIONS(710), + [anon_sym_bit_DASHor] = ACTIONS(710), + [anon_sym_and] = ACTIONS(710), + [anon_sym_xor] = ACTIONS(710), + [anon_sym_or] = ACTIONS(710), + [anon_sym_not] = ACTIONS(710), + [anon_sym_DOT_DOT_LT] = ACTIONS(710), + [anon_sym_DOT_DOT] = ACTIONS(710), + [anon_sym_DOT_DOT_EQ] = ACTIONS(710), + [sym_val_nothing] = ACTIONS(710), + [anon_sym_true] = ACTIONS(710), + [anon_sym_false] = ACTIONS(710), + [aux_sym_val_number_token1] = ACTIONS(710), + [aux_sym_val_number_token2] = ACTIONS(710), + [aux_sym_val_number_token3] = ACTIONS(710), + [aux_sym_val_number_token4] = ACTIONS(710), + [anon_sym_inf] = ACTIONS(710), + [anon_sym_DASHinf] = ACTIONS(710), + [anon_sym_NaN] = ACTIONS(710), + [anon_sym_0b] = ACTIONS(710), + [anon_sym_0o] = ACTIONS(710), + [anon_sym_0x] = ACTIONS(710), + [sym_val_date] = ACTIONS(710), + [anon_sym_DQUOTE] = ACTIONS(710), + [sym__str_single_quotes] = ACTIONS(710), + [sym__str_back_ticks] = ACTIONS(710), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(710), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(710), + [anon_sym_CARET] = ACTIONS(710), [anon_sym_POUND] = ACTIONS(3), }, [262] = { [sym_comment] = STATE(262), - [ts_builtin_sym_end] = ACTIONS(658), - [anon_sym_export] = ACTIONS(656), - [anon_sym_alias] = ACTIONS(656), - [anon_sym_let] = ACTIONS(656), - [anon_sym_let_DASHenv] = ACTIONS(656), - [anon_sym_mut] = ACTIONS(656), - [anon_sym_const] = ACTIONS(656), - [sym_cmd_identifier] = ACTIONS(656), - [anon_sym_SEMI] = ACTIONS(656), - [anon_sym_LF] = ACTIONS(658), - [anon_sym_def] = ACTIONS(656), - [anon_sym_def_DASHenv] = ACTIONS(656), - [anon_sym_export_DASHenv] = ACTIONS(656), - [anon_sym_extern] = ACTIONS(656), - [anon_sym_module] = ACTIONS(656), - [anon_sym_use] = ACTIONS(656), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LPAREN] = ACTIONS(656), - [anon_sym_PIPE] = ACTIONS(656), - [anon_sym_DOLLAR] = ACTIONS(656), - [anon_sym_error] = ACTIONS(656), - [anon_sym_GT] = ACTIONS(656), - [anon_sym_DASH] = ACTIONS(656), - [anon_sym_break] = ACTIONS(656), - [anon_sym_continue] = ACTIONS(656), - [anon_sym_for] = ACTIONS(656), - [anon_sym_in] = ACTIONS(656), - [anon_sym_loop] = ACTIONS(656), - [anon_sym_while] = ACTIONS(656), - [anon_sym_do] = ACTIONS(656), - [anon_sym_if] = ACTIONS(656), - [anon_sym_match] = ACTIONS(656), - [anon_sym_LBRACE] = ACTIONS(656), - [anon_sym_DOT] = ACTIONS(656), - [anon_sym_try] = ACTIONS(656), - [anon_sym_return] = ACTIONS(656), - [anon_sym_source] = ACTIONS(656), - [anon_sym_source_DASHenv] = ACTIONS(656), - [anon_sym_register] = ACTIONS(656), - [anon_sym_hide] = ACTIONS(656), - [anon_sym_hide_DASHenv] = ACTIONS(656), - [anon_sym_overlay] = ACTIONS(656), - [anon_sym_STAR] = ACTIONS(656), - [anon_sym_where] = ACTIONS(656), - [anon_sym_QMARK2] = ACTIONS(878), - [anon_sym_STAR_STAR] = ACTIONS(656), - [anon_sym_PLUS_PLUS] = ACTIONS(656), - [anon_sym_SLASH] = ACTIONS(656), - [anon_sym_mod] = ACTIONS(656), - [anon_sym_SLASH_SLASH] = ACTIONS(656), - [anon_sym_PLUS] = ACTIONS(656), - [anon_sym_bit_DASHshl] = ACTIONS(656), - [anon_sym_bit_DASHshr] = ACTIONS(656), - [anon_sym_EQ_EQ] = ACTIONS(656), - [anon_sym_BANG_EQ] = ACTIONS(656), - [anon_sym_LT2] = ACTIONS(656), - [anon_sym_LT_EQ] = ACTIONS(656), - [anon_sym_GT_EQ] = ACTIONS(656), - [anon_sym_not_DASHin] = ACTIONS(656), - [anon_sym_starts_DASHwith] = ACTIONS(656), - [anon_sym_ends_DASHwith] = ACTIONS(656), - [anon_sym_EQ_TILDE] = ACTIONS(656), - [anon_sym_BANG_TILDE] = ACTIONS(656), - [anon_sym_bit_DASHand] = ACTIONS(656), - [anon_sym_bit_DASHxor] = ACTIONS(656), - [anon_sym_bit_DASHor] = ACTIONS(656), - [anon_sym_and] = ACTIONS(656), - [anon_sym_xor] = ACTIONS(656), - [anon_sym_or] = ACTIONS(656), - [anon_sym_not] = ACTIONS(656), - [anon_sym_DOT_DOT_LT] = ACTIONS(656), - [anon_sym_DOT_DOT] = ACTIONS(656), - [anon_sym_DOT_DOT_EQ] = ACTIONS(656), - [sym_val_nothing] = ACTIONS(656), - [anon_sym_true] = ACTIONS(656), - [anon_sym_false] = ACTIONS(656), - [aux_sym_val_number_token1] = ACTIONS(656), - [aux_sym_val_number_token2] = ACTIONS(656), - [aux_sym_val_number_token3] = ACTIONS(656), - [aux_sym_val_number_token4] = ACTIONS(656), - [anon_sym_inf] = ACTIONS(656), - [anon_sym_DASHinf] = ACTIONS(656), - [anon_sym_NaN] = ACTIONS(656), - [anon_sym_0b] = ACTIONS(656), - [anon_sym_0o] = ACTIONS(656), - [anon_sym_0x] = ACTIONS(656), - [sym_val_date] = ACTIONS(656), - [anon_sym_DQUOTE] = ACTIONS(656), - [sym__str_single_quotes] = ACTIONS(656), - [sym__str_back_ticks] = ACTIONS(656), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(656), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(656), - [anon_sym_CARET] = ACTIONS(656), + [ts_builtin_sym_end] = ACTIONS(876), + [anon_sym_export] = ACTIONS(874), + [anon_sym_alias] = ACTIONS(874), + [anon_sym_let] = ACTIONS(874), + [anon_sym_let_DASHenv] = ACTIONS(874), + [anon_sym_mut] = ACTIONS(874), + [anon_sym_const] = ACTIONS(874), + [sym_cmd_identifier] = ACTIONS(874), + [anon_sym_SEMI] = ACTIONS(874), + [anon_sym_LF] = ACTIONS(876), + [anon_sym_def] = ACTIONS(874), + [anon_sym_def_DASHenv] = ACTIONS(874), + [anon_sym_export_DASHenv] = ACTIONS(874), + [anon_sym_extern] = ACTIONS(874), + [anon_sym_module] = ACTIONS(874), + [anon_sym_use] = ACTIONS(874), + [anon_sym_LBRACK] = ACTIONS(874), + [anon_sym_LPAREN] = ACTIONS(874), + [anon_sym_PIPE] = ACTIONS(874), + [anon_sym_DOLLAR] = ACTIONS(874), + [anon_sym_error] = ACTIONS(874), + [anon_sym_GT] = ACTIONS(874), + [anon_sym_DASH_DASH] = ACTIONS(874), + [anon_sym_DASH] = ACTIONS(874), + [anon_sym_break] = ACTIONS(874), + [anon_sym_continue] = ACTIONS(874), + [anon_sym_for] = ACTIONS(874), + [anon_sym_in] = ACTIONS(874), + [anon_sym_loop] = ACTIONS(874), + [anon_sym_while] = ACTIONS(874), + [anon_sym_do] = ACTIONS(874), + [anon_sym_if] = ACTIONS(874), + [anon_sym_match] = ACTIONS(874), + [anon_sym_LBRACE] = ACTIONS(874), + [anon_sym_try] = ACTIONS(874), + [anon_sym_return] = ACTIONS(874), + [anon_sym_source] = ACTIONS(874), + [anon_sym_source_DASHenv] = ACTIONS(874), + [anon_sym_register] = ACTIONS(874), + [anon_sym_hide] = ACTIONS(874), + [anon_sym_hide_DASHenv] = ACTIONS(874), + [anon_sym_overlay] = ACTIONS(874), + [anon_sym_STAR] = ACTIONS(874), + [anon_sym_where] = ACTIONS(874), + [anon_sym_STAR_STAR] = ACTIONS(874), + [anon_sym_PLUS_PLUS] = ACTIONS(874), + [anon_sym_SLASH] = ACTIONS(874), + [anon_sym_mod] = ACTIONS(874), + [anon_sym_SLASH_SLASH] = ACTIONS(874), + [anon_sym_PLUS] = ACTIONS(874), + [anon_sym_bit_DASHshl] = ACTIONS(874), + [anon_sym_bit_DASHshr] = ACTIONS(874), + [anon_sym_EQ_EQ] = ACTIONS(874), + [anon_sym_BANG_EQ] = ACTIONS(874), + [anon_sym_LT2] = ACTIONS(874), + [anon_sym_LT_EQ] = ACTIONS(874), + [anon_sym_GT_EQ] = ACTIONS(874), + [anon_sym_not_DASHin] = ACTIONS(874), + [anon_sym_starts_DASHwith] = ACTIONS(874), + [anon_sym_ends_DASHwith] = ACTIONS(874), + [anon_sym_EQ_TILDE] = ACTIONS(874), + [anon_sym_BANG_TILDE] = ACTIONS(874), + [anon_sym_bit_DASHand] = ACTIONS(874), + [anon_sym_bit_DASHxor] = ACTIONS(874), + [anon_sym_bit_DASHor] = ACTIONS(874), + [anon_sym_and] = ACTIONS(874), + [anon_sym_xor] = ACTIONS(874), + [anon_sym_or] = ACTIONS(874), + [anon_sym_not] = ACTIONS(874), + [anon_sym_DOT_DOT_LT] = ACTIONS(874), + [anon_sym_DOT_DOT] = ACTIONS(874), + [anon_sym_DOT_DOT_EQ] = ACTIONS(874), + [sym_val_nothing] = ACTIONS(874), + [anon_sym_true] = ACTIONS(874), + [anon_sym_false] = ACTIONS(874), + [aux_sym_val_number_token1] = ACTIONS(874), + [aux_sym_val_number_token2] = ACTIONS(874), + [aux_sym_val_number_token3] = ACTIONS(874), + [aux_sym_val_number_token4] = ACTIONS(874), + [anon_sym_inf] = ACTIONS(874), + [anon_sym_DASHinf] = ACTIONS(874), + [anon_sym_NaN] = ACTIONS(874), + [anon_sym_0b] = ACTIONS(874), + [anon_sym_0o] = ACTIONS(874), + [anon_sym_0x] = ACTIONS(874), + [sym_val_date] = ACTIONS(874), + [anon_sym_DQUOTE] = ACTIONS(874), + [sym__str_single_quotes] = ACTIONS(874), + [sym__str_back_ticks] = ACTIONS(874), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(874), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(874), + [anon_sym_CARET] = ACTIONS(874), + [sym_short_flag] = ACTIONS(874), [anon_sym_POUND] = ACTIONS(3), }, [263] = { [sym_comment] = STATE(263), - [ts_builtin_sym_end] = ACTIONS(658), - [anon_sym_export] = ACTIONS(656), - [anon_sym_alias] = ACTIONS(656), - [anon_sym_let] = ACTIONS(656), - [anon_sym_let_DASHenv] = ACTIONS(656), - [anon_sym_mut] = ACTIONS(656), - [anon_sym_const] = ACTIONS(656), - [sym_cmd_identifier] = ACTIONS(656), - [anon_sym_SEMI] = ACTIONS(656), - [anon_sym_LF] = ACTIONS(658), - [anon_sym_def] = ACTIONS(656), - [anon_sym_def_DASHenv] = ACTIONS(656), - [anon_sym_export_DASHenv] = ACTIONS(656), - [anon_sym_extern] = ACTIONS(656), - [anon_sym_module] = ACTIONS(656), - [anon_sym_use] = ACTIONS(656), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LPAREN] = ACTIONS(656), - [anon_sym_PIPE] = ACTIONS(656), - [anon_sym_DOLLAR] = ACTIONS(656), - [anon_sym_error] = ACTIONS(656), - [anon_sym_GT] = ACTIONS(656), - [anon_sym_DASH] = ACTIONS(656), - [anon_sym_break] = ACTIONS(656), - [anon_sym_continue] = ACTIONS(656), - [anon_sym_for] = ACTIONS(656), - [anon_sym_in] = ACTIONS(656), - [anon_sym_loop] = ACTIONS(656), - [anon_sym_while] = ACTIONS(656), - [anon_sym_do] = ACTIONS(656), - [anon_sym_if] = ACTIONS(656), - [anon_sym_match] = ACTIONS(656), - [anon_sym_LBRACE] = ACTIONS(656), - [anon_sym_DOT] = ACTIONS(656), - [anon_sym_try] = ACTIONS(656), - [anon_sym_return] = ACTIONS(656), - [anon_sym_source] = ACTIONS(656), - [anon_sym_source_DASHenv] = ACTIONS(656), - [anon_sym_register] = ACTIONS(656), - [anon_sym_hide] = ACTIONS(656), - [anon_sym_hide_DASHenv] = ACTIONS(656), - [anon_sym_overlay] = ACTIONS(656), - [anon_sym_STAR] = ACTIONS(656), - [anon_sym_where] = ACTIONS(656), - [anon_sym_QMARK2] = ACTIONS(878), - [anon_sym_STAR_STAR] = ACTIONS(656), - [anon_sym_PLUS_PLUS] = ACTIONS(656), - [anon_sym_SLASH] = ACTIONS(656), - [anon_sym_mod] = ACTIONS(656), - [anon_sym_SLASH_SLASH] = ACTIONS(656), - [anon_sym_PLUS] = ACTIONS(656), - [anon_sym_bit_DASHshl] = ACTIONS(656), - [anon_sym_bit_DASHshr] = ACTIONS(656), - [anon_sym_EQ_EQ] = ACTIONS(656), - [anon_sym_BANG_EQ] = ACTIONS(656), - [anon_sym_LT2] = ACTIONS(656), - [anon_sym_LT_EQ] = ACTIONS(656), - [anon_sym_GT_EQ] = ACTIONS(656), - [anon_sym_not_DASHin] = ACTIONS(656), - [anon_sym_starts_DASHwith] = ACTIONS(656), - [anon_sym_ends_DASHwith] = ACTIONS(656), - [anon_sym_EQ_TILDE] = ACTIONS(656), - [anon_sym_BANG_TILDE] = ACTIONS(656), - [anon_sym_bit_DASHand] = ACTIONS(656), - [anon_sym_bit_DASHxor] = ACTIONS(656), - [anon_sym_bit_DASHor] = ACTIONS(656), - [anon_sym_and] = ACTIONS(656), - [anon_sym_xor] = ACTIONS(656), - [anon_sym_or] = ACTIONS(656), - [anon_sym_not] = ACTIONS(656), - [anon_sym_DOT_DOT_LT] = ACTIONS(656), - [anon_sym_DOT_DOT] = ACTIONS(656), - [anon_sym_DOT_DOT_EQ] = ACTIONS(656), - [sym_val_nothing] = ACTIONS(656), - [anon_sym_true] = ACTIONS(656), - [anon_sym_false] = ACTIONS(656), - [aux_sym_val_number_token1] = ACTIONS(656), - [aux_sym_val_number_token2] = ACTIONS(656), - [aux_sym_val_number_token3] = ACTIONS(656), - [aux_sym_val_number_token4] = ACTIONS(656), - [anon_sym_inf] = ACTIONS(656), - [anon_sym_DASHinf] = ACTIONS(656), - [anon_sym_NaN] = ACTIONS(656), - [anon_sym_0b] = ACTIONS(656), - [anon_sym_0o] = ACTIONS(656), - [anon_sym_0x] = ACTIONS(656), - [sym_val_date] = ACTIONS(656), - [anon_sym_DQUOTE] = ACTIONS(656), - [sym__str_single_quotes] = ACTIONS(656), - [sym__str_back_ticks] = ACTIONS(656), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(656), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(656), - [anon_sym_CARET] = ACTIONS(656), + [ts_builtin_sym_end] = ACTIONS(767), + [anon_sym_export] = ACTIONS(765), + [anon_sym_alias] = ACTIONS(765), + [anon_sym_let] = ACTIONS(765), + [anon_sym_let_DASHenv] = ACTIONS(765), + [anon_sym_mut] = ACTIONS(765), + [anon_sym_const] = ACTIONS(765), + [sym_cmd_identifier] = ACTIONS(765), + [anon_sym_SEMI] = ACTIONS(765), + [anon_sym_LF] = ACTIONS(767), + [anon_sym_def] = ACTIONS(765), + [anon_sym_def_DASHenv] = ACTIONS(765), + [anon_sym_export_DASHenv] = ACTIONS(765), + [anon_sym_extern] = ACTIONS(765), + [anon_sym_module] = ACTIONS(765), + [anon_sym_use] = ACTIONS(765), + [anon_sym_LBRACK] = ACTIONS(765), + [anon_sym_LPAREN] = ACTIONS(765), + [anon_sym_PIPE] = ACTIONS(765), + [anon_sym_DOLLAR] = ACTIONS(765), + [anon_sym_error] = ACTIONS(765), + [anon_sym_GT] = ACTIONS(765), + [anon_sym_DASH_DASH] = ACTIONS(765), + [anon_sym_DASH] = ACTIONS(765), + [anon_sym_break] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(765), + [anon_sym_for] = ACTIONS(765), + [anon_sym_in] = ACTIONS(765), + [anon_sym_loop] = ACTIONS(765), + [anon_sym_while] = ACTIONS(765), + [anon_sym_do] = ACTIONS(765), + [anon_sym_if] = ACTIONS(765), + [anon_sym_match] = ACTIONS(765), + [anon_sym_LBRACE] = ACTIONS(765), + [anon_sym_try] = ACTIONS(765), + [anon_sym_return] = ACTIONS(765), + [anon_sym_source] = ACTIONS(765), + [anon_sym_source_DASHenv] = ACTIONS(765), + [anon_sym_register] = ACTIONS(765), + [anon_sym_hide] = ACTIONS(765), + [anon_sym_hide_DASHenv] = ACTIONS(765), + [anon_sym_overlay] = ACTIONS(765), + [anon_sym_STAR] = ACTIONS(765), + [anon_sym_where] = ACTIONS(765), + [anon_sym_STAR_STAR] = ACTIONS(765), + [anon_sym_PLUS_PLUS] = ACTIONS(765), + [anon_sym_SLASH] = ACTIONS(765), + [anon_sym_mod] = ACTIONS(765), + [anon_sym_SLASH_SLASH] = ACTIONS(765), + [anon_sym_PLUS] = ACTIONS(765), + [anon_sym_bit_DASHshl] = ACTIONS(765), + [anon_sym_bit_DASHshr] = ACTIONS(765), + [anon_sym_EQ_EQ] = ACTIONS(765), + [anon_sym_BANG_EQ] = ACTIONS(765), + [anon_sym_LT2] = ACTIONS(765), + [anon_sym_LT_EQ] = ACTIONS(765), + [anon_sym_GT_EQ] = ACTIONS(765), + [anon_sym_not_DASHin] = ACTIONS(765), + [anon_sym_starts_DASHwith] = ACTIONS(765), + [anon_sym_ends_DASHwith] = ACTIONS(765), + [anon_sym_EQ_TILDE] = ACTIONS(765), + [anon_sym_BANG_TILDE] = ACTIONS(765), + [anon_sym_bit_DASHand] = ACTIONS(765), + [anon_sym_bit_DASHxor] = ACTIONS(765), + [anon_sym_bit_DASHor] = ACTIONS(765), + [anon_sym_and] = ACTIONS(765), + [anon_sym_xor] = ACTIONS(765), + [anon_sym_or] = ACTIONS(765), + [anon_sym_not] = ACTIONS(765), + [anon_sym_DOT_DOT_LT] = ACTIONS(765), + [anon_sym_DOT_DOT] = ACTIONS(765), + [anon_sym_DOT_DOT_EQ] = ACTIONS(765), + [sym_val_nothing] = ACTIONS(765), + [anon_sym_true] = ACTIONS(765), + [anon_sym_false] = ACTIONS(765), + [aux_sym_val_number_token1] = ACTIONS(765), + [aux_sym_val_number_token2] = ACTIONS(765), + [aux_sym_val_number_token3] = ACTIONS(765), + [aux_sym_val_number_token4] = ACTIONS(765), + [anon_sym_inf] = ACTIONS(765), + [anon_sym_DASHinf] = ACTIONS(765), + [anon_sym_NaN] = ACTIONS(765), + [anon_sym_0b] = ACTIONS(765), + [anon_sym_0o] = ACTIONS(765), + [anon_sym_0x] = ACTIONS(765), + [sym_val_date] = ACTIONS(765), + [anon_sym_DQUOTE] = ACTIONS(765), + [sym__str_single_quotes] = ACTIONS(765), + [sym__str_back_ticks] = ACTIONS(765), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(765), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(765), + [anon_sym_CARET] = ACTIONS(765), + [sym_short_flag] = ACTIONS(765), [anon_sym_POUND] = ACTIONS(3), }, [264] = { [sym_comment] = STATE(264), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(712), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(716), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(718), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(722), - [anon_sym_PLUS_PLUS] = ACTIONS(722), - [anon_sym_SLASH] = ACTIONS(720), - [anon_sym_mod] = ACTIONS(720), - [anon_sym_SLASH_SLASH] = ACTIONS(720), - [anon_sym_PLUS] = ACTIONS(716), - [anon_sym_bit_DASHshl] = ACTIONS(724), - [anon_sym_bit_DASHshr] = ACTIONS(724), - [anon_sym_EQ_EQ] = ACTIONS(712), - [anon_sym_BANG_EQ] = ACTIONS(712), - [anon_sym_LT2] = ACTIONS(712), - [anon_sym_LT_EQ] = ACTIONS(712), - [anon_sym_GT_EQ] = ACTIONS(712), - [anon_sym_not_DASHin] = ACTIONS(718), - [anon_sym_starts_DASHwith] = ACTIONS(718), - [anon_sym_ends_DASHwith] = ACTIONS(718), - [anon_sym_EQ_TILDE] = ACTIONS(726), - [anon_sym_BANG_TILDE] = ACTIONS(726), - [anon_sym_bit_DASHand] = ACTIONS(728), - [anon_sym_bit_DASHxor] = ACTIONS(730), - [anon_sym_bit_DASHor] = ACTIONS(732), - [anon_sym_and] = ACTIONS(734), - [anon_sym_xor] = ACTIONS(736), - [anon_sym_or] = ACTIONS(738), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(714), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(718), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(720), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(722), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(724), + [anon_sym_PLUS_PLUS] = ACTIONS(724), + [anon_sym_SLASH] = ACTIONS(722), + [anon_sym_mod] = ACTIONS(722), + [anon_sym_SLASH_SLASH] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(718), + [anon_sym_bit_DASHshl] = ACTIONS(726), + [anon_sym_bit_DASHshr] = ACTIONS(726), + [anon_sym_EQ_EQ] = ACTIONS(714), + [anon_sym_BANG_EQ] = ACTIONS(714), + [anon_sym_LT2] = ACTIONS(714), + [anon_sym_LT_EQ] = ACTIONS(714), + [anon_sym_GT_EQ] = ACTIONS(714), + [anon_sym_not_DASHin] = ACTIONS(720), + [anon_sym_starts_DASHwith] = ACTIONS(720), + [anon_sym_ends_DASHwith] = ACTIONS(720), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, [265] = { [sym_comment] = STATE(265), + [ts_builtin_sym_end] = ACTIONS(779), + [anon_sym_export] = ACTIONS(777), + [anon_sym_alias] = ACTIONS(777), + [anon_sym_let] = ACTIONS(777), + [anon_sym_let_DASHenv] = ACTIONS(777), + [anon_sym_mut] = ACTIONS(777), + [anon_sym_const] = ACTIONS(777), + [sym_cmd_identifier] = ACTIONS(777), + [anon_sym_SEMI] = ACTIONS(777), + [anon_sym_LF] = ACTIONS(779), + [anon_sym_def] = ACTIONS(777), + [anon_sym_def_DASHenv] = ACTIONS(777), + [anon_sym_export_DASHenv] = ACTIONS(777), + [anon_sym_extern] = ACTIONS(777), + [anon_sym_module] = ACTIONS(777), + [anon_sym_use] = ACTIONS(777), + [anon_sym_LBRACK] = ACTIONS(777), + [anon_sym_LPAREN] = ACTIONS(777), + [anon_sym_PIPE] = ACTIONS(777), + [anon_sym_DOLLAR] = ACTIONS(777), + [anon_sym_error] = ACTIONS(777), + [anon_sym_GT] = ACTIONS(777), + [anon_sym_DASH_DASH] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_break] = ACTIONS(777), + [anon_sym_continue] = ACTIONS(777), + [anon_sym_for] = ACTIONS(777), + [anon_sym_in] = ACTIONS(777), + [anon_sym_loop] = ACTIONS(777), + [anon_sym_while] = ACTIONS(777), + [anon_sym_do] = ACTIONS(777), + [anon_sym_if] = ACTIONS(777), + [anon_sym_match] = ACTIONS(777), + [anon_sym_LBRACE] = ACTIONS(777), + [anon_sym_try] = ACTIONS(777), + [anon_sym_return] = ACTIONS(777), + [anon_sym_source] = ACTIONS(777), + [anon_sym_source_DASHenv] = ACTIONS(777), + [anon_sym_register] = ACTIONS(777), + [anon_sym_hide] = ACTIONS(777), + [anon_sym_hide_DASHenv] = ACTIONS(777), + [anon_sym_overlay] = ACTIONS(777), + [anon_sym_STAR] = ACTIONS(777), + [anon_sym_where] = ACTIONS(777), + [anon_sym_STAR_STAR] = ACTIONS(777), + [anon_sym_PLUS_PLUS] = ACTIONS(777), + [anon_sym_SLASH] = ACTIONS(777), + [anon_sym_mod] = ACTIONS(777), + [anon_sym_SLASH_SLASH] = ACTIONS(777), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_bit_DASHshl] = ACTIONS(777), + [anon_sym_bit_DASHshr] = ACTIONS(777), + [anon_sym_EQ_EQ] = ACTIONS(777), + [anon_sym_BANG_EQ] = ACTIONS(777), + [anon_sym_LT2] = ACTIONS(777), + [anon_sym_LT_EQ] = ACTIONS(777), + [anon_sym_GT_EQ] = ACTIONS(777), + [anon_sym_not_DASHin] = ACTIONS(777), + [anon_sym_starts_DASHwith] = ACTIONS(777), + [anon_sym_ends_DASHwith] = ACTIONS(777), + [anon_sym_EQ_TILDE] = ACTIONS(777), + [anon_sym_BANG_TILDE] = ACTIONS(777), + [anon_sym_bit_DASHand] = ACTIONS(777), + [anon_sym_bit_DASHxor] = ACTIONS(777), + [anon_sym_bit_DASHor] = ACTIONS(777), + [anon_sym_and] = ACTIONS(777), + [anon_sym_xor] = ACTIONS(777), + [anon_sym_or] = ACTIONS(777), + [anon_sym_not] = ACTIONS(777), + [anon_sym_DOT_DOT_LT] = ACTIONS(777), + [anon_sym_DOT_DOT] = ACTIONS(777), + [anon_sym_DOT_DOT_EQ] = ACTIONS(777), + [sym_val_nothing] = ACTIONS(777), + [anon_sym_true] = ACTIONS(777), + [anon_sym_false] = ACTIONS(777), + [aux_sym_val_number_token1] = ACTIONS(777), + [aux_sym_val_number_token2] = ACTIONS(777), + [aux_sym_val_number_token3] = ACTIONS(777), + [aux_sym_val_number_token4] = ACTIONS(777), + [anon_sym_inf] = ACTIONS(777), + [anon_sym_DASHinf] = ACTIONS(777), + [anon_sym_NaN] = ACTIONS(777), + [anon_sym_0b] = ACTIONS(777), + [anon_sym_0o] = ACTIONS(777), + [anon_sym_0x] = ACTIONS(777), + [sym_val_date] = ACTIONS(777), + [anon_sym_DQUOTE] = ACTIONS(777), + [sym__str_single_quotes] = ACTIONS(777), + [sym__str_back_ticks] = ACTIONS(777), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(777), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(777), + [anon_sym_CARET] = ACTIONS(777), + [sym_short_flag] = ACTIONS(777), + [anon_sym_POUND] = ACTIONS(3), + }, + [266] = { + [sym_comment] = STATE(266), [ts_builtin_sym_end] = ACTIONS(771), [anon_sym_export] = ACTIONS(769), [anon_sym_alias] = ACTIONS(769), @@ -72884,7 +72986,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_error] = ACTIONS(769), [anon_sym_GT] = ACTIONS(769), [anon_sym_DASH_DASH] = ACTIONS(769), - [anon_sym_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(718), [anon_sym_break] = ACTIONS(769), [anon_sym_continue] = ACTIONS(769), [anon_sym_for] = ACTIONS(769), @@ -72903,14 +73005,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hide] = ACTIONS(769), [anon_sym_hide_DASHenv] = ACTIONS(769), [anon_sym_overlay] = ACTIONS(769), - [anon_sym_STAR] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(722), [anon_sym_where] = ACTIONS(769), - [anon_sym_STAR_STAR] = ACTIONS(769), - [anon_sym_PLUS_PLUS] = ACTIONS(769), - [anon_sym_SLASH] = ACTIONS(769), - [anon_sym_mod] = ACTIONS(769), - [anon_sym_SLASH_SLASH] = ACTIONS(769), - [anon_sym_PLUS] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(724), + [anon_sym_PLUS_PLUS] = ACTIONS(724), + [anon_sym_SLASH] = ACTIONS(722), + [anon_sym_mod] = ACTIONS(722), + [anon_sym_SLASH_SLASH] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(718), [anon_sym_bit_DASHshl] = ACTIONS(769), [anon_sym_bit_DASHshr] = ACTIONS(769), [anon_sym_EQ_EQ] = ACTIONS(769), @@ -72956,299 +73058,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_short_flag] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [266] = { - [sym_comment] = STATE(266), - [ts_builtin_sym_end] = ACTIONS(868), - [anon_sym_export] = ACTIONS(866), - [anon_sym_alias] = ACTIONS(866), - [anon_sym_let] = ACTIONS(866), - [anon_sym_let_DASHenv] = ACTIONS(866), - [anon_sym_mut] = ACTIONS(866), - [anon_sym_const] = ACTIONS(866), - [sym_cmd_identifier] = ACTIONS(866), - [anon_sym_SEMI] = ACTIONS(866), - [anon_sym_LF] = ACTIONS(868), - [anon_sym_def] = ACTIONS(866), - [anon_sym_def_DASHenv] = ACTIONS(866), - [anon_sym_export_DASHenv] = ACTIONS(866), - [anon_sym_extern] = ACTIONS(866), - [anon_sym_module] = ACTIONS(866), - [anon_sym_use] = ACTIONS(866), - [anon_sym_LBRACK] = ACTIONS(866), - [anon_sym_LPAREN] = ACTIONS(866), - [anon_sym_PIPE] = ACTIONS(866), - [anon_sym_DOLLAR] = ACTIONS(866), - [anon_sym_error] = ACTIONS(866), - [anon_sym_GT] = ACTIONS(866), - [anon_sym_DASH_DASH] = ACTIONS(866), - [anon_sym_DASH] = ACTIONS(866), - [anon_sym_break] = ACTIONS(866), - [anon_sym_continue] = ACTIONS(866), - [anon_sym_for] = ACTIONS(866), - [anon_sym_in] = ACTIONS(866), - [anon_sym_loop] = ACTIONS(866), - [anon_sym_while] = ACTIONS(866), - [anon_sym_do] = ACTIONS(866), - [anon_sym_if] = ACTIONS(866), - [anon_sym_match] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(866), - [anon_sym_try] = ACTIONS(866), - [anon_sym_return] = ACTIONS(866), - [anon_sym_source] = ACTIONS(866), - [anon_sym_source_DASHenv] = ACTIONS(866), - [anon_sym_register] = ACTIONS(866), - [anon_sym_hide] = ACTIONS(866), - [anon_sym_hide_DASHenv] = ACTIONS(866), - [anon_sym_overlay] = ACTIONS(866), - [anon_sym_STAR] = ACTIONS(866), - [anon_sym_where] = ACTIONS(866), - [anon_sym_STAR_STAR] = ACTIONS(866), - [anon_sym_PLUS_PLUS] = ACTIONS(866), - [anon_sym_SLASH] = ACTIONS(866), - [anon_sym_mod] = ACTIONS(866), - [anon_sym_SLASH_SLASH] = ACTIONS(866), - [anon_sym_PLUS] = ACTIONS(866), - [anon_sym_bit_DASHshl] = ACTIONS(866), - [anon_sym_bit_DASHshr] = ACTIONS(866), - [anon_sym_EQ_EQ] = ACTIONS(866), - [anon_sym_BANG_EQ] = ACTIONS(866), - [anon_sym_LT2] = ACTIONS(866), - [anon_sym_LT_EQ] = ACTIONS(866), - [anon_sym_GT_EQ] = ACTIONS(866), - [anon_sym_not_DASHin] = ACTIONS(866), - [anon_sym_starts_DASHwith] = ACTIONS(866), - [anon_sym_ends_DASHwith] = ACTIONS(866), - [anon_sym_EQ_TILDE] = ACTIONS(866), - [anon_sym_BANG_TILDE] = ACTIONS(866), - [anon_sym_bit_DASHand] = ACTIONS(866), - [anon_sym_bit_DASHxor] = ACTIONS(866), - [anon_sym_bit_DASHor] = ACTIONS(866), - [anon_sym_and] = ACTIONS(866), - [anon_sym_xor] = ACTIONS(866), - [anon_sym_or] = ACTIONS(866), - [anon_sym_not] = ACTIONS(866), - [anon_sym_DOT_DOT_LT] = ACTIONS(866), - [anon_sym_DOT_DOT] = ACTIONS(866), - [anon_sym_DOT_DOT_EQ] = ACTIONS(866), - [sym_val_nothing] = ACTIONS(866), - [anon_sym_true] = ACTIONS(866), - [anon_sym_false] = ACTIONS(866), - [aux_sym_val_number_token1] = ACTIONS(866), - [aux_sym_val_number_token2] = ACTIONS(866), - [aux_sym_val_number_token3] = ACTIONS(866), - [aux_sym_val_number_token4] = ACTIONS(866), - [anon_sym_inf] = ACTIONS(866), - [anon_sym_DASHinf] = ACTIONS(866), - [anon_sym_NaN] = ACTIONS(866), - [anon_sym_0b] = ACTIONS(866), - [anon_sym_0o] = ACTIONS(866), - [anon_sym_0x] = ACTIONS(866), - [sym_val_date] = ACTIONS(866), - [anon_sym_DQUOTE] = ACTIONS(866), - [sym__str_single_quotes] = ACTIONS(866), - [sym__str_back_ticks] = ACTIONS(866), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(866), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(866), - [anon_sym_CARET] = ACTIONS(866), - [sym_short_flag] = ACTIONS(866), - [anon_sym_POUND] = ACTIONS(3), - }, [267] = { [sym_comment] = STATE(267), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(712), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(716), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(718), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(722), - [anon_sym_PLUS_PLUS] = ACTIONS(722), - [anon_sym_SLASH] = ACTIONS(720), - [anon_sym_mod] = ACTIONS(720), - [anon_sym_SLASH_SLASH] = ACTIONS(720), - [anon_sym_PLUS] = ACTIONS(716), - [anon_sym_bit_DASHshl] = ACTIONS(724), - [anon_sym_bit_DASHshr] = ACTIONS(724), - [anon_sym_EQ_EQ] = ACTIONS(712), - [anon_sym_BANG_EQ] = ACTIONS(712), - [anon_sym_LT2] = ACTIONS(712), - [anon_sym_LT_EQ] = ACTIONS(712), - [anon_sym_GT_EQ] = ACTIONS(712), - [anon_sym_not_DASHin] = ACTIONS(718), - [anon_sym_starts_DASHwith] = ACTIONS(718), - [anon_sym_ends_DASHwith] = ACTIONS(718), - [anon_sym_EQ_TILDE] = ACTIONS(726), - [anon_sym_BANG_TILDE] = ACTIONS(726), - [anon_sym_bit_DASHand] = ACTIONS(728), - [anon_sym_bit_DASHxor] = ACTIONS(730), - [anon_sym_bit_DASHor] = ACTIONS(732), - [anon_sym_and] = ACTIONS(734), - [anon_sym_xor] = ACTIONS(736), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [268] = { - [sym_comment] = STATE(268), - [ts_builtin_sym_end] = ACTIONS(767), - [anon_sym_export] = ACTIONS(765), - [anon_sym_alias] = ACTIONS(765), - [anon_sym_let] = ACTIONS(765), - [anon_sym_let_DASHenv] = ACTIONS(765), - [anon_sym_mut] = ACTIONS(765), - [anon_sym_const] = ACTIONS(765), - [sym_cmd_identifier] = ACTIONS(765), - [anon_sym_SEMI] = ACTIONS(765), - [anon_sym_LF] = ACTIONS(767), - [anon_sym_def] = ACTIONS(765), - [anon_sym_def_DASHenv] = ACTIONS(765), - [anon_sym_export_DASHenv] = ACTIONS(765), - [anon_sym_extern] = ACTIONS(765), - [anon_sym_module] = ACTIONS(765), - [anon_sym_use] = ACTIONS(765), - [anon_sym_LBRACK] = ACTIONS(765), - [anon_sym_LPAREN] = ACTIONS(765), - [anon_sym_PIPE] = ACTIONS(765), - [anon_sym_DOLLAR] = ACTIONS(765), - [anon_sym_error] = ACTIONS(765), - [anon_sym_GT] = ACTIONS(765), - [anon_sym_DASH_DASH] = ACTIONS(765), - [anon_sym_DASH] = ACTIONS(765), - [anon_sym_break] = ACTIONS(765), - [anon_sym_continue] = ACTIONS(765), - [anon_sym_for] = ACTIONS(765), - [anon_sym_in] = ACTIONS(765), - [anon_sym_loop] = ACTIONS(765), - [anon_sym_while] = ACTIONS(765), - [anon_sym_do] = ACTIONS(765), - [anon_sym_if] = ACTIONS(765), - [anon_sym_match] = ACTIONS(765), - [anon_sym_LBRACE] = ACTIONS(765), - [anon_sym_try] = ACTIONS(765), - [anon_sym_return] = ACTIONS(765), - [anon_sym_source] = ACTIONS(765), - [anon_sym_source_DASHenv] = ACTIONS(765), - [anon_sym_register] = ACTIONS(765), - [anon_sym_hide] = ACTIONS(765), - [anon_sym_hide_DASHenv] = ACTIONS(765), - [anon_sym_overlay] = ACTIONS(765), - [anon_sym_STAR] = ACTIONS(765), - [anon_sym_where] = ACTIONS(765), - [anon_sym_STAR_STAR] = ACTIONS(765), - [anon_sym_PLUS_PLUS] = ACTIONS(765), - [anon_sym_SLASH] = ACTIONS(765), - [anon_sym_mod] = ACTIONS(765), - [anon_sym_SLASH_SLASH] = ACTIONS(765), - [anon_sym_PLUS] = ACTIONS(765), - [anon_sym_bit_DASHshl] = ACTIONS(765), - [anon_sym_bit_DASHshr] = ACTIONS(765), - [anon_sym_EQ_EQ] = ACTIONS(765), - [anon_sym_BANG_EQ] = ACTIONS(765), - [anon_sym_LT2] = ACTIONS(765), - [anon_sym_LT_EQ] = ACTIONS(765), - [anon_sym_GT_EQ] = ACTIONS(765), - [anon_sym_not_DASHin] = ACTIONS(765), - [anon_sym_starts_DASHwith] = ACTIONS(765), - [anon_sym_ends_DASHwith] = ACTIONS(765), - [anon_sym_EQ_TILDE] = ACTIONS(765), - [anon_sym_BANG_TILDE] = ACTIONS(765), - [anon_sym_bit_DASHand] = ACTIONS(765), - [anon_sym_bit_DASHxor] = ACTIONS(765), - [anon_sym_bit_DASHor] = ACTIONS(765), - [anon_sym_and] = ACTIONS(765), - [anon_sym_xor] = ACTIONS(765), - [anon_sym_or] = ACTIONS(765), - [anon_sym_not] = ACTIONS(765), - [anon_sym_DOT_DOT_LT] = ACTIONS(765), - [anon_sym_DOT_DOT] = ACTIONS(765), - [anon_sym_DOT_DOT_EQ] = ACTIONS(765), - [sym_val_nothing] = ACTIONS(765), - [anon_sym_true] = ACTIONS(765), - [anon_sym_false] = ACTIONS(765), - [aux_sym_val_number_token1] = ACTIONS(765), - [aux_sym_val_number_token2] = ACTIONS(765), - [aux_sym_val_number_token3] = ACTIONS(765), - [aux_sym_val_number_token4] = ACTIONS(765), - [anon_sym_inf] = ACTIONS(765), - [anon_sym_DASHinf] = ACTIONS(765), - [anon_sym_NaN] = ACTIONS(765), - [anon_sym_0b] = ACTIONS(765), - [anon_sym_0o] = ACTIONS(765), - [anon_sym_0x] = ACTIONS(765), - [sym_val_date] = ACTIONS(765), - [anon_sym_DQUOTE] = ACTIONS(765), - [sym__str_single_quotes] = ACTIONS(765), - [sym__str_back_ticks] = ACTIONS(765), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(765), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(765), - [anon_sym_CARET] = ACTIONS(765), - [sym_short_flag] = ACTIONS(765), - [anon_sym_POUND] = ACTIONS(3), - }, - [269] = { - [sym_comment] = STATE(269), [ts_builtin_sym_end] = ACTIONS(799), [anon_sym_export] = ACTIONS(797), [anon_sym_alias] = ACTIONS(797), @@ -73344,2336 +73155,396 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_short_flag] = ACTIONS(797), [anon_sym_POUND] = ACTIONS(3), }, - [270] = { - [sym_comment] = STATE(270), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(712), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(716), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(718), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(722), - [anon_sym_PLUS_PLUS] = ACTIONS(722), - [anon_sym_SLASH] = ACTIONS(720), - [anon_sym_mod] = ACTIONS(720), - [anon_sym_SLASH_SLASH] = ACTIONS(720), - [anon_sym_PLUS] = ACTIONS(716), - [anon_sym_bit_DASHshl] = ACTIONS(724), - [anon_sym_bit_DASHshr] = ACTIONS(724), - [anon_sym_EQ_EQ] = ACTIONS(712), - [anon_sym_BANG_EQ] = ACTIONS(712), - [anon_sym_LT2] = ACTIONS(712), - [anon_sym_LT_EQ] = ACTIONS(712), - [anon_sym_GT_EQ] = ACTIONS(712), - [anon_sym_not_DASHin] = ACTIONS(718), - [anon_sym_starts_DASHwith] = ACTIONS(718), - [anon_sym_ends_DASHwith] = ACTIONS(718), - [anon_sym_EQ_TILDE] = ACTIONS(726), - [anon_sym_BANG_TILDE] = ACTIONS(726), - [anon_sym_bit_DASHand] = ACTIONS(728), - [anon_sym_bit_DASHxor] = ACTIONS(730), - [anon_sym_bit_DASHor] = ACTIONS(732), - [anon_sym_and] = ACTIONS(734), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), + [268] = { + [sym_comment] = STATE(268), + [anon_sym_export] = ACTIONS(753), + [anon_sym_alias] = ACTIONS(753), + [anon_sym_let] = ACTIONS(753), + [anon_sym_let_DASHenv] = ACTIONS(753), + [anon_sym_mut] = ACTIONS(753), + [anon_sym_const] = ACTIONS(753), + [sym_cmd_identifier] = ACTIONS(753), + [anon_sym_SEMI] = ACTIONS(753), + [anon_sym_LF] = ACTIONS(755), + [anon_sym_def] = ACTIONS(753), + [anon_sym_def_DASHenv] = ACTIONS(753), + [anon_sym_export_DASHenv] = ACTIONS(753), + [anon_sym_extern] = ACTIONS(753), + [anon_sym_module] = ACTIONS(753), + [anon_sym_use] = ACTIONS(753), + [anon_sym_LBRACK] = ACTIONS(753), + [anon_sym_LPAREN] = ACTIONS(753), + [anon_sym_RPAREN] = ACTIONS(753), + [anon_sym_PIPE] = ACTIONS(753), + [anon_sym_DOLLAR] = ACTIONS(753), + [anon_sym_error] = ACTIONS(753), + [anon_sym_GT] = ACTIONS(753), + [anon_sym_DASH] = ACTIONS(753), + [anon_sym_break] = ACTIONS(753), + [anon_sym_continue] = ACTIONS(753), + [anon_sym_for] = ACTIONS(753), + [anon_sym_in] = ACTIONS(753), + [anon_sym_loop] = ACTIONS(753), + [anon_sym_while] = ACTIONS(753), + [anon_sym_do] = ACTIONS(753), + [anon_sym_if] = ACTIONS(753), + [anon_sym_match] = ACTIONS(753), + [anon_sym_LBRACE] = ACTIONS(753), + [anon_sym_RBRACE] = ACTIONS(753), + [anon_sym_DOT] = ACTIONS(753), + [anon_sym_try] = ACTIONS(753), + [anon_sym_return] = ACTIONS(753), + [anon_sym_source] = ACTIONS(753), + [anon_sym_source_DASHenv] = ACTIONS(753), + [anon_sym_register] = ACTIONS(753), + [anon_sym_hide] = ACTIONS(753), + [anon_sym_hide_DASHenv] = ACTIONS(753), + [anon_sym_overlay] = ACTIONS(753), + [anon_sym_STAR] = ACTIONS(753), + [anon_sym_where] = ACTIONS(753), + [anon_sym_STAR_STAR] = ACTIONS(753), + [anon_sym_PLUS_PLUS] = ACTIONS(753), + [anon_sym_SLASH] = ACTIONS(753), + [anon_sym_mod] = ACTIONS(753), + [anon_sym_SLASH_SLASH] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(753), + [anon_sym_bit_DASHshl] = ACTIONS(753), + [anon_sym_bit_DASHshr] = ACTIONS(753), + [anon_sym_EQ_EQ] = ACTIONS(753), + [anon_sym_BANG_EQ] = ACTIONS(753), + [anon_sym_LT2] = ACTIONS(753), + [anon_sym_LT_EQ] = ACTIONS(753), + [anon_sym_GT_EQ] = ACTIONS(753), + [anon_sym_not_DASHin] = ACTIONS(753), + [anon_sym_starts_DASHwith] = ACTIONS(753), + [anon_sym_ends_DASHwith] = ACTIONS(753), + [anon_sym_EQ_TILDE] = ACTIONS(753), + [anon_sym_BANG_TILDE] = ACTIONS(753), + [anon_sym_bit_DASHand] = ACTIONS(753), + [anon_sym_bit_DASHxor] = ACTIONS(753), + [anon_sym_bit_DASHor] = ACTIONS(753), + [anon_sym_and] = ACTIONS(753), + [anon_sym_xor] = ACTIONS(753), + [anon_sym_or] = ACTIONS(753), + [anon_sym_not] = ACTIONS(753), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_DOT_DOT] = ACTIONS(753), + [anon_sym_DOT_DOT_EQ] = ACTIONS(753), + [sym_val_nothing] = ACTIONS(753), + [anon_sym_true] = ACTIONS(753), + [anon_sym_false] = ACTIONS(753), + [aux_sym_val_number_token1] = ACTIONS(753), + [aux_sym_val_number_token2] = ACTIONS(753), + [aux_sym_val_number_token3] = ACTIONS(753), + [aux_sym_val_number_token4] = ACTIONS(753), + [anon_sym_inf] = ACTIONS(753), + [anon_sym_DASHinf] = ACTIONS(753), + [anon_sym_NaN] = ACTIONS(753), + [anon_sym_0b] = ACTIONS(753), + [anon_sym_0o] = ACTIONS(753), + [anon_sym_0x] = ACTIONS(753), + [sym_val_date] = ACTIONS(753), + [anon_sym_DQUOTE] = ACTIONS(753), + [sym__str_single_quotes] = ACTIONS(753), + [sym__str_back_ticks] = ACTIONS(753), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(753), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(753), + [anon_sym_CARET] = ACTIONS(753), [anon_sym_POUND] = ACTIONS(3), }, - [271] = { - [sym_comment] = STATE(271), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(712), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(716), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(718), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(722), - [anon_sym_PLUS_PLUS] = ACTIONS(722), - [anon_sym_SLASH] = ACTIONS(720), - [anon_sym_mod] = ACTIONS(720), - [anon_sym_SLASH_SLASH] = ACTIONS(720), - [anon_sym_PLUS] = ACTIONS(716), - [anon_sym_bit_DASHshl] = ACTIONS(724), - [anon_sym_bit_DASHshr] = ACTIONS(724), - [anon_sym_EQ_EQ] = ACTIONS(712), - [anon_sym_BANG_EQ] = ACTIONS(712), - [anon_sym_LT2] = ACTIONS(712), - [anon_sym_LT_EQ] = ACTIONS(712), - [anon_sym_GT_EQ] = ACTIONS(712), - [anon_sym_not_DASHin] = ACTIONS(718), - [anon_sym_starts_DASHwith] = ACTIONS(718), - [anon_sym_ends_DASHwith] = ACTIONS(718), - [anon_sym_EQ_TILDE] = ACTIONS(726), - [anon_sym_BANG_TILDE] = ACTIONS(726), - [anon_sym_bit_DASHand] = ACTIONS(728), - [anon_sym_bit_DASHxor] = ACTIONS(730), - [anon_sym_bit_DASHor] = ACTIONS(732), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), + [269] = { + [sym_comment] = STATE(269), + [ts_builtin_sym_end] = ACTIONS(105), + [anon_sym_export] = ACTIONS(103), + [anon_sym_alias] = ACTIONS(103), + [anon_sym_let] = ACTIONS(103), + [anon_sym_let_DASHenv] = ACTIONS(103), + [anon_sym_mut] = ACTIONS(103), + [anon_sym_const] = ACTIONS(103), + [sym_cmd_identifier] = ACTIONS(103), + [anon_sym_SEMI] = ACTIONS(103), + [anon_sym_LF] = ACTIONS(105), + [anon_sym_def] = ACTIONS(103), + [anon_sym_def_DASHenv] = ACTIONS(103), + [anon_sym_export_DASHenv] = ACTIONS(103), + [anon_sym_extern] = ACTIONS(103), + [anon_sym_module] = ACTIONS(103), + [anon_sym_use] = ACTIONS(103), + [anon_sym_LBRACK] = ACTIONS(103), + [anon_sym_LPAREN] = ACTIONS(103), + [anon_sym_PIPE] = ACTIONS(103), + [anon_sym_DOLLAR] = ACTIONS(103), + [anon_sym_error] = ACTIONS(103), + [anon_sym_GT] = ACTIONS(103), + [anon_sym_DASH_DASH] = ACTIONS(103), + [anon_sym_DASH] = ACTIONS(103), + [anon_sym_break] = ACTIONS(103), + [anon_sym_continue] = ACTIONS(103), + [anon_sym_for] = ACTIONS(103), + [anon_sym_in] = ACTIONS(103), + [anon_sym_loop] = ACTIONS(103), + [anon_sym_while] = ACTIONS(103), + [anon_sym_do] = ACTIONS(103), + [anon_sym_if] = ACTIONS(103), + [anon_sym_match] = ACTIONS(103), + [anon_sym_LBRACE] = ACTIONS(103), + [anon_sym_try] = ACTIONS(103), + [anon_sym_return] = ACTIONS(103), + [anon_sym_source] = ACTIONS(103), + [anon_sym_source_DASHenv] = ACTIONS(103), + [anon_sym_register] = ACTIONS(103), + [anon_sym_hide] = ACTIONS(103), + [anon_sym_hide_DASHenv] = ACTIONS(103), + [anon_sym_overlay] = ACTIONS(103), + [anon_sym_STAR] = ACTIONS(103), + [anon_sym_where] = ACTIONS(103), + [anon_sym_STAR_STAR] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), + [anon_sym_SLASH] = ACTIONS(103), + [anon_sym_mod] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_PLUS] = ACTIONS(103), + [anon_sym_bit_DASHshl] = ACTIONS(103), + [anon_sym_bit_DASHshr] = ACTIONS(103), + [anon_sym_EQ_EQ] = ACTIONS(103), + [anon_sym_BANG_EQ] = ACTIONS(103), + [anon_sym_LT2] = ACTIONS(103), + [anon_sym_LT_EQ] = ACTIONS(103), + [anon_sym_GT_EQ] = ACTIONS(103), + [anon_sym_not_DASHin] = ACTIONS(103), + [anon_sym_starts_DASHwith] = ACTIONS(103), + [anon_sym_ends_DASHwith] = ACTIONS(103), + [anon_sym_EQ_TILDE] = ACTIONS(103), + [anon_sym_BANG_TILDE] = ACTIONS(103), + [anon_sym_bit_DASHand] = ACTIONS(103), + [anon_sym_bit_DASHxor] = ACTIONS(103), + [anon_sym_bit_DASHor] = ACTIONS(103), + [anon_sym_and] = ACTIONS(103), + [anon_sym_xor] = ACTIONS(103), + [anon_sym_or] = ACTIONS(103), + [anon_sym_not] = ACTIONS(103), + [anon_sym_DOT_DOT_LT] = ACTIONS(103), + [anon_sym_DOT_DOT] = ACTIONS(103), + [anon_sym_DOT_DOT_EQ] = ACTIONS(103), + [sym_val_nothing] = ACTIONS(103), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [aux_sym_val_number_token1] = ACTIONS(103), + [aux_sym_val_number_token2] = ACTIONS(103), + [aux_sym_val_number_token3] = ACTIONS(103), + [aux_sym_val_number_token4] = ACTIONS(103), + [anon_sym_inf] = ACTIONS(103), + [anon_sym_DASHinf] = ACTIONS(103), + [anon_sym_NaN] = ACTIONS(103), + [anon_sym_0b] = ACTIONS(103), + [anon_sym_0o] = ACTIONS(103), + [anon_sym_0x] = ACTIONS(103), + [sym_val_date] = ACTIONS(103), + [anon_sym_DQUOTE] = ACTIONS(103), + [sym__str_single_quotes] = ACTIONS(103), + [sym__str_back_ticks] = ACTIONS(103), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(103), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(103), + [anon_sym_CARET] = ACTIONS(103), + [sym_short_flag] = ACTIONS(103), [anon_sym_POUND] = ACTIONS(3), }, - [272] = { - [sym_comment] = STATE(272), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(712), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(716), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(718), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(722), - [anon_sym_PLUS_PLUS] = ACTIONS(722), - [anon_sym_SLASH] = ACTIONS(720), - [anon_sym_mod] = ACTIONS(720), - [anon_sym_SLASH_SLASH] = ACTIONS(720), - [anon_sym_PLUS] = ACTIONS(716), - [anon_sym_bit_DASHshl] = ACTIONS(724), - [anon_sym_bit_DASHshr] = ACTIONS(724), - [anon_sym_EQ_EQ] = ACTIONS(712), - [anon_sym_BANG_EQ] = ACTIONS(712), - [anon_sym_LT2] = ACTIONS(712), - [anon_sym_LT_EQ] = ACTIONS(712), - [anon_sym_GT_EQ] = ACTIONS(712), - [anon_sym_not_DASHin] = ACTIONS(718), - [anon_sym_starts_DASHwith] = ACTIONS(718), - [anon_sym_ends_DASHwith] = ACTIONS(718), - [anon_sym_EQ_TILDE] = ACTIONS(726), - [anon_sym_BANG_TILDE] = ACTIONS(726), - [anon_sym_bit_DASHand] = ACTIONS(728), - [anon_sym_bit_DASHxor] = ACTIONS(730), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [273] = { - [sym_comment] = STATE(273), - [ts_builtin_sym_end] = ACTIONS(810), - [anon_sym_export] = ACTIONS(808), - [anon_sym_alias] = ACTIONS(808), - [anon_sym_let] = ACTIONS(808), - [anon_sym_let_DASHenv] = ACTIONS(808), - [anon_sym_mut] = ACTIONS(808), - [anon_sym_const] = ACTIONS(808), - [sym_cmd_identifier] = ACTIONS(808), - [anon_sym_SEMI] = ACTIONS(808), - [anon_sym_LF] = ACTIONS(810), - [anon_sym_def] = ACTIONS(808), - [anon_sym_def_DASHenv] = ACTIONS(808), - [anon_sym_export_DASHenv] = ACTIONS(808), - [anon_sym_extern] = ACTIONS(808), - [anon_sym_module] = ACTIONS(808), - [anon_sym_use] = ACTIONS(808), - [anon_sym_LBRACK] = ACTIONS(808), - [anon_sym_LPAREN] = ACTIONS(808), - [anon_sym_PIPE] = ACTIONS(808), - [anon_sym_DOLLAR] = ACTIONS(808), - [anon_sym_error] = ACTIONS(808), - [anon_sym_GT] = ACTIONS(808), - [anon_sym_DASH_DASH] = ACTIONS(808), - [anon_sym_DASH] = ACTIONS(808), - [anon_sym_break] = ACTIONS(808), - [anon_sym_continue] = ACTIONS(808), - [anon_sym_for] = ACTIONS(808), - [anon_sym_in] = ACTIONS(808), - [anon_sym_loop] = ACTIONS(808), - [anon_sym_while] = ACTIONS(808), - [anon_sym_do] = ACTIONS(808), - [anon_sym_if] = ACTIONS(808), - [anon_sym_match] = ACTIONS(808), - [anon_sym_LBRACE] = ACTIONS(808), - [anon_sym_try] = ACTIONS(808), - [anon_sym_return] = ACTIONS(808), - [anon_sym_source] = ACTIONS(808), - [anon_sym_source_DASHenv] = ACTIONS(808), - [anon_sym_register] = ACTIONS(808), - [anon_sym_hide] = ACTIONS(808), - [anon_sym_hide_DASHenv] = ACTIONS(808), - [anon_sym_overlay] = ACTIONS(808), - [anon_sym_STAR] = ACTIONS(808), - [anon_sym_where] = ACTIONS(808), - [anon_sym_STAR_STAR] = ACTIONS(808), - [anon_sym_PLUS_PLUS] = ACTIONS(808), - [anon_sym_SLASH] = ACTIONS(808), - [anon_sym_mod] = ACTIONS(808), - [anon_sym_SLASH_SLASH] = ACTIONS(808), - [anon_sym_PLUS] = ACTIONS(808), - [anon_sym_bit_DASHshl] = ACTIONS(808), - [anon_sym_bit_DASHshr] = ACTIONS(808), - [anon_sym_EQ_EQ] = ACTIONS(808), - [anon_sym_BANG_EQ] = ACTIONS(808), - [anon_sym_LT2] = ACTIONS(808), - [anon_sym_LT_EQ] = ACTIONS(808), - [anon_sym_GT_EQ] = ACTIONS(808), - [anon_sym_not_DASHin] = ACTIONS(808), - [anon_sym_starts_DASHwith] = ACTIONS(808), - [anon_sym_ends_DASHwith] = ACTIONS(808), - [anon_sym_EQ_TILDE] = ACTIONS(808), - [anon_sym_BANG_TILDE] = ACTIONS(808), - [anon_sym_bit_DASHand] = ACTIONS(808), - [anon_sym_bit_DASHxor] = ACTIONS(808), - [anon_sym_bit_DASHor] = ACTIONS(808), - [anon_sym_and] = ACTIONS(808), - [anon_sym_xor] = ACTIONS(808), - [anon_sym_or] = ACTIONS(808), - [anon_sym_not] = ACTIONS(808), - [anon_sym_DOT_DOT_LT] = ACTIONS(808), - [anon_sym_DOT_DOT] = ACTIONS(808), - [anon_sym_DOT_DOT_EQ] = ACTIONS(808), - [sym_val_nothing] = ACTIONS(808), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [aux_sym_val_number_token1] = ACTIONS(808), - [aux_sym_val_number_token2] = ACTIONS(808), - [aux_sym_val_number_token3] = ACTIONS(808), - [aux_sym_val_number_token4] = ACTIONS(808), - [anon_sym_inf] = ACTIONS(808), - [anon_sym_DASHinf] = ACTIONS(808), - [anon_sym_NaN] = ACTIONS(808), - [anon_sym_0b] = ACTIONS(808), - [anon_sym_0o] = ACTIONS(808), - [anon_sym_0x] = ACTIONS(808), - [sym_val_date] = ACTIONS(808), - [anon_sym_DQUOTE] = ACTIONS(808), - [sym__str_single_quotes] = ACTIONS(808), - [sym__str_back_ticks] = ACTIONS(808), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(808), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(808), - [anon_sym_CARET] = ACTIONS(808), - [sym_short_flag] = ACTIONS(808), - [anon_sym_POUND] = ACTIONS(3), - }, - [274] = { - [sym_comment] = STATE(274), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(712), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(716), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(718), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(722), - [anon_sym_PLUS_PLUS] = ACTIONS(722), - [anon_sym_SLASH] = ACTIONS(720), - [anon_sym_mod] = ACTIONS(720), - [anon_sym_SLASH_SLASH] = ACTIONS(720), - [anon_sym_PLUS] = ACTIONS(716), - [anon_sym_bit_DASHshl] = ACTIONS(724), - [anon_sym_bit_DASHshr] = ACTIONS(724), - [anon_sym_EQ_EQ] = ACTIONS(712), - [anon_sym_BANG_EQ] = ACTIONS(712), - [anon_sym_LT2] = ACTIONS(712), - [anon_sym_LT_EQ] = ACTIONS(712), - [anon_sym_GT_EQ] = ACTIONS(712), - [anon_sym_not_DASHin] = ACTIONS(718), - [anon_sym_starts_DASHwith] = ACTIONS(718), - [anon_sym_ends_DASHwith] = ACTIONS(718), - [anon_sym_EQ_TILDE] = ACTIONS(726), - [anon_sym_BANG_TILDE] = ACTIONS(726), - [anon_sym_bit_DASHand] = ACTIONS(728), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [275] = { - [sym_comment] = STATE(275), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(712), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(716), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(718), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(722), - [anon_sym_PLUS_PLUS] = ACTIONS(722), - [anon_sym_SLASH] = ACTIONS(720), - [anon_sym_mod] = ACTIONS(720), - [anon_sym_SLASH_SLASH] = ACTIONS(720), - [anon_sym_PLUS] = ACTIONS(716), - [anon_sym_bit_DASHshl] = ACTIONS(724), - [anon_sym_bit_DASHshr] = ACTIONS(724), - [anon_sym_EQ_EQ] = ACTIONS(712), - [anon_sym_BANG_EQ] = ACTIONS(712), - [anon_sym_LT2] = ACTIONS(712), - [anon_sym_LT_EQ] = ACTIONS(712), - [anon_sym_GT_EQ] = ACTIONS(712), - [anon_sym_not_DASHin] = ACTIONS(718), - [anon_sym_starts_DASHwith] = ACTIONS(718), - [anon_sym_ends_DASHwith] = ACTIONS(718), - [anon_sym_EQ_TILDE] = ACTIONS(726), - [anon_sym_BANG_TILDE] = ACTIONS(726), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [276] = { - [sym_comment] = STATE(276), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(781), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(716), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(781), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(722), - [anon_sym_PLUS_PLUS] = ACTIONS(722), - [anon_sym_SLASH] = ACTIONS(720), - [anon_sym_mod] = ACTIONS(720), - [anon_sym_SLASH_SLASH] = ACTIONS(720), - [anon_sym_PLUS] = ACTIONS(716), - [anon_sym_bit_DASHshl] = ACTIONS(724), - [anon_sym_bit_DASHshr] = ACTIONS(724), - [anon_sym_EQ_EQ] = ACTIONS(781), - [anon_sym_BANG_EQ] = ACTIONS(781), - [anon_sym_LT2] = ACTIONS(781), - [anon_sym_LT_EQ] = ACTIONS(781), - [anon_sym_GT_EQ] = ACTIONS(781), - [anon_sym_not_DASHin] = ACTIONS(781), - [anon_sym_starts_DASHwith] = ACTIONS(781), - [anon_sym_ends_DASHwith] = ACTIONS(781), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [277] = { - [sym_comment] = STATE(277), - [ts_builtin_sym_end] = ACTIONS(834), - [anon_sym_export] = ACTIONS(832), - [anon_sym_alias] = ACTIONS(832), - [anon_sym_let] = ACTIONS(832), - [anon_sym_let_DASHenv] = ACTIONS(832), - [anon_sym_mut] = ACTIONS(832), - [anon_sym_const] = ACTIONS(832), - [sym_cmd_identifier] = ACTIONS(832), - [anon_sym_SEMI] = ACTIONS(832), - [anon_sym_LF] = ACTIONS(834), - [anon_sym_def] = ACTIONS(832), - [anon_sym_def_DASHenv] = ACTIONS(832), - [anon_sym_export_DASHenv] = ACTIONS(832), - [anon_sym_extern] = ACTIONS(832), - [anon_sym_module] = ACTIONS(832), - [anon_sym_use] = ACTIONS(832), - [anon_sym_LBRACK] = ACTIONS(832), - [anon_sym_LPAREN] = ACTIONS(832), - [anon_sym_PIPE] = ACTIONS(832), - [anon_sym_DOLLAR] = ACTIONS(832), - [anon_sym_error] = ACTIONS(832), - [anon_sym_GT] = ACTIONS(832), - [anon_sym_DASH_DASH] = ACTIONS(832), - [anon_sym_DASH] = ACTIONS(832), - [anon_sym_break] = ACTIONS(832), - [anon_sym_continue] = ACTIONS(832), - [anon_sym_for] = ACTIONS(832), - [anon_sym_in] = ACTIONS(832), - [anon_sym_loop] = ACTIONS(832), - [anon_sym_while] = ACTIONS(832), - [anon_sym_do] = ACTIONS(832), - [anon_sym_if] = ACTIONS(832), - [anon_sym_match] = ACTIONS(832), - [anon_sym_LBRACE] = ACTIONS(832), - [anon_sym_try] = ACTIONS(832), - [anon_sym_return] = ACTIONS(832), - [anon_sym_source] = ACTIONS(832), - [anon_sym_source_DASHenv] = ACTIONS(832), - [anon_sym_register] = ACTIONS(832), - [anon_sym_hide] = ACTIONS(832), - [anon_sym_hide_DASHenv] = ACTIONS(832), - [anon_sym_overlay] = ACTIONS(832), - [anon_sym_STAR] = ACTIONS(832), - [anon_sym_where] = ACTIONS(832), - [anon_sym_STAR_STAR] = ACTIONS(832), - [anon_sym_PLUS_PLUS] = ACTIONS(832), - [anon_sym_SLASH] = ACTIONS(832), - [anon_sym_mod] = ACTIONS(832), - [anon_sym_SLASH_SLASH] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(832), - [anon_sym_bit_DASHshl] = ACTIONS(832), - [anon_sym_bit_DASHshr] = ACTIONS(832), - [anon_sym_EQ_EQ] = ACTIONS(832), - [anon_sym_BANG_EQ] = ACTIONS(832), - [anon_sym_LT2] = ACTIONS(832), - [anon_sym_LT_EQ] = ACTIONS(832), - [anon_sym_GT_EQ] = ACTIONS(832), - [anon_sym_not_DASHin] = ACTIONS(832), - [anon_sym_starts_DASHwith] = ACTIONS(832), - [anon_sym_ends_DASHwith] = ACTIONS(832), - [anon_sym_EQ_TILDE] = ACTIONS(832), - [anon_sym_BANG_TILDE] = ACTIONS(832), - [anon_sym_bit_DASHand] = ACTIONS(832), - [anon_sym_bit_DASHxor] = ACTIONS(832), - [anon_sym_bit_DASHor] = ACTIONS(832), - [anon_sym_and] = ACTIONS(832), - [anon_sym_xor] = ACTIONS(832), - [anon_sym_or] = ACTIONS(832), - [anon_sym_not] = ACTIONS(832), - [anon_sym_DOT_DOT_LT] = ACTIONS(832), - [anon_sym_DOT_DOT] = ACTIONS(832), - [anon_sym_DOT_DOT_EQ] = ACTIONS(832), - [sym_val_nothing] = ACTIONS(832), - [anon_sym_true] = ACTIONS(832), - [anon_sym_false] = ACTIONS(832), - [aux_sym_val_number_token1] = ACTIONS(832), - [aux_sym_val_number_token2] = ACTIONS(832), - [aux_sym_val_number_token3] = ACTIONS(832), - [aux_sym_val_number_token4] = ACTIONS(832), - [anon_sym_inf] = ACTIONS(832), - [anon_sym_DASHinf] = ACTIONS(832), - [anon_sym_NaN] = ACTIONS(832), - [anon_sym_0b] = ACTIONS(832), - [anon_sym_0o] = ACTIONS(832), - [anon_sym_0x] = ACTIONS(832), - [sym_val_date] = ACTIONS(832), - [anon_sym_DQUOTE] = ACTIONS(832), - [sym__str_single_quotes] = ACTIONS(832), - [sym__str_back_ticks] = ACTIONS(832), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(832), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(832), - [anon_sym_CARET] = ACTIONS(832), - [sym_short_flag] = ACTIONS(832), - [anon_sym_POUND] = ACTIONS(3), - }, - [278] = { - [sym_comment] = STATE(278), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(781), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(781), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(781), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(781), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(722), - [anon_sym_PLUS_PLUS] = ACTIONS(722), - [anon_sym_SLASH] = ACTIONS(781), - [anon_sym_mod] = ACTIONS(781), - [anon_sym_SLASH_SLASH] = ACTIONS(781), - [anon_sym_PLUS] = ACTIONS(781), - [anon_sym_bit_DASHshl] = ACTIONS(781), - [anon_sym_bit_DASHshr] = ACTIONS(781), - [anon_sym_EQ_EQ] = ACTIONS(781), - [anon_sym_BANG_EQ] = ACTIONS(781), - [anon_sym_LT2] = ACTIONS(781), - [anon_sym_LT_EQ] = ACTIONS(781), - [anon_sym_GT_EQ] = ACTIONS(781), - [anon_sym_not_DASHin] = ACTIONS(781), - [anon_sym_starts_DASHwith] = ACTIONS(781), - [anon_sym_ends_DASHwith] = ACTIONS(781), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [279] = { - [sym_comment] = STATE(279), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(781), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(781), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(781), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(722), - [anon_sym_PLUS_PLUS] = ACTIONS(722), - [anon_sym_SLASH] = ACTIONS(720), - [anon_sym_mod] = ACTIONS(720), - [anon_sym_SLASH_SLASH] = ACTIONS(720), - [anon_sym_PLUS] = ACTIONS(781), - [anon_sym_bit_DASHshl] = ACTIONS(781), - [anon_sym_bit_DASHshr] = ACTIONS(781), - [anon_sym_EQ_EQ] = ACTIONS(781), - [anon_sym_BANG_EQ] = ACTIONS(781), - [anon_sym_LT2] = ACTIONS(781), - [anon_sym_LT_EQ] = ACTIONS(781), - [anon_sym_GT_EQ] = ACTIONS(781), - [anon_sym_not_DASHin] = ACTIONS(781), - [anon_sym_starts_DASHwith] = ACTIONS(781), - [anon_sym_ends_DASHwith] = ACTIONS(781), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [280] = { - [sym_comment] = STATE(280), - [ts_builtin_sym_end] = ACTIONS(826), - [anon_sym_export] = ACTIONS(824), - [anon_sym_alias] = ACTIONS(824), - [anon_sym_let] = ACTIONS(824), - [anon_sym_let_DASHenv] = ACTIONS(824), - [anon_sym_mut] = ACTIONS(824), - [anon_sym_const] = ACTIONS(824), - [sym_cmd_identifier] = ACTIONS(824), - [anon_sym_SEMI] = ACTIONS(824), - [anon_sym_LF] = ACTIONS(826), - [anon_sym_def] = ACTIONS(824), - [anon_sym_def_DASHenv] = ACTIONS(824), - [anon_sym_export_DASHenv] = ACTIONS(824), - [anon_sym_extern] = ACTIONS(824), - [anon_sym_module] = ACTIONS(824), - [anon_sym_use] = ACTIONS(824), - [anon_sym_LBRACK] = ACTIONS(824), - [anon_sym_LPAREN] = ACTIONS(824), - [anon_sym_PIPE] = ACTIONS(824), - [anon_sym_DOLLAR] = ACTIONS(824), - [anon_sym_error] = ACTIONS(824), - [anon_sym_GT] = ACTIONS(824), - [anon_sym_DASH_DASH] = ACTIONS(824), - [anon_sym_DASH] = ACTIONS(824), - [anon_sym_break] = ACTIONS(824), - [anon_sym_continue] = ACTIONS(824), - [anon_sym_for] = ACTIONS(824), - [anon_sym_in] = ACTIONS(824), - [anon_sym_loop] = ACTIONS(824), - [anon_sym_while] = ACTIONS(824), - [anon_sym_do] = ACTIONS(824), - [anon_sym_if] = ACTIONS(824), - [anon_sym_match] = ACTIONS(824), - [anon_sym_LBRACE] = ACTIONS(824), - [anon_sym_try] = ACTIONS(824), - [anon_sym_return] = ACTIONS(824), - [anon_sym_source] = ACTIONS(824), - [anon_sym_source_DASHenv] = ACTIONS(824), - [anon_sym_register] = ACTIONS(824), - [anon_sym_hide] = ACTIONS(824), - [anon_sym_hide_DASHenv] = ACTIONS(824), - [anon_sym_overlay] = ACTIONS(824), - [anon_sym_STAR] = ACTIONS(824), - [anon_sym_where] = ACTIONS(824), - [anon_sym_STAR_STAR] = ACTIONS(824), - [anon_sym_PLUS_PLUS] = ACTIONS(824), - [anon_sym_SLASH] = ACTIONS(824), - [anon_sym_mod] = ACTIONS(824), - [anon_sym_SLASH_SLASH] = ACTIONS(824), - [anon_sym_PLUS] = ACTIONS(824), - [anon_sym_bit_DASHshl] = ACTIONS(824), - [anon_sym_bit_DASHshr] = ACTIONS(824), - [anon_sym_EQ_EQ] = ACTIONS(824), - [anon_sym_BANG_EQ] = ACTIONS(824), - [anon_sym_LT2] = ACTIONS(824), - [anon_sym_LT_EQ] = ACTIONS(824), - [anon_sym_GT_EQ] = ACTIONS(824), - [anon_sym_not_DASHin] = ACTIONS(824), - [anon_sym_starts_DASHwith] = ACTIONS(824), - [anon_sym_ends_DASHwith] = ACTIONS(824), - [anon_sym_EQ_TILDE] = ACTIONS(824), - [anon_sym_BANG_TILDE] = ACTIONS(824), - [anon_sym_bit_DASHand] = ACTIONS(824), - [anon_sym_bit_DASHxor] = ACTIONS(824), - [anon_sym_bit_DASHor] = ACTIONS(824), - [anon_sym_and] = ACTIONS(824), - [anon_sym_xor] = ACTIONS(824), - [anon_sym_or] = ACTIONS(824), - [anon_sym_not] = ACTIONS(824), - [anon_sym_DOT_DOT_LT] = ACTIONS(824), - [anon_sym_DOT_DOT] = ACTIONS(824), - [anon_sym_DOT_DOT_EQ] = ACTIONS(824), - [sym_val_nothing] = ACTIONS(824), - [anon_sym_true] = ACTIONS(824), - [anon_sym_false] = ACTIONS(824), - [aux_sym_val_number_token1] = ACTIONS(824), - [aux_sym_val_number_token2] = ACTIONS(824), - [aux_sym_val_number_token3] = ACTIONS(824), - [aux_sym_val_number_token4] = ACTIONS(824), - [anon_sym_inf] = ACTIONS(824), - [anon_sym_DASHinf] = ACTIONS(824), - [anon_sym_NaN] = ACTIONS(824), - [anon_sym_0b] = ACTIONS(824), - [anon_sym_0o] = ACTIONS(824), - [anon_sym_0x] = ACTIONS(824), - [sym_val_date] = ACTIONS(824), - [anon_sym_DQUOTE] = ACTIONS(824), - [sym__str_single_quotes] = ACTIONS(824), - [sym__str_back_ticks] = ACTIONS(824), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(824), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(824), - [anon_sym_CARET] = ACTIONS(824), - [sym_short_flag] = ACTIONS(824), - [anon_sym_POUND] = ACTIONS(3), - }, - [281] = { - [sym_comment] = STATE(281), - [ts_builtin_sym_end] = ACTIONS(806), - [anon_sym_export] = ACTIONS(804), - [anon_sym_alias] = ACTIONS(804), - [anon_sym_let] = ACTIONS(804), - [anon_sym_let_DASHenv] = ACTIONS(804), - [anon_sym_mut] = ACTIONS(804), - [anon_sym_const] = ACTIONS(804), - [sym_cmd_identifier] = ACTIONS(804), - [anon_sym_SEMI] = ACTIONS(804), - [anon_sym_LF] = ACTIONS(806), - [anon_sym_def] = ACTIONS(804), - [anon_sym_def_DASHenv] = ACTIONS(804), - [anon_sym_export_DASHenv] = ACTIONS(804), - [anon_sym_extern] = ACTIONS(804), - [anon_sym_module] = ACTIONS(804), - [anon_sym_use] = ACTIONS(804), - [anon_sym_LBRACK] = ACTIONS(804), - [anon_sym_LPAREN] = ACTIONS(804), - [anon_sym_PIPE] = ACTIONS(804), - [anon_sym_DOLLAR] = ACTIONS(804), - [anon_sym_error] = ACTIONS(804), - [anon_sym_GT] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_break] = ACTIONS(804), - [anon_sym_continue] = ACTIONS(804), - [anon_sym_for] = ACTIONS(804), - [anon_sym_in] = ACTIONS(804), - [anon_sym_loop] = ACTIONS(804), - [anon_sym_while] = ACTIONS(804), - [anon_sym_do] = ACTIONS(804), - [anon_sym_if] = ACTIONS(804), - [anon_sym_match] = ACTIONS(804), - [anon_sym_LBRACE] = ACTIONS(804), - [anon_sym_try] = ACTIONS(804), - [anon_sym_return] = ACTIONS(804), - [anon_sym_source] = ACTIONS(804), - [anon_sym_source_DASHenv] = ACTIONS(804), - [anon_sym_register] = ACTIONS(804), - [anon_sym_hide] = ACTIONS(804), - [anon_sym_hide_DASHenv] = ACTIONS(804), - [anon_sym_overlay] = ACTIONS(804), - [anon_sym_STAR] = ACTIONS(804), - [anon_sym_where] = ACTIONS(804), - [anon_sym_STAR_STAR] = ACTIONS(804), - [anon_sym_PLUS_PLUS] = ACTIONS(804), - [anon_sym_SLASH] = ACTIONS(804), - [anon_sym_mod] = ACTIONS(804), - [anon_sym_SLASH_SLASH] = ACTIONS(804), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_bit_DASHshl] = ACTIONS(804), - [anon_sym_bit_DASHshr] = ACTIONS(804), - [anon_sym_EQ_EQ] = ACTIONS(804), - [anon_sym_BANG_EQ] = ACTIONS(804), - [anon_sym_LT2] = ACTIONS(804), - [anon_sym_LT_EQ] = ACTIONS(804), - [anon_sym_GT_EQ] = ACTIONS(804), - [anon_sym_not_DASHin] = ACTIONS(804), - [anon_sym_starts_DASHwith] = ACTIONS(804), - [anon_sym_ends_DASHwith] = ACTIONS(804), - [anon_sym_EQ_TILDE] = ACTIONS(804), - [anon_sym_BANG_TILDE] = ACTIONS(804), - [anon_sym_bit_DASHand] = ACTIONS(804), - [anon_sym_bit_DASHxor] = ACTIONS(804), - [anon_sym_bit_DASHor] = ACTIONS(804), - [anon_sym_and] = ACTIONS(804), - [anon_sym_xor] = ACTIONS(804), - [anon_sym_or] = ACTIONS(804), - [anon_sym_not] = ACTIONS(804), - [anon_sym_DOT_DOT_LT] = ACTIONS(804), - [anon_sym_DOT_DOT] = ACTIONS(804), - [anon_sym_DOT_DOT_EQ] = ACTIONS(804), - [sym_val_nothing] = ACTIONS(804), - [anon_sym_true] = ACTIONS(804), - [anon_sym_false] = ACTIONS(804), - [aux_sym_val_number_token1] = ACTIONS(804), - [aux_sym_val_number_token2] = ACTIONS(804), - [aux_sym_val_number_token3] = ACTIONS(804), - [aux_sym_val_number_token4] = ACTIONS(804), - [anon_sym_inf] = ACTIONS(804), - [anon_sym_DASHinf] = ACTIONS(804), - [anon_sym_NaN] = ACTIONS(804), - [anon_sym_0b] = ACTIONS(804), - [anon_sym_0o] = ACTIONS(804), - [anon_sym_0x] = ACTIONS(804), - [sym_val_date] = ACTIONS(804), - [anon_sym_DQUOTE] = ACTIONS(804), - [sym__str_single_quotes] = ACTIONS(804), - [sym__str_back_ticks] = ACTIONS(804), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(804), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(804), - [anon_sym_CARET] = ACTIONS(804), - [sym_short_flag] = ACTIONS(804), - [anon_sym_POUND] = ACTIONS(3), - }, - [282] = { - [sym_comment] = STATE(282), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(712), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(716), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(718), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(722), - [anon_sym_PLUS_PLUS] = ACTIONS(722), - [anon_sym_SLASH] = ACTIONS(720), - [anon_sym_mod] = ACTIONS(720), - [anon_sym_SLASH_SLASH] = ACTIONS(720), - [anon_sym_PLUS] = ACTIONS(716), - [anon_sym_bit_DASHshl] = ACTIONS(724), - [anon_sym_bit_DASHshr] = ACTIONS(724), - [anon_sym_EQ_EQ] = ACTIONS(712), - [anon_sym_BANG_EQ] = ACTIONS(712), - [anon_sym_LT2] = ACTIONS(712), - [anon_sym_LT_EQ] = ACTIONS(712), - [anon_sym_GT_EQ] = ACTIONS(712), - [anon_sym_not_DASHin] = ACTIONS(718), - [anon_sym_starts_DASHwith] = ACTIONS(718), - [anon_sym_ends_DASHwith] = ACTIONS(718), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [283] = { - [sym_comment] = STATE(283), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(781), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(716), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(781), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(722), - [anon_sym_PLUS_PLUS] = ACTIONS(722), - [anon_sym_SLASH] = ACTIONS(720), - [anon_sym_mod] = ACTIONS(720), - [anon_sym_SLASH_SLASH] = ACTIONS(720), - [anon_sym_PLUS] = ACTIONS(716), - [anon_sym_bit_DASHshl] = ACTIONS(781), - [anon_sym_bit_DASHshr] = ACTIONS(781), - [anon_sym_EQ_EQ] = ACTIONS(781), - [anon_sym_BANG_EQ] = ACTIONS(781), - [anon_sym_LT2] = ACTIONS(781), - [anon_sym_LT_EQ] = ACTIONS(781), - [anon_sym_GT_EQ] = ACTIONS(781), - [anon_sym_not_DASHin] = ACTIONS(781), - [anon_sym_starts_DASHwith] = ACTIONS(781), - [anon_sym_ends_DASHwith] = ACTIONS(781), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [284] = { - [sym_comment] = STATE(284), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(712), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(716), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(781), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(720), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(722), - [anon_sym_PLUS_PLUS] = ACTIONS(722), - [anon_sym_SLASH] = ACTIONS(720), - [anon_sym_mod] = ACTIONS(720), - [anon_sym_SLASH_SLASH] = ACTIONS(720), - [anon_sym_PLUS] = ACTIONS(716), - [anon_sym_bit_DASHshl] = ACTIONS(724), - [anon_sym_bit_DASHshr] = ACTIONS(724), - [anon_sym_EQ_EQ] = ACTIONS(712), - [anon_sym_BANG_EQ] = ACTIONS(712), - [anon_sym_LT2] = ACTIONS(712), - [anon_sym_LT_EQ] = ACTIONS(712), - [anon_sym_GT_EQ] = ACTIONS(712), - [anon_sym_not_DASHin] = ACTIONS(781), - [anon_sym_starts_DASHwith] = ACTIONS(781), - [anon_sym_ends_DASHwith] = ACTIONS(781), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [285] = { - [sym_comment] = STATE(285), - [ts_builtin_sym_end] = ACTIONS(799), - [anon_sym_export] = ACTIONS(797), - [anon_sym_alias] = ACTIONS(797), - [anon_sym_let] = ACTIONS(797), - [anon_sym_let_DASHenv] = ACTIONS(797), - [anon_sym_mut] = ACTIONS(797), - [anon_sym_const] = ACTIONS(797), - [sym_cmd_identifier] = ACTIONS(797), - [anon_sym_SEMI] = ACTIONS(797), - [anon_sym_LF] = ACTIONS(799), - [anon_sym_def] = ACTIONS(797), - [anon_sym_def_DASHenv] = ACTIONS(797), - [anon_sym_export_DASHenv] = ACTIONS(797), - [anon_sym_extern] = ACTIONS(797), - [anon_sym_module] = ACTIONS(797), - [anon_sym_use] = ACTIONS(797), - [anon_sym_LBRACK] = ACTIONS(797), - [anon_sym_LPAREN] = ACTIONS(797), - [anon_sym_PIPE] = ACTIONS(797), - [anon_sym_DOLLAR] = ACTIONS(797), - [anon_sym_error] = ACTIONS(797), - [anon_sym_GT] = ACTIONS(797), - [anon_sym_DASH_DASH] = ACTIONS(797), - [anon_sym_DASH] = ACTIONS(797), - [anon_sym_break] = ACTIONS(797), - [anon_sym_continue] = ACTIONS(797), - [anon_sym_for] = ACTIONS(797), - [anon_sym_in] = ACTIONS(797), - [anon_sym_loop] = ACTIONS(797), - [anon_sym_while] = ACTIONS(797), - [anon_sym_do] = ACTIONS(797), - [anon_sym_if] = ACTIONS(797), - [anon_sym_match] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(797), - [anon_sym_try] = ACTIONS(797), - [anon_sym_return] = ACTIONS(797), - [anon_sym_source] = ACTIONS(797), - [anon_sym_source_DASHenv] = ACTIONS(797), - [anon_sym_register] = ACTIONS(797), - [anon_sym_hide] = ACTIONS(797), - [anon_sym_hide_DASHenv] = ACTIONS(797), - [anon_sym_overlay] = ACTIONS(797), - [anon_sym_STAR] = ACTIONS(797), - [anon_sym_where] = ACTIONS(797), - [anon_sym_STAR_STAR] = ACTIONS(797), - [anon_sym_PLUS_PLUS] = ACTIONS(797), - [anon_sym_SLASH] = ACTIONS(797), - [anon_sym_mod] = ACTIONS(797), - [anon_sym_SLASH_SLASH] = ACTIONS(797), - [anon_sym_PLUS] = ACTIONS(797), - [anon_sym_bit_DASHshl] = ACTIONS(797), - [anon_sym_bit_DASHshr] = ACTIONS(797), - [anon_sym_EQ_EQ] = ACTIONS(797), - [anon_sym_BANG_EQ] = ACTIONS(797), - [anon_sym_LT2] = ACTIONS(797), - [anon_sym_LT_EQ] = ACTIONS(797), - [anon_sym_GT_EQ] = ACTIONS(797), - [anon_sym_not_DASHin] = ACTIONS(797), - [anon_sym_starts_DASHwith] = ACTIONS(797), - [anon_sym_ends_DASHwith] = ACTIONS(797), - [anon_sym_EQ_TILDE] = ACTIONS(797), - [anon_sym_BANG_TILDE] = ACTIONS(797), - [anon_sym_bit_DASHand] = ACTIONS(797), - [anon_sym_bit_DASHxor] = ACTIONS(797), - [anon_sym_bit_DASHor] = ACTIONS(797), - [anon_sym_and] = ACTIONS(797), - [anon_sym_xor] = ACTIONS(797), - [anon_sym_or] = ACTIONS(797), - [anon_sym_not] = ACTIONS(797), - [anon_sym_DOT_DOT_LT] = ACTIONS(797), - [anon_sym_DOT_DOT] = ACTIONS(797), - [anon_sym_DOT_DOT_EQ] = ACTIONS(797), - [sym_val_nothing] = ACTIONS(797), - [anon_sym_true] = ACTIONS(797), - [anon_sym_false] = ACTIONS(797), - [aux_sym_val_number_token1] = ACTIONS(797), - [aux_sym_val_number_token2] = ACTIONS(797), - [aux_sym_val_number_token3] = ACTIONS(797), - [aux_sym_val_number_token4] = ACTIONS(797), - [anon_sym_inf] = ACTIONS(797), - [anon_sym_DASHinf] = ACTIONS(797), - [anon_sym_NaN] = ACTIONS(797), - [anon_sym_0b] = ACTIONS(797), - [anon_sym_0o] = ACTIONS(797), - [anon_sym_0x] = ACTIONS(797), - [sym_val_date] = ACTIONS(797), - [anon_sym_DQUOTE] = ACTIONS(797), - [sym__str_single_quotes] = ACTIONS(797), - [sym__str_back_ticks] = ACTIONS(797), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(797), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(797), - [anon_sym_CARET] = ACTIONS(797), - [sym_short_flag] = ACTIONS(797), - [anon_sym_POUND] = ACTIONS(3), - }, - [286] = { - [sym_comment] = STATE(286), - [ts_builtin_sym_end] = ACTIONS(846), - [anon_sym_export] = ACTIONS(844), - [anon_sym_alias] = ACTIONS(844), - [anon_sym_let] = ACTIONS(844), - [anon_sym_let_DASHenv] = ACTIONS(844), - [anon_sym_mut] = ACTIONS(844), - [anon_sym_const] = ACTIONS(844), - [sym_cmd_identifier] = ACTIONS(844), - [anon_sym_SEMI] = ACTIONS(844), - [anon_sym_LF] = ACTIONS(846), - [anon_sym_def] = ACTIONS(844), - [anon_sym_def_DASHenv] = ACTIONS(844), - [anon_sym_export_DASHenv] = ACTIONS(844), - [anon_sym_extern] = ACTIONS(844), - [anon_sym_module] = ACTIONS(844), - [anon_sym_use] = ACTIONS(844), - [anon_sym_LBRACK] = ACTIONS(844), - [anon_sym_LPAREN] = ACTIONS(844), - [anon_sym_PIPE] = ACTIONS(844), - [anon_sym_DOLLAR] = ACTIONS(844), - [anon_sym_error] = ACTIONS(844), - [anon_sym_GT] = ACTIONS(844), - [anon_sym_DASH_DASH] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_break] = ACTIONS(844), - [anon_sym_continue] = ACTIONS(844), - [anon_sym_for] = ACTIONS(844), - [anon_sym_in] = ACTIONS(844), - [anon_sym_loop] = ACTIONS(844), - [anon_sym_while] = ACTIONS(844), - [anon_sym_do] = ACTIONS(844), - [anon_sym_if] = ACTIONS(844), - [anon_sym_match] = ACTIONS(844), - [anon_sym_LBRACE] = ACTIONS(844), - [anon_sym_try] = ACTIONS(844), - [anon_sym_return] = ACTIONS(844), - [anon_sym_source] = ACTIONS(844), - [anon_sym_source_DASHenv] = ACTIONS(844), - [anon_sym_register] = ACTIONS(844), - [anon_sym_hide] = ACTIONS(844), - [anon_sym_hide_DASHenv] = ACTIONS(844), - [anon_sym_overlay] = ACTIONS(844), - [anon_sym_STAR] = ACTIONS(844), - [anon_sym_where] = ACTIONS(844), - [anon_sym_STAR_STAR] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(844), - [anon_sym_SLASH] = ACTIONS(844), - [anon_sym_mod] = ACTIONS(844), - [anon_sym_SLASH_SLASH] = ACTIONS(844), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_bit_DASHshl] = ACTIONS(844), - [anon_sym_bit_DASHshr] = ACTIONS(844), - [anon_sym_EQ_EQ] = ACTIONS(844), - [anon_sym_BANG_EQ] = ACTIONS(844), - [anon_sym_LT2] = ACTIONS(844), - [anon_sym_LT_EQ] = ACTIONS(844), - [anon_sym_GT_EQ] = ACTIONS(844), - [anon_sym_not_DASHin] = ACTIONS(844), - [anon_sym_starts_DASHwith] = ACTIONS(844), - [anon_sym_ends_DASHwith] = ACTIONS(844), - [anon_sym_EQ_TILDE] = ACTIONS(844), - [anon_sym_BANG_TILDE] = ACTIONS(844), - [anon_sym_bit_DASHand] = ACTIONS(844), - [anon_sym_bit_DASHxor] = ACTIONS(844), - [anon_sym_bit_DASHor] = ACTIONS(844), - [anon_sym_and] = ACTIONS(844), - [anon_sym_xor] = ACTIONS(844), - [anon_sym_or] = ACTIONS(844), - [anon_sym_not] = ACTIONS(844), - [anon_sym_DOT_DOT_LT] = ACTIONS(844), - [anon_sym_DOT_DOT] = ACTIONS(844), - [anon_sym_DOT_DOT_EQ] = ACTIONS(844), - [sym_val_nothing] = ACTIONS(844), - [anon_sym_true] = ACTIONS(844), - [anon_sym_false] = ACTIONS(844), - [aux_sym_val_number_token1] = ACTIONS(844), - [aux_sym_val_number_token2] = ACTIONS(844), - [aux_sym_val_number_token3] = ACTIONS(844), - [aux_sym_val_number_token4] = ACTIONS(844), - [anon_sym_inf] = ACTIONS(844), - [anon_sym_DASHinf] = ACTIONS(844), - [anon_sym_NaN] = ACTIONS(844), - [anon_sym_0b] = ACTIONS(844), - [anon_sym_0o] = ACTIONS(844), - [anon_sym_0x] = ACTIONS(844), - [sym_val_date] = ACTIONS(844), - [anon_sym_DQUOTE] = ACTIONS(844), - [sym__str_single_quotes] = ACTIONS(844), - [sym__str_back_ticks] = ACTIONS(844), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(844), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(844), - [anon_sym_CARET] = ACTIONS(844), - [sym_short_flag] = ACTIONS(844), - [anon_sym_POUND] = ACTIONS(3), - }, - [287] = { - [sym_comment] = STATE(287), - [ts_builtin_sym_end] = ACTIONS(830), - [anon_sym_export] = ACTIONS(828), - [anon_sym_alias] = ACTIONS(828), - [anon_sym_let] = ACTIONS(828), - [anon_sym_let_DASHenv] = ACTIONS(828), - [anon_sym_mut] = ACTIONS(828), - [anon_sym_const] = ACTIONS(828), - [sym_cmd_identifier] = ACTIONS(828), - [anon_sym_SEMI] = ACTIONS(828), - [anon_sym_LF] = ACTIONS(830), - [anon_sym_def] = ACTIONS(828), - [anon_sym_def_DASHenv] = ACTIONS(828), - [anon_sym_export_DASHenv] = ACTIONS(828), - [anon_sym_extern] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_use] = ACTIONS(828), - [anon_sym_LBRACK] = ACTIONS(828), - [anon_sym_LPAREN] = ACTIONS(828), - [anon_sym_PIPE] = ACTIONS(828), - [anon_sym_DOLLAR] = ACTIONS(828), - [anon_sym_error] = ACTIONS(828), - [anon_sym_GT] = ACTIONS(828), - [anon_sym_DASH_DASH] = ACTIONS(828), - [anon_sym_DASH] = ACTIONS(828), - [anon_sym_break] = ACTIONS(828), - [anon_sym_continue] = ACTIONS(828), - [anon_sym_for] = ACTIONS(828), - [anon_sym_in] = ACTIONS(828), - [anon_sym_loop] = ACTIONS(828), - [anon_sym_while] = ACTIONS(828), - [anon_sym_do] = ACTIONS(828), - [anon_sym_if] = ACTIONS(828), - [anon_sym_match] = ACTIONS(828), - [anon_sym_LBRACE] = ACTIONS(828), - [anon_sym_try] = ACTIONS(828), - [anon_sym_return] = ACTIONS(828), - [anon_sym_source] = ACTIONS(828), - [anon_sym_source_DASHenv] = ACTIONS(828), - [anon_sym_register] = ACTIONS(828), - [anon_sym_hide] = ACTIONS(828), - [anon_sym_hide_DASHenv] = ACTIONS(828), - [anon_sym_overlay] = ACTIONS(828), - [anon_sym_STAR] = ACTIONS(828), - [anon_sym_where] = ACTIONS(828), - [anon_sym_STAR_STAR] = ACTIONS(828), - [anon_sym_PLUS_PLUS] = ACTIONS(828), - [anon_sym_SLASH] = ACTIONS(828), - [anon_sym_mod] = ACTIONS(828), - [anon_sym_SLASH_SLASH] = ACTIONS(828), - [anon_sym_PLUS] = ACTIONS(828), - [anon_sym_bit_DASHshl] = ACTIONS(828), - [anon_sym_bit_DASHshr] = ACTIONS(828), - [anon_sym_EQ_EQ] = ACTIONS(828), - [anon_sym_BANG_EQ] = ACTIONS(828), - [anon_sym_LT2] = ACTIONS(828), - [anon_sym_LT_EQ] = ACTIONS(828), - [anon_sym_GT_EQ] = ACTIONS(828), - [anon_sym_not_DASHin] = ACTIONS(828), - [anon_sym_starts_DASHwith] = ACTIONS(828), - [anon_sym_ends_DASHwith] = ACTIONS(828), - [anon_sym_EQ_TILDE] = ACTIONS(828), - [anon_sym_BANG_TILDE] = ACTIONS(828), - [anon_sym_bit_DASHand] = ACTIONS(828), - [anon_sym_bit_DASHxor] = ACTIONS(828), - [anon_sym_bit_DASHor] = ACTIONS(828), - [anon_sym_and] = ACTIONS(828), - [anon_sym_xor] = ACTIONS(828), - [anon_sym_or] = ACTIONS(828), - [anon_sym_not] = ACTIONS(828), - [anon_sym_DOT_DOT_LT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(828), - [anon_sym_DOT_DOT_EQ] = ACTIONS(828), - [sym_val_nothing] = ACTIONS(828), - [anon_sym_true] = ACTIONS(828), - [anon_sym_false] = ACTIONS(828), - [aux_sym_val_number_token1] = ACTIONS(828), - [aux_sym_val_number_token2] = ACTIONS(828), - [aux_sym_val_number_token3] = ACTIONS(828), - [aux_sym_val_number_token4] = ACTIONS(828), - [anon_sym_inf] = ACTIONS(828), - [anon_sym_DASHinf] = ACTIONS(828), - [anon_sym_NaN] = ACTIONS(828), - [anon_sym_0b] = ACTIONS(828), - [anon_sym_0o] = ACTIONS(828), - [anon_sym_0x] = ACTIONS(828), - [sym_val_date] = ACTIONS(828), - [anon_sym_DQUOTE] = ACTIONS(828), - [sym__str_single_quotes] = ACTIONS(828), - [sym__str_back_ticks] = ACTIONS(828), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(828), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(828), - [anon_sym_CARET] = ACTIONS(828), - [sym_short_flag] = ACTIONS(828), - [anon_sym_POUND] = ACTIONS(3), - }, - [288] = { - [sym_expr_parenthesized] = STATE(416), - [sym_val_number] = STATE(416), - [sym_comment] = STATE(288), - [ts_builtin_sym_end] = ACTIONS(704), - [anon_sym_export] = ACTIONS(702), - [anon_sym_alias] = ACTIONS(702), - [anon_sym_let] = ACTIONS(702), - [anon_sym_let_DASHenv] = ACTIONS(702), - [anon_sym_mut] = ACTIONS(702), - [anon_sym_const] = ACTIONS(702), - [sym_cmd_identifier] = ACTIONS(702), - [anon_sym_SEMI] = ACTIONS(702), - [anon_sym_LF] = ACTIONS(704), - [anon_sym_def] = ACTIONS(702), - [anon_sym_def_DASHenv] = ACTIONS(702), - [anon_sym_export_DASHenv] = ACTIONS(702), - [anon_sym_extern] = ACTIONS(702), - [anon_sym_module] = ACTIONS(702), - [anon_sym_use] = ACTIONS(702), - [anon_sym_LBRACK] = ACTIONS(702), - [anon_sym_LPAREN] = ACTIONS(880), - [anon_sym_PIPE] = ACTIONS(702), - [anon_sym_DOLLAR] = ACTIONS(702), - [anon_sym_error] = ACTIONS(702), - [anon_sym_GT] = ACTIONS(702), - [anon_sym_DASH] = ACTIONS(702), - [anon_sym_break] = ACTIONS(702), - [anon_sym_continue] = ACTIONS(702), - [anon_sym_for] = ACTIONS(702), - [anon_sym_in] = ACTIONS(702), - [anon_sym_loop] = ACTIONS(702), - [anon_sym_while] = ACTIONS(702), - [anon_sym_do] = ACTIONS(702), - [anon_sym_if] = ACTIONS(702), - [anon_sym_match] = ACTIONS(702), - [anon_sym_LBRACE] = ACTIONS(702), - [anon_sym_try] = ACTIONS(702), - [anon_sym_return] = ACTIONS(702), - [anon_sym_source] = ACTIONS(702), - [anon_sym_source_DASHenv] = ACTIONS(702), - [anon_sym_register] = ACTIONS(702), - [anon_sym_hide] = ACTIONS(702), - [anon_sym_hide_DASHenv] = ACTIONS(702), - [anon_sym_overlay] = ACTIONS(702), - [anon_sym_STAR] = ACTIONS(702), - [anon_sym_where] = ACTIONS(702), - [anon_sym_STAR_STAR] = ACTIONS(702), - [anon_sym_PLUS_PLUS] = ACTIONS(702), - [anon_sym_SLASH] = ACTIONS(702), - [anon_sym_mod] = ACTIONS(702), - [anon_sym_SLASH_SLASH] = ACTIONS(702), - [anon_sym_PLUS] = ACTIONS(702), - [anon_sym_bit_DASHshl] = ACTIONS(702), - [anon_sym_bit_DASHshr] = ACTIONS(702), - [anon_sym_EQ_EQ] = ACTIONS(702), - [anon_sym_BANG_EQ] = ACTIONS(702), - [anon_sym_LT2] = ACTIONS(702), - [anon_sym_LT_EQ] = ACTIONS(702), - [anon_sym_GT_EQ] = ACTIONS(702), - [anon_sym_not_DASHin] = ACTIONS(702), - [anon_sym_starts_DASHwith] = ACTIONS(702), - [anon_sym_ends_DASHwith] = ACTIONS(702), - [anon_sym_EQ_TILDE] = ACTIONS(702), - [anon_sym_BANG_TILDE] = ACTIONS(702), - [anon_sym_bit_DASHand] = ACTIONS(702), - [anon_sym_bit_DASHxor] = ACTIONS(702), - [anon_sym_bit_DASHor] = ACTIONS(702), - [anon_sym_and] = ACTIONS(702), - [anon_sym_xor] = ACTIONS(702), - [anon_sym_or] = ACTIONS(702), - [anon_sym_not] = ACTIONS(702), - [anon_sym_DOT_DOT_LT] = ACTIONS(702), - [anon_sym_DOT_DOT] = ACTIONS(702), - [anon_sym_DOT_DOT_EQ] = ACTIONS(702), - [sym_val_nothing] = ACTIONS(702), - [anon_sym_true] = ACTIONS(702), - [anon_sym_false] = ACTIONS(702), - [aux_sym_val_number_token1] = ACTIONS(882), - [aux_sym_val_number_token2] = ACTIONS(882), - [aux_sym_val_number_token3] = ACTIONS(882), - [aux_sym_val_number_token4] = ACTIONS(882), - [anon_sym_inf] = ACTIONS(882), - [anon_sym_DASHinf] = ACTIONS(882), - [anon_sym_NaN] = ACTIONS(882), - [anon_sym_0b] = ACTIONS(702), - [anon_sym_0o] = ACTIONS(702), - [anon_sym_0x] = ACTIONS(702), - [sym_val_date] = ACTIONS(702), - [anon_sym_DQUOTE] = ACTIONS(702), - [sym__str_single_quotes] = ACTIONS(702), - [sym__str_back_ticks] = ACTIONS(702), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(702), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(702), - [anon_sym_CARET] = ACTIONS(702), - [anon_sym_POUND] = ACTIONS(3), - }, - [289] = { - [sym_comment] = STATE(289), - [ts_builtin_sym_end] = ACTIONS(872), - [anon_sym_export] = ACTIONS(870), - [anon_sym_alias] = ACTIONS(870), - [anon_sym_let] = ACTIONS(870), - [anon_sym_let_DASHenv] = ACTIONS(870), - [anon_sym_mut] = ACTIONS(870), - [anon_sym_const] = ACTIONS(870), - [sym_cmd_identifier] = ACTIONS(870), - [anon_sym_SEMI] = ACTIONS(870), - [anon_sym_LF] = ACTIONS(872), - [anon_sym_def] = ACTIONS(870), - [anon_sym_def_DASHenv] = ACTIONS(870), - [anon_sym_export_DASHenv] = ACTIONS(870), - [anon_sym_extern] = ACTIONS(870), - [anon_sym_module] = ACTIONS(870), - [anon_sym_use] = ACTIONS(870), - [anon_sym_LBRACK] = ACTIONS(870), - [anon_sym_LPAREN] = ACTIONS(870), - [anon_sym_PIPE] = ACTIONS(870), - [anon_sym_DOLLAR] = ACTIONS(870), - [anon_sym_error] = ACTIONS(870), - [anon_sym_GT] = ACTIONS(870), - [anon_sym_DASH_DASH] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_break] = ACTIONS(870), - [anon_sym_continue] = ACTIONS(870), - [anon_sym_for] = ACTIONS(870), - [anon_sym_in] = ACTIONS(870), - [anon_sym_loop] = ACTIONS(870), - [anon_sym_while] = ACTIONS(870), - [anon_sym_do] = ACTIONS(870), - [anon_sym_if] = ACTIONS(870), - [anon_sym_match] = ACTIONS(870), - [anon_sym_LBRACE] = ACTIONS(870), - [anon_sym_try] = ACTIONS(870), - [anon_sym_return] = ACTIONS(870), - [anon_sym_source] = ACTIONS(870), - [anon_sym_source_DASHenv] = ACTIONS(870), - [anon_sym_register] = ACTIONS(870), - [anon_sym_hide] = ACTIONS(870), - [anon_sym_hide_DASHenv] = ACTIONS(870), - [anon_sym_overlay] = ACTIONS(870), - [anon_sym_STAR] = ACTIONS(870), - [anon_sym_where] = ACTIONS(870), - [anon_sym_STAR_STAR] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(870), - [anon_sym_SLASH] = ACTIONS(870), - [anon_sym_mod] = ACTIONS(870), - [anon_sym_SLASH_SLASH] = ACTIONS(870), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_bit_DASHshl] = ACTIONS(870), - [anon_sym_bit_DASHshr] = ACTIONS(870), - [anon_sym_EQ_EQ] = ACTIONS(870), - [anon_sym_BANG_EQ] = ACTIONS(870), - [anon_sym_LT2] = ACTIONS(870), - [anon_sym_LT_EQ] = ACTIONS(870), - [anon_sym_GT_EQ] = ACTIONS(870), - [anon_sym_not_DASHin] = ACTIONS(870), - [anon_sym_starts_DASHwith] = ACTIONS(870), - [anon_sym_ends_DASHwith] = ACTIONS(870), - [anon_sym_EQ_TILDE] = ACTIONS(870), - [anon_sym_BANG_TILDE] = ACTIONS(870), - [anon_sym_bit_DASHand] = ACTIONS(870), - [anon_sym_bit_DASHxor] = ACTIONS(870), - [anon_sym_bit_DASHor] = ACTIONS(870), - [anon_sym_and] = ACTIONS(870), - [anon_sym_xor] = ACTIONS(870), - [anon_sym_or] = ACTIONS(870), - [anon_sym_not] = ACTIONS(870), - [anon_sym_DOT_DOT_LT] = ACTIONS(870), - [anon_sym_DOT_DOT] = ACTIONS(870), - [anon_sym_DOT_DOT_EQ] = ACTIONS(870), - [sym_val_nothing] = ACTIONS(870), - [anon_sym_true] = ACTIONS(870), - [anon_sym_false] = ACTIONS(870), - [aux_sym_val_number_token1] = ACTIONS(870), - [aux_sym_val_number_token2] = ACTIONS(870), - [aux_sym_val_number_token3] = ACTIONS(870), - [aux_sym_val_number_token4] = ACTIONS(870), - [anon_sym_inf] = ACTIONS(870), - [anon_sym_DASHinf] = ACTIONS(870), - [anon_sym_NaN] = ACTIONS(870), - [anon_sym_0b] = ACTIONS(870), - [anon_sym_0o] = ACTIONS(870), - [anon_sym_0x] = ACTIONS(870), - [sym_val_date] = ACTIONS(870), - [anon_sym_DQUOTE] = ACTIONS(870), - [sym__str_single_quotes] = ACTIONS(870), - [sym__str_back_ticks] = ACTIONS(870), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(870), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(870), - [anon_sym_CARET] = ACTIONS(870), - [sym_short_flag] = ACTIONS(870), - [anon_sym_POUND] = ACTIONS(3), - }, - [290] = { - [sym_comment] = STATE(290), - [ts_builtin_sym_end] = ACTIONS(818), - [anon_sym_export] = ACTIONS(816), - [anon_sym_alias] = ACTIONS(816), - [anon_sym_let] = ACTIONS(816), - [anon_sym_let_DASHenv] = ACTIONS(816), - [anon_sym_mut] = ACTIONS(816), - [anon_sym_const] = ACTIONS(816), - [sym_cmd_identifier] = ACTIONS(816), - [anon_sym_SEMI] = ACTIONS(816), - [anon_sym_LF] = ACTIONS(818), - [anon_sym_def] = ACTIONS(816), - [anon_sym_def_DASHenv] = ACTIONS(816), - [anon_sym_export_DASHenv] = ACTIONS(816), - [anon_sym_extern] = ACTIONS(816), - [anon_sym_module] = ACTIONS(816), - [anon_sym_use] = ACTIONS(816), - [anon_sym_LBRACK] = ACTIONS(816), - [anon_sym_LPAREN] = ACTIONS(816), - [anon_sym_PIPE] = ACTIONS(816), - [anon_sym_DOLLAR] = ACTIONS(816), - [anon_sym_error] = ACTIONS(816), - [anon_sym_GT] = ACTIONS(816), - [anon_sym_DASH_DASH] = ACTIONS(816), - [anon_sym_DASH] = ACTIONS(816), - [anon_sym_break] = ACTIONS(816), - [anon_sym_continue] = ACTIONS(816), - [anon_sym_for] = ACTIONS(816), - [anon_sym_in] = ACTIONS(816), - [anon_sym_loop] = ACTIONS(816), - [anon_sym_while] = ACTIONS(816), - [anon_sym_do] = ACTIONS(816), - [anon_sym_if] = ACTIONS(816), - [anon_sym_match] = ACTIONS(816), - [anon_sym_LBRACE] = ACTIONS(816), - [anon_sym_try] = ACTIONS(816), - [anon_sym_return] = ACTIONS(816), - [anon_sym_source] = ACTIONS(816), - [anon_sym_source_DASHenv] = ACTIONS(816), - [anon_sym_register] = ACTIONS(816), - [anon_sym_hide] = ACTIONS(816), - [anon_sym_hide_DASHenv] = ACTIONS(816), - [anon_sym_overlay] = ACTIONS(816), - [anon_sym_STAR] = ACTIONS(816), - [anon_sym_where] = ACTIONS(816), - [anon_sym_STAR_STAR] = ACTIONS(816), - [anon_sym_PLUS_PLUS] = ACTIONS(816), - [anon_sym_SLASH] = ACTIONS(816), - [anon_sym_mod] = ACTIONS(816), - [anon_sym_SLASH_SLASH] = ACTIONS(816), - [anon_sym_PLUS] = ACTIONS(816), - [anon_sym_bit_DASHshl] = ACTIONS(816), - [anon_sym_bit_DASHshr] = ACTIONS(816), - [anon_sym_EQ_EQ] = ACTIONS(816), - [anon_sym_BANG_EQ] = ACTIONS(816), - [anon_sym_LT2] = ACTIONS(816), - [anon_sym_LT_EQ] = ACTIONS(816), - [anon_sym_GT_EQ] = ACTIONS(816), - [anon_sym_not_DASHin] = ACTIONS(816), - [anon_sym_starts_DASHwith] = ACTIONS(816), - [anon_sym_ends_DASHwith] = ACTIONS(816), - [anon_sym_EQ_TILDE] = ACTIONS(816), - [anon_sym_BANG_TILDE] = ACTIONS(816), - [anon_sym_bit_DASHand] = ACTIONS(816), - [anon_sym_bit_DASHxor] = ACTIONS(816), - [anon_sym_bit_DASHor] = ACTIONS(816), - [anon_sym_and] = ACTIONS(816), - [anon_sym_xor] = ACTIONS(816), - [anon_sym_or] = ACTIONS(816), - [anon_sym_not] = ACTIONS(816), - [anon_sym_DOT_DOT_LT] = ACTIONS(816), - [anon_sym_DOT_DOT] = ACTIONS(816), - [anon_sym_DOT_DOT_EQ] = ACTIONS(816), - [sym_val_nothing] = ACTIONS(816), - [anon_sym_true] = ACTIONS(816), - [anon_sym_false] = ACTIONS(816), - [aux_sym_val_number_token1] = ACTIONS(816), - [aux_sym_val_number_token2] = ACTIONS(816), - [aux_sym_val_number_token3] = ACTIONS(816), - [aux_sym_val_number_token4] = ACTIONS(816), - [anon_sym_inf] = ACTIONS(816), - [anon_sym_DASHinf] = ACTIONS(816), - [anon_sym_NaN] = ACTIONS(816), - [anon_sym_0b] = ACTIONS(816), - [anon_sym_0o] = ACTIONS(816), - [anon_sym_0x] = ACTIONS(816), - [sym_val_date] = ACTIONS(816), - [anon_sym_DQUOTE] = ACTIONS(816), - [sym__str_single_quotes] = ACTIONS(816), - [sym__str_back_ticks] = ACTIONS(816), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(816), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(816), - [anon_sym_CARET] = ACTIONS(816), - [sym_short_flag] = ACTIONS(816), - [anon_sym_POUND] = ACTIONS(3), - }, - [291] = { - [sym_comment] = STATE(291), - [ts_builtin_sym_end] = ACTIONS(854), - [anon_sym_export] = ACTIONS(852), - [anon_sym_alias] = ACTIONS(852), - [anon_sym_let] = ACTIONS(852), - [anon_sym_let_DASHenv] = ACTIONS(852), - [anon_sym_mut] = ACTIONS(852), - [anon_sym_const] = ACTIONS(852), - [sym_cmd_identifier] = ACTIONS(852), - [anon_sym_SEMI] = ACTIONS(852), - [anon_sym_LF] = ACTIONS(854), - [anon_sym_def] = ACTIONS(852), - [anon_sym_def_DASHenv] = ACTIONS(852), - [anon_sym_export_DASHenv] = ACTIONS(852), - [anon_sym_extern] = ACTIONS(852), - [anon_sym_module] = ACTIONS(852), - [anon_sym_use] = ACTIONS(852), - [anon_sym_LBRACK] = ACTIONS(852), - [anon_sym_LPAREN] = ACTIONS(852), - [anon_sym_PIPE] = ACTIONS(852), - [anon_sym_DOLLAR] = ACTIONS(852), - [anon_sym_error] = ACTIONS(852), - [anon_sym_GT] = ACTIONS(852), - [anon_sym_DASH_DASH] = ACTIONS(852), - [anon_sym_DASH] = ACTIONS(852), - [anon_sym_break] = ACTIONS(852), - [anon_sym_continue] = ACTIONS(852), - [anon_sym_for] = ACTIONS(852), - [anon_sym_in] = ACTIONS(852), - [anon_sym_loop] = ACTIONS(852), - [anon_sym_while] = ACTIONS(852), - [anon_sym_do] = ACTIONS(852), - [anon_sym_if] = ACTIONS(852), - [anon_sym_match] = ACTIONS(852), - [anon_sym_LBRACE] = ACTIONS(852), - [anon_sym_try] = ACTIONS(852), - [anon_sym_return] = ACTIONS(852), - [anon_sym_source] = ACTIONS(852), - [anon_sym_source_DASHenv] = ACTIONS(852), - [anon_sym_register] = ACTIONS(852), - [anon_sym_hide] = ACTIONS(852), - [anon_sym_hide_DASHenv] = ACTIONS(852), - [anon_sym_overlay] = ACTIONS(852), - [anon_sym_STAR] = ACTIONS(852), - [anon_sym_where] = ACTIONS(852), - [anon_sym_STAR_STAR] = ACTIONS(852), - [anon_sym_PLUS_PLUS] = ACTIONS(852), - [anon_sym_SLASH] = ACTIONS(852), - [anon_sym_mod] = ACTIONS(852), - [anon_sym_SLASH_SLASH] = ACTIONS(852), - [anon_sym_PLUS] = ACTIONS(852), - [anon_sym_bit_DASHshl] = ACTIONS(852), - [anon_sym_bit_DASHshr] = ACTIONS(852), - [anon_sym_EQ_EQ] = ACTIONS(852), - [anon_sym_BANG_EQ] = ACTIONS(852), - [anon_sym_LT2] = ACTIONS(852), - [anon_sym_LT_EQ] = ACTIONS(852), - [anon_sym_GT_EQ] = ACTIONS(852), - [anon_sym_not_DASHin] = ACTIONS(852), - [anon_sym_starts_DASHwith] = ACTIONS(852), - [anon_sym_ends_DASHwith] = ACTIONS(852), - [anon_sym_EQ_TILDE] = ACTIONS(852), - [anon_sym_BANG_TILDE] = ACTIONS(852), - [anon_sym_bit_DASHand] = ACTIONS(852), - [anon_sym_bit_DASHxor] = ACTIONS(852), - [anon_sym_bit_DASHor] = ACTIONS(852), - [anon_sym_and] = ACTIONS(852), - [anon_sym_xor] = ACTIONS(852), - [anon_sym_or] = ACTIONS(852), - [anon_sym_not] = ACTIONS(852), - [anon_sym_DOT_DOT_LT] = ACTIONS(852), - [anon_sym_DOT_DOT] = ACTIONS(852), - [anon_sym_DOT_DOT_EQ] = ACTIONS(852), - [sym_val_nothing] = ACTIONS(852), - [anon_sym_true] = ACTIONS(852), - [anon_sym_false] = ACTIONS(852), - [aux_sym_val_number_token1] = ACTIONS(852), - [aux_sym_val_number_token2] = ACTIONS(852), - [aux_sym_val_number_token3] = ACTIONS(852), - [aux_sym_val_number_token4] = ACTIONS(852), - [anon_sym_inf] = ACTIONS(852), - [anon_sym_DASHinf] = ACTIONS(852), - [anon_sym_NaN] = ACTIONS(852), - [anon_sym_0b] = ACTIONS(852), - [anon_sym_0o] = ACTIONS(852), - [anon_sym_0x] = ACTIONS(852), - [sym_val_date] = ACTIONS(852), - [anon_sym_DQUOTE] = ACTIONS(852), - [sym__str_single_quotes] = ACTIONS(852), - [sym__str_back_ticks] = ACTIONS(852), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(852), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(852), - [anon_sym_CARET] = ACTIONS(852), - [sym_short_flag] = ACTIONS(852), - [anon_sym_POUND] = ACTIONS(3), - }, - [292] = { - [sym_comment] = STATE(292), - [ts_builtin_sym_end] = ACTIONS(876), - [anon_sym_export] = ACTIONS(874), - [anon_sym_alias] = ACTIONS(874), - [anon_sym_let] = ACTIONS(874), - [anon_sym_let_DASHenv] = ACTIONS(874), - [anon_sym_mut] = ACTIONS(874), - [anon_sym_const] = ACTIONS(874), - [sym_cmd_identifier] = ACTIONS(874), - [anon_sym_SEMI] = ACTIONS(874), - [anon_sym_LF] = ACTIONS(876), - [anon_sym_def] = ACTIONS(874), - [anon_sym_def_DASHenv] = ACTIONS(874), - [anon_sym_export_DASHenv] = ACTIONS(874), - [anon_sym_extern] = ACTIONS(874), - [anon_sym_module] = ACTIONS(874), - [anon_sym_use] = ACTIONS(874), - [anon_sym_LBRACK] = ACTIONS(874), - [anon_sym_LPAREN] = ACTIONS(874), - [anon_sym_PIPE] = ACTIONS(874), - [anon_sym_DOLLAR] = ACTIONS(874), - [anon_sym_error] = ACTIONS(874), - [anon_sym_GT] = ACTIONS(874), - [anon_sym_DASH_DASH] = ACTIONS(874), - [anon_sym_DASH] = ACTIONS(874), - [anon_sym_break] = ACTIONS(874), - [anon_sym_continue] = ACTIONS(874), - [anon_sym_for] = ACTIONS(874), - [anon_sym_in] = ACTIONS(874), - [anon_sym_loop] = ACTIONS(874), - [anon_sym_while] = ACTIONS(874), - [anon_sym_do] = ACTIONS(874), - [anon_sym_if] = ACTIONS(874), - [anon_sym_match] = ACTIONS(874), - [anon_sym_LBRACE] = ACTIONS(874), - [anon_sym_try] = ACTIONS(874), - [anon_sym_return] = ACTIONS(874), - [anon_sym_source] = ACTIONS(874), - [anon_sym_source_DASHenv] = ACTIONS(874), - [anon_sym_register] = ACTIONS(874), - [anon_sym_hide] = ACTIONS(874), - [anon_sym_hide_DASHenv] = ACTIONS(874), - [anon_sym_overlay] = ACTIONS(874), - [anon_sym_STAR] = ACTIONS(874), - [anon_sym_where] = ACTIONS(874), - [anon_sym_STAR_STAR] = ACTIONS(874), - [anon_sym_PLUS_PLUS] = ACTIONS(874), - [anon_sym_SLASH] = ACTIONS(874), - [anon_sym_mod] = ACTIONS(874), - [anon_sym_SLASH_SLASH] = ACTIONS(874), - [anon_sym_PLUS] = ACTIONS(874), - [anon_sym_bit_DASHshl] = ACTIONS(874), - [anon_sym_bit_DASHshr] = ACTIONS(874), - [anon_sym_EQ_EQ] = ACTIONS(874), - [anon_sym_BANG_EQ] = ACTIONS(874), - [anon_sym_LT2] = ACTIONS(874), - [anon_sym_LT_EQ] = ACTIONS(874), - [anon_sym_GT_EQ] = ACTIONS(874), - [anon_sym_not_DASHin] = ACTIONS(874), - [anon_sym_starts_DASHwith] = ACTIONS(874), - [anon_sym_ends_DASHwith] = ACTIONS(874), - [anon_sym_EQ_TILDE] = ACTIONS(874), - [anon_sym_BANG_TILDE] = ACTIONS(874), - [anon_sym_bit_DASHand] = ACTIONS(874), - [anon_sym_bit_DASHxor] = ACTIONS(874), - [anon_sym_bit_DASHor] = ACTIONS(874), - [anon_sym_and] = ACTIONS(874), - [anon_sym_xor] = ACTIONS(874), - [anon_sym_or] = ACTIONS(874), - [anon_sym_not] = ACTIONS(874), - [anon_sym_DOT_DOT_LT] = ACTIONS(874), - [anon_sym_DOT_DOT] = ACTIONS(874), - [anon_sym_DOT_DOT_EQ] = ACTIONS(874), - [sym_val_nothing] = ACTIONS(874), - [anon_sym_true] = ACTIONS(874), - [anon_sym_false] = ACTIONS(874), - [aux_sym_val_number_token1] = ACTIONS(874), - [aux_sym_val_number_token2] = ACTIONS(874), - [aux_sym_val_number_token3] = ACTIONS(874), - [aux_sym_val_number_token4] = ACTIONS(874), - [anon_sym_inf] = ACTIONS(874), - [anon_sym_DASHinf] = ACTIONS(874), - [anon_sym_NaN] = ACTIONS(874), - [anon_sym_0b] = ACTIONS(874), - [anon_sym_0o] = ACTIONS(874), - [anon_sym_0x] = ACTIONS(874), - [sym_val_date] = ACTIONS(874), - [anon_sym_DQUOTE] = ACTIONS(874), - [sym__str_single_quotes] = ACTIONS(874), - [sym__str_back_ticks] = ACTIONS(874), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(874), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(874), - [anon_sym_CARET] = ACTIONS(874), - [sym_short_flag] = ACTIONS(874), + [270] = { + [sym_comment] = STATE(270), + [anon_sym_export] = ACTIONS(759), + [anon_sym_alias] = ACTIONS(759), + [anon_sym_let] = ACTIONS(759), + [anon_sym_let_DASHenv] = ACTIONS(759), + [anon_sym_mut] = ACTIONS(759), + [anon_sym_const] = ACTIONS(759), + [sym_cmd_identifier] = ACTIONS(759), + [anon_sym_SEMI] = ACTIONS(759), + [anon_sym_LF] = ACTIONS(761), + [anon_sym_def] = ACTIONS(759), + [anon_sym_def_DASHenv] = ACTIONS(759), + [anon_sym_export_DASHenv] = ACTIONS(759), + [anon_sym_extern] = ACTIONS(759), + [anon_sym_module] = ACTIONS(759), + [anon_sym_use] = ACTIONS(759), + [anon_sym_LBRACK] = ACTIONS(759), + [anon_sym_LPAREN] = ACTIONS(759), + [anon_sym_RPAREN] = ACTIONS(759), + [anon_sym_PIPE] = ACTIONS(759), + [anon_sym_DOLLAR] = ACTIONS(759), + [anon_sym_error] = ACTIONS(759), + [anon_sym_GT] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_break] = ACTIONS(759), + [anon_sym_continue] = ACTIONS(759), + [anon_sym_for] = ACTIONS(759), + [anon_sym_in] = ACTIONS(759), + [anon_sym_loop] = ACTIONS(759), + [anon_sym_while] = ACTIONS(759), + [anon_sym_do] = ACTIONS(759), + [anon_sym_if] = ACTIONS(759), + [anon_sym_match] = ACTIONS(759), + [anon_sym_LBRACE] = ACTIONS(759), + [anon_sym_RBRACE] = ACTIONS(759), + [anon_sym_DOT] = ACTIONS(759), + [anon_sym_try] = ACTIONS(759), + [anon_sym_return] = ACTIONS(759), + [anon_sym_source] = ACTIONS(759), + [anon_sym_source_DASHenv] = ACTIONS(759), + [anon_sym_register] = ACTIONS(759), + [anon_sym_hide] = ACTIONS(759), + [anon_sym_hide_DASHenv] = ACTIONS(759), + [anon_sym_overlay] = ACTIONS(759), + [anon_sym_STAR] = ACTIONS(759), + [anon_sym_where] = ACTIONS(759), + [anon_sym_STAR_STAR] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(759), + [anon_sym_SLASH] = ACTIONS(759), + [anon_sym_mod] = ACTIONS(759), + [anon_sym_SLASH_SLASH] = ACTIONS(759), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_bit_DASHshl] = ACTIONS(759), + [anon_sym_bit_DASHshr] = ACTIONS(759), + [anon_sym_EQ_EQ] = ACTIONS(759), + [anon_sym_BANG_EQ] = ACTIONS(759), + [anon_sym_LT2] = ACTIONS(759), + [anon_sym_LT_EQ] = ACTIONS(759), + [anon_sym_GT_EQ] = ACTIONS(759), + [anon_sym_not_DASHin] = ACTIONS(759), + [anon_sym_starts_DASHwith] = ACTIONS(759), + [anon_sym_ends_DASHwith] = ACTIONS(759), + [anon_sym_EQ_TILDE] = ACTIONS(759), + [anon_sym_BANG_TILDE] = ACTIONS(759), + [anon_sym_bit_DASHand] = ACTIONS(759), + [anon_sym_bit_DASHxor] = ACTIONS(759), + [anon_sym_bit_DASHor] = ACTIONS(759), + [anon_sym_and] = ACTIONS(759), + [anon_sym_xor] = ACTIONS(759), + [anon_sym_or] = ACTIONS(759), + [anon_sym_not] = ACTIONS(759), + [anon_sym_DOT_DOT_LT] = ACTIONS(759), + [anon_sym_DOT_DOT] = ACTIONS(759), + [anon_sym_DOT_DOT_EQ] = ACTIONS(759), + [sym_val_nothing] = ACTIONS(759), + [anon_sym_true] = ACTIONS(759), + [anon_sym_false] = ACTIONS(759), + [aux_sym_val_number_token1] = ACTIONS(759), + [aux_sym_val_number_token2] = ACTIONS(759), + [aux_sym_val_number_token3] = ACTIONS(759), + [aux_sym_val_number_token4] = ACTIONS(759), + [anon_sym_inf] = ACTIONS(759), + [anon_sym_DASHinf] = ACTIONS(759), + [anon_sym_NaN] = ACTIONS(759), + [anon_sym_0b] = ACTIONS(759), + [anon_sym_0o] = ACTIONS(759), + [anon_sym_0x] = ACTIONS(759), + [sym_val_date] = ACTIONS(759), + [anon_sym_DQUOTE] = ACTIONS(759), + [sym__str_single_quotes] = ACTIONS(759), + [sym__str_back_ticks] = ACTIONS(759), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(759), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(759), + [anon_sym_CARET] = ACTIONS(759), [anon_sym_POUND] = ACTIONS(3), }, - [293] = { - [sym_comment] = STATE(293), - [ts_builtin_sym_end] = ACTIONS(791), - [anon_sym_export] = ACTIONS(789), - [anon_sym_alias] = ACTIONS(789), - [anon_sym_let] = ACTIONS(789), - [anon_sym_let_DASHenv] = ACTIONS(789), - [anon_sym_mut] = ACTIONS(789), - [anon_sym_const] = ACTIONS(789), - [sym_cmd_identifier] = ACTIONS(789), - [anon_sym_SEMI] = ACTIONS(789), - [anon_sym_LF] = ACTIONS(791), - [anon_sym_def] = ACTIONS(789), - [anon_sym_def_DASHenv] = ACTIONS(789), - [anon_sym_export_DASHenv] = ACTIONS(789), - [anon_sym_extern] = ACTIONS(789), - [anon_sym_module] = ACTIONS(789), - [anon_sym_use] = ACTIONS(789), - [anon_sym_LBRACK] = ACTIONS(789), - [anon_sym_LPAREN] = ACTIONS(789), - [anon_sym_PIPE] = ACTIONS(789), - [anon_sym_DOLLAR] = ACTIONS(789), - [anon_sym_error] = ACTIONS(789), - [anon_sym_GT] = ACTIONS(789), - [anon_sym_DASH_DASH] = ACTIONS(789), - [anon_sym_DASH] = ACTIONS(789), - [anon_sym_break] = ACTIONS(789), - [anon_sym_continue] = ACTIONS(789), - [anon_sym_for] = ACTIONS(789), - [anon_sym_in] = ACTIONS(789), - [anon_sym_loop] = ACTIONS(789), - [anon_sym_while] = ACTIONS(789), - [anon_sym_do] = ACTIONS(789), - [anon_sym_if] = ACTIONS(789), - [anon_sym_match] = ACTIONS(789), - [anon_sym_LBRACE] = ACTIONS(789), - [anon_sym_try] = ACTIONS(789), - [anon_sym_return] = ACTIONS(789), - [anon_sym_source] = ACTIONS(789), - [anon_sym_source_DASHenv] = ACTIONS(789), - [anon_sym_register] = ACTIONS(789), - [anon_sym_hide] = ACTIONS(789), - [anon_sym_hide_DASHenv] = ACTIONS(789), - [anon_sym_overlay] = ACTIONS(789), - [anon_sym_STAR] = ACTIONS(789), - [anon_sym_where] = ACTIONS(789), - [anon_sym_STAR_STAR] = ACTIONS(789), - [anon_sym_PLUS_PLUS] = ACTIONS(789), - [anon_sym_SLASH] = ACTIONS(789), - [anon_sym_mod] = ACTIONS(789), - [anon_sym_SLASH_SLASH] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(789), - [anon_sym_bit_DASHshl] = ACTIONS(789), - [anon_sym_bit_DASHshr] = ACTIONS(789), - [anon_sym_EQ_EQ] = ACTIONS(789), - [anon_sym_BANG_EQ] = ACTIONS(789), - [anon_sym_LT2] = ACTIONS(789), - [anon_sym_LT_EQ] = ACTIONS(789), - [anon_sym_GT_EQ] = ACTIONS(789), - [anon_sym_not_DASHin] = ACTIONS(789), - [anon_sym_starts_DASHwith] = ACTIONS(789), - [anon_sym_ends_DASHwith] = ACTIONS(789), - [anon_sym_EQ_TILDE] = ACTIONS(789), - [anon_sym_BANG_TILDE] = ACTIONS(789), - [anon_sym_bit_DASHand] = ACTIONS(789), - [anon_sym_bit_DASHxor] = ACTIONS(789), - [anon_sym_bit_DASHor] = ACTIONS(789), - [anon_sym_and] = ACTIONS(789), - [anon_sym_xor] = ACTIONS(789), - [anon_sym_or] = ACTIONS(789), - [anon_sym_not] = ACTIONS(789), - [anon_sym_DOT_DOT_LT] = ACTIONS(117), - [anon_sym_DOT_DOT] = ACTIONS(117), - [anon_sym_DOT_DOT_EQ] = ACTIONS(117), - [sym_val_nothing] = ACTIONS(789), - [anon_sym_true] = ACTIONS(789), - [anon_sym_false] = ACTIONS(789), - [aux_sym_val_number_token1] = ACTIONS(789), - [aux_sym_val_number_token2] = ACTIONS(789), - [aux_sym_val_number_token3] = ACTIONS(789), - [aux_sym_val_number_token4] = ACTIONS(789), - [anon_sym_inf] = ACTIONS(789), - [anon_sym_DASHinf] = ACTIONS(789), - [anon_sym_NaN] = ACTIONS(789), - [anon_sym_0b] = ACTIONS(789), - [anon_sym_0o] = ACTIONS(789), - [anon_sym_0x] = ACTIONS(789), - [sym_val_date] = ACTIONS(789), - [anon_sym_DQUOTE] = ACTIONS(789), - [sym__str_single_quotes] = ACTIONS(789), - [sym__str_back_ticks] = ACTIONS(789), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(789), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(789), - [anon_sym_CARET] = ACTIONS(789), - [sym_short_flag] = ACTIONS(789), + [271] = { + [sym_comment] = STATE(271), + [ts_builtin_sym_end] = ACTIONS(836), + [anon_sym_export] = ACTIONS(834), + [anon_sym_alias] = ACTIONS(834), + [anon_sym_let] = ACTIONS(834), + [anon_sym_let_DASHenv] = ACTIONS(834), + [anon_sym_mut] = ACTIONS(834), + [anon_sym_const] = ACTIONS(834), + [sym_cmd_identifier] = ACTIONS(834), + [anon_sym_SEMI] = ACTIONS(834), + [anon_sym_LF] = ACTIONS(836), + [anon_sym_def] = ACTIONS(834), + [anon_sym_def_DASHenv] = ACTIONS(834), + [anon_sym_export_DASHenv] = ACTIONS(834), + [anon_sym_extern] = ACTIONS(834), + [anon_sym_module] = ACTIONS(834), + [anon_sym_use] = ACTIONS(834), + [anon_sym_LBRACK] = ACTIONS(834), + [anon_sym_LPAREN] = ACTIONS(834), + [anon_sym_PIPE] = ACTIONS(834), + [anon_sym_DOLLAR] = ACTIONS(834), + [anon_sym_error] = ACTIONS(834), + [anon_sym_GT] = ACTIONS(834), + [anon_sym_DASH_DASH] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_break] = ACTIONS(834), + [anon_sym_continue] = ACTIONS(834), + [anon_sym_for] = ACTIONS(834), + [anon_sym_in] = ACTIONS(834), + [anon_sym_loop] = ACTIONS(834), + [anon_sym_while] = ACTIONS(834), + [anon_sym_do] = ACTIONS(834), + [anon_sym_if] = ACTIONS(834), + [anon_sym_match] = ACTIONS(834), + [anon_sym_LBRACE] = ACTIONS(834), + [anon_sym_try] = ACTIONS(834), + [anon_sym_return] = ACTIONS(834), + [anon_sym_source] = ACTIONS(834), + [anon_sym_source_DASHenv] = ACTIONS(834), + [anon_sym_register] = ACTIONS(834), + [anon_sym_hide] = ACTIONS(834), + [anon_sym_hide_DASHenv] = ACTIONS(834), + [anon_sym_overlay] = ACTIONS(834), + [anon_sym_STAR] = ACTIONS(834), + [anon_sym_where] = ACTIONS(834), + [anon_sym_STAR_STAR] = ACTIONS(834), + [anon_sym_PLUS_PLUS] = ACTIONS(834), + [anon_sym_SLASH] = ACTIONS(834), + [anon_sym_mod] = ACTIONS(834), + [anon_sym_SLASH_SLASH] = ACTIONS(834), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_bit_DASHshl] = ACTIONS(834), + [anon_sym_bit_DASHshr] = ACTIONS(834), + [anon_sym_EQ_EQ] = ACTIONS(834), + [anon_sym_BANG_EQ] = ACTIONS(834), + [anon_sym_LT2] = ACTIONS(834), + [anon_sym_LT_EQ] = ACTIONS(834), + [anon_sym_GT_EQ] = ACTIONS(834), + [anon_sym_not_DASHin] = ACTIONS(834), + [anon_sym_starts_DASHwith] = ACTIONS(834), + [anon_sym_ends_DASHwith] = ACTIONS(834), + [anon_sym_EQ_TILDE] = ACTIONS(834), + [anon_sym_BANG_TILDE] = ACTIONS(834), + [anon_sym_bit_DASHand] = ACTIONS(834), + [anon_sym_bit_DASHxor] = ACTIONS(834), + [anon_sym_bit_DASHor] = ACTIONS(834), + [anon_sym_and] = ACTIONS(834), + [anon_sym_xor] = ACTIONS(834), + [anon_sym_or] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_DOT_DOT_LT] = ACTIONS(834), + [anon_sym_DOT_DOT] = ACTIONS(834), + [anon_sym_DOT_DOT_EQ] = ACTIONS(834), + [sym_val_nothing] = ACTIONS(834), + [anon_sym_true] = ACTIONS(834), + [anon_sym_false] = ACTIONS(834), + [aux_sym_val_number_token1] = ACTIONS(834), + [aux_sym_val_number_token2] = ACTIONS(834), + [aux_sym_val_number_token3] = ACTIONS(834), + [aux_sym_val_number_token4] = ACTIONS(834), + [anon_sym_inf] = ACTIONS(834), + [anon_sym_DASHinf] = ACTIONS(834), + [anon_sym_NaN] = ACTIONS(834), + [anon_sym_0b] = ACTIONS(834), + [anon_sym_0o] = ACTIONS(834), + [anon_sym_0x] = ACTIONS(834), + [sym_val_date] = ACTIONS(834), + [anon_sym_DQUOTE] = ACTIONS(834), + [sym__str_single_quotes] = ACTIONS(834), + [sym__str_back_ticks] = ACTIONS(834), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(834), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [sym_short_flag] = ACTIONS(834), [anon_sym_POUND] = ACTIONS(3), }, - [294] = { - [sym_comment] = STATE(294), + [272] = { + [sym_comment] = STATE(272), [ts_builtin_sym_end] = ACTIONS(791), [anon_sym_export] = ACTIONS(789), [anon_sym_alias] = ACTIONS(789), @@ -75685,965 +73556,286 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SEMI] = ACTIONS(789), [anon_sym_LF] = ACTIONS(791), [anon_sym_def] = ACTIONS(789), - [anon_sym_def_DASHenv] = ACTIONS(789), - [anon_sym_export_DASHenv] = ACTIONS(789), - [anon_sym_extern] = ACTIONS(789), - [anon_sym_module] = ACTIONS(789), - [anon_sym_use] = ACTIONS(789), - [anon_sym_LBRACK] = ACTIONS(789), - [anon_sym_LPAREN] = ACTIONS(789), - [anon_sym_PIPE] = ACTIONS(789), - [anon_sym_DOLLAR] = ACTIONS(789), - [anon_sym_error] = ACTIONS(789), - [anon_sym_GT] = ACTIONS(789), - [anon_sym_DASH_DASH] = ACTIONS(789), - [anon_sym_DASH] = ACTIONS(789), - [anon_sym_break] = ACTIONS(789), - [anon_sym_continue] = ACTIONS(789), - [anon_sym_for] = ACTIONS(789), - [anon_sym_in] = ACTIONS(789), - [anon_sym_loop] = ACTIONS(789), - [anon_sym_while] = ACTIONS(789), - [anon_sym_do] = ACTIONS(789), - [anon_sym_if] = ACTIONS(789), - [anon_sym_match] = ACTIONS(789), - [anon_sym_LBRACE] = ACTIONS(789), - [anon_sym_try] = ACTIONS(789), - [anon_sym_return] = ACTIONS(789), - [anon_sym_source] = ACTIONS(789), - [anon_sym_source_DASHenv] = ACTIONS(789), - [anon_sym_register] = ACTIONS(789), - [anon_sym_hide] = ACTIONS(789), - [anon_sym_hide_DASHenv] = ACTIONS(789), - [anon_sym_overlay] = ACTIONS(789), - [anon_sym_STAR] = ACTIONS(789), - [anon_sym_where] = ACTIONS(789), - [anon_sym_STAR_STAR] = ACTIONS(789), - [anon_sym_PLUS_PLUS] = ACTIONS(789), - [anon_sym_SLASH] = ACTIONS(789), - [anon_sym_mod] = ACTIONS(789), - [anon_sym_SLASH_SLASH] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(789), - [anon_sym_bit_DASHshl] = ACTIONS(789), - [anon_sym_bit_DASHshr] = ACTIONS(789), - [anon_sym_EQ_EQ] = ACTIONS(789), - [anon_sym_BANG_EQ] = ACTIONS(789), - [anon_sym_LT2] = ACTIONS(789), - [anon_sym_LT_EQ] = ACTIONS(789), - [anon_sym_GT_EQ] = ACTIONS(789), - [anon_sym_not_DASHin] = ACTIONS(789), - [anon_sym_starts_DASHwith] = ACTIONS(789), - [anon_sym_ends_DASHwith] = ACTIONS(789), - [anon_sym_EQ_TILDE] = ACTIONS(789), - [anon_sym_BANG_TILDE] = ACTIONS(789), - [anon_sym_bit_DASHand] = ACTIONS(789), - [anon_sym_bit_DASHxor] = ACTIONS(789), - [anon_sym_bit_DASHor] = ACTIONS(789), - [anon_sym_and] = ACTIONS(789), - [anon_sym_xor] = ACTIONS(789), - [anon_sym_or] = ACTIONS(789), - [anon_sym_not] = ACTIONS(789), - [anon_sym_DOT_DOT_LT] = ACTIONS(789), - [anon_sym_DOT_DOT] = ACTIONS(789), - [anon_sym_DOT_DOT_EQ] = ACTIONS(789), - [sym_val_nothing] = ACTIONS(789), - [anon_sym_true] = ACTIONS(789), - [anon_sym_false] = ACTIONS(789), - [aux_sym_val_number_token1] = ACTIONS(789), - [aux_sym_val_number_token2] = ACTIONS(789), - [aux_sym_val_number_token3] = ACTIONS(789), - [aux_sym_val_number_token4] = ACTIONS(789), - [anon_sym_inf] = ACTIONS(789), - [anon_sym_DASHinf] = ACTIONS(789), - [anon_sym_NaN] = ACTIONS(789), - [anon_sym_0b] = ACTIONS(789), - [anon_sym_0o] = ACTIONS(789), - [anon_sym_0x] = ACTIONS(789), - [sym_val_date] = ACTIONS(789), - [anon_sym_DQUOTE] = ACTIONS(789), - [sym__str_single_quotes] = ACTIONS(789), - [sym__str_back_ticks] = ACTIONS(789), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(789), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(789), - [anon_sym_CARET] = ACTIONS(789), - [sym_short_flag] = ACTIONS(789), - [anon_sym_POUND] = ACTIONS(3), - }, - [295] = { - [sym_comment] = STATE(295), - [ts_builtin_sym_end] = ACTIONS(858), - [anon_sym_export] = ACTIONS(856), - [anon_sym_alias] = ACTIONS(856), - [anon_sym_let] = ACTIONS(856), - [anon_sym_let_DASHenv] = ACTIONS(856), - [anon_sym_mut] = ACTIONS(856), - [anon_sym_const] = ACTIONS(856), - [sym_cmd_identifier] = ACTIONS(856), - [anon_sym_SEMI] = ACTIONS(856), - [anon_sym_LF] = ACTIONS(858), - [anon_sym_def] = ACTIONS(856), - [anon_sym_def_DASHenv] = ACTIONS(856), - [anon_sym_export_DASHenv] = ACTIONS(856), - [anon_sym_extern] = ACTIONS(856), - [anon_sym_module] = ACTIONS(856), - [anon_sym_use] = ACTIONS(856), - [anon_sym_LBRACK] = ACTIONS(856), - [anon_sym_LPAREN] = ACTIONS(856), - [anon_sym_PIPE] = ACTIONS(856), - [anon_sym_DOLLAR] = ACTIONS(856), - [anon_sym_error] = ACTIONS(856), - [anon_sym_GT] = ACTIONS(856), - [anon_sym_DASH_DASH] = ACTIONS(856), - [anon_sym_DASH] = ACTIONS(856), - [anon_sym_break] = ACTIONS(856), - [anon_sym_continue] = ACTIONS(856), - [anon_sym_for] = ACTIONS(856), - [anon_sym_in] = ACTIONS(856), - [anon_sym_loop] = ACTIONS(856), - [anon_sym_while] = ACTIONS(856), - [anon_sym_do] = ACTIONS(856), - [anon_sym_if] = ACTIONS(856), - [anon_sym_match] = ACTIONS(856), - [anon_sym_LBRACE] = ACTIONS(856), - [anon_sym_try] = ACTIONS(856), - [anon_sym_return] = ACTIONS(856), - [anon_sym_source] = ACTIONS(856), - [anon_sym_source_DASHenv] = ACTIONS(856), - [anon_sym_register] = ACTIONS(856), - [anon_sym_hide] = ACTIONS(856), - [anon_sym_hide_DASHenv] = ACTIONS(856), - [anon_sym_overlay] = ACTIONS(856), - [anon_sym_STAR] = ACTIONS(856), - [anon_sym_where] = ACTIONS(856), - [anon_sym_STAR_STAR] = ACTIONS(856), - [anon_sym_PLUS_PLUS] = ACTIONS(856), - [anon_sym_SLASH] = ACTIONS(856), - [anon_sym_mod] = ACTIONS(856), - [anon_sym_SLASH_SLASH] = ACTIONS(856), - [anon_sym_PLUS] = ACTIONS(856), - [anon_sym_bit_DASHshl] = ACTIONS(856), - [anon_sym_bit_DASHshr] = ACTIONS(856), - [anon_sym_EQ_EQ] = ACTIONS(856), - [anon_sym_BANG_EQ] = ACTIONS(856), - [anon_sym_LT2] = ACTIONS(856), - [anon_sym_LT_EQ] = ACTIONS(856), - [anon_sym_GT_EQ] = ACTIONS(856), - [anon_sym_not_DASHin] = ACTIONS(856), - [anon_sym_starts_DASHwith] = ACTIONS(856), - [anon_sym_ends_DASHwith] = ACTIONS(856), - [anon_sym_EQ_TILDE] = ACTIONS(856), - [anon_sym_BANG_TILDE] = ACTIONS(856), - [anon_sym_bit_DASHand] = ACTIONS(856), - [anon_sym_bit_DASHxor] = ACTIONS(856), - [anon_sym_bit_DASHor] = ACTIONS(856), - [anon_sym_and] = ACTIONS(856), - [anon_sym_xor] = ACTIONS(856), - [anon_sym_or] = ACTIONS(856), - [anon_sym_not] = ACTIONS(856), - [anon_sym_DOT_DOT_LT] = ACTIONS(856), - [anon_sym_DOT_DOT] = ACTIONS(856), - [anon_sym_DOT_DOT_EQ] = ACTIONS(856), - [sym_val_nothing] = ACTIONS(856), - [anon_sym_true] = ACTIONS(856), - [anon_sym_false] = ACTIONS(856), - [aux_sym_val_number_token1] = ACTIONS(856), - [aux_sym_val_number_token2] = ACTIONS(856), - [aux_sym_val_number_token3] = ACTIONS(856), - [aux_sym_val_number_token4] = ACTIONS(856), - [anon_sym_inf] = ACTIONS(856), - [anon_sym_DASHinf] = ACTIONS(856), - [anon_sym_NaN] = ACTIONS(856), - [anon_sym_0b] = ACTIONS(856), - [anon_sym_0o] = ACTIONS(856), - [anon_sym_0x] = ACTIONS(856), - [sym_val_date] = ACTIONS(856), - [anon_sym_DQUOTE] = ACTIONS(856), - [sym__str_single_quotes] = ACTIONS(856), - [sym__str_back_ticks] = ACTIONS(856), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(856), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(856), - [anon_sym_CARET] = ACTIONS(856), - [sym_short_flag] = ACTIONS(856), - [anon_sym_POUND] = ACTIONS(3), - }, - [296] = { - [sym_comment] = STATE(296), - [ts_builtin_sym_end] = ACTIONS(850), - [anon_sym_export] = ACTIONS(848), - [anon_sym_alias] = ACTIONS(848), - [anon_sym_let] = ACTIONS(848), - [anon_sym_let_DASHenv] = ACTIONS(848), - [anon_sym_mut] = ACTIONS(848), - [anon_sym_const] = ACTIONS(848), - [sym_cmd_identifier] = ACTIONS(848), - [anon_sym_SEMI] = ACTIONS(848), - [anon_sym_LF] = ACTIONS(850), - [anon_sym_def] = ACTIONS(848), - [anon_sym_def_DASHenv] = ACTIONS(848), - [anon_sym_export_DASHenv] = ACTIONS(848), - [anon_sym_extern] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_use] = ACTIONS(848), - [anon_sym_LBRACK] = ACTIONS(848), - [anon_sym_LPAREN] = ACTIONS(848), - [anon_sym_PIPE] = ACTIONS(848), - [anon_sym_DOLLAR] = ACTIONS(848), - [anon_sym_error] = ACTIONS(848), - [anon_sym_GT] = ACTIONS(848), - [anon_sym_DASH_DASH] = ACTIONS(848), - [anon_sym_DASH] = ACTIONS(848), - [anon_sym_break] = ACTIONS(848), - [anon_sym_continue] = ACTIONS(848), - [anon_sym_for] = ACTIONS(848), - [anon_sym_in] = ACTIONS(848), - [anon_sym_loop] = ACTIONS(848), - [anon_sym_while] = ACTIONS(848), - [anon_sym_do] = ACTIONS(848), - [anon_sym_if] = ACTIONS(848), - [anon_sym_match] = ACTIONS(848), - [anon_sym_LBRACE] = ACTIONS(848), - [anon_sym_try] = ACTIONS(848), - [anon_sym_return] = ACTIONS(848), - [anon_sym_source] = ACTIONS(848), - [anon_sym_source_DASHenv] = ACTIONS(848), - [anon_sym_register] = ACTIONS(848), - [anon_sym_hide] = ACTIONS(848), - [anon_sym_hide_DASHenv] = ACTIONS(848), - [anon_sym_overlay] = ACTIONS(848), - [anon_sym_STAR] = ACTIONS(848), - [anon_sym_where] = ACTIONS(848), - [anon_sym_STAR_STAR] = ACTIONS(848), - [anon_sym_PLUS_PLUS] = ACTIONS(848), - [anon_sym_SLASH] = ACTIONS(848), - [anon_sym_mod] = ACTIONS(848), - [anon_sym_SLASH_SLASH] = ACTIONS(848), - [anon_sym_PLUS] = ACTIONS(848), - [anon_sym_bit_DASHshl] = ACTIONS(848), - [anon_sym_bit_DASHshr] = ACTIONS(848), - [anon_sym_EQ_EQ] = ACTIONS(848), - [anon_sym_BANG_EQ] = ACTIONS(848), - [anon_sym_LT2] = ACTIONS(848), - [anon_sym_LT_EQ] = ACTIONS(848), - [anon_sym_GT_EQ] = ACTIONS(848), - [anon_sym_not_DASHin] = ACTIONS(848), - [anon_sym_starts_DASHwith] = ACTIONS(848), - [anon_sym_ends_DASHwith] = ACTIONS(848), - [anon_sym_EQ_TILDE] = ACTIONS(848), - [anon_sym_BANG_TILDE] = ACTIONS(848), - [anon_sym_bit_DASHand] = ACTIONS(848), - [anon_sym_bit_DASHxor] = ACTIONS(848), - [anon_sym_bit_DASHor] = ACTIONS(848), - [anon_sym_and] = ACTIONS(848), - [anon_sym_xor] = ACTIONS(848), - [anon_sym_or] = ACTIONS(848), - [anon_sym_not] = ACTIONS(848), - [anon_sym_DOT_DOT_LT] = ACTIONS(848), - [anon_sym_DOT_DOT] = ACTIONS(848), - [anon_sym_DOT_DOT_EQ] = ACTIONS(848), - [sym_val_nothing] = ACTIONS(848), - [anon_sym_true] = ACTIONS(848), - [anon_sym_false] = ACTIONS(848), - [aux_sym_val_number_token1] = ACTIONS(848), - [aux_sym_val_number_token2] = ACTIONS(848), - [aux_sym_val_number_token3] = ACTIONS(848), - [aux_sym_val_number_token4] = ACTIONS(848), - [anon_sym_inf] = ACTIONS(848), - [anon_sym_DASHinf] = ACTIONS(848), - [anon_sym_NaN] = ACTIONS(848), - [anon_sym_0b] = ACTIONS(848), - [anon_sym_0o] = ACTIONS(848), - [anon_sym_0x] = ACTIONS(848), - [sym_val_date] = ACTIONS(848), - [anon_sym_DQUOTE] = ACTIONS(848), - [sym__str_single_quotes] = ACTIONS(848), - [sym__str_back_ticks] = ACTIONS(848), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(848), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(848), - [anon_sym_CARET] = ACTIONS(848), - [sym_short_flag] = ACTIONS(848), - [anon_sym_POUND] = ACTIONS(3), - }, - [297] = { - [sym_comment] = STATE(297), - [ts_builtin_sym_end] = ACTIONS(795), - [anon_sym_export] = ACTIONS(793), - [anon_sym_alias] = ACTIONS(793), - [anon_sym_let] = ACTIONS(793), - [anon_sym_let_DASHenv] = ACTIONS(793), - [anon_sym_mut] = ACTIONS(793), - [anon_sym_const] = ACTIONS(793), - [sym_cmd_identifier] = ACTIONS(793), - [anon_sym_SEMI] = ACTIONS(793), - [anon_sym_LF] = ACTIONS(795), - [anon_sym_def] = ACTIONS(793), - [anon_sym_def_DASHenv] = ACTIONS(793), - [anon_sym_export_DASHenv] = ACTIONS(793), - [anon_sym_extern] = ACTIONS(793), - [anon_sym_module] = ACTIONS(793), - [anon_sym_use] = ACTIONS(793), - [anon_sym_LBRACK] = ACTIONS(793), - [anon_sym_LPAREN] = ACTIONS(793), - [anon_sym_PIPE] = ACTIONS(793), - [anon_sym_DOLLAR] = ACTIONS(793), - [anon_sym_error] = ACTIONS(793), - [anon_sym_GT] = ACTIONS(793), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_break] = ACTIONS(793), - [anon_sym_continue] = ACTIONS(793), - [anon_sym_for] = ACTIONS(793), - [anon_sym_in] = ACTIONS(793), - [anon_sym_loop] = ACTIONS(793), - [anon_sym_while] = ACTIONS(793), - [anon_sym_do] = ACTIONS(793), - [anon_sym_if] = ACTIONS(793), - [anon_sym_match] = ACTIONS(793), - [anon_sym_LBRACE] = ACTIONS(793), - [anon_sym_try] = ACTIONS(793), - [anon_sym_return] = ACTIONS(793), - [anon_sym_source] = ACTIONS(793), - [anon_sym_source_DASHenv] = ACTIONS(793), - [anon_sym_register] = ACTIONS(793), - [anon_sym_hide] = ACTIONS(793), - [anon_sym_hide_DASHenv] = ACTIONS(793), - [anon_sym_overlay] = ACTIONS(793), - [anon_sym_STAR] = ACTIONS(793), - [anon_sym_where] = ACTIONS(793), - [anon_sym_STAR_STAR] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_SLASH] = ACTIONS(793), - [anon_sym_mod] = ACTIONS(793), - [anon_sym_SLASH_SLASH] = ACTIONS(793), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_bit_DASHshl] = ACTIONS(793), - [anon_sym_bit_DASHshr] = ACTIONS(793), - [anon_sym_EQ_EQ] = ACTIONS(793), - [anon_sym_BANG_EQ] = ACTIONS(793), - [anon_sym_LT2] = ACTIONS(793), - [anon_sym_LT_EQ] = ACTIONS(793), - [anon_sym_GT_EQ] = ACTIONS(793), - [anon_sym_not_DASHin] = ACTIONS(793), - [anon_sym_starts_DASHwith] = ACTIONS(793), - [anon_sym_ends_DASHwith] = ACTIONS(793), - [anon_sym_EQ_TILDE] = ACTIONS(793), - [anon_sym_BANG_TILDE] = ACTIONS(793), - [anon_sym_bit_DASHand] = ACTIONS(793), - [anon_sym_bit_DASHxor] = ACTIONS(793), - [anon_sym_bit_DASHor] = ACTIONS(793), - [anon_sym_and] = ACTIONS(793), - [anon_sym_xor] = ACTIONS(793), - [anon_sym_or] = ACTIONS(793), - [anon_sym_not] = ACTIONS(793), - [anon_sym_DOT_DOT_LT] = ACTIONS(793), - [anon_sym_DOT_DOT] = ACTIONS(793), - [anon_sym_DOT_DOT_EQ] = ACTIONS(793), - [sym_val_nothing] = ACTIONS(793), - [anon_sym_true] = ACTIONS(793), - [anon_sym_false] = ACTIONS(793), - [aux_sym_val_number_token1] = ACTIONS(793), - [aux_sym_val_number_token2] = ACTIONS(793), - [aux_sym_val_number_token3] = ACTIONS(793), - [aux_sym_val_number_token4] = ACTIONS(793), - [anon_sym_inf] = ACTIONS(793), - [anon_sym_DASHinf] = ACTIONS(793), - [anon_sym_NaN] = ACTIONS(793), - [anon_sym_0b] = ACTIONS(793), - [anon_sym_0o] = ACTIONS(793), - [anon_sym_0x] = ACTIONS(793), - [sym_val_date] = ACTIONS(793), - [anon_sym_DQUOTE] = ACTIONS(793), - [sym__str_single_quotes] = ACTIONS(793), - [sym__str_back_ticks] = ACTIONS(793), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(793), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(793), - [anon_sym_CARET] = ACTIONS(793), - [sym_short_flag] = ACTIONS(793), - [anon_sym_POUND] = ACTIONS(3), - }, - [298] = { - [sym_comment] = STATE(298), - [ts_builtin_sym_end] = ACTIONS(700), - [anon_sym_export] = ACTIONS(698), - [anon_sym_alias] = ACTIONS(698), - [anon_sym_let] = ACTIONS(698), - [anon_sym_let_DASHenv] = ACTIONS(698), - [anon_sym_mut] = ACTIONS(698), - [anon_sym_const] = ACTIONS(698), - [sym_cmd_identifier] = ACTIONS(698), - [anon_sym_SEMI] = ACTIONS(698), - [anon_sym_LF] = ACTIONS(700), - [anon_sym_def] = ACTIONS(698), - [anon_sym_def_DASHenv] = ACTIONS(698), - [anon_sym_export_DASHenv] = ACTIONS(698), - [anon_sym_extern] = ACTIONS(698), - [anon_sym_module] = ACTIONS(698), - [anon_sym_use] = ACTIONS(698), - [anon_sym_LBRACK] = ACTIONS(698), - [anon_sym_LPAREN] = ACTIONS(698), - [anon_sym_PIPE] = ACTIONS(698), - [anon_sym_DOLLAR] = ACTIONS(698), - [anon_sym_error] = ACTIONS(698), - [anon_sym_GT] = ACTIONS(698), - [anon_sym_DASH] = ACTIONS(698), - [anon_sym_break] = ACTIONS(698), - [anon_sym_continue] = ACTIONS(698), - [anon_sym_for] = ACTIONS(698), - [anon_sym_in] = ACTIONS(698), - [anon_sym_loop] = ACTIONS(698), - [anon_sym_while] = ACTIONS(698), - [anon_sym_do] = ACTIONS(698), - [anon_sym_if] = ACTIONS(698), - [anon_sym_match] = ACTIONS(698), - [anon_sym_LBRACE] = ACTIONS(698), - [anon_sym_DOT] = ACTIONS(698), - [anon_sym_try] = ACTIONS(698), - [anon_sym_return] = ACTIONS(698), - [anon_sym_source] = ACTIONS(698), - [anon_sym_source_DASHenv] = ACTIONS(698), - [anon_sym_register] = ACTIONS(698), - [anon_sym_hide] = ACTIONS(698), - [anon_sym_hide_DASHenv] = ACTIONS(698), - [anon_sym_overlay] = ACTIONS(698), - [anon_sym_STAR] = ACTIONS(698), - [anon_sym_where] = ACTIONS(698), - [anon_sym_QMARK2] = ACTIONS(698), - [anon_sym_STAR_STAR] = ACTIONS(698), - [anon_sym_PLUS_PLUS] = ACTIONS(698), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_mod] = ACTIONS(698), - [anon_sym_SLASH_SLASH] = ACTIONS(698), - [anon_sym_PLUS] = ACTIONS(698), - [anon_sym_bit_DASHshl] = ACTIONS(698), - [anon_sym_bit_DASHshr] = ACTIONS(698), - [anon_sym_EQ_EQ] = ACTIONS(698), - [anon_sym_BANG_EQ] = ACTIONS(698), - [anon_sym_LT2] = ACTIONS(698), - [anon_sym_LT_EQ] = ACTIONS(698), - [anon_sym_GT_EQ] = ACTIONS(698), - [anon_sym_not_DASHin] = ACTIONS(698), - [anon_sym_starts_DASHwith] = ACTIONS(698), - [anon_sym_ends_DASHwith] = ACTIONS(698), - [anon_sym_EQ_TILDE] = ACTIONS(698), - [anon_sym_BANG_TILDE] = ACTIONS(698), - [anon_sym_bit_DASHand] = ACTIONS(698), - [anon_sym_bit_DASHxor] = ACTIONS(698), - [anon_sym_bit_DASHor] = ACTIONS(698), - [anon_sym_and] = ACTIONS(698), - [anon_sym_xor] = ACTIONS(698), - [anon_sym_or] = ACTIONS(698), - [anon_sym_not] = ACTIONS(698), - [anon_sym_DOT_DOT_LT] = ACTIONS(698), - [anon_sym_DOT_DOT] = ACTIONS(698), - [anon_sym_DOT_DOT_EQ] = ACTIONS(698), - [sym_val_nothing] = ACTIONS(698), - [anon_sym_true] = ACTIONS(698), - [anon_sym_false] = ACTIONS(698), - [aux_sym_val_number_token1] = ACTIONS(698), - [aux_sym_val_number_token2] = ACTIONS(698), - [aux_sym_val_number_token3] = ACTIONS(698), - [aux_sym_val_number_token4] = ACTIONS(698), - [anon_sym_inf] = ACTIONS(698), - [anon_sym_DASHinf] = ACTIONS(698), - [anon_sym_NaN] = ACTIONS(698), - [anon_sym_0b] = ACTIONS(698), - [anon_sym_0o] = ACTIONS(698), - [anon_sym_0x] = ACTIONS(698), - [sym_val_date] = ACTIONS(698), - [anon_sym_DQUOTE] = ACTIONS(698), - [sym__str_single_quotes] = ACTIONS(698), - [sym__str_back_ticks] = ACTIONS(698), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(698), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(698), - [anon_sym_CARET] = ACTIONS(698), - [anon_sym_POUND] = ACTIONS(3), - }, - [299] = { - [sym_comment] = STATE(299), - [ts_builtin_sym_end] = ACTIONS(779), - [anon_sym_export] = ACTIONS(777), - [anon_sym_alias] = ACTIONS(777), - [anon_sym_let] = ACTIONS(777), - [anon_sym_let_DASHenv] = ACTIONS(777), - [anon_sym_mut] = ACTIONS(777), - [anon_sym_const] = ACTIONS(777), - [sym_cmd_identifier] = ACTIONS(777), - [anon_sym_SEMI] = ACTIONS(777), - [anon_sym_LF] = ACTIONS(779), - [anon_sym_def] = ACTIONS(777), - [anon_sym_def_DASHenv] = ACTIONS(777), - [anon_sym_export_DASHenv] = ACTIONS(777), - [anon_sym_extern] = ACTIONS(777), - [anon_sym_module] = ACTIONS(777), - [anon_sym_use] = ACTIONS(777), - [anon_sym_LBRACK] = ACTIONS(777), - [anon_sym_LPAREN] = ACTIONS(777), - [anon_sym_PIPE] = ACTIONS(777), - [anon_sym_DOLLAR] = ACTIONS(777), - [anon_sym_error] = ACTIONS(777), - [anon_sym_GT] = ACTIONS(777), - [anon_sym_DASH_DASH] = ACTIONS(777), - [anon_sym_DASH] = ACTIONS(777), - [anon_sym_break] = ACTIONS(777), - [anon_sym_continue] = ACTIONS(777), - [anon_sym_for] = ACTIONS(777), - [anon_sym_in] = ACTIONS(777), - [anon_sym_loop] = ACTIONS(777), - [anon_sym_while] = ACTIONS(777), - [anon_sym_do] = ACTIONS(777), - [anon_sym_if] = ACTIONS(777), - [anon_sym_match] = ACTIONS(777), - [anon_sym_LBRACE] = ACTIONS(777), - [anon_sym_try] = ACTIONS(777), - [anon_sym_return] = ACTIONS(777), - [anon_sym_source] = ACTIONS(777), - [anon_sym_source_DASHenv] = ACTIONS(777), - [anon_sym_register] = ACTIONS(777), - [anon_sym_hide] = ACTIONS(777), - [anon_sym_hide_DASHenv] = ACTIONS(777), - [anon_sym_overlay] = ACTIONS(777), - [anon_sym_STAR] = ACTIONS(777), - [anon_sym_where] = ACTIONS(777), - [anon_sym_STAR_STAR] = ACTIONS(777), - [anon_sym_PLUS_PLUS] = ACTIONS(777), - [anon_sym_SLASH] = ACTIONS(777), - [anon_sym_mod] = ACTIONS(777), - [anon_sym_SLASH_SLASH] = ACTIONS(777), - [anon_sym_PLUS] = ACTIONS(777), - [anon_sym_bit_DASHshl] = ACTIONS(777), - [anon_sym_bit_DASHshr] = ACTIONS(777), - [anon_sym_EQ_EQ] = ACTIONS(777), - [anon_sym_BANG_EQ] = ACTIONS(777), - [anon_sym_LT2] = ACTIONS(777), - [anon_sym_LT_EQ] = ACTIONS(777), - [anon_sym_GT_EQ] = ACTIONS(777), - [anon_sym_not_DASHin] = ACTIONS(777), - [anon_sym_starts_DASHwith] = ACTIONS(777), - [anon_sym_ends_DASHwith] = ACTIONS(777), - [anon_sym_EQ_TILDE] = ACTIONS(777), - [anon_sym_BANG_TILDE] = ACTIONS(777), - [anon_sym_bit_DASHand] = ACTIONS(777), - [anon_sym_bit_DASHxor] = ACTIONS(777), - [anon_sym_bit_DASHor] = ACTIONS(777), - [anon_sym_and] = ACTIONS(777), - [anon_sym_xor] = ACTIONS(777), - [anon_sym_or] = ACTIONS(777), - [anon_sym_not] = ACTIONS(777), - [anon_sym_DOT_DOT_LT] = ACTIONS(777), - [anon_sym_DOT_DOT] = ACTIONS(777), - [anon_sym_DOT_DOT_EQ] = ACTIONS(777), - [sym_val_nothing] = ACTIONS(777), - [anon_sym_true] = ACTIONS(777), - [anon_sym_false] = ACTIONS(777), - [aux_sym_val_number_token1] = ACTIONS(777), - [aux_sym_val_number_token2] = ACTIONS(777), - [aux_sym_val_number_token3] = ACTIONS(777), - [aux_sym_val_number_token4] = ACTIONS(777), - [anon_sym_inf] = ACTIONS(777), - [anon_sym_DASHinf] = ACTIONS(777), - [anon_sym_NaN] = ACTIONS(777), - [anon_sym_0b] = ACTIONS(777), - [anon_sym_0o] = ACTIONS(777), - [anon_sym_0x] = ACTIONS(777), - [sym_val_date] = ACTIONS(777), - [anon_sym_DQUOTE] = ACTIONS(777), - [sym__str_single_quotes] = ACTIONS(777), - [sym__str_back_ticks] = ACTIONS(777), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(777), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(777), - [anon_sym_CARET] = ACTIONS(777), - [sym_short_flag] = ACTIONS(777), - [anon_sym_POUND] = ACTIONS(3), - }, - [300] = { - [sym_comment] = STATE(300), - [anon_sym_export] = ACTIONS(746), - [anon_sym_alias] = ACTIONS(746), - [anon_sym_let] = ACTIONS(746), - [anon_sym_let_DASHenv] = ACTIONS(746), - [anon_sym_mut] = ACTIONS(746), - [anon_sym_const] = ACTIONS(746), - [sym_cmd_identifier] = ACTIONS(746), - [anon_sym_SEMI] = ACTIONS(746), - [anon_sym_LF] = ACTIONS(748), - [anon_sym_def] = ACTIONS(746), - [anon_sym_def_DASHenv] = ACTIONS(746), - [anon_sym_export_DASHenv] = ACTIONS(746), - [anon_sym_extern] = ACTIONS(746), - [anon_sym_module] = ACTIONS(746), - [anon_sym_use] = ACTIONS(746), - [anon_sym_LBRACK] = ACTIONS(746), - [anon_sym_LPAREN] = ACTIONS(746), - [anon_sym_RPAREN] = ACTIONS(746), - [anon_sym_PIPE] = ACTIONS(746), - [anon_sym_DOLLAR] = ACTIONS(746), - [anon_sym_error] = ACTIONS(746), - [anon_sym_GT] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_break] = ACTIONS(746), - [anon_sym_continue] = ACTIONS(746), - [anon_sym_for] = ACTIONS(746), - [anon_sym_in] = ACTIONS(746), - [anon_sym_loop] = ACTIONS(746), - [anon_sym_while] = ACTIONS(746), - [anon_sym_do] = ACTIONS(746), - [anon_sym_if] = ACTIONS(746), - [anon_sym_match] = ACTIONS(746), - [anon_sym_LBRACE] = ACTIONS(746), - [anon_sym_RBRACE] = ACTIONS(746), - [anon_sym_DOT] = ACTIONS(746), - [anon_sym_try] = ACTIONS(746), - [anon_sym_return] = ACTIONS(746), - [anon_sym_source] = ACTIONS(746), - [anon_sym_source_DASHenv] = ACTIONS(746), - [anon_sym_register] = ACTIONS(746), - [anon_sym_hide] = ACTIONS(746), - [anon_sym_hide_DASHenv] = ACTIONS(746), - [anon_sym_overlay] = ACTIONS(746), - [anon_sym_STAR] = ACTIONS(746), - [anon_sym_where] = ACTIONS(746), - [anon_sym_STAR_STAR] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(746), - [anon_sym_mod] = ACTIONS(746), - [anon_sym_SLASH_SLASH] = ACTIONS(746), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_bit_DASHshl] = ACTIONS(746), - [anon_sym_bit_DASHshr] = ACTIONS(746), - [anon_sym_EQ_EQ] = ACTIONS(746), - [anon_sym_BANG_EQ] = ACTIONS(746), - [anon_sym_LT2] = ACTIONS(746), - [anon_sym_LT_EQ] = ACTIONS(746), - [anon_sym_GT_EQ] = ACTIONS(746), - [anon_sym_not_DASHin] = ACTIONS(746), - [anon_sym_starts_DASHwith] = ACTIONS(746), - [anon_sym_ends_DASHwith] = ACTIONS(746), - [anon_sym_EQ_TILDE] = ACTIONS(746), - [anon_sym_BANG_TILDE] = ACTIONS(746), - [anon_sym_bit_DASHand] = ACTIONS(746), - [anon_sym_bit_DASHxor] = ACTIONS(746), - [anon_sym_bit_DASHor] = ACTIONS(746), - [anon_sym_and] = ACTIONS(746), - [anon_sym_xor] = ACTIONS(746), - [anon_sym_or] = ACTIONS(746), - [anon_sym_not] = ACTIONS(746), - [anon_sym_DOT_DOT_LT] = ACTIONS(746), - [anon_sym_DOT_DOT] = ACTIONS(746), - [anon_sym_DOT_DOT_EQ] = ACTIONS(746), - [sym_val_nothing] = ACTIONS(746), - [anon_sym_true] = ACTIONS(746), - [anon_sym_false] = ACTIONS(746), - [aux_sym_val_number_token1] = ACTIONS(746), - [aux_sym_val_number_token2] = ACTIONS(746), - [aux_sym_val_number_token3] = ACTIONS(746), - [aux_sym_val_number_token4] = ACTIONS(746), - [anon_sym_inf] = ACTIONS(746), - [anon_sym_DASHinf] = ACTIONS(746), - [anon_sym_NaN] = ACTIONS(746), - [anon_sym_0b] = ACTIONS(746), - [anon_sym_0o] = ACTIONS(746), - [anon_sym_0x] = ACTIONS(746), - [sym_val_date] = ACTIONS(746), - [anon_sym_DQUOTE] = ACTIONS(746), - [sym__str_single_quotes] = ACTIONS(746), - [sym__str_back_ticks] = ACTIONS(746), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(746), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(746), - [anon_sym_CARET] = ACTIONS(746), - [anon_sym_POUND] = ACTIONS(3), - }, - [301] = { - [sym_comment] = STATE(301), - [ts_builtin_sym_end] = ACTIONS(775), - [anon_sym_export] = ACTIONS(773), - [anon_sym_alias] = ACTIONS(773), - [anon_sym_let] = ACTIONS(773), - [anon_sym_let_DASHenv] = ACTIONS(773), - [anon_sym_mut] = ACTIONS(773), - [anon_sym_const] = ACTIONS(773), - [sym_cmd_identifier] = ACTIONS(773), - [anon_sym_SEMI] = ACTIONS(773), - [anon_sym_LF] = ACTIONS(775), - [anon_sym_def] = ACTIONS(773), - [anon_sym_def_DASHenv] = ACTIONS(773), - [anon_sym_export_DASHenv] = ACTIONS(773), - [anon_sym_extern] = ACTIONS(773), - [anon_sym_module] = ACTIONS(773), - [anon_sym_use] = ACTIONS(773), - [anon_sym_LBRACK] = ACTIONS(773), - [anon_sym_LPAREN] = ACTIONS(773), - [anon_sym_PIPE] = ACTIONS(773), - [anon_sym_DOLLAR] = ACTIONS(773), - [anon_sym_error] = ACTIONS(773), - [anon_sym_GT] = ACTIONS(773), - [anon_sym_DASH_DASH] = ACTIONS(773), - [anon_sym_DASH] = ACTIONS(773), - [anon_sym_break] = ACTIONS(773), - [anon_sym_continue] = ACTIONS(773), - [anon_sym_for] = ACTIONS(773), - [anon_sym_in] = ACTIONS(773), - [anon_sym_loop] = ACTIONS(773), - [anon_sym_while] = ACTIONS(773), - [anon_sym_do] = ACTIONS(773), - [anon_sym_if] = ACTIONS(773), - [anon_sym_match] = ACTIONS(773), - [anon_sym_LBRACE] = ACTIONS(773), - [anon_sym_try] = ACTIONS(773), - [anon_sym_return] = ACTIONS(773), - [anon_sym_source] = ACTIONS(773), - [anon_sym_source_DASHenv] = ACTIONS(773), - [anon_sym_register] = ACTIONS(773), - [anon_sym_hide] = ACTIONS(773), - [anon_sym_hide_DASHenv] = ACTIONS(773), - [anon_sym_overlay] = ACTIONS(773), - [anon_sym_STAR] = ACTIONS(773), - [anon_sym_where] = ACTIONS(773), - [anon_sym_STAR_STAR] = ACTIONS(773), - [anon_sym_PLUS_PLUS] = ACTIONS(773), - [anon_sym_SLASH] = ACTIONS(773), - [anon_sym_mod] = ACTIONS(773), - [anon_sym_SLASH_SLASH] = ACTIONS(773), - [anon_sym_PLUS] = ACTIONS(773), - [anon_sym_bit_DASHshl] = ACTIONS(773), - [anon_sym_bit_DASHshr] = ACTIONS(773), - [anon_sym_EQ_EQ] = ACTIONS(773), - [anon_sym_BANG_EQ] = ACTIONS(773), - [anon_sym_LT2] = ACTIONS(773), - [anon_sym_LT_EQ] = ACTIONS(773), - [anon_sym_GT_EQ] = ACTIONS(773), - [anon_sym_not_DASHin] = ACTIONS(773), - [anon_sym_starts_DASHwith] = ACTIONS(773), - [anon_sym_ends_DASHwith] = ACTIONS(773), - [anon_sym_EQ_TILDE] = ACTIONS(773), - [anon_sym_BANG_TILDE] = ACTIONS(773), - [anon_sym_bit_DASHand] = ACTIONS(773), - [anon_sym_bit_DASHxor] = ACTIONS(773), - [anon_sym_bit_DASHor] = ACTIONS(773), - [anon_sym_and] = ACTIONS(773), - [anon_sym_xor] = ACTIONS(773), - [anon_sym_or] = ACTIONS(773), - [anon_sym_not] = ACTIONS(773), - [anon_sym_DOT_DOT_LT] = ACTIONS(773), - [anon_sym_DOT_DOT] = ACTIONS(773), - [anon_sym_DOT_DOT_EQ] = ACTIONS(773), - [sym_val_nothing] = ACTIONS(773), - [anon_sym_true] = ACTIONS(773), - [anon_sym_false] = ACTIONS(773), - [aux_sym_val_number_token1] = ACTIONS(773), - [aux_sym_val_number_token2] = ACTIONS(773), - [aux_sym_val_number_token3] = ACTIONS(773), - [aux_sym_val_number_token4] = ACTIONS(773), - [anon_sym_inf] = ACTIONS(773), - [anon_sym_DASHinf] = ACTIONS(773), - [anon_sym_NaN] = ACTIONS(773), - [anon_sym_0b] = ACTIONS(773), - [anon_sym_0o] = ACTIONS(773), - [anon_sym_0x] = ACTIONS(773), - [sym_val_date] = ACTIONS(773), - [anon_sym_DQUOTE] = ACTIONS(773), - [sym__str_single_quotes] = ACTIONS(773), - [sym__str_back_ticks] = ACTIONS(773), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(773), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(773), - [anon_sym_CARET] = ACTIONS(773), - [sym_short_flag] = ACTIONS(773), + [anon_sym_def_DASHenv] = ACTIONS(789), + [anon_sym_export_DASHenv] = ACTIONS(789), + [anon_sym_extern] = ACTIONS(789), + [anon_sym_module] = ACTIONS(789), + [anon_sym_use] = ACTIONS(789), + [anon_sym_LBRACK] = ACTIONS(789), + [anon_sym_LPAREN] = ACTIONS(789), + [anon_sym_PIPE] = ACTIONS(789), + [anon_sym_DOLLAR] = ACTIONS(789), + [anon_sym_error] = ACTIONS(789), + [anon_sym_GT] = ACTIONS(789), + [anon_sym_DASH_DASH] = ACTIONS(789), + [anon_sym_DASH] = ACTIONS(789), + [anon_sym_break] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(789), + [anon_sym_for] = ACTIONS(789), + [anon_sym_in] = ACTIONS(789), + [anon_sym_loop] = ACTIONS(789), + [anon_sym_while] = ACTIONS(789), + [anon_sym_do] = ACTIONS(789), + [anon_sym_if] = ACTIONS(789), + [anon_sym_match] = ACTIONS(789), + [anon_sym_LBRACE] = ACTIONS(789), + [anon_sym_try] = ACTIONS(789), + [anon_sym_return] = ACTIONS(789), + [anon_sym_source] = ACTIONS(789), + [anon_sym_source_DASHenv] = ACTIONS(789), + [anon_sym_register] = ACTIONS(789), + [anon_sym_hide] = ACTIONS(789), + [anon_sym_hide_DASHenv] = ACTIONS(789), + [anon_sym_overlay] = ACTIONS(789), + [anon_sym_STAR] = ACTIONS(789), + [anon_sym_where] = ACTIONS(789), + [anon_sym_STAR_STAR] = ACTIONS(789), + [anon_sym_PLUS_PLUS] = ACTIONS(789), + [anon_sym_SLASH] = ACTIONS(789), + [anon_sym_mod] = ACTIONS(789), + [anon_sym_SLASH_SLASH] = ACTIONS(789), + [anon_sym_PLUS] = ACTIONS(789), + [anon_sym_bit_DASHshl] = ACTIONS(789), + [anon_sym_bit_DASHshr] = ACTIONS(789), + [anon_sym_EQ_EQ] = ACTIONS(789), + [anon_sym_BANG_EQ] = ACTIONS(789), + [anon_sym_LT2] = ACTIONS(789), + [anon_sym_LT_EQ] = ACTIONS(789), + [anon_sym_GT_EQ] = ACTIONS(789), + [anon_sym_not_DASHin] = ACTIONS(789), + [anon_sym_starts_DASHwith] = ACTIONS(789), + [anon_sym_ends_DASHwith] = ACTIONS(789), + [anon_sym_EQ_TILDE] = ACTIONS(789), + [anon_sym_BANG_TILDE] = ACTIONS(789), + [anon_sym_bit_DASHand] = ACTIONS(789), + [anon_sym_bit_DASHxor] = ACTIONS(789), + [anon_sym_bit_DASHor] = ACTIONS(789), + [anon_sym_and] = ACTIONS(789), + [anon_sym_xor] = ACTIONS(789), + [anon_sym_or] = ACTIONS(789), + [anon_sym_not] = ACTIONS(789), + [anon_sym_DOT_DOT_LT] = ACTIONS(117), + [anon_sym_DOT_DOT] = ACTIONS(117), + [anon_sym_DOT_DOT_EQ] = ACTIONS(117), + [sym_val_nothing] = ACTIONS(789), + [anon_sym_true] = ACTIONS(789), + [anon_sym_false] = ACTIONS(789), + [aux_sym_val_number_token1] = ACTIONS(789), + [aux_sym_val_number_token2] = ACTIONS(789), + [aux_sym_val_number_token3] = ACTIONS(789), + [aux_sym_val_number_token4] = ACTIONS(789), + [anon_sym_inf] = ACTIONS(789), + [anon_sym_DASHinf] = ACTIONS(789), + [anon_sym_NaN] = ACTIONS(789), + [anon_sym_0b] = ACTIONS(789), + [anon_sym_0o] = ACTIONS(789), + [anon_sym_0x] = ACTIONS(789), + [sym_val_date] = ACTIONS(789), + [anon_sym_DQUOTE] = ACTIONS(789), + [sym__str_single_quotes] = ACTIONS(789), + [sym__str_back_ticks] = ACTIONS(789), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(789), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(789), + [anon_sym_CARET] = ACTIONS(789), + [sym_short_flag] = ACTIONS(789), [anon_sym_POUND] = ACTIONS(3), }, - [302] = { - [sym_comment] = STATE(302), - [ts_builtin_sym_end] = ACTIONS(842), - [anon_sym_export] = ACTIONS(840), - [anon_sym_alias] = ACTIONS(840), - [anon_sym_let] = ACTIONS(840), - [anon_sym_let_DASHenv] = ACTIONS(840), - [anon_sym_mut] = ACTIONS(840), - [anon_sym_const] = ACTIONS(840), - [sym_cmd_identifier] = ACTIONS(840), - [anon_sym_SEMI] = ACTIONS(840), - [anon_sym_LF] = ACTIONS(842), - [anon_sym_def] = ACTIONS(840), - [anon_sym_def_DASHenv] = ACTIONS(840), - [anon_sym_export_DASHenv] = ACTIONS(840), - [anon_sym_extern] = ACTIONS(840), - [anon_sym_module] = ACTIONS(840), - [anon_sym_use] = ACTIONS(840), - [anon_sym_LBRACK] = ACTIONS(840), - [anon_sym_LPAREN] = ACTIONS(840), - [anon_sym_PIPE] = ACTIONS(840), - [anon_sym_DOLLAR] = ACTIONS(840), - [anon_sym_error] = ACTIONS(840), - [anon_sym_GT] = ACTIONS(840), - [anon_sym_DASH_DASH] = ACTIONS(840), - [anon_sym_DASH] = ACTIONS(840), - [anon_sym_break] = ACTIONS(840), - [anon_sym_continue] = ACTIONS(840), - [anon_sym_for] = ACTIONS(840), - [anon_sym_in] = ACTIONS(840), - [anon_sym_loop] = ACTIONS(840), - [anon_sym_while] = ACTIONS(840), - [anon_sym_do] = ACTIONS(840), - [anon_sym_if] = ACTIONS(840), - [anon_sym_match] = ACTIONS(840), - [anon_sym_LBRACE] = ACTIONS(840), - [anon_sym_try] = ACTIONS(840), - [anon_sym_return] = ACTIONS(840), - [anon_sym_source] = ACTIONS(840), - [anon_sym_source_DASHenv] = ACTIONS(840), - [anon_sym_register] = ACTIONS(840), - [anon_sym_hide] = ACTIONS(840), - [anon_sym_hide_DASHenv] = ACTIONS(840), - [anon_sym_overlay] = ACTIONS(840), - [anon_sym_STAR] = ACTIONS(840), - [anon_sym_where] = ACTIONS(840), - [anon_sym_STAR_STAR] = ACTIONS(840), - [anon_sym_PLUS_PLUS] = ACTIONS(840), - [anon_sym_SLASH] = ACTIONS(840), - [anon_sym_mod] = ACTIONS(840), - [anon_sym_SLASH_SLASH] = ACTIONS(840), - [anon_sym_PLUS] = ACTIONS(840), - [anon_sym_bit_DASHshl] = ACTIONS(840), - [anon_sym_bit_DASHshr] = ACTIONS(840), - [anon_sym_EQ_EQ] = ACTIONS(840), - [anon_sym_BANG_EQ] = ACTIONS(840), - [anon_sym_LT2] = ACTIONS(840), - [anon_sym_LT_EQ] = ACTIONS(840), - [anon_sym_GT_EQ] = ACTIONS(840), - [anon_sym_not_DASHin] = ACTIONS(840), - [anon_sym_starts_DASHwith] = ACTIONS(840), - [anon_sym_ends_DASHwith] = ACTIONS(840), - [anon_sym_EQ_TILDE] = ACTIONS(840), - [anon_sym_BANG_TILDE] = ACTIONS(840), - [anon_sym_bit_DASHand] = ACTIONS(840), - [anon_sym_bit_DASHxor] = ACTIONS(840), - [anon_sym_bit_DASHor] = ACTIONS(840), - [anon_sym_and] = ACTIONS(840), - [anon_sym_xor] = ACTIONS(840), - [anon_sym_or] = ACTIONS(840), - [anon_sym_not] = ACTIONS(840), - [anon_sym_DOT_DOT_LT] = ACTIONS(840), - [anon_sym_DOT_DOT] = ACTIONS(840), - [anon_sym_DOT_DOT_EQ] = ACTIONS(840), - [sym_val_nothing] = ACTIONS(840), - [anon_sym_true] = ACTIONS(840), - [anon_sym_false] = ACTIONS(840), - [aux_sym_val_number_token1] = ACTIONS(840), - [aux_sym_val_number_token2] = ACTIONS(840), - [aux_sym_val_number_token3] = ACTIONS(840), - [aux_sym_val_number_token4] = ACTIONS(840), - [anon_sym_inf] = ACTIONS(840), - [anon_sym_DASHinf] = ACTIONS(840), - [anon_sym_NaN] = ACTIONS(840), - [anon_sym_0b] = ACTIONS(840), - [anon_sym_0o] = ACTIONS(840), - [anon_sym_0x] = ACTIONS(840), - [sym_val_date] = ACTIONS(840), - [anon_sym_DQUOTE] = ACTIONS(840), - [sym__str_single_quotes] = ACTIONS(840), - [sym__str_back_ticks] = ACTIONS(840), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(840), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(840), - [anon_sym_CARET] = ACTIONS(840), - [sym_short_flag] = ACTIONS(840), + [273] = { + [sym_comment] = STATE(273), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(714), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(718), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(769), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(722), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(724), + [anon_sym_PLUS_PLUS] = ACTIONS(724), + [anon_sym_SLASH] = ACTIONS(722), + [anon_sym_mod] = ACTIONS(722), + [anon_sym_SLASH_SLASH] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(718), + [anon_sym_bit_DASHshl] = ACTIONS(726), + [anon_sym_bit_DASHshr] = ACTIONS(726), + [anon_sym_EQ_EQ] = ACTIONS(714), + [anon_sym_BANG_EQ] = ACTIONS(714), + [anon_sym_LT2] = ACTIONS(714), + [anon_sym_LT_EQ] = ACTIONS(714), + [anon_sym_GT_EQ] = ACTIONS(714), + [anon_sym_not_DASHin] = ACTIONS(769), + [anon_sym_starts_DASHwith] = ACTIONS(769), + [anon_sym_ends_DASHwith] = ACTIONS(769), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [303] = { - [sym_comment] = STATE(303), - [ts_builtin_sym_end] = ACTIONS(688), - [anon_sym_export] = ACTIONS(686), - [anon_sym_alias] = ACTIONS(686), - [anon_sym_let] = ACTIONS(686), - [anon_sym_let_DASHenv] = ACTIONS(686), - [anon_sym_mut] = ACTIONS(686), - [anon_sym_const] = ACTIONS(686), - [sym_cmd_identifier] = ACTIONS(686), - [anon_sym_SEMI] = ACTIONS(686), - [anon_sym_LF] = ACTIONS(688), - [anon_sym_def] = ACTIONS(686), - [anon_sym_def_DASHenv] = ACTIONS(686), - [anon_sym_export_DASHenv] = ACTIONS(686), - [anon_sym_extern] = ACTIONS(686), - [anon_sym_module] = ACTIONS(686), - [anon_sym_use] = ACTIONS(686), - [anon_sym_LBRACK] = ACTIONS(686), - [anon_sym_LPAREN] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(686), - [anon_sym_error] = ACTIONS(686), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_break] = ACTIONS(686), - [anon_sym_continue] = ACTIONS(686), - [anon_sym_for] = ACTIONS(686), - [anon_sym_in] = ACTIONS(686), - [anon_sym_loop] = ACTIONS(686), - [anon_sym_while] = ACTIONS(686), - [anon_sym_do] = ACTIONS(686), - [anon_sym_if] = ACTIONS(686), - [anon_sym_match] = ACTIONS(686), - [anon_sym_LBRACE] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_try] = ACTIONS(686), - [anon_sym_return] = ACTIONS(686), - [anon_sym_source] = ACTIONS(686), - [anon_sym_source_DASHenv] = ACTIONS(686), - [anon_sym_register] = ACTIONS(686), - [anon_sym_hide] = ACTIONS(686), - [anon_sym_hide_DASHenv] = ACTIONS(686), - [anon_sym_overlay] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_where] = ACTIONS(686), - [anon_sym_QMARK2] = ACTIONS(686), - [anon_sym_STAR_STAR] = ACTIONS(686), - [anon_sym_PLUS_PLUS] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_mod] = ACTIONS(686), - [anon_sym_SLASH_SLASH] = ACTIONS(686), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_bit_DASHshl] = ACTIONS(686), - [anon_sym_bit_DASHshr] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(686), - [anon_sym_BANG_EQ] = ACTIONS(686), - [anon_sym_LT2] = ACTIONS(686), - [anon_sym_LT_EQ] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(686), - [anon_sym_not_DASHin] = ACTIONS(686), - [anon_sym_starts_DASHwith] = ACTIONS(686), - [anon_sym_ends_DASHwith] = ACTIONS(686), - [anon_sym_EQ_TILDE] = ACTIONS(686), - [anon_sym_BANG_TILDE] = ACTIONS(686), - [anon_sym_bit_DASHand] = ACTIONS(686), - [anon_sym_bit_DASHxor] = ACTIONS(686), - [anon_sym_bit_DASHor] = ACTIONS(686), - [anon_sym_and] = ACTIONS(686), - [anon_sym_xor] = ACTIONS(686), - [anon_sym_or] = ACTIONS(686), - [anon_sym_not] = ACTIONS(686), - [anon_sym_DOT_DOT_LT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_EQ] = ACTIONS(686), - [sym_val_nothing] = ACTIONS(686), - [anon_sym_true] = ACTIONS(686), - [anon_sym_false] = ACTIONS(686), - [aux_sym_val_number_token1] = ACTIONS(686), - [aux_sym_val_number_token2] = ACTIONS(686), - [aux_sym_val_number_token3] = ACTIONS(686), - [aux_sym_val_number_token4] = ACTIONS(686), - [anon_sym_inf] = ACTIONS(686), - [anon_sym_DASHinf] = ACTIONS(686), - [anon_sym_NaN] = ACTIONS(686), - [anon_sym_0b] = ACTIONS(686), - [anon_sym_0o] = ACTIONS(686), - [anon_sym_0x] = ACTIONS(686), - [sym_val_date] = ACTIONS(686), - [anon_sym_DQUOTE] = ACTIONS(686), - [sym__str_single_quotes] = ACTIONS(686), - [sym__str_back_ticks] = ACTIONS(686), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(686), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), + [274] = { + [sym_comment] = STATE(274), + [ts_builtin_sym_end] = ACTIONS(860), + [anon_sym_export] = ACTIONS(858), + [anon_sym_alias] = ACTIONS(858), + [anon_sym_let] = ACTIONS(858), + [anon_sym_let_DASHenv] = ACTIONS(858), + [anon_sym_mut] = ACTIONS(858), + [anon_sym_const] = ACTIONS(858), + [sym_cmd_identifier] = ACTIONS(858), + [anon_sym_SEMI] = ACTIONS(858), + [anon_sym_LF] = ACTIONS(860), + [anon_sym_def] = ACTIONS(858), + [anon_sym_def_DASHenv] = ACTIONS(858), + [anon_sym_export_DASHenv] = ACTIONS(858), + [anon_sym_extern] = ACTIONS(858), + [anon_sym_module] = ACTIONS(858), + [anon_sym_use] = ACTIONS(858), + [anon_sym_LBRACK] = ACTIONS(858), + [anon_sym_LPAREN] = ACTIONS(858), + [anon_sym_PIPE] = ACTIONS(858), + [anon_sym_DOLLAR] = ACTIONS(858), + [anon_sym_error] = ACTIONS(858), + [anon_sym_GT] = ACTIONS(858), + [anon_sym_DASH_DASH] = ACTIONS(858), + [anon_sym_DASH] = ACTIONS(858), + [anon_sym_break] = ACTIONS(858), + [anon_sym_continue] = ACTIONS(858), + [anon_sym_for] = ACTIONS(858), + [anon_sym_in] = ACTIONS(858), + [anon_sym_loop] = ACTIONS(858), + [anon_sym_while] = ACTIONS(858), + [anon_sym_do] = ACTIONS(858), + [anon_sym_if] = ACTIONS(858), + [anon_sym_match] = ACTIONS(858), + [anon_sym_LBRACE] = ACTIONS(858), + [anon_sym_try] = ACTIONS(858), + [anon_sym_return] = ACTIONS(858), + [anon_sym_source] = ACTIONS(858), + [anon_sym_source_DASHenv] = ACTIONS(858), + [anon_sym_register] = ACTIONS(858), + [anon_sym_hide] = ACTIONS(858), + [anon_sym_hide_DASHenv] = ACTIONS(858), + [anon_sym_overlay] = ACTIONS(858), + [anon_sym_STAR] = ACTIONS(858), + [anon_sym_where] = ACTIONS(858), + [anon_sym_STAR_STAR] = ACTIONS(858), + [anon_sym_PLUS_PLUS] = ACTIONS(858), + [anon_sym_SLASH] = ACTIONS(858), + [anon_sym_mod] = ACTIONS(858), + [anon_sym_SLASH_SLASH] = ACTIONS(858), + [anon_sym_PLUS] = ACTIONS(858), + [anon_sym_bit_DASHshl] = ACTIONS(858), + [anon_sym_bit_DASHshr] = ACTIONS(858), + [anon_sym_EQ_EQ] = ACTIONS(858), + [anon_sym_BANG_EQ] = ACTIONS(858), + [anon_sym_LT2] = ACTIONS(858), + [anon_sym_LT_EQ] = ACTIONS(858), + [anon_sym_GT_EQ] = ACTIONS(858), + [anon_sym_not_DASHin] = ACTIONS(858), + [anon_sym_starts_DASHwith] = ACTIONS(858), + [anon_sym_ends_DASHwith] = ACTIONS(858), + [anon_sym_EQ_TILDE] = ACTIONS(858), + [anon_sym_BANG_TILDE] = ACTIONS(858), + [anon_sym_bit_DASHand] = ACTIONS(858), + [anon_sym_bit_DASHxor] = ACTIONS(858), + [anon_sym_bit_DASHor] = ACTIONS(858), + [anon_sym_and] = ACTIONS(858), + [anon_sym_xor] = ACTIONS(858), + [anon_sym_or] = ACTIONS(858), + [anon_sym_not] = ACTIONS(858), + [anon_sym_DOT_DOT_LT] = ACTIONS(858), + [anon_sym_DOT_DOT] = ACTIONS(858), + [anon_sym_DOT_DOT_EQ] = ACTIONS(858), + [sym_val_nothing] = ACTIONS(858), + [anon_sym_true] = ACTIONS(858), + [anon_sym_false] = ACTIONS(858), + [aux_sym_val_number_token1] = ACTIONS(858), + [aux_sym_val_number_token2] = ACTIONS(858), + [aux_sym_val_number_token3] = ACTIONS(858), + [aux_sym_val_number_token4] = ACTIONS(858), + [anon_sym_inf] = ACTIONS(858), + [anon_sym_DASHinf] = ACTIONS(858), + [anon_sym_NaN] = ACTIONS(858), + [anon_sym_0b] = ACTIONS(858), + [anon_sym_0o] = ACTIONS(858), + [anon_sym_0x] = ACTIONS(858), + [sym_val_date] = ACTIONS(858), + [anon_sym_DQUOTE] = ACTIONS(858), + [sym__str_single_quotes] = ACTIONS(858), + [sym__str_back_ticks] = ACTIONS(858), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(858), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(858), + [anon_sym_CARET] = ACTIONS(858), + [sym_short_flag] = ACTIONS(858), [anon_sym_POUND] = ACTIONS(3), }, - [304] = { - [sym_comment] = STATE(304), + [275] = { + [sym_comment] = STATE(275), [ts_builtin_sym_end] = ACTIONS(109), [anon_sym_export] = ACTIONS(107), [anon_sym_alias] = ACTIONS(107), @@ -76739,296 +73931,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_short_flag] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(3), }, - [305] = { - [sym_comment] = STATE(305), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(884), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(888), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(890), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(892), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_SLASH] = ACTIONS(890), - [anon_sym_mod] = ACTIONS(890), - [anon_sym_SLASH_SLASH] = ACTIONS(890), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_bit_DASHshl] = ACTIONS(894), - [anon_sym_bit_DASHshr] = ACTIONS(894), - [anon_sym_EQ_EQ] = ACTIONS(884), - [anon_sym_BANG_EQ] = ACTIONS(884), - [anon_sym_LT2] = ACTIONS(884), - [anon_sym_LT_EQ] = ACTIONS(884), - [anon_sym_GT_EQ] = ACTIONS(884), - [anon_sym_not_DASHin] = ACTIONS(888), - [anon_sym_starts_DASHwith] = ACTIONS(888), - [anon_sym_ends_DASHwith] = ACTIONS(888), - [anon_sym_EQ_TILDE] = ACTIONS(896), - [anon_sym_BANG_TILDE] = ACTIONS(896), - [anon_sym_bit_DASHand] = ACTIONS(898), - [anon_sym_bit_DASHxor] = ACTIONS(900), - [anon_sym_bit_DASHor] = ACTIONS(902), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [306] = { - [sym_comment] = STATE(306), - [anon_sym_export] = ACTIONS(777), - [anon_sym_alias] = ACTIONS(777), - [anon_sym_let] = ACTIONS(777), - [anon_sym_let_DASHenv] = ACTIONS(777), - [anon_sym_mut] = ACTIONS(777), - [anon_sym_const] = ACTIONS(777), - [sym_cmd_identifier] = ACTIONS(777), - [anon_sym_SEMI] = ACTIONS(777), - [anon_sym_LF] = ACTIONS(779), - [anon_sym_def] = ACTIONS(777), - [anon_sym_def_DASHenv] = ACTIONS(777), - [anon_sym_export_DASHenv] = ACTIONS(777), - [anon_sym_extern] = ACTIONS(777), - [anon_sym_module] = ACTIONS(777), - [anon_sym_use] = ACTIONS(777), - [anon_sym_LBRACK] = ACTIONS(777), - [anon_sym_LPAREN] = ACTIONS(777), - [anon_sym_RPAREN] = ACTIONS(777), - [anon_sym_PIPE] = ACTIONS(777), - [anon_sym_DOLLAR] = ACTIONS(777), - [anon_sym_error] = ACTIONS(777), - [anon_sym_GT] = ACTIONS(777), - [anon_sym_DASH] = ACTIONS(777), - [anon_sym_break] = ACTIONS(777), - [anon_sym_continue] = ACTIONS(777), - [anon_sym_for] = ACTIONS(777), - [anon_sym_in] = ACTIONS(777), - [anon_sym_loop] = ACTIONS(777), - [anon_sym_while] = ACTIONS(777), - [anon_sym_do] = ACTIONS(777), - [anon_sym_if] = ACTIONS(777), - [anon_sym_match] = ACTIONS(777), - [anon_sym_LBRACE] = ACTIONS(777), - [anon_sym_RBRACE] = ACTIONS(777), - [anon_sym_try] = ACTIONS(777), - [anon_sym_return] = ACTIONS(777), - [anon_sym_source] = ACTIONS(777), - [anon_sym_source_DASHenv] = ACTIONS(777), - [anon_sym_register] = ACTIONS(777), - [anon_sym_hide] = ACTIONS(777), - [anon_sym_hide_DASHenv] = ACTIONS(777), - [anon_sym_overlay] = ACTIONS(777), - [anon_sym_STAR] = ACTIONS(777), - [anon_sym_where] = ACTIONS(777), - [anon_sym_STAR_STAR] = ACTIONS(777), - [anon_sym_PLUS_PLUS] = ACTIONS(777), - [anon_sym_SLASH] = ACTIONS(777), - [anon_sym_mod] = ACTIONS(777), - [anon_sym_SLASH_SLASH] = ACTIONS(777), - [anon_sym_PLUS] = ACTIONS(777), - [anon_sym_bit_DASHshl] = ACTIONS(777), - [anon_sym_bit_DASHshr] = ACTIONS(777), - [anon_sym_EQ_EQ] = ACTIONS(777), - [anon_sym_BANG_EQ] = ACTIONS(777), - [anon_sym_LT2] = ACTIONS(777), - [anon_sym_LT_EQ] = ACTIONS(777), - [anon_sym_GT_EQ] = ACTIONS(777), - [anon_sym_not_DASHin] = ACTIONS(777), - [anon_sym_starts_DASHwith] = ACTIONS(777), - [anon_sym_ends_DASHwith] = ACTIONS(777), - [anon_sym_EQ_TILDE] = ACTIONS(777), - [anon_sym_BANG_TILDE] = ACTIONS(777), - [anon_sym_bit_DASHand] = ACTIONS(777), - [anon_sym_bit_DASHxor] = ACTIONS(777), - [anon_sym_bit_DASHor] = ACTIONS(777), - [anon_sym_and] = ACTIONS(777), - [anon_sym_xor] = ACTIONS(777), - [anon_sym_or] = ACTIONS(777), - [anon_sym_not] = ACTIONS(777), - [anon_sym_DOT_DOT_LT] = ACTIONS(777), - [anon_sym_DOT_DOT] = ACTIONS(777), - [anon_sym_DOT_DOT_EQ] = ACTIONS(777), - [sym_val_nothing] = ACTIONS(777), - [anon_sym_true] = ACTIONS(777), - [anon_sym_false] = ACTIONS(777), - [aux_sym_val_number_token1] = ACTIONS(777), - [aux_sym_val_number_token2] = ACTIONS(777), - [aux_sym_val_number_token3] = ACTIONS(777), - [aux_sym_val_number_token4] = ACTIONS(777), - [anon_sym_inf] = ACTIONS(777), - [anon_sym_DASHinf] = ACTIONS(777), - [anon_sym_NaN] = ACTIONS(777), - [anon_sym_0b] = ACTIONS(777), - [anon_sym_0o] = ACTIONS(777), - [anon_sym_0x] = ACTIONS(777), - [sym_val_date] = ACTIONS(777), - [anon_sym_DQUOTE] = ACTIONS(777), - [sym__str_single_quotes] = ACTIONS(777), - [sym__str_back_ticks] = ACTIONS(777), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(777), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(777), - [anon_sym_CARET] = ACTIONS(777), - [anon_sym_POUND] = ACTIONS(3), - }, - [307] = { - [sym_comment] = STATE(307), - [anon_sym_export] = ACTIONS(103), - [anon_sym_alias] = ACTIONS(103), - [anon_sym_let] = ACTIONS(103), - [anon_sym_let_DASHenv] = ACTIONS(103), - [anon_sym_mut] = ACTIONS(103), - [anon_sym_const] = ACTIONS(103), - [sym_cmd_identifier] = ACTIONS(103), - [anon_sym_SEMI] = ACTIONS(103), - [anon_sym_LF] = ACTIONS(105), - [anon_sym_def] = ACTIONS(103), - [anon_sym_def_DASHenv] = ACTIONS(103), - [anon_sym_export_DASHenv] = ACTIONS(103), - [anon_sym_extern] = ACTIONS(103), - [anon_sym_module] = ACTIONS(103), - [anon_sym_use] = ACTIONS(103), - [anon_sym_LBRACK] = ACTIONS(103), - [anon_sym_LPAREN] = ACTIONS(103), - [anon_sym_RPAREN] = ACTIONS(103), - [anon_sym_PIPE] = ACTIONS(103), - [anon_sym_DOLLAR] = ACTIONS(103), - [anon_sym_error] = ACTIONS(103), - [anon_sym_GT] = ACTIONS(103), - [anon_sym_DASH] = ACTIONS(103), - [anon_sym_break] = ACTIONS(103), - [anon_sym_continue] = ACTIONS(103), - [anon_sym_for] = ACTIONS(103), - [anon_sym_in] = ACTIONS(103), - [anon_sym_loop] = ACTIONS(103), - [anon_sym_while] = ACTIONS(103), - [anon_sym_do] = ACTIONS(103), - [anon_sym_if] = ACTIONS(103), - [anon_sym_match] = ACTIONS(103), - [anon_sym_LBRACE] = ACTIONS(103), - [anon_sym_RBRACE] = ACTIONS(103), - [anon_sym_try] = ACTIONS(103), - [anon_sym_return] = ACTIONS(103), - [anon_sym_source] = ACTIONS(103), - [anon_sym_source_DASHenv] = ACTIONS(103), - [anon_sym_register] = ACTIONS(103), - [anon_sym_hide] = ACTIONS(103), - [anon_sym_hide_DASHenv] = ACTIONS(103), - [anon_sym_overlay] = ACTIONS(103), - [anon_sym_STAR] = ACTIONS(103), - [anon_sym_where] = ACTIONS(103), - [anon_sym_STAR_STAR] = ACTIONS(103), - [anon_sym_PLUS_PLUS] = ACTIONS(103), - [anon_sym_SLASH] = ACTIONS(103), - [anon_sym_mod] = ACTIONS(103), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_PLUS] = ACTIONS(103), - [anon_sym_bit_DASHshl] = ACTIONS(103), - [anon_sym_bit_DASHshr] = ACTIONS(103), - [anon_sym_EQ_EQ] = ACTIONS(103), - [anon_sym_BANG_EQ] = ACTIONS(103), - [anon_sym_LT2] = ACTIONS(103), - [anon_sym_LT_EQ] = ACTIONS(103), - [anon_sym_GT_EQ] = ACTIONS(103), - [anon_sym_not_DASHin] = ACTIONS(103), - [anon_sym_starts_DASHwith] = ACTIONS(103), - [anon_sym_ends_DASHwith] = ACTIONS(103), - [anon_sym_EQ_TILDE] = ACTIONS(103), - [anon_sym_BANG_TILDE] = ACTIONS(103), - [anon_sym_bit_DASHand] = ACTIONS(103), - [anon_sym_bit_DASHxor] = ACTIONS(103), - [anon_sym_bit_DASHor] = ACTIONS(103), - [anon_sym_and] = ACTIONS(103), - [anon_sym_xor] = ACTIONS(103), - [anon_sym_or] = ACTIONS(103), - [anon_sym_not] = ACTIONS(103), - [anon_sym_DOT_DOT_LT] = ACTIONS(103), - [anon_sym_DOT_DOT] = ACTIONS(103), - [anon_sym_DOT_DOT_EQ] = ACTIONS(103), - [sym_val_nothing] = ACTIONS(103), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [aux_sym_val_number_token1] = ACTIONS(103), - [aux_sym_val_number_token2] = ACTIONS(103), - [aux_sym_val_number_token3] = ACTIONS(103), - [aux_sym_val_number_token4] = ACTIONS(103), - [anon_sym_inf] = ACTIONS(103), - [anon_sym_DASHinf] = ACTIONS(103), - [anon_sym_NaN] = ACTIONS(103), - [anon_sym_0b] = ACTIONS(103), - [anon_sym_0o] = ACTIONS(103), - [anon_sym_0x] = ACTIONS(103), - [sym_val_date] = ACTIONS(103), - [anon_sym_DQUOTE] = ACTIONS(103), - [sym__str_single_quotes] = ACTIONS(103), - [sym__str_back_ticks] = ACTIONS(103), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(103), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(103), - [anon_sym_CARET] = ACTIONS(103), + [276] = { + [sym_comment] = STATE(276), + [ts_builtin_sym_end] = ACTIONS(872), + [anon_sym_export] = ACTIONS(870), + [anon_sym_alias] = ACTIONS(870), + [anon_sym_let] = ACTIONS(870), + [anon_sym_let_DASHenv] = ACTIONS(870), + [anon_sym_mut] = ACTIONS(870), + [anon_sym_const] = ACTIONS(870), + [sym_cmd_identifier] = ACTIONS(870), + [anon_sym_SEMI] = ACTIONS(870), + [anon_sym_LF] = ACTIONS(872), + [anon_sym_def] = ACTIONS(870), + [anon_sym_def_DASHenv] = ACTIONS(870), + [anon_sym_export_DASHenv] = ACTIONS(870), + [anon_sym_extern] = ACTIONS(870), + [anon_sym_module] = ACTIONS(870), + [anon_sym_use] = ACTIONS(870), + [anon_sym_LBRACK] = ACTIONS(870), + [anon_sym_LPAREN] = ACTIONS(870), + [anon_sym_PIPE] = ACTIONS(870), + [anon_sym_DOLLAR] = ACTIONS(870), + [anon_sym_error] = ACTIONS(870), + [anon_sym_GT] = ACTIONS(870), + [anon_sym_DASH_DASH] = ACTIONS(870), + [anon_sym_DASH] = ACTIONS(870), + [anon_sym_break] = ACTIONS(870), + [anon_sym_continue] = ACTIONS(870), + [anon_sym_for] = ACTIONS(870), + [anon_sym_in] = ACTIONS(870), + [anon_sym_loop] = ACTIONS(870), + [anon_sym_while] = ACTIONS(870), + [anon_sym_do] = ACTIONS(870), + [anon_sym_if] = ACTIONS(870), + [anon_sym_match] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(870), + [anon_sym_try] = ACTIONS(870), + [anon_sym_return] = ACTIONS(870), + [anon_sym_source] = ACTIONS(870), + [anon_sym_source_DASHenv] = ACTIONS(870), + [anon_sym_register] = ACTIONS(870), + [anon_sym_hide] = ACTIONS(870), + [anon_sym_hide_DASHenv] = ACTIONS(870), + [anon_sym_overlay] = ACTIONS(870), + [anon_sym_STAR] = ACTIONS(870), + [anon_sym_where] = ACTIONS(870), + [anon_sym_STAR_STAR] = ACTIONS(870), + [anon_sym_PLUS_PLUS] = ACTIONS(870), + [anon_sym_SLASH] = ACTIONS(870), + [anon_sym_mod] = ACTIONS(870), + [anon_sym_SLASH_SLASH] = ACTIONS(870), + [anon_sym_PLUS] = ACTIONS(870), + [anon_sym_bit_DASHshl] = ACTIONS(870), + [anon_sym_bit_DASHshr] = ACTIONS(870), + [anon_sym_EQ_EQ] = ACTIONS(870), + [anon_sym_BANG_EQ] = ACTIONS(870), + [anon_sym_LT2] = ACTIONS(870), + [anon_sym_LT_EQ] = ACTIONS(870), + [anon_sym_GT_EQ] = ACTIONS(870), + [anon_sym_not_DASHin] = ACTIONS(870), + [anon_sym_starts_DASHwith] = ACTIONS(870), + [anon_sym_ends_DASHwith] = ACTIONS(870), + [anon_sym_EQ_TILDE] = ACTIONS(870), + [anon_sym_BANG_TILDE] = ACTIONS(870), + [anon_sym_bit_DASHand] = ACTIONS(870), + [anon_sym_bit_DASHxor] = ACTIONS(870), + [anon_sym_bit_DASHor] = ACTIONS(870), + [anon_sym_and] = ACTIONS(870), + [anon_sym_xor] = ACTIONS(870), + [anon_sym_or] = ACTIONS(870), + [anon_sym_not] = ACTIONS(870), + [anon_sym_DOT_DOT_LT] = ACTIONS(870), + [anon_sym_DOT_DOT] = ACTIONS(870), + [anon_sym_DOT_DOT_EQ] = ACTIONS(870), + [sym_val_nothing] = ACTIONS(870), + [anon_sym_true] = ACTIONS(870), + [anon_sym_false] = ACTIONS(870), + [aux_sym_val_number_token1] = ACTIONS(870), + [aux_sym_val_number_token2] = ACTIONS(870), + [aux_sym_val_number_token3] = ACTIONS(870), + [aux_sym_val_number_token4] = ACTIONS(870), + [anon_sym_inf] = ACTIONS(870), + [anon_sym_DASHinf] = ACTIONS(870), + [anon_sym_NaN] = ACTIONS(870), + [anon_sym_0b] = ACTIONS(870), + [anon_sym_0o] = ACTIONS(870), + [anon_sym_0x] = ACTIONS(870), + [sym_val_date] = ACTIONS(870), + [anon_sym_DQUOTE] = ACTIONS(870), + [sym__str_single_quotes] = ACTIONS(870), + [sym__str_back_ticks] = ACTIONS(870), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(870), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(870), + [anon_sym_CARET] = ACTIONS(870), + [sym_short_flag] = ACTIONS(870), [anon_sym_POUND] = ACTIONS(3), }, - [308] = { - [sym_comment] = STATE(308), + [277] = { + [sym_comment] = STATE(277), + [ts_builtin_sym_end] = ACTIONS(791), [anon_sym_export] = ACTIONS(789), [anon_sym_alias] = ACTIONS(789), [anon_sym_let] = ACTIONS(789), @@ -77046,11 +74048,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(789), [anon_sym_LBRACK] = ACTIONS(789), [anon_sym_LPAREN] = ACTIONS(789), - [anon_sym_RPAREN] = ACTIONS(789), [anon_sym_PIPE] = ACTIONS(789), [anon_sym_DOLLAR] = ACTIONS(789), [anon_sym_error] = ACTIONS(789), [anon_sym_GT] = ACTIONS(789), + [anon_sym_DASH_DASH] = ACTIONS(789), [anon_sym_DASH] = ACTIONS(789), [anon_sym_break] = ACTIONS(789), [anon_sym_continue] = ACTIONS(789), @@ -77062,7 +74064,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(789), [anon_sym_match] = ACTIONS(789), [anon_sym_LBRACE] = ACTIONS(789), - [anon_sym_RBRACE] = ACTIONS(789), [anon_sym_try] = ACTIONS(789), [anon_sym_return] = ACTIONS(789), [anon_sym_source] = ACTIONS(789), @@ -77121,874 +74122,2437 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(789), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(789), [anon_sym_CARET] = ACTIONS(789), + [sym_short_flag] = ACTIONS(789), [anon_sym_POUND] = ACTIONS(3), }, - [309] = { - [sym_comment] = STATE(309), - [anon_sym_export] = ACTIONS(789), - [anon_sym_alias] = ACTIONS(789), - [anon_sym_let] = ACTIONS(789), - [anon_sym_let_DASHenv] = ACTIONS(789), - [anon_sym_mut] = ACTIONS(789), - [anon_sym_const] = ACTIONS(789), - [sym_cmd_identifier] = ACTIONS(789), - [anon_sym_SEMI] = ACTIONS(789), - [anon_sym_LF] = ACTIONS(791), - [anon_sym_def] = ACTIONS(789), - [anon_sym_def_DASHenv] = ACTIONS(789), - [anon_sym_export_DASHenv] = ACTIONS(789), - [anon_sym_extern] = ACTIONS(789), - [anon_sym_module] = ACTIONS(789), - [anon_sym_use] = ACTIONS(789), - [anon_sym_LBRACK] = ACTIONS(789), - [anon_sym_LPAREN] = ACTIONS(789), - [anon_sym_RPAREN] = ACTIONS(789), - [anon_sym_PIPE] = ACTIONS(789), - [anon_sym_DOLLAR] = ACTIONS(789), - [anon_sym_error] = ACTIONS(789), - [anon_sym_GT] = ACTIONS(789), - [anon_sym_DASH] = ACTIONS(789), - [anon_sym_break] = ACTIONS(789), - [anon_sym_continue] = ACTIONS(789), - [anon_sym_for] = ACTIONS(789), - [anon_sym_in] = ACTIONS(789), - [anon_sym_loop] = ACTIONS(789), - [anon_sym_while] = ACTIONS(789), - [anon_sym_do] = ACTIONS(789), - [anon_sym_if] = ACTIONS(789), - [anon_sym_match] = ACTIONS(789), - [anon_sym_LBRACE] = ACTIONS(789), - [anon_sym_RBRACE] = ACTIONS(789), - [anon_sym_try] = ACTIONS(789), - [anon_sym_return] = ACTIONS(789), - [anon_sym_source] = ACTIONS(789), - [anon_sym_source_DASHenv] = ACTIONS(789), - [anon_sym_register] = ACTIONS(789), - [anon_sym_hide] = ACTIONS(789), - [anon_sym_hide_DASHenv] = ACTIONS(789), - [anon_sym_overlay] = ACTIONS(789), - [anon_sym_STAR] = ACTIONS(789), - [anon_sym_where] = ACTIONS(789), - [anon_sym_STAR_STAR] = ACTIONS(789), - [anon_sym_PLUS_PLUS] = ACTIONS(789), - [anon_sym_SLASH] = ACTIONS(789), - [anon_sym_mod] = ACTIONS(789), - [anon_sym_SLASH_SLASH] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(789), - [anon_sym_bit_DASHshl] = ACTIONS(789), - [anon_sym_bit_DASHshr] = ACTIONS(789), - [anon_sym_EQ_EQ] = ACTIONS(789), - [anon_sym_BANG_EQ] = ACTIONS(789), - [anon_sym_LT2] = ACTIONS(789), - [anon_sym_LT_EQ] = ACTIONS(789), - [anon_sym_GT_EQ] = ACTIONS(789), - [anon_sym_not_DASHin] = ACTIONS(789), - [anon_sym_starts_DASHwith] = ACTIONS(789), - [anon_sym_ends_DASHwith] = ACTIONS(789), - [anon_sym_EQ_TILDE] = ACTIONS(789), - [anon_sym_BANG_TILDE] = ACTIONS(789), - [anon_sym_bit_DASHand] = ACTIONS(789), - [anon_sym_bit_DASHxor] = ACTIONS(789), - [anon_sym_bit_DASHor] = ACTIONS(789), - [anon_sym_and] = ACTIONS(789), - [anon_sym_xor] = ACTIONS(789), - [anon_sym_or] = ACTIONS(789), - [anon_sym_not] = ACTIONS(789), - [anon_sym_DOT_DOT_LT] = ACTIONS(123), - [anon_sym_DOT_DOT] = ACTIONS(123), - [anon_sym_DOT_DOT_EQ] = ACTIONS(123), - [sym_val_nothing] = ACTIONS(789), - [anon_sym_true] = ACTIONS(789), - [anon_sym_false] = ACTIONS(789), - [aux_sym_val_number_token1] = ACTIONS(789), - [aux_sym_val_number_token2] = ACTIONS(789), - [aux_sym_val_number_token3] = ACTIONS(789), - [aux_sym_val_number_token4] = ACTIONS(789), - [anon_sym_inf] = ACTIONS(789), - [anon_sym_DASHinf] = ACTIONS(789), - [anon_sym_NaN] = ACTIONS(789), - [anon_sym_0b] = ACTIONS(789), - [anon_sym_0o] = ACTIONS(789), - [anon_sym_0x] = ACTIONS(789), - [sym_val_date] = ACTIONS(789), - [anon_sym_DQUOTE] = ACTIONS(789), - [sym__str_single_quotes] = ACTIONS(789), - [sym__str_back_ticks] = ACTIONS(789), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(789), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(789), - [anon_sym_CARET] = ACTIONS(789), + [278] = { + [sym_comment] = STATE(278), + [ts_builtin_sym_end] = ACTIONS(803), + [anon_sym_export] = ACTIONS(801), + [anon_sym_alias] = ACTIONS(801), + [anon_sym_let] = ACTIONS(801), + [anon_sym_let_DASHenv] = ACTIONS(801), + [anon_sym_mut] = ACTIONS(801), + [anon_sym_const] = ACTIONS(801), + [sym_cmd_identifier] = ACTIONS(801), + [anon_sym_SEMI] = ACTIONS(801), + [anon_sym_LF] = ACTIONS(803), + [anon_sym_def] = ACTIONS(801), + [anon_sym_def_DASHenv] = ACTIONS(801), + [anon_sym_export_DASHenv] = ACTIONS(801), + [anon_sym_extern] = ACTIONS(801), + [anon_sym_module] = ACTIONS(801), + [anon_sym_use] = ACTIONS(801), + [anon_sym_LBRACK] = ACTIONS(801), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_DOLLAR] = ACTIONS(801), + [anon_sym_error] = ACTIONS(801), + [anon_sym_GT] = ACTIONS(801), + [anon_sym_DASH_DASH] = ACTIONS(801), + [anon_sym_DASH] = ACTIONS(801), + [anon_sym_break] = ACTIONS(801), + [anon_sym_continue] = ACTIONS(801), + [anon_sym_for] = ACTIONS(801), + [anon_sym_in] = ACTIONS(801), + [anon_sym_loop] = ACTIONS(801), + [anon_sym_while] = ACTIONS(801), + [anon_sym_do] = ACTIONS(801), + [anon_sym_if] = ACTIONS(801), + [anon_sym_match] = ACTIONS(801), + [anon_sym_LBRACE] = ACTIONS(801), + [anon_sym_try] = ACTIONS(801), + [anon_sym_return] = ACTIONS(801), + [anon_sym_source] = ACTIONS(801), + [anon_sym_source_DASHenv] = ACTIONS(801), + [anon_sym_register] = ACTIONS(801), + [anon_sym_hide] = ACTIONS(801), + [anon_sym_hide_DASHenv] = ACTIONS(801), + [anon_sym_overlay] = ACTIONS(801), + [anon_sym_STAR] = ACTIONS(801), + [anon_sym_where] = ACTIONS(801), + [anon_sym_STAR_STAR] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(801), + [anon_sym_SLASH] = ACTIONS(801), + [anon_sym_mod] = ACTIONS(801), + [anon_sym_SLASH_SLASH] = ACTIONS(801), + [anon_sym_PLUS] = ACTIONS(801), + [anon_sym_bit_DASHshl] = ACTIONS(801), + [anon_sym_bit_DASHshr] = ACTIONS(801), + [anon_sym_EQ_EQ] = ACTIONS(801), + [anon_sym_BANG_EQ] = ACTIONS(801), + [anon_sym_LT2] = ACTIONS(801), + [anon_sym_LT_EQ] = ACTIONS(801), + [anon_sym_GT_EQ] = ACTIONS(801), + [anon_sym_not_DASHin] = ACTIONS(801), + [anon_sym_starts_DASHwith] = ACTIONS(801), + [anon_sym_ends_DASHwith] = ACTIONS(801), + [anon_sym_EQ_TILDE] = ACTIONS(801), + [anon_sym_BANG_TILDE] = ACTIONS(801), + [anon_sym_bit_DASHand] = ACTIONS(801), + [anon_sym_bit_DASHxor] = ACTIONS(801), + [anon_sym_bit_DASHor] = ACTIONS(801), + [anon_sym_and] = ACTIONS(801), + [anon_sym_xor] = ACTIONS(801), + [anon_sym_or] = ACTIONS(801), + [anon_sym_not] = ACTIONS(801), + [anon_sym_DOT_DOT_LT] = ACTIONS(801), + [anon_sym_DOT_DOT] = ACTIONS(801), + [anon_sym_DOT_DOT_EQ] = ACTIONS(801), + [sym_val_nothing] = ACTIONS(801), + [anon_sym_true] = ACTIONS(801), + [anon_sym_false] = ACTIONS(801), + [aux_sym_val_number_token1] = ACTIONS(801), + [aux_sym_val_number_token2] = ACTIONS(801), + [aux_sym_val_number_token3] = ACTIONS(801), + [aux_sym_val_number_token4] = ACTIONS(801), + [anon_sym_inf] = ACTIONS(801), + [anon_sym_DASHinf] = ACTIONS(801), + [anon_sym_NaN] = ACTIONS(801), + [anon_sym_0b] = ACTIONS(801), + [anon_sym_0o] = ACTIONS(801), + [anon_sym_0x] = ACTIONS(801), + [sym_val_date] = ACTIONS(801), + [anon_sym_DQUOTE] = ACTIONS(801), + [sym__str_single_quotes] = ACTIONS(801), + [sym__str_back_ticks] = ACTIONS(801), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(801), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(801), + [anon_sym_CARET] = ACTIONS(801), + [sym_short_flag] = ACTIONS(801), + [anon_sym_POUND] = ACTIONS(3), + }, + [279] = { + [sym_comment] = STATE(279), + [ts_builtin_sym_end] = ACTIONS(775), + [anon_sym_export] = ACTIONS(773), + [anon_sym_alias] = ACTIONS(773), + [anon_sym_let] = ACTIONS(773), + [anon_sym_let_DASHenv] = ACTIONS(773), + [anon_sym_mut] = ACTIONS(773), + [anon_sym_const] = ACTIONS(773), + [sym_cmd_identifier] = ACTIONS(773), + [anon_sym_SEMI] = ACTIONS(773), + [anon_sym_LF] = ACTIONS(775), + [anon_sym_def] = ACTIONS(773), + [anon_sym_def_DASHenv] = ACTIONS(773), + [anon_sym_export_DASHenv] = ACTIONS(773), + [anon_sym_extern] = ACTIONS(773), + [anon_sym_module] = ACTIONS(773), + [anon_sym_use] = ACTIONS(773), + [anon_sym_LBRACK] = ACTIONS(773), + [anon_sym_LPAREN] = ACTIONS(773), + [anon_sym_PIPE] = ACTIONS(773), + [anon_sym_DOLLAR] = ACTIONS(773), + [anon_sym_error] = ACTIONS(773), + [anon_sym_GT] = ACTIONS(773), + [anon_sym_DASH_DASH] = ACTIONS(773), + [anon_sym_DASH] = ACTIONS(773), + [anon_sym_break] = ACTIONS(773), + [anon_sym_continue] = ACTIONS(773), + [anon_sym_for] = ACTIONS(773), + [anon_sym_in] = ACTIONS(773), + [anon_sym_loop] = ACTIONS(773), + [anon_sym_while] = ACTIONS(773), + [anon_sym_do] = ACTIONS(773), + [anon_sym_if] = ACTIONS(773), + [anon_sym_match] = ACTIONS(773), + [anon_sym_LBRACE] = ACTIONS(773), + [anon_sym_try] = ACTIONS(773), + [anon_sym_return] = ACTIONS(773), + [anon_sym_source] = ACTIONS(773), + [anon_sym_source_DASHenv] = ACTIONS(773), + [anon_sym_register] = ACTIONS(773), + [anon_sym_hide] = ACTIONS(773), + [anon_sym_hide_DASHenv] = ACTIONS(773), + [anon_sym_overlay] = ACTIONS(773), + [anon_sym_STAR] = ACTIONS(773), + [anon_sym_where] = ACTIONS(773), + [anon_sym_STAR_STAR] = ACTIONS(773), + [anon_sym_PLUS_PLUS] = ACTIONS(773), + [anon_sym_SLASH] = ACTIONS(773), + [anon_sym_mod] = ACTIONS(773), + [anon_sym_SLASH_SLASH] = ACTIONS(773), + [anon_sym_PLUS] = ACTIONS(773), + [anon_sym_bit_DASHshl] = ACTIONS(773), + [anon_sym_bit_DASHshr] = ACTIONS(773), + [anon_sym_EQ_EQ] = ACTIONS(773), + [anon_sym_BANG_EQ] = ACTIONS(773), + [anon_sym_LT2] = ACTIONS(773), + [anon_sym_LT_EQ] = ACTIONS(773), + [anon_sym_GT_EQ] = ACTIONS(773), + [anon_sym_not_DASHin] = ACTIONS(773), + [anon_sym_starts_DASHwith] = ACTIONS(773), + [anon_sym_ends_DASHwith] = ACTIONS(773), + [anon_sym_EQ_TILDE] = ACTIONS(773), + [anon_sym_BANG_TILDE] = ACTIONS(773), + [anon_sym_bit_DASHand] = ACTIONS(773), + [anon_sym_bit_DASHxor] = ACTIONS(773), + [anon_sym_bit_DASHor] = ACTIONS(773), + [anon_sym_and] = ACTIONS(773), + [anon_sym_xor] = ACTIONS(773), + [anon_sym_or] = ACTIONS(773), + [anon_sym_not] = ACTIONS(773), + [anon_sym_DOT_DOT_LT] = ACTIONS(773), + [anon_sym_DOT_DOT] = ACTIONS(773), + [anon_sym_DOT_DOT_EQ] = ACTIONS(773), + [sym_val_nothing] = ACTIONS(773), + [anon_sym_true] = ACTIONS(773), + [anon_sym_false] = ACTIONS(773), + [aux_sym_val_number_token1] = ACTIONS(773), + [aux_sym_val_number_token2] = ACTIONS(773), + [aux_sym_val_number_token3] = ACTIONS(773), + [aux_sym_val_number_token4] = ACTIONS(773), + [anon_sym_inf] = ACTIONS(773), + [anon_sym_DASHinf] = ACTIONS(773), + [anon_sym_NaN] = ACTIONS(773), + [anon_sym_0b] = ACTIONS(773), + [anon_sym_0o] = ACTIONS(773), + [anon_sym_0x] = ACTIONS(773), + [sym_val_date] = ACTIONS(773), + [anon_sym_DQUOTE] = ACTIONS(773), + [sym__str_single_quotes] = ACTIONS(773), + [sym__str_back_ticks] = ACTIONS(773), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(773), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(773), + [anon_sym_CARET] = ACTIONS(773), + [sym_short_flag] = ACTIONS(773), + [anon_sym_POUND] = ACTIONS(3), + }, + [280] = { + [sym_comment] = STATE(280), + [ts_builtin_sym_end] = ACTIONS(840), + [anon_sym_export] = ACTIONS(838), + [anon_sym_alias] = ACTIONS(838), + [anon_sym_let] = ACTIONS(838), + [anon_sym_let_DASHenv] = ACTIONS(838), + [anon_sym_mut] = ACTIONS(838), + [anon_sym_const] = ACTIONS(838), + [sym_cmd_identifier] = ACTIONS(838), + [anon_sym_SEMI] = ACTIONS(838), + [anon_sym_LF] = ACTIONS(840), + [anon_sym_def] = ACTIONS(838), + [anon_sym_def_DASHenv] = ACTIONS(838), + [anon_sym_export_DASHenv] = ACTIONS(838), + [anon_sym_extern] = ACTIONS(838), + [anon_sym_module] = ACTIONS(838), + [anon_sym_use] = ACTIONS(838), + [anon_sym_LBRACK] = ACTIONS(838), + [anon_sym_LPAREN] = ACTIONS(838), + [anon_sym_PIPE] = ACTIONS(838), + [anon_sym_DOLLAR] = ACTIONS(838), + [anon_sym_error] = ACTIONS(838), + [anon_sym_GT] = ACTIONS(838), + [anon_sym_DASH_DASH] = ACTIONS(838), + [anon_sym_DASH] = ACTIONS(838), + [anon_sym_break] = ACTIONS(838), + [anon_sym_continue] = ACTIONS(838), + [anon_sym_for] = ACTIONS(838), + [anon_sym_in] = ACTIONS(838), + [anon_sym_loop] = ACTIONS(838), + [anon_sym_while] = ACTIONS(838), + [anon_sym_do] = ACTIONS(838), + [anon_sym_if] = ACTIONS(838), + [anon_sym_match] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(838), + [anon_sym_try] = ACTIONS(838), + [anon_sym_return] = ACTIONS(838), + [anon_sym_source] = ACTIONS(838), + [anon_sym_source_DASHenv] = ACTIONS(838), + [anon_sym_register] = ACTIONS(838), + [anon_sym_hide] = ACTIONS(838), + [anon_sym_hide_DASHenv] = ACTIONS(838), + [anon_sym_overlay] = ACTIONS(838), + [anon_sym_STAR] = ACTIONS(838), + [anon_sym_where] = ACTIONS(838), + [anon_sym_STAR_STAR] = ACTIONS(838), + [anon_sym_PLUS_PLUS] = ACTIONS(838), + [anon_sym_SLASH] = ACTIONS(838), + [anon_sym_mod] = ACTIONS(838), + [anon_sym_SLASH_SLASH] = ACTIONS(838), + [anon_sym_PLUS] = ACTIONS(838), + [anon_sym_bit_DASHshl] = ACTIONS(838), + [anon_sym_bit_DASHshr] = ACTIONS(838), + [anon_sym_EQ_EQ] = ACTIONS(838), + [anon_sym_BANG_EQ] = ACTIONS(838), + [anon_sym_LT2] = ACTIONS(838), + [anon_sym_LT_EQ] = ACTIONS(838), + [anon_sym_GT_EQ] = ACTIONS(838), + [anon_sym_not_DASHin] = ACTIONS(838), + [anon_sym_starts_DASHwith] = ACTIONS(838), + [anon_sym_ends_DASHwith] = ACTIONS(838), + [anon_sym_EQ_TILDE] = ACTIONS(838), + [anon_sym_BANG_TILDE] = ACTIONS(838), + [anon_sym_bit_DASHand] = ACTIONS(838), + [anon_sym_bit_DASHxor] = ACTIONS(838), + [anon_sym_bit_DASHor] = ACTIONS(838), + [anon_sym_and] = ACTIONS(838), + [anon_sym_xor] = ACTIONS(838), + [anon_sym_or] = ACTIONS(838), + [anon_sym_not] = ACTIONS(838), + [anon_sym_DOT_DOT_LT] = ACTIONS(838), + [anon_sym_DOT_DOT] = ACTIONS(838), + [anon_sym_DOT_DOT_EQ] = ACTIONS(838), + [sym_val_nothing] = ACTIONS(838), + [anon_sym_true] = ACTIONS(838), + [anon_sym_false] = ACTIONS(838), + [aux_sym_val_number_token1] = ACTIONS(838), + [aux_sym_val_number_token2] = ACTIONS(838), + [aux_sym_val_number_token3] = ACTIONS(838), + [aux_sym_val_number_token4] = ACTIONS(838), + [anon_sym_inf] = ACTIONS(838), + [anon_sym_DASHinf] = ACTIONS(838), + [anon_sym_NaN] = ACTIONS(838), + [anon_sym_0b] = ACTIONS(838), + [anon_sym_0o] = ACTIONS(838), + [anon_sym_0x] = ACTIONS(838), + [sym_val_date] = ACTIONS(838), + [anon_sym_DQUOTE] = ACTIONS(838), + [sym__str_single_quotes] = ACTIONS(838), + [sym__str_back_ticks] = ACTIONS(838), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(838), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(838), + [anon_sym_CARET] = ACTIONS(838), + [sym_short_flag] = ACTIONS(838), + [anon_sym_POUND] = ACTIONS(3), + }, + [281] = { + [sym_comment] = STATE(281), + [ts_builtin_sym_end] = ACTIONS(623), + [anon_sym_export] = ACTIONS(621), + [anon_sym_alias] = ACTIONS(621), + [anon_sym_let] = ACTIONS(621), + [anon_sym_let_DASHenv] = ACTIONS(621), + [anon_sym_mut] = ACTIONS(621), + [anon_sym_const] = ACTIONS(621), + [sym_cmd_identifier] = ACTIONS(621), + [anon_sym_SEMI] = ACTIONS(621), + [anon_sym_LF] = ACTIONS(623), + [anon_sym_def] = ACTIONS(621), + [anon_sym_def_DASHenv] = ACTIONS(621), + [anon_sym_export_DASHenv] = ACTIONS(621), + [anon_sym_extern] = ACTIONS(621), + [anon_sym_module] = ACTIONS(621), + [anon_sym_use] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_PIPE] = ACTIONS(621), + [anon_sym_DOLLAR] = ACTIONS(621), + [anon_sym_error] = ACTIONS(621), + [anon_sym_GT] = ACTIONS(621), + [anon_sym_DASH] = ACTIONS(621), + [anon_sym_break] = ACTIONS(621), + [anon_sym_continue] = ACTIONS(621), + [anon_sym_for] = ACTIONS(621), + [anon_sym_in] = ACTIONS(621), + [anon_sym_loop] = ACTIONS(621), + [anon_sym_while] = ACTIONS(621), + [anon_sym_do] = ACTIONS(621), + [anon_sym_if] = ACTIONS(621), + [anon_sym_match] = ACTIONS(621), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_DOT] = ACTIONS(621), + [anon_sym_try] = ACTIONS(621), + [anon_sym_return] = ACTIONS(621), + [anon_sym_source] = ACTIONS(621), + [anon_sym_source_DASHenv] = ACTIONS(621), + [anon_sym_register] = ACTIONS(621), + [anon_sym_hide] = ACTIONS(621), + [anon_sym_hide_DASHenv] = ACTIONS(621), + [anon_sym_overlay] = ACTIONS(621), + [anon_sym_STAR] = ACTIONS(621), + [anon_sym_where] = ACTIONS(621), + [anon_sym_QMARK2] = ACTIONS(878), + [anon_sym_STAR_STAR] = ACTIONS(621), + [anon_sym_PLUS_PLUS] = ACTIONS(621), + [anon_sym_SLASH] = ACTIONS(621), + [anon_sym_mod] = ACTIONS(621), + [anon_sym_SLASH_SLASH] = ACTIONS(621), + [anon_sym_PLUS] = ACTIONS(621), + [anon_sym_bit_DASHshl] = ACTIONS(621), + [anon_sym_bit_DASHshr] = ACTIONS(621), + [anon_sym_EQ_EQ] = ACTIONS(621), + [anon_sym_BANG_EQ] = ACTIONS(621), + [anon_sym_LT2] = ACTIONS(621), + [anon_sym_LT_EQ] = ACTIONS(621), + [anon_sym_GT_EQ] = ACTIONS(621), + [anon_sym_not_DASHin] = ACTIONS(621), + [anon_sym_starts_DASHwith] = ACTIONS(621), + [anon_sym_ends_DASHwith] = ACTIONS(621), + [anon_sym_EQ_TILDE] = ACTIONS(621), + [anon_sym_BANG_TILDE] = ACTIONS(621), + [anon_sym_bit_DASHand] = ACTIONS(621), + [anon_sym_bit_DASHxor] = ACTIONS(621), + [anon_sym_bit_DASHor] = ACTIONS(621), + [anon_sym_and] = ACTIONS(621), + [anon_sym_xor] = ACTIONS(621), + [anon_sym_or] = ACTIONS(621), + [anon_sym_not] = ACTIONS(621), + [anon_sym_DOT_DOT_LT] = ACTIONS(621), + [anon_sym_DOT_DOT] = ACTIONS(621), + [anon_sym_DOT_DOT_EQ] = ACTIONS(621), + [sym_val_nothing] = ACTIONS(621), + [anon_sym_true] = ACTIONS(621), + [anon_sym_false] = ACTIONS(621), + [aux_sym_val_number_token1] = ACTIONS(621), + [aux_sym_val_number_token2] = ACTIONS(621), + [aux_sym_val_number_token3] = ACTIONS(621), + [aux_sym_val_number_token4] = ACTIONS(621), + [anon_sym_inf] = ACTIONS(621), + [anon_sym_DASHinf] = ACTIONS(621), + [anon_sym_NaN] = ACTIONS(621), + [anon_sym_0b] = ACTIONS(621), + [anon_sym_0o] = ACTIONS(621), + [anon_sym_0x] = ACTIONS(621), + [sym_val_date] = ACTIONS(621), + [anon_sym_DQUOTE] = ACTIONS(621), + [sym__str_single_quotes] = ACTIONS(621), + [sym__str_back_ticks] = ACTIONS(621), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(621), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(621), + [anon_sym_CARET] = ACTIONS(621), + [anon_sym_POUND] = ACTIONS(3), + }, + [282] = { + [sym_comment] = STATE(282), + [ts_builtin_sym_end] = ACTIONS(821), + [anon_sym_export] = ACTIONS(819), + [anon_sym_alias] = ACTIONS(819), + [anon_sym_let] = ACTIONS(819), + [anon_sym_let_DASHenv] = ACTIONS(819), + [anon_sym_mut] = ACTIONS(819), + [anon_sym_const] = ACTIONS(819), + [sym_cmd_identifier] = ACTIONS(819), + [anon_sym_SEMI] = ACTIONS(819), + [anon_sym_LF] = ACTIONS(821), + [anon_sym_def] = ACTIONS(819), + [anon_sym_def_DASHenv] = ACTIONS(819), + [anon_sym_export_DASHenv] = ACTIONS(819), + [anon_sym_extern] = ACTIONS(819), + [anon_sym_module] = ACTIONS(819), + [anon_sym_use] = ACTIONS(819), + [anon_sym_LBRACK] = ACTIONS(819), + [anon_sym_LPAREN] = ACTIONS(819), + [anon_sym_PIPE] = ACTIONS(819), + [anon_sym_DOLLAR] = ACTIONS(819), + [anon_sym_error] = ACTIONS(819), + [anon_sym_GT] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_DASH] = ACTIONS(819), + [anon_sym_break] = ACTIONS(819), + [anon_sym_continue] = ACTIONS(819), + [anon_sym_for] = ACTIONS(819), + [anon_sym_in] = ACTIONS(819), + [anon_sym_loop] = ACTIONS(819), + [anon_sym_while] = ACTIONS(819), + [anon_sym_do] = ACTIONS(819), + [anon_sym_if] = ACTIONS(819), + [anon_sym_match] = ACTIONS(819), + [anon_sym_LBRACE] = ACTIONS(819), + [anon_sym_try] = ACTIONS(819), + [anon_sym_return] = ACTIONS(819), + [anon_sym_source] = ACTIONS(819), + [anon_sym_source_DASHenv] = ACTIONS(819), + [anon_sym_register] = ACTIONS(819), + [anon_sym_hide] = ACTIONS(819), + [anon_sym_hide_DASHenv] = ACTIONS(819), + [anon_sym_overlay] = ACTIONS(819), + [anon_sym_STAR] = ACTIONS(819), + [anon_sym_where] = ACTIONS(819), + [anon_sym_STAR_STAR] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_SLASH] = ACTIONS(819), + [anon_sym_mod] = ACTIONS(819), + [anon_sym_SLASH_SLASH] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(819), + [anon_sym_bit_DASHshl] = ACTIONS(819), + [anon_sym_bit_DASHshr] = ACTIONS(819), + [anon_sym_EQ_EQ] = ACTIONS(819), + [anon_sym_BANG_EQ] = ACTIONS(819), + [anon_sym_LT2] = ACTIONS(819), + [anon_sym_LT_EQ] = ACTIONS(819), + [anon_sym_GT_EQ] = ACTIONS(819), + [anon_sym_not_DASHin] = ACTIONS(819), + [anon_sym_starts_DASHwith] = ACTIONS(819), + [anon_sym_ends_DASHwith] = ACTIONS(819), + [anon_sym_EQ_TILDE] = ACTIONS(819), + [anon_sym_BANG_TILDE] = ACTIONS(819), + [anon_sym_bit_DASHand] = ACTIONS(819), + [anon_sym_bit_DASHxor] = ACTIONS(819), + [anon_sym_bit_DASHor] = ACTIONS(819), + [anon_sym_and] = ACTIONS(819), + [anon_sym_xor] = ACTIONS(819), + [anon_sym_or] = ACTIONS(819), + [anon_sym_not] = ACTIONS(819), + [anon_sym_DOT_DOT_LT] = ACTIONS(819), + [anon_sym_DOT_DOT] = ACTIONS(819), + [anon_sym_DOT_DOT_EQ] = ACTIONS(819), + [sym_val_nothing] = ACTIONS(819), + [anon_sym_true] = ACTIONS(819), + [anon_sym_false] = ACTIONS(819), + [aux_sym_val_number_token1] = ACTIONS(819), + [aux_sym_val_number_token2] = ACTIONS(819), + [aux_sym_val_number_token3] = ACTIONS(819), + [aux_sym_val_number_token4] = ACTIONS(819), + [anon_sym_inf] = ACTIONS(819), + [anon_sym_DASHinf] = ACTIONS(819), + [anon_sym_NaN] = ACTIONS(819), + [anon_sym_0b] = ACTIONS(819), + [anon_sym_0o] = ACTIONS(819), + [anon_sym_0x] = ACTIONS(819), + [sym_val_date] = ACTIONS(819), + [anon_sym_DQUOTE] = ACTIONS(819), + [sym__str_single_quotes] = ACTIONS(819), + [sym__str_back_ticks] = ACTIONS(819), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(819), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(819), + [anon_sym_CARET] = ACTIONS(819), + [sym_short_flag] = ACTIONS(819), + [anon_sym_POUND] = ACTIONS(3), + }, + [283] = { + [sym_comment] = STATE(283), + [ts_builtin_sym_end] = ACTIONS(821), + [anon_sym_export] = ACTIONS(819), + [anon_sym_alias] = ACTIONS(819), + [anon_sym_let] = ACTIONS(819), + [anon_sym_let_DASHenv] = ACTIONS(819), + [anon_sym_mut] = ACTIONS(819), + [anon_sym_const] = ACTIONS(819), + [sym_cmd_identifier] = ACTIONS(819), + [anon_sym_SEMI] = ACTIONS(819), + [anon_sym_LF] = ACTIONS(821), + [anon_sym_def] = ACTIONS(819), + [anon_sym_def_DASHenv] = ACTIONS(819), + [anon_sym_export_DASHenv] = ACTIONS(819), + [anon_sym_extern] = ACTIONS(819), + [anon_sym_module] = ACTIONS(819), + [anon_sym_use] = ACTIONS(819), + [anon_sym_LBRACK] = ACTIONS(819), + [anon_sym_LPAREN] = ACTIONS(819), + [anon_sym_PIPE] = ACTIONS(819), + [anon_sym_DOLLAR] = ACTIONS(819), + [anon_sym_error] = ACTIONS(819), + [anon_sym_GT] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_DASH] = ACTIONS(819), + [anon_sym_break] = ACTIONS(819), + [anon_sym_continue] = ACTIONS(819), + [anon_sym_for] = ACTIONS(819), + [anon_sym_in] = ACTIONS(819), + [anon_sym_loop] = ACTIONS(819), + [anon_sym_while] = ACTIONS(819), + [anon_sym_do] = ACTIONS(819), + [anon_sym_if] = ACTIONS(819), + [anon_sym_match] = ACTIONS(819), + [anon_sym_LBRACE] = ACTIONS(819), + [anon_sym_try] = ACTIONS(819), + [anon_sym_return] = ACTIONS(819), + [anon_sym_source] = ACTIONS(819), + [anon_sym_source_DASHenv] = ACTIONS(819), + [anon_sym_register] = ACTIONS(819), + [anon_sym_hide] = ACTIONS(819), + [anon_sym_hide_DASHenv] = ACTIONS(819), + [anon_sym_overlay] = ACTIONS(819), + [anon_sym_STAR] = ACTIONS(819), + [anon_sym_where] = ACTIONS(819), + [anon_sym_STAR_STAR] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_SLASH] = ACTIONS(819), + [anon_sym_mod] = ACTIONS(819), + [anon_sym_SLASH_SLASH] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(819), + [anon_sym_bit_DASHshl] = ACTIONS(819), + [anon_sym_bit_DASHshr] = ACTIONS(819), + [anon_sym_EQ_EQ] = ACTIONS(819), + [anon_sym_BANG_EQ] = ACTIONS(819), + [anon_sym_LT2] = ACTIONS(819), + [anon_sym_LT_EQ] = ACTIONS(819), + [anon_sym_GT_EQ] = ACTIONS(819), + [anon_sym_not_DASHin] = ACTIONS(819), + [anon_sym_starts_DASHwith] = ACTIONS(819), + [anon_sym_ends_DASHwith] = ACTIONS(819), + [anon_sym_EQ_TILDE] = ACTIONS(819), + [anon_sym_BANG_TILDE] = ACTIONS(819), + [anon_sym_bit_DASHand] = ACTIONS(819), + [anon_sym_bit_DASHxor] = ACTIONS(819), + [anon_sym_bit_DASHor] = ACTIONS(819), + [anon_sym_and] = ACTIONS(819), + [anon_sym_xor] = ACTIONS(819), + [anon_sym_or] = ACTIONS(819), + [anon_sym_not] = ACTIONS(819), + [anon_sym_DOT_DOT_LT] = ACTIONS(819), + [anon_sym_DOT_DOT] = ACTIONS(819), + [anon_sym_DOT_DOT_EQ] = ACTIONS(819), + [sym_val_nothing] = ACTIONS(819), + [anon_sym_true] = ACTIONS(819), + [anon_sym_false] = ACTIONS(819), + [aux_sym_val_number_token1] = ACTIONS(819), + [aux_sym_val_number_token2] = ACTIONS(819), + [aux_sym_val_number_token3] = ACTIONS(819), + [aux_sym_val_number_token4] = ACTIONS(819), + [anon_sym_inf] = ACTIONS(819), + [anon_sym_DASHinf] = ACTIONS(819), + [anon_sym_NaN] = ACTIONS(819), + [anon_sym_0b] = ACTIONS(819), + [anon_sym_0o] = ACTIONS(819), + [anon_sym_0x] = ACTIONS(819), + [sym_val_date] = ACTIONS(819), + [anon_sym_DQUOTE] = ACTIONS(819), + [sym__str_single_quotes] = ACTIONS(819), + [sym__str_back_ticks] = ACTIONS(819), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(819), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(819), + [anon_sym_CARET] = ACTIONS(819), + [sym_short_flag] = ACTIONS(819), + [anon_sym_POUND] = ACTIONS(3), + }, + [284] = { + [sym_expr_parenthesized] = STATE(385), + [sym_val_number] = STATE(385), + [sym_comment] = STATE(284), + [ts_builtin_sym_end] = ACTIONS(673), + [anon_sym_export] = ACTIONS(671), + [anon_sym_alias] = ACTIONS(671), + [anon_sym_let] = ACTIONS(671), + [anon_sym_let_DASHenv] = ACTIONS(671), + [anon_sym_mut] = ACTIONS(671), + [anon_sym_const] = ACTIONS(671), + [sym_cmd_identifier] = ACTIONS(671), + [anon_sym_SEMI] = ACTIONS(671), + [anon_sym_LF] = ACTIONS(673), + [anon_sym_def] = ACTIONS(671), + [anon_sym_def_DASHenv] = ACTIONS(671), + [anon_sym_export_DASHenv] = ACTIONS(671), + [anon_sym_extern] = ACTIONS(671), + [anon_sym_module] = ACTIONS(671), + [anon_sym_use] = ACTIONS(671), + [anon_sym_LBRACK] = ACTIONS(671), + [anon_sym_LPAREN] = ACTIONS(880), + [anon_sym_PIPE] = ACTIONS(671), + [anon_sym_DOLLAR] = ACTIONS(671), + [anon_sym_error] = ACTIONS(671), + [anon_sym_GT] = ACTIONS(671), + [anon_sym_DASH] = ACTIONS(671), + [anon_sym_break] = ACTIONS(671), + [anon_sym_continue] = ACTIONS(671), + [anon_sym_for] = ACTIONS(671), + [anon_sym_in] = ACTIONS(671), + [anon_sym_loop] = ACTIONS(671), + [anon_sym_while] = ACTIONS(671), + [anon_sym_do] = ACTIONS(671), + [anon_sym_if] = ACTIONS(671), + [anon_sym_match] = ACTIONS(671), + [anon_sym_LBRACE] = ACTIONS(671), + [anon_sym_try] = ACTIONS(671), + [anon_sym_return] = ACTIONS(671), + [anon_sym_source] = ACTIONS(671), + [anon_sym_source_DASHenv] = ACTIONS(671), + [anon_sym_register] = ACTIONS(671), + [anon_sym_hide] = ACTIONS(671), + [anon_sym_hide_DASHenv] = ACTIONS(671), + [anon_sym_overlay] = ACTIONS(671), + [anon_sym_STAR] = ACTIONS(671), + [anon_sym_where] = ACTIONS(671), + [anon_sym_STAR_STAR] = ACTIONS(671), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_SLASH] = ACTIONS(671), + [anon_sym_mod] = ACTIONS(671), + [anon_sym_SLASH_SLASH] = ACTIONS(671), + [anon_sym_PLUS] = ACTIONS(671), + [anon_sym_bit_DASHshl] = ACTIONS(671), + [anon_sym_bit_DASHshr] = ACTIONS(671), + [anon_sym_EQ_EQ] = ACTIONS(671), + [anon_sym_BANG_EQ] = ACTIONS(671), + [anon_sym_LT2] = ACTIONS(671), + [anon_sym_LT_EQ] = ACTIONS(671), + [anon_sym_GT_EQ] = ACTIONS(671), + [anon_sym_not_DASHin] = ACTIONS(671), + [anon_sym_starts_DASHwith] = ACTIONS(671), + [anon_sym_ends_DASHwith] = ACTIONS(671), + [anon_sym_EQ_TILDE] = ACTIONS(671), + [anon_sym_BANG_TILDE] = ACTIONS(671), + [anon_sym_bit_DASHand] = ACTIONS(671), + [anon_sym_bit_DASHxor] = ACTIONS(671), + [anon_sym_bit_DASHor] = ACTIONS(671), + [anon_sym_and] = ACTIONS(671), + [anon_sym_xor] = ACTIONS(671), + [anon_sym_or] = ACTIONS(671), + [anon_sym_not] = ACTIONS(671), + [anon_sym_DOT_DOT_LT] = ACTIONS(671), + [anon_sym_DOT_DOT] = ACTIONS(671), + [anon_sym_DOT_DOT_EQ] = ACTIONS(671), + [sym_val_nothing] = ACTIONS(671), + [anon_sym_true] = ACTIONS(671), + [anon_sym_false] = ACTIONS(671), + [aux_sym_val_number_token1] = ACTIONS(882), + [aux_sym_val_number_token2] = ACTIONS(882), + [aux_sym_val_number_token3] = ACTIONS(882), + [aux_sym_val_number_token4] = ACTIONS(882), + [anon_sym_inf] = ACTIONS(882), + [anon_sym_DASHinf] = ACTIONS(882), + [anon_sym_NaN] = ACTIONS(882), + [anon_sym_0b] = ACTIONS(671), + [anon_sym_0o] = ACTIONS(671), + [anon_sym_0x] = ACTIONS(671), + [sym_val_date] = ACTIONS(671), + [anon_sym_DQUOTE] = ACTIONS(671), + [sym__str_single_quotes] = ACTIONS(671), + [sym__str_back_ticks] = ACTIONS(671), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(671), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(671), + [anon_sym_CARET] = ACTIONS(671), + [anon_sym_POUND] = ACTIONS(3), + }, + [285] = { + [sym_comment] = STATE(285), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(714), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(718), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(720), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(722), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(724), + [anon_sym_PLUS_PLUS] = ACTIONS(724), + [anon_sym_SLASH] = ACTIONS(722), + [anon_sym_mod] = ACTIONS(722), + [anon_sym_SLASH_SLASH] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(718), + [anon_sym_bit_DASHshl] = ACTIONS(726), + [anon_sym_bit_DASHshr] = ACTIONS(726), + [anon_sym_EQ_EQ] = ACTIONS(714), + [anon_sym_BANG_EQ] = ACTIONS(714), + [anon_sym_LT2] = ACTIONS(714), + [anon_sym_LT_EQ] = ACTIONS(714), + [anon_sym_GT_EQ] = ACTIONS(714), + [anon_sym_not_DASHin] = ACTIONS(720), + [anon_sym_starts_DASHwith] = ACTIONS(720), + [anon_sym_ends_DASHwith] = ACTIONS(720), + [anon_sym_EQ_TILDE] = ACTIONS(728), + [anon_sym_BANG_TILDE] = ACTIONS(728), + [anon_sym_bit_DASHand] = ACTIONS(730), + [anon_sym_bit_DASHxor] = ACTIONS(732), + [anon_sym_bit_DASHor] = ACTIONS(734), + [anon_sym_and] = ACTIONS(736), + [anon_sym_xor] = ACTIONS(738), + [anon_sym_or] = ACTIONS(740), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [anon_sym_POUND] = ACTIONS(3), + }, + [286] = { + [sym_comment] = STATE(286), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(714), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(718), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(720), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(722), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(724), + [anon_sym_PLUS_PLUS] = ACTIONS(724), + [anon_sym_SLASH] = ACTIONS(722), + [anon_sym_mod] = ACTIONS(722), + [anon_sym_SLASH_SLASH] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(718), + [anon_sym_bit_DASHshl] = ACTIONS(726), + [anon_sym_bit_DASHshr] = ACTIONS(726), + [anon_sym_EQ_EQ] = ACTIONS(714), + [anon_sym_BANG_EQ] = ACTIONS(714), + [anon_sym_LT2] = ACTIONS(714), + [anon_sym_LT_EQ] = ACTIONS(714), + [anon_sym_GT_EQ] = ACTIONS(714), + [anon_sym_not_DASHin] = ACTIONS(720), + [anon_sym_starts_DASHwith] = ACTIONS(720), + [anon_sym_ends_DASHwith] = ACTIONS(720), + [anon_sym_EQ_TILDE] = ACTIONS(728), + [anon_sym_BANG_TILDE] = ACTIONS(728), + [anon_sym_bit_DASHand] = ACTIONS(730), + [anon_sym_bit_DASHxor] = ACTIONS(732), + [anon_sym_bit_DASHor] = ACTIONS(734), + [anon_sym_and] = ACTIONS(736), + [anon_sym_xor] = ACTIONS(738), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [anon_sym_POUND] = ACTIONS(3), + }, + [287] = { + [sym_comment] = STATE(287), + [ts_builtin_sym_end] = ACTIONS(864), + [anon_sym_export] = ACTIONS(862), + [anon_sym_alias] = ACTIONS(862), + [anon_sym_let] = ACTIONS(862), + [anon_sym_let_DASHenv] = ACTIONS(862), + [anon_sym_mut] = ACTIONS(862), + [anon_sym_const] = ACTIONS(862), + [sym_cmd_identifier] = ACTIONS(862), + [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_LF] = ACTIONS(864), + [anon_sym_def] = ACTIONS(862), + [anon_sym_def_DASHenv] = ACTIONS(862), + [anon_sym_export_DASHenv] = ACTIONS(862), + [anon_sym_extern] = ACTIONS(862), + [anon_sym_module] = ACTIONS(862), + [anon_sym_use] = ACTIONS(862), + [anon_sym_LBRACK] = ACTIONS(862), + [anon_sym_LPAREN] = ACTIONS(862), + [anon_sym_PIPE] = ACTIONS(862), + [anon_sym_DOLLAR] = ACTIONS(862), + [anon_sym_error] = ACTIONS(862), + [anon_sym_GT] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(862), + [anon_sym_DASH] = ACTIONS(862), + [anon_sym_break] = ACTIONS(862), + [anon_sym_continue] = ACTIONS(862), + [anon_sym_for] = ACTIONS(862), + [anon_sym_in] = ACTIONS(862), + [anon_sym_loop] = ACTIONS(862), + [anon_sym_while] = ACTIONS(862), + [anon_sym_do] = ACTIONS(862), + [anon_sym_if] = ACTIONS(862), + [anon_sym_match] = ACTIONS(862), + [anon_sym_LBRACE] = ACTIONS(862), + [anon_sym_try] = ACTIONS(862), + [anon_sym_return] = ACTIONS(862), + [anon_sym_source] = ACTIONS(862), + [anon_sym_source_DASHenv] = ACTIONS(862), + [anon_sym_register] = ACTIONS(862), + [anon_sym_hide] = ACTIONS(862), + [anon_sym_hide_DASHenv] = ACTIONS(862), + [anon_sym_overlay] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(862), + [anon_sym_where] = ACTIONS(862), + [anon_sym_STAR_STAR] = ACTIONS(862), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_SLASH] = ACTIONS(862), + [anon_sym_mod] = ACTIONS(862), + [anon_sym_SLASH_SLASH] = ACTIONS(862), + [anon_sym_PLUS] = ACTIONS(862), + [anon_sym_bit_DASHshl] = ACTIONS(862), + [anon_sym_bit_DASHshr] = ACTIONS(862), + [anon_sym_EQ_EQ] = ACTIONS(862), + [anon_sym_BANG_EQ] = ACTIONS(862), + [anon_sym_LT2] = ACTIONS(862), + [anon_sym_LT_EQ] = ACTIONS(862), + [anon_sym_GT_EQ] = ACTIONS(862), + [anon_sym_not_DASHin] = ACTIONS(862), + [anon_sym_starts_DASHwith] = ACTIONS(862), + [anon_sym_ends_DASHwith] = ACTIONS(862), + [anon_sym_EQ_TILDE] = ACTIONS(862), + [anon_sym_BANG_TILDE] = ACTIONS(862), + [anon_sym_bit_DASHand] = ACTIONS(862), + [anon_sym_bit_DASHxor] = ACTIONS(862), + [anon_sym_bit_DASHor] = ACTIONS(862), + [anon_sym_and] = ACTIONS(862), + [anon_sym_xor] = ACTIONS(862), + [anon_sym_or] = ACTIONS(862), + [anon_sym_not] = ACTIONS(862), + [anon_sym_DOT_DOT_LT] = ACTIONS(862), + [anon_sym_DOT_DOT] = ACTIONS(862), + [anon_sym_DOT_DOT_EQ] = ACTIONS(862), + [sym_val_nothing] = ACTIONS(862), + [anon_sym_true] = ACTIONS(862), + [anon_sym_false] = ACTIONS(862), + [aux_sym_val_number_token1] = ACTIONS(862), + [aux_sym_val_number_token2] = ACTIONS(862), + [aux_sym_val_number_token3] = ACTIONS(862), + [aux_sym_val_number_token4] = ACTIONS(862), + [anon_sym_inf] = ACTIONS(862), + [anon_sym_DASHinf] = ACTIONS(862), + [anon_sym_NaN] = ACTIONS(862), + [anon_sym_0b] = ACTIONS(862), + [anon_sym_0o] = ACTIONS(862), + [anon_sym_0x] = ACTIONS(862), + [sym_val_date] = ACTIONS(862), + [anon_sym_DQUOTE] = ACTIONS(862), + [sym__str_single_quotes] = ACTIONS(862), + [sym__str_back_ticks] = ACTIONS(862), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(862), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(862), + [anon_sym_CARET] = ACTIONS(862), + [sym_short_flag] = ACTIONS(862), + [anon_sym_POUND] = ACTIONS(3), + }, + [288] = { + [sym_comment] = STATE(288), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(714), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(718), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(720), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(722), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(724), + [anon_sym_PLUS_PLUS] = ACTIONS(724), + [anon_sym_SLASH] = ACTIONS(722), + [anon_sym_mod] = ACTIONS(722), + [anon_sym_SLASH_SLASH] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(718), + [anon_sym_bit_DASHshl] = ACTIONS(726), + [anon_sym_bit_DASHshr] = ACTIONS(726), + [anon_sym_EQ_EQ] = ACTIONS(714), + [anon_sym_BANG_EQ] = ACTIONS(714), + [anon_sym_LT2] = ACTIONS(714), + [anon_sym_LT_EQ] = ACTIONS(714), + [anon_sym_GT_EQ] = ACTIONS(714), + [anon_sym_not_DASHin] = ACTIONS(720), + [anon_sym_starts_DASHwith] = ACTIONS(720), + [anon_sym_ends_DASHwith] = ACTIONS(720), + [anon_sym_EQ_TILDE] = ACTIONS(728), + [anon_sym_BANG_TILDE] = ACTIONS(728), + [anon_sym_bit_DASHand] = ACTIONS(730), + [anon_sym_bit_DASHxor] = ACTIONS(732), + [anon_sym_bit_DASHor] = ACTIONS(734), + [anon_sym_and] = ACTIONS(736), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [anon_sym_POUND] = ACTIONS(3), + }, + [289] = { + [sym_comment] = STATE(289), + [ts_builtin_sym_end] = ACTIONS(848), + [anon_sym_export] = ACTIONS(846), + [anon_sym_alias] = ACTIONS(846), + [anon_sym_let] = ACTIONS(846), + [anon_sym_let_DASHenv] = ACTIONS(846), + [anon_sym_mut] = ACTIONS(846), + [anon_sym_const] = ACTIONS(846), + [sym_cmd_identifier] = ACTIONS(846), + [anon_sym_SEMI] = ACTIONS(846), + [anon_sym_LF] = ACTIONS(848), + [anon_sym_def] = ACTIONS(846), + [anon_sym_def_DASHenv] = ACTIONS(846), + [anon_sym_export_DASHenv] = ACTIONS(846), + [anon_sym_extern] = ACTIONS(846), + [anon_sym_module] = ACTIONS(846), + [anon_sym_use] = ACTIONS(846), + [anon_sym_LBRACK] = ACTIONS(846), + [anon_sym_LPAREN] = ACTIONS(846), + [anon_sym_PIPE] = ACTIONS(846), + [anon_sym_DOLLAR] = ACTIONS(846), + [anon_sym_error] = ACTIONS(846), + [anon_sym_GT] = ACTIONS(846), + [anon_sym_DASH_DASH] = ACTIONS(846), + [anon_sym_DASH] = ACTIONS(846), + [anon_sym_break] = ACTIONS(846), + [anon_sym_continue] = ACTIONS(846), + [anon_sym_for] = ACTIONS(846), + [anon_sym_in] = ACTIONS(846), + [anon_sym_loop] = ACTIONS(846), + [anon_sym_while] = ACTIONS(846), + [anon_sym_do] = ACTIONS(846), + [anon_sym_if] = ACTIONS(846), + [anon_sym_match] = ACTIONS(846), + [anon_sym_LBRACE] = ACTIONS(846), + [anon_sym_try] = ACTIONS(846), + [anon_sym_return] = ACTIONS(846), + [anon_sym_source] = ACTIONS(846), + [anon_sym_source_DASHenv] = ACTIONS(846), + [anon_sym_register] = ACTIONS(846), + [anon_sym_hide] = ACTIONS(846), + [anon_sym_hide_DASHenv] = ACTIONS(846), + [anon_sym_overlay] = ACTIONS(846), + [anon_sym_STAR] = ACTIONS(846), + [anon_sym_where] = ACTIONS(846), + [anon_sym_STAR_STAR] = ACTIONS(846), + [anon_sym_PLUS_PLUS] = ACTIONS(846), + [anon_sym_SLASH] = ACTIONS(846), + [anon_sym_mod] = ACTIONS(846), + [anon_sym_SLASH_SLASH] = ACTIONS(846), + [anon_sym_PLUS] = ACTIONS(846), + [anon_sym_bit_DASHshl] = ACTIONS(846), + [anon_sym_bit_DASHshr] = ACTIONS(846), + [anon_sym_EQ_EQ] = ACTIONS(846), + [anon_sym_BANG_EQ] = ACTIONS(846), + [anon_sym_LT2] = ACTIONS(846), + [anon_sym_LT_EQ] = ACTIONS(846), + [anon_sym_GT_EQ] = ACTIONS(846), + [anon_sym_not_DASHin] = ACTIONS(846), + [anon_sym_starts_DASHwith] = ACTIONS(846), + [anon_sym_ends_DASHwith] = ACTIONS(846), + [anon_sym_EQ_TILDE] = ACTIONS(846), + [anon_sym_BANG_TILDE] = ACTIONS(846), + [anon_sym_bit_DASHand] = ACTIONS(846), + [anon_sym_bit_DASHxor] = ACTIONS(846), + [anon_sym_bit_DASHor] = ACTIONS(846), + [anon_sym_and] = ACTIONS(846), + [anon_sym_xor] = ACTIONS(846), + [anon_sym_or] = ACTIONS(846), + [anon_sym_not] = ACTIONS(846), + [anon_sym_DOT_DOT_LT] = ACTIONS(846), + [anon_sym_DOT_DOT] = ACTIONS(846), + [anon_sym_DOT_DOT_EQ] = ACTIONS(846), + [sym_val_nothing] = ACTIONS(846), + [anon_sym_true] = ACTIONS(846), + [anon_sym_false] = ACTIONS(846), + [aux_sym_val_number_token1] = ACTIONS(846), + [aux_sym_val_number_token2] = ACTIONS(846), + [aux_sym_val_number_token3] = ACTIONS(846), + [aux_sym_val_number_token4] = ACTIONS(846), + [anon_sym_inf] = ACTIONS(846), + [anon_sym_DASHinf] = ACTIONS(846), + [anon_sym_NaN] = ACTIONS(846), + [anon_sym_0b] = ACTIONS(846), + [anon_sym_0o] = ACTIONS(846), + [anon_sym_0x] = ACTIONS(846), + [sym_val_date] = ACTIONS(846), + [anon_sym_DQUOTE] = ACTIONS(846), + [sym__str_single_quotes] = ACTIONS(846), + [sym__str_back_ticks] = ACTIONS(846), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(846), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(846), + [anon_sym_CARET] = ACTIONS(846), + [sym_short_flag] = ACTIONS(846), + [anon_sym_POUND] = ACTIONS(3), + }, + [290] = { + [sym_comment] = STATE(290), + [ts_builtin_sym_end] = ACTIONS(844), + [anon_sym_export] = ACTIONS(842), + [anon_sym_alias] = ACTIONS(842), + [anon_sym_let] = ACTIONS(842), + [anon_sym_let_DASHenv] = ACTIONS(842), + [anon_sym_mut] = ACTIONS(842), + [anon_sym_const] = ACTIONS(842), + [sym_cmd_identifier] = ACTIONS(842), + [anon_sym_SEMI] = ACTIONS(842), + [anon_sym_LF] = ACTIONS(844), + [anon_sym_def] = ACTIONS(842), + [anon_sym_def_DASHenv] = ACTIONS(842), + [anon_sym_export_DASHenv] = ACTIONS(842), + [anon_sym_extern] = ACTIONS(842), + [anon_sym_module] = ACTIONS(842), + [anon_sym_use] = ACTIONS(842), + [anon_sym_LBRACK] = ACTIONS(842), + [anon_sym_LPAREN] = ACTIONS(842), + [anon_sym_PIPE] = ACTIONS(842), + [anon_sym_DOLLAR] = ACTIONS(842), + [anon_sym_error] = ACTIONS(842), + [anon_sym_GT] = ACTIONS(842), + [anon_sym_DASH_DASH] = ACTIONS(842), + [anon_sym_DASH] = ACTIONS(842), + [anon_sym_break] = ACTIONS(842), + [anon_sym_continue] = ACTIONS(842), + [anon_sym_for] = ACTIONS(842), + [anon_sym_in] = ACTIONS(842), + [anon_sym_loop] = ACTIONS(842), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(842), + [anon_sym_if] = ACTIONS(842), + [anon_sym_match] = ACTIONS(842), + [anon_sym_LBRACE] = ACTIONS(842), + [anon_sym_try] = ACTIONS(842), + [anon_sym_return] = ACTIONS(842), + [anon_sym_source] = ACTIONS(842), + [anon_sym_source_DASHenv] = ACTIONS(842), + [anon_sym_register] = ACTIONS(842), + [anon_sym_hide] = ACTIONS(842), + [anon_sym_hide_DASHenv] = ACTIONS(842), + [anon_sym_overlay] = ACTIONS(842), + [anon_sym_STAR] = ACTIONS(842), + [anon_sym_where] = ACTIONS(842), + [anon_sym_STAR_STAR] = ACTIONS(842), + [anon_sym_PLUS_PLUS] = ACTIONS(842), + [anon_sym_SLASH] = ACTIONS(842), + [anon_sym_mod] = ACTIONS(842), + [anon_sym_SLASH_SLASH] = ACTIONS(842), + [anon_sym_PLUS] = ACTIONS(842), + [anon_sym_bit_DASHshl] = ACTIONS(842), + [anon_sym_bit_DASHshr] = ACTIONS(842), + [anon_sym_EQ_EQ] = ACTIONS(842), + [anon_sym_BANG_EQ] = ACTIONS(842), + [anon_sym_LT2] = ACTIONS(842), + [anon_sym_LT_EQ] = ACTIONS(842), + [anon_sym_GT_EQ] = ACTIONS(842), + [anon_sym_not_DASHin] = ACTIONS(842), + [anon_sym_starts_DASHwith] = ACTIONS(842), + [anon_sym_ends_DASHwith] = ACTIONS(842), + [anon_sym_EQ_TILDE] = ACTIONS(842), + [anon_sym_BANG_TILDE] = ACTIONS(842), + [anon_sym_bit_DASHand] = ACTIONS(842), + [anon_sym_bit_DASHxor] = ACTIONS(842), + [anon_sym_bit_DASHor] = ACTIONS(842), + [anon_sym_and] = ACTIONS(842), + [anon_sym_xor] = ACTIONS(842), + [anon_sym_or] = ACTIONS(842), + [anon_sym_not] = ACTIONS(842), + [anon_sym_DOT_DOT_LT] = ACTIONS(842), + [anon_sym_DOT_DOT] = ACTIONS(842), + [anon_sym_DOT_DOT_EQ] = ACTIONS(842), + [sym_val_nothing] = ACTIONS(842), + [anon_sym_true] = ACTIONS(842), + [anon_sym_false] = ACTIONS(842), + [aux_sym_val_number_token1] = ACTIONS(842), + [aux_sym_val_number_token2] = ACTIONS(842), + [aux_sym_val_number_token3] = ACTIONS(842), + [aux_sym_val_number_token4] = ACTIONS(842), + [anon_sym_inf] = ACTIONS(842), + [anon_sym_DASHinf] = ACTIONS(842), + [anon_sym_NaN] = ACTIONS(842), + [anon_sym_0b] = ACTIONS(842), + [anon_sym_0o] = ACTIONS(842), + [anon_sym_0x] = ACTIONS(842), + [sym_val_date] = ACTIONS(842), + [anon_sym_DQUOTE] = ACTIONS(842), + [sym__str_single_quotes] = ACTIONS(842), + [sym__str_back_ticks] = ACTIONS(842), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(842), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(842), + [anon_sym_CARET] = ACTIONS(842), + [sym_short_flag] = ACTIONS(842), + [anon_sym_POUND] = ACTIONS(3), + }, + [291] = { + [sym_comment] = STATE(291), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(714), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(718), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(720), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(722), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(724), + [anon_sym_PLUS_PLUS] = ACTIONS(724), + [anon_sym_SLASH] = ACTIONS(722), + [anon_sym_mod] = ACTIONS(722), + [anon_sym_SLASH_SLASH] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(718), + [anon_sym_bit_DASHshl] = ACTIONS(726), + [anon_sym_bit_DASHshr] = ACTIONS(726), + [anon_sym_EQ_EQ] = ACTIONS(714), + [anon_sym_BANG_EQ] = ACTIONS(714), + [anon_sym_LT2] = ACTIONS(714), + [anon_sym_LT_EQ] = ACTIONS(714), + [anon_sym_GT_EQ] = ACTIONS(714), + [anon_sym_not_DASHin] = ACTIONS(720), + [anon_sym_starts_DASHwith] = ACTIONS(720), + [anon_sym_ends_DASHwith] = ACTIONS(720), + [anon_sym_EQ_TILDE] = ACTIONS(728), + [anon_sym_BANG_TILDE] = ACTIONS(728), + [anon_sym_bit_DASHand] = ACTIONS(730), + [anon_sym_bit_DASHxor] = ACTIONS(732), + [anon_sym_bit_DASHor] = ACTIONS(734), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [310] = { - [sym_comment] = STATE(310), - [ts_builtin_sym_end] = ACTIONS(752), - [anon_sym_export] = ACTIONS(750), - [anon_sym_alias] = ACTIONS(750), - [anon_sym_let] = ACTIONS(750), - [anon_sym_let_DASHenv] = ACTIONS(750), - [anon_sym_mut] = ACTIONS(750), - [anon_sym_const] = ACTIONS(750), - [sym_cmd_identifier] = ACTIONS(750), - [anon_sym_SEMI] = ACTIONS(750), - [anon_sym_LF] = ACTIONS(752), - [anon_sym_def] = ACTIONS(750), - [anon_sym_def_DASHenv] = ACTIONS(750), - [anon_sym_export_DASHenv] = ACTIONS(750), - [anon_sym_extern] = ACTIONS(750), - [anon_sym_module] = ACTIONS(750), - [anon_sym_use] = ACTIONS(750), - [anon_sym_LBRACK] = ACTIONS(750), - [anon_sym_LPAREN] = ACTIONS(750), - [anon_sym_PIPE] = ACTIONS(750), - [anon_sym_DOLLAR] = ACTIONS(750), - [anon_sym_error] = ACTIONS(750), - [anon_sym_GT] = ACTIONS(750), - [anon_sym_DASH] = ACTIONS(750), - [anon_sym_break] = ACTIONS(750), - [anon_sym_continue] = ACTIONS(750), - [anon_sym_for] = ACTIONS(750), - [anon_sym_in] = ACTIONS(750), - [anon_sym_loop] = ACTIONS(750), - [anon_sym_while] = ACTIONS(750), - [anon_sym_do] = ACTIONS(750), - [anon_sym_if] = ACTIONS(750), - [anon_sym_match] = ACTIONS(750), - [anon_sym_LBRACE] = ACTIONS(750), - [anon_sym_DOT] = ACTIONS(750), - [anon_sym_try] = ACTIONS(750), - [anon_sym_return] = ACTIONS(750), - [anon_sym_source] = ACTIONS(750), - [anon_sym_source_DASHenv] = ACTIONS(750), - [anon_sym_register] = ACTIONS(750), - [anon_sym_hide] = ACTIONS(750), - [anon_sym_hide_DASHenv] = ACTIONS(750), - [anon_sym_overlay] = ACTIONS(750), - [anon_sym_STAR] = ACTIONS(750), - [anon_sym_where] = ACTIONS(750), - [anon_sym_STAR_STAR] = ACTIONS(750), - [anon_sym_PLUS_PLUS] = ACTIONS(750), - [anon_sym_SLASH] = ACTIONS(750), - [anon_sym_mod] = ACTIONS(750), - [anon_sym_SLASH_SLASH] = ACTIONS(750), - [anon_sym_PLUS] = ACTIONS(750), - [anon_sym_bit_DASHshl] = ACTIONS(750), - [anon_sym_bit_DASHshr] = ACTIONS(750), - [anon_sym_EQ_EQ] = ACTIONS(750), - [anon_sym_BANG_EQ] = ACTIONS(750), - [anon_sym_LT2] = ACTIONS(750), - [anon_sym_LT_EQ] = ACTIONS(750), - [anon_sym_GT_EQ] = ACTIONS(750), - [anon_sym_not_DASHin] = ACTIONS(750), - [anon_sym_starts_DASHwith] = ACTIONS(750), - [anon_sym_ends_DASHwith] = ACTIONS(750), - [anon_sym_EQ_TILDE] = ACTIONS(750), - [anon_sym_BANG_TILDE] = ACTIONS(750), - [anon_sym_bit_DASHand] = ACTIONS(750), - [anon_sym_bit_DASHxor] = ACTIONS(750), - [anon_sym_bit_DASHor] = ACTIONS(750), - [anon_sym_and] = ACTIONS(750), - [anon_sym_xor] = ACTIONS(750), - [anon_sym_or] = ACTIONS(750), - [anon_sym_not] = ACTIONS(750), - [anon_sym_DOT_DOT_LT] = ACTIONS(750), - [anon_sym_DOT_DOT] = ACTIONS(750), - [anon_sym_DOT_DOT_EQ] = ACTIONS(750), - [sym_val_nothing] = ACTIONS(750), - [anon_sym_true] = ACTIONS(750), - [anon_sym_false] = ACTIONS(750), - [aux_sym_val_number_token1] = ACTIONS(750), - [aux_sym_val_number_token2] = ACTIONS(750), - [aux_sym_val_number_token3] = ACTIONS(750), - [aux_sym_val_number_token4] = ACTIONS(750), - [anon_sym_inf] = ACTIONS(750), - [anon_sym_DASHinf] = ACTIONS(750), - [anon_sym_NaN] = ACTIONS(750), - [anon_sym_0b] = ACTIONS(750), - [anon_sym_0o] = ACTIONS(750), - [anon_sym_0x] = ACTIONS(750), - [sym_val_date] = ACTIONS(750), - [anon_sym_DQUOTE] = ACTIONS(750), - [sym__str_single_quotes] = ACTIONS(750), - [sym__str_back_ticks] = ACTIONS(750), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(750), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(750), - [anon_sym_CARET] = ACTIONS(750), + [292] = { + [sym_comment] = STATE(292), + [ts_builtin_sym_end] = ACTIONS(828), + [anon_sym_export] = ACTIONS(826), + [anon_sym_alias] = ACTIONS(826), + [anon_sym_let] = ACTIONS(826), + [anon_sym_let_DASHenv] = ACTIONS(826), + [anon_sym_mut] = ACTIONS(826), + [anon_sym_const] = ACTIONS(826), + [sym_cmd_identifier] = ACTIONS(826), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_LF] = ACTIONS(828), + [anon_sym_def] = ACTIONS(826), + [anon_sym_def_DASHenv] = ACTIONS(826), + [anon_sym_export_DASHenv] = ACTIONS(826), + [anon_sym_extern] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_use] = ACTIONS(826), + [anon_sym_LBRACK] = ACTIONS(826), + [anon_sym_LPAREN] = ACTIONS(826), + [anon_sym_PIPE] = ACTIONS(826), + [anon_sym_DOLLAR] = ACTIONS(826), + [anon_sym_error] = ACTIONS(826), + [anon_sym_GT] = ACTIONS(826), + [anon_sym_DASH_DASH] = ACTIONS(826), + [anon_sym_DASH] = ACTIONS(826), + [anon_sym_break] = ACTIONS(826), + [anon_sym_continue] = ACTIONS(826), + [anon_sym_for] = ACTIONS(826), + [anon_sym_in] = ACTIONS(826), + [anon_sym_loop] = ACTIONS(826), + [anon_sym_while] = ACTIONS(826), + [anon_sym_do] = ACTIONS(826), + [anon_sym_if] = ACTIONS(826), + [anon_sym_match] = ACTIONS(826), + [anon_sym_LBRACE] = ACTIONS(826), + [anon_sym_try] = ACTIONS(826), + [anon_sym_return] = ACTIONS(826), + [anon_sym_source] = ACTIONS(826), + [anon_sym_source_DASHenv] = ACTIONS(826), + [anon_sym_register] = ACTIONS(826), + [anon_sym_hide] = ACTIONS(826), + [anon_sym_hide_DASHenv] = ACTIONS(826), + [anon_sym_overlay] = ACTIONS(826), + [anon_sym_STAR] = ACTIONS(826), + [anon_sym_where] = ACTIONS(826), + [anon_sym_STAR_STAR] = ACTIONS(826), + [anon_sym_PLUS_PLUS] = ACTIONS(826), + [anon_sym_SLASH] = ACTIONS(826), + [anon_sym_mod] = ACTIONS(826), + [anon_sym_SLASH_SLASH] = ACTIONS(826), + [anon_sym_PLUS] = ACTIONS(826), + [anon_sym_bit_DASHshl] = ACTIONS(826), + [anon_sym_bit_DASHshr] = ACTIONS(826), + [anon_sym_EQ_EQ] = ACTIONS(826), + [anon_sym_BANG_EQ] = ACTIONS(826), + [anon_sym_LT2] = ACTIONS(826), + [anon_sym_LT_EQ] = ACTIONS(826), + [anon_sym_GT_EQ] = ACTIONS(826), + [anon_sym_not_DASHin] = ACTIONS(826), + [anon_sym_starts_DASHwith] = ACTIONS(826), + [anon_sym_ends_DASHwith] = ACTIONS(826), + [anon_sym_EQ_TILDE] = ACTIONS(826), + [anon_sym_BANG_TILDE] = ACTIONS(826), + [anon_sym_bit_DASHand] = ACTIONS(826), + [anon_sym_bit_DASHxor] = ACTIONS(826), + [anon_sym_bit_DASHor] = ACTIONS(826), + [anon_sym_and] = ACTIONS(826), + [anon_sym_xor] = ACTIONS(826), + [anon_sym_or] = ACTIONS(826), + [anon_sym_not] = ACTIONS(826), + [anon_sym_DOT_DOT_LT] = ACTIONS(826), + [anon_sym_DOT_DOT] = ACTIONS(826), + [anon_sym_DOT_DOT_EQ] = ACTIONS(826), + [sym_val_nothing] = ACTIONS(826), + [anon_sym_true] = ACTIONS(826), + [anon_sym_false] = ACTIONS(826), + [aux_sym_val_number_token1] = ACTIONS(826), + [aux_sym_val_number_token2] = ACTIONS(826), + [aux_sym_val_number_token3] = ACTIONS(826), + [aux_sym_val_number_token4] = ACTIONS(826), + [anon_sym_inf] = ACTIONS(826), + [anon_sym_DASHinf] = ACTIONS(826), + [anon_sym_NaN] = ACTIONS(826), + [anon_sym_0b] = ACTIONS(826), + [anon_sym_0o] = ACTIONS(826), + [anon_sym_0x] = ACTIONS(826), + [sym_val_date] = ACTIONS(826), + [anon_sym_DQUOTE] = ACTIONS(826), + [sym__str_single_quotes] = ACTIONS(826), + [sym__str_back_ticks] = ACTIONS(826), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(826), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(826), + [anon_sym_CARET] = ACTIONS(826), + [sym_short_flag] = ACTIONS(826), [anon_sym_POUND] = ACTIONS(3), }, - [311] = { - [sym_comment] = STATE(311), - [anon_sym_export] = ACTIONS(812), - [anon_sym_alias] = ACTIONS(812), - [anon_sym_let] = ACTIONS(812), - [anon_sym_let_DASHenv] = ACTIONS(812), - [anon_sym_mut] = ACTIONS(812), - [anon_sym_const] = ACTIONS(812), - [sym_cmd_identifier] = ACTIONS(812), - [anon_sym_SEMI] = ACTIONS(812), - [anon_sym_LF] = ACTIONS(814), - [anon_sym_def] = ACTIONS(812), - [anon_sym_def_DASHenv] = ACTIONS(812), - [anon_sym_export_DASHenv] = ACTIONS(812), - [anon_sym_extern] = ACTIONS(812), - [anon_sym_module] = ACTIONS(812), - [anon_sym_use] = ACTIONS(812), - [anon_sym_LBRACK] = ACTIONS(812), - [anon_sym_LPAREN] = ACTIONS(812), - [anon_sym_RPAREN] = ACTIONS(812), - [anon_sym_PIPE] = ACTIONS(812), - [anon_sym_DOLLAR] = ACTIONS(812), - [anon_sym_error] = ACTIONS(812), - [anon_sym_GT] = ACTIONS(812), - [anon_sym_DASH] = ACTIONS(812), - [anon_sym_break] = ACTIONS(812), - [anon_sym_continue] = ACTIONS(812), - [anon_sym_for] = ACTIONS(812), - [anon_sym_in] = ACTIONS(812), - [anon_sym_loop] = ACTIONS(812), - [anon_sym_while] = ACTIONS(812), - [anon_sym_do] = ACTIONS(812), - [anon_sym_if] = ACTIONS(812), - [anon_sym_match] = ACTIONS(812), - [anon_sym_LBRACE] = ACTIONS(812), - [anon_sym_RBRACE] = ACTIONS(812), - [anon_sym_try] = ACTIONS(812), - [anon_sym_return] = ACTIONS(812), - [anon_sym_source] = ACTIONS(812), - [anon_sym_source_DASHenv] = ACTIONS(812), - [anon_sym_register] = ACTIONS(812), - [anon_sym_hide] = ACTIONS(812), - [anon_sym_hide_DASHenv] = ACTIONS(812), - [anon_sym_overlay] = ACTIONS(812), - [anon_sym_STAR] = ACTIONS(812), - [anon_sym_where] = ACTIONS(812), - [anon_sym_STAR_STAR] = ACTIONS(812), - [anon_sym_PLUS_PLUS] = ACTIONS(812), - [anon_sym_SLASH] = ACTIONS(812), - [anon_sym_mod] = ACTIONS(812), - [anon_sym_SLASH_SLASH] = ACTIONS(812), - [anon_sym_PLUS] = ACTIONS(812), - [anon_sym_bit_DASHshl] = ACTIONS(812), - [anon_sym_bit_DASHshr] = ACTIONS(812), - [anon_sym_EQ_EQ] = ACTIONS(812), - [anon_sym_BANG_EQ] = ACTIONS(812), - [anon_sym_LT2] = ACTIONS(812), - [anon_sym_LT_EQ] = ACTIONS(812), - [anon_sym_GT_EQ] = ACTIONS(812), - [anon_sym_not_DASHin] = ACTIONS(812), - [anon_sym_starts_DASHwith] = ACTIONS(812), - [anon_sym_ends_DASHwith] = ACTIONS(812), - [anon_sym_EQ_TILDE] = ACTIONS(812), - [anon_sym_BANG_TILDE] = ACTIONS(812), - [anon_sym_bit_DASHand] = ACTIONS(812), - [anon_sym_bit_DASHxor] = ACTIONS(812), - [anon_sym_bit_DASHor] = ACTIONS(812), - [anon_sym_and] = ACTIONS(812), - [anon_sym_xor] = ACTIONS(812), - [anon_sym_or] = ACTIONS(812), - [anon_sym_not] = ACTIONS(812), - [anon_sym_DOT_DOT_LT] = ACTIONS(812), - [anon_sym_DOT_DOT] = ACTIONS(812), - [anon_sym_DOT_DOT_EQ] = ACTIONS(812), - [sym_val_nothing] = ACTIONS(812), - [anon_sym_true] = ACTIONS(812), - [anon_sym_false] = ACTIONS(812), - [aux_sym_val_number_token1] = ACTIONS(812), - [aux_sym_val_number_token2] = ACTIONS(812), - [aux_sym_val_number_token3] = ACTIONS(812), - [aux_sym_val_number_token4] = ACTIONS(812), - [anon_sym_inf] = ACTIONS(812), - [anon_sym_DASHinf] = ACTIONS(812), - [anon_sym_NaN] = ACTIONS(812), - [anon_sym_0b] = ACTIONS(812), - [anon_sym_0o] = ACTIONS(812), - [anon_sym_0x] = ACTIONS(812), - [sym_val_date] = ACTIONS(812), - [anon_sym_DQUOTE] = ACTIONS(812), - [sym__str_single_quotes] = ACTIONS(812), - [sym__str_back_ticks] = ACTIONS(812), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(812), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(812), - [anon_sym_CARET] = ACTIONS(812), + [293] = { + [sym_comment] = STATE(293), + [ts_builtin_sym_end] = ACTIONS(815), + [anon_sym_export] = ACTIONS(813), + [anon_sym_alias] = ACTIONS(813), + [anon_sym_let] = ACTIONS(813), + [anon_sym_let_DASHenv] = ACTIONS(813), + [anon_sym_mut] = ACTIONS(813), + [anon_sym_const] = ACTIONS(813), + [sym_cmd_identifier] = ACTIONS(813), + [anon_sym_SEMI] = ACTIONS(813), + [anon_sym_LF] = ACTIONS(815), + [anon_sym_def] = ACTIONS(813), + [anon_sym_def_DASHenv] = ACTIONS(813), + [anon_sym_export_DASHenv] = ACTIONS(813), + [anon_sym_extern] = ACTIONS(813), + [anon_sym_module] = ACTIONS(813), + [anon_sym_use] = ACTIONS(813), + [anon_sym_LBRACK] = ACTIONS(813), + [anon_sym_LPAREN] = ACTIONS(813), + [anon_sym_PIPE] = ACTIONS(813), + [anon_sym_DOLLAR] = ACTIONS(813), + [anon_sym_error] = ACTIONS(813), + [anon_sym_GT] = ACTIONS(813), + [anon_sym_DASH_DASH] = ACTIONS(813), + [anon_sym_DASH] = ACTIONS(813), + [anon_sym_break] = ACTIONS(813), + [anon_sym_continue] = ACTIONS(813), + [anon_sym_for] = ACTIONS(813), + [anon_sym_in] = ACTIONS(813), + [anon_sym_loop] = ACTIONS(813), + [anon_sym_while] = ACTIONS(813), + [anon_sym_do] = ACTIONS(813), + [anon_sym_if] = ACTIONS(813), + [anon_sym_match] = ACTIONS(813), + [anon_sym_LBRACE] = ACTIONS(813), + [anon_sym_try] = ACTIONS(813), + [anon_sym_return] = ACTIONS(813), + [anon_sym_source] = ACTIONS(813), + [anon_sym_source_DASHenv] = ACTIONS(813), + [anon_sym_register] = ACTIONS(813), + [anon_sym_hide] = ACTIONS(813), + [anon_sym_hide_DASHenv] = ACTIONS(813), + [anon_sym_overlay] = ACTIONS(813), + [anon_sym_STAR] = ACTIONS(813), + [anon_sym_where] = ACTIONS(813), + [anon_sym_STAR_STAR] = ACTIONS(813), + [anon_sym_PLUS_PLUS] = ACTIONS(813), + [anon_sym_SLASH] = ACTIONS(813), + [anon_sym_mod] = ACTIONS(813), + [anon_sym_SLASH_SLASH] = ACTIONS(813), + [anon_sym_PLUS] = ACTIONS(813), + [anon_sym_bit_DASHshl] = ACTIONS(813), + [anon_sym_bit_DASHshr] = ACTIONS(813), + [anon_sym_EQ_EQ] = ACTIONS(813), + [anon_sym_BANG_EQ] = ACTIONS(813), + [anon_sym_LT2] = ACTIONS(813), + [anon_sym_LT_EQ] = ACTIONS(813), + [anon_sym_GT_EQ] = ACTIONS(813), + [anon_sym_not_DASHin] = ACTIONS(813), + [anon_sym_starts_DASHwith] = ACTIONS(813), + [anon_sym_ends_DASHwith] = ACTIONS(813), + [anon_sym_EQ_TILDE] = ACTIONS(813), + [anon_sym_BANG_TILDE] = ACTIONS(813), + [anon_sym_bit_DASHand] = ACTIONS(813), + [anon_sym_bit_DASHxor] = ACTIONS(813), + [anon_sym_bit_DASHor] = ACTIONS(813), + [anon_sym_and] = ACTIONS(813), + [anon_sym_xor] = ACTIONS(813), + [anon_sym_or] = ACTIONS(813), + [anon_sym_not] = ACTIONS(813), + [anon_sym_DOT_DOT_LT] = ACTIONS(813), + [anon_sym_DOT_DOT] = ACTIONS(813), + [anon_sym_DOT_DOT_EQ] = ACTIONS(813), + [sym_val_nothing] = ACTIONS(813), + [anon_sym_true] = ACTIONS(813), + [anon_sym_false] = ACTIONS(813), + [aux_sym_val_number_token1] = ACTIONS(813), + [aux_sym_val_number_token2] = ACTIONS(813), + [aux_sym_val_number_token3] = ACTIONS(813), + [aux_sym_val_number_token4] = ACTIONS(813), + [anon_sym_inf] = ACTIONS(813), + [anon_sym_DASHinf] = ACTIONS(813), + [anon_sym_NaN] = ACTIONS(813), + [anon_sym_0b] = ACTIONS(813), + [anon_sym_0o] = ACTIONS(813), + [anon_sym_0x] = ACTIONS(813), + [sym_val_date] = ACTIONS(813), + [anon_sym_DQUOTE] = ACTIONS(813), + [sym__str_single_quotes] = ACTIONS(813), + [sym__str_back_ticks] = ACTIONS(813), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(813), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(813), + [anon_sym_CARET] = ACTIONS(813), + [sym_short_flag] = ACTIONS(813), [anon_sym_POUND] = ACTIONS(3), }, - [312] = { - [sym_comment] = STATE(312), - [anon_sym_export] = ACTIONS(107), - [anon_sym_alias] = ACTIONS(107), - [anon_sym_let] = ACTIONS(107), - [anon_sym_let_DASHenv] = ACTIONS(107), - [anon_sym_mut] = ACTIONS(107), - [anon_sym_const] = ACTIONS(107), - [sym_cmd_identifier] = ACTIONS(107), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_def] = ACTIONS(107), - [anon_sym_def_DASHenv] = ACTIONS(107), - [anon_sym_export_DASHenv] = ACTIONS(107), - [anon_sym_extern] = ACTIONS(107), - [anon_sym_module] = ACTIONS(107), - [anon_sym_use] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_RPAREN] = ACTIONS(107), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_error] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_break] = ACTIONS(107), - [anon_sym_continue] = ACTIONS(107), - [anon_sym_for] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_loop] = ACTIONS(107), - [anon_sym_while] = ACTIONS(107), - [anon_sym_do] = ACTIONS(107), - [anon_sym_if] = ACTIONS(107), - [anon_sym_match] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_RBRACE] = ACTIONS(107), - [anon_sym_try] = ACTIONS(107), - [anon_sym_return] = ACTIONS(107), - [anon_sym_source] = ACTIONS(107), - [anon_sym_source_DASHenv] = ACTIONS(107), - [anon_sym_register] = ACTIONS(107), - [anon_sym_hide] = ACTIONS(107), - [anon_sym_hide_DASHenv] = ACTIONS(107), - [anon_sym_overlay] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_where] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [anon_sym_DOT_DOT_LT] = ACTIONS(107), - [anon_sym_DOT_DOT] = ACTIONS(107), - [anon_sym_DOT_DOT_EQ] = ACTIONS(107), - [sym_val_nothing] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym_val_number_token1] = ACTIONS(107), - [aux_sym_val_number_token2] = ACTIONS(107), - [aux_sym_val_number_token3] = ACTIONS(107), - [aux_sym_val_number_token4] = ACTIONS(107), - [anon_sym_inf] = ACTIONS(107), - [anon_sym_DASHinf] = ACTIONS(107), - [anon_sym_NaN] = ACTIONS(107), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_CARET] = ACTIONS(107), + [294] = { + [sym_comment] = STATE(294), + [ts_builtin_sym_end] = ACTIONS(811), + [anon_sym_export] = ACTIONS(809), + [anon_sym_alias] = ACTIONS(809), + [anon_sym_let] = ACTIONS(809), + [anon_sym_let_DASHenv] = ACTIONS(809), + [anon_sym_mut] = ACTIONS(809), + [anon_sym_const] = ACTIONS(809), + [sym_cmd_identifier] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(809), + [anon_sym_LF] = ACTIONS(811), + [anon_sym_def] = ACTIONS(809), + [anon_sym_def_DASHenv] = ACTIONS(809), + [anon_sym_export_DASHenv] = ACTIONS(809), + [anon_sym_extern] = ACTIONS(809), + [anon_sym_module] = ACTIONS(809), + [anon_sym_use] = ACTIONS(809), + [anon_sym_LBRACK] = ACTIONS(809), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_PIPE] = ACTIONS(809), + [anon_sym_DOLLAR] = ACTIONS(809), + [anon_sym_error] = ACTIONS(809), + [anon_sym_GT] = ACTIONS(809), + [anon_sym_DASH_DASH] = ACTIONS(809), + [anon_sym_DASH] = ACTIONS(809), + [anon_sym_break] = ACTIONS(809), + [anon_sym_continue] = ACTIONS(809), + [anon_sym_for] = ACTIONS(809), + [anon_sym_in] = ACTIONS(809), + [anon_sym_loop] = ACTIONS(809), + [anon_sym_while] = ACTIONS(809), + [anon_sym_do] = ACTIONS(809), + [anon_sym_if] = ACTIONS(809), + [anon_sym_match] = ACTIONS(809), + [anon_sym_LBRACE] = ACTIONS(809), + [anon_sym_try] = ACTIONS(809), + [anon_sym_return] = ACTIONS(809), + [anon_sym_source] = ACTIONS(809), + [anon_sym_source_DASHenv] = ACTIONS(809), + [anon_sym_register] = ACTIONS(809), + [anon_sym_hide] = ACTIONS(809), + [anon_sym_hide_DASHenv] = ACTIONS(809), + [anon_sym_overlay] = ACTIONS(809), + [anon_sym_STAR] = ACTIONS(809), + [anon_sym_where] = ACTIONS(809), + [anon_sym_STAR_STAR] = ACTIONS(809), + [anon_sym_PLUS_PLUS] = ACTIONS(809), + [anon_sym_SLASH] = ACTIONS(809), + [anon_sym_mod] = ACTIONS(809), + [anon_sym_SLASH_SLASH] = ACTIONS(809), + [anon_sym_PLUS] = ACTIONS(809), + [anon_sym_bit_DASHshl] = ACTIONS(809), + [anon_sym_bit_DASHshr] = ACTIONS(809), + [anon_sym_EQ_EQ] = ACTIONS(809), + [anon_sym_BANG_EQ] = ACTIONS(809), + [anon_sym_LT2] = ACTIONS(809), + [anon_sym_LT_EQ] = ACTIONS(809), + [anon_sym_GT_EQ] = ACTIONS(809), + [anon_sym_not_DASHin] = ACTIONS(809), + [anon_sym_starts_DASHwith] = ACTIONS(809), + [anon_sym_ends_DASHwith] = ACTIONS(809), + [anon_sym_EQ_TILDE] = ACTIONS(809), + [anon_sym_BANG_TILDE] = ACTIONS(809), + [anon_sym_bit_DASHand] = ACTIONS(809), + [anon_sym_bit_DASHxor] = ACTIONS(809), + [anon_sym_bit_DASHor] = ACTIONS(809), + [anon_sym_and] = ACTIONS(809), + [anon_sym_xor] = ACTIONS(809), + [anon_sym_or] = ACTIONS(809), + [anon_sym_not] = ACTIONS(809), + [anon_sym_DOT_DOT_LT] = ACTIONS(809), + [anon_sym_DOT_DOT] = ACTIONS(809), + [anon_sym_DOT_DOT_EQ] = ACTIONS(809), + [sym_val_nothing] = ACTIONS(809), + [anon_sym_true] = ACTIONS(809), + [anon_sym_false] = ACTIONS(809), + [aux_sym_val_number_token1] = ACTIONS(809), + [aux_sym_val_number_token2] = ACTIONS(809), + [aux_sym_val_number_token3] = ACTIONS(809), + [aux_sym_val_number_token4] = ACTIONS(809), + [anon_sym_inf] = ACTIONS(809), + [anon_sym_DASHinf] = ACTIONS(809), + [anon_sym_NaN] = ACTIONS(809), + [anon_sym_0b] = ACTIONS(809), + [anon_sym_0o] = ACTIONS(809), + [anon_sym_0x] = ACTIONS(809), + [sym_val_date] = ACTIONS(809), + [anon_sym_DQUOTE] = ACTIONS(809), + [sym__str_single_quotes] = ACTIONS(809), + [sym__str_back_ticks] = ACTIONS(809), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(809), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(809), + [anon_sym_CARET] = ACTIONS(809), + [sym_short_flag] = ACTIONS(809), [anon_sym_POUND] = ACTIONS(3), }, - [313] = { - [sym_comment] = STATE(313), - [anon_sym_export] = ACTIONS(840), - [anon_sym_alias] = ACTIONS(840), - [anon_sym_let] = ACTIONS(840), - [anon_sym_let_DASHenv] = ACTIONS(840), - [anon_sym_mut] = ACTIONS(840), - [anon_sym_const] = ACTIONS(840), - [sym_cmd_identifier] = ACTIONS(840), - [anon_sym_SEMI] = ACTIONS(840), - [anon_sym_LF] = ACTIONS(842), - [anon_sym_def] = ACTIONS(840), - [anon_sym_def_DASHenv] = ACTIONS(840), - [anon_sym_export_DASHenv] = ACTIONS(840), - [anon_sym_extern] = ACTIONS(840), - [anon_sym_module] = ACTIONS(840), - [anon_sym_use] = ACTIONS(840), - [anon_sym_LBRACK] = ACTIONS(840), - [anon_sym_LPAREN] = ACTIONS(840), - [anon_sym_RPAREN] = ACTIONS(840), - [anon_sym_PIPE] = ACTIONS(840), - [anon_sym_DOLLAR] = ACTIONS(840), - [anon_sym_error] = ACTIONS(840), - [anon_sym_GT] = ACTIONS(840), - [anon_sym_DASH] = ACTIONS(840), - [anon_sym_break] = ACTIONS(840), - [anon_sym_continue] = ACTIONS(840), - [anon_sym_for] = ACTIONS(840), - [anon_sym_in] = ACTIONS(840), - [anon_sym_loop] = ACTIONS(840), - [anon_sym_while] = ACTIONS(840), - [anon_sym_do] = ACTIONS(840), - [anon_sym_if] = ACTIONS(840), - [anon_sym_match] = ACTIONS(840), - [anon_sym_LBRACE] = ACTIONS(840), - [anon_sym_RBRACE] = ACTIONS(840), - [anon_sym_try] = ACTIONS(840), - [anon_sym_return] = ACTIONS(840), - [anon_sym_source] = ACTIONS(840), - [anon_sym_source_DASHenv] = ACTIONS(840), - [anon_sym_register] = ACTIONS(840), - [anon_sym_hide] = ACTIONS(840), - [anon_sym_hide_DASHenv] = ACTIONS(840), - [anon_sym_overlay] = ACTIONS(840), - [anon_sym_STAR] = ACTIONS(840), - [anon_sym_where] = ACTIONS(840), - [anon_sym_STAR_STAR] = ACTIONS(840), - [anon_sym_PLUS_PLUS] = ACTIONS(840), - [anon_sym_SLASH] = ACTIONS(840), - [anon_sym_mod] = ACTIONS(840), - [anon_sym_SLASH_SLASH] = ACTIONS(840), - [anon_sym_PLUS] = ACTIONS(840), - [anon_sym_bit_DASHshl] = ACTIONS(840), - [anon_sym_bit_DASHshr] = ACTIONS(840), - [anon_sym_EQ_EQ] = ACTIONS(840), - [anon_sym_BANG_EQ] = ACTIONS(840), - [anon_sym_LT2] = ACTIONS(840), - [anon_sym_LT_EQ] = ACTIONS(840), - [anon_sym_GT_EQ] = ACTIONS(840), - [anon_sym_not_DASHin] = ACTIONS(840), - [anon_sym_starts_DASHwith] = ACTIONS(840), - [anon_sym_ends_DASHwith] = ACTIONS(840), - [anon_sym_EQ_TILDE] = ACTIONS(840), - [anon_sym_BANG_TILDE] = ACTIONS(840), - [anon_sym_bit_DASHand] = ACTIONS(840), - [anon_sym_bit_DASHxor] = ACTIONS(840), - [anon_sym_bit_DASHor] = ACTIONS(840), - [anon_sym_and] = ACTIONS(840), - [anon_sym_xor] = ACTIONS(840), - [anon_sym_or] = ACTIONS(840), - [anon_sym_not] = ACTIONS(840), - [anon_sym_DOT_DOT_LT] = ACTIONS(840), - [anon_sym_DOT_DOT] = ACTIONS(840), - [anon_sym_DOT_DOT_EQ] = ACTIONS(840), - [sym_val_nothing] = ACTIONS(840), - [anon_sym_true] = ACTIONS(840), - [anon_sym_false] = ACTIONS(840), - [aux_sym_val_number_token1] = ACTIONS(840), - [aux_sym_val_number_token2] = ACTIONS(840), - [aux_sym_val_number_token3] = ACTIONS(840), - [aux_sym_val_number_token4] = ACTIONS(840), - [anon_sym_inf] = ACTIONS(840), - [anon_sym_DASHinf] = ACTIONS(840), - [anon_sym_NaN] = ACTIONS(840), - [anon_sym_0b] = ACTIONS(840), - [anon_sym_0o] = ACTIONS(840), - [anon_sym_0x] = ACTIONS(840), - [sym_val_date] = ACTIONS(840), - [anon_sym_DQUOTE] = ACTIONS(840), - [sym__str_single_quotes] = ACTIONS(840), - [sym__str_back_ticks] = ACTIONS(840), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(840), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(840), - [anon_sym_CARET] = ACTIONS(840), + [295] = { + [sym_comment] = STATE(295), + [ts_builtin_sym_end] = ACTIONS(669), + [anon_sym_export] = ACTIONS(667), + [anon_sym_alias] = ACTIONS(667), + [anon_sym_let] = ACTIONS(667), + [anon_sym_let_DASHenv] = ACTIONS(667), + [anon_sym_mut] = ACTIONS(667), + [anon_sym_const] = ACTIONS(667), + [sym_cmd_identifier] = ACTIONS(667), + [anon_sym_SEMI] = ACTIONS(667), + [anon_sym_LF] = ACTIONS(669), + [anon_sym_def] = ACTIONS(667), + [anon_sym_def_DASHenv] = ACTIONS(667), + [anon_sym_export_DASHenv] = ACTIONS(667), + [anon_sym_extern] = ACTIONS(667), + [anon_sym_module] = ACTIONS(667), + [anon_sym_use] = ACTIONS(667), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_LPAREN] = ACTIONS(667), + [anon_sym_PIPE] = ACTIONS(667), + [anon_sym_DOLLAR] = ACTIONS(667), + [anon_sym_error] = ACTIONS(667), + [anon_sym_GT] = ACTIONS(667), + [anon_sym_DASH] = ACTIONS(667), + [anon_sym_break] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(667), + [anon_sym_for] = ACTIONS(667), + [anon_sym_in] = ACTIONS(667), + [anon_sym_loop] = ACTIONS(667), + [anon_sym_while] = ACTIONS(667), + [anon_sym_do] = ACTIONS(667), + [anon_sym_if] = ACTIONS(667), + [anon_sym_match] = ACTIONS(667), + [anon_sym_LBRACE] = ACTIONS(667), + [anon_sym_DOT] = ACTIONS(667), + [anon_sym_try] = ACTIONS(667), + [anon_sym_return] = ACTIONS(667), + [anon_sym_source] = ACTIONS(667), + [anon_sym_source_DASHenv] = ACTIONS(667), + [anon_sym_register] = ACTIONS(667), + [anon_sym_hide] = ACTIONS(667), + [anon_sym_hide_DASHenv] = ACTIONS(667), + [anon_sym_overlay] = ACTIONS(667), + [anon_sym_STAR] = ACTIONS(667), + [anon_sym_where] = ACTIONS(667), + [anon_sym_QMARK2] = ACTIONS(667), + [anon_sym_STAR_STAR] = ACTIONS(667), + [anon_sym_PLUS_PLUS] = ACTIONS(667), + [anon_sym_SLASH] = ACTIONS(667), + [anon_sym_mod] = ACTIONS(667), + [anon_sym_SLASH_SLASH] = ACTIONS(667), + [anon_sym_PLUS] = ACTIONS(667), + [anon_sym_bit_DASHshl] = ACTIONS(667), + [anon_sym_bit_DASHshr] = ACTIONS(667), + [anon_sym_EQ_EQ] = ACTIONS(667), + [anon_sym_BANG_EQ] = ACTIONS(667), + [anon_sym_LT2] = ACTIONS(667), + [anon_sym_LT_EQ] = ACTIONS(667), + [anon_sym_GT_EQ] = ACTIONS(667), + [anon_sym_not_DASHin] = ACTIONS(667), + [anon_sym_starts_DASHwith] = ACTIONS(667), + [anon_sym_ends_DASHwith] = ACTIONS(667), + [anon_sym_EQ_TILDE] = ACTIONS(667), + [anon_sym_BANG_TILDE] = ACTIONS(667), + [anon_sym_bit_DASHand] = ACTIONS(667), + [anon_sym_bit_DASHxor] = ACTIONS(667), + [anon_sym_bit_DASHor] = ACTIONS(667), + [anon_sym_and] = ACTIONS(667), + [anon_sym_xor] = ACTIONS(667), + [anon_sym_or] = ACTIONS(667), + [anon_sym_not] = ACTIONS(667), + [anon_sym_DOT_DOT_LT] = ACTIONS(667), + [anon_sym_DOT_DOT] = ACTIONS(667), + [anon_sym_DOT_DOT_EQ] = ACTIONS(667), + [sym_val_nothing] = ACTIONS(667), + [anon_sym_true] = ACTIONS(667), + [anon_sym_false] = ACTIONS(667), + [aux_sym_val_number_token1] = ACTIONS(667), + [aux_sym_val_number_token2] = ACTIONS(667), + [aux_sym_val_number_token3] = ACTIONS(667), + [aux_sym_val_number_token4] = ACTIONS(667), + [anon_sym_inf] = ACTIONS(667), + [anon_sym_DASHinf] = ACTIONS(667), + [anon_sym_NaN] = ACTIONS(667), + [anon_sym_0b] = ACTIONS(667), + [anon_sym_0o] = ACTIONS(667), + [anon_sym_0x] = ACTIONS(667), + [sym_val_date] = ACTIONS(667), + [anon_sym_DQUOTE] = ACTIONS(667), + [sym__str_single_quotes] = ACTIONS(667), + [sym__str_back_ticks] = ACTIONS(667), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(667), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(667), + [anon_sym_CARET] = ACTIONS(667), [anon_sym_POUND] = ACTIONS(3), }, - [314] = { - [sym_comment] = STATE(314), - [ts_builtin_sym_end] = ACTIONS(748), - [anon_sym_export] = ACTIONS(746), - [anon_sym_alias] = ACTIONS(746), - [anon_sym_let] = ACTIONS(746), - [anon_sym_let_DASHenv] = ACTIONS(746), - [anon_sym_mut] = ACTIONS(746), - [anon_sym_const] = ACTIONS(746), - [sym_cmd_identifier] = ACTIONS(746), - [anon_sym_SEMI] = ACTIONS(746), - [anon_sym_LF] = ACTIONS(748), - [anon_sym_def] = ACTIONS(746), - [anon_sym_def_DASHenv] = ACTIONS(746), - [anon_sym_export_DASHenv] = ACTIONS(746), - [anon_sym_extern] = ACTIONS(746), - [anon_sym_module] = ACTIONS(746), - [anon_sym_use] = ACTIONS(746), - [anon_sym_LBRACK] = ACTIONS(746), - [anon_sym_LPAREN] = ACTIONS(746), - [anon_sym_PIPE] = ACTIONS(746), - [anon_sym_DOLLAR] = ACTIONS(746), - [anon_sym_error] = ACTIONS(746), - [anon_sym_GT] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_break] = ACTIONS(746), - [anon_sym_continue] = ACTIONS(746), - [anon_sym_for] = ACTIONS(746), - [anon_sym_in] = ACTIONS(746), - [anon_sym_loop] = ACTIONS(746), - [anon_sym_while] = ACTIONS(746), - [anon_sym_do] = ACTIONS(746), - [anon_sym_if] = ACTIONS(746), - [anon_sym_match] = ACTIONS(746), - [anon_sym_LBRACE] = ACTIONS(746), - [anon_sym_DOT] = ACTIONS(746), - [anon_sym_try] = ACTIONS(746), - [anon_sym_return] = ACTIONS(746), - [anon_sym_source] = ACTIONS(746), - [anon_sym_source_DASHenv] = ACTIONS(746), - [anon_sym_register] = ACTIONS(746), - [anon_sym_hide] = ACTIONS(746), - [anon_sym_hide_DASHenv] = ACTIONS(746), - [anon_sym_overlay] = ACTIONS(746), - [anon_sym_STAR] = ACTIONS(746), - [anon_sym_where] = ACTIONS(746), - [anon_sym_STAR_STAR] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(746), - [anon_sym_mod] = ACTIONS(746), - [anon_sym_SLASH_SLASH] = ACTIONS(746), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_bit_DASHshl] = ACTIONS(746), - [anon_sym_bit_DASHshr] = ACTIONS(746), - [anon_sym_EQ_EQ] = ACTIONS(746), - [anon_sym_BANG_EQ] = ACTIONS(746), - [anon_sym_LT2] = ACTIONS(746), - [anon_sym_LT_EQ] = ACTIONS(746), - [anon_sym_GT_EQ] = ACTIONS(746), - [anon_sym_not_DASHin] = ACTIONS(746), - [anon_sym_starts_DASHwith] = ACTIONS(746), - [anon_sym_ends_DASHwith] = ACTIONS(746), - [anon_sym_EQ_TILDE] = ACTIONS(746), - [anon_sym_BANG_TILDE] = ACTIONS(746), - [anon_sym_bit_DASHand] = ACTIONS(746), - [anon_sym_bit_DASHxor] = ACTIONS(746), - [anon_sym_bit_DASHor] = ACTIONS(746), - [anon_sym_and] = ACTIONS(746), - [anon_sym_xor] = ACTIONS(746), - [anon_sym_or] = ACTIONS(746), - [anon_sym_not] = ACTIONS(746), - [anon_sym_DOT_DOT_LT] = ACTIONS(746), - [anon_sym_DOT_DOT] = ACTIONS(746), - [anon_sym_DOT_DOT_EQ] = ACTIONS(746), - [sym_val_nothing] = ACTIONS(746), - [anon_sym_true] = ACTIONS(746), - [anon_sym_false] = ACTIONS(746), - [aux_sym_val_number_token1] = ACTIONS(746), - [aux_sym_val_number_token2] = ACTIONS(746), - [aux_sym_val_number_token3] = ACTIONS(746), - [aux_sym_val_number_token4] = ACTIONS(746), - [anon_sym_inf] = ACTIONS(746), - [anon_sym_DASHinf] = ACTIONS(746), - [anon_sym_NaN] = ACTIONS(746), - [anon_sym_0b] = ACTIONS(746), - [anon_sym_0o] = ACTIONS(746), - [anon_sym_0x] = ACTIONS(746), - [sym_val_date] = ACTIONS(746), - [anon_sym_DQUOTE] = ACTIONS(746), - [sym__str_single_quotes] = ACTIONS(746), - [sym__str_back_ticks] = ACTIONS(746), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(746), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(746), - [anon_sym_CARET] = ACTIONS(746), + [296] = { + [sym_comment] = STATE(296), + [ts_builtin_sym_end] = ACTIONS(795), + [anon_sym_export] = ACTIONS(793), + [anon_sym_alias] = ACTIONS(793), + [anon_sym_let] = ACTIONS(793), + [anon_sym_let_DASHenv] = ACTIONS(793), + [anon_sym_mut] = ACTIONS(793), + [anon_sym_const] = ACTIONS(793), + [sym_cmd_identifier] = ACTIONS(793), + [anon_sym_SEMI] = ACTIONS(793), + [anon_sym_LF] = ACTIONS(795), + [anon_sym_def] = ACTIONS(793), + [anon_sym_def_DASHenv] = ACTIONS(793), + [anon_sym_export_DASHenv] = ACTIONS(793), + [anon_sym_extern] = ACTIONS(793), + [anon_sym_module] = ACTIONS(793), + [anon_sym_use] = ACTIONS(793), + [anon_sym_LBRACK] = ACTIONS(793), + [anon_sym_LPAREN] = ACTIONS(793), + [anon_sym_PIPE] = ACTIONS(793), + [anon_sym_DOLLAR] = ACTIONS(793), + [anon_sym_error] = ACTIONS(793), + [anon_sym_GT] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_break] = ACTIONS(793), + [anon_sym_continue] = ACTIONS(793), + [anon_sym_for] = ACTIONS(793), + [anon_sym_in] = ACTIONS(793), + [anon_sym_loop] = ACTIONS(793), + [anon_sym_while] = ACTIONS(793), + [anon_sym_do] = ACTIONS(793), + [anon_sym_if] = ACTIONS(793), + [anon_sym_match] = ACTIONS(793), + [anon_sym_LBRACE] = ACTIONS(793), + [anon_sym_try] = ACTIONS(793), + [anon_sym_return] = ACTIONS(793), + [anon_sym_source] = ACTIONS(793), + [anon_sym_source_DASHenv] = ACTIONS(793), + [anon_sym_register] = ACTIONS(793), + [anon_sym_hide] = ACTIONS(793), + [anon_sym_hide_DASHenv] = ACTIONS(793), + [anon_sym_overlay] = ACTIONS(793), + [anon_sym_STAR] = ACTIONS(793), + [anon_sym_where] = ACTIONS(793), + [anon_sym_STAR_STAR] = ACTIONS(793), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_SLASH] = ACTIONS(793), + [anon_sym_mod] = ACTIONS(793), + [anon_sym_SLASH_SLASH] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_bit_DASHshl] = ACTIONS(793), + [anon_sym_bit_DASHshr] = ACTIONS(793), + [anon_sym_EQ_EQ] = ACTIONS(793), + [anon_sym_BANG_EQ] = ACTIONS(793), + [anon_sym_LT2] = ACTIONS(793), + [anon_sym_LT_EQ] = ACTIONS(793), + [anon_sym_GT_EQ] = ACTIONS(793), + [anon_sym_not_DASHin] = ACTIONS(793), + [anon_sym_starts_DASHwith] = ACTIONS(793), + [anon_sym_ends_DASHwith] = ACTIONS(793), + [anon_sym_EQ_TILDE] = ACTIONS(793), + [anon_sym_BANG_TILDE] = ACTIONS(793), + [anon_sym_bit_DASHand] = ACTIONS(793), + [anon_sym_bit_DASHxor] = ACTIONS(793), + [anon_sym_bit_DASHor] = ACTIONS(793), + [anon_sym_and] = ACTIONS(793), + [anon_sym_xor] = ACTIONS(793), + [anon_sym_or] = ACTIONS(793), + [anon_sym_not] = ACTIONS(793), + [anon_sym_DOT_DOT_LT] = ACTIONS(793), + [anon_sym_DOT_DOT] = ACTIONS(793), + [anon_sym_DOT_DOT_EQ] = ACTIONS(793), + [sym_val_nothing] = ACTIONS(793), + [anon_sym_true] = ACTIONS(793), + [anon_sym_false] = ACTIONS(793), + [aux_sym_val_number_token1] = ACTIONS(793), + [aux_sym_val_number_token2] = ACTIONS(793), + [aux_sym_val_number_token3] = ACTIONS(793), + [aux_sym_val_number_token4] = ACTIONS(793), + [anon_sym_inf] = ACTIONS(793), + [anon_sym_DASHinf] = ACTIONS(793), + [anon_sym_NaN] = ACTIONS(793), + [anon_sym_0b] = ACTIONS(793), + [anon_sym_0o] = ACTIONS(793), + [anon_sym_0x] = ACTIONS(793), + [sym_val_date] = ACTIONS(793), + [anon_sym_DQUOTE] = ACTIONS(793), + [sym__str_single_quotes] = ACTIONS(793), + [sym__str_back_ticks] = ACTIONS(793), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(793), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(793), + [anon_sym_CARET] = ACTIONS(793), + [sym_short_flag] = ACTIONS(793), [anon_sym_POUND] = ACTIONS(3), }, - [315] = { - [sym_comment] = STATE(315), - [anon_sym_export] = ACTIONS(860), - [anon_sym_alias] = ACTIONS(860), - [anon_sym_let] = ACTIONS(860), - [anon_sym_let_DASHenv] = ACTIONS(860), - [anon_sym_mut] = ACTIONS(860), - [anon_sym_const] = ACTIONS(860), - [sym_cmd_identifier] = ACTIONS(860), - [anon_sym_SEMI] = ACTIONS(860), - [anon_sym_LF] = ACTIONS(862), - [anon_sym_def] = ACTIONS(860), - [anon_sym_def_DASHenv] = ACTIONS(860), - [anon_sym_export_DASHenv] = ACTIONS(860), - [anon_sym_extern] = ACTIONS(860), - [anon_sym_module] = ACTIONS(860), - [anon_sym_use] = ACTIONS(860), - [anon_sym_LBRACK] = ACTIONS(860), - [anon_sym_LPAREN] = ACTIONS(860), - [anon_sym_RPAREN] = ACTIONS(860), - [anon_sym_PIPE] = ACTIONS(860), - [anon_sym_DOLLAR] = ACTIONS(860), - [anon_sym_error] = ACTIONS(860), - [anon_sym_GT] = ACTIONS(860), - [anon_sym_DASH] = ACTIONS(860), - [anon_sym_break] = ACTIONS(860), - [anon_sym_continue] = ACTIONS(860), - [anon_sym_for] = ACTIONS(860), - [anon_sym_in] = ACTIONS(860), - [anon_sym_loop] = ACTIONS(860), - [anon_sym_while] = ACTIONS(860), - [anon_sym_do] = ACTIONS(860), - [anon_sym_if] = ACTIONS(860), - [anon_sym_match] = ACTIONS(860), - [anon_sym_LBRACE] = ACTIONS(860), - [anon_sym_RBRACE] = ACTIONS(860), - [anon_sym_try] = ACTIONS(860), - [anon_sym_return] = ACTIONS(860), - [anon_sym_source] = ACTIONS(860), - [anon_sym_source_DASHenv] = ACTIONS(860), - [anon_sym_register] = ACTIONS(860), - [anon_sym_hide] = ACTIONS(860), - [anon_sym_hide_DASHenv] = ACTIONS(860), - [anon_sym_overlay] = ACTIONS(860), - [anon_sym_STAR] = ACTIONS(860), - [anon_sym_where] = ACTIONS(860), - [anon_sym_STAR_STAR] = ACTIONS(860), - [anon_sym_PLUS_PLUS] = ACTIONS(860), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_mod] = ACTIONS(860), - [anon_sym_SLASH_SLASH] = ACTIONS(860), - [anon_sym_PLUS] = ACTIONS(860), - [anon_sym_bit_DASHshl] = ACTIONS(860), - [anon_sym_bit_DASHshr] = ACTIONS(860), - [anon_sym_EQ_EQ] = ACTIONS(860), - [anon_sym_BANG_EQ] = ACTIONS(860), - [anon_sym_LT2] = ACTIONS(860), - [anon_sym_LT_EQ] = ACTIONS(860), - [anon_sym_GT_EQ] = ACTIONS(860), - [anon_sym_not_DASHin] = ACTIONS(860), - [anon_sym_starts_DASHwith] = ACTIONS(860), - [anon_sym_ends_DASHwith] = ACTIONS(860), - [anon_sym_EQ_TILDE] = ACTIONS(860), - [anon_sym_BANG_TILDE] = ACTIONS(860), - [anon_sym_bit_DASHand] = ACTIONS(860), - [anon_sym_bit_DASHxor] = ACTIONS(860), - [anon_sym_bit_DASHor] = ACTIONS(860), - [anon_sym_and] = ACTIONS(860), - [anon_sym_xor] = ACTIONS(860), - [anon_sym_or] = ACTIONS(860), - [anon_sym_not] = ACTIONS(860), - [anon_sym_DOT_DOT_LT] = ACTIONS(860), - [anon_sym_DOT_DOT] = ACTIONS(860), - [anon_sym_DOT_DOT_EQ] = ACTIONS(860), - [sym_val_nothing] = ACTIONS(860), - [anon_sym_true] = ACTIONS(860), - [anon_sym_false] = ACTIONS(860), - [aux_sym_val_number_token1] = ACTIONS(860), - [aux_sym_val_number_token2] = ACTIONS(860), - [aux_sym_val_number_token3] = ACTIONS(860), - [aux_sym_val_number_token4] = ACTIONS(860), - [anon_sym_inf] = ACTIONS(860), - [anon_sym_DASHinf] = ACTIONS(860), - [anon_sym_NaN] = ACTIONS(860), - [anon_sym_0b] = ACTIONS(860), - [anon_sym_0o] = ACTIONS(860), - [anon_sym_0x] = ACTIONS(860), - [sym_val_date] = ACTIONS(860), - [anon_sym_DQUOTE] = ACTIONS(860), - [sym__str_single_quotes] = ACTIONS(860), - [sym__str_back_ticks] = ACTIONS(860), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(860), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(860), - [anon_sym_CARET] = ACTIONS(860), + [297] = { + [sym_comment] = STATE(297), + [ts_builtin_sym_end] = ACTIONS(783), + [anon_sym_export] = ACTIONS(781), + [anon_sym_alias] = ACTIONS(781), + [anon_sym_let] = ACTIONS(781), + [anon_sym_let_DASHenv] = ACTIONS(781), + [anon_sym_mut] = ACTIONS(781), + [anon_sym_const] = ACTIONS(781), + [sym_cmd_identifier] = ACTIONS(781), + [anon_sym_SEMI] = ACTIONS(781), + [anon_sym_LF] = ACTIONS(783), + [anon_sym_def] = ACTIONS(781), + [anon_sym_def_DASHenv] = ACTIONS(781), + [anon_sym_export_DASHenv] = ACTIONS(781), + [anon_sym_extern] = ACTIONS(781), + [anon_sym_module] = ACTIONS(781), + [anon_sym_use] = ACTIONS(781), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_LPAREN] = ACTIONS(781), + [anon_sym_PIPE] = ACTIONS(781), + [anon_sym_DOLLAR] = ACTIONS(781), + [anon_sym_error] = ACTIONS(781), + [anon_sym_GT] = ACTIONS(781), + [anon_sym_DASH_DASH] = ACTIONS(781), + [anon_sym_DASH] = ACTIONS(781), + [anon_sym_break] = ACTIONS(781), + [anon_sym_continue] = ACTIONS(781), + [anon_sym_for] = ACTIONS(781), + [anon_sym_in] = ACTIONS(781), + [anon_sym_loop] = ACTIONS(781), + [anon_sym_while] = ACTIONS(781), + [anon_sym_do] = ACTIONS(781), + [anon_sym_if] = ACTIONS(781), + [anon_sym_match] = ACTIONS(781), + [anon_sym_LBRACE] = ACTIONS(781), + [anon_sym_try] = ACTIONS(781), + [anon_sym_return] = ACTIONS(781), + [anon_sym_source] = ACTIONS(781), + [anon_sym_source_DASHenv] = ACTIONS(781), + [anon_sym_register] = ACTIONS(781), + [anon_sym_hide] = ACTIONS(781), + [anon_sym_hide_DASHenv] = ACTIONS(781), + [anon_sym_overlay] = ACTIONS(781), + [anon_sym_STAR] = ACTIONS(781), + [anon_sym_where] = ACTIONS(781), + [anon_sym_STAR_STAR] = ACTIONS(781), + [anon_sym_PLUS_PLUS] = ACTIONS(781), + [anon_sym_SLASH] = ACTIONS(781), + [anon_sym_mod] = ACTIONS(781), + [anon_sym_SLASH_SLASH] = ACTIONS(781), + [anon_sym_PLUS] = ACTIONS(781), + [anon_sym_bit_DASHshl] = ACTIONS(781), + [anon_sym_bit_DASHshr] = ACTIONS(781), + [anon_sym_EQ_EQ] = ACTIONS(781), + [anon_sym_BANG_EQ] = ACTIONS(781), + [anon_sym_LT2] = ACTIONS(781), + [anon_sym_LT_EQ] = ACTIONS(781), + [anon_sym_GT_EQ] = ACTIONS(781), + [anon_sym_not_DASHin] = ACTIONS(781), + [anon_sym_starts_DASHwith] = ACTIONS(781), + [anon_sym_ends_DASHwith] = ACTIONS(781), + [anon_sym_EQ_TILDE] = ACTIONS(781), + [anon_sym_BANG_TILDE] = ACTIONS(781), + [anon_sym_bit_DASHand] = ACTIONS(781), + [anon_sym_bit_DASHxor] = ACTIONS(781), + [anon_sym_bit_DASHor] = ACTIONS(781), + [anon_sym_and] = ACTIONS(781), + [anon_sym_xor] = ACTIONS(781), + [anon_sym_or] = ACTIONS(781), + [anon_sym_not] = ACTIONS(781), + [anon_sym_DOT_DOT_LT] = ACTIONS(781), + [anon_sym_DOT_DOT] = ACTIONS(781), + [anon_sym_DOT_DOT_EQ] = ACTIONS(781), + [sym_val_nothing] = ACTIONS(781), + [anon_sym_true] = ACTIONS(781), + [anon_sym_false] = ACTIONS(781), + [aux_sym_val_number_token1] = ACTIONS(781), + [aux_sym_val_number_token2] = ACTIONS(781), + [aux_sym_val_number_token3] = ACTIONS(781), + [aux_sym_val_number_token4] = ACTIONS(781), + [anon_sym_inf] = ACTIONS(781), + [anon_sym_DASHinf] = ACTIONS(781), + [anon_sym_NaN] = ACTIONS(781), + [anon_sym_0b] = ACTIONS(781), + [anon_sym_0o] = ACTIONS(781), + [anon_sym_0x] = ACTIONS(781), + [sym_val_date] = ACTIONS(781), + [anon_sym_DQUOTE] = ACTIONS(781), + [sym__str_single_quotes] = ACTIONS(781), + [sym__str_back_ticks] = ACTIONS(781), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), + [anon_sym_CARET] = ACTIONS(781), + [sym_short_flag] = ACTIONS(781), [anon_sym_POUND] = ACTIONS(3), }, - [316] = { - [sym_comment] = STATE(316), - [anon_sym_export] = ACTIONS(797), - [anon_sym_alias] = ACTIONS(797), - [anon_sym_let] = ACTIONS(797), - [anon_sym_let_DASHenv] = ACTIONS(797), - [anon_sym_mut] = ACTIONS(797), - [anon_sym_const] = ACTIONS(797), - [sym_cmd_identifier] = ACTIONS(797), - [anon_sym_SEMI] = ACTIONS(797), - [anon_sym_LF] = ACTIONS(799), - [anon_sym_def] = ACTIONS(797), - [anon_sym_def_DASHenv] = ACTIONS(797), - [anon_sym_export_DASHenv] = ACTIONS(797), - [anon_sym_extern] = ACTIONS(797), - [anon_sym_module] = ACTIONS(797), - [anon_sym_use] = ACTIONS(797), - [anon_sym_LBRACK] = ACTIONS(797), - [anon_sym_LPAREN] = ACTIONS(797), - [anon_sym_RPAREN] = ACTIONS(797), - [anon_sym_PIPE] = ACTIONS(797), - [anon_sym_DOLLAR] = ACTIONS(797), - [anon_sym_error] = ACTIONS(797), - [anon_sym_GT] = ACTIONS(797), - [anon_sym_DASH] = ACTIONS(797), - [anon_sym_break] = ACTIONS(797), - [anon_sym_continue] = ACTIONS(797), - [anon_sym_for] = ACTIONS(797), - [anon_sym_in] = ACTIONS(797), - [anon_sym_loop] = ACTIONS(797), - [anon_sym_while] = ACTIONS(797), - [anon_sym_do] = ACTIONS(797), - [anon_sym_if] = ACTIONS(797), - [anon_sym_match] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(797), - [anon_sym_RBRACE] = ACTIONS(797), - [anon_sym_try] = ACTIONS(797), - [anon_sym_return] = ACTIONS(797), - [anon_sym_source] = ACTIONS(797), - [anon_sym_source_DASHenv] = ACTIONS(797), - [anon_sym_register] = ACTIONS(797), - [anon_sym_hide] = ACTIONS(797), - [anon_sym_hide_DASHenv] = ACTIONS(797), - [anon_sym_overlay] = ACTIONS(797), - [anon_sym_STAR] = ACTIONS(797), - [anon_sym_where] = ACTIONS(797), - [anon_sym_STAR_STAR] = ACTIONS(797), - [anon_sym_PLUS_PLUS] = ACTIONS(797), - [anon_sym_SLASH] = ACTIONS(797), - [anon_sym_mod] = ACTIONS(797), - [anon_sym_SLASH_SLASH] = ACTIONS(797), - [anon_sym_PLUS] = ACTIONS(797), - [anon_sym_bit_DASHshl] = ACTIONS(797), - [anon_sym_bit_DASHshr] = ACTIONS(797), - [anon_sym_EQ_EQ] = ACTIONS(797), - [anon_sym_BANG_EQ] = ACTIONS(797), - [anon_sym_LT2] = ACTIONS(797), - [anon_sym_LT_EQ] = ACTIONS(797), - [anon_sym_GT_EQ] = ACTIONS(797), - [anon_sym_not_DASHin] = ACTIONS(797), - [anon_sym_starts_DASHwith] = ACTIONS(797), - [anon_sym_ends_DASHwith] = ACTIONS(797), - [anon_sym_EQ_TILDE] = ACTIONS(797), - [anon_sym_BANG_TILDE] = ACTIONS(797), - [anon_sym_bit_DASHand] = ACTIONS(797), - [anon_sym_bit_DASHxor] = ACTIONS(797), - [anon_sym_bit_DASHor] = ACTIONS(797), - [anon_sym_and] = ACTIONS(797), - [anon_sym_xor] = ACTIONS(797), - [anon_sym_or] = ACTIONS(797), - [anon_sym_not] = ACTIONS(797), - [anon_sym_DOT_DOT_LT] = ACTIONS(797), - [anon_sym_DOT_DOT] = ACTIONS(797), - [anon_sym_DOT_DOT_EQ] = ACTIONS(797), - [sym_val_nothing] = ACTIONS(797), - [anon_sym_true] = ACTIONS(797), - [anon_sym_false] = ACTIONS(797), - [aux_sym_val_number_token1] = ACTIONS(797), - [aux_sym_val_number_token2] = ACTIONS(797), - [aux_sym_val_number_token3] = ACTIONS(797), - [aux_sym_val_number_token4] = ACTIONS(797), - [anon_sym_inf] = ACTIONS(797), - [anon_sym_DASHinf] = ACTIONS(797), - [anon_sym_NaN] = ACTIONS(797), - [anon_sym_0b] = ACTIONS(797), - [anon_sym_0o] = ACTIONS(797), - [anon_sym_0x] = ACTIONS(797), - [sym_val_date] = ACTIONS(797), - [anon_sym_DQUOTE] = ACTIONS(797), - [sym__str_single_quotes] = ACTIONS(797), - [sym__str_back_ticks] = ACTIONS(797), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(797), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(797), - [anon_sym_CARET] = ACTIONS(797), + [298] = { + [sym_comment] = STATE(298), + [ts_builtin_sym_end] = ACTIONS(832), + [anon_sym_export] = ACTIONS(830), + [anon_sym_alias] = ACTIONS(830), + [anon_sym_let] = ACTIONS(830), + [anon_sym_let_DASHenv] = ACTIONS(830), + [anon_sym_mut] = ACTIONS(830), + [anon_sym_const] = ACTIONS(830), + [sym_cmd_identifier] = ACTIONS(830), + [anon_sym_SEMI] = ACTIONS(830), + [anon_sym_LF] = ACTIONS(832), + [anon_sym_def] = ACTIONS(830), + [anon_sym_def_DASHenv] = ACTIONS(830), + [anon_sym_export_DASHenv] = ACTIONS(830), + [anon_sym_extern] = ACTIONS(830), + [anon_sym_module] = ACTIONS(830), + [anon_sym_use] = ACTIONS(830), + [anon_sym_LBRACK] = ACTIONS(830), + [anon_sym_LPAREN] = ACTIONS(830), + [anon_sym_PIPE] = ACTIONS(830), + [anon_sym_DOLLAR] = ACTIONS(830), + [anon_sym_error] = ACTIONS(830), + [anon_sym_GT] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_break] = ACTIONS(830), + [anon_sym_continue] = ACTIONS(830), + [anon_sym_for] = ACTIONS(830), + [anon_sym_in] = ACTIONS(830), + [anon_sym_loop] = ACTIONS(830), + [anon_sym_while] = ACTIONS(830), + [anon_sym_do] = ACTIONS(830), + [anon_sym_if] = ACTIONS(830), + [anon_sym_match] = ACTIONS(830), + [anon_sym_LBRACE] = ACTIONS(830), + [anon_sym_try] = ACTIONS(830), + [anon_sym_return] = ACTIONS(830), + [anon_sym_source] = ACTIONS(830), + [anon_sym_source_DASHenv] = ACTIONS(830), + [anon_sym_register] = ACTIONS(830), + [anon_sym_hide] = ACTIONS(830), + [anon_sym_hide_DASHenv] = ACTIONS(830), + [anon_sym_overlay] = ACTIONS(830), + [anon_sym_STAR] = ACTIONS(830), + [anon_sym_where] = ACTIONS(830), + [anon_sym_STAR_STAR] = ACTIONS(830), + [anon_sym_PLUS_PLUS] = ACTIONS(830), + [anon_sym_SLASH] = ACTIONS(830), + [anon_sym_mod] = ACTIONS(830), + [anon_sym_SLASH_SLASH] = ACTIONS(830), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_bit_DASHshl] = ACTIONS(830), + [anon_sym_bit_DASHshr] = ACTIONS(830), + [anon_sym_EQ_EQ] = ACTIONS(830), + [anon_sym_BANG_EQ] = ACTIONS(830), + [anon_sym_LT2] = ACTIONS(830), + [anon_sym_LT_EQ] = ACTIONS(830), + [anon_sym_GT_EQ] = ACTIONS(830), + [anon_sym_not_DASHin] = ACTIONS(830), + [anon_sym_starts_DASHwith] = ACTIONS(830), + [anon_sym_ends_DASHwith] = ACTIONS(830), + [anon_sym_EQ_TILDE] = ACTIONS(830), + [anon_sym_BANG_TILDE] = ACTIONS(830), + [anon_sym_bit_DASHand] = ACTIONS(830), + [anon_sym_bit_DASHxor] = ACTIONS(830), + [anon_sym_bit_DASHor] = ACTIONS(830), + [anon_sym_and] = ACTIONS(830), + [anon_sym_xor] = ACTIONS(830), + [anon_sym_or] = ACTIONS(830), + [anon_sym_not] = ACTIONS(830), + [anon_sym_DOT_DOT_LT] = ACTIONS(830), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_DOT_DOT_EQ] = ACTIONS(830), + [sym_val_nothing] = ACTIONS(830), + [anon_sym_true] = ACTIONS(830), + [anon_sym_false] = ACTIONS(830), + [aux_sym_val_number_token1] = ACTIONS(830), + [aux_sym_val_number_token2] = ACTIONS(830), + [aux_sym_val_number_token3] = ACTIONS(830), + [aux_sym_val_number_token4] = ACTIONS(830), + [anon_sym_inf] = ACTIONS(830), + [anon_sym_DASHinf] = ACTIONS(830), + [anon_sym_NaN] = ACTIONS(830), + [anon_sym_0b] = ACTIONS(830), + [anon_sym_0o] = ACTIONS(830), + [anon_sym_0x] = ACTIONS(830), + [sym_val_date] = ACTIONS(830), + [anon_sym_DQUOTE] = ACTIONS(830), + [sym__str_single_quotes] = ACTIONS(830), + [sym__str_back_ticks] = ACTIONS(830), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(830), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(830), + [anon_sym_CARET] = ACTIONS(830), + [sym_short_flag] = ACTIONS(830), [anon_sym_POUND] = ACTIONS(3), }, - [317] = { - [sym_comment] = STATE(317), - [anon_sym_export] = ACTIONS(797), - [anon_sym_alias] = ACTIONS(797), - [anon_sym_let] = ACTIONS(797), - [anon_sym_let_DASHenv] = ACTIONS(797), - [anon_sym_mut] = ACTIONS(797), - [anon_sym_const] = ACTIONS(797), - [sym_cmd_identifier] = ACTIONS(797), - [anon_sym_SEMI] = ACTIONS(797), - [anon_sym_LF] = ACTIONS(799), - [anon_sym_def] = ACTIONS(797), - [anon_sym_def_DASHenv] = ACTIONS(797), - [anon_sym_export_DASHenv] = ACTIONS(797), - [anon_sym_extern] = ACTIONS(797), - [anon_sym_module] = ACTIONS(797), - [anon_sym_use] = ACTIONS(797), - [anon_sym_LBRACK] = ACTIONS(797), - [anon_sym_LPAREN] = ACTIONS(797), - [anon_sym_RPAREN] = ACTIONS(797), - [anon_sym_PIPE] = ACTIONS(797), - [anon_sym_DOLLAR] = ACTIONS(797), - [anon_sym_error] = ACTIONS(797), - [anon_sym_GT] = ACTIONS(797), - [anon_sym_DASH] = ACTIONS(797), - [anon_sym_break] = ACTIONS(797), - [anon_sym_continue] = ACTIONS(797), - [anon_sym_for] = ACTIONS(797), - [anon_sym_in] = ACTIONS(797), - [anon_sym_loop] = ACTIONS(797), - [anon_sym_while] = ACTIONS(797), - [anon_sym_do] = ACTIONS(797), - [anon_sym_if] = ACTIONS(797), - [anon_sym_match] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(797), - [anon_sym_RBRACE] = ACTIONS(797), - [anon_sym_try] = ACTIONS(797), - [anon_sym_return] = ACTIONS(797), - [anon_sym_source] = ACTIONS(797), - [anon_sym_source_DASHenv] = ACTIONS(797), - [anon_sym_register] = ACTIONS(797), - [anon_sym_hide] = ACTIONS(797), - [anon_sym_hide_DASHenv] = ACTIONS(797), - [anon_sym_overlay] = ACTIONS(797), - [anon_sym_STAR] = ACTIONS(797), - [anon_sym_where] = ACTIONS(797), - [anon_sym_STAR_STAR] = ACTIONS(797), - [anon_sym_PLUS_PLUS] = ACTIONS(797), - [anon_sym_SLASH] = ACTIONS(797), - [anon_sym_mod] = ACTIONS(797), - [anon_sym_SLASH_SLASH] = ACTIONS(797), - [anon_sym_PLUS] = ACTIONS(797), - [anon_sym_bit_DASHshl] = ACTIONS(797), - [anon_sym_bit_DASHshr] = ACTIONS(797), - [anon_sym_EQ_EQ] = ACTIONS(797), - [anon_sym_BANG_EQ] = ACTIONS(797), - [anon_sym_LT2] = ACTIONS(797), - [anon_sym_LT_EQ] = ACTIONS(797), - [anon_sym_GT_EQ] = ACTIONS(797), - [anon_sym_not_DASHin] = ACTIONS(797), - [anon_sym_starts_DASHwith] = ACTIONS(797), - [anon_sym_ends_DASHwith] = ACTIONS(797), - [anon_sym_EQ_TILDE] = ACTIONS(797), - [anon_sym_BANG_TILDE] = ACTIONS(797), - [anon_sym_bit_DASHand] = ACTIONS(797), - [anon_sym_bit_DASHxor] = ACTIONS(797), - [anon_sym_bit_DASHor] = ACTIONS(797), - [anon_sym_and] = ACTIONS(797), - [anon_sym_xor] = ACTIONS(797), - [anon_sym_or] = ACTIONS(797), - [anon_sym_not] = ACTIONS(797), - [anon_sym_DOT_DOT_LT] = ACTIONS(797), - [anon_sym_DOT_DOT] = ACTIONS(797), - [anon_sym_DOT_DOT_EQ] = ACTIONS(797), - [sym_val_nothing] = ACTIONS(797), - [anon_sym_true] = ACTIONS(797), - [anon_sym_false] = ACTIONS(797), - [aux_sym_val_number_token1] = ACTIONS(797), - [aux_sym_val_number_token2] = ACTIONS(797), - [aux_sym_val_number_token3] = ACTIONS(797), - [aux_sym_val_number_token4] = ACTIONS(797), - [anon_sym_inf] = ACTIONS(797), - [anon_sym_DASHinf] = ACTIONS(797), - [anon_sym_NaN] = ACTIONS(797), - [anon_sym_0b] = ACTIONS(797), - [anon_sym_0o] = ACTIONS(797), - [anon_sym_0x] = ACTIONS(797), - [sym_val_date] = ACTIONS(797), - [anon_sym_DQUOTE] = ACTIONS(797), - [sym__str_single_quotes] = ACTIONS(797), - [sym__str_back_ticks] = ACTIONS(797), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(797), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(797), - [anon_sym_CARET] = ACTIONS(797), + [299] = { + [sym_comment] = STATE(299), + [ts_builtin_sym_end] = ACTIONS(807), + [anon_sym_export] = ACTIONS(805), + [anon_sym_alias] = ACTIONS(805), + [anon_sym_let] = ACTIONS(805), + [anon_sym_let_DASHenv] = ACTIONS(805), + [anon_sym_mut] = ACTIONS(805), + [anon_sym_const] = ACTIONS(805), + [sym_cmd_identifier] = ACTIONS(805), + [anon_sym_SEMI] = ACTIONS(805), + [anon_sym_LF] = ACTIONS(807), + [anon_sym_def] = ACTIONS(805), + [anon_sym_def_DASHenv] = ACTIONS(805), + [anon_sym_export_DASHenv] = ACTIONS(805), + [anon_sym_extern] = ACTIONS(805), + [anon_sym_module] = ACTIONS(805), + [anon_sym_use] = ACTIONS(805), + [anon_sym_LBRACK] = ACTIONS(805), + [anon_sym_LPAREN] = ACTIONS(805), + [anon_sym_PIPE] = ACTIONS(805), + [anon_sym_DOLLAR] = ACTIONS(805), + [anon_sym_error] = ACTIONS(805), + [anon_sym_GT] = ACTIONS(805), + [anon_sym_DASH_DASH] = ACTIONS(805), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_break] = ACTIONS(805), + [anon_sym_continue] = ACTIONS(805), + [anon_sym_for] = ACTIONS(805), + [anon_sym_in] = ACTIONS(805), + [anon_sym_loop] = ACTIONS(805), + [anon_sym_while] = ACTIONS(805), + [anon_sym_do] = ACTIONS(805), + [anon_sym_if] = ACTIONS(805), + [anon_sym_match] = ACTIONS(805), + [anon_sym_LBRACE] = ACTIONS(805), + [anon_sym_try] = ACTIONS(805), + [anon_sym_return] = ACTIONS(805), + [anon_sym_source] = ACTIONS(805), + [anon_sym_source_DASHenv] = ACTIONS(805), + [anon_sym_register] = ACTIONS(805), + [anon_sym_hide] = ACTIONS(805), + [anon_sym_hide_DASHenv] = ACTIONS(805), + [anon_sym_overlay] = ACTIONS(805), + [anon_sym_STAR] = ACTIONS(805), + [anon_sym_where] = ACTIONS(805), + [anon_sym_STAR_STAR] = ACTIONS(805), + [anon_sym_PLUS_PLUS] = ACTIONS(805), + [anon_sym_SLASH] = ACTIONS(805), + [anon_sym_mod] = ACTIONS(805), + [anon_sym_SLASH_SLASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_bit_DASHshl] = ACTIONS(805), + [anon_sym_bit_DASHshr] = ACTIONS(805), + [anon_sym_EQ_EQ] = ACTIONS(805), + [anon_sym_BANG_EQ] = ACTIONS(805), + [anon_sym_LT2] = ACTIONS(805), + [anon_sym_LT_EQ] = ACTIONS(805), + [anon_sym_GT_EQ] = ACTIONS(805), + [anon_sym_not_DASHin] = ACTIONS(805), + [anon_sym_starts_DASHwith] = ACTIONS(805), + [anon_sym_ends_DASHwith] = ACTIONS(805), + [anon_sym_EQ_TILDE] = ACTIONS(805), + [anon_sym_BANG_TILDE] = ACTIONS(805), + [anon_sym_bit_DASHand] = ACTIONS(805), + [anon_sym_bit_DASHxor] = ACTIONS(805), + [anon_sym_bit_DASHor] = ACTIONS(805), + [anon_sym_and] = ACTIONS(805), + [anon_sym_xor] = ACTIONS(805), + [anon_sym_or] = ACTIONS(805), + [anon_sym_not] = ACTIONS(805), + [anon_sym_DOT_DOT_LT] = ACTIONS(805), + [anon_sym_DOT_DOT] = ACTIONS(805), + [anon_sym_DOT_DOT_EQ] = ACTIONS(805), + [sym_val_nothing] = ACTIONS(805), + [anon_sym_true] = ACTIONS(805), + [anon_sym_false] = ACTIONS(805), + [aux_sym_val_number_token1] = ACTIONS(805), + [aux_sym_val_number_token2] = ACTIONS(805), + [aux_sym_val_number_token3] = ACTIONS(805), + [aux_sym_val_number_token4] = ACTIONS(805), + [anon_sym_inf] = ACTIONS(805), + [anon_sym_DASHinf] = ACTIONS(805), + [anon_sym_NaN] = ACTIONS(805), + [anon_sym_0b] = ACTIONS(805), + [anon_sym_0o] = ACTIONS(805), + [anon_sym_0x] = ACTIONS(805), + [sym_val_date] = ACTIONS(805), + [anon_sym_DQUOTE] = ACTIONS(805), + [sym__str_single_quotes] = ACTIONS(805), + [sym__str_back_ticks] = ACTIONS(805), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(805), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(805), + [anon_sym_CARET] = ACTIONS(805), + [sym_short_flag] = ACTIONS(805), [anon_sym_POUND] = ACTIONS(3), }, - [318] = { - [sym_comment] = STATE(318), + [300] = { + [sym_comment] = STATE(300), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(714), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(718), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(720), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(722), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(724), + [anon_sym_PLUS_PLUS] = ACTIONS(724), + [anon_sym_SLASH] = ACTIONS(722), + [anon_sym_mod] = ACTIONS(722), + [anon_sym_SLASH_SLASH] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(718), + [anon_sym_bit_DASHshl] = ACTIONS(726), + [anon_sym_bit_DASHshr] = ACTIONS(726), + [anon_sym_EQ_EQ] = ACTIONS(714), + [anon_sym_BANG_EQ] = ACTIONS(714), + [anon_sym_LT2] = ACTIONS(714), + [anon_sym_LT_EQ] = ACTIONS(714), + [anon_sym_GT_EQ] = ACTIONS(714), + [anon_sym_not_DASHin] = ACTIONS(720), + [anon_sym_starts_DASHwith] = ACTIONS(720), + [anon_sym_ends_DASHwith] = ACTIONS(720), + [anon_sym_EQ_TILDE] = ACTIONS(728), + [anon_sym_BANG_TILDE] = ACTIONS(728), + [anon_sym_bit_DASHand] = ACTIONS(730), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [anon_sym_POUND] = ACTIONS(3), + }, + [301] = { + [sym_comment] = STATE(301), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(714), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(718), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(720), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(722), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(724), + [anon_sym_PLUS_PLUS] = ACTIONS(724), + [anon_sym_SLASH] = ACTIONS(722), + [anon_sym_mod] = ACTIONS(722), + [anon_sym_SLASH_SLASH] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(718), + [anon_sym_bit_DASHshl] = ACTIONS(726), + [anon_sym_bit_DASHshr] = ACTIONS(726), + [anon_sym_EQ_EQ] = ACTIONS(714), + [anon_sym_BANG_EQ] = ACTIONS(714), + [anon_sym_LT2] = ACTIONS(714), + [anon_sym_LT_EQ] = ACTIONS(714), + [anon_sym_GT_EQ] = ACTIONS(714), + [anon_sym_not_DASHin] = ACTIONS(720), + [anon_sym_starts_DASHwith] = ACTIONS(720), + [anon_sym_ends_DASHwith] = ACTIONS(720), + [anon_sym_EQ_TILDE] = ACTIONS(728), + [anon_sym_BANG_TILDE] = ACTIONS(728), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [anon_sym_POUND] = ACTIONS(3), + }, + [302] = { + [sym_comment] = STATE(302), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(718), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(769), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(722), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(724), + [anon_sym_PLUS_PLUS] = ACTIONS(724), + [anon_sym_SLASH] = ACTIONS(722), + [anon_sym_mod] = ACTIONS(722), + [anon_sym_SLASH_SLASH] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(718), + [anon_sym_bit_DASHshl] = ACTIONS(726), + [anon_sym_bit_DASHshr] = ACTIONS(726), + [anon_sym_EQ_EQ] = ACTIONS(769), + [anon_sym_BANG_EQ] = ACTIONS(769), + [anon_sym_LT2] = ACTIONS(769), + [anon_sym_LT_EQ] = ACTIONS(769), + [anon_sym_GT_EQ] = ACTIONS(769), + [anon_sym_not_DASHin] = ACTIONS(769), + [anon_sym_starts_DASHwith] = ACTIONS(769), + [anon_sym_ends_DASHwith] = ACTIONS(769), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [anon_sym_POUND] = ACTIONS(3), + }, + [303] = { + [sym_comment] = STATE(303), + [ts_builtin_sym_end] = ACTIONS(771), [anon_sym_export] = ACTIONS(769), [anon_sym_alias] = ACTIONS(769), [anon_sym_let] = ACTIONS(769), @@ -78006,11 +76570,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(769), [anon_sym_LBRACK] = ACTIONS(769), [anon_sym_LPAREN] = ACTIONS(769), - [anon_sym_RPAREN] = ACTIONS(769), [anon_sym_PIPE] = ACTIONS(769), [anon_sym_DOLLAR] = ACTIONS(769), [anon_sym_error] = ACTIONS(769), [anon_sym_GT] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), [anon_sym_DASH] = ACTIONS(769), [anon_sym_break] = ACTIONS(769), [anon_sym_continue] = ACTIONS(769), @@ -78022,7 +76586,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(769), [anon_sym_match] = ACTIONS(769), [anon_sym_LBRACE] = ACTIONS(769), - [anon_sym_RBRACE] = ACTIONS(769), [anon_sym_try] = ACTIONS(769), [anon_sym_return] = ACTIONS(769), [anon_sym_source] = ACTIONS(769), @@ -78033,8 +76596,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_overlay] = ACTIONS(769), [anon_sym_STAR] = ACTIONS(769), [anon_sym_where] = ACTIONS(769), - [anon_sym_STAR_STAR] = ACTIONS(769), - [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(724), + [anon_sym_PLUS_PLUS] = ACTIONS(724), [anon_sym_SLASH] = ACTIONS(769), [anon_sym_mod] = ACTIONS(769), [anon_sym_SLASH_SLASH] = ACTIONS(769), @@ -78081,918 +76644,248 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), [anon_sym_CARET] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [319] = { - [sym_comment] = STATE(319), - [anon_sym_export] = ACTIONS(844), - [anon_sym_alias] = ACTIONS(844), - [anon_sym_let] = ACTIONS(844), - [anon_sym_let_DASHenv] = ACTIONS(844), - [anon_sym_mut] = ACTIONS(844), - [anon_sym_const] = ACTIONS(844), - [sym_cmd_identifier] = ACTIONS(844), - [anon_sym_SEMI] = ACTIONS(844), - [anon_sym_LF] = ACTIONS(846), - [anon_sym_def] = ACTIONS(844), - [anon_sym_def_DASHenv] = ACTIONS(844), - [anon_sym_export_DASHenv] = ACTIONS(844), - [anon_sym_extern] = ACTIONS(844), - [anon_sym_module] = ACTIONS(844), - [anon_sym_use] = ACTIONS(844), - [anon_sym_LBRACK] = ACTIONS(844), - [anon_sym_LPAREN] = ACTIONS(844), - [anon_sym_RPAREN] = ACTIONS(844), - [anon_sym_PIPE] = ACTIONS(844), - [anon_sym_DOLLAR] = ACTIONS(844), - [anon_sym_error] = ACTIONS(844), - [anon_sym_GT] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_break] = ACTIONS(844), - [anon_sym_continue] = ACTIONS(844), - [anon_sym_for] = ACTIONS(844), - [anon_sym_in] = ACTIONS(844), - [anon_sym_loop] = ACTIONS(844), - [anon_sym_while] = ACTIONS(844), - [anon_sym_do] = ACTIONS(844), - [anon_sym_if] = ACTIONS(844), - [anon_sym_match] = ACTIONS(844), - [anon_sym_LBRACE] = ACTIONS(844), - [anon_sym_RBRACE] = ACTIONS(844), - [anon_sym_try] = ACTIONS(844), - [anon_sym_return] = ACTIONS(844), - [anon_sym_source] = ACTIONS(844), - [anon_sym_source_DASHenv] = ACTIONS(844), - [anon_sym_register] = ACTIONS(844), - [anon_sym_hide] = ACTIONS(844), - [anon_sym_hide_DASHenv] = ACTIONS(844), - [anon_sym_overlay] = ACTIONS(844), - [anon_sym_STAR] = ACTIONS(844), - [anon_sym_where] = ACTIONS(844), - [anon_sym_STAR_STAR] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(844), - [anon_sym_SLASH] = ACTIONS(844), - [anon_sym_mod] = ACTIONS(844), - [anon_sym_SLASH_SLASH] = ACTIONS(844), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_bit_DASHshl] = ACTIONS(844), - [anon_sym_bit_DASHshr] = ACTIONS(844), - [anon_sym_EQ_EQ] = ACTIONS(844), - [anon_sym_BANG_EQ] = ACTIONS(844), - [anon_sym_LT2] = ACTIONS(844), - [anon_sym_LT_EQ] = ACTIONS(844), - [anon_sym_GT_EQ] = ACTIONS(844), - [anon_sym_not_DASHin] = ACTIONS(844), - [anon_sym_starts_DASHwith] = ACTIONS(844), - [anon_sym_ends_DASHwith] = ACTIONS(844), - [anon_sym_EQ_TILDE] = ACTIONS(844), - [anon_sym_BANG_TILDE] = ACTIONS(844), - [anon_sym_bit_DASHand] = ACTIONS(844), - [anon_sym_bit_DASHxor] = ACTIONS(844), - [anon_sym_bit_DASHor] = ACTIONS(844), - [anon_sym_and] = ACTIONS(844), - [anon_sym_xor] = ACTIONS(844), - [anon_sym_or] = ACTIONS(844), - [anon_sym_not] = ACTIONS(844), - [anon_sym_DOT_DOT_LT] = ACTIONS(844), - [anon_sym_DOT_DOT] = ACTIONS(844), - [anon_sym_DOT_DOT_EQ] = ACTIONS(844), - [sym_val_nothing] = ACTIONS(844), - [anon_sym_true] = ACTIONS(844), - [anon_sym_false] = ACTIONS(844), - [aux_sym_val_number_token1] = ACTIONS(844), - [aux_sym_val_number_token2] = ACTIONS(844), - [aux_sym_val_number_token3] = ACTIONS(844), - [aux_sym_val_number_token4] = ACTIONS(844), - [anon_sym_inf] = ACTIONS(844), - [anon_sym_DASHinf] = ACTIONS(844), - [anon_sym_NaN] = ACTIONS(844), - [anon_sym_0b] = ACTIONS(844), - [anon_sym_0o] = ACTIONS(844), - [anon_sym_0x] = ACTIONS(844), - [sym_val_date] = ACTIONS(844), - [anon_sym_DQUOTE] = ACTIONS(844), - [sym__str_single_quotes] = ACTIONS(844), - [sym__str_back_ticks] = ACTIONS(844), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(844), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(844), - [anon_sym_CARET] = ACTIONS(844), - [anon_sym_POUND] = ACTIONS(3), - }, - [320] = { - [sym_comment] = STATE(320), - [anon_sym_export] = ACTIONS(836), - [anon_sym_alias] = ACTIONS(836), - [anon_sym_let] = ACTIONS(836), - [anon_sym_let_DASHenv] = ACTIONS(836), - [anon_sym_mut] = ACTIONS(836), - [anon_sym_const] = ACTIONS(836), - [sym_cmd_identifier] = ACTIONS(836), - [anon_sym_SEMI] = ACTIONS(836), - [anon_sym_LF] = ACTIONS(838), - [anon_sym_def] = ACTIONS(836), - [anon_sym_def_DASHenv] = ACTIONS(836), - [anon_sym_export_DASHenv] = ACTIONS(836), - [anon_sym_extern] = ACTIONS(836), - [anon_sym_module] = ACTIONS(836), - [anon_sym_use] = ACTIONS(836), - [anon_sym_LBRACK] = ACTIONS(836), - [anon_sym_LPAREN] = ACTIONS(836), - [anon_sym_RPAREN] = ACTIONS(836), - [anon_sym_PIPE] = ACTIONS(836), - [anon_sym_DOLLAR] = ACTIONS(836), - [anon_sym_error] = ACTIONS(836), - [anon_sym_GT] = ACTIONS(836), - [anon_sym_DASH] = ACTIONS(836), - [anon_sym_break] = ACTIONS(836), - [anon_sym_continue] = ACTIONS(836), - [anon_sym_for] = ACTIONS(836), - [anon_sym_in] = ACTIONS(836), - [anon_sym_loop] = ACTIONS(836), - [anon_sym_while] = ACTIONS(836), - [anon_sym_do] = ACTIONS(836), - [anon_sym_if] = ACTIONS(836), - [anon_sym_match] = ACTIONS(836), - [anon_sym_LBRACE] = ACTIONS(836), - [anon_sym_RBRACE] = ACTIONS(836), - [anon_sym_try] = ACTIONS(836), - [anon_sym_return] = ACTIONS(836), - [anon_sym_source] = ACTIONS(836), - [anon_sym_source_DASHenv] = ACTIONS(836), - [anon_sym_register] = ACTIONS(836), - [anon_sym_hide] = ACTIONS(836), - [anon_sym_hide_DASHenv] = ACTIONS(836), - [anon_sym_overlay] = ACTIONS(836), - [anon_sym_STAR] = ACTIONS(836), - [anon_sym_where] = ACTIONS(836), - [anon_sym_STAR_STAR] = ACTIONS(836), - [anon_sym_PLUS_PLUS] = ACTIONS(836), - [anon_sym_SLASH] = ACTIONS(836), - [anon_sym_mod] = ACTIONS(836), - [anon_sym_SLASH_SLASH] = ACTIONS(836), - [anon_sym_PLUS] = ACTIONS(836), - [anon_sym_bit_DASHshl] = ACTIONS(836), - [anon_sym_bit_DASHshr] = ACTIONS(836), - [anon_sym_EQ_EQ] = ACTIONS(836), - [anon_sym_BANG_EQ] = ACTIONS(836), - [anon_sym_LT2] = ACTIONS(836), - [anon_sym_LT_EQ] = ACTIONS(836), - [anon_sym_GT_EQ] = ACTIONS(836), - [anon_sym_not_DASHin] = ACTIONS(836), - [anon_sym_starts_DASHwith] = ACTIONS(836), - [anon_sym_ends_DASHwith] = ACTIONS(836), - [anon_sym_EQ_TILDE] = ACTIONS(836), - [anon_sym_BANG_TILDE] = ACTIONS(836), - [anon_sym_bit_DASHand] = ACTIONS(836), - [anon_sym_bit_DASHxor] = ACTIONS(836), - [anon_sym_bit_DASHor] = ACTIONS(836), - [anon_sym_and] = ACTIONS(836), - [anon_sym_xor] = ACTIONS(836), - [anon_sym_or] = ACTIONS(836), - [anon_sym_not] = ACTIONS(836), - [anon_sym_DOT_DOT_LT] = ACTIONS(836), - [anon_sym_DOT_DOT] = ACTIONS(836), - [anon_sym_DOT_DOT_EQ] = ACTIONS(836), - [sym_val_nothing] = ACTIONS(836), - [anon_sym_true] = ACTIONS(836), - [anon_sym_false] = ACTIONS(836), - [aux_sym_val_number_token1] = ACTIONS(836), - [aux_sym_val_number_token2] = ACTIONS(836), - [aux_sym_val_number_token3] = ACTIONS(836), - [aux_sym_val_number_token4] = ACTIONS(836), - [anon_sym_inf] = ACTIONS(836), - [anon_sym_DASHinf] = ACTIONS(836), - [anon_sym_NaN] = ACTIONS(836), - [anon_sym_0b] = ACTIONS(836), - [anon_sym_0o] = ACTIONS(836), - [anon_sym_0x] = ACTIONS(836), - [sym_val_date] = ACTIONS(836), - [anon_sym_DQUOTE] = ACTIONS(836), - [sym__str_single_quotes] = ACTIONS(836), - [sym__str_back_ticks] = ACTIONS(836), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(836), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(836), - [anon_sym_CARET] = ACTIONS(836), - [anon_sym_POUND] = ACTIONS(3), - }, - [321] = { - [sym_comment] = STATE(321), - [anon_sym_export] = ACTIONS(808), - [anon_sym_alias] = ACTIONS(808), - [anon_sym_let] = ACTIONS(808), - [anon_sym_let_DASHenv] = ACTIONS(808), - [anon_sym_mut] = ACTIONS(808), - [anon_sym_const] = ACTIONS(808), - [sym_cmd_identifier] = ACTIONS(808), - [anon_sym_SEMI] = ACTIONS(808), - [anon_sym_LF] = ACTIONS(810), - [anon_sym_def] = ACTIONS(808), - [anon_sym_def_DASHenv] = ACTIONS(808), - [anon_sym_export_DASHenv] = ACTIONS(808), - [anon_sym_extern] = ACTIONS(808), - [anon_sym_module] = ACTIONS(808), - [anon_sym_use] = ACTIONS(808), - [anon_sym_LBRACK] = ACTIONS(808), - [anon_sym_LPAREN] = ACTIONS(808), - [anon_sym_RPAREN] = ACTIONS(808), - [anon_sym_PIPE] = ACTIONS(808), - [anon_sym_DOLLAR] = ACTIONS(808), - [anon_sym_error] = ACTIONS(808), - [anon_sym_GT] = ACTIONS(808), - [anon_sym_DASH] = ACTIONS(808), - [anon_sym_break] = ACTIONS(808), - [anon_sym_continue] = ACTIONS(808), - [anon_sym_for] = ACTIONS(808), - [anon_sym_in] = ACTIONS(808), - [anon_sym_loop] = ACTIONS(808), - [anon_sym_while] = ACTIONS(808), - [anon_sym_do] = ACTIONS(808), - [anon_sym_if] = ACTIONS(808), - [anon_sym_match] = ACTIONS(808), - [anon_sym_LBRACE] = ACTIONS(808), - [anon_sym_RBRACE] = ACTIONS(808), - [anon_sym_try] = ACTIONS(808), - [anon_sym_return] = ACTIONS(808), - [anon_sym_source] = ACTIONS(808), - [anon_sym_source_DASHenv] = ACTIONS(808), - [anon_sym_register] = ACTIONS(808), - [anon_sym_hide] = ACTIONS(808), - [anon_sym_hide_DASHenv] = ACTIONS(808), - [anon_sym_overlay] = ACTIONS(808), - [anon_sym_STAR] = ACTIONS(808), - [anon_sym_where] = ACTIONS(808), - [anon_sym_STAR_STAR] = ACTIONS(808), - [anon_sym_PLUS_PLUS] = ACTIONS(808), - [anon_sym_SLASH] = ACTIONS(808), - [anon_sym_mod] = ACTIONS(808), - [anon_sym_SLASH_SLASH] = ACTIONS(808), - [anon_sym_PLUS] = ACTIONS(808), - [anon_sym_bit_DASHshl] = ACTIONS(808), - [anon_sym_bit_DASHshr] = ACTIONS(808), - [anon_sym_EQ_EQ] = ACTIONS(808), - [anon_sym_BANG_EQ] = ACTIONS(808), - [anon_sym_LT2] = ACTIONS(808), - [anon_sym_LT_EQ] = ACTIONS(808), - [anon_sym_GT_EQ] = ACTIONS(808), - [anon_sym_not_DASHin] = ACTIONS(808), - [anon_sym_starts_DASHwith] = ACTIONS(808), - [anon_sym_ends_DASHwith] = ACTIONS(808), - [anon_sym_EQ_TILDE] = ACTIONS(808), - [anon_sym_BANG_TILDE] = ACTIONS(808), - [anon_sym_bit_DASHand] = ACTIONS(808), - [anon_sym_bit_DASHxor] = ACTIONS(808), - [anon_sym_bit_DASHor] = ACTIONS(808), - [anon_sym_and] = ACTIONS(808), - [anon_sym_xor] = ACTIONS(808), - [anon_sym_or] = ACTIONS(808), - [anon_sym_not] = ACTIONS(808), - [anon_sym_DOT_DOT_LT] = ACTIONS(808), - [anon_sym_DOT_DOT] = ACTIONS(808), - [anon_sym_DOT_DOT_EQ] = ACTIONS(808), - [sym_val_nothing] = ACTIONS(808), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [aux_sym_val_number_token1] = ACTIONS(808), - [aux_sym_val_number_token2] = ACTIONS(808), - [aux_sym_val_number_token3] = ACTIONS(808), - [aux_sym_val_number_token4] = ACTIONS(808), - [anon_sym_inf] = ACTIONS(808), - [anon_sym_DASHinf] = ACTIONS(808), - [anon_sym_NaN] = ACTIONS(808), - [anon_sym_0b] = ACTIONS(808), - [anon_sym_0o] = ACTIONS(808), - [anon_sym_0x] = ACTIONS(808), - [sym_val_date] = ACTIONS(808), - [anon_sym_DQUOTE] = ACTIONS(808), - [sym__str_single_quotes] = ACTIONS(808), - [sym__str_back_ticks] = ACTIONS(808), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(808), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(808), - [anon_sym_CARET] = ACTIONS(808), - [anon_sym_POUND] = ACTIONS(3), - }, - [322] = { - [sym_comment] = STATE(322), - [anon_sym_export] = ACTIONS(824), - [anon_sym_alias] = ACTIONS(824), - [anon_sym_let] = ACTIONS(824), - [anon_sym_let_DASHenv] = ACTIONS(824), - [anon_sym_mut] = ACTIONS(824), - [anon_sym_const] = ACTIONS(824), - [sym_cmd_identifier] = ACTIONS(824), - [anon_sym_SEMI] = ACTIONS(824), - [anon_sym_LF] = ACTIONS(826), - [anon_sym_def] = ACTIONS(824), - [anon_sym_def_DASHenv] = ACTIONS(824), - [anon_sym_export_DASHenv] = ACTIONS(824), - [anon_sym_extern] = ACTIONS(824), - [anon_sym_module] = ACTIONS(824), - [anon_sym_use] = ACTIONS(824), - [anon_sym_LBRACK] = ACTIONS(824), - [anon_sym_LPAREN] = ACTIONS(824), - [anon_sym_RPAREN] = ACTIONS(824), - [anon_sym_PIPE] = ACTIONS(824), - [anon_sym_DOLLAR] = ACTIONS(824), - [anon_sym_error] = ACTIONS(824), - [anon_sym_GT] = ACTIONS(824), - [anon_sym_DASH] = ACTIONS(824), - [anon_sym_break] = ACTIONS(824), - [anon_sym_continue] = ACTIONS(824), - [anon_sym_for] = ACTIONS(824), - [anon_sym_in] = ACTIONS(824), - [anon_sym_loop] = ACTIONS(824), - [anon_sym_while] = ACTIONS(824), - [anon_sym_do] = ACTIONS(824), - [anon_sym_if] = ACTIONS(824), - [anon_sym_match] = ACTIONS(824), - [anon_sym_LBRACE] = ACTIONS(824), - [anon_sym_RBRACE] = ACTIONS(824), - [anon_sym_try] = ACTIONS(824), - [anon_sym_return] = ACTIONS(824), - [anon_sym_source] = ACTIONS(824), - [anon_sym_source_DASHenv] = ACTIONS(824), - [anon_sym_register] = ACTIONS(824), - [anon_sym_hide] = ACTIONS(824), - [anon_sym_hide_DASHenv] = ACTIONS(824), - [anon_sym_overlay] = ACTIONS(824), - [anon_sym_STAR] = ACTIONS(824), - [anon_sym_where] = ACTIONS(824), - [anon_sym_STAR_STAR] = ACTIONS(824), - [anon_sym_PLUS_PLUS] = ACTIONS(824), - [anon_sym_SLASH] = ACTIONS(824), - [anon_sym_mod] = ACTIONS(824), - [anon_sym_SLASH_SLASH] = ACTIONS(824), - [anon_sym_PLUS] = ACTIONS(824), - [anon_sym_bit_DASHshl] = ACTIONS(824), - [anon_sym_bit_DASHshr] = ACTIONS(824), - [anon_sym_EQ_EQ] = ACTIONS(824), - [anon_sym_BANG_EQ] = ACTIONS(824), - [anon_sym_LT2] = ACTIONS(824), - [anon_sym_LT_EQ] = ACTIONS(824), - [anon_sym_GT_EQ] = ACTIONS(824), - [anon_sym_not_DASHin] = ACTIONS(824), - [anon_sym_starts_DASHwith] = ACTIONS(824), - [anon_sym_ends_DASHwith] = ACTIONS(824), - [anon_sym_EQ_TILDE] = ACTIONS(824), - [anon_sym_BANG_TILDE] = ACTIONS(824), - [anon_sym_bit_DASHand] = ACTIONS(824), - [anon_sym_bit_DASHxor] = ACTIONS(824), - [anon_sym_bit_DASHor] = ACTIONS(824), - [anon_sym_and] = ACTIONS(824), - [anon_sym_xor] = ACTIONS(824), - [anon_sym_or] = ACTIONS(824), - [anon_sym_not] = ACTIONS(824), - [anon_sym_DOT_DOT_LT] = ACTIONS(824), - [anon_sym_DOT_DOT] = ACTIONS(824), - [anon_sym_DOT_DOT_EQ] = ACTIONS(824), - [sym_val_nothing] = ACTIONS(824), - [anon_sym_true] = ACTIONS(824), - [anon_sym_false] = ACTIONS(824), - [aux_sym_val_number_token1] = ACTIONS(824), - [aux_sym_val_number_token2] = ACTIONS(824), - [aux_sym_val_number_token3] = ACTIONS(824), - [aux_sym_val_number_token4] = ACTIONS(824), - [anon_sym_inf] = ACTIONS(824), - [anon_sym_DASHinf] = ACTIONS(824), - [anon_sym_NaN] = ACTIONS(824), - [anon_sym_0b] = ACTIONS(824), - [anon_sym_0o] = ACTIONS(824), - [anon_sym_0x] = ACTIONS(824), - [sym_val_date] = ACTIONS(824), - [anon_sym_DQUOTE] = ACTIONS(824), - [sym__str_single_quotes] = ACTIONS(824), - [sym__str_back_ticks] = ACTIONS(824), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(824), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(824), - [anon_sym_CARET] = ACTIONS(824), - [anon_sym_POUND] = ACTIONS(3), - }, - [323] = { - [sym_comment] = STATE(323), - [anon_sym_export] = ACTIONS(828), - [anon_sym_alias] = ACTIONS(828), - [anon_sym_let] = ACTIONS(828), - [anon_sym_let_DASHenv] = ACTIONS(828), - [anon_sym_mut] = ACTIONS(828), - [anon_sym_const] = ACTIONS(828), - [sym_cmd_identifier] = ACTIONS(828), - [anon_sym_SEMI] = ACTIONS(828), - [anon_sym_LF] = ACTIONS(830), - [anon_sym_def] = ACTIONS(828), - [anon_sym_def_DASHenv] = ACTIONS(828), - [anon_sym_export_DASHenv] = ACTIONS(828), - [anon_sym_extern] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_use] = ACTIONS(828), - [anon_sym_LBRACK] = ACTIONS(828), - [anon_sym_LPAREN] = ACTIONS(828), - [anon_sym_RPAREN] = ACTIONS(828), - [anon_sym_PIPE] = ACTIONS(828), - [anon_sym_DOLLAR] = ACTIONS(828), - [anon_sym_error] = ACTIONS(828), - [anon_sym_GT] = ACTIONS(828), - [anon_sym_DASH] = ACTIONS(828), - [anon_sym_break] = ACTIONS(828), - [anon_sym_continue] = ACTIONS(828), - [anon_sym_for] = ACTIONS(828), - [anon_sym_in] = ACTIONS(828), - [anon_sym_loop] = ACTIONS(828), - [anon_sym_while] = ACTIONS(828), - [anon_sym_do] = ACTIONS(828), - [anon_sym_if] = ACTIONS(828), - [anon_sym_match] = ACTIONS(828), - [anon_sym_LBRACE] = ACTIONS(828), - [anon_sym_RBRACE] = ACTIONS(828), - [anon_sym_try] = ACTIONS(828), - [anon_sym_return] = ACTIONS(828), - [anon_sym_source] = ACTIONS(828), - [anon_sym_source_DASHenv] = ACTIONS(828), - [anon_sym_register] = ACTIONS(828), - [anon_sym_hide] = ACTIONS(828), - [anon_sym_hide_DASHenv] = ACTIONS(828), - [anon_sym_overlay] = ACTIONS(828), - [anon_sym_STAR] = ACTIONS(828), - [anon_sym_where] = ACTIONS(828), - [anon_sym_STAR_STAR] = ACTIONS(828), - [anon_sym_PLUS_PLUS] = ACTIONS(828), - [anon_sym_SLASH] = ACTIONS(828), - [anon_sym_mod] = ACTIONS(828), - [anon_sym_SLASH_SLASH] = ACTIONS(828), - [anon_sym_PLUS] = ACTIONS(828), - [anon_sym_bit_DASHshl] = ACTIONS(828), - [anon_sym_bit_DASHshr] = ACTIONS(828), - [anon_sym_EQ_EQ] = ACTIONS(828), - [anon_sym_BANG_EQ] = ACTIONS(828), - [anon_sym_LT2] = ACTIONS(828), - [anon_sym_LT_EQ] = ACTIONS(828), - [anon_sym_GT_EQ] = ACTIONS(828), - [anon_sym_not_DASHin] = ACTIONS(828), - [anon_sym_starts_DASHwith] = ACTIONS(828), - [anon_sym_ends_DASHwith] = ACTIONS(828), - [anon_sym_EQ_TILDE] = ACTIONS(828), - [anon_sym_BANG_TILDE] = ACTIONS(828), - [anon_sym_bit_DASHand] = ACTIONS(828), - [anon_sym_bit_DASHxor] = ACTIONS(828), - [anon_sym_bit_DASHor] = ACTIONS(828), - [anon_sym_and] = ACTIONS(828), - [anon_sym_xor] = ACTIONS(828), - [anon_sym_or] = ACTIONS(828), - [anon_sym_not] = ACTIONS(828), - [anon_sym_DOT_DOT_LT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(828), - [anon_sym_DOT_DOT_EQ] = ACTIONS(828), - [sym_val_nothing] = ACTIONS(828), - [anon_sym_true] = ACTIONS(828), - [anon_sym_false] = ACTIONS(828), - [aux_sym_val_number_token1] = ACTIONS(828), - [aux_sym_val_number_token2] = ACTIONS(828), - [aux_sym_val_number_token3] = ACTIONS(828), - [aux_sym_val_number_token4] = ACTIONS(828), - [anon_sym_inf] = ACTIONS(828), - [anon_sym_DASHinf] = ACTIONS(828), - [anon_sym_NaN] = ACTIONS(828), - [anon_sym_0b] = ACTIONS(828), - [anon_sym_0o] = ACTIONS(828), - [anon_sym_0x] = ACTIONS(828), - [sym_val_date] = ACTIONS(828), - [anon_sym_DQUOTE] = ACTIONS(828), - [sym__str_single_quotes] = ACTIONS(828), - [sym__str_back_ticks] = ACTIONS(828), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(828), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(828), - [anon_sym_CARET] = ACTIONS(828), - [anon_sym_POUND] = ACTIONS(3), - }, - [324] = { - [sym_comment] = STATE(324), - [anon_sym_export] = ACTIONS(832), - [anon_sym_alias] = ACTIONS(832), - [anon_sym_let] = ACTIONS(832), - [anon_sym_let_DASHenv] = ACTIONS(832), - [anon_sym_mut] = ACTIONS(832), - [anon_sym_const] = ACTIONS(832), - [sym_cmd_identifier] = ACTIONS(832), - [anon_sym_SEMI] = ACTIONS(832), - [anon_sym_LF] = ACTIONS(834), - [anon_sym_def] = ACTIONS(832), - [anon_sym_def_DASHenv] = ACTIONS(832), - [anon_sym_export_DASHenv] = ACTIONS(832), - [anon_sym_extern] = ACTIONS(832), - [anon_sym_module] = ACTIONS(832), - [anon_sym_use] = ACTIONS(832), - [anon_sym_LBRACK] = ACTIONS(832), - [anon_sym_LPAREN] = ACTIONS(832), - [anon_sym_RPAREN] = ACTIONS(832), - [anon_sym_PIPE] = ACTIONS(832), - [anon_sym_DOLLAR] = ACTIONS(832), - [anon_sym_error] = ACTIONS(832), - [anon_sym_GT] = ACTIONS(832), - [anon_sym_DASH] = ACTIONS(832), - [anon_sym_break] = ACTIONS(832), - [anon_sym_continue] = ACTIONS(832), - [anon_sym_for] = ACTIONS(832), - [anon_sym_in] = ACTIONS(832), - [anon_sym_loop] = ACTIONS(832), - [anon_sym_while] = ACTIONS(832), - [anon_sym_do] = ACTIONS(832), - [anon_sym_if] = ACTIONS(832), - [anon_sym_match] = ACTIONS(832), - [anon_sym_LBRACE] = ACTIONS(832), - [anon_sym_RBRACE] = ACTIONS(832), - [anon_sym_try] = ACTIONS(832), - [anon_sym_return] = ACTIONS(832), - [anon_sym_source] = ACTIONS(832), - [anon_sym_source_DASHenv] = ACTIONS(832), - [anon_sym_register] = ACTIONS(832), - [anon_sym_hide] = ACTIONS(832), - [anon_sym_hide_DASHenv] = ACTIONS(832), - [anon_sym_overlay] = ACTIONS(832), - [anon_sym_STAR] = ACTIONS(832), - [anon_sym_where] = ACTIONS(832), - [anon_sym_STAR_STAR] = ACTIONS(832), - [anon_sym_PLUS_PLUS] = ACTIONS(832), - [anon_sym_SLASH] = ACTIONS(832), - [anon_sym_mod] = ACTIONS(832), - [anon_sym_SLASH_SLASH] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(832), - [anon_sym_bit_DASHshl] = ACTIONS(832), - [anon_sym_bit_DASHshr] = ACTIONS(832), - [anon_sym_EQ_EQ] = ACTIONS(832), - [anon_sym_BANG_EQ] = ACTIONS(832), - [anon_sym_LT2] = ACTIONS(832), - [anon_sym_LT_EQ] = ACTIONS(832), - [anon_sym_GT_EQ] = ACTIONS(832), - [anon_sym_not_DASHin] = ACTIONS(832), - [anon_sym_starts_DASHwith] = ACTIONS(832), - [anon_sym_ends_DASHwith] = ACTIONS(832), - [anon_sym_EQ_TILDE] = ACTIONS(832), - [anon_sym_BANG_TILDE] = ACTIONS(832), - [anon_sym_bit_DASHand] = ACTIONS(832), - [anon_sym_bit_DASHxor] = ACTIONS(832), - [anon_sym_bit_DASHor] = ACTIONS(832), - [anon_sym_and] = ACTIONS(832), - [anon_sym_xor] = ACTIONS(832), - [anon_sym_or] = ACTIONS(832), - [anon_sym_not] = ACTIONS(832), - [anon_sym_DOT_DOT_LT] = ACTIONS(832), - [anon_sym_DOT_DOT] = ACTIONS(832), - [anon_sym_DOT_DOT_EQ] = ACTIONS(832), - [sym_val_nothing] = ACTIONS(832), - [anon_sym_true] = ACTIONS(832), - [anon_sym_false] = ACTIONS(832), - [aux_sym_val_number_token1] = ACTIONS(832), - [aux_sym_val_number_token2] = ACTIONS(832), - [aux_sym_val_number_token3] = ACTIONS(832), - [aux_sym_val_number_token4] = ACTIONS(832), - [anon_sym_inf] = ACTIONS(832), - [anon_sym_DASHinf] = ACTIONS(832), - [anon_sym_NaN] = ACTIONS(832), - [anon_sym_0b] = ACTIONS(832), - [anon_sym_0o] = ACTIONS(832), - [anon_sym_0x] = ACTIONS(832), - [sym_val_date] = ACTIONS(832), - [anon_sym_DQUOTE] = ACTIONS(832), - [sym__str_single_quotes] = ACTIONS(832), - [sym__str_back_ticks] = ACTIONS(832), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(832), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(832), - [anon_sym_CARET] = ACTIONS(832), - [anon_sym_POUND] = ACTIONS(3), - }, - [325] = { - [sym_comment] = STATE(325), - [anon_sym_export] = ACTIONS(870), - [anon_sym_alias] = ACTIONS(870), - [anon_sym_let] = ACTIONS(870), - [anon_sym_let_DASHenv] = ACTIONS(870), - [anon_sym_mut] = ACTIONS(870), - [anon_sym_const] = ACTIONS(870), - [sym_cmd_identifier] = ACTIONS(870), - [anon_sym_SEMI] = ACTIONS(870), - [anon_sym_LF] = ACTIONS(872), - [anon_sym_def] = ACTIONS(870), - [anon_sym_def_DASHenv] = ACTIONS(870), - [anon_sym_export_DASHenv] = ACTIONS(870), - [anon_sym_extern] = ACTIONS(870), - [anon_sym_module] = ACTIONS(870), - [anon_sym_use] = ACTIONS(870), - [anon_sym_LBRACK] = ACTIONS(870), - [anon_sym_LPAREN] = ACTIONS(870), - [anon_sym_RPAREN] = ACTIONS(870), - [anon_sym_PIPE] = ACTIONS(870), - [anon_sym_DOLLAR] = ACTIONS(870), - [anon_sym_error] = ACTIONS(870), - [anon_sym_GT] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_break] = ACTIONS(870), - [anon_sym_continue] = ACTIONS(870), - [anon_sym_for] = ACTIONS(870), - [anon_sym_in] = ACTIONS(870), - [anon_sym_loop] = ACTIONS(870), - [anon_sym_while] = ACTIONS(870), - [anon_sym_do] = ACTIONS(870), - [anon_sym_if] = ACTIONS(870), - [anon_sym_match] = ACTIONS(870), - [anon_sym_LBRACE] = ACTIONS(870), - [anon_sym_RBRACE] = ACTIONS(870), - [anon_sym_try] = ACTIONS(870), - [anon_sym_return] = ACTIONS(870), - [anon_sym_source] = ACTIONS(870), - [anon_sym_source_DASHenv] = ACTIONS(870), - [anon_sym_register] = ACTIONS(870), - [anon_sym_hide] = ACTIONS(870), - [anon_sym_hide_DASHenv] = ACTIONS(870), - [anon_sym_overlay] = ACTIONS(870), - [anon_sym_STAR] = ACTIONS(870), - [anon_sym_where] = ACTIONS(870), - [anon_sym_STAR_STAR] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(870), - [anon_sym_SLASH] = ACTIONS(870), - [anon_sym_mod] = ACTIONS(870), - [anon_sym_SLASH_SLASH] = ACTIONS(870), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_bit_DASHshl] = ACTIONS(870), - [anon_sym_bit_DASHshr] = ACTIONS(870), - [anon_sym_EQ_EQ] = ACTIONS(870), - [anon_sym_BANG_EQ] = ACTIONS(870), - [anon_sym_LT2] = ACTIONS(870), - [anon_sym_LT_EQ] = ACTIONS(870), - [anon_sym_GT_EQ] = ACTIONS(870), - [anon_sym_not_DASHin] = ACTIONS(870), - [anon_sym_starts_DASHwith] = ACTIONS(870), - [anon_sym_ends_DASHwith] = ACTIONS(870), - [anon_sym_EQ_TILDE] = ACTIONS(870), - [anon_sym_BANG_TILDE] = ACTIONS(870), - [anon_sym_bit_DASHand] = ACTIONS(870), - [anon_sym_bit_DASHxor] = ACTIONS(870), - [anon_sym_bit_DASHor] = ACTIONS(870), - [anon_sym_and] = ACTIONS(870), - [anon_sym_xor] = ACTIONS(870), - [anon_sym_or] = ACTIONS(870), - [anon_sym_not] = ACTIONS(870), - [anon_sym_DOT_DOT_LT] = ACTIONS(870), - [anon_sym_DOT_DOT] = ACTIONS(870), - [anon_sym_DOT_DOT_EQ] = ACTIONS(870), - [sym_val_nothing] = ACTIONS(870), - [anon_sym_true] = ACTIONS(870), - [anon_sym_false] = ACTIONS(870), - [aux_sym_val_number_token1] = ACTIONS(870), - [aux_sym_val_number_token2] = ACTIONS(870), - [aux_sym_val_number_token3] = ACTIONS(870), - [aux_sym_val_number_token4] = ACTIONS(870), - [anon_sym_inf] = ACTIONS(870), - [anon_sym_DASHinf] = ACTIONS(870), - [anon_sym_NaN] = ACTIONS(870), - [anon_sym_0b] = ACTIONS(870), - [anon_sym_0o] = ACTIONS(870), - [anon_sym_0x] = ACTIONS(870), - [sym_val_date] = ACTIONS(870), - [anon_sym_DQUOTE] = ACTIONS(870), - [sym__str_single_quotes] = ACTIONS(870), - [sym__str_back_ticks] = ACTIONS(870), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(870), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(870), - [anon_sym_CARET] = ACTIONS(870), - [anon_sym_POUND] = ACTIONS(3), - }, - [326] = { - [sym_comment] = STATE(326), - [anon_sym_export] = ACTIONS(852), - [anon_sym_alias] = ACTIONS(852), - [anon_sym_let] = ACTIONS(852), - [anon_sym_let_DASHenv] = ACTIONS(852), - [anon_sym_mut] = ACTIONS(852), - [anon_sym_const] = ACTIONS(852), - [sym_cmd_identifier] = ACTIONS(852), - [anon_sym_SEMI] = ACTIONS(852), - [anon_sym_LF] = ACTIONS(854), - [anon_sym_def] = ACTIONS(852), - [anon_sym_def_DASHenv] = ACTIONS(852), - [anon_sym_export_DASHenv] = ACTIONS(852), - [anon_sym_extern] = ACTIONS(852), - [anon_sym_module] = ACTIONS(852), - [anon_sym_use] = ACTIONS(852), - [anon_sym_LBRACK] = ACTIONS(852), - [anon_sym_LPAREN] = ACTIONS(852), - [anon_sym_RPAREN] = ACTIONS(852), - [anon_sym_PIPE] = ACTIONS(852), - [anon_sym_DOLLAR] = ACTIONS(852), - [anon_sym_error] = ACTIONS(852), - [anon_sym_GT] = ACTIONS(852), - [anon_sym_DASH] = ACTIONS(852), - [anon_sym_break] = ACTIONS(852), - [anon_sym_continue] = ACTIONS(852), - [anon_sym_for] = ACTIONS(852), - [anon_sym_in] = ACTIONS(852), - [anon_sym_loop] = ACTIONS(852), - [anon_sym_while] = ACTIONS(852), - [anon_sym_do] = ACTIONS(852), - [anon_sym_if] = ACTIONS(852), - [anon_sym_match] = ACTIONS(852), - [anon_sym_LBRACE] = ACTIONS(852), - [anon_sym_RBRACE] = ACTIONS(852), - [anon_sym_try] = ACTIONS(852), - [anon_sym_return] = ACTIONS(852), - [anon_sym_source] = ACTIONS(852), - [anon_sym_source_DASHenv] = ACTIONS(852), - [anon_sym_register] = ACTIONS(852), - [anon_sym_hide] = ACTIONS(852), - [anon_sym_hide_DASHenv] = ACTIONS(852), - [anon_sym_overlay] = ACTIONS(852), - [anon_sym_STAR] = ACTIONS(852), - [anon_sym_where] = ACTIONS(852), - [anon_sym_STAR_STAR] = ACTIONS(852), - [anon_sym_PLUS_PLUS] = ACTIONS(852), - [anon_sym_SLASH] = ACTIONS(852), - [anon_sym_mod] = ACTIONS(852), - [anon_sym_SLASH_SLASH] = ACTIONS(852), - [anon_sym_PLUS] = ACTIONS(852), - [anon_sym_bit_DASHshl] = ACTIONS(852), - [anon_sym_bit_DASHshr] = ACTIONS(852), - [anon_sym_EQ_EQ] = ACTIONS(852), - [anon_sym_BANG_EQ] = ACTIONS(852), - [anon_sym_LT2] = ACTIONS(852), - [anon_sym_LT_EQ] = ACTIONS(852), - [anon_sym_GT_EQ] = ACTIONS(852), - [anon_sym_not_DASHin] = ACTIONS(852), - [anon_sym_starts_DASHwith] = ACTIONS(852), - [anon_sym_ends_DASHwith] = ACTIONS(852), - [anon_sym_EQ_TILDE] = ACTIONS(852), - [anon_sym_BANG_TILDE] = ACTIONS(852), - [anon_sym_bit_DASHand] = ACTIONS(852), - [anon_sym_bit_DASHxor] = ACTIONS(852), - [anon_sym_bit_DASHor] = ACTIONS(852), - [anon_sym_and] = ACTIONS(852), - [anon_sym_xor] = ACTIONS(852), - [anon_sym_or] = ACTIONS(852), - [anon_sym_not] = ACTIONS(852), - [anon_sym_DOT_DOT_LT] = ACTIONS(852), - [anon_sym_DOT_DOT] = ACTIONS(852), - [anon_sym_DOT_DOT_EQ] = ACTIONS(852), - [sym_val_nothing] = ACTIONS(852), - [anon_sym_true] = ACTIONS(852), - [anon_sym_false] = ACTIONS(852), - [aux_sym_val_number_token1] = ACTIONS(852), - [aux_sym_val_number_token2] = ACTIONS(852), - [aux_sym_val_number_token3] = ACTIONS(852), - [aux_sym_val_number_token4] = ACTIONS(852), - [anon_sym_inf] = ACTIONS(852), - [anon_sym_DASHinf] = ACTIONS(852), - [anon_sym_NaN] = ACTIONS(852), - [anon_sym_0b] = ACTIONS(852), - [anon_sym_0o] = ACTIONS(852), - [anon_sym_0x] = ACTIONS(852), - [sym_val_date] = ACTIONS(852), - [anon_sym_DQUOTE] = ACTIONS(852), - [sym__str_single_quotes] = ACTIONS(852), - [sym__str_back_ticks] = ACTIONS(852), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(852), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(852), - [anon_sym_CARET] = ACTIONS(852), - [anon_sym_POUND] = ACTIONS(3), - }, - [327] = { - [sym_comment] = STATE(327), - [anon_sym_export] = ACTIONS(816), - [anon_sym_alias] = ACTIONS(816), - [anon_sym_let] = ACTIONS(816), - [anon_sym_let_DASHenv] = ACTIONS(816), - [anon_sym_mut] = ACTIONS(816), - [anon_sym_const] = ACTIONS(816), - [sym_cmd_identifier] = ACTIONS(816), - [anon_sym_SEMI] = ACTIONS(816), - [anon_sym_LF] = ACTIONS(818), - [anon_sym_def] = ACTIONS(816), - [anon_sym_def_DASHenv] = ACTIONS(816), - [anon_sym_export_DASHenv] = ACTIONS(816), - [anon_sym_extern] = ACTIONS(816), - [anon_sym_module] = ACTIONS(816), - [anon_sym_use] = ACTIONS(816), - [anon_sym_LBRACK] = ACTIONS(816), - [anon_sym_LPAREN] = ACTIONS(816), - [anon_sym_RPAREN] = ACTIONS(816), - [anon_sym_PIPE] = ACTIONS(816), - [anon_sym_DOLLAR] = ACTIONS(816), - [anon_sym_error] = ACTIONS(816), - [anon_sym_GT] = ACTIONS(816), - [anon_sym_DASH] = ACTIONS(816), - [anon_sym_break] = ACTIONS(816), - [anon_sym_continue] = ACTIONS(816), - [anon_sym_for] = ACTIONS(816), - [anon_sym_in] = ACTIONS(816), - [anon_sym_loop] = ACTIONS(816), - [anon_sym_while] = ACTIONS(816), - [anon_sym_do] = ACTIONS(816), - [anon_sym_if] = ACTIONS(816), - [anon_sym_match] = ACTIONS(816), - [anon_sym_LBRACE] = ACTIONS(816), - [anon_sym_RBRACE] = ACTIONS(816), - [anon_sym_try] = ACTIONS(816), - [anon_sym_return] = ACTIONS(816), - [anon_sym_source] = ACTIONS(816), - [anon_sym_source_DASHenv] = ACTIONS(816), - [anon_sym_register] = ACTIONS(816), - [anon_sym_hide] = ACTIONS(816), - [anon_sym_hide_DASHenv] = ACTIONS(816), - [anon_sym_overlay] = ACTIONS(816), - [anon_sym_STAR] = ACTIONS(816), - [anon_sym_where] = ACTIONS(816), - [anon_sym_STAR_STAR] = ACTIONS(816), - [anon_sym_PLUS_PLUS] = ACTIONS(816), - [anon_sym_SLASH] = ACTIONS(816), - [anon_sym_mod] = ACTIONS(816), - [anon_sym_SLASH_SLASH] = ACTIONS(816), - [anon_sym_PLUS] = ACTIONS(816), - [anon_sym_bit_DASHshl] = ACTIONS(816), - [anon_sym_bit_DASHshr] = ACTIONS(816), - [anon_sym_EQ_EQ] = ACTIONS(816), - [anon_sym_BANG_EQ] = ACTIONS(816), - [anon_sym_LT2] = ACTIONS(816), - [anon_sym_LT_EQ] = ACTIONS(816), - [anon_sym_GT_EQ] = ACTIONS(816), - [anon_sym_not_DASHin] = ACTIONS(816), - [anon_sym_starts_DASHwith] = ACTIONS(816), - [anon_sym_ends_DASHwith] = ACTIONS(816), - [anon_sym_EQ_TILDE] = ACTIONS(816), - [anon_sym_BANG_TILDE] = ACTIONS(816), - [anon_sym_bit_DASHand] = ACTIONS(816), - [anon_sym_bit_DASHxor] = ACTIONS(816), - [anon_sym_bit_DASHor] = ACTIONS(816), - [anon_sym_and] = ACTIONS(816), - [anon_sym_xor] = ACTIONS(816), - [anon_sym_or] = ACTIONS(816), - [anon_sym_not] = ACTIONS(816), - [anon_sym_DOT_DOT_LT] = ACTIONS(816), - [anon_sym_DOT_DOT] = ACTIONS(816), - [anon_sym_DOT_DOT_EQ] = ACTIONS(816), - [sym_val_nothing] = ACTIONS(816), - [anon_sym_true] = ACTIONS(816), - [anon_sym_false] = ACTIONS(816), - [aux_sym_val_number_token1] = ACTIONS(816), - [aux_sym_val_number_token2] = ACTIONS(816), - [aux_sym_val_number_token3] = ACTIONS(816), - [aux_sym_val_number_token4] = ACTIONS(816), - [anon_sym_inf] = ACTIONS(816), - [anon_sym_DASHinf] = ACTIONS(816), - [anon_sym_NaN] = ACTIONS(816), - [anon_sym_0b] = ACTIONS(816), - [anon_sym_0o] = ACTIONS(816), - [anon_sym_0x] = ACTIONS(816), - [sym_val_date] = ACTIONS(816), - [anon_sym_DQUOTE] = ACTIONS(816), - [sym__str_single_quotes] = ACTIONS(816), - [sym__str_back_ticks] = ACTIONS(816), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(816), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(816), - [anon_sym_CARET] = ACTIONS(816), - [anon_sym_POUND] = ACTIONS(3), - }, - [328] = { - [sym_comment] = STATE(328), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), + [304] = { + [sym_comment] = STATE(304), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(769), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(769), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(722), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(724), + [anon_sym_PLUS_PLUS] = ACTIONS(724), + [anon_sym_SLASH] = ACTIONS(722), + [anon_sym_mod] = ACTIONS(722), + [anon_sym_SLASH_SLASH] = ACTIONS(722), + [anon_sym_PLUS] = ACTIONS(769), + [anon_sym_bit_DASHshl] = ACTIONS(769), + [anon_sym_bit_DASHshr] = ACTIONS(769), + [anon_sym_EQ_EQ] = ACTIONS(769), + [anon_sym_BANG_EQ] = ACTIONS(769), + [anon_sym_LT2] = ACTIONS(769), + [anon_sym_LT_EQ] = ACTIONS(769), + [anon_sym_GT_EQ] = ACTIONS(769), + [anon_sym_not_DASHin] = ACTIONS(769), + [anon_sym_starts_DASHwith] = ACTIONS(769), + [anon_sym_ends_DASHwith] = ACTIONS(769), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [anon_sym_POUND] = ACTIONS(3), + }, + [305] = { + [sym_comment] = STATE(305), + [anon_sym_export] = ACTIONS(819), + [anon_sym_alias] = ACTIONS(819), + [anon_sym_let] = ACTIONS(819), + [anon_sym_let_DASHenv] = ACTIONS(819), + [anon_sym_mut] = ACTIONS(819), + [anon_sym_const] = ACTIONS(819), + [sym_cmd_identifier] = ACTIONS(819), + [anon_sym_SEMI] = ACTIONS(819), + [anon_sym_LF] = ACTIONS(821), + [anon_sym_def] = ACTIONS(819), + [anon_sym_def_DASHenv] = ACTIONS(819), + [anon_sym_export_DASHenv] = ACTIONS(819), + [anon_sym_extern] = ACTIONS(819), + [anon_sym_module] = ACTIONS(819), + [anon_sym_use] = ACTIONS(819), + [anon_sym_LBRACK] = ACTIONS(819), + [anon_sym_LPAREN] = ACTIONS(819), + [anon_sym_RPAREN] = ACTIONS(819), + [anon_sym_PIPE] = ACTIONS(819), + [anon_sym_DOLLAR] = ACTIONS(819), + [anon_sym_error] = ACTIONS(819), + [anon_sym_GT] = ACTIONS(819), + [anon_sym_DASH] = ACTIONS(819), + [anon_sym_break] = ACTIONS(819), + [anon_sym_continue] = ACTIONS(819), + [anon_sym_for] = ACTIONS(819), + [anon_sym_in] = ACTIONS(819), + [anon_sym_loop] = ACTIONS(819), + [anon_sym_while] = ACTIONS(819), + [anon_sym_do] = ACTIONS(819), + [anon_sym_if] = ACTIONS(819), + [anon_sym_match] = ACTIONS(819), + [anon_sym_LBRACE] = ACTIONS(819), + [anon_sym_RBRACE] = ACTIONS(819), + [anon_sym_try] = ACTIONS(819), + [anon_sym_return] = ACTIONS(819), + [anon_sym_source] = ACTIONS(819), + [anon_sym_source_DASHenv] = ACTIONS(819), + [anon_sym_register] = ACTIONS(819), + [anon_sym_hide] = ACTIONS(819), + [anon_sym_hide_DASHenv] = ACTIONS(819), + [anon_sym_overlay] = ACTIONS(819), + [anon_sym_STAR] = ACTIONS(819), + [anon_sym_where] = ACTIONS(819), + [anon_sym_STAR_STAR] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_SLASH] = ACTIONS(819), + [anon_sym_mod] = ACTIONS(819), + [anon_sym_SLASH_SLASH] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(819), + [anon_sym_bit_DASHshl] = ACTIONS(819), + [anon_sym_bit_DASHshr] = ACTIONS(819), + [anon_sym_EQ_EQ] = ACTIONS(819), + [anon_sym_BANG_EQ] = ACTIONS(819), + [anon_sym_LT2] = ACTIONS(819), + [anon_sym_LT_EQ] = ACTIONS(819), + [anon_sym_GT_EQ] = ACTIONS(819), + [anon_sym_not_DASHin] = ACTIONS(819), + [anon_sym_starts_DASHwith] = ACTIONS(819), + [anon_sym_ends_DASHwith] = ACTIONS(819), + [anon_sym_EQ_TILDE] = ACTIONS(819), + [anon_sym_BANG_TILDE] = ACTIONS(819), + [anon_sym_bit_DASHand] = ACTIONS(819), + [anon_sym_bit_DASHxor] = ACTIONS(819), + [anon_sym_bit_DASHor] = ACTIONS(819), + [anon_sym_and] = ACTIONS(819), + [anon_sym_xor] = ACTIONS(819), + [anon_sym_or] = ACTIONS(819), + [anon_sym_not] = ACTIONS(819), + [anon_sym_DOT_DOT_LT] = ACTIONS(819), + [anon_sym_DOT_DOT] = ACTIONS(819), + [anon_sym_DOT_DOT_EQ] = ACTIONS(819), + [sym_val_nothing] = ACTIONS(819), + [anon_sym_true] = ACTIONS(819), + [anon_sym_false] = ACTIONS(819), + [aux_sym_val_number_token1] = ACTIONS(819), + [aux_sym_val_number_token2] = ACTIONS(819), + [aux_sym_val_number_token3] = ACTIONS(819), + [aux_sym_val_number_token4] = ACTIONS(819), + [anon_sym_inf] = ACTIONS(819), + [anon_sym_DASHinf] = ACTIONS(819), + [anon_sym_NaN] = ACTIONS(819), + [anon_sym_0b] = ACTIONS(819), + [anon_sym_0o] = ACTIONS(819), + [anon_sym_0x] = ACTIONS(819), + [sym_val_date] = ACTIONS(819), + [anon_sym_DQUOTE] = ACTIONS(819), + [sym__str_single_quotes] = ACTIONS(819), + [sym__str_back_ticks] = ACTIONS(819), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(819), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(819), + [anon_sym_CARET] = ACTIONS(819), + [anon_sym_POUND] = ACTIONS(3), + }, + [306] = { + [sym_comment] = STATE(306), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), [anon_sym_GT] = ACTIONS(884), [anon_sym_DASH] = ACTIONS(886), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), [anon_sym_in] = ACTIONS(888), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), [anon_sym_STAR] = ACTIONS(890), - [anon_sym_where] = ACTIONS(781), + [anon_sym_where] = ACTIONS(769), [anon_sym_STAR_STAR] = ACTIONS(892), [anon_sym_PLUS_PLUS] = ACTIONS(892), [anon_sym_SLASH] = ACTIONS(890), @@ -79015,176 +76908,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bit_DASHxor] = ACTIONS(900), [anon_sym_bit_DASHor] = ACTIONS(902), [anon_sym_and] = ACTIONS(904), - [anon_sym_xor] = ACTIONS(906), - [anon_sym_or] = ACTIONS(908), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [329] = { - [sym_comment] = STATE(329), - [anon_sym_export] = ACTIONS(856), - [anon_sym_alias] = ACTIONS(856), - [anon_sym_let] = ACTIONS(856), - [anon_sym_let_DASHenv] = ACTIONS(856), - [anon_sym_mut] = ACTIONS(856), - [anon_sym_const] = ACTIONS(856), - [sym_cmd_identifier] = ACTIONS(856), - [anon_sym_SEMI] = ACTIONS(856), - [anon_sym_LF] = ACTIONS(858), - [anon_sym_def] = ACTIONS(856), - [anon_sym_def_DASHenv] = ACTIONS(856), - [anon_sym_export_DASHenv] = ACTIONS(856), - [anon_sym_extern] = ACTIONS(856), - [anon_sym_module] = ACTIONS(856), - [anon_sym_use] = ACTIONS(856), - [anon_sym_LBRACK] = ACTIONS(856), - [anon_sym_LPAREN] = ACTIONS(856), - [anon_sym_RPAREN] = ACTIONS(856), - [anon_sym_PIPE] = ACTIONS(856), - [anon_sym_DOLLAR] = ACTIONS(856), - [anon_sym_error] = ACTIONS(856), - [anon_sym_GT] = ACTIONS(856), - [anon_sym_DASH] = ACTIONS(856), - [anon_sym_break] = ACTIONS(856), - [anon_sym_continue] = ACTIONS(856), - [anon_sym_for] = ACTIONS(856), - [anon_sym_in] = ACTIONS(856), - [anon_sym_loop] = ACTIONS(856), - [anon_sym_while] = ACTIONS(856), - [anon_sym_do] = ACTIONS(856), - [anon_sym_if] = ACTIONS(856), - [anon_sym_match] = ACTIONS(856), - [anon_sym_LBRACE] = ACTIONS(856), - [anon_sym_RBRACE] = ACTIONS(856), - [anon_sym_try] = ACTIONS(856), - [anon_sym_return] = ACTIONS(856), - [anon_sym_source] = ACTIONS(856), - [anon_sym_source_DASHenv] = ACTIONS(856), - [anon_sym_register] = ACTIONS(856), - [anon_sym_hide] = ACTIONS(856), - [anon_sym_hide_DASHenv] = ACTIONS(856), - [anon_sym_overlay] = ACTIONS(856), - [anon_sym_STAR] = ACTIONS(856), - [anon_sym_where] = ACTIONS(856), - [anon_sym_STAR_STAR] = ACTIONS(856), - [anon_sym_PLUS_PLUS] = ACTIONS(856), - [anon_sym_SLASH] = ACTIONS(856), - [anon_sym_mod] = ACTIONS(856), - [anon_sym_SLASH_SLASH] = ACTIONS(856), - [anon_sym_PLUS] = ACTIONS(856), - [anon_sym_bit_DASHshl] = ACTIONS(856), - [anon_sym_bit_DASHshr] = ACTIONS(856), - [anon_sym_EQ_EQ] = ACTIONS(856), - [anon_sym_BANG_EQ] = ACTIONS(856), - [anon_sym_LT2] = ACTIONS(856), - [anon_sym_LT_EQ] = ACTIONS(856), - [anon_sym_GT_EQ] = ACTIONS(856), - [anon_sym_not_DASHin] = ACTIONS(856), - [anon_sym_starts_DASHwith] = ACTIONS(856), - [anon_sym_ends_DASHwith] = ACTIONS(856), - [anon_sym_EQ_TILDE] = ACTIONS(856), - [anon_sym_BANG_TILDE] = ACTIONS(856), - [anon_sym_bit_DASHand] = ACTIONS(856), - [anon_sym_bit_DASHxor] = ACTIONS(856), - [anon_sym_bit_DASHor] = ACTIONS(856), - [anon_sym_and] = ACTIONS(856), - [anon_sym_xor] = ACTIONS(856), - [anon_sym_or] = ACTIONS(856), - [anon_sym_not] = ACTIONS(856), - [anon_sym_DOT_DOT_LT] = ACTIONS(856), - [anon_sym_DOT_DOT] = ACTIONS(856), - [anon_sym_DOT_DOT_EQ] = ACTIONS(856), - [sym_val_nothing] = ACTIONS(856), - [anon_sym_true] = ACTIONS(856), - [anon_sym_false] = ACTIONS(856), - [aux_sym_val_number_token1] = ACTIONS(856), - [aux_sym_val_number_token2] = ACTIONS(856), - [aux_sym_val_number_token3] = ACTIONS(856), - [aux_sym_val_number_token4] = ACTIONS(856), - [anon_sym_inf] = ACTIONS(856), - [anon_sym_DASHinf] = ACTIONS(856), - [anon_sym_NaN] = ACTIONS(856), - [anon_sym_0b] = ACTIONS(856), - [anon_sym_0o] = ACTIONS(856), - [anon_sym_0x] = ACTIONS(856), - [sym_val_date] = ACTIONS(856), - [anon_sym_DQUOTE] = ACTIONS(856), - [sym__str_single_quotes] = ACTIONS(856), - [sym__str_back_ticks] = ACTIONS(856), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(856), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(856), - [anon_sym_CARET] = ACTIONS(856), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [330] = { - [sym_comment] = STATE(330), - [anon_sym_export] = ACTIONS(910), - [anon_sym_alias] = ACTIONS(910), - [anon_sym_let] = ACTIONS(910), - [anon_sym_let_DASHenv] = ACTIONS(910), - [anon_sym_mut] = ACTIONS(910), - [anon_sym_const] = ACTIONS(910), - [sym_cmd_identifier] = ACTIONS(910), - [anon_sym_SEMI] = ACTIONS(910), - [anon_sym_LF] = ACTIONS(912), - [anon_sym_def] = ACTIONS(910), - [anon_sym_def_DASHenv] = ACTIONS(910), - [anon_sym_export_DASHenv] = ACTIONS(910), - [anon_sym_extern] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_use] = ACTIONS(910), - [anon_sym_LBRACK] = ACTIONS(910), - [anon_sym_LPAREN] = ACTIONS(910), - [anon_sym_RPAREN] = ACTIONS(910), - [anon_sym_PIPE] = ACTIONS(910), - [anon_sym_DOLLAR] = ACTIONS(910), - [anon_sym_error] = ACTIONS(910), + [307] = { + [sym_comment] = STATE(307), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), [anon_sym_GT] = ACTIONS(884), [anon_sym_DASH] = ACTIONS(886), - [anon_sym_break] = ACTIONS(910), - [anon_sym_continue] = ACTIONS(910), - [anon_sym_for] = ACTIONS(910), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), [anon_sym_in] = ACTIONS(888), - [anon_sym_loop] = ACTIONS(910), - [anon_sym_while] = ACTIONS(910), - [anon_sym_do] = ACTIONS(910), - [anon_sym_if] = ACTIONS(910), - [anon_sym_match] = ACTIONS(910), - [anon_sym_LBRACE] = ACTIONS(910), - [anon_sym_RBRACE] = ACTIONS(910), - [anon_sym_try] = ACTIONS(910), - [anon_sym_return] = ACTIONS(910), - [anon_sym_source] = ACTIONS(910), - [anon_sym_source_DASHenv] = ACTIONS(910), - [anon_sym_register] = ACTIONS(910), - [anon_sym_hide] = ACTIONS(910), - [anon_sym_hide_DASHenv] = ACTIONS(910), - [anon_sym_overlay] = ACTIONS(910), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), [anon_sym_STAR] = ACTIONS(890), - [anon_sym_where] = ACTIONS(910), + [anon_sym_where] = ACTIONS(769), [anon_sym_STAR_STAR] = ACTIONS(892), [anon_sym_PLUS_PLUS] = ACTIONS(892), [anon_sym_SLASH] = ACTIONS(890), @@ -79206,37 +77003,325 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bit_DASHand] = ACTIONS(898), [anon_sym_bit_DASHxor] = ACTIONS(900), [anon_sym_bit_DASHor] = ACTIONS(902), - [anon_sym_and] = ACTIONS(904), - [anon_sym_xor] = ACTIONS(906), - [anon_sym_or] = ACTIONS(908), - [anon_sym_not] = ACTIONS(910), - [anon_sym_DOT_DOT_LT] = ACTIONS(910), - [anon_sym_DOT_DOT] = ACTIONS(910), - [anon_sym_DOT_DOT_EQ] = ACTIONS(910), - [sym_val_nothing] = ACTIONS(910), - [anon_sym_true] = ACTIONS(910), - [anon_sym_false] = ACTIONS(910), - [aux_sym_val_number_token1] = ACTIONS(910), - [aux_sym_val_number_token2] = ACTIONS(910), - [aux_sym_val_number_token3] = ACTIONS(910), - [aux_sym_val_number_token4] = ACTIONS(910), - [anon_sym_inf] = ACTIONS(910), - [anon_sym_DASHinf] = ACTIONS(910), - [anon_sym_NaN] = ACTIONS(910), - [anon_sym_0b] = ACTIONS(910), - [anon_sym_0o] = ACTIONS(910), - [anon_sym_0x] = ACTIONS(910), - [sym_val_date] = ACTIONS(910), - [anon_sym_DQUOTE] = ACTIONS(910), - [sym__str_single_quotes] = ACTIONS(910), - [sym__str_back_ticks] = ACTIONS(910), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(910), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(910), - [anon_sym_CARET] = ACTIONS(910), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [331] = { - [sym_comment] = STATE(331), + [308] = { + [sym_comment] = STATE(308), + [ts_builtin_sym_end] = ACTIONS(755), + [anon_sym_export] = ACTIONS(753), + [anon_sym_alias] = ACTIONS(753), + [anon_sym_let] = ACTIONS(753), + [anon_sym_let_DASHenv] = ACTIONS(753), + [anon_sym_mut] = ACTIONS(753), + [anon_sym_const] = ACTIONS(753), + [sym_cmd_identifier] = ACTIONS(753), + [anon_sym_SEMI] = ACTIONS(753), + [anon_sym_LF] = ACTIONS(755), + [anon_sym_def] = ACTIONS(753), + [anon_sym_def_DASHenv] = ACTIONS(753), + [anon_sym_export_DASHenv] = ACTIONS(753), + [anon_sym_extern] = ACTIONS(753), + [anon_sym_module] = ACTIONS(753), + [anon_sym_use] = ACTIONS(753), + [anon_sym_LBRACK] = ACTIONS(753), + [anon_sym_LPAREN] = ACTIONS(753), + [anon_sym_PIPE] = ACTIONS(753), + [anon_sym_DOLLAR] = ACTIONS(753), + [anon_sym_error] = ACTIONS(753), + [anon_sym_GT] = ACTIONS(753), + [anon_sym_DASH] = ACTIONS(753), + [anon_sym_break] = ACTIONS(753), + [anon_sym_continue] = ACTIONS(753), + [anon_sym_for] = ACTIONS(753), + [anon_sym_in] = ACTIONS(753), + [anon_sym_loop] = ACTIONS(753), + [anon_sym_while] = ACTIONS(753), + [anon_sym_do] = ACTIONS(753), + [anon_sym_if] = ACTIONS(753), + [anon_sym_match] = ACTIONS(753), + [anon_sym_LBRACE] = ACTIONS(753), + [anon_sym_DOT] = ACTIONS(753), + [anon_sym_try] = ACTIONS(753), + [anon_sym_return] = ACTIONS(753), + [anon_sym_source] = ACTIONS(753), + [anon_sym_source_DASHenv] = ACTIONS(753), + [anon_sym_register] = ACTIONS(753), + [anon_sym_hide] = ACTIONS(753), + [anon_sym_hide_DASHenv] = ACTIONS(753), + [anon_sym_overlay] = ACTIONS(753), + [anon_sym_STAR] = ACTIONS(753), + [anon_sym_where] = ACTIONS(753), + [anon_sym_STAR_STAR] = ACTIONS(753), + [anon_sym_PLUS_PLUS] = ACTIONS(753), + [anon_sym_SLASH] = ACTIONS(753), + [anon_sym_mod] = ACTIONS(753), + [anon_sym_SLASH_SLASH] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(753), + [anon_sym_bit_DASHshl] = ACTIONS(753), + [anon_sym_bit_DASHshr] = ACTIONS(753), + [anon_sym_EQ_EQ] = ACTIONS(753), + [anon_sym_BANG_EQ] = ACTIONS(753), + [anon_sym_LT2] = ACTIONS(753), + [anon_sym_LT_EQ] = ACTIONS(753), + [anon_sym_GT_EQ] = ACTIONS(753), + [anon_sym_not_DASHin] = ACTIONS(753), + [anon_sym_starts_DASHwith] = ACTIONS(753), + [anon_sym_ends_DASHwith] = ACTIONS(753), + [anon_sym_EQ_TILDE] = ACTIONS(753), + [anon_sym_BANG_TILDE] = ACTIONS(753), + [anon_sym_bit_DASHand] = ACTIONS(753), + [anon_sym_bit_DASHxor] = ACTIONS(753), + [anon_sym_bit_DASHor] = ACTIONS(753), + [anon_sym_and] = ACTIONS(753), + [anon_sym_xor] = ACTIONS(753), + [anon_sym_or] = ACTIONS(753), + [anon_sym_not] = ACTIONS(753), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_DOT_DOT] = ACTIONS(753), + [anon_sym_DOT_DOT_EQ] = ACTIONS(753), + [sym_val_nothing] = ACTIONS(753), + [anon_sym_true] = ACTIONS(753), + [anon_sym_false] = ACTIONS(753), + [aux_sym_val_number_token1] = ACTIONS(753), + [aux_sym_val_number_token2] = ACTIONS(753), + [aux_sym_val_number_token3] = ACTIONS(753), + [aux_sym_val_number_token4] = ACTIONS(753), + [anon_sym_inf] = ACTIONS(753), + [anon_sym_DASHinf] = ACTIONS(753), + [anon_sym_NaN] = ACTIONS(753), + [anon_sym_0b] = ACTIONS(753), + [anon_sym_0o] = ACTIONS(753), + [anon_sym_0x] = ACTIONS(753), + [sym_val_date] = ACTIONS(753), + [anon_sym_DQUOTE] = ACTIONS(753), + [sym__str_single_quotes] = ACTIONS(753), + [sym__str_back_ticks] = ACTIONS(753), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(753), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(753), + [anon_sym_CARET] = ACTIONS(753), + [anon_sym_POUND] = ACTIONS(3), + }, + [309] = { + [sym_comment] = STATE(309), + [anon_sym_export] = ACTIONS(797), + [anon_sym_alias] = ACTIONS(797), + [anon_sym_let] = ACTIONS(797), + [anon_sym_let_DASHenv] = ACTIONS(797), + [anon_sym_mut] = ACTIONS(797), + [anon_sym_const] = ACTIONS(797), + [sym_cmd_identifier] = ACTIONS(797), + [anon_sym_SEMI] = ACTIONS(797), + [anon_sym_LF] = ACTIONS(799), + [anon_sym_def] = ACTIONS(797), + [anon_sym_def_DASHenv] = ACTIONS(797), + [anon_sym_export_DASHenv] = ACTIONS(797), + [anon_sym_extern] = ACTIONS(797), + [anon_sym_module] = ACTIONS(797), + [anon_sym_use] = ACTIONS(797), + [anon_sym_LBRACK] = ACTIONS(797), + [anon_sym_LPAREN] = ACTIONS(797), + [anon_sym_RPAREN] = ACTIONS(797), + [anon_sym_PIPE] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(797), + [anon_sym_error] = ACTIONS(797), + [anon_sym_GT] = ACTIONS(797), + [anon_sym_DASH] = ACTIONS(797), + [anon_sym_break] = ACTIONS(797), + [anon_sym_continue] = ACTIONS(797), + [anon_sym_for] = ACTIONS(797), + [anon_sym_in] = ACTIONS(797), + [anon_sym_loop] = ACTIONS(797), + [anon_sym_while] = ACTIONS(797), + [anon_sym_do] = ACTIONS(797), + [anon_sym_if] = ACTIONS(797), + [anon_sym_match] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(797), + [anon_sym_RBRACE] = ACTIONS(797), + [anon_sym_try] = ACTIONS(797), + [anon_sym_return] = ACTIONS(797), + [anon_sym_source] = ACTIONS(797), + [anon_sym_source_DASHenv] = ACTIONS(797), + [anon_sym_register] = ACTIONS(797), + [anon_sym_hide] = ACTIONS(797), + [anon_sym_hide_DASHenv] = ACTIONS(797), + [anon_sym_overlay] = ACTIONS(797), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_where] = ACTIONS(797), + [anon_sym_STAR_STAR] = ACTIONS(797), + [anon_sym_PLUS_PLUS] = ACTIONS(797), + [anon_sym_SLASH] = ACTIONS(797), + [anon_sym_mod] = ACTIONS(797), + [anon_sym_SLASH_SLASH] = ACTIONS(797), + [anon_sym_PLUS] = ACTIONS(797), + [anon_sym_bit_DASHshl] = ACTIONS(797), + [anon_sym_bit_DASHshr] = ACTIONS(797), + [anon_sym_EQ_EQ] = ACTIONS(797), + [anon_sym_BANG_EQ] = ACTIONS(797), + [anon_sym_LT2] = ACTIONS(797), + [anon_sym_LT_EQ] = ACTIONS(797), + [anon_sym_GT_EQ] = ACTIONS(797), + [anon_sym_not_DASHin] = ACTIONS(797), + [anon_sym_starts_DASHwith] = ACTIONS(797), + [anon_sym_ends_DASHwith] = ACTIONS(797), + [anon_sym_EQ_TILDE] = ACTIONS(797), + [anon_sym_BANG_TILDE] = ACTIONS(797), + [anon_sym_bit_DASHand] = ACTIONS(797), + [anon_sym_bit_DASHxor] = ACTIONS(797), + [anon_sym_bit_DASHor] = ACTIONS(797), + [anon_sym_and] = ACTIONS(797), + [anon_sym_xor] = ACTIONS(797), + [anon_sym_or] = ACTIONS(797), + [anon_sym_not] = ACTIONS(797), + [anon_sym_DOT_DOT_LT] = ACTIONS(797), + [anon_sym_DOT_DOT] = ACTIONS(797), + [anon_sym_DOT_DOT_EQ] = ACTIONS(797), + [sym_val_nothing] = ACTIONS(797), + [anon_sym_true] = ACTIONS(797), + [anon_sym_false] = ACTIONS(797), + [aux_sym_val_number_token1] = ACTIONS(797), + [aux_sym_val_number_token2] = ACTIONS(797), + [aux_sym_val_number_token3] = ACTIONS(797), + [aux_sym_val_number_token4] = ACTIONS(797), + [anon_sym_inf] = ACTIONS(797), + [anon_sym_DASHinf] = ACTIONS(797), + [anon_sym_NaN] = ACTIONS(797), + [anon_sym_0b] = ACTIONS(797), + [anon_sym_0o] = ACTIONS(797), + [anon_sym_0x] = ACTIONS(797), + [sym_val_date] = ACTIONS(797), + [anon_sym_DQUOTE] = ACTIONS(797), + [sym__str_single_quotes] = ACTIONS(797), + [sym__str_back_ticks] = ACTIONS(797), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(797), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(797), + [anon_sym_CARET] = ACTIONS(797), + [anon_sym_POUND] = ACTIONS(3), + }, + [310] = { + [sym_comment] = STATE(310), + [anon_sym_export] = ACTIONS(765), + [anon_sym_alias] = ACTIONS(765), + [anon_sym_let] = ACTIONS(765), + [anon_sym_let_DASHenv] = ACTIONS(765), + [anon_sym_mut] = ACTIONS(765), + [anon_sym_const] = ACTIONS(765), + [sym_cmd_identifier] = ACTIONS(765), + [anon_sym_SEMI] = ACTIONS(765), + [anon_sym_LF] = ACTIONS(767), + [anon_sym_def] = ACTIONS(765), + [anon_sym_def_DASHenv] = ACTIONS(765), + [anon_sym_export_DASHenv] = ACTIONS(765), + [anon_sym_extern] = ACTIONS(765), + [anon_sym_module] = ACTIONS(765), + [anon_sym_use] = ACTIONS(765), + [anon_sym_LBRACK] = ACTIONS(765), + [anon_sym_LPAREN] = ACTIONS(765), + [anon_sym_RPAREN] = ACTIONS(765), + [anon_sym_PIPE] = ACTIONS(765), + [anon_sym_DOLLAR] = ACTIONS(765), + [anon_sym_error] = ACTIONS(765), + [anon_sym_GT] = ACTIONS(765), + [anon_sym_DASH] = ACTIONS(765), + [anon_sym_break] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(765), + [anon_sym_for] = ACTIONS(765), + [anon_sym_in] = ACTIONS(765), + [anon_sym_loop] = ACTIONS(765), + [anon_sym_while] = ACTIONS(765), + [anon_sym_do] = ACTIONS(765), + [anon_sym_if] = ACTIONS(765), + [anon_sym_match] = ACTIONS(765), + [anon_sym_LBRACE] = ACTIONS(765), + [anon_sym_RBRACE] = ACTIONS(765), + [anon_sym_try] = ACTIONS(765), + [anon_sym_return] = ACTIONS(765), + [anon_sym_source] = ACTIONS(765), + [anon_sym_source_DASHenv] = ACTIONS(765), + [anon_sym_register] = ACTIONS(765), + [anon_sym_hide] = ACTIONS(765), + [anon_sym_hide_DASHenv] = ACTIONS(765), + [anon_sym_overlay] = ACTIONS(765), + [anon_sym_STAR] = ACTIONS(765), + [anon_sym_where] = ACTIONS(765), + [anon_sym_STAR_STAR] = ACTIONS(765), + [anon_sym_PLUS_PLUS] = ACTIONS(765), + [anon_sym_SLASH] = ACTIONS(765), + [anon_sym_mod] = ACTIONS(765), + [anon_sym_SLASH_SLASH] = ACTIONS(765), + [anon_sym_PLUS] = ACTIONS(765), + [anon_sym_bit_DASHshl] = ACTIONS(765), + [anon_sym_bit_DASHshr] = ACTIONS(765), + [anon_sym_EQ_EQ] = ACTIONS(765), + [anon_sym_BANG_EQ] = ACTIONS(765), + [anon_sym_LT2] = ACTIONS(765), + [anon_sym_LT_EQ] = ACTIONS(765), + [anon_sym_GT_EQ] = ACTIONS(765), + [anon_sym_not_DASHin] = ACTIONS(765), + [anon_sym_starts_DASHwith] = ACTIONS(765), + [anon_sym_ends_DASHwith] = ACTIONS(765), + [anon_sym_EQ_TILDE] = ACTIONS(765), + [anon_sym_BANG_TILDE] = ACTIONS(765), + [anon_sym_bit_DASHand] = ACTIONS(765), + [anon_sym_bit_DASHxor] = ACTIONS(765), + [anon_sym_bit_DASHor] = ACTIONS(765), + [anon_sym_and] = ACTIONS(765), + [anon_sym_xor] = ACTIONS(765), + [anon_sym_or] = ACTIONS(765), + [anon_sym_not] = ACTIONS(765), + [anon_sym_DOT_DOT_LT] = ACTIONS(765), + [anon_sym_DOT_DOT] = ACTIONS(765), + [anon_sym_DOT_DOT_EQ] = ACTIONS(765), + [sym_val_nothing] = ACTIONS(765), + [anon_sym_true] = ACTIONS(765), + [anon_sym_false] = ACTIONS(765), + [aux_sym_val_number_token1] = ACTIONS(765), + [aux_sym_val_number_token2] = ACTIONS(765), + [aux_sym_val_number_token3] = ACTIONS(765), + [aux_sym_val_number_token4] = ACTIONS(765), + [anon_sym_inf] = ACTIONS(765), + [anon_sym_DASHinf] = ACTIONS(765), + [anon_sym_NaN] = ACTIONS(765), + [anon_sym_0b] = ACTIONS(765), + [anon_sym_0o] = ACTIONS(765), + [anon_sym_0x] = ACTIONS(765), + [sym_val_date] = ACTIONS(765), + [anon_sym_DQUOTE] = ACTIONS(765), + [sym__str_single_quotes] = ACTIONS(765), + [sym__str_back_ticks] = ACTIONS(765), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(765), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(765), + [anon_sym_CARET] = ACTIONS(765), + [anon_sym_POUND] = ACTIONS(3), + }, + [311] = { + [sym_comment] = STATE(311), [anon_sym_export] = ACTIONS(874), [anon_sym_alias] = ACTIONS(874), [anon_sym_let] = ACTIONS(874), @@ -79331,200 +77416,296 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(874), [anon_sym_POUND] = ACTIONS(3), }, - [332] = { - [sym_comment] = STATE(332), - [anon_sym_export] = ACTIONS(793), - [anon_sym_alias] = ACTIONS(793), - [anon_sym_let] = ACTIONS(793), - [anon_sym_let_DASHenv] = ACTIONS(793), - [anon_sym_mut] = ACTIONS(793), - [anon_sym_const] = ACTIONS(793), - [sym_cmd_identifier] = ACTIONS(793), - [anon_sym_SEMI] = ACTIONS(793), - [anon_sym_LF] = ACTIONS(795), - [anon_sym_def] = ACTIONS(793), - [anon_sym_def_DASHenv] = ACTIONS(793), - [anon_sym_export_DASHenv] = ACTIONS(793), - [anon_sym_extern] = ACTIONS(793), - [anon_sym_module] = ACTIONS(793), - [anon_sym_use] = ACTIONS(793), - [anon_sym_LBRACK] = ACTIONS(793), - [anon_sym_LPAREN] = ACTIONS(793), - [anon_sym_RPAREN] = ACTIONS(793), - [anon_sym_PIPE] = ACTIONS(793), - [anon_sym_DOLLAR] = ACTIONS(793), - [anon_sym_error] = ACTIONS(793), - [anon_sym_GT] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_break] = ACTIONS(793), - [anon_sym_continue] = ACTIONS(793), - [anon_sym_for] = ACTIONS(793), - [anon_sym_in] = ACTIONS(793), - [anon_sym_loop] = ACTIONS(793), - [anon_sym_while] = ACTIONS(793), - [anon_sym_do] = ACTIONS(793), - [anon_sym_if] = ACTIONS(793), - [anon_sym_match] = ACTIONS(793), - [anon_sym_LBRACE] = ACTIONS(793), - [anon_sym_RBRACE] = ACTIONS(793), - [anon_sym_try] = ACTIONS(793), - [anon_sym_return] = ACTIONS(793), - [anon_sym_source] = ACTIONS(793), - [anon_sym_source_DASHenv] = ACTIONS(793), - [anon_sym_register] = ACTIONS(793), - [anon_sym_hide] = ACTIONS(793), - [anon_sym_hide_DASHenv] = ACTIONS(793), - [anon_sym_overlay] = ACTIONS(793), - [anon_sym_STAR] = ACTIONS(793), - [anon_sym_where] = ACTIONS(793), - [anon_sym_STAR_STAR] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_SLASH] = ACTIONS(793), - [anon_sym_mod] = ACTIONS(793), - [anon_sym_SLASH_SLASH] = ACTIONS(793), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_bit_DASHshl] = ACTIONS(793), - [anon_sym_bit_DASHshr] = ACTIONS(793), - [anon_sym_EQ_EQ] = ACTIONS(793), - [anon_sym_BANG_EQ] = ACTIONS(793), - [anon_sym_LT2] = ACTIONS(793), - [anon_sym_LT_EQ] = ACTIONS(793), - [anon_sym_GT_EQ] = ACTIONS(793), - [anon_sym_not_DASHin] = ACTIONS(793), - [anon_sym_starts_DASHwith] = ACTIONS(793), - [anon_sym_ends_DASHwith] = ACTIONS(793), - [anon_sym_EQ_TILDE] = ACTIONS(793), - [anon_sym_BANG_TILDE] = ACTIONS(793), - [anon_sym_bit_DASHand] = ACTIONS(793), - [anon_sym_bit_DASHxor] = ACTIONS(793), - [anon_sym_bit_DASHor] = ACTIONS(793), - [anon_sym_and] = ACTIONS(793), - [anon_sym_xor] = ACTIONS(793), - [anon_sym_or] = ACTIONS(793), - [anon_sym_not] = ACTIONS(793), - [anon_sym_DOT_DOT_LT] = ACTIONS(793), - [anon_sym_DOT_DOT] = ACTIONS(793), - [anon_sym_DOT_DOT_EQ] = ACTIONS(793), - [sym_val_nothing] = ACTIONS(793), - [anon_sym_true] = ACTIONS(793), - [anon_sym_false] = ACTIONS(793), - [aux_sym_val_number_token1] = ACTIONS(793), - [aux_sym_val_number_token2] = ACTIONS(793), - [aux_sym_val_number_token3] = ACTIONS(793), - [aux_sym_val_number_token4] = ACTIONS(793), - [anon_sym_inf] = ACTIONS(793), - [anon_sym_DASHinf] = ACTIONS(793), - [anon_sym_NaN] = ACTIONS(793), - [anon_sym_0b] = ACTIONS(793), - [anon_sym_0o] = ACTIONS(793), - [anon_sym_0x] = ACTIONS(793), - [sym_val_date] = ACTIONS(793), - [anon_sym_DQUOTE] = ACTIONS(793), - [sym__str_single_quotes] = ACTIONS(793), - [sym__str_back_ticks] = ACTIONS(793), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(793), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(793), - [anon_sym_CARET] = ACTIONS(793), + [312] = { + [sym_comment] = STATE(312), + [anon_sym_export] = ACTIONS(854), + [anon_sym_alias] = ACTIONS(854), + [anon_sym_let] = ACTIONS(854), + [anon_sym_let_DASHenv] = ACTIONS(854), + [anon_sym_mut] = ACTIONS(854), + [anon_sym_const] = ACTIONS(854), + [sym_cmd_identifier] = ACTIONS(854), + [anon_sym_SEMI] = ACTIONS(854), + [anon_sym_LF] = ACTIONS(856), + [anon_sym_def] = ACTIONS(854), + [anon_sym_def_DASHenv] = ACTIONS(854), + [anon_sym_export_DASHenv] = ACTIONS(854), + [anon_sym_extern] = ACTIONS(854), + [anon_sym_module] = ACTIONS(854), + [anon_sym_use] = ACTIONS(854), + [anon_sym_LBRACK] = ACTIONS(854), + [anon_sym_LPAREN] = ACTIONS(854), + [anon_sym_RPAREN] = ACTIONS(854), + [anon_sym_PIPE] = ACTIONS(854), + [anon_sym_DOLLAR] = ACTIONS(854), + [anon_sym_error] = ACTIONS(854), + [anon_sym_GT] = ACTIONS(854), + [anon_sym_DASH] = ACTIONS(854), + [anon_sym_break] = ACTIONS(854), + [anon_sym_continue] = ACTIONS(854), + [anon_sym_for] = ACTIONS(854), + [anon_sym_in] = ACTIONS(854), + [anon_sym_loop] = ACTIONS(854), + [anon_sym_while] = ACTIONS(854), + [anon_sym_do] = ACTIONS(854), + [anon_sym_if] = ACTIONS(854), + [anon_sym_match] = ACTIONS(854), + [anon_sym_LBRACE] = ACTIONS(854), + [anon_sym_RBRACE] = ACTIONS(854), + [anon_sym_try] = ACTIONS(854), + [anon_sym_return] = ACTIONS(854), + [anon_sym_source] = ACTIONS(854), + [anon_sym_source_DASHenv] = ACTIONS(854), + [anon_sym_register] = ACTIONS(854), + [anon_sym_hide] = ACTIONS(854), + [anon_sym_hide_DASHenv] = ACTIONS(854), + [anon_sym_overlay] = ACTIONS(854), + [anon_sym_STAR] = ACTIONS(854), + [anon_sym_where] = ACTIONS(854), + [anon_sym_STAR_STAR] = ACTIONS(854), + [anon_sym_PLUS_PLUS] = ACTIONS(854), + [anon_sym_SLASH] = ACTIONS(854), + [anon_sym_mod] = ACTIONS(854), + [anon_sym_SLASH_SLASH] = ACTIONS(854), + [anon_sym_PLUS] = ACTIONS(854), + [anon_sym_bit_DASHshl] = ACTIONS(854), + [anon_sym_bit_DASHshr] = ACTIONS(854), + [anon_sym_EQ_EQ] = ACTIONS(854), + [anon_sym_BANG_EQ] = ACTIONS(854), + [anon_sym_LT2] = ACTIONS(854), + [anon_sym_LT_EQ] = ACTIONS(854), + [anon_sym_GT_EQ] = ACTIONS(854), + [anon_sym_not_DASHin] = ACTIONS(854), + [anon_sym_starts_DASHwith] = ACTIONS(854), + [anon_sym_ends_DASHwith] = ACTIONS(854), + [anon_sym_EQ_TILDE] = ACTIONS(854), + [anon_sym_BANG_TILDE] = ACTIONS(854), + [anon_sym_bit_DASHand] = ACTIONS(854), + [anon_sym_bit_DASHxor] = ACTIONS(854), + [anon_sym_bit_DASHor] = ACTIONS(854), + [anon_sym_and] = ACTIONS(854), + [anon_sym_xor] = ACTIONS(854), + [anon_sym_or] = ACTIONS(854), + [anon_sym_not] = ACTIONS(854), + [anon_sym_DOT_DOT_LT] = ACTIONS(854), + [anon_sym_DOT_DOT] = ACTIONS(854), + [anon_sym_DOT_DOT_EQ] = ACTIONS(854), + [sym_val_nothing] = ACTIONS(854), + [anon_sym_true] = ACTIONS(854), + [anon_sym_false] = ACTIONS(854), + [aux_sym_val_number_token1] = ACTIONS(854), + [aux_sym_val_number_token2] = ACTIONS(854), + [aux_sym_val_number_token3] = ACTIONS(854), + [aux_sym_val_number_token4] = ACTIONS(854), + [anon_sym_inf] = ACTIONS(854), + [anon_sym_DASHinf] = ACTIONS(854), + [anon_sym_NaN] = ACTIONS(854), + [anon_sym_0b] = ACTIONS(854), + [anon_sym_0o] = ACTIONS(854), + [anon_sym_0x] = ACTIONS(854), + [sym_val_date] = ACTIONS(854), + [anon_sym_DQUOTE] = ACTIONS(854), + [sym__str_single_quotes] = ACTIONS(854), + [sym__str_back_ticks] = ACTIONS(854), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(854), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(854), + [anon_sym_CARET] = ACTIONS(854), [anon_sym_POUND] = ACTIONS(3), }, - [333] = { - [sym_comment] = STATE(333), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(884), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(888), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(890), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(892), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_SLASH] = ACTIONS(890), - [anon_sym_mod] = ACTIONS(890), - [anon_sym_SLASH_SLASH] = ACTIONS(890), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_bit_DASHshl] = ACTIONS(894), - [anon_sym_bit_DASHshr] = ACTIONS(894), - [anon_sym_EQ_EQ] = ACTIONS(884), - [anon_sym_BANG_EQ] = ACTIONS(884), - [anon_sym_LT2] = ACTIONS(884), - [anon_sym_LT_EQ] = ACTIONS(884), - [anon_sym_GT_EQ] = ACTIONS(884), - [anon_sym_not_DASHin] = ACTIONS(888), - [anon_sym_starts_DASHwith] = ACTIONS(888), - [anon_sym_ends_DASHwith] = ACTIONS(888), - [anon_sym_EQ_TILDE] = ACTIONS(896), - [anon_sym_BANG_TILDE] = ACTIONS(896), - [anon_sym_bit_DASHand] = ACTIONS(898), - [anon_sym_bit_DASHxor] = ACTIONS(900), - [anon_sym_bit_DASHor] = ACTIONS(902), - [anon_sym_and] = ACTIONS(904), - [anon_sym_xor] = ACTIONS(906), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), + [313] = { + [sym_comment] = STATE(313), + [anon_sym_export] = ACTIONS(834), + [anon_sym_alias] = ACTIONS(834), + [anon_sym_let] = ACTIONS(834), + [anon_sym_let_DASHenv] = ACTIONS(834), + [anon_sym_mut] = ACTIONS(834), + [anon_sym_const] = ACTIONS(834), + [sym_cmd_identifier] = ACTIONS(834), + [anon_sym_SEMI] = ACTIONS(834), + [anon_sym_LF] = ACTIONS(836), + [anon_sym_def] = ACTIONS(834), + [anon_sym_def_DASHenv] = ACTIONS(834), + [anon_sym_export_DASHenv] = ACTIONS(834), + [anon_sym_extern] = ACTIONS(834), + [anon_sym_module] = ACTIONS(834), + [anon_sym_use] = ACTIONS(834), + [anon_sym_LBRACK] = ACTIONS(834), + [anon_sym_LPAREN] = ACTIONS(834), + [anon_sym_RPAREN] = ACTIONS(834), + [anon_sym_PIPE] = ACTIONS(834), + [anon_sym_DOLLAR] = ACTIONS(834), + [anon_sym_error] = ACTIONS(834), + [anon_sym_GT] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_break] = ACTIONS(834), + [anon_sym_continue] = ACTIONS(834), + [anon_sym_for] = ACTIONS(834), + [anon_sym_in] = ACTIONS(834), + [anon_sym_loop] = ACTIONS(834), + [anon_sym_while] = ACTIONS(834), + [anon_sym_do] = ACTIONS(834), + [anon_sym_if] = ACTIONS(834), + [anon_sym_match] = ACTIONS(834), + [anon_sym_LBRACE] = ACTIONS(834), + [anon_sym_RBRACE] = ACTIONS(834), + [anon_sym_try] = ACTIONS(834), + [anon_sym_return] = ACTIONS(834), + [anon_sym_source] = ACTIONS(834), + [anon_sym_source_DASHenv] = ACTIONS(834), + [anon_sym_register] = ACTIONS(834), + [anon_sym_hide] = ACTIONS(834), + [anon_sym_hide_DASHenv] = ACTIONS(834), + [anon_sym_overlay] = ACTIONS(834), + [anon_sym_STAR] = ACTIONS(834), + [anon_sym_where] = ACTIONS(834), + [anon_sym_STAR_STAR] = ACTIONS(834), + [anon_sym_PLUS_PLUS] = ACTIONS(834), + [anon_sym_SLASH] = ACTIONS(834), + [anon_sym_mod] = ACTIONS(834), + [anon_sym_SLASH_SLASH] = ACTIONS(834), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_bit_DASHshl] = ACTIONS(834), + [anon_sym_bit_DASHshr] = ACTIONS(834), + [anon_sym_EQ_EQ] = ACTIONS(834), + [anon_sym_BANG_EQ] = ACTIONS(834), + [anon_sym_LT2] = ACTIONS(834), + [anon_sym_LT_EQ] = ACTIONS(834), + [anon_sym_GT_EQ] = ACTIONS(834), + [anon_sym_not_DASHin] = ACTIONS(834), + [anon_sym_starts_DASHwith] = ACTIONS(834), + [anon_sym_ends_DASHwith] = ACTIONS(834), + [anon_sym_EQ_TILDE] = ACTIONS(834), + [anon_sym_BANG_TILDE] = ACTIONS(834), + [anon_sym_bit_DASHand] = ACTIONS(834), + [anon_sym_bit_DASHxor] = ACTIONS(834), + [anon_sym_bit_DASHor] = ACTIONS(834), + [anon_sym_and] = ACTIONS(834), + [anon_sym_xor] = ACTIONS(834), + [anon_sym_or] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_DOT_DOT_LT] = ACTIONS(834), + [anon_sym_DOT_DOT] = ACTIONS(834), + [anon_sym_DOT_DOT_EQ] = ACTIONS(834), + [sym_val_nothing] = ACTIONS(834), + [anon_sym_true] = ACTIONS(834), + [anon_sym_false] = ACTIONS(834), + [aux_sym_val_number_token1] = ACTIONS(834), + [aux_sym_val_number_token2] = ACTIONS(834), + [aux_sym_val_number_token3] = ACTIONS(834), + [aux_sym_val_number_token4] = ACTIONS(834), + [anon_sym_inf] = ACTIONS(834), + [anon_sym_DASHinf] = ACTIONS(834), + [anon_sym_NaN] = ACTIONS(834), + [anon_sym_0b] = ACTIONS(834), + [anon_sym_0o] = ACTIONS(834), + [anon_sym_0x] = ACTIONS(834), + [sym_val_date] = ACTIONS(834), + [anon_sym_DQUOTE] = ACTIONS(834), + [sym__str_single_quotes] = ACTIONS(834), + [sym__str_back_ticks] = ACTIONS(834), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(834), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), [anon_sym_POUND] = ACTIONS(3), }, - [334] = { - [sym_comment] = STATE(334), + [314] = { + [sym_comment] = STATE(314), + [anon_sym_export] = ACTIONS(785), + [anon_sym_alias] = ACTIONS(785), + [anon_sym_let] = ACTIONS(785), + [anon_sym_let_DASHenv] = ACTIONS(785), + [anon_sym_mut] = ACTIONS(785), + [anon_sym_const] = ACTIONS(785), + [sym_cmd_identifier] = ACTIONS(785), + [anon_sym_SEMI] = ACTIONS(785), + [anon_sym_LF] = ACTIONS(787), + [anon_sym_def] = ACTIONS(785), + [anon_sym_def_DASHenv] = ACTIONS(785), + [anon_sym_export_DASHenv] = ACTIONS(785), + [anon_sym_extern] = ACTIONS(785), + [anon_sym_module] = ACTIONS(785), + [anon_sym_use] = ACTIONS(785), + [anon_sym_LBRACK] = ACTIONS(785), + [anon_sym_LPAREN] = ACTIONS(785), + [anon_sym_RPAREN] = ACTIONS(785), + [anon_sym_PIPE] = ACTIONS(785), + [anon_sym_DOLLAR] = ACTIONS(785), + [anon_sym_error] = ACTIONS(785), + [anon_sym_GT] = ACTIONS(785), + [anon_sym_DASH] = ACTIONS(785), + [anon_sym_break] = ACTIONS(785), + [anon_sym_continue] = ACTIONS(785), + [anon_sym_for] = ACTIONS(785), + [anon_sym_in] = ACTIONS(785), + [anon_sym_loop] = ACTIONS(785), + [anon_sym_while] = ACTIONS(785), + [anon_sym_do] = ACTIONS(785), + [anon_sym_if] = ACTIONS(785), + [anon_sym_match] = ACTIONS(785), + [anon_sym_LBRACE] = ACTIONS(785), + [anon_sym_RBRACE] = ACTIONS(785), + [anon_sym_try] = ACTIONS(785), + [anon_sym_return] = ACTIONS(785), + [anon_sym_source] = ACTIONS(785), + [anon_sym_source_DASHenv] = ACTIONS(785), + [anon_sym_register] = ACTIONS(785), + [anon_sym_hide] = ACTIONS(785), + [anon_sym_hide_DASHenv] = ACTIONS(785), + [anon_sym_overlay] = ACTIONS(785), + [anon_sym_STAR] = ACTIONS(785), + [anon_sym_where] = ACTIONS(785), + [anon_sym_STAR_STAR] = ACTIONS(785), + [anon_sym_PLUS_PLUS] = ACTIONS(785), + [anon_sym_SLASH] = ACTIONS(785), + [anon_sym_mod] = ACTIONS(785), + [anon_sym_SLASH_SLASH] = ACTIONS(785), + [anon_sym_PLUS] = ACTIONS(785), + [anon_sym_bit_DASHshl] = ACTIONS(785), + [anon_sym_bit_DASHshr] = ACTIONS(785), + [anon_sym_EQ_EQ] = ACTIONS(785), + [anon_sym_BANG_EQ] = ACTIONS(785), + [anon_sym_LT2] = ACTIONS(785), + [anon_sym_LT_EQ] = ACTIONS(785), + [anon_sym_GT_EQ] = ACTIONS(785), + [anon_sym_not_DASHin] = ACTIONS(785), + [anon_sym_starts_DASHwith] = ACTIONS(785), + [anon_sym_ends_DASHwith] = ACTIONS(785), + [anon_sym_EQ_TILDE] = ACTIONS(785), + [anon_sym_BANG_TILDE] = ACTIONS(785), + [anon_sym_bit_DASHand] = ACTIONS(785), + [anon_sym_bit_DASHxor] = ACTIONS(785), + [anon_sym_bit_DASHor] = ACTIONS(785), + [anon_sym_and] = ACTIONS(785), + [anon_sym_xor] = ACTIONS(785), + [anon_sym_or] = ACTIONS(785), + [anon_sym_not] = ACTIONS(785), + [anon_sym_DOT_DOT_LT] = ACTIONS(785), + [anon_sym_DOT_DOT] = ACTIONS(785), + [anon_sym_DOT_DOT_EQ] = ACTIONS(785), + [sym_val_nothing] = ACTIONS(785), + [anon_sym_true] = ACTIONS(785), + [anon_sym_false] = ACTIONS(785), + [aux_sym_val_number_token1] = ACTIONS(785), + [aux_sym_val_number_token2] = ACTIONS(785), + [aux_sym_val_number_token3] = ACTIONS(785), + [aux_sym_val_number_token4] = ACTIONS(785), + [anon_sym_inf] = ACTIONS(785), + [anon_sym_DASHinf] = ACTIONS(785), + [anon_sym_NaN] = ACTIONS(785), + [anon_sym_0b] = ACTIONS(785), + [anon_sym_0o] = ACTIONS(785), + [anon_sym_0x] = ACTIONS(785), + [sym_val_date] = ACTIONS(785), + [anon_sym_DQUOTE] = ACTIONS(785), + [sym__str_single_quotes] = ACTIONS(785), + [sym__str_back_ticks] = ACTIONS(785), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(785), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(785), + [anon_sym_CARET] = ACTIONS(785), + [anon_sym_POUND] = ACTIONS(3), + }, + [315] = { + [sym_comment] = STATE(315), [anon_sym_export] = ACTIONS(773), [anon_sym_alias] = ACTIONS(773), [anon_sym_let] = ACTIONS(773), @@ -79619,148 +77800,52 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(773), [anon_sym_POUND] = ACTIONS(3), }, - [335] = { - [sym_comment] = STATE(335), - [anon_sym_export] = ACTIONS(765), - [anon_sym_alias] = ACTIONS(765), - [anon_sym_let] = ACTIONS(765), - [anon_sym_let_DASHenv] = ACTIONS(765), - [anon_sym_mut] = ACTIONS(765), - [anon_sym_const] = ACTIONS(765), - [sym_cmd_identifier] = ACTIONS(765), - [anon_sym_SEMI] = ACTIONS(765), - [anon_sym_LF] = ACTIONS(767), - [anon_sym_def] = ACTIONS(765), - [anon_sym_def_DASHenv] = ACTIONS(765), - [anon_sym_export_DASHenv] = ACTIONS(765), - [anon_sym_extern] = ACTIONS(765), - [anon_sym_module] = ACTIONS(765), - [anon_sym_use] = ACTIONS(765), - [anon_sym_LBRACK] = ACTIONS(765), - [anon_sym_LPAREN] = ACTIONS(765), - [anon_sym_RPAREN] = ACTIONS(765), - [anon_sym_PIPE] = ACTIONS(765), - [anon_sym_DOLLAR] = ACTIONS(765), - [anon_sym_error] = ACTIONS(765), - [anon_sym_GT] = ACTIONS(765), - [anon_sym_DASH] = ACTIONS(765), - [anon_sym_break] = ACTIONS(765), - [anon_sym_continue] = ACTIONS(765), - [anon_sym_for] = ACTIONS(765), - [anon_sym_in] = ACTIONS(765), - [anon_sym_loop] = ACTIONS(765), - [anon_sym_while] = ACTIONS(765), - [anon_sym_do] = ACTIONS(765), - [anon_sym_if] = ACTIONS(765), - [anon_sym_match] = ACTIONS(765), - [anon_sym_LBRACE] = ACTIONS(765), - [anon_sym_RBRACE] = ACTIONS(765), - [anon_sym_try] = ACTIONS(765), - [anon_sym_return] = ACTIONS(765), - [anon_sym_source] = ACTIONS(765), - [anon_sym_source_DASHenv] = ACTIONS(765), - [anon_sym_register] = ACTIONS(765), - [anon_sym_hide] = ACTIONS(765), - [anon_sym_hide_DASHenv] = ACTIONS(765), - [anon_sym_overlay] = ACTIONS(765), - [anon_sym_STAR] = ACTIONS(765), - [anon_sym_where] = ACTIONS(765), - [anon_sym_STAR_STAR] = ACTIONS(765), - [anon_sym_PLUS_PLUS] = ACTIONS(765), - [anon_sym_SLASH] = ACTIONS(765), - [anon_sym_mod] = ACTIONS(765), - [anon_sym_SLASH_SLASH] = ACTIONS(765), - [anon_sym_PLUS] = ACTIONS(765), - [anon_sym_bit_DASHshl] = ACTIONS(765), - [anon_sym_bit_DASHshr] = ACTIONS(765), - [anon_sym_EQ_EQ] = ACTIONS(765), - [anon_sym_BANG_EQ] = ACTIONS(765), - [anon_sym_LT2] = ACTIONS(765), - [anon_sym_LT_EQ] = ACTIONS(765), - [anon_sym_GT_EQ] = ACTIONS(765), - [anon_sym_not_DASHin] = ACTIONS(765), - [anon_sym_starts_DASHwith] = ACTIONS(765), - [anon_sym_ends_DASHwith] = ACTIONS(765), - [anon_sym_EQ_TILDE] = ACTIONS(765), - [anon_sym_BANG_TILDE] = ACTIONS(765), - [anon_sym_bit_DASHand] = ACTIONS(765), - [anon_sym_bit_DASHxor] = ACTIONS(765), - [anon_sym_bit_DASHor] = ACTIONS(765), - [anon_sym_and] = ACTIONS(765), - [anon_sym_xor] = ACTIONS(765), - [anon_sym_or] = ACTIONS(765), - [anon_sym_not] = ACTIONS(765), - [anon_sym_DOT_DOT_LT] = ACTIONS(765), - [anon_sym_DOT_DOT] = ACTIONS(765), - [anon_sym_DOT_DOT_EQ] = ACTIONS(765), - [sym_val_nothing] = ACTIONS(765), - [anon_sym_true] = ACTIONS(765), - [anon_sym_false] = ACTIONS(765), - [aux_sym_val_number_token1] = ACTIONS(765), - [aux_sym_val_number_token2] = ACTIONS(765), - [aux_sym_val_number_token3] = ACTIONS(765), - [aux_sym_val_number_token4] = ACTIONS(765), - [anon_sym_inf] = ACTIONS(765), - [anon_sym_DASHinf] = ACTIONS(765), - [anon_sym_NaN] = ACTIONS(765), - [anon_sym_0b] = ACTIONS(765), - [anon_sym_0o] = ACTIONS(765), - [anon_sym_0x] = ACTIONS(765), - [sym_val_date] = ACTIONS(765), - [anon_sym_DQUOTE] = ACTIONS(765), - [sym__str_single_quotes] = ACTIONS(765), - [sym__str_back_ticks] = ACTIONS(765), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(765), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(765), - [anon_sym_CARET] = ACTIONS(765), - [anon_sym_POUND] = ACTIONS(3), - }, - [336] = { - [sym_comment] = STATE(336), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), + [316] = { + [sym_comment] = STATE(316), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), [anon_sym_GT] = ACTIONS(884), [anon_sym_DASH] = ACTIONS(886), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), [anon_sym_in] = ACTIONS(888), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), [anon_sym_STAR] = ACTIONS(890), - [anon_sym_where] = ACTIONS(781), + [anon_sym_where] = ACTIONS(769), [anon_sym_STAR_STAR] = ACTIONS(892), [anon_sym_PLUS_PLUS] = ACTIONS(892), [anon_sym_SLASH] = ACTIONS(890), @@ -79780,83 +77865,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ_TILDE] = ACTIONS(896), [anon_sym_BANG_TILDE] = ACTIONS(896), [anon_sym_bit_DASHand] = ACTIONS(898), - [anon_sym_bit_DASHxor] = ACTIONS(900), - [anon_sym_bit_DASHor] = ACTIONS(902), - [anon_sym_and] = ACTIONS(904), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [337] = { - [sym_comment] = STATE(337), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [anon_sym_POUND] = ACTIONS(3), + }, + [317] = { + [sym_comment] = STATE(317), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), [anon_sym_GT] = ACTIONS(884), [anon_sym_DASH] = ACTIONS(886), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), [anon_sym_in] = ACTIONS(888), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), [anon_sym_STAR] = ACTIONS(890), - [anon_sym_where] = ACTIONS(781), + [anon_sym_where] = ACTIONS(769), [anon_sym_STAR_STAR] = ACTIONS(892), [anon_sym_PLUS_PLUS] = ACTIONS(892), [anon_sym_SLASH] = ACTIONS(890), @@ -79875,136 +77960,1384 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ends_DASHwith] = ACTIONS(888), [anon_sym_EQ_TILDE] = ACTIONS(896), [anon_sym_BANG_TILDE] = ACTIONS(896), - [anon_sym_bit_DASHand] = ACTIONS(898), - [anon_sym_bit_DASHxor] = ACTIONS(900), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [338] = { - [sym_comment] = STATE(338), - [anon_sym_export] = ACTIONS(848), - [anon_sym_alias] = ACTIONS(848), - [anon_sym_let] = ACTIONS(848), - [anon_sym_let_DASHenv] = ACTIONS(848), - [anon_sym_mut] = ACTIONS(848), - [anon_sym_const] = ACTIONS(848), - [sym_cmd_identifier] = ACTIONS(848), - [anon_sym_SEMI] = ACTIONS(848), - [anon_sym_LF] = ACTIONS(850), - [anon_sym_def] = ACTIONS(848), - [anon_sym_def_DASHenv] = ACTIONS(848), - [anon_sym_export_DASHenv] = ACTIONS(848), - [anon_sym_extern] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_use] = ACTIONS(848), - [anon_sym_LBRACK] = ACTIONS(848), - [anon_sym_LPAREN] = ACTIONS(848), - [anon_sym_RPAREN] = ACTIONS(848), - [anon_sym_PIPE] = ACTIONS(848), - [anon_sym_DOLLAR] = ACTIONS(848), - [anon_sym_error] = ACTIONS(848), - [anon_sym_GT] = ACTIONS(848), - [anon_sym_DASH] = ACTIONS(848), - [anon_sym_break] = ACTIONS(848), - [anon_sym_continue] = ACTIONS(848), - [anon_sym_for] = ACTIONS(848), - [anon_sym_in] = ACTIONS(848), - [anon_sym_loop] = ACTIONS(848), - [anon_sym_while] = ACTIONS(848), - [anon_sym_do] = ACTIONS(848), - [anon_sym_if] = ACTIONS(848), - [anon_sym_match] = ACTIONS(848), - [anon_sym_LBRACE] = ACTIONS(848), - [anon_sym_RBRACE] = ACTIONS(848), - [anon_sym_try] = ACTIONS(848), - [anon_sym_return] = ACTIONS(848), - [anon_sym_source] = ACTIONS(848), - [anon_sym_source_DASHenv] = ACTIONS(848), - [anon_sym_register] = ACTIONS(848), - [anon_sym_hide] = ACTIONS(848), - [anon_sym_hide_DASHenv] = ACTIONS(848), - [anon_sym_overlay] = ACTIONS(848), - [anon_sym_STAR] = ACTIONS(848), - [anon_sym_where] = ACTIONS(848), - [anon_sym_STAR_STAR] = ACTIONS(848), - [anon_sym_PLUS_PLUS] = ACTIONS(848), - [anon_sym_SLASH] = ACTIONS(848), - [anon_sym_mod] = ACTIONS(848), - [anon_sym_SLASH_SLASH] = ACTIONS(848), - [anon_sym_PLUS] = ACTIONS(848), - [anon_sym_bit_DASHshl] = ACTIONS(848), - [anon_sym_bit_DASHshr] = ACTIONS(848), - [anon_sym_EQ_EQ] = ACTIONS(848), - [anon_sym_BANG_EQ] = ACTIONS(848), - [anon_sym_LT2] = ACTIONS(848), - [anon_sym_LT_EQ] = ACTIONS(848), - [anon_sym_GT_EQ] = ACTIONS(848), - [anon_sym_not_DASHin] = ACTIONS(848), - [anon_sym_starts_DASHwith] = ACTIONS(848), - [anon_sym_ends_DASHwith] = ACTIONS(848), - [anon_sym_EQ_TILDE] = ACTIONS(848), - [anon_sym_BANG_TILDE] = ACTIONS(848), - [anon_sym_bit_DASHand] = ACTIONS(848), - [anon_sym_bit_DASHxor] = ACTIONS(848), - [anon_sym_bit_DASHor] = ACTIONS(848), - [anon_sym_and] = ACTIONS(848), - [anon_sym_xor] = ACTIONS(848), - [anon_sym_or] = ACTIONS(848), - [anon_sym_not] = ACTIONS(848), - [anon_sym_DOT_DOT_LT] = ACTIONS(848), - [anon_sym_DOT_DOT] = ACTIONS(848), - [anon_sym_DOT_DOT_EQ] = ACTIONS(848), - [sym_val_nothing] = ACTIONS(848), - [anon_sym_true] = ACTIONS(848), - [anon_sym_false] = ACTIONS(848), - [aux_sym_val_number_token1] = ACTIONS(848), - [aux_sym_val_number_token2] = ACTIONS(848), - [aux_sym_val_number_token3] = ACTIONS(848), - [aux_sym_val_number_token4] = ACTIONS(848), - [anon_sym_inf] = ACTIONS(848), - [anon_sym_DASHinf] = ACTIONS(848), - [anon_sym_NaN] = ACTIONS(848), - [anon_sym_0b] = ACTIONS(848), - [anon_sym_0o] = ACTIONS(848), - [anon_sym_0x] = ACTIONS(848), - [sym_val_date] = ACTIONS(848), - [anon_sym_DQUOTE] = ACTIONS(848), - [sym__str_single_quotes] = ACTIONS(848), - [sym__str_back_ticks] = ACTIONS(848), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(848), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(848), - [anon_sym_CARET] = ACTIONS(848), + [318] = { + [sym_comment] = STATE(318), + [anon_sym_export] = ACTIONS(866), + [anon_sym_alias] = ACTIONS(866), + [anon_sym_let] = ACTIONS(866), + [anon_sym_let_DASHenv] = ACTIONS(866), + [anon_sym_mut] = ACTIONS(866), + [anon_sym_const] = ACTIONS(866), + [sym_cmd_identifier] = ACTIONS(866), + [anon_sym_SEMI] = ACTIONS(866), + [anon_sym_LF] = ACTIONS(868), + [anon_sym_def] = ACTIONS(866), + [anon_sym_def_DASHenv] = ACTIONS(866), + [anon_sym_export_DASHenv] = ACTIONS(866), + [anon_sym_extern] = ACTIONS(866), + [anon_sym_module] = ACTIONS(866), + [anon_sym_use] = ACTIONS(866), + [anon_sym_LBRACK] = ACTIONS(866), + [anon_sym_LPAREN] = ACTIONS(866), + [anon_sym_RPAREN] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(866), + [anon_sym_DOLLAR] = ACTIONS(866), + [anon_sym_error] = ACTIONS(866), + [anon_sym_GT] = ACTIONS(866), + [anon_sym_DASH] = ACTIONS(866), + [anon_sym_break] = ACTIONS(866), + [anon_sym_continue] = ACTIONS(866), + [anon_sym_for] = ACTIONS(866), + [anon_sym_in] = ACTIONS(866), + [anon_sym_loop] = ACTIONS(866), + [anon_sym_while] = ACTIONS(866), + [anon_sym_do] = ACTIONS(866), + [anon_sym_if] = ACTIONS(866), + [anon_sym_match] = ACTIONS(866), + [anon_sym_LBRACE] = ACTIONS(866), + [anon_sym_RBRACE] = ACTIONS(866), + [anon_sym_try] = ACTIONS(866), + [anon_sym_return] = ACTIONS(866), + [anon_sym_source] = ACTIONS(866), + [anon_sym_source_DASHenv] = ACTIONS(866), + [anon_sym_register] = ACTIONS(866), + [anon_sym_hide] = ACTIONS(866), + [anon_sym_hide_DASHenv] = ACTIONS(866), + [anon_sym_overlay] = ACTIONS(866), + [anon_sym_STAR] = ACTIONS(866), + [anon_sym_where] = ACTIONS(866), + [anon_sym_STAR_STAR] = ACTIONS(866), + [anon_sym_PLUS_PLUS] = ACTIONS(866), + [anon_sym_SLASH] = ACTIONS(866), + [anon_sym_mod] = ACTIONS(866), + [anon_sym_SLASH_SLASH] = ACTIONS(866), + [anon_sym_PLUS] = ACTIONS(866), + [anon_sym_bit_DASHshl] = ACTIONS(866), + [anon_sym_bit_DASHshr] = ACTIONS(866), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_LT2] = ACTIONS(866), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_not_DASHin] = ACTIONS(866), + [anon_sym_starts_DASHwith] = ACTIONS(866), + [anon_sym_ends_DASHwith] = ACTIONS(866), + [anon_sym_EQ_TILDE] = ACTIONS(866), + [anon_sym_BANG_TILDE] = ACTIONS(866), + [anon_sym_bit_DASHand] = ACTIONS(866), + [anon_sym_bit_DASHxor] = ACTIONS(866), + [anon_sym_bit_DASHor] = ACTIONS(866), + [anon_sym_and] = ACTIONS(866), + [anon_sym_xor] = ACTIONS(866), + [anon_sym_or] = ACTIONS(866), + [anon_sym_not] = ACTIONS(866), + [anon_sym_DOT_DOT_LT] = ACTIONS(866), + [anon_sym_DOT_DOT] = ACTIONS(866), + [anon_sym_DOT_DOT_EQ] = ACTIONS(866), + [sym_val_nothing] = ACTIONS(866), + [anon_sym_true] = ACTIONS(866), + [anon_sym_false] = ACTIONS(866), + [aux_sym_val_number_token1] = ACTIONS(866), + [aux_sym_val_number_token2] = ACTIONS(866), + [aux_sym_val_number_token3] = ACTIONS(866), + [aux_sym_val_number_token4] = ACTIONS(866), + [anon_sym_inf] = ACTIONS(866), + [anon_sym_DASHinf] = ACTIONS(866), + [anon_sym_NaN] = ACTIONS(866), + [anon_sym_0b] = ACTIONS(866), + [anon_sym_0o] = ACTIONS(866), + [anon_sym_0x] = ACTIONS(866), + [sym_val_date] = ACTIONS(866), + [anon_sym_DQUOTE] = ACTIONS(866), + [sym__str_single_quotes] = ACTIONS(866), + [sym__str_back_ticks] = ACTIONS(866), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(866), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(866), + [anon_sym_CARET] = ACTIONS(866), [anon_sym_POUND] = ACTIONS(3), }, - [339] = { - [sym_comment] = STATE(339), + [319] = { + [sym_comment] = STATE(319), + [anon_sym_export] = ACTIONS(789), + [anon_sym_alias] = ACTIONS(789), + [anon_sym_let] = ACTIONS(789), + [anon_sym_let_DASHenv] = ACTIONS(789), + [anon_sym_mut] = ACTIONS(789), + [anon_sym_const] = ACTIONS(789), + [sym_cmd_identifier] = ACTIONS(789), + [anon_sym_SEMI] = ACTIONS(789), + [anon_sym_LF] = ACTIONS(791), + [anon_sym_def] = ACTIONS(789), + [anon_sym_def_DASHenv] = ACTIONS(789), + [anon_sym_export_DASHenv] = ACTIONS(789), + [anon_sym_extern] = ACTIONS(789), + [anon_sym_module] = ACTIONS(789), + [anon_sym_use] = ACTIONS(789), + [anon_sym_LBRACK] = ACTIONS(789), + [anon_sym_LPAREN] = ACTIONS(789), + [anon_sym_RPAREN] = ACTIONS(789), + [anon_sym_PIPE] = ACTIONS(789), + [anon_sym_DOLLAR] = ACTIONS(789), + [anon_sym_error] = ACTIONS(789), + [anon_sym_GT] = ACTIONS(789), + [anon_sym_DASH] = ACTIONS(789), + [anon_sym_break] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(789), + [anon_sym_for] = ACTIONS(789), + [anon_sym_in] = ACTIONS(789), + [anon_sym_loop] = ACTIONS(789), + [anon_sym_while] = ACTIONS(789), + [anon_sym_do] = ACTIONS(789), + [anon_sym_if] = ACTIONS(789), + [anon_sym_match] = ACTIONS(789), + [anon_sym_LBRACE] = ACTIONS(789), + [anon_sym_RBRACE] = ACTIONS(789), + [anon_sym_try] = ACTIONS(789), + [anon_sym_return] = ACTIONS(789), + [anon_sym_source] = ACTIONS(789), + [anon_sym_source_DASHenv] = ACTIONS(789), + [anon_sym_register] = ACTIONS(789), + [anon_sym_hide] = ACTIONS(789), + [anon_sym_hide_DASHenv] = ACTIONS(789), + [anon_sym_overlay] = ACTIONS(789), + [anon_sym_STAR] = ACTIONS(789), + [anon_sym_where] = ACTIONS(789), + [anon_sym_STAR_STAR] = ACTIONS(789), + [anon_sym_PLUS_PLUS] = ACTIONS(789), + [anon_sym_SLASH] = ACTIONS(789), + [anon_sym_mod] = ACTIONS(789), + [anon_sym_SLASH_SLASH] = ACTIONS(789), + [anon_sym_PLUS] = ACTIONS(789), + [anon_sym_bit_DASHshl] = ACTIONS(789), + [anon_sym_bit_DASHshr] = ACTIONS(789), + [anon_sym_EQ_EQ] = ACTIONS(789), + [anon_sym_BANG_EQ] = ACTIONS(789), + [anon_sym_LT2] = ACTIONS(789), + [anon_sym_LT_EQ] = ACTIONS(789), + [anon_sym_GT_EQ] = ACTIONS(789), + [anon_sym_not_DASHin] = ACTIONS(789), + [anon_sym_starts_DASHwith] = ACTIONS(789), + [anon_sym_ends_DASHwith] = ACTIONS(789), + [anon_sym_EQ_TILDE] = ACTIONS(789), + [anon_sym_BANG_TILDE] = ACTIONS(789), + [anon_sym_bit_DASHand] = ACTIONS(789), + [anon_sym_bit_DASHxor] = ACTIONS(789), + [anon_sym_bit_DASHor] = ACTIONS(789), + [anon_sym_and] = ACTIONS(789), + [anon_sym_xor] = ACTIONS(789), + [anon_sym_or] = ACTIONS(789), + [anon_sym_not] = ACTIONS(789), + [anon_sym_DOT_DOT_LT] = ACTIONS(789), + [anon_sym_DOT_DOT] = ACTIONS(789), + [anon_sym_DOT_DOT_EQ] = ACTIONS(789), + [sym_val_nothing] = ACTIONS(789), + [anon_sym_true] = ACTIONS(789), + [anon_sym_false] = ACTIONS(789), + [aux_sym_val_number_token1] = ACTIONS(789), + [aux_sym_val_number_token2] = ACTIONS(789), + [aux_sym_val_number_token3] = ACTIONS(789), + [aux_sym_val_number_token4] = ACTIONS(789), + [anon_sym_inf] = ACTIONS(789), + [anon_sym_DASHinf] = ACTIONS(789), + [anon_sym_NaN] = ACTIONS(789), + [anon_sym_0b] = ACTIONS(789), + [anon_sym_0o] = ACTIONS(789), + [anon_sym_0x] = ACTIONS(789), + [sym_val_date] = ACTIONS(789), + [anon_sym_DQUOTE] = ACTIONS(789), + [sym__str_single_quotes] = ACTIONS(789), + [sym__str_back_ticks] = ACTIONS(789), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(789), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(789), + [anon_sym_CARET] = ACTIONS(789), + [anon_sym_POUND] = ACTIONS(3), + }, + [320] = { + [sym_comment] = STATE(320), + [anon_sym_export] = ACTIONS(805), + [anon_sym_alias] = ACTIONS(805), + [anon_sym_let] = ACTIONS(805), + [anon_sym_let_DASHenv] = ACTIONS(805), + [anon_sym_mut] = ACTIONS(805), + [anon_sym_const] = ACTIONS(805), + [sym_cmd_identifier] = ACTIONS(805), + [anon_sym_SEMI] = ACTIONS(805), + [anon_sym_LF] = ACTIONS(807), + [anon_sym_def] = ACTIONS(805), + [anon_sym_def_DASHenv] = ACTIONS(805), + [anon_sym_export_DASHenv] = ACTIONS(805), + [anon_sym_extern] = ACTIONS(805), + [anon_sym_module] = ACTIONS(805), + [anon_sym_use] = ACTIONS(805), + [anon_sym_LBRACK] = ACTIONS(805), + [anon_sym_LPAREN] = ACTIONS(805), + [anon_sym_RPAREN] = ACTIONS(805), + [anon_sym_PIPE] = ACTIONS(805), + [anon_sym_DOLLAR] = ACTIONS(805), + [anon_sym_error] = ACTIONS(805), + [anon_sym_GT] = ACTIONS(805), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_break] = ACTIONS(805), + [anon_sym_continue] = ACTIONS(805), + [anon_sym_for] = ACTIONS(805), + [anon_sym_in] = ACTIONS(805), + [anon_sym_loop] = ACTIONS(805), + [anon_sym_while] = ACTIONS(805), + [anon_sym_do] = ACTIONS(805), + [anon_sym_if] = ACTIONS(805), + [anon_sym_match] = ACTIONS(805), + [anon_sym_LBRACE] = ACTIONS(805), + [anon_sym_RBRACE] = ACTIONS(805), + [anon_sym_try] = ACTIONS(805), + [anon_sym_return] = ACTIONS(805), + [anon_sym_source] = ACTIONS(805), + [anon_sym_source_DASHenv] = ACTIONS(805), + [anon_sym_register] = ACTIONS(805), + [anon_sym_hide] = ACTIONS(805), + [anon_sym_hide_DASHenv] = ACTIONS(805), + [anon_sym_overlay] = ACTIONS(805), + [anon_sym_STAR] = ACTIONS(805), + [anon_sym_where] = ACTIONS(805), + [anon_sym_STAR_STAR] = ACTIONS(805), + [anon_sym_PLUS_PLUS] = ACTIONS(805), + [anon_sym_SLASH] = ACTIONS(805), + [anon_sym_mod] = ACTIONS(805), + [anon_sym_SLASH_SLASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_bit_DASHshl] = ACTIONS(805), + [anon_sym_bit_DASHshr] = ACTIONS(805), + [anon_sym_EQ_EQ] = ACTIONS(805), + [anon_sym_BANG_EQ] = ACTIONS(805), + [anon_sym_LT2] = ACTIONS(805), + [anon_sym_LT_EQ] = ACTIONS(805), + [anon_sym_GT_EQ] = ACTIONS(805), + [anon_sym_not_DASHin] = ACTIONS(805), + [anon_sym_starts_DASHwith] = ACTIONS(805), + [anon_sym_ends_DASHwith] = ACTIONS(805), + [anon_sym_EQ_TILDE] = ACTIONS(805), + [anon_sym_BANG_TILDE] = ACTIONS(805), + [anon_sym_bit_DASHand] = ACTIONS(805), + [anon_sym_bit_DASHxor] = ACTIONS(805), + [anon_sym_bit_DASHor] = ACTIONS(805), + [anon_sym_and] = ACTIONS(805), + [anon_sym_xor] = ACTIONS(805), + [anon_sym_or] = ACTIONS(805), + [anon_sym_not] = ACTIONS(805), + [anon_sym_DOT_DOT_LT] = ACTIONS(805), + [anon_sym_DOT_DOT] = ACTIONS(805), + [anon_sym_DOT_DOT_EQ] = ACTIONS(805), + [sym_val_nothing] = ACTIONS(805), + [anon_sym_true] = ACTIONS(805), + [anon_sym_false] = ACTIONS(805), + [aux_sym_val_number_token1] = ACTIONS(805), + [aux_sym_val_number_token2] = ACTIONS(805), + [aux_sym_val_number_token3] = ACTIONS(805), + [aux_sym_val_number_token4] = ACTIONS(805), + [anon_sym_inf] = ACTIONS(805), + [anon_sym_DASHinf] = ACTIONS(805), + [anon_sym_NaN] = ACTIONS(805), + [anon_sym_0b] = ACTIONS(805), + [anon_sym_0o] = ACTIONS(805), + [anon_sym_0x] = ACTIONS(805), + [sym_val_date] = ACTIONS(805), + [anon_sym_DQUOTE] = ACTIONS(805), + [sym__str_single_quotes] = ACTIONS(805), + [sym__str_back_ticks] = ACTIONS(805), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(805), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(805), + [anon_sym_CARET] = ACTIONS(805), + [anon_sym_POUND] = ACTIONS(3), + }, + [321] = { + [sym_comment] = STATE(321), + [anon_sym_export] = ACTIONS(830), + [anon_sym_alias] = ACTIONS(830), + [anon_sym_let] = ACTIONS(830), + [anon_sym_let_DASHenv] = ACTIONS(830), + [anon_sym_mut] = ACTIONS(830), + [anon_sym_const] = ACTIONS(830), + [sym_cmd_identifier] = ACTIONS(830), + [anon_sym_SEMI] = ACTIONS(830), + [anon_sym_LF] = ACTIONS(832), + [anon_sym_def] = ACTIONS(830), + [anon_sym_def_DASHenv] = ACTIONS(830), + [anon_sym_export_DASHenv] = ACTIONS(830), + [anon_sym_extern] = ACTIONS(830), + [anon_sym_module] = ACTIONS(830), + [anon_sym_use] = ACTIONS(830), + [anon_sym_LBRACK] = ACTIONS(830), + [anon_sym_LPAREN] = ACTIONS(830), + [anon_sym_RPAREN] = ACTIONS(830), + [anon_sym_PIPE] = ACTIONS(830), + [anon_sym_DOLLAR] = ACTIONS(830), + [anon_sym_error] = ACTIONS(830), + [anon_sym_GT] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_break] = ACTIONS(830), + [anon_sym_continue] = ACTIONS(830), + [anon_sym_for] = ACTIONS(830), + [anon_sym_in] = ACTIONS(830), + [anon_sym_loop] = ACTIONS(830), + [anon_sym_while] = ACTIONS(830), + [anon_sym_do] = ACTIONS(830), + [anon_sym_if] = ACTIONS(830), + [anon_sym_match] = ACTIONS(830), + [anon_sym_LBRACE] = ACTIONS(830), + [anon_sym_RBRACE] = ACTIONS(830), + [anon_sym_try] = ACTIONS(830), + [anon_sym_return] = ACTIONS(830), + [anon_sym_source] = ACTIONS(830), + [anon_sym_source_DASHenv] = ACTIONS(830), + [anon_sym_register] = ACTIONS(830), + [anon_sym_hide] = ACTIONS(830), + [anon_sym_hide_DASHenv] = ACTIONS(830), + [anon_sym_overlay] = ACTIONS(830), + [anon_sym_STAR] = ACTIONS(830), + [anon_sym_where] = ACTIONS(830), + [anon_sym_STAR_STAR] = ACTIONS(830), + [anon_sym_PLUS_PLUS] = ACTIONS(830), + [anon_sym_SLASH] = ACTIONS(830), + [anon_sym_mod] = ACTIONS(830), + [anon_sym_SLASH_SLASH] = ACTIONS(830), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_bit_DASHshl] = ACTIONS(830), + [anon_sym_bit_DASHshr] = ACTIONS(830), + [anon_sym_EQ_EQ] = ACTIONS(830), + [anon_sym_BANG_EQ] = ACTIONS(830), + [anon_sym_LT2] = ACTIONS(830), + [anon_sym_LT_EQ] = ACTIONS(830), + [anon_sym_GT_EQ] = ACTIONS(830), + [anon_sym_not_DASHin] = ACTIONS(830), + [anon_sym_starts_DASHwith] = ACTIONS(830), + [anon_sym_ends_DASHwith] = ACTIONS(830), + [anon_sym_EQ_TILDE] = ACTIONS(830), + [anon_sym_BANG_TILDE] = ACTIONS(830), + [anon_sym_bit_DASHand] = ACTIONS(830), + [anon_sym_bit_DASHxor] = ACTIONS(830), + [anon_sym_bit_DASHor] = ACTIONS(830), + [anon_sym_and] = ACTIONS(830), + [anon_sym_xor] = ACTIONS(830), + [anon_sym_or] = ACTIONS(830), + [anon_sym_not] = ACTIONS(830), + [anon_sym_DOT_DOT_LT] = ACTIONS(830), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_DOT_DOT_EQ] = ACTIONS(830), + [sym_val_nothing] = ACTIONS(830), + [anon_sym_true] = ACTIONS(830), + [anon_sym_false] = ACTIONS(830), + [aux_sym_val_number_token1] = ACTIONS(830), + [aux_sym_val_number_token2] = ACTIONS(830), + [aux_sym_val_number_token3] = ACTIONS(830), + [aux_sym_val_number_token4] = ACTIONS(830), + [anon_sym_inf] = ACTIONS(830), + [anon_sym_DASHinf] = ACTIONS(830), + [anon_sym_NaN] = ACTIONS(830), + [anon_sym_0b] = ACTIONS(830), + [anon_sym_0o] = ACTIONS(830), + [anon_sym_0x] = ACTIONS(830), + [sym_val_date] = ACTIONS(830), + [anon_sym_DQUOTE] = ACTIONS(830), + [sym__str_single_quotes] = ACTIONS(830), + [sym__str_back_ticks] = ACTIONS(830), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(830), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(830), + [anon_sym_CARET] = ACTIONS(830), + [anon_sym_POUND] = ACTIONS(3), + }, + [322] = { + [sym_comment] = STATE(322), + [anon_sym_export] = ACTIONS(793), + [anon_sym_alias] = ACTIONS(793), + [anon_sym_let] = ACTIONS(793), + [anon_sym_let_DASHenv] = ACTIONS(793), + [anon_sym_mut] = ACTIONS(793), + [anon_sym_const] = ACTIONS(793), + [sym_cmd_identifier] = ACTIONS(793), + [anon_sym_SEMI] = ACTIONS(793), + [anon_sym_LF] = ACTIONS(795), + [anon_sym_def] = ACTIONS(793), + [anon_sym_def_DASHenv] = ACTIONS(793), + [anon_sym_export_DASHenv] = ACTIONS(793), + [anon_sym_extern] = ACTIONS(793), + [anon_sym_module] = ACTIONS(793), + [anon_sym_use] = ACTIONS(793), + [anon_sym_LBRACK] = ACTIONS(793), + [anon_sym_LPAREN] = ACTIONS(793), + [anon_sym_RPAREN] = ACTIONS(793), + [anon_sym_PIPE] = ACTIONS(793), + [anon_sym_DOLLAR] = ACTIONS(793), + [anon_sym_error] = ACTIONS(793), + [anon_sym_GT] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_break] = ACTIONS(793), + [anon_sym_continue] = ACTIONS(793), + [anon_sym_for] = ACTIONS(793), + [anon_sym_in] = ACTIONS(793), + [anon_sym_loop] = ACTIONS(793), + [anon_sym_while] = ACTIONS(793), + [anon_sym_do] = ACTIONS(793), + [anon_sym_if] = ACTIONS(793), + [anon_sym_match] = ACTIONS(793), + [anon_sym_LBRACE] = ACTIONS(793), + [anon_sym_RBRACE] = ACTIONS(793), + [anon_sym_try] = ACTIONS(793), + [anon_sym_return] = ACTIONS(793), + [anon_sym_source] = ACTIONS(793), + [anon_sym_source_DASHenv] = ACTIONS(793), + [anon_sym_register] = ACTIONS(793), + [anon_sym_hide] = ACTIONS(793), + [anon_sym_hide_DASHenv] = ACTIONS(793), + [anon_sym_overlay] = ACTIONS(793), + [anon_sym_STAR] = ACTIONS(793), + [anon_sym_where] = ACTIONS(793), + [anon_sym_STAR_STAR] = ACTIONS(793), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_SLASH] = ACTIONS(793), + [anon_sym_mod] = ACTIONS(793), + [anon_sym_SLASH_SLASH] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_bit_DASHshl] = ACTIONS(793), + [anon_sym_bit_DASHshr] = ACTIONS(793), + [anon_sym_EQ_EQ] = ACTIONS(793), + [anon_sym_BANG_EQ] = ACTIONS(793), + [anon_sym_LT2] = ACTIONS(793), + [anon_sym_LT_EQ] = ACTIONS(793), + [anon_sym_GT_EQ] = ACTIONS(793), + [anon_sym_not_DASHin] = ACTIONS(793), + [anon_sym_starts_DASHwith] = ACTIONS(793), + [anon_sym_ends_DASHwith] = ACTIONS(793), + [anon_sym_EQ_TILDE] = ACTIONS(793), + [anon_sym_BANG_TILDE] = ACTIONS(793), + [anon_sym_bit_DASHand] = ACTIONS(793), + [anon_sym_bit_DASHxor] = ACTIONS(793), + [anon_sym_bit_DASHor] = ACTIONS(793), + [anon_sym_and] = ACTIONS(793), + [anon_sym_xor] = ACTIONS(793), + [anon_sym_or] = ACTIONS(793), + [anon_sym_not] = ACTIONS(793), + [anon_sym_DOT_DOT_LT] = ACTIONS(793), + [anon_sym_DOT_DOT] = ACTIONS(793), + [anon_sym_DOT_DOT_EQ] = ACTIONS(793), + [sym_val_nothing] = ACTIONS(793), + [anon_sym_true] = ACTIONS(793), + [anon_sym_false] = ACTIONS(793), + [aux_sym_val_number_token1] = ACTIONS(793), + [aux_sym_val_number_token2] = ACTIONS(793), + [aux_sym_val_number_token3] = ACTIONS(793), + [aux_sym_val_number_token4] = ACTIONS(793), + [anon_sym_inf] = ACTIONS(793), + [anon_sym_DASHinf] = ACTIONS(793), + [anon_sym_NaN] = ACTIONS(793), + [anon_sym_0b] = ACTIONS(793), + [anon_sym_0o] = ACTIONS(793), + [anon_sym_0x] = ACTIONS(793), + [sym_val_date] = ACTIONS(793), + [anon_sym_DQUOTE] = ACTIONS(793), + [sym__str_single_quotes] = ACTIONS(793), + [sym__str_back_ticks] = ACTIONS(793), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(793), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(793), + [anon_sym_CARET] = ACTIONS(793), + [anon_sym_POUND] = ACTIONS(3), + }, + [323] = { + [sym_comment] = STATE(323), + [anon_sym_export] = ACTIONS(801), + [anon_sym_alias] = ACTIONS(801), + [anon_sym_let] = ACTIONS(801), + [anon_sym_let_DASHenv] = ACTIONS(801), + [anon_sym_mut] = ACTIONS(801), + [anon_sym_const] = ACTIONS(801), + [sym_cmd_identifier] = ACTIONS(801), + [anon_sym_SEMI] = ACTIONS(801), + [anon_sym_LF] = ACTIONS(803), + [anon_sym_def] = ACTIONS(801), + [anon_sym_def_DASHenv] = ACTIONS(801), + [anon_sym_export_DASHenv] = ACTIONS(801), + [anon_sym_extern] = ACTIONS(801), + [anon_sym_module] = ACTIONS(801), + [anon_sym_use] = ACTIONS(801), + [anon_sym_LBRACK] = ACTIONS(801), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_RPAREN] = ACTIONS(801), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_DOLLAR] = ACTIONS(801), + [anon_sym_error] = ACTIONS(801), + [anon_sym_GT] = ACTIONS(801), + [anon_sym_DASH] = ACTIONS(801), + [anon_sym_break] = ACTIONS(801), + [anon_sym_continue] = ACTIONS(801), + [anon_sym_for] = ACTIONS(801), + [anon_sym_in] = ACTIONS(801), + [anon_sym_loop] = ACTIONS(801), + [anon_sym_while] = ACTIONS(801), + [anon_sym_do] = ACTIONS(801), + [anon_sym_if] = ACTIONS(801), + [anon_sym_match] = ACTIONS(801), + [anon_sym_LBRACE] = ACTIONS(801), + [anon_sym_RBRACE] = ACTIONS(801), + [anon_sym_try] = ACTIONS(801), + [anon_sym_return] = ACTIONS(801), + [anon_sym_source] = ACTIONS(801), + [anon_sym_source_DASHenv] = ACTIONS(801), + [anon_sym_register] = ACTIONS(801), + [anon_sym_hide] = ACTIONS(801), + [anon_sym_hide_DASHenv] = ACTIONS(801), + [anon_sym_overlay] = ACTIONS(801), + [anon_sym_STAR] = ACTIONS(801), + [anon_sym_where] = ACTIONS(801), + [anon_sym_STAR_STAR] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(801), + [anon_sym_SLASH] = ACTIONS(801), + [anon_sym_mod] = ACTIONS(801), + [anon_sym_SLASH_SLASH] = ACTIONS(801), + [anon_sym_PLUS] = ACTIONS(801), + [anon_sym_bit_DASHshl] = ACTIONS(801), + [anon_sym_bit_DASHshr] = ACTIONS(801), + [anon_sym_EQ_EQ] = ACTIONS(801), + [anon_sym_BANG_EQ] = ACTIONS(801), + [anon_sym_LT2] = ACTIONS(801), + [anon_sym_LT_EQ] = ACTIONS(801), + [anon_sym_GT_EQ] = ACTIONS(801), + [anon_sym_not_DASHin] = ACTIONS(801), + [anon_sym_starts_DASHwith] = ACTIONS(801), + [anon_sym_ends_DASHwith] = ACTIONS(801), + [anon_sym_EQ_TILDE] = ACTIONS(801), + [anon_sym_BANG_TILDE] = ACTIONS(801), + [anon_sym_bit_DASHand] = ACTIONS(801), + [anon_sym_bit_DASHxor] = ACTIONS(801), + [anon_sym_bit_DASHor] = ACTIONS(801), + [anon_sym_and] = ACTIONS(801), + [anon_sym_xor] = ACTIONS(801), + [anon_sym_or] = ACTIONS(801), + [anon_sym_not] = ACTIONS(801), + [anon_sym_DOT_DOT_LT] = ACTIONS(801), + [anon_sym_DOT_DOT] = ACTIONS(801), + [anon_sym_DOT_DOT_EQ] = ACTIONS(801), + [sym_val_nothing] = ACTIONS(801), + [anon_sym_true] = ACTIONS(801), + [anon_sym_false] = ACTIONS(801), + [aux_sym_val_number_token1] = ACTIONS(801), + [aux_sym_val_number_token2] = ACTIONS(801), + [aux_sym_val_number_token3] = ACTIONS(801), + [aux_sym_val_number_token4] = ACTIONS(801), + [anon_sym_inf] = ACTIONS(801), + [anon_sym_DASHinf] = ACTIONS(801), + [anon_sym_NaN] = ACTIONS(801), + [anon_sym_0b] = ACTIONS(801), + [anon_sym_0o] = ACTIONS(801), + [anon_sym_0x] = ACTIONS(801), + [sym_val_date] = ACTIONS(801), + [anon_sym_DQUOTE] = ACTIONS(801), + [sym__str_single_quotes] = ACTIONS(801), + [sym__str_back_ticks] = ACTIONS(801), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(801), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(801), + [anon_sym_CARET] = ACTIONS(801), + [anon_sym_POUND] = ACTIONS(3), + }, + [324] = { + [sym_comment] = STATE(324), + [anon_sym_export] = ACTIONS(809), + [anon_sym_alias] = ACTIONS(809), + [anon_sym_let] = ACTIONS(809), + [anon_sym_let_DASHenv] = ACTIONS(809), + [anon_sym_mut] = ACTIONS(809), + [anon_sym_const] = ACTIONS(809), + [sym_cmd_identifier] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(809), + [anon_sym_LF] = ACTIONS(811), + [anon_sym_def] = ACTIONS(809), + [anon_sym_def_DASHenv] = ACTIONS(809), + [anon_sym_export_DASHenv] = ACTIONS(809), + [anon_sym_extern] = ACTIONS(809), + [anon_sym_module] = ACTIONS(809), + [anon_sym_use] = ACTIONS(809), + [anon_sym_LBRACK] = ACTIONS(809), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_RPAREN] = ACTIONS(809), + [anon_sym_PIPE] = ACTIONS(809), + [anon_sym_DOLLAR] = ACTIONS(809), + [anon_sym_error] = ACTIONS(809), + [anon_sym_GT] = ACTIONS(809), + [anon_sym_DASH] = ACTIONS(809), + [anon_sym_break] = ACTIONS(809), + [anon_sym_continue] = ACTIONS(809), + [anon_sym_for] = ACTIONS(809), + [anon_sym_in] = ACTIONS(809), + [anon_sym_loop] = ACTIONS(809), + [anon_sym_while] = ACTIONS(809), + [anon_sym_do] = ACTIONS(809), + [anon_sym_if] = ACTIONS(809), + [anon_sym_match] = ACTIONS(809), + [anon_sym_LBRACE] = ACTIONS(809), + [anon_sym_RBRACE] = ACTIONS(809), + [anon_sym_try] = ACTIONS(809), + [anon_sym_return] = ACTIONS(809), + [anon_sym_source] = ACTIONS(809), + [anon_sym_source_DASHenv] = ACTIONS(809), + [anon_sym_register] = ACTIONS(809), + [anon_sym_hide] = ACTIONS(809), + [anon_sym_hide_DASHenv] = ACTIONS(809), + [anon_sym_overlay] = ACTIONS(809), + [anon_sym_STAR] = ACTIONS(809), + [anon_sym_where] = ACTIONS(809), + [anon_sym_STAR_STAR] = ACTIONS(809), + [anon_sym_PLUS_PLUS] = ACTIONS(809), + [anon_sym_SLASH] = ACTIONS(809), + [anon_sym_mod] = ACTIONS(809), + [anon_sym_SLASH_SLASH] = ACTIONS(809), + [anon_sym_PLUS] = ACTIONS(809), + [anon_sym_bit_DASHshl] = ACTIONS(809), + [anon_sym_bit_DASHshr] = ACTIONS(809), + [anon_sym_EQ_EQ] = ACTIONS(809), + [anon_sym_BANG_EQ] = ACTIONS(809), + [anon_sym_LT2] = ACTIONS(809), + [anon_sym_LT_EQ] = ACTIONS(809), + [anon_sym_GT_EQ] = ACTIONS(809), + [anon_sym_not_DASHin] = ACTIONS(809), + [anon_sym_starts_DASHwith] = ACTIONS(809), + [anon_sym_ends_DASHwith] = ACTIONS(809), + [anon_sym_EQ_TILDE] = ACTIONS(809), + [anon_sym_BANG_TILDE] = ACTIONS(809), + [anon_sym_bit_DASHand] = ACTIONS(809), + [anon_sym_bit_DASHxor] = ACTIONS(809), + [anon_sym_bit_DASHor] = ACTIONS(809), + [anon_sym_and] = ACTIONS(809), + [anon_sym_xor] = ACTIONS(809), + [anon_sym_or] = ACTIONS(809), + [anon_sym_not] = ACTIONS(809), + [anon_sym_DOT_DOT_LT] = ACTIONS(809), + [anon_sym_DOT_DOT] = ACTIONS(809), + [anon_sym_DOT_DOT_EQ] = ACTIONS(809), + [sym_val_nothing] = ACTIONS(809), + [anon_sym_true] = ACTIONS(809), + [anon_sym_false] = ACTIONS(809), + [aux_sym_val_number_token1] = ACTIONS(809), + [aux_sym_val_number_token2] = ACTIONS(809), + [aux_sym_val_number_token3] = ACTIONS(809), + [aux_sym_val_number_token4] = ACTIONS(809), + [anon_sym_inf] = ACTIONS(809), + [anon_sym_DASHinf] = ACTIONS(809), + [anon_sym_NaN] = ACTIONS(809), + [anon_sym_0b] = ACTIONS(809), + [anon_sym_0o] = ACTIONS(809), + [anon_sym_0x] = ACTIONS(809), + [sym_val_date] = ACTIONS(809), + [anon_sym_DQUOTE] = ACTIONS(809), + [sym__str_single_quotes] = ACTIONS(809), + [sym__str_back_ticks] = ACTIONS(809), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(809), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(809), + [anon_sym_CARET] = ACTIONS(809), + [anon_sym_POUND] = ACTIONS(3), + }, + [325] = { + [sym_comment] = STATE(325), + [anon_sym_export] = ACTIONS(813), + [anon_sym_alias] = ACTIONS(813), + [anon_sym_let] = ACTIONS(813), + [anon_sym_let_DASHenv] = ACTIONS(813), + [anon_sym_mut] = ACTIONS(813), + [anon_sym_const] = ACTIONS(813), + [sym_cmd_identifier] = ACTIONS(813), + [anon_sym_SEMI] = ACTIONS(813), + [anon_sym_LF] = ACTIONS(815), + [anon_sym_def] = ACTIONS(813), + [anon_sym_def_DASHenv] = ACTIONS(813), + [anon_sym_export_DASHenv] = ACTIONS(813), + [anon_sym_extern] = ACTIONS(813), + [anon_sym_module] = ACTIONS(813), + [anon_sym_use] = ACTIONS(813), + [anon_sym_LBRACK] = ACTIONS(813), + [anon_sym_LPAREN] = ACTIONS(813), + [anon_sym_RPAREN] = ACTIONS(813), + [anon_sym_PIPE] = ACTIONS(813), + [anon_sym_DOLLAR] = ACTIONS(813), + [anon_sym_error] = ACTIONS(813), + [anon_sym_GT] = ACTIONS(813), + [anon_sym_DASH] = ACTIONS(813), + [anon_sym_break] = ACTIONS(813), + [anon_sym_continue] = ACTIONS(813), + [anon_sym_for] = ACTIONS(813), + [anon_sym_in] = ACTIONS(813), + [anon_sym_loop] = ACTIONS(813), + [anon_sym_while] = ACTIONS(813), + [anon_sym_do] = ACTIONS(813), + [anon_sym_if] = ACTIONS(813), + [anon_sym_match] = ACTIONS(813), + [anon_sym_LBRACE] = ACTIONS(813), + [anon_sym_RBRACE] = ACTIONS(813), + [anon_sym_try] = ACTIONS(813), + [anon_sym_return] = ACTIONS(813), + [anon_sym_source] = ACTIONS(813), + [anon_sym_source_DASHenv] = ACTIONS(813), + [anon_sym_register] = ACTIONS(813), + [anon_sym_hide] = ACTIONS(813), + [anon_sym_hide_DASHenv] = ACTIONS(813), + [anon_sym_overlay] = ACTIONS(813), + [anon_sym_STAR] = ACTIONS(813), + [anon_sym_where] = ACTIONS(813), + [anon_sym_STAR_STAR] = ACTIONS(813), + [anon_sym_PLUS_PLUS] = ACTIONS(813), + [anon_sym_SLASH] = ACTIONS(813), + [anon_sym_mod] = ACTIONS(813), + [anon_sym_SLASH_SLASH] = ACTIONS(813), + [anon_sym_PLUS] = ACTIONS(813), + [anon_sym_bit_DASHshl] = ACTIONS(813), + [anon_sym_bit_DASHshr] = ACTIONS(813), + [anon_sym_EQ_EQ] = ACTIONS(813), + [anon_sym_BANG_EQ] = ACTIONS(813), + [anon_sym_LT2] = ACTIONS(813), + [anon_sym_LT_EQ] = ACTIONS(813), + [anon_sym_GT_EQ] = ACTIONS(813), + [anon_sym_not_DASHin] = ACTIONS(813), + [anon_sym_starts_DASHwith] = ACTIONS(813), + [anon_sym_ends_DASHwith] = ACTIONS(813), + [anon_sym_EQ_TILDE] = ACTIONS(813), + [anon_sym_BANG_TILDE] = ACTIONS(813), + [anon_sym_bit_DASHand] = ACTIONS(813), + [anon_sym_bit_DASHxor] = ACTIONS(813), + [anon_sym_bit_DASHor] = ACTIONS(813), + [anon_sym_and] = ACTIONS(813), + [anon_sym_xor] = ACTIONS(813), + [anon_sym_or] = ACTIONS(813), + [anon_sym_not] = ACTIONS(813), + [anon_sym_DOT_DOT_LT] = ACTIONS(813), + [anon_sym_DOT_DOT] = ACTIONS(813), + [anon_sym_DOT_DOT_EQ] = ACTIONS(813), + [sym_val_nothing] = ACTIONS(813), + [anon_sym_true] = ACTIONS(813), + [anon_sym_false] = ACTIONS(813), + [aux_sym_val_number_token1] = ACTIONS(813), + [aux_sym_val_number_token2] = ACTIONS(813), + [aux_sym_val_number_token3] = ACTIONS(813), + [aux_sym_val_number_token4] = ACTIONS(813), + [anon_sym_inf] = ACTIONS(813), + [anon_sym_DASHinf] = ACTIONS(813), + [anon_sym_NaN] = ACTIONS(813), + [anon_sym_0b] = ACTIONS(813), + [anon_sym_0o] = ACTIONS(813), + [anon_sym_0x] = ACTIONS(813), + [sym_val_date] = ACTIONS(813), + [anon_sym_DQUOTE] = ACTIONS(813), + [sym__str_single_quotes] = ACTIONS(813), + [sym__str_back_ticks] = ACTIONS(813), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(813), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(813), + [anon_sym_CARET] = ACTIONS(813), + [anon_sym_POUND] = ACTIONS(3), + }, + [326] = { + [sym_comment] = STATE(326), + [anon_sym_export] = ACTIONS(826), + [anon_sym_alias] = ACTIONS(826), + [anon_sym_let] = ACTIONS(826), + [anon_sym_let_DASHenv] = ACTIONS(826), + [anon_sym_mut] = ACTIONS(826), + [anon_sym_const] = ACTIONS(826), + [sym_cmd_identifier] = ACTIONS(826), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_LF] = ACTIONS(828), + [anon_sym_def] = ACTIONS(826), + [anon_sym_def_DASHenv] = ACTIONS(826), + [anon_sym_export_DASHenv] = ACTIONS(826), + [anon_sym_extern] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_use] = ACTIONS(826), + [anon_sym_LBRACK] = ACTIONS(826), + [anon_sym_LPAREN] = ACTIONS(826), + [anon_sym_RPAREN] = ACTIONS(826), + [anon_sym_PIPE] = ACTIONS(826), + [anon_sym_DOLLAR] = ACTIONS(826), + [anon_sym_error] = ACTIONS(826), + [anon_sym_GT] = ACTIONS(826), + [anon_sym_DASH] = ACTIONS(826), + [anon_sym_break] = ACTIONS(826), + [anon_sym_continue] = ACTIONS(826), + [anon_sym_for] = ACTIONS(826), + [anon_sym_in] = ACTIONS(826), + [anon_sym_loop] = ACTIONS(826), + [anon_sym_while] = ACTIONS(826), + [anon_sym_do] = ACTIONS(826), + [anon_sym_if] = ACTIONS(826), + [anon_sym_match] = ACTIONS(826), + [anon_sym_LBRACE] = ACTIONS(826), + [anon_sym_RBRACE] = ACTIONS(826), + [anon_sym_try] = ACTIONS(826), + [anon_sym_return] = ACTIONS(826), + [anon_sym_source] = ACTIONS(826), + [anon_sym_source_DASHenv] = ACTIONS(826), + [anon_sym_register] = ACTIONS(826), + [anon_sym_hide] = ACTIONS(826), + [anon_sym_hide_DASHenv] = ACTIONS(826), + [anon_sym_overlay] = ACTIONS(826), + [anon_sym_STAR] = ACTIONS(826), + [anon_sym_where] = ACTIONS(826), + [anon_sym_STAR_STAR] = ACTIONS(826), + [anon_sym_PLUS_PLUS] = ACTIONS(826), + [anon_sym_SLASH] = ACTIONS(826), + [anon_sym_mod] = ACTIONS(826), + [anon_sym_SLASH_SLASH] = ACTIONS(826), + [anon_sym_PLUS] = ACTIONS(826), + [anon_sym_bit_DASHshl] = ACTIONS(826), + [anon_sym_bit_DASHshr] = ACTIONS(826), + [anon_sym_EQ_EQ] = ACTIONS(826), + [anon_sym_BANG_EQ] = ACTIONS(826), + [anon_sym_LT2] = ACTIONS(826), + [anon_sym_LT_EQ] = ACTIONS(826), + [anon_sym_GT_EQ] = ACTIONS(826), + [anon_sym_not_DASHin] = ACTIONS(826), + [anon_sym_starts_DASHwith] = ACTIONS(826), + [anon_sym_ends_DASHwith] = ACTIONS(826), + [anon_sym_EQ_TILDE] = ACTIONS(826), + [anon_sym_BANG_TILDE] = ACTIONS(826), + [anon_sym_bit_DASHand] = ACTIONS(826), + [anon_sym_bit_DASHxor] = ACTIONS(826), + [anon_sym_bit_DASHor] = ACTIONS(826), + [anon_sym_and] = ACTIONS(826), + [anon_sym_xor] = ACTIONS(826), + [anon_sym_or] = ACTIONS(826), + [anon_sym_not] = ACTIONS(826), + [anon_sym_DOT_DOT_LT] = ACTIONS(826), + [anon_sym_DOT_DOT] = ACTIONS(826), + [anon_sym_DOT_DOT_EQ] = ACTIONS(826), + [sym_val_nothing] = ACTIONS(826), + [anon_sym_true] = ACTIONS(826), + [anon_sym_false] = ACTIONS(826), + [aux_sym_val_number_token1] = ACTIONS(826), + [aux_sym_val_number_token2] = ACTIONS(826), + [aux_sym_val_number_token3] = ACTIONS(826), + [aux_sym_val_number_token4] = ACTIONS(826), + [anon_sym_inf] = ACTIONS(826), + [anon_sym_DASHinf] = ACTIONS(826), + [anon_sym_NaN] = ACTIONS(826), + [anon_sym_0b] = ACTIONS(826), + [anon_sym_0o] = ACTIONS(826), + [anon_sym_0x] = ACTIONS(826), + [sym_val_date] = ACTIONS(826), + [anon_sym_DQUOTE] = ACTIONS(826), + [sym__str_single_quotes] = ACTIONS(826), + [sym__str_back_ticks] = ACTIONS(826), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(826), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(826), + [anon_sym_CARET] = ACTIONS(826), + [anon_sym_POUND] = ACTIONS(3), + }, + [327] = { + [sym_comment] = STATE(327), + [anon_sym_export] = ACTIONS(842), + [anon_sym_alias] = ACTIONS(842), + [anon_sym_let] = ACTIONS(842), + [anon_sym_let_DASHenv] = ACTIONS(842), + [anon_sym_mut] = ACTIONS(842), + [anon_sym_const] = ACTIONS(842), + [sym_cmd_identifier] = ACTIONS(842), + [anon_sym_SEMI] = ACTIONS(842), + [anon_sym_LF] = ACTIONS(844), + [anon_sym_def] = ACTIONS(842), + [anon_sym_def_DASHenv] = ACTIONS(842), + [anon_sym_export_DASHenv] = ACTIONS(842), + [anon_sym_extern] = ACTIONS(842), + [anon_sym_module] = ACTIONS(842), + [anon_sym_use] = ACTIONS(842), + [anon_sym_LBRACK] = ACTIONS(842), + [anon_sym_LPAREN] = ACTIONS(842), + [anon_sym_RPAREN] = ACTIONS(842), + [anon_sym_PIPE] = ACTIONS(842), + [anon_sym_DOLLAR] = ACTIONS(842), + [anon_sym_error] = ACTIONS(842), + [anon_sym_GT] = ACTIONS(842), + [anon_sym_DASH] = ACTIONS(842), + [anon_sym_break] = ACTIONS(842), + [anon_sym_continue] = ACTIONS(842), + [anon_sym_for] = ACTIONS(842), + [anon_sym_in] = ACTIONS(842), + [anon_sym_loop] = ACTIONS(842), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(842), + [anon_sym_if] = ACTIONS(842), + [anon_sym_match] = ACTIONS(842), + [anon_sym_LBRACE] = ACTIONS(842), + [anon_sym_RBRACE] = ACTIONS(842), + [anon_sym_try] = ACTIONS(842), + [anon_sym_return] = ACTIONS(842), + [anon_sym_source] = ACTIONS(842), + [anon_sym_source_DASHenv] = ACTIONS(842), + [anon_sym_register] = ACTIONS(842), + [anon_sym_hide] = ACTIONS(842), + [anon_sym_hide_DASHenv] = ACTIONS(842), + [anon_sym_overlay] = ACTIONS(842), + [anon_sym_STAR] = ACTIONS(842), + [anon_sym_where] = ACTIONS(842), + [anon_sym_STAR_STAR] = ACTIONS(842), + [anon_sym_PLUS_PLUS] = ACTIONS(842), + [anon_sym_SLASH] = ACTIONS(842), + [anon_sym_mod] = ACTIONS(842), + [anon_sym_SLASH_SLASH] = ACTIONS(842), + [anon_sym_PLUS] = ACTIONS(842), + [anon_sym_bit_DASHshl] = ACTIONS(842), + [anon_sym_bit_DASHshr] = ACTIONS(842), + [anon_sym_EQ_EQ] = ACTIONS(842), + [anon_sym_BANG_EQ] = ACTIONS(842), + [anon_sym_LT2] = ACTIONS(842), + [anon_sym_LT_EQ] = ACTIONS(842), + [anon_sym_GT_EQ] = ACTIONS(842), + [anon_sym_not_DASHin] = ACTIONS(842), + [anon_sym_starts_DASHwith] = ACTIONS(842), + [anon_sym_ends_DASHwith] = ACTIONS(842), + [anon_sym_EQ_TILDE] = ACTIONS(842), + [anon_sym_BANG_TILDE] = ACTIONS(842), + [anon_sym_bit_DASHand] = ACTIONS(842), + [anon_sym_bit_DASHxor] = ACTIONS(842), + [anon_sym_bit_DASHor] = ACTIONS(842), + [anon_sym_and] = ACTIONS(842), + [anon_sym_xor] = ACTIONS(842), + [anon_sym_or] = ACTIONS(842), + [anon_sym_not] = ACTIONS(842), + [anon_sym_DOT_DOT_LT] = ACTIONS(842), + [anon_sym_DOT_DOT] = ACTIONS(842), + [anon_sym_DOT_DOT_EQ] = ACTIONS(842), + [sym_val_nothing] = ACTIONS(842), + [anon_sym_true] = ACTIONS(842), + [anon_sym_false] = ACTIONS(842), + [aux_sym_val_number_token1] = ACTIONS(842), + [aux_sym_val_number_token2] = ACTIONS(842), + [aux_sym_val_number_token3] = ACTIONS(842), + [aux_sym_val_number_token4] = ACTIONS(842), + [anon_sym_inf] = ACTIONS(842), + [anon_sym_DASHinf] = ACTIONS(842), + [anon_sym_NaN] = ACTIONS(842), + [anon_sym_0b] = ACTIONS(842), + [anon_sym_0o] = ACTIONS(842), + [anon_sym_0x] = ACTIONS(842), + [sym_val_date] = ACTIONS(842), + [anon_sym_DQUOTE] = ACTIONS(842), + [sym__str_single_quotes] = ACTIONS(842), + [sym__str_back_ticks] = ACTIONS(842), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(842), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(842), + [anon_sym_CARET] = ACTIONS(842), + [anon_sym_POUND] = ACTIONS(3), + }, + [328] = { + [sym_comment] = STATE(328), + [anon_sym_export] = ACTIONS(846), + [anon_sym_alias] = ACTIONS(846), + [anon_sym_let] = ACTIONS(846), + [anon_sym_let_DASHenv] = ACTIONS(846), + [anon_sym_mut] = ACTIONS(846), + [anon_sym_const] = ACTIONS(846), + [sym_cmd_identifier] = ACTIONS(846), + [anon_sym_SEMI] = ACTIONS(846), + [anon_sym_LF] = ACTIONS(848), + [anon_sym_def] = ACTIONS(846), + [anon_sym_def_DASHenv] = ACTIONS(846), + [anon_sym_export_DASHenv] = ACTIONS(846), + [anon_sym_extern] = ACTIONS(846), + [anon_sym_module] = ACTIONS(846), + [anon_sym_use] = ACTIONS(846), + [anon_sym_LBRACK] = ACTIONS(846), + [anon_sym_LPAREN] = ACTIONS(846), + [anon_sym_RPAREN] = ACTIONS(846), + [anon_sym_PIPE] = ACTIONS(846), + [anon_sym_DOLLAR] = ACTIONS(846), + [anon_sym_error] = ACTIONS(846), + [anon_sym_GT] = ACTIONS(846), + [anon_sym_DASH] = ACTIONS(846), + [anon_sym_break] = ACTIONS(846), + [anon_sym_continue] = ACTIONS(846), + [anon_sym_for] = ACTIONS(846), + [anon_sym_in] = ACTIONS(846), + [anon_sym_loop] = ACTIONS(846), + [anon_sym_while] = ACTIONS(846), + [anon_sym_do] = ACTIONS(846), + [anon_sym_if] = ACTIONS(846), + [anon_sym_match] = ACTIONS(846), + [anon_sym_LBRACE] = ACTIONS(846), + [anon_sym_RBRACE] = ACTIONS(846), + [anon_sym_try] = ACTIONS(846), + [anon_sym_return] = ACTIONS(846), + [anon_sym_source] = ACTIONS(846), + [anon_sym_source_DASHenv] = ACTIONS(846), + [anon_sym_register] = ACTIONS(846), + [anon_sym_hide] = ACTIONS(846), + [anon_sym_hide_DASHenv] = ACTIONS(846), + [anon_sym_overlay] = ACTIONS(846), + [anon_sym_STAR] = ACTIONS(846), + [anon_sym_where] = ACTIONS(846), + [anon_sym_STAR_STAR] = ACTIONS(846), + [anon_sym_PLUS_PLUS] = ACTIONS(846), + [anon_sym_SLASH] = ACTIONS(846), + [anon_sym_mod] = ACTIONS(846), + [anon_sym_SLASH_SLASH] = ACTIONS(846), + [anon_sym_PLUS] = ACTIONS(846), + [anon_sym_bit_DASHshl] = ACTIONS(846), + [anon_sym_bit_DASHshr] = ACTIONS(846), + [anon_sym_EQ_EQ] = ACTIONS(846), + [anon_sym_BANG_EQ] = ACTIONS(846), + [anon_sym_LT2] = ACTIONS(846), + [anon_sym_LT_EQ] = ACTIONS(846), + [anon_sym_GT_EQ] = ACTIONS(846), + [anon_sym_not_DASHin] = ACTIONS(846), + [anon_sym_starts_DASHwith] = ACTIONS(846), + [anon_sym_ends_DASHwith] = ACTIONS(846), + [anon_sym_EQ_TILDE] = ACTIONS(846), + [anon_sym_BANG_TILDE] = ACTIONS(846), + [anon_sym_bit_DASHand] = ACTIONS(846), + [anon_sym_bit_DASHxor] = ACTIONS(846), + [anon_sym_bit_DASHor] = ACTIONS(846), + [anon_sym_and] = ACTIONS(846), + [anon_sym_xor] = ACTIONS(846), + [anon_sym_or] = ACTIONS(846), + [anon_sym_not] = ACTIONS(846), + [anon_sym_DOT_DOT_LT] = ACTIONS(846), + [anon_sym_DOT_DOT] = ACTIONS(846), + [anon_sym_DOT_DOT_EQ] = ACTIONS(846), + [sym_val_nothing] = ACTIONS(846), + [anon_sym_true] = ACTIONS(846), + [anon_sym_false] = ACTIONS(846), + [aux_sym_val_number_token1] = ACTIONS(846), + [aux_sym_val_number_token2] = ACTIONS(846), + [aux_sym_val_number_token3] = ACTIONS(846), + [aux_sym_val_number_token4] = ACTIONS(846), + [anon_sym_inf] = ACTIONS(846), + [anon_sym_DASHinf] = ACTIONS(846), + [anon_sym_NaN] = ACTIONS(846), + [anon_sym_0b] = ACTIONS(846), + [anon_sym_0o] = ACTIONS(846), + [anon_sym_0x] = ACTIONS(846), + [sym_val_date] = ACTIONS(846), + [anon_sym_DQUOTE] = ACTIONS(846), + [sym__str_single_quotes] = ACTIONS(846), + [sym__str_back_ticks] = ACTIONS(846), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(846), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(846), + [anon_sym_CARET] = ACTIONS(846), + [anon_sym_POUND] = ACTIONS(3), + }, + [329] = { + [sym_comment] = STATE(329), + [anon_sym_export] = ACTIONS(862), + [anon_sym_alias] = ACTIONS(862), + [anon_sym_let] = ACTIONS(862), + [anon_sym_let_DASHenv] = ACTIONS(862), + [anon_sym_mut] = ACTIONS(862), + [anon_sym_const] = ACTIONS(862), + [sym_cmd_identifier] = ACTIONS(862), + [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_LF] = ACTIONS(864), + [anon_sym_def] = ACTIONS(862), + [anon_sym_def_DASHenv] = ACTIONS(862), + [anon_sym_export_DASHenv] = ACTIONS(862), + [anon_sym_extern] = ACTIONS(862), + [anon_sym_module] = ACTIONS(862), + [anon_sym_use] = ACTIONS(862), + [anon_sym_LBRACK] = ACTIONS(862), + [anon_sym_LPAREN] = ACTIONS(862), + [anon_sym_RPAREN] = ACTIONS(862), + [anon_sym_PIPE] = ACTIONS(862), + [anon_sym_DOLLAR] = ACTIONS(862), + [anon_sym_error] = ACTIONS(862), + [anon_sym_GT] = ACTIONS(862), + [anon_sym_DASH] = ACTIONS(862), + [anon_sym_break] = ACTIONS(862), + [anon_sym_continue] = ACTIONS(862), + [anon_sym_for] = ACTIONS(862), + [anon_sym_in] = ACTIONS(862), + [anon_sym_loop] = ACTIONS(862), + [anon_sym_while] = ACTIONS(862), + [anon_sym_do] = ACTIONS(862), + [anon_sym_if] = ACTIONS(862), + [anon_sym_match] = ACTIONS(862), + [anon_sym_LBRACE] = ACTIONS(862), + [anon_sym_RBRACE] = ACTIONS(862), + [anon_sym_try] = ACTIONS(862), + [anon_sym_return] = ACTIONS(862), + [anon_sym_source] = ACTIONS(862), + [anon_sym_source_DASHenv] = ACTIONS(862), + [anon_sym_register] = ACTIONS(862), + [anon_sym_hide] = ACTIONS(862), + [anon_sym_hide_DASHenv] = ACTIONS(862), + [anon_sym_overlay] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(862), + [anon_sym_where] = ACTIONS(862), + [anon_sym_STAR_STAR] = ACTIONS(862), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_SLASH] = ACTIONS(862), + [anon_sym_mod] = ACTIONS(862), + [anon_sym_SLASH_SLASH] = ACTIONS(862), + [anon_sym_PLUS] = ACTIONS(862), + [anon_sym_bit_DASHshl] = ACTIONS(862), + [anon_sym_bit_DASHshr] = ACTIONS(862), + [anon_sym_EQ_EQ] = ACTIONS(862), + [anon_sym_BANG_EQ] = ACTIONS(862), + [anon_sym_LT2] = ACTIONS(862), + [anon_sym_LT_EQ] = ACTIONS(862), + [anon_sym_GT_EQ] = ACTIONS(862), + [anon_sym_not_DASHin] = ACTIONS(862), + [anon_sym_starts_DASHwith] = ACTIONS(862), + [anon_sym_ends_DASHwith] = ACTIONS(862), + [anon_sym_EQ_TILDE] = ACTIONS(862), + [anon_sym_BANG_TILDE] = ACTIONS(862), + [anon_sym_bit_DASHand] = ACTIONS(862), + [anon_sym_bit_DASHxor] = ACTIONS(862), + [anon_sym_bit_DASHor] = ACTIONS(862), + [anon_sym_and] = ACTIONS(862), + [anon_sym_xor] = ACTIONS(862), + [anon_sym_or] = ACTIONS(862), + [anon_sym_not] = ACTIONS(862), + [anon_sym_DOT_DOT_LT] = ACTIONS(862), + [anon_sym_DOT_DOT] = ACTIONS(862), + [anon_sym_DOT_DOT_EQ] = ACTIONS(862), + [sym_val_nothing] = ACTIONS(862), + [anon_sym_true] = ACTIONS(862), + [anon_sym_false] = ACTIONS(862), + [aux_sym_val_number_token1] = ACTIONS(862), + [aux_sym_val_number_token2] = ACTIONS(862), + [aux_sym_val_number_token3] = ACTIONS(862), + [aux_sym_val_number_token4] = ACTIONS(862), + [anon_sym_inf] = ACTIONS(862), + [anon_sym_DASHinf] = ACTIONS(862), + [anon_sym_NaN] = ACTIONS(862), + [anon_sym_0b] = ACTIONS(862), + [anon_sym_0o] = ACTIONS(862), + [anon_sym_0x] = ACTIONS(862), + [sym_val_date] = ACTIONS(862), + [anon_sym_DQUOTE] = ACTIONS(862), + [sym__str_single_quotes] = ACTIONS(862), + [sym__str_back_ticks] = ACTIONS(862), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(862), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(862), + [anon_sym_CARET] = ACTIONS(862), + [anon_sym_POUND] = ACTIONS(3), + }, + [330] = { + [sym_comment] = STATE(330), + [anon_sym_export] = ACTIONS(789), + [anon_sym_alias] = ACTIONS(789), + [anon_sym_let] = ACTIONS(789), + [anon_sym_let_DASHenv] = ACTIONS(789), + [anon_sym_mut] = ACTIONS(789), + [anon_sym_const] = ACTIONS(789), + [sym_cmd_identifier] = ACTIONS(789), + [anon_sym_SEMI] = ACTIONS(789), + [anon_sym_LF] = ACTIONS(791), + [anon_sym_def] = ACTIONS(789), + [anon_sym_def_DASHenv] = ACTIONS(789), + [anon_sym_export_DASHenv] = ACTIONS(789), + [anon_sym_extern] = ACTIONS(789), + [anon_sym_module] = ACTIONS(789), + [anon_sym_use] = ACTIONS(789), + [anon_sym_LBRACK] = ACTIONS(789), + [anon_sym_LPAREN] = ACTIONS(789), + [anon_sym_RPAREN] = ACTIONS(789), + [anon_sym_PIPE] = ACTIONS(789), + [anon_sym_DOLLAR] = ACTIONS(789), + [anon_sym_error] = ACTIONS(789), + [anon_sym_GT] = ACTIONS(789), + [anon_sym_DASH] = ACTIONS(789), + [anon_sym_break] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(789), + [anon_sym_for] = ACTIONS(789), + [anon_sym_in] = ACTIONS(789), + [anon_sym_loop] = ACTIONS(789), + [anon_sym_while] = ACTIONS(789), + [anon_sym_do] = ACTIONS(789), + [anon_sym_if] = ACTIONS(789), + [anon_sym_match] = ACTIONS(789), + [anon_sym_LBRACE] = ACTIONS(789), + [anon_sym_RBRACE] = ACTIONS(789), + [anon_sym_try] = ACTIONS(789), + [anon_sym_return] = ACTIONS(789), + [anon_sym_source] = ACTIONS(789), + [anon_sym_source_DASHenv] = ACTIONS(789), + [anon_sym_register] = ACTIONS(789), + [anon_sym_hide] = ACTIONS(789), + [anon_sym_hide_DASHenv] = ACTIONS(789), + [anon_sym_overlay] = ACTIONS(789), + [anon_sym_STAR] = ACTIONS(789), + [anon_sym_where] = ACTIONS(789), + [anon_sym_STAR_STAR] = ACTIONS(789), + [anon_sym_PLUS_PLUS] = ACTIONS(789), + [anon_sym_SLASH] = ACTIONS(789), + [anon_sym_mod] = ACTIONS(789), + [anon_sym_SLASH_SLASH] = ACTIONS(789), + [anon_sym_PLUS] = ACTIONS(789), + [anon_sym_bit_DASHshl] = ACTIONS(789), + [anon_sym_bit_DASHshr] = ACTIONS(789), + [anon_sym_EQ_EQ] = ACTIONS(789), + [anon_sym_BANG_EQ] = ACTIONS(789), + [anon_sym_LT2] = ACTIONS(789), + [anon_sym_LT_EQ] = ACTIONS(789), + [anon_sym_GT_EQ] = ACTIONS(789), + [anon_sym_not_DASHin] = ACTIONS(789), + [anon_sym_starts_DASHwith] = ACTIONS(789), + [anon_sym_ends_DASHwith] = ACTIONS(789), + [anon_sym_EQ_TILDE] = ACTIONS(789), + [anon_sym_BANG_TILDE] = ACTIONS(789), + [anon_sym_bit_DASHand] = ACTIONS(789), + [anon_sym_bit_DASHxor] = ACTIONS(789), + [anon_sym_bit_DASHor] = ACTIONS(789), + [anon_sym_and] = ACTIONS(789), + [anon_sym_xor] = ACTIONS(789), + [anon_sym_or] = ACTIONS(789), + [anon_sym_not] = ACTIONS(789), + [anon_sym_DOT_DOT_LT] = ACTIONS(123), + [anon_sym_DOT_DOT] = ACTIONS(123), + [anon_sym_DOT_DOT_EQ] = ACTIONS(123), + [sym_val_nothing] = ACTIONS(789), + [anon_sym_true] = ACTIONS(789), + [anon_sym_false] = ACTIONS(789), + [aux_sym_val_number_token1] = ACTIONS(789), + [aux_sym_val_number_token2] = ACTIONS(789), + [aux_sym_val_number_token3] = ACTIONS(789), + [aux_sym_val_number_token4] = ACTIONS(789), + [anon_sym_inf] = ACTIONS(789), + [anon_sym_DASHinf] = ACTIONS(789), + [anon_sym_NaN] = ACTIONS(789), + [anon_sym_0b] = ACTIONS(789), + [anon_sym_0o] = ACTIONS(789), + [anon_sym_0x] = ACTIONS(789), + [sym_val_date] = ACTIONS(789), + [anon_sym_DQUOTE] = ACTIONS(789), + [sym__str_single_quotes] = ACTIONS(789), + [sym__str_back_ticks] = ACTIONS(789), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(789), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(789), + [anon_sym_CARET] = ACTIONS(789), + [anon_sym_POUND] = ACTIONS(3), + }, + [331] = { + [sym_comment] = STATE(331), + [anon_sym_export] = ACTIONS(819), + [anon_sym_alias] = ACTIONS(819), + [anon_sym_let] = ACTIONS(819), + [anon_sym_let_DASHenv] = ACTIONS(819), + [anon_sym_mut] = ACTIONS(819), + [anon_sym_const] = ACTIONS(819), + [sym_cmd_identifier] = ACTIONS(819), + [anon_sym_SEMI] = ACTIONS(819), + [anon_sym_LF] = ACTIONS(821), + [anon_sym_def] = ACTIONS(819), + [anon_sym_def_DASHenv] = ACTIONS(819), + [anon_sym_export_DASHenv] = ACTIONS(819), + [anon_sym_extern] = ACTIONS(819), + [anon_sym_module] = ACTIONS(819), + [anon_sym_use] = ACTIONS(819), + [anon_sym_LBRACK] = ACTIONS(819), + [anon_sym_LPAREN] = ACTIONS(819), + [anon_sym_RPAREN] = ACTIONS(819), + [anon_sym_PIPE] = ACTIONS(819), + [anon_sym_DOLLAR] = ACTIONS(819), + [anon_sym_error] = ACTIONS(819), + [anon_sym_GT] = ACTIONS(819), + [anon_sym_DASH] = ACTIONS(819), + [anon_sym_break] = ACTIONS(819), + [anon_sym_continue] = ACTIONS(819), + [anon_sym_for] = ACTIONS(819), + [anon_sym_in] = ACTIONS(819), + [anon_sym_loop] = ACTIONS(819), + [anon_sym_while] = ACTIONS(819), + [anon_sym_do] = ACTIONS(819), + [anon_sym_if] = ACTIONS(819), + [anon_sym_match] = ACTIONS(819), + [anon_sym_LBRACE] = ACTIONS(819), + [anon_sym_RBRACE] = ACTIONS(819), + [anon_sym_try] = ACTIONS(819), + [anon_sym_return] = ACTIONS(819), + [anon_sym_source] = ACTIONS(819), + [anon_sym_source_DASHenv] = ACTIONS(819), + [anon_sym_register] = ACTIONS(819), + [anon_sym_hide] = ACTIONS(819), + [anon_sym_hide_DASHenv] = ACTIONS(819), + [anon_sym_overlay] = ACTIONS(819), + [anon_sym_STAR] = ACTIONS(819), + [anon_sym_where] = ACTIONS(819), + [anon_sym_STAR_STAR] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_SLASH] = ACTIONS(819), + [anon_sym_mod] = ACTIONS(819), + [anon_sym_SLASH_SLASH] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(819), + [anon_sym_bit_DASHshl] = ACTIONS(819), + [anon_sym_bit_DASHshr] = ACTIONS(819), + [anon_sym_EQ_EQ] = ACTIONS(819), + [anon_sym_BANG_EQ] = ACTIONS(819), + [anon_sym_LT2] = ACTIONS(819), + [anon_sym_LT_EQ] = ACTIONS(819), + [anon_sym_GT_EQ] = ACTIONS(819), + [anon_sym_not_DASHin] = ACTIONS(819), + [anon_sym_starts_DASHwith] = ACTIONS(819), + [anon_sym_ends_DASHwith] = ACTIONS(819), + [anon_sym_EQ_TILDE] = ACTIONS(819), + [anon_sym_BANG_TILDE] = ACTIONS(819), + [anon_sym_bit_DASHand] = ACTIONS(819), + [anon_sym_bit_DASHxor] = ACTIONS(819), + [anon_sym_bit_DASHor] = ACTIONS(819), + [anon_sym_and] = ACTIONS(819), + [anon_sym_xor] = ACTIONS(819), + [anon_sym_or] = ACTIONS(819), + [anon_sym_not] = ACTIONS(819), + [anon_sym_DOT_DOT_LT] = ACTIONS(819), + [anon_sym_DOT_DOT] = ACTIONS(819), + [anon_sym_DOT_DOT_EQ] = ACTIONS(819), + [sym_val_nothing] = ACTIONS(819), + [anon_sym_true] = ACTIONS(819), + [anon_sym_false] = ACTIONS(819), + [aux_sym_val_number_token1] = ACTIONS(819), + [aux_sym_val_number_token2] = ACTIONS(819), + [aux_sym_val_number_token3] = ACTIONS(819), + [aux_sym_val_number_token4] = ACTIONS(819), + [anon_sym_inf] = ACTIONS(819), + [anon_sym_DASHinf] = ACTIONS(819), + [anon_sym_NaN] = ACTIONS(819), + [anon_sym_0b] = ACTIONS(819), + [anon_sym_0o] = ACTIONS(819), + [anon_sym_0x] = ACTIONS(819), + [sym_val_date] = ACTIONS(819), + [anon_sym_DQUOTE] = ACTIONS(819), + [sym__str_single_quotes] = ACTIONS(819), + [sym__str_back_ticks] = ACTIONS(819), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(819), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(819), + [anon_sym_CARET] = ACTIONS(819), + [anon_sym_POUND] = ACTIONS(3), + }, + [332] = { + [sym_comment] = STATE(332), [ts_builtin_sym_end] = ACTIONS(761), [anon_sym_export] = ACTIONS(759), [anon_sym_alias] = ACTIONS(759), @@ -80099,104 +79432,680 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(759), [anon_sym_POUND] = ACTIONS(3), }, + [333] = { + [sym_comment] = STATE(333), + [anon_sym_export] = ACTIONS(838), + [anon_sym_alias] = ACTIONS(838), + [anon_sym_let] = ACTIONS(838), + [anon_sym_let_DASHenv] = ACTIONS(838), + [anon_sym_mut] = ACTIONS(838), + [anon_sym_const] = ACTIONS(838), + [sym_cmd_identifier] = ACTIONS(838), + [anon_sym_SEMI] = ACTIONS(838), + [anon_sym_LF] = ACTIONS(840), + [anon_sym_def] = ACTIONS(838), + [anon_sym_def_DASHenv] = ACTIONS(838), + [anon_sym_export_DASHenv] = ACTIONS(838), + [anon_sym_extern] = ACTIONS(838), + [anon_sym_module] = ACTIONS(838), + [anon_sym_use] = ACTIONS(838), + [anon_sym_LBRACK] = ACTIONS(838), + [anon_sym_LPAREN] = ACTIONS(838), + [anon_sym_RPAREN] = ACTIONS(838), + [anon_sym_PIPE] = ACTIONS(838), + [anon_sym_DOLLAR] = ACTIONS(838), + [anon_sym_error] = ACTIONS(838), + [anon_sym_GT] = ACTIONS(838), + [anon_sym_DASH] = ACTIONS(838), + [anon_sym_break] = ACTIONS(838), + [anon_sym_continue] = ACTIONS(838), + [anon_sym_for] = ACTIONS(838), + [anon_sym_in] = ACTIONS(838), + [anon_sym_loop] = ACTIONS(838), + [anon_sym_while] = ACTIONS(838), + [anon_sym_do] = ACTIONS(838), + [anon_sym_if] = ACTIONS(838), + [anon_sym_match] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(838), + [anon_sym_RBRACE] = ACTIONS(838), + [anon_sym_try] = ACTIONS(838), + [anon_sym_return] = ACTIONS(838), + [anon_sym_source] = ACTIONS(838), + [anon_sym_source_DASHenv] = ACTIONS(838), + [anon_sym_register] = ACTIONS(838), + [anon_sym_hide] = ACTIONS(838), + [anon_sym_hide_DASHenv] = ACTIONS(838), + [anon_sym_overlay] = ACTIONS(838), + [anon_sym_STAR] = ACTIONS(838), + [anon_sym_where] = ACTIONS(838), + [anon_sym_STAR_STAR] = ACTIONS(838), + [anon_sym_PLUS_PLUS] = ACTIONS(838), + [anon_sym_SLASH] = ACTIONS(838), + [anon_sym_mod] = ACTIONS(838), + [anon_sym_SLASH_SLASH] = ACTIONS(838), + [anon_sym_PLUS] = ACTIONS(838), + [anon_sym_bit_DASHshl] = ACTIONS(838), + [anon_sym_bit_DASHshr] = ACTIONS(838), + [anon_sym_EQ_EQ] = ACTIONS(838), + [anon_sym_BANG_EQ] = ACTIONS(838), + [anon_sym_LT2] = ACTIONS(838), + [anon_sym_LT_EQ] = ACTIONS(838), + [anon_sym_GT_EQ] = ACTIONS(838), + [anon_sym_not_DASHin] = ACTIONS(838), + [anon_sym_starts_DASHwith] = ACTIONS(838), + [anon_sym_ends_DASHwith] = ACTIONS(838), + [anon_sym_EQ_TILDE] = ACTIONS(838), + [anon_sym_BANG_TILDE] = ACTIONS(838), + [anon_sym_bit_DASHand] = ACTIONS(838), + [anon_sym_bit_DASHxor] = ACTIONS(838), + [anon_sym_bit_DASHor] = ACTIONS(838), + [anon_sym_and] = ACTIONS(838), + [anon_sym_xor] = ACTIONS(838), + [anon_sym_or] = ACTIONS(838), + [anon_sym_not] = ACTIONS(838), + [anon_sym_DOT_DOT_LT] = ACTIONS(838), + [anon_sym_DOT_DOT] = ACTIONS(838), + [anon_sym_DOT_DOT_EQ] = ACTIONS(838), + [sym_val_nothing] = ACTIONS(838), + [anon_sym_true] = ACTIONS(838), + [anon_sym_false] = ACTIONS(838), + [aux_sym_val_number_token1] = ACTIONS(838), + [aux_sym_val_number_token2] = ACTIONS(838), + [aux_sym_val_number_token3] = ACTIONS(838), + [aux_sym_val_number_token4] = ACTIONS(838), + [anon_sym_inf] = ACTIONS(838), + [anon_sym_DASHinf] = ACTIONS(838), + [anon_sym_NaN] = ACTIONS(838), + [anon_sym_0b] = ACTIONS(838), + [anon_sym_0o] = ACTIONS(838), + [anon_sym_0x] = ACTIONS(838), + [sym_val_date] = ACTIONS(838), + [anon_sym_DQUOTE] = ACTIONS(838), + [sym__str_single_quotes] = ACTIONS(838), + [sym__str_back_ticks] = ACTIONS(838), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(838), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(838), + [anon_sym_CARET] = ACTIONS(838), + [anon_sym_POUND] = ACTIONS(3), + }, + [334] = { + [sym_comment] = STATE(334), + [anon_sym_export] = ACTIONS(103), + [anon_sym_alias] = ACTIONS(103), + [anon_sym_let] = ACTIONS(103), + [anon_sym_let_DASHenv] = ACTIONS(103), + [anon_sym_mut] = ACTIONS(103), + [anon_sym_const] = ACTIONS(103), + [sym_cmd_identifier] = ACTIONS(103), + [anon_sym_SEMI] = ACTIONS(103), + [anon_sym_LF] = ACTIONS(105), + [anon_sym_def] = ACTIONS(103), + [anon_sym_def_DASHenv] = ACTIONS(103), + [anon_sym_export_DASHenv] = ACTIONS(103), + [anon_sym_extern] = ACTIONS(103), + [anon_sym_module] = ACTIONS(103), + [anon_sym_use] = ACTIONS(103), + [anon_sym_LBRACK] = ACTIONS(103), + [anon_sym_LPAREN] = ACTIONS(103), + [anon_sym_RPAREN] = ACTIONS(103), + [anon_sym_PIPE] = ACTIONS(103), + [anon_sym_DOLLAR] = ACTIONS(103), + [anon_sym_error] = ACTIONS(103), + [anon_sym_GT] = ACTIONS(103), + [anon_sym_DASH] = ACTIONS(103), + [anon_sym_break] = ACTIONS(103), + [anon_sym_continue] = ACTIONS(103), + [anon_sym_for] = ACTIONS(103), + [anon_sym_in] = ACTIONS(103), + [anon_sym_loop] = ACTIONS(103), + [anon_sym_while] = ACTIONS(103), + [anon_sym_do] = ACTIONS(103), + [anon_sym_if] = ACTIONS(103), + [anon_sym_match] = ACTIONS(103), + [anon_sym_LBRACE] = ACTIONS(103), + [anon_sym_RBRACE] = ACTIONS(103), + [anon_sym_try] = ACTIONS(103), + [anon_sym_return] = ACTIONS(103), + [anon_sym_source] = ACTIONS(103), + [anon_sym_source_DASHenv] = ACTIONS(103), + [anon_sym_register] = ACTIONS(103), + [anon_sym_hide] = ACTIONS(103), + [anon_sym_hide_DASHenv] = ACTIONS(103), + [anon_sym_overlay] = ACTIONS(103), + [anon_sym_STAR] = ACTIONS(103), + [anon_sym_where] = ACTIONS(103), + [anon_sym_STAR_STAR] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), + [anon_sym_SLASH] = ACTIONS(103), + [anon_sym_mod] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_PLUS] = ACTIONS(103), + [anon_sym_bit_DASHshl] = ACTIONS(103), + [anon_sym_bit_DASHshr] = ACTIONS(103), + [anon_sym_EQ_EQ] = ACTIONS(103), + [anon_sym_BANG_EQ] = ACTIONS(103), + [anon_sym_LT2] = ACTIONS(103), + [anon_sym_LT_EQ] = ACTIONS(103), + [anon_sym_GT_EQ] = ACTIONS(103), + [anon_sym_not_DASHin] = ACTIONS(103), + [anon_sym_starts_DASHwith] = ACTIONS(103), + [anon_sym_ends_DASHwith] = ACTIONS(103), + [anon_sym_EQ_TILDE] = ACTIONS(103), + [anon_sym_BANG_TILDE] = ACTIONS(103), + [anon_sym_bit_DASHand] = ACTIONS(103), + [anon_sym_bit_DASHxor] = ACTIONS(103), + [anon_sym_bit_DASHor] = ACTIONS(103), + [anon_sym_and] = ACTIONS(103), + [anon_sym_xor] = ACTIONS(103), + [anon_sym_or] = ACTIONS(103), + [anon_sym_not] = ACTIONS(103), + [anon_sym_DOT_DOT_LT] = ACTIONS(103), + [anon_sym_DOT_DOT] = ACTIONS(103), + [anon_sym_DOT_DOT_EQ] = ACTIONS(103), + [sym_val_nothing] = ACTIONS(103), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [aux_sym_val_number_token1] = ACTIONS(103), + [aux_sym_val_number_token2] = ACTIONS(103), + [aux_sym_val_number_token3] = ACTIONS(103), + [aux_sym_val_number_token4] = ACTIONS(103), + [anon_sym_inf] = ACTIONS(103), + [anon_sym_DASHinf] = ACTIONS(103), + [anon_sym_NaN] = ACTIONS(103), + [anon_sym_0b] = ACTIONS(103), + [anon_sym_0o] = ACTIONS(103), + [anon_sym_0x] = ACTIONS(103), + [sym_val_date] = ACTIONS(103), + [anon_sym_DQUOTE] = ACTIONS(103), + [sym__str_single_quotes] = ACTIONS(103), + [sym__str_back_ticks] = ACTIONS(103), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(103), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(103), + [anon_sym_CARET] = ACTIONS(103), + [anon_sym_POUND] = ACTIONS(3), + }, + [335] = { + [sym_comment] = STATE(335), + [anon_sym_export] = ACTIONS(777), + [anon_sym_alias] = ACTIONS(777), + [anon_sym_let] = ACTIONS(777), + [anon_sym_let_DASHenv] = ACTIONS(777), + [anon_sym_mut] = ACTIONS(777), + [anon_sym_const] = ACTIONS(777), + [sym_cmd_identifier] = ACTIONS(777), + [anon_sym_SEMI] = ACTIONS(777), + [anon_sym_LF] = ACTIONS(779), + [anon_sym_def] = ACTIONS(777), + [anon_sym_def_DASHenv] = ACTIONS(777), + [anon_sym_export_DASHenv] = ACTIONS(777), + [anon_sym_extern] = ACTIONS(777), + [anon_sym_module] = ACTIONS(777), + [anon_sym_use] = ACTIONS(777), + [anon_sym_LBRACK] = ACTIONS(777), + [anon_sym_LPAREN] = ACTIONS(777), + [anon_sym_RPAREN] = ACTIONS(777), + [anon_sym_PIPE] = ACTIONS(777), + [anon_sym_DOLLAR] = ACTIONS(777), + [anon_sym_error] = ACTIONS(777), + [anon_sym_GT] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_break] = ACTIONS(777), + [anon_sym_continue] = ACTIONS(777), + [anon_sym_for] = ACTIONS(777), + [anon_sym_in] = ACTIONS(777), + [anon_sym_loop] = ACTIONS(777), + [anon_sym_while] = ACTIONS(777), + [anon_sym_do] = ACTIONS(777), + [anon_sym_if] = ACTIONS(777), + [anon_sym_match] = ACTIONS(777), + [anon_sym_LBRACE] = ACTIONS(777), + [anon_sym_RBRACE] = ACTIONS(777), + [anon_sym_try] = ACTIONS(777), + [anon_sym_return] = ACTIONS(777), + [anon_sym_source] = ACTIONS(777), + [anon_sym_source_DASHenv] = ACTIONS(777), + [anon_sym_register] = ACTIONS(777), + [anon_sym_hide] = ACTIONS(777), + [anon_sym_hide_DASHenv] = ACTIONS(777), + [anon_sym_overlay] = ACTIONS(777), + [anon_sym_STAR] = ACTIONS(777), + [anon_sym_where] = ACTIONS(777), + [anon_sym_STAR_STAR] = ACTIONS(777), + [anon_sym_PLUS_PLUS] = ACTIONS(777), + [anon_sym_SLASH] = ACTIONS(777), + [anon_sym_mod] = ACTIONS(777), + [anon_sym_SLASH_SLASH] = ACTIONS(777), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_bit_DASHshl] = ACTIONS(777), + [anon_sym_bit_DASHshr] = ACTIONS(777), + [anon_sym_EQ_EQ] = ACTIONS(777), + [anon_sym_BANG_EQ] = ACTIONS(777), + [anon_sym_LT2] = ACTIONS(777), + [anon_sym_LT_EQ] = ACTIONS(777), + [anon_sym_GT_EQ] = ACTIONS(777), + [anon_sym_not_DASHin] = ACTIONS(777), + [anon_sym_starts_DASHwith] = ACTIONS(777), + [anon_sym_ends_DASHwith] = ACTIONS(777), + [anon_sym_EQ_TILDE] = ACTIONS(777), + [anon_sym_BANG_TILDE] = ACTIONS(777), + [anon_sym_bit_DASHand] = ACTIONS(777), + [anon_sym_bit_DASHxor] = ACTIONS(777), + [anon_sym_bit_DASHor] = ACTIONS(777), + [anon_sym_and] = ACTIONS(777), + [anon_sym_xor] = ACTIONS(777), + [anon_sym_or] = ACTIONS(777), + [anon_sym_not] = ACTIONS(777), + [anon_sym_DOT_DOT_LT] = ACTIONS(777), + [anon_sym_DOT_DOT] = ACTIONS(777), + [anon_sym_DOT_DOT_EQ] = ACTIONS(777), + [sym_val_nothing] = ACTIONS(777), + [anon_sym_true] = ACTIONS(777), + [anon_sym_false] = ACTIONS(777), + [aux_sym_val_number_token1] = ACTIONS(777), + [aux_sym_val_number_token2] = ACTIONS(777), + [aux_sym_val_number_token3] = ACTIONS(777), + [aux_sym_val_number_token4] = ACTIONS(777), + [anon_sym_inf] = ACTIONS(777), + [anon_sym_DASHinf] = ACTIONS(777), + [anon_sym_NaN] = ACTIONS(777), + [anon_sym_0b] = ACTIONS(777), + [anon_sym_0o] = ACTIONS(777), + [anon_sym_0x] = ACTIONS(777), + [sym_val_date] = ACTIONS(777), + [anon_sym_DQUOTE] = ACTIONS(777), + [sym__str_single_quotes] = ACTIONS(777), + [sym__str_back_ticks] = ACTIONS(777), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(777), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(777), + [anon_sym_CARET] = ACTIONS(777), + [anon_sym_POUND] = ACTIONS(3), + }, + [336] = { + [sym_comment] = STATE(336), + [anon_sym_export] = ACTIONS(870), + [anon_sym_alias] = ACTIONS(870), + [anon_sym_let] = ACTIONS(870), + [anon_sym_let_DASHenv] = ACTIONS(870), + [anon_sym_mut] = ACTIONS(870), + [anon_sym_const] = ACTIONS(870), + [sym_cmd_identifier] = ACTIONS(870), + [anon_sym_SEMI] = ACTIONS(870), + [anon_sym_LF] = ACTIONS(872), + [anon_sym_def] = ACTIONS(870), + [anon_sym_def_DASHenv] = ACTIONS(870), + [anon_sym_export_DASHenv] = ACTIONS(870), + [anon_sym_extern] = ACTIONS(870), + [anon_sym_module] = ACTIONS(870), + [anon_sym_use] = ACTIONS(870), + [anon_sym_LBRACK] = ACTIONS(870), + [anon_sym_LPAREN] = ACTIONS(870), + [anon_sym_RPAREN] = ACTIONS(870), + [anon_sym_PIPE] = ACTIONS(870), + [anon_sym_DOLLAR] = ACTIONS(870), + [anon_sym_error] = ACTIONS(870), + [anon_sym_GT] = ACTIONS(870), + [anon_sym_DASH] = ACTIONS(870), + [anon_sym_break] = ACTIONS(870), + [anon_sym_continue] = ACTIONS(870), + [anon_sym_for] = ACTIONS(870), + [anon_sym_in] = ACTIONS(870), + [anon_sym_loop] = ACTIONS(870), + [anon_sym_while] = ACTIONS(870), + [anon_sym_do] = ACTIONS(870), + [anon_sym_if] = ACTIONS(870), + [anon_sym_match] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(870), + [anon_sym_RBRACE] = ACTIONS(870), + [anon_sym_try] = ACTIONS(870), + [anon_sym_return] = ACTIONS(870), + [anon_sym_source] = ACTIONS(870), + [anon_sym_source_DASHenv] = ACTIONS(870), + [anon_sym_register] = ACTIONS(870), + [anon_sym_hide] = ACTIONS(870), + [anon_sym_hide_DASHenv] = ACTIONS(870), + [anon_sym_overlay] = ACTIONS(870), + [anon_sym_STAR] = ACTIONS(870), + [anon_sym_where] = ACTIONS(870), + [anon_sym_STAR_STAR] = ACTIONS(870), + [anon_sym_PLUS_PLUS] = ACTIONS(870), + [anon_sym_SLASH] = ACTIONS(870), + [anon_sym_mod] = ACTIONS(870), + [anon_sym_SLASH_SLASH] = ACTIONS(870), + [anon_sym_PLUS] = ACTIONS(870), + [anon_sym_bit_DASHshl] = ACTIONS(870), + [anon_sym_bit_DASHshr] = ACTIONS(870), + [anon_sym_EQ_EQ] = ACTIONS(870), + [anon_sym_BANG_EQ] = ACTIONS(870), + [anon_sym_LT2] = ACTIONS(870), + [anon_sym_LT_EQ] = ACTIONS(870), + [anon_sym_GT_EQ] = ACTIONS(870), + [anon_sym_not_DASHin] = ACTIONS(870), + [anon_sym_starts_DASHwith] = ACTIONS(870), + [anon_sym_ends_DASHwith] = ACTIONS(870), + [anon_sym_EQ_TILDE] = ACTIONS(870), + [anon_sym_BANG_TILDE] = ACTIONS(870), + [anon_sym_bit_DASHand] = ACTIONS(870), + [anon_sym_bit_DASHxor] = ACTIONS(870), + [anon_sym_bit_DASHor] = ACTIONS(870), + [anon_sym_and] = ACTIONS(870), + [anon_sym_xor] = ACTIONS(870), + [anon_sym_or] = ACTIONS(870), + [anon_sym_not] = ACTIONS(870), + [anon_sym_DOT_DOT_LT] = ACTIONS(870), + [anon_sym_DOT_DOT] = ACTIONS(870), + [anon_sym_DOT_DOT_EQ] = ACTIONS(870), + [sym_val_nothing] = ACTIONS(870), + [anon_sym_true] = ACTIONS(870), + [anon_sym_false] = ACTIONS(870), + [aux_sym_val_number_token1] = ACTIONS(870), + [aux_sym_val_number_token2] = ACTIONS(870), + [aux_sym_val_number_token3] = ACTIONS(870), + [aux_sym_val_number_token4] = ACTIONS(870), + [anon_sym_inf] = ACTIONS(870), + [anon_sym_DASHinf] = ACTIONS(870), + [anon_sym_NaN] = ACTIONS(870), + [anon_sym_0b] = ACTIONS(870), + [anon_sym_0o] = ACTIONS(870), + [anon_sym_0x] = ACTIONS(870), + [sym_val_date] = ACTIONS(870), + [anon_sym_DQUOTE] = ACTIONS(870), + [sym__str_single_quotes] = ACTIONS(870), + [sym__str_back_ticks] = ACTIONS(870), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(870), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(870), + [anon_sym_CARET] = ACTIONS(870), + [anon_sym_POUND] = ACTIONS(3), + }, + [337] = { + [sym_comment] = STATE(337), + [anon_sym_export] = ACTIONS(107), + [anon_sym_alias] = ACTIONS(107), + [anon_sym_let] = ACTIONS(107), + [anon_sym_let_DASHenv] = ACTIONS(107), + [anon_sym_mut] = ACTIONS(107), + [anon_sym_const] = ACTIONS(107), + [sym_cmd_identifier] = ACTIONS(107), + [anon_sym_SEMI] = ACTIONS(107), + [anon_sym_LF] = ACTIONS(109), + [anon_sym_def] = ACTIONS(107), + [anon_sym_def_DASHenv] = ACTIONS(107), + [anon_sym_export_DASHenv] = ACTIONS(107), + [anon_sym_extern] = ACTIONS(107), + [anon_sym_module] = ACTIONS(107), + [anon_sym_use] = ACTIONS(107), + [anon_sym_LBRACK] = ACTIONS(107), + [anon_sym_LPAREN] = ACTIONS(107), + [anon_sym_RPAREN] = ACTIONS(107), + [anon_sym_PIPE] = ACTIONS(107), + [anon_sym_DOLLAR] = ACTIONS(107), + [anon_sym_error] = ACTIONS(107), + [anon_sym_GT] = ACTIONS(107), + [anon_sym_DASH] = ACTIONS(107), + [anon_sym_break] = ACTIONS(107), + [anon_sym_continue] = ACTIONS(107), + [anon_sym_for] = ACTIONS(107), + [anon_sym_in] = ACTIONS(107), + [anon_sym_loop] = ACTIONS(107), + [anon_sym_while] = ACTIONS(107), + [anon_sym_do] = ACTIONS(107), + [anon_sym_if] = ACTIONS(107), + [anon_sym_match] = ACTIONS(107), + [anon_sym_LBRACE] = ACTIONS(107), + [anon_sym_RBRACE] = ACTIONS(107), + [anon_sym_try] = ACTIONS(107), + [anon_sym_return] = ACTIONS(107), + [anon_sym_source] = ACTIONS(107), + [anon_sym_source_DASHenv] = ACTIONS(107), + [anon_sym_register] = ACTIONS(107), + [anon_sym_hide] = ACTIONS(107), + [anon_sym_hide_DASHenv] = ACTIONS(107), + [anon_sym_overlay] = ACTIONS(107), + [anon_sym_STAR] = ACTIONS(107), + [anon_sym_where] = ACTIONS(107), + [anon_sym_STAR_STAR] = ACTIONS(107), + [anon_sym_PLUS_PLUS] = ACTIONS(107), + [anon_sym_SLASH] = ACTIONS(107), + [anon_sym_mod] = ACTIONS(107), + [anon_sym_SLASH_SLASH] = ACTIONS(107), + [anon_sym_PLUS] = ACTIONS(107), + [anon_sym_bit_DASHshl] = ACTIONS(107), + [anon_sym_bit_DASHshr] = ACTIONS(107), + [anon_sym_EQ_EQ] = ACTIONS(107), + [anon_sym_BANG_EQ] = ACTIONS(107), + [anon_sym_LT2] = ACTIONS(107), + [anon_sym_LT_EQ] = ACTIONS(107), + [anon_sym_GT_EQ] = ACTIONS(107), + [anon_sym_not_DASHin] = ACTIONS(107), + [anon_sym_starts_DASHwith] = ACTIONS(107), + [anon_sym_ends_DASHwith] = ACTIONS(107), + [anon_sym_EQ_TILDE] = ACTIONS(107), + [anon_sym_BANG_TILDE] = ACTIONS(107), + [anon_sym_bit_DASHand] = ACTIONS(107), + [anon_sym_bit_DASHxor] = ACTIONS(107), + [anon_sym_bit_DASHor] = ACTIONS(107), + [anon_sym_and] = ACTIONS(107), + [anon_sym_xor] = ACTIONS(107), + [anon_sym_or] = ACTIONS(107), + [anon_sym_not] = ACTIONS(107), + [anon_sym_DOT_DOT_LT] = ACTIONS(107), + [anon_sym_DOT_DOT] = ACTIONS(107), + [anon_sym_DOT_DOT_EQ] = ACTIONS(107), + [sym_val_nothing] = ACTIONS(107), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [aux_sym_val_number_token1] = ACTIONS(107), + [aux_sym_val_number_token2] = ACTIONS(107), + [aux_sym_val_number_token3] = ACTIONS(107), + [aux_sym_val_number_token4] = ACTIONS(107), + [anon_sym_inf] = ACTIONS(107), + [anon_sym_DASHinf] = ACTIONS(107), + [anon_sym_NaN] = ACTIONS(107), + [anon_sym_0b] = ACTIONS(107), + [anon_sym_0o] = ACTIONS(107), + [anon_sym_0x] = ACTIONS(107), + [sym_val_date] = ACTIONS(107), + [anon_sym_DQUOTE] = ACTIONS(107), + [sym__str_single_quotes] = ACTIONS(107), + [sym__str_back_ticks] = ACTIONS(107), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), + [anon_sym_CARET] = ACTIONS(107), + [anon_sym_POUND] = ACTIONS(3), + }, + [338] = { + [sym_comment] = STATE(338), + [ts_builtin_sym_end] = ACTIONS(712), + [anon_sym_export] = ACTIONS(710), + [anon_sym_alias] = ACTIONS(710), + [anon_sym_let] = ACTIONS(710), + [anon_sym_let_DASHenv] = ACTIONS(710), + [anon_sym_mut] = ACTIONS(710), + [anon_sym_const] = ACTIONS(710), + [sym_cmd_identifier] = ACTIONS(710), + [anon_sym_SEMI] = ACTIONS(710), + [anon_sym_LF] = ACTIONS(712), + [anon_sym_def] = ACTIONS(710), + [anon_sym_def_DASHenv] = ACTIONS(710), + [anon_sym_export_DASHenv] = ACTIONS(710), + [anon_sym_extern] = ACTIONS(710), + [anon_sym_module] = ACTIONS(710), + [anon_sym_use] = ACTIONS(710), + [anon_sym_LBRACK] = ACTIONS(710), + [anon_sym_LPAREN] = ACTIONS(710), + [anon_sym_PIPE] = ACTIONS(710), + [anon_sym_DOLLAR] = ACTIONS(710), + [anon_sym_error] = ACTIONS(710), + [anon_sym_GT] = ACTIONS(710), + [anon_sym_DASH] = ACTIONS(710), + [anon_sym_break] = ACTIONS(710), + [anon_sym_continue] = ACTIONS(710), + [anon_sym_for] = ACTIONS(710), + [anon_sym_in] = ACTIONS(710), + [anon_sym_loop] = ACTIONS(710), + [anon_sym_while] = ACTIONS(710), + [anon_sym_do] = ACTIONS(710), + [anon_sym_if] = ACTIONS(710), + [anon_sym_match] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(710), + [anon_sym_DOT] = ACTIONS(710), + [anon_sym_try] = ACTIONS(710), + [anon_sym_return] = ACTIONS(710), + [anon_sym_source] = ACTIONS(710), + [anon_sym_source_DASHenv] = ACTIONS(710), + [anon_sym_register] = ACTIONS(710), + [anon_sym_hide] = ACTIONS(710), + [anon_sym_hide_DASHenv] = ACTIONS(710), + [anon_sym_overlay] = ACTIONS(710), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_where] = ACTIONS(710), + [anon_sym_STAR_STAR] = ACTIONS(710), + [anon_sym_PLUS_PLUS] = ACTIONS(710), + [anon_sym_SLASH] = ACTIONS(710), + [anon_sym_mod] = ACTIONS(710), + [anon_sym_SLASH_SLASH] = ACTIONS(710), + [anon_sym_PLUS] = ACTIONS(710), + [anon_sym_bit_DASHshl] = ACTIONS(710), + [anon_sym_bit_DASHshr] = ACTIONS(710), + [anon_sym_EQ_EQ] = ACTIONS(710), + [anon_sym_BANG_EQ] = ACTIONS(710), + [anon_sym_LT2] = ACTIONS(710), + [anon_sym_LT_EQ] = ACTIONS(710), + [anon_sym_GT_EQ] = ACTIONS(710), + [anon_sym_not_DASHin] = ACTIONS(710), + [anon_sym_starts_DASHwith] = ACTIONS(710), + [anon_sym_ends_DASHwith] = ACTIONS(710), + [anon_sym_EQ_TILDE] = ACTIONS(710), + [anon_sym_BANG_TILDE] = ACTIONS(710), + [anon_sym_bit_DASHand] = ACTIONS(710), + [anon_sym_bit_DASHxor] = ACTIONS(710), + [anon_sym_bit_DASHor] = ACTIONS(710), + [anon_sym_and] = ACTIONS(710), + [anon_sym_xor] = ACTIONS(710), + [anon_sym_or] = ACTIONS(710), + [anon_sym_not] = ACTIONS(710), + [anon_sym_DOT_DOT_LT] = ACTIONS(710), + [anon_sym_DOT_DOT] = ACTIONS(710), + [anon_sym_DOT_DOT_EQ] = ACTIONS(710), + [sym_val_nothing] = ACTIONS(710), + [anon_sym_true] = ACTIONS(710), + [anon_sym_false] = ACTIONS(710), + [aux_sym_val_number_token1] = ACTIONS(710), + [aux_sym_val_number_token2] = ACTIONS(710), + [aux_sym_val_number_token3] = ACTIONS(710), + [aux_sym_val_number_token4] = ACTIONS(710), + [anon_sym_inf] = ACTIONS(710), + [anon_sym_DASHinf] = ACTIONS(710), + [anon_sym_NaN] = ACTIONS(710), + [anon_sym_0b] = ACTIONS(710), + [anon_sym_0o] = ACTIONS(710), + [anon_sym_0x] = ACTIONS(710), + [sym_val_date] = ACTIONS(710), + [anon_sym_DQUOTE] = ACTIONS(710), + [sym__str_single_quotes] = ACTIONS(710), + [sym__str_back_ticks] = ACTIONS(710), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(710), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(710), + [anon_sym_CARET] = ACTIONS(710), + [anon_sym_POUND] = ACTIONS(3), + }, + [339] = { + [sym_comment] = STATE(339), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(886), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(769), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(890), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(892), + [anon_sym_PLUS_PLUS] = ACTIONS(892), + [anon_sym_SLASH] = ACTIONS(890), + [anon_sym_mod] = ACTIONS(890), + [anon_sym_SLASH_SLASH] = ACTIONS(890), + [anon_sym_PLUS] = ACTIONS(886), + [anon_sym_bit_DASHshl] = ACTIONS(894), + [anon_sym_bit_DASHshr] = ACTIONS(894), + [anon_sym_EQ_EQ] = ACTIONS(769), + [anon_sym_BANG_EQ] = ACTIONS(769), + [anon_sym_LT2] = ACTIONS(769), + [anon_sym_LT_EQ] = ACTIONS(769), + [anon_sym_GT_EQ] = ACTIONS(769), + [anon_sym_not_DASHin] = ACTIONS(769), + [anon_sym_starts_DASHwith] = ACTIONS(769), + [anon_sym_ends_DASHwith] = ACTIONS(769), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [anon_sym_POUND] = ACTIONS(3), + }, [340] = { [sym_comment] = STATE(340), - [anon_sym_export] = ACTIONS(785), - [anon_sym_alias] = ACTIONS(785), - [anon_sym_let] = ACTIONS(785), - [anon_sym_let_DASHenv] = ACTIONS(785), - [anon_sym_mut] = ACTIONS(785), - [anon_sym_const] = ACTIONS(785), - [sym_cmd_identifier] = ACTIONS(785), - [anon_sym_SEMI] = ACTIONS(785), - [anon_sym_LF] = ACTIONS(787), - [anon_sym_def] = ACTIONS(785), - [anon_sym_def_DASHenv] = ACTIONS(785), - [anon_sym_export_DASHenv] = ACTIONS(785), - [anon_sym_extern] = ACTIONS(785), - [anon_sym_module] = ACTIONS(785), - [anon_sym_use] = ACTIONS(785), - [anon_sym_LBRACK] = ACTIONS(785), - [anon_sym_LPAREN] = ACTIONS(785), - [anon_sym_RPAREN] = ACTIONS(785), - [anon_sym_PIPE] = ACTIONS(785), - [anon_sym_DOLLAR] = ACTIONS(785), - [anon_sym_error] = ACTIONS(785), - [anon_sym_GT] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_break] = ACTIONS(785), - [anon_sym_continue] = ACTIONS(785), - [anon_sym_for] = ACTIONS(785), - [anon_sym_in] = ACTIONS(785), - [anon_sym_loop] = ACTIONS(785), - [anon_sym_while] = ACTIONS(785), - [anon_sym_do] = ACTIONS(785), - [anon_sym_if] = ACTIONS(785), - [anon_sym_match] = ACTIONS(785), - [anon_sym_LBRACE] = ACTIONS(785), - [anon_sym_RBRACE] = ACTIONS(785), - [anon_sym_try] = ACTIONS(785), - [anon_sym_return] = ACTIONS(785), - [anon_sym_source] = ACTIONS(785), - [anon_sym_source_DASHenv] = ACTIONS(785), - [anon_sym_register] = ACTIONS(785), - [anon_sym_hide] = ACTIONS(785), - [anon_sym_hide_DASHenv] = ACTIONS(785), - [anon_sym_overlay] = ACTIONS(785), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_where] = ACTIONS(785), - [anon_sym_STAR_STAR] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(785), - [anon_sym_SLASH] = ACTIONS(785), - [anon_sym_mod] = ACTIONS(785), - [anon_sym_SLASH_SLASH] = ACTIONS(785), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_bit_DASHshl] = ACTIONS(785), - [anon_sym_bit_DASHshr] = ACTIONS(785), - [anon_sym_EQ_EQ] = ACTIONS(785), - [anon_sym_BANG_EQ] = ACTIONS(785), - [anon_sym_LT2] = ACTIONS(785), - [anon_sym_LT_EQ] = ACTIONS(785), - [anon_sym_GT_EQ] = ACTIONS(785), - [anon_sym_not_DASHin] = ACTIONS(785), - [anon_sym_starts_DASHwith] = ACTIONS(785), - [anon_sym_ends_DASHwith] = ACTIONS(785), - [anon_sym_EQ_TILDE] = ACTIONS(785), - [anon_sym_BANG_TILDE] = ACTIONS(785), - [anon_sym_bit_DASHand] = ACTIONS(785), - [anon_sym_bit_DASHxor] = ACTIONS(785), - [anon_sym_bit_DASHor] = ACTIONS(785), - [anon_sym_and] = ACTIONS(785), - [anon_sym_xor] = ACTIONS(785), - [anon_sym_or] = ACTIONS(785), - [anon_sym_not] = ACTIONS(785), - [anon_sym_DOT_DOT_LT] = ACTIONS(785), - [anon_sym_DOT_DOT] = ACTIONS(785), - [anon_sym_DOT_DOT_EQ] = ACTIONS(785), - [sym_val_nothing] = ACTIONS(785), - [anon_sym_true] = ACTIONS(785), - [anon_sym_false] = ACTIONS(785), - [aux_sym_val_number_token1] = ACTIONS(785), - [aux_sym_val_number_token2] = ACTIONS(785), - [aux_sym_val_number_token3] = ACTIONS(785), - [aux_sym_val_number_token4] = ACTIONS(785), - [anon_sym_inf] = ACTIONS(785), - [anon_sym_DASHinf] = ACTIONS(785), - [anon_sym_NaN] = ACTIONS(785), - [anon_sym_0b] = ACTIONS(785), - [anon_sym_0o] = ACTIONS(785), - [anon_sym_0x] = ACTIONS(785), - [sym_val_date] = ACTIONS(785), - [anon_sym_DQUOTE] = ACTIONS(785), - [sym__str_single_quotes] = ACTIONS(785), - [sym__str_back_ticks] = ACTIONS(785), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(785), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(785), - [anon_sym_CARET] = ACTIONS(785), - [anon_sym_POUND] = ACTIONS(3), - }, - [341] = { - [sym_comment] = STATE(341), [anon_sym_export] = ACTIONS(781), [anon_sym_alias] = ACTIONS(781), [anon_sym_let] = ACTIONS(781), @@ -80218,12 +80127,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(781), [anon_sym_DOLLAR] = ACTIONS(781), [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(884), - [anon_sym_DASH] = ACTIONS(886), + [anon_sym_GT] = ACTIONS(781), + [anon_sym_DASH] = ACTIONS(781), [anon_sym_break] = ACTIONS(781), [anon_sym_continue] = ACTIONS(781), [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(888), + [anon_sym_in] = ACTIONS(781), [anon_sym_loop] = ACTIONS(781), [anon_sym_while] = ACTIONS(781), [anon_sym_do] = ACTIONS(781), @@ -80239,27 +80148,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hide] = ACTIONS(781), [anon_sym_hide_DASHenv] = ACTIONS(781), [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(890), + [anon_sym_STAR] = ACTIONS(781), [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(892), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_SLASH] = ACTIONS(890), - [anon_sym_mod] = ACTIONS(890), - [anon_sym_SLASH_SLASH] = ACTIONS(890), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_bit_DASHshl] = ACTIONS(894), - [anon_sym_bit_DASHshr] = ACTIONS(894), - [anon_sym_EQ_EQ] = ACTIONS(884), - [anon_sym_BANG_EQ] = ACTIONS(884), - [anon_sym_LT2] = ACTIONS(884), - [anon_sym_LT_EQ] = ACTIONS(884), - [anon_sym_GT_EQ] = ACTIONS(884), - [anon_sym_not_DASHin] = ACTIONS(888), - [anon_sym_starts_DASHwith] = ACTIONS(888), - [anon_sym_ends_DASHwith] = ACTIONS(888), - [anon_sym_EQ_TILDE] = ACTIONS(896), - [anon_sym_BANG_TILDE] = ACTIONS(896), - [anon_sym_bit_DASHand] = ACTIONS(898), + [anon_sym_STAR_STAR] = ACTIONS(781), + [anon_sym_PLUS_PLUS] = ACTIONS(781), + [anon_sym_SLASH] = ACTIONS(781), + [anon_sym_mod] = ACTIONS(781), + [anon_sym_SLASH_SLASH] = ACTIONS(781), + [anon_sym_PLUS] = ACTIONS(781), + [anon_sym_bit_DASHshl] = ACTIONS(781), + [anon_sym_bit_DASHshr] = ACTIONS(781), + [anon_sym_EQ_EQ] = ACTIONS(781), + [anon_sym_BANG_EQ] = ACTIONS(781), + [anon_sym_LT2] = ACTIONS(781), + [anon_sym_LT_EQ] = ACTIONS(781), + [anon_sym_GT_EQ] = ACTIONS(781), + [anon_sym_not_DASHin] = ACTIONS(781), + [anon_sym_starts_DASHwith] = ACTIONS(781), + [anon_sym_ends_DASHwith] = ACTIONS(781), + [anon_sym_EQ_TILDE] = ACTIONS(781), + [anon_sym_BANG_TILDE] = ACTIONS(781), + [anon_sym_bit_DASHand] = ACTIONS(781), [anon_sym_bit_DASHxor] = ACTIONS(781), [anon_sym_bit_DASHor] = ACTIONS(781), [anon_sym_and] = ACTIONS(781), @@ -80291,52 +80200,340 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(781), [anon_sym_POUND] = ACTIONS(3), }, + [341] = { + [sym_comment] = STATE(341), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(884), + [anon_sym_DASH] = ACTIONS(886), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(769), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(890), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(892), + [anon_sym_PLUS_PLUS] = ACTIONS(892), + [anon_sym_SLASH] = ACTIONS(890), + [anon_sym_mod] = ACTIONS(890), + [anon_sym_SLASH_SLASH] = ACTIONS(890), + [anon_sym_PLUS] = ACTIONS(886), + [anon_sym_bit_DASHshl] = ACTIONS(894), + [anon_sym_bit_DASHshr] = ACTIONS(894), + [anon_sym_EQ_EQ] = ACTIONS(884), + [anon_sym_BANG_EQ] = ACTIONS(884), + [anon_sym_LT2] = ACTIONS(884), + [anon_sym_LT_EQ] = ACTIONS(884), + [anon_sym_GT_EQ] = ACTIONS(884), + [anon_sym_not_DASHin] = ACTIONS(769), + [anon_sym_starts_DASHwith] = ACTIONS(769), + [anon_sym_ends_DASHwith] = ACTIONS(769), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [anon_sym_POUND] = ACTIONS(3), + }, [342] = { [sym_comment] = STATE(342), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), + [anon_sym_export] = ACTIONS(858), + [anon_sym_alias] = ACTIONS(858), + [anon_sym_let] = ACTIONS(858), + [anon_sym_let_DASHenv] = ACTIONS(858), + [anon_sym_mut] = ACTIONS(858), + [anon_sym_const] = ACTIONS(858), + [sym_cmd_identifier] = ACTIONS(858), + [anon_sym_SEMI] = ACTIONS(858), + [anon_sym_LF] = ACTIONS(860), + [anon_sym_def] = ACTIONS(858), + [anon_sym_def_DASHenv] = ACTIONS(858), + [anon_sym_export_DASHenv] = ACTIONS(858), + [anon_sym_extern] = ACTIONS(858), + [anon_sym_module] = ACTIONS(858), + [anon_sym_use] = ACTIONS(858), + [anon_sym_LBRACK] = ACTIONS(858), + [anon_sym_LPAREN] = ACTIONS(858), + [anon_sym_RPAREN] = ACTIONS(858), + [anon_sym_PIPE] = ACTIONS(858), + [anon_sym_DOLLAR] = ACTIONS(858), + [anon_sym_error] = ACTIONS(858), + [anon_sym_GT] = ACTIONS(858), + [anon_sym_DASH] = ACTIONS(858), + [anon_sym_break] = ACTIONS(858), + [anon_sym_continue] = ACTIONS(858), + [anon_sym_for] = ACTIONS(858), + [anon_sym_in] = ACTIONS(858), + [anon_sym_loop] = ACTIONS(858), + [anon_sym_while] = ACTIONS(858), + [anon_sym_do] = ACTIONS(858), + [anon_sym_if] = ACTIONS(858), + [anon_sym_match] = ACTIONS(858), + [anon_sym_LBRACE] = ACTIONS(858), + [anon_sym_RBRACE] = ACTIONS(858), + [anon_sym_try] = ACTIONS(858), + [anon_sym_return] = ACTIONS(858), + [anon_sym_source] = ACTIONS(858), + [anon_sym_source_DASHenv] = ACTIONS(858), + [anon_sym_register] = ACTIONS(858), + [anon_sym_hide] = ACTIONS(858), + [anon_sym_hide_DASHenv] = ACTIONS(858), + [anon_sym_overlay] = ACTIONS(858), + [anon_sym_STAR] = ACTIONS(858), + [anon_sym_where] = ACTIONS(858), + [anon_sym_STAR_STAR] = ACTIONS(858), + [anon_sym_PLUS_PLUS] = ACTIONS(858), + [anon_sym_SLASH] = ACTIONS(858), + [anon_sym_mod] = ACTIONS(858), + [anon_sym_SLASH_SLASH] = ACTIONS(858), + [anon_sym_PLUS] = ACTIONS(858), + [anon_sym_bit_DASHshl] = ACTIONS(858), + [anon_sym_bit_DASHshr] = ACTIONS(858), + [anon_sym_EQ_EQ] = ACTIONS(858), + [anon_sym_BANG_EQ] = ACTIONS(858), + [anon_sym_LT2] = ACTIONS(858), + [anon_sym_LT_EQ] = ACTIONS(858), + [anon_sym_GT_EQ] = ACTIONS(858), + [anon_sym_not_DASHin] = ACTIONS(858), + [anon_sym_starts_DASHwith] = ACTIONS(858), + [anon_sym_ends_DASHwith] = ACTIONS(858), + [anon_sym_EQ_TILDE] = ACTIONS(858), + [anon_sym_BANG_TILDE] = ACTIONS(858), + [anon_sym_bit_DASHand] = ACTIONS(858), + [anon_sym_bit_DASHxor] = ACTIONS(858), + [anon_sym_bit_DASHor] = ACTIONS(858), + [anon_sym_and] = ACTIONS(858), + [anon_sym_xor] = ACTIONS(858), + [anon_sym_or] = ACTIONS(858), + [anon_sym_not] = ACTIONS(858), + [anon_sym_DOT_DOT_LT] = ACTIONS(858), + [anon_sym_DOT_DOT] = ACTIONS(858), + [anon_sym_DOT_DOT_EQ] = ACTIONS(858), + [sym_val_nothing] = ACTIONS(858), + [anon_sym_true] = ACTIONS(858), + [anon_sym_false] = ACTIONS(858), + [aux_sym_val_number_token1] = ACTIONS(858), + [aux_sym_val_number_token2] = ACTIONS(858), + [aux_sym_val_number_token3] = ACTIONS(858), + [aux_sym_val_number_token4] = ACTIONS(858), + [anon_sym_inf] = ACTIONS(858), + [anon_sym_DASHinf] = ACTIONS(858), + [anon_sym_NaN] = ACTIONS(858), + [anon_sym_0b] = ACTIONS(858), + [anon_sym_0o] = ACTIONS(858), + [anon_sym_0x] = ACTIONS(858), + [sym_val_date] = ACTIONS(858), + [anon_sym_DQUOTE] = ACTIONS(858), + [sym__str_single_quotes] = ACTIONS(858), + [sym__str_back_ticks] = ACTIONS(858), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(858), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(858), + [anon_sym_CARET] = ACTIONS(858), + [anon_sym_POUND] = ACTIONS(3), + }, + [343] = { + [sym_comment] = STATE(343), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(769), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(769), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(769), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(892), + [anon_sym_PLUS_PLUS] = ACTIONS(892), + [anon_sym_SLASH] = ACTIONS(769), + [anon_sym_mod] = ACTIONS(769), + [anon_sym_SLASH_SLASH] = ACTIONS(769), + [anon_sym_PLUS] = ACTIONS(769), + [anon_sym_bit_DASHshl] = ACTIONS(769), + [anon_sym_bit_DASHshr] = ACTIONS(769), + [anon_sym_EQ_EQ] = ACTIONS(769), + [anon_sym_BANG_EQ] = ACTIONS(769), + [anon_sym_LT2] = ACTIONS(769), + [anon_sym_LT_EQ] = ACTIONS(769), + [anon_sym_GT_EQ] = ACTIONS(769), + [anon_sym_not_DASHin] = ACTIONS(769), + [anon_sym_starts_DASHwith] = ACTIONS(769), + [anon_sym_ends_DASHwith] = ACTIONS(769), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [anon_sym_POUND] = ACTIONS(3), + }, + [344] = { + [sym_comment] = STATE(344), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), [anon_sym_GT] = ACTIONS(884), [anon_sym_DASH] = ACTIONS(886), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), [anon_sym_in] = ACTIONS(888), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), [anon_sym_STAR] = ACTIONS(890), - [anon_sym_where] = ACTIONS(781), + [anon_sym_where] = ACTIONS(769), [anon_sym_STAR_STAR] = ACTIONS(892), [anon_sym_PLUS_PLUS] = ACTIONS(892), [anon_sym_SLASH] = ACTIONS(890), @@ -80355,84 +80552,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ends_DASHwith] = ACTIONS(888), [anon_sym_EQ_TILDE] = ACTIONS(896), [anon_sym_BANG_TILDE] = ACTIONS(896), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), + [anon_sym_bit_DASHand] = ACTIONS(898), + [anon_sym_bit_DASHxor] = ACTIONS(900), + [anon_sym_bit_DASHor] = ACTIONS(902), + [anon_sym_and] = ACTIONS(904), + [anon_sym_xor] = ACTIONS(906), + [anon_sym_or] = ACTIONS(908), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [343] = { - [sym_comment] = STATE(343), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(781), + [345] = { + [sym_comment] = STATE(345), + [anon_sym_export] = ACTIONS(910), + [anon_sym_alias] = ACTIONS(910), + [anon_sym_let] = ACTIONS(910), + [anon_sym_let_DASHenv] = ACTIONS(910), + [anon_sym_mut] = ACTIONS(910), + [anon_sym_const] = ACTIONS(910), + [sym_cmd_identifier] = ACTIONS(910), + [anon_sym_SEMI] = ACTIONS(910), + [anon_sym_LF] = ACTIONS(912), + [anon_sym_def] = ACTIONS(910), + [anon_sym_def_DASHenv] = ACTIONS(910), + [anon_sym_export_DASHenv] = ACTIONS(910), + [anon_sym_extern] = ACTIONS(910), + [anon_sym_module] = ACTIONS(910), + [anon_sym_use] = ACTIONS(910), + [anon_sym_LBRACK] = ACTIONS(910), + [anon_sym_LPAREN] = ACTIONS(910), + [anon_sym_RPAREN] = ACTIONS(910), + [anon_sym_PIPE] = ACTIONS(910), + [anon_sym_DOLLAR] = ACTIONS(910), + [anon_sym_error] = ACTIONS(910), + [anon_sym_GT] = ACTIONS(884), [anon_sym_DASH] = ACTIONS(886), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(781), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), + [anon_sym_break] = ACTIONS(910), + [anon_sym_continue] = ACTIONS(910), + [anon_sym_for] = ACTIONS(910), + [anon_sym_in] = ACTIONS(888), + [anon_sym_loop] = ACTIONS(910), + [anon_sym_while] = ACTIONS(910), + [anon_sym_do] = ACTIONS(910), + [anon_sym_if] = ACTIONS(910), + [anon_sym_match] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(910), + [anon_sym_RBRACE] = ACTIONS(910), + [anon_sym_try] = ACTIONS(910), + [anon_sym_return] = ACTIONS(910), + [anon_sym_source] = ACTIONS(910), + [anon_sym_source_DASHenv] = ACTIONS(910), + [anon_sym_register] = ACTIONS(910), + [anon_sym_hide] = ACTIONS(910), + [anon_sym_hide_DASHenv] = ACTIONS(910), + [anon_sym_overlay] = ACTIONS(910), [anon_sym_STAR] = ACTIONS(890), - [anon_sym_where] = ACTIONS(781), + [anon_sym_where] = ACTIONS(910), [anon_sym_STAR_STAR] = ACTIONS(892), [anon_sym_PLUS_PLUS] = ACTIONS(892), [anon_sym_SLASH] = ACTIONS(890), @@ -80441,286 +80638,478 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(886), [anon_sym_bit_DASHshl] = ACTIONS(894), [anon_sym_bit_DASHshr] = ACTIONS(894), - [anon_sym_EQ_EQ] = ACTIONS(781), - [anon_sym_BANG_EQ] = ACTIONS(781), - [anon_sym_LT2] = ACTIONS(781), - [anon_sym_LT_EQ] = ACTIONS(781), - [anon_sym_GT_EQ] = ACTIONS(781), - [anon_sym_not_DASHin] = ACTIONS(781), - [anon_sym_starts_DASHwith] = ACTIONS(781), - [anon_sym_ends_DASHwith] = ACTIONS(781), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), + [anon_sym_EQ_EQ] = ACTIONS(884), + [anon_sym_BANG_EQ] = ACTIONS(884), + [anon_sym_LT2] = ACTIONS(884), + [anon_sym_LT_EQ] = ACTIONS(884), + [anon_sym_GT_EQ] = ACTIONS(884), + [anon_sym_not_DASHin] = ACTIONS(888), + [anon_sym_starts_DASHwith] = ACTIONS(888), + [anon_sym_ends_DASHwith] = ACTIONS(888), + [anon_sym_EQ_TILDE] = ACTIONS(896), + [anon_sym_BANG_TILDE] = ACTIONS(896), + [anon_sym_bit_DASHand] = ACTIONS(898), + [anon_sym_bit_DASHxor] = ACTIONS(900), + [anon_sym_bit_DASHor] = ACTIONS(902), + [anon_sym_and] = ACTIONS(904), + [anon_sym_xor] = ACTIONS(906), + [anon_sym_or] = ACTIONS(908), + [anon_sym_not] = ACTIONS(910), + [anon_sym_DOT_DOT_LT] = ACTIONS(910), + [anon_sym_DOT_DOT] = ACTIONS(910), + [anon_sym_DOT_DOT_EQ] = ACTIONS(910), + [sym_val_nothing] = ACTIONS(910), + [anon_sym_true] = ACTIONS(910), + [anon_sym_false] = ACTIONS(910), + [aux_sym_val_number_token1] = ACTIONS(910), + [aux_sym_val_number_token2] = ACTIONS(910), + [aux_sym_val_number_token3] = ACTIONS(910), + [aux_sym_val_number_token4] = ACTIONS(910), + [anon_sym_inf] = ACTIONS(910), + [anon_sym_DASHinf] = ACTIONS(910), + [anon_sym_NaN] = ACTIONS(910), + [anon_sym_0b] = ACTIONS(910), + [anon_sym_0o] = ACTIONS(910), + [anon_sym_0x] = ACTIONS(910), + [sym_val_date] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(910), + [sym__str_single_quotes] = ACTIONS(910), + [sym__str_back_ticks] = ACTIONS(910), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(910), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(910), + [anon_sym_CARET] = ACTIONS(910), [anon_sym_POUND] = ACTIONS(3), }, - [344] = { - [sym_comment] = STATE(344), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(781), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(781), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(781), - [anon_sym_where] = ACTIONS(781), + [346] = { + [sym_comment] = STATE(346), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(884), + [anon_sym_DASH] = ACTIONS(886), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(888), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(890), + [anon_sym_where] = ACTIONS(769), [anon_sym_STAR_STAR] = ACTIONS(892), [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_SLASH] = ACTIONS(781), - [anon_sym_mod] = ACTIONS(781), - [anon_sym_SLASH_SLASH] = ACTIONS(781), - [anon_sym_PLUS] = ACTIONS(781), - [anon_sym_bit_DASHshl] = ACTIONS(781), - [anon_sym_bit_DASHshr] = ACTIONS(781), - [anon_sym_EQ_EQ] = ACTIONS(781), - [anon_sym_BANG_EQ] = ACTIONS(781), - [anon_sym_LT2] = ACTIONS(781), - [anon_sym_LT_EQ] = ACTIONS(781), - [anon_sym_GT_EQ] = ACTIONS(781), - [anon_sym_not_DASHin] = ACTIONS(781), - [anon_sym_starts_DASHwith] = ACTIONS(781), - [anon_sym_ends_DASHwith] = ACTIONS(781), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), + [anon_sym_SLASH] = ACTIONS(890), + [anon_sym_mod] = ACTIONS(890), + [anon_sym_SLASH_SLASH] = ACTIONS(890), + [anon_sym_PLUS] = ACTIONS(886), + [anon_sym_bit_DASHshl] = ACTIONS(894), + [anon_sym_bit_DASHshr] = ACTIONS(894), + [anon_sym_EQ_EQ] = ACTIONS(884), + [anon_sym_BANG_EQ] = ACTIONS(884), + [anon_sym_LT2] = ACTIONS(884), + [anon_sym_LT_EQ] = ACTIONS(884), + [anon_sym_GT_EQ] = ACTIONS(884), + [anon_sym_not_DASHin] = ACTIONS(888), + [anon_sym_starts_DASHwith] = ACTIONS(888), + [anon_sym_ends_DASHwith] = ACTIONS(888), + [anon_sym_EQ_TILDE] = ACTIONS(896), + [anon_sym_BANG_TILDE] = ACTIONS(896), + [anon_sym_bit_DASHand] = ACTIONS(898), + [anon_sym_bit_DASHxor] = ACTIONS(900), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [anon_sym_POUND] = ACTIONS(3), + }, + [347] = { + [sym_comment] = STATE(347), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(769), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(769), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(890), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(892), + [anon_sym_PLUS_PLUS] = ACTIONS(892), + [anon_sym_SLASH] = ACTIONS(890), + [anon_sym_mod] = ACTIONS(890), + [anon_sym_SLASH_SLASH] = ACTIONS(890), + [anon_sym_PLUS] = ACTIONS(769), + [anon_sym_bit_DASHshl] = ACTIONS(769), + [anon_sym_bit_DASHshr] = ACTIONS(769), + [anon_sym_EQ_EQ] = ACTIONS(769), + [anon_sym_BANG_EQ] = ACTIONS(769), + [anon_sym_LT2] = ACTIONS(769), + [anon_sym_LT_EQ] = ACTIONS(769), + [anon_sym_GT_EQ] = ACTIONS(769), + [anon_sym_not_DASHin] = ACTIONS(769), + [anon_sym_starts_DASHwith] = ACTIONS(769), + [anon_sym_ends_DASHwith] = ACTIONS(769), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [anon_sym_POUND] = ACTIONS(3), + }, + [348] = { + [sym_comment] = STATE(348), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(884), + [anon_sym_DASH] = ACTIONS(886), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(888), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(890), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(892), + [anon_sym_PLUS_PLUS] = ACTIONS(892), + [anon_sym_SLASH] = ACTIONS(890), + [anon_sym_mod] = ACTIONS(890), + [anon_sym_SLASH_SLASH] = ACTIONS(890), + [anon_sym_PLUS] = ACTIONS(886), + [anon_sym_bit_DASHshl] = ACTIONS(894), + [anon_sym_bit_DASHshr] = ACTIONS(894), + [anon_sym_EQ_EQ] = ACTIONS(884), + [anon_sym_BANG_EQ] = ACTIONS(884), + [anon_sym_LT2] = ACTIONS(884), + [anon_sym_LT_EQ] = ACTIONS(884), + [anon_sym_GT_EQ] = ACTIONS(884), + [anon_sym_not_DASHin] = ACTIONS(888), + [anon_sym_starts_DASHwith] = ACTIONS(888), + [anon_sym_ends_DASHwith] = ACTIONS(888), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [345] = { - [sym_comment] = STATE(345), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(781), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(781), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), + [349] = { + [sym_comment] = STATE(349), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(886), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(769), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), [anon_sym_STAR] = ACTIONS(890), - [anon_sym_where] = ACTIONS(781), + [anon_sym_where] = ACTIONS(769), [anon_sym_STAR_STAR] = ACTIONS(892), [anon_sym_PLUS_PLUS] = ACTIONS(892), [anon_sym_SLASH] = ACTIONS(890), [anon_sym_mod] = ACTIONS(890), [anon_sym_SLASH_SLASH] = ACTIONS(890), - [anon_sym_PLUS] = ACTIONS(781), - [anon_sym_bit_DASHshl] = ACTIONS(781), - [anon_sym_bit_DASHshr] = ACTIONS(781), - [anon_sym_EQ_EQ] = ACTIONS(781), - [anon_sym_BANG_EQ] = ACTIONS(781), - [anon_sym_LT2] = ACTIONS(781), - [anon_sym_LT_EQ] = ACTIONS(781), - [anon_sym_GT_EQ] = ACTIONS(781), - [anon_sym_not_DASHin] = ACTIONS(781), - [anon_sym_starts_DASHwith] = ACTIONS(781), - [anon_sym_ends_DASHwith] = ACTIONS(781), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), + [anon_sym_PLUS] = ACTIONS(886), + [anon_sym_bit_DASHshl] = ACTIONS(769), + [anon_sym_bit_DASHshr] = ACTIONS(769), + [anon_sym_EQ_EQ] = ACTIONS(769), + [anon_sym_BANG_EQ] = ACTIONS(769), + [anon_sym_LT2] = ACTIONS(769), + [anon_sym_LT_EQ] = ACTIONS(769), + [anon_sym_GT_EQ] = ACTIONS(769), + [anon_sym_not_DASHin] = ACTIONS(769), + [anon_sym_starts_DASHwith] = ACTIONS(769), + [anon_sym_ends_DASHwith] = ACTIONS(769), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [346] = { - [sym_comment] = STATE(346), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), + [350] = { + [sym_comment] = STATE(350), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), [anon_sym_GT] = ACTIONS(884), [anon_sym_DASH] = ACTIONS(886), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), [anon_sym_in] = ACTIONS(888), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), [anon_sym_STAR] = ACTIONS(890), - [anon_sym_where] = ACTIONS(781), + [anon_sym_where] = ACTIONS(769), [anon_sym_STAR_STAR] = ACTIONS(892), [anon_sym_PLUS_PLUS] = ACTIONS(892), [anon_sym_SLASH] = ACTIONS(890), @@ -80737,42 +81126,2418 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_not_DASHin] = ACTIONS(888), [anon_sym_starts_DASHwith] = ACTIONS(888), [anon_sym_ends_DASHwith] = ACTIONS(888), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), + [anon_sym_EQ_TILDE] = ACTIONS(896), + [anon_sym_BANG_TILDE] = ACTIONS(896), + [anon_sym_bit_DASHand] = ACTIONS(898), + [anon_sym_bit_DASHxor] = ACTIONS(900), + [anon_sym_bit_DASHor] = ACTIONS(902), + [anon_sym_and] = ACTIONS(904), + [anon_sym_xor] = ACTIONS(906), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [anon_sym_POUND] = ACTIONS(3), + }, + [351] = { + [sym_comment] = STATE(351), + [ts_builtin_sym_end] = ACTIONS(795), + [anon_sym_export] = ACTIONS(793), + [anon_sym_alias] = ACTIONS(793), + [anon_sym_let] = ACTIONS(793), + [anon_sym_let_DASHenv] = ACTIONS(793), + [anon_sym_mut] = ACTIONS(793), + [anon_sym_const] = ACTIONS(793), + [sym_cmd_identifier] = ACTIONS(793), + [anon_sym_SEMI] = ACTIONS(793), + [anon_sym_LF] = ACTIONS(795), + [anon_sym_def] = ACTIONS(793), + [anon_sym_def_DASHenv] = ACTIONS(793), + [anon_sym_export_DASHenv] = ACTIONS(793), + [anon_sym_extern] = ACTIONS(793), + [anon_sym_module] = ACTIONS(793), + [anon_sym_use] = ACTIONS(793), + [anon_sym_LBRACK] = ACTIONS(793), + [anon_sym_LPAREN] = ACTIONS(793), + [anon_sym_PIPE] = ACTIONS(793), + [anon_sym_DOLLAR] = ACTIONS(793), + [anon_sym_error] = ACTIONS(793), + [anon_sym_GT] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_break] = ACTIONS(793), + [anon_sym_continue] = ACTIONS(793), + [anon_sym_for] = ACTIONS(793), + [anon_sym_in] = ACTIONS(793), + [anon_sym_loop] = ACTIONS(793), + [anon_sym_while] = ACTIONS(793), + [anon_sym_do] = ACTIONS(793), + [anon_sym_if] = ACTIONS(793), + [anon_sym_match] = ACTIONS(793), + [anon_sym_LBRACE] = ACTIONS(793), + [anon_sym_try] = ACTIONS(793), + [anon_sym_return] = ACTIONS(793), + [anon_sym_source] = ACTIONS(793), + [anon_sym_source_DASHenv] = ACTIONS(793), + [anon_sym_register] = ACTIONS(793), + [anon_sym_hide] = ACTIONS(793), + [anon_sym_hide_DASHenv] = ACTIONS(793), + [anon_sym_overlay] = ACTIONS(793), + [anon_sym_STAR] = ACTIONS(793), + [anon_sym_where] = ACTIONS(793), + [anon_sym_STAR_STAR] = ACTIONS(793), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_SLASH] = ACTIONS(793), + [anon_sym_mod] = ACTIONS(793), + [anon_sym_SLASH_SLASH] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_bit_DASHshl] = ACTIONS(793), + [anon_sym_bit_DASHshr] = ACTIONS(793), + [anon_sym_EQ_EQ] = ACTIONS(793), + [anon_sym_BANG_EQ] = ACTIONS(793), + [anon_sym_LT2] = ACTIONS(793), + [anon_sym_LT_EQ] = ACTIONS(793), + [anon_sym_GT_EQ] = ACTIONS(793), + [anon_sym_not_DASHin] = ACTIONS(793), + [anon_sym_starts_DASHwith] = ACTIONS(793), + [anon_sym_ends_DASHwith] = ACTIONS(793), + [anon_sym_EQ_TILDE] = ACTIONS(793), + [anon_sym_BANG_TILDE] = ACTIONS(793), + [anon_sym_bit_DASHand] = ACTIONS(793), + [anon_sym_bit_DASHxor] = ACTIONS(793), + [anon_sym_bit_DASHor] = ACTIONS(793), + [anon_sym_and] = ACTIONS(793), + [anon_sym_xor] = ACTIONS(793), + [anon_sym_or] = ACTIONS(793), + [anon_sym_not] = ACTIONS(793), + [anon_sym_DOT_DOT_LT] = ACTIONS(793), + [anon_sym_DOT_DOT] = ACTIONS(793), + [anon_sym_DOT_DOT_EQ] = ACTIONS(793), + [sym_val_nothing] = ACTIONS(793), + [anon_sym_true] = ACTIONS(793), + [anon_sym_false] = ACTIONS(793), + [aux_sym_val_number_token1] = ACTIONS(793), + [aux_sym_val_number_token2] = ACTIONS(793), + [aux_sym_val_number_token3] = ACTIONS(793), + [aux_sym_val_number_token4] = ACTIONS(793), + [anon_sym_inf] = ACTIONS(793), + [anon_sym_DASHinf] = ACTIONS(793), + [anon_sym_NaN] = ACTIONS(793), + [anon_sym_0b] = ACTIONS(793), + [anon_sym_0o] = ACTIONS(793), + [anon_sym_0x] = ACTIONS(793), + [sym_val_date] = ACTIONS(793), + [anon_sym_DQUOTE] = ACTIONS(793), + [sym__str_single_quotes] = ACTIONS(793), + [sym__str_back_ticks] = ACTIONS(793), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(793), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(793), + [anon_sym_CARET] = ACTIONS(793), + [anon_sym_POUND] = ACTIONS(3), + }, + [352] = { + [sym__expression] = STATE(155), + [sym_expr_unary] = STATE(208), + [sym_expr_binary] = STATE(208), + [sym_expr_parenthesized] = STATE(207), + [sym_val_range] = STATE(208), + [sym__value] = STATE(208), + [sym_val_bool] = STATE(253), + [sym_val_variable] = STATE(253), + [sym__var] = STATE(133), + [sym_val_number] = STATE(3), + [sym_val_duration] = STATE(253), + [sym_val_filesize] = STATE(253), + [sym_val_binary] = STATE(253), + [sym_val_string] = STATE(253), + [sym__str_double_quotes] = STATE(214), + [sym_val_interpolated] = STATE(253), + [sym__inter_single_quotes] = STATE(229), + [sym__inter_double_quotes] = STATE(223), + [sym_val_list] = STATE(253), + [sym_val_record] = STATE(253), + [sym_val_table] = STATE(253), + [sym_val_closure] = STATE(253), + [sym__flag] = STATE(359), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(352), + [anon_sym_export] = ACTIONS(663), + [anon_sym_alias] = ACTIONS(663), + [anon_sym_let] = ACTIONS(663), + [anon_sym_let_DASHenv] = ACTIONS(663), + [anon_sym_mut] = ACTIONS(663), + [anon_sym_const] = ACTIONS(663), + [sym_cmd_identifier] = ACTIONS(663), + [anon_sym_SEMI] = ACTIONS(663), + [anon_sym_LF] = ACTIONS(665), + [anon_sym_def] = ACTIONS(663), + [anon_sym_def_DASHenv] = ACTIONS(663), + [anon_sym_export_DASHenv] = ACTIONS(663), + [anon_sym_extern] = ACTIONS(663), + [anon_sym_module] = ACTIONS(663), + [anon_sym_use] = ACTIONS(663), + [anon_sym_LBRACK] = ACTIONS(663), + [anon_sym_LPAREN] = ACTIONS(663), + [anon_sym_RPAREN] = ACTIONS(663), + [anon_sym_PIPE] = ACTIONS(663), + [anon_sym_DOLLAR] = ACTIONS(663), + [anon_sym_error] = ACTIONS(663), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(663), + [anon_sym_break] = ACTIONS(663), + [anon_sym_continue] = ACTIONS(663), + [anon_sym_for] = ACTIONS(663), + [anon_sym_loop] = ACTIONS(663), + [anon_sym_while] = ACTIONS(663), + [anon_sym_do] = ACTIONS(663), + [anon_sym_if] = ACTIONS(663), + [anon_sym_match] = ACTIONS(663), + [anon_sym_LBRACE] = ACTIONS(663), + [anon_sym_RBRACE] = ACTIONS(663), + [anon_sym_try] = ACTIONS(663), + [anon_sym_return] = ACTIONS(663), + [anon_sym_source] = ACTIONS(663), + [anon_sym_source_DASHenv] = ACTIONS(663), + [anon_sym_register] = ACTIONS(663), + [anon_sym_hide] = ACTIONS(663), + [anon_sym_hide_DASHenv] = ACTIONS(663), + [anon_sym_overlay] = ACTIONS(663), + [anon_sym_where] = ACTIONS(663), + [anon_sym_not] = ACTIONS(663), + [anon_sym_DOT_DOT_LT] = ACTIONS(663), + [anon_sym_DOT_DOT] = ACTIONS(663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(663), + [sym_val_nothing] = ACTIONS(663), + [anon_sym_true] = ACTIONS(663), + [anon_sym_false] = ACTIONS(663), + [aux_sym_val_number_token1] = ACTIONS(663), + [aux_sym_val_number_token2] = ACTIONS(663), + [aux_sym_val_number_token3] = ACTIONS(663), + [aux_sym_val_number_token4] = ACTIONS(663), + [anon_sym_inf] = ACTIONS(663), + [anon_sym_DASHinf] = ACTIONS(663), + [anon_sym_NaN] = ACTIONS(663), + [anon_sym_0b] = ACTIONS(663), + [anon_sym_0o] = ACTIONS(663), + [anon_sym_0x] = ACTIONS(663), + [sym_val_date] = ACTIONS(663), + [anon_sym_DQUOTE] = ACTIONS(663), + [sym__str_single_quotes] = ACTIONS(663), + [sym__str_back_ticks] = ACTIONS(663), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(663), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(663), + [anon_sym_CARET] = ACTIONS(663), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [353] = { + [sym_comment] = STATE(353), + [ts_builtin_sym_end] = ACTIONS(105), + [anon_sym_export] = ACTIONS(103), + [anon_sym_alias] = ACTIONS(103), + [anon_sym_let] = ACTIONS(103), + [anon_sym_let_DASHenv] = ACTIONS(103), + [anon_sym_mut] = ACTIONS(103), + [anon_sym_const] = ACTIONS(103), + [sym_cmd_identifier] = ACTIONS(103), + [anon_sym_SEMI] = ACTIONS(103), + [anon_sym_LF] = ACTIONS(105), + [anon_sym_def] = ACTIONS(103), + [anon_sym_def_DASHenv] = ACTIONS(103), + [anon_sym_export_DASHenv] = ACTIONS(103), + [anon_sym_extern] = ACTIONS(103), + [anon_sym_module] = ACTIONS(103), + [anon_sym_use] = ACTIONS(103), + [anon_sym_LBRACK] = ACTIONS(103), + [anon_sym_LPAREN] = ACTIONS(103), + [anon_sym_PIPE] = ACTIONS(103), + [anon_sym_DOLLAR] = ACTIONS(103), + [anon_sym_error] = ACTIONS(103), + [anon_sym_GT] = ACTIONS(103), + [anon_sym_DASH] = ACTIONS(103), + [anon_sym_break] = ACTIONS(103), + [anon_sym_continue] = ACTIONS(103), + [anon_sym_for] = ACTIONS(103), + [anon_sym_in] = ACTIONS(103), + [anon_sym_loop] = ACTIONS(103), + [anon_sym_while] = ACTIONS(103), + [anon_sym_do] = ACTIONS(103), + [anon_sym_if] = ACTIONS(103), + [anon_sym_match] = ACTIONS(103), + [anon_sym_LBRACE] = ACTIONS(103), + [anon_sym_try] = ACTIONS(103), + [anon_sym_return] = ACTIONS(103), + [anon_sym_source] = ACTIONS(103), + [anon_sym_source_DASHenv] = ACTIONS(103), + [anon_sym_register] = ACTIONS(103), + [anon_sym_hide] = ACTIONS(103), + [anon_sym_hide_DASHenv] = ACTIONS(103), + [anon_sym_overlay] = ACTIONS(103), + [anon_sym_STAR] = ACTIONS(103), + [anon_sym_where] = ACTIONS(103), + [anon_sym_STAR_STAR] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), + [anon_sym_SLASH] = ACTIONS(103), + [anon_sym_mod] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_PLUS] = ACTIONS(103), + [anon_sym_bit_DASHshl] = ACTIONS(103), + [anon_sym_bit_DASHshr] = ACTIONS(103), + [anon_sym_EQ_EQ] = ACTIONS(103), + [anon_sym_BANG_EQ] = ACTIONS(103), + [anon_sym_LT2] = ACTIONS(103), + [anon_sym_LT_EQ] = ACTIONS(103), + [anon_sym_GT_EQ] = ACTIONS(103), + [anon_sym_not_DASHin] = ACTIONS(103), + [anon_sym_starts_DASHwith] = ACTIONS(103), + [anon_sym_ends_DASHwith] = ACTIONS(103), + [anon_sym_EQ_TILDE] = ACTIONS(103), + [anon_sym_BANG_TILDE] = ACTIONS(103), + [anon_sym_bit_DASHand] = ACTIONS(103), + [anon_sym_bit_DASHxor] = ACTIONS(103), + [anon_sym_bit_DASHor] = ACTIONS(103), + [anon_sym_and] = ACTIONS(103), + [anon_sym_xor] = ACTIONS(103), + [anon_sym_or] = ACTIONS(103), + [anon_sym_not] = ACTIONS(103), + [anon_sym_DOT_DOT_LT] = ACTIONS(103), + [anon_sym_DOT_DOT] = ACTIONS(103), + [anon_sym_DOT_DOT_EQ] = ACTIONS(103), + [sym_val_nothing] = ACTIONS(103), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [aux_sym_val_number_token1] = ACTIONS(103), + [aux_sym_val_number_token2] = ACTIONS(103), + [aux_sym_val_number_token3] = ACTIONS(103), + [aux_sym_val_number_token4] = ACTIONS(103), + [anon_sym_inf] = ACTIONS(103), + [anon_sym_DASHinf] = ACTIONS(103), + [anon_sym_NaN] = ACTIONS(103), + [anon_sym_0b] = ACTIONS(103), + [anon_sym_0o] = ACTIONS(103), + [anon_sym_0x] = ACTIONS(103), + [sym_val_date] = ACTIONS(103), + [anon_sym_DQUOTE] = ACTIONS(103), + [sym__str_single_quotes] = ACTIONS(103), + [sym__str_back_ticks] = ACTIONS(103), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(103), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(103), + [anon_sym_CARET] = ACTIONS(103), + [anon_sym_POUND] = ACTIONS(3), + }, + [354] = { + [sym__expression] = STATE(155), + [sym_expr_unary] = STATE(208), + [sym_expr_binary] = STATE(208), + [sym_expr_parenthesized] = STATE(207), + [sym_val_range] = STATE(208), + [sym__value] = STATE(208), + [sym_val_bool] = STATE(253), + [sym_val_variable] = STATE(253), + [sym__var] = STATE(133), + [sym_val_number] = STATE(3), + [sym_val_duration] = STATE(253), + [sym_val_filesize] = STATE(253), + [sym_val_binary] = STATE(253), + [sym_val_string] = STATE(253), + [sym__str_double_quotes] = STATE(214), + [sym_val_interpolated] = STATE(253), + [sym__inter_single_quotes] = STATE(229), + [sym__inter_double_quotes] = STATE(223), + [sym_val_list] = STATE(253), + [sym_val_record] = STATE(253), + [sym_val_table] = STATE(253), + [sym_val_closure] = STATE(253), + [sym__flag] = STATE(358), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(354), + [anon_sym_export] = ACTIONS(663), + [anon_sym_alias] = ACTIONS(663), + [anon_sym_let] = ACTIONS(663), + [anon_sym_let_DASHenv] = ACTIONS(663), + [anon_sym_mut] = ACTIONS(663), + [anon_sym_const] = ACTIONS(663), + [sym_cmd_identifier] = ACTIONS(663), + [anon_sym_SEMI] = ACTIONS(663), + [anon_sym_LF] = ACTIONS(665), + [anon_sym_def] = ACTIONS(663), + [anon_sym_def_DASHenv] = ACTIONS(663), + [anon_sym_export_DASHenv] = ACTIONS(663), + [anon_sym_extern] = ACTIONS(663), + [anon_sym_module] = ACTIONS(663), + [anon_sym_use] = ACTIONS(663), + [anon_sym_LBRACK] = ACTIONS(663), + [anon_sym_LPAREN] = ACTIONS(663), + [anon_sym_RPAREN] = ACTIONS(663), + [anon_sym_PIPE] = ACTIONS(663), + [anon_sym_DOLLAR] = ACTIONS(663), + [anon_sym_error] = ACTIONS(663), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(663), + [anon_sym_break] = ACTIONS(663), + [anon_sym_continue] = ACTIONS(663), + [anon_sym_for] = ACTIONS(663), + [anon_sym_loop] = ACTIONS(663), + [anon_sym_while] = ACTIONS(663), + [anon_sym_do] = ACTIONS(663), + [anon_sym_if] = ACTIONS(663), + [anon_sym_match] = ACTIONS(663), + [anon_sym_LBRACE] = ACTIONS(663), + [anon_sym_RBRACE] = ACTIONS(663), + [anon_sym_try] = ACTIONS(663), + [anon_sym_return] = ACTIONS(663), + [anon_sym_source] = ACTIONS(663), + [anon_sym_source_DASHenv] = ACTIONS(663), + [anon_sym_register] = ACTIONS(663), + [anon_sym_hide] = ACTIONS(663), + [anon_sym_hide_DASHenv] = ACTIONS(663), + [anon_sym_overlay] = ACTIONS(663), + [anon_sym_where] = ACTIONS(663), + [anon_sym_not] = ACTIONS(663), + [anon_sym_DOT_DOT_LT] = ACTIONS(663), + [anon_sym_DOT_DOT] = ACTIONS(663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(663), + [sym_val_nothing] = ACTIONS(663), + [anon_sym_true] = ACTIONS(663), + [anon_sym_false] = ACTIONS(663), + [aux_sym_val_number_token1] = ACTIONS(663), + [aux_sym_val_number_token2] = ACTIONS(663), + [aux_sym_val_number_token3] = ACTIONS(663), + [aux_sym_val_number_token4] = ACTIONS(663), + [anon_sym_inf] = ACTIONS(663), + [anon_sym_DASHinf] = ACTIONS(663), + [anon_sym_NaN] = ACTIONS(663), + [anon_sym_0b] = ACTIONS(663), + [anon_sym_0o] = ACTIONS(663), + [anon_sym_0x] = ACTIONS(663), + [sym_val_date] = ACTIONS(663), + [anon_sym_DQUOTE] = ACTIONS(663), + [sym__str_single_quotes] = ACTIONS(663), + [sym__str_back_ticks] = ACTIONS(663), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(663), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(663), + [anon_sym_CARET] = ACTIONS(663), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [355] = { + [sym__expression] = STATE(155), + [sym_expr_unary] = STATE(208), + [sym_expr_binary] = STATE(208), + [sym_expr_parenthesized] = STATE(207), + [sym_val_range] = STATE(208), + [sym__value] = STATE(208), + [sym_val_bool] = STATE(253), + [sym_val_variable] = STATE(253), + [sym__var] = STATE(133), + [sym_val_number] = STATE(3), + [sym_val_duration] = STATE(253), + [sym_val_filesize] = STATE(253), + [sym_val_binary] = STATE(253), + [sym_val_string] = STATE(253), + [sym__str_double_quotes] = STATE(214), + [sym_val_interpolated] = STATE(253), + [sym__inter_single_quotes] = STATE(229), + [sym__inter_double_quotes] = STATE(223), + [sym_val_list] = STATE(253), + [sym_val_record] = STATE(253), + [sym_val_table] = STATE(253), + [sym_val_closure] = STATE(253), + [sym__flag] = STATE(361), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(355), + [anon_sym_export] = ACTIONS(663), + [anon_sym_alias] = ACTIONS(663), + [anon_sym_let] = ACTIONS(663), + [anon_sym_let_DASHenv] = ACTIONS(663), + [anon_sym_mut] = ACTIONS(663), + [anon_sym_const] = ACTIONS(663), + [sym_cmd_identifier] = ACTIONS(663), + [anon_sym_SEMI] = ACTIONS(663), + [anon_sym_LF] = ACTIONS(665), + [anon_sym_def] = ACTIONS(663), + [anon_sym_def_DASHenv] = ACTIONS(663), + [anon_sym_export_DASHenv] = ACTIONS(663), + [anon_sym_extern] = ACTIONS(663), + [anon_sym_module] = ACTIONS(663), + [anon_sym_use] = ACTIONS(663), + [anon_sym_LBRACK] = ACTIONS(663), + [anon_sym_LPAREN] = ACTIONS(663), + [anon_sym_RPAREN] = ACTIONS(663), + [anon_sym_PIPE] = ACTIONS(663), + [anon_sym_DOLLAR] = ACTIONS(663), + [anon_sym_error] = ACTIONS(663), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(663), + [anon_sym_break] = ACTIONS(663), + [anon_sym_continue] = ACTIONS(663), + [anon_sym_for] = ACTIONS(663), + [anon_sym_loop] = ACTIONS(663), + [anon_sym_while] = ACTIONS(663), + [anon_sym_do] = ACTIONS(663), + [anon_sym_if] = ACTIONS(663), + [anon_sym_match] = ACTIONS(663), + [anon_sym_LBRACE] = ACTIONS(663), + [anon_sym_RBRACE] = ACTIONS(663), + [anon_sym_try] = ACTIONS(663), + [anon_sym_return] = ACTIONS(663), + [anon_sym_source] = ACTIONS(663), + [anon_sym_source_DASHenv] = ACTIONS(663), + [anon_sym_register] = ACTIONS(663), + [anon_sym_hide] = ACTIONS(663), + [anon_sym_hide_DASHenv] = ACTIONS(663), + [anon_sym_overlay] = ACTIONS(663), + [anon_sym_where] = ACTIONS(663), + [anon_sym_not] = ACTIONS(663), + [anon_sym_DOT_DOT_LT] = ACTIONS(663), + [anon_sym_DOT_DOT] = ACTIONS(663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(663), + [sym_val_nothing] = ACTIONS(663), + [anon_sym_true] = ACTIONS(663), + [anon_sym_false] = ACTIONS(663), + [aux_sym_val_number_token1] = ACTIONS(663), + [aux_sym_val_number_token2] = ACTIONS(663), + [aux_sym_val_number_token3] = ACTIONS(663), + [aux_sym_val_number_token4] = ACTIONS(663), + [anon_sym_inf] = ACTIONS(663), + [anon_sym_DASHinf] = ACTIONS(663), + [anon_sym_NaN] = ACTIONS(663), + [anon_sym_0b] = ACTIONS(663), + [anon_sym_0o] = ACTIONS(663), + [anon_sym_0x] = ACTIONS(663), + [sym_val_date] = ACTIONS(663), + [anon_sym_DQUOTE] = ACTIONS(663), + [sym__str_single_quotes] = ACTIONS(663), + [sym__str_back_ticks] = ACTIONS(663), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(663), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(663), + [anon_sym_CARET] = ACTIONS(663), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [356] = { + [sym__expression] = STATE(155), + [sym_expr_unary] = STATE(208), + [sym_expr_binary] = STATE(208), + [sym_expr_parenthesized] = STATE(207), + [sym_val_range] = STATE(208), + [sym__value] = STATE(208), + [sym_val_bool] = STATE(253), + [sym_val_variable] = STATE(253), + [sym__var] = STATE(133), + [sym_val_number] = STATE(3), + [sym_val_duration] = STATE(253), + [sym_val_filesize] = STATE(253), + [sym_val_binary] = STATE(253), + [sym_val_string] = STATE(253), + [sym__str_double_quotes] = STATE(214), + [sym_val_interpolated] = STATE(253), + [sym__inter_single_quotes] = STATE(229), + [sym__inter_double_quotes] = STATE(223), + [sym_val_list] = STATE(253), + [sym_val_record] = STATE(253), + [sym_val_table] = STATE(253), + [sym_val_closure] = STATE(253), + [sym__flag] = STATE(357), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(356), + [anon_sym_export] = ACTIONS(663), + [anon_sym_alias] = ACTIONS(663), + [anon_sym_let] = ACTIONS(663), + [anon_sym_let_DASHenv] = ACTIONS(663), + [anon_sym_mut] = ACTIONS(663), + [anon_sym_const] = ACTIONS(663), + [sym_cmd_identifier] = ACTIONS(663), + [anon_sym_SEMI] = ACTIONS(663), + [anon_sym_LF] = ACTIONS(665), + [anon_sym_def] = ACTIONS(663), + [anon_sym_def_DASHenv] = ACTIONS(663), + [anon_sym_export_DASHenv] = ACTIONS(663), + [anon_sym_extern] = ACTIONS(663), + [anon_sym_module] = ACTIONS(663), + [anon_sym_use] = ACTIONS(663), + [anon_sym_LBRACK] = ACTIONS(663), + [anon_sym_LPAREN] = ACTIONS(663), + [anon_sym_RPAREN] = ACTIONS(663), + [anon_sym_PIPE] = ACTIONS(663), + [anon_sym_DOLLAR] = ACTIONS(663), + [anon_sym_error] = ACTIONS(663), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(663), + [anon_sym_break] = ACTIONS(663), + [anon_sym_continue] = ACTIONS(663), + [anon_sym_for] = ACTIONS(663), + [anon_sym_loop] = ACTIONS(663), + [anon_sym_while] = ACTIONS(663), + [anon_sym_do] = ACTIONS(663), + [anon_sym_if] = ACTIONS(663), + [anon_sym_match] = ACTIONS(663), + [anon_sym_LBRACE] = ACTIONS(663), + [anon_sym_RBRACE] = ACTIONS(663), + [anon_sym_try] = ACTIONS(663), + [anon_sym_return] = ACTIONS(663), + [anon_sym_source] = ACTIONS(663), + [anon_sym_source_DASHenv] = ACTIONS(663), + [anon_sym_register] = ACTIONS(663), + [anon_sym_hide] = ACTIONS(663), + [anon_sym_hide_DASHenv] = ACTIONS(663), + [anon_sym_overlay] = ACTIONS(663), + [anon_sym_where] = ACTIONS(663), + [anon_sym_not] = ACTIONS(663), + [anon_sym_DOT_DOT_LT] = ACTIONS(663), + [anon_sym_DOT_DOT] = ACTIONS(663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(663), + [sym_val_nothing] = ACTIONS(663), + [anon_sym_true] = ACTIONS(663), + [anon_sym_false] = ACTIONS(663), + [aux_sym_val_number_token1] = ACTIONS(663), + [aux_sym_val_number_token2] = ACTIONS(663), + [aux_sym_val_number_token3] = ACTIONS(663), + [aux_sym_val_number_token4] = ACTIONS(663), + [anon_sym_inf] = ACTIONS(663), + [anon_sym_DASHinf] = ACTIONS(663), + [anon_sym_NaN] = ACTIONS(663), + [anon_sym_0b] = ACTIONS(663), + [anon_sym_0o] = ACTIONS(663), + [anon_sym_0x] = ACTIONS(663), + [sym_val_date] = ACTIONS(663), + [anon_sym_DQUOTE] = ACTIONS(663), + [sym__str_single_quotes] = ACTIONS(663), + [sym__str_back_ticks] = ACTIONS(663), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(663), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(663), + [anon_sym_CARET] = ACTIONS(663), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [357] = { + [sym__expression] = STATE(143), + [sym_expr_unary] = STATE(208), + [sym_expr_binary] = STATE(208), + [sym_expr_parenthesized] = STATE(207), + [sym_val_range] = STATE(208), + [sym__value] = STATE(208), + [sym_val_bool] = STATE(253), + [sym_val_variable] = STATE(253), + [sym__var] = STATE(133), + [sym_val_number] = STATE(3), + [sym_val_duration] = STATE(253), + [sym_val_filesize] = STATE(253), + [sym_val_binary] = STATE(253), + [sym_val_string] = STATE(253), + [sym__str_double_quotes] = STATE(214), + [sym_val_interpolated] = STATE(253), + [sym__inter_single_quotes] = STATE(229), + [sym__inter_double_quotes] = STATE(223), + [sym_val_list] = STATE(253), + [sym_val_record] = STATE(253), + [sym_val_table] = STATE(253), + [sym_val_closure] = STATE(253), + [sym__flag] = STATE(364), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(357), + [anon_sym_export] = ACTIONS(683), + [anon_sym_alias] = ACTIONS(683), + [anon_sym_let] = ACTIONS(683), + [anon_sym_let_DASHenv] = ACTIONS(683), + [anon_sym_mut] = ACTIONS(683), + [anon_sym_const] = ACTIONS(683), + [sym_cmd_identifier] = ACTIONS(683), + [anon_sym_SEMI] = ACTIONS(683), + [anon_sym_LF] = ACTIONS(685), + [anon_sym_def] = ACTIONS(683), + [anon_sym_def_DASHenv] = ACTIONS(683), + [anon_sym_export_DASHenv] = ACTIONS(683), + [anon_sym_extern] = ACTIONS(683), + [anon_sym_module] = ACTIONS(683), + [anon_sym_use] = ACTIONS(683), + [anon_sym_LBRACK] = ACTIONS(683), + [anon_sym_LPAREN] = ACTIONS(683), + [anon_sym_RPAREN] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(683), + [anon_sym_DOLLAR] = ACTIONS(683), + [anon_sym_error] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(683), + [anon_sym_break] = ACTIONS(683), + [anon_sym_continue] = ACTIONS(683), + [anon_sym_for] = ACTIONS(683), + [anon_sym_loop] = ACTIONS(683), + [anon_sym_while] = ACTIONS(683), + [anon_sym_do] = ACTIONS(683), + [anon_sym_if] = ACTIONS(683), + [anon_sym_match] = ACTIONS(683), + [anon_sym_LBRACE] = ACTIONS(683), + [anon_sym_RBRACE] = ACTIONS(683), + [anon_sym_try] = ACTIONS(683), + [anon_sym_return] = ACTIONS(683), + [anon_sym_source] = ACTIONS(683), + [anon_sym_source_DASHenv] = ACTIONS(683), + [anon_sym_register] = ACTIONS(683), + [anon_sym_hide] = ACTIONS(683), + [anon_sym_hide_DASHenv] = ACTIONS(683), + [anon_sym_overlay] = ACTIONS(683), + [anon_sym_where] = ACTIONS(683), + [anon_sym_not] = ACTIONS(683), + [anon_sym_DOT_DOT_LT] = ACTIONS(683), + [anon_sym_DOT_DOT] = ACTIONS(683), + [anon_sym_DOT_DOT_EQ] = ACTIONS(683), + [sym_val_nothing] = ACTIONS(683), + [anon_sym_true] = ACTIONS(683), + [anon_sym_false] = ACTIONS(683), + [aux_sym_val_number_token1] = ACTIONS(683), + [aux_sym_val_number_token2] = ACTIONS(683), + [aux_sym_val_number_token3] = ACTIONS(683), + [aux_sym_val_number_token4] = ACTIONS(683), + [anon_sym_inf] = ACTIONS(683), + [anon_sym_DASHinf] = ACTIONS(683), + [anon_sym_NaN] = ACTIONS(683), + [anon_sym_0b] = ACTIONS(683), + [anon_sym_0o] = ACTIONS(683), + [anon_sym_0x] = ACTIONS(683), + [sym_val_date] = ACTIONS(683), + [anon_sym_DQUOTE] = ACTIONS(683), + [sym__str_single_quotes] = ACTIONS(683), + [sym__str_back_ticks] = ACTIONS(683), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(683), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(683), + [anon_sym_CARET] = ACTIONS(683), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [358] = { + [sym__expression] = STATE(143), + [sym_expr_unary] = STATE(208), + [sym_expr_binary] = STATE(208), + [sym_expr_parenthesized] = STATE(207), + [sym_val_range] = STATE(208), + [sym__value] = STATE(208), + [sym_val_bool] = STATE(253), + [sym_val_variable] = STATE(253), + [sym__var] = STATE(133), + [sym_val_number] = STATE(3), + [sym_val_duration] = STATE(253), + [sym_val_filesize] = STATE(253), + [sym_val_binary] = STATE(253), + [sym_val_string] = STATE(253), + [sym__str_double_quotes] = STATE(214), + [sym_val_interpolated] = STATE(253), + [sym__inter_single_quotes] = STATE(229), + [sym__inter_double_quotes] = STATE(223), + [sym_val_list] = STATE(253), + [sym_val_record] = STATE(253), + [sym_val_table] = STATE(253), + [sym_val_closure] = STATE(253), + [sym__flag] = STATE(592), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(358), + [anon_sym_export] = ACTIONS(683), + [anon_sym_alias] = ACTIONS(683), + [anon_sym_let] = ACTIONS(683), + [anon_sym_let_DASHenv] = ACTIONS(683), + [anon_sym_mut] = ACTIONS(683), + [anon_sym_const] = ACTIONS(683), + [sym_cmd_identifier] = ACTIONS(683), + [anon_sym_SEMI] = ACTIONS(683), + [anon_sym_LF] = ACTIONS(685), + [anon_sym_def] = ACTIONS(683), + [anon_sym_def_DASHenv] = ACTIONS(683), + [anon_sym_export_DASHenv] = ACTIONS(683), + [anon_sym_extern] = ACTIONS(683), + [anon_sym_module] = ACTIONS(683), + [anon_sym_use] = ACTIONS(683), + [anon_sym_LBRACK] = ACTIONS(683), + [anon_sym_LPAREN] = ACTIONS(683), + [anon_sym_RPAREN] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(683), + [anon_sym_DOLLAR] = ACTIONS(683), + [anon_sym_error] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(683), + [anon_sym_break] = ACTIONS(683), + [anon_sym_continue] = ACTIONS(683), + [anon_sym_for] = ACTIONS(683), + [anon_sym_loop] = ACTIONS(683), + [anon_sym_while] = ACTIONS(683), + [anon_sym_do] = ACTIONS(683), + [anon_sym_if] = ACTIONS(683), + [anon_sym_match] = ACTIONS(683), + [anon_sym_LBRACE] = ACTIONS(683), + [anon_sym_RBRACE] = ACTIONS(683), + [anon_sym_try] = ACTIONS(683), + [anon_sym_return] = ACTIONS(683), + [anon_sym_source] = ACTIONS(683), + [anon_sym_source_DASHenv] = ACTIONS(683), + [anon_sym_register] = ACTIONS(683), + [anon_sym_hide] = ACTIONS(683), + [anon_sym_hide_DASHenv] = ACTIONS(683), + [anon_sym_overlay] = ACTIONS(683), + [anon_sym_where] = ACTIONS(683), + [anon_sym_not] = ACTIONS(683), + [anon_sym_DOT_DOT_LT] = ACTIONS(683), + [anon_sym_DOT_DOT] = ACTIONS(683), + [anon_sym_DOT_DOT_EQ] = ACTIONS(683), + [sym_val_nothing] = ACTIONS(683), + [anon_sym_true] = ACTIONS(683), + [anon_sym_false] = ACTIONS(683), + [aux_sym_val_number_token1] = ACTIONS(683), + [aux_sym_val_number_token2] = ACTIONS(683), + [aux_sym_val_number_token3] = ACTIONS(683), + [aux_sym_val_number_token4] = ACTIONS(683), + [anon_sym_inf] = ACTIONS(683), + [anon_sym_DASHinf] = ACTIONS(683), + [anon_sym_NaN] = ACTIONS(683), + [anon_sym_0b] = ACTIONS(683), + [anon_sym_0o] = ACTIONS(683), + [anon_sym_0x] = ACTIONS(683), + [sym_val_date] = ACTIONS(683), + [anon_sym_DQUOTE] = ACTIONS(683), + [sym__str_single_quotes] = ACTIONS(683), + [sym__str_back_ticks] = ACTIONS(683), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(683), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(683), + [anon_sym_CARET] = ACTIONS(683), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [359] = { + [sym__expression] = STATE(143), + [sym_expr_unary] = STATE(208), + [sym_expr_binary] = STATE(208), + [sym_expr_parenthesized] = STATE(207), + [sym_val_range] = STATE(208), + [sym__value] = STATE(208), + [sym_val_bool] = STATE(253), + [sym_val_variable] = STATE(253), + [sym__var] = STATE(133), + [sym_val_number] = STATE(3), + [sym_val_duration] = STATE(253), + [sym_val_filesize] = STATE(253), + [sym_val_binary] = STATE(253), + [sym_val_string] = STATE(253), + [sym__str_double_quotes] = STATE(214), + [sym_val_interpolated] = STATE(253), + [sym__inter_single_quotes] = STATE(229), + [sym__inter_double_quotes] = STATE(223), + [sym_val_list] = STATE(253), + [sym_val_record] = STATE(253), + [sym_val_table] = STATE(253), + [sym_val_closure] = STATE(253), + [sym__flag] = STATE(363), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(359), + [anon_sym_export] = ACTIONS(683), + [anon_sym_alias] = ACTIONS(683), + [anon_sym_let] = ACTIONS(683), + [anon_sym_let_DASHenv] = ACTIONS(683), + [anon_sym_mut] = ACTIONS(683), + [anon_sym_const] = ACTIONS(683), + [sym_cmd_identifier] = ACTIONS(683), + [anon_sym_SEMI] = ACTIONS(683), + [anon_sym_LF] = ACTIONS(685), + [anon_sym_def] = ACTIONS(683), + [anon_sym_def_DASHenv] = ACTIONS(683), + [anon_sym_export_DASHenv] = ACTIONS(683), + [anon_sym_extern] = ACTIONS(683), + [anon_sym_module] = ACTIONS(683), + [anon_sym_use] = ACTIONS(683), + [anon_sym_LBRACK] = ACTIONS(683), + [anon_sym_LPAREN] = ACTIONS(683), + [anon_sym_RPAREN] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(683), + [anon_sym_DOLLAR] = ACTIONS(683), + [anon_sym_error] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(683), + [anon_sym_break] = ACTIONS(683), + [anon_sym_continue] = ACTIONS(683), + [anon_sym_for] = ACTIONS(683), + [anon_sym_loop] = ACTIONS(683), + [anon_sym_while] = ACTIONS(683), + [anon_sym_do] = ACTIONS(683), + [anon_sym_if] = ACTIONS(683), + [anon_sym_match] = ACTIONS(683), + [anon_sym_LBRACE] = ACTIONS(683), + [anon_sym_RBRACE] = ACTIONS(683), + [anon_sym_try] = ACTIONS(683), + [anon_sym_return] = ACTIONS(683), + [anon_sym_source] = ACTIONS(683), + [anon_sym_source_DASHenv] = ACTIONS(683), + [anon_sym_register] = ACTIONS(683), + [anon_sym_hide] = ACTIONS(683), + [anon_sym_hide_DASHenv] = ACTIONS(683), + [anon_sym_overlay] = ACTIONS(683), + [anon_sym_where] = ACTIONS(683), + [anon_sym_not] = ACTIONS(683), + [anon_sym_DOT_DOT_LT] = ACTIONS(683), + [anon_sym_DOT_DOT] = ACTIONS(683), + [anon_sym_DOT_DOT_EQ] = ACTIONS(683), + [sym_val_nothing] = ACTIONS(683), + [anon_sym_true] = ACTIONS(683), + [anon_sym_false] = ACTIONS(683), + [aux_sym_val_number_token1] = ACTIONS(683), + [aux_sym_val_number_token2] = ACTIONS(683), + [aux_sym_val_number_token3] = ACTIONS(683), + [aux_sym_val_number_token4] = ACTIONS(683), + [anon_sym_inf] = ACTIONS(683), + [anon_sym_DASHinf] = ACTIONS(683), + [anon_sym_NaN] = ACTIONS(683), + [anon_sym_0b] = ACTIONS(683), + [anon_sym_0o] = ACTIONS(683), + [anon_sym_0x] = ACTIONS(683), + [sym_val_date] = ACTIONS(683), + [anon_sym_DQUOTE] = ACTIONS(683), + [sym__str_single_quotes] = ACTIONS(683), + [sym__str_back_ticks] = ACTIONS(683), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(683), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(683), + [anon_sym_CARET] = ACTIONS(683), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [360] = { + [sym_comment] = STATE(360), + [ts_builtin_sym_end] = ACTIONS(912), + [anon_sym_export] = ACTIONS(910), + [anon_sym_alias] = ACTIONS(910), + [anon_sym_let] = ACTIONS(910), + [anon_sym_let_DASHenv] = ACTIONS(910), + [anon_sym_mut] = ACTIONS(910), + [anon_sym_const] = ACTIONS(910), + [sym_cmd_identifier] = ACTIONS(910), + [anon_sym_SEMI] = ACTIONS(910), + [anon_sym_LF] = ACTIONS(912), + [anon_sym_def] = ACTIONS(910), + [anon_sym_def_DASHenv] = ACTIONS(910), + [anon_sym_export_DASHenv] = ACTIONS(910), + [anon_sym_extern] = ACTIONS(910), + [anon_sym_module] = ACTIONS(910), + [anon_sym_use] = ACTIONS(910), + [anon_sym_LBRACK] = ACTIONS(910), + [anon_sym_LPAREN] = ACTIONS(910), + [anon_sym_PIPE] = ACTIONS(910), + [anon_sym_DOLLAR] = ACTIONS(910), + [anon_sym_error] = ACTIONS(910), + [anon_sym_GT] = ACTIONS(914), + [anon_sym_DASH] = ACTIONS(916), + [anon_sym_break] = ACTIONS(910), + [anon_sym_continue] = ACTIONS(910), + [anon_sym_for] = ACTIONS(910), + [anon_sym_in] = ACTIONS(918), + [anon_sym_loop] = ACTIONS(910), + [anon_sym_while] = ACTIONS(910), + [anon_sym_do] = ACTIONS(910), + [anon_sym_if] = ACTIONS(910), + [anon_sym_match] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(910), + [anon_sym_try] = ACTIONS(910), + [anon_sym_return] = ACTIONS(910), + [anon_sym_source] = ACTIONS(910), + [anon_sym_source_DASHenv] = ACTIONS(910), + [anon_sym_register] = ACTIONS(910), + [anon_sym_hide] = ACTIONS(910), + [anon_sym_hide_DASHenv] = ACTIONS(910), + [anon_sym_overlay] = ACTIONS(910), + [anon_sym_STAR] = ACTIONS(920), + [anon_sym_where] = ACTIONS(910), + [anon_sym_STAR_STAR] = ACTIONS(922), + [anon_sym_PLUS_PLUS] = ACTIONS(922), + [anon_sym_SLASH] = ACTIONS(920), + [anon_sym_mod] = ACTIONS(920), + [anon_sym_SLASH_SLASH] = ACTIONS(920), + [anon_sym_PLUS] = ACTIONS(916), + [anon_sym_bit_DASHshl] = ACTIONS(924), + [anon_sym_bit_DASHshr] = ACTIONS(924), + [anon_sym_EQ_EQ] = ACTIONS(914), + [anon_sym_BANG_EQ] = ACTIONS(914), + [anon_sym_LT2] = ACTIONS(914), + [anon_sym_LT_EQ] = ACTIONS(914), + [anon_sym_GT_EQ] = ACTIONS(914), + [anon_sym_not_DASHin] = ACTIONS(918), + [anon_sym_starts_DASHwith] = ACTIONS(918), + [anon_sym_ends_DASHwith] = ACTIONS(918), + [anon_sym_EQ_TILDE] = ACTIONS(926), + [anon_sym_BANG_TILDE] = ACTIONS(926), + [anon_sym_bit_DASHand] = ACTIONS(928), + [anon_sym_bit_DASHxor] = ACTIONS(930), + [anon_sym_bit_DASHor] = ACTIONS(932), + [anon_sym_and] = ACTIONS(934), + [anon_sym_xor] = ACTIONS(936), + [anon_sym_or] = ACTIONS(938), + [anon_sym_not] = ACTIONS(910), + [anon_sym_DOT_DOT_LT] = ACTIONS(910), + [anon_sym_DOT_DOT] = ACTIONS(910), + [anon_sym_DOT_DOT_EQ] = ACTIONS(910), + [sym_val_nothing] = ACTIONS(910), + [anon_sym_true] = ACTIONS(910), + [anon_sym_false] = ACTIONS(910), + [aux_sym_val_number_token1] = ACTIONS(910), + [aux_sym_val_number_token2] = ACTIONS(910), + [aux_sym_val_number_token3] = ACTIONS(910), + [aux_sym_val_number_token4] = ACTIONS(910), + [anon_sym_inf] = ACTIONS(910), + [anon_sym_DASHinf] = ACTIONS(910), + [anon_sym_NaN] = ACTIONS(910), + [anon_sym_0b] = ACTIONS(910), + [anon_sym_0o] = ACTIONS(910), + [anon_sym_0x] = ACTIONS(910), + [sym_val_date] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(910), + [sym__str_single_quotes] = ACTIONS(910), + [sym__str_back_ticks] = ACTIONS(910), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(910), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(910), + [anon_sym_CARET] = ACTIONS(910), + [anon_sym_POUND] = ACTIONS(3), + }, + [361] = { + [sym__expression] = STATE(143), + [sym_expr_unary] = STATE(208), + [sym_expr_binary] = STATE(208), + [sym_expr_parenthesized] = STATE(207), + [sym_val_range] = STATE(208), + [sym__value] = STATE(208), + [sym_val_bool] = STATE(253), + [sym_val_variable] = STATE(253), + [sym__var] = STATE(133), + [sym_val_number] = STATE(3), + [sym_val_duration] = STATE(253), + [sym_val_filesize] = STATE(253), + [sym_val_binary] = STATE(253), + [sym_val_string] = STATE(253), + [sym__str_double_quotes] = STATE(214), + [sym_val_interpolated] = STATE(253), + [sym__inter_single_quotes] = STATE(229), + [sym__inter_double_quotes] = STATE(223), + [sym_val_list] = STATE(253), + [sym_val_record] = STATE(253), + [sym_val_table] = STATE(253), + [sym_val_closure] = STATE(253), + [sym__flag] = STATE(365), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(361), + [anon_sym_export] = ACTIONS(683), + [anon_sym_alias] = ACTIONS(683), + [anon_sym_let] = ACTIONS(683), + [anon_sym_let_DASHenv] = ACTIONS(683), + [anon_sym_mut] = ACTIONS(683), + [anon_sym_const] = ACTIONS(683), + [sym_cmd_identifier] = ACTIONS(683), + [anon_sym_SEMI] = ACTIONS(683), + [anon_sym_LF] = ACTIONS(685), + [anon_sym_def] = ACTIONS(683), + [anon_sym_def_DASHenv] = ACTIONS(683), + [anon_sym_export_DASHenv] = ACTIONS(683), + [anon_sym_extern] = ACTIONS(683), + [anon_sym_module] = ACTIONS(683), + [anon_sym_use] = ACTIONS(683), + [anon_sym_LBRACK] = ACTIONS(683), + [anon_sym_LPAREN] = ACTIONS(683), + [anon_sym_RPAREN] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(683), + [anon_sym_DOLLAR] = ACTIONS(683), + [anon_sym_error] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(683), + [anon_sym_break] = ACTIONS(683), + [anon_sym_continue] = ACTIONS(683), + [anon_sym_for] = ACTIONS(683), + [anon_sym_loop] = ACTIONS(683), + [anon_sym_while] = ACTIONS(683), + [anon_sym_do] = ACTIONS(683), + [anon_sym_if] = ACTIONS(683), + [anon_sym_match] = ACTIONS(683), + [anon_sym_LBRACE] = ACTIONS(683), + [anon_sym_RBRACE] = ACTIONS(683), + [anon_sym_try] = ACTIONS(683), + [anon_sym_return] = ACTIONS(683), + [anon_sym_source] = ACTIONS(683), + [anon_sym_source_DASHenv] = ACTIONS(683), + [anon_sym_register] = ACTIONS(683), + [anon_sym_hide] = ACTIONS(683), + [anon_sym_hide_DASHenv] = ACTIONS(683), + [anon_sym_overlay] = ACTIONS(683), + [anon_sym_where] = ACTIONS(683), + [anon_sym_not] = ACTIONS(683), + [anon_sym_DOT_DOT_LT] = ACTIONS(683), + [anon_sym_DOT_DOT] = ACTIONS(683), + [anon_sym_DOT_DOT_EQ] = ACTIONS(683), + [sym_val_nothing] = ACTIONS(683), + [anon_sym_true] = ACTIONS(683), + [anon_sym_false] = ACTIONS(683), + [aux_sym_val_number_token1] = ACTIONS(683), + [aux_sym_val_number_token2] = ACTIONS(683), + [aux_sym_val_number_token3] = ACTIONS(683), + [aux_sym_val_number_token4] = ACTIONS(683), + [anon_sym_inf] = ACTIONS(683), + [anon_sym_DASHinf] = ACTIONS(683), + [anon_sym_NaN] = ACTIONS(683), + [anon_sym_0b] = ACTIONS(683), + [anon_sym_0o] = ACTIONS(683), + [anon_sym_0x] = ACTIONS(683), + [sym_val_date] = ACTIONS(683), + [anon_sym_DQUOTE] = ACTIONS(683), + [sym__str_single_quotes] = ACTIONS(683), + [sym__str_back_ticks] = ACTIONS(683), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(683), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(683), + [anon_sym_CARET] = ACTIONS(683), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [362] = { + [sym__expression] = STATE(143), + [sym_expr_unary] = STATE(208), + [sym_expr_binary] = STATE(208), + [sym_expr_parenthesized] = STATE(207), + [sym_val_range] = STATE(208), + [sym__value] = STATE(208), + [sym_val_bool] = STATE(253), + [sym_val_variable] = STATE(253), + [sym__var] = STATE(133), + [sym_val_number] = STATE(3), + [sym_val_duration] = STATE(253), + [sym_val_filesize] = STATE(253), + [sym_val_binary] = STATE(253), + [sym_val_string] = STATE(253), + [sym__str_double_quotes] = STATE(214), + [sym_val_interpolated] = STATE(253), + [sym__inter_single_quotes] = STATE(229), + [sym__inter_double_quotes] = STATE(223), + [sym_val_list] = STATE(253), + [sym_val_record] = STATE(253), + [sym_val_table] = STATE(253), + [sym_val_closure] = STATE(253), + [sym__flag] = STATE(366), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(362), + [anon_sym_export] = ACTIONS(683), + [anon_sym_alias] = ACTIONS(683), + [anon_sym_let] = ACTIONS(683), + [anon_sym_let_DASHenv] = ACTIONS(683), + [anon_sym_mut] = ACTIONS(683), + [anon_sym_const] = ACTIONS(683), + [sym_cmd_identifier] = ACTIONS(683), + [anon_sym_SEMI] = ACTIONS(683), + [anon_sym_LF] = ACTIONS(685), + [anon_sym_def] = ACTIONS(683), + [anon_sym_def_DASHenv] = ACTIONS(683), + [anon_sym_export_DASHenv] = ACTIONS(683), + [anon_sym_extern] = ACTIONS(683), + [anon_sym_module] = ACTIONS(683), + [anon_sym_use] = ACTIONS(683), + [anon_sym_LBRACK] = ACTIONS(683), + [anon_sym_LPAREN] = ACTIONS(683), + [anon_sym_RPAREN] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(683), + [anon_sym_DOLLAR] = ACTIONS(683), + [anon_sym_error] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(683), + [anon_sym_break] = ACTIONS(683), + [anon_sym_continue] = ACTIONS(683), + [anon_sym_for] = ACTIONS(683), + [anon_sym_loop] = ACTIONS(683), + [anon_sym_while] = ACTIONS(683), + [anon_sym_do] = ACTIONS(683), + [anon_sym_if] = ACTIONS(683), + [anon_sym_match] = ACTIONS(683), + [anon_sym_LBRACE] = ACTIONS(683), + [anon_sym_RBRACE] = ACTIONS(683), + [anon_sym_try] = ACTIONS(683), + [anon_sym_return] = ACTIONS(683), + [anon_sym_source] = ACTIONS(683), + [anon_sym_source_DASHenv] = ACTIONS(683), + [anon_sym_register] = ACTIONS(683), + [anon_sym_hide] = ACTIONS(683), + [anon_sym_hide_DASHenv] = ACTIONS(683), + [anon_sym_overlay] = ACTIONS(683), + [anon_sym_where] = ACTIONS(683), + [anon_sym_not] = ACTIONS(683), + [anon_sym_DOT_DOT_LT] = ACTIONS(683), + [anon_sym_DOT_DOT] = ACTIONS(683), + [anon_sym_DOT_DOT_EQ] = ACTIONS(683), + [sym_val_nothing] = ACTIONS(683), + [anon_sym_true] = ACTIONS(683), + [anon_sym_false] = ACTIONS(683), + [aux_sym_val_number_token1] = ACTIONS(683), + [aux_sym_val_number_token2] = ACTIONS(683), + [aux_sym_val_number_token3] = ACTIONS(683), + [aux_sym_val_number_token4] = ACTIONS(683), + [anon_sym_inf] = ACTIONS(683), + [anon_sym_DASHinf] = ACTIONS(683), + [anon_sym_NaN] = ACTIONS(683), + [anon_sym_0b] = ACTIONS(683), + [anon_sym_0o] = ACTIONS(683), + [anon_sym_0x] = ACTIONS(683), + [sym_val_date] = ACTIONS(683), + [anon_sym_DQUOTE] = ACTIONS(683), + [sym__str_single_quotes] = ACTIONS(683), + [sym__str_back_ticks] = ACTIONS(683), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(683), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(683), + [anon_sym_CARET] = ACTIONS(683), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [363] = { + [sym__expression] = STATE(164), + [sym_expr_unary] = STATE(208), + [sym_expr_binary] = STATE(208), + [sym_expr_parenthesized] = STATE(207), + [sym_val_range] = STATE(208), + [sym__value] = STATE(208), + [sym_val_bool] = STATE(253), + [sym_val_variable] = STATE(253), + [sym__var] = STATE(133), + [sym_val_number] = STATE(3), + [sym_val_duration] = STATE(253), + [sym_val_filesize] = STATE(253), + [sym_val_binary] = STATE(253), + [sym_val_string] = STATE(253), + [sym__str_double_quotes] = STATE(214), + [sym_val_interpolated] = STATE(253), + [sym__inter_single_quotes] = STATE(229), + [sym__inter_double_quotes] = STATE(223), + [sym_val_list] = STATE(253), + [sym_val_record] = STATE(253), + [sym_val_table] = STATE(253), + [sym_val_closure] = STATE(253), + [sym__flag] = STATE(563), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(363), + [anon_sym_export] = ACTIONS(627), + [anon_sym_alias] = ACTIONS(627), + [anon_sym_let] = ACTIONS(627), + [anon_sym_let_DASHenv] = ACTIONS(627), + [anon_sym_mut] = ACTIONS(627), + [anon_sym_const] = ACTIONS(627), + [sym_cmd_identifier] = ACTIONS(627), + [anon_sym_SEMI] = ACTIONS(627), + [anon_sym_LF] = ACTIONS(629), + [anon_sym_def] = ACTIONS(627), + [anon_sym_def_DASHenv] = ACTIONS(627), + [anon_sym_export_DASHenv] = ACTIONS(627), + [anon_sym_extern] = ACTIONS(627), + [anon_sym_module] = ACTIONS(627), + [anon_sym_use] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(627), + [anon_sym_LPAREN] = ACTIONS(627), + [anon_sym_RPAREN] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(627), + [anon_sym_DOLLAR] = ACTIONS(627), + [anon_sym_error] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(627), + [anon_sym_break] = ACTIONS(627), + [anon_sym_continue] = ACTIONS(627), + [anon_sym_for] = ACTIONS(627), + [anon_sym_loop] = ACTIONS(627), + [anon_sym_while] = ACTIONS(627), + [anon_sym_do] = ACTIONS(627), + [anon_sym_if] = ACTIONS(627), + [anon_sym_match] = ACTIONS(627), + [anon_sym_LBRACE] = ACTIONS(627), + [anon_sym_RBRACE] = ACTIONS(627), + [anon_sym_try] = ACTIONS(627), + [anon_sym_return] = ACTIONS(627), + [anon_sym_source] = ACTIONS(627), + [anon_sym_source_DASHenv] = ACTIONS(627), + [anon_sym_register] = ACTIONS(627), + [anon_sym_hide] = ACTIONS(627), + [anon_sym_hide_DASHenv] = ACTIONS(627), + [anon_sym_overlay] = ACTIONS(627), + [anon_sym_where] = ACTIONS(627), + [anon_sym_not] = ACTIONS(627), + [anon_sym_DOT_DOT_LT] = ACTIONS(627), + [anon_sym_DOT_DOT] = ACTIONS(627), + [anon_sym_DOT_DOT_EQ] = ACTIONS(627), + [sym_val_nothing] = ACTIONS(627), + [anon_sym_true] = ACTIONS(627), + [anon_sym_false] = ACTIONS(627), + [aux_sym_val_number_token1] = ACTIONS(627), + [aux_sym_val_number_token2] = ACTIONS(627), + [aux_sym_val_number_token3] = ACTIONS(627), + [aux_sym_val_number_token4] = ACTIONS(627), + [anon_sym_inf] = ACTIONS(627), + [anon_sym_DASHinf] = ACTIONS(627), + [anon_sym_NaN] = ACTIONS(627), + [anon_sym_0b] = ACTIONS(627), + [anon_sym_0o] = ACTIONS(627), + [anon_sym_0x] = ACTIONS(627), + [sym_val_date] = ACTIONS(627), + [anon_sym_DQUOTE] = ACTIONS(627), + [sym__str_single_quotes] = ACTIONS(627), + [sym__str_back_ticks] = ACTIONS(627), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(627), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(627), + [anon_sym_CARET] = ACTIONS(627), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [364] = { + [sym__expression] = STATE(164), + [sym_expr_unary] = STATE(208), + [sym_expr_binary] = STATE(208), + [sym_expr_parenthesized] = STATE(207), + [sym_val_range] = STATE(208), + [sym__value] = STATE(208), + [sym_val_bool] = STATE(253), + [sym_val_variable] = STATE(253), + [sym__var] = STATE(133), + [sym_val_number] = STATE(3), + [sym_val_duration] = STATE(253), + [sym_val_filesize] = STATE(253), + [sym_val_binary] = STATE(253), + [sym_val_string] = STATE(253), + [sym__str_double_quotes] = STATE(214), + [sym_val_interpolated] = STATE(253), + [sym__inter_single_quotes] = STATE(229), + [sym__inter_double_quotes] = STATE(223), + [sym_val_list] = STATE(253), + [sym_val_record] = STATE(253), + [sym_val_table] = STATE(253), + [sym_val_closure] = STATE(253), + [sym__flag] = STATE(367), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(364), + [anon_sym_export] = ACTIONS(627), + [anon_sym_alias] = ACTIONS(627), + [anon_sym_let] = ACTIONS(627), + [anon_sym_let_DASHenv] = ACTIONS(627), + [anon_sym_mut] = ACTIONS(627), + [anon_sym_const] = ACTIONS(627), + [sym_cmd_identifier] = ACTIONS(627), + [anon_sym_SEMI] = ACTIONS(627), + [anon_sym_LF] = ACTIONS(629), + [anon_sym_def] = ACTIONS(627), + [anon_sym_def_DASHenv] = ACTIONS(627), + [anon_sym_export_DASHenv] = ACTIONS(627), + [anon_sym_extern] = ACTIONS(627), + [anon_sym_module] = ACTIONS(627), + [anon_sym_use] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(627), + [anon_sym_LPAREN] = ACTIONS(627), + [anon_sym_RPAREN] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(627), + [anon_sym_DOLLAR] = ACTIONS(627), + [anon_sym_error] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(627), + [anon_sym_break] = ACTIONS(627), + [anon_sym_continue] = ACTIONS(627), + [anon_sym_for] = ACTIONS(627), + [anon_sym_loop] = ACTIONS(627), + [anon_sym_while] = ACTIONS(627), + [anon_sym_do] = ACTIONS(627), + [anon_sym_if] = ACTIONS(627), + [anon_sym_match] = ACTIONS(627), + [anon_sym_LBRACE] = ACTIONS(627), + [anon_sym_RBRACE] = ACTIONS(627), + [anon_sym_try] = ACTIONS(627), + [anon_sym_return] = ACTIONS(627), + [anon_sym_source] = ACTIONS(627), + [anon_sym_source_DASHenv] = ACTIONS(627), + [anon_sym_register] = ACTIONS(627), + [anon_sym_hide] = ACTIONS(627), + [anon_sym_hide_DASHenv] = ACTIONS(627), + [anon_sym_overlay] = ACTIONS(627), + [anon_sym_where] = ACTIONS(627), + [anon_sym_not] = ACTIONS(627), + [anon_sym_DOT_DOT_LT] = ACTIONS(627), + [anon_sym_DOT_DOT] = ACTIONS(627), + [anon_sym_DOT_DOT_EQ] = ACTIONS(627), + [sym_val_nothing] = ACTIONS(627), + [anon_sym_true] = ACTIONS(627), + [anon_sym_false] = ACTIONS(627), + [aux_sym_val_number_token1] = ACTIONS(627), + [aux_sym_val_number_token2] = ACTIONS(627), + [aux_sym_val_number_token3] = ACTIONS(627), + [aux_sym_val_number_token4] = ACTIONS(627), + [anon_sym_inf] = ACTIONS(627), + [anon_sym_DASHinf] = ACTIONS(627), + [anon_sym_NaN] = ACTIONS(627), + [anon_sym_0b] = ACTIONS(627), + [anon_sym_0o] = ACTIONS(627), + [anon_sym_0x] = ACTIONS(627), + [sym_val_date] = ACTIONS(627), + [anon_sym_DQUOTE] = ACTIONS(627), + [sym__str_single_quotes] = ACTIONS(627), + [sym__str_back_ticks] = ACTIONS(627), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(627), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(627), + [anon_sym_CARET] = ACTIONS(627), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [365] = { + [sym__expression] = STATE(164), + [sym_expr_unary] = STATE(208), + [sym_expr_binary] = STATE(208), + [sym_expr_parenthesized] = STATE(207), + [sym_val_range] = STATE(208), + [sym__value] = STATE(208), + [sym_val_bool] = STATE(253), + [sym_val_variable] = STATE(253), + [sym__var] = STATE(133), + [sym_val_number] = STATE(3), + [sym_val_duration] = STATE(253), + [sym_val_filesize] = STATE(253), + [sym_val_binary] = STATE(253), + [sym_val_string] = STATE(253), + [sym__str_double_quotes] = STATE(214), + [sym_val_interpolated] = STATE(253), + [sym__inter_single_quotes] = STATE(229), + [sym__inter_double_quotes] = STATE(223), + [sym_val_list] = STATE(253), + [sym_val_record] = STATE(253), + [sym_val_table] = STATE(253), + [sym_val_closure] = STATE(253), + [sym__flag] = STATE(371), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(365), + [anon_sym_export] = ACTIONS(627), + [anon_sym_alias] = ACTIONS(627), + [anon_sym_let] = ACTIONS(627), + [anon_sym_let_DASHenv] = ACTIONS(627), + [anon_sym_mut] = ACTIONS(627), + [anon_sym_const] = ACTIONS(627), + [sym_cmd_identifier] = ACTIONS(627), + [anon_sym_SEMI] = ACTIONS(627), + [anon_sym_LF] = ACTIONS(629), + [anon_sym_def] = ACTIONS(627), + [anon_sym_def_DASHenv] = ACTIONS(627), + [anon_sym_export_DASHenv] = ACTIONS(627), + [anon_sym_extern] = ACTIONS(627), + [anon_sym_module] = ACTIONS(627), + [anon_sym_use] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(627), + [anon_sym_LPAREN] = ACTIONS(627), + [anon_sym_RPAREN] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(627), + [anon_sym_DOLLAR] = ACTIONS(627), + [anon_sym_error] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(627), + [anon_sym_break] = ACTIONS(627), + [anon_sym_continue] = ACTIONS(627), + [anon_sym_for] = ACTIONS(627), + [anon_sym_loop] = ACTIONS(627), + [anon_sym_while] = ACTIONS(627), + [anon_sym_do] = ACTIONS(627), + [anon_sym_if] = ACTIONS(627), + [anon_sym_match] = ACTIONS(627), + [anon_sym_LBRACE] = ACTIONS(627), + [anon_sym_RBRACE] = ACTIONS(627), + [anon_sym_try] = ACTIONS(627), + [anon_sym_return] = ACTIONS(627), + [anon_sym_source] = ACTIONS(627), + [anon_sym_source_DASHenv] = ACTIONS(627), + [anon_sym_register] = ACTIONS(627), + [anon_sym_hide] = ACTIONS(627), + [anon_sym_hide_DASHenv] = ACTIONS(627), + [anon_sym_overlay] = ACTIONS(627), + [anon_sym_where] = ACTIONS(627), + [anon_sym_not] = ACTIONS(627), + [anon_sym_DOT_DOT_LT] = ACTIONS(627), + [anon_sym_DOT_DOT] = ACTIONS(627), + [anon_sym_DOT_DOT_EQ] = ACTIONS(627), + [sym_val_nothing] = ACTIONS(627), + [anon_sym_true] = ACTIONS(627), + [anon_sym_false] = ACTIONS(627), + [aux_sym_val_number_token1] = ACTIONS(627), + [aux_sym_val_number_token2] = ACTIONS(627), + [aux_sym_val_number_token3] = ACTIONS(627), + [aux_sym_val_number_token4] = ACTIONS(627), + [anon_sym_inf] = ACTIONS(627), + [anon_sym_DASHinf] = ACTIONS(627), + [anon_sym_NaN] = ACTIONS(627), + [anon_sym_0b] = ACTIONS(627), + [anon_sym_0o] = ACTIONS(627), + [anon_sym_0x] = ACTIONS(627), + [sym_val_date] = ACTIONS(627), + [anon_sym_DQUOTE] = ACTIONS(627), + [sym__str_single_quotes] = ACTIONS(627), + [sym__str_back_ticks] = ACTIONS(627), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(627), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(627), + [anon_sym_CARET] = ACTIONS(627), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [366] = { + [sym__expression] = STATE(164), + [sym_expr_unary] = STATE(208), + [sym_expr_binary] = STATE(208), + [sym_expr_parenthesized] = STATE(207), + [sym_val_range] = STATE(208), + [sym__value] = STATE(208), + [sym_val_bool] = STATE(253), + [sym_val_variable] = STATE(253), + [sym__var] = STATE(133), + [sym_val_number] = STATE(3), + [sym_val_duration] = STATE(253), + [sym_val_filesize] = STATE(253), + [sym_val_binary] = STATE(253), + [sym_val_string] = STATE(253), + [sym__str_double_quotes] = STATE(214), + [sym_val_interpolated] = STATE(253), + [sym__inter_single_quotes] = STATE(229), + [sym__inter_double_quotes] = STATE(223), + [sym_val_list] = STATE(253), + [sym_val_record] = STATE(253), + [sym_val_table] = STATE(253), + [sym_val_closure] = STATE(253), + [sym__flag] = STATE(372), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(366), + [anon_sym_export] = ACTIONS(627), + [anon_sym_alias] = ACTIONS(627), + [anon_sym_let] = ACTIONS(627), + [anon_sym_let_DASHenv] = ACTIONS(627), + [anon_sym_mut] = ACTIONS(627), + [anon_sym_const] = ACTIONS(627), + [sym_cmd_identifier] = ACTIONS(627), + [anon_sym_SEMI] = ACTIONS(627), + [anon_sym_LF] = ACTIONS(629), + [anon_sym_def] = ACTIONS(627), + [anon_sym_def_DASHenv] = ACTIONS(627), + [anon_sym_export_DASHenv] = ACTIONS(627), + [anon_sym_extern] = ACTIONS(627), + [anon_sym_module] = ACTIONS(627), + [anon_sym_use] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(627), + [anon_sym_LPAREN] = ACTIONS(627), + [anon_sym_RPAREN] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(627), + [anon_sym_DOLLAR] = ACTIONS(627), + [anon_sym_error] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(627), + [anon_sym_break] = ACTIONS(627), + [anon_sym_continue] = ACTIONS(627), + [anon_sym_for] = ACTIONS(627), + [anon_sym_loop] = ACTIONS(627), + [anon_sym_while] = ACTIONS(627), + [anon_sym_do] = ACTIONS(627), + [anon_sym_if] = ACTIONS(627), + [anon_sym_match] = ACTIONS(627), + [anon_sym_LBRACE] = ACTIONS(627), + [anon_sym_RBRACE] = ACTIONS(627), + [anon_sym_try] = ACTIONS(627), + [anon_sym_return] = ACTIONS(627), + [anon_sym_source] = ACTIONS(627), + [anon_sym_source_DASHenv] = ACTIONS(627), + [anon_sym_register] = ACTIONS(627), + [anon_sym_hide] = ACTIONS(627), + [anon_sym_hide_DASHenv] = ACTIONS(627), + [anon_sym_overlay] = ACTIONS(627), + [anon_sym_where] = ACTIONS(627), + [anon_sym_not] = ACTIONS(627), + [anon_sym_DOT_DOT_LT] = ACTIONS(627), + [anon_sym_DOT_DOT] = ACTIONS(627), + [anon_sym_DOT_DOT_EQ] = ACTIONS(627), + [sym_val_nothing] = ACTIONS(627), + [anon_sym_true] = ACTIONS(627), + [anon_sym_false] = ACTIONS(627), + [aux_sym_val_number_token1] = ACTIONS(627), + [aux_sym_val_number_token2] = ACTIONS(627), + [aux_sym_val_number_token3] = ACTIONS(627), + [aux_sym_val_number_token4] = ACTIONS(627), + [anon_sym_inf] = ACTIONS(627), + [anon_sym_DASHinf] = ACTIONS(627), + [anon_sym_NaN] = ACTIONS(627), + [anon_sym_0b] = ACTIONS(627), + [anon_sym_0o] = ACTIONS(627), + [anon_sym_0x] = ACTIONS(627), + [sym_val_date] = ACTIONS(627), + [anon_sym_DQUOTE] = ACTIONS(627), + [sym__str_single_quotes] = ACTIONS(627), + [sym__str_back_ticks] = ACTIONS(627), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(627), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(627), + [anon_sym_CARET] = ACTIONS(627), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [367] = { + [sym__expression] = STATE(162), + [sym_expr_unary] = STATE(208), + [sym_expr_binary] = STATE(208), + [sym_expr_parenthesized] = STATE(207), + [sym_val_range] = STATE(208), + [sym__value] = STATE(208), + [sym_val_bool] = STATE(253), + [sym_val_variable] = STATE(253), + [sym__var] = STATE(133), + [sym_val_number] = STATE(3), + [sym_val_duration] = STATE(253), + [sym_val_filesize] = STATE(253), + [sym_val_binary] = STATE(253), + [sym_val_string] = STATE(253), + [sym__str_double_quotes] = STATE(214), + [sym_val_interpolated] = STATE(253), + [sym__inter_single_quotes] = STATE(229), + [sym__inter_double_quotes] = STATE(223), + [sym_val_list] = STATE(253), + [sym_val_record] = STATE(253), + [sym_val_table] = STATE(253), + [sym_val_closure] = STATE(253), + [sym__flag] = STATE(586), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(367), + [anon_sym_export] = ACTIONS(706), + [anon_sym_alias] = ACTIONS(706), + [anon_sym_let] = ACTIONS(706), + [anon_sym_let_DASHenv] = ACTIONS(706), + [anon_sym_mut] = ACTIONS(706), + [anon_sym_const] = ACTIONS(706), + [sym_cmd_identifier] = ACTIONS(706), + [anon_sym_SEMI] = ACTIONS(706), + [anon_sym_LF] = ACTIONS(708), + [anon_sym_def] = ACTIONS(706), + [anon_sym_def_DASHenv] = ACTIONS(706), + [anon_sym_export_DASHenv] = ACTIONS(706), + [anon_sym_extern] = ACTIONS(706), + [anon_sym_module] = ACTIONS(706), + [anon_sym_use] = ACTIONS(706), + [anon_sym_LBRACK] = ACTIONS(706), + [anon_sym_LPAREN] = ACTIONS(706), + [anon_sym_RPAREN] = ACTIONS(706), + [anon_sym_PIPE] = ACTIONS(706), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_error] = ACTIONS(706), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(706), + [anon_sym_break] = ACTIONS(706), + [anon_sym_continue] = ACTIONS(706), + [anon_sym_for] = ACTIONS(706), + [anon_sym_loop] = ACTIONS(706), + [anon_sym_while] = ACTIONS(706), + [anon_sym_do] = ACTIONS(706), + [anon_sym_if] = ACTIONS(706), + [anon_sym_match] = ACTIONS(706), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_RBRACE] = ACTIONS(706), + [anon_sym_try] = ACTIONS(706), + [anon_sym_return] = ACTIONS(706), + [anon_sym_source] = ACTIONS(706), + [anon_sym_source_DASHenv] = ACTIONS(706), + [anon_sym_register] = ACTIONS(706), + [anon_sym_hide] = ACTIONS(706), + [anon_sym_hide_DASHenv] = ACTIONS(706), + [anon_sym_overlay] = ACTIONS(706), + [anon_sym_where] = ACTIONS(706), + [anon_sym_not] = ACTIONS(706), + [anon_sym_DOT_DOT_LT] = ACTIONS(706), + [anon_sym_DOT_DOT] = ACTIONS(706), + [anon_sym_DOT_DOT_EQ] = ACTIONS(706), + [sym_val_nothing] = ACTIONS(706), + [anon_sym_true] = ACTIONS(706), + [anon_sym_false] = ACTIONS(706), + [aux_sym_val_number_token1] = ACTIONS(706), + [aux_sym_val_number_token2] = ACTIONS(706), + [aux_sym_val_number_token3] = ACTIONS(706), + [aux_sym_val_number_token4] = ACTIONS(706), + [anon_sym_inf] = ACTIONS(706), + [anon_sym_DASHinf] = ACTIONS(706), + [anon_sym_NaN] = ACTIONS(706), + [anon_sym_0b] = ACTIONS(706), + [anon_sym_0o] = ACTIONS(706), + [anon_sym_0x] = ACTIONS(706), + [sym_val_date] = ACTIONS(706), + [anon_sym_DQUOTE] = ACTIONS(706), + [sym__str_single_quotes] = ACTIONS(706), + [sym__str_back_ticks] = ACTIONS(706), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(706), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(706), + [anon_sym_CARET] = ACTIONS(706), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [368] = { + [sym__expression] = STATE(146), + [sym_expr_unary] = STATE(208), + [sym_expr_binary] = STATE(208), + [sym_expr_parenthesized] = STATE(207), + [sym_val_range] = STATE(208), + [sym__value] = STATE(208), + [sym_val_bool] = STATE(253), + [sym_val_variable] = STATE(253), + [sym__var] = STATE(133), + [sym_val_number] = STATE(3), + [sym_val_duration] = STATE(253), + [sym_val_filesize] = STATE(253), + [sym_val_binary] = STATE(253), + [sym_val_string] = STATE(253), + [sym__str_double_quotes] = STATE(214), + [sym_val_interpolated] = STATE(253), + [sym__inter_single_quotes] = STATE(229), + [sym__inter_double_quotes] = STATE(223), + [sym_val_list] = STATE(253), + [sym_val_record] = STATE(253), + [sym_val_table] = STATE(253), + [sym_val_closure] = STATE(253), + [sym__flag] = STATE(356), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(368), + [anon_sym_export] = ACTIONS(698), + [anon_sym_alias] = ACTIONS(698), + [anon_sym_let] = ACTIONS(698), + [anon_sym_let_DASHenv] = ACTIONS(698), + [anon_sym_mut] = ACTIONS(698), + [anon_sym_const] = ACTIONS(698), + [sym_cmd_identifier] = ACTIONS(698), + [anon_sym_SEMI] = ACTIONS(698), + [anon_sym_LF] = ACTIONS(700), + [anon_sym_def] = ACTIONS(698), + [anon_sym_def_DASHenv] = ACTIONS(698), + [anon_sym_export_DASHenv] = ACTIONS(698), + [anon_sym_extern] = ACTIONS(698), + [anon_sym_module] = ACTIONS(698), + [anon_sym_use] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(698), + [anon_sym_LPAREN] = ACTIONS(698), + [anon_sym_RPAREN] = ACTIONS(698), + [anon_sym_PIPE] = ACTIONS(698), + [anon_sym_DOLLAR] = ACTIONS(698), + [anon_sym_error] = ACTIONS(698), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(698), + [anon_sym_break] = ACTIONS(698), + [anon_sym_continue] = ACTIONS(698), + [anon_sym_for] = ACTIONS(698), + [anon_sym_loop] = ACTIONS(698), + [anon_sym_while] = ACTIONS(698), + [anon_sym_do] = ACTIONS(698), + [anon_sym_if] = ACTIONS(698), + [anon_sym_match] = ACTIONS(698), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_RBRACE] = ACTIONS(698), + [anon_sym_try] = ACTIONS(698), + [anon_sym_return] = ACTIONS(698), + [anon_sym_source] = ACTIONS(698), + [anon_sym_source_DASHenv] = ACTIONS(698), + [anon_sym_register] = ACTIONS(698), + [anon_sym_hide] = ACTIONS(698), + [anon_sym_hide_DASHenv] = ACTIONS(698), + [anon_sym_overlay] = ACTIONS(698), + [anon_sym_where] = ACTIONS(698), + [anon_sym_not] = ACTIONS(698), + [anon_sym_DOT_DOT_LT] = ACTIONS(698), + [anon_sym_DOT_DOT] = ACTIONS(698), + [anon_sym_DOT_DOT_EQ] = ACTIONS(698), + [sym_val_nothing] = ACTIONS(698), + [anon_sym_true] = ACTIONS(698), + [anon_sym_false] = ACTIONS(698), + [aux_sym_val_number_token1] = ACTIONS(698), + [aux_sym_val_number_token2] = ACTIONS(698), + [aux_sym_val_number_token3] = ACTIONS(698), + [aux_sym_val_number_token4] = ACTIONS(698), + [anon_sym_inf] = ACTIONS(698), + [anon_sym_DASHinf] = ACTIONS(698), + [anon_sym_NaN] = ACTIONS(698), + [anon_sym_0b] = ACTIONS(698), + [anon_sym_0o] = ACTIONS(698), + [anon_sym_0x] = ACTIONS(698), + [sym_val_date] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(698), + [sym__str_single_quotes] = ACTIONS(698), + [sym__str_back_ticks] = ACTIONS(698), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(698), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(698), + [anon_sym_CARET] = ACTIONS(698), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [369] = { + [sym__expression] = STATE(146), + [sym_expr_unary] = STATE(208), + [sym_expr_binary] = STATE(208), + [sym_expr_parenthesized] = STATE(207), + [sym_val_range] = STATE(208), + [sym__value] = STATE(208), + [sym_val_bool] = STATE(253), + [sym_val_variable] = STATE(253), + [sym__var] = STATE(133), + [sym_val_number] = STATE(3), + [sym_val_duration] = STATE(253), + [sym_val_filesize] = STATE(253), + [sym_val_binary] = STATE(253), + [sym_val_string] = STATE(253), + [sym__str_double_quotes] = STATE(214), + [sym_val_interpolated] = STATE(253), + [sym__inter_single_quotes] = STATE(229), + [sym__inter_double_quotes] = STATE(223), + [sym_val_list] = STATE(253), + [sym_val_record] = STATE(253), + [sym_val_table] = STATE(253), + [sym_val_closure] = STATE(253), + [sym__flag] = STATE(352), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(369), + [anon_sym_export] = ACTIONS(698), + [anon_sym_alias] = ACTIONS(698), + [anon_sym_let] = ACTIONS(698), + [anon_sym_let_DASHenv] = ACTIONS(698), + [anon_sym_mut] = ACTIONS(698), + [anon_sym_const] = ACTIONS(698), + [sym_cmd_identifier] = ACTIONS(698), + [anon_sym_SEMI] = ACTIONS(698), + [anon_sym_LF] = ACTIONS(700), + [anon_sym_def] = ACTIONS(698), + [anon_sym_def_DASHenv] = ACTIONS(698), + [anon_sym_export_DASHenv] = ACTIONS(698), + [anon_sym_extern] = ACTIONS(698), + [anon_sym_module] = ACTIONS(698), + [anon_sym_use] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(698), + [anon_sym_LPAREN] = ACTIONS(698), + [anon_sym_RPAREN] = ACTIONS(698), + [anon_sym_PIPE] = ACTIONS(698), + [anon_sym_DOLLAR] = ACTIONS(698), + [anon_sym_error] = ACTIONS(698), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(698), + [anon_sym_break] = ACTIONS(698), + [anon_sym_continue] = ACTIONS(698), + [anon_sym_for] = ACTIONS(698), + [anon_sym_loop] = ACTIONS(698), + [anon_sym_while] = ACTIONS(698), + [anon_sym_do] = ACTIONS(698), + [anon_sym_if] = ACTIONS(698), + [anon_sym_match] = ACTIONS(698), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_RBRACE] = ACTIONS(698), + [anon_sym_try] = ACTIONS(698), + [anon_sym_return] = ACTIONS(698), + [anon_sym_source] = ACTIONS(698), + [anon_sym_source_DASHenv] = ACTIONS(698), + [anon_sym_register] = ACTIONS(698), + [anon_sym_hide] = ACTIONS(698), + [anon_sym_hide_DASHenv] = ACTIONS(698), + [anon_sym_overlay] = ACTIONS(698), + [anon_sym_where] = ACTIONS(698), + [anon_sym_not] = ACTIONS(698), + [anon_sym_DOT_DOT_LT] = ACTIONS(698), + [anon_sym_DOT_DOT] = ACTIONS(698), + [anon_sym_DOT_DOT_EQ] = ACTIONS(698), + [sym_val_nothing] = ACTIONS(698), + [anon_sym_true] = ACTIONS(698), + [anon_sym_false] = ACTIONS(698), + [aux_sym_val_number_token1] = ACTIONS(698), + [aux_sym_val_number_token2] = ACTIONS(698), + [aux_sym_val_number_token3] = ACTIONS(698), + [aux_sym_val_number_token4] = ACTIONS(698), + [anon_sym_inf] = ACTIONS(698), + [anon_sym_DASHinf] = ACTIONS(698), + [anon_sym_NaN] = ACTIONS(698), + [anon_sym_0b] = ACTIONS(698), + [anon_sym_0o] = ACTIONS(698), + [anon_sym_0x] = ACTIONS(698), + [sym_val_date] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(698), + [sym__str_single_quotes] = ACTIONS(698), + [sym__str_back_ticks] = ACTIONS(698), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(698), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(698), + [anon_sym_CARET] = ACTIONS(698), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [370] = { + [sym__expression] = STATE(146), + [sym_expr_unary] = STATE(208), + [sym_expr_binary] = STATE(208), + [sym_expr_parenthesized] = STATE(207), + [sym_val_range] = STATE(208), + [sym__value] = STATE(208), + [sym_val_bool] = STATE(253), + [sym_val_variable] = STATE(253), + [sym__var] = STATE(133), + [sym_val_number] = STATE(3), + [sym_val_duration] = STATE(253), + [sym_val_filesize] = STATE(253), + [sym_val_binary] = STATE(253), + [sym_val_string] = STATE(253), + [sym__str_double_quotes] = STATE(214), + [sym_val_interpolated] = STATE(253), + [sym__inter_single_quotes] = STATE(229), + [sym__inter_double_quotes] = STATE(223), + [sym_val_list] = STATE(253), + [sym_val_record] = STATE(253), + [sym_val_table] = STATE(253), + [sym_val_closure] = STATE(253), + [sym__flag] = STATE(354), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(370), + [anon_sym_export] = ACTIONS(698), + [anon_sym_alias] = ACTIONS(698), + [anon_sym_let] = ACTIONS(698), + [anon_sym_let_DASHenv] = ACTIONS(698), + [anon_sym_mut] = ACTIONS(698), + [anon_sym_const] = ACTIONS(698), + [sym_cmd_identifier] = ACTIONS(698), + [anon_sym_SEMI] = ACTIONS(698), + [anon_sym_LF] = ACTIONS(700), + [anon_sym_def] = ACTIONS(698), + [anon_sym_def_DASHenv] = ACTIONS(698), + [anon_sym_export_DASHenv] = ACTIONS(698), + [anon_sym_extern] = ACTIONS(698), + [anon_sym_module] = ACTIONS(698), + [anon_sym_use] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(698), + [anon_sym_LPAREN] = ACTIONS(698), + [anon_sym_RPAREN] = ACTIONS(698), + [anon_sym_PIPE] = ACTIONS(698), + [anon_sym_DOLLAR] = ACTIONS(698), + [anon_sym_error] = ACTIONS(698), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(698), + [anon_sym_break] = ACTIONS(698), + [anon_sym_continue] = ACTIONS(698), + [anon_sym_for] = ACTIONS(698), + [anon_sym_loop] = ACTIONS(698), + [anon_sym_while] = ACTIONS(698), + [anon_sym_do] = ACTIONS(698), + [anon_sym_if] = ACTIONS(698), + [anon_sym_match] = ACTIONS(698), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_RBRACE] = ACTIONS(698), + [anon_sym_try] = ACTIONS(698), + [anon_sym_return] = ACTIONS(698), + [anon_sym_source] = ACTIONS(698), + [anon_sym_source_DASHenv] = ACTIONS(698), + [anon_sym_register] = ACTIONS(698), + [anon_sym_hide] = ACTIONS(698), + [anon_sym_hide_DASHenv] = ACTIONS(698), + [anon_sym_overlay] = ACTIONS(698), + [anon_sym_where] = ACTIONS(698), + [anon_sym_not] = ACTIONS(698), + [anon_sym_DOT_DOT_LT] = ACTIONS(698), + [anon_sym_DOT_DOT] = ACTIONS(698), + [anon_sym_DOT_DOT_EQ] = ACTIONS(698), + [sym_val_nothing] = ACTIONS(698), + [anon_sym_true] = ACTIONS(698), + [anon_sym_false] = ACTIONS(698), + [aux_sym_val_number_token1] = ACTIONS(698), + [aux_sym_val_number_token2] = ACTIONS(698), + [aux_sym_val_number_token3] = ACTIONS(698), + [aux_sym_val_number_token4] = ACTIONS(698), + [anon_sym_inf] = ACTIONS(698), + [anon_sym_DASHinf] = ACTIONS(698), + [anon_sym_NaN] = ACTIONS(698), + [anon_sym_0b] = ACTIONS(698), + [anon_sym_0o] = ACTIONS(698), + [anon_sym_0x] = ACTIONS(698), + [sym_val_date] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(698), + [sym__str_single_quotes] = ACTIONS(698), + [sym__str_back_ticks] = ACTIONS(698), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(698), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(698), + [anon_sym_CARET] = ACTIONS(698), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [371] = { + [sym__expression] = STATE(162), + [sym_expr_unary] = STATE(208), + [sym_expr_binary] = STATE(208), + [sym_expr_parenthesized] = STATE(207), + [sym_val_range] = STATE(208), + [sym__value] = STATE(208), + [sym_val_bool] = STATE(253), + [sym_val_variable] = STATE(253), + [sym__var] = STATE(133), + [sym_val_number] = STATE(3), + [sym_val_duration] = STATE(253), + [sym_val_filesize] = STATE(253), + [sym_val_binary] = STATE(253), + [sym_val_string] = STATE(253), + [sym__str_double_quotes] = STATE(214), + [sym_val_interpolated] = STATE(253), + [sym__inter_single_quotes] = STATE(229), + [sym__inter_double_quotes] = STATE(223), + [sym_val_list] = STATE(253), + [sym_val_record] = STATE(253), + [sym_val_table] = STATE(253), + [sym_val_closure] = STATE(253), + [sym__flag] = STATE(373), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(371), + [anon_sym_export] = ACTIONS(706), + [anon_sym_alias] = ACTIONS(706), + [anon_sym_let] = ACTIONS(706), + [anon_sym_let_DASHenv] = ACTIONS(706), + [anon_sym_mut] = ACTIONS(706), + [anon_sym_const] = ACTIONS(706), + [sym_cmd_identifier] = ACTIONS(706), + [anon_sym_SEMI] = ACTIONS(706), + [anon_sym_LF] = ACTIONS(708), + [anon_sym_def] = ACTIONS(706), + [anon_sym_def_DASHenv] = ACTIONS(706), + [anon_sym_export_DASHenv] = ACTIONS(706), + [anon_sym_extern] = ACTIONS(706), + [anon_sym_module] = ACTIONS(706), + [anon_sym_use] = ACTIONS(706), + [anon_sym_LBRACK] = ACTIONS(706), + [anon_sym_LPAREN] = ACTIONS(706), + [anon_sym_RPAREN] = ACTIONS(706), + [anon_sym_PIPE] = ACTIONS(706), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_error] = ACTIONS(706), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(706), + [anon_sym_break] = ACTIONS(706), + [anon_sym_continue] = ACTIONS(706), + [anon_sym_for] = ACTIONS(706), + [anon_sym_loop] = ACTIONS(706), + [anon_sym_while] = ACTIONS(706), + [anon_sym_do] = ACTIONS(706), + [anon_sym_if] = ACTIONS(706), + [anon_sym_match] = ACTIONS(706), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_RBRACE] = ACTIONS(706), + [anon_sym_try] = ACTIONS(706), + [anon_sym_return] = ACTIONS(706), + [anon_sym_source] = ACTIONS(706), + [anon_sym_source_DASHenv] = ACTIONS(706), + [anon_sym_register] = ACTIONS(706), + [anon_sym_hide] = ACTIONS(706), + [anon_sym_hide_DASHenv] = ACTIONS(706), + [anon_sym_overlay] = ACTIONS(706), + [anon_sym_where] = ACTIONS(706), + [anon_sym_not] = ACTIONS(706), + [anon_sym_DOT_DOT_LT] = ACTIONS(706), + [anon_sym_DOT_DOT] = ACTIONS(706), + [anon_sym_DOT_DOT_EQ] = ACTIONS(706), + [sym_val_nothing] = ACTIONS(706), + [anon_sym_true] = ACTIONS(706), + [anon_sym_false] = ACTIONS(706), + [aux_sym_val_number_token1] = ACTIONS(706), + [aux_sym_val_number_token2] = ACTIONS(706), + [aux_sym_val_number_token3] = ACTIONS(706), + [aux_sym_val_number_token4] = ACTIONS(706), + [anon_sym_inf] = ACTIONS(706), + [anon_sym_DASHinf] = ACTIONS(706), + [anon_sym_NaN] = ACTIONS(706), + [anon_sym_0b] = ACTIONS(706), + [anon_sym_0o] = ACTIONS(706), + [anon_sym_0x] = ACTIONS(706), + [sym_val_date] = ACTIONS(706), + [anon_sym_DQUOTE] = ACTIONS(706), + [sym__str_single_quotes] = ACTIONS(706), + [sym__str_back_ticks] = ACTIONS(706), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(706), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(706), + [anon_sym_CARET] = ACTIONS(706), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [372] = { + [sym__expression] = STATE(162), + [sym_expr_unary] = STATE(208), + [sym_expr_binary] = STATE(208), + [sym_expr_parenthesized] = STATE(207), + [sym_val_range] = STATE(208), + [sym__value] = STATE(208), + [sym_val_bool] = STATE(253), + [sym_val_variable] = STATE(253), + [sym__var] = STATE(133), + [sym_val_number] = STATE(3), + [sym_val_duration] = STATE(253), + [sym_val_filesize] = STATE(253), + [sym_val_binary] = STATE(253), + [sym_val_string] = STATE(253), + [sym__str_double_quotes] = STATE(214), + [sym_val_interpolated] = STATE(253), + [sym__inter_single_quotes] = STATE(229), + [sym__inter_double_quotes] = STATE(223), + [sym_val_list] = STATE(253), + [sym_val_record] = STATE(253), + [sym_val_table] = STATE(253), + [sym_val_closure] = STATE(253), + [sym__flag] = STATE(374), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(372), + [anon_sym_export] = ACTIONS(706), + [anon_sym_alias] = ACTIONS(706), + [anon_sym_let] = ACTIONS(706), + [anon_sym_let_DASHenv] = ACTIONS(706), + [anon_sym_mut] = ACTIONS(706), + [anon_sym_const] = ACTIONS(706), + [sym_cmd_identifier] = ACTIONS(706), + [anon_sym_SEMI] = ACTIONS(706), + [anon_sym_LF] = ACTIONS(708), + [anon_sym_def] = ACTIONS(706), + [anon_sym_def_DASHenv] = ACTIONS(706), + [anon_sym_export_DASHenv] = ACTIONS(706), + [anon_sym_extern] = ACTIONS(706), + [anon_sym_module] = ACTIONS(706), + [anon_sym_use] = ACTIONS(706), + [anon_sym_LBRACK] = ACTIONS(706), + [anon_sym_LPAREN] = ACTIONS(706), + [anon_sym_RPAREN] = ACTIONS(706), + [anon_sym_PIPE] = ACTIONS(706), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_error] = ACTIONS(706), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(706), + [anon_sym_break] = ACTIONS(706), + [anon_sym_continue] = ACTIONS(706), + [anon_sym_for] = ACTIONS(706), + [anon_sym_loop] = ACTIONS(706), + [anon_sym_while] = ACTIONS(706), + [anon_sym_do] = ACTIONS(706), + [anon_sym_if] = ACTIONS(706), + [anon_sym_match] = ACTIONS(706), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_RBRACE] = ACTIONS(706), + [anon_sym_try] = ACTIONS(706), + [anon_sym_return] = ACTIONS(706), + [anon_sym_source] = ACTIONS(706), + [anon_sym_source_DASHenv] = ACTIONS(706), + [anon_sym_register] = ACTIONS(706), + [anon_sym_hide] = ACTIONS(706), + [anon_sym_hide_DASHenv] = ACTIONS(706), + [anon_sym_overlay] = ACTIONS(706), + [anon_sym_where] = ACTIONS(706), + [anon_sym_not] = ACTIONS(706), + [anon_sym_DOT_DOT_LT] = ACTIONS(706), + [anon_sym_DOT_DOT] = ACTIONS(706), + [anon_sym_DOT_DOT_EQ] = ACTIONS(706), + [sym_val_nothing] = ACTIONS(706), + [anon_sym_true] = ACTIONS(706), + [anon_sym_false] = ACTIONS(706), + [aux_sym_val_number_token1] = ACTIONS(706), + [aux_sym_val_number_token2] = ACTIONS(706), + [aux_sym_val_number_token3] = ACTIONS(706), + [aux_sym_val_number_token4] = ACTIONS(706), + [anon_sym_inf] = ACTIONS(706), + [anon_sym_DASHinf] = ACTIONS(706), + [anon_sym_NaN] = ACTIONS(706), + [anon_sym_0b] = ACTIONS(706), + [anon_sym_0o] = ACTIONS(706), + [anon_sym_0x] = ACTIONS(706), + [sym_val_date] = ACTIONS(706), + [anon_sym_DQUOTE] = ACTIONS(706), + [sym__str_single_quotes] = ACTIONS(706), + [sym__str_back_ticks] = ACTIONS(706), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(706), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(706), + [anon_sym_CARET] = ACTIONS(706), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [373] = { + [sym__expression] = STATE(160), + [sym_expr_unary] = STATE(208), + [sym_expr_binary] = STATE(208), + [sym_expr_parenthesized] = STATE(207), + [sym_val_range] = STATE(208), + [sym__value] = STATE(208), + [sym_val_bool] = STATE(253), + [sym_val_variable] = STATE(253), + [sym__var] = STATE(133), + [sym_val_number] = STATE(3), + [sym_val_duration] = STATE(253), + [sym_val_filesize] = STATE(253), + [sym_val_binary] = STATE(253), + [sym_val_string] = STATE(253), + [sym__str_double_quotes] = STATE(214), + [sym_val_interpolated] = STATE(253), + [sym__inter_single_quotes] = STATE(229), + [sym__inter_double_quotes] = STATE(223), + [sym_val_list] = STATE(253), + [sym_val_record] = STATE(253), + [sym_val_table] = STATE(253), + [sym_val_closure] = STATE(253), + [sym__flag] = STATE(641), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(373), + [anon_sym_export] = ACTIONS(702), + [anon_sym_alias] = ACTIONS(702), + [anon_sym_let] = ACTIONS(702), + [anon_sym_let_DASHenv] = ACTIONS(702), + [anon_sym_mut] = ACTIONS(702), + [anon_sym_const] = ACTIONS(702), + [sym_cmd_identifier] = ACTIONS(702), + [anon_sym_SEMI] = ACTIONS(702), + [anon_sym_LF] = ACTIONS(704), + [anon_sym_def] = ACTIONS(702), + [anon_sym_def_DASHenv] = ACTIONS(702), + [anon_sym_export_DASHenv] = ACTIONS(702), + [anon_sym_extern] = ACTIONS(702), + [anon_sym_module] = ACTIONS(702), + [anon_sym_use] = ACTIONS(702), + [anon_sym_LBRACK] = ACTIONS(702), + [anon_sym_LPAREN] = ACTIONS(702), + [anon_sym_RPAREN] = ACTIONS(702), + [anon_sym_PIPE] = ACTIONS(702), + [anon_sym_DOLLAR] = ACTIONS(702), + [anon_sym_error] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_break] = ACTIONS(702), + [anon_sym_continue] = ACTIONS(702), + [anon_sym_for] = ACTIONS(702), + [anon_sym_loop] = ACTIONS(702), + [anon_sym_while] = ACTIONS(702), + [anon_sym_do] = ACTIONS(702), + [anon_sym_if] = ACTIONS(702), + [anon_sym_match] = ACTIONS(702), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_RBRACE] = ACTIONS(702), + [anon_sym_try] = ACTIONS(702), + [anon_sym_return] = ACTIONS(702), + [anon_sym_source] = ACTIONS(702), + [anon_sym_source_DASHenv] = ACTIONS(702), + [anon_sym_register] = ACTIONS(702), + [anon_sym_hide] = ACTIONS(702), + [anon_sym_hide_DASHenv] = ACTIONS(702), + [anon_sym_overlay] = ACTIONS(702), + [anon_sym_where] = ACTIONS(702), + [anon_sym_not] = ACTIONS(702), + [anon_sym_DOT_DOT_LT] = ACTIONS(702), + [anon_sym_DOT_DOT] = ACTIONS(702), + [anon_sym_DOT_DOT_EQ] = ACTIONS(702), + [sym_val_nothing] = ACTIONS(702), + [anon_sym_true] = ACTIONS(702), + [anon_sym_false] = ACTIONS(702), + [aux_sym_val_number_token1] = ACTIONS(702), + [aux_sym_val_number_token2] = ACTIONS(702), + [aux_sym_val_number_token3] = ACTIONS(702), + [aux_sym_val_number_token4] = ACTIONS(702), + [anon_sym_inf] = ACTIONS(702), + [anon_sym_DASHinf] = ACTIONS(702), + [anon_sym_NaN] = ACTIONS(702), + [anon_sym_0b] = ACTIONS(702), + [anon_sym_0o] = ACTIONS(702), + [anon_sym_0x] = ACTIONS(702), + [sym_val_date] = ACTIONS(702), + [anon_sym_DQUOTE] = ACTIONS(702), + [sym__str_single_quotes] = ACTIONS(702), + [sym__str_back_ticks] = ACTIONS(702), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(702), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(702), + [anon_sym_CARET] = ACTIONS(702), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [374] = { + [sym__expression] = STATE(160), + [sym_expr_unary] = STATE(208), + [sym_expr_binary] = STATE(208), + [sym_expr_parenthesized] = STATE(207), + [sym_val_range] = STATE(208), + [sym__value] = STATE(208), + [sym_val_bool] = STATE(253), + [sym_val_variable] = STATE(253), + [sym__var] = STATE(133), + [sym_val_number] = STATE(3), + [sym_val_duration] = STATE(253), + [sym_val_filesize] = STATE(253), + [sym_val_binary] = STATE(253), + [sym_val_string] = STATE(253), + [sym__str_double_quotes] = STATE(214), + [sym_val_interpolated] = STATE(253), + [sym__inter_single_quotes] = STATE(229), + [sym__inter_double_quotes] = STATE(223), + [sym_val_list] = STATE(253), + [sym_val_record] = STATE(253), + [sym_val_table] = STATE(253), + [sym_val_closure] = STATE(253), + [sym__flag] = STATE(375), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(374), + [anon_sym_export] = ACTIONS(702), + [anon_sym_alias] = ACTIONS(702), + [anon_sym_let] = ACTIONS(702), + [anon_sym_let_DASHenv] = ACTIONS(702), + [anon_sym_mut] = ACTIONS(702), + [anon_sym_const] = ACTIONS(702), + [sym_cmd_identifier] = ACTIONS(702), + [anon_sym_SEMI] = ACTIONS(702), + [anon_sym_LF] = ACTIONS(704), + [anon_sym_def] = ACTIONS(702), + [anon_sym_def_DASHenv] = ACTIONS(702), + [anon_sym_export_DASHenv] = ACTIONS(702), + [anon_sym_extern] = ACTIONS(702), + [anon_sym_module] = ACTIONS(702), + [anon_sym_use] = ACTIONS(702), + [anon_sym_LBRACK] = ACTIONS(702), + [anon_sym_LPAREN] = ACTIONS(702), + [anon_sym_RPAREN] = ACTIONS(702), + [anon_sym_PIPE] = ACTIONS(702), + [anon_sym_DOLLAR] = ACTIONS(702), + [anon_sym_error] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_break] = ACTIONS(702), + [anon_sym_continue] = ACTIONS(702), + [anon_sym_for] = ACTIONS(702), + [anon_sym_loop] = ACTIONS(702), + [anon_sym_while] = ACTIONS(702), + [anon_sym_do] = ACTIONS(702), + [anon_sym_if] = ACTIONS(702), + [anon_sym_match] = ACTIONS(702), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_RBRACE] = ACTIONS(702), + [anon_sym_try] = ACTIONS(702), + [anon_sym_return] = ACTIONS(702), + [anon_sym_source] = ACTIONS(702), + [anon_sym_source_DASHenv] = ACTIONS(702), + [anon_sym_register] = ACTIONS(702), + [anon_sym_hide] = ACTIONS(702), + [anon_sym_hide_DASHenv] = ACTIONS(702), + [anon_sym_overlay] = ACTIONS(702), + [anon_sym_where] = ACTIONS(702), + [anon_sym_not] = ACTIONS(702), + [anon_sym_DOT_DOT_LT] = ACTIONS(702), + [anon_sym_DOT_DOT] = ACTIONS(702), + [anon_sym_DOT_DOT_EQ] = ACTIONS(702), + [sym_val_nothing] = ACTIONS(702), + [anon_sym_true] = ACTIONS(702), + [anon_sym_false] = ACTIONS(702), + [aux_sym_val_number_token1] = ACTIONS(702), + [aux_sym_val_number_token2] = ACTIONS(702), + [aux_sym_val_number_token3] = ACTIONS(702), + [aux_sym_val_number_token4] = ACTIONS(702), + [anon_sym_inf] = ACTIONS(702), + [anon_sym_DASHinf] = ACTIONS(702), + [anon_sym_NaN] = ACTIONS(702), + [anon_sym_0b] = ACTIONS(702), + [anon_sym_0o] = ACTIONS(702), + [anon_sym_0x] = ACTIONS(702), + [sym_val_date] = ACTIONS(702), + [anon_sym_DQUOTE] = ACTIONS(702), + [sym__str_single_quotes] = ACTIONS(702), + [sym__str_back_ticks] = ACTIONS(702), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(702), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(702), + [anon_sym_CARET] = ACTIONS(702), + [sym_short_flag] = ACTIONS(659), [anon_sym_POUND] = ACTIONS(3), }, - [347] = { - [sym_comment] = STATE(347), + [375] = { + [sym__expression] = STATE(159), + [sym_expr_unary] = STATE(208), + [sym_expr_binary] = STATE(208), + [sym_expr_parenthesized] = STATE(207), + [sym_val_range] = STATE(208), + [sym__value] = STATE(208), + [sym_val_bool] = STATE(253), + [sym_val_variable] = STATE(253), + [sym__var] = STATE(133), + [sym_val_number] = STATE(3), + [sym_val_duration] = STATE(253), + [sym_val_filesize] = STATE(253), + [sym_val_binary] = STATE(253), + [sym_val_string] = STATE(253), + [sym__str_double_quotes] = STATE(214), + [sym_val_interpolated] = STATE(253), + [sym__inter_single_quotes] = STATE(229), + [sym__inter_double_quotes] = STATE(223), + [sym_val_list] = STATE(253), + [sym_val_record] = STATE(253), + [sym_val_table] = STATE(253), + [sym_val_closure] = STATE(253), + [sym__flag] = STATE(623), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(375), + [anon_sym_export] = ACTIONS(694), + [anon_sym_alias] = ACTIONS(694), + [anon_sym_let] = ACTIONS(694), + [anon_sym_let_DASHenv] = ACTIONS(694), + [anon_sym_mut] = ACTIONS(694), + [anon_sym_const] = ACTIONS(694), + [sym_cmd_identifier] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LF] = ACTIONS(696), + [anon_sym_def] = ACTIONS(694), + [anon_sym_def_DASHenv] = ACTIONS(694), + [anon_sym_export_DASHenv] = ACTIONS(694), + [anon_sym_extern] = ACTIONS(694), + [anon_sym_module] = ACTIONS(694), + [anon_sym_use] = ACTIONS(694), + [anon_sym_LBRACK] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_RPAREN] = ACTIONS(694), + [anon_sym_PIPE] = ACTIONS(694), + [anon_sym_DOLLAR] = ACTIONS(694), + [anon_sym_error] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_break] = ACTIONS(694), + [anon_sym_continue] = ACTIONS(694), + [anon_sym_for] = ACTIONS(694), + [anon_sym_loop] = ACTIONS(694), + [anon_sym_while] = ACTIONS(694), + [anon_sym_do] = ACTIONS(694), + [anon_sym_if] = ACTIONS(694), + [anon_sym_match] = ACTIONS(694), + [anon_sym_LBRACE] = ACTIONS(694), + [anon_sym_RBRACE] = ACTIONS(694), + [anon_sym_try] = ACTIONS(694), + [anon_sym_return] = ACTIONS(694), + [anon_sym_source] = ACTIONS(694), + [anon_sym_source_DASHenv] = ACTIONS(694), + [anon_sym_register] = ACTIONS(694), + [anon_sym_hide] = ACTIONS(694), + [anon_sym_hide_DASHenv] = ACTIONS(694), + [anon_sym_overlay] = ACTIONS(694), + [anon_sym_where] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_DOT_DOT_LT] = ACTIONS(694), + [anon_sym_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [sym_val_nothing] = ACTIONS(694), + [anon_sym_true] = ACTIONS(694), + [anon_sym_false] = ACTIONS(694), + [aux_sym_val_number_token1] = ACTIONS(694), + [aux_sym_val_number_token2] = ACTIONS(694), + [aux_sym_val_number_token3] = ACTIONS(694), + [aux_sym_val_number_token4] = ACTIONS(694), + [anon_sym_inf] = ACTIONS(694), + [anon_sym_DASHinf] = ACTIONS(694), + [anon_sym_NaN] = ACTIONS(694), + [anon_sym_0b] = ACTIONS(694), + [anon_sym_0o] = ACTIONS(694), + [anon_sym_0x] = ACTIONS(694), + [sym_val_date] = ACTIONS(694), + [anon_sym_DQUOTE] = ACTIONS(694), + [sym__str_single_quotes] = ACTIONS(694), + [sym__str_back_ticks] = ACTIONS(694), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(694), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [376] = { + [sym_comment] = STATE(376), + [ts_builtin_sym_end] = ACTIONS(783), [anon_sym_export] = ACTIONS(781), [anon_sym_alias] = ACTIONS(781), [anon_sym_let] = ACTIONS(781), @@ -80790,12 +83555,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(781), [anon_sym_LBRACK] = ACTIONS(781), [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), [anon_sym_PIPE] = ACTIONS(781), [anon_sym_DOLLAR] = ACTIONS(781), [anon_sym_error] = ACTIONS(781), [anon_sym_GT] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(886), + [anon_sym_DASH] = ACTIONS(781), [anon_sym_break] = ACTIONS(781), [anon_sym_continue] = ACTIONS(781), [anon_sym_for] = ACTIONS(781), @@ -80806,7 +83570,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(781), [anon_sym_match] = ACTIONS(781), [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), [anon_sym_try] = ACTIONS(781), [anon_sym_return] = ACTIONS(781), [anon_sym_source] = ACTIONS(781), @@ -80815,14 +83578,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hide] = ACTIONS(781), [anon_sym_hide_DASHenv] = ACTIONS(781), [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(890), + [anon_sym_STAR] = ACTIONS(781), [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(892), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_SLASH] = ACTIONS(890), - [anon_sym_mod] = ACTIONS(890), - [anon_sym_SLASH_SLASH] = ACTIONS(890), - [anon_sym_PLUS] = ACTIONS(886), + [anon_sym_STAR_STAR] = ACTIONS(781), + [anon_sym_PLUS_PLUS] = ACTIONS(781), + [anon_sym_SLASH] = ACTIONS(781), + [anon_sym_mod] = ACTIONS(781), + [anon_sym_SLASH_SLASH] = ACTIONS(781), + [anon_sym_PLUS] = ACTIONS(781), [anon_sym_bit_DASHshl] = ACTIONS(781), [anon_sym_bit_DASHshr] = ACTIONS(781), [anon_sym_EQ_EQ] = ACTIONS(781), @@ -80867,200 +83630,769 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(781), [anon_sym_POUND] = ACTIONS(3), }, - [348] = { - [sym_comment] = STATE(348), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(884), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(781), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(890), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(892), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_SLASH] = ACTIONS(890), - [anon_sym_mod] = ACTIONS(890), - [anon_sym_SLASH_SLASH] = ACTIONS(890), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_bit_DASHshl] = ACTIONS(894), - [anon_sym_bit_DASHshr] = ACTIONS(894), - [anon_sym_EQ_EQ] = ACTIONS(884), - [anon_sym_BANG_EQ] = ACTIONS(884), - [anon_sym_LT2] = ACTIONS(884), - [anon_sym_LT_EQ] = ACTIONS(884), - [anon_sym_GT_EQ] = ACTIONS(884), - [anon_sym_not_DASHin] = ACTIONS(781), - [anon_sym_starts_DASHwith] = ACTIONS(781), - [anon_sym_ends_DASHwith] = ACTIONS(781), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), + [377] = { + [sym_comment] = STATE(377), + [ts_builtin_sym_end] = ACTIONS(821), + [anon_sym_export] = ACTIONS(819), + [anon_sym_alias] = ACTIONS(819), + [anon_sym_let] = ACTIONS(819), + [anon_sym_let_DASHenv] = ACTIONS(819), + [anon_sym_mut] = ACTIONS(819), + [anon_sym_const] = ACTIONS(819), + [sym_cmd_identifier] = ACTIONS(819), + [anon_sym_SEMI] = ACTIONS(819), + [anon_sym_LF] = ACTIONS(821), + [anon_sym_def] = ACTIONS(819), + [anon_sym_def_DASHenv] = ACTIONS(819), + [anon_sym_export_DASHenv] = ACTIONS(819), + [anon_sym_extern] = ACTIONS(819), + [anon_sym_module] = ACTIONS(819), + [anon_sym_use] = ACTIONS(819), + [anon_sym_LBRACK] = ACTIONS(819), + [anon_sym_LPAREN] = ACTIONS(819), + [anon_sym_PIPE] = ACTIONS(819), + [anon_sym_DOLLAR] = ACTIONS(819), + [anon_sym_error] = ACTIONS(819), + [anon_sym_GT] = ACTIONS(819), + [anon_sym_DASH] = ACTIONS(819), + [anon_sym_break] = ACTIONS(819), + [anon_sym_continue] = ACTIONS(819), + [anon_sym_for] = ACTIONS(819), + [anon_sym_in] = ACTIONS(819), + [anon_sym_loop] = ACTIONS(819), + [anon_sym_while] = ACTIONS(819), + [anon_sym_do] = ACTIONS(819), + [anon_sym_if] = ACTIONS(819), + [anon_sym_match] = ACTIONS(819), + [anon_sym_LBRACE] = ACTIONS(819), + [anon_sym_try] = ACTIONS(819), + [anon_sym_return] = ACTIONS(819), + [anon_sym_source] = ACTIONS(819), + [anon_sym_source_DASHenv] = ACTIONS(819), + [anon_sym_register] = ACTIONS(819), + [anon_sym_hide] = ACTIONS(819), + [anon_sym_hide_DASHenv] = ACTIONS(819), + [anon_sym_overlay] = ACTIONS(819), + [anon_sym_STAR] = ACTIONS(819), + [anon_sym_where] = ACTIONS(819), + [anon_sym_STAR_STAR] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_SLASH] = ACTIONS(819), + [anon_sym_mod] = ACTIONS(819), + [anon_sym_SLASH_SLASH] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(819), + [anon_sym_bit_DASHshl] = ACTIONS(819), + [anon_sym_bit_DASHshr] = ACTIONS(819), + [anon_sym_EQ_EQ] = ACTIONS(819), + [anon_sym_BANG_EQ] = ACTIONS(819), + [anon_sym_LT2] = ACTIONS(819), + [anon_sym_LT_EQ] = ACTIONS(819), + [anon_sym_GT_EQ] = ACTIONS(819), + [anon_sym_not_DASHin] = ACTIONS(819), + [anon_sym_starts_DASHwith] = ACTIONS(819), + [anon_sym_ends_DASHwith] = ACTIONS(819), + [anon_sym_EQ_TILDE] = ACTIONS(819), + [anon_sym_BANG_TILDE] = ACTIONS(819), + [anon_sym_bit_DASHand] = ACTIONS(819), + [anon_sym_bit_DASHxor] = ACTIONS(819), + [anon_sym_bit_DASHor] = ACTIONS(819), + [anon_sym_and] = ACTIONS(819), + [anon_sym_xor] = ACTIONS(819), + [anon_sym_or] = ACTIONS(819), + [anon_sym_not] = ACTIONS(819), + [anon_sym_DOT_DOT_LT] = ACTIONS(819), + [anon_sym_DOT_DOT] = ACTIONS(819), + [anon_sym_DOT_DOT_EQ] = ACTIONS(819), + [sym_val_nothing] = ACTIONS(819), + [anon_sym_true] = ACTIONS(819), + [anon_sym_false] = ACTIONS(819), + [aux_sym_val_number_token1] = ACTIONS(819), + [aux_sym_val_number_token2] = ACTIONS(819), + [aux_sym_val_number_token3] = ACTIONS(819), + [aux_sym_val_number_token4] = ACTIONS(819), + [anon_sym_inf] = ACTIONS(819), + [anon_sym_DASHinf] = ACTIONS(819), + [anon_sym_NaN] = ACTIONS(819), + [anon_sym_0b] = ACTIONS(819), + [anon_sym_0o] = ACTIONS(819), + [anon_sym_0x] = ACTIONS(819), + [sym_val_date] = ACTIONS(819), + [anon_sym_DQUOTE] = ACTIONS(819), + [sym__str_single_quotes] = ACTIONS(819), + [sym__str_back_ticks] = ACTIONS(819), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(819), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(819), + [anon_sym_CARET] = ACTIONS(819), [anon_sym_POUND] = ACTIONS(3), }, - [349] = { - [sym_comment] = STATE(349), - [anon_sym_export] = ACTIONS(804), - [anon_sym_alias] = ACTIONS(804), - [anon_sym_let] = ACTIONS(804), - [anon_sym_let_DASHenv] = ACTIONS(804), - [anon_sym_mut] = ACTIONS(804), - [anon_sym_const] = ACTIONS(804), - [sym_cmd_identifier] = ACTIONS(804), - [anon_sym_SEMI] = ACTIONS(804), - [anon_sym_LF] = ACTIONS(806), - [anon_sym_def] = ACTIONS(804), - [anon_sym_def_DASHenv] = ACTIONS(804), - [anon_sym_export_DASHenv] = ACTIONS(804), - [anon_sym_extern] = ACTIONS(804), - [anon_sym_module] = ACTIONS(804), - [anon_sym_use] = ACTIONS(804), - [anon_sym_LBRACK] = ACTIONS(804), - [anon_sym_LPAREN] = ACTIONS(804), - [anon_sym_RPAREN] = ACTIONS(804), - [anon_sym_PIPE] = ACTIONS(804), - [anon_sym_DOLLAR] = ACTIONS(804), - [anon_sym_error] = ACTIONS(804), - [anon_sym_GT] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_break] = ACTIONS(804), - [anon_sym_continue] = ACTIONS(804), - [anon_sym_for] = ACTIONS(804), - [anon_sym_in] = ACTIONS(804), - [anon_sym_loop] = ACTIONS(804), - [anon_sym_while] = ACTIONS(804), - [anon_sym_do] = ACTIONS(804), - [anon_sym_if] = ACTIONS(804), - [anon_sym_match] = ACTIONS(804), - [anon_sym_LBRACE] = ACTIONS(804), - [anon_sym_RBRACE] = ACTIONS(804), - [anon_sym_try] = ACTIONS(804), - [anon_sym_return] = ACTIONS(804), - [anon_sym_source] = ACTIONS(804), - [anon_sym_source_DASHenv] = ACTIONS(804), - [anon_sym_register] = ACTIONS(804), - [anon_sym_hide] = ACTIONS(804), - [anon_sym_hide_DASHenv] = ACTIONS(804), - [anon_sym_overlay] = ACTIONS(804), - [anon_sym_STAR] = ACTIONS(804), - [anon_sym_where] = ACTIONS(804), - [anon_sym_STAR_STAR] = ACTIONS(804), - [anon_sym_PLUS_PLUS] = ACTIONS(804), - [anon_sym_SLASH] = ACTIONS(804), - [anon_sym_mod] = ACTIONS(804), - [anon_sym_SLASH_SLASH] = ACTIONS(804), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_bit_DASHshl] = ACTIONS(804), - [anon_sym_bit_DASHshr] = ACTIONS(804), - [anon_sym_EQ_EQ] = ACTIONS(804), - [anon_sym_BANG_EQ] = ACTIONS(804), - [anon_sym_LT2] = ACTIONS(804), - [anon_sym_LT_EQ] = ACTIONS(804), - [anon_sym_GT_EQ] = ACTIONS(804), - [anon_sym_not_DASHin] = ACTIONS(804), - [anon_sym_starts_DASHwith] = ACTIONS(804), - [anon_sym_ends_DASHwith] = ACTIONS(804), - [anon_sym_EQ_TILDE] = ACTIONS(804), - [anon_sym_BANG_TILDE] = ACTIONS(804), - [anon_sym_bit_DASHand] = ACTIONS(804), - [anon_sym_bit_DASHxor] = ACTIONS(804), - [anon_sym_bit_DASHor] = ACTIONS(804), - [anon_sym_and] = ACTIONS(804), - [anon_sym_xor] = ACTIONS(804), - [anon_sym_or] = ACTIONS(804), - [anon_sym_not] = ACTIONS(804), - [anon_sym_DOT_DOT_LT] = ACTIONS(804), - [anon_sym_DOT_DOT] = ACTIONS(804), - [anon_sym_DOT_DOT_EQ] = ACTIONS(804), - [sym_val_nothing] = ACTIONS(804), - [anon_sym_true] = ACTIONS(804), - [anon_sym_false] = ACTIONS(804), - [aux_sym_val_number_token1] = ACTIONS(804), - [aux_sym_val_number_token2] = ACTIONS(804), - [aux_sym_val_number_token3] = ACTIONS(804), - [aux_sym_val_number_token4] = ACTIONS(804), - [anon_sym_inf] = ACTIONS(804), - [anon_sym_DASHinf] = ACTIONS(804), - [anon_sym_NaN] = ACTIONS(804), - [anon_sym_0b] = ACTIONS(804), - [anon_sym_0o] = ACTIONS(804), - [anon_sym_0x] = ACTIONS(804), - [sym_val_date] = ACTIONS(804), - [anon_sym_DQUOTE] = ACTIONS(804), - [sym__str_single_quotes] = ACTIONS(804), - [sym__str_back_ticks] = ACTIONS(804), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(804), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(804), - [anon_sym_CARET] = ACTIONS(804), + [378] = { + [sym_comment] = STATE(378), + [ts_builtin_sym_end] = ACTIONS(767), + [anon_sym_export] = ACTIONS(765), + [anon_sym_alias] = ACTIONS(765), + [anon_sym_let] = ACTIONS(765), + [anon_sym_let_DASHenv] = ACTIONS(765), + [anon_sym_mut] = ACTIONS(765), + [anon_sym_const] = ACTIONS(765), + [sym_cmd_identifier] = ACTIONS(765), + [anon_sym_SEMI] = ACTIONS(765), + [anon_sym_LF] = ACTIONS(767), + [anon_sym_def] = ACTIONS(765), + [anon_sym_def_DASHenv] = ACTIONS(765), + [anon_sym_export_DASHenv] = ACTIONS(765), + [anon_sym_extern] = ACTIONS(765), + [anon_sym_module] = ACTIONS(765), + [anon_sym_use] = ACTIONS(765), + [anon_sym_LBRACK] = ACTIONS(765), + [anon_sym_LPAREN] = ACTIONS(765), + [anon_sym_PIPE] = ACTIONS(765), + [anon_sym_DOLLAR] = ACTIONS(765), + [anon_sym_error] = ACTIONS(765), + [anon_sym_GT] = ACTIONS(765), + [anon_sym_DASH] = ACTIONS(765), + [anon_sym_break] = ACTIONS(765), + [anon_sym_continue] = ACTIONS(765), + [anon_sym_for] = ACTIONS(765), + [anon_sym_in] = ACTIONS(765), + [anon_sym_loop] = ACTIONS(765), + [anon_sym_while] = ACTIONS(765), + [anon_sym_do] = ACTIONS(765), + [anon_sym_if] = ACTIONS(765), + [anon_sym_match] = ACTIONS(765), + [anon_sym_LBRACE] = ACTIONS(765), + [anon_sym_try] = ACTIONS(765), + [anon_sym_return] = ACTIONS(765), + [anon_sym_source] = ACTIONS(765), + [anon_sym_source_DASHenv] = ACTIONS(765), + [anon_sym_register] = ACTIONS(765), + [anon_sym_hide] = ACTIONS(765), + [anon_sym_hide_DASHenv] = ACTIONS(765), + [anon_sym_overlay] = ACTIONS(765), + [anon_sym_STAR] = ACTIONS(765), + [anon_sym_where] = ACTIONS(765), + [anon_sym_STAR_STAR] = ACTIONS(765), + [anon_sym_PLUS_PLUS] = ACTIONS(765), + [anon_sym_SLASH] = ACTIONS(765), + [anon_sym_mod] = ACTIONS(765), + [anon_sym_SLASH_SLASH] = ACTIONS(765), + [anon_sym_PLUS] = ACTIONS(765), + [anon_sym_bit_DASHshl] = ACTIONS(765), + [anon_sym_bit_DASHshr] = ACTIONS(765), + [anon_sym_EQ_EQ] = ACTIONS(765), + [anon_sym_BANG_EQ] = ACTIONS(765), + [anon_sym_LT2] = ACTIONS(765), + [anon_sym_LT_EQ] = ACTIONS(765), + [anon_sym_GT_EQ] = ACTIONS(765), + [anon_sym_not_DASHin] = ACTIONS(765), + [anon_sym_starts_DASHwith] = ACTIONS(765), + [anon_sym_ends_DASHwith] = ACTIONS(765), + [anon_sym_EQ_TILDE] = ACTIONS(765), + [anon_sym_BANG_TILDE] = ACTIONS(765), + [anon_sym_bit_DASHand] = ACTIONS(765), + [anon_sym_bit_DASHxor] = ACTIONS(765), + [anon_sym_bit_DASHor] = ACTIONS(765), + [anon_sym_and] = ACTIONS(765), + [anon_sym_xor] = ACTIONS(765), + [anon_sym_or] = ACTIONS(765), + [anon_sym_not] = ACTIONS(765), + [anon_sym_DOT_DOT_LT] = ACTIONS(765), + [anon_sym_DOT_DOT] = ACTIONS(765), + [anon_sym_DOT_DOT_EQ] = ACTIONS(765), + [sym_val_nothing] = ACTIONS(765), + [anon_sym_true] = ACTIONS(765), + [anon_sym_false] = ACTIONS(765), + [aux_sym_val_number_token1] = ACTIONS(765), + [aux_sym_val_number_token2] = ACTIONS(765), + [aux_sym_val_number_token3] = ACTIONS(765), + [aux_sym_val_number_token4] = ACTIONS(765), + [anon_sym_inf] = ACTIONS(765), + [anon_sym_DASHinf] = ACTIONS(765), + [anon_sym_NaN] = ACTIONS(765), + [anon_sym_0b] = ACTIONS(765), + [anon_sym_0o] = ACTIONS(765), + [anon_sym_0x] = ACTIONS(765), + [sym_val_date] = ACTIONS(765), + [anon_sym_DQUOTE] = ACTIONS(765), + [sym__str_single_quotes] = ACTIONS(765), + [sym__str_back_ticks] = ACTIONS(765), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(765), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(765), + [anon_sym_CARET] = ACTIONS(765), [anon_sym_POUND] = ACTIONS(3), }, - [350] = { - [sym_comment] = STATE(350), + [379] = { + [sym_ctrl_do] = STATE(750), + [sym_ctrl_if] = STATE(750), + [sym_ctrl_match] = STATE(750), + [sym_ctrl_try] = STATE(750), + [sym__expression] = STATE(345), + [sym_expr_unary] = STATE(319), + [sym_expr_binary] = STATE(319), + [sym_expr_parenthesized] = STATE(330), + [sym_val_range] = STATE(319), + [sym__value] = STATE(319), + [sym_val_bool] = STATE(337), + [sym_val_variable] = STATE(337), + [sym__var] = STATE(187), + [sym_val_number] = STATE(7), + [sym_val_duration] = STATE(337), + [sym_val_filesize] = STATE(337), + [sym_val_binary] = STATE(337), + [sym_val_string] = STATE(337), + [sym__str_double_quotes] = STATE(309), + [sym_val_interpolated] = STATE(337), + [sym__inter_single_quotes] = STATE(305), + [sym__inter_double_quotes] = STATE(331), + [sym_val_list] = STATE(337), + [sym_val_record] = STATE(337), + [sym_val_table] = STATE(337), + [sym_val_closure] = STATE(337), + [sym_comment] = STATE(379), + [anon_sym_export] = ACTIONS(940), + [anon_sym_alias] = ACTIONS(940), + [anon_sym_let] = ACTIONS(940), + [anon_sym_let_DASHenv] = ACTIONS(940), + [anon_sym_mut] = ACTIONS(940), + [anon_sym_const] = ACTIONS(940), + [sym_cmd_identifier] = ACTIONS(940), + [anon_sym_SEMI] = ACTIONS(940), + [anon_sym_LF] = ACTIONS(942), + [anon_sym_def] = ACTIONS(940), + [anon_sym_def_DASHenv] = ACTIONS(940), + [anon_sym_export_DASHenv] = ACTIONS(940), + [anon_sym_extern] = ACTIONS(940), + [anon_sym_module] = ACTIONS(940), + [anon_sym_use] = ACTIONS(940), + [anon_sym_LBRACK] = ACTIONS(944), + [anon_sym_LPAREN] = ACTIONS(850), + [anon_sym_RPAREN] = ACTIONS(940), + [anon_sym_PIPE] = ACTIONS(940), + [anon_sym_DOLLAR] = ACTIONS(946), + [anon_sym_error] = ACTIONS(940), + [anon_sym_DASH] = ACTIONS(948), + [anon_sym_break] = ACTIONS(940), + [anon_sym_continue] = ACTIONS(940), + [anon_sym_for] = ACTIONS(940), + [anon_sym_loop] = ACTIONS(940), + [anon_sym_while] = ACTIONS(940), + [anon_sym_do] = ACTIONS(213), + [anon_sym_if] = ACTIONS(215), + [anon_sym_match] = ACTIONS(217), + [anon_sym_LBRACE] = ACTIONS(950), + [anon_sym_RBRACE] = ACTIONS(940), + [anon_sym_try] = ACTIONS(223), + [anon_sym_return] = ACTIONS(940), + [anon_sym_source] = ACTIONS(940), + [anon_sym_source_DASHenv] = ACTIONS(940), + [anon_sym_register] = ACTIONS(940), + [anon_sym_hide] = ACTIONS(940), + [anon_sym_hide_DASHenv] = ACTIONS(940), + [anon_sym_overlay] = ACTIONS(940), + [anon_sym_where] = ACTIONS(940), + [anon_sym_not] = ACTIONS(952), + [anon_sym_DOT_DOT_LT] = ACTIONS(954), + [anon_sym_DOT_DOT] = ACTIONS(954), + [anon_sym_DOT_DOT_EQ] = ACTIONS(954), + [sym_val_nothing] = ACTIONS(956), + [anon_sym_true] = ACTIONS(958), + [anon_sym_false] = ACTIONS(958), + [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), + [anon_sym_inf] = ACTIONS(960), + [anon_sym_DASHinf] = ACTIONS(960), + [anon_sym_NaN] = ACTIONS(960), + [anon_sym_0b] = ACTIONS(962), + [anon_sym_0o] = ACTIONS(962), + [anon_sym_0x] = ACTIONS(962), + [sym_val_date] = ACTIONS(956), + [anon_sym_DQUOTE] = ACTIONS(964), + [sym__str_single_quotes] = ACTIONS(966), + [sym__str_back_ticks] = ACTIONS(966), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(968), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(970), + [anon_sym_CARET] = ACTIONS(940), + [anon_sym_POUND] = ACTIONS(3), + }, + [380] = { + [sym_comment] = STATE(380), + [ts_builtin_sym_end] = ACTIONS(876), + [anon_sym_export] = ACTIONS(874), + [anon_sym_alias] = ACTIONS(874), + [anon_sym_let] = ACTIONS(874), + [anon_sym_let_DASHenv] = ACTIONS(874), + [anon_sym_mut] = ACTIONS(874), + [anon_sym_const] = ACTIONS(874), + [sym_cmd_identifier] = ACTIONS(874), + [anon_sym_SEMI] = ACTIONS(874), + [anon_sym_LF] = ACTIONS(876), + [anon_sym_def] = ACTIONS(874), + [anon_sym_def_DASHenv] = ACTIONS(874), + [anon_sym_export_DASHenv] = ACTIONS(874), + [anon_sym_extern] = ACTIONS(874), + [anon_sym_module] = ACTIONS(874), + [anon_sym_use] = ACTIONS(874), + [anon_sym_LBRACK] = ACTIONS(874), + [anon_sym_LPAREN] = ACTIONS(874), + [anon_sym_PIPE] = ACTIONS(874), + [anon_sym_DOLLAR] = ACTIONS(874), + [anon_sym_error] = ACTIONS(874), + [anon_sym_GT] = ACTIONS(874), + [anon_sym_DASH] = ACTIONS(874), + [anon_sym_break] = ACTIONS(874), + [anon_sym_continue] = ACTIONS(874), + [anon_sym_for] = ACTIONS(874), + [anon_sym_in] = ACTIONS(874), + [anon_sym_loop] = ACTIONS(874), + [anon_sym_while] = ACTIONS(874), + [anon_sym_do] = ACTIONS(874), + [anon_sym_if] = ACTIONS(874), + [anon_sym_match] = ACTIONS(874), + [anon_sym_LBRACE] = ACTIONS(874), + [anon_sym_try] = ACTIONS(874), + [anon_sym_return] = ACTIONS(874), + [anon_sym_source] = ACTIONS(874), + [anon_sym_source_DASHenv] = ACTIONS(874), + [anon_sym_register] = ACTIONS(874), + [anon_sym_hide] = ACTIONS(874), + [anon_sym_hide_DASHenv] = ACTIONS(874), + [anon_sym_overlay] = ACTIONS(874), + [anon_sym_STAR] = ACTIONS(874), + [anon_sym_where] = ACTIONS(874), + [anon_sym_STAR_STAR] = ACTIONS(874), + [anon_sym_PLUS_PLUS] = ACTIONS(874), + [anon_sym_SLASH] = ACTIONS(874), + [anon_sym_mod] = ACTIONS(874), + [anon_sym_SLASH_SLASH] = ACTIONS(874), + [anon_sym_PLUS] = ACTIONS(874), + [anon_sym_bit_DASHshl] = ACTIONS(874), + [anon_sym_bit_DASHshr] = ACTIONS(874), + [anon_sym_EQ_EQ] = ACTIONS(874), + [anon_sym_BANG_EQ] = ACTIONS(874), + [anon_sym_LT2] = ACTIONS(874), + [anon_sym_LT_EQ] = ACTIONS(874), + [anon_sym_GT_EQ] = ACTIONS(874), + [anon_sym_not_DASHin] = ACTIONS(874), + [anon_sym_starts_DASHwith] = ACTIONS(874), + [anon_sym_ends_DASHwith] = ACTIONS(874), + [anon_sym_EQ_TILDE] = ACTIONS(874), + [anon_sym_BANG_TILDE] = ACTIONS(874), + [anon_sym_bit_DASHand] = ACTIONS(874), + [anon_sym_bit_DASHxor] = ACTIONS(874), + [anon_sym_bit_DASHor] = ACTIONS(874), + [anon_sym_and] = ACTIONS(874), + [anon_sym_xor] = ACTIONS(874), + [anon_sym_or] = ACTIONS(874), + [anon_sym_not] = ACTIONS(874), + [anon_sym_DOT_DOT_LT] = ACTIONS(874), + [anon_sym_DOT_DOT] = ACTIONS(874), + [anon_sym_DOT_DOT_EQ] = ACTIONS(874), + [sym_val_nothing] = ACTIONS(874), + [anon_sym_true] = ACTIONS(874), + [anon_sym_false] = ACTIONS(874), + [aux_sym_val_number_token1] = ACTIONS(874), + [aux_sym_val_number_token2] = ACTIONS(874), + [aux_sym_val_number_token3] = ACTIONS(874), + [aux_sym_val_number_token4] = ACTIONS(874), + [anon_sym_inf] = ACTIONS(874), + [anon_sym_DASHinf] = ACTIONS(874), + [anon_sym_NaN] = ACTIONS(874), + [anon_sym_0b] = ACTIONS(874), + [anon_sym_0o] = ACTIONS(874), + [anon_sym_0x] = ACTIONS(874), + [sym_val_date] = ACTIONS(874), + [anon_sym_DQUOTE] = ACTIONS(874), + [sym__str_single_quotes] = ACTIONS(874), + [sym__str_back_ticks] = ACTIONS(874), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(874), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(874), + [anon_sym_CARET] = ACTIONS(874), + [anon_sym_POUND] = ACTIONS(3), + }, + [381] = { + [sym_comment] = STATE(381), + [ts_builtin_sym_end] = ACTIONS(856), + [anon_sym_export] = ACTIONS(854), + [anon_sym_alias] = ACTIONS(854), + [anon_sym_let] = ACTIONS(854), + [anon_sym_let_DASHenv] = ACTIONS(854), + [anon_sym_mut] = ACTIONS(854), + [anon_sym_const] = ACTIONS(854), + [sym_cmd_identifier] = ACTIONS(854), + [anon_sym_SEMI] = ACTIONS(854), + [anon_sym_LF] = ACTIONS(856), + [anon_sym_def] = ACTIONS(854), + [anon_sym_def_DASHenv] = ACTIONS(854), + [anon_sym_export_DASHenv] = ACTIONS(854), + [anon_sym_extern] = ACTIONS(854), + [anon_sym_module] = ACTIONS(854), + [anon_sym_use] = ACTIONS(854), + [anon_sym_LBRACK] = ACTIONS(854), + [anon_sym_LPAREN] = ACTIONS(854), + [anon_sym_PIPE] = ACTIONS(854), + [anon_sym_DOLLAR] = ACTIONS(854), + [anon_sym_error] = ACTIONS(854), + [anon_sym_GT] = ACTIONS(854), + [anon_sym_DASH] = ACTIONS(854), + [anon_sym_break] = ACTIONS(854), + [anon_sym_continue] = ACTIONS(854), + [anon_sym_for] = ACTIONS(854), + [anon_sym_in] = ACTIONS(854), + [anon_sym_loop] = ACTIONS(854), + [anon_sym_while] = ACTIONS(854), + [anon_sym_do] = ACTIONS(854), + [anon_sym_if] = ACTIONS(854), + [anon_sym_match] = ACTIONS(854), + [anon_sym_LBRACE] = ACTIONS(854), + [anon_sym_try] = ACTIONS(854), + [anon_sym_return] = ACTIONS(854), + [anon_sym_source] = ACTIONS(854), + [anon_sym_source_DASHenv] = ACTIONS(854), + [anon_sym_register] = ACTIONS(854), + [anon_sym_hide] = ACTIONS(854), + [anon_sym_hide_DASHenv] = ACTIONS(854), + [anon_sym_overlay] = ACTIONS(854), + [anon_sym_STAR] = ACTIONS(854), + [anon_sym_where] = ACTIONS(854), + [anon_sym_STAR_STAR] = ACTIONS(854), + [anon_sym_PLUS_PLUS] = ACTIONS(854), + [anon_sym_SLASH] = ACTIONS(854), + [anon_sym_mod] = ACTIONS(854), + [anon_sym_SLASH_SLASH] = ACTIONS(854), + [anon_sym_PLUS] = ACTIONS(854), + [anon_sym_bit_DASHshl] = ACTIONS(854), + [anon_sym_bit_DASHshr] = ACTIONS(854), + [anon_sym_EQ_EQ] = ACTIONS(854), + [anon_sym_BANG_EQ] = ACTIONS(854), + [anon_sym_LT2] = ACTIONS(854), + [anon_sym_LT_EQ] = ACTIONS(854), + [anon_sym_GT_EQ] = ACTIONS(854), + [anon_sym_not_DASHin] = ACTIONS(854), + [anon_sym_starts_DASHwith] = ACTIONS(854), + [anon_sym_ends_DASHwith] = ACTIONS(854), + [anon_sym_EQ_TILDE] = ACTIONS(854), + [anon_sym_BANG_TILDE] = ACTIONS(854), + [anon_sym_bit_DASHand] = ACTIONS(854), + [anon_sym_bit_DASHxor] = ACTIONS(854), + [anon_sym_bit_DASHor] = ACTIONS(854), + [anon_sym_and] = ACTIONS(854), + [anon_sym_xor] = ACTIONS(854), + [anon_sym_or] = ACTIONS(854), + [anon_sym_not] = ACTIONS(854), + [anon_sym_DOT_DOT_LT] = ACTIONS(854), + [anon_sym_DOT_DOT] = ACTIONS(854), + [anon_sym_DOT_DOT_EQ] = ACTIONS(854), + [sym_val_nothing] = ACTIONS(854), + [anon_sym_true] = ACTIONS(854), + [anon_sym_false] = ACTIONS(854), + [aux_sym_val_number_token1] = ACTIONS(854), + [aux_sym_val_number_token2] = ACTIONS(854), + [aux_sym_val_number_token3] = ACTIONS(854), + [aux_sym_val_number_token4] = ACTIONS(854), + [anon_sym_inf] = ACTIONS(854), + [anon_sym_DASHinf] = ACTIONS(854), + [anon_sym_NaN] = ACTIONS(854), + [anon_sym_0b] = ACTIONS(854), + [anon_sym_0o] = ACTIONS(854), + [anon_sym_0x] = ACTIONS(854), + [sym_val_date] = ACTIONS(854), + [anon_sym_DQUOTE] = ACTIONS(854), + [sym__str_single_quotes] = ACTIONS(854), + [sym__str_back_ticks] = ACTIONS(854), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(854), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(854), + [anon_sym_CARET] = ACTIONS(854), + [anon_sym_POUND] = ACTIONS(3), + }, + [382] = { + [sym_comment] = STATE(382), + [ts_builtin_sym_end] = ACTIONS(836), + [anon_sym_export] = ACTIONS(834), + [anon_sym_alias] = ACTIONS(834), + [anon_sym_let] = ACTIONS(834), + [anon_sym_let_DASHenv] = ACTIONS(834), + [anon_sym_mut] = ACTIONS(834), + [anon_sym_const] = ACTIONS(834), + [sym_cmd_identifier] = ACTIONS(834), + [anon_sym_SEMI] = ACTIONS(834), + [anon_sym_LF] = ACTIONS(836), + [anon_sym_def] = ACTIONS(834), + [anon_sym_def_DASHenv] = ACTIONS(834), + [anon_sym_export_DASHenv] = ACTIONS(834), + [anon_sym_extern] = ACTIONS(834), + [anon_sym_module] = ACTIONS(834), + [anon_sym_use] = ACTIONS(834), + [anon_sym_LBRACK] = ACTIONS(834), + [anon_sym_LPAREN] = ACTIONS(834), + [anon_sym_PIPE] = ACTIONS(834), + [anon_sym_DOLLAR] = ACTIONS(834), + [anon_sym_error] = ACTIONS(834), + [anon_sym_GT] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_break] = ACTIONS(834), + [anon_sym_continue] = ACTIONS(834), + [anon_sym_for] = ACTIONS(834), + [anon_sym_in] = ACTIONS(834), + [anon_sym_loop] = ACTIONS(834), + [anon_sym_while] = ACTIONS(834), + [anon_sym_do] = ACTIONS(834), + [anon_sym_if] = ACTIONS(834), + [anon_sym_match] = ACTIONS(834), + [anon_sym_LBRACE] = ACTIONS(834), + [anon_sym_try] = ACTIONS(834), + [anon_sym_return] = ACTIONS(834), + [anon_sym_source] = ACTIONS(834), + [anon_sym_source_DASHenv] = ACTIONS(834), + [anon_sym_register] = ACTIONS(834), + [anon_sym_hide] = ACTIONS(834), + [anon_sym_hide_DASHenv] = ACTIONS(834), + [anon_sym_overlay] = ACTIONS(834), + [anon_sym_STAR] = ACTIONS(834), + [anon_sym_where] = ACTIONS(834), + [anon_sym_STAR_STAR] = ACTIONS(834), + [anon_sym_PLUS_PLUS] = ACTIONS(834), + [anon_sym_SLASH] = ACTIONS(834), + [anon_sym_mod] = ACTIONS(834), + [anon_sym_SLASH_SLASH] = ACTIONS(834), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_bit_DASHshl] = ACTIONS(834), + [anon_sym_bit_DASHshr] = ACTIONS(834), + [anon_sym_EQ_EQ] = ACTIONS(834), + [anon_sym_BANG_EQ] = ACTIONS(834), + [anon_sym_LT2] = ACTIONS(834), + [anon_sym_LT_EQ] = ACTIONS(834), + [anon_sym_GT_EQ] = ACTIONS(834), + [anon_sym_not_DASHin] = ACTIONS(834), + [anon_sym_starts_DASHwith] = ACTIONS(834), + [anon_sym_ends_DASHwith] = ACTIONS(834), + [anon_sym_EQ_TILDE] = ACTIONS(834), + [anon_sym_BANG_TILDE] = ACTIONS(834), + [anon_sym_bit_DASHand] = ACTIONS(834), + [anon_sym_bit_DASHxor] = ACTIONS(834), + [anon_sym_bit_DASHor] = ACTIONS(834), + [anon_sym_and] = ACTIONS(834), + [anon_sym_xor] = ACTIONS(834), + [anon_sym_or] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_DOT_DOT_LT] = ACTIONS(834), + [anon_sym_DOT_DOT] = ACTIONS(834), + [anon_sym_DOT_DOT_EQ] = ACTIONS(834), + [sym_val_nothing] = ACTIONS(834), + [anon_sym_true] = ACTIONS(834), + [anon_sym_false] = ACTIONS(834), + [aux_sym_val_number_token1] = ACTIONS(834), + [aux_sym_val_number_token2] = ACTIONS(834), + [aux_sym_val_number_token3] = ACTIONS(834), + [aux_sym_val_number_token4] = ACTIONS(834), + [anon_sym_inf] = ACTIONS(834), + [anon_sym_DASHinf] = ACTIONS(834), + [anon_sym_NaN] = ACTIONS(834), + [anon_sym_0b] = ACTIONS(834), + [anon_sym_0o] = ACTIONS(834), + [anon_sym_0x] = ACTIONS(834), + [sym_val_date] = ACTIONS(834), + [anon_sym_DQUOTE] = ACTIONS(834), + [sym__str_single_quotes] = ACTIONS(834), + [sym__str_back_ticks] = ACTIONS(834), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(834), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), + [anon_sym_POUND] = ACTIONS(3), + }, + [383] = { + [sym_comment] = STATE(383), + [ts_builtin_sym_end] = ACTIONS(787), + [anon_sym_export] = ACTIONS(785), + [anon_sym_alias] = ACTIONS(785), + [anon_sym_let] = ACTIONS(785), + [anon_sym_let_DASHenv] = ACTIONS(785), + [anon_sym_mut] = ACTIONS(785), + [anon_sym_const] = ACTIONS(785), + [sym_cmd_identifier] = ACTIONS(785), + [anon_sym_SEMI] = ACTIONS(785), + [anon_sym_LF] = ACTIONS(787), + [anon_sym_def] = ACTIONS(785), + [anon_sym_def_DASHenv] = ACTIONS(785), + [anon_sym_export_DASHenv] = ACTIONS(785), + [anon_sym_extern] = ACTIONS(785), + [anon_sym_module] = ACTIONS(785), + [anon_sym_use] = ACTIONS(785), + [anon_sym_LBRACK] = ACTIONS(785), + [anon_sym_LPAREN] = ACTIONS(785), + [anon_sym_PIPE] = ACTIONS(785), + [anon_sym_DOLLAR] = ACTIONS(785), + [anon_sym_error] = ACTIONS(785), + [anon_sym_GT] = ACTIONS(785), + [anon_sym_DASH] = ACTIONS(785), + [anon_sym_break] = ACTIONS(785), + [anon_sym_continue] = ACTIONS(785), + [anon_sym_for] = ACTIONS(785), + [anon_sym_in] = ACTIONS(785), + [anon_sym_loop] = ACTIONS(785), + [anon_sym_while] = ACTIONS(785), + [anon_sym_do] = ACTIONS(785), + [anon_sym_if] = ACTIONS(785), + [anon_sym_match] = ACTIONS(785), + [anon_sym_LBRACE] = ACTIONS(785), + [anon_sym_try] = ACTIONS(785), + [anon_sym_return] = ACTIONS(785), + [anon_sym_source] = ACTIONS(785), + [anon_sym_source_DASHenv] = ACTIONS(785), + [anon_sym_register] = ACTIONS(785), + [anon_sym_hide] = ACTIONS(785), + [anon_sym_hide_DASHenv] = ACTIONS(785), + [anon_sym_overlay] = ACTIONS(785), + [anon_sym_STAR] = ACTIONS(785), + [anon_sym_where] = ACTIONS(785), + [anon_sym_STAR_STAR] = ACTIONS(785), + [anon_sym_PLUS_PLUS] = ACTIONS(785), + [anon_sym_SLASH] = ACTIONS(785), + [anon_sym_mod] = ACTIONS(785), + [anon_sym_SLASH_SLASH] = ACTIONS(785), + [anon_sym_PLUS] = ACTIONS(785), + [anon_sym_bit_DASHshl] = ACTIONS(785), + [anon_sym_bit_DASHshr] = ACTIONS(785), + [anon_sym_EQ_EQ] = ACTIONS(785), + [anon_sym_BANG_EQ] = ACTIONS(785), + [anon_sym_LT2] = ACTIONS(785), + [anon_sym_LT_EQ] = ACTIONS(785), + [anon_sym_GT_EQ] = ACTIONS(785), + [anon_sym_not_DASHin] = ACTIONS(785), + [anon_sym_starts_DASHwith] = ACTIONS(785), + [anon_sym_ends_DASHwith] = ACTIONS(785), + [anon_sym_EQ_TILDE] = ACTIONS(785), + [anon_sym_BANG_TILDE] = ACTIONS(785), + [anon_sym_bit_DASHand] = ACTIONS(785), + [anon_sym_bit_DASHxor] = ACTIONS(785), + [anon_sym_bit_DASHor] = ACTIONS(785), + [anon_sym_and] = ACTIONS(785), + [anon_sym_xor] = ACTIONS(785), + [anon_sym_or] = ACTIONS(785), + [anon_sym_not] = ACTIONS(785), + [anon_sym_DOT_DOT_LT] = ACTIONS(785), + [anon_sym_DOT_DOT] = ACTIONS(785), + [anon_sym_DOT_DOT_EQ] = ACTIONS(785), + [sym_val_nothing] = ACTIONS(785), + [anon_sym_true] = ACTIONS(785), + [anon_sym_false] = ACTIONS(785), + [aux_sym_val_number_token1] = ACTIONS(785), + [aux_sym_val_number_token2] = ACTIONS(785), + [aux_sym_val_number_token3] = ACTIONS(785), + [aux_sym_val_number_token4] = ACTIONS(785), + [anon_sym_inf] = ACTIONS(785), + [anon_sym_DASHinf] = ACTIONS(785), + [anon_sym_NaN] = ACTIONS(785), + [anon_sym_0b] = ACTIONS(785), + [anon_sym_0o] = ACTIONS(785), + [anon_sym_0x] = ACTIONS(785), + [sym_val_date] = ACTIONS(785), + [anon_sym_DQUOTE] = ACTIONS(785), + [sym__str_single_quotes] = ACTIONS(785), + [sym__str_back_ticks] = ACTIONS(785), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(785), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(785), + [anon_sym_CARET] = ACTIONS(785), + [anon_sym_POUND] = ACTIONS(3), + }, + [384] = { + [sym_comment] = STATE(384), + [ts_builtin_sym_end] = ACTIONS(775), + [anon_sym_export] = ACTIONS(773), + [anon_sym_alias] = ACTIONS(773), + [anon_sym_let] = ACTIONS(773), + [anon_sym_let_DASHenv] = ACTIONS(773), + [anon_sym_mut] = ACTIONS(773), + [anon_sym_const] = ACTIONS(773), + [sym_cmd_identifier] = ACTIONS(773), + [anon_sym_SEMI] = ACTIONS(773), + [anon_sym_LF] = ACTIONS(775), + [anon_sym_def] = ACTIONS(773), + [anon_sym_def_DASHenv] = ACTIONS(773), + [anon_sym_export_DASHenv] = ACTIONS(773), + [anon_sym_extern] = ACTIONS(773), + [anon_sym_module] = ACTIONS(773), + [anon_sym_use] = ACTIONS(773), + [anon_sym_LBRACK] = ACTIONS(773), + [anon_sym_LPAREN] = ACTIONS(773), + [anon_sym_PIPE] = ACTIONS(773), + [anon_sym_DOLLAR] = ACTIONS(773), + [anon_sym_error] = ACTIONS(773), + [anon_sym_GT] = ACTIONS(773), + [anon_sym_DASH] = ACTIONS(773), + [anon_sym_break] = ACTIONS(773), + [anon_sym_continue] = ACTIONS(773), + [anon_sym_for] = ACTIONS(773), + [anon_sym_in] = ACTIONS(773), + [anon_sym_loop] = ACTIONS(773), + [anon_sym_while] = ACTIONS(773), + [anon_sym_do] = ACTIONS(773), + [anon_sym_if] = ACTIONS(773), + [anon_sym_match] = ACTIONS(773), + [anon_sym_LBRACE] = ACTIONS(773), + [anon_sym_try] = ACTIONS(773), + [anon_sym_return] = ACTIONS(773), + [anon_sym_source] = ACTIONS(773), + [anon_sym_source_DASHenv] = ACTIONS(773), + [anon_sym_register] = ACTIONS(773), + [anon_sym_hide] = ACTIONS(773), + [anon_sym_hide_DASHenv] = ACTIONS(773), + [anon_sym_overlay] = ACTIONS(773), + [anon_sym_STAR] = ACTIONS(773), + [anon_sym_where] = ACTIONS(773), + [anon_sym_STAR_STAR] = ACTIONS(773), + [anon_sym_PLUS_PLUS] = ACTIONS(773), + [anon_sym_SLASH] = ACTIONS(773), + [anon_sym_mod] = ACTIONS(773), + [anon_sym_SLASH_SLASH] = ACTIONS(773), + [anon_sym_PLUS] = ACTIONS(773), + [anon_sym_bit_DASHshl] = ACTIONS(773), + [anon_sym_bit_DASHshr] = ACTIONS(773), + [anon_sym_EQ_EQ] = ACTIONS(773), + [anon_sym_BANG_EQ] = ACTIONS(773), + [anon_sym_LT2] = ACTIONS(773), + [anon_sym_LT_EQ] = ACTIONS(773), + [anon_sym_GT_EQ] = ACTIONS(773), + [anon_sym_not_DASHin] = ACTIONS(773), + [anon_sym_starts_DASHwith] = ACTIONS(773), + [anon_sym_ends_DASHwith] = ACTIONS(773), + [anon_sym_EQ_TILDE] = ACTIONS(773), + [anon_sym_BANG_TILDE] = ACTIONS(773), + [anon_sym_bit_DASHand] = ACTIONS(773), + [anon_sym_bit_DASHxor] = ACTIONS(773), + [anon_sym_bit_DASHor] = ACTIONS(773), + [anon_sym_and] = ACTIONS(773), + [anon_sym_xor] = ACTIONS(773), + [anon_sym_or] = ACTIONS(773), + [anon_sym_not] = ACTIONS(773), + [anon_sym_DOT_DOT_LT] = ACTIONS(773), + [anon_sym_DOT_DOT] = ACTIONS(773), + [anon_sym_DOT_DOT_EQ] = ACTIONS(773), + [sym_val_nothing] = ACTIONS(773), + [anon_sym_true] = ACTIONS(773), + [anon_sym_false] = ACTIONS(773), + [aux_sym_val_number_token1] = ACTIONS(773), + [aux_sym_val_number_token2] = ACTIONS(773), + [aux_sym_val_number_token3] = ACTIONS(773), + [aux_sym_val_number_token4] = ACTIONS(773), + [anon_sym_inf] = ACTIONS(773), + [anon_sym_DASHinf] = ACTIONS(773), + [anon_sym_NaN] = ACTIONS(773), + [anon_sym_0b] = ACTIONS(773), + [anon_sym_0o] = ACTIONS(773), + [anon_sym_0x] = ACTIONS(773), + [sym_val_date] = ACTIONS(773), + [anon_sym_DQUOTE] = ACTIONS(773), + [sym__str_single_quotes] = ACTIONS(773), + [sym__str_back_ticks] = ACTIONS(773), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(773), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(773), + [anon_sym_CARET] = ACTIONS(773), + [anon_sym_POUND] = ACTIONS(3), + }, + [385] = { + [sym_comment] = STATE(385), + [ts_builtin_sym_end] = ACTIONS(868), [anon_sym_export] = ACTIONS(866), [anon_sym_alias] = ACTIONS(866), [anon_sym_let] = ACTIONS(866), @@ -81078,7 +84410,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(866), [anon_sym_LBRACK] = ACTIONS(866), [anon_sym_LPAREN] = ACTIONS(866), - [anon_sym_RPAREN] = ACTIONS(866), [anon_sym_PIPE] = ACTIONS(866), [anon_sym_DOLLAR] = ACTIONS(866), [anon_sym_error] = ACTIONS(866), @@ -81094,7 +84425,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(866), [anon_sym_match] = ACTIONS(866), [anon_sym_LBRACE] = ACTIONS(866), - [anon_sym_RBRACE] = ACTIONS(866), [anon_sym_try] = ACTIONS(866), [anon_sym_return] = ACTIONS(866), [anon_sym_source] = ACTIONS(866), @@ -81155,431 +84485,1571 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(866), [anon_sym_POUND] = ACTIONS(3), }, - [351] = { - [sym_comment] = STATE(351), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(916), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(918), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(920), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(922), - [anon_sym_PLUS_PLUS] = ACTIONS(922), - [anon_sym_SLASH] = ACTIONS(920), - [anon_sym_mod] = ACTIONS(920), - [anon_sym_SLASH_SLASH] = ACTIONS(920), - [anon_sym_PLUS] = ACTIONS(916), - [anon_sym_bit_DASHshl] = ACTIONS(924), - [anon_sym_bit_DASHshr] = ACTIONS(924), - [anon_sym_EQ_EQ] = ACTIONS(914), - [anon_sym_BANG_EQ] = ACTIONS(914), - [anon_sym_LT2] = ACTIONS(914), - [anon_sym_LT_EQ] = ACTIONS(914), - [anon_sym_GT_EQ] = ACTIONS(914), - [anon_sym_not_DASHin] = ACTIONS(918), - [anon_sym_starts_DASHwith] = ACTIONS(918), - [anon_sym_ends_DASHwith] = ACTIONS(918), - [anon_sym_EQ_TILDE] = ACTIONS(926), - [anon_sym_BANG_TILDE] = ACTIONS(926), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), + [386] = { + [sym_comment] = STATE(386), + [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), + [sym_cmd_identifier] = ACTIONS(972), + [anon_sym_SEMI] = ACTIONS(972), + [anon_sym_LF] = ACTIONS(974), + [anon_sym_def] = ACTIONS(972), + [anon_sym_def_DASHenv] = 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_LBRACK] = ACTIONS(972), + [anon_sym_LPAREN] = ACTIONS(972), + [anon_sym_RPAREN] = ACTIONS(972), + [anon_sym_DOLLAR] = ACTIONS(972), + [anon_sym_error] = ACTIONS(972), + [anon_sym_GT] = ACTIONS(884), + [anon_sym_DASH] = ACTIONS(886), + [anon_sym_break] = ACTIONS(972), + [anon_sym_continue] = ACTIONS(972), + [anon_sym_for] = ACTIONS(972), + [anon_sym_in] = ACTIONS(888), + [anon_sym_loop] = ACTIONS(972), + [anon_sym_while] = ACTIONS(972), + [anon_sym_do] = ACTIONS(972), + [anon_sym_if] = ACTIONS(972), + [anon_sym_match] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(972), + [anon_sym_RBRACE] = ACTIONS(972), + [anon_sym_try] = 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_STAR] = ACTIONS(890), + [anon_sym_where] = ACTIONS(972), + [anon_sym_STAR_STAR] = ACTIONS(892), + [anon_sym_PLUS_PLUS] = ACTIONS(892), + [anon_sym_SLASH] = ACTIONS(890), + [anon_sym_mod] = ACTIONS(890), + [anon_sym_SLASH_SLASH] = ACTIONS(890), + [anon_sym_PLUS] = ACTIONS(886), + [anon_sym_bit_DASHshl] = ACTIONS(894), + [anon_sym_bit_DASHshr] = ACTIONS(894), + [anon_sym_EQ_EQ] = ACTIONS(884), + [anon_sym_BANG_EQ] = ACTIONS(884), + [anon_sym_LT2] = ACTIONS(884), + [anon_sym_LT_EQ] = ACTIONS(884), + [anon_sym_GT_EQ] = ACTIONS(884), + [anon_sym_not_DASHin] = ACTIONS(888), + [anon_sym_starts_DASHwith] = ACTIONS(888), + [anon_sym_ends_DASHwith] = ACTIONS(888), + [anon_sym_EQ_TILDE] = ACTIONS(896), + [anon_sym_BANG_TILDE] = ACTIONS(896), + [anon_sym_bit_DASHand] = ACTIONS(898), + [anon_sym_bit_DASHxor] = ACTIONS(900), + [anon_sym_bit_DASHor] = ACTIONS(902), + [anon_sym_and] = ACTIONS(904), + [anon_sym_xor] = ACTIONS(906), + [anon_sym_or] = ACTIONS(908), + [anon_sym_not] = ACTIONS(972), + [anon_sym_DOT_DOT_LT] = ACTIONS(972), + [anon_sym_DOT_DOT] = ACTIONS(972), + [anon_sym_DOT_DOT_EQ] = ACTIONS(972), + [sym_val_nothing] = ACTIONS(972), + [anon_sym_true] = ACTIONS(972), + [anon_sym_false] = 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), + [anon_sym_inf] = ACTIONS(972), + [anon_sym_DASHinf] = ACTIONS(972), + [anon_sym_NaN] = ACTIONS(972), + [anon_sym_0b] = ACTIONS(972), + [anon_sym_0o] = ACTIONS(972), + [anon_sym_0x] = ACTIONS(972), + [sym_val_date] = ACTIONS(972), + [anon_sym_DQUOTE] = ACTIONS(972), + [sym__str_single_quotes] = ACTIONS(972), + [sym__str_back_ticks] = ACTIONS(972), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(972), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(972), + [anon_sym_CARET] = ACTIONS(972), + [anon_sym_POUND] = ACTIONS(3), + }, + [387] = { + [sym_comment] = STATE(387), + [ts_builtin_sym_end] = ACTIONS(807), + [anon_sym_export] = ACTIONS(805), + [anon_sym_alias] = ACTIONS(805), + [anon_sym_let] = ACTIONS(805), + [anon_sym_let_DASHenv] = ACTIONS(805), + [anon_sym_mut] = ACTIONS(805), + [anon_sym_const] = ACTIONS(805), + [sym_cmd_identifier] = ACTIONS(805), + [anon_sym_SEMI] = ACTIONS(805), + [anon_sym_LF] = ACTIONS(807), + [anon_sym_def] = ACTIONS(805), + [anon_sym_def_DASHenv] = ACTIONS(805), + [anon_sym_export_DASHenv] = ACTIONS(805), + [anon_sym_extern] = ACTIONS(805), + [anon_sym_module] = ACTIONS(805), + [anon_sym_use] = ACTIONS(805), + [anon_sym_LBRACK] = ACTIONS(805), + [anon_sym_LPAREN] = ACTIONS(805), + [anon_sym_PIPE] = ACTIONS(805), + [anon_sym_DOLLAR] = ACTIONS(805), + [anon_sym_error] = ACTIONS(805), + [anon_sym_GT] = ACTIONS(805), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_break] = ACTIONS(805), + [anon_sym_continue] = ACTIONS(805), + [anon_sym_for] = ACTIONS(805), + [anon_sym_in] = ACTIONS(805), + [anon_sym_loop] = ACTIONS(805), + [anon_sym_while] = ACTIONS(805), + [anon_sym_do] = ACTIONS(805), + [anon_sym_if] = ACTIONS(805), + [anon_sym_match] = ACTIONS(805), + [anon_sym_LBRACE] = ACTIONS(805), + [anon_sym_try] = ACTIONS(805), + [anon_sym_return] = ACTIONS(805), + [anon_sym_source] = ACTIONS(805), + [anon_sym_source_DASHenv] = ACTIONS(805), + [anon_sym_register] = ACTIONS(805), + [anon_sym_hide] = ACTIONS(805), + [anon_sym_hide_DASHenv] = ACTIONS(805), + [anon_sym_overlay] = ACTIONS(805), + [anon_sym_STAR] = ACTIONS(805), + [anon_sym_where] = ACTIONS(805), + [anon_sym_STAR_STAR] = ACTIONS(805), + [anon_sym_PLUS_PLUS] = ACTIONS(805), + [anon_sym_SLASH] = ACTIONS(805), + [anon_sym_mod] = ACTIONS(805), + [anon_sym_SLASH_SLASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_bit_DASHshl] = ACTIONS(805), + [anon_sym_bit_DASHshr] = ACTIONS(805), + [anon_sym_EQ_EQ] = ACTIONS(805), + [anon_sym_BANG_EQ] = ACTIONS(805), + [anon_sym_LT2] = ACTIONS(805), + [anon_sym_LT_EQ] = ACTIONS(805), + [anon_sym_GT_EQ] = ACTIONS(805), + [anon_sym_not_DASHin] = ACTIONS(805), + [anon_sym_starts_DASHwith] = ACTIONS(805), + [anon_sym_ends_DASHwith] = ACTIONS(805), + [anon_sym_EQ_TILDE] = ACTIONS(805), + [anon_sym_BANG_TILDE] = ACTIONS(805), + [anon_sym_bit_DASHand] = ACTIONS(805), + [anon_sym_bit_DASHxor] = ACTIONS(805), + [anon_sym_bit_DASHor] = ACTIONS(805), + [anon_sym_and] = ACTIONS(805), + [anon_sym_xor] = ACTIONS(805), + [anon_sym_or] = ACTIONS(805), + [anon_sym_not] = ACTIONS(805), + [anon_sym_DOT_DOT_LT] = ACTIONS(805), + [anon_sym_DOT_DOT] = ACTIONS(805), + [anon_sym_DOT_DOT_EQ] = ACTIONS(805), + [sym_val_nothing] = ACTIONS(805), + [anon_sym_true] = ACTIONS(805), + [anon_sym_false] = ACTIONS(805), + [aux_sym_val_number_token1] = ACTIONS(805), + [aux_sym_val_number_token2] = ACTIONS(805), + [aux_sym_val_number_token3] = ACTIONS(805), + [aux_sym_val_number_token4] = ACTIONS(805), + [anon_sym_inf] = ACTIONS(805), + [anon_sym_DASHinf] = ACTIONS(805), + [anon_sym_NaN] = ACTIONS(805), + [anon_sym_0b] = ACTIONS(805), + [anon_sym_0o] = ACTIONS(805), + [anon_sym_0x] = ACTIONS(805), + [sym_val_date] = ACTIONS(805), + [anon_sym_DQUOTE] = ACTIONS(805), + [sym__str_single_quotes] = ACTIONS(805), + [sym__str_back_ticks] = ACTIONS(805), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(805), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(805), + [anon_sym_CARET] = ACTIONS(805), + [anon_sym_POUND] = ACTIONS(3), + }, + [388] = { + [sym_comment] = STATE(388), + [ts_builtin_sym_end] = ACTIONS(832), + [anon_sym_export] = ACTIONS(830), + [anon_sym_alias] = ACTIONS(830), + [anon_sym_let] = ACTIONS(830), + [anon_sym_let_DASHenv] = ACTIONS(830), + [anon_sym_mut] = ACTIONS(830), + [anon_sym_const] = ACTIONS(830), + [sym_cmd_identifier] = ACTIONS(830), + [anon_sym_SEMI] = ACTIONS(830), + [anon_sym_LF] = ACTIONS(832), + [anon_sym_def] = ACTIONS(830), + [anon_sym_def_DASHenv] = ACTIONS(830), + [anon_sym_export_DASHenv] = ACTIONS(830), + [anon_sym_extern] = ACTIONS(830), + [anon_sym_module] = ACTIONS(830), + [anon_sym_use] = ACTIONS(830), + [anon_sym_LBRACK] = ACTIONS(830), + [anon_sym_LPAREN] = ACTIONS(830), + [anon_sym_PIPE] = ACTIONS(830), + [anon_sym_DOLLAR] = ACTIONS(830), + [anon_sym_error] = ACTIONS(830), + [anon_sym_GT] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_break] = ACTIONS(830), + [anon_sym_continue] = ACTIONS(830), + [anon_sym_for] = ACTIONS(830), + [anon_sym_in] = ACTIONS(830), + [anon_sym_loop] = ACTIONS(830), + [anon_sym_while] = ACTIONS(830), + [anon_sym_do] = ACTIONS(830), + [anon_sym_if] = ACTIONS(830), + [anon_sym_match] = ACTIONS(830), + [anon_sym_LBRACE] = ACTIONS(830), + [anon_sym_try] = ACTIONS(830), + [anon_sym_return] = ACTIONS(830), + [anon_sym_source] = ACTIONS(830), + [anon_sym_source_DASHenv] = ACTIONS(830), + [anon_sym_register] = ACTIONS(830), + [anon_sym_hide] = ACTIONS(830), + [anon_sym_hide_DASHenv] = ACTIONS(830), + [anon_sym_overlay] = ACTIONS(830), + [anon_sym_STAR] = ACTIONS(830), + [anon_sym_where] = ACTIONS(830), + [anon_sym_STAR_STAR] = ACTIONS(830), + [anon_sym_PLUS_PLUS] = ACTIONS(830), + [anon_sym_SLASH] = ACTIONS(830), + [anon_sym_mod] = ACTIONS(830), + [anon_sym_SLASH_SLASH] = ACTIONS(830), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_bit_DASHshl] = ACTIONS(830), + [anon_sym_bit_DASHshr] = ACTIONS(830), + [anon_sym_EQ_EQ] = ACTIONS(830), + [anon_sym_BANG_EQ] = ACTIONS(830), + [anon_sym_LT2] = ACTIONS(830), + [anon_sym_LT_EQ] = ACTIONS(830), + [anon_sym_GT_EQ] = ACTIONS(830), + [anon_sym_not_DASHin] = ACTIONS(830), + [anon_sym_starts_DASHwith] = ACTIONS(830), + [anon_sym_ends_DASHwith] = ACTIONS(830), + [anon_sym_EQ_TILDE] = ACTIONS(830), + [anon_sym_BANG_TILDE] = ACTIONS(830), + [anon_sym_bit_DASHand] = ACTIONS(830), + [anon_sym_bit_DASHxor] = ACTIONS(830), + [anon_sym_bit_DASHor] = ACTIONS(830), + [anon_sym_and] = ACTIONS(830), + [anon_sym_xor] = ACTIONS(830), + [anon_sym_or] = ACTIONS(830), + [anon_sym_not] = ACTIONS(830), + [anon_sym_DOT_DOT_LT] = ACTIONS(830), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_DOT_DOT_EQ] = ACTIONS(830), + [sym_val_nothing] = ACTIONS(830), + [anon_sym_true] = ACTIONS(830), + [anon_sym_false] = ACTIONS(830), + [aux_sym_val_number_token1] = ACTIONS(830), + [aux_sym_val_number_token2] = ACTIONS(830), + [aux_sym_val_number_token3] = ACTIONS(830), + [aux_sym_val_number_token4] = ACTIONS(830), + [anon_sym_inf] = ACTIONS(830), + [anon_sym_DASHinf] = ACTIONS(830), + [anon_sym_NaN] = ACTIONS(830), + [anon_sym_0b] = ACTIONS(830), + [anon_sym_0o] = ACTIONS(830), + [anon_sym_0x] = ACTIONS(830), + [sym_val_date] = ACTIONS(830), + [anon_sym_DQUOTE] = ACTIONS(830), + [sym__str_single_quotes] = ACTIONS(830), + [sym__str_back_ticks] = ACTIONS(830), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(830), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(830), + [anon_sym_CARET] = ACTIONS(830), + [anon_sym_POUND] = ACTIONS(3), + }, + [389] = { + [sym_comment] = STATE(389), + [ts_builtin_sym_end] = ACTIONS(803), + [anon_sym_export] = ACTIONS(801), + [anon_sym_alias] = ACTIONS(801), + [anon_sym_let] = ACTIONS(801), + [anon_sym_let_DASHenv] = ACTIONS(801), + [anon_sym_mut] = ACTIONS(801), + [anon_sym_const] = ACTIONS(801), + [sym_cmd_identifier] = ACTIONS(801), + [anon_sym_SEMI] = ACTIONS(801), + [anon_sym_LF] = ACTIONS(803), + [anon_sym_def] = ACTIONS(801), + [anon_sym_def_DASHenv] = ACTIONS(801), + [anon_sym_export_DASHenv] = ACTIONS(801), + [anon_sym_extern] = ACTIONS(801), + [anon_sym_module] = ACTIONS(801), + [anon_sym_use] = ACTIONS(801), + [anon_sym_LBRACK] = ACTIONS(801), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_DOLLAR] = ACTIONS(801), + [anon_sym_error] = ACTIONS(801), + [anon_sym_GT] = ACTIONS(801), + [anon_sym_DASH] = ACTIONS(801), + [anon_sym_break] = ACTIONS(801), + [anon_sym_continue] = ACTIONS(801), + [anon_sym_for] = ACTIONS(801), + [anon_sym_in] = ACTIONS(801), + [anon_sym_loop] = ACTIONS(801), + [anon_sym_while] = ACTIONS(801), + [anon_sym_do] = ACTIONS(801), + [anon_sym_if] = ACTIONS(801), + [anon_sym_match] = ACTIONS(801), + [anon_sym_LBRACE] = ACTIONS(801), + [anon_sym_try] = ACTIONS(801), + [anon_sym_return] = ACTIONS(801), + [anon_sym_source] = ACTIONS(801), + [anon_sym_source_DASHenv] = ACTIONS(801), + [anon_sym_register] = ACTIONS(801), + [anon_sym_hide] = ACTIONS(801), + [anon_sym_hide_DASHenv] = ACTIONS(801), + [anon_sym_overlay] = ACTIONS(801), + [anon_sym_STAR] = ACTIONS(801), + [anon_sym_where] = ACTIONS(801), + [anon_sym_STAR_STAR] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(801), + [anon_sym_SLASH] = ACTIONS(801), + [anon_sym_mod] = ACTIONS(801), + [anon_sym_SLASH_SLASH] = ACTIONS(801), + [anon_sym_PLUS] = ACTIONS(801), + [anon_sym_bit_DASHshl] = ACTIONS(801), + [anon_sym_bit_DASHshr] = ACTIONS(801), + [anon_sym_EQ_EQ] = ACTIONS(801), + [anon_sym_BANG_EQ] = ACTIONS(801), + [anon_sym_LT2] = ACTIONS(801), + [anon_sym_LT_EQ] = ACTIONS(801), + [anon_sym_GT_EQ] = ACTIONS(801), + [anon_sym_not_DASHin] = ACTIONS(801), + [anon_sym_starts_DASHwith] = ACTIONS(801), + [anon_sym_ends_DASHwith] = ACTIONS(801), + [anon_sym_EQ_TILDE] = ACTIONS(801), + [anon_sym_BANG_TILDE] = ACTIONS(801), + [anon_sym_bit_DASHand] = ACTIONS(801), + [anon_sym_bit_DASHxor] = ACTIONS(801), + [anon_sym_bit_DASHor] = ACTIONS(801), + [anon_sym_and] = ACTIONS(801), + [anon_sym_xor] = ACTIONS(801), + [anon_sym_or] = ACTIONS(801), + [anon_sym_not] = ACTIONS(801), + [anon_sym_DOT_DOT_LT] = ACTIONS(801), + [anon_sym_DOT_DOT] = ACTIONS(801), + [anon_sym_DOT_DOT_EQ] = ACTIONS(801), + [sym_val_nothing] = ACTIONS(801), + [anon_sym_true] = ACTIONS(801), + [anon_sym_false] = ACTIONS(801), + [aux_sym_val_number_token1] = ACTIONS(801), + [aux_sym_val_number_token2] = ACTIONS(801), + [aux_sym_val_number_token3] = ACTIONS(801), + [aux_sym_val_number_token4] = ACTIONS(801), + [anon_sym_inf] = ACTIONS(801), + [anon_sym_DASHinf] = ACTIONS(801), + [anon_sym_NaN] = ACTIONS(801), + [anon_sym_0b] = ACTIONS(801), + [anon_sym_0o] = ACTIONS(801), + [anon_sym_0x] = ACTIONS(801), + [sym_val_date] = ACTIONS(801), + [anon_sym_DQUOTE] = ACTIONS(801), + [sym__str_single_quotes] = ACTIONS(801), + [sym__str_back_ticks] = ACTIONS(801), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(801), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(801), + [anon_sym_CARET] = ACTIONS(801), + [anon_sym_POUND] = ACTIONS(3), + }, + [390] = { + [sym_comment] = STATE(390), + [ts_builtin_sym_end] = ACTIONS(791), + [anon_sym_export] = ACTIONS(789), + [anon_sym_alias] = ACTIONS(789), + [anon_sym_let] = ACTIONS(789), + [anon_sym_let_DASHenv] = ACTIONS(789), + [anon_sym_mut] = ACTIONS(789), + [anon_sym_const] = ACTIONS(789), + [sym_cmd_identifier] = ACTIONS(789), + [anon_sym_SEMI] = ACTIONS(789), + [anon_sym_LF] = ACTIONS(791), + [anon_sym_def] = ACTIONS(789), + [anon_sym_def_DASHenv] = ACTIONS(789), + [anon_sym_export_DASHenv] = ACTIONS(789), + [anon_sym_extern] = ACTIONS(789), + [anon_sym_module] = ACTIONS(789), + [anon_sym_use] = ACTIONS(789), + [anon_sym_LBRACK] = ACTIONS(789), + [anon_sym_LPAREN] = ACTIONS(789), + [anon_sym_PIPE] = ACTIONS(789), + [anon_sym_DOLLAR] = ACTIONS(789), + [anon_sym_error] = ACTIONS(789), + [anon_sym_GT] = ACTIONS(789), + [anon_sym_DASH] = ACTIONS(789), + [anon_sym_break] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(789), + [anon_sym_for] = ACTIONS(789), + [anon_sym_in] = ACTIONS(789), + [anon_sym_loop] = ACTIONS(789), + [anon_sym_while] = ACTIONS(789), + [anon_sym_do] = ACTIONS(789), + [anon_sym_if] = ACTIONS(789), + [anon_sym_match] = ACTIONS(789), + [anon_sym_LBRACE] = ACTIONS(789), + [anon_sym_try] = ACTIONS(789), + [anon_sym_return] = ACTIONS(789), + [anon_sym_source] = ACTIONS(789), + [anon_sym_source_DASHenv] = ACTIONS(789), + [anon_sym_register] = ACTIONS(789), + [anon_sym_hide] = ACTIONS(789), + [anon_sym_hide_DASHenv] = ACTIONS(789), + [anon_sym_overlay] = ACTIONS(789), + [anon_sym_STAR] = ACTIONS(789), + [anon_sym_where] = ACTIONS(789), + [anon_sym_STAR_STAR] = ACTIONS(789), + [anon_sym_PLUS_PLUS] = ACTIONS(789), + [anon_sym_SLASH] = ACTIONS(789), + [anon_sym_mod] = ACTIONS(789), + [anon_sym_SLASH_SLASH] = ACTIONS(789), + [anon_sym_PLUS] = ACTIONS(789), + [anon_sym_bit_DASHshl] = ACTIONS(789), + [anon_sym_bit_DASHshr] = ACTIONS(789), + [anon_sym_EQ_EQ] = ACTIONS(789), + [anon_sym_BANG_EQ] = ACTIONS(789), + [anon_sym_LT2] = ACTIONS(789), + [anon_sym_LT_EQ] = ACTIONS(789), + [anon_sym_GT_EQ] = ACTIONS(789), + [anon_sym_not_DASHin] = ACTIONS(789), + [anon_sym_starts_DASHwith] = ACTIONS(789), + [anon_sym_ends_DASHwith] = ACTIONS(789), + [anon_sym_EQ_TILDE] = ACTIONS(789), + [anon_sym_BANG_TILDE] = ACTIONS(789), + [anon_sym_bit_DASHand] = ACTIONS(789), + [anon_sym_bit_DASHxor] = ACTIONS(789), + [anon_sym_bit_DASHor] = ACTIONS(789), + [anon_sym_and] = ACTIONS(789), + [anon_sym_xor] = ACTIONS(789), + [anon_sym_or] = ACTIONS(789), + [anon_sym_not] = ACTIONS(789), + [anon_sym_DOT_DOT_LT] = ACTIONS(789), + [anon_sym_DOT_DOT] = ACTIONS(789), + [anon_sym_DOT_DOT_EQ] = ACTIONS(789), + [sym_val_nothing] = ACTIONS(789), + [anon_sym_true] = ACTIONS(789), + [anon_sym_false] = ACTIONS(789), + [aux_sym_val_number_token1] = ACTIONS(789), + [aux_sym_val_number_token2] = ACTIONS(789), + [aux_sym_val_number_token3] = ACTIONS(789), + [aux_sym_val_number_token4] = ACTIONS(789), + [anon_sym_inf] = ACTIONS(789), + [anon_sym_DASHinf] = ACTIONS(789), + [anon_sym_NaN] = ACTIONS(789), + [anon_sym_0b] = ACTIONS(789), + [anon_sym_0o] = ACTIONS(789), + [anon_sym_0x] = ACTIONS(789), + [sym_val_date] = ACTIONS(789), + [anon_sym_DQUOTE] = ACTIONS(789), + [sym__str_single_quotes] = ACTIONS(789), + [sym__str_back_ticks] = ACTIONS(789), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(789), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(789), + [anon_sym_CARET] = ACTIONS(789), + [anon_sym_POUND] = ACTIONS(3), + }, + [391] = { + [sym_comment] = STATE(391), + [ts_builtin_sym_end] = ACTIONS(791), + [anon_sym_export] = ACTIONS(789), + [anon_sym_alias] = ACTIONS(789), + [anon_sym_let] = ACTIONS(789), + [anon_sym_let_DASHenv] = ACTIONS(789), + [anon_sym_mut] = ACTIONS(789), + [anon_sym_const] = ACTIONS(789), + [sym_cmd_identifier] = ACTIONS(789), + [anon_sym_SEMI] = ACTIONS(789), + [anon_sym_LF] = ACTIONS(791), + [anon_sym_def] = ACTIONS(789), + [anon_sym_def_DASHenv] = ACTIONS(789), + [anon_sym_export_DASHenv] = ACTIONS(789), + [anon_sym_extern] = ACTIONS(789), + [anon_sym_module] = ACTIONS(789), + [anon_sym_use] = ACTIONS(789), + [anon_sym_LBRACK] = ACTIONS(789), + [anon_sym_LPAREN] = ACTIONS(789), + [anon_sym_PIPE] = ACTIONS(789), + [anon_sym_DOLLAR] = ACTIONS(789), + [anon_sym_error] = ACTIONS(789), + [anon_sym_GT] = ACTIONS(789), + [anon_sym_DASH] = ACTIONS(789), + [anon_sym_break] = ACTIONS(789), + [anon_sym_continue] = ACTIONS(789), + [anon_sym_for] = ACTIONS(789), + [anon_sym_in] = ACTIONS(789), + [anon_sym_loop] = ACTIONS(789), + [anon_sym_while] = ACTIONS(789), + [anon_sym_do] = ACTIONS(789), + [anon_sym_if] = ACTIONS(789), + [anon_sym_match] = ACTIONS(789), + [anon_sym_LBRACE] = ACTIONS(789), + [anon_sym_try] = ACTIONS(789), + [anon_sym_return] = ACTIONS(789), + [anon_sym_source] = ACTIONS(789), + [anon_sym_source_DASHenv] = ACTIONS(789), + [anon_sym_register] = ACTIONS(789), + [anon_sym_hide] = ACTIONS(789), + [anon_sym_hide_DASHenv] = ACTIONS(789), + [anon_sym_overlay] = ACTIONS(789), + [anon_sym_STAR] = ACTIONS(789), + [anon_sym_where] = ACTIONS(789), + [anon_sym_STAR_STAR] = ACTIONS(789), + [anon_sym_PLUS_PLUS] = ACTIONS(789), + [anon_sym_SLASH] = ACTIONS(789), + [anon_sym_mod] = ACTIONS(789), + [anon_sym_SLASH_SLASH] = ACTIONS(789), + [anon_sym_PLUS] = ACTIONS(789), + [anon_sym_bit_DASHshl] = ACTIONS(789), + [anon_sym_bit_DASHshr] = ACTIONS(789), + [anon_sym_EQ_EQ] = ACTIONS(789), + [anon_sym_BANG_EQ] = ACTIONS(789), + [anon_sym_LT2] = ACTIONS(789), + [anon_sym_LT_EQ] = ACTIONS(789), + [anon_sym_GT_EQ] = ACTIONS(789), + [anon_sym_not_DASHin] = ACTIONS(789), + [anon_sym_starts_DASHwith] = ACTIONS(789), + [anon_sym_ends_DASHwith] = ACTIONS(789), + [anon_sym_EQ_TILDE] = ACTIONS(789), + [anon_sym_BANG_TILDE] = ACTIONS(789), + [anon_sym_bit_DASHand] = ACTIONS(789), + [anon_sym_bit_DASHxor] = ACTIONS(789), + [anon_sym_bit_DASHor] = ACTIONS(789), + [anon_sym_and] = ACTIONS(789), + [anon_sym_xor] = ACTIONS(789), + [anon_sym_or] = ACTIONS(789), + [anon_sym_not] = ACTIONS(789), + [anon_sym_DOT_DOT_LT] = ACTIONS(129), + [anon_sym_DOT_DOT] = ACTIONS(129), + [anon_sym_DOT_DOT_EQ] = ACTIONS(129), + [sym_val_nothing] = ACTIONS(789), + [anon_sym_true] = ACTIONS(789), + [anon_sym_false] = ACTIONS(789), + [aux_sym_val_number_token1] = ACTIONS(789), + [aux_sym_val_number_token2] = ACTIONS(789), + [aux_sym_val_number_token3] = ACTIONS(789), + [aux_sym_val_number_token4] = ACTIONS(789), + [anon_sym_inf] = ACTIONS(789), + [anon_sym_DASHinf] = ACTIONS(789), + [anon_sym_NaN] = ACTIONS(789), + [anon_sym_0b] = ACTIONS(789), + [anon_sym_0o] = ACTIONS(789), + [anon_sym_0x] = ACTIONS(789), + [sym_val_date] = ACTIONS(789), + [anon_sym_DQUOTE] = ACTIONS(789), + [sym__str_single_quotes] = ACTIONS(789), + [sym__str_back_ticks] = ACTIONS(789), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(789), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(789), + [anon_sym_CARET] = ACTIONS(789), + [anon_sym_POUND] = ACTIONS(3), + }, + [392] = { + [sym_comment] = STATE(392), + [ts_builtin_sym_end] = ACTIONS(811), + [anon_sym_export] = ACTIONS(809), + [anon_sym_alias] = ACTIONS(809), + [anon_sym_let] = ACTIONS(809), + [anon_sym_let_DASHenv] = ACTIONS(809), + [anon_sym_mut] = ACTIONS(809), + [anon_sym_const] = ACTIONS(809), + [sym_cmd_identifier] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(809), + [anon_sym_LF] = ACTIONS(811), + [anon_sym_def] = ACTIONS(809), + [anon_sym_def_DASHenv] = ACTIONS(809), + [anon_sym_export_DASHenv] = ACTIONS(809), + [anon_sym_extern] = ACTIONS(809), + [anon_sym_module] = ACTIONS(809), + [anon_sym_use] = ACTIONS(809), + [anon_sym_LBRACK] = ACTIONS(809), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_PIPE] = ACTIONS(809), + [anon_sym_DOLLAR] = ACTIONS(809), + [anon_sym_error] = ACTIONS(809), + [anon_sym_GT] = ACTIONS(809), + [anon_sym_DASH] = ACTIONS(809), + [anon_sym_break] = ACTIONS(809), + [anon_sym_continue] = ACTIONS(809), + [anon_sym_for] = ACTIONS(809), + [anon_sym_in] = ACTIONS(809), + [anon_sym_loop] = ACTIONS(809), + [anon_sym_while] = ACTIONS(809), + [anon_sym_do] = ACTIONS(809), + [anon_sym_if] = ACTIONS(809), + [anon_sym_match] = ACTIONS(809), + [anon_sym_LBRACE] = ACTIONS(809), + [anon_sym_try] = ACTIONS(809), + [anon_sym_return] = ACTIONS(809), + [anon_sym_source] = ACTIONS(809), + [anon_sym_source_DASHenv] = ACTIONS(809), + [anon_sym_register] = ACTIONS(809), + [anon_sym_hide] = ACTIONS(809), + [anon_sym_hide_DASHenv] = ACTIONS(809), + [anon_sym_overlay] = ACTIONS(809), + [anon_sym_STAR] = ACTIONS(809), + [anon_sym_where] = ACTIONS(809), + [anon_sym_STAR_STAR] = ACTIONS(809), + [anon_sym_PLUS_PLUS] = ACTIONS(809), + [anon_sym_SLASH] = ACTIONS(809), + [anon_sym_mod] = ACTIONS(809), + [anon_sym_SLASH_SLASH] = ACTIONS(809), + [anon_sym_PLUS] = ACTIONS(809), + [anon_sym_bit_DASHshl] = ACTIONS(809), + [anon_sym_bit_DASHshr] = ACTIONS(809), + [anon_sym_EQ_EQ] = ACTIONS(809), + [anon_sym_BANG_EQ] = ACTIONS(809), + [anon_sym_LT2] = ACTIONS(809), + [anon_sym_LT_EQ] = ACTIONS(809), + [anon_sym_GT_EQ] = ACTIONS(809), + [anon_sym_not_DASHin] = ACTIONS(809), + [anon_sym_starts_DASHwith] = ACTIONS(809), + [anon_sym_ends_DASHwith] = ACTIONS(809), + [anon_sym_EQ_TILDE] = ACTIONS(809), + [anon_sym_BANG_TILDE] = ACTIONS(809), + [anon_sym_bit_DASHand] = ACTIONS(809), + [anon_sym_bit_DASHxor] = ACTIONS(809), + [anon_sym_bit_DASHor] = ACTIONS(809), + [anon_sym_and] = ACTIONS(809), + [anon_sym_xor] = ACTIONS(809), + [anon_sym_or] = ACTIONS(809), + [anon_sym_not] = ACTIONS(809), + [anon_sym_DOT_DOT_LT] = ACTIONS(809), + [anon_sym_DOT_DOT] = ACTIONS(809), + [anon_sym_DOT_DOT_EQ] = ACTIONS(809), + [sym_val_nothing] = ACTIONS(809), + [anon_sym_true] = ACTIONS(809), + [anon_sym_false] = ACTIONS(809), + [aux_sym_val_number_token1] = ACTIONS(809), + [aux_sym_val_number_token2] = ACTIONS(809), + [aux_sym_val_number_token3] = ACTIONS(809), + [aux_sym_val_number_token4] = ACTIONS(809), + [anon_sym_inf] = ACTIONS(809), + [anon_sym_DASHinf] = ACTIONS(809), + [anon_sym_NaN] = ACTIONS(809), + [anon_sym_0b] = ACTIONS(809), + [anon_sym_0o] = ACTIONS(809), + [anon_sym_0x] = ACTIONS(809), + [sym_val_date] = ACTIONS(809), + [anon_sym_DQUOTE] = ACTIONS(809), + [sym__str_single_quotes] = ACTIONS(809), + [sym__str_back_ticks] = ACTIONS(809), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(809), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(809), + [anon_sym_CARET] = ACTIONS(809), + [anon_sym_POUND] = ACTIONS(3), + }, + [393] = { + [sym_comment] = STATE(393), + [ts_builtin_sym_end] = ACTIONS(779), + [anon_sym_export] = ACTIONS(777), + [anon_sym_alias] = ACTIONS(777), + [anon_sym_let] = ACTIONS(777), + [anon_sym_let_DASHenv] = ACTIONS(777), + [anon_sym_mut] = ACTIONS(777), + [anon_sym_const] = ACTIONS(777), + [sym_cmd_identifier] = ACTIONS(777), + [anon_sym_SEMI] = ACTIONS(777), + [anon_sym_LF] = ACTIONS(779), + [anon_sym_def] = ACTIONS(777), + [anon_sym_def_DASHenv] = ACTIONS(777), + [anon_sym_export_DASHenv] = ACTIONS(777), + [anon_sym_extern] = ACTIONS(777), + [anon_sym_module] = ACTIONS(777), + [anon_sym_use] = ACTIONS(777), + [anon_sym_LBRACK] = ACTIONS(777), + [anon_sym_LPAREN] = ACTIONS(777), + [anon_sym_PIPE] = ACTIONS(777), + [anon_sym_DOLLAR] = ACTIONS(777), + [anon_sym_error] = ACTIONS(777), + [anon_sym_GT] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_break] = ACTIONS(777), + [anon_sym_continue] = ACTIONS(777), + [anon_sym_for] = ACTIONS(777), + [anon_sym_in] = ACTIONS(777), + [anon_sym_loop] = ACTIONS(777), + [anon_sym_while] = ACTIONS(777), + [anon_sym_do] = ACTIONS(777), + [anon_sym_if] = ACTIONS(777), + [anon_sym_match] = ACTIONS(777), + [anon_sym_LBRACE] = ACTIONS(777), + [anon_sym_try] = ACTIONS(777), + [anon_sym_return] = ACTIONS(777), + [anon_sym_source] = ACTIONS(777), + [anon_sym_source_DASHenv] = ACTIONS(777), + [anon_sym_register] = ACTIONS(777), + [anon_sym_hide] = ACTIONS(777), + [anon_sym_hide_DASHenv] = ACTIONS(777), + [anon_sym_overlay] = ACTIONS(777), + [anon_sym_STAR] = ACTIONS(777), + [anon_sym_where] = ACTIONS(777), + [anon_sym_STAR_STAR] = ACTIONS(777), + [anon_sym_PLUS_PLUS] = ACTIONS(777), + [anon_sym_SLASH] = ACTIONS(777), + [anon_sym_mod] = ACTIONS(777), + [anon_sym_SLASH_SLASH] = ACTIONS(777), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_bit_DASHshl] = ACTIONS(777), + [anon_sym_bit_DASHshr] = ACTIONS(777), + [anon_sym_EQ_EQ] = ACTIONS(777), + [anon_sym_BANG_EQ] = ACTIONS(777), + [anon_sym_LT2] = ACTIONS(777), + [anon_sym_LT_EQ] = ACTIONS(777), + [anon_sym_GT_EQ] = ACTIONS(777), + [anon_sym_not_DASHin] = ACTIONS(777), + [anon_sym_starts_DASHwith] = ACTIONS(777), + [anon_sym_ends_DASHwith] = ACTIONS(777), + [anon_sym_EQ_TILDE] = ACTIONS(777), + [anon_sym_BANG_TILDE] = ACTIONS(777), + [anon_sym_bit_DASHand] = ACTIONS(777), + [anon_sym_bit_DASHxor] = ACTIONS(777), + [anon_sym_bit_DASHor] = ACTIONS(777), + [anon_sym_and] = ACTIONS(777), + [anon_sym_xor] = ACTIONS(777), + [anon_sym_or] = ACTIONS(777), + [anon_sym_not] = ACTIONS(777), + [anon_sym_DOT_DOT_LT] = ACTIONS(777), + [anon_sym_DOT_DOT] = ACTIONS(777), + [anon_sym_DOT_DOT_EQ] = ACTIONS(777), + [sym_val_nothing] = ACTIONS(777), + [anon_sym_true] = ACTIONS(777), + [anon_sym_false] = ACTIONS(777), + [aux_sym_val_number_token1] = ACTIONS(777), + [aux_sym_val_number_token2] = ACTIONS(777), + [aux_sym_val_number_token3] = ACTIONS(777), + [aux_sym_val_number_token4] = ACTIONS(777), + [anon_sym_inf] = ACTIONS(777), + [anon_sym_DASHinf] = ACTIONS(777), + [anon_sym_NaN] = ACTIONS(777), + [anon_sym_0b] = ACTIONS(777), + [anon_sym_0o] = ACTIONS(777), + [anon_sym_0x] = ACTIONS(777), + [sym_val_date] = ACTIONS(777), + [anon_sym_DQUOTE] = ACTIONS(777), + [sym__str_single_quotes] = ACTIONS(777), + [sym__str_back_ticks] = ACTIONS(777), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(777), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(777), + [anon_sym_CARET] = ACTIONS(777), [anon_sym_POUND] = ACTIONS(3), }, - [352] = { - [sym_comment] = STATE(352), - [ts_builtin_sym_end] = ACTIONS(795), - [anon_sym_export] = ACTIONS(793), - [anon_sym_alias] = ACTIONS(793), - [anon_sym_let] = ACTIONS(793), - [anon_sym_let_DASHenv] = ACTIONS(793), - [anon_sym_mut] = ACTIONS(793), - [anon_sym_const] = ACTIONS(793), - [sym_cmd_identifier] = ACTIONS(793), - [anon_sym_SEMI] = ACTIONS(793), - [anon_sym_LF] = ACTIONS(795), - [anon_sym_def] = ACTIONS(793), - [anon_sym_def_DASHenv] = ACTIONS(793), - [anon_sym_export_DASHenv] = ACTIONS(793), - [anon_sym_extern] = ACTIONS(793), - [anon_sym_module] = ACTIONS(793), - [anon_sym_use] = ACTIONS(793), - [anon_sym_LBRACK] = ACTIONS(793), - [anon_sym_LPAREN] = ACTIONS(793), - [anon_sym_PIPE] = ACTIONS(793), - [anon_sym_DOLLAR] = ACTIONS(793), - [anon_sym_error] = ACTIONS(793), - [anon_sym_GT] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_break] = ACTIONS(793), - [anon_sym_continue] = ACTIONS(793), - [anon_sym_for] = ACTIONS(793), - [anon_sym_in] = ACTIONS(793), - [anon_sym_loop] = ACTIONS(793), - [anon_sym_while] = ACTIONS(793), - [anon_sym_do] = ACTIONS(793), - [anon_sym_if] = ACTIONS(793), - [anon_sym_match] = ACTIONS(793), - [anon_sym_LBRACE] = ACTIONS(793), - [anon_sym_try] = ACTIONS(793), - [anon_sym_return] = ACTIONS(793), - [anon_sym_source] = ACTIONS(793), - [anon_sym_source_DASHenv] = ACTIONS(793), - [anon_sym_register] = ACTIONS(793), - [anon_sym_hide] = ACTIONS(793), - [anon_sym_hide_DASHenv] = ACTIONS(793), - [anon_sym_overlay] = ACTIONS(793), - [anon_sym_STAR] = ACTIONS(793), - [anon_sym_where] = ACTIONS(793), - [anon_sym_STAR_STAR] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_SLASH] = ACTIONS(793), - [anon_sym_mod] = ACTIONS(793), - [anon_sym_SLASH_SLASH] = ACTIONS(793), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_bit_DASHshl] = ACTIONS(793), - [anon_sym_bit_DASHshr] = ACTIONS(793), - [anon_sym_EQ_EQ] = ACTIONS(793), - [anon_sym_BANG_EQ] = ACTIONS(793), - [anon_sym_LT2] = ACTIONS(793), - [anon_sym_LT_EQ] = ACTIONS(793), - [anon_sym_GT_EQ] = ACTIONS(793), - [anon_sym_not_DASHin] = ACTIONS(793), - [anon_sym_starts_DASHwith] = ACTIONS(793), - [anon_sym_ends_DASHwith] = ACTIONS(793), - [anon_sym_EQ_TILDE] = ACTIONS(793), - [anon_sym_BANG_TILDE] = ACTIONS(793), - [anon_sym_bit_DASHand] = ACTIONS(793), - [anon_sym_bit_DASHxor] = ACTIONS(793), - [anon_sym_bit_DASHor] = ACTIONS(793), - [anon_sym_and] = ACTIONS(793), - [anon_sym_xor] = ACTIONS(793), - [anon_sym_or] = ACTIONS(793), - [anon_sym_not] = ACTIONS(793), - [anon_sym_DOT_DOT_LT] = ACTIONS(793), - [anon_sym_DOT_DOT] = ACTIONS(793), - [anon_sym_DOT_DOT_EQ] = ACTIONS(793), - [sym_val_nothing] = ACTIONS(793), - [anon_sym_true] = ACTIONS(793), - [anon_sym_false] = ACTIONS(793), - [aux_sym_val_number_token1] = ACTIONS(793), - [aux_sym_val_number_token2] = ACTIONS(793), - [aux_sym_val_number_token3] = ACTIONS(793), - [aux_sym_val_number_token4] = ACTIONS(793), - [anon_sym_inf] = ACTIONS(793), - [anon_sym_DASHinf] = ACTIONS(793), - [anon_sym_NaN] = ACTIONS(793), - [anon_sym_0b] = ACTIONS(793), - [anon_sym_0o] = ACTIONS(793), - [anon_sym_0x] = ACTIONS(793), - [sym_val_date] = ACTIONS(793), - [anon_sym_DQUOTE] = ACTIONS(793), - [sym__str_single_quotes] = ACTIONS(793), - [sym__str_back_ticks] = ACTIONS(793), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(793), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(793), - [anon_sym_CARET] = ACTIONS(793), + [394] = { + [sym__expression] = STATE(161), + [sym_expr_unary] = STATE(208), + [sym_expr_binary] = STATE(208), + [sym_expr_parenthesized] = STATE(207), + [sym_val_range] = STATE(208), + [sym__value] = STATE(208), + [sym_val_bool] = STATE(253), + [sym_val_variable] = STATE(253), + [sym__var] = STATE(133), + [sym_val_number] = STATE(3), + [sym_val_duration] = STATE(253), + [sym_val_filesize] = STATE(253), + [sym_val_binary] = STATE(253), + [sym_val_string] = STATE(253), + [sym__str_double_quotes] = STATE(214), + [sym_val_interpolated] = STATE(253), + [sym__inter_single_quotes] = STATE(229), + [sym__inter_double_quotes] = STATE(223), + [sym_val_list] = STATE(253), + [sym_val_record] = STATE(253), + [sym_val_table] = STATE(253), + [sym_val_closure] = STATE(253), + [sym__flag] = STATE(369), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(394), + [anon_sym_export] = ACTIONS(679), + [anon_sym_alias] = ACTIONS(679), + [anon_sym_let] = ACTIONS(679), + [anon_sym_let_DASHenv] = ACTIONS(679), + [anon_sym_mut] = ACTIONS(679), + [anon_sym_const] = ACTIONS(679), + [sym_cmd_identifier] = ACTIONS(679), + [anon_sym_SEMI] = ACTIONS(679), + [anon_sym_LF] = ACTIONS(681), + [anon_sym_def] = ACTIONS(679), + [anon_sym_def_DASHenv] = ACTIONS(679), + [anon_sym_export_DASHenv] = ACTIONS(679), + [anon_sym_extern] = ACTIONS(679), + [anon_sym_module] = ACTIONS(679), + [anon_sym_use] = ACTIONS(679), + [anon_sym_LBRACK] = ACTIONS(679), + [anon_sym_LPAREN] = ACTIONS(679), + [anon_sym_RPAREN] = ACTIONS(679), + [anon_sym_PIPE] = ACTIONS(679), + [anon_sym_DOLLAR] = ACTIONS(679), + [anon_sym_error] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(679), + [anon_sym_break] = ACTIONS(679), + [anon_sym_continue] = ACTIONS(679), + [anon_sym_for] = ACTIONS(679), + [anon_sym_loop] = ACTIONS(679), + [anon_sym_while] = ACTIONS(679), + [anon_sym_do] = ACTIONS(679), + [anon_sym_if] = ACTIONS(679), + [anon_sym_match] = ACTIONS(679), + [anon_sym_LBRACE] = ACTIONS(679), + [anon_sym_RBRACE] = ACTIONS(679), + [anon_sym_try] = ACTIONS(679), + [anon_sym_return] = ACTIONS(679), + [anon_sym_source] = ACTIONS(679), + [anon_sym_source_DASHenv] = ACTIONS(679), + [anon_sym_register] = ACTIONS(679), + [anon_sym_hide] = ACTIONS(679), + [anon_sym_hide_DASHenv] = ACTIONS(679), + [anon_sym_overlay] = ACTIONS(679), + [anon_sym_where] = ACTIONS(679), + [anon_sym_not] = ACTIONS(679), + [anon_sym_DOT_DOT_LT] = ACTIONS(679), + [anon_sym_DOT_DOT] = ACTIONS(679), + [anon_sym_DOT_DOT_EQ] = ACTIONS(679), + [sym_val_nothing] = ACTIONS(679), + [anon_sym_true] = ACTIONS(679), + [anon_sym_false] = ACTIONS(679), + [aux_sym_val_number_token1] = ACTIONS(679), + [aux_sym_val_number_token2] = ACTIONS(679), + [aux_sym_val_number_token3] = ACTIONS(679), + [aux_sym_val_number_token4] = ACTIONS(679), + [anon_sym_inf] = ACTIONS(679), + [anon_sym_DASHinf] = ACTIONS(679), + [anon_sym_NaN] = ACTIONS(679), + [anon_sym_0b] = ACTIONS(679), + [anon_sym_0o] = ACTIONS(679), + [anon_sym_0x] = ACTIONS(679), + [sym_val_date] = ACTIONS(679), + [anon_sym_DQUOTE] = ACTIONS(679), + [sym__str_single_quotes] = ACTIONS(679), + [sym__str_back_ticks] = ACTIONS(679), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(679), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(679), + [anon_sym_CARET] = ACTIONS(679), + [sym_short_flag] = ACTIONS(659), [anon_sym_POUND] = ACTIONS(3), }, - [353] = { - [sym__expression] = STATE(142), - [sym_expr_unary] = STATE(206), - [sym_expr_binary] = STATE(206), - [sym_expr_parenthesized] = STATE(210), - [sym_val_range] = STATE(206), - [sym__value] = STATE(206), - [sym_val_bool] = STATE(236), - [sym_val_variable] = STATE(236), - [sym__var] = STATE(132), + [395] = { + [sym__expression] = STATE(161), + [sym_expr_unary] = STATE(208), + [sym_expr_binary] = STATE(208), + [sym_expr_parenthesized] = STATE(207), + [sym_val_range] = STATE(208), + [sym__value] = STATE(208), + [sym_val_bool] = STATE(253), + [sym_val_variable] = STATE(253), + [sym__var] = STATE(133), [sym_val_number] = STATE(3), - [sym_val_duration] = STATE(236), - [sym_val_filesize] = STATE(236), - [sym_val_binary] = STATE(236), - [sym_val_string] = STATE(236), - [sym__str_double_quotes] = STATE(200), - [sym_val_interpolated] = STATE(236), - [sym__inter_single_quotes] = STATE(214), - [sym__inter_double_quotes] = STATE(219), - [sym_val_list] = STATE(236), - [sym_val_record] = STATE(236), - [sym_val_table] = STATE(236), - [sym_val_closure] = STATE(236), - [sym__flag] = STATE(397), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(353), - [anon_sym_export] = ACTIONS(694), - [anon_sym_alias] = ACTIONS(694), - [anon_sym_let] = ACTIONS(694), - [anon_sym_let_DASHenv] = ACTIONS(694), - [anon_sym_mut] = ACTIONS(694), - [anon_sym_const] = ACTIONS(694), - [sym_cmd_identifier] = ACTIONS(694), - [anon_sym_SEMI] = ACTIONS(694), - [anon_sym_LF] = ACTIONS(696), - [anon_sym_def] = ACTIONS(694), - [anon_sym_def_DASHenv] = ACTIONS(694), - [anon_sym_export_DASHenv] = ACTIONS(694), - [anon_sym_extern] = ACTIONS(694), - [anon_sym_module] = ACTIONS(694), - [anon_sym_use] = ACTIONS(694), - [anon_sym_LBRACK] = ACTIONS(694), - [anon_sym_LPAREN] = ACTIONS(694), - [anon_sym_RPAREN] = ACTIONS(694), - [anon_sym_PIPE] = ACTIONS(694), - [anon_sym_DOLLAR] = ACTIONS(694), - [anon_sym_error] = ACTIONS(694), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_break] = ACTIONS(694), - [anon_sym_continue] = ACTIONS(694), - [anon_sym_for] = ACTIONS(694), - [anon_sym_loop] = ACTIONS(694), - [anon_sym_while] = ACTIONS(694), - [anon_sym_do] = ACTIONS(694), - [anon_sym_if] = ACTIONS(694), - [anon_sym_match] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_RBRACE] = ACTIONS(694), - [anon_sym_try] = ACTIONS(694), - [anon_sym_return] = ACTIONS(694), - [anon_sym_source] = ACTIONS(694), - [anon_sym_source_DASHenv] = ACTIONS(694), - [anon_sym_register] = ACTIONS(694), - [anon_sym_hide] = ACTIONS(694), - [anon_sym_hide_DASHenv] = ACTIONS(694), - [anon_sym_overlay] = ACTIONS(694), - [anon_sym_where] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_DOT_DOT_LT] = ACTIONS(694), - [anon_sym_DOT_DOT] = ACTIONS(694), - [anon_sym_DOT_DOT_EQ] = ACTIONS(694), - [sym_val_nothing] = ACTIONS(694), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [aux_sym_val_number_token1] = ACTIONS(694), - [aux_sym_val_number_token2] = ACTIONS(694), - [aux_sym_val_number_token3] = ACTIONS(694), - [aux_sym_val_number_token4] = ACTIONS(694), - [anon_sym_inf] = ACTIONS(694), - [anon_sym_DASHinf] = ACTIONS(694), - [anon_sym_NaN] = ACTIONS(694), - [anon_sym_0b] = ACTIONS(694), - [anon_sym_0o] = ACTIONS(694), - [anon_sym_0x] = ACTIONS(694), - [sym_val_date] = ACTIONS(694), - [anon_sym_DQUOTE] = ACTIONS(694), - [sym__str_single_quotes] = ACTIONS(694), - [sym__str_back_ticks] = ACTIONS(694), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(694), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [sym_short_flag] = ACTIONS(651), + [sym_val_duration] = STATE(253), + [sym_val_filesize] = STATE(253), + [sym_val_binary] = STATE(253), + [sym_val_string] = STATE(253), + [sym__str_double_quotes] = STATE(214), + [sym_val_interpolated] = STATE(253), + [sym__inter_single_quotes] = STATE(229), + [sym__inter_double_quotes] = STATE(223), + [sym_val_list] = STATE(253), + [sym_val_record] = STATE(253), + [sym_val_table] = STATE(253), + [sym_val_closure] = STATE(253), + [sym__flag] = STATE(370), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(395), + [anon_sym_export] = ACTIONS(679), + [anon_sym_alias] = ACTIONS(679), + [anon_sym_let] = ACTIONS(679), + [anon_sym_let_DASHenv] = ACTIONS(679), + [anon_sym_mut] = ACTIONS(679), + [anon_sym_const] = ACTIONS(679), + [sym_cmd_identifier] = ACTIONS(679), + [anon_sym_SEMI] = ACTIONS(679), + [anon_sym_LF] = ACTIONS(681), + [anon_sym_def] = ACTIONS(679), + [anon_sym_def_DASHenv] = ACTIONS(679), + [anon_sym_export_DASHenv] = ACTIONS(679), + [anon_sym_extern] = ACTIONS(679), + [anon_sym_module] = ACTIONS(679), + [anon_sym_use] = ACTIONS(679), + [anon_sym_LBRACK] = ACTIONS(679), + [anon_sym_LPAREN] = ACTIONS(679), + [anon_sym_RPAREN] = ACTIONS(679), + [anon_sym_PIPE] = ACTIONS(679), + [anon_sym_DOLLAR] = ACTIONS(679), + [anon_sym_error] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(679), + [anon_sym_break] = ACTIONS(679), + [anon_sym_continue] = ACTIONS(679), + [anon_sym_for] = ACTIONS(679), + [anon_sym_loop] = ACTIONS(679), + [anon_sym_while] = ACTIONS(679), + [anon_sym_do] = ACTIONS(679), + [anon_sym_if] = ACTIONS(679), + [anon_sym_match] = ACTIONS(679), + [anon_sym_LBRACE] = ACTIONS(679), + [anon_sym_RBRACE] = ACTIONS(679), + [anon_sym_try] = ACTIONS(679), + [anon_sym_return] = ACTIONS(679), + [anon_sym_source] = ACTIONS(679), + [anon_sym_source_DASHenv] = ACTIONS(679), + [anon_sym_register] = ACTIONS(679), + [anon_sym_hide] = ACTIONS(679), + [anon_sym_hide_DASHenv] = ACTIONS(679), + [anon_sym_overlay] = ACTIONS(679), + [anon_sym_where] = ACTIONS(679), + [anon_sym_not] = ACTIONS(679), + [anon_sym_DOT_DOT_LT] = ACTIONS(679), + [anon_sym_DOT_DOT] = ACTIONS(679), + [anon_sym_DOT_DOT_EQ] = ACTIONS(679), + [sym_val_nothing] = ACTIONS(679), + [anon_sym_true] = ACTIONS(679), + [anon_sym_false] = ACTIONS(679), + [aux_sym_val_number_token1] = ACTIONS(679), + [aux_sym_val_number_token2] = ACTIONS(679), + [aux_sym_val_number_token3] = ACTIONS(679), + [aux_sym_val_number_token4] = ACTIONS(679), + [anon_sym_inf] = ACTIONS(679), + [anon_sym_DASHinf] = ACTIONS(679), + [anon_sym_NaN] = ACTIONS(679), + [anon_sym_0b] = ACTIONS(679), + [anon_sym_0o] = ACTIONS(679), + [anon_sym_0x] = ACTIONS(679), + [sym_val_date] = ACTIONS(679), + [anon_sym_DQUOTE] = ACTIONS(679), + [sym__str_single_quotes] = ACTIONS(679), + [sym__str_back_ticks] = ACTIONS(679), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(679), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(679), + [anon_sym_CARET] = ACTIONS(679), + [sym_short_flag] = ACTIONS(659), [anon_sym_POUND] = ACTIONS(3), }, - [354] = { - [sym__expression] = STATE(142), - [sym_expr_unary] = STATE(206), - [sym_expr_binary] = STATE(206), - [sym_expr_parenthesized] = STATE(210), - [sym_val_range] = STATE(206), - [sym__value] = STATE(206), - [sym_val_bool] = STATE(236), - [sym_val_variable] = STATE(236), - [sym__var] = STATE(132), - [sym_val_number] = STATE(3), - [sym_val_duration] = STATE(236), - [sym_val_filesize] = STATE(236), - [sym_val_binary] = STATE(236), - [sym_val_string] = STATE(236), - [sym__str_double_quotes] = STATE(200), - [sym_val_interpolated] = STATE(236), - [sym__inter_single_quotes] = STATE(214), - [sym__inter_double_quotes] = STATE(219), - [sym_val_list] = STATE(236), - [sym_val_record] = STATE(236), - [sym_val_table] = STATE(236), - [sym_val_closure] = STATE(236), - [sym__flag] = STATE(399), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(354), - [anon_sym_export] = ACTIONS(694), - [anon_sym_alias] = ACTIONS(694), - [anon_sym_let] = ACTIONS(694), - [anon_sym_let_DASHenv] = ACTIONS(694), - [anon_sym_mut] = ACTIONS(694), - [anon_sym_const] = ACTIONS(694), - [sym_cmd_identifier] = ACTIONS(694), - [anon_sym_SEMI] = ACTIONS(694), - [anon_sym_LF] = ACTIONS(696), - [anon_sym_def] = ACTIONS(694), - [anon_sym_def_DASHenv] = ACTIONS(694), - [anon_sym_export_DASHenv] = ACTIONS(694), - [anon_sym_extern] = ACTIONS(694), - [anon_sym_module] = ACTIONS(694), - [anon_sym_use] = ACTIONS(694), - [anon_sym_LBRACK] = ACTIONS(694), - [anon_sym_LPAREN] = ACTIONS(694), - [anon_sym_RPAREN] = ACTIONS(694), - [anon_sym_PIPE] = ACTIONS(694), - [anon_sym_DOLLAR] = ACTIONS(694), - [anon_sym_error] = ACTIONS(694), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_break] = ACTIONS(694), - [anon_sym_continue] = ACTIONS(694), - [anon_sym_for] = ACTIONS(694), - [anon_sym_loop] = ACTIONS(694), - [anon_sym_while] = ACTIONS(694), - [anon_sym_do] = ACTIONS(694), - [anon_sym_if] = ACTIONS(694), - [anon_sym_match] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_RBRACE] = ACTIONS(694), - [anon_sym_try] = ACTIONS(694), - [anon_sym_return] = ACTIONS(694), - [anon_sym_source] = ACTIONS(694), - [anon_sym_source_DASHenv] = ACTIONS(694), - [anon_sym_register] = ACTIONS(694), - [anon_sym_hide] = ACTIONS(694), - [anon_sym_hide_DASHenv] = ACTIONS(694), - [anon_sym_overlay] = ACTIONS(694), - [anon_sym_where] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_DOT_DOT_LT] = ACTIONS(694), - [anon_sym_DOT_DOT] = ACTIONS(694), - [anon_sym_DOT_DOT_EQ] = ACTIONS(694), - [sym_val_nothing] = ACTIONS(694), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [aux_sym_val_number_token1] = ACTIONS(694), - [aux_sym_val_number_token2] = ACTIONS(694), - [aux_sym_val_number_token3] = ACTIONS(694), - [aux_sym_val_number_token4] = ACTIONS(694), - [anon_sym_inf] = ACTIONS(694), - [anon_sym_DASHinf] = ACTIONS(694), - [anon_sym_NaN] = ACTIONS(694), - [anon_sym_0b] = ACTIONS(694), - [anon_sym_0o] = ACTIONS(694), - [anon_sym_0x] = ACTIONS(694), - [sym_val_date] = ACTIONS(694), - [anon_sym_DQUOTE] = ACTIONS(694), - [sym__str_single_quotes] = ACTIONS(694), - [sym__str_back_ticks] = ACTIONS(694), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(694), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [sym_short_flag] = ACTIONS(651), + [396] = { + [sym_comment] = STATE(396), + [ts_builtin_sym_end] = ACTIONS(815), + [anon_sym_export] = ACTIONS(813), + [anon_sym_alias] = ACTIONS(813), + [anon_sym_let] = ACTIONS(813), + [anon_sym_let_DASHenv] = ACTIONS(813), + [anon_sym_mut] = ACTIONS(813), + [anon_sym_const] = ACTIONS(813), + [sym_cmd_identifier] = ACTIONS(813), + [anon_sym_SEMI] = ACTIONS(813), + [anon_sym_LF] = ACTIONS(815), + [anon_sym_def] = ACTIONS(813), + [anon_sym_def_DASHenv] = ACTIONS(813), + [anon_sym_export_DASHenv] = ACTIONS(813), + [anon_sym_extern] = ACTIONS(813), + [anon_sym_module] = ACTIONS(813), + [anon_sym_use] = ACTIONS(813), + [anon_sym_LBRACK] = ACTIONS(813), + [anon_sym_LPAREN] = ACTIONS(813), + [anon_sym_PIPE] = ACTIONS(813), + [anon_sym_DOLLAR] = ACTIONS(813), + [anon_sym_error] = ACTIONS(813), + [anon_sym_GT] = ACTIONS(813), + [anon_sym_DASH] = ACTIONS(813), + [anon_sym_break] = ACTIONS(813), + [anon_sym_continue] = ACTIONS(813), + [anon_sym_for] = ACTIONS(813), + [anon_sym_in] = ACTIONS(813), + [anon_sym_loop] = ACTIONS(813), + [anon_sym_while] = ACTIONS(813), + [anon_sym_do] = ACTIONS(813), + [anon_sym_if] = ACTIONS(813), + [anon_sym_match] = ACTIONS(813), + [anon_sym_LBRACE] = ACTIONS(813), + [anon_sym_try] = ACTIONS(813), + [anon_sym_return] = ACTIONS(813), + [anon_sym_source] = ACTIONS(813), + [anon_sym_source_DASHenv] = ACTIONS(813), + [anon_sym_register] = ACTIONS(813), + [anon_sym_hide] = ACTIONS(813), + [anon_sym_hide_DASHenv] = ACTIONS(813), + [anon_sym_overlay] = ACTIONS(813), + [anon_sym_STAR] = ACTIONS(813), + [anon_sym_where] = ACTIONS(813), + [anon_sym_STAR_STAR] = ACTIONS(813), + [anon_sym_PLUS_PLUS] = ACTIONS(813), + [anon_sym_SLASH] = ACTIONS(813), + [anon_sym_mod] = ACTIONS(813), + [anon_sym_SLASH_SLASH] = ACTIONS(813), + [anon_sym_PLUS] = ACTIONS(813), + [anon_sym_bit_DASHshl] = ACTIONS(813), + [anon_sym_bit_DASHshr] = ACTIONS(813), + [anon_sym_EQ_EQ] = ACTIONS(813), + [anon_sym_BANG_EQ] = ACTIONS(813), + [anon_sym_LT2] = ACTIONS(813), + [anon_sym_LT_EQ] = ACTIONS(813), + [anon_sym_GT_EQ] = ACTIONS(813), + [anon_sym_not_DASHin] = ACTIONS(813), + [anon_sym_starts_DASHwith] = ACTIONS(813), + [anon_sym_ends_DASHwith] = ACTIONS(813), + [anon_sym_EQ_TILDE] = ACTIONS(813), + [anon_sym_BANG_TILDE] = ACTIONS(813), + [anon_sym_bit_DASHand] = ACTIONS(813), + [anon_sym_bit_DASHxor] = ACTIONS(813), + [anon_sym_bit_DASHor] = ACTIONS(813), + [anon_sym_and] = ACTIONS(813), + [anon_sym_xor] = ACTIONS(813), + [anon_sym_or] = ACTIONS(813), + [anon_sym_not] = ACTIONS(813), + [anon_sym_DOT_DOT_LT] = ACTIONS(813), + [anon_sym_DOT_DOT] = ACTIONS(813), + [anon_sym_DOT_DOT_EQ] = ACTIONS(813), + [sym_val_nothing] = ACTIONS(813), + [anon_sym_true] = ACTIONS(813), + [anon_sym_false] = ACTIONS(813), + [aux_sym_val_number_token1] = ACTIONS(813), + [aux_sym_val_number_token2] = ACTIONS(813), + [aux_sym_val_number_token3] = ACTIONS(813), + [aux_sym_val_number_token4] = ACTIONS(813), + [anon_sym_inf] = ACTIONS(813), + [anon_sym_DASHinf] = ACTIONS(813), + [anon_sym_NaN] = ACTIONS(813), + [anon_sym_0b] = ACTIONS(813), + [anon_sym_0o] = ACTIONS(813), + [anon_sym_0x] = ACTIONS(813), + [sym_val_date] = ACTIONS(813), + [anon_sym_DQUOTE] = ACTIONS(813), + [sym__str_single_quotes] = ACTIONS(813), + [sym__str_back_ticks] = ACTIONS(813), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(813), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(813), + [anon_sym_CARET] = ACTIONS(813), [anon_sym_POUND] = ACTIONS(3), }, - [355] = { - [sym_comment] = STATE(355), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), + [397] = { + [sym_comment] = STATE(397), + [ts_builtin_sym_end] = ACTIONS(828), + [anon_sym_export] = ACTIONS(826), + [anon_sym_alias] = ACTIONS(826), + [anon_sym_let] = ACTIONS(826), + [anon_sym_let_DASHenv] = ACTIONS(826), + [anon_sym_mut] = ACTIONS(826), + [anon_sym_const] = ACTIONS(826), + [sym_cmd_identifier] = ACTIONS(826), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_LF] = ACTIONS(828), + [anon_sym_def] = ACTIONS(826), + [anon_sym_def_DASHenv] = ACTIONS(826), + [anon_sym_export_DASHenv] = ACTIONS(826), + [anon_sym_extern] = ACTIONS(826), + [anon_sym_module] = ACTIONS(826), + [anon_sym_use] = ACTIONS(826), + [anon_sym_LBRACK] = ACTIONS(826), + [anon_sym_LPAREN] = ACTIONS(826), + [anon_sym_PIPE] = ACTIONS(826), + [anon_sym_DOLLAR] = ACTIONS(826), + [anon_sym_error] = ACTIONS(826), + [anon_sym_GT] = ACTIONS(826), + [anon_sym_DASH] = ACTIONS(826), + [anon_sym_break] = ACTIONS(826), + [anon_sym_continue] = ACTIONS(826), + [anon_sym_for] = ACTIONS(826), + [anon_sym_in] = ACTIONS(826), + [anon_sym_loop] = ACTIONS(826), + [anon_sym_while] = ACTIONS(826), + [anon_sym_do] = ACTIONS(826), + [anon_sym_if] = ACTIONS(826), + [anon_sym_match] = ACTIONS(826), + [anon_sym_LBRACE] = ACTIONS(826), + [anon_sym_try] = ACTIONS(826), + [anon_sym_return] = ACTIONS(826), + [anon_sym_source] = ACTIONS(826), + [anon_sym_source_DASHenv] = ACTIONS(826), + [anon_sym_register] = ACTIONS(826), + [anon_sym_hide] = ACTIONS(826), + [anon_sym_hide_DASHenv] = ACTIONS(826), + [anon_sym_overlay] = ACTIONS(826), + [anon_sym_STAR] = ACTIONS(826), + [anon_sym_where] = ACTIONS(826), + [anon_sym_STAR_STAR] = ACTIONS(826), + [anon_sym_PLUS_PLUS] = ACTIONS(826), + [anon_sym_SLASH] = ACTIONS(826), + [anon_sym_mod] = ACTIONS(826), + [anon_sym_SLASH_SLASH] = ACTIONS(826), + [anon_sym_PLUS] = ACTIONS(826), + [anon_sym_bit_DASHshl] = ACTIONS(826), + [anon_sym_bit_DASHshr] = ACTIONS(826), + [anon_sym_EQ_EQ] = ACTIONS(826), + [anon_sym_BANG_EQ] = ACTIONS(826), + [anon_sym_LT2] = ACTIONS(826), + [anon_sym_LT_EQ] = ACTIONS(826), + [anon_sym_GT_EQ] = ACTIONS(826), + [anon_sym_not_DASHin] = ACTIONS(826), + [anon_sym_starts_DASHwith] = ACTIONS(826), + [anon_sym_ends_DASHwith] = ACTIONS(826), + [anon_sym_EQ_TILDE] = ACTIONS(826), + [anon_sym_BANG_TILDE] = ACTIONS(826), + [anon_sym_bit_DASHand] = ACTIONS(826), + [anon_sym_bit_DASHxor] = ACTIONS(826), + [anon_sym_bit_DASHor] = ACTIONS(826), + [anon_sym_and] = ACTIONS(826), + [anon_sym_xor] = ACTIONS(826), + [anon_sym_or] = ACTIONS(826), + [anon_sym_not] = ACTIONS(826), + [anon_sym_DOT_DOT_LT] = ACTIONS(826), + [anon_sym_DOT_DOT] = ACTIONS(826), + [anon_sym_DOT_DOT_EQ] = ACTIONS(826), + [sym_val_nothing] = ACTIONS(826), + [anon_sym_true] = ACTIONS(826), + [anon_sym_false] = ACTIONS(826), + [aux_sym_val_number_token1] = ACTIONS(826), + [aux_sym_val_number_token2] = ACTIONS(826), + [aux_sym_val_number_token3] = ACTIONS(826), + [aux_sym_val_number_token4] = ACTIONS(826), + [anon_sym_inf] = ACTIONS(826), + [anon_sym_DASHinf] = ACTIONS(826), + [anon_sym_NaN] = ACTIONS(826), + [anon_sym_0b] = ACTIONS(826), + [anon_sym_0o] = ACTIONS(826), + [anon_sym_0x] = ACTIONS(826), + [sym_val_date] = ACTIONS(826), + [anon_sym_DQUOTE] = ACTIONS(826), + [sym__str_single_quotes] = ACTIONS(826), + [sym__str_back_ticks] = ACTIONS(826), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(826), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(826), + [anon_sym_CARET] = ACTIONS(826), + [anon_sym_POUND] = ACTIONS(3), + }, + [398] = { + [sym_comment] = STATE(398), + [ts_builtin_sym_end] = ACTIONS(840), + [anon_sym_export] = ACTIONS(838), + [anon_sym_alias] = ACTIONS(838), + [anon_sym_let] = ACTIONS(838), + [anon_sym_let_DASHenv] = ACTIONS(838), + [anon_sym_mut] = ACTIONS(838), + [anon_sym_const] = ACTIONS(838), + [sym_cmd_identifier] = ACTIONS(838), + [anon_sym_SEMI] = ACTIONS(838), + [anon_sym_LF] = ACTIONS(840), + [anon_sym_def] = ACTIONS(838), + [anon_sym_def_DASHenv] = ACTIONS(838), + [anon_sym_export_DASHenv] = ACTIONS(838), + [anon_sym_extern] = ACTIONS(838), + [anon_sym_module] = ACTIONS(838), + [anon_sym_use] = ACTIONS(838), + [anon_sym_LBRACK] = ACTIONS(838), + [anon_sym_LPAREN] = ACTIONS(838), + [anon_sym_PIPE] = ACTIONS(838), + [anon_sym_DOLLAR] = ACTIONS(838), + [anon_sym_error] = ACTIONS(838), + [anon_sym_GT] = ACTIONS(838), + [anon_sym_DASH] = ACTIONS(838), + [anon_sym_break] = ACTIONS(838), + [anon_sym_continue] = ACTIONS(838), + [anon_sym_for] = ACTIONS(838), + [anon_sym_in] = ACTIONS(838), + [anon_sym_loop] = ACTIONS(838), + [anon_sym_while] = ACTIONS(838), + [anon_sym_do] = ACTIONS(838), + [anon_sym_if] = ACTIONS(838), + [anon_sym_match] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(838), + [anon_sym_try] = ACTIONS(838), + [anon_sym_return] = ACTIONS(838), + [anon_sym_source] = ACTIONS(838), + [anon_sym_source_DASHenv] = ACTIONS(838), + [anon_sym_register] = ACTIONS(838), + [anon_sym_hide] = ACTIONS(838), + [anon_sym_hide_DASHenv] = ACTIONS(838), + [anon_sym_overlay] = ACTIONS(838), + [anon_sym_STAR] = ACTIONS(838), + [anon_sym_where] = ACTIONS(838), + [anon_sym_STAR_STAR] = ACTIONS(838), + [anon_sym_PLUS_PLUS] = ACTIONS(838), + [anon_sym_SLASH] = ACTIONS(838), + [anon_sym_mod] = ACTIONS(838), + [anon_sym_SLASH_SLASH] = ACTIONS(838), + [anon_sym_PLUS] = ACTIONS(838), + [anon_sym_bit_DASHshl] = ACTIONS(838), + [anon_sym_bit_DASHshr] = ACTIONS(838), + [anon_sym_EQ_EQ] = ACTIONS(838), + [anon_sym_BANG_EQ] = ACTIONS(838), + [anon_sym_LT2] = ACTIONS(838), + [anon_sym_LT_EQ] = ACTIONS(838), + [anon_sym_GT_EQ] = ACTIONS(838), + [anon_sym_not_DASHin] = ACTIONS(838), + [anon_sym_starts_DASHwith] = ACTIONS(838), + [anon_sym_ends_DASHwith] = ACTIONS(838), + [anon_sym_EQ_TILDE] = ACTIONS(838), + [anon_sym_BANG_TILDE] = ACTIONS(838), + [anon_sym_bit_DASHand] = ACTIONS(838), + [anon_sym_bit_DASHxor] = ACTIONS(838), + [anon_sym_bit_DASHor] = ACTIONS(838), + [anon_sym_and] = ACTIONS(838), + [anon_sym_xor] = ACTIONS(838), + [anon_sym_or] = ACTIONS(838), + [anon_sym_not] = ACTIONS(838), + [anon_sym_DOT_DOT_LT] = ACTIONS(838), + [anon_sym_DOT_DOT] = ACTIONS(838), + [anon_sym_DOT_DOT_EQ] = ACTIONS(838), + [sym_val_nothing] = ACTIONS(838), + [anon_sym_true] = ACTIONS(838), + [anon_sym_false] = ACTIONS(838), + [aux_sym_val_number_token1] = ACTIONS(838), + [aux_sym_val_number_token2] = ACTIONS(838), + [aux_sym_val_number_token3] = ACTIONS(838), + [aux_sym_val_number_token4] = ACTIONS(838), + [anon_sym_inf] = ACTIONS(838), + [anon_sym_DASHinf] = ACTIONS(838), + [anon_sym_NaN] = ACTIONS(838), + [anon_sym_0b] = ACTIONS(838), + [anon_sym_0o] = ACTIONS(838), + [anon_sym_0x] = ACTIONS(838), + [sym_val_date] = ACTIONS(838), + [anon_sym_DQUOTE] = ACTIONS(838), + [sym__str_single_quotes] = ACTIONS(838), + [sym__str_back_ticks] = ACTIONS(838), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(838), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(838), + [anon_sym_CARET] = ACTIONS(838), + [anon_sym_POUND] = ACTIONS(3), + }, + [399] = { + [sym_comment] = STATE(399), + [ts_builtin_sym_end] = ACTIONS(844), + [anon_sym_export] = ACTIONS(842), + [anon_sym_alias] = ACTIONS(842), + [anon_sym_let] = ACTIONS(842), + [anon_sym_let_DASHenv] = ACTIONS(842), + [anon_sym_mut] = ACTIONS(842), + [anon_sym_const] = ACTIONS(842), + [sym_cmd_identifier] = ACTIONS(842), + [anon_sym_SEMI] = ACTIONS(842), + [anon_sym_LF] = ACTIONS(844), + [anon_sym_def] = ACTIONS(842), + [anon_sym_def_DASHenv] = ACTIONS(842), + [anon_sym_export_DASHenv] = ACTIONS(842), + [anon_sym_extern] = ACTIONS(842), + [anon_sym_module] = ACTIONS(842), + [anon_sym_use] = ACTIONS(842), + [anon_sym_LBRACK] = ACTIONS(842), + [anon_sym_LPAREN] = ACTIONS(842), + [anon_sym_PIPE] = ACTIONS(842), + [anon_sym_DOLLAR] = ACTIONS(842), + [anon_sym_error] = ACTIONS(842), + [anon_sym_GT] = ACTIONS(842), + [anon_sym_DASH] = ACTIONS(842), + [anon_sym_break] = ACTIONS(842), + [anon_sym_continue] = ACTIONS(842), + [anon_sym_for] = ACTIONS(842), + [anon_sym_in] = ACTIONS(842), + [anon_sym_loop] = ACTIONS(842), + [anon_sym_while] = ACTIONS(842), + [anon_sym_do] = ACTIONS(842), + [anon_sym_if] = ACTIONS(842), + [anon_sym_match] = ACTIONS(842), + [anon_sym_LBRACE] = ACTIONS(842), + [anon_sym_try] = ACTIONS(842), + [anon_sym_return] = ACTIONS(842), + [anon_sym_source] = ACTIONS(842), + [anon_sym_source_DASHenv] = ACTIONS(842), + [anon_sym_register] = ACTIONS(842), + [anon_sym_hide] = ACTIONS(842), + [anon_sym_hide_DASHenv] = ACTIONS(842), + [anon_sym_overlay] = ACTIONS(842), + [anon_sym_STAR] = ACTIONS(842), + [anon_sym_where] = ACTIONS(842), + [anon_sym_STAR_STAR] = ACTIONS(842), + [anon_sym_PLUS_PLUS] = ACTIONS(842), + [anon_sym_SLASH] = ACTIONS(842), + [anon_sym_mod] = ACTIONS(842), + [anon_sym_SLASH_SLASH] = ACTIONS(842), + [anon_sym_PLUS] = ACTIONS(842), + [anon_sym_bit_DASHshl] = ACTIONS(842), + [anon_sym_bit_DASHshr] = ACTIONS(842), + [anon_sym_EQ_EQ] = ACTIONS(842), + [anon_sym_BANG_EQ] = ACTIONS(842), + [anon_sym_LT2] = ACTIONS(842), + [anon_sym_LT_EQ] = ACTIONS(842), + [anon_sym_GT_EQ] = ACTIONS(842), + [anon_sym_not_DASHin] = ACTIONS(842), + [anon_sym_starts_DASHwith] = ACTIONS(842), + [anon_sym_ends_DASHwith] = ACTIONS(842), + [anon_sym_EQ_TILDE] = ACTIONS(842), + [anon_sym_BANG_TILDE] = ACTIONS(842), + [anon_sym_bit_DASHand] = ACTIONS(842), + [anon_sym_bit_DASHxor] = ACTIONS(842), + [anon_sym_bit_DASHor] = ACTIONS(842), + [anon_sym_and] = ACTIONS(842), + [anon_sym_xor] = ACTIONS(842), + [anon_sym_or] = ACTIONS(842), + [anon_sym_not] = ACTIONS(842), + [anon_sym_DOT_DOT_LT] = ACTIONS(842), + [anon_sym_DOT_DOT] = ACTIONS(842), + [anon_sym_DOT_DOT_EQ] = ACTIONS(842), + [sym_val_nothing] = ACTIONS(842), + [anon_sym_true] = ACTIONS(842), + [anon_sym_false] = ACTIONS(842), + [aux_sym_val_number_token1] = ACTIONS(842), + [aux_sym_val_number_token2] = ACTIONS(842), + [aux_sym_val_number_token3] = ACTIONS(842), + [aux_sym_val_number_token4] = ACTIONS(842), + [anon_sym_inf] = ACTIONS(842), + [anon_sym_DASHinf] = ACTIONS(842), + [anon_sym_NaN] = ACTIONS(842), + [anon_sym_0b] = ACTIONS(842), + [anon_sym_0o] = ACTIONS(842), + [anon_sym_0x] = ACTIONS(842), + [sym_val_date] = ACTIONS(842), + [anon_sym_DQUOTE] = ACTIONS(842), + [sym__str_single_quotes] = ACTIONS(842), + [sym__str_back_ticks] = ACTIONS(842), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(842), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(842), + [anon_sym_CARET] = ACTIONS(842), + [anon_sym_POUND] = ACTIONS(3), + }, + [400] = { + [sym_comment] = STATE(400), + [ts_builtin_sym_end] = ACTIONS(848), + [anon_sym_export] = ACTIONS(846), + [anon_sym_alias] = ACTIONS(846), + [anon_sym_let] = ACTIONS(846), + [anon_sym_let_DASHenv] = ACTIONS(846), + [anon_sym_mut] = ACTIONS(846), + [anon_sym_const] = ACTIONS(846), + [sym_cmd_identifier] = ACTIONS(846), + [anon_sym_SEMI] = ACTIONS(846), + [anon_sym_LF] = ACTIONS(848), + [anon_sym_def] = ACTIONS(846), + [anon_sym_def_DASHenv] = ACTIONS(846), + [anon_sym_export_DASHenv] = ACTIONS(846), + [anon_sym_extern] = ACTIONS(846), + [anon_sym_module] = ACTIONS(846), + [anon_sym_use] = ACTIONS(846), + [anon_sym_LBRACK] = ACTIONS(846), + [anon_sym_LPAREN] = ACTIONS(846), + [anon_sym_PIPE] = ACTIONS(846), + [anon_sym_DOLLAR] = ACTIONS(846), + [anon_sym_error] = ACTIONS(846), + [anon_sym_GT] = ACTIONS(846), + [anon_sym_DASH] = ACTIONS(846), + [anon_sym_break] = ACTIONS(846), + [anon_sym_continue] = ACTIONS(846), + [anon_sym_for] = ACTIONS(846), + [anon_sym_in] = ACTIONS(846), + [anon_sym_loop] = ACTIONS(846), + [anon_sym_while] = ACTIONS(846), + [anon_sym_do] = ACTIONS(846), + [anon_sym_if] = ACTIONS(846), + [anon_sym_match] = ACTIONS(846), + [anon_sym_LBRACE] = ACTIONS(846), + [anon_sym_try] = ACTIONS(846), + [anon_sym_return] = ACTIONS(846), + [anon_sym_source] = ACTIONS(846), + [anon_sym_source_DASHenv] = ACTIONS(846), + [anon_sym_register] = ACTIONS(846), + [anon_sym_hide] = ACTIONS(846), + [anon_sym_hide_DASHenv] = ACTIONS(846), + [anon_sym_overlay] = ACTIONS(846), + [anon_sym_STAR] = ACTIONS(846), + [anon_sym_where] = ACTIONS(846), + [anon_sym_STAR_STAR] = ACTIONS(846), + [anon_sym_PLUS_PLUS] = ACTIONS(846), + [anon_sym_SLASH] = ACTIONS(846), + [anon_sym_mod] = ACTIONS(846), + [anon_sym_SLASH_SLASH] = ACTIONS(846), + [anon_sym_PLUS] = ACTIONS(846), + [anon_sym_bit_DASHshl] = ACTIONS(846), + [anon_sym_bit_DASHshr] = ACTIONS(846), + [anon_sym_EQ_EQ] = ACTIONS(846), + [anon_sym_BANG_EQ] = ACTIONS(846), + [anon_sym_LT2] = ACTIONS(846), + [anon_sym_LT_EQ] = ACTIONS(846), + [anon_sym_GT_EQ] = ACTIONS(846), + [anon_sym_not_DASHin] = ACTIONS(846), + [anon_sym_starts_DASHwith] = ACTIONS(846), + [anon_sym_ends_DASHwith] = ACTIONS(846), + [anon_sym_EQ_TILDE] = ACTIONS(846), + [anon_sym_BANG_TILDE] = ACTIONS(846), + [anon_sym_bit_DASHand] = ACTIONS(846), + [anon_sym_bit_DASHxor] = ACTIONS(846), + [anon_sym_bit_DASHor] = ACTIONS(846), + [anon_sym_and] = ACTIONS(846), + [anon_sym_xor] = ACTIONS(846), + [anon_sym_or] = ACTIONS(846), + [anon_sym_not] = ACTIONS(846), + [anon_sym_DOT_DOT_LT] = ACTIONS(846), + [anon_sym_DOT_DOT] = ACTIONS(846), + [anon_sym_DOT_DOT_EQ] = ACTIONS(846), + [sym_val_nothing] = ACTIONS(846), + [anon_sym_true] = ACTIONS(846), + [anon_sym_false] = ACTIONS(846), + [aux_sym_val_number_token1] = ACTIONS(846), + [aux_sym_val_number_token2] = ACTIONS(846), + [aux_sym_val_number_token3] = ACTIONS(846), + [aux_sym_val_number_token4] = ACTIONS(846), + [anon_sym_inf] = ACTIONS(846), + [anon_sym_DASHinf] = ACTIONS(846), + [anon_sym_NaN] = ACTIONS(846), + [anon_sym_0b] = ACTIONS(846), + [anon_sym_0o] = ACTIONS(846), + [anon_sym_0x] = ACTIONS(846), + [sym_val_date] = ACTIONS(846), + [anon_sym_DQUOTE] = ACTIONS(846), + [sym__str_single_quotes] = ACTIONS(846), + [sym__str_back_ticks] = ACTIONS(846), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(846), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(846), + [anon_sym_CARET] = ACTIONS(846), + [anon_sym_POUND] = ACTIONS(3), + }, + [401] = { + [sym_comment] = STATE(401), + [ts_builtin_sym_end] = ACTIONS(864), + [anon_sym_export] = ACTIONS(862), + [anon_sym_alias] = ACTIONS(862), + [anon_sym_let] = ACTIONS(862), + [anon_sym_let_DASHenv] = ACTIONS(862), + [anon_sym_mut] = ACTIONS(862), + [anon_sym_const] = ACTIONS(862), + [sym_cmd_identifier] = ACTIONS(862), + [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_LF] = ACTIONS(864), + [anon_sym_def] = ACTIONS(862), + [anon_sym_def_DASHenv] = ACTIONS(862), + [anon_sym_export_DASHenv] = ACTIONS(862), + [anon_sym_extern] = ACTIONS(862), + [anon_sym_module] = ACTIONS(862), + [anon_sym_use] = ACTIONS(862), + [anon_sym_LBRACK] = ACTIONS(862), + [anon_sym_LPAREN] = ACTIONS(862), + [anon_sym_PIPE] = ACTIONS(862), + [anon_sym_DOLLAR] = ACTIONS(862), + [anon_sym_error] = ACTIONS(862), + [anon_sym_GT] = ACTIONS(862), + [anon_sym_DASH] = ACTIONS(862), + [anon_sym_break] = ACTIONS(862), + [anon_sym_continue] = ACTIONS(862), + [anon_sym_for] = ACTIONS(862), + [anon_sym_in] = ACTIONS(862), + [anon_sym_loop] = ACTIONS(862), + [anon_sym_while] = ACTIONS(862), + [anon_sym_do] = ACTIONS(862), + [anon_sym_if] = ACTIONS(862), + [anon_sym_match] = ACTIONS(862), + [anon_sym_LBRACE] = ACTIONS(862), + [anon_sym_try] = ACTIONS(862), + [anon_sym_return] = ACTIONS(862), + [anon_sym_source] = ACTIONS(862), + [anon_sym_source_DASHenv] = ACTIONS(862), + [anon_sym_register] = ACTIONS(862), + [anon_sym_hide] = ACTIONS(862), + [anon_sym_hide_DASHenv] = ACTIONS(862), + [anon_sym_overlay] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(862), + [anon_sym_where] = ACTIONS(862), + [anon_sym_STAR_STAR] = ACTIONS(862), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_SLASH] = ACTIONS(862), + [anon_sym_mod] = ACTIONS(862), + [anon_sym_SLASH_SLASH] = ACTIONS(862), + [anon_sym_PLUS] = ACTIONS(862), + [anon_sym_bit_DASHshl] = ACTIONS(862), + [anon_sym_bit_DASHshr] = ACTIONS(862), + [anon_sym_EQ_EQ] = ACTIONS(862), + [anon_sym_BANG_EQ] = ACTIONS(862), + [anon_sym_LT2] = ACTIONS(862), + [anon_sym_LT_EQ] = ACTIONS(862), + [anon_sym_GT_EQ] = ACTIONS(862), + [anon_sym_not_DASHin] = ACTIONS(862), + [anon_sym_starts_DASHwith] = ACTIONS(862), + [anon_sym_ends_DASHwith] = ACTIONS(862), + [anon_sym_EQ_TILDE] = ACTIONS(862), + [anon_sym_BANG_TILDE] = ACTIONS(862), + [anon_sym_bit_DASHand] = ACTIONS(862), + [anon_sym_bit_DASHxor] = ACTIONS(862), + [anon_sym_bit_DASHor] = ACTIONS(862), + [anon_sym_and] = ACTIONS(862), + [anon_sym_xor] = ACTIONS(862), + [anon_sym_or] = ACTIONS(862), + [anon_sym_not] = ACTIONS(862), + [anon_sym_DOT_DOT_LT] = ACTIONS(862), + [anon_sym_DOT_DOT] = ACTIONS(862), + [anon_sym_DOT_DOT_EQ] = ACTIONS(862), + [sym_val_nothing] = ACTIONS(862), + [anon_sym_true] = ACTIONS(862), + [anon_sym_false] = ACTIONS(862), + [aux_sym_val_number_token1] = ACTIONS(862), + [aux_sym_val_number_token2] = ACTIONS(862), + [aux_sym_val_number_token3] = ACTIONS(862), + [aux_sym_val_number_token4] = ACTIONS(862), + [anon_sym_inf] = ACTIONS(862), + [anon_sym_DASHinf] = ACTIONS(862), + [anon_sym_NaN] = ACTIONS(862), + [anon_sym_0b] = ACTIONS(862), + [anon_sym_0o] = ACTIONS(862), + [anon_sym_0x] = ACTIONS(862), + [sym_val_date] = ACTIONS(862), + [anon_sym_DQUOTE] = ACTIONS(862), + [sym__str_single_quotes] = ACTIONS(862), + [sym__str_back_ticks] = ACTIONS(862), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(862), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(862), + [anon_sym_CARET] = ACTIONS(862), + [anon_sym_POUND] = ACTIONS(3), + }, + [402] = { + [sym_comment] = STATE(402), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), [anon_sym_GT] = ACTIONS(914), [anon_sym_DASH] = ACTIONS(916), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(918), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(769), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), [anon_sym_STAR] = ACTIONS(920), - [anon_sym_where] = ACTIONS(781), + [anon_sym_where] = ACTIONS(769), [anon_sym_STAR_STAR] = ACTIONS(922), [anon_sym_PLUS_PLUS] = ACTIONS(922), [anon_sym_SLASH] = ACTIONS(920), @@ -81593,183 +86063,183 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT2] = ACTIONS(914), [anon_sym_LT_EQ] = ACTIONS(914), [anon_sym_GT_EQ] = ACTIONS(914), - [anon_sym_not_DASHin] = ACTIONS(918), - [anon_sym_starts_DASHwith] = ACTIONS(918), - [anon_sym_ends_DASHwith] = ACTIONS(918), - [anon_sym_EQ_TILDE] = ACTIONS(926), - [anon_sym_BANG_TILDE] = ACTIONS(926), - [anon_sym_bit_DASHand] = ACTIONS(928), - [anon_sym_bit_DASHxor] = ACTIONS(930), - [anon_sym_bit_DASHor] = ACTIONS(932), - [anon_sym_and] = ACTIONS(934), - [anon_sym_xor] = ACTIONS(936), - [anon_sym_or] = ACTIONS(938), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), + [anon_sym_not_DASHin] = ACTIONS(769), + [anon_sym_starts_DASHwith] = ACTIONS(769), + [anon_sym_ends_DASHwith] = ACTIONS(769), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [356] = { - [sym_comment] = STATE(356), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(914), + [403] = { + [sym_comment] = STATE(403), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(769), [anon_sym_DASH] = ACTIONS(916), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(918), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(769), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), [anon_sym_STAR] = ACTIONS(920), - [anon_sym_where] = ACTIONS(781), + [anon_sym_where] = ACTIONS(769), [anon_sym_STAR_STAR] = ACTIONS(922), [anon_sym_PLUS_PLUS] = ACTIONS(922), [anon_sym_SLASH] = ACTIONS(920), [anon_sym_mod] = ACTIONS(920), [anon_sym_SLASH_SLASH] = ACTIONS(920), [anon_sym_PLUS] = ACTIONS(916), - [anon_sym_bit_DASHshl] = ACTIONS(924), - [anon_sym_bit_DASHshr] = ACTIONS(924), - [anon_sym_EQ_EQ] = ACTIONS(914), - [anon_sym_BANG_EQ] = ACTIONS(914), - [anon_sym_LT2] = ACTIONS(914), - [anon_sym_LT_EQ] = ACTIONS(914), - [anon_sym_GT_EQ] = ACTIONS(914), - [anon_sym_not_DASHin] = ACTIONS(918), - [anon_sym_starts_DASHwith] = ACTIONS(918), - [anon_sym_ends_DASHwith] = ACTIONS(918), - [anon_sym_EQ_TILDE] = ACTIONS(926), - [anon_sym_BANG_TILDE] = ACTIONS(926), - [anon_sym_bit_DASHand] = ACTIONS(928), - [anon_sym_bit_DASHxor] = ACTIONS(930), - [anon_sym_bit_DASHor] = ACTIONS(932), - [anon_sym_and] = ACTIONS(934), - [anon_sym_xor] = ACTIONS(936), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), + [anon_sym_bit_DASHshl] = ACTIONS(769), + [anon_sym_bit_DASHshr] = ACTIONS(769), + [anon_sym_EQ_EQ] = ACTIONS(769), + [anon_sym_BANG_EQ] = ACTIONS(769), + [anon_sym_LT2] = ACTIONS(769), + [anon_sym_LT_EQ] = ACTIONS(769), + [anon_sym_GT_EQ] = ACTIONS(769), + [anon_sym_not_DASHin] = ACTIONS(769), + [anon_sym_starts_DASHwith] = ACTIONS(769), + [anon_sym_ends_DASHwith] = ACTIONS(769), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [357] = { - [sym_comment] = STATE(357), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), + [404] = { + [sym_comment] = STATE(404), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), [anon_sym_GT] = ACTIONS(914), [anon_sym_DASH] = ACTIONS(916), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), [anon_sym_in] = ACTIONS(918), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), [anon_sym_STAR] = ACTIONS(920), - [anon_sym_where] = ACTIONS(781), + [anon_sym_where] = ACTIONS(769), [anon_sym_STAR_STAR] = ACTIONS(922), [anon_sym_PLUS_PLUS] = ACTIONS(922), [anon_sym_SLASH] = ACTIONS(920), @@ -81786,85 +86256,275 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_not_DASHin] = ACTIONS(918), [anon_sym_starts_DASHwith] = ACTIONS(918), [anon_sym_ends_DASHwith] = ACTIONS(918), - [anon_sym_EQ_TILDE] = ACTIONS(926), - [anon_sym_BANG_TILDE] = ACTIONS(926), - [anon_sym_bit_DASHand] = ACTIONS(928), - [anon_sym_bit_DASHxor] = ACTIONS(930), - [anon_sym_bit_DASHor] = ACTIONS(932), - [anon_sym_and] = ACTIONS(934), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [358] = { - [sym_comment] = STATE(358), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(914), - [anon_sym_DASH] = ACTIONS(916), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(918), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), + [405] = { + [sym_comment] = STATE(405), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(769), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(769), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(920), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(922), + [anon_sym_PLUS_PLUS] = ACTIONS(922), + [anon_sym_SLASH] = ACTIONS(920), + [anon_sym_mod] = ACTIONS(920), + [anon_sym_SLASH_SLASH] = ACTIONS(920), + [anon_sym_PLUS] = ACTIONS(769), + [anon_sym_bit_DASHshl] = ACTIONS(769), + [anon_sym_bit_DASHshr] = ACTIONS(769), + [anon_sym_EQ_EQ] = ACTIONS(769), + [anon_sym_BANG_EQ] = ACTIONS(769), + [anon_sym_LT2] = ACTIONS(769), + [anon_sym_LT_EQ] = ACTIONS(769), + [anon_sym_GT_EQ] = ACTIONS(769), + [anon_sym_not_DASHin] = ACTIONS(769), + [anon_sym_starts_DASHwith] = ACTIONS(769), + [anon_sym_ends_DASHwith] = ACTIONS(769), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [anon_sym_POUND] = ACTIONS(3), + }, + [406] = { + [sym_comment] = STATE(406), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(769), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(769), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(769), + [anon_sym_where] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(922), + [anon_sym_PLUS_PLUS] = ACTIONS(922), + [anon_sym_SLASH] = ACTIONS(769), + [anon_sym_mod] = ACTIONS(769), + [anon_sym_SLASH_SLASH] = ACTIONS(769), + [anon_sym_PLUS] = ACTIONS(769), + [anon_sym_bit_DASHshl] = ACTIONS(769), + [anon_sym_bit_DASHshr] = ACTIONS(769), + [anon_sym_EQ_EQ] = ACTIONS(769), + [anon_sym_BANG_EQ] = ACTIONS(769), + [anon_sym_LT2] = ACTIONS(769), + [anon_sym_LT_EQ] = ACTIONS(769), + [anon_sym_GT_EQ] = ACTIONS(769), + [anon_sym_not_DASHin] = ACTIONS(769), + [anon_sym_starts_DASHwith] = ACTIONS(769), + [anon_sym_ends_DASHwith] = ACTIONS(769), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), + [anon_sym_POUND] = ACTIONS(3), + }, + [407] = { + [sym_comment] = STATE(407), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(916), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(769), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), [anon_sym_STAR] = ACTIONS(920), - [anon_sym_where] = ACTIONS(781), + [anon_sym_where] = ACTIONS(769), [anon_sym_STAR_STAR] = ACTIONS(922), [anon_sym_PLUS_PLUS] = ACTIONS(922), [anon_sym_SLASH] = ACTIONS(920), @@ -81873,93 +86533,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(916), [anon_sym_bit_DASHshl] = ACTIONS(924), [anon_sym_bit_DASHshr] = ACTIONS(924), - [anon_sym_EQ_EQ] = ACTIONS(914), - [anon_sym_BANG_EQ] = ACTIONS(914), - [anon_sym_LT2] = ACTIONS(914), - [anon_sym_LT_EQ] = ACTIONS(914), - [anon_sym_GT_EQ] = ACTIONS(914), - [anon_sym_not_DASHin] = ACTIONS(918), - [anon_sym_starts_DASHwith] = ACTIONS(918), - [anon_sym_ends_DASHwith] = ACTIONS(918), - [anon_sym_EQ_TILDE] = ACTIONS(926), - [anon_sym_BANG_TILDE] = ACTIONS(926), - [anon_sym_bit_DASHand] = ACTIONS(928), - [anon_sym_bit_DASHxor] = ACTIONS(930), - [anon_sym_bit_DASHor] = ACTIONS(932), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), + [anon_sym_EQ_EQ] = ACTIONS(769), + [anon_sym_BANG_EQ] = ACTIONS(769), + [anon_sym_LT2] = ACTIONS(769), + [anon_sym_LT_EQ] = ACTIONS(769), + [anon_sym_GT_EQ] = ACTIONS(769), + [anon_sym_not_DASHin] = ACTIONS(769), + [anon_sym_starts_DASHwith] = ACTIONS(769), + [anon_sym_ends_DASHwith] = ACTIONS(769), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [359] = { - [sym_comment] = STATE(359), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), + [408] = { + [sym_comment] = STATE(408), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), [anon_sym_GT] = ACTIONS(914), [anon_sym_DASH] = ACTIONS(916), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), [anon_sym_in] = ACTIONS(918), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), [anon_sym_STAR] = ACTIONS(920), - [anon_sym_where] = ACTIONS(781), + [anon_sym_where] = ACTIONS(769), [anon_sym_STAR_STAR] = ACTIONS(922), [anon_sym_PLUS_PLUS] = ACTIONS(922), [anon_sym_SLASH] = ACTIONS(920), @@ -81978,178 +86638,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ends_DASHwith] = ACTIONS(918), [anon_sym_EQ_TILDE] = ACTIONS(926), [anon_sym_BANG_TILDE] = ACTIONS(926), - [anon_sym_bit_DASHand] = ACTIONS(928), - [anon_sym_bit_DASHxor] = ACTIONS(930), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [360] = { - [sym_comment] = STATE(360), - [ts_builtin_sym_end] = ACTIONS(105), - [anon_sym_export] = ACTIONS(103), - [anon_sym_alias] = ACTIONS(103), - [anon_sym_let] = ACTIONS(103), - [anon_sym_let_DASHenv] = ACTIONS(103), - [anon_sym_mut] = ACTIONS(103), - [anon_sym_const] = ACTIONS(103), - [sym_cmd_identifier] = ACTIONS(103), - [anon_sym_SEMI] = ACTIONS(103), - [anon_sym_LF] = ACTIONS(105), - [anon_sym_def] = ACTIONS(103), - [anon_sym_def_DASHenv] = ACTIONS(103), - [anon_sym_export_DASHenv] = ACTIONS(103), - [anon_sym_extern] = ACTIONS(103), - [anon_sym_module] = ACTIONS(103), - [anon_sym_use] = ACTIONS(103), - [anon_sym_LBRACK] = ACTIONS(103), - [anon_sym_LPAREN] = ACTIONS(103), - [anon_sym_PIPE] = ACTIONS(103), - [anon_sym_DOLLAR] = ACTIONS(103), - [anon_sym_error] = ACTIONS(103), - [anon_sym_GT] = ACTIONS(103), - [anon_sym_DASH] = ACTIONS(103), - [anon_sym_break] = ACTIONS(103), - [anon_sym_continue] = ACTIONS(103), - [anon_sym_for] = ACTIONS(103), - [anon_sym_in] = ACTIONS(103), - [anon_sym_loop] = ACTIONS(103), - [anon_sym_while] = ACTIONS(103), - [anon_sym_do] = ACTIONS(103), - [anon_sym_if] = ACTIONS(103), - [anon_sym_match] = ACTIONS(103), - [anon_sym_LBRACE] = ACTIONS(103), - [anon_sym_try] = ACTIONS(103), - [anon_sym_return] = ACTIONS(103), - [anon_sym_source] = ACTIONS(103), - [anon_sym_source_DASHenv] = ACTIONS(103), - [anon_sym_register] = ACTIONS(103), - [anon_sym_hide] = ACTIONS(103), - [anon_sym_hide_DASHenv] = ACTIONS(103), - [anon_sym_overlay] = ACTIONS(103), - [anon_sym_STAR] = ACTIONS(103), - [anon_sym_where] = ACTIONS(103), - [anon_sym_STAR_STAR] = ACTIONS(103), - [anon_sym_PLUS_PLUS] = ACTIONS(103), - [anon_sym_SLASH] = ACTIONS(103), - [anon_sym_mod] = ACTIONS(103), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_PLUS] = ACTIONS(103), - [anon_sym_bit_DASHshl] = ACTIONS(103), - [anon_sym_bit_DASHshr] = ACTIONS(103), - [anon_sym_EQ_EQ] = ACTIONS(103), - [anon_sym_BANG_EQ] = ACTIONS(103), - [anon_sym_LT2] = ACTIONS(103), - [anon_sym_LT_EQ] = ACTIONS(103), - [anon_sym_GT_EQ] = ACTIONS(103), - [anon_sym_not_DASHin] = ACTIONS(103), - [anon_sym_starts_DASHwith] = ACTIONS(103), - [anon_sym_ends_DASHwith] = ACTIONS(103), - [anon_sym_EQ_TILDE] = ACTIONS(103), - [anon_sym_BANG_TILDE] = ACTIONS(103), - [anon_sym_bit_DASHand] = ACTIONS(103), - [anon_sym_bit_DASHxor] = ACTIONS(103), - [anon_sym_bit_DASHor] = ACTIONS(103), - [anon_sym_and] = ACTIONS(103), - [anon_sym_xor] = ACTIONS(103), - [anon_sym_or] = ACTIONS(103), - [anon_sym_not] = ACTIONS(103), - [anon_sym_DOT_DOT_LT] = ACTIONS(103), - [anon_sym_DOT_DOT] = ACTIONS(103), - [anon_sym_DOT_DOT_EQ] = ACTIONS(103), - [sym_val_nothing] = ACTIONS(103), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [aux_sym_val_number_token1] = ACTIONS(103), - [aux_sym_val_number_token2] = ACTIONS(103), - [aux_sym_val_number_token3] = ACTIONS(103), - [aux_sym_val_number_token4] = ACTIONS(103), - [anon_sym_inf] = ACTIONS(103), - [anon_sym_DASHinf] = ACTIONS(103), - [anon_sym_NaN] = ACTIONS(103), - [anon_sym_0b] = ACTIONS(103), - [anon_sym_0o] = ACTIONS(103), - [anon_sym_0x] = ACTIONS(103), - [sym_val_date] = ACTIONS(103), - [anon_sym_DQUOTE] = ACTIONS(103), - [sym__str_single_quotes] = ACTIONS(103), - [sym__str_back_ticks] = ACTIONS(103), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(103), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(103), - [anon_sym_CARET] = ACTIONS(103), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [361] = { - [sym_comment] = STATE(361), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), + [409] = { + [sym_comment] = STATE(409), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), [anon_sym_GT] = ACTIONS(914), [anon_sym_DASH] = ACTIONS(916), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), [anon_sym_in] = ACTIONS(918), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), [anon_sym_STAR] = ACTIONS(920), - [anon_sym_where] = ACTIONS(781), + [anon_sym_where] = ACTIONS(769), [anon_sym_STAR_STAR] = ACTIONS(922), [anon_sym_PLUS_PLUS] = ACTIONS(922), [anon_sym_SLASH] = ACTIONS(920), @@ -82169,747 +86734,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ_TILDE] = ACTIONS(926), [anon_sym_BANG_TILDE] = ACTIONS(926), [anon_sym_bit_DASHand] = ACTIONS(928), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [362] = { - [sym__expression] = STATE(145), - [sym_expr_unary] = STATE(206), - [sym_expr_binary] = STATE(206), - [sym_expr_parenthesized] = STATE(210), - [sym_val_range] = STATE(206), - [sym__value] = STATE(206), - [sym_val_bool] = STATE(236), - [sym_val_variable] = STATE(236), - [sym__var] = STATE(132), - [sym_val_number] = STATE(3), - [sym_val_duration] = STATE(236), - [sym_val_filesize] = STATE(236), - [sym_val_binary] = STATE(236), - [sym_val_string] = STATE(236), - [sym__str_double_quotes] = STATE(200), - [sym_val_interpolated] = STATE(236), - [sym__inter_single_quotes] = STATE(214), - [sym__inter_double_quotes] = STATE(219), - [sym_val_list] = STATE(236), - [sym_val_record] = STATE(236), - [sym_val_table] = STATE(236), - [sym_val_closure] = STATE(236), - [sym__flag] = STATE(413), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(362), - [anon_sym_export] = ACTIONS(678), - [anon_sym_alias] = ACTIONS(678), - [anon_sym_let] = ACTIONS(678), - [anon_sym_let_DASHenv] = ACTIONS(678), - [anon_sym_mut] = ACTIONS(678), - [anon_sym_const] = ACTIONS(678), - [sym_cmd_identifier] = ACTIONS(678), - [anon_sym_SEMI] = ACTIONS(678), - [anon_sym_LF] = ACTIONS(680), - [anon_sym_def] = ACTIONS(678), - [anon_sym_def_DASHenv] = ACTIONS(678), - [anon_sym_export_DASHenv] = ACTIONS(678), - [anon_sym_extern] = ACTIONS(678), - [anon_sym_module] = ACTIONS(678), - [anon_sym_use] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(678), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_RPAREN] = ACTIONS(678), - [anon_sym_PIPE] = ACTIONS(678), - [anon_sym_DOLLAR] = ACTIONS(678), - [anon_sym_error] = ACTIONS(678), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(678), - [anon_sym_break] = ACTIONS(678), - [anon_sym_continue] = ACTIONS(678), - [anon_sym_for] = ACTIONS(678), - [anon_sym_loop] = ACTIONS(678), - [anon_sym_while] = ACTIONS(678), - [anon_sym_do] = ACTIONS(678), - [anon_sym_if] = ACTIONS(678), - [anon_sym_match] = ACTIONS(678), - [anon_sym_LBRACE] = ACTIONS(678), - [anon_sym_RBRACE] = ACTIONS(678), - [anon_sym_try] = ACTIONS(678), - [anon_sym_return] = ACTIONS(678), - [anon_sym_source] = ACTIONS(678), - [anon_sym_source_DASHenv] = ACTIONS(678), - [anon_sym_register] = ACTIONS(678), - [anon_sym_hide] = ACTIONS(678), - [anon_sym_hide_DASHenv] = ACTIONS(678), - [anon_sym_overlay] = ACTIONS(678), - [anon_sym_where] = ACTIONS(678), - [anon_sym_not] = ACTIONS(678), - [anon_sym_DOT_DOT_LT] = ACTIONS(678), - [anon_sym_DOT_DOT] = ACTIONS(678), - [anon_sym_DOT_DOT_EQ] = ACTIONS(678), - [sym_val_nothing] = ACTIONS(678), - [anon_sym_true] = ACTIONS(678), - [anon_sym_false] = ACTIONS(678), - [aux_sym_val_number_token1] = ACTIONS(678), - [aux_sym_val_number_token2] = ACTIONS(678), - [aux_sym_val_number_token3] = ACTIONS(678), - [aux_sym_val_number_token4] = ACTIONS(678), - [anon_sym_inf] = ACTIONS(678), - [anon_sym_DASHinf] = ACTIONS(678), - [anon_sym_NaN] = ACTIONS(678), - [anon_sym_0b] = ACTIONS(678), - [anon_sym_0o] = ACTIONS(678), - [anon_sym_0x] = ACTIONS(678), - [sym_val_date] = ACTIONS(678), - [anon_sym_DQUOTE] = ACTIONS(678), - [sym__str_single_quotes] = ACTIONS(678), - [sym__str_back_ticks] = ACTIONS(678), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(678), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(678), - [anon_sym_CARET] = ACTIONS(678), - [sym_short_flag] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(3), - }, - [363] = { - [sym_comment] = STATE(363), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(916), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(781), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(920), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(922), - [anon_sym_PLUS_PLUS] = ACTIONS(922), - [anon_sym_SLASH] = ACTIONS(920), - [anon_sym_mod] = ACTIONS(920), - [anon_sym_SLASH_SLASH] = ACTIONS(920), - [anon_sym_PLUS] = ACTIONS(916), - [anon_sym_bit_DASHshl] = ACTIONS(924), - [anon_sym_bit_DASHshr] = ACTIONS(924), - [anon_sym_EQ_EQ] = ACTIONS(781), - [anon_sym_BANG_EQ] = ACTIONS(781), - [anon_sym_LT2] = ACTIONS(781), - [anon_sym_LT_EQ] = ACTIONS(781), - [anon_sym_GT_EQ] = ACTIONS(781), - [anon_sym_not_DASHin] = ACTIONS(781), - [anon_sym_starts_DASHwith] = ACTIONS(781), - [anon_sym_ends_DASHwith] = ACTIONS(781), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [364] = { - [sym_comment] = STATE(364), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(781), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(781), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(781), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(922), - [anon_sym_PLUS_PLUS] = ACTIONS(922), - [anon_sym_SLASH] = ACTIONS(781), - [anon_sym_mod] = ACTIONS(781), - [anon_sym_SLASH_SLASH] = ACTIONS(781), - [anon_sym_PLUS] = ACTIONS(781), - [anon_sym_bit_DASHshl] = ACTIONS(781), - [anon_sym_bit_DASHshr] = ACTIONS(781), - [anon_sym_EQ_EQ] = ACTIONS(781), - [anon_sym_BANG_EQ] = ACTIONS(781), - [anon_sym_LT2] = ACTIONS(781), - [anon_sym_LT_EQ] = ACTIONS(781), - [anon_sym_GT_EQ] = ACTIONS(781), - [anon_sym_not_DASHin] = ACTIONS(781), - [anon_sym_starts_DASHwith] = ACTIONS(781), - [anon_sym_ends_DASHwith] = ACTIONS(781), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [365] = { - [sym_comment] = STATE(365), - [ts_builtin_sym_end] = ACTIONS(799), - [anon_sym_export] = ACTIONS(797), - [anon_sym_alias] = ACTIONS(797), - [anon_sym_let] = ACTIONS(797), - [anon_sym_let_DASHenv] = ACTIONS(797), - [anon_sym_mut] = ACTIONS(797), - [anon_sym_const] = ACTIONS(797), - [sym_cmd_identifier] = ACTIONS(797), - [anon_sym_SEMI] = ACTIONS(797), - [anon_sym_LF] = ACTIONS(799), - [anon_sym_def] = ACTIONS(797), - [anon_sym_def_DASHenv] = ACTIONS(797), - [anon_sym_export_DASHenv] = ACTIONS(797), - [anon_sym_extern] = ACTIONS(797), - [anon_sym_module] = ACTIONS(797), - [anon_sym_use] = ACTIONS(797), - [anon_sym_LBRACK] = ACTIONS(797), - [anon_sym_LPAREN] = ACTIONS(797), - [anon_sym_PIPE] = ACTIONS(797), - [anon_sym_DOLLAR] = ACTIONS(797), - [anon_sym_error] = ACTIONS(797), - [anon_sym_GT] = ACTIONS(797), - [anon_sym_DASH] = ACTIONS(797), - [anon_sym_break] = ACTIONS(797), - [anon_sym_continue] = ACTIONS(797), - [anon_sym_for] = ACTIONS(797), - [anon_sym_in] = ACTIONS(797), - [anon_sym_loop] = ACTIONS(797), - [anon_sym_while] = ACTIONS(797), - [anon_sym_do] = ACTIONS(797), - [anon_sym_if] = ACTIONS(797), - [anon_sym_match] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(797), - [anon_sym_try] = ACTIONS(797), - [anon_sym_return] = ACTIONS(797), - [anon_sym_source] = ACTIONS(797), - [anon_sym_source_DASHenv] = ACTIONS(797), - [anon_sym_register] = ACTIONS(797), - [anon_sym_hide] = ACTIONS(797), - [anon_sym_hide_DASHenv] = ACTIONS(797), - [anon_sym_overlay] = ACTIONS(797), - [anon_sym_STAR] = ACTIONS(797), - [anon_sym_where] = ACTIONS(797), - [anon_sym_STAR_STAR] = ACTIONS(797), - [anon_sym_PLUS_PLUS] = ACTIONS(797), - [anon_sym_SLASH] = ACTIONS(797), - [anon_sym_mod] = ACTIONS(797), - [anon_sym_SLASH_SLASH] = ACTIONS(797), - [anon_sym_PLUS] = ACTIONS(797), - [anon_sym_bit_DASHshl] = ACTIONS(797), - [anon_sym_bit_DASHshr] = ACTIONS(797), - [anon_sym_EQ_EQ] = ACTIONS(797), - [anon_sym_BANG_EQ] = ACTIONS(797), - [anon_sym_LT2] = ACTIONS(797), - [anon_sym_LT_EQ] = ACTIONS(797), - [anon_sym_GT_EQ] = ACTIONS(797), - [anon_sym_not_DASHin] = ACTIONS(797), - [anon_sym_starts_DASHwith] = ACTIONS(797), - [anon_sym_ends_DASHwith] = ACTIONS(797), - [anon_sym_EQ_TILDE] = ACTIONS(797), - [anon_sym_BANG_TILDE] = ACTIONS(797), - [anon_sym_bit_DASHand] = ACTIONS(797), - [anon_sym_bit_DASHxor] = ACTIONS(797), - [anon_sym_bit_DASHor] = ACTIONS(797), - [anon_sym_and] = ACTIONS(797), - [anon_sym_xor] = ACTIONS(797), - [anon_sym_or] = ACTIONS(797), - [anon_sym_not] = ACTIONS(797), - [anon_sym_DOT_DOT_LT] = ACTIONS(797), - [anon_sym_DOT_DOT] = ACTIONS(797), - [anon_sym_DOT_DOT_EQ] = ACTIONS(797), - [sym_val_nothing] = ACTIONS(797), - [anon_sym_true] = ACTIONS(797), - [anon_sym_false] = ACTIONS(797), - [aux_sym_val_number_token1] = ACTIONS(797), - [aux_sym_val_number_token2] = ACTIONS(797), - [aux_sym_val_number_token3] = ACTIONS(797), - [aux_sym_val_number_token4] = ACTIONS(797), - [anon_sym_inf] = ACTIONS(797), - [anon_sym_DASHinf] = ACTIONS(797), - [anon_sym_NaN] = ACTIONS(797), - [anon_sym_0b] = ACTIONS(797), - [anon_sym_0o] = ACTIONS(797), - [anon_sym_0x] = ACTIONS(797), - [sym_val_date] = ACTIONS(797), - [anon_sym_DQUOTE] = ACTIONS(797), - [sym__str_single_quotes] = ACTIONS(797), - [sym__str_back_ticks] = ACTIONS(797), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(797), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(797), - [anon_sym_CARET] = ACTIONS(797), - [anon_sym_POUND] = ACTIONS(3), - }, - [366] = { - [sym_comment] = STATE(366), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(781), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(781), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(920), - [anon_sym_where] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(922), - [anon_sym_PLUS_PLUS] = ACTIONS(922), - [anon_sym_SLASH] = ACTIONS(920), - [anon_sym_mod] = ACTIONS(920), - [anon_sym_SLASH_SLASH] = ACTIONS(920), - [anon_sym_PLUS] = ACTIONS(781), - [anon_sym_bit_DASHshl] = ACTIONS(781), - [anon_sym_bit_DASHshr] = ACTIONS(781), - [anon_sym_EQ_EQ] = ACTIONS(781), - [anon_sym_BANG_EQ] = ACTIONS(781), - [anon_sym_LT2] = ACTIONS(781), - [anon_sym_LT_EQ] = ACTIONS(781), - [anon_sym_GT_EQ] = ACTIONS(781), - [anon_sym_not_DASHin] = ACTIONS(781), - [anon_sym_starts_DASHwith] = ACTIONS(781), - [anon_sym_ends_DASHwith] = ACTIONS(781), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [367] = { - [sym__expression] = STATE(151), - [sym_expr_unary] = STATE(206), - [sym_expr_binary] = STATE(206), - [sym_expr_parenthesized] = STATE(210), - [sym_val_range] = STATE(206), - [sym__value] = STATE(206), - [sym_val_bool] = STATE(236), - [sym_val_variable] = STATE(236), - [sym__var] = STATE(132), - [sym_val_number] = STATE(3), - [sym_val_duration] = STATE(236), - [sym_val_filesize] = STATE(236), - [sym_val_binary] = STATE(236), - [sym_val_string] = STATE(236), - [sym__str_double_quotes] = STATE(200), - [sym_val_interpolated] = STATE(236), - [sym__inter_single_quotes] = STATE(214), - [sym__inter_double_quotes] = STATE(219), - [sym_val_list] = STATE(236), - [sym_val_record] = STATE(236), - [sym_val_table] = STATE(236), - [sym_val_closure] = STATE(236), - [sym__flag] = STATE(419), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(367), - [anon_sym_export] = ACTIONS(666), - [anon_sym_alias] = ACTIONS(666), - [anon_sym_let] = ACTIONS(666), - [anon_sym_let_DASHenv] = ACTIONS(666), - [anon_sym_mut] = ACTIONS(666), - [anon_sym_const] = ACTIONS(666), - [sym_cmd_identifier] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_LF] = ACTIONS(668), - [anon_sym_def] = ACTIONS(666), - [anon_sym_def_DASHenv] = ACTIONS(666), - [anon_sym_export_DASHenv] = ACTIONS(666), - [anon_sym_extern] = ACTIONS(666), - [anon_sym_module] = ACTIONS(666), - [anon_sym_use] = ACTIONS(666), - [anon_sym_LBRACK] = ACTIONS(666), - [anon_sym_LPAREN] = ACTIONS(666), - [anon_sym_RPAREN] = ACTIONS(666), - [anon_sym_PIPE] = ACTIONS(666), - [anon_sym_DOLLAR] = ACTIONS(666), - [anon_sym_error] = ACTIONS(666), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(666), - [anon_sym_break] = ACTIONS(666), - [anon_sym_continue] = ACTIONS(666), - [anon_sym_for] = ACTIONS(666), - [anon_sym_loop] = ACTIONS(666), - [anon_sym_while] = ACTIONS(666), - [anon_sym_do] = ACTIONS(666), - [anon_sym_if] = ACTIONS(666), - [anon_sym_match] = ACTIONS(666), - [anon_sym_LBRACE] = ACTIONS(666), - [anon_sym_RBRACE] = ACTIONS(666), - [anon_sym_try] = ACTIONS(666), - [anon_sym_return] = ACTIONS(666), - [anon_sym_source] = ACTIONS(666), - [anon_sym_source_DASHenv] = ACTIONS(666), - [anon_sym_register] = ACTIONS(666), - [anon_sym_hide] = ACTIONS(666), - [anon_sym_hide_DASHenv] = ACTIONS(666), - [anon_sym_overlay] = ACTIONS(666), - [anon_sym_where] = ACTIONS(666), - [anon_sym_not] = ACTIONS(666), - [anon_sym_DOT_DOT_LT] = ACTIONS(666), - [anon_sym_DOT_DOT] = ACTIONS(666), - [anon_sym_DOT_DOT_EQ] = ACTIONS(666), - [sym_val_nothing] = ACTIONS(666), - [anon_sym_true] = ACTIONS(666), - [anon_sym_false] = ACTIONS(666), - [aux_sym_val_number_token1] = ACTIONS(666), - [aux_sym_val_number_token2] = ACTIONS(666), - [aux_sym_val_number_token3] = ACTIONS(666), - [aux_sym_val_number_token4] = ACTIONS(666), - [anon_sym_inf] = ACTIONS(666), - [anon_sym_DASHinf] = ACTIONS(666), - [anon_sym_NaN] = ACTIONS(666), - [anon_sym_0b] = ACTIONS(666), - [anon_sym_0o] = ACTIONS(666), - [anon_sym_0x] = ACTIONS(666), - [sym_val_date] = ACTIONS(666), - [anon_sym_DQUOTE] = ACTIONS(666), - [sym__str_single_quotes] = ACTIONS(666), - [sym__str_back_ticks] = ACTIONS(666), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(666), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [sym_short_flag] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(3), - }, - [368] = { - [sym__expression] = STATE(142), - [sym_expr_unary] = STATE(206), - [sym_expr_binary] = STATE(206), - [sym_expr_parenthesized] = STATE(210), - [sym_val_range] = STATE(206), - [sym__value] = STATE(206), - [sym_val_bool] = STATE(236), - [sym_val_variable] = STATE(236), - [sym__var] = STATE(132), - [sym_val_number] = STATE(3), - [sym_val_duration] = STATE(236), - [sym_val_filesize] = STATE(236), - [sym_val_binary] = STATE(236), - [sym_val_string] = STATE(236), - [sym__str_double_quotes] = STATE(200), - [sym_val_interpolated] = STATE(236), - [sym__inter_single_quotes] = STATE(214), - [sym__inter_double_quotes] = STATE(219), - [sym_val_list] = STATE(236), - [sym_val_record] = STATE(236), - [sym_val_table] = STATE(236), - [sym_val_closure] = STATE(236), - [sym__flag] = STATE(395), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(368), - [anon_sym_export] = ACTIONS(694), - [anon_sym_alias] = ACTIONS(694), - [anon_sym_let] = ACTIONS(694), - [anon_sym_let_DASHenv] = ACTIONS(694), - [anon_sym_mut] = ACTIONS(694), - [anon_sym_const] = ACTIONS(694), - [sym_cmd_identifier] = ACTIONS(694), - [anon_sym_SEMI] = ACTIONS(694), - [anon_sym_LF] = ACTIONS(696), - [anon_sym_def] = ACTIONS(694), - [anon_sym_def_DASHenv] = ACTIONS(694), - [anon_sym_export_DASHenv] = ACTIONS(694), - [anon_sym_extern] = ACTIONS(694), - [anon_sym_module] = ACTIONS(694), - [anon_sym_use] = ACTIONS(694), - [anon_sym_LBRACK] = ACTIONS(694), - [anon_sym_LPAREN] = ACTIONS(694), - [anon_sym_RPAREN] = ACTIONS(694), - [anon_sym_PIPE] = ACTIONS(694), - [anon_sym_DOLLAR] = ACTIONS(694), - [anon_sym_error] = ACTIONS(694), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_break] = ACTIONS(694), - [anon_sym_continue] = ACTIONS(694), - [anon_sym_for] = ACTIONS(694), - [anon_sym_loop] = ACTIONS(694), - [anon_sym_while] = ACTIONS(694), - [anon_sym_do] = ACTIONS(694), - [anon_sym_if] = ACTIONS(694), - [anon_sym_match] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_RBRACE] = ACTIONS(694), - [anon_sym_try] = ACTIONS(694), - [anon_sym_return] = ACTIONS(694), - [anon_sym_source] = ACTIONS(694), - [anon_sym_source_DASHenv] = ACTIONS(694), - [anon_sym_register] = ACTIONS(694), - [anon_sym_hide] = ACTIONS(694), - [anon_sym_hide_DASHenv] = ACTIONS(694), - [anon_sym_overlay] = ACTIONS(694), - [anon_sym_where] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_DOT_DOT_LT] = ACTIONS(694), - [anon_sym_DOT_DOT] = ACTIONS(694), - [anon_sym_DOT_DOT_EQ] = ACTIONS(694), - [sym_val_nothing] = ACTIONS(694), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [aux_sym_val_number_token1] = ACTIONS(694), - [aux_sym_val_number_token2] = ACTIONS(694), - [aux_sym_val_number_token3] = ACTIONS(694), - [aux_sym_val_number_token4] = ACTIONS(694), - [anon_sym_inf] = ACTIONS(694), - [anon_sym_DASHinf] = ACTIONS(694), - [anon_sym_NaN] = ACTIONS(694), - [anon_sym_0b] = ACTIONS(694), - [anon_sym_0o] = ACTIONS(694), - [anon_sym_0x] = ACTIONS(694), - [sym_val_date] = ACTIONS(694), - [anon_sym_DQUOTE] = ACTIONS(694), - [sym__str_single_quotes] = ACTIONS(694), - [sym__str_back_ticks] = ACTIONS(694), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(694), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [sym_short_flag] = ACTIONS(651), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [369] = { - [sym_comment] = STATE(369), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), + [410] = { + [sym_comment] = STATE(410), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), [anon_sym_GT] = ACTIONS(914), [anon_sym_DASH] = ACTIONS(916), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), [anon_sym_in] = ACTIONS(918), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), [anon_sym_STAR] = ACTIONS(920), - [anon_sym_where] = ACTIONS(781), + [anon_sym_where] = ACTIONS(769), [anon_sym_STAR_STAR] = ACTIONS(922), [anon_sym_PLUS_PLUS] = ACTIONS(922), [anon_sym_SLASH] = ACTIONS(920), @@ -82926,465 +86826,180 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_not_DASHin] = ACTIONS(918), [anon_sym_starts_DASHwith] = ACTIONS(918), [anon_sym_ends_DASHwith] = ACTIONS(918), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [370] = { - [sym__expression] = STATE(142), - [sym_expr_unary] = STATE(206), - [sym_expr_binary] = STATE(206), - [sym_expr_parenthesized] = STATE(210), - [sym_val_range] = STATE(206), - [sym__value] = STATE(206), - [sym_val_bool] = STATE(236), - [sym_val_variable] = STATE(236), - [sym__var] = STATE(132), - [sym_val_number] = STATE(3), - [sym_val_duration] = STATE(236), - [sym_val_filesize] = STATE(236), - [sym_val_binary] = STATE(236), - [sym_val_string] = STATE(236), - [sym__str_double_quotes] = STATE(200), - [sym_val_interpolated] = STATE(236), - [sym__inter_single_quotes] = STATE(214), - [sym__inter_double_quotes] = STATE(219), - [sym_val_list] = STATE(236), - [sym_val_record] = STATE(236), - [sym_val_table] = STATE(236), - [sym_val_closure] = STATE(236), - [sym__flag] = STATE(633), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(370), - [anon_sym_export] = ACTIONS(694), - [anon_sym_alias] = ACTIONS(694), - [anon_sym_let] = ACTIONS(694), - [anon_sym_let_DASHenv] = ACTIONS(694), - [anon_sym_mut] = ACTIONS(694), - [anon_sym_const] = ACTIONS(694), - [sym_cmd_identifier] = ACTIONS(694), - [anon_sym_SEMI] = ACTIONS(694), - [anon_sym_LF] = ACTIONS(696), - [anon_sym_def] = ACTIONS(694), - [anon_sym_def_DASHenv] = ACTIONS(694), - [anon_sym_export_DASHenv] = ACTIONS(694), - [anon_sym_extern] = ACTIONS(694), - [anon_sym_module] = ACTIONS(694), - [anon_sym_use] = ACTIONS(694), - [anon_sym_LBRACK] = ACTIONS(694), - [anon_sym_LPAREN] = ACTIONS(694), - [anon_sym_RPAREN] = ACTIONS(694), - [anon_sym_PIPE] = ACTIONS(694), - [anon_sym_DOLLAR] = ACTIONS(694), - [anon_sym_error] = ACTIONS(694), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_break] = ACTIONS(694), - [anon_sym_continue] = ACTIONS(694), - [anon_sym_for] = ACTIONS(694), - [anon_sym_loop] = ACTIONS(694), - [anon_sym_while] = ACTIONS(694), - [anon_sym_do] = ACTIONS(694), - [anon_sym_if] = ACTIONS(694), - [anon_sym_match] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_RBRACE] = ACTIONS(694), - [anon_sym_try] = ACTIONS(694), - [anon_sym_return] = ACTIONS(694), - [anon_sym_source] = ACTIONS(694), - [anon_sym_source_DASHenv] = ACTIONS(694), - [anon_sym_register] = ACTIONS(694), - [anon_sym_hide] = ACTIONS(694), - [anon_sym_hide_DASHenv] = ACTIONS(694), - [anon_sym_overlay] = ACTIONS(694), - [anon_sym_where] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_DOT_DOT_LT] = ACTIONS(694), - [anon_sym_DOT_DOT] = ACTIONS(694), - [anon_sym_DOT_DOT_EQ] = ACTIONS(694), - [sym_val_nothing] = ACTIONS(694), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [aux_sym_val_number_token1] = ACTIONS(694), - [aux_sym_val_number_token2] = ACTIONS(694), - [aux_sym_val_number_token3] = ACTIONS(694), - [aux_sym_val_number_token4] = ACTIONS(694), - [anon_sym_inf] = ACTIONS(694), - [anon_sym_DASHinf] = ACTIONS(694), - [anon_sym_NaN] = ACTIONS(694), - [anon_sym_0b] = ACTIONS(694), - [anon_sym_0o] = ACTIONS(694), - [anon_sym_0x] = ACTIONS(694), - [sym_val_date] = ACTIONS(694), - [anon_sym_DQUOTE] = ACTIONS(694), - [sym__str_single_quotes] = ACTIONS(694), - [sym__str_back_ticks] = ACTIONS(694), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(694), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [sym_short_flag] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(3), - }, - [371] = { - [sym__expression] = STATE(156), - [sym_expr_unary] = STATE(206), - [sym_expr_binary] = STATE(206), - [sym_expr_parenthesized] = STATE(210), - [sym_val_range] = STATE(206), - [sym__value] = STATE(206), - [sym_val_bool] = STATE(236), - [sym_val_variable] = STATE(236), - [sym__var] = STATE(132), - [sym_val_number] = STATE(3), - [sym_val_duration] = STATE(236), - [sym_val_filesize] = STATE(236), - [sym_val_binary] = STATE(236), - [sym_val_string] = STATE(236), - [sym__str_double_quotes] = STATE(200), - [sym_val_interpolated] = STATE(236), - [sym__inter_single_quotes] = STATE(214), - [sym__inter_double_quotes] = STATE(219), - [sym_val_list] = STATE(236), - [sym_val_record] = STATE(236), - [sym_val_table] = STATE(236), - [sym_val_closure] = STATE(236), - [sym__flag] = STATE(383), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(371), - [anon_sym_export] = ACTIONS(940), - [anon_sym_alias] = ACTIONS(940), - [anon_sym_let] = ACTIONS(940), - [anon_sym_let_DASHenv] = ACTIONS(940), - [anon_sym_mut] = ACTIONS(940), - [anon_sym_const] = ACTIONS(940), - [sym_cmd_identifier] = ACTIONS(940), - [anon_sym_SEMI] = ACTIONS(940), - [anon_sym_LF] = ACTIONS(942), - [anon_sym_def] = ACTIONS(940), - [anon_sym_def_DASHenv] = ACTIONS(940), - [anon_sym_export_DASHenv] = ACTIONS(940), - [anon_sym_extern] = ACTIONS(940), - [anon_sym_module] = ACTIONS(940), - [anon_sym_use] = ACTIONS(940), - [anon_sym_LBRACK] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(940), - [anon_sym_RPAREN] = ACTIONS(940), - [anon_sym_PIPE] = ACTIONS(940), - [anon_sym_DOLLAR] = ACTIONS(940), - [anon_sym_error] = ACTIONS(940), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(940), - [anon_sym_break] = ACTIONS(940), - [anon_sym_continue] = ACTIONS(940), - [anon_sym_for] = ACTIONS(940), - [anon_sym_loop] = ACTIONS(940), - [anon_sym_while] = ACTIONS(940), - [anon_sym_do] = ACTIONS(940), - [anon_sym_if] = ACTIONS(940), - [anon_sym_match] = ACTIONS(940), - [anon_sym_LBRACE] = ACTIONS(940), - [anon_sym_RBRACE] = ACTIONS(940), - [anon_sym_try] = ACTIONS(940), - [anon_sym_return] = ACTIONS(940), - [anon_sym_source] = ACTIONS(940), - [anon_sym_source_DASHenv] = ACTIONS(940), - [anon_sym_register] = ACTIONS(940), - [anon_sym_hide] = ACTIONS(940), - [anon_sym_hide_DASHenv] = ACTIONS(940), - [anon_sym_overlay] = ACTIONS(940), - [anon_sym_where] = ACTIONS(940), - [anon_sym_not] = ACTIONS(940), - [anon_sym_DOT_DOT_LT] = ACTIONS(940), - [anon_sym_DOT_DOT] = ACTIONS(940), - [anon_sym_DOT_DOT_EQ] = ACTIONS(940), - [sym_val_nothing] = ACTIONS(940), - [anon_sym_true] = ACTIONS(940), - [anon_sym_false] = ACTIONS(940), - [aux_sym_val_number_token1] = ACTIONS(940), - [aux_sym_val_number_token2] = ACTIONS(940), - [aux_sym_val_number_token3] = ACTIONS(940), - [aux_sym_val_number_token4] = ACTIONS(940), - [anon_sym_inf] = ACTIONS(940), - [anon_sym_DASHinf] = ACTIONS(940), - [anon_sym_NaN] = ACTIONS(940), - [anon_sym_0b] = ACTIONS(940), - [anon_sym_0o] = ACTIONS(940), - [anon_sym_0x] = ACTIONS(940), - [sym_val_date] = ACTIONS(940), - [anon_sym_DQUOTE] = ACTIONS(940), - [sym__str_single_quotes] = ACTIONS(940), - [sym__str_back_ticks] = ACTIONS(940), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(940), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(940), - [anon_sym_CARET] = ACTIONS(940), - [sym_short_flag] = ACTIONS(651), + [anon_sym_EQ_TILDE] = ACTIONS(926), + [anon_sym_BANG_TILDE] = ACTIONS(926), + [anon_sym_bit_DASHand] = ACTIONS(928), + [anon_sym_bit_DASHxor] = ACTIONS(930), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [372] = { - [sym_comment] = STATE(372), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(781), + [411] = { + [sym_comment] = STATE(411), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(914), [anon_sym_DASH] = ACTIONS(916), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(781), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(918), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), [anon_sym_STAR] = ACTIONS(920), - [anon_sym_where] = ACTIONS(781), + [anon_sym_where] = ACTIONS(769), [anon_sym_STAR_STAR] = ACTIONS(922), [anon_sym_PLUS_PLUS] = ACTIONS(922), [anon_sym_SLASH] = ACTIONS(920), [anon_sym_mod] = ACTIONS(920), [anon_sym_SLASH_SLASH] = ACTIONS(920), [anon_sym_PLUS] = ACTIONS(916), - [anon_sym_bit_DASHshl] = ACTIONS(781), - [anon_sym_bit_DASHshr] = ACTIONS(781), - [anon_sym_EQ_EQ] = ACTIONS(781), - [anon_sym_BANG_EQ] = ACTIONS(781), - [anon_sym_LT2] = ACTIONS(781), - [anon_sym_LT_EQ] = ACTIONS(781), - [anon_sym_GT_EQ] = ACTIONS(781), - [anon_sym_not_DASHin] = ACTIONS(781), - [anon_sym_starts_DASHwith] = ACTIONS(781), - [anon_sym_ends_DASHwith] = ACTIONS(781), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [373] = { - [sym__expression] = STATE(151), - [sym_expr_unary] = STATE(206), - [sym_expr_binary] = STATE(206), - [sym_expr_parenthesized] = STATE(210), - [sym_val_range] = STATE(206), - [sym__value] = STATE(206), - [sym_val_bool] = STATE(236), - [sym_val_variable] = STATE(236), - [sym__var] = STATE(132), - [sym_val_number] = STATE(3), - [sym_val_duration] = STATE(236), - [sym_val_filesize] = STATE(236), - [sym_val_binary] = STATE(236), - [sym_val_string] = STATE(236), - [sym__str_double_quotes] = STATE(200), - [sym_val_interpolated] = STATE(236), - [sym__inter_single_quotes] = STATE(214), - [sym__inter_double_quotes] = STATE(219), - [sym_val_list] = STATE(236), - [sym_val_record] = STATE(236), - [sym_val_table] = STATE(236), - [sym_val_closure] = STATE(236), - [sym__flag] = STATE(417), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(373), - [anon_sym_export] = ACTIONS(666), - [anon_sym_alias] = ACTIONS(666), - [anon_sym_let] = ACTIONS(666), - [anon_sym_let_DASHenv] = ACTIONS(666), - [anon_sym_mut] = ACTIONS(666), - [anon_sym_const] = ACTIONS(666), - [sym_cmd_identifier] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_LF] = ACTIONS(668), - [anon_sym_def] = ACTIONS(666), - [anon_sym_def_DASHenv] = ACTIONS(666), - [anon_sym_export_DASHenv] = ACTIONS(666), - [anon_sym_extern] = ACTIONS(666), - [anon_sym_module] = ACTIONS(666), - [anon_sym_use] = ACTIONS(666), - [anon_sym_LBRACK] = ACTIONS(666), - [anon_sym_LPAREN] = ACTIONS(666), - [anon_sym_RPAREN] = ACTIONS(666), - [anon_sym_PIPE] = ACTIONS(666), - [anon_sym_DOLLAR] = ACTIONS(666), - [anon_sym_error] = ACTIONS(666), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(666), - [anon_sym_break] = ACTIONS(666), - [anon_sym_continue] = ACTIONS(666), - [anon_sym_for] = ACTIONS(666), - [anon_sym_loop] = ACTIONS(666), - [anon_sym_while] = ACTIONS(666), - [anon_sym_do] = ACTIONS(666), - [anon_sym_if] = ACTIONS(666), - [anon_sym_match] = ACTIONS(666), - [anon_sym_LBRACE] = ACTIONS(666), - [anon_sym_RBRACE] = ACTIONS(666), - [anon_sym_try] = ACTIONS(666), - [anon_sym_return] = ACTIONS(666), - [anon_sym_source] = ACTIONS(666), - [anon_sym_source_DASHenv] = ACTIONS(666), - [anon_sym_register] = ACTIONS(666), - [anon_sym_hide] = ACTIONS(666), - [anon_sym_hide_DASHenv] = ACTIONS(666), - [anon_sym_overlay] = ACTIONS(666), - [anon_sym_where] = ACTIONS(666), - [anon_sym_not] = ACTIONS(666), - [anon_sym_DOT_DOT_LT] = ACTIONS(666), - [anon_sym_DOT_DOT] = ACTIONS(666), - [anon_sym_DOT_DOT_EQ] = ACTIONS(666), - [sym_val_nothing] = ACTIONS(666), - [anon_sym_true] = ACTIONS(666), - [anon_sym_false] = ACTIONS(666), - [aux_sym_val_number_token1] = ACTIONS(666), - [aux_sym_val_number_token2] = ACTIONS(666), - [aux_sym_val_number_token3] = ACTIONS(666), - [aux_sym_val_number_token4] = ACTIONS(666), - [anon_sym_inf] = ACTIONS(666), - [anon_sym_DASHinf] = ACTIONS(666), - [anon_sym_NaN] = ACTIONS(666), - [anon_sym_0b] = ACTIONS(666), - [anon_sym_0o] = ACTIONS(666), - [anon_sym_0x] = ACTIONS(666), - [sym_val_date] = ACTIONS(666), - [anon_sym_DQUOTE] = ACTIONS(666), - [sym__str_single_quotes] = ACTIONS(666), - [sym__str_back_ticks] = ACTIONS(666), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(666), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [sym_short_flag] = ACTIONS(651), + [anon_sym_bit_DASHshl] = ACTIONS(924), + [anon_sym_bit_DASHshr] = ACTIONS(924), + [anon_sym_EQ_EQ] = ACTIONS(914), + [anon_sym_BANG_EQ] = ACTIONS(914), + [anon_sym_LT2] = ACTIONS(914), + [anon_sym_LT_EQ] = ACTIONS(914), + [anon_sym_GT_EQ] = ACTIONS(914), + [anon_sym_not_DASHin] = ACTIONS(918), + [anon_sym_starts_DASHwith] = ACTIONS(918), + [anon_sym_ends_DASHwith] = ACTIONS(918), + [anon_sym_EQ_TILDE] = ACTIONS(926), + [anon_sym_BANG_TILDE] = ACTIONS(926), + [anon_sym_bit_DASHand] = ACTIONS(928), + [anon_sym_bit_DASHxor] = ACTIONS(930), + [anon_sym_bit_DASHor] = ACTIONS(932), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [374] = { - [sym_comment] = STATE(374), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_export] = ACTIONS(781), - [anon_sym_alias] = ACTIONS(781), - [anon_sym_let] = ACTIONS(781), - [anon_sym_let_DASHenv] = ACTIONS(781), - [anon_sym_mut] = ACTIONS(781), - [anon_sym_const] = ACTIONS(781), - [sym_cmd_identifier] = ACTIONS(781), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_def] = ACTIONS(781), - [anon_sym_def_DASHenv] = ACTIONS(781), - [anon_sym_export_DASHenv] = ACTIONS(781), - [anon_sym_extern] = ACTIONS(781), - [anon_sym_module] = ACTIONS(781), - [anon_sym_use] = ACTIONS(781), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_error] = ACTIONS(781), + [412] = { + [sym_comment] = STATE(412), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), [anon_sym_GT] = ACTIONS(914), [anon_sym_DASH] = ACTIONS(916), - [anon_sym_break] = ACTIONS(781), - [anon_sym_continue] = ACTIONS(781), - [anon_sym_for] = ACTIONS(781), - [anon_sym_in] = ACTIONS(781), - [anon_sym_loop] = ACTIONS(781), - [anon_sym_while] = ACTIONS(781), - [anon_sym_do] = ACTIONS(781), - [anon_sym_if] = ACTIONS(781), - [anon_sym_match] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_try] = ACTIONS(781), - [anon_sym_return] = ACTIONS(781), - [anon_sym_source] = ACTIONS(781), - [anon_sym_source_DASHenv] = ACTIONS(781), - [anon_sym_register] = ACTIONS(781), - [anon_sym_hide] = ACTIONS(781), - [anon_sym_hide_DASHenv] = ACTIONS(781), - [anon_sym_overlay] = ACTIONS(781), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), + [anon_sym_in] = ACTIONS(918), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), [anon_sym_STAR] = ACTIONS(920), - [anon_sym_where] = ACTIONS(781), + [anon_sym_where] = ACTIONS(769), [anon_sym_STAR_STAR] = ACTIONS(922), [anon_sym_PLUS_PLUS] = ACTIONS(922), [anon_sym_SLASH] = ACTIONS(920), @@ -83398,1038 +87013,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT2] = ACTIONS(914), [anon_sym_LT_EQ] = ACTIONS(914), [anon_sym_GT_EQ] = ACTIONS(914), - [anon_sym_not_DASHin] = ACTIONS(781), - [anon_sym_starts_DASHwith] = ACTIONS(781), - [anon_sym_ends_DASHwith] = ACTIONS(781), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_not] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_CARET] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [375] = { - [sym__expression] = STATE(151), - [sym_expr_unary] = STATE(206), - [sym_expr_binary] = STATE(206), - [sym_expr_parenthesized] = STATE(210), - [sym_val_range] = STATE(206), - [sym__value] = STATE(206), - [sym_val_bool] = STATE(236), - [sym_val_variable] = STATE(236), - [sym__var] = STATE(132), - [sym_val_number] = STATE(3), - [sym_val_duration] = STATE(236), - [sym_val_filesize] = STATE(236), - [sym_val_binary] = STATE(236), - [sym_val_string] = STATE(236), - [sym__str_double_quotes] = STATE(200), - [sym_val_interpolated] = STATE(236), - [sym__inter_single_quotes] = STATE(214), - [sym__inter_double_quotes] = STATE(219), - [sym_val_list] = STATE(236), - [sym_val_record] = STATE(236), - [sym_val_table] = STATE(236), - [sym_val_closure] = STATE(236), - [sym__flag] = STATE(393), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(375), - [anon_sym_export] = ACTIONS(666), - [anon_sym_alias] = ACTIONS(666), - [anon_sym_let] = ACTIONS(666), - [anon_sym_let_DASHenv] = ACTIONS(666), - [anon_sym_mut] = ACTIONS(666), - [anon_sym_const] = ACTIONS(666), - [sym_cmd_identifier] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_LF] = ACTIONS(668), - [anon_sym_def] = ACTIONS(666), - [anon_sym_def_DASHenv] = ACTIONS(666), - [anon_sym_export_DASHenv] = ACTIONS(666), - [anon_sym_extern] = ACTIONS(666), - [anon_sym_module] = ACTIONS(666), - [anon_sym_use] = ACTIONS(666), - [anon_sym_LBRACK] = ACTIONS(666), - [anon_sym_LPAREN] = ACTIONS(666), - [anon_sym_RPAREN] = ACTIONS(666), - [anon_sym_PIPE] = ACTIONS(666), - [anon_sym_DOLLAR] = ACTIONS(666), - [anon_sym_error] = ACTIONS(666), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(666), - [anon_sym_break] = ACTIONS(666), - [anon_sym_continue] = ACTIONS(666), - [anon_sym_for] = ACTIONS(666), - [anon_sym_loop] = ACTIONS(666), - [anon_sym_while] = ACTIONS(666), - [anon_sym_do] = ACTIONS(666), - [anon_sym_if] = ACTIONS(666), - [anon_sym_match] = ACTIONS(666), - [anon_sym_LBRACE] = ACTIONS(666), - [anon_sym_RBRACE] = ACTIONS(666), - [anon_sym_try] = ACTIONS(666), - [anon_sym_return] = ACTIONS(666), - [anon_sym_source] = ACTIONS(666), - [anon_sym_source_DASHenv] = ACTIONS(666), - [anon_sym_register] = ACTIONS(666), - [anon_sym_hide] = ACTIONS(666), - [anon_sym_hide_DASHenv] = ACTIONS(666), - [anon_sym_overlay] = ACTIONS(666), - [anon_sym_where] = ACTIONS(666), - [anon_sym_not] = ACTIONS(666), - [anon_sym_DOT_DOT_LT] = ACTIONS(666), - [anon_sym_DOT_DOT] = ACTIONS(666), - [anon_sym_DOT_DOT_EQ] = ACTIONS(666), - [sym_val_nothing] = ACTIONS(666), - [anon_sym_true] = ACTIONS(666), - [anon_sym_false] = ACTIONS(666), - [aux_sym_val_number_token1] = ACTIONS(666), - [aux_sym_val_number_token2] = ACTIONS(666), - [aux_sym_val_number_token3] = ACTIONS(666), - [aux_sym_val_number_token4] = ACTIONS(666), - [anon_sym_inf] = ACTIONS(666), - [anon_sym_DASHinf] = ACTIONS(666), - [anon_sym_NaN] = ACTIONS(666), - [anon_sym_0b] = ACTIONS(666), - [anon_sym_0o] = ACTIONS(666), - [anon_sym_0x] = ACTIONS(666), - [sym_val_date] = ACTIONS(666), - [anon_sym_DQUOTE] = ACTIONS(666), - [sym__str_single_quotes] = ACTIONS(666), - [sym__str_back_ticks] = ACTIONS(666), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(666), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [sym_short_flag] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(3), - }, - [376] = { - [sym_comment] = STATE(376), - [ts_builtin_sym_end] = ACTIONS(834), - [anon_sym_export] = ACTIONS(832), - [anon_sym_alias] = ACTIONS(832), - [anon_sym_let] = ACTIONS(832), - [anon_sym_let_DASHenv] = ACTIONS(832), - [anon_sym_mut] = ACTIONS(832), - [anon_sym_const] = ACTIONS(832), - [sym_cmd_identifier] = ACTIONS(832), - [anon_sym_SEMI] = ACTIONS(832), - [anon_sym_LF] = ACTIONS(834), - [anon_sym_def] = ACTIONS(832), - [anon_sym_def_DASHenv] = ACTIONS(832), - [anon_sym_export_DASHenv] = ACTIONS(832), - [anon_sym_extern] = ACTIONS(832), - [anon_sym_module] = ACTIONS(832), - [anon_sym_use] = ACTIONS(832), - [anon_sym_LBRACK] = ACTIONS(832), - [anon_sym_LPAREN] = ACTIONS(832), - [anon_sym_PIPE] = ACTIONS(832), - [anon_sym_DOLLAR] = ACTIONS(832), - [anon_sym_error] = ACTIONS(832), - [anon_sym_GT] = ACTIONS(832), - [anon_sym_DASH] = ACTIONS(832), - [anon_sym_break] = ACTIONS(832), - [anon_sym_continue] = ACTIONS(832), - [anon_sym_for] = ACTIONS(832), - [anon_sym_in] = ACTIONS(832), - [anon_sym_loop] = ACTIONS(832), - [anon_sym_while] = ACTIONS(832), - [anon_sym_do] = ACTIONS(832), - [anon_sym_if] = ACTIONS(832), - [anon_sym_match] = ACTIONS(832), - [anon_sym_LBRACE] = ACTIONS(832), - [anon_sym_try] = ACTIONS(832), - [anon_sym_return] = ACTIONS(832), - [anon_sym_source] = ACTIONS(832), - [anon_sym_source_DASHenv] = ACTIONS(832), - [anon_sym_register] = ACTIONS(832), - [anon_sym_hide] = ACTIONS(832), - [anon_sym_hide_DASHenv] = ACTIONS(832), - [anon_sym_overlay] = ACTIONS(832), - [anon_sym_STAR] = ACTIONS(832), - [anon_sym_where] = ACTIONS(832), - [anon_sym_STAR_STAR] = ACTIONS(832), - [anon_sym_PLUS_PLUS] = ACTIONS(832), - [anon_sym_SLASH] = ACTIONS(832), - [anon_sym_mod] = ACTIONS(832), - [anon_sym_SLASH_SLASH] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(832), - [anon_sym_bit_DASHshl] = ACTIONS(832), - [anon_sym_bit_DASHshr] = ACTIONS(832), - [anon_sym_EQ_EQ] = ACTIONS(832), - [anon_sym_BANG_EQ] = ACTIONS(832), - [anon_sym_LT2] = ACTIONS(832), - [anon_sym_LT_EQ] = ACTIONS(832), - [anon_sym_GT_EQ] = ACTIONS(832), - [anon_sym_not_DASHin] = ACTIONS(832), - [anon_sym_starts_DASHwith] = ACTIONS(832), - [anon_sym_ends_DASHwith] = ACTIONS(832), - [anon_sym_EQ_TILDE] = ACTIONS(832), - [anon_sym_BANG_TILDE] = ACTIONS(832), - [anon_sym_bit_DASHand] = ACTIONS(832), - [anon_sym_bit_DASHxor] = ACTIONS(832), - [anon_sym_bit_DASHor] = ACTIONS(832), - [anon_sym_and] = ACTIONS(832), - [anon_sym_xor] = ACTIONS(832), - [anon_sym_or] = ACTIONS(832), - [anon_sym_not] = ACTIONS(832), - [anon_sym_DOT_DOT_LT] = ACTIONS(832), - [anon_sym_DOT_DOT] = ACTIONS(832), - [anon_sym_DOT_DOT_EQ] = ACTIONS(832), - [sym_val_nothing] = ACTIONS(832), - [anon_sym_true] = ACTIONS(832), - [anon_sym_false] = ACTIONS(832), - [aux_sym_val_number_token1] = ACTIONS(832), - [aux_sym_val_number_token2] = ACTIONS(832), - [aux_sym_val_number_token3] = ACTIONS(832), - [aux_sym_val_number_token4] = ACTIONS(832), - [anon_sym_inf] = ACTIONS(832), - [anon_sym_DASHinf] = ACTIONS(832), - [anon_sym_NaN] = ACTIONS(832), - [anon_sym_0b] = ACTIONS(832), - [anon_sym_0o] = ACTIONS(832), - [anon_sym_0x] = ACTIONS(832), - [sym_val_date] = ACTIONS(832), - [anon_sym_DQUOTE] = ACTIONS(832), - [sym__str_single_quotes] = ACTIONS(832), - [sym__str_back_ticks] = ACTIONS(832), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(832), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(832), - [anon_sym_CARET] = ACTIONS(832), - [anon_sym_POUND] = ACTIONS(3), - }, - [377] = { - [sym_comment] = STATE(377), - [ts_builtin_sym_end] = ACTIONS(814), - [anon_sym_export] = ACTIONS(812), - [anon_sym_alias] = ACTIONS(812), - [anon_sym_let] = ACTIONS(812), - [anon_sym_let_DASHenv] = ACTIONS(812), - [anon_sym_mut] = ACTIONS(812), - [anon_sym_const] = ACTIONS(812), - [sym_cmd_identifier] = ACTIONS(812), - [anon_sym_SEMI] = ACTIONS(812), - [anon_sym_LF] = ACTIONS(814), - [anon_sym_def] = ACTIONS(812), - [anon_sym_def_DASHenv] = ACTIONS(812), - [anon_sym_export_DASHenv] = ACTIONS(812), - [anon_sym_extern] = ACTIONS(812), - [anon_sym_module] = ACTIONS(812), - [anon_sym_use] = ACTIONS(812), - [anon_sym_LBRACK] = ACTIONS(812), - [anon_sym_LPAREN] = ACTIONS(812), - [anon_sym_PIPE] = ACTIONS(812), - [anon_sym_DOLLAR] = ACTIONS(812), - [anon_sym_error] = ACTIONS(812), - [anon_sym_GT] = ACTIONS(812), - [anon_sym_DASH] = ACTIONS(812), - [anon_sym_break] = ACTIONS(812), - [anon_sym_continue] = ACTIONS(812), - [anon_sym_for] = ACTIONS(812), - [anon_sym_in] = ACTIONS(812), - [anon_sym_loop] = ACTIONS(812), - [anon_sym_while] = ACTIONS(812), - [anon_sym_do] = ACTIONS(812), - [anon_sym_if] = ACTIONS(812), - [anon_sym_match] = ACTIONS(812), - [anon_sym_LBRACE] = ACTIONS(812), - [anon_sym_try] = ACTIONS(812), - [anon_sym_return] = ACTIONS(812), - [anon_sym_source] = ACTIONS(812), - [anon_sym_source_DASHenv] = ACTIONS(812), - [anon_sym_register] = ACTIONS(812), - [anon_sym_hide] = ACTIONS(812), - [anon_sym_hide_DASHenv] = ACTIONS(812), - [anon_sym_overlay] = ACTIONS(812), - [anon_sym_STAR] = ACTIONS(812), - [anon_sym_where] = ACTIONS(812), - [anon_sym_STAR_STAR] = ACTIONS(812), - [anon_sym_PLUS_PLUS] = ACTIONS(812), - [anon_sym_SLASH] = ACTIONS(812), - [anon_sym_mod] = ACTIONS(812), - [anon_sym_SLASH_SLASH] = ACTIONS(812), - [anon_sym_PLUS] = ACTIONS(812), - [anon_sym_bit_DASHshl] = ACTIONS(812), - [anon_sym_bit_DASHshr] = ACTIONS(812), - [anon_sym_EQ_EQ] = ACTIONS(812), - [anon_sym_BANG_EQ] = ACTIONS(812), - [anon_sym_LT2] = ACTIONS(812), - [anon_sym_LT_EQ] = ACTIONS(812), - [anon_sym_GT_EQ] = ACTIONS(812), - [anon_sym_not_DASHin] = ACTIONS(812), - [anon_sym_starts_DASHwith] = ACTIONS(812), - [anon_sym_ends_DASHwith] = ACTIONS(812), - [anon_sym_EQ_TILDE] = ACTIONS(812), - [anon_sym_BANG_TILDE] = ACTIONS(812), - [anon_sym_bit_DASHand] = ACTIONS(812), - [anon_sym_bit_DASHxor] = ACTIONS(812), - [anon_sym_bit_DASHor] = ACTIONS(812), - [anon_sym_and] = ACTIONS(812), - [anon_sym_xor] = ACTIONS(812), - [anon_sym_or] = ACTIONS(812), - [anon_sym_not] = ACTIONS(812), - [anon_sym_DOT_DOT_LT] = ACTIONS(812), - [anon_sym_DOT_DOT] = ACTIONS(812), - [anon_sym_DOT_DOT_EQ] = ACTIONS(812), - [sym_val_nothing] = ACTIONS(812), - [anon_sym_true] = ACTIONS(812), - [anon_sym_false] = ACTIONS(812), - [aux_sym_val_number_token1] = ACTIONS(812), - [aux_sym_val_number_token2] = ACTIONS(812), - [aux_sym_val_number_token3] = ACTIONS(812), - [aux_sym_val_number_token4] = ACTIONS(812), - [anon_sym_inf] = ACTIONS(812), - [anon_sym_DASHinf] = ACTIONS(812), - [anon_sym_NaN] = ACTIONS(812), - [anon_sym_0b] = ACTIONS(812), - [anon_sym_0o] = ACTIONS(812), - [anon_sym_0x] = ACTIONS(812), - [sym_val_date] = ACTIONS(812), - [anon_sym_DQUOTE] = ACTIONS(812), - [sym__str_single_quotes] = ACTIONS(812), - [sym__str_back_ticks] = ACTIONS(812), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(812), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(812), - [anon_sym_CARET] = ACTIONS(812), - [anon_sym_POUND] = ACTIONS(3), - }, - [378] = { - [sym_comment] = STATE(378), - [anon_sym_export] = ACTIONS(944), - [anon_sym_alias] = ACTIONS(944), - [anon_sym_let] = ACTIONS(944), - [anon_sym_let_DASHenv] = ACTIONS(944), - [anon_sym_mut] = ACTIONS(944), - [anon_sym_const] = ACTIONS(944), - [sym_cmd_identifier] = ACTIONS(944), - [anon_sym_SEMI] = ACTIONS(944), - [anon_sym_LF] = ACTIONS(946), - [anon_sym_def] = ACTIONS(944), - [anon_sym_def_DASHenv] = ACTIONS(944), - [anon_sym_export_DASHenv] = ACTIONS(944), - [anon_sym_extern] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_use] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(944), - [anon_sym_LPAREN] = ACTIONS(944), - [anon_sym_RPAREN] = ACTIONS(944), - [anon_sym_DOLLAR] = ACTIONS(944), - [anon_sym_error] = ACTIONS(944), - [anon_sym_GT] = ACTIONS(884), - [anon_sym_DASH] = ACTIONS(886), - [anon_sym_break] = ACTIONS(944), - [anon_sym_continue] = ACTIONS(944), - [anon_sym_for] = ACTIONS(944), - [anon_sym_in] = ACTIONS(888), - [anon_sym_loop] = ACTIONS(944), - [anon_sym_while] = ACTIONS(944), - [anon_sym_do] = ACTIONS(944), - [anon_sym_if] = ACTIONS(944), - [anon_sym_match] = ACTIONS(944), - [anon_sym_LBRACE] = ACTIONS(944), - [anon_sym_RBRACE] = ACTIONS(944), - [anon_sym_try] = ACTIONS(944), - [anon_sym_return] = ACTIONS(944), - [anon_sym_source] = ACTIONS(944), - [anon_sym_source_DASHenv] = ACTIONS(944), - [anon_sym_register] = ACTIONS(944), - [anon_sym_hide] = ACTIONS(944), - [anon_sym_hide_DASHenv] = ACTIONS(944), - [anon_sym_overlay] = ACTIONS(944), - [anon_sym_STAR] = ACTIONS(890), - [anon_sym_where] = ACTIONS(944), - [anon_sym_STAR_STAR] = ACTIONS(892), - [anon_sym_PLUS_PLUS] = ACTIONS(892), - [anon_sym_SLASH] = ACTIONS(890), - [anon_sym_mod] = ACTIONS(890), - [anon_sym_SLASH_SLASH] = ACTIONS(890), - [anon_sym_PLUS] = ACTIONS(886), - [anon_sym_bit_DASHshl] = ACTIONS(894), - [anon_sym_bit_DASHshr] = ACTIONS(894), - [anon_sym_EQ_EQ] = ACTIONS(884), - [anon_sym_BANG_EQ] = ACTIONS(884), - [anon_sym_LT2] = ACTIONS(884), - [anon_sym_LT_EQ] = ACTIONS(884), - [anon_sym_GT_EQ] = ACTIONS(884), - [anon_sym_not_DASHin] = ACTIONS(888), - [anon_sym_starts_DASHwith] = ACTIONS(888), - [anon_sym_ends_DASHwith] = ACTIONS(888), - [anon_sym_EQ_TILDE] = ACTIONS(896), - [anon_sym_BANG_TILDE] = ACTIONS(896), - [anon_sym_bit_DASHand] = ACTIONS(898), - [anon_sym_bit_DASHxor] = ACTIONS(900), - [anon_sym_bit_DASHor] = ACTIONS(902), - [anon_sym_and] = ACTIONS(904), - [anon_sym_xor] = ACTIONS(906), - [anon_sym_or] = ACTIONS(908), - [anon_sym_not] = ACTIONS(944), - [anon_sym_DOT_DOT_LT] = ACTIONS(944), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_DOT_DOT_EQ] = ACTIONS(944), - [sym_val_nothing] = ACTIONS(944), - [anon_sym_true] = ACTIONS(944), - [anon_sym_false] = ACTIONS(944), - [aux_sym_val_number_token1] = ACTIONS(944), - [aux_sym_val_number_token2] = ACTIONS(944), - [aux_sym_val_number_token3] = ACTIONS(944), - [aux_sym_val_number_token4] = ACTIONS(944), - [anon_sym_inf] = ACTIONS(944), - [anon_sym_DASHinf] = ACTIONS(944), - [anon_sym_NaN] = ACTIONS(944), - [anon_sym_0b] = ACTIONS(944), - [anon_sym_0o] = ACTIONS(944), - [anon_sym_0x] = ACTIONS(944), - [sym_val_date] = ACTIONS(944), - [anon_sym_DQUOTE] = ACTIONS(944), - [sym__str_single_quotes] = ACTIONS(944), - [sym__str_back_ticks] = ACTIONS(944), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(944), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(944), - [anon_sym_CARET] = ACTIONS(944), - [anon_sym_POUND] = ACTIONS(3), - }, - [379] = { - [sym_comment] = STATE(379), - [ts_builtin_sym_end] = ACTIONS(109), - [anon_sym_export] = ACTIONS(107), - [anon_sym_alias] = ACTIONS(107), - [anon_sym_let] = ACTIONS(107), - [anon_sym_let_DASHenv] = ACTIONS(107), - [anon_sym_mut] = ACTIONS(107), - [anon_sym_const] = ACTIONS(107), - [sym_cmd_identifier] = ACTIONS(107), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_def] = ACTIONS(107), - [anon_sym_def_DASHenv] = ACTIONS(107), - [anon_sym_export_DASHenv] = ACTIONS(107), - [anon_sym_extern] = ACTIONS(107), - [anon_sym_module] = ACTIONS(107), - [anon_sym_use] = ACTIONS(107), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_error] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_break] = ACTIONS(107), - [anon_sym_continue] = ACTIONS(107), - [anon_sym_for] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_loop] = ACTIONS(107), - [anon_sym_while] = ACTIONS(107), - [anon_sym_do] = ACTIONS(107), - [anon_sym_if] = ACTIONS(107), - [anon_sym_match] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_try] = ACTIONS(107), - [anon_sym_return] = ACTIONS(107), - [anon_sym_source] = ACTIONS(107), - [anon_sym_source_DASHenv] = ACTIONS(107), - [anon_sym_register] = ACTIONS(107), - [anon_sym_hide] = ACTIONS(107), - [anon_sym_hide_DASHenv] = ACTIONS(107), - [anon_sym_overlay] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_where] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_not] = ACTIONS(107), - [anon_sym_DOT_DOT_LT] = ACTIONS(107), - [anon_sym_DOT_DOT] = ACTIONS(107), - [anon_sym_DOT_DOT_EQ] = ACTIONS(107), - [sym_val_nothing] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym_val_number_token1] = ACTIONS(107), - [aux_sym_val_number_token2] = ACTIONS(107), - [aux_sym_val_number_token3] = ACTIONS(107), - [aux_sym_val_number_token4] = ACTIONS(107), - [anon_sym_inf] = ACTIONS(107), - [anon_sym_DASHinf] = ACTIONS(107), - [anon_sym_NaN] = ACTIONS(107), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_CARET] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), - }, - [380] = { - [sym_comment] = STATE(380), - [ts_builtin_sym_end] = ACTIONS(876), - [anon_sym_export] = ACTIONS(874), - [anon_sym_alias] = ACTIONS(874), - [anon_sym_let] = ACTIONS(874), - [anon_sym_let_DASHenv] = ACTIONS(874), - [anon_sym_mut] = ACTIONS(874), - [anon_sym_const] = ACTIONS(874), - [sym_cmd_identifier] = ACTIONS(874), - [anon_sym_SEMI] = ACTIONS(874), - [anon_sym_LF] = ACTIONS(876), - [anon_sym_def] = ACTIONS(874), - [anon_sym_def_DASHenv] = ACTIONS(874), - [anon_sym_export_DASHenv] = ACTIONS(874), - [anon_sym_extern] = ACTIONS(874), - [anon_sym_module] = ACTIONS(874), - [anon_sym_use] = ACTIONS(874), - [anon_sym_LBRACK] = ACTIONS(874), - [anon_sym_LPAREN] = ACTIONS(874), - [anon_sym_PIPE] = ACTIONS(874), - [anon_sym_DOLLAR] = ACTIONS(874), - [anon_sym_error] = ACTIONS(874), - [anon_sym_GT] = ACTIONS(874), - [anon_sym_DASH] = ACTIONS(874), - [anon_sym_break] = ACTIONS(874), - [anon_sym_continue] = ACTIONS(874), - [anon_sym_for] = ACTIONS(874), - [anon_sym_in] = ACTIONS(874), - [anon_sym_loop] = ACTIONS(874), - [anon_sym_while] = ACTIONS(874), - [anon_sym_do] = ACTIONS(874), - [anon_sym_if] = ACTIONS(874), - [anon_sym_match] = ACTIONS(874), - [anon_sym_LBRACE] = ACTIONS(874), - [anon_sym_try] = ACTIONS(874), - [anon_sym_return] = ACTIONS(874), - [anon_sym_source] = ACTIONS(874), - [anon_sym_source_DASHenv] = ACTIONS(874), - [anon_sym_register] = ACTIONS(874), - [anon_sym_hide] = ACTIONS(874), - [anon_sym_hide_DASHenv] = ACTIONS(874), - [anon_sym_overlay] = ACTIONS(874), - [anon_sym_STAR] = ACTIONS(874), - [anon_sym_where] = ACTIONS(874), - [anon_sym_STAR_STAR] = ACTIONS(874), - [anon_sym_PLUS_PLUS] = ACTIONS(874), - [anon_sym_SLASH] = ACTIONS(874), - [anon_sym_mod] = ACTIONS(874), - [anon_sym_SLASH_SLASH] = ACTIONS(874), - [anon_sym_PLUS] = ACTIONS(874), - [anon_sym_bit_DASHshl] = ACTIONS(874), - [anon_sym_bit_DASHshr] = ACTIONS(874), - [anon_sym_EQ_EQ] = ACTIONS(874), - [anon_sym_BANG_EQ] = ACTIONS(874), - [anon_sym_LT2] = ACTIONS(874), - [anon_sym_LT_EQ] = ACTIONS(874), - [anon_sym_GT_EQ] = ACTIONS(874), - [anon_sym_not_DASHin] = ACTIONS(874), - [anon_sym_starts_DASHwith] = ACTIONS(874), - [anon_sym_ends_DASHwith] = ACTIONS(874), - [anon_sym_EQ_TILDE] = ACTIONS(874), - [anon_sym_BANG_TILDE] = ACTIONS(874), - [anon_sym_bit_DASHand] = ACTIONS(874), - [anon_sym_bit_DASHxor] = ACTIONS(874), - [anon_sym_bit_DASHor] = ACTIONS(874), - [anon_sym_and] = ACTIONS(874), - [anon_sym_xor] = ACTIONS(874), - [anon_sym_or] = ACTIONS(874), - [anon_sym_not] = ACTIONS(874), - [anon_sym_DOT_DOT_LT] = ACTIONS(874), - [anon_sym_DOT_DOT] = ACTIONS(874), - [anon_sym_DOT_DOT_EQ] = ACTIONS(874), - [sym_val_nothing] = ACTIONS(874), - [anon_sym_true] = ACTIONS(874), - [anon_sym_false] = ACTIONS(874), - [aux_sym_val_number_token1] = ACTIONS(874), - [aux_sym_val_number_token2] = ACTIONS(874), - [aux_sym_val_number_token3] = ACTIONS(874), - [aux_sym_val_number_token4] = ACTIONS(874), - [anon_sym_inf] = ACTIONS(874), - [anon_sym_DASHinf] = ACTIONS(874), - [anon_sym_NaN] = ACTIONS(874), - [anon_sym_0b] = ACTIONS(874), - [anon_sym_0o] = ACTIONS(874), - [anon_sym_0x] = ACTIONS(874), - [sym_val_date] = ACTIONS(874), - [anon_sym_DQUOTE] = ACTIONS(874), - [sym__str_single_quotes] = ACTIONS(874), - [sym__str_back_ticks] = ACTIONS(874), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(874), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(874), - [anon_sym_CARET] = ACTIONS(874), - [anon_sym_POUND] = ACTIONS(3), - }, - [381] = { - [sym_comment] = STATE(381), - [ts_builtin_sym_end] = ACTIONS(842), - [anon_sym_export] = ACTIONS(840), - [anon_sym_alias] = ACTIONS(840), - [anon_sym_let] = ACTIONS(840), - [anon_sym_let_DASHenv] = ACTIONS(840), - [anon_sym_mut] = ACTIONS(840), - [anon_sym_const] = ACTIONS(840), - [sym_cmd_identifier] = ACTIONS(840), - [anon_sym_SEMI] = ACTIONS(840), - [anon_sym_LF] = ACTIONS(842), - [anon_sym_def] = ACTIONS(840), - [anon_sym_def_DASHenv] = ACTIONS(840), - [anon_sym_export_DASHenv] = ACTIONS(840), - [anon_sym_extern] = ACTIONS(840), - [anon_sym_module] = ACTIONS(840), - [anon_sym_use] = ACTIONS(840), - [anon_sym_LBRACK] = ACTIONS(840), - [anon_sym_LPAREN] = ACTIONS(840), - [anon_sym_PIPE] = ACTIONS(840), - [anon_sym_DOLLAR] = ACTIONS(840), - [anon_sym_error] = ACTIONS(840), - [anon_sym_GT] = ACTIONS(840), - [anon_sym_DASH] = ACTIONS(840), - [anon_sym_break] = ACTIONS(840), - [anon_sym_continue] = ACTIONS(840), - [anon_sym_for] = ACTIONS(840), - [anon_sym_in] = ACTIONS(840), - [anon_sym_loop] = ACTIONS(840), - [anon_sym_while] = ACTIONS(840), - [anon_sym_do] = ACTIONS(840), - [anon_sym_if] = ACTIONS(840), - [anon_sym_match] = ACTIONS(840), - [anon_sym_LBRACE] = ACTIONS(840), - [anon_sym_try] = ACTIONS(840), - [anon_sym_return] = ACTIONS(840), - [anon_sym_source] = ACTIONS(840), - [anon_sym_source_DASHenv] = ACTIONS(840), - [anon_sym_register] = ACTIONS(840), - [anon_sym_hide] = ACTIONS(840), - [anon_sym_hide_DASHenv] = ACTIONS(840), - [anon_sym_overlay] = ACTIONS(840), - [anon_sym_STAR] = ACTIONS(840), - [anon_sym_where] = ACTIONS(840), - [anon_sym_STAR_STAR] = ACTIONS(840), - [anon_sym_PLUS_PLUS] = ACTIONS(840), - [anon_sym_SLASH] = ACTIONS(840), - [anon_sym_mod] = ACTIONS(840), - [anon_sym_SLASH_SLASH] = ACTIONS(840), - [anon_sym_PLUS] = ACTIONS(840), - [anon_sym_bit_DASHshl] = ACTIONS(840), - [anon_sym_bit_DASHshr] = ACTIONS(840), - [anon_sym_EQ_EQ] = ACTIONS(840), - [anon_sym_BANG_EQ] = ACTIONS(840), - [anon_sym_LT2] = ACTIONS(840), - [anon_sym_LT_EQ] = ACTIONS(840), - [anon_sym_GT_EQ] = ACTIONS(840), - [anon_sym_not_DASHin] = ACTIONS(840), - [anon_sym_starts_DASHwith] = ACTIONS(840), - [anon_sym_ends_DASHwith] = ACTIONS(840), - [anon_sym_EQ_TILDE] = ACTIONS(840), - [anon_sym_BANG_TILDE] = ACTIONS(840), - [anon_sym_bit_DASHand] = ACTIONS(840), - [anon_sym_bit_DASHxor] = ACTIONS(840), - [anon_sym_bit_DASHor] = ACTIONS(840), - [anon_sym_and] = ACTIONS(840), - [anon_sym_xor] = ACTIONS(840), - [anon_sym_or] = ACTIONS(840), - [anon_sym_not] = ACTIONS(840), - [anon_sym_DOT_DOT_LT] = ACTIONS(840), - [anon_sym_DOT_DOT] = ACTIONS(840), - [anon_sym_DOT_DOT_EQ] = ACTIONS(840), - [sym_val_nothing] = ACTIONS(840), - [anon_sym_true] = ACTIONS(840), - [anon_sym_false] = ACTIONS(840), - [aux_sym_val_number_token1] = ACTIONS(840), - [aux_sym_val_number_token2] = ACTIONS(840), - [aux_sym_val_number_token3] = ACTIONS(840), - [aux_sym_val_number_token4] = ACTIONS(840), - [anon_sym_inf] = ACTIONS(840), - [anon_sym_DASHinf] = ACTIONS(840), - [anon_sym_NaN] = ACTIONS(840), - [anon_sym_0b] = ACTIONS(840), - [anon_sym_0o] = ACTIONS(840), - [anon_sym_0x] = ACTIONS(840), - [sym_val_date] = ACTIONS(840), - [anon_sym_DQUOTE] = ACTIONS(840), - [sym__str_single_quotes] = ACTIONS(840), - [sym__str_back_ticks] = ACTIONS(840), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(840), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(840), - [anon_sym_CARET] = ACTIONS(840), - [anon_sym_POUND] = ACTIONS(3), - }, - [382] = { - [sym__expression] = STATE(146), - [sym_expr_unary] = STATE(206), - [sym_expr_binary] = STATE(206), - [sym_expr_parenthesized] = STATE(210), - [sym_val_range] = STATE(206), - [sym__value] = STATE(206), - [sym_val_bool] = STATE(236), - [sym_val_variable] = STATE(236), - [sym__var] = STATE(132), - [sym_val_number] = STATE(3), - [sym_val_duration] = STATE(236), - [sym_val_filesize] = STATE(236), - [sym_val_binary] = STATE(236), - [sym_val_string] = STATE(236), - [sym__str_double_quotes] = STATE(200), - [sym_val_interpolated] = STATE(236), - [sym__inter_single_quotes] = STATE(214), - [sym__inter_double_quotes] = STATE(219), - [sym_val_list] = STATE(236), - [sym_val_record] = STATE(236), - [sym_val_table] = STATE(236), - [sym_val_closure] = STATE(236), - [sym__flag] = STATE(373), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(382), - [anon_sym_export] = ACTIONS(682), - [anon_sym_alias] = ACTIONS(682), - [anon_sym_let] = ACTIONS(682), - [anon_sym_let_DASHenv] = ACTIONS(682), - [anon_sym_mut] = ACTIONS(682), - [anon_sym_const] = ACTIONS(682), - [sym_cmd_identifier] = ACTIONS(682), - [anon_sym_SEMI] = ACTIONS(682), - [anon_sym_LF] = ACTIONS(684), - [anon_sym_def] = ACTIONS(682), - [anon_sym_def_DASHenv] = ACTIONS(682), - [anon_sym_export_DASHenv] = ACTIONS(682), - [anon_sym_extern] = ACTIONS(682), - [anon_sym_module] = ACTIONS(682), - [anon_sym_use] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(682), - [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_RPAREN] = ACTIONS(682), - [anon_sym_PIPE] = ACTIONS(682), - [anon_sym_DOLLAR] = ACTIONS(682), - [anon_sym_error] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(682), - [anon_sym_break] = ACTIONS(682), - [anon_sym_continue] = ACTIONS(682), - [anon_sym_for] = ACTIONS(682), - [anon_sym_loop] = ACTIONS(682), - [anon_sym_while] = ACTIONS(682), - [anon_sym_do] = ACTIONS(682), - [anon_sym_if] = ACTIONS(682), - [anon_sym_match] = ACTIONS(682), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_RBRACE] = ACTIONS(682), - [anon_sym_try] = ACTIONS(682), - [anon_sym_return] = ACTIONS(682), - [anon_sym_source] = ACTIONS(682), - [anon_sym_source_DASHenv] = ACTIONS(682), - [anon_sym_register] = ACTIONS(682), - [anon_sym_hide] = ACTIONS(682), - [anon_sym_hide_DASHenv] = ACTIONS(682), - [anon_sym_overlay] = ACTIONS(682), - [anon_sym_where] = ACTIONS(682), - [anon_sym_not] = ACTIONS(682), - [anon_sym_DOT_DOT_LT] = ACTIONS(682), - [anon_sym_DOT_DOT] = ACTIONS(682), - [anon_sym_DOT_DOT_EQ] = ACTIONS(682), - [sym_val_nothing] = ACTIONS(682), - [anon_sym_true] = ACTIONS(682), - [anon_sym_false] = ACTIONS(682), - [aux_sym_val_number_token1] = ACTIONS(682), - [aux_sym_val_number_token2] = ACTIONS(682), - [aux_sym_val_number_token3] = ACTIONS(682), - [aux_sym_val_number_token4] = ACTIONS(682), - [anon_sym_inf] = ACTIONS(682), - [anon_sym_DASHinf] = ACTIONS(682), - [anon_sym_NaN] = ACTIONS(682), - [anon_sym_0b] = ACTIONS(682), - [anon_sym_0o] = ACTIONS(682), - [anon_sym_0x] = ACTIONS(682), - [sym_val_date] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(682), - [sym__str_single_quotes] = ACTIONS(682), - [sym__str_back_ticks] = ACTIONS(682), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(682), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(682), - [anon_sym_CARET] = ACTIONS(682), - [sym_short_flag] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(3), - }, - [383] = { - [sym__expression] = STATE(146), - [sym_expr_unary] = STATE(206), - [sym_expr_binary] = STATE(206), - [sym_expr_parenthesized] = STATE(210), - [sym_val_range] = STATE(206), - [sym__value] = STATE(206), - [sym_val_bool] = STATE(236), - [sym_val_variable] = STATE(236), - [sym__var] = STATE(132), - [sym_val_number] = STATE(3), - [sym_val_duration] = STATE(236), - [sym_val_filesize] = STATE(236), - [sym_val_binary] = STATE(236), - [sym_val_string] = STATE(236), - [sym__str_double_quotes] = STATE(200), - [sym_val_interpolated] = STATE(236), - [sym__inter_single_quotes] = STATE(214), - [sym__inter_double_quotes] = STATE(219), - [sym_val_list] = STATE(236), - [sym_val_record] = STATE(236), - [sym_val_table] = STATE(236), - [sym_val_closure] = STATE(236), - [sym__flag] = STATE(367), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(383), - [anon_sym_export] = ACTIONS(682), - [anon_sym_alias] = ACTIONS(682), - [anon_sym_let] = ACTIONS(682), - [anon_sym_let_DASHenv] = ACTIONS(682), - [anon_sym_mut] = ACTIONS(682), - [anon_sym_const] = ACTIONS(682), - [sym_cmd_identifier] = ACTIONS(682), - [anon_sym_SEMI] = ACTIONS(682), - [anon_sym_LF] = ACTIONS(684), - [anon_sym_def] = ACTIONS(682), - [anon_sym_def_DASHenv] = ACTIONS(682), - [anon_sym_export_DASHenv] = ACTIONS(682), - [anon_sym_extern] = ACTIONS(682), - [anon_sym_module] = ACTIONS(682), - [anon_sym_use] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(682), - [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_RPAREN] = ACTIONS(682), - [anon_sym_PIPE] = ACTIONS(682), - [anon_sym_DOLLAR] = ACTIONS(682), - [anon_sym_error] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(682), - [anon_sym_break] = ACTIONS(682), - [anon_sym_continue] = ACTIONS(682), - [anon_sym_for] = ACTIONS(682), - [anon_sym_loop] = ACTIONS(682), - [anon_sym_while] = ACTIONS(682), - [anon_sym_do] = ACTIONS(682), - [anon_sym_if] = ACTIONS(682), - [anon_sym_match] = ACTIONS(682), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_RBRACE] = ACTIONS(682), - [anon_sym_try] = ACTIONS(682), - [anon_sym_return] = ACTIONS(682), - [anon_sym_source] = ACTIONS(682), - [anon_sym_source_DASHenv] = ACTIONS(682), - [anon_sym_register] = ACTIONS(682), - [anon_sym_hide] = ACTIONS(682), - [anon_sym_hide_DASHenv] = ACTIONS(682), - [anon_sym_overlay] = ACTIONS(682), - [anon_sym_where] = ACTIONS(682), - [anon_sym_not] = ACTIONS(682), - [anon_sym_DOT_DOT_LT] = ACTIONS(682), - [anon_sym_DOT_DOT] = ACTIONS(682), - [anon_sym_DOT_DOT_EQ] = ACTIONS(682), - [sym_val_nothing] = ACTIONS(682), - [anon_sym_true] = ACTIONS(682), - [anon_sym_false] = ACTIONS(682), - [aux_sym_val_number_token1] = ACTIONS(682), - [aux_sym_val_number_token2] = ACTIONS(682), - [aux_sym_val_number_token3] = ACTIONS(682), - [aux_sym_val_number_token4] = ACTIONS(682), - [anon_sym_inf] = ACTIONS(682), - [anon_sym_DASHinf] = ACTIONS(682), - [anon_sym_NaN] = ACTIONS(682), - [anon_sym_0b] = ACTIONS(682), - [anon_sym_0o] = ACTIONS(682), - [anon_sym_0x] = ACTIONS(682), - [sym_val_date] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(682), - [sym__str_single_quotes] = ACTIONS(682), - [sym__str_back_ticks] = ACTIONS(682), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(682), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(682), - [anon_sym_CARET] = ACTIONS(682), - [sym_short_flag] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(3), - }, - [384] = { - [sym_comment] = STATE(384), - [ts_builtin_sym_end] = ACTIONS(862), - [anon_sym_export] = ACTIONS(860), - [anon_sym_alias] = ACTIONS(860), - [anon_sym_let] = ACTIONS(860), - [anon_sym_let_DASHenv] = ACTIONS(860), - [anon_sym_mut] = ACTIONS(860), - [anon_sym_const] = ACTIONS(860), - [sym_cmd_identifier] = ACTIONS(860), - [anon_sym_SEMI] = ACTIONS(860), - [anon_sym_LF] = ACTIONS(862), - [anon_sym_def] = ACTIONS(860), - [anon_sym_def_DASHenv] = ACTIONS(860), - [anon_sym_export_DASHenv] = ACTIONS(860), - [anon_sym_extern] = ACTIONS(860), - [anon_sym_module] = ACTIONS(860), - [anon_sym_use] = ACTIONS(860), - [anon_sym_LBRACK] = ACTIONS(860), - [anon_sym_LPAREN] = ACTIONS(860), - [anon_sym_PIPE] = ACTIONS(860), - [anon_sym_DOLLAR] = ACTIONS(860), - [anon_sym_error] = ACTIONS(860), - [anon_sym_GT] = ACTIONS(860), - [anon_sym_DASH] = ACTIONS(860), - [anon_sym_break] = ACTIONS(860), - [anon_sym_continue] = ACTIONS(860), - [anon_sym_for] = ACTIONS(860), - [anon_sym_in] = ACTIONS(860), - [anon_sym_loop] = ACTIONS(860), - [anon_sym_while] = ACTIONS(860), - [anon_sym_do] = ACTIONS(860), - [anon_sym_if] = ACTIONS(860), - [anon_sym_match] = ACTIONS(860), - [anon_sym_LBRACE] = ACTIONS(860), - [anon_sym_try] = ACTIONS(860), - [anon_sym_return] = ACTIONS(860), - [anon_sym_source] = ACTIONS(860), - [anon_sym_source_DASHenv] = ACTIONS(860), - [anon_sym_register] = ACTIONS(860), - [anon_sym_hide] = ACTIONS(860), - [anon_sym_hide_DASHenv] = ACTIONS(860), - [anon_sym_overlay] = ACTIONS(860), - [anon_sym_STAR] = ACTIONS(860), - [anon_sym_where] = ACTIONS(860), - [anon_sym_STAR_STAR] = ACTIONS(860), - [anon_sym_PLUS_PLUS] = ACTIONS(860), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_mod] = ACTIONS(860), - [anon_sym_SLASH_SLASH] = ACTIONS(860), - [anon_sym_PLUS] = ACTIONS(860), - [anon_sym_bit_DASHshl] = ACTIONS(860), - [anon_sym_bit_DASHshr] = ACTIONS(860), - [anon_sym_EQ_EQ] = ACTIONS(860), - [anon_sym_BANG_EQ] = ACTIONS(860), - [anon_sym_LT2] = ACTIONS(860), - [anon_sym_LT_EQ] = ACTIONS(860), - [anon_sym_GT_EQ] = ACTIONS(860), - [anon_sym_not_DASHin] = ACTIONS(860), - [anon_sym_starts_DASHwith] = ACTIONS(860), - [anon_sym_ends_DASHwith] = ACTIONS(860), - [anon_sym_EQ_TILDE] = ACTIONS(860), - [anon_sym_BANG_TILDE] = ACTIONS(860), - [anon_sym_bit_DASHand] = ACTIONS(860), - [anon_sym_bit_DASHxor] = ACTIONS(860), - [anon_sym_bit_DASHor] = ACTIONS(860), - [anon_sym_and] = ACTIONS(860), - [anon_sym_xor] = ACTIONS(860), - [anon_sym_or] = ACTIONS(860), - [anon_sym_not] = ACTIONS(860), - [anon_sym_DOT_DOT_LT] = ACTIONS(860), - [anon_sym_DOT_DOT] = ACTIONS(860), - [anon_sym_DOT_DOT_EQ] = ACTIONS(860), - [sym_val_nothing] = ACTIONS(860), - [anon_sym_true] = ACTIONS(860), - [anon_sym_false] = ACTIONS(860), - [aux_sym_val_number_token1] = ACTIONS(860), - [aux_sym_val_number_token2] = ACTIONS(860), - [aux_sym_val_number_token3] = ACTIONS(860), - [aux_sym_val_number_token4] = ACTIONS(860), - [anon_sym_inf] = ACTIONS(860), - [anon_sym_DASHinf] = ACTIONS(860), - [anon_sym_NaN] = ACTIONS(860), - [anon_sym_0b] = ACTIONS(860), - [anon_sym_0o] = ACTIONS(860), - [anon_sym_0x] = ACTIONS(860), - [sym_val_date] = ACTIONS(860), - [anon_sym_DQUOTE] = ACTIONS(860), - [sym__str_single_quotes] = ACTIONS(860), - [sym__str_back_ticks] = ACTIONS(860), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(860), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(860), - [anon_sym_CARET] = ACTIONS(860), + [anon_sym_not_DASHin] = ACTIONS(918), + [anon_sym_starts_DASHwith] = ACTIONS(918), + [anon_sym_ends_DASHwith] = ACTIONS(918), + [anon_sym_EQ_TILDE] = ACTIONS(926), + [anon_sym_BANG_TILDE] = ACTIONS(926), + [anon_sym_bit_DASHand] = ACTIONS(928), + [anon_sym_bit_DASHxor] = ACTIONS(930), + [anon_sym_bit_DASHor] = ACTIONS(932), + [anon_sym_and] = ACTIONS(934), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [385] = { - [sym_comment] = STATE(385), - [ts_builtin_sym_end] = ACTIONS(912), - [anon_sym_export] = ACTIONS(910), - [anon_sym_alias] = ACTIONS(910), - [anon_sym_let] = ACTIONS(910), - [anon_sym_let_DASHenv] = ACTIONS(910), - [anon_sym_mut] = ACTIONS(910), - [anon_sym_const] = ACTIONS(910), - [sym_cmd_identifier] = ACTIONS(910), - [anon_sym_SEMI] = ACTIONS(910), - [anon_sym_LF] = ACTIONS(912), - [anon_sym_def] = ACTIONS(910), - [anon_sym_def_DASHenv] = ACTIONS(910), - [anon_sym_export_DASHenv] = ACTIONS(910), - [anon_sym_extern] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_use] = ACTIONS(910), - [anon_sym_LBRACK] = ACTIONS(910), - [anon_sym_LPAREN] = ACTIONS(910), - [anon_sym_PIPE] = ACTIONS(910), - [anon_sym_DOLLAR] = ACTIONS(910), - [anon_sym_error] = ACTIONS(910), + [413] = { + [sym_comment] = STATE(413), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_export] = ACTIONS(769), + [anon_sym_alias] = ACTIONS(769), + [anon_sym_let] = ACTIONS(769), + [anon_sym_let_DASHenv] = ACTIONS(769), + [anon_sym_mut] = ACTIONS(769), + [anon_sym_const] = ACTIONS(769), + [sym_cmd_identifier] = ACTIONS(769), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_def] = ACTIONS(769), + [anon_sym_def_DASHenv] = ACTIONS(769), + [anon_sym_export_DASHenv] = ACTIONS(769), + [anon_sym_extern] = ACTIONS(769), + [anon_sym_module] = ACTIONS(769), + [anon_sym_use] = ACTIONS(769), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_error] = ACTIONS(769), [anon_sym_GT] = ACTIONS(914), [anon_sym_DASH] = ACTIONS(916), - [anon_sym_break] = ACTIONS(910), - [anon_sym_continue] = ACTIONS(910), - [anon_sym_for] = ACTIONS(910), + [anon_sym_break] = ACTIONS(769), + [anon_sym_continue] = ACTIONS(769), + [anon_sym_for] = ACTIONS(769), [anon_sym_in] = ACTIONS(918), - [anon_sym_loop] = ACTIONS(910), - [anon_sym_while] = ACTIONS(910), - [anon_sym_do] = ACTIONS(910), - [anon_sym_if] = ACTIONS(910), - [anon_sym_match] = ACTIONS(910), - [anon_sym_LBRACE] = ACTIONS(910), - [anon_sym_try] = ACTIONS(910), - [anon_sym_return] = ACTIONS(910), - [anon_sym_source] = ACTIONS(910), - [anon_sym_source_DASHenv] = ACTIONS(910), - [anon_sym_register] = ACTIONS(910), - [anon_sym_hide] = ACTIONS(910), - [anon_sym_hide_DASHenv] = ACTIONS(910), - [anon_sym_overlay] = ACTIONS(910), + [anon_sym_loop] = ACTIONS(769), + [anon_sym_while] = ACTIONS(769), + [anon_sym_do] = ACTIONS(769), + [anon_sym_if] = ACTIONS(769), + [anon_sym_match] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_try] = ACTIONS(769), + [anon_sym_return] = ACTIONS(769), + [anon_sym_source] = ACTIONS(769), + [anon_sym_source_DASHenv] = ACTIONS(769), + [anon_sym_register] = ACTIONS(769), + [anon_sym_hide] = ACTIONS(769), + [anon_sym_hide_DASHenv] = ACTIONS(769), + [anon_sym_overlay] = ACTIONS(769), [anon_sym_STAR] = ACTIONS(920), - [anon_sym_where] = ACTIONS(910), + [anon_sym_where] = ACTIONS(769), [anon_sym_STAR_STAR] = ACTIONS(922), [anon_sym_PLUS_PLUS] = ACTIONS(922), [anon_sym_SLASH] = ACTIONS(920), @@ -84453,225 +87118,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bit_DASHor] = ACTIONS(932), [anon_sym_and] = ACTIONS(934), [anon_sym_xor] = ACTIONS(936), - [anon_sym_or] = ACTIONS(938), - [anon_sym_not] = ACTIONS(910), - [anon_sym_DOT_DOT_LT] = ACTIONS(910), - [anon_sym_DOT_DOT] = ACTIONS(910), - [anon_sym_DOT_DOT_EQ] = ACTIONS(910), - [sym_val_nothing] = ACTIONS(910), - [anon_sym_true] = ACTIONS(910), - [anon_sym_false] = ACTIONS(910), - [aux_sym_val_number_token1] = ACTIONS(910), - [aux_sym_val_number_token2] = ACTIONS(910), - [aux_sym_val_number_token3] = ACTIONS(910), - [aux_sym_val_number_token4] = ACTIONS(910), - [anon_sym_inf] = ACTIONS(910), - [anon_sym_DASHinf] = ACTIONS(910), - [anon_sym_NaN] = ACTIONS(910), - [anon_sym_0b] = ACTIONS(910), - [anon_sym_0o] = ACTIONS(910), - [anon_sym_0x] = ACTIONS(910), - [sym_val_date] = ACTIONS(910), - [anon_sym_DQUOTE] = ACTIONS(910), - [sym__str_single_quotes] = ACTIONS(910), - [sym__str_back_ticks] = ACTIONS(910), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(910), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(910), - [anon_sym_CARET] = ACTIONS(910), + [anon_sym_or] = ACTIONS(769), + [anon_sym_not] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_CARET] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [386] = { - [sym__expression] = STATE(142), - [sym_expr_unary] = STATE(206), - [sym_expr_binary] = STATE(206), - [sym_expr_parenthesized] = STATE(210), - [sym_val_range] = STATE(206), - [sym__value] = STATE(206), - [sym_val_bool] = STATE(236), - [sym_val_variable] = STATE(236), - [sym__var] = STATE(132), + [414] = { + [sym__expression] = STATE(154), + [sym_expr_unary] = STATE(208), + [sym_expr_binary] = STATE(208), + [sym_expr_parenthesized] = STATE(207), + [sym_val_range] = STATE(208), + [sym__value] = STATE(208), + [sym_val_bool] = STATE(253), + [sym_val_variable] = STATE(253), + [sym__var] = STATE(133), [sym_val_number] = STATE(3), - [sym_val_duration] = STATE(236), - [sym_val_filesize] = STATE(236), - [sym_val_binary] = STATE(236), - [sym_val_string] = STATE(236), - [sym__str_double_quotes] = STATE(200), - [sym_val_interpolated] = STATE(236), - [sym__inter_single_quotes] = STATE(214), - [sym__inter_double_quotes] = STATE(219), - [sym_val_list] = STATE(236), - [sym_val_record] = STATE(236), - [sym_val_table] = STATE(236), - [sym_val_closure] = STATE(236), - [sym__flag] = STATE(396), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(386), - [anon_sym_export] = ACTIONS(694), - [anon_sym_alias] = ACTIONS(694), - [anon_sym_let] = ACTIONS(694), - [anon_sym_let_DASHenv] = ACTIONS(694), - [anon_sym_mut] = ACTIONS(694), - [anon_sym_const] = ACTIONS(694), - [sym_cmd_identifier] = ACTIONS(694), - [anon_sym_SEMI] = ACTIONS(694), - [anon_sym_LF] = ACTIONS(696), - [anon_sym_def] = ACTIONS(694), - [anon_sym_def_DASHenv] = ACTIONS(694), - [anon_sym_export_DASHenv] = ACTIONS(694), - [anon_sym_extern] = ACTIONS(694), - [anon_sym_module] = ACTIONS(694), - [anon_sym_use] = ACTIONS(694), - [anon_sym_LBRACK] = ACTIONS(694), - [anon_sym_LPAREN] = ACTIONS(694), - [anon_sym_RPAREN] = ACTIONS(694), - [anon_sym_PIPE] = ACTIONS(694), - [anon_sym_DOLLAR] = ACTIONS(694), - [anon_sym_error] = ACTIONS(694), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_break] = ACTIONS(694), - [anon_sym_continue] = ACTIONS(694), - [anon_sym_for] = ACTIONS(694), - [anon_sym_loop] = ACTIONS(694), - [anon_sym_while] = ACTIONS(694), - [anon_sym_do] = ACTIONS(694), - [anon_sym_if] = ACTIONS(694), - [anon_sym_match] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_RBRACE] = ACTIONS(694), - [anon_sym_try] = ACTIONS(694), - [anon_sym_return] = ACTIONS(694), - [anon_sym_source] = ACTIONS(694), - [anon_sym_source_DASHenv] = ACTIONS(694), - [anon_sym_register] = ACTIONS(694), - [anon_sym_hide] = ACTIONS(694), - [anon_sym_hide_DASHenv] = ACTIONS(694), - [anon_sym_overlay] = ACTIONS(694), - [anon_sym_where] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_DOT_DOT_LT] = ACTIONS(694), - [anon_sym_DOT_DOT] = ACTIONS(694), - [anon_sym_DOT_DOT_EQ] = ACTIONS(694), - [sym_val_nothing] = ACTIONS(694), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [aux_sym_val_number_token1] = ACTIONS(694), - [aux_sym_val_number_token2] = ACTIONS(694), - [aux_sym_val_number_token3] = ACTIONS(694), - [aux_sym_val_number_token4] = ACTIONS(694), - [anon_sym_inf] = ACTIONS(694), - [anon_sym_DASHinf] = ACTIONS(694), - [anon_sym_NaN] = ACTIONS(694), - [anon_sym_0b] = ACTIONS(694), - [anon_sym_0o] = ACTIONS(694), - [anon_sym_0x] = ACTIONS(694), - [sym_val_date] = ACTIONS(694), - [anon_sym_DQUOTE] = ACTIONS(694), - [sym__str_single_quotes] = ACTIONS(694), - [sym__str_back_ticks] = ACTIONS(694), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(694), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [sym_short_flag] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(3), - }, - [387] = { - [sym_comment] = STATE(387), - [ts_builtin_sym_end] = ACTIONS(838), - [anon_sym_export] = ACTIONS(836), - [anon_sym_alias] = ACTIONS(836), - [anon_sym_let] = ACTIONS(836), - [anon_sym_let_DASHenv] = ACTIONS(836), - [anon_sym_mut] = ACTIONS(836), - [anon_sym_const] = ACTIONS(836), - [sym_cmd_identifier] = ACTIONS(836), - [anon_sym_SEMI] = ACTIONS(836), - [anon_sym_LF] = ACTIONS(838), - [anon_sym_def] = ACTIONS(836), - [anon_sym_def_DASHenv] = ACTIONS(836), - [anon_sym_export_DASHenv] = ACTIONS(836), - [anon_sym_extern] = ACTIONS(836), - [anon_sym_module] = ACTIONS(836), - [anon_sym_use] = ACTIONS(836), - [anon_sym_LBRACK] = ACTIONS(836), - [anon_sym_LPAREN] = ACTIONS(836), - [anon_sym_PIPE] = ACTIONS(836), - [anon_sym_DOLLAR] = ACTIONS(836), - [anon_sym_error] = ACTIONS(836), - [anon_sym_GT] = ACTIONS(836), - [anon_sym_DASH] = ACTIONS(836), - [anon_sym_break] = ACTIONS(836), - [anon_sym_continue] = ACTIONS(836), - [anon_sym_for] = ACTIONS(836), - [anon_sym_in] = ACTIONS(836), - [anon_sym_loop] = ACTIONS(836), - [anon_sym_while] = ACTIONS(836), - [anon_sym_do] = ACTIONS(836), - [anon_sym_if] = ACTIONS(836), - [anon_sym_match] = ACTIONS(836), - [anon_sym_LBRACE] = ACTIONS(836), - [anon_sym_try] = ACTIONS(836), - [anon_sym_return] = ACTIONS(836), - [anon_sym_source] = ACTIONS(836), - [anon_sym_source_DASHenv] = ACTIONS(836), - [anon_sym_register] = ACTIONS(836), - [anon_sym_hide] = ACTIONS(836), - [anon_sym_hide_DASHenv] = ACTIONS(836), - [anon_sym_overlay] = ACTIONS(836), - [anon_sym_STAR] = ACTIONS(836), - [anon_sym_where] = ACTIONS(836), - [anon_sym_STAR_STAR] = ACTIONS(836), - [anon_sym_PLUS_PLUS] = ACTIONS(836), - [anon_sym_SLASH] = ACTIONS(836), - [anon_sym_mod] = ACTIONS(836), - [anon_sym_SLASH_SLASH] = ACTIONS(836), - [anon_sym_PLUS] = ACTIONS(836), - [anon_sym_bit_DASHshl] = ACTIONS(836), - [anon_sym_bit_DASHshr] = ACTIONS(836), - [anon_sym_EQ_EQ] = ACTIONS(836), - [anon_sym_BANG_EQ] = ACTIONS(836), - [anon_sym_LT2] = ACTIONS(836), - [anon_sym_LT_EQ] = ACTIONS(836), - [anon_sym_GT_EQ] = ACTIONS(836), - [anon_sym_not_DASHin] = ACTIONS(836), - [anon_sym_starts_DASHwith] = ACTIONS(836), - [anon_sym_ends_DASHwith] = ACTIONS(836), - [anon_sym_EQ_TILDE] = ACTIONS(836), - [anon_sym_BANG_TILDE] = ACTIONS(836), - [anon_sym_bit_DASHand] = ACTIONS(836), - [anon_sym_bit_DASHxor] = ACTIONS(836), - [anon_sym_bit_DASHor] = ACTIONS(836), - [anon_sym_and] = ACTIONS(836), - [anon_sym_xor] = ACTIONS(836), - [anon_sym_or] = ACTIONS(836), - [anon_sym_not] = ACTIONS(836), - [anon_sym_DOT_DOT_LT] = ACTIONS(836), - [anon_sym_DOT_DOT] = ACTIONS(836), - [anon_sym_DOT_DOT_EQ] = ACTIONS(836), - [sym_val_nothing] = ACTIONS(836), - [anon_sym_true] = ACTIONS(836), - [anon_sym_false] = ACTIONS(836), - [aux_sym_val_number_token1] = ACTIONS(836), - [aux_sym_val_number_token2] = ACTIONS(836), - [aux_sym_val_number_token3] = ACTIONS(836), - [aux_sym_val_number_token4] = ACTIONS(836), - [anon_sym_inf] = ACTIONS(836), - [anon_sym_DASHinf] = ACTIONS(836), - [anon_sym_NaN] = ACTIONS(836), - [anon_sym_0b] = ACTIONS(836), - [anon_sym_0o] = ACTIONS(836), - [anon_sym_0x] = ACTIONS(836), - [sym_val_date] = ACTIONS(836), - [anon_sym_DQUOTE] = ACTIONS(836), - [sym__str_single_quotes] = ACTIONS(836), - [sym__str_back_ticks] = ACTIONS(836), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(836), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(836), - [anon_sym_CARET] = ACTIONS(836), + [sym_val_duration] = STATE(253), + [sym_val_filesize] = STATE(253), + [sym_val_binary] = STATE(253), + [sym_val_string] = STATE(253), + [sym__str_double_quotes] = STATE(214), + [sym_val_interpolated] = STATE(253), + [sym__inter_single_quotes] = STATE(229), + [sym__inter_double_quotes] = STATE(223), + [sym_val_list] = STATE(253), + [sym_val_record] = STATE(253), + [sym_val_table] = STATE(253), + [sym_val_closure] = STATE(253), + [sym__flag] = STATE(395), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(414), + [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), + [sym_cmd_identifier] = ACTIONS(976), + [anon_sym_SEMI] = ACTIONS(976), + [anon_sym_LF] = ACTIONS(978), + [anon_sym_def] = ACTIONS(976), + [anon_sym_def_DASHenv] = 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_LBRACK] = ACTIONS(976), + [anon_sym_LPAREN] = ACTIONS(976), + [anon_sym_RPAREN] = ACTIONS(976), + [anon_sym_PIPE] = ACTIONS(976), + [anon_sym_DOLLAR] = ACTIONS(976), + [anon_sym_error] = ACTIONS(976), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(976), + [anon_sym_break] = ACTIONS(976), + [anon_sym_continue] = ACTIONS(976), + [anon_sym_for] = ACTIONS(976), + [anon_sym_loop] = ACTIONS(976), + [anon_sym_while] = ACTIONS(976), + [anon_sym_do] = ACTIONS(976), + [anon_sym_if] = ACTIONS(976), + [anon_sym_match] = ACTIONS(976), + [anon_sym_LBRACE] = ACTIONS(976), + [anon_sym_RBRACE] = ACTIONS(976), + [anon_sym_try] = 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_where] = ACTIONS(976), + [anon_sym_not] = ACTIONS(976), + [anon_sym_DOT_DOT_LT] = ACTIONS(976), + [anon_sym_DOT_DOT] = ACTIONS(976), + [anon_sym_DOT_DOT_EQ] = ACTIONS(976), + [sym_val_nothing] = ACTIONS(976), + [anon_sym_true] = ACTIONS(976), + [anon_sym_false] = 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), + [anon_sym_inf] = ACTIONS(976), + [anon_sym_DASHinf] = ACTIONS(976), + [anon_sym_NaN] = ACTIONS(976), + [anon_sym_0b] = ACTIONS(976), + [anon_sym_0o] = ACTIONS(976), + [anon_sym_0x] = ACTIONS(976), + [sym_val_date] = ACTIONS(976), + [anon_sym_DQUOTE] = ACTIONS(976), + [sym__str_single_quotes] = ACTIONS(976), + [sym__str_back_ticks] = ACTIONS(976), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(976), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(976), + [anon_sym_CARET] = ACTIONS(976), + [sym_short_flag] = ACTIONS(659), [anon_sym_POUND] = ACTIONS(3), }, - [388] = { - [sym_comment] = STATE(388), + [415] = { + [sym_comment] = STATE(415), [ts_builtin_sym_end] = ACTIONS(771), [anon_sym_export] = ACTIONS(769), [anon_sym_alias] = ACTIONS(769), @@ -84693,12 +87263,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(769), [anon_sym_DOLLAR] = ACTIONS(769), [anon_sym_error] = ACTIONS(769), - [anon_sym_GT] = ACTIONS(769), - [anon_sym_DASH] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(914), + [anon_sym_DASH] = ACTIONS(916), [anon_sym_break] = ACTIONS(769), [anon_sym_continue] = ACTIONS(769), [anon_sym_for] = ACTIONS(769), - [anon_sym_in] = ACTIONS(769), + [anon_sym_in] = ACTIONS(918), [anon_sym_loop] = ACTIONS(769), [anon_sym_while] = ACTIONS(769), [anon_sym_do] = ACTIONS(769), @@ -84713,32 +87283,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hide] = ACTIONS(769), [anon_sym_hide_DASHenv] = ACTIONS(769), [anon_sym_overlay] = ACTIONS(769), - [anon_sym_STAR] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(920), [anon_sym_where] = ACTIONS(769), - [anon_sym_STAR_STAR] = ACTIONS(769), - [anon_sym_PLUS_PLUS] = ACTIONS(769), - [anon_sym_SLASH] = ACTIONS(769), - [anon_sym_mod] = ACTIONS(769), - [anon_sym_SLASH_SLASH] = ACTIONS(769), - [anon_sym_PLUS] = ACTIONS(769), - [anon_sym_bit_DASHshl] = ACTIONS(769), - [anon_sym_bit_DASHshr] = ACTIONS(769), - [anon_sym_EQ_EQ] = ACTIONS(769), - [anon_sym_BANG_EQ] = ACTIONS(769), - [anon_sym_LT2] = ACTIONS(769), - [anon_sym_LT_EQ] = ACTIONS(769), - [anon_sym_GT_EQ] = ACTIONS(769), - [anon_sym_not_DASHin] = ACTIONS(769), - [anon_sym_starts_DASHwith] = ACTIONS(769), - [anon_sym_ends_DASHwith] = ACTIONS(769), - [anon_sym_EQ_TILDE] = ACTIONS(769), - [anon_sym_BANG_TILDE] = ACTIONS(769), - [anon_sym_bit_DASHand] = ACTIONS(769), - [anon_sym_bit_DASHxor] = ACTIONS(769), - [anon_sym_bit_DASHor] = ACTIONS(769), - [anon_sym_and] = ACTIONS(769), - [anon_sym_xor] = ACTIONS(769), - [anon_sym_or] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(922), + [anon_sym_PLUS_PLUS] = ACTIONS(922), + [anon_sym_SLASH] = ACTIONS(920), + [anon_sym_mod] = ACTIONS(920), + [anon_sym_SLASH_SLASH] = ACTIONS(920), + [anon_sym_PLUS] = ACTIONS(916), + [anon_sym_bit_DASHshl] = ACTIONS(924), + [anon_sym_bit_DASHshr] = ACTIONS(924), + [anon_sym_EQ_EQ] = ACTIONS(914), + [anon_sym_BANG_EQ] = ACTIONS(914), + [anon_sym_LT2] = ACTIONS(914), + [anon_sym_LT_EQ] = ACTIONS(914), + [anon_sym_GT_EQ] = ACTIONS(914), + [anon_sym_not_DASHin] = ACTIONS(918), + [anon_sym_starts_DASHwith] = ACTIONS(918), + [anon_sym_ends_DASHwith] = ACTIONS(918), + [anon_sym_EQ_TILDE] = ACTIONS(926), + [anon_sym_BANG_TILDE] = ACTIONS(926), + [anon_sym_bit_DASHand] = ACTIONS(928), + [anon_sym_bit_DASHxor] = ACTIONS(930), + [anon_sym_bit_DASHor] = ACTIONS(932), + [anon_sym_and] = ACTIONS(934), + [anon_sym_xor] = ACTIONS(936), + [anon_sym_or] = ACTIONS(938), [anon_sym_not] = ACTIONS(769), [anon_sym_DOT_DOT_LT] = ACTIONS(769), [anon_sym_DOT_DOT] = ACTIONS(769), @@ -84765,1338 +87335,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [389] = { - [sym_comment] = STATE(389), - [ts_builtin_sym_end] = ACTIONS(775), - [anon_sym_export] = ACTIONS(773), - [anon_sym_alias] = ACTIONS(773), - [anon_sym_let] = ACTIONS(773), - [anon_sym_let_DASHenv] = ACTIONS(773), - [anon_sym_mut] = ACTIONS(773), - [anon_sym_const] = ACTIONS(773), - [sym_cmd_identifier] = ACTIONS(773), - [anon_sym_SEMI] = ACTIONS(773), - [anon_sym_LF] = ACTIONS(775), - [anon_sym_def] = ACTIONS(773), - [anon_sym_def_DASHenv] = ACTIONS(773), - [anon_sym_export_DASHenv] = ACTIONS(773), - [anon_sym_extern] = ACTIONS(773), - [anon_sym_module] = ACTIONS(773), - [anon_sym_use] = ACTIONS(773), - [anon_sym_LBRACK] = ACTIONS(773), - [anon_sym_LPAREN] = ACTIONS(773), - [anon_sym_PIPE] = ACTIONS(773), - [anon_sym_DOLLAR] = ACTIONS(773), - [anon_sym_error] = ACTIONS(773), - [anon_sym_GT] = ACTIONS(773), - [anon_sym_DASH] = ACTIONS(773), - [anon_sym_break] = ACTIONS(773), - [anon_sym_continue] = ACTIONS(773), - [anon_sym_for] = ACTIONS(773), - [anon_sym_in] = ACTIONS(773), - [anon_sym_loop] = ACTIONS(773), - [anon_sym_while] = ACTIONS(773), - [anon_sym_do] = ACTIONS(773), - [anon_sym_if] = ACTIONS(773), - [anon_sym_match] = ACTIONS(773), - [anon_sym_LBRACE] = ACTIONS(773), - [anon_sym_try] = ACTIONS(773), - [anon_sym_return] = ACTIONS(773), - [anon_sym_source] = ACTIONS(773), - [anon_sym_source_DASHenv] = ACTIONS(773), - [anon_sym_register] = ACTIONS(773), - [anon_sym_hide] = ACTIONS(773), - [anon_sym_hide_DASHenv] = ACTIONS(773), - [anon_sym_overlay] = ACTIONS(773), - [anon_sym_STAR] = ACTIONS(773), - [anon_sym_where] = ACTIONS(773), - [anon_sym_STAR_STAR] = ACTIONS(773), - [anon_sym_PLUS_PLUS] = ACTIONS(773), - [anon_sym_SLASH] = ACTIONS(773), - [anon_sym_mod] = ACTIONS(773), - [anon_sym_SLASH_SLASH] = ACTIONS(773), - [anon_sym_PLUS] = ACTIONS(773), - [anon_sym_bit_DASHshl] = ACTIONS(773), - [anon_sym_bit_DASHshr] = ACTIONS(773), - [anon_sym_EQ_EQ] = ACTIONS(773), - [anon_sym_BANG_EQ] = ACTIONS(773), - [anon_sym_LT2] = ACTIONS(773), - [anon_sym_LT_EQ] = ACTIONS(773), - [anon_sym_GT_EQ] = ACTIONS(773), - [anon_sym_not_DASHin] = ACTIONS(773), - [anon_sym_starts_DASHwith] = ACTIONS(773), - [anon_sym_ends_DASHwith] = ACTIONS(773), - [anon_sym_EQ_TILDE] = ACTIONS(773), - [anon_sym_BANG_TILDE] = ACTIONS(773), - [anon_sym_bit_DASHand] = ACTIONS(773), - [anon_sym_bit_DASHxor] = ACTIONS(773), - [anon_sym_bit_DASHor] = ACTIONS(773), - [anon_sym_and] = ACTIONS(773), - [anon_sym_xor] = ACTIONS(773), - [anon_sym_or] = ACTIONS(773), - [anon_sym_not] = ACTIONS(773), - [anon_sym_DOT_DOT_LT] = ACTIONS(773), - [anon_sym_DOT_DOT] = ACTIONS(773), - [anon_sym_DOT_DOT_EQ] = ACTIONS(773), - [sym_val_nothing] = ACTIONS(773), - [anon_sym_true] = ACTIONS(773), - [anon_sym_false] = ACTIONS(773), - [aux_sym_val_number_token1] = ACTIONS(773), - [aux_sym_val_number_token2] = ACTIONS(773), - [aux_sym_val_number_token3] = ACTIONS(773), - [aux_sym_val_number_token4] = ACTIONS(773), - [anon_sym_inf] = ACTIONS(773), - [anon_sym_DASHinf] = ACTIONS(773), - [anon_sym_NaN] = ACTIONS(773), - [anon_sym_0b] = ACTIONS(773), - [anon_sym_0o] = ACTIONS(773), - [anon_sym_0x] = ACTIONS(773), - [sym_val_date] = ACTIONS(773), - [anon_sym_DQUOTE] = ACTIONS(773), - [sym__str_single_quotes] = ACTIONS(773), - [sym__str_back_ticks] = ACTIONS(773), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(773), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(773), - [anon_sym_CARET] = ACTIONS(773), - [anon_sym_POUND] = ACTIONS(3), - }, - [390] = { - [sym_comment] = STATE(390), - [ts_builtin_sym_end] = ACTIONS(846), - [anon_sym_export] = ACTIONS(844), - [anon_sym_alias] = ACTIONS(844), - [anon_sym_let] = ACTIONS(844), - [anon_sym_let_DASHenv] = ACTIONS(844), - [anon_sym_mut] = ACTIONS(844), - [anon_sym_const] = ACTIONS(844), - [sym_cmd_identifier] = ACTIONS(844), - [anon_sym_SEMI] = ACTIONS(844), - [anon_sym_LF] = ACTIONS(846), - [anon_sym_def] = ACTIONS(844), - [anon_sym_def_DASHenv] = ACTIONS(844), - [anon_sym_export_DASHenv] = ACTIONS(844), - [anon_sym_extern] = ACTIONS(844), - [anon_sym_module] = ACTIONS(844), - [anon_sym_use] = ACTIONS(844), - [anon_sym_LBRACK] = ACTIONS(844), - [anon_sym_LPAREN] = ACTIONS(844), - [anon_sym_PIPE] = ACTIONS(844), - [anon_sym_DOLLAR] = ACTIONS(844), - [anon_sym_error] = ACTIONS(844), - [anon_sym_GT] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_break] = ACTIONS(844), - [anon_sym_continue] = ACTIONS(844), - [anon_sym_for] = ACTIONS(844), - [anon_sym_in] = ACTIONS(844), - [anon_sym_loop] = ACTIONS(844), - [anon_sym_while] = ACTIONS(844), - [anon_sym_do] = ACTIONS(844), - [anon_sym_if] = ACTIONS(844), - [anon_sym_match] = ACTIONS(844), - [anon_sym_LBRACE] = ACTIONS(844), - [anon_sym_try] = ACTIONS(844), - [anon_sym_return] = ACTIONS(844), - [anon_sym_source] = ACTIONS(844), - [anon_sym_source_DASHenv] = ACTIONS(844), - [anon_sym_register] = ACTIONS(844), - [anon_sym_hide] = ACTIONS(844), - [anon_sym_hide_DASHenv] = ACTIONS(844), - [anon_sym_overlay] = ACTIONS(844), - [anon_sym_STAR] = ACTIONS(844), - [anon_sym_where] = ACTIONS(844), - [anon_sym_STAR_STAR] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(844), - [anon_sym_SLASH] = ACTIONS(844), - [anon_sym_mod] = ACTIONS(844), - [anon_sym_SLASH_SLASH] = ACTIONS(844), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_bit_DASHshl] = ACTIONS(844), - [anon_sym_bit_DASHshr] = ACTIONS(844), - [anon_sym_EQ_EQ] = ACTIONS(844), - [anon_sym_BANG_EQ] = ACTIONS(844), - [anon_sym_LT2] = ACTIONS(844), - [anon_sym_LT_EQ] = ACTIONS(844), - [anon_sym_GT_EQ] = ACTIONS(844), - [anon_sym_not_DASHin] = ACTIONS(844), - [anon_sym_starts_DASHwith] = ACTIONS(844), - [anon_sym_ends_DASHwith] = ACTIONS(844), - [anon_sym_EQ_TILDE] = ACTIONS(844), - [anon_sym_BANG_TILDE] = ACTIONS(844), - [anon_sym_bit_DASHand] = ACTIONS(844), - [anon_sym_bit_DASHxor] = ACTIONS(844), - [anon_sym_bit_DASHor] = ACTIONS(844), - [anon_sym_and] = ACTIONS(844), - [anon_sym_xor] = ACTIONS(844), - [anon_sym_or] = ACTIONS(844), - [anon_sym_not] = ACTIONS(844), - [anon_sym_DOT_DOT_LT] = ACTIONS(844), - [anon_sym_DOT_DOT] = ACTIONS(844), - [anon_sym_DOT_DOT_EQ] = ACTIONS(844), - [sym_val_nothing] = ACTIONS(844), - [anon_sym_true] = ACTIONS(844), - [anon_sym_false] = ACTIONS(844), - [aux_sym_val_number_token1] = ACTIONS(844), - [aux_sym_val_number_token2] = ACTIONS(844), - [aux_sym_val_number_token3] = ACTIONS(844), - [aux_sym_val_number_token4] = ACTIONS(844), - [anon_sym_inf] = ACTIONS(844), - [anon_sym_DASHinf] = ACTIONS(844), - [anon_sym_NaN] = ACTIONS(844), - [anon_sym_0b] = ACTIONS(844), - [anon_sym_0o] = ACTIONS(844), - [anon_sym_0x] = ACTIONS(844), - [sym_val_date] = ACTIONS(844), - [anon_sym_DQUOTE] = ACTIONS(844), - [sym__str_single_quotes] = ACTIONS(844), - [sym__str_back_ticks] = ACTIONS(844), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(844), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(844), - [anon_sym_CARET] = ACTIONS(844), - [anon_sym_POUND] = ACTIONS(3), - }, - [391] = { - [sym_comment] = STATE(391), - [ts_builtin_sym_end] = ACTIONS(767), - [anon_sym_export] = ACTIONS(765), - [anon_sym_alias] = ACTIONS(765), - [anon_sym_let] = ACTIONS(765), - [anon_sym_let_DASHenv] = ACTIONS(765), - [anon_sym_mut] = ACTIONS(765), - [anon_sym_const] = ACTIONS(765), - [sym_cmd_identifier] = ACTIONS(765), - [anon_sym_SEMI] = ACTIONS(765), - [anon_sym_LF] = ACTIONS(767), - [anon_sym_def] = ACTIONS(765), - [anon_sym_def_DASHenv] = ACTIONS(765), - [anon_sym_export_DASHenv] = ACTIONS(765), - [anon_sym_extern] = ACTIONS(765), - [anon_sym_module] = ACTIONS(765), - [anon_sym_use] = ACTIONS(765), - [anon_sym_LBRACK] = ACTIONS(765), - [anon_sym_LPAREN] = ACTIONS(765), - [anon_sym_PIPE] = ACTIONS(765), - [anon_sym_DOLLAR] = ACTIONS(765), - [anon_sym_error] = ACTIONS(765), - [anon_sym_GT] = ACTIONS(765), - [anon_sym_DASH] = ACTIONS(765), - [anon_sym_break] = ACTIONS(765), - [anon_sym_continue] = ACTIONS(765), - [anon_sym_for] = ACTIONS(765), - [anon_sym_in] = ACTIONS(765), - [anon_sym_loop] = ACTIONS(765), - [anon_sym_while] = ACTIONS(765), - [anon_sym_do] = ACTIONS(765), - [anon_sym_if] = ACTIONS(765), - [anon_sym_match] = ACTIONS(765), - [anon_sym_LBRACE] = ACTIONS(765), - [anon_sym_try] = ACTIONS(765), - [anon_sym_return] = ACTIONS(765), - [anon_sym_source] = ACTIONS(765), - [anon_sym_source_DASHenv] = ACTIONS(765), - [anon_sym_register] = ACTIONS(765), - [anon_sym_hide] = ACTIONS(765), - [anon_sym_hide_DASHenv] = ACTIONS(765), - [anon_sym_overlay] = ACTIONS(765), - [anon_sym_STAR] = ACTIONS(765), - [anon_sym_where] = ACTIONS(765), - [anon_sym_STAR_STAR] = ACTIONS(765), - [anon_sym_PLUS_PLUS] = ACTIONS(765), - [anon_sym_SLASH] = ACTIONS(765), - [anon_sym_mod] = ACTIONS(765), - [anon_sym_SLASH_SLASH] = ACTIONS(765), - [anon_sym_PLUS] = ACTIONS(765), - [anon_sym_bit_DASHshl] = ACTIONS(765), - [anon_sym_bit_DASHshr] = ACTIONS(765), - [anon_sym_EQ_EQ] = ACTIONS(765), - [anon_sym_BANG_EQ] = ACTIONS(765), - [anon_sym_LT2] = ACTIONS(765), - [anon_sym_LT_EQ] = ACTIONS(765), - [anon_sym_GT_EQ] = ACTIONS(765), - [anon_sym_not_DASHin] = ACTIONS(765), - [anon_sym_starts_DASHwith] = ACTIONS(765), - [anon_sym_ends_DASHwith] = ACTIONS(765), - [anon_sym_EQ_TILDE] = ACTIONS(765), - [anon_sym_BANG_TILDE] = ACTIONS(765), - [anon_sym_bit_DASHand] = ACTIONS(765), - [anon_sym_bit_DASHxor] = ACTIONS(765), - [anon_sym_bit_DASHor] = ACTIONS(765), - [anon_sym_and] = ACTIONS(765), - [anon_sym_xor] = ACTIONS(765), - [anon_sym_or] = ACTIONS(765), - [anon_sym_not] = ACTIONS(765), - [anon_sym_DOT_DOT_LT] = ACTIONS(765), - [anon_sym_DOT_DOT] = ACTIONS(765), - [anon_sym_DOT_DOT_EQ] = ACTIONS(765), - [sym_val_nothing] = ACTIONS(765), - [anon_sym_true] = ACTIONS(765), - [anon_sym_false] = ACTIONS(765), - [aux_sym_val_number_token1] = ACTIONS(765), - [aux_sym_val_number_token2] = ACTIONS(765), - [aux_sym_val_number_token3] = ACTIONS(765), - [aux_sym_val_number_token4] = ACTIONS(765), - [anon_sym_inf] = ACTIONS(765), - [anon_sym_DASHinf] = ACTIONS(765), - [anon_sym_NaN] = ACTIONS(765), - [anon_sym_0b] = ACTIONS(765), - [anon_sym_0o] = ACTIONS(765), - [anon_sym_0x] = ACTIONS(765), - [sym_val_date] = ACTIONS(765), - [anon_sym_DQUOTE] = ACTIONS(765), - [sym__str_single_quotes] = ACTIONS(765), - [sym__str_back_ticks] = ACTIONS(765), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(765), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(765), - [anon_sym_CARET] = ACTIONS(765), - [anon_sym_POUND] = ACTIONS(3), - }, - [392] = { - [sym__expression] = STATE(160), - [sym_expr_unary] = STATE(206), - [sym_expr_binary] = STATE(206), - [sym_expr_parenthesized] = STATE(210), - [sym_val_range] = STATE(206), - [sym__value] = STATE(206), - [sym_val_bool] = STATE(236), - [sym_val_variable] = STATE(236), - [sym__var] = STATE(132), - [sym_val_number] = STATE(3), - [sym_val_duration] = STATE(236), - [sym_val_filesize] = STATE(236), - [sym_val_binary] = STATE(236), - [sym_val_string] = STATE(236), - [sym__str_double_quotes] = STATE(200), - [sym_val_interpolated] = STATE(236), - [sym__inter_single_quotes] = STATE(214), - [sym__inter_double_quotes] = STATE(219), - [sym_val_list] = STATE(236), - [sym_val_record] = STATE(236), - [sym_val_table] = STATE(236), - [sym_val_closure] = STATE(236), - [sym__flag] = STATE(353), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(392), - [anon_sym_export] = ACTIONS(674), - [anon_sym_alias] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_let_DASHenv] = ACTIONS(674), - [anon_sym_mut] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [sym_cmd_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(674), - [anon_sym_LF] = ACTIONS(676), - [anon_sym_def] = ACTIONS(674), - [anon_sym_def_DASHenv] = ACTIONS(674), - [anon_sym_export_DASHenv] = ACTIONS(674), - [anon_sym_extern] = ACTIONS(674), - [anon_sym_module] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_LBRACK] = ACTIONS(674), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_RPAREN] = ACTIONS(674), - [anon_sym_PIPE] = ACTIONS(674), - [anon_sym_DOLLAR] = ACTIONS(674), - [anon_sym_error] = ACTIONS(674), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [anon_sym_do] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_LBRACE] = ACTIONS(674), - [anon_sym_RBRACE] = ACTIONS(674), - [anon_sym_try] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_source] = ACTIONS(674), - [anon_sym_source_DASHenv] = ACTIONS(674), - [anon_sym_register] = ACTIONS(674), - [anon_sym_hide] = ACTIONS(674), - [anon_sym_hide_DASHenv] = ACTIONS(674), - [anon_sym_overlay] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_DOT_DOT_LT] = ACTIONS(674), - [anon_sym_DOT_DOT] = ACTIONS(674), - [anon_sym_DOT_DOT_EQ] = ACTIONS(674), - [sym_val_nothing] = ACTIONS(674), - [anon_sym_true] = ACTIONS(674), - [anon_sym_false] = ACTIONS(674), - [aux_sym_val_number_token1] = ACTIONS(674), - [aux_sym_val_number_token2] = ACTIONS(674), - [aux_sym_val_number_token3] = ACTIONS(674), - [aux_sym_val_number_token4] = ACTIONS(674), - [anon_sym_inf] = ACTIONS(674), - [anon_sym_DASHinf] = ACTIONS(674), - [anon_sym_NaN] = ACTIONS(674), - [anon_sym_0b] = ACTIONS(674), - [anon_sym_0o] = ACTIONS(674), - [anon_sym_0x] = ACTIONS(674), - [sym_val_date] = ACTIONS(674), - [anon_sym_DQUOTE] = ACTIONS(674), - [sym__str_single_quotes] = ACTIONS(674), - [sym__str_back_ticks] = ACTIONS(674), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(674), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [sym_short_flag] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(3), - }, - [393] = { - [sym__expression] = STATE(160), - [sym_expr_unary] = STATE(206), - [sym_expr_binary] = STATE(206), - [sym_expr_parenthesized] = STATE(210), - [sym_val_range] = STATE(206), - [sym__value] = STATE(206), - [sym_val_bool] = STATE(236), - [sym_val_variable] = STATE(236), - [sym__var] = STATE(132), - [sym_val_number] = STATE(3), - [sym_val_duration] = STATE(236), - [sym_val_filesize] = STATE(236), - [sym_val_binary] = STATE(236), - [sym_val_string] = STATE(236), - [sym__str_double_quotes] = STATE(200), - [sym_val_interpolated] = STATE(236), - [sym__inter_single_quotes] = STATE(214), - [sym__inter_double_quotes] = STATE(219), - [sym_val_list] = STATE(236), - [sym_val_record] = STATE(236), - [sym_val_table] = STATE(236), - [sym_val_closure] = STATE(236), - [sym__flag] = STATE(386), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(393), - [anon_sym_export] = ACTIONS(674), - [anon_sym_alias] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_let_DASHenv] = ACTIONS(674), - [anon_sym_mut] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [sym_cmd_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(674), - [anon_sym_LF] = ACTIONS(676), - [anon_sym_def] = ACTIONS(674), - [anon_sym_def_DASHenv] = ACTIONS(674), - [anon_sym_export_DASHenv] = ACTIONS(674), - [anon_sym_extern] = ACTIONS(674), - [anon_sym_module] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_LBRACK] = ACTIONS(674), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_RPAREN] = ACTIONS(674), - [anon_sym_PIPE] = ACTIONS(674), - [anon_sym_DOLLAR] = ACTIONS(674), - [anon_sym_error] = ACTIONS(674), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [anon_sym_do] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_LBRACE] = ACTIONS(674), - [anon_sym_RBRACE] = ACTIONS(674), - [anon_sym_try] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_source] = ACTIONS(674), - [anon_sym_source_DASHenv] = ACTIONS(674), - [anon_sym_register] = ACTIONS(674), - [anon_sym_hide] = ACTIONS(674), - [anon_sym_hide_DASHenv] = ACTIONS(674), - [anon_sym_overlay] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_DOT_DOT_LT] = ACTIONS(674), - [anon_sym_DOT_DOT] = ACTIONS(674), - [anon_sym_DOT_DOT_EQ] = ACTIONS(674), - [sym_val_nothing] = ACTIONS(674), - [anon_sym_true] = ACTIONS(674), - [anon_sym_false] = ACTIONS(674), - [aux_sym_val_number_token1] = ACTIONS(674), - [aux_sym_val_number_token2] = ACTIONS(674), - [aux_sym_val_number_token3] = ACTIONS(674), - [aux_sym_val_number_token4] = ACTIONS(674), - [anon_sym_inf] = ACTIONS(674), - [anon_sym_DASHinf] = ACTIONS(674), - [anon_sym_NaN] = ACTIONS(674), - [anon_sym_0b] = ACTIONS(674), - [anon_sym_0o] = ACTIONS(674), - [anon_sym_0x] = ACTIONS(674), - [sym_val_date] = ACTIONS(674), - [anon_sym_DQUOTE] = ACTIONS(674), - [sym__str_single_quotes] = ACTIONS(674), - [sym__str_back_ticks] = ACTIONS(674), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(674), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [sym_short_flag] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(3), - }, - [394] = { - [sym_comment] = STATE(394), - [ts_builtin_sym_end] = ACTIONS(850), - [anon_sym_export] = ACTIONS(848), - [anon_sym_alias] = ACTIONS(848), - [anon_sym_let] = ACTIONS(848), - [anon_sym_let_DASHenv] = ACTIONS(848), - [anon_sym_mut] = ACTIONS(848), - [anon_sym_const] = ACTIONS(848), - [sym_cmd_identifier] = ACTIONS(848), - [anon_sym_SEMI] = ACTIONS(848), - [anon_sym_LF] = ACTIONS(850), - [anon_sym_def] = ACTIONS(848), - [anon_sym_def_DASHenv] = ACTIONS(848), - [anon_sym_export_DASHenv] = ACTIONS(848), - [anon_sym_extern] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_use] = ACTIONS(848), - [anon_sym_LBRACK] = ACTIONS(848), - [anon_sym_LPAREN] = ACTIONS(848), - [anon_sym_PIPE] = ACTIONS(848), - [anon_sym_DOLLAR] = ACTIONS(848), - [anon_sym_error] = ACTIONS(848), - [anon_sym_GT] = ACTIONS(848), - [anon_sym_DASH] = ACTIONS(848), - [anon_sym_break] = ACTIONS(848), - [anon_sym_continue] = ACTIONS(848), - [anon_sym_for] = ACTIONS(848), - [anon_sym_in] = ACTIONS(848), - [anon_sym_loop] = ACTIONS(848), - [anon_sym_while] = ACTIONS(848), - [anon_sym_do] = ACTIONS(848), - [anon_sym_if] = ACTIONS(848), - [anon_sym_match] = ACTIONS(848), - [anon_sym_LBRACE] = ACTIONS(848), - [anon_sym_try] = ACTIONS(848), - [anon_sym_return] = ACTIONS(848), - [anon_sym_source] = ACTIONS(848), - [anon_sym_source_DASHenv] = ACTIONS(848), - [anon_sym_register] = ACTIONS(848), - [anon_sym_hide] = ACTIONS(848), - [anon_sym_hide_DASHenv] = ACTIONS(848), - [anon_sym_overlay] = ACTIONS(848), - [anon_sym_STAR] = ACTIONS(848), - [anon_sym_where] = ACTIONS(848), - [anon_sym_STAR_STAR] = ACTIONS(848), - [anon_sym_PLUS_PLUS] = ACTIONS(848), - [anon_sym_SLASH] = ACTIONS(848), - [anon_sym_mod] = ACTIONS(848), - [anon_sym_SLASH_SLASH] = ACTIONS(848), - [anon_sym_PLUS] = ACTIONS(848), - [anon_sym_bit_DASHshl] = ACTIONS(848), - [anon_sym_bit_DASHshr] = ACTIONS(848), - [anon_sym_EQ_EQ] = ACTIONS(848), - [anon_sym_BANG_EQ] = ACTIONS(848), - [anon_sym_LT2] = ACTIONS(848), - [anon_sym_LT_EQ] = ACTIONS(848), - [anon_sym_GT_EQ] = ACTIONS(848), - [anon_sym_not_DASHin] = ACTIONS(848), - [anon_sym_starts_DASHwith] = ACTIONS(848), - [anon_sym_ends_DASHwith] = ACTIONS(848), - [anon_sym_EQ_TILDE] = ACTIONS(848), - [anon_sym_BANG_TILDE] = ACTIONS(848), - [anon_sym_bit_DASHand] = ACTIONS(848), - [anon_sym_bit_DASHxor] = ACTIONS(848), - [anon_sym_bit_DASHor] = ACTIONS(848), - [anon_sym_and] = ACTIONS(848), - [anon_sym_xor] = ACTIONS(848), - [anon_sym_or] = ACTIONS(848), - [anon_sym_not] = ACTIONS(848), - [anon_sym_DOT_DOT_LT] = ACTIONS(848), - [anon_sym_DOT_DOT] = ACTIONS(848), - [anon_sym_DOT_DOT_EQ] = ACTIONS(848), - [sym_val_nothing] = ACTIONS(848), - [anon_sym_true] = ACTIONS(848), - [anon_sym_false] = ACTIONS(848), - [aux_sym_val_number_token1] = ACTIONS(848), - [aux_sym_val_number_token2] = ACTIONS(848), - [aux_sym_val_number_token3] = ACTIONS(848), - [aux_sym_val_number_token4] = ACTIONS(848), - [anon_sym_inf] = ACTIONS(848), - [anon_sym_DASHinf] = ACTIONS(848), - [anon_sym_NaN] = ACTIONS(848), - [anon_sym_0b] = ACTIONS(848), - [anon_sym_0o] = ACTIONS(848), - [anon_sym_0x] = ACTIONS(848), - [sym_val_date] = ACTIONS(848), - [anon_sym_DQUOTE] = ACTIONS(848), - [sym__str_single_quotes] = ACTIONS(848), - [sym__str_back_ticks] = ACTIONS(848), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(848), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(848), - [anon_sym_CARET] = ACTIONS(848), - [anon_sym_POUND] = ACTIONS(3), - }, - [395] = { - [sym__expression] = STATE(153), - [sym_expr_unary] = STATE(206), - [sym_expr_binary] = STATE(206), - [sym_expr_parenthesized] = STATE(210), - [sym_val_range] = STATE(206), - [sym__value] = STATE(206), - [sym_val_bool] = STATE(236), - [sym_val_variable] = STATE(236), - [sym__var] = STATE(132), - [sym_val_number] = STATE(3), - [sym_val_duration] = STATE(236), - [sym_val_filesize] = STATE(236), - [sym_val_binary] = STATE(236), - [sym_val_string] = STATE(236), - [sym__str_double_quotes] = STATE(200), - [sym_val_interpolated] = STATE(236), - [sym__inter_single_quotes] = STATE(214), - [sym__inter_double_quotes] = STATE(219), - [sym_val_list] = STATE(236), - [sym_val_record] = STATE(236), - [sym_val_table] = STATE(236), - [sym_val_closure] = STATE(236), - [sym__flag] = STATE(640), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(395), - [anon_sym_export] = ACTIONS(619), - [anon_sym_alias] = ACTIONS(619), - [anon_sym_let] = ACTIONS(619), - [anon_sym_let_DASHenv] = ACTIONS(619), - [anon_sym_mut] = ACTIONS(619), - [anon_sym_const] = ACTIONS(619), - [sym_cmd_identifier] = ACTIONS(619), - [anon_sym_SEMI] = ACTIONS(619), - [anon_sym_LF] = ACTIONS(621), - [anon_sym_def] = ACTIONS(619), - [anon_sym_def_DASHenv] = ACTIONS(619), - [anon_sym_export_DASHenv] = ACTIONS(619), - [anon_sym_extern] = ACTIONS(619), - [anon_sym_module] = ACTIONS(619), - [anon_sym_use] = ACTIONS(619), - [anon_sym_LBRACK] = ACTIONS(619), - [anon_sym_LPAREN] = ACTIONS(619), - [anon_sym_RPAREN] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(619), - [anon_sym_error] = ACTIONS(619), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_break] = ACTIONS(619), - [anon_sym_continue] = ACTIONS(619), - [anon_sym_for] = ACTIONS(619), - [anon_sym_loop] = ACTIONS(619), - [anon_sym_while] = ACTIONS(619), - [anon_sym_do] = ACTIONS(619), - [anon_sym_if] = ACTIONS(619), - [anon_sym_match] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(619), - [anon_sym_try] = ACTIONS(619), - [anon_sym_return] = ACTIONS(619), - [anon_sym_source] = ACTIONS(619), - [anon_sym_source_DASHenv] = ACTIONS(619), - [anon_sym_register] = ACTIONS(619), - [anon_sym_hide] = ACTIONS(619), - [anon_sym_hide_DASHenv] = ACTIONS(619), - [anon_sym_overlay] = ACTIONS(619), - [anon_sym_where] = ACTIONS(619), - [anon_sym_not] = ACTIONS(619), - [anon_sym_DOT_DOT_LT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_EQ] = ACTIONS(619), - [sym_val_nothing] = ACTIONS(619), - [anon_sym_true] = ACTIONS(619), - [anon_sym_false] = ACTIONS(619), - [aux_sym_val_number_token1] = ACTIONS(619), - [aux_sym_val_number_token2] = ACTIONS(619), - [aux_sym_val_number_token3] = ACTIONS(619), - [aux_sym_val_number_token4] = ACTIONS(619), - [anon_sym_inf] = ACTIONS(619), - [anon_sym_DASHinf] = ACTIONS(619), - [anon_sym_NaN] = ACTIONS(619), - [anon_sym_0b] = ACTIONS(619), - [anon_sym_0o] = ACTIONS(619), - [anon_sym_0x] = ACTIONS(619), - [sym_val_date] = ACTIONS(619), - [anon_sym_DQUOTE] = ACTIONS(619), - [sym__str_single_quotes] = ACTIONS(619), - [sym__str_back_ticks] = ACTIONS(619), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [sym_short_flag] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(3), - }, - [396] = { - [sym__expression] = STATE(153), - [sym_expr_unary] = STATE(206), - [sym_expr_binary] = STATE(206), - [sym_expr_parenthesized] = STATE(210), - [sym_val_range] = STATE(206), - [sym__value] = STATE(206), - [sym_val_bool] = STATE(236), - [sym_val_variable] = STATE(236), - [sym__var] = STATE(132), - [sym_val_number] = STATE(3), - [sym_val_duration] = STATE(236), - [sym_val_filesize] = STATE(236), - [sym_val_binary] = STATE(236), - [sym_val_string] = STATE(236), - [sym__str_double_quotes] = STATE(200), - [sym_val_interpolated] = STATE(236), - [sym__inter_single_quotes] = STATE(214), - [sym__inter_double_quotes] = STATE(219), - [sym_val_list] = STATE(236), - [sym_val_record] = STATE(236), - [sym_val_table] = STATE(236), - [sym_val_closure] = STATE(236), - [sym__flag] = STATE(415), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(396), - [anon_sym_export] = ACTIONS(619), - [anon_sym_alias] = ACTIONS(619), - [anon_sym_let] = ACTIONS(619), - [anon_sym_let_DASHenv] = ACTIONS(619), - [anon_sym_mut] = ACTIONS(619), - [anon_sym_const] = ACTIONS(619), - [sym_cmd_identifier] = ACTIONS(619), - [anon_sym_SEMI] = ACTIONS(619), - [anon_sym_LF] = ACTIONS(621), - [anon_sym_def] = ACTIONS(619), - [anon_sym_def_DASHenv] = ACTIONS(619), - [anon_sym_export_DASHenv] = ACTIONS(619), - [anon_sym_extern] = ACTIONS(619), - [anon_sym_module] = ACTIONS(619), - [anon_sym_use] = ACTIONS(619), - [anon_sym_LBRACK] = ACTIONS(619), - [anon_sym_LPAREN] = ACTIONS(619), - [anon_sym_RPAREN] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(619), - [anon_sym_error] = ACTIONS(619), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_break] = ACTIONS(619), - [anon_sym_continue] = ACTIONS(619), - [anon_sym_for] = ACTIONS(619), - [anon_sym_loop] = ACTIONS(619), - [anon_sym_while] = ACTIONS(619), - [anon_sym_do] = ACTIONS(619), - [anon_sym_if] = ACTIONS(619), - [anon_sym_match] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(619), - [anon_sym_try] = ACTIONS(619), - [anon_sym_return] = ACTIONS(619), - [anon_sym_source] = ACTIONS(619), - [anon_sym_source_DASHenv] = ACTIONS(619), - [anon_sym_register] = ACTIONS(619), - [anon_sym_hide] = ACTIONS(619), - [anon_sym_hide_DASHenv] = ACTIONS(619), - [anon_sym_overlay] = ACTIONS(619), - [anon_sym_where] = ACTIONS(619), - [anon_sym_not] = ACTIONS(619), - [anon_sym_DOT_DOT_LT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_EQ] = ACTIONS(619), - [sym_val_nothing] = ACTIONS(619), - [anon_sym_true] = ACTIONS(619), - [anon_sym_false] = ACTIONS(619), - [aux_sym_val_number_token1] = ACTIONS(619), - [aux_sym_val_number_token2] = ACTIONS(619), - [aux_sym_val_number_token3] = ACTIONS(619), - [aux_sym_val_number_token4] = ACTIONS(619), - [anon_sym_inf] = ACTIONS(619), - [anon_sym_DASHinf] = ACTIONS(619), - [anon_sym_NaN] = ACTIONS(619), - [anon_sym_0b] = ACTIONS(619), - [anon_sym_0o] = ACTIONS(619), - [anon_sym_0x] = ACTIONS(619), - [sym_val_date] = ACTIONS(619), - [anon_sym_DQUOTE] = ACTIONS(619), - [sym__str_single_quotes] = ACTIONS(619), - [sym__str_back_ticks] = ACTIONS(619), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [sym_short_flag] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(3), - }, - [397] = { - [sym__expression] = STATE(153), - [sym_expr_unary] = STATE(206), - [sym_expr_binary] = STATE(206), - [sym_expr_parenthesized] = STATE(210), - [sym_val_range] = STATE(206), - [sym__value] = STATE(206), - [sym_val_bool] = STATE(236), - [sym_val_variable] = STATE(236), - [sym__var] = STATE(132), - [sym_val_number] = STATE(3), - [sym_val_duration] = STATE(236), - [sym_val_filesize] = STATE(236), - [sym_val_binary] = STATE(236), - [sym_val_string] = STATE(236), - [sym__str_double_quotes] = STATE(200), - [sym_val_interpolated] = STATE(236), - [sym__inter_single_quotes] = STATE(214), - [sym__inter_double_quotes] = STATE(219), - [sym_val_list] = STATE(236), - [sym_val_record] = STATE(236), - [sym_val_table] = STATE(236), - [sym_val_closure] = STATE(236), - [sym__flag] = STATE(362), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(397), - [anon_sym_export] = ACTIONS(619), - [anon_sym_alias] = ACTIONS(619), - [anon_sym_let] = ACTIONS(619), - [anon_sym_let_DASHenv] = ACTIONS(619), - [anon_sym_mut] = ACTIONS(619), - [anon_sym_const] = ACTIONS(619), - [sym_cmd_identifier] = ACTIONS(619), - [anon_sym_SEMI] = ACTIONS(619), - [anon_sym_LF] = ACTIONS(621), - [anon_sym_def] = ACTIONS(619), - [anon_sym_def_DASHenv] = ACTIONS(619), - [anon_sym_export_DASHenv] = ACTIONS(619), - [anon_sym_extern] = ACTIONS(619), - [anon_sym_module] = ACTIONS(619), - [anon_sym_use] = ACTIONS(619), - [anon_sym_LBRACK] = ACTIONS(619), - [anon_sym_LPAREN] = ACTIONS(619), - [anon_sym_RPAREN] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(619), - [anon_sym_error] = ACTIONS(619), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_break] = ACTIONS(619), - [anon_sym_continue] = ACTIONS(619), - [anon_sym_for] = ACTIONS(619), - [anon_sym_loop] = ACTIONS(619), - [anon_sym_while] = ACTIONS(619), - [anon_sym_do] = ACTIONS(619), - [anon_sym_if] = ACTIONS(619), - [anon_sym_match] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(619), - [anon_sym_try] = ACTIONS(619), - [anon_sym_return] = ACTIONS(619), - [anon_sym_source] = ACTIONS(619), - [anon_sym_source_DASHenv] = ACTIONS(619), - [anon_sym_register] = ACTIONS(619), - [anon_sym_hide] = ACTIONS(619), - [anon_sym_hide_DASHenv] = ACTIONS(619), - [anon_sym_overlay] = ACTIONS(619), - [anon_sym_where] = ACTIONS(619), - [anon_sym_not] = ACTIONS(619), - [anon_sym_DOT_DOT_LT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_EQ] = ACTIONS(619), - [sym_val_nothing] = ACTIONS(619), - [anon_sym_true] = ACTIONS(619), - [anon_sym_false] = ACTIONS(619), - [aux_sym_val_number_token1] = ACTIONS(619), - [aux_sym_val_number_token2] = ACTIONS(619), - [aux_sym_val_number_token3] = ACTIONS(619), - [aux_sym_val_number_token4] = ACTIONS(619), - [anon_sym_inf] = ACTIONS(619), - [anon_sym_DASHinf] = ACTIONS(619), - [anon_sym_NaN] = ACTIONS(619), - [anon_sym_0b] = ACTIONS(619), - [anon_sym_0o] = ACTIONS(619), - [anon_sym_0x] = ACTIONS(619), - [sym_val_date] = ACTIONS(619), - [anon_sym_DQUOTE] = ACTIONS(619), - [sym__str_single_quotes] = ACTIONS(619), - [sym__str_back_ticks] = ACTIONS(619), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [sym_short_flag] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(3), - }, - [398] = { - [sym_comment] = STATE(398), - [ts_builtin_sym_end] = ACTIONS(810), - [anon_sym_export] = ACTIONS(808), - [anon_sym_alias] = ACTIONS(808), - [anon_sym_let] = ACTIONS(808), - [anon_sym_let_DASHenv] = ACTIONS(808), - [anon_sym_mut] = ACTIONS(808), - [anon_sym_const] = ACTIONS(808), - [sym_cmd_identifier] = ACTIONS(808), - [anon_sym_SEMI] = ACTIONS(808), - [anon_sym_LF] = ACTIONS(810), - [anon_sym_def] = ACTIONS(808), - [anon_sym_def_DASHenv] = ACTIONS(808), - [anon_sym_export_DASHenv] = ACTIONS(808), - [anon_sym_extern] = ACTIONS(808), - [anon_sym_module] = ACTIONS(808), - [anon_sym_use] = ACTIONS(808), - [anon_sym_LBRACK] = ACTIONS(808), - [anon_sym_LPAREN] = ACTIONS(808), - [anon_sym_PIPE] = ACTIONS(808), - [anon_sym_DOLLAR] = ACTIONS(808), - [anon_sym_error] = ACTIONS(808), - [anon_sym_GT] = ACTIONS(808), - [anon_sym_DASH] = ACTIONS(808), - [anon_sym_break] = ACTIONS(808), - [anon_sym_continue] = ACTIONS(808), - [anon_sym_for] = ACTIONS(808), - [anon_sym_in] = ACTIONS(808), - [anon_sym_loop] = ACTIONS(808), - [anon_sym_while] = ACTIONS(808), - [anon_sym_do] = ACTIONS(808), - [anon_sym_if] = ACTIONS(808), - [anon_sym_match] = ACTIONS(808), - [anon_sym_LBRACE] = ACTIONS(808), - [anon_sym_try] = ACTIONS(808), - [anon_sym_return] = ACTIONS(808), - [anon_sym_source] = ACTIONS(808), - [anon_sym_source_DASHenv] = ACTIONS(808), - [anon_sym_register] = ACTIONS(808), - [anon_sym_hide] = ACTIONS(808), - [anon_sym_hide_DASHenv] = ACTIONS(808), - [anon_sym_overlay] = ACTIONS(808), - [anon_sym_STAR] = ACTIONS(808), - [anon_sym_where] = ACTIONS(808), - [anon_sym_STAR_STAR] = ACTIONS(808), - [anon_sym_PLUS_PLUS] = ACTIONS(808), - [anon_sym_SLASH] = ACTIONS(808), - [anon_sym_mod] = ACTIONS(808), - [anon_sym_SLASH_SLASH] = ACTIONS(808), - [anon_sym_PLUS] = ACTIONS(808), - [anon_sym_bit_DASHshl] = ACTIONS(808), - [anon_sym_bit_DASHshr] = ACTIONS(808), - [anon_sym_EQ_EQ] = ACTIONS(808), - [anon_sym_BANG_EQ] = ACTIONS(808), - [anon_sym_LT2] = ACTIONS(808), - [anon_sym_LT_EQ] = ACTIONS(808), - [anon_sym_GT_EQ] = ACTIONS(808), - [anon_sym_not_DASHin] = ACTIONS(808), - [anon_sym_starts_DASHwith] = ACTIONS(808), - [anon_sym_ends_DASHwith] = ACTIONS(808), - [anon_sym_EQ_TILDE] = ACTIONS(808), - [anon_sym_BANG_TILDE] = ACTIONS(808), - [anon_sym_bit_DASHand] = ACTIONS(808), - [anon_sym_bit_DASHxor] = ACTIONS(808), - [anon_sym_bit_DASHor] = ACTIONS(808), - [anon_sym_and] = ACTIONS(808), - [anon_sym_xor] = ACTIONS(808), - [anon_sym_or] = ACTIONS(808), - [anon_sym_not] = ACTIONS(808), - [anon_sym_DOT_DOT_LT] = ACTIONS(808), - [anon_sym_DOT_DOT] = ACTIONS(808), - [anon_sym_DOT_DOT_EQ] = ACTIONS(808), - [sym_val_nothing] = ACTIONS(808), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [aux_sym_val_number_token1] = ACTIONS(808), - [aux_sym_val_number_token2] = ACTIONS(808), - [aux_sym_val_number_token3] = ACTIONS(808), - [aux_sym_val_number_token4] = ACTIONS(808), - [anon_sym_inf] = ACTIONS(808), - [anon_sym_DASHinf] = ACTIONS(808), - [anon_sym_NaN] = ACTIONS(808), - [anon_sym_0b] = ACTIONS(808), - [anon_sym_0o] = ACTIONS(808), - [anon_sym_0x] = ACTIONS(808), - [sym_val_date] = ACTIONS(808), - [anon_sym_DQUOTE] = ACTIONS(808), - [sym__str_single_quotes] = ACTIONS(808), - [sym__str_back_ticks] = ACTIONS(808), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(808), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(808), - [anon_sym_CARET] = ACTIONS(808), - [anon_sym_POUND] = ACTIONS(3), - }, - [399] = { - [sym__expression] = STATE(153), - [sym_expr_unary] = STATE(206), - [sym_expr_binary] = STATE(206), - [sym_expr_parenthesized] = STATE(210), - [sym_val_range] = STATE(206), - [sym__value] = STATE(206), - [sym_val_bool] = STATE(236), - [sym_val_variable] = STATE(236), - [sym__var] = STATE(132), - [sym_val_number] = STATE(3), - [sym_val_duration] = STATE(236), - [sym_val_filesize] = STATE(236), - [sym_val_binary] = STATE(236), - [sym_val_string] = STATE(236), - [sym__str_double_quotes] = STATE(200), - [sym_val_interpolated] = STATE(236), - [sym__inter_single_quotes] = STATE(214), - [sym__inter_double_quotes] = STATE(219), - [sym_val_list] = STATE(236), - [sym_val_record] = STATE(236), - [sym_val_table] = STATE(236), - [sym_val_closure] = STATE(236), - [sym__flag] = STATE(420), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(399), - [anon_sym_export] = ACTIONS(619), - [anon_sym_alias] = ACTIONS(619), - [anon_sym_let] = ACTIONS(619), - [anon_sym_let_DASHenv] = ACTIONS(619), - [anon_sym_mut] = ACTIONS(619), - [anon_sym_const] = ACTIONS(619), - [sym_cmd_identifier] = ACTIONS(619), - [anon_sym_SEMI] = ACTIONS(619), - [anon_sym_LF] = ACTIONS(621), - [anon_sym_def] = ACTIONS(619), - [anon_sym_def_DASHenv] = ACTIONS(619), - [anon_sym_export_DASHenv] = ACTIONS(619), - [anon_sym_extern] = ACTIONS(619), - [anon_sym_module] = ACTIONS(619), - [anon_sym_use] = ACTIONS(619), - [anon_sym_LBRACK] = ACTIONS(619), - [anon_sym_LPAREN] = ACTIONS(619), - [anon_sym_RPAREN] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(619), - [anon_sym_error] = ACTIONS(619), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_break] = ACTIONS(619), - [anon_sym_continue] = ACTIONS(619), - [anon_sym_for] = ACTIONS(619), - [anon_sym_loop] = ACTIONS(619), - [anon_sym_while] = ACTIONS(619), - [anon_sym_do] = ACTIONS(619), - [anon_sym_if] = ACTIONS(619), - [anon_sym_match] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(619), - [anon_sym_try] = ACTIONS(619), - [anon_sym_return] = ACTIONS(619), - [anon_sym_source] = ACTIONS(619), - [anon_sym_source_DASHenv] = ACTIONS(619), - [anon_sym_register] = ACTIONS(619), - [anon_sym_hide] = ACTIONS(619), - [anon_sym_hide_DASHenv] = ACTIONS(619), - [anon_sym_overlay] = ACTIONS(619), - [anon_sym_where] = ACTIONS(619), - [anon_sym_not] = ACTIONS(619), - [anon_sym_DOT_DOT_LT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_EQ] = ACTIONS(619), - [sym_val_nothing] = ACTIONS(619), - [anon_sym_true] = ACTIONS(619), - [anon_sym_false] = ACTIONS(619), - [aux_sym_val_number_token1] = ACTIONS(619), - [aux_sym_val_number_token2] = ACTIONS(619), - [aux_sym_val_number_token3] = ACTIONS(619), - [aux_sym_val_number_token4] = ACTIONS(619), - [anon_sym_inf] = ACTIONS(619), - [anon_sym_DASHinf] = ACTIONS(619), - [anon_sym_NaN] = ACTIONS(619), - [anon_sym_0b] = ACTIONS(619), - [anon_sym_0o] = ACTIONS(619), - [anon_sym_0x] = ACTIONS(619), - [sym_val_date] = ACTIONS(619), - [anon_sym_DQUOTE] = ACTIONS(619), - [sym__str_single_quotes] = ACTIONS(619), - [sym__str_back_ticks] = ACTIONS(619), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [sym_short_flag] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(3), - }, - [400] = { - [sym_comment] = STATE(400), - [ts_builtin_sym_end] = ACTIONS(826), - [anon_sym_export] = ACTIONS(824), - [anon_sym_alias] = ACTIONS(824), - [anon_sym_let] = ACTIONS(824), - [anon_sym_let_DASHenv] = ACTIONS(824), - [anon_sym_mut] = ACTIONS(824), - [anon_sym_const] = ACTIONS(824), - [sym_cmd_identifier] = ACTIONS(824), - [anon_sym_SEMI] = ACTIONS(824), - [anon_sym_LF] = ACTIONS(826), - [anon_sym_def] = ACTIONS(824), - [anon_sym_def_DASHenv] = ACTIONS(824), - [anon_sym_export_DASHenv] = ACTIONS(824), - [anon_sym_extern] = ACTIONS(824), - [anon_sym_module] = ACTIONS(824), - [anon_sym_use] = ACTIONS(824), - [anon_sym_LBRACK] = ACTIONS(824), - [anon_sym_LPAREN] = ACTIONS(824), - [anon_sym_PIPE] = ACTIONS(824), - [anon_sym_DOLLAR] = ACTIONS(824), - [anon_sym_error] = ACTIONS(824), - [anon_sym_GT] = ACTIONS(824), - [anon_sym_DASH] = ACTIONS(824), - [anon_sym_break] = ACTIONS(824), - [anon_sym_continue] = ACTIONS(824), - [anon_sym_for] = ACTIONS(824), - [anon_sym_in] = ACTIONS(824), - [anon_sym_loop] = ACTIONS(824), - [anon_sym_while] = ACTIONS(824), - [anon_sym_do] = ACTIONS(824), - [anon_sym_if] = ACTIONS(824), - [anon_sym_match] = ACTIONS(824), - [anon_sym_LBRACE] = ACTIONS(824), - [anon_sym_try] = ACTIONS(824), - [anon_sym_return] = ACTIONS(824), - [anon_sym_source] = ACTIONS(824), - [anon_sym_source_DASHenv] = ACTIONS(824), - [anon_sym_register] = ACTIONS(824), - [anon_sym_hide] = ACTIONS(824), - [anon_sym_hide_DASHenv] = ACTIONS(824), - [anon_sym_overlay] = ACTIONS(824), - [anon_sym_STAR] = ACTIONS(824), - [anon_sym_where] = ACTIONS(824), - [anon_sym_STAR_STAR] = ACTIONS(824), - [anon_sym_PLUS_PLUS] = ACTIONS(824), - [anon_sym_SLASH] = ACTIONS(824), - [anon_sym_mod] = ACTIONS(824), - [anon_sym_SLASH_SLASH] = ACTIONS(824), - [anon_sym_PLUS] = ACTIONS(824), - [anon_sym_bit_DASHshl] = ACTIONS(824), - [anon_sym_bit_DASHshr] = ACTIONS(824), - [anon_sym_EQ_EQ] = ACTIONS(824), - [anon_sym_BANG_EQ] = ACTIONS(824), - [anon_sym_LT2] = ACTIONS(824), - [anon_sym_LT_EQ] = ACTIONS(824), - [anon_sym_GT_EQ] = ACTIONS(824), - [anon_sym_not_DASHin] = ACTIONS(824), - [anon_sym_starts_DASHwith] = ACTIONS(824), - [anon_sym_ends_DASHwith] = ACTIONS(824), - [anon_sym_EQ_TILDE] = ACTIONS(824), - [anon_sym_BANG_TILDE] = ACTIONS(824), - [anon_sym_bit_DASHand] = ACTIONS(824), - [anon_sym_bit_DASHxor] = ACTIONS(824), - [anon_sym_bit_DASHor] = ACTIONS(824), - [anon_sym_and] = ACTIONS(824), - [anon_sym_xor] = ACTIONS(824), - [anon_sym_or] = ACTIONS(824), - [anon_sym_not] = ACTIONS(824), - [anon_sym_DOT_DOT_LT] = ACTIONS(824), - [anon_sym_DOT_DOT] = ACTIONS(824), - [anon_sym_DOT_DOT_EQ] = ACTIONS(824), - [sym_val_nothing] = ACTIONS(824), - [anon_sym_true] = ACTIONS(824), - [anon_sym_false] = ACTIONS(824), - [aux_sym_val_number_token1] = ACTIONS(824), - [aux_sym_val_number_token2] = ACTIONS(824), - [aux_sym_val_number_token3] = ACTIONS(824), - [aux_sym_val_number_token4] = ACTIONS(824), - [anon_sym_inf] = ACTIONS(824), - [anon_sym_DASHinf] = ACTIONS(824), - [anon_sym_NaN] = ACTIONS(824), - [anon_sym_0b] = ACTIONS(824), - [anon_sym_0o] = ACTIONS(824), - [anon_sym_0x] = ACTIONS(824), - [sym_val_date] = ACTIONS(824), - [anon_sym_DQUOTE] = ACTIONS(824), - [sym__str_single_quotes] = ACTIONS(824), - [sym__str_back_ticks] = ACTIONS(824), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(824), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(824), - [anon_sym_CARET] = ACTIONS(824), - [anon_sym_POUND] = ACTIONS(3), - }, - [401] = { - [sym_comment] = STATE(401), - [ts_builtin_sym_end] = ACTIONS(791), - [anon_sym_export] = ACTIONS(789), - [anon_sym_alias] = ACTIONS(789), - [anon_sym_let] = ACTIONS(789), - [anon_sym_let_DASHenv] = ACTIONS(789), - [anon_sym_mut] = ACTIONS(789), - [anon_sym_const] = ACTIONS(789), - [sym_cmd_identifier] = ACTIONS(789), - [anon_sym_SEMI] = ACTIONS(789), - [anon_sym_LF] = ACTIONS(791), - [anon_sym_def] = ACTIONS(789), - [anon_sym_def_DASHenv] = ACTIONS(789), - [anon_sym_export_DASHenv] = ACTIONS(789), - [anon_sym_extern] = ACTIONS(789), - [anon_sym_module] = ACTIONS(789), - [anon_sym_use] = ACTIONS(789), - [anon_sym_LBRACK] = ACTIONS(789), - [anon_sym_LPAREN] = ACTIONS(789), - [anon_sym_PIPE] = ACTIONS(789), - [anon_sym_DOLLAR] = ACTIONS(789), - [anon_sym_error] = ACTIONS(789), - [anon_sym_GT] = ACTIONS(789), - [anon_sym_DASH] = ACTIONS(789), - [anon_sym_break] = ACTIONS(789), - [anon_sym_continue] = ACTIONS(789), - [anon_sym_for] = ACTIONS(789), - [anon_sym_in] = ACTIONS(789), - [anon_sym_loop] = ACTIONS(789), - [anon_sym_while] = ACTIONS(789), - [anon_sym_do] = ACTIONS(789), - [anon_sym_if] = ACTIONS(789), - [anon_sym_match] = ACTIONS(789), - [anon_sym_LBRACE] = ACTIONS(789), - [anon_sym_try] = ACTIONS(789), - [anon_sym_return] = ACTIONS(789), - [anon_sym_source] = ACTIONS(789), - [anon_sym_source_DASHenv] = ACTIONS(789), - [anon_sym_register] = ACTIONS(789), - [anon_sym_hide] = ACTIONS(789), - [anon_sym_hide_DASHenv] = ACTIONS(789), - [anon_sym_overlay] = ACTIONS(789), - [anon_sym_STAR] = ACTIONS(789), - [anon_sym_where] = ACTIONS(789), - [anon_sym_STAR_STAR] = ACTIONS(789), - [anon_sym_PLUS_PLUS] = ACTIONS(789), - [anon_sym_SLASH] = ACTIONS(789), - [anon_sym_mod] = ACTIONS(789), - [anon_sym_SLASH_SLASH] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(789), - [anon_sym_bit_DASHshl] = ACTIONS(789), - [anon_sym_bit_DASHshr] = ACTIONS(789), - [anon_sym_EQ_EQ] = ACTIONS(789), - [anon_sym_BANG_EQ] = ACTIONS(789), - [anon_sym_LT2] = ACTIONS(789), - [anon_sym_LT_EQ] = ACTIONS(789), - [anon_sym_GT_EQ] = ACTIONS(789), - [anon_sym_not_DASHin] = ACTIONS(789), - [anon_sym_starts_DASHwith] = ACTIONS(789), - [anon_sym_ends_DASHwith] = ACTIONS(789), - [anon_sym_EQ_TILDE] = ACTIONS(789), - [anon_sym_BANG_TILDE] = ACTIONS(789), - [anon_sym_bit_DASHand] = ACTIONS(789), - [anon_sym_bit_DASHxor] = ACTIONS(789), - [anon_sym_bit_DASHor] = ACTIONS(789), - [anon_sym_and] = ACTIONS(789), - [anon_sym_xor] = ACTIONS(789), - [anon_sym_or] = ACTIONS(789), - [anon_sym_not] = ACTIONS(789), - [anon_sym_DOT_DOT_LT] = ACTIONS(129), - [anon_sym_DOT_DOT] = ACTIONS(129), - [anon_sym_DOT_DOT_EQ] = ACTIONS(129), - [sym_val_nothing] = ACTIONS(789), - [anon_sym_true] = ACTIONS(789), - [anon_sym_false] = ACTIONS(789), - [aux_sym_val_number_token1] = ACTIONS(789), - [aux_sym_val_number_token2] = ACTIONS(789), - [aux_sym_val_number_token3] = ACTIONS(789), - [aux_sym_val_number_token4] = ACTIONS(789), - [anon_sym_inf] = ACTIONS(789), - [anon_sym_DASHinf] = ACTIONS(789), - [anon_sym_NaN] = ACTIONS(789), - [anon_sym_0b] = ACTIONS(789), - [anon_sym_0o] = ACTIONS(789), - [anon_sym_0x] = ACTIONS(789), - [sym_val_date] = ACTIONS(789), - [anon_sym_DQUOTE] = ACTIONS(789), - [sym__str_single_quotes] = ACTIONS(789), - [sym__str_back_ticks] = ACTIONS(789), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(789), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(789), - [anon_sym_CARET] = ACTIONS(789), + [416] = { + [sym_comment] = STATE(416), + [ts_builtin_sym_end] = ACTIONS(860), + [anon_sym_export] = ACTIONS(858), + [anon_sym_alias] = ACTIONS(858), + [anon_sym_let] = ACTIONS(858), + [anon_sym_let_DASHenv] = ACTIONS(858), + [anon_sym_mut] = ACTIONS(858), + [anon_sym_const] = ACTIONS(858), + [sym_cmd_identifier] = ACTIONS(858), + [anon_sym_SEMI] = ACTIONS(858), + [anon_sym_LF] = ACTIONS(860), + [anon_sym_def] = ACTIONS(858), + [anon_sym_def_DASHenv] = ACTIONS(858), + [anon_sym_export_DASHenv] = ACTIONS(858), + [anon_sym_extern] = ACTIONS(858), + [anon_sym_module] = ACTIONS(858), + [anon_sym_use] = ACTIONS(858), + [anon_sym_LBRACK] = ACTIONS(858), + [anon_sym_LPAREN] = ACTIONS(858), + [anon_sym_PIPE] = ACTIONS(858), + [anon_sym_DOLLAR] = ACTIONS(858), + [anon_sym_error] = ACTIONS(858), + [anon_sym_GT] = ACTIONS(858), + [anon_sym_DASH] = ACTIONS(858), + [anon_sym_break] = ACTIONS(858), + [anon_sym_continue] = ACTIONS(858), + [anon_sym_for] = ACTIONS(858), + [anon_sym_in] = ACTIONS(858), + [anon_sym_loop] = ACTIONS(858), + [anon_sym_while] = ACTIONS(858), + [anon_sym_do] = ACTIONS(858), + [anon_sym_if] = ACTIONS(858), + [anon_sym_match] = ACTIONS(858), + [anon_sym_LBRACE] = ACTIONS(858), + [anon_sym_try] = ACTIONS(858), + [anon_sym_return] = ACTIONS(858), + [anon_sym_source] = ACTIONS(858), + [anon_sym_source_DASHenv] = ACTIONS(858), + [anon_sym_register] = ACTIONS(858), + [anon_sym_hide] = ACTIONS(858), + [anon_sym_hide_DASHenv] = ACTIONS(858), + [anon_sym_overlay] = ACTIONS(858), + [anon_sym_STAR] = ACTIONS(858), + [anon_sym_where] = ACTIONS(858), + [anon_sym_STAR_STAR] = ACTIONS(858), + [anon_sym_PLUS_PLUS] = ACTIONS(858), + [anon_sym_SLASH] = ACTIONS(858), + [anon_sym_mod] = ACTIONS(858), + [anon_sym_SLASH_SLASH] = ACTIONS(858), + [anon_sym_PLUS] = ACTIONS(858), + [anon_sym_bit_DASHshl] = ACTIONS(858), + [anon_sym_bit_DASHshr] = ACTIONS(858), + [anon_sym_EQ_EQ] = ACTIONS(858), + [anon_sym_BANG_EQ] = ACTIONS(858), + [anon_sym_LT2] = ACTIONS(858), + [anon_sym_LT_EQ] = ACTIONS(858), + [anon_sym_GT_EQ] = ACTIONS(858), + [anon_sym_not_DASHin] = ACTIONS(858), + [anon_sym_starts_DASHwith] = ACTIONS(858), + [anon_sym_ends_DASHwith] = ACTIONS(858), + [anon_sym_EQ_TILDE] = ACTIONS(858), + [anon_sym_BANG_TILDE] = ACTIONS(858), + [anon_sym_bit_DASHand] = ACTIONS(858), + [anon_sym_bit_DASHxor] = ACTIONS(858), + [anon_sym_bit_DASHor] = ACTIONS(858), + [anon_sym_and] = ACTIONS(858), + [anon_sym_xor] = ACTIONS(858), + [anon_sym_or] = ACTIONS(858), + [anon_sym_not] = ACTIONS(858), + [anon_sym_DOT_DOT_LT] = ACTIONS(858), + [anon_sym_DOT_DOT] = ACTIONS(858), + [anon_sym_DOT_DOT_EQ] = ACTIONS(858), + [sym_val_nothing] = ACTIONS(858), + [anon_sym_true] = ACTIONS(858), + [anon_sym_false] = ACTIONS(858), + [aux_sym_val_number_token1] = ACTIONS(858), + [aux_sym_val_number_token2] = ACTIONS(858), + [aux_sym_val_number_token3] = ACTIONS(858), + [aux_sym_val_number_token4] = ACTIONS(858), + [anon_sym_inf] = ACTIONS(858), + [anon_sym_DASHinf] = ACTIONS(858), + [anon_sym_NaN] = ACTIONS(858), + [anon_sym_0b] = ACTIONS(858), + [anon_sym_0o] = ACTIONS(858), + [anon_sym_0x] = ACTIONS(858), + [sym_val_date] = ACTIONS(858), + [anon_sym_DQUOTE] = ACTIONS(858), + [sym__str_single_quotes] = ACTIONS(858), + [sym__str_back_ticks] = ACTIONS(858), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(858), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(858), + [anon_sym_CARET] = ACTIONS(858), [anon_sym_POUND] = ACTIONS(3), }, - [402] = { - [sym_comment] = STATE(402), - [ts_builtin_sym_end] = ACTIONS(830), - [anon_sym_export] = ACTIONS(828), - [anon_sym_alias] = ACTIONS(828), - [anon_sym_let] = ACTIONS(828), - [anon_sym_let_DASHenv] = ACTIONS(828), - [anon_sym_mut] = ACTIONS(828), - [anon_sym_const] = ACTIONS(828), - [sym_cmd_identifier] = ACTIONS(828), - [anon_sym_SEMI] = ACTIONS(828), - [anon_sym_LF] = ACTIONS(830), - [anon_sym_def] = ACTIONS(828), - [anon_sym_def_DASHenv] = ACTIONS(828), - [anon_sym_export_DASHenv] = ACTIONS(828), - [anon_sym_extern] = ACTIONS(828), - [anon_sym_module] = ACTIONS(828), - [anon_sym_use] = ACTIONS(828), - [anon_sym_LBRACK] = ACTIONS(828), - [anon_sym_LPAREN] = ACTIONS(828), - [anon_sym_PIPE] = ACTIONS(828), - [anon_sym_DOLLAR] = ACTIONS(828), - [anon_sym_error] = ACTIONS(828), - [anon_sym_GT] = ACTIONS(828), - [anon_sym_DASH] = ACTIONS(828), - [anon_sym_break] = ACTIONS(828), - [anon_sym_continue] = ACTIONS(828), - [anon_sym_for] = ACTIONS(828), - [anon_sym_in] = ACTIONS(828), - [anon_sym_loop] = ACTIONS(828), - [anon_sym_while] = ACTIONS(828), - [anon_sym_do] = ACTIONS(828), - [anon_sym_if] = ACTIONS(828), - [anon_sym_match] = ACTIONS(828), - [anon_sym_LBRACE] = ACTIONS(828), - [anon_sym_try] = ACTIONS(828), - [anon_sym_return] = ACTIONS(828), - [anon_sym_source] = ACTIONS(828), - [anon_sym_source_DASHenv] = ACTIONS(828), - [anon_sym_register] = ACTIONS(828), - [anon_sym_hide] = ACTIONS(828), - [anon_sym_hide_DASHenv] = ACTIONS(828), - [anon_sym_overlay] = ACTIONS(828), - [anon_sym_STAR] = ACTIONS(828), - [anon_sym_where] = ACTIONS(828), - [anon_sym_STAR_STAR] = ACTIONS(828), - [anon_sym_PLUS_PLUS] = ACTIONS(828), - [anon_sym_SLASH] = ACTIONS(828), - [anon_sym_mod] = ACTIONS(828), - [anon_sym_SLASH_SLASH] = ACTIONS(828), - [anon_sym_PLUS] = ACTIONS(828), - [anon_sym_bit_DASHshl] = ACTIONS(828), - [anon_sym_bit_DASHshr] = ACTIONS(828), - [anon_sym_EQ_EQ] = ACTIONS(828), - [anon_sym_BANG_EQ] = ACTIONS(828), - [anon_sym_LT2] = ACTIONS(828), - [anon_sym_LT_EQ] = ACTIONS(828), - [anon_sym_GT_EQ] = ACTIONS(828), - [anon_sym_not_DASHin] = ACTIONS(828), - [anon_sym_starts_DASHwith] = ACTIONS(828), - [anon_sym_ends_DASHwith] = ACTIONS(828), - [anon_sym_EQ_TILDE] = ACTIONS(828), - [anon_sym_BANG_TILDE] = ACTIONS(828), - [anon_sym_bit_DASHand] = ACTIONS(828), - [anon_sym_bit_DASHxor] = ACTIONS(828), - [anon_sym_bit_DASHor] = ACTIONS(828), - [anon_sym_and] = ACTIONS(828), - [anon_sym_xor] = ACTIONS(828), - [anon_sym_or] = ACTIONS(828), - [anon_sym_not] = ACTIONS(828), - [anon_sym_DOT_DOT_LT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(828), - [anon_sym_DOT_DOT_EQ] = ACTIONS(828), - [sym_val_nothing] = ACTIONS(828), - [anon_sym_true] = ACTIONS(828), - [anon_sym_false] = ACTIONS(828), - [aux_sym_val_number_token1] = ACTIONS(828), - [aux_sym_val_number_token2] = ACTIONS(828), - [aux_sym_val_number_token3] = ACTIONS(828), - [aux_sym_val_number_token4] = ACTIONS(828), - [anon_sym_inf] = ACTIONS(828), - [anon_sym_DASHinf] = ACTIONS(828), - [anon_sym_NaN] = ACTIONS(828), - [anon_sym_0b] = ACTIONS(828), - [anon_sym_0o] = ACTIONS(828), - [anon_sym_0x] = ACTIONS(828), - [sym_val_date] = ACTIONS(828), - [anon_sym_DQUOTE] = ACTIONS(828), - [sym__str_single_quotes] = ACTIONS(828), - [sym__str_back_ticks] = ACTIONS(828), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(828), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(828), - [anon_sym_CARET] = ACTIONS(828), + [417] = { + [sym_comment] = STATE(417), + [ts_builtin_sym_end] = ACTIONS(109), + [anon_sym_export] = ACTIONS(107), + [anon_sym_alias] = ACTIONS(107), + [anon_sym_let] = ACTIONS(107), + [anon_sym_let_DASHenv] = ACTIONS(107), + [anon_sym_mut] = ACTIONS(107), + [anon_sym_const] = ACTIONS(107), + [sym_cmd_identifier] = ACTIONS(107), + [anon_sym_SEMI] = ACTIONS(107), + [anon_sym_LF] = ACTIONS(109), + [anon_sym_def] = ACTIONS(107), + [anon_sym_def_DASHenv] = ACTIONS(107), + [anon_sym_export_DASHenv] = ACTIONS(107), + [anon_sym_extern] = ACTIONS(107), + [anon_sym_module] = ACTIONS(107), + [anon_sym_use] = ACTIONS(107), + [anon_sym_LBRACK] = ACTIONS(107), + [anon_sym_LPAREN] = ACTIONS(107), + [anon_sym_PIPE] = ACTIONS(107), + [anon_sym_DOLLAR] = ACTIONS(107), + [anon_sym_error] = ACTIONS(107), + [anon_sym_GT] = ACTIONS(107), + [anon_sym_DASH] = ACTIONS(107), + [anon_sym_break] = ACTIONS(107), + [anon_sym_continue] = ACTIONS(107), + [anon_sym_for] = ACTIONS(107), + [anon_sym_in] = ACTIONS(107), + [anon_sym_loop] = ACTIONS(107), + [anon_sym_while] = ACTIONS(107), + [anon_sym_do] = ACTIONS(107), + [anon_sym_if] = ACTIONS(107), + [anon_sym_match] = ACTIONS(107), + [anon_sym_LBRACE] = ACTIONS(107), + [anon_sym_try] = ACTIONS(107), + [anon_sym_return] = ACTIONS(107), + [anon_sym_source] = ACTIONS(107), + [anon_sym_source_DASHenv] = ACTIONS(107), + [anon_sym_register] = ACTIONS(107), + [anon_sym_hide] = ACTIONS(107), + [anon_sym_hide_DASHenv] = ACTIONS(107), + [anon_sym_overlay] = ACTIONS(107), + [anon_sym_STAR] = ACTIONS(107), + [anon_sym_where] = ACTIONS(107), + [anon_sym_STAR_STAR] = ACTIONS(107), + [anon_sym_PLUS_PLUS] = ACTIONS(107), + [anon_sym_SLASH] = ACTIONS(107), + [anon_sym_mod] = ACTIONS(107), + [anon_sym_SLASH_SLASH] = ACTIONS(107), + [anon_sym_PLUS] = ACTIONS(107), + [anon_sym_bit_DASHshl] = ACTIONS(107), + [anon_sym_bit_DASHshr] = ACTIONS(107), + [anon_sym_EQ_EQ] = ACTIONS(107), + [anon_sym_BANG_EQ] = ACTIONS(107), + [anon_sym_LT2] = ACTIONS(107), + [anon_sym_LT_EQ] = ACTIONS(107), + [anon_sym_GT_EQ] = ACTIONS(107), + [anon_sym_not_DASHin] = ACTIONS(107), + [anon_sym_starts_DASHwith] = ACTIONS(107), + [anon_sym_ends_DASHwith] = ACTIONS(107), + [anon_sym_EQ_TILDE] = ACTIONS(107), + [anon_sym_BANG_TILDE] = ACTIONS(107), + [anon_sym_bit_DASHand] = ACTIONS(107), + [anon_sym_bit_DASHxor] = ACTIONS(107), + [anon_sym_bit_DASHor] = ACTIONS(107), + [anon_sym_and] = ACTIONS(107), + [anon_sym_xor] = ACTIONS(107), + [anon_sym_or] = ACTIONS(107), + [anon_sym_not] = ACTIONS(107), + [anon_sym_DOT_DOT_LT] = ACTIONS(107), + [anon_sym_DOT_DOT] = ACTIONS(107), + [anon_sym_DOT_DOT_EQ] = ACTIONS(107), + [sym_val_nothing] = ACTIONS(107), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [aux_sym_val_number_token1] = ACTIONS(107), + [aux_sym_val_number_token2] = ACTIONS(107), + [aux_sym_val_number_token3] = ACTIONS(107), + [aux_sym_val_number_token4] = ACTIONS(107), + [anon_sym_inf] = ACTIONS(107), + [anon_sym_DASHinf] = ACTIONS(107), + [anon_sym_NaN] = ACTIONS(107), + [anon_sym_0b] = ACTIONS(107), + [anon_sym_0o] = ACTIONS(107), + [anon_sym_0x] = ACTIONS(107), + [sym_val_date] = ACTIONS(107), + [anon_sym_DQUOTE] = ACTIONS(107), + [sym__str_single_quotes] = ACTIONS(107), + [sym__str_back_ticks] = ACTIONS(107), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), + [anon_sym_CARET] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(3), }, - [403] = { - [sym_comment] = STATE(403), + [418] = { + [sym_comment] = STATE(418), [ts_builtin_sym_end] = ACTIONS(872), [anon_sym_export] = ACTIONS(870), [anon_sym_alias] = ACTIONS(870), @@ -86190,1338 +87620,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(870), [anon_sym_POUND] = ACTIONS(3), }, - [404] = { - [sym__expression] = STATE(158), - [sym_expr_unary] = STATE(206), - [sym_expr_binary] = STATE(206), - [sym_expr_parenthesized] = STATE(210), - [sym_val_range] = STATE(206), - [sym__value] = STATE(206), - [sym_val_bool] = STATE(236), - [sym_val_variable] = STATE(236), - [sym__var] = STATE(132), - [sym_val_number] = STATE(3), - [sym_val_duration] = STATE(236), - [sym_val_filesize] = STATE(236), - [sym_val_binary] = STATE(236), - [sym_val_string] = STATE(236), - [sym__str_double_quotes] = STATE(200), - [sym_val_interpolated] = STATE(236), - [sym__inter_single_quotes] = STATE(214), - [sym__inter_double_quotes] = STATE(219), - [sym_val_list] = STATE(236), - [sym_val_record] = STATE(236), - [sym_val_table] = STATE(236), - [sym_val_closure] = STATE(236), - [sym__flag] = STATE(561), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(404), - [anon_sym_export] = ACTIONS(670), - [anon_sym_alias] = ACTIONS(670), - [anon_sym_let] = ACTIONS(670), - [anon_sym_let_DASHenv] = ACTIONS(670), - [anon_sym_mut] = ACTIONS(670), - [anon_sym_const] = ACTIONS(670), - [sym_cmd_identifier] = ACTIONS(670), - [anon_sym_SEMI] = ACTIONS(670), - [anon_sym_LF] = ACTIONS(672), - [anon_sym_def] = ACTIONS(670), - [anon_sym_def_DASHenv] = ACTIONS(670), - [anon_sym_export_DASHenv] = ACTIONS(670), - [anon_sym_extern] = ACTIONS(670), - [anon_sym_module] = ACTIONS(670), - [anon_sym_use] = ACTIONS(670), - [anon_sym_LBRACK] = ACTIONS(670), - [anon_sym_LPAREN] = ACTIONS(670), - [anon_sym_RPAREN] = ACTIONS(670), - [anon_sym_PIPE] = ACTIONS(670), - [anon_sym_DOLLAR] = ACTIONS(670), - [anon_sym_error] = ACTIONS(670), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(670), - [anon_sym_break] = ACTIONS(670), - [anon_sym_continue] = ACTIONS(670), - [anon_sym_for] = ACTIONS(670), - [anon_sym_loop] = ACTIONS(670), - [anon_sym_while] = ACTIONS(670), - [anon_sym_do] = ACTIONS(670), - [anon_sym_if] = ACTIONS(670), - [anon_sym_match] = ACTIONS(670), - [anon_sym_LBRACE] = ACTIONS(670), - [anon_sym_RBRACE] = ACTIONS(670), - [anon_sym_try] = ACTIONS(670), - [anon_sym_return] = ACTIONS(670), - [anon_sym_source] = ACTIONS(670), - [anon_sym_source_DASHenv] = ACTIONS(670), - [anon_sym_register] = ACTIONS(670), - [anon_sym_hide] = ACTIONS(670), - [anon_sym_hide_DASHenv] = ACTIONS(670), - [anon_sym_overlay] = ACTIONS(670), - [anon_sym_where] = ACTIONS(670), - [anon_sym_not] = ACTIONS(670), - [anon_sym_DOT_DOT_LT] = ACTIONS(670), - [anon_sym_DOT_DOT] = ACTIONS(670), - [anon_sym_DOT_DOT_EQ] = ACTIONS(670), - [sym_val_nothing] = ACTIONS(670), - [anon_sym_true] = ACTIONS(670), - [anon_sym_false] = ACTIONS(670), - [aux_sym_val_number_token1] = ACTIONS(670), - [aux_sym_val_number_token2] = ACTIONS(670), - [aux_sym_val_number_token3] = ACTIONS(670), - [aux_sym_val_number_token4] = ACTIONS(670), - [anon_sym_inf] = ACTIONS(670), - [anon_sym_DASHinf] = ACTIONS(670), - [anon_sym_NaN] = ACTIONS(670), - [anon_sym_0b] = ACTIONS(670), - [anon_sym_0o] = ACTIONS(670), - [anon_sym_0x] = ACTIONS(670), - [sym_val_date] = ACTIONS(670), - [anon_sym_DQUOTE] = ACTIONS(670), - [sym__str_single_quotes] = ACTIONS(670), - [sym__str_back_ticks] = ACTIONS(670), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(670), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(670), - [anon_sym_CARET] = ACTIONS(670), - [sym_short_flag] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(3), - }, - [405] = { - [sym_comment] = STATE(405), - [ts_builtin_sym_end] = ACTIONS(791), - [anon_sym_export] = ACTIONS(789), - [anon_sym_alias] = ACTIONS(789), - [anon_sym_let] = ACTIONS(789), - [anon_sym_let_DASHenv] = ACTIONS(789), - [anon_sym_mut] = ACTIONS(789), - [anon_sym_const] = ACTIONS(789), - [sym_cmd_identifier] = ACTIONS(789), - [anon_sym_SEMI] = ACTIONS(789), - [anon_sym_LF] = ACTIONS(791), - [anon_sym_def] = ACTIONS(789), - [anon_sym_def_DASHenv] = ACTIONS(789), - [anon_sym_export_DASHenv] = ACTIONS(789), - [anon_sym_extern] = ACTIONS(789), - [anon_sym_module] = ACTIONS(789), - [anon_sym_use] = ACTIONS(789), - [anon_sym_LBRACK] = ACTIONS(789), - [anon_sym_LPAREN] = ACTIONS(789), - [anon_sym_PIPE] = ACTIONS(789), - [anon_sym_DOLLAR] = ACTIONS(789), - [anon_sym_error] = ACTIONS(789), - [anon_sym_GT] = ACTIONS(789), - [anon_sym_DASH] = ACTIONS(789), - [anon_sym_break] = ACTIONS(789), - [anon_sym_continue] = ACTIONS(789), - [anon_sym_for] = ACTIONS(789), - [anon_sym_in] = ACTIONS(789), - [anon_sym_loop] = ACTIONS(789), - [anon_sym_while] = ACTIONS(789), - [anon_sym_do] = ACTIONS(789), - [anon_sym_if] = ACTIONS(789), - [anon_sym_match] = ACTIONS(789), - [anon_sym_LBRACE] = ACTIONS(789), - [anon_sym_try] = ACTIONS(789), - [anon_sym_return] = ACTIONS(789), - [anon_sym_source] = ACTIONS(789), - [anon_sym_source_DASHenv] = ACTIONS(789), - [anon_sym_register] = ACTIONS(789), - [anon_sym_hide] = ACTIONS(789), - [anon_sym_hide_DASHenv] = ACTIONS(789), - [anon_sym_overlay] = ACTIONS(789), - [anon_sym_STAR] = ACTIONS(789), - [anon_sym_where] = ACTIONS(789), - [anon_sym_STAR_STAR] = ACTIONS(789), - [anon_sym_PLUS_PLUS] = ACTIONS(789), - [anon_sym_SLASH] = ACTIONS(789), - [anon_sym_mod] = ACTIONS(789), - [anon_sym_SLASH_SLASH] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(789), - [anon_sym_bit_DASHshl] = ACTIONS(789), - [anon_sym_bit_DASHshr] = ACTIONS(789), - [anon_sym_EQ_EQ] = ACTIONS(789), - [anon_sym_BANG_EQ] = ACTIONS(789), - [anon_sym_LT2] = ACTIONS(789), - [anon_sym_LT_EQ] = ACTIONS(789), - [anon_sym_GT_EQ] = ACTIONS(789), - [anon_sym_not_DASHin] = ACTIONS(789), - [anon_sym_starts_DASHwith] = ACTIONS(789), - [anon_sym_ends_DASHwith] = ACTIONS(789), - [anon_sym_EQ_TILDE] = ACTIONS(789), - [anon_sym_BANG_TILDE] = ACTIONS(789), - [anon_sym_bit_DASHand] = ACTIONS(789), - [anon_sym_bit_DASHxor] = ACTIONS(789), - [anon_sym_bit_DASHor] = ACTIONS(789), - [anon_sym_and] = ACTIONS(789), - [anon_sym_xor] = ACTIONS(789), - [anon_sym_or] = ACTIONS(789), - [anon_sym_not] = ACTIONS(789), - [anon_sym_DOT_DOT_LT] = ACTIONS(789), - [anon_sym_DOT_DOT] = ACTIONS(789), - [anon_sym_DOT_DOT_EQ] = ACTIONS(789), - [sym_val_nothing] = ACTIONS(789), - [anon_sym_true] = ACTIONS(789), - [anon_sym_false] = ACTIONS(789), - [aux_sym_val_number_token1] = ACTIONS(789), - [aux_sym_val_number_token2] = ACTIONS(789), - [aux_sym_val_number_token3] = ACTIONS(789), - [aux_sym_val_number_token4] = ACTIONS(789), - [anon_sym_inf] = ACTIONS(789), - [anon_sym_DASHinf] = ACTIONS(789), - [anon_sym_NaN] = ACTIONS(789), - [anon_sym_0b] = ACTIONS(789), - [anon_sym_0o] = ACTIONS(789), - [anon_sym_0x] = ACTIONS(789), - [sym_val_date] = ACTIONS(789), - [anon_sym_DQUOTE] = ACTIONS(789), - [sym__str_single_quotes] = ACTIONS(789), - [sym__str_back_ticks] = ACTIONS(789), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(789), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(789), - [anon_sym_CARET] = ACTIONS(789), - [anon_sym_POUND] = ACTIONS(3), - }, - [406] = { - [sym_ctrl_do] = STATE(745), - [sym_ctrl_if] = STATE(745), - [sym_ctrl_match] = STATE(745), - [sym_ctrl_try] = STATE(745), - [sym__expression] = STATE(330), - [sym_expr_unary] = STATE(308), - [sym_expr_binary] = STATE(308), - [sym_expr_parenthesized] = STATE(309), - [sym_val_range] = STATE(308), - [sym__value] = STATE(308), - [sym_val_bool] = STATE(312), - [sym_val_variable] = STATE(312), - [sym__var] = STATE(188), - [sym_val_number] = STATE(6), - [sym_val_duration] = STATE(312), - [sym_val_filesize] = STATE(312), - [sym_val_binary] = STATE(312), - [sym_val_string] = STATE(312), - [sym__str_double_quotes] = STATE(318), - [sym_val_interpolated] = STATE(312), - [sym__inter_single_quotes] = STATE(316), - [sym__inter_double_quotes] = STATE(317), - [sym_val_list] = STATE(312), - [sym_val_record] = STATE(312), - [sym_val_table] = STATE(312), - [sym_val_closure] = STATE(312), - [sym_comment] = STATE(406), - [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), - [sym_cmd_identifier] = ACTIONS(948), - [anon_sym_SEMI] = ACTIONS(948), - [anon_sym_LF] = ACTIONS(950), - [anon_sym_def] = ACTIONS(948), - [anon_sym_def_DASHenv] = 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_LBRACK] = ACTIONS(952), - [anon_sym_LPAREN] = ACTIONS(820), - [anon_sym_RPAREN] = ACTIONS(948), - [anon_sym_PIPE] = ACTIONS(948), - [anon_sym_DOLLAR] = ACTIONS(954), - [anon_sym_error] = ACTIONS(948), - [anon_sym_DASH] = ACTIONS(956), - [anon_sym_break] = ACTIONS(948), - [anon_sym_continue] = ACTIONS(948), - [anon_sym_for] = ACTIONS(948), - [anon_sym_loop] = ACTIONS(948), - [anon_sym_while] = ACTIONS(948), - [anon_sym_do] = ACTIONS(213), - [anon_sym_if] = ACTIONS(215), - [anon_sym_match] = ACTIONS(217), - [anon_sym_LBRACE] = ACTIONS(958), - [anon_sym_RBRACE] = ACTIONS(948), - [anon_sym_try] = ACTIONS(223), - [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_where] = ACTIONS(948), - [anon_sym_not] = ACTIONS(960), - [anon_sym_DOT_DOT_LT] = ACTIONS(962), - [anon_sym_DOT_DOT] = ACTIONS(962), - [anon_sym_DOT_DOT_EQ] = ACTIONS(962), - [sym_val_nothing] = ACTIONS(964), - [anon_sym_true] = ACTIONS(966), - [anon_sym_false] = ACTIONS(966), - [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), - [anon_sym_inf] = ACTIONS(968), - [anon_sym_DASHinf] = ACTIONS(968), - [anon_sym_NaN] = ACTIONS(968), - [anon_sym_0b] = ACTIONS(970), - [anon_sym_0o] = ACTIONS(970), - [anon_sym_0x] = ACTIONS(970), - [sym_val_date] = ACTIONS(964), - [anon_sym_DQUOTE] = ACTIONS(972), - [sym__str_single_quotes] = ACTIONS(974), - [sym__str_back_ticks] = ACTIONS(974), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(976), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(978), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_POUND] = ACTIONS(3), - }, - [407] = { - [sym_comment] = STATE(407), - [ts_builtin_sym_end] = ACTIONS(787), - [anon_sym_export] = ACTIONS(785), - [anon_sym_alias] = ACTIONS(785), - [anon_sym_let] = ACTIONS(785), - [anon_sym_let_DASHenv] = ACTIONS(785), - [anon_sym_mut] = ACTIONS(785), - [anon_sym_const] = ACTIONS(785), - [sym_cmd_identifier] = ACTIONS(785), - [anon_sym_SEMI] = ACTIONS(785), - [anon_sym_LF] = ACTIONS(787), - [anon_sym_def] = ACTIONS(785), - [anon_sym_def_DASHenv] = ACTIONS(785), - [anon_sym_export_DASHenv] = ACTIONS(785), - [anon_sym_extern] = ACTIONS(785), - [anon_sym_module] = ACTIONS(785), - [anon_sym_use] = ACTIONS(785), - [anon_sym_LBRACK] = ACTIONS(785), - [anon_sym_LPAREN] = ACTIONS(785), - [anon_sym_PIPE] = ACTIONS(785), - [anon_sym_DOLLAR] = ACTIONS(785), - [anon_sym_error] = ACTIONS(785), - [anon_sym_GT] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_break] = ACTIONS(785), - [anon_sym_continue] = ACTIONS(785), - [anon_sym_for] = ACTIONS(785), - [anon_sym_in] = ACTIONS(785), - [anon_sym_loop] = ACTIONS(785), - [anon_sym_while] = ACTIONS(785), - [anon_sym_do] = ACTIONS(785), - [anon_sym_if] = ACTIONS(785), - [anon_sym_match] = ACTIONS(785), - [anon_sym_LBRACE] = ACTIONS(785), - [anon_sym_try] = ACTIONS(785), - [anon_sym_return] = ACTIONS(785), - [anon_sym_source] = ACTIONS(785), - [anon_sym_source_DASHenv] = ACTIONS(785), - [anon_sym_register] = ACTIONS(785), - [anon_sym_hide] = ACTIONS(785), - [anon_sym_hide_DASHenv] = ACTIONS(785), - [anon_sym_overlay] = ACTIONS(785), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_where] = ACTIONS(785), - [anon_sym_STAR_STAR] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(785), - [anon_sym_SLASH] = ACTIONS(785), - [anon_sym_mod] = ACTIONS(785), - [anon_sym_SLASH_SLASH] = ACTIONS(785), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_bit_DASHshl] = ACTIONS(785), - [anon_sym_bit_DASHshr] = ACTIONS(785), - [anon_sym_EQ_EQ] = ACTIONS(785), - [anon_sym_BANG_EQ] = ACTIONS(785), - [anon_sym_LT2] = ACTIONS(785), - [anon_sym_LT_EQ] = ACTIONS(785), - [anon_sym_GT_EQ] = ACTIONS(785), - [anon_sym_not_DASHin] = ACTIONS(785), - [anon_sym_starts_DASHwith] = ACTIONS(785), - [anon_sym_ends_DASHwith] = ACTIONS(785), - [anon_sym_EQ_TILDE] = ACTIONS(785), - [anon_sym_BANG_TILDE] = ACTIONS(785), - [anon_sym_bit_DASHand] = ACTIONS(785), - [anon_sym_bit_DASHxor] = ACTIONS(785), - [anon_sym_bit_DASHor] = ACTIONS(785), - [anon_sym_and] = ACTIONS(785), - [anon_sym_xor] = ACTIONS(785), - [anon_sym_or] = ACTIONS(785), - [anon_sym_not] = ACTIONS(785), - [anon_sym_DOT_DOT_LT] = ACTIONS(785), - [anon_sym_DOT_DOT] = ACTIONS(785), - [anon_sym_DOT_DOT_EQ] = ACTIONS(785), - [sym_val_nothing] = ACTIONS(785), - [anon_sym_true] = ACTIONS(785), - [anon_sym_false] = ACTIONS(785), - [aux_sym_val_number_token1] = ACTIONS(785), - [aux_sym_val_number_token2] = ACTIONS(785), - [aux_sym_val_number_token3] = ACTIONS(785), - [aux_sym_val_number_token4] = ACTIONS(785), - [anon_sym_inf] = ACTIONS(785), - [anon_sym_DASHinf] = ACTIONS(785), - [anon_sym_NaN] = ACTIONS(785), - [anon_sym_0b] = ACTIONS(785), - [anon_sym_0o] = ACTIONS(785), - [anon_sym_0x] = ACTIONS(785), - [sym_val_date] = ACTIONS(785), - [anon_sym_DQUOTE] = ACTIONS(785), - [sym__str_single_quotes] = ACTIONS(785), - [sym__str_back_ticks] = ACTIONS(785), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(785), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(785), - [anon_sym_CARET] = ACTIONS(785), - [anon_sym_POUND] = ACTIONS(3), - }, - [408] = { - [sym_comment] = STATE(408), - [ts_builtin_sym_end] = ACTIONS(868), - [anon_sym_export] = ACTIONS(866), - [anon_sym_alias] = ACTIONS(866), - [anon_sym_let] = ACTIONS(866), - [anon_sym_let_DASHenv] = ACTIONS(866), - [anon_sym_mut] = ACTIONS(866), - [anon_sym_const] = ACTIONS(866), - [sym_cmd_identifier] = ACTIONS(866), - [anon_sym_SEMI] = ACTIONS(866), - [anon_sym_LF] = ACTIONS(868), - [anon_sym_def] = ACTIONS(866), - [anon_sym_def_DASHenv] = ACTIONS(866), - [anon_sym_export_DASHenv] = ACTIONS(866), - [anon_sym_extern] = ACTIONS(866), - [anon_sym_module] = ACTIONS(866), - [anon_sym_use] = ACTIONS(866), - [anon_sym_LBRACK] = ACTIONS(866), - [anon_sym_LPAREN] = ACTIONS(866), - [anon_sym_PIPE] = ACTIONS(866), - [anon_sym_DOLLAR] = ACTIONS(866), - [anon_sym_error] = ACTIONS(866), - [anon_sym_GT] = ACTIONS(866), - [anon_sym_DASH] = ACTIONS(866), - [anon_sym_break] = ACTIONS(866), - [anon_sym_continue] = ACTIONS(866), - [anon_sym_for] = ACTIONS(866), - [anon_sym_in] = ACTIONS(866), - [anon_sym_loop] = ACTIONS(866), - [anon_sym_while] = ACTIONS(866), - [anon_sym_do] = ACTIONS(866), - [anon_sym_if] = ACTIONS(866), - [anon_sym_match] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(866), - [anon_sym_try] = ACTIONS(866), - [anon_sym_return] = ACTIONS(866), - [anon_sym_source] = ACTIONS(866), - [anon_sym_source_DASHenv] = ACTIONS(866), - [anon_sym_register] = ACTIONS(866), - [anon_sym_hide] = ACTIONS(866), - [anon_sym_hide_DASHenv] = ACTIONS(866), - [anon_sym_overlay] = ACTIONS(866), - [anon_sym_STAR] = ACTIONS(866), - [anon_sym_where] = ACTIONS(866), - [anon_sym_STAR_STAR] = ACTIONS(866), - [anon_sym_PLUS_PLUS] = ACTIONS(866), - [anon_sym_SLASH] = ACTIONS(866), - [anon_sym_mod] = ACTIONS(866), - [anon_sym_SLASH_SLASH] = ACTIONS(866), - [anon_sym_PLUS] = ACTIONS(866), - [anon_sym_bit_DASHshl] = ACTIONS(866), - [anon_sym_bit_DASHshr] = ACTIONS(866), - [anon_sym_EQ_EQ] = ACTIONS(866), - [anon_sym_BANG_EQ] = ACTIONS(866), - [anon_sym_LT2] = ACTIONS(866), - [anon_sym_LT_EQ] = ACTIONS(866), - [anon_sym_GT_EQ] = ACTIONS(866), - [anon_sym_not_DASHin] = ACTIONS(866), - [anon_sym_starts_DASHwith] = ACTIONS(866), - [anon_sym_ends_DASHwith] = ACTIONS(866), - [anon_sym_EQ_TILDE] = ACTIONS(866), - [anon_sym_BANG_TILDE] = ACTIONS(866), - [anon_sym_bit_DASHand] = ACTIONS(866), - [anon_sym_bit_DASHxor] = ACTIONS(866), - [anon_sym_bit_DASHor] = ACTIONS(866), - [anon_sym_and] = ACTIONS(866), - [anon_sym_xor] = ACTIONS(866), - [anon_sym_or] = ACTIONS(866), - [anon_sym_not] = ACTIONS(866), - [anon_sym_DOT_DOT_LT] = ACTIONS(866), - [anon_sym_DOT_DOT] = ACTIONS(866), - [anon_sym_DOT_DOT_EQ] = ACTIONS(866), - [sym_val_nothing] = ACTIONS(866), - [anon_sym_true] = ACTIONS(866), - [anon_sym_false] = ACTIONS(866), - [aux_sym_val_number_token1] = ACTIONS(866), - [aux_sym_val_number_token2] = ACTIONS(866), - [aux_sym_val_number_token3] = ACTIONS(866), - [aux_sym_val_number_token4] = ACTIONS(866), - [anon_sym_inf] = ACTIONS(866), - [anon_sym_DASHinf] = ACTIONS(866), - [anon_sym_NaN] = ACTIONS(866), - [anon_sym_0b] = ACTIONS(866), - [anon_sym_0o] = ACTIONS(866), - [anon_sym_0x] = ACTIONS(866), - [sym_val_date] = ACTIONS(866), - [anon_sym_DQUOTE] = ACTIONS(866), - [sym__str_single_quotes] = ACTIONS(866), - [sym__str_back_ticks] = ACTIONS(866), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(866), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(866), - [anon_sym_CARET] = ACTIONS(866), - [anon_sym_POUND] = ACTIONS(3), - }, - [409] = { - [sym_comment] = STATE(409), - [ts_builtin_sym_end] = ACTIONS(806), - [anon_sym_export] = ACTIONS(804), - [anon_sym_alias] = ACTIONS(804), - [anon_sym_let] = ACTIONS(804), - [anon_sym_let_DASHenv] = ACTIONS(804), - [anon_sym_mut] = ACTIONS(804), - [anon_sym_const] = ACTIONS(804), - [sym_cmd_identifier] = ACTIONS(804), - [anon_sym_SEMI] = ACTIONS(804), - [anon_sym_LF] = ACTIONS(806), - [anon_sym_def] = ACTIONS(804), - [anon_sym_def_DASHenv] = ACTIONS(804), - [anon_sym_export_DASHenv] = ACTIONS(804), - [anon_sym_extern] = ACTIONS(804), - [anon_sym_module] = ACTIONS(804), - [anon_sym_use] = ACTIONS(804), - [anon_sym_LBRACK] = ACTIONS(804), - [anon_sym_LPAREN] = ACTIONS(804), - [anon_sym_PIPE] = ACTIONS(804), - [anon_sym_DOLLAR] = ACTIONS(804), - [anon_sym_error] = ACTIONS(804), - [anon_sym_GT] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_break] = ACTIONS(804), - [anon_sym_continue] = ACTIONS(804), - [anon_sym_for] = ACTIONS(804), - [anon_sym_in] = ACTIONS(804), - [anon_sym_loop] = ACTIONS(804), - [anon_sym_while] = ACTIONS(804), - [anon_sym_do] = ACTIONS(804), - [anon_sym_if] = ACTIONS(804), - [anon_sym_match] = ACTIONS(804), - [anon_sym_LBRACE] = ACTIONS(804), - [anon_sym_try] = ACTIONS(804), - [anon_sym_return] = ACTIONS(804), - [anon_sym_source] = ACTIONS(804), - [anon_sym_source_DASHenv] = ACTIONS(804), - [anon_sym_register] = ACTIONS(804), - [anon_sym_hide] = ACTIONS(804), - [anon_sym_hide_DASHenv] = ACTIONS(804), - [anon_sym_overlay] = ACTIONS(804), - [anon_sym_STAR] = ACTIONS(804), - [anon_sym_where] = ACTIONS(804), - [anon_sym_STAR_STAR] = ACTIONS(804), - [anon_sym_PLUS_PLUS] = ACTIONS(804), - [anon_sym_SLASH] = ACTIONS(804), - [anon_sym_mod] = ACTIONS(804), - [anon_sym_SLASH_SLASH] = ACTIONS(804), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_bit_DASHshl] = ACTIONS(804), - [anon_sym_bit_DASHshr] = ACTIONS(804), - [anon_sym_EQ_EQ] = ACTIONS(804), - [anon_sym_BANG_EQ] = ACTIONS(804), - [anon_sym_LT2] = ACTIONS(804), - [anon_sym_LT_EQ] = ACTIONS(804), - [anon_sym_GT_EQ] = ACTIONS(804), - [anon_sym_not_DASHin] = ACTIONS(804), - [anon_sym_starts_DASHwith] = ACTIONS(804), - [anon_sym_ends_DASHwith] = ACTIONS(804), - [anon_sym_EQ_TILDE] = ACTIONS(804), - [anon_sym_BANG_TILDE] = ACTIONS(804), - [anon_sym_bit_DASHand] = ACTIONS(804), - [anon_sym_bit_DASHxor] = ACTIONS(804), - [anon_sym_bit_DASHor] = ACTIONS(804), - [anon_sym_and] = ACTIONS(804), - [anon_sym_xor] = ACTIONS(804), - [anon_sym_or] = ACTIONS(804), - [anon_sym_not] = ACTIONS(804), - [anon_sym_DOT_DOT_LT] = ACTIONS(804), - [anon_sym_DOT_DOT] = ACTIONS(804), - [anon_sym_DOT_DOT_EQ] = ACTIONS(804), - [sym_val_nothing] = ACTIONS(804), - [anon_sym_true] = ACTIONS(804), - [anon_sym_false] = ACTIONS(804), - [aux_sym_val_number_token1] = ACTIONS(804), - [aux_sym_val_number_token2] = ACTIONS(804), - [aux_sym_val_number_token3] = ACTIONS(804), - [aux_sym_val_number_token4] = ACTIONS(804), - [anon_sym_inf] = ACTIONS(804), - [anon_sym_DASHinf] = ACTIONS(804), - [anon_sym_NaN] = ACTIONS(804), - [anon_sym_0b] = ACTIONS(804), - [anon_sym_0o] = ACTIONS(804), - [anon_sym_0x] = ACTIONS(804), - [sym_val_date] = ACTIONS(804), - [anon_sym_DQUOTE] = ACTIONS(804), - [sym__str_single_quotes] = ACTIONS(804), - [sym__str_back_ticks] = ACTIONS(804), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(804), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(804), - [anon_sym_CARET] = ACTIONS(804), - [anon_sym_POUND] = ACTIONS(3), - }, - [410] = { - [sym_comment] = STATE(410), - [ts_builtin_sym_end] = ACTIONS(854), - [anon_sym_export] = ACTIONS(852), - [anon_sym_alias] = ACTIONS(852), - [anon_sym_let] = ACTIONS(852), - [anon_sym_let_DASHenv] = ACTIONS(852), - [anon_sym_mut] = ACTIONS(852), - [anon_sym_const] = ACTIONS(852), - [sym_cmd_identifier] = ACTIONS(852), - [anon_sym_SEMI] = ACTIONS(852), - [anon_sym_LF] = ACTIONS(854), - [anon_sym_def] = ACTIONS(852), - [anon_sym_def_DASHenv] = ACTIONS(852), - [anon_sym_export_DASHenv] = ACTIONS(852), - [anon_sym_extern] = ACTIONS(852), - [anon_sym_module] = ACTIONS(852), - [anon_sym_use] = ACTIONS(852), - [anon_sym_LBRACK] = ACTIONS(852), - [anon_sym_LPAREN] = ACTIONS(852), - [anon_sym_PIPE] = ACTIONS(852), - [anon_sym_DOLLAR] = ACTIONS(852), - [anon_sym_error] = ACTIONS(852), - [anon_sym_GT] = ACTIONS(852), - [anon_sym_DASH] = ACTIONS(852), - [anon_sym_break] = ACTIONS(852), - [anon_sym_continue] = ACTIONS(852), - [anon_sym_for] = ACTIONS(852), - [anon_sym_in] = ACTIONS(852), - [anon_sym_loop] = ACTIONS(852), - [anon_sym_while] = ACTIONS(852), - [anon_sym_do] = ACTIONS(852), - [anon_sym_if] = ACTIONS(852), - [anon_sym_match] = ACTIONS(852), - [anon_sym_LBRACE] = ACTIONS(852), - [anon_sym_try] = ACTIONS(852), - [anon_sym_return] = ACTIONS(852), - [anon_sym_source] = ACTIONS(852), - [anon_sym_source_DASHenv] = ACTIONS(852), - [anon_sym_register] = ACTIONS(852), - [anon_sym_hide] = ACTIONS(852), - [anon_sym_hide_DASHenv] = ACTIONS(852), - [anon_sym_overlay] = ACTIONS(852), - [anon_sym_STAR] = ACTIONS(852), - [anon_sym_where] = ACTIONS(852), - [anon_sym_STAR_STAR] = ACTIONS(852), - [anon_sym_PLUS_PLUS] = ACTIONS(852), - [anon_sym_SLASH] = ACTIONS(852), - [anon_sym_mod] = ACTIONS(852), - [anon_sym_SLASH_SLASH] = ACTIONS(852), - [anon_sym_PLUS] = ACTIONS(852), - [anon_sym_bit_DASHshl] = ACTIONS(852), - [anon_sym_bit_DASHshr] = ACTIONS(852), - [anon_sym_EQ_EQ] = ACTIONS(852), - [anon_sym_BANG_EQ] = ACTIONS(852), - [anon_sym_LT2] = ACTIONS(852), - [anon_sym_LT_EQ] = ACTIONS(852), - [anon_sym_GT_EQ] = ACTIONS(852), - [anon_sym_not_DASHin] = ACTIONS(852), - [anon_sym_starts_DASHwith] = ACTIONS(852), - [anon_sym_ends_DASHwith] = ACTIONS(852), - [anon_sym_EQ_TILDE] = ACTIONS(852), - [anon_sym_BANG_TILDE] = ACTIONS(852), - [anon_sym_bit_DASHand] = ACTIONS(852), - [anon_sym_bit_DASHxor] = ACTIONS(852), - [anon_sym_bit_DASHor] = ACTIONS(852), - [anon_sym_and] = ACTIONS(852), - [anon_sym_xor] = ACTIONS(852), - [anon_sym_or] = ACTIONS(852), - [anon_sym_not] = ACTIONS(852), - [anon_sym_DOT_DOT_LT] = ACTIONS(852), - [anon_sym_DOT_DOT] = ACTIONS(852), - [anon_sym_DOT_DOT_EQ] = ACTIONS(852), - [sym_val_nothing] = ACTIONS(852), - [anon_sym_true] = ACTIONS(852), - [anon_sym_false] = ACTIONS(852), - [aux_sym_val_number_token1] = ACTIONS(852), - [aux_sym_val_number_token2] = ACTIONS(852), - [aux_sym_val_number_token3] = ACTIONS(852), - [aux_sym_val_number_token4] = ACTIONS(852), - [anon_sym_inf] = ACTIONS(852), - [anon_sym_DASHinf] = ACTIONS(852), - [anon_sym_NaN] = ACTIONS(852), - [anon_sym_0b] = ACTIONS(852), - [anon_sym_0o] = ACTIONS(852), - [anon_sym_0x] = ACTIONS(852), - [sym_val_date] = ACTIONS(852), - [anon_sym_DQUOTE] = ACTIONS(852), - [sym__str_single_quotes] = ACTIONS(852), - [sym__str_back_ticks] = ACTIONS(852), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(852), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(852), - [anon_sym_CARET] = ACTIONS(852), - [anon_sym_POUND] = ACTIONS(3), - }, - [411] = { - [sym_comment] = STATE(411), - [ts_builtin_sym_end] = ACTIONS(818), - [anon_sym_export] = ACTIONS(816), - [anon_sym_alias] = ACTIONS(816), - [anon_sym_let] = ACTIONS(816), - [anon_sym_let_DASHenv] = ACTIONS(816), - [anon_sym_mut] = ACTIONS(816), - [anon_sym_const] = ACTIONS(816), - [sym_cmd_identifier] = ACTIONS(816), - [anon_sym_SEMI] = ACTIONS(816), - [anon_sym_LF] = ACTIONS(818), - [anon_sym_def] = ACTIONS(816), - [anon_sym_def_DASHenv] = ACTIONS(816), - [anon_sym_export_DASHenv] = ACTIONS(816), - [anon_sym_extern] = ACTIONS(816), - [anon_sym_module] = ACTIONS(816), - [anon_sym_use] = ACTIONS(816), - [anon_sym_LBRACK] = ACTIONS(816), - [anon_sym_LPAREN] = ACTIONS(816), - [anon_sym_PIPE] = ACTIONS(816), - [anon_sym_DOLLAR] = ACTIONS(816), - [anon_sym_error] = ACTIONS(816), - [anon_sym_GT] = ACTIONS(816), - [anon_sym_DASH] = ACTIONS(816), - [anon_sym_break] = ACTIONS(816), - [anon_sym_continue] = ACTIONS(816), - [anon_sym_for] = ACTIONS(816), - [anon_sym_in] = ACTIONS(816), - [anon_sym_loop] = ACTIONS(816), - [anon_sym_while] = ACTIONS(816), - [anon_sym_do] = ACTIONS(816), - [anon_sym_if] = ACTIONS(816), - [anon_sym_match] = ACTIONS(816), - [anon_sym_LBRACE] = ACTIONS(816), - [anon_sym_try] = ACTIONS(816), - [anon_sym_return] = ACTIONS(816), - [anon_sym_source] = ACTIONS(816), - [anon_sym_source_DASHenv] = ACTIONS(816), - [anon_sym_register] = ACTIONS(816), - [anon_sym_hide] = ACTIONS(816), - [anon_sym_hide_DASHenv] = ACTIONS(816), - [anon_sym_overlay] = ACTIONS(816), - [anon_sym_STAR] = ACTIONS(816), - [anon_sym_where] = ACTIONS(816), - [anon_sym_STAR_STAR] = ACTIONS(816), - [anon_sym_PLUS_PLUS] = ACTIONS(816), - [anon_sym_SLASH] = ACTIONS(816), - [anon_sym_mod] = ACTIONS(816), - [anon_sym_SLASH_SLASH] = ACTIONS(816), - [anon_sym_PLUS] = ACTIONS(816), - [anon_sym_bit_DASHshl] = ACTIONS(816), - [anon_sym_bit_DASHshr] = ACTIONS(816), - [anon_sym_EQ_EQ] = ACTIONS(816), - [anon_sym_BANG_EQ] = ACTIONS(816), - [anon_sym_LT2] = ACTIONS(816), - [anon_sym_LT_EQ] = ACTIONS(816), - [anon_sym_GT_EQ] = ACTIONS(816), - [anon_sym_not_DASHin] = ACTIONS(816), - [anon_sym_starts_DASHwith] = ACTIONS(816), - [anon_sym_ends_DASHwith] = ACTIONS(816), - [anon_sym_EQ_TILDE] = ACTIONS(816), - [anon_sym_BANG_TILDE] = ACTIONS(816), - [anon_sym_bit_DASHand] = ACTIONS(816), - [anon_sym_bit_DASHxor] = ACTIONS(816), - [anon_sym_bit_DASHor] = ACTIONS(816), - [anon_sym_and] = ACTIONS(816), - [anon_sym_xor] = ACTIONS(816), - [anon_sym_or] = ACTIONS(816), - [anon_sym_not] = ACTIONS(816), - [anon_sym_DOT_DOT_LT] = ACTIONS(816), - [anon_sym_DOT_DOT] = ACTIONS(816), - [anon_sym_DOT_DOT_EQ] = ACTIONS(816), - [sym_val_nothing] = ACTIONS(816), - [anon_sym_true] = ACTIONS(816), - [anon_sym_false] = ACTIONS(816), - [aux_sym_val_number_token1] = ACTIONS(816), - [aux_sym_val_number_token2] = ACTIONS(816), - [aux_sym_val_number_token3] = ACTIONS(816), - [aux_sym_val_number_token4] = ACTIONS(816), - [anon_sym_inf] = ACTIONS(816), - [anon_sym_DASHinf] = ACTIONS(816), - [anon_sym_NaN] = ACTIONS(816), - [anon_sym_0b] = ACTIONS(816), - [anon_sym_0o] = ACTIONS(816), - [anon_sym_0x] = ACTIONS(816), - [sym_val_date] = ACTIONS(816), - [anon_sym_DQUOTE] = ACTIONS(816), - [sym__str_single_quotes] = ACTIONS(816), - [sym__str_back_ticks] = ACTIONS(816), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(816), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(816), - [anon_sym_CARET] = ACTIONS(816), - [anon_sym_POUND] = ACTIONS(3), - }, - [412] = { - [sym__expression] = STATE(149), - [sym_expr_unary] = STATE(206), - [sym_expr_binary] = STATE(206), - [sym_expr_parenthesized] = STATE(210), - [sym_val_range] = STATE(206), - [sym__value] = STATE(206), - [sym_val_bool] = STATE(236), - [sym_val_variable] = STATE(236), - [sym__var] = STATE(132), - [sym_val_number] = STATE(3), - [sym_val_duration] = STATE(236), - [sym_val_filesize] = STATE(236), - [sym_val_binary] = STATE(236), - [sym_val_string] = STATE(236), - [sym__str_double_quotes] = STATE(200), - [sym_val_interpolated] = STATE(236), - [sym__inter_single_quotes] = STATE(214), - [sym__inter_double_quotes] = STATE(219), - [sym_val_list] = STATE(236), - [sym_val_record] = STATE(236), - [sym_val_table] = STATE(236), - [sym_val_closure] = STATE(236), - [sym__flag] = STATE(404), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(412), - [anon_sym_export] = ACTIONS(662), - [anon_sym_alias] = ACTIONS(662), - [anon_sym_let] = ACTIONS(662), - [anon_sym_let_DASHenv] = ACTIONS(662), - [anon_sym_mut] = ACTIONS(662), - [anon_sym_const] = ACTIONS(662), - [sym_cmd_identifier] = ACTIONS(662), - [anon_sym_SEMI] = ACTIONS(662), - [anon_sym_LF] = ACTIONS(664), - [anon_sym_def] = ACTIONS(662), - [anon_sym_def_DASHenv] = ACTIONS(662), - [anon_sym_export_DASHenv] = ACTIONS(662), - [anon_sym_extern] = ACTIONS(662), - [anon_sym_module] = ACTIONS(662), - [anon_sym_use] = ACTIONS(662), - [anon_sym_LBRACK] = ACTIONS(662), - [anon_sym_LPAREN] = ACTIONS(662), - [anon_sym_RPAREN] = ACTIONS(662), - [anon_sym_PIPE] = ACTIONS(662), - [anon_sym_DOLLAR] = ACTIONS(662), - [anon_sym_error] = ACTIONS(662), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(662), - [anon_sym_break] = ACTIONS(662), - [anon_sym_continue] = ACTIONS(662), - [anon_sym_for] = ACTIONS(662), - [anon_sym_loop] = ACTIONS(662), - [anon_sym_while] = ACTIONS(662), - [anon_sym_do] = ACTIONS(662), - [anon_sym_if] = ACTIONS(662), - [anon_sym_match] = ACTIONS(662), - [anon_sym_LBRACE] = ACTIONS(662), - [anon_sym_RBRACE] = ACTIONS(662), - [anon_sym_try] = ACTIONS(662), - [anon_sym_return] = ACTIONS(662), - [anon_sym_source] = ACTIONS(662), - [anon_sym_source_DASHenv] = ACTIONS(662), - [anon_sym_register] = ACTIONS(662), - [anon_sym_hide] = ACTIONS(662), - [anon_sym_hide_DASHenv] = ACTIONS(662), - [anon_sym_overlay] = ACTIONS(662), - [anon_sym_where] = ACTIONS(662), - [anon_sym_not] = ACTIONS(662), - [anon_sym_DOT_DOT_LT] = ACTIONS(662), - [anon_sym_DOT_DOT] = ACTIONS(662), - [anon_sym_DOT_DOT_EQ] = ACTIONS(662), - [sym_val_nothing] = ACTIONS(662), - [anon_sym_true] = ACTIONS(662), - [anon_sym_false] = ACTIONS(662), - [aux_sym_val_number_token1] = ACTIONS(662), - [aux_sym_val_number_token2] = ACTIONS(662), - [aux_sym_val_number_token3] = ACTIONS(662), - [aux_sym_val_number_token4] = ACTIONS(662), - [anon_sym_inf] = ACTIONS(662), - [anon_sym_DASHinf] = ACTIONS(662), - [anon_sym_NaN] = ACTIONS(662), - [anon_sym_0b] = ACTIONS(662), - [anon_sym_0o] = ACTIONS(662), - [anon_sym_0x] = ACTIONS(662), - [sym_val_date] = ACTIONS(662), - [anon_sym_DQUOTE] = ACTIONS(662), - [sym__str_single_quotes] = ACTIONS(662), - [sym__str_back_ticks] = ACTIONS(662), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(662), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(662), - [anon_sym_CARET] = ACTIONS(662), - [sym_short_flag] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(3), - }, - [413] = { - [sym__expression] = STATE(149), - [sym_expr_unary] = STATE(206), - [sym_expr_binary] = STATE(206), - [sym_expr_parenthesized] = STATE(210), - [sym_val_range] = STATE(206), - [sym__value] = STATE(206), - [sym_val_bool] = STATE(236), - [sym_val_variable] = STATE(236), - [sym__var] = STATE(132), - [sym_val_number] = STATE(3), - [sym_val_duration] = STATE(236), - [sym_val_filesize] = STATE(236), - [sym_val_binary] = STATE(236), - [sym_val_string] = STATE(236), - [sym__str_double_quotes] = STATE(200), - [sym_val_interpolated] = STATE(236), - [sym__inter_single_quotes] = STATE(214), - [sym__inter_double_quotes] = STATE(219), - [sym_val_list] = STATE(236), - [sym_val_record] = STATE(236), - [sym_val_table] = STATE(236), - [sym_val_closure] = STATE(236), - [sym__flag] = STATE(624), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(413), - [anon_sym_export] = ACTIONS(662), - [anon_sym_alias] = ACTIONS(662), - [anon_sym_let] = ACTIONS(662), - [anon_sym_let_DASHenv] = ACTIONS(662), - [anon_sym_mut] = ACTIONS(662), - [anon_sym_const] = ACTIONS(662), - [sym_cmd_identifier] = ACTIONS(662), - [anon_sym_SEMI] = ACTIONS(662), - [anon_sym_LF] = ACTIONS(664), - [anon_sym_def] = ACTIONS(662), - [anon_sym_def_DASHenv] = ACTIONS(662), - [anon_sym_export_DASHenv] = ACTIONS(662), - [anon_sym_extern] = ACTIONS(662), - [anon_sym_module] = ACTIONS(662), - [anon_sym_use] = ACTIONS(662), - [anon_sym_LBRACK] = ACTIONS(662), - [anon_sym_LPAREN] = ACTIONS(662), - [anon_sym_RPAREN] = ACTIONS(662), - [anon_sym_PIPE] = ACTIONS(662), - [anon_sym_DOLLAR] = ACTIONS(662), - [anon_sym_error] = ACTIONS(662), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(662), - [anon_sym_break] = ACTIONS(662), - [anon_sym_continue] = ACTIONS(662), - [anon_sym_for] = ACTIONS(662), - [anon_sym_loop] = ACTIONS(662), - [anon_sym_while] = ACTIONS(662), - [anon_sym_do] = ACTIONS(662), - [anon_sym_if] = ACTIONS(662), - [anon_sym_match] = ACTIONS(662), - [anon_sym_LBRACE] = ACTIONS(662), - [anon_sym_RBRACE] = ACTIONS(662), - [anon_sym_try] = ACTIONS(662), - [anon_sym_return] = ACTIONS(662), - [anon_sym_source] = ACTIONS(662), - [anon_sym_source_DASHenv] = ACTIONS(662), - [anon_sym_register] = ACTIONS(662), - [anon_sym_hide] = ACTIONS(662), - [anon_sym_hide_DASHenv] = ACTIONS(662), - [anon_sym_overlay] = ACTIONS(662), - [anon_sym_where] = ACTIONS(662), - [anon_sym_not] = ACTIONS(662), - [anon_sym_DOT_DOT_LT] = ACTIONS(662), - [anon_sym_DOT_DOT] = ACTIONS(662), - [anon_sym_DOT_DOT_EQ] = ACTIONS(662), - [sym_val_nothing] = ACTIONS(662), - [anon_sym_true] = ACTIONS(662), - [anon_sym_false] = ACTIONS(662), - [aux_sym_val_number_token1] = ACTIONS(662), - [aux_sym_val_number_token2] = ACTIONS(662), - [aux_sym_val_number_token3] = ACTIONS(662), - [aux_sym_val_number_token4] = ACTIONS(662), - [anon_sym_inf] = ACTIONS(662), - [anon_sym_DASHinf] = ACTIONS(662), - [anon_sym_NaN] = ACTIONS(662), - [anon_sym_0b] = ACTIONS(662), - [anon_sym_0o] = ACTIONS(662), - [anon_sym_0x] = ACTIONS(662), - [sym_val_date] = ACTIONS(662), - [anon_sym_DQUOTE] = ACTIONS(662), - [sym__str_single_quotes] = ACTIONS(662), - [sym__str_back_ticks] = ACTIONS(662), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(662), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(662), - [anon_sym_CARET] = ACTIONS(662), - [sym_short_flag] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(3), - }, - [414] = { - [sym_comment] = STATE(414), - [ts_builtin_sym_end] = ACTIONS(858), - [anon_sym_export] = ACTIONS(856), - [anon_sym_alias] = ACTIONS(856), - [anon_sym_let] = ACTIONS(856), - [anon_sym_let_DASHenv] = ACTIONS(856), - [anon_sym_mut] = ACTIONS(856), - [anon_sym_const] = ACTIONS(856), - [sym_cmd_identifier] = ACTIONS(856), - [anon_sym_SEMI] = ACTIONS(856), - [anon_sym_LF] = ACTIONS(858), - [anon_sym_def] = ACTIONS(856), - [anon_sym_def_DASHenv] = ACTIONS(856), - [anon_sym_export_DASHenv] = ACTIONS(856), - [anon_sym_extern] = ACTIONS(856), - [anon_sym_module] = ACTIONS(856), - [anon_sym_use] = ACTIONS(856), - [anon_sym_LBRACK] = ACTIONS(856), - [anon_sym_LPAREN] = ACTIONS(856), - [anon_sym_PIPE] = ACTIONS(856), - [anon_sym_DOLLAR] = ACTIONS(856), - [anon_sym_error] = ACTIONS(856), - [anon_sym_GT] = ACTIONS(856), - [anon_sym_DASH] = ACTIONS(856), - [anon_sym_break] = ACTIONS(856), - [anon_sym_continue] = ACTIONS(856), - [anon_sym_for] = ACTIONS(856), - [anon_sym_in] = ACTIONS(856), - [anon_sym_loop] = ACTIONS(856), - [anon_sym_while] = ACTIONS(856), - [anon_sym_do] = ACTIONS(856), - [anon_sym_if] = ACTIONS(856), - [anon_sym_match] = ACTIONS(856), - [anon_sym_LBRACE] = ACTIONS(856), - [anon_sym_try] = ACTIONS(856), - [anon_sym_return] = ACTIONS(856), - [anon_sym_source] = ACTIONS(856), - [anon_sym_source_DASHenv] = ACTIONS(856), - [anon_sym_register] = ACTIONS(856), - [anon_sym_hide] = ACTIONS(856), - [anon_sym_hide_DASHenv] = ACTIONS(856), - [anon_sym_overlay] = ACTIONS(856), - [anon_sym_STAR] = ACTIONS(856), - [anon_sym_where] = ACTIONS(856), - [anon_sym_STAR_STAR] = ACTIONS(856), - [anon_sym_PLUS_PLUS] = ACTIONS(856), - [anon_sym_SLASH] = ACTIONS(856), - [anon_sym_mod] = ACTIONS(856), - [anon_sym_SLASH_SLASH] = ACTIONS(856), - [anon_sym_PLUS] = ACTIONS(856), - [anon_sym_bit_DASHshl] = ACTIONS(856), - [anon_sym_bit_DASHshr] = ACTIONS(856), - [anon_sym_EQ_EQ] = ACTIONS(856), - [anon_sym_BANG_EQ] = ACTIONS(856), - [anon_sym_LT2] = ACTIONS(856), - [anon_sym_LT_EQ] = ACTIONS(856), - [anon_sym_GT_EQ] = ACTIONS(856), - [anon_sym_not_DASHin] = ACTIONS(856), - [anon_sym_starts_DASHwith] = ACTIONS(856), - [anon_sym_ends_DASHwith] = ACTIONS(856), - [anon_sym_EQ_TILDE] = ACTIONS(856), - [anon_sym_BANG_TILDE] = ACTIONS(856), - [anon_sym_bit_DASHand] = ACTIONS(856), - [anon_sym_bit_DASHxor] = ACTIONS(856), - [anon_sym_bit_DASHor] = ACTIONS(856), - [anon_sym_and] = ACTIONS(856), - [anon_sym_xor] = ACTIONS(856), - [anon_sym_or] = ACTIONS(856), - [anon_sym_not] = ACTIONS(856), - [anon_sym_DOT_DOT_LT] = ACTIONS(856), - [anon_sym_DOT_DOT] = ACTIONS(856), - [anon_sym_DOT_DOT_EQ] = ACTIONS(856), - [sym_val_nothing] = ACTIONS(856), - [anon_sym_true] = ACTIONS(856), - [anon_sym_false] = ACTIONS(856), - [aux_sym_val_number_token1] = ACTIONS(856), - [aux_sym_val_number_token2] = ACTIONS(856), - [aux_sym_val_number_token3] = ACTIONS(856), - [aux_sym_val_number_token4] = ACTIONS(856), - [anon_sym_inf] = ACTIONS(856), - [anon_sym_DASHinf] = ACTIONS(856), - [anon_sym_NaN] = ACTIONS(856), - [anon_sym_0b] = ACTIONS(856), - [anon_sym_0o] = ACTIONS(856), - [anon_sym_0x] = ACTIONS(856), - [sym_val_date] = ACTIONS(856), - [anon_sym_DQUOTE] = ACTIONS(856), - [sym__str_single_quotes] = ACTIONS(856), - [sym__str_back_ticks] = ACTIONS(856), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(856), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(856), - [anon_sym_CARET] = ACTIONS(856), - [anon_sym_POUND] = ACTIONS(3), - }, - [415] = { - [sym__expression] = STATE(145), - [sym_expr_unary] = STATE(206), - [sym_expr_binary] = STATE(206), - [sym_expr_parenthesized] = STATE(210), - [sym_val_range] = STATE(206), - [sym__value] = STATE(206), - [sym_val_bool] = STATE(236), - [sym_val_variable] = STATE(236), - [sym__var] = STATE(132), - [sym_val_number] = STATE(3), - [sym_val_duration] = STATE(236), - [sym_val_filesize] = STATE(236), - [sym_val_binary] = STATE(236), - [sym_val_string] = STATE(236), - [sym__str_double_quotes] = STATE(200), - [sym_val_interpolated] = STATE(236), - [sym__inter_single_quotes] = STATE(214), - [sym__inter_double_quotes] = STATE(219), - [sym_val_list] = STATE(236), - [sym_val_record] = STATE(236), - [sym_val_table] = STATE(236), - [sym_val_closure] = STATE(236), - [sym__flag] = STATE(630), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(415), - [anon_sym_export] = ACTIONS(678), - [anon_sym_alias] = ACTIONS(678), - [anon_sym_let] = ACTIONS(678), - [anon_sym_let_DASHenv] = ACTIONS(678), - [anon_sym_mut] = ACTIONS(678), - [anon_sym_const] = ACTIONS(678), - [sym_cmd_identifier] = ACTIONS(678), - [anon_sym_SEMI] = ACTIONS(678), - [anon_sym_LF] = ACTIONS(680), - [anon_sym_def] = ACTIONS(678), - [anon_sym_def_DASHenv] = ACTIONS(678), - [anon_sym_export_DASHenv] = ACTIONS(678), - [anon_sym_extern] = ACTIONS(678), - [anon_sym_module] = ACTIONS(678), - [anon_sym_use] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(678), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_RPAREN] = ACTIONS(678), - [anon_sym_PIPE] = ACTIONS(678), - [anon_sym_DOLLAR] = ACTIONS(678), - [anon_sym_error] = ACTIONS(678), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(678), - [anon_sym_break] = ACTIONS(678), - [anon_sym_continue] = ACTIONS(678), - [anon_sym_for] = ACTIONS(678), - [anon_sym_loop] = ACTIONS(678), - [anon_sym_while] = ACTIONS(678), - [anon_sym_do] = ACTIONS(678), - [anon_sym_if] = ACTIONS(678), - [anon_sym_match] = ACTIONS(678), - [anon_sym_LBRACE] = ACTIONS(678), - [anon_sym_RBRACE] = ACTIONS(678), - [anon_sym_try] = ACTIONS(678), - [anon_sym_return] = ACTIONS(678), - [anon_sym_source] = ACTIONS(678), - [anon_sym_source_DASHenv] = ACTIONS(678), - [anon_sym_register] = ACTIONS(678), - [anon_sym_hide] = ACTIONS(678), - [anon_sym_hide_DASHenv] = ACTIONS(678), - [anon_sym_overlay] = ACTIONS(678), - [anon_sym_where] = ACTIONS(678), - [anon_sym_not] = ACTIONS(678), - [anon_sym_DOT_DOT_LT] = ACTIONS(678), - [anon_sym_DOT_DOT] = ACTIONS(678), - [anon_sym_DOT_DOT_EQ] = ACTIONS(678), - [sym_val_nothing] = ACTIONS(678), - [anon_sym_true] = ACTIONS(678), - [anon_sym_false] = ACTIONS(678), - [aux_sym_val_number_token1] = ACTIONS(678), - [aux_sym_val_number_token2] = ACTIONS(678), - [aux_sym_val_number_token3] = ACTIONS(678), - [aux_sym_val_number_token4] = ACTIONS(678), - [anon_sym_inf] = ACTIONS(678), - [anon_sym_DASHinf] = ACTIONS(678), - [anon_sym_NaN] = ACTIONS(678), - [anon_sym_0b] = ACTIONS(678), - [anon_sym_0o] = ACTIONS(678), - [anon_sym_0x] = ACTIONS(678), - [sym_val_date] = ACTIONS(678), - [anon_sym_DQUOTE] = ACTIONS(678), - [sym__str_single_quotes] = ACTIONS(678), - [sym__str_back_ticks] = ACTIONS(678), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(678), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(678), - [anon_sym_CARET] = ACTIONS(678), - [sym_short_flag] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(3), - }, - [416] = { - [sym_comment] = STATE(416), - [ts_builtin_sym_end] = ACTIONS(779), - [anon_sym_export] = ACTIONS(777), - [anon_sym_alias] = ACTIONS(777), - [anon_sym_let] = ACTIONS(777), - [anon_sym_let_DASHenv] = ACTIONS(777), - [anon_sym_mut] = ACTIONS(777), - [anon_sym_const] = ACTIONS(777), - [sym_cmd_identifier] = ACTIONS(777), - [anon_sym_SEMI] = ACTIONS(777), - [anon_sym_LF] = ACTIONS(779), - [anon_sym_def] = ACTIONS(777), - [anon_sym_def_DASHenv] = ACTIONS(777), - [anon_sym_export_DASHenv] = ACTIONS(777), - [anon_sym_extern] = ACTIONS(777), - [anon_sym_module] = ACTIONS(777), - [anon_sym_use] = ACTIONS(777), - [anon_sym_LBRACK] = ACTIONS(777), - [anon_sym_LPAREN] = ACTIONS(777), - [anon_sym_PIPE] = ACTIONS(777), - [anon_sym_DOLLAR] = ACTIONS(777), - [anon_sym_error] = ACTIONS(777), - [anon_sym_GT] = ACTIONS(777), - [anon_sym_DASH] = ACTIONS(777), - [anon_sym_break] = ACTIONS(777), - [anon_sym_continue] = ACTIONS(777), - [anon_sym_for] = ACTIONS(777), - [anon_sym_in] = ACTIONS(777), - [anon_sym_loop] = ACTIONS(777), - [anon_sym_while] = ACTIONS(777), - [anon_sym_do] = ACTIONS(777), - [anon_sym_if] = ACTIONS(777), - [anon_sym_match] = ACTIONS(777), - [anon_sym_LBRACE] = ACTIONS(777), - [anon_sym_try] = ACTIONS(777), - [anon_sym_return] = ACTIONS(777), - [anon_sym_source] = ACTIONS(777), - [anon_sym_source_DASHenv] = ACTIONS(777), - [anon_sym_register] = ACTIONS(777), - [anon_sym_hide] = ACTIONS(777), - [anon_sym_hide_DASHenv] = ACTIONS(777), - [anon_sym_overlay] = ACTIONS(777), - [anon_sym_STAR] = ACTIONS(777), - [anon_sym_where] = ACTIONS(777), - [anon_sym_STAR_STAR] = ACTIONS(777), - [anon_sym_PLUS_PLUS] = ACTIONS(777), - [anon_sym_SLASH] = ACTIONS(777), - [anon_sym_mod] = ACTIONS(777), - [anon_sym_SLASH_SLASH] = ACTIONS(777), - [anon_sym_PLUS] = ACTIONS(777), - [anon_sym_bit_DASHshl] = ACTIONS(777), - [anon_sym_bit_DASHshr] = ACTIONS(777), - [anon_sym_EQ_EQ] = ACTIONS(777), - [anon_sym_BANG_EQ] = ACTIONS(777), - [anon_sym_LT2] = ACTIONS(777), - [anon_sym_LT_EQ] = ACTIONS(777), - [anon_sym_GT_EQ] = ACTIONS(777), - [anon_sym_not_DASHin] = ACTIONS(777), - [anon_sym_starts_DASHwith] = ACTIONS(777), - [anon_sym_ends_DASHwith] = ACTIONS(777), - [anon_sym_EQ_TILDE] = ACTIONS(777), - [anon_sym_BANG_TILDE] = ACTIONS(777), - [anon_sym_bit_DASHand] = ACTIONS(777), - [anon_sym_bit_DASHxor] = ACTIONS(777), - [anon_sym_bit_DASHor] = ACTIONS(777), - [anon_sym_and] = ACTIONS(777), - [anon_sym_xor] = ACTIONS(777), - [anon_sym_or] = ACTIONS(777), - [anon_sym_not] = ACTIONS(777), - [anon_sym_DOT_DOT_LT] = ACTIONS(777), - [anon_sym_DOT_DOT] = ACTIONS(777), - [anon_sym_DOT_DOT_EQ] = ACTIONS(777), - [sym_val_nothing] = ACTIONS(777), - [anon_sym_true] = ACTIONS(777), - [anon_sym_false] = ACTIONS(777), - [aux_sym_val_number_token1] = ACTIONS(777), - [aux_sym_val_number_token2] = ACTIONS(777), - [aux_sym_val_number_token3] = ACTIONS(777), - [aux_sym_val_number_token4] = ACTIONS(777), - [anon_sym_inf] = ACTIONS(777), - [anon_sym_DASHinf] = ACTIONS(777), - [anon_sym_NaN] = ACTIONS(777), - [anon_sym_0b] = ACTIONS(777), - [anon_sym_0o] = ACTIONS(777), - [anon_sym_0x] = ACTIONS(777), - [sym_val_date] = ACTIONS(777), - [anon_sym_DQUOTE] = ACTIONS(777), - [sym__str_single_quotes] = ACTIONS(777), - [sym__str_back_ticks] = ACTIONS(777), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(777), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(777), - [anon_sym_CARET] = ACTIONS(777), - [anon_sym_POUND] = ACTIONS(3), - }, - [417] = { - [sym__expression] = STATE(160), - [sym_expr_unary] = STATE(206), - [sym_expr_binary] = STATE(206), - [sym_expr_parenthesized] = STATE(210), - [sym_val_range] = STATE(206), - [sym__value] = STATE(206), - [sym_val_bool] = STATE(236), - [sym_val_variable] = STATE(236), - [sym__var] = STATE(132), - [sym_val_number] = STATE(3), - [sym_val_duration] = STATE(236), - [sym_val_filesize] = STATE(236), - [sym_val_binary] = STATE(236), - [sym_val_string] = STATE(236), - [sym__str_double_quotes] = STATE(200), - [sym_val_interpolated] = STATE(236), - [sym__inter_single_quotes] = STATE(214), - [sym__inter_double_quotes] = STATE(219), - [sym_val_list] = STATE(236), - [sym_val_record] = STATE(236), - [sym_val_table] = STATE(236), - [sym_val_closure] = STATE(236), - [sym__flag] = STATE(368), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(417), - [anon_sym_export] = ACTIONS(674), - [anon_sym_alias] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_let_DASHenv] = ACTIONS(674), - [anon_sym_mut] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [sym_cmd_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(674), - [anon_sym_LF] = ACTIONS(676), - [anon_sym_def] = ACTIONS(674), - [anon_sym_def_DASHenv] = ACTIONS(674), - [anon_sym_export_DASHenv] = ACTIONS(674), - [anon_sym_extern] = ACTIONS(674), - [anon_sym_module] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_LBRACK] = ACTIONS(674), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_RPAREN] = ACTIONS(674), - [anon_sym_PIPE] = ACTIONS(674), - [anon_sym_DOLLAR] = ACTIONS(674), - [anon_sym_error] = ACTIONS(674), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [anon_sym_do] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_LBRACE] = ACTIONS(674), - [anon_sym_RBRACE] = ACTIONS(674), - [anon_sym_try] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_source] = ACTIONS(674), - [anon_sym_source_DASHenv] = ACTIONS(674), - [anon_sym_register] = ACTIONS(674), - [anon_sym_hide] = ACTIONS(674), - [anon_sym_hide_DASHenv] = ACTIONS(674), - [anon_sym_overlay] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_DOT_DOT_LT] = ACTIONS(674), - [anon_sym_DOT_DOT] = ACTIONS(674), - [anon_sym_DOT_DOT_EQ] = ACTIONS(674), - [sym_val_nothing] = ACTIONS(674), - [anon_sym_true] = ACTIONS(674), - [anon_sym_false] = ACTIONS(674), - [aux_sym_val_number_token1] = ACTIONS(674), - [aux_sym_val_number_token2] = ACTIONS(674), - [aux_sym_val_number_token3] = ACTIONS(674), - [aux_sym_val_number_token4] = ACTIONS(674), - [anon_sym_inf] = ACTIONS(674), - [anon_sym_DASHinf] = ACTIONS(674), - [anon_sym_NaN] = ACTIONS(674), - [anon_sym_0b] = ACTIONS(674), - [anon_sym_0o] = ACTIONS(674), - [anon_sym_0x] = ACTIONS(674), - [sym_val_date] = ACTIONS(674), - [anon_sym_DQUOTE] = ACTIONS(674), - [sym__str_single_quotes] = ACTIONS(674), - [sym__str_back_ticks] = ACTIONS(674), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(674), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [sym_short_flag] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(3), - }, - [418] = { - [sym_comment] = STATE(418), + [419] = { + [sym_comment] = STATE(419), [ts_builtin_sym_end] = ACTIONS(799), [anon_sym_export] = ACTIONS(797), [anon_sym_alias] = ACTIONS(797), @@ -87615,315 +87715,220 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(797), [anon_sym_POUND] = ACTIONS(3), }, - [419] = { - [sym__expression] = STATE(160), - [sym_expr_unary] = STATE(206), - [sym_expr_binary] = STATE(206), - [sym_expr_parenthesized] = STATE(210), - [sym_val_range] = STATE(206), - [sym__value] = STATE(206), - [sym_val_bool] = STATE(236), - [sym_val_variable] = STATE(236), - [sym__var] = STATE(132), - [sym_val_number] = STATE(3), - [sym_val_duration] = STATE(236), - [sym_val_filesize] = STATE(236), - [sym_val_binary] = STATE(236), - [sym_val_string] = STATE(236), - [sym__str_double_quotes] = STATE(200), - [sym_val_interpolated] = STATE(236), - [sym__inter_single_quotes] = STATE(214), - [sym__inter_double_quotes] = STATE(219), - [sym_val_list] = STATE(236), - [sym_val_record] = STATE(236), - [sym_val_table] = STATE(236), - [sym_val_closure] = STATE(236), - [sym__flag] = STATE(370), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(419), - [anon_sym_export] = ACTIONS(674), - [anon_sym_alias] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_let_DASHenv] = ACTIONS(674), - [anon_sym_mut] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [sym_cmd_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(674), - [anon_sym_LF] = ACTIONS(676), - [anon_sym_def] = ACTIONS(674), - [anon_sym_def_DASHenv] = ACTIONS(674), - [anon_sym_export_DASHenv] = ACTIONS(674), - [anon_sym_extern] = ACTIONS(674), - [anon_sym_module] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_LBRACK] = ACTIONS(674), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_RPAREN] = ACTIONS(674), - [anon_sym_PIPE] = ACTIONS(674), - [anon_sym_DOLLAR] = ACTIONS(674), - [anon_sym_error] = ACTIONS(674), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [anon_sym_do] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_LBRACE] = ACTIONS(674), - [anon_sym_RBRACE] = ACTIONS(674), - [anon_sym_try] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_source] = ACTIONS(674), - [anon_sym_source_DASHenv] = ACTIONS(674), - [anon_sym_register] = ACTIONS(674), - [anon_sym_hide] = ACTIONS(674), - [anon_sym_hide_DASHenv] = ACTIONS(674), - [anon_sym_overlay] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_DOT_DOT_LT] = ACTIONS(674), - [anon_sym_DOT_DOT] = ACTIONS(674), - [anon_sym_DOT_DOT_EQ] = ACTIONS(674), - [sym_val_nothing] = ACTIONS(674), - [anon_sym_true] = ACTIONS(674), - [anon_sym_false] = ACTIONS(674), - [aux_sym_val_number_token1] = ACTIONS(674), - [aux_sym_val_number_token2] = ACTIONS(674), - [aux_sym_val_number_token3] = ACTIONS(674), - [aux_sym_val_number_token4] = ACTIONS(674), - [anon_sym_inf] = ACTIONS(674), - [anon_sym_DASHinf] = ACTIONS(674), - [anon_sym_NaN] = ACTIONS(674), - [anon_sym_0b] = ACTIONS(674), - [anon_sym_0o] = ACTIONS(674), - [anon_sym_0x] = ACTIONS(674), - [sym_val_date] = ACTIONS(674), - [anon_sym_DQUOTE] = ACTIONS(674), - [sym__str_single_quotes] = ACTIONS(674), - [sym__str_back_ticks] = ACTIONS(674), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(674), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [sym_short_flag] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(3), - }, [420] = { - [sym__expression] = STATE(145), - [sym_expr_unary] = STATE(206), - [sym_expr_binary] = STATE(206), - [sym_expr_parenthesized] = STATE(210), - [sym_val_range] = STATE(206), - [sym__value] = STATE(206), - [sym_val_bool] = STATE(236), - [sym_val_variable] = STATE(236), - [sym__var] = STATE(132), - [sym_val_number] = STATE(3), - [sym_val_duration] = STATE(236), - [sym_val_filesize] = STATE(236), - [sym_val_binary] = STATE(236), - [sym_val_string] = STATE(236), - [sym__str_double_quotes] = STATE(200), - [sym_val_interpolated] = STATE(236), - [sym__inter_single_quotes] = STATE(214), - [sym__inter_double_quotes] = STATE(219), - [sym_val_list] = STATE(236), - [sym_val_record] = STATE(236), - [sym_val_table] = STATE(236), - [sym_val_closure] = STATE(236), - [sym__flag] = STATE(412), - [sym_long_flag] = STATE(680), [sym_comment] = STATE(420), - [anon_sym_export] = ACTIONS(678), - [anon_sym_alias] = ACTIONS(678), - [anon_sym_let] = ACTIONS(678), - [anon_sym_let_DASHenv] = ACTIONS(678), - [anon_sym_mut] = ACTIONS(678), - [anon_sym_const] = ACTIONS(678), - [sym_cmd_identifier] = ACTIONS(678), - [anon_sym_SEMI] = ACTIONS(678), - [anon_sym_LF] = ACTIONS(680), - [anon_sym_def] = ACTIONS(678), - [anon_sym_def_DASHenv] = ACTIONS(678), - [anon_sym_export_DASHenv] = ACTIONS(678), - [anon_sym_extern] = ACTIONS(678), - [anon_sym_module] = ACTIONS(678), - [anon_sym_use] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(678), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_RPAREN] = ACTIONS(678), - [anon_sym_PIPE] = ACTIONS(678), - [anon_sym_DOLLAR] = ACTIONS(678), - [anon_sym_error] = ACTIONS(678), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(678), - [anon_sym_break] = ACTIONS(678), - [anon_sym_continue] = ACTIONS(678), - [anon_sym_for] = ACTIONS(678), - [anon_sym_loop] = ACTIONS(678), - [anon_sym_while] = ACTIONS(678), - [anon_sym_do] = ACTIONS(678), - [anon_sym_if] = ACTIONS(678), - [anon_sym_match] = ACTIONS(678), - [anon_sym_LBRACE] = ACTIONS(678), - [anon_sym_RBRACE] = ACTIONS(678), - [anon_sym_try] = ACTIONS(678), - [anon_sym_return] = ACTIONS(678), - [anon_sym_source] = ACTIONS(678), - [anon_sym_source_DASHenv] = ACTIONS(678), - [anon_sym_register] = ACTIONS(678), - [anon_sym_hide] = ACTIONS(678), - [anon_sym_hide_DASHenv] = ACTIONS(678), - [anon_sym_overlay] = ACTIONS(678), - [anon_sym_where] = ACTIONS(678), - [anon_sym_not] = ACTIONS(678), - [anon_sym_DOT_DOT_LT] = ACTIONS(678), - [anon_sym_DOT_DOT] = ACTIONS(678), - [anon_sym_DOT_DOT_EQ] = ACTIONS(678), - [sym_val_nothing] = ACTIONS(678), - [anon_sym_true] = ACTIONS(678), - [anon_sym_false] = ACTIONS(678), - [aux_sym_val_number_token1] = ACTIONS(678), - [aux_sym_val_number_token2] = ACTIONS(678), - [aux_sym_val_number_token3] = ACTIONS(678), - [aux_sym_val_number_token4] = ACTIONS(678), - [anon_sym_inf] = ACTIONS(678), - [anon_sym_DASHinf] = ACTIONS(678), - [anon_sym_NaN] = ACTIONS(678), - [anon_sym_0b] = ACTIONS(678), - [anon_sym_0o] = ACTIONS(678), - [anon_sym_0x] = ACTIONS(678), - [sym_val_date] = ACTIONS(678), - [anon_sym_DQUOTE] = ACTIONS(678), - [sym__str_single_quotes] = ACTIONS(678), - [sym__str_back_ticks] = ACTIONS(678), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(678), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(678), - [anon_sym_CARET] = ACTIONS(678), - [sym_short_flag] = ACTIONS(651), + [ts_builtin_sym_end] = ACTIONS(821), + [anon_sym_export] = ACTIONS(819), + [anon_sym_alias] = ACTIONS(819), + [anon_sym_let] = ACTIONS(819), + [anon_sym_let_DASHenv] = ACTIONS(819), + [anon_sym_mut] = ACTIONS(819), + [anon_sym_const] = ACTIONS(819), + [sym_cmd_identifier] = ACTIONS(819), + [anon_sym_SEMI] = ACTIONS(819), + [anon_sym_LF] = ACTIONS(821), + [anon_sym_def] = ACTIONS(819), + [anon_sym_def_DASHenv] = ACTIONS(819), + [anon_sym_export_DASHenv] = ACTIONS(819), + [anon_sym_extern] = ACTIONS(819), + [anon_sym_module] = ACTIONS(819), + [anon_sym_use] = ACTIONS(819), + [anon_sym_LBRACK] = ACTIONS(819), + [anon_sym_LPAREN] = ACTIONS(819), + [anon_sym_PIPE] = ACTIONS(819), + [anon_sym_DOLLAR] = ACTIONS(819), + [anon_sym_error] = ACTIONS(819), + [anon_sym_GT] = ACTIONS(819), + [anon_sym_DASH] = ACTIONS(819), + [anon_sym_break] = ACTIONS(819), + [anon_sym_continue] = ACTIONS(819), + [anon_sym_for] = ACTIONS(819), + [anon_sym_in] = ACTIONS(819), + [anon_sym_loop] = ACTIONS(819), + [anon_sym_while] = ACTIONS(819), + [anon_sym_do] = ACTIONS(819), + [anon_sym_if] = ACTIONS(819), + [anon_sym_match] = ACTIONS(819), + [anon_sym_LBRACE] = ACTIONS(819), + [anon_sym_try] = ACTIONS(819), + [anon_sym_return] = ACTIONS(819), + [anon_sym_source] = ACTIONS(819), + [anon_sym_source_DASHenv] = ACTIONS(819), + [anon_sym_register] = ACTIONS(819), + [anon_sym_hide] = ACTIONS(819), + [anon_sym_hide_DASHenv] = ACTIONS(819), + [anon_sym_overlay] = ACTIONS(819), + [anon_sym_STAR] = ACTIONS(819), + [anon_sym_where] = ACTIONS(819), + [anon_sym_STAR_STAR] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_SLASH] = ACTIONS(819), + [anon_sym_mod] = ACTIONS(819), + [anon_sym_SLASH_SLASH] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(819), + [anon_sym_bit_DASHshl] = ACTIONS(819), + [anon_sym_bit_DASHshr] = ACTIONS(819), + [anon_sym_EQ_EQ] = ACTIONS(819), + [anon_sym_BANG_EQ] = ACTIONS(819), + [anon_sym_LT2] = ACTIONS(819), + [anon_sym_LT_EQ] = ACTIONS(819), + [anon_sym_GT_EQ] = ACTIONS(819), + [anon_sym_not_DASHin] = ACTIONS(819), + [anon_sym_starts_DASHwith] = ACTIONS(819), + [anon_sym_ends_DASHwith] = ACTIONS(819), + [anon_sym_EQ_TILDE] = ACTIONS(819), + [anon_sym_BANG_TILDE] = ACTIONS(819), + [anon_sym_bit_DASHand] = ACTIONS(819), + [anon_sym_bit_DASHxor] = ACTIONS(819), + [anon_sym_bit_DASHor] = ACTIONS(819), + [anon_sym_and] = ACTIONS(819), + [anon_sym_xor] = ACTIONS(819), + [anon_sym_or] = ACTIONS(819), + [anon_sym_not] = ACTIONS(819), + [anon_sym_DOT_DOT_LT] = ACTIONS(819), + [anon_sym_DOT_DOT] = ACTIONS(819), + [anon_sym_DOT_DOT_EQ] = ACTIONS(819), + [sym_val_nothing] = ACTIONS(819), + [anon_sym_true] = ACTIONS(819), + [anon_sym_false] = ACTIONS(819), + [aux_sym_val_number_token1] = ACTIONS(819), + [aux_sym_val_number_token2] = ACTIONS(819), + [aux_sym_val_number_token3] = ACTIONS(819), + [aux_sym_val_number_token4] = ACTIONS(819), + [anon_sym_inf] = ACTIONS(819), + [anon_sym_DASHinf] = ACTIONS(819), + [anon_sym_NaN] = ACTIONS(819), + [anon_sym_0b] = ACTIONS(819), + [anon_sym_0o] = ACTIONS(819), + [anon_sym_0x] = ACTIONS(819), + [sym_val_date] = ACTIONS(819), + [anon_sym_DQUOTE] = ACTIONS(819), + [sym__str_single_quotes] = ACTIONS(819), + [sym__str_back_ticks] = ACTIONS(819), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(819), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(819), + [anon_sym_CARET] = ACTIONS(819), [anon_sym_POUND] = ACTIONS(3), }, [421] = { - [sym__expression] = STATE(178), - [sym_expr_unary] = STATE(294), - [sym_expr_binary] = STATE(294), - [sym_expr_parenthesized] = STATE(293), - [sym_val_range] = STATE(294), - [sym__value] = STATE(294), - [sym_val_bool] = STATE(304), - [sym_val_variable] = STATE(304), - [sym__var] = STATE(147), + [sym__expression] = STATE(182), + [sym_expr_unary] = STATE(277), + [sym_expr_binary] = STATE(277), + [sym_expr_parenthesized] = STATE(272), + [sym_val_range] = STATE(277), + [sym__value] = STATE(277), + [sym_val_bool] = STATE(275), + [sym_val_variable] = STATE(275), + [sym__var] = STATE(152), [sym_val_number] = STATE(4), - [sym_val_duration] = STATE(304), - [sym_val_filesize] = STATE(304), - [sym_val_binary] = STATE(304), - [sym_val_string] = STATE(304), - [sym__str_double_quotes] = STATE(265), - [sym_val_interpolated] = STATE(304), - [sym__inter_single_quotes] = STATE(285), - [sym__inter_double_quotes] = STATE(269), - [sym_val_list] = STATE(304), - [sym_val_record] = STATE(304), - [sym_val_table] = STATE(304), - [sym_val_closure] = STATE(304), - [sym__flag] = STATE(669), - [sym_long_flag] = STATE(708), + [sym_val_duration] = STATE(275), + [sym_val_filesize] = STATE(275), + [sym_val_binary] = STATE(275), + [sym_val_string] = STATE(275), + [sym__str_double_quotes] = STATE(267), + [sym_val_interpolated] = STATE(275), + [sym__inter_single_quotes] = STATE(282), + [sym__inter_double_quotes] = STATE(283), + [sym_val_list] = STATE(275), + [sym_val_record] = STATE(275), + [sym_val_table] = STATE(275), + [sym_val_closure] = STATE(275), + [sym__flag] = STATE(443), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(421), - [ts_builtin_sym_end] = ACTIONS(664), - [anon_sym_export] = ACTIONS(662), - [anon_sym_alias] = ACTIONS(662), - [anon_sym_let] = ACTIONS(662), - [anon_sym_let_DASHenv] = ACTIONS(662), - [anon_sym_mut] = ACTIONS(662), - [anon_sym_const] = ACTIONS(662), - [sym_cmd_identifier] = ACTIONS(662), - [anon_sym_SEMI] = ACTIONS(662), - [anon_sym_LF] = ACTIONS(664), - [anon_sym_def] = ACTIONS(662), - [anon_sym_def_DASHenv] = ACTIONS(662), - [anon_sym_export_DASHenv] = ACTIONS(662), - [anon_sym_extern] = ACTIONS(662), - [anon_sym_module] = ACTIONS(662), - [anon_sym_use] = ACTIONS(662), - [anon_sym_LBRACK] = ACTIONS(662), - [anon_sym_LPAREN] = ACTIONS(662), - [anon_sym_PIPE] = ACTIONS(662), - [anon_sym_DOLLAR] = ACTIONS(662), - [anon_sym_error] = ACTIONS(662), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(662), - [anon_sym_break] = ACTIONS(662), - [anon_sym_continue] = ACTIONS(662), - [anon_sym_for] = ACTIONS(662), - [anon_sym_loop] = ACTIONS(662), - [anon_sym_while] = ACTIONS(662), - [anon_sym_do] = ACTIONS(662), - [anon_sym_if] = ACTIONS(662), - [anon_sym_match] = ACTIONS(662), - [anon_sym_LBRACE] = ACTIONS(662), - [anon_sym_try] = ACTIONS(662), - [anon_sym_return] = ACTIONS(662), - [anon_sym_source] = ACTIONS(662), - [anon_sym_source_DASHenv] = ACTIONS(662), - [anon_sym_register] = ACTIONS(662), - [anon_sym_hide] = ACTIONS(662), - [anon_sym_hide_DASHenv] = ACTIONS(662), - [anon_sym_overlay] = ACTIONS(662), - [anon_sym_where] = ACTIONS(662), - [anon_sym_not] = ACTIONS(662), - [anon_sym_DOT_DOT_LT] = ACTIONS(662), - [anon_sym_DOT_DOT] = ACTIONS(662), - [anon_sym_DOT_DOT_EQ] = ACTIONS(662), - [sym_val_nothing] = ACTIONS(662), - [anon_sym_true] = ACTIONS(662), - [anon_sym_false] = ACTIONS(662), - [aux_sym_val_number_token1] = ACTIONS(662), - [aux_sym_val_number_token2] = ACTIONS(662), - [aux_sym_val_number_token3] = ACTIONS(662), - [aux_sym_val_number_token4] = ACTIONS(662), - [anon_sym_inf] = ACTIONS(662), - [anon_sym_DASHinf] = ACTIONS(662), - [anon_sym_NaN] = ACTIONS(662), - [anon_sym_0b] = ACTIONS(662), - [anon_sym_0o] = ACTIONS(662), - [anon_sym_0x] = ACTIONS(662), - [sym_val_date] = ACTIONS(662), - [anon_sym_DQUOTE] = ACTIONS(662), - [sym__str_single_quotes] = ACTIONS(662), - [sym__str_back_ticks] = ACTIONS(662), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(662), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(662), - [anon_sym_CARET] = ACTIONS(662), - [sym_short_flag] = ACTIONS(740), + [ts_builtin_sym_end] = ACTIONS(700), + [anon_sym_export] = ACTIONS(698), + [anon_sym_alias] = ACTIONS(698), + [anon_sym_let] = ACTIONS(698), + [anon_sym_let_DASHenv] = ACTIONS(698), + [anon_sym_mut] = ACTIONS(698), + [anon_sym_const] = ACTIONS(698), + [sym_cmd_identifier] = ACTIONS(698), + [anon_sym_SEMI] = ACTIONS(698), + [anon_sym_LF] = ACTIONS(700), + [anon_sym_def] = ACTIONS(698), + [anon_sym_def_DASHenv] = ACTIONS(698), + [anon_sym_export_DASHenv] = ACTIONS(698), + [anon_sym_extern] = ACTIONS(698), + [anon_sym_module] = ACTIONS(698), + [anon_sym_use] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(698), + [anon_sym_LPAREN] = ACTIONS(698), + [anon_sym_PIPE] = ACTIONS(698), + [anon_sym_DOLLAR] = ACTIONS(698), + [anon_sym_error] = ACTIONS(698), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(698), + [anon_sym_break] = ACTIONS(698), + [anon_sym_continue] = ACTIONS(698), + [anon_sym_for] = ACTIONS(698), + [anon_sym_loop] = ACTIONS(698), + [anon_sym_while] = ACTIONS(698), + [anon_sym_do] = ACTIONS(698), + [anon_sym_if] = ACTIONS(698), + [anon_sym_match] = ACTIONS(698), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_try] = ACTIONS(698), + [anon_sym_return] = ACTIONS(698), + [anon_sym_source] = ACTIONS(698), + [anon_sym_source_DASHenv] = ACTIONS(698), + [anon_sym_register] = ACTIONS(698), + [anon_sym_hide] = ACTIONS(698), + [anon_sym_hide_DASHenv] = ACTIONS(698), + [anon_sym_overlay] = ACTIONS(698), + [anon_sym_where] = ACTIONS(698), + [anon_sym_not] = ACTIONS(698), + [anon_sym_DOT_DOT_LT] = ACTIONS(698), + [anon_sym_DOT_DOT] = ACTIONS(698), + [anon_sym_DOT_DOT_EQ] = ACTIONS(698), + [sym_val_nothing] = ACTIONS(698), + [anon_sym_true] = ACTIONS(698), + [anon_sym_false] = ACTIONS(698), + [aux_sym_val_number_token1] = ACTIONS(698), + [aux_sym_val_number_token2] = ACTIONS(698), + [aux_sym_val_number_token3] = ACTIONS(698), + [aux_sym_val_number_token4] = ACTIONS(698), + [anon_sym_inf] = ACTIONS(698), + [anon_sym_DASHinf] = ACTIONS(698), + [anon_sym_NaN] = ACTIONS(698), + [anon_sym_0b] = ACTIONS(698), + [anon_sym_0o] = ACTIONS(698), + [anon_sym_0x] = ACTIONS(698), + [sym_val_date] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(698), + [sym__str_single_quotes] = ACTIONS(698), + [sym__str_back_ticks] = ACTIONS(698), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(698), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(698), + [anon_sym_CARET] = ACTIONS(698), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, [422] = { - [sym__expression] = STATE(170), - [sym_expr_unary] = STATE(294), - [sym_expr_binary] = STATE(294), - [sym_expr_parenthesized] = STATE(293), - [sym_val_range] = STATE(294), - [sym__value] = STATE(294), - [sym_val_bool] = STATE(304), - [sym_val_variable] = STATE(304), - [sym__var] = STATE(147), + [sym__expression] = STATE(185), + [sym_expr_unary] = STATE(277), + [sym_expr_binary] = STATE(277), + [sym_expr_parenthesized] = STATE(272), + [sym_val_range] = STATE(277), + [sym__value] = STATE(277), + [sym_val_bool] = STATE(275), + [sym_val_variable] = STATE(275), + [sym__var] = STATE(152), [sym_val_number] = STATE(4), - [sym_val_duration] = STATE(304), - [sym_val_filesize] = STATE(304), - [sym_val_binary] = STATE(304), - [sym_val_string] = STATE(304), - [sym__str_double_quotes] = STATE(265), - [sym_val_interpolated] = STATE(304), - [sym__inter_single_quotes] = STATE(285), - [sym__inter_double_quotes] = STATE(269), - [sym_val_list] = STATE(304), - [sym_val_record] = STATE(304), - [sym_val_table] = STATE(304), - [sym_val_closure] = STATE(304), - [sym__flag] = STATE(445), - [sym_long_flag] = STATE(708), + [sym_val_duration] = STATE(275), + [sym_val_filesize] = STATE(275), + [sym_val_binary] = STATE(275), + [sym_val_string] = STATE(275), + [sym__str_double_quotes] = STATE(267), + [sym_val_interpolated] = STATE(275), + [sym__inter_single_quotes] = STATE(282), + [sym__inter_double_quotes] = STATE(283), + [sym_val_list] = STATE(275), + [sym_val_record] = STATE(275), + [sym_val_table] = STATE(275), + [sym_val_closure] = STATE(275), + [sym__flag] = STATE(672), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(422), [ts_builtin_sym_end] = ACTIONS(696), [anon_sym_export] = ACTIONS(694), @@ -87946,7 +87951,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(694), [anon_sym_DOLLAR] = ACTIONS(694), [anon_sym_error] = ACTIONS(694), - [anon_sym_DASH_DASH] = ACTIONS(714), + [anon_sym_DASH_DASH] = ACTIONS(716), [anon_sym_DASH] = ACTIONS(694), [anon_sym_break] = ACTIONS(694), [anon_sym_continue] = ACTIONS(694), @@ -87990,711 +87995,805 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(694), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(694), [anon_sym_CARET] = ACTIONS(694), - [sym_short_flag] = ACTIONS(740), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, [423] = { - [sym__expression] = STATE(190), - [sym_expr_unary] = STATE(294), - [sym_expr_binary] = STATE(294), - [sym_expr_parenthesized] = STATE(293), - [sym_val_range] = STATE(294), - [sym__value] = STATE(294), - [sym_val_bool] = STATE(304), - [sym_val_variable] = STATE(304), - [sym__var] = STATE(147), + [sym__expression] = STATE(168), + [sym_expr_unary] = STATE(277), + [sym_expr_binary] = STATE(277), + [sym_expr_parenthesized] = STATE(272), + [sym_val_range] = STATE(277), + [sym__value] = STATE(277), + [sym_val_bool] = STATE(275), + [sym_val_variable] = STATE(275), + [sym__var] = STATE(152), [sym_val_number] = STATE(4), - [sym_val_duration] = STATE(304), - [sym_val_filesize] = STATE(304), - [sym_val_binary] = STATE(304), - [sym_val_string] = STATE(304), - [sym__str_double_quotes] = STATE(265), - [sym_val_interpolated] = STATE(304), - [sym__inter_single_quotes] = STATE(285), - [sym__inter_double_quotes] = STATE(269), - [sym_val_list] = STATE(304), - [sym_val_record] = STATE(304), - [sym_val_table] = STATE(304), - [sym_val_closure] = STATE(304), - [sym__flag] = STATE(438), - [sym_long_flag] = STATE(708), + [sym_val_duration] = STATE(275), + [sym_val_filesize] = STATE(275), + [sym_val_binary] = STATE(275), + [sym_val_string] = STATE(275), + [sym__str_double_quotes] = STATE(267), + [sym_val_interpolated] = STATE(275), + [sym__inter_single_quotes] = STATE(282), + [sym__inter_double_quotes] = STATE(283), + [sym_val_list] = STATE(275), + [sym_val_record] = STATE(275), + [sym_val_table] = STATE(275), + [sym_val_closure] = STATE(275), + [sym__flag] = STATE(434), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(423), - [ts_builtin_sym_end] = ACTIONS(668), - [anon_sym_export] = ACTIONS(666), - [anon_sym_alias] = ACTIONS(666), - [anon_sym_let] = ACTIONS(666), - [anon_sym_let_DASHenv] = ACTIONS(666), - [anon_sym_mut] = ACTIONS(666), - [anon_sym_const] = ACTIONS(666), - [sym_cmd_identifier] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_LF] = ACTIONS(668), - [anon_sym_def] = ACTIONS(666), - [anon_sym_def_DASHenv] = ACTIONS(666), - [anon_sym_export_DASHenv] = ACTIONS(666), - [anon_sym_extern] = ACTIONS(666), - [anon_sym_module] = ACTIONS(666), - [anon_sym_use] = ACTIONS(666), - [anon_sym_LBRACK] = ACTIONS(666), - [anon_sym_LPAREN] = ACTIONS(666), - [anon_sym_PIPE] = ACTIONS(666), - [anon_sym_DOLLAR] = ACTIONS(666), - [anon_sym_error] = ACTIONS(666), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(666), - [anon_sym_break] = ACTIONS(666), - [anon_sym_continue] = ACTIONS(666), - [anon_sym_for] = ACTIONS(666), - [anon_sym_loop] = ACTIONS(666), - [anon_sym_while] = ACTIONS(666), - [anon_sym_do] = ACTIONS(666), - [anon_sym_if] = ACTIONS(666), - [anon_sym_match] = ACTIONS(666), - [anon_sym_LBRACE] = ACTIONS(666), - [anon_sym_try] = ACTIONS(666), - [anon_sym_return] = ACTIONS(666), - [anon_sym_source] = ACTIONS(666), - [anon_sym_source_DASHenv] = ACTIONS(666), - [anon_sym_register] = ACTIONS(666), - [anon_sym_hide] = ACTIONS(666), - [anon_sym_hide_DASHenv] = ACTIONS(666), - [anon_sym_overlay] = ACTIONS(666), - [anon_sym_where] = ACTIONS(666), - [anon_sym_not] = ACTIONS(666), - [anon_sym_DOT_DOT_LT] = ACTIONS(666), - [anon_sym_DOT_DOT] = ACTIONS(666), - [anon_sym_DOT_DOT_EQ] = ACTIONS(666), - [sym_val_nothing] = ACTIONS(666), - [anon_sym_true] = ACTIONS(666), - [anon_sym_false] = ACTIONS(666), - [aux_sym_val_number_token1] = ACTIONS(666), - [aux_sym_val_number_token2] = ACTIONS(666), - [aux_sym_val_number_token3] = ACTIONS(666), - [aux_sym_val_number_token4] = ACTIONS(666), - [anon_sym_inf] = ACTIONS(666), - [anon_sym_DASHinf] = ACTIONS(666), - [anon_sym_NaN] = ACTIONS(666), - [anon_sym_0b] = ACTIONS(666), - [anon_sym_0o] = ACTIONS(666), - [anon_sym_0x] = ACTIONS(666), - [sym_val_date] = ACTIONS(666), - [anon_sym_DQUOTE] = ACTIONS(666), - [sym__str_single_quotes] = ACTIONS(666), - [sym__str_back_ticks] = ACTIONS(666), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(666), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [sym_short_flag] = ACTIONS(740), + [ts_builtin_sym_end] = ACTIONS(685), + [anon_sym_export] = ACTIONS(683), + [anon_sym_alias] = ACTIONS(683), + [anon_sym_let] = ACTIONS(683), + [anon_sym_let_DASHenv] = ACTIONS(683), + [anon_sym_mut] = ACTIONS(683), + [anon_sym_const] = ACTIONS(683), + [sym_cmd_identifier] = ACTIONS(683), + [anon_sym_SEMI] = ACTIONS(683), + [anon_sym_LF] = ACTIONS(685), + [anon_sym_def] = ACTIONS(683), + [anon_sym_def_DASHenv] = ACTIONS(683), + [anon_sym_export_DASHenv] = ACTIONS(683), + [anon_sym_extern] = ACTIONS(683), + [anon_sym_module] = ACTIONS(683), + [anon_sym_use] = ACTIONS(683), + [anon_sym_LBRACK] = ACTIONS(683), + [anon_sym_LPAREN] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(683), + [anon_sym_DOLLAR] = ACTIONS(683), + [anon_sym_error] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(683), + [anon_sym_break] = ACTIONS(683), + [anon_sym_continue] = ACTIONS(683), + [anon_sym_for] = ACTIONS(683), + [anon_sym_loop] = ACTIONS(683), + [anon_sym_while] = ACTIONS(683), + [anon_sym_do] = ACTIONS(683), + [anon_sym_if] = ACTIONS(683), + [anon_sym_match] = ACTIONS(683), + [anon_sym_LBRACE] = ACTIONS(683), + [anon_sym_try] = ACTIONS(683), + [anon_sym_return] = ACTIONS(683), + [anon_sym_source] = ACTIONS(683), + [anon_sym_source_DASHenv] = ACTIONS(683), + [anon_sym_register] = ACTIONS(683), + [anon_sym_hide] = ACTIONS(683), + [anon_sym_hide_DASHenv] = ACTIONS(683), + [anon_sym_overlay] = ACTIONS(683), + [anon_sym_where] = ACTIONS(683), + [anon_sym_not] = ACTIONS(683), + [anon_sym_DOT_DOT_LT] = ACTIONS(683), + [anon_sym_DOT_DOT] = ACTIONS(683), + [anon_sym_DOT_DOT_EQ] = ACTIONS(683), + [sym_val_nothing] = ACTIONS(683), + [anon_sym_true] = ACTIONS(683), + [anon_sym_false] = ACTIONS(683), + [aux_sym_val_number_token1] = ACTIONS(683), + [aux_sym_val_number_token2] = ACTIONS(683), + [aux_sym_val_number_token3] = ACTIONS(683), + [aux_sym_val_number_token4] = ACTIONS(683), + [anon_sym_inf] = ACTIONS(683), + [anon_sym_DASHinf] = ACTIONS(683), + [anon_sym_NaN] = ACTIONS(683), + [anon_sym_0b] = ACTIONS(683), + [anon_sym_0o] = ACTIONS(683), + [anon_sym_0x] = ACTIONS(683), + [sym_val_date] = ACTIONS(683), + [anon_sym_DQUOTE] = ACTIONS(683), + [sym__str_single_quotes] = ACTIONS(683), + [sym__str_back_ticks] = ACTIONS(683), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(683), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(683), + [anon_sym_CARET] = ACTIONS(683), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, [424] = { - [sym__expression] = STATE(190), - [sym_expr_unary] = STATE(294), - [sym_expr_binary] = STATE(294), - [sym_expr_parenthesized] = STATE(293), - [sym_val_range] = STATE(294), - [sym__value] = STATE(294), - [sym_val_bool] = STATE(304), - [sym_val_variable] = STATE(304), - [sym__var] = STATE(147), + [sym__expression] = STATE(182), + [sym_expr_unary] = STATE(277), + [sym_expr_binary] = STATE(277), + [sym_expr_parenthesized] = STATE(272), + [sym_val_range] = STATE(277), + [sym__value] = STATE(277), + [sym_val_bool] = STATE(275), + [sym_val_variable] = STATE(275), + [sym__var] = STATE(152), [sym_val_number] = STATE(4), - [sym_val_duration] = STATE(304), - [sym_val_filesize] = STATE(304), - [sym_val_binary] = STATE(304), - [sym_val_string] = STATE(304), - [sym__str_double_quotes] = STATE(265), - [sym_val_interpolated] = STATE(304), - [sym__inter_single_quotes] = STATE(285), - [sym__inter_double_quotes] = STATE(269), - [sym_val_list] = STATE(304), - [sym_val_record] = STATE(304), - [sym_val_table] = STATE(304), - [sym_val_closure] = STATE(304), - [sym__flag] = STATE(437), - [sym_long_flag] = STATE(708), + [sym_val_duration] = STATE(275), + [sym_val_filesize] = STATE(275), + [sym_val_binary] = STATE(275), + [sym_val_string] = STATE(275), + [sym__str_double_quotes] = STATE(267), + [sym_val_interpolated] = STATE(275), + [sym__inter_single_quotes] = STATE(282), + [sym__inter_double_quotes] = STATE(283), + [sym_val_list] = STATE(275), + [sym_val_record] = STATE(275), + [sym_val_table] = STATE(275), + [sym_val_closure] = STATE(275), + [sym__flag] = STATE(444), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(424), - [ts_builtin_sym_end] = ACTIONS(668), - [anon_sym_export] = ACTIONS(666), - [anon_sym_alias] = ACTIONS(666), - [anon_sym_let] = ACTIONS(666), - [anon_sym_let_DASHenv] = ACTIONS(666), - [anon_sym_mut] = ACTIONS(666), - [anon_sym_const] = ACTIONS(666), - [sym_cmd_identifier] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_LF] = ACTIONS(668), - [anon_sym_def] = ACTIONS(666), - [anon_sym_def_DASHenv] = ACTIONS(666), - [anon_sym_export_DASHenv] = ACTIONS(666), - [anon_sym_extern] = ACTIONS(666), - [anon_sym_module] = ACTIONS(666), - [anon_sym_use] = ACTIONS(666), - [anon_sym_LBRACK] = ACTIONS(666), - [anon_sym_LPAREN] = ACTIONS(666), - [anon_sym_PIPE] = ACTIONS(666), - [anon_sym_DOLLAR] = ACTIONS(666), - [anon_sym_error] = ACTIONS(666), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(666), - [anon_sym_break] = ACTIONS(666), - [anon_sym_continue] = ACTIONS(666), - [anon_sym_for] = ACTIONS(666), - [anon_sym_loop] = ACTIONS(666), - [anon_sym_while] = ACTIONS(666), - [anon_sym_do] = ACTIONS(666), - [anon_sym_if] = ACTIONS(666), - [anon_sym_match] = ACTIONS(666), - [anon_sym_LBRACE] = ACTIONS(666), - [anon_sym_try] = ACTIONS(666), - [anon_sym_return] = ACTIONS(666), - [anon_sym_source] = ACTIONS(666), - [anon_sym_source_DASHenv] = ACTIONS(666), - [anon_sym_register] = ACTIONS(666), - [anon_sym_hide] = ACTIONS(666), - [anon_sym_hide_DASHenv] = ACTIONS(666), - [anon_sym_overlay] = ACTIONS(666), - [anon_sym_where] = ACTIONS(666), - [anon_sym_not] = ACTIONS(666), - [anon_sym_DOT_DOT_LT] = ACTIONS(666), - [anon_sym_DOT_DOT] = ACTIONS(666), - [anon_sym_DOT_DOT_EQ] = ACTIONS(666), - [sym_val_nothing] = ACTIONS(666), - [anon_sym_true] = ACTIONS(666), - [anon_sym_false] = ACTIONS(666), - [aux_sym_val_number_token1] = ACTIONS(666), - [aux_sym_val_number_token2] = ACTIONS(666), - [aux_sym_val_number_token3] = ACTIONS(666), - [aux_sym_val_number_token4] = ACTIONS(666), - [anon_sym_inf] = ACTIONS(666), - [anon_sym_DASHinf] = ACTIONS(666), - [anon_sym_NaN] = ACTIONS(666), - [anon_sym_0b] = ACTIONS(666), - [anon_sym_0o] = ACTIONS(666), - [anon_sym_0x] = ACTIONS(666), - [sym_val_date] = ACTIONS(666), - [anon_sym_DQUOTE] = ACTIONS(666), - [sym__str_single_quotes] = ACTIONS(666), - [sym__str_back_ticks] = ACTIONS(666), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(666), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [sym_short_flag] = ACTIONS(740), + [ts_builtin_sym_end] = ACTIONS(700), + [anon_sym_export] = ACTIONS(698), + [anon_sym_alias] = ACTIONS(698), + [anon_sym_let] = ACTIONS(698), + [anon_sym_let_DASHenv] = ACTIONS(698), + [anon_sym_mut] = ACTIONS(698), + [anon_sym_const] = ACTIONS(698), + [sym_cmd_identifier] = ACTIONS(698), + [anon_sym_SEMI] = ACTIONS(698), + [anon_sym_LF] = ACTIONS(700), + [anon_sym_def] = ACTIONS(698), + [anon_sym_def_DASHenv] = ACTIONS(698), + [anon_sym_export_DASHenv] = ACTIONS(698), + [anon_sym_extern] = ACTIONS(698), + [anon_sym_module] = ACTIONS(698), + [anon_sym_use] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(698), + [anon_sym_LPAREN] = ACTIONS(698), + [anon_sym_PIPE] = ACTIONS(698), + [anon_sym_DOLLAR] = ACTIONS(698), + [anon_sym_error] = ACTIONS(698), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(698), + [anon_sym_break] = ACTIONS(698), + [anon_sym_continue] = ACTIONS(698), + [anon_sym_for] = ACTIONS(698), + [anon_sym_loop] = ACTIONS(698), + [anon_sym_while] = ACTIONS(698), + [anon_sym_do] = ACTIONS(698), + [anon_sym_if] = ACTIONS(698), + [anon_sym_match] = ACTIONS(698), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_try] = ACTIONS(698), + [anon_sym_return] = ACTIONS(698), + [anon_sym_source] = ACTIONS(698), + [anon_sym_source_DASHenv] = ACTIONS(698), + [anon_sym_register] = ACTIONS(698), + [anon_sym_hide] = ACTIONS(698), + [anon_sym_hide_DASHenv] = ACTIONS(698), + [anon_sym_overlay] = ACTIONS(698), + [anon_sym_where] = ACTIONS(698), + [anon_sym_not] = ACTIONS(698), + [anon_sym_DOT_DOT_LT] = ACTIONS(698), + [anon_sym_DOT_DOT] = ACTIONS(698), + [anon_sym_DOT_DOT_EQ] = ACTIONS(698), + [sym_val_nothing] = ACTIONS(698), + [anon_sym_true] = ACTIONS(698), + [anon_sym_false] = ACTIONS(698), + [aux_sym_val_number_token1] = ACTIONS(698), + [aux_sym_val_number_token2] = ACTIONS(698), + [aux_sym_val_number_token3] = ACTIONS(698), + [aux_sym_val_number_token4] = ACTIONS(698), + [anon_sym_inf] = ACTIONS(698), + [anon_sym_DASHinf] = ACTIONS(698), + [anon_sym_NaN] = ACTIONS(698), + [anon_sym_0b] = ACTIONS(698), + [anon_sym_0o] = ACTIONS(698), + [anon_sym_0x] = ACTIONS(698), + [sym_val_date] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(698), + [sym__str_single_quotes] = ACTIONS(698), + [sym__str_back_ticks] = ACTIONS(698), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(698), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(698), + [anon_sym_CARET] = ACTIONS(698), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, [425] = { - [sym__expression] = STATE(190), - [sym_expr_unary] = STATE(294), - [sym_expr_binary] = STATE(294), - [sym_expr_parenthesized] = STATE(293), - [sym_val_range] = STATE(294), - [sym__value] = STATE(294), - [sym_val_bool] = STATE(304), - [sym_val_variable] = STATE(304), - [sym__var] = STATE(147), + [sym__expression] = STATE(168), + [sym_expr_unary] = STATE(277), + [sym_expr_binary] = STATE(277), + [sym_expr_parenthesized] = STATE(272), + [sym_val_range] = STATE(277), + [sym__value] = STATE(277), + [sym_val_bool] = STATE(275), + [sym_val_variable] = STATE(275), + [sym__var] = STATE(152), [sym_val_number] = STATE(4), - [sym_val_duration] = STATE(304), - [sym_val_filesize] = STATE(304), - [sym_val_binary] = STATE(304), - [sym_val_string] = STATE(304), - [sym__str_double_quotes] = STATE(265), - [sym_val_interpolated] = STATE(304), - [sym__inter_single_quotes] = STATE(285), - [sym__inter_double_quotes] = STATE(269), - [sym_val_list] = STATE(304), - [sym_val_record] = STATE(304), - [sym_val_table] = STATE(304), - [sym_val_closure] = STATE(304), + [sym_val_duration] = STATE(275), + [sym_val_filesize] = STATE(275), + [sym_val_binary] = STATE(275), + [sym_val_string] = STATE(275), + [sym__str_double_quotes] = STATE(267), + [sym_val_interpolated] = STATE(275), + [sym__inter_single_quotes] = STATE(282), + [sym__inter_double_quotes] = STATE(283), + [sym_val_list] = STATE(275), + [sym_val_record] = STATE(275), + [sym_val_table] = STATE(275), + [sym_val_closure] = STATE(275), [sym__flag] = STATE(435), - [sym_long_flag] = STATE(708), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(425), - [ts_builtin_sym_end] = ACTIONS(668), - [anon_sym_export] = ACTIONS(666), - [anon_sym_alias] = ACTIONS(666), - [anon_sym_let] = ACTIONS(666), - [anon_sym_let_DASHenv] = ACTIONS(666), - [anon_sym_mut] = ACTIONS(666), - [anon_sym_const] = ACTIONS(666), - [sym_cmd_identifier] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_LF] = ACTIONS(668), - [anon_sym_def] = ACTIONS(666), - [anon_sym_def_DASHenv] = ACTIONS(666), - [anon_sym_export_DASHenv] = ACTIONS(666), - [anon_sym_extern] = ACTIONS(666), - [anon_sym_module] = ACTIONS(666), - [anon_sym_use] = ACTIONS(666), - [anon_sym_LBRACK] = ACTIONS(666), - [anon_sym_LPAREN] = ACTIONS(666), - [anon_sym_PIPE] = ACTIONS(666), - [anon_sym_DOLLAR] = ACTIONS(666), - [anon_sym_error] = ACTIONS(666), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(666), - [anon_sym_break] = ACTIONS(666), - [anon_sym_continue] = ACTIONS(666), - [anon_sym_for] = ACTIONS(666), - [anon_sym_loop] = ACTIONS(666), - [anon_sym_while] = ACTIONS(666), - [anon_sym_do] = ACTIONS(666), - [anon_sym_if] = ACTIONS(666), - [anon_sym_match] = ACTIONS(666), - [anon_sym_LBRACE] = ACTIONS(666), - [anon_sym_try] = ACTIONS(666), - [anon_sym_return] = ACTIONS(666), - [anon_sym_source] = ACTIONS(666), - [anon_sym_source_DASHenv] = ACTIONS(666), - [anon_sym_register] = ACTIONS(666), - [anon_sym_hide] = ACTIONS(666), - [anon_sym_hide_DASHenv] = ACTIONS(666), - [anon_sym_overlay] = ACTIONS(666), - [anon_sym_where] = ACTIONS(666), - [anon_sym_not] = ACTIONS(666), - [anon_sym_DOT_DOT_LT] = ACTIONS(666), - [anon_sym_DOT_DOT] = ACTIONS(666), - [anon_sym_DOT_DOT_EQ] = ACTIONS(666), - [sym_val_nothing] = ACTIONS(666), - [anon_sym_true] = ACTIONS(666), - [anon_sym_false] = ACTIONS(666), - [aux_sym_val_number_token1] = ACTIONS(666), - [aux_sym_val_number_token2] = ACTIONS(666), - [aux_sym_val_number_token3] = ACTIONS(666), - [aux_sym_val_number_token4] = ACTIONS(666), - [anon_sym_inf] = ACTIONS(666), - [anon_sym_DASHinf] = ACTIONS(666), - [anon_sym_NaN] = ACTIONS(666), - [anon_sym_0b] = ACTIONS(666), - [anon_sym_0o] = ACTIONS(666), - [anon_sym_0x] = ACTIONS(666), - [sym_val_date] = ACTIONS(666), - [anon_sym_DQUOTE] = ACTIONS(666), - [sym__str_single_quotes] = ACTIONS(666), - [sym__str_back_ticks] = ACTIONS(666), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(666), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [sym_short_flag] = ACTIONS(740), + [ts_builtin_sym_end] = ACTIONS(685), + [anon_sym_export] = ACTIONS(683), + [anon_sym_alias] = ACTIONS(683), + [anon_sym_let] = ACTIONS(683), + [anon_sym_let_DASHenv] = ACTIONS(683), + [anon_sym_mut] = ACTIONS(683), + [anon_sym_const] = ACTIONS(683), + [sym_cmd_identifier] = ACTIONS(683), + [anon_sym_SEMI] = ACTIONS(683), + [anon_sym_LF] = ACTIONS(685), + [anon_sym_def] = ACTIONS(683), + [anon_sym_def_DASHenv] = ACTIONS(683), + [anon_sym_export_DASHenv] = ACTIONS(683), + [anon_sym_extern] = ACTIONS(683), + [anon_sym_module] = ACTIONS(683), + [anon_sym_use] = ACTIONS(683), + [anon_sym_LBRACK] = ACTIONS(683), + [anon_sym_LPAREN] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(683), + [anon_sym_DOLLAR] = ACTIONS(683), + [anon_sym_error] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(683), + [anon_sym_break] = ACTIONS(683), + [anon_sym_continue] = ACTIONS(683), + [anon_sym_for] = ACTIONS(683), + [anon_sym_loop] = ACTIONS(683), + [anon_sym_while] = ACTIONS(683), + [anon_sym_do] = ACTIONS(683), + [anon_sym_if] = ACTIONS(683), + [anon_sym_match] = ACTIONS(683), + [anon_sym_LBRACE] = ACTIONS(683), + [anon_sym_try] = ACTIONS(683), + [anon_sym_return] = ACTIONS(683), + [anon_sym_source] = ACTIONS(683), + [anon_sym_source_DASHenv] = ACTIONS(683), + [anon_sym_register] = ACTIONS(683), + [anon_sym_hide] = ACTIONS(683), + [anon_sym_hide_DASHenv] = ACTIONS(683), + [anon_sym_overlay] = ACTIONS(683), + [anon_sym_where] = ACTIONS(683), + [anon_sym_not] = ACTIONS(683), + [anon_sym_DOT_DOT_LT] = ACTIONS(683), + [anon_sym_DOT_DOT] = ACTIONS(683), + [anon_sym_DOT_DOT_EQ] = ACTIONS(683), + [sym_val_nothing] = ACTIONS(683), + [anon_sym_true] = ACTIONS(683), + [anon_sym_false] = ACTIONS(683), + [aux_sym_val_number_token1] = ACTIONS(683), + [aux_sym_val_number_token2] = ACTIONS(683), + [aux_sym_val_number_token3] = ACTIONS(683), + [aux_sym_val_number_token4] = ACTIONS(683), + [anon_sym_inf] = ACTIONS(683), + [anon_sym_DASHinf] = ACTIONS(683), + [anon_sym_NaN] = ACTIONS(683), + [anon_sym_0b] = ACTIONS(683), + [anon_sym_0o] = ACTIONS(683), + [anon_sym_0x] = ACTIONS(683), + [sym_val_date] = ACTIONS(683), + [anon_sym_DQUOTE] = ACTIONS(683), + [sym__str_single_quotes] = ACTIONS(683), + [sym__str_back_ticks] = ACTIONS(683), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(683), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(683), + [anon_sym_CARET] = ACTIONS(683), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, [426] = { - [sym__expression] = STATE(189), - [sym_expr_unary] = STATE(294), - [sym_expr_binary] = STATE(294), - [sym_expr_parenthesized] = STATE(293), - [sym_val_range] = STATE(294), - [sym__value] = STATE(294), - [sym_val_bool] = STATE(304), - [sym_val_variable] = STATE(304), - [sym__var] = STATE(147), + [sym__expression] = STATE(169), + [sym_expr_unary] = STATE(277), + [sym_expr_binary] = STATE(277), + [sym_expr_parenthesized] = STATE(272), + [sym_val_range] = STATE(277), + [sym__value] = STATE(277), + [sym_val_bool] = STATE(275), + [sym_val_variable] = STATE(275), + [sym__var] = STATE(152), [sym_val_number] = STATE(4), - [sym_val_duration] = STATE(304), - [sym_val_filesize] = STATE(304), - [sym_val_binary] = STATE(304), - [sym_val_string] = STATE(304), - [sym__str_double_quotes] = STATE(265), - [sym_val_interpolated] = STATE(304), - [sym__inter_single_quotes] = STATE(285), - [sym__inter_double_quotes] = STATE(269), - [sym_val_list] = STATE(304), - [sym_val_record] = STATE(304), - [sym_val_table] = STATE(304), - [sym_val_closure] = STATE(304), - [sym__flag] = STATE(421), - [sym_long_flag] = STATE(708), + [sym_val_duration] = STATE(275), + [sym_val_filesize] = STATE(275), + [sym_val_binary] = STATE(275), + [sym_val_string] = STATE(275), + [sym__str_double_quotes] = STATE(267), + [sym_val_interpolated] = STATE(275), + [sym__inter_single_quotes] = STATE(282), + [sym__inter_double_quotes] = STATE(283), + [sym_val_list] = STATE(275), + [sym_val_record] = STATE(275), + [sym_val_table] = STATE(275), + [sym_val_closure] = STATE(275), + [sym__flag] = STATE(424), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(426), - [ts_builtin_sym_end] = ACTIONS(680), - [anon_sym_export] = ACTIONS(678), - [anon_sym_alias] = ACTIONS(678), - [anon_sym_let] = ACTIONS(678), - [anon_sym_let_DASHenv] = ACTIONS(678), - [anon_sym_mut] = ACTIONS(678), - [anon_sym_const] = ACTIONS(678), - [sym_cmd_identifier] = ACTIONS(678), - [anon_sym_SEMI] = ACTIONS(678), - [anon_sym_LF] = ACTIONS(680), - [anon_sym_def] = ACTIONS(678), - [anon_sym_def_DASHenv] = ACTIONS(678), - [anon_sym_export_DASHenv] = ACTIONS(678), - [anon_sym_extern] = ACTIONS(678), - [anon_sym_module] = ACTIONS(678), - [anon_sym_use] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(678), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_PIPE] = ACTIONS(678), - [anon_sym_DOLLAR] = ACTIONS(678), - [anon_sym_error] = ACTIONS(678), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(678), - [anon_sym_break] = ACTIONS(678), - [anon_sym_continue] = ACTIONS(678), - [anon_sym_for] = ACTIONS(678), - [anon_sym_loop] = ACTIONS(678), - [anon_sym_while] = ACTIONS(678), - [anon_sym_do] = ACTIONS(678), - [anon_sym_if] = ACTIONS(678), - [anon_sym_match] = ACTIONS(678), - [anon_sym_LBRACE] = ACTIONS(678), - [anon_sym_try] = ACTIONS(678), - [anon_sym_return] = ACTIONS(678), - [anon_sym_source] = ACTIONS(678), - [anon_sym_source_DASHenv] = ACTIONS(678), - [anon_sym_register] = ACTIONS(678), - [anon_sym_hide] = ACTIONS(678), - [anon_sym_hide_DASHenv] = ACTIONS(678), - [anon_sym_overlay] = ACTIONS(678), - [anon_sym_where] = ACTIONS(678), - [anon_sym_not] = ACTIONS(678), - [anon_sym_DOT_DOT_LT] = ACTIONS(678), - [anon_sym_DOT_DOT] = ACTIONS(678), - [anon_sym_DOT_DOT_EQ] = ACTIONS(678), - [sym_val_nothing] = ACTIONS(678), - [anon_sym_true] = ACTIONS(678), - [anon_sym_false] = ACTIONS(678), - [aux_sym_val_number_token1] = ACTIONS(678), - [aux_sym_val_number_token2] = ACTIONS(678), - [aux_sym_val_number_token3] = ACTIONS(678), - [aux_sym_val_number_token4] = ACTIONS(678), - [anon_sym_inf] = ACTIONS(678), - [anon_sym_DASHinf] = ACTIONS(678), - [anon_sym_NaN] = ACTIONS(678), - [anon_sym_0b] = ACTIONS(678), - [anon_sym_0o] = ACTIONS(678), - [anon_sym_0x] = ACTIONS(678), - [sym_val_date] = ACTIONS(678), - [anon_sym_DQUOTE] = ACTIONS(678), - [sym__str_single_quotes] = ACTIONS(678), - [sym__str_back_ticks] = ACTIONS(678), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(678), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(678), - [anon_sym_CARET] = ACTIONS(678), - [sym_short_flag] = ACTIONS(740), + [ts_builtin_sym_end] = ACTIONS(681), + [anon_sym_export] = ACTIONS(679), + [anon_sym_alias] = ACTIONS(679), + [anon_sym_let] = ACTIONS(679), + [anon_sym_let_DASHenv] = ACTIONS(679), + [anon_sym_mut] = ACTIONS(679), + [anon_sym_const] = ACTIONS(679), + [sym_cmd_identifier] = ACTIONS(679), + [anon_sym_SEMI] = ACTIONS(679), + [anon_sym_LF] = ACTIONS(681), + [anon_sym_def] = ACTIONS(679), + [anon_sym_def_DASHenv] = ACTIONS(679), + [anon_sym_export_DASHenv] = ACTIONS(679), + [anon_sym_extern] = ACTIONS(679), + [anon_sym_module] = ACTIONS(679), + [anon_sym_use] = ACTIONS(679), + [anon_sym_LBRACK] = ACTIONS(679), + [anon_sym_LPAREN] = ACTIONS(679), + [anon_sym_PIPE] = ACTIONS(679), + [anon_sym_DOLLAR] = ACTIONS(679), + [anon_sym_error] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(679), + [anon_sym_break] = ACTIONS(679), + [anon_sym_continue] = ACTIONS(679), + [anon_sym_for] = ACTIONS(679), + [anon_sym_loop] = ACTIONS(679), + [anon_sym_while] = ACTIONS(679), + [anon_sym_do] = ACTIONS(679), + [anon_sym_if] = ACTIONS(679), + [anon_sym_match] = ACTIONS(679), + [anon_sym_LBRACE] = ACTIONS(679), + [anon_sym_try] = ACTIONS(679), + [anon_sym_return] = ACTIONS(679), + [anon_sym_source] = ACTIONS(679), + [anon_sym_source_DASHenv] = ACTIONS(679), + [anon_sym_register] = ACTIONS(679), + [anon_sym_hide] = ACTIONS(679), + [anon_sym_hide_DASHenv] = ACTIONS(679), + [anon_sym_overlay] = ACTIONS(679), + [anon_sym_where] = ACTIONS(679), + [anon_sym_not] = ACTIONS(679), + [anon_sym_DOT_DOT_LT] = ACTIONS(679), + [anon_sym_DOT_DOT] = ACTIONS(679), + [anon_sym_DOT_DOT_EQ] = ACTIONS(679), + [sym_val_nothing] = ACTIONS(679), + [anon_sym_true] = ACTIONS(679), + [anon_sym_false] = ACTIONS(679), + [aux_sym_val_number_token1] = ACTIONS(679), + [aux_sym_val_number_token2] = ACTIONS(679), + [aux_sym_val_number_token3] = ACTIONS(679), + [aux_sym_val_number_token4] = ACTIONS(679), + [anon_sym_inf] = ACTIONS(679), + [anon_sym_DASHinf] = ACTIONS(679), + [anon_sym_NaN] = ACTIONS(679), + [anon_sym_0b] = ACTIONS(679), + [anon_sym_0o] = ACTIONS(679), + [anon_sym_0x] = ACTIONS(679), + [sym_val_date] = ACTIONS(679), + [anon_sym_DQUOTE] = ACTIONS(679), + [sym__str_single_quotes] = ACTIONS(679), + [sym__str_back_ticks] = ACTIONS(679), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(679), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(679), + [anon_sym_CARET] = ACTIONS(679), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, [427] = { - [sym__expression] = STATE(189), - [sym_expr_unary] = STATE(294), - [sym_expr_binary] = STATE(294), - [sym_expr_parenthesized] = STATE(293), - [sym_val_range] = STATE(294), - [sym__value] = STATE(294), - [sym_val_bool] = STATE(304), - [sym_val_variable] = STATE(304), - [sym__var] = STATE(147), + [sym__expression] = STATE(182), + [sym_expr_unary] = STATE(277), + [sym_expr_binary] = STATE(277), + [sym_expr_parenthesized] = STATE(272), + [sym_val_range] = STATE(277), + [sym__value] = STATE(277), + [sym_val_bool] = STATE(275), + [sym_val_variable] = STATE(275), + [sym__var] = STATE(152), [sym_val_number] = STATE(4), - [sym_val_duration] = STATE(304), - [sym_val_filesize] = STATE(304), - [sym_val_binary] = STATE(304), - [sym_val_string] = STATE(304), - [sym__str_double_quotes] = STATE(265), - [sym_val_interpolated] = STATE(304), - [sym__inter_single_quotes] = STATE(285), - [sym__inter_double_quotes] = STATE(269), - [sym_val_list] = STATE(304), - [sym_val_record] = STATE(304), - [sym_val_table] = STATE(304), - [sym_val_closure] = STATE(304), - [sym__flag] = STATE(441), - [sym_long_flag] = STATE(708), + [sym_val_duration] = STATE(275), + [sym_val_filesize] = STATE(275), + [sym_val_binary] = STATE(275), + [sym_val_string] = STATE(275), + [sym__str_double_quotes] = STATE(267), + [sym_val_interpolated] = STATE(275), + [sym__inter_single_quotes] = STATE(282), + [sym__inter_double_quotes] = STATE(283), + [sym_val_list] = STATE(275), + [sym_val_record] = STATE(275), + [sym_val_table] = STATE(275), + [sym_val_closure] = STATE(275), + [sym__flag] = STATE(440), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(427), - [ts_builtin_sym_end] = ACTIONS(680), - [anon_sym_export] = ACTIONS(678), - [anon_sym_alias] = ACTIONS(678), - [anon_sym_let] = ACTIONS(678), - [anon_sym_let_DASHenv] = ACTIONS(678), - [anon_sym_mut] = ACTIONS(678), - [anon_sym_const] = ACTIONS(678), - [sym_cmd_identifier] = ACTIONS(678), - [anon_sym_SEMI] = ACTIONS(678), - [anon_sym_LF] = ACTIONS(680), - [anon_sym_def] = ACTIONS(678), - [anon_sym_def_DASHenv] = ACTIONS(678), - [anon_sym_export_DASHenv] = ACTIONS(678), - [anon_sym_extern] = ACTIONS(678), - [anon_sym_module] = ACTIONS(678), - [anon_sym_use] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(678), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_PIPE] = ACTIONS(678), - [anon_sym_DOLLAR] = ACTIONS(678), - [anon_sym_error] = ACTIONS(678), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(678), - [anon_sym_break] = ACTIONS(678), - [anon_sym_continue] = ACTIONS(678), - [anon_sym_for] = ACTIONS(678), - [anon_sym_loop] = ACTIONS(678), - [anon_sym_while] = ACTIONS(678), - [anon_sym_do] = ACTIONS(678), - [anon_sym_if] = ACTIONS(678), - [anon_sym_match] = ACTIONS(678), - [anon_sym_LBRACE] = ACTIONS(678), - [anon_sym_try] = ACTIONS(678), - [anon_sym_return] = ACTIONS(678), - [anon_sym_source] = ACTIONS(678), - [anon_sym_source_DASHenv] = ACTIONS(678), - [anon_sym_register] = ACTIONS(678), - [anon_sym_hide] = ACTIONS(678), - [anon_sym_hide_DASHenv] = ACTIONS(678), - [anon_sym_overlay] = ACTIONS(678), - [anon_sym_where] = ACTIONS(678), - [anon_sym_not] = ACTIONS(678), - [anon_sym_DOT_DOT_LT] = ACTIONS(678), - [anon_sym_DOT_DOT] = ACTIONS(678), - [anon_sym_DOT_DOT_EQ] = ACTIONS(678), - [sym_val_nothing] = ACTIONS(678), - [anon_sym_true] = ACTIONS(678), - [anon_sym_false] = ACTIONS(678), - [aux_sym_val_number_token1] = ACTIONS(678), - [aux_sym_val_number_token2] = ACTIONS(678), - [aux_sym_val_number_token3] = ACTIONS(678), - [aux_sym_val_number_token4] = ACTIONS(678), - [anon_sym_inf] = ACTIONS(678), - [anon_sym_DASHinf] = ACTIONS(678), - [anon_sym_NaN] = ACTIONS(678), - [anon_sym_0b] = ACTIONS(678), - [anon_sym_0o] = ACTIONS(678), - [anon_sym_0x] = ACTIONS(678), - [sym_val_date] = ACTIONS(678), - [anon_sym_DQUOTE] = ACTIONS(678), - [sym__str_single_quotes] = ACTIONS(678), - [sym__str_back_ticks] = ACTIONS(678), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(678), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(678), - [anon_sym_CARET] = ACTIONS(678), - [sym_short_flag] = ACTIONS(740), + [ts_builtin_sym_end] = ACTIONS(700), + [anon_sym_export] = ACTIONS(698), + [anon_sym_alias] = ACTIONS(698), + [anon_sym_let] = ACTIONS(698), + [anon_sym_let_DASHenv] = ACTIONS(698), + [anon_sym_mut] = ACTIONS(698), + [anon_sym_const] = ACTIONS(698), + [sym_cmd_identifier] = ACTIONS(698), + [anon_sym_SEMI] = ACTIONS(698), + [anon_sym_LF] = ACTIONS(700), + [anon_sym_def] = ACTIONS(698), + [anon_sym_def_DASHenv] = ACTIONS(698), + [anon_sym_export_DASHenv] = ACTIONS(698), + [anon_sym_extern] = ACTIONS(698), + [anon_sym_module] = ACTIONS(698), + [anon_sym_use] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(698), + [anon_sym_LPAREN] = ACTIONS(698), + [anon_sym_PIPE] = ACTIONS(698), + [anon_sym_DOLLAR] = ACTIONS(698), + [anon_sym_error] = ACTIONS(698), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(698), + [anon_sym_break] = ACTIONS(698), + [anon_sym_continue] = ACTIONS(698), + [anon_sym_for] = ACTIONS(698), + [anon_sym_loop] = ACTIONS(698), + [anon_sym_while] = ACTIONS(698), + [anon_sym_do] = ACTIONS(698), + [anon_sym_if] = ACTIONS(698), + [anon_sym_match] = ACTIONS(698), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_try] = ACTIONS(698), + [anon_sym_return] = ACTIONS(698), + [anon_sym_source] = ACTIONS(698), + [anon_sym_source_DASHenv] = ACTIONS(698), + [anon_sym_register] = ACTIONS(698), + [anon_sym_hide] = ACTIONS(698), + [anon_sym_hide_DASHenv] = ACTIONS(698), + [anon_sym_overlay] = ACTIONS(698), + [anon_sym_where] = ACTIONS(698), + [anon_sym_not] = ACTIONS(698), + [anon_sym_DOT_DOT_LT] = ACTIONS(698), + [anon_sym_DOT_DOT] = ACTIONS(698), + [anon_sym_DOT_DOT_EQ] = ACTIONS(698), + [sym_val_nothing] = ACTIONS(698), + [anon_sym_true] = ACTIONS(698), + [anon_sym_false] = ACTIONS(698), + [aux_sym_val_number_token1] = ACTIONS(698), + [aux_sym_val_number_token2] = ACTIONS(698), + [aux_sym_val_number_token3] = ACTIONS(698), + [aux_sym_val_number_token4] = ACTIONS(698), + [anon_sym_inf] = ACTIONS(698), + [anon_sym_DASHinf] = ACTIONS(698), + [anon_sym_NaN] = ACTIONS(698), + [anon_sym_0b] = ACTIONS(698), + [anon_sym_0o] = ACTIONS(698), + [anon_sym_0x] = ACTIONS(698), + [sym_val_date] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(698), + [sym__str_single_quotes] = ACTIONS(698), + [sym__str_back_ticks] = ACTIONS(698), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(698), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(698), + [anon_sym_CARET] = ACTIONS(698), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, [428] = { - [sym__expression] = STATE(189), - [sym_expr_unary] = STATE(294), - [sym_expr_binary] = STATE(294), - [sym_expr_parenthesized] = STATE(293), - [sym_val_range] = STATE(294), - [sym__value] = STATE(294), - [sym_val_bool] = STATE(304), - [sym_val_variable] = STATE(304), - [sym__var] = STATE(147), + [sym__expression] = STATE(169), + [sym_expr_unary] = STATE(277), + [sym_expr_binary] = STATE(277), + [sym_expr_parenthesized] = STATE(272), + [sym_val_range] = STATE(277), + [sym__value] = STATE(277), + [sym_val_bool] = STATE(275), + [sym_val_variable] = STATE(275), + [sym__var] = STATE(152), [sym_val_number] = STATE(4), - [sym_val_duration] = STATE(304), - [sym_val_filesize] = STATE(304), - [sym_val_binary] = STATE(304), - [sym_val_string] = STATE(304), - [sym__str_double_quotes] = STATE(265), - [sym_val_interpolated] = STATE(304), - [sym__inter_single_quotes] = STATE(285), - [sym__inter_double_quotes] = STATE(269), - [sym_val_list] = STATE(304), - [sym_val_record] = STATE(304), - [sym_val_table] = STATE(304), - [sym_val_closure] = STATE(304), - [sym__flag] = STATE(673), - [sym_long_flag] = STATE(708), + [sym_val_duration] = STATE(275), + [sym_val_filesize] = STATE(275), + [sym_val_binary] = STATE(275), + [sym_val_string] = STATE(275), + [sym__str_double_quotes] = STATE(267), + [sym_val_interpolated] = STATE(275), + [sym__inter_single_quotes] = STATE(282), + [sym__inter_double_quotes] = STATE(283), + [sym_val_list] = STATE(275), + [sym_val_record] = STATE(275), + [sym_val_table] = STATE(275), + [sym_val_closure] = STATE(275), + [sym__flag] = STATE(421), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(428), - [ts_builtin_sym_end] = ACTIONS(680), - [anon_sym_export] = ACTIONS(678), - [anon_sym_alias] = ACTIONS(678), - [anon_sym_let] = ACTIONS(678), - [anon_sym_let_DASHenv] = ACTIONS(678), - [anon_sym_mut] = ACTIONS(678), - [anon_sym_const] = ACTIONS(678), - [sym_cmd_identifier] = ACTIONS(678), - [anon_sym_SEMI] = ACTIONS(678), - [anon_sym_LF] = ACTIONS(680), - [anon_sym_def] = ACTIONS(678), - [anon_sym_def_DASHenv] = ACTIONS(678), - [anon_sym_export_DASHenv] = ACTIONS(678), - [anon_sym_extern] = ACTIONS(678), - [anon_sym_module] = ACTIONS(678), - [anon_sym_use] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(678), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_PIPE] = ACTIONS(678), - [anon_sym_DOLLAR] = ACTIONS(678), - [anon_sym_error] = ACTIONS(678), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(678), - [anon_sym_break] = ACTIONS(678), - [anon_sym_continue] = ACTIONS(678), - [anon_sym_for] = ACTIONS(678), - [anon_sym_loop] = ACTIONS(678), - [anon_sym_while] = ACTIONS(678), - [anon_sym_do] = ACTIONS(678), - [anon_sym_if] = ACTIONS(678), - [anon_sym_match] = ACTIONS(678), - [anon_sym_LBRACE] = ACTIONS(678), - [anon_sym_try] = ACTIONS(678), - [anon_sym_return] = ACTIONS(678), - [anon_sym_source] = ACTIONS(678), - [anon_sym_source_DASHenv] = ACTIONS(678), - [anon_sym_register] = ACTIONS(678), - [anon_sym_hide] = ACTIONS(678), - [anon_sym_hide_DASHenv] = ACTIONS(678), - [anon_sym_overlay] = ACTIONS(678), - [anon_sym_where] = ACTIONS(678), - [anon_sym_not] = ACTIONS(678), - [anon_sym_DOT_DOT_LT] = ACTIONS(678), - [anon_sym_DOT_DOT] = ACTIONS(678), - [anon_sym_DOT_DOT_EQ] = ACTIONS(678), - [sym_val_nothing] = ACTIONS(678), - [anon_sym_true] = ACTIONS(678), - [anon_sym_false] = ACTIONS(678), - [aux_sym_val_number_token1] = ACTIONS(678), - [aux_sym_val_number_token2] = ACTIONS(678), - [aux_sym_val_number_token3] = ACTIONS(678), - [aux_sym_val_number_token4] = ACTIONS(678), - [anon_sym_inf] = ACTIONS(678), - [anon_sym_DASHinf] = ACTIONS(678), - [anon_sym_NaN] = ACTIONS(678), - [anon_sym_0b] = ACTIONS(678), - [anon_sym_0o] = ACTIONS(678), - [anon_sym_0x] = ACTIONS(678), - [sym_val_date] = ACTIONS(678), - [anon_sym_DQUOTE] = ACTIONS(678), - [sym__str_single_quotes] = ACTIONS(678), - [sym__str_back_ticks] = ACTIONS(678), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(678), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(678), - [anon_sym_CARET] = ACTIONS(678), - [sym_short_flag] = ACTIONS(740), + [ts_builtin_sym_end] = ACTIONS(681), + [anon_sym_export] = ACTIONS(679), + [anon_sym_alias] = ACTIONS(679), + [anon_sym_let] = ACTIONS(679), + [anon_sym_let_DASHenv] = ACTIONS(679), + [anon_sym_mut] = ACTIONS(679), + [anon_sym_const] = ACTIONS(679), + [sym_cmd_identifier] = ACTIONS(679), + [anon_sym_SEMI] = ACTIONS(679), + [anon_sym_LF] = ACTIONS(681), + [anon_sym_def] = ACTIONS(679), + [anon_sym_def_DASHenv] = ACTIONS(679), + [anon_sym_export_DASHenv] = ACTIONS(679), + [anon_sym_extern] = ACTIONS(679), + [anon_sym_module] = ACTIONS(679), + [anon_sym_use] = ACTIONS(679), + [anon_sym_LBRACK] = ACTIONS(679), + [anon_sym_LPAREN] = ACTIONS(679), + [anon_sym_PIPE] = ACTIONS(679), + [anon_sym_DOLLAR] = ACTIONS(679), + [anon_sym_error] = ACTIONS(679), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(679), + [anon_sym_break] = ACTIONS(679), + [anon_sym_continue] = ACTIONS(679), + [anon_sym_for] = ACTIONS(679), + [anon_sym_loop] = ACTIONS(679), + [anon_sym_while] = ACTIONS(679), + [anon_sym_do] = ACTIONS(679), + [anon_sym_if] = ACTIONS(679), + [anon_sym_match] = ACTIONS(679), + [anon_sym_LBRACE] = ACTIONS(679), + [anon_sym_try] = ACTIONS(679), + [anon_sym_return] = ACTIONS(679), + [anon_sym_source] = ACTIONS(679), + [anon_sym_source_DASHenv] = ACTIONS(679), + [anon_sym_register] = ACTIONS(679), + [anon_sym_hide] = ACTIONS(679), + [anon_sym_hide_DASHenv] = ACTIONS(679), + [anon_sym_overlay] = ACTIONS(679), + [anon_sym_where] = ACTIONS(679), + [anon_sym_not] = ACTIONS(679), + [anon_sym_DOT_DOT_LT] = ACTIONS(679), + [anon_sym_DOT_DOT] = ACTIONS(679), + [anon_sym_DOT_DOT_EQ] = ACTIONS(679), + [sym_val_nothing] = ACTIONS(679), + [anon_sym_true] = ACTIONS(679), + [anon_sym_false] = ACTIONS(679), + [aux_sym_val_number_token1] = ACTIONS(679), + [aux_sym_val_number_token2] = ACTIONS(679), + [aux_sym_val_number_token3] = ACTIONS(679), + [aux_sym_val_number_token4] = ACTIONS(679), + [anon_sym_inf] = ACTIONS(679), + [anon_sym_DASHinf] = ACTIONS(679), + [anon_sym_NaN] = ACTIONS(679), + [anon_sym_0b] = ACTIONS(679), + [anon_sym_0o] = ACTIONS(679), + [anon_sym_0x] = ACTIONS(679), + [sym_val_date] = ACTIONS(679), + [anon_sym_DQUOTE] = ACTIONS(679), + [sym__str_single_quotes] = ACTIONS(679), + [sym__str_back_ticks] = ACTIONS(679), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(679), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(679), + [anon_sym_CARET] = ACTIONS(679), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, [429] = { - [sym__expression] = STATE(185), - [sym_expr_unary] = STATE(294), - [sym_expr_binary] = STATE(294), - [sym_expr_parenthesized] = STATE(293), - [sym_val_range] = STATE(294), - [sym__value] = STATE(294), - [sym_val_bool] = STATE(304), - [sym_val_variable] = STATE(304), - [sym__var] = STATE(147), + [sym__expression] = STATE(168), + [sym_expr_unary] = STATE(277), + [sym_expr_binary] = STATE(277), + [sym_expr_parenthesized] = STATE(272), + [sym_val_range] = STATE(277), + [sym__value] = STATE(277), + [sym_val_bool] = STATE(275), + [sym_val_variable] = STATE(275), + [sym__var] = STATE(152), [sym_val_number] = STATE(4), - [sym_val_duration] = STATE(304), - [sym_val_filesize] = STATE(304), - [sym_val_binary] = STATE(304), - [sym_val_string] = STATE(304), - [sym__str_double_quotes] = STATE(265), - [sym_val_interpolated] = STATE(304), - [sym__inter_single_quotes] = STATE(285), - [sym__inter_double_quotes] = STATE(269), - [sym_val_list] = STATE(304), - [sym_val_record] = STATE(304), - [sym_val_table] = STATE(304), - [sym_val_closure] = STATE(304), - [sym__flag] = STATE(423), - [sym_long_flag] = STATE(708), + [sym_val_duration] = STATE(275), + [sym_val_filesize] = STATE(275), + [sym_val_binary] = STATE(275), + [sym_val_string] = STATE(275), + [sym__str_double_quotes] = STATE(267), + [sym_val_interpolated] = STATE(275), + [sym__inter_single_quotes] = STATE(282), + [sym__inter_double_quotes] = STATE(283), + [sym_val_list] = STATE(275), + [sym_val_record] = STATE(275), + [sym_val_table] = STATE(275), + [sym_val_closure] = STATE(275), + [sym__flag] = STATE(432), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(429), - [ts_builtin_sym_end] = ACTIONS(684), - [anon_sym_export] = ACTIONS(682), - [anon_sym_alias] = ACTIONS(682), - [anon_sym_let] = ACTIONS(682), - [anon_sym_let_DASHenv] = ACTIONS(682), - [anon_sym_mut] = ACTIONS(682), - [anon_sym_const] = ACTIONS(682), - [sym_cmd_identifier] = ACTIONS(682), - [anon_sym_SEMI] = ACTIONS(682), - [anon_sym_LF] = ACTIONS(684), - [anon_sym_def] = ACTIONS(682), - [anon_sym_def_DASHenv] = ACTIONS(682), - [anon_sym_export_DASHenv] = ACTIONS(682), - [anon_sym_extern] = ACTIONS(682), - [anon_sym_module] = ACTIONS(682), - [anon_sym_use] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(682), - [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_PIPE] = ACTIONS(682), - [anon_sym_DOLLAR] = ACTIONS(682), - [anon_sym_error] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(682), - [anon_sym_break] = ACTIONS(682), - [anon_sym_continue] = ACTIONS(682), - [anon_sym_for] = ACTIONS(682), - [anon_sym_loop] = ACTIONS(682), - [anon_sym_while] = ACTIONS(682), - [anon_sym_do] = ACTIONS(682), - [anon_sym_if] = ACTIONS(682), - [anon_sym_match] = ACTIONS(682), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_try] = ACTIONS(682), - [anon_sym_return] = ACTIONS(682), - [anon_sym_source] = ACTIONS(682), - [anon_sym_source_DASHenv] = ACTIONS(682), - [anon_sym_register] = ACTIONS(682), - [anon_sym_hide] = ACTIONS(682), - [anon_sym_hide_DASHenv] = ACTIONS(682), - [anon_sym_overlay] = ACTIONS(682), - [anon_sym_where] = ACTIONS(682), - [anon_sym_not] = ACTIONS(682), - [anon_sym_DOT_DOT_LT] = ACTIONS(682), - [anon_sym_DOT_DOT] = ACTIONS(682), - [anon_sym_DOT_DOT_EQ] = ACTIONS(682), - [sym_val_nothing] = ACTIONS(682), - [anon_sym_true] = ACTIONS(682), - [anon_sym_false] = ACTIONS(682), - [aux_sym_val_number_token1] = ACTIONS(682), - [aux_sym_val_number_token2] = ACTIONS(682), - [aux_sym_val_number_token3] = ACTIONS(682), - [aux_sym_val_number_token4] = ACTIONS(682), - [anon_sym_inf] = ACTIONS(682), - [anon_sym_DASHinf] = ACTIONS(682), - [anon_sym_NaN] = ACTIONS(682), - [anon_sym_0b] = ACTIONS(682), - [anon_sym_0o] = ACTIONS(682), - [anon_sym_0x] = ACTIONS(682), - [sym_val_date] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(682), - [sym__str_single_quotes] = ACTIONS(682), - [sym__str_back_ticks] = ACTIONS(682), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(682), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(682), - [anon_sym_CARET] = ACTIONS(682), - [sym_short_flag] = ACTIONS(740), + [ts_builtin_sym_end] = ACTIONS(685), + [anon_sym_export] = ACTIONS(683), + [anon_sym_alias] = ACTIONS(683), + [anon_sym_let] = ACTIONS(683), + [anon_sym_let_DASHenv] = ACTIONS(683), + [anon_sym_mut] = ACTIONS(683), + [anon_sym_const] = ACTIONS(683), + [sym_cmd_identifier] = ACTIONS(683), + [anon_sym_SEMI] = ACTIONS(683), + [anon_sym_LF] = ACTIONS(685), + [anon_sym_def] = ACTIONS(683), + [anon_sym_def_DASHenv] = ACTIONS(683), + [anon_sym_export_DASHenv] = ACTIONS(683), + [anon_sym_extern] = ACTIONS(683), + [anon_sym_module] = ACTIONS(683), + [anon_sym_use] = ACTIONS(683), + [anon_sym_LBRACK] = ACTIONS(683), + [anon_sym_LPAREN] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(683), + [anon_sym_DOLLAR] = ACTIONS(683), + [anon_sym_error] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(683), + [anon_sym_break] = ACTIONS(683), + [anon_sym_continue] = ACTIONS(683), + [anon_sym_for] = ACTIONS(683), + [anon_sym_loop] = ACTIONS(683), + [anon_sym_while] = ACTIONS(683), + [anon_sym_do] = ACTIONS(683), + [anon_sym_if] = ACTIONS(683), + [anon_sym_match] = ACTIONS(683), + [anon_sym_LBRACE] = ACTIONS(683), + [anon_sym_try] = ACTIONS(683), + [anon_sym_return] = ACTIONS(683), + [anon_sym_source] = ACTIONS(683), + [anon_sym_source_DASHenv] = ACTIONS(683), + [anon_sym_register] = ACTIONS(683), + [anon_sym_hide] = ACTIONS(683), + [anon_sym_hide_DASHenv] = ACTIONS(683), + [anon_sym_overlay] = ACTIONS(683), + [anon_sym_where] = ACTIONS(683), + [anon_sym_not] = ACTIONS(683), + [anon_sym_DOT_DOT_LT] = ACTIONS(683), + [anon_sym_DOT_DOT] = ACTIONS(683), + [anon_sym_DOT_DOT_EQ] = ACTIONS(683), + [sym_val_nothing] = ACTIONS(683), + [anon_sym_true] = ACTIONS(683), + [anon_sym_false] = ACTIONS(683), + [aux_sym_val_number_token1] = ACTIONS(683), + [aux_sym_val_number_token2] = ACTIONS(683), + [aux_sym_val_number_token3] = ACTIONS(683), + [aux_sym_val_number_token4] = ACTIONS(683), + [anon_sym_inf] = ACTIONS(683), + [anon_sym_DASHinf] = ACTIONS(683), + [anon_sym_NaN] = ACTIONS(683), + [anon_sym_0b] = ACTIONS(683), + [anon_sym_0o] = ACTIONS(683), + [anon_sym_0x] = ACTIONS(683), + [sym_val_date] = ACTIONS(683), + [anon_sym_DQUOTE] = ACTIONS(683), + [sym__str_single_quotes] = ACTIONS(683), + [sym__str_back_ticks] = ACTIONS(683), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(683), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(683), + [anon_sym_CARET] = ACTIONS(683), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, [430] = { + [sym__expression] = STATE(168), + [sym_expr_unary] = STATE(277), + [sym_expr_binary] = STATE(277), + [sym_expr_parenthesized] = STATE(272), + [sym_val_range] = STATE(277), + [sym__value] = STATE(277), + [sym_val_bool] = STATE(275), + [sym_val_variable] = STATE(275), + [sym__var] = STATE(152), + [sym_val_number] = STATE(4), + [sym_val_duration] = STATE(275), + [sym_val_filesize] = STATE(275), + [sym_val_binary] = STATE(275), + [sym_val_string] = STATE(275), + [sym__str_double_quotes] = STATE(267), + [sym_val_interpolated] = STATE(275), + [sym__inter_single_quotes] = STATE(282), + [sym__inter_double_quotes] = STATE(283), + [sym_val_list] = STATE(275), + [sym_val_record] = STATE(275), + [sym_val_table] = STATE(275), + [sym_val_closure] = STATE(275), + [sym__flag] = STATE(651), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(430), - [ts_builtin_sym_end] = ACTIONS(946), - [anon_sym_export] = ACTIONS(944), - [anon_sym_alias] = ACTIONS(944), - [anon_sym_let] = ACTIONS(944), - [anon_sym_let_DASHenv] = ACTIONS(944), - [anon_sym_mut] = ACTIONS(944), - [anon_sym_const] = ACTIONS(944), - [sym_cmd_identifier] = ACTIONS(944), - [anon_sym_SEMI] = ACTIONS(944), - [anon_sym_LF] = ACTIONS(946), - [anon_sym_def] = ACTIONS(944), - [anon_sym_def_DASHenv] = ACTIONS(944), - [anon_sym_export_DASHenv] = ACTIONS(944), - [anon_sym_extern] = ACTIONS(944), - [anon_sym_module] = ACTIONS(944), - [anon_sym_use] = ACTIONS(944), - [anon_sym_LBRACK] = ACTIONS(944), - [anon_sym_LPAREN] = ACTIONS(944), - [anon_sym_DOLLAR] = ACTIONS(944), - [anon_sym_error] = ACTIONS(944), + [ts_builtin_sym_end] = ACTIONS(685), + [anon_sym_export] = ACTIONS(683), + [anon_sym_alias] = ACTIONS(683), + [anon_sym_let] = ACTIONS(683), + [anon_sym_let_DASHenv] = ACTIONS(683), + [anon_sym_mut] = ACTIONS(683), + [anon_sym_const] = ACTIONS(683), + [sym_cmd_identifier] = ACTIONS(683), + [anon_sym_SEMI] = ACTIONS(683), + [anon_sym_LF] = ACTIONS(685), + [anon_sym_def] = ACTIONS(683), + [anon_sym_def_DASHenv] = ACTIONS(683), + [anon_sym_export_DASHenv] = ACTIONS(683), + [anon_sym_extern] = ACTIONS(683), + [anon_sym_module] = ACTIONS(683), + [anon_sym_use] = ACTIONS(683), + [anon_sym_LBRACK] = ACTIONS(683), + [anon_sym_LPAREN] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(683), + [anon_sym_DOLLAR] = ACTIONS(683), + [anon_sym_error] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(683), + [anon_sym_break] = ACTIONS(683), + [anon_sym_continue] = ACTIONS(683), + [anon_sym_for] = ACTIONS(683), + [anon_sym_loop] = ACTIONS(683), + [anon_sym_while] = ACTIONS(683), + [anon_sym_do] = ACTIONS(683), + [anon_sym_if] = ACTIONS(683), + [anon_sym_match] = ACTIONS(683), + [anon_sym_LBRACE] = ACTIONS(683), + [anon_sym_try] = ACTIONS(683), + [anon_sym_return] = ACTIONS(683), + [anon_sym_source] = ACTIONS(683), + [anon_sym_source_DASHenv] = ACTIONS(683), + [anon_sym_register] = ACTIONS(683), + [anon_sym_hide] = ACTIONS(683), + [anon_sym_hide_DASHenv] = ACTIONS(683), + [anon_sym_overlay] = ACTIONS(683), + [anon_sym_where] = ACTIONS(683), + [anon_sym_not] = ACTIONS(683), + [anon_sym_DOT_DOT_LT] = ACTIONS(683), + [anon_sym_DOT_DOT] = ACTIONS(683), + [anon_sym_DOT_DOT_EQ] = ACTIONS(683), + [sym_val_nothing] = ACTIONS(683), + [anon_sym_true] = ACTIONS(683), + [anon_sym_false] = ACTIONS(683), + [aux_sym_val_number_token1] = ACTIONS(683), + [aux_sym_val_number_token2] = ACTIONS(683), + [aux_sym_val_number_token3] = ACTIONS(683), + [aux_sym_val_number_token4] = ACTIONS(683), + [anon_sym_inf] = ACTIONS(683), + [anon_sym_DASHinf] = ACTIONS(683), + [anon_sym_NaN] = ACTIONS(683), + [anon_sym_0b] = ACTIONS(683), + [anon_sym_0o] = ACTIONS(683), + [anon_sym_0x] = ACTIONS(683), + [sym_val_date] = ACTIONS(683), + [anon_sym_DQUOTE] = ACTIONS(683), + [sym__str_single_quotes] = ACTIONS(683), + [sym__str_back_ticks] = ACTIONS(683), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(683), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(683), + [anon_sym_CARET] = ACTIONS(683), + [sym_short_flag] = ACTIONS(742), + [anon_sym_POUND] = ACTIONS(3), + }, + [431] = { + [sym_comment] = STATE(431), + [ts_builtin_sym_end] = ACTIONS(974), + [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), + [sym_cmd_identifier] = ACTIONS(972), + [anon_sym_SEMI] = ACTIONS(972), + [anon_sym_LF] = ACTIONS(974), + [anon_sym_def] = ACTIONS(972), + [anon_sym_def_DASHenv] = 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_LBRACK] = ACTIONS(972), + [anon_sym_LPAREN] = ACTIONS(972), + [anon_sym_DOLLAR] = ACTIONS(972), + [anon_sym_error] = ACTIONS(972), [anon_sym_GT] = ACTIONS(914), [anon_sym_DASH] = ACTIONS(916), - [anon_sym_break] = ACTIONS(944), - [anon_sym_continue] = ACTIONS(944), - [anon_sym_for] = ACTIONS(944), + [anon_sym_break] = ACTIONS(972), + [anon_sym_continue] = ACTIONS(972), + [anon_sym_for] = ACTIONS(972), [anon_sym_in] = ACTIONS(918), - [anon_sym_loop] = ACTIONS(944), - [anon_sym_while] = ACTIONS(944), - [anon_sym_do] = ACTIONS(944), - [anon_sym_if] = ACTIONS(944), - [anon_sym_match] = ACTIONS(944), - [anon_sym_LBRACE] = ACTIONS(944), - [anon_sym_try] = ACTIONS(944), - [anon_sym_return] = ACTIONS(944), - [anon_sym_source] = ACTIONS(944), - [anon_sym_source_DASHenv] = ACTIONS(944), - [anon_sym_register] = ACTIONS(944), - [anon_sym_hide] = ACTIONS(944), - [anon_sym_hide_DASHenv] = ACTIONS(944), - [anon_sym_overlay] = ACTIONS(944), + [anon_sym_loop] = ACTIONS(972), + [anon_sym_while] = ACTIONS(972), + [anon_sym_do] = ACTIONS(972), + [anon_sym_if] = ACTIONS(972), + [anon_sym_match] = ACTIONS(972), + [anon_sym_LBRACE] = ACTIONS(972), + [anon_sym_try] = 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_STAR] = ACTIONS(920), - [anon_sym_where] = ACTIONS(944), + [anon_sym_where] = ACTIONS(972), [anon_sym_STAR_STAR] = ACTIONS(922), [anon_sym_PLUS_PLUS] = ACTIONS(922), [anon_sym_SLASH] = ACTIONS(920), @@ -88719,1134 +88818,1322 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(934), [anon_sym_xor] = ACTIONS(936), [anon_sym_or] = ACTIONS(938), - [anon_sym_not] = ACTIONS(944), - [anon_sym_DOT_DOT_LT] = ACTIONS(944), - [anon_sym_DOT_DOT] = ACTIONS(944), - [anon_sym_DOT_DOT_EQ] = ACTIONS(944), - [sym_val_nothing] = ACTIONS(944), - [anon_sym_true] = ACTIONS(944), - [anon_sym_false] = ACTIONS(944), - [aux_sym_val_number_token1] = ACTIONS(944), - [aux_sym_val_number_token2] = ACTIONS(944), - [aux_sym_val_number_token3] = ACTIONS(944), - [aux_sym_val_number_token4] = ACTIONS(944), - [anon_sym_inf] = ACTIONS(944), - [anon_sym_DASHinf] = ACTIONS(944), - [anon_sym_NaN] = ACTIONS(944), - [anon_sym_0b] = ACTIONS(944), - [anon_sym_0o] = ACTIONS(944), - [anon_sym_0x] = ACTIONS(944), - [sym_val_date] = ACTIONS(944), - [anon_sym_DQUOTE] = ACTIONS(944), - [sym__str_single_quotes] = ACTIONS(944), - [sym__str_back_ticks] = ACTIONS(944), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(944), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(944), - [anon_sym_CARET] = ACTIONS(944), - [anon_sym_POUND] = ACTIONS(3), - }, - [431] = { - [sym__expression] = STATE(185), - [sym_expr_unary] = STATE(294), - [sym_expr_binary] = STATE(294), - [sym_expr_parenthesized] = STATE(293), - [sym_val_range] = STATE(294), - [sym__value] = STATE(294), - [sym_val_bool] = STATE(304), - [sym_val_variable] = STATE(304), - [sym__var] = STATE(147), - [sym_val_number] = STATE(4), - [sym_val_duration] = STATE(304), - [sym_val_filesize] = STATE(304), - [sym_val_binary] = STATE(304), - [sym_val_string] = STATE(304), - [sym__str_double_quotes] = STATE(265), - [sym_val_interpolated] = STATE(304), - [sym__inter_single_quotes] = STATE(285), - [sym__inter_double_quotes] = STATE(269), - [sym_val_list] = STATE(304), - [sym_val_record] = STATE(304), - [sym_val_table] = STATE(304), - [sym_val_closure] = STATE(304), - [sym__flag] = STATE(424), - [sym_long_flag] = STATE(708), - [sym_comment] = STATE(431), - [ts_builtin_sym_end] = ACTIONS(684), - [anon_sym_export] = ACTIONS(682), - [anon_sym_alias] = ACTIONS(682), - [anon_sym_let] = ACTIONS(682), - [anon_sym_let_DASHenv] = ACTIONS(682), - [anon_sym_mut] = ACTIONS(682), - [anon_sym_const] = ACTIONS(682), - [sym_cmd_identifier] = ACTIONS(682), - [anon_sym_SEMI] = ACTIONS(682), - [anon_sym_LF] = ACTIONS(684), - [anon_sym_def] = ACTIONS(682), - [anon_sym_def_DASHenv] = ACTIONS(682), - [anon_sym_export_DASHenv] = ACTIONS(682), - [anon_sym_extern] = ACTIONS(682), - [anon_sym_module] = ACTIONS(682), - [anon_sym_use] = ACTIONS(682), - [anon_sym_LBRACK] = ACTIONS(682), - [anon_sym_LPAREN] = ACTIONS(682), - [anon_sym_PIPE] = ACTIONS(682), - [anon_sym_DOLLAR] = ACTIONS(682), - [anon_sym_error] = ACTIONS(682), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(682), - [anon_sym_break] = ACTIONS(682), - [anon_sym_continue] = ACTIONS(682), - [anon_sym_for] = ACTIONS(682), - [anon_sym_loop] = ACTIONS(682), - [anon_sym_while] = ACTIONS(682), - [anon_sym_do] = ACTIONS(682), - [anon_sym_if] = ACTIONS(682), - [anon_sym_match] = ACTIONS(682), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_try] = ACTIONS(682), - [anon_sym_return] = ACTIONS(682), - [anon_sym_source] = ACTIONS(682), - [anon_sym_source_DASHenv] = ACTIONS(682), - [anon_sym_register] = ACTIONS(682), - [anon_sym_hide] = ACTIONS(682), - [anon_sym_hide_DASHenv] = ACTIONS(682), - [anon_sym_overlay] = ACTIONS(682), - [anon_sym_where] = ACTIONS(682), - [anon_sym_not] = ACTIONS(682), - [anon_sym_DOT_DOT_LT] = ACTIONS(682), - [anon_sym_DOT_DOT] = ACTIONS(682), - [anon_sym_DOT_DOT_EQ] = ACTIONS(682), - [sym_val_nothing] = ACTIONS(682), - [anon_sym_true] = ACTIONS(682), - [anon_sym_false] = ACTIONS(682), - [aux_sym_val_number_token1] = ACTIONS(682), - [aux_sym_val_number_token2] = ACTIONS(682), - [aux_sym_val_number_token3] = ACTIONS(682), - [aux_sym_val_number_token4] = ACTIONS(682), - [anon_sym_inf] = ACTIONS(682), - [anon_sym_DASHinf] = ACTIONS(682), - [anon_sym_NaN] = ACTIONS(682), - [anon_sym_0b] = ACTIONS(682), - [anon_sym_0o] = ACTIONS(682), - [anon_sym_0x] = ACTIONS(682), - [sym_val_date] = ACTIONS(682), - [anon_sym_DQUOTE] = ACTIONS(682), - [sym__str_single_quotes] = ACTIONS(682), - [sym__str_back_ticks] = ACTIONS(682), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(682), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(682), - [anon_sym_CARET] = ACTIONS(682), - [sym_short_flag] = ACTIONS(740), + [anon_sym_not] = ACTIONS(972), + [anon_sym_DOT_DOT_LT] = ACTIONS(972), + [anon_sym_DOT_DOT] = ACTIONS(972), + [anon_sym_DOT_DOT_EQ] = ACTIONS(972), + [sym_val_nothing] = ACTIONS(972), + [anon_sym_true] = ACTIONS(972), + [anon_sym_false] = 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), + [anon_sym_inf] = ACTIONS(972), + [anon_sym_DASHinf] = ACTIONS(972), + [anon_sym_NaN] = ACTIONS(972), + [anon_sym_0b] = ACTIONS(972), + [anon_sym_0o] = ACTIONS(972), + [anon_sym_0x] = ACTIONS(972), + [sym_val_date] = ACTIONS(972), + [anon_sym_DQUOTE] = ACTIONS(972), + [sym__str_single_quotes] = ACTIONS(972), + [sym__str_back_ticks] = ACTIONS(972), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(972), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(972), + [anon_sym_CARET] = ACTIONS(972), [anon_sym_POUND] = ACTIONS(3), }, [432] = { - [sym__expression] = STATE(167), - [sym_expr_unary] = STATE(294), - [sym_expr_binary] = STATE(294), - [sym_expr_parenthesized] = STATE(293), - [sym_val_range] = STATE(294), - [sym__value] = STATE(294), - [sym_val_bool] = STATE(304), - [sym_val_variable] = STATE(304), - [sym__var] = STATE(147), + [sym__expression] = STATE(181), + [sym_expr_unary] = STATE(277), + [sym_expr_binary] = STATE(277), + [sym_expr_parenthesized] = STATE(272), + [sym_val_range] = STATE(277), + [sym__value] = STATE(277), + [sym_val_bool] = STATE(275), + [sym_val_variable] = STATE(275), + [sym__var] = STATE(152), [sym_val_number] = STATE(4), - [sym_val_duration] = STATE(304), - [sym_val_filesize] = STATE(304), - [sym_val_binary] = STATE(304), - [sym_val_string] = STATE(304), - [sym__str_double_quotes] = STATE(265), - [sym_val_interpolated] = STATE(304), - [sym__inter_single_quotes] = STATE(285), - [sym__inter_double_quotes] = STATE(269), - [sym_val_list] = STATE(304), - [sym_val_record] = STATE(304), - [sym_val_table] = STATE(304), - [sym_val_closure] = STATE(304), - [sym__flag] = STATE(429), - [sym_long_flag] = STATE(708), + [sym_val_duration] = STATE(275), + [sym_val_filesize] = STATE(275), + [sym_val_binary] = STATE(275), + [sym_val_string] = STATE(275), + [sym__str_double_quotes] = STATE(267), + [sym_val_interpolated] = STATE(275), + [sym__inter_single_quotes] = STATE(282), + [sym__inter_double_quotes] = STATE(283), + [sym_val_list] = STATE(275), + [sym_val_record] = STATE(275), + [sym_val_table] = STATE(275), + [sym_val_closure] = STATE(275), + [sym__flag] = STATE(646), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(432), - [ts_builtin_sym_end] = ACTIONS(942), - [anon_sym_export] = ACTIONS(940), - [anon_sym_alias] = ACTIONS(940), - [anon_sym_let] = ACTIONS(940), - [anon_sym_let_DASHenv] = ACTIONS(940), - [anon_sym_mut] = ACTIONS(940), - [anon_sym_const] = ACTIONS(940), - [sym_cmd_identifier] = ACTIONS(940), - [anon_sym_SEMI] = ACTIONS(940), - [anon_sym_LF] = ACTIONS(942), - [anon_sym_def] = ACTIONS(940), - [anon_sym_def_DASHenv] = ACTIONS(940), - [anon_sym_export_DASHenv] = ACTIONS(940), - [anon_sym_extern] = ACTIONS(940), - [anon_sym_module] = ACTIONS(940), - [anon_sym_use] = ACTIONS(940), - [anon_sym_LBRACK] = ACTIONS(940), - [anon_sym_LPAREN] = ACTIONS(940), - [anon_sym_PIPE] = ACTIONS(940), - [anon_sym_DOLLAR] = ACTIONS(940), - [anon_sym_error] = ACTIONS(940), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(940), - [anon_sym_break] = ACTIONS(940), - [anon_sym_continue] = ACTIONS(940), - [anon_sym_for] = ACTIONS(940), - [anon_sym_loop] = ACTIONS(940), - [anon_sym_while] = ACTIONS(940), - [anon_sym_do] = ACTIONS(940), - [anon_sym_if] = ACTIONS(940), - [anon_sym_match] = ACTIONS(940), - [anon_sym_LBRACE] = ACTIONS(940), - [anon_sym_try] = ACTIONS(940), - [anon_sym_return] = ACTIONS(940), - [anon_sym_source] = ACTIONS(940), - [anon_sym_source_DASHenv] = ACTIONS(940), - [anon_sym_register] = ACTIONS(940), - [anon_sym_hide] = ACTIONS(940), - [anon_sym_hide_DASHenv] = ACTIONS(940), - [anon_sym_overlay] = ACTIONS(940), - [anon_sym_where] = ACTIONS(940), - [anon_sym_not] = ACTIONS(940), - [anon_sym_DOT_DOT_LT] = ACTIONS(940), - [anon_sym_DOT_DOT] = ACTIONS(940), - [anon_sym_DOT_DOT_EQ] = ACTIONS(940), - [sym_val_nothing] = ACTIONS(940), - [anon_sym_true] = ACTIONS(940), - [anon_sym_false] = ACTIONS(940), - [aux_sym_val_number_token1] = ACTIONS(940), - [aux_sym_val_number_token2] = ACTIONS(940), - [aux_sym_val_number_token3] = ACTIONS(940), - [aux_sym_val_number_token4] = ACTIONS(940), - [anon_sym_inf] = ACTIONS(940), - [anon_sym_DASHinf] = ACTIONS(940), - [anon_sym_NaN] = ACTIONS(940), - [anon_sym_0b] = ACTIONS(940), - [anon_sym_0o] = ACTIONS(940), - [anon_sym_0x] = ACTIONS(940), - [sym_val_date] = ACTIONS(940), - [anon_sym_DQUOTE] = ACTIONS(940), - [sym__str_single_quotes] = ACTIONS(940), - [sym__str_back_ticks] = ACTIONS(940), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(940), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(940), - [anon_sym_CARET] = ACTIONS(940), - [sym_short_flag] = ACTIONS(740), + [ts_builtin_sym_end] = ACTIONS(629), + [anon_sym_export] = ACTIONS(627), + [anon_sym_alias] = ACTIONS(627), + [anon_sym_let] = ACTIONS(627), + [anon_sym_let_DASHenv] = ACTIONS(627), + [anon_sym_mut] = ACTIONS(627), + [anon_sym_const] = ACTIONS(627), + [sym_cmd_identifier] = ACTIONS(627), + [anon_sym_SEMI] = ACTIONS(627), + [anon_sym_LF] = ACTIONS(629), + [anon_sym_def] = ACTIONS(627), + [anon_sym_def_DASHenv] = ACTIONS(627), + [anon_sym_export_DASHenv] = ACTIONS(627), + [anon_sym_extern] = ACTIONS(627), + [anon_sym_module] = ACTIONS(627), + [anon_sym_use] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(627), + [anon_sym_LPAREN] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(627), + [anon_sym_DOLLAR] = ACTIONS(627), + [anon_sym_error] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(627), + [anon_sym_break] = ACTIONS(627), + [anon_sym_continue] = ACTIONS(627), + [anon_sym_for] = ACTIONS(627), + [anon_sym_loop] = ACTIONS(627), + [anon_sym_while] = ACTIONS(627), + [anon_sym_do] = ACTIONS(627), + [anon_sym_if] = ACTIONS(627), + [anon_sym_match] = ACTIONS(627), + [anon_sym_LBRACE] = ACTIONS(627), + [anon_sym_try] = ACTIONS(627), + [anon_sym_return] = ACTIONS(627), + [anon_sym_source] = ACTIONS(627), + [anon_sym_source_DASHenv] = ACTIONS(627), + [anon_sym_register] = ACTIONS(627), + [anon_sym_hide] = ACTIONS(627), + [anon_sym_hide_DASHenv] = ACTIONS(627), + [anon_sym_overlay] = ACTIONS(627), + [anon_sym_where] = ACTIONS(627), + [anon_sym_not] = ACTIONS(627), + [anon_sym_DOT_DOT_LT] = ACTIONS(627), + [anon_sym_DOT_DOT] = ACTIONS(627), + [anon_sym_DOT_DOT_EQ] = ACTIONS(627), + [sym_val_nothing] = ACTIONS(627), + [anon_sym_true] = ACTIONS(627), + [anon_sym_false] = ACTIONS(627), + [aux_sym_val_number_token1] = ACTIONS(627), + [aux_sym_val_number_token2] = ACTIONS(627), + [aux_sym_val_number_token3] = ACTIONS(627), + [aux_sym_val_number_token4] = ACTIONS(627), + [anon_sym_inf] = ACTIONS(627), + [anon_sym_DASHinf] = ACTIONS(627), + [anon_sym_NaN] = ACTIONS(627), + [anon_sym_0b] = ACTIONS(627), + [anon_sym_0o] = ACTIONS(627), + [anon_sym_0x] = ACTIONS(627), + [sym_val_date] = ACTIONS(627), + [anon_sym_DQUOTE] = ACTIONS(627), + [sym__str_single_quotes] = ACTIONS(627), + [sym__str_back_ticks] = ACTIONS(627), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(627), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(627), + [anon_sym_CARET] = ACTIONS(627), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, [433] = { - [sym__expression] = STATE(193), - [sym_expr_unary] = STATE(294), - [sym_expr_binary] = STATE(294), - [sym_expr_parenthesized] = STATE(293), - [sym_val_range] = STATE(294), - [sym__value] = STATE(294), - [sym_val_bool] = STATE(304), - [sym_val_variable] = STATE(304), - [sym__var] = STATE(147), + [sym__expression] = STATE(181), + [sym_expr_unary] = STATE(277), + [sym_expr_binary] = STATE(277), + [sym_expr_parenthesized] = STATE(272), + [sym_val_range] = STATE(277), + [sym__value] = STATE(277), + [sym_val_bool] = STATE(275), + [sym_val_variable] = STATE(275), + [sym__var] = STATE(152), [sym_val_number] = STATE(4), - [sym_val_duration] = STATE(304), - [sym_val_filesize] = STATE(304), - [sym_val_binary] = STATE(304), - [sym_val_string] = STATE(304), - [sym__str_double_quotes] = STATE(265), - [sym_val_interpolated] = STATE(304), - [sym__inter_single_quotes] = STATE(285), - [sym__inter_double_quotes] = STATE(269), - [sym_val_list] = STATE(304), - [sym_val_record] = STATE(304), - [sym_val_table] = STATE(304), - [sym_val_closure] = STATE(304), - [sym__flag] = STATE(444), - [sym_long_flag] = STATE(708), + [sym_val_duration] = STATE(275), + [sym_val_filesize] = STATE(275), + [sym_val_binary] = STATE(275), + [sym_val_string] = STATE(275), + [sym__str_double_quotes] = STATE(267), + [sym_val_interpolated] = STATE(275), + [sym__inter_single_quotes] = STATE(282), + [sym__inter_double_quotes] = STATE(283), + [sym_val_list] = STATE(275), + [sym_val_record] = STATE(275), + [sym_val_table] = STATE(275), + [sym_val_closure] = STATE(275), + [sym__flag] = STATE(446), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(433), - [ts_builtin_sym_end] = ACTIONS(676), - [anon_sym_export] = ACTIONS(674), - [anon_sym_alias] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_let_DASHenv] = ACTIONS(674), - [anon_sym_mut] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [sym_cmd_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(674), - [anon_sym_LF] = ACTIONS(676), - [anon_sym_def] = ACTIONS(674), - [anon_sym_def_DASHenv] = ACTIONS(674), - [anon_sym_export_DASHenv] = ACTIONS(674), - [anon_sym_extern] = ACTIONS(674), - [anon_sym_module] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_LBRACK] = ACTIONS(674), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_PIPE] = ACTIONS(674), - [anon_sym_DOLLAR] = ACTIONS(674), - [anon_sym_error] = ACTIONS(674), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [anon_sym_do] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_LBRACE] = ACTIONS(674), - [anon_sym_try] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_source] = ACTIONS(674), - [anon_sym_source_DASHenv] = ACTIONS(674), - [anon_sym_register] = ACTIONS(674), - [anon_sym_hide] = ACTIONS(674), - [anon_sym_hide_DASHenv] = ACTIONS(674), - [anon_sym_overlay] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_DOT_DOT_LT] = ACTIONS(674), - [anon_sym_DOT_DOT] = ACTIONS(674), - [anon_sym_DOT_DOT_EQ] = ACTIONS(674), - [sym_val_nothing] = ACTIONS(674), - [anon_sym_true] = ACTIONS(674), - [anon_sym_false] = ACTIONS(674), - [aux_sym_val_number_token1] = ACTIONS(674), - [aux_sym_val_number_token2] = ACTIONS(674), - [aux_sym_val_number_token3] = ACTIONS(674), - [aux_sym_val_number_token4] = ACTIONS(674), - [anon_sym_inf] = ACTIONS(674), - [anon_sym_DASHinf] = ACTIONS(674), - [anon_sym_NaN] = ACTIONS(674), - [anon_sym_0b] = ACTIONS(674), - [anon_sym_0o] = ACTIONS(674), - [anon_sym_0x] = ACTIONS(674), - [sym_val_date] = ACTIONS(674), - [anon_sym_DQUOTE] = ACTIONS(674), - [sym__str_single_quotes] = ACTIONS(674), - [sym__str_back_ticks] = ACTIONS(674), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(674), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [sym_short_flag] = ACTIONS(740), + [ts_builtin_sym_end] = ACTIONS(629), + [anon_sym_export] = ACTIONS(627), + [anon_sym_alias] = ACTIONS(627), + [anon_sym_let] = ACTIONS(627), + [anon_sym_let_DASHenv] = ACTIONS(627), + [anon_sym_mut] = ACTIONS(627), + [anon_sym_const] = ACTIONS(627), + [sym_cmd_identifier] = ACTIONS(627), + [anon_sym_SEMI] = ACTIONS(627), + [anon_sym_LF] = ACTIONS(629), + [anon_sym_def] = ACTIONS(627), + [anon_sym_def_DASHenv] = ACTIONS(627), + [anon_sym_export_DASHenv] = ACTIONS(627), + [anon_sym_extern] = ACTIONS(627), + [anon_sym_module] = ACTIONS(627), + [anon_sym_use] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(627), + [anon_sym_LPAREN] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(627), + [anon_sym_DOLLAR] = ACTIONS(627), + [anon_sym_error] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(627), + [anon_sym_break] = ACTIONS(627), + [anon_sym_continue] = ACTIONS(627), + [anon_sym_for] = ACTIONS(627), + [anon_sym_loop] = ACTIONS(627), + [anon_sym_while] = ACTIONS(627), + [anon_sym_do] = ACTIONS(627), + [anon_sym_if] = ACTIONS(627), + [anon_sym_match] = ACTIONS(627), + [anon_sym_LBRACE] = ACTIONS(627), + [anon_sym_try] = ACTIONS(627), + [anon_sym_return] = ACTIONS(627), + [anon_sym_source] = ACTIONS(627), + [anon_sym_source_DASHenv] = ACTIONS(627), + [anon_sym_register] = ACTIONS(627), + [anon_sym_hide] = ACTIONS(627), + [anon_sym_hide_DASHenv] = ACTIONS(627), + [anon_sym_overlay] = ACTIONS(627), + [anon_sym_where] = ACTIONS(627), + [anon_sym_not] = ACTIONS(627), + [anon_sym_DOT_DOT_LT] = ACTIONS(627), + [anon_sym_DOT_DOT] = ACTIONS(627), + [anon_sym_DOT_DOT_EQ] = ACTIONS(627), + [sym_val_nothing] = ACTIONS(627), + [anon_sym_true] = ACTIONS(627), + [anon_sym_false] = ACTIONS(627), + [aux_sym_val_number_token1] = ACTIONS(627), + [aux_sym_val_number_token2] = ACTIONS(627), + [aux_sym_val_number_token3] = ACTIONS(627), + [aux_sym_val_number_token4] = ACTIONS(627), + [anon_sym_inf] = ACTIONS(627), + [anon_sym_DASHinf] = ACTIONS(627), + [anon_sym_NaN] = ACTIONS(627), + [anon_sym_0b] = ACTIONS(627), + [anon_sym_0o] = ACTIONS(627), + [anon_sym_0x] = ACTIONS(627), + [sym_val_date] = ACTIONS(627), + [anon_sym_DQUOTE] = ACTIONS(627), + [sym__str_single_quotes] = ACTIONS(627), + [sym__str_back_ticks] = ACTIONS(627), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(627), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(627), + [anon_sym_CARET] = ACTIONS(627), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, [434] = { - [sym__expression] = STATE(191), - [sym_expr_unary] = STATE(294), - [sym_expr_binary] = STATE(294), - [sym_expr_parenthesized] = STATE(293), - [sym_val_range] = STATE(294), - [sym__value] = STATE(294), - [sym_val_bool] = STATE(304), - [sym_val_variable] = STATE(304), - [sym__var] = STATE(147), + [sym__expression] = STATE(181), + [sym_expr_unary] = STATE(277), + [sym_expr_binary] = STATE(277), + [sym_expr_parenthesized] = STATE(272), + [sym_val_range] = STATE(277), + [sym__value] = STATE(277), + [sym_val_bool] = STATE(275), + [sym_val_variable] = STATE(275), + [sym__var] = STATE(152), [sym_val_number] = STATE(4), - [sym_val_duration] = STATE(304), - [sym_val_filesize] = STATE(304), - [sym_val_binary] = STATE(304), - [sym_val_string] = STATE(304), - [sym__str_double_quotes] = STATE(265), - [sym_val_interpolated] = STATE(304), - [sym__inter_single_quotes] = STATE(285), - [sym__inter_double_quotes] = STATE(269), - [sym_val_list] = STATE(304), - [sym_val_record] = STATE(304), - [sym_val_table] = STATE(304), - [sym_val_closure] = STATE(304), - [sym__flag] = STATE(657), - [sym_long_flag] = STATE(708), + [sym_val_duration] = STATE(275), + [sym_val_filesize] = STATE(275), + [sym_val_binary] = STATE(275), + [sym_val_string] = STATE(275), + [sym__str_double_quotes] = STATE(267), + [sym_val_interpolated] = STATE(275), + [sym__inter_single_quotes] = STATE(282), + [sym__inter_double_quotes] = STATE(283), + [sym_val_list] = STATE(275), + [sym_val_record] = STATE(275), + [sym_val_table] = STATE(275), + [sym_val_closure] = STATE(275), + [sym__flag] = STATE(438), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(434), - [ts_builtin_sym_end] = ACTIONS(672), - [anon_sym_export] = ACTIONS(670), - [anon_sym_alias] = ACTIONS(670), - [anon_sym_let] = ACTIONS(670), - [anon_sym_let_DASHenv] = ACTIONS(670), - [anon_sym_mut] = ACTIONS(670), - [anon_sym_const] = ACTIONS(670), - [sym_cmd_identifier] = ACTIONS(670), - [anon_sym_SEMI] = ACTIONS(670), - [anon_sym_LF] = ACTIONS(672), - [anon_sym_def] = ACTIONS(670), - [anon_sym_def_DASHenv] = ACTIONS(670), - [anon_sym_export_DASHenv] = ACTIONS(670), - [anon_sym_extern] = ACTIONS(670), - [anon_sym_module] = ACTIONS(670), - [anon_sym_use] = ACTIONS(670), - [anon_sym_LBRACK] = ACTIONS(670), - [anon_sym_LPAREN] = ACTIONS(670), - [anon_sym_PIPE] = ACTIONS(670), - [anon_sym_DOLLAR] = ACTIONS(670), - [anon_sym_error] = ACTIONS(670), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(670), - [anon_sym_break] = ACTIONS(670), - [anon_sym_continue] = ACTIONS(670), - [anon_sym_for] = ACTIONS(670), - [anon_sym_loop] = ACTIONS(670), - [anon_sym_while] = ACTIONS(670), - [anon_sym_do] = ACTIONS(670), - [anon_sym_if] = ACTIONS(670), - [anon_sym_match] = ACTIONS(670), - [anon_sym_LBRACE] = ACTIONS(670), - [anon_sym_try] = ACTIONS(670), - [anon_sym_return] = ACTIONS(670), - [anon_sym_source] = ACTIONS(670), - [anon_sym_source_DASHenv] = ACTIONS(670), - [anon_sym_register] = ACTIONS(670), - [anon_sym_hide] = ACTIONS(670), - [anon_sym_hide_DASHenv] = ACTIONS(670), - [anon_sym_overlay] = ACTIONS(670), - [anon_sym_where] = ACTIONS(670), - [anon_sym_not] = ACTIONS(670), - [anon_sym_DOT_DOT_LT] = ACTIONS(670), - [anon_sym_DOT_DOT] = ACTIONS(670), - [anon_sym_DOT_DOT_EQ] = ACTIONS(670), - [sym_val_nothing] = ACTIONS(670), - [anon_sym_true] = ACTIONS(670), - [anon_sym_false] = ACTIONS(670), - [aux_sym_val_number_token1] = ACTIONS(670), - [aux_sym_val_number_token2] = ACTIONS(670), - [aux_sym_val_number_token3] = ACTIONS(670), - [aux_sym_val_number_token4] = ACTIONS(670), - [anon_sym_inf] = ACTIONS(670), - [anon_sym_DASHinf] = ACTIONS(670), - [anon_sym_NaN] = ACTIONS(670), - [anon_sym_0b] = ACTIONS(670), - [anon_sym_0o] = ACTIONS(670), - [anon_sym_0x] = ACTIONS(670), - [sym_val_date] = ACTIONS(670), - [anon_sym_DQUOTE] = ACTIONS(670), - [sym__str_single_quotes] = ACTIONS(670), - [sym__str_back_ticks] = ACTIONS(670), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(670), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(670), - [anon_sym_CARET] = ACTIONS(670), - [sym_short_flag] = ACTIONS(740), + [ts_builtin_sym_end] = ACTIONS(629), + [anon_sym_export] = ACTIONS(627), + [anon_sym_alias] = ACTIONS(627), + [anon_sym_let] = ACTIONS(627), + [anon_sym_let_DASHenv] = ACTIONS(627), + [anon_sym_mut] = ACTIONS(627), + [anon_sym_const] = ACTIONS(627), + [sym_cmd_identifier] = ACTIONS(627), + [anon_sym_SEMI] = ACTIONS(627), + [anon_sym_LF] = ACTIONS(629), + [anon_sym_def] = ACTIONS(627), + [anon_sym_def_DASHenv] = ACTIONS(627), + [anon_sym_export_DASHenv] = ACTIONS(627), + [anon_sym_extern] = ACTIONS(627), + [anon_sym_module] = ACTIONS(627), + [anon_sym_use] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(627), + [anon_sym_LPAREN] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(627), + [anon_sym_DOLLAR] = ACTIONS(627), + [anon_sym_error] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(627), + [anon_sym_break] = ACTIONS(627), + [anon_sym_continue] = ACTIONS(627), + [anon_sym_for] = ACTIONS(627), + [anon_sym_loop] = ACTIONS(627), + [anon_sym_while] = ACTIONS(627), + [anon_sym_do] = ACTIONS(627), + [anon_sym_if] = ACTIONS(627), + [anon_sym_match] = ACTIONS(627), + [anon_sym_LBRACE] = ACTIONS(627), + [anon_sym_try] = ACTIONS(627), + [anon_sym_return] = ACTIONS(627), + [anon_sym_source] = ACTIONS(627), + [anon_sym_source_DASHenv] = ACTIONS(627), + [anon_sym_register] = ACTIONS(627), + [anon_sym_hide] = ACTIONS(627), + [anon_sym_hide_DASHenv] = ACTIONS(627), + [anon_sym_overlay] = ACTIONS(627), + [anon_sym_where] = ACTIONS(627), + [anon_sym_not] = ACTIONS(627), + [anon_sym_DOT_DOT_LT] = ACTIONS(627), + [anon_sym_DOT_DOT] = ACTIONS(627), + [anon_sym_DOT_DOT_EQ] = ACTIONS(627), + [sym_val_nothing] = ACTIONS(627), + [anon_sym_true] = ACTIONS(627), + [anon_sym_false] = ACTIONS(627), + [aux_sym_val_number_token1] = ACTIONS(627), + [aux_sym_val_number_token2] = ACTIONS(627), + [aux_sym_val_number_token3] = ACTIONS(627), + [aux_sym_val_number_token4] = ACTIONS(627), + [anon_sym_inf] = ACTIONS(627), + [anon_sym_DASHinf] = ACTIONS(627), + [anon_sym_NaN] = ACTIONS(627), + [anon_sym_0b] = ACTIONS(627), + [anon_sym_0o] = ACTIONS(627), + [anon_sym_0x] = ACTIONS(627), + [sym_val_date] = ACTIONS(627), + [anon_sym_DQUOTE] = ACTIONS(627), + [sym__str_single_quotes] = ACTIONS(627), + [sym__str_back_ticks] = ACTIONS(627), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(627), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(627), + [anon_sym_CARET] = ACTIONS(627), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, [435] = { - [sym__expression] = STATE(193), - [sym_expr_unary] = STATE(294), - [sym_expr_binary] = STATE(294), - [sym_expr_parenthesized] = STATE(293), - [sym_val_range] = STATE(294), - [sym__value] = STATE(294), - [sym_val_bool] = STATE(304), - [sym_val_variable] = STATE(304), - [sym__var] = STATE(147), + [sym__expression] = STATE(181), + [sym_expr_unary] = STATE(277), + [sym_expr_binary] = STATE(277), + [sym_expr_parenthesized] = STATE(272), + [sym_val_range] = STATE(277), + [sym__value] = STATE(277), + [sym_val_bool] = STATE(275), + [sym_val_variable] = STATE(275), + [sym__var] = STATE(152), [sym_val_number] = STATE(4), - [sym_val_duration] = STATE(304), - [sym_val_filesize] = STATE(304), - [sym_val_binary] = STATE(304), - [sym_val_string] = STATE(304), - [sym__str_double_quotes] = STATE(265), - [sym_val_interpolated] = STATE(304), - [sym__inter_single_quotes] = STATE(285), - [sym__inter_double_quotes] = STATE(269), - [sym_val_list] = STATE(304), - [sym_val_record] = STATE(304), - [sym_val_table] = STATE(304), - [sym_val_closure] = STATE(304), - [sym__flag] = STATE(447), - [sym_long_flag] = STATE(708), + [sym_val_duration] = STATE(275), + [sym_val_filesize] = STATE(275), + [sym_val_binary] = STATE(275), + [sym_val_string] = STATE(275), + [sym__str_double_quotes] = STATE(267), + [sym_val_interpolated] = STATE(275), + [sym__inter_single_quotes] = STATE(282), + [sym__inter_double_quotes] = STATE(283), + [sym_val_list] = STATE(275), + [sym_val_record] = STATE(275), + [sym_val_table] = STATE(275), + [sym_val_closure] = STATE(275), + [sym__flag] = STATE(436), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(435), - [ts_builtin_sym_end] = ACTIONS(676), - [anon_sym_export] = ACTIONS(674), - [anon_sym_alias] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_let_DASHenv] = ACTIONS(674), - [anon_sym_mut] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [sym_cmd_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(674), - [anon_sym_LF] = ACTIONS(676), - [anon_sym_def] = ACTIONS(674), - [anon_sym_def_DASHenv] = ACTIONS(674), - [anon_sym_export_DASHenv] = ACTIONS(674), - [anon_sym_extern] = ACTIONS(674), - [anon_sym_module] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_LBRACK] = ACTIONS(674), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_PIPE] = ACTIONS(674), - [anon_sym_DOLLAR] = ACTIONS(674), - [anon_sym_error] = ACTIONS(674), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [anon_sym_do] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_LBRACE] = ACTIONS(674), - [anon_sym_try] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_source] = ACTIONS(674), - [anon_sym_source_DASHenv] = ACTIONS(674), - [anon_sym_register] = ACTIONS(674), - [anon_sym_hide] = ACTIONS(674), - [anon_sym_hide_DASHenv] = ACTIONS(674), - [anon_sym_overlay] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_DOT_DOT_LT] = ACTIONS(674), - [anon_sym_DOT_DOT] = ACTIONS(674), - [anon_sym_DOT_DOT_EQ] = ACTIONS(674), - [sym_val_nothing] = ACTIONS(674), - [anon_sym_true] = ACTIONS(674), - [anon_sym_false] = ACTIONS(674), - [aux_sym_val_number_token1] = ACTIONS(674), - [aux_sym_val_number_token2] = ACTIONS(674), - [aux_sym_val_number_token3] = ACTIONS(674), - [aux_sym_val_number_token4] = ACTIONS(674), - [anon_sym_inf] = ACTIONS(674), - [anon_sym_DASHinf] = ACTIONS(674), - [anon_sym_NaN] = ACTIONS(674), - [anon_sym_0b] = ACTIONS(674), - [anon_sym_0o] = ACTIONS(674), - [anon_sym_0x] = ACTIONS(674), - [sym_val_date] = ACTIONS(674), - [anon_sym_DQUOTE] = ACTIONS(674), - [sym__str_single_quotes] = ACTIONS(674), - [sym__str_back_ticks] = ACTIONS(674), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(674), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [sym_short_flag] = ACTIONS(740), + [ts_builtin_sym_end] = ACTIONS(629), + [anon_sym_export] = ACTIONS(627), + [anon_sym_alias] = ACTIONS(627), + [anon_sym_let] = ACTIONS(627), + [anon_sym_let_DASHenv] = ACTIONS(627), + [anon_sym_mut] = ACTIONS(627), + [anon_sym_const] = ACTIONS(627), + [sym_cmd_identifier] = ACTIONS(627), + [anon_sym_SEMI] = ACTIONS(627), + [anon_sym_LF] = ACTIONS(629), + [anon_sym_def] = ACTIONS(627), + [anon_sym_def_DASHenv] = ACTIONS(627), + [anon_sym_export_DASHenv] = ACTIONS(627), + [anon_sym_extern] = ACTIONS(627), + [anon_sym_module] = ACTIONS(627), + [anon_sym_use] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(627), + [anon_sym_LPAREN] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(627), + [anon_sym_DOLLAR] = ACTIONS(627), + [anon_sym_error] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(627), + [anon_sym_break] = ACTIONS(627), + [anon_sym_continue] = ACTIONS(627), + [anon_sym_for] = ACTIONS(627), + [anon_sym_loop] = ACTIONS(627), + [anon_sym_while] = ACTIONS(627), + [anon_sym_do] = ACTIONS(627), + [anon_sym_if] = ACTIONS(627), + [anon_sym_match] = ACTIONS(627), + [anon_sym_LBRACE] = ACTIONS(627), + [anon_sym_try] = ACTIONS(627), + [anon_sym_return] = ACTIONS(627), + [anon_sym_source] = ACTIONS(627), + [anon_sym_source_DASHenv] = ACTIONS(627), + [anon_sym_register] = ACTIONS(627), + [anon_sym_hide] = ACTIONS(627), + [anon_sym_hide_DASHenv] = ACTIONS(627), + [anon_sym_overlay] = ACTIONS(627), + [anon_sym_where] = ACTIONS(627), + [anon_sym_not] = ACTIONS(627), + [anon_sym_DOT_DOT_LT] = ACTIONS(627), + [anon_sym_DOT_DOT] = ACTIONS(627), + [anon_sym_DOT_DOT_EQ] = ACTIONS(627), + [sym_val_nothing] = ACTIONS(627), + [anon_sym_true] = ACTIONS(627), + [anon_sym_false] = ACTIONS(627), + [aux_sym_val_number_token1] = ACTIONS(627), + [aux_sym_val_number_token2] = ACTIONS(627), + [aux_sym_val_number_token3] = ACTIONS(627), + [aux_sym_val_number_token4] = ACTIONS(627), + [anon_sym_inf] = ACTIONS(627), + [anon_sym_DASHinf] = ACTIONS(627), + [anon_sym_NaN] = ACTIONS(627), + [anon_sym_0b] = ACTIONS(627), + [anon_sym_0o] = ACTIONS(627), + [anon_sym_0x] = ACTIONS(627), + [sym_val_date] = ACTIONS(627), + [anon_sym_DQUOTE] = ACTIONS(627), + [sym__str_single_quotes] = ACTIONS(627), + [sym__str_back_ticks] = ACTIONS(627), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(627), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(627), + [anon_sym_CARET] = ACTIONS(627), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, [436] = { - [sym__expression] = STATE(186), - [sym_expr_unary] = STATE(294), - [sym_expr_binary] = STATE(294), - [sym_expr_parenthesized] = STATE(293), - [sym_val_range] = STATE(294), - [sym__value] = STATE(294), - [sym_val_bool] = STATE(304), - [sym_val_variable] = STATE(304), - [sym__var] = STATE(147), + [sym__expression] = STATE(192), + [sym_expr_unary] = STATE(277), + [sym_expr_binary] = STATE(277), + [sym_expr_parenthesized] = STATE(272), + [sym_val_range] = STATE(277), + [sym__value] = STATE(277), + [sym_val_bool] = STATE(275), + [sym_val_variable] = STATE(275), + [sym__var] = STATE(152), [sym_val_number] = STATE(4), - [sym_val_duration] = STATE(304), - [sym_val_filesize] = STATE(304), - [sym_val_binary] = STATE(304), - [sym_val_string] = STATE(304), - [sym__str_double_quotes] = STATE(265), - [sym_val_interpolated] = STATE(304), - [sym__inter_single_quotes] = STATE(285), - [sym__inter_double_quotes] = STATE(269), - [sym_val_list] = STATE(304), - [sym_val_record] = STATE(304), - [sym_val_table] = STATE(304), - [sym_val_closure] = STATE(304), - [sym__flag] = STATE(678), - [sym_long_flag] = STATE(708), + [sym_val_duration] = STATE(275), + [sym_val_filesize] = STATE(275), + [sym_val_binary] = STATE(275), + [sym_val_string] = STATE(275), + [sym__str_double_quotes] = STATE(267), + [sym_val_interpolated] = STATE(275), + [sym__inter_single_quotes] = STATE(282), + [sym__inter_double_quotes] = STATE(283), + [sym_val_list] = STATE(275), + [sym_val_record] = STATE(275), + [sym_val_table] = STATE(275), + [sym_val_closure] = STATE(275), + [sym__flag] = STATE(441), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(436), - [ts_builtin_sym_end] = ACTIONS(621), - [anon_sym_export] = ACTIONS(619), - [anon_sym_alias] = ACTIONS(619), - [anon_sym_let] = ACTIONS(619), - [anon_sym_let_DASHenv] = ACTIONS(619), - [anon_sym_mut] = ACTIONS(619), - [anon_sym_const] = ACTIONS(619), - [sym_cmd_identifier] = ACTIONS(619), - [anon_sym_SEMI] = ACTIONS(619), - [anon_sym_LF] = ACTIONS(621), - [anon_sym_def] = ACTIONS(619), - [anon_sym_def_DASHenv] = ACTIONS(619), - [anon_sym_export_DASHenv] = ACTIONS(619), - [anon_sym_extern] = ACTIONS(619), - [anon_sym_module] = ACTIONS(619), - [anon_sym_use] = ACTIONS(619), - [anon_sym_LBRACK] = ACTIONS(619), - [anon_sym_LPAREN] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(619), - [anon_sym_error] = ACTIONS(619), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_break] = ACTIONS(619), - [anon_sym_continue] = ACTIONS(619), - [anon_sym_for] = ACTIONS(619), - [anon_sym_loop] = ACTIONS(619), - [anon_sym_while] = ACTIONS(619), - [anon_sym_do] = ACTIONS(619), - [anon_sym_if] = ACTIONS(619), - [anon_sym_match] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_try] = ACTIONS(619), - [anon_sym_return] = ACTIONS(619), - [anon_sym_source] = ACTIONS(619), - [anon_sym_source_DASHenv] = ACTIONS(619), - [anon_sym_register] = ACTIONS(619), - [anon_sym_hide] = ACTIONS(619), - [anon_sym_hide_DASHenv] = ACTIONS(619), - [anon_sym_overlay] = ACTIONS(619), - [anon_sym_where] = ACTIONS(619), - [anon_sym_not] = ACTIONS(619), - [anon_sym_DOT_DOT_LT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_EQ] = ACTIONS(619), - [sym_val_nothing] = ACTIONS(619), - [anon_sym_true] = ACTIONS(619), - [anon_sym_false] = ACTIONS(619), - [aux_sym_val_number_token1] = ACTIONS(619), - [aux_sym_val_number_token2] = ACTIONS(619), - [aux_sym_val_number_token3] = ACTIONS(619), - [aux_sym_val_number_token4] = ACTIONS(619), - [anon_sym_inf] = ACTIONS(619), - [anon_sym_DASHinf] = ACTIONS(619), - [anon_sym_NaN] = ACTIONS(619), - [anon_sym_0b] = ACTIONS(619), - [anon_sym_0o] = ACTIONS(619), - [anon_sym_0x] = ACTIONS(619), - [sym_val_date] = ACTIONS(619), - [anon_sym_DQUOTE] = ACTIONS(619), - [sym__str_single_quotes] = ACTIONS(619), - [sym__str_back_ticks] = ACTIONS(619), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [sym_short_flag] = ACTIONS(740), + [ts_builtin_sym_end] = ACTIONS(708), + [anon_sym_export] = ACTIONS(706), + [anon_sym_alias] = ACTIONS(706), + [anon_sym_let] = ACTIONS(706), + [anon_sym_let_DASHenv] = ACTIONS(706), + [anon_sym_mut] = ACTIONS(706), + [anon_sym_const] = ACTIONS(706), + [sym_cmd_identifier] = ACTIONS(706), + [anon_sym_SEMI] = ACTIONS(706), + [anon_sym_LF] = ACTIONS(708), + [anon_sym_def] = ACTIONS(706), + [anon_sym_def_DASHenv] = ACTIONS(706), + [anon_sym_export_DASHenv] = ACTIONS(706), + [anon_sym_extern] = ACTIONS(706), + [anon_sym_module] = ACTIONS(706), + [anon_sym_use] = ACTIONS(706), + [anon_sym_LBRACK] = ACTIONS(706), + [anon_sym_LPAREN] = ACTIONS(706), + [anon_sym_PIPE] = ACTIONS(706), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_error] = ACTIONS(706), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(706), + [anon_sym_break] = ACTIONS(706), + [anon_sym_continue] = ACTIONS(706), + [anon_sym_for] = ACTIONS(706), + [anon_sym_loop] = ACTIONS(706), + [anon_sym_while] = ACTIONS(706), + [anon_sym_do] = ACTIONS(706), + [anon_sym_if] = ACTIONS(706), + [anon_sym_match] = ACTIONS(706), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_try] = ACTIONS(706), + [anon_sym_return] = ACTIONS(706), + [anon_sym_source] = ACTIONS(706), + [anon_sym_source_DASHenv] = ACTIONS(706), + [anon_sym_register] = ACTIONS(706), + [anon_sym_hide] = ACTIONS(706), + [anon_sym_hide_DASHenv] = ACTIONS(706), + [anon_sym_overlay] = ACTIONS(706), + [anon_sym_where] = ACTIONS(706), + [anon_sym_not] = ACTIONS(706), + [anon_sym_DOT_DOT_LT] = ACTIONS(706), + [anon_sym_DOT_DOT] = ACTIONS(706), + [anon_sym_DOT_DOT_EQ] = ACTIONS(706), + [sym_val_nothing] = ACTIONS(706), + [anon_sym_true] = ACTIONS(706), + [anon_sym_false] = ACTIONS(706), + [aux_sym_val_number_token1] = ACTIONS(706), + [aux_sym_val_number_token2] = ACTIONS(706), + [aux_sym_val_number_token3] = ACTIONS(706), + [aux_sym_val_number_token4] = ACTIONS(706), + [anon_sym_inf] = ACTIONS(706), + [anon_sym_DASHinf] = ACTIONS(706), + [anon_sym_NaN] = ACTIONS(706), + [anon_sym_0b] = ACTIONS(706), + [anon_sym_0o] = ACTIONS(706), + [anon_sym_0x] = ACTIONS(706), + [sym_val_date] = ACTIONS(706), + [anon_sym_DQUOTE] = ACTIONS(706), + [sym__str_single_quotes] = ACTIONS(706), + [sym__str_back_ticks] = ACTIONS(706), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(706), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(706), + [anon_sym_CARET] = ACTIONS(706), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, [437] = { - [sym__expression] = STATE(193), - [sym_expr_unary] = STATE(294), - [sym_expr_binary] = STATE(294), - [sym_expr_parenthesized] = STATE(293), - [sym_val_range] = STATE(294), - [sym__value] = STATE(294), - [sym_val_bool] = STATE(304), - [sym_val_variable] = STATE(304), - [sym__var] = STATE(147), + [sym__expression] = STATE(178), + [sym_expr_unary] = STATE(277), + [sym_expr_binary] = STATE(277), + [sym_expr_parenthesized] = STATE(272), + [sym_val_range] = STATE(277), + [sym__value] = STATE(277), + [sym_val_bool] = STATE(275), + [sym_val_variable] = STATE(275), + [sym__var] = STATE(152), [sym_val_number] = STATE(4), - [sym_val_duration] = STATE(304), - [sym_val_filesize] = STATE(304), - [sym_val_binary] = STATE(304), - [sym_val_string] = STATE(304), - [sym__str_double_quotes] = STATE(265), - [sym_val_interpolated] = STATE(304), - [sym__inter_single_quotes] = STATE(285), - [sym__inter_double_quotes] = STATE(269), - [sym_val_list] = STATE(304), - [sym_val_record] = STATE(304), - [sym_val_table] = STATE(304), - [sym_val_closure] = STATE(304), - [sym__flag] = STATE(443), - [sym_long_flag] = STATE(708), + [sym_val_duration] = STATE(275), + [sym_val_filesize] = STATE(275), + [sym_val_binary] = STATE(275), + [sym_val_string] = STATE(275), + [sym__str_double_quotes] = STATE(267), + [sym_val_interpolated] = STATE(275), + [sym__inter_single_quotes] = STATE(282), + [sym__inter_double_quotes] = STATE(283), + [sym_val_list] = STATE(275), + [sym_val_record] = STATE(275), + [sym_val_table] = STATE(275), + [sym_val_closure] = STATE(275), + [sym__flag] = STATE(426), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(437), - [ts_builtin_sym_end] = ACTIONS(676), - [anon_sym_export] = ACTIONS(674), - [anon_sym_alias] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_let_DASHenv] = ACTIONS(674), - [anon_sym_mut] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [sym_cmd_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(674), - [anon_sym_LF] = ACTIONS(676), - [anon_sym_def] = ACTIONS(674), - [anon_sym_def_DASHenv] = ACTIONS(674), - [anon_sym_export_DASHenv] = ACTIONS(674), - [anon_sym_extern] = ACTIONS(674), - [anon_sym_module] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_LBRACK] = ACTIONS(674), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_PIPE] = ACTIONS(674), - [anon_sym_DOLLAR] = ACTIONS(674), - [anon_sym_error] = ACTIONS(674), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [anon_sym_do] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_LBRACE] = ACTIONS(674), - [anon_sym_try] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_source] = ACTIONS(674), - [anon_sym_source_DASHenv] = ACTIONS(674), - [anon_sym_register] = ACTIONS(674), - [anon_sym_hide] = ACTIONS(674), - [anon_sym_hide_DASHenv] = ACTIONS(674), - [anon_sym_overlay] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_DOT_DOT_LT] = ACTIONS(674), - [anon_sym_DOT_DOT] = ACTIONS(674), - [anon_sym_DOT_DOT_EQ] = ACTIONS(674), - [sym_val_nothing] = ACTIONS(674), - [anon_sym_true] = ACTIONS(674), - [anon_sym_false] = ACTIONS(674), - [aux_sym_val_number_token1] = ACTIONS(674), - [aux_sym_val_number_token2] = ACTIONS(674), - [aux_sym_val_number_token3] = ACTIONS(674), - [aux_sym_val_number_token4] = ACTIONS(674), - [anon_sym_inf] = ACTIONS(674), - [anon_sym_DASHinf] = ACTIONS(674), - [anon_sym_NaN] = ACTIONS(674), - [anon_sym_0b] = ACTIONS(674), - [anon_sym_0o] = ACTIONS(674), - [anon_sym_0x] = ACTIONS(674), - [sym_val_date] = ACTIONS(674), - [anon_sym_DQUOTE] = ACTIONS(674), - [sym__str_single_quotes] = ACTIONS(674), - [sym__str_back_ticks] = ACTIONS(674), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(674), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [sym_short_flag] = ACTIONS(740), + [ts_builtin_sym_end] = ACTIONS(978), + [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), + [sym_cmd_identifier] = ACTIONS(976), + [anon_sym_SEMI] = ACTIONS(976), + [anon_sym_LF] = ACTIONS(978), + [anon_sym_def] = ACTIONS(976), + [anon_sym_def_DASHenv] = 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_LBRACK] = ACTIONS(976), + [anon_sym_LPAREN] = ACTIONS(976), + [anon_sym_PIPE] = ACTIONS(976), + [anon_sym_DOLLAR] = ACTIONS(976), + [anon_sym_error] = ACTIONS(976), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(976), + [anon_sym_break] = ACTIONS(976), + [anon_sym_continue] = ACTIONS(976), + [anon_sym_for] = ACTIONS(976), + [anon_sym_loop] = ACTIONS(976), + [anon_sym_while] = ACTIONS(976), + [anon_sym_do] = ACTIONS(976), + [anon_sym_if] = ACTIONS(976), + [anon_sym_match] = ACTIONS(976), + [anon_sym_LBRACE] = ACTIONS(976), + [anon_sym_try] = 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_where] = ACTIONS(976), + [anon_sym_not] = ACTIONS(976), + [anon_sym_DOT_DOT_LT] = ACTIONS(976), + [anon_sym_DOT_DOT] = ACTIONS(976), + [anon_sym_DOT_DOT_EQ] = ACTIONS(976), + [sym_val_nothing] = ACTIONS(976), + [anon_sym_true] = ACTIONS(976), + [anon_sym_false] = 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), + [anon_sym_inf] = ACTIONS(976), + [anon_sym_DASHinf] = ACTIONS(976), + [anon_sym_NaN] = ACTIONS(976), + [anon_sym_0b] = ACTIONS(976), + [anon_sym_0o] = ACTIONS(976), + [anon_sym_0x] = ACTIONS(976), + [sym_val_date] = ACTIONS(976), + [anon_sym_DQUOTE] = ACTIONS(976), + [sym__str_single_quotes] = ACTIONS(976), + [sym__str_back_ticks] = ACTIONS(976), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(976), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(976), + [anon_sym_CARET] = ACTIONS(976), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, [438] = { - [sym__expression] = STATE(193), - [sym_expr_unary] = STATE(294), - [sym_expr_binary] = STATE(294), - [sym_expr_parenthesized] = STATE(293), - [sym_val_range] = STATE(294), - [sym__value] = STATE(294), - [sym_val_bool] = STATE(304), - [sym_val_variable] = STATE(304), - [sym__var] = STATE(147), + [sym__expression] = STATE(192), + [sym_expr_unary] = STATE(277), + [sym_expr_binary] = STATE(277), + [sym_expr_parenthesized] = STATE(272), + [sym_val_range] = STATE(277), + [sym__value] = STATE(277), + [sym_val_bool] = STATE(275), + [sym_val_variable] = STATE(275), + [sym__var] = STATE(152), [sym_val_number] = STATE(4), - [sym_val_duration] = STATE(304), - [sym_val_filesize] = STATE(304), - [sym_val_binary] = STATE(304), - [sym_val_string] = STATE(304), - [sym__str_double_quotes] = STATE(265), - [sym_val_interpolated] = STATE(304), - [sym__inter_single_quotes] = STATE(285), - [sym__inter_double_quotes] = STATE(269), - [sym_val_list] = STATE(304), - [sym_val_record] = STATE(304), - [sym_val_table] = STATE(304), - [sym_val_closure] = STATE(304), - [sym__flag] = STATE(446), - [sym_long_flag] = STATE(708), + [sym_val_duration] = STATE(275), + [sym_val_filesize] = STATE(275), + [sym_val_binary] = STATE(275), + [sym_val_string] = STATE(275), + [sym__str_double_quotes] = STATE(267), + [sym_val_interpolated] = STATE(275), + [sym__inter_single_quotes] = STATE(282), + [sym__inter_double_quotes] = STATE(283), + [sym_val_list] = STATE(275), + [sym_val_record] = STATE(275), + [sym_val_table] = STATE(275), + [sym_val_closure] = STATE(275), + [sym__flag] = STATE(442), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(438), - [ts_builtin_sym_end] = ACTIONS(676), - [anon_sym_export] = ACTIONS(674), - [anon_sym_alias] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_let_DASHenv] = ACTIONS(674), - [anon_sym_mut] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [sym_cmd_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(674), - [anon_sym_LF] = ACTIONS(676), - [anon_sym_def] = ACTIONS(674), - [anon_sym_def_DASHenv] = ACTIONS(674), - [anon_sym_export_DASHenv] = ACTIONS(674), - [anon_sym_extern] = ACTIONS(674), - [anon_sym_module] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_LBRACK] = ACTIONS(674), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_PIPE] = ACTIONS(674), - [anon_sym_DOLLAR] = ACTIONS(674), - [anon_sym_error] = ACTIONS(674), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [anon_sym_do] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_LBRACE] = ACTIONS(674), - [anon_sym_try] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_source] = ACTIONS(674), - [anon_sym_source_DASHenv] = ACTIONS(674), - [anon_sym_register] = ACTIONS(674), - [anon_sym_hide] = ACTIONS(674), - [anon_sym_hide_DASHenv] = ACTIONS(674), - [anon_sym_overlay] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_DOT_DOT_LT] = ACTIONS(674), - [anon_sym_DOT_DOT] = ACTIONS(674), - [anon_sym_DOT_DOT_EQ] = ACTIONS(674), - [sym_val_nothing] = ACTIONS(674), - [anon_sym_true] = ACTIONS(674), - [anon_sym_false] = ACTIONS(674), - [aux_sym_val_number_token1] = ACTIONS(674), - [aux_sym_val_number_token2] = ACTIONS(674), - [aux_sym_val_number_token3] = ACTIONS(674), - [aux_sym_val_number_token4] = ACTIONS(674), - [anon_sym_inf] = ACTIONS(674), - [anon_sym_DASHinf] = ACTIONS(674), - [anon_sym_NaN] = ACTIONS(674), - [anon_sym_0b] = ACTIONS(674), - [anon_sym_0o] = ACTIONS(674), - [anon_sym_0x] = ACTIONS(674), - [sym_val_date] = ACTIONS(674), - [anon_sym_DQUOTE] = ACTIONS(674), - [sym__str_single_quotes] = ACTIONS(674), - [sym__str_back_ticks] = ACTIONS(674), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(674), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [sym_short_flag] = ACTIONS(740), + [ts_builtin_sym_end] = ACTIONS(708), + [anon_sym_export] = ACTIONS(706), + [anon_sym_alias] = ACTIONS(706), + [anon_sym_let] = ACTIONS(706), + [anon_sym_let_DASHenv] = ACTIONS(706), + [anon_sym_mut] = ACTIONS(706), + [anon_sym_const] = ACTIONS(706), + [sym_cmd_identifier] = ACTIONS(706), + [anon_sym_SEMI] = ACTIONS(706), + [anon_sym_LF] = ACTIONS(708), + [anon_sym_def] = ACTIONS(706), + [anon_sym_def_DASHenv] = ACTIONS(706), + [anon_sym_export_DASHenv] = ACTIONS(706), + [anon_sym_extern] = ACTIONS(706), + [anon_sym_module] = ACTIONS(706), + [anon_sym_use] = ACTIONS(706), + [anon_sym_LBRACK] = ACTIONS(706), + [anon_sym_LPAREN] = ACTIONS(706), + [anon_sym_PIPE] = ACTIONS(706), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_error] = ACTIONS(706), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(706), + [anon_sym_break] = ACTIONS(706), + [anon_sym_continue] = ACTIONS(706), + [anon_sym_for] = ACTIONS(706), + [anon_sym_loop] = ACTIONS(706), + [anon_sym_while] = ACTIONS(706), + [anon_sym_do] = ACTIONS(706), + [anon_sym_if] = ACTIONS(706), + [anon_sym_match] = ACTIONS(706), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_try] = ACTIONS(706), + [anon_sym_return] = ACTIONS(706), + [anon_sym_source] = ACTIONS(706), + [anon_sym_source_DASHenv] = ACTIONS(706), + [anon_sym_register] = ACTIONS(706), + [anon_sym_hide] = ACTIONS(706), + [anon_sym_hide_DASHenv] = ACTIONS(706), + [anon_sym_overlay] = ACTIONS(706), + [anon_sym_where] = ACTIONS(706), + [anon_sym_not] = ACTIONS(706), + [anon_sym_DOT_DOT_LT] = ACTIONS(706), + [anon_sym_DOT_DOT] = ACTIONS(706), + [anon_sym_DOT_DOT_EQ] = ACTIONS(706), + [sym_val_nothing] = ACTIONS(706), + [anon_sym_true] = ACTIONS(706), + [anon_sym_false] = ACTIONS(706), + [aux_sym_val_number_token1] = ACTIONS(706), + [aux_sym_val_number_token2] = ACTIONS(706), + [aux_sym_val_number_token3] = ACTIONS(706), + [aux_sym_val_number_token4] = ACTIONS(706), + [anon_sym_inf] = ACTIONS(706), + [anon_sym_DASHinf] = ACTIONS(706), + [anon_sym_NaN] = ACTIONS(706), + [anon_sym_0b] = ACTIONS(706), + [anon_sym_0o] = ACTIONS(706), + [anon_sym_0x] = ACTIONS(706), + [sym_val_date] = ACTIONS(706), + [anon_sym_DQUOTE] = ACTIONS(706), + [sym__str_single_quotes] = ACTIONS(706), + [sym__str_back_ticks] = ACTIONS(706), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(706), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(706), + [anon_sym_CARET] = ACTIONS(706), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, [439] = { - [sym__expression] = STATE(186), - [sym_expr_unary] = STATE(294), - [sym_expr_binary] = STATE(294), - [sym_expr_parenthesized] = STATE(293), - [sym_val_range] = STATE(294), - [sym__value] = STATE(294), - [sym_val_bool] = STATE(304), - [sym_val_variable] = STATE(304), - [sym__var] = STATE(147), + [sym__expression] = STATE(184), + [sym_expr_unary] = STATE(277), + [sym_expr_binary] = STATE(277), + [sym_expr_parenthesized] = STATE(272), + [sym_val_range] = STATE(277), + [sym__value] = STATE(277), + [sym_val_bool] = STATE(275), + [sym_val_variable] = STATE(275), + [sym__var] = STATE(152), [sym_val_number] = STATE(4), - [sym_val_duration] = STATE(304), - [sym_val_filesize] = STATE(304), - [sym_val_binary] = STATE(304), - [sym_val_string] = STATE(304), - [sym__str_double_quotes] = STATE(265), - [sym_val_interpolated] = STATE(304), - [sym__inter_single_quotes] = STATE(285), - [sym__inter_double_quotes] = STATE(269), - [sym_val_list] = STATE(304), - [sym_val_record] = STATE(304), - [sym_val_table] = STATE(304), - [sym_val_closure] = STATE(304), - [sym__flag] = STATE(428), - [sym_long_flag] = STATE(708), + [sym_val_duration] = STATE(275), + [sym_val_filesize] = STATE(275), + [sym_val_binary] = STATE(275), + [sym_val_string] = STATE(275), + [sym__str_double_quotes] = STATE(267), + [sym_val_interpolated] = STATE(275), + [sym__inter_single_quotes] = STATE(282), + [sym__inter_double_quotes] = STATE(283), + [sym_val_list] = STATE(275), + [sym_val_record] = STATE(275), + [sym_val_table] = STATE(275), + [sym_val_closure] = STATE(275), + [sym__flag] = STATE(423), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(439), - [ts_builtin_sym_end] = ACTIONS(621), - [anon_sym_export] = ACTIONS(619), - [anon_sym_alias] = ACTIONS(619), - [anon_sym_let] = ACTIONS(619), - [anon_sym_let_DASHenv] = ACTIONS(619), - [anon_sym_mut] = ACTIONS(619), - [anon_sym_const] = ACTIONS(619), - [sym_cmd_identifier] = ACTIONS(619), - [anon_sym_SEMI] = ACTIONS(619), - [anon_sym_LF] = ACTIONS(621), - [anon_sym_def] = ACTIONS(619), - [anon_sym_def_DASHenv] = ACTIONS(619), - [anon_sym_export_DASHenv] = ACTIONS(619), - [anon_sym_extern] = ACTIONS(619), - [anon_sym_module] = ACTIONS(619), - [anon_sym_use] = ACTIONS(619), - [anon_sym_LBRACK] = ACTIONS(619), - [anon_sym_LPAREN] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(619), - [anon_sym_error] = ACTIONS(619), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_break] = ACTIONS(619), - [anon_sym_continue] = ACTIONS(619), - [anon_sym_for] = ACTIONS(619), - [anon_sym_loop] = ACTIONS(619), - [anon_sym_while] = ACTIONS(619), - [anon_sym_do] = ACTIONS(619), - [anon_sym_if] = ACTIONS(619), - [anon_sym_match] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_try] = ACTIONS(619), - [anon_sym_return] = ACTIONS(619), - [anon_sym_source] = ACTIONS(619), - [anon_sym_source_DASHenv] = ACTIONS(619), - [anon_sym_register] = ACTIONS(619), - [anon_sym_hide] = ACTIONS(619), - [anon_sym_hide_DASHenv] = ACTIONS(619), - [anon_sym_overlay] = ACTIONS(619), - [anon_sym_where] = ACTIONS(619), - [anon_sym_not] = ACTIONS(619), - [anon_sym_DOT_DOT_LT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_EQ] = ACTIONS(619), - [sym_val_nothing] = ACTIONS(619), - [anon_sym_true] = ACTIONS(619), - [anon_sym_false] = ACTIONS(619), - [aux_sym_val_number_token1] = ACTIONS(619), - [aux_sym_val_number_token2] = ACTIONS(619), - [aux_sym_val_number_token3] = ACTIONS(619), - [aux_sym_val_number_token4] = ACTIONS(619), - [anon_sym_inf] = ACTIONS(619), - [anon_sym_DASHinf] = ACTIONS(619), - [anon_sym_NaN] = ACTIONS(619), - [anon_sym_0b] = ACTIONS(619), - [anon_sym_0o] = ACTIONS(619), - [anon_sym_0x] = ACTIONS(619), - [sym_val_date] = ACTIONS(619), - [anon_sym_DQUOTE] = ACTIONS(619), - [sym__str_single_quotes] = ACTIONS(619), - [sym__str_back_ticks] = ACTIONS(619), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [sym_short_flag] = ACTIONS(740), + [ts_builtin_sym_end] = ACTIONS(665), + [anon_sym_export] = ACTIONS(663), + [anon_sym_alias] = ACTIONS(663), + [anon_sym_let] = ACTIONS(663), + [anon_sym_let_DASHenv] = ACTIONS(663), + [anon_sym_mut] = ACTIONS(663), + [anon_sym_const] = ACTIONS(663), + [sym_cmd_identifier] = ACTIONS(663), + [anon_sym_SEMI] = ACTIONS(663), + [anon_sym_LF] = ACTIONS(665), + [anon_sym_def] = ACTIONS(663), + [anon_sym_def_DASHenv] = ACTIONS(663), + [anon_sym_export_DASHenv] = ACTIONS(663), + [anon_sym_extern] = ACTIONS(663), + [anon_sym_module] = ACTIONS(663), + [anon_sym_use] = ACTIONS(663), + [anon_sym_LBRACK] = ACTIONS(663), + [anon_sym_LPAREN] = ACTIONS(663), + [anon_sym_PIPE] = ACTIONS(663), + [anon_sym_DOLLAR] = ACTIONS(663), + [anon_sym_error] = ACTIONS(663), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(663), + [anon_sym_break] = ACTIONS(663), + [anon_sym_continue] = ACTIONS(663), + [anon_sym_for] = ACTIONS(663), + [anon_sym_loop] = ACTIONS(663), + [anon_sym_while] = ACTIONS(663), + [anon_sym_do] = ACTIONS(663), + [anon_sym_if] = ACTIONS(663), + [anon_sym_match] = ACTIONS(663), + [anon_sym_LBRACE] = ACTIONS(663), + [anon_sym_try] = ACTIONS(663), + [anon_sym_return] = ACTIONS(663), + [anon_sym_source] = ACTIONS(663), + [anon_sym_source_DASHenv] = ACTIONS(663), + [anon_sym_register] = ACTIONS(663), + [anon_sym_hide] = ACTIONS(663), + [anon_sym_hide_DASHenv] = ACTIONS(663), + [anon_sym_overlay] = ACTIONS(663), + [anon_sym_where] = ACTIONS(663), + [anon_sym_not] = ACTIONS(663), + [anon_sym_DOT_DOT_LT] = ACTIONS(663), + [anon_sym_DOT_DOT] = ACTIONS(663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(663), + [sym_val_nothing] = ACTIONS(663), + [anon_sym_true] = ACTIONS(663), + [anon_sym_false] = ACTIONS(663), + [aux_sym_val_number_token1] = ACTIONS(663), + [aux_sym_val_number_token2] = ACTIONS(663), + [aux_sym_val_number_token3] = ACTIONS(663), + [aux_sym_val_number_token4] = ACTIONS(663), + [anon_sym_inf] = ACTIONS(663), + [anon_sym_DASHinf] = ACTIONS(663), + [anon_sym_NaN] = ACTIONS(663), + [anon_sym_0b] = ACTIONS(663), + [anon_sym_0o] = ACTIONS(663), + [anon_sym_0x] = ACTIONS(663), + [sym_val_date] = ACTIONS(663), + [anon_sym_DQUOTE] = ACTIONS(663), + [sym__str_single_quotes] = ACTIONS(663), + [sym__str_back_ticks] = ACTIONS(663), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(663), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(663), + [anon_sym_CARET] = ACTIONS(663), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, [440] = { - [sym__expression] = STATE(186), - [sym_expr_unary] = STATE(294), - [sym_expr_binary] = STATE(294), - [sym_expr_parenthesized] = STATE(293), - [sym_val_range] = STATE(294), - [sym__value] = STATE(294), - [sym_val_bool] = STATE(304), - [sym_val_variable] = STATE(304), - [sym__var] = STATE(147), + [sym__expression] = STATE(184), + [sym_expr_unary] = STATE(277), + [sym_expr_binary] = STATE(277), + [sym_expr_parenthesized] = STATE(272), + [sym_val_range] = STATE(277), + [sym__value] = STATE(277), + [sym_val_bool] = STATE(275), + [sym_val_variable] = STATE(275), + [sym__var] = STATE(152), [sym_val_number] = STATE(4), - [sym_val_duration] = STATE(304), - [sym_val_filesize] = STATE(304), - [sym_val_binary] = STATE(304), - [sym_val_string] = STATE(304), - [sym__str_double_quotes] = STATE(265), - [sym_val_interpolated] = STATE(304), - [sym__inter_single_quotes] = STATE(285), - [sym__inter_double_quotes] = STATE(269), - [sym_val_list] = STATE(304), - [sym_val_record] = STATE(304), - [sym_val_table] = STATE(304), - [sym_val_closure] = STATE(304), - [sym__flag] = STATE(426), - [sym_long_flag] = STATE(708), + [sym_val_duration] = STATE(275), + [sym_val_filesize] = STATE(275), + [sym_val_binary] = STATE(275), + [sym_val_string] = STATE(275), + [sym__str_double_quotes] = STATE(267), + [sym_val_interpolated] = STATE(275), + [sym__inter_single_quotes] = STATE(282), + [sym__inter_double_quotes] = STATE(283), + [sym_val_list] = STATE(275), + [sym_val_record] = STATE(275), + [sym_val_table] = STATE(275), + [sym_val_closure] = STATE(275), + [sym__flag] = STATE(447), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(440), - [ts_builtin_sym_end] = ACTIONS(621), - [anon_sym_export] = ACTIONS(619), - [anon_sym_alias] = ACTIONS(619), - [anon_sym_let] = ACTIONS(619), - [anon_sym_let_DASHenv] = ACTIONS(619), - [anon_sym_mut] = ACTIONS(619), - [anon_sym_const] = ACTIONS(619), - [sym_cmd_identifier] = ACTIONS(619), - [anon_sym_SEMI] = ACTIONS(619), - [anon_sym_LF] = ACTIONS(621), - [anon_sym_def] = ACTIONS(619), - [anon_sym_def_DASHenv] = ACTIONS(619), - [anon_sym_export_DASHenv] = ACTIONS(619), - [anon_sym_extern] = ACTIONS(619), - [anon_sym_module] = ACTIONS(619), - [anon_sym_use] = ACTIONS(619), - [anon_sym_LBRACK] = ACTIONS(619), - [anon_sym_LPAREN] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(619), - [anon_sym_error] = ACTIONS(619), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_break] = ACTIONS(619), - [anon_sym_continue] = ACTIONS(619), - [anon_sym_for] = ACTIONS(619), - [anon_sym_loop] = ACTIONS(619), - [anon_sym_while] = ACTIONS(619), - [anon_sym_do] = ACTIONS(619), - [anon_sym_if] = ACTIONS(619), - [anon_sym_match] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_try] = ACTIONS(619), - [anon_sym_return] = ACTIONS(619), - [anon_sym_source] = ACTIONS(619), - [anon_sym_source_DASHenv] = ACTIONS(619), - [anon_sym_register] = ACTIONS(619), - [anon_sym_hide] = ACTIONS(619), - [anon_sym_hide_DASHenv] = ACTIONS(619), - [anon_sym_overlay] = ACTIONS(619), - [anon_sym_where] = ACTIONS(619), - [anon_sym_not] = ACTIONS(619), - [anon_sym_DOT_DOT_LT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_EQ] = ACTIONS(619), - [sym_val_nothing] = ACTIONS(619), - [anon_sym_true] = ACTIONS(619), - [anon_sym_false] = ACTIONS(619), - [aux_sym_val_number_token1] = ACTIONS(619), - [aux_sym_val_number_token2] = ACTIONS(619), - [aux_sym_val_number_token3] = ACTIONS(619), - [aux_sym_val_number_token4] = ACTIONS(619), - [anon_sym_inf] = ACTIONS(619), - [anon_sym_DASHinf] = ACTIONS(619), - [anon_sym_NaN] = ACTIONS(619), - [anon_sym_0b] = ACTIONS(619), - [anon_sym_0o] = ACTIONS(619), - [anon_sym_0x] = ACTIONS(619), - [sym_val_date] = ACTIONS(619), - [anon_sym_DQUOTE] = ACTIONS(619), - [sym__str_single_quotes] = ACTIONS(619), - [sym__str_back_ticks] = ACTIONS(619), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [sym_short_flag] = ACTIONS(740), + [ts_builtin_sym_end] = ACTIONS(665), + [anon_sym_export] = ACTIONS(663), + [anon_sym_alias] = ACTIONS(663), + [anon_sym_let] = ACTIONS(663), + [anon_sym_let_DASHenv] = ACTIONS(663), + [anon_sym_mut] = ACTIONS(663), + [anon_sym_const] = ACTIONS(663), + [sym_cmd_identifier] = ACTIONS(663), + [anon_sym_SEMI] = ACTIONS(663), + [anon_sym_LF] = ACTIONS(665), + [anon_sym_def] = ACTIONS(663), + [anon_sym_def_DASHenv] = ACTIONS(663), + [anon_sym_export_DASHenv] = ACTIONS(663), + [anon_sym_extern] = ACTIONS(663), + [anon_sym_module] = ACTIONS(663), + [anon_sym_use] = ACTIONS(663), + [anon_sym_LBRACK] = ACTIONS(663), + [anon_sym_LPAREN] = ACTIONS(663), + [anon_sym_PIPE] = ACTIONS(663), + [anon_sym_DOLLAR] = ACTIONS(663), + [anon_sym_error] = ACTIONS(663), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(663), + [anon_sym_break] = ACTIONS(663), + [anon_sym_continue] = ACTIONS(663), + [anon_sym_for] = ACTIONS(663), + [anon_sym_loop] = ACTIONS(663), + [anon_sym_while] = ACTIONS(663), + [anon_sym_do] = ACTIONS(663), + [anon_sym_if] = ACTIONS(663), + [anon_sym_match] = ACTIONS(663), + [anon_sym_LBRACE] = ACTIONS(663), + [anon_sym_try] = ACTIONS(663), + [anon_sym_return] = ACTIONS(663), + [anon_sym_source] = ACTIONS(663), + [anon_sym_source_DASHenv] = ACTIONS(663), + [anon_sym_register] = ACTIONS(663), + [anon_sym_hide] = ACTIONS(663), + [anon_sym_hide_DASHenv] = ACTIONS(663), + [anon_sym_overlay] = ACTIONS(663), + [anon_sym_where] = ACTIONS(663), + [anon_sym_not] = ACTIONS(663), + [anon_sym_DOT_DOT_LT] = ACTIONS(663), + [anon_sym_DOT_DOT] = ACTIONS(663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(663), + [sym_val_nothing] = ACTIONS(663), + [anon_sym_true] = ACTIONS(663), + [anon_sym_false] = ACTIONS(663), + [aux_sym_val_number_token1] = ACTIONS(663), + [aux_sym_val_number_token2] = ACTIONS(663), + [aux_sym_val_number_token3] = ACTIONS(663), + [aux_sym_val_number_token4] = ACTIONS(663), + [anon_sym_inf] = ACTIONS(663), + [anon_sym_DASHinf] = ACTIONS(663), + [anon_sym_NaN] = ACTIONS(663), + [anon_sym_0b] = ACTIONS(663), + [anon_sym_0o] = ACTIONS(663), + [anon_sym_0x] = ACTIONS(663), + [sym_val_date] = ACTIONS(663), + [anon_sym_DQUOTE] = ACTIONS(663), + [sym__str_single_quotes] = ACTIONS(663), + [sym__str_back_ticks] = ACTIONS(663), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(663), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(663), + [anon_sym_CARET] = ACTIONS(663), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, [441] = { - [sym__expression] = STATE(178), - [sym_expr_unary] = STATE(294), - [sym_expr_binary] = STATE(294), - [sym_expr_parenthesized] = STATE(293), - [sym_val_range] = STATE(294), - [sym__value] = STATE(294), - [sym_val_bool] = STATE(304), - [sym_val_variable] = STATE(304), - [sym__var] = STATE(147), + [sym__expression] = STATE(189), + [sym_expr_unary] = STATE(277), + [sym_expr_binary] = STATE(277), + [sym_expr_parenthesized] = STATE(272), + [sym_val_range] = STATE(277), + [sym__value] = STATE(277), + [sym_val_bool] = STATE(275), + [sym_val_variable] = STATE(275), + [sym__var] = STATE(152), [sym_val_number] = STATE(4), - [sym_val_duration] = STATE(304), - [sym_val_filesize] = STATE(304), - [sym_val_binary] = STATE(304), - [sym_val_string] = STATE(304), - [sym__str_double_quotes] = STATE(265), - [sym_val_interpolated] = STATE(304), - [sym__inter_single_quotes] = STATE(285), - [sym__inter_double_quotes] = STATE(269), - [sym_val_list] = STATE(304), - [sym_val_record] = STATE(304), - [sym_val_table] = STATE(304), - [sym_val_closure] = STATE(304), - [sym__flag] = STATE(434), - [sym_long_flag] = STATE(708), + [sym_val_duration] = STATE(275), + [sym_val_filesize] = STATE(275), + [sym_val_binary] = STATE(275), + [sym_val_string] = STATE(275), + [sym__str_double_quotes] = STATE(267), + [sym_val_interpolated] = STATE(275), + [sym__inter_single_quotes] = STATE(282), + [sym__inter_double_quotes] = STATE(283), + [sym_val_list] = STATE(275), + [sym_val_record] = STATE(275), + [sym_val_table] = STATE(275), + [sym_val_closure] = STATE(275), + [sym__flag] = STATE(422), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(441), - [ts_builtin_sym_end] = ACTIONS(664), - [anon_sym_export] = ACTIONS(662), - [anon_sym_alias] = ACTIONS(662), - [anon_sym_let] = ACTIONS(662), - [anon_sym_let_DASHenv] = ACTIONS(662), - [anon_sym_mut] = ACTIONS(662), - [anon_sym_const] = ACTIONS(662), - [sym_cmd_identifier] = ACTIONS(662), - [anon_sym_SEMI] = ACTIONS(662), - [anon_sym_LF] = ACTIONS(664), - [anon_sym_def] = ACTIONS(662), - [anon_sym_def_DASHenv] = ACTIONS(662), - [anon_sym_export_DASHenv] = ACTIONS(662), - [anon_sym_extern] = ACTIONS(662), - [anon_sym_module] = ACTIONS(662), - [anon_sym_use] = ACTIONS(662), - [anon_sym_LBRACK] = ACTIONS(662), - [anon_sym_LPAREN] = ACTIONS(662), - [anon_sym_PIPE] = ACTIONS(662), - [anon_sym_DOLLAR] = ACTIONS(662), - [anon_sym_error] = ACTIONS(662), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(662), - [anon_sym_break] = ACTIONS(662), - [anon_sym_continue] = ACTIONS(662), - [anon_sym_for] = ACTIONS(662), - [anon_sym_loop] = ACTIONS(662), - [anon_sym_while] = ACTIONS(662), - [anon_sym_do] = ACTIONS(662), - [anon_sym_if] = ACTIONS(662), - [anon_sym_match] = ACTIONS(662), - [anon_sym_LBRACE] = ACTIONS(662), - [anon_sym_try] = ACTIONS(662), - [anon_sym_return] = ACTIONS(662), - [anon_sym_source] = ACTIONS(662), - [anon_sym_source_DASHenv] = ACTIONS(662), - [anon_sym_register] = ACTIONS(662), - [anon_sym_hide] = ACTIONS(662), - [anon_sym_hide_DASHenv] = ACTIONS(662), - [anon_sym_overlay] = ACTIONS(662), - [anon_sym_where] = ACTIONS(662), - [anon_sym_not] = ACTIONS(662), - [anon_sym_DOT_DOT_LT] = ACTIONS(662), - [anon_sym_DOT_DOT] = ACTIONS(662), - [anon_sym_DOT_DOT_EQ] = ACTIONS(662), - [sym_val_nothing] = ACTIONS(662), - [anon_sym_true] = ACTIONS(662), - [anon_sym_false] = ACTIONS(662), - [aux_sym_val_number_token1] = ACTIONS(662), - [aux_sym_val_number_token2] = ACTIONS(662), - [aux_sym_val_number_token3] = ACTIONS(662), - [aux_sym_val_number_token4] = ACTIONS(662), - [anon_sym_inf] = ACTIONS(662), - [anon_sym_DASHinf] = ACTIONS(662), - [anon_sym_NaN] = ACTIONS(662), - [anon_sym_0b] = ACTIONS(662), - [anon_sym_0o] = ACTIONS(662), - [anon_sym_0x] = ACTIONS(662), - [sym_val_date] = ACTIONS(662), - [anon_sym_DQUOTE] = ACTIONS(662), - [sym__str_single_quotes] = ACTIONS(662), - [sym__str_back_ticks] = ACTIONS(662), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(662), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(662), - [anon_sym_CARET] = ACTIONS(662), - [sym_short_flag] = ACTIONS(740), + [ts_builtin_sym_end] = ACTIONS(704), + [anon_sym_export] = ACTIONS(702), + [anon_sym_alias] = ACTIONS(702), + [anon_sym_let] = ACTIONS(702), + [anon_sym_let_DASHenv] = ACTIONS(702), + [anon_sym_mut] = ACTIONS(702), + [anon_sym_const] = ACTIONS(702), + [sym_cmd_identifier] = ACTIONS(702), + [anon_sym_SEMI] = ACTIONS(702), + [anon_sym_LF] = ACTIONS(704), + [anon_sym_def] = ACTIONS(702), + [anon_sym_def_DASHenv] = ACTIONS(702), + [anon_sym_export_DASHenv] = ACTIONS(702), + [anon_sym_extern] = ACTIONS(702), + [anon_sym_module] = ACTIONS(702), + [anon_sym_use] = ACTIONS(702), + [anon_sym_LBRACK] = ACTIONS(702), + [anon_sym_LPAREN] = ACTIONS(702), + [anon_sym_PIPE] = ACTIONS(702), + [anon_sym_DOLLAR] = ACTIONS(702), + [anon_sym_error] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_break] = ACTIONS(702), + [anon_sym_continue] = ACTIONS(702), + [anon_sym_for] = ACTIONS(702), + [anon_sym_loop] = ACTIONS(702), + [anon_sym_while] = ACTIONS(702), + [anon_sym_do] = ACTIONS(702), + [anon_sym_if] = ACTIONS(702), + [anon_sym_match] = ACTIONS(702), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_try] = ACTIONS(702), + [anon_sym_return] = ACTIONS(702), + [anon_sym_source] = ACTIONS(702), + [anon_sym_source_DASHenv] = ACTIONS(702), + [anon_sym_register] = ACTIONS(702), + [anon_sym_hide] = ACTIONS(702), + [anon_sym_hide_DASHenv] = ACTIONS(702), + [anon_sym_overlay] = ACTIONS(702), + [anon_sym_where] = ACTIONS(702), + [anon_sym_not] = ACTIONS(702), + [anon_sym_DOT_DOT_LT] = ACTIONS(702), + [anon_sym_DOT_DOT] = ACTIONS(702), + [anon_sym_DOT_DOT_EQ] = ACTIONS(702), + [sym_val_nothing] = ACTIONS(702), + [anon_sym_true] = ACTIONS(702), + [anon_sym_false] = ACTIONS(702), + [aux_sym_val_number_token1] = ACTIONS(702), + [aux_sym_val_number_token2] = ACTIONS(702), + [aux_sym_val_number_token3] = ACTIONS(702), + [aux_sym_val_number_token4] = ACTIONS(702), + [anon_sym_inf] = ACTIONS(702), + [anon_sym_DASHinf] = ACTIONS(702), + [anon_sym_NaN] = ACTIONS(702), + [anon_sym_0b] = ACTIONS(702), + [anon_sym_0o] = ACTIONS(702), + [anon_sym_0x] = ACTIONS(702), + [sym_val_date] = ACTIONS(702), + [anon_sym_DQUOTE] = ACTIONS(702), + [sym__str_single_quotes] = ACTIONS(702), + [sym__str_back_ticks] = ACTIONS(702), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(702), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(702), + [anon_sym_CARET] = ACTIONS(702), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, [442] = { - [sym_ctrl_do] = STATE(862), - [sym_ctrl_if] = STATE(862), - [sym_ctrl_match] = STATE(862), - [sym_ctrl_try] = STATE(862), - [sym__expression] = STATE(385), - [sym_expr_unary] = STATE(405), - [sym_expr_binary] = STATE(405), - [sym_expr_parenthesized] = STATE(401), - [sym_val_range] = STATE(405), - [sym__value] = STATE(405), - [sym_val_bool] = STATE(379), - [sym_val_variable] = STATE(379), - [sym__var] = STATE(226), - [sym_val_number] = STATE(9), - [sym_val_duration] = STATE(379), - [sym_val_filesize] = STATE(379), - [sym_val_binary] = STATE(379), - [sym_val_string] = STATE(379), - [sym__str_double_quotes] = STATE(388), - [sym_val_interpolated] = STATE(379), - [sym__inter_single_quotes] = STATE(418), - [sym__inter_double_quotes] = STATE(365), - [sym_val_list] = STATE(379), - [sym_val_record] = STATE(379), - [sym_val_table] = STATE(379), - [sym_val_closure] = STATE(379), + [sym__expression] = STATE(189), + [sym_expr_unary] = STATE(277), + [sym_expr_binary] = STATE(277), + [sym_expr_parenthesized] = STATE(272), + [sym_val_range] = STATE(277), + [sym__value] = STATE(277), + [sym_val_bool] = STATE(275), + [sym_val_variable] = STATE(275), + [sym__var] = STATE(152), + [sym_val_number] = STATE(4), + [sym_val_duration] = STATE(275), + [sym_val_filesize] = STATE(275), + [sym_val_binary] = STATE(275), + [sym_val_string] = STATE(275), + [sym__str_double_quotes] = STATE(267), + [sym_val_interpolated] = STATE(275), + [sym__inter_single_quotes] = STATE(282), + [sym__inter_double_quotes] = STATE(283), + [sym_val_list] = STATE(275), + [sym_val_record] = STATE(275), + [sym_val_table] = STATE(275), + [sym_val_closure] = STATE(275), + [sym__flag] = STATE(667), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(442), - [ts_builtin_sym_end] = ACTIONS(950), - [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), - [sym_cmd_identifier] = ACTIONS(948), - [anon_sym_SEMI] = ACTIONS(948), - [anon_sym_LF] = ACTIONS(950), - [anon_sym_def] = ACTIONS(948), - [anon_sym_def_DASHenv] = ACTIONS(948), - [anon_sym_export_DASHenv] = ACTIONS(948), - [anon_sym_extern] = ACTIONS(948), - [anon_sym_module] = ACTIONS(948), - [anon_sym_use] = ACTIONS(948), + [ts_builtin_sym_end] = ACTIONS(704), + [anon_sym_export] = ACTIONS(702), + [anon_sym_alias] = ACTIONS(702), + [anon_sym_let] = ACTIONS(702), + [anon_sym_let_DASHenv] = ACTIONS(702), + [anon_sym_mut] = ACTIONS(702), + [anon_sym_const] = ACTIONS(702), + [sym_cmd_identifier] = ACTIONS(702), + [anon_sym_SEMI] = ACTIONS(702), + [anon_sym_LF] = ACTIONS(704), + [anon_sym_def] = ACTIONS(702), + [anon_sym_def_DASHenv] = ACTIONS(702), + [anon_sym_export_DASHenv] = ACTIONS(702), + [anon_sym_extern] = ACTIONS(702), + [anon_sym_module] = ACTIONS(702), + [anon_sym_use] = ACTIONS(702), + [anon_sym_LBRACK] = ACTIONS(702), + [anon_sym_LPAREN] = ACTIONS(702), + [anon_sym_PIPE] = ACTIONS(702), + [anon_sym_DOLLAR] = ACTIONS(702), + [anon_sym_error] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_break] = ACTIONS(702), + [anon_sym_continue] = ACTIONS(702), + [anon_sym_for] = ACTIONS(702), + [anon_sym_loop] = ACTIONS(702), + [anon_sym_while] = ACTIONS(702), + [anon_sym_do] = ACTIONS(702), + [anon_sym_if] = ACTIONS(702), + [anon_sym_match] = ACTIONS(702), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_try] = ACTIONS(702), + [anon_sym_return] = ACTIONS(702), + [anon_sym_source] = ACTIONS(702), + [anon_sym_source_DASHenv] = ACTIONS(702), + [anon_sym_register] = ACTIONS(702), + [anon_sym_hide] = ACTIONS(702), + [anon_sym_hide_DASHenv] = ACTIONS(702), + [anon_sym_overlay] = ACTIONS(702), + [anon_sym_where] = ACTIONS(702), + [anon_sym_not] = ACTIONS(702), + [anon_sym_DOT_DOT_LT] = ACTIONS(702), + [anon_sym_DOT_DOT] = ACTIONS(702), + [anon_sym_DOT_DOT_EQ] = ACTIONS(702), + [sym_val_nothing] = ACTIONS(702), + [anon_sym_true] = ACTIONS(702), + [anon_sym_false] = ACTIONS(702), + [aux_sym_val_number_token1] = ACTIONS(702), + [aux_sym_val_number_token2] = ACTIONS(702), + [aux_sym_val_number_token3] = ACTIONS(702), + [aux_sym_val_number_token4] = ACTIONS(702), + [anon_sym_inf] = ACTIONS(702), + [anon_sym_DASHinf] = ACTIONS(702), + [anon_sym_NaN] = ACTIONS(702), + [anon_sym_0b] = ACTIONS(702), + [anon_sym_0o] = ACTIONS(702), + [anon_sym_0x] = ACTIONS(702), + [sym_val_date] = ACTIONS(702), + [anon_sym_DQUOTE] = ACTIONS(702), + [sym__str_single_quotes] = ACTIONS(702), + [sym__str_back_ticks] = ACTIONS(702), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(702), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(702), + [anon_sym_CARET] = ACTIONS(702), + [sym_short_flag] = ACTIONS(742), + [anon_sym_POUND] = ACTIONS(3), + }, + [443] = { + [sym__expression] = STATE(184), + [sym_expr_unary] = STATE(277), + [sym_expr_binary] = STATE(277), + [sym_expr_parenthesized] = STATE(272), + [sym_val_range] = STATE(277), + [sym__value] = STATE(277), + [sym_val_bool] = STATE(275), + [sym_val_variable] = STATE(275), + [sym__var] = STATE(152), + [sym_val_number] = STATE(4), + [sym_val_duration] = STATE(275), + [sym_val_filesize] = STATE(275), + [sym_val_binary] = STATE(275), + [sym_val_string] = STATE(275), + [sym__str_double_quotes] = STATE(267), + [sym_val_interpolated] = STATE(275), + [sym__inter_single_quotes] = STATE(282), + [sym__inter_double_quotes] = STATE(283), + [sym_val_list] = STATE(275), + [sym_val_record] = STATE(275), + [sym_val_table] = STATE(275), + [sym_val_closure] = STATE(275), + [sym__flag] = STATE(429), + [sym_long_flag] = STATE(731), + [sym_comment] = STATE(443), + [ts_builtin_sym_end] = ACTIONS(665), + [anon_sym_export] = ACTIONS(663), + [anon_sym_alias] = ACTIONS(663), + [anon_sym_let] = ACTIONS(663), + [anon_sym_let_DASHenv] = ACTIONS(663), + [anon_sym_mut] = ACTIONS(663), + [anon_sym_const] = ACTIONS(663), + [sym_cmd_identifier] = ACTIONS(663), + [anon_sym_SEMI] = ACTIONS(663), + [anon_sym_LF] = ACTIONS(665), + [anon_sym_def] = ACTIONS(663), + [anon_sym_def_DASHenv] = ACTIONS(663), + [anon_sym_export_DASHenv] = ACTIONS(663), + [anon_sym_extern] = ACTIONS(663), + [anon_sym_module] = ACTIONS(663), + [anon_sym_use] = ACTIONS(663), + [anon_sym_LBRACK] = ACTIONS(663), + [anon_sym_LPAREN] = ACTIONS(663), + [anon_sym_PIPE] = ACTIONS(663), + [anon_sym_DOLLAR] = ACTIONS(663), + [anon_sym_error] = ACTIONS(663), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(663), + [anon_sym_break] = ACTIONS(663), + [anon_sym_continue] = ACTIONS(663), + [anon_sym_for] = ACTIONS(663), + [anon_sym_loop] = ACTIONS(663), + [anon_sym_while] = ACTIONS(663), + [anon_sym_do] = ACTIONS(663), + [anon_sym_if] = ACTIONS(663), + [anon_sym_match] = ACTIONS(663), + [anon_sym_LBRACE] = ACTIONS(663), + [anon_sym_try] = ACTIONS(663), + [anon_sym_return] = ACTIONS(663), + [anon_sym_source] = ACTIONS(663), + [anon_sym_source_DASHenv] = ACTIONS(663), + [anon_sym_register] = ACTIONS(663), + [anon_sym_hide] = ACTIONS(663), + [anon_sym_hide_DASHenv] = ACTIONS(663), + [anon_sym_overlay] = ACTIONS(663), + [anon_sym_where] = ACTIONS(663), + [anon_sym_not] = ACTIONS(663), + [anon_sym_DOT_DOT_LT] = ACTIONS(663), + [anon_sym_DOT_DOT] = ACTIONS(663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(663), + [sym_val_nothing] = ACTIONS(663), + [anon_sym_true] = ACTIONS(663), + [anon_sym_false] = ACTIONS(663), + [aux_sym_val_number_token1] = ACTIONS(663), + [aux_sym_val_number_token2] = ACTIONS(663), + [aux_sym_val_number_token3] = ACTIONS(663), + [aux_sym_val_number_token4] = ACTIONS(663), + [anon_sym_inf] = ACTIONS(663), + [anon_sym_DASHinf] = ACTIONS(663), + [anon_sym_NaN] = ACTIONS(663), + [anon_sym_0b] = ACTIONS(663), + [anon_sym_0o] = ACTIONS(663), + [anon_sym_0x] = ACTIONS(663), + [sym_val_date] = ACTIONS(663), + [anon_sym_DQUOTE] = ACTIONS(663), + [sym__str_single_quotes] = ACTIONS(663), + [sym__str_back_ticks] = ACTIONS(663), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(663), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(663), + [anon_sym_CARET] = ACTIONS(663), + [sym_short_flag] = ACTIONS(742), + [anon_sym_POUND] = ACTIONS(3), + }, + [444] = { + [sym__expression] = STATE(184), + [sym_expr_unary] = STATE(277), + [sym_expr_binary] = STATE(277), + [sym_expr_parenthesized] = STATE(272), + [sym_val_range] = STATE(277), + [sym__value] = STATE(277), + [sym_val_bool] = STATE(275), + [sym_val_variable] = STATE(275), + [sym__var] = STATE(152), + [sym_val_number] = STATE(4), + [sym_val_duration] = STATE(275), + [sym_val_filesize] = STATE(275), + [sym_val_binary] = STATE(275), + [sym_val_string] = STATE(275), + [sym__str_double_quotes] = STATE(267), + [sym_val_interpolated] = STATE(275), + [sym__inter_single_quotes] = STATE(282), + [sym__inter_double_quotes] = STATE(283), + [sym_val_list] = STATE(275), + [sym_val_record] = STATE(275), + [sym_val_table] = STATE(275), + [sym_val_closure] = STATE(275), + [sym__flag] = STATE(430), + [sym_long_flag] = STATE(731), + [sym_comment] = STATE(444), + [ts_builtin_sym_end] = ACTIONS(665), + [anon_sym_export] = ACTIONS(663), + [anon_sym_alias] = ACTIONS(663), + [anon_sym_let] = ACTIONS(663), + [anon_sym_let_DASHenv] = ACTIONS(663), + [anon_sym_mut] = ACTIONS(663), + [anon_sym_const] = ACTIONS(663), + [sym_cmd_identifier] = ACTIONS(663), + [anon_sym_SEMI] = ACTIONS(663), + [anon_sym_LF] = ACTIONS(665), + [anon_sym_def] = ACTIONS(663), + [anon_sym_def_DASHenv] = ACTIONS(663), + [anon_sym_export_DASHenv] = ACTIONS(663), + [anon_sym_extern] = ACTIONS(663), + [anon_sym_module] = ACTIONS(663), + [anon_sym_use] = ACTIONS(663), + [anon_sym_LBRACK] = ACTIONS(663), + [anon_sym_LPAREN] = ACTIONS(663), + [anon_sym_PIPE] = ACTIONS(663), + [anon_sym_DOLLAR] = ACTIONS(663), + [anon_sym_error] = ACTIONS(663), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(663), + [anon_sym_break] = ACTIONS(663), + [anon_sym_continue] = ACTIONS(663), + [anon_sym_for] = ACTIONS(663), + [anon_sym_loop] = ACTIONS(663), + [anon_sym_while] = ACTIONS(663), + [anon_sym_do] = ACTIONS(663), + [anon_sym_if] = ACTIONS(663), + [anon_sym_match] = ACTIONS(663), + [anon_sym_LBRACE] = ACTIONS(663), + [anon_sym_try] = ACTIONS(663), + [anon_sym_return] = ACTIONS(663), + [anon_sym_source] = ACTIONS(663), + [anon_sym_source_DASHenv] = ACTIONS(663), + [anon_sym_register] = ACTIONS(663), + [anon_sym_hide] = ACTIONS(663), + [anon_sym_hide_DASHenv] = ACTIONS(663), + [anon_sym_overlay] = ACTIONS(663), + [anon_sym_where] = ACTIONS(663), + [anon_sym_not] = ACTIONS(663), + [anon_sym_DOT_DOT_LT] = ACTIONS(663), + [anon_sym_DOT_DOT] = ACTIONS(663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(663), + [sym_val_nothing] = ACTIONS(663), + [anon_sym_true] = ACTIONS(663), + [anon_sym_false] = ACTIONS(663), + [aux_sym_val_number_token1] = ACTIONS(663), + [aux_sym_val_number_token2] = ACTIONS(663), + [aux_sym_val_number_token3] = ACTIONS(663), + [aux_sym_val_number_token4] = ACTIONS(663), + [anon_sym_inf] = ACTIONS(663), + [anon_sym_DASHinf] = ACTIONS(663), + [anon_sym_NaN] = ACTIONS(663), + [anon_sym_0b] = ACTIONS(663), + [anon_sym_0o] = ACTIONS(663), + [anon_sym_0x] = ACTIONS(663), + [sym_val_date] = ACTIONS(663), + [anon_sym_DQUOTE] = ACTIONS(663), + [sym__str_single_quotes] = ACTIONS(663), + [sym__str_back_ticks] = ACTIONS(663), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(663), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(663), + [anon_sym_CARET] = ACTIONS(663), + [sym_short_flag] = ACTIONS(742), + [anon_sym_POUND] = ACTIONS(3), + }, + [445] = { + [sym_ctrl_do] = STATE(836), + [sym_ctrl_if] = STATE(836), + [sym_ctrl_match] = STATE(836), + [sym_ctrl_try] = STATE(836), + [sym__expression] = STATE(360), + [sym_expr_unary] = STATE(390), + [sym_expr_binary] = STATE(390), + [sym_expr_parenthesized] = STATE(391), + [sym_val_range] = STATE(390), + [sym__value] = STATE(390), + [sym_val_bool] = STATE(417), + [sym_val_variable] = STATE(417), + [sym__var] = STATE(233), + [sym_val_number] = STATE(9), + [sym_val_duration] = STATE(417), + [sym_val_filesize] = STATE(417), + [sym_val_binary] = STATE(417), + [sym_val_string] = STATE(417), + [sym__str_double_quotes] = STATE(419), + [sym_val_interpolated] = STATE(417), + [sym__inter_single_quotes] = STATE(420), + [sym__inter_double_quotes] = STATE(377), + [sym_val_list] = STATE(417), + [sym_val_record] = STATE(417), + [sym_val_table] = STATE(417), + [sym_val_closure] = STATE(417), + [sym_comment] = STATE(445), + [ts_builtin_sym_end] = ACTIONS(942), + [anon_sym_export] = ACTIONS(940), + [anon_sym_alias] = ACTIONS(940), + [anon_sym_let] = ACTIONS(940), + [anon_sym_let_DASHenv] = ACTIONS(940), + [anon_sym_mut] = ACTIONS(940), + [anon_sym_const] = ACTIONS(940), + [sym_cmd_identifier] = ACTIONS(940), + [anon_sym_SEMI] = ACTIONS(940), + [anon_sym_LF] = ACTIONS(942), + [anon_sym_def] = ACTIONS(940), + [anon_sym_def_DASHenv] = ACTIONS(940), + [anon_sym_export_DASHenv] = ACTIONS(940), + [anon_sym_extern] = ACTIONS(940), + [anon_sym_module] = ACTIONS(940), + [anon_sym_use] = ACTIONS(940), [anon_sym_LBRACK] = ACTIONS(980), [anon_sym_LPAREN] = ACTIONS(880), - [anon_sym_PIPE] = ACTIONS(948), + [anon_sym_PIPE] = ACTIONS(940), [anon_sym_DOLLAR] = ACTIONS(982), - [anon_sym_error] = ACTIONS(948), + [anon_sym_error] = ACTIONS(940), [anon_sym_DASH] = ACTIONS(984), - [anon_sym_break] = ACTIONS(948), - [anon_sym_continue] = ACTIONS(948), - [anon_sym_for] = ACTIONS(948), - [anon_sym_loop] = ACTIONS(948), - [anon_sym_while] = ACTIONS(948), + [anon_sym_break] = ACTIONS(940), + [anon_sym_continue] = ACTIONS(940), + [anon_sym_for] = ACTIONS(940), + [anon_sym_loop] = ACTIONS(940), + [anon_sym_while] = ACTIONS(940), [anon_sym_do] = ACTIONS(51), [anon_sym_if] = ACTIONS(53), [anon_sym_match] = ACTIONS(55), [anon_sym_LBRACE] = ACTIONS(986), [anon_sym_try] = ACTIONS(59), - [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_where] = ACTIONS(948), + [anon_sym_return] = ACTIONS(940), + [anon_sym_source] = ACTIONS(940), + [anon_sym_source_DASHenv] = ACTIONS(940), + [anon_sym_register] = ACTIONS(940), + [anon_sym_hide] = ACTIONS(940), + [anon_sym_hide_DASHenv] = ACTIONS(940), + [anon_sym_overlay] = ACTIONS(940), + [anon_sym_where] = ACTIONS(940), [anon_sym_not] = ACTIONS(988), [anon_sym_DOT_DOT_LT] = ACTIONS(990), [anon_sym_DOT_DOT] = ACTIONS(990), @@ -89854,1192 +90141,217 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_val_nothing] = ACTIONS(992), [anon_sym_true] = ACTIONS(994), [anon_sym_false] = ACTIONS(994), - [aux_sym_val_number_token1] = ACTIONS(996), - [aux_sym_val_number_token2] = ACTIONS(996), - [aux_sym_val_number_token3] = ACTIONS(996), - [aux_sym_val_number_token4] = ACTIONS(996), - [anon_sym_inf] = ACTIONS(996), - [anon_sym_DASHinf] = ACTIONS(996), - [anon_sym_NaN] = ACTIONS(996), - [anon_sym_0b] = ACTIONS(998), - [anon_sym_0o] = ACTIONS(998), - [anon_sym_0x] = ACTIONS(998), - [sym_val_date] = ACTIONS(992), - [anon_sym_DQUOTE] = ACTIONS(1000), - [sym__str_single_quotes] = ACTIONS(1002), - [sym__str_back_ticks] = ACTIONS(1002), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1004), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1006), - [anon_sym_CARET] = ACTIONS(948), - [anon_sym_POUND] = ACTIONS(3), - }, - [443] = { - [sym__expression] = STATE(170), - [sym_expr_unary] = STATE(294), - [sym_expr_binary] = STATE(294), - [sym_expr_parenthesized] = STATE(293), - [sym_val_range] = STATE(294), - [sym__value] = STATE(294), - [sym_val_bool] = STATE(304), - [sym_val_variable] = STATE(304), - [sym__var] = STATE(147), - [sym_val_number] = STATE(4), - [sym_val_duration] = STATE(304), - [sym_val_filesize] = STATE(304), - [sym_val_binary] = STATE(304), - [sym_val_string] = STATE(304), - [sym__str_double_quotes] = STATE(265), - [sym_val_interpolated] = STATE(304), - [sym__inter_single_quotes] = STATE(285), - [sym__inter_double_quotes] = STATE(269), - [sym_val_list] = STATE(304), - [sym_val_record] = STATE(304), - [sym_val_table] = STATE(304), - [sym_val_closure] = STATE(304), - [sym__flag] = STATE(436), - [sym_long_flag] = STATE(708), - [sym_comment] = STATE(443), - [ts_builtin_sym_end] = ACTIONS(696), - [anon_sym_export] = ACTIONS(694), - [anon_sym_alias] = ACTIONS(694), - [anon_sym_let] = ACTIONS(694), - [anon_sym_let_DASHenv] = ACTIONS(694), - [anon_sym_mut] = ACTIONS(694), - [anon_sym_const] = ACTIONS(694), - [sym_cmd_identifier] = ACTIONS(694), - [anon_sym_SEMI] = ACTIONS(694), - [anon_sym_LF] = ACTIONS(696), - [anon_sym_def] = ACTIONS(694), - [anon_sym_def_DASHenv] = ACTIONS(694), - [anon_sym_export_DASHenv] = ACTIONS(694), - [anon_sym_extern] = ACTIONS(694), - [anon_sym_module] = ACTIONS(694), - [anon_sym_use] = ACTIONS(694), - [anon_sym_LBRACK] = ACTIONS(694), - [anon_sym_LPAREN] = ACTIONS(694), - [anon_sym_PIPE] = ACTIONS(694), - [anon_sym_DOLLAR] = ACTIONS(694), - [anon_sym_error] = ACTIONS(694), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_break] = ACTIONS(694), - [anon_sym_continue] = ACTIONS(694), - [anon_sym_for] = ACTIONS(694), - [anon_sym_loop] = ACTIONS(694), - [anon_sym_while] = ACTIONS(694), - [anon_sym_do] = ACTIONS(694), - [anon_sym_if] = ACTIONS(694), - [anon_sym_match] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_try] = ACTIONS(694), - [anon_sym_return] = ACTIONS(694), - [anon_sym_source] = ACTIONS(694), - [anon_sym_source_DASHenv] = ACTIONS(694), - [anon_sym_register] = ACTIONS(694), - [anon_sym_hide] = ACTIONS(694), - [anon_sym_hide_DASHenv] = ACTIONS(694), - [anon_sym_overlay] = ACTIONS(694), - [anon_sym_where] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_DOT_DOT_LT] = ACTIONS(694), - [anon_sym_DOT_DOT] = ACTIONS(694), - [anon_sym_DOT_DOT_EQ] = ACTIONS(694), - [sym_val_nothing] = ACTIONS(694), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [aux_sym_val_number_token1] = ACTIONS(694), - [aux_sym_val_number_token2] = ACTIONS(694), - [aux_sym_val_number_token3] = ACTIONS(694), - [aux_sym_val_number_token4] = ACTIONS(694), - [anon_sym_inf] = ACTIONS(694), - [anon_sym_DASHinf] = ACTIONS(694), - [anon_sym_NaN] = ACTIONS(694), - [anon_sym_0b] = ACTIONS(694), - [anon_sym_0o] = ACTIONS(694), - [anon_sym_0x] = ACTIONS(694), - [sym_val_date] = ACTIONS(694), - [anon_sym_DQUOTE] = ACTIONS(694), - [sym__str_single_quotes] = ACTIONS(694), - [sym__str_back_ticks] = ACTIONS(694), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(694), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [sym_short_flag] = ACTIONS(740), - [anon_sym_POUND] = ACTIONS(3), - }, - [444] = { - [sym__expression] = STATE(170), - [sym_expr_unary] = STATE(294), - [sym_expr_binary] = STATE(294), - [sym_expr_parenthesized] = STATE(293), - [sym_val_range] = STATE(294), - [sym__value] = STATE(294), - [sym_val_bool] = STATE(304), - [sym_val_variable] = STATE(304), - [sym__var] = STATE(147), - [sym_val_number] = STATE(4), - [sym_val_duration] = STATE(304), - [sym_val_filesize] = STATE(304), - [sym_val_binary] = STATE(304), - [sym_val_string] = STATE(304), - [sym__str_double_quotes] = STATE(265), - [sym_val_interpolated] = STATE(304), - [sym__inter_single_quotes] = STATE(285), - [sym__inter_double_quotes] = STATE(269), - [sym_val_list] = STATE(304), - [sym_val_record] = STATE(304), - [sym_val_table] = STATE(304), - [sym_val_closure] = STATE(304), - [sym__flag] = STATE(440), - [sym_long_flag] = STATE(708), - [sym_comment] = STATE(444), - [ts_builtin_sym_end] = ACTIONS(696), - [anon_sym_export] = ACTIONS(694), - [anon_sym_alias] = ACTIONS(694), - [anon_sym_let] = ACTIONS(694), - [anon_sym_let_DASHenv] = ACTIONS(694), - [anon_sym_mut] = ACTIONS(694), - [anon_sym_const] = ACTIONS(694), - [sym_cmd_identifier] = ACTIONS(694), - [anon_sym_SEMI] = ACTIONS(694), - [anon_sym_LF] = ACTIONS(696), - [anon_sym_def] = ACTIONS(694), - [anon_sym_def_DASHenv] = ACTIONS(694), - [anon_sym_export_DASHenv] = ACTIONS(694), - [anon_sym_extern] = ACTIONS(694), - [anon_sym_module] = ACTIONS(694), - [anon_sym_use] = ACTIONS(694), - [anon_sym_LBRACK] = ACTIONS(694), - [anon_sym_LPAREN] = ACTIONS(694), - [anon_sym_PIPE] = ACTIONS(694), - [anon_sym_DOLLAR] = ACTIONS(694), - [anon_sym_error] = ACTIONS(694), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_break] = ACTIONS(694), - [anon_sym_continue] = ACTIONS(694), - [anon_sym_for] = ACTIONS(694), - [anon_sym_loop] = ACTIONS(694), - [anon_sym_while] = ACTIONS(694), - [anon_sym_do] = ACTIONS(694), - [anon_sym_if] = ACTIONS(694), - [anon_sym_match] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_try] = ACTIONS(694), - [anon_sym_return] = ACTIONS(694), - [anon_sym_source] = ACTIONS(694), - [anon_sym_source_DASHenv] = ACTIONS(694), - [anon_sym_register] = ACTIONS(694), - [anon_sym_hide] = ACTIONS(694), - [anon_sym_hide_DASHenv] = ACTIONS(694), - [anon_sym_overlay] = ACTIONS(694), - [anon_sym_where] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_DOT_DOT_LT] = ACTIONS(694), - [anon_sym_DOT_DOT] = ACTIONS(694), - [anon_sym_DOT_DOT_EQ] = ACTIONS(694), - [sym_val_nothing] = ACTIONS(694), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [aux_sym_val_number_token1] = ACTIONS(694), - [aux_sym_val_number_token2] = ACTIONS(694), - [aux_sym_val_number_token3] = ACTIONS(694), - [aux_sym_val_number_token4] = ACTIONS(694), - [anon_sym_inf] = ACTIONS(694), - [anon_sym_DASHinf] = ACTIONS(694), - [anon_sym_NaN] = ACTIONS(694), - [anon_sym_0b] = ACTIONS(694), - [anon_sym_0o] = ACTIONS(694), - [anon_sym_0x] = ACTIONS(694), - [sym_val_date] = ACTIONS(694), - [anon_sym_DQUOTE] = ACTIONS(694), - [sym__str_single_quotes] = ACTIONS(694), - [sym__str_back_ticks] = ACTIONS(694), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(694), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [sym_short_flag] = ACTIONS(740), - [anon_sym_POUND] = ACTIONS(3), - }, - [445] = { - [sym__expression] = STATE(186), - [sym_expr_unary] = STATE(294), - [sym_expr_binary] = STATE(294), - [sym_expr_parenthesized] = STATE(293), - [sym_val_range] = STATE(294), - [sym__value] = STATE(294), - [sym_val_bool] = STATE(304), - [sym_val_variable] = STATE(304), - [sym__var] = STATE(147), - [sym_val_number] = STATE(4), - [sym_val_duration] = STATE(304), - [sym_val_filesize] = STATE(304), - [sym_val_binary] = STATE(304), - [sym_val_string] = STATE(304), - [sym__str_double_quotes] = STATE(265), - [sym_val_interpolated] = STATE(304), - [sym__inter_single_quotes] = STATE(285), - [sym__inter_double_quotes] = STATE(269), - [sym_val_list] = STATE(304), - [sym_val_record] = STATE(304), - [sym_val_table] = STATE(304), - [sym_val_closure] = STATE(304), - [sym__flag] = STATE(427), - [sym_long_flag] = STATE(708), - [sym_comment] = STATE(445), - [ts_builtin_sym_end] = ACTIONS(621), - [anon_sym_export] = ACTIONS(619), - [anon_sym_alias] = ACTIONS(619), - [anon_sym_let] = ACTIONS(619), - [anon_sym_let_DASHenv] = ACTIONS(619), - [anon_sym_mut] = ACTIONS(619), - [anon_sym_const] = ACTIONS(619), - [sym_cmd_identifier] = ACTIONS(619), - [anon_sym_SEMI] = ACTIONS(619), - [anon_sym_LF] = ACTIONS(621), - [anon_sym_def] = ACTIONS(619), - [anon_sym_def_DASHenv] = ACTIONS(619), - [anon_sym_export_DASHenv] = ACTIONS(619), - [anon_sym_extern] = ACTIONS(619), - [anon_sym_module] = ACTIONS(619), - [anon_sym_use] = ACTIONS(619), - [anon_sym_LBRACK] = ACTIONS(619), - [anon_sym_LPAREN] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(619), - [anon_sym_error] = ACTIONS(619), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_break] = ACTIONS(619), - [anon_sym_continue] = ACTIONS(619), - [anon_sym_for] = ACTIONS(619), - [anon_sym_loop] = ACTIONS(619), - [anon_sym_while] = ACTIONS(619), - [anon_sym_do] = ACTIONS(619), - [anon_sym_if] = ACTIONS(619), - [anon_sym_match] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_try] = ACTIONS(619), - [anon_sym_return] = ACTIONS(619), - [anon_sym_source] = ACTIONS(619), - [anon_sym_source_DASHenv] = ACTIONS(619), - [anon_sym_register] = ACTIONS(619), - [anon_sym_hide] = ACTIONS(619), - [anon_sym_hide_DASHenv] = ACTIONS(619), - [anon_sym_overlay] = ACTIONS(619), - [anon_sym_where] = ACTIONS(619), - [anon_sym_not] = ACTIONS(619), - [anon_sym_DOT_DOT_LT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_EQ] = ACTIONS(619), - [sym_val_nothing] = ACTIONS(619), - [anon_sym_true] = ACTIONS(619), - [anon_sym_false] = ACTIONS(619), - [aux_sym_val_number_token1] = ACTIONS(619), - [aux_sym_val_number_token2] = ACTIONS(619), - [aux_sym_val_number_token3] = ACTIONS(619), - [aux_sym_val_number_token4] = ACTIONS(619), - [anon_sym_inf] = ACTIONS(619), - [anon_sym_DASHinf] = ACTIONS(619), - [anon_sym_NaN] = ACTIONS(619), - [anon_sym_0b] = ACTIONS(619), - [anon_sym_0o] = ACTIONS(619), - [anon_sym_0x] = ACTIONS(619), - [sym_val_date] = ACTIONS(619), - [anon_sym_DQUOTE] = ACTIONS(619), - [sym__str_single_quotes] = ACTIONS(619), - [sym__str_back_ticks] = ACTIONS(619), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [sym_short_flag] = ACTIONS(740), - [anon_sym_POUND] = ACTIONS(3), - }, - [446] = { - [sym__expression] = STATE(170), - [sym_expr_unary] = STATE(294), - [sym_expr_binary] = STATE(294), - [sym_expr_parenthesized] = STATE(293), - [sym_val_range] = STATE(294), - [sym__value] = STATE(294), - [sym_val_bool] = STATE(304), - [sym_val_variable] = STATE(304), - [sym__var] = STATE(147), - [sym_val_number] = STATE(4), - [sym_val_duration] = STATE(304), - [sym_val_filesize] = STATE(304), - [sym_val_binary] = STATE(304), - [sym_val_string] = STATE(304), - [sym__str_double_quotes] = STATE(265), - [sym_val_interpolated] = STATE(304), - [sym__inter_single_quotes] = STATE(285), - [sym__inter_double_quotes] = STATE(269), - [sym_val_list] = STATE(304), - [sym_val_record] = STATE(304), - [sym_val_table] = STATE(304), - [sym_val_closure] = STATE(304), - [sym__flag] = STATE(668), - [sym_long_flag] = STATE(708), - [sym_comment] = STATE(446), - [ts_builtin_sym_end] = ACTIONS(696), - [anon_sym_export] = ACTIONS(694), - [anon_sym_alias] = ACTIONS(694), - [anon_sym_let] = ACTIONS(694), - [anon_sym_let_DASHenv] = ACTIONS(694), - [anon_sym_mut] = ACTIONS(694), - [anon_sym_const] = ACTIONS(694), - [sym_cmd_identifier] = ACTIONS(694), - [anon_sym_SEMI] = ACTIONS(694), - [anon_sym_LF] = ACTIONS(696), - [anon_sym_def] = ACTIONS(694), - [anon_sym_def_DASHenv] = ACTIONS(694), - [anon_sym_export_DASHenv] = ACTIONS(694), - [anon_sym_extern] = ACTIONS(694), - [anon_sym_module] = ACTIONS(694), - [anon_sym_use] = ACTIONS(694), - [anon_sym_LBRACK] = ACTIONS(694), - [anon_sym_LPAREN] = ACTIONS(694), - [anon_sym_PIPE] = ACTIONS(694), - [anon_sym_DOLLAR] = ACTIONS(694), - [anon_sym_error] = ACTIONS(694), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_break] = ACTIONS(694), - [anon_sym_continue] = ACTIONS(694), - [anon_sym_for] = ACTIONS(694), - [anon_sym_loop] = ACTIONS(694), - [anon_sym_while] = ACTIONS(694), - [anon_sym_do] = ACTIONS(694), - [anon_sym_if] = ACTIONS(694), - [anon_sym_match] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_try] = ACTIONS(694), - [anon_sym_return] = ACTIONS(694), - [anon_sym_source] = ACTIONS(694), - [anon_sym_source_DASHenv] = ACTIONS(694), - [anon_sym_register] = ACTIONS(694), - [anon_sym_hide] = ACTIONS(694), - [anon_sym_hide_DASHenv] = ACTIONS(694), - [anon_sym_overlay] = ACTIONS(694), - [anon_sym_where] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_DOT_DOT_LT] = ACTIONS(694), - [anon_sym_DOT_DOT] = ACTIONS(694), - [anon_sym_DOT_DOT_EQ] = ACTIONS(694), - [sym_val_nothing] = ACTIONS(694), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [aux_sym_val_number_token1] = ACTIONS(694), - [aux_sym_val_number_token2] = ACTIONS(694), - [aux_sym_val_number_token3] = ACTIONS(694), - [aux_sym_val_number_token4] = ACTIONS(694), - [anon_sym_inf] = ACTIONS(694), - [anon_sym_DASHinf] = ACTIONS(694), - [anon_sym_NaN] = ACTIONS(694), - [anon_sym_0b] = ACTIONS(694), - [anon_sym_0o] = ACTIONS(694), - [anon_sym_0x] = ACTIONS(694), - [sym_val_date] = ACTIONS(694), - [anon_sym_DQUOTE] = ACTIONS(694), - [sym__str_single_quotes] = ACTIONS(694), - [sym__str_back_ticks] = ACTIONS(694), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(694), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [sym_short_flag] = ACTIONS(740), - [anon_sym_POUND] = ACTIONS(3), - }, - [447] = { - [sym__expression] = STATE(170), - [sym_expr_unary] = STATE(294), - [sym_expr_binary] = STATE(294), - [sym_expr_parenthesized] = STATE(293), - [sym_val_range] = STATE(294), - [sym__value] = STATE(294), - [sym_val_bool] = STATE(304), - [sym_val_variable] = STATE(304), - [sym__var] = STATE(147), - [sym_val_number] = STATE(4), - [sym_val_duration] = STATE(304), - [sym_val_filesize] = STATE(304), - [sym_val_binary] = STATE(304), - [sym_val_string] = STATE(304), - [sym__str_double_quotes] = STATE(265), - [sym_val_interpolated] = STATE(304), - [sym__inter_single_quotes] = STATE(285), - [sym__inter_double_quotes] = STATE(269), - [sym_val_list] = STATE(304), - [sym_val_record] = STATE(304), - [sym_val_table] = STATE(304), - [sym_val_closure] = STATE(304), - [sym__flag] = STATE(439), - [sym_long_flag] = STATE(708), - [sym_comment] = STATE(447), - [ts_builtin_sym_end] = ACTIONS(696), - [anon_sym_export] = ACTIONS(694), - [anon_sym_alias] = ACTIONS(694), - [anon_sym_let] = ACTIONS(694), - [anon_sym_let_DASHenv] = ACTIONS(694), - [anon_sym_mut] = ACTIONS(694), - [anon_sym_const] = ACTIONS(694), - [sym_cmd_identifier] = ACTIONS(694), - [anon_sym_SEMI] = ACTIONS(694), - [anon_sym_LF] = ACTIONS(696), - [anon_sym_def] = ACTIONS(694), - [anon_sym_def_DASHenv] = ACTIONS(694), - [anon_sym_export_DASHenv] = ACTIONS(694), - [anon_sym_extern] = ACTIONS(694), - [anon_sym_module] = ACTIONS(694), - [anon_sym_use] = ACTIONS(694), - [anon_sym_LBRACK] = ACTIONS(694), - [anon_sym_LPAREN] = ACTIONS(694), - [anon_sym_PIPE] = ACTIONS(694), - [anon_sym_DOLLAR] = ACTIONS(694), - [anon_sym_error] = ACTIONS(694), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_break] = ACTIONS(694), - [anon_sym_continue] = ACTIONS(694), - [anon_sym_for] = ACTIONS(694), - [anon_sym_loop] = ACTIONS(694), - [anon_sym_while] = ACTIONS(694), - [anon_sym_do] = ACTIONS(694), - [anon_sym_if] = ACTIONS(694), - [anon_sym_match] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_try] = ACTIONS(694), - [anon_sym_return] = ACTIONS(694), - [anon_sym_source] = ACTIONS(694), - [anon_sym_source_DASHenv] = ACTIONS(694), - [anon_sym_register] = ACTIONS(694), - [anon_sym_hide] = ACTIONS(694), - [anon_sym_hide_DASHenv] = ACTIONS(694), - [anon_sym_overlay] = ACTIONS(694), - [anon_sym_where] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_DOT_DOT_LT] = ACTIONS(694), - [anon_sym_DOT_DOT] = ACTIONS(694), - [anon_sym_DOT_DOT_EQ] = ACTIONS(694), - [sym_val_nothing] = ACTIONS(694), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [aux_sym_val_number_token1] = ACTIONS(694), - [aux_sym_val_number_token2] = ACTIONS(694), - [aux_sym_val_number_token3] = ACTIONS(694), - [aux_sym_val_number_token4] = ACTIONS(694), - [anon_sym_inf] = ACTIONS(694), - [anon_sym_DASHinf] = ACTIONS(694), - [anon_sym_NaN] = ACTIONS(694), - [anon_sym_0b] = ACTIONS(694), - [anon_sym_0o] = ACTIONS(694), - [anon_sym_0x] = ACTIONS(694), - [sym_val_date] = ACTIONS(694), - [anon_sym_DQUOTE] = ACTIONS(694), - [sym__str_single_quotes] = ACTIONS(694), - [sym__str_back_ticks] = ACTIONS(694), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(694), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [sym_short_flag] = ACTIONS(740), - [anon_sym_POUND] = ACTIONS(3), - }, - [448] = { - [sym_pipeline] = STATE(990), - [sym_pipeline_last] = STATE(3468), - [sym__ctrl_expression] = STATE(3139), - [sym_ctrl_do] = STATE(826), - [sym_ctrl_if] = STATE(826), - [sym_ctrl_match] = STATE(826), - [sym_ctrl_try] = STATE(826), - [sym_ctrl_return] = STATE(826), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3268), - [sym_where_command] = STATE(3146), - [sym__expression] = STATE(2450), - [sym_expr_unary] = STATE(2481), - [sym_expr_binary] = STATE(2481), - [sym_expr_parenthesized] = STATE(2087), - [sym_val_range] = STATE(2481), - [sym__value] = STATE(2481), - [sym_val_bool] = STATE(2506), - [sym_val_variable] = STATE(2506), - [sym__var] = STATE(2158), - [sym_val_number] = STATE(127), - [sym_val_duration] = STATE(2506), - [sym_val_filesize] = STATE(2506), - [sym_val_binary] = STATE(2506), - [sym_val_string] = STATE(2506), - [sym__str_double_quotes] = STATE(2499), - [sym_val_interpolated] = STATE(2506), - [sym__inter_single_quotes] = STATE(2471), - [sym__inter_double_quotes] = STATE(2469), - [sym_val_list] = STATE(2506), - [sym_val_record] = STATE(2506), - [sym_val_table] = STATE(2506), - [sym_val_closure] = STATE(2506), - [sym_command] = STATE(3146), - [sym_comment] = STATE(448), - [aux_sym_pipeline_repeat1] = STATE(497), - [sym_cmd_identifier] = ACTIONS(19), - [anon_sym_LBRACK] = ACTIONS(31), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_DOLLAR] = ACTIONS(1008), - [anon_sym_DASH] = ACTIONS(39), - [anon_sym_break] = ACTIONS(41), - [anon_sym_continue] = ACTIONS(43), - [anon_sym_do] = ACTIONS(1010), - [anon_sym_if] = ACTIONS(1012), - [anon_sym_match] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [anon_sym_try] = ACTIONS(1014), - [anon_sym_return] = ACTIONS(1016), - [anon_sym_where] = ACTIONS(73), - [anon_sym_not] = ACTIONS(75), - [anon_sym_DOT_DOT_LT] = ACTIONS(77), - [anon_sym_DOT_DOT] = ACTIONS(79), - [anon_sym_DOT_DOT_EQ] = ACTIONS(77), - [sym_val_nothing] = ACTIONS(81), - [anon_sym_true] = ACTIONS(83), - [anon_sym_false] = ACTIONS(83), - [aux_sym_val_number_token1] = ACTIONS(85), - [aux_sym_val_number_token2] = ACTIONS(87), - [aux_sym_val_number_token3] = ACTIONS(87), - [aux_sym_val_number_token4] = ACTIONS(87), - [anon_sym_inf] = ACTIONS(85), - [anon_sym_DASHinf] = ACTIONS(87), - [anon_sym_NaN] = ACTIONS(85), - [anon_sym_0b] = ACTIONS(89), - [anon_sym_0o] = ACTIONS(89), - [anon_sym_0x] = ACTIONS(89), - [sym_val_date] = ACTIONS(91), - [anon_sym_DQUOTE] = ACTIONS(93), - [sym__str_single_quotes] = ACTIONS(95), - [sym__str_back_ticks] = ACTIONS(95), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(97), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(99), - [anon_sym_CARET] = ACTIONS(101), - [anon_sym_POUND] = ACTIONS(157), - }, - [449] = { - [sym_path] = STATE(491), - [sym_comment] = STATE(449), - [aux_sym_cell_path_repeat1] = STATE(452), - [anon_sym_SEMI] = ACTIONS(586), - [anon_sym_LF] = ACTIONS(588), - [anon_sym_LBRACK] = ACTIONS(586), - [anon_sym_LPAREN] = ACTIONS(586), - [anon_sym_RPAREN] = ACTIONS(586), - [anon_sym_PIPE] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(586), - [anon_sym_GT] = ACTIONS(586), - [anon_sym_DASH_DASH] = ACTIONS(586), - [anon_sym_DASH] = ACTIONS(586), - [anon_sym_in] = ACTIONS(586), - [anon_sym_LBRACE] = ACTIONS(586), - [anon_sym_RBRACE] = ACTIONS(586), - [anon_sym_DOT] = ACTIONS(1018), - [anon_sym_STAR] = ACTIONS(586), - [anon_sym_STAR_STAR] = ACTIONS(586), - [anon_sym_PLUS_PLUS] = ACTIONS(586), - [anon_sym_SLASH] = ACTIONS(586), - [anon_sym_mod] = ACTIONS(586), - [anon_sym_SLASH_SLASH] = ACTIONS(586), - [anon_sym_PLUS] = ACTIONS(586), - [anon_sym_bit_DASHshl] = ACTIONS(586), - [anon_sym_bit_DASHshr] = ACTIONS(586), - [anon_sym_EQ_EQ] = ACTIONS(586), - [anon_sym_BANG_EQ] = ACTIONS(586), - [anon_sym_LT2] = ACTIONS(586), - [anon_sym_LT_EQ] = ACTIONS(586), - [anon_sym_GT_EQ] = ACTIONS(586), - [anon_sym_not_DASHin] = ACTIONS(586), - [anon_sym_starts_DASHwith] = ACTIONS(586), - [anon_sym_ends_DASHwith] = ACTIONS(586), - [anon_sym_EQ_TILDE] = ACTIONS(586), - [anon_sym_BANG_TILDE] = ACTIONS(586), - [anon_sym_bit_DASHand] = ACTIONS(586), - [anon_sym_bit_DASHxor] = ACTIONS(586), - [anon_sym_bit_DASHor] = ACTIONS(586), - [anon_sym_and] = ACTIONS(586), - [anon_sym_xor] = ACTIONS(586), - [anon_sym_or] = ACTIONS(586), - [anon_sym_DOT_DOT_LT] = ACTIONS(586), - [anon_sym_DOT_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT_EQ] = ACTIONS(586), - [sym_val_nothing] = ACTIONS(586), - [anon_sym_true] = ACTIONS(586), - [anon_sym_false] = ACTIONS(586), - [aux_sym_val_number_token1] = ACTIONS(586), - [aux_sym_val_number_token2] = ACTIONS(586), - [aux_sym_val_number_token3] = ACTIONS(586), - [aux_sym_val_number_token4] = ACTIONS(586), - [anon_sym_inf] = ACTIONS(586), - [anon_sym_DASHinf] = ACTIONS(586), - [anon_sym_NaN] = ACTIONS(586), - [anon_sym_0b] = ACTIONS(586), - [anon_sym_0o] = ACTIONS(586), - [anon_sym_0x] = ACTIONS(586), - [sym_val_date] = ACTIONS(586), - [anon_sym_DQUOTE] = ACTIONS(586), - [sym__str_single_quotes] = ACTIONS(586), - [sym__str_back_ticks] = ACTIONS(586), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(586), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(586), - [anon_sym_err_GT] = ACTIONS(586), - [anon_sym_out_GT] = ACTIONS(586), - [anon_sym_e_GT] = ACTIONS(586), - [anon_sym_o_GT] = ACTIONS(586), - [anon_sym_err_PLUSout_GT] = ACTIONS(586), - [anon_sym_out_PLUSerr_GT] = ACTIONS(586), - [anon_sym_o_PLUSe_GT] = ACTIONS(586), - [anon_sym_e_PLUSo_GT] = ACTIONS(586), - [sym_short_flag] = ACTIONS(586), - [aux_sym_unquoted_token1] = ACTIONS(586), - [anon_sym_POUND] = ACTIONS(3), - }, - [450] = { - [sym_cell_path] = STATE(542), - [sym_path] = STATE(463), - [sym_comment] = STATE(450), - [anon_sym_SEMI] = ACTIONS(582), - [anon_sym_LF] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(582), - [anon_sym_LPAREN] = ACTIONS(582), - [anon_sym_RPAREN] = ACTIONS(582), - [anon_sym_PIPE] = ACTIONS(582), - [anon_sym_DOLLAR] = ACTIONS(582), - [anon_sym_GT] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DASH] = ACTIONS(582), - [anon_sym_in] = ACTIONS(582), - [anon_sym_LBRACE] = ACTIONS(582), - [anon_sym_RBRACE] = ACTIONS(582), - [anon_sym_DOT] = ACTIONS(1018), - [anon_sym_STAR] = ACTIONS(582), - [anon_sym_STAR_STAR] = ACTIONS(582), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_SLASH] = ACTIONS(582), - [anon_sym_mod] = ACTIONS(582), - [anon_sym_SLASH_SLASH] = ACTIONS(582), - [anon_sym_PLUS] = ACTIONS(582), - [anon_sym_bit_DASHshl] = ACTIONS(582), - [anon_sym_bit_DASHshr] = ACTIONS(582), - [anon_sym_EQ_EQ] = ACTIONS(582), - [anon_sym_BANG_EQ] = ACTIONS(582), - [anon_sym_LT2] = ACTIONS(582), - [anon_sym_LT_EQ] = ACTIONS(582), - [anon_sym_GT_EQ] = ACTIONS(582), - [anon_sym_not_DASHin] = ACTIONS(582), - [anon_sym_starts_DASHwith] = ACTIONS(582), - [anon_sym_ends_DASHwith] = ACTIONS(582), - [anon_sym_EQ_TILDE] = ACTIONS(582), - [anon_sym_BANG_TILDE] = ACTIONS(582), - [anon_sym_bit_DASHand] = ACTIONS(582), - [anon_sym_bit_DASHxor] = ACTIONS(582), - [anon_sym_bit_DASHor] = ACTIONS(582), - [anon_sym_and] = ACTIONS(582), - [anon_sym_xor] = ACTIONS(582), - [anon_sym_or] = ACTIONS(582), - [anon_sym_DOT_DOT_LT] = ACTIONS(582), - [anon_sym_DOT_DOT] = ACTIONS(582), - [anon_sym_DOT_DOT_EQ] = ACTIONS(582), - [sym_val_nothing] = ACTIONS(582), - [anon_sym_true] = ACTIONS(582), - [anon_sym_false] = ACTIONS(582), - [aux_sym_val_number_token1] = ACTIONS(582), - [aux_sym_val_number_token2] = ACTIONS(582), - [aux_sym_val_number_token3] = ACTIONS(582), - [aux_sym_val_number_token4] = ACTIONS(582), - [anon_sym_inf] = ACTIONS(582), - [anon_sym_DASHinf] = ACTIONS(582), - [anon_sym_NaN] = ACTIONS(582), - [anon_sym_0b] = ACTIONS(582), - [anon_sym_0o] = ACTIONS(582), - [anon_sym_0x] = ACTIONS(582), - [sym_val_date] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(582), - [sym__str_single_quotes] = ACTIONS(582), - [sym__str_back_ticks] = ACTIONS(582), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(582), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(582), - [anon_sym_err_GT] = ACTIONS(582), - [anon_sym_out_GT] = ACTIONS(582), - [anon_sym_e_GT] = ACTIONS(582), - [anon_sym_o_GT] = ACTIONS(582), - [anon_sym_err_PLUSout_GT] = ACTIONS(582), - [anon_sym_out_PLUSerr_GT] = ACTIONS(582), - [anon_sym_o_PLUSe_GT] = ACTIONS(582), - [anon_sym_e_PLUSo_GT] = ACTIONS(582), - [sym_short_flag] = ACTIONS(582), - [aux_sym_unquoted_token1] = ACTIONS(582), - [anon_sym_POUND] = ACTIONS(3), - }, - [451] = { - [sym_cell_path] = STATE(523), - [sym_path] = STATE(463), - [sym_comment] = STATE(451), - [anon_sym_SEMI] = ACTIONS(568), - [anon_sym_LF] = ACTIONS(570), - [anon_sym_LBRACK] = ACTIONS(568), - [anon_sym_LPAREN] = ACTIONS(568), - [anon_sym_RPAREN] = ACTIONS(568), - [anon_sym_PIPE] = ACTIONS(568), - [anon_sym_DOLLAR] = ACTIONS(568), - [anon_sym_GT] = ACTIONS(568), - [anon_sym_DASH_DASH] = ACTIONS(568), - [anon_sym_DASH] = ACTIONS(568), - [anon_sym_in] = ACTIONS(568), - [anon_sym_LBRACE] = ACTIONS(568), - [anon_sym_RBRACE] = ACTIONS(568), - [anon_sym_DOT] = ACTIONS(1018), - [anon_sym_STAR] = ACTIONS(568), - [anon_sym_STAR_STAR] = ACTIONS(568), - [anon_sym_PLUS_PLUS] = ACTIONS(568), - [anon_sym_SLASH] = ACTIONS(568), - [anon_sym_mod] = ACTIONS(568), - [anon_sym_SLASH_SLASH] = ACTIONS(568), - [anon_sym_PLUS] = ACTIONS(568), - [anon_sym_bit_DASHshl] = ACTIONS(568), - [anon_sym_bit_DASHshr] = ACTIONS(568), - [anon_sym_EQ_EQ] = ACTIONS(568), - [anon_sym_BANG_EQ] = ACTIONS(568), - [anon_sym_LT2] = ACTIONS(568), - [anon_sym_LT_EQ] = ACTIONS(568), - [anon_sym_GT_EQ] = ACTIONS(568), - [anon_sym_not_DASHin] = ACTIONS(568), - [anon_sym_starts_DASHwith] = ACTIONS(568), - [anon_sym_ends_DASHwith] = ACTIONS(568), - [anon_sym_EQ_TILDE] = ACTIONS(568), - [anon_sym_BANG_TILDE] = ACTIONS(568), - [anon_sym_bit_DASHand] = ACTIONS(568), - [anon_sym_bit_DASHxor] = ACTIONS(568), - [anon_sym_bit_DASHor] = ACTIONS(568), - [anon_sym_and] = ACTIONS(568), - [anon_sym_xor] = ACTIONS(568), - [anon_sym_or] = ACTIONS(568), - [anon_sym_DOT_DOT_LT] = ACTIONS(568), - [anon_sym_DOT_DOT] = ACTIONS(568), - [anon_sym_DOT_DOT_EQ] = ACTIONS(568), - [sym_val_nothing] = ACTIONS(568), - [anon_sym_true] = ACTIONS(568), - [anon_sym_false] = ACTIONS(568), - [aux_sym_val_number_token1] = ACTIONS(568), - [aux_sym_val_number_token2] = ACTIONS(568), - [aux_sym_val_number_token3] = ACTIONS(568), - [aux_sym_val_number_token4] = ACTIONS(568), - [anon_sym_inf] = ACTIONS(568), - [anon_sym_DASHinf] = ACTIONS(568), - [anon_sym_NaN] = ACTIONS(568), - [anon_sym_0b] = ACTIONS(568), - [anon_sym_0o] = ACTIONS(568), - [anon_sym_0x] = ACTIONS(568), - [sym_val_date] = ACTIONS(568), - [anon_sym_DQUOTE] = ACTIONS(568), - [sym__str_single_quotes] = ACTIONS(568), - [sym__str_back_ticks] = ACTIONS(568), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(568), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(568), - [anon_sym_err_GT] = ACTIONS(568), - [anon_sym_out_GT] = ACTIONS(568), - [anon_sym_e_GT] = ACTIONS(568), - [anon_sym_o_GT] = ACTIONS(568), - [anon_sym_err_PLUSout_GT] = ACTIONS(568), - [anon_sym_out_PLUSerr_GT] = ACTIONS(568), - [anon_sym_o_PLUSe_GT] = ACTIONS(568), - [anon_sym_e_PLUSo_GT] = ACTIONS(568), - [sym_short_flag] = ACTIONS(568), - [aux_sym_unquoted_token1] = ACTIONS(568), - [anon_sym_POUND] = ACTIONS(3), - }, - [452] = { - [sym_path] = STATE(491), - [sym_comment] = STATE(452), - [aux_sym_cell_path_repeat1] = STATE(452), - [anon_sym_SEMI] = ACTIONS(590), - [anon_sym_LF] = ACTIONS(592), - [anon_sym_LBRACK] = ACTIONS(590), - [anon_sym_LPAREN] = ACTIONS(590), - [anon_sym_RPAREN] = ACTIONS(590), - [anon_sym_PIPE] = ACTIONS(590), - [anon_sym_DOLLAR] = ACTIONS(590), - [anon_sym_GT] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_in] = ACTIONS(590), - [anon_sym_LBRACE] = ACTIONS(590), - [anon_sym_RBRACE] = ACTIONS(590), - [anon_sym_DOT] = ACTIONS(1020), - [anon_sym_STAR] = ACTIONS(590), - [anon_sym_STAR_STAR] = ACTIONS(590), - [anon_sym_PLUS_PLUS] = ACTIONS(590), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_mod] = ACTIONS(590), - [anon_sym_SLASH_SLASH] = ACTIONS(590), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_bit_DASHshl] = ACTIONS(590), - [anon_sym_bit_DASHshr] = ACTIONS(590), - [anon_sym_EQ_EQ] = ACTIONS(590), - [anon_sym_BANG_EQ] = ACTIONS(590), - [anon_sym_LT2] = ACTIONS(590), - [anon_sym_LT_EQ] = ACTIONS(590), - [anon_sym_GT_EQ] = ACTIONS(590), - [anon_sym_not_DASHin] = ACTIONS(590), - [anon_sym_starts_DASHwith] = ACTIONS(590), - [anon_sym_ends_DASHwith] = ACTIONS(590), - [anon_sym_EQ_TILDE] = ACTIONS(590), - [anon_sym_BANG_TILDE] = ACTIONS(590), - [anon_sym_bit_DASHand] = ACTIONS(590), - [anon_sym_bit_DASHxor] = ACTIONS(590), - [anon_sym_bit_DASHor] = ACTIONS(590), - [anon_sym_and] = ACTIONS(590), - [anon_sym_xor] = ACTIONS(590), - [anon_sym_or] = ACTIONS(590), - [anon_sym_DOT_DOT_LT] = ACTIONS(590), - [anon_sym_DOT_DOT] = ACTIONS(590), - [anon_sym_DOT_DOT_EQ] = ACTIONS(590), - [sym_val_nothing] = ACTIONS(590), - [anon_sym_true] = ACTIONS(590), - [anon_sym_false] = ACTIONS(590), - [aux_sym_val_number_token1] = ACTIONS(590), - [aux_sym_val_number_token2] = ACTIONS(590), - [aux_sym_val_number_token3] = ACTIONS(590), - [aux_sym_val_number_token4] = ACTIONS(590), - [anon_sym_inf] = ACTIONS(590), - [anon_sym_DASHinf] = ACTIONS(590), - [anon_sym_NaN] = ACTIONS(590), - [anon_sym_0b] = ACTIONS(590), - [anon_sym_0o] = ACTIONS(590), - [anon_sym_0x] = ACTIONS(590), - [sym_val_date] = ACTIONS(590), - [anon_sym_DQUOTE] = ACTIONS(590), - [sym__str_single_quotes] = ACTIONS(590), - [sym__str_back_ticks] = ACTIONS(590), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(590), - [anon_sym_err_GT] = ACTIONS(590), - [anon_sym_out_GT] = ACTIONS(590), - [anon_sym_e_GT] = ACTIONS(590), - [anon_sym_o_GT] = ACTIONS(590), - [anon_sym_err_PLUSout_GT] = ACTIONS(590), - [anon_sym_out_PLUSerr_GT] = ACTIONS(590), - [anon_sym_o_PLUSe_GT] = ACTIONS(590), - [anon_sym_e_PLUSo_GT] = ACTIONS(590), - [sym_short_flag] = ACTIONS(590), - [aux_sym_unquoted_token1] = ACTIONS(590), - [anon_sym_POUND] = ACTIONS(3), - }, - [453] = { - [sym_pipeline] = STATE(1002), - [sym_pipeline_last] = STATE(3310), - [sym__ctrl_expression] = STATE(2972), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_where_command] = STATE(2964), - [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), - [sym_val_variable] = STATE(2337), - [sym__var] = STATE(2070), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), - [sym_comment] = STATE(453), - [aux_sym_pipeline_repeat1] = STATE(488), - [sym_cmd_identifier] = ACTIONS(179), - [anon_sym_LBRACK] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(193), - [anon_sym_DOLLAR] = ACTIONS(1023), - [anon_sym_DASH] = ACTIONS(201), - [anon_sym_break] = ACTIONS(203), - [anon_sym_continue] = ACTIONS(205), - [anon_sym_do] = ACTIONS(1025), - [anon_sym_if] = ACTIONS(1027), - [anon_sym_match] = ACTIONS(217), - [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_try] = ACTIONS(1029), - [anon_sym_return] = ACTIONS(1031), - [anon_sym_where] = ACTIONS(237), - [anon_sym_not] = ACTIONS(239), - [anon_sym_DOT_DOT_LT] = ACTIONS(241), - [anon_sym_DOT_DOT] = ACTIONS(243), - [anon_sym_DOT_DOT_EQ] = ACTIONS(241), - [sym_val_nothing] = ACTIONS(245), - [anon_sym_true] = ACTIONS(247), - [anon_sym_false] = ACTIONS(247), - [aux_sym_val_number_token1] = ACTIONS(249), - [aux_sym_val_number_token2] = ACTIONS(251), - [aux_sym_val_number_token3] = ACTIONS(251), - [aux_sym_val_number_token4] = ACTIONS(251), - [anon_sym_inf] = ACTIONS(249), - [anon_sym_DASHinf] = ACTIONS(251), - [anon_sym_NaN] = ACTIONS(249), - [anon_sym_0b] = ACTIONS(253), - [anon_sym_0o] = ACTIONS(253), - [anon_sym_0x] = ACTIONS(253), - [sym_val_date] = ACTIONS(255), - [anon_sym_DQUOTE] = ACTIONS(257), - [sym__str_single_quotes] = ACTIONS(259), - [sym__str_back_ticks] = ACTIONS(259), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(261), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(263), - [anon_sym_CARET] = ACTIONS(265), - [anon_sym_POUND] = ACTIONS(157), - }, - [454] = { - [sym_cell_path] = STATE(554), - [sym_path] = STATE(463), - [sym_comment] = STATE(454), - [anon_sym_SEMI] = ACTIONS(578), - [anon_sym_LF] = ACTIONS(580), - [anon_sym_LBRACK] = ACTIONS(578), - [anon_sym_LPAREN] = ACTIONS(578), - [anon_sym_RPAREN] = ACTIONS(578), - [anon_sym_PIPE] = ACTIONS(578), - [anon_sym_DOLLAR] = ACTIONS(578), - [anon_sym_GT] = ACTIONS(578), - [anon_sym_DASH_DASH] = ACTIONS(578), - [anon_sym_DASH] = ACTIONS(578), - [anon_sym_in] = ACTIONS(578), - [anon_sym_LBRACE] = ACTIONS(578), - [anon_sym_RBRACE] = ACTIONS(578), - [anon_sym_DOT] = ACTIONS(1018), - [anon_sym_STAR] = ACTIONS(578), - [anon_sym_STAR_STAR] = ACTIONS(578), - [anon_sym_PLUS_PLUS] = ACTIONS(578), - [anon_sym_SLASH] = ACTIONS(578), - [anon_sym_mod] = ACTIONS(578), - [anon_sym_SLASH_SLASH] = ACTIONS(578), - [anon_sym_PLUS] = ACTIONS(578), - [anon_sym_bit_DASHshl] = ACTIONS(578), - [anon_sym_bit_DASHshr] = ACTIONS(578), - [anon_sym_EQ_EQ] = ACTIONS(578), - [anon_sym_BANG_EQ] = ACTIONS(578), - [anon_sym_LT2] = ACTIONS(578), - [anon_sym_LT_EQ] = ACTIONS(578), - [anon_sym_GT_EQ] = ACTIONS(578), - [anon_sym_not_DASHin] = ACTIONS(578), - [anon_sym_starts_DASHwith] = ACTIONS(578), - [anon_sym_ends_DASHwith] = ACTIONS(578), - [anon_sym_EQ_TILDE] = ACTIONS(578), - [anon_sym_BANG_TILDE] = ACTIONS(578), - [anon_sym_bit_DASHand] = ACTIONS(578), - [anon_sym_bit_DASHxor] = ACTIONS(578), - [anon_sym_bit_DASHor] = ACTIONS(578), - [anon_sym_and] = ACTIONS(578), - [anon_sym_xor] = ACTIONS(578), - [anon_sym_or] = ACTIONS(578), - [anon_sym_DOT_DOT_LT] = ACTIONS(578), - [anon_sym_DOT_DOT] = ACTIONS(578), - [anon_sym_DOT_DOT_EQ] = ACTIONS(578), - [sym_val_nothing] = ACTIONS(578), - [anon_sym_true] = ACTIONS(578), - [anon_sym_false] = ACTIONS(578), - [aux_sym_val_number_token1] = ACTIONS(578), - [aux_sym_val_number_token2] = ACTIONS(578), - [aux_sym_val_number_token3] = ACTIONS(578), - [aux_sym_val_number_token4] = ACTIONS(578), - [anon_sym_inf] = ACTIONS(578), - [anon_sym_DASHinf] = ACTIONS(578), - [anon_sym_NaN] = ACTIONS(578), - [anon_sym_0b] = ACTIONS(578), - [anon_sym_0o] = ACTIONS(578), - [anon_sym_0x] = ACTIONS(578), - [sym_val_date] = ACTIONS(578), - [anon_sym_DQUOTE] = ACTIONS(578), - [sym__str_single_quotes] = ACTIONS(578), - [sym__str_back_ticks] = ACTIONS(578), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(578), - [anon_sym_err_GT] = ACTIONS(578), - [anon_sym_out_GT] = ACTIONS(578), - [anon_sym_e_GT] = ACTIONS(578), - [anon_sym_o_GT] = ACTIONS(578), - [anon_sym_err_PLUSout_GT] = ACTIONS(578), - [anon_sym_out_PLUSerr_GT] = ACTIONS(578), - [anon_sym_o_PLUSe_GT] = ACTIONS(578), - [anon_sym_e_PLUSo_GT] = ACTIONS(578), - [sym_short_flag] = ACTIONS(578), - [aux_sym_unquoted_token1] = ACTIONS(578), - [anon_sym_POUND] = ACTIONS(3), - }, - [455] = { - [sym_cell_path] = STATE(537), - [sym_path] = STATE(463), - [sym_comment] = STATE(455), - [anon_sym_SEMI] = ACTIONS(605), - [anon_sym_LF] = ACTIONS(607), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_LPAREN] = ACTIONS(605), - [anon_sym_RPAREN] = ACTIONS(605), - [anon_sym_PIPE] = ACTIONS(605), - [anon_sym_DOLLAR] = ACTIONS(605), - [anon_sym_GT] = ACTIONS(605), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_DASH] = ACTIONS(605), - [anon_sym_in] = ACTIONS(605), - [anon_sym_LBRACE] = ACTIONS(605), - [anon_sym_RBRACE] = ACTIONS(605), - [anon_sym_DOT] = ACTIONS(1018), - [anon_sym_STAR] = ACTIONS(605), - [anon_sym_STAR_STAR] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [anon_sym_SLASH] = ACTIONS(605), - [anon_sym_mod] = ACTIONS(605), - [anon_sym_SLASH_SLASH] = ACTIONS(605), - [anon_sym_PLUS] = ACTIONS(605), - [anon_sym_bit_DASHshl] = ACTIONS(605), - [anon_sym_bit_DASHshr] = ACTIONS(605), - [anon_sym_EQ_EQ] = ACTIONS(605), - [anon_sym_BANG_EQ] = ACTIONS(605), - [anon_sym_LT2] = ACTIONS(605), - [anon_sym_LT_EQ] = ACTIONS(605), - [anon_sym_GT_EQ] = ACTIONS(605), - [anon_sym_not_DASHin] = ACTIONS(605), - [anon_sym_starts_DASHwith] = ACTIONS(605), - [anon_sym_ends_DASHwith] = ACTIONS(605), - [anon_sym_EQ_TILDE] = ACTIONS(605), - [anon_sym_BANG_TILDE] = ACTIONS(605), - [anon_sym_bit_DASHand] = ACTIONS(605), - [anon_sym_bit_DASHxor] = ACTIONS(605), - [anon_sym_bit_DASHor] = ACTIONS(605), - [anon_sym_and] = ACTIONS(605), - [anon_sym_xor] = ACTIONS(605), - [anon_sym_or] = ACTIONS(605), - [anon_sym_DOT_DOT_LT] = ACTIONS(605), - [anon_sym_DOT_DOT] = ACTIONS(605), - [anon_sym_DOT_DOT_EQ] = ACTIONS(605), - [sym_val_nothing] = ACTIONS(605), - [anon_sym_true] = ACTIONS(605), - [anon_sym_false] = ACTIONS(605), - [aux_sym_val_number_token1] = ACTIONS(605), - [aux_sym_val_number_token2] = ACTIONS(605), - [aux_sym_val_number_token3] = ACTIONS(605), - [aux_sym_val_number_token4] = ACTIONS(605), - [anon_sym_inf] = ACTIONS(605), - [anon_sym_DASHinf] = ACTIONS(605), - [anon_sym_NaN] = ACTIONS(605), - [anon_sym_0b] = ACTIONS(605), - [anon_sym_0o] = ACTIONS(605), - [anon_sym_0x] = ACTIONS(605), - [sym_val_date] = ACTIONS(605), - [anon_sym_DQUOTE] = ACTIONS(605), - [sym__str_single_quotes] = ACTIONS(605), - [sym__str_back_ticks] = ACTIONS(605), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(605), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(605), - [anon_sym_err_GT] = ACTIONS(605), - [anon_sym_out_GT] = ACTIONS(605), - [anon_sym_e_GT] = ACTIONS(605), - [anon_sym_o_GT] = ACTIONS(605), - [anon_sym_err_PLUSout_GT] = ACTIONS(605), - [anon_sym_out_PLUSerr_GT] = ACTIONS(605), - [anon_sym_o_PLUSe_GT] = ACTIONS(605), - [anon_sym_e_PLUSo_GT] = ACTIONS(605), - [sym_short_flag] = ACTIONS(605), - [aux_sym_unquoted_token1] = ACTIONS(605), - [anon_sym_POUND] = ACTIONS(3), - }, - [456] = { - [sym_pipeline] = STATE(988), - [sym_pipeline_last] = STATE(3474), - [sym__ctrl_expression] = STATE(3139), - [sym_ctrl_do] = STATE(826), - [sym_ctrl_if] = STATE(826), - [sym_ctrl_match] = STATE(826), - [sym_ctrl_try] = STATE(826), - [sym_ctrl_return] = STATE(826), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3268), - [sym_where_command] = STATE(3146), - [sym__expression] = STATE(2450), - [sym_expr_unary] = STATE(2481), - [sym_expr_binary] = STATE(2481), - [sym_expr_parenthesized] = STATE(2087), - [sym_val_range] = STATE(2481), - [sym__value] = STATE(2481), - [sym_val_bool] = STATE(2506), - [sym_val_variable] = STATE(2506), - [sym__var] = STATE(2158), - [sym_val_number] = STATE(127), - [sym_val_duration] = STATE(2506), - [sym_val_filesize] = STATE(2506), - [sym_val_binary] = STATE(2506), - [sym_val_string] = STATE(2506), - [sym__str_double_quotes] = STATE(2499), - [sym_val_interpolated] = STATE(2506), - [sym__inter_single_quotes] = STATE(2471), - [sym__inter_double_quotes] = STATE(2469), - [sym_val_list] = STATE(2506), - [sym_val_record] = STATE(2506), - [sym_val_table] = STATE(2506), - [sym_val_closure] = STATE(2506), - [sym_command] = STATE(3146), - [sym_comment] = STATE(456), - [aux_sym_pipeline_repeat1] = STATE(497), - [sym_cmd_identifier] = ACTIONS(19), - [anon_sym_LBRACK] = ACTIONS(31), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_DOLLAR] = ACTIONS(1008), - [anon_sym_DASH] = ACTIONS(39), - [anon_sym_break] = ACTIONS(41), - [anon_sym_continue] = ACTIONS(43), - [anon_sym_do] = ACTIONS(1010), - [anon_sym_if] = ACTIONS(1012), - [anon_sym_match] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [anon_sym_try] = ACTIONS(1014), - [anon_sym_return] = ACTIONS(1016), - [anon_sym_where] = ACTIONS(73), - [anon_sym_not] = ACTIONS(75), - [anon_sym_DOT_DOT_LT] = ACTIONS(77), - [anon_sym_DOT_DOT] = ACTIONS(79), - [anon_sym_DOT_DOT_EQ] = ACTIONS(77), - [sym_val_nothing] = ACTIONS(81), - [anon_sym_true] = ACTIONS(83), - [anon_sym_false] = ACTIONS(83), - [aux_sym_val_number_token1] = ACTIONS(85), - [aux_sym_val_number_token2] = ACTIONS(87), - [aux_sym_val_number_token3] = ACTIONS(87), - [aux_sym_val_number_token4] = ACTIONS(87), - [anon_sym_inf] = ACTIONS(85), - [anon_sym_DASHinf] = ACTIONS(87), - [anon_sym_NaN] = ACTIONS(85), - [anon_sym_0b] = ACTIONS(89), - [anon_sym_0o] = ACTIONS(89), - [anon_sym_0x] = ACTIONS(89), - [sym_val_date] = ACTIONS(91), - [anon_sym_DQUOTE] = ACTIONS(93), - [sym__str_single_quotes] = ACTIONS(95), - [sym__str_back_ticks] = ACTIONS(95), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(97), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(99), - [anon_sym_CARET] = ACTIONS(101), - [anon_sym_POUND] = ACTIONS(157), + [aux_sym_val_number_token1] = ACTIONS(996), + [aux_sym_val_number_token2] = ACTIONS(996), + [aux_sym_val_number_token3] = ACTIONS(996), + [aux_sym_val_number_token4] = ACTIONS(996), + [anon_sym_inf] = ACTIONS(996), + [anon_sym_DASHinf] = ACTIONS(996), + [anon_sym_NaN] = ACTIONS(996), + [anon_sym_0b] = ACTIONS(998), + [anon_sym_0o] = ACTIONS(998), + [anon_sym_0x] = ACTIONS(998), + [sym_val_date] = ACTIONS(992), + [anon_sym_DQUOTE] = ACTIONS(1000), + [sym__str_single_quotes] = ACTIONS(1002), + [sym__str_back_ticks] = ACTIONS(1002), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1004), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1006), + [anon_sym_CARET] = ACTIONS(940), + [anon_sym_POUND] = ACTIONS(3), }, - [457] = { - [sym_cell_path] = STATE(529), - [sym_path] = STATE(463), - [sym_comment] = STATE(457), + [446] = { + [sym__expression] = STATE(192), + [sym_expr_unary] = STATE(277), + [sym_expr_binary] = STATE(277), + [sym_expr_parenthesized] = STATE(272), + [sym_val_range] = STATE(277), + [sym__value] = STATE(277), + [sym_val_bool] = STATE(275), + [sym_val_variable] = STATE(275), + [sym__var] = STATE(152), + [sym_val_number] = STATE(4), + [sym_val_duration] = STATE(275), + [sym_val_filesize] = STATE(275), + [sym_val_binary] = STATE(275), + [sym_val_string] = STATE(275), + [sym__str_double_quotes] = STATE(267), + [sym_val_interpolated] = STATE(275), + [sym__inter_single_quotes] = STATE(282), + [sym__inter_double_quotes] = STATE(283), + [sym_val_list] = STATE(275), + [sym_val_record] = STATE(275), + [sym_val_table] = STATE(275), + [sym_val_closure] = STATE(275), + [sym__flag] = STATE(654), + [sym_long_flag] = STATE(731), + [sym_comment] = STATE(446), + [ts_builtin_sym_end] = ACTIONS(708), + [anon_sym_export] = ACTIONS(706), + [anon_sym_alias] = ACTIONS(706), + [anon_sym_let] = ACTIONS(706), + [anon_sym_let_DASHenv] = ACTIONS(706), + [anon_sym_mut] = ACTIONS(706), + [anon_sym_const] = ACTIONS(706), + [sym_cmd_identifier] = ACTIONS(706), + [anon_sym_SEMI] = ACTIONS(706), + [anon_sym_LF] = ACTIONS(708), + [anon_sym_def] = ACTIONS(706), + [anon_sym_def_DASHenv] = ACTIONS(706), + [anon_sym_export_DASHenv] = ACTIONS(706), + [anon_sym_extern] = ACTIONS(706), + [anon_sym_module] = ACTIONS(706), + [anon_sym_use] = ACTIONS(706), + [anon_sym_LBRACK] = ACTIONS(706), + [anon_sym_LPAREN] = ACTIONS(706), + [anon_sym_PIPE] = ACTIONS(706), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_error] = ACTIONS(706), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(706), + [anon_sym_break] = ACTIONS(706), + [anon_sym_continue] = ACTIONS(706), + [anon_sym_for] = ACTIONS(706), + [anon_sym_loop] = ACTIONS(706), + [anon_sym_while] = ACTIONS(706), + [anon_sym_do] = ACTIONS(706), + [anon_sym_if] = ACTIONS(706), + [anon_sym_match] = ACTIONS(706), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_try] = ACTIONS(706), + [anon_sym_return] = ACTIONS(706), + [anon_sym_source] = ACTIONS(706), + [anon_sym_source_DASHenv] = ACTIONS(706), + [anon_sym_register] = ACTIONS(706), + [anon_sym_hide] = ACTIONS(706), + [anon_sym_hide_DASHenv] = ACTIONS(706), + [anon_sym_overlay] = ACTIONS(706), + [anon_sym_where] = ACTIONS(706), + [anon_sym_not] = ACTIONS(706), + [anon_sym_DOT_DOT_LT] = ACTIONS(706), + [anon_sym_DOT_DOT] = ACTIONS(706), + [anon_sym_DOT_DOT_EQ] = ACTIONS(706), + [sym_val_nothing] = ACTIONS(706), + [anon_sym_true] = ACTIONS(706), + [anon_sym_false] = ACTIONS(706), + [aux_sym_val_number_token1] = ACTIONS(706), + [aux_sym_val_number_token2] = ACTIONS(706), + [aux_sym_val_number_token3] = ACTIONS(706), + [aux_sym_val_number_token4] = ACTIONS(706), + [anon_sym_inf] = ACTIONS(706), + [anon_sym_DASHinf] = ACTIONS(706), + [anon_sym_NaN] = ACTIONS(706), + [anon_sym_0b] = ACTIONS(706), + [anon_sym_0o] = ACTIONS(706), + [anon_sym_0x] = ACTIONS(706), + [sym_val_date] = ACTIONS(706), + [anon_sym_DQUOTE] = ACTIONS(706), + [sym__str_single_quotes] = ACTIONS(706), + [sym__str_back_ticks] = ACTIONS(706), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(706), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(706), + [anon_sym_CARET] = ACTIONS(706), + [sym_short_flag] = ACTIONS(742), + [anon_sym_POUND] = ACTIONS(3), + }, + [447] = { + [sym__expression] = STATE(168), + [sym_expr_unary] = STATE(277), + [sym_expr_binary] = STATE(277), + [sym_expr_parenthesized] = STATE(272), + [sym_val_range] = STATE(277), + [sym__value] = STATE(277), + [sym_val_bool] = STATE(275), + [sym_val_variable] = STATE(275), + [sym__var] = STATE(152), + [sym_val_number] = STATE(4), + [sym_val_duration] = STATE(275), + [sym_val_filesize] = STATE(275), + [sym_val_binary] = STATE(275), + [sym_val_string] = STATE(275), + [sym__str_double_quotes] = STATE(267), + [sym_val_interpolated] = STATE(275), + [sym__inter_single_quotes] = STATE(282), + [sym__inter_double_quotes] = STATE(283), + [sym_val_list] = STATE(275), + [sym_val_record] = STATE(275), + [sym_val_table] = STATE(275), + [sym_val_closure] = STATE(275), + [sym__flag] = STATE(433), + [sym_long_flag] = STATE(731), + [sym_comment] = STATE(447), + [ts_builtin_sym_end] = ACTIONS(685), + [anon_sym_export] = ACTIONS(683), + [anon_sym_alias] = ACTIONS(683), + [anon_sym_let] = ACTIONS(683), + [anon_sym_let_DASHenv] = ACTIONS(683), + [anon_sym_mut] = ACTIONS(683), + [anon_sym_const] = ACTIONS(683), + [sym_cmd_identifier] = ACTIONS(683), + [anon_sym_SEMI] = ACTIONS(683), + [anon_sym_LF] = ACTIONS(685), + [anon_sym_def] = ACTIONS(683), + [anon_sym_def_DASHenv] = ACTIONS(683), + [anon_sym_export_DASHenv] = ACTIONS(683), + [anon_sym_extern] = ACTIONS(683), + [anon_sym_module] = ACTIONS(683), + [anon_sym_use] = ACTIONS(683), + [anon_sym_LBRACK] = ACTIONS(683), + [anon_sym_LPAREN] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(683), + [anon_sym_DOLLAR] = ACTIONS(683), + [anon_sym_error] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(683), + [anon_sym_break] = ACTIONS(683), + [anon_sym_continue] = ACTIONS(683), + [anon_sym_for] = ACTIONS(683), + [anon_sym_loop] = ACTIONS(683), + [anon_sym_while] = ACTIONS(683), + [anon_sym_do] = ACTIONS(683), + [anon_sym_if] = ACTIONS(683), + [anon_sym_match] = ACTIONS(683), + [anon_sym_LBRACE] = ACTIONS(683), + [anon_sym_try] = ACTIONS(683), + [anon_sym_return] = ACTIONS(683), + [anon_sym_source] = ACTIONS(683), + [anon_sym_source_DASHenv] = ACTIONS(683), + [anon_sym_register] = ACTIONS(683), + [anon_sym_hide] = ACTIONS(683), + [anon_sym_hide_DASHenv] = ACTIONS(683), + [anon_sym_overlay] = ACTIONS(683), + [anon_sym_where] = ACTIONS(683), + [anon_sym_not] = ACTIONS(683), + [anon_sym_DOT_DOT_LT] = ACTIONS(683), + [anon_sym_DOT_DOT] = ACTIONS(683), + [anon_sym_DOT_DOT_EQ] = ACTIONS(683), + [sym_val_nothing] = ACTIONS(683), + [anon_sym_true] = ACTIONS(683), + [anon_sym_false] = ACTIONS(683), + [aux_sym_val_number_token1] = ACTIONS(683), + [aux_sym_val_number_token2] = ACTIONS(683), + [aux_sym_val_number_token3] = ACTIONS(683), + [aux_sym_val_number_token4] = ACTIONS(683), + [anon_sym_inf] = ACTIONS(683), + [anon_sym_DASHinf] = ACTIONS(683), + [anon_sym_NaN] = ACTIONS(683), + [anon_sym_0b] = ACTIONS(683), + [anon_sym_0o] = ACTIONS(683), + [anon_sym_0x] = ACTIONS(683), + [sym_val_date] = ACTIONS(683), + [anon_sym_DQUOTE] = ACTIONS(683), + [sym__str_single_quotes] = ACTIONS(683), + [sym__str_back_ticks] = ACTIONS(683), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(683), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(683), + [anon_sym_CARET] = ACTIONS(683), + [sym_short_flag] = ACTIONS(742), + [anon_sym_POUND] = ACTIONS(3), + }, + [448] = { + [sym_cell_path] = STATE(552), + [sym_path] = STATE(464), + [sym_comment] = STATE(448), [anon_sym_SEMI] = ACTIONS(613), [anon_sym_LF] = ACTIONS(615), [anon_sym_LBRACK] = ACTIONS(613), @@ -91053,7 +90365,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_in] = ACTIONS(613), [anon_sym_LBRACE] = ACTIONS(613), [anon_sym_RBRACE] = ACTIONS(613), - [anon_sym_DOT] = ACTIONS(1018), + [anon_sym_DOT] = ACTIONS(1008), [anon_sym_STAR] = ACTIONS(613), [anon_sym_STAR_STAR] = ACTIONS(613), [anon_sym_PLUS_PLUS] = ACTIONS(613), @@ -91113,241 +90425,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token1] = ACTIONS(613), [anon_sym_POUND] = ACTIONS(3), }, - [458] = { - [sym_pipeline] = STATE(1002), - [sym_pipeline_last] = STATE(3456), - [sym__ctrl_expression] = STATE(3139), - [sym_ctrl_do] = STATE(826), - [sym_ctrl_if] = STATE(826), - [sym_ctrl_match] = STATE(826), - [sym_ctrl_try] = STATE(826), - [sym_ctrl_return] = STATE(826), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3268), - [sym_where_command] = STATE(3146), - [sym__expression] = STATE(2450), - [sym_expr_unary] = STATE(2481), - [sym_expr_binary] = STATE(2481), - [sym_expr_parenthesized] = STATE(2087), - [sym_val_range] = STATE(2481), - [sym__value] = STATE(2481), - [sym_val_bool] = STATE(2506), - [sym_val_variable] = STATE(2506), - [sym__var] = STATE(2158), - [sym_val_number] = STATE(127), - [sym_val_duration] = STATE(2506), - [sym_val_filesize] = STATE(2506), - [sym_val_binary] = STATE(2506), - [sym_val_string] = STATE(2506), - [sym__str_double_quotes] = STATE(2499), - [sym_val_interpolated] = STATE(2506), - [sym__inter_single_quotes] = STATE(2471), - [sym__inter_double_quotes] = STATE(2469), - [sym_val_list] = STATE(2506), - [sym_val_record] = STATE(2506), - [sym_val_table] = STATE(2506), - [sym_val_closure] = STATE(2506), - [sym_command] = STATE(3146), - [sym_comment] = STATE(458), - [aux_sym_pipeline_repeat1] = STATE(497), - [sym_cmd_identifier] = ACTIONS(19), - [anon_sym_LBRACK] = ACTIONS(31), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_DOLLAR] = ACTIONS(1008), - [anon_sym_DASH] = ACTIONS(39), - [anon_sym_break] = ACTIONS(41), - [anon_sym_continue] = ACTIONS(43), - [anon_sym_do] = ACTIONS(1010), - [anon_sym_if] = ACTIONS(1012), - [anon_sym_match] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [anon_sym_try] = ACTIONS(1014), - [anon_sym_return] = ACTIONS(1016), - [anon_sym_where] = ACTIONS(73), - [anon_sym_not] = ACTIONS(75), - [anon_sym_DOT_DOT_LT] = ACTIONS(77), - [anon_sym_DOT_DOT] = ACTIONS(79), - [anon_sym_DOT_DOT_EQ] = ACTIONS(77), - [sym_val_nothing] = ACTIONS(81), - [anon_sym_true] = ACTIONS(83), - [anon_sym_false] = ACTIONS(83), - [aux_sym_val_number_token1] = ACTIONS(85), - [aux_sym_val_number_token2] = ACTIONS(87), - [aux_sym_val_number_token3] = ACTIONS(87), - [aux_sym_val_number_token4] = ACTIONS(87), - [anon_sym_inf] = ACTIONS(85), - [anon_sym_DASHinf] = ACTIONS(87), - [anon_sym_NaN] = ACTIONS(85), - [anon_sym_0b] = ACTIONS(89), - [anon_sym_0o] = ACTIONS(89), - [anon_sym_0x] = ACTIONS(89), - [sym_val_date] = ACTIONS(91), - [anon_sym_DQUOTE] = ACTIONS(93), - [sym__str_single_quotes] = ACTIONS(95), - [sym__str_back_ticks] = ACTIONS(95), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(97), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(99), - [anon_sym_CARET] = ACTIONS(101), - [anon_sym_POUND] = ACTIONS(157), - }, - [459] = { - [sym_pipeline] = STATE(986), - [sym_pipeline_last] = STATE(3455), - [sym__ctrl_expression] = STATE(3139), - [sym_ctrl_do] = STATE(826), - [sym_ctrl_if] = STATE(826), - [sym_ctrl_match] = STATE(826), - [sym_ctrl_try] = STATE(826), - [sym_ctrl_return] = STATE(826), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3268), - [sym_where_command] = STATE(3146), - [sym__expression] = STATE(2450), - [sym_expr_unary] = STATE(2481), - [sym_expr_binary] = STATE(2481), - [sym_expr_parenthesized] = STATE(2087), - [sym_val_range] = STATE(2481), - [sym__value] = STATE(2481), - [sym_val_bool] = STATE(2506), - [sym_val_variable] = STATE(2506), - [sym__var] = STATE(2158), - [sym_val_number] = STATE(127), - [sym_val_duration] = STATE(2506), - [sym_val_filesize] = STATE(2506), - [sym_val_binary] = STATE(2506), - [sym_val_string] = STATE(2506), - [sym__str_double_quotes] = STATE(2499), - [sym_val_interpolated] = STATE(2506), - [sym__inter_single_quotes] = STATE(2471), - [sym__inter_double_quotes] = STATE(2469), - [sym_val_list] = STATE(2506), - [sym_val_record] = STATE(2506), - [sym_val_table] = STATE(2506), - [sym_val_closure] = STATE(2506), - [sym_command] = STATE(3146), - [sym_comment] = STATE(459), - [aux_sym_pipeline_repeat1] = STATE(497), - [sym_cmd_identifier] = ACTIONS(19), - [anon_sym_LBRACK] = ACTIONS(31), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_DOLLAR] = ACTIONS(1008), - [anon_sym_DASH] = ACTIONS(39), - [anon_sym_break] = ACTIONS(41), - [anon_sym_continue] = ACTIONS(43), - [anon_sym_do] = ACTIONS(1010), - [anon_sym_if] = ACTIONS(1012), - [anon_sym_match] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [anon_sym_try] = ACTIONS(1014), - [anon_sym_return] = ACTIONS(1016), - [anon_sym_where] = ACTIONS(73), - [anon_sym_not] = ACTIONS(75), - [anon_sym_DOT_DOT_LT] = ACTIONS(77), - [anon_sym_DOT_DOT] = ACTIONS(79), - [anon_sym_DOT_DOT_EQ] = ACTIONS(77), - [sym_val_nothing] = ACTIONS(81), - [anon_sym_true] = ACTIONS(83), - [anon_sym_false] = ACTIONS(83), - [aux_sym_val_number_token1] = ACTIONS(85), - [aux_sym_val_number_token2] = ACTIONS(87), - [aux_sym_val_number_token3] = ACTIONS(87), - [aux_sym_val_number_token4] = ACTIONS(87), - [anon_sym_inf] = ACTIONS(85), - [anon_sym_DASHinf] = ACTIONS(87), - [anon_sym_NaN] = ACTIONS(85), - [anon_sym_0b] = ACTIONS(89), - [anon_sym_0o] = ACTIONS(89), - [anon_sym_0x] = ACTIONS(89), - [sym_val_date] = ACTIONS(91), - [anon_sym_DQUOTE] = ACTIONS(93), - [sym__str_single_quotes] = ACTIONS(95), - [sym__str_back_ticks] = ACTIONS(95), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(97), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(99), - [anon_sym_CARET] = ACTIONS(101), - [anon_sym_POUND] = ACTIONS(157), - }, - [460] = { - [sym_cell_path] = STATE(521), - [sym_path] = STATE(463), - [sym_comment] = STATE(460), - [anon_sym_SEMI] = ACTIONS(601), - [anon_sym_LF] = ACTIONS(603), - [anon_sym_LBRACK] = ACTIONS(601), - [anon_sym_LPAREN] = ACTIONS(601), - [anon_sym_RPAREN] = ACTIONS(601), - [anon_sym_PIPE] = ACTIONS(601), - [anon_sym_DOLLAR] = ACTIONS(601), - [anon_sym_GT] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(601), - [anon_sym_DASH] = ACTIONS(601), - [anon_sym_in] = ACTIONS(601), - [anon_sym_LBRACE] = ACTIONS(601), - [anon_sym_RBRACE] = ACTIONS(601), - [anon_sym_DOT] = ACTIONS(1018), - [anon_sym_STAR] = ACTIONS(601), - [anon_sym_STAR_STAR] = ACTIONS(601), - [anon_sym_PLUS_PLUS] = ACTIONS(601), - [anon_sym_SLASH] = ACTIONS(601), - [anon_sym_mod] = ACTIONS(601), - [anon_sym_SLASH_SLASH] = ACTIONS(601), - [anon_sym_PLUS] = ACTIONS(601), - [anon_sym_bit_DASHshl] = ACTIONS(601), - [anon_sym_bit_DASHshr] = ACTIONS(601), - [anon_sym_EQ_EQ] = ACTIONS(601), - [anon_sym_BANG_EQ] = ACTIONS(601), - [anon_sym_LT2] = ACTIONS(601), - [anon_sym_LT_EQ] = ACTIONS(601), - [anon_sym_GT_EQ] = ACTIONS(601), - [anon_sym_not_DASHin] = ACTIONS(601), - [anon_sym_starts_DASHwith] = ACTIONS(601), - [anon_sym_ends_DASHwith] = ACTIONS(601), - [anon_sym_EQ_TILDE] = ACTIONS(601), - [anon_sym_BANG_TILDE] = ACTIONS(601), - [anon_sym_bit_DASHand] = ACTIONS(601), - [anon_sym_bit_DASHxor] = ACTIONS(601), - [anon_sym_bit_DASHor] = ACTIONS(601), - [anon_sym_and] = ACTIONS(601), - [anon_sym_xor] = ACTIONS(601), - [anon_sym_or] = ACTIONS(601), - [anon_sym_DOT_DOT_LT] = ACTIONS(601), - [anon_sym_DOT_DOT] = ACTIONS(601), - [anon_sym_DOT_DOT_EQ] = ACTIONS(601), - [sym_val_nothing] = ACTIONS(601), - [anon_sym_true] = ACTIONS(601), - [anon_sym_false] = ACTIONS(601), - [aux_sym_val_number_token1] = ACTIONS(601), - [aux_sym_val_number_token2] = ACTIONS(601), - [aux_sym_val_number_token3] = ACTIONS(601), - [aux_sym_val_number_token4] = ACTIONS(601), - [anon_sym_inf] = ACTIONS(601), - [anon_sym_DASHinf] = ACTIONS(601), - [anon_sym_NaN] = ACTIONS(601), - [anon_sym_0b] = ACTIONS(601), - [anon_sym_0o] = ACTIONS(601), - [anon_sym_0x] = ACTIONS(601), - [sym_val_date] = ACTIONS(601), - [anon_sym_DQUOTE] = ACTIONS(601), - [sym__str_single_quotes] = ACTIONS(601), - [sym__str_back_ticks] = ACTIONS(601), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(601), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(601), - [anon_sym_err_GT] = ACTIONS(601), - [anon_sym_out_GT] = ACTIONS(601), - [anon_sym_e_GT] = ACTIONS(601), - [anon_sym_o_GT] = ACTIONS(601), - [anon_sym_err_PLUSout_GT] = ACTIONS(601), - [anon_sym_out_PLUSerr_GT] = ACTIONS(601), - [anon_sym_o_PLUSe_GT] = ACTIONS(601), - [anon_sym_e_PLUSo_GT] = ACTIONS(601), - [sym_short_flag] = ACTIONS(601), - [aux_sym_unquoted_token1] = ACTIONS(601), - [anon_sym_POUND] = ACTIONS(3), - }, - [461] = { - [sym_cell_path] = STATE(532), - [sym_path] = STATE(463), - [sym_comment] = STATE(461), + [449] = { + [sym_cell_path] = STATE(546), + [sym_path] = STATE(464), + [sym_comment] = STATE(449), [anon_sym_SEMI] = ACTIONS(609), [anon_sym_LF] = ACTIONS(611), [anon_sym_LBRACK] = ACTIONS(609), @@ -91361,7 +90442,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_in] = ACTIONS(609), [anon_sym_LBRACE] = ACTIONS(609), [anon_sym_RBRACE] = ACTIONS(609), - [anon_sym_DOT] = ACTIONS(1018), + [anon_sym_DOT] = ACTIONS(1008), [anon_sym_STAR] = ACTIONS(609), [anon_sym_STAR_STAR] = ACTIONS(609), [anon_sym_PLUS_PLUS] = ACTIONS(609), @@ -91421,210 +90502,210 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token1] = ACTIONS(609), [anon_sym_POUND] = ACTIONS(3), }, - [462] = { - [sym_cell_path] = STATE(540), - [sym_path] = STATE(463), - [sym_comment] = STATE(462), - [anon_sym_SEMI] = ACTIONS(574), - [anon_sym_LF] = ACTIONS(576), - [anon_sym_LBRACK] = ACTIONS(574), - [anon_sym_LPAREN] = ACTIONS(574), - [anon_sym_RPAREN] = ACTIONS(574), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_DOLLAR] = ACTIONS(574), - [anon_sym_GT] = ACTIONS(574), - [anon_sym_DASH_DASH] = ACTIONS(574), - [anon_sym_DASH] = ACTIONS(574), - [anon_sym_in] = ACTIONS(574), - [anon_sym_LBRACE] = ACTIONS(574), - [anon_sym_RBRACE] = ACTIONS(574), - [anon_sym_DOT] = ACTIONS(1018), - [anon_sym_STAR] = ACTIONS(574), - [anon_sym_STAR_STAR] = ACTIONS(574), - [anon_sym_PLUS_PLUS] = ACTIONS(574), - [anon_sym_SLASH] = ACTIONS(574), - [anon_sym_mod] = ACTIONS(574), - [anon_sym_SLASH_SLASH] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(574), - [anon_sym_bit_DASHshl] = ACTIONS(574), - [anon_sym_bit_DASHshr] = ACTIONS(574), - [anon_sym_EQ_EQ] = ACTIONS(574), - [anon_sym_BANG_EQ] = ACTIONS(574), - [anon_sym_LT2] = ACTIONS(574), - [anon_sym_LT_EQ] = ACTIONS(574), - [anon_sym_GT_EQ] = ACTIONS(574), - [anon_sym_not_DASHin] = ACTIONS(574), - [anon_sym_starts_DASHwith] = ACTIONS(574), - [anon_sym_ends_DASHwith] = ACTIONS(574), - [anon_sym_EQ_TILDE] = ACTIONS(574), - [anon_sym_BANG_TILDE] = ACTIONS(574), - [anon_sym_bit_DASHand] = ACTIONS(574), - [anon_sym_bit_DASHxor] = ACTIONS(574), - [anon_sym_bit_DASHor] = ACTIONS(574), - [anon_sym_and] = ACTIONS(574), - [anon_sym_xor] = ACTIONS(574), - [anon_sym_or] = ACTIONS(574), - [anon_sym_DOT_DOT_LT] = ACTIONS(574), - [anon_sym_DOT_DOT] = ACTIONS(574), - [anon_sym_DOT_DOT_EQ] = ACTIONS(574), - [sym_val_nothing] = ACTIONS(574), - [anon_sym_true] = ACTIONS(574), - [anon_sym_false] = ACTIONS(574), - [aux_sym_val_number_token1] = ACTIONS(574), - [aux_sym_val_number_token2] = ACTIONS(574), - [aux_sym_val_number_token3] = ACTIONS(574), - [aux_sym_val_number_token4] = ACTIONS(574), - [anon_sym_inf] = ACTIONS(574), - [anon_sym_DASHinf] = ACTIONS(574), - [anon_sym_NaN] = ACTIONS(574), - [anon_sym_0b] = ACTIONS(574), - [anon_sym_0o] = ACTIONS(574), - [anon_sym_0x] = ACTIONS(574), - [sym_val_date] = ACTIONS(574), - [anon_sym_DQUOTE] = ACTIONS(574), - [sym__str_single_quotes] = ACTIONS(574), - [sym__str_back_ticks] = ACTIONS(574), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(574), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(574), - [anon_sym_err_GT] = ACTIONS(574), - [anon_sym_out_GT] = ACTIONS(574), - [anon_sym_e_GT] = ACTIONS(574), - [anon_sym_o_GT] = ACTIONS(574), - [anon_sym_err_PLUSout_GT] = ACTIONS(574), - [anon_sym_out_PLUSerr_GT] = ACTIONS(574), - [anon_sym_o_PLUSe_GT] = ACTIONS(574), - [anon_sym_e_PLUSo_GT] = ACTIONS(574), - [sym_short_flag] = ACTIONS(574), - [aux_sym_unquoted_token1] = ACTIONS(574), - [anon_sym_POUND] = ACTIONS(3), + [450] = { + [sym_pipeline] = STATE(992), + [sym_pipeline_last] = STATE(3470), + [sym__ctrl_expression] = STATE(3026), + [sym_ctrl_do] = STATE(870), + [sym_ctrl_if] = STATE(870), + [sym_ctrl_match] = STATE(870), + [sym_ctrl_try] = STATE(870), + [sym_ctrl_return] = STATE(870), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3292), + [sym_where_command] = STATE(3107), + [sym__expression] = STATE(2391), + [sym_expr_unary] = STATE(2498), + [sym_expr_binary] = STATE(2498), + [sym_expr_parenthesized] = STATE(2115), + [sym_val_range] = STATE(2498), + [sym__value] = STATE(2498), + [sym_val_bool] = STATE(2516), + [sym_val_variable] = STATE(2516), + [sym__var] = STATE(2159), + [sym_val_number] = STATE(127), + [sym_val_duration] = STATE(2516), + [sym_val_filesize] = STATE(2516), + [sym_val_binary] = STATE(2516), + [sym_val_string] = STATE(2516), + [sym__str_double_quotes] = STATE(2512), + [sym_val_interpolated] = STATE(2516), + [sym__inter_single_quotes] = STATE(2492), + [sym__inter_double_quotes] = STATE(2490), + [sym_val_list] = STATE(2516), + [sym_val_record] = STATE(2516), + [sym_val_table] = STATE(2516), + [sym_val_closure] = STATE(2516), + [sym_command] = STATE(3107), + [sym_comment] = STATE(450), + [aux_sym_pipeline_repeat1] = STATE(500), + [sym_cmd_identifier] = ACTIONS(19), + [anon_sym_LBRACK] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_DOLLAR] = ACTIONS(1010), + [anon_sym_DASH] = ACTIONS(39), + [anon_sym_break] = ACTIONS(41), + [anon_sym_continue] = ACTIONS(43), + [anon_sym_do] = ACTIONS(1012), + [anon_sym_if] = ACTIONS(1014), + [anon_sym_match] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_try] = ACTIONS(1016), + [anon_sym_return] = ACTIONS(1018), + [anon_sym_where] = ACTIONS(73), + [anon_sym_not] = ACTIONS(75), + [anon_sym_DOT_DOT_LT] = ACTIONS(77), + [anon_sym_DOT_DOT] = ACTIONS(79), + [anon_sym_DOT_DOT_EQ] = ACTIONS(77), + [sym_val_nothing] = ACTIONS(81), + [anon_sym_true] = ACTIONS(83), + [anon_sym_false] = ACTIONS(83), + [aux_sym_val_number_token1] = ACTIONS(85), + [aux_sym_val_number_token2] = ACTIONS(87), + [aux_sym_val_number_token3] = ACTIONS(87), + [aux_sym_val_number_token4] = ACTIONS(87), + [anon_sym_inf] = ACTIONS(85), + [anon_sym_DASHinf] = ACTIONS(87), + [anon_sym_NaN] = ACTIONS(85), + [anon_sym_0b] = ACTIONS(89), + [anon_sym_0o] = ACTIONS(89), + [anon_sym_0x] = ACTIONS(89), + [sym_val_date] = ACTIONS(91), + [anon_sym_DQUOTE] = ACTIONS(93), + [sym__str_single_quotes] = ACTIONS(95), + [sym__str_back_ticks] = ACTIONS(95), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(97), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(99), + [anon_sym_CARET] = ACTIONS(101), + [anon_sym_POUND] = ACTIONS(157), }, - [463] = { - [sym_path] = STATE(491), - [sym_comment] = STATE(463), - [aux_sym_cell_path_repeat1] = STATE(449), - [anon_sym_SEMI] = ACTIONS(597), - [anon_sym_LF] = ACTIONS(599), - [anon_sym_LBRACK] = ACTIONS(597), - [anon_sym_LPAREN] = ACTIONS(597), - [anon_sym_RPAREN] = ACTIONS(597), - [anon_sym_PIPE] = ACTIONS(597), - [anon_sym_DOLLAR] = ACTIONS(597), - [anon_sym_GT] = ACTIONS(597), - [anon_sym_DASH_DASH] = ACTIONS(597), - [anon_sym_DASH] = ACTIONS(597), - [anon_sym_in] = ACTIONS(597), - [anon_sym_LBRACE] = ACTIONS(597), - [anon_sym_RBRACE] = ACTIONS(597), - [anon_sym_DOT] = ACTIONS(1018), - [anon_sym_STAR] = ACTIONS(597), - [anon_sym_STAR_STAR] = ACTIONS(597), - [anon_sym_PLUS_PLUS] = ACTIONS(597), - [anon_sym_SLASH] = ACTIONS(597), - [anon_sym_mod] = ACTIONS(597), - [anon_sym_SLASH_SLASH] = ACTIONS(597), - [anon_sym_PLUS] = ACTIONS(597), - [anon_sym_bit_DASHshl] = ACTIONS(597), - [anon_sym_bit_DASHshr] = ACTIONS(597), - [anon_sym_EQ_EQ] = ACTIONS(597), - [anon_sym_BANG_EQ] = ACTIONS(597), - [anon_sym_LT2] = ACTIONS(597), - [anon_sym_LT_EQ] = ACTIONS(597), - [anon_sym_GT_EQ] = ACTIONS(597), - [anon_sym_not_DASHin] = ACTIONS(597), - [anon_sym_starts_DASHwith] = ACTIONS(597), - [anon_sym_ends_DASHwith] = ACTIONS(597), - [anon_sym_EQ_TILDE] = ACTIONS(597), - [anon_sym_BANG_TILDE] = ACTIONS(597), - [anon_sym_bit_DASHand] = ACTIONS(597), - [anon_sym_bit_DASHxor] = ACTIONS(597), - [anon_sym_bit_DASHor] = ACTIONS(597), - [anon_sym_and] = ACTIONS(597), - [anon_sym_xor] = ACTIONS(597), - [anon_sym_or] = ACTIONS(597), - [anon_sym_DOT_DOT_LT] = ACTIONS(597), - [anon_sym_DOT_DOT] = ACTIONS(597), - [anon_sym_DOT_DOT_EQ] = ACTIONS(597), - [sym_val_nothing] = ACTIONS(597), - [anon_sym_true] = ACTIONS(597), - [anon_sym_false] = ACTIONS(597), - [aux_sym_val_number_token1] = ACTIONS(597), - [aux_sym_val_number_token2] = ACTIONS(597), - [aux_sym_val_number_token3] = ACTIONS(597), - [aux_sym_val_number_token4] = ACTIONS(597), - [anon_sym_inf] = ACTIONS(597), - [anon_sym_DASHinf] = ACTIONS(597), - [anon_sym_NaN] = ACTIONS(597), - [anon_sym_0b] = ACTIONS(597), - [anon_sym_0o] = ACTIONS(597), - [anon_sym_0x] = ACTIONS(597), - [sym_val_date] = ACTIONS(597), - [anon_sym_DQUOTE] = ACTIONS(597), - [sym__str_single_quotes] = ACTIONS(597), - [sym__str_back_ticks] = ACTIONS(597), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(597), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(597), - [anon_sym_err_GT] = ACTIONS(597), - [anon_sym_out_GT] = ACTIONS(597), - [anon_sym_e_GT] = ACTIONS(597), - [anon_sym_o_GT] = ACTIONS(597), - [anon_sym_err_PLUSout_GT] = ACTIONS(597), - [anon_sym_out_PLUSerr_GT] = ACTIONS(597), - [anon_sym_o_PLUSe_GT] = ACTIONS(597), - [anon_sym_e_PLUSo_GT] = ACTIONS(597), - [sym_short_flag] = ACTIONS(597), - [aux_sym_unquoted_token1] = ACTIONS(597), + [451] = { + [sym_cell_path] = STATE(553), + [sym_path] = STATE(464), + [sym_comment] = STATE(451), + [anon_sym_SEMI] = ACTIONS(589), + [anon_sym_LF] = ACTIONS(591), + [anon_sym_LBRACK] = ACTIONS(589), + [anon_sym_LPAREN] = ACTIONS(589), + [anon_sym_RPAREN] = ACTIONS(589), + [anon_sym_PIPE] = ACTIONS(589), + [anon_sym_DOLLAR] = ACTIONS(589), + [anon_sym_GT] = ACTIONS(589), + [anon_sym_DASH_DASH] = ACTIONS(589), + [anon_sym_DASH] = ACTIONS(589), + [anon_sym_in] = ACTIONS(589), + [anon_sym_LBRACE] = ACTIONS(589), + [anon_sym_RBRACE] = ACTIONS(589), + [anon_sym_DOT] = ACTIONS(1008), + [anon_sym_STAR] = ACTIONS(589), + [anon_sym_STAR_STAR] = ACTIONS(589), + [anon_sym_PLUS_PLUS] = ACTIONS(589), + [anon_sym_SLASH] = ACTIONS(589), + [anon_sym_mod] = ACTIONS(589), + [anon_sym_SLASH_SLASH] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(589), + [anon_sym_bit_DASHshl] = ACTIONS(589), + [anon_sym_bit_DASHshr] = ACTIONS(589), + [anon_sym_EQ_EQ] = ACTIONS(589), + [anon_sym_BANG_EQ] = ACTIONS(589), + [anon_sym_LT2] = ACTIONS(589), + [anon_sym_LT_EQ] = ACTIONS(589), + [anon_sym_GT_EQ] = ACTIONS(589), + [anon_sym_not_DASHin] = ACTIONS(589), + [anon_sym_starts_DASHwith] = ACTIONS(589), + [anon_sym_ends_DASHwith] = ACTIONS(589), + [anon_sym_EQ_TILDE] = ACTIONS(589), + [anon_sym_BANG_TILDE] = ACTIONS(589), + [anon_sym_bit_DASHand] = ACTIONS(589), + [anon_sym_bit_DASHxor] = ACTIONS(589), + [anon_sym_bit_DASHor] = ACTIONS(589), + [anon_sym_and] = ACTIONS(589), + [anon_sym_xor] = ACTIONS(589), + [anon_sym_or] = ACTIONS(589), + [anon_sym_DOT_DOT_LT] = ACTIONS(589), + [anon_sym_DOT_DOT] = ACTIONS(589), + [anon_sym_DOT_DOT_EQ] = ACTIONS(589), + [sym_val_nothing] = ACTIONS(589), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), + [aux_sym_val_number_token1] = ACTIONS(589), + [aux_sym_val_number_token2] = ACTIONS(589), + [aux_sym_val_number_token3] = ACTIONS(589), + [aux_sym_val_number_token4] = ACTIONS(589), + [anon_sym_inf] = ACTIONS(589), + [anon_sym_DASHinf] = ACTIONS(589), + [anon_sym_NaN] = ACTIONS(589), + [anon_sym_0b] = ACTIONS(589), + [anon_sym_0o] = ACTIONS(589), + [anon_sym_0x] = ACTIONS(589), + [sym_val_date] = ACTIONS(589), + [anon_sym_DQUOTE] = ACTIONS(589), + [sym__str_single_quotes] = ACTIONS(589), + [sym__str_back_ticks] = ACTIONS(589), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(589), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(589), + [anon_sym_err_GT] = ACTIONS(589), + [anon_sym_out_GT] = ACTIONS(589), + [anon_sym_e_GT] = ACTIONS(589), + [anon_sym_o_GT] = ACTIONS(589), + [anon_sym_err_PLUSout_GT] = ACTIONS(589), + [anon_sym_out_PLUSerr_GT] = ACTIONS(589), + [anon_sym_o_PLUSe_GT] = ACTIONS(589), + [anon_sym_e_PLUSo_GT] = ACTIONS(589), + [sym_short_flag] = ACTIONS(589), + [aux_sym_unquoted_token1] = ACTIONS(589), [anon_sym_POUND] = ACTIONS(3), }, - [464] = { - [sym_pipeline] = STATE(986), - [sym_pipeline_last] = STATE(3309), - [sym__ctrl_expression] = STATE(2972), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_where_command] = STATE(2964), + [452] = { + [sym_pipeline] = STATE(989), + [sym_pipeline_last] = STATE(3249), + [sym__ctrl_expression] = STATE(2959), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), - [sym_val_variable] = STATE(2337), - [sym__var] = STATE(2070), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), - [sym_comment] = STATE(464), - [aux_sym_pipeline_repeat1] = STATE(488), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), + [sym_val_variable] = STATE(2410), + [sym__var] = STATE(2023), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), + [sym_comment] = STATE(452), + [aux_sym_pipeline_repeat1] = STATE(499), [sym_cmd_identifier] = ACTIONS(179), [anon_sym_LBRACK] = ACTIONS(191), [anon_sym_LPAREN] = ACTIONS(193), - [anon_sym_DOLLAR] = ACTIONS(1023), + [anon_sym_DOLLAR] = ACTIONS(1020), [anon_sym_DASH] = ACTIONS(201), [anon_sym_break] = ACTIONS(203), [anon_sym_continue] = ACTIONS(205), - [anon_sym_do] = ACTIONS(1025), - [anon_sym_if] = ACTIONS(1027), + [anon_sym_do] = ACTIONS(1022), + [anon_sym_if] = ACTIONS(1024), [anon_sym_match] = ACTIONS(217), [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_try] = ACTIONS(1029), - [anon_sym_return] = ACTIONS(1031), + [anon_sym_try] = ACTIONS(1026), + [anon_sym_return] = ACTIONS(1028), [anon_sym_where] = ACTIONS(237), [anon_sym_not] = ACTIONS(239), [anon_sym_DOT_DOT_LT] = ACTIONS(241), @@ -91652,56 +90733,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(265), [anon_sym_POUND] = ACTIONS(157), }, - [465] = { - [sym_pipeline] = STATE(988), - [sym_pipeline_last] = STATE(3423), - [sym__ctrl_expression] = STATE(2972), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_where_command] = STATE(2964), + [453] = { + [sym_pipeline] = STATE(992), + [sym_pipeline_last] = STATE(3248), + [sym__ctrl_expression] = STATE(2959), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), - [sym_val_variable] = STATE(2337), - [sym__var] = STATE(2070), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), - [sym_comment] = STATE(465), - [aux_sym_pipeline_repeat1] = STATE(488), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), + [sym_val_variable] = STATE(2410), + [sym__var] = STATE(2023), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), + [sym_comment] = STATE(453), + [aux_sym_pipeline_repeat1] = STATE(499), [sym_cmd_identifier] = ACTIONS(179), [anon_sym_LBRACK] = ACTIONS(191), [anon_sym_LPAREN] = ACTIONS(193), - [anon_sym_DOLLAR] = ACTIONS(1023), + [anon_sym_DOLLAR] = ACTIONS(1020), [anon_sym_DASH] = ACTIONS(201), [anon_sym_break] = ACTIONS(203), [anon_sym_continue] = ACTIONS(205), - [anon_sym_do] = ACTIONS(1025), - [anon_sym_if] = ACTIONS(1027), + [anon_sym_do] = ACTIONS(1022), + [anon_sym_if] = ACTIONS(1024), [anon_sym_match] = ACTIONS(217), [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_try] = ACTIONS(1029), - [anon_sym_return] = ACTIONS(1031), + [anon_sym_try] = ACTIONS(1026), + [anon_sym_return] = ACTIONS(1028), [anon_sym_where] = ACTIONS(237), [anon_sym_not] = ACTIONS(239), [anon_sym_DOT_DOT_LT] = ACTIONS(241), @@ -91729,56 +90810,133 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(265), [anon_sym_POUND] = ACTIONS(157), }, - [466] = { - [sym_pipeline] = STATE(990), - [sym_pipeline_last] = STATE(3422), - [sym__ctrl_expression] = STATE(2972), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3175), - [sym_where_command] = STATE(2964), + [454] = { + [sym_pipeline] = STATE(989), + [sym_pipeline_last] = STATE(3471), + [sym__ctrl_expression] = STATE(3026), + [sym_ctrl_do] = STATE(870), + [sym_ctrl_if] = STATE(870), + [sym_ctrl_match] = STATE(870), + [sym_ctrl_try] = STATE(870), + [sym_ctrl_return] = STATE(870), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3292), + [sym_where_command] = STATE(3107), + [sym__expression] = STATE(2391), + [sym_expr_unary] = STATE(2498), + [sym_expr_binary] = STATE(2498), + [sym_expr_parenthesized] = STATE(2115), + [sym_val_range] = STATE(2498), + [sym__value] = STATE(2498), + [sym_val_bool] = STATE(2516), + [sym_val_variable] = STATE(2516), + [sym__var] = STATE(2159), + [sym_val_number] = STATE(127), + [sym_val_duration] = STATE(2516), + [sym_val_filesize] = STATE(2516), + [sym_val_binary] = STATE(2516), + [sym_val_string] = STATE(2516), + [sym__str_double_quotes] = STATE(2512), + [sym_val_interpolated] = STATE(2516), + [sym__inter_single_quotes] = STATE(2492), + [sym__inter_double_quotes] = STATE(2490), + [sym_val_list] = STATE(2516), + [sym_val_record] = STATE(2516), + [sym_val_table] = STATE(2516), + [sym_val_closure] = STATE(2516), + [sym_command] = STATE(3107), + [sym_comment] = STATE(454), + [aux_sym_pipeline_repeat1] = STATE(500), + [sym_cmd_identifier] = ACTIONS(19), + [anon_sym_LBRACK] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_DOLLAR] = ACTIONS(1010), + [anon_sym_DASH] = ACTIONS(39), + [anon_sym_break] = ACTIONS(41), + [anon_sym_continue] = ACTIONS(43), + [anon_sym_do] = ACTIONS(1012), + [anon_sym_if] = ACTIONS(1014), + [anon_sym_match] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_try] = ACTIONS(1016), + [anon_sym_return] = ACTIONS(1018), + [anon_sym_where] = ACTIONS(73), + [anon_sym_not] = ACTIONS(75), + [anon_sym_DOT_DOT_LT] = ACTIONS(77), + [anon_sym_DOT_DOT] = ACTIONS(79), + [anon_sym_DOT_DOT_EQ] = ACTIONS(77), + [sym_val_nothing] = ACTIONS(81), + [anon_sym_true] = ACTIONS(83), + [anon_sym_false] = ACTIONS(83), + [aux_sym_val_number_token1] = ACTIONS(85), + [aux_sym_val_number_token2] = ACTIONS(87), + [aux_sym_val_number_token3] = ACTIONS(87), + [aux_sym_val_number_token4] = ACTIONS(87), + [anon_sym_inf] = ACTIONS(85), + [anon_sym_DASHinf] = ACTIONS(87), + [anon_sym_NaN] = ACTIONS(85), + [anon_sym_0b] = ACTIONS(89), + [anon_sym_0o] = ACTIONS(89), + [anon_sym_0x] = ACTIONS(89), + [sym_val_date] = ACTIONS(91), + [anon_sym_DQUOTE] = ACTIONS(93), + [sym__str_single_quotes] = ACTIONS(95), + [sym__str_back_ticks] = ACTIONS(95), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(97), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(99), + [anon_sym_CARET] = ACTIONS(101), + [anon_sym_POUND] = ACTIONS(157), + }, + [455] = { + [sym_pipeline] = STATE(986), + [sym_pipeline_last] = STATE(3329), + [sym__ctrl_expression] = STATE(2959), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), - [sym_val_variable] = STATE(2337), - [sym__var] = STATE(2070), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), - [sym_comment] = STATE(466), - [aux_sym_pipeline_repeat1] = STATE(488), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), + [sym_val_variable] = STATE(2410), + [sym__var] = STATE(2023), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), + [sym_comment] = STATE(455), + [aux_sym_pipeline_repeat1] = STATE(499), [sym_cmd_identifier] = ACTIONS(179), [anon_sym_LBRACK] = ACTIONS(191), [anon_sym_LPAREN] = ACTIONS(193), - [anon_sym_DOLLAR] = ACTIONS(1023), + [anon_sym_DOLLAR] = ACTIONS(1020), [anon_sym_DASH] = ACTIONS(201), [anon_sym_break] = ACTIONS(203), [anon_sym_continue] = ACTIONS(205), - [anon_sym_do] = ACTIONS(1025), - [anon_sym_if] = ACTIONS(1027), + [anon_sym_do] = ACTIONS(1022), + [anon_sym_if] = ACTIONS(1024), [anon_sym_match] = ACTIONS(217), [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_try] = ACTIONS(1029), - [anon_sym_return] = ACTIONS(1031), + [anon_sym_try] = ACTIONS(1026), + [anon_sym_return] = ACTIONS(1028), [anon_sym_where] = ACTIONS(237), [anon_sym_not] = ACTIONS(239), [anon_sym_DOT_DOT_LT] = ACTIONS(241), @@ -91806,91 +90964,477 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(265), [anon_sym_POUND] = ACTIONS(157), }, - [467] = { - [sym_expr_parenthesized] = STATE(545), - [sym_val_number] = STATE(545), - [sym_comment] = STATE(467), - [anon_sym_SEMI] = ACTIONS(702), - [anon_sym_LF] = ACTIONS(704), - [anon_sym_LBRACK] = ACTIONS(702), - [anon_sym_LPAREN] = ACTIONS(1033), - [anon_sym_RPAREN] = ACTIONS(702), - [anon_sym_PIPE] = ACTIONS(702), - [anon_sym_DOLLAR] = ACTIONS(702), - [anon_sym_GT] = ACTIONS(702), - [anon_sym_DASH_DASH] = ACTIONS(702), - [anon_sym_DASH] = ACTIONS(702), - [anon_sym_in] = ACTIONS(702), - [anon_sym_LBRACE] = ACTIONS(702), - [anon_sym_RBRACE] = ACTIONS(702), - [anon_sym_STAR] = ACTIONS(702), - [anon_sym_STAR_STAR] = ACTIONS(702), - [anon_sym_PLUS_PLUS] = ACTIONS(702), - [anon_sym_SLASH] = ACTIONS(702), - [anon_sym_mod] = ACTIONS(702), - [anon_sym_SLASH_SLASH] = ACTIONS(702), - [anon_sym_PLUS] = ACTIONS(702), - [anon_sym_bit_DASHshl] = ACTIONS(702), - [anon_sym_bit_DASHshr] = ACTIONS(702), - [anon_sym_EQ_EQ] = ACTIONS(702), - [anon_sym_BANG_EQ] = ACTIONS(702), - [anon_sym_LT2] = ACTIONS(702), - [anon_sym_LT_EQ] = ACTIONS(702), - [anon_sym_GT_EQ] = ACTIONS(702), - [anon_sym_not_DASHin] = ACTIONS(702), - [anon_sym_starts_DASHwith] = ACTIONS(702), - [anon_sym_ends_DASHwith] = ACTIONS(702), - [anon_sym_EQ_TILDE] = ACTIONS(702), - [anon_sym_BANG_TILDE] = ACTIONS(702), - [anon_sym_bit_DASHand] = ACTIONS(702), - [anon_sym_bit_DASHxor] = ACTIONS(702), - [anon_sym_bit_DASHor] = ACTIONS(702), - [anon_sym_and] = ACTIONS(702), - [anon_sym_xor] = ACTIONS(702), - [anon_sym_or] = ACTIONS(702), - [anon_sym_DOT_DOT_LT] = ACTIONS(702), - [anon_sym_DOT_DOT] = ACTIONS(702), - [anon_sym_DOT_DOT_EQ] = ACTIONS(702), - [sym_val_nothing] = ACTIONS(702), - [anon_sym_true] = ACTIONS(702), - [anon_sym_false] = ACTIONS(702), - [aux_sym_val_number_token1] = ACTIONS(1035), - [aux_sym_val_number_token2] = ACTIONS(1035), - [aux_sym_val_number_token3] = ACTIONS(1035), - [aux_sym_val_number_token4] = ACTIONS(1035), - [anon_sym_inf] = ACTIONS(1035), - [anon_sym_DASHinf] = ACTIONS(1035), - [anon_sym_NaN] = ACTIONS(1035), - [anon_sym_0b] = ACTIONS(702), - [anon_sym_0o] = ACTIONS(702), - [anon_sym_0x] = ACTIONS(702), - [sym_val_date] = ACTIONS(702), - [anon_sym_DQUOTE] = ACTIONS(702), - [sym__str_single_quotes] = ACTIONS(702), - [sym__str_back_ticks] = ACTIONS(702), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(702), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(702), - [anon_sym_err_GT] = ACTIONS(702), - [anon_sym_out_GT] = ACTIONS(702), - [anon_sym_e_GT] = ACTIONS(702), - [anon_sym_o_GT] = ACTIONS(702), - [anon_sym_err_PLUSout_GT] = ACTIONS(702), - [anon_sym_out_PLUSerr_GT] = ACTIONS(702), - [anon_sym_o_PLUSe_GT] = ACTIONS(702), - [anon_sym_e_PLUSo_GT] = ACTIONS(702), - [sym_short_flag] = ACTIONS(702), - [aux_sym_unquoted_token1] = ACTIONS(702), + [456] = { + [sym_cell_path] = STATE(514), + [sym_path] = STATE(464), + [sym_comment] = STATE(456), + [anon_sym_SEMI] = ACTIONS(597), + [anon_sym_LF] = ACTIONS(599), + [anon_sym_LBRACK] = ACTIONS(597), + [anon_sym_LPAREN] = ACTIONS(597), + [anon_sym_RPAREN] = ACTIONS(597), + [anon_sym_PIPE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(597), + [anon_sym_GT] = ACTIONS(597), + [anon_sym_DASH_DASH] = ACTIONS(597), + [anon_sym_DASH] = ACTIONS(597), + [anon_sym_in] = ACTIONS(597), + [anon_sym_LBRACE] = ACTIONS(597), + [anon_sym_RBRACE] = ACTIONS(597), + [anon_sym_DOT] = ACTIONS(1008), + [anon_sym_STAR] = ACTIONS(597), + [anon_sym_STAR_STAR] = ACTIONS(597), + [anon_sym_PLUS_PLUS] = ACTIONS(597), + [anon_sym_SLASH] = ACTIONS(597), + [anon_sym_mod] = ACTIONS(597), + [anon_sym_SLASH_SLASH] = ACTIONS(597), + [anon_sym_PLUS] = ACTIONS(597), + [anon_sym_bit_DASHshl] = ACTIONS(597), + [anon_sym_bit_DASHshr] = ACTIONS(597), + [anon_sym_EQ_EQ] = ACTIONS(597), + [anon_sym_BANG_EQ] = ACTIONS(597), + [anon_sym_LT2] = ACTIONS(597), + [anon_sym_LT_EQ] = ACTIONS(597), + [anon_sym_GT_EQ] = ACTIONS(597), + [anon_sym_not_DASHin] = ACTIONS(597), + [anon_sym_starts_DASHwith] = ACTIONS(597), + [anon_sym_ends_DASHwith] = ACTIONS(597), + [anon_sym_EQ_TILDE] = ACTIONS(597), + [anon_sym_BANG_TILDE] = ACTIONS(597), + [anon_sym_bit_DASHand] = ACTIONS(597), + [anon_sym_bit_DASHxor] = ACTIONS(597), + [anon_sym_bit_DASHor] = ACTIONS(597), + [anon_sym_and] = ACTIONS(597), + [anon_sym_xor] = ACTIONS(597), + [anon_sym_or] = ACTIONS(597), + [anon_sym_DOT_DOT_LT] = ACTIONS(597), + [anon_sym_DOT_DOT] = ACTIONS(597), + [anon_sym_DOT_DOT_EQ] = ACTIONS(597), + [sym_val_nothing] = ACTIONS(597), + [anon_sym_true] = ACTIONS(597), + [anon_sym_false] = ACTIONS(597), + [aux_sym_val_number_token1] = ACTIONS(597), + [aux_sym_val_number_token2] = ACTIONS(597), + [aux_sym_val_number_token3] = ACTIONS(597), + [aux_sym_val_number_token4] = ACTIONS(597), + [anon_sym_inf] = ACTIONS(597), + [anon_sym_DASHinf] = ACTIONS(597), + [anon_sym_NaN] = ACTIONS(597), + [anon_sym_0b] = ACTIONS(597), + [anon_sym_0o] = ACTIONS(597), + [anon_sym_0x] = ACTIONS(597), + [sym_val_date] = ACTIONS(597), + [anon_sym_DQUOTE] = ACTIONS(597), + [sym__str_single_quotes] = ACTIONS(597), + [sym__str_back_ticks] = ACTIONS(597), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(597), + [anon_sym_err_GT] = ACTIONS(597), + [anon_sym_out_GT] = ACTIONS(597), + [anon_sym_e_GT] = ACTIONS(597), + [anon_sym_o_GT] = ACTIONS(597), + [anon_sym_err_PLUSout_GT] = ACTIONS(597), + [anon_sym_out_PLUSerr_GT] = ACTIONS(597), + [anon_sym_o_PLUSe_GT] = ACTIONS(597), + [anon_sym_e_PLUSo_GT] = ACTIONS(597), + [sym_short_flag] = ACTIONS(597), + [aux_sym_unquoted_token1] = ACTIONS(597), [anon_sym_POUND] = ACTIONS(3), }, - [468] = { - [sym_cell_path] = STATE(586), - [sym_path] = STATE(474), - [sym_comment] = STATE(468), - [ts_builtin_sym_end] = ACTIONS(603), + [457] = { + [sym_cell_path] = STATE(557), + [sym_path] = STATE(464), + [sym_comment] = STATE(457), + [anon_sym_SEMI] = ACTIONS(575), + [anon_sym_LF] = ACTIONS(577), + [anon_sym_LBRACK] = ACTIONS(575), + [anon_sym_LPAREN] = ACTIONS(575), + [anon_sym_RPAREN] = ACTIONS(575), + [anon_sym_PIPE] = ACTIONS(575), + [anon_sym_DOLLAR] = ACTIONS(575), + [anon_sym_GT] = ACTIONS(575), + [anon_sym_DASH_DASH] = ACTIONS(575), + [anon_sym_DASH] = ACTIONS(575), + [anon_sym_in] = ACTIONS(575), + [anon_sym_LBRACE] = ACTIONS(575), + [anon_sym_RBRACE] = ACTIONS(575), + [anon_sym_DOT] = ACTIONS(1008), + [anon_sym_STAR] = ACTIONS(575), + [anon_sym_STAR_STAR] = ACTIONS(575), + [anon_sym_PLUS_PLUS] = ACTIONS(575), + [anon_sym_SLASH] = ACTIONS(575), + [anon_sym_mod] = ACTIONS(575), + [anon_sym_SLASH_SLASH] = ACTIONS(575), + [anon_sym_PLUS] = ACTIONS(575), + [anon_sym_bit_DASHshl] = ACTIONS(575), + [anon_sym_bit_DASHshr] = ACTIONS(575), + [anon_sym_EQ_EQ] = ACTIONS(575), + [anon_sym_BANG_EQ] = ACTIONS(575), + [anon_sym_LT2] = ACTIONS(575), + [anon_sym_LT_EQ] = ACTIONS(575), + [anon_sym_GT_EQ] = ACTIONS(575), + [anon_sym_not_DASHin] = ACTIONS(575), + [anon_sym_starts_DASHwith] = ACTIONS(575), + [anon_sym_ends_DASHwith] = ACTIONS(575), + [anon_sym_EQ_TILDE] = ACTIONS(575), + [anon_sym_BANG_TILDE] = ACTIONS(575), + [anon_sym_bit_DASHand] = ACTIONS(575), + [anon_sym_bit_DASHxor] = ACTIONS(575), + [anon_sym_bit_DASHor] = ACTIONS(575), + [anon_sym_and] = ACTIONS(575), + [anon_sym_xor] = ACTIONS(575), + [anon_sym_or] = ACTIONS(575), + [anon_sym_DOT_DOT_LT] = ACTIONS(575), + [anon_sym_DOT_DOT] = ACTIONS(575), + [anon_sym_DOT_DOT_EQ] = ACTIONS(575), + [sym_val_nothing] = ACTIONS(575), + [anon_sym_true] = ACTIONS(575), + [anon_sym_false] = ACTIONS(575), + [aux_sym_val_number_token1] = ACTIONS(575), + [aux_sym_val_number_token2] = ACTIONS(575), + [aux_sym_val_number_token3] = ACTIONS(575), + [aux_sym_val_number_token4] = ACTIONS(575), + [anon_sym_inf] = ACTIONS(575), + [anon_sym_DASHinf] = ACTIONS(575), + [anon_sym_NaN] = ACTIONS(575), + [anon_sym_0b] = ACTIONS(575), + [anon_sym_0o] = ACTIONS(575), + [anon_sym_0x] = ACTIONS(575), + [sym_val_date] = ACTIONS(575), + [anon_sym_DQUOTE] = ACTIONS(575), + [sym__str_single_quotes] = ACTIONS(575), + [sym__str_back_ticks] = ACTIONS(575), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(575), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(575), + [anon_sym_err_GT] = ACTIONS(575), + [anon_sym_out_GT] = ACTIONS(575), + [anon_sym_e_GT] = ACTIONS(575), + [anon_sym_o_GT] = ACTIONS(575), + [anon_sym_err_PLUSout_GT] = ACTIONS(575), + [anon_sym_out_PLUSerr_GT] = ACTIONS(575), + [anon_sym_o_PLUSe_GT] = ACTIONS(575), + [anon_sym_e_PLUSo_GT] = ACTIONS(575), + [sym_short_flag] = ACTIONS(575), + [aux_sym_unquoted_token1] = ACTIONS(575), + [anon_sym_POUND] = ACTIONS(3), + }, + [458] = { + [sym_cell_path] = STATE(502), + [sym_path] = STATE(464), + [sym_comment] = STATE(458), + [anon_sym_SEMI] = ACTIONS(585), + [anon_sym_LF] = ACTIONS(587), + [anon_sym_LBRACK] = ACTIONS(585), + [anon_sym_LPAREN] = ACTIONS(585), + [anon_sym_RPAREN] = ACTIONS(585), + [anon_sym_PIPE] = ACTIONS(585), + [anon_sym_DOLLAR] = ACTIONS(585), + [anon_sym_GT] = ACTIONS(585), + [anon_sym_DASH_DASH] = ACTIONS(585), + [anon_sym_DASH] = ACTIONS(585), + [anon_sym_in] = ACTIONS(585), + [anon_sym_LBRACE] = ACTIONS(585), + [anon_sym_RBRACE] = ACTIONS(585), + [anon_sym_DOT] = ACTIONS(1008), + [anon_sym_STAR] = ACTIONS(585), + [anon_sym_STAR_STAR] = ACTIONS(585), + [anon_sym_PLUS_PLUS] = ACTIONS(585), + [anon_sym_SLASH] = ACTIONS(585), + [anon_sym_mod] = ACTIONS(585), + [anon_sym_SLASH_SLASH] = ACTIONS(585), + [anon_sym_PLUS] = ACTIONS(585), + [anon_sym_bit_DASHshl] = ACTIONS(585), + [anon_sym_bit_DASHshr] = ACTIONS(585), + [anon_sym_EQ_EQ] = ACTIONS(585), + [anon_sym_BANG_EQ] = ACTIONS(585), + [anon_sym_LT2] = ACTIONS(585), + [anon_sym_LT_EQ] = ACTIONS(585), + [anon_sym_GT_EQ] = ACTIONS(585), + [anon_sym_not_DASHin] = ACTIONS(585), + [anon_sym_starts_DASHwith] = ACTIONS(585), + [anon_sym_ends_DASHwith] = ACTIONS(585), + [anon_sym_EQ_TILDE] = ACTIONS(585), + [anon_sym_BANG_TILDE] = ACTIONS(585), + [anon_sym_bit_DASHand] = ACTIONS(585), + [anon_sym_bit_DASHxor] = ACTIONS(585), + [anon_sym_bit_DASHor] = ACTIONS(585), + [anon_sym_and] = ACTIONS(585), + [anon_sym_xor] = ACTIONS(585), + [anon_sym_or] = ACTIONS(585), + [anon_sym_DOT_DOT_LT] = ACTIONS(585), + [anon_sym_DOT_DOT] = ACTIONS(585), + [anon_sym_DOT_DOT_EQ] = ACTIONS(585), + [sym_val_nothing] = ACTIONS(585), + [anon_sym_true] = ACTIONS(585), + [anon_sym_false] = ACTIONS(585), + [aux_sym_val_number_token1] = ACTIONS(585), + [aux_sym_val_number_token2] = ACTIONS(585), + [aux_sym_val_number_token3] = ACTIONS(585), + [aux_sym_val_number_token4] = ACTIONS(585), + [anon_sym_inf] = ACTIONS(585), + [anon_sym_DASHinf] = ACTIONS(585), + [anon_sym_NaN] = ACTIONS(585), + [anon_sym_0b] = ACTIONS(585), + [anon_sym_0o] = ACTIONS(585), + [anon_sym_0x] = ACTIONS(585), + [sym_val_date] = ACTIONS(585), + [anon_sym_DQUOTE] = ACTIONS(585), + [sym__str_single_quotes] = ACTIONS(585), + [sym__str_back_ticks] = ACTIONS(585), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(585), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(585), + [anon_sym_err_GT] = ACTIONS(585), + [anon_sym_out_GT] = ACTIONS(585), + [anon_sym_e_GT] = ACTIONS(585), + [anon_sym_o_GT] = ACTIONS(585), + [anon_sym_err_PLUSout_GT] = ACTIONS(585), + [anon_sym_out_PLUSerr_GT] = ACTIONS(585), + [anon_sym_o_PLUSe_GT] = ACTIONS(585), + [anon_sym_e_PLUSo_GT] = ACTIONS(585), + [sym_short_flag] = ACTIONS(585), + [aux_sym_unquoted_token1] = ACTIONS(585), + [anon_sym_POUND] = ACTIONS(3), + }, + [459] = { + [sym_cell_path] = STATE(533), + [sym_path] = STATE(464), + [sym_comment] = STATE(459), + [anon_sym_SEMI] = ACTIONS(593), + [anon_sym_LF] = ACTIONS(595), + [anon_sym_LBRACK] = ACTIONS(593), + [anon_sym_LPAREN] = ACTIONS(593), + [anon_sym_RPAREN] = ACTIONS(593), + [anon_sym_PIPE] = ACTIONS(593), + [anon_sym_DOLLAR] = ACTIONS(593), + [anon_sym_GT] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_DASH] = ACTIONS(593), + [anon_sym_in] = ACTIONS(593), + [anon_sym_LBRACE] = ACTIONS(593), + [anon_sym_RBRACE] = ACTIONS(593), + [anon_sym_DOT] = ACTIONS(1008), + [anon_sym_STAR] = ACTIONS(593), + [anon_sym_STAR_STAR] = ACTIONS(593), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_SLASH] = ACTIONS(593), + [anon_sym_mod] = ACTIONS(593), + [anon_sym_SLASH_SLASH] = ACTIONS(593), + [anon_sym_PLUS] = ACTIONS(593), + [anon_sym_bit_DASHshl] = ACTIONS(593), + [anon_sym_bit_DASHshr] = ACTIONS(593), + [anon_sym_EQ_EQ] = ACTIONS(593), + [anon_sym_BANG_EQ] = ACTIONS(593), + [anon_sym_LT2] = ACTIONS(593), + [anon_sym_LT_EQ] = ACTIONS(593), + [anon_sym_GT_EQ] = ACTIONS(593), + [anon_sym_not_DASHin] = ACTIONS(593), + [anon_sym_starts_DASHwith] = ACTIONS(593), + [anon_sym_ends_DASHwith] = ACTIONS(593), + [anon_sym_EQ_TILDE] = ACTIONS(593), + [anon_sym_BANG_TILDE] = ACTIONS(593), + [anon_sym_bit_DASHand] = ACTIONS(593), + [anon_sym_bit_DASHxor] = ACTIONS(593), + [anon_sym_bit_DASHor] = ACTIONS(593), + [anon_sym_and] = ACTIONS(593), + [anon_sym_xor] = ACTIONS(593), + [anon_sym_or] = ACTIONS(593), + [anon_sym_DOT_DOT_LT] = ACTIONS(593), + [anon_sym_DOT_DOT] = ACTIONS(593), + [anon_sym_DOT_DOT_EQ] = ACTIONS(593), + [sym_val_nothing] = ACTIONS(593), + [anon_sym_true] = ACTIONS(593), + [anon_sym_false] = ACTIONS(593), + [aux_sym_val_number_token1] = ACTIONS(593), + [aux_sym_val_number_token2] = ACTIONS(593), + [aux_sym_val_number_token3] = ACTIONS(593), + [aux_sym_val_number_token4] = ACTIONS(593), + [anon_sym_inf] = ACTIONS(593), + [anon_sym_DASHinf] = ACTIONS(593), + [anon_sym_NaN] = ACTIONS(593), + [anon_sym_0b] = ACTIONS(593), + [anon_sym_0o] = ACTIONS(593), + [anon_sym_0x] = ACTIONS(593), + [sym_val_date] = ACTIONS(593), + [anon_sym_DQUOTE] = ACTIONS(593), + [sym__str_single_quotes] = ACTIONS(593), + [sym__str_back_ticks] = ACTIONS(593), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(593), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(593), + [anon_sym_err_GT] = ACTIONS(593), + [anon_sym_out_GT] = ACTIONS(593), + [anon_sym_e_GT] = ACTIONS(593), + [anon_sym_o_GT] = ACTIONS(593), + [anon_sym_err_PLUSout_GT] = ACTIONS(593), + [anon_sym_out_PLUSerr_GT] = ACTIONS(593), + [anon_sym_o_PLUSe_GT] = ACTIONS(593), + [anon_sym_e_PLUSo_GT] = ACTIONS(593), + [sym_short_flag] = ACTIONS(593), + [aux_sym_unquoted_token1] = ACTIONS(593), + [anon_sym_POUND] = ACTIONS(3), + }, + [460] = { + [sym_pipeline] = STATE(1005), + [sym_pipeline_last] = STATE(3514), + [sym__ctrl_expression] = STATE(3026), + [sym_ctrl_do] = STATE(870), + [sym_ctrl_if] = STATE(870), + [sym_ctrl_match] = STATE(870), + [sym_ctrl_try] = STATE(870), + [sym_ctrl_return] = STATE(870), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3292), + [sym_where_command] = STATE(3107), + [sym__expression] = STATE(2391), + [sym_expr_unary] = STATE(2498), + [sym_expr_binary] = STATE(2498), + [sym_expr_parenthesized] = STATE(2115), + [sym_val_range] = STATE(2498), + [sym__value] = STATE(2498), + [sym_val_bool] = STATE(2516), + [sym_val_variable] = STATE(2516), + [sym__var] = STATE(2159), + [sym_val_number] = STATE(127), + [sym_val_duration] = STATE(2516), + [sym_val_filesize] = STATE(2516), + [sym_val_binary] = STATE(2516), + [sym_val_string] = STATE(2516), + [sym__str_double_quotes] = STATE(2512), + [sym_val_interpolated] = STATE(2516), + [sym__inter_single_quotes] = STATE(2492), + [sym__inter_double_quotes] = STATE(2490), + [sym_val_list] = STATE(2516), + [sym_val_record] = STATE(2516), + [sym_val_table] = STATE(2516), + [sym_val_closure] = STATE(2516), + [sym_command] = STATE(3107), + [sym_comment] = STATE(460), + [aux_sym_pipeline_repeat1] = STATE(500), + [sym_cmd_identifier] = ACTIONS(19), + [anon_sym_LBRACK] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_DOLLAR] = ACTIONS(1010), + [anon_sym_DASH] = ACTIONS(39), + [anon_sym_break] = ACTIONS(41), + [anon_sym_continue] = ACTIONS(43), + [anon_sym_do] = ACTIONS(1012), + [anon_sym_if] = ACTIONS(1014), + [anon_sym_match] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_try] = ACTIONS(1016), + [anon_sym_return] = ACTIONS(1018), + [anon_sym_where] = ACTIONS(73), + [anon_sym_not] = ACTIONS(75), + [anon_sym_DOT_DOT_LT] = ACTIONS(77), + [anon_sym_DOT_DOT] = ACTIONS(79), + [anon_sym_DOT_DOT_EQ] = ACTIONS(77), + [sym_val_nothing] = ACTIONS(81), + [anon_sym_true] = ACTIONS(83), + [anon_sym_false] = ACTIONS(83), + [aux_sym_val_number_token1] = ACTIONS(85), + [aux_sym_val_number_token2] = ACTIONS(87), + [aux_sym_val_number_token3] = ACTIONS(87), + [aux_sym_val_number_token4] = ACTIONS(87), + [anon_sym_inf] = ACTIONS(85), + [anon_sym_DASHinf] = ACTIONS(87), + [anon_sym_NaN] = ACTIONS(85), + [anon_sym_0b] = ACTIONS(89), + [anon_sym_0o] = ACTIONS(89), + [anon_sym_0x] = ACTIONS(89), + [sym_val_date] = ACTIONS(91), + [anon_sym_DQUOTE] = ACTIONS(93), + [sym__str_single_quotes] = ACTIONS(95), + [sym__str_back_ticks] = ACTIONS(95), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(97), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(99), + [anon_sym_CARET] = ACTIONS(101), + [anon_sym_POUND] = ACTIONS(157), + }, + [461] = { + [sym_pipeline] = STATE(986), + [sym_pipeline_last] = STATE(3510), + [sym__ctrl_expression] = STATE(3026), + [sym_ctrl_do] = STATE(870), + [sym_ctrl_if] = STATE(870), + [sym_ctrl_match] = STATE(870), + [sym_ctrl_try] = STATE(870), + [sym_ctrl_return] = STATE(870), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3292), + [sym_where_command] = STATE(3107), + [sym__expression] = STATE(2391), + [sym_expr_unary] = STATE(2498), + [sym_expr_binary] = STATE(2498), + [sym_expr_parenthesized] = STATE(2115), + [sym_val_range] = STATE(2498), + [sym__value] = STATE(2498), + [sym_val_bool] = STATE(2516), + [sym_val_variable] = STATE(2516), + [sym__var] = STATE(2159), + [sym_val_number] = STATE(127), + [sym_val_duration] = STATE(2516), + [sym_val_filesize] = STATE(2516), + [sym_val_binary] = STATE(2516), + [sym_val_string] = STATE(2516), + [sym__str_double_quotes] = STATE(2512), + [sym_val_interpolated] = STATE(2516), + [sym__inter_single_quotes] = STATE(2492), + [sym__inter_double_quotes] = STATE(2490), + [sym_val_list] = STATE(2516), + [sym_val_record] = STATE(2516), + [sym_val_table] = STATE(2516), + [sym_val_closure] = STATE(2516), + [sym_command] = STATE(3107), + [sym_comment] = STATE(461), + [aux_sym_pipeline_repeat1] = STATE(500), + [sym_cmd_identifier] = ACTIONS(19), + [anon_sym_LBRACK] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_DOLLAR] = ACTIONS(1010), + [anon_sym_DASH] = ACTIONS(39), + [anon_sym_break] = ACTIONS(41), + [anon_sym_continue] = ACTIONS(43), + [anon_sym_do] = ACTIONS(1012), + [anon_sym_if] = ACTIONS(1014), + [anon_sym_match] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_try] = ACTIONS(1016), + [anon_sym_return] = ACTIONS(1018), + [anon_sym_where] = ACTIONS(73), + [anon_sym_not] = ACTIONS(75), + [anon_sym_DOT_DOT_LT] = ACTIONS(77), + [anon_sym_DOT_DOT] = ACTIONS(79), + [anon_sym_DOT_DOT_EQ] = ACTIONS(77), + [sym_val_nothing] = ACTIONS(81), + [anon_sym_true] = ACTIONS(83), + [anon_sym_false] = ACTIONS(83), + [aux_sym_val_number_token1] = ACTIONS(85), + [aux_sym_val_number_token2] = ACTIONS(87), + [aux_sym_val_number_token3] = ACTIONS(87), + [aux_sym_val_number_token4] = ACTIONS(87), + [anon_sym_inf] = ACTIONS(85), + [anon_sym_DASHinf] = ACTIONS(87), + [anon_sym_NaN] = ACTIONS(85), + [anon_sym_0b] = ACTIONS(89), + [anon_sym_0o] = ACTIONS(89), + [anon_sym_0x] = ACTIONS(89), + [sym_val_date] = ACTIONS(91), + [anon_sym_DQUOTE] = ACTIONS(93), + [sym__str_single_quotes] = ACTIONS(95), + [sym__str_back_ticks] = ACTIONS(95), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(97), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(99), + [anon_sym_CARET] = ACTIONS(101), + [anon_sym_POUND] = ACTIONS(157), + }, + [462] = { + [sym_cell_path] = STATE(548), + [sym_path] = STATE(464), + [sym_comment] = STATE(462), [anon_sym_SEMI] = ACTIONS(601), [anon_sym_LF] = ACTIONS(603), [anon_sym_LBRACK] = ACTIONS(601), [anon_sym_LPAREN] = ACTIONS(601), + [anon_sym_RPAREN] = ACTIONS(601), [anon_sym_PIPE] = ACTIONS(601), [anon_sym_DOLLAR] = ACTIONS(601), [anon_sym_GT] = ACTIONS(601), @@ -91898,7 +91442,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH] = ACTIONS(601), [anon_sym_in] = ACTIONS(601), [anon_sym_LBRACE] = ACTIONS(601), - [anon_sym_DOT] = ACTIONS(1037), + [anon_sym_RBRACE] = ACTIONS(601), + [anon_sym_DOT] = ACTIONS(1008), [anon_sym_STAR] = ACTIONS(601), [anon_sym_STAR_STAR] = ACTIONS(601), [anon_sym_PLUS_PLUS] = ACTIONS(601), @@ -91958,84 +91503,544 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token1] = ACTIONS(601), [anon_sym_POUND] = ACTIONS(3), }, + [463] = { + [sym_path] = STATE(492), + [sym_comment] = STATE(463), + [aux_sym_cell_path_repeat1] = STATE(463), + [anon_sym_SEMI] = ACTIONS(568), + [anon_sym_LF] = ACTIONS(570), + [anon_sym_LBRACK] = ACTIONS(568), + [anon_sym_LPAREN] = ACTIONS(568), + [anon_sym_RPAREN] = ACTIONS(568), + [anon_sym_PIPE] = ACTIONS(568), + [anon_sym_DOLLAR] = ACTIONS(568), + [anon_sym_GT] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_in] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(568), + [anon_sym_RBRACE] = ACTIONS(568), + [anon_sym_DOT] = ACTIONS(1030), + [anon_sym_STAR] = ACTIONS(568), + [anon_sym_STAR_STAR] = ACTIONS(568), + [anon_sym_PLUS_PLUS] = ACTIONS(568), + [anon_sym_SLASH] = ACTIONS(568), + [anon_sym_mod] = ACTIONS(568), + [anon_sym_SLASH_SLASH] = ACTIONS(568), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_bit_DASHshl] = ACTIONS(568), + [anon_sym_bit_DASHshr] = ACTIONS(568), + [anon_sym_EQ_EQ] = ACTIONS(568), + [anon_sym_BANG_EQ] = ACTIONS(568), + [anon_sym_LT2] = ACTIONS(568), + [anon_sym_LT_EQ] = ACTIONS(568), + [anon_sym_GT_EQ] = ACTIONS(568), + [anon_sym_not_DASHin] = ACTIONS(568), + [anon_sym_starts_DASHwith] = ACTIONS(568), + [anon_sym_ends_DASHwith] = ACTIONS(568), + [anon_sym_EQ_TILDE] = ACTIONS(568), + [anon_sym_BANG_TILDE] = ACTIONS(568), + [anon_sym_bit_DASHand] = ACTIONS(568), + [anon_sym_bit_DASHxor] = ACTIONS(568), + [anon_sym_bit_DASHor] = ACTIONS(568), + [anon_sym_and] = ACTIONS(568), + [anon_sym_xor] = ACTIONS(568), + [anon_sym_or] = ACTIONS(568), + [anon_sym_DOT_DOT_LT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(568), + [anon_sym_DOT_DOT_EQ] = ACTIONS(568), + [sym_val_nothing] = ACTIONS(568), + [anon_sym_true] = ACTIONS(568), + [anon_sym_false] = ACTIONS(568), + [aux_sym_val_number_token1] = ACTIONS(568), + [aux_sym_val_number_token2] = ACTIONS(568), + [aux_sym_val_number_token3] = ACTIONS(568), + [aux_sym_val_number_token4] = ACTIONS(568), + [anon_sym_inf] = ACTIONS(568), + [anon_sym_DASHinf] = ACTIONS(568), + [anon_sym_NaN] = ACTIONS(568), + [anon_sym_0b] = ACTIONS(568), + [anon_sym_0o] = ACTIONS(568), + [anon_sym_0x] = ACTIONS(568), + [sym_val_date] = ACTIONS(568), + [anon_sym_DQUOTE] = ACTIONS(568), + [sym__str_single_quotes] = ACTIONS(568), + [sym__str_back_ticks] = ACTIONS(568), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(568), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(568), + [anon_sym_err_GT] = ACTIONS(568), + [anon_sym_out_GT] = ACTIONS(568), + [anon_sym_e_GT] = ACTIONS(568), + [anon_sym_o_GT] = ACTIONS(568), + [anon_sym_err_PLUSout_GT] = ACTIONS(568), + [anon_sym_out_PLUSerr_GT] = ACTIONS(568), + [anon_sym_o_PLUSe_GT] = ACTIONS(568), + [anon_sym_e_PLUSo_GT] = ACTIONS(568), + [sym_short_flag] = ACTIONS(568), + [aux_sym_unquoted_token1] = ACTIONS(568), + [anon_sym_POUND] = ACTIONS(3), + }, + [464] = { + [sym_path] = STATE(492), + [sym_comment] = STATE(464), + [aux_sym_cell_path_repeat1] = STATE(466), + [anon_sym_SEMI] = ACTIONS(605), + [anon_sym_LF] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(605), + [anon_sym_RPAREN] = ACTIONS(605), + [anon_sym_PIPE] = ACTIONS(605), + [anon_sym_DOLLAR] = ACTIONS(605), + [anon_sym_GT] = ACTIONS(605), + [anon_sym_DASH_DASH] = ACTIONS(605), + [anon_sym_DASH] = ACTIONS(605), + [anon_sym_in] = ACTIONS(605), + [anon_sym_LBRACE] = ACTIONS(605), + [anon_sym_RBRACE] = ACTIONS(605), + [anon_sym_DOT] = ACTIONS(1008), + [anon_sym_STAR] = ACTIONS(605), + [anon_sym_STAR_STAR] = ACTIONS(605), + [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_SLASH] = ACTIONS(605), + [anon_sym_mod] = ACTIONS(605), + [anon_sym_SLASH_SLASH] = ACTIONS(605), + [anon_sym_PLUS] = ACTIONS(605), + [anon_sym_bit_DASHshl] = ACTIONS(605), + [anon_sym_bit_DASHshr] = ACTIONS(605), + [anon_sym_EQ_EQ] = ACTIONS(605), + [anon_sym_BANG_EQ] = ACTIONS(605), + [anon_sym_LT2] = ACTIONS(605), + [anon_sym_LT_EQ] = ACTIONS(605), + [anon_sym_GT_EQ] = ACTIONS(605), + [anon_sym_not_DASHin] = ACTIONS(605), + [anon_sym_starts_DASHwith] = ACTIONS(605), + [anon_sym_ends_DASHwith] = ACTIONS(605), + [anon_sym_EQ_TILDE] = ACTIONS(605), + [anon_sym_BANG_TILDE] = ACTIONS(605), + [anon_sym_bit_DASHand] = ACTIONS(605), + [anon_sym_bit_DASHxor] = ACTIONS(605), + [anon_sym_bit_DASHor] = ACTIONS(605), + [anon_sym_and] = ACTIONS(605), + [anon_sym_xor] = ACTIONS(605), + [anon_sym_or] = ACTIONS(605), + [anon_sym_DOT_DOT_LT] = ACTIONS(605), + [anon_sym_DOT_DOT] = ACTIONS(605), + [anon_sym_DOT_DOT_EQ] = ACTIONS(605), + [sym_val_nothing] = ACTIONS(605), + [anon_sym_true] = ACTIONS(605), + [anon_sym_false] = ACTIONS(605), + [aux_sym_val_number_token1] = ACTIONS(605), + [aux_sym_val_number_token2] = ACTIONS(605), + [aux_sym_val_number_token3] = ACTIONS(605), + [aux_sym_val_number_token4] = ACTIONS(605), + [anon_sym_inf] = ACTIONS(605), + [anon_sym_DASHinf] = ACTIONS(605), + [anon_sym_NaN] = ACTIONS(605), + [anon_sym_0b] = ACTIONS(605), + [anon_sym_0o] = ACTIONS(605), + [anon_sym_0x] = ACTIONS(605), + [sym_val_date] = ACTIONS(605), + [anon_sym_DQUOTE] = ACTIONS(605), + [sym__str_single_quotes] = ACTIONS(605), + [sym__str_back_ticks] = ACTIONS(605), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(605), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(605), + [anon_sym_err_GT] = ACTIONS(605), + [anon_sym_out_GT] = ACTIONS(605), + [anon_sym_e_GT] = ACTIONS(605), + [anon_sym_o_GT] = ACTIONS(605), + [anon_sym_err_PLUSout_GT] = ACTIONS(605), + [anon_sym_out_PLUSerr_GT] = ACTIONS(605), + [anon_sym_o_PLUSe_GT] = ACTIONS(605), + [anon_sym_e_PLUSo_GT] = ACTIONS(605), + [sym_short_flag] = ACTIONS(605), + [aux_sym_unquoted_token1] = ACTIONS(605), + [anon_sym_POUND] = ACTIONS(3), + }, + [465] = { + [sym_pipeline] = STATE(1005), + [sym_pipeline_last] = STATE(3326), + [sym__ctrl_expression] = STATE(2959), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3051), + [sym_where_command] = STATE(2970), + [sym__expression] = STATE(2285), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), + [sym_val_variable] = STATE(2410), + [sym__var] = STATE(2023), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), + [sym_comment] = STATE(465), + [aux_sym_pipeline_repeat1] = STATE(499), + [sym_cmd_identifier] = ACTIONS(179), + [anon_sym_LBRACK] = ACTIONS(191), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_DOLLAR] = ACTIONS(1020), + [anon_sym_DASH] = ACTIONS(201), + [anon_sym_break] = ACTIONS(203), + [anon_sym_continue] = ACTIONS(205), + [anon_sym_do] = ACTIONS(1022), + [anon_sym_if] = ACTIONS(1024), + [anon_sym_match] = ACTIONS(217), + [anon_sym_LBRACE] = ACTIONS(219), + [anon_sym_try] = ACTIONS(1026), + [anon_sym_return] = ACTIONS(1028), + [anon_sym_where] = ACTIONS(237), + [anon_sym_not] = ACTIONS(239), + [anon_sym_DOT_DOT_LT] = ACTIONS(241), + [anon_sym_DOT_DOT] = ACTIONS(243), + [anon_sym_DOT_DOT_EQ] = ACTIONS(241), + [sym_val_nothing] = ACTIONS(245), + [anon_sym_true] = ACTIONS(247), + [anon_sym_false] = ACTIONS(247), + [aux_sym_val_number_token1] = ACTIONS(249), + [aux_sym_val_number_token2] = ACTIONS(251), + [aux_sym_val_number_token3] = ACTIONS(251), + [aux_sym_val_number_token4] = ACTIONS(251), + [anon_sym_inf] = ACTIONS(249), + [anon_sym_DASHinf] = ACTIONS(251), + [anon_sym_NaN] = ACTIONS(249), + [anon_sym_0b] = ACTIONS(253), + [anon_sym_0o] = ACTIONS(253), + [anon_sym_0x] = ACTIONS(253), + [sym_val_date] = ACTIONS(255), + [anon_sym_DQUOTE] = ACTIONS(257), + [sym__str_single_quotes] = ACTIONS(259), + [sym__str_back_ticks] = ACTIONS(259), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(261), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(263), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_POUND] = ACTIONS(157), + }, + [466] = { + [sym_path] = STATE(492), + [sym_comment] = STATE(466), + [aux_sym_cell_path_repeat1] = STATE(463), + [anon_sym_SEMI] = ACTIONS(581), + [anon_sym_LF] = ACTIONS(583), + [anon_sym_LBRACK] = ACTIONS(581), + [anon_sym_LPAREN] = ACTIONS(581), + [anon_sym_RPAREN] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(581), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(581), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_in] = ACTIONS(581), + [anon_sym_LBRACE] = ACTIONS(581), + [anon_sym_RBRACE] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(1008), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_STAR_STAR] = ACTIONS(581), + [anon_sym_PLUS_PLUS] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_mod] = ACTIONS(581), + [anon_sym_SLASH_SLASH] = ACTIONS(581), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_bit_DASHshl] = ACTIONS(581), + [anon_sym_bit_DASHshr] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(581), + [anon_sym_BANG_EQ] = ACTIONS(581), + [anon_sym_LT2] = ACTIONS(581), + [anon_sym_LT_EQ] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(581), + [anon_sym_not_DASHin] = ACTIONS(581), + [anon_sym_starts_DASHwith] = ACTIONS(581), + [anon_sym_ends_DASHwith] = ACTIONS(581), + [anon_sym_EQ_TILDE] = ACTIONS(581), + [anon_sym_BANG_TILDE] = ACTIONS(581), + [anon_sym_bit_DASHand] = ACTIONS(581), + [anon_sym_bit_DASHxor] = ACTIONS(581), + [anon_sym_bit_DASHor] = ACTIONS(581), + [anon_sym_and] = ACTIONS(581), + [anon_sym_xor] = ACTIONS(581), + [anon_sym_or] = ACTIONS(581), + [anon_sym_DOT_DOT_LT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_EQ] = ACTIONS(581), + [sym_val_nothing] = ACTIONS(581), + [anon_sym_true] = ACTIONS(581), + [anon_sym_false] = ACTIONS(581), + [aux_sym_val_number_token1] = ACTIONS(581), + [aux_sym_val_number_token2] = ACTIONS(581), + [aux_sym_val_number_token3] = ACTIONS(581), + [aux_sym_val_number_token4] = ACTIONS(581), + [anon_sym_inf] = ACTIONS(581), + [anon_sym_DASHinf] = ACTIONS(581), + [anon_sym_NaN] = ACTIONS(581), + [anon_sym_0b] = ACTIONS(581), + [anon_sym_0o] = ACTIONS(581), + [anon_sym_0x] = ACTIONS(581), + [sym_val_date] = ACTIONS(581), + [anon_sym_DQUOTE] = ACTIONS(581), + [sym__str_single_quotes] = ACTIONS(581), + [sym__str_back_ticks] = ACTIONS(581), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(581), + [anon_sym_err_GT] = ACTIONS(581), + [anon_sym_out_GT] = ACTIONS(581), + [anon_sym_e_GT] = ACTIONS(581), + [anon_sym_o_GT] = ACTIONS(581), + [anon_sym_err_PLUSout_GT] = ACTIONS(581), + [anon_sym_out_PLUSerr_GT] = ACTIONS(581), + [anon_sym_o_PLUSe_GT] = ACTIONS(581), + [anon_sym_e_PLUSo_GT] = ACTIONS(581), + [sym_short_flag] = ACTIONS(581), + [aux_sym_unquoted_token1] = ACTIONS(581), + [anon_sym_POUND] = ACTIONS(3), + }, + [467] = { + [sym_cell_path] = STATE(627), + [sym_path] = STATE(474), + [sym_comment] = STATE(467), + [ts_builtin_sym_end] = ACTIONS(591), + [anon_sym_SEMI] = ACTIONS(589), + [anon_sym_LF] = ACTIONS(591), + [anon_sym_LBRACK] = ACTIONS(589), + [anon_sym_LPAREN] = ACTIONS(589), + [anon_sym_PIPE] = ACTIONS(589), + [anon_sym_DOLLAR] = ACTIONS(589), + [anon_sym_GT] = ACTIONS(589), + [anon_sym_DASH_DASH] = ACTIONS(589), + [anon_sym_DASH] = ACTIONS(589), + [anon_sym_in] = ACTIONS(589), + [anon_sym_LBRACE] = ACTIONS(589), + [anon_sym_DOT] = ACTIONS(1033), + [anon_sym_STAR] = ACTIONS(589), + [anon_sym_STAR_STAR] = ACTIONS(589), + [anon_sym_PLUS_PLUS] = ACTIONS(589), + [anon_sym_SLASH] = ACTIONS(589), + [anon_sym_mod] = ACTIONS(589), + [anon_sym_SLASH_SLASH] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(589), + [anon_sym_bit_DASHshl] = ACTIONS(589), + [anon_sym_bit_DASHshr] = ACTIONS(589), + [anon_sym_EQ_EQ] = ACTIONS(589), + [anon_sym_BANG_EQ] = ACTIONS(589), + [anon_sym_LT2] = ACTIONS(589), + [anon_sym_LT_EQ] = ACTIONS(589), + [anon_sym_GT_EQ] = ACTIONS(589), + [anon_sym_not_DASHin] = ACTIONS(589), + [anon_sym_starts_DASHwith] = ACTIONS(589), + [anon_sym_ends_DASHwith] = ACTIONS(589), + [anon_sym_EQ_TILDE] = ACTIONS(589), + [anon_sym_BANG_TILDE] = ACTIONS(589), + [anon_sym_bit_DASHand] = ACTIONS(589), + [anon_sym_bit_DASHxor] = ACTIONS(589), + [anon_sym_bit_DASHor] = ACTIONS(589), + [anon_sym_and] = ACTIONS(589), + [anon_sym_xor] = ACTIONS(589), + [anon_sym_or] = ACTIONS(589), + [anon_sym_DOT_DOT_LT] = ACTIONS(589), + [anon_sym_DOT_DOT] = ACTIONS(589), + [anon_sym_DOT_DOT_EQ] = ACTIONS(589), + [sym_val_nothing] = ACTIONS(589), + [anon_sym_true] = ACTIONS(589), + [anon_sym_false] = ACTIONS(589), + [aux_sym_val_number_token1] = ACTIONS(589), + [aux_sym_val_number_token2] = ACTIONS(589), + [aux_sym_val_number_token3] = ACTIONS(589), + [aux_sym_val_number_token4] = ACTIONS(589), + [anon_sym_inf] = ACTIONS(589), + [anon_sym_DASHinf] = ACTIONS(589), + [anon_sym_NaN] = ACTIONS(589), + [anon_sym_0b] = ACTIONS(589), + [anon_sym_0o] = ACTIONS(589), + [anon_sym_0x] = ACTIONS(589), + [sym_val_date] = ACTIONS(589), + [anon_sym_DQUOTE] = ACTIONS(589), + [sym__str_single_quotes] = ACTIONS(589), + [sym__str_back_ticks] = ACTIONS(589), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(589), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(589), + [anon_sym_err_GT] = ACTIONS(589), + [anon_sym_out_GT] = ACTIONS(589), + [anon_sym_e_GT] = ACTIONS(589), + [anon_sym_o_GT] = ACTIONS(589), + [anon_sym_err_PLUSout_GT] = ACTIONS(589), + [anon_sym_out_PLUSerr_GT] = ACTIONS(589), + [anon_sym_o_PLUSe_GT] = ACTIONS(589), + [anon_sym_e_PLUSo_GT] = ACTIONS(589), + [sym_short_flag] = ACTIONS(589), + [aux_sym_unquoted_token1] = ACTIONS(589), + [anon_sym_POUND] = ACTIONS(3), + }, + [468] = { + [sym_path] = STATE(513), + [sym_comment] = STATE(468), + [aux_sym_cell_path_repeat1] = STATE(482), + [ts_builtin_sym_end] = ACTIONS(583), + [anon_sym_SEMI] = ACTIONS(581), + [anon_sym_LF] = ACTIONS(583), + [anon_sym_LBRACK] = ACTIONS(581), + [anon_sym_LPAREN] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(581), + [anon_sym_GT] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(581), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_in] = ACTIONS(581), + [anon_sym_LBRACE] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(1033), + [anon_sym_STAR] = ACTIONS(581), + [anon_sym_STAR_STAR] = ACTIONS(581), + [anon_sym_PLUS_PLUS] = ACTIONS(581), + [anon_sym_SLASH] = ACTIONS(581), + [anon_sym_mod] = ACTIONS(581), + [anon_sym_SLASH_SLASH] = ACTIONS(581), + [anon_sym_PLUS] = ACTIONS(581), + [anon_sym_bit_DASHshl] = ACTIONS(581), + [anon_sym_bit_DASHshr] = ACTIONS(581), + [anon_sym_EQ_EQ] = ACTIONS(581), + [anon_sym_BANG_EQ] = ACTIONS(581), + [anon_sym_LT2] = ACTIONS(581), + [anon_sym_LT_EQ] = ACTIONS(581), + [anon_sym_GT_EQ] = ACTIONS(581), + [anon_sym_not_DASHin] = ACTIONS(581), + [anon_sym_starts_DASHwith] = ACTIONS(581), + [anon_sym_ends_DASHwith] = ACTIONS(581), + [anon_sym_EQ_TILDE] = ACTIONS(581), + [anon_sym_BANG_TILDE] = ACTIONS(581), + [anon_sym_bit_DASHand] = ACTIONS(581), + [anon_sym_bit_DASHxor] = ACTIONS(581), + [anon_sym_bit_DASHor] = ACTIONS(581), + [anon_sym_and] = ACTIONS(581), + [anon_sym_xor] = ACTIONS(581), + [anon_sym_or] = ACTIONS(581), + [anon_sym_DOT_DOT_LT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_EQ] = ACTIONS(581), + [sym_val_nothing] = ACTIONS(581), + [anon_sym_true] = ACTIONS(581), + [anon_sym_false] = ACTIONS(581), + [aux_sym_val_number_token1] = ACTIONS(581), + [aux_sym_val_number_token2] = ACTIONS(581), + [aux_sym_val_number_token3] = ACTIONS(581), + [aux_sym_val_number_token4] = ACTIONS(581), + [anon_sym_inf] = ACTIONS(581), + [anon_sym_DASHinf] = ACTIONS(581), + [anon_sym_NaN] = ACTIONS(581), + [anon_sym_0b] = ACTIONS(581), + [anon_sym_0o] = ACTIONS(581), + [anon_sym_0x] = ACTIONS(581), + [sym_val_date] = ACTIONS(581), + [anon_sym_DQUOTE] = ACTIONS(581), + [sym__str_single_quotes] = ACTIONS(581), + [sym__str_back_ticks] = ACTIONS(581), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(581), + [anon_sym_err_GT] = ACTIONS(581), + [anon_sym_out_GT] = ACTIONS(581), + [anon_sym_e_GT] = ACTIONS(581), + [anon_sym_o_GT] = ACTIONS(581), + [anon_sym_err_PLUSout_GT] = ACTIONS(581), + [anon_sym_out_PLUSerr_GT] = ACTIONS(581), + [anon_sym_o_PLUSe_GT] = ACTIONS(581), + [anon_sym_e_PLUSo_GT] = ACTIONS(581), + [sym_short_flag] = ACTIONS(581), + [aux_sym_unquoted_token1] = ACTIONS(581), + [anon_sym_POUND] = ACTIONS(3), + }, [469] = { - [sym_cell_path] = STATE(610), + [sym_cell_path] = STATE(597), [sym_path] = STATE(474), [sym_comment] = STATE(469), - [ts_builtin_sym_end] = ACTIONS(580), - [anon_sym_SEMI] = ACTIONS(578), - [anon_sym_LF] = ACTIONS(580), - [anon_sym_LBRACK] = ACTIONS(578), - [anon_sym_LPAREN] = ACTIONS(578), - [anon_sym_PIPE] = ACTIONS(578), - [anon_sym_DOLLAR] = ACTIONS(578), - [anon_sym_GT] = ACTIONS(578), - [anon_sym_DASH_DASH] = ACTIONS(578), - [anon_sym_DASH] = ACTIONS(578), - [anon_sym_in] = ACTIONS(578), - [anon_sym_LBRACE] = ACTIONS(578), - [anon_sym_DOT] = ACTIONS(1037), - [anon_sym_STAR] = ACTIONS(578), - [anon_sym_STAR_STAR] = ACTIONS(578), - [anon_sym_PLUS_PLUS] = ACTIONS(578), - [anon_sym_SLASH] = ACTIONS(578), - [anon_sym_mod] = ACTIONS(578), - [anon_sym_SLASH_SLASH] = ACTIONS(578), - [anon_sym_PLUS] = ACTIONS(578), - [anon_sym_bit_DASHshl] = ACTIONS(578), - [anon_sym_bit_DASHshr] = ACTIONS(578), - [anon_sym_EQ_EQ] = ACTIONS(578), - [anon_sym_BANG_EQ] = ACTIONS(578), - [anon_sym_LT2] = ACTIONS(578), - [anon_sym_LT_EQ] = ACTIONS(578), - [anon_sym_GT_EQ] = ACTIONS(578), - [anon_sym_not_DASHin] = ACTIONS(578), - [anon_sym_starts_DASHwith] = ACTIONS(578), - [anon_sym_ends_DASHwith] = ACTIONS(578), - [anon_sym_EQ_TILDE] = ACTIONS(578), - [anon_sym_BANG_TILDE] = ACTIONS(578), - [anon_sym_bit_DASHand] = ACTIONS(578), - [anon_sym_bit_DASHxor] = ACTIONS(578), - [anon_sym_bit_DASHor] = ACTIONS(578), - [anon_sym_and] = ACTIONS(578), - [anon_sym_xor] = ACTIONS(578), - [anon_sym_or] = ACTIONS(578), - [anon_sym_DOT_DOT_LT] = ACTIONS(578), - [anon_sym_DOT_DOT] = ACTIONS(578), - [anon_sym_DOT_DOT_EQ] = ACTIONS(578), - [sym_val_nothing] = ACTIONS(578), - [anon_sym_true] = ACTIONS(578), - [anon_sym_false] = ACTIONS(578), - [aux_sym_val_number_token1] = ACTIONS(578), - [aux_sym_val_number_token2] = ACTIONS(578), - [aux_sym_val_number_token3] = ACTIONS(578), - [aux_sym_val_number_token4] = ACTIONS(578), - [anon_sym_inf] = ACTIONS(578), - [anon_sym_DASHinf] = ACTIONS(578), - [anon_sym_NaN] = ACTIONS(578), - [anon_sym_0b] = ACTIONS(578), - [anon_sym_0o] = ACTIONS(578), - [anon_sym_0x] = ACTIONS(578), - [sym_val_date] = ACTIONS(578), - [anon_sym_DQUOTE] = ACTIONS(578), - [sym__str_single_quotes] = ACTIONS(578), - [sym__str_back_ticks] = ACTIONS(578), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(578), - [anon_sym_err_GT] = ACTIONS(578), - [anon_sym_out_GT] = ACTIONS(578), - [anon_sym_e_GT] = ACTIONS(578), - [anon_sym_o_GT] = ACTIONS(578), - [anon_sym_err_PLUSout_GT] = ACTIONS(578), - [anon_sym_out_PLUSerr_GT] = ACTIONS(578), - [anon_sym_o_PLUSe_GT] = ACTIONS(578), - [anon_sym_e_PLUSo_GT] = ACTIONS(578), - [sym_short_flag] = ACTIONS(578), - [aux_sym_unquoted_token1] = ACTIONS(578), + [ts_builtin_sym_end] = ACTIONS(587), + [anon_sym_SEMI] = ACTIONS(585), + [anon_sym_LF] = ACTIONS(587), + [anon_sym_LBRACK] = ACTIONS(585), + [anon_sym_LPAREN] = ACTIONS(585), + [anon_sym_PIPE] = ACTIONS(585), + [anon_sym_DOLLAR] = ACTIONS(585), + [anon_sym_GT] = ACTIONS(585), + [anon_sym_DASH_DASH] = ACTIONS(585), + [anon_sym_DASH] = ACTIONS(585), + [anon_sym_in] = ACTIONS(585), + [anon_sym_LBRACE] = ACTIONS(585), + [anon_sym_DOT] = ACTIONS(1033), + [anon_sym_STAR] = ACTIONS(585), + [anon_sym_STAR_STAR] = ACTIONS(585), + [anon_sym_PLUS_PLUS] = ACTIONS(585), + [anon_sym_SLASH] = ACTIONS(585), + [anon_sym_mod] = ACTIONS(585), + [anon_sym_SLASH_SLASH] = ACTIONS(585), + [anon_sym_PLUS] = ACTIONS(585), + [anon_sym_bit_DASHshl] = ACTIONS(585), + [anon_sym_bit_DASHshr] = ACTIONS(585), + [anon_sym_EQ_EQ] = ACTIONS(585), + [anon_sym_BANG_EQ] = ACTIONS(585), + [anon_sym_LT2] = ACTIONS(585), + [anon_sym_LT_EQ] = ACTIONS(585), + [anon_sym_GT_EQ] = ACTIONS(585), + [anon_sym_not_DASHin] = ACTIONS(585), + [anon_sym_starts_DASHwith] = ACTIONS(585), + [anon_sym_ends_DASHwith] = ACTIONS(585), + [anon_sym_EQ_TILDE] = ACTIONS(585), + [anon_sym_BANG_TILDE] = ACTIONS(585), + [anon_sym_bit_DASHand] = ACTIONS(585), + [anon_sym_bit_DASHxor] = ACTIONS(585), + [anon_sym_bit_DASHor] = ACTIONS(585), + [anon_sym_and] = ACTIONS(585), + [anon_sym_xor] = ACTIONS(585), + [anon_sym_or] = ACTIONS(585), + [anon_sym_DOT_DOT_LT] = ACTIONS(585), + [anon_sym_DOT_DOT] = ACTIONS(585), + [anon_sym_DOT_DOT_EQ] = ACTIONS(585), + [sym_val_nothing] = ACTIONS(585), + [anon_sym_true] = ACTIONS(585), + [anon_sym_false] = ACTIONS(585), + [aux_sym_val_number_token1] = ACTIONS(585), + [aux_sym_val_number_token2] = ACTIONS(585), + [aux_sym_val_number_token3] = ACTIONS(585), + [aux_sym_val_number_token4] = ACTIONS(585), + [anon_sym_inf] = ACTIONS(585), + [anon_sym_DASHinf] = ACTIONS(585), + [anon_sym_NaN] = ACTIONS(585), + [anon_sym_0b] = ACTIONS(585), + [anon_sym_0o] = ACTIONS(585), + [anon_sym_0x] = ACTIONS(585), + [sym_val_date] = ACTIONS(585), + [anon_sym_DQUOTE] = ACTIONS(585), + [sym__str_single_quotes] = ACTIONS(585), + [sym__str_back_ticks] = ACTIONS(585), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(585), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(585), + [anon_sym_err_GT] = ACTIONS(585), + [anon_sym_out_GT] = ACTIONS(585), + [anon_sym_e_GT] = ACTIONS(585), + [anon_sym_o_GT] = ACTIONS(585), + [anon_sym_err_PLUSout_GT] = ACTIONS(585), + [anon_sym_out_PLUSerr_GT] = ACTIONS(585), + [anon_sym_o_PLUSe_GT] = ACTIONS(585), + [anon_sym_e_PLUSo_GT] = ACTIONS(585), + [sym_short_flag] = ACTIONS(585), + [aux_sym_unquoted_token1] = ACTIONS(585), [anon_sym_POUND] = ACTIONS(3), }, [470] = { - [sym_cell_path] = STATE(580), + [sym_cell_path] = STATE(621), [sym_path] = STATE(474), [sym_comment] = STATE(470), [ts_builtin_sym_end] = ACTIONS(615), @@ -92050,7 +92055,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH] = ACTIONS(613), [anon_sym_in] = ACTIONS(613), [anon_sym_LBRACE] = ACTIONS(613), - [anon_sym_DOT] = ACTIONS(1037), + [anon_sym_DOT] = ACTIONS(1033), [anon_sym_STAR] = ACTIONS(613), [anon_sym_STAR_STAR] = ACTIONS(613), [anon_sym_PLUS_PLUS] = ACTIONS(613), @@ -92111,85 +92116,237 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [471] = { + [sym_cell_path] = STATE(581), + [sym_path] = STATE(474), [sym_comment] = STATE(471), - [anon_sym_SEMI] = ACTIONS(698), - [anon_sym_LF] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(698), - [anon_sym_LPAREN] = ACTIONS(698), - [anon_sym_RPAREN] = ACTIONS(698), - [anon_sym_PIPE] = ACTIONS(698), - [anon_sym_DOLLAR] = ACTIONS(698), - [anon_sym_GT] = ACTIONS(698), - [anon_sym_DASH_DASH] = ACTIONS(698), - [anon_sym_DASH] = ACTIONS(698), - [anon_sym_in] = ACTIONS(698), - [anon_sym_LBRACE] = ACTIONS(698), - [anon_sym_RBRACE] = ACTIONS(698), - [anon_sym_DOT] = ACTIONS(698), - [anon_sym_STAR] = ACTIONS(698), - [anon_sym_QMARK2] = ACTIONS(698), - [anon_sym_STAR_STAR] = ACTIONS(698), - [anon_sym_PLUS_PLUS] = ACTIONS(698), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_mod] = ACTIONS(698), - [anon_sym_SLASH_SLASH] = ACTIONS(698), - [anon_sym_PLUS] = ACTIONS(698), - [anon_sym_bit_DASHshl] = ACTIONS(698), - [anon_sym_bit_DASHshr] = ACTIONS(698), - [anon_sym_EQ_EQ] = ACTIONS(698), - [anon_sym_BANG_EQ] = ACTIONS(698), - [anon_sym_LT2] = ACTIONS(698), - [anon_sym_LT_EQ] = ACTIONS(698), - [anon_sym_GT_EQ] = ACTIONS(698), - [anon_sym_not_DASHin] = ACTIONS(698), - [anon_sym_starts_DASHwith] = ACTIONS(698), - [anon_sym_ends_DASHwith] = ACTIONS(698), - [anon_sym_EQ_TILDE] = ACTIONS(698), - [anon_sym_BANG_TILDE] = ACTIONS(698), - [anon_sym_bit_DASHand] = ACTIONS(698), - [anon_sym_bit_DASHxor] = ACTIONS(698), - [anon_sym_bit_DASHor] = ACTIONS(698), - [anon_sym_and] = ACTIONS(698), - [anon_sym_xor] = ACTIONS(698), - [anon_sym_or] = ACTIONS(698), - [anon_sym_DOT_DOT_LT] = ACTIONS(698), - [anon_sym_DOT_DOT] = ACTIONS(698), - [anon_sym_DOT_DOT_EQ] = ACTIONS(698), - [sym_val_nothing] = ACTIONS(698), - [anon_sym_true] = ACTIONS(698), - [anon_sym_false] = ACTIONS(698), - [aux_sym_val_number_token1] = ACTIONS(698), - [aux_sym_val_number_token2] = ACTIONS(698), - [aux_sym_val_number_token3] = ACTIONS(698), - [aux_sym_val_number_token4] = ACTIONS(698), - [anon_sym_inf] = ACTIONS(698), - [anon_sym_DASHinf] = ACTIONS(698), - [anon_sym_NaN] = ACTIONS(698), - [anon_sym_0b] = ACTIONS(698), - [anon_sym_0o] = ACTIONS(698), - [anon_sym_0x] = ACTIONS(698), - [sym_val_date] = ACTIONS(698), - [anon_sym_DQUOTE] = ACTIONS(698), - [sym__str_single_quotes] = ACTIONS(698), - [sym__str_back_ticks] = ACTIONS(698), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(698), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(698), - [anon_sym_err_GT] = ACTIONS(698), - [anon_sym_out_GT] = ACTIONS(698), - [anon_sym_e_GT] = ACTIONS(698), - [anon_sym_o_GT] = ACTIONS(698), - [anon_sym_err_PLUSout_GT] = ACTIONS(698), - [anon_sym_out_PLUSerr_GT] = ACTIONS(698), - [anon_sym_o_PLUSe_GT] = ACTIONS(698), - [anon_sym_e_PLUSo_GT] = ACTIONS(698), - [sym_short_flag] = ACTIONS(698), - [aux_sym_unquoted_token1] = ACTIONS(698), + [ts_builtin_sym_end] = ACTIONS(599), + [anon_sym_SEMI] = ACTIONS(597), + [anon_sym_LF] = ACTIONS(599), + [anon_sym_LBRACK] = ACTIONS(597), + [anon_sym_LPAREN] = ACTIONS(597), + [anon_sym_PIPE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(597), + [anon_sym_GT] = ACTIONS(597), + [anon_sym_DASH_DASH] = ACTIONS(597), + [anon_sym_DASH] = ACTIONS(597), + [anon_sym_in] = ACTIONS(597), + [anon_sym_LBRACE] = ACTIONS(597), + [anon_sym_DOT] = ACTIONS(1033), + [anon_sym_STAR] = ACTIONS(597), + [anon_sym_STAR_STAR] = ACTIONS(597), + [anon_sym_PLUS_PLUS] = ACTIONS(597), + [anon_sym_SLASH] = ACTIONS(597), + [anon_sym_mod] = ACTIONS(597), + [anon_sym_SLASH_SLASH] = ACTIONS(597), + [anon_sym_PLUS] = ACTIONS(597), + [anon_sym_bit_DASHshl] = ACTIONS(597), + [anon_sym_bit_DASHshr] = ACTIONS(597), + [anon_sym_EQ_EQ] = ACTIONS(597), + [anon_sym_BANG_EQ] = ACTIONS(597), + [anon_sym_LT2] = ACTIONS(597), + [anon_sym_LT_EQ] = ACTIONS(597), + [anon_sym_GT_EQ] = ACTIONS(597), + [anon_sym_not_DASHin] = ACTIONS(597), + [anon_sym_starts_DASHwith] = ACTIONS(597), + [anon_sym_ends_DASHwith] = ACTIONS(597), + [anon_sym_EQ_TILDE] = ACTIONS(597), + [anon_sym_BANG_TILDE] = ACTIONS(597), + [anon_sym_bit_DASHand] = ACTIONS(597), + [anon_sym_bit_DASHxor] = ACTIONS(597), + [anon_sym_bit_DASHor] = ACTIONS(597), + [anon_sym_and] = ACTIONS(597), + [anon_sym_xor] = ACTIONS(597), + [anon_sym_or] = ACTIONS(597), + [anon_sym_DOT_DOT_LT] = ACTIONS(597), + [anon_sym_DOT_DOT] = ACTIONS(597), + [anon_sym_DOT_DOT_EQ] = ACTIONS(597), + [sym_val_nothing] = ACTIONS(597), + [anon_sym_true] = ACTIONS(597), + [anon_sym_false] = ACTIONS(597), + [aux_sym_val_number_token1] = ACTIONS(597), + [aux_sym_val_number_token2] = ACTIONS(597), + [aux_sym_val_number_token3] = ACTIONS(597), + [aux_sym_val_number_token4] = ACTIONS(597), + [anon_sym_inf] = ACTIONS(597), + [anon_sym_DASHinf] = ACTIONS(597), + [anon_sym_NaN] = ACTIONS(597), + [anon_sym_0b] = ACTIONS(597), + [anon_sym_0o] = ACTIONS(597), + [anon_sym_0x] = ACTIONS(597), + [sym_val_date] = ACTIONS(597), + [anon_sym_DQUOTE] = ACTIONS(597), + [sym__str_single_quotes] = ACTIONS(597), + [sym__str_back_ticks] = ACTIONS(597), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(597), + [anon_sym_err_GT] = ACTIONS(597), + [anon_sym_out_GT] = ACTIONS(597), + [anon_sym_e_GT] = ACTIONS(597), + [anon_sym_o_GT] = ACTIONS(597), + [anon_sym_err_PLUSout_GT] = ACTIONS(597), + [anon_sym_out_PLUSerr_GT] = ACTIONS(597), + [anon_sym_o_PLUSe_GT] = ACTIONS(597), + [anon_sym_e_PLUSo_GT] = ACTIONS(597), + [sym_short_flag] = ACTIONS(597), + [aux_sym_unquoted_token1] = ACTIONS(597), [anon_sym_POUND] = ACTIONS(3), }, [472] = { - [sym_cell_path] = STATE(560), + [sym_cell_path] = STATE(582), [sym_path] = STATE(474), [sym_comment] = STATE(472), + [ts_builtin_sym_end] = ACTIONS(595), + [anon_sym_SEMI] = ACTIONS(593), + [anon_sym_LF] = ACTIONS(595), + [anon_sym_LBRACK] = ACTIONS(593), + [anon_sym_LPAREN] = ACTIONS(593), + [anon_sym_PIPE] = ACTIONS(593), + [anon_sym_DOLLAR] = ACTIONS(593), + [anon_sym_GT] = ACTIONS(593), + [anon_sym_DASH_DASH] = ACTIONS(593), + [anon_sym_DASH] = ACTIONS(593), + [anon_sym_in] = ACTIONS(593), + [anon_sym_LBRACE] = ACTIONS(593), + [anon_sym_DOT] = ACTIONS(1033), + [anon_sym_STAR] = ACTIONS(593), + [anon_sym_STAR_STAR] = ACTIONS(593), + [anon_sym_PLUS_PLUS] = ACTIONS(593), + [anon_sym_SLASH] = ACTIONS(593), + [anon_sym_mod] = ACTIONS(593), + [anon_sym_SLASH_SLASH] = ACTIONS(593), + [anon_sym_PLUS] = ACTIONS(593), + [anon_sym_bit_DASHshl] = ACTIONS(593), + [anon_sym_bit_DASHshr] = ACTIONS(593), + [anon_sym_EQ_EQ] = ACTIONS(593), + [anon_sym_BANG_EQ] = ACTIONS(593), + [anon_sym_LT2] = ACTIONS(593), + [anon_sym_LT_EQ] = ACTIONS(593), + [anon_sym_GT_EQ] = ACTIONS(593), + [anon_sym_not_DASHin] = ACTIONS(593), + [anon_sym_starts_DASHwith] = ACTIONS(593), + [anon_sym_ends_DASHwith] = ACTIONS(593), + [anon_sym_EQ_TILDE] = ACTIONS(593), + [anon_sym_BANG_TILDE] = ACTIONS(593), + [anon_sym_bit_DASHand] = ACTIONS(593), + [anon_sym_bit_DASHxor] = ACTIONS(593), + [anon_sym_bit_DASHor] = ACTIONS(593), + [anon_sym_and] = ACTIONS(593), + [anon_sym_xor] = ACTIONS(593), + [anon_sym_or] = ACTIONS(593), + [anon_sym_DOT_DOT_LT] = ACTIONS(593), + [anon_sym_DOT_DOT] = ACTIONS(593), + [anon_sym_DOT_DOT_EQ] = ACTIONS(593), + [sym_val_nothing] = ACTIONS(593), + [anon_sym_true] = ACTIONS(593), + [anon_sym_false] = ACTIONS(593), + [aux_sym_val_number_token1] = ACTIONS(593), + [aux_sym_val_number_token2] = ACTIONS(593), + [aux_sym_val_number_token3] = ACTIONS(593), + [aux_sym_val_number_token4] = ACTIONS(593), + [anon_sym_inf] = ACTIONS(593), + [anon_sym_DASHinf] = ACTIONS(593), + [anon_sym_NaN] = ACTIONS(593), + [anon_sym_0b] = ACTIONS(593), + [anon_sym_0o] = ACTIONS(593), + [anon_sym_0x] = ACTIONS(593), + [sym_val_date] = ACTIONS(593), + [anon_sym_DQUOTE] = ACTIONS(593), + [sym__str_single_quotes] = ACTIONS(593), + [sym__str_back_ticks] = ACTIONS(593), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(593), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(593), + [anon_sym_err_GT] = ACTIONS(593), + [anon_sym_out_GT] = ACTIONS(593), + [anon_sym_e_GT] = ACTIONS(593), + [anon_sym_o_GT] = ACTIONS(593), + [anon_sym_err_PLUSout_GT] = ACTIONS(593), + [anon_sym_out_PLUSerr_GT] = ACTIONS(593), + [anon_sym_o_PLUSe_GT] = ACTIONS(593), + [anon_sym_e_PLUSo_GT] = ACTIONS(593), + [sym_short_flag] = ACTIONS(593), + [aux_sym_unquoted_token1] = ACTIONS(593), + [anon_sym_POUND] = ACTIONS(3), + }, + [473] = { + [sym_comment] = STATE(473), + [anon_sym_SEMI] = ACTIONS(617), + [anon_sym_LF] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(617), + [anon_sym_LPAREN] = ACTIONS(617), + [anon_sym_RPAREN] = ACTIONS(617), + [anon_sym_PIPE] = ACTIONS(617), + [anon_sym_DOLLAR] = ACTIONS(617), + [anon_sym_GT] = ACTIONS(617), + [anon_sym_DASH_DASH] = ACTIONS(617), + [anon_sym_DASH] = ACTIONS(617), + [anon_sym_in] = ACTIONS(617), + [anon_sym_LBRACE] = ACTIONS(617), + [anon_sym_RBRACE] = ACTIONS(617), + [anon_sym_DOT] = ACTIONS(617), + [anon_sym_STAR] = ACTIONS(617), + [anon_sym_QMARK2] = ACTIONS(617), + [anon_sym_STAR_STAR] = ACTIONS(617), + [anon_sym_PLUS_PLUS] = ACTIONS(617), + [anon_sym_SLASH] = ACTIONS(617), + [anon_sym_mod] = ACTIONS(617), + [anon_sym_SLASH_SLASH] = ACTIONS(617), + [anon_sym_PLUS] = ACTIONS(617), + [anon_sym_bit_DASHshl] = ACTIONS(617), + [anon_sym_bit_DASHshr] = ACTIONS(617), + [anon_sym_EQ_EQ] = ACTIONS(617), + [anon_sym_BANG_EQ] = ACTIONS(617), + [anon_sym_LT2] = ACTIONS(617), + [anon_sym_LT_EQ] = ACTIONS(617), + [anon_sym_GT_EQ] = ACTIONS(617), + [anon_sym_not_DASHin] = ACTIONS(617), + [anon_sym_starts_DASHwith] = ACTIONS(617), + [anon_sym_ends_DASHwith] = ACTIONS(617), + [anon_sym_EQ_TILDE] = ACTIONS(617), + [anon_sym_BANG_TILDE] = ACTIONS(617), + [anon_sym_bit_DASHand] = ACTIONS(617), + [anon_sym_bit_DASHxor] = ACTIONS(617), + [anon_sym_bit_DASHor] = ACTIONS(617), + [anon_sym_and] = ACTIONS(617), + [anon_sym_xor] = ACTIONS(617), + [anon_sym_or] = ACTIONS(617), + [anon_sym_DOT_DOT_LT] = ACTIONS(617), + [anon_sym_DOT_DOT] = ACTIONS(617), + [anon_sym_DOT_DOT_EQ] = ACTIONS(617), + [sym_val_nothing] = ACTIONS(617), + [anon_sym_true] = ACTIONS(617), + [anon_sym_false] = ACTIONS(617), + [aux_sym_val_number_token1] = ACTIONS(617), + [aux_sym_val_number_token2] = ACTIONS(617), + [aux_sym_val_number_token3] = ACTIONS(617), + [aux_sym_val_number_token4] = ACTIONS(617), + [anon_sym_inf] = ACTIONS(617), + [anon_sym_DASHinf] = ACTIONS(617), + [anon_sym_NaN] = ACTIONS(617), + [anon_sym_0b] = ACTIONS(617), + [anon_sym_0o] = ACTIONS(617), + [anon_sym_0x] = ACTIONS(617), + [sym_val_date] = ACTIONS(617), + [anon_sym_DQUOTE] = ACTIONS(617), + [sym__str_single_quotes] = ACTIONS(617), + [sym__str_back_ticks] = ACTIONS(617), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(617), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(617), + [anon_sym_err_GT] = ACTIONS(617), + [anon_sym_out_GT] = ACTIONS(617), + [anon_sym_e_GT] = ACTIONS(617), + [anon_sym_o_GT] = ACTIONS(617), + [anon_sym_err_PLUSout_GT] = ACTIONS(617), + [anon_sym_out_PLUSerr_GT] = ACTIONS(617), + [anon_sym_o_PLUSe_GT] = ACTIONS(617), + [anon_sym_e_PLUSo_GT] = ACTIONS(617), + [sym_short_flag] = ACTIONS(617), + [aux_sym_unquoted_token1] = ACTIONS(617), + [anon_sym_POUND] = ACTIONS(3), + }, + [474] = { + [sym_path] = STATE(513), + [sym_comment] = STATE(474), + [aux_sym_cell_path_repeat1] = STATE(468), [ts_builtin_sym_end] = ACTIONS(607), [anon_sym_SEMI] = ACTIONS(605), [anon_sym_LF] = ACTIONS(607), @@ -92202,7 +92359,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH] = ACTIONS(605), [anon_sym_in] = ACTIONS(605), [anon_sym_LBRACE] = ACTIONS(605), - [anon_sym_DOT] = ACTIONS(1037), + [anon_sym_DOT] = ACTIONS(1033), [anon_sym_STAR] = ACTIONS(605), [anon_sym_STAR_STAR] = ACTIONS(605), [anon_sym_PLUS_PLUS] = ACTIONS(605), @@ -92262,10 +92419,162 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token1] = ACTIONS(605), [anon_sym_POUND] = ACTIONS(3), }, - [473] = { - [sym_cell_path] = STATE(578), + [475] = { + [sym_comment] = STATE(475), + [anon_sym_SEMI] = ACTIONS(621), + [anon_sym_LF] = ACTIONS(623), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_RPAREN] = ACTIONS(621), + [anon_sym_PIPE] = ACTIONS(621), + [anon_sym_DOLLAR] = ACTIONS(621), + [anon_sym_GT] = ACTIONS(621), + [anon_sym_DASH_DASH] = ACTIONS(621), + [anon_sym_DASH] = ACTIONS(621), + [anon_sym_in] = ACTIONS(621), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_RBRACE] = ACTIONS(621), + [anon_sym_DOT] = ACTIONS(621), + [anon_sym_STAR] = ACTIONS(621), + [anon_sym_QMARK2] = ACTIONS(1035), + [anon_sym_STAR_STAR] = ACTIONS(621), + [anon_sym_PLUS_PLUS] = ACTIONS(621), + [anon_sym_SLASH] = ACTIONS(621), + [anon_sym_mod] = ACTIONS(621), + [anon_sym_SLASH_SLASH] = ACTIONS(621), + [anon_sym_PLUS] = ACTIONS(621), + [anon_sym_bit_DASHshl] = ACTIONS(621), + [anon_sym_bit_DASHshr] = ACTIONS(621), + [anon_sym_EQ_EQ] = ACTIONS(621), + [anon_sym_BANG_EQ] = ACTIONS(621), + [anon_sym_LT2] = ACTIONS(621), + [anon_sym_LT_EQ] = ACTIONS(621), + [anon_sym_GT_EQ] = ACTIONS(621), + [anon_sym_not_DASHin] = ACTIONS(621), + [anon_sym_starts_DASHwith] = ACTIONS(621), + [anon_sym_ends_DASHwith] = ACTIONS(621), + [anon_sym_EQ_TILDE] = ACTIONS(621), + [anon_sym_BANG_TILDE] = ACTIONS(621), + [anon_sym_bit_DASHand] = ACTIONS(621), + [anon_sym_bit_DASHxor] = ACTIONS(621), + [anon_sym_bit_DASHor] = ACTIONS(621), + [anon_sym_and] = ACTIONS(621), + [anon_sym_xor] = ACTIONS(621), + [anon_sym_or] = ACTIONS(621), + [anon_sym_DOT_DOT_LT] = ACTIONS(621), + [anon_sym_DOT_DOT] = ACTIONS(621), + [anon_sym_DOT_DOT_EQ] = ACTIONS(621), + [sym_val_nothing] = ACTIONS(621), + [anon_sym_true] = ACTIONS(621), + [anon_sym_false] = ACTIONS(621), + [aux_sym_val_number_token1] = ACTIONS(621), + [aux_sym_val_number_token2] = ACTIONS(621), + [aux_sym_val_number_token3] = ACTIONS(621), + [aux_sym_val_number_token4] = ACTIONS(621), + [anon_sym_inf] = ACTIONS(621), + [anon_sym_DASHinf] = ACTIONS(621), + [anon_sym_NaN] = ACTIONS(621), + [anon_sym_0b] = ACTIONS(621), + [anon_sym_0o] = ACTIONS(621), + [anon_sym_0x] = ACTIONS(621), + [sym_val_date] = ACTIONS(621), + [anon_sym_DQUOTE] = ACTIONS(621), + [sym__str_single_quotes] = ACTIONS(621), + [sym__str_back_ticks] = ACTIONS(621), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(621), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(621), + [anon_sym_err_GT] = ACTIONS(621), + [anon_sym_out_GT] = ACTIONS(621), + [anon_sym_e_GT] = ACTIONS(621), + [anon_sym_o_GT] = ACTIONS(621), + [anon_sym_err_PLUSout_GT] = ACTIONS(621), + [anon_sym_out_PLUSerr_GT] = ACTIONS(621), + [anon_sym_o_PLUSe_GT] = ACTIONS(621), + [anon_sym_e_PLUSo_GT] = ACTIONS(621), + [sym_short_flag] = ACTIONS(621), + [aux_sym_unquoted_token1] = ACTIONS(621), + [anon_sym_POUND] = ACTIONS(3), + }, + [476] = { + [sym_comment] = STATE(476), + [anon_sym_SEMI] = ACTIONS(621), + [anon_sym_LF] = ACTIONS(623), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_RPAREN] = ACTIONS(621), + [anon_sym_PIPE] = ACTIONS(621), + [anon_sym_DOLLAR] = ACTIONS(621), + [anon_sym_GT] = ACTIONS(621), + [anon_sym_DASH_DASH] = ACTIONS(621), + [anon_sym_DASH] = ACTIONS(621), + [anon_sym_in] = ACTIONS(621), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_RBRACE] = ACTIONS(621), + [anon_sym_DOT] = ACTIONS(621), + [anon_sym_STAR] = ACTIONS(621), + [anon_sym_QMARK2] = ACTIONS(1035), + [anon_sym_STAR_STAR] = ACTIONS(621), + [anon_sym_PLUS_PLUS] = ACTIONS(621), + [anon_sym_SLASH] = ACTIONS(621), + [anon_sym_mod] = ACTIONS(621), + [anon_sym_SLASH_SLASH] = ACTIONS(621), + [anon_sym_PLUS] = ACTIONS(621), + [anon_sym_bit_DASHshl] = ACTIONS(621), + [anon_sym_bit_DASHshr] = ACTIONS(621), + [anon_sym_EQ_EQ] = ACTIONS(621), + [anon_sym_BANG_EQ] = ACTIONS(621), + [anon_sym_LT2] = ACTIONS(621), + [anon_sym_LT_EQ] = ACTIONS(621), + [anon_sym_GT_EQ] = ACTIONS(621), + [anon_sym_not_DASHin] = ACTIONS(621), + [anon_sym_starts_DASHwith] = ACTIONS(621), + [anon_sym_ends_DASHwith] = ACTIONS(621), + [anon_sym_EQ_TILDE] = ACTIONS(621), + [anon_sym_BANG_TILDE] = ACTIONS(621), + [anon_sym_bit_DASHand] = ACTIONS(621), + [anon_sym_bit_DASHxor] = ACTIONS(621), + [anon_sym_bit_DASHor] = ACTIONS(621), + [anon_sym_and] = ACTIONS(621), + [anon_sym_xor] = ACTIONS(621), + [anon_sym_or] = ACTIONS(621), + [anon_sym_DOT_DOT_LT] = ACTIONS(621), + [anon_sym_DOT_DOT] = ACTIONS(621), + [anon_sym_DOT_DOT_EQ] = ACTIONS(621), + [sym_val_nothing] = ACTIONS(621), + [anon_sym_true] = ACTIONS(621), + [anon_sym_false] = ACTIONS(621), + [aux_sym_val_number_token1] = ACTIONS(621), + [aux_sym_val_number_token2] = ACTIONS(621), + [aux_sym_val_number_token3] = ACTIONS(621), + [aux_sym_val_number_token4] = ACTIONS(621), + [anon_sym_inf] = ACTIONS(621), + [anon_sym_DASHinf] = ACTIONS(621), + [anon_sym_NaN] = ACTIONS(621), + [anon_sym_0b] = ACTIONS(621), + [anon_sym_0o] = ACTIONS(621), + [anon_sym_0x] = ACTIONS(621), + [sym_val_date] = ACTIONS(621), + [anon_sym_DQUOTE] = ACTIONS(621), + [sym__str_single_quotes] = ACTIONS(621), + [sym__str_back_ticks] = ACTIONS(621), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(621), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(621), + [anon_sym_err_GT] = ACTIONS(621), + [anon_sym_out_GT] = ACTIONS(621), + [anon_sym_e_GT] = ACTIONS(621), + [anon_sym_o_GT] = ACTIONS(621), + [anon_sym_err_PLUSout_GT] = ACTIONS(621), + [anon_sym_out_PLUSerr_GT] = ACTIONS(621), + [anon_sym_o_PLUSe_GT] = ACTIONS(621), + [anon_sym_e_PLUSo_GT] = ACTIONS(621), + [sym_short_flag] = ACTIONS(621), + [aux_sym_unquoted_token1] = ACTIONS(621), + [anon_sym_POUND] = ACTIONS(3), + }, + [477] = { + [sym_cell_path] = STATE(589), [sym_path] = STATE(474), - [sym_comment] = STATE(473), + [sym_comment] = STATE(477), [ts_builtin_sym_end] = ACTIONS(611), [anon_sym_SEMI] = ACTIONS(609), [anon_sym_LF] = ACTIONS(611), @@ -92278,7 +92587,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH] = ACTIONS(609), [anon_sym_in] = ACTIONS(609), [anon_sym_LBRACE] = ACTIONS(609), - [anon_sym_DOT] = ACTIONS(1037), + [anon_sym_DOT] = ACTIONS(1033), [anon_sym_STAR] = ACTIONS(609), [anon_sym_STAR_STAR] = ACTIONS(609), [anon_sym_PLUS_PLUS] = ACTIONS(609), @@ -92338,435 +92647,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token1] = ACTIONS(609), [anon_sym_POUND] = ACTIONS(3), }, - [474] = { - [sym_path] = STATE(534), - [sym_comment] = STATE(474), - [aux_sym_cell_path_repeat1] = STATE(483), - [ts_builtin_sym_end] = ACTIONS(599), - [anon_sym_SEMI] = ACTIONS(597), - [anon_sym_LF] = ACTIONS(599), - [anon_sym_LBRACK] = ACTIONS(597), - [anon_sym_LPAREN] = ACTIONS(597), - [anon_sym_PIPE] = ACTIONS(597), - [anon_sym_DOLLAR] = ACTIONS(597), - [anon_sym_GT] = ACTIONS(597), - [anon_sym_DASH_DASH] = ACTIONS(597), - [anon_sym_DASH] = ACTIONS(597), - [anon_sym_in] = ACTIONS(597), - [anon_sym_LBRACE] = ACTIONS(597), - [anon_sym_DOT] = ACTIONS(1037), - [anon_sym_STAR] = ACTIONS(597), - [anon_sym_STAR_STAR] = ACTIONS(597), - [anon_sym_PLUS_PLUS] = ACTIONS(597), - [anon_sym_SLASH] = ACTIONS(597), - [anon_sym_mod] = ACTIONS(597), - [anon_sym_SLASH_SLASH] = ACTIONS(597), - [anon_sym_PLUS] = ACTIONS(597), - [anon_sym_bit_DASHshl] = ACTIONS(597), - [anon_sym_bit_DASHshr] = ACTIONS(597), - [anon_sym_EQ_EQ] = ACTIONS(597), - [anon_sym_BANG_EQ] = ACTIONS(597), - [anon_sym_LT2] = ACTIONS(597), - [anon_sym_LT_EQ] = ACTIONS(597), - [anon_sym_GT_EQ] = ACTIONS(597), - [anon_sym_not_DASHin] = ACTIONS(597), - [anon_sym_starts_DASHwith] = ACTIONS(597), - [anon_sym_ends_DASHwith] = ACTIONS(597), - [anon_sym_EQ_TILDE] = ACTIONS(597), - [anon_sym_BANG_TILDE] = ACTIONS(597), - [anon_sym_bit_DASHand] = ACTIONS(597), - [anon_sym_bit_DASHxor] = ACTIONS(597), - [anon_sym_bit_DASHor] = ACTIONS(597), - [anon_sym_and] = ACTIONS(597), - [anon_sym_xor] = ACTIONS(597), - [anon_sym_or] = ACTIONS(597), - [anon_sym_DOT_DOT_LT] = ACTIONS(597), - [anon_sym_DOT_DOT] = ACTIONS(597), - [anon_sym_DOT_DOT_EQ] = ACTIONS(597), - [sym_val_nothing] = ACTIONS(597), - [anon_sym_true] = ACTIONS(597), - [anon_sym_false] = ACTIONS(597), - [aux_sym_val_number_token1] = ACTIONS(597), - [aux_sym_val_number_token2] = ACTIONS(597), - [aux_sym_val_number_token3] = ACTIONS(597), - [aux_sym_val_number_token4] = ACTIONS(597), - [anon_sym_inf] = ACTIONS(597), - [anon_sym_DASHinf] = ACTIONS(597), - [anon_sym_NaN] = ACTIONS(597), - [anon_sym_0b] = ACTIONS(597), - [anon_sym_0o] = ACTIONS(597), - [anon_sym_0x] = ACTIONS(597), - [sym_val_date] = ACTIONS(597), - [anon_sym_DQUOTE] = ACTIONS(597), - [sym__str_single_quotes] = ACTIONS(597), - [sym__str_back_ticks] = ACTIONS(597), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(597), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(597), - [anon_sym_err_GT] = ACTIONS(597), - [anon_sym_out_GT] = ACTIONS(597), - [anon_sym_e_GT] = ACTIONS(597), - [anon_sym_o_GT] = ACTIONS(597), - [anon_sym_err_PLUSout_GT] = ACTIONS(597), - [anon_sym_out_PLUSerr_GT] = ACTIONS(597), - [anon_sym_o_PLUSe_GT] = ACTIONS(597), - [anon_sym_e_PLUSo_GT] = ACTIONS(597), - [sym_short_flag] = ACTIONS(597), - [aux_sym_unquoted_token1] = ACTIONS(597), - [anon_sym_POUND] = ACTIONS(3), - }, - [475] = { - [sym_comment] = STATE(475), - [anon_sym_SEMI] = ACTIONS(656), - [anon_sym_LF] = ACTIONS(658), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LPAREN] = ACTIONS(656), - [anon_sym_RPAREN] = ACTIONS(656), - [anon_sym_PIPE] = ACTIONS(656), - [anon_sym_DOLLAR] = ACTIONS(656), - [anon_sym_GT] = ACTIONS(656), - [anon_sym_DASH_DASH] = ACTIONS(656), - [anon_sym_DASH] = ACTIONS(656), - [anon_sym_in] = ACTIONS(656), - [anon_sym_LBRACE] = ACTIONS(656), - [anon_sym_RBRACE] = ACTIONS(656), - [anon_sym_DOT] = ACTIONS(656), - [anon_sym_STAR] = ACTIONS(656), - [anon_sym_QMARK2] = ACTIONS(1039), - [anon_sym_STAR_STAR] = ACTIONS(656), - [anon_sym_PLUS_PLUS] = ACTIONS(656), - [anon_sym_SLASH] = ACTIONS(656), - [anon_sym_mod] = ACTIONS(656), - [anon_sym_SLASH_SLASH] = ACTIONS(656), - [anon_sym_PLUS] = ACTIONS(656), - [anon_sym_bit_DASHshl] = ACTIONS(656), - [anon_sym_bit_DASHshr] = ACTIONS(656), - [anon_sym_EQ_EQ] = ACTIONS(656), - [anon_sym_BANG_EQ] = ACTIONS(656), - [anon_sym_LT2] = ACTIONS(656), - [anon_sym_LT_EQ] = ACTIONS(656), - [anon_sym_GT_EQ] = ACTIONS(656), - [anon_sym_not_DASHin] = ACTIONS(656), - [anon_sym_starts_DASHwith] = ACTIONS(656), - [anon_sym_ends_DASHwith] = ACTIONS(656), - [anon_sym_EQ_TILDE] = ACTIONS(656), - [anon_sym_BANG_TILDE] = ACTIONS(656), - [anon_sym_bit_DASHand] = ACTIONS(656), - [anon_sym_bit_DASHxor] = ACTIONS(656), - [anon_sym_bit_DASHor] = ACTIONS(656), - [anon_sym_and] = ACTIONS(656), - [anon_sym_xor] = ACTIONS(656), - [anon_sym_or] = ACTIONS(656), - [anon_sym_DOT_DOT_LT] = ACTIONS(656), - [anon_sym_DOT_DOT] = ACTIONS(656), - [anon_sym_DOT_DOT_EQ] = ACTIONS(656), - [sym_val_nothing] = ACTIONS(656), - [anon_sym_true] = ACTIONS(656), - [anon_sym_false] = ACTIONS(656), - [aux_sym_val_number_token1] = ACTIONS(656), - [aux_sym_val_number_token2] = ACTIONS(656), - [aux_sym_val_number_token3] = ACTIONS(656), - [aux_sym_val_number_token4] = ACTIONS(656), - [anon_sym_inf] = ACTIONS(656), - [anon_sym_DASHinf] = ACTIONS(656), - [anon_sym_NaN] = ACTIONS(656), - [anon_sym_0b] = ACTIONS(656), - [anon_sym_0o] = ACTIONS(656), - [anon_sym_0x] = ACTIONS(656), - [sym_val_date] = ACTIONS(656), - [anon_sym_DQUOTE] = ACTIONS(656), - [sym__str_single_quotes] = ACTIONS(656), - [sym__str_back_ticks] = ACTIONS(656), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(656), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(656), - [anon_sym_err_GT] = ACTIONS(656), - [anon_sym_out_GT] = ACTIONS(656), - [anon_sym_e_GT] = ACTIONS(656), - [anon_sym_o_GT] = ACTIONS(656), - [anon_sym_err_PLUSout_GT] = ACTIONS(656), - [anon_sym_out_PLUSerr_GT] = ACTIONS(656), - [anon_sym_o_PLUSe_GT] = ACTIONS(656), - [anon_sym_e_PLUSo_GT] = ACTIONS(656), - [sym_short_flag] = ACTIONS(656), - [aux_sym_unquoted_token1] = ACTIONS(656), - [anon_sym_POUND] = ACTIONS(3), - }, - [476] = { - [sym_path] = STATE(534), - [sym_comment] = STATE(476), - [aux_sym_cell_path_repeat1] = STATE(476), - [ts_builtin_sym_end] = ACTIONS(592), - [anon_sym_SEMI] = ACTIONS(590), - [anon_sym_LF] = ACTIONS(592), - [anon_sym_LBRACK] = ACTIONS(590), - [anon_sym_LPAREN] = ACTIONS(590), - [anon_sym_PIPE] = ACTIONS(590), - [anon_sym_DOLLAR] = ACTIONS(590), - [anon_sym_GT] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_in] = ACTIONS(590), - [anon_sym_LBRACE] = ACTIONS(590), - [anon_sym_DOT] = ACTIONS(1041), - [anon_sym_STAR] = ACTIONS(590), - [anon_sym_STAR_STAR] = ACTIONS(590), - [anon_sym_PLUS_PLUS] = ACTIONS(590), - [anon_sym_SLASH] = ACTIONS(590), - [anon_sym_mod] = ACTIONS(590), - [anon_sym_SLASH_SLASH] = ACTIONS(590), - [anon_sym_PLUS] = ACTIONS(590), - [anon_sym_bit_DASHshl] = ACTIONS(590), - [anon_sym_bit_DASHshr] = ACTIONS(590), - [anon_sym_EQ_EQ] = ACTIONS(590), - [anon_sym_BANG_EQ] = ACTIONS(590), - [anon_sym_LT2] = ACTIONS(590), - [anon_sym_LT_EQ] = ACTIONS(590), - [anon_sym_GT_EQ] = ACTIONS(590), - [anon_sym_not_DASHin] = ACTIONS(590), - [anon_sym_starts_DASHwith] = ACTIONS(590), - [anon_sym_ends_DASHwith] = ACTIONS(590), - [anon_sym_EQ_TILDE] = ACTIONS(590), - [anon_sym_BANG_TILDE] = ACTIONS(590), - [anon_sym_bit_DASHand] = ACTIONS(590), - [anon_sym_bit_DASHxor] = ACTIONS(590), - [anon_sym_bit_DASHor] = ACTIONS(590), - [anon_sym_and] = ACTIONS(590), - [anon_sym_xor] = ACTIONS(590), - [anon_sym_or] = ACTIONS(590), - [anon_sym_DOT_DOT_LT] = ACTIONS(590), - [anon_sym_DOT_DOT] = ACTIONS(590), - [anon_sym_DOT_DOT_EQ] = ACTIONS(590), - [sym_val_nothing] = ACTIONS(590), - [anon_sym_true] = ACTIONS(590), - [anon_sym_false] = ACTIONS(590), - [aux_sym_val_number_token1] = ACTIONS(590), - [aux_sym_val_number_token2] = ACTIONS(590), - [aux_sym_val_number_token3] = ACTIONS(590), - [aux_sym_val_number_token4] = ACTIONS(590), - [anon_sym_inf] = ACTIONS(590), - [anon_sym_DASHinf] = ACTIONS(590), - [anon_sym_NaN] = ACTIONS(590), - [anon_sym_0b] = ACTIONS(590), - [anon_sym_0o] = ACTIONS(590), - [anon_sym_0x] = ACTIONS(590), - [sym_val_date] = ACTIONS(590), - [anon_sym_DQUOTE] = ACTIONS(590), - [sym__str_single_quotes] = ACTIONS(590), - [sym__str_back_ticks] = ACTIONS(590), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(590), - [anon_sym_err_GT] = ACTIONS(590), - [anon_sym_out_GT] = ACTIONS(590), - [anon_sym_e_GT] = ACTIONS(590), - [anon_sym_o_GT] = ACTIONS(590), - [anon_sym_err_PLUSout_GT] = ACTIONS(590), - [anon_sym_out_PLUSerr_GT] = ACTIONS(590), - [anon_sym_o_PLUSe_GT] = ACTIONS(590), - [anon_sym_e_PLUSo_GT] = ACTIONS(590), - [sym_short_flag] = ACTIONS(590), - [aux_sym_unquoted_token1] = ACTIONS(590), - [anon_sym_POUND] = ACTIONS(3), - }, - [477] = { - [sym_comment] = STATE(477), - [anon_sym_SEMI] = ACTIONS(656), - [anon_sym_LF] = ACTIONS(658), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LPAREN] = ACTIONS(656), - [anon_sym_RPAREN] = ACTIONS(656), - [anon_sym_PIPE] = ACTIONS(656), - [anon_sym_DOLLAR] = ACTIONS(656), - [anon_sym_GT] = ACTIONS(656), - [anon_sym_DASH_DASH] = ACTIONS(656), - [anon_sym_DASH] = ACTIONS(656), - [anon_sym_in] = ACTIONS(656), - [anon_sym_LBRACE] = ACTIONS(656), - [anon_sym_RBRACE] = ACTIONS(656), - [anon_sym_DOT] = ACTIONS(656), - [anon_sym_STAR] = ACTIONS(656), - [anon_sym_QMARK2] = ACTIONS(1039), - [anon_sym_STAR_STAR] = ACTIONS(656), - [anon_sym_PLUS_PLUS] = ACTIONS(656), - [anon_sym_SLASH] = ACTIONS(656), - [anon_sym_mod] = ACTIONS(656), - [anon_sym_SLASH_SLASH] = ACTIONS(656), - [anon_sym_PLUS] = ACTIONS(656), - [anon_sym_bit_DASHshl] = ACTIONS(656), - [anon_sym_bit_DASHshr] = ACTIONS(656), - [anon_sym_EQ_EQ] = ACTIONS(656), - [anon_sym_BANG_EQ] = ACTIONS(656), - [anon_sym_LT2] = ACTIONS(656), - [anon_sym_LT_EQ] = ACTIONS(656), - [anon_sym_GT_EQ] = ACTIONS(656), - [anon_sym_not_DASHin] = ACTIONS(656), - [anon_sym_starts_DASHwith] = ACTIONS(656), - [anon_sym_ends_DASHwith] = ACTIONS(656), - [anon_sym_EQ_TILDE] = ACTIONS(656), - [anon_sym_BANG_TILDE] = ACTIONS(656), - [anon_sym_bit_DASHand] = ACTIONS(656), - [anon_sym_bit_DASHxor] = ACTIONS(656), - [anon_sym_bit_DASHor] = ACTIONS(656), - [anon_sym_and] = ACTIONS(656), - [anon_sym_xor] = ACTIONS(656), - [anon_sym_or] = ACTIONS(656), - [anon_sym_DOT_DOT_LT] = ACTIONS(656), - [anon_sym_DOT_DOT] = ACTIONS(656), - [anon_sym_DOT_DOT_EQ] = ACTIONS(656), - [sym_val_nothing] = ACTIONS(656), - [anon_sym_true] = ACTIONS(656), - [anon_sym_false] = ACTIONS(656), - [aux_sym_val_number_token1] = ACTIONS(656), - [aux_sym_val_number_token2] = ACTIONS(656), - [aux_sym_val_number_token3] = ACTIONS(656), - [aux_sym_val_number_token4] = ACTIONS(656), - [anon_sym_inf] = ACTIONS(656), - [anon_sym_DASHinf] = ACTIONS(656), - [anon_sym_NaN] = ACTIONS(656), - [anon_sym_0b] = ACTIONS(656), - [anon_sym_0o] = ACTIONS(656), - [anon_sym_0x] = ACTIONS(656), - [sym_val_date] = ACTIONS(656), - [anon_sym_DQUOTE] = ACTIONS(656), - [sym__str_single_quotes] = ACTIONS(656), - [sym__str_back_ticks] = ACTIONS(656), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(656), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(656), - [anon_sym_err_GT] = ACTIONS(656), - [anon_sym_out_GT] = ACTIONS(656), - [anon_sym_e_GT] = ACTIONS(656), - [anon_sym_o_GT] = ACTIONS(656), - [anon_sym_err_PLUSout_GT] = ACTIONS(656), - [anon_sym_out_PLUSerr_GT] = ACTIONS(656), - [anon_sym_o_PLUSe_GT] = ACTIONS(656), - [anon_sym_e_PLUSo_GT] = ACTIONS(656), - [sym_short_flag] = ACTIONS(656), - [aux_sym_unquoted_token1] = ACTIONS(656), - [anon_sym_POUND] = ACTIONS(3), - }, [478] = { - [sym_pipeline] = STATE(990), - [sym__ctrl_expression] = STATE(2972), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3476), - [sym_where_command] = STATE(2964), - [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), - [sym_val_variable] = STATE(2337), - [sym__var] = STATE(2070), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym_expr_parenthesized] = STATE(544), + [sym_val_number] = STATE(544), [sym_comment] = STATE(478), - [aux_sym_pipeline_repeat1] = STATE(500), - [sym_cmd_identifier] = ACTIONS(179), - [anon_sym_LBRACK] = ACTIONS(191), - [anon_sym_LPAREN] = ACTIONS(193), - [anon_sym_DOLLAR] = ACTIONS(1023), - [anon_sym_DASH] = ACTIONS(201), - [anon_sym_break] = ACTIONS(203), - [anon_sym_continue] = ACTIONS(205), - [anon_sym_do] = ACTIONS(1025), - [anon_sym_if] = ACTIONS(1027), - [anon_sym_match] = ACTIONS(217), - [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_try] = ACTIONS(1029), - [anon_sym_return] = ACTIONS(1031), - [anon_sym_where] = ACTIONS(237), - [anon_sym_not] = ACTIONS(239), - [anon_sym_DOT_DOT_LT] = ACTIONS(241), - [anon_sym_DOT_DOT] = ACTIONS(243), - [anon_sym_DOT_DOT_EQ] = ACTIONS(241), - [sym_val_nothing] = ACTIONS(245), - [anon_sym_true] = ACTIONS(247), - [anon_sym_false] = ACTIONS(247), - [aux_sym_val_number_token1] = ACTIONS(249), - [aux_sym_val_number_token2] = ACTIONS(251), - [aux_sym_val_number_token3] = ACTIONS(251), - [aux_sym_val_number_token4] = ACTIONS(251), - [anon_sym_inf] = ACTIONS(249), - [anon_sym_DASHinf] = ACTIONS(251), - [anon_sym_NaN] = ACTIONS(249), - [anon_sym_0b] = ACTIONS(253), - [anon_sym_0o] = ACTIONS(253), - [anon_sym_0x] = ACTIONS(253), - [sym_val_date] = ACTIONS(255), - [anon_sym_DQUOTE] = ACTIONS(257), - [sym__str_single_quotes] = ACTIONS(259), - [sym__str_back_ticks] = ACTIONS(259), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(261), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(263), - [anon_sym_CARET] = ACTIONS(265), - [anon_sym_POUND] = ACTIONS(157), + [anon_sym_SEMI] = ACTIONS(671), + [anon_sym_LF] = ACTIONS(673), + [anon_sym_LBRACK] = ACTIONS(671), + [anon_sym_LPAREN] = ACTIONS(1037), + [anon_sym_RPAREN] = ACTIONS(671), + [anon_sym_PIPE] = ACTIONS(671), + [anon_sym_DOLLAR] = ACTIONS(671), + [anon_sym_GT] = ACTIONS(671), + [anon_sym_DASH_DASH] = ACTIONS(671), + [anon_sym_DASH] = ACTIONS(671), + [anon_sym_in] = ACTIONS(671), + [anon_sym_LBRACE] = ACTIONS(671), + [anon_sym_RBRACE] = ACTIONS(671), + [anon_sym_STAR] = ACTIONS(671), + [anon_sym_STAR_STAR] = ACTIONS(671), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_SLASH] = ACTIONS(671), + [anon_sym_mod] = ACTIONS(671), + [anon_sym_SLASH_SLASH] = ACTIONS(671), + [anon_sym_PLUS] = ACTIONS(671), + [anon_sym_bit_DASHshl] = ACTIONS(671), + [anon_sym_bit_DASHshr] = ACTIONS(671), + [anon_sym_EQ_EQ] = ACTIONS(671), + [anon_sym_BANG_EQ] = ACTIONS(671), + [anon_sym_LT2] = ACTIONS(671), + [anon_sym_LT_EQ] = ACTIONS(671), + [anon_sym_GT_EQ] = ACTIONS(671), + [anon_sym_not_DASHin] = ACTIONS(671), + [anon_sym_starts_DASHwith] = ACTIONS(671), + [anon_sym_ends_DASHwith] = ACTIONS(671), + [anon_sym_EQ_TILDE] = ACTIONS(671), + [anon_sym_BANG_TILDE] = ACTIONS(671), + [anon_sym_bit_DASHand] = ACTIONS(671), + [anon_sym_bit_DASHxor] = ACTIONS(671), + [anon_sym_bit_DASHor] = ACTIONS(671), + [anon_sym_and] = ACTIONS(671), + [anon_sym_xor] = ACTIONS(671), + [anon_sym_or] = ACTIONS(671), + [anon_sym_DOT_DOT_LT] = ACTIONS(671), + [anon_sym_DOT_DOT] = ACTIONS(671), + [anon_sym_DOT_DOT_EQ] = ACTIONS(671), + [sym_val_nothing] = ACTIONS(671), + [anon_sym_true] = ACTIONS(671), + [anon_sym_false] = ACTIONS(671), + [aux_sym_val_number_token1] = ACTIONS(1039), + [aux_sym_val_number_token2] = ACTIONS(1039), + [aux_sym_val_number_token3] = ACTIONS(1039), + [aux_sym_val_number_token4] = ACTIONS(1039), + [anon_sym_inf] = ACTIONS(1039), + [anon_sym_DASHinf] = ACTIONS(1039), + [anon_sym_NaN] = ACTIONS(1039), + [anon_sym_0b] = ACTIONS(671), + [anon_sym_0o] = ACTIONS(671), + [anon_sym_0x] = ACTIONS(671), + [sym_val_date] = ACTIONS(671), + [anon_sym_DQUOTE] = ACTIONS(671), + [sym__str_single_quotes] = ACTIONS(671), + [sym__str_back_ticks] = ACTIONS(671), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(671), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(671), + [anon_sym_err_GT] = ACTIONS(671), + [anon_sym_out_GT] = ACTIONS(671), + [anon_sym_e_GT] = ACTIONS(671), + [anon_sym_o_GT] = ACTIONS(671), + [anon_sym_err_PLUSout_GT] = ACTIONS(671), + [anon_sym_out_PLUSerr_GT] = ACTIONS(671), + [anon_sym_o_PLUSe_GT] = ACTIONS(671), + [anon_sym_e_PLUSo_GT] = ACTIONS(671), + [sym_short_flag] = ACTIONS(671), + [aux_sym_unquoted_token1] = ACTIONS(671), + [anon_sym_POUND] = ACTIONS(3), }, [479] = { - [sym_pipeline] = STATE(986), - [sym__ctrl_expression] = STATE(2972), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3476), - [sym_where_command] = STATE(2964), + [sym_pipeline] = STATE(992), + [sym__ctrl_expression] = STATE(2959), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3509), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), - [sym_val_variable] = STATE(2337), - [sym__var] = STATE(2070), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), + [sym_val_variable] = STATE(2410), + [sym__var] = STATE(2023), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(479), - [aux_sym_pipeline_repeat1] = STATE(500), + [aux_sym_pipeline_repeat1] = STATE(491), [sym_cmd_identifier] = ACTIONS(179), [anon_sym_LBRACK] = ACTIONS(191), [anon_sym_LPAREN] = ACTIONS(193), - [anon_sym_DOLLAR] = ACTIONS(1023), + [anon_sym_DOLLAR] = ACTIONS(1020), [anon_sym_DASH] = ACTIONS(201), [anon_sym_break] = ACTIONS(203), [anon_sym_continue] = ACTIONS(205), - [anon_sym_do] = ACTIONS(1025), - [anon_sym_if] = ACTIONS(1027), + [anon_sym_do] = ACTIONS(1022), + [anon_sym_if] = ACTIONS(1024), [anon_sym_match] = ACTIONS(217), [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_try] = ACTIONS(1029), - [anon_sym_return] = ACTIONS(1031), + [anon_sym_try] = ACTIONS(1026), + [anon_sym_return] = ACTIONS(1028), [anon_sym_where] = ACTIONS(237), [anon_sym_not] = ACTIONS(239), [anon_sym_DOT_DOT_LT] = ACTIONS(241), @@ -92795,54 +92800,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [480] = { - [sym_pipeline] = STATE(988), - [sym__ctrl_expression] = STATE(2972), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3476), - [sym_where_command] = STATE(2964), + [sym_pipeline] = STATE(989), + [sym__ctrl_expression] = STATE(2959), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3509), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), - [sym_val_variable] = STATE(2337), - [sym__var] = STATE(2070), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), + [sym_val_variable] = STATE(2410), + [sym__var] = STATE(2023), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), [sym_comment] = STATE(480), - [aux_sym_pipeline_repeat1] = STATE(500), + [aux_sym_pipeline_repeat1] = STATE(491), [sym_cmd_identifier] = ACTIONS(179), [anon_sym_LBRACK] = ACTIONS(191), [anon_sym_LPAREN] = ACTIONS(193), - [anon_sym_DOLLAR] = ACTIONS(1023), + [anon_sym_DOLLAR] = ACTIONS(1020), [anon_sym_DASH] = ACTIONS(201), [anon_sym_break] = ACTIONS(203), [anon_sym_continue] = ACTIONS(205), - [anon_sym_do] = ACTIONS(1025), - [anon_sym_if] = ACTIONS(1027), + [anon_sym_do] = ACTIONS(1022), + [anon_sym_if] = ACTIONS(1024), [anon_sym_match] = ACTIONS(217), [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_try] = ACTIONS(1029), - [anon_sym_return] = ACTIONS(1031), + [anon_sym_try] = ACTIONS(1026), + [anon_sym_return] = ACTIONS(1028), [anon_sym_where] = ACTIONS(237), [anon_sym_not] = ACTIONS(239), [anon_sym_DOT_DOT_LT] = ACTIONS(241), @@ -92871,85 +92876,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(157), }, [481] = { + [sym_cell_path] = STATE(595), + [sym_path] = STATE(474), [sym_comment] = STATE(481), - [anon_sym_SEMI] = ACTIONS(686), - [anon_sym_LF] = ACTIONS(688), - [anon_sym_LBRACK] = ACTIONS(686), - [anon_sym_LPAREN] = ACTIONS(686), - [anon_sym_RPAREN] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(686), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_DASH_DASH] = ACTIONS(686), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_in] = ACTIONS(686), - [anon_sym_LBRACE] = ACTIONS(686), - [anon_sym_RBRACE] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK2] = ACTIONS(686), - [anon_sym_STAR_STAR] = ACTIONS(686), - [anon_sym_PLUS_PLUS] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_mod] = ACTIONS(686), - [anon_sym_SLASH_SLASH] = ACTIONS(686), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_bit_DASHshl] = ACTIONS(686), - [anon_sym_bit_DASHshr] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(686), - [anon_sym_BANG_EQ] = ACTIONS(686), - [anon_sym_LT2] = ACTIONS(686), - [anon_sym_LT_EQ] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(686), - [anon_sym_not_DASHin] = ACTIONS(686), - [anon_sym_starts_DASHwith] = ACTIONS(686), - [anon_sym_ends_DASHwith] = ACTIONS(686), - [anon_sym_EQ_TILDE] = ACTIONS(686), - [anon_sym_BANG_TILDE] = ACTIONS(686), - [anon_sym_bit_DASHand] = ACTIONS(686), - [anon_sym_bit_DASHxor] = ACTIONS(686), - [anon_sym_bit_DASHor] = ACTIONS(686), - [anon_sym_and] = ACTIONS(686), - [anon_sym_xor] = ACTIONS(686), - [anon_sym_or] = ACTIONS(686), - [anon_sym_DOT_DOT_LT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_EQ] = ACTIONS(686), - [sym_val_nothing] = ACTIONS(686), - [anon_sym_true] = ACTIONS(686), - [anon_sym_false] = ACTIONS(686), - [aux_sym_val_number_token1] = ACTIONS(686), - [aux_sym_val_number_token2] = ACTIONS(686), - [aux_sym_val_number_token3] = ACTIONS(686), - [aux_sym_val_number_token4] = ACTIONS(686), - [anon_sym_inf] = ACTIONS(686), - [anon_sym_DASHinf] = ACTIONS(686), - [anon_sym_NaN] = ACTIONS(686), - [anon_sym_0b] = ACTIONS(686), - [anon_sym_0o] = ACTIONS(686), - [anon_sym_0x] = ACTIONS(686), - [sym_val_date] = ACTIONS(686), - [anon_sym_DQUOTE] = ACTIONS(686), - [sym__str_single_quotes] = ACTIONS(686), - [sym__str_back_ticks] = ACTIONS(686), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(686), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(686), - [anon_sym_err_GT] = ACTIONS(686), - [anon_sym_out_GT] = ACTIONS(686), - [anon_sym_e_GT] = ACTIONS(686), - [anon_sym_o_GT] = ACTIONS(686), - [anon_sym_err_PLUSout_GT] = ACTIONS(686), - [anon_sym_out_PLUSerr_GT] = ACTIONS(686), - [anon_sym_o_PLUSe_GT] = ACTIONS(686), - [anon_sym_e_PLUSo_GT] = ACTIONS(686), - [sym_short_flag] = ACTIONS(686), - [aux_sym_unquoted_token1] = ACTIONS(686), + [ts_builtin_sym_end] = ACTIONS(603), + [anon_sym_SEMI] = ACTIONS(601), + [anon_sym_LF] = ACTIONS(603), + [anon_sym_LBRACK] = ACTIONS(601), + [anon_sym_LPAREN] = ACTIONS(601), + [anon_sym_PIPE] = ACTIONS(601), + [anon_sym_DOLLAR] = ACTIONS(601), + [anon_sym_GT] = ACTIONS(601), + [anon_sym_DASH_DASH] = ACTIONS(601), + [anon_sym_DASH] = ACTIONS(601), + [anon_sym_in] = ACTIONS(601), + [anon_sym_LBRACE] = ACTIONS(601), + [anon_sym_DOT] = ACTIONS(1033), + [anon_sym_STAR] = ACTIONS(601), + [anon_sym_STAR_STAR] = ACTIONS(601), + [anon_sym_PLUS_PLUS] = ACTIONS(601), + [anon_sym_SLASH] = ACTIONS(601), + [anon_sym_mod] = ACTIONS(601), + [anon_sym_SLASH_SLASH] = ACTIONS(601), + [anon_sym_PLUS] = ACTIONS(601), + [anon_sym_bit_DASHshl] = ACTIONS(601), + [anon_sym_bit_DASHshr] = ACTIONS(601), + [anon_sym_EQ_EQ] = ACTIONS(601), + [anon_sym_BANG_EQ] = ACTIONS(601), + [anon_sym_LT2] = ACTIONS(601), + [anon_sym_LT_EQ] = ACTIONS(601), + [anon_sym_GT_EQ] = ACTIONS(601), + [anon_sym_not_DASHin] = ACTIONS(601), + [anon_sym_starts_DASHwith] = ACTIONS(601), + [anon_sym_ends_DASHwith] = ACTIONS(601), + [anon_sym_EQ_TILDE] = ACTIONS(601), + [anon_sym_BANG_TILDE] = ACTIONS(601), + [anon_sym_bit_DASHand] = ACTIONS(601), + [anon_sym_bit_DASHxor] = ACTIONS(601), + [anon_sym_bit_DASHor] = ACTIONS(601), + [anon_sym_and] = ACTIONS(601), + [anon_sym_xor] = ACTIONS(601), + [anon_sym_or] = ACTIONS(601), + [anon_sym_DOT_DOT_LT] = ACTIONS(601), + [anon_sym_DOT_DOT] = ACTIONS(601), + [anon_sym_DOT_DOT_EQ] = ACTIONS(601), + [sym_val_nothing] = ACTIONS(601), + [anon_sym_true] = ACTIONS(601), + [anon_sym_false] = ACTIONS(601), + [aux_sym_val_number_token1] = ACTIONS(601), + [aux_sym_val_number_token2] = ACTIONS(601), + [aux_sym_val_number_token3] = ACTIONS(601), + [aux_sym_val_number_token4] = ACTIONS(601), + [anon_sym_inf] = ACTIONS(601), + [anon_sym_DASHinf] = ACTIONS(601), + [anon_sym_NaN] = ACTIONS(601), + [anon_sym_0b] = ACTIONS(601), + [anon_sym_0o] = ACTIONS(601), + [anon_sym_0x] = ACTIONS(601), + [sym_val_date] = ACTIONS(601), + [anon_sym_DQUOTE] = ACTIONS(601), + [sym__str_single_quotes] = ACTIONS(601), + [sym__str_back_ticks] = ACTIONS(601), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(601), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(601), + [anon_sym_err_GT] = ACTIONS(601), + [anon_sym_out_GT] = ACTIONS(601), + [anon_sym_e_GT] = ACTIONS(601), + [anon_sym_o_GT] = ACTIONS(601), + [anon_sym_err_PLUSout_GT] = ACTIONS(601), + [anon_sym_out_PLUSerr_GT] = ACTIONS(601), + [anon_sym_o_PLUSe_GT] = ACTIONS(601), + [anon_sym_e_PLUSo_GT] = ACTIONS(601), + [sym_short_flag] = ACTIONS(601), + [aux_sym_unquoted_token1] = ACTIONS(601), [anon_sym_POUND] = ACTIONS(3), }, [482] = { - [sym_cell_path] = STATE(584), - [sym_path] = STATE(474), + [sym_path] = STATE(513), [sym_comment] = STATE(482), + [aux_sym_cell_path_repeat1] = STATE(482), [ts_builtin_sym_end] = ACTIONS(570), [anon_sym_SEMI] = ACTIONS(568), [anon_sym_LF] = ACTIONS(570), @@ -92962,7 +92967,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH] = ACTIONS(568), [anon_sym_in] = ACTIONS(568), [anon_sym_LBRACE] = ACTIONS(568), - [anon_sym_DOT] = ACTIONS(1037), + [anon_sym_DOT] = ACTIONS(1041), [anon_sym_STAR] = ACTIONS(568), [anon_sym_STAR_STAR] = ACTIONS(568), [anon_sym_PLUS_PLUS] = ACTIONS(568), @@ -93023,206 +93028,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [483] = { - [sym_path] = STATE(534), - [sym_comment] = STATE(483), - [aux_sym_cell_path_repeat1] = STATE(476), - [ts_builtin_sym_end] = ACTIONS(588), - [anon_sym_SEMI] = ACTIONS(586), - [anon_sym_LF] = ACTIONS(588), - [anon_sym_LBRACK] = ACTIONS(586), - [anon_sym_LPAREN] = ACTIONS(586), - [anon_sym_PIPE] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(586), - [anon_sym_GT] = ACTIONS(586), - [anon_sym_DASH_DASH] = ACTIONS(586), - [anon_sym_DASH] = ACTIONS(586), - [anon_sym_in] = ACTIONS(586), - [anon_sym_LBRACE] = ACTIONS(586), - [anon_sym_DOT] = ACTIONS(1037), - [anon_sym_STAR] = ACTIONS(586), - [anon_sym_STAR_STAR] = ACTIONS(586), - [anon_sym_PLUS_PLUS] = ACTIONS(586), - [anon_sym_SLASH] = ACTIONS(586), - [anon_sym_mod] = ACTIONS(586), - [anon_sym_SLASH_SLASH] = ACTIONS(586), - [anon_sym_PLUS] = ACTIONS(586), - [anon_sym_bit_DASHshl] = ACTIONS(586), - [anon_sym_bit_DASHshr] = ACTIONS(586), - [anon_sym_EQ_EQ] = ACTIONS(586), - [anon_sym_BANG_EQ] = ACTIONS(586), - [anon_sym_LT2] = ACTIONS(586), - [anon_sym_LT_EQ] = ACTIONS(586), - [anon_sym_GT_EQ] = ACTIONS(586), - [anon_sym_not_DASHin] = ACTIONS(586), - [anon_sym_starts_DASHwith] = ACTIONS(586), - [anon_sym_ends_DASHwith] = ACTIONS(586), - [anon_sym_EQ_TILDE] = ACTIONS(586), - [anon_sym_BANG_TILDE] = ACTIONS(586), - [anon_sym_bit_DASHand] = ACTIONS(586), - [anon_sym_bit_DASHxor] = ACTIONS(586), - [anon_sym_bit_DASHor] = ACTIONS(586), - [anon_sym_and] = ACTIONS(586), - [anon_sym_xor] = ACTIONS(586), - [anon_sym_or] = ACTIONS(586), - [anon_sym_DOT_DOT_LT] = ACTIONS(586), - [anon_sym_DOT_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT_EQ] = ACTIONS(586), - [sym_val_nothing] = ACTIONS(586), - [anon_sym_true] = ACTIONS(586), - [anon_sym_false] = ACTIONS(586), - [aux_sym_val_number_token1] = ACTIONS(586), - [aux_sym_val_number_token2] = ACTIONS(586), - [aux_sym_val_number_token3] = ACTIONS(586), - [aux_sym_val_number_token4] = ACTIONS(586), - [anon_sym_inf] = ACTIONS(586), - [anon_sym_DASHinf] = ACTIONS(586), - [anon_sym_NaN] = ACTIONS(586), - [anon_sym_0b] = ACTIONS(586), - [anon_sym_0o] = ACTIONS(586), - [anon_sym_0x] = ACTIONS(586), - [sym_val_date] = ACTIONS(586), - [anon_sym_DQUOTE] = ACTIONS(586), - [sym__str_single_quotes] = ACTIONS(586), - [sym__str_back_ticks] = ACTIONS(586), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(586), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(586), - [anon_sym_err_GT] = ACTIONS(586), - [anon_sym_out_GT] = ACTIONS(586), - [anon_sym_e_GT] = ACTIONS(586), - [anon_sym_o_GT] = ACTIONS(586), - [anon_sym_err_PLUSout_GT] = ACTIONS(586), - [anon_sym_out_PLUSerr_GT] = ACTIONS(586), - [anon_sym_o_PLUSe_GT] = ACTIONS(586), - [anon_sym_e_PLUSo_GT] = ACTIONS(586), - [sym_short_flag] = ACTIONS(586), - [aux_sym_unquoted_token1] = ACTIONS(586), - [anon_sym_POUND] = ACTIONS(3), - }, - [484] = { - [sym_cell_path] = STATE(573), - [sym_path] = STATE(474), - [sym_comment] = STATE(484), - [ts_builtin_sym_end] = ACTIONS(584), - [anon_sym_SEMI] = ACTIONS(582), - [anon_sym_LF] = ACTIONS(584), - [anon_sym_LBRACK] = ACTIONS(582), - [anon_sym_LPAREN] = ACTIONS(582), - [anon_sym_PIPE] = ACTIONS(582), - [anon_sym_DOLLAR] = ACTIONS(582), - [anon_sym_GT] = ACTIONS(582), - [anon_sym_DASH_DASH] = ACTIONS(582), - [anon_sym_DASH] = ACTIONS(582), - [anon_sym_in] = ACTIONS(582), - [anon_sym_LBRACE] = ACTIONS(582), - [anon_sym_DOT] = ACTIONS(1037), - [anon_sym_STAR] = ACTIONS(582), - [anon_sym_STAR_STAR] = ACTIONS(582), - [anon_sym_PLUS_PLUS] = ACTIONS(582), - [anon_sym_SLASH] = ACTIONS(582), - [anon_sym_mod] = ACTIONS(582), - [anon_sym_SLASH_SLASH] = ACTIONS(582), - [anon_sym_PLUS] = ACTIONS(582), - [anon_sym_bit_DASHshl] = ACTIONS(582), - [anon_sym_bit_DASHshr] = ACTIONS(582), - [anon_sym_EQ_EQ] = ACTIONS(582), - [anon_sym_BANG_EQ] = ACTIONS(582), - [anon_sym_LT2] = ACTIONS(582), - [anon_sym_LT_EQ] = ACTIONS(582), - [anon_sym_GT_EQ] = ACTIONS(582), - [anon_sym_not_DASHin] = ACTIONS(582), - [anon_sym_starts_DASHwith] = ACTIONS(582), - [anon_sym_ends_DASHwith] = ACTIONS(582), - [anon_sym_EQ_TILDE] = ACTIONS(582), - [anon_sym_BANG_TILDE] = ACTIONS(582), - [anon_sym_bit_DASHand] = ACTIONS(582), - [anon_sym_bit_DASHxor] = ACTIONS(582), - [anon_sym_bit_DASHor] = ACTIONS(582), - [anon_sym_and] = ACTIONS(582), - [anon_sym_xor] = ACTIONS(582), - [anon_sym_or] = ACTIONS(582), - [anon_sym_DOT_DOT_LT] = ACTIONS(582), - [anon_sym_DOT_DOT] = ACTIONS(582), - [anon_sym_DOT_DOT_EQ] = ACTIONS(582), - [sym_val_nothing] = ACTIONS(582), - [anon_sym_true] = ACTIONS(582), - [anon_sym_false] = ACTIONS(582), - [aux_sym_val_number_token1] = ACTIONS(582), - [aux_sym_val_number_token2] = ACTIONS(582), - [aux_sym_val_number_token3] = ACTIONS(582), - [aux_sym_val_number_token4] = ACTIONS(582), - [anon_sym_inf] = ACTIONS(582), - [anon_sym_DASHinf] = ACTIONS(582), - [anon_sym_NaN] = ACTIONS(582), - [anon_sym_0b] = ACTIONS(582), - [anon_sym_0o] = ACTIONS(582), - [anon_sym_0x] = ACTIONS(582), - [sym_val_date] = ACTIONS(582), - [anon_sym_DQUOTE] = ACTIONS(582), - [sym__str_single_quotes] = ACTIONS(582), - [sym__str_back_ticks] = ACTIONS(582), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(582), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(582), - [anon_sym_err_GT] = ACTIONS(582), - [anon_sym_out_GT] = ACTIONS(582), - [anon_sym_e_GT] = ACTIONS(582), - [anon_sym_o_GT] = ACTIONS(582), - [anon_sym_err_PLUSout_GT] = ACTIONS(582), - [anon_sym_out_PLUSerr_GT] = ACTIONS(582), - [anon_sym_o_PLUSe_GT] = ACTIONS(582), - [anon_sym_e_PLUSo_GT] = ACTIONS(582), - [sym_short_flag] = ACTIONS(582), - [aux_sym_unquoted_token1] = ACTIONS(582), - [anon_sym_POUND] = ACTIONS(3), - }, - [485] = { - [sym_pipeline] = STATE(1002), - [sym__ctrl_expression] = STATE(2972), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3476), - [sym_where_command] = STATE(2964), + [sym_pipeline] = STATE(986), + [sym__ctrl_expression] = STATE(2959), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3509), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), - [sym_val_variable] = STATE(2337), - [sym__var] = STATE(2070), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), - [sym_comment] = STATE(485), - [aux_sym_pipeline_repeat1] = STATE(500), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), + [sym_val_variable] = STATE(2410), + [sym__var] = STATE(2023), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), + [sym_comment] = STATE(483), + [aux_sym_pipeline_repeat1] = STATE(491), [sym_cmd_identifier] = ACTIONS(179), [anon_sym_LBRACK] = ACTIONS(191), [anon_sym_LPAREN] = ACTIONS(193), - [anon_sym_DOLLAR] = ACTIONS(1023), + [anon_sym_DOLLAR] = ACTIONS(1020), [anon_sym_DASH] = ACTIONS(201), [anon_sym_break] = ACTIONS(203), [anon_sym_continue] = ACTIONS(205), - [anon_sym_do] = ACTIONS(1025), - [anon_sym_if] = ACTIONS(1027), + [anon_sym_do] = ACTIONS(1022), + [anon_sym_if] = ACTIONS(1024), [anon_sym_match] = ACTIONS(217), [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_try] = ACTIONS(1029), - [anon_sym_return] = ACTIONS(1031), + [anon_sym_try] = ACTIONS(1026), + [anon_sym_return] = ACTIONS(1028), [anon_sym_where] = ACTIONS(237), [anon_sym_not] = ACTIONS(239), [anon_sym_DOT_DOT_LT] = ACTIONS(241), @@ -93250,205 +93103,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(265), [anon_sym_POUND] = ACTIONS(157), }, - [486] = { - [sym_cell_path] = STATE(579), + [484] = { + [sym_cell_path] = STATE(598), [sym_path] = STATE(474), - [sym_comment] = STATE(486), - [ts_builtin_sym_end] = ACTIONS(576), - [anon_sym_SEMI] = ACTIONS(574), - [anon_sym_LF] = ACTIONS(576), - [anon_sym_LBRACK] = ACTIONS(574), - [anon_sym_LPAREN] = ACTIONS(574), - [anon_sym_PIPE] = ACTIONS(574), - [anon_sym_DOLLAR] = ACTIONS(574), - [anon_sym_GT] = ACTIONS(574), - [anon_sym_DASH_DASH] = ACTIONS(574), - [anon_sym_DASH] = ACTIONS(574), - [anon_sym_in] = ACTIONS(574), - [anon_sym_LBRACE] = ACTIONS(574), - [anon_sym_DOT] = ACTIONS(1037), - [anon_sym_STAR] = ACTIONS(574), - [anon_sym_STAR_STAR] = ACTIONS(574), - [anon_sym_PLUS_PLUS] = ACTIONS(574), - [anon_sym_SLASH] = ACTIONS(574), - [anon_sym_mod] = ACTIONS(574), - [anon_sym_SLASH_SLASH] = ACTIONS(574), - [anon_sym_PLUS] = ACTIONS(574), - [anon_sym_bit_DASHshl] = ACTIONS(574), - [anon_sym_bit_DASHshr] = ACTIONS(574), - [anon_sym_EQ_EQ] = ACTIONS(574), - [anon_sym_BANG_EQ] = ACTIONS(574), - [anon_sym_LT2] = ACTIONS(574), - [anon_sym_LT_EQ] = ACTIONS(574), - [anon_sym_GT_EQ] = ACTIONS(574), - [anon_sym_not_DASHin] = ACTIONS(574), - [anon_sym_starts_DASHwith] = ACTIONS(574), - [anon_sym_ends_DASHwith] = ACTIONS(574), - [anon_sym_EQ_TILDE] = ACTIONS(574), - [anon_sym_BANG_TILDE] = ACTIONS(574), - [anon_sym_bit_DASHand] = ACTIONS(574), - [anon_sym_bit_DASHxor] = ACTIONS(574), - [anon_sym_bit_DASHor] = ACTIONS(574), - [anon_sym_and] = ACTIONS(574), - [anon_sym_xor] = ACTIONS(574), - [anon_sym_or] = ACTIONS(574), - [anon_sym_DOT_DOT_LT] = ACTIONS(574), - [anon_sym_DOT_DOT] = ACTIONS(574), - [anon_sym_DOT_DOT_EQ] = ACTIONS(574), - [sym_val_nothing] = ACTIONS(574), - [anon_sym_true] = ACTIONS(574), - [anon_sym_false] = ACTIONS(574), - [aux_sym_val_number_token1] = ACTIONS(574), - [aux_sym_val_number_token2] = ACTIONS(574), - [aux_sym_val_number_token3] = ACTIONS(574), - [aux_sym_val_number_token4] = ACTIONS(574), - [anon_sym_inf] = ACTIONS(574), - [anon_sym_DASHinf] = ACTIONS(574), - [anon_sym_NaN] = ACTIONS(574), - [anon_sym_0b] = ACTIONS(574), - [anon_sym_0o] = ACTIONS(574), - [anon_sym_0x] = ACTIONS(574), - [sym_val_date] = ACTIONS(574), - [anon_sym_DQUOTE] = ACTIONS(574), - [sym__str_single_quotes] = ACTIONS(574), - [sym__str_back_ticks] = ACTIONS(574), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(574), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(574), - [anon_sym_err_GT] = ACTIONS(574), - [anon_sym_out_GT] = ACTIONS(574), - [anon_sym_e_GT] = ACTIONS(574), - [anon_sym_o_GT] = ACTIONS(574), - [anon_sym_err_PLUSout_GT] = ACTIONS(574), - [anon_sym_out_PLUSerr_GT] = ACTIONS(574), - [anon_sym_o_PLUSe_GT] = ACTIONS(574), - [anon_sym_e_PLUSo_GT] = ACTIONS(574), - [sym_short_flag] = ACTIONS(574), - [aux_sym_unquoted_token1] = ACTIONS(574), - [anon_sym_POUND] = ACTIONS(3), - }, - [487] = { - [sym_expr_parenthesized] = STATE(568), - [sym_val_number] = STATE(568), - [sym_comment] = STATE(487), - [ts_builtin_sym_end] = ACTIONS(704), - [anon_sym_SEMI] = ACTIONS(702), - [anon_sym_LF] = ACTIONS(704), - [anon_sym_LBRACK] = ACTIONS(702), - [anon_sym_LPAREN] = ACTIONS(1044), - [anon_sym_PIPE] = ACTIONS(702), - [anon_sym_DOLLAR] = ACTIONS(702), - [anon_sym_GT] = ACTIONS(702), - [anon_sym_DASH_DASH] = ACTIONS(702), - [anon_sym_DASH] = ACTIONS(702), - [anon_sym_in] = ACTIONS(702), - [anon_sym_LBRACE] = ACTIONS(702), - [anon_sym_STAR] = ACTIONS(702), - [anon_sym_STAR_STAR] = ACTIONS(702), - [anon_sym_PLUS_PLUS] = ACTIONS(702), - [anon_sym_SLASH] = ACTIONS(702), - [anon_sym_mod] = ACTIONS(702), - [anon_sym_SLASH_SLASH] = ACTIONS(702), - [anon_sym_PLUS] = ACTIONS(702), - [anon_sym_bit_DASHshl] = ACTIONS(702), - [anon_sym_bit_DASHshr] = ACTIONS(702), - [anon_sym_EQ_EQ] = ACTIONS(702), - [anon_sym_BANG_EQ] = ACTIONS(702), - [anon_sym_LT2] = ACTIONS(702), - [anon_sym_LT_EQ] = ACTIONS(702), - [anon_sym_GT_EQ] = ACTIONS(702), - [anon_sym_not_DASHin] = ACTIONS(702), - [anon_sym_starts_DASHwith] = ACTIONS(702), - [anon_sym_ends_DASHwith] = ACTIONS(702), - [anon_sym_EQ_TILDE] = ACTIONS(702), - [anon_sym_BANG_TILDE] = ACTIONS(702), - [anon_sym_bit_DASHand] = ACTIONS(702), - [anon_sym_bit_DASHxor] = ACTIONS(702), - [anon_sym_bit_DASHor] = ACTIONS(702), - [anon_sym_and] = ACTIONS(702), - [anon_sym_xor] = ACTIONS(702), - [anon_sym_or] = ACTIONS(702), - [anon_sym_DOT_DOT_LT] = ACTIONS(702), - [anon_sym_DOT_DOT] = ACTIONS(702), - [anon_sym_DOT_DOT_EQ] = ACTIONS(702), - [sym_val_nothing] = ACTIONS(702), - [anon_sym_true] = ACTIONS(702), - [anon_sym_false] = ACTIONS(702), - [aux_sym_val_number_token1] = ACTIONS(1046), - [aux_sym_val_number_token2] = ACTIONS(1046), - [aux_sym_val_number_token3] = ACTIONS(1046), - [aux_sym_val_number_token4] = ACTIONS(1046), - [anon_sym_inf] = ACTIONS(1046), - [anon_sym_DASHinf] = ACTIONS(1046), - [anon_sym_NaN] = ACTIONS(1046), - [anon_sym_0b] = ACTIONS(702), - [anon_sym_0o] = ACTIONS(702), - [anon_sym_0x] = ACTIONS(702), - [sym_val_date] = ACTIONS(702), - [anon_sym_DQUOTE] = ACTIONS(702), - [sym__str_single_quotes] = ACTIONS(702), - [sym__str_back_ticks] = ACTIONS(702), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(702), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(702), - [anon_sym_err_GT] = ACTIONS(702), - [anon_sym_out_GT] = ACTIONS(702), - [anon_sym_e_GT] = ACTIONS(702), - [anon_sym_o_GT] = ACTIONS(702), - [anon_sym_err_PLUSout_GT] = ACTIONS(702), - [anon_sym_out_PLUSerr_GT] = ACTIONS(702), - [anon_sym_o_PLUSe_GT] = ACTIONS(702), - [anon_sym_e_PLUSo_GT] = ACTIONS(702), - [sym_short_flag] = ACTIONS(702), - [aux_sym_unquoted_token1] = ACTIONS(702), + [sym_comment] = STATE(484), + [ts_builtin_sym_end] = ACTIONS(577), + [anon_sym_SEMI] = ACTIONS(575), + [anon_sym_LF] = ACTIONS(577), + [anon_sym_LBRACK] = ACTIONS(575), + [anon_sym_LPAREN] = ACTIONS(575), + [anon_sym_PIPE] = ACTIONS(575), + [anon_sym_DOLLAR] = ACTIONS(575), + [anon_sym_GT] = ACTIONS(575), + [anon_sym_DASH_DASH] = ACTIONS(575), + [anon_sym_DASH] = ACTIONS(575), + [anon_sym_in] = ACTIONS(575), + [anon_sym_LBRACE] = ACTIONS(575), + [anon_sym_DOT] = ACTIONS(1033), + [anon_sym_STAR] = ACTIONS(575), + [anon_sym_STAR_STAR] = ACTIONS(575), + [anon_sym_PLUS_PLUS] = ACTIONS(575), + [anon_sym_SLASH] = ACTIONS(575), + [anon_sym_mod] = ACTIONS(575), + [anon_sym_SLASH_SLASH] = ACTIONS(575), + [anon_sym_PLUS] = ACTIONS(575), + [anon_sym_bit_DASHshl] = ACTIONS(575), + [anon_sym_bit_DASHshr] = ACTIONS(575), + [anon_sym_EQ_EQ] = ACTIONS(575), + [anon_sym_BANG_EQ] = ACTIONS(575), + [anon_sym_LT2] = ACTIONS(575), + [anon_sym_LT_EQ] = ACTIONS(575), + [anon_sym_GT_EQ] = ACTIONS(575), + [anon_sym_not_DASHin] = ACTIONS(575), + [anon_sym_starts_DASHwith] = ACTIONS(575), + [anon_sym_ends_DASHwith] = ACTIONS(575), + [anon_sym_EQ_TILDE] = ACTIONS(575), + [anon_sym_BANG_TILDE] = ACTIONS(575), + [anon_sym_bit_DASHand] = ACTIONS(575), + [anon_sym_bit_DASHxor] = ACTIONS(575), + [anon_sym_bit_DASHor] = ACTIONS(575), + [anon_sym_and] = ACTIONS(575), + [anon_sym_xor] = ACTIONS(575), + [anon_sym_or] = ACTIONS(575), + [anon_sym_DOT_DOT_LT] = ACTIONS(575), + [anon_sym_DOT_DOT] = ACTIONS(575), + [anon_sym_DOT_DOT_EQ] = ACTIONS(575), + [sym_val_nothing] = ACTIONS(575), + [anon_sym_true] = ACTIONS(575), + [anon_sym_false] = ACTIONS(575), + [aux_sym_val_number_token1] = ACTIONS(575), + [aux_sym_val_number_token2] = ACTIONS(575), + [aux_sym_val_number_token3] = ACTIONS(575), + [aux_sym_val_number_token4] = ACTIONS(575), + [anon_sym_inf] = ACTIONS(575), + [anon_sym_DASHinf] = ACTIONS(575), + [anon_sym_NaN] = ACTIONS(575), + [anon_sym_0b] = ACTIONS(575), + [anon_sym_0o] = ACTIONS(575), + [anon_sym_0x] = ACTIONS(575), + [sym_val_date] = ACTIONS(575), + [anon_sym_DQUOTE] = ACTIONS(575), + [sym__str_single_quotes] = ACTIONS(575), + [sym__str_back_ticks] = ACTIONS(575), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(575), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(575), + [anon_sym_err_GT] = ACTIONS(575), + [anon_sym_out_GT] = ACTIONS(575), + [anon_sym_e_GT] = ACTIONS(575), + [anon_sym_o_GT] = ACTIONS(575), + [anon_sym_err_PLUSout_GT] = ACTIONS(575), + [anon_sym_out_PLUSerr_GT] = ACTIONS(575), + [anon_sym_o_PLUSe_GT] = ACTIONS(575), + [anon_sym_e_PLUSo_GT] = ACTIONS(575), + [sym_short_flag] = ACTIONS(575), + [aux_sym_unquoted_token1] = ACTIONS(575), [anon_sym_POUND] = ACTIONS(3), }, - [488] = { - [sym__ctrl_expression] = STATE(2972), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3152), - [sym_where_command] = STATE(2964), + [485] = { + [sym_pipeline] = STATE(1005), + [sym__ctrl_expression] = STATE(2959), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3509), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), - [sym_val_variable] = STATE(2337), - [sym__var] = STATE(2070), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), - [sym_comment] = STATE(488), - [aux_sym_pipeline_repeat1] = STATE(553), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), + [sym_val_variable] = STATE(2410), + [sym__var] = STATE(2023), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), + [sym_comment] = STATE(485), + [aux_sym_pipeline_repeat1] = STATE(491), [sym_cmd_identifier] = ACTIONS(179), [anon_sym_LBRACK] = ACTIONS(191), [anon_sym_LPAREN] = ACTIONS(193), - [anon_sym_DOLLAR] = ACTIONS(1023), + [anon_sym_DOLLAR] = ACTIONS(1020), [anon_sym_DASH] = ACTIONS(201), [anon_sym_break] = ACTIONS(203), [anon_sym_continue] = ACTIONS(205), - [anon_sym_do] = ACTIONS(1025), - [anon_sym_if] = ACTIONS(1027), + [anon_sym_do] = ACTIONS(1022), + [anon_sym_if] = ACTIONS(1024), [anon_sym_match] = ACTIONS(217), [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_try] = ACTIONS(1029), - [anon_sym_return] = ACTIONS(1031), + [anon_sym_try] = ACTIONS(1026), + [anon_sym_return] = ACTIONS(1028), [anon_sym_where] = ACTIONS(237), [anon_sym_not] = ACTIONS(239), [anon_sym_DOT_DOT_LT] = ACTIONS(241), @@ -93476,158 +93255,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(265), [anon_sym_POUND] = ACTIONS(157), }, - [489] = { - [sym_comment] = STATE(489), - [ts_builtin_sym_end] = ACTIONS(700), - [anon_sym_SEMI] = ACTIONS(698), - [anon_sym_LF] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(698), - [anon_sym_LPAREN] = ACTIONS(698), - [anon_sym_PIPE] = ACTIONS(698), - [anon_sym_DOLLAR] = ACTIONS(698), - [anon_sym_GT] = ACTIONS(698), - [anon_sym_DASH_DASH] = ACTIONS(698), - [anon_sym_DASH] = ACTIONS(698), - [anon_sym_in] = ACTIONS(698), - [anon_sym_LBRACE] = ACTIONS(698), - [anon_sym_DOT] = ACTIONS(698), - [anon_sym_STAR] = ACTIONS(698), - [anon_sym_QMARK2] = ACTIONS(698), - [anon_sym_STAR_STAR] = ACTIONS(698), - [anon_sym_PLUS_PLUS] = ACTIONS(698), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_mod] = ACTIONS(698), - [anon_sym_SLASH_SLASH] = ACTIONS(698), - [anon_sym_PLUS] = ACTIONS(698), - [anon_sym_bit_DASHshl] = ACTIONS(698), - [anon_sym_bit_DASHshr] = ACTIONS(698), - [anon_sym_EQ_EQ] = ACTIONS(698), - [anon_sym_BANG_EQ] = ACTIONS(698), - [anon_sym_LT2] = ACTIONS(698), - [anon_sym_LT_EQ] = ACTIONS(698), - [anon_sym_GT_EQ] = ACTIONS(698), - [anon_sym_not_DASHin] = ACTIONS(698), - [anon_sym_starts_DASHwith] = ACTIONS(698), - [anon_sym_ends_DASHwith] = ACTIONS(698), - [anon_sym_EQ_TILDE] = ACTIONS(698), - [anon_sym_BANG_TILDE] = ACTIONS(698), - [anon_sym_bit_DASHand] = ACTIONS(698), - [anon_sym_bit_DASHxor] = ACTIONS(698), - [anon_sym_bit_DASHor] = ACTIONS(698), - [anon_sym_and] = ACTIONS(698), - [anon_sym_xor] = ACTIONS(698), - [anon_sym_or] = ACTIONS(698), - [anon_sym_DOT_DOT_LT] = ACTIONS(698), - [anon_sym_DOT_DOT] = ACTIONS(698), - [anon_sym_DOT_DOT_EQ] = ACTIONS(698), - [sym_val_nothing] = ACTIONS(698), - [anon_sym_true] = ACTIONS(698), - [anon_sym_false] = ACTIONS(698), - [aux_sym_val_number_token1] = ACTIONS(698), - [aux_sym_val_number_token2] = ACTIONS(698), - [aux_sym_val_number_token3] = ACTIONS(698), - [aux_sym_val_number_token4] = ACTIONS(698), - [anon_sym_inf] = ACTIONS(698), - [anon_sym_DASHinf] = ACTIONS(698), - [anon_sym_NaN] = ACTIONS(698), - [anon_sym_0b] = ACTIONS(698), - [anon_sym_0o] = ACTIONS(698), - [anon_sym_0x] = ACTIONS(698), - [sym_val_date] = ACTIONS(698), - [anon_sym_DQUOTE] = ACTIONS(698), - [sym__str_single_quotes] = ACTIONS(698), - [sym__str_back_ticks] = ACTIONS(698), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(698), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(698), - [anon_sym_err_GT] = ACTIONS(698), - [anon_sym_out_GT] = ACTIONS(698), - [anon_sym_e_GT] = ACTIONS(698), - [anon_sym_o_GT] = ACTIONS(698), - [anon_sym_err_PLUSout_GT] = ACTIONS(698), - [anon_sym_out_PLUSerr_GT] = ACTIONS(698), - [anon_sym_o_PLUSe_GT] = ACTIONS(698), - [anon_sym_e_PLUSo_GT] = ACTIONS(698), - [sym_short_flag] = ACTIONS(698), - [aux_sym_unquoted_token1] = ACTIONS(698), - [anon_sym_POUND] = ACTIONS(3), - }, - [490] = { - [sym_comment] = STATE(490), - [ts_builtin_sym_end] = ACTIONS(688), - [anon_sym_SEMI] = ACTIONS(686), - [anon_sym_LF] = ACTIONS(688), - [anon_sym_LBRACK] = ACTIONS(686), - [anon_sym_LPAREN] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(686), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_DASH_DASH] = ACTIONS(686), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_in] = ACTIONS(686), - [anon_sym_LBRACE] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK2] = ACTIONS(686), - [anon_sym_STAR_STAR] = ACTIONS(686), - [anon_sym_PLUS_PLUS] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_mod] = ACTIONS(686), - [anon_sym_SLASH_SLASH] = ACTIONS(686), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_bit_DASHshl] = ACTIONS(686), - [anon_sym_bit_DASHshr] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(686), - [anon_sym_BANG_EQ] = ACTIONS(686), - [anon_sym_LT2] = ACTIONS(686), - [anon_sym_LT_EQ] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(686), - [anon_sym_not_DASHin] = ACTIONS(686), - [anon_sym_starts_DASHwith] = ACTIONS(686), - [anon_sym_ends_DASHwith] = ACTIONS(686), - [anon_sym_EQ_TILDE] = ACTIONS(686), - [anon_sym_BANG_TILDE] = ACTIONS(686), - [anon_sym_bit_DASHand] = ACTIONS(686), - [anon_sym_bit_DASHxor] = ACTIONS(686), - [anon_sym_bit_DASHor] = ACTIONS(686), - [anon_sym_and] = ACTIONS(686), - [anon_sym_xor] = ACTIONS(686), - [anon_sym_or] = ACTIONS(686), - [anon_sym_DOT_DOT_LT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_EQ] = ACTIONS(686), - [sym_val_nothing] = ACTIONS(686), - [anon_sym_true] = ACTIONS(686), - [anon_sym_false] = ACTIONS(686), - [aux_sym_val_number_token1] = ACTIONS(686), - [aux_sym_val_number_token2] = ACTIONS(686), - [aux_sym_val_number_token3] = ACTIONS(686), - [aux_sym_val_number_token4] = ACTIONS(686), - [anon_sym_inf] = ACTIONS(686), - [anon_sym_DASHinf] = ACTIONS(686), - [anon_sym_NaN] = ACTIONS(686), - [anon_sym_0b] = ACTIONS(686), - [anon_sym_0o] = ACTIONS(686), - [anon_sym_0x] = ACTIONS(686), - [sym_val_date] = ACTIONS(686), - [anon_sym_DQUOTE] = ACTIONS(686), - [sym__str_single_quotes] = ACTIONS(686), - [sym__str_back_ticks] = ACTIONS(686), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(686), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(686), - [anon_sym_err_GT] = ACTIONS(686), - [anon_sym_out_GT] = ACTIONS(686), - [anon_sym_e_GT] = ACTIONS(686), - [anon_sym_o_GT] = ACTIONS(686), - [anon_sym_err_PLUSout_GT] = ACTIONS(686), - [anon_sym_out_PLUSerr_GT] = ACTIONS(686), - [anon_sym_o_PLUSe_GT] = ACTIONS(686), - [anon_sym_e_PLUSo_GT] = ACTIONS(686), - [sym_short_flag] = ACTIONS(686), - [aux_sym_unquoted_token1] = ACTIONS(686), + [486] = { + [sym_comment] = STATE(486), + [anon_sym_SEMI] = ACTIONS(667), + [anon_sym_LF] = ACTIONS(669), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_LPAREN] = ACTIONS(667), + [anon_sym_RPAREN] = ACTIONS(667), + [anon_sym_PIPE] = ACTIONS(667), + [anon_sym_DOLLAR] = ACTIONS(667), + [anon_sym_GT] = ACTIONS(667), + [anon_sym_DASH_DASH] = ACTIONS(667), + [anon_sym_DASH] = ACTIONS(667), + [anon_sym_in] = ACTIONS(667), + [anon_sym_LBRACE] = ACTIONS(667), + [anon_sym_RBRACE] = ACTIONS(667), + [anon_sym_DOT] = ACTIONS(667), + [anon_sym_STAR] = ACTIONS(667), + [anon_sym_QMARK2] = ACTIONS(667), + [anon_sym_STAR_STAR] = ACTIONS(667), + [anon_sym_PLUS_PLUS] = ACTIONS(667), + [anon_sym_SLASH] = ACTIONS(667), + [anon_sym_mod] = ACTIONS(667), + [anon_sym_SLASH_SLASH] = ACTIONS(667), + [anon_sym_PLUS] = ACTIONS(667), + [anon_sym_bit_DASHshl] = ACTIONS(667), + [anon_sym_bit_DASHshr] = ACTIONS(667), + [anon_sym_EQ_EQ] = ACTIONS(667), + [anon_sym_BANG_EQ] = ACTIONS(667), + [anon_sym_LT2] = ACTIONS(667), + [anon_sym_LT_EQ] = ACTIONS(667), + [anon_sym_GT_EQ] = ACTIONS(667), + [anon_sym_not_DASHin] = ACTIONS(667), + [anon_sym_starts_DASHwith] = ACTIONS(667), + [anon_sym_ends_DASHwith] = ACTIONS(667), + [anon_sym_EQ_TILDE] = ACTIONS(667), + [anon_sym_BANG_TILDE] = ACTIONS(667), + [anon_sym_bit_DASHand] = ACTIONS(667), + [anon_sym_bit_DASHxor] = ACTIONS(667), + [anon_sym_bit_DASHor] = ACTIONS(667), + [anon_sym_and] = ACTIONS(667), + [anon_sym_xor] = ACTIONS(667), + [anon_sym_or] = ACTIONS(667), + [anon_sym_DOT_DOT_LT] = ACTIONS(667), + [anon_sym_DOT_DOT] = ACTIONS(667), + [anon_sym_DOT_DOT_EQ] = ACTIONS(667), + [sym_val_nothing] = ACTIONS(667), + [anon_sym_true] = ACTIONS(667), + [anon_sym_false] = ACTIONS(667), + [aux_sym_val_number_token1] = ACTIONS(667), + [aux_sym_val_number_token2] = ACTIONS(667), + [aux_sym_val_number_token3] = ACTIONS(667), + [aux_sym_val_number_token4] = ACTIONS(667), + [anon_sym_inf] = ACTIONS(667), + [anon_sym_DASHinf] = ACTIONS(667), + [anon_sym_NaN] = ACTIONS(667), + [anon_sym_0b] = ACTIONS(667), + [anon_sym_0o] = ACTIONS(667), + [anon_sym_0x] = ACTIONS(667), + [sym_val_date] = ACTIONS(667), + [anon_sym_DQUOTE] = ACTIONS(667), + [sym__str_single_quotes] = ACTIONS(667), + [sym__str_back_ticks] = ACTIONS(667), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(667), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(667), + [anon_sym_err_GT] = ACTIONS(667), + [anon_sym_out_GT] = ACTIONS(667), + [anon_sym_e_GT] = ACTIONS(667), + [anon_sym_o_GT] = ACTIONS(667), + [anon_sym_err_PLUSout_GT] = ACTIONS(667), + [anon_sym_out_PLUSerr_GT] = ACTIONS(667), + [anon_sym_o_PLUSe_GT] = ACTIONS(667), + [anon_sym_e_PLUSo_GT] = ACTIONS(667), + [sym_short_flag] = ACTIONS(667), + [aux_sym_unquoted_token1] = ACTIONS(667), [anon_sym_POUND] = ACTIONS(3), }, - [491] = { - [sym_comment] = STATE(491), + [487] = { + [sym_comment] = STATE(487), [anon_sym_SEMI] = ACTIONS(759), [anon_sym_LF] = ACTIONS(761), [anon_sym_LBRACK] = ACTIONS(759), @@ -93701,654 +93406,279 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token1] = ACTIONS(759), [anon_sym_POUND] = ACTIONS(3), }, - [492] = { - [sym__command_name] = STATE(795), - [sym_scope_pattern] = STATE(855), - [sym_wild_card] = STATE(804), - [sym_command_list] = STATE(802), - [sym_val_string] = STATE(774), - [sym__str_double_quotes] = STATE(782), - [sym_comment] = STATE(492), - [anon_sym_export] = ACTIONS(1048), - [anon_sym_alias] = ACTIONS(1048), - [anon_sym_let] = ACTIONS(1048), - [anon_sym_let_DASHenv] = ACTIONS(1048), - [anon_sym_mut] = ACTIONS(1048), - [anon_sym_const] = ACTIONS(1048), - [sym_cmd_identifier] = ACTIONS(1050), - [anon_sym_SEMI] = ACTIONS(1048), - [anon_sym_LF] = ACTIONS(1052), - [anon_sym_def] = ACTIONS(1048), - [anon_sym_def_DASHenv] = ACTIONS(1048), - [anon_sym_export_DASHenv] = ACTIONS(1048), - [anon_sym_extern] = ACTIONS(1048), - [anon_sym_module] = ACTIONS(1048), - [anon_sym_use] = ACTIONS(1048), - [anon_sym_LBRACK] = ACTIONS(1054), - [anon_sym_LPAREN] = ACTIONS(1048), - [anon_sym_RPAREN] = ACTIONS(1048), - [anon_sym_DOLLAR] = ACTIONS(1048), - [anon_sym_error] = ACTIONS(1048), - [anon_sym_DASH] = ACTIONS(1048), - [anon_sym_break] = ACTIONS(1048), - [anon_sym_continue] = ACTIONS(1048), - [anon_sym_for] = ACTIONS(1048), - [anon_sym_loop] = ACTIONS(1048), - [anon_sym_while] = ACTIONS(1048), - [anon_sym_do] = ACTIONS(1048), - [anon_sym_if] = ACTIONS(1048), - [anon_sym_match] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1048), - [anon_sym_RBRACE] = ACTIONS(1048), - [anon_sym_try] = ACTIONS(1048), - [anon_sym_return] = ACTIONS(1048), - [anon_sym_source] = ACTIONS(1048), - [anon_sym_source_DASHenv] = ACTIONS(1048), - [anon_sym_register] = ACTIONS(1048), - [anon_sym_hide] = ACTIONS(1048), - [anon_sym_hide_DASHenv] = ACTIONS(1048), - [anon_sym_overlay] = ACTIONS(1048), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_where] = ACTIONS(1048), - [anon_sym_not] = ACTIONS(1048), - [anon_sym_DOT_DOT_LT] = ACTIONS(1048), - [anon_sym_DOT_DOT] = ACTIONS(1048), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1048), - [sym_val_nothing] = ACTIONS(1048), - [anon_sym_true] = ACTIONS(1048), - [anon_sym_false] = ACTIONS(1048), - [aux_sym_val_number_token1] = ACTIONS(1048), - [aux_sym_val_number_token2] = ACTIONS(1048), - [aux_sym_val_number_token3] = ACTIONS(1048), - [aux_sym_val_number_token4] = ACTIONS(1048), - [anon_sym_inf] = ACTIONS(1048), - [anon_sym_DASHinf] = ACTIONS(1048), - [anon_sym_NaN] = ACTIONS(1048), - [anon_sym_0b] = ACTIONS(1048), - [anon_sym_0o] = ACTIONS(1048), - [anon_sym_0x] = ACTIONS(1048), - [sym_val_date] = ACTIONS(1048), - [anon_sym_DQUOTE] = ACTIONS(1058), - [sym__str_single_quotes] = ACTIONS(1060), - [sym__str_back_ticks] = ACTIONS(1060), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1048), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1048), - [anon_sym_CARET] = ACTIONS(1048), - [anon_sym_POUND] = ACTIONS(3), - }, - [493] = { - [sym_comment] = STATE(493), - [anon_sym_SEMI] = ACTIONS(746), - [anon_sym_LF] = ACTIONS(748), - [anon_sym_LBRACK] = ACTIONS(746), - [anon_sym_LPAREN] = ACTIONS(746), - [anon_sym_RPAREN] = ACTIONS(746), - [anon_sym_PIPE] = ACTIONS(746), - [anon_sym_DOLLAR] = ACTIONS(746), - [anon_sym_GT] = ACTIONS(746), - [anon_sym_DASH_DASH] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_in] = ACTIONS(746), - [anon_sym_LBRACE] = ACTIONS(746), - [anon_sym_RBRACE] = ACTIONS(746), - [anon_sym_DOT] = ACTIONS(746), - [anon_sym_STAR] = ACTIONS(746), - [anon_sym_STAR_STAR] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(746), - [anon_sym_mod] = ACTIONS(746), - [anon_sym_SLASH_SLASH] = ACTIONS(746), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_bit_DASHshl] = ACTIONS(746), - [anon_sym_bit_DASHshr] = ACTIONS(746), - [anon_sym_EQ_EQ] = ACTIONS(746), - [anon_sym_BANG_EQ] = ACTIONS(746), - [anon_sym_LT2] = ACTIONS(746), - [anon_sym_LT_EQ] = ACTIONS(746), - [anon_sym_GT_EQ] = ACTIONS(746), - [anon_sym_not_DASHin] = ACTIONS(746), - [anon_sym_starts_DASHwith] = ACTIONS(746), - [anon_sym_ends_DASHwith] = ACTIONS(746), - [anon_sym_EQ_TILDE] = ACTIONS(746), - [anon_sym_BANG_TILDE] = ACTIONS(746), - [anon_sym_bit_DASHand] = ACTIONS(746), - [anon_sym_bit_DASHxor] = ACTIONS(746), - [anon_sym_bit_DASHor] = ACTIONS(746), - [anon_sym_and] = ACTIONS(746), - [anon_sym_xor] = ACTIONS(746), - [anon_sym_or] = ACTIONS(746), - [anon_sym_DOT_DOT_LT] = ACTIONS(746), - [anon_sym_DOT_DOT] = ACTIONS(746), - [anon_sym_DOT_DOT_EQ] = ACTIONS(746), - [sym_val_nothing] = ACTIONS(746), - [anon_sym_true] = ACTIONS(746), - [anon_sym_false] = ACTIONS(746), - [aux_sym_val_number_token1] = ACTIONS(746), - [aux_sym_val_number_token2] = ACTIONS(746), - [aux_sym_val_number_token3] = ACTIONS(746), - [aux_sym_val_number_token4] = ACTIONS(746), - [anon_sym_inf] = ACTIONS(746), - [anon_sym_DASHinf] = ACTIONS(746), - [anon_sym_NaN] = ACTIONS(746), - [anon_sym_0b] = ACTIONS(746), - [anon_sym_0o] = ACTIONS(746), - [anon_sym_0x] = ACTIONS(746), - [sym_val_date] = ACTIONS(746), - [anon_sym_DQUOTE] = ACTIONS(746), - [sym__str_single_quotes] = ACTIONS(746), - [sym__str_back_ticks] = ACTIONS(746), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(746), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(746), - [anon_sym_err_GT] = ACTIONS(746), - [anon_sym_out_GT] = ACTIONS(746), - [anon_sym_e_GT] = ACTIONS(746), - [anon_sym_o_GT] = ACTIONS(746), - [anon_sym_err_PLUSout_GT] = ACTIONS(746), - [anon_sym_out_PLUSerr_GT] = ACTIONS(746), - [anon_sym_o_PLUSe_GT] = ACTIONS(746), - [anon_sym_e_PLUSo_GT] = ACTIONS(746), - [sym_short_flag] = ACTIONS(746), - [aux_sym_unquoted_token1] = ACTIONS(746), - [anon_sym_POUND] = ACTIONS(3), - }, - [494] = { - [sym_comment] = STATE(494), - [ts_builtin_sym_end] = ACTIONS(658), - [anon_sym_SEMI] = ACTIONS(656), - [anon_sym_LF] = ACTIONS(658), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LPAREN] = ACTIONS(656), - [anon_sym_PIPE] = ACTIONS(656), - [anon_sym_DOLLAR] = ACTIONS(656), - [anon_sym_GT] = ACTIONS(656), - [anon_sym_DASH_DASH] = ACTIONS(656), - [anon_sym_DASH] = ACTIONS(656), - [anon_sym_in] = ACTIONS(656), - [anon_sym_LBRACE] = ACTIONS(656), - [anon_sym_DOT] = ACTIONS(656), - [anon_sym_STAR] = ACTIONS(656), - [anon_sym_QMARK2] = ACTIONS(1062), - [anon_sym_STAR_STAR] = ACTIONS(656), - [anon_sym_PLUS_PLUS] = ACTIONS(656), - [anon_sym_SLASH] = ACTIONS(656), - [anon_sym_mod] = ACTIONS(656), - [anon_sym_SLASH_SLASH] = ACTIONS(656), - [anon_sym_PLUS] = ACTIONS(656), - [anon_sym_bit_DASHshl] = ACTIONS(656), - [anon_sym_bit_DASHshr] = ACTIONS(656), - [anon_sym_EQ_EQ] = ACTIONS(656), - [anon_sym_BANG_EQ] = ACTIONS(656), - [anon_sym_LT2] = ACTIONS(656), - [anon_sym_LT_EQ] = ACTIONS(656), - [anon_sym_GT_EQ] = ACTIONS(656), - [anon_sym_not_DASHin] = ACTIONS(656), - [anon_sym_starts_DASHwith] = ACTIONS(656), - [anon_sym_ends_DASHwith] = ACTIONS(656), - [anon_sym_EQ_TILDE] = ACTIONS(656), - [anon_sym_BANG_TILDE] = ACTIONS(656), - [anon_sym_bit_DASHand] = ACTIONS(656), - [anon_sym_bit_DASHxor] = ACTIONS(656), - [anon_sym_bit_DASHor] = ACTIONS(656), - [anon_sym_and] = ACTIONS(656), - [anon_sym_xor] = ACTIONS(656), - [anon_sym_or] = ACTIONS(656), - [anon_sym_DOT_DOT_LT] = ACTIONS(656), - [anon_sym_DOT_DOT] = ACTIONS(656), - [anon_sym_DOT_DOT_EQ] = ACTIONS(656), - [sym_val_nothing] = ACTIONS(656), - [anon_sym_true] = ACTIONS(656), - [anon_sym_false] = ACTIONS(656), - [aux_sym_val_number_token1] = ACTIONS(656), - [aux_sym_val_number_token2] = ACTIONS(656), - [aux_sym_val_number_token3] = ACTIONS(656), - [aux_sym_val_number_token4] = ACTIONS(656), - [anon_sym_inf] = ACTIONS(656), - [anon_sym_DASHinf] = ACTIONS(656), - [anon_sym_NaN] = ACTIONS(656), - [anon_sym_0b] = ACTIONS(656), - [anon_sym_0o] = ACTIONS(656), - [anon_sym_0x] = ACTIONS(656), - [sym_val_date] = ACTIONS(656), - [anon_sym_DQUOTE] = ACTIONS(656), - [sym__str_single_quotes] = ACTIONS(656), - [sym__str_back_ticks] = ACTIONS(656), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(656), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(656), - [anon_sym_err_GT] = ACTIONS(656), - [anon_sym_out_GT] = ACTIONS(656), - [anon_sym_e_GT] = ACTIONS(656), - [anon_sym_o_GT] = ACTIONS(656), - [anon_sym_err_PLUSout_GT] = ACTIONS(656), - [anon_sym_out_PLUSerr_GT] = ACTIONS(656), - [anon_sym_o_PLUSe_GT] = ACTIONS(656), - [anon_sym_e_PLUSo_GT] = ACTIONS(656), - [sym_short_flag] = ACTIONS(656), - [aux_sym_unquoted_token1] = ACTIONS(656), - [anon_sym_POUND] = ACTIONS(3), - }, - [495] = { - [sym_comment] = STATE(495), - [ts_builtin_sym_end] = ACTIONS(658), - [anon_sym_SEMI] = ACTIONS(656), - [anon_sym_LF] = ACTIONS(658), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LPAREN] = ACTIONS(656), - [anon_sym_PIPE] = ACTIONS(656), - [anon_sym_DOLLAR] = ACTIONS(656), - [anon_sym_GT] = ACTIONS(656), - [anon_sym_DASH_DASH] = ACTIONS(656), - [anon_sym_DASH] = ACTIONS(656), - [anon_sym_in] = ACTIONS(656), - [anon_sym_LBRACE] = ACTIONS(656), - [anon_sym_DOT] = ACTIONS(656), - [anon_sym_STAR] = ACTIONS(656), - [anon_sym_QMARK2] = ACTIONS(1062), - [anon_sym_STAR_STAR] = ACTIONS(656), - [anon_sym_PLUS_PLUS] = ACTIONS(656), - [anon_sym_SLASH] = ACTIONS(656), - [anon_sym_mod] = ACTIONS(656), - [anon_sym_SLASH_SLASH] = ACTIONS(656), - [anon_sym_PLUS] = ACTIONS(656), - [anon_sym_bit_DASHshl] = ACTIONS(656), - [anon_sym_bit_DASHshr] = ACTIONS(656), - [anon_sym_EQ_EQ] = ACTIONS(656), - [anon_sym_BANG_EQ] = ACTIONS(656), - [anon_sym_LT2] = ACTIONS(656), - [anon_sym_LT_EQ] = ACTIONS(656), - [anon_sym_GT_EQ] = ACTIONS(656), - [anon_sym_not_DASHin] = ACTIONS(656), - [anon_sym_starts_DASHwith] = ACTIONS(656), - [anon_sym_ends_DASHwith] = ACTIONS(656), - [anon_sym_EQ_TILDE] = ACTIONS(656), - [anon_sym_BANG_TILDE] = ACTIONS(656), - [anon_sym_bit_DASHand] = ACTIONS(656), - [anon_sym_bit_DASHxor] = ACTIONS(656), - [anon_sym_bit_DASHor] = ACTIONS(656), - [anon_sym_and] = ACTIONS(656), - [anon_sym_xor] = ACTIONS(656), - [anon_sym_or] = ACTIONS(656), - [anon_sym_DOT_DOT_LT] = ACTIONS(656), - [anon_sym_DOT_DOT] = ACTIONS(656), - [anon_sym_DOT_DOT_EQ] = ACTIONS(656), - [sym_val_nothing] = ACTIONS(656), - [anon_sym_true] = ACTIONS(656), - [anon_sym_false] = ACTIONS(656), - [aux_sym_val_number_token1] = ACTIONS(656), - [aux_sym_val_number_token2] = ACTIONS(656), - [aux_sym_val_number_token3] = ACTIONS(656), - [aux_sym_val_number_token4] = ACTIONS(656), - [anon_sym_inf] = ACTIONS(656), - [anon_sym_DASHinf] = ACTIONS(656), - [anon_sym_NaN] = ACTIONS(656), - [anon_sym_0b] = ACTIONS(656), - [anon_sym_0o] = ACTIONS(656), - [anon_sym_0x] = ACTIONS(656), - [sym_val_date] = ACTIONS(656), - [anon_sym_DQUOTE] = ACTIONS(656), - [sym__str_single_quotes] = ACTIONS(656), - [sym__str_back_ticks] = ACTIONS(656), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(656), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(656), - [anon_sym_err_GT] = ACTIONS(656), - [anon_sym_out_GT] = ACTIONS(656), - [anon_sym_e_GT] = ACTIONS(656), - [anon_sym_o_GT] = ACTIONS(656), - [anon_sym_err_PLUSout_GT] = ACTIONS(656), - [anon_sym_out_PLUSerr_GT] = ACTIONS(656), - [anon_sym_o_PLUSe_GT] = ACTIONS(656), - [anon_sym_e_PLUSo_GT] = ACTIONS(656), - [sym_short_flag] = ACTIONS(656), - [aux_sym_unquoted_token1] = ACTIONS(656), - [anon_sym_POUND] = ACTIONS(3), - }, - [496] = { - [sym_comment] = STATE(496), - [anon_sym_SEMI] = ACTIONS(750), - [anon_sym_LF] = ACTIONS(752), - [anon_sym_LBRACK] = ACTIONS(750), - [anon_sym_LPAREN] = ACTIONS(750), - [anon_sym_RPAREN] = ACTIONS(750), - [anon_sym_PIPE] = ACTIONS(750), - [anon_sym_DOLLAR] = ACTIONS(750), - [anon_sym_GT] = ACTIONS(750), - [anon_sym_DASH_DASH] = ACTIONS(750), - [anon_sym_DASH] = ACTIONS(750), - [anon_sym_in] = ACTIONS(750), - [anon_sym_LBRACE] = ACTIONS(750), - [anon_sym_RBRACE] = ACTIONS(750), - [anon_sym_DOT] = ACTIONS(750), - [anon_sym_STAR] = ACTIONS(750), - [anon_sym_STAR_STAR] = ACTIONS(750), - [anon_sym_PLUS_PLUS] = ACTIONS(750), - [anon_sym_SLASH] = ACTIONS(750), - [anon_sym_mod] = ACTIONS(750), - [anon_sym_SLASH_SLASH] = ACTIONS(750), - [anon_sym_PLUS] = ACTIONS(750), - [anon_sym_bit_DASHshl] = ACTIONS(750), - [anon_sym_bit_DASHshr] = ACTIONS(750), - [anon_sym_EQ_EQ] = ACTIONS(750), - [anon_sym_BANG_EQ] = ACTIONS(750), - [anon_sym_LT2] = ACTIONS(750), - [anon_sym_LT_EQ] = ACTIONS(750), - [anon_sym_GT_EQ] = ACTIONS(750), - [anon_sym_not_DASHin] = ACTIONS(750), - [anon_sym_starts_DASHwith] = ACTIONS(750), - [anon_sym_ends_DASHwith] = ACTIONS(750), - [anon_sym_EQ_TILDE] = ACTIONS(750), - [anon_sym_BANG_TILDE] = ACTIONS(750), - [anon_sym_bit_DASHand] = ACTIONS(750), - [anon_sym_bit_DASHxor] = ACTIONS(750), - [anon_sym_bit_DASHor] = ACTIONS(750), - [anon_sym_and] = ACTIONS(750), - [anon_sym_xor] = ACTIONS(750), - [anon_sym_or] = ACTIONS(750), - [anon_sym_DOT_DOT_LT] = ACTIONS(750), - [anon_sym_DOT_DOT] = ACTIONS(750), - [anon_sym_DOT_DOT_EQ] = ACTIONS(750), - [sym_val_nothing] = ACTIONS(750), - [anon_sym_true] = ACTIONS(750), - [anon_sym_false] = ACTIONS(750), - [aux_sym_val_number_token1] = ACTIONS(750), - [aux_sym_val_number_token2] = ACTIONS(750), - [aux_sym_val_number_token3] = ACTIONS(750), - [aux_sym_val_number_token4] = ACTIONS(750), - [anon_sym_inf] = ACTIONS(750), - [anon_sym_DASHinf] = ACTIONS(750), - [anon_sym_NaN] = ACTIONS(750), - [anon_sym_0b] = ACTIONS(750), - [anon_sym_0o] = ACTIONS(750), - [anon_sym_0x] = ACTIONS(750), - [sym_val_date] = ACTIONS(750), - [anon_sym_DQUOTE] = ACTIONS(750), - [sym__str_single_quotes] = ACTIONS(750), - [sym__str_back_ticks] = ACTIONS(750), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(750), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(750), - [anon_sym_err_GT] = ACTIONS(750), - [anon_sym_out_GT] = ACTIONS(750), - [anon_sym_e_GT] = ACTIONS(750), - [anon_sym_o_GT] = ACTIONS(750), - [anon_sym_err_PLUSout_GT] = ACTIONS(750), - [anon_sym_out_PLUSerr_GT] = ACTIONS(750), - [anon_sym_o_PLUSe_GT] = ACTIONS(750), - [anon_sym_e_PLUSo_GT] = ACTIONS(750), - [sym_short_flag] = ACTIONS(750), - [aux_sym_unquoted_token1] = ACTIONS(750), + [488] = { + [sym__command_name] = STATE(845), + [sym_scope_pattern] = STATE(807), + [sym_wild_card] = STATE(847), + [sym_command_list] = STATE(842), + [sym_val_string] = STATE(771), + [sym__str_double_quotes] = STATE(752), + [sym_comment] = STATE(488), + [anon_sym_export] = ACTIONS(1044), + [anon_sym_alias] = ACTIONS(1044), + [anon_sym_let] = ACTIONS(1044), + [anon_sym_let_DASHenv] = ACTIONS(1044), + [anon_sym_mut] = ACTIONS(1044), + [anon_sym_const] = ACTIONS(1044), + [sym_cmd_identifier] = ACTIONS(1046), + [anon_sym_SEMI] = ACTIONS(1044), + [anon_sym_LF] = ACTIONS(1048), + [anon_sym_def] = ACTIONS(1044), + [anon_sym_def_DASHenv] = ACTIONS(1044), + [anon_sym_export_DASHenv] = ACTIONS(1044), + [anon_sym_extern] = ACTIONS(1044), + [anon_sym_module] = ACTIONS(1044), + [anon_sym_use] = ACTIONS(1044), + [anon_sym_LBRACK] = ACTIONS(1050), + [anon_sym_LPAREN] = ACTIONS(1044), + [anon_sym_RPAREN] = ACTIONS(1044), + [anon_sym_DOLLAR] = ACTIONS(1044), + [anon_sym_error] = ACTIONS(1044), + [anon_sym_DASH] = ACTIONS(1044), + [anon_sym_break] = ACTIONS(1044), + [anon_sym_continue] = ACTIONS(1044), + [anon_sym_for] = ACTIONS(1044), + [anon_sym_loop] = ACTIONS(1044), + [anon_sym_while] = ACTIONS(1044), + [anon_sym_do] = ACTIONS(1044), + [anon_sym_if] = ACTIONS(1044), + [anon_sym_match] = ACTIONS(1044), + [anon_sym_LBRACE] = ACTIONS(1044), + [anon_sym_RBRACE] = ACTIONS(1044), + [anon_sym_try] = ACTIONS(1044), + [anon_sym_return] = ACTIONS(1044), + [anon_sym_source] = ACTIONS(1044), + [anon_sym_source_DASHenv] = ACTIONS(1044), + [anon_sym_register] = ACTIONS(1044), + [anon_sym_hide] = ACTIONS(1044), + [anon_sym_hide_DASHenv] = ACTIONS(1044), + [anon_sym_overlay] = ACTIONS(1044), + [anon_sym_STAR] = ACTIONS(1052), + [anon_sym_where] = ACTIONS(1044), + [anon_sym_not] = ACTIONS(1044), + [anon_sym_DOT_DOT_LT] = ACTIONS(1044), + [anon_sym_DOT_DOT] = ACTIONS(1044), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1044), + [sym_val_nothing] = ACTIONS(1044), + [anon_sym_true] = ACTIONS(1044), + [anon_sym_false] = ACTIONS(1044), + [aux_sym_val_number_token1] = ACTIONS(1044), + [aux_sym_val_number_token2] = ACTIONS(1044), + [aux_sym_val_number_token3] = ACTIONS(1044), + [aux_sym_val_number_token4] = ACTIONS(1044), + [anon_sym_inf] = ACTIONS(1044), + [anon_sym_DASHinf] = ACTIONS(1044), + [anon_sym_NaN] = ACTIONS(1044), + [anon_sym_0b] = ACTIONS(1044), + [anon_sym_0o] = ACTIONS(1044), + [anon_sym_0x] = ACTIONS(1044), + [sym_val_date] = ACTIONS(1044), + [anon_sym_DQUOTE] = ACTIONS(1054), + [sym__str_single_quotes] = ACTIONS(1056), + [sym__str_back_ticks] = ACTIONS(1056), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1044), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1044), + [anon_sym_CARET] = ACTIONS(1044), [anon_sym_POUND] = ACTIONS(3), }, - [497] = { - [sym__ctrl_expression] = STATE(3139), - [sym_ctrl_do] = STATE(826), - [sym_ctrl_if] = STATE(826), - [sym_ctrl_match] = STATE(826), - [sym_ctrl_try] = STATE(826), - [sym_ctrl_return] = STATE(826), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3419), - [sym_where_command] = STATE(3146), - [sym__expression] = STATE(2450), - [sym_expr_unary] = STATE(2481), - [sym_expr_binary] = STATE(2481), - [sym_expr_parenthesized] = STATE(2087), - [sym_val_range] = STATE(2481), - [sym__value] = STATE(2481), - [sym_val_bool] = STATE(2506), - [sym_val_variable] = STATE(2506), - [sym__var] = STATE(2158), - [sym_val_number] = STATE(127), - [sym_val_duration] = STATE(2506), - [sym_val_filesize] = STATE(2506), - [sym_val_binary] = STATE(2506), - [sym_val_string] = STATE(2506), - [sym__str_double_quotes] = STATE(2499), - [sym_val_interpolated] = STATE(2506), - [sym__inter_single_quotes] = STATE(2471), - [sym__inter_double_quotes] = STATE(2469), - [sym_val_list] = STATE(2506), - [sym_val_record] = STATE(2506), - [sym_val_table] = STATE(2506), - [sym_val_closure] = STATE(2506), - [sym_command] = STATE(3146), - [sym_comment] = STATE(497), - [aux_sym_pipeline_repeat1] = STATE(553), - [sym_cmd_identifier] = ACTIONS(19), - [anon_sym_LBRACK] = ACTIONS(31), - [anon_sym_LPAREN] = ACTIONS(33), - [anon_sym_DOLLAR] = ACTIONS(1008), - [anon_sym_DASH] = ACTIONS(39), - [anon_sym_break] = ACTIONS(41), - [anon_sym_continue] = ACTIONS(43), - [anon_sym_do] = ACTIONS(1010), - [anon_sym_if] = ACTIONS(1012), - [anon_sym_match] = ACTIONS(55), - [anon_sym_LBRACE] = ACTIONS(57), - [anon_sym_try] = ACTIONS(1014), - [anon_sym_return] = ACTIONS(1016), - [anon_sym_where] = ACTIONS(73), - [anon_sym_not] = ACTIONS(75), - [anon_sym_DOT_DOT_LT] = ACTIONS(77), - [anon_sym_DOT_DOT] = ACTIONS(79), - [anon_sym_DOT_DOT_EQ] = ACTIONS(77), - [sym_val_nothing] = ACTIONS(81), - [anon_sym_true] = ACTIONS(83), - [anon_sym_false] = ACTIONS(83), - [aux_sym_val_number_token1] = ACTIONS(85), - [aux_sym_val_number_token2] = ACTIONS(87), - [aux_sym_val_number_token3] = ACTIONS(87), - [aux_sym_val_number_token4] = ACTIONS(87), - [anon_sym_inf] = ACTIONS(85), - [anon_sym_DASHinf] = ACTIONS(87), - [anon_sym_NaN] = ACTIONS(85), - [anon_sym_0b] = ACTIONS(89), - [anon_sym_0o] = ACTIONS(89), - [anon_sym_0x] = ACTIONS(89), - [sym_val_date] = ACTIONS(91), - [anon_sym_DQUOTE] = ACTIONS(93), - [sym__str_single_quotes] = ACTIONS(95), - [sym__str_back_ticks] = ACTIONS(95), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(97), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(99), - [anon_sym_CARET] = ACTIONS(101), - [anon_sym_POUND] = ACTIONS(157), - }, - [498] = { - [sym__command_name] = STATE(795), - [sym_scope_pattern] = STATE(815), - [sym_wild_card] = STATE(804), - [sym_command_list] = STATE(802), - [sym_val_string] = STATE(774), - [sym__str_double_quotes] = STATE(782), - [sym_comment] = STATE(498), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_alias] = ACTIONS(1064), - [anon_sym_let] = ACTIONS(1064), - [anon_sym_let_DASHenv] = ACTIONS(1064), - [anon_sym_mut] = ACTIONS(1064), - [anon_sym_const] = ACTIONS(1064), - [sym_cmd_identifier] = ACTIONS(1050), - [anon_sym_SEMI] = ACTIONS(1064), - [anon_sym_LF] = ACTIONS(1066), - [anon_sym_def] = ACTIONS(1064), - [anon_sym_def_DASHenv] = ACTIONS(1064), - [anon_sym_export_DASHenv] = ACTIONS(1064), - [anon_sym_extern] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_use] = ACTIONS(1064), - [anon_sym_LBRACK] = ACTIONS(1054), - [anon_sym_LPAREN] = ACTIONS(1064), - [anon_sym_RPAREN] = ACTIONS(1064), - [anon_sym_DOLLAR] = ACTIONS(1064), - [anon_sym_error] = ACTIONS(1064), - [anon_sym_DASH] = ACTIONS(1064), - [anon_sym_break] = ACTIONS(1064), - [anon_sym_continue] = ACTIONS(1064), - [anon_sym_for] = ACTIONS(1064), - [anon_sym_loop] = ACTIONS(1064), - [anon_sym_while] = ACTIONS(1064), - [anon_sym_do] = ACTIONS(1064), - [anon_sym_if] = ACTIONS(1064), - [anon_sym_match] = ACTIONS(1064), - [anon_sym_LBRACE] = ACTIONS(1064), - [anon_sym_RBRACE] = ACTIONS(1064), - [anon_sym_try] = ACTIONS(1064), - [anon_sym_return] = ACTIONS(1064), - [anon_sym_source] = ACTIONS(1064), - [anon_sym_source_DASHenv] = ACTIONS(1064), - [anon_sym_register] = ACTIONS(1064), - [anon_sym_hide] = ACTIONS(1064), - [anon_sym_hide_DASHenv] = ACTIONS(1064), - [anon_sym_overlay] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_where] = ACTIONS(1064), - [anon_sym_not] = ACTIONS(1064), - [anon_sym_DOT_DOT_LT] = ACTIONS(1064), - [anon_sym_DOT_DOT] = ACTIONS(1064), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1064), - [sym_val_nothing] = ACTIONS(1064), - [anon_sym_true] = ACTIONS(1064), - [anon_sym_false] = ACTIONS(1064), - [aux_sym_val_number_token1] = ACTIONS(1064), - [aux_sym_val_number_token2] = ACTIONS(1064), - [aux_sym_val_number_token3] = ACTIONS(1064), - [aux_sym_val_number_token4] = ACTIONS(1064), - [anon_sym_inf] = ACTIONS(1064), - [anon_sym_DASHinf] = ACTIONS(1064), - [anon_sym_NaN] = ACTIONS(1064), - [anon_sym_0b] = ACTIONS(1064), - [anon_sym_0o] = ACTIONS(1064), - [anon_sym_0x] = ACTIONS(1064), - [sym_val_date] = ACTIONS(1064), - [anon_sym_DQUOTE] = ACTIONS(1058), - [sym__str_single_quotes] = ACTIONS(1060), - [sym__str_back_ticks] = ACTIONS(1060), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1064), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1064), - [anon_sym_CARET] = ACTIONS(1064), + [489] = { + [sym_comment] = STATE(489), + [ts_builtin_sym_end] = ACTIONS(619), + [anon_sym_SEMI] = ACTIONS(617), + [anon_sym_LF] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(617), + [anon_sym_LPAREN] = ACTIONS(617), + [anon_sym_PIPE] = ACTIONS(617), + [anon_sym_DOLLAR] = ACTIONS(617), + [anon_sym_GT] = ACTIONS(617), + [anon_sym_DASH_DASH] = ACTIONS(617), + [anon_sym_DASH] = ACTIONS(617), + [anon_sym_in] = ACTIONS(617), + [anon_sym_LBRACE] = ACTIONS(617), + [anon_sym_DOT] = ACTIONS(617), + [anon_sym_STAR] = ACTIONS(617), + [anon_sym_QMARK2] = ACTIONS(617), + [anon_sym_STAR_STAR] = ACTIONS(617), + [anon_sym_PLUS_PLUS] = ACTIONS(617), + [anon_sym_SLASH] = ACTIONS(617), + [anon_sym_mod] = ACTIONS(617), + [anon_sym_SLASH_SLASH] = ACTIONS(617), + [anon_sym_PLUS] = ACTIONS(617), + [anon_sym_bit_DASHshl] = ACTIONS(617), + [anon_sym_bit_DASHshr] = ACTIONS(617), + [anon_sym_EQ_EQ] = ACTIONS(617), + [anon_sym_BANG_EQ] = ACTIONS(617), + [anon_sym_LT2] = ACTIONS(617), + [anon_sym_LT_EQ] = ACTIONS(617), + [anon_sym_GT_EQ] = ACTIONS(617), + [anon_sym_not_DASHin] = ACTIONS(617), + [anon_sym_starts_DASHwith] = ACTIONS(617), + [anon_sym_ends_DASHwith] = ACTIONS(617), + [anon_sym_EQ_TILDE] = ACTIONS(617), + [anon_sym_BANG_TILDE] = ACTIONS(617), + [anon_sym_bit_DASHand] = ACTIONS(617), + [anon_sym_bit_DASHxor] = ACTIONS(617), + [anon_sym_bit_DASHor] = ACTIONS(617), + [anon_sym_and] = ACTIONS(617), + [anon_sym_xor] = ACTIONS(617), + [anon_sym_or] = ACTIONS(617), + [anon_sym_DOT_DOT_LT] = ACTIONS(617), + [anon_sym_DOT_DOT] = ACTIONS(617), + [anon_sym_DOT_DOT_EQ] = ACTIONS(617), + [sym_val_nothing] = ACTIONS(617), + [anon_sym_true] = ACTIONS(617), + [anon_sym_false] = ACTIONS(617), + [aux_sym_val_number_token1] = ACTIONS(617), + [aux_sym_val_number_token2] = ACTIONS(617), + [aux_sym_val_number_token3] = ACTIONS(617), + [aux_sym_val_number_token4] = ACTIONS(617), + [anon_sym_inf] = ACTIONS(617), + [anon_sym_DASHinf] = ACTIONS(617), + [anon_sym_NaN] = ACTIONS(617), + [anon_sym_0b] = ACTIONS(617), + [anon_sym_0o] = ACTIONS(617), + [anon_sym_0x] = ACTIONS(617), + [sym_val_date] = ACTIONS(617), + [anon_sym_DQUOTE] = ACTIONS(617), + [sym__str_single_quotes] = ACTIONS(617), + [sym__str_back_ticks] = ACTIONS(617), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(617), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(617), + [anon_sym_err_GT] = ACTIONS(617), + [anon_sym_out_GT] = ACTIONS(617), + [anon_sym_e_GT] = ACTIONS(617), + [anon_sym_o_GT] = ACTIONS(617), + [anon_sym_err_PLUSout_GT] = ACTIONS(617), + [anon_sym_out_PLUSerr_GT] = ACTIONS(617), + [anon_sym_o_PLUSe_GT] = ACTIONS(617), + [anon_sym_e_PLUSo_GT] = ACTIONS(617), + [sym_short_flag] = ACTIONS(617), + [aux_sym_unquoted_token1] = ACTIONS(617), [anon_sym_POUND] = ACTIONS(3), }, - [499] = { - [sym__command_name] = STATE(795), - [sym_scope_pattern] = STATE(794), - [sym_wild_card] = STATE(804), - [sym_command_list] = STATE(802), - [sym_val_string] = STATE(774), - [sym__str_double_quotes] = STATE(782), - [sym_comment] = STATE(499), - [anon_sym_export] = ACTIONS(1068), - [anon_sym_alias] = ACTIONS(1068), - [anon_sym_let] = ACTIONS(1068), - [anon_sym_let_DASHenv] = ACTIONS(1068), - [anon_sym_mut] = ACTIONS(1068), - [anon_sym_const] = ACTIONS(1068), - [sym_cmd_identifier] = ACTIONS(1050), - [anon_sym_SEMI] = ACTIONS(1068), - [anon_sym_LF] = ACTIONS(1070), - [anon_sym_def] = ACTIONS(1068), - [anon_sym_def_DASHenv] = ACTIONS(1068), - [anon_sym_export_DASHenv] = ACTIONS(1068), - [anon_sym_extern] = ACTIONS(1068), - [anon_sym_module] = ACTIONS(1068), - [anon_sym_use] = ACTIONS(1068), - [anon_sym_LBRACK] = ACTIONS(1054), - [anon_sym_LPAREN] = ACTIONS(1068), - [anon_sym_RPAREN] = ACTIONS(1068), - [anon_sym_DOLLAR] = ACTIONS(1068), - [anon_sym_error] = ACTIONS(1068), - [anon_sym_DASH] = ACTIONS(1068), - [anon_sym_break] = ACTIONS(1068), - [anon_sym_continue] = ACTIONS(1068), - [anon_sym_for] = ACTIONS(1068), - [anon_sym_loop] = ACTIONS(1068), - [anon_sym_while] = ACTIONS(1068), - [anon_sym_do] = ACTIONS(1068), - [anon_sym_if] = ACTIONS(1068), - [anon_sym_match] = ACTIONS(1068), - [anon_sym_LBRACE] = ACTIONS(1068), - [anon_sym_RBRACE] = ACTIONS(1068), - [anon_sym_try] = ACTIONS(1068), - [anon_sym_return] = ACTIONS(1068), - [anon_sym_source] = ACTIONS(1068), - [anon_sym_source_DASHenv] = ACTIONS(1068), - [anon_sym_register] = ACTIONS(1068), - [anon_sym_hide] = ACTIONS(1068), - [anon_sym_hide_DASHenv] = ACTIONS(1068), - [anon_sym_overlay] = ACTIONS(1068), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_where] = ACTIONS(1068), - [anon_sym_not] = ACTIONS(1068), - [anon_sym_DOT_DOT_LT] = ACTIONS(1068), - [anon_sym_DOT_DOT] = ACTIONS(1068), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1068), - [sym_val_nothing] = ACTIONS(1068), - [anon_sym_true] = ACTIONS(1068), - [anon_sym_false] = ACTIONS(1068), - [aux_sym_val_number_token1] = ACTIONS(1068), - [aux_sym_val_number_token2] = ACTIONS(1068), - [aux_sym_val_number_token3] = ACTIONS(1068), - [aux_sym_val_number_token4] = ACTIONS(1068), - [anon_sym_inf] = ACTIONS(1068), - [anon_sym_DASHinf] = ACTIONS(1068), - [anon_sym_NaN] = ACTIONS(1068), - [anon_sym_0b] = ACTIONS(1068), - [anon_sym_0o] = ACTIONS(1068), - [anon_sym_0x] = ACTIONS(1068), - [sym_val_date] = ACTIONS(1068), - [anon_sym_DQUOTE] = ACTIONS(1058), - [sym__str_single_quotes] = ACTIONS(1060), - [sym__str_back_ticks] = ACTIONS(1060), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1068), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1068), - [anon_sym_CARET] = ACTIONS(1068), + [490] = { + [sym_comment] = STATE(490), + [ts_builtin_sym_end] = ACTIONS(669), + [anon_sym_SEMI] = ACTIONS(667), + [anon_sym_LF] = ACTIONS(669), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_LPAREN] = ACTIONS(667), + [anon_sym_PIPE] = ACTIONS(667), + [anon_sym_DOLLAR] = ACTIONS(667), + [anon_sym_GT] = ACTIONS(667), + [anon_sym_DASH_DASH] = ACTIONS(667), + [anon_sym_DASH] = ACTIONS(667), + [anon_sym_in] = ACTIONS(667), + [anon_sym_LBRACE] = ACTIONS(667), + [anon_sym_DOT] = ACTIONS(667), + [anon_sym_STAR] = ACTIONS(667), + [anon_sym_QMARK2] = ACTIONS(667), + [anon_sym_STAR_STAR] = ACTIONS(667), + [anon_sym_PLUS_PLUS] = ACTIONS(667), + [anon_sym_SLASH] = ACTIONS(667), + [anon_sym_mod] = ACTIONS(667), + [anon_sym_SLASH_SLASH] = ACTIONS(667), + [anon_sym_PLUS] = ACTIONS(667), + [anon_sym_bit_DASHshl] = ACTIONS(667), + [anon_sym_bit_DASHshr] = ACTIONS(667), + [anon_sym_EQ_EQ] = ACTIONS(667), + [anon_sym_BANG_EQ] = ACTIONS(667), + [anon_sym_LT2] = ACTIONS(667), + [anon_sym_LT_EQ] = ACTIONS(667), + [anon_sym_GT_EQ] = ACTIONS(667), + [anon_sym_not_DASHin] = ACTIONS(667), + [anon_sym_starts_DASHwith] = ACTIONS(667), + [anon_sym_ends_DASHwith] = ACTIONS(667), + [anon_sym_EQ_TILDE] = ACTIONS(667), + [anon_sym_BANG_TILDE] = ACTIONS(667), + [anon_sym_bit_DASHand] = ACTIONS(667), + [anon_sym_bit_DASHxor] = ACTIONS(667), + [anon_sym_bit_DASHor] = ACTIONS(667), + [anon_sym_and] = ACTIONS(667), + [anon_sym_xor] = ACTIONS(667), + [anon_sym_or] = ACTIONS(667), + [anon_sym_DOT_DOT_LT] = ACTIONS(667), + [anon_sym_DOT_DOT] = ACTIONS(667), + [anon_sym_DOT_DOT_EQ] = ACTIONS(667), + [sym_val_nothing] = ACTIONS(667), + [anon_sym_true] = ACTIONS(667), + [anon_sym_false] = ACTIONS(667), + [aux_sym_val_number_token1] = ACTIONS(667), + [aux_sym_val_number_token2] = ACTIONS(667), + [aux_sym_val_number_token3] = ACTIONS(667), + [aux_sym_val_number_token4] = ACTIONS(667), + [anon_sym_inf] = ACTIONS(667), + [anon_sym_DASHinf] = ACTIONS(667), + [anon_sym_NaN] = ACTIONS(667), + [anon_sym_0b] = ACTIONS(667), + [anon_sym_0o] = ACTIONS(667), + [anon_sym_0x] = ACTIONS(667), + [sym_val_date] = ACTIONS(667), + [anon_sym_DQUOTE] = ACTIONS(667), + [sym__str_single_quotes] = ACTIONS(667), + [sym__str_back_ticks] = ACTIONS(667), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(667), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(667), + [anon_sym_err_GT] = ACTIONS(667), + [anon_sym_out_GT] = ACTIONS(667), + [anon_sym_e_GT] = ACTIONS(667), + [anon_sym_o_GT] = ACTIONS(667), + [anon_sym_err_PLUSout_GT] = ACTIONS(667), + [anon_sym_out_PLUSerr_GT] = ACTIONS(667), + [anon_sym_o_PLUSe_GT] = ACTIONS(667), + [anon_sym_e_PLUSo_GT] = ACTIONS(667), + [sym_short_flag] = ACTIONS(667), + [aux_sym_unquoted_token1] = ACTIONS(667), [anon_sym_POUND] = ACTIONS(3), }, - [500] = { - [sym__ctrl_expression] = STATE(2972), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_pipe_element_last] = STATE(3458), - [sym_where_command] = STATE(2964), + [491] = { + [sym__ctrl_expression] = STATE(2959), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3474), + [sym_where_command] = STATE(2970), [sym__expression] = STATE(2285), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), - [sym_val_variable] = STATE(2337), - [sym__var] = STATE(2070), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(2964), - [sym_comment] = STATE(500), - [aux_sym_pipeline_repeat1] = STATE(553), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), + [sym_val_variable] = STATE(2410), + [sym__var] = STATE(2023), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), + [sym_comment] = STATE(491), + [aux_sym_pipeline_repeat1] = STATE(539), [sym_cmd_identifier] = ACTIONS(179), [anon_sym_LBRACK] = ACTIONS(191), [anon_sym_LPAREN] = ACTIONS(193), - [anon_sym_DOLLAR] = ACTIONS(1023), + [anon_sym_DOLLAR] = ACTIONS(1020), [anon_sym_DASH] = ACTIONS(201), [anon_sym_break] = ACTIONS(203), [anon_sym_continue] = ACTIONS(205), - [anon_sym_do] = ACTIONS(1025), - [anon_sym_if] = ACTIONS(1027), + [anon_sym_do] = ACTIONS(1022), + [anon_sym_if] = ACTIONS(1024), [anon_sym_match] = ACTIONS(217), [anon_sym_LBRACE] = ACTIONS(219), - [anon_sym_try] = ACTIONS(1029), - [anon_sym_return] = ACTIONS(1031), + [anon_sym_try] = ACTIONS(1026), + [anon_sym_return] = ACTIONS(1028), [anon_sym_where] = ACTIONS(237), [anon_sym_not] = ACTIONS(239), [anon_sym_DOT_DOT_LT] = ACTIONS(241), @@ -94376,1118 +93706,683 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(265), [anon_sym_POUND] = ACTIONS(157), }, - [501] = { - [sym_comment] = STATE(501), - [anon_sym_SEMI] = ACTIONS(773), - [anon_sym_LF] = ACTIONS(775), - [anon_sym_LBRACK] = ACTIONS(773), - [anon_sym_LPAREN] = ACTIONS(773), - [anon_sym_RPAREN] = ACTIONS(773), - [anon_sym_PIPE] = ACTIONS(773), - [anon_sym_DOLLAR] = ACTIONS(773), - [anon_sym_GT] = ACTIONS(773), - [anon_sym_DASH_DASH] = ACTIONS(773), - [anon_sym_DASH] = ACTIONS(773), - [anon_sym_in] = ACTIONS(773), - [anon_sym_LBRACE] = ACTIONS(773), - [anon_sym_RBRACE] = ACTIONS(773), - [anon_sym_STAR] = ACTIONS(773), - [anon_sym_STAR_STAR] = ACTIONS(773), - [anon_sym_PLUS_PLUS] = ACTIONS(773), - [anon_sym_SLASH] = ACTIONS(773), - [anon_sym_mod] = ACTIONS(773), - [anon_sym_SLASH_SLASH] = ACTIONS(773), - [anon_sym_PLUS] = ACTIONS(773), - [anon_sym_bit_DASHshl] = ACTIONS(773), - [anon_sym_bit_DASHshr] = ACTIONS(773), - [anon_sym_EQ_EQ] = ACTIONS(773), - [anon_sym_BANG_EQ] = ACTIONS(773), - [anon_sym_LT2] = ACTIONS(773), - [anon_sym_LT_EQ] = ACTIONS(773), - [anon_sym_GT_EQ] = ACTIONS(773), - [anon_sym_not_DASHin] = ACTIONS(773), - [anon_sym_starts_DASHwith] = ACTIONS(773), - [anon_sym_ends_DASHwith] = ACTIONS(773), - [anon_sym_EQ_TILDE] = ACTIONS(773), - [anon_sym_BANG_TILDE] = ACTIONS(773), - [anon_sym_bit_DASHand] = ACTIONS(773), - [anon_sym_bit_DASHxor] = ACTIONS(773), - [anon_sym_bit_DASHor] = ACTIONS(773), - [anon_sym_and] = ACTIONS(773), - [anon_sym_xor] = ACTIONS(773), - [anon_sym_or] = ACTIONS(773), - [anon_sym_DOT_DOT_LT] = ACTIONS(773), - [anon_sym_DOT_DOT] = ACTIONS(773), - [anon_sym_DOT_DOT_EQ] = ACTIONS(773), - [sym_val_nothing] = ACTIONS(773), - [anon_sym_true] = ACTIONS(773), - [anon_sym_false] = ACTIONS(773), - [aux_sym_val_number_token1] = ACTIONS(773), - [aux_sym_val_number_token2] = ACTIONS(773), - [aux_sym_val_number_token3] = ACTIONS(773), - [aux_sym_val_number_token4] = ACTIONS(773), - [anon_sym_inf] = ACTIONS(773), - [anon_sym_DASHinf] = ACTIONS(773), - [anon_sym_NaN] = ACTIONS(773), - [anon_sym_0b] = ACTIONS(773), - [anon_sym_0o] = ACTIONS(773), - [anon_sym_0x] = ACTIONS(773), - [sym_val_date] = ACTIONS(773), - [anon_sym_DQUOTE] = ACTIONS(773), - [sym__str_single_quotes] = ACTIONS(773), - [sym__str_back_ticks] = ACTIONS(773), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(773), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(773), - [anon_sym_err_GT] = ACTIONS(773), - [anon_sym_out_GT] = ACTIONS(773), - [anon_sym_e_GT] = ACTIONS(773), - [anon_sym_o_GT] = ACTIONS(773), - [anon_sym_err_PLUSout_GT] = ACTIONS(773), - [anon_sym_out_PLUSerr_GT] = ACTIONS(773), - [anon_sym_o_PLUSe_GT] = ACTIONS(773), - [anon_sym_e_PLUSo_GT] = ACTIONS(773), - [sym_short_flag] = ACTIONS(773), - [aux_sym_unquoted_token1] = ACTIONS(773), - [anon_sym_POUND] = ACTIONS(3), - }, - [502] = { - [sym_comment] = STATE(502), - [anon_sym_SEMI] = ACTIONS(797), - [anon_sym_LF] = ACTIONS(799), - [anon_sym_LBRACK] = ACTIONS(797), - [anon_sym_LPAREN] = ACTIONS(797), - [anon_sym_RPAREN] = ACTIONS(797), - [anon_sym_PIPE] = ACTIONS(797), - [anon_sym_DOLLAR] = ACTIONS(797), - [anon_sym_GT] = ACTIONS(797), - [anon_sym_DASH_DASH] = ACTIONS(797), - [anon_sym_DASH] = ACTIONS(797), - [anon_sym_in] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(797), - [anon_sym_RBRACE] = ACTIONS(797), - [anon_sym_STAR] = ACTIONS(797), - [anon_sym_STAR_STAR] = ACTIONS(797), - [anon_sym_PLUS_PLUS] = ACTIONS(797), - [anon_sym_SLASH] = ACTIONS(797), - [anon_sym_mod] = ACTIONS(797), - [anon_sym_SLASH_SLASH] = ACTIONS(797), - [anon_sym_PLUS] = ACTIONS(797), - [anon_sym_bit_DASHshl] = ACTIONS(797), - [anon_sym_bit_DASHshr] = ACTIONS(797), - [anon_sym_EQ_EQ] = ACTIONS(797), - [anon_sym_BANG_EQ] = ACTIONS(797), - [anon_sym_LT2] = ACTIONS(797), - [anon_sym_LT_EQ] = ACTIONS(797), - [anon_sym_GT_EQ] = ACTIONS(797), - [anon_sym_not_DASHin] = ACTIONS(797), - [anon_sym_starts_DASHwith] = ACTIONS(797), - [anon_sym_ends_DASHwith] = ACTIONS(797), - [anon_sym_EQ_TILDE] = ACTIONS(797), - [anon_sym_BANG_TILDE] = ACTIONS(797), - [anon_sym_bit_DASHand] = ACTIONS(797), - [anon_sym_bit_DASHxor] = ACTIONS(797), - [anon_sym_bit_DASHor] = ACTIONS(797), - [anon_sym_and] = ACTIONS(797), - [anon_sym_xor] = ACTIONS(797), - [anon_sym_or] = ACTIONS(797), - [anon_sym_DOT_DOT_LT] = ACTIONS(797), - [anon_sym_DOT_DOT] = ACTIONS(797), - [anon_sym_DOT_DOT_EQ] = ACTIONS(797), - [sym_val_nothing] = ACTIONS(797), - [anon_sym_true] = ACTIONS(797), - [anon_sym_false] = ACTIONS(797), - [aux_sym_val_number_token1] = ACTIONS(797), - [aux_sym_val_number_token2] = ACTIONS(797), - [aux_sym_val_number_token3] = ACTIONS(797), - [aux_sym_val_number_token4] = ACTIONS(797), - [anon_sym_inf] = ACTIONS(797), - [anon_sym_DASHinf] = ACTIONS(797), - [anon_sym_NaN] = ACTIONS(797), - [anon_sym_0b] = ACTIONS(797), - [anon_sym_0o] = ACTIONS(797), - [anon_sym_0x] = ACTIONS(797), - [sym_val_date] = ACTIONS(797), - [anon_sym_DQUOTE] = ACTIONS(797), - [sym__str_single_quotes] = ACTIONS(797), - [sym__str_back_ticks] = ACTIONS(797), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(797), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(797), - [anon_sym_err_GT] = ACTIONS(797), - [anon_sym_out_GT] = ACTIONS(797), - [anon_sym_e_GT] = ACTIONS(797), - [anon_sym_o_GT] = ACTIONS(797), - [anon_sym_err_PLUSout_GT] = ACTIONS(797), - [anon_sym_out_PLUSerr_GT] = ACTIONS(797), - [anon_sym_o_PLUSe_GT] = ACTIONS(797), - [anon_sym_e_PLUSo_GT] = ACTIONS(797), - [sym_short_flag] = ACTIONS(797), - [aux_sym_unquoted_token1] = ACTIONS(797), - [anon_sym_POUND] = ACTIONS(3), - }, - [503] = { - [sym_comment] = STATE(503), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(781), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(781), - [anon_sym_in] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(1072), - [anon_sym_STAR_STAR] = ACTIONS(1074), - [anon_sym_PLUS_PLUS] = ACTIONS(1074), - [anon_sym_SLASH] = ACTIONS(1072), - [anon_sym_mod] = ACTIONS(1072), - [anon_sym_SLASH_SLASH] = ACTIONS(1072), - [anon_sym_PLUS] = ACTIONS(781), - [anon_sym_bit_DASHshl] = ACTIONS(781), - [anon_sym_bit_DASHshr] = ACTIONS(781), - [anon_sym_EQ_EQ] = ACTIONS(781), - [anon_sym_BANG_EQ] = ACTIONS(781), - [anon_sym_LT2] = ACTIONS(781), - [anon_sym_LT_EQ] = ACTIONS(781), - [anon_sym_GT_EQ] = ACTIONS(781), - [anon_sym_not_DASHin] = ACTIONS(781), - [anon_sym_starts_DASHwith] = ACTIONS(781), - [anon_sym_ends_DASHwith] = ACTIONS(781), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_err_GT] = ACTIONS(781), - [anon_sym_out_GT] = ACTIONS(781), - [anon_sym_e_GT] = ACTIONS(781), - [anon_sym_o_GT] = ACTIONS(781), - [anon_sym_err_PLUSout_GT] = ACTIONS(781), - [anon_sym_out_PLUSerr_GT] = ACTIONS(781), - [anon_sym_o_PLUSe_GT] = ACTIONS(781), - [anon_sym_e_PLUSo_GT] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [aux_sym_unquoted_token1] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [504] = { - [sym_comment] = STATE(504), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(781), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(781), - [anon_sym_in] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(1074), - [anon_sym_PLUS_PLUS] = ACTIONS(1074), - [anon_sym_SLASH] = ACTIONS(781), - [anon_sym_mod] = ACTIONS(781), - [anon_sym_SLASH_SLASH] = ACTIONS(781), - [anon_sym_PLUS] = ACTIONS(781), - [anon_sym_bit_DASHshl] = ACTIONS(781), - [anon_sym_bit_DASHshr] = ACTIONS(781), - [anon_sym_EQ_EQ] = ACTIONS(781), - [anon_sym_BANG_EQ] = ACTIONS(781), - [anon_sym_LT2] = ACTIONS(781), - [anon_sym_LT_EQ] = ACTIONS(781), - [anon_sym_GT_EQ] = ACTIONS(781), - [anon_sym_not_DASHin] = ACTIONS(781), - [anon_sym_starts_DASHwith] = ACTIONS(781), - [anon_sym_ends_DASHwith] = ACTIONS(781), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_err_GT] = ACTIONS(781), - [anon_sym_out_GT] = ACTIONS(781), - [anon_sym_e_GT] = ACTIONS(781), - [anon_sym_o_GT] = ACTIONS(781), - [anon_sym_err_PLUSout_GT] = ACTIONS(781), - [anon_sym_out_PLUSerr_GT] = ACTIONS(781), - [anon_sym_o_PLUSe_GT] = ACTIONS(781), - [anon_sym_e_PLUSo_GT] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [aux_sym_unquoted_token1] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [505] = { - [sym_comment] = STATE(505), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(781), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(1076), - [anon_sym_in] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(1072), - [anon_sym_STAR_STAR] = ACTIONS(1074), - [anon_sym_PLUS_PLUS] = ACTIONS(1074), - [anon_sym_SLASH] = ACTIONS(1072), - [anon_sym_mod] = ACTIONS(1072), - [anon_sym_SLASH_SLASH] = ACTIONS(1072), - [anon_sym_PLUS] = ACTIONS(1076), - [anon_sym_bit_DASHshl] = ACTIONS(1078), - [anon_sym_bit_DASHshr] = ACTIONS(1078), - [anon_sym_EQ_EQ] = ACTIONS(781), - [anon_sym_BANG_EQ] = ACTIONS(781), - [anon_sym_LT2] = ACTIONS(781), - [anon_sym_LT_EQ] = ACTIONS(781), - [anon_sym_GT_EQ] = ACTIONS(781), - [anon_sym_not_DASHin] = ACTIONS(781), - [anon_sym_starts_DASHwith] = ACTIONS(781), - [anon_sym_ends_DASHwith] = ACTIONS(781), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_err_GT] = ACTIONS(781), - [anon_sym_out_GT] = ACTIONS(781), - [anon_sym_e_GT] = ACTIONS(781), - [anon_sym_o_GT] = ACTIONS(781), - [anon_sym_err_PLUSout_GT] = ACTIONS(781), - [anon_sym_out_PLUSerr_GT] = ACTIONS(781), - [anon_sym_o_PLUSe_GT] = ACTIONS(781), - [anon_sym_e_PLUSo_GT] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [aux_sym_unquoted_token1] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [506] = { - [sym_comment] = STATE(506), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(1080), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(1076), - [anon_sym_in] = ACTIONS(1082), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(1072), - [anon_sym_STAR_STAR] = ACTIONS(1074), - [anon_sym_PLUS_PLUS] = ACTIONS(1074), - [anon_sym_SLASH] = ACTIONS(1072), - [anon_sym_mod] = ACTIONS(1072), - [anon_sym_SLASH_SLASH] = ACTIONS(1072), - [anon_sym_PLUS] = ACTIONS(1076), - [anon_sym_bit_DASHshl] = ACTIONS(1078), - [anon_sym_bit_DASHshr] = ACTIONS(1078), - [anon_sym_EQ_EQ] = ACTIONS(1080), - [anon_sym_BANG_EQ] = ACTIONS(1080), - [anon_sym_LT2] = ACTIONS(1080), - [anon_sym_LT_EQ] = ACTIONS(1080), - [anon_sym_GT_EQ] = ACTIONS(1080), - [anon_sym_not_DASHin] = ACTIONS(1082), - [anon_sym_starts_DASHwith] = ACTIONS(1082), - [anon_sym_ends_DASHwith] = ACTIONS(1082), - [anon_sym_EQ_TILDE] = ACTIONS(1084), - [anon_sym_BANG_TILDE] = ACTIONS(1084), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_err_GT] = ACTIONS(781), - [anon_sym_out_GT] = ACTIONS(781), - [anon_sym_e_GT] = ACTIONS(781), - [anon_sym_o_GT] = ACTIONS(781), - [anon_sym_err_PLUSout_GT] = ACTIONS(781), - [anon_sym_out_PLUSerr_GT] = ACTIONS(781), - [anon_sym_o_PLUSe_GT] = ACTIONS(781), - [anon_sym_e_PLUSo_GT] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [aux_sym_unquoted_token1] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [507] = { - [sym_comment] = STATE(507), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(1080), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(1076), - [anon_sym_in] = ACTIONS(1082), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(1072), - [anon_sym_STAR_STAR] = ACTIONS(1074), - [anon_sym_PLUS_PLUS] = ACTIONS(1074), - [anon_sym_SLASH] = ACTIONS(1072), - [anon_sym_mod] = ACTIONS(1072), - [anon_sym_SLASH_SLASH] = ACTIONS(1072), - [anon_sym_PLUS] = ACTIONS(1076), - [anon_sym_bit_DASHshl] = ACTIONS(1078), - [anon_sym_bit_DASHshr] = ACTIONS(1078), - [anon_sym_EQ_EQ] = ACTIONS(1080), - [anon_sym_BANG_EQ] = ACTIONS(1080), - [anon_sym_LT2] = ACTIONS(1080), - [anon_sym_LT_EQ] = ACTIONS(1080), - [anon_sym_GT_EQ] = ACTIONS(1080), - [anon_sym_not_DASHin] = ACTIONS(1082), - [anon_sym_starts_DASHwith] = ACTIONS(1082), - [anon_sym_ends_DASHwith] = ACTIONS(1082), - [anon_sym_EQ_TILDE] = ACTIONS(1084), - [anon_sym_BANG_TILDE] = ACTIONS(1084), - [anon_sym_bit_DASHand] = ACTIONS(1086), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_err_GT] = ACTIONS(781), - [anon_sym_out_GT] = ACTIONS(781), - [anon_sym_e_GT] = ACTIONS(781), - [anon_sym_o_GT] = ACTIONS(781), - [anon_sym_err_PLUSout_GT] = ACTIONS(781), - [anon_sym_out_PLUSerr_GT] = ACTIONS(781), - [anon_sym_o_PLUSe_GT] = ACTIONS(781), - [anon_sym_e_PLUSo_GT] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [aux_sym_unquoted_token1] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [508] = { - [sym_comment] = STATE(508), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(1080), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(1076), - [anon_sym_in] = ACTIONS(1082), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(1072), - [anon_sym_STAR_STAR] = ACTIONS(1074), - [anon_sym_PLUS_PLUS] = ACTIONS(1074), - [anon_sym_SLASH] = ACTIONS(1072), - [anon_sym_mod] = ACTIONS(1072), - [anon_sym_SLASH_SLASH] = ACTIONS(1072), - [anon_sym_PLUS] = ACTIONS(1076), - [anon_sym_bit_DASHshl] = ACTIONS(1078), - [anon_sym_bit_DASHshr] = ACTIONS(1078), - [anon_sym_EQ_EQ] = ACTIONS(1080), - [anon_sym_BANG_EQ] = ACTIONS(1080), - [anon_sym_LT2] = ACTIONS(1080), - [anon_sym_LT_EQ] = ACTIONS(1080), - [anon_sym_GT_EQ] = ACTIONS(1080), - [anon_sym_not_DASHin] = ACTIONS(1082), - [anon_sym_starts_DASHwith] = ACTIONS(1082), - [anon_sym_ends_DASHwith] = ACTIONS(1082), - [anon_sym_EQ_TILDE] = ACTIONS(1084), - [anon_sym_BANG_TILDE] = ACTIONS(1084), - [anon_sym_bit_DASHand] = ACTIONS(1086), - [anon_sym_bit_DASHxor] = ACTIONS(1088), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_err_GT] = ACTIONS(781), - [anon_sym_out_GT] = ACTIONS(781), - [anon_sym_e_GT] = ACTIONS(781), - [anon_sym_o_GT] = ACTIONS(781), - [anon_sym_err_PLUSout_GT] = ACTIONS(781), - [anon_sym_out_PLUSerr_GT] = ACTIONS(781), - [anon_sym_o_PLUSe_GT] = ACTIONS(781), - [anon_sym_e_PLUSo_GT] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [aux_sym_unquoted_token1] = ACTIONS(781), + [492] = { + [sym_comment] = STATE(492), + [anon_sym_SEMI] = ACTIONS(753), + [anon_sym_LF] = ACTIONS(755), + [anon_sym_LBRACK] = ACTIONS(753), + [anon_sym_LPAREN] = ACTIONS(753), + [anon_sym_RPAREN] = ACTIONS(753), + [anon_sym_PIPE] = ACTIONS(753), + [anon_sym_DOLLAR] = ACTIONS(753), + [anon_sym_GT] = ACTIONS(753), + [anon_sym_DASH_DASH] = ACTIONS(753), + [anon_sym_DASH] = ACTIONS(753), + [anon_sym_in] = ACTIONS(753), + [anon_sym_LBRACE] = ACTIONS(753), + [anon_sym_RBRACE] = ACTIONS(753), + [anon_sym_DOT] = ACTIONS(753), + [anon_sym_STAR] = ACTIONS(753), + [anon_sym_STAR_STAR] = ACTIONS(753), + [anon_sym_PLUS_PLUS] = ACTIONS(753), + [anon_sym_SLASH] = ACTIONS(753), + [anon_sym_mod] = ACTIONS(753), + [anon_sym_SLASH_SLASH] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(753), + [anon_sym_bit_DASHshl] = ACTIONS(753), + [anon_sym_bit_DASHshr] = ACTIONS(753), + [anon_sym_EQ_EQ] = ACTIONS(753), + [anon_sym_BANG_EQ] = ACTIONS(753), + [anon_sym_LT2] = ACTIONS(753), + [anon_sym_LT_EQ] = ACTIONS(753), + [anon_sym_GT_EQ] = ACTIONS(753), + [anon_sym_not_DASHin] = ACTIONS(753), + [anon_sym_starts_DASHwith] = ACTIONS(753), + [anon_sym_ends_DASHwith] = ACTIONS(753), + [anon_sym_EQ_TILDE] = ACTIONS(753), + [anon_sym_BANG_TILDE] = ACTIONS(753), + [anon_sym_bit_DASHand] = ACTIONS(753), + [anon_sym_bit_DASHxor] = ACTIONS(753), + [anon_sym_bit_DASHor] = ACTIONS(753), + [anon_sym_and] = ACTIONS(753), + [anon_sym_xor] = ACTIONS(753), + [anon_sym_or] = ACTIONS(753), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_DOT_DOT] = ACTIONS(753), + [anon_sym_DOT_DOT_EQ] = ACTIONS(753), + [sym_val_nothing] = ACTIONS(753), + [anon_sym_true] = ACTIONS(753), + [anon_sym_false] = ACTIONS(753), + [aux_sym_val_number_token1] = ACTIONS(753), + [aux_sym_val_number_token2] = ACTIONS(753), + [aux_sym_val_number_token3] = ACTIONS(753), + [aux_sym_val_number_token4] = ACTIONS(753), + [anon_sym_inf] = ACTIONS(753), + [anon_sym_DASHinf] = ACTIONS(753), + [anon_sym_NaN] = ACTIONS(753), + [anon_sym_0b] = ACTIONS(753), + [anon_sym_0o] = ACTIONS(753), + [anon_sym_0x] = ACTIONS(753), + [sym_val_date] = ACTIONS(753), + [anon_sym_DQUOTE] = ACTIONS(753), + [sym__str_single_quotes] = ACTIONS(753), + [sym__str_back_ticks] = ACTIONS(753), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(753), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(753), + [anon_sym_err_GT] = ACTIONS(753), + [anon_sym_out_GT] = ACTIONS(753), + [anon_sym_e_GT] = ACTIONS(753), + [anon_sym_o_GT] = ACTIONS(753), + [anon_sym_err_PLUSout_GT] = ACTIONS(753), + [anon_sym_out_PLUSerr_GT] = ACTIONS(753), + [anon_sym_o_PLUSe_GT] = ACTIONS(753), + [anon_sym_e_PLUSo_GT] = ACTIONS(753), + [sym_short_flag] = ACTIONS(753), + [aux_sym_unquoted_token1] = ACTIONS(753), [anon_sym_POUND] = ACTIONS(3), }, - [509] = { - [sym_comment] = STATE(509), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(1080), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(1076), - [anon_sym_in] = ACTIONS(1082), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(1072), - [anon_sym_STAR_STAR] = ACTIONS(1074), - [anon_sym_PLUS_PLUS] = ACTIONS(1074), - [anon_sym_SLASH] = ACTIONS(1072), - [anon_sym_mod] = ACTIONS(1072), - [anon_sym_SLASH_SLASH] = ACTIONS(1072), - [anon_sym_PLUS] = ACTIONS(1076), - [anon_sym_bit_DASHshl] = ACTIONS(1078), - [anon_sym_bit_DASHshr] = ACTIONS(1078), - [anon_sym_EQ_EQ] = ACTIONS(1080), - [anon_sym_BANG_EQ] = ACTIONS(1080), - [anon_sym_LT2] = ACTIONS(1080), - [anon_sym_LT_EQ] = ACTIONS(1080), - [anon_sym_GT_EQ] = ACTIONS(1080), - [anon_sym_not_DASHin] = ACTIONS(1082), - [anon_sym_starts_DASHwith] = ACTIONS(1082), - [anon_sym_ends_DASHwith] = ACTIONS(1082), - [anon_sym_EQ_TILDE] = ACTIONS(1084), - [anon_sym_BANG_TILDE] = ACTIONS(1084), - [anon_sym_bit_DASHand] = ACTIONS(1086), - [anon_sym_bit_DASHxor] = ACTIONS(1088), - [anon_sym_bit_DASHor] = ACTIONS(1090), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_err_GT] = ACTIONS(781), - [anon_sym_out_GT] = ACTIONS(781), - [anon_sym_e_GT] = ACTIONS(781), - [anon_sym_o_GT] = ACTIONS(781), - [anon_sym_err_PLUSout_GT] = ACTIONS(781), - [anon_sym_out_PLUSerr_GT] = ACTIONS(781), - [anon_sym_o_PLUSe_GT] = ACTIONS(781), - [anon_sym_e_PLUSo_GT] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [aux_sym_unquoted_token1] = ACTIONS(781), + [493] = { + [sym_comment] = STATE(493), + [ts_builtin_sym_end] = ACTIONS(623), + [anon_sym_SEMI] = ACTIONS(621), + [anon_sym_LF] = ACTIONS(623), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_PIPE] = ACTIONS(621), + [anon_sym_DOLLAR] = ACTIONS(621), + [anon_sym_GT] = ACTIONS(621), + [anon_sym_DASH_DASH] = ACTIONS(621), + [anon_sym_DASH] = ACTIONS(621), + [anon_sym_in] = ACTIONS(621), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_DOT] = ACTIONS(621), + [anon_sym_STAR] = ACTIONS(621), + [anon_sym_QMARK2] = ACTIONS(1058), + [anon_sym_STAR_STAR] = ACTIONS(621), + [anon_sym_PLUS_PLUS] = ACTIONS(621), + [anon_sym_SLASH] = ACTIONS(621), + [anon_sym_mod] = ACTIONS(621), + [anon_sym_SLASH_SLASH] = ACTIONS(621), + [anon_sym_PLUS] = ACTIONS(621), + [anon_sym_bit_DASHshl] = ACTIONS(621), + [anon_sym_bit_DASHshr] = ACTIONS(621), + [anon_sym_EQ_EQ] = ACTIONS(621), + [anon_sym_BANG_EQ] = ACTIONS(621), + [anon_sym_LT2] = ACTIONS(621), + [anon_sym_LT_EQ] = ACTIONS(621), + [anon_sym_GT_EQ] = ACTIONS(621), + [anon_sym_not_DASHin] = ACTIONS(621), + [anon_sym_starts_DASHwith] = ACTIONS(621), + [anon_sym_ends_DASHwith] = ACTIONS(621), + [anon_sym_EQ_TILDE] = ACTIONS(621), + [anon_sym_BANG_TILDE] = ACTIONS(621), + [anon_sym_bit_DASHand] = ACTIONS(621), + [anon_sym_bit_DASHxor] = ACTIONS(621), + [anon_sym_bit_DASHor] = ACTIONS(621), + [anon_sym_and] = ACTIONS(621), + [anon_sym_xor] = ACTIONS(621), + [anon_sym_or] = ACTIONS(621), + [anon_sym_DOT_DOT_LT] = ACTIONS(621), + [anon_sym_DOT_DOT] = ACTIONS(621), + [anon_sym_DOT_DOT_EQ] = ACTIONS(621), + [sym_val_nothing] = ACTIONS(621), + [anon_sym_true] = ACTIONS(621), + [anon_sym_false] = ACTIONS(621), + [aux_sym_val_number_token1] = ACTIONS(621), + [aux_sym_val_number_token2] = ACTIONS(621), + [aux_sym_val_number_token3] = ACTIONS(621), + [aux_sym_val_number_token4] = ACTIONS(621), + [anon_sym_inf] = ACTIONS(621), + [anon_sym_DASHinf] = ACTIONS(621), + [anon_sym_NaN] = ACTIONS(621), + [anon_sym_0b] = ACTIONS(621), + [anon_sym_0o] = ACTIONS(621), + [anon_sym_0x] = ACTIONS(621), + [sym_val_date] = ACTIONS(621), + [anon_sym_DQUOTE] = ACTIONS(621), + [sym__str_single_quotes] = ACTIONS(621), + [sym__str_back_ticks] = ACTIONS(621), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(621), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(621), + [anon_sym_err_GT] = ACTIONS(621), + [anon_sym_out_GT] = ACTIONS(621), + [anon_sym_e_GT] = ACTIONS(621), + [anon_sym_o_GT] = ACTIONS(621), + [anon_sym_err_PLUSout_GT] = ACTIONS(621), + [anon_sym_out_PLUSerr_GT] = ACTIONS(621), + [anon_sym_o_PLUSe_GT] = ACTIONS(621), + [anon_sym_e_PLUSo_GT] = ACTIONS(621), + [sym_short_flag] = ACTIONS(621), + [aux_sym_unquoted_token1] = ACTIONS(621), [anon_sym_POUND] = ACTIONS(3), }, - [510] = { - [sym__command_name] = STATE(908), - [sym_scope_pattern] = STATE(959), - [sym_wild_card] = STATE(956), - [sym_command_list] = STATE(954), - [sym_val_string] = STATE(858), - [sym__str_double_quotes] = STATE(809), - [sym_comment] = STATE(510), - [ts_builtin_sym_end] = ACTIONS(1070), - [anon_sym_export] = ACTIONS(1068), - [anon_sym_alias] = ACTIONS(1068), - [anon_sym_let] = ACTIONS(1068), - [anon_sym_let_DASHenv] = ACTIONS(1068), - [anon_sym_mut] = ACTIONS(1068), - [anon_sym_const] = ACTIONS(1068), - [sym_cmd_identifier] = ACTIONS(1092), - [anon_sym_SEMI] = ACTIONS(1068), - [anon_sym_LF] = ACTIONS(1070), - [anon_sym_def] = ACTIONS(1068), - [anon_sym_def_DASHenv] = ACTIONS(1068), - [anon_sym_export_DASHenv] = ACTIONS(1068), - [anon_sym_extern] = ACTIONS(1068), - [anon_sym_module] = ACTIONS(1068), - [anon_sym_use] = ACTIONS(1068), - [anon_sym_LBRACK] = ACTIONS(1094), - [anon_sym_LPAREN] = ACTIONS(1068), - [anon_sym_DOLLAR] = ACTIONS(1068), - [anon_sym_error] = ACTIONS(1068), - [anon_sym_DASH] = ACTIONS(1068), - [anon_sym_break] = ACTIONS(1068), - [anon_sym_continue] = ACTIONS(1068), - [anon_sym_for] = ACTIONS(1068), - [anon_sym_loop] = ACTIONS(1068), - [anon_sym_while] = ACTIONS(1068), - [anon_sym_do] = ACTIONS(1068), - [anon_sym_if] = ACTIONS(1068), - [anon_sym_match] = ACTIONS(1068), - [anon_sym_LBRACE] = ACTIONS(1068), - [anon_sym_try] = ACTIONS(1068), - [anon_sym_return] = ACTIONS(1068), - [anon_sym_source] = ACTIONS(1068), - [anon_sym_source_DASHenv] = ACTIONS(1068), - [anon_sym_register] = ACTIONS(1068), - [anon_sym_hide] = ACTIONS(1068), - [anon_sym_hide_DASHenv] = ACTIONS(1068), - [anon_sym_overlay] = ACTIONS(1068), - [anon_sym_STAR] = ACTIONS(1096), - [anon_sym_where] = ACTIONS(1068), - [anon_sym_not] = ACTIONS(1068), - [anon_sym_DOT_DOT_LT] = ACTIONS(1068), - [anon_sym_DOT_DOT] = ACTIONS(1068), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1068), - [sym_val_nothing] = ACTIONS(1068), - [anon_sym_true] = ACTIONS(1068), - [anon_sym_false] = ACTIONS(1068), - [aux_sym_val_number_token1] = ACTIONS(1068), - [aux_sym_val_number_token2] = ACTIONS(1068), - [aux_sym_val_number_token3] = ACTIONS(1068), - [aux_sym_val_number_token4] = ACTIONS(1068), - [anon_sym_inf] = ACTIONS(1068), - [anon_sym_DASHinf] = ACTIONS(1068), - [anon_sym_NaN] = ACTIONS(1068), - [anon_sym_0b] = ACTIONS(1068), - [anon_sym_0o] = ACTIONS(1068), - [anon_sym_0x] = ACTIONS(1068), - [sym_val_date] = ACTIONS(1068), - [anon_sym_DQUOTE] = ACTIONS(1098), - [sym__str_single_quotes] = ACTIONS(1100), - [sym__str_back_ticks] = ACTIONS(1100), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1068), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1068), - [anon_sym_CARET] = ACTIONS(1068), + [494] = { + [sym_comment] = STATE(494), + [ts_builtin_sym_end] = ACTIONS(623), + [anon_sym_SEMI] = ACTIONS(621), + [anon_sym_LF] = ACTIONS(623), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_PIPE] = ACTIONS(621), + [anon_sym_DOLLAR] = ACTIONS(621), + [anon_sym_GT] = ACTIONS(621), + [anon_sym_DASH_DASH] = ACTIONS(621), + [anon_sym_DASH] = ACTIONS(621), + [anon_sym_in] = ACTIONS(621), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_DOT] = ACTIONS(621), + [anon_sym_STAR] = ACTIONS(621), + [anon_sym_QMARK2] = ACTIONS(1058), + [anon_sym_STAR_STAR] = ACTIONS(621), + [anon_sym_PLUS_PLUS] = ACTIONS(621), + [anon_sym_SLASH] = ACTIONS(621), + [anon_sym_mod] = ACTIONS(621), + [anon_sym_SLASH_SLASH] = ACTIONS(621), + [anon_sym_PLUS] = ACTIONS(621), + [anon_sym_bit_DASHshl] = ACTIONS(621), + [anon_sym_bit_DASHshr] = ACTIONS(621), + [anon_sym_EQ_EQ] = ACTIONS(621), + [anon_sym_BANG_EQ] = ACTIONS(621), + [anon_sym_LT2] = ACTIONS(621), + [anon_sym_LT_EQ] = ACTIONS(621), + [anon_sym_GT_EQ] = ACTIONS(621), + [anon_sym_not_DASHin] = ACTIONS(621), + [anon_sym_starts_DASHwith] = ACTIONS(621), + [anon_sym_ends_DASHwith] = ACTIONS(621), + [anon_sym_EQ_TILDE] = ACTIONS(621), + [anon_sym_BANG_TILDE] = ACTIONS(621), + [anon_sym_bit_DASHand] = ACTIONS(621), + [anon_sym_bit_DASHxor] = ACTIONS(621), + [anon_sym_bit_DASHor] = ACTIONS(621), + [anon_sym_and] = ACTIONS(621), + [anon_sym_xor] = ACTIONS(621), + [anon_sym_or] = ACTIONS(621), + [anon_sym_DOT_DOT_LT] = ACTIONS(621), + [anon_sym_DOT_DOT] = ACTIONS(621), + [anon_sym_DOT_DOT_EQ] = ACTIONS(621), + [sym_val_nothing] = ACTIONS(621), + [anon_sym_true] = ACTIONS(621), + [anon_sym_false] = ACTIONS(621), + [aux_sym_val_number_token1] = ACTIONS(621), + [aux_sym_val_number_token2] = ACTIONS(621), + [aux_sym_val_number_token3] = ACTIONS(621), + [aux_sym_val_number_token4] = ACTIONS(621), + [anon_sym_inf] = ACTIONS(621), + [anon_sym_DASHinf] = ACTIONS(621), + [anon_sym_NaN] = ACTIONS(621), + [anon_sym_0b] = ACTIONS(621), + [anon_sym_0o] = ACTIONS(621), + [anon_sym_0x] = ACTIONS(621), + [sym_val_date] = ACTIONS(621), + [anon_sym_DQUOTE] = ACTIONS(621), + [sym__str_single_quotes] = ACTIONS(621), + [sym__str_back_ticks] = ACTIONS(621), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(621), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(621), + [anon_sym_err_GT] = ACTIONS(621), + [anon_sym_out_GT] = ACTIONS(621), + [anon_sym_e_GT] = ACTIONS(621), + [anon_sym_o_GT] = ACTIONS(621), + [anon_sym_err_PLUSout_GT] = ACTIONS(621), + [anon_sym_out_PLUSerr_GT] = ACTIONS(621), + [anon_sym_o_PLUSe_GT] = ACTIONS(621), + [anon_sym_e_PLUSo_GT] = ACTIONS(621), + [sym_short_flag] = ACTIONS(621), + [aux_sym_unquoted_token1] = ACTIONS(621), [anon_sym_POUND] = ACTIONS(3), }, - [511] = { - [sym_comment] = STATE(511), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(1080), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(1076), - [anon_sym_in] = ACTIONS(1082), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(1072), - [anon_sym_STAR_STAR] = ACTIONS(1074), - [anon_sym_PLUS_PLUS] = ACTIONS(1074), - [anon_sym_SLASH] = ACTIONS(1072), - [anon_sym_mod] = ACTIONS(1072), - [anon_sym_SLASH_SLASH] = ACTIONS(1072), - [anon_sym_PLUS] = ACTIONS(1076), - [anon_sym_bit_DASHshl] = ACTIONS(1078), - [anon_sym_bit_DASHshr] = ACTIONS(1078), - [anon_sym_EQ_EQ] = ACTIONS(1080), - [anon_sym_BANG_EQ] = ACTIONS(1080), - [anon_sym_LT2] = ACTIONS(1080), - [anon_sym_LT_EQ] = ACTIONS(1080), - [anon_sym_GT_EQ] = ACTIONS(1080), - [anon_sym_not_DASHin] = ACTIONS(1082), - [anon_sym_starts_DASHwith] = ACTIONS(1082), - [anon_sym_ends_DASHwith] = ACTIONS(1082), - [anon_sym_EQ_TILDE] = ACTIONS(1084), - [anon_sym_BANG_TILDE] = ACTIONS(1084), - [anon_sym_bit_DASHand] = ACTIONS(1086), - [anon_sym_bit_DASHxor] = ACTIONS(1088), - [anon_sym_bit_DASHor] = ACTIONS(1090), - [anon_sym_and] = ACTIONS(1102), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_err_GT] = ACTIONS(781), - [anon_sym_out_GT] = ACTIONS(781), - [anon_sym_e_GT] = ACTIONS(781), - [anon_sym_o_GT] = ACTIONS(781), - [anon_sym_err_PLUSout_GT] = ACTIONS(781), - [anon_sym_out_PLUSerr_GT] = ACTIONS(781), - [anon_sym_o_PLUSe_GT] = ACTIONS(781), - [anon_sym_e_PLUSo_GT] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [aux_sym_unquoted_token1] = ACTIONS(781), + [495] = { + [sym__command_name] = STATE(845), + [sym_scope_pattern] = STATE(844), + [sym_wild_card] = STATE(847), + [sym_command_list] = STATE(842), + [sym_val_string] = STATE(771), + [sym__str_double_quotes] = STATE(752), + [sym_comment] = STATE(495), + [anon_sym_export] = ACTIONS(1060), + [anon_sym_alias] = ACTIONS(1060), + [anon_sym_let] = ACTIONS(1060), + [anon_sym_let_DASHenv] = ACTIONS(1060), + [anon_sym_mut] = ACTIONS(1060), + [anon_sym_const] = ACTIONS(1060), + [sym_cmd_identifier] = ACTIONS(1046), + [anon_sym_SEMI] = ACTIONS(1060), + [anon_sym_LF] = ACTIONS(1062), + [anon_sym_def] = ACTIONS(1060), + [anon_sym_def_DASHenv] = ACTIONS(1060), + [anon_sym_export_DASHenv] = ACTIONS(1060), + [anon_sym_extern] = ACTIONS(1060), + [anon_sym_module] = ACTIONS(1060), + [anon_sym_use] = ACTIONS(1060), + [anon_sym_LBRACK] = ACTIONS(1050), + [anon_sym_LPAREN] = ACTIONS(1060), + [anon_sym_RPAREN] = ACTIONS(1060), + [anon_sym_DOLLAR] = ACTIONS(1060), + [anon_sym_error] = ACTIONS(1060), + [anon_sym_DASH] = ACTIONS(1060), + [anon_sym_break] = ACTIONS(1060), + [anon_sym_continue] = ACTIONS(1060), + [anon_sym_for] = ACTIONS(1060), + [anon_sym_loop] = ACTIONS(1060), + [anon_sym_while] = ACTIONS(1060), + [anon_sym_do] = ACTIONS(1060), + [anon_sym_if] = ACTIONS(1060), + [anon_sym_match] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1060), + [anon_sym_RBRACE] = ACTIONS(1060), + [anon_sym_try] = ACTIONS(1060), + [anon_sym_return] = ACTIONS(1060), + [anon_sym_source] = ACTIONS(1060), + [anon_sym_source_DASHenv] = ACTIONS(1060), + [anon_sym_register] = ACTIONS(1060), + [anon_sym_hide] = ACTIONS(1060), + [anon_sym_hide_DASHenv] = ACTIONS(1060), + [anon_sym_overlay] = ACTIONS(1060), + [anon_sym_STAR] = ACTIONS(1052), + [anon_sym_where] = ACTIONS(1060), + [anon_sym_not] = ACTIONS(1060), + [anon_sym_DOT_DOT_LT] = ACTIONS(1060), + [anon_sym_DOT_DOT] = ACTIONS(1060), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1060), + [sym_val_nothing] = ACTIONS(1060), + [anon_sym_true] = ACTIONS(1060), + [anon_sym_false] = ACTIONS(1060), + [aux_sym_val_number_token1] = ACTIONS(1060), + [aux_sym_val_number_token2] = ACTIONS(1060), + [aux_sym_val_number_token3] = ACTIONS(1060), + [aux_sym_val_number_token4] = ACTIONS(1060), + [anon_sym_inf] = ACTIONS(1060), + [anon_sym_DASHinf] = ACTIONS(1060), + [anon_sym_NaN] = ACTIONS(1060), + [anon_sym_0b] = ACTIONS(1060), + [anon_sym_0o] = ACTIONS(1060), + [anon_sym_0x] = ACTIONS(1060), + [sym_val_date] = ACTIONS(1060), + [anon_sym_DQUOTE] = ACTIONS(1054), + [sym__str_single_quotes] = ACTIONS(1056), + [sym__str_back_ticks] = ACTIONS(1056), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1060), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1060), + [anon_sym_CARET] = ACTIONS(1060), [anon_sym_POUND] = ACTIONS(3), }, - [512] = { - [sym_comment] = STATE(512), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(1080), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(1076), - [anon_sym_in] = ACTIONS(1082), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(1072), - [anon_sym_STAR_STAR] = ACTIONS(1074), - [anon_sym_PLUS_PLUS] = ACTIONS(1074), - [anon_sym_SLASH] = ACTIONS(1072), - [anon_sym_mod] = ACTIONS(1072), - [anon_sym_SLASH_SLASH] = ACTIONS(1072), - [anon_sym_PLUS] = ACTIONS(1076), - [anon_sym_bit_DASHshl] = ACTIONS(1078), - [anon_sym_bit_DASHshr] = ACTIONS(1078), - [anon_sym_EQ_EQ] = ACTIONS(1080), - [anon_sym_BANG_EQ] = ACTIONS(1080), - [anon_sym_LT2] = ACTIONS(1080), - [anon_sym_LT_EQ] = ACTIONS(1080), - [anon_sym_GT_EQ] = ACTIONS(1080), - [anon_sym_not_DASHin] = ACTIONS(1082), - [anon_sym_starts_DASHwith] = ACTIONS(1082), - [anon_sym_ends_DASHwith] = ACTIONS(1082), - [anon_sym_EQ_TILDE] = ACTIONS(1084), - [anon_sym_BANG_TILDE] = ACTIONS(1084), - [anon_sym_bit_DASHand] = ACTIONS(1086), - [anon_sym_bit_DASHxor] = ACTIONS(1088), - [anon_sym_bit_DASHor] = ACTIONS(1090), - [anon_sym_and] = ACTIONS(1102), - [anon_sym_xor] = ACTIONS(1104), - [anon_sym_or] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_err_GT] = ACTIONS(781), - [anon_sym_out_GT] = ACTIONS(781), - [anon_sym_e_GT] = ACTIONS(781), - [anon_sym_o_GT] = ACTIONS(781), - [anon_sym_err_PLUSout_GT] = ACTIONS(781), - [anon_sym_out_PLUSerr_GT] = ACTIONS(781), - [anon_sym_o_PLUSe_GT] = ACTIONS(781), - [anon_sym_e_PLUSo_GT] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [aux_sym_unquoted_token1] = ACTIONS(781), + [496] = { + [sym_comment] = STATE(496), + [anon_sym_SEMI] = ACTIONS(710), + [anon_sym_LF] = ACTIONS(712), + [anon_sym_LBRACK] = ACTIONS(710), + [anon_sym_LPAREN] = ACTIONS(710), + [anon_sym_RPAREN] = ACTIONS(710), + [anon_sym_PIPE] = ACTIONS(710), + [anon_sym_DOLLAR] = ACTIONS(710), + [anon_sym_GT] = ACTIONS(710), + [anon_sym_DASH_DASH] = ACTIONS(710), + [anon_sym_DASH] = ACTIONS(710), + [anon_sym_in] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(710), + [anon_sym_RBRACE] = ACTIONS(710), + [anon_sym_DOT] = ACTIONS(710), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_STAR_STAR] = ACTIONS(710), + [anon_sym_PLUS_PLUS] = ACTIONS(710), + [anon_sym_SLASH] = ACTIONS(710), + [anon_sym_mod] = ACTIONS(710), + [anon_sym_SLASH_SLASH] = ACTIONS(710), + [anon_sym_PLUS] = ACTIONS(710), + [anon_sym_bit_DASHshl] = ACTIONS(710), + [anon_sym_bit_DASHshr] = ACTIONS(710), + [anon_sym_EQ_EQ] = ACTIONS(710), + [anon_sym_BANG_EQ] = ACTIONS(710), + [anon_sym_LT2] = ACTIONS(710), + [anon_sym_LT_EQ] = ACTIONS(710), + [anon_sym_GT_EQ] = ACTIONS(710), + [anon_sym_not_DASHin] = ACTIONS(710), + [anon_sym_starts_DASHwith] = ACTIONS(710), + [anon_sym_ends_DASHwith] = ACTIONS(710), + [anon_sym_EQ_TILDE] = ACTIONS(710), + [anon_sym_BANG_TILDE] = ACTIONS(710), + [anon_sym_bit_DASHand] = ACTIONS(710), + [anon_sym_bit_DASHxor] = ACTIONS(710), + [anon_sym_bit_DASHor] = ACTIONS(710), + [anon_sym_and] = ACTIONS(710), + [anon_sym_xor] = ACTIONS(710), + [anon_sym_or] = ACTIONS(710), + [anon_sym_DOT_DOT_LT] = ACTIONS(710), + [anon_sym_DOT_DOT] = ACTIONS(710), + [anon_sym_DOT_DOT_EQ] = ACTIONS(710), + [sym_val_nothing] = ACTIONS(710), + [anon_sym_true] = ACTIONS(710), + [anon_sym_false] = ACTIONS(710), + [aux_sym_val_number_token1] = ACTIONS(710), + [aux_sym_val_number_token2] = ACTIONS(710), + [aux_sym_val_number_token3] = ACTIONS(710), + [aux_sym_val_number_token4] = ACTIONS(710), + [anon_sym_inf] = ACTIONS(710), + [anon_sym_DASHinf] = ACTIONS(710), + [anon_sym_NaN] = ACTIONS(710), + [anon_sym_0b] = ACTIONS(710), + [anon_sym_0o] = ACTIONS(710), + [anon_sym_0x] = ACTIONS(710), + [sym_val_date] = ACTIONS(710), + [anon_sym_DQUOTE] = ACTIONS(710), + [sym__str_single_quotes] = ACTIONS(710), + [sym__str_back_ticks] = ACTIONS(710), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(710), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(710), + [anon_sym_err_GT] = ACTIONS(710), + [anon_sym_out_GT] = ACTIONS(710), + [anon_sym_e_GT] = ACTIONS(710), + [anon_sym_o_GT] = ACTIONS(710), + [anon_sym_err_PLUSout_GT] = ACTIONS(710), + [anon_sym_out_PLUSerr_GT] = ACTIONS(710), + [anon_sym_o_PLUSe_GT] = ACTIONS(710), + [anon_sym_e_PLUSo_GT] = ACTIONS(710), + [sym_short_flag] = ACTIONS(710), + [aux_sym_unquoted_token1] = ACTIONS(710), [anon_sym_POUND] = ACTIONS(3), }, - [513] = { - [sym_comment] = STATE(513), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(1080), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(1076), - [anon_sym_in] = ACTIONS(1082), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(1072), - [anon_sym_STAR_STAR] = ACTIONS(1074), - [anon_sym_PLUS_PLUS] = ACTIONS(1074), - [anon_sym_SLASH] = ACTIONS(1072), - [anon_sym_mod] = ACTIONS(1072), - [anon_sym_SLASH_SLASH] = ACTIONS(1072), - [anon_sym_PLUS] = ACTIONS(1076), - [anon_sym_bit_DASHshl] = ACTIONS(1078), - [anon_sym_bit_DASHshr] = ACTIONS(1078), - [anon_sym_EQ_EQ] = ACTIONS(1080), - [anon_sym_BANG_EQ] = ACTIONS(1080), - [anon_sym_LT2] = ACTIONS(1080), - [anon_sym_LT_EQ] = ACTIONS(1080), - [anon_sym_GT_EQ] = ACTIONS(1080), - [anon_sym_not_DASHin] = ACTIONS(1082), - [anon_sym_starts_DASHwith] = ACTIONS(1082), - [anon_sym_ends_DASHwith] = ACTIONS(1082), - [anon_sym_EQ_TILDE] = ACTIONS(1084), - [anon_sym_BANG_TILDE] = ACTIONS(1084), - [anon_sym_bit_DASHand] = ACTIONS(1086), - [anon_sym_bit_DASHxor] = ACTIONS(1088), - [anon_sym_bit_DASHor] = ACTIONS(1090), - [anon_sym_and] = ACTIONS(1102), - [anon_sym_xor] = ACTIONS(1104), - [anon_sym_or] = ACTIONS(1106), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_err_GT] = ACTIONS(781), - [anon_sym_out_GT] = ACTIONS(781), - [anon_sym_e_GT] = ACTIONS(781), - [anon_sym_o_GT] = ACTIONS(781), - [anon_sym_err_PLUSout_GT] = ACTIONS(781), - [anon_sym_out_PLUSerr_GT] = ACTIONS(781), - [anon_sym_o_PLUSe_GT] = ACTIONS(781), - [anon_sym_e_PLUSo_GT] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [aux_sym_unquoted_token1] = ACTIONS(781), + [497] = { + [sym__command_name] = STATE(845), + [sym_scope_pattern] = STATE(818), + [sym_wild_card] = STATE(847), + [sym_command_list] = STATE(842), + [sym_val_string] = STATE(771), + [sym__str_double_quotes] = STATE(752), + [sym_comment] = STATE(497), + [anon_sym_export] = ACTIONS(1064), + [anon_sym_alias] = ACTIONS(1064), + [anon_sym_let] = ACTIONS(1064), + [anon_sym_let_DASHenv] = ACTIONS(1064), + [anon_sym_mut] = ACTIONS(1064), + [anon_sym_const] = ACTIONS(1064), + [sym_cmd_identifier] = ACTIONS(1046), + [anon_sym_SEMI] = ACTIONS(1064), + [anon_sym_LF] = ACTIONS(1066), + [anon_sym_def] = ACTIONS(1064), + [anon_sym_def_DASHenv] = ACTIONS(1064), + [anon_sym_export_DASHenv] = ACTIONS(1064), + [anon_sym_extern] = ACTIONS(1064), + [anon_sym_module] = ACTIONS(1064), + [anon_sym_use] = ACTIONS(1064), + [anon_sym_LBRACK] = ACTIONS(1050), + [anon_sym_LPAREN] = ACTIONS(1064), + [anon_sym_RPAREN] = ACTIONS(1064), + [anon_sym_DOLLAR] = ACTIONS(1064), + [anon_sym_error] = ACTIONS(1064), + [anon_sym_DASH] = ACTIONS(1064), + [anon_sym_break] = ACTIONS(1064), + [anon_sym_continue] = ACTIONS(1064), + [anon_sym_for] = ACTIONS(1064), + [anon_sym_loop] = ACTIONS(1064), + [anon_sym_while] = ACTIONS(1064), + [anon_sym_do] = ACTIONS(1064), + [anon_sym_if] = ACTIONS(1064), + [anon_sym_match] = ACTIONS(1064), + [anon_sym_LBRACE] = ACTIONS(1064), + [anon_sym_RBRACE] = ACTIONS(1064), + [anon_sym_try] = ACTIONS(1064), + [anon_sym_return] = ACTIONS(1064), + [anon_sym_source] = ACTIONS(1064), + [anon_sym_source_DASHenv] = ACTIONS(1064), + [anon_sym_register] = ACTIONS(1064), + [anon_sym_hide] = ACTIONS(1064), + [anon_sym_hide_DASHenv] = ACTIONS(1064), + [anon_sym_overlay] = ACTIONS(1064), + [anon_sym_STAR] = ACTIONS(1052), + [anon_sym_where] = ACTIONS(1064), + [anon_sym_not] = ACTIONS(1064), + [anon_sym_DOT_DOT_LT] = ACTIONS(1064), + [anon_sym_DOT_DOT] = ACTIONS(1064), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1064), + [sym_val_nothing] = ACTIONS(1064), + [anon_sym_true] = ACTIONS(1064), + [anon_sym_false] = ACTIONS(1064), + [aux_sym_val_number_token1] = ACTIONS(1064), + [aux_sym_val_number_token2] = ACTIONS(1064), + [aux_sym_val_number_token3] = ACTIONS(1064), + [aux_sym_val_number_token4] = ACTIONS(1064), + [anon_sym_inf] = ACTIONS(1064), + [anon_sym_DASHinf] = ACTIONS(1064), + [anon_sym_NaN] = ACTIONS(1064), + [anon_sym_0b] = ACTIONS(1064), + [anon_sym_0o] = ACTIONS(1064), + [anon_sym_0x] = ACTIONS(1064), + [sym_val_date] = ACTIONS(1064), + [anon_sym_DQUOTE] = ACTIONS(1054), + [sym__str_single_quotes] = ACTIONS(1056), + [sym__str_back_ticks] = ACTIONS(1056), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1064), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1064), + [anon_sym_CARET] = ACTIONS(1064), [anon_sym_POUND] = ACTIONS(3), }, - [514] = { - [sym_comment] = STATE(514), - [anon_sym_SEMI] = ACTIONS(844), - [anon_sym_LF] = ACTIONS(846), - [anon_sym_LBRACK] = ACTIONS(844), - [anon_sym_LPAREN] = ACTIONS(844), - [anon_sym_RPAREN] = ACTIONS(844), - [anon_sym_PIPE] = ACTIONS(844), - [anon_sym_DOLLAR] = ACTIONS(844), - [anon_sym_GT] = ACTIONS(844), - [anon_sym_DASH_DASH] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_in] = ACTIONS(844), - [anon_sym_LBRACE] = ACTIONS(844), - [anon_sym_RBRACE] = ACTIONS(844), - [anon_sym_STAR] = ACTIONS(844), - [anon_sym_STAR_STAR] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(844), - [anon_sym_SLASH] = ACTIONS(844), - [anon_sym_mod] = ACTIONS(844), - [anon_sym_SLASH_SLASH] = ACTIONS(844), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_bit_DASHshl] = ACTIONS(844), - [anon_sym_bit_DASHshr] = ACTIONS(844), - [anon_sym_EQ_EQ] = ACTIONS(844), - [anon_sym_BANG_EQ] = ACTIONS(844), - [anon_sym_LT2] = ACTIONS(844), - [anon_sym_LT_EQ] = ACTIONS(844), - [anon_sym_GT_EQ] = ACTIONS(844), - [anon_sym_not_DASHin] = ACTIONS(844), - [anon_sym_starts_DASHwith] = ACTIONS(844), - [anon_sym_ends_DASHwith] = ACTIONS(844), - [anon_sym_EQ_TILDE] = ACTIONS(844), - [anon_sym_BANG_TILDE] = ACTIONS(844), - [anon_sym_bit_DASHand] = ACTIONS(844), - [anon_sym_bit_DASHxor] = ACTIONS(844), - [anon_sym_bit_DASHor] = ACTIONS(844), - [anon_sym_and] = ACTIONS(844), - [anon_sym_xor] = ACTIONS(844), - [anon_sym_or] = ACTIONS(844), - [anon_sym_DOT_DOT_LT] = ACTIONS(844), - [anon_sym_DOT_DOT] = ACTIONS(844), - [anon_sym_DOT_DOT_EQ] = ACTIONS(844), - [sym_val_nothing] = ACTIONS(844), - [anon_sym_true] = ACTIONS(844), - [anon_sym_false] = ACTIONS(844), - [aux_sym_val_number_token1] = ACTIONS(844), - [aux_sym_val_number_token2] = ACTIONS(844), - [aux_sym_val_number_token3] = ACTIONS(844), - [aux_sym_val_number_token4] = ACTIONS(844), - [anon_sym_inf] = ACTIONS(844), - [anon_sym_DASHinf] = ACTIONS(844), - [anon_sym_NaN] = ACTIONS(844), - [anon_sym_0b] = ACTIONS(844), - [anon_sym_0o] = ACTIONS(844), - [anon_sym_0x] = ACTIONS(844), - [sym_val_date] = ACTIONS(844), - [anon_sym_DQUOTE] = ACTIONS(844), - [sym__str_single_quotes] = ACTIONS(844), - [sym__str_back_ticks] = ACTIONS(844), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(844), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(844), - [anon_sym_err_GT] = ACTIONS(844), - [anon_sym_out_GT] = ACTIONS(844), - [anon_sym_e_GT] = ACTIONS(844), - [anon_sym_o_GT] = ACTIONS(844), - [anon_sym_err_PLUSout_GT] = ACTIONS(844), - [anon_sym_out_PLUSerr_GT] = ACTIONS(844), - [anon_sym_o_PLUSe_GT] = ACTIONS(844), - [anon_sym_e_PLUSo_GT] = ACTIONS(844), - [sym_short_flag] = ACTIONS(844), - [aux_sym_unquoted_token1] = ACTIONS(844), + [498] = { + [sym_expr_parenthesized] = STATE(568), + [sym_val_number] = STATE(568), + [sym_comment] = STATE(498), + [ts_builtin_sym_end] = ACTIONS(673), + [anon_sym_SEMI] = ACTIONS(671), + [anon_sym_LF] = ACTIONS(673), + [anon_sym_LBRACK] = ACTIONS(671), + [anon_sym_LPAREN] = ACTIONS(1068), + [anon_sym_PIPE] = ACTIONS(671), + [anon_sym_DOLLAR] = ACTIONS(671), + [anon_sym_GT] = ACTIONS(671), + [anon_sym_DASH_DASH] = ACTIONS(671), + [anon_sym_DASH] = ACTIONS(671), + [anon_sym_in] = ACTIONS(671), + [anon_sym_LBRACE] = ACTIONS(671), + [anon_sym_STAR] = ACTIONS(671), + [anon_sym_STAR_STAR] = ACTIONS(671), + [anon_sym_PLUS_PLUS] = ACTIONS(671), + [anon_sym_SLASH] = ACTIONS(671), + [anon_sym_mod] = ACTIONS(671), + [anon_sym_SLASH_SLASH] = ACTIONS(671), + [anon_sym_PLUS] = ACTIONS(671), + [anon_sym_bit_DASHshl] = ACTIONS(671), + [anon_sym_bit_DASHshr] = ACTIONS(671), + [anon_sym_EQ_EQ] = ACTIONS(671), + [anon_sym_BANG_EQ] = ACTIONS(671), + [anon_sym_LT2] = ACTIONS(671), + [anon_sym_LT_EQ] = ACTIONS(671), + [anon_sym_GT_EQ] = ACTIONS(671), + [anon_sym_not_DASHin] = ACTIONS(671), + [anon_sym_starts_DASHwith] = ACTIONS(671), + [anon_sym_ends_DASHwith] = ACTIONS(671), + [anon_sym_EQ_TILDE] = ACTIONS(671), + [anon_sym_BANG_TILDE] = ACTIONS(671), + [anon_sym_bit_DASHand] = ACTIONS(671), + [anon_sym_bit_DASHxor] = ACTIONS(671), + [anon_sym_bit_DASHor] = ACTIONS(671), + [anon_sym_and] = ACTIONS(671), + [anon_sym_xor] = ACTIONS(671), + [anon_sym_or] = ACTIONS(671), + [anon_sym_DOT_DOT_LT] = ACTIONS(671), + [anon_sym_DOT_DOT] = ACTIONS(671), + [anon_sym_DOT_DOT_EQ] = ACTIONS(671), + [sym_val_nothing] = ACTIONS(671), + [anon_sym_true] = ACTIONS(671), + [anon_sym_false] = ACTIONS(671), + [aux_sym_val_number_token1] = ACTIONS(1070), + [aux_sym_val_number_token2] = ACTIONS(1070), + [aux_sym_val_number_token3] = ACTIONS(1070), + [aux_sym_val_number_token4] = ACTIONS(1070), + [anon_sym_inf] = ACTIONS(1070), + [anon_sym_DASHinf] = ACTIONS(1070), + [anon_sym_NaN] = ACTIONS(1070), + [anon_sym_0b] = ACTIONS(671), + [anon_sym_0o] = ACTIONS(671), + [anon_sym_0x] = ACTIONS(671), + [sym_val_date] = ACTIONS(671), + [anon_sym_DQUOTE] = ACTIONS(671), + [sym__str_single_quotes] = ACTIONS(671), + [sym__str_back_ticks] = ACTIONS(671), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(671), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(671), + [anon_sym_err_GT] = ACTIONS(671), + [anon_sym_out_GT] = ACTIONS(671), + [anon_sym_e_GT] = ACTIONS(671), + [anon_sym_o_GT] = ACTIONS(671), + [anon_sym_err_PLUSout_GT] = ACTIONS(671), + [anon_sym_out_PLUSerr_GT] = ACTIONS(671), + [anon_sym_o_PLUSe_GT] = ACTIONS(671), + [anon_sym_e_PLUSo_GT] = ACTIONS(671), + [sym_short_flag] = ACTIONS(671), + [aux_sym_unquoted_token1] = ACTIONS(671), [anon_sym_POUND] = ACTIONS(3), }, - [515] = { - [sym_comment] = STATE(515), - [anon_sym_SEMI] = ACTIONS(840), - [anon_sym_LF] = ACTIONS(842), - [anon_sym_LBRACK] = ACTIONS(840), - [anon_sym_LPAREN] = ACTIONS(840), - [anon_sym_RPAREN] = ACTIONS(840), - [anon_sym_PIPE] = ACTIONS(840), - [anon_sym_DOLLAR] = ACTIONS(840), - [anon_sym_GT] = ACTIONS(840), - [anon_sym_DASH_DASH] = ACTIONS(840), - [anon_sym_DASH] = ACTIONS(840), - [anon_sym_in] = ACTIONS(840), - [anon_sym_LBRACE] = ACTIONS(840), - [anon_sym_RBRACE] = ACTIONS(840), - [anon_sym_STAR] = ACTIONS(840), - [anon_sym_STAR_STAR] = ACTIONS(840), - [anon_sym_PLUS_PLUS] = ACTIONS(840), - [anon_sym_SLASH] = ACTIONS(840), - [anon_sym_mod] = ACTIONS(840), - [anon_sym_SLASH_SLASH] = ACTIONS(840), - [anon_sym_PLUS] = ACTIONS(840), - [anon_sym_bit_DASHshl] = ACTIONS(840), - [anon_sym_bit_DASHshr] = ACTIONS(840), - [anon_sym_EQ_EQ] = ACTIONS(840), - [anon_sym_BANG_EQ] = ACTIONS(840), - [anon_sym_LT2] = ACTIONS(840), - [anon_sym_LT_EQ] = ACTIONS(840), - [anon_sym_GT_EQ] = ACTIONS(840), - [anon_sym_not_DASHin] = ACTIONS(840), - [anon_sym_starts_DASHwith] = ACTIONS(840), - [anon_sym_ends_DASHwith] = ACTIONS(840), - [anon_sym_EQ_TILDE] = ACTIONS(840), - [anon_sym_BANG_TILDE] = ACTIONS(840), - [anon_sym_bit_DASHand] = ACTIONS(840), - [anon_sym_bit_DASHxor] = ACTIONS(840), - [anon_sym_bit_DASHor] = ACTIONS(840), - [anon_sym_and] = ACTIONS(840), - [anon_sym_xor] = ACTIONS(840), - [anon_sym_or] = ACTIONS(840), - [anon_sym_DOT_DOT_LT] = ACTIONS(840), - [anon_sym_DOT_DOT] = ACTIONS(840), - [anon_sym_DOT_DOT_EQ] = ACTIONS(840), - [sym_val_nothing] = ACTIONS(840), - [anon_sym_true] = ACTIONS(840), - [anon_sym_false] = ACTIONS(840), - [aux_sym_val_number_token1] = ACTIONS(840), - [aux_sym_val_number_token2] = ACTIONS(840), - [aux_sym_val_number_token3] = ACTIONS(840), - [aux_sym_val_number_token4] = ACTIONS(840), - [anon_sym_inf] = ACTIONS(840), - [anon_sym_DASHinf] = ACTIONS(840), - [anon_sym_NaN] = ACTIONS(840), - [anon_sym_0b] = ACTIONS(840), - [anon_sym_0o] = ACTIONS(840), - [anon_sym_0x] = ACTIONS(840), - [sym_val_date] = ACTIONS(840), - [anon_sym_DQUOTE] = ACTIONS(840), - [sym__str_single_quotes] = ACTIONS(840), - [sym__str_back_ticks] = ACTIONS(840), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(840), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(840), - [anon_sym_err_GT] = ACTIONS(840), - [anon_sym_out_GT] = ACTIONS(840), - [anon_sym_e_GT] = ACTIONS(840), - [anon_sym_o_GT] = ACTIONS(840), - [anon_sym_err_PLUSout_GT] = ACTIONS(840), - [anon_sym_out_PLUSerr_GT] = ACTIONS(840), - [anon_sym_o_PLUSe_GT] = ACTIONS(840), - [anon_sym_e_PLUSo_GT] = ACTIONS(840), - [sym_short_flag] = ACTIONS(840), - [aux_sym_unquoted_token1] = ACTIONS(840), - [anon_sym_POUND] = ACTIONS(3), + [499] = { + [sym__ctrl_expression] = STATE(2959), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3069), + [sym_where_command] = STATE(2970), + [sym__expression] = STATE(2285), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), + [sym_val_variable] = STATE(2410), + [sym__var] = STATE(2023), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(2970), + [sym_comment] = STATE(499), + [aux_sym_pipeline_repeat1] = STATE(539), + [sym_cmd_identifier] = ACTIONS(179), + [anon_sym_LBRACK] = ACTIONS(191), + [anon_sym_LPAREN] = ACTIONS(193), + [anon_sym_DOLLAR] = ACTIONS(1020), + [anon_sym_DASH] = ACTIONS(201), + [anon_sym_break] = ACTIONS(203), + [anon_sym_continue] = ACTIONS(205), + [anon_sym_do] = ACTIONS(1022), + [anon_sym_if] = ACTIONS(1024), + [anon_sym_match] = ACTIONS(217), + [anon_sym_LBRACE] = ACTIONS(219), + [anon_sym_try] = ACTIONS(1026), + [anon_sym_return] = ACTIONS(1028), + [anon_sym_where] = ACTIONS(237), + [anon_sym_not] = ACTIONS(239), + [anon_sym_DOT_DOT_LT] = ACTIONS(241), + [anon_sym_DOT_DOT] = ACTIONS(243), + [anon_sym_DOT_DOT_EQ] = ACTIONS(241), + [sym_val_nothing] = ACTIONS(245), + [anon_sym_true] = ACTIONS(247), + [anon_sym_false] = ACTIONS(247), + [aux_sym_val_number_token1] = ACTIONS(249), + [aux_sym_val_number_token2] = ACTIONS(251), + [aux_sym_val_number_token3] = ACTIONS(251), + [aux_sym_val_number_token4] = ACTIONS(251), + [anon_sym_inf] = ACTIONS(249), + [anon_sym_DASHinf] = ACTIONS(251), + [anon_sym_NaN] = ACTIONS(249), + [anon_sym_0b] = ACTIONS(253), + [anon_sym_0o] = ACTIONS(253), + [anon_sym_0x] = ACTIONS(253), + [sym_val_date] = ACTIONS(255), + [anon_sym_DQUOTE] = ACTIONS(257), + [sym__str_single_quotes] = ACTIONS(259), + [sym__str_back_ticks] = ACTIONS(259), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(261), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(263), + [anon_sym_CARET] = ACTIONS(265), + [anon_sym_POUND] = ACTIONS(157), }, - [516] = { - [sym_comment] = STATE(516), + [500] = { + [sym__ctrl_expression] = STATE(3026), + [sym_ctrl_do] = STATE(870), + [sym_ctrl_if] = STATE(870), + [sym_ctrl_match] = STATE(870), + [sym_ctrl_try] = STATE(870), + [sym_ctrl_return] = STATE(870), + [sym_pipe_element] = STATE(1872), + [sym_pipe_element_last] = STATE(3421), + [sym_where_command] = STATE(3107), + [sym__expression] = STATE(2391), + [sym_expr_unary] = STATE(2498), + [sym_expr_binary] = STATE(2498), + [sym_expr_parenthesized] = STATE(2115), + [sym_val_range] = STATE(2498), + [sym__value] = STATE(2498), + [sym_val_bool] = STATE(2516), + [sym_val_variable] = STATE(2516), + [sym__var] = STATE(2159), + [sym_val_number] = STATE(127), + [sym_val_duration] = STATE(2516), + [sym_val_filesize] = STATE(2516), + [sym_val_binary] = STATE(2516), + [sym_val_string] = STATE(2516), + [sym__str_double_quotes] = STATE(2512), + [sym_val_interpolated] = STATE(2516), + [sym__inter_single_quotes] = STATE(2492), + [sym__inter_double_quotes] = STATE(2490), + [sym_val_list] = STATE(2516), + [sym_val_record] = STATE(2516), + [sym_val_table] = STATE(2516), + [sym_val_closure] = STATE(2516), + [sym_command] = STATE(3107), + [sym_comment] = STATE(500), + [aux_sym_pipeline_repeat1] = STATE(539), + [sym_cmd_identifier] = ACTIONS(19), + [anon_sym_LBRACK] = ACTIONS(31), + [anon_sym_LPAREN] = ACTIONS(33), + [anon_sym_DOLLAR] = ACTIONS(1010), + [anon_sym_DASH] = ACTIONS(39), + [anon_sym_break] = ACTIONS(41), + [anon_sym_continue] = ACTIONS(43), + [anon_sym_do] = ACTIONS(1012), + [anon_sym_if] = ACTIONS(1014), + [anon_sym_match] = ACTIONS(55), + [anon_sym_LBRACE] = ACTIONS(57), + [anon_sym_try] = ACTIONS(1016), + [anon_sym_return] = ACTIONS(1018), + [anon_sym_where] = ACTIONS(73), + [anon_sym_not] = ACTIONS(75), + [anon_sym_DOT_DOT_LT] = ACTIONS(77), + [anon_sym_DOT_DOT] = ACTIONS(79), + [anon_sym_DOT_DOT_EQ] = ACTIONS(77), + [sym_val_nothing] = ACTIONS(81), + [anon_sym_true] = ACTIONS(83), + [anon_sym_false] = ACTIONS(83), + [aux_sym_val_number_token1] = ACTIONS(85), + [aux_sym_val_number_token2] = ACTIONS(87), + [aux_sym_val_number_token3] = ACTIONS(87), + [aux_sym_val_number_token4] = ACTIONS(87), + [anon_sym_inf] = ACTIONS(85), + [anon_sym_DASHinf] = ACTIONS(87), + [anon_sym_NaN] = ACTIONS(85), + [anon_sym_0b] = ACTIONS(89), + [anon_sym_0o] = ACTIONS(89), + [anon_sym_0x] = ACTIONS(89), + [sym_val_date] = ACTIONS(91), + [anon_sym_DQUOTE] = ACTIONS(93), + [sym__str_single_quotes] = ACTIONS(95), + [sym__str_back_ticks] = ACTIONS(95), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(97), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(99), + [anon_sym_CARET] = ACTIONS(101), + [anon_sym_POUND] = ACTIONS(157), + }, + [501] = { + [sym_comment] = STATE(501), [anon_sym_SEMI] = ACTIONS(107), [anon_sym_LF] = ACTIONS(109), [anon_sym_LBRACK] = ACTIONS(107), @@ -95560,1636 +94455,1118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token1] = ACTIONS(107), [anon_sym_POUND] = ACTIONS(3), }, - [517] = { - [sym_comment] = STATE(517), - [anon_sym_SEMI] = ACTIONS(789), - [anon_sym_LF] = ACTIONS(791), - [anon_sym_LBRACK] = ACTIONS(789), - [anon_sym_LPAREN] = ACTIONS(789), - [anon_sym_RPAREN] = ACTIONS(789), - [anon_sym_PIPE] = ACTIONS(789), - [anon_sym_DOLLAR] = ACTIONS(789), - [anon_sym_GT] = ACTIONS(789), - [anon_sym_DASH_DASH] = ACTIONS(789), - [anon_sym_DASH] = ACTIONS(789), - [anon_sym_in] = ACTIONS(789), - [anon_sym_LBRACE] = ACTIONS(789), - [anon_sym_RBRACE] = ACTIONS(789), - [anon_sym_STAR] = ACTIONS(789), - [anon_sym_STAR_STAR] = ACTIONS(789), - [anon_sym_PLUS_PLUS] = ACTIONS(789), - [anon_sym_SLASH] = ACTIONS(789), - [anon_sym_mod] = ACTIONS(789), - [anon_sym_SLASH_SLASH] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(789), - [anon_sym_bit_DASHshl] = ACTIONS(789), - [anon_sym_bit_DASHshr] = ACTIONS(789), - [anon_sym_EQ_EQ] = ACTIONS(789), - [anon_sym_BANG_EQ] = ACTIONS(789), - [anon_sym_LT2] = ACTIONS(789), - [anon_sym_LT_EQ] = ACTIONS(789), - [anon_sym_GT_EQ] = ACTIONS(789), - [anon_sym_not_DASHin] = ACTIONS(789), - [anon_sym_starts_DASHwith] = ACTIONS(789), - [anon_sym_ends_DASHwith] = ACTIONS(789), - [anon_sym_EQ_TILDE] = ACTIONS(789), - [anon_sym_BANG_TILDE] = ACTIONS(789), - [anon_sym_bit_DASHand] = ACTIONS(789), - [anon_sym_bit_DASHxor] = ACTIONS(789), - [anon_sym_bit_DASHor] = ACTIONS(789), - [anon_sym_and] = ACTIONS(789), - [anon_sym_xor] = ACTIONS(789), - [anon_sym_or] = ACTIONS(789), - [anon_sym_DOT_DOT_LT] = ACTIONS(135), - [anon_sym_DOT_DOT] = ACTIONS(135), - [anon_sym_DOT_DOT_EQ] = ACTIONS(135), - [sym_val_nothing] = ACTIONS(789), - [anon_sym_true] = ACTIONS(789), - [anon_sym_false] = ACTIONS(789), - [aux_sym_val_number_token1] = ACTIONS(789), - [aux_sym_val_number_token2] = ACTIONS(789), - [aux_sym_val_number_token3] = ACTIONS(789), - [aux_sym_val_number_token4] = ACTIONS(789), - [anon_sym_inf] = ACTIONS(789), - [anon_sym_DASHinf] = ACTIONS(789), - [anon_sym_NaN] = ACTIONS(789), - [anon_sym_0b] = ACTIONS(789), - [anon_sym_0o] = ACTIONS(789), - [anon_sym_0x] = ACTIONS(789), - [sym_val_date] = ACTIONS(789), - [anon_sym_DQUOTE] = ACTIONS(789), - [sym__str_single_quotes] = ACTIONS(789), - [sym__str_back_ticks] = ACTIONS(789), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(789), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(789), - [anon_sym_err_GT] = ACTIONS(789), - [anon_sym_out_GT] = ACTIONS(789), - [anon_sym_e_GT] = ACTIONS(789), - [anon_sym_o_GT] = ACTIONS(789), - [anon_sym_err_PLUSout_GT] = ACTIONS(789), - [anon_sym_out_PLUSerr_GT] = ACTIONS(789), - [anon_sym_o_PLUSe_GT] = ACTIONS(789), - [anon_sym_e_PLUSo_GT] = ACTIONS(789), - [sym_short_flag] = ACTIONS(789), - [aux_sym_unquoted_token1] = ACTIONS(789), + [502] = { + [sym_comment] = STATE(502), + [anon_sym_SEMI] = ACTIONS(838), + [anon_sym_LF] = ACTIONS(840), + [anon_sym_LBRACK] = ACTIONS(838), + [anon_sym_LPAREN] = ACTIONS(838), + [anon_sym_RPAREN] = ACTIONS(838), + [anon_sym_PIPE] = ACTIONS(838), + [anon_sym_DOLLAR] = ACTIONS(838), + [anon_sym_GT] = ACTIONS(838), + [anon_sym_DASH_DASH] = ACTIONS(838), + [anon_sym_DASH] = ACTIONS(838), + [anon_sym_in] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(838), + [anon_sym_RBRACE] = ACTIONS(838), + [anon_sym_STAR] = ACTIONS(838), + [anon_sym_STAR_STAR] = ACTIONS(838), + [anon_sym_PLUS_PLUS] = ACTIONS(838), + [anon_sym_SLASH] = ACTIONS(838), + [anon_sym_mod] = ACTIONS(838), + [anon_sym_SLASH_SLASH] = ACTIONS(838), + [anon_sym_PLUS] = ACTIONS(838), + [anon_sym_bit_DASHshl] = ACTIONS(838), + [anon_sym_bit_DASHshr] = ACTIONS(838), + [anon_sym_EQ_EQ] = ACTIONS(838), + [anon_sym_BANG_EQ] = ACTIONS(838), + [anon_sym_LT2] = ACTIONS(838), + [anon_sym_LT_EQ] = ACTIONS(838), + [anon_sym_GT_EQ] = ACTIONS(838), + [anon_sym_not_DASHin] = ACTIONS(838), + [anon_sym_starts_DASHwith] = ACTIONS(838), + [anon_sym_ends_DASHwith] = ACTIONS(838), + [anon_sym_EQ_TILDE] = ACTIONS(838), + [anon_sym_BANG_TILDE] = ACTIONS(838), + [anon_sym_bit_DASHand] = ACTIONS(838), + [anon_sym_bit_DASHxor] = ACTIONS(838), + [anon_sym_bit_DASHor] = ACTIONS(838), + [anon_sym_and] = ACTIONS(838), + [anon_sym_xor] = ACTIONS(838), + [anon_sym_or] = ACTIONS(838), + [anon_sym_DOT_DOT_LT] = ACTIONS(838), + [anon_sym_DOT_DOT] = ACTIONS(838), + [anon_sym_DOT_DOT_EQ] = ACTIONS(838), + [sym_val_nothing] = ACTIONS(838), + [anon_sym_true] = ACTIONS(838), + [anon_sym_false] = ACTIONS(838), + [aux_sym_val_number_token1] = ACTIONS(838), + [aux_sym_val_number_token2] = ACTIONS(838), + [aux_sym_val_number_token3] = ACTIONS(838), + [aux_sym_val_number_token4] = ACTIONS(838), + [anon_sym_inf] = ACTIONS(838), + [anon_sym_DASHinf] = ACTIONS(838), + [anon_sym_NaN] = ACTIONS(838), + [anon_sym_0b] = ACTIONS(838), + [anon_sym_0o] = ACTIONS(838), + [anon_sym_0x] = ACTIONS(838), + [sym_val_date] = ACTIONS(838), + [anon_sym_DQUOTE] = ACTIONS(838), + [sym__str_single_quotes] = ACTIONS(838), + [sym__str_back_ticks] = ACTIONS(838), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(838), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(838), + [anon_sym_err_GT] = ACTIONS(838), + [anon_sym_out_GT] = ACTIONS(838), + [anon_sym_e_GT] = ACTIONS(838), + [anon_sym_o_GT] = ACTIONS(838), + [anon_sym_err_PLUSout_GT] = ACTIONS(838), + [anon_sym_out_PLUSerr_GT] = ACTIONS(838), + [anon_sym_o_PLUSe_GT] = ACTIONS(838), + [anon_sym_e_PLUSo_GT] = ACTIONS(838), + [sym_short_flag] = ACTIONS(838), + [aux_sym_unquoted_token1] = ACTIONS(838), [anon_sym_POUND] = ACTIONS(3), }, - [518] = { - [sym_comment] = STATE(518), - [anon_sym_SEMI] = ACTIONS(789), - [anon_sym_LF] = ACTIONS(791), - [anon_sym_LBRACK] = ACTIONS(789), - [anon_sym_LPAREN] = ACTIONS(789), - [anon_sym_RPAREN] = ACTIONS(789), - [anon_sym_PIPE] = ACTIONS(789), - [anon_sym_DOLLAR] = ACTIONS(789), - [anon_sym_GT] = ACTIONS(789), - [anon_sym_DASH_DASH] = ACTIONS(789), - [anon_sym_DASH] = ACTIONS(789), - [anon_sym_in] = ACTIONS(789), - [anon_sym_LBRACE] = ACTIONS(789), - [anon_sym_RBRACE] = ACTIONS(789), - [anon_sym_STAR] = ACTIONS(789), - [anon_sym_STAR_STAR] = ACTIONS(789), - [anon_sym_PLUS_PLUS] = ACTIONS(789), - [anon_sym_SLASH] = ACTIONS(789), - [anon_sym_mod] = ACTIONS(789), - [anon_sym_SLASH_SLASH] = ACTIONS(789), - [anon_sym_PLUS] = ACTIONS(789), - [anon_sym_bit_DASHshl] = ACTIONS(789), - [anon_sym_bit_DASHshr] = ACTIONS(789), - [anon_sym_EQ_EQ] = ACTIONS(789), - [anon_sym_BANG_EQ] = ACTIONS(789), - [anon_sym_LT2] = ACTIONS(789), - [anon_sym_LT_EQ] = ACTIONS(789), - [anon_sym_GT_EQ] = ACTIONS(789), - [anon_sym_not_DASHin] = ACTIONS(789), - [anon_sym_starts_DASHwith] = ACTIONS(789), - [anon_sym_ends_DASHwith] = ACTIONS(789), - [anon_sym_EQ_TILDE] = ACTIONS(789), - [anon_sym_BANG_TILDE] = ACTIONS(789), - [anon_sym_bit_DASHand] = ACTIONS(789), - [anon_sym_bit_DASHxor] = ACTIONS(789), - [anon_sym_bit_DASHor] = ACTIONS(789), - [anon_sym_and] = ACTIONS(789), - [anon_sym_xor] = ACTIONS(789), - [anon_sym_or] = ACTIONS(789), - [anon_sym_DOT_DOT_LT] = ACTIONS(789), - [anon_sym_DOT_DOT] = ACTIONS(789), - [anon_sym_DOT_DOT_EQ] = ACTIONS(789), - [sym_val_nothing] = ACTIONS(789), - [anon_sym_true] = ACTIONS(789), - [anon_sym_false] = ACTIONS(789), - [aux_sym_val_number_token1] = ACTIONS(789), - [aux_sym_val_number_token2] = ACTIONS(789), - [aux_sym_val_number_token3] = ACTIONS(789), - [aux_sym_val_number_token4] = ACTIONS(789), - [anon_sym_inf] = ACTIONS(789), - [anon_sym_DASHinf] = ACTIONS(789), - [anon_sym_NaN] = ACTIONS(789), - [anon_sym_0b] = ACTIONS(789), - [anon_sym_0o] = ACTIONS(789), - [anon_sym_0x] = ACTIONS(789), - [sym_val_date] = ACTIONS(789), - [anon_sym_DQUOTE] = ACTIONS(789), - [sym__str_single_quotes] = ACTIONS(789), - [sym__str_back_ticks] = ACTIONS(789), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(789), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(789), - [anon_sym_err_GT] = ACTIONS(789), - [anon_sym_out_GT] = ACTIONS(789), - [anon_sym_e_GT] = ACTIONS(789), - [anon_sym_o_GT] = ACTIONS(789), - [anon_sym_err_PLUSout_GT] = ACTIONS(789), - [anon_sym_out_PLUSerr_GT] = ACTIONS(789), - [anon_sym_o_PLUSe_GT] = ACTIONS(789), - [anon_sym_e_PLUSo_GT] = ACTIONS(789), - [sym_short_flag] = ACTIONS(789), - [aux_sym_unquoted_token1] = ACTIONS(789), + [503] = { + [sym_comment] = STATE(503), + [ts_builtin_sym_end] = ACTIONS(761), + [anon_sym_SEMI] = ACTIONS(759), + [anon_sym_LF] = ACTIONS(761), + [anon_sym_LBRACK] = ACTIONS(759), + [anon_sym_LPAREN] = ACTIONS(759), + [anon_sym_PIPE] = ACTIONS(759), + [anon_sym_DOLLAR] = ACTIONS(759), + [anon_sym_GT] = ACTIONS(759), + [anon_sym_DASH_DASH] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_in] = ACTIONS(759), + [anon_sym_LBRACE] = ACTIONS(759), + [anon_sym_DOT] = ACTIONS(759), + [anon_sym_STAR] = ACTIONS(759), + [anon_sym_STAR_STAR] = ACTIONS(759), + [anon_sym_PLUS_PLUS] = ACTIONS(759), + [anon_sym_SLASH] = ACTIONS(759), + [anon_sym_mod] = ACTIONS(759), + [anon_sym_SLASH_SLASH] = ACTIONS(759), + [anon_sym_PLUS] = ACTIONS(759), + [anon_sym_bit_DASHshl] = ACTIONS(759), + [anon_sym_bit_DASHshr] = ACTIONS(759), + [anon_sym_EQ_EQ] = ACTIONS(759), + [anon_sym_BANG_EQ] = ACTIONS(759), + [anon_sym_LT2] = ACTIONS(759), + [anon_sym_LT_EQ] = ACTIONS(759), + [anon_sym_GT_EQ] = ACTIONS(759), + [anon_sym_not_DASHin] = ACTIONS(759), + [anon_sym_starts_DASHwith] = ACTIONS(759), + [anon_sym_ends_DASHwith] = ACTIONS(759), + [anon_sym_EQ_TILDE] = ACTIONS(759), + [anon_sym_BANG_TILDE] = ACTIONS(759), + [anon_sym_bit_DASHand] = ACTIONS(759), + [anon_sym_bit_DASHxor] = ACTIONS(759), + [anon_sym_bit_DASHor] = ACTIONS(759), + [anon_sym_and] = ACTIONS(759), + [anon_sym_xor] = ACTIONS(759), + [anon_sym_or] = ACTIONS(759), + [anon_sym_DOT_DOT_LT] = ACTIONS(759), + [anon_sym_DOT_DOT] = ACTIONS(759), + [anon_sym_DOT_DOT_EQ] = ACTIONS(759), + [sym_val_nothing] = ACTIONS(759), + [anon_sym_true] = ACTIONS(759), + [anon_sym_false] = ACTIONS(759), + [aux_sym_val_number_token1] = ACTIONS(759), + [aux_sym_val_number_token2] = ACTIONS(759), + [aux_sym_val_number_token3] = ACTIONS(759), + [aux_sym_val_number_token4] = ACTIONS(759), + [anon_sym_inf] = ACTIONS(759), + [anon_sym_DASHinf] = ACTIONS(759), + [anon_sym_NaN] = ACTIONS(759), + [anon_sym_0b] = ACTIONS(759), + [anon_sym_0o] = ACTIONS(759), + [anon_sym_0x] = ACTIONS(759), + [sym_val_date] = ACTIONS(759), + [anon_sym_DQUOTE] = ACTIONS(759), + [sym__str_single_quotes] = ACTIONS(759), + [sym__str_back_ticks] = ACTIONS(759), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(759), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(759), + [anon_sym_err_GT] = ACTIONS(759), + [anon_sym_out_GT] = ACTIONS(759), + [anon_sym_e_GT] = ACTIONS(759), + [anon_sym_o_GT] = ACTIONS(759), + [anon_sym_err_PLUSout_GT] = ACTIONS(759), + [anon_sym_out_PLUSerr_GT] = ACTIONS(759), + [anon_sym_o_PLUSe_GT] = ACTIONS(759), + [anon_sym_e_PLUSo_GT] = ACTIONS(759), + [sym_short_flag] = ACTIONS(759), + [aux_sym_unquoted_token1] = ACTIONS(759), [anon_sym_POUND] = ACTIONS(3), }, - [519] = { - [sym_comment] = STATE(519), - [anon_sym_SEMI] = ACTIONS(1108), - [anon_sym_LF] = ACTIONS(1110), - [anon_sym_LBRACK] = ACTIONS(1108), - [anon_sym_LPAREN] = ACTIONS(1108), - [anon_sym_RPAREN] = ACTIONS(1108), - [anon_sym_PIPE] = ACTIONS(1108), - [anon_sym_DOLLAR] = ACTIONS(1108), - [anon_sym_GT] = ACTIONS(1080), - [anon_sym_DASH_DASH] = ACTIONS(1108), - [anon_sym_DASH] = ACTIONS(1076), - [anon_sym_in] = ACTIONS(1082), - [anon_sym_LBRACE] = ACTIONS(1108), - [anon_sym_RBRACE] = ACTIONS(1108), - [anon_sym_STAR] = ACTIONS(1072), - [anon_sym_STAR_STAR] = ACTIONS(1074), - [anon_sym_PLUS_PLUS] = ACTIONS(1074), - [anon_sym_SLASH] = ACTIONS(1072), - [anon_sym_mod] = ACTIONS(1072), - [anon_sym_SLASH_SLASH] = ACTIONS(1072), - [anon_sym_PLUS] = ACTIONS(1076), - [anon_sym_bit_DASHshl] = ACTIONS(1078), - [anon_sym_bit_DASHshr] = ACTIONS(1078), - [anon_sym_EQ_EQ] = ACTIONS(1080), - [anon_sym_BANG_EQ] = ACTIONS(1080), - [anon_sym_LT2] = ACTIONS(1080), - [anon_sym_LT_EQ] = ACTIONS(1080), - [anon_sym_GT_EQ] = ACTIONS(1080), - [anon_sym_not_DASHin] = ACTIONS(1082), - [anon_sym_starts_DASHwith] = ACTIONS(1082), - [anon_sym_ends_DASHwith] = ACTIONS(1082), + [504] = { + [sym_comment] = STATE(504), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(1072), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(1074), + [anon_sym_in] = ACTIONS(1076), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_STAR_STAR] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_mod] = ACTIONS(1078), + [anon_sym_SLASH_SLASH] = ACTIONS(1078), + [anon_sym_PLUS] = ACTIONS(1074), + [anon_sym_bit_DASHshl] = ACTIONS(1082), + [anon_sym_bit_DASHshr] = ACTIONS(1082), + [anon_sym_EQ_EQ] = ACTIONS(1072), + [anon_sym_BANG_EQ] = ACTIONS(1072), + [anon_sym_LT2] = ACTIONS(1072), + [anon_sym_LT_EQ] = ACTIONS(1072), + [anon_sym_GT_EQ] = ACTIONS(1072), + [anon_sym_not_DASHin] = ACTIONS(1076), + [anon_sym_starts_DASHwith] = ACTIONS(1076), + [anon_sym_ends_DASHwith] = ACTIONS(1076), [anon_sym_EQ_TILDE] = ACTIONS(1084), [anon_sym_BANG_TILDE] = ACTIONS(1084), [anon_sym_bit_DASHand] = ACTIONS(1086), [anon_sym_bit_DASHxor] = ACTIONS(1088), [anon_sym_bit_DASHor] = ACTIONS(1090), - [anon_sym_and] = ACTIONS(1102), - [anon_sym_xor] = ACTIONS(1104), - [anon_sym_or] = ACTIONS(1106), - [anon_sym_DOT_DOT_LT] = ACTIONS(1108), - [anon_sym_DOT_DOT] = ACTIONS(1108), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1108), - [sym_val_nothing] = ACTIONS(1108), - [anon_sym_true] = ACTIONS(1108), - [anon_sym_false] = ACTIONS(1108), - [aux_sym_val_number_token1] = ACTIONS(1108), - [aux_sym_val_number_token2] = ACTIONS(1108), - [aux_sym_val_number_token3] = ACTIONS(1108), - [aux_sym_val_number_token4] = ACTIONS(1108), - [anon_sym_inf] = ACTIONS(1108), - [anon_sym_DASHinf] = ACTIONS(1108), - [anon_sym_NaN] = ACTIONS(1108), - [anon_sym_0b] = ACTIONS(1108), - [anon_sym_0o] = ACTIONS(1108), - [anon_sym_0x] = ACTIONS(1108), - [sym_val_date] = ACTIONS(1108), - [anon_sym_DQUOTE] = ACTIONS(1108), - [sym__str_single_quotes] = ACTIONS(1108), - [sym__str_back_ticks] = ACTIONS(1108), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1108), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1108), - [anon_sym_err_GT] = ACTIONS(1108), - [anon_sym_out_GT] = ACTIONS(1108), - [anon_sym_e_GT] = ACTIONS(1108), - [anon_sym_o_GT] = ACTIONS(1108), - [anon_sym_err_PLUSout_GT] = ACTIONS(1108), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1108), - [anon_sym_o_PLUSe_GT] = ACTIONS(1108), - [anon_sym_e_PLUSo_GT] = ACTIONS(1108), - [sym_short_flag] = ACTIONS(1108), - [aux_sym_unquoted_token1] = ACTIONS(1108), - [anon_sym_POUND] = ACTIONS(3), - }, - [520] = { - [sym_comment] = STATE(520), - [ts_builtin_sym_end] = ACTIONS(752), - [anon_sym_SEMI] = ACTIONS(750), - [anon_sym_LF] = ACTIONS(752), - [anon_sym_LBRACK] = ACTIONS(750), - [anon_sym_LPAREN] = ACTIONS(750), - [anon_sym_PIPE] = ACTIONS(750), - [anon_sym_DOLLAR] = ACTIONS(750), - [anon_sym_GT] = ACTIONS(750), - [anon_sym_DASH_DASH] = ACTIONS(750), - [anon_sym_DASH] = ACTIONS(750), - [anon_sym_in] = ACTIONS(750), - [anon_sym_LBRACE] = ACTIONS(750), - [anon_sym_DOT] = ACTIONS(750), - [anon_sym_STAR] = ACTIONS(750), - [anon_sym_STAR_STAR] = ACTIONS(750), - [anon_sym_PLUS_PLUS] = ACTIONS(750), - [anon_sym_SLASH] = ACTIONS(750), - [anon_sym_mod] = ACTIONS(750), - [anon_sym_SLASH_SLASH] = ACTIONS(750), - [anon_sym_PLUS] = ACTIONS(750), - [anon_sym_bit_DASHshl] = ACTIONS(750), - [anon_sym_bit_DASHshr] = ACTIONS(750), - [anon_sym_EQ_EQ] = ACTIONS(750), - [anon_sym_BANG_EQ] = ACTIONS(750), - [anon_sym_LT2] = ACTIONS(750), - [anon_sym_LT_EQ] = ACTIONS(750), - [anon_sym_GT_EQ] = ACTIONS(750), - [anon_sym_not_DASHin] = ACTIONS(750), - [anon_sym_starts_DASHwith] = ACTIONS(750), - [anon_sym_ends_DASHwith] = ACTIONS(750), - [anon_sym_EQ_TILDE] = ACTIONS(750), - [anon_sym_BANG_TILDE] = ACTIONS(750), - [anon_sym_bit_DASHand] = ACTIONS(750), - [anon_sym_bit_DASHxor] = ACTIONS(750), - [anon_sym_bit_DASHor] = ACTIONS(750), - [anon_sym_and] = ACTIONS(750), - [anon_sym_xor] = ACTIONS(750), - [anon_sym_or] = ACTIONS(750), - [anon_sym_DOT_DOT_LT] = ACTIONS(750), - [anon_sym_DOT_DOT] = ACTIONS(750), - [anon_sym_DOT_DOT_EQ] = ACTIONS(750), - [sym_val_nothing] = ACTIONS(750), - [anon_sym_true] = ACTIONS(750), - [anon_sym_false] = ACTIONS(750), - [aux_sym_val_number_token1] = ACTIONS(750), - [aux_sym_val_number_token2] = ACTIONS(750), - [aux_sym_val_number_token3] = ACTIONS(750), - [aux_sym_val_number_token4] = ACTIONS(750), - [anon_sym_inf] = ACTIONS(750), - [anon_sym_DASHinf] = ACTIONS(750), - [anon_sym_NaN] = ACTIONS(750), - [anon_sym_0b] = ACTIONS(750), - [anon_sym_0o] = ACTIONS(750), - [anon_sym_0x] = ACTIONS(750), - [sym_val_date] = ACTIONS(750), - [anon_sym_DQUOTE] = ACTIONS(750), - [sym__str_single_quotes] = ACTIONS(750), - [sym__str_back_ticks] = ACTIONS(750), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(750), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(750), - [anon_sym_err_GT] = ACTIONS(750), - [anon_sym_out_GT] = ACTIONS(750), - [anon_sym_e_GT] = ACTIONS(750), - [anon_sym_o_GT] = ACTIONS(750), - [anon_sym_err_PLUSout_GT] = ACTIONS(750), - [anon_sym_out_PLUSerr_GT] = ACTIONS(750), - [anon_sym_o_PLUSe_GT] = ACTIONS(750), - [anon_sym_e_PLUSo_GT] = ACTIONS(750), - [sym_short_flag] = ACTIONS(750), - [aux_sym_unquoted_token1] = ACTIONS(750), - [anon_sym_POUND] = ACTIONS(3), - }, - [521] = { - [sym_comment] = STATE(521), - [anon_sym_SEMI] = ACTIONS(808), - [anon_sym_LF] = ACTIONS(810), - [anon_sym_LBRACK] = ACTIONS(808), - [anon_sym_LPAREN] = ACTIONS(808), - [anon_sym_RPAREN] = ACTIONS(808), - [anon_sym_PIPE] = ACTIONS(808), - [anon_sym_DOLLAR] = ACTIONS(808), - [anon_sym_GT] = ACTIONS(808), - [anon_sym_DASH_DASH] = ACTIONS(808), - [anon_sym_DASH] = ACTIONS(808), - [anon_sym_in] = ACTIONS(808), - [anon_sym_LBRACE] = ACTIONS(808), - [anon_sym_RBRACE] = ACTIONS(808), - [anon_sym_STAR] = ACTIONS(808), - [anon_sym_STAR_STAR] = ACTIONS(808), - [anon_sym_PLUS_PLUS] = ACTIONS(808), - [anon_sym_SLASH] = ACTIONS(808), - [anon_sym_mod] = ACTIONS(808), - [anon_sym_SLASH_SLASH] = ACTIONS(808), - [anon_sym_PLUS] = ACTIONS(808), - [anon_sym_bit_DASHshl] = ACTIONS(808), - [anon_sym_bit_DASHshr] = ACTIONS(808), - [anon_sym_EQ_EQ] = ACTIONS(808), - [anon_sym_BANG_EQ] = ACTIONS(808), - [anon_sym_LT2] = ACTIONS(808), - [anon_sym_LT_EQ] = ACTIONS(808), - [anon_sym_GT_EQ] = ACTIONS(808), - [anon_sym_not_DASHin] = ACTIONS(808), - [anon_sym_starts_DASHwith] = ACTIONS(808), - [anon_sym_ends_DASHwith] = ACTIONS(808), - [anon_sym_EQ_TILDE] = ACTIONS(808), - [anon_sym_BANG_TILDE] = ACTIONS(808), - [anon_sym_bit_DASHand] = ACTIONS(808), - [anon_sym_bit_DASHxor] = ACTIONS(808), - [anon_sym_bit_DASHor] = ACTIONS(808), - [anon_sym_and] = ACTIONS(808), - [anon_sym_xor] = ACTIONS(808), - [anon_sym_or] = ACTIONS(808), - [anon_sym_DOT_DOT_LT] = ACTIONS(808), - [anon_sym_DOT_DOT] = ACTIONS(808), - [anon_sym_DOT_DOT_EQ] = ACTIONS(808), - [sym_val_nothing] = ACTIONS(808), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [aux_sym_val_number_token1] = ACTIONS(808), - [aux_sym_val_number_token2] = ACTIONS(808), - [aux_sym_val_number_token3] = ACTIONS(808), - [aux_sym_val_number_token4] = ACTIONS(808), - [anon_sym_inf] = ACTIONS(808), - [anon_sym_DASHinf] = ACTIONS(808), - [anon_sym_NaN] = ACTIONS(808), - [anon_sym_0b] = ACTIONS(808), - [anon_sym_0o] = ACTIONS(808), - [anon_sym_0x] = ACTIONS(808), - [sym_val_date] = ACTIONS(808), - [anon_sym_DQUOTE] = ACTIONS(808), - [sym__str_single_quotes] = ACTIONS(808), - [sym__str_back_ticks] = ACTIONS(808), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(808), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(808), - [anon_sym_err_GT] = ACTIONS(808), - [anon_sym_out_GT] = ACTIONS(808), - [anon_sym_e_GT] = ACTIONS(808), - [anon_sym_o_GT] = ACTIONS(808), - [anon_sym_err_PLUSout_GT] = ACTIONS(808), - [anon_sym_out_PLUSerr_GT] = ACTIONS(808), - [anon_sym_o_PLUSe_GT] = ACTIONS(808), - [anon_sym_e_PLUSo_GT] = ACTIONS(808), - [sym_short_flag] = ACTIONS(808), - [aux_sym_unquoted_token1] = ACTIONS(808), - [anon_sym_POUND] = ACTIONS(3), - }, - [522] = { - [sym_comment] = STATE(522), - [anon_sym_SEMI] = ACTIONS(793), - [anon_sym_LF] = ACTIONS(795), - [anon_sym_LBRACK] = ACTIONS(793), - [anon_sym_LPAREN] = ACTIONS(793), - [anon_sym_RPAREN] = ACTIONS(793), - [anon_sym_PIPE] = ACTIONS(793), - [anon_sym_DOLLAR] = ACTIONS(793), - [anon_sym_GT] = ACTIONS(793), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_in] = ACTIONS(793), - [anon_sym_LBRACE] = ACTIONS(793), - [anon_sym_RBRACE] = ACTIONS(793), - [anon_sym_STAR] = ACTIONS(793), - [anon_sym_STAR_STAR] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_SLASH] = ACTIONS(793), - [anon_sym_mod] = ACTIONS(793), - [anon_sym_SLASH_SLASH] = ACTIONS(793), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_bit_DASHshl] = ACTIONS(793), - [anon_sym_bit_DASHshr] = ACTIONS(793), - [anon_sym_EQ_EQ] = ACTIONS(793), - [anon_sym_BANG_EQ] = ACTIONS(793), - [anon_sym_LT2] = ACTIONS(793), - [anon_sym_LT_EQ] = ACTIONS(793), - [anon_sym_GT_EQ] = ACTIONS(793), - [anon_sym_not_DASHin] = ACTIONS(793), - [anon_sym_starts_DASHwith] = ACTIONS(793), - [anon_sym_ends_DASHwith] = ACTIONS(793), - [anon_sym_EQ_TILDE] = ACTIONS(793), - [anon_sym_BANG_TILDE] = ACTIONS(793), - [anon_sym_bit_DASHand] = ACTIONS(793), - [anon_sym_bit_DASHxor] = ACTIONS(793), - [anon_sym_bit_DASHor] = ACTIONS(793), - [anon_sym_and] = ACTIONS(793), - [anon_sym_xor] = ACTIONS(793), - [anon_sym_or] = ACTIONS(793), - [anon_sym_DOT_DOT_LT] = ACTIONS(793), - [anon_sym_DOT_DOT] = ACTIONS(793), - [anon_sym_DOT_DOT_EQ] = ACTIONS(793), - [sym_val_nothing] = ACTIONS(793), - [anon_sym_true] = ACTIONS(793), - [anon_sym_false] = ACTIONS(793), - [aux_sym_val_number_token1] = ACTIONS(793), - [aux_sym_val_number_token2] = ACTIONS(793), - [aux_sym_val_number_token3] = ACTIONS(793), - [aux_sym_val_number_token4] = ACTIONS(793), - [anon_sym_inf] = ACTIONS(793), - [anon_sym_DASHinf] = ACTIONS(793), - [anon_sym_NaN] = ACTIONS(793), - [anon_sym_0b] = ACTIONS(793), - [anon_sym_0o] = ACTIONS(793), - [anon_sym_0x] = ACTIONS(793), - [sym_val_date] = ACTIONS(793), - [anon_sym_DQUOTE] = ACTIONS(793), - [sym__str_single_quotes] = ACTIONS(793), - [sym__str_back_ticks] = ACTIONS(793), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(793), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(793), - [anon_sym_err_GT] = ACTIONS(793), - [anon_sym_out_GT] = ACTIONS(793), - [anon_sym_e_GT] = ACTIONS(793), - [anon_sym_o_GT] = ACTIONS(793), - [anon_sym_err_PLUSout_GT] = ACTIONS(793), - [anon_sym_out_PLUSerr_GT] = ACTIONS(793), - [anon_sym_o_PLUSe_GT] = ACTIONS(793), - [anon_sym_e_PLUSo_GT] = ACTIONS(793), - [sym_short_flag] = ACTIONS(793), - [aux_sym_unquoted_token1] = ACTIONS(793), - [anon_sym_POUND] = ACTIONS(3), - }, - [523] = { - [sym_comment] = STATE(523), - [anon_sym_SEMI] = ACTIONS(824), - [anon_sym_LF] = ACTIONS(826), - [anon_sym_LBRACK] = ACTIONS(824), - [anon_sym_LPAREN] = ACTIONS(824), - [anon_sym_RPAREN] = ACTIONS(824), - [anon_sym_PIPE] = ACTIONS(824), - [anon_sym_DOLLAR] = ACTIONS(824), - [anon_sym_GT] = ACTIONS(824), - [anon_sym_DASH_DASH] = ACTIONS(824), - [anon_sym_DASH] = ACTIONS(824), - [anon_sym_in] = ACTIONS(824), - [anon_sym_LBRACE] = ACTIONS(824), - [anon_sym_RBRACE] = ACTIONS(824), - [anon_sym_STAR] = ACTIONS(824), - [anon_sym_STAR_STAR] = ACTIONS(824), - [anon_sym_PLUS_PLUS] = ACTIONS(824), - [anon_sym_SLASH] = ACTIONS(824), - [anon_sym_mod] = ACTIONS(824), - [anon_sym_SLASH_SLASH] = ACTIONS(824), - [anon_sym_PLUS] = ACTIONS(824), - [anon_sym_bit_DASHshl] = ACTIONS(824), - [anon_sym_bit_DASHshr] = ACTIONS(824), - [anon_sym_EQ_EQ] = ACTIONS(824), - [anon_sym_BANG_EQ] = ACTIONS(824), - [anon_sym_LT2] = ACTIONS(824), - [anon_sym_LT_EQ] = ACTIONS(824), - [anon_sym_GT_EQ] = ACTIONS(824), - [anon_sym_not_DASHin] = ACTIONS(824), - [anon_sym_starts_DASHwith] = ACTIONS(824), - [anon_sym_ends_DASHwith] = ACTIONS(824), - [anon_sym_EQ_TILDE] = ACTIONS(824), - [anon_sym_BANG_TILDE] = ACTIONS(824), - [anon_sym_bit_DASHand] = ACTIONS(824), - [anon_sym_bit_DASHxor] = ACTIONS(824), - [anon_sym_bit_DASHor] = ACTIONS(824), - [anon_sym_and] = ACTIONS(824), - [anon_sym_xor] = ACTIONS(824), - [anon_sym_or] = ACTIONS(824), - [anon_sym_DOT_DOT_LT] = ACTIONS(824), - [anon_sym_DOT_DOT] = ACTIONS(824), - [anon_sym_DOT_DOT_EQ] = ACTIONS(824), - [sym_val_nothing] = ACTIONS(824), - [anon_sym_true] = ACTIONS(824), - [anon_sym_false] = ACTIONS(824), - [aux_sym_val_number_token1] = ACTIONS(824), - [aux_sym_val_number_token2] = ACTIONS(824), - [aux_sym_val_number_token3] = ACTIONS(824), - [aux_sym_val_number_token4] = ACTIONS(824), - [anon_sym_inf] = ACTIONS(824), - [anon_sym_DASHinf] = ACTIONS(824), - [anon_sym_NaN] = ACTIONS(824), - [anon_sym_0b] = ACTIONS(824), - [anon_sym_0o] = ACTIONS(824), - [anon_sym_0x] = ACTIONS(824), - [sym_val_date] = ACTIONS(824), - [anon_sym_DQUOTE] = ACTIONS(824), - [sym__str_single_quotes] = ACTIONS(824), - [sym__str_back_ticks] = ACTIONS(824), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(824), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(824), - [anon_sym_err_GT] = ACTIONS(824), - [anon_sym_out_GT] = ACTIONS(824), - [anon_sym_e_GT] = ACTIONS(824), - [anon_sym_o_GT] = ACTIONS(824), - [anon_sym_err_PLUSout_GT] = ACTIONS(824), - [anon_sym_out_PLUSerr_GT] = ACTIONS(824), - [anon_sym_o_PLUSe_GT] = ACTIONS(824), - [anon_sym_e_PLUSo_GT] = ACTIONS(824), - [sym_short_flag] = ACTIONS(824), - [aux_sym_unquoted_token1] = ACTIONS(824), - [anon_sym_POUND] = ACTIONS(3), - }, - [524] = { - [sym_comment] = STATE(524), - [anon_sym_SEMI] = ACTIONS(797), - [anon_sym_LF] = ACTIONS(799), - [anon_sym_LBRACK] = ACTIONS(797), - [anon_sym_LPAREN] = ACTIONS(797), - [anon_sym_RPAREN] = ACTIONS(797), - [anon_sym_PIPE] = ACTIONS(797), - [anon_sym_DOLLAR] = ACTIONS(797), - [anon_sym_GT] = ACTIONS(797), - [anon_sym_DASH_DASH] = ACTIONS(797), - [anon_sym_DASH] = ACTIONS(797), - [anon_sym_in] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(797), - [anon_sym_RBRACE] = ACTIONS(797), - [anon_sym_STAR] = ACTIONS(797), - [anon_sym_STAR_STAR] = ACTIONS(797), - [anon_sym_PLUS_PLUS] = ACTIONS(797), - [anon_sym_SLASH] = ACTIONS(797), - [anon_sym_mod] = ACTIONS(797), - [anon_sym_SLASH_SLASH] = ACTIONS(797), - [anon_sym_PLUS] = ACTIONS(797), - [anon_sym_bit_DASHshl] = ACTIONS(797), - [anon_sym_bit_DASHshr] = ACTIONS(797), - [anon_sym_EQ_EQ] = ACTIONS(797), - [anon_sym_BANG_EQ] = ACTIONS(797), - [anon_sym_LT2] = ACTIONS(797), - [anon_sym_LT_EQ] = ACTIONS(797), - [anon_sym_GT_EQ] = ACTIONS(797), - [anon_sym_not_DASHin] = ACTIONS(797), - [anon_sym_starts_DASHwith] = ACTIONS(797), - [anon_sym_ends_DASHwith] = ACTIONS(797), - [anon_sym_EQ_TILDE] = ACTIONS(797), - [anon_sym_BANG_TILDE] = ACTIONS(797), - [anon_sym_bit_DASHand] = ACTIONS(797), - [anon_sym_bit_DASHxor] = ACTIONS(797), - [anon_sym_bit_DASHor] = ACTIONS(797), - [anon_sym_and] = ACTIONS(797), - [anon_sym_xor] = ACTIONS(797), - [anon_sym_or] = ACTIONS(797), - [anon_sym_DOT_DOT_LT] = ACTIONS(797), - [anon_sym_DOT_DOT] = ACTIONS(797), - [anon_sym_DOT_DOT_EQ] = ACTIONS(797), - [sym_val_nothing] = ACTIONS(797), - [anon_sym_true] = ACTIONS(797), - [anon_sym_false] = ACTIONS(797), - [aux_sym_val_number_token1] = ACTIONS(797), - [aux_sym_val_number_token2] = ACTIONS(797), - [aux_sym_val_number_token3] = ACTIONS(797), - [aux_sym_val_number_token4] = ACTIONS(797), - [anon_sym_inf] = ACTIONS(797), - [anon_sym_DASHinf] = ACTIONS(797), - [anon_sym_NaN] = ACTIONS(797), - [anon_sym_0b] = ACTIONS(797), - [anon_sym_0o] = ACTIONS(797), - [anon_sym_0x] = ACTIONS(797), - [sym_val_date] = ACTIONS(797), - [anon_sym_DQUOTE] = ACTIONS(797), - [sym__str_single_quotes] = ACTIONS(797), - [sym__str_back_ticks] = ACTIONS(797), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(797), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(797), - [anon_sym_err_GT] = ACTIONS(797), - [anon_sym_out_GT] = ACTIONS(797), - [anon_sym_e_GT] = ACTIONS(797), - [anon_sym_o_GT] = ACTIONS(797), - [anon_sym_err_PLUSout_GT] = ACTIONS(797), - [anon_sym_out_PLUSerr_GT] = ACTIONS(797), - [anon_sym_o_PLUSe_GT] = ACTIONS(797), - [anon_sym_e_PLUSo_GT] = ACTIONS(797), - [sym_short_flag] = ACTIONS(797), - [aux_sym_unquoted_token1] = ACTIONS(797), - [anon_sym_POUND] = ACTIONS(3), - }, - [525] = { - [sym__command_name] = STATE(908), - [sym_scope_pattern] = STATE(916), - [sym_wild_card] = STATE(956), - [sym_command_list] = STATE(954), - [sym_val_string] = STATE(858), - [sym__str_double_quotes] = STATE(809), - [sym_comment] = STATE(525), - [ts_builtin_sym_end] = ACTIONS(1066), - [anon_sym_export] = ACTIONS(1064), - [anon_sym_alias] = ACTIONS(1064), - [anon_sym_let] = ACTIONS(1064), - [anon_sym_let_DASHenv] = ACTIONS(1064), - [anon_sym_mut] = ACTIONS(1064), - [anon_sym_const] = ACTIONS(1064), - [sym_cmd_identifier] = ACTIONS(1092), - [anon_sym_SEMI] = ACTIONS(1064), - [anon_sym_LF] = ACTIONS(1066), - [anon_sym_def] = ACTIONS(1064), - [anon_sym_def_DASHenv] = ACTIONS(1064), - [anon_sym_export_DASHenv] = ACTIONS(1064), - [anon_sym_extern] = ACTIONS(1064), - [anon_sym_module] = ACTIONS(1064), - [anon_sym_use] = ACTIONS(1064), - [anon_sym_LBRACK] = ACTIONS(1094), - [anon_sym_LPAREN] = ACTIONS(1064), - [anon_sym_DOLLAR] = ACTIONS(1064), - [anon_sym_error] = ACTIONS(1064), - [anon_sym_DASH] = ACTIONS(1064), - [anon_sym_break] = ACTIONS(1064), - [anon_sym_continue] = ACTIONS(1064), - [anon_sym_for] = ACTIONS(1064), - [anon_sym_loop] = ACTIONS(1064), - [anon_sym_while] = ACTIONS(1064), - [anon_sym_do] = ACTIONS(1064), - [anon_sym_if] = ACTIONS(1064), - [anon_sym_match] = ACTIONS(1064), - [anon_sym_LBRACE] = ACTIONS(1064), - [anon_sym_try] = ACTIONS(1064), - [anon_sym_return] = ACTIONS(1064), - [anon_sym_source] = ACTIONS(1064), - [anon_sym_source_DASHenv] = ACTIONS(1064), - [anon_sym_register] = ACTIONS(1064), - [anon_sym_hide] = ACTIONS(1064), - [anon_sym_hide_DASHenv] = ACTIONS(1064), - [anon_sym_overlay] = ACTIONS(1064), - [anon_sym_STAR] = ACTIONS(1096), - [anon_sym_where] = ACTIONS(1064), - [anon_sym_not] = ACTIONS(1064), - [anon_sym_DOT_DOT_LT] = ACTIONS(1064), - [anon_sym_DOT_DOT] = ACTIONS(1064), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1064), - [sym_val_nothing] = ACTIONS(1064), - [anon_sym_true] = ACTIONS(1064), - [anon_sym_false] = ACTIONS(1064), - [aux_sym_val_number_token1] = ACTIONS(1064), - [aux_sym_val_number_token2] = ACTIONS(1064), - [aux_sym_val_number_token3] = ACTIONS(1064), - [aux_sym_val_number_token4] = ACTIONS(1064), - [anon_sym_inf] = ACTIONS(1064), - [anon_sym_DASHinf] = ACTIONS(1064), - [anon_sym_NaN] = ACTIONS(1064), - [anon_sym_0b] = ACTIONS(1064), - [anon_sym_0o] = ACTIONS(1064), - [anon_sym_0x] = ACTIONS(1064), - [sym_val_date] = ACTIONS(1064), - [anon_sym_DQUOTE] = ACTIONS(1098), - [sym__str_single_quotes] = ACTIONS(1100), - [sym__str_back_ticks] = ACTIONS(1100), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1064), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1064), - [anon_sym_CARET] = ACTIONS(1064), - [anon_sym_POUND] = ACTIONS(3), - }, - [526] = { - [sym__flag] = STATE(692), - [sym_long_flag] = STATE(707), - [sym_comment] = STATE(526), - [aux_sym_overlay_use_repeat1] = STATE(526), - [anon_sym_export] = ACTIONS(1112), - [anon_sym_alias] = ACTIONS(1112), - [anon_sym_let] = ACTIONS(1112), - [anon_sym_let_DASHenv] = ACTIONS(1112), - [anon_sym_mut] = ACTIONS(1112), - [anon_sym_const] = ACTIONS(1112), - [sym_cmd_identifier] = ACTIONS(1112), - [anon_sym_SEMI] = ACTIONS(1112), - [anon_sym_LF] = ACTIONS(1114), - [anon_sym_def] = ACTIONS(1112), - [anon_sym_def_DASHenv] = ACTIONS(1112), - [anon_sym_export_DASHenv] = ACTIONS(1112), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_module] = ACTIONS(1112), - [anon_sym_use] = ACTIONS(1112), - [anon_sym_LBRACK] = ACTIONS(1112), - [anon_sym_LPAREN] = ACTIONS(1112), - [anon_sym_RPAREN] = ACTIONS(1112), - [anon_sym_DOLLAR] = ACTIONS(1112), - [anon_sym_error] = ACTIONS(1112), - [anon_sym_DASH_DASH] = ACTIONS(1116), - [anon_sym_DASH] = ACTIONS(1112), - [anon_sym_break] = ACTIONS(1112), - [anon_sym_continue] = ACTIONS(1112), - [anon_sym_for] = ACTIONS(1112), - [anon_sym_loop] = ACTIONS(1112), - [anon_sym_while] = ACTIONS(1112), - [anon_sym_do] = ACTIONS(1112), - [anon_sym_if] = ACTIONS(1112), - [anon_sym_match] = ACTIONS(1112), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_RBRACE] = ACTIONS(1112), - [anon_sym_try] = ACTIONS(1112), - [anon_sym_return] = ACTIONS(1112), - [anon_sym_source] = ACTIONS(1112), - [anon_sym_source_DASHenv] = ACTIONS(1112), - [anon_sym_register] = ACTIONS(1112), - [anon_sym_hide] = ACTIONS(1112), - [anon_sym_hide_DASHenv] = ACTIONS(1112), - [anon_sym_overlay] = ACTIONS(1112), - [anon_sym_as] = ACTIONS(1112), - [anon_sym_where] = ACTIONS(1112), - [anon_sym_not] = ACTIONS(1112), - [anon_sym_DOT_DOT_LT] = ACTIONS(1112), - [anon_sym_DOT_DOT] = ACTIONS(1112), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1112), - [sym_val_nothing] = ACTIONS(1112), - [anon_sym_true] = ACTIONS(1112), - [anon_sym_false] = ACTIONS(1112), - [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(1112), - [anon_sym_inf] = ACTIONS(1112), - [anon_sym_DASHinf] = ACTIONS(1112), - [anon_sym_NaN] = ACTIONS(1112), - [anon_sym_0b] = ACTIONS(1112), - [anon_sym_0o] = ACTIONS(1112), - [anon_sym_0x] = ACTIONS(1112), - [sym_val_date] = ACTIONS(1112), - [anon_sym_DQUOTE] = ACTIONS(1112), - [sym__str_single_quotes] = ACTIONS(1112), - [sym__str_back_ticks] = ACTIONS(1112), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1112), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1112), - [anon_sym_CARET] = ACTIONS(1112), - [sym_short_flag] = ACTIONS(1119), + [anon_sym_and] = ACTIONS(1092), + [anon_sym_xor] = ACTIONS(1094), + [anon_sym_or] = ACTIONS(1096), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_err_GT] = ACTIONS(769), + [anon_sym_out_GT] = ACTIONS(769), + [anon_sym_e_GT] = ACTIONS(769), + [anon_sym_o_GT] = ACTIONS(769), + [anon_sym_err_PLUSout_GT] = ACTIONS(769), + [anon_sym_out_PLUSerr_GT] = ACTIONS(769), + [anon_sym_o_PLUSe_GT] = ACTIONS(769), + [anon_sym_e_PLUSo_GT] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [aux_sym_unquoted_token1] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [527] = { - [sym_comment] = STATE(527), - [anon_sym_SEMI] = ACTIONS(828), - [anon_sym_LF] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(828), - [anon_sym_LPAREN] = ACTIONS(828), - [anon_sym_RPAREN] = ACTIONS(828), - [anon_sym_PIPE] = ACTIONS(828), - [anon_sym_DOLLAR] = ACTIONS(828), - [anon_sym_GT] = ACTIONS(828), - [anon_sym_DASH_DASH] = ACTIONS(828), - [anon_sym_DASH] = ACTIONS(828), - [anon_sym_in] = ACTIONS(828), - [anon_sym_LBRACE] = ACTIONS(828), - [anon_sym_RBRACE] = ACTIONS(828), - [anon_sym_STAR] = ACTIONS(828), - [anon_sym_STAR_STAR] = ACTIONS(828), - [anon_sym_PLUS_PLUS] = ACTIONS(828), - [anon_sym_SLASH] = ACTIONS(828), - [anon_sym_mod] = ACTIONS(828), - [anon_sym_SLASH_SLASH] = ACTIONS(828), - [anon_sym_PLUS] = ACTIONS(828), - [anon_sym_bit_DASHshl] = ACTIONS(828), - [anon_sym_bit_DASHshr] = ACTIONS(828), - [anon_sym_EQ_EQ] = ACTIONS(828), - [anon_sym_BANG_EQ] = ACTIONS(828), - [anon_sym_LT2] = ACTIONS(828), - [anon_sym_LT_EQ] = ACTIONS(828), - [anon_sym_GT_EQ] = ACTIONS(828), - [anon_sym_not_DASHin] = ACTIONS(828), - [anon_sym_starts_DASHwith] = ACTIONS(828), - [anon_sym_ends_DASHwith] = ACTIONS(828), - [anon_sym_EQ_TILDE] = ACTIONS(828), - [anon_sym_BANG_TILDE] = ACTIONS(828), - [anon_sym_bit_DASHand] = ACTIONS(828), - [anon_sym_bit_DASHxor] = ACTIONS(828), - [anon_sym_bit_DASHor] = ACTIONS(828), - [anon_sym_and] = ACTIONS(828), - [anon_sym_xor] = ACTIONS(828), - [anon_sym_or] = ACTIONS(828), - [anon_sym_DOT_DOT_LT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(828), - [anon_sym_DOT_DOT_EQ] = ACTIONS(828), - [sym_val_nothing] = ACTIONS(828), - [anon_sym_true] = ACTIONS(828), - [anon_sym_false] = ACTIONS(828), - [aux_sym_val_number_token1] = ACTIONS(828), - [aux_sym_val_number_token2] = ACTIONS(828), - [aux_sym_val_number_token3] = ACTIONS(828), - [aux_sym_val_number_token4] = ACTIONS(828), - [anon_sym_inf] = ACTIONS(828), - [anon_sym_DASHinf] = ACTIONS(828), - [anon_sym_NaN] = ACTIONS(828), - [anon_sym_0b] = ACTIONS(828), - [anon_sym_0o] = ACTIONS(828), - [anon_sym_0x] = ACTIONS(828), - [sym_val_date] = ACTIONS(828), - [anon_sym_DQUOTE] = ACTIONS(828), - [sym__str_single_quotes] = ACTIONS(828), - [sym__str_back_ticks] = ACTIONS(828), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(828), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(828), - [anon_sym_err_GT] = ACTIONS(828), - [anon_sym_out_GT] = ACTIONS(828), - [anon_sym_e_GT] = ACTIONS(828), - [anon_sym_o_GT] = ACTIONS(828), - [anon_sym_err_PLUSout_GT] = ACTIONS(828), - [anon_sym_out_PLUSerr_GT] = ACTIONS(828), - [anon_sym_o_PLUSe_GT] = ACTIONS(828), - [anon_sym_e_PLUSo_GT] = ACTIONS(828), - [sym_short_flag] = ACTIONS(828), - [aux_sym_unquoted_token1] = ACTIONS(828), + [505] = { + [sym_comment] = STATE(505), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(1072), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(1074), + [anon_sym_in] = ACTIONS(1076), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_STAR_STAR] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_mod] = ACTIONS(1078), + [anon_sym_SLASH_SLASH] = ACTIONS(1078), + [anon_sym_PLUS] = ACTIONS(1074), + [anon_sym_bit_DASHshl] = ACTIONS(1082), + [anon_sym_bit_DASHshr] = ACTIONS(1082), + [anon_sym_EQ_EQ] = ACTIONS(1072), + [anon_sym_BANG_EQ] = ACTIONS(1072), + [anon_sym_LT2] = ACTIONS(1072), + [anon_sym_LT_EQ] = ACTIONS(1072), + [anon_sym_GT_EQ] = ACTIONS(1072), + [anon_sym_not_DASHin] = ACTIONS(1076), + [anon_sym_starts_DASHwith] = ACTIONS(1076), + [anon_sym_ends_DASHwith] = ACTIONS(1076), + [anon_sym_EQ_TILDE] = ACTIONS(1084), + [anon_sym_BANG_TILDE] = ACTIONS(1084), + [anon_sym_bit_DASHand] = ACTIONS(1086), + [anon_sym_bit_DASHxor] = ACTIONS(1088), + [anon_sym_bit_DASHor] = ACTIONS(1090), + [anon_sym_and] = ACTIONS(1092), + [anon_sym_xor] = ACTIONS(1094), + [anon_sym_or] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_err_GT] = ACTIONS(769), + [anon_sym_out_GT] = ACTIONS(769), + [anon_sym_e_GT] = ACTIONS(769), + [anon_sym_o_GT] = ACTIONS(769), + [anon_sym_err_PLUSout_GT] = ACTIONS(769), + [anon_sym_out_PLUSerr_GT] = ACTIONS(769), + [anon_sym_o_PLUSe_GT] = ACTIONS(769), + [anon_sym_e_PLUSo_GT] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [aux_sym_unquoted_token1] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [528] = { - [sym_comment] = STATE(528), - [anon_sym_SEMI] = ACTIONS(103), - [anon_sym_LF] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(103), - [anon_sym_LPAREN] = ACTIONS(103), - [anon_sym_RPAREN] = ACTIONS(103), - [anon_sym_PIPE] = ACTIONS(103), - [anon_sym_DOLLAR] = ACTIONS(103), - [anon_sym_GT] = ACTIONS(103), - [anon_sym_DASH_DASH] = ACTIONS(103), - [anon_sym_DASH] = ACTIONS(103), - [anon_sym_in] = ACTIONS(103), - [anon_sym_LBRACE] = ACTIONS(103), - [anon_sym_RBRACE] = ACTIONS(103), - [anon_sym_STAR] = ACTIONS(103), - [anon_sym_STAR_STAR] = ACTIONS(103), - [anon_sym_PLUS_PLUS] = ACTIONS(103), - [anon_sym_SLASH] = ACTIONS(103), - [anon_sym_mod] = ACTIONS(103), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_PLUS] = ACTIONS(103), - [anon_sym_bit_DASHshl] = ACTIONS(103), - [anon_sym_bit_DASHshr] = ACTIONS(103), - [anon_sym_EQ_EQ] = ACTIONS(103), - [anon_sym_BANG_EQ] = ACTIONS(103), - [anon_sym_LT2] = ACTIONS(103), - [anon_sym_LT_EQ] = ACTIONS(103), - [anon_sym_GT_EQ] = ACTIONS(103), - [anon_sym_not_DASHin] = ACTIONS(103), - [anon_sym_starts_DASHwith] = ACTIONS(103), - [anon_sym_ends_DASHwith] = ACTIONS(103), - [anon_sym_EQ_TILDE] = ACTIONS(103), - [anon_sym_BANG_TILDE] = ACTIONS(103), - [anon_sym_bit_DASHand] = ACTIONS(103), - [anon_sym_bit_DASHxor] = ACTIONS(103), - [anon_sym_bit_DASHor] = ACTIONS(103), - [anon_sym_and] = ACTIONS(103), - [anon_sym_xor] = ACTIONS(103), - [anon_sym_or] = ACTIONS(103), - [anon_sym_DOT_DOT_LT] = ACTIONS(103), - [anon_sym_DOT_DOT] = ACTIONS(103), - [anon_sym_DOT_DOT_EQ] = ACTIONS(103), - [sym_val_nothing] = ACTIONS(103), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [aux_sym_val_number_token1] = ACTIONS(103), - [aux_sym_val_number_token2] = ACTIONS(103), - [aux_sym_val_number_token3] = ACTIONS(103), - [aux_sym_val_number_token4] = ACTIONS(103), - [anon_sym_inf] = ACTIONS(103), - [anon_sym_DASHinf] = ACTIONS(103), - [anon_sym_NaN] = ACTIONS(103), - [anon_sym_0b] = ACTIONS(103), - [anon_sym_0o] = ACTIONS(103), - [anon_sym_0x] = ACTIONS(103), - [sym_val_date] = ACTIONS(103), - [anon_sym_DQUOTE] = ACTIONS(103), - [sym__str_single_quotes] = ACTIONS(103), - [sym__str_back_ticks] = ACTIONS(103), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(103), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(103), - [anon_sym_err_GT] = ACTIONS(103), - [anon_sym_out_GT] = ACTIONS(103), - [anon_sym_e_GT] = ACTIONS(103), - [anon_sym_o_GT] = ACTIONS(103), - [anon_sym_err_PLUSout_GT] = ACTIONS(103), - [anon_sym_out_PLUSerr_GT] = ACTIONS(103), - [anon_sym_o_PLUSe_GT] = ACTIONS(103), - [anon_sym_e_PLUSo_GT] = ACTIONS(103), - [sym_short_flag] = ACTIONS(103), - [aux_sym_unquoted_token1] = ACTIONS(103), + [506] = { + [sym_comment] = STATE(506), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(1072), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(1074), + [anon_sym_in] = ACTIONS(1076), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_STAR_STAR] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_mod] = ACTIONS(1078), + [anon_sym_SLASH_SLASH] = ACTIONS(1078), + [anon_sym_PLUS] = ACTIONS(1074), + [anon_sym_bit_DASHshl] = ACTIONS(1082), + [anon_sym_bit_DASHshr] = ACTIONS(1082), + [anon_sym_EQ_EQ] = ACTIONS(1072), + [anon_sym_BANG_EQ] = ACTIONS(1072), + [anon_sym_LT2] = ACTIONS(1072), + [anon_sym_LT_EQ] = ACTIONS(1072), + [anon_sym_GT_EQ] = ACTIONS(1072), + [anon_sym_not_DASHin] = ACTIONS(1076), + [anon_sym_starts_DASHwith] = ACTIONS(1076), + [anon_sym_ends_DASHwith] = ACTIONS(1076), + [anon_sym_EQ_TILDE] = ACTIONS(1084), + [anon_sym_BANG_TILDE] = ACTIONS(1084), + [anon_sym_bit_DASHand] = ACTIONS(1086), + [anon_sym_bit_DASHxor] = ACTIONS(1088), + [anon_sym_bit_DASHor] = ACTIONS(1090), + [anon_sym_and] = ACTIONS(1092), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_err_GT] = ACTIONS(769), + [anon_sym_out_GT] = ACTIONS(769), + [anon_sym_e_GT] = ACTIONS(769), + [anon_sym_o_GT] = ACTIONS(769), + [anon_sym_err_PLUSout_GT] = ACTIONS(769), + [anon_sym_out_PLUSerr_GT] = ACTIONS(769), + [anon_sym_o_PLUSe_GT] = ACTIONS(769), + [anon_sym_e_PLUSo_GT] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [aux_sym_unquoted_token1] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [529] = { - [sym_comment] = STATE(529), - [anon_sym_SEMI] = ACTIONS(870), - [anon_sym_LF] = ACTIONS(872), - [anon_sym_LBRACK] = ACTIONS(870), - [anon_sym_LPAREN] = ACTIONS(870), - [anon_sym_RPAREN] = ACTIONS(870), - [anon_sym_PIPE] = ACTIONS(870), - [anon_sym_DOLLAR] = ACTIONS(870), - [anon_sym_GT] = ACTIONS(870), - [anon_sym_DASH_DASH] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_in] = ACTIONS(870), - [anon_sym_LBRACE] = ACTIONS(870), - [anon_sym_RBRACE] = ACTIONS(870), - [anon_sym_STAR] = ACTIONS(870), - [anon_sym_STAR_STAR] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(870), - [anon_sym_SLASH] = ACTIONS(870), - [anon_sym_mod] = ACTIONS(870), - [anon_sym_SLASH_SLASH] = ACTIONS(870), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_bit_DASHshl] = ACTIONS(870), - [anon_sym_bit_DASHshr] = ACTIONS(870), - [anon_sym_EQ_EQ] = ACTIONS(870), - [anon_sym_BANG_EQ] = ACTIONS(870), - [anon_sym_LT2] = ACTIONS(870), - [anon_sym_LT_EQ] = ACTIONS(870), - [anon_sym_GT_EQ] = ACTIONS(870), - [anon_sym_not_DASHin] = ACTIONS(870), - [anon_sym_starts_DASHwith] = ACTIONS(870), - [anon_sym_ends_DASHwith] = ACTIONS(870), - [anon_sym_EQ_TILDE] = ACTIONS(870), - [anon_sym_BANG_TILDE] = ACTIONS(870), - [anon_sym_bit_DASHand] = ACTIONS(870), - [anon_sym_bit_DASHxor] = ACTIONS(870), - [anon_sym_bit_DASHor] = ACTIONS(870), - [anon_sym_and] = ACTIONS(870), - [anon_sym_xor] = ACTIONS(870), - [anon_sym_or] = ACTIONS(870), - [anon_sym_DOT_DOT_LT] = ACTIONS(870), - [anon_sym_DOT_DOT] = ACTIONS(870), - [anon_sym_DOT_DOT_EQ] = ACTIONS(870), - [sym_val_nothing] = ACTIONS(870), - [anon_sym_true] = ACTIONS(870), - [anon_sym_false] = ACTIONS(870), - [aux_sym_val_number_token1] = ACTIONS(870), - [aux_sym_val_number_token2] = ACTIONS(870), - [aux_sym_val_number_token3] = ACTIONS(870), - [aux_sym_val_number_token4] = ACTIONS(870), - [anon_sym_inf] = ACTIONS(870), - [anon_sym_DASHinf] = ACTIONS(870), - [anon_sym_NaN] = ACTIONS(870), - [anon_sym_0b] = ACTIONS(870), - [anon_sym_0o] = ACTIONS(870), - [anon_sym_0x] = ACTIONS(870), - [sym_val_date] = ACTIONS(870), - [anon_sym_DQUOTE] = ACTIONS(870), - [sym__str_single_quotes] = ACTIONS(870), - [sym__str_back_ticks] = ACTIONS(870), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(870), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(870), - [anon_sym_err_GT] = ACTIONS(870), - [anon_sym_out_GT] = ACTIONS(870), - [anon_sym_e_GT] = ACTIONS(870), - [anon_sym_o_GT] = ACTIONS(870), - [anon_sym_err_PLUSout_GT] = ACTIONS(870), - [anon_sym_out_PLUSerr_GT] = ACTIONS(870), - [anon_sym_o_PLUSe_GT] = ACTIONS(870), - [anon_sym_e_PLUSo_GT] = ACTIONS(870), - [sym_short_flag] = ACTIONS(870), - [aux_sym_unquoted_token1] = ACTIONS(870), + [507] = { + [sym_comment] = STATE(507), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(1072), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(1074), + [anon_sym_in] = ACTIONS(1076), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_STAR_STAR] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_mod] = ACTIONS(1078), + [anon_sym_SLASH_SLASH] = ACTIONS(1078), + [anon_sym_PLUS] = ACTIONS(1074), + [anon_sym_bit_DASHshl] = ACTIONS(1082), + [anon_sym_bit_DASHshr] = ACTIONS(1082), + [anon_sym_EQ_EQ] = ACTIONS(1072), + [anon_sym_BANG_EQ] = ACTIONS(1072), + [anon_sym_LT2] = ACTIONS(1072), + [anon_sym_LT_EQ] = ACTIONS(1072), + [anon_sym_GT_EQ] = ACTIONS(1072), + [anon_sym_not_DASHin] = ACTIONS(1076), + [anon_sym_starts_DASHwith] = ACTIONS(1076), + [anon_sym_ends_DASHwith] = ACTIONS(1076), + [anon_sym_EQ_TILDE] = ACTIONS(1084), + [anon_sym_BANG_TILDE] = ACTIONS(1084), + [anon_sym_bit_DASHand] = ACTIONS(1086), + [anon_sym_bit_DASHxor] = ACTIONS(1088), + [anon_sym_bit_DASHor] = ACTIONS(1090), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_err_GT] = ACTIONS(769), + [anon_sym_out_GT] = ACTIONS(769), + [anon_sym_e_GT] = ACTIONS(769), + [anon_sym_o_GT] = ACTIONS(769), + [anon_sym_err_PLUSout_GT] = ACTIONS(769), + [anon_sym_out_PLUSerr_GT] = ACTIONS(769), + [anon_sym_o_PLUSe_GT] = ACTIONS(769), + [anon_sym_e_PLUSo_GT] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [aux_sym_unquoted_token1] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [530] = { - [sym_comment] = STATE(530), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(1080), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(1076), - [anon_sym_in] = ACTIONS(1082), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(1072), - [anon_sym_STAR_STAR] = ACTIONS(1074), - [anon_sym_PLUS_PLUS] = ACTIONS(1074), - [anon_sym_SLASH] = ACTIONS(1072), - [anon_sym_mod] = ACTIONS(1072), - [anon_sym_SLASH_SLASH] = ACTIONS(1072), - [anon_sym_PLUS] = ACTIONS(1076), - [anon_sym_bit_DASHshl] = ACTIONS(1078), - [anon_sym_bit_DASHshr] = ACTIONS(1078), - [anon_sym_EQ_EQ] = ACTIONS(1080), - [anon_sym_BANG_EQ] = ACTIONS(1080), - [anon_sym_LT2] = ACTIONS(1080), - [anon_sym_LT_EQ] = ACTIONS(1080), - [anon_sym_GT_EQ] = ACTIONS(1080), - [anon_sym_not_DASHin] = ACTIONS(1082), - [anon_sym_starts_DASHwith] = ACTIONS(1082), - [anon_sym_ends_DASHwith] = ACTIONS(1082), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_err_GT] = ACTIONS(781), - [anon_sym_out_GT] = ACTIONS(781), - [anon_sym_e_GT] = ACTIONS(781), - [anon_sym_o_GT] = ACTIONS(781), - [anon_sym_err_PLUSout_GT] = ACTIONS(781), - [anon_sym_out_PLUSerr_GT] = ACTIONS(781), - [anon_sym_o_PLUSe_GT] = ACTIONS(781), - [anon_sym_e_PLUSo_GT] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [aux_sym_unquoted_token1] = ACTIONS(781), + [508] = { + [sym_comment] = STATE(508), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(1072), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(1074), + [anon_sym_in] = ACTIONS(1076), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_STAR_STAR] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_mod] = ACTIONS(1078), + [anon_sym_SLASH_SLASH] = ACTIONS(1078), + [anon_sym_PLUS] = ACTIONS(1074), + [anon_sym_bit_DASHshl] = ACTIONS(1082), + [anon_sym_bit_DASHshr] = ACTIONS(1082), + [anon_sym_EQ_EQ] = ACTIONS(1072), + [anon_sym_BANG_EQ] = ACTIONS(1072), + [anon_sym_LT2] = ACTIONS(1072), + [anon_sym_LT_EQ] = ACTIONS(1072), + [anon_sym_GT_EQ] = ACTIONS(1072), + [anon_sym_not_DASHin] = ACTIONS(1076), + [anon_sym_starts_DASHwith] = ACTIONS(1076), + [anon_sym_ends_DASHwith] = ACTIONS(1076), + [anon_sym_EQ_TILDE] = ACTIONS(1084), + [anon_sym_BANG_TILDE] = ACTIONS(1084), + [anon_sym_bit_DASHand] = ACTIONS(1086), + [anon_sym_bit_DASHxor] = ACTIONS(1088), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_err_GT] = ACTIONS(769), + [anon_sym_out_GT] = ACTIONS(769), + [anon_sym_e_GT] = ACTIONS(769), + [anon_sym_o_GT] = ACTIONS(769), + [anon_sym_err_PLUSout_GT] = ACTIONS(769), + [anon_sym_out_PLUSerr_GT] = ACTIONS(769), + [anon_sym_o_PLUSe_GT] = ACTIONS(769), + [anon_sym_e_PLUSo_GT] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [aux_sym_unquoted_token1] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [531] = { - [sym_comment] = STATE(531), - [anon_sym_SEMI] = ACTIONS(812), - [anon_sym_LF] = ACTIONS(814), - [anon_sym_LBRACK] = ACTIONS(812), - [anon_sym_LPAREN] = ACTIONS(812), - [anon_sym_RPAREN] = ACTIONS(812), - [anon_sym_PIPE] = ACTIONS(812), - [anon_sym_DOLLAR] = ACTIONS(812), - [anon_sym_GT] = ACTIONS(812), - [anon_sym_DASH_DASH] = ACTIONS(812), - [anon_sym_DASH] = ACTIONS(812), - [anon_sym_in] = ACTIONS(812), - [anon_sym_LBRACE] = ACTIONS(812), - [anon_sym_RBRACE] = ACTIONS(812), - [anon_sym_STAR] = ACTIONS(812), - [anon_sym_STAR_STAR] = ACTIONS(812), - [anon_sym_PLUS_PLUS] = ACTIONS(812), - [anon_sym_SLASH] = ACTIONS(812), - [anon_sym_mod] = ACTIONS(812), - [anon_sym_SLASH_SLASH] = ACTIONS(812), - [anon_sym_PLUS] = ACTIONS(812), - [anon_sym_bit_DASHshl] = ACTIONS(812), - [anon_sym_bit_DASHshr] = ACTIONS(812), - [anon_sym_EQ_EQ] = ACTIONS(812), - [anon_sym_BANG_EQ] = ACTIONS(812), - [anon_sym_LT2] = ACTIONS(812), - [anon_sym_LT_EQ] = ACTIONS(812), - [anon_sym_GT_EQ] = ACTIONS(812), - [anon_sym_not_DASHin] = ACTIONS(812), - [anon_sym_starts_DASHwith] = ACTIONS(812), - [anon_sym_ends_DASHwith] = ACTIONS(812), - [anon_sym_EQ_TILDE] = ACTIONS(812), - [anon_sym_BANG_TILDE] = ACTIONS(812), - [anon_sym_bit_DASHand] = ACTIONS(812), - [anon_sym_bit_DASHxor] = ACTIONS(812), - [anon_sym_bit_DASHor] = ACTIONS(812), - [anon_sym_and] = ACTIONS(812), - [anon_sym_xor] = ACTIONS(812), - [anon_sym_or] = ACTIONS(812), - [anon_sym_DOT_DOT_LT] = ACTIONS(812), - [anon_sym_DOT_DOT] = ACTIONS(812), - [anon_sym_DOT_DOT_EQ] = ACTIONS(812), - [sym_val_nothing] = ACTIONS(812), - [anon_sym_true] = ACTIONS(812), - [anon_sym_false] = ACTIONS(812), - [aux_sym_val_number_token1] = ACTIONS(812), - [aux_sym_val_number_token2] = ACTIONS(812), - [aux_sym_val_number_token3] = ACTIONS(812), - [aux_sym_val_number_token4] = ACTIONS(812), - [anon_sym_inf] = ACTIONS(812), - [anon_sym_DASHinf] = ACTIONS(812), - [anon_sym_NaN] = ACTIONS(812), - [anon_sym_0b] = ACTIONS(812), - [anon_sym_0o] = ACTIONS(812), - [anon_sym_0x] = ACTIONS(812), - [sym_val_date] = ACTIONS(812), - [anon_sym_DQUOTE] = ACTIONS(812), - [sym__str_single_quotes] = ACTIONS(812), - [sym__str_back_ticks] = ACTIONS(812), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(812), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(812), - [anon_sym_err_GT] = ACTIONS(812), - [anon_sym_out_GT] = ACTIONS(812), - [anon_sym_e_GT] = ACTIONS(812), - [anon_sym_o_GT] = ACTIONS(812), - [anon_sym_err_PLUSout_GT] = ACTIONS(812), - [anon_sym_out_PLUSerr_GT] = ACTIONS(812), - [anon_sym_o_PLUSe_GT] = ACTIONS(812), - [anon_sym_e_PLUSo_GT] = ACTIONS(812), - [sym_short_flag] = ACTIONS(812), - [aux_sym_unquoted_token1] = ACTIONS(812), + [509] = { + [sym_comment] = STATE(509), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(1072), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(1074), + [anon_sym_in] = ACTIONS(1076), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_STAR_STAR] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_mod] = ACTIONS(1078), + [anon_sym_SLASH_SLASH] = ACTIONS(1078), + [anon_sym_PLUS] = ACTIONS(1074), + [anon_sym_bit_DASHshl] = ACTIONS(1082), + [anon_sym_bit_DASHshr] = ACTIONS(1082), + [anon_sym_EQ_EQ] = ACTIONS(1072), + [anon_sym_BANG_EQ] = ACTIONS(1072), + [anon_sym_LT2] = ACTIONS(1072), + [anon_sym_LT_EQ] = ACTIONS(1072), + [anon_sym_GT_EQ] = ACTIONS(1072), + [anon_sym_not_DASHin] = ACTIONS(1076), + [anon_sym_starts_DASHwith] = ACTIONS(1076), + [anon_sym_ends_DASHwith] = ACTIONS(1076), + [anon_sym_EQ_TILDE] = ACTIONS(1084), + [anon_sym_BANG_TILDE] = ACTIONS(1084), + [anon_sym_bit_DASHand] = ACTIONS(1086), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_err_GT] = ACTIONS(769), + [anon_sym_out_GT] = ACTIONS(769), + [anon_sym_e_GT] = ACTIONS(769), + [anon_sym_o_GT] = ACTIONS(769), + [anon_sym_err_PLUSout_GT] = ACTIONS(769), + [anon_sym_out_PLUSerr_GT] = ACTIONS(769), + [anon_sym_o_PLUSe_GT] = ACTIONS(769), + [anon_sym_e_PLUSo_GT] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [aux_sym_unquoted_token1] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [532] = { - [sym_comment] = STATE(532), - [anon_sym_SEMI] = ACTIONS(848), - [anon_sym_LF] = ACTIONS(850), - [anon_sym_LBRACK] = ACTIONS(848), - [anon_sym_LPAREN] = ACTIONS(848), - [anon_sym_RPAREN] = ACTIONS(848), - [anon_sym_PIPE] = ACTIONS(848), - [anon_sym_DOLLAR] = ACTIONS(848), - [anon_sym_GT] = ACTIONS(848), - [anon_sym_DASH_DASH] = ACTIONS(848), - [anon_sym_DASH] = ACTIONS(848), - [anon_sym_in] = ACTIONS(848), - [anon_sym_LBRACE] = ACTIONS(848), - [anon_sym_RBRACE] = ACTIONS(848), - [anon_sym_STAR] = ACTIONS(848), - [anon_sym_STAR_STAR] = ACTIONS(848), - [anon_sym_PLUS_PLUS] = ACTIONS(848), - [anon_sym_SLASH] = ACTIONS(848), - [anon_sym_mod] = ACTIONS(848), - [anon_sym_SLASH_SLASH] = ACTIONS(848), - [anon_sym_PLUS] = ACTIONS(848), - [anon_sym_bit_DASHshl] = ACTIONS(848), - [anon_sym_bit_DASHshr] = ACTIONS(848), - [anon_sym_EQ_EQ] = ACTIONS(848), - [anon_sym_BANG_EQ] = ACTIONS(848), - [anon_sym_LT2] = ACTIONS(848), - [anon_sym_LT_EQ] = ACTIONS(848), - [anon_sym_GT_EQ] = ACTIONS(848), - [anon_sym_not_DASHin] = ACTIONS(848), - [anon_sym_starts_DASHwith] = ACTIONS(848), - [anon_sym_ends_DASHwith] = ACTIONS(848), - [anon_sym_EQ_TILDE] = ACTIONS(848), - [anon_sym_BANG_TILDE] = ACTIONS(848), - [anon_sym_bit_DASHand] = ACTIONS(848), - [anon_sym_bit_DASHxor] = ACTIONS(848), - [anon_sym_bit_DASHor] = ACTIONS(848), - [anon_sym_and] = ACTIONS(848), - [anon_sym_xor] = ACTIONS(848), - [anon_sym_or] = ACTIONS(848), - [anon_sym_DOT_DOT_LT] = ACTIONS(848), - [anon_sym_DOT_DOT] = ACTIONS(848), - [anon_sym_DOT_DOT_EQ] = ACTIONS(848), - [sym_val_nothing] = ACTIONS(848), - [anon_sym_true] = ACTIONS(848), - [anon_sym_false] = ACTIONS(848), - [aux_sym_val_number_token1] = ACTIONS(848), - [aux_sym_val_number_token2] = ACTIONS(848), - [aux_sym_val_number_token3] = ACTIONS(848), - [aux_sym_val_number_token4] = ACTIONS(848), - [anon_sym_inf] = ACTIONS(848), - [anon_sym_DASHinf] = ACTIONS(848), - [anon_sym_NaN] = ACTIONS(848), - [anon_sym_0b] = ACTIONS(848), - [anon_sym_0o] = ACTIONS(848), - [anon_sym_0x] = ACTIONS(848), - [sym_val_date] = ACTIONS(848), - [anon_sym_DQUOTE] = ACTIONS(848), - [sym__str_single_quotes] = ACTIONS(848), - [sym__str_back_ticks] = ACTIONS(848), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(848), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(848), - [anon_sym_err_GT] = ACTIONS(848), - [anon_sym_out_GT] = ACTIONS(848), - [anon_sym_e_GT] = ACTIONS(848), - [anon_sym_o_GT] = ACTIONS(848), - [anon_sym_err_PLUSout_GT] = ACTIONS(848), - [anon_sym_out_PLUSerr_GT] = ACTIONS(848), - [anon_sym_o_PLUSe_GT] = ACTIONS(848), - [anon_sym_e_PLUSo_GT] = ACTIONS(848), - [sym_short_flag] = ACTIONS(848), - [aux_sym_unquoted_token1] = ACTIONS(848), + [510] = { + [sym_comment] = STATE(510), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(1072), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(1074), + [anon_sym_in] = ACTIONS(1076), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_STAR_STAR] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_mod] = ACTIONS(1078), + [anon_sym_SLASH_SLASH] = ACTIONS(1078), + [anon_sym_PLUS] = ACTIONS(1074), + [anon_sym_bit_DASHshl] = ACTIONS(1082), + [anon_sym_bit_DASHshr] = ACTIONS(1082), + [anon_sym_EQ_EQ] = ACTIONS(1072), + [anon_sym_BANG_EQ] = ACTIONS(1072), + [anon_sym_LT2] = ACTIONS(1072), + [anon_sym_LT_EQ] = ACTIONS(1072), + [anon_sym_GT_EQ] = ACTIONS(1072), + [anon_sym_not_DASHin] = ACTIONS(1076), + [anon_sym_starts_DASHwith] = ACTIONS(1076), + [anon_sym_ends_DASHwith] = ACTIONS(1076), + [anon_sym_EQ_TILDE] = ACTIONS(1084), + [anon_sym_BANG_TILDE] = ACTIONS(1084), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_err_GT] = ACTIONS(769), + [anon_sym_out_GT] = ACTIONS(769), + [anon_sym_e_GT] = ACTIONS(769), + [anon_sym_o_GT] = ACTIONS(769), + [anon_sym_err_PLUSout_GT] = ACTIONS(769), + [anon_sym_out_PLUSerr_GT] = ACTIONS(769), + [anon_sym_o_PLUSe_GT] = ACTIONS(769), + [anon_sym_e_PLUSo_GT] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [aux_sym_unquoted_token1] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [533] = { - [sym__flag] = STATE(692), - [sym_long_flag] = STATE(707), - [sym_comment] = STATE(533), - [aux_sym_overlay_use_repeat1] = STATE(526), - [anon_sym_export] = ACTIONS(1122), - [anon_sym_alias] = ACTIONS(1122), - [anon_sym_let] = ACTIONS(1122), - [anon_sym_let_DASHenv] = ACTIONS(1122), - [anon_sym_mut] = ACTIONS(1122), - [anon_sym_const] = ACTIONS(1122), - [sym_cmd_identifier] = ACTIONS(1122), - [anon_sym_SEMI] = ACTIONS(1122), - [anon_sym_LF] = ACTIONS(1124), - [anon_sym_def] = ACTIONS(1122), - [anon_sym_def_DASHenv] = ACTIONS(1122), - [anon_sym_export_DASHenv] = ACTIONS(1122), - [anon_sym_extern] = ACTIONS(1122), - [anon_sym_module] = ACTIONS(1122), - [anon_sym_use] = ACTIONS(1122), - [anon_sym_LBRACK] = ACTIONS(1122), - [anon_sym_LPAREN] = ACTIONS(1122), - [anon_sym_RPAREN] = ACTIONS(1122), - [anon_sym_DOLLAR] = ACTIONS(1122), - [anon_sym_error] = ACTIONS(1122), - [anon_sym_DASH_DASH] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1122), - [anon_sym_break] = ACTIONS(1122), - [anon_sym_continue] = ACTIONS(1122), - [anon_sym_for] = ACTIONS(1122), - [anon_sym_loop] = ACTIONS(1122), - [anon_sym_while] = ACTIONS(1122), - [anon_sym_do] = ACTIONS(1122), - [anon_sym_if] = ACTIONS(1122), - [anon_sym_match] = ACTIONS(1122), - [anon_sym_LBRACE] = ACTIONS(1122), - [anon_sym_RBRACE] = ACTIONS(1122), - [anon_sym_try] = ACTIONS(1122), - [anon_sym_return] = ACTIONS(1122), - [anon_sym_source] = ACTIONS(1122), - [anon_sym_source_DASHenv] = ACTIONS(1122), - [anon_sym_register] = ACTIONS(1122), - [anon_sym_hide] = ACTIONS(1122), - [anon_sym_hide_DASHenv] = ACTIONS(1122), - [anon_sym_overlay] = ACTIONS(1122), - [anon_sym_as] = ACTIONS(1128), - [anon_sym_where] = ACTIONS(1122), - [anon_sym_not] = ACTIONS(1122), - [anon_sym_DOT_DOT_LT] = ACTIONS(1122), - [anon_sym_DOT_DOT] = ACTIONS(1122), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1122), - [sym_val_nothing] = ACTIONS(1122), - [anon_sym_true] = ACTIONS(1122), - [anon_sym_false] = ACTIONS(1122), - [aux_sym_val_number_token1] = ACTIONS(1122), - [aux_sym_val_number_token2] = ACTIONS(1122), - [aux_sym_val_number_token3] = ACTIONS(1122), - [aux_sym_val_number_token4] = ACTIONS(1122), - [anon_sym_inf] = ACTIONS(1122), - [anon_sym_DASHinf] = ACTIONS(1122), - [anon_sym_NaN] = ACTIONS(1122), - [anon_sym_0b] = ACTIONS(1122), - [anon_sym_0o] = ACTIONS(1122), - [anon_sym_0x] = ACTIONS(1122), - [sym_val_date] = ACTIONS(1122), - [anon_sym_DQUOTE] = ACTIONS(1122), - [sym__str_single_quotes] = ACTIONS(1122), - [sym__str_back_ticks] = ACTIONS(1122), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1122), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1122), - [anon_sym_CARET] = ACTIONS(1122), - [sym_short_flag] = ACTIONS(1130), + [511] = { + [sym__flag] = STATE(699), + [sym_long_flag] = STATE(683), + [sym_comment] = STATE(511), + [aux_sym_overlay_use_repeat1] = STATE(540), + [anon_sym_export] = ACTIONS(1098), + [anon_sym_alias] = ACTIONS(1098), + [anon_sym_let] = ACTIONS(1098), + [anon_sym_let_DASHenv] = ACTIONS(1098), + [anon_sym_mut] = ACTIONS(1098), + [anon_sym_const] = ACTIONS(1098), + [sym_cmd_identifier] = ACTIONS(1098), + [anon_sym_SEMI] = ACTIONS(1098), + [anon_sym_LF] = ACTIONS(1100), + [anon_sym_def] = ACTIONS(1098), + [anon_sym_def_DASHenv] = ACTIONS(1098), + [anon_sym_export_DASHenv] = ACTIONS(1098), + [anon_sym_extern] = ACTIONS(1098), + [anon_sym_module] = ACTIONS(1098), + [anon_sym_use] = ACTIONS(1098), + [anon_sym_LBRACK] = ACTIONS(1098), + [anon_sym_LPAREN] = ACTIONS(1098), + [anon_sym_RPAREN] = ACTIONS(1098), + [anon_sym_DOLLAR] = ACTIONS(1098), + [anon_sym_error] = ACTIONS(1098), + [anon_sym_DASH_DASH] = ACTIONS(1102), + [anon_sym_DASH] = ACTIONS(1098), + [anon_sym_break] = ACTIONS(1098), + [anon_sym_continue] = ACTIONS(1098), + [anon_sym_for] = ACTIONS(1098), + [anon_sym_loop] = ACTIONS(1098), + [anon_sym_while] = ACTIONS(1098), + [anon_sym_do] = ACTIONS(1098), + [anon_sym_if] = ACTIONS(1098), + [anon_sym_match] = ACTIONS(1098), + [anon_sym_LBRACE] = ACTIONS(1098), + [anon_sym_RBRACE] = ACTIONS(1098), + [anon_sym_try] = ACTIONS(1098), + [anon_sym_return] = ACTIONS(1098), + [anon_sym_source] = ACTIONS(1098), + [anon_sym_source_DASHenv] = ACTIONS(1098), + [anon_sym_register] = ACTIONS(1098), + [anon_sym_hide] = ACTIONS(1098), + [anon_sym_hide_DASHenv] = ACTIONS(1098), + [anon_sym_overlay] = ACTIONS(1098), + [anon_sym_as] = ACTIONS(1104), + [anon_sym_where] = ACTIONS(1098), + [anon_sym_not] = ACTIONS(1098), + [anon_sym_DOT_DOT_LT] = ACTIONS(1098), + [anon_sym_DOT_DOT] = ACTIONS(1098), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1098), + [sym_val_nothing] = ACTIONS(1098), + [anon_sym_true] = ACTIONS(1098), + [anon_sym_false] = ACTIONS(1098), + [aux_sym_val_number_token1] = ACTIONS(1098), + [aux_sym_val_number_token2] = ACTIONS(1098), + [aux_sym_val_number_token3] = ACTIONS(1098), + [aux_sym_val_number_token4] = ACTIONS(1098), + [anon_sym_inf] = ACTIONS(1098), + [anon_sym_DASHinf] = ACTIONS(1098), + [anon_sym_NaN] = ACTIONS(1098), + [anon_sym_0b] = ACTIONS(1098), + [anon_sym_0o] = ACTIONS(1098), + [anon_sym_0x] = ACTIONS(1098), + [sym_val_date] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(1098), + [sym__str_single_quotes] = ACTIONS(1098), + [sym__str_back_ticks] = ACTIONS(1098), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1098), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1098), + [anon_sym_CARET] = ACTIONS(1098), + [sym_short_flag] = ACTIONS(1106), [anon_sym_POUND] = ACTIONS(3), }, - [534] = { - [sym_comment] = STATE(534), - [ts_builtin_sym_end] = ACTIONS(761), - [anon_sym_SEMI] = ACTIONS(759), - [anon_sym_LF] = ACTIONS(761), - [anon_sym_LBRACK] = ACTIONS(759), - [anon_sym_LPAREN] = ACTIONS(759), - [anon_sym_PIPE] = ACTIONS(759), - [anon_sym_DOLLAR] = ACTIONS(759), - [anon_sym_GT] = ACTIONS(759), - [anon_sym_DASH_DASH] = ACTIONS(759), - [anon_sym_DASH] = ACTIONS(759), - [anon_sym_in] = ACTIONS(759), - [anon_sym_LBRACE] = ACTIONS(759), - [anon_sym_DOT] = ACTIONS(759), - [anon_sym_STAR] = ACTIONS(759), - [anon_sym_STAR_STAR] = ACTIONS(759), - [anon_sym_PLUS_PLUS] = ACTIONS(759), - [anon_sym_SLASH] = ACTIONS(759), - [anon_sym_mod] = ACTIONS(759), - [anon_sym_SLASH_SLASH] = ACTIONS(759), - [anon_sym_PLUS] = ACTIONS(759), - [anon_sym_bit_DASHshl] = ACTIONS(759), - [anon_sym_bit_DASHshr] = ACTIONS(759), - [anon_sym_EQ_EQ] = ACTIONS(759), - [anon_sym_BANG_EQ] = ACTIONS(759), - [anon_sym_LT2] = ACTIONS(759), - [anon_sym_LT_EQ] = ACTIONS(759), - [anon_sym_GT_EQ] = ACTIONS(759), - [anon_sym_not_DASHin] = ACTIONS(759), - [anon_sym_starts_DASHwith] = ACTIONS(759), - [anon_sym_ends_DASHwith] = ACTIONS(759), - [anon_sym_EQ_TILDE] = ACTIONS(759), - [anon_sym_BANG_TILDE] = ACTIONS(759), - [anon_sym_bit_DASHand] = ACTIONS(759), - [anon_sym_bit_DASHxor] = ACTIONS(759), - [anon_sym_bit_DASHor] = ACTIONS(759), - [anon_sym_and] = ACTIONS(759), - [anon_sym_xor] = ACTIONS(759), - [anon_sym_or] = ACTIONS(759), - [anon_sym_DOT_DOT_LT] = ACTIONS(759), - [anon_sym_DOT_DOT] = ACTIONS(759), - [anon_sym_DOT_DOT_EQ] = ACTIONS(759), - [sym_val_nothing] = ACTIONS(759), - [anon_sym_true] = ACTIONS(759), - [anon_sym_false] = ACTIONS(759), - [aux_sym_val_number_token1] = ACTIONS(759), - [aux_sym_val_number_token2] = ACTIONS(759), - [aux_sym_val_number_token3] = ACTIONS(759), - [aux_sym_val_number_token4] = ACTIONS(759), - [anon_sym_inf] = ACTIONS(759), - [anon_sym_DASHinf] = ACTIONS(759), - [anon_sym_NaN] = ACTIONS(759), - [anon_sym_0b] = ACTIONS(759), - [anon_sym_0o] = ACTIONS(759), - [anon_sym_0x] = ACTIONS(759), - [sym_val_date] = ACTIONS(759), - [anon_sym_DQUOTE] = ACTIONS(759), - [sym__str_single_quotes] = ACTIONS(759), - [sym__str_back_ticks] = ACTIONS(759), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(759), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(759), - [anon_sym_err_GT] = ACTIONS(759), - [anon_sym_out_GT] = ACTIONS(759), - [anon_sym_e_GT] = ACTIONS(759), - [anon_sym_o_GT] = ACTIONS(759), - [anon_sym_err_PLUSout_GT] = ACTIONS(759), - [anon_sym_out_PLUSerr_GT] = ACTIONS(759), - [anon_sym_o_PLUSe_GT] = ACTIONS(759), - [anon_sym_e_PLUSo_GT] = ACTIONS(759), - [sym_short_flag] = ACTIONS(759), - [aux_sym_unquoted_token1] = ACTIONS(759), + [512] = { + [sym_comment] = STATE(512), + [anon_sym_SEMI] = ACTIONS(858), + [anon_sym_LF] = ACTIONS(860), + [anon_sym_LBRACK] = ACTIONS(858), + [anon_sym_LPAREN] = ACTIONS(858), + [anon_sym_RPAREN] = ACTIONS(858), + [anon_sym_PIPE] = ACTIONS(858), + [anon_sym_DOLLAR] = ACTIONS(858), + [anon_sym_GT] = ACTIONS(858), + [anon_sym_DASH_DASH] = ACTIONS(858), + [anon_sym_DASH] = ACTIONS(858), + [anon_sym_in] = ACTIONS(858), + [anon_sym_LBRACE] = ACTIONS(858), + [anon_sym_RBRACE] = ACTIONS(858), + [anon_sym_STAR] = ACTIONS(858), + [anon_sym_STAR_STAR] = ACTIONS(858), + [anon_sym_PLUS_PLUS] = ACTIONS(858), + [anon_sym_SLASH] = ACTIONS(858), + [anon_sym_mod] = ACTIONS(858), + [anon_sym_SLASH_SLASH] = ACTIONS(858), + [anon_sym_PLUS] = ACTIONS(858), + [anon_sym_bit_DASHshl] = ACTIONS(858), + [anon_sym_bit_DASHshr] = ACTIONS(858), + [anon_sym_EQ_EQ] = ACTIONS(858), + [anon_sym_BANG_EQ] = ACTIONS(858), + [anon_sym_LT2] = ACTIONS(858), + [anon_sym_LT_EQ] = ACTIONS(858), + [anon_sym_GT_EQ] = ACTIONS(858), + [anon_sym_not_DASHin] = ACTIONS(858), + [anon_sym_starts_DASHwith] = ACTIONS(858), + [anon_sym_ends_DASHwith] = ACTIONS(858), + [anon_sym_EQ_TILDE] = ACTIONS(858), + [anon_sym_BANG_TILDE] = ACTIONS(858), + [anon_sym_bit_DASHand] = ACTIONS(858), + [anon_sym_bit_DASHxor] = ACTIONS(858), + [anon_sym_bit_DASHor] = ACTIONS(858), + [anon_sym_and] = ACTIONS(858), + [anon_sym_xor] = ACTIONS(858), + [anon_sym_or] = ACTIONS(858), + [anon_sym_DOT_DOT_LT] = ACTIONS(858), + [anon_sym_DOT_DOT] = ACTIONS(858), + [anon_sym_DOT_DOT_EQ] = ACTIONS(858), + [sym_val_nothing] = ACTIONS(858), + [anon_sym_true] = ACTIONS(858), + [anon_sym_false] = ACTIONS(858), + [aux_sym_val_number_token1] = ACTIONS(858), + [aux_sym_val_number_token2] = ACTIONS(858), + [aux_sym_val_number_token3] = ACTIONS(858), + [aux_sym_val_number_token4] = ACTIONS(858), + [anon_sym_inf] = ACTIONS(858), + [anon_sym_DASHinf] = ACTIONS(858), + [anon_sym_NaN] = ACTIONS(858), + [anon_sym_0b] = ACTIONS(858), + [anon_sym_0o] = ACTIONS(858), + [anon_sym_0x] = ACTIONS(858), + [sym_val_date] = ACTIONS(858), + [anon_sym_DQUOTE] = ACTIONS(858), + [sym__str_single_quotes] = ACTIONS(858), + [sym__str_back_ticks] = ACTIONS(858), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(858), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(858), + [anon_sym_err_GT] = ACTIONS(858), + [anon_sym_out_GT] = ACTIONS(858), + [anon_sym_e_GT] = ACTIONS(858), + [anon_sym_o_GT] = ACTIONS(858), + [anon_sym_err_PLUSout_GT] = ACTIONS(858), + [anon_sym_out_PLUSerr_GT] = ACTIONS(858), + [anon_sym_o_PLUSe_GT] = ACTIONS(858), + [anon_sym_e_PLUSo_GT] = ACTIONS(858), + [sym_short_flag] = ACTIONS(858), + [aux_sym_unquoted_token1] = ACTIONS(858), [anon_sym_POUND] = ACTIONS(3), }, - [535] = { - [sym__flag] = STATE(692), - [sym_long_flag] = STATE(707), - [sym_comment] = STATE(535), - [aux_sym_overlay_use_repeat1] = STATE(526), - [anon_sym_export] = ACTIONS(1132), - [anon_sym_alias] = ACTIONS(1132), - [anon_sym_let] = ACTIONS(1132), - [anon_sym_let_DASHenv] = ACTIONS(1132), - [anon_sym_mut] = ACTIONS(1132), - [anon_sym_const] = ACTIONS(1132), - [sym_cmd_identifier] = ACTIONS(1132), - [anon_sym_SEMI] = ACTIONS(1132), - [anon_sym_LF] = ACTIONS(1134), - [anon_sym_def] = ACTIONS(1132), - [anon_sym_def_DASHenv] = ACTIONS(1132), - [anon_sym_export_DASHenv] = ACTIONS(1132), - [anon_sym_extern] = ACTIONS(1132), - [anon_sym_module] = ACTIONS(1132), - [anon_sym_use] = ACTIONS(1132), - [anon_sym_LBRACK] = ACTIONS(1132), - [anon_sym_LPAREN] = ACTIONS(1132), - [anon_sym_RPAREN] = ACTIONS(1132), - [anon_sym_DOLLAR] = ACTIONS(1132), - [anon_sym_error] = ACTIONS(1132), - [anon_sym_DASH_DASH] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1132), - [anon_sym_break] = ACTIONS(1132), - [anon_sym_continue] = ACTIONS(1132), - [anon_sym_for] = ACTIONS(1132), - [anon_sym_loop] = ACTIONS(1132), - [anon_sym_while] = ACTIONS(1132), - [anon_sym_do] = ACTIONS(1132), - [anon_sym_if] = ACTIONS(1132), - [anon_sym_match] = ACTIONS(1132), - [anon_sym_LBRACE] = ACTIONS(1132), - [anon_sym_RBRACE] = ACTIONS(1132), - [anon_sym_try] = ACTIONS(1132), - [anon_sym_return] = ACTIONS(1132), - [anon_sym_source] = ACTIONS(1132), - [anon_sym_source_DASHenv] = ACTIONS(1132), - [anon_sym_register] = ACTIONS(1132), - [anon_sym_hide] = ACTIONS(1132), - [anon_sym_hide_DASHenv] = ACTIONS(1132), - [anon_sym_overlay] = ACTIONS(1132), - [anon_sym_as] = ACTIONS(1136), - [anon_sym_where] = ACTIONS(1132), - [anon_sym_not] = ACTIONS(1132), - [anon_sym_DOT_DOT_LT] = ACTIONS(1132), - [anon_sym_DOT_DOT] = ACTIONS(1132), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1132), - [sym_val_nothing] = ACTIONS(1132), - [anon_sym_true] = ACTIONS(1132), - [anon_sym_false] = ACTIONS(1132), - [aux_sym_val_number_token1] = ACTIONS(1132), - [aux_sym_val_number_token2] = ACTIONS(1132), - [aux_sym_val_number_token3] = ACTIONS(1132), - [aux_sym_val_number_token4] = ACTIONS(1132), - [anon_sym_inf] = ACTIONS(1132), - [anon_sym_DASHinf] = ACTIONS(1132), - [anon_sym_NaN] = ACTIONS(1132), - [anon_sym_0b] = ACTIONS(1132), - [anon_sym_0o] = ACTIONS(1132), - [anon_sym_0x] = ACTIONS(1132), - [sym_val_date] = ACTIONS(1132), - [anon_sym_DQUOTE] = ACTIONS(1132), - [sym__str_single_quotes] = ACTIONS(1132), - [sym__str_back_ticks] = ACTIONS(1132), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1132), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1132), - [anon_sym_CARET] = ACTIONS(1132), - [sym_short_flag] = ACTIONS(1130), + [513] = { + [sym_comment] = STATE(513), + [ts_builtin_sym_end] = ACTIONS(755), + [anon_sym_SEMI] = ACTIONS(753), + [anon_sym_LF] = ACTIONS(755), + [anon_sym_LBRACK] = ACTIONS(753), + [anon_sym_LPAREN] = ACTIONS(753), + [anon_sym_PIPE] = ACTIONS(753), + [anon_sym_DOLLAR] = ACTIONS(753), + [anon_sym_GT] = ACTIONS(753), + [anon_sym_DASH_DASH] = ACTIONS(753), + [anon_sym_DASH] = ACTIONS(753), + [anon_sym_in] = ACTIONS(753), + [anon_sym_LBRACE] = ACTIONS(753), + [anon_sym_DOT] = ACTIONS(753), + [anon_sym_STAR] = ACTIONS(753), + [anon_sym_STAR_STAR] = ACTIONS(753), + [anon_sym_PLUS_PLUS] = ACTIONS(753), + [anon_sym_SLASH] = ACTIONS(753), + [anon_sym_mod] = ACTIONS(753), + [anon_sym_SLASH_SLASH] = ACTIONS(753), + [anon_sym_PLUS] = ACTIONS(753), + [anon_sym_bit_DASHshl] = ACTIONS(753), + [anon_sym_bit_DASHshr] = ACTIONS(753), + [anon_sym_EQ_EQ] = ACTIONS(753), + [anon_sym_BANG_EQ] = ACTIONS(753), + [anon_sym_LT2] = ACTIONS(753), + [anon_sym_LT_EQ] = ACTIONS(753), + [anon_sym_GT_EQ] = ACTIONS(753), + [anon_sym_not_DASHin] = ACTIONS(753), + [anon_sym_starts_DASHwith] = ACTIONS(753), + [anon_sym_ends_DASHwith] = ACTIONS(753), + [anon_sym_EQ_TILDE] = ACTIONS(753), + [anon_sym_BANG_TILDE] = ACTIONS(753), + [anon_sym_bit_DASHand] = ACTIONS(753), + [anon_sym_bit_DASHxor] = ACTIONS(753), + [anon_sym_bit_DASHor] = ACTIONS(753), + [anon_sym_and] = ACTIONS(753), + [anon_sym_xor] = ACTIONS(753), + [anon_sym_or] = ACTIONS(753), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_DOT_DOT] = ACTIONS(753), + [anon_sym_DOT_DOT_EQ] = ACTIONS(753), + [sym_val_nothing] = ACTIONS(753), + [anon_sym_true] = ACTIONS(753), + [anon_sym_false] = ACTIONS(753), + [aux_sym_val_number_token1] = ACTIONS(753), + [aux_sym_val_number_token2] = ACTIONS(753), + [aux_sym_val_number_token3] = ACTIONS(753), + [aux_sym_val_number_token4] = ACTIONS(753), + [anon_sym_inf] = ACTIONS(753), + [anon_sym_DASHinf] = ACTIONS(753), + [anon_sym_NaN] = ACTIONS(753), + [anon_sym_0b] = ACTIONS(753), + [anon_sym_0o] = ACTIONS(753), + [anon_sym_0x] = ACTIONS(753), + [sym_val_date] = ACTIONS(753), + [anon_sym_DQUOTE] = ACTIONS(753), + [sym__str_single_quotes] = ACTIONS(753), + [sym__str_back_ticks] = ACTIONS(753), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(753), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(753), + [anon_sym_err_GT] = ACTIONS(753), + [anon_sym_out_GT] = ACTIONS(753), + [anon_sym_e_GT] = ACTIONS(753), + [anon_sym_o_GT] = ACTIONS(753), + [anon_sym_err_PLUSout_GT] = ACTIONS(753), + [anon_sym_out_PLUSerr_GT] = ACTIONS(753), + [anon_sym_o_PLUSe_GT] = ACTIONS(753), + [anon_sym_e_PLUSo_GT] = ACTIONS(753), + [sym_short_flag] = ACTIONS(753), + [aux_sym_unquoted_token1] = ACTIONS(753), [anon_sym_POUND] = ACTIONS(3), }, - [536] = { - [sym_comment] = STATE(536), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(781), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(1076), - [anon_sym_in] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(1072), - [anon_sym_STAR_STAR] = ACTIONS(1074), - [anon_sym_PLUS_PLUS] = ACTIONS(1074), - [anon_sym_SLASH] = ACTIONS(1072), - [anon_sym_mod] = ACTIONS(1072), - [anon_sym_SLASH_SLASH] = ACTIONS(1072), - [anon_sym_PLUS] = ACTIONS(1076), - [anon_sym_bit_DASHshl] = ACTIONS(781), - [anon_sym_bit_DASHshr] = ACTIONS(781), - [anon_sym_EQ_EQ] = ACTIONS(781), - [anon_sym_BANG_EQ] = ACTIONS(781), - [anon_sym_LT2] = ACTIONS(781), - [anon_sym_LT_EQ] = ACTIONS(781), - [anon_sym_GT_EQ] = ACTIONS(781), - [anon_sym_not_DASHin] = ACTIONS(781), - [anon_sym_starts_DASHwith] = ACTIONS(781), - [anon_sym_ends_DASHwith] = ACTIONS(781), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_err_GT] = ACTIONS(781), - [anon_sym_out_GT] = ACTIONS(781), - [anon_sym_e_GT] = ACTIONS(781), - [anon_sym_o_GT] = ACTIONS(781), - [anon_sym_err_PLUSout_GT] = ACTIONS(781), - [anon_sym_out_PLUSerr_GT] = ACTIONS(781), - [anon_sym_o_PLUSe_GT] = ACTIONS(781), - [anon_sym_e_PLUSo_GT] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [aux_sym_unquoted_token1] = ACTIONS(781), + [514] = { + [sym_comment] = STATE(514), + [anon_sym_SEMI] = ACTIONS(801), + [anon_sym_LF] = ACTIONS(803), + [anon_sym_LBRACK] = ACTIONS(801), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_RPAREN] = ACTIONS(801), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_DOLLAR] = ACTIONS(801), + [anon_sym_GT] = ACTIONS(801), + [anon_sym_DASH_DASH] = ACTIONS(801), + [anon_sym_DASH] = ACTIONS(801), + [anon_sym_in] = ACTIONS(801), + [anon_sym_LBRACE] = ACTIONS(801), + [anon_sym_RBRACE] = ACTIONS(801), + [anon_sym_STAR] = ACTIONS(801), + [anon_sym_STAR_STAR] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(801), + [anon_sym_SLASH] = ACTIONS(801), + [anon_sym_mod] = ACTIONS(801), + [anon_sym_SLASH_SLASH] = ACTIONS(801), + [anon_sym_PLUS] = ACTIONS(801), + [anon_sym_bit_DASHshl] = ACTIONS(801), + [anon_sym_bit_DASHshr] = ACTIONS(801), + [anon_sym_EQ_EQ] = ACTIONS(801), + [anon_sym_BANG_EQ] = ACTIONS(801), + [anon_sym_LT2] = ACTIONS(801), + [anon_sym_LT_EQ] = ACTIONS(801), + [anon_sym_GT_EQ] = ACTIONS(801), + [anon_sym_not_DASHin] = ACTIONS(801), + [anon_sym_starts_DASHwith] = ACTIONS(801), + [anon_sym_ends_DASHwith] = ACTIONS(801), + [anon_sym_EQ_TILDE] = ACTIONS(801), + [anon_sym_BANG_TILDE] = ACTIONS(801), + [anon_sym_bit_DASHand] = ACTIONS(801), + [anon_sym_bit_DASHxor] = ACTIONS(801), + [anon_sym_bit_DASHor] = ACTIONS(801), + [anon_sym_and] = ACTIONS(801), + [anon_sym_xor] = ACTIONS(801), + [anon_sym_or] = ACTIONS(801), + [anon_sym_DOT_DOT_LT] = ACTIONS(801), + [anon_sym_DOT_DOT] = ACTIONS(801), + [anon_sym_DOT_DOT_EQ] = ACTIONS(801), + [sym_val_nothing] = ACTIONS(801), + [anon_sym_true] = ACTIONS(801), + [anon_sym_false] = ACTIONS(801), + [aux_sym_val_number_token1] = ACTIONS(801), + [aux_sym_val_number_token2] = ACTIONS(801), + [aux_sym_val_number_token3] = ACTIONS(801), + [aux_sym_val_number_token4] = ACTIONS(801), + [anon_sym_inf] = ACTIONS(801), + [anon_sym_DASHinf] = ACTIONS(801), + [anon_sym_NaN] = ACTIONS(801), + [anon_sym_0b] = ACTIONS(801), + [anon_sym_0o] = ACTIONS(801), + [anon_sym_0x] = ACTIONS(801), + [sym_val_date] = ACTIONS(801), + [anon_sym_DQUOTE] = ACTIONS(801), + [sym__str_single_quotes] = ACTIONS(801), + [sym__str_back_ticks] = ACTIONS(801), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(801), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(801), + [anon_sym_err_GT] = ACTIONS(801), + [anon_sym_out_GT] = ACTIONS(801), + [anon_sym_e_GT] = ACTIONS(801), + [anon_sym_o_GT] = ACTIONS(801), + [anon_sym_err_PLUSout_GT] = ACTIONS(801), + [anon_sym_out_PLUSerr_GT] = ACTIONS(801), + [anon_sym_o_PLUSe_GT] = ACTIONS(801), + [anon_sym_e_PLUSo_GT] = ACTIONS(801), + [sym_short_flag] = ACTIONS(801), + [aux_sym_unquoted_token1] = ACTIONS(801), [anon_sym_POUND] = ACTIONS(3), }, - [537] = { - [sym_comment] = STATE(537), - [anon_sym_SEMI] = ACTIONS(765), - [anon_sym_LF] = ACTIONS(767), - [anon_sym_LBRACK] = ACTIONS(765), - [anon_sym_LPAREN] = ACTIONS(765), - [anon_sym_RPAREN] = ACTIONS(765), - [anon_sym_PIPE] = ACTIONS(765), - [anon_sym_DOLLAR] = ACTIONS(765), - [anon_sym_GT] = ACTIONS(765), - [anon_sym_DASH_DASH] = ACTIONS(765), - [anon_sym_DASH] = ACTIONS(765), - [anon_sym_in] = ACTIONS(765), - [anon_sym_LBRACE] = ACTIONS(765), - [anon_sym_RBRACE] = ACTIONS(765), - [anon_sym_STAR] = ACTIONS(765), - [anon_sym_STAR_STAR] = ACTIONS(765), - [anon_sym_PLUS_PLUS] = ACTIONS(765), - [anon_sym_SLASH] = ACTIONS(765), - [anon_sym_mod] = ACTIONS(765), - [anon_sym_SLASH_SLASH] = ACTIONS(765), - [anon_sym_PLUS] = ACTIONS(765), - [anon_sym_bit_DASHshl] = ACTIONS(765), - [anon_sym_bit_DASHshr] = ACTIONS(765), - [anon_sym_EQ_EQ] = ACTIONS(765), - [anon_sym_BANG_EQ] = ACTIONS(765), - [anon_sym_LT2] = ACTIONS(765), - [anon_sym_LT_EQ] = ACTIONS(765), - [anon_sym_GT_EQ] = ACTIONS(765), - [anon_sym_not_DASHin] = ACTIONS(765), - [anon_sym_starts_DASHwith] = ACTIONS(765), - [anon_sym_ends_DASHwith] = ACTIONS(765), - [anon_sym_EQ_TILDE] = ACTIONS(765), - [anon_sym_BANG_TILDE] = ACTIONS(765), - [anon_sym_bit_DASHand] = ACTIONS(765), - [anon_sym_bit_DASHxor] = ACTIONS(765), - [anon_sym_bit_DASHor] = ACTIONS(765), - [anon_sym_and] = ACTIONS(765), - [anon_sym_xor] = ACTIONS(765), - [anon_sym_or] = ACTIONS(765), - [anon_sym_DOT_DOT_LT] = ACTIONS(765), - [anon_sym_DOT_DOT] = ACTIONS(765), - [anon_sym_DOT_DOT_EQ] = ACTIONS(765), - [sym_val_nothing] = ACTIONS(765), - [anon_sym_true] = ACTIONS(765), - [anon_sym_false] = ACTIONS(765), - [aux_sym_val_number_token1] = ACTIONS(765), - [aux_sym_val_number_token2] = ACTIONS(765), - [aux_sym_val_number_token3] = ACTIONS(765), - [aux_sym_val_number_token4] = ACTIONS(765), - [anon_sym_inf] = ACTIONS(765), - [anon_sym_DASHinf] = ACTIONS(765), - [anon_sym_NaN] = ACTIONS(765), - [anon_sym_0b] = ACTIONS(765), - [anon_sym_0o] = ACTIONS(765), - [anon_sym_0x] = ACTIONS(765), - [sym_val_date] = ACTIONS(765), - [anon_sym_DQUOTE] = ACTIONS(765), - [sym__str_single_quotes] = ACTIONS(765), - [sym__str_back_ticks] = ACTIONS(765), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(765), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(765), - [anon_sym_err_GT] = ACTIONS(765), - [anon_sym_out_GT] = ACTIONS(765), - [anon_sym_e_GT] = ACTIONS(765), - [anon_sym_o_GT] = ACTIONS(765), - [anon_sym_err_PLUSout_GT] = ACTIONS(765), - [anon_sym_out_PLUSerr_GT] = ACTIONS(765), - [anon_sym_o_PLUSe_GT] = ACTIONS(765), - [anon_sym_e_PLUSo_GT] = ACTIONS(765), - [sym_short_flag] = ACTIONS(765), - [aux_sym_unquoted_token1] = ACTIONS(765), + [515] = { + [sym_comment] = STATE(515), + [ts_builtin_sym_end] = ACTIONS(712), + [anon_sym_SEMI] = ACTIONS(710), + [anon_sym_LF] = ACTIONS(712), + [anon_sym_LBRACK] = ACTIONS(710), + [anon_sym_LPAREN] = ACTIONS(710), + [anon_sym_PIPE] = ACTIONS(710), + [anon_sym_DOLLAR] = ACTIONS(710), + [anon_sym_GT] = ACTIONS(710), + [anon_sym_DASH_DASH] = ACTIONS(710), + [anon_sym_DASH] = ACTIONS(710), + [anon_sym_in] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(710), + [anon_sym_DOT] = ACTIONS(710), + [anon_sym_STAR] = ACTIONS(710), + [anon_sym_STAR_STAR] = ACTIONS(710), + [anon_sym_PLUS_PLUS] = ACTIONS(710), + [anon_sym_SLASH] = ACTIONS(710), + [anon_sym_mod] = ACTIONS(710), + [anon_sym_SLASH_SLASH] = ACTIONS(710), + [anon_sym_PLUS] = ACTIONS(710), + [anon_sym_bit_DASHshl] = ACTIONS(710), + [anon_sym_bit_DASHshr] = ACTIONS(710), + [anon_sym_EQ_EQ] = ACTIONS(710), + [anon_sym_BANG_EQ] = ACTIONS(710), + [anon_sym_LT2] = ACTIONS(710), + [anon_sym_LT_EQ] = ACTIONS(710), + [anon_sym_GT_EQ] = ACTIONS(710), + [anon_sym_not_DASHin] = ACTIONS(710), + [anon_sym_starts_DASHwith] = ACTIONS(710), + [anon_sym_ends_DASHwith] = ACTIONS(710), + [anon_sym_EQ_TILDE] = ACTIONS(710), + [anon_sym_BANG_TILDE] = ACTIONS(710), + [anon_sym_bit_DASHand] = ACTIONS(710), + [anon_sym_bit_DASHxor] = ACTIONS(710), + [anon_sym_bit_DASHor] = ACTIONS(710), + [anon_sym_and] = ACTIONS(710), + [anon_sym_xor] = ACTIONS(710), + [anon_sym_or] = ACTIONS(710), + [anon_sym_DOT_DOT_LT] = ACTIONS(710), + [anon_sym_DOT_DOT] = ACTIONS(710), + [anon_sym_DOT_DOT_EQ] = ACTIONS(710), + [sym_val_nothing] = ACTIONS(710), + [anon_sym_true] = ACTIONS(710), + [anon_sym_false] = ACTIONS(710), + [aux_sym_val_number_token1] = ACTIONS(710), + [aux_sym_val_number_token2] = ACTIONS(710), + [aux_sym_val_number_token3] = ACTIONS(710), + [aux_sym_val_number_token4] = ACTIONS(710), + [anon_sym_inf] = ACTIONS(710), + [anon_sym_DASHinf] = ACTIONS(710), + [anon_sym_NaN] = ACTIONS(710), + [anon_sym_0b] = ACTIONS(710), + [anon_sym_0o] = ACTIONS(710), + [anon_sym_0x] = ACTIONS(710), + [sym_val_date] = ACTIONS(710), + [anon_sym_DQUOTE] = ACTIONS(710), + [sym__str_single_quotes] = ACTIONS(710), + [sym__str_back_ticks] = ACTIONS(710), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(710), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(710), + [anon_sym_err_GT] = ACTIONS(710), + [anon_sym_out_GT] = ACTIONS(710), + [anon_sym_e_GT] = ACTIONS(710), + [anon_sym_o_GT] = ACTIONS(710), + [anon_sym_err_PLUSout_GT] = ACTIONS(710), + [anon_sym_out_PLUSerr_GT] = ACTIONS(710), + [anon_sym_o_PLUSe_GT] = ACTIONS(710), + [anon_sym_e_PLUSo_GT] = ACTIONS(710), + [sym_short_flag] = ACTIONS(710), + [aux_sym_unquoted_token1] = ACTIONS(710), [anon_sym_POUND] = ACTIONS(3), }, - [538] = { - [sym__flag] = STATE(692), - [sym_long_flag] = STATE(707), - [sym_comment] = STATE(538), - [aux_sym_overlay_use_repeat1] = STATE(533), - [anon_sym_export] = ACTIONS(1138), - [anon_sym_alias] = ACTIONS(1138), - [anon_sym_let] = ACTIONS(1138), - [anon_sym_let_DASHenv] = ACTIONS(1138), - [anon_sym_mut] = ACTIONS(1138), - [anon_sym_const] = ACTIONS(1138), - [sym_cmd_identifier] = ACTIONS(1138), - [anon_sym_SEMI] = ACTIONS(1138), - [anon_sym_LF] = ACTIONS(1140), - [anon_sym_def] = ACTIONS(1138), - [anon_sym_def_DASHenv] = ACTIONS(1138), - [anon_sym_export_DASHenv] = ACTIONS(1138), - [anon_sym_extern] = ACTIONS(1138), - [anon_sym_module] = ACTIONS(1138), - [anon_sym_use] = ACTIONS(1138), - [anon_sym_LBRACK] = ACTIONS(1138), - [anon_sym_LPAREN] = ACTIONS(1138), - [anon_sym_RPAREN] = ACTIONS(1138), - [anon_sym_DOLLAR] = ACTIONS(1138), - [anon_sym_error] = ACTIONS(1138), - [anon_sym_DASH_DASH] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1138), - [anon_sym_break] = ACTIONS(1138), - [anon_sym_continue] = ACTIONS(1138), - [anon_sym_for] = ACTIONS(1138), - [anon_sym_loop] = ACTIONS(1138), - [anon_sym_while] = ACTIONS(1138), - [anon_sym_do] = ACTIONS(1138), - [anon_sym_if] = ACTIONS(1138), - [anon_sym_match] = ACTIONS(1138), - [anon_sym_LBRACE] = ACTIONS(1138), - [anon_sym_RBRACE] = ACTIONS(1138), - [anon_sym_try] = ACTIONS(1138), - [anon_sym_return] = ACTIONS(1138), - [anon_sym_source] = ACTIONS(1138), - [anon_sym_source_DASHenv] = ACTIONS(1138), - [anon_sym_register] = ACTIONS(1138), - [anon_sym_hide] = ACTIONS(1138), - [anon_sym_hide_DASHenv] = ACTIONS(1138), - [anon_sym_overlay] = ACTIONS(1138), - [anon_sym_as] = ACTIONS(1142), - [anon_sym_where] = ACTIONS(1138), - [anon_sym_not] = ACTIONS(1138), - [anon_sym_DOT_DOT_LT] = ACTIONS(1138), - [anon_sym_DOT_DOT] = ACTIONS(1138), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), - [sym_val_nothing] = ACTIONS(1138), - [anon_sym_true] = ACTIONS(1138), - [anon_sym_false] = ACTIONS(1138), - [aux_sym_val_number_token1] = ACTIONS(1138), - [aux_sym_val_number_token2] = ACTIONS(1138), - [aux_sym_val_number_token3] = ACTIONS(1138), - [aux_sym_val_number_token4] = ACTIONS(1138), - [anon_sym_inf] = ACTIONS(1138), - [anon_sym_DASHinf] = ACTIONS(1138), - [anon_sym_NaN] = ACTIONS(1138), - [anon_sym_0b] = ACTIONS(1138), - [anon_sym_0o] = ACTIONS(1138), - [anon_sym_0x] = ACTIONS(1138), - [sym_val_date] = ACTIONS(1138), - [anon_sym_DQUOTE] = ACTIONS(1138), - [sym__str_single_quotes] = ACTIONS(1138), - [sym__str_back_ticks] = ACTIONS(1138), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1138), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1138), - [anon_sym_CARET] = ACTIONS(1138), - [sym_short_flag] = ACTIONS(1130), + [516] = { + [sym_comment] = STATE(516), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(1074), + [anon_sym_in] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_STAR_STAR] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_mod] = ACTIONS(1078), + [anon_sym_SLASH_SLASH] = ACTIONS(1078), + [anon_sym_PLUS] = ACTIONS(1074), + [anon_sym_bit_DASHshl] = ACTIONS(1082), + [anon_sym_bit_DASHshr] = ACTIONS(1082), + [anon_sym_EQ_EQ] = ACTIONS(769), + [anon_sym_BANG_EQ] = ACTIONS(769), + [anon_sym_LT2] = ACTIONS(769), + [anon_sym_LT_EQ] = ACTIONS(769), + [anon_sym_GT_EQ] = ACTIONS(769), + [anon_sym_not_DASHin] = ACTIONS(769), + [anon_sym_starts_DASHwith] = ACTIONS(769), + [anon_sym_ends_DASHwith] = ACTIONS(769), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_err_GT] = ACTIONS(769), + [anon_sym_out_GT] = ACTIONS(769), + [anon_sym_e_GT] = ACTIONS(769), + [anon_sym_o_GT] = ACTIONS(769), + [anon_sym_err_PLUSout_GT] = ACTIONS(769), + [anon_sym_out_PLUSerr_GT] = ACTIONS(769), + [anon_sym_o_PLUSe_GT] = ACTIONS(769), + [anon_sym_e_PLUSo_GT] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [aux_sym_unquoted_token1] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [539] = { - [sym_comment] = STATE(539), + [517] = { + [sym_comment] = STATE(517), [anon_sym_SEMI] = ACTIONS(769), [anon_sym_LF] = ACTIONS(771), [anon_sym_LBRACK] = ACTIONS(769), @@ -97204,8 +95581,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(769), [anon_sym_RBRACE] = ACTIONS(769), [anon_sym_STAR] = ACTIONS(769), - [anon_sym_STAR_STAR] = ACTIONS(769), - [anon_sym_PLUS_PLUS] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1080), [anon_sym_SLASH] = ACTIONS(769), [anon_sym_mod] = ACTIONS(769), [anon_sym_SLASH_SLASH] = ACTIONS(769), @@ -97262,1663 +95639,334 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token1] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [540] = { - [sym_comment] = STATE(540), - [anon_sym_SEMI] = ACTIONS(852), - [anon_sym_LF] = ACTIONS(854), - [anon_sym_LBRACK] = ACTIONS(852), - [anon_sym_LPAREN] = ACTIONS(852), - [anon_sym_RPAREN] = ACTIONS(852), - [anon_sym_PIPE] = ACTIONS(852), - [anon_sym_DOLLAR] = ACTIONS(852), - [anon_sym_GT] = ACTIONS(852), - [anon_sym_DASH_DASH] = ACTIONS(852), - [anon_sym_DASH] = ACTIONS(852), - [anon_sym_in] = ACTIONS(852), - [anon_sym_LBRACE] = ACTIONS(852), - [anon_sym_RBRACE] = ACTIONS(852), - [anon_sym_STAR] = ACTIONS(852), - [anon_sym_STAR_STAR] = ACTIONS(852), - [anon_sym_PLUS_PLUS] = ACTIONS(852), - [anon_sym_SLASH] = ACTIONS(852), - [anon_sym_mod] = ACTIONS(852), - [anon_sym_SLASH_SLASH] = ACTIONS(852), - [anon_sym_PLUS] = ACTIONS(852), - [anon_sym_bit_DASHshl] = ACTIONS(852), - [anon_sym_bit_DASHshr] = ACTIONS(852), - [anon_sym_EQ_EQ] = ACTIONS(852), - [anon_sym_BANG_EQ] = ACTIONS(852), - [anon_sym_LT2] = ACTIONS(852), - [anon_sym_LT_EQ] = ACTIONS(852), - [anon_sym_GT_EQ] = ACTIONS(852), - [anon_sym_not_DASHin] = ACTIONS(852), - [anon_sym_starts_DASHwith] = ACTIONS(852), - [anon_sym_ends_DASHwith] = ACTIONS(852), - [anon_sym_EQ_TILDE] = ACTIONS(852), - [anon_sym_BANG_TILDE] = ACTIONS(852), - [anon_sym_bit_DASHand] = ACTIONS(852), - [anon_sym_bit_DASHxor] = ACTIONS(852), - [anon_sym_bit_DASHor] = ACTIONS(852), - [anon_sym_and] = ACTIONS(852), - [anon_sym_xor] = ACTIONS(852), - [anon_sym_or] = ACTIONS(852), - [anon_sym_DOT_DOT_LT] = ACTIONS(852), - [anon_sym_DOT_DOT] = ACTIONS(852), - [anon_sym_DOT_DOT_EQ] = ACTIONS(852), - [sym_val_nothing] = ACTIONS(852), - [anon_sym_true] = ACTIONS(852), - [anon_sym_false] = ACTIONS(852), - [aux_sym_val_number_token1] = ACTIONS(852), - [aux_sym_val_number_token2] = ACTIONS(852), - [aux_sym_val_number_token3] = ACTIONS(852), - [aux_sym_val_number_token4] = ACTIONS(852), - [anon_sym_inf] = ACTIONS(852), - [anon_sym_DASHinf] = ACTIONS(852), - [anon_sym_NaN] = ACTIONS(852), - [anon_sym_0b] = ACTIONS(852), - [anon_sym_0o] = ACTIONS(852), - [anon_sym_0x] = ACTIONS(852), - [sym_val_date] = ACTIONS(852), - [anon_sym_DQUOTE] = ACTIONS(852), - [sym__str_single_quotes] = ACTIONS(852), - [sym__str_back_ticks] = ACTIONS(852), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(852), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(852), - [anon_sym_err_GT] = ACTIONS(852), - [anon_sym_out_GT] = ACTIONS(852), - [anon_sym_e_GT] = ACTIONS(852), - [anon_sym_o_GT] = ACTIONS(852), - [anon_sym_err_PLUSout_GT] = ACTIONS(852), - [anon_sym_out_PLUSerr_GT] = ACTIONS(852), - [anon_sym_o_PLUSe_GT] = ACTIONS(852), - [anon_sym_e_PLUSo_GT] = ACTIONS(852), - [sym_short_flag] = ACTIONS(852), - [aux_sym_unquoted_token1] = ACTIONS(852), - [anon_sym_POUND] = ACTIONS(3), - }, - [541] = { - [sym_cell_path] = STATE(688), - [sym_path] = STATE(559), - [sym_comment] = STATE(541), - [anon_sym_export] = ACTIONS(578), - [anon_sym_alias] = ACTIONS(578), - [anon_sym_let] = ACTIONS(578), - [anon_sym_let_DASHenv] = ACTIONS(578), - [anon_sym_mut] = ACTIONS(578), - [anon_sym_const] = ACTIONS(578), - [sym_cmd_identifier] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(578), - [anon_sym_LF] = ACTIONS(580), - [anon_sym_def] = ACTIONS(578), - [anon_sym_def_DASHenv] = ACTIONS(578), - [anon_sym_export_DASHenv] = ACTIONS(578), - [anon_sym_extern] = ACTIONS(578), - [anon_sym_module] = ACTIONS(578), - [anon_sym_use] = ACTIONS(578), - [anon_sym_LBRACK] = ACTIONS(578), - [anon_sym_LPAREN] = ACTIONS(578), - [anon_sym_RPAREN] = ACTIONS(578), - [anon_sym_PIPE] = ACTIONS(578), - [anon_sym_DOLLAR] = ACTIONS(578), - [anon_sym_error] = ACTIONS(578), - [anon_sym_DASH_DASH] = ACTIONS(578), - [anon_sym_DASH] = ACTIONS(578), - [anon_sym_break] = ACTIONS(578), - [anon_sym_continue] = ACTIONS(578), - [anon_sym_for] = ACTIONS(578), - [anon_sym_loop] = ACTIONS(578), - [anon_sym_while] = ACTIONS(578), - [anon_sym_do] = ACTIONS(578), - [anon_sym_if] = ACTIONS(578), - [anon_sym_match] = ACTIONS(578), - [anon_sym_LBRACE] = ACTIONS(578), - [anon_sym_RBRACE] = ACTIONS(578), - [anon_sym_DOT] = ACTIONS(1144), - [anon_sym_try] = ACTIONS(578), - [anon_sym_return] = ACTIONS(578), - [anon_sym_source] = ACTIONS(578), - [anon_sym_source_DASHenv] = ACTIONS(578), - [anon_sym_register] = ACTIONS(578), - [anon_sym_hide] = ACTIONS(578), - [anon_sym_hide_DASHenv] = ACTIONS(578), - [anon_sym_overlay] = ACTIONS(578), - [anon_sym_where] = ACTIONS(578), - [anon_sym_not] = ACTIONS(578), - [anon_sym_DOT_DOT_LT] = ACTIONS(578), - [anon_sym_DOT_DOT] = ACTIONS(578), - [anon_sym_DOT_DOT_EQ] = ACTIONS(578), - [sym_val_nothing] = ACTIONS(578), - [anon_sym_true] = ACTIONS(578), - [anon_sym_false] = ACTIONS(578), - [aux_sym_val_number_token1] = ACTIONS(578), - [aux_sym_val_number_token2] = ACTIONS(578), - [aux_sym_val_number_token3] = ACTIONS(578), - [aux_sym_val_number_token4] = ACTIONS(578), - [anon_sym_inf] = ACTIONS(578), - [anon_sym_DASHinf] = ACTIONS(578), - [anon_sym_NaN] = ACTIONS(578), - [anon_sym_0b] = ACTIONS(578), - [anon_sym_0o] = ACTIONS(578), - [anon_sym_0x] = ACTIONS(578), - [sym_val_date] = ACTIONS(578), - [anon_sym_DQUOTE] = ACTIONS(578), - [sym__str_single_quotes] = ACTIONS(578), - [sym__str_back_ticks] = ACTIONS(578), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(578), - [anon_sym_CARET] = ACTIONS(578), - [sym_short_flag] = ACTIONS(578), - [anon_sym_POUND] = ACTIONS(3), - }, - [542] = { - [sym_comment] = STATE(542), - [anon_sym_SEMI] = ACTIONS(856), - [anon_sym_LF] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(856), - [anon_sym_LPAREN] = ACTIONS(856), - [anon_sym_RPAREN] = ACTIONS(856), - [anon_sym_PIPE] = ACTIONS(856), - [anon_sym_DOLLAR] = ACTIONS(856), - [anon_sym_GT] = ACTIONS(856), - [anon_sym_DASH_DASH] = ACTIONS(856), - [anon_sym_DASH] = ACTIONS(856), - [anon_sym_in] = ACTIONS(856), - [anon_sym_LBRACE] = ACTIONS(856), - [anon_sym_RBRACE] = ACTIONS(856), - [anon_sym_STAR] = ACTIONS(856), - [anon_sym_STAR_STAR] = ACTIONS(856), - [anon_sym_PLUS_PLUS] = ACTIONS(856), - [anon_sym_SLASH] = ACTIONS(856), - [anon_sym_mod] = ACTIONS(856), - [anon_sym_SLASH_SLASH] = ACTIONS(856), - [anon_sym_PLUS] = ACTIONS(856), - [anon_sym_bit_DASHshl] = ACTIONS(856), - [anon_sym_bit_DASHshr] = ACTIONS(856), - [anon_sym_EQ_EQ] = ACTIONS(856), - [anon_sym_BANG_EQ] = ACTIONS(856), - [anon_sym_LT2] = ACTIONS(856), - [anon_sym_LT_EQ] = ACTIONS(856), - [anon_sym_GT_EQ] = ACTIONS(856), - [anon_sym_not_DASHin] = ACTIONS(856), - [anon_sym_starts_DASHwith] = ACTIONS(856), - [anon_sym_ends_DASHwith] = ACTIONS(856), - [anon_sym_EQ_TILDE] = ACTIONS(856), - [anon_sym_BANG_TILDE] = ACTIONS(856), - [anon_sym_bit_DASHand] = ACTIONS(856), - [anon_sym_bit_DASHxor] = ACTIONS(856), - [anon_sym_bit_DASHor] = ACTIONS(856), - [anon_sym_and] = ACTIONS(856), - [anon_sym_xor] = ACTIONS(856), - [anon_sym_or] = ACTIONS(856), - [anon_sym_DOT_DOT_LT] = ACTIONS(856), - [anon_sym_DOT_DOT] = ACTIONS(856), - [anon_sym_DOT_DOT_EQ] = ACTIONS(856), - [sym_val_nothing] = ACTIONS(856), - [anon_sym_true] = ACTIONS(856), - [anon_sym_false] = ACTIONS(856), - [aux_sym_val_number_token1] = ACTIONS(856), - [aux_sym_val_number_token2] = ACTIONS(856), - [aux_sym_val_number_token3] = ACTIONS(856), - [aux_sym_val_number_token4] = ACTIONS(856), - [anon_sym_inf] = ACTIONS(856), - [anon_sym_DASHinf] = ACTIONS(856), - [anon_sym_NaN] = ACTIONS(856), - [anon_sym_0b] = ACTIONS(856), - [anon_sym_0o] = ACTIONS(856), - [anon_sym_0x] = ACTIONS(856), - [sym_val_date] = ACTIONS(856), - [anon_sym_DQUOTE] = ACTIONS(856), - [sym__str_single_quotes] = ACTIONS(856), - [sym__str_back_ticks] = ACTIONS(856), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(856), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(856), - [anon_sym_err_GT] = ACTIONS(856), - [anon_sym_out_GT] = ACTIONS(856), - [anon_sym_e_GT] = ACTIONS(856), - [anon_sym_o_GT] = ACTIONS(856), - [anon_sym_err_PLUSout_GT] = ACTIONS(856), - [anon_sym_out_PLUSerr_GT] = ACTIONS(856), - [anon_sym_o_PLUSe_GT] = ACTIONS(856), - [anon_sym_e_PLUSo_GT] = ACTIONS(856), - [sym_short_flag] = ACTIONS(856), - [aux_sym_unquoted_token1] = ACTIONS(856), - [anon_sym_POUND] = ACTIONS(3), - }, - [543] = { - [sym_comment] = STATE(543), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(1080), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(1076), - [anon_sym_in] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_RBRACE] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(1072), - [anon_sym_STAR_STAR] = ACTIONS(1074), - [anon_sym_PLUS_PLUS] = ACTIONS(1074), - [anon_sym_SLASH] = ACTIONS(1072), - [anon_sym_mod] = ACTIONS(1072), - [anon_sym_SLASH_SLASH] = ACTIONS(1072), - [anon_sym_PLUS] = ACTIONS(1076), - [anon_sym_bit_DASHshl] = ACTIONS(1078), - [anon_sym_bit_DASHshr] = ACTIONS(1078), - [anon_sym_EQ_EQ] = ACTIONS(1080), - [anon_sym_BANG_EQ] = ACTIONS(1080), - [anon_sym_LT2] = ACTIONS(1080), - [anon_sym_LT_EQ] = ACTIONS(1080), - [anon_sym_GT_EQ] = ACTIONS(1080), - [anon_sym_not_DASHin] = ACTIONS(781), - [anon_sym_starts_DASHwith] = ACTIONS(781), - [anon_sym_ends_DASHwith] = ACTIONS(781), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_err_GT] = ACTIONS(781), - [anon_sym_out_GT] = ACTIONS(781), - [anon_sym_e_GT] = ACTIONS(781), - [anon_sym_o_GT] = ACTIONS(781), - [anon_sym_err_PLUSout_GT] = ACTIONS(781), - [anon_sym_out_PLUSerr_GT] = ACTIONS(781), - [anon_sym_o_PLUSe_GT] = ACTIONS(781), - [anon_sym_e_PLUSo_GT] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [aux_sym_unquoted_token1] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [544] = { - [sym__command_name] = STATE(908), - [sym_scope_pattern] = STATE(930), - [sym_wild_card] = STATE(956), - [sym_command_list] = STATE(954), - [sym_val_string] = STATE(858), - [sym__str_double_quotes] = STATE(809), - [sym_comment] = STATE(544), - [ts_builtin_sym_end] = ACTIONS(1052), - [anon_sym_export] = ACTIONS(1048), - [anon_sym_alias] = ACTIONS(1048), - [anon_sym_let] = ACTIONS(1048), - [anon_sym_let_DASHenv] = ACTIONS(1048), - [anon_sym_mut] = ACTIONS(1048), - [anon_sym_const] = ACTIONS(1048), - [sym_cmd_identifier] = ACTIONS(1092), - [anon_sym_SEMI] = ACTIONS(1048), - [anon_sym_LF] = ACTIONS(1052), - [anon_sym_def] = ACTIONS(1048), - [anon_sym_def_DASHenv] = ACTIONS(1048), - [anon_sym_export_DASHenv] = ACTIONS(1048), - [anon_sym_extern] = ACTIONS(1048), - [anon_sym_module] = ACTIONS(1048), - [anon_sym_use] = ACTIONS(1048), - [anon_sym_LBRACK] = ACTIONS(1094), - [anon_sym_LPAREN] = ACTIONS(1048), - [anon_sym_DOLLAR] = ACTIONS(1048), - [anon_sym_error] = ACTIONS(1048), - [anon_sym_DASH] = ACTIONS(1048), - [anon_sym_break] = ACTIONS(1048), - [anon_sym_continue] = ACTIONS(1048), - [anon_sym_for] = ACTIONS(1048), - [anon_sym_loop] = ACTIONS(1048), - [anon_sym_while] = ACTIONS(1048), - [anon_sym_do] = ACTIONS(1048), - [anon_sym_if] = ACTIONS(1048), - [anon_sym_match] = ACTIONS(1048), - [anon_sym_LBRACE] = ACTIONS(1048), - [anon_sym_try] = ACTIONS(1048), - [anon_sym_return] = ACTIONS(1048), - [anon_sym_source] = ACTIONS(1048), - [anon_sym_source_DASHenv] = ACTIONS(1048), - [anon_sym_register] = ACTIONS(1048), - [anon_sym_hide] = ACTIONS(1048), - [anon_sym_hide_DASHenv] = ACTIONS(1048), - [anon_sym_overlay] = ACTIONS(1048), - [anon_sym_STAR] = ACTIONS(1096), - [anon_sym_where] = ACTIONS(1048), - [anon_sym_not] = ACTIONS(1048), - [anon_sym_DOT_DOT_LT] = ACTIONS(1048), - [anon_sym_DOT_DOT] = ACTIONS(1048), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1048), - [sym_val_nothing] = ACTIONS(1048), - [anon_sym_true] = ACTIONS(1048), - [anon_sym_false] = ACTIONS(1048), - [aux_sym_val_number_token1] = ACTIONS(1048), - [aux_sym_val_number_token2] = ACTIONS(1048), - [aux_sym_val_number_token3] = ACTIONS(1048), - [aux_sym_val_number_token4] = ACTIONS(1048), - [anon_sym_inf] = ACTIONS(1048), - [anon_sym_DASHinf] = ACTIONS(1048), - [anon_sym_NaN] = ACTIONS(1048), - [anon_sym_0b] = ACTIONS(1048), - [anon_sym_0o] = ACTIONS(1048), - [anon_sym_0x] = ACTIONS(1048), - [sym_val_date] = ACTIONS(1048), - [anon_sym_DQUOTE] = ACTIONS(1098), - [sym__str_single_quotes] = ACTIONS(1100), - [sym__str_back_ticks] = ACTIONS(1100), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1048), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1048), - [anon_sym_CARET] = ACTIONS(1048), - [anon_sym_POUND] = ACTIONS(3), - }, - [545] = { - [sym_comment] = STATE(545), - [anon_sym_SEMI] = ACTIONS(777), - [anon_sym_LF] = ACTIONS(779), - [anon_sym_LBRACK] = ACTIONS(777), - [anon_sym_LPAREN] = ACTIONS(777), - [anon_sym_RPAREN] = ACTIONS(777), - [anon_sym_PIPE] = ACTIONS(777), - [anon_sym_DOLLAR] = ACTIONS(777), - [anon_sym_GT] = ACTIONS(777), - [anon_sym_DASH_DASH] = ACTIONS(777), - [anon_sym_DASH] = ACTIONS(777), - [anon_sym_in] = ACTIONS(777), - [anon_sym_LBRACE] = ACTIONS(777), - [anon_sym_RBRACE] = ACTIONS(777), - [anon_sym_STAR] = ACTIONS(777), - [anon_sym_STAR_STAR] = ACTIONS(777), - [anon_sym_PLUS_PLUS] = ACTIONS(777), - [anon_sym_SLASH] = ACTIONS(777), - [anon_sym_mod] = ACTIONS(777), - [anon_sym_SLASH_SLASH] = ACTIONS(777), - [anon_sym_PLUS] = ACTIONS(777), - [anon_sym_bit_DASHshl] = ACTIONS(777), - [anon_sym_bit_DASHshr] = ACTIONS(777), - [anon_sym_EQ_EQ] = ACTIONS(777), - [anon_sym_BANG_EQ] = ACTIONS(777), - [anon_sym_LT2] = ACTIONS(777), - [anon_sym_LT_EQ] = ACTIONS(777), - [anon_sym_GT_EQ] = ACTIONS(777), - [anon_sym_not_DASHin] = ACTIONS(777), - [anon_sym_starts_DASHwith] = ACTIONS(777), - [anon_sym_ends_DASHwith] = ACTIONS(777), - [anon_sym_EQ_TILDE] = ACTIONS(777), - [anon_sym_BANG_TILDE] = ACTIONS(777), - [anon_sym_bit_DASHand] = ACTIONS(777), - [anon_sym_bit_DASHxor] = ACTIONS(777), - [anon_sym_bit_DASHor] = ACTIONS(777), - [anon_sym_and] = ACTIONS(777), - [anon_sym_xor] = ACTIONS(777), - [anon_sym_or] = ACTIONS(777), - [anon_sym_DOT_DOT_LT] = ACTIONS(777), - [anon_sym_DOT_DOT] = ACTIONS(777), - [anon_sym_DOT_DOT_EQ] = ACTIONS(777), - [sym_val_nothing] = ACTIONS(777), - [anon_sym_true] = ACTIONS(777), - [anon_sym_false] = ACTIONS(777), - [aux_sym_val_number_token1] = ACTIONS(777), - [aux_sym_val_number_token2] = ACTIONS(777), - [aux_sym_val_number_token3] = ACTIONS(777), - [aux_sym_val_number_token4] = ACTIONS(777), - [anon_sym_inf] = ACTIONS(777), - [anon_sym_DASHinf] = ACTIONS(777), - [anon_sym_NaN] = ACTIONS(777), - [anon_sym_0b] = ACTIONS(777), - [anon_sym_0o] = ACTIONS(777), - [anon_sym_0x] = ACTIONS(777), - [sym_val_date] = ACTIONS(777), - [anon_sym_DQUOTE] = ACTIONS(777), - [sym__str_single_quotes] = ACTIONS(777), - [sym__str_back_ticks] = ACTIONS(777), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(777), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(777), - [anon_sym_err_GT] = ACTIONS(777), - [anon_sym_out_GT] = ACTIONS(777), - [anon_sym_e_GT] = ACTIONS(777), - [anon_sym_o_GT] = ACTIONS(777), - [anon_sym_err_PLUSout_GT] = ACTIONS(777), - [anon_sym_out_PLUSerr_GT] = ACTIONS(777), - [anon_sym_o_PLUSe_GT] = ACTIONS(777), - [anon_sym_e_PLUSo_GT] = ACTIONS(777), - [sym_short_flag] = ACTIONS(777), - [aux_sym_unquoted_token1] = ACTIONS(777), - [anon_sym_POUND] = ACTIONS(3), - }, - [546] = { - [sym_comment] = STATE(546), - [anon_sym_SEMI] = ACTIONS(874), - [anon_sym_LF] = ACTIONS(876), - [anon_sym_LBRACK] = ACTIONS(874), - [anon_sym_LPAREN] = ACTIONS(874), - [anon_sym_RPAREN] = ACTIONS(874), - [anon_sym_PIPE] = ACTIONS(874), - [anon_sym_DOLLAR] = ACTIONS(874), - [anon_sym_GT] = ACTIONS(874), - [anon_sym_DASH_DASH] = ACTIONS(874), - [anon_sym_DASH] = ACTIONS(874), - [anon_sym_in] = ACTIONS(874), - [anon_sym_LBRACE] = ACTIONS(874), - [anon_sym_RBRACE] = ACTIONS(874), - [anon_sym_STAR] = ACTIONS(874), - [anon_sym_STAR_STAR] = ACTIONS(874), - [anon_sym_PLUS_PLUS] = ACTIONS(874), - [anon_sym_SLASH] = ACTIONS(874), - [anon_sym_mod] = ACTIONS(874), - [anon_sym_SLASH_SLASH] = ACTIONS(874), - [anon_sym_PLUS] = ACTIONS(874), - [anon_sym_bit_DASHshl] = ACTIONS(874), - [anon_sym_bit_DASHshr] = ACTIONS(874), - [anon_sym_EQ_EQ] = ACTIONS(874), - [anon_sym_BANG_EQ] = ACTIONS(874), - [anon_sym_LT2] = ACTIONS(874), - [anon_sym_LT_EQ] = ACTIONS(874), - [anon_sym_GT_EQ] = ACTIONS(874), - [anon_sym_not_DASHin] = ACTIONS(874), - [anon_sym_starts_DASHwith] = ACTIONS(874), - [anon_sym_ends_DASHwith] = ACTIONS(874), - [anon_sym_EQ_TILDE] = ACTIONS(874), - [anon_sym_BANG_TILDE] = ACTIONS(874), - [anon_sym_bit_DASHand] = ACTIONS(874), - [anon_sym_bit_DASHxor] = ACTIONS(874), - [anon_sym_bit_DASHor] = ACTIONS(874), - [anon_sym_and] = ACTIONS(874), - [anon_sym_xor] = ACTIONS(874), - [anon_sym_or] = ACTIONS(874), - [anon_sym_DOT_DOT_LT] = ACTIONS(874), - [anon_sym_DOT_DOT] = ACTIONS(874), - [anon_sym_DOT_DOT_EQ] = ACTIONS(874), - [sym_val_nothing] = ACTIONS(874), - [anon_sym_true] = ACTIONS(874), - [anon_sym_false] = ACTIONS(874), - [aux_sym_val_number_token1] = ACTIONS(874), - [aux_sym_val_number_token2] = ACTIONS(874), - [aux_sym_val_number_token3] = ACTIONS(874), - [aux_sym_val_number_token4] = ACTIONS(874), - [anon_sym_inf] = ACTIONS(874), - [anon_sym_DASHinf] = ACTIONS(874), - [anon_sym_NaN] = ACTIONS(874), - [anon_sym_0b] = ACTIONS(874), - [anon_sym_0o] = ACTIONS(874), - [anon_sym_0x] = ACTIONS(874), - [sym_val_date] = ACTIONS(874), - [anon_sym_DQUOTE] = ACTIONS(874), - [sym__str_single_quotes] = ACTIONS(874), - [sym__str_back_ticks] = ACTIONS(874), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(874), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(874), - [anon_sym_err_GT] = ACTIONS(874), - [anon_sym_out_GT] = ACTIONS(874), - [anon_sym_e_GT] = ACTIONS(874), - [anon_sym_o_GT] = ACTIONS(874), - [anon_sym_err_PLUSout_GT] = ACTIONS(874), - [anon_sym_out_PLUSerr_GT] = ACTIONS(874), - [anon_sym_o_PLUSe_GT] = ACTIONS(874), - [anon_sym_e_PLUSo_GT] = ACTIONS(874), - [sym_short_flag] = ACTIONS(874), - [aux_sym_unquoted_token1] = ACTIONS(874), - [anon_sym_POUND] = ACTIONS(3), - }, - [547] = { - [sym__flag] = STATE(692), - [sym_long_flag] = STATE(707), - [sym_comment] = STATE(547), - [aux_sym_overlay_use_repeat1] = STATE(535), - [anon_sym_export] = ACTIONS(1146), - [anon_sym_alias] = ACTIONS(1146), - [anon_sym_let] = ACTIONS(1146), - [anon_sym_let_DASHenv] = ACTIONS(1146), - [anon_sym_mut] = ACTIONS(1146), - [anon_sym_const] = ACTIONS(1146), - [sym_cmd_identifier] = ACTIONS(1146), - [anon_sym_SEMI] = ACTIONS(1146), - [anon_sym_LF] = ACTIONS(1148), - [anon_sym_def] = ACTIONS(1146), - [anon_sym_def_DASHenv] = ACTIONS(1146), - [anon_sym_export_DASHenv] = ACTIONS(1146), - [anon_sym_extern] = ACTIONS(1146), - [anon_sym_module] = ACTIONS(1146), - [anon_sym_use] = ACTIONS(1146), - [anon_sym_LBRACK] = ACTIONS(1146), - [anon_sym_LPAREN] = ACTIONS(1146), - [anon_sym_RPAREN] = ACTIONS(1146), - [anon_sym_DOLLAR] = ACTIONS(1146), - [anon_sym_error] = ACTIONS(1146), - [anon_sym_DASH_DASH] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1146), - [anon_sym_break] = ACTIONS(1146), - [anon_sym_continue] = ACTIONS(1146), - [anon_sym_for] = ACTIONS(1146), - [anon_sym_loop] = ACTIONS(1146), - [anon_sym_while] = ACTIONS(1146), - [anon_sym_do] = ACTIONS(1146), - [anon_sym_if] = ACTIONS(1146), - [anon_sym_match] = ACTIONS(1146), - [anon_sym_LBRACE] = ACTIONS(1146), - [anon_sym_RBRACE] = ACTIONS(1146), - [anon_sym_try] = ACTIONS(1146), - [anon_sym_return] = ACTIONS(1146), - [anon_sym_source] = ACTIONS(1146), - [anon_sym_source_DASHenv] = ACTIONS(1146), - [anon_sym_register] = ACTIONS(1146), - [anon_sym_hide] = ACTIONS(1146), - [anon_sym_hide_DASHenv] = ACTIONS(1146), - [anon_sym_overlay] = ACTIONS(1146), - [anon_sym_as] = ACTIONS(1150), - [anon_sym_where] = ACTIONS(1146), - [anon_sym_not] = ACTIONS(1146), - [anon_sym_DOT_DOT_LT] = ACTIONS(1146), - [anon_sym_DOT_DOT] = ACTIONS(1146), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1146), - [sym_val_nothing] = ACTIONS(1146), - [anon_sym_true] = ACTIONS(1146), - [anon_sym_false] = ACTIONS(1146), - [aux_sym_val_number_token1] = ACTIONS(1146), - [aux_sym_val_number_token2] = ACTIONS(1146), - [aux_sym_val_number_token3] = ACTIONS(1146), - [aux_sym_val_number_token4] = ACTIONS(1146), - [anon_sym_inf] = ACTIONS(1146), - [anon_sym_DASHinf] = ACTIONS(1146), - [anon_sym_NaN] = ACTIONS(1146), - [anon_sym_0b] = ACTIONS(1146), - [anon_sym_0o] = ACTIONS(1146), - [anon_sym_0x] = ACTIONS(1146), - [sym_val_date] = ACTIONS(1146), - [anon_sym_DQUOTE] = ACTIONS(1146), - [sym__str_single_quotes] = ACTIONS(1146), - [sym__str_back_ticks] = ACTIONS(1146), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1146), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1146), - [anon_sym_CARET] = ACTIONS(1146), - [sym_short_flag] = ACTIONS(1130), - [anon_sym_POUND] = ACTIONS(3), - }, - [548] = { - [sym_comment] = STATE(548), - [ts_builtin_sym_end] = ACTIONS(748), - [anon_sym_SEMI] = ACTIONS(746), - [anon_sym_LF] = ACTIONS(748), - [anon_sym_LBRACK] = ACTIONS(746), - [anon_sym_LPAREN] = ACTIONS(746), - [anon_sym_PIPE] = ACTIONS(746), - [anon_sym_DOLLAR] = ACTIONS(746), - [anon_sym_GT] = ACTIONS(746), - [anon_sym_DASH_DASH] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_in] = ACTIONS(746), - [anon_sym_LBRACE] = ACTIONS(746), - [anon_sym_DOT] = ACTIONS(746), - [anon_sym_STAR] = ACTIONS(746), - [anon_sym_STAR_STAR] = ACTIONS(746), - [anon_sym_PLUS_PLUS] = ACTIONS(746), - [anon_sym_SLASH] = ACTIONS(746), - [anon_sym_mod] = ACTIONS(746), - [anon_sym_SLASH_SLASH] = ACTIONS(746), - [anon_sym_PLUS] = ACTIONS(746), - [anon_sym_bit_DASHshl] = ACTIONS(746), - [anon_sym_bit_DASHshr] = ACTIONS(746), - [anon_sym_EQ_EQ] = ACTIONS(746), - [anon_sym_BANG_EQ] = ACTIONS(746), - [anon_sym_LT2] = ACTIONS(746), - [anon_sym_LT_EQ] = ACTIONS(746), - [anon_sym_GT_EQ] = ACTIONS(746), - [anon_sym_not_DASHin] = ACTIONS(746), - [anon_sym_starts_DASHwith] = ACTIONS(746), - [anon_sym_ends_DASHwith] = ACTIONS(746), - [anon_sym_EQ_TILDE] = ACTIONS(746), - [anon_sym_BANG_TILDE] = ACTIONS(746), - [anon_sym_bit_DASHand] = ACTIONS(746), - [anon_sym_bit_DASHxor] = ACTIONS(746), - [anon_sym_bit_DASHor] = ACTIONS(746), - [anon_sym_and] = ACTIONS(746), - [anon_sym_xor] = ACTIONS(746), - [anon_sym_or] = ACTIONS(746), - [anon_sym_DOT_DOT_LT] = ACTIONS(746), - [anon_sym_DOT_DOT] = ACTIONS(746), - [anon_sym_DOT_DOT_EQ] = ACTIONS(746), - [sym_val_nothing] = ACTIONS(746), - [anon_sym_true] = ACTIONS(746), - [anon_sym_false] = ACTIONS(746), - [aux_sym_val_number_token1] = ACTIONS(746), - [aux_sym_val_number_token2] = ACTIONS(746), - [aux_sym_val_number_token3] = ACTIONS(746), - [aux_sym_val_number_token4] = ACTIONS(746), - [anon_sym_inf] = ACTIONS(746), - [anon_sym_DASHinf] = ACTIONS(746), - [anon_sym_NaN] = ACTIONS(746), - [anon_sym_0b] = ACTIONS(746), - [anon_sym_0o] = ACTIONS(746), - [anon_sym_0x] = ACTIONS(746), - [sym_val_date] = ACTIONS(746), - [anon_sym_DQUOTE] = ACTIONS(746), - [sym__str_single_quotes] = ACTIONS(746), - [sym__str_back_ticks] = ACTIONS(746), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(746), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(746), - [anon_sym_err_GT] = ACTIONS(746), - [anon_sym_out_GT] = ACTIONS(746), - [anon_sym_e_GT] = ACTIONS(746), - [anon_sym_o_GT] = ACTIONS(746), - [anon_sym_err_PLUSout_GT] = ACTIONS(746), - [anon_sym_out_PLUSerr_GT] = ACTIONS(746), - [anon_sym_o_PLUSe_GT] = ACTIONS(746), - [anon_sym_e_PLUSo_GT] = ACTIONS(746), - [sym_short_flag] = ACTIONS(746), - [aux_sym_unquoted_token1] = ACTIONS(746), - [anon_sym_POUND] = ACTIONS(3), - }, - [549] = { - [sym_comment] = STATE(549), - [anon_sym_SEMI] = ACTIONS(804), - [anon_sym_LF] = ACTIONS(806), - [anon_sym_LBRACK] = ACTIONS(804), - [anon_sym_LPAREN] = ACTIONS(804), - [anon_sym_RPAREN] = ACTIONS(804), - [anon_sym_PIPE] = ACTIONS(804), - [anon_sym_DOLLAR] = ACTIONS(804), - [anon_sym_GT] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_in] = ACTIONS(804), - [anon_sym_LBRACE] = ACTIONS(804), - [anon_sym_RBRACE] = ACTIONS(804), - [anon_sym_STAR] = ACTIONS(804), - [anon_sym_STAR_STAR] = ACTIONS(804), - [anon_sym_PLUS_PLUS] = ACTIONS(804), - [anon_sym_SLASH] = ACTIONS(804), - [anon_sym_mod] = ACTIONS(804), - [anon_sym_SLASH_SLASH] = ACTIONS(804), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_bit_DASHshl] = ACTIONS(804), - [anon_sym_bit_DASHshr] = ACTIONS(804), - [anon_sym_EQ_EQ] = ACTIONS(804), - [anon_sym_BANG_EQ] = ACTIONS(804), - [anon_sym_LT2] = ACTIONS(804), - [anon_sym_LT_EQ] = ACTIONS(804), - [anon_sym_GT_EQ] = ACTIONS(804), - [anon_sym_not_DASHin] = ACTIONS(804), - [anon_sym_starts_DASHwith] = ACTIONS(804), - [anon_sym_ends_DASHwith] = ACTIONS(804), - [anon_sym_EQ_TILDE] = ACTIONS(804), - [anon_sym_BANG_TILDE] = ACTIONS(804), - [anon_sym_bit_DASHand] = ACTIONS(804), - [anon_sym_bit_DASHxor] = ACTIONS(804), - [anon_sym_bit_DASHor] = ACTIONS(804), - [anon_sym_and] = ACTIONS(804), - [anon_sym_xor] = ACTIONS(804), - [anon_sym_or] = ACTIONS(804), - [anon_sym_DOT_DOT_LT] = ACTIONS(804), - [anon_sym_DOT_DOT] = ACTIONS(804), - [anon_sym_DOT_DOT_EQ] = ACTIONS(804), - [sym_val_nothing] = ACTIONS(804), - [anon_sym_true] = ACTIONS(804), - [anon_sym_false] = ACTIONS(804), - [aux_sym_val_number_token1] = ACTIONS(804), - [aux_sym_val_number_token2] = ACTIONS(804), - [aux_sym_val_number_token3] = ACTIONS(804), - [aux_sym_val_number_token4] = ACTIONS(804), - [anon_sym_inf] = ACTIONS(804), - [anon_sym_DASHinf] = ACTIONS(804), - [anon_sym_NaN] = ACTIONS(804), - [anon_sym_0b] = ACTIONS(804), - [anon_sym_0o] = ACTIONS(804), - [anon_sym_0x] = ACTIONS(804), - [sym_val_date] = ACTIONS(804), - [anon_sym_DQUOTE] = ACTIONS(804), - [sym__str_single_quotes] = ACTIONS(804), - [sym__str_back_ticks] = ACTIONS(804), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(804), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(804), - [anon_sym_err_GT] = ACTIONS(804), - [anon_sym_out_GT] = ACTIONS(804), - [anon_sym_e_GT] = ACTIONS(804), - [anon_sym_o_GT] = ACTIONS(804), - [anon_sym_err_PLUSout_GT] = ACTIONS(804), - [anon_sym_out_PLUSerr_GT] = ACTIONS(804), - [anon_sym_o_PLUSe_GT] = ACTIONS(804), - [anon_sym_e_PLUSo_GT] = ACTIONS(804), - [sym_short_flag] = ACTIONS(804), - [aux_sym_unquoted_token1] = ACTIONS(804), - [anon_sym_POUND] = ACTIONS(3), - }, - [550] = { - [sym_path] = STATE(671), - [sym_comment] = STATE(550), - [aux_sym_cell_path_repeat1] = STATE(550), - [anon_sym_export] = ACTIONS(590), - [anon_sym_alias] = ACTIONS(590), - [anon_sym_let] = ACTIONS(590), - [anon_sym_let_DASHenv] = ACTIONS(590), - [anon_sym_mut] = ACTIONS(590), - [anon_sym_const] = ACTIONS(590), - [sym_cmd_identifier] = ACTIONS(590), - [anon_sym_SEMI] = ACTIONS(590), - [anon_sym_LF] = ACTIONS(592), - [anon_sym_def] = ACTIONS(590), - [anon_sym_def_DASHenv] = ACTIONS(590), - [anon_sym_export_DASHenv] = ACTIONS(590), - [anon_sym_extern] = ACTIONS(590), - [anon_sym_module] = ACTIONS(590), - [anon_sym_use] = ACTIONS(590), - [anon_sym_LBRACK] = ACTIONS(590), - [anon_sym_LPAREN] = ACTIONS(590), - [anon_sym_RPAREN] = ACTIONS(590), - [anon_sym_PIPE] = ACTIONS(590), - [anon_sym_DOLLAR] = ACTIONS(590), - [anon_sym_error] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_break] = ACTIONS(590), - [anon_sym_continue] = ACTIONS(590), - [anon_sym_for] = ACTIONS(590), - [anon_sym_loop] = ACTIONS(590), - [anon_sym_while] = ACTIONS(590), - [anon_sym_do] = ACTIONS(590), - [anon_sym_if] = ACTIONS(590), - [anon_sym_match] = ACTIONS(590), - [anon_sym_LBRACE] = ACTIONS(590), - [anon_sym_RBRACE] = ACTIONS(590), - [anon_sym_DOT] = ACTIONS(1152), - [anon_sym_try] = ACTIONS(590), - [anon_sym_return] = ACTIONS(590), - [anon_sym_source] = ACTIONS(590), - [anon_sym_source_DASHenv] = ACTIONS(590), - [anon_sym_register] = ACTIONS(590), - [anon_sym_hide] = ACTIONS(590), - [anon_sym_hide_DASHenv] = ACTIONS(590), - [anon_sym_overlay] = ACTIONS(590), - [anon_sym_where] = ACTIONS(590), - [anon_sym_not] = ACTIONS(590), - [anon_sym_DOT_DOT_LT] = ACTIONS(590), - [anon_sym_DOT_DOT] = ACTIONS(590), - [anon_sym_DOT_DOT_EQ] = ACTIONS(590), - [sym_val_nothing] = ACTIONS(590), - [anon_sym_true] = ACTIONS(590), - [anon_sym_false] = ACTIONS(590), - [aux_sym_val_number_token1] = ACTIONS(590), - [aux_sym_val_number_token2] = ACTIONS(590), - [aux_sym_val_number_token3] = ACTIONS(590), - [aux_sym_val_number_token4] = ACTIONS(590), - [anon_sym_inf] = ACTIONS(590), - [anon_sym_DASHinf] = ACTIONS(590), - [anon_sym_NaN] = ACTIONS(590), - [anon_sym_0b] = ACTIONS(590), - [anon_sym_0o] = ACTIONS(590), - [anon_sym_0x] = ACTIONS(590), - [sym_val_date] = ACTIONS(590), - [anon_sym_DQUOTE] = ACTIONS(590), - [sym__str_single_quotes] = ACTIONS(590), - [sym__str_back_ticks] = ACTIONS(590), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(590), - [anon_sym_CARET] = ACTIONS(590), - [sym_short_flag] = ACTIONS(590), - [anon_sym_POUND] = ACTIONS(3), - }, - [551] = { - [sym_comment] = STATE(551), - [anon_sym_SEMI] = ACTIONS(866), - [anon_sym_LF] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(866), - [anon_sym_LPAREN] = ACTIONS(866), - [anon_sym_RPAREN] = ACTIONS(866), - [anon_sym_PIPE] = ACTIONS(866), - [anon_sym_DOLLAR] = ACTIONS(866), - [anon_sym_GT] = ACTIONS(866), - [anon_sym_DASH_DASH] = ACTIONS(866), - [anon_sym_DASH] = ACTIONS(866), - [anon_sym_in] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(866), - [anon_sym_RBRACE] = ACTIONS(866), - [anon_sym_STAR] = ACTIONS(866), - [anon_sym_STAR_STAR] = ACTIONS(866), - [anon_sym_PLUS_PLUS] = ACTIONS(866), - [anon_sym_SLASH] = ACTIONS(866), - [anon_sym_mod] = ACTIONS(866), - [anon_sym_SLASH_SLASH] = ACTIONS(866), - [anon_sym_PLUS] = ACTIONS(866), - [anon_sym_bit_DASHshl] = ACTIONS(866), - [anon_sym_bit_DASHshr] = ACTIONS(866), - [anon_sym_EQ_EQ] = ACTIONS(866), - [anon_sym_BANG_EQ] = ACTIONS(866), - [anon_sym_LT2] = ACTIONS(866), - [anon_sym_LT_EQ] = ACTIONS(866), - [anon_sym_GT_EQ] = ACTIONS(866), - [anon_sym_not_DASHin] = ACTIONS(866), - [anon_sym_starts_DASHwith] = ACTIONS(866), - [anon_sym_ends_DASHwith] = ACTIONS(866), - [anon_sym_EQ_TILDE] = ACTIONS(866), - [anon_sym_BANG_TILDE] = ACTIONS(866), - [anon_sym_bit_DASHand] = ACTIONS(866), - [anon_sym_bit_DASHxor] = ACTIONS(866), - [anon_sym_bit_DASHor] = ACTIONS(866), - [anon_sym_and] = ACTIONS(866), - [anon_sym_xor] = ACTIONS(866), - [anon_sym_or] = ACTIONS(866), - [anon_sym_DOT_DOT_LT] = ACTIONS(866), - [anon_sym_DOT_DOT] = ACTIONS(866), - [anon_sym_DOT_DOT_EQ] = ACTIONS(866), - [sym_val_nothing] = ACTIONS(866), - [anon_sym_true] = ACTIONS(866), - [anon_sym_false] = ACTIONS(866), - [aux_sym_val_number_token1] = ACTIONS(866), - [aux_sym_val_number_token2] = ACTIONS(866), - [aux_sym_val_number_token3] = ACTIONS(866), - [aux_sym_val_number_token4] = ACTIONS(866), - [anon_sym_inf] = ACTIONS(866), - [anon_sym_DASHinf] = ACTIONS(866), - [anon_sym_NaN] = ACTIONS(866), - [anon_sym_0b] = ACTIONS(866), - [anon_sym_0o] = ACTIONS(866), - [anon_sym_0x] = ACTIONS(866), - [sym_val_date] = ACTIONS(866), - [anon_sym_DQUOTE] = ACTIONS(866), - [sym__str_single_quotes] = ACTIONS(866), - [sym__str_back_ticks] = ACTIONS(866), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(866), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(866), - [anon_sym_err_GT] = ACTIONS(866), - [anon_sym_out_GT] = ACTIONS(866), - [anon_sym_e_GT] = ACTIONS(866), - [anon_sym_o_GT] = ACTIONS(866), - [anon_sym_err_PLUSout_GT] = ACTIONS(866), - [anon_sym_out_PLUSerr_GT] = ACTIONS(866), - [anon_sym_o_PLUSe_GT] = ACTIONS(866), - [anon_sym_e_PLUSo_GT] = ACTIONS(866), - [sym_short_flag] = ACTIONS(866), - [aux_sym_unquoted_token1] = ACTIONS(866), - [anon_sym_POUND] = ACTIONS(3), - }, - [552] = { - [sym_path] = STATE(671), - [sym_comment] = STATE(552), - [aux_sym_cell_path_repeat1] = STATE(550), - [anon_sym_export] = ACTIONS(586), - [anon_sym_alias] = ACTIONS(586), - [anon_sym_let] = ACTIONS(586), - [anon_sym_let_DASHenv] = ACTIONS(586), - [anon_sym_mut] = ACTIONS(586), - [anon_sym_const] = ACTIONS(586), - [sym_cmd_identifier] = ACTIONS(586), - [anon_sym_SEMI] = ACTIONS(586), - [anon_sym_LF] = ACTIONS(588), - [anon_sym_def] = ACTIONS(586), - [anon_sym_def_DASHenv] = ACTIONS(586), - [anon_sym_export_DASHenv] = ACTIONS(586), - [anon_sym_extern] = ACTIONS(586), - [anon_sym_module] = ACTIONS(586), - [anon_sym_use] = ACTIONS(586), - [anon_sym_LBRACK] = ACTIONS(586), - [anon_sym_LPAREN] = ACTIONS(586), - [anon_sym_RPAREN] = ACTIONS(586), - [anon_sym_PIPE] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(586), - [anon_sym_error] = ACTIONS(586), - [anon_sym_DASH_DASH] = ACTIONS(586), - [anon_sym_DASH] = ACTIONS(586), - [anon_sym_break] = ACTIONS(586), - [anon_sym_continue] = ACTIONS(586), - [anon_sym_for] = ACTIONS(586), - [anon_sym_loop] = ACTIONS(586), - [anon_sym_while] = ACTIONS(586), - [anon_sym_do] = ACTIONS(586), - [anon_sym_if] = ACTIONS(586), - [anon_sym_match] = ACTIONS(586), - [anon_sym_LBRACE] = ACTIONS(586), - [anon_sym_RBRACE] = ACTIONS(586), - [anon_sym_DOT] = ACTIONS(1144), - [anon_sym_try] = ACTIONS(586), - [anon_sym_return] = ACTIONS(586), - [anon_sym_source] = ACTIONS(586), - [anon_sym_source_DASHenv] = ACTIONS(586), - [anon_sym_register] = ACTIONS(586), - [anon_sym_hide] = ACTIONS(586), - [anon_sym_hide_DASHenv] = ACTIONS(586), - [anon_sym_overlay] = ACTIONS(586), - [anon_sym_where] = ACTIONS(586), - [anon_sym_not] = ACTIONS(586), - [anon_sym_DOT_DOT_LT] = ACTIONS(586), - [anon_sym_DOT_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT_EQ] = ACTIONS(586), - [sym_val_nothing] = ACTIONS(586), - [anon_sym_true] = ACTIONS(586), - [anon_sym_false] = ACTIONS(586), - [aux_sym_val_number_token1] = ACTIONS(586), - [aux_sym_val_number_token2] = ACTIONS(586), - [aux_sym_val_number_token3] = ACTIONS(586), - [aux_sym_val_number_token4] = ACTIONS(586), - [anon_sym_inf] = ACTIONS(586), - [anon_sym_DASHinf] = ACTIONS(586), - [anon_sym_NaN] = ACTIONS(586), - [anon_sym_0b] = ACTIONS(586), - [anon_sym_0o] = ACTIONS(586), - [anon_sym_0x] = ACTIONS(586), - [sym_val_date] = ACTIONS(586), - [anon_sym_DQUOTE] = ACTIONS(586), - [sym__str_single_quotes] = ACTIONS(586), - [sym__str_back_ticks] = ACTIONS(586), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(586), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(586), - [anon_sym_CARET] = ACTIONS(586), - [sym_short_flag] = ACTIONS(586), - [anon_sym_POUND] = ACTIONS(3), - }, - [553] = { - [sym__ctrl_expression] = STATE(3499), - [sym_ctrl_do] = STATE(788), - [sym_ctrl_if] = STATE(788), - [sym_ctrl_match] = STATE(788), - [sym_ctrl_try] = STATE(788), - [sym_ctrl_return] = STATE(788), - [sym_pipe_element] = STATE(1861), - [sym_where_command] = STATE(3497), - [sym__expression] = STATE(2621), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), - [sym_val_variable] = STATE(2337), - [sym__var] = STATE(2070), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), - [sym_command] = STATE(3497), - [sym_comment] = STATE(553), - [aux_sym_pipeline_repeat1] = STATE(553), - [sym_cmd_identifier] = ACTIONS(1155), - [anon_sym_LBRACK] = ACTIONS(1158), - [anon_sym_LPAREN] = ACTIONS(1161), - [anon_sym_DOLLAR] = ACTIONS(1164), - [anon_sym_DASH] = ACTIONS(1167), - [anon_sym_break] = ACTIONS(1170), - [anon_sym_continue] = ACTIONS(1173), - [anon_sym_do] = ACTIONS(1176), - [anon_sym_if] = ACTIONS(1179), - [anon_sym_match] = ACTIONS(1182), - [anon_sym_LBRACE] = ACTIONS(1185), - [anon_sym_try] = ACTIONS(1188), - [anon_sym_return] = ACTIONS(1191), - [anon_sym_where] = ACTIONS(1194), - [anon_sym_not] = ACTIONS(1197), - [anon_sym_DOT_DOT_LT] = ACTIONS(1200), - [anon_sym_DOT_DOT] = ACTIONS(1203), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1200), - [sym_val_nothing] = ACTIONS(1206), - [anon_sym_true] = ACTIONS(1209), - [anon_sym_false] = ACTIONS(1209), - [aux_sym_val_number_token1] = ACTIONS(1212), - [aux_sym_val_number_token2] = ACTIONS(1215), - [aux_sym_val_number_token3] = ACTIONS(1215), - [aux_sym_val_number_token4] = ACTIONS(1215), - [anon_sym_inf] = ACTIONS(1212), - [anon_sym_DASHinf] = ACTIONS(1215), - [anon_sym_NaN] = ACTIONS(1212), - [anon_sym_0b] = ACTIONS(1218), - [anon_sym_0o] = ACTIONS(1218), - [anon_sym_0x] = ACTIONS(1218), - [sym_val_date] = ACTIONS(1221), - [anon_sym_DQUOTE] = ACTIONS(1224), - [sym__str_single_quotes] = ACTIONS(1227), - [sym__str_back_ticks] = ACTIONS(1227), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1230), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1233), - [anon_sym_CARET] = ACTIONS(1236), - [anon_sym_POUND] = ACTIONS(157), - }, - [554] = { - [sym_comment] = STATE(554), - [anon_sym_SEMI] = ACTIONS(860), - [anon_sym_LF] = ACTIONS(862), - [anon_sym_LBRACK] = ACTIONS(860), - [anon_sym_LPAREN] = ACTIONS(860), - [anon_sym_RPAREN] = ACTIONS(860), - [anon_sym_PIPE] = ACTIONS(860), - [anon_sym_DOLLAR] = ACTIONS(860), - [anon_sym_GT] = ACTIONS(860), - [anon_sym_DASH_DASH] = ACTIONS(860), - [anon_sym_DASH] = ACTIONS(860), - [anon_sym_in] = ACTIONS(860), - [anon_sym_LBRACE] = ACTIONS(860), - [anon_sym_RBRACE] = ACTIONS(860), - [anon_sym_STAR] = ACTIONS(860), - [anon_sym_STAR_STAR] = ACTIONS(860), - [anon_sym_PLUS_PLUS] = ACTIONS(860), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_mod] = ACTIONS(860), - [anon_sym_SLASH_SLASH] = ACTIONS(860), - [anon_sym_PLUS] = ACTIONS(860), - [anon_sym_bit_DASHshl] = ACTIONS(860), - [anon_sym_bit_DASHshr] = ACTIONS(860), - [anon_sym_EQ_EQ] = ACTIONS(860), - [anon_sym_BANG_EQ] = ACTIONS(860), - [anon_sym_LT2] = ACTIONS(860), - [anon_sym_LT_EQ] = ACTIONS(860), - [anon_sym_GT_EQ] = ACTIONS(860), - [anon_sym_not_DASHin] = ACTIONS(860), - [anon_sym_starts_DASHwith] = ACTIONS(860), - [anon_sym_ends_DASHwith] = ACTIONS(860), - [anon_sym_EQ_TILDE] = ACTIONS(860), - [anon_sym_BANG_TILDE] = ACTIONS(860), - [anon_sym_bit_DASHand] = ACTIONS(860), - [anon_sym_bit_DASHxor] = ACTIONS(860), - [anon_sym_bit_DASHor] = ACTIONS(860), - [anon_sym_and] = ACTIONS(860), - [anon_sym_xor] = ACTIONS(860), - [anon_sym_or] = ACTIONS(860), - [anon_sym_DOT_DOT_LT] = ACTIONS(860), - [anon_sym_DOT_DOT] = ACTIONS(860), - [anon_sym_DOT_DOT_EQ] = ACTIONS(860), - [sym_val_nothing] = ACTIONS(860), - [anon_sym_true] = ACTIONS(860), - [anon_sym_false] = ACTIONS(860), - [aux_sym_val_number_token1] = ACTIONS(860), - [aux_sym_val_number_token2] = ACTIONS(860), - [aux_sym_val_number_token3] = ACTIONS(860), - [aux_sym_val_number_token4] = ACTIONS(860), - [anon_sym_inf] = ACTIONS(860), - [anon_sym_DASHinf] = ACTIONS(860), - [anon_sym_NaN] = ACTIONS(860), - [anon_sym_0b] = ACTIONS(860), - [anon_sym_0o] = ACTIONS(860), - [anon_sym_0x] = ACTIONS(860), - [sym_val_date] = ACTIONS(860), - [anon_sym_DQUOTE] = ACTIONS(860), - [sym__str_single_quotes] = ACTIONS(860), - [sym__str_back_ticks] = ACTIONS(860), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(860), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(860), - [anon_sym_err_GT] = ACTIONS(860), - [anon_sym_out_GT] = ACTIONS(860), - [anon_sym_e_GT] = ACTIONS(860), - [anon_sym_o_GT] = ACTIONS(860), - [anon_sym_err_PLUSout_GT] = ACTIONS(860), - [anon_sym_out_PLUSerr_GT] = ACTIONS(860), - [anon_sym_o_PLUSe_GT] = ACTIONS(860), - [anon_sym_e_PLUSo_GT] = ACTIONS(860), - [sym_short_flag] = ACTIONS(860), - [aux_sym_unquoted_token1] = ACTIONS(860), - [anon_sym_POUND] = ACTIONS(3), - }, - [555] = { - [sym_comment] = STATE(555), - [anon_sym_SEMI] = ACTIONS(816), - [anon_sym_LF] = ACTIONS(818), - [anon_sym_LBRACK] = ACTIONS(816), - [anon_sym_LPAREN] = ACTIONS(816), - [anon_sym_RPAREN] = ACTIONS(816), - [anon_sym_PIPE] = ACTIONS(816), - [anon_sym_DOLLAR] = ACTIONS(816), - [anon_sym_GT] = ACTIONS(816), - [anon_sym_DASH_DASH] = ACTIONS(816), - [anon_sym_DASH] = ACTIONS(816), - [anon_sym_in] = ACTIONS(816), - [anon_sym_LBRACE] = ACTIONS(816), - [anon_sym_RBRACE] = ACTIONS(816), - [anon_sym_STAR] = ACTIONS(816), - [anon_sym_STAR_STAR] = ACTIONS(816), - [anon_sym_PLUS_PLUS] = ACTIONS(816), - [anon_sym_SLASH] = ACTIONS(816), - [anon_sym_mod] = ACTIONS(816), - [anon_sym_SLASH_SLASH] = ACTIONS(816), - [anon_sym_PLUS] = ACTIONS(816), - [anon_sym_bit_DASHshl] = ACTIONS(816), - [anon_sym_bit_DASHshr] = ACTIONS(816), - [anon_sym_EQ_EQ] = ACTIONS(816), - [anon_sym_BANG_EQ] = ACTIONS(816), - [anon_sym_LT2] = ACTIONS(816), - [anon_sym_LT_EQ] = ACTIONS(816), - [anon_sym_GT_EQ] = ACTIONS(816), - [anon_sym_not_DASHin] = ACTIONS(816), - [anon_sym_starts_DASHwith] = ACTIONS(816), - [anon_sym_ends_DASHwith] = ACTIONS(816), - [anon_sym_EQ_TILDE] = ACTIONS(816), - [anon_sym_BANG_TILDE] = ACTIONS(816), - [anon_sym_bit_DASHand] = ACTIONS(816), - [anon_sym_bit_DASHxor] = ACTIONS(816), - [anon_sym_bit_DASHor] = ACTIONS(816), - [anon_sym_and] = ACTIONS(816), - [anon_sym_xor] = ACTIONS(816), - [anon_sym_or] = ACTIONS(816), - [anon_sym_DOT_DOT_LT] = ACTIONS(816), - [anon_sym_DOT_DOT] = ACTIONS(816), - [anon_sym_DOT_DOT_EQ] = ACTIONS(816), - [sym_val_nothing] = ACTIONS(816), - [anon_sym_true] = ACTIONS(816), - [anon_sym_false] = ACTIONS(816), - [aux_sym_val_number_token1] = ACTIONS(816), - [aux_sym_val_number_token2] = ACTIONS(816), - [aux_sym_val_number_token3] = ACTIONS(816), - [aux_sym_val_number_token4] = ACTIONS(816), - [anon_sym_inf] = ACTIONS(816), - [anon_sym_DASHinf] = ACTIONS(816), - [anon_sym_NaN] = ACTIONS(816), - [anon_sym_0b] = ACTIONS(816), - [anon_sym_0o] = ACTIONS(816), - [anon_sym_0x] = ACTIONS(816), - [sym_val_date] = ACTIONS(816), - [anon_sym_DQUOTE] = ACTIONS(816), - [sym__str_single_quotes] = ACTIONS(816), - [sym__str_back_ticks] = ACTIONS(816), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(816), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(816), - [anon_sym_err_GT] = ACTIONS(816), - [anon_sym_out_GT] = ACTIONS(816), - [anon_sym_e_GT] = ACTIONS(816), - [anon_sym_o_GT] = ACTIONS(816), - [anon_sym_err_PLUSout_GT] = ACTIONS(816), - [anon_sym_out_PLUSerr_GT] = ACTIONS(816), - [anon_sym_o_PLUSe_GT] = ACTIONS(816), - [anon_sym_e_PLUSo_GT] = ACTIONS(816), - [sym_short_flag] = ACTIONS(816), - [aux_sym_unquoted_token1] = ACTIONS(816), - [anon_sym_POUND] = ACTIONS(3), - }, - [556] = { - [sym_comment] = STATE(556), - [anon_sym_SEMI] = ACTIONS(836), - [anon_sym_LF] = ACTIONS(838), - [anon_sym_LBRACK] = ACTIONS(836), - [anon_sym_LPAREN] = ACTIONS(836), - [anon_sym_RPAREN] = ACTIONS(836), - [anon_sym_PIPE] = ACTIONS(836), - [anon_sym_DOLLAR] = ACTIONS(836), - [anon_sym_GT] = ACTIONS(836), - [anon_sym_DASH_DASH] = ACTIONS(836), - [anon_sym_DASH] = ACTIONS(836), - [anon_sym_in] = ACTIONS(836), - [anon_sym_LBRACE] = ACTIONS(836), - [anon_sym_RBRACE] = ACTIONS(836), - [anon_sym_STAR] = ACTIONS(836), - [anon_sym_STAR_STAR] = ACTIONS(836), - [anon_sym_PLUS_PLUS] = ACTIONS(836), - [anon_sym_SLASH] = ACTIONS(836), - [anon_sym_mod] = ACTIONS(836), - [anon_sym_SLASH_SLASH] = ACTIONS(836), - [anon_sym_PLUS] = ACTIONS(836), - [anon_sym_bit_DASHshl] = ACTIONS(836), - [anon_sym_bit_DASHshr] = ACTIONS(836), - [anon_sym_EQ_EQ] = ACTIONS(836), - [anon_sym_BANG_EQ] = ACTIONS(836), - [anon_sym_LT2] = ACTIONS(836), - [anon_sym_LT_EQ] = ACTIONS(836), - [anon_sym_GT_EQ] = ACTIONS(836), - [anon_sym_not_DASHin] = ACTIONS(836), - [anon_sym_starts_DASHwith] = ACTIONS(836), - [anon_sym_ends_DASHwith] = ACTIONS(836), - [anon_sym_EQ_TILDE] = ACTIONS(836), - [anon_sym_BANG_TILDE] = ACTIONS(836), - [anon_sym_bit_DASHand] = ACTIONS(836), - [anon_sym_bit_DASHxor] = ACTIONS(836), - [anon_sym_bit_DASHor] = ACTIONS(836), - [anon_sym_and] = ACTIONS(836), - [anon_sym_xor] = ACTIONS(836), - [anon_sym_or] = ACTIONS(836), - [anon_sym_DOT_DOT_LT] = ACTIONS(836), - [anon_sym_DOT_DOT] = ACTIONS(836), - [anon_sym_DOT_DOT_EQ] = ACTIONS(836), - [sym_val_nothing] = ACTIONS(836), - [anon_sym_true] = ACTIONS(836), - [anon_sym_false] = ACTIONS(836), - [aux_sym_val_number_token1] = ACTIONS(836), - [aux_sym_val_number_token2] = ACTIONS(836), - [aux_sym_val_number_token3] = ACTIONS(836), - [aux_sym_val_number_token4] = ACTIONS(836), - [anon_sym_inf] = ACTIONS(836), - [anon_sym_DASHinf] = ACTIONS(836), - [anon_sym_NaN] = ACTIONS(836), - [anon_sym_0b] = ACTIONS(836), - [anon_sym_0o] = ACTIONS(836), - [anon_sym_0x] = ACTIONS(836), - [sym_val_date] = ACTIONS(836), - [anon_sym_DQUOTE] = ACTIONS(836), - [sym__str_single_quotes] = ACTIONS(836), - [sym__str_back_ticks] = ACTIONS(836), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(836), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(836), - [anon_sym_err_GT] = ACTIONS(836), - [anon_sym_out_GT] = ACTIONS(836), - [anon_sym_e_GT] = ACTIONS(836), - [anon_sym_o_GT] = ACTIONS(836), - [anon_sym_err_PLUSout_GT] = ACTIONS(836), - [anon_sym_out_PLUSerr_GT] = ACTIONS(836), - [anon_sym_o_PLUSe_GT] = ACTIONS(836), - [anon_sym_e_PLUSo_GT] = ACTIONS(836), - [sym_short_flag] = ACTIONS(836), - [aux_sym_unquoted_token1] = ACTIONS(836), - [anon_sym_POUND] = ACTIONS(3), - }, - [557] = { - [sym_comment] = STATE(557), - [anon_sym_SEMI] = ACTIONS(832), - [anon_sym_LF] = ACTIONS(834), - [anon_sym_LBRACK] = ACTIONS(832), - [anon_sym_LPAREN] = ACTIONS(832), - [anon_sym_RPAREN] = ACTIONS(832), - [anon_sym_PIPE] = ACTIONS(832), - [anon_sym_DOLLAR] = ACTIONS(832), - [anon_sym_GT] = ACTIONS(832), - [anon_sym_DASH_DASH] = ACTIONS(832), - [anon_sym_DASH] = ACTIONS(832), - [anon_sym_in] = ACTIONS(832), - [anon_sym_LBRACE] = ACTIONS(832), - [anon_sym_RBRACE] = ACTIONS(832), - [anon_sym_STAR] = ACTIONS(832), - [anon_sym_STAR_STAR] = ACTIONS(832), - [anon_sym_PLUS_PLUS] = ACTIONS(832), - [anon_sym_SLASH] = ACTIONS(832), - [anon_sym_mod] = ACTIONS(832), - [anon_sym_SLASH_SLASH] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(832), - [anon_sym_bit_DASHshl] = ACTIONS(832), - [anon_sym_bit_DASHshr] = ACTIONS(832), - [anon_sym_EQ_EQ] = ACTIONS(832), - [anon_sym_BANG_EQ] = ACTIONS(832), - [anon_sym_LT2] = ACTIONS(832), - [anon_sym_LT_EQ] = ACTIONS(832), - [anon_sym_GT_EQ] = ACTIONS(832), - [anon_sym_not_DASHin] = ACTIONS(832), - [anon_sym_starts_DASHwith] = ACTIONS(832), - [anon_sym_ends_DASHwith] = ACTIONS(832), - [anon_sym_EQ_TILDE] = ACTIONS(832), - [anon_sym_BANG_TILDE] = ACTIONS(832), - [anon_sym_bit_DASHand] = ACTIONS(832), - [anon_sym_bit_DASHxor] = ACTIONS(832), - [anon_sym_bit_DASHor] = ACTIONS(832), - [anon_sym_and] = ACTIONS(832), - [anon_sym_xor] = ACTIONS(832), - [anon_sym_or] = ACTIONS(832), - [anon_sym_DOT_DOT_LT] = ACTIONS(832), - [anon_sym_DOT_DOT] = ACTIONS(832), - [anon_sym_DOT_DOT_EQ] = ACTIONS(832), - [sym_val_nothing] = ACTIONS(832), - [anon_sym_true] = ACTIONS(832), - [anon_sym_false] = ACTIONS(832), - [aux_sym_val_number_token1] = ACTIONS(832), - [aux_sym_val_number_token2] = ACTIONS(832), - [aux_sym_val_number_token3] = ACTIONS(832), - [aux_sym_val_number_token4] = ACTIONS(832), - [anon_sym_inf] = ACTIONS(832), - [anon_sym_DASHinf] = ACTIONS(832), - [anon_sym_NaN] = ACTIONS(832), - [anon_sym_0b] = ACTIONS(832), - [anon_sym_0o] = ACTIONS(832), - [anon_sym_0x] = ACTIONS(832), - [sym_val_date] = ACTIONS(832), - [anon_sym_DQUOTE] = ACTIONS(832), - [sym__str_single_quotes] = ACTIONS(832), - [sym__str_back_ticks] = ACTIONS(832), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(832), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(832), - [anon_sym_err_GT] = ACTIONS(832), - [anon_sym_out_GT] = ACTIONS(832), - [anon_sym_e_GT] = ACTIONS(832), - [anon_sym_o_GT] = ACTIONS(832), - [anon_sym_err_PLUSout_GT] = ACTIONS(832), - [anon_sym_out_PLUSerr_GT] = ACTIONS(832), - [anon_sym_o_PLUSe_GT] = ACTIONS(832), - [anon_sym_e_PLUSo_GT] = ACTIONS(832), - [sym_short_flag] = ACTIONS(832), - [aux_sym_unquoted_token1] = ACTIONS(832), - [anon_sym_POUND] = ACTIONS(3), - }, - [558] = { - [sym_comment] = STATE(558), - [anon_sym_SEMI] = ACTIONS(785), - [anon_sym_LF] = ACTIONS(787), - [anon_sym_LBRACK] = ACTIONS(785), - [anon_sym_LPAREN] = ACTIONS(785), - [anon_sym_RPAREN] = ACTIONS(785), - [anon_sym_PIPE] = ACTIONS(785), - [anon_sym_DOLLAR] = ACTIONS(785), - [anon_sym_GT] = ACTIONS(785), - [anon_sym_DASH_DASH] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_in] = ACTIONS(785), - [anon_sym_LBRACE] = ACTIONS(785), - [anon_sym_RBRACE] = ACTIONS(785), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_STAR_STAR] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(785), - [anon_sym_SLASH] = ACTIONS(785), - [anon_sym_mod] = ACTIONS(785), - [anon_sym_SLASH_SLASH] = ACTIONS(785), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_bit_DASHshl] = ACTIONS(785), - [anon_sym_bit_DASHshr] = ACTIONS(785), - [anon_sym_EQ_EQ] = ACTIONS(785), - [anon_sym_BANG_EQ] = ACTIONS(785), - [anon_sym_LT2] = ACTIONS(785), - [anon_sym_LT_EQ] = ACTIONS(785), - [anon_sym_GT_EQ] = ACTIONS(785), - [anon_sym_not_DASHin] = ACTIONS(785), - [anon_sym_starts_DASHwith] = ACTIONS(785), - [anon_sym_ends_DASHwith] = ACTIONS(785), - [anon_sym_EQ_TILDE] = ACTIONS(785), - [anon_sym_BANG_TILDE] = ACTIONS(785), - [anon_sym_bit_DASHand] = ACTIONS(785), - [anon_sym_bit_DASHxor] = ACTIONS(785), - [anon_sym_bit_DASHor] = ACTIONS(785), - [anon_sym_and] = ACTIONS(785), - [anon_sym_xor] = ACTIONS(785), - [anon_sym_or] = ACTIONS(785), - [anon_sym_DOT_DOT_LT] = ACTIONS(785), - [anon_sym_DOT_DOT] = ACTIONS(785), - [anon_sym_DOT_DOT_EQ] = ACTIONS(785), - [sym_val_nothing] = ACTIONS(785), - [anon_sym_true] = ACTIONS(785), - [anon_sym_false] = ACTIONS(785), - [aux_sym_val_number_token1] = ACTIONS(785), - [aux_sym_val_number_token2] = ACTIONS(785), - [aux_sym_val_number_token3] = ACTIONS(785), - [aux_sym_val_number_token4] = ACTIONS(785), - [anon_sym_inf] = ACTIONS(785), - [anon_sym_DASHinf] = ACTIONS(785), - [anon_sym_NaN] = ACTIONS(785), - [anon_sym_0b] = ACTIONS(785), - [anon_sym_0o] = ACTIONS(785), - [anon_sym_0x] = ACTIONS(785), - [sym_val_date] = ACTIONS(785), - [anon_sym_DQUOTE] = ACTIONS(785), - [sym__str_single_quotes] = ACTIONS(785), - [sym__str_back_ticks] = ACTIONS(785), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(785), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(785), - [anon_sym_err_GT] = ACTIONS(785), - [anon_sym_out_GT] = ACTIONS(785), - [anon_sym_e_GT] = ACTIONS(785), - [anon_sym_o_GT] = ACTIONS(785), - [anon_sym_err_PLUSout_GT] = ACTIONS(785), - [anon_sym_out_PLUSerr_GT] = ACTIONS(785), - [anon_sym_o_PLUSe_GT] = ACTIONS(785), - [anon_sym_e_PLUSo_GT] = ACTIONS(785), - [sym_short_flag] = ACTIONS(785), - [aux_sym_unquoted_token1] = ACTIONS(785), - [anon_sym_POUND] = ACTIONS(3), - }, - [559] = { - [sym_path] = STATE(671), - [sym_comment] = STATE(559), - [aux_sym_cell_path_repeat1] = STATE(552), - [anon_sym_export] = ACTIONS(597), - [anon_sym_alias] = ACTIONS(597), - [anon_sym_let] = ACTIONS(597), - [anon_sym_let_DASHenv] = ACTIONS(597), - [anon_sym_mut] = ACTIONS(597), - [anon_sym_const] = ACTIONS(597), - [sym_cmd_identifier] = ACTIONS(597), - [anon_sym_SEMI] = ACTIONS(597), - [anon_sym_LF] = ACTIONS(599), - [anon_sym_def] = ACTIONS(597), - [anon_sym_def_DASHenv] = ACTIONS(597), - [anon_sym_export_DASHenv] = ACTIONS(597), - [anon_sym_extern] = ACTIONS(597), - [anon_sym_module] = ACTIONS(597), - [anon_sym_use] = ACTIONS(597), - [anon_sym_LBRACK] = ACTIONS(597), - [anon_sym_LPAREN] = ACTIONS(597), - [anon_sym_RPAREN] = ACTIONS(597), - [anon_sym_PIPE] = ACTIONS(597), - [anon_sym_DOLLAR] = ACTIONS(597), - [anon_sym_error] = ACTIONS(597), - [anon_sym_DASH_DASH] = ACTIONS(597), - [anon_sym_DASH] = ACTIONS(597), - [anon_sym_break] = ACTIONS(597), - [anon_sym_continue] = ACTIONS(597), - [anon_sym_for] = ACTIONS(597), - [anon_sym_loop] = ACTIONS(597), - [anon_sym_while] = ACTIONS(597), - [anon_sym_do] = ACTIONS(597), - [anon_sym_if] = ACTIONS(597), - [anon_sym_match] = ACTIONS(597), - [anon_sym_LBRACE] = ACTIONS(597), - [anon_sym_RBRACE] = ACTIONS(597), - [anon_sym_DOT] = ACTIONS(1144), - [anon_sym_try] = ACTIONS(597), - [anon_sym_return] = ACTIONS(597), - [anon_sym_source] = ACTIONS(597), - [anon_sym_source_DASHenv] = ACTIONS(597), - [anon_sym_register] = ACTIONS(597), - [anon_sym_hide] = ACTIONS(597), - [anon_sym_hide_DASHenv] = ACTIONS(597), - [anon_sym_overlay] = ACTIONS(597), - [anon_sym_where] = ACTIONS(597), - [anon_sym_not] = ACTIONS(597), - [anon_sym_DOT_DOT_LT] = ACTIONS(597), - [anon_sym_DOT_DOT] = ACTIONS(597), - [anon_sym_DOT_DOT_EQ] = ACTIONS(597), - [sym_val_nothing] = ACTIONS(597), - [anon_sym_true] = ACTIONS(597), - [anon_sym_false] = ACTIONS(597), - [aux_sym_val_number_token1] = ACTIONS(597), - [aux_sym_val_number_token2] = ACTIONS(597), - [aux_sym_val_number_token3] = ACTIONS(597), - [aux_sym_val_number_token4] = ACTIONS(597), - [anon_sym_inf] = ACTIONS(597), - [anon_sym_DASHinf] = ACTIONS(597), - [anon_sym_NaN] = ACTIONS(597), - [anon_sym_0b] = ACTIONS(597), - [anon_sym_0o] = ACTIONS(597), - [anon_sym_0x] = ACTIONS(597), - [sym_val_date] = ACTIONS(597), - [anon_sym_DQUOTE] = ACTIONS(597), - [sym__str_single_quotes] = ACTIONS(597), - [sym__str_back_ticks] = ACTIONS(597), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(597), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(597), - [anon_sym_CARET] = ACTIONS(597), - [sym_short_flag] = ACTIONS(597), - [anon_sym_POUND] = ACTIONS(3), - }, - [560] = { - [sym_comment] = STATE(560), - [ts_builtin_sym_end] = ACTIONS(767), - [anon_sym_SEMI] = ACTIONS(765), - [anon_sym_LF] = ACTIONS(767), - [anon_sym_LBRACK] = ACTIONS(765), - [anon_sym_LPAREN] = ACTIONS(765), - [anon_sym_PIPE] = ACTIONS(765), - [anon_sym_DOLLAR] = ACTIONS(765), - [anon_sym_GT] = ACTIONS(765), - [anon_sym_DASH_DASH] = ACTIONS(765), - [anon_sym_DASH] = ACTIONS(765), - [anon_sym_in] = ACTIONS(765), - [anon_sym_LBRACE] = ACTIONS(765), - [anon_sym_STAR] = ACTIONS(765), - [anon_sym_STAR_STAR] = ACTIONS(765), - [anon_sym_PLUS_PLUS] = ACTIONS(765), - [anon_sym_SLASH] = ACTIONS(765), - [anon_sym_mod] = ACTIONS(765), - [anon_sym_SLASH_SLASH] = ACTIONS(765), - [anon_sym_PLUS] = ACTIONS(765), - [anon_sym_bit_DASHshl] = ACTIONS(765), - [anon_sym_bit_DASHshr] = ACTIONS(765), - [anon_sym_EQ_EQ] = ACTIONS(765), - [anon_sym_BANG_EQ] = ACTIONS(765), - [anon_sym_LT2] = ACTIONS(765), - [anon_sym_LT_EQ] = ACTIONS(765), - [anon_sym_GT_EQ] = ACTIONS(765), - [anon_sym_not_DASHin] = ACTIONS(765), - [anon_sym_starts_DASHwith] = ACTIONS(765), - [anon_sym_ends_DASHwith] = ACTIONS(765), - [anon_sym_EQ_TILDE] = ACTIONS(765), - [anon_sym_BANG_TILDE] = ACTIONS(765), - [anon_sym_bit_DASHand] = ACTIONS(765), - [anon_sym_bit_DASHxor] = ACTIONS(765), - [anon_sym_bit_DASHor] = ACTIONS(765), - [anon_sym_and] = ACTIONS(765), - [anon_sym_xor] = ACTIONS(765), - [anon_sym_or] = ACTIONS(765), - [anon_sym_DOT_DOT_LT] = ACTIONS(765), - [anon_sym_DOT_DOT] = ACTIONS(765), - [anon_sym_DOT_DOT_EQ] = ACTIONS(765), - [sym_val_nothing] = ACTIONS(765), - [anon_sym_true] = ACTIONS(765), - [anon_sym_false] = ACTIONS(765), - [aux_sym_val_number_token1] = ACTIONS(765), - [aux_sym_val_number_token2] = ACTIONS(765), - [aux_sym_val_number_token3] = ACTIONS(765), - [aux_sym_val_number_token4] = ACTIONS(765), - [anon_sym_inf] = ACTIONS(765), - [anon_sym_DASHinf] = ACTIONS(765), - [anon_sym_NaN] = ACTIONS(765), - [anon_sym_0b] = ACTIONS(765), - [anon_sym_0o] = ACTIONS(765), - [anon_sym_0x] = ACTIONS(765), - [sym_val_date] = ACTIONS(765), - [anon_sym_DQUOTE] = ACTIONS(765), - [sym__str_single_quotes] = ACTIONS(765), - [sym__str_back_ticks] = ACTIONS(765), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(765), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(765), - [anon_sym_err_GT] = ACTIONS(765), - [anon_sym_out_GT] = ACTIONS(765), - [anon_sym_e_GT] = ACTIONS(765), - [anon_sym_o_GT] = ACTIONS(765), - [anon_sym_err_PLUSout_GT] = ACTIONS(765), - [anon_sym_out_PLUSerr_GT] = ACTIONS(765), - [anon_sym_o_PLUSe_GT] = ACTIONS(765), - [anon_sym_e_PLUSo_GT] = ACTIONS(765), - [sym_short_flag] = ACTIONS(765), - [aux_sym_unquoted_token1] = ACTIONS(765), + [518] = { + [sym_comment] = STATE(518), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(769), + [anon_sym_in] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_STAR_STAR] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_mod] = ACTIONS(1078), + [anon_sym_SLASH_SLASH] = ACTIONS(1078), + [anon_sym_PLUS] = ACTIONS(769), + [anon_sym_bit_DASHshl] = ACTIONS(769), + [anon_sym_bit_DASHshr] = ACTIONS(769), + [anon_sym_EQ_EQ] = ACTIONS(769), + [anon_sym_BANG_EQ] = ACTIONS(769), + [anon_sym_LT2] = ACTIONS(769), + [anon_sym_LT_EQ] = ACTIONS(769), + [anon_sym_GT_EQ] = ACTIONS(769), + [anon_sym_not_DASHin] = ACTIONS(769), + [anon_sym_starts_DASHwith] = ACTIONS(769), + [anon_sym_ends_DASHwith] = ACTIONS(769), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_err_GT] = ACTIONS(769), + [anon_sym_out_GT] = ACTIONS(769), + [anon_sym_e_GT] = ACTIONS(769), + [anon_sym_o_GT] = ACTIONS(769), + [anon_sym_err_PLUSout_GT] = ACTIONS(769), + [anon_sym_out_PLUSerr_GT] = ACTIONS(769), + [anon_sym_o_PLUSe_GT] = ACTIONS(769), + [anon_sym_e_PLUSo_GT] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [aux_sym_unquoted_token1] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [561] = { - [sym__flag] = STATE(612), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(561), - [anon_sym_export] = ACTIONS(690), - [anon_sym_alias] = ACTIONS(690), - [anon_sym_let] = ACTIONS(690), - [anon_sym_let_DASHenv] = ACTIONS(690), - [anon_sym_mut] = ACTIONS(690), - [anon_sym_const] = ACTIONS(690), - [sym_cmd_identifier] = ACTIONS(690), - [anon_sym_SEMI] = ACTIONS(690), - [anon_sym_LF] = ACTIONS(692), - [anon_sym_def] = ACTIONS(690), - [anon_sym_def_DASHenv] = ACTIONS(690), - [anon_sym_export_DASHenv] = ACTIONS(690), - [anon_sym_extern] = ACTIONS(690), - [anon_sym_module] = ACTIONS(690), - [anon_sym_use] = ACTIONS(690), - [anon_sym_LBRACK] = ACTIONS(690), - [anon_sym_LPAREN] = ACTIONS(690), - [anon_sym_RPAREN] = ACTIONS(690), - [anon_sym_PIPE] = ACTIONS(690), - [anon_sym_DOLLAR] = ACTIONS(690), - [anon_sym_error] = ACTIONS(690), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(690), - [anon_sym_break] = ACTIONS(690), - [anon_sym_continue] = ACTIONS(690), - [anon_sym_for] = ACTIONS(690), - [anon_sym_loop] = ACTIONS(690), - [anon_sym_while] = ACTIONS(690), - [anon_sym_do] = ACTIONS(690), - [anon_sym_if] = ACTIONS(690), - [anon_sym_match] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(690), - [anon_sym_RBRACE] = ACTIONS(690), - [anon_sym_try] = ACTIONS(690), - [anon_sym_return] = ACTIONS(690), - [anon_sym_source] = ACTIONS(690), - [anon_sym_source_DASHenv] = ACTIONS(690), - [anon_sym_register] = ACTIONS(690), - [anon_sym_hide] = ACTIONS(690), - [anon_sym_hide_DASHenv] = ACTIONS(690), - [anon_sym_overlay] = ACTIONS(690), - [anon_sym_where] = ACTIONS(690), - [anon_sym_not] = ACTIONS(690), - [anon_sym_DOT_DOT_LT] = ACTIONS(690), - [anon_sym_DOT_DOT] = ACTIONS(690), - [anon_sym_DOT_DOT_EQ] = ACTIONS(690), - [sym_val_nothing] = ACTIONS(690), - [anon_sym_true] = ACTIONS(690), - [anon_sym_false] = ACTIONS(690), - [aux_sym_val_number_token1] = ACTIONS(690), - [aux_sym_val_number_token2] = ACTIONS(690), - [aux_sym_val_number_token3] = ACTIONS(690), - [aux_sym_val_number_token4] = ACTIONS(690), - [anon_sym_inf] = ACTIONS(690), - [anon_sym_DASHinf] = ACTIONS(690), - [anon_sym_NaN] = ACTIONS(690), - [anon_sym_0b] = ACTIONS(690), - [anon_sym_0o] = ACTIONS(690), - [anon_sym_0x] = ACTIONS(690), - [sym_val_date] = ACTIONS(690), - [anon_sym_DQUOTE] = ACTIONS(690), - [sym__str_single_quotes] = ACTIONS(690), - [sym__str_back_ticks] = ACTIONS(690), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(690), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(690), - [anon_sym_CARET] = ACTIONS(690), - [sym_short_flag] = ACTIONS(651), + [519] = { + [sym_comment] = STATE(519), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(1072), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(1074), + [anon_sym_in] = ACTIONS(1076), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_STAR_STAR] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_mod] = ACTIONS(1078), + [anon_sym_SLASH_SLASH] = ACTIONS(1078), + [anon_sym_PLUS] = ACTIONS(1074), + [anon_sym_bit_DASHshl] = ACTIONS(1082), + [anon_sym_bit_DASHshr] = ACTIONS(1082), + [anon_sym_EQ_EQ] = ACTIONS(1072), + [anon_sym_BANG_EQ] = ACTIONS(1072), + [anon_sym_LT2] = ACTIONS(1072), + [anon_sym_LT_EQ] = ACTIONS(1072), + [anon_sym_GT_EQ] = ACTIONS(1072), + [anon_sym_not_DASHin] = ACTIONS(1076), + [anon_sym_starts_DASHwith] = ACTIONS(1076), + [anon_sym_ends_DASHwith] = ACTIONS(1076), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_err_GT] = ACTIONS(769), + [anon_sym_out_GT] = ACTIONS(769), + [anon_sym_e_GT] = ACTIONS(769), + [anon_sym_o_GT] = ACTIONS(769), + [anon_sym_err_PLUSout_GT] = ACTIONS(769), + [anon_sym_out_PLUSerr_GT] = ACTIONS(769), + [anon_sym_o_PLUSe_GT] = ACTIONS(769), + [anon_sym_e_PLUSo_GT] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [aux_sym_unquoted_token1] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [562] = { - [sym_comment] = STATE(562), - [ts_builtin_sym_end] = ACTIONS(783), + [520] = { + [sym_comment] = STATE(520), + [anon_sym_SEMI] = ACTIONS(870), + [anon_sym_LF] = ACTIONS(872), + [anon_sym_LBRACK] = ACTIONS(870), + [anon_sym_LPAREN] = ACTIONS(870), + [anon_sym_RPAREN] = ACTIONS(870), + [anon_sym_PIPE] = ACTIONS(870), + [anon_sym_DOLLAR] = ACTIONS(870), + [anon_sym_GT] = ACTIONS(870), + [anon_sym_DASH_DASH] = ACTIONS(870), + [anon_sym_DASH] = ACTIONS(870), + [anon_sym_in] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(870), + [anon_sym_RBRACE] = ACTIONS(870), + [anon_sym_STAR] = ACTIONS(870), + [anon_sym_STAR_STAR] = ACTIONS(870), + [anon_sym_PLUS_PLUS] = ACTIONS(870), + [anon_sym_SLASH] = ACTIONS(870), + [anon_sym_mod] = ACTIONS(870), + [anon_sym_SLASH_SLASH] = ACTIONS(870), + [anon_sym_PLUS] = ACTIONS(870), + [anon_sym_bit_DASHshl] = ACTIONS(870), + [anon_sym_bit_DASHshr] = ACTIONS(870), + [anon_sym_EQ_EQ] = ACTIONS(870), + [anon_sym_BANG_EQ] = ACTIONS(870), + [anon_sym_LT2] = ACTIONS(870), + [anon_sym_LT_EQ] = ACTIONS(870), + [anon_sym_GT_EQ] = ACTIONS(870), + [anon_sym_not_DASHin] = ACTIONS(870), + [anon_sym_starts_DASHwith] = ACTIONS(870), + [anon_sym_ends_DASHwith] = ACTIONS(870), + [anon_sym_EQ_TILDE] = ACTIONS(870), + [anon_sym_BANG_TILDE] = ACTIONS(870), + [anon_sym_bit_DASHand] = ACTIONS(870), + [anon_sym_bit_DASHxor] = ACTIONS(870), + [anon_sym_bit_DASHor] = ACTIONS(870), + [anon_sym_and] = ACTIONS(870), + [anon_sym_xor] = ACTIONS(870), + [anon_sym_or] = ACTIONS(870), + [anon_sym_DOT_DOT_LT] = ACTIONS(870), + [anon_sym_DOT_DOT] = ACTIONS(870), + [anon_sym_DOT_DOT_EQ] = ACTIONS(870), + [sym_val_nothing] = ACTIONS(870), + [anon_sym_true] = ACTIONS(870), + [anon_sym_false] = ACTIONS(870), + [aux_sym_val_number_token1] = ACTIONS(870), + [aux_sym_val_number_token2] = ACTIONS(870), + [aux_sym_val_number_token3] = ACTIONS(870), + [aux_sym_val_number_token4] = ACTIONS(870), + [anon_sym_inf] = ACTIONS(870), + [anon_sym_DASHinf] = ACTIONS(870), + [anon_sym_NaN] = ACTIONS(870), + [anon_sym_0b] = ACTIONS(870), + [anon_sym_0o] = ACTIONS(870), + [anon_sym_0x] = ACTIONS(870), + [sym_val_date] = ACTIONS(870), + [anon_sym_DQUOTE] = ACTIONS(870), + [sym__str_single_quotes] = ACTIONS(870), + [sym__str_back_ticks] = ACTIONS(870), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(870), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(870), + [anon_sym_err_GT] = ACTIONS(870), + [anon_sym_out_GT] = ACTIONS(870), + [anon_sym_e_GT] = ACTIONS(870), + [anon_sym_o_GT] = ACTIONS(870), + [anon_sym_err_PLUSout_GT] = ACTIONS(870), + [anon_sym_out_PLUSerr_GT] = ACTIONS(870), + [anon_sym_o_PLUSe_GT] = ACTIONS(870), + [anon_sym_e_PLUSo_GT] = ACTIONS(870), + [sym_short_flag] = ACTIONS(870), + [aux_sym_unquoted_token1] = ACTIONS(870), + [anon_sym_POUND] = ACTIONS(3), + }, + [521] = { + [sym_comment] = STATE(521), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(1074), + [anon_sym_in] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_STAR_STAR] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_mod] = ACTIONS(1078), + [anon_sym_SLASH_SLASH] = ACTIONS(1078), + [anon_sym_PLUS] = ACTIONS(1074), + [anon_sym_bit_DASHshl] = ACTIONS(769), + [anon_sym_bit_DASHshr] = ACTIONS(769), + [anon_sym_EQ_EQ] = ACTIONS(769), + [anon_sym_BANG_EQ] = ACTIONS(769), + [anon_sym_LT2] = ACTIONS(769), + [anon_sym_LT_EQ] = ACTIONS(769), + [anon_sym_GT_EQ] = ACTIONS(769), + [anon_sym_not_DASHin] = ACTIONS(769), + [anon_sym_starts_DASHwith] = ACTIONS(769), + [anon_sym_ends_DASHwith] = ACTIONS(769), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_err_GT] = ACTIONS(769), + [anon_sym_out_GT] = ACTIONS(769), + [anon_sym_e_GT] = ACTIONS(769), + [anon_sym_o_GT] = ACTIONS(769), + [anon_sym_err_PLUSout_GT] = ACTIONS(769), + [anon_sym_out_PLUSerr_GT] = ACTIONS(769), + [anon_sym_o_PLUSe_GT] = ACTIONS(769), + [anon_sym_e_PLUSo_GT] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [aux_sym_unquoted_token1] = ACTIONS(769), + [anon_sym_POUND] = ACTIONS(3), + }, + [522] = { + [sym_comment] = STATE(522), [anon_sym_SEMI] = ACTIONS(781), [anon_sym_LF] = ACTIONS(783), [anon_sym_LBRACK] = ACTIONS(781), [anon_sym_LPAREN] = ACTIONS(781), + [anon_sym_RPAREN] = ACTIONS(781), [anon_sym_PIPE] = ACTIONS(781), [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(1239), + [anon_sym_GT] = ACTIONS(781), [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(1241), - [anon_sym_in] = ACTIONS(1243), + [anon_sym_DASH] = ACTIONS(781), + [anon_sym_in] = ACTIONS(781), [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(1245), - [anon_sym_STAR_STAR] = ACTIONS(1247), - [anon_sym_PLUS_PLUS] = ACTIONS(1247), - [anon_sym_SLASH] = ACTIONS(1245), - [anon_sym_mod] = ACTIONS(1245), - [anon_sym_SLASH_SLASH] = ACTIONS(1245), - [anon_sym_PLUS] = ACTIONS(1241), - [anon_sym_bit_DASHshl] = ACTIONS(1249), - [anon_sym_bit_DASHshr] = ACTIONS(1249), - [anon_sym_EQ_EQ] = ACTIONS(1239), - [anon_sym_BANG_EQ] = ACTIONS(1239), - [anon_sym_LT2] = ACTIONS(1239), - [anon_sym_LT_EQ] = ACTIONS(1239), - [anon_sym_GT_EQ] = ACTIONS(1239), - [anon_sym_not_DASHin] = ACTIONS(1243), - [anon_sym_starts_DASHwith] = ACTIONS(1243), - [anon_sym_ends_DASHwith] = ACTIONS(1243), + [anon_sym_RBRACE] = ACTIONS(781), + [anon_sym_STAR] = ACTIONS(781), + [anon_sym_STAR_STAR] = ACTIONS(781), + [anon_sym_PLUS_PLUS] = ACTIONS(781), + [anon_sym_SLASH] = ACTIONS(781), + [anon_sym_mod] = ACTIONS(781), + [anon_sym_SLASH_SLASH] = ACTIONS(781), + [anon_sym_PLUS] = ACTIONS(781), + [anon_sym_bit_DASHshl] = ACTIONS(781), + [anon_sym_bit_DASHshr] = ACTIONS(781), + [anon_sym_EQ_EQ] = ACTIONS(781), + [anon_sym_BANG_EQ] = ACTIONS(781), + [anon_sym_LT2] = ACTIONS(781), + [anon_sym_LT_EQ] = ACTIONS(781), + [anon_sym_GT_EQ] = ACTIONS(781), + [anon_sym_not_DASHin] = ACTIONS(781), + [anon_sym_starts_DASHwith] = ACTIONS(781), + [anon_sym_ends_DASHwith] = ACTIONS(781), [anon_sym_EQ_TILDE] = ACTIONS(781), [anon_sym_BANG_TILDE] = ACTIONS(781), [anon_sym_bit_DASHand] = ACTIONS(781), @@ -98961,378 +96009,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token1] = ACTIONS(781), [anon_sym_POUND] = ACTIONS(3), }, - [563] = { - [sym_comment] = STATE(563), - [ts_builtin_sym_end] = ACTIONS(787), - [anon_sym_SEMI] = ACTIONS(785), - [anon_sym_LF] = ACTIONS(787), - [anon_sym_LBRACK] = ACTIONS(785), - [anon_sym_LPAREN] = ACTIONS(785), - [anon_sym_PIPE] = ACTIONS(785), - [anon_sym_DOLLAR] = ACTIONS(785), - [anon_sym_GT] = ACTIONS(785), - [anon_sym_DASH_DASH] = ACTIONS(785), - [anon_sym_DASH] = ACTIONS(785), - [anon_sym_in] = ACTIONS(785), - [anon_sym_LBRACE] = ACTIONS(785), - [anon_sym_STAR] = ACTIONS(785), - [anon_sym_STAR_STAR] = ACTIONS(785), - [anon_sym_PLUS_PLUS] = ACTIONS(785), - [anon_sym_SLASH] = ACTIONS(785), - [anon_sym_mod] = ACTIONS(785), - [anon_sym_SLASH_SLASH] = ACTIONS(785), - [anon_sym_PLUS] = ACTIONS(785), - [anon_sym_bit_DASHshl] = ACTIONS(785), - [anon_sym_bit_DASHshr] = ACTIONS(785), - [anon_sym_EQ_EQ] = ACTIONS(785), - [anon_sym_BANG_EQ] = ACTIONS(785), - [anon_sym_LT2] = ACTIONS(785), - [anon_sym_LT_EQ] = ACTIONS(785), - [anon_sym_GT_EQ] = ACTIONS(785), - [anon_sym_not_DASHin] = ACTIONS(785), - [anon_sym_starts_DASHwith] = ACTIONS(785), - [anon_sym_ends_DASHwith] = ACTIONS(785), - [anon_sym_EQ_TILDE] = ACTIONS(785), - [anon_sym_BANG_TILDE] = ACTIONS(785), - [anon_sym_bit_DASHand] = ACTIONS(785), - [anon_sym_bit_DASHxor] = ACTIONS(785), - [anon_sym_bit_DASHor] = ACTIONS(785), - [anon_sym_and] = ACTIONS(785), - [anon_sym_xor] = ACTIONS(785), - [anon_sym_or] = ACTIONS(785), - [anon_sym_DOT_DOT_LT] = ACTIONS(785), - [anon_sym_DOT_DOT] = ACTIONS(785), - [anon_sym_DOT_DOT_EQ] = ACTIONS(785), - [sym_val_nothing] = ACTIONS(785), - [anon_sym_true] = ACTIONS(785), - [anon_sym_false] = ACTIONS(785), - [aux_sym_val_number_token1] = ACTIONS(785), - [aux_sym_val_number_token2] = ACTIONS(785), - [aux_sym_val_number_token3] = ACTIONS(785), - [aux_sym_val_number_token4] = ACTIONS(785), - [anon_sym_inf] = ACTIONS(785), - [anon_sym_DASHinf] = ACTIONS(785), - [anon_sym_NaN] = ACTIONS(785), - [anon_sym_0b] = ACTIONS(785), - [anon_sym_0o] = ACTIONS(785), - [anon_sym_0x] = ACTIONS(785), - [sym_val_date] = ACTIONS(785), - [anon_sym_DQUOTE] = ACTIONS(785), - [sym__str_single_quotes] = ACTIONS(785), - [sym__str_back_ticks] = ACTIONS(785), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(785), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(785), - [anon_sym_err_GT] = ACTIONS(785), - [anon_sym_out_GT] = ACTIONS(785), - [anon_sym_e_GT] = ACTIONS(785), - [anon_sym_o_GT] = ACTIONS(785), - [anon_sym_err_PLUSout_GT] = ACTIONS(785), - [anon_sym_out_PLUSerr_GT] = ACTIONS(785), - [anon_sym_o_PLUSe_GT] = ACTIONS(785), - [anon_sym_e_PLUSo_GT] = ACTIONS(785), - [sym_short_flag] = ACTIONS(785), - [aux_sym_unquoted_token1] = ACTIONS(785), - [anon_sym_POUND] = ACTIONS(3), - }, - [564] = { - [sym_comment] = STATE(564), - [ts_builtin_sym_end] = ACTIONS(105), - [anon_sym_SEMI] = ACTIONS(103), - [anon_sym_LF] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(103), - [anon_sym_LPAREN] = ACTIONS(103), - [anon_sym_PIPE] = ACTIONS(103), - [anon_sym_DOLLAR] = ACTIONS(103), - [anon_sym_GT] = ACTIONS(103), - [anon_sym_DASH_DASH] = ACTIONS(103), - [anon_sym_DASH] = ACTIONS(103), - [anon_sym_in] = ACTIONS(103), - [anon_sym_LBRACE] = ACTIONS(103), - [anon_sym_STAR] = ACTIONS(103), - [anon_sym_STAR_STAR] = ACTIONS(103), - [anon_sym_PLUS_PLUS] = ACTIONS(103), - [anon_sym_SLASH] = ACTIONS(103), - [anon_sym_mod] = ACTIONS(103), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_PLUS] = ACTIONS(103), - [anon_sym_bit_DASHshl] = ACTIONS(103), - [anon_sym_bit_DASHshr] = ACTIONS(103), - [anon_sym_EQ_EQ] = ACTIONS(103), - [anon_sym_BANG_EQ] = ACTIONS(103), - [anon_sym_LT2] = ACTIONS(103), - [anon_sym_LT_EQ] = ACTIONS(103), - [anon_sym_GT_EQ] = ACTIONS(103), - [anon_sym_not_DASHin] = ACTIONS(103), - [anon_sym_starts_DASHwith] = ACTIONS(103), - [anon_sym_ends_DASHwith] = ACTIONS(103), - [anon_sym_EQ_TILDE] = ACTIONS(103), - [anon_sym_BANG_TILDE] = ACTIONS(103), - [anon_sym_bit_DASHand] = ACTIONS(103), - [anon_sym_bit_DASHxor] = ACTIONS(103), - [anon_sym_bit_DASHor] = ACTIONS(103), - [anon_sym_and] = ACTIONS(103), - [anon_sym_xor] = ACTIONS(103), - [anon_sym_or] = ACTIONS(103), - [anon_sym_DOT_DOT_LT] = ACTIONS(103), - [anon_sym_DOT_DOT] = ACTIONS(103), - [anon_sym_DOT_DOT_EQ] = ACTIONS(103), - [sym_val_nothing] = ACTIONS(103), - [anon_sym_true] = ACTIONS(103), - [anon_sym_false] = ACTIONS(103), - [aux_sym_val_number_token1] = ACTIONS(103), - [aux_sym_val_number_token2] = ACTIONS(103), - [aux_sym_val_number_token3] = ACTIONS(103), - [aux_sym_val_number_token4] = ACTIONS(103), - [anon_sym_inf] = ACTIONS(103), - [anon_sym_DASHinf] = ACTIONS(103), - [anon_sym_NaN] = ACTIONS(103), - [anon_sym_0b] = ACTIONS(103), - [anon_sym_0o] = ACTIONS(103), - [anon_sym_0x] = ACTIONS(103), - [sym_val_date] = ACTIONS(103), - [anon_sym_DQUOTE] = ACTIONS(103), - [sym__str_single_quotes] = ACTIONS(103), - [sym__str_back_ticks] = ACTIONS(103), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(103), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(103), - [anon_sym_err_GT] = ACTIONS(103), - [anon_sym_out_GT] = ACTIONS(103), - [anon_sym_e_GT] = ACTIONS(103), - [anon_sym_o_GT] = ACTIONS(103), - [anon_sym_err_PLUSout_GT] = ACTIONS(103), - [anon_sym_out_PLUSerr_GT] = ACTIONS(103), - [anon_sym_o_PLUSe_GT] = ACTIONS(103), - [anon_sym_e_PLUSo_GT] = ACTIONS(103), - [sym_short_flag] = ACTIONS(103), - [aux_sym_unquoted_token1] = ACTIONS(103), - [anon_sym_POUND] = ACTIONS(3), - }, - [565] = { - [sym__flag] = STATE(637), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(565), - [anon_sym_export] = ACTIONS(666), - [anon_sym_alias] = ACTIONS(666), - [anon_sym_let] = ACTIONS(666), - [anon_sym_let_DASHenv] = ACTIONS(666), - [anon_sym_mut] = ACTIONS(666), - [anon_sym_const] = ACTIONS(666), - [sym_cmd_identifier] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_LF] = ACTIONS(668), - [anon_sym_def] = ACTIONS(666), - [anon_sym_def_DASHenv] = ACTIONS(666), - [anon_sym_export_DASHenv] = ACTIONS(666), - [anon_sym_extern] = ACTIONS(666), - [anon_sym_module] = ACTIONS(666), - [anon_sym_use] = ACTIONS(666), - [anon_sym_LBRACK] = ACTIONS(666), - [anon_sym_LPAREN] = ACTIONS(666), - [anon_sym_RPAREN] = ACTIONS(666), - [anon_sym_PIPE] = ACTIONS(666), - [anon_sym_DOLLAR] = ACTIONS(666), - [anon_sym_error] = ACTIONS(666), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(666), - [anon_sym_break] = ACTIONS(666), - [anon_sym_continue] = ACTIONS(666), - [anon_sym_for] = ACTIONS(666), - [anon_sym_loop] = ACTIONS(666), - [anon_sym_while] = ACTIONS(666), - [anon_sym_do] = ACTIONS(666), - [anon_sym_if] = ACTIONS(666), - [anon_sym_match] = ACTIONS(666), - [anon_sym_LBRACE] = ACTIONS(666), - [anon_sym_RBRACE] = ACTIONS(666), - [anon_sym_try] = ACTIONS(666), - [anon_sym_return] = ACTIONS(666), - [anon_sym_source] = ACTIONS(666), - [anon_sym_source_DASHenv] = ACTIONS(666), - [anon_sym_register] = ACTIONS(666), - [anon_sym_hide] = ACTIONS(666), - [anon_sym_hide_DASHenv] = ACTIONS(666), - [anon_sym_overlay] = ACTIONS(666), - [anon_sym_where] = ACTIONS(666), - [anon_sym_not] = ACTIONS(666), - [anon_sym_DOT_DOT_LT] = ACTIONS(666), - [anon_sym_DOT_DOT] = ACTIONS(666), - [anon_sym_DOT_DOT_EQ] = ACTIONS(666), - [sym_val_nothing] = ACTIONS(666), - [anon_sym_true] = ACTIONS(666), - [anon_sym_false] = ACTIONS(666), - [aux_sym_val_number_token1] = ACTIONS(666), - [aux_sym_val_number_token2] = ACTIONS(666), - [aux_sym_val_number_token3] = ACTIONS(666), - [aux_sym_val_number_token4] = ACTIONS(666), - [anon_sym_inf] = ACTIONS(666), - [anon_sym_DASHinf] = ACTIONS(666), - [anon_sym_NaN] = ACTIONS(666), - [anon_sym_0b] = ACTIONS(666), - [anon_sym_0o] = ACTIONS(666), - [anon_sym_0x] = ACTIONS(666), - [sym_val_date] = ACTIONS(666), - [anon_sym_DQUOTE] = ACTIONS(666), - [sym__str_single_quotes] = ACTIONS(666), - [sym__str_back_ticks] = ACTIONS(666), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(666), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [sym_short_flag] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(3), - }, - [566] = { - [sym_comment] = STATE(566), - [ts_builtin_sym_end] = ACTIONS(868), - [anon_sym_SEMI] = ACTIONS(866), - [anon_sym_LF] = ACTIONS(868), - [anon_sym_LBRACK] = ACTIONS(866), - [anon_sym_LPAREN] = ACTIONS(866), - [anon_sym_PIPE] = ACTIONS(866), - [anon_sym_DOLLAR] = ACTIONS(866), - [anon_sym_GT] = ACTIONS(866), - [anon_sym_DASH_DASH] = ACTIONS(866), - [anon_sym_DASH] = ACTIONS(866), - [anon_sym_in] = ACTIONS(866), - [anon_sym_LBRACE] = ACTIONS(866), - [anon_sym_STAR] = ACTIONS(866), - [anon_sym_STAR_STAR] = ACTIONS(866), - [anon_sym_PLUS_PLUS] = ACTIONS(866), - [anon_sym_SLASH] = ACTIONS(866), - [anon_sym_mod] = ACTIONS(866), - [anon_sym_SLASH_SLASH] = ACTIONS(866), - [anon_sym_PLUS] = ACTIONS(866), - [anon_sym_bit_DASHshl] = ACTIONS(866), - [anon_sym_bit_DASHshr] = ACTIONS(866), - [anon_sym_EQ_EQ] = ACTIONS(866), - [anon_sym_BANG_EQ] = ACTIONS(866), - [anon_sym_LT2] = ACTIONS(866), - [anon_sym_LT_EQ] = ACTIONS(866), - [anon_sym_GT_EQ] = ACTIONS(866), - [anon_sym_not_DASHin] = ACTIONS(866), - [anon_sym_starts_DASHwith] = ACTIONS(866), - [anon_sym_ends_DASHwith] = ACTIONS(866), - [anon_sym_EQ_TILDE] = ACTIONS(866), - [anon_sym_BANG_TILDE] = ACTIONS(866), - [anon_sym_bit_DASHand] = ACTIONS(866), - [anon_sym_bit_DASHxor] = ACTIONS(866), - [anon_sym_bit_DASHor] = ACTIONS(866), - [anon_sym_and] = ACTIONS(866), - [anon_sym_xor] = ACTIONS(866), - [anon_sym_or] = ACTIONS(866), - [anon_sym_DOT_DOT_LT] = ACTIONS(866), - [anon_sym_DOT_DOT] = ACTIONS(866), - [anon_sym_DOT_DOT_EQ] = ACTIONS(866), - [sym_val_nothing] = ACTIONS(866), - [anon_sym_true] = ACTIONS(866), - [anon_sym_false] = ACTIONS(866), - [aux_sym_val_number_token1] = ACTIONS(866), - [aux_sym_val_number_token2] = ACTIONS(866), - [aux_sym_val_number_token3] = ACTIONS(866), - [aux_sym_val_number_token4] = ACTIONS(866), - [anon_sym_inf] = ACTIONS(866), - [anon_sym_DASHinf] = ACTIONS(866), - [anon_sym_NaN] = ACTIONS(866), - [anon_sym_0b] = ACTIONS(866), - [anon_sym_0o] = ACTIONS(866), - [anon_sym_0x] = ACTIONS(866), - [sym_val_date] = ACTIONS(866), - [anon_sym_DQUOTE] = ACTIONS(866), - [sym__str_single_quotes] = ACTIONS(866), - [sym__str_back_ticks] = ACTIONS(866), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(866), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(866), - [anon_sym_err_GT] = ACTIONS(866), - [anon_sym_out_GT] = ACTIONS(866), - [anon_sym_e_GT] = ACTIONS(866), - [anon_sym_o_GT] = ACTIONS(866), - [anon_sym_err_PLUSout_GT] = ACTIONS(866), - [anon_sym_out_PLUSerr_GT] = ACTIONS(866), - [anon_sym_o_PLUSe_GT] = ACTIONS(866), - [anon_sym_e_PLUSo_GT] = ACTIONS(866), - [sym_short_flag] = ACTIONS(866), - [aux_sym_unquoted_token1] = ACTIONS(866), - [anon_sym_POUND] = ACTIONS(3), - }, - [567] = { - [sym_comment] = STATE(567), - [ts_builtin_sym_end] = ACTIONS(806), - [anon_sym_SEMI] = ACTIONS(804), - [anon_sym_LF] = ACTIONS(806), - [anon_sym_LBRACK] = ACTIONS(804), - [anon_sym_LPAREN] = ACTIONS(804), - [anon_sym_PIPE] = ACTIONS(804), - [anon_sym_DOLLAR] = ACTIONS(804), - [anon_sym_GT] = ACTIONS(804), - [anon_sym_DASH_DASH] = ACTIONS(804), - [anon_sym_DASH] = ACTIONS(804), - [anon_sym_in] = ACTIONS(804), - [anon_sym_LBRACE] = ACTIONS(804), - [anon_sym_STAR] = ACTIONS(804), - [anon_sym_STAR_STAR] = ACTIONS(804), - [anon_sym_PLUS_PLUS] = ACTIONS(804), - [anon_sym_SLASH] = ACTIONS(804), - [anon_sym_mod] = ACTIONS(804), - [anon_sym_SLASH_SLASH] = ACTIONS(804), - [anon_sym_PLUS] = ACTIONS(804), - [anon_sym_bit_DASHshl] = ACTIONS(804), - [anon_sym_bit_DASHshr] = ACTIONS(804), - [anon_sym_EQ_EQ] = ACTIONS(804), - [anon_sym_BANG_EQ] = ACTIONS(804), - [anon_sym_LT2] = ACTIONS(804), - [anon_sym_LT_EQ] = ACTIONS(804), - [anon_sym_GT_EQ] = ACTIONS(804), - [anon_sym_not_DASHin] = ACTIONS(804), - [anon_sym_starts_DASHwith] = ACTIONS(804), - [anon_sym_ends_DASHwith] = ACTIONS(804), - [anon_sym_EQ_TILDE] = ACTIONS(804), - [anon_sym_BANG_TILDE] = ACTIONS(804), - [anon_sym_bit_DASHand] = ACTIONS(804), - [anon_sym_bit_DASHxor] = ACTIONS(804), - [anon_sym_bit_DASHor] = ACTIONS(804), - [anon_sym_and] = ACTIONS(804), - [anon_sym_xor] = ACTIONS(804), - [anon_sym_or] = ACTIONS(804), - [anon_sym_DOT_DOT_LT] = ACTIONS(804), - [anon_sym_DOT_DOT] = ACTIONS(804), - [anon_sym_DOT_DOT_EQ] = ACTIONS(804), - [sym_val_nothing] = ACTIONS(804), - [anon_sym_true] = ACTIONS(804), - [anon_sym_false] = ACTIONS(804), - [aux_sym_val_number_token1] = ACTIONS(804), - [aux_sym_val_number_token2] = ACTIONS(804), - [aux_sym_val_number_token3] = ACTIONS(804), - [aux_sym_val_number_token4] = ACTIONS(804), - [anon_sym_inf] = ACTIONS(804), - [anon_sym_DASHinf] = ACTIONS(804), - [anon_sym_NaN] = ACTIONS(804), - [anon_sym_0b] = ACTIONS(804), - [anon_sym_0o] = ACTIONS(804), - [anon_sym_0x] = ACTIONS(804), - [sym_val_date] = ACTIONS(804), - [anon_sym_DQUOTE] = ACTIONS(804), - [sym__str_single_quotes] = ACTIONS(804), - [sym__str_back_ticks] = ACTIONS(804), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(804), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(804), - [anon_sym_err_GT] = ACTIONS(804), - [anon_sym_out_GT] = ACTIONS(804), - [anon_sym_e_GT] = ACTIONS(804), - [anon_sym_o_GT] = ACTIONS(804), - [anon_sym_err_PLUSout_GT] = ACTIONS(804), - [anon_sym_out_PLUSerr_GT] = ACTIONS(804), - [anon_sym_o_PLUSe_GT] = ACTIONS(804), - [anon_sym_e_PLUSo_GT] = ACTIONS(804), - [sym_short_flag] = ACTIONS(804), - [aux_sym_unquoted_token1] = ACTIONS(804), + [523] = { + [sym_comment] = STATE(523), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_RPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(1072), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(1074), + [anon_sym_in] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_STAR_STAR] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_mod] = ACTIONS(1078), + [anon_sym_SLASH_SLASH] = ACTIONS(1078), + [anon_sym_PLUS] = ACTIONS(1074), + [anon_sym_bit_DASHshl] = ACTIONS(1082), + [anon_sym_bit_DASHshr] = ACTIONS(1082), + [anon_sym_EQ_EQ] = ACTIONS(1072), + [anon_sym_BANG_EQ] = ACTIONS(1072), + [anon_sym_LT2] = ACTIONS(1072), + [anon_sym_LT_EQ] = ACTIONS(1072), + [anon_sym_GT_EQ] = ACTIONS(1072), + [anon_sym_not_DASHin] = ACTIONS(769), + [anon_sym_starts_DASHwith] = ACTIONS(769), + [anon_sym_ends_DASHwith] = ACTIONS(769), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_err_GT] = ACTIONS(769), + [anon_sym_out_GT] = ACTIONS(769), + [anon_sym_e_GT] = ACTIONS(769), + [anon_sym_o_GT] = ACTIONS(769), + [anon_sym_err_PLUSout_GT] = ACTIONS(769), + [anon_sym_out_PLUSerr_GT] = ACTIONS(769), + [anon_sym_o_PLUSe_GT] = ACTIONS(769), + [anon_sym_e_PLUSo_GT] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [aux_sym_unquoted_token1] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [568] = { - [sym_comment] = STATE(568), - [ts_builtin_sym_end] = ACTIONS(779), + [524] = { + [sym_comment] = STATE(524), [anon_sym_SEMI] = ACTIONS(777), [anon_sym_LF] = ACTIONS(779), [anon_sym_LBRACK] = ACTIONS(777), [anon_sym_LPAREN] = ACTIONS(777), + [anon_sym_RPAREN] = ACTIONS(777), [anon_sym_PIPE] = ACTIONS(777), [anon_sym_DOLLAR] = ACTIONS(777), [anon_sym_GT] = ACTIONS(777), @@ -99340,6 +96097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH] = ACTIONS(777), [anon_sym_in] = ACTIONS(777), [anon_sym_LBRACE] = ACTIONS(777), + [anon_sym_RBRACE] = ACTIONS(777), [anon_sym_STAR] = ACTIONS(777), [anon_sym_STAR_STAR] = ACTIONS(777), [anon_sym_PLUS_PLUS] = ACTIONS(777), @@ -99399,451 +96157,901 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token1] = ACTIONS(777), [anon_sym_POUND] = ACTIONS(3), }, - [569] = { - [sym__flag] = STATE(732), - [sym_long_flag] = STATE(738), - [sym_comment] = STATE(569), - [aux_sym_overlay_use_repeat1] = STATE(619), - [ts_builtin_sym_end] = ACTIONS(1148), - [anon_sym_export] = ACTIONS(1146), - [anon_sym_alias] = ACTIONS(1146), - [anon_sym_let] = ACTIONS(1146), - [anon_sym_let_DASHenv] = ACTIONS(1146), - [anon_sym_mut] = ACTIONS(1146), - [anon_sym_const] = ACTIONS(1146), - [sym_cmd_identifier] = ACTIONS(1146), - [anon_sym_SEMI] = ACTIONS(1146), - [anon_sym_LF] = ACTIONS(1148), - [anon_sym_def] = ACTIONS(1146), - [anon_sym_def_DASHenv] = ACTIONS(1146), - [anon_sym_export_DASHenv] = ACTIONS(1146), - [anon_sym_extern] = ACTIONS(1146), - [anon_sym_module] = ACTIONS(1146), - [anon_sym_use] = ACTIONS(1146), - [anon_sym_LBRACK] = ACTIONS(1146), - [anon_sym_LPAREN] = ACTIONS(1146), - [anon_sym_DOLLAR] = ACTIONS(1146), - [anon_sym_error] = ACTIONS(1146), - [anon_sym_DASH_DASH] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1146), - [anon_sym_break] = ACTIONS(1146), - [anon_sym_continue] = ACTIONS(1146), - [anon_sym_for] = ACTIONS(1146), - [anon_sym_loop] = ACTIONS(1146), - [anon_sym_while] = ACTIONS(1146), - [anon_sym_do] = ACTIONS(1146), - [anon_sym_if] = ACTIONS(1146), - [anon_sym_match] = ACTIONS(1146), - [anon_sym_LBRACE] = ACTIONS(1146), - [anon_sym_try] = ACTIONS(1146), - [anon_sym_return] = ACTIONS(1146), - [anon_sym_source] = ACTIONS(1146), - [anon_sym_source_DASHenv] = ACTIONS(1146), - [anon_sym_register] = ACTIONS(1146), - [anon_sym_hide] = ACTIONS(1146), - [anon_sym_hide_DASHenv] = ACTIONS(1146), - [anon_sym_overlay] = ACTIONS(1146), - [anon_sym_as] = ACTIONS(1253), - [anon_sym_where] = ACTIONS(1146), - [anon_sym_not] = ACTIONS(1146), - [anon_sym_DOT_DOT_LT] = ACTIONS(1146), - [anon_sym_DOT_DOT] = ACTIONS(1146), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1146), - [sym_val_nothing] = ACTIONS(1146), - [anon_sym_true] = ACTIONS(1146), - [anon_sym_false] = ACTIONS(1146), - [aux_sym_val_number_token1] = ACTIONS(1146), - [aux_sym_val_number_token2] = ACTIONS(1146), - [aux_sym_val_number_token3] = ACTIONS(1146), - [aux_sym_val_number_token4] = ACTIONS(1146), - [anon_sym_inf] = ACTIONS(1146), - [anon_sym_DASHinf] = ACTIONS(1146), - [anon_sym_NaN] = ACTIONS(1146), - [anon_sym_0b] = ACTIONS(1146), - [anon_sym_0o] = ACTIONS(1146), - [anon_sym_0x] = ACTIONS(1146), - [sym_val_date] = ACTIONS(1146), - [anon_sym_DQUOTE] = ACTIONS(1146), - [sym__str_single_quotes] = ACTIONS(1146), - [sym__str_back_ticks] = ACTIONS(1146), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1146), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1146), - [anon_sym_CARET] = ACTIONS(1146), - [sym_short_flag] = ACTIONS(1255), + [525] = { + [sym_comment] = STATE(525), + [anon_sym_SEMI] = ACTIONS(819), + [anon_sym_LF] = ACTIONS(821), + [anon_sym_LBRACK] = ACTIONS(819), + [anon_sym_LPAREN] = ACTIONS(819), + [anon_sym_RPAREN] = ACTIONS(819), + [anon_sym_PIPE] = ACTIONS(819), + [anon_sym_DOLLAR] = ACTIONS(819), + [anon_sym_GT] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_DASH] = ACTIONS(819), + [anon_sym_in] = ACTIONS(819), + [anon_sym_LBRACE] = ACTIONS(819), + [anon_sym_RBRACE] = ACTIONS(819), + [anon_sym_STAR] = ACTIONS(819), + [anon_sym_STAR_STAR] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_SLASH] = ACTIONS(819), + [anon_sym_mod] = ACTIONS(819), + [anon_sym_SLASH_SLASH] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(819), + [anon_sym_bit_DASHshl] = ACTIONS(819), + [anon_sym_bit_DASHshr] = ACTIONS(819), + [anon_sym_EQ_EQ] = ACTIONS(819), + [anon_sym_BANG_EQ] = ACTIONS(819), + [anon_sym_LT2] = ACTIONS(819), + [anon_sym_LT_EQ] = ACTIONS(819), + [anon_sym_GT_EQ] = ACTIONS(819), + [anon_sym_not_DASHin] = ACTIONS(819), + [anon_sym_starts_DASHwith] = ACTIONS(819), + [anon_sym_ends_DASHwith] = ACTIONS(819), + [anon_sym_EQ_TILDE] = ACTIONS(819), + [anon_sym_BANG_TILDE] = ACTIONS(819), + [anon_sym_bit_DASHand] = ACTIONS(819), + [anon_sym_bit_DASHxor] = ACTIONS(819), + [anon_sym_bit_DASHor] = ACTIONS(819), + [anon_sym_and] = ACTIONS(819), + [anon_sym_xor] = ACTIONS(819), + [anon_sym_or] = ACTIONS(819), + [anon_sym_DOT_DOT_LT] = ACTIONS(819), + [anon_sym_DOT_DOT] = ACTIONS(819), + [anon_sym_DOT_DOT_EQ] = ACTIONS(819), + [sym_val_nothing] = ACTIONS(819), + [anon_sym_true] = ACTIONS(819), + [anon_sym_false] = ACTIONS(819), + [aux_sym_val_number_token1] = ACTIONS(819), + [aux_sym_val_number_token2] = ACTIONS(819), + [aux_sym_val_number_token3] = ACTIONS(819), + [aux_sym_val_number_token4] = ACTIONS(819), + [anon_sym_inf] = ACTIONS(819), + [anon_sym_DASHinf] = ACTIONS(819), + [anon_sym_NaN] = ACTIONS(819), + [anon_sym_0b] = ACTIONS(819), + [anon_sym_0o] = ACTIONS(819), + [anon_sym_0x] = ACTIONS(819), + [sym_val_date] = ACTIONS(819), + [anon_sym_DQUOTE] = ACTIONS(819), + [sym__str_single_quotes] = ACTIONS(819), + [sym__str_back_ticks] = ACTIONS(819), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(819), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(819), + [anon_sym_err_GT] = ACTIONS(819), + [anon_sym_out_GT] = ACTIONS(819), + [anon_sym_e_GT] = ACTIONS(819), + [anon_sym_o_GT] = ACTIONS(819), + [anon_sym_err_PLUSout_GT] = ACTIONS(819), + [anon_sym_out_PLUSerr_GT] = ACTIONS(819), + [anon_sym_o_PLUSe_GT] = ACTIONS(819), + [anon_sym_e_PLUSo_GT] = ACTIONS(819), + [sym_short_flag] = ACTIONS(819), + [aux_sym_unquoted_token1] = ACTIONS(819), [anon_sym_POUND] = ACTIONS(3), }, - [570] = { - [sym__flag] = STATE(632), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(570), - [anon_sym_export] = ACTIONS(694), - [anon_sym_alias] = ACTIONS(694), - [anon_sym_let] = ACTIONS(694), - [anon_sym_let_DASHenv] = ACTIONS(694), - [anon_sym_mut] = ACTIONS(694), - [anon_sym_const] = ACTIONS(694), - [sym_cmd_identifier] = ACTIONS(694), - [anon_sym_SEMI] = ACTIONS(694), - [anon_sym_LF] = ACTIONS(696), - [anon_sym_def] = ACTIONS(694), - [anon_sym_def_DASHenv] = ACTIONS(694), - [anon_sym_export_DASHenv] = ACTIONS(694), - [anon_sym_extern] = ACTIONS(694), - [anon_sym_module] = ACTIONS(694), - [anon_sym_use] = ACTIONS(694), - [anon_sym_LBRACK] = ACTIONS(694), - [anon_sym_LPAREN] = ACTIONS(694), - [anon_sym_RPAREN] = ACTIONS(694), - [anon_sym_PIPE] = ACTIONS(694), - [anon_sym_DOLLAR] = ACTIONS(694), - [anon_sym_error] = ACTIONS(694), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_break] = ACTIONS(694), - [anon_sym_continue] = ACTIONS(694), - [anon_sym_for] = ACTIONS(694), - [anon_sym_loop] = ACTIONS(694), - [anon_sym_while] = ACTIONS(694), - [anon_sym_do] = ACTIONS(694), - [anon_sym_if] = ACTIONS(694), - [anon_sym_match] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_RBRACE] = ACTIONS(694), - [anon_sym_try] = ACTIONS(694), - [anon_sym_return] = ACTIONS(694), - [anon_sym_source] = ACTIONS(694), - [anon_sym_source_DASHenv] = ACTIONS(694), - [anon_sym_register] = ACTIONS(694), - [anon_sym_hide] = ACTIONS(694), - [anon_sym_hide_DASHenv] = ACTIONS(694), - [anon_sym_overlay] = ACTIONS(694), - [anon_sym_where] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_DOT_DOT_LT] = ACTIONS(694), - [anon_sym_DOT_DOT] = ACTIONS(694), - [anon_sym_DOT_DOT_EQ] = ACTIONS(694), - [sym_val_nothing] = ACTIONS(694), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [aux_sym_val_number_token1] = ACTIONS(694), - [aux_sym_val_number_token2] = ACTIONS(694), - [aux_sym_val_number_token3] = ACTIONS(694), - [aux_sym_val_number_token4] = ACTIONS(694), - [anon_sym_inf] = ACTIONS(694), - [anon_sym_DASHinf] = ACTIONS(694), - [anon_sym_NaN] = ACTIONS(694), - [anon_sym_0b] = ACTIONS(694), - [anon_sym_0o] = ACTIONS(694), - [anon_sym_0x] = ACTIONS(694), - [sym_val_date] = ACTIONS(694), - [anon_sym_DQUOTE] = ACTIONS(694), - [sym__str_single_quotes] = ACTIONS(694), - [sym__str_back_ticks] = ACTIONS(694), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(694), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [sym_short_flag] = ACTIONS(651), + [526] = { + [sym_comment] = STATE(526), + [anon_sym_SEMI] = ACTIONS(819), + [anon_sym_LF] = ACTIONS(821), + [anon_sym_LBRACK] = ACTIONS(819), + [anon_sym_LPAREN] = ACTIONS(819), + [anon_sym_RPAREN] = ACTIONS(819), + [anon_sym_PIPE] = ACTIONS(819), + [anon_sym_DOLLAR] = ACTIONS(819), + [anon_sym_GT] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_DASH] = ACTIONS(819), + [anon_sym_in] = ACTIONS(819), + [anon_sym_LBRACE] = ACTIONS(819), + [anon_sym_RBRACE] = ACTIONS(819), + [anon_sym_STAR] = ACTIONS(819), + [anon_sym_STAR_STAR] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_SLASH] = ACTIONS(819), + [anon_sym_mod] = ACTIONS(819), + [anon_sym_SLASH_SLASH] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(819), + [anon_sym_bit_DASHshl] = ACTIONS(819), + [anon_sym_bit_DASHshr] = ACTIONS(819), + [anon_sym_EQ_EQ] = ACTIONS(819), + [anon_sym_BANG_EQ] = ACTIONS(819), + [anon_sym_LT2] = ACTIONS(819), + [anon_sym_LT_EQ] = ACTIONS(819), + [anon_sym_GT_EQ] = ACTIONS(819), + [anon_sym_not_DASHin] = ACTIONS(819), + [anon_sym_starts_DASHwith] = ACTIONS(819), + [anon_sym_ends_DASHwith] = ACTIONS(819), + [anon_sym_EQ_TILDE] = ACTIONS(819), + [anon_sym_BANG_TILDE] = ACTIONS(819), + [anon_sym_bit_DASHand] = ACTIONS(819), + [anon_sym_bit_DASHxor] = ACTIONS(819), + [anon_sym_bit_DASHor] = ACTIONS(819), + [anon_sym_and] = ACTIONS(819), + [anon_sym_xor] = ACTIONS(819), + [anon_sym_or] = ACTIONS(819), + [anon_sym_DOT_DOT_LT] = ACTIONS(819), + [anon_sym_DOT_DOT] = ACTIONS(819), + [anon_sym_DOT_DOT_EQ] = ACTIONS(819), + [sym_val_nothing] = ACTIONS(819), + [anon_sym_true] = ACTIONS(819), + [anon_sym_false] = ACTIONS(819), + [aux_sym_val_number_token1] = ACTIONS(819), + [aux_sym_val_number_token2] = ACTIONS(819), + [aux_sym_val_number_token3] = ACTIONS(819), + [aux_sym_val_number_token4] = ACTIONS(819), + [anon_sym_inf] = ACTIONS(819), + [anon_sym_DASHinf] = ACTIONS(819), + [anon_sym_NaN] = ACTIONS(819), + [anon_sym_0b] = ACTIONS(819), + [anon_sym_0o] = ACTIONS(819), + [anon_sym_0x] = ACTIONS(819), + [sym_val_date] = ACTIONS(819), + [anon_sym_DQUOTE] = ACTIONS(819), + [sym__str_single_quotes] = ACTIONS(819), + [sym__str_back_ticks] = ACTIONS(819), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(819), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(819), + [anon_sym_err_GT] = ACTIONS(819), + [anon_sym_out_GT] = ACTIONS(819), + [anon_sym_e_GT] = ACTIONS(819), + [anon_sym_o_GT] = ACTIONS(819), + [anon_sym_err_PLUSout_GT] = ACTIONS(819), + [anon_sym_out_PLUSerr_GT] = ACTIONS(819), + [anon_sym_o_PLUSe_GT] = ACTIONS(819), + [anon_sym_e_PLUSo_GT] = ACTIONS(819), + [sym_short_flag] = ACTIONS(819), + [aux_sym_unquoted_token1] = ACTIONS(819), [anon_sym_POUND] = ACTIONS(3), }, - [571] = { - [sym__flag] = STATE(732), - [sym_long_flag] = STATE(738), - [sym_comment] = STATE(571), - [aux_sym_overlay_use_repeat1] = STATE(571), - [ts_builtin_sym_end] = ACTIONS(1114), - [anon_sym_export] = ACTIONS(1112), - [anon_sym_alias] = ACTIONS(1112), - [anon_sym_let] = ACTIONS(1112), - [anon_sym_let_DASHenv] = ACTIONS(1112), - [anon_sym_mut] = ACTIONS(1112), - [anon_sym_const] = ACTIONS(1112), - [sym_cmd_identifier] = ACTIONS(1112), - [anon_sym_SEMI] = ACTIONS(1112), - [anon_sym_LF] = ACTIONS(1114), - [anon_sym_def] = ACTIONS(1112), - [anon_sym_def_DASHenv] = ACTIONS(1112), - [anon_sym_export_DASHenv] = ACTIONS(1112), - [anon_sym_extern] = ACTIONS(1112), - [anon_sym_module] = ACTIONS(1112), - [anon_sym_use] = ACTIONS(1112), - [anon_sym_LBRACK] = ACTIONS(1112), - [anon_sym_LPAREN] = ACTIONS(1112), - [anon_sym_DOLLAR] = ACTIONS(1112), - [anon_sym_error] = ACTIONS(1112), - [anon_sym_DASH_DASH] = ACTIONS(1257), - [anon_sym_DASH] = ACTIONS(1112), - [anon_sym_break] = ACTIONS(1112), - [anon_sym_continue] = ACTIONS(1112), - [anon_sym_for] = ACTIONS(1112), - [anon_sym_loop] = ACTIONS(1112), - [anon_sym_while] = ACTIONS(1112), - [anon_sym_do] = ACTIONS(1112), - [anon_sym_if] = ACTIONS(1112), - [anon_sym_match] = ACTIONS(1112), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_try] = ACTIONS(1112), - [anon_sym_return] = ACTIONS(1112), - [anon_sym_source] = ACTIONS(1112), - [anon_sym_source_DASHenv] = ACTIONS(1112), - [anon_sym_register] = ACTIONS(1112), - [anon_sym_hide] = ACTIONS(1112), - [anon_sym_hide_DASHenv] = ACTIONS(1112), - [anon_sym_overlay] = ACTIONS(1112), - [anon_sym_as] = ACTIONS(1112), - [anon_sym_where] = ACTIONS(1112), - [anon_sym_not] = ACTIONS(1112), - [anon_sym_DOT_DOT_LT] = ACTIONS(1112), - [anon_sym_DOT_DOT] = ACTIONS(1112), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1112), - [sym_val_nothing] = ACTIONS(1112), - [anon_sym_true] = ACTIONS(1112), - [anon_sym_false] = ACTIONS(1112), - [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(1112), - [anon_sym_inf] = ACTIONS(1112), - [anon_sym_DASHinf] = ACTIONS(1112), - [anon_sym_NaN] = ACTIONS(1112), - [anon_sym_0b] = ACTIONS(1112), - [anon_sym_0o] = ACTIONS(1112), - [anon_sym_0x] = ACTIONS(1112), - [sym_val_date] = ACTIONS(1112), - [anon_sym_DQUOTE] = ACTIONS(1112), - [sym__str_single_quotes] = ACTIONS(1112), - [sym__str_back_ticks] = ACTIONS(1112), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1112), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1112), - [anon_sym_CARET] = ACTIONS(1112), - [sym_short_flag] = ACTIONS(1260), + [527] = { + [sym_comment] = STATE(527), + [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_LF] = ACTIONS(864), + [anon_sym_LBRACK] = ACTIONS(862), + [anon_sym_LPAREN] = ACTIONS(862), + [anon_sym_RPAREN] = ACTIONS(862), + [anon_sym_PIPE] = ACTIONS(862), + [anon_sym_DOLLAR] = ACTIONS(862), + [anon_sym_GT] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(862), + [anon_sym_DASH] = ACTIONS(862), + [anon_sym_in] = ACTIONS(862), + [anon_sym_LBRACE] = ACTIONS(862), + [anon_sym_RBRACE] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(862), + [anon_sym_STAR_STAR] = ACTIONS(862), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_SLASH] = ACTIONS(862), + [anon_sym_mod] = ACTIONS(862), + [anon_sym_SLASH_SLASH] = ACTIONS(862), + [anon_sym_PLUS] = ACTIONS(862), + [anon_sym_bit_DASHshl] = ACTIONS(862), + [anon_sym_bit_DASHshr] = ACTIONS(862), + [anon_sym_EQ_EQ] = ACTIONS(862), + [anon_sym_BANG_EQ] = ACTIONS(862), + [anon_sym_LT2] = ACTIONS(862), + [anon_sym_LT_EQ] = ACTIONS(862), + [anon_sym_GT_EQ] = ACTIONS(862), + [anon_sym_not_DASHin] = ACTIONS(862), + [anon_sym_starts_DASHwith] = ACTIONS(862), + [anon_sym_ends_DASHwith] = ACTIONS(862), + [anon_sym_EQ_TILDE] = ACTIONS(862), + [anon_sym_BANG_TILDE] = ACTIONS(862), + [anon_sym_bit_DASHand] = ACTIONS(862), + [anon_sym_bit_DASHxor] = ACTIONS(862), + [anon_sym_bit_DASHor] = ACTIONS(862), + [anon_sym_and] = ACTIONS(862), + [anon_sym_xor] = ACTIONS(862), + [anon_sym_or] = ACTIONS(862), + [anon_sym_DOT_DOT_LT] = ACTIONS(862), + [anon_sym_DOT_DOT] = ACTIONS(862), + [anon_sym_DOT_DOT_EQ] = ACTIONS(862), + [sym_val_nothing] = ACTIONS(862), + [anon_sym_true] = ACTIONS(862), + [anon_sym_false] = ACTIONS(862), + [aux_sym_val_number_token1] = ACTIONS(862), + [aux_sym_val_number_token2] = ACTIONS(862), + [aux_sym_val_number_token3] = ACTIONS(862), + [aux_sym_val_number_token4] = ACTIONS(862), + [anon_sym_inf] = ACTIONS(862), + [anon_sym_DASHinf] = ACTIONS(862), + [anon_sym_NaN] = ACTIONS(862), + [anon_sym_0b] = ACTIONS(862), + [anon_sym_0o] = ACTIONS(862), + [anon_sym_0x] = ACTIONS(862), + [sym_val_date] = ACTIONS(862), + [anon_sym_DQUOTE] = ACTIONS(862), + [sym__str_single_quotes] = ACTIONS(862), + [sym__str_back_ticks] = ACTIONS(862), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(862), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(862), + [anon_sym_err_GT] = ACTIONS(862), + [anon_sym_out_GT] = ACTIONS(862), + [anon_sym_e_GT] = ACTIONS(862), + [anon_sym_o_GT] = ACTIONS(862), + [anon_sym_err_PLUSout_GT] = ACTIONS(862), + [anon_sym_out_PLUSerr_GT] = ACTIONS(862), + [anon_sym_o_PLUSe_GT] = ACTIONS(862), + [anon_sym_e_PLUSo_GT] = ACTIONS(862), + [sym_short_flag] = ACTIONS(862), + [aux_sym_unquoted_token1] = ACTIONS(862), [anon_sym_POUND] = ACTIONS(3), }, - [572] = { - [sym_path] = STATE(689), - [sym_comment] = STATE(572), - [aux_sym_cell_path_repeat1] = STATE(583), - [ts_builtin_sym_end] = ACTIONS(588), - [anon_sym_export] = ACTIONS(586), - [anon_sym_alias] = ACTIONS(586), - [anon_sym_let] = ACTIONS(586), - [anon_sym_let_DASHenv] = ACTIONS(586), - [anon_sym_mut] = ACTIONS(586), - [anon_sym_const] = ACTIONS(586), - [sym_cmd_identifier] = ACTIONS(586), - [anon_sym_SEMI] = ACTIONS(586), - [anon_sym_LF] = ACTIONS(588), - [anon_sym_def] = ACTIONS(586), - [anon_sym_def_DASHenv] = ACTIONS(586), - [anon_sym_export_DASHenv] = ACTIONS(586), - [anon_sym_extern] = ACTIONS(586), - [anon_sym_module] = ACTIONS(586), - [anon_sym_use] = ACTIONS(586), - [anon_sym_LBRACK] = ACTIONS(586), - [anon_sym_LPAREN] = ACTIONS(586), - [anon_sym_PIPE] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(586), - [anon_sym_error] = ACTIONS(586), - [anon_sym_DASH_DASH] = ACTIONS(586), - [anon_sym_DASH] = ACTIONS(586), - [anon_sym_break] = ACTIONS(586), - [anon_sym_continue] = ACTIONS(586), - [anon_sym_for] = ACTIONS(586), - [anon_sym_loop] = ACTIONS(586), - [anon_sym_while] = ACTIONS(586), - [anon_sym_do] = ACTIONS(586), - [anon_sym_if] = ACTIONS(586), - [anon_sym_match] = ACTIONS(586), - [anon_sym_LBRACE] = ACTIONS(586), - [anon_sym_DOT] = ACTIONS(1263), - [anon_sym_try] = ACTIONS(586), - [anon_sym_return] = ACTIONS(586), - [anon_sym_source] = ACTIONS(586), - [anon_sym_source_DASHenv] = ACTIONS(586), - [anon_sym_register] = ACTIONS(586), - [anon_sym_hide] = ACTIONS(586), - [anon_sym_hide_DASHenv] = ACTIONS(586), - [anon_sym_overlay] = ACTIONS(586), - [anon_sym_where] = ACTIONS(586), - [anon_sym_not] = ACTIONS(586), - [anon_sym_DOT_DOT_LT] = ACTIONS(586), - [anon_sym_DOT_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT_EQ] = ACTIONS(586), - [sym_val_nothing] = ACTIONS(586), - [anon_sym_true] = ACTIONS(586), - [anon_sym_false] = ACTIONS(586), - [aux_sym_val_number_token1] = ACTIONS(586), - [aux_sym_val_number_token2] = ACTIONS(586), - [aux_sym_val_number_token3] = ACTIONS(586), - [aux_sym_val_number_token4] = ACTIONS(586), - [anon_sym_inf] = ACTIONS(586), - [anon_sym_DASHinf] = ACTIONS(586), - [anon_sym_NaN] = ACTIONS(586), - [anon_sym_0b] = ACTIONS(586), - [anon_sym_0o] = ACTIONS(586), - [anon_sym_0x] = ACTIONS(586), - [sym_val_date] = ACTIONS(586), - [anon_sym_DQUOTE] = ACTIONS(586), - [sym__str_single_quotes] = ACTIONS(586), - [sym__str_back_ticks] = ACTIONS(586), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(586), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(586), - [anon_sym_CARET] = ACTIONS(586), - [sym_short_flag] = ACTIONS(586), + [528] = { + [sym_comment] = STATE(528), + [anon_sym_SEMI] = ACTIONS(846), + [anon_sym_LF] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(846), + [anon_sym_LPAREN] = ACTIONS(846), + [anon_sym_RPAREN] = ACTIONS(846), + [anon_sym_PIPE] = ACTIONS(846), + [anon_sym_DOLLAR] = ACTIONS(846), + [anon_sym_GT] = ACTIONS(846), + [anon_sym_DASH_DASH] = ACTIONS(846), + [anon_sym_DASH] = ACTIONS(846), + [anon_sym_in] = ACTIONS(846), + [anon_sym_LBRACE] = ACTIONS(846), + [anon_sym_RBRACE] = ACTIONS(846), + [anon_sym_STAR] = ACTIONS(846), + [anon_sym_STAR_STAR] = ACTIONS(846), + [anon_sym_PLUS_PLUS] = ACTIONS(846), + [anon_sym_SLASH] = ACTIONS(846), + [anon_sym_mod] = ACTIONS(846), + [anon_sym_SLASH_SLASH] = ACTIONS(846), + [anon_sym_PLUS] = ACTIONS(846), + [anon_sym_bit_DASHshl] = ACTIONS(846), + [anon_sym_bit_DASHshr] = ACTIONS(846), + [anon_sym_EQ_EQ] = ACTIONS(846), + [anon_sym_BANG_EQ] = ACTIONS(846), + [anon_sym_LT2] = ACTIONS(846), + [anon_sym_LT_EQ] = ACTIONS(846), + [anon_sym_GT_EQ] = ACTIONS(846), + [anon_sym_not_DASHin] = ACTIONS(846), + [anon_sym_starts_DASHwith] = ACTIONS(846), + [anon_sym_ends_DASHwith] = ACTIONS(846), + [anon_sym_EQ_TILDE] = ACTIONS(846), + [anon_sym_BANG_TILDE] = ACTIONS(846), + [anon_sym_bit_DASHand] = ACTIONS(846), + [anon_sym_bit_DASHxor] = ACTIONS(846), + [anon_sym_bit_DASHor] = ACTIONS(846), + [anon_sym_and] = ACTIONS(846), + [anon_sym_xor] = ACTIONS(846), + [anon_sym_or] = ACTIONS(846), + [anon_sym_DOT_DOT_LT] = ACTIONS(846), + [anon_sym_DOT_DOT] = ACTIONS(846), + [anon_sym_DOT_DOT_EQ] = ACTIONS(846), + [sym_val_nothing] = ACTIONS(846), + [anon_sym_true] = ACTIONS(846), + [anon_sym_false] = ACTIONS(846), + [aux_sym_val_number_token1] = ACTIONS(846), + [aux_sym_val_number_token2] = ACTIONS(846), + [aux_sym_val_number_token3] = ACTIONS(846), + [aux_sym_val_number_token4] = ACTIONS(846), + [anon_sym_inf] = ACTIONS(846), + [anon_sym_DASHinf] = ACTIONS(846), + [anon_sym_NaN] = ACTIONS(846), + [anon_sym_0b] = ACTIONS(846), + [anon_sym_0o] = ACTIONS(846), + [anon_sym_0x] = ACTIONS(846), + [sym_val_date] = ACTIONS(846), + [anon_sym_DQUOTE] = ACTIONS(846), + [sym__str_single_quotes] = ACTIONS(846), + [sym__str_back_ticks] = ACTIONS(846), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(846), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(846), + [anon_sym_err_GT] = ACTIONS(846), + [anon_sym_out_GT] = ACTIONS(846), + [anon_sym_e_GT] = ACTIONS(846), + [anon_sym_o_GT] = ACTIONS(846), + [anon_sym_err_PLUSout_GT] = ACTIONS(846), + [anon_sym_out_PLUSerr_GT] = ACTIONS(846), + [anon_sym_o_PLUSe_GT] = ACTIONS(846), + [anon_sym_e_PLUSo_GT] = ACTIONS(846), + [sym_short_flag] = ACTIONS(846), + [aux_sym_unquoted_token1] = ACTIONS(846), [anon_sym_POUND] = ACTIONS(3), }, - [573] = { - [sym_comment] = STATE(573), - [ts_builtin_sym_end] = ACTIONS(858), - [anon_sym_SEMI] = ACTIONS(856), - [anon_sym_LF] = ACTIONS(858), - [anon_sym_LBRACK] = ACTIONS(856), - [anon_sym_LPAREN] = ACTIONS(856), - [anon_sym_PIPE] = ACTIONS(856), - [anon_sym_DOLLAR] = ACTIONS(856), - [anon_sym_GT] = ACTIONS(856), - [anon_sym_DASH_DASH] = ACTIONS(856), - [anon_sym_DASH] = ACTIONS(856), - [anon_sym_in] = ACTIONS(856), - [anon_sym_LBRACE] = ACTIONS(856), - [anon_sym_STAR] = ACTIONS(856), - [anon_sym_STAR_STAR] = ACTIONS(856), - [anon_sym_PLUS_PLUS] = ACTIONS(856), - [anon_sym_SLASH] = ACTIONS(856), - [anon_sym_mod] = ACTIONS(856), - [anon_sym_SLASH_SLASH] = ACTIONS(856), - [anon_sym_PLUS] = ACTIONS(856), - [anon_sym_bit_DASHshl] = ACTIONS(856), - [anon_sym_bit_DASHshr] = ACTIONS(856), - [anon_sym_EQ_EQ] = ACTIONS(856), - [anon_sym_BANG_EQ] = ACTIONS(856), - [anon_sym_LT2] = ACTIONS(856), - [anon_sym_LT_EQ] = ACTIONS(856), - [anon_sym_GT_EQ] = ACTIONS(856), - [anon_sym_not_DASHin] = ACTIONS(856), - [anon_sym_starts_DASHwith] = ACTIONS(856), - [anon_sym_ends_DASHwith] = ACTIONS(856), - [anon_sym_EQ_TILDE] = ACTIONS(856), - [anon_sym_BANG_TILDE] = ACTIONS(856), - [anon_sym_bit_DASHand] = ACTIONS(856), - [anon_sym_bit_DASHxor] = ACTIONS(856), - [anon_sym_bit_DASHor] = ACTIONS(856), - [anon_sym_and] = ACTIONS(856), - [anon_sym_xor] = ACTIONS(856), - [anon_sym_or] = ACTIONS(856), - [anon_sym_DOT_DOT_LT] = ACTIONS(856), - [anon_sym_DOT_DOT] = ACTIONS(856), - [anon_sym_DOT_DOT_EQ] = ACTIONS(856), - [sym_val_nothing] = ACTIONS(856), - [anon_sym_true] = ACTIONS(856), - [anon_sym_false] = ACTIONS(856), - [aux_sym_val_number_token1] = ACTIONS(856), - [aux_sym_val_number_token2] = ACTIONS(856), - [aux_sym_val_number_token3] = ACTIONS(856), - [aux_sym_val_number_token4] = ACTIONS(856), - [anon_sym_inf] = ACTIONS(856), - [anon_sym_DASHinf] = ACTIONS(856), - [anon_sym_NaN] = ACTIONS(856), - [anon_sym_0b] = ACTIONS(856), - [anon_sym_0o] = ACTIONS(856), - [anon_sym_0x] = ACTIONS(856), - [sym_val_date] = ACTIONS(856), - [anon_sym_DQUOTE] = ACTIONS(856), - [sym__str_single_quotes] = ACTIONS(856), - [sym__str_back_ticks] = ACTIONS(856), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(856), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(856), - [anon_sym_err_GT] = ACTIONS(856), - [anon_sym_out_GT] = ACTIONS(856), - [anon_sym_e_GT] = ACTIONS(856), - [anon_sym_o_GT] = ACTIONS(856), - [anon_sym_err_PLUSout_GT] = ACTIONS(856), - [anon_sym_out_PLUSerr_GT] = ACTIONS(856), - [anon_sym_o_PLUSe_GT] = ACTIONS(856), - [anon_sym_e_PLUSo_GT] = ACTIONS(856), - [sym_short_flag] = ACTIONS(856), - [aux_sym_unquoted_token1] = ACTIONS(856), + [529] = { + [sym__command_name] = STATE(917), + [sym_scope_pattern] = STATE(973), + [sym_wild_card] = STATE(915), + [sym_command_list] = STATE(914), + [sym_val_string] = STATE(854), + [sym__str_double_quotes] = STATE(881), + [sym_comment] = STATE(529), + [ts_builtin_sym_end] = ACTIONS(1048), + [anon_sym_export] = ACTIONS(1044), + [anon_sym_alias] = ACTIONS(1044), + [anon_sym_let] = ACTIONS(1044), + [anon_sym_let_DASHenv] = ACTIONS(1044), + [anon_sym_mut] = ACTIONS(1044), + [anon_sym_const] = ACTIONS(1044), + [sym_cmd_identifier] = ACTIONS(1108), + [anon_sym_SEMI] = ACTIONS(1044), + [anon_sym_LF] = ACTIONS(1048), + [anon_sym_def] = ACTIONS(1044), + [anon_sym_def_DASHenv] = ACTIONS(1044), + [anon_sym_export_DASHenv] = ACTIONS(1044), + [anon_sym_extern] = ACTIONS(1044), + [anon_sym_module] = ACTIONS(1044), + [anon_sym_use] = ACTIONS(1044), + [anon_sym_LBRACK] = ACTIONS(1110), + [anon_sym_LPAREN] = ACTIONS(1044), + [anon_sym_DOLLAR] = ACTIONS(1044), + [anon_sym_error] = ACTIONS(1044), + [anon_sym_DASH] = ACTIONS(1044), + [anon_sym_break] = ACTIONS(1044), + [anon_sym_continue] = ACTIONS(1044), + [anon_sym_for] = ACTIONS(1044), + [anon_sym_loop] = ACTIONS(1044), + [anon_sym_while] = ACTIONS(1044), + [anon_sym_do] = ACTIONS(1044), + [anon_sym_if] = ACTIONS(1044), + [anon_sym_match] = ACTIONS(1044), + [anon_sym_LBRACE] = ACTIONS(1044), + [anon_sym_try] = ACTIONS(1044), + [anon_sym_return] = ACTIONS(1044), + [anon_sym_source] = ACTIONS(1044), + [anon_sym_source_DASHenv] = ACTIONS(1044), + [anon_sym_register] = ACTIONS(1044), + [anon_sym_hide] = ACTIONS(1044), + [anon_sym_hide_DASHenv] = ACTIONS(1044), + [anon_sym_overlay] = ACTIONS(1044), + [anon_sym_STAR] = ACTIONS(1112), + [anon_sym_where] = ACTIONS(1044), + [anon_sym_not] = ACTIONS(1044), + [anon_sym_DOT_DOT_LT] = ACTIONS(1044), + [anon_sym_DOT_DOT] = ACTIONS(1044), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1044), + [sym_val_nothing] = ACTIONS(1044), + [anon_sym_true] = ACTIONS(1044), + [anon_sym_false] = ACTIONS(1044), + [aux_sym_val_number_token1] = ACTIONS(1044), + [aux_sym_val_number_token2] = ACTIONS(1044), + [aux_sym_val_number_token3] = ACTIONS(1044), + [aux_sym_val_number_token4] = ACTIONS(1044), + [anon_sym_inf] = ACTIONS(1044), + [anon_sym_DASHinf] = ACTIONS(1044), + [anon_sym_NaN] = ACTIONS(1044), + [anon_sym_0b] = ACTIONS(1044), + [anon_sym_0o] = ACTIONS(1044), + [anon_sym_0x] = ACTIONS(1044), + [sym_val_date] = ACTIONS(1044), + [anon_sym_DQUOTE] = ACTIONS(1114), + [sym__str_single_quotes] = ACTIONS(1116), + [sym__str_back_ticks] = ACTIONS(1116), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1044), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1044), + [anon_sym_CARET] = ACTIONS(1044), [anon_sym_POUND] = ACTIONS(3), }, - [574] = { - [sym_cell_path] = STATE(734), - [sym_path] = STATE(588), - [sym_comment] = STATE(574), - [ts_builtin_sym_end] = ACTIONS(580), - [anon_sym_export] = ACTIONS(578), - [anon_sym_alias] = ACTIONS(578), - [anon_sym_let] = ACTIONS(578), - [anon_sym_let_DASHenv] = ACTIONS(578), - [anon_sym_mut] = ACTIONS(578), - [anon_sym_const] = ACTIONS(578), - [sym_cmd_identifier] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(578), - [anon_sym_LF] = ACTIONS(580), - [anon_sym_def] = ACTIONS(578), - [anon_sym_def_DASHenv] = ACTIONS(578), - [anon_sym_export_DASHenv] = ACTIONS(578), - [anon_sym_extern] = ACTIONS(578), - [anon_sym_module] = ACTIONS(578), - [anon_sym_use] = ACTIONS(578), - [anon_sym_LBRACK] = ACTIONS(578), - [anon_sym_LPAREN] = ACTIONS(578), - [anon_sym_PIPE] = ACTIONS(578), - [anon_sym_DOLLAR] = ACTIONS(578), - [anon_sym_error] = ACTIONS(578), - [anon_sym_DASH_DASH] = ACTIONS(578), - [anon_sym_DASH] = ACTIONS(578), - [anon_sym_break] = ACTIONS(578), - [anon_sym_continue] = ACTIONS(578), - [anon_sym_for] = ACTIONS(578), - [anon_sym_loop] = ACTIONS(578), - [anon_sym_while] = ACTIONS(578), - [anon_sym_do] = ACTIONS(578), - [anon_sym_if] = ACTIONS(578), - [anon_sym_match] = ACTIONS(578), - [anon_sym_LBRACE] = ACTIONS(578), - [anon_sym_DOT] = ACTIONS(1263), - [anon_sym_try] = ACTIONS(578), - [anon_sym_return] = ACTIONS(578), - [anon_sym_source] = ACTIONS(578), - [anon_sym_source_DASHenv] = ACTIONS(578), - [anon_sym_register] = ACTIONS(578), - [anon_sym_hide] = ACTIONS(578), - [anon_sym_hide_DASHenv] = ACTIONS(578), - [anon_sym_overlay] = ACTIONS(578), - [anon_sym_where] = ACTIONS(578), - [anon_sym_not] = ACTIONS(578), - [anon_sym_DOT_DOT_LT] = ACTIONS(578), - [anon_sym_DOT_DOT] = ACTIONS(578), - [anon_sym_DOT_DOT_EQ] = ACTIONS(578), - [sym_val_nothing] = ACTIONS(578), - [anon_sym_true] = ACTIONS(578), - [anon_sym_false] = ACTIONS(578), - [aux_sym_val_number_token1] = ACTIONS(578), - [aux_sym_val_number_token2] = ACTIONS(578), - [aux_sym_val_number_token3] = ACTIONS(578), - [aux_sym_val_number_token4] = ACTIONS(578), - [anon_sym_inf] = ACTIONS(578), - [anon_sym_DASHinf] = ACTIONS(578), - [anon_sym_NaN] = ACTIONS(578), - [anon_sym_0b] = ACTIONS(578), - [anon_sym_0o] = ACTIONS(578), - [anon_sym_0x] = ACTIONS(578), - [sym_val_date] = ACTIONS(578), - [anon_sym_DQUOTE] = ACTIONS(578), - [sym__str_single_quotes] = ACTIONS(578), - [sym__str_back_ticks] = ACTIONS(578), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(578), - [anon_sym_CARET] = ACTIONS(578), - [sym_short_flag] = ACTIONS(578), + [530] = { + [sym_comment] = STATE(530), + [anon_sym_SEMI] = ACTIONS(842), + [anon_sym_LF] = ACTIONS(844), + [anon_sym_LBRACK] = ACTIONS(842), + [anon_sym_LPAREN] = ACTIONS(842), + [anon_sym_RPAREN] = ACTIONS(842), + [anon_sym_PIPE] = ACTIONS(842), + [anon_sym_DOLLAR] = ACTIONS(842), + [anon_sym_GT] = ACTIONS(842), + [anon_sym_DASH_DASH] = ACTIONS(842), + [anon_sym_DASH] = ACTIONS(842), + [anon_sym_in] = ACTIONS(842), + [anon_sym_LBRACE] = ACTIONS(842), + [anon_sym_RBRACE] = ACTIONS(842), + [anon_sym_STAR] = ACTIONS(842), + [anon_sym_STAR_STAR] = ACTIONS(842), + [anon_sym_PLUS_PLUS] = ACTIONS(842), + [anon_sym_SLASH] = ACTIONS(842), + [anon_sym_mod] = ACTIONS(842), + [anon_sym_SLASH_SLASH] = ACTIONS(842), + [anon_sym_PLUS] = ACTIONS(842), + [anon_sym_bit_DASHshl] = ACTIONS(842), + [anon_sym_bit_DASHshr] = ACTIONS(842), + [anon_sym_EQ_EQ] = ACTIONS(842), + [anon_sym_BANG_EQ] = ACTIONS(842), + [anon_sym_LT2] = ACTIONS(842), + [anon_sym_LT_EQ] = ACTIONS(842), + [anon_sym_GT_EQ] = ACTIONS(842), + [anon_sym_not_DASHin] = ACTIONS(842), + [anon_sym_starts_DASHwith] = ACTIONS(842), + [anon_sym_ends_DASHwith] = ACTIONS(842), + [anon_sym_EQ_TILDE] = ACTIONS(842), + [anon_sym_BANG_TILDE] = ACTIONS(842), + [anon_sym_bit_DASHand] = ACTIONS(842), + [anon_sym_bit_DASHxor] = ACTIONS(842), + [anon_sym_bit_DASHor] = ACTIONS(842), + [anon_sym_and] = ACTIONS(842), + [anon_sym_xor] = ACTIONS(842), + [anon_sym_or] = ACTIONS(842), + [anon_sym_DOT_DOT_LT] = ACTIONS(842), + [anon_sym_DOT_DOT] = ACTIONS(842), + [anon_sym_DOT_DOT_EQ] = ACTIONS(842), + [sym_val_nothing] = ACTIONS(842), + [anon_sym_true] = ACTIONS(842), + [anon_sym_false] = ACTIONS(842), + [aux_sym_val_number_token1] = ACTIONS(842), + [aux_sym_val_number_token2] = ACTIONS(842), + [aux_sym_val_number_token3] = ACTIONS(842), + [aux_sym_val_number_token4] = ACTIONS(842), + [anon_sym_inf] = ACTIONS(842), + [anon_sym_DASHinf] = ACTIONS(842), + [anon_sym_NaN] = ACTIONS(842), + [anon_sym_0b] = ACTIONS(842), + [anon_sym_0o] = ACTIONS(842), + [anon_sym_0x] = ACTIONS(842), + [sym_val_date] = ACTIONS(842), + [anon_sym_DQUOTE] = ACTIONS(842), + [sym__str_single_quotes] = ACTIONS(842), + [sym__str_back_ticks] = ACTIONS(842), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(842), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(842), + [anon_sym_err_GT] = ACTIONS(842), + [anon_sym_out_GT] = ACTIONS(842), + [anon_sym_e_GT] = ACTIONS(842), + [anon_sym_o_GT] = ACTIONS(842), + [anon_sym_err_PLUSout_GT] = ACTIONS(842), + [anon_sym_out_PLUSerr_GT] = ACTIONS(842), + [anon_sym_o_PLUSe_GT] = ACTIONS(842), + [anon_sym_e_PLUSo_GT] = ACTIONS(842), + [sym_short_flag] = ACTIONS(842), + [aux_sym_unquoted_token1] = ACTIONS(842), [anon_sym_POUND] = ACTIONS(3), }, - [575] = { - [sym_comment] = STATE(575), - [ts_builtin_sym_end] = ACTIONS(791), + [531] = { + [sym_comment] = STATE(531), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_LF] = ACTIONS(828), + [anon_sym_LBRACK] = ACTIONS(826), + [anon_sym_LPAREN] = ACTIONS(826), + [anon_sym_RPAREN] = ACTIONS(826), + [anon_sym_PIPE] = ACTIONS(826), + [anon_sym_DOLLAR] = ACTIONS(826), + [anon_sym_GT] = ACTIONS(826), + [anon_sym_DASH_DASH] = ACTIONS(826), + [anon_sym_DASH] = ACTIONS(826), + [anon_sym_in] = ACTIONS(826), + [anon_sym_LBRACE] = ACTIONS(826), + [anon_sym_RBRACE] = ACTIONS(826), + [anon_sym_STAR] = ACTIONS(826), + [anon_sym_STAR_STAR] = ACTIONS(826), + [anon_sym_PLUS_PLUS] = ACTIONS(826), + [anon_sym_SLASH] = ACTIONS(826), + [anon_sym_mod] = ACTIONS(826), + [anon_sym_SLASH_SLASH] = ACTIONS(826), + [anon_sym_PLUS] = ACTIONS(826), + [anon_sym_bit_DASHshl] = ACTIONS(826), + [anon_sym_bit_DASHshr] = ACTIONS(826), + [anon_sym_EQ_EQ] = ACTIONS(826), + [anon_sym_BANG_EQ] = ACTIONS(826), + [anon_sym_LT2] = ACTIONS(826), + [anon_sym_LT_EQ] = ACTIONS(826), + [anon_sym_GT_EQ] = ACTIONS(826), + [anon_sym_not_DASHin] = ACTIONS(826), + [anon_sym_starts_DASHwith] = ACTIONS(826), + [anon_sym_ends_DASHwith] = ACTIONS(826), + [anon_sym_EQ_TILDE] = ACTIONS(826), + [anon_sym_BANG_TILDE] = ACTIONS(826), + [anon_sym_bit_DASHand] = ACTIONS(826), + [anon_sym_bit_DASHxor] = ACTIONS(826), + [anon_sym_bit_DASHor] = ACTIONS(826), + [anon_sym_and] = ACTIONS(826), + [anon_sym_xor] = ACTIONS(826), + [anon_sym_or] = ACTIONS(826), + [anon_sym_DOT_DOT_LT] = ACTIONS(826), + [anon_sym_DOT_DOT] = ACTIONS(826), + [anon_sym_DOT_DOT_EQ] = ACTIONS(826), + [sym_val_nothing] = ACTIONS(826), + [anon_sym_true] = ACTIONS(826), + [anon_sym_false] = ACTIONS(826), + [aux_sym_val_number_token1] = ACTIONS(826), + [aux_sym_val_number_token2] = ACTIONS(826), + [aux_sym_val_number_token3] = ACTIONS(826), + [aux_sym_val_number_token4] = ACTIONS(826), + [anon_sym_inf] = ACTIONS(826), + [anon_sym_DASHinf] = ACTIONS(826), + [anon_sym_NaN] = ACTIONS(826), + [anon_sym_0b] = ACTIONS(826), + [anon_sym_0o] = ACTIONS(826), + [anon_sym_0x] = ACTIONS(826), + [sym_val_date] = ACTIONS(826), + [anon_sym_DQUOTE] = ACTIONS(826), + [sym__str_single_quotes] = ACTIONS(826), + [sym__str_back_ticks] = ACTIONS(826), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(826), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(826), + [anon_sym_err_GT] = ACTIONS(826), + [anon_sym_out_GT] = ACTIONS(826), + [anon_sym_e_GT] = ACTIONS(826), + [anon_sym_o_GT] = ACTIONS(826), + [anon_sym_err_PLUSout_GT] = ACTIONS(826), + [anon_sym_out_PLUSerr_GT] = ACTIONS(826), + [anon_sym_o_PLUSe_GT] = ACTIONS(826), + [anon_sym_e_PLUSo_GT] = ACTIONS(826), + [sym_short_flag] = ACTIONS(826), + [aux_sym_unquoted_token1] = ACTIONS(826), + [anon_sym_POUND] = ACTIONS(3), + }, + [532] = { + [sym_comment] = STATE(532), + [anon_sym_SEMI] = ACTIONS(813), + [anon_sym_LF] = ACTIONS(815), + [anon_sym_LBRACK] = ACTIONS(813), + [anon_sym_LPAREN] = ACTIONS(813), + [anon_sym_RPAREN] = ACTIONS(813), + [anon_sym_PIPE] = ACTIONS(813), + [anon_sym_DOLLAR] = ACTIONS(813), + [anon_sym_GT] = ACTIONS(813), + [anon_sym_DASH_DASH] = ACTIONS(813), + [anon_sym_DASH] = ACTIONS(813), + [anon_sym_in] = ACTIONS(813), + [anon_sym_LBRACE] = ACTIONS(813), + [anon_sym_RBRACE] = ACTIONS(813), + [anon_sym_STAR] = ACTIONS(813), + [anon_sym_STAR_STAR] = ACTIONS(813), + [anon_sym_PLUS_PLUS] = ACTIONS(813), + [anon_sym_SLASH] = ACTIONS(813), + [anon_sym_mod] = ACTIONS(813), + [anon_sym_SLASH_SLASH] = ACTIONS(813), + [anon_sym_PLUS] = ACTIONS(813), + [anon_sym_bit_DASHshl] = ACTIONS(813), + [anon_sym_bit_DASHshr] = ACTIONS(813), + [anon_sym_EQ_EQ] = ACTIONS(813), + [anon_sym_BANG_EQ] = ACTIONS(813), + [anon_sym_LT2] = ACTIONS(813), + [anon_sym_LT_EQ] = ACTIONS(813), + [anon_sym_GT_EQ] = ACTIONS(813), + [anon_sym_not_DASHin] = ACTIONS(813), + [anon_sym_starts_DASHwith] = ACTIONS(813), + [anon_sym_ends_DASHwith] = ACTIONS(813), + [anon_sym_EQ_TILDE] = ACTIONS(813), + [anon_sym_BANG_TILDE] = ACTIONS(813), + [anon_sym_bit_DASHand] = ACTIONS(813), + [anon_sym_bit_DASHxor] = ACTIONS(813), + [anon_sym_bit_DASHor] = ACTIONS(813), + [anon_sym_and] = ACTIONS(813), + [anon_sym_xor] = ACTIONS(813), + [anon_sym_or] = ACTIONS(813), + [anon_sym_DOT_DOT_LT] = ACTIONS(813), + [anon_sym_DOT_DOT] = ACTIONS(813), + [anon_sym_DOT_DOT_EQ] = ACTIONS(813), + [sym_val_nothing] = ACTIONS(813), + [anon_sym_true] = ACTIONS(813), + [anon_sym_false] = ACTIONS(813), + [aux_sym_val_number_token1] = ACTIONS(813), + [aux_sym_val_number_token2] = ACTIONS(813), + [aux_sym_val_number_token3] = ACTIONS(813), + [aux_sym_val_number_token4] = ACTIONS(813), + [anon_sym_inf] = ACTIONS(813), + [anon_sym_DASHinf] = ACTIONS(813), + [anon_sym_NaN] = ACTIONS(813), + [anon_sym_0b] = ACTIONS(813), + [anon_sym_0o] = ACTIONS(813), + [anon_sym_0x] = ACTIONS(813), + [sym_val_date] = ACTIONS(813), + [anon_sym_DQUOTE] = ACTIONS(813), + [sym__str_single_quotes] = ACTIONS(813), + [sym__str_back_ticks] = ACTIONS(813), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(813), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(813), + [anon_sym_err_GT] = ACTIONS(813), + [anon_sym_out_GT] = ACTIONS(813), + [anon_sym_e_GT] = ACTIONS(813), + [anon_sym_o_GT] = ACTIONS(813), + [anon_sym_err_PLUSout_GT] = ACTIONS(813), + [anon_sym_out_PLUSerr_GT] = ACTIONS(813), + [anon_sym_o_PLUSe_GT] = ACTIONS(813), + [anon_sym_e_PLUSo_GT] = ACTIONS(813), + [sym_short_flag] = ACTIONS(813), + [aux_sym_unquoted_token1] = ACTIONS(813), + [anon_sym_POUND] = ACTIONS(3), + }, + [533] = { + [sym_comment] = STATE(533), + [anon_sym_SEMI] = ACTIONS(809), + [anon_sym_LF] = ACTIONS(811), + [anon_sym_LBRACK] = ACTIONS(809), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_RPAREN] = ACTIONS(809), + [anon_sym_PIPE] = ACTIONS(809), + [anon_sym_DOLLAR] = ACTIONS(809), + [anon_sym_GT] = ACTIONS(809), + [anon_sym_DASH_DASH] = ACTIONS(809), + [anon_sym_DASH] = ACTIONS(809), + [anon_sym_in] = ACTIONS(809), + [anon_sym_LBRACE] = ACTIONS(809), + [anon_sym_RBRACE] = ACTIONS(809), + [anon_sym_STAR] = ACTIONS(809), + [anon_sym_STAR_STAR] = ACTIONS(809), + [anon_sym_PLUS_PLUS] = ACTIONS(809), + [anon_sym_SLASH] = ACTIONS(809), + [anon_sym_mod] = ACTIONS(809), + [anon_sym_SLASH_SLASH] = ACTIONS(809), + [anon_sym_PLUS] = ACTIONS(809), + [anon_sym_bit_DASHshl] = ACTIONS(809), + [anon_sym_bit_DASHshr] = ACTIONS(809), + [anon_sym_EQ_EQ] = ACTIONS(809), + [anon_sym_BANG_EQ] = ACTIONS(809), + [anon_sym_LT2] = ACTIONS(809), + [anon_sym_LT_EQ] = ACTIONS(809), + [anon_sym_GT_EQ] = ACTIONS(809), + [anon_sym_not_DASHin] = ACTIONS(809), + [anon_sym_starts_DASHwith] = ACTIONS(809), + [anon_sym_ends_DASHwith] = ACTIONS(809), + [anon_sym_EQ_TILDE] = ACTIONS(809), + [anon_sym_BANG_TILDE] = ACTIONS(809), + [anon_sym_bit_DASHand] = ACTIONS(809), + [anon_sym_bit_DASHxor] = ACTIONS(809), + [anon_sym_bit_DASHor] = ACTIONS(809), + [anon_sym_and] = ACTIONS(809), + [anon_sym_xor] = ACTIONS(809), + [anon_sym_or] = ACTIONS(809), + [anon_sym_DOT_DOT_LT] = ACTIONS(809), + [anon_sym_DOT_DOT] = ACTIONS(809), + [anon_sym_DOT_DOT_EQ] = ACTIONS(809), + [sym_val_nothing] = ACTIONS(809), + [anon_sym_true] = ACTIONS(809), + [anon_sym_false] = ACTIONS(809), + [aux_sym_val_number_token1] = ACTIONS(809), + [aux_sym_val_number_token2] = ACTIONS(809), + [aux_sym_val_number_token3] = ACTIONS(809), + [aux_sym_val_number_token4] = ACTIONS(809), + [anon_sym_inf] = ACTIONS(809), + [anon_sym_DASHinf] = ACTIONS(809), + [anon_sym_NaN] = ACTIONS(809), + [anon_sym_0b] = ACTIONS(809), + [anon_sym_0o] = ACTIONS(809), + [anon_sym_0x] = ACTIONS(809), + [sym_val_date] = ACTIONS(809), + [anon_sym_DQUOTE] = ACTIONS(809), + [sym__str_single_quotes] = ACTIONS(809), + [sym__str_back_ticks] = ACTIONS(809), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(809), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(809), + [anon_sym_err_GT] = ACTIONS(809), + [anon_sym_out_GT] = ACTIONS(809), + [anon_sym_e_GT] = ACTIONS(809), + [anon_sym_o_GT] = ACTIONS(809), + [anon_sym_err_PLUSout_GT] = ACTIONS(809), + [anon_sym_out_PLUSerr_GT] = ACTIONS(809), + [anon_sym_o_PLUSe_GT] = ACTIONS(809), + [anon_sym_e_PLUSo_GT] = ACTIONS(809), + [sym_short_flag] = ACTIONS(809), + [aux_sym_unquoted_token1] = ACTIONS(809), + [anon_sym_POUND] = ACTIONS(3), + }, + [534] = { + [sym_path] = STATE(648), + [sym_comment] = STATE(534), + [aux_sym_cell_path_repeat1] = STATE(534), + [anon_sym_export] = ACTIONS(568), + [anon_sym_alias] = ACTIONS(568), + [anon_sym_let] = ACTIONS(568), + [anon_sym_let_DASHenv] = ACTIONS(568), + [anon_sym_mut] = ACTIONS(568), + [anon_sym_const] = ACTIONS(568), + [sym_cmd_identifier] = ACTIONS(568), + [anon_sym_SEMI] = ACTIONS(568), + [anon_sym_LF] = ACTIONS(570), + [anon_sym_def] = ACTIONS(568), + [anon_sym_def_DASHenv] = ACTIONS(568), + [anon_sym_export_DASHenv] = ACTIONS(568), + [anon_sym_extern] = ACTIONS(568), + [anon_sym_module] = ACTIONS(568), + [anon_sym_use] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(568), + [anon_sym_LPAREN] = ACTIONS(568), + [anon_sym_RPAREN] = ACTIONS(568), + [anon_sym_PIPE] = ACTIONS(568), + [anon_sym_DOLLAR] = ACTIONS(568), + [anon_sym_error] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_break] = ACTIONS(568), + [anon_sym_continue] = ACTIONS(568), + [anon_sym_for] = ACTIONS(568), + [anon_sym_loop] = ACTIONS(568), + [anon_sym_while] = ACTIONS(568), + [anon_sym_do] = ACTIONS(568), + [anon_sym_if] = ACTIONS(568), + [anon_sym_match] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(568), + [anon_sym_RBRACE] = ACTIONS(568), + [anon_sym_DOT] = ACTIONS(1118), + [anon_sym_try] = ACTIONS(568), + [anon_sym_return] = ACTIONS(568), + [anon_sym_source] = ACTIONS(568), + [anon_sym_source_DASHenv] = ACTIONS(568), + [anon_sym_register] = ACTIONS(568), + [anon_sym_hide] = ACTIONS(568), + [anon_sym_hide_DASHenv] = ACTIONS(568), + [anon_sym_overlay] = ACTIONS(568), + [anon_sym_where] = ACTIONS(568), + [anon_sym_not] = ACTIONS(568), + [anon_sym_DOT_DOT_LT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(568), + [anon_sym_DOT_DOT_EQ] = ACTIONS(568), + [sym_val_nothing] = ACTIONS(568), + [anon_sym_true] = ACTIONS(568), + [anon_sym_false] = ACTIONS(568), + [aux_sym_val_number_token1] = ACTIONS(568), + [aux_sym_val_number_token2] = ACTIONS(568), + [aux_sym_val_number_token3] = ACTIONS(568), + [aux_sym_val_number_token4] = ACTIONS(568), + [anon_sym_inf] = ACTIONS(568), + [anon_sym_DASHinf] = ACTIONS(568), + [anon_sym_NaN] = ACTIONS(568), + [anon_sym_0b] = ACTIONS(568), + [anon_sym_0o] = ACTIONS(568), + [anon_sym_0x] = ACTIONS(568), + [sym_val_date] = ACTIONS(568), + [anon_sym_DQUOTE] = ACTIONS(568), + [sym__str_single_quotes] = ACTIONS(568), + [sym__str_back_ticks] = ACTIONS(568), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(568), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(568), + [anon_sym_CARET] = ACTIONS(568), + [sym_short_flag] = ACTIONS(568), + [anon_sym_POUND] = ACTIONS(3), + }, + [535] = { + [sym_comment] = STATE(535), + [anon_sym_SEMI] = ACTIONS(793), + [anon_sym_LF] = ACTIONS(795), + [anon_sym_LBRACK] = ACTIONS(793), + [anon_sym_LPAREN] = ACTIONS(793), + [anon_sym_RPAREN] = ACTIONS(793), + [anon_sym_PIPE] = ACTIONS(793), + [anon_sym_DOLLAR] = ACTIONS(793), + [anon_sym_GT] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_in] = ACTIONS(793), + [anon_sym_LBRACE] = ACTIONS(793), + [anon_sym_RBRACE] = ACTIONS(793), + [anon_sym_STAR] = ACTIONS(793), + [anon_sym_STAR_STAR] = ACTIONS(793), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_SLASH] = ACTIONS(793), + [anon_sym_mod] = ACTIONS(793), + [anon_sym_SLASH_SLASH] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_bit_DASHshl] = ACTIONS(793), + [anon_sym_bit_DASHshr] = ACTIONS(793), + [anon_sym_EQ_EQ] = ACTIONS(793), + [anon_sym_BANG_EQ] = ACTIONS(793), + [anon_sym_LT2] = ACTIONS(793), + [anon_sym_LT_EQ] = ACTIONS(793), + [anon_sym_GT_EQ] = ACTIONS(793), + [anon_sym_not_DASHin] = ACTIONS(793), + [anon_sym_starts_DASHwith] = ACTIONS(793), + [anon_sym_ends_DASHwith] = ACTIONS(793), + [anon_sym_EQ_TILDE] = ACTIONS(793), + [anon_sym_BANG_TILDE] = ACTIONS(793), + [anon_sym_bit_DASHand] = ACTIONS(793), + [anon_sym_bit_DASHxor] = ACTIONS(793), + [anon_sym_bit_DASHor] = ACTIONS(793), + [anon_sym_and] = ACTIONS(793), + [anon_sym_xor] = ACTIONS(793), + [anon_sym_or] = ACTIONS(793), + [anon_sym_DOT_DOT_LT] = ACTIONS(793), + [anon_sym_DOT_DOT] = ACTIONS(793), + [anon_sym_DOT_DOT_EQ] = ACTIONS(793), + [sym_val_nothing] = ACTIONS(793), + [anon_sym_true] = ACTIONS(793), + [anon_sym_false] = ACTIONS(793), + [aux_sym_val_number_token1] = ACTIONS(793), + [aux_sym_val_number_token2] = ACTIONS(793), + [aux_sym_val_number_token3] = ACTIONS(793), + [aux_sym_val_number_token4] = ACTIONS(793), + [anon_sym_inf] = ACTIONS(793), + [anon_sym_DASHinf] = ACTIONS(793), + [anon_sym_NaN] = ACTIONS(793), + [anon_sym_0b] = ACTIONS(793), + [anon_sym_0o] = ACTIONS(793), + [anon_sym_0x] = ACTIONS(793), + [sym_val_date] = ACTIONS(793), + [anon_sym_DQUOTE] = ACTIONS(793), + [sym__str_single_quotes] = ACTIONS(793), + [sym__str_back_ticks] = ACTIONS(793), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(793), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(793), + [anon_sym_err_GT] = ACTIONS(793), + [anon_sym_out_GT] = ACTIONS(793), + [anon_sym_e_GT] = ACTIONS(793), + [anon_sym_o_GT] = ACTIONS(793), + [anon_sym_err_PLUSout_GT] = ACTIONS(793), + [anon_sym_out_PLUSerr_GT] = ACTIONS(793), + [anon_sym_o_PLUSe_GT] = ACTIONS(793), + [anon_sym_e_PLUSo_GT] = ACTIONS(793), + [sym_short_flag] = ACTIONS(793), + [aux_sym_unquoted_token1] = ACTIONS(793), + [anon_sym_POUND] = ACTIONS(3), + }, + [536] = { + [sym_path] = STATE(648), + [sym_comment] = STATE(536), + [aux_sym_cell_path_repeat1] = STATE(534), + [anon_sym_export] = ACTIONS(581), + [anon_sym_alias] = ACTIONS(581), + [anon_sym_let] = ACTIONS(581), + [anon_sym_let_DASHenv] = ACTIONS(581), + [anon_sym_mut] = ACTIONS(581), + [anon_sym_const] = ACTIONS(581), + [sym_cmd_identifier] = ACTIONS(581), + [anon_sym_SEMI] = ACTIONS(581), + [anon_sym_LF] = ACTIONS(583), + [anon_sym_def] = ACTIONS(581), + [anon_sym_def_DASHenv] = ACTIONS(581), + [anon_sym_export_DASHenv] = ACTIONS(581), + [anon_sym_extern] = ACTIONS(581), + [anon_sym_module] = ACTIONS(581), + [anon_sym_use] = ACTIONS(581), + [anon_sym_LBRACK] = ACTIONS(581), + [anon_sym_LPAREN] = ACTIONS(581), + [anon_sym_RPAREN] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(581), + [anon_sym_error] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(581), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_break] = ACTIONS(581), + [anon_sym_continue] = ACTIONS(581), + [anon_sym_for] = ACTIONS(581), + [anon_sym_loop] = ACTIONS(581), + [anon_sym_while] = ACTIONS(581), + [anon_sym_do] = ACTIONS(581), + [anon_sym_if] = ACTIONS(581), + [anon_sym_match] = ACTIONS(581), + [anon_sym_LBRACE] = ACTIONS(581), + [anon_sym_RBRACE] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(1121), + [anon_sym_try] = ACTIONS(581), + [anon_sym_return] = ACTIONS(581), + [anon_sym_source] = ACTIONS(581), + [anon_sym_source_DASHenv] = ACTIONS(581), + [anon_sym_register] = ACTIONS(581), + [anon_sym_hide] = ACTIONS(581), + [anon_sym_hide_DASHenv] = ACTIONS(581), + [anon_sym_overlay] = ACTIONS(581), + [anon_sym_where] = ACTIONS(581), + [anon_sym_not] = ACTIONS(581), + [anon_sym_DOT_DOT_LT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_EQ] = ACTIONS(581), + [sym_val_nothing] = ACTIONS(581), + [anon_sym_true] = ACTIONS(581), + [anon_sym_false] = ACTIONS(581), + [aux_sym_val_number_token1] = ACTIONS(581), + [aux_sym_val_number_token2] = ACTIONS(581), + [aux_sym_val_number_token3] = ACTIONS(581), + [aux_sym_val_number_token4] = ACTIONS(581), + [anon_sym_inf] = ACTIONS(581), + [anon_sym_DASHinf] = ACTIONS(581), + [anon_sym_NaN] = ACTIONS(581), + [anon_sym_0b] = ACTIONS(581), + [anon_sym_0o] = ACTIONS(581), + [anon_sym_0x] = ACTIONS(581), + [sym_val_date] = ACTIONS(581), + [anon_sym_DQUOTE] = ACTIONS(581), + [sym__str_single_quotes] = ACTIONS(581), + [sym__str_back_ticks] = ACTIONS(581), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [sym_short_flag] = ACTIONS(581), + [anon_sym_POUND] = ACTIONS(3), + }, + [537] = { + [sym_comment] = STATE(537), [anon_sym_SEMI] = ACTIONS(789), [anon_sym_LF] = ACTIONS(791), [anon_sym_LBRACK] = ACTIONS(789), [anon_sym_LPAREN] = ACTIONS(789), + [anon_sym_RPAREN] = ACTIONS(789), [anon_sym_PIPE] = ACTIONS(789), [anon_sym_DOLLAR] = ACTIONS(789), [anon_sym_GT] = ACTIONS(789), @@ -99851,6 +97059,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH] = ACTIONS(789), [anon_sym_in] = ACTIONS(789), [anon_sym_LBRACE] = ACTIONS(789), + [anon_sym_RBRACE] = ACTIONS(789), [anon_sym_STAR] = ACTIONS(789), [anon_sym_STAR_STAR] = ACTIONS(789), [anon_sym_PLUS_PLUS] = ACTIONS(789), @@ -99876,9 +97085,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_and] = ACTIONS(789), [anon_sym_xor] = ACTIONS(789), [anon_sym_or] = ACTIONS(789), - [anon_sym_DOT_DOT_LT] = ACTIONS(141), - [anon_sym_DOT_DOT] = ACTIONS(141), - [anon_sym_DOT_DOT_EQ] = ACTIONS(141), + [anon_sym_DOT_DOT_LT] = ACTIONS(135), + [anon_sym_DOT_DOT] = ACTIONS(135), + [anon_sym_DOT_DOT_EQ] = ACTIONS(135), [sym_val_nothing] = ACTIONS(789), [anon_sym_true] = ACTIONS(789), [anon_sym_false] = ACTIONS(789), @@ -99910,86 +97119,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token1] = ACTIONS(789), [anon_sym_POUND] = ACTIONS(3), }, - [576] = { - [sym__flag] = STATE(631), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(576), - [anon_sym_export] = ACTIONS(694), - [anon_sym_alias] = ACTIONS(694), - [anon_sym_let] = ACTIONS(694), - [anon_sym_let_DASHenv] = ACTIONS(694), - [anon_sym_mut] = ACTIONS(694), - [anon_sym_const] = ACTIONS(694), - [sym_cmd_identifier] = ACTIONS(694), - [anon_sym_SEMI] = ACTIONS(694), - [anon_sym_LF] = ACTIONS(696), - [anon_sym_def] = ACTIONS(694), - [anon_sym_def_DASHenv] = ACTIONS(694), - [anon_sym_export_DASHenv] = ACTIONS(694), - [anon_sym_extern] = ACTIONS(694), - [anon_sym_module] = ACTIONS(694), - [anon_sym_use] = ACTIONS(694), - [anon_sym_LBRACK] = ACTIONS(694), - [anon_sym_LPAREN] = ACTIONS(694), - [anon_sym_RPAREN] = ACTIONS(694), - [anon_sym_PIPE] = ACTIONS(694), - [anon_sym_DOLLAR] = ACTIONS(694), - [anon_sym_error] = ACTIONS(694), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_break] = ACTIONS(694), - [anon_sym_continue] = ACTIONS(694), - [anon_sym_for] = ACTIONS(694), - [anon_sym_loop] = ACTIONS(694), - [anon_sym_while] = ACTIONS(694), - [anon_sym_do] = ACTIONS(694), - [anon_sym_if] = ACTIONS(694), - [anon_sym_match] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_RBRACE] = ACTIONS(694), - [anon_sym_try] = ACTIONS(694), - [anon_sym_return] = ACTIONS(694), - [anon_sym_source] = ACTIONS(694), - [anon_sym_source_DASHenv] = ACTIONS(694), - [anon_sym_register] = ACTIONS(694), - [anon_sym_hide] = ACTIONS(694), - [anon_sym_hide_DASHenv] = ACTIONS(694), - [anon_sym_overlay] = ACTIONS(694), - [anon_sym_where] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_DOT_DOT_LT] = ACTIONS(694), - [anon_sym_DOT_DOT] = ACTIONS(694), - [anon_sym_DOT_DOT_EQ] = ACTIONS(694), - [sym_val_nothing] = ACTIONS(694), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [aux_sym_val_number_token1] = ACTIONS(694), - [aux_sym_val_number_token2] = ACTIONS(694), - [aux_sym_val_number_token3] = ACTIONS(694), - [aux_sym_val_number_token4] = ACTIONS(694), - [anon_sym_inf] = ACTIONS(694), - [anon_sym_DASHinf] = ACTIONS(694), - [anon_sym_NaN] = ACTIONS(694), - [anon_sym_0b] = ACTIONS(694), - [anon_sym_0o] = ACTIONS(694), - [anon_sym_0x] = ACTIONS(694), - [sym_val_date] = ACTIONS(694), - [anon_sym_DQUOTE] = ACTIONS(694), - [sym__str_single_quotes] = ACTIONS(694), - [sym__str_back_ticks] = ACTIONS(694), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(694), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [sym_short_flag] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(3), - }, - [577] = { - [sym_comment] = STATE(577), - [ts_builtin_sym_end] = ACTIONS(791), + [538] = { + [sym_comment] = STATE(538), [anon_sym_SEMI] = ACTIONS(789), [anon_sym_LF] = ACTIONS(791), [anon_sym_LBRACK] = ACTIONS(789), [anon_sym_LPAREN] = ACTIONS(789), + [anon_sym_RPAREN] = ACTIONS(789), [anon_sym_PIPE] = ACTIONS(789), [anon_sym_DOLLAR] = ACTIONS(789), [anon_sym_GT] = ACTIONS(789), @@ -99997,6 +97133,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH] = ACTIONS(789), [anon_sym_in] = ACTIONS(789), [anon_sym_LBRACE] = ACTIONS(789), + [anon_sym_RBRACE] = ACTIONS(789), [anon_sym_STAR] = ACTIONS(789), [anon_sym_STAR_STAR] = ACTIONS(789), [anon_sym_PLUS_PLUS] = ACTIONS(789), @@ -100046,534 +97183,541 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_DQUOTE] = ACTIONS(789), [anon_sym_err_GT] = ACTIONS(789), [anon_sym_out_GT] = ACTIONS(789), - [anon_sym_e_GT] = ACTIONS(789), - [anon_sym_o_GT] = ACTIONS(789), - [anon_sym_err_PLUSout_GT] = ACTIONS(789), - [anon_sym_out_PLUSerr_GT] = ACTIONS(789), - [anon_sym_o_PLUSe_GT] = ACTIONS(789), - [anon_sym_e_PLUSo_GT] = ACTIONS(789), - [sym_short_flag] = ACTIONS(789), - [aux_sym_unquoted_token1] = ACTIONS(789), - [anon_sym_POUND] = ACTIONS(3), - }, - [578] = { - [sym_comment] = STATE(578), - [ts_builtin_sym_end] = ACTIONS(850), - [anon_sym_SEMI] = ACTIONS(848), - [anon_sym_LF] = ACTIONS(850), - [anon_sym_LBRACK] = ACTIONS(848), - [anon_sym_LPAREN] = ACTIONS(848), - [anon_sym_PIPE] = ACTIONS(848), - [anon_sym_DOLLAR] = ACTIONS(848), - [anon_sym_GT] = ACTIONS(848), - [anon_sym_DASH_DASH] = ACTIONS(848), - [anon_sym_DASH] = ACTIONS(848), - [anon_sym_in] = ACTIONS(848), - [anon_sym_LBRACE] = ACTIONS(848), - [anon_sym_STAR] = ACTIONS(848), - [anon_sym_STAR_STAR] = ACTIONS(848), - [anon_sym_PLUS_PLUS] = ACTIONS(848), - [anon_sym_SLASH] = ACTIONS(848), - [anon_sym_mod] = ACTIONS(848), - [anon_sym_SLASH_SLASH] = ACTIONS(848), - [anon_sym_PLUS] = ACTIONS(848), - [anon_sym_bit_DASHshl] = ACTIONS(848), - [anon_sym_bit_DASHshr] = ACTIONS(848), - [anon_sym_EQ_EQ] = ACTIONS(848), - [anon_sym_BANG_EQ] = ACTIONS(848), - [anon_sym_LT2] = ACTIONS(848), - [anon_sym_LT_EQ] = ACTIONS(848), - [anon_sym_GT_EQ] = ACTIONS(848), - [anon_sym_not_DASHin] = ACTIONS(848), - [anon_sym_starts_DASHwith] = ACTIONS(848), - [anon_sym_ends_DASHwith] = ACTIONS(848), - [anon_sym_EQ_TILDE] = ACTIONS(848), - [anon_sym_BANG_TILDE] = ACTIONS(848), - [anon_sym_bit_DASHand] = ACTIONS(848), - [anon_sym_bit_DASHxor] = ACTIONS(848), - [anon_sym_bit_DASHor] = ACTIONS(848), - [anon_sym_and] = ACTIONS(848), - [anon_sym_xor] = ACTIONS(848), - [anon_sym_or] = ACTIONS(848), - [anon_sym_DOT_DOT_LT] = ACTIONS(848), - [anon_sym_DOT_DOT] = ACTIONS(848), - [anon_sym_DOT_DOT_EQ] = ACTIONS(848), - [sym_val_nothing] = ACTIONS(848), - [anon_sym_true] = ACTIONS(848), - [anon_sym_false] = ACTIONS(848), - [aux_sym_val_number_token1] = ACTIONS(848), - [aux_sym_val_number_token2] = ACTIONS(848), - [aux_sym_val_number_token3] = ACTIONS(848), - [aux_sym_val_number_token4] = ACTIONS(848), - [anon_sym_inf] = ACTIONS(848), - [anon_sym_DASHinf] = ACTIONS(848), - [anon_sym_NaN] = ACTIONS(848), - [anon_sym_0b] = ACTIONS(848), - [anon_sym_0o] = ACTIONS(848), - [anon_sym_0x] = ACTIONS(848), - [sym_val_date] = ACTIONS(848), - [anon_sym_DQUOTE] = ACTIONS(848), - [sym__str_single_quotes] = ACTIONS(848), - [sym__str_back_ticks] = ACTIONS(848), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(848), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(848), - [anon_sym_err_GT] = ACTIONS(848), - [anon_sym_out_GT] = ACTIONS(848), - [anon_sym_e_GT] = ACTIONS(848), - [anon_sym_o_GT] = ACTIONS(848), - [anon_sym_err_PLUSout_GT] = ACTIONS(848), - [anon_sym_out_PLUSerr_GT] = ACTIONS(848), - [anon_sym_o_PLUSe_GT] = ACTIONS(848), - [anon_sym_e_PLUSo_GT] = ACTIONS(848), - [sym_short_flag] = ACTIONS(848), - [aux_sym_unquoted_token1] = ACTIONS(848), - [anon_sym_POUND] = ACTIONS(3), - }, - [579] = { - [sym_comment] = STATE(579), - [ts_builtin_sym_end] = ACTIONS(854), - [anon_sym_SEMI] = ACTIONS(852), - [anon_sym_LF] = ACTIONS(854), - [anon_sym_LBRACK] = ACTIONS(852), - [anon_sym_LPAREN] = ACTIONS(852), - [anon_sym_PIPE] = ACTIONS(852), - [anon_sym_DOLLAR] = ACTIONS(852), - [anon_sym_GT] = ACTIONS(852), - [anon_sym_DASH_DASH] = ACTIONS(852), - [anon_sym_DASH] = ACTIONS(852), - [anon_sym_in] = ACTIONS(852), - [anon_sym_LBRACE] = ACTIONS(852), - [anon_sym_STAR] = ACTIONS(852), - [anon_sym_STAR_STAR] = ACTIONS(852), - [anon_sym_PLUS_PLUS] = ACTIONS(852), - [anon_sym_SLASH] = ACTIONS(852), - [anon_sym_mod] = ACTIONS(852), - [anon_sym_SLASH_SLASH] = ACTIONS(852), - [anon_sym_PLUS] = ACTIONS(852), - [anon_sym_bit_DASHshl] = ACTIONS(852), - [anon_sym_bit_DASHshr] = ACTIONS(852), - [anon_sym_EQ_EQ] = ACTIONS(852), - [anon_sym_BANG_EQ] = ACTIONS(852), - [anon_sym_LT2] = ACTIONS(852), - [anon_sym_LT_EQ] = ACTIONS(852), - [anon_sym_GT_EQ] = ACTIONS(852), - [anon_sym_not_DASHin] = ACTIONS(852), - [anon_sym_starts_DASHwith] = ACTIONS(852), - [anon_sym_ends_DASHwith] = ACTIONS(852), - [anon_sym_EQ_TILDE] = ACTIONS(852), - [anon_sym_BANG_TILDE] = ACTIONS(852), - [anon_sym_bit_DASHand] = ACTIONS(852), - [anon_sym_bit_DASHxor] = ACTIONS(852), - [anon_sym_bit_DASHor] = ACTIONS(852), - [anon_sym_and] = ACTIONS(852), - [anon_sym_xor] = ACTIONS(852), - [anon_sym_or] = ACTIONS(852), - [anon_sym_DOT_DOT_LT] = ACTIONS(852), - [anon_sym_DOT_DOT] = ACTIONS(852), - [anon_sym_DOT_DOT_EQ] = ACTIONS(852), - [sym_val_nothing] = ACTIONS(852), - [anon_sym_true] = ACTIONS(852), - [anon_sym_false] = ACTIONS(852), - [aux_sym_val_number_token1] = ACTIONS(852), - [aux_sym_val_number_token2] = ACTIONS(852), - [aux_sym_val_number_token3] = ACTIONS(852), - [aux_sym_val_number_token4] = ACTIONS(852), - [anon_sym_inf] = ACTIONS(852), - [anon_sym_DASHinf] = ACTIONS(852), - [anon_sym_NaN] = ACTIONS(852), - [anon_sym_0b] = ACTIONS(852), - [anon_sym_0o] = ACTIONS(852), - [anon_sym_0x] = ACTIONS(852), - [sym_val_date] = ACTIONS(852), - [anon_sym_DQUOTE] = ACTIONS(852), - [sym__str_single_quotes] = ACTIONS(852), - [sym__str_back_ticks] = ACTIONS(852), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(852), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(852), - [anon_sym_err_GT] = ACTIONS(852), - [anon_sym_out_GT] = ACTIONS(852), - [anon_sym_e_GT] = ACTIONS(852), - [anon_sym_o_GT] = ACTIONS(852), - [anon_sym_err_PLUSout_GT] = ACTIONS(852), - [anon_sym_out_PLUSerr_GT] = ACTIONS(852), - [anon_sym_o_PLUSe_GT] = ACTIONS(852), - [anon_sym_e_PLUSo_GT] = ACTIONS(852), - [sym_short_flag] = ACTIONS(852), - [aux_sym_unquoted_token1] = ACTIONS(852), - [anon_sym_POUND] = ACTIONS(3), - }, - [580] = { - [sym_comment] = STATE(580), - [ts_builtin_sym_end] = ACTIONS(872), - [anon_sym_SEMI] = ACTIONS(870), - [anon_sym_LF] = ACTIONS(872), - [anon_sym_LBRACK] = ACTIONS(870), - [anon_sym_LPAREN] = ACTIONS(870), - [anon_sym_PIPE] = ACTIONS(870), - [anon_sym_DOLLAR] = ACTIONS(870), - [anon_sym_GT] = ACTIONS(870), - [anon_sym_DASH_DASH] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_in] = ACTIONS(870), - [anon_sym_LBRACE] = ACTIONS(870), - [anon_sym_STAR] = ACTIONS(870), - [anon_sym_STAR_STAR] = ACTIONS(870), - [anon_sym_PLUS_PLUS] = ACTIONS(870), - [anon_sym_SLASH] = ACTIONS(870), - [anon_sym_mod] = ACTIONS(870), - [anon_sym_SLASH_SLASH] = ACTIONS(870), - [anon_sym_PLUS] = ACTIONS(870), - [anon_sym_bit_DASHshl] = ACTIONS(870), - [anon_sym_bit_DASHshr] = ACTIONS(870), - [anon_sym_EQ_EQ] = ACTIONS(870), - [anon_sym_BANG_EQ] = ACTIONS(870), - [anon_sym_LT2] = ACTIONS(870), - [anon_sym_LT_EQ] = ACTIONS(870), - [anon_sym_GT_EQ] = ACTIONS(870), - [anon_sym_not_DASHin] = ACTIONS(870), - [anon_sym_starts_DASHwith] = ACTIONS(870), - [anon_sym_ends_DASHwith] = ACTIONS(870), - [anon_sym_EQ_TILDE] = ACTIONS(870), - [anon_sym_BANG_TILDE] = ACTIONS(870), - [anon_sym_bit_DASHand] = ACTIONS(870), - [anon_sym_bit_DASHxor] = ACTIONS(870), - [anon_sym_bit_DASHor] = ACTIONS(870), - [anon_sym_and] = ACTIONS(870), - [anon_sym_xor] = ACTIONS(870), - [anon_sym_or] = ACTIONS(870), - [anon_sym_DOT_DOT_LT] = ACTIONS(870), - [anon_sym_DOT_DOT] = ACTIONS(870), - [anon_sym_DOT_DOT_EQ] = ACTIONS(870), - [sym_val_nothing] = ACTIONS(870), - [anon_sym_true] = ACTIONS(870), - [anon_sym_false] = ACTIONS(870), - [aux_sym_val_number_token1] = ACTIONS(870), - [aux_sym_val_number_token2] = ACTIONS(870), - [aux_sym_val_number_token3] = ACTIONS(870), - [aux_sym_val_number_token4] = ACTIONS(870), - [anon_sym_inf] = ACTIONS(870), - [anon_sym_DASHinf] = ACTIONS(870), - [anon_sym_NaN] = ACTIONS(870), - [anon_sym_0b] = ACTIONS(870), - [anon_sym_0o] = ACTIONS(870), - [anon_sym_0x] = ACTIONS(870), - [sym_val_date] = ACTIONS(870), - [anon_sym_DQUOTE] = ACTIONS(870), - [sym__str_single_quotes] = ACTIONS(870), - [sym__str_back_ticks] = ACTIONS(870), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(870), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(870), - [anon_sym_err_GT] = ACTIONS(870), - [anon_sym_out_GT] = ACTIONS(870), - [anon_sym_e_GT] = ACTIONS(870), - [anon_sym_o_GT] = ACTIONS(870), - [anon_sym_err_PLUSout_GT] = ACTIONS(870), - [anon_sym_out_PLUSerr_GT] = ACTIONS(870), - [anon_sym_o_PLUSe_GT] = ACTIONS(870), - [anon_sym_e_PLUSo_GT] = ACTIONS(870), - [sym_short_flag] = ACTIONS(870), - [aux_sym_unquoted_token1] = ACTIONS(870), + [anon_sym_e_GT] = ACTIONS(789), + [anon_sym_o_GT] = ACTIONS(789), + [anon_sym_err_PLUSout_GT] = ACTIONS(789), + [anon_sym_out_PLUSerr_GT] = ACTIONS(789), + [anon_sym_o_PLUSe_GT] = ACTIONS(789), + [anon_sym_e_PLUSo_GT] = ACTIONS(789), + [sym_short_flag] = ACTIONS(789), + [aux_sym_unquoted_token1] = ACTIONS(789), [anon_sym_POUND] = ACTIONS(3), }, - [581] = { - [sym_comment] = STATE(581), - [ts_builtin_sym_end] = ACTIONS(830), - [anon_sym_SEMI] = ACTIONS(828), - [anon_sym_LF] = ACTIONS(830), - [anon_sym_LBRACK] = ACTIONS(828), - [anon_sym_LPAREN] = ACTIONS(828), - [anon_sym_PIPE] = ACTIONS(828), - [anon_sym_DOLLAR] = ACTIONS(828), - [anon_sym_GT] = ACTIONS(828), - [anon_sym_DASH_DASH] = ACTIONS(828), - [anon_sym_DASH] = ACTIONS(828), - [anon_sym_in] = ACTIONS(828), - [anon_sym_LBRACE] = ACTIONS(828), - [anon_sym_STAR] = ACTIONS(828), - [anon_sym_STAR_STAR] = ACTIONS(828), - [anon_sym_PLUS_PLUS] = ACTIONS(828), - [anon_sym_SLASH] = ACTIONS(828), - [anon_sym_mod] = ACTIONS(828), - [anon_sym_SLASH_SLASH] = ACTIONS(828), - [anon_sym_PLUS] = ACTIONS(828), - [anon_sym_bit_DASHshl] = ACTIONS(828), - [anon_sym_bit_DASHshr] = ACTIONS(828), - [anon_sym_EQ_EQ] = ACTIONS(828), - [anon_sym_BANG_EQ] = ACTIONS(828), - [anon_sym_LT2] = ACTIONS(828), - [anon_sym_LT_EQ] = ACTIONS(828), - [anon_sym_GT_EQ] = ACTIONS(828), - [anon_sym_not_DASHin] = ACTIONS(828), - [anon_sym_starts_DASHwith] = ACTIONS(828), - [anon_sym_ends_DASHwith] = ACTIONS(828), - [anon_sym_EQ_TILDE] = ACTIONS(828), - [anon_sym_BANG_TILDE] = ACTIONS(828), - [anon_sym_bit_DASHand] = ACTIONS(828), - [anon_sym_bit_DASHxor] = ACTIONS(828), - [anon_sym_bit_DASHor] = ACTIONS(828), - [anon_sym_and] = ACTIONS(828), - [anon_sym_xor] = ACTIONS(828), - [anon_sym_or] = ACTIONS(828), - [anon_sym_DOT_DOT_LT] = ACTIONS(828), - [anon_sym_DOT_DOT] = ACTIONS(828), - [anon_sym_DOT_DOT_EQ] = ACTIONS(828), - [sym_val_nothing] = ACTIONS(828), - [anon_sym_true] = ACTIONS(828), - [anon_sym_false] = ACTIONS(828), - [aux_sym_val_number_token1] = ACTIONS(828), - [aux_sym_val_number_token2] = ACTIONS(828), - [aux_sym_val_number_token3] = ACTIONS(828), - [aux_sym_val_number_token4] = ACTIONS(828), - [anon_sym_inf] = ACTIONS(828), - [anon_sym_DASHinf] = ACTIONS(828), - [anon_sym_NaN] = ACTIONS(828), - [anon_sym_0b] = ACTIONS(828), - [anon_sym_0o] = ACTIONS(828), - [anon_sym_0x] = ACTIONS(828), - [sym_val_date] = ACTIONS(828), - [anon_sym_DQUOTE] = ACTIONS(828), - [sym__str_single_quotes] = ACTIONS(828), - [sym__str_back_ticks] = ACTIONS(828), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(828), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(828), - [anon_sym_err_GT] = ACTIONS(828), - [anon_sym_out_GT] = ACTIONS(828), - [anon_sym_e_GT] = ACTIONS(828), - [anon_sym_o_GT] = ACTIONS(828), - [anon_sym_err_PLUSout_GT] = ACTIONS(828), - [anon_sym_out_PLUSerr_GT] = ACTIONS(828), - [anon_sym_o_PLUSe_GT] = ACTIONS(828), - [anon_sym_e_PLUSo_GT] = ACTIONS(828), - [sym_short_flag] = ACTIONS(828), - [aux_sym_unquoted_token1] = ACTIONS(828), + [539] = { + [sym__ctrl_expression] = STATE(3523), + [sym_ctrl_do] = STATE(756), + [sym_ctrl_if] = STATE(756), + [sym_ctrl_match] = STATE(756), + [sym_ctrl_try] = STATE(756), + [sym_ctrl_return] = STATE(756), + [sym_pipe_element] = STATE(1872), + [sym_where_command] = STATE(3497), + [sym__expression] = STATE(2591), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), + [sym_val_variable] = STATE(2410), + [sym__var] = STATE(2023), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_command] = STATE(3497), + [sym_comment] = STATE(539), + [aux_sym_pipeline_repeat1] = STATE(539), + [sym_cmd_identifier] = ACTIONS(1123), + [anon_sym_LBRACK] = ACTIONS(1126), + [anon_sym_LPAREN] = ACTIONS(1129), + [anon_sym_DOLLAR] = ACTIONS(1132), + [anon_sym_DASH] = ACTIONS(1135), + [anon_sym_break] = ACTIONS(1138), + [anon_sym_continue] = ACTIONS(1141), + [anon_sym_do] = ACTIONS(1144), + [anon_sym_if] = ACTIONS(1147), + [anon_sym_match] = ACTIONS(1150), + [anon_sym_LBRACE] = ACTIONS(1153), + [anon_sym_try] = ACTIONS(1156), + [anon_sym_return] = ACTIONS(1159), + [anon_sym_where] = ACTIONS(1162), + [anon_sym_not] = ACTIONS(1165), + [anon_sym_DOT_DOT_LT] = ACTIONS(1168), + [anon_sym_DOT_DOT] = ACTIONS(1171), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1168), + [sym_val_nothing] = ACTIONS(1174), + [anon_sym_true] = ACTIONS(1177), + [anon_sym_false] = ACTIONS(1177), + [aux_sym_val_number_token1] = ACTIONS(1180), + [aux_sym_val_number_token2] = ACTIONS(1183), + [aux_sym_val_number_token3] = ACTIONS(1183), + [aux_sym_val_number_token4] = ACTIONS(1183), + [anon_sym_inf] = ACTIONS(1180), + [anon_sym_DASHinf] = ACTIONS(1183), + [anon_sym_NaN] = ACTIONS(1180), + [anon_sym_0b] = ACTIONS(1186), + [anon_sym_0o] = ACTIONS(1186), + [anon_sym_0x] = ACTIONS(1186), + [sym_val_date] = ACTIONS(1189), + [anon_sym_DQUOTE] = ACTIONS(1192), + [sym__str_single_quotes] = ACTIONS(1195), + [sym__str_back_ticks] = ACTIONS(1195), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1198), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1201), + [anon_sym_CARET] = ACTIONS(1204), + [anon_sym_POUND] = ACTIONS(157), + }, + [540] = { + [sym__flag] = STATE(699), + [sym_long_flag] = STATE(683), + [sym_comment] = STATE(540), + [aux_sym_overlay_use_repeat1] = STATE(540), + [anon_sym_export] = ACTIONS(1207), + [anon_sym_alias] = ACTIONS(1207), + [anon_sym_let] = ACTIONS(1207), + [anon_sym_let_DASHenv] = ACTIONS(1207), + [anon_sym_mut] = ACTIONS(1207), + [anon_sym_const] = ACTIONS(1207), + [sym_cmd_identifier] = ACTIONS(1207), + [anon_sym_SEMI] = ACTIONS(1207), + [anon_sym_LF] = ACTIONS(1209), + [anon_sym_def] = ACTIONS(1207), + [anon_sym_def_DASHenv] = ACTIONS(1207), + [anon_sym_export_DASHenv] = ACTIONS(1207), + [anon_sym_extern] = ACTIONS(1207), + [anon_sym_module] = ACTIONS(1207), + [anon_sym_use] = ACTIONS(1207), + [anon_sym_LBRACK] = ACTIONS(1207), + [anon_sym_LPAREN] = ACTIONS(1207), + [anon_sym_RPAREN] = ACTIONS(1207), + [anon_sym_DOLLAR] = ACTIONS(1207), + [anon_sym_error] = ACTIONS(1207), + [anon_sym_DASH_DASH] = ACTIONS(1211), + [anon_sym_DASH] = ACTIONS(1207), + [anon_sym_break] = ACTIONS(1207), + [anon_sym_continue] = ACTIONS(1207), + [anon_sym_for] = ACTIONS(1207), + [anon_sym_loop] = ACTIONS(1207), + [anon_sym_while] = ACTIONS(1207), + [anon_sym_do] = ACTIONS(1207), + [anon_sym_if] = ACTIONS(1207), + [anon_sym_match] = ACTIONS(1207), + [anon_sym_LBRACE] = ACTIONS(1207), + [anon_sym_RBRACE] = ACTIONS(1207), + [anon_sym_try] = ACTIONS(1207), + [anon_sym_return] = ACTIONS(1207), + [anon_sym_source] = ACTIONS(1207), + [anon_sym_source_DASHenv] = ACTIONS(1207), + [anon_sym_register] = ACTIONS(1207), + [anon_sym_hide] = ACTIONS(1207), + [anon_sym_hide_DASHenv] = ACTIONS(1207), + [anon_sym_overlay] = ACTIONS(1207), + [anon_sym_as] = ACTIONS(1207), + [anon_sym_where] = ACTIONS(1207), + [anon_sym_not] = ACTIONS(1207), + [anon_sym_DOT_DOT_LT] = ACTIONS(1207), + [anon_sym_DOT_DOT] = ACTIONS(1207), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1207), + [sym_val_nothing] = ACTIONS(1207), + [anon_sym_true] = ACTIONS(1207), + [anon_sym_false] = ACTIONS(1207), + [aux_sym_val_number_token1] = ACTIONS(1207), + [aux_sym_val_number_token2] = ACTIONS(1207), + [aux_sym_val_number_token3] = ACTIONS(1207), + [aux_sym_val_number_token4] = ACTIONS(1207), + [anon_sym_inf] = ACTIONS(1207), + [anon_sym_DASHinf] = ACTIONS(1207), + [anon_sym_NaN] = ACTIONS(1207), + [anon_sym_0b] = ACTIONS(1207), + [anon_sym_0o] = ACTIONS(1207), + [anon_sym_0x] = ACTIONS(1207), + [sym_val_date] = ACTIONS(1207), + [anon_sym_DQUOTE] = ACTIONS(1207), + [sym__str_single_quotes] = ACTIONS(1207), + [sym__str_back_ticks] = ACTIONS(1207), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1207), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1207), + [anon_sym_CARET] = ACTIONS(1207), + [sym_short_flag] = ACTIONS(1214), [anon_sym_POUND] = ACTIONS(3), }, - [582] = { - [sym__flag] = STATE(747), - [sym_long_flag] = STATE(766), - [sym_comment] = STATE(582), - [anon_sym_export] = ACTIONS(694), - [anon_sym_alias] = ACTIONS(694), - [anon_sym_let] = ACTIONS(694), - [anon_sym_let_DASHenv] = ACTIONS(694), - [anon_sym_mut] = ACTIONS(694), - [anon_sym_const] = ACTIONS(694), - [sym_cmd_identifier] = ACTIONS(694), - [anon_sym_SEMI] = ACTIONS(694), - [anon_sym_LF] = ACTIONS(696), - [anon_sym_def] = ACTIONS(694), - [anon_sym_def_DASHenv] = ACTIONS(694), - [anon_sym_export_DASHenv] = ACTIONS(694), - [anon_sym_extern] = ACTIONS(694), - [anon_sym_module] = ACTIONS(694), - [anon_sym_use] = ACTIONS(694), - [anon_sym_LBRACK] = ACTIONS(694), - [anon_sym_LPAREN] = ACTIONS(694), - [anon_sym_RPAREN] = ACTIONS(694), - [anon_sym_PIPE] = ACTIONS(694), - [anon_sym_DOLLAR] = ACTIONS(694), - [anon_sym_error] = ACTIONS(694), - [anon_sym_DASH_DASH] = ACTIONS(1265), - [anon_sym_DASH] = ACTIONS(694), - [anon_sym_break] = ACTIONS(694), - [anon_sym_continue] = ACTIONS(694), - [anon_sym_for] = ACTIONS(694), - [anon_sym_loop] = ACTIONS(694), - [anon_sym_while] = ACTIONS(694), - [anon_sym_do] = ACTIONS(694), - [anon_sym_if] = ACTIONS(694), - [anon_sym_match] = ACTIONS(694), - [anon_sym_LBRACE] = ACTIONS(694), - [anon_sym_RBRACE] = ACTIONS(694), - [anon_sym_try] = ACTIONS(694), - [anon_sym_return] = ACTIONS(694), - [anon_sym_source] = ACTIONS(694), - [anon_sym_source_DASHenv] = ACTIONS(694), - [anon_sym_register] = ACTIONS(694), - [anon_sym_hide] = ACTIONS(694), - [anon_sym_hide_DASHenv] = ACTIONS(694), - [anon_sym_overlay] = ACTIONS(694), - [anon_sym_where] = ACTIONS(694), - [anon_sym_not] = ACTIONS(694), - [anon_sym_DOT_DOT_LT] = ACTIONS(694), - [anon_sym_DOT_DOT] = ACTIONS(694), - [anon_sym_DOT_DOT_EQ] = ACTIONS(694), - [sym_val_nothing] = ACTIONS(694), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [aux_sym_val_number_token1] = ACTIONS(694), - [aux_sym_val_number_token2] = ACTIONS(694), - [aux_sym_val_number_token3] = ACTIONS(694), - [aux_sym_val_number_token4] = ACTIONS(694), - [anon_sym_inf] = ACTIONS(694), - [anon_sym_DASHinf] = ACTIONS(694), - [anon_sym_NaN] = ACTIONS(694), - [anon_sym_0b] = ACTIONS(694), - [anon_sym_0o] = ACTIONS(694), - [anon_sym_0x] = ACTIONS(694), - [sym_val_date] = ACTIONS(694), - [anon_sym_DQUOTE] = ACTIONS(694), - [sym__str_single_quotes] = ACTIONS(694), - [sym__str_back_ticks] = ACTIONS(694), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(694), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(694), - [anon_sym_CARET] = ACTIONS(694), - [sym_short_flag] = ACTIONS(1267), + [541] = { + [sym_comment] = STATE(541), + [anon_sym_SEMI] = ACTIONS(103), + [anon_sym_LF] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(103), + [anon_sym_LPAREN] = ACTIONS(103), + [anon_sym_RPAREN] = ACTIONS(103), + [anon_sym_PIPE] = ACTIONS(103), + [anon_sym_DOLLAR] = ACTIONS(103), + [anon_sym_GT] = ACTIONS(103), + [anon_sym_DASH_DASH] = ACTIONS(103), + [anon_sym_DASH] = ACTIONS(103), + [anon_sym_in] = ACTIONS(103), + [anon_sym_LBRACE] = ACTIONS(103), + [anon_sym_RBRACE] = ACTIONS(103), + [anon_sym_STAR] = ACTIONS(103), + [anon_sym_STAR_STAR] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), + [anon_sym_SLASH] = ACTIONS(103), + [anon_sym_mod] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_PLUS] = ACTIONS(103), + [anon_sym_bit_DASHshl] = ACTIONS(103), + [anon_sym_bit_DASHshr] = ACTIONS(103), + [anon_sym_EQ_EQ] = ACTIONS(103), + [anon_sym_BANG_EQ] = ACTIONS(103), + [anon_sym_LT2] = ACTIONS(103), + [anon_sym_LT_EQ] = ACTIONS(103), + [anon_sym_GT_EQ] = ACTIONS(103), + [anon_sym_not_DASHin] = ACTIONS(103), + [anon_sym_starts_DASHwith] = ACTIONS(103), + [anon_sym_ends_DASHwith] = ACTIONS(103), + [anon_sym_EQ_TILDE] = ACTIONS(103), + [anon_sym_BANG_TILDE] = ACTIONS(103), + [anon_sym_bit_DASHand] = ACTIONS(103), + [anon_sym_bit_DASHxor] = ACTIONS(103), + [anon_sym_bit_DASHor] = ACTIONS(103), + [anon_sym_and] = ACTIONS(103), + [anon_sym_xor] = ACTIONS(103), + [anon_sym_or] = ACTIONS(103), + [anon_sym_DOT_DOT_LT] = ACTIONS(103), + [anon_sym_DOT_DOT] = ACTIONS(103), + [anon_sym_DOT_DOT_EQ] = ACTIONS(103), + [sym_val_nothing] = ACTIONS(103), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [aux_sym_val_number_token1] = ACTIONS(103), + [aux_sym_val_number_token2] = ACTIONS(103), + [aux_sym_val_number_token3] = ACTIONS(103), + [aux_sym_val_number_token4] = ACTIONS(103), + [anon_sym_inf] = ACTIONS(103), + [anon_sym_DASHinf] = ACTIONS(103), + [anon_sym_NaN] = ACTIONS(103), + [anon_sym_0b] = ACTIONS(103), + [anon_sym_0o] = ACTIONS(103), + [anon_sym_0x] = ACTIONS(103), + [sym_val_date] = ACTIONS(103), + [anon_sym_DQUOTE] = ACTIONS(103), + [sym__str_single_quotes] = ACTIONS(103), + [sym__str_back_ticks] = ACTIONS(103), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(103), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(103), + [anon_sym_err_GT] = ACTIONS(103), + [anon_sym_out_GT] = ACTIONS(103), + [anon_sym_e_GT] = ACTIONS(103), + [anon_sym_o_GT] = ACTIONS(103), + [anon_sym_err_PLUSout_GT] = ACTIONS(103), + [anon_sym_out_PLUSerr_GT] = ACTIONS(103), + [anon_sym_o_PLUSe_GT] = ACTIONS(103), + [anon_sym_e_PLUSo_GT] = ACTIONS(103), + [sym_short_flag] = ACTIONS(103), + [aux_sym_unquoted_token1] = ACTIONS(103), [anon_sym_POUND] = ACTIONS(3), }, - [583] = { - [sym_path] = STATE(689), - [sym_comment] = STATE(583), - [aux_sym_cell_path_repeat1] = STATE(583), - [ts_builtin_sym_end] = ACTIONS(592), - [anon_sym_export] = ACTIONS(590), - [anon_sym_alias] = ACTIONS(590), - [anon_sym_let] = ACTIONS(590), - [anon_sym_let_DASHenv] = ACTIONS(590), - [anon_sym_mut] = ACTIONS(590), - [anon_sym_const] = ACTIONS(590), - [sym_cmd_identifier] = ACTIONS(590), - [anon_sym_SEMI] = ACTIONS(590), - [anon_sym_LF] = ACTIONS(592), - [anon_sym_def] = ACTIONS(590), - [anon_sym_def_DASHenv] = ACTIONS(590), - [anon_sym_export_DASHenv] = ACTIONS(590), - [anon_sym_extern] = ACTIONS(590), - [anon_sym_module] = ACTIONS(590), - [anon_sym_use] = ACTIONS(590), - [anon_sym_LBRACK] = ACTIONS(590), - [anon_sym_LPAREN] = ACTIONS(590), - [anon_sym_PIPE] = ACTIONS(590), - [anon_sym_DOLLAR] = ACTIONS(590), - [anon_sym_error] = ACTIONS(590), - [anon_sym_DASH_DASH] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_break] = ACTIONS(590), - [anon_sym_continue] = ACTIONS(590), - [anon_sym_for] = ACTIONS(590), - [anon_sym_loop] = ACTIONS(590), - [anon_sym_while] = ACTIONS(590), - [anon_sym_do] = ACTIONS(590), - [anon_sym_if] = ACTIONS(590), - [anon_sym_match] = ACTIONS(590), - [anon_sym_LBRACE] = ACTIONS(590), - [anon_sym_DOT] = ACTIONS(1269), - [anon_sym_try] = ACTIONS(590), - [anon_sym_return] = ACTIONS(590), - [anon_sym_source] = ACTIONS(590), - [anon_sym_source_DASHenv] = ACTIONS(590), - [anon_sym_register] = ACTIONS(590), - [anon_sym_hide] = ACTIONS(590), - [anon_sym_hide_DASHenv] = ACTIONS(590), - [anon_sym_overlay] = ACTIONS(590), - [anon_sym_where] = ACTIONS(590), - [anon_sym_not] = ACTIONS(590), - [anon_sym_DOT_DOT_LT] = ACTIONS(590), - [anon_sym_DOT_DOT] = ACTIONS(590), - [anon_sym_DOT_DOT_EQ] = ACTIONS(590), - [sym_val_nothing] = ACTIONS(590), - [anon_sym_true] = ACTIONS(590), - [anon_sym_false] = ACTIONS(590), - [aux_sym_val_number_token1] = ACTIONS(590), - [aux_sym_val_number_token2] = ACTIONS(590), - [aux_sym_val_number_token3] = ACTIONS(590), - [aux_sym_val_number_token4] = ACTIONS(590), - [anon_sym_inf] = ACTIONS(590), - [anon_sym_DASHinf] = ACTIONS(590), - [anon_sym_NaN] = ACTIONS(590), - [anon_sym_0b] = ACTIONS(590), - [anon_sym_0o] = ACTIONS(590), - [anon_sym_0x] = ACTIONS(590), - [sym_val_date] = ACTIONS(590), - [anon_sym_DQUOTE] = ACTIONS(590), - [sym__str_single_quotes] = ACTIONS(590), - [sym__str_back_ticks] = ACTIONS(590), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(590), - [anon_sym_CARET] = ACTIONS(590), - [sym_short_flag] = ACTIONS(590), + [542] = { + [sym_comment] = STATE(542), + [anon_sym_SEMI] = ACTIONS(830), + [anon_sym_LF] = ACTIONS(832), + [anon_sym_LBRACK] = ACTIONS(830), + [anon_sym_LPAREN] = ACTIONS(830), + [anon_sym_RPAREN] = ACTIONS(830), + [anon_sym_PIPE] = ACTIONS(830), + [anon_sym_DOLLAR] = ACTIONS(830), + [anon_sym_GT] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_in] = ACTIONS(830), + [anon_sym_LBRACE] = ACTIONS(830), + [anon_sym_RBRACE] = ACTIONS(830), + [anon_sym_STAR] = ACTIONS(830), + [anon_sym_STAR_STAR] = ACTIONS(830), + [anon_sym_PLUS_PLUS] = ACTIONS(830), + [anon_sym_SLASH] = ACTIONS(830), + [anon_sym_mod] = ACTIONS(830), + [anon_sym_SLASH_SLASH] = ACTIONS(830), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_bit_DASHshl] = ACTIONS(830), + [anon_sym_bit_DASHshr] = ACTIONS(830), + [anon_sym_EQ_EQ] = ACTIONS(830), + [anon_sym_BANG_EQ] = ACTIONS(830), + [anon_sym_LT2] = ACTIONS(830), + [anon_sym_LT_EQ] = ACTIONS(830), + [anon_sym_GT_EQ] = ACTIONS(830), + [anon_sym_not_DASHin] = ACTIONS(830), + [anon_sym_starts_DASHwith] = ACTIONS(830), + [anon_sym_ends_DASHwith] = ACTIONS(830), + [anon_sym_EQ_TILDE] = ACTIONS(830), + [anon_sym_BANG_TILDE] = ACTIONS(830), + [anon_sym_bit_DASHand] = ACTIONS(830), + [anon_sym_bit_DASHxor] = ACTIONS(830), + [anon_sym_bit_DASHor] = ACTIONS(830), + [anon_sym_and] = ACTIONS(830), + [anon_sym_xor] = ACTIONS(830), + [anon_sym_or] = ACTIONS(830), + [anon_sym_DOT_DOT_LT] = ACTIONS(830), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_DOT_DOT_EQ] = ACTIONS(830), + [sym_val_nothing] = ACTIONS(830), + [anon_sym_true] = ACTIONS(830), + [anon_sym_false] = ACTIONS(830), + [aux_sym_val_number_token1] = ACTIONS(830), + [aux_sym_val_number_token2] = ACTIONS(830), + [aux_sym_val_number_token3] = ACTIONS(830), + [aux_sym_val_number_token4] = ACTIONS(830), + [anon_sym_inf] = ACTIONS(830), + [anon_sym_DASHinf] = ACTIONS(830), + [anon_sym_NaN] = ACTIONS(830), + [anon_sym_0b] = ACTIONS(830), + [anon_sym_0o] = ACTIONS(830), + [anon_sym_0x] = ACTIONS(830), + [sym_val_date] = ACTIONS(830), + [anon_sym_DQUOTE] = ACTIONS(830), + [sym__str_single_quotes] = ACTIONS(830), + [sym__str_back_ticks] = ACTIONS(830), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(830), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(830), + [anon_sym_err_GT] = ACTIONS(830), + [anon_sym_out_GT] = ACTIONS(830), + [anon_sym_e_GT] = ACTIONS(830), + [anon_sym_o_GT] = ACTIONS(830), + [anon_sym_err_PLUSout_GT] = ACTIONS(830), + [anon_sym_out_PLUSerr_GT] = ACTIONS(830), + [anon_sym_o_PLUSe_GT] = ACTIONS(830), + [anon_sym_e_PLUSo_GT] = ACTIONS(830), + [sym_short_flag] = ACTIONS(830), + [aux_sym_unquoted_token1] = ACTIONS(830), [anon_sym_POUND] = ACTIONS(3), }, - [584] = { - [sym_comment] = STATE(584), - [ts_builtin_sym_end] = ACTIONS(826), - [anon_sym_SEMI] = ACTIONS(824), - [anon_sym_LF] = ACTIONS(826), - [anon_sym_LBRACK] = ACTIONS(824), - [anon_sym_LPAREN] = ACTIONS(824), - [anon_sym_PIPE] = ACTIONS(824), - [anon_sym_DOLLAR] = ACTIONS(824), - [anon_sym_GT] = ACTIONS(824), - [anon_sym_DASH_DASH] = ACTIONS(824), - [anon_sym_DASH] = ACTIONS(824), - [anon_sym_in] = ACTIONS(824), - [anon_sym_LBRACE] = ACTIONS(824), - [anon_sym_STAR] = ACTIONS(824), - [anon_sym_STAR_STAR] = ACTIONS(824), - [anon_sym_PLUS_PLUS] = ACTIONS(824), - [anon_sym_SLASH] = ACTIONS(824), - [anon_sym_mod] = ACTIONS(824), - [anon_sym_SLASH_SLASH] = ACTIONS(824), - [anon_sym_PLUS] = ACTIONS(824), - [anon_sym_bit_DASHshl] = ACTIONS(824), - [anon_sym_bit_DASHshr] = ACTIONS(824), - [anon_sym_EQ_EQ] = ACTIONS(824), - [anon_sym_BANG_EQ] = ACTIONS(824), - [anon_sym_LT2] = ACTIONS(824), - [anon_sym_LT_EQ] = ACTIONS(824), - [anon_sym_GT_EQ] = ACTIONS(824), - [anon_sym_not_DASHin] = ACTIONS(824), - [anon_sym_starts_DASHwith] = ACTIONS(824), - [anon_sym_ends_DASHwith] = ACTIONS(824), - [anon_sym_EQ_TILDE] = ACTIONS(824), - [anon_sym_BANG_TILDE] = ACTIONS(824), - [anon_sym_bit_DASHand] = ACTIONS(824), - [anon_sym_bit_DASHxor] = ACTIONS(824), - [anon_sym_bit_DASHor] = ACTIONS(824), - [anon_sym_and] = ACTIONS(824), - [anon_sym_xor] = ACTIONS(824), - [anon_sym_or] = ACTIONS(824), - [anon_sym_DOT_DOT_LT] = ACTIONS(824), - [anon_sym_DOT_DOT] = ACTIONS(824), - [anon_sym_DOT_DOT_EQ] = ACTIONS(824), - [sym_val_nothing] = ACTIONS(824), - [anon_sym_true] = ACTIONS(824), - [anon_sym_false] = ACTIONS(824), - [aux_sym_val_number_token1] = ACTIONS(824), - [aux_sym_val_number_token2] = ACTIONS(824), - [aux_sym_val_number_token3] = ACTIONS(824), - [aux_sym_val_number_token4] = ACTIONS(824), - [anon_sym_inf] = ACTIONS(824), - [anon_sym_DASHinf] = ACTIONS(824), - [anon_sym_NaN] = ACTIONS(824), - [anon_sym_0b] = ACTIONS(824), - [anon_sym_0o] = ACTIONS(824), - [anon_sym_0x] = ACTIONS(824), - [sym_val_date] = ACTIONS(824), - [anon_sym_DQUOTE] = ACTIONS(824), - [sym__str_single_quotes] = ACTIONS(824), - [sym__str_back_ticks] = ACTIONS(824), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(824), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(824), - [anon_sym_err_GT] = ACTIONS(824), - [anon_sym_out_GT] = ACTIONS(824), - [anon_sym_e_GT] = ACTIONS(824), - [anon_sym_o_GT] = ACTIONS(824), - [anon_sym_err_PLUSout_GT] = ACTIONS(824), - [anon_sym_out_PLUSerr_GT] = ACTIONS(824), - [anon_sym_o_PLUSe_GT] = ACTIONS(824), - [anon_sym_e_PLUSo_GT] = ACTIONS(824), - [sym_short_flag] = ACTIONS(824), - [aux_sym_unquoted_token1] = ACTIONS(824), + [543] = { + [sym_comment] = STATE(543), + [anon_sym_SEMI] = ACTIONS(805), + [anon_sym_LF] = ACTIONS(807), + [anon_sym_LBRACK] = ACTIONS(805), + [anon_sym_LPAREN] = ACTIONS(805), + [anon_sym_RPAREN] = ACTIONS(805), + [anon_sym_PIPE] = ACTIONS(805), + [anon_sym_DOLLAR] = ACTIONS(805), + [anon_sym_GT] = ACTIONS(805), + [anon_sym_DASH_DASH] = ACTIONS(805), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_in] = ACTIONS(805), + [anon_sym_LBRACE] = ACTIONS(805), + [anon_sym_RBRACE] = ACTIONS(805), + [anon_sym_STAR] = ACTIONS(805), + [anon_sym_STAR_STAR] = ACTIONS(805), + [anon_sym_PLUS_PLUS] = ACTIONS(805), + [anon_sym_SLASH] = ACTIONS(805), + [anon_sym_mod] = ACTIONS(805), + [anon_sym_SLASH_SLASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_bit_DASHshl] = ACTIONS(805), + [anon_sym_bit_DASHshr] = ACTIONS(805), + [anon_sym_EQ_EQ] = ACTIONS(805), + [anon_sym_BANG_EQ] = ACTIONS(805), + [anon_sym_LT2] = ACTIONS(805), + [anon_sym_LT_EQ] = ACTIONS(805), + [anon_sym_GT_EQ] = ACTIONS(805), + [anon_sym_not_DASHin] = ACTIONS(805), + [anon_sym_starts_DASHwith] = ACTIONS(805), + [anon_sym_ends_DASHwith] = ACTIONS(805), + [anon_sym_EQ_TILDE] = ACTIONS(805), + [anon_sym_BANG_TILDE] = ACTIONS(805), + [anon_sym_bit_DASHand] = ACTIONS(805), + [anon_sym_bit_DASHxor] = ACTIONS(805), + [anon_sym_bit_DASHor] = ACTIONS(805), + [anon_sym_and] = ACTIONS(805), + [anon_sym_xor] = ACTIONS(805), + [anon_sym_or] = ACTIONS(805), + [anon_sym_DOT_DOT_LT] = ACTIONS(805), + [anon_sym_DOT_DOT] = ACTIONS(805), + [anon_sym_DOT_DOT_EQ] = ACTIONS(805), + [sym_val_nothing] = ACTIONS(805), + [anon_sym_true] = ACTIONS(805), + [anon_sym_false] = ACTIONS(805), + [aux_sym_val_number_token1] = ACTIONS(805), + [aux_sym_val_number_token2] = ACTIONS(805), + [aux_sym_val_number_token3] = ACTIONS(805), + [aux_sym_val_number_token4] = ACTIONS(805), + [anon_sym_inf] = ACTIONS(805), + [anon_sym_DASHinf] = ACTIONS(805), + [anon_sym_NaN] = ACTIONS(805), + [anon_sym_0b] = ACTIONS(805), + [anon_sym_0o] = ACTIONS(805), + [anon_sym_0x] = ACTIONS(805), + [sym_val_date] = ACTIONS(805), + [anon_sym_DQUOTE] = ACTIONS(805), + [sym__str_single_quotes] = ACTIONS(805), + [sym__str_back_ticks] = ACTIONS(805), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(805), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(805), + [anon_sym_err_GT] = ACTIONS(805), + [anon_sym_out_GT] = ACTIONS(805), + [anon_sym_e_GT] = ACTIONS(805), + [anon_sym_o_GT] = ACTIONS(805), + [anon_sym_err_PLUSout_GT] = ACTIONS(805), + [anon_sym_out_PLUSerr_GT] = ACTIONS(805), + [anon_sym_o_PLUSe_GT] = ACTIONS(805), + [anon_sym_e_PLUSo_GT] = ACTIONS(805), + [sym_short_flag] = ACTIONS(805), + [aux_sym_unquoted_token1] = ACTIONS(805), [anon_sym_POUND] = ACTIONS(3), }, - [585] = { - [sym_comment] = STATE(585), - [ts_builtin_sym_end] = ACTIONS(775), + [544] = { + [sym_comment] = STATE(544), + [anon_sym_SEMI] = ACTIONS(866), + [anon_sym_LF] = ACTIONS(868), + [anon_sym_LBRACK] = ACTIONS(866), + [anon_sym_LPAREN] = ACTIONS(866), + [anon_sym_RPAREN] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(866), + [anon_sym_DOLLAR] = ACTIONS(866), + [anon_sym_GT] = ACTIONS(866), + [anon_sym_DASH_DASH] = ACTIONS(866), + [anon_sym_DASH] = ACTIONS(866), + [anon_sym_in] = ACTIONS(866), + [anon_sym_LBRACE] = ACTIONS(866), + [anon_sym_RBRACE] = ACTIONS(866), + [anon_sym_STAR] = ACTIONS(866), + [anon_sym_STAR_STAR] = ACTIONS(866), + [anon_sym_PLUS_PLUS] = ACTIONS(866), + [anon_sym_SLASH] = ACTIONS(866), + [anon_sym_mod] = ACTIONS(866), + [anon_sym_SLASH_SLASH] = ACTIONS(866), + [anon_sym_PLUS] = ACTIONS(866), + [anon_sym_bit_DASHshl] = ACTIONS(866), + [anon_sym_bit_DASHshr] = ACTIONS(866), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_LT2] = ACTIONS(866), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_not_DASHin] = ACTIONS(866), + [anon_sym_starts_DASHwith] = ACTIONS(866), + [anon_sym_ends_DASHwith] = ACTIONS(866), + [anon_sym_EQ_TILDE] = ACTIONS(866), + [anon_sym_BANG_TILDE] = ACTIONS(866), + [anon_sym_bit_DASHand] = ACTIONS(866), + [anon_sym_bit_DASHxor] = ACTIONS(866), + [anon_sym_bit_DASHor] = ACTIONS(866), + [anon_sym_and] = ACTIONS(866), + [anon_sym_xor] = ACTIONS(866), + [anon_sym_or] = ACTIONS(866), + [anon_sym_DOT_DOT_LT] = ACTIONS(866), + [anon_sym_DOT_DOT] = ACTIONS(866), + [anon_sym_DOT_DOT_EQ] = ACTIONS(866), + [sym_val_nothing] = ACTIONS(866), + [anon_sym_true] = ACTIONS(866), + [anon_sym_false] = ACTIONS(866), + [aux_sym_val_number_token1] = ACTIONS(866), + [aux_sym_val_number_token2] = ACTIONS(866), + [aux_sym_val_number_token3] = ACTIONS(866), + [aux_sym_val_number_token4] = ACTIONS(866), + [anon_sym_inf] = ACTIONS(866), + [anon_sym_DASHinf] = ACTIONS(866), + [anon_sym_NaN] = ACTIONS(866), + [anon_sym_0b] = ACTIONS(866), + [anon_sym_0o] = ACTIONS(866), + [anon_sym_0x] = ACTIONS(866), + [sym_val_date] = ACTIONS(866), + [anon_sym_DQUOTE] = ACTIONS(866), + [sym__str_single_quotes] = ACTIONS(866), + [sym__str_back_ticks] = ACTIONS(866), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(866), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(866), + [anon_sym_err_GT] = ACTIONS(866), + [anon_sym_out_GT] = ACTIONS(866), + [anon_sym_e_GT] = ACTIONS(866), + [anon_sym_o_GT] = ACTIONS(866), + [anon_sym_err_PLUSout_GT] = ACTIONS(866), + [anon_sym_out_PLUSerr_GT] = ACTIONS(866), + [anon_sym_o_PLUSe_GT] = ACTIONS(866), + [anon_sym_e_PLUSo_GT] = ACTIONS(866), + [sym_short_flag] = ACTIONS(866), + [aux_sym_unquoted_token1] = ACTIONS(866), + [anon_sym_POUND] = ACTIONS(3), + }, + [545] = { + [sym__command_name] = STATE(917), + [sym_scope_pattern] = STATE(945), + [sym_wild_card] = STATE(915), + [sym_command_list] = STATE(914), + [sym_val_string] = STATE(854), + [sym__str_double_quotes] = STATE(881), + [sym_comment] = STATE(545), + [ts_builtin_sym_end] = ACTIONS(1066), + [anon_sym_export] = ACTIONS(1064), + [anon_sym_alias] = ACTIONS(1064), + [anon_sym_let] = ACTIONS(1064), + [anon_sym_let_DASHenv] = ACTIONS(1064), + [anon_sym_mut] = ACTIONS(1064), + [anon_sym_const] = ACTIONS(1064), + [sym_cmd_identifier] = ACTIONS(1108), + [anon_sym_SEMI] = ACTIONS(1064), + [anon_sym_LF] = ACTIONS(1066), + [anon_sym_def] = ACTIONS(1064), + [anon_sym_def_DASHenv] = ACTIONS(1064), + [anon_sym_export_DASHenv] = ACTIONS(1064), + [anon_sym_extern] = ACTIONS(1064), + [anon_sym_module] = ACTIONS(1064), + [anon_sym_use] = ACTIONS(1064), + [anon_sym_LBRACK] = ACTIONS(1110), + [anon_sym_LPAREN] = ACTIONS(1064), + [anon_sym_DOLLAR] = ACTIONS(1064), + [anon_sym_error] = ACTIONS(1064), + [anon_sym_DASH] = ACTIONS(1064), + [anon_sym_break] = ACTIONS(1064), + [anon_sym_continue] = ACTIONS(1064), + [anon_sym_for] = ACTIONS(1064), + [anon_sym_loop] = ACTIONS(1064), + [anon_sym_while] = ACTIONS(1064), + [anon_sym_do] = ACTIONS(1064), + [anon_sym_if] = ACTIONS(1064), + [anon_sym_match] = ACTIONS(1064), + [anon_sym_LBRACE] = ACTIONS(1064), + [anon_sym_try] = ACTIONS(1064), + [anon_sym_return] = ACTIONS(1064), + [anon_sym_source] = ACTIONS(1064), + [anon_sym_source_DASHenv] = ACTIONS(1064), + [anon_sym_register] = ACTIONS(1064), + [anon_sym_hide] = ACTIONS(1064), + [anon_sym_hide_DASHenv] = ACTIONS(1064), + [anon_sym_overlay] = ACTIONS(1064), + [anon_sym_STAR] = ACTIONS(1112), + [anon_sym_where] = ACTIONS(1064), + [anon_sym_not] = ACTIONS(1064), + [anon_sym_DOT_DOT_LT] = ACTIONS(1064), + [anon_sym_DOT_DOT] = ACTIONS(1064), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1064), + [sym_val_nothing] = ACTIONS(1064), + [anon_sym_true] = ACTIONS(1064), + [anon_sym_false] = ACTIONS(1064), + [aux_sym_val_number_token1] = ACTIONS(1064), + [aux_sym_val_number_token2] = ACTIONS(1064), + [aux_sym_val_number_token3] = ACTIONS(1064), + [aux_sym_val_number_token4] = ACTIONS(1064), + [anon_sym_inf] = ACTIONS(1064), + [anon_sym_DASHinf] = ACTIONS(1064), + [anon_sym_NaN] = ACTIONS(1064), + [anon_sym_0b] = ACTIONS(1064), + [anon_sym_0o] = ACTIONS(1064), + [anon_sym_0x] = ACTIONS(1064), + [sym_val_date] = ACTIONS(1064), + [anon_sym_DQUOTE] = ACTIONS(1114), + [sym__str_single_quotes] = ACTIONS(1116), + [sym__str_back_ticks] = ACTIONS(1116), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1064), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1064), + [anon_sym_CARET] = ACTIONS(1064), + [anon_sym_POUND] = ACTIONS(3), + }, + [546] = { + [sym_comment] = STATE(546), [anon_sym_SEMI] = ACTIONS(773), [anon_sym_LF] = ACTIONS(775), [anon_sym_LBRACK] = ACTIONS(773), [anon_sym_LPAREN] = ACTIONS(773), + [anon_sym_RPAREN] = ACTIONS(773), [anon_sym_PIPE] = ACTIONS(773), [anon_sym_DOLLAR] = ACTIONS(773), [anon_sym_GT] = ACTIONS(773), @@ -100581,6 +97725,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH] = ACTIONS(773), [anon_sym_in] = ACTIONS(773), [anon_sym_LBRACE] = ACTIONS(773), + [anon_sym_RBRACE] = ACTIONS(773), [anon_sym_STAR] = ACTIONS(773), [anon_sym_STAR_STAR] = ACTIONS(773), [anon_sym_PLUS_PLUS] = ACTIONS(773), @@ -100640,232 +97785,383 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token1] = ACTIONS(773), [anon_sym_POUND] = ACTIONS(3), }, - [586] = { - [sym_comment] = STATE(586), - [ts_builtin_sym_end] = ACTIONS(810), - [anon_sym_SEMI] = ACTIONS(808), - [anon_sym_LF] = ACTIONS(810), - [anon_sym_LBRACK] = ACTIONS(808), - [anon_sym_LPAREN] = ACTIONS(808), - [anon_sym_PIPE] = ACTIONS(808), - [anon_sym_DOLLAR] = ACTIONS(808), - [anon_sym_GT] = ACTIONS(808), - [anon_sym_DASH_DASH] = ACTIONS(808), - [anon_sym_DASH] = ACTIONS(808), - [anon_sym_in] = ACTIONS(808), - [anon_sym_LBRACE] = ACTIONS(808), - [anon_sym_STAR] = ACTIONS(808), - [anon_sym_STAR_STAR] = ACTIONS(808), - [anon_sym_PLUS_PLUS] = ACTIONS(808), - [anon_sym_SLASH] = ACTIONS(808), - [anon_sym_mod] = ACTIONS(808), - [anon_sym_SLASH_SLASH] = ACTIONS(808), - [anon_sym_PLUS] = ACTIONS(808), - [anon_sym_bit_DASHshl] = ACTIONS(808), - [anon_sym_bit_DASHshr] = ACTIONS(808), - [anon_sym_EQ_EQ] = ACTIONS(808), - [anon_sym_BANG_EQ] = ACTIONS(808), - [anon_sym_LT2] = ACTIONS(808), - [anon_sym_LT_EQ] = ACTIONS(808), - [anon_sym_GT_EQ] = ACTIONS(808), - [anon_sym_not_DASHin] = ACTIONS(808), - [anon_sym_starts_DASHwith] = ACTIONS(808), - [anon_sym_ends_DASHwith] = ACTIONS(808), - [anon_sym_EQ_TILDE] = ACTIONS(808), - [anon_sym_BANG_TILDE] = ACTIONS(808), - [anon_sym_bit_DASHand] = ACTIONS(808), - [anon_sym_bit_DASHxor] = ACTIONS(808), - [anon_sym_bit_DASHor] = ACTIONS(808), - [anon_sym_and] = ACTIONS(808), - [anon_sym_xor] = ACTIONS(808), - [anon_sym_or] = ACTIONS(808), - [anon_sym_DOT_DOT_LT] = ACTIONS(808), - [anon_sym_DOT_DOT] = ACTIONS(808), - [anon_sym_DOT_DOT_EQ] = ACTIONS(808), - [sym_val_nothing] = ACTIONS(808), - [anon_sym_true] = ACTIONS(808), - [anon_sym_false] = ACTIONS(808), - [aux_sym_val_number_token1] = ACTIONS(808), - [aux_sym_val_number_token2] = ACTIONS(808), - [aux_sym_val_number_token3] = ACTIONS(808), - [aux_sym_val_number_token4] = ACTIONS(808), - [anon_sym_inf] = ACTIONS(808), - [anon_sym_DASHinf] = ACTIONS(808), - [anon_sym_NaN] = ACTIONS(808), - [anon_sym_0b] = ACTIONS(808), - [anon_sym_0o] = ACTIONS(808), - [anon_sym_0x] = ACTIONS(808), - [sym_val_date] = ACTIONS(808), - [anon_sym_DQUOTE] = ACTIONS(808), - [sym__str_single_quotes] = ACTIONS(808), - [sym__str_back_ticks] = ACTIONS(808), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(808), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(808), - [anon_sym_err_GT] = ACTIONS(808), - [anon_sym_out_GT] = ACTIONS(808), - [anon_sym_e_GT] = ACTIONS(808), - [anon_sym_o_GT] = ACTIONS(808), - [anon_sym_err_PLUSout_GT] = ACTIONS(808), - [anon_sym_out_PLUSerr_GT] = ACTIONS(808), - [anon_sym_o_PLUSe_GT] = ACTIONS(808), - [anon_sym_e_PLUSo_GT] = ACTIONS(808), - [sym_short_flag] = ACTIONS(808), - [aux_sym_unquoted_token1] = ACTIONS(808), + [547] = { + [sym_path] = STATE(648), + [sym_comment] = STATE(547), + [aux_sym_cell_path_repeat1] = STATE(536), + [anon_sym_export] = ACTIONS(605), + [anon_sym_alias] = ACTIONS(605), + [anon_sym_let] = ACTIONS(605), + [anon_sym_let_DASHenv] = ACTIONS(605), + [anon_sym_mut] = ACTIONS(605), + [anon_sym_const] = ACTIONS(605), + [sym_cmd_identifier] = ACTIONS(605), + [anon_sym_SEMI] = ACTIONS(605), + [anon_sym_LF] = ACTIONS(607), + [anon_sym_def] = ACTIONS(605), + [anon_sym_def_DASHenv] = ACTIONS(605), + [anon_sym_export_DASHenv] = ACTIONS(605), + [anon_sym_extern] = ACTIONS(605), + [anon_sym_module] = ACTIONS(605), + [anon_sym_use] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(605), + [anon_sym_RPAREN] = ACTIONS(605), + [anon_sym_PIPE] = ACTIONS(605), + [anon_sym_DOLLAR] = ACTIONS(605), + [anon_sym_error] = ACTIONS(605), + [anon_sym_DASH_DASH] = ACTIONS(605), + [anon_sym_DASH] = ACTIONS(605), + [anon_sym_break] = ACTIONS(605), + [anon_sym_continue] = ACTIONS(605), + [anon_sym_for] = ACTIONS(605), + [anon_sym_loop] = ACTIONS(605), + [anon_sym_while] = ACTIONS(605), + [anon_sym_do] = ACTIONS(605), + [anon_sym_if] = ACTIONS(605), + [anon_sym_match] = ACTIONS(605), + [anon_sym_LBRACE] = ACTIONS(605), + [anon_sym_RBRACE] = ACTIONS(605), + [anon_sym_DOT] = ACTIONS(1121), + [anon_sym_try] = ACTIONS(605), + [anon_sym_return] = ACTIONS(605), + [anon_sym_source] = ACTIONS(605), + [anon_sym_source_DASHenv] = ACTIONS(605), + [anon_sym_register] = ACTIONS(605), + [anon_sym_hide] = ACTIONS(605), + [anon_sym_hide_DASHenv] = ACTIONS(605), + [anon_sym_overlay] = ACTIONS(605), + [anon_sym_where] = ACTIONS(605), + [anon_sym_not] = ACTIONS(605), + [anon_sym_DOT_DOT_LT] = ACTIONS(605), + [anon_sym_DOT_DOT] = ACTIONS(605), + [anon_sym_DOT_DOT_EQ] = ACTIONS(605), + [sym_val_nothing] = ACTIONS(605), + [anon_sym_true] = ACTIONS(605), + [anon_sym_false] = ACTIONS(605), + [aux_sym_val_number_token1] = ACTIONS(605), + [aux_sym_val_number_token2] = ACTIONS(605), + [aux_sym_val_number_token3] = ACTIONS(605), + [aux_sym_val_number_token4] = ACTIONS(605), + [anon_sym_inf] = ACTIONS(605), + [anon_sym_DASHinf] = ACTIONS(605), + [anon_sym_NaN] = ACTIONS(605), + [anon_sym_0b] = ACTIONS(605), + [anon_sym_0o] = ACTIONS(605), + [anon_sym_0x] = ACTIONS(605), + [sym_val_date] = ACTIONS(605), + [anon_sym_DQUOTE] = ACTIONS(605), + [sym__str_single_quotes] = ACTIONS(605), + [sym__str_back_ticks] = ACTIONS(605), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(605), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(605), + [anon_sym_CARET] = ACTIONS(605), + [sym_short_flag] = ACTIONS(605), [anon_sym_POUND] = ACTIONS(3), }, - [587] = { - [sym_comment] = STATE(587), - [ts_builtin_sym_end] = ACTIONS(795), - [anon_sym_SEMI] = ACTIONS(793), - [anon_sym_LF] = ACTIONS(795), - [anon_sym_LBRACK] = ACTIONS(793), - [anon_sym_LPAREN] = ACTIONS(793), - [anon_sym_PIPE] = ACTIONS(793), - [anon_sym_DOLLAR] = ACTIONS(793), - [anon_sym_GT] = ACTIONS(793), - [anon_sym_DASH_DASH] = ACTIONS(793), - [anon_sym_DASH] = ACTIONS(793), - [anon_sym_in] = ACTIONS(793), - [anon_sym_LBRACE] = ACTIONS(793), - [anon_sym_STAR] = ACTIONS(793), - [anon_sym_STAR_STAR] = ACTIONS(793), - [anon_sym_PLUS_PLUS] = ACTIONS(793), - [anon_sym_SLASH] = ACTIONS(793), - [anon_sym_mod] = ACTIONS(793), - [anon_sym_SLASH_SLASH] = ACTIONS(793), - [anon_sym_PLUS] = ACTIONS(793), - [anon_sym_bit_DASHshl] = ACTIONS(793), - [anon_sym_bit_DASHshr] = ACTIONS(793), - [anon_sym_EQ_EQ] = ACTIONS(793), - [anon_sym_BANG_EQ] = ACTIONS(793), - [anon_sym_LT2] = ACTIONS(793), - [anon_sym_LT_EQ] = ACTIONS(793), - [anon_sym_GT_EQ] = ACTIONS(793), - [anon_sym_not_DASHin] = ACTIONS(793), - [anon_sym_starts_DASHwith] = ACTIONS(793), - [anon_sym_ends_DASHwith] = ACTIONS(793), - [anon_sym_EQ_TILDE] = ACTIONS(793), - [anon_sym_BANG_TILDE] = ACTIONS(793), - [anon_sym_bit_DASHand] = ACTIONS(793), - [anon_sym_bit_DASHxor] = ACTIONS(793), - [anon_sym_bit_DASHor] = ACTIONS(793), - [anon_sym_and] = ACTIONS(793), - [anon_sym_xor] = ACTIONS(793), - [anon_sym_or] = ACTIONS(793), - [anon_sym_DOT_DOT_LT] = ACTIONS(793), - [anon_sym_DOT_DOT] = ACTIONS(793), - [anon_sym_DOT_DOT_EQ] = ACTIONS(793), - [sym_val_nothing] = ACTIONS(793), - [anon_sym_true] = ACTIONS(793), - [anon_sym_false] = ACTIONS(793), - [aux_sym_val_number_token1] = ACTIONS(793), - [aux_sym_val_number_token2] = ACTIONS(793), - [aux_sym_val_number_token3] = ACTIONS(793), - [aux_sym_val_number_token4] = ACTIONS(793), - [anon_sym_inf] = ACTIONS(793), - [anon_sym_DASHinf] = ACTIONS(793), - [anon_sym_NaN] = ACTIONS(793), - [anon_sym_0b] = ACTIONS(793), - [anon_sym_0o] = ACTIONS(793), - [anon_sym_0x] = ACTIONS(793), - [sym_val_date] = ACTIONS(793), - [anon_sym_DQUOTE] = ACTIONS(793), - [sym__str_single_quotes] = ACTIONS(793), - [sym__str_back_ticks] = ACTIONS(793), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(793), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(793), - [anon_sym_err_GT] = ACTIONS(793), - [anon_sym_out_GT] = ACTIONS(793), - [anon_sym_e_GT] = ACTIONS(793), - [anon_sym_o_GT] = ACTIONS(793), - [anon_sym_err_PLUSout_GT] = ACTIONS(793), - [anon_sym_out_PLUSerr_GT] = ACTIONS(793), - [anon_sym_o_PLUSe_GT] = ACTIONS(793), - [anon_sym_e_PLUSo_GT] = ACTIONS(793), - [sym_short_flag] = ACTIONS(793), - [aux_sym_unquoted_token1] = ACTIONS(793), + [548] = { + [sym_comment] = STATE(548), + [anon_sym_SEMI] = ACTIONS(785), + [anon_sym_LF] = ACTIONS(787), + [anon_sym_LBRACK] = ACTIONS(785), + [anon_sym_LPAREN] = ACTIONS(785), + [anon_sym_RPAREN] = ACTIONS(785), + [anon_sym_PIPE] = ACTIONS(785), + [anon_sym_DOLLAR] = ACTIONS(785), + [anon_sym_GT] = ACTIONS(785), + [anon_sym_DASH_DASH] = ACTIONS(785), + [anon_sym_DASH] = ACTIONS(785), + [anon_sym_in] = ACTIONS(785), + [anon_sym_LBRACE] = ACTIONS(785), + [anon_sym_RBRACE] = ACTIONS(785), + [anon_sym_STAR] = ACTIONS(785), + [anon_sym_STAR_STAR] = ACTIONS(785), + [anon_sym_PLUS_PLUS] = ACTIONS(785), + [anon_sym_SLASH] = ACTIONS(785), + [anon_sym_mod] = ACTIONS(785), + [anon_sym_SLASH_SLASH] = ACTIONS(785), + [anon_sym_PLUS] = ACTIONS(785), + [anon_sym_bit_DASHshl] = ACTIONS(785), + [anon_sym_bit_DASHshr] = ACTIONS(785), + [anon_sym_EQ_EQ] = ACTIONS(785), + [anon_sym_BANG_EQ] = ACTIONS(785), + [anon_sym_LT2] = ACTIONS(785), + [anon_sym_LT_EQ] = ACTIONS(785), + [anon_sym_GT_EQ] = ACTIONS(785), + [anon_sym_not_DASHin] = ACTIONS(785), + [anon_sym_starts_DASHwith] = ACTIONS(785), + [anon_sym_ends_DASHwith] = ACTIONS(785), + [anon_sym_EQ_TILDE] = ACTIONS(785), + [anon_sym_BANG_TILDE] = ACTIONS(785), + [anon_sym_bit_DASHand] = ACTIONS(785), + [anon_sym_bit_DASHxor] = ACTIONS(785), + [anon_sym_bit_DASHor] = ACTIONS(785), + [anon_sym_and] = ACTIONS(785), + [anon_sym_xor] = ACTIONS(785), + [anon_sym_or] = ACTIONS(785), + [anon_sym_DOT_DOT_LT] = ACTIONS(785), + [anon_sym_DOT_DOT] = ACTIONS(785), + [anon_sym_DOT_DOT_EQ] = ACTIONS(785), + [sym_val_nothing] = ACTIONS(785), + [anon_sym_true] = ACTIONS(785), + [anon_sym_false] = ACTIONS(785), + [aux_sym_val_number_token1] = ACTIONS(785), + [aux_sym_val_number_token2] = ACTIONS(785), + [aux_sym_val_number_token3] = ACTIONS(785), + [aux_sym_val_number_token4] = ACTIONS(785), + [anon_sym_inf] = ACTIONS(785), + [anon_sym_DASHinf] = ACTIONS(785), + [anon_sym_NaN] = ACTIONS(785), + [anon_sym_0b] = ACTIONS(785), + [anon_sym_0o] = ACTIONS(785), + [anon_sym_0x] = ACTIONS(785), + [sym_val_date] = ACTIONS(785), + [anon_sym_DQUOTE] = ACTIONS(785), + [sym__str_single_quotes] = ACTIONS(785), + [sym__str_back_ticks] = ACTIONS(785), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(785), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(785), + [anon_sym_err_GT] = ACTIONS(785), + [anon_sym_out_GT] = ACTIONS(785), + [anon_sym_e_GT] = ACTIONS(785), + [anon_sym_o_GT] = ACTIONS(785), + [anon_sym_err_PLUSout_GT] = ACTIONS(785), + [anon_sym_out_PLUSerr_GT] = ACTIONS(785), + [anon_sym_o_PLUSe_GT] = ACTIONS(785), + [anon_sym_e_PLUSo_GT] = ACTIONS(785), + [sym_short_flag] = ACTIONS(785), + [aux_sym_unquoted_token1] = ACTIONS(785), [anon_sym_POUND] = ACTIONS(3), }, - [588] = { - [sym_path] = STATE(689), - [sym_comment] = STATE(588), - [aux_sym_cell_path_repeat1] = STATE(572), - [ts_builtin_sym_end] = ACTIONS(599), - [anon_sym_export] = ACTIONS(597), - [anon_sym_alias] = ACTIONS(597), - [anon_sym_let] = ACTIONS(597), - [anon_sym_let_DASHenv] = ACTIONS(597), - [anon_sym_mut] = ACTIONS(597), - [anon_sym_const] = ACTIONS(597), - [sym_cmd_identifier] = ACTIONS(597), - [anon_sym_SEMI] = ACTIONS(597), - [anon_sym_LF] = ACTIONS(599), - [anon_sym_def] = ACTIONS(597), - [anon_sym_def_DASHenv] = ACTIONS(597), - [anon_sym_export_DASHenv] = ACTIONS(597), - [anon_sym_extern] = ACTIONS(597), - [anon_sym_module] = ACTIONS(597), - [anon_sym_use] = ACTIONS(597), - [anon_sym_LBRACK] = ACTIONS(597), - [anon_sym_LPAREN] = ACTIONS(597), - [anon_sym_PIPE] = ACTIONS(597), - [anon_sym_DOLLAR] = ACTIONS(597), - [anon_sym_error] = ACTIONS(597), - [anon_sym_DASH_DASH] = ACTIONS(597), - [anon_sym_DASH] = ACTIONS(597), - [anon_sym_break] = ACTIONS(597), - [anon_sym_continue] = ACTIONS(597), - [anon_sym_for] = ACTIONS(597), - [anon_sym_loop] = ACTIONS(597), - [anon_sym_while] = ACTIONS(597), - [anon_sym_do] = ACTIONS(597), - [anon_sym_if] = ACTIONS(597), - [anon_sym_match] = ACTIONS(597), - [anon_sym_LBRACE] = ACTIONS(597), - [anon_sym_DOT] = ACTIONS(1263), - [anon_sym_try] = ACTIONS(597), - [anon_sym_return] = ACTIONS(597), - [anon_sym_source] = ACTIONS(597), - [anon_sym_source_DASHenv] = ACTIONS(597), - [anon_sym_register] = ACTIONS(597), - [anon_sym_hide] = ACTIONS(597), - [anon_sym_hide_DASHenv] = ACTIONS(597), - [anon_sym_overlay] = ACTIONS(597), - [anon_sym_where] = ACTIONS(597), - [anon_sym_not] = ACTIONS(597), - [anon_sym_DOT_DOT_LT] = ACTIONS(597), - [anon_sym_DOT_DOT] = ACTIONS(597), - [anon_sym_DOT_DOT_EQ] = ACTIONS(597), - [sym_val_nothing] = ACTIONS(597), - [anon_sym_true] = ACTIONS(597), - [anon_sym_false] = ACTIONS(597), - [aux_sym_val_number_token1] = ACTIONS(597), - [aux_sym_val_number_token2] = ACTIONS(597), - [aux_sym_val_number_token3] = ACTIONS(597), - [aux_sym_val_number_token4] = ACTIONS(597), - [anon_sym_inf] = ACTIONS(597), - [anon_sym_DASHinf] = ACTIONS(597), - [anon_sym_NaN] = ACTIONS(597), - [anon_sym_0b] = ACTIONS(597), - [anon_sym_0o] = ACTIONS(597), - [anon_sym_0x] = ACTIONS(597), - [sym_val_date] = ACTIONS(597), - [anon_sym_DQUOTE] = ACTIONS(597), - [sym__str_single_quotes] = ACTIONS(597), - [sym__str_back_ticks] = ACTIONS(597), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(597), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(597), - [anon_sym_CARET] = ACTIONS(597), - [sym_short_flag] = ACTIONS(597), + [549] = { + [sym__flag] = STATE(699), + [sym_long_flag] = STATE(683), + [sym_comment] = STATE(549), + [aux_sym_overlay_use_repeat1] = STATE(511), + [anon_sym_export] = ACTIONS(1217), + [anon_sym_alias] = ACTIONS(1217), + [anon_sym_let] = ACTIONS(1217), + [anon_sym_let_DASHenv] = ACTIONS(1217), + [anon_sym_mut] = ACTIONS(1217), + [anon_sym_const] = ACTIONS(1217), + [sym_cmd_identifier] = ACTIONS(1217), + [anon_sym_SEMI] = ACTIONS(1217), + [anon_sym_LF] = ACTIONS(1219), + [anon_sym_def] = ACTIONS(1217), + [anon_sym_def_DASHenv] = ACTIONS(1217), + [anon_sym_export_DASHenv] = ACTIONS(1217), + [anon_sym_extern] = ACTIONS(1217), + [anon_sym_module] = ACTIONS(1217), + [anon_sym_use] = ACTIONS(1217), + [anon_sym_LBRACK] = ACTIONS(1217), + [anon_sym_LPAREN] = ACTIONS(1217), + [anon_sym_RPAREN] = ACTIONS(1217), + [anon_sym_DOLLAR] = ACTIONS(1217), + [anon_sym_error] = ACTIONS(1217), + [anon_sym_DASH_DASH] = ACTIONS(1102), + [anon_sym_DASH] = ACTIONS(1217), + [anon_sym_break] = ACTIONS(1217), + [anon_sym_continue] = ACTIONS(1217), + [anon_sym_for] = ACTIONS(1217), + [anon_sym_loop] = ACTIONS(1217), + [anon_sym_while] = ACTIONS(1217), + [anon_sym_do] = ACTIONS(1217), + [anon_sym_if] = ACTIONS(1217), + [anon_sym_match] = ACTIONS(1217), + [anon_sym_LBRACE] = ACTIONS(1217), + [anon_sym_RBRACE] = ACTIONS(1217), + [anon_sym_try] = ACTIONS(1217), + [anon_sym_return] = ACTIONS(1217), + [anon_sym_source] = ACTIONS(1217), + [anon_sym_source_DASHenv] = ACTIONS(1217), + [anon_sym_register] = ACTIONS(1217), + [anon_sym_hide] = ACTIONS(1217), + [anon_sym_hide_DASHenv] = ACTIONS(1217), + [anon_sym_overlay] = ACTIONS(1217), + [anon_sym_as] = ACTIONS(1221), + [anon_sym_where] = ACTIONS(1217), + [anon_sym_not] = ACTIONS(1217), + [anon_sym_DOT_DOT_LT] = ACTIONS(1217), + [anon_sym_DOT_DOT] = ACTIONS(1217), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1217), + [sym_val_nothing] = ACTIONS(1217), + [anon_sym_true] = ACTIONS(1217), + [anon_sym_false] = ACTIONS(1217), + [aux_sym_val_number_token1] = ACTIONS(1217), + [aux_sym_val_number_token2] = ACTIONS(1217), + [aux_sym_val_number_token3] = ACTIONS(1217), + [aux_sym_val_number_token4] = ACTIONS(1217), + [anon_sym_inf] = ACTIONS(1217), + [anon_sym_DASHinf] = ACTIONS(1217), + [anon_sym_NaN] = ACTIONS(1217), + [anon_sym_0b] = ACTIONS(1217), + [anon_sym_0o] = ACTIONS(1217), + [anon_sym_0x] = ACTIONS(1217), + [sym_val_date] = ACTIONS(1217), + [anon_sym_DQUOTE] = ACTIONS(1217), + [sym__str_single_quotes] = ACTIONS(1217), + [sym__str_back_ticks] = ACTIONS(1217), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1217), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1217), + [anon_sym_CARET] = ACTIONS(1217), + [sym_short_flag] = ACTIONS(1106), [anon_sym_POUND] = ACTIONS(3), }, - [589] = { - [sym_comment] = STATE(589), - [ts_builtin_sym_end] = ACTIONS(876), + [550] = { + [sym__flag] = STATE(699), + [sym_long_flag] = STATE(683), + [sym_comment] = STATE(550), + [aux_sym_overlay_use_repeat1] = STATE(540), + [anon_sym_export] = ACTIONS(1223), + [anon_sym_alias] = ACTIONS(1223), + [anon_sym_let] = ACTIONS(1223), + [anon_sym_let_DASHenv] = ACTIONS(1223), + [anon_sym_mut] = ACTIONS(1223), + [anon_sym_const] = ACTIONS(1223), + [sym_cmd_identifier] = ACTIONS(1223), + [anon_sym_SEMI] = ACTIONS(1223), + [anon_sym_LF] = ACTIONS(1225), + [anon_sym_def] = ACTIONS(1223), + [anon_sym_def_DASHenv] = ACTIONS(1223), + [anon_sym_export_DASHenv] = ACTIONS(1223), + [anon_sym_extern] = ACTIONS(1223), + [anon_sym_module] = ACTIONS(1223), + [anon_sym_use] = ACTIONS(1223), + [anon_sym_LBRACK] = ACTIONS(1223), + [anon_sym_LPAREN] = ACTIONS(1223), + [anon_sym_RPAREN] = ACTIONS(1223), + [anon_sym_DOLLAR] = ACTIONS(1223), + [anon_sym_error] = ACTIONS(1223), + [anon_sym_DASH_DASH] = ACTIONS(1102), + [anon_sym_DASH] = ACTIONS(1223), + [anon_sym_break] = ACTIONS(1223), + [anon_sym_continue] = ACTIONS(1223), + [anon_sym_for] = ACTIONS(1223), + [anon_sym_loop] = ACTIONS(1223), + [anon_sym_while] = ACTIONS(1223), + [anon_sym_do] = ACTIONS(1223), + [anon_sym_if] = ACTIONS(1223), + [anon_sym_match] = ACTIONS(1223), + [anon_sym_LBRACE] = ACTIONS(1223), + [anon_sym_RBRACE] = ACTIONS(1223), + [anon_sym_try] = ACTIONS(1223), + [anon_sym_return] = ACTIONS(1223), + [anon_sym_source] = ACTIONS(1223), + [anon_sym_source_DASHenv] = ACTIONS(1223), + [anon_sym_register] = ACTIONS(1223), + [anon_sym_hide] = ACTIONS(1223), + [anon_sym_hide_DASHenv] = ACTIONS(1223), + [anon_sym_overlay] = ACTIONS(1223), + [anon_sym_as] = ACTIONS(1227), + [anon_sym_where] = ACTIONS(1223), + [anon_sym_not] = ACTIONS(1223), + [anon_sym_DOT_DOT_LT] = ACTIONS(1223), + [anon_sym_DOT_DOT] = ACTIONS(1223), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1223), + [sym_val_nothing] = ACTIONS(1223), + [anon_sym_true] = ACTIONS(1223), + [anon_sym_false] = ACTIONS(1223), + [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(1223), + [anon_sym_inf] = ACTIONS(1223), + [anon_sym_DASHinf] = ACTIONS(1223), + [anon_sym_NaN] = ACTIONS(1223), + [anon_sym_0b] = ACTIONS(1223), + [anon_sym_0o] = ACTIONS(1223), + [anon_sym_0x] = ACTIONS(1223), + [sym_val_date] = ACTIONS(1223), + [anon_sym_DQUOTE] = ACTIONS(1223), + [sym__str_single_quotes] = ACTIONS(1223), + [sym__str_back_ticks] = ACTIONS(1223), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1223), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1223), + [anon_sym_CARET] = ACTIONS(1223), + [sym_short_flag] = ACTIONS(1106), + [anon_sym_POUND] = ACTIONS(3), + }, + [551] = { + [sym_comment] = STATE(551), + [anon_sym_SEMI] = ACTIONS(854), + [anon_sym_LF] = ACTIONS(856), + [anon_sym_LBRACK] = ACTIONS(854), + [anon_sym_LPAREN] = ACTIONS(854), + [anon_sym_RPAREN] = ACTIONS(854), + [anon_sym_PIPE] = ACTIONS(854), + [anon_sym_DOLLAR] = ACTIONS(854), + [anon_sym_GT] = ACTIONS(854), + [anon_sym_DASH_DASH] = ACTIONS(854), + [anon_sym_DASH] = ACTIONS(854), + [anon_sym_in] = ACTIONS(854), + [anon_sym_LBRACE] = ACTIONS(854), + [anon_sym_RBRACE] = ACTIONS(854), + [anon_sym_STAR] = ACTIONS(854), + [anon_sym_STAR_STAR] = ACTIONS(854), + [anon_sym_PLUS_PLUS] = ACTIONS(854), + [anon_sym_SLASH] = ACTIONS(854), + [anon_sym_mod] = ACTIONS(854), + [anon_sym_SLASH_SLASH] = ACTIONS(854), + [anon_sym_PLUS] = ACTIONS(854), + [anon_sym_bit_DASHshl] = ACTIONS(854), + [anon_sym_bit_DASHshr] = ACTIONS(854), + [anon_sym_EQ_EQ] = ACTIONS(854), + [anon_sym_BANG_EQ] = ACTIONS(854), + [anon_sym_LT2] = ACTIONS(854), + [anon_sym_LT_EQ] = ACTIONS(854), + [anon_sym_GT_EQ] = ACTIONS(854), + [anon_sym_not_DASHin] = ACTIONS(854), + [anon_sym_starts_DASHwith] = ACTIONS(854), + [anon_sym_ends_DASHwith] = ACTIONS(854), + [anon_sym_EQ_TILDE] = ACTIONS(854), + [anon_sym_BANG_TILDE] = ACTIONS(854), + [anon_sym_bit_DASHand] = ACTIONS(854), + [anon_sym_bit_DASHxor] = ACTIONS(854), + [anon_sym_bit_DASHor] = ACTIONS(854), + [anon_sym_and] = ACTIONS(854), + [anon_sym_xor] = ACTIONS(854), + [anon_sym_or] = ACTIONS(854), + [anon_sym_DOT_DOT_LT] = ACTIONS(854), + [anon_sym_DOT_DOT] = ACTIONS(854), + [anon_sym_DOT_DOT_EQ] = ACTIONS(854), + [sym_val_nothing] = ACTIONS(854), + [anon_sym_true] = ACTIONS(854), + [anon_sym_false] = ACTIONS(854), + [aux_sym_val_number_token1] = ACTIONS(854), + [aux_sym_val_number_token2] = ACTIONS(854), + [aux_sym_val_number_token3] = ACTIONS(854), + [aux_sym_val_number_token4] = ACTIONS(854), + [anon_sym_inf] = ACTIONS(854), + [anon_sym_DASHinf] = ACTIONS(854), + [anon_sym_NaN] = ACTIONS(854), + [anon_sym_0b] = ACTIONS(854), + [anon_sym_0o] = ACTIONS(854), + [anon_sym_0x] = ACTIONS(854), + [sym_val_date] = ACTIONS(854), + [anon_sym_DQUOTE] = ACTIONS(854), + [sym__str_single_quotes] = ACTIONS(854), + [sym__str_back_ticks] = ACTIONS(854), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(854), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(854), + [anon_sym_err_GT] = ACTIONS(854), + [anon_sym_out_GT] = ACTIONS(854), + [anon_sym_e_GT] = ACTIONS(854), + [anon_sym_o_GT] = ACTIONS(854), + [anon_sym_err_PLUSout_GT] = ACTIONS(854), + [anon_sym_out_PLUSerr_GT] = ACTIONS(854), + [anon_sym_o_PLUSe_GT] = ACTIONS(854), + [anon_sym_e_PLUSo_GT] = ACTIONS(854), + [sym_short_flag] = ACTIONS(854), + [aux_sym_unquoted_token1] = ACTIONS(854), + [anon_sym_POUND] = ACTIONS(3), + }, + [552] = { + [sym_comment] = STATE(552), [anon_sym_SEMI] = ACTIONS(874), [anon_sym_LF] = ACTIONS(876), [anon_sym_LBRACK] = ACTIONS(874), [anon_sym_LPAREN] = ACTIONS(874), + [anon_sym_RPAREN] = ACTIONS(874), [anon_sym_PIPE] = ACTIONS(874), [anon_sym_DOLLAR] = ACTIONS(874), [anon_sym_GT] = ACTIONS(874), @@ -100873,6 +98169,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH] = ACTIONS(874), [anon_sym_in] = ACTIONS(874), [anon_sym_LBRACE] = ACTIONS(874), + [anon_sym_RBRACE] = ACTIONS(874), [anon_sym_STAR] = ACTIONS(874), [anon_sym_STAR_STAR] = ACTIONS(874), [anon_sym_PLUS_PLUS] = ACTIONS(874), @@ -100932,159 +98229,87 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token1] = ACTIONS(874), [anon_sym_POUND] = ACTIONS(3), }, - [590] = { - [sym_comment] = STATE(590), - [ts_builtin_sym_end] = ACTIONS(818), - [anon_sym_SEMI] = ACTIONS(816), - [anon_sym_LF] = ACTIONS(818), - [anon_sym_LBRACK] = ACTIONS(816), - [anon_sym_LPAREN] = ACTIONS(816), - [anon_sym_PIPE] = ACTIONS(816), - [anon_sym_DOLLAR] = ACTIONS(816), - [anon_sym_GT] = ACTIONS(816), - [anon_sym_DASH_DASH] = ACTIONS(816), - [anon_sym_DASH] = ACTIONS(816), - [anon_sym_in] = ACTIONS(816), - [anon_sym_LBRACE] = ACTIONS(816), - [anon_sym_STAR] = ACTIONS(816), - [anon_sym_STAR_STAR] = ACTIONS(816), - [anon_sym_PLUS_PLUS] = ACTIONS(816), - [anon_sym_SLASH] = ACTIONS(816), - [anon_sym_mod] = ACTIONS(816), - [anon_sym_SLASH_SLASH] = ACTIONS(816), - [anon_sym_PLUS] = ACTIONS(816), - [anon_sym_bit_DASHshl] = ACTIONS(816), - [anon_sym_bit_DASHshr] = ACTIONS(816), - [anon_sym_EQ_EQ] = ACTIONS(816), - [anon_sym_BANG_EQ] = ACTIONS(816), - [anon_sym_LT2] = ACTIONS(816), - [anon_sym_LT_EQ] = ACTIONS(816), - [anon_sym_GT_EQ] = ACTIONS(816), - [anon_sym_not_DASHin] = ACTIONS(816), - [anon_sym_starts_DASHwith] = ACTIONS(816), - [anon_sym_ends_DASHwith] = ACTIONS(816), - [anon_sym_EQ_TILDE] = ACTIONS(816), - [anon_sym_BANG_TILDE] = ACTIONS(816), - [anon_sym_bit_DASHand] = ACTIONS(816), - [anon_sym_bit_DASHxor] = ACTIONS(816), - [anon_sym_bit_DASHor] = ACTIONS(816), - [anon_sym_and] = ACTIONS(816), - [anon_sym_xor] = ACTIONS(816), - [anon_sym_or] = ACTIONS(816), - [anon_sym_DOT_DOT_LT] = ACTIONS(816), - [anon_sym_DOT_DOT] = ACTIONS(816), - [anon_sym_DOT_DOT_EQ] = ACTIONS(816), - [sym_val_nothing] = ACTIONS(816), - [anon_sym_true] = ACTIONS(816), - [anon_sym_false] = ACTIONS(816), - [aux_sym_val_number_token1] = ACTIONS(816), - [aux_sym_val_number_token2] = ACTIONS(816), - [aux_sym_val_number_token3] = ACTIONS(816), - [aux_sym_val_number_token4] = ACTIONS(816), - [anon_sym_inf] = ACTIONS(816), - [anon_sym_DASHinf] = ACTIONS(816), - [anon_sym_NaN] = ACTIONS(816), - [anon_sym_0b] = ACTIONS(816), - [anon_sym_0o] = ACTIONS(816), - [anon_sym_0x] = ACTIONS(816), - [sym_val_date] = ACTIONS(816), - [anon_sym_DQUOTE] = ACTIONS(816), - [sym__str_single_quotes] = ACTIONS(816), - [sym__str_back_ticks] = ACTIONS(816), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(816), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(816), - [anon_sym_err_GT] = ACTIONS(816), - [anon_sym_out_GT] = ACTIONS(816), - [anon_sym_e_GT] = ACTIONS(816), - [anon_sym_o_GT] = ACTIONS(816), - [anon_sym_err_PLUSout_GT] = ACTIONS(816), - [anon_sym_out_PLUSerr_GT] = ACTIONS(816), - [anon_sym_o_PLUSe_GT] = ACTIONS(816), - [anon_sym_e_PLUSo_GT] = ACTIONS(816), - [sym_short_flag] = ACTIONS(816), - [aux_sym_unquoted_token1] = ACTIONS(816), - [anon_sym_POUND] = ACTIONS(3), - }, - [591] = { - [sym_comment] = STATE(591), - [ts_builtin_sym_end] = ACTIONS(834), - [anon_sym_SEMI] = ACTIONS(832), - [anon_sym_LF] = ACTIONS(834), - [anon_sym_LBRACK] = ACTIONS(832), - [anon_sym_LPAREN] = ACTIONS(832), - [anon_sym_PIPE] = ACTIONS(832), - [anon_sym_DOLLAR] = ACTIONS(832), - [anon_sym_GT] = ACTIONS(832), - [anon_sym_DASH_DASH] = ACTIONS(832), - [anon_sym_DASH] = ACTIONS(832), - [anon_sym_in] = ACTIONS(832), - [anon_sym_LBRACE] = ACTIONS(832), - [anon_sym_STAR] = ACTIONS(832), - [anon_sym_STAR_STAR] = ACTIONS(832), - [anon_sym_PLUS_PLUS] = ACTIONS(832), - [anon_sym_SLASH] = ACTIONS(832), - [anon_sym_mod] = ACTIONS(832), - [anon_sym_SLASH_SLASH] = ACTIONS(832), - [anon_sym_PLUS] = ACTIONS(832), - [anon_sym_bit_DASHshl] = ACTIONS(832), - [anon_sym_bit_DASHshr] = ACTIONS(832), - [anon_sym_EQ_EQ] = ACTIONS(832), - [anon_sym_BANG_EQ] = ACTIONS(832), - [anon_sym_LT2] = ACTIONS(832), - [anon_sym_LT_EQ] = ACTIONS(832), - [anon_sym_GT_EQ] = ACTIONS(832), - [anon_sym_not_DASHin] = ACTIONS(832), - [anon_sym_starts_DASHwith] = ACTIONS(832), - [anon_sym_ends_DASHwith] = ACTIONS(832), - [anon_sym_EQ_TILDE] = ACTIONS(832), - [anon_sym_BANG_TILDE] = ACTIONS(832), - [anon_sym_bit_DASHand] = ACTIONS(832), - [anon_sym_bit_DASHxor] = ACTIONS(832), - [anon_sym_bit_DASHor] = ACTIONS(832), - [anon_sym_and] = ACTIONS(832), - [anon_sym_xor] = ACTIONS(832), - [anon_sym_or] = ACTIONS(832), - [anon_sym_DOT_DOT_LT] = ACTIONS(832), - [anon_sym_DOT_DOT] = ACTIONS(832), - [anon_sym_DOT_DOT_EQ] = ACTIONS(832), - [sym_val_nothing] = ACTIONS(832), - [anon_sym_true] = ACTIONS(832), - [anon_sym_false] = ACTIONS(832), - [aux_sym_val_number_token1] = ACTIONS(832), - [aux_sym_val_number_token2] = ACTIONS(832), - [aux_sym_val_number_token3] = ACTIONS(832), - [aux_sym_val_number_token4] = ACTIONS(832), - [anon_sym_inf] = ACTIONS(832), - [anon_sym_DASHinf] = ACTIONS(832), - [anon_sym_NaN] = ACTIONS(832), - [anon_sym_0b] = ACTIONS(832), - [anon_sym_0o] = ACTIONS(832), - [anon_sym_0x] = ACTIONS(832), - [sym_val_date] = ACTIONS(832), - [anon_sym_DQUOTE] = ACTIONS(832), - [sym__str_single_quotes] = ACTIONS(832), - [sym__str_back_ticks] = ACTIONS(832), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(832), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(832), - [anon_sym_err_GT] = ACTIONS(832), - [anon_sym_out_GT] = ACTIONS(832), - [anon_sym_e_GT] = ACTIONS(832), - [anon_sym_o_GT] = ACTIONS(832), - [anon_sym_err_PLUSout_GT] = ACTIONS(832), - [anon_sym_out_PLUSerr_GT] = ACTIONS(832), - [anon_sym_o_PLUSe_GT] = ACTIONS(832), - [anon_sym_e_PLUSo_GT] = ACTIONS(832), - [sym_short_flag] = ACTIONS(832), - [aux_sym_unquoted_token1] = ACTIONS(832), + [553] = { + [sym_comment] = STATE(553), + [anon_sym_SEMI] = ACTIONS(765), + [anon_sym_LF] = ACTIONS(767), + [anon_sym_LBRACK] = ACTIONS(765), + [anon_sym_LPAREN] = ACTIONS(765), + [anon_sym_RPAREN] = ACTIONS(765), + [anon_sym_PIPE] = ACTIONS(765), + [anon_sym_DOLLAR] = ACTIONS(765), + [anon_sym_GT] = ACTIONS(765), + [anon_sym_DASH_DASH] = ACTIONS(765), + [anon_sym_DASH] = ACTIONS(765), + [anon_sym_in] = ACTIONS(765), + [anon_sym_LBRACE] = ACTIONS(765), + [anon_sym_RBRACE] = ACTIONS(765), + [anon_sym_STAR] = ACTIONS(765), + [anon_sym_STAR_STAR] = ACTIONS(765), + [anon_sym_PLUS_PLUS] = ACTIONS(765), + [anon_sym_SLASH] = ACTIONS(765), + [anon_sym_mod] = ACTIONS(765), + [anon_sym_SLASH_SLASH] = ACTIONS(765), + [anon_sym_PLUS] = ACTIONS(765), + [anon_sym_bit_DASHshl] = ACTIONS(765), + [anon_sym_bit_DASHshr] = ACTIONS(765), + [anon_sym_EQ_EQ] = ACTIONS(765), + [anon_sym_BANG_EQ] = ACTIONS(765), + [anon_sym_LT2] = ACTIONS(765), + [anon_sym_LT_EQ] = ACTIONS(765), + [anon_sym_GT_EQ] = ACTIONS(765), + [anon_sym_not_DASHin] = ACTIONS(765), + [anon_sym_starts_DASHwith] = ACTIONS(765), + [anon_sym_ends_DASHwith] = ACTIONS(765), + [anon_sym_EQ_TILDE] = ACTIONS(765), + [anon_sym_BANG_TILDE] = ACTIONS(765), + [anon_sym_bit_DASHand] = ACTIONS(765), + [anon_sym_bit_DASHxor] = ACTIONS(765), + [anon_sym_bit_DASHor] = ACTIONS(765), + [anon_sym_and] = ACTIONS(765), + [anon_sym_xor] = ACTIONS(765), + [anon_sym_or] = ACTIONS(765), + [anon_sym_DOT_DOT_LT] = ACTIONS(765), + [anon_sym_DOT_DOT] = ACTIONS(765), + [anon_sym_DOT_DOT_EQ] = ACTIONS(765), + [sym_val_nothing] = ACTIONS(765), + [anon_sym_true] = ACTIONS(765), + [anon_sym_false] = ACTIONS(765), + [aux_sym_val_number_token1] = ACTIONS(765), + [aux_sym_val_number_token2] = ACTIONS(765), + [aux_sym_val_number_token3] = ACTIONS(765), + [aux_sym_val_number_token4] = ACTIONS(765), + [anon_sym_inf] = ACTIONS(765), + [anon_sym_DASHinf] = ACTIONS(765), + [anon_sym_NaN] = ACTIONS(765), + [anon_sym_0b] = ACTIONS(765), + [anon_sym_0o] = ACTIONS(765), + [anon_sym_0x] = ACTIONS(765), + [sym_val_date] = ACTIONS(765), + [anon_sym_DQUOTE] = ACTIONS(765), + [sym__str_single_quotes] = ACTIONS(765), + [sym__str_back_ticks] = ACTIONS(765), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(765), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(765), + [anon_sym_err_GT] = ACTIONS(765), + [anon_sym_out_GT] = ACTIONS(765), + [anon_sym_e_GT] = ACTIONS(765), + [anon_sym_o_GT] = ACTIONS(765), + [anon_sym_err_PLUSout_GT] = ACTIONS(765), + [anon_sym_out_PLUSerr_GT] = ACTIONS(765), + [anon_sym_o_PLUSe_GT] = ACTIONS(765), + [anon_sym_e_PLUSo_GT] = ACTIONS(765), + [sym_short_flag] = ACTIONS(765), + [aux_sym_unquoted_token1] = ACTIONS(765), [anon_sym_POUND] = ACTIONS(3), }, - [592] = { - [sym_comment] = STATE(592), - [ts_builtin_sym_end] = ACTIONS(799), + [554] = { + [sym_comment] = STATE(554), [anon_sym_SEMI] = ACTIONS(797), [anon_sym_LF] = ACTIONS(799), [anon_sym_LBRACK] = ACTIONS(797), [anon_sym_LPAREN] = ACTIONS(797), + [anon_sym_RPAREN] = ACTIONS(797), [anon_sym_PIPE] = ACTIONS(797), [anon_sym_DOLLAR] = ACTIONS(797), [anon_sym_GT] = ACTIONS(797), @@ -101092,6 +98317,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH] = ACTIONS(797), [anon_sym_in] = ACTIONS(797), [anon_sym_LBRACE] = ACTIONS(797), + [anon_sym_RBRACE] = ACTIONS(797), [anon_sym_STAR] = ACTIONS(797), [anon_sym_STAR_STAR] = ACTIONS(797), [anon_sym_PLUS_PLUS] = ACTIONS(797), @@ -101151,154 +98377,1035 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token1] = ACTIONS(797), [anon_sym_POUND] = ACTIONS(3), }, - [593] = { - [sym_comment] = STATE(593), - [ts_builtin_sym_end] = ACTIONS(799), - [anon_sym_SEMI] = ACTIONS(797), - [anon_sym_LF] = ACTIONS(799), - [anon_sym_LBRACK] = ACTIONS(797), - [anon_sym_LPAREN] = ACTIONS(797), - [anon_sym_PIPE] = ACTIONS(797), - [anon_sym_DOLLAR] = ACTIONS(797), - [anon_sym_GT] = ACTIONS(797), - [anon_sym_DASH_DASH] = ACTIONS(797), - [anon_sym_DASH] = ACTIONS(797), - [anon_sym_in] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(797), - [anon_sym_STAR] = ACTIONS(797), - [anon_sym_STAR_STAR] = ACTIONS(797), - [anon_sym_PLUS_PLUS] = ACTIONS(797), - [anon_sym_SLASH] = ACTIONS(797), - [anon_sym_mod] = ACTIONS(797), - [anon_sym_SLASH_SLASH] = ACTIONS(797), - [anon_sym_PLUS] = ACTIONS(797), - [anon_sym_bit_DASHshl] = ACTIONS(797), - [anon_sym_bit_DASHshr] = ACTIONS(797), - [anon_sym_EQ_EQ] = ACTIONS(797), - [anon_sym_BANG_EQ] = ACTIONS(797), - [anon_sym_LT2] = ACTIONS(797), - [anon_sym_LT_EQ] = ACTIONS(797), - [anon_sym_GT_EQ] = ACTIONS(797), - [anon_sym_not_DASHin] = ACTIONS(797), - [anon_sym_starts_DASHwith] = ACTIONS(797), - [anon_sym_ends_DASHwith] = ACTIONS(797), - [anon_sym_EQ_TILDE] = ACTIONS(797), - [anon_sym_BANG_TILDE] = ACTIONS(797), - [anon_sym_bit_DASHand] = ACTIONS(797), - [anon_sym_bit_DASHxor] = ACTIONS(797), - [anon_sym_bit_DASHor] = ACTIONS(797), - [anon_sym_and] = ACTIONS(797), - [anon_sym_xor] = ACTIONS(797), - [anon_sym_or] = ACTIONS(797), - [anon_sym_DOT_DOT_LT] = ACTIONS(797), - [anon_sym_DOT_DOT] = ACTIONS(797), - [anon_sym_DOT_DOT_EQ] = ACTIONS(797), - [sym_val_nothing] = ACTIONS(797), - [anon_sym_true] = ACTIONS(797), - [anon_sym_false] = ACTIONS(797), - [aux_sym_val_number_token1] = ACTIONS(797), - [aux_sym_val_number_token2] = ACTIONS(797), - [aux_sym_val_number_token3] = ACTIONS(797), - [aux_sym_val_number_token4] = ACTIONS(797), - [anon_sym_inf] = ACTIONS(797), - [anon_sym_DASHinf] = ACTIONS(797), - [anon_sym_NaN] = ACTIONS(797), - [anon_sym_0b] = ACTIONS(797), - [anon_sym_0o] = ACTIONS(797), - [anon_sym_0x] = ACTIONS(797), - [sym_val_date] = ACTIONS(797), - [anon_sym_DQUOTE] = ACTIONS(797), - [sym__str_single_quotes] = ACTIONS(797), - [sym__str_back_ticks] = ACTIONS(797), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(797), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(797), - [anon_sym_err_GT] = ACTIONS(797), - [anon_sym_out_GT] = ACTIONS(797), - [anon_sym_e_GT] = ACTIONS(797), - [anon_sym_o_GT] = ACTIONS(797), - [anon_sym_err_PLUSout_GT] = ACTIONS(797), - [anon_sym_out_PLUSerr_GT] = ACTIONS(797), - [anon_sym_o_PLUSe_GT] = ACTIONS(797), - [anon_sym_e_PLUSo_GT] = ACTIONS(797), - [sym_short_flag] = ACTIONS(797), - [aux_sym_unquoted_token1] = ACTIONS(797), + [555] = { + [sym_cell_path] = STATE(698), + [sym_path] = STATE(547), + [sym_comment] = STATE(555), + [anon_sym_export] = ACTIONS(585), + [anon_sym_alias] = ACTIONS(585), + [anon_sym_let] = ACTIONS(585), + [anon_sym_let_DASHenv] = ACTIONS(585), + [anon_sym_mut] = ACTIONS(585), + [anon_sym_const] = ACTIONS(585), + [sym_cmd_identifier] = ACTIONS(585), + [anon_sym_SEMI] = ACTIONS(585), + [anon_sym_LF] = ACTIONS(587), + [anon_sym_def] = ACTIONS(585), + [anon_sym_def_DASHenv] = ACTIONS(585), + [anon_sym_export_DASHenv] = ACTIONS(585), + [anon_sym_extern] = ACTIONS(585), + [anon_sym_module] = ACTIONS(585), + [anon_sym_use] = ACTIONS(585), + [anon_sym_LBRACK] = ACTIONS(585), + [anon_sym_LPAREN] = ACTIONS(585), + [anon_sym_RPAREN] = ACTIONS(585), + [anon_sym_PIPE] = ACTIONS(585), + [anon_sym_DOLLAR] = ACTIONS(585), + [anon_sym_error] = ACTIONS(585), + [anon_sym_DASH_DASH] = ACTIONS(585), + [anon_sym_DASH] = ACTIONS(585), + [anon_sym_break] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(585), + [anon_sym_for] = ACTIONS(585), + [anon_sym_loop] = ACTIONS(585), + [anon_sym_while] = ACTIONS(585), + [anon_sym_do] = ACTIONS(585), + [anon_sym_if] = ACTIONS(585), + [anon_sym_match] = ACTIONS(585), + [anon_sym_LBRACE] = ACTIONS(585), + [anon_sym_RBRACE] = ACTIONS(585), + [anon_sym_DOT] = ACTIONS(1121), + [anon_sym_try] = ACTIONS(585), + [anon_sym_return] = ACTIONS(585), + [anon_sym_source] = ACTIONS(585), + [anon_sym_source_DASHenv] = ACTIONS(585), + [anon_sym_register] = ACTIONS(585), + [anon_sym_hide] = ACTIONS(585), + [anon_sym_hide_DASHenv] = ACTIONS(585), + [anon_sym_overlay] = ACTIONS(585), + [anon_sym_where] = ACTIONS(585), + [anon_sym_not] = ACTIONS(585), + [anon_sym_DOT_DOT_LT] = ACTIONS(585), + [anon_sym_DOT_DOT] = ACTIONS(585), + [anon_sym_DOT_DOT_EQ] = ACTIONS(585), + [sym_val_nothing] = ACTIONS(585), + [anon_sym_true] = ACTIONS(585), + [anon_sym_false] = ACTIONS(585), + [aux_sym_val_number_token1] = ACTIONS(585), + [aux_sym_val_number_token2] = ACTIONS(585), + [aux_sym_val_number_token3] = ACTIONS(585), + [aux_sym_val_number_token4] = ACTIONS(585), + [anon_sym_inf] = ACTIONS(585), + [anon_sym_DASHinf] = ACTIONS(585), + [anon_sym_NaN] = ACTIONS(585), + [anon_sym_0b] = ACTIONS(585), + [anon_sym_0o] = ACTIONS(585), + [anon_sym_0x] = ACTIONS(585), + [sym_val_date] = ACTIONS(585), + [anon_sym_DQUOTE] = ACTIONS(585), + [sym__str_single_quotes] = ACTIONS(585), + [sym__str_back_ticks] = ACTIONS(585), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(585), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(585), + [anon_sym_CARET] = ACTIONS(585), + [sym_short_flag] = ACTIONS(585), [anon_sym_POUND] = ACTIONS(3), }, - [594] = { - [sym_comment] = STATE(594), - [ts_builtin_sym_end] = ACTIONS(1110), - [anon_sym_SEMI] = ACTIONS(1108), - [anon_sym_LF] = ACTIONS(1110), - [anon_sym_LBRACK] = ACTIONS(1108), - [anon_sym_LPAREN] = ACTIONS(1108), - [anon_sym_PIPE] = ACTIONS(1108), - [anon_sym_DOLLAR] = ACTIONS(1108), - [anon_sym_GT] = ACTIONS(1239), - [anon_sym_DASH_DASH] = ACTIONS(1108), - [anon_sym_DASH] = ACTIONS(1241), - [anon_sym_in] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1108), - [anon_sym_STAR] = ACTIONS(1245), - [anon_sym_STAR_STAR] = ACTIONS(1247), - [anon_sym_PLUS_PLUS] = ACTIONS(1247), - [anon_sym_SLASH] = ACTIONS(1245), - [anon_sym_mod] = ACTIONS(1245), - [anon_sym_SLASH_SLASH] = ACTIONS(1245), - [anon_sym_PLUS] = ACTIONS(1241), - [anon_sym_bit_DASHshl] = ACTIONS(1249), - [anon_sym_bit_DASHshr] = ACTIONS(1249), - [anon_sym_EQ_EQ] = ACTIONS(1239), - [anon_sym_BANG_EQ] = ACTIONS(1239), - [anon_sym_LT2] = ACTIONS(1239), - [anon_sym_LT_EQ] = ACTIONS(1239), - [anon_sym_GT_EQ] = ACTIONS(1239), - [anon_sym_not_DASHin] = ACTIONS(1243), - [anon_sym_starts_DASHwith] = ACTIONS(1243), - [anon_sym_ends_DASHwith] = ACTIONS(1243), - [anon_sym_EQ_TILDE] = ACTIONS(1272), - [anon_sym_BANG_TILDE] = ACTIONS(1272), - [anon_sym_bit_DASHand] = ACTIONS(1274), - [anon_sym_bit_DASHxor] = ACTIONS(1276), - [anon_sym_bit_DASHor] = ACTIONS(1278), - [anon_sym_and] = ACTIONS(1280), - [anon_sym_xor] = ACTIONS(1282), - [anon_sym_or] = ACTIONS(1284), - [anon_sym_DOT_DOT_LT] = ACTIONS(1108), - [anon_sym_DOT_DOT] = ACTIONS(1108), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1108), - [sym_val_nothing] = ACTIONS(1108), - [anon_sym_true] = ACTIONS(1108), - [anon_sym_false] = ACTIONS(1108), - [aux_sym_val_number_token1] = ACTIONS(1108), - [aux_sym_val_number_token2] = ACTIONS(1108), - [aux_sym_val_number_token3] = ACTIONS(1108), - [aux_sym_val_number_token4] = ACTIONS(1108), - [anon_sym_inf] = ACTIONS(1108), - [anon_sym_DASHinf] = ACTIONS(1108), - [anon_sym_NaN] = ACTIONS(1108), - [anon_sym_0b] = ACTIONS(1108), - [anon_sym_0o] = ACTIONS(1108), - [anon_sym_0x] = ACTIONS(1108), - [sym_val_date] = ACTIONS(1108), - [anon_sym_DQUOTE] = ACTIONS(1108), - [sym__str_single_quotes] = ACTIONS(1108), - [sym__str_back_ticks] = ACTIONS(1108), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1108), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1108), - [anon_sym_err_GT] = ACTIONS(1108), - [anon_sym_out_GT] = ACTIONS(1108), - [anon_sym_e_GT] = ACTIONS(1108), - [anon_sym_o_GT] = ACTIONS(1108), - [anon_sym_err_PLUSout_GT] = ACTIONS(1108), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1108), - [anon_sym_o_PLUSe_GT] = ACTIONS(1108), - [anon_sym_e_PLUSo_GT] = ACTIONS(1108), - [sym_short_flag] = ACTIONS(1108), - [aux_sym_unquoted_token1] = ACTIONS(1108), + [556] = { + [sym__flag] = STATE(699), + [sym_long_flag] = STATE(683), + [sym_comment] = STATE(556), + [aux_sym_overlay_use_repeat1] = STATE(550), + [anon_sym_export] = ACTIONS(1229), + [anon_sym_alias] = ACTIONS(1229), + [anon_sym_let] = ACTIONS(1229), + [anon_sym_let_DASHenv] = ACTIONS(1229), + [anon_sym_mut] = ACTIONS(1229), + [anon_sym_const] = ACTIONS(1229), + [sym_cmd_identifier] = ACTIONS(1229), + [anon_sym_SEMI] = ACTIONS(1229), + [anon_sym_LF] = ACTIONS(1231), + [anon_sym_def] = ACTIONS(1229), + [anon_sym_def_DASHenv] = ACTIONS(1229), + [anon_sym_export_DASHenv] = ACTIONS(1229), + [anon_sym_extern] = ACTIONS(1229), + [anon_sym_module] = ACTIONS(1229), + [anon_sym_use] = ACTIONS(1229), + [anon_sym_LBRACK] = ACTIONS(1229), + [anon_sym_LPAREN] = ACTIONS(1229), + [anon_sym_RPAREN] = ACTIONS(1229), + [anon_sym_DOLLAR] = ACTIONS(1229), + [anon_sym_error] = ACTIONS(1229), + [anon_sym_DASH_DASH] = ACTIONS(1102), + [anon_sym_DASH] = ACTIONS(1229), + [anon_sym_break] = ACTIONS(1229), + [anon_sym_continue] = ACTIONS(1229), + [anon_sym_for] = ACTIONS(1229), + [anon_sym_loop] = ACTIONS(1229), + [anon_sym_while] = ACTIONS(1229), + [anon_sym_do] = ACTIONS(1229), + [anon_sym_if] = ACTIONS(1229), + [anon_sym_match] = ACTIONS(1229), + [anon_sym_LBRACE] = ACTIONS(1229), + [anon_sym_RBRACE] = ACTIONS(1229), + [anon_sym_try] = ACTIONS(1229), + [anon_sym_return] = ACTIONS(1229), + [anon_sym_source] = ACTIONS(1229), + [anon_sym_source_DASHenv] = ACTIONS(1229), + [anon_sym_register] = ACTIONS(1229), + [anon_sym_hide] = ACTIONS(1229), + [anon_sym_hide_DASHenv] = ACTIONS(1229), + [anon_sym_overlay] = ACTIONS(1229), + [anon_sym_as] = ACTIONS(1233), + [anon_sym_where] = ACTIONS(1229), + [anon_sym_not] = ACTIONS(1229), + [anon_sym_DOT_DOT_LT] = ACTIONS(1229), + [anon_sym_DOT_DOT] = ACTIONS(1229), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1229), + [sym_val_nothing] = ACTIONS(1229), + [anon_sym_true] = ACTIONS(1229), + [anon_sym_false] = ACTIONS(1229), + [aux_sym_val_number_token1] = ACTIONS(1229), + [aux_sym_val_number_token2] = ACTIONS(1229), + [aux_sym_val_number_token3] = ACTIONS(1229), + [aux_sym_val_number_token4] = ACTIONS(1229), + [anon_sym_inf] = ACTIONS(1229), + [anon_sym_DASHinf] = ACTIONS(1229), + [anon_sym_NaN] = ACTIONS(1229), + [anon_sym_0b] = ACTIONS(1229), + [anon_sym_0o] = ACTIONS(1229), + [anon_sym_0x] = ACTIONS(1229), + [sym_val_date] = ACTIONS(1229), + [anon_sym_DQUOTE] = ACTIONS(1229), + [sym__str_single_quotes] = ACTIONS(1229), + [sym__str_back_ticks] = ACTIONS(1229), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1229), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1229), + [anon_sym_CARET] = ACTIONS(1229), + [sym_short_flag] = ACTIONS(1106), [anon_sym_POUND] = ACTIONS(3), }, - [595] = { - [sym_comment] = STATE(595), + [557] = { + [sym_comment] = STATE(557), + [anon_sym_SEMI] = ACTIONS(834), + [anon_sym_LF] = ACTIONS(836), + [anon_sym_LBRACK] = ACTIONS(834), + [anon_sym_LPAREN] = ACTIONS(834), + [anon_sym_RPAREN] = ACTIONS(834), + [anon_sym_PIPE] = ACTIONS(834), + [anon_sym_DOLLAR] = ACTIONS(834), + [anon_sym_GT] = ACTIONS(834), + [anon_sym_DASH_DASH] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_in] = ACTIONS(834), + [anon_sym_LBRACE] = ACTIONS(834), + [anon_sym_RBRACE] = ACTIONS(834), + [anon_sym_STAR] = ACTIONS(834), + [anon_sym_STAR_STAR] = ACTIONS(834), + [anon_sym_PLUS_PLUS] = ACTIONS(834), + [anon_sym_SLASH] = ACTIONS(834), + [anon_sym_mod] = ACTIONS(834), + [anon_sym_SLASH_SLASH] = ACTIONS(834), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_bit_DASHshl] = ACTIONS(834), + [anon_sym_bit_DASHshr] = ACTIONS(834), + [anon_sym_EQ_EQ] = ACTIONS(834), + [anon_sym_BANG_EQ] = ACTIONS(834), + [anon_sym_LT2] = ACTIONS(834), + [anon_sym_LT_EQ] = ACTIONS(834), + [anon_sym_GT_EQ] = ACTIONS(834), + [anon_sym_not_DASHin] = ACTIONS(834), + [anon_sym_starts_DASHwith] = ACTIONS(834), + [anon_sym_ends_DASHwith] = ACTIONS(834), + [anon_sym_EQ_TILDE] = ACTIONS(834), + [anon_sym_BANG_TILDE] = ACTIONS(834), + [anon_sym_bit_DASHand] = ACTIONS(834), + [anon_sym_bit_DASHxor] = ACTIONS(834), + [anon_sym_bit_DASHor] = ACTIONS(834), + [anon_sym_and] = ACTIONS(834), + [anon_sym_xor] = ACTIONS(834), + [anon_sym_or] = ACTIONS(834), + [anon_sym_DOT_DOT_LT] = ACTIONS(834), + [anon_sym_DOT_DOT] = ACTIONS(834), + [anon_sym_DOT_DOT_EQ] = ACTIONS(834), + [sym_val_nothing] = ACTIONS(834), + [anon_sym_true] = ACTIONS(834), + [anon_sym_false] = ACTIONS(834), + [aux_sym_val_number_token1] = ACTIONS(834), + [aux_sym_val_number_token2] = ACTIONS(834), + [aux_sym_val_number_token3] = ACTIONS(834), + [aux_sym_val_number_token4] = ACTIONS(834), + [anon_sym_inf] = ACTIONS(834), + [anon_sym_DASHinf] = ACTIONS(834), + [anon_sym_NaN] = ACTIONS(834), + [anon_sym_0b] = ACTIONS(834), + [anon_sym_0o] = ACTIONS(834), + [anon_sym_0x] = ACTIONS(834), + [sym_val_date] = ACTIONS(834), + [anon_sym_DQUOTE] = ACTIONS(834), + [sym__str_single_quotes] = ACTIONS(834), + [sym__str_back_ticks] = ACTIONS(834), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(834), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(834), + [anon_sym_err_GT] = ACTIONS(834), + [anon_sym_out_GT] = ACTIONS(834), + [anon_sym_e_GT] = ACTIONS(834), + [anon_sym_o_GT] = ACTIONS(834), + [anon_sym_err_PLUSout_GT] = ACTIONS(834), + [anon_sym_out_PLUSerr_GT] = ACTIONS(834), + [anon_sym_o_PLUSe_GT] = ACTIONS(834), + [anon_sym_e_PLUSo_GT] = ACTIONS(834), + [sym_short_flag] = ACTIONS(834), + [aux_sym_unquoted_token1] = ACTIONS(834), + [anon_sym_POUND] = ACTIONS(3), + }, + [558] = { + [sym__command_name] = STATE(917), + [sym_scope_pattern] = STATE(916), + [sym_wild_card] = STATE(915), + [sym_command_list] = STATE(914), + [sym_val_string] = STATE(854), + [sym__str_double_quotes] = STATE(881), + [sym_comment] = STATE(558), + [ts_builtin_sym_end] = ACTIONS(1062), + [anon_sym_export] = ACTIONS(1060), + [anon_sym_alias] = ACTIONS(1060), + [anon_sym_let] = ACTIONS(1060), + [anon_sym_let_DASHenv] = ACTIONS(1060), + [anon_sym_mut] = ACTIONS(1060), + [anon_sym_const] = ACTIONS(1060), + [sym_cmd_identifier] = ACTIONS(1108), + [anon_sym_SEMI] = ACTIONS(1060), + [anon_sym_LF] = ACTIONS(1062), + [anon_sym_def] = ACTIONS(1060), + [anon_sym_def_DASHenv] = ACTIONS(1060), + [anon_sym_export_DASHenv] = ACTIONS(1060), + [anon_sym_extern] = ACTIONS(1060), + [anon_sym_module] = ACTIONS(1060), + [anon_sym_use] = ACTIONS(1060), + [anon_sym_LBRACK] = ACTIONS(1110), + [anon_sym_LPAREN] = ACTIONS(1060), + [anon_sym_DOLLAR] = ACTIONS(1060), + [anon_sym_error] = ACTIONS(1060), + [anon_sym_DASH] = ACTIONS(1060), + [anon_sym_break] = ACTIONS(1060), + [anon_sym_continue] = ACTIONS(1060), + [anon_sym_for] = ACTIONS(1060), + [anon_sym_loop] = ACTIONS(1060), + [anon_sym_while] = ACTIONS(1060), + [anon_sym_do] = ACTIONS(1060), + [anon_sym_if] = ACTIONS(1060), + [anon_sym_match] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1060), + [anon_sym_try] = ACTIONS(1060), + [anon_sym_return] = ACTIONS(1060), + [anon_sym_source] = ACTIONS(1060), + [anon_sym_source_DASHenv] = ACTIONS(1060), + [anon_sym_register] = ACTIONS(1060), + [anon_sym_hide] = ACTIONS(1060), + [anon_sym_hide_DASHenv] = ACTIONS(1060), + [anon_sym_overlay] = ACTIONS(1060), + [anon_sym_STAR] = ACTIONS(1112), + [anon_sym_where] = ACTIONS(1060), + [anon_sym_not] = ACTIONS(1060), + [anon_sym_DOT_DOT_LT] = ACTIONS(1060), + [anon_sym_DOT_DOT] = ACTIONS(1060), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1060), + [sym_val_nothing] = ACTIONS(1060), + [anon_sym_true] = ACTIONS(1060), + [anon_sym_false] = ACTIONS(1060), + [aux_sym_val_number_token1] = ACTIONS(1060), + [aux_sym_val_number_token2] = ACTIONS(1060), + [aux_sym_val_number_token3] = ACTIONS(1060), + [aux_sym_val_number_token4] = ACTIONS(1060), + [anon_sym_inf] = ACTIONS(1060), + [anon_sym_DASHinf] = ACTIONS(1060), + [anon_sym_NaN] = ACTIONS(1060), + [anon_sym_0b] = ACTIONS(1060), + [anon_sym_0o] = ACTIONS(1060), + [anon_sym_0x] = ACTIONS(1060), + [sym_val_date] = ACTIONS(1060), + [anon_sym_DQUOTE] = ACTIONS(1114), + [sym__str_single_quotes] = ACTIONS(1116), + [sym__str_back_ticks] = ACTIONS(1116), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1060), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1060), + [anon_sym_CARET] = ACTIONS(1060), + [anon_sym_POUND] = ACTIONS(3), + }, + [559] = { + [sym_comment] = STATE(559), + [anon_sym_SEMI] = ACTIONS(1235), + [anon_sym_LF] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(1235), + [anon_sym_LPAREN] = ACTIONS(1235), + [anon_sym_RPAREN] = ACTIONS(1235), + [anon_sym_PIPE] = ACTIONS(1235), + [anon_sym_DOLLAR] = ACTIONS(1235), + [anon_sym_GT] = ACTIONS(1072), + [anon_sym_DASH_DASH] = ACTIONS(1235), + [anon_sym_DASH] = ACTIONS(1074), + [anon_sym_in] = ACTIONS(1076), + [anon_sym_LBRACE] = ACTIONS(1235), + [anon_sym_RBRACE] = ACTIONS(1235), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_STAR_STAR] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1080), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_mod] = ACTIONS(1078), + [anon_sym_SLASH_SLASH] = ACTIONS(1078), + [anon_sym_PLUS] = ACTIONS(1074), + [anon_sym_bit_DASHshl] = ACTIONS(1082), + [anon_sym_bit_DASHshr] = ACTIONS(1082), + [anon_sym_EQ_EQ] = ACTIONS(1072), + [anon_sym_BANG_EQ] = ACTIONS(1072), + [anon_sym_LT2] = ACTIONS(1072), + [anon_sym_LT_EQ] = ACTIONS(1072), + [anon_sym_GT_EQ] = ACTIONS(1072), + [anon_sym_not_DASHin] = ACTIONS(1076), + [anon_sym_starts_DASHwith] = ACTIONS(1076), + [anon_sym_ends_DASHwith] = ACTIONS(1076), + [anon_sym_EQ_TILDE] = ACTIONS(1084), + [anon_sym_BANG_TILDE] = ACTIONS(1084), + [anon_sym_bit_DASHand] = ACTIONS(1086), + [anon_sym_bit_DASHxor] = ACTIONS(1088), + [anon_sym_bit_DASHor] = ACTIONS(1090), + [anon_sym_and] = ACTIONS(1092), + [anon_sym_xor] = ACTIONS(1094), + [anon_sym_or] = ACTIONS(1096), + [anon_sym_DOT_DOT_LT] = ACTIONS(1235), + [anon_sym_DOT_DOT] = ACTIONS(1235), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1235), + [sym_val_nothing] = ACTIONS(1235), + [anon_sym_true] = ACTIONS(1235), + [anon_sym_false] = ACTIONS(1235), + [aux_sym_val_number_token1] = ACTIONS(1235), + [aux_sym_val_number_token2] = ACTIONS(1235), + [aux_sym_val_number_token3] = ACTIONS(1235), + [aux_sym_val_number_token4] = ACTIONS(1235), + [anon_sym_inf] = ACTIONS(1235), + [anon_sym_DASHinf] = ACTIONS(1235), + [anon_sym_NaN] = ACTIONS(1235), + [anon_sym_0b] = ACTIONS(1235), + [anon_sym_0o] = ACTIONS(1235), + [anon_sym_0x] = ACTIONS(1235), + [sym_val_date] = ACTIONS(1235), + [anon_sym_DQUOTE] = ACTIONS(1235), + [sym__str_single_quotes] = ACTIONS(1235), + [sym__str_back_ticks] = ACTIONS(1235), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1235), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1235), + [anon_sym_err_GT] = ACTIONS(1235), + [anon_sym_out_GT] = ACTIONS(1235), + [anon_sym_e_GT] = ACTIONS(1235), + [anon_sym_o_GT] = ACTIONS(1235), + [anon_sym_err_PLUSout_GT] = ACTIONS(1235), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1235), + [anon_sym_o_PLUSe_GT] = ACTIONS(1235), + [anon_sym_e_PLUSo_GT] = ACTIONS(1235), + [sym_short_flag] = ACTIONS(1235), + [aux_sym_unquoted_token1] = ACTIONS(1235), + [anon_sym_POUND] = ACTIONS(3), + }, + [560] = { + [sym__flag] = STATE(732), + [sym_long_flag] = STATE(736), + [sym_comment] = STATE(560), + [aux_sym_overlay_use_repeat1] = STATE(606), + [ts_builtin_sym_end] = ACTIONS(1225), + [anon_sym_export] = ACTIONS(1223), + [anon_sym_alias] = ACTIONS(1223), + [anon_sym_let] = ACTIONS(1223), + [anon_sym_let_DASHenv] = ACTIONS(1223), + [anon_sym_mut] = ACTIONS(1223), + [anon_sym_const] = ACTIONS(1223), + [sym_cmd_identifier] = ACTIONS(1223), + [anon_sym_SEMI] = ACTIONS(1223), + [anon_sym_LF] = ACTIONS(1225), + [anon_sym_def] = ACTIONS(1223), + [anon_sym_def_DASHenv] = ACTIONS(1223), + [anon_sym_export_DASHenv] = ACTIONS(1223), + [anon_sym_extern] = ACTIONS(1223), + [anon_sym_module] = ACTIONS(1223), + [anon_sym_use] = ACTIONS(1223), + [anon_sym_LBRACK] = ACTIONS(1223), + [anon_sym_LPAREN] = ACTIONS(1223), + [anon_sym_DOLLAR] = ACTIONS(1223), + [anon_sym_error] = ACTIONS(1223), + [anon_sym_DASH_DASH] = ACTIONS(1239), + [anon_sym_DASH] = ACTIONS(1223), + [anon_sym_break] = ACTIONS(1223), + [anon_sym_continue] = ACTIONS(1223), + [anon_sym_for] = ACTIONS(1223), + [anon_sym_loop] = ACTIONS(1223), + [anon_sym_while] = ACTIONS(1223), + [anon_sym_do] = ACTIONS(1223), + [anon_sym_if] = ACTIONS(1223), + [anon_sym_match] = ACTIONS(1223), + [anon_sym_LBRACE] = ACTIONS(1223), + [anon_sym_try] = ACTIONS(1223), + [anon_sym_return] = ACTIONS(1223), + [anon_sym_source] = ACTIONS(1223), + [anon_sym_source_DASHenv] = ACTIONS(1223), + [anon_sym_register] = ACTIONS(1223), + [anon_sym_hide] = ACTIONS(1223), + [anon_sym_hide_DASHenv] = ACTIONS(1223), + [anon_sym_overlay] = ACTIONS(1223), + [anon_sym_as] = ACTIONS(1241), + [anon_sym_where] = ACTIONS(1223), + [anon_sym_not] = ACTIONS(1223), + [anon_sym_DOT_DOT_LT] = ACTIONS(1223), + [anon_sym_DOT_DOT] = ACTIONS(1223), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1223), + [sym_val_nothing] = ACTIONS(1223), + [anon_sym_true] = ACTIONS(1223), + [anon_sym_false] = ACTIONS(1223), + [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(1223), + [anon_sym_inf] = ACTIONS(1223), + [anon_sym_DASHinf] = ACTIONS(1223), + [anon_sym_NaN] = ACTIONS(1223), + [anon_sym_0b] = ACTIONS(1223), + [anon_sym_0o] = ACTIONS(1223), + [anon_sym_0x] = ACTIONS(1223), + [sym_val_date] = ACTIONS(1223), + [anon_sym_DQUOTE] = ACTIONS(1223), + [sym__str_single_quotes] = ACTIONS(1223), + [sym__str_back_ticks] = ACTIONS(1223), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1223), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1223), + [anon_sym_CARET] = ACTIONS(1223), + [sym_short_flag] = ACTIONS(1243), + [anon_sym_POUND] = ACTIONS(3), + }, + [561] = { + [sym_comment] = STATE(561), + [ts_builtin_sym_end] = ACTIONS(872), + [anon_sym_SEMI] = ACTIONS(870), + [anon_sym_LF] = ACTIONS(872), + [anon_sym_LBRACK] = ACTIONS(870), + [anon_sym_LPAREN] = ACTIONS(870), + [anon_sym_PIPE] = ACTIONS(870), + [anon_sym_DOLLAR] = ACTIONS(870), + [anon_sym_GT] = ACTIONS(870), + [anon_sym_DASH_DASH] = ACTIONS(870), + [anon_sym_DASH] = ACTIONS(870), + [anon_sym_in] = ACTIONS(870), + [anon_sym_LBRACE] = ACTIONS(870), + [anon_sym_STAR] = ACTIONS(870), + [anon_sym_STAR_STAR] = ACTIONS(870), + [anon_sym_PLUS_PLUS] = ACTIONS(870), + [anon_sym_SLASH] = ACTIONS(870), + [anon_sym_mod] = ACTIONS(870), + [anon_sym_SLASH_SLASH] = ACTIONS(870), + [anon_sym_PLUS] = ACTIONS(870), + [anon_sym_bit_DASHshl] = ACTIONS(870), + [anon_sym_bit_DASHshr] = ACTIONS(870), + [anon_sym_EQ_EQ] = ACTIONS(870), + [anon_sym_BANG_EQ] = ACTIONS(870), + [anon_sym_LT2] = ACTIONS(870), + [anon_sym_LT_EQ] = ACTIONS(870), + [anon_sym_GT_EQ] = ACTIONS(870), + [anon_sym_not_DASHin] = ACTIONS(870), + [anon_sym_starts_DASHwith] = ACTIONS(870), + [anon_sym_ends_DASHwith] = ACTIONS(870), + [anon_sym_EQ_TILDE] = ACTIONS(870), + [anon_sym_BANG_TILDE] = ACTIONS(870), + [anon_sym_bit_DASHand] = ACTIONS(870), + [anon_sym_bit_DASHxor] = ACTIONS(870), + [anon_sym_bit_DASHor] = ACTIONS(870), + [anon_sym_and] = ACTIONS(870), + [anon_sym_xor] = ACTIONS(870), + [anon_sym_or] = ACTIONS(870), + [anon_sym_DOT_DOT_LT] = ACTIONS(870), + [anon_sym_DOT_DOT] = ACTIONS(870), + [anon_sym_DOT_DOT_EQ] = ACTIONS(870), + [sym_val_nothing] = ACTIONS(870), + [anon_sym_true] = ACTIONS(870), + [anon_sym_false] = ACTIONS(870), + [aux_sym_val_number_token1] = ACTIONS(870), + [aux_sym_val_number_token2] = ACTIONS(870), + [aux_sym_val_number_token3] = ACTIONS(870), + [aux_sym_val_number_token4] = ACTIONS(870), + [anon_sym_inf] = ACTIONS(870), + [anon_sym_DASHinf] = ACTIONS(870), + [anon_sym_NaN] = ACTIONS(870), + [anon_sym_0b] = ACTIONS(870), + [anon_sym_0o] = ACTIONS(870), + [anon_sym_0x] = ACTIONS(870), + [sym_val_date] = ACTIONS(870), + [anon_sym_DQUOTE] = ACTIONS(870), + [sym__str_single_quotes] = ACTIONS(870), + [sym__str_back_ticks] = ACTIONS(870), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(870), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(870), + [anon_sym_err_GT] = ACTIONS(870), + [anon_sym_out_GT] = ACTIONS(870), + [anon_sym_e_GT] = ACTIONS(870), + [anon_sym_o_GT] = ACTIONS(870), + [anon_sym_err_PLUSout_GT] = ACTIONS(870), + [anon_sym_out_PLUSerr_GT] = ACTIONS(870), + [anon_sym_o_PLUSe_GT] = ACTIONS(870), + [anon_sym_e_PLUSo_GT] = ACTIONS(870), + [sym_short_flag] = ACTIONS(870), + [aux_sym_unquoted_token1] = ACTIONS(870), + [anon_sym_POUND] = ACTIONS(3), + }, + [562] = { + [sym__flag] = STATE(628), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(562), + [anon_sym_export] = ACTIONS(663), + [anon_sym_alias] = ACTIONS(663), + [anon_sym_let] = ACTIONS(663), + [anon_sym_let_DASHenv] = ACTIONS(663), + [anon_sym_mut] = ACTIONS(663), + [anon_sym_const] = ACTIONS(663), + [sym_cmd_identifier] = ACTIONS(663), + [anon_sym_SEMI] = ACTIONS(663), + [anon_sym_LF] = ACTIONS(665), + [anon_sym_def] = ACTIONS(663), + [anon_sym_def_DASHenv] = ACTIONS(663), + [anon_sym_export_DASHenv] = ACTIONS(663), + [anon_sym_extern] = ACTIONS(663), + [anon_sym_module] = ACTIONS(663), + [anon_sym_use] = ACTIONS(663), + [anon_sym_LBRACK] = ACTIONS(663), + [anon_sym_LPAREN] = ACTIONS(663), + [anon_sym_RPAREN] = ACTIONS(663), + [anon_sym_PIPE] = ACTIONS(663), + [anon_sym_DOLLAR] = ACTIONS(663), + [anon_sym_error] = ACTIONS(663), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(663), + [anon_sym_break] = ACTIONS(663), + [anon_sym_continue] = ACTIONS(663), + [anon_sym_for] = ACTIONS(663), + [anon_sym_loop] = ACTIONS(663), + [anon_sym_while] = ACTIONS(663), + [anon_sym_do] = ACTIONS(663), + [anon_sym_if] = ACTIONS(663), + [anon_sym_match] = ACTIONS(663), + [anon_sym_LBRACE] = ACTIONS(663), + [anon_sym_RBRACE] = ACTIONS(663), + [anon_sym_try] = ACTIONS(663), + [anon_sym_return] = ACTIONS(663), + [anon_sym_source] = ACTIONS(663), + [anon_sym_source_DASHenv] = ACTIONS(663), + [anon_sym_register] = ACTIONS(663), + [anon_sym_hide] = ACTIONS(663), + [anon_sym_hide_DASHenv] = ACTIONS(663), + [anon_sym_overlay] = ACTIONS(663), + [anon_sym_where] = ACTIONS(663), + [anon_sym_not] = ACTIONS(663), + [anon_sym_DOT_DOT_LT] = ACTIONS(663), + [anon_sym_DOT_DOT] = ACTIONS(663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(663), + [sym_val_nothing] = ACTIONS(663), + [anon_sym_true] = ACTIONS(663), + [anon_sym_false] = ACTIONS(663), + [aux_sym_val_number_token1] = ACTIONS(663), + [aux_sym_val_number_token2] = ACTIONS(663), + [aux_sym_val_number_token3] = ACTIONS(663), + [aux_sym_val_number_token4] = ACTIONS(663), + [anon_sym_inf] = ACTIONS(663), + [anon_sym_DASHinf] = ACTIONS(663), + [anon_sym_NaN] = ACTIONS(663), + [anon_sym_0b] = ACTIONS(663), + [anon_sym_0o] = ACTIONS(663), + [anon_sym_0x] = ACTIONS(663), + [sym_val_date] = ACTIONS(663), + [anon_sym_DQUOTE] = ACTIONS(663), + [sym__str_single_quotes] = ACTIONS(663), + [sym__str_back_ticks] = ACTIONS(663), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(663), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(663), + [anon_sym_CARET] = ACTIONS(663), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [563] = { + [sym__flag] = STATE(588), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(563), + [anon_sym_export] = ACTIONS(706), + [anon_sym_alias] = ACTIONS(706), + [anon_sym_let] = ACTIONS(706), + [anon_sym_let_DASHenv] = ACTIONS(706), + [anon_sym_mut] = ACTIONS(706), + [anon_sym_const] = ACTIONS(706), + [sym_cmd_identifier] = ACTIONS(706), + [anon_sym_SEMI] = ACTIONS(706), + [anon_sym_LF] = ACTIONS(708), + [anon_sym_def] = ACTIONS(706), + [anon_sym_def_DASHenv] = ACTIONS(706), + [anon_sym_export_DASHenv] = ACTIONS(706), + [anon_sym_extern] = ACTIONS(706), + [anon_sym_module] = ACTIONS(706), + [anon_sym_use] = ACTIONS(706), + [anon_sym_LBRACK] = ACTIONS(706), + [anon_sym_LPAREN] = ACTIONS(706), + [anon_sym_RPAREN] = ACTIONS(706), + [anon_sym_PIPE] = ACTIONS(706), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_error] = ACTIONS(706), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(706), + [anon_sym_break] = ACTIONS(706), + [anon_sym_continue] = ACTIONS(706), + [anon_sym_for] = ACTIONS(706), + [anon_sym_loop] = ACTIONS(706), + [anon_sym_while] = ACTIONS(706), + [anon_sym_do] = ACTIONS(706), + [anon_sym_if] = ACTIONS(706), + [anon_sym_match] = ACTIONS(706), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_RBRACE] = ACTIONS(706), + [anon_sym_try] = ACTIONS(706), + [anon_sym_return] = ACTIONS(706), + [anon_sym_source] = ACTIONS(706), + [anon_sym_source_DASHenv] = ACTIONS(706), + [anon_sym_register] = ACTIONS(706), + [anon_sym_hide] = ACTIONS(706), + [anon_sym_hide_DASHenv] = ACTIONS(706), + [anon_sym_overlay] = ACTIONS(706), + [anon_sym_where] = ACTIONS(706), + [anon_sym_not] = ACTIONS(706), + [anon_sym_DOT_DOT_LT] = ACTIONS(706), + [anon_sym_DOT_DOT] = ACTIONS(706), + [anon_sym_DOT_DOT_EQ] = ACTIONS(706), + [sym_val_nothing] = ACTIONS(706), + [anon_sym_true] = ACTIONS(706), + [anon_sym_false] = ACTIONS(706), + [aux_sym_val_number_token1] = ACTIONS(706), + [aux_sym_val_number_token2] = ACTIONS(706), + [aux_sym_val_number_token3] = ACTIONS(706), + [aux_sym_val_number_token4] = ACTIONS(706), + [anon_sym_inf] = ACTIONS(706), + [anon_sym_DASHinf] = ACTIONS(706), + [anon_sym_NaN] = ACTIONS(706), + [anon_sym_0b] = ACTIONS(706), + [anon_sym_0o] = ACTIONS(706), + [anon_sym_0x] = ACTIONS(706), + [sym_val_date] = ACTIONS(706), + [anon_sym_DQUOTE] = ACTIONS(706), + [sym__str_single_quotes] = ACTIONS(706), + [sym__str_back_ticks] = ACTIONS(706), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(706), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(706), + [anon_sym_CARET] = ACTIONS(706), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [564] = { + [sym__flag] = STATE(590), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(564), + [anon_sym_export] = ACTIONS(706), + [anon_sym_alias] = ACTIONS(706), + [anon_sym_let] = ACTIONS(706), + [anon_sym_let_DASHenv] = ACTIONS(706), + [anon_sym_mut] = ACTIONS(706), + [anon_sym_const] = ACTIONS(706), + [sym_cmd_identifier] = ACTIONS(706), + [anon_sym_SEMI] = ACTIONS(706), + [anon_sym_LF] = ACTIONS(708), + [anon_sym_def] = ACTIONS(706), + [anon_sym_def_DASHenv] = ACTIONS(706), + [anon_sym_export_DASHenv] = ACTIONS(706), + [anon_sym_extern] = ACTIONS(706), + [anon_sym_module] = ACTIONS(706), + [anon_sym_use] = ACTIONS(706), + [anon_sym_LBRACK] = ACTIONS(706), + [anon_sym_LPAREN] = ACTIONS(706), + [anon_sym_RPAREN] = ACTIONS(706), + [anon_sym_PIPE] = ACTIONS(706), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_error] = ACTIONS(706), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(706), + [anon_sym_break] = ACTIONS(706), + [anon_sym_continue] = ACTIONS(706), + [anon_sym_for] = ACTIONS(706), + [anon_sym_loop] = ACTIONS(706), + [anon_sym_while] = ACTIONS(706), + [anon_sym_do] = ACTIONS(706), + [anon_sym_if] = ACTIONS(706), + [anon_sym_match] = ACTIONS(706), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_RBRACE] = ACTIONS(706), + [anon_sym_try] = ACTIONS(706), + [anon_sym_return] = ACTIONS(706), + [anon_sym_source] = ACTIONS(706), + [anon_sym_source_DASHenv] = ACTIONS(706), + [anon_sym_register] = ACTIONS(706), + [anon_sym_hide] = ACTIONS(706), + [anon_sym_hide_DASHenv] = ACTIONS(706), + [anon_sym_overlay] = ACTIONS(706), + [anon_sym_where] = ACTIONS(706), + [anon_sym_not] = ACTIONS(706), + [anon_sym_DOT_DOT_LT] = ACTIONS(706), + [anon_sym_DOT_DOT] = ACTIONS(706), + [anon_sym_DOT_DOT_EQ] = ACTIONS(706), + [sym_val_nothing] = ACTIONS(706), + [anon_sym_true] = ACTIONS(706), + [anon_sym_false] = ACTIONS(706), + [aux_sym_val_number_token1] = ACTIONS(706), + [aux_sym_val_number_token2] = ACTIONS(706), + [aux_sym_val_number_token3] = ACTIONS(706), + [aux_sym_val_number_token4] = ACTIONS(706), + [anon_sym_inf] = ACTIONS(706), + [anon_sym_DASHinf] = ACTIONS(706), + [anon_sym_NaN] = ACTIONS(706), + [anon_sym_0b] = ACTIONS(706), + [anon_sym_0o] = ACTIONS(706), + [anon_sym_0x] = ACTIONS(706), + [sym_val_date] = ACTIONS(706), + [anon_sym_DQUOTE] = ACTIONS(706), + [sym__str_single_quotes] = ACTIONS(706), + [sym__str_back_ticks] = ACTIONS(706), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(706), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(706), + [anon_sym_CARET] = ACTIONS(706), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [565] = { + [sym__flag] = STATE(773), + [sym_long_flag] = STATE(783), + [sym_comment] = STATE(565), + [anon_sym_export] = ACTIONS(706), + [anon_sym_alias] = ACTIONS(706), + [anon_sym_let] = ACTIONS(706), + [anon_sym_let_DASHenv] = ACTIONS(706), + [anon_sym_mut] = ACTIONS(706), + [anon_sym_const] = ACTIONS(706), + [sym_cmd_identifier] = ACTIONS(706), + [anon_sym_SEMI] = ACTIONS(706), + [anon_sym_LF] = ACTIONS(708), + [anon_sym_def] = ACTIONS(706), + [anon_sym_def_DASHenv] = ACTIONS(706), + [anon_sym_export_DASHenv] = ACTIONS(706), + [anon_sym_extern] = ACTIONS(706), + [anon_sym_module] = ACTIONS(706), + [anon_sym_use] = ACTIONS(706), + [anon_sym_LBRACK] = ACTIONS(706), + [anon_sym_LPAREN] = ACTIONS(706), + [anon_sym_RPAREN] = ACTIONS(706), + [anon_sym_PIPE] = ACTIONS(706), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_error] = ACTIONS(706), + [anon_sym_DASH_DASH] = ACTIONS(1245), + [anon_sym_DASH] = ACTIONS(706), + [anon_sym_break] = ACTIONS(706), + [anon_sym_continue] = ACTIONS(706), + [anon_sym_for] = ACTIONS(706), + [anon_sym_loop] = ACTIONS(706), + [anon_sym_while] = ACTIONS(706), + [anon_sym_do] = ACTIONS(706), + [anon_sym_if] = ACTIONS(706), + [anon_sym_match] = ACTIONS(706), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_RBRACE] = ACTIONS(706), + [anon_sym_try] = ACTIONS(706), + [anon_sym_return] = ACTIONS(706), + [anon_sym_source] = ACTIONS(706), + [anon_sym_source_DASHenv] = ACTIONS(706), + [anon_sym_register] = ACTIONS(706), + [anon_sym_hide] = ACTIONS(706), + [anon_sym_hide_DASHenv] = ACTIONS(706), + [anon_sym_overlay] = ACTIONS(706), + [anon_sym_where] = ACTIONS(706), + [anon_sym_not] = ACTIONS(706), + [anon_sym_DOT_DOT_LT] = ACTIONS(706), + [anon_sym_DOT_DOT] = ACTIONS(706), + [anon_sym_DOT_DOT_EQ] = ACTIONS(706), + [sym_val_nothing] = ACTIONS(706), + [anon_sym_true] = ACTIONS(706), + [anon_sym_false] = ACTIONS(706), + [aux_sym_val_number_token1] = ACTIONS(706), + [aux_sym_val_number_token2] = ACTIONS(706), + [aux_sym_val_number_token3] = ACTIONS(706), + [aux_sym_val_number_token4] = ACTIONS(706), + [anon_sym_inf] = ACTIONS(706), + [anon_sym_DASHinf] = ACTIONS(706), + [anon_sym_NaN] = ACTIONS(706), + [anon_sym_0b] = ACTIONS(706), + [anon_sym_0o] = ACTIONS(706), + [anon_sym_0x] = ACTIONS(706), + [sym_val_date] = ACTIONS(706), + [anon_sym_DQUOTE] = ACTIONS(706), + [sym__str_single_quotes] = ACTIONS(706), + [sym__str_back_ticks] = ACTIONS(706), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(706), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(706), + [anon_sym_CARET] = ACTIONS(706), + [sym_short_flag] = ACTIONS(1247), + [anon_sym_POUND] = ACTIONS(3), + }, + [566] = { + [sym__flag] = STATE(629), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(566), + [anon_sym_export] = ACTIONS(663), + [anon_sym_alias] = ACTIONS(663), + [anon_sym_let] = ACTIONS(663), + [anon_sym_let_DASHenv] = ACTIONS(663), + [anon_sym_mut] = ACTIONS(663), + [anon_sym_const] = ACTIONS(663), + [sym_cmd_identifier] = ACTIONS(663), + [anon_sym_SEMI] = ACTIONS(663), + [anon_sym_LF] = ACTIONS(665), + [anon_sym_def] = ACTIONS(663), + [anon_sym_def_DASHenv] = ACTIONS(663), + [anon_sym_export_DASHenv] = ACTIONS(663), + [anon_sym_extern] = ACTIONS(663), + [anon_sym_module] = ACTIONS(663), + [anon_sym_use] = ACTIONS(663), + [anon_sym_LBRACK] = ACTIONS(663), + [anon_sym_LPAREN] = ACTIONS(663), + [anon_sym_RPAREN] = ACTIONS(663), + [anon_sym_PIPE] = ACTIONS(663), + [anon_sym_DOLLAR] = ACTIONS(663), + [anon_sym_error] = ACTIONS(663), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(663), + [anon_sym_break] = ACTIONS(663), + [anon_sym_continue] = ACTIONS(663), + [anon_sym_for] = ACTIONS(663), + [anon_sym_loop] = ACTIONS(663), + [anon_sym_while] = ACTIONS(663), + [anon_sym_do] = ACTIONS(663), + [anon_sym_if] = ACTIONS(663), + [anon_sym_match] = ACTIONS(663), + [anon_sym_LBRACE] = ACTIONS(663), + [anon_sym_RBRACE] = ACTIONS(663), + [anon_sym_try] = ACTIONS(663), + [anon_sym_return] = ACTIONS(663), + [anon_sym_source] = ACTIONS(663), + [anon_sym_source_DASHenv] = ACTIONS(663), + [anon_sym_register] = ACTIONS(663), + [anon_sym_hide] = ACTIONS(663), + [anon_sym_hide_DASHenv] = ACTIONS(663), + [anon_sym_overlay] = ACTIONS(663), + [anon_sym_where] = ACTIONS(663), + [anon_sym_not] = ACTIONS(663), + [anon_sym_DOT_DOT_LT] = ACTIONS(663), + [anon_sym_DOT_DOT] = ACTIONS(663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(663), + [sym_val_nothing] = ACTIONS(663), + [anon_sym_true] = ACTIONS(663), + [anon_sym_false] = ACTIONS(663), + [aux_sym_val_number_token1] = ACTIONS(663), + [aux_sym_val_number_token2] = ACTIONS(663), + [aux_sym_val_number_token3] = ACTIONS(663), + [aux_sym_val_number_token4] = ACTIONS(663), + [anon_sym_inf] = ACTIONS(663), + [anon_sym_DASHinf] = ACTIONS(663), + [anon_sym_NaN] = ACTIONS(663), + [anon_sym_0b] = ACTIONS(663), + [anon_sym_0o] = ACTIONS(663), + [anon_sym_0x] = ACTIONS(663), + [sym_val_date] = ACTIONS(663), + [anon_sym_DQUOTE] = ACTIONS(663), + [sym__str_single_quotes] = ACTIONS(663), + [sym__str_back_ticks] = ACTIONS(663), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(663), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(663), + [anon_sym_CARET] = ACTIONS(663), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [567] = { + [sym_comment] = STATE(567), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(1249), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(1251), + [anon_sym_in] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_STAR_STAR] = ACTIONS(1255), + [anon_sym_PLUS_PLUS] = ACTIONS(1255), + [anon_sym_SLASH] = ACTIONS(1253), + [anon_sym_mod] = ACTIONS(1253), + [anon_sym_SLASH_SLASH] = ACTIONS(1253), + [anon_sym_PLUS] = ACTIONS(1251), + [anon_sym_bit_DASHshl] = ACTIONS(1257), + [anon_sym_bit_DASHshr] = ACTIONS(1257), + [anon_sym_EQ_EQ] = ACTIONS(1249), + [anon_sym_BANG_EQ] = ACTIONS(1249), + [anon_sym_LT2] = ACTIONS(1249), + [anon_sym_LT_EQ] = ACTIONS(1249), + [anon_sym_GT_EQ] = ACTIONS(1249), + [anon_sym_not_DASHin] = ACTIONS(769), + [anon_sym_starts_DASHwith] = ACTIONS(769), + [anon_sym_ends_DASHwith] = ACTIONS(769), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_err_GT] = ACTIONS(769), + [anon_sym_out_GT] = ACTIONS(769), + [anon_sym_e_GT] = ACTIONS(769), + [anon_sym_o_GT] = ACTIONS(769), + [anon_sym_err_PLUSout_GT] = ACTIONS(769), + [anon_sym_out_PLUSerr_GT] = ACTIONS(769), + [anon_sym_o_PLUSe_GT] = ACTIONS(769), + [anon_sym_e_PLUSo_GT] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [aux_sym_unquoted_token1] = ACTIONS(769), + [anon_sym_POUND] = ACTIONS(3), + }, + [568] = { + [sym_comment] = STATE(568), + [ts_builtin_sym_end] = ACTIONS(868), + [anon_sym_SEMI] = ACTIONS(866), + [anon_sym_LF] = ACTIONS(868), + [anon_sym_LBRACK] = ACTIONS(866), + [anon_sym_LPAREN] = ACTIONS(866), + [anon_sym_PIPE] = ACTIONS(866), + [anon_sym_DOLLAR] = ACTIONS(866), + [anon_sym_GT] = ACTIONS(866), + [anon_sym_DASH_DASH] = ACTIONS(866), + [anon_sym_DASH] = ACTIONS(866), + [anon_sym_in] = ACTIONS(866), + [anon_sym_LBRACE] = ACTIONS(866), + [anon_sym_STAR] = ACTIONS(866), + [anon_sym_STAR_STAR] = ACTIONS(866), + [anon_sym_PLUS_PLUS] = ACTIONS(866), + [anon_sym_SLASH] = ACTIONS(866), + [anon_sym_mod] = ACTIONS(866), + [anon_sym_SLASH_SLASH] = ACTIONS(866), + [anon_sym_PLUS] = ACTIONS(866), + [anon_sym_bit_DASHshl] = ACTIONS(866), + [anon_sym_bit_DASHshr] = ACTIONS(866), + [anon_sym_EQ_EQ] = ACTIONS(866), + [anon_sym_BANG_EQ] = ACTIONS(866), + [anon_sym_LT2] = ACTIONS(866), + [anon_sym_LT_EQ] = ACTIONS(866), + [anon_sym_GT_EQ] = ACTIONS(866), + [anon_sym_not_DASHin] = ACTIONS(866), + [anon_sym_starts_DASHwith] = ACTIONS(866), + [anon_sym_ends_DASHwith] = ACTIONS(866), + [anon_sym_EQ_TILDE] = ACTIONS(866), + [anon_sym_BANG_TILDE] = ACTIONS(866), + [anon_sym_bit_DASHand] = ACTIONS(866), + [anon_sym_bit_DASHxor] = ACTIONS(866), + [anon_sym_bit_DASHor] = ACTIONS(866), + [anon_sym_and] = ACTIONS(866), + [anon_sym_xor] = ACTIONS(866), + [anon_sym_or] = ACTIONS(866), + [anon_sym_DOT_DOT_LT] = ACTIONS(866), + [anon_sym_DOT_DOT] = ACTIONS(866), + [anon_sym_DOT_DOT_EQ] = ACTIONS(866), + [sym_val_nothing] = ACTIONS(866), + [anon_sym_true] = ACTIONS(866), + [anon_sym_false] = ACTIONS(866), + [aux_sym_val_number_token1] = ACTIONS(866), + [aux_sym_val_number_token2] = ACTIONS(866), + [aux_sym_val_number_token3] = ACTIONS(866), + [aux_sym_val_number_token4] = ACTIONS(866), + [anon_sym_inf] = ACTIONS(866), + [anon_sym_DASHinf] = ACTIONS(866), + [anon_sym_NaN] = ACTIONS(866), + [anon_sym_0b] = ACTIONS(866), + [anon_sym_0o] = ACTIONS(866), + [anon_sym_0x] = ACTIONS(866), + [sym_val_date] = ACTIONS(866), + [anon_sym_DQUOTE] = ACTIONS(866), + [sym__str_single_quotes] = ACTIONS(866), + [sym__str_back_ticks] = ACTIONS(866), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(866), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(866), + [anon_sym_err_GT] = ACTIONS(866), + [anon_sym_out_GT] = ACTIONS(866), + [anon_sym_e_GT] = ACTIONS(866), + [anon_sym_o_GT] = ACTIONS(866), + [anon_sym_err_PLUSout_GT] = ACTIONS(866), + [anon_sym_out_PLUSerr_GT] = ACTIONS(866), + [anon_sym_o_PLUSe_GT] = ACTIONS(866), + [anon_sym_e_PLUSo_GT] = ACTIONS(866), + [sym_short_flag] = ACTIONS(866), + [aux_sym_unquoted_token1] = ACTIONS(866), + [anon_sym_POUND] = ACTIONS(3), + }, + [569] = { + [sym_comment] = STATE(569), [ts_builtin_sym_end] = ACTIONS(771), [anon_sym_SEMI] = ACTIONS(769), [anon_sym_LF] = ACTIONS(771), @@ -101308,16 +99415,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(769), [anon_sym_GT] = ACTIONS(769), [anon_sym_DASH_DASH] = ACTIONS(769), - [anon_sym_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(1251), [anon_sym_in] = ACTIONS(769), [anon_sym_LBRACE] = ACTIONS(769), - [anon_sym_STAR] = ACTIONS(769), - [anon_sym_STAR_STAR] = ACTIONS(769), - [anon_sym_PLUS_PLUS] = ACTIONS(769), - [anon_sym_SLASH] = ACTIONS(769), - [anon_sym_mod] = ACTIONS(769), - [anon_sym_SLASH_SLASH] = ACTIONS(769), - [anon_sym_PLUS] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_STAR_STAR] = ACTIONS(1255), + [anon_sym_PLUS_PLUS] = ACTIONS(1255), + [anon_sym_SLASH] = ACTIONS(1253), + [anon_sym_mod] = ACTIONS(1253), + [anon_sym_SLASH_SLASH] = ACTIONS(1253), + [anon_sym_PLUS] = ACTIONS(1251), [anon_sym_bit_DASHshl] = ACTIONS(769), [anon_sym_bit_DASHshr] = ACTIONS(769), [anon_sym_EQ_EQ] = ACTIONS(769), @@ -101370,2855 +99477,2855 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token1] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [596] = { - [sym_comment] = STATE(596), - [ts_builtin_sym_end] = ACTIONS(842), - [anon_sym_SEMI] = ACTIONS(840), - [anon_sym_LF] = ACTIONS(842), - [anon_sym_LBRACK] = ACTIONS(840), - [anon_sym_LPAREN] = ACTIONS(840), - [anon_sym_PIPE] = ACTIONS(840), - [anon_sym_DOLLAR] = ACTIONS(840), - [anon_sym_GT] = ACTIONS(840), - [anon_sym_DASH_DASH] = ACTIONS(840), - [anon_sym_DASH] = ACTIONS(840), - [anon_sym_in] = ACTIONS(840), - [anon_sym_LBRACE] = ACTIONS(840), - [anon_sym_STAR] = ACTIONS(840), - [anon_sym_STAR_STAR] = ACTIONS(840), - [anon_sym_PLUS_PLUS] = ACTIONS(840), - [anon_sym_SLASH] = ACTIONS(840), - [anon_sym_mod] = ACTIONS(840), - [anon_sym_SLASH_SLASH] = ACTIONS(840), - [anon_sym_PLUS] = ACTIONS(840), - [anon_sym_bit_DASHshl] = ACTIONS(840), - [anon_sym_bit_DASHshr] = ACTIONS(840), - [anon_sym_EQ_EQ] = ACTIONS(840), - [anon_sym_BANG_EQ] = ACTIONS(840), - [anon_sym_LT2] = ACTIONS(840), - [anon_sym_LT_EQ] = ACTIONS(840), - [anon_sym_GT_EQ] = ACTIONS(840), - [anon_sym_not_DASHin] = ACTIONS(840), - [anon_sym_starts_DASHwith] = ACTIONS(840), - [anon_sym_ends_DASHwith] = ACTIONS(840), - [anon_sym_EQ_TILDE] = ACTIONS(840), - [anon_sym_BANG_TILDE] = ACTIONS(840), - [anon_sym_bit_DASHand] = ACTIONS(840), - [anon_sym_bit_DASHxor] = ACTIONS(840), - [anon_sym_bit_DASHor] = ACTIONS(840), - [anon_sym_and] = ACTIONS(840), - [anon_sym_xor] = ACTIONS(840), - [anon_sym_or] = ACTIONS(840), - [anon_sym_DOT_DOT_LT] = ACTIONS(840), - [anon_sym_DOT_DOT] = ACTIONS(840), - [anon_sym_DOT_DOT_EQ] = ACTIONS(840), - [sym_val_nothing] = ACTIONS(840), - [anon_sym_true] = ACTIONS(840), - [anon_sym_false] = ACTIONS(840), - [aux_sym_val_number_token1] = ACTIONS(840), - [aux_sym_val_number_token2] = ACTIONS(840), - [aux_sym_val_number_token3] = ACTIONS(840), - [aux_sym_val_number_token4] = ACTIONS(840), - [anon_sym_inf] = ACTIONS(840), - [anon_sym_DASHinf] = ACTIONS(840), - [anon_sym_NaN] = ACTIONS(840), - [anon_sym_0b] = ACTIONS(840), - [anon_sym_0o] = ACTIONS(840), - [anon_sym_0x] = ACTIONS(840), - [sym_val_date] = ACTIONS(840), - [anon_sym_DQUOTE] = ACTIONS(840), - [sym__str_single_quotes] = ACTIONS(840), - [sym__str_back_ticks] = ACTIONS(840), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(840), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(840), - [anon_sym_err_GT] = ACTIONS(840), - [anon_sym_out_GT] = ACTIONS(840), - [anon_sym_e_GT] = ACTIONS(840), - [anon_sym_o_GT] = ACTIONS(840), - [anon_sym_err_PLUSout_GT] = ACTIONS(840), - [anon_sym_out_PLUSerr_GT] = ACTIONS(840), - [anon_sym_o_PLUSe_GT] = ACTIONS(840), - [anon_sym_e_PLUSo_GT] = ACTIONS(840), - [sym_short_flag] = ACTIONS(840), - [aux_sym_unquoted_token1] = ACTIONS(840), - [anon_sym_POUND] = ACTIONS(3), - }, - [597] = { - [sym_comment] = STATE(597), - [ts_builtin_sym_end] = ACTIONS(838), - [anon_sym_SEMI] = ACTIONS(836), - [anon_sym_LF] = ACTIONS(838), - [anon_sym_LBRACK] = ACTIONS(836), - [anon_sym_LPAREN] = ACTIONS(836), - [anon_sym_PIPE] = ACTIONS(836), - [anon_sym_DOLLAR] = ACTIONS(836), - [anon_sym_GT] = ACTIONS(836), - [anon_sym_DASH_DASH] = ACTIONS(836), - [anon_sym_DASH] = ACTIONS(836), - [anon_sym_in] = ACTIONS(836), - [anon_sym_LBRACE] = ACTIONS(836), - [anon_sym_STAR] = ACTIONS(836), - [anon_sym_STAR_STAR] = ACTIONS(836), - [anon_sym_PLUS_PLUS] = ACTIONS(836), - [anon_sym_SLASH] = ACTIONS(836), - [anon_sym_mod] = ACTIONS(836), - [anon_sym_SLASH_SLASH] = ACTIONS(836), - [anon_sym_PLUS] = ACTIONS(836), - [anon_sym_bit_DASHshl] = ACTIONS(836), - [anon_sym_bit_DASHshr] = ACTIONS(836), - [anon_sym_EQ_EQ] = ACTIONS(836), - [anon_sym_BANG_EQ] = ACTIONS(836), - [anon_sym_LT2] = ACTIONS(836), - [anon_sym_LT_EQ] = ACTIONS(836), - [anon_sym_GT_EQ] = ACTIONS(836), - [anon_sym_not_DASHin] = ACTIONS(836), - [anon_sym_starts_DASHwith] = ACTIONS(836), - [anon_sym_ends_DASHwith] = ACTIONS(836), - [anon_sym_EQ_TILDE] = ACTIONS(836), - [anon_sym_BANG_TILDE] = ACTIONS(836), - [anon_sym_bit_DASHand] = ACTIONS(836), - [anon_sym_bit_DASHxor] = ACTIONS(836), - [anon_sym_bit_DASHor] = ACTIONS(836), - [anon_sym_and] = ACTIONS(836), - [anon_sym_xor] = ACTIONS(836), - [anon_sym_or] = ACTIONS(836), - [anon_sym_DOT_DOT_LT] = ACTIONS(836), - [anon_sym_DOT_DOT] = ACTIONS(836), - [anon_sym_DOT_DOT_EQ] = ACTIONS(836), - [sym_val_nothing] = ACTIONS(836), - [anon_sym_true] = ACTIONS(836), - [anon_sym_false] = ACTIONS(836), - [aux_sym_val_number_token1] = ACTIONS(836), - [aux_sym_val_number_token2] = ACTIONS(836), - [aux_sym_val_number_token3] = ACTIONS(836), - [aux_sym_val_number_token4] = ACTIONS(836), - [anon_sym_inf] = ACTIONS(836), - [anon_sym_DASHinf] = ACTIONS(836), - [anon_sym_NaN] = ACTIONS(836), - [anon_sym_0b] = ACTIONS(836), - [anon_sym_0o] = ACTIONS(836), - [anon_sym_0x] = ACTIONS(836), - [sym_val_date] = ACTIONS(836), - [anon_sym_DQUOTE] = ACTIONS(836), - [sym__str_single_quotes] = ACTIONS(836), - [sym__str_back_ticks] = ACTIONS(836), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(836), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(836), - [anon_sym_err_GT] = ACTIONS(836), - [anon_sym_out_GT] = ACTIONS(836), - [anon_sym_e_GT] = ACTIONS(836), - [anon_sym_o_GT] = ACTIONS(836), - [anon_sym_err_PLUSout_GT] = ACTIONS(836), - [anon_sym_out_PLUSerr_GT] = ACTIONS(836), - [anon_sym_o_PLUSe_GT] = ACTIONS(836), - [anon_sym_e_PLUSo_GT] = ACTIONS(836), - [sym_short_flag] = ACTIONS(836), - [aux_sym_unquoted_token1] = ACTIONS(836), - [anon_sym_POUND] = ACTIONS(3), - }, - [598] = { - [sym_comment] = STATE(598), - [anon_sym_export] = ACTIONS(698), - [anon_sym_alias] = ACTIONS(698), - [anon_sym_let] = ACTIONS(698), - [anon_sym_let_DASHenv] = ACTIONS(698), - [anon_sym_mut] = ACTIONS(698), - [anon_sym_const] = ACTIONS(698), - [sym_cmd_identifier] = ACTIONS(698), - [anon_sym_SEMI] = ACTIONS(698), - [anon_sym_LF] = ACTIONS(700), - [anon_sym_def] = ACTIONS(698), - [anon_sym_def_DASHenv] = ACTIONS(698), - [anon_sym_export_DASHenv] = ACTIONS(698), - [anon_sym_extern] = ACTIONS(698), - [anon_sym_module] = ACTIONS(698), - [anon_sym_use] = ACTIONS(698), - [anon_sym_LBRACK] = ACTIONS(698), - [anon_sym_LPAREN] = ACTIONS(698), - [anon_sym_RPAREN] = ACTIONS(698), - [anon_sym_PIPE] = ACTIONS(698), - [anon_sym_DOLLAR] = ACTIONS(698), - [anon_sym_error] = ACTIONS(698), - [anon_sym_DASH_DASH] = ACTIONS(698), - [anon_sym_DASH] = ACTIONS(698), - [anon_sym_break] = ACTIONS(698), - [anon_sym_continue] = ACTIONS(698), - [anon_sym_for] = ACTIONS(698), - [anon_sym_loop] = ACTIONS(698), - [anon_sym_while] = ACTIONS(698), - [anon_sym_do] = ACTIONS(698), - [anon_sym_if] = ACTIONS(698), - [anon_sym_match] = ACTIONS(698), - [anon_sym_LBRACE] = ACTIONS(698), - [anon_sym_RBRACE] = ACTIONS(698), - [anon_sym_DOT] = ACTIONS(698), - [anon_sym_try] = ACTIONS(698), - [anon_sym_return] = ACTIONS(698), - [anon_sym_source] = ACTIONS(698), - [anon_sym_source_DASHenv] = ACTIONS(698), - [anon_sym_register] = ACTIONS(698), - [anon_sym_hide] = ACTIONS(698), - [anon_sym_hide_DASHenv] = ACTIONS(698), - [anon_sym_overlay] = ACTIONS(698), - [anon_sym_where] = ACTIONS(698), - [anon_sym_QMARK2] = ACTIONS(698), - [anon_sym_not] = ACTIONS(698), - [anon_sym_DOT_DOT_LT] = ACTIONS(698), - [anon_sym_DOT_DOT] = ACTIONS(698), - [anon_sym_DOT_DOT_EQ] = ACTIONS(698), - [sym_val_nothing] = ACTIONS(698), - [anon_sym_true] = ACTIONS(698), - [anon_sym_false] = ACTIONS(698), - [aux_sym_val_number_token1] = ACTIONS(698), - [aux_sym_val_number_token2] = ACTIONS(698), - [aux_sym_val_number_token3] = ACTIONS(698), - [aux_sym_val_number_token4] = ACTIONS(698), - [anon_sym_inf] = ACTIONS(698), - [anon_sym_DASHinf] = ACTIONS(698), - [anon_sym_NaN] = ACTIONS(698), - [anon_sym_0b] = ACTIONS(698), - [anon_sym_0o] = ACTIONS(698), - [anon_sym_0x] = ACTIONS(698), - [sym_val_date] = ACTIONS(698), - [anon_sym_DQUOTE] = ACTIONS(698), - [sym__str_single_quotes] = ACTIONS(698), - [sym__str_back_ticks] = ACTIONS(698), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(698), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(698), - [anon_sym_CARET] = ACTIONS(698), - [sym_short_flag] = ACTIONS(698), - [anon_sym_POUND] = ACTIONS(3), - }, - [599] = { - [sym_comment] = STATE(599), - [ts_builtin_sym_end] = ACTIONS(109), - [anon_sym_SEMI] = ACTIONS(107), - [anon_sym_LF] = ACTIONS(109), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_LPAREN] = ACTIONS(107), - [anon_sym_PIPE] = ACTIONS(107), - [anon_sym_DOLLAR] = ACTIONS(107), - [anon_sym_GT] = ACTIONS(107), - [anon_sym_DASH_DASH] = ACTIONS(107), - [anon_sym_DASH] = ACTIONS(107), - [anon_sym_in] = ACTIONS(107), - [anon_sym_LBRACE] = ACTIONS(107), - [anon_sym_STAR] = ACTIONS(107), - [anon_sym_STAR_STAR] = ACTIONS(107), - [anon_sym_PLUS_PLUS] = ACTIONS(107), - [anon_sym_SLASH] = ACTIONS(107), - [anon_sym_mod] = ACTIONS(107), - [anon_sym_SLASH_SLASH] = ACTIONS(107), - [anon_sym_PLUS] = ACTIONS(107), - [anon_sym_bit_DASHshl] = ACTIONS(107), - [anon_sym_bit_DASHshr] = ACTIONS(107), - [anon_sym_EQ_EQ] = ACTIONS(107), - [anon_sym_BANG_EQ] = ACTIONS(107), - [anon_sym_LT2] = ACTIONS(107), - [anon_sym_LT_EQ] = ACTIONS(107), - [anon_sym_GT_EQ] = ACTIONS(107), - [anon_sym_not_DASHin] = ACTIONS(107), - [anon_sym_starts_DASHwith] = ACTIONS(107), - [anon_sym_ends_DASHwith] = ACTIONS(107), - [anon_sym_EQ_TILDE] = ACTIONS(107), - [anon_sym_BANG_TILDE] = ACTIONS(107), - [anon_sym_bit_DASHand] = ACTIONS(107), - [anon_sym_bit_DASHxor] = ACTIONS(107), - [anon_sym_bit_DASHor] = ACTIONS(107), - [anon_sym_and] = ACTIONS(107), - [anon_sym_xor] = ACTIONS(107), - [anon_sym_or] = ACTIONS(107), - [anon_sym_DOT_DOT_LT] = ACTIONS(107), - [anon_sym_DOT_DOT] = ACTIONS(107), - [anon_sym_DOT_DOT_EQ] = ACTIONS(107), - [sym_val_nothing] = ACTIONS(107), - [anon_sym_true] = ACTIONS(107), - [anon_sym_false] = ACTIONS(107), - [aux_sym_val_number_token1] = ACTIONS(107), - [aux_sym_val_number_token2] = ACTIONS(107), - [aux_sym_val_number_token3] = ACTIONS(107), - [aux_sym_val_number_token4] = ACTIONS(107), - [anon_sym_inf] = ACTIONS(107), - [anon_sym_DASHinf] = ACTIONS(107), - [anon_sym_NaN] = ACTIONS(107), - [anon_sym_0b] = ACTIONS(107), - [anon_sym_0o] = ACTIONS(107), - [anon_sym_0x] = ACTIONS(107), - [sym_val_date] = ACTIONS(107), - [anon_sym_DQUOTE] = ACTIONS(107), - [sym__str_single_quotes] = ACTIONS(107), - [sym__str_back_ticks] = ACTIONS(107), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), - [anon_sym_err_GT] = ACTIONS(107), - [anon_sym_out_GT] = ACTIONS(107), - [anon_sym_e_GT] = ACTIONS(107), - [anon_sym_o_GT] = ACTIONS(107), - [anon_sym_err_PLUSout_GT] = ACTIONS(107), - [anon_sym_out_PLUSerr_GT] = ACTIONS(107), - [anon_sym_o_PLUSe_GT] = ACTIONS(107), - [anon_sym_e_PLUSo_GT] = ACTIONS(107), - [sym_short_flag] = ACTIONS(107), - [aux_sym_unquoted_token1] = ACTIONS(107), - [anon_sym_POUND] = ACTIONS(3), - }, - [600] = { - [sym_comment] = STATE(600), - [anon_sym_export] = ACTIONS(656), - [anon_sym_alias] = ACTIONS(656), - [anon_sym_let] = ACTIONS(656), - [anon_sym_let_DASHenv] = ACTIONS(656), - [anon_sym_mut] = ACTIONS(656), - [anon_sym_const] = ACTIONS(656), - [sym_cmd_identifier] = ACTIONS(656), - [anon_sym_SEMI] = ACTIONS(656), - [anon_sym_LF] = ACTIONS(658), - [anon_sym_def] = ACTIONS(656), - [anon_sym_def_DASHenv] = ACTIONS(656), - [anon_sym_export_DASHenv] = ACTIONS(656), - [anon_sym_extern] = ACTIONS(656), - [anon_sym_module] = ACTIONS(656), - [anon_sym_use] = ACTIONS(656), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LPAREN] = ACTIONS(656), - [anon_sym_RPAREN] = ACTIONS(656), - [anon_sym_PIPE] = ACTIONS(656), - [anon_sym_DOLLAR] = ACTIONS(656), - [anon_sym_error] = ACTIONS(656), - [anon_sym_DASH_DASH] = ACTIONS(656), - [anon_sym_DASH] = ACTIONS(656), - [anon_sym_break] = ACTIONS(656), - [anon_sym_continue] = ACTIONS(656), - [anon_sym_for] = ACTIONS(656), - [anon_sym_loop] = ACTIONS(656), - [anon_sym_while] = ACTIONS(656), - [anon_sym_do] = ACTIONS(656), - [anon_sym_if] = ACTIONS(656), - [anon_sym_match] = ACTIONS(656), - [anon_sym_LBRACE] = ACTIONS(656), - [anon_sym_RBRACE] = ACTIONS(656), - [anon_sym_DOT] = ACTIONS(656), - [anon_sym_try] = ACTIONS(656), - [anon_sym_return] = ACTIONS(656), - [anon_sym_source] = ACTIONS(656), - [anon_sym_source_DASHenv] = ACTIONS(656), - [anon_sym_register] = ACTIONS(656), - [anon_sym_hide] = ACTIONS(656), - [anon_sym_hide_DASHenv] = ACTIONS(656), - [anon_sym_overlay] = ACTIONS(656), - [anon_sym_where] = ACTIONS(656), - [anon_sym_QMARK2] = ACTIONS(1286), - [anon_sym_not] = ACTIONS(656), - [anon_sym_DOT_DOT_LT] = ACTIONS(656), - [anon_sym_DOT_DOT] = ACTIONS(656), - [anon_sym_DOT_DOT_EQ] = ACTIONS(656), - [sym_val_nothing] = ACTIONS(656), - [anon_sym_true] = ACTIONS(656), - [anon_sym_false] = ACTIONS(656), - [aux_sym_val_number_token1] = ACTIONS(656), - [aux_sym_val_number_token2] = ACTIONS(656), - [aux_sym_val_number_token3] = ACTIONS(656), - [aux_sym_val_number_token4] = ACTIONS(656), - [anon_sym_inf] = ACTIONS(656), - [anon_sym_DASHinf] = ACTIONS(656), - [anon_sym_NaN] = ACTIONS(656), - [anon_sym_0b] = ACTIONS(656), - [anon_sym_0o] = ACTIONS(656), - [anon_sym_0x] = ACTIONS(656), - [sym_val_date] = ACTIONS(656), - [anon_sym_DQUOTE] = ACTIONS(656), - [sym__str_single_quotes] = ACTIONS(656), - [sym__str_back_ticks] = ACTIONS(656), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(656), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(656), - [anon_sym_CARET] = ACTIONS(656), - [sym_short_flag] = ACTIONS(656), - [anon_sym_POUND] = ACTIONS(3), - }, - [601] = { - [sym_comment] = STATE(601), - [anon_sym_export] = ACTIONS(656), - [anon_sym_alias] = ACTIONS(656), - [anon_sym_let] = ACTIONS(656), - [anon_sym_let_DASHenv] = ACTIONS(656), - [anon_sym_mut] = ACTIONS(656), - [anon_sym_const] = ACTIONS(656), - [sym_cmd_identifier] = ACTIONS(656), - [anon_sym_SEMI] = ACTIONS(656), - [anon_sym_LF] = ACTIONS(658), - [anon_sym_def] = ACTIONS(656), - [anon_sym_def_DASHenv] = ACTIONS(656), - [anon_sym_export_DASHenv] = ACTIONS(656), - [anon_sym_extern] = ACTIONS(656), - [anon_sym_module] = ACTIONS(656), - [anon_sym_use] = ACTIONS(656), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LPAREN] = ACTIONS(656), - [anon_sym_RPAREN] = ACTIONS(656), - [anon_sym_PIPE] = ACTIONS(656), - [anon_sym_DOLLAR] = ACTIONS(656), - [anon_sym_error] = ACTIONS(656), - [anon_sym_DASH_DASH] = ACTIONS(656), - [anon_sym_DASH] = ACTIONS(656), - [anon_sym_break] = ACTIONS(656), - [anon_sym_continue] = ACTIONS(656), - [anon_sym_for] = ACTIONS(656), - [anon_sym_loop] = ACTIONS(656), - [anon_sym_while] = ACTIONS(656), - [anon_sym_do] = ACTIONS(656), - [anon_sym_if] = ACTIONS(656), - [anon_sym_match] = ACTIONS(656), - [anon_sym_LBRACE] = ACTIONS(656), - [anon_sym_RBRACE] = ACTIONS(656), - [anon_sym_DOT] = ACTIONS(656), - [anon_sym_try] = ACTIONS(656), - [anon_sym_return] = ACTIONS(656), - [anon_sym_source] = ACTIONS(656), - [anon_sym_source_DASHenv] = ACTIONS(656), - [anon_sym_register] = ACTIONS(656), - [anon_sym_hide] = ACTIONS(656), - [anon_sym_hide_DASHenv] = ACTIONS(656), - [anon_sym_overlay] = ACTIONS(656), - [anon_sym_where] = ACTIONS(656), - [anon_sym_QMARK2] = ACTIONS(1286), - [anon_sym_not] = ACTIONS(656), - [anon_sym_DOT_DOT_LT] = ACTIONS(656), - [anon_sym_DOT_DOT] = ACTIONS(656), - [anon_sym_DOT_DOT_EQ] = ACTIONS(656), - [sym_val_nothing] = ACTIONS(656), - [anon_sym_true] = ACTIONS(656), - [anon_sym_false] = ACTIONS(656), - [aux_sym_val_number_token1] = ACTIONS(656), - [aux_sym_val_number_token2] = ACTIONS(656), - [aux_sym_val_number_token3] = ACTIONS(656), - [aux_sym_val_number_token4] = ACTIONS(656), - [anon_sym_inf] = ACTIONS(656), - [anon_sym_DASHinf] = ACTIONS(656), - [anon_sym_NaN] = ACTIONS(656), - [anon_sym_0b] = ACTIONS(656), - [anon_sym_0o] = ACTIONS(656), - [anon_sym_0x] = ACTIONS(656), - [sym_val_date] = ACTIONS(656), - [anon_sym_DQUOTE] = ACTIONS(656), - [sym__str_single_quotes] = ACTIONS(656), - [sym__str_back_ticks] = ACTIONS(656), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(656), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(656), - [anon_sym_CARET] = ACTIONS(656), - [sym_short_flag] = ACTIONS(656), + [570] = { + [sym_cell_path] = STATE(734), + [sym_path] = STATE(594), + [sym_comment] = STATE(570), + [ts_builtin_sym_end] = ACTIONS(587), + [anon_sym_export] = ACTIONS(585), + [anon_sym_alias] = ACTIONS(585), + [anon_sym_let] = ACTIONS(585), + [anon_sym_let_DASHenv] = ACTIONS(585), + [anon_sym_mut] = ACTIONS(585), + [anon_sym_const] = ACTIONS(585), + [sym_cmd_identifier] = ACTIONS(585), + [anon_sym_SEMI] = ACTIONS(585), + [anon_sym_LF] = ACTIONS(587), + [anon_sym_def] = ACTIONS(585), + [anon_sym_def_DASHenv] = ACTIONS(585), + [anon_sym_export_DASHenv] = ACTIONS(585), + [anon_sym_extern] = ACTIONS(585), + [anon_sym_module] = ACTIONS(585), + [anon_sym_use] = ACTIONS(585), + [anon_sym_LBRACK] = ACTIONS(585), + [anon_sym_LPAREN] = ACTIONS(585), + [anon_sym_PIPE] = ACTIONS(585), + [anon_sym_DOLLAR] = ACTIONS(585), + [anon_sym_error] = ACTIONS(585), + [anon_sym_DASH_DASH] = ACTIONS(585), + [anon_sym_DASH] = ACTIONS(585), + [anon_sym_break] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(585), + [anon_sym_for] = ACTIONS(585), + [anon_sym_loop] = ACTIONS(585), + [anon_sym_while] = ACTIONS(585), + [anon_sym_do] = ACTIONS(585), + [anon_sym_if] = ACTIONS(585), + [anon_sym_match] = ACTIONS(585), + [anon_sym_LBRACE] = ACTIONS(585), + [anon_sym_DOT] = ACTIONS(1259), + [anon_sym_try] = ACTIONS(585), + [anon_sym_return] = ACTIONS(585), + [anon_sym_source] = ACTIONS(585), + [anon_sym_source_DASHenv] = ACTIONS(585), + [anon_sym_register] = ACTIONS(585), + [anon_sym_hide] = ACTIONS(585), + [anon_sym_hide_DASHenv] = ACTIONS(585), + [anon_sym_overlay] = ACTIONS(585), + [anon_sym_where] = ACTIONS(585), + [anon_sym_not] = ACTIONS(585), + [anon_sym_DOT_DOT_LT] = ACTIONS(585), + [anon_sym_DOT_DOT] = ACTIONS(585), + [anon_sym_DOT_DOT_EQ] = ACTIONS(585), + [sym_val_nothing] = ACTIONS(585), + [anon_sym_true] = ACTIONS(585), + [anon_sym_false] = ACTIONS(585), + [aux_sym_val_number_token1] = ACTIONS(585), + [aux_sym_val_number_token2] = ACTIONS(585), + [aux_sym_val_number_token3] = ACTIONS(585), + [aux_sym_val_number_token4] = ACTIONS(585), + [anon_sym_inf] = ACTIONS(585), + [anon_sym_DASHinf] = ACTIONS(585), + [anon_sym_NaN] = ACTIONS(585), + [anon_sym_0b] = ACTIONS(585), + [anon_sym_0o] = ACTIONS(585), + [anon_sym_0x] = ACTIONS(585), + [sym_val_date] = ACTIONS(585), + [anon_sym_DQUOTE] = ACTIONS(585), + [sym__str_single_quotes] = ACTIONS(585), + [sym__str_back_ticks] = ACTIONS(585), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(585), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(585), + [anon_sym_CARET] = ACTIONS(585), + [sym_short_flag] = ACTIONS(585), [anon_sym_POUND] = ACTIONS(3), }, - [602] = { - [sym_comment] = STATE(602), - [ts_builtin_sym_end] = ACTIONS(814), - [anon_sym_SEMI] = ACTIONS(812), - [anon_sym_LF] = ACTIONS(814), - [anon_sym_LBRACK] = ACTIONS(812), - [anon_sym_LPAREN] = ACTIONS(812), - [anon_sym_PIPE] = ACTIONS(812), - [anon_sym_DOLLAR] = ACTIONS(812), - [anon_sym_GT] = ACTIONS(812), - [anon_sym_DASH_DASH] = ACTIONS(812), - [anon_sym_DASH] = ACTIONS(812), - [anon_sym_in] = ACTIONS(812), - [anon_sym_LBRACE] = ACTIONS(812), - [anon_sym_STAR] = ACTIONS(812), - [anon_sym_STAR_STAR] = ACTIONS(812), - [anon_sym_PLUS_PLUS] = ACTIONS(812), - [anon_sym_SLASH] = ACTIONS(812), - [anon_sym_mod] = ACTIONS(812), - [anon_sym_SLASH_SLASH] = ACTIONS(812), - [anon_sym_PLUS] = ACTIONS(812), - [anon_sym_bit_DASHshl] = ACTIONS(812), - [anon_sym_bit_DASHshr] = ACTIONS(812), - [anon_sym_EQ_EQ] = ACTIONS(812), - [anon_sym_BANG_EQ] = ACTIONS(812), - [anon_sym_LT2] = ACTIONS(812), - [anon_sym_LT_EQ] = ACTIONS(812), - [anon_sym_GT_EQ] = ACTIONS(812), - [anon_sym_not_DASHin] = ACTIONS(812), - [anon_sym_starts_DASHwith] = ACTIONS(812), - [anon_sym_ends_DASHwith] = ACTIONS(812), - [anon_sym_EQ_TILDE] = ACTIONS(812), - [anon_sym_BANG_TILDE] = ACTIONS(812), - [anon_sym_bit_DASHand] = ACTIONS(812), - [anon_sym_bit_DASHxor] = ACTIONS(812), - [anon_sym_bit_DASHor] = ACTIONS(812), - [anon_sym_and] = ACTIONS(812), - [anon_sym_xor] = ACTIONS(812), - [anon_sym_or] = ACTIONS(812), - [anon_sym_DOT_DOT_LT] = ACTIONS(812), - [anon_sym_DOT_DOT] = ACTIONS(812), - [anon_sym_DOT_DOT_EQ] = ACTIONS(812), - [sym_val_nothing] = ACTIONS(812), - [anon_sym_true] = ACTIONS(812), - [anon_sym_false] = ACTIONS(812), - [aux_sym_val_number_token1] = ACTIONS(812), - [aux_sym_val_number_token2] = ACTIONS(812), - [aux_sym_val_number_token3] = ACTIONS(812), - [aux_sym_val_number_token4] = ACTIONS(812), - [anon_sym_inf] = ACTIONS(812), - [anon_sym_DASHinf] = ACTIONS(812), - [anon_sym_NaN] = ACTIONS(812), - [anon_sym_0b] = ACTIONS(812), - [anon_sym_0o] = ACTIONS(812), - [anon_sym_0x] = ACTIONS(812), - [sym_val_date] = ACTIONS(812), - [anon_sym_DQUOTE] = ACTIONS(812), - [sym__str_single_quotes] = ACTIONS(812), - [sym__str_back_ticks] = ACTIONS(812), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(812), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(812), - [anon_sym_err_GT] = ACTIONS(812), - [anon_sym_out_GT] = ACTIONS(812), - [anon_sym_e_GT] = ACTIONS(812), - [anon_sym_o_GT] = ACTIONS(812), - [anon_sym_err_PLUSout_GT] = ACTIONS(812), - [anon_sym_out_PLUSerr_GT] = ACTIONS(812), - [anon_sym_o_PLUSe_GT] = ACTIONS(812), - [anon_sym_e_PLUSo_GT] = ACTIONS(812), - [sym_short_flag] = ACTIONS(812), - [aux_sym_unquoted_token1] = ACTIONS(812), + [571] = { + [sym_comment] = STATE(571), + [ts_builtin_sym_end] = ACTIONS(791), + [anon_sym_SEMI] = ACTIONS(789), + [anon_sym_LF] = ACTIONS(791), + [anon_sym_LBRACK] = ACTIONS(789), + [anon_sym_LPAREN] = ACTIONS(789), + [anon_sym_PIPE] = ACTIONS(789), + [anon_sym_DOLLAR] = ACTIONS(789), + [anon_sym_GT] = ACTIONS(789), + [anon_sym_DASH_DASH] = ACTIONS(789), + [anon_sym_DASH] = ACTIONS(789), + [anon_sym_in] = ACTIONS(789), + [anon_sym_LBRACE] = ACTIONS(789), + [anon_sym_STAR] = ACTIONS(789), + [anon_sym_STAR_STAR] = ACTIONS(789), + [anon_sym_PLUS_PLUS] = ACTIONS(789), + [anon_sym_SLASH] = ACTIONS(789), + [anon_sym_mod] = ACTIONS(789), + [anon_sym_SLASH_SLASH] = ACTIONS(789), + [anon_sym_PLUS] = ACTIONS(789), + [anon_sym_bit_DASHshl] = ACTIONS(789), + [anon_sym_bit_DASHshr] = ACTIONS(789), + [anon_sym_EQ_EQ] = ACTIONS(789), + [anon_sym_BANG_EQ] = ACTIONS(789), + [anon_sym_LT2] = ACTIONS(789), + [anon_sym_LT_EQ] = ACTIONS(789), + [anon_sym_GT_EQ] = ACTIONS(789), + [anon_sym_not_DASHin] = ACTIONS(789), + [anon_sym_starts_DASHwith] = ACTIONS(789), + [anon_sym_ends_DASHwith] = ACTIONS(789), + [anon_sym_EQ_TILDE] = ACTIONS(789), + [anon_sym_BANG_TILDE] = ACTIONS(789), + [anon_sym_bit_DASHand] = ACTIONS(789), + [anon_sym_bit_DASHxor] = ACTIONS(789), + [anon_sym_bit_DASHor] = ACTIONS(789), + [anon_sym_and] = ACTIONS(789), + [anon_sym_xor] = ACTIONS(789), + [anon_sym_or] = ACTIONS(789), + [anon_sym_DOT_DOT_LT] = ACTIONS(141), + [anon_sym_DOT_DOT] = ACTIONS(141), + [anon_sym_DOT_DOT_EQ] = ACTIONS(141), + [sym_val_nothing] = ACTIONS(789), + [anon_sym_true] = ACTIONS(789), + [anon_sym_false] = ACTIONS(789), + [aux_sym_val_number_token1] = ACTIONS(789), + [aux_sym_val_number_token2] = ACTIONS(789), + [aux_sym_val_number_token3] = ACTIONS(789), + [aux_sym_val_number_token4] = ACTIONS(789), + [anon_sym_inf] = ACTIONS(789), + [anon_sym_DASHinf] = ACTIONS(789), + [anon_sym_NaN] = ACTIONS(789), + [anon_sym_0b] = ACTIONS(789), + [anon_sym_0o] = ACTIONS(789), + [anon_sym_0x] = ACTIONS(789), + [sym_val_date] = ACTIONS(789), + [anon_sym_DQUOTE] = ACTIONS(789), + [sym__str_single_quotes] = ACTIONS(789), + [sym__str_back_ticks] = ACTIONS(789), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(789), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(789), + [anon_sym_err_GT] = ACTIONS(789), + [anon_sym_out_GT] = ACTIONS(789), + [anon_sym_e_GT] = ACTIONS(789), + [anon_sym_o_GT] = ACTIONS(789), + [anon_sym_err_PLUSout_GT] = ACTIONS(789), + [anon_sym_out_PLUSerr_GT] = ACTIONS(789), + [anon_sym_o_PLUSe_GT] = ACTIONS(789), + [anon_sym_e_PLUSo_GT] = ACTIONS(789), + [sym_short_flag] = ACTIONS(789), + [aux_sym_unquoted_token1] = ACTIONS(789), [anon_sym_POUND] = ACTIONS(3), }, - [603] = { - [sym_comment] = STATE(603), - [ts_builtin_sym_end] = ACTIONS(846), - [anon_sym_SEMI] = ACTIONS(844), - [anon_sym_LF] = ACTIONS(846), - [anon_sym_LBRACK] = ACTIONS(844), - [anon_sym_LPAREN] = ACTIONS(844), - [anon_sym_PIPE] = ACTIONS(844), - [anon_sym_DOLLAR] = ACTIONS(844), - [anon_sym_GT] = ACTIONS(844), - [anon_sym_DASH_DASH] = ACTIONS(844), - [anon_sym_DASH] = ACTIONS(844), - [anon_sym_in] = ACTIONS(844), - [anon_sym_LBRACE] = ACTIONS(844), - [anon_sym_STAR] = ACTIONS(844), - [anon_sym_STAR_STAR] = ACTIONS(844), - [anon_sym_PLUS_PLUS] = ACTIONS(844), - [anon_sym_SLASH] = ACTIONS(844), - [anon_sym_mod] = ACTIONS(844), - [anon_sym_SLASH_SLASH] = ACTIONS(844), - [anon_sym_PLUS] = ACTIONS(844), - [anon_sym_bit_DASHshl] = ACTIONS(844), - [anon_sym_bit_DASHshr] = ACTIONS(844), - [anon_sym_EQ_EQ] = ACTIONS(844), - [anon_sym_BANG_EQ] = ACTIONS(844), - [anon_sym_LT2] = ACTIONS(844), - [anon_sym_LT_EQ] = ACTIONS(844), - [anon_sym_GT_EQ] = ACTIONS(844), - [anon_sym_not_DASHin] = ACTIONS(844), - [anon_sym_starts_DASHwith] = ACTIONS(844), - [anon_sym_ends_DASHwith] = ACTIONS(844), - [anon_sym_EQ_TILDE] = ACTIONS(844), - [anon_sym_BANG_TILDE] = ACTIONS(844), - [anon_sym_bit_DASHand] = ACTIONS(844), - [anon_sym_bit_DASHxor] = ACTIONS(844), - [anon_sym_bit_DASHor] = ACTIONS(844), - [anon_sym_and] = ACTIONS(844), - [anon_sym_xor] = ACTIONS(844), - [anon_sym_or] = ACTIONS(844), - [anon_sym_DOT_DOT_LT] = ACTIONS(844), - [anon_sym_DOT_DOT] = ACTIONS(844), - [anon_sym_DOT_DOT_EQ] = ACTIONS(844), - [sym_val_nothing] = ACTIONS(844), - [anon_sym_true] = ACTIONS(844), - [anon_sym_false] = ACTIONS(844), - [aux_sym_val_number_token1] = ACTIONS(844), - [aux_sym_val_number_token2] = ACTIONS(844), - [aux_sym_val_number_token3] = ACTIONS(844), - [aux_sym_val_number_token4] = ACTIONS(844), - [anon_sym_inf] = ACTIONS(844), - [anon_sym_DASHinf] = ACTIONS(844), - [anon_sym_NaN] = ACTIONS(844), - [anon_sym_0b] = ACTIONS(844), - [anon_sym_0o] = ACTIONS(844), - [anon_sym_0x] = ACTIONS(844), - [sym_val_date] = ACTIONS(844), - [anon_sym_DQUOTE] = ACTIONS(844), - [sym__str_single_quotes] = ACTIONS(844), - [sym__str_back_ticks] = ACTIONS(844), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(844), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(844), - [anon_sym_err_GT] = ACTIONS(844), - [anon_sym_out_GT] = ACTIONS(844), - [anon_sym_e_GT] = ACTIONS(844), - [anon_sym_o_GT] = ACTIONS(844), - [anon_sym_err_PLUSout_GT] = ACTIONS(844), - [anon_sym_out_PLUSerr_GT] = ACTIONS(844), - [anon_sym_o_PLUSe_GT] = ACTIONS(844), - [anon_sym_e_PLUSo_GT] = ACTIONS(844), - [sym_short_flag] = ACTIONS(844), - [aux_sym_unquoted_token1] = ACTIONS(844), + [572] = { + [sym_comment] = STATE(572), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(1249), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(1251), + [anon_sym_in] = ACTIONS(1261), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_STAR_STAR] = ACTIONS(1255), + [anon_sym_PLUS_PLUS] = ACTIONS(1255), + [anon_sym_SLASH] = ACTIONS(1253), + [anon_sym_mod] = ACTIONS(1253), + [anon_sym_SLASH_SLASH] = ACTIONS(1253), + [anon_sym_PLUS] = ACTIONS(1251), + [anon_sym_bit_DASHshl] = ACTIONS(1257), + [anon_sym_bit_DASHshr] = ACTIONS(1257), + [anon_sym_EQ_EQ] = ACTIONS(1249), + [anon_sym_BANG_EQ] = ACTIONS(1249), + [anon_sym_LT2] = ACTIONS(1249), + [anon_sym_LT_EQ] = ACTIONS(1249), + [anon_sym_GT_EQ] = ACTIONS(1249), + [anon_sym_not_DASHin] = ACTIONS(1261), + [anon_sym_starts_DASHwith] = ACTIONS(1261), + [anon_sym_ends_DASHwith] = ACTIONS(1261), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_err_GT] = ACTIONS(769), + [anon_sym_out_GT] = ACTIONS(769), + [anon_sym_e_GT] = ACTIONS(769), + [anon_sym_o_GT] = ACTIONS(769), + [anon_sym_err_PLUSout_GT] = ACTIONS(769), + [anon_sym_out_PLUSerr_GT] = ACTIONS(769), + [anon_sym_o_PLUSe_GT] = ACTIONS(769), + [anon_sym_e_PLUSo_GT] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [aux_sym_unquoted_token1] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [604] = { - [sym_comment] = STATE(604), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(1239), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(1241), - [anon_sym_in] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(1245), - [anon_sym_STAR_STAR] = ACTIONS(1247), - [anon_sym_PLUS_PLUS] = ACTIONS(1247), - [anon_sym_SLASH] = ACTIONS(1245), - [anon_sym_mod] = ACTIONS(1245), - [anon_sym_SLASH_SLASH] = ACTIONS(1245), - [anon_sym_PLUS] = ACTIONS(1241), - [anon_sym_bit_DASHshl] = ACTIONS(1249), - [anon_sym_bit_DASHshr] = ACTIONS(1249), - [anon_sym_EQ_EQ] = ACTIONS(1239), - [anon_sym_BANG_EQ] = ACTIONS(1239), - [anon_sym_LT2] = ACTIONS(1239), - [anon_sym_LT_EQ] = ACTIONS(1239), - [anon_sym_GT_EQ] = ACTIONS(1239), - [anon_sym_not_DASHin] = ACTIONS(1243), - [anon_sym_starts_DASHwith] = ACTIONS(1243), - [anon_sym_ends_DASHwith] = ACTIONS(1243), - [anon_sym_EQ_TILDE] = ACTIONS(1272), - [anon_sym_BANG_TILDE] = ACTIONS(1272), - [anon_sym_bit_DASHand] = ACTIONS(1274), - [anon_sym_bit_DASHxor] = ACTIONS(1276), - [anon_sym_bit_DASHor] = ACTIONS(1278), - [anon_sym_and] = ACTIONS(1280), - [anon_sym_xor] = ACTIONS(1282), - [anon_sym_or] = ACTIONS(1284), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_err_GT] = ACTIONS(781), - [anon_sym_out_GT] = ACTIONS(781), - [anon_sym_e_GT] = ACTIONS(781), - [anon_sym_o_GT] = ACTIONS(781), - [anon_sym_err_PLUSout_GT] = ACTIONS(781), - [anon_sym_out_PLUSerr_GT] = ACTIONS(781), - [anon_sym_o_PLUSe_GT] = ACTIONS(781), - [anon_sym_e_PLUSo_GT] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [aux_sym_unquoted_token1] = ACTIONS(781), + [573] = { + [sym_comment] = STATE(573), + [ts_builtin_sym_end] = ACTIONS(791), + [anon_sym_SEMI] = ACTIONS(789), + [anon_sym_LF] = ACTIONS(791), + [anon_sym_LBRACK] = ACTIONS(789), + [anon_sym_LPAREN] = ACTIONS(789), + [anon_sym_PIPE] = ACTIONS(789), + [anon_sym_DOLLAR] = ACTIONS(789), + [anon_sym_GT] = ACTIONS(789), + [anon_sym_DASH_DASH] = ACTIONS(789), + [anon_sym_DASH] = ACTIONS(789), + [anon_sym_in] = ACTIONS(789), + [anon_sym_LBRACE] = ACTIONS(789), + [anon_sym_STAR] = ACTIONS(789), + [anon_sym_STAR_STAR] = ACTIONS(789), + [anon_sym_PLUS_PLUS] = ACTIONS(789), + [anon_sym_SLASH] = ACTIONS(789), + [anon_sym_mod] = ACTIONS(789), + [anon_sym_SLASH_SLASH] = ACTIONS(789), + [anon_sym_PLUS] = ACTIONS(789), + [anon_sym_bit_DASHshl] = ACTIONS(789), + [anon_sym_bit_DASHshr] = ACTIONS(789), + [anon_sym_EQ_EQ] = ACTIONS(789), + [anon_sym_BANG_EQ] = ACTIONS(789), + [anon_sym_LT2] = ACTIONS(789), + [anon_sym_LT_EQ] = ACTIONS(789), + [anon_sym_GT_EQ] = ACTIONS(789), + [anon_sym_not_DASHin] = ACTIONS(789), + [anon_sym_starts_DASHwith] = ACTIONS(789), + [anon_sym_ends_DASHwith] = ACTIONS(789), + [anon_sym_EQ_TILDE] = ACTIONS(789), + [anon_sym_BANG_TILDE] = ACTIONS(789), + [anon_sym_bit_DASHand] = ACTIONS(789), + [anon_sym_bit_DASHxor] = ACTIONS(789), + [anon_sym_bit_DASHor] = ACTIONS(789), + [anon_sym_and] = ACTIONS(789), + [anon_sym_xor] = ACTIONS(789), + [anon_sym_or] = ACTIONS(789), + [anon_sym_DOT_DOT_LT] = ACTIONS(789), + [anon_sym_DOT_DOT] = ACTIONS(789), + [anon_sym_DOT_DOT_EQ] = ACTIONS(789), + [sym_val_nothing] = ACTIONS(789), + [anon_sym_true] = ACTIONS(789), + [anon_sym_false] = ACTIONS(789), + [aux_sym_val_number_token1] = ACTIONS(789), + [aux_sym_val_number_token2] = ACTIONS(789), + [aux_sym_val_number_token3] = ACTIONS(789), + [aux_sym_val_number_token4] = ACTIONS(789), + [anon_sym_inf] = ACTIONS(789), + [anon_sym_DASHinf] = ACTIONS(789), + [anon_sym_NaN] = ACTIONS(789), + [anon_sym_0b] = ACTIONS(789), + [anon_sym_0o] = ACTIONS(789), + [anon_sym_0x] = ACTIONS(789), + [sym_val_date] = ACTIONS(789), + [anon_sym_DQUOTE] = ACTIONS(789), + [sym__str_single_quotes] = ACTIONS(789), + [sym__str_back_ticks] = ACTIONS(789), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(789), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(789), + [anon_sym_err_GT] = ACTIONS(789), + [anon_sym_out_GT] = ACTIONS(789), + [anon_sym_e_GT] = ACTIONS(789), + [anon_sym_o_GT] = ACTIONS(789), + [anon_sym_err_PLUSout_GT] = ACTIONS(789), + [anon_sym_out_PLUSerr_GT] = ACTIONS(789), + [anon_sym_o_PLUSe_GT] = ACTIONS(789), + [anon_sym_e_PLUSo_GT] = ACTIONS(789), + [sym_short_flag] = ACTIONS(789), + [aux_sym_unquoted_token1] = ACTIONS(789), [anon_sym_POUND] = ACTIONS(3), }, - [605] = { - [sym_comment] = STATE(605), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(1239), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(1241), - [anon_sym_in] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(1245), - [anon_sym_STAR_STAR] = ACTIONS(1247), - [anon_sym_PLUS_PLUS] = ACTIONS(1247), - [anon_sym_SLASH] = ACTIONS(1245), - [anon_sym_mod] = ACTIONS(1245), - [anon_sym_SLASH_SLASH] = ACTIONS(1245), - [anon_sym_PLUS] = ACTIONS(1241), - [anon_sym_bit_DASHshl] = ACTIONS(1249), - [anon_sym_bit_DASHshr] = ACTIONS(1249), - [anon_sym_EQ_EQ] = ACTIONS(1239), - [anon_sym_BANG_EQ] = ACTIONS(1239), - [anon_sym_LT2] = ACTIONS(1239), - [anon_sym_LT_EQ] = ACTIONS(1239), - [anon_sym_GT_EQ] = ACTIONS(1239), - [anon_sym_not_DASHin] = ACTIONS(1243), - [anon_sym_starts_DASHwith] = ACTIONS(1243), - [anon_sym_ends_DASHwith] = ACTIONS(1243), - [anon_sym_EQ_TILDE] = ACTIONS(1272), - [anon_sym_BANG_TILDE] = ACTIONS(1272), - [anon_sym_bit_DASHand] = ACTIONS(1274), - [anon_sym_bit_DASHxor] = ACTIONS(1276), - [anon_sym_bit_DASHor] = ACTIONS(1278), - [anon_sym_and] = ACTIONS(1280), - [anon_sym_xor] = ACTIONS(1282), - [anon_sym_or] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_err_GT] = ACTIONS(781), - [anon_sym_out_GT] = ACTIONS(781), - [anon_sym_e_GT] = ACTIONS(781), - [anon_sym_o_GT] = ACTIONS(781), - [anon_sym_err_PLUSout_GT] = ACTIONS(781), - [anon_sym_out_PLUSerr_GT] = ACTIONS(781), - [anon_sym_o_PLUSe_GT] = ACTIONS(781), - [anon_sym_e_PLUSo_GT] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [aux_sym_unquoted_token1] = ACTIONS(781), + [574] = { + [sym_comment] = STATE(574), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(769), + [anon_sym_in] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_STAR_STAR] = ACTIONS(1255), + [anon_sym_PLUS_PLUS] = ACTIONS(1255), + [anon_sym_SLASH] = ACTIONS(1253), + [anon_sym_mod] = ACTIONS(1253), + [anon_sym_SLASH_SLASH] = ACTIONS(1253), + [anon_sym_PLUS] = ACTIONS(769), + [anon_sym_bit_DASHshl] = ACTIONS(769), + [anon_sym_bit_DASHshr] = ACTIONS(769), + [anon_sym_EQ_EQ] = ACTIONS(769), + [anon_sym_BANG_EQ] = ACTIONS(769), + [anon_sym_LT2] = ACTIONS(769), + [anon_sym_LT_EQ] = ACTIONS(769), + [anon_sym_GT_EQ] = ACTIONS(769), + [anon_sym_not_DASHin] = ACTIONS(769), + [anon_sym_starts_DASHwith] = ACTIONS(769), + [anon_sym_ends_DASHwith] = ACTIONS(769), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_err_GT] = ACTIONS(769), + [anon_sym_out_GT] = ACTIONS(769), + [anon_sym_e_GT] = ACTIONS(769), + [anon_sym_o_GT] = ACTIONS(769), + [anon_sym_err_PLUSout_GT] = ACTIONS(769), + [anon_sym_out_PLUSerr_GT] = ACTIONS(769), + [anon_sym_o_PLUSe_GT] = ACTIONS(769), + [anon_sym_e_PLUSo_GT] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [aux_sym_unquoted_token1] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [606] = { - [sym_comment] = STATE(606), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(1239), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(1241), - [anon_sym_in] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(1245), - [anon_sym_STAR_STAR] = ACTIONS(1247), - [anon_sym_PLUS_PLUS] = ACTIONS(1247), - [anon_sym_SLASH] = ACTIONS(1245), - [anon_sym_mod] = ACTIONS(1245), - [anon_sym_SLASH_SLASH] = ACTIONS(1245), - [anon_sym_PLUS] = ACTIONS(1241), - [anon_sym_bit_DASHshl] = ACTIONS(1249), - [anon_sym_bit_DASHshr] = ACTIONS(1249), - [anon_sym_EQ_EQ] = ACTIONS(1239), - [anon_sym_BANG_EQ] = ACTIONS(1239), - [anon_sym_LT2] = ACTIONS(1239), - [anon_sym_LT_EQ] = ACTIONS(1239), - [anon_sym_GT_EQ] = ACTIONS(1239), - [anon_sym_not_DASHin] = ACTIONS(1243), - [anon_sym_starts_DASHwith] = ACTIONS(1243), - [anon_sym_ends_DASHwith] = ACTIONS(1243), - [anon_sym_EQ_TILDE] = ACTIONS(1272), - [anon_sym_BANG_TILDE] = ACTIONS(1272), - [anon_sym_bit_DASHand] = ACTIONS(1274), - [anon_sym_bit_DASHxor] = ACTIONS(1276), - [anon_sym_bit_DASHor] = ACTIONS(1278), - [anon_sym_and] = ACTIONS(1280), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_err_GT] = ACTIONS(781), - [anon_sym_out_GT] = ACTIONS(781), - [anon_sym_e_GT] = ACTIONS(781), - [anon_sym_o_GT] = ACTIONS(781), - [anon_sym_err_PLUSout_GT] = ACTIONS(781), - [anon_sym_out_PLUSerr_GT] = ACTIONS(781), - [anon_sym_o_PLUSe_GT] = ACTIONS(781), - [anon_sym_e_PLUSo_GT] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [aux_sym_unquoted_token1] = ACTIONS(781), + [575] = { + [sym_comment] = STATE(575), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(769), + [anon_sym_in] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(769), + [anon_sym_STAR_STAR] = ACTIONS(1255), + [anon_sym_PLUS_PLUS] = ACTIONS(1255), + [anon_sym_SLASH] = ACTIONS(769), + [anon_sym_mod] = ACTIONS(769), + [anon_sym_SLASH_SLASH] = ACTIONS(769), + [anon_sym_PLUS] = ACTIONS(769), + [anon_sym_bit_DASHshl] = ACTIONS(769), + [anon_sym_bit_DASHshr] = ACTIONS(769), + [anon_sym_EQ_EQ] = ACTIONS(769), + [anon_sym_BANG_EQ] = ACTIONS(769), + [anon_sym_LT2] = ACTIONS(769), + [anon_sym_LT_EQ] = ACTIONS(769), + [anon_sym_GT_EQ] = ACTIONS(769), + [anon_sym_not_DASHin] = ACTIONS(769), + [anon_sym_starts_DASHwith] = ACTIONS(769), + [anon_sym_ends_DASHwith] = ACTIONS(769), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_err_GT] = ACTIONS(769), + [anon_sym_out_GT] = ACTIONS(769), + [anon_sym_e_GT] = ACTIONS(769), + [anon_sym_o_GT] = ACTIONS(769), + [anon_sym_err_PLUSout_GT] = ACTIONS(769), + [anon_sym_out_PLUSerr_GT] = ACTIONS(769), + [anon_sym_o_PLUSe_GT] = ACTIONS(769), + [anon_sym_e_PLUSo_GT] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [aux_sym_unquoted_token1] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [607] = { - [sym__flag] = STATE(779), - [sym_long_flag] = STATE(766), - [sym_comment] = STATE(607), - [anon_sym_export] = ACTIONS(1288), - [anon_sym_alias] = ACTIONS(1288), - [anon_sym_let] = ACTIONS(1288), - [anon_sym_let_DASHenv] = ACTIONS(1288), - [anon_sym_mut] = ACTIONS(1288), - [anon_sym_const] = ACTIONS(1288), - [sym_cmd_identifier] = ACTIONS(1288), - [anon_sym_SEMI] = ACTIONS(1288), - [anon_sym_LF] = ACTIONS(1290), - [anon_sym_def] = ACTIONS(1288), - [anon_sym_def_DASHenv] = ACTIONS(1288), - [anon_sym_export_DASHenv] = ACTIONS(1288), - [anon_sym_extern] = ACTIONS(1288), - [anon_sym_module] = ACTIONS(1288), - [anon_sym_use] = ACTIONS(1288), - [anon_sym_LBRACK] = ACTIONS(1288), - [anon_sym_LPAREN] = ACTIONS(1288), - [anon_sym_RPAREN] = ACTIONS(1288), - [anon_sym_PIPE] = ACTIONS(1288), - [anon_sym_DOLLAR] = ACTIONS(1288), - [anon_sym_error] = ACTIONS(1288), - [anon_sym_DASH_DASH] = ACTIONS(1265), - [anon_sym_DASH] = ACTIONS(1288), - [anon_sym_break] = ACTIONS(1288), - [anon_sym_continue] = ACTIONS(1288), - [anon_sym_for] = ACTIONS(1288), - [anon_sym_loop] = ACTIONS(1288), - [anon_sym_while] = ACTIONS(1288), - [anon_sym_do] = ACTIONS(1288), - [anon_sym_if] = ACTIONS(1288), - [anon_sym_match] = ACTIONS(1288), - [anon_sym_LBRACE] = ACTIONS(1288), - [anon_sym_RBRACE] = ACTIONS(1288), - [anon_sym_try] = ACTIONS(1288), - [anon_sym_return] = ACTIONS(1288), - [anon_sym_source] = ACTIONS(1288), - [anon_sym_source_DASHenv] = ACTIONS(1288), - [anon_sym_register] = ACTIONS(1288), - [anon_sym_hide] = ACTIONS(1288), - [anon_sym_hide_DASHenv] = ACTIONS(1288), - [anon_sym_overlay] = ACTIONS(1288), - [anon_sym_where] = ACTIONS(1288), - [anon_sym_not] = ACTIONS(1288), - [anon_sym_DOT_DOT_LT] = ACTIONS(1288), - [anon_sym_DOT_DOT] = ACTIONS(1288), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1288), - [sym_val_nothing] = ACTIONS(1288), - [anon_sym_true] = ACTIONS(1288), - [anon_sym_false] = ACTIONS(1288), - [aux_sym_val_number_token1] = ACTIONS(1288), - [aux_sym_val_number_token2] = ACTIONS(1288), - [aux_sym_val_number_token3] = ACTIONS(1288), - [aux_sym_val_number_token4] = ACTIONS(1288), - [anon_sym_inf] = ACTIONS(1288), - [anon_sym_DASHinf] = ACTIONS(1288), - [anon_sym_NaN] = ACTIONS(1288), - [anon_sym_0b] = ACTIONS(1288), - [anon_sym_0o] = ACTIONS(1288), - [anon_sym_0x] = ACTIONS(1288), - [sym_val_date] = ACTIONS(1288), - [anon_sym_DQUOTE] = ACTIONS(1288), - [sym__str_single_quotes] = ACTIONS(1288), - [sym__str_back_ticks] = ACTIONS(1288), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1288), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1288), - [anon_sym_CARET] = ACTIONS(1288), - [sym_short_flag] = ACTIONS(1267), + [576] = { + [sym_comment] = STATE(576), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(769), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(1251), + [anon_sym_in] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_STAR_STAR] = ACTIONS(1255), + [anon_sym_PLUS_PLUS] = ACTIONS(1255), + [anon_sym_SLASH] = ACTIONS(1253), + [anon_sym_mod] = ACTIONS(1253), + [anon_sym_SLASH_SLASH] = ACTIONS(1253), + [anon_sym_PLUS] = ACTIONS(1251), + [anon_sym_bit_DASHshl] = ACTIONS(1257), + [anon_sym_bit_DASHshr] = ACTIONS(1257), + [anon_sym_EQ_EQ] = ACTIONS(769), + [anon_sym_BANG_EQ] = ACTIONS(769), + [anon_sym_LT2] = ACTIONS(769), + [anon_sym_LT_EQ] = ACTIONS(769), + [anon_sym_GT_EQ] = ACTIONS(769), + [anon_sym_not_DASHin] = ACTIONS(769), + [anon_sym_starts_DASHwith] = ACTIONS(769), + [anon_sym_ends_DASHwith] = ACTIONS(769), + [anon_sym_EQ_TILDE] = ACTIONS(769), + [anon_sym_BANG_TILDE] = ACTIONS(769), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_err_GT] = ACTIONS(769), + [anon_sym_out_GT] = ACTIONS(769), + [anon_sym_e_GT] = ACTIONS(769), + [anon_sym_o_GT] = ACTIONS(769), + [anon_sym_err_PLUSout_GT] = ACTIONS(769), + [anon_sym_out_PLUSerr_GT] = ACTIONS(769), + [anon_sym_o_PLUSe_GT] = ACTIONS(769), + [anon_sym_e_PLUSo_GT] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [aux_sym_unquoted_token1] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [608] = { - [sym__flag] = STATE(607), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(608), - [anon_sym_export] = ACTIONS(1292), - [anon_sym_alias] = ACTIONS(1292), - [anon_sym_let] = ACTIONS(1292), - [anon_sym_let_DASHenv] = ACTIONS(1292), - [anon_sym_mut] = ACTIONS(1292), - [anon_sym_const] = ACTIONS(1292), - [sym_cmd_identifier] = ACTIONS(1292), - [anon_sym_SEMI] = ACTIONS(1292), - [anon_sym_LF] = ACTIONS(1294), - [anon_sym_def] = ACTIONS(1292), - [anon_sym_def_DASHenv] = ACTIONS(1292), - [anon_sym_export_DASHenv] = ACTIONS(1292), - [anon_sym_extern] = ACTIONS(1292), - [anon_sym_module] = ACTIONS(1292), - [anon_sym_use] = ACTIONS(1292), - [anon_sym_LBRACK] = ACTIONS(1292), - [anon_sym_LPAREN] = ACTIONS(1292), - [anon_sym_RPAREN] = ACTIONS(1292), - [anon_sym_PIPE] = ACTIONS(1292), - [anon_sym_DOLLAR] = ACTIONS(1292), - [anon_sym_error] = ACTIONS(1292), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(1292), - [anon_sym_break] = ACTIONS(1292), - [anon_sym_continue] = ACTIONS(1292), - [anon_sym_for] = ACTIONS(1292), - [anon_sym_loop] = ACTIONS(1292), - [anon_sym_while] = ACTIONS(1292), - [anon_sym_do] = ACTIONS(1292), - [anon_sym_if] = ACTIONS(1292), - [anon_sym_match] = ACTIONS(1292), - [anon_sym_LBRACE] = ACTIONS(1292), - [anon_sym_RBRACE] = ACTIONS(1292), - [anon_sym_try] = ACTIONS(1292), - [anon_sym_return] = ACTIONS(1292), - [anon_sym_source] = ACTIONS(1292), - [anon_sym_source_DASHenv] = ACTIONS(1292), - [anon_sym_register] = ACTIONS(1292), - [anon_sym_hide] = ACTIONS(1292), - [anon_sym_hide_DASHenv] = ACTIONS(1292), - [anon_sym_overlay] = ACTIONS(1292), - [anon_sym_where] = ACTIONS(1292), - [anon_sym_not] = ACTIONS(1292), - [anon_sym_DOT_DOT_LT] = ACTIONS(1292), - [anon_sym_DOT_DOT] = ACTIONS(1292), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1292), - [sym_val_nothing] = ACTIONS(1292), - [anon_sym_true] = ACTIONS(1292), - [anon_sym_false] = ACTIONS(1292), - [aux_sym_val_number_token1] = ACTIONS(1292), - [aux_sym_val_number_token2] = ACTIONS(1292), - [aux_sym_val_number_token3] = ACTIONS(1292), - [aux_sym_val_number_token4] = ACTIONS(1292), - [anon_sym_inf] = ACTIONS(1292), - [anon_sym_DASHinf] = ACTIONS(1292), - [anon_sym_NaN] = ACTIONS(1292), - [anon_sym_0b] = ACTIONS(1292), - [anon_sym_0o] = ACTIONS(1292), - [anon_sym_0x] = ACTIONS(1292), - [sym_val_date] = ACTIONS(1292), - [anon_sym_DQUOTE] = ACTIONS(1292), - [sym__str_single_quotes] = ACTIONS(1292), - [sym__str_back_ticks] = ACTIONS(1292), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1292), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1292), - [anon_sym_CARET] = ACTIONS(1292), - [sym_short_flag] = ACTIONS(651), + [577] = { + [sym_comment] = STATE(577), + [ts_builtin_sym_end] = ACTIONS(807), + [anon_sym_SEMI] = ACTIONS(805), + [anon_sym_LF] = ACTIONS(807), + [anon_sym_LBRACK] = ACTIONS(805), + [anon_sym_LPAREN] = ACTIONS(805), + [anon_sym_PIPE] = ACTIONS(805), + [anon_sym_DOLLAR] = ACTIONS(805), + [anon_sym_GT] = ACTIONS(805), + [anon_sym_DASH_DASH] = ACTIONS(805), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_in] = ACTIONS(805), + [anon_sym_LBRACE] = ACTIONS(805), + [anon_sym_STAR] = ACTIONS(805), + [anon_sym_STAR_STAR] = ACTIONS(805), + [anon_sym_PLUS_PLUS] = ACTIONS(805), + [anon_sym_SLASH] = ACTIONS(805), + [anon_sym_mod] = ACTIONS(805), + [anon_sym_SLASH_SLASH] = ACTIONS(805), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_bit_DASHshl] = ACTIONS(805), + [anon_sym_bit_DASHshr] = ACTIONS(805), + [anon_sym_EQ_EQ] = ACTIONS(805), + [anon_sym_BANG_EQ] = ACTIONS(805), + [anon_sym_LT2] = ACTIONS(805), + [anon_sym_LT_EQ] = ACTIONS(805), + [anon_sym_GT_EQ] = ACTIONS(805), + [anon_sym_not_DASHin] = ACTIONS(805), + [anon_sym_starts_DASHwith] = ACTIONS(805), + [anon_sym_ends_DASHwith] = ACTIONS(805), + [anon_sym_EQ_TILDE] = ACTIONS(805), + [anon_sym_BANG_TILDE] = ACTIONS(805), + [anon_sym_bit_DASHand] = ACTIONS(805), + [anon_sym_bit_DASHxor] = ACTIONS(805), + [anon_sym_bit_DASHor] = ACTIONS(805), + [anon_sym_and] = ACTIONS(805), + [anon_sym_xor] = ACTIONS(805), + [anon_sym_or] = ACTIONS(805), + [anon_sym_DOT_DOT_LT] = ACTIONS(805), + [anon_sym_DOT_DOT] = ACTIONS(805), + [anon_sym_DOT_DOT_EQ] = ACTIONS(805), + [sym_val_nothing] = ACTIONS(805), + [anon_sym_true] = ACTIONS(805), + [anon_sym_false] = ACTIONS(805), + [aux_sym_val_number_token1] = ACTIONS(805), + [aux_sym_val_number_token2] = ACTIONS(805), + [aux_sym_val_number_token3] = ACTIONS(805), + [aux_sym_val_number_token4] = ACTIONS(805), + [anon_sym_inf] = ACTIONS(805), + [anon_sym_DASHinf] = ACTIONS(805), + [anon_sym_NaN] = ACTIONS(805), + [anon_sym_0b] = ACTIONS(805), + [anon_sym_0o] = ACTIONS(805), + [anon_sym_0x] = ACTIONS(805), + [sym_val_date] = ACTIONS(805), + [anon_sym_DQUOTE] = ACTIONS(805), + [sym__str_single_quotes] = ACTIONS(805), + [sym__str_back_ticks] = ACTIONS(805), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(805), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(805), + [anon_sym_err_GT] = ACTIONS(805), + [anon_sym_out_GT] = ACTIONS(805), + [anon_sym_e_GT] = ACTIONS(805), + [anon_sym_o_GT] = ACTIONS(805), + [anon_sym_err_PLUSout_GT] = ACTIONS(805), + [anon_sym_out_PLUSerr_GT] = ACTIONS(805), + [anon_sym_o_PLUSe_GT] = ACTIONS(805), + [anon_sym_e_PLUSo_GT] = ACTIONS(805), + [sym_short_flag] = ACTIONS(805), + [aux_sym_unquoted_token1] = ACTIONS(805), [anon_sym_POUND] = ACTIONS(3), }, - [609] = { - [sym__flag] = STATE(780), - [sym_long_flag] = STATE(766), - [sym_comment] = STATE(609), - [anon_sym_export] = ACTIONS(1292), - [anon_sym_alias] = ACTIONS(1292), - [anon_sym_let] = ACTIONS(1292), - [anon_sym_let_DASHenv] = ACTIONS(1292), - [anon_sym_mut] = ACTIONS(1292), - [anon_sym_const] = ACTIONS(1292), - [sym_cmd_identifier] = ACTIONS(1292), - [anon_sym_SEMI] = ACTIONS(1292), - [anon_sym_LF] = ACTIONS(1294), - [anon_sym_def] = ACTIONS(1292), - [anon_sym_def_DASHenv] = ACTIONS(1292), - [anon_sym_export_DASHenv] = ACTIONS(1292), - [anon_sym_extern] = ACTIONS(1292), - [anon_sym_module] = ACTIONS(1292), - [anon_sym_use] = ACTIONS(1292), - [anon_sym_LBRACK] = ACTIONS(1292), - [anon_sym_LPAREN] = ACTIONS(1292), - [anon_sym_RPAREN] = ACTIONS(1292), - [anon_sym_PIPE] = ACTIONS(1292), - [anon_sym_DOLLAR] = ACTIONS(1292), - [anon_sym_error] = ACTIONS(1292), - [anon_sym_DASH_DASH] = ACTIONS(1265), - [anon_sym_DASH] = ACTIONS(1292), - [anon_sym_break] = ACTIONS(1292), - [anon_sym_continue] = ACTIONS(1292), - [anon_sym_for] = ACTIONS(1292), - [anon_sym_loop] = ACTIONS(1292), - [anon_sym_while] = ACTIONS(1292), - [anon_sym_do] = ACTIONS(1292), - [anon_sym_if] = ACTIONS(1292), - [anon_sym_match] = ACTIONS(1292), - [anon_sym_LBRACE] = ACTIONS(1292), - [anon_sym_RBRACE] = ACTIONS(1292), - [anon_sym_try] = ACTIONS(1292), - [anon_sym_return] = ACTIONS(1292), - [anon_sym_source] = ACTIONS(1292), - [anon_sym_source_DASHenv] = ACTIONS(1292), - [anon_sym_register] = ACTIONS(1292), - [anon_sym_hide] = ACTIONS(1292), - [anon_sym_hide_DASHenv] = ACTIONS(1292), - [anon_sym_overlay] = ACTIONS(1292), - [anon_sym_where] = ACTIONS(1292), - [anon_sym_not] = ACTIONS(1292), - [anon_sym_DOT_DOT_LT] = ACTIONS(1292), - [anon_sym_DOT_DOT] = ACTIONS(1292), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1292), - [sym_val_nothing] = ACTIONS(1292), - [anon_sym_true] = ACTIONS(1292), - [anon_sym_false] = ACTIONS(1292), - [aux_sym_val_number_token1] = ACTIONS(1292), - [aux_sym_val_number_token2] = ACTIONS(1292), - [aux_sym_val_number_token3] = ACTIONS(1292), - [aux_sym_val_number_token4] = ACTIONS(1292), - [anon_sym_inf] = ACTIONS(1292), - [anon_sym_DASHinf] = ACTIONS(1292), - [anon_sym_NaN] = ACTIONS(1292), - [anon_sym_0b] = ACTIONS(1292), - [anon_sym_0o] = ACTIONS(1292), - [anon_sym_0x] = ACTIONS(1292), - [sym_val_date] = ACTIONS(1292), - [anon_sym_DQUOTE] = ACTIONS(1292), - [sym__str_single_quotes] = ACTIONS(1292), - [sym__str_back_ticks] = ACTIONS(1292), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1292), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1292), - [anon_sym_CARET] = ACTIONS(1292), - [sym_short_flag] = ACTIONS(1267), + [578] = { + [sym_comment] = STATE(578), + [ts_builtin_sym_end] = ACTIONS(832), + [anon_sym_SEMI] = ACTIONS(830), + [anon_sym_LF] = ACTIONS(832), + [anon_sym_LBRACK] = ACTIONS(830), + [anon_sym_LPAREN] = ACTIONS(830), + [anon_sym_PIPE] = ACTIONS(830), + [anon_sym_DOLLAR] = ACTIONS(830), + [anon_sym_GT] = ACTIONS(830), + [anon_sym_DASH_DASH] = ACTIONS(830), + [anon_sym_DASH] = ACTIONS(830), + [anon_sym_in] = ACTIONS(830), + [anon_sym_LBRACE] = ACTIONS(830), + [anon_sym_STAR] = ACTIONS(830), + [anon_sym_STAR_STAR] = ACTIONS(830), + [anon_sym_PLUS_PLUS] = ACTIONS(830), + [anon_sym_SLASH] = ACTIONS(830), + [anon_sym_mod] = ACTIONS(830), + [anon_sym_SLASH_SLASH] = ACTIONS(830), + [anon_sym_PLUS] = ACTIONS(830), + [anon_sym_bit_DASHshl] = ACTIONS(830), + [anon_sym_bit_DASHshr] = ACTIONS(830), + [anon_sym_EQ_EQ] = ACTIONS(830), + [anon_sym_BANG_EQ] = ACTIONS(830), + [anon_sym_LT2] = ACTIONS(830), + [anon_sym_LT_EQ] = ACTIONS(830), + [anon_sym_GT_EQ] = ACTIONS(830), + [anon_sym_not_DASHin] = ACTIONS(830), + [anon_sym_starts_DASHwith] = ACTIONS(830), + [anon_sym_ends_DASHwith] = ACTIONS(830), + [anon_sym_EQ_TILDE] = ACTIONS(830), + [anon_sym_BANG_TILDE] = ACTIONS(830), + [anon_sym_bit_DASHand] = ACTIONS(830), + [anon_sym_bit_DASHxor] = ACTIONS(830), + [anon_sym_bit_DASHor] = ACTIONS(830), + [anon_sym_and] = ACTIONS(830), + [anon_sym_xor] = ACTIONS(830), + [anon_sym_or] = ACTIONS(830), + [anon_sym_DOT_DOT_LT] = ACTIONS(830), + [anon_sym_DOT_DOT] = ACTIONS(830), + [anon_sym_DOT_DOT_EQ] = ACTIONS(830), + [sym_val_nothing] = ACTIONS(830), + [anon_sym_true] = ACTIONS(830), + [anon_sym_false] = ACTIONS(830), + [aux_sym_val_number_token1] = ACTIONS(830), + [aux_sym_val_number_token2] = ACTIONS(830), + [aux_sym_val_number_token3] = ACTIONS(830), + [aux_sym_val_number_token4] = ACTIONS(830), + [anon_sym_inf] = ACTIONS(830), + [anon_sym_DASHinf] = ACTIONS(830), + [anon_sym_NaN] = ACTIONS(830), + [anon_sym_0b] = ACTIONS(830), + [anon_sym_0o] = ACTIONS(830), + [anon_sym_0x] = ACTIONS(830), + [sym_val_date] = ACTIONS(830), + [anon_sym_DQUOTE] = ACTIONS(830), + [sym__str_single_quotes] = ACTIONS(830), + [sym__str_back_ticks] = ACTIONS(830), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(830), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(830), + [anon_sym_err_GT] = ACTIONS(830), + [anon_sym_out_GT] = ACTIONS(830), + [anon_sym_e_GT] = ACTIONS(830), + [anon_sym_o_GT] = ACTIONS(830), + [anon_sym_err_PLUSout_GT] = ACTIONS(830), + [anon_sym_out_PLUSerr_GT] = ACTIONS(830), + [anon_sym_o_PLUSe_GT] = ACTIONS(830), + [anon_sym_e_PLUSo_GT] = ACTIONS(830), + [sym_short_flag] = ACTIONS(830), + [aux_sym_unquoted_token1] = ACTIONS(830), [anon_sym_POUND] = ACTIONS(3), }, - [610] = { - [sym_comment] = STATE(610), - [ts_builtin_sym_end] = ACTIONS(862), - [anon_sym_SEMI] = ACTIONS(860), - [anon_sym_LF] = ACTIONS(862), - [anon_sym_LBRACK] = ACTIONS(860), - [anon_sym_LPAREN] = ACTIONS(860), - [anon_sym_PIPE] = ACTIONS(860), - [anon_sym_DOLLAR] = ACTIONS(860), - [anon_sym_GT] = ACTIONS(860), - [anon_sym_DASH_DASH] = ACTIONS(860), - [anon_sym_DASH] = ACTIONS(860), - [anon_sym_in] = ACTIONS(860), - [anon_sym_LBRACE] = ACTIONS(860), - [anon_sym_STAR] = ACTIONS(860), - [anon_sym_STAR_STAR] = ACTIONS(860), - [anon_sym_PLUS_PLUS] = ACTIONS(860), - [anon_sym_SLASH] = ACTIONS(860), - [anon_sym_mod] = ACTIONS(860), - [anon_sym_SLASH_SLASH] = ACTIONS(860), - [anon_sym_PLUS] = ACTIONS(860), - [anon_sym_bit_DASHshl] = ACTIONS(860), - [anon_sym_bit_DASHshr] = ACTIONS(860), - [anon_sym_EQ_EQ] = ACTIONS(860), - [anon_sym_BANG_EQ] = ACTIONS(860), - [anon_sym_LT2] = ACTIONS(860), - [anon_sym_LT_EQ] = ACTIONS(860), - [anon_sym_GT_EQ] = ACTIONS(860), - [anon_sym_not_DASHin] = ACTIONS(860), - [anon_sym_starts_DASHwith] = ACTIONS(860), - [anon_sym_ends_DASHwith] = ACTIONS(860), - [anon_sym_EQ_TILDE] = ACTIONS(860), - [anon_sym_BANG_TILDE] = ACTIONS(860), - [anon_sym_bit_DASHand] = ACTIONS(860), - [anon_sym_bit_DASHxor] = ACTIONS(860), - [anon_sym_bit_DASHor] = ACTIONS(860), - [anon_sym_and] = ACTIONS(860), - [anon_sym_xor] = ACTIONS(860), - [anon_sym_or] = ACTIONS(860), - [anon_sym_DOT_DOT_LT] = ACTIONS(860), - [anon_sym_DOT_DOT] = ACTIONS(860), - [anon_sym_DOT_DOT_EQ] = ACTIONS(860), - [sym_val_nothing] = ACTIONS(860), - [anon_sym_true] = ACTIONS(860), - [anon_sym_false] = ACTIONS(860), - [aux_sym_val_number_token1] = ACTIONS(860), - [aux_sym_val_number_token2] = ACTIONS(860), - [aux_sym_val_number_token3] = ACTIONS(860), - [aux_sym_val_number_token4] = ACTIONS(860), - [anon_sym_inf] = ACTIONS(860), - [anon_sym_DASHinf] = ACTIONS(860), - [anon_sym_NaN] = ACTIONS(860), - [anon_sym_0b] = ACTIONS(860), - [anon_sym_0o] = ACTIONS(860), - [anon_sym_0x] = ACTIONS(860), - [sym_val_date] = ACTIONS(860), - [anon_sym_DQUOTE] = ACTIONS(860), - [sym__str_single_quotes] = ACTIONS(860), - [sym__str_back_ticks] = ACTIONS(860), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(860), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(860), - [anon_sym_err_GT] = ACTIONS(860), - [anon_sym_out_GT] = ACTIONS(860), - [anon_sym_e_GT] = ACTIONS(860), - [anon_sym_o_GT] = ACTIONS(860), - [anon_sym_err_PLUSout_GT] = ACTIONS(860), - [anon_sym_out_PLUSerr_GT] = ACTIONS(860), - [anon_sym_o_PLUSe_GT] = ACTIONS(860), - [anon_sym_e_PLUSo_GT] = ACTIONS(860), - [sym_short_flag] = ACTIONS(860), - [aux_sym_unquoted_token1] = ACTIONS(860), + [579] = { + [sym_path] = STATE(684), + [sym_comment] = STATE(579), + [aux_sym_cell_path_repeat1] = STATE(604), + [ts_builtin_sym_end] = ACTIONS(583), + [anon_sym_export] = ACTIONS(581), + [anon_sym_alias] = ACTIONS(581), + [anon_sym_let] = ACTIONS(581), + [anon_sym_let_DASHenv] = ACTIONS(581), + [anon_sym_mut] = ACTIONS(581), + [anon_sym_const] = ACTIONS(581), + [sym_cmd_identifier] = ACTIONS(581), + [anon_sym_SEMI] = ACTIONS(581), + [anon_sym_LF] = ACTIONS(583), + [anon_sym_def] = ACTIONS(581), + [anon_sym_def_DASHenv] = ACTIONS(581), + [anon_sym_export_DASHenv] = ACTIONS(581), + [anon_sym_extern] = ACTIONS(581), + [anon_sym_module] = ACTIONS(581), + [anon_sym_use] = ACTIONS(581), + [anon_sym_LBRACK] = ACTIONS(581), + [anon_sym_LPAREN] = ACTIONS(581), + [anon_sym_PIPE] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(581), + [anon_sym_error] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(581), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_break] = ACTIONS(581), + [anon_sym_continue] = ACTIONS(581), + [anon_sym_for] = ACTIONS(581), + [anon_sym_loop] = ACTIONS(581), + [anon_sym_while] = ACTIONS(581), + [anon_sym_do] = ACTIONS(581), + [anon_sym_if] = ACTIONS(581), + [anon_sym_match] = ACTIONS(581), + [anon_sym_LBRACE] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(1259), + [anon_sym_try] = ACTIONS(581), + [anon_sym_return] = ACTIONS(581), + [anon_sym_source] = ACTIONS(581), + [anon_sym_source_DASHenv] = ACTIONS(581), + [anon_sym_register] = ACTIONS(581), + [anon_sym_hide] = ACTIONS(581), + [anon_sym_hide_DASHenv] = ACTIONS(581), + [anon_sym_overlay] = ACTIONS(581), + [anon_sym_where] = ACTIONS(581), + [anon_sym_not] = ACTIONS(581), + [anon_sym_DOT_DOT_LT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_EQ] = ACTIONS(581), + [sym_val_nothing] = ACTIONS(581), + [anon_sym_true] = ACTIONS(581), + [anon_sym_false] = ACTIONS(581), + [aux_sym_val_number_token1] = ACTIONS(581), + [aux_sym_val_number_token2] = ACTIONS(581), + [aux_sym_val_number_token3] = ACTIONS(581), + [aux_sym_val_number_token4] = ACTIONS(581), + [anon_sym_inf] = ACTIONS(581), + [anon_sym_DASHinf] = ACTIONS(581), + [anon_sym_NaN] = ACTIONS(581), + [anon_sym_0b] = ACTIONS(581), + [anon_sym_0o] = ACTIONS(581), + [anon_sym_0x] = ACTIONS(581), + [sym_val_date] = ACTIONS(581), + [anon_sym_DQUOTE] = ACTIONS(581), + [sym__str_single_quotes] = ACTIONS(581), + [sym__str_back_ticks] = ACTIONS(581), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [sym_short_flag] = ACTIONS(581), [anon_sym_POUND] = ACTIONS(3), }, - [611] = { - [sym__flag] = STATE(608), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(611), - [anon_sym_export] = ACTIONS(1296), - [anon_sym_alias] = ACTIONS(1296), - [anon_sym_let] = ACTIONS(1296), - [anon_sym_let_DASHenv] = ACTIONS(1296), - [anon_sym_mut] = ACTIONS(1296), - [anon_sym_const] = ACTIONS(1296), - [sym_cmd_identifier] = ACTIONS(1296), - [anon_sym_SEMI] = ACTIONS(1296), - [anon_sym_LF] = ACTIONS(1298), - [anon_sym_def] = ACTIONS(1296), - [anon_sym_def_DASHenv] = ACTIONS(1296), - [anon_sym_export_DASHenv] = ACTIONS(1296), - [anon_sym_extern] = ACTIONS(1296), - [anon_sym_module] = ACTIONS(1296), - [anon_sym_use] = ACTIONS(1296), - [anon_sym_LBRACK] = ACTIONS(1296), - [anon_sym_LPAREN] = ACTIONS(1296), - [anon_sym_RPAREN] = ACTIONS(1296), - [anon_sym_PIPE] = ACTIONS(1296), - [anon_sym_DOLLAR] = ACTIONS(1296), - [anon_sym_error] = ACTIONS(1296), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(1296), - [anon_sym_break] = ACTIONS(1296), - [anon_sym_continue] = ACTIONS(1296), - [anon_sym_for] = ACTIONS(1296), - [anon_sym_loop] = ACTIONS(1296), - [anon_sym_while] = ACTIONS(1296), - [anon_sym_do] = ACTIONS(1296), - [anon_sym_if] = ACTIONS(1296), - [anon_sym_match] = ACTIONS(1296), - [anon_sym_LBRACE] = ACTIONS(1296), - [anon_sym_RBRACE] = ACTIONS(1296), - [anon_sym_try] = ACTIONS(1296), - [anon_sym_return] = ACTIONS(1296), - [anon_sym_source] = ACTIONS(1296), - [anon_sym_source_DASHenv] = ACTIONS(1296), - [anon_sym_register] = ACTIONS(1296), - [anon_sym_hide] = ACTIONS(1296), - [anon_sym_hide_DASHenv] = ACTIONS(1296), - [anon_sym_overlay] = ACTIONS(1296), - [anon_sym_where] = ACTIONS(1296), - [anon_sym_not] = ACTIONS(1296), - [anon_sym_DOT_DOT_LT] = ACTIONS(1296), - [anon_sym_DOT_DOT] = ACTIONS(1296), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1296), - [sym_val_nothing] = ACTIONS(1296), - [anon_sym_true] = ACTIONS(1296), - [anon_sym_false] = ACTIONS(1296), - [aux_sym_val_number_token1] = ACTIONS(1296), - [aux_sym_val_number_token2] = ACTIONS(1296), - [aux_sym_val_number_token3] = ACTIONS(1296), - [aux_sym_val_number_token4] = ACTIONS(1296), - [anon_sym_inf] = ACTIONS(1296), - [anon_sym_DASHinf] = ACTIONS(1296), - [anon_sym_NaN] = ACTIONS(1296), - [anon_sym_0b] = ACTIONS(1296), - [anon_sym_0o] = ACTIONS(1296), - [anon_sym_0x] = ACTIONS(1296), - [sym_val_date] = ACTIONS(1296), - [anon_sym_DQUOTE] = ACTIONS(1296), - [sym__str_single_quotes] = ACTIONS(1296), - [sym__str_back_ticks] = ACTIONS(1296), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1296), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1296), - [anon_sym_CARET] = ACTIONS(1296), - [sym_short_flag] = ACTIONS(651), + [580] = { + [sym_comment] = STATE(580), + [ts_builtin_sym_end] = ACTIONS(795), + [anon_sym_SEMI] = ACTIONS(793), + [anon_sym_LF] = ACTIONS(795), + [anon_sym_LBRACK] = ACTIONS(793), + [anon_sym_LPAREN] = ACTIONS(793), + [anon_sym_PIPE] = ACTIONS(793), + [anon_sym_DOLLAR] = ACTIONS(793), + [anon_sym_GT] = ACTIONS(793), + [anon_sym_DASH_DASH] = ACTIONS(793), + [anon_sym_DASH] = ACTIONS(793), + [anon_sym_in] = ACTIONS(793), + [anon_sym_LBRACE] = ACTIONS(793), + [anon_sym_STAR] = ACTIONS(793), + [anon_sym_STAR_STAR] = ACTIONS(793), + [anon_sym_PLUS_PLUS] = ACTIONS(793), + [anon_sym_SLASH] = ACTIONS(793), + [anon_sym_mod] = ACTIONS(793), + [anon_sym_SLASH_SLASH] = ACTIONS(793), + [anon_sym_PLUS] = ACTIONS(793), + [anon_sym_bit_DASHshl] = ACTIONS(793), + [anon_sym_bit_DASHshr] = ACTIONS(793), + [anon_sym_EQ_EQ] = ACTIONS(793), + [anon_sym_BANG_EQ] = ACTIONS(793), + [anon_sym_LT2] = ACTIONS(793), + [anon_sym_LT_EQ] = ACTIONS(793), + [anon_sym_GT_EQ] = ACTIONS(793), + [anon_sym_not_DASHin] = ACTIONS(793), + [anon_sym_starts_DASHwith] = ACTIONS(793), + [anon_sym_ends_DASHwith] = ACTIONS(793), + [anon_sym_EQ_TILDE] = ACTIONS(793), + [anon_sym_BANG_TILDE] = ACTIONS(793), + [anon_sym_bit_DASHand] = ACTIONS(793), + [anon_sym_bit_DASHxor] = ACTIONS(793), + [anon_sym_bit_DASHor] = ACTIONS(793), + [anon_sym_and] = ACTIONS(793), + [anon_sym_xor] = ACTIONS(793), + [anon_sym_or] = ACTIONS(793), + [anon_sym_DOT_DOT_LT] = ACTIONS(793), + [anon_sym_DOT_DOT] = ACTIONS(793), + [anon_sym_DOT_DOT_EQ] = ACTIONS(793), + [sym_val_nothing] = ACTIONS(793), + [anon_sym_true] = ACTIONS(793), + [anon_sym_false] = ACTIONS(793), + [aux_sym_val_number_token1] = ACTIONS(793), + [aux_sym_val_number_token2] = ACTIONS(793), + [aux_sym_val_number_token3] = ACTIONS(793), + [aux_sym_val_number_token4] = ACTIONS(793), + [anon_sym_inf] = ACTIONS(793), + [anon_sym_DASHinf] = ACTIONS(793), + [anon_sym_NaN] = ACTIONS(793), + [anon_sym_0b] = ACTIONS(793), + [anon_sym_0o] = ACTIONS(793), + [anon_sym_0x] = ACTIONS(793), + [sym_val_date] = ACTIONS(793), + [anon_sym_DQUOTE] = ACTIONS(793), + [sym__str_single_quotes] = ACTIONS(793), + [sym__str_back_ticks] = ACTIONS(793), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(793), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(793), + [anon_sym_err_GT] = ACTIONS(793), + [anon_sym_out_GT] = ACTIONS(793), + [anon_sym_e_GT] = ACTIONS(793), + [anon_sym_o_GT] = ACTIONS(793), + [anon_sym_err_PLUSout_GT] = ACTIONS(793), + [anon_sym_out_PLUSerr_GT] = ACTIONS(793), + [anon_sym_o_PLUSe_GT] = ACTIONS(793), + [anon_sym_e_PLUSo_GT] = ACTIONS(793), + [sym_short_flag] = ACTIONS(793), + [aux_sym_unquoted_token1] = ACTIONS(793), [anon_sym_POUND] = ACTIONS(3), }, - [612] = { - [sym__flag] = STATE(609), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(612), - [anon_sym_export] = ACTIONS(1296), - [anon_sym_alias] = ACTIONS(1296), - [anon_sym_let] = ACTIONS(1296), - [anon_sym_let_DASHenv] = ACTIONS(1296), - [anon_sym_mut] = ACTIONS(1296), - [anon_sym_const] = ACTIONS(1296), - [sym_cmd_identifier] = ACTIONS(1296), - [anon_sym_SEMI] = ACTIONS(1296), - [anon_sym_LF] = ACTIONS(1298), - [anon_sym_def] = ACTIONS(1296), - [anon_sym_def_DASHenv] = ACTIONS(1296), - [anon_sym_export_DASHenv] = ACTIONS(1296), - [anon_sym_extern] = ACTIONS(1296), - [anon_sym_module] = ACTIONS(1296), - [anon_sym_use] = ACTIONS(1296), - [anon_sym_LBRACK] = ACTIONS(1296), - [anon_sym_LPAREN] = ACTIONS(1296), - [anon_sym_RPAREN] = ACTIONS(1296), - [anon_sym_PIPE] = ACTIONS(1296), - [anon_sym_DOLLAR] = ACTIONS(1296), - [anon_sym_error] = ACTIONS(1296), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(1296), - [anon_sym_break] = ACTIONS(1296), - [anon_sym_continue] = ACTIONS(1296), - [anon_sym_for] = ACTIONS(1296), - [anon_sym_loop] = ACTIONS(1296), - [anon_sym_while] = ACTIONS(1296), - [anon_sym_do] = ACTIONS(1296), - [anon_sym_if] = ACTIONS(1296), - [anon_sym_match] = ACTIONS(1296), - [anon_sym_LBRACE] = ACTIONS(1296), - [anon_sym_RBRACE] = ACTIONS(1296), - [anon_sym_try] = ACTIONS(1296), - [anon_sym_return] = ACTIONS(1296), - [anon_sym_source] = ACTIONS(1296), - [anon_sym_source_DASHenv] = ACTIONS(1296), - [anon_sym_register] = ACTIONS(1296), - [anon_sym_hide] = ACTIONS(1296), - [anon_sym_hide_DASHenv] = ACTIONS(1296), - [anon_sym_overlay] = ACTIONS(1296), - [anon_sym_where] = ACTIONS(1296), - [anon_sym_not] = ACTIONS(1296), - [anon_sym_DOT_DOT_LT] = ACTIONS(1296), - [anon_sym_DOT_DOT] = ACTIONS(1296), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1296), - [sym_val_nothing] = ACTIONS(1296), - [anon_sym_true] = ACTIONS(1296), - [anon_sym_false] = ACTIONS(1296), - [aux_sym_val_number_token1] = ACTIONS(1296), - [aux_sym_val_number_token2] = ACTIONS(1296), - [aux_sym_val_number_token3] = ACTIONS(1296), - [aux_sym_val_number_token4] = ACTIONS(1296), - [anon_sym_inf] = ACTIONS(1296), - [anon_sym_DASHinf] = ACTIONS(1296), - [anon_sym_NaN] = ACTIONS(1296), - [anon_sym_0b] = ACTIONS(1296), - [anon_sym_0o] = ACTIONS(1296), - [anon_sym_0x] = ACTIONS(1296), - [sym_val_date] = ACTIONS(1296), - [anon_sym_DQUOTE] = ACTIONS(1296), - [sym__str_single_quotes] = ACTIONS(1296), - [sym__str_back_ticks] = ACTIONS(1296), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1296), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1296), - [anon_sym_CARET] = ACTIONS(1296), - [sym_short_flag] = ACTIONS(651), + [581] = { + [sym_comment] = STATE(581), + [ts_builtin_sym_end] = ACTIONS(803), + [anon_sym_SEMI] = ACTIONS(801), + [anon_sym_LF] = ACTIONS(803), + [anon_sym_LBRACK] = ACTIONS(801), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_PIPE] = ACTIONS(801), + [anon_sym_DOLLAR] = ACTIONS(801), + [anon_sym_GT] = ACTIONS(801), + [anon_sym_DASH_DASH] = ACTIONS(801), + [anon_sym_DASH] = ACTIONS(801), + [anon_sym_in] = ACTIONS(801), + [anon_sym_LBRACE] = ACTIONS(801), + [anon_sym_STAR] = ACTIONS(801), + [anon_sym_STAR_STAR] = ACTIONS(801), + [anon_sym_PLUS_PLUS] = ACTIONS(801), + [anon_sym_SLASH] = ACTIONS(801), + [anon_sym_mod] = ACTIONS(801), + [anon_sym_SLASH_SLASH] = ACTIONS(801), + [anon_sym_PLUS] = ACTIONS(801), + [anon_sym_bit_DASHshl] = ACTIONS(801), + [anon_sym_bit_DASHshr] = ACTIONS(801), + [anon_sym_EQ_EQ] = ACTIONS(801), + [anon_sym_BANG_EQ] = ACTIONS(801), + [anon_sym_LT2] = ACTIONS(801), + [anon_sym_LT_EQ] = ACTIONS(801), + [anon_sym_GT_EQ] = ACTIONS(801), + [anon_sym_not_DASHin] = ACTIONS(801), + [anon_sym_starts_DASHwith] = ACTIONS(801), + [anon_sym_ends_DASHwith] = ACTIONS(801), + [anon_sym_EQ_TILDE] = ACTIONS(801), + [anon_sym_BANG_TILDE] = ACTIONS(801), + [anon_sym_bit_DASHand] = ACTIONS(801), + [anon_sym_bit_DASHxor] = ACTIONS(801), + [anon_sym_bit_DASHor] = ACTIONS(801), + [anon_sym_and] = ACTIONS(801), + [anon_sym_xor] = ACTIONS(801), + [anon_sym_or] = ACTIONS(801), + [anon_sym_DOT_DOT_LT] = ACTIONS(801), + [anon_sym_DOT_DOT] = ACTIONS(801), + [anon_sym_DOT_DOT_EQ] = ACTIONS(801), + [sym_val_nothing] = ACTIONS(801), + [anon_sym_true] = ACTIONS(801), + [anon_sym_false] = ACTIONS(801), + [aux_sym_val_number_token1] = ACTIONS(801), + [aux_sym_val_number_token2] = ACTIONS(801), + [aux_sym_val_number_token3] = ACTIONS(801), + [aux_sym_val_number_token4] = ACTIONS(801), + [anon_sym_inf] = ACTIONS(801), + [anon_sym_DASHinf] = ACTIONS(801), + [anon_sym_NaN] = ACTIONS(801), + [anon_sym_0b] = ACTIONS(801), + [anon_sym_0o] = ACTIONS(801), + [anon_sym_0x] = ACTIONS(801), + [sym_val_date] = ACTIONS(801), + [anon_sym_DQUOTE] = ACTIONS(801), + [sym__str_single_quotes] = ACTIONS(801), + [sym__str_back_ticks] = ACTIONS(801), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(801), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(801), + [anon_sym_err_GT] = ACTIONS(801), + [anon_sym_out_GT] = ACTIONS(801), + [anon_sym_e_GT] = ACTIONS(801), + [anon_sym_o_GT] = ACTIONS(801), + [anon_sym_err_PLUSout_GT] = ACTIONS(801), + [anon_sym_out_PLUSerr_GT] = ACTIONS(801), + [anon_sym_o_PLUSe_GT] = ACTIONS(801), + [anon_sym_e_PLUSo_GT] = ACTIONS(801), + [sym_short_flag] = ACTIONS(801), + [aux_sym_unquoted_token1] = ACTIONS(801), [anon_sym_POUND] = ACTIONS(3), }, - [613] = { - [sym__flag] = STATE(781), - [sym_long_flag] = STATE(766), - [sym_comment] = STATE(613), - [anon_sym_export] = ACTIONS(1296), - [anon_sym_alias] = ACTIONS(1296), - [anon_sym_let] = ACTIONS(1296), - [anon_sym_let_DASHenv] = ACTIONS(1296), - [anon_sym_mut] = ACTIONS(1296), - [anon_sym_const] = ACTIONS(1296), - [sym_cmd_identifier] = ACTIONS(1296), - [anon_sym_SEMI] = ACTIONS(1296), - [anon_sym_LF] = ACTIONS(1298), - [anon_sym_def] = ACTIONS(1296), - [anon_sym_def_DASHenv] = ACTIONS(1296), - [anon_sym_export_DASHenv] = ACTIONS(1296), - [anon_sym_extern] = ACTIONS(1296), - [anon_sym_module] = ACTIONS(1296), - [anon_sym_use] = ACTIONS(1296), - [anon_sym_LBRACK] = ACTIONS(1296), - [anon_sym_LPAREN] = ACTIONS(1296), - [anon_sym_RPAREN] = ACTIONS(1296), - [anon_sym_PIPE] = ACTIONS(1296), - [anon_sym_DOLLAR] = ACTIONS(1296), - [anon_sym_error] = ACTIONS(1296), - [anon_sym_DASH_DASH] = ACTIONS(1265), - [anon_sym_DASH] = ACTIONS(1296), - [anon_sym_break] = ACTIONS(1296), - [anon_sym_continue] = ACTIONS(1296), - [anon_sym_for] = ACTIONS(1296), - [anon_sym_loop] = ACTIONS(1296), - [anon_sym_while] = ACTIONS(1296), - [anon_sym_do] = ACTIONS(1296), - [anon_sym_if] = ACTIONS(1296), - [anon_sym_match] = ACTIONS(1296), - [anon_sym_LBRACE] = ACTIONS(1296), - [anon_sym_RBRACE] = ACTIONS(1296), - [anon_sym_try] = ACTIONS(1296), - [anon_sym_return] = ACTIONS(1296), - [anon_sym_source] = ACTIONS(1296), - [anon_sym_source_DASHenv] = ACTIONS(1296), - [anon_sym_register] = ACTIONS(1296), - [anon_sym_hide] = ACTIONS(1296), - [anon_sym_hide_DASHenv] = ACTIONS(1296), - [anon_sym_overlay] = ACTIONS(1296), - [anon_sym_where] = ACTIONS(1296), - [anon_sym_not] = ACTIONS(1296), - [anon_sym_DOT_DOT_LT] = ACTIONS(1296), - [anon_sym_DOT_DOT] = ACTIONS(1296), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1296), - [sym_val_nothing] = ACTIONS(1296), - [anon_sym_true] = ACTIONS(1296), - [anon_sym_false] = ACTIONS(1296), - [aux_sym_val_number_token1] = ACTIONS(1296), - [aux_sym_val_number_token2] = ACTIONS(1296), - [aux_sym_val_number_token3] = ACTIONS(1296), - [aux_sym_val_number_token4] = ACTIONS(1296), - [anon_sym_inf] = ACTIONS(1296), - [anon_sym_DASHinf] = ACTIONS(1296), - [anon_sym_NaN] = ACTIONS(1296), - [anon_sym_0b] = ACTIONS(1296), - [anon_sym_0o] = ACTIONS(1296), - [anon_sym_0x] = ACTIONS(1296), - [sym_val_date] = ACTIONS(1296), - [anon_sym_DQUOTE] = ACTIONS(1296), - [sym__str_single_quotes] = ACTIONS(1296), - [sym__str_back_ticks] = ACTIONS(1296), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1296), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1296), - [anon_sym_CARET] = ACTIONS(1296), - [sym_short_flag] = ACTIONS(1267), + [582] = { + [sym_comment] = STATE(582), + [ts_builtin_sym_end] = ACTIONS(811), + [anon_sym_SEMI] = ACTIONS(809), + [anon_sym_LF] = ACTIONS(811), + [anon_sym_LBRACK] = ACTIONS(809), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_PIPE] = ACTIONS(809), + [anon_sym_DOLLAR] = ACTIONS(809), + [anon_sym_GT] = ACTIONS(809), + [anon_sym_DASH_DASH] = ACTIONS(809), + [anon_sym_DASH] = ACTIONS(809), + [anon_sym_in] = ACTIONS(809), + [anon_sym_LBRACE] = ACTIONS(809), + [anon_sym_STAR] = ACTIONS(809), + [anon_sym_STAR_STAR] = ACTIONS(809), + [anon_sym_PLUS_PLUS] = ACTIONS(809), + [anon_sym_SLASH] = ACTIONS(809), + [anon_sym_mod] = ACTIONS(809), + [anon_sym_SLASH_SLASH] = ACTIONS(809), + [anon_sym_PLUS] = ACTIONS(809), + [anon_sym_bit_DASHshl] = ACTIONS(809), + [anon_sym_bit_DASHshr] = ACTIONS(809), + [anon_sym_EQ_EQ] = ACTIONS(809), + [anon_sym_BANG_EQ] = ACTIONS(809), + [anon_sym_LT2] = ACTIONS(809), + [anon_sym_LT_EQ] = ACTIONS(809), + [anon_sym_GT_EQ] = ACTIONS(809), + [anon_sym_not_DASHin] = ACTIONS(809), + [anon_sym_starts_DASHwith] = ACTIONS(809), + [anon_sym_ends_DASHwith] = ACTIONS(809), + [anon_sym_EQ_TILDE] = ACTIONS(809), + [anon_sym_BANG_TILDE] = ACTIONS(809), + [anon_sym_bit_DASHand] = ACTIONS(809), + [anon_sym_bit_DASHxor] = ACTIONS(809), + [anon_sym_bit_DASHor] = ACTIONS(809), + [anon_sym_and] = ACTIONS(809), + [anon_sym_xor] = ACTIONS(809), + [anon_sym_or] = ACTIONS(809), + [anon_sym_DOT_DOT_LT] = ACTIONS(809), + [anon_sym_DOT_DOT] = ACTIONS(809), + [anon_sym_DOT_DOT_EQ] = ACTIONS(809), + [sym_val_nothing] = ACTIONS(809), + [anon_sym_true] = ACTIONS(809), + [anon_sym_false] = ACTIONS(809), + [aux_sym_val_number_token1] = ACTIONS(809), + [aux_sym_val_number_token2] = ACTIONS(809), + [aux_sym_val_number_token3] = ACTIONS(809), + [aux_sym_val_number_token4] = ACTIONS(809), + [anon_sym_inf] = ACTIONS(809), + [anon_sym_DASHinf] = ACTIONS(809), + [anon_sym_NaN] = ACTIONS(809), + [anon_sym_0b] = ACTIONS(809), + [anon_sym_0o] = ACTIONS(809), + [anon_sym_0x] = ACTIONS(809), + [sym_val_date] = ACTIONS(809), + [anon_sym_DQUOTE] = ACTIONS(809), + [sym__str_single_quotes] = ACTIONS(809), + [sym__str_back_ticks] = ACTIONS(809), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(809), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(809), + [anon_sym_err_GT] = ACTIONS(809), + [anon_sym_out_GT] = ACTIONS(809), + [anon_sym_e_GT] = ACTIONS(809), + [anon_sym_o_GT] = ACTIONS(809), + [anon_sym_err_PLUSout_GT] = ACTIONS(809), + [anon_sym_out_PLUSerr_GT] = ACTIONS(809), + [anon_sym_o_PLUSe_GT] = ACTIONS(809), + [anon_sym_e_PLUSo_GT] = ACTIONS(809), + [sym_short_flag] = ACTIONS(809), + [aux_sym_unquoted_token1] = ACTIONS(809), [anon_sym_POUND] = ACTIONS(3), }, - [614] = { - [sym_comment] = STATE(614), - [anon_sym_export] = ACTIONS(686), - [anon_sym_alias] = ACTIONS(686), - [anon_sym_let] = ACTIONS(686), - [anon_sym_let_DASHenv] = ACTIONS(686), - [anon_sym_mut] = ACTIONS(686), - [anon_sym_const] = ACTIONS(686), - [sym_cmd_identifier] = ACTIONS(686), - [anon_sym_SEMI] = ACTIONS(686), - [anon_sym_LF] = ACTIONS(688), - [anon_sym_def] = ACTIONS(686), - [anon_sym_def_DASHenv] = ACTIONS(686), - [anon_sym_export_DASHenv] = ACTIONS(686), - [anon_sym_extern] = ACTIONS(686), - [anon_sym_module] = ACTIONS(686), - [anon_sym_use] = ACTIONS(686), - [anon_sym_LBRACK] = ACTIONS(686), - [anon_sym_LPAREN] = ACTIONS(686), - [anon_sym_RPAREN] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(686), - [anon_sym_error] = ACTIONS(686), - [anon_sym_DASH_DASH] = ACTIONS(686), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_break] = ACTIONS(686), - [anon_sym_continue] = ACTIONS(686), - [anon_sym_for] = ACTIONS(686), - [anon_sym_loop] = ACTIONS(686), - [anon_sym_while] = ACTIONS(686), - [anon_sym_do] = ACTIONS(686), - [anon_sym_if] = ACTIONS(686), - [anon_sym_match] = ACTIONS(686), - [anon_sym_LBRACE] = ACTIONS(686), - [anon_sym_RBRACE] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_try] = ACTIONS(686), - [anon_sym_return] = ACTIONS(686), - [anon_sym_source] = ACTIONS(686), - [anon_sym_source_DASHenv] = ACTIONS(686), - [anon_sym_register] = ACTIONS(686), - [anon_sym_hide] = ACTIONS(686), - [anon_sym_hide_DASHenv] = ACTIONS(686), - [anon_sym_overlay] = ACTIONS(686), - [anon_sym_where] = ACTIONS(686), - [anon_sym_QMARK2] = ACTIONS(686), - [anon_sym_not] = ACTIONS(686), - [anon_sym_DOT_DOT_LT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_EQ] = ACTIONS(686), - [sym_val_nothing] = ACTIONS(686), - [anon_sym_true] = ACTIONS(686), - [anon_sym_false] = ACTIONS(686), - [aux_sym_val_number_token1] = ACTIONS(686), - [aux_sym_val_number_token2] = ACTIONS(686), - [aux_sym_val_number_token3] = ACTIONS(686), - [aux_sym_val_number_token4] = ACTIONS(686), - [anon_sym_inf] = ACTIONS(686), - [anon_sym_DASHinf] = ACTIONS(686), - [anon_sym_NaN] = ACTIONS(686), - [anon_sym_0b] = ACTIONS(686), - [anon_sym_0o] = ACTIONS(686), - [anon_sym_0x] = ACTIONS(686), - [sym_val_date] = ACTIONS(686), - [anon_sym_DQUOTE] = ACTIONS(686), - [sym__str_single_quotes] = ACTIONS(686), - [sym__str_back_ticks] = ACTIONS(686), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(686), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [sym_short_flag] = ACTIONS(686), + [583] = { + [sym_comment] = STATE(583), + [ts_builtin_sym_end] = ACTIONS(815), + [anon_sym_SEMI] = ACTIONS(813), + [anon_sym_LF] = ACTIONS(815), + [anon_sym_LBRACK] = ACTIONS(813), + [anon_sym_LPAREN] = ACTIONS(813), + [anon_sym_PIPE] = ACTIONS(813), + [anon_sym_DOLLAR] = ACTIONS(813), + [anon_sym_GT] = ACTIONS(813), + [anon_sym_DASH_DASH] = ACTIONS(813), + [anon_sym_DASH] = ACTIONS(813), + [anon_sym_in] = ACTIONS(813), + [anon_sym_LBRACE] = ACTIONS(813), + [anon_sym_STAR] = ACTIONS(813), + [anon_sym_STAR_STAR] = ACTIONS(813), + [anon_sym_PLUS_PLUS] = ACTIONS(813), + [anon_sym_SLASH] = ACTIONS(813), + [anon_sym_mod] = ACTIONS(813), + [anon_sym_SLASH_SLASH] = ACTIONS(813), + [anon_sym_PLUS] = ACTIONS(813), + [anon_sym_bit_DASHshl] = ACTIONS(813), + [anon_sym_bit_DASHshr] = ACTIONS(813), + [anon_sym_EQ_EQ] = ACTIONS(813), + [anon_sym_BANG_EQ] = ACTIONS(813), + [anon_sym_LT2] = ACTIONS(813), + [anon_sym_LT_EQ] = ACTIONS(813), + [anon_sym_GT_EQ] = ACTIONS(813), + [anon_sym_not_DASHin] = ACTIONS(813), + [anon_sym_starts_DASHwith] = ACTIONS(813), + [anon_sym_ends_DASHwith] = ACTIONS(813), + [anon_sym_EQ_TILDE] = ACTIONS(813), + [anon_sym_BANG_TILDE] = ACTIONS(813), + [anon_sym_bit_DASHand] = ACTIONS(813), + [anon_sym_bit_DASHxor] = ACTIONS(813), + [anon_sym_bit_DASHor] = ACTIONS(813), + [anon_sym_and] = ACTIONS(813), + [anon_sym_xor] = ACTIONS(813), + [anon_sym_or] = ACTIONS(813), + [anon_sym_DOT_DOT_LT] = ACTIONS(813), + [anon_sym_DOT_DOT] = ACTIONS(813), + [anon_sym_DOT_DOT_EQ] = ACTIONS(813), + [sym_val_nothing] = ACTIONS(813), + [anon_sym_true] = ACTIONS(813), + [anon_sym_false] = ACTIONS(813), + [aux_sym_val_number_token1] = ACTIONS(813), + [aux_sym_val_number_token2] = ACTIONS(813), + [aux_sym_val_number_token3] = ACTIONS(813), + [aux_sym_val_number_token4] = ACTIONS(813), + [anon_sym_inf] = ACTIONS(813), + [anon_sym_DASHinf] = ACTIONS(813), + [anon_sym_NaN] = ACTIONS(813), + [anon_sym_0b] = ACTIONS(813), + [anon_sym_0o] = ACTIONS(813), + [anon_sym_0x] = ACTIONS(813), + [sym_val_date] = ACTIONS(813), + [anon_sym_DQUOTE] = ACTIONS(813), + [sym__str_single_quotes] = ACTIONS(813), + [sym__str_back_ticks] = ACTIONS(813), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(813), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(813), + [anon_sym_err_GT] = ACTIONS(813), + [anon_sym_out_GT] = ACTIONS(813), + [anon_sym_e_GT] = ACTIONS(813), + [anon_sym_o_GT] = ACTIONS(813), + [anon_sym_err_PLUSout_GT] = ACTIONS(813), + [anon_sym_out_PLUSerr_GT] = ACTIONS(813), + [anon_sym_o_PLUSe_GT] = ACTIONS(813), + [anon_sym_e_PLUSo_GT] = ACTIONS(813), + [sym_short_flag] = ACTIONS(813), + [aux_sym_unquoted_token1] = ACTIONS(813), [anon_sym_POUND] = ACTIONS(3), }, - [615] = { - [sym_comment] = STATE(615), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(1239), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(1241), - [anon_sym_in] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(1245), - [anon_sym_STAR_STAR] = ACTIONS(1247), - [anon_sym_PLUS_PLUS] = ACTIONS(1247), - [anon_sym_SLASH] = ACTIONS(1245), - [anon_sym_mod] = ACTIONS(1245), - [anon_sym_SLASH_SLASH] = ACTIONS(1245), - [anon_sym_PLUS] = ACTIONS(1241), - [anon_sym_bit_DASHshl] = ACTIONS(1249), - [anon_sym_bit_DASHshr] = ACTIONS(1249), - [anon_sym_EQ_EQ] = ACTIONS(1239), - [anon_sym_BANG_EQ] = ACTIONS(1239), - [anon_sym_LT2] = ACTIONS(1239), - [anon_sym_LT_EQ] = ACTIONS(1239), - [anon_sym_GT_EQ] = ACTIONS(1239), - [anon_sym_not_DASHin] = ACTIONS(1243), - [anon_sym_starts_DASHwith] = ACTIONS(1243), - [anon_sym_ends_DASHwith] = ACTIONS(1243), - [anon_sym_EQ_TILDE] = ACTIONS(1272), - [anon_sym_BANG_TILDE] = ACTIONS(1272), - [anon_sym_bit_DASHand] = ACTIONS(1274), - [anon_sym_bit_DASHxor] = ACTIONS(1276), - [anon_sym_bit_DASHor] = ACTIONS(1278), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_err_GT] = ACTIONS(781), - [anon_sym_out_GT] = ACTIONS(781), - [anon_sym_e_GT] = ACTIONS(781), - [anon_sym_o_GT] = ACTIONS(781), - [anon_sym_err_PLUSout_GT] = ACTIONS(781), - [anon_sym_out_PLUSerr_GT] = ACTIONS(781), - [anon_sym_o_PLUSe_GT] = ACTIONS(781), - [anon_sym_e_PLUSo_GT] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [aux_sym_unquoted_token1] = ACTIONS(781), + [584] = { + [sym_comment] = STATE(584), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(1249), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(1251), + [anon_sym_in] = ACTIONS(1261), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_STAR_STAR] = ACTIONS(1255), + [anon_sym_PLUS_PLUS] = ACTIONS(1255), + [anon_sym_SLASH] = ACTIONS(1253), + [anon_sym_mod] = ACTIONS(1253), + [anon_sym_SLASH_SLASH] = ACTIONS(1253), + [anon_sym_PLUS] = ACTIONS(1251), + [anon_sym_bit_DASHshl] = ACTIONS(1257), + [anon_sym_bit_DASHshr] = ACTIONS(1257), + [anon_sym_EQ_EQ] = ACTIONS(1249), + [anon_sym_BANG_EQ] = ACTIONS(1249), + [anon_sym_LT2] = ACTIONS(1249), + [anon_sym_LT_EQ] = ACTIONS(1249), + [anon_sym_GT_EQ] = ACTIONS(1249), + [anon_sym_not_DASHin] = ACTIONS(1261), + [anon_sym_starts_DASHwith] = ACTIONS(1261), + [anon_sym_ends_DASHwith] = ACTIONS(1261), + [anon_sym_EQ_TILDE] = ACTIONS(1263), + [anon_sym_BANG_TILDE] = ACTIONS(1263), + [anon_sym_bit_DASHand] = ACTIONS(769), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_err_GT] = ACTIONS(769), + [anon_sym_out_GT] = ACTIONS(769), + [anon_sym_e_GT] = ACTIONS(769), + [anon_sym_o_GT] = ACTIONS(769), + [anon_sym_err_PLUSout_GT] = ACTIONS(769), + [anon_sym_out_PLUSerr_GT] = ACTIONS(769), + [anon_sym_o_PLUSe_GT] = ACTIONS(769), + [anon_sym_e_PLUSo_GT] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [aux_sym_unquoted_token1] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [616] = { - [sym_comment] = STATE(616), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(1239), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(1241), - [anon_sym_in] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(1245), - [anon_sym_STAR_STAR] = ACTIONS(1247), - [anon_sym_PLUS_PLUS] = ACTIONS(1247), - [anon_sym_SLASH] = ACTIONS(1245), - [anon_sym_mod] = ACTIONS(1245), - [anon_sym_SLASH_SLASH] = ACTIONS(1245), - [anon_sym_PLUS] = ACTIONS(1241), - [anon_sym_bit_DASHshl] = ACTIONS(1249), - [anon_sym_bit_DASHshr] = ACTIONS(1249), - [anon_sym_EQ_EQ] = ACTIONS(1239), - [anon_sym_BANG_EQ] = ACTIONS(1239), - [anon_sym_LT2] = ACTIONS(1239), - [anon_sym_LT_EQ] = ACTIONS(1239), - [anon_sym_GT_EQ] = ACTIONS(1239), - [anon_sym_not_DASHin] = ACTIONS(1243), - [anon_sym_starts_DASHwith] = ACTIONS(1243), - [anon_sym_ends_DASHwith] = ACTIONS(1243), - [anon_sym_EQ_TILDE] = ACTIONS(1272), - [anon_sym_BANG_TILDE] = ACTIONS(1272), - [anon_sym_bit_DASHand] = ACTIONS(1274), - [anon_sym_bit_DASHxor] = ACTIONS(1276), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_err_GT] = ACTIONS(781), - [anon_sym_out_GT] = ACTIONS(781), - [anon_sym_e_GT] = ACTIONS(781), - [anon_sym_o_GT] = ACTIONS(781), - [anon_sym_err_PLUSout_GT] = ACTIONS(781), - [anon_sym_out_PLUSerr_GT] = ACTIONS(781), - [anon_sym_o_PLUSe_GT] = ACTIONS(781), - [anon_sym_e_PLUSo_GT] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [aux_sym_unquoted_token1] = ACTIONS(781), + [585] = { + [sym_comment] = STATE(585), + [ts_builtin_sym_end] = ACTIONS(828), + [anon_sym_SEMI] = ACTIONS(826), + [anon_sym_LF] = ACTIONS(828), + [anon_sym_LBRACK] = ACTIONS(826), + [anon_sym_LPAREN] = ACTIONS(826), + [anon_sym_PIPE] = ACTIONS(826), + [anon_sym_DOLLAR] = ACTIONS(826), + [anon_sym_GT] = ACTIONS(826), + [anon_sym_DASH_DASH] = ACTIONS(826), + [anon_sym_DASH] = ACTIONS(826), + [anon_sym_in] = ACTIONS(826), + [anon_sym_LBRACE] = ACTIONS(826), + [anon_sym_STAR] = ACTIONS(826), + [anon_sym_STAR_STAR] = ACTIONS(826), + [anon_sym_PLUS_PLUS] = ACTIONS(826), + [anon_sym_SLASH] = ACTIONS(826), + [anon_sym_mod] = ACTIONS(826), + [anon_sym_SLASH_SLASH] = ACTIONS(826), + [anon_sym_PLUS] = ACTIONS(826), + [anon_sym_bit_DASHshl] = ACTIONS(826), + [anon_sym_bit_DASHshr] = ACTIONS(826), + [anon_sym_EQ_EQ] = ACTIONS(826), + [anon_sym_BANG_EQ] = ACTIONS(826), + [anon_sym_LT2] = ACTIONS(826), + [anon_sym_LT_EQ] = ACTIONS(826), + [anon_sym_GT_EQ] = ACTIONS(826), + [anon_sym_not_DASHin] = ACTIONS(826), + [anon_sym_starts_DASHwith] = ACTIONS(826), + [anon_sym_ends_DASHwith] = ACTIONS(826), + [anon_sym_EQ_TILDE] = ACTIONS(826), + [anon_sym_BANG_TILDE] = ACTIONS(826), + [anon_sym_bit_DASHand] = ACTIONS(826), + [anon_sym_bit_DASHxor] = ACTIONS(826), + [anon_sym_bit_DASHor] = ACTIONS(826), + [anon_sym_and] = ACTIONS(826), + [anon_sym_xor] = ACTIONS(826), + [anon_sym_or] = ACTIONS(826), + [anon_sym_DOT_DOT_LT] = ACTIONS(826), + [anon_sym_DOT_DOT] = ACTIONS(826), + [anon_sym_DOT_DOT_EQ] = ACTIONS(826), + [sym_val_nothing] = ACTIONS(826), + [anon_sym_true] = ACTIONS(826), + [anon_sym_false] = ACTIONS(826), + [aux_sym_val_number_token1] = ACTIONS(826), + [aux_sym_val_number_token2] = ACTIONS(826), + [aux_sym_val_number_token3] = ACTIONS(826), + [aux_sym_val_number_token4] = ACTIONS(826), + [anon_sym_inf] = ACTIONS(826), + [anon_sym_DASHinf] = ACTIONS(826), + [anon_sym_NaN] = ACTIONS(826), + [anon_sym_0b] = ACTIONS(826), + [anon_sym_0o] = ACTIONS(826), + [anon_sym_0x] = ACTIONS(826), + [sym_val_date] = ACTIONS(826), + [anon_sym_DQUOTE] = ACTIONS(826), + [sym__str_single_quotes] = ACTIONS(826), + [sym__str_back_ticks] = ACTIONS(826), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(826), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(826), + [anon_sym_err_GT] = ACTIONS(826), + [anon_sym_out_GT] = ACTIONS(826), + [anon_sym_e_GT] = ACTIONS(826), + [anon_sym_o_GT] = ACTIONS(826), + [anon_sym_err_PLUSout_GT] = ACTIONS(826), + [anon_sym_out_PLUSerr_GT] = ACTIONS(826), + [anon_sym_o_PLUSe_GT] = ACTIONS(826), + [anon_sym_e_PLUSo_GT] = ACTIONS(826), + [sym_short_flag] = ACTIONS(826), + [aux_sym_unquoted_token1] = ACTIONS(826), [anon_sym_POUND] = ACTIONS(3), }, - [617] = { - [sym_comment] = STATE(617), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(1239), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(1241), - [anon_sym_in] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(1245), - [anon_sym_STAR_STAR] = ACTIONS(1247), - [anon_sym_PLUS_PLUS] = ACTIONS(1247), - [anon_sym_SLASH] = ACTIONS(1245), - [anon_sym_mod] = ACTIONS(1245), - [anon_sym_SLASH_SLASH] = ACTIONS(1245), - [anon_sym_PLUS] = ACTIONS(1241), - [anon_sym_bit_DASHshl] = ACTIONS(1249), - [anon_sym_bit_DASHshr] = ACTIONS(1249), - [anon_sym_EQ_EQ] = ACTIONS(1239), - [anon_sym_BANG_EQ] = ACTIONS(1239), - [anon_sym_LT2] = ACTIONS(1239), - [anon_sym_LT_EQ] = ACTIONS(1239), - [anon_sym_GT_EQ] = ACTIONS(1239), - [anon_sym_not_DASHin] = ACTIONS(1243), - [anon_sym_starts_DASHwith] = ACTIONS(1243), - [anon_sym_ends_DASHwith] = ACTIONS(1243), - [anon_sym_EQ_TILDE] = ACTIONS(1272), - [anon_sym_BANG_TILDE] = ACTIONS(1272), - [anon_sym_bit_DASHand] = ACTIONS(1274), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_err_GT] = ACTIONS(781), - [anon_sym_out_GT] = ACTIONS(781), - [anon_sym_e_GT] = ACTIONS(781), - [anon_sym_o_GT] = ACTIONS(781), - [anon_sym_err_PLUSout_GT] = ACTIONS(781), - [anon_sym_out_PLUSerr_GT] = ACTIONS(781), - [anon_sym_o_PLUSe_GT] = ACTIONS(781), - [anon_sym_e_PLUSo_GT] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [aux_sym_unquoted_token1] = ACTIONS(781), + [586] = { + [sym__flag] = STATE(631), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(586), + [anon_sym_export] = ACTIONS(702), + [anon_sym_alias] = ACTIONS(702), + [anon_sym_let] = ACTIONS(702), + [anon_sym_let_DASHenv] = ACTIONS(702), + [anon_sym_mut] = ACTIONS(702), + [anon_sym_const] = ACTIONS(702), + [sym_cmd_identifier] = ACTIONS(702), + [anon_sym_SEMI] = ACTIONS(702), + [anon_sym_LF] = ACTIONS(704), + [anon_sym_def] = ACTIONS(702), + [anon_sym_def_DASHenv] = ACTIONS(702), + [anon_sym_export_DASHenv] = ACTIONS(702), + [anon_sym_extern] = ACTIONS(702), + [anon_sym_module] = ACTIONS(702), + [anon_sym_use] = ACTIONS(702), + [anon_sym_LBRACK] = ACTIONS(702), + [anon_sym_LPAREN] = ACTIONS(702), + [anon_sym_RPAREN] = ACTIONS(702), + [anon_sym_PIPE] = ACTIONS(702), + [anon_sym_DOLLAR] = ACTIONS(702), + [anon_sym_error] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_break] = ACTIONS(702), + [anon_sym_continue] = ACTIONS(702), + [anon_sym_for] = ACTIONS(702), + [anon_sym_loop] = ACTIONS(702), + [anon_sym_while] = ACTIONS(702), + [anon_sym_do] = ACTIONS(702), + [anon_sym_if] = ACTIONS(702), + [anon_sym_match] = ACTIONS(702), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_RBRACE] = ACTIONS(702), + [anon_sym_try] = ACTIONS(702), + [anon_sym_return] = ACTIONS(702), + [anon_sym_source] = ACTIONS(702), + [anon_sym_source_DASHenv] = ACTIONS(702), + [anon_sym_register] = ACTIONS(702), + [anon_sym_hide] = ACTIONS(702), + [anon_sym_hide_DASHenv] = ACTIONS(702), + [anon_sym_overlay] = ACTIONS(702), + [anon_sym_where] = ACTIONS(702), + [anon_sym_not] = ACTIONS(702), + [anon_sym_DOT_DOT_LT] = ACTIONS(702), + [anon_sym_DOT_DOT] = ACTIONS(702), + [anon_sym_DOT_DOT_EQ] = ACTIONS(702), + [sym_val_nothing] = ACTIONS(702), + [anon_sym_true] = ACTIONS(702), + [anon_sym_false] = ACTIONS(702), + [aux_sym_val_number_token1] = ACTIONS(702), + [aux_sym_val_number_token2] = ACTIONS(702), + [aux_sym_val_number_token3] = ACTIONS(702), + [aux_sym_val_number_token4] = ACTIONS(702), + [anon_sym_inf] = ACTIONS(702), + [anon_sym_DASHinf] = ACTIONS(702), + [anon_sym_NaN] = ACTIONS(702), + [anon_sym_0b] = ACTIONS(702), + [anon_sym_0o] = ACTIONS(702), + [anon_sym_0x] = ACTIONS(702), + [sym_val_date] = ACTIONS(702), + [anon_sym_DQUOTE] = ACTIONS(702), + [sym__str_single_quotes] = ACTIONS(702), + [sym__str_back_ticks] = ACTIONS(702), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(702), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(702), + [anon_sym_CARET] = ACTIONS(702), + [sym_short_flag] = ACTIONS(659), [anon_sym_POUND] = ACTIONS(3), }, - [618] = { - [sym__flag] = STATE(732), - [sym_long_flag] = STATE(738), - [sym_comment] = STATE(618), - [aux_sym_overlay_use_repeat1] = STATE(623), - [ts_builtin_sym_end] = ACTIONS(1140), - [anon_sym_export] = ACTIONS(1138), - [anon_sym_alias] = ACTIONS(1138), - [anon_sym_let] = ACTIONS(1138), - [anon_sym_let_DASHenv] = ACTIONS(1138), - [anon_sym_mut] = ACTIONS(1138), - [anon_sym_const] = ACTIONS(1138), - [sym_cmd_identifier] = ACTIONS(1138), - [anon_sym_SEMI] = ACTIONS(1138), - [anon_sym_LF] = ACTIONS(1140), - [anon_sym_def] = ACTIONS(1138), - [anon_sym_def_DASHenv] = ACTIONS(1138), - [anon_sym_export_DASHenv] = ACTIONS(1138), - [anon_sym_extern] = ACTIONS(1138), - [anon_sym_module] = ACTIONS(1138), - [anon_sym_use] = ACTIONS(1138), - [anon_sym_LBRACK] = ACTIONS(1138), - [anon_sym_LPAREN] = ACTIONS(1138), - [anon_sym_DOLLAR] = ACTIONS(1138), - [anon_sym_error] = ACTIONS(1138), - [anon_sym_DASH_DASH] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1138), - [anon_sym_break] = ACTIONS(1138), - [anon_sym_continue] = ACTIONS(1138), - [anon_sym_for] = ACTIONS(1138), - [anon_sym_loop] = ACTIONS(1138), - [anon_sym_while] = ACTIONS(1138), - [anon_sym_do] = ACTIONS(1138), - [anon_sym_if] = ACTIONS(1138), - [anon_sym_match] = ACTIONS(1138), - [anon_sym_LBRACE] = ACTIONS(1138), - [anon_sym_try] = ACTIONS(1138), - [anon_sym_return] = ACTIONS(1138), - [anon_sym_source] = ACTIONS(1138), - [anon_sym_source_DASHenv] = ACTIONS(1138), - [anon_sym_register] = ACTIONS(1138), - [anon_sym_hide] = ACTIONS(1138), - [anon_sym_hide_DASHenv] = ACTIONS(1138), - [anon_sym_overlay] = ACTIONS(1138), - [anon_sym_as] = ACTIONS(1300), - [anon_sym_where] = ACTIONS(1138), - [anon_sym_not] = ACTIONS(1138), - [anon_sym_DOT_DOT_LT] = ACTIONS(1138), - [anon_sym_DOT_DOT] = ACTIONS(1138), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1138), - [sym_val_nothing] = ACTIONS(1138), - [anon_sym_true] = ACTIONS(1138), - [anon_sym_false] = ACTIONS(1138), - [aux_sym_val_number_token1] = ACTIONS(1138), - [aux_sym_val_number_token2] = ACTIONS(1138), - [aux_sym_val_number_token3] = ACTIONS(1138), - [aux_sym_val_number_token4] = ACTIONS(1138), - [anon_sym_inf] = ACTIONS(1138), - [anon_sym_DASHinf] = ACTIONS(1138), - [anon_sym_NaN] = ACTIONS(1138), - [anon_sym_0b] = ACTIONS(1138), - [anon_sym_0o] = ACTIONS(1138), - [anon_sym_0x] = ACTIONS(1138), - [sym_val_date] = ACTIONS(1138), - [anon_sym_DQUOTE] = ACTIONS(1138), - [sym__str_single_quotes] = ACTIONS(1138), - [sym__str_back_ticks] = ACTIONS(1138), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1138), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1138), - [anon_sym_CARET] = ACTIONS(1138), - [sym_short_flag] = ACTIONS(1255), + [587] = { + [sym_comment] = STATE(587), + [ts_builtin_sym_end] = ACTIONS(1237), + [anon_sym_SEMI] = ACTIONS(1235), + [anon_sym_LF] = ACTIONS(1237), + [anon_sym_LBRACK] = ACTIONS(1235), + [anon_sym_LPAREN] = ACTIONS(1235), + [anon_sym_PIPE] = ACTIONS(1235), + [anon_sym_DOLLAR] = ACTIONS(1235), + [anon_sym_GT] = ACTIONS(1249), + [anon_sym_DASH_DASH] = ACTIONS(1235), + [anon_sym_DASH] = ACTIONS(1251), + [anon_sym_in] = ACTIONS(1261), + [anon_sym_LBRACE] = ACTIONS(1235), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_STAR_STAR] = ACTIONS(1255), + [anon_sym_PLUS_PLUS] = ACTIONS(1255), + [anon_sym_SLASH] = ACTIONS(1253), + [anon_sym_mod] = ACTIONS(1253), + [anon_sym_SLASH_SLASH] = ACTIONS(1253), + [anon_sym_PLUS] = ACTIONS(1251), + [anon_sym_bit_DASHshl] = ACTIONS(1257), + [anon_sym_bit_DASHshr] = ACTIONS(1257), + [anon_sym_EQ_EQ] = ACTIONS(1249), + [anon_sym_BANG_EQ] = ACTIONS(1249), + [anon_sym_LT2] = ACTIONS(1249), + [anon_sym_LT_EQ] = ACTIONS(1249), + [anon_sym_GT_EQ] = ACTIONS(1249), + [anon_sym_not_DASHin] = ACTIONS(1261), + [anon_sym_starts_DASHwith] = ACTIONS(1261), + [anon_sym_ends_DASHwith] = ACTIONS(1261), + [anon_sym_EQ_TILDE] = ACTIONS(1263), + [anon_sym_BANG_TILDE] = ACTIONS(1263), + [anon_sym_bit_DASHand] = ACTIONS(1265), + [anon_sym_bit_DASHxor] = ACTIONS(1267), + [anon_sym_bit_DASHor] = ACTIONS(1269), + [anon_sym_and] = ACTIONS(1271), + [anon_sym_xor] = ACTIONS(1273), + [anon_sym_or] = ACTIONS(1275), + [anon_sym_DOT_DOT_LT] = ACTIONS(1235), + [anon_sym_DOT_DOT] = ACTIONS(1235), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1235), + [sym_val_nothing] = ACTIONS(1235), + [anon_sym_true] = ACTIONS(1235), + [anon_sym_false] = ACTIONS(1235), + [aux_sym_val_number_token1] = ACTIONS(1235), + [aux_sym_val_number_token2] = ACTIONS(1235), + [aux_sym_val_number_token3] = ACTIONS(1235), + [aux_sym_val_number_token4] = ACTIONS(1235), + [anon_sym_inf] = ACTIONS(1235), + [anon_sym_DASHinf] = ACTIONS(1235), + [anon_sym_NaN] = ACTIONS(1235), + [anon_sym_0b] = ACTIONS(1235), + [anon_sym_0o] = ACTIONS(1235), + [anon_sym_0x] = ACTIONS(1235), + [sym_val_date] = ACTIONS(1235), + [anon_sym_DQUOTE] = ACTIONS(1235), + [sym__str_single_quotes] = ACTIONS(1235), + [sym__str_back_ticks] = ACTIONS(1235), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1235), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1235), + [anon_sym_err_GT] = ACTIONS(1235), + [anon_sym_out_GT] = ACTIONS(1235), + [anon_sym_e_GT] = ACTIONS(1235), + [anon_sym_o_GT] = ACTIONS(1235), + [anon_sym_err_PLUSout_GT] = ACTIONS(1235), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1235), + [anon_sym_o_PLUSe_GT] = ACTIONS(1235), + [anon_sym_e_PLUSo_GT] = ACTIONS(1235), + [sym_short_flag] = ACTIONS(1235), + [aux_sym_unquoted_token1] = ACTIONS(1235), [anon_sym_POUND] = ACTIONS(3), }, - [619] = { + [588] = { + [sym__flag] = STATE(630), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(588), + [anon_sym_export] = ACTIONS(702), + [anon_sym_alias] = ACTIONS(702), + [anon_sym_let] = ACTIONS(702), + [anon_sym_let_DASHenv] = ACTIONS(702), + [anon_sym_mut] = ACTIONS(702), + [anon_sym_const] = ACTIONS(702), + [sym_cmd_identifier] = ACTIONS(702), + [anon_sym_SEMI] = ACTIONS(702), + [anon_sym_LF] = ACTIONS(704), + [anon_sym_def] = ACTIONS(702), + [anon_sym_def_DASHenv] = ACTIONS(702), + [anon_sym_export_DASHenv] = ACTIONS(702), + [anon_sym_extern] = ACTIONS(702), + [anon_sym_module] = ACTIONS(702), + [anon_sym_use] = ACTIONS(702), + [anon_sym_LBRACK] = ACTIONS(702), + [anon_sym_LPAREN] = ACTIONS(702), + [anon_sym_RPAREN] = ACTIONS(702), + [anon_sym_PIPE] = ACTIONS(702), + [anon_sym_DOLLAR] = ACTIONS(702), + [anon_sym_error] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_break] = ACTIONS(702), + [anon_sym_continue] = ACTIONS(702), + [anon_sym_for] = ACTIONS(702), + [anon_sym_loop] = ACTIONS(702), + [anon_sym_while] = ACTIONS(702), + [anon_sym_do] = ACTIONS(702), + [anon_sym_if] = ACTIONS(702), + [anon_sym_match] = ACTIONS(702), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_RBRACE] = ACTIONS(702), + [anon_sym_try] = ACTIONS(702), + [anon_sym_return] = ACTIONS(702), + [anon_sym_source] = ACTIONS(702), + [anon_sym_source_DASHenv] = ACTIONS(702), + [anon_sym_register] = ACTIONS(702), + [anon_sym_hide] = ACTIONS(702), + [anon_sym_hide_DASHenv] = ACTIONS(702), + [anon_sym_overlay] = ACTIONS(702), + [anon_sym_where] = ACTIONS(702), + [anon_sym_not] = ACTIONS(702), + [anon_sym_DOT_DOT_LT] = ACTIONS(702), + [anon_sym_DOT_DOT] = ACTIONS(702), + [anon_sym_DOT_DOT_EQ] = ACTIONS(702), + [sym_val_nothing] = ACTIONS(702), + [anon_sym_true] = ACTIONS(702), + [anon_sym_false] = ACTIONS(702), + [aux_sym_val_number_token1] = ACTIONS(702), + [aux_sym_val_number_token2] = ACTIONS(702), + [aux_sym_val_number_token3] = ACTIONS(702), + [aux_sym_val_number_token4] = ACTIONS(702), + [anon_sym_inf] = ACTIONS(702), + [anon_sym_DASHinf] = ACTIONS(702), + [anon_sym_NaN] = ACTIONS(702), + [anon_sym_0b] = ACTIONS(702), + [anon_sym_0o] = ACTIONS(702), + [anon_sym_0x] = ACTIONS(702), + [sym_val_date] = ACTIONS(702), + [anon_sym_DQUOTE] = ACTIONS(702), + [sym__str_single_quotes] = ACTIONS(702), + [sym__str_back_ticks] = ACTIONS(702), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(702), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(702), + [anon_sym_CARET] = ACTIONS(702), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [589] = { + [sym_comment] = STATE(589), + [ts_builtin_sym_end] = ACTIONS(775), + [anon_sym_SEMI] = ACTIONS(773), + [anon_sym_LF] = ACTIONS(775), + [anon_sym_LBRACK] = ACTIONS(773), + [anon_sym_LPAREN] = ACTIONS(773), + [anon_sym_PIPE] = ACTIONS(773), + [anon_sym_DOLLAR] = ACTIONS(773), + [anon_sym_GT] = ACTIONS(773), + [anon_sym_DASH_DASH] = ACTIONS(773), + [anon_sym_DASH] = ACTIONS(773), + [anon_sym_in] = ACTIONS(773), + [anon_sym_LBRACE] = ACTIONS(773), + [anon_sym_STAR] = ACTIONS(773), + [anon_sym_STAR_STAR] = ACTIONS(773), + [anon_sym_PLUS_PLUS] = ACTIONS(773), + [anon_sym_SLASH] = ACTIONS(773), + [anon_sym_mod] = ACTIONS(773), + [anon_sym_SLASH_SLASH] = ACTIONS(773), + [anon_sym_PLUS] = ACTIONS(773), + [anon_sym_bit_DASHshl] = ACTIONS(773), + [anon_sym_bit_DASHshr] = ACTIONS(773), + [anon_sym_EQ_EQ] = ACTIONS(773), + [anon_sym_BANG_EQ] = ACTIONS(773), + [anon_sym_LT2] = ACTIONS(773), + [anon_sym_LT_EQ] = ACTIONS(773), + [anon_sym_GT_EQ] = ACTIONS(773), + [anon_sym_not_DASHin] = ACTIONS(773), + [anon_sym_starts_DASHwith] = ACTIONS(773), + [anon_sym_ends_DASHwith] = ACTIONS(773), + [anon_sym_EQ_TILDE] = ACTIONS(773), + [anon_sym_BANG_TILDE] = ACTIONS(773), + [anon_sym_bit_DASHand] = ACTIONS(773), + [anon_sym_bit_DASHxor] = ACTIONS(773), + [anon_sym_bit_DASHor] = ACTIONS(773), + [anon_sym_and] = ACTIONS(773), + [anon_sym_xor] = ACTIONS(773), + [anon_sym_or] = ACTIONS(773), + [anon_sym_DOT_DOT_LT] = ACTIONS(773), + [anon_sym_DOT_DOT] = ACTIONS(773), + [anon_sym_DOT_DOT_EQ] = ACTIONS(773), + [sym_val_nothing] = ACTIONS(773), + [anon_sym_true] = ACTIONS(773), + [anon_sym_false] = ACTIONS(773), + [aux_sym_val_number_token1] = ACTIONS(773), + [aux_sym_val_number_token2] = ACTIONS(773), + [aux_sym_val_number_token3] = ACTIONS(773), + [aux_sym_val_number_token4] = ACTIONS(773), + [anon_sym_inf] = ACTIONS(773), + [anon_sym_DASHinf] = ACTIONS(773), + [anon_sym_NaN] = ACTIONS(773), + [anon_sym_0b] = ACTIONS(773), + [anon_sym_0o] = ACTIONS(773), + [anon_sym_0x] = ACTIONS(773), + [sym_val_date] = ACTIONS(773), + [anon_sym_DQUOTE] = ACTIONS(773), + [sym__str_single_quotes] = ACTIONS(773), + [sym__str_back_ticks] = ACTIONS(773), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(773), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(773), + [anon_sym_err_GT] = ACTIONS(773), + [anon_sym_out_GT] = ACTIONS(773), + [anon_sym_e_GT] = ACTIONS(773), + [anon_sym_o_GT] = ACTIONS(773), + [anon_sym_err_PLUSout_GT] = ACTIONS(773), + [anon_sym_out_PLUSerr_GT] = ACTIONS(773), + [anon_sym_o_PLUSe_GT] = ACTIONS(773), + [anon_sym_e_PLUSo_GT] = ACTIONS(773), + [sym_short_flag] = ACTIONS(773), + [aux_sym_unquoted_token1] = ACTIONS(773), + [anon_sym_POUND] = ACTIONS(3), + }, + [590] = { + [sym__flag] = STATE(763), + [sym_long_flag] = STATE(783), + [sym_comment] = STATE(590), + [anon_sym_export] = ACTIONS(702), + [anon_sym_alias] = ACTIONS(702), + [anon_sym_let] = ACTIONS(702), + [anon_sym_let_DASHenv] = ACTIONS(702), + [anon_sym_mut] = ACTIONS(702), + [anon_sym_const] = ACTIONS(702), + [sym_cmd_identifier] = ACTIONS(702), + [anon_sym_SEMI] = ACTIONS(702), + [anon_sym_LF] = ACTIONS(704), + [anon_sym_def] = ACTIONS(702), + [anon_sym_def_DASHenv] = ACTIONS(702), + [anon_sym_export_DASHenv] = ACTIONS(702), + [anon_sym_extern] = ACTIONS(702), + [anon_sym_module] = ACTIONS(702), + [anon_sym_use] = ACTIONS(702), + [anon_sym_LBRACK] = ACTIONS(702), + [anon_sym_LPAREN] = ACTIONS(702), + [anon_sym_RPAREN] = ACTIONS(702), + [anon_sym_PIPE] = ACTIONS(702), + [anon_sym_DOLLAR] = ACTIONS(702), + [anon_sym_error] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(1245), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_break] = ACTIONS(702), + [anon_sym_continue] = ACTIONS(702), + [anon_sym_for] = ACTIONS(702), + [anon_sym_loop] = ACTIONS(702), + [anon_sym_while] = ACTIONS(702), + [anon_sym_do] = ACTIONS(702), + [anon_sym_if] = ACTIONS(702), + [anon_sym_match] = ACTIONS(702), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_RBRACE] = ACTIONS(702), + [anon_sym_try] = ACTIONS(702), + [anon_sym_return] = ACTIONS(702), + [anon_sym_source] = ACTIONS(702), + [anon_sym_source_DASHenv] = ACTIONS(702), + [anon_sym_register] = ACTIONS(702), + [anon_sym_hide] = ACTIONS(702), + [anon_sym_hide_DASHenv] = ACTIONS(702), + [anon_sym_overlay] = ACTIONS(702), + [anon_sym_where] = ACTIONS(702), + [anon_sym_not] = ACTIONS(702), + [anon_sym_DOT_DOT_LT] = ACTIONS(702), + [anon_sym_DOT_DOT] = ACTIONS(702), + [anon_sym_DOT_DOT_EQ] = ACTIONS(702), + [sym_val_nothing] = ACTIONS(702), + [anon_sym_true] = ACTIONS(702), + [anon_sym_false] = ACTIONS(702), + [aux_sym_val_number_token1] = ACTIONS(702), + [aux_sym_val_number_token2] = ACTIONS(702), + [aux_sym_val_number_token3] = ACTIONS(702), + [aux_sym_val_number_token4] = ACTIONS(702), + [anon_sym_inf] = ACTIONS(702), + [anon_sym_DASHinf] = ACTIONS(702), + [anon_sym_NaN] = ACTIONS(702), + [anon_sym_0b] = ACTIONS(702), + [anon_sym_0o] = ACTIONS(702), + [anon_sym_0x] = ACTIONS(702), + [sym_val_date] = ACTIONS(702), + [anon_sym_DQUOTE] = ACTIONS(702), + [sym__str_single_quotes] = ACTIONS(702), + [sym__str_back_ticks] = ACTIONS(702), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(702), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(702), + [anon_sym_CARET] = ACTIONS(702), + [sym_short_flag] = ACTIONS(1247), + [anon_sym_POUND] = ACTIONS(3), + }, + [591] = { [sym__flag] = STATE(732), - [sym_long_flag] = STATE(738), - [sym_comment] = STATE(619), - [aux_sym_overlay_use_repeat1] = STATE(571), - [ts_builtin_sym_end] = ACTIONS(1134), - [anon_sym_export] = ACTIONS(1132), - [anon_sym_alias] = ACTIONS(1132), - [anon_sym_let] = ACTIONS(1132), - [anon_sym_let_DASHenv] = ACTIONS(1132), - [anon_sym_mut] = ACTIONS(1132), - [anon_sym_const] = ACTIONS(1132), - [sym_cmd_identifier] = ACTIONS(1132), - [anon_sym_SEMI] = ACTIONS(1132), - [anon_sym_LF] = ACTIONS(1134), - [anon_sym_def] = ACTIONS(1132), - [anon_sym_def_DASHenv] = ACTIONS(1132), - [anon_sym_export_DASHenv] = ACTIONS(1132), - [anon_sym_extern] = ACTIONS(1132), - [anon_sym_module] = ACTIONS(1132), - [anon_sym_use] = ACTIONS(1132), - [anon_sym_LBRACK] = ACTIONS(1132), - [anon_sym_LPAREN] = ACTIONS(1132), - [anon_sym_DOLLAR] = ACTIONS(1132), - [anon_sym_error] = ACTIONS(1132), - [anon_sym_DASH_DASH] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1132), - [anon_sym_break] = ACTIONS(1132), - [anon_sym_continue] = ACTIONS(1132), - [anon_sym_for] = ACTIONS(1132), - [anon_sym_loop] = ACTIONS(1132), - [anon_sym_while] = ACTIONS(1132), - [anon_sym_do] = ACTIONS(1132), - [anon_sym_if] = ACTIONS(1132), - [anon_sym_match] = ACTIONS(1132), - [anon_sym_LBRACE] = ACTIONS(1132), - [anon_sym_try] = ACTIONS(1132), - [anon_sym_return] = ACTIONS(1132), - [anon_sym_source] = ACTIONS(1132), - [anon_sym_source_DASHenv] = ACTIONS(1132), - [anon_sym_register] = ACTIONS(1132), - [anon_sym_hide] = ACTIONS(1132), - [anon_sym_hide_DASHenv] = ACTIONS(1132), - [anon_sym_overlay] = ACTIONS(1132), - [anon_sym_as] = ACTIONS(1302), - [anon_sym_where] = ACTIONS(1132), - [anon_sym_not] = ACTIONS(1132), - [anon_sym_DOT_DOT_LT] = ACTIONS(1132), - [anon_sym_DOT_DOT] = ACTIONS(1132), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1132), - [sym_val_nothing] = ACTIONS(1132), - [anon_sym_true] = ACTIONS(1132), - [anon_sym_false] = ACTIONS(1132), - [aux_sym_val_number_token1] = ACTIONS(1132), - [aux_sym_val_number_token2] = ACTIONS(1132), - [aux_sym_val_number_token3] = ACTIONS(1132), - [aux_sym_val_number_token4] = ACTIONS(1132), - [anon_sym_inf] = ACTIONS(1132), - [anon_sym_DASHinf] = ACTIONS(1132), - [anon_sym_NaN] = ACTIONS(1132), - [anon_sym_0b] = ACTIONS(1132), - [anon_sym_0o] = ACTIONS(1132), - [anon_sym_0x] = ACTIONS(1132), - [sym_val_date] = ACTIONS(1132), - [anon_sym_DQUOTE] = ACTIONS(1132), - [sym__str_single_quotes] = ACTIONS(1132), - [sym__str_back_ticks] = ACTIONS(1132), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1132), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1132), - [anon_sym_CARET] = ACTIONS(1132), - [sym_short_flag] = ACTIONS(1255), + [sym_long_flag] = STATE(736), + [sym_comment] = STATE(591), + [aux_sym_overlay_use_repeat1] = STATE(560), + [ts_builtin_sym_end] = ACTIONS(1231), + [anon_sym_export] = ACTIONS(1229), + [anon_sym_alias] = ACTIONS(1229), + [anon_sym_let] = ACTIONS(1229), + [anon_sym_let_DASHenv] = ACTIONS(1229), + [anon_sym_mut] = ACTIONS(1229), + [anon_sym_const] = ACTIONS(1229), + [sym_cmd_identifier] = ACTIONS(1229), + [anon_sym_SEMI] = ACTIONS(1229), + [anon_sym_LF] = ACTIONS(1231), + [anon_sym_def] = ACTIONS(1229), + [anon_sym_def_DASHenv] = ACTIONS(1229), + [anon_sym_export_DASHenv] = ACTIONS(1229), + [anon_sym_extern] = ACTIONS(1229), + [anon_sym_module] = ACTIONS(1229), + [anon_sym_use] = ACTIONS(1229), + [anon_sym_LBRACK] = ACTIONS(1229), + [anon_sym_LPAREN] = ACTIONS(1229), + [anon_sym_DOLLAR] = ACTIONS(1229), + [anon_sym_error] = ACTIONS(1229), + [anon_sym_DASH_DASH] = ACTIONS(1239), + [anon_sym_DASH] = ACTIONS(1229), + [anon_sym_break] = ACTIONS(1229), + [anon_sym_continue] = ACTIONS(1229), + [anon_sym_for] = ACTIONS(1229), + [anon_sym_loop] = ACTIONS(1229), + [anon_sym_while] = ACTIONS(1229), + [anon_sym_do] = ACTIONS(1229), + [anon_sym_if] = ACTIONS(1229), + [anon_sym_match] = ACTIONS(1229), + [anon_sym_LBRACE] = ACTIONS(1229), + [anon_sym_try] = ACTIONS(1229), + [anon_sym_return] = ACTIONS(1229), + [anon_sym_source] = ACTIONS(1229), + [anon_sym_source_DASHenv] = ACTIONS(1229), + [anon_sym_register] = ACTIONS(1229), + [anon_sym_hide] = ACTIONS(1229), + [anon_sym_hide_DASHenv] = ACTIONS(1229), + [anon_sym_overlay] = ACTIONS(1229), + [anon_sym_as] = ACTIONS(1277), + [anon_sym_where] = ACTIONS(1229), + [anon_sym_not] = ACTIONS(1229), + [anon_sym_DOT_DOT_LT] = ACTIONS(1229), + [anon_sym_DOT_DOT] = ACTIONS(1229), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1229), + [sym_val_nothing] = ACTIONS(1229), + [anon_sym_true] = ACTIONS(1229), + [anon_sym_false] = ACTIONS(1229), + [aux_sym_val_number_token1] = ACTIONS(1229), + [aux_sym_val_number_token2] = ACTIONS(1229), + [aux_sym_val_number_token3] = ACTIONS(1229), + [aux_sym_val_number_token4] = ACTIONS(1229), + [anon_sym_inf] = ACTIONS(1229), + [anon_sym_DASHinf] = ACTIONS(1229), + [anon_sym_NaN] = ACTIONS(1229), + [anon_sym_0b] = ACTIONS(1229), + [anon_sym_0o] = ACTIONS(1229), + [anon_sym_0x] = ACTIONS(1229), + [sym_val_date] = ACTIONS(1229), + [anon_sym_DQUOTE] = ACTIONS(1229), + [sym__str_single_quotes] = ACTIONS(1229), + [sym__str_back_ticks] = ACTIONS(1229), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1229), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1229), + [anon_sym_CARET] = ACTIONS(1229), + [sym_short_flag] = ACTIONS(1243), [anon_sym_POUND] = ACTIONS(3), }, - [620] = { - [sym_comment] = STATE(620), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(1239), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(1241), - [anon_sym_in] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(1245), - [anon_sym_STAR_STAR] = ACTIONS(1247), - [anon_sym_PLUS_PLUS] = ACTIONS(1247), - [anon_sym_SLASH] = ACTIONS(1245), - [anon_sym_mod] = ACTIONS(1245), - [anon_sym_SLASH_SLASH] = ACTIONS(1245), - [anon_sym_PLUS] = ACTIONS(1241), - [anon_sym_bit_DASHshl] = ACTIONS(1249), - [anon_sym_bit_DASHshr] = ACTIONS(1249), - [anon_sym_EQ_EQ] = ACTIONS(1239), - [anon_sym_BANG_EQ] = ACTIONS(1239), - [anon_sym_LT2] = ACTIONS(1239), - [anon_sym_LT_EQ] = ACTIONS(1239), - [anon_sym_GT_EQ] = ACTIONS(1239), - [anon_sym_not_DASHin] = ACTIONS(1243), - [anon_sym_starts_DASHwith] = ACTIONS(1243), - [anon_sym_ends_DASHwith] = ACTIONS(1243), - [anon_sym_EQ_TILDE] = ACTIONS(1272), - [anon_sym_BANG_TILDE] = ACTIONS(1272), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_err_GT] = ACTIONS(781), - [anon_sym_out_GT] = ACTIONS(781), - [anon_sym_e_GT] = ACTIONS(781), - [anon_sym_o_GT] = ACTIONS(781), - [anon_sym_err_PLUSout_GT] = ACTIONS(781), - [anon_sym_out_PLUSerr_GT] = ACTIONS(781), - [anon_sym_o_PLUSe_GT] = ACTIONS(781), - [anon_sym_e_PLUSo_GT] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [aux_sym_unquoted_token1] = ACTIONS(781), + [592] = { + [sym__flag] = STATE(564), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(592), + [anon_sym_export] = ACTIONS(627), + [anon_sym_alias] = ACTIONS(627), + [anon_sym_let] = ACTIONS(627), + [anon_sym_let_DASHenv] = ACTIONS(627), + [anon_sym_mut] = ACTIONS(627), + [anon_sym_const] = ACTIONS(627), + [sym_cmd_identifier] = ACTIONS(627), + [anon_sym_SEMI] = ACTIONS(627), + [anon_sym_LF] = ACTIONS(629), + [anon_sym_def] = ACTIONS(627), + [anon_sym_def_DASHenv] = ACTIONS(627), + [anon_sym_export_DASHenv] = ACTIONS(627), + [anon_sym_extern] = ACTIONS(627), + [anon_sym_module] = ACTIONS(627), + [anon_sym_use] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(627), + [anon_sym_LPAREN] = ACTIONS(627), + [anon_sym_RPAREN] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(627), + [anon_sym_DOLLAR] = ACTIONS(627), + [anon_sym_error] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(627), + [anon_sym_break] = ACTIONS(627), + [anon_sym_continue] = ACTIONS(627), + [anon_sym_for] = ACTIONS(627), + [anon_sym_loop] = ACTIONS(627), + [anon_sym_while] = ACTIONS(627), + [anon_sym_do] = ACTIONS(627), + [anon_sym_if] = ACTIONS(627), + [anon_sym_match] = ACTIONS(627), + [anon_sym_LBRACE] = ACTIONS(627), + [anon_sym_RBRACE] = ACTIONS(627), + [anon_sym_try] = ACTIONS(627), + [anon_sym_return] = ACTIONS(627), + [anon_sym_source] = ACTIONS(627), + [anon_sym_source_DASHenv] = ACTIONS(627), + [anon_sym_register] = ACTIONS(627), + [anon_sym_hide] = ACTIONS(627), + [anon_sym_hide_DASHenv] = ACTIONS(627), + [anon_sym_overlay] = ACTIONS(627), + [anon_sym_where] = ACTIONS(627), + [anon_sym_not] = ACTIONS(627), + [anon_sym_DOT_DOT_LT] = ACTIONS(627), + [anon_sym_DOT_DOT] = ACTIONS(627), + [anon_sym_DOT_DOT_EQ] = ACTIONS(627), + [sym_val_nothing] = ACTIONS(627), + [anon_sym_true] = ACTIONS(627), + [anon_sym_false] = ACTIONS(627), + [aux_sym_val_number_token1] = ACTIONS(627), + [aux_sym_val_number_token2] = ACTIONS(627), + [aux_sym_val_number_token3] = ACTIONS(627), + [aux_sym_val_number_token4] = ACTIONS(627), + [anon_sym_inf] = ACTIONS(627), + [anon_sym_DASHinf] = ACTIONS(627), + [anon_sym_NaN] = ACTIONS(627), + [anon_sym_0b] = ACTIONS(627), + [anon_sym_0o] = ACTIONS(627), + [anon_sym_0x] = ACTIONS(627), + [sym_val_date] = ACTIONS(627), + [anon_sym_DQUOTE] = ACTIONS(627), + [sym__str_single_quotes] = ACTIONS(627), + [sym__str_back_ticks] = ACTIONS(627), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(627), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(627), + [anon_sym_CARET] = ACTIONS(627), + [sym_short_flag] = ACTIONS(659), [anon_sym_POUND] = ACTIONS(3), }, - [621] = { - [sym__flag] = STATE(613), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(621), - [anon_sym_export] = ACTIONS(690), - [anon_sym_alias] = ACTIONS(690), - [anon_sym_let] = ACTIONS(690), - [anon_sym_let_DASHenv] = ACTIONS(690), - [anon_sym_mut] = ACTIONS(690), - [anon_sym_const] = ACTIONS(690), - [sym_cmd_identifier] = ACTIONS(690), - [anon_sym_SEMI] = ACTIONS(690), - [anon_sym_LF] = ACTIONS(692), - [anon_sym_def] = ACTIONS(690), - [anon_sym_def_DASHenv] = ACTIONS(690), - [anon_sym_export_DASHenv] = ACTIONS(690), - [anon_sym_extern] = ACTIONS(690), - [anon_sym_module] = ACTIONS(690), - [anon_sym_use] = ACTIONS(690), - [anon_sym_LBRACK] = ACTIONS(690), - [anon_sym_LPAREN] = ACTIONS(690), - [anon_sym_RPAREN] = ACTIONS(690), - [anon_sym_PIPE] = ACTIONS(690), - [anon_sym_DOLLAR] = ACTIONS(690), - [anon_sym_error] = ACTIONS(690), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(690), - [anon_sym_break] = ACTIONS(690), - [anon_sym_continue] = ACTIONS(690), - [anon_sym_for] = ACTIONS(690), - [anon_sym_loop] = ACTIONS(690), - [anon_sym_while] = ACTIONS(690), - [anon_sym_do] = ACTIONS(690), - [anon_sym_if] = ACTIONS(690), - [anon_sym_match] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(690), - [anon_sym_RBRACE] = ACTIONS(690), - [anon_sym_try] = ACTIONS(690), - [anon_sym_return] = ACTIONS(690), - [anon_sym_source] = ACTIONS(690), - [anon_sym_source_DASHenv] = ACTIONS(690), - [anon_sym_register] = ACTIONS(690), - [anon_sym_hide] = ACTIONS(690), - [anon_sym_hide_DASHenv] = ACTIONS(690), - [anon_sym_overlay] = ACTIONS(690), - [anon_sym_where] = ACTIONS(690), - [anon_sym_not] = ACTIONS(690), - [anon_sym_DOT_DOT_LT] = ACTIONS(690), - [anon_sym_DOT_DOT] = ACTIONS(690), - [anon_sym_DOT_DOT_EQ] = ACTIONS(690), - [sym_val_nothing] = ACTIONS(690), - [anon_sym_true] = ACTIONS(690), - [anon_sym_false] = ACTIONS(690), - [aux_sym_val_number_token1] = ACTIONS(690), - [aux_sym_val_number_token2] = ACTIONS(690), - [aux_sym_val_number_token3] = ACTIONS(690), - [aux_sym_val_number_token4] = ACTIONS(690), - [anon_sym_inf] = ACTIONS(690), - [anon_sym_DASHinf] = ACTIONS(690), - [anon_sym_NaN] = ACTIONS(690), - [anon_sym_0b] = ACTIONS(690), - [anon_sym_0o] = ACTIONS(690), - [anon_sym_0x] = ACTIONS(690), - [sym_val_date] = ACTIONS(690), - [anon_sym_DQUOTE] = ACTIONS(690), - [sym__str_single_quotes] = ACTIONS(690), - [sym__str_back_ticks] = ACTIONS(690), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(690), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(690), - [anon_sym_CARET] = ACTIONS(690), - [sym_short_flag] = ACTIONS(651), + [593] = { + [sym__flag] = STATE(565), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(593), + [anon_sym_export] = ACTIONS(627), + [anon_sym_alias] = ACTIONS(627), + [anon_sym_let] = ACTIONS(627), + [anon_sym_let_DASHenv] = ACTIONS(627), + [anon_sym_mut] = ACTIONS(627), + [anon_sym_const] = ACTIONS(627), + [sym_cmd_identifier] = ACTIONS(627), + [anon_sym_SEMI] = ACTIONS(627), + [anon_sym_LF] = ACTIONS(629), + [anon_sym_def] = ACTIONS(627), + [anon_sym_def_DASHenv] = ACTIONS(627), + [anon_sym_export_DASHenv] = ACTIONS(627), + [anon_sym_extern] = ACTIONS(627), + [anon_sym_module] = ACTIONS(627), + [anon_sym_use] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(627), + [anon_sym_LPAREN] = ACTIONS(627), + [anon_sym_RPAREN] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(627), + [anon_sym_DOLLAR] = ACTIONS(627), + [anon_sym_error] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(627), + [anon_sym_break] = ACTIONS(627), + [anon_sym_continue] = ACTIONS(627), + [anon_sym_for] = ACTIONS(627), + [anon_sym_loop] = ACTIONS(627), + [anon_sym_while] = ACTIONS(627), + [anon_sym_do] = ACTIONS(627), + [anon_sym_if] = ACTIONS(627), + [anon_sym_match] = ACTIONS(627), + [anon_sym_LBRACE] = ACTIONS(627), + [anon_sym_RBRACE] = ACTIONS(627), + [anon_sym_try] = ACTIONS(627), + [anon_sym_return] = ACTIONS(627), + [anon_sym_source] = ACTIONS(627), + [anon_sym_source_DASHenv] = ACTIONS(627), + [anon_sym_register] = ACTIONS(627), + [anon_sym_hide] = ACTIONS(627), + [anon_sym_hide_DASHenv] = ACTIONS(627), + [anon_sym_overlay] = ACTIONS(627), + [anon_sym_where] = ACTIONS(627), + [anon_sym_not] = ACTIONS(627), + [anon_sym_DOT_DOT_LT] = ACTIONS(627), + [anon_sym_DOT_DOT] = ACTIONS(627), + [anon_sym_DOT_DOT_EQ] = ACTIONS(627), + [sym_val_nothing] = ACTIONS(627), + [anon_sym_true] = ACTIONS(627), + [anon_sym_false] = ACTIONS(627), + [aux_sym_val_number_token1] = ACTIONS(627), + [aux_sym_val_number_token2] = ACTIONS(627), + [aux_sym_val_number_token3] = ACTIONS(627), + [aux_sym_val_number_token4] = ACTIONS(627), + [anon_sym_inf] = ACTIONS(627), + [anon_sym_DASHinf] = ACTIONS(627), + [anon_sym_NaN] = ACTIONS(627), + [anon_sym_0b] = ACTIONS(627), + [anon_sym_0o] = ACTIONS(627), + [anon_sym_0x] = ACTIONS(627), + [sym_val_date] = ACTIONS(627), + [anon_sym_DQUOTE] = ACTIONS(627), + [sym__str_single_quotes] = ACTIONS(627), + [sym__str_back_ticks] = ACTIONS(627), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(627), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(627), + [anon_sym_CARET] = ACTIONS(627), + [sym_short_flag] = ACTIONS(659), [anon_sym_POUND] = ACTIONS(3), }, - [622] = { - [sym__flag] = STATE(785), - [sym_long_flag] = STATE(766), - [sym_comment] = STATE(622), - [anon_sym_export] = ACTIONS(690), - [anon_sym_alias] = ACTIONS(690), - [anon_sym_let] = ACTIONS(690), - [anon_sym_let_DASHenv] = ACTIONS(690), - [anon_sym_mut] = ACTIONS(690), - [anon_sym_const] = ACTIONS(690), - [sym_cmd_identifier] = ACTIONS(690), - [anon_sym_SEMI] = ACTIONS(690), - [anon_sym_LF] = ACTIONS(692), - [anon_sym_def] = ACTIONS(690), - [anon_sym_def_DASHenv] = ACTIONS(690), - [anon_sym_export_DASHenv] = ACTIONS(690), - [anon_sym_extern] = ACTIONS(690), - [anon_sym_module] = ACTIONS(690), - [anon_sym_use] = ACTIONS(690), - [anon_sym_LBRACK] = ACTIONS(690), - [anon_sym_LPAREN] = ACTIONS(690), - [anon_sym_RPAREN] = ACTIONS(690), - [anon_sym_PIPE] = ACTIONS(690), - [anon_sym_DOLLAR] = ACTIONS(690), - [anon_sym_error] = ACTIONS(690), - [anon_sym_DASH_DASH] = ACTIONS(1265), - [anon_sym_DASH] = ACTIONS(690), - [anon_sym_break] = ACTIONS(690), - [anon_sym_continue] = ACTIONS(690), - [anon_sym_for] = ACTIONS(690), - [anon_sym_loop] = ACTIONS(690), - [anon_sym_while] = ACTIONS(690), - [anon_sym_do] = ACTIONS(690), - [anon_sym_if] = ACTIONS(690), - [anon_sym_match] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(690), - [anon_sym_RBRACE] = ACTIONS(690), - [anon_sym_try] = ACTIONS(690), - [anon_sym_return] = ACTIONS(690), - [anon_sym_source] = ACTIONS(690), - [anon_sym_source_DASHenv] = ACTIONS(690), - [anon_sym_register] = ACTIONS(690), - [anon_sym_hide] = ACTIONS(690), - [anon_sym_hide_DASHenv] = ACTIONS(690), - [anon_sym_overlay] = ACTIONS(690), - [anon_sym_where] = ACTIONS(690), - [anon_sym_not] = ACTIONS(690), - [anon_sym_DOT_DOT_LT] = ACTIONS(690), - [anon_sym_DOT_DOT] = ACTIONS(690), - [anon_sym_DOT_DOT_EQ] = ACTIONS(690), - [sym_val_nothing] = ACTIONS(690), - [anon_sym_true] = ACTIONS(690), - [anon_sym_false] = ACTIONS(690), - [aux_sym_val_number_token1] = ACTIONS(690), - [aux_sym_val_number_token2] = ACTIONS(690), - [aux_sym_val_number_token3] = ACTIONS(690), - [aux_sym_val_number_token4] = ACTIONS(690), - [anon_sym_inf] = ACTIONS(690), - [anon_sym_DASHinf] = ACTIONS(690), - [anon_sym_NaN] = ACTIONS(690), - [anon_sym_0b] = ACTIONS(690), - [anon_sym_0o] = ACTIONS(690), - [anon_sym_0x] = ACTIONS(690), - [sym_val_date] = ACTIONS(690), - [anon_sym_DQUOTE] = ACTIONS(690), - [sym__str_single_quotes] = ACTIONS(690), - [sym__str_back_ticks] = ACTIONS(690), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(690), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(690), - [anon_sym_CARET] = ACTIONS(690), - [sym_short_flag] = ACTIONS(1267), + [594] = { + [sym_path] = STATE(684), + [sym_comment] = STATE(594), + [aux_sym_cell_path_repeat1] = STATE(579), + [ts_builtin_sym_end] = ACTIONS(607), + [anon_sym_export] = ACTIONS(605), + [anon_sym_alias] = ACTIONS(605), + [anon_sym_let] = ACTIONS(605), + [anon_sym_let_DASHenv] = ACTIONS(605), + [anon_sym_mut] = ACTIONS(605), + [anon_sym_const] = ACTIONS(605), + [sym_cmd_identifier] = ACTIONS(605), + [anon_sym_SEMI] = ACTIONS(605), + [anon_sym_LF] = ACTIONS(607), + [anon_sym_def] = ACTIONS(605), + [anon_sym_def_DASHenv] = ACTIONS(605), + [anon_sym_export_DASHenv] = ACTIONS(605), + [anon_sym_extern] = ACTIONS(605), + [anon_sym_module] = ACTIONS(605), + [anon_sym_use] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(605), + [anon_sym_PIPE] = ACTIONS(605), + [anon_sym_DOLLAR] = ACTIONS(605), + [anon_sym_error] = ACTIONS(605), + [anon_sym_DASH_DASH] = ACTIONS(605), + [anon_sym_DASH] = ACTIONS(605), + [anon_sym_break] = ACTIONS(605), + [anon_sym_continue] = ACTIONS(605), + [anon_sym_for] = ACTIONS(605), + [anon_sym_loop] = ACTIONS(605), + [anon_sym_while] = ACTIONS(605), + [anon_sym_do] = ACTIONS(605), + [anon_sym_if] = ACTIONS(605), + [anon_sym_match] = ACTIONS(605), + [anon_sym_LBRACE] = ACTIONS(605), + [anon_sym_DOT] = ACTIONS(1259), + [anon_sym_try] = ACTIONS(605), + [anon_sym_return] = ACTIONS(605), + [anon_sym_source] = ACTIONS(605), + [anon_sym_source_DASHenv] = ACTIONS(605), + [anon_sym_register] = ACTIONS(605), + [anon_sym_hide] = ACTIONS(605), + [anon_sym_hide_DASHenv] = ACTIONS(605), + [anon_sym_overlay] = ACTIONS(605), + [anon_sym_where] = ACTIONS(605), + [anon_sym_not] = ACTIONS(605), + [anon_sym_DOT_DOT_LT] = ACTIONS(605), + [anon_sym_DOT_DOT] = ACTIONS(605), + [anon_sym_DOT_DOT_EQ] = ACTIONS(605), + [sym_val_nothing] = ACTIONS(605), + [anon_sym_true] = ACTIONS(605), + [anon_sym_false] = ACTIONS(605), + [aux_sym_val_number_token1] = ACTIONS(605), + [aux_sym_val_number_token2] = ACTIONS(605), + [aux_sym_val_number_token3] = ACTIONS(605), + [aux_sym_val_number_token4] = ACTIONS(605), + [anon_sym_inf] = ACTIONS(605), + [anon_sym_DASHinf] = ACTIONS(605), + [anon_sym_NaN] = ACTIONS(605), + [anon_sym_0b] = ACTIONS(605), + [anon_sym_0o] = ACTIONS(605), + [anon_sym_0x] = ACTIONS(605), + [sym_val_date] = ACTIONS(605), + [anon_sym_DQUOTE] = ACTIONS(605), + [sym__str_single_quotes] = ACTIONS(605), + [sym__str_back_ticks] = ACTIONS(605), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(605), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(605), + [anon_sym_CARET] = ACTIONS(605), + [sym_short_flag] = ACTIONS(605), [anon_sym_POUND] = ACTIONS(3), }, - [623] = { - [sym__flag] = STATE(732), - [sym_long_flag] = STATE(738), - [sym_comment] = STATE(623), - [aux_sym_overlay_use_repeat1] = STATE(571), - [ts_builtin_sym_end] = ACTIONS(1124), - [anon_sym_export] = ACTIONS(1122), - [anon_sym_alias] = ACTIONS(1122), - [anon_sym_let] = ACTIONS(1122), - [anon_sym_let_DASHenv] = ACTIONS(1122), - [anon_sym_mut] = ACTIONS(1122), - [anon_sym_const] = ACTIONS(1122), - [sym_cmd_identifier] = ACTIONS(1122), - [anon_sym_SEMI] = ACTIONS(1122), - [anon_sym_LF] = ACTIONS(1124), - [anon_sym_def] = ACTIONS(1122), - [anon_sym_def_DASHenv] = ACTIONS(1122), - [anon_sym_export_DASHenv] = ACTIONS(1122), - [anon_sym_extern] = ACTIONS(1122), - [anon_sym_module] = ACTIONS(1122), - [anon_sym_use] = ACTIONS(1122), - [anon_sym_LBRACK] = ACTIONS(1122), - [anon_sym_LPAREN] = ACTIONS(1122), - [anon_sym_DOLLAR] = ACTIONS(1122), - [anon_sym_error] = ACTIONS(1122), - [anon_sym_DASH_DASH] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1122), - [anon_sym_break] = ACTIONS(1122), - [anon_sym_continue] = ACTIONS(1122), - [anon_sym_for] = ACTIONS(1122), - [anon_sym_loop] = ACTIONS(1122), - [anon_sym_while] = ACTIONS(1122), - [anon_sym_do] = ACTIONS(1122), - [anon_sym_if] = ACTIONS(1122), - [anon_sym_match] = ACTIONS(1122), - [anon_sym_LBRACE] = ACTIONS(1122), - [anon_sym_try] = ACTIONS(1122), - [anon_sym_return] = ACTIONS(1122), - [anon_sym_source] = ACTIONS(1122), - [anon_sym_source_DASHenv] = ACTIONS(1122), - [anon_sym_register] = ACTIONS(1122), - [anon_sym_hide] = ACTIONS(1122), - [anon_sym_hide_DASHenv] = ACTIONS(1122), - [anon_sym_overlay] = ACTIONS(1122), - [anon_sym_as] = ACTIONS(1304), - [anon_sym_where] = ACTIONS(1122), - [anon_sym_not] = ACTIONS(1122), - [anon_sym_DOT_DOT_LT] = ACTIONS(1122), - [anon_sym_DOT_DOT] = ACTIONS(1122), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1122), - [sym_val_nothing] = ACTIONS(1122), - [anon_sym_true] = ACTIONS(1122), - [anon_sym_false] = ACTIONS(1122), - [aux_sym_val_number_token1] = ACTIONS(1122), - [aux_sym_val_number_token2] = ACTIONS(1122), - [aux_sym_val_number_token3] = ACTIONS(1122), - [aux_sym_val_number_token4] = ACTIONS(1122), - [anon_sym_inf] = ACTIONS(1122), - [anon_sym_DASHinf] = ACTIONS(1122), - [anon_sym_NaN] = ACTIONS(1122), - [anon_sym_0b] = ACTIONS(1122), - [anon_sym_0o] = ACTIONS(1122), - [anon_sym_0x] = ACTIONS(1122), - [sym_val_date] = ACTIONS(1122), - [anon_sym_DQUOTE] = ACTIONS(1122), - [sym__str_single_quotes] = ACTIONS(1122), - [sym__str_back_ticks] = ACTIONS(1122), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1122), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1122), - [anon_sym_CARET] = ACTIONS(1122), - [sym_short_flag] = ACTIONS(1255), + [595] = { + [sym_comment] = STATE(595), + [ts_builtin_sym_end] = ACTIONS(787), + [anon_sym_SEMI] = ACTIONS(785), + [anon_sym_LF] = ACTIONS(787), + [anon_sym_LBRACK] = ACTIONS(785), + [anon_sym_LPAREN] = ACTIONS(785), + [anon_sym_PIPE] = ACTIONS(785), + [anon_sym_DOLLAR] = ACTIONS(785), + [anon_sym_GT] = ACTIONS(785), + [anon_sym_DASH_DASH] = ACTIONS(785), + [anon_sym_DASH] = ACTIONS(785), + [anon_sym_in] = ACTIONS(785), + [anon_sym_LBRACE] = ACTIONS(785), + [anon_sym_STAR] = ACTIONS(785), + [anon_sym_STAR_STAR] = ACTIONS(785), + [anon_sym_PLUS_PLUS] = ACTIONS(785), + [anon_sym_SLASH] = ACTIONS(785), + [anon_sym_mod] = ACTIONS(785), + [anon_sym_SLASH_SLASH] = ACTIONS(785), + [anon_sym_PLUS] = ACTIONS(785), + [anon_sym_bit_DASHshl] = ACTIONS(785), + [anon_sym_bit_DASHshr] = ACTIONS(785), + [anon_sym_EQ_EQ] = ACTIONS(785), + [anon_sym_BANG_EQ] = ACTIONS(785), + [anon_sym_LT2] = ACTIONS(785), + [anon_sym_LT_EQ] = ACTIONS(785), + [anon_sym_GT_EQ] = ACTIONS(785), + [anon_sym_not_DASHin] = ACTIONS(785), + [anon_sym_starts_DASHwith] = ACTIONS(785), + [anon_sym_ends_DASHwith] = ACTIONS(785), + [anon_sym_EQ_TILDE] = ACTIONS(785), + [anon_sym_BANG_TILDE] = ACTIONS(785), + [anon_sym_bit_DASHand] = ACTIONS(785), + [anon_sym_bit_DASHxor] = ACTIONS(785), + [anon_sym_bit_DASHor] = ACTIONS(785), + [anon_sym_and] = ACTIONS(785), + [anon_sym_xor] = ACTIONS(785), + [anon_sym_or] = ACTIONS(785), + [anon_sym_DOT_DOT_LT] = ACTIONS(785), + [anon_sym_DOT_DOT] = ACTIONS(785), + [anon_sym_DOT_DOT_EQ] = ACTIONS(785), + [sym_val_nothing] = ACTIONS(785), + [anon_sym_true] = ACTIONS(785), + [anon_sym_false] = ACTIONS(785), + [aux_sym_val_number_token1] = ACTIONS(785), + [aux_sym_val_number_token2] = ACTIONS(785), + [aux_sym_val_number_token3] = ACTIONS(785), + [aux_sym_val_number_token4] = ACTIONS(785), + [anon_sym_inf] = ACTIONS(785), + [anon_sym_DASHinf] = ACTIONS(785), + [anon_sym_NaN] = ACTIONS(785), + [anon_sym_0b] = ACTIONS(785), + [anon_sym_0o] = ACTIONS(785), + [anon_sym_0x] = ACTIONS(785), + [sym_val_date] = ACTIONS(785), + [anon_sym_DQUOTE] = ACTIONS(785), + [sym__str_single_quotes] = ACTIONS(785), + [sym__str_back_ticks] = ACTIONS(785), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(785), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(785), + [anon_sym_err_GT] = ACTIONS(785), + [anon_sym_out_GT] = ACTIONS(785), + [anon_sym_e_GT] = ACTIONS(785), + [anon_sym_o_GT] = ACTIONS(785), + [anon_sym_err_PLUSout_GT] = ACTIONS(785), + [anon_sym_out_PLUSerr_GT] = ACTIONS(785), + [anon_sym_o_PLUSe_GT] = ACTIONS(785), + [anon_sym_e_PLUSo_GT] = ACTIONS(785), + [sym_short_flag] = ACTIONS(785), + [aux_sym_unquoted_token1] = ACTIONS(785), [anon_sym_POUND] = ACTIONS(3), }, - [624] = { - [sym__flag] = STATE(621), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(624), - [anon_sym_export] = ACTIONS(670), - [anon_sym_alias] = ACTIONS(670), - [anon_sym_let] = ACTIONS(670), - [anon_sym_let_DASHenv] = ACTIONS(670), - [anon_sym_mut] = ACTIONS(670), - [anon_sym_const] = ACTIONS(670), - [sym_cmd_identifier] = ACTIONS(670), - [anon_sym_SEMI] = ACTIONS(670), - [anon_sym_LF] = ACTIONS(672), - [anon_sym_def] = ACTIONS(670), - [anon_sym_def_DASHenv] = ACTIONS(670), - [anon_sym_export_DASHenv] = ACTIONS(670), - [anon_sym_extern] = ACTIONS(670), - [anon_sym_module] = ACTIONS(670), - [anon_sym_use] = ACTIONS(670), - [anon_sym_LBRACK] = ACTIONS(670), - [anon_sym_LPAREN] = ACTIONS(670), - [anon_sym_RPAREN] = ACTIONS(670), - [anon_sym_PIPE] = ACTIONS(670), - [anon_sym_DOLLAR] = ACTIONS(670), - [anon_sym_error] = ACTIONS(670), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(670), - [anon_sym_break] = ACTIONS(670), - [anon_sym_continue] = ACTIONS(670), - [anon_sym_for] = ACTIONS(670), - [anon_sym_loop] = ACTIONS(670), - [anon_sym_while] = ACTIONS(670), - [anon_sym_do] = ACTIONS(670), - [anon_sym_if] = ACTIONS(670), - [anon_sym_match] = ACTIONS(670), - [anon_sym_LBRACE] = ACTIONS(670), - [anon_sym_RBRACE] = ACTIONS(670), - [anon_sym_try] = ACTIONS(670), - [anon_sym_return] = ACTIONS(670), - [anon_sym_source] = ACTIONS(670), - [anon_sym_source_DASHenv] = ACTIONS(670), - [anon_sym_register] = ACTIONS(670), - [anon_sym_hide] = ACTIONS(670), - [anon_sym_hide_DASHenv] = ACTIONS(670), - [anon_sym_overlay] = ACTIONS(670), - [anon_sym_where] = ACTIONS(670), - [anon_sym_not] = ACTIONS(670), - [anon_sym_DOT_DOT_LT] = ACTIONS(670), - [anon_sym_DOT_DOT] = ACTIONS(670), - [anon_sym_DOT_DOT_EQ] = ACTIONS(670), - [sym_val_nothing] = ACTIONS(670), - [anon_sym_true] = ACTIONS(670), - [anon_sym_false] = ACTIONS(670), - [aux_sym_val_number_token1] = ACTIONS(670), - [aux_sym_val_number_token2] = ACTIONS(670), - [aux_sym_val_number_token3] = ACTIONS(670), - [aux_sym_val_number_token4] = ACTIONS(670), - [anon_sym_inf] = ACTIONS(670), - [anon_sym_DASHinf] = ACTIONS(670), - [anon_sym_NaN] = ACTIONS(670), - [anon_sym_0b] = ACTIONS(670), - [anon_sym_0o] = ACTIONS(670), - [anon_sym_0x] = ACTIONS(670), - [sym_val_date] = ACTIONS(670), - [anon_sym_DQUOTE] = ACTIONS(670), - [sym__str_single_quotes] = ACTIONS(670), - [sym__str_back_ticks] = ACTIONS(670), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(670), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(670), - [anon_sym_CARET] = ACTIONS(670), - [sym_short_flag] = ACTIONS(651), + [596] = { + [sym_comment] = STATE(596), + [ts_builtin_sym_end] = ACTIONS(844), + [anon_sym_SEMI] = ACTIONS(842), + [anon_sym_LF] = ACTIONS(844), + [anon_sym_LBRACK] = ACTIONS(842), + [anon_sym_LPAREN] = ACTIONS(842), + [anon_sym_PIPE] = ACTIONS(842), + [anon_sym_DOLLAR] = ACTIONS(842), + [anon_sym_GT] = ACTIONS(842), + [anon_sym_DASH_DASH] = ACTIONS(842), + [anon_sym_DASH] = ACTIONS(842), + [anon_sym_in] = ACTIONS(842), + [anon_sym_LBRACE] = ACTIONS(842), + [anon_sym_STAR] = ACTIONS(842), + [anon_sym_STAR_STAR] = ACTIONS(842), + [anon_sym_PLUS_PLUS] = ACTIONS(842), + [anon_sym_SLASH] = ACTIONS(842), + [anon_sym_mod] = ACTIONS(842), + [anon_sym_SLASH_SLASH] = ACTIONS(842), + [anon_sym_PLUS] = ACTIONS(842), + [anon_sym_bit_DASHshl] = ACTIONS(842), + [anon_sym_bit_DASHshr] = ACTIONS(842), + [anon_sym_EQ_EQ] = ACTIONS(842), + [anon_sym_BANG_EQ] = ACTIONS(842), + [anon_sym_LT2] = ACTIONS(842), + [anon_sym_LT_EQ] = ACTIONS(842), + [anon_sym_GT_EQ] = ACTIONS(842), + [anon_sym_not_DASHin] = ACTIONS(842), + [anon_sym_starts_DASHwith] = ACTIONS(842), + [anon_sym_ends_DASHwith] = ACTIONS(842), + [anon_sym_EQ_TILDE] = ACTIONS(842), + [anon_sym_BANG_TILDE] = ACTIONS(842), + [anon_sym_bit_DASHand] = ACTIONS(842), + [anon_sym_bit_DASHxor] = ACTIONS(842), + [anon_sym_bit_DASHor] = ACTIONS(842), + [anon_sym_and] = ACTIONS(842), + [anon_sym_xor] = ACTIONS(842), + [anon_sym_or] = ACTIONS(842), + [anon_sym_DOT_DOT_LT] = ACTIONS(842), + [anon_sym_DOT_DOT] = ACTIONS(842), + [anon_sym_DOT_DOT_EQ] = ACTIONS(842), + [sym_val_nothing] = ACTIONS(842), + [anon_sym_true] = ACTIONS(842), + [anon_sym_false] = ACTIONS(842), + [aux_sym_val_number_token1] = ACTIONS(842), + [aux_sym_val_number_token2] = ACTIONS(842), + [aux_sym_val_number_token3] = ACTIONS(842), + [aux_sym_val_number_token4] = ACTIONS(842), + [anon_sym_inf] = ACTIONS(842), + [anon_sym_DASHinf] = ACTIONS(842), + [anon_sym_NaN] = ACTIONS(842), + [anon_sym_0b] = ACTIONS(842), + [anon_sym_0o] = ACTIONS(842), + [anon_sym_0x] = ACTIONS(842), + [sym_val_date] = ACTIONS(842), + [anon_sym_DQUOTE] = ACTIONS(842), + [sym__str_single_quotes] = ACTIONS(842), + [sym__str_back_ticks] = ACTIONS(842), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(842), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(842), + [anon_sym_err_GT] = ACTIONS(842), + [anon_sym_out_GT] = ACTIONS(842), + [anon_sym_e_GT] = ACTIONS(842), + [anon_sym_o_GT] = ACTIONS(842), + [anon_sym_err_PLUSout_GT] = ACTIONS(842), + [anon_sym_out_PLUSerr_GT] = ACTIONS(842), + [anon_sym_o_PLUSe_GT] = ACTIONS(842), + [anon_sym_e_PLUSo_GT] = ACTIONS(842), + [sym_short_flag] = ACTIONS(842), + [aux_sym_unquoted_token1] = ACTIONS(842), [anon_sym_POUND] = ACTIONS(3), }, - [625] = { - [sym__flag] = STATE(622), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(625), - [anon_sym_export] = ACTIONS(670), - [anon_sym_alias] = ACTIONS(670), - [anon_sym_let] = ACTIONS(670), - [anon_sym_let_DASHenv] = ACTIONS(670), - [anon_sym_mut] = ACTIONS(670), - [anon_sym_const] = ACTIONS(670), - [sym_cmd_identifier] = ACTIONS(670), - [anon_sym_SEMI] = ACTIONS(670), - [anon_sym_LF] = ACTIONS(672), - [anon_sym_def] = ACTIONS(670), - [anon_sym_def_DASHenv] = ACTIONS(670), - [anon_sym_export_DASHenv] = ACTIONS(670), - [anon_sym_extern] = ACTIONS(670), - [anon_sym_module] = ACTIONS(670), - [anon_sym_use] = ACTIONS(670), - [anon_sym_LBRACK] = ACTIONS(670), - [anon_sym_LPAREN] = ACTIONS(670), - [anon_sym_RPAREN] = ACTIONS(670), - [anon_sym_PIPE] = ACTIONS(670), - [anon_sym_DOLLAR] = ACTIONS(670), - [anon_sym_error] = ACTIONS(670), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(670), - [anon_sym_break] = ACTIONS(670), - [anon_sym_continue] = ACTIONS(670), - [anon_sym_for] = ACTIONS(670), - [anon_sym_loop] = ACTIONS(670), - [anon_sym_while] = ACTIONS(670), - [anon_sym_do] = ACTIONS(670), - [anon_sym_if] = ACTIONS(670), - [anon_sym_match] = ACTIONS(670), - [anon_sym_LBRACE] = ACTIONS(670), - [anon_sym_RBRACE] = ACTIONS(670), - [anon_sym_try] = ACTIONS(670), - [anon_sym_return] = ACTIONS(670), - [anon_sym_source] = ACTIONS(670), - [anon_sym_source_DASHenv] = ACTIONS(670), - [anon_sym_register] = ACTIONS(670), - [anon_sym_hide] = ACTIONS(670), - [anon_sym_hide_DASHenv] = ACTIONS(670), - [anon_sym_overlay] = ACTIONS(670), - [anon_sym_where] = ACTIONS(670), - [anon_sym_not] = ACTIONS(670), - [anon_sym_DOT_DOT_LT] = ACTIONS(670), - [anon_sym_DOT_DOT] = ACTIONS(670), - [anon_sym_DOT_DOT_EQ] = ACTIONS(670), - [sym_val_nothing] = ACTIONS(670), - [anon_sym_true] = ACTIONS(670), - [anon_sym_false] = ACTIONS(670), - [aux_sym_val_number_token1] = ACTIONS(670), - [aux_sym_val_number_token2] = ACTIONS(670), - [aux_sym_val_number_token3] = ACTIONS(670), - [aux_sym_val_number_token4] = ACTIONS(670), - [anon_sym_inf] = ACTIONS(670), - [anon_sym_DASHinf] = ACTIONS(670), - [anon_sym_NaN] = ACTIONS(670), - [anon_sym_0b] = ACTIONS(670), - [anon_sym_0o] = ACTIONS(670), - [anon_sym_0x] = ACTIONS(670), - [sym_val_date] = ACTIONS(670), - [anon_sym_DQUOTE] = ACTIONS(670), - [sym__str_single_quotes] = ACTIONS(670), - [sym__str_back_ticks] = ACTIONS(670), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(670), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(670), - [anon_sym_CARET] = ACTIONS(670), - [sym_short_flag] = ACTIONS(651), + [597] = { + [sym_comment] = STATE(597), + [ts_builtin_sym_end] = ACTIONS(840), + [anon_sym_SEMI] = ACTIONS(838), + [anon_sym_LF] = ACTIONS(840), + [anon_sym_LBRACK] = ACTIONS(838), + [anon_sym_LPAREN] = ACTIONS(838), + [anon_sym_PIPE] = ACTIONS(838), + [anon_sym_DOLLAR] = ACTIONS(838), + [anon_sym_GT] = ACTIONS(838), + [anon_sym_DASH_DASH] = ACTIONS(838), + [anon_sym_DASH] = ACTIONS(838), + [anon_sym_in] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(838), + [anon_sym_STAR] = ACTIONS(838), + [anon_sym_STAR_STAR] = ACTIONS(838), + [anon_sym_PLUS_PLUS] = ACTIONS(838), + [anon_sym_SLASH] = ACTIONS(838), + [anon_sym_mod] = ACTIONS(838), + [anon_sym_SLASH_SLASH] = ACTIONS(838), + [anon_sym_PLUS] = ACTIONS(838), + [anon_sym_bit_DASHshl] = ACTIONS(838), + [anon_sym_bit_DASHshr] = ACTIONS(838), + [anon_sym_EQ_EQ] = ACTIONS(838), + [anon_sym_BANG_EQ] = ACTIONS(838), + [anon_sym_LT2] = ACTIONS(838), + [anon_sym_LT_EQ] = ACTIONS(838), + [anon_sym_GT_EQ] = ACTIONS(838), + [anon_sym_not_DASHin] = ACTIONS(838), + [anon_sym_starts_DASHwith] = ACTIONS(838), + [anon_sym_ends_DASHwith] = ACTIONS(838), + [anon_sym_EQ_TILDE] = ACTIONS(838), + [anon_sym_BANG_TILDE] = ACTIONS(838), + [anon_sym_bit_DASHand] = ACTIONS(838), + [anon_sym_bit_DASHxor] = ACTIONS(838), + [anon_sym_bit_DASHor] = ACTIONS(838), + [anon_sym_and] = ACTIONS(838), + [anon_sym_xor] = ACTIONS(838), + [anon_sym_or] = ACTIONS(838), + [anon_sym_DOT_DOT_LT] = ACTIONS(838), + [anon_sym_DOT_DOT] = ACTIONS(838), + [anon_sym_DOT_DOT_EQ] = ACTIONS(838), + [sym_val_nothing] = ACTIONS(838), + [anon_sym_true] = ACTIONS(838), + [anon_sym_false] = ACTIONS(838), + [aux_sym_val_number_token1] = ACTIONS(838), + [aux_sym_val_number_token2] = ACTIONS(838), + [aux_sym_val_number_token3] = ACTIONS(838), + [aux_sym_val_number_token4] = ACTIONS(838), + [anon_sym_inf] = ACTIONS(838), + [anon_sym_DASHinf] = ACTIONS(838), + [anon_sym_NaN] = ACTIONS(838), + [anon_sym_0b] = ACTIONS(838), + [anon_sym_0o] = ACTIONS(838), + [anon_sym_0x] = ACTIONS(838), + [sym_val_date] = ACTIONS(838), + [anon_sym_DQUOTE] = ACTIONS(838), + [sym__str_single_quotes] = ACTIONS(838), + [sym__str_back_ticks] = ACTIONS(838), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(838), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(838), + [anon_sym_err_GT] = ACTIONS(838), + [anon_sym_out_GT] = ACTIONS(838), + [anon_sym_e_GT] = ACTIONS(838), + [anon_sym_o_GT] = ACTIONS(838), + [anon_sym_err_PLUSout_GT] = ACTIONS(838), + [anon_sym_out_PLUSerr_GT] = ACTIONS(838), + [anon_sym_o_PLUSe_GT] = ACTIONS(838), + [anon_sym_e_PLUSo_GT] = ACTIONS(838), + [sym_short_flag] = ACTIONS(838), + [aux_sym_unquoted_token1] = ACTIONS(838), [anon_sym_POUND] = ACTIONS(3), }, - [626] = { - [sym_comment] = STATE(626), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(781), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(1241), - [anon_sym_in] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(1245), - [anon_sym_STAR_STAR] = ACTIONS(1247), - [anon_sym_PLUS_PLUS] = ACTIONS(1247), - [anon_sym_SLASH] = ACTIONS(1245), - [anon_sym_mod] = ACTIONS(1245), - [anon_sym_SLASH_SLASH] = ACTIONS(1245), - [anon_sym_PLUS] = ACTIONS(1241), - [anon_sym_bit_DASHshl] = ACTIONS(1249), - [anon_sym_bit_DASHshr] = ACTIONS(1249), - [anon_sym_EQ_EQ] = ACTIONS(781), - [anon_sym_BANG_EQ] = ACTIONS(781), - [anon_sym_LT2] = ACTIONS(781), - [anon_sym_LT_EQ] = ACTIONS(781), - [anon_sym_GT_EQ] = ACTIONS(781), - [anon_sym_not_DASHin] = ACTIONS(781), - [anon_sym_starts_DASHwith] = ACTIONS(781), - [anon_sym_ends_DASHwith] = ACTIONS(781), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_err_GT] = ACTIONS(781), - [anon_sym_out_GT] = ACTIONS(781), - [anon_sym_e_GT] = ACTIONS(781), - [anon_sym_o_GT] = ACTIONS(781), - [anon_sym_err_PLUSout_GT] = ACTIONS(781), - [anon_sym_out_PLUSerr_GT] = ACTIONS(781), - [anon_sym_o_PLUSe_GT] = ACTIONS(781), - [anon_sym_e_PLUSo_GT] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [aux_sym_unquoted_token1] = ACTIONS(781), + [598] = { + [sym_comment] = STATE(598), + [ts_builtin_sym_end] = ACTIONS(836), + [anon_sym_SEMI] = ACTIONS(834), + [anon_sym_LF] = ACTIONS(836), + [anon_sym_LBRACK] = ACTIONS(834), + [anon_sym_LPAREN] = ACTIONS(834), + [anon_sym_PIPE] = ACTIONS(834), + [anon_sym_DOLLAR] = ACTIONS(834), + [anon_sym_GT] = ACTIONS(834), + [anon_sym_DASH_DASH] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_in] = ACTIONS(834), + [anon_sym_LBRACE] = ACTIONS(834), + [anon_sym_STAR] = ACTIONS(834), + [anon_sym_STAR_STAR] = ACTIONS(834), + [anon_sym_PLUS_PLUS] = ACTIONS(834), + [anon_sym_SLASH] = ACTIONS(834), + [anon_sym_mod] = ACTIONS(834), + [anon_sym_SLASH_SLASH] = ACTIONS(834), + [anon_sym_PLUS] = ACTIONS(834), + [anon_sym_bit_DASHshl] = ACTIONS(834), + [anon_sym_bit_DASHshr] = ACTIONS(834), + [anon_sym_EQ_EQ] = ACTIONS(834), + [anon_sym_BANG_EQ] = ACTIONS(834), + [anon_sym_LT2] = ACTIONS(834), + [anon_sym_LT_EQ] = ACTIONS(834), + [anon_sym_GT_EQ] = ACTIONS(834), + [anon_sym_not_DASHin] = ACTIONS(834), + [anon_sym_starts_DASHwith] = ACTIONS(834), + [anon_sym_ends_DASHwith] = ACTIONS(834), + [anon_sym_EQ_TILDE] = ACTIONS(834), + [anon_sym_BANG_TILDE] = ACTIONS(834), + [anon_sym_bit_DASHand] = ACTIONS(834), + [anon_sym_bit_DASHxor] = ACTIONS(834), + [anon_sym_bit_DASHor] = ACTIONS(834), + [anon_sym_and] = ACTIONS(834), + [anon_sym_xor] = ACTIONS(834), + [anon_sym_or] = ACTIONS(834), + [anon_sym_DOT_DOT_LT] = ACTIONS(834), + [anon_sym_DOT_DOT] = ACTIONS(834), + [anon_sym_DOT_DOT_EQ] = ACTIONS(834), + [sym_val_nothing] = ACTIONS(834), + [anon_sym_true] = ACTIONS(834), + [anon_sym_false] = ACTIONS(834), + [aux_sym_val_number_token1] = ACTIONS(834), + [aux_sym_val_number_token2] = ACTIONS(834), + [aux_sym_val_number_token3] = ACTIONS(834), + [aux_sym_val_number_token4] = ACTIONS(834), + [anon_sym_inf] = ACTIONS(834), + [anon_sym_DASHinf] = ACTIONS(834), + [anon_sym_NaN] = ACTIONS(834), + [anon_sym_0b] = ACTIONS(834), + [anon_sym_0o] = ACTIONS(834), + [anon_sym_0x] = ACTIONS(834), + [sym_val_date] = ACTIONS(834), + [anon_sym_DQUOTE] = ACTIONS(834), + [sym__str_single_quotes] = ACTIONS(834), + [sym__str_back_ticks] = ACTIONS(834), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(834), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(834), + [anon_sym_err_GT] = ACTIONS(834), + [anon_sym_out_GT] = ACTIONS(834), + [anon_sym_e_GT] = ACTIONS(834), + [anon_sym_o_GT] = ACTIONS(834), + [anon_sym_err_PLUSout_GT] = ACTIONS(834), + [anon_sym_out_PLUSerr_GT] = ACTIONS(834), + [anon_sym_o_PLUSe_GT] = ACTIONS(834), + [anon_sym_e_PLUSo_GT] = ACTIONS(834), + [sym_short_flag] = ACTIONS(834), + [aux_sym_unquoted_token1] = ACTIONS(834), [anon_sym_POUND] = ACTIONS(3), }, - [627] = { - [sym_comment] = STATE(627), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(781), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(781), - [anon_sym_in] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(781), - [anon_sym_STAR_STAR] = ACTIONS(1247), - [anon_sym_PLUS_PLUS] = ACTIONS(1247), - [anon_sym_SLASH] = ACTIONS(781), - [anon_sym_mod] = ACTIONS(781), - [anon_sym_SLASH_SLASH] = ACTIONS(781), - [anon_sym_PLUS] = ACTIONS(781), - [anon_sym_bit_DASHshl] = ACTIONS(781), - [anon_sym_bit_DASHshr] = ACTIONS(781), - [anon_sym_EQ_EQ] = ACTIONS(781), - [anon_sym_BANG_EQ] = ACTIONS(781), - [anon_sym_LT2] = ACTIONS(781), - [anon_sym_LT_EQ] = ACTIONS(781), - [anon_sym_GT_EQ] = ACTIONS(781), - [anon_sym_not_DASHin] = ACTIONS(781), - [anon_sym_starts_DASHwith] = ACTIONS(781), - [anon_sym_ends_DASHwith] = ACTIONS(781), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_err_GT] = ACTIONS(781), - [anon_sym_out_GT] = ACTIONS(781), - [anon_sym_e_GT] = ACTIONS(781), - [anon_sym_o_GT] = ACTIONS(781), - [anon_sym_err_PLUSout_GT] = ACTIONS(781), - [anon_sym_out_PLUSerr_GT] = ACTIONS(781), - [anon_sym_o_PLUSe_GT] = ACTIONS(781), - [anon_sym_e_PLUSo_GT] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [aux_sym_unquoted_token1] = ACTIONS(781), + [599] = { + [sym_comment] = STATE(599), + [ts_builtin_sym_end] = ACTIONS(856), + [anon_sym_SEMI] = ACTIONS(854), + [anon_sym_LF] = ACTIONS(856), + [anon_sym_LBRACK] = ACTIONS(854), + [anon_sym_LPAREN] = ACTIONS(854), + [anon_sym_PIPE] = ACTIONS(854), + [anon_sym_DOLLAR] = ACTIONS(854), + [anon_sym_GT] = ACTIONS(854), + [anon_sym_DASH_DASH] = ACTIONS(854), + [anon_sym_DASH] = ACTIONS(854), + [anon_sym_in] = ACTIONS(854), + [anon_sym_LBRACE] = ACTIONS(854), + [anon_sym_STAR] = ACTIONS(854), + [anon_sym_STAR_STAR] = ACTIONS(854), + [anon_sym_PLUS_PLUS] = ACTIONS(854), + [anon_sym_SLASH] = ACTIONS(854), + [anon_sym_mod] = ACTIONS(854), + [anon_sym_SLASH_SLASH] = ACTIONS(854), + [anon_sym_PLUS] = ACTIONS(854), + [anon_sym_bit_DASHshl] = ACTIONS(854), + [anon_sym_bit_DASHshr] = ACTIONS(854), + [anon_sym_EQ_EQ] = ACTIONS(854), + [anon_sym_BANG_EQ] = ACTIONS(854), + [anon_sym_LT2] = ACTIONS(854), + [anon_sym_LT_EQ] = ACTIONS(854), + [anon_sym_GT_EQ] = ACTIONS(854), + [anon_sym_not_DASHin] = ACTIONS(854), + [anon_sym_starts_DASHwith] = ACTIONS(854), + [anon_sym_ends_DASHwith] = ACTIONS(854), + [anon_sym_EQ_TILDE] = ACTIONS(854), + [anon_sym_BANG_TILDE] = ACTIONS(854), + [anon_sym_bit_DASHand] = ACTIONS(854), + [anon_sym_bit_DASHxor] = ACTIONS(854), + [anon_sym_bit_DASHor] = ACTIONS(854), + [anon_sym_and] = ACTIONS(854), + [anon_sym_xor] = ACTIONS(854), + [anon_sym_or] = ACTIONS(854), + [anon_sym_DOT_DOT_LT] = ACTIONS(854), + [anon_sym_DOT_DOT] = ACTIONS(854), + [anon_sym_DOT_DOT_EQ] = ACTIONS(854), + [sym_val_nothing] = ACTIONS(854), + [anon_sym_true] = ACTIONS(854), + [anon_sym_false] = ACTIONS(854), + [aux_sym_val_number_token1] = ACTIONS(854), + [aux_sym_val_number_token2] = ACTIONS(854), + [aux_sym_val_number_token3] = ACTIONS(854), + [aux_sym_val_number_token4] = ACTIONS(854), + [anon_sym_inf] = ACTIONS(854), + [anon_sym_DASHinf] = ACTIONS(854), + [anon_sym_NaN] = ACTIONS(854), + [anon_sym_0b] = ACTIONS(854), + [anon_sym_0o] = ACTIONS(854), + [anon_sym_0x] = ACTIONS(854), + [sym_val_date] = ACTIONS(854), + [anon_sym_DQUOTE] = ACTIONS(854), + [sym__str_single_quotes] = ACTIONS(854), + [sym__str_back_ticks] = ACTIONS(854), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(854), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(854), + [anon_sym_err_GT] = ACTIONS(854), + [anon_sym_out_GT] = ACTIONS(854), + [anon_sym_e_GT] = ACTIONS(854), + [anon_sym_o_GT] = ACTIONS(854), + [anon_sym_err_PLUSout_GT] = ACTIONS(854), + [anon_sym_out_PLUSerr_GT] = ACTIONS(854), + [anon_sym_o_PLUSe_GT] = ACTIONS(854), + [anon_sym_e_PLUSo_GT] = ACTIONS(854), + [sym_short_flag] = ACTIONS(854), + [aux_sym_unquoted_token1] = ACTIONS(854), [anon_sym_POUND] = ACTIONS(3), }, - [628] = { - [sym__flag] = STATE(755), - [sym_long_flag] = STATE(766), - [sym_comment] = STATE(628), - [anon_sym_export] = ACTIONS(670), - [anon_sym_alias] = ACTIONS(670), - [anon_sym_let] = ACTIONS(670), - [anon_sym_let_DASHenv] = ACTIONS(670), - [anon_sym_mut] = ACTIONS(670), - [anon_sym_const] = ACTIONS(670), - [sym_cmd_identifier] = ACTIONS(670), - [anon_sym_SEMI] = ACTIONS(670), - [anon_sym_LF] = ACTIONS(672), - [anon_sym_def] = ACTIONS(670), - [anon_sym_def_DASHenv] = ACTIONS(670), - [anon_sym_export_DASHenv] = ACTIONS(670), - [anon_sym_extern] = ACTIONS(670), - [anon_sym_module] = ACTIONS(670), - [anon_sym_use] = ACTIONS(670), - [anon_sym_LBRACK] = ACTIONS(670), - [anon_sym_LPAREN] = ACTIONS(670), - [anon_sym_RPAREN] = ACTIONS(670), - [anon_sym_PIPE] = ACTIONS(670), - [anon_sym_DOLLAR] = ACTIONS(670), - [anon_sym_error] = ACTIONS(670), - [anon_sym_DASH_DASH] = ACTIONS(1265), - [anon_sym_DASH] = ACTIONS(670), - [anon_sym_break] = ACTIONS(670), - [anon_sym_continue] = ACTIONS(670), - [anon_sym_for] = ACTIONS(670), - [anon_sym_loop] = ACTIONS(670), - [anon_sym_while] = ACTIONS(670), - [anon_sym_do] = ACTIONS(670), - [anon_sym_if] = ACTIONS(670), - [anon_sym_match] = ACTIONS(670), - [anon_sym_LBRACE] = ACTIONS(670), - [anon_sym_RBRACE] = ACTIONS(670), - [anon_sym_try] = ACTIONS(670), - [anon_sym_return] = ACTIONS(670), - [anon_sym_source] = ACTIONS(670), - [anon_sym_source_DASHenv] = ACTIONS(670), - [anon_sym_register] = ACTIONS(670), - [anon_sym_hide] = ACTIONS(670), - [anon_sym_hide_DASHenv] = ACTIONS(670), - [anon_sym_overlay] = ACTIONS(670), - [anon_sym_where] = ACTIONS(670), - [anon_sym_not] = ACTIONS(670), - [anon_sym_DOT_DOT_LT] = ACTIONS(670), - [anon_sym_DOT_DOT] = ACTIONS(670), - [anon_sym_DOT_DOT_EQ] = ACTIONS(670), - [sym_val_nothing] = ACTIONS(670), - [anon_sym_true] = ACTIONS(670), - [anon_sym_false] = ACTIONS(670), - [aux_sym_val_number_token1] = ACTIONS(670), - [aux_sym_val_number_token2] = ACTIONS(670), - [aux_sym_val_number_token3] = ACTIONS(670), - [aux_sym_val_number_token4] = ACTIONS(670), - [anon_sym_inf] = ACTIONS(670), - [anon_sym_DASHinf] = ACTIONS(670), - [anon_sym_NaN] = ACTIONS(670), - [anon_sym_0b] = ACTIONS(670), - [anon_sym_0o] = ACTIONS(670), - [anon_sym_0x] = ACTIONS(670), - [sym_val_date] = ACTIONS(670), - [anon_sym_DQUOTE] = ACTIONS(670), - [sym__str_single_quotes] = ACTIONS(670), - [sym__str_back_ticks] = ACTIONS(670), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(670), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(670), - [anon_sym_CARET] = ACTIONS(670), - [sym_short_flag] = ACTIONS(1267), + [600] = { + [sym_comment] = STATE(600), + [ts_builtin_sym_end] = ACTIONS(848), + [anon_sym_SEMI] = ACTIONS(846), + [anon_sym_LF] = ACTIONS(848), + [anon_sym_LBRACK] = ACTIONS(846), + [anon_sym_LPAREN] = ACTIONS(846), + [anon_sym_PIPE] = ACTIONS(846), + [anon_sym_DOLLAR] = ACTIONS(846), + [anon_sym_GT] = ACTIONS(846), + [anon_sym_DASH_DASH] = ACTIONS(846), + [anon_sym_DASH] = ACTIONS(846), + [anon_sym_in] = ACTIONS(846), + [anon_sym_LBRACE] = ACTIONS(846), + [anon_sym_STAR] = ACTIONS(846), + [anon_sym_STAR_STAR] = ACTIONS(846), + [anon_sym_PLUS_PLUS] = ACTIONS(846), + [anon_sym_SLASH] = ACTIONS(846), + [anon_sym_mod] = ACTIONS(846), + [anon_sym_SLASH_SLASH] = ACTIONS(846), + [anon_sym_PLUS] = ACTIONS(846), + [anon_sym_bit_DASHshl] = ACTIONS(846), + [anon_sym_bit_DASHshr] = ACTIONS(846), + [anon_sym_EQ_EQ] = ACTIONS(846), + [anon_sym_BANG_EQ] = ACTIONS(846), + [anon_sym_LT2] = ACTIONS(846), + [anon_sym_LT_EQ] = ACTIONS(846), + [anon_sym_GT_EQ] = ACTIONS(846), + [anon_sym_not_DASHin] = ACTIONS(846), + [anon_sym_starts_DASHwith] = ACTIONS(846), + [anon_sym_ends_DASHwith] = ACTIONS(846), + [anon_sym_EQ_TILDE] = ACTIONS(846), + [anon_sym_BANG_TILDE] = ACTIONS(846), + [anon_sym_bit_DASHand] = ACTIONS(846), + [anon_sym_bit_DASHxor] = ACTIONS(846), + [anon_sym_bit_DASHor] = ACTIONS(846), + [anon_sym_and] = ACTIONS(846), + [anon_sym_xor] = ACTIONS(846), + [anon_sym_or] = ACTIONS(846), + [anon_sym_DOT_DOT_LT] = ACTIONS(846), + [anon_sym_DOT_DOT] = ACTIONS(846), + [anon_sym_DOT_DOT_EQ] = ACTIONS(846), + [sym_val_nothing] = ACTIONS(846), + [anon_sym_true] = ACTIONS(846), + [anon_sym_false] = ACTIONS(846), + [aux_sym_val_number_token1] = ACTIONS(846), + [aux_sym_val_number_token2] = ACTIONS(846), + [aux_sym_val_number_token3] = ACTIONS(846), + [aux_sym_val_number_token4] = ACTIONS(846), + [anon_sym_inf] = ACTIONS(846), + [anon_sym_DASHinf] = ACTIONS(846), + [anon_sym_NaN] = ACTIONS(846), + [anon_sym_0b] = ACTIONS(846), + [anon_sym_0o] = ACTIONS(846), + [anon_sym_0x] = ACTIONS(846), + [sym_val_date] = ACTIONS(846), + [anon_sym_DQUOTE] = ACTIONS(846), + [sym__str_single_quotes] = ACTIONS(846), + [sym__str_back_ticks] = ACTIONS(846), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(846), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(846), + [anon_sym_err_GT] = ACTIONS(846), + [anon_sym_out_GT] = ACTIONS(846), + [anon_sym_e_GT] = ACTIONS(846), + [anon_sym_o_GT] = ACTIONS(846), + [anon_sym_err_PLUSout_GT] = ACTIONS(846), + [anon_sym_out_PLUSerr_GT] = ACTIONS(846), + [anon_sym_o_PLUSe_GT] = ACTIONS(846), + [anon_sym_e_PLUSo_GT] = ACTIONS(846), + [sym_short_flag] = ACTIONS(846), + [aux_sym_unquoted_token1] = ACTIONS(846), [anon_sym_POUND] = ACTIONS(3), }, - [629] = { - [sym_comment] = STATE(629), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(781), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(781), - [anon_sym_in] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(1245), - [anon_sym_STAR_STAR] = ACTIONS(1247), - [anon_sym_PLUS_PLUS] = ACTIONS(1247), - [anon_sym_SLASH] = ACTIONS(1245), - [anon_sym_mod] = ACTIONS(1245), - [anon_sym_SLASH_SLASH] = ACTIONS(1245), - [anon_sym_PLUS] = ACTIONS(781), - [anon_sym_bit_DASHshl] = ACTIONS(781), - [anon_sym_bit_DASHshr] = ACTIONS(781), - [anon_sym_EQ_EQ] = ACTIONS(781), - [anon_sym_BANG_EQ] = ACTIONS(781), - [anon_sym_LT2] = ACTIONS(781), - [anon_sym_LT_EQ] = ACTIONS(781), - [anon_sym_GT_EQ] = ACTIONS(781), - [anon_sym_not_DASHin] = ACTIONS(781), - [anon_sym_starts_DASHwith] = ACTIONS(781), - [anon_sym_ends_DASHwith] = ACTIONS(781), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_err_GT] = ACTIONS(781), - [anon_sym_out_GT] = ACTIONS(781), - [anon_sym_e_GT] = ACTIONS(781), - [anon_sym_o_GT] = ACTIONS(781), - [anon_sym_err_PLUSout_GT] = ACTIONS(781), - [anon_sym_out_PLUSerr_GT] = ACTIONS(781), - [anon_sym_o_PLUSe_GT] = ACTIONS(781), - [anon_sym_e_PLUSo_GT] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [aux_sym_unquoted_token1] = ACTIONS(781), + [601] = { + [sym_comment] = STATE(601), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(1249), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(1251), + [anon_sym_in] = ACTIONS(1261), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_STAR_STAR] = ACTIONS(1255), + [anon_sym_PLUS_PLUS] = ACTIONS(1255), + [anon_sym_SLASH] = ACTIONS(1253), + [anon_sym_mod] = ACTIONS(1253), + [anon_sym_SLASH_SLASH] = ACTIONS(1253), + [anon_sym_PLUS] = ACTIONS(1251), + [anon_sym_bit_DASHshl] = ACTIONS(1257), + [anon_sym_bit_DASHshr] = ACTIONS(1257), + [anon_sym_EQ_EQ] = ACTIONS(1249), + [anon_sym_BANG_EQ] = ACTIONS(1249), + [anon_sym_LT2] = ACTIONS(1249), + [anon_sym_LT_EQ] = ACTIONS(1249), + [anon_sym_GT_EQ] = ACTIONS(1249), + [anon_sym_not_DASHin] = ACTIONS(1261), + [anon_sym_starts_DASHwith] = ACTIONS(1261), + [anon_sym_ends_DASHwith] = ACTIONS(1261), + [anon_sym_EQ_TILDE] = ACTIONS(1263), + [anon_sym_BANG_TILDE] = ACTIONS(1263), + [anon_sym_bit_DASHand] = ACTIONS(1265), + [anon_sym_bit_DASHxor] = ACTIONS(769), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_err_GT] = ACTIONS(769), + [anon_sym_out_GT] = ACTIONS(769), + [anon_sym_e_GT] = ACTIONS(769), + [anon_sym_o_GT] = ACTIONS(769), + [anon_sym_err_PLUSout_GT] = ACTIONS(769), + [anon_sym_out_PLUSerr_GT] = ACTIONS(769), + [anon_sym_o_PLUSe_GT] = ACTIONS(769), + [anon_sym_e_PLUSo_GT] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [aux_sym_unquoted_token1] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [630] = { - [sym__flag] = STATE(625), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(630), - [anon_sym_export] = ACTIONS(662), - [anon_sym_alias] = ACTIONS(662), - [anon_sym_let] = ACTIONS(662), - [anon_sym_let_DASHenv] = ACTIONS(662), - [anon_sym_mut] = ACTIONS(662), - [anon_sym_const] = ACTIONS(662), - [sym_cmd_identifier] = ACTIONS(662), - [anon_sym_SEMI] = ACTIONS(662), - [anon_sym_LF] = ACTIONS(664), - [anon_sym_def] = ACTIONS(662), - [anon_sym_def_DASHenv] = ACTIONS(662), - [anon_sym_export_DASHenv] = ACTIONS(662), - [anon_sym_extern] = ACTIONS(662), - [anon_sym_module] = ACTIONS(662), - [anon_sym_use] = ACTIONS(662), - [anon_sym_LBRACK] = ACTIONS(662), - [anon_sym_LPAREN] = ACTIONS(662), - [anon_sym_RPAREN] = ACTIONS(662), - [anon_sym_PIPE] = ACTIONS(662), - [anon_sym_DOLLAR] = ACTIONS(662), - [anon_sym_error] = ACTIONS(662), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(662), - [anon_sym_break] = ACTIONS(662), - [anon_sym_continue] = ACTIONS(662), - [anon_sym_for] = ACTIONS(662), - [anon_sym_loop] = ACTIONS(662), - [anon_sym_while] = ACTIONS(662), - [anon_sym_do] = ACTIONS(662), - [anon_sym_if] = ACTIONS(662), - [anon_sym_match] = ACTIONS(662), - [anon_sym_LBRACE] = ACTIONS(662), - [anon_sym_RBRACE] = ACTIONS(662), - [anon_sym_try] = ACTIONS(662), - [anon_sym_return] = ACTIONS(662), - [anon_sym_source] = ACTIONS(662), - [anon_sym_source_DASHenv] = ACTIONS(662), - [anon_sym_register] = ACTIONS(662), - [anon_sym_hide] = ACTIONS(662), - [anon_sym_hide_DASHenv] = ACTIONS(662), - [anon_sym_overlay] = ACTIONS(662), - [anon_sym_where] = ACTIONS(662), - [anon_sym_not] = ACTIONS(662), - [anon_sym_DOT_DOT_LT] = ACTIONS(662), - [anon_sym_DOT_DOT] = ACTIONS(662), - [anon_sym_DOT_DOT_EQ] = ACTIONS(662), - [sym_val_nothing] = ACTIONS(662), - [anon_sym_true] = ACTIONS(662), - [anon_sym_false] = ACTIONS(662), - [aux_sym_val_number_token1] = ACTIONS(662), - [aux_sym_val_number_token2] = ACTIONS(662), - [aux_sym_val_number_token3] = ACTIONS(662), - [aux_sym_val_number_token4] = ACTIONS(662), - [anon_sym_inf] = ACTIONS(662), - [anon_sym_DASHinf] = ACTIONS(662), - [anon_sym_NaN] = ACTIONS(662), - [anon_sym_0b] = ACTIONS(662), - [anon_sym_0o] = ACTIONS(662), - [anon_sym_0x] = ACTIONS(662), - [sym_val_date] = ACTIONS(662), - [anon_sym_DQUOTE] = ACTIONS(662), - [sym__str_single_quotes] = ACTIONS(662), - [sym__str_back_ticks] = ACTIONS(662), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(662), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(662), - [anon_sym_CARET] = ACTIONS(662), - [sym_short_flag] = ACTIONS(651), + [602] = { + [sym__flag] = STATE(745), + [sym_long_flag] = STATE(783), + [sym_comment] = STATE(602), + [anon_sym_export] = ACTIONS(627), + [anon_sym_alias] = ACTIONS(627), + [anon_sym_let] = ACTIONS(627), + [anon_sym_let_DASHenv] = ACTIONS(627), + [anon_sym_mut] = ACTIONS(627), + [anon_sym_const] = ACTIONS(627), + [sym_cmd_identifier] = ACTIONS(627), + [anon_sym_SEMI] = ACTIONS(627), + [anon_sym_LF] = ACTIONS(629), + [anon_sym_def] = ACTIONS(627), + [anon_sym_def_DASHenv] = ACTIONS(627), + [anon_sym_export_DASHenv] = ACTIONS(627), + [anon_sym_extern] = ACTIONS(627), + [anon_sym_module] = ACTIONS(627), + [anon_sym_use] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(627), + [anon_sym_LPAREN] = ACTIONS(627), + [anon_sym_RPAREN] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(627), + [anon_sym_DOLLAR] = ACTIONS(627), + [anon_sym_error] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(1245), + [anon_sym_DASH] = ACTIONS(627), + [anon_sym_break] = ACTIONS(627), + [anon_sym_continue] = ACTIONS(627), + [anon_sym_for] = ACTIONS(627), + [anon_sym_loop] = ACTIONS(627), + [anon_sym_while] = ACTIONS(627), + [anon_sym_do] = ACTIONS(627), + [anon_sym_if] = ACTIONS(627), + [anon_sym_match] = ACTIONS(627), + [anon_sym_LBRACE] = ACTIONS(627), + [anon_sym_RBRACE] = ACTIONS(627), + [anon_sym_try] = ACTIONS(627), + [anon_sym_return] = ACTIONS(627), + [anon_sym_source] = ACTIONS(627), + [anon_sym_source_DASHenv] = ACTIONS(627), + [anon_sym_register] = ACTIONS(627), + [anon_sym_hide] = ACTIONS(627), + [anon_sym_hide_DASHenv] = ACTIONS(627), + [anon_sym_overlay] = ACTIONS(627), + [anon_sym_where] = ACTIONS(627), + [anon_sym_not] = ACTIONS(627), + [anon_sym_DOT_DOT_LT] = ACTIONS(627), + [anon_sym_DOT_DOT] = ACTIONS(627), + [anon_sym_DOT_DOT_EQ] = ACTIONS(627), + [sym_val_nothing] = ACTIONS(627), + [anon_sym_true] = ACTIONS(627), + [anon_sym_false] = ACTIONS(627), + [aux_sym_val_number_token1] = ACTIONS(627), + [aux_sym_val_number_token2] = ACTIONS(627), + [aux_sym_val_number_token3] = ACTIONS(627), + [aux_sym_val_number_token4] = ACTIONS(627), + [anon_sym_inf] = ACTIONS(627), + [anon_sym_DASHinf] = ACTIONS(627), + [anon_sym_NaN] = ACTIONS(627), + [anon_sym_0b] = ACTIONS(627), + [anon_sym_0o] = ACTIONS(627), + [anon_sym_0x] = ACTIONS(627), + [sym_val_date] = ACTIONS(627), + [anon_sym_DQUOTE] = ACTIONS(627), + [sym__str_single_quotes] = ACTIONS(627), + [sym__str_back_ticks] = ACTIONS(627), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(627), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(627), + [anon_sym_CARET] = ACTIONS(627), + [sym_short_flag] = ACTIONS(1247), [anon_sym_POUND] = ACTIONS(3), }, - [631] = { - [sym__flag] = STATE(753), - [sym_long_flag] = STATE(766), - [sym_comment] = STATE(631), - [anon_sym_export] = ACTIONS(619), - [anon_sym_alias] = ACTIONS(619), - [anon_sym_let] = ACTIONS(619), - [anon_sym_let_DASHenv] = ACTIONS(619), - [anon_sym_mut] = ACTIONS(619), - [anon_sym_const] = ACTIONS(619), - [sym_cmd_identifier] = ACTIONS(619), - [anon_sym_SEMI] = ACTIONS(619), - [anon_sym_LF] = ACTIONS(621), - [anon_sym_def] = ACTIONS(619), - [anon_sym_def_DASHenv] = ACTIONS(619), - [anon_sym_export_DASHenv] = ACTIONS(619), - [anon_sym_extern] = ACTIONS(619), - [anon_sym_module] = ACTIONS(619), - [anon_sym_use] = ACTIONS(619), - [anon_sym_LBRACK] = ACTIONS(619), - [anon_sym_LPAREN] = ACTIONS(619), - [anon_sym_RPAREN] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(619), - [anon_sym_error] = ACTIONS(619), - [anon_sym_DASH_DASH] = ACTIONS(1265), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_break] = ACTIONS(619), - [anon_sym_continue] = ACTIONS(619), - [anon_sym_for] = ACTIONS(619), - [anon_sym_loop] = ACTIONS(619), - [anon_sym_while] = ACTIONS(619), - [anon_sym_do] = ACTIONS(619), - [anon_sym_if] = ACTIONS(619), - [anon_sym_match] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(619), - [anon_sym_try] = ACTIONS(619), - [anon_sym_return] = ACTIONS(619), - [anon_sym_source] = ACTIONS(619), - [anon_sym_source_DASHenv] = ACTIONS(619), - [anon_sym_register] = ACTIONS(619), - [anon_sym_hide] = ACTIONS(619), - [anon_sym_hide_DASHenv] = ACTIONS(619), - [anon_sym_overlay] = ACTIONS(619), - [anon_sym_where] = ACTIONS(619), - [anon_sym_not] = ACTIONS(619), - [anon_sym_DOT_DOT_LT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_EQ] = ACTIONS(619), - [sym_val_nothing] = ACTIONS(619), - [anon_sym_true] = ACTIONS(619), - [anon_sym_false] = ACTIONS(619), - [aux_sym_val_number_token1] = ACTIONS(619), - [aux_sym_val_number_token2] = ACTIONS(619), - [aux_sym_val_number_token3] = ACTIONS(619), - [aux_sym_val_number_token4] = ACTIONS(619), - [anon_sym_inf] = ACTIONS(619), - [anon_sym_DASHinf] = ACTIONS(619), - [anon_sym_NaN] = ACTIONS(619), - [anon_sym_0b] = ACTIONS(619), - [anon_sym_0o] = ACTIONS(619), - [anon_sym_0x] = ACTIONS(619), - [sym_val_date] = ACTIONS(619), - [anon_sym_DQUOTE] = ACTIONS(619), - [sym__str_single_quotes] = ACTIONS(619), - [sym__str_back_ticks] = ACTIONS(619), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [sym_short_flag] = ACTIONS(1267), + [603] = { + [sym_comment] = STATE(603), + [ts_builtin_sym_end] = ACTIONS(864), + [anon_sym_SEMI] = ACTIONS(862), + [anon_sym_LF] = ACTIONS(864), + [anon_sym_LBRACK] = ACTIONS(862), + [anon_sym_LPAREN] = ACTIONS(862), + [anon_sym_PIPE] = ACTIONS(862), + [anon_sym_DOLLAR] = ACTIONS(862), + [anon_sym_GT] = ACTIONS(862), + [anon_sym_DASH_DASH] = ACTIONS(862), + [anon_sym_DASH] = ACTIONS(862), + [anon_sym_in] = ACTIONS(862), + [anon_sym_LBRACE] = ACTIONS(862), + [anon_sym_STAR] = ACTIONS(862), + [anon_sym_STAR_STAR] = ACTIONS(862), + [anon_sym_PLUS_PLUS] = ACTIONS(862), + [anon_sym_SLASH] = ACTIONS(862), + [anon_sym_mod] = ACTIONS(862), + [anon_sym_SLASH_SLASH] = ACTIONS(862), + [anon_sym_PLUS] = ACTIONS(862), + [anon_sym_bit_DASHshl] = ACTIONS(862), + [anon_sym_bit_DASHshr] = ACTIONS(862), + [anon_sym_EQ_EQ] = ACTIONS(862), + [anon_sym_BANG_EQ] = ACTIONS(862), + [anon_sym_LT2] = ACTIONS(862), + [anon_sym_LT_EQ] = ACTIONS(862), + [anon_sym_GT_EQ] = ACTIONS(862), + [anon_sym_not_DASHin] = ACTIONS(862), + [anon_sym_starts_DASHwith] = ACTIONS(862), + [anon_sym_ends_DASHwith] = ACTIONS(862), + [anon_sym_EQ_TILDE] = ACTIONS(862), + [anon_sym_BANG_TILDE] = ACTIONS(862), + [anon_sym_bit_DASHand] = ACTIONS(862), + [anon_sym_bit_DASHxor] = ACTIONS(862), + [anon_sym_bit_DASHor] = ACTIONS(862), + [anon_sym_and] = ACTIONS(862), + [anon_sym_xor] = ACTIONS(862), + [anon_sym_or] = ACTIONS(862), + [anon_sym_DOT_DOT_LT] = ACTIONS(862), + [anon_sym_DOT_DOT] = ACTIONS(862), + [anon_sym_DOT_DOT_EQ] = ACTIONS(862), + [sym_val_nothing] = ACTIONS(862), + [anon_sym_true] = ACTIONS(862), + [anon_sym_false] = ACTIONS(862), + [aux_sym_val_number_token1] = ACTIONS(862), + [aux_sym_val_number_token2] = ACTIONS(862), + [aux_sym_val_number_token3] = ACTIONS(862), + [aux_sym_val_number_token4] = ACTIONS(862), + [anon_sym_inf] = ACTIONS(862), + [anon_sym_DASHinf] = ACTIONS(862), + [anon_sym_NaN] = ACTIONS(862), + [anon_sym_0b] = ACTIONS(862), + [anon_sym_0o] = ACTIONS(862), + [anon_sym_0x] = ACTIONS(862), + [sym_val_date] = ACTIONS(862), + [anon_sym_DQUOTE] = ACTIONS(862), + [sym__str_single_quotes] = ACTIONS(862), + [sym__str_back_ticks] = ACTIONS(862), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(862), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(862), + [anon_sym_err_GT] = ACTIONS(862), + [anon_sym_out_GT] = ACTIONS(862), + [anon_sym_e_GT] = ACTIONS(862), + [anon_sym_o_GT] = ACTIONS(862), + [anon_sym_err_PLUSout_GT] = ACTIONS(862), + [anon_sym_out_PLUSerr_GT] = ACTIONS(862), + [anon_sym_o_PLUSe_GT] = ACTIONS(862), + [anon_sym_e_PLUSo_GT] = ACTIONS(862), + [sym_short_flag] = ACTIONS(862), + [aux_sym_unquoted_token1] = ACTIONS(862), [anon_sym_POUND] = ACTIONS(3), }, - [632] = { - [sym__flag] = STATE(642), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(632), - [anon_sym_export] = ACTIONS(619), - [anon_sym_alias] = ACTIONS(619), - [anon_sym_let] = ACTIONS(619), - [anon_sym_let_DASHenv] = ACTIONS(619), - [anon_sym_mut] = ACTIONS(619), - [anon_sym_const] = ACTIONS(619), - [sym_cmd_identifier] = ACTIONS(619), - [anon_sym_SEMI] = ACTIONS(619), - [anon_sym_LF] = ACTIONS(621), - [anon_sym_def] = ACTIONS(619), - [anon_sym_def_DASHenv] = ACTIONS(619), - [anon_sym_export_DASHenv] = ACTIONS(619), - [anon_sym_extern] = ACTIONS(619), - [anon_sym_module] = ACTIONS(619), - [anon_sym_use] = ACTIONS(619), - [anon_sym_LBRACK] = ACTIONS(619), - [anon_sym_LPAREN] = ACTIONS(619), - [anon_sym_RPAREN] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(619), - [anon_sym_error] = ACTIONS(619), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_break] = ACTIONS(619), - [anon_sym_continue] = ACTIONS(619), - [anon_sym_for] = ACTIONS(619), - [anon_sym_loop] = ACTIONS(619), - [anon_sym_while] = ACTIONS(619), - [anon_sym_do] = ACTIONS(619), - [anon_sym_if] = ACTIONS(619), - [anon_sym_match] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(619), - [anon_sym_try] = ACTIONS(619), - [anon_sym_return] = ACTIONS(619), - [anon_sym_source] = ACTIONS(619), - [anon_sym_source_DASHenv] = ACTIONS(619), - [anon_sym_register] = ACTIONS(619), - [anon_sym_hide] = ACTIONS(619), - [anon_sym_hide_DASHenv] = ACTIONS(619), - [anon_sym_overlay] = ACTIONS(619), - [anon_sym_where] = ACTIONS(619), - [anon_sym_not] = ACTIONS(619), - [anon_sym_DOT_DOT_LT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_EQ] = ACTIONS(619), - [sym_val_nothing] = ACTIONS(619), - [anon_sym_true] = ACTIONS(619), - [anon_sym_false] = ACTIONS(619), - [aux_sym_val_number_token1] = ACTIONS(619), - [aux_sym_val_number_token2] = ACTIONS(619), - [aux_sym_val_number_token3] = ACTIONS(619), - [aux_sym_val_number_token4] = ACTIONS(619), - [anon_sym_inf] = ACTIONS(619), - [anon_sym_DASHinf] = ACTIONS(619), - [anon_sym_NaN] = ACTIONS(619), - [anon_sym_0b] = ACTIONS(619), - [anon_sym_0o] = ACTIONS(619), - [anon_sym_0x] = ACTIONS(619), - [sym_val_date] = ACTIONS(619), - [anon_sym_DQUOTE] = ACTIONS(619), - [sym__str_single_quotes] = ACTIONS(619), - [sym__str_back_ticks] = ACTIONS(619), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [sym_short_flag] = ACTIONS(651), + [604] = { + [sym_path] = STATE(684), + [sym_comment] = STATE(604), + [aux_sym_cell_path_repeat1] = STATE(604), + [ts_builtin_sym_end] = ACTIONS(570), + [anon_sym_export] = ACTIONS(568), + [anon_sym_alias] = ACTIONS(568), + [anon_sym_let] = ACTIONS(568), + [anon_sym_let_DASHenv] = ACTIONS(568), + [anon_sym_mut] = ACTIONS(568), + [anon_sym_const] = ACTIONS(568), + [sym_cmd_identifier] = ACTIONS(568), + [anon_sym_SEMI] = ACTIONS(568), + [anon_sym_LF] = ACTIONS(570), + [anon_sym_def] = ACTIONS(568), + [anon_sym_def_DASHenv] = ACTIONS(568), + [anon_sym_export_DASHenv] = ACTIONS(568), + [anon_sym_extern] = ACTIONS(568), + [anon_sym_module] = ACTIONS(568), + [anon_sym_use] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(568), + [anon_sym_LPAREN] = ACTIONS(568), + [anon_sym_PIPE] = ACTIONS(568), + [anon_sym_DOLLAR] = ACTIONS(568), + [anon_sym_error] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_break] = ACTIONS(568), + [anon_sym_continue] = ACTIONS(568), + [anon_sym_for] = ACTIONS(568), + [anon_sym_loop] = ACTIONS(568), + [anon_sym_while] = ACTIONS(568), + [anon_sym_do] = ACTIONS(568), + [anon_sym_if] = ACTIONS(568), + [anon_sym_match] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(568), + [anon_sym_DOT] = ACTIONS(1279), + [anon_sym_try] = ACTIONS(568), + [anon_sym_return] = ACTIONS(568), + [anon_sym_source] = ACTIONS(568), + [anon_sym_source_DASHenv] = ACTIONS(568), + [anon_sym_register] = ACTIONS(568), + [anon_sym_hide] = ACTIONS(568), + [anon_sym_hide_DASHenv] = ACTIONS(568), + [anon_sym_overlay] = ACTIONS(568), + [anon_sym_where] = ACTIONS(568), + [anon_sym_not] = ACTIONS(568), + [anon_sym_DOT_DOT_LT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(568), + [anon_sym_DOT_DOT_EQ] = ACTIONS(568), + [sym_val_nothing] = ACTIONS(568), + [anon_sym_true] = ACTIONS(568), + [anon_sym_false] = ACTIONS(568), + [aux_sym_val_number_token1] = ACTIONS(568), + [aux_sym_val_number_token2] = ACTIONS(568), + [aux_sym_val_number_token3] = ACTIONS(568), + [aux_sym_val_number_token4] = ACTIONS(568), + [anon_sym_inf] = ACTIONS(568), + [anon_sym_DASHinf] = ACTIONS(568), + [anon_sym_NaN] = ACTIONS(568), + [anon_sym_0b] = ACTIONS(568), + [anon_sym_0o] = ACTIONS(568), + [anon_sym_0x] = ACTIONS(568), + [sym_val_date] = ACTIONS(568), + [anon_sym_DQUOTE] = ACTIONS(568), + [sym__str_single_quotes] = ACTIONS(568), + [sym__str_back_ticks] = ACTIONS(568), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(568), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(568), + [anon_sym_CARET] = ACTIONS(568), + [sym_short_flag] = ACTIONS(568), [anon_sym_POUND] = ACTIONS(3), }, - [633] = { - [sym__flag] = STATE(641), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(633), - [anon_sym_export] = ACTIONS(619), - [anon_sym_alias] = ACTIONS(619), - [anon_sym_let] = ACTIONS(619), - [anon_sym_let_DASHenv] = ACTIONS(619), - [anon_sym_mut] = ACTIONS(619), - [anon_sym_const] = ACTIONS(619), - [sym_cmd_identifier] = ACTIONS(619), - [anon_sym_SEMI] = ACTIONS(619), - [anon_sym_LF] = ACTIONS(621), - [anon_sym_def] = ACTIONS(619), - [anon_sym_def_DASHenv] = ACTIONS(619), - [anon_sym_export_DASHenv] = ACTIONS(619), - [anon_sym_extern] = ACTIONS(619), - [anon_sym_module] = ACTIONS(619), - [anon_sym_use] = ACTIONS(619), - [anon_sym_LBRACK] = ACTIONS(619), - [anon_sym_LPAREN] = ACTIONS(619), - [anon_sym_RPAREN] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(619), - [anon_sym_error] = ACTIONS(619), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_break] = ACTIONS(619), - [anon_sym_continue] = ACTIONS(619), - [anon_sym_for] = ACTIONS(619), - [anon_sym_loop] = ACTIONS(619), - [anon_sym_while] = ACTIONS(619), - [anon_sym_do] = ACTIONS(619), - [anon_sym_if] = ACTIONS(619), - [anon_sym_match] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(619), - [anon_sym_try] = ACTIONS(619), - [anon_sym_return] = ACTIONS(619), - [anon_sym_source] = ACTIONS(619), - [anon_sym_source_DASHenv] = ACTIONS(619), - [anon_sym_register] = ACTIONS(619), - [anon_sym_hide] = ACTIONS(619), - [anon_sym_hide_DASHenv] = ACTIONS(619), - [anon_sym_overlay] = ACTIONS(619), - [anon_sym_where] = ACTIONS(619), - [anon_sym_not] = ACTIONS(619), - [anon_sym_DOT_DOT_LT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_EQ] = ACTIONS(619), - [sym_val_nothing] = ACTIONS(619), - [anon_sym_true] = ACTIONS(619), - [anon_sym_false] = ACTIONS(619), - [aux_sym_val_number_token1] = ACTIONS(619), - [aux_sym_val_number_token2] = ACTIONS(619), - [aux_sym_val_number_token3] = ACTIONS(619), - [aux_sym_val_number_token4] = ACTIONS(619), - [anon_sym_inf] = ACTIONS(619), - [anon_sym_DASHinf] = ACTIONS(619), - [anon_sym_NaN] = ACTIONS(619), - [anon_sym_0b] = ACTIONS(619), - [anon_sym_0o] = ACTIONS(619), - [anon_sym_0x] = ACTIONS(619), - [sym_val_date] = ACTIONS(619), - [anon_sym_DQUOTE] = ACTIONS(619), - [sym__str_single_quotes] = ACTIONS(619), - [sym__str_back_ticks] = ACTIONS(619), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [sym_short_flag] = ACTIONS(651), + [605] = { + [sym_comment] = STATE(605), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(1249), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(1251), + [anon_sym_in] = ACTIONS(1261), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_STAR_STAR] = ACTIONS(1255), + [anon_sym_PLUS_PLUS] = ACTIONS(1255), + [anon_sym_SLASH] = ACTIONS(1253), + [anon_sym_mod] = ACTIONS(1253), + [anon_sym_SLASH_SLASH] = ACTIONS(1253), + [anon_sym_PLUS] = ACTIONS(1251), + [anon_sym_bit_DASHshl] = ACTIONS(1257), + [anon_sym_bit_DASHshr] = ACTIONS(1257), + [anon_sym_EQ_EQ] = ACTIONS(1249), + [anon_sym_BANG_EQ] = ACTIONS(1249), + [anon_sym_LT2] = ACTIONS(1249), + [anon_sym_LT_EQ] = ACTIONS(1249), + [anon_sym_GT_EQ] = ACTIONS(1249), + [anon_sym_not_DASHin] = ACTIONS(1261), + [anon_sym_starts_DASHwith] = ACTIONS(1261), + [anon_sym_ends_DASHwith] = ACTIONS(1261), + [anon_sym_EQ_TILDE] = ACTIONS(1263), + [anon_sym_BANG_TILDE] = ACTIONS(1263), + [anon_sym_bit_DASHand] = ACTIONS(1265), + [anon_sym_bit_DASHxor] = ACTIONS(1267), + [anon_sym_bit_DASHor] = ACTIONS(769), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_err_GT] = ACTIONS(769), + [anon_sym_out_GT] = ACTIONS(769), + [anon_sym_e_GT] = ACTIONS(769), + [anon_sym_o_GT] = ACTIONS(769), + [anon_sym_err_PLUSout_GT] = ACTIONS(769), + [anon_sym_out_PLUSerr_GT] = ACTIONS(769), + [anon_sym_o_PLUSe_GT] = ACTIONS(769), + [anon_sym_e_PLUSo_GT] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [aux_sym_unquoted_token1] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [634] = { - [sym__flag] = STATE(628), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(634), - [anon_sym_export] = ACTIONS(662), - [anon_sym_alias] = ACTIONS(662), - [anon_sym_let] = ACTIONS(662), - [anon_sym_let_DASHenv] = ACTIONS(662), - [anon_sym_mut] = ACTIONS(662), - [anon_sym_const] = ACTIONS(662), - [sym_cmd_identifier] = ACTIONS(662), - [anon_sym_SEMI] = ACTIONS(662), - [anon_sym_LF] = ACTIONS(664), - [anon_sym_def] = ACTIONS(662), - [anon_sym_def_DASHenv] = ACTIONS(662), - [anon_sym_export_DASHenv] = ACTIONS(662), - [anon_sym_extern] = ACTIONS(662), - [anon_sym_module] = ACTIONS(662), - [anon_sym_use] = ACTIONS(662), - [anon_sym_LBRACK] = ACTIONS(662), - [anon_sym_LPAREN] = ACTIONS(662), - [anon_sym_RPAREN] = ACTIONS(662), - [anon_sym_PIPE] = ACTIONS(662), - [anon_sym_DOLLAR] = ACTIONS(662), - [anon_sym_error] = ACTIONS(662), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(662), - [anon_sym_break] = ACTIONS(662), - [anon_sym_continue] = ACTIONS(662), - [anon_sym_for] = ACTIONS(662), - [anon_sym_loop] = ACTIONS(662), - [anon_sym_while] = ACTIONS(662), - [anon_sym_do] = ACTIONS(662), - [anon_sym_if] = ACTIONS(662), - [anon_sym_match] = ACTIONS(662), - [anon_sym_LBRACE] = ACTIONS(662), - [anon_sym_RBRACE] = ACTIONS(662), - [anon_sym_try] = ACTIONS(662), - [anon_sym_return] = ACTIONS(662), - [anon_sym_source] = ACTIONS(662), - [anon_sym_source_DASHenv] = ACTIONS(662), - [anon_sym_register] = ACTIONS(662), - [anon_sym_hide] = ACTIONS(662), - [anon_sym_hide_DASHenv] = ACTIONS(662), - [anon_sym_overlay] = ACTIONS(662), - [anon_sym_where] = ACTIONS(662), - [anon_sym_not] = ACTIONS(662), - [anon_sym_DOT_DOT_LT] = ACTIONS(662), - [anon_sym_DOT_DOT] = ACTIONS(662), - [anon_sym_DOT_DOT_EQ] = ACTIONS(662), - [sym_val_nothing] = ACTIONS(662), - [anon_sym_true] = ACTIONS(662), - [anon_sym_false] = ACTIONS(662), - [aux_sym_val_number_token1] = ACTIONS(662), - [aux_sym_val_number_token2] = ACTIONS(662), - [aux_sym_val_number_token3] = ACTIONS(662), - [aux_sym_val_number_token4] = ACTIONS(662), - [anon_sym_inf] = ACTIONS(662), - [anon_sym_DASHinf] = ACTIONS(662), - [anon_sym_NaN] = ACTIONS(662), - [anon_sym_0b] = ACTIONS(662), - [anon_sym_0o] = ACTIONS(662), - [anon_sym_0x] = ACTIONS(662), - [sym_val_date] = ACTIONS(662), - [anon_sym_DQUOTE] = ACTIONS(662), - [sym__str_single_quotes] = ACTIONS(662), - [sym__str_back_ticks] = ACTIONS(662), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(662), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(662), - [anon_sym_CARET] = ACTIONS(662), - [sym_short_flag] = ACTIONS(651), + [606] = { + [sym__flag] = STATE(732), + [sym_long_flag] = STATE(736), + [sym_comment] = STATE(606), + [aux_sym_overlay_use_repeat1] = STATE(606), + [ts_builtin_sym_end] = ACTIONS(1209), + [anon_sym_export] = ACTIONS(1207), + [anon_sym_alias] = ACTIONS(1207), + [anon_sym_let] = ACTIONS(1207), + [anon_sym_let_DASHenv] = ACTIONS(1207), + [anon_sym_mut] = ACTIONS(1207), + [anon_sym_const] = ACTIONS(1207), + [sym_cmd_identifier] = ACTIONS(1207), + [anon_sym_SEMI] = ACTIONS(1207), + [anon_sym_LF] = ACTIONS(1209), + [anon_sym_def] = ACTIONS(1207), + [anon_sym_def_DASHenv] = ACTIONS(1207), + [anon_sym_export_DASHenv] = ACTIONS(1207), + [anon_sym_extern] = ACTIONS(1207), + [anon_sym_module] = ACTIONS(1207), + [anon_sym_use] = ACTIONS(1207), + [anon_sym_LBRACK] = ACTIONS(1207), + [anon_sym_LPAREN] = ACTIONS(1207), + [anon_sym_DOLLAR] = ACTIONS(1207), + [anon_sym_error] = ACTIONS(1207), + [anon_sym_DASH_DASH] = ACTIONS(1282), + [anon_sym_DASH] = ACTIONS(1207), + [anon_sym_break] = ACTIONS(1207), + [anon_sym_continue] = ACTIONS(1207), + [anon_sym_for] = ACTIONS(1207), + [anon_sym_loop] = ACTIONS(1207), + [anon_sym_while] = ACTIONS(1207), + [anon_sym_do] = ACTIONS(1207), + [anon_sym_if] = ACTIONS(1207), + [anon_sym_match] = ACTIONS(1207), + [anon_sym_LBRACE] = ACTIONS(1207), + [anon_sym_try] = ACTIONS(1207), + [anon_sym_return] = ACTIONS(1207), + [anon_sym_source] = ACTIONS(1207), + [anon_sym_source_DASHenv] = ACTIONS(1207), + [anon_sym_register] = ACTIONS(1207), + [anon_sym_hide] = ACTIONS(1207), + [anon_sym_hide_DASHenv] = ACTIONS(1207), + [anon_sym_overlay] = ACTIONS(1207), + [anon_sym_as] = ACTIONS(1207), + [anon_sym_where] = ACTIONS(1207), + [anon_sym_not] = ACTIONS(1207), + [anon_sym_DOT_DOT_LT] = ACTIONS(1207), + [anon_sym_DOT_DOT] = ACTIONS(1207), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1207), + [sym_val_nothing] = ACTIONS(1207), + [anon_sym_true] = ACTIONS(1207), + [anon_sym_false] = ACTIONS(1207), + [aux_sym_val_number_token1] = ACTIONS(1207), + [aux_sym_val_number_token2] = ACTIONS(1207), + [aux_sym_val_number_token3] = ACTIONS(1207), + [aux_sym_val_number_token4] = ACTIONS(1207), + [anon_sym_inf] = ACTIONS(1207), + [anon_sym_DASHinf] = ACTIONS(1207), + [anon_sym_NaN] = ACTIONS(1207), + [anon_sym_0b] = ACTIONS(1207), + [anon_sym_0o] = ACTIONS(1207), + [anon_sym_0x] = ACTIONS(1207), + [sym_val_date] = ACTIONS(1207), + [anon_sym_DQUOTE] = ACTIONS(1207), + [sym__str_single_quotes] = ACTIONS(1207), + [sym__str_back_ticks] = ACTIONS(1207), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1207), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1207), + [anon_sym_CARET] = ACTIONS(1207), + [sym_short_flag] = ACTIONS(1285), [anon_sym_POUND] = ACTIONS(3), }, - [635] = { - [sym_comment] = STATE(635), + [607] = { + [sym_comment] = STATE(607), + [anon_sym_export] = ACTIONS(617), + [anon_sym_alias] = ACTIONS(617), + [anon_sym_let] = ACTIONS(617), + [anon_sym_let_DASHenv] = ACTIONS(617), + [anon_sym_mut] = ACTIONS(617), + [anon_sym_const] = ACTIONS(617), + [sym_cmd_identifier] = ACTIONS(617), + [anon_sym_SEMI] = ACTIONS(617), + [anon_sym_LF] = ACTIONS(619), + [anon_sym_def] = ACTIONS(617), + [anon_sym_def_DASHenv] = ACTIONS(617), + [anon_sym_export_DASHenv] = ACTIONS(617), + [anon_sym_extern] = ACTIONS(617), + [anon_sym_module] = ACTIONS(617), + [anon_sym_use] = ACTIONS(617), + [anon_sym_LBRACK] = ACTIONS(617), + [anon_sym_LPAREN] = ACTIONS(617), + [anon_sym_RPAREN] = ACTIONS(617), + [anon_sym_PIPE] = ACTIONS(617), + [anon_sym_DOLLAR] = ACTIONS(617), + [anon_sym_error] = ACTIONS(617), + [anon_sym_DASH_DASH] = ACTIONS(617), + [anon_sym_DASH] = ACTIONS(617), + [anon_sym_break] = ACTIONS(617), + [anon_sym_continue] = ACTIONS(617), + [anon_sym_for] = ACTIONS(617), + [anon_sym_loop] = ACTIONS(617), + [anon_sym_while] = ACTIONS(617), + [anon_sym_do] = ACTIONS(617), + [anon_sym_if] = ACTIONS(617), + [anon_sym_match] = ACTIONS(617), + [anon_sym_LBRACE] = ACTIONS(617), + [anon_sym_RBRACE] = ACTIONS(617), + [anon_sym_DOT] = ACTIONS(617), + [anon_sym_try] = ACTIONS(617), + [anon_sym_return] = ACTIONS(617), + [anon_sym_source] = ACTIONS(617), + [anon_sym_source_DASHenv] = ACTIONS(617), + [anon_sym_register] = ACTIONS(617), + [anon_sym_hide] = ACTIONS(617), + [anon_sym_hide_DASHenv] = ACTIONS(617), + [anon_sym_overlay] = ACTIONS(617), + [anon_sym_where] = ACTIONS(617), + [anon_sym_QMARK2] = ACTIONS(617), + [anon_sym_not] = ACTIONS(617), + [anon_sym_DOT_DOT_LT] = ACTIONS(617), + [anon_sym_DOT_DOT] = ACTIONS(617), + [anon_sym_DOT_DOT_EQ] = ACTIONS(617), + [sym_val_nothing] = ACTIONS(617), + [anon_sym_true] = ACTIONS(617), + [anon_sym_false] = ACTIONS(617), + [aux_sym_val_number_token1] = ACTIONS(617), + [aux_sym_val_number_token2] = ACTIONS(617), + [aux_sym_val_number_token3] = ACTIONS(617), + [aux_sym_val_number_token4] = ACTIONS(617), + [anon_sym_inf] = ACTIONS(617), + [anon_sym_DASHinf] = ACTIONS(617), + [anon_sym_NaN] = ACTIONS(617), + [anon_sym_0b] = ACTIONS(617), + [anon_sym_0o] = ACTIONS(617), + [anon_sym_0x] = ACTIONS(617), + [sym_val_date] = ACTIONS(617), + [anon_sym_DQUOTE] = ACTIONS(617), + [sym__str_single_quotes] = ACTIONS(617), + [sym__str_back_ticks] = ACTIONS(617), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(617), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(617), + [anon_sym_CARET] = ACTIONS(617), + [sym_short_flag] = ACTIONS(617), + [anon_sym_POUND] = ACTIONS(3), + }, + [608] = { + [sym__flag] = STATE(562), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(608), + [anon_sym_export] = ACTIONS(698), + [anon_sym_alias] = ACTIONS(698), + [anon_sym_let] = ACTIONS(698), + [anon_sym_let_DASHenv] = ACTIONS(698), + [anon_sym_mut] = ACTIONS(698), + [anon_sym_const] = ACTIONS(698), + [sym_cmd_identifier] = ACTIONS(698), + [anon_sym_SEMI] = ACTIONS(698), + [anon_sym_LF] = ACTIONS(700), + [anon_sym_def] = ACTIONS(698), + [anon_sym_def_DASHenv] = ACTIONS(698), + [anon_sym_export_DASHenv] = ACTIONS(698), + [anon_sym_extern] = ACTIONS(698), + [anon_sym_module] = ACTIONS(698), + [anon_sym_use] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(698), + [anon_sym_LPAREN] = ACTIONS(698), + [anon_sym_RPAREN] = ACTIONS(698), + [anon_sym_PIPE] = ACTIONS(698), + [anon_sym_DOLLAR] = ACTIONS(698), + [anon_sym_error] = ACTIONS(698), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(698), + [anon_sym_break] = ACTIONS(698), + [anon_sym_continue] = ACTIONS(698), + [anon_sym_for] = ACTIONS(698), + [anon_sym_loop] = ACTIONS(698), + [anon_sym_while] = ACTIONS(698), + [anon_sym_do] = ACTIONS(698), + [anon_sym_if] = ACTIONS(698), + [anon_sym_match] = ACTIONS(698), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_RBRACE] = ACTIONS(698), + [anon_sym_try] = ACTIONS(698), + [anon_sym_return] = ACTIONS(698), + [anon_sym_source] = ACTIONS(698), + [anon_sym_source_DASHenv] = ACTIONS(698), + [anon_sym_register] = ACTIONS(698), + [anon_sym_hide] = ACTIONS(698), + [anon_sym_hide_DASHenv] = ACTIONS(698), + [anon_sym_overlay] = ACTIONS(698), + [anon_sym_where] = ACTIONS(698), + [anon_sym_not] = ACTIONS(698), + [anon_sym_DOT_DOT_LT] = ACTIONS(698), + [anon_sym_DOT_DOT] = ACTIONS(698), + [anon_sym_DOT_DOT_EQ] = ACTIONS(698), + [sym_val_nothing] = ACTIONS(698), + [anon_sym_true] = ACTIONS(698), + [anon_sym_false] = ACTIONS(698), + [aux_sym_val_number_token1] = ACTIONS(698), + [aux_sym_val_number_token2] = ACTIONS(698), + [aux_sym_val_number_token3] = ACTIONS(698), + [aux_sym_val_number_token4] = ACTIONS(698), + [anon_sym_inf] = ACTIONS(698), + [anon_sym_DASHinf] = ACTIONS(698), + [anon_sym_NaN] = ACTIONS(698), + [anon_sym_0b] = ACTIONS(698), + [anon_sym_0o] = ACTIONS(698), + [anon_sym_0x] = ACTIONS(698), + [sym_val_date] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(698), + [sym__str_single_quotes] = ACTIONS(698), + [sym__str_back_ticks] = ACTIONS(698), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(698), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(698), + [anon_sym_CARET] = ACTIONS(698), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [609] = { + [sym_comment] = STATE(609), [ts_builtin_sym_end] = ACTIONS(783), [anon_sym_SEMI] = ACTIONS(781), [anon_sym_LF] = ACTIONS(783), @@ -104228,16 +102335,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR] = ACTIONS(781), [anon_sym_GT] = ACTIONS(781), [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(1241), + [anon_sym_DASH] = ACTIONS(781), [anon_sym_in] = ACTIONS(781), [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(1245), - [anon_sym_STAR_STAR] = ACTIONS(1247), - [anon_sym_PLUS_PLUS] = ACTIONS(1247), - [anon_sym_SLASH] = ACTIONS(1245), - [anon_sym_mod] = ACTIONS(1245), - [anon_sym_SLASH_SLASH] = ACTIONS(1245), - [anon_sym_PLUS] = ACTIONS(1241), + [anon_sym_STAR] = ACTIONS(781), + [anon_sym_STAR_STAR] = ACTIONS(781), + [anon_sym_PLUS_PLUS] = ACTIONS(781), + [anon_sym_SLASH] = ACTIONS(781), + [anon_sym_mod] = ACTIONS(781), + [anon_sym_SLASH_SLASH] = ACTIONS(781), + [anon_sym_PLUS] = ACTIONS(781), [anon_sym_bit_DASHshl] = ACTIONS(781), [anon_sym_bit_DASHshr] = ACTIONS(781), [anon_sym_EQ_EQ] = ACTIONS(781), @@ -104290,594 +102397,156 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_unquoted_token1] = ACTIONS(781), [anon_sym_POUND] = ACTIONS(3), }, - [636] = { - [sym_comment] = STATE(636), - [ts_builtin_sym_end] = ACTIONS(783), - [anon_sym_SEMI] = ACTIONS(781), - [anon_sym_LF] = ACTIONS(783), - [anon_sym_LBRACK] = ACTIONS(781), - [anon_sym_LPAREN] = ACTIONS(781), - [anon_sym_PIPE] = ACTIONS(781), - [anon_sym_DOLLAR] = ACTIONS(781), - [anon_sym_GT] = ACTIONS(1239), - [anon_sym_DASH_DASH] = ACTIONS(781), - [anon_sym_DASH] = ACTIONS(1241), - [anon_sym_in] = ACTIONS(781), - [anon_sym_LBRACE] = ACTIONS(781), - [anon_sym_STAR] = ACTIONS(1245), - [anon_sym_STAR_STAR] = ACTIONS(1247), - [anon_sym_PLUS_PLUS] = ACTIONS(1247), - [anon_sym_SLASH] = ACTIONS(1245), - [anon_sym_mod] = ACTIONS(1245), - [anon_sym_SLASH_SLASH] = ACTIONS(1245), - [anon_sym_PLUS] = ACTIONS(1241), - [anon_sym_bit_DASHshl] = ACTIONS(1249), - [anon_sym_bit_DASHshr] = ACTIONS(1249), - [anon_sym_EQ_EQ] = ACTIONS(1239), - [anon_sym_BANG_EQ] = ACTIONS(1239), - [anon_sym_LT2] = ACTIONS(1239), - [anon_sym_LT_EQ] = ACTIONS(1239), - [anon_sym_GT_EQ] = ACTIONS(1239), - [anon_sym_not_DASHin] = ACTIONS(781), - [anon_sym_starts_DASHwith] = ACTIONS(781), - [anon_sym_ends_DASHwith] = ACTIONS(781), - [anon_sym_EQ_TILDE] = ACTIONS(781), - [anon_sym_BANG_TILDE] = ACTIONS(781), - [anon_sym_bit_DASHand] = ACTIONS(781), - [anon_sym_bit_DASHxor] = ACTIONS(781), - [anon_sym_bit_DASHor] = ACTIONS(781), - [anon_sym_and] = ACTIONS(781), - [anon_sym_xor] = ACTIONS(781), - [anon_sym_or] = ACTIONS(781), - [anon_sym_DOT_DOT_LT] = ACTIONS(781), - [anon_sym_DOT_DOT] = ACTIONS(781), - [anon_sym_DOT_DOT_EQ] = ACTIONS(781), - [sym_val_nothing] = ACTIONS(781), - [anon_sym_true] = ACTIONS(781), - [anon_sym_false] = ACTIONS(781), - [aux_sym_val_number_token1] = ACTIONS(781), - [aux_sym_val_number_token2] = ACTIONS(781), - [aux_sym_val_number_token3] = ACTIONS(781), - [aux_sym_val_number_token4] = ACTIONS(781), - [anon_sym_inf] = ACTIONS(781), - [anon_sym_DASHinf] = ACTIONS(781), - [anon_sym_NaN] = ACTIONS(781), - [anon_sym_0b] = ACTIONS(781), - [anon_sym_0o] = ACTIONS(781), - [anon_sym_0x] = ACTIONS(781), - [sym_val_date] = ACTIONS(781), - [anon_sym_DQUOTE] = ACTIONS(781), - [sym__str_single_quotes] = ACTIONS(781), - [sym__str_back_ticks] = ACTIONS(781), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), - [anon_sym_err_GT] = ACTIONS(781), - [anon_sym_out_GT] = ACTIONS(781), - [anon_sym_e_GT] = ACTIONS(781), - [anon_sym_o_GT] = ACTIONS(781), - [anon_sym_err_PLUSout_GT] = ACTIONS(781), - [anon_sym_out_PLUSerr_GT] = ACTIONS(781), - [anon_sym_o_PLUSe_GT] = ACTIONS(781), - [anon_sym_e_PLUSo_GT] = ACTIONS(781), - [sym_short_flag] = ACTIONS(781), - [aux_sym_unquoted_token1] = ACTIONS(781), - [anon_sym_POUND] = ACTIONS(3), - }, - [637] = { - [sym__flag] = STATE(582), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(637), - [anon_sym_export] = ACTIONS(674), - [anon_sym_alias] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_let_DASHenv] = ACTIONS(674), - [anon_sym_mut] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [sym_cmd_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(674), - [anon_sym_LF] = ACTIONS(676), - [anon_sym_def] = ACTIONS(674), - [anon_sym_def_DASHenv] = ACTIONS(674), - [anon_sym_export_DASHenv] = ACTIONS(674), - [anon_sym_extern] = ACTIONS(674), - [anon_sym_module] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_LBRACK] = ACTIONS(674), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_RPAREN] = ACTIONS(674), - [anon_sym_PIPE] = ACTIONS(674), - [anon_sym_DOLLAR] = ACTIONS(674), - [anon_sym_error] = ACTIONS(674), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [anon_sym_do] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_LBRACE] = ACTIONS(674), - [anon_sym_RBRACE] = ACTIONS(674), - [anon_sym_try] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_source] = ACTIONS(674), - [anon_sym_source_DASHenv] = ACTIONS(674), - [anon_sym_register] = ACTIONS(674), - [anon_sym_hide] = ACTIONS(674), - [anon_sym_hide_DASHenv] = ACTIONS(674), - [anon_sym_overlay] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_DOT_DOT_LT] = ACTIONS(674), - [anon_sym_DOT_DOT] = ACTIONS(674), - [anon_sym_DOT_DOT_EQ] = ACTIONS(674), - [sym_val_nothing] = ACTIONS(674), - [anon_sym_true] = ACTIONS(674), - [anon_sym_false] = ACTIONS(674), - [aux_sym_val_number_token1] = ACTIONS(674), - [aux_sym_val_number_token2] = ACTIONS(674), - [aux_sym_val_number_token3] = ACTIONS(674), - [aux_sym_val_number_token4] = ACTIONS(674), - [anon_sym_inf] = ACTIONS(674), - [anon_sym_DASHinf] = ACTIONS(674), - [anon_sym_NaN] = ACTIONS(674), - [anon_sym_0b] = ACTIONS(674), - [anon_sym_0o] = ACTIONS(674), - [anon_sym_0x] = ACTIONS(674), - [sym_val_date] = ACTIONS(674), - [anon_sym_DQUOTE] = ACTIONS(674), - [sym__str_single_quotes] = ACTIONS(674), - [sym__str_back_ticks] = ACTIONS(674), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(674), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [sym_short_flag] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(3), - }, - [638] = { - [sym__flag] = STATE(576), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(638), - [anon_sym_export] = ACTIONS(674), - [anon_sym_alias] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_let_DASHenv] = ACTIONS(674), - [anon_sym_mut] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [sym_cmd_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(674), - [anon_sym_LF] = ACTIONS(676), - [anon_sym_def] = ACTIONS(674), - [anon_sym_def_DASHenv] = ACTIONS(674), - [anon_sym_export_DASHenv] = ACTIONS(674), - [anon_sym_extern] = ACTIONS(674), - [anon_sym_module] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_LBRACK] = ACTIONS(674), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_RPAREN] = ACTIONS(674), - [anon_sym_PIPE] = ACTIONS(674), - [anon_sym_DOLLAR] = ACTIONS(674), - [anon_sym_error] = ACTIONS(674), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [anon_sym_do] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_LBRACE] = ACTIONS(674), - [anon_sym_RBRACE] = ACTIONS(674), - [anon_sym_try] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_source] = ACTIONS(674), - [anon_sym_source_DASHenv] = ACTIONS(674), - [anon_sym_register] = ACTIONS(674), - [anon_sym_hide] = ACTIONS(674), - [anon_sym_hide_DASHenv] = ACTIONS(674), - [anon_sym_overlay] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_DOT_DOT_LT] = ACTIONS(674), - [anon_sym_DOT_DOT] = ACTIONS(674), - [anon_sym_DOT_DOT_EQ] = ACTIONS(674), - [sym_val_nothing] = ACTIONS(674), - [anon_sym_true] = ACTIONS(674), - [anon_sym_false] = ACTIONS(674), - [aux_sym_val_number_token1] = ACTIONS(674), - [aux_sym_val_number_token2] = ACTIONS(674), - [aux_sym_val_number_token3] = ACTIONS(674), - [aux_sym_val_number_token4] = ACTIONS(674), - [anon_sym_inf] = ACTIONS(674), - [anon_sym_DASHinf] = ACTIONS(674), - [anon_sym_NaN] = ACTIONS(674), - [anon_sym_0b] = ACTIONS(674), - [anon_sym_0o] = ACTIONS(674), - [anon_sym_0x] = ACTIONS(674), - [sym_val_date] = ACTIONS(674), - [anon_sym_DQUOTE] = ACTIONS(674), - [sym__str_single_quotes] = ACTIONS(674), - [sym__str_back_ticks] = ACTIONS(674), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(674), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [sym_short_flag] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(3), - }, - [639] = { - [sym__flag] = STATE(757), - [sym_long_flag] = STATE(766), - [sym_comment] = STATE(639), - [anon_sym_export] = ACTIONS(662), - [anon_sym_alias] = ACTIONS(662), - [anon_sym_let] = ACTIONS(662), - [anon_sym_let_DASHenv] = ACTIONS(662), - [anon_sym_mut] = ACTIONS(662), - [anon_sym_const] = ACTIONS(662), - [sym_cmd_identifier] = ACTIONS(662), - [anon_sym_SEMI] = ACTIONS(662), - [anon_sym_LF] = ACTIONS(664), - [anon_sym_def] = ACTIONS(662), - [anon_sym_def_DASHenv] = ACTIONS(662), - [anon_sym_export_DASHenv] = ACTIONS(662), - [anon_sym_extern] = ACTIONS(662), - [anon_sym_module] = ACTIONS(662), - [anon_sym_use] = ACTIONS(662), - [anon_sym_LBRACK] = ACTIONS(662), - [anon_sym_LPAREN] = ACTIONS(662), - [anon_sym_RPAREN] = ACTIONS(662), - [anon_sym_PIPE] = ACTIONS(662), - [anon_sym_DOLLAR] = ACTIONS(662), - [anon_sym_error] = ACTIONS(662), - [anon_sym_DASH_DASH] = ACTIONS(1265), - [anon_sym_DASH] = ACTIONS(662), - [anon_sym_break] = ACTIONS(662), - [anon_sym_continue] = ACTIONS(662), - [anon_sym_for] = ACTIONS(662), - [anon_sym_loop] = ACTIONS(662), - [anon_sym_while] = ACTIONS(662), - [anon_sym_do] = ACTIONS(662), - [anon_sym_if] = ACTIONS(662), - [anon_sym_match] = ACTIONS(662), - [anon_sym_LBRACE] = ACTIONS(662), - [anon_sym_RBRACE] = ACTIONS(662), - [anon_sym_try] = ACTIONS(662), - [anon_sym_return] = ACTIONS(662), - [anon_sym_source] = ACTIONS(662), - [anon_sym_source_DASHenv] = ACTIONS(662), - [anon_sym_register] = ACTIONS(662), - [anon_sym_hide] = ACTIONS(662), - [anon_sym_hide_DASHenv] = ACTIONS(662), - [anon_sym_overlay] = ACTIONS(662), - [anon_sym_where] = ACTIONS(662), - [anon_sym_not] = ACTIONS(662), - [anon_sym_DOT_DOT_LT] = ACTIONS(662), - [anon_sym_DOT_DOT] = ACTIONS(662), - [anon_sym_DOT_DOT_EQ] = ACTIONS(662), - [sym_val_nothing] = ACTIONS(662), - [anon_sym_true] = ACTIONS(662), - [anon_sym_false] = ACTIONS(662), - [aux_sym_val_number_token1] = ACTIONS(662), - [aux_sym_val_number_token2] = ACTIONS(662), - [aux_sym_val_number_token3] = ACTIONS(662), - [aux_sym_val_number_token4] = ACTIONS(662), - [anon_sym_inf] = ACTIONS(662), - [anon_sym_DASHinf] = ACTIONS(662), - [anon_sym_NaN] = ACTIONS(662), - [anon_sym_0b] = ACTIONS(662), - [anon_sym_0o] = ACTIONS(662), - [anon_sym_0x] = ACTIONS(662), - [sym_val_date] = ACTIONS(662), - [anon_sym_DQUOTE] = ACTIONS(662), - [sym__str_single_quotes] = ACTIONS(662), - [sym__str_back_ticks] = ACTIONS(662), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(662), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(662), - [anon_sym_CARET] = ACTIONS(662), - [sym_short_flag] = ACTIONS(1267), - [anon_sym_POUND] = ACTIONS(3), - }, - [640] = { - [sym__flag] = STATE(634), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(640), - [anon_sym_export] = ACTIONS(678), - [anon_sym_alias] = ACTIONS(678), - [anon_sym_let] = ACTIONS(678), - [anon_sym_let_DASHenv] = ACTIONS(678), - [anon_sym_mut] = ACTIONS(678), - [anon_sym_const] = ACTIONS(678), - [sym_cmd_identifier] = ACTIONS(678), - [anon_sym_SEMI] = ACTIONS(678), - [anon_sym_LF] = ACTIONS(680), - [anon_sym_def] = ACTIONS(678), - [anon_sym_def_DASHenv] = ACTIONS(678), - [anon_sym_export_DASHenv] = ACTIONS(678), - [anon_sym_extern] = ACTIONS(678), - [anon_sym_module] = ACTIONS(678), - [anon_sym_use] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(678), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_RPAREN] = ACTIONS(678), - [anon_sym_PIPE] = ACTIONS(678), - [anon_sym_DOLLAR] = ACTIONS(678), - [anon_sym_error] = ACTIONS(678), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(678), - [anon_sym_break] = ACTIONS(678), - [anon_sym_continue] = ACTIONS(678), - [anon_sym_for] = ACTIONS(678), - [anon_sym_loop] = ACTIONS(678), - [anon_sym_while] = ACTIONS(678), - [anon_sym_do] = ACTIONS(678), - [anon_sym_if] = ACTIONS(678), - [anon_sym_match] = ACTIONS(678), - [anon_sym_LBRACE] = ACTIONS(678), - [anon_sym_RBRACE] = ACTIONS(678), - [anon_sym_try] = ACTIONS(678), - [anon_sym_return] = ACTIONS(678), - [anon_sym_source] = ACTIONS(678), - [anon_sym_source_DASHenv] = ACTIONS(678), - [anon_sym_register] = ACTIONS(678), - [anon_sym_hide] = ACTIONS(678), - [anon_sym_hide_DASHenv] = ACTIONS(678), - [anon_sym_overlay] = ACTIONS(678), - [anon_sym_where] = ACTIONS(678), - [anon_sym_not] = ACTIONS(678), - [anon_sym_DOT_DOT_LT] = ACTIONS(678), - [anon_sym_DOT_DOT] = ACTIONS(678), - [anon_sym_DOT_DOT_EQ] = ACTIONS(678), - [sym_val_nothing] = ACTIONS(678), - [anon_sym_true] = ACTIONS(678), - [anon_sym_false] = ACTIONS(678), - [aux_sym_val_number_token1] = ACTIONS(678), - [aux_sym_val_number_token2] = ACTIONS(678), - [aux_sym_val_number_token3] = ACTIONS(678), - [aux_sym_val_number_token4] = ACTIONS(678), - [anon_sym_inf] = ACTIONS(678), - [anon_sym_DASHinf] = ACTIONS(678), - [anon_sym_NaN] = ACTIONS(678), - [anon_sym_0b] = ACTIONS(678), - [anon_sym_0o] = ACTIONS(678), - [anon_sym_0x] = ACTIONS(678), - [sym_val_date] = ACTIONS(678), - [anon_sym_DQUOTE] = ACTIONS(678), - [sym__str_single_quotes] = ACTIONS(678), - [sym__str_back_ticks] = ACTIONS(678), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(678), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(678), - [anon_sym_CARET] = ACTIONS(678), - [sym_short_flag] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(3), - }, - [641] = { - [sym__flag] = STATE(639), - [sym_long_flag] = STATE(680), - [sym_comment] = STATE(641), - [anon_sym_export] = ACTIONS(678), - [anon_sym_alias] = ACTIONS(678), - [anon_sym_let] = ACTIONS(678), - [anon_sym_let_DASHenv] = ACTIONS(678), - [anon_sym_mut] = ACTIONS(678), - [anon_sym_const] = ACTIONS(678), - [sym_cmd_identifier] = ACTIONS(678), - [anon_sym_SEMI] = ACTIONS(678), - [anon_sym_LF] = ACTIONS(680), - [anon_sym_def] = ACTIONS(678), - [anon_sym_def_DASHenv] = ACTIONS(678), - [anon_sym_export_DASHenv] = ACTIONS(678), - [anon_sym_extern] = ACTIONS(678), - [anon_sym_module] = ACTIONS(678), - [anon_sym_use] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(678), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_RPAREN] = ACTIONS(678), - [anon_sym_PIPE] = ACTIONS(678), - [anon_sym_DOLLAR] = ACTIONS(678), - [anon_sym_error] = ACTIONS(678), - [anon_sym_DASH_DASH] = ACTIONS(625), - [anon_sym_DASH] = ACTIONS(678), - [anon_sym_break] = ACTIONS(678), - [anon_sym_continue] = ACTIONS(678), - [anon_sym_for] = ACTIONS(678), - [anon_sym_loop] = ACTIONS(678), - [anon_sym_while] = ACTIONS(678), - [anon_sym_do] = ACTIONS(678), - [anon_sym_if] = ACTIONS(678), - [anon_sym_match] = ACTIONS(678), - [anon_sym_LBRACE] = ACTIONS(678), - [anon_sym_RBRACE] = ACTIONS(678), - [anon_sym_try] = ACTIONS(678), - [anon_sym_return] = ACTIONS(678), - [anon_sym_source] = ACTIONS(678), - [anon_sym_source_DASHenv] = ACTIONS(678), - [anon_sym_register] = ACTIONS(678), - [anon_sym_hide] = ACTIONS(678), - [anon_sym_hide_DASHenv] = ACTIONS(678), - [anon_sym_overlay] = ACTIONS(678), - [anon_sym_where] = ACTIONS(678), - [anon_sym_not] = ACTIONS(678), - [anon_sym_DOT_DOT_LT] = ACTIONS(678), - [anon_sym_DOT_DOT] = ACTIONS(678), - [anon_sym_DOT_DOT_EQ] = ACTIONS(678), - [sym_val_nothing] = ACTIONS(678), - [anon_sym_true] = ACTIONS(678), - [anon_sym_false] = ACTIONS(678), - [aux_sym_val_number_token1] = ACTIONS(678), - [aux_sym_val_number_token2] = ACTIONS(678), - [aux_sym_val_number_token3] = ACTIONS(678), - [aux_sym_val_number_token4] = ACTIONS(678), - [anon_sym_inf] = ACTIONS(678), - [anon_sym_DASHinf] = ACTIONS(678), - [anon_sym_NaN] = ACTIONS(678), - [anon_sym_0b] = ACTIONS(678), - [anon_sym_0o] = ACTIONS(678), - [anon_sym_0x] = ACTIONS(678), - [sym_val_date] = ACTIONS(678), - [anon_sym_DQUOTE] = ACTIONS(678), - [sym__str_single_quotes] = ACTIONS(678), - [sym__str_back_ticks] = ACTIONS(678), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(678), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(678), - [anon_sym_CARET] = ACTIONS(678), - [sym_short_flag] = ACTIONS(651), - [anon_sym_POUND] = ACTIONS(3), - }, - [642] = { - [sym__flag] = STATE(765), - [sym_long_flag] = STATE(766), - [sym_comment] = STATE(642), - [anon_sym_export] = ACTIONS(678), - [anon_sym_alias] = ACTIONS(678), - [anon_sym_let] = ACTIONS(678), - [anon_sym_let_DASHenv] = ACTIONS(678), - [anon_sym_mut] = ACTIONS(678), - [anon_sym_const] = ACTIONS(678), - [sym_cmd_identifier] = ACTIONS(678), - [anon_sym_SEMI] = ACTIONS(678), - [anon_sym_LF] = ACTIONS(680), - [anon_sym_def] = ACTIONS(678), - [anon_sym_def_DASHenv] = ACTIONS(678), - [anon_sym_export_DASHenv] = ACTIONS(678), - [anon_sym_extern] = ACTIONS(678), - [anon_sym_module] = ACTIONS(678), - [anon_sym_use] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(678), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_RPAREN] = ACTIONS(678), - [anon_sym_PIPE] = ACTIONS(678), - [anon_sym_DOLLAR] = ACTIONS(678), - [anon_sym_error] = ACTIONS(678), - [anon_sym_DASH_DASH] = ACTIONS(1265), - [anon_sym_DASH] = ACTIONS(678), - [anon_sym_break] = ACTIONS(678), - [anon_sym_continue] = ACTIONS(678), - [anon_sym_for] = ACTIONS(678), - [anon_sym_loop] = ACTIONS(678), - [anon_sym_while] = ACTIONS(678), - [anon_sym_do] = ACTIONS(678), - [anon_sym_if] = ACTIONS(678), - [anon_sym_match] = ACTIONS(678), - [anon_sym_LBRACE] = ACTIONS(678), - [anon_sym_RBRACE] = ACTIONS(678), - [anon_sym_try] = ACTIONS(678), - [anon_sym_return] = ACTIONS(678), - [anon_sym_source] = ACTIONS(678), - [anon_sym_source_DASHenv] = ACTIONS(678), - [anon_sym_register] = ACTIONS(678), - [anon_sym_hide] = ACTIONS(678), - [anon_sym_hide_DASHenv] = ACTIONS(678), - [anon_sym_overlay] = ACTIONS(678), - [anon_sym_where] = ACTIONS(678), - [anon_sym_not] = ACTIONS(678), - [anon_sym_DOT_DOT_LT] = ACTIONS(678), - [anon_sym_DOT_DOT] = ACTIONS(678), - [anon_sym_DOT_DOT_EQ] = ACTIONS(678), - [sym_val_nothing] = ACTIONS(678), - [anon_sym_true] = ACTIONS(678), - [anon_sym_false] = ACTIONS(678), - [aux_sym_val_number_token1] = ACTIONS(678), - [aux_sym_val_number_token2] = ACTIONS(678), - [aux_sym_val_number_token3] = ACTIONS(678), - [aux_sym_val_number_token4] = ACTIONS(678), - [anon_sym_inf] = ACTIONS(678), - [anon_sym_DASHinf] = ACTIONS(678), - [anon_sym_NaN] = ACTIONS(678), - [anon_sym_0b] = ACTIONS(678), - [anon_sym_0o] = ACTIONS(678), - [anon_sym_0x] = ACTIONS(678), - [sym_val_date] = ACTIONS(678), - [anon_sym_DQUOTE] = ACTIONS(678), - [sym__str_single_quotes] = ACTIONS(678), - [sym__str_back_ticks] = ACTIONS(678), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(678), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(678), - [anon_sym_CARET] = ACTIONS(678), - [sym_short_flag] = ACTIONS(1267), + [610] = { + [sym__flag] = STATE(790), + [sym_long_flag] = STATE(783), + [sym_comment] = STATE(610), + [anon_sym_export] = ACTIONS(1288), + [anon_sym_alias] = ACTIONS(1288), + [anon_sym_let] = ACTIONS(1288), + [anon_sym_let_DASHenv] = ACTIONS(1288), + [anon_sym_mut] = ACTIONS(1288), + [anon_sym_const] = ACTIONS(1288), + [sym_cmd_identifier] = ACTIONS(1288), + [anon_sym_SEMI] = ACTIONS(1288), + [anon_sym_LF] = ACTIONS(1290), + [anon_sym_def] = ACTIONS(1288), + [anon_sym_def_DASHenv] = ACTIONS(1288), + [anon_sym_export_DASHenv] = ACTIONS(1288), + [anon_sym_extern] = ACTIONS(1288), + [anon_sym_module] = ACTIONS(1288), + [anon_sym_use] = ACTIONS(1288), + [anon_sym_LBRACK] = ACTIONS(1288), + [anon_sym_LPAREN] = ACTIONS(1288), + [anon_sym_RPAREN] = ACTIONS(1288), + [anon_sym_PIPE] = ACTIONS(1288), + [anon_sym_DOLLAR] = ACTIONS(1288), + [anon_sym_error] = ACTIONS(1288), + [anon_sym_DASH_DASH] = ACTIONS(1245), + [anon_sym_DASH] = ACTIONS(1288), + [anon_sym_break] = ACTIONS(1288), + [anon_sym_continue] = ACTIONS(1288), + [anon_sym_for] = ACTIONS(1288), + [anon_sym_loop] = ACTIONS(1288), + [anon_sym_while] = ACTIONS(1288), + [anon_sym_do] = ACTIONS(1288), + [anon_sym_if] = ACTIONS(1288), + [anon_sym_match] = ACTIONS(1288), + [anon_sym_LBRACE] = ACTIONS(1288), + [anon_sym_RBRACE] = ACTIONS(1288), + [anon_sym_try] = ACTIONS(1288), + [anon_sym_return] = ACTIONS(1288), + [anon_sym_source] = ACTIONS(1288), + [anon_sym_source_DASHenv] = ACTIONS(1288), + [anon_sym_register] = ACTIONS(1288), + [anon_sym_hide] = ACTIONS(1288), + [anon_sym_hide_DASHenv] = ACTIONS(1288), + [anon_sym_overlay] = ACTIONS(1288), + [anon_sym_where] = ACTIONS(1288), + [anon_sym_not] = ACTIONS(1288), + [anon_sym_DOT_DOT_LT] = ACTIONS(1288), + [anon_sym_DOT_DOT] = ACTIONS(1288), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1288), + [sym_val_nothing] = ACTIONS(1288), + [anon_sym_true] = ACTIONS(1288), + [anon_sym_false] = ACTIONS(1288), + [aux_sym_val_number_token1] = ACTIONS(1288), + [aux_sym_val_number_token2] = ACTIONS(1288), + [aux_sym_val_number_token3] = ACTIONS(1288), + [aux_sym_val_number_token4] = ACTIONS(1288), + [anon_sym_inf] = ACTIONS(1288), + [anon_sym_DASHinf] = ACTIONS(1288), + [anon_sym_NaN] = ACTIONS(1288), + [anon_sym_0b] = ACTIONS(1288), + [anon_sym_0o] = ACTIONS(1288), + [anon_sym_0x] = ACTIONS(1288), + [sym_val_date] = ACTIONS(1288), + [anon_sym_DQUOTE] = ACTIONS(1288), + [sym__str_single_quotes] = ACTIONS(1288), + [sym__str_back_ticks] = ACTIONS(1288), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1288), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1288), + [anon_sym_CARET] = ACTIONS(1288), + [sym_short_flag] = ACTIONS(1247), [anon_sym_POUND] = ACTIONS(3), }, - [643] = { - [sym__flag] = STATE(882), - [sym_long_flag] = STATE(829), - [sym_comment] = STATE(643), - [ts_builtin_sym_end] = ACTIONS(664), - [anon_sym_export] = ACTIONS(662), - [anon_sym_alias] = ACTIONS(662), - [anon_sym_let] = ACTIONS(662), - [anon_sym_let_DASHenv] = ACTIONS(662), - [anon_sym_mut] = ACTIONS(662), - [anon_sym_const] = ACTIONS(662), - [sym_cmd_identifier] = ACTIONS(662), - [anon_sym_SEMI] = ACTIONS(662), - [anon_sym_LF] = ACTIONS(664), - [anon_sym_def] = ACTIONS(662), - [anon_sym_def_DASHenv] = ACTIONS(662), - [anon_sym_export_DASHenv] = ACTIONS(662), - [anon_sym_extern] = ACTIONS(662), - [anon_sym_module] = ACTIONS(662), - [anon_sym_use] = ACTIONS(662), - [anon_sym_LBRACK] = ACTIONS(662), - [anon_sym_LPAREN] = ACTIONS(662), - [anon_sym_PIPE] = ACTIONS(662), - [anon_sym_DOLLAR] = ACTIONS(662), - [anon_sym_error] = ACTIONS(662), - [anon_sym_DASH_DASH] = ACTIONS(1306), - [anon_sym_DASH] = ACTIONS(662), - [anon_sym_break] = ACTIONS(662), - [anon_sym_continue] = ACTIONS(662), - [anon_sym_for] = ACTIONS(662), - [anon_sym_loop] = ACTIONS(662), - [anon_sym_while] = ACTIONS(662), - [anon_sym_do] = ACTIONS(662), - [anon_sym_if] = ACTIONS(662), - [anon_sym_match] = ACTIONS(662), - [anon_sym_LBRACE] = ACTIONS(662), - [anon_sym_try] = ACTIONS(662), - [anon_sym_return] = ACTIONS(662), - [anon_sym_source] = ACTIONS(662), - [anon_sym_source_DASHenv] = ACTIONS(662), - [anon_sym_register] = ACTIONS(662), - [anon_sym_hide] = ACTIONS(662), - [anon_sym_hide_DASHenv] = ACTIONS(662), - [anon_sym_overlay] = ACTIONS(662), - [anon_sym_where] = ACTIONS(662), - [anon_sym_not] = ACTIONS(662), - [anon_sym_DOT_DOT_LT] = ACTIONS(662), - [anon_sym_DOT_DOT] = ACTIONS(662), - [anon_sym_DOT_DOT_EQ] = ACTIONS(662), - [sym_val_nothing] = ACTIONS(662), - [anon_sym_true] = ACTIONS(662), - [anon_sym_false] = ACTIONS(662), - [aux_sym_val_number_token1] = ACTIONS(662), - [aux_sym_val_number_token2] = ACTIONS(662), - [aux_sym_val_number_token3] = ACTIONS(662), - [aux_sym_val_number_token4] = ACTIONS(662), - [anon_sym_inf] = ACTIONS(662), - [anon_sym_DASHinf] = ACTIONS(662), - [anon_sym_NaN] = ACTIONS(662), - [anon_sym_0b] = ACTIONS(662), - [anon_sym_0o] = ACTIONS(662), - [anon_sym_0x] = ACTIONS(662), - [sym_val_date] = ACTIONS(662), - [anon_sym_DQUOTE] = ACTIONS(662), - [sym__str_single_quotes] = ACTIONS(662), - [sym__str_back_ticks] = ACTIONS(662), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(662), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(662), - [anon_sym_CARET] = ACTIONS(662), - [sym_short_flag] = ACTIONS(1308), + [611] = { + [sym_comment] = STATE(611), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(1249), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(1251), + [anon_sym_in] = ACTIONS(1261), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_STAR_STAR] = ACTIONS(1255), + [anon_sym_PLUS_PLUS] = ACTIONS(1255), + [anon_sym_SLASH] = ACTIONS(1253), + [anon_sym_mod] = ACTIONS(1253), + [anon_sym_SLASH_SLASH] = ACTIONS(1253), + [anon_sym_PLUS] = ACTIONS(1251), + [anon_sym_bit_DASHshl] = ACTIONS(1257), + [anon_sym_bit_DASHshr] = ACTIONS(1257), + [anon_sym_EQ_EQ] = ACTIONS(1249), + [anon_sym_BANG_EQ] = ACTIONS(1249), + [anon_sym_LT2] = ACTIONS(1249), + [anon_sym_LT_EQ] = ACTIONS(1249), + [anon_sym_GT_EQ] = ACTIONS(1249), + [anon_sym_not_DASHin] = ACTIONS(1261), + [anon_sym_starts_DASHwith] = ACTIONS(1261), + [anon_sym_ends_DASHwith] = ACTIONS(1261), + [anon_sym_EQ_TILDE] = ACTIONS(1263), + [anon_sym_BANG_TILDE] = ACTIONS(1263), + [anon_sym_bit_DASHand] = ACTIONS(1265), + [anon_sym_bit_DASHxor] = ACTIONS(1267), + [anon_sym_bit_DASHor] = ACTIONS(1269), + [anon_sym_and] = ACTIONS(769), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_err_GT] = ACTIONS(769), + [anon_sym_out_GT] = ACTIONS(769), + [anon_sym_e_GT] = ACTIONS(769), + [anon_sym_o_GT] = ACTIONS(769), + [anon_sym_err_PLUSout_GT] = ACTIONS(769), + [anon_sym_out_PLUSerr_GT] = ACTIONS(769), + [anon_sym_o_PLUSe_GT] = ACTIONS(769), + [anon_sym_e_PLUSo_GT] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [aux_sym_unquoted_token1] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [644] = { - [sym__flag] = STATE(645), - [sym_long_flag] = STATE(708), - [sym_comment] = STATE(644), - [ts_builtin_sym_end] = ACTIONS(1294), + [612] = { + [sym__flag] = STATE(610), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(612), [anon_sym_export] = ACTIONS(1292), [anon_sym_alias] = ACTIONS(1292), [anon_sym_let] = ACTIONS(1292), @@ -104895,10 +102564,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(1292), [anon_sym_LBRACK] = ACTIONS(1292), [anon_sym_LPAREN] = ACTIONS(1292), + [anon_sym_RPAREN] = ACTIONS(1292), [anon_sym_PIPE] = ACTIONS(1292), [anon_sym_DOLLAR] = ACTIONS(1292), [anon_sym_error] = ACTIONS(1292), - [anon_sym_DASH_DASH] = ACTIONS(714), + [anon_sym_DASH_DASH] = ACTIONS(633), [anon_sym_DASH] = ACTIONS(1292), [anon_sym_break] = ACTIONS(1292), [anon_sym_continue] = ACTIONS(1292), @@ -104909,6 +102579,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1292), [anon_sym_match] = ACTIONS(1292), [anon_sym_LBRACE] = ACTIONS(1292), + [anon_sym_RBRACE] = ACTIONS(1292), [anon_sym_try] = ACTIONS(1292), [anon_sym_return] = ACTIONS(1292), [anon_sym_source] = ACTIONS(1292), @@ -104942,86 +102613,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1292), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1292), [anon_sym_CARET] = ACTIONS(1292), - [sym_short_flag] = ACTIONS(740), - [anon_sym_POUND] = ACTIONS(3), - }, - [645] = { - [sym__flag] = STATE(906), - [sym_long_flag] = STATE(829), - [sym_comment] = STATE(645), - [ts_builtin_sym_end] = ACTIONS(1290), - [anon_sym_export] = ACTIONS(1288), - [anon_sym_alias] = ACTIONS(1288), - [anon_sym_let] = ACTIONS(1288), - [anon_sym_let_DASHenv] = ACTIONS(1288), - [anon_sym_mut] = ACTIONS(1288), - [anon_sym_const] = ACTIONS(1288), - [sym_cmd_identifier] = ACTIONS(1288), - [anon_sym_SEMI] = ACTIONS(1288), - [anon_sym_LF] = ACTIONS(1290), - [anon_sym_def] = ACTIONS(1288), - [anon_sym_def_DASHenv] = ACTIONS(1288), - [anon_sym_export_DASHenv] = ACTIONS(1288), - [anon_sym_extern] = ACTIONS(1288), - [anon_sym_module] = ACTIONS(1288), - [anon_sym_use] = ACTIONS(1288), - [anon_sym_LBRACK] = ACTIONS(1288), - [anon_sym_LPAREN] = ACTIONS(1288), - [anon_sym_PIPE] = ACTIONS(1288), - [anon_sym_DOLLAR] = ACTIONS(1288), - [anon_sym_error] = ACTIONS(1288), - [anon_sym_DASH_DASH] = ACTIONS(1306), - [anon_sym_DASH] = ACTIONS(1288), - [anon_sym_break] = ACTIONS(1288), - [anon_sym_continue] = ACTIONS(1288), - [anon_sym_for] = ACTIONS(1288), - [anon_sym_loop] = ACTIONS(1288), - [anon_sym_while] = ACTIONS(1288), - [anon_sym_do] = ACTIONS(1288), - [anon_sym_if] = ACTIONS(1288), - [anon_sym_match] = ACTIONS(1288), - [anon_sym_LBRACE] = ACTIONS(1288), - [anon_sym_try] = ACTIONS(1288), - [anon_sym_return] = ACTIONS(1288), - [anon_sym_source] = ACTIONS(1288), - [anon_sym_source_DASHenv] = ACTIONS(1288), - [anon_sym_register] = ACTIONS(1288), - [anon_sym_hide] = ACTIONS(1288), - [anon_sym_hide_DASHenv] = ACTIONS(1288), - [anon_sym_overlay] = ACTIONS(1288), - [anon_sym_where] = ACTIONS(1288), - [anon_sym_not] = ACTIONS(1288), - [anon_sym_DOT_DOT_LT] = ACTIONS(1288), - [anon_sym_DOT_DOT] = ACTIONS(1288), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1288), - [sym_val_nothing] = ACTIONS(1288), - [anon_sym_true] = ACTIONS(1288), - [anon_sym_false] = ACTIONS(1288), - [aux_sym_val_number_token1] = ACTIONS(1288), - [aux_sym_val_number_token2] = ACTIONS(1288), - [aux_sym_val_number_token3] = ACTIONS(1288), - [aux_sym_val_number_token4] = ACTIONS(1288), - [anon_sym_inf] = ACTIONS(1288), - [anon_sym_DASHinf] = ACTIONS(1288), - [anon_sym_NaN] = ACTIONS(1288), - [anon_sym_0b] = ACTIONS(1288), - [anon_sym_0o] = ACTIONS(1288), - [anon_sym_0x] = ACTIONS(1288), - [sym_val_date] = ACTIONS(1288), - [anon_sym_DQUOTE] = ACTIONS(1288), - [sym__str_single_quotes] = ACTIONS(1288), - [sym__str_back_ticks] = ACTIONS(1288), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1288), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1288), - [anon_sym_CARET] = ACTIONS(1288), - [sym_short_flag] = ACTIONS(1308), + [sym_short_flag] = ACTIONS(659), [anon_sym_POUND] = ACTIONS(3), }, - [646] = { - [sym__flag] = STATE(905), - [sym_long_flag] = STATE(829), - [sym_comment] = STATE(646), - [ts_builtin_sym_end] = ACTIONS(1294), + [613] = { + [sym__flag] = STATE(743), + [sym_long_flag] = STATE(783), + [sym_comment] = STATE(613), [anon_sym_export] = ACTIONS(1292), [anon_sym_alias] = ACTIONS(1292), [anon_sym_let] = ACTIONS(1292), @@ -105039,10 +102637,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(1292), [anon_sym_LBRACK] = ACTIONS(1292), [anon_sym_LPAREN] = ACTIONS(1292), + [anon_sym_RPAREN] = ACTIONS(1292), [anon_sym_PIPE] = ACTIONS(1292), [anon_sym_DOLLAR] = ACTIONS(1292), [anon_sym_error] = ACTIONS(1292), - [anon_sym_DASH_DASH] = ACTIONS(1306), + [anon_sym_DASH_DASH] = ACTIONS(1245), [anon_sym_DASH] = ACTIONS(1292), [anon_sym_break] = ACTIONS(1292), [anon_sym_continue] = ACTIONS(1292), @@ -105053,6 +102652,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1292), [anon_sym_match] = ACTIONS(1292), [anon_sym_LBRACE] = ACTIONS(1292), + [anon_sym_RBRACE] = ACTIONS(1292), [anon_sym_try] = ACTIONS(1292), [anon_sym_return] = ACTIONS(1292), [anon_sym_source] = ACTIONS(1292), @@ -105086,14 +102686,305 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1292), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1292), [anon_sym_CARET] = ACTIONS(1292), - [sym_short_flag] = ACTIONS(1308), + [sym_short_flag] = ACTIONS(1247), [anon_sym_POUND] = ACTIONS(3), }, - [647] = { - [sym__flag] = STATE(644), - [sym_long_flag] = STATE(708), - [sym_comment] = STATE(647), - [ts_builtin_sym_end] = ACTIONS(1298), + [614] = { + [sym_comment] = STATE(614), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(1249), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(1251), + [anon_sym_in] = ACTIONS(1261), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_STAR_STAR] = ACTIONS(1255), + [anon_sym_PLUS_PLUS] = ACTIONS(1255), + [anon_sym_SLASH] = ACTIONS(1253), + [anon_sym_mod] = ACTIONS(1253), + [anon_sym_SLASH_SLASH] = ACTIONS(1253), + [anon_sym_PLUS] = ACTIONS(1251), + [anon_sym_bit_DASHshl] = ACTIONS(1257), + [anon_sym_bit_DASHshr] = ACTIONS(1257), + [anon_sym_EQ_EQ] = ACTIONS(1249), + [anon_sym_BANG_EQ] = ACTIONS(1249), + [anon_sym_LT2] = ACTIONS(1249), + [anon_sym_LT_EQ] = ACTIONS(1249), + [anon_sym_GT_EQ] = ACTIONS(1249), + [anon_sym_not_DASHin] = ACTIONS(1261), + [anon_sym_starts_DASHwith] = ACTIONS(1261), + [anon_sym_ends_DASHwith] = ACTIONS(1261), + [anon_sym_EQ_TILDE] = ACTIONS(1263), + [anon_sym_BANG_TILDE] = ACTIONS(1263), + [anon_sym_bit_DASHand] = ACTIONS(1265), + [anon_sym_bit_DASHxor] = ACTIONS(1267), + [anon_sym_bit_DASHor] = ACTIONS(1269), + [anon_sym_and] = ACTIONS(1271), + [anon_sym_xor] = ACTIONS(769), + [anon_sym_or] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_err_GT] = ACTIONS(769), + [anon_sym_out_GT] = ACTIONS(769), + [anon_sym_e_GT] = ACTIONS(769), + [anon_sym_o_GT] = ACTIONS(769), + [anon_sym_err_PLUSout_GT] = ACTIONS(769), + [anon_sym_out_PLUSerr_GT] = ACTIONS(769), + [anon_sym_o_PLUSe_GT] = ACTIONS(769), + [anon_sym_e_PLUSo_GT] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [aux_sym_unquoted_token1] = ACTIONS(769), + [anon_sym_POUND] = ACTIONS(3), + }, + [615] = { + [sym_comment] = STATE(615), + [ts_builtin_sym_end] = ACTIONS(105), + [anon_sym_SEMI] = ACTIONS(103), + [anon_sym_LF] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(103), + [anon_sym_LPAREN] = ACTIONS(103), + [anon_sym_PIPE] = ACTIONS(103), + [anon_sym_DOLLAR] = ACTIONS(103), + [anon_sym_GT] = ACTIONS(103), + [anon_sym_DASH_DASH] = ACTIONS(103), + [anon_sym_DASH] = ACTIONS(103), + [anon_sym_in] = ACTIONS(103), + [anon_sym_LBRACE] = ACTIONS(103), + [anon_sym_STAR] = ACTIONS(103), + [anon_sym_STAR_STAR] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), + [anon_sym_SLASH] = ACTIONS(103), + [anon_sym_mod] = ACTIONS(103), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_PLUS] = ACTIONS(103), + [anon_sym_bit_DASHshl] = ACTIONS(103), + [anon_sym_bit_DASHshr] = ACTIONS(103), + [anon_sym_EQ_EQ] = ACTIONS(103), + [anon_sym_BANG_EQ] = ACTIONS(103), + [anon_sym_LT2] = ACTIONS(103), + [anon_sym_LT_EQ] = ACTIONS(103), + [anon_sym_GT_EQ] = ACTIONS(103), + [anon_sym_not_DASHin] = ACTIONS(103), + [anon_sym_starts_DASHwith] = ACTIONS(103), + [anon_sym_ends_DASHwith] = ACTIONS(103), + [anon_sym_EQ_TILDE] = ACTIONS(103), + [anon_sym_BANG_TILDE] = ACTIONS(103), + [anon_sym_bit_DASHand] = ACTIONS(103), + [anon_sym_bit_DASHxor] = ACTIONS(103), + [anon_sym_bit_DASHor] = ACTIONS(103), + [anon_sym_and] = ACTIONS(103), + [anon_sym_xor] = ACTIONS(103), + [anon_sym_or] = ACTIONS(103), + [anon_sym_DOT_DOT_LT] = ACTIONS(103), + [anon_sym_DOT_DOT] = ACTIONS(103), + [anon_sym_DOT_DOT_EQ] = ACTIONS(103), + [sym_val_nothing] = ACTIONS(103), + [anon_sym_true] = ACTIONS(103), + [anon_sym_false] = ACTIONS(103), + [aux_sym_val_number_token1] = ACTIONS(103), + [aux_sym_val_number_token2] = ACTIONS(103), + [aux_sym_val_number_token3] = ACTIONS(103), + [aux_sym_val_number_token4] = ACTIONS(103), + [anon_sym_inf] = ACTIONS(103), + [anon_sym_DASHinf] = ACTIONS(103), + [anon_sym_NaN] = ACTIONS(103), + [anon_sym_0b] = ACTIONS(103), + [anon_sym_0o] = ACTIONS(103), + [anon_sym_0x] = ACTIONS(103), + [sym_val_date] = ACTIONS(103), + [anon_sym_DQUOTE] = ACTIONS(103), + [sym__str_single_quotes] = ACTIONS(103), + [sym__str_back_ticks] = ACTIONS(103), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(103), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(103), + [anon_sym_err_GT] = ACTIONS(103), + [anon_sym_out_GT] = ACTIONS(103), + [anon_sym_e_GT] = ACTIONS(103), + [anon_sym_o_GT] = ACTIONS(103), + [anon_sym_err_PLUSout_GT] = ACTIONS(103), + [anon_sym_out_PLUSerr_GT] = ACTIONS(103), + [anon_sym_o_PLUSe_GT] = ACTIONS(103), + [anon_sym_e_PLUSo_GT] = ACTIONS(103), + [sym_short_flag] = ACTIONS(103), + [aux_sym_unquoted_token1] = ACTIONS(103), + [anon_sym_POUND] = ACTIONS(3), + }, + [616] = { + [sym_comment] = STATE(616), + [ts_builtin_sym_end] = ACTIONS(821), + [anon_sym_SEMI] = ACTIONS(819), + [anon_sym_LF] = ACTIONS(821), + [anon_sym_LBRACK] = ACTIONS(819), + [anon_sym_LPAREN] = ACTIONS(819), + [anon_sym_PIPE] = ACTIONS(819), + [anon_sym_DOLLAR] = ACTIONS(819), + [anon_sym_GT] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_DASH] = ACTIONS(819), + [anon_sym_in] = ACTIONS(819), + [anon_sym_LBRACE] = ACTIONS(819), + [anon_sym_STAR] = ACTIONS(819), + [anon_sym_STAR_STAR] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_SLASH] = ACTIONS(819), + [anon_sym_mod] = ACTIONS(819), + [anon_sym_SLASH_SLASH] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(819), + [anon_sym_bit_DASHshl] = ACTIONS(819), + [anon_sym_bit_DASHshr] = ACTIONS(819), + [anon_sym_EQ_EQ] = ACTIONS(819), + [anon_sym_BANG_EQ] = ACTIONS(819), + [anon_sym_LT2] = ACTIONS(819), + [anon_sym_LT_EQ] = ACTIONS(819), + [anon_sym_GT_EQ] = ACTIONS(819), + [anon_sym_not_DASHin] = ACTIONS(819), + [anon_sym_starts_DASHwith] = ACTIONS(819), + [anon_sym_ends_DASHwith] = ACTIONS(819), + [anon_sym_EQ_TILDE] = ACTIONS(819), + [anon_sym_BANG_TILDE] = ACTIONS(819), + [anon_sym_bit_DASHand] = ACTIONS(819), + [anon_sym_bit_DASHxor] = ACTIONS(819), + [anon_sym_bit_DASHor] = ACTIONS(819), + [anon_sym_and] = ACTIONS(819), + [anon_sym_xor] = ACTIONS(819), + [anon_sym_or] = ACTIONS(819), + [anon_sym_DOT_DOT_LT] = ACTIONS(819), + [anon_sym_DOT_DOT] = ACTIONS(819), + [anon_sym_DOT_DOT_EQ] = ACTIONS(819), + [sym_val_nothing] = ACTIONS(819), + [anon_sym_true] = ACTIONS(819), + [anon_sym_false] = ACTIONS(819), + [aux_sym_val_number_token1] = ACTIONS(819), + [aux_sym_val_number_token2] = ACTIONS(819), + [aux_sym_val_number_token3] = ACTIONS(819), + [aux_sym_val_number_token4] = ACTIONS(819), + [anon_sym_inf] = ACTIONS(819), + [anon_sym_DASHinf] = ACTIONS(819), + [anon_sym_NaN] = ACTIONS(819), + [anon_sym_0b] = ACTIONS(819), + [anon_sym_0o] = ACTIONS(819), + [anon_sym_0x] = ACTIONS(819), + [sym_val_date] = ACTIONS(819), + [anon_sym_DQUOTE] = ACTIONS(819), + [sym__str_single_quotes] = ACTIONS(819), + [sym__str_back_ticks] = ACTIONS(819), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(819), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(819), + [anon_sym_err_GT] = ACTIONS(819), + [anon_sym_out_GT] = ACTIONS(819), + [anon_sym_e_GT] = ACTIONS(819), + [anon_sym_o_GT] = ACTIONS(819), + [anon_sym_err_PLUSout_GT] = ACTIONS(819), + [anon_sym_out_PLUSerr_GT] = ACTIONS(819), + [anon_sym_o_PLUSe_GT] = ACTIONS(819), + [anon_sym_e_PLUSo_GT] = ACTIONS(819), + [sym_short_flag] = ACTIONS(819), + [aux_sym_unquoted_token1] = ACTIONS(819), + [anon_sym_POUND] = ACTIONS(3), + }, + [617] = { + [sym_comment] = STATE(617), + [ts_builtin_sym_end] = ACTIONS(821), + [anon_sym_SEMI] = ACTIONS(819), + [anon_sym_LF] = ACTIONS(821), + [anon_sym_LBRACK] = ACTIONS(819), + [anon_sym_LPAREN] = ACTIONS(819), + [anon_sym_PIPE] = ACTIONS(819), + [anon_sym_DOLLAR] = ACTIONS(819), + [anon_sym_GT] = ACTIONS(819), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_DASH] = ACTIONS(819), + [anon_sym_in] = ACTIONS(819), + [anon_sym_LBRACE] = ACTIONS(819), + [anon_sym_STAR] = ACTIONS(819), + [anon_sym_STAR_STAR] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_SLASH] = ACTIONS(819), + [anon_sym_mod] = ACTIONS(819), + [anon_sym_SLASH_SLASH] = ACTIONS(819), + [anon_sym_PLUS] = ACTIONS(819), + [anon_sym_bit_DASHshl] = ACTIONS(819), + [anon_sym_bit_DASHshr] = ACTIONS(819), + [anon_sym_EQ_EQ] = ACTIONS(819), + [anon_sym_BANG_EQ] = ACTIONS(819), + [anon_sym_LT2] = ACTIONS(819), + [anon_sym_LT_EQ] = ACTIONS(819), + [anon_sym_GT_EQ] = ACTIONS(819), + [anon_sym_not_DASHin] = ACTIONS(819), + [anon_sym_starts_DASHwith] = ACTIONS(819), + [anon_sym_ends_DASHwith] = ACTIONS(819), + [anon_sym_EQ_TILDE] = ACTIONS(819), + [anon_sym_BANG_TILDE] = ACTIONS(819), + [anon_sym_bit_DASHand] = ACTIONS(819), + [anon_sym_bit_DASHxor] = ACTIONS(819), + [anon_sym_bit_DASHor] = ACTIONS(819), + [anon_sym_and] = ACTIONS(819), + [anon_sym_xor] = ACTIONS(819), + [anon_sym_or] = ACTIONS(819), + [anon_sym_DOT_DOT_LT] = ACTIONS(819), + [anon_sym_DOT_DOT] = ACTIONS(819), + [anon_sym_DOT_DOT_EQ] = ACTIONS(819), + [sym_val_nothing] = ACTIONS(819), + [anon_sym_true] = ACTIONS(819), + [anon_sym_false] = ACTIONS(819), + [aux_sym_val_number_token1] = ACTIONS(819), + [aux_sym_val_number_token2] = ACTIONS(819), + [aux_sym_val_number_token3] = ACTIONS(819), + [aux_sym_val_number_token4] = ACTIONS(819), + [anon_sym_inf] = ACTIONS(819), + [anon_sym_DASHinf] = ACTIONS(819), + [anon_sym_NaN] = ACTIONS(819), + [anon_sym_0b] = ACTIONS(819), + [anon_sym_0o] = ACTIONS(819), + [anon_sym_0x] = ACTIONS(819), + [sym_val_date] = ACTIONS(819), + [anon_sym_DQUOTE] = ACTIONS(819), + [sym__str_single_quotes] = ACTIONS(819), + [sym__str_back_ticks] = ACTIONS(819), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(819), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(819), + [anon_sym_err_GT] = ACTIONS(819), + [anon_sym_out_GT] = ACTIONS(819), + [anon_sym_e_GT] = ACTIONS(819), + [anon_sym_o_GT] = ACTIONS(819), + [anon_sym_err_PLUSout_GT] = ACTIONS(819), + [anon_sym_out_PLUSerr_GT] = ACTIONS(819), + [anon_sym_o_PLUSe_GT] = ACTIONS(819), + [anon_sym_e_PLUSo_GT] = ACTIONS(819), + [sym_short_flag] = ACTIONS(819), + [aux_sym_unquoted_token1] = ACTIONS(819), + [anon_sym_POUND] = ACTIONS(3), + }, + [618] = { + [sym__flag] = STATE(612), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(618), [anon_sym_export] = ACTIONS(1296), [anon_sym_alias] = ACTIONS(1296), [anon_sym_let] = ACTIONS(1296), @@ -105111,10 +103002,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(1296), [anon_sym_LBRACK] = ACTIONS(1296), [anon_sym_LPAREN] = ACTIONS(1296), + [anon_sym_RPAREN] = ACTIONS(1296), [anon_sym_PIPE] = ACTIONS(1296), [anon_sym_DOLLAR] = ACTIONS(1296), [anon_sym_error] = ACTIONS(1296), - [anon_sym_DASH_DASH] = ACTIONS(714), + [anon_sym_DASH_DASH] = ACTIONS(633), [anon_sym_DASH] = ACTIONS(1296), [anon_sym_break] = ACTIONS(1296), [anon_sym_continue] = ACTIONS(1296), @@ -105125,6 +103017,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1296), [anon_sym_match] = ACTIONS(1296), [anon_sym_LBRACE] = ACTIONS(1296), + [anon_sym_RBRACE] = ACTIONS(1296), [anon_sym_try] = ACTIONS(1296), [anon_sym_return] = ACTIONS(1296), [anon_sym_source] = ACTIONS(1296), @@ -105158,86 +103051,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1296), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1296), [anon_sym_CARET] = ACTIONS(1296), - [sym_short_flag] = ACTIONS(740), - [anon_sym_POUND] = ACTIONS(3), - }, - [648] = { - [sym_comment] = STATE(648), - [anon_sym_export] = ACTIONS(1310), - [anon_sym_alias] = ACTIONS(1310), - [anon_sym_let] = ACTIONS(1310), - [anon_sym_let_DASHenv] = ACTIONS(1310), - [anon_sym_mut] = ACTIONS(1310), - [anon_sym_const] = ACTIONS(1310), - [sym_cmd_identifier] = ACTIONS(1310), - [anon_sym_SEMI] = ACTIONS(1310), - [anon_sym_LF] = ACTIONS(1312), - [anon_sym_def] = ACTIONS(1310), - [anon_sym_def_DASHenv] = ACTIONS(1310), - [anon_sym_export_DASHenv] = ACTIONS(1310), - [anon_sym_extern] = ACTIONS(1310), - [anon_sym_module] = ACTIONS(1310), - [anon_sym_use] = ACTIONS(1310), - [anon_sym_LBRACK] = ACTIONS(1310), - [anon_sym_LPAREN] = ACTIONS(1310), - [anon_sym_RPAREN] = ACTIONS(1310), - [anon_sym_DOLLAR] = ACTIONS(1310), - [anon_sym_error] = ACTIONS(1310), - [anon_sym_DASH_DASH] = ACTIONS(1310), - [anon_sym_DASH] = ACTIONS(1310), - [anon_sym_break] = ACTIONS(1310), - [anon_sym_continue] = ACTIONS(1310), - [anon_sym_for] = ACTIONS(1310), - [anon_sym_loop] = ACTIONS(1310), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_do] = ACTIONS(1310), - [anon_sym_if] = ACTIONS(1310), - [anon_sym_match] = ACTIONS(1310), - [anon_sym_LBRACE] = ACTIONS(1310), - [anon_sym_RBRACE] = ACTIONS(1310), - [anon_sym_try] = ACTIONS(1310), - [anon_sym_return] = ACTIONS(1310), - [anon_sym_source] = ACTIONS(1310), - [anon_sym_source_DASHenv] = ACTIONS(1310), - [anon_sym_register] = ACTIONS(1310), - [anon_sym_hide] = ACTIONS(1310), - [anon_sym_hide_DASHenv] = ACTIONS(1310), - [anon_sym_overlay] = ACTIONS(1310), - [anon_sym_as] = ACTIONS(1310), - [anon_sym_where] = ACTIONS(1310), - [anon_sym_not] = ACTIONS(1310), - [anon_sym_DOT_DOT_LT] = ACTIONS(1310), - [anon_sym_DOT_DOT] = ACTIONS(1310), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1310), - [sym_val_nothing] = ACTIONS(1310), - [anon_sym_true] = ACTIONS(1310), - [anon_sym_false] = ACTIONS(1310), - [aux_sym_val_number_token1] = ACTIONS(1310), - [aux_sym_val_number_token2] = ACTIONS(1310), - [aux_sym_val_number_token3] = ACTIONS(1310), - [aux_sym_val_number_token4] = ACTIONS(1310), - [anon_sym_inf] = ACTIONS(1310), - [anon_sym_DASHinf] = ACTIONS(1310), - [anon_sym_NaN] = ACTIONS(1310), - [anon_sym_0b] = ACTIONS(1310), - [anon_sym_0o] = ACTIONS(1310), - [anon_sym_0x] = ACTIONS(1310), - [sym_val_date] = ACTIONS(1310), - [anon_sym_DQUOTE] = ACTIONS(1310), - [sym__str_single_quotes] = ACTIONS(1310), - [sym__str_back_ticks] = ACTIONS(1310), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1310), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1310), - [anon_sym_CARET] = ACTIONS(1310), - [sym_short_flag] = ACTIONS(1310), - [aux_sym_long_flag_token1] = ACTIONS(1314), + [sym_short_flag] = ACTIONS(659), [anon_sym_POUND] = ACTIONS(3), }, - [649] = { - [sym__flag] = STATE(646), - [sym_long_flag] = STATE(708), - [sym_comment] = STATE(649), - [ts_builtin_sym_end] = ACTIONS(1298), + [619] = { + [sym__flag] = STATE(613), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(619), [anon_sym_export] = ACTIONS(1296), [anon_sym_alias] = ACTIONS(1296), [anon_sym_let] = ACTIONS(1296), @@ -105255,10 +103075,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(1296), [anon_sym_LBRACK] = ACTIONS(1296), [anon_sym_LPAREN] = ACTIONS(1296), + [anon_sym_RPAREN] = ACTIONS(1296), [anon_sym_PIPE] = ACTIONS(1296), [anon_sym_DOLLAR] = ACTIONS(1296), [anon_sym_error] = ACTIONS(1296), - [anon_sym_DASH_DASH] = ACTIONS(714), + [anon_sym_DASH_DASH] = ACTIONS(633), [anon_sym_DASH] = ACTIONS(1296), [anon_sym_break] = ACTIONS(1296), [anon_sym_continue] = ACTIONS(1296), @@ -105269,6 +103090,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1296), [anon_sym_match] = ACTIONS(1296), [anon_sym_LBRACE] = ACTIONS(1296), + [anon_sym_RBRACE] = ACTIONS(1296), [anon_sym_try] = ACTIONS(1296), [anon_sym_return] = ACTIONS(1296), [anon_sym_source] = ACTIONS(1296), @@ -105302,230 +103124,159 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1296), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1296), [anon_sym_CARET] = ACTIONS(1296), - [sym_short_flag] = ACTIONS(740), - [anon_sym_POUND] = ACTIONS(3), - }, - [650] = { - [sym_comment] = STATE(650), - [ts_builtin_sym_end] = ACTIONS(700), - [anon_sym_export] = ACTIONS(698), - [anon_sym_alias] = ACTIONS(698), - [anon_sym_let] = ACTIONS(698), - [anon_sym_let_DASHenv] = ACTIONS(698), - [anon_sym_mut] = ACTIONS(698), - [anon_sym_const] = ACTIONS(698), - [sym_cmd_identifier] = ACTIONS(698), - [anon_sym_SEMI] = ACTIONS(698), - [anon_sym_LF] = ACTIONS(700), - [anon_sym_def] = ACTIONS(698), - [anon_sym_def_DASHenv] = ACTIONS(698), - [anon_sym_export_DASHenv] = ACTIONS(698), - [anon_sym_extern] = ACTIONS(698), - [anon_sym_module] = ACTIONS(698), - [anon_sym_use] = ACTIONS(698), - [anon_sym_LBRACK] = ACTIONS(698), - [anon_sym_LPAREN] = ACTIONS(698), - [anon_sym_PIPE] = ACTIONS(698), - [anon_sym_DOLLAR] = ACTIONS(698), - [anon_sym_error] = ACTIONS(698), - [anon_sym_DASH_DASH] = ACTIONS(698), - [anon_sym_DASH] = ACTIONS(698), - [anon_sym_break] = ACTIONS(698), - [anon_sym_continue] = ACTIONS(698), - [anon_sym_for] = ACTIONS(698), - [anon_sym_loop] = ACTIONS(698), - [anon_sym_while] = ACTIONS(698), - [anon_sym_do] = ACTIONS(698), - [anon_sym_if] = ACTIONS(698), - [anon_sym_match] = ACTIONS(698), - [anon_sym_LBRACE] = ACTIONS(698), - [anon_sym_DOT] = ACTIONS(698), - [anon_sym_try] = ACTIONS(698), - [anon_sym_return] = ACTIONS(698), - [anon_sym_source] = ACTIONS(698), - [anon_sym_source_DASHenv] = ACTIONS(698), - [anon_sym_register] = ACTIONS(698), - [anon_sym_hide] = ACTIONS(698), - [anon_sym_hide_DASHenv] = ACTIONS(698), - [anon_sym_overlay] = ACTIONS(698), - [anon_sym_where] = ACTIONS(698), - [anon_sym_QMARK2] = ACTIONS(698), - [anon_sym_not] = ACTIONS(698), - [anon_sym_DOT_DOT_LT] = ACTIONS(698), - [anon_sym_DOT_DOT] = ACTIONS(698), - [anon_sym_DOT_DOT_EQ] = ACTIONS(698), - [sym_val_nothing] = ACTIONS(698), - [anon_sym_true] = ACTIONS(698), - [anon_sym_false] = ACTIONS(698), - [aux_sym_val_number_token1] = ACTIONS(698), - [aux_sym_val_number_token2] = ACTIONS(698), - [aux_sym_val_number_token3] = ACTIONS(698), - [aux_sym_val_number_token4] = ACTIONS(698), - [anon_sym_inf] = ACTIONS(698), - [anon_sym_DASHinf] = ACTIONS(698), - [anon_sym_NaN] = ACTIONS(698), - [anon_sym_0b] = ACTIONS(698), - [anon_sym_0o] = ACTIONS(698), - [anon_sym_0x] = ACTIONS(698), - [sym_val_date] = ACTIONS(698), - [anon_sym_DQUOTE] = ACTIONS(698), - [sym__str_single_quotes] = ACTIONS(698), - [sym__str_back_ticks] = ACTIONS(698), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(698), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(698), - [anon_sym_CARET] = ACTIONS(698), - [sym_short_flag] = ACTIONS(698), + [sym_short_flag] = ACTIONS(659), [anon_sym_POUND] = ACTIONS(3), }, - [651] = { - [sym_comment] = STATE(651), - [ts_builtin_sym_end] = ACTIONS(688), - [anon_sym_export] = ACTIONS(686), - [anon_sym_alias] = ACTIONS(686), - [anon_sym_let] = ACTIONS(686), - [anon_sym_let_DASHenv] = ACTIONS(686), - [anon_sym_mut] = ACTIONS(686), - [anon_sym_const] = ACTIONS(686), - [sym_cmd_identifier] = ACTIONS(686), - [anon_sym_SEMI] = ACTIONS(686), - [anon_sym_LF] = ACTIONS(688), - [anon_sym_def] = ACTIONS(686), - [anon_sym_def_DASHenv] = ACTIONS(686), - [anon_sym_export_DASHenv] = ACTIONS(686), - [anon_sym_extern] = ACTIONS(686), - [anon_sym_module] = ACTIONS(686), - [anon_sym_use] = ACTIONS(686), - [anon_sym_LBRACK] = ACTIONS(686), - [anon_sym_LPAREN] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(686), - [anon_sym_error] = ACTIONS(686), - [anon_sym_DASH_DASH] = ACTIONS(686), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_break] = ACTIONS(686), - [anon_sym_continue] = ACTIONS(686), - [anon_sym_for] = ACTIONS(686), - [anon_sym_loop] = ACTIONS(686), - [anon_sym_while] = ACTIONS(686), - [anon_sym_do] = ACTIONS(686), - [anon_sym_if] = ACTIONS(686), - [anon_sym_match] = ACTIONS(686), - [anon_sym_LBRACE] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_try] = ACTIONS(686), - [anon_sym_return] = ACTIONS(686), - [anon_sym_source] = ACTIONS(686), - [anon_sym_source_DASHenv] = ACTIONS(686), - [anon_sym_register] = ACTIONS(686), - [anon_sym_hide] = ACTIONS(686), - [anon_sym_hide_DASHenv] = ACTIONS(686), - [anon_sym_overlay] = ACTIONS(686), - [anon_sym_where] = ACTIONS(686), - [anon_sym_QMARK2] = ACTIONS(686), - [anon_sym_not] = ACTIONS(686), - [anon_sym_DOT_DOT_LT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_EQ] = ACTIONS(686), - [sym_val_nothing] = ACTIONS(686), - [anon_sym_true] = ACTIONS(686), - [anon_sym_false] = ACTIONS(686), - [aux_sym_val_number_token1] = ACTIONS(686), - [aux_sym_val_number_token2] = ACTIONS(686), - [aux_sym_val_number_token3] = ACTIONS(686), - [aux_sym_val_number_token4] = ACTIONS(686), - [anon_sym_inf] = ACTIONS(686), - [anon_sym_DASHinf] = ACTIONS(686), - [anon_sym_NaN] = ACTIONS(686), - [anon_sym_0b] = ACTIONS(686), - [anon_sym_0o] = ACTIONS(686), - [anon_sym_0x] = ACTIONS(686), - [sym_val_date] = ACTIONS(686), - [anon_sym_DQUOTE] = ACTIONS(686), - [sym__str_single_quotes] = ACTIONS(686), - [sym__str_back_ticks] = ACTIONS(686), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(686), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [sym_short_flag] = ACTIONS(686), + [620] = { + [sym_comment] = STATE(620), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(1249), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(1251), + [anon_sym_in] = ACTIONS(1261), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_STAR_STAR] = ACTIONS(1255), + [anon_sym_PLUS_PLUS] = ACTIONS(1255), + [anon_sym_SLASH] = ACTIONS(1253), + [anon_sym_mod] = ACTIONS(1253), + [anon_sym_SLASH_SLASH] = ACTIONS(1253), + [anon_sym_PLUS] = ACTIONS(1251), + [anon_sym_bit_DASHshl] = ACTIONS(1257), + [anon_sym_bit_DASHshr] = ACTIONS(1257), + [anon_sym_EQ_EQ] = ACTIONS(1249), + [anon_sym_BANG_EQ] = ACTIONS(1249), + [anon_sym_LT2] = ACTIONS(1249), + [anon_sym_LT_EQ] = ACTIONS(1249), + [anon_sym_GT_EQ] = ACTIONS(1249), + [anon_sym_not_DASHin] = ACTIONS(1261), + [anon_sym_starts_DASHwith] = ACTIONS(1261), + [anon_sym_ends_DASHwith] = ACTIONS(1261), + [anon_sym_EQ_TILDE] = ACTIONS(1263), + [anon_sym_BANG_TILDE] = ACTIONS(1263), + [anon_sym_bit_DASHand] = ACTIONS(1265), + [anon_sym_bit_DASHxor] = ACTIONS(1267), + [anon_sym_bit_DASHor] = ACTIONS(1269), + [anon_sym_and] = ACTIONS(1271), + [anon_sym_xor] = ACTIONS(1273), + [anon_sym_or] = ACTIONS(769), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_err_GT] = ACTIONS(769), + [anon_sym_out_GT] = ACTIONS(769), + [anon_sym_e_GT] = ACTIONS(769), + [anon_sym_o_GT] = ACTIONS(769), + [anon_sym_err_PLUSout_GT] = ACTIONS(769), + [anon_sym_out_PLUSerr_GT] = ACTIONS(769), + [anon_sym_o_PLUSe_GT] = ACTIONS(769), + [anon_sym_e_PLUSo_GT] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [aux_sym_unquoted_token1] = ACTIONS(769), [anon_sym_POUND] = ACTIONS(3), }, - [652] = { - [sym_comment] = STATE(652), - [ts_builtin_sym_end] = ACTIONS(658), - [anon_sym_export] = ACTIONS(656), - [anon_sym_alias] = ACTIONS(656), - [anon_sym_let] = ACTIONS(656), - [anon_sym_let_DASHenv] = ACTIONS(656), - [anon_sym_mut] = ACTIONS(656), - [anon_sym_const] = ACTIONS(656), - [sym_cmd_identifier] = ACTIONS(656), - [anon_sym_SEMI] = ACTIONS(656), - [anon_sym_LF] = ACTIONS(658), - [anon_sym_def] = ACTIONS(656), - [anon_sym_def_DASHenv] = ACTIONS(656), - [anon_sym_export_DASHenv] = ACTIONS(656), - [anon_sym_extern] = ACTIONS(656), - [anon_sym_module] = ACTIONS(656), - [anon_sym_use] = ACTIONS(656), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LPAREN] = ACTIONS(656), - [anon_sym_PIPE] = ACTIONS(656), - [anon_sym_DOLLAR] = ACTIONS(656), - [anon_sym_error] = ACTIONS(656), - [anon_sym_DASH_DASH] = ACTIONS(656), - [anon_sym_DASH] = ACTIONS(656), - [anon_sym_break] = ACTIONS(656), - [anon_sym_continue] = ACTIONS(656), - [anon_sym_for] = ACTIONS(656), - [anon_sym_loop] = ACTIONS(656), - [anon_sym_while] = ACTIONS(656), - [anon_sym_do] = ACTIONS(656), - [anon_sym_if] = ACTIONS(656), - [anon_sym_match] = ACTIONS(656), - [anon_sym_LBRACE] = ACTIONS(656), - [anon_sym_DOT] = ACTIONS(656), - [anon_sym_try] = ACTIONS(656), - [anon_sym_return] = ACTIONS(656), - [anon_sym_source] = ACTIONS(656), - [anon_sym_source_DASHenv] = ACTIONS(656), - [anon_sym_register] = ACTIONS(656), - [anon_sym_hide] = ACTIONS(656), - [anon_sym_hide_DASHenv] = ACTIONS(656), - [anon_sym_overlay] = ACTIONS(656), - [anon_sym_where] = ACTIONS(656), - [anon_sym_QMARK2] = ACTIONS(1316), - [anon_sym_not] = ACTIONS(656), - [anon_sym_DOT_DOT_LT] = ACTIONS(656), - [anon_sym_DOT_DOT] = ACTIONS(656), - [anon_sym_DOT_DOT_EQ] = ACTIONS(656), - [sym_val_nothing] = ACTIONS(656), - [anon_sym_true] = ACTIONS(656), - [anon_sym_false] = ACTIONS(656), - [aux_sym_val_number_token1] = ACTIONS(656), - [aux_sym_val_number_token2] = ACTIONS(656), - [aux_sym_val_number_token3] = ACTIONS(656), - [aux_sym_val_number_token4] = ACTIONS(656), - [anon_sym_inf] = ACTIONS(656), - [anon_sym_DASHinf] = ACTIONS(656), - [anon_sym_NaN] = ACTIONS(656), - [anon_sym_0b] = ACTIONS(656), - [anon_sym_0o] = ACTIONS(656), - [anon_sym_0x] = ACTIONS(656), - [sym_val_date] = ACTIONS(656), - [anon_sym_DQUOTE] = ACTIONS(656), - [sym__str_single_quotes] = ACTIONS(656), - [sym__str_back_ticks] = ACTIONS(656), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(656), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(656), - [anon_sym_CARET] = ACTIONS(656), - [sym_short_flag] = ACTIONS(656), + [621] = { + [sym_comment] = STATE(621), + [ts_builtin_sym_end] = ACTIONS(876), + [anon_sym_SEMI] = ACTIONS(874), + [anon_sym_LF] = ACTIONS(876), + [anon_sym_LBRACK] = ACTIONS(874), + [anon_sym_LPAREN] = ACTIONS(874), + [anon_sym_PIPE] = ACTIONS(874), + [anon_sym_DOLLAR] = ACTIONS(874), + [anon_sym_GT] = ACTIONS(874), + [anon_sym_DASH_DASH] = ACTIONS(874), + [anon_sym_DASH] = ACTIONS(874), + [anon_sym_in] = ACTIONS(874), + [anon_sym_LBRACE] = ACTIONS(874), + [anon_sym_STAR] = ACTIONS(874), + [anon_sym_STAR_STAR] = ACTIONS(874), + [anon_sym_PLUS_PLUS] = ACTIONS(874), + [anon_sym_SLASH] = ACTIONS(874), + [anon_sym_mod] = ACTIONS(874), + [anon_sym_SLASH_SLASH] = ACTIONS(874), + [anon_sym_PLUS] = ACTIONS(874), + [anon_sym_bit_DASHshl] = ACTIONS(874), + [anon_sym_bit_DASHshr] = ACTIONS(874), + [anon_sym_EQ_EQ] = ACTIONS(874), + [anon_sym_BANG_EQ] = ACTIONS(874), + [anon_sym_LT2] = ACTIONS(874), + [anon_sym_LT_EQ] = ACTIONS(874), + [anon_sym_GT_EQ] = ACTIONS(874), + [anon_sym_not_DASHin] = ACTIONS(874), + [anon_sym_starts_DASHwith] = ACTIONS(874), + [anon_sym_ends_DASHwith] = ACTIONS(874), + [anon_sym_EQ_TILDE] = ACTIONS(874), + [anon_sym_BANG_TILDE] = ACTIONS(874), + [anon_sym_bit_DASHand] = ACTIONS(874), + [anon_sym_bit_DASHxor] = ACTIONS(874), + [anon_sym_bit_DASHor] = ACTIONS(874), + [anon_sym_and] = ACTIONS(874), + [anon_sym_xor] = ACTIONS(874), + [anon_sym_or] = ACTIONS(874), + [anon_sym_DOT_DOT_LT] = ACTIONS(874), + [anon_sym_DOT_DOT] = ACTIONS(874), + [anon_sym_DOT_DOT_EQ] = ACTIONS(874), + [sym_val_nothing] = ACTIONS(874), + [anon_sym_true] = ACTIONS(874), + [anon_sym_false] = ACTIONS(874), + [aux_sym_val_number_token1] = ACTIONS(874), + [aux_sym_val_number_token2] = ACTIONS(874), + [aux_sym_val_number_token3] = ACTIONS(874), + [aux_sym_val_number_token4] = ACTIONS(874), + [anon_sym_inf] = ACTIONS(874), + [anon_sym_DASHinf] = ACTIONS(874), + [anon_sym_NaN] = ACTIONS(874), + [anon_sym_0b] = ACTIONS(874), + [anon_sym_0o] = ACTIONS(874), + [anon_sym_0x] = ACTIONS(874), + [sym_val_date] = ACTIONS(874), + [anon_sym_DQUOTE] = ACTIONS(874), + [sym__str_single_quotes] = ACTIONS(874), + [sym__str_back_ticks] = ACTIONS(874), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(874), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(874), + [anon_sym_err_GT] = ACTIONS(874), + [anon_sym_out_GT] = ACTIONS(874), + [anon_sym_e_GT] = ACTIONS(874), + [anon_sym_o_GT] = ACTIONS(874), + [anon_sym_err_PLUSout_GT] = ACTIONS(874), + [anon_sym_out_PLUSerr_GT] = ACTIONS(874), + [anon_sym_o_PLUSe_GT] = ACTIONS(874), + [anon_sym_e_PLUSo_GT] = ACTIONS(874), + [sym_short_flag] = ACTIONS(874), + [aux_sym_unquoted_token1] = ACTIONS(874), [anon_sym_POUND] = ACTIONS(3), }, - [653] = { - [sym__flag] = STATE(902), - [sym_long_flag] = STATE(829), - [sym_comment] = STATE(653), - [ts_builtin_sym_end] = ACTIONS(1298), + [622] = { + [sym__flag] = STATE(789), + [sym_long_flag] = STATE(783), + [sym_comment] = STATE(622), [anon_sym_export] = ACTIONS(1296), [anon_sym_alias] = ACTIONS(1296), [anon_sym_let] = ACTIONS(1296), @@ -105543,10 +103294,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(1296), [anon_sym_LBRACK] = ACTIONS(1296), [anon_sym_LPAREN] = ACTIONS(1296), + [anon_sym_RPAREN] = ACTIONS(1296), [anon_sym_PIPE] = ACTIONS(1296), [anon_sym_DOLLAR] = ACTIONS(1296), [anon_sym_error] = ACTIONS(1296), - [anon_sym_DASH_DASH] = ACTIONS(1306), + [anon_sym_DASH_DASH] = ACTIONS(1245), [anon_sym_DASH] = ACTIONS(1296), [anon_sym_break] = ACTIONS(1296), [anon_sym_continue] = ACTIONS(1296), @@ -105557,6 +103309,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1296), [anon_sym_match] = ACTIONS(1296), [anon_sym_LBRACE] = ACTIONS(1296), + [anon_sym_RBRACE] = ACTIONS(1296), [anon_sym_try] = ACTIONS(1296), [anon_sym_return] = ACTIONS(1296), [anon_sym_source] = ACTIONS(1296), @@ -105590,230 +103343,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1296), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1296), [anon_sym_CARET] = ACTIONS(1296), - [sym_short_flag] = ACTIONS(1308), - [anon_sym_POUND] = ACTIONS(3), - }, - [654] = { - [sym_comment] = STATE(654), - [ts_builtin_sym_end] = ACTIONS(658), - [anon_sym_export] = ACTIONS(656), - [anon_sym_alias] = ACTIONS(656), - [anon_sym_let] = ACTIONS(656), - [anon_sym_let_DASHenv] = ACTIONS(656), - [anon_sym_mut] = ACTIONS(656), - [anon_sym_const] = ACTIONS(656), - [sym_cmd_identifier] = ACTIONS(656), - [anon_sym_SEMI] = ACTIONS(656), - [anon_sym_LF] = ACTIONS(658), - [anon_sym_def] = ACTIONS(656), - [anon_sym_def_DASHenv] = ACTIONS(656), - [anon_sym_export_DASHenv] = ACTIONS(656), - [anon_sym_extern] = ACTIONS(656), - [anon_sym_module] = ACTIONS(656), - [anon_sym_use] = ACTIONS(656), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LPAREN] = ACTIONS(656), - [anon_sym_PIPE] = ACTIONS(656), - [anon_sym_DOLLAR] = ACTIONS(656), - [anon_sym_error] = ACTIONS(656), - [anon_sym_DASH_DASH] = ACTIONS(656), - [anon_sym_DASH] = ACTIONS(656), - [anon_sym_break] = ACTIONS(656), - [anon_sym_continue] = ACTIONS(656), - [anon_sym_for] = ACTIONS(656), - [anon_sym_loop] = ACTIONS(656), - [anon_sym_while] = ACTIONS(656), - [anon_sym_do] = ACTIONS(656), - [anon_sym_if] = ACTIONS(656), - [anon_sym_match] = ACTIONS(656), - [anon_sym_LBRACE] = ACTIONS(656), - [anon_sym_DOT] = ACTIONS(656), - [anon_sym_try] = ACTIONS(656), - [anon_sym_return] = ACTIONS(656), - [anon_sym_source] = ACTIONS(656), - [anon_sym_source_DASHenv] = ACTIONS(656), - [anon_sym_register] = ACTIONS(656), - [anon_sym_hide] = ACTIONS(656), - [anon_sym_hide_DASHenv] = ACTIONS(656), - [anon_sym_overlay] = ACTIONS(656), - [anon_sym_where] = ACTIONS(656), - [anon_sym_QMARK2] = ACTIONS(1316), - [anon_sym_not] = ACTIONS(656), - [anon_sym_DOT_DOT_LT] = ACTIONS(656), - [anon_sym_DOT_DOT] = ACTIONS(656), - [anon_sym_DOT_DOT_EQ] = ACTIONS(656), - [sym_val_nothing] = ACTIONS(656), - [anon_sym_true] = ACTIONS(656), - [anon_sym_false] = ACTIONS(656), - [aux_sym_val_number_token1] = ACTIONS(656), - [aux_sym_val_number_token2] = ACTIONS(656), - [aux_sym_val_number_token3] = ACTIONS(656), - [aux_sym_val_number_token4] = ACTIONS(656), - [anon_sym_inf] = ACTIONS(656), - [anon_sym_DASHinf] = ACTIONS(656), - [anon_sym_NaN] = ACTIONS(656), - [anon_sym_0b] = ACTIONS(656), - [anon_sym_0o] = ACTIONS(656), - [anon_sym_0x] = ACTIONS(656), - [sym_val_date] = ACTIONS(656), - [anon_sym_DQUOTE] = ACTIONS(656), - [sym__str_single_quotes] = ACTIONS(656), - [sym__str_back_ticks] = ACTIONS(656), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(656), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(656), - [anon_sym_CARET] = ACTIONS(656), - [sym_short_flag] = ACTIONS(656), - [anon_sym_POUND] = ACTIONS(3), - }, - [655] = { - [sym_comment] = STATE(655), - [anon_sym_export] = ACTIONS(1310), - [anon_sym_alias] = ACTIONS(1310), - [anon_sym_let] = ACTIONS(1310), - [anon_sym_let_DASHenv] = ACTIONS(1310), - [anon_sym_mut] = ACTIONS(1310), - [anon_sym_const] = ACTIONS(1310), - [sym_cmd_identifier] = ACTIONS(1310), - [anon_sym_SEMI] = ACTIONS(1310), - [anon_sym_LF] = ACTIONS(1312), - [anon_sym_def] = ACTIONS(1310), - [anon_sym_def_DASHenv] = ACTIONS(1310), - [anon_sym_export_DASHenv] = ACTIONS(1310), - [anon_sym_extern] = ACTIONS(1310), - [anon_sym_module] = ACTIONS(1310), - [anon_sym_use] = ACTIONS(1310), - [anon_sym_LBRACK] = ACTIONS(1310), - [anon_sym_LPAREN] = ACTIONS(1310), - [anon_sym_RPAREN] = ACTIONS(1310), - [anon_sym_PIPE] = ACTIONS(1310), - [anon_sym_DOLLAR] = ACTIONS(1310), - [anon_sym_error] = ACTIONS(1310), - [anon_sym_DASH_DASH] = ACTIONS(1310), - [anon_sym_DASH] = ACTIONS(1310), - [anon_sym_break] = ACTIONS(1310), - [anon_sym_continue] = ACTIONS(1310), - [anon_sym_for] = ACTIONS(1310), - [anon_sym_loop] = ACTIONS(1310), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_do] = ACTIONS(1310), - [anon_sym_if] = ACTIONS(1310), - [anon_sym_match] = ACTIONS(1310), - [anon_sym_LBRACE] = ACTIONS(1310), - [anon_sym_RBRACE] = ACTIONS(1310), - [anon_sym_try] = ACTIONS(1310), - [anon_sym_return] = ACTIONS(1310), - [anon_sym_source] = ACTIONS(1310), - [anon_sym_source_DASHenv] = ACTIONS(1310), - [anon_sym_register] = ACTIONS(1310), - [anon_sym_hide] = ACTIONS(1310), - [anon_sym_hide_DASHenv] = ACTIONS(1310), - [anon_sym_overlay] = ACTIONS(1310), - [anon_sym_where] = ACTIONS(1310), - [anon_sym_not] = ACTIONS(1310), - [anon_sym_DOT_DOT_LT] = ACTIONS(1310), - [anon_sym_DOT_DOT] = ACTIONS(1310), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1310), - [sym_val_nothing] = ACTIONS(1310), - [anon_sym_true] = ACTIONS(1310), - [anon_sym_false] = ACTIONS(1310), - [aux_sym_val_number_token1] = ACTIONS(1310), - [aux_sym_val_number_token2] = ACTIONS(1310), - [aux_sym_val_number_token3] = ACTIONS(1310), - [aux_sym_val_number_token4] = ACTIONS(1310), - [anon_sym_inf] = ACTIONS(1310), - [anon_sym_DASHinf] = ACTIONS(1310), - [anon_sym_NaN] = ACTIONS(1310), - [anon_sym_0b] = ACTIONS(1310), - [anon_sym_0o] = ACTIONS(1310), - [anon_sym_0x] = ACTIONS(1310), - [sym_val_date] = ACTIONS(1310), - [anon_sym_DQUOTE] = ACTIONS(1310), - [sym__str_single_quotes] = ACTIONS(1310), - [sym__str_back_ticks] = ACTIONS(1310), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1310), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1310), - [anon_sym_CARET] = ACTIONS(1310), - [sym_short_flag] = ACTIONS(1310), - [aux_sym_long_flag_token1] = ACTIONS(1318), - [anon_sym_POUND] = ACTIONS(3), - }, - [656] = { - [sym_comment] = STATE(656), - [anon_sym_export] = ACTIONS(746), - [anon_sym_alias] = ACTIONS(746), - [anon_sym_let] = ACTIONS(746), - [anon_sym_let_DASHenv] = ACTIONS(746), - [anon_sym_mut] = ACTIONS(746), - [anon_sym_const] = ACTIONS(746), - [sym_cmd_identifier] = ACTIONS(746), - [anon_sym_SEMI] = ACTIONS(746), - [anon_sym_LF] = ACTIONS(748), - [anon_sym_def] = ACTIONS(746), - [anon_sym_def_DASHenv] = ACTIONS(746), - [anon_sym_export_DASHenv] = ACTIONS(746), - [anon_sym_extern] = ACTIONS(746), - [anon_sym_module] = ACTIONS(746), - [anon_sym_use] = ACTIONS(746), - [anon_sym_LBRACK] = ACTIONS(746), - [anon_sym_LPAREN] = ACTIONS(746), - [anon_sym_RPAREN] = ACTIONS(746), - [anon_sym_PIPE] = ACTIONS(746), - [anon_sym_DOLLAR] = ACTIONS(746), - [anon_sym_error] = ACTIONS(746), - [anon_sym_DASH_DASH] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_break] = ACTIONS(746), - [anon_sym_continue] = ACTIONS(746), - [anon_sym_for] = ACTIONS(746), - [anon_sym_loop] = ACTIONS(746), - [anon_sym_while] = ACTIONS(746), - [anon_sym_do] = ACTIONS(746), - [anon_sym_if] = ACTIONS(746), - [anon_sym_match] = ACTIONS(746), - [anon_sym_LBRACE] = ACTIONS(746), - [anon_sym_RBRACE] = ACTIONS(746), - [anon_sym_DOT] = ACTIONS(746), - [anon_sym_try] = ACTIONS(746), - [anon_sym_return] = ACTIONS(746), - [anon_sym_source] = ACTIONS(746), - [anon_sym_source_DASHenv] = ACTIONS(746), - [anon_sym_register] = ACTIONS(746), - [anon_sym_hide] = ACTIONS(746), - [anon_sym_hide_DASHenv] = ACTIONS(746), - [anon_sym_overlay] = ACTIONS(746), - [anon_sym_where] = ACTIONS(746), - [anon_sym_not] = ACTIONS(746), - [anon_sym_DOT_DOT_LT] = ACTIONS(746), - [anon_sym_DOT_DOT] = ACTIONS(746), - [anon_sym_DOT_DOT_EQ] = ACTIONS(746), - [sym_val_nothing] = ACTIONS(746), - [anon_sym_true] = ACTIONS(746), - [anon_sym_false] = ACTIONS(746), - [aux_sym_val_number_token1] = ACTIONS(746), - [aux_sym_val_number_token2] = ACTIONS(746), - [aux_sym_val_number_token3] = ACTIONS(746), - [aux_sym_val_number_token4] = ACTIONS(746), - [anon_sym_inf] = ACTIONS(746), - [anon_sym_DASHinf] = ACTIONS(746), - [anon_sym_NaN] = ACTIONS(746), - [anon_sym_0b] = ACTIONS(746), - [anon_sym_0o] = ACTIONS(746), - [anon_sym_0x] = ACTIONS(746), - [sym_val_date] = ACTIONS(746), - [anon_sym_DQUOTE] = ACTIONS(746), - [sym__str_single_quotes] = ACTIONS(746), - [sym__str_back_ticks] = ACTIONS(746), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(746), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(746), - [anon_sym_CARET] = ACTIONS(746), - [sym_short_flag] = ACTIONS(746), + [sym_short_flag] = ACTIONS(1247), [anon_sym_POUND] = ACTIONS(3), }, - [657] = { - [sym__flag] = STATE(649), - [sym_long_flag] = STATE(708), - [sym_comment] = STATE(657), - [ts_builtin_sym_end] = ACTIONS(692), + [623] = { + [sym__flag] = STATE(619), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(623), [anon_sym_export] = ACTIONS(690), [anon_sym_alias] = ACTIONS(690), [anon_sym_let] = ACTIONS(690), @@ -105831,10 +103367,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(690), [anon_sym_LBRACK] = ACTIONS(690), [anon_sym_LPAREN] = ACTIONS(690), + [anon_sym_RPAREN] = ACTIONS(690), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(690), [anon_sym_error] = ACTIONS(690), - [anon_sym_DASH_DASH] = ACTIONS(714), + [anon_sym_DASH_DASH] = ACTIONS(633), [anon_sym_DASH] = ACTIONS(690), [anon_sym_break] = ACTIONS(690), [anon_sym_continue] = ACTIONS(690), @@ -105845,6 +103382,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(690), [anon_sym_match] = ACTIONS(690), [anon_sym_LBRACE] = ACTIONS(690), + [anon_sym_RBRACE] = ACTIONS(690), [anon_sym_try] = ACTIONS(690), [anon_sym_return] = ACTIONS(690), [anon_sym_source] = ACTIONS(690), @@ -105878,14 +103416,159 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(690), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(690), [anon_sym_CARET] = ACTIONS(690), - [sym_short_flag] = ACTIONS(740), + [sym_short_flag] = ACTIONS(659), [anon_sym_POUND] = ACTIONS(3), }, - [658] = { - [sym__flag] = STATE(653), - [sym_long_flag] = STATE(708), - [sym_comment] = STATE(658), - [ts_builtin_sym_end] = ACTIONS(692), + [624] = { + [sym_comment] = STATE(624), + [ts_builtin_sym_end] = ACTIONS(771), + [anon_sym_SEMI] = ACTIONS(769), + [anon_sym_LF] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(769), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_PIPE] = ACTIONS(769), + [anon_sym_DOLLAR] = ACTIONS(769), + [anon_sym_GT] = ACTIONS(1249), + [anon_sym_DASH_DASH] = ACTIONS(769), + [anon_sym_DASH] = ACTIONS(1251), + [anon_sym_in] = ACTIONS(1261), + [anon_sym_LBRACE] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_STAR_STAR] = ACTIONS(1255), + [anon_sym_PLUS_PLUS] = ACTIONS(1255), + [anon_sym_SLASH] = ACTIONS(1253), + [anon_sym_mod] = ACTIONS(1253), + [anon_sym_SLASH_SLASH] = ACTIONS(1253), + [anon_sym_PLUS] = ACTIONS(1251), + [anon_sym_bit_DASHshl] = ACTIONS(1257), + [anon_sym_bit_DASHshr] = ACTIONS(1257), + [anon_sym_EQ_EQ] = ACTIONS(1249), + [anon_sym_BANG_EQ] = ACTIONS(1249), + [anon_sym_LT2] = ACTIONS(1249), + [anon_sym_LT_EQ] = ACTIONS(1249), + [anon_sym_GT_EQ] = ACTIONS(1249), + [anon_sym_not_DASHin] = ACTIONS(1261), + [anon_sym_starts_DASHwith] = ACTIONS(1261), + [anon_sym_ends_DASHwith] = ACTIONS(1261), + [anon_sym_EQ_TILDE] = ACTIONS(1263), + [anon_sym_BANG_TILDE] = ACTIONS(1263), + [anon_sym_bit_DASHand] = ACTIONS(1265), + [anon_sym_bit_DASHxor] = ACTIONS(1267), + [anon_sym_bit_DASHor] = ACTIONS(1269), + [anon_sym_and] = ACTIONS(1271), + [anon_sym_xor] = ACTIONS(1273), + [anon_sym_or] = ACTIONS(1275), + [anon_sym_DOT_DOT_LT] = ACTIONS(769), + [anon_sym_DOT_DOT] = ACTIONS(769), + [anon_sym_DOT_DOT_EQ] = ACTIONS(769), + [sym_val_nothing] = ACTIONS(769), + [anon_sym_true] = ACTIONS(769), + [anon_sym_false] = ACTIONS(769), + [aux_sym_val_number_token1] = ACTIONS(769), + [aux_sym_val_number_token2] = ACTIONS(769), + [aux_sym_val_number_token3] = ACTIONS(769), + [aux_sym_val_number_token4] = ACTIONS(769), + [anon_sym_inf] = ACTIONS(769), + [anon_sym_DASHinf] = ACTIONS(769), + [anon_sym_NaN] = ACTIONS(769), + [anon_sym_0b] = ACTIONS(769), + [anon_sym_0o] = ACTIONS(769), + [anon_sym_0x] = ACTIONS(769), + [sym_val_date] = ACTIONS(769), + [anon_sym_DQUOTE] = ACTIONS(769), + [sym__str_single_quotes] = ACTIONS(769), + [sym__str_back_ticks] = ACTIONS(769), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), + [anon_sym_err_GT] = ACTIONS(769), + [anon_sym_out_GT] = ACTIONS(769), + [anon_sym_e_GT] = ACTIONS(769), + [anon_sym_o_GT] = ACTIONS(769), + [anon_sym_err_PLUSout_GT] = ACTIONS(769), + [anon_sym_out_PLUSerr_GT] = ACTIONS(769), + [anon_sym_o_PLUSe_GT] = ACTIONS(769), + [anon_sym_e_PLUSo_GT] = ACTIONS(769), + [sym_short_flag] = ACTIONS(769), + [aux_sym_unquoted_token1] = ACTIONS(769), + [anon_sym_POUND] = ACTIONS(3), + }, + [625] = { + [sym_comment] = STATE(625), + [ts_builtin_sym_end] = ACTIONS(860), + [anon_sym_SEMI] = ACTIONS(858), + [anon_sym_LF] = ACTIONS(860), + [anon_sym_LBRACK] = ACTIONS(858), + [anon_sym_LPAREN] = ACTIONS(858), + [anon_sym_PIPE] = ACTIONS(858), + [anon_sym_DOLLAR] = ACTIONS(858), + [anon_sym_GT] = ACTIONS(858), + [anon_sym_DASH_DASH] = ACTIONS(858), + [anon_sym_DASH] = ACTIONS(858), + [anon_sym_in] = ACTIONS(858), + [anon_sym_LBRACE] = ACTIONS(858), + [anon_sym_STAR] = ACTIONS(858), + [anon_sym_STAR_STAR] = ACTIONS(858), + [anon_sym_PLUS_PLUS] = ACTIONS(858), + [anon_sym_SLASH] = ACTIONS(858), + [anon_sym_mod] = ACTIONS(858), + [anon_sym_SLASH_SLASH] = ACTIONS(858), + [anon_sym_PLUS] = ACTIONS(858), + [anon_sym_bit_DASHshl] = ACTIONS(858), + [anon_sym_bit_DASHshr] = ACTIONS(858), + [anon_sym_EQ_EQ] = ACTIONS(858), + [anon_sym_BANG_EQ] = ACTIONS(858), + [anon_sym_LT2] = ACTIONS(858), + [anon_sym_LT_EQ] = ACTIONS(858), + [anon_sym_GT_EQ] = ACTIONS(858), + [anon_sym_not_DASHin] = ACTIONS(858), + [anon_sym_starts_DASHwith] = ACTIONS(858), + [anon_sym_ends_DASHwith] = ACTIONS(858), + [anon_sym_EQ_TILDE] = ACTIONS(858), + [anon_sym_BANG_TILDE] = ACTIONS(858), + [anon_sym_bit_DASHand] = ACTIONS(858), + [anon_sym_bit_DASHxor] = ACTIONS(858), + [anon_sym_bit_DASHor] = ACTIONS(858), + [anon_sym_and] = ACTIONS(858), + [anon_sym_xor] = ACTIONS(858), + [anon_sym_or] = ACTIONS(858), + [anon_sym_DOT_DOT_LT] = ACTIONS(858), + [anon_sym_DOT_DOT] = ACTIONS(858), + [anon_sym_DOT_DOT_EQ] = ACTIONS(858), + [sym_val_nothing] = ACTIONS(858), + [anon_sym_true] = ACTIONS(858), + [anon_sym_false] = ACTIONS(858), + [aux_sym_val_number_token1] = ACTIONS(858), + [aux_sym_val_number_token2] = ACTIONS(858), + [aux_sym_val_number_token3] = ACTIONS(858), + [aux_sym_val_number_token4] = ACTIONS(858), + [anon_sym_inf] = ACTIONS(858), + [anon_sym_DASHinf] = ACTIONS(858), + [anon_sym_NaN] = ACTIONS(858), + [anon_sym_0b] = ACTIONS(858), + [anon_sym_0o] = ACTIONS(858), + [anon_sym_0x] = ACTIONS(858), + [sym_val_date] = ACTIONS(858), + [anon_sym_DQUOTE] = ACTIONS(858), + [sym__str_single_quotes] = ACTIONS(858), + [sym__str_back_ticks] = ACTIONS(858), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(858), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(858), + [anon_sym_err_GT] = ACTIONS(858), + [anon_sym_out_GT] = ACTIONS(858), + [anon_sym_e_GT] = ACTIONS(858), + [anon_sym_o_GT] = ACTIONS(858), + [anon_sym_err_PLUSout_GT] = ACTIONS(858), + [anon_sym_out_PLUSerr_GT] = ACTIONS(858), + [anon_sym_o_PLUSe_GT] = ACTIONS(858), + [anon_sym_e_PLUSo_GT] = ACTIONS(858), + [sym_short_flag] = ACTIONS(858), + [aux_sym_unquoted_token1] = ACTIONS(858), + [anon_sym_POUND] = ACTIONS(3), + }, + [626] = { + [sym__flag] = STATE(622), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(626), [anon_sym_export] = ACTIONS(690), [anon_sym_alias] = ACTIONS(690), [anon_sym_let] = ACTIONS(690), @@ -105903,10 +103586,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(690), [anon_sym_LBRACK] = ACTIONS(690), [anon_sym_LPAREN] = ACTIONS(690), + [anon_sym_RPAREN] = ACTIONS(690), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(690), [anon_sym_error] = ACTIONS(690), - [anon_sym_DASH_DASH] = ACTIONS(714), + [anon_sym_DASH_DASH] = ACTIONS(633), [anon_sym_DASH] = ACTIONS(690), [anon_sym_break] = ACTIONS(690), [anon_sym_continue] = ACTIONS(690), @@ -105917,6 +103601,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(690), [anon_sym_match] = ACTIONS(690), [anon_sym_LBRACE] = ACTIONS(690), + [anon_sym_RBRACE] = ACTIONS(690), [anon_sym_try] = ACTIONS(690), [anon_sym_return] = ACTIONS(690), [anon_sym_source] = ACTIONS(690), @@ -105950,158 +103635,743 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(690), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(690), [anon_sym_CARET] = ACTIONS(690), - [sym_short_flag] = ACTIONS(740), + [sym_short_flag] = ACTIONS(659), [anon_sym_POUND] = ACTIONS(3), }, - [659] = { - [sym__flag] = STATE(665), - [sym_long_flag] = STATE(708), - [sym_comment] = STATE(659), - [ts_builtin_sym_end] = ACTIONS(676), - [anon_sym_export] = ACTIONS(674), - [anon_sym_alias] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_let_DASHenv] = ACTIONS(674), - [anon_sym_mut] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [sym_cmd_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(674), - [anon_sym_LF] = ACTIONS(676), - [anon_sym_def] = ACTIONS(674), - [anon_sym_def_DASHenv] = ACTIONS(674), - [anon_sym_export_DASHenv] = ACTIONS(674), - [anon_sym_extern] = ACTIONS(674), - [anon_sym_module] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_LBRACK] = ACTIONS(674), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_PIPE] = ACTIONS(674), - [anon_sym_DOLLAR] = ACTIONS(674), - [anon_sym_error] = ACTIONS(674), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [anon_sym_do] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_LBRACE] = ACTIONS(674), - [anon_sym_try] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_source] = ACTIONS(674), - [anon_sym_source_DASHenv] = ACTIONS(674), - [anon_sym_register] = ACTIONS(674), - [anon_sym_hide] = ACTIONS(674), - [anon_sym_hide_DASHenv] = ACTIONS(674), - [anon_sym_overlay] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_DOT_DOT_LT] = ACTIONS(674), - [anon_sym_DOT_DOT] = ACTIONS(674), - [anon_sym_DOT_DOT_EQ] = ACTIONS(674), - [sym_val_nothing] = ACTIONS(674), - [anon_sym_true] = ACTIONS(674), - [anon_sym_false] = ACTIONS(674), - [aux_sym_val_number_token1] = ACTIONS(674), - [aux_sym_val_number_token2] = ACTIONS(674), - [aux_sym_val_number_token3] = ACTIONS(674), - [aux_sym_val_number_token4] = ACTIONS(674), - [anon_sym_inf] = ACTIONS(674), - [anon_sym_DASHinf] = ACTIONS(674), - [anon_sym_NaN] = ACTIONS(674), - [anon_sym_0b] = ACTIONS(674), - [anon_sym_0o] = ACTIONS(674), - [anon_sym_0x] = ACTIONS(674), - [sym_val_date] = ACTIONS(674), - [anon_sym_DQUOTE] = ACTIONS(674), - [sym__str_single_quotes] = ACTIONS(674), - [sym__str_back_ticks] = ACTIONS(674), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(674), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [sym_short_flag] = ACTIONS(740), + [627] = { + [sym_comment] = STATE(627), + [ts_builtin_sym_end] = ACTIONS(767), + [anon_sym_SEMI] = ACTIONS(765), + [anon_sym_LF] = ACTIONS(767), + [anon_sym_LBRACK] = ACTIONS(765), + [anon_sym_LPAREN] = ACTIONS(765), + [anon_sym_PIPE] = ACTIONS(765), + [anon_sym_DOLLAR] = ACTIONS(765), + [anon_sym_GT] = ACTIONS(765), + [anon_sym_DASH_DASH] = ACTIONS(765), + [anon_sym_DASH] = ACTIONS(765), + [anon_sym_in] = ACTIONS(765), + [anon_sym_LBRACE] = ACTIONS(765), + [anon_sym_STAR] = ACTIONS(765), + [anon_sym_STAR_STAR] = ACTIONS(765), + [anon_sym_PLUS_PLUS] = ACTIONS(765), + [anon_sym_SLASH] = ACTIONS(765), + [anon_sym_mod] = ACTIONS(765), + [anon_sym_SLASH_SLASH] = ACTIONS(765), + [anon_sym_PLUS] = ACTIONS(765), + [anon_sym_bit_DASHshl] = ACTIONS(765), + [anon_sym_bit_DASHshr] = ACTIONS(765), + [anon_sym_EQ_EQ] = ACTIONS(765), + [anon_sym_BANG_EQ] = ACTIONS(765), + [anon_sym_LT2] = ACTIONS(765), + [anon_sym_LT_EQ] = ACTIONS(765), + [anon_sym_GT_EQ] = ACTIONS(765), + [anon_sym_not_DASHin] = ACTIONS(765), + [anon_sym_starts_DASHwith] = ACTIONS(765), + [anon_sym_ends_DASHwith] = ACTIONS(765), + [anon_sym_EQ_TILDE] = ACTIONS(765), + [anon_sym_BANG_TILDE] = ACTIONS(765), + [anon_sym_bit_DASHand] = ACTIONS(765), + [anon_sym_bit_DASHxor] = ACTIONS(765), + [anon_sym_bit_DASHor] = ACTIONS(765), + [anon_sym_and] = ACTIONS(765), + [anon_sym_xor] = ACTIONS(765), + [anon_sym_or] = ACTIONS(765), + [anon_sym_DOT_DOT_LT] = ACTIONS(765), + [anon_sym_DOT_DOT] = ACTIONS(765), + [anon_sym_DOT_DOT_EQ] = ACTIONS(765), + [sym_val_nothing] = ACTIONS(765), + [anon_sym_true] = ACTIONS(765), + [anon_sym_false] = ACTIONS(765), + [aux_sym_val_number_token1] = ACTIONS(765), + [aux_sym_val_number_token2] = ACTIONS(765), + [aux_sym_val_number_token3] = ACTIONS(765), + [aux_sym_val_number_token4] = ACTIONS(765), + [anon_sym_inf] = ACTIONS(765), + [anon_sym_DASHinf] = ACTIONS(765), + [anon_sym_NaN] = ACTIONS(765), + [anon_sym_0b] = ACTIONS(765), + [anon_sym_0o] = ACTIONS(765), + [anon_sym_0x] = ACTIONS(765), + [sym_val_date] = ACTIONS(765), + [anon_sym_DQUOTE] = ACTIONS(765), + [sym__str_single_quotes] = ACTIONS(765), + [sym__str_back_ticks] = ACTIONS(765), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(765), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(765), + [anon_sym_err_GT] = ACTIONS(765), + [anon_sym_out_GT] = ACTIONS(765), + [anon_sym_e_GT] = ACTIONS(765), + [anon_sym_o_GT] = ACTIONS(765), + [anon_sym_err_PLUSout_GT] = ACTIONS(765), + [anon_sym_out_PLUSerr_GT] = ACTIONS(765), + [anon_sym_o_PLUSe_GT] = ACTIONS(765), + [anon_sym_e_PLUSo_GT] = ACTIONS(765), + [sym_short_flag] = ACTIONS(765), + [aux_sym_unquoted_token1] = ACTIONS(765), [anon_sym_POUND] = ACTIONS(3), }, - [660] = { - [sym__flag] = STATE(663), - [sym_long_flag] = STATE(708), - [sym_comment] = STATE(660), - [ts_builtin_sym_end] = ACTIONS(676), - [anon_sym_export] = ACTIONS(674), - [anon_sym_alias] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_let_DASHenv] = ACTIONS(674), - [anon_sym_mut] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [sym_cmd_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(674), - [anon_sym_LF] = ACTIONS(676), - [anon_sym_def] = ACTIONS(674), - [anon_sym_def_DASHenv] = ACTIONS(674), - [anon_sym_export_DASHenv] = ACTIONS(674), - [anon_sym_extern] = ACTIONS(674), - [anon_sym_module] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_LBRACK] = ACTIONS(674), - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_PIPE] = ACTIONS(674), - [anon_sym_DOLLAR] = ACTIONS(674), - [anon_sym_error] = ACTIONS(674), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [anon_sym_do] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_LBRACE] = ACTIONS(674), - [anon_sym_try] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_source] = ACTIONS(674), - [anon_sym_source_DASHenv] = ACTIONS(674), - [anon_sym_register] = ACTIONS(674), - [anon_sym_hide] = ACTIONS(674), - [anon_sym_hide_DASHenv] = ACTIONS(674), - [anon_sym_overlay] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_not] = ACTIONS(674), - [anon_sym_DOT_DOT_LT] = ACTIONS(674), - [anon_sym_DOT_DOT] = ACTIONS(674), - [anon_sym_DOT_DOT_EQ] = ACTIONS(674), - [sym_val_nothing] = ACTIONS(674), - [anon_sym_true] = ACTIONS(674), - [anon_sym_false] = ACTIONS(674), - [aux_sym_val_number_token1] = ACTIONS(674), - [aux_sym_val_number_token2] = ACTIONS(674), - [aux_sym_val_number_token3] = ACTIONS(674), - [aux_sym_val_number_token4] = ACTIONS(674), - [anon_sym_inf] = ACTIONS(674), - [anon_sym_DASHinf] = ACTIONS(674), - [anon_sym_NaN] = ACTIONS(674), - [anon_sym_0b] = ACTIONS(674), - [anon_sym_0o] = ACTIONS(674), - [anon_sym_0x] = ACTIONS(674), - [sym_val_date] = ACTIONS(674), - [anon_sym_DQUOTE] = ACTIONS(674), - [sym__str_single_quotes] = ACTIONS(674), - [sym__str_back_ticks] = ACTIONS(674), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(674), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(674), - [anon_sym_CARET] = ACTIONS(674), - [sym_short_flag] = ACTIONS(740), + [628] = { + [sym__flag] = STATE(762), + [sym_long_flag] = STATE(783), + [sym_comment] = STATE(628), + [anon_sym_export] = ACTIONS(683), + [anon_sym_alias] = ACTIONS(683), + [anon_sym_let] = ACTIONS(683), + [anon_sym_let_DASHenv] = ACTIONS(683), + [anon_sym_mut] = ACTIONS(683), + [anon_sym_const] = ACTIONS(683), + [sym_cmd_identifier] = ACTIONS(683), + [anon_sym_SEMI] = ACTIONS(683), + [anon_sym_LF] = ACTIONS(685), + [anon_sym_def] = ACTIONS(683), + [anon_sym_def_DASHenv] = ACTIONS(683), + [anon_sym_export_DASHenv] = ACTIONS(683), + [anon_sym_extern] = ACTIONS(683), + [anon_sym_module] = ACTIONS(683), + [anon_sym_use] = ACTIONS(683), + [anon_sym_LBRACK] = ACTIONS(683), + [anon_sym_LPAREN] = ACTIONS(683), + [anon_sym_RPAREN] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(683), + [anon_sym_DOLLAR] = ACTIONS(683), + [anon_sym_error] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(1245), + [anon_sym_DASH] = ACTIONS(683), + [anon_sym_break] = ACTIONS(683), + [anon_sym_continue] = ACTIONS(683), + [anon_sym_for] = ACTIONS(683), + [anon_sym_loop] = ACTIONS(683), + [anon_sym_while] = ACTIONS(683), + [anon_sym_do] = ACTIONS(683), + [anon_sym_if] = ACTIONS(683), + [anon_sym_match] = ACTIONS(683), + [anon_sym_LBRACE] = ACTIONS(683), + [anon_sym_RBRACE] = ACTIONS(683), + [anon_sym_try] = ACTIONS(683), + [anon_sym_return] = ACTIONS(683), + [anon_sym_source] = ACTIONS(683), + [anon_sym_source_DASHenv] = ACTIONS(683), + [anon_sym_register] = ACTIONS(683), + [anon_sym_hide] = ACTIONS(683), + [anon_sym_hide_DASHenv] = ACTIONS(683), + [anon_sym_overlay] = ACTIONS(683), + [anon_sym_where] = ACTIONS(683), + [anon_sym_not] = ACTIONS(683), + [anon_sym_DOT_DOT_LT] = ACTIONS(683), + [anon_sym_DOT_DOT] = ACTIONS(683), + [anon_sym_DOT_DOT_EQ] = ACTIONS(683), + [sym_val_nothing] = ACTIONS(683), + [anon_sym_true] = ACTIONS(683), + [anon_sym_false] = ACTIONS(683), + [aux_sym_val_number_token1] = ACTIONS(683), + [aux_sym_val_number_token2] = ACTIONS(683), + [aux_sym_val_number_token3] = ACTIONS(683), + [aux_sym_val_number_token4] = ACTIONS(683), + [anon_sym_inf] = ACTIONS(683), + [anon_sym_DASHinf] = ACTIONS(683), + [anon_sym_NaN] = ACTIONS(683), + [anon_sym_0b] = ACTIONS(683), + [anon_sym_0o] = ACTIONS(683), + [anon_sym_0x] = ACTIONS(683), + [sym_val_date] = ACTIONS(683), + [anon_sym_DQUOTE] = ACTIONS(683), + [sym__str_single_quotes] = ACTIONS(683), + [sym__str_back_ticks] = ACTIONS(683), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(683), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(683), + [anon_sym_CARET] = ACTIONS(683), + [sym_short_flag] = ACTIONS(1247), [anon_sym_POUND] = ACTIONS(3), }, - [661] = { - [sym__flag] = STATE(897), - [sym_long_flag] = STATE(829), - [sym_comment] = STATE(661), - [ts_builtin_sym_end] = ACTIONS(692), + [629] = { + [sym__flag] = STATE(602), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(629), + [anon_sym_export] = ACTIONS(683), + [anon_sym_alias] = ACTIONS(683), + [anon_sym_let] = ACTIONS(683), + [anon_sym_let_DASHenv] = ACTIONS(683), + [anon_sym_mut] = ACTIONS(683), + [anon_sym_const] = ACTIONS(683), + [sym_cmd_identifier] = ACTIONS(683), + [anon_sym_SEMI] = ACTIONS(683), + [anon_sym_LF] = ACTIONS(685), + [anon_sym_def] = ACTIONS(683), + [anon_sym_def_DASHenv] = ACTIONS(683), + [anon_sym_export_DASHenv] = ACTIONS(683), + [anon_sym_extern] = ACTIONS(683), + [anon_sym_module] = ACTIONS(683), + [anon_sym_use] = ACTIONS(683), + [anon_sym_LBRACK] = ACTIONS(683), + [anon_sym_LPAREN] = ACTIONS(683), + [anon_sym_RPAREN] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(683), + [anon_sym_DOLLAR] = ACTIONS(683), + [anon_sym_error] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(683), + [anon_sym_break] = ACTIONS(683), + [anon_sym_continue] = ACTIONS(683), + [anon_sym_for] = ACTIONS(683), + [anon_sym_loop] = ACTIONS(683), + [anon_sym_while] = ACTIONS(683), + [anon_sym_do] = ACTIONS(683), + [anon_sym_if] = ACTIONS(683), + [anon_sym_match] = ACTIONS(683), + [anon_sym_LBRACE] = ACTIONS(683), + [anon_sym_RBRACE] = ACTIONS(683), + [anon_sym_try] = ACTIONS(683), + [anon_sym_return] = ACTIONS(683), + [anon_sym_source] = ACTIONS(683), + [anon_sym_source_DASHenv] = ACTIONS(683), + [anon_sym_register] = ACTIONS(683), + [anon_sym_hide] = ACTIONS(683), + [anon_sym_hide_DASHenv] = ACTIONS(683), + [anon_sym_overlay] = ACTIONS(683), + [anon_sym_where] = ACTIONS(683), + [anon_sym_not] = ACTIONS(683), + [anon_sym_DOT_DOT_LT] = ACTIONS(683), + [anon_sym_DOT_DOT] = ACTIONS(683), + [anon_sym_DOT_DOT_EQ] = ACTIONS(683), + [sym_val_nothing] = ACTIONS(683), + [anon_sym_true] = ACTIONS(683), + [anon_sym_false] = ACTIONS(683), + [aux_sym_val_number_token1] = ACTIONS(683), + [aux_sym_val_number_token2] = ACTIONS(683), + [aux_sym_val_number_token3] = ACTIONS(683), + [aux_sym_val_number_token4] = ACTIONS(683), + [anon_sym_inf] = ACTIONS(683), + [anon_sym_DASHinf] = ACTIONS(683), + [anon_sym_NaN] = ACTIONS(683), + [anon_sym_0b] = ACTIONS(683), + [anon_sym_0o] = ACTIONS(683), + [anon_sym_0x] = ACTIONS(683), + [sym_val_date] = ACTIONS(683), + [anon_sym_DQUOTE] = ACTIONS(683), + [sym__str_single_quotes] = ACTIONS(683), + [sym__str_back_ticks] = ACTIONS(683), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(683), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(683), + [anon_sym_CARET] = ACTIONS(683), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [630] = { + [sym__flag] = STATE(776), + [sym_long_flag] = STATE(783), + [sym_comment] = STATE(630), + [anon_sym_export] = ACTIONS(694), + [anon_sym_alias] = ACTIONS(694), + [anon_sym_let] = ACTIONS(694), + [anon_sym_let_DASHenv] = ACTIONS(694), + [anon_sym_mut] = ACTIONS(694), + [anon_sym_const] = ACTIONS(694), + [sym_cmd_identifier] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LF] = ACTIONS(696), + [anon_sym_def] = ACTIONS(694), + [anon_sym_def_DASHenv] = ACTIONS(694), + [anon_sym_export_DASHenv] = ACTIONS(694), + [anon_sym_extern] = ACTIONS(694), + [anon_sym_module] = ACTIONS(694), + [anon_sym_use] = ACTIONS(694), + [anon_sym_LBRACK] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_RPAREN] = ACTIONS(694), + [anon_sym_PIPE] = ACTIONS(694), + [anon_sym_DOLLAR] = ACTIONS(694), + [anon_sym_error] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(1245), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_break] = ACTIONS(694), + [anon_sym_continue] = ACTIONS(694), + [anon_sym_for] = ACTIONS(694), + [anon_sym_loop] = ACTIONS(694), + [anon_sym_while] = ACTIONS(694), + [anon_sym_do] = ACTIONS(694), + [anon_sym_if] = ACTIONS(694), + [anon_sym_match] = ACTIONS(694), + [anon_sym_LBRACE] = ACTIONS(694), + [anon_sym_RBRACE] = ACTIONS(694), + [anon_sym_try] = ACTIONS(694), + [anon_sym_return] = ACTIONS(694), + [anon_sym_source] = ACTIONS(694), + [anon_sym_source_DASHenv] = ACTIONS(694), + [anon_sym_register] = ACTIONS(694), + [anon_sym_hide] = ACTIONS(694), + [anon_sym_hide_DASHenv] = ACTIONS(694), + [anon_sym_overlay] = ACTIONS(694), + [anon_sym_where] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_DOT_DOT_LT] = ACTIONS(694), + [anon_sym_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [sym_val_nothing] = ACTIONS(694), + [anon_sym_true] = ACTIONS(694), + [anon_sym_false] = ACTIONS(694), + [aux_sym_val_number_token1] = ACTIONS(694), + [aux_sym_val_number_token2] = ACTIONS(694), + [aux_sym_val_number_token3] = ACTIONS(694), + [aux_sym_val_number_token4] = ACTIONS(694), + [anon_sym_inf] = ACTIONS(694), + [anon_sym_DASHinf] = ACTIONS(694), + [anon_sym_NaN] = ACTIONS(694), + [anon_sym_0b] = ACTIONS(694), + [anon_sym_0o] = ACTIONS(694), + [anon_sym_0x] = ACTIONS(694), + [sym_val_date] = ACTIONS(694), + [anon_sym_DQUOTE] = ACTIONS(694), + [sym__str_single_quotes] = ACTIONS(694), + [sym__str_back_ticks] = ACTIONS(694), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(694), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [sym_short_flag] = ACTIONS(1247), + [anon_sym_POUND] = ACTIONS(3), + }, + [631] = { + [sym__flag] = STATE(637), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(631), + [anon_sym_export] = ACTIONS(694), + [anon_sym_alias] = ACTIONS(694), + [anon_sym_let] = ACTIONS(694), + [anon_sym_let_DASHenv] = ACTIONS(694), + [anon_sym_mut] = ACTIONS(694), + [anon_sym_const] = ACTIONS(694), + [sym_cmd_identifier] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LF] = ACTIONS(696), + [anon_sym_def] = ACTIONS(694), + [anon_sym_def_DASHenv] = ACTIONS(694), + [anon_sym_export_DASHenv] = ACTIONS(694), + [anon_sym_extern] = ACTIONS(694), + [anon_sym_module] = ACTIONS(694), + [anon_sym_use] = ACTIONS(694), + [anon_sym_LBRACK] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_RPAREN] = ACTIONS(694), + [anon_sym_PIPE] = ACTIONS(694), + [anon_sym_DOLLAR] = ACTIONS(694), + [anon_sym_error] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_break] = ACTIONS(694), + [anon_sym_continue] = ACTIONS(694), + [anon_sym_for] = ACTIONS(694), + [anon_sym_loop] = ACTIONS(694), + [anon_sym_while] = ACTIONS(694), + [anon_sym_do] = ACTIONS(694), + [anon_sym_if] = ACTIONS(694), + [anon_sym_match] = ACTIONS(694), + [anon_sym_LBRACE] = ACTIONS(694), + [anon_sym_RBRACE] = ACTIONS(694), + [anon_sym_try] = ACTIONS(694), + [anon_sym_return] = ACTIONS(694), + [anon_sym_source] = ACTIONS(694), + [anon_sym_source_DASHenv] = ACTIONS(694), + [anon_sym_register] = ACTIONS(694), + [anon_sym_hide] = ACTIONS(694), + [anon_sym_hide_DASHenv] = ACTIONS(694), + [anon_sym_overlay] = ACTIONS(694), + [anon_sym_where] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_DOT_DOT_LT] = ACTIONS(694), + [anon_sym_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [sym_val_nothing] = ACTIONS(694), + [anon_sym_true] = ACTIONS(694), + [anon_sym_false] = ACTIONS(694), + [aux_sym_val_number_token1] = ACTIONS(694), + [aux_sym_val_number_token2] = ACTIONS(694), + [aux_sym_val_number_token3] = ACTIONS(694), + [aux_sym_val_number_token4] = ACTIONS(694), + [anon_sym_inf] = ACTIONS(694), + [anon_sym_DASHinf] = ACTIONS(694), + [anon_sym_NaN] = ACTIONS(694), + [anon_sym_0b] = ACTIONS(694), + [anon_sym_0o] = ACTIONS(694), + [anon_sym_0x] = ACTIONS(694), + [sym_val_date] = ACTIONS(694), + [anon_sym_DQUOTE] = ACTIONS(694), + [sym__str_single_quotes] = ACTIONS(694), + [sym__str_back_ticks] = ACTIONS(694), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(694), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [632] = { + [sym__flag] = STATE(593), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(632), + [anon_sym_export] = ACTIONS(683), + [anon_sym_alias] = ACTIONS(683), + [anon_sym_let] = ACTIONS(683), + [anon_sym_let_DASHenv] = ACTIONS(683), + [anon_sym_mut] = ACTIONS(683), + [anon_sym_const] = ACTIONS(683), + [sym_cmd_identifier] = ACTIONS(683), + [anon_sym_SEMI] = ACTIONS(683), + [anon_sym_LF] = ACTIONS(685), + [anon_sym_def] = ACTIONS(683), + [anon_sym_def_DASHenv] = ACTIONS(683), + [anon_sym_export_DASHenv] = ACTIONS(683), + [anon_sym_extern] = ACTIONS(683), + [anon_sym_module] = ACTIONS(683), + [anon_sym_use] = ACTIONS(683), + [anon_sym_LBRACK] = ACTIONS(683), + [anon_sym_LPAREN] = ACTIONS(683), + [anon_sym_RPAREN] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(683), + [anon_sym_DOLLAR] = ACTIONS(683), + [anon_sym_error] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(683), + [anon_sym_break] = ACTIONS(683), + [anon_sym_continue] = ACTIONS(683), + [anon_sym_for] = ACTIONS(683), + [anon_sym_loop] = ACTIONS(683), + [anon_sym_while] = ACTIONS(683), + [anon_sym_do] = ACTIONS(683), + [anon_sym_if] = ACTIONS(683), + [anon_sym_match] = ACTIONS(683), + [anon_sym_LBRACE] = ACTIONS(683), + [anon_sym_RBRACE] = ACTIONS(683), + [anon_sym_try] = ACTIONS(683), + [anon_sym_return] = ACTIONS(683), + [anon_sym_source] = ACTIONS(683), + [anon_sym_source_DASHenv] = ACTIONS(683), + [anon_sym_register] = ACTIONS(683), + [anon_sym_hide] = ACTIONS(683), + [anon_sym_hide_DASHenv] = ACTIONS(683), + [anon_sym_overlay] = ACTIONS(683), + [anon_sym_where] = ACTIONS(683), + [anon_sym_not] = ACTIONS(683), + [anon_sym_DOT_DOT_LT] = ACTIONS(683), + [anon_sym_DOT_DOT] = ACTIONS(683), + [anon_sym_DOT_DOT_EQ] = ACTIONS(683), + [sym_val_nothing] = ACTIONS(683), + [anon_sym_true] = ACTIONS(683), + [anon_sym_false] = ACTIONS(683), + [aux_sym_val_number_token1] = ACTIONS(683), + [aux_sym_val_number_token2] = ACTIONS(683), + [aux_sym_val_number_token3] = ACTIONS(683), + [aux_sym_val_number_token4] = ACTIONS(683), + [anon_sym_inf] = ACTIONS(683), + [anon_sym_DASHinf] = ACTIONS(683), + [anon_sym_NaN] = ACTIONS(683), + [anon_sym_0b] = ACTIONS(683), + [anon_sym_0o] = ACTIONS(683), + [anon_sym_0x] = ACTIONS(683), + [sym_val_date] = ACTIONS(683), + [anon_sym_DQUOTE] = ACTIONS(683), + [sym__str_single_quotes] = ACTIONS(683), + [sym__str_back_ticks] = ACTIONS(683), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(683), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(683), + [anon_sym_CARET] = ACTIONS(683), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [633] = { + [sym_comment] = STATE(633), + [ts_builtin_sym_end] = ACTIONS(799), + [anon_sym_SEMI] = ACTIONS(797), + [anon_sym_LF] = ACTIONS(799), + [anon_sym_LBRACK] = ACTIONS(797), + [anon_sym_LPAREN] = ACTIONS(797), + [anon_sym_PIPE] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(797), + [anon_sym_GT] = ACTIONS(797), + [anon_sym_DASH_DASH] = ACTIONS(797), + [anon_sym_DASH] = ACTIONS(797), + [anon_sym_in] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(797), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_STAR_STAR] = ACTIONS(797), + [anon_sym_PLUS_PLUS] = ACTIONS(797), + [anon_sym_SLASH] = ACTIONS(797), + [anon_sym_mod] = ACTIONS(797), + [anon_sym_SLASH_SLASH] = ACTIONS(797), + [anon_sym_PLUS] = ACTIONS(797), + [anon_sym_bit_DASHshl] = ACTIONS(797), + [anon_sym_bit_DASHshr] = ACTIONS(797), + [anon_sym_EQ_EQ] = ACTIONS(797), + [anon_sym_BANG_EQ] = ACTIONS(797), + [anon_sym_LT2] = ACTIONS(797), + [anon_sym_LT_EQ] = ACTIONS(797), + [anon_sym_GT_EQ] = ACTIONS(797), + [anon_sym_not_DASHin] = ACTIONS(797), + [anon_sym_starts_DASHwith] = ACTIONS(797), + [anon_sym_ends_DASHwith] = ACTIONS(797), + [anon_sym_EQ_TILDE] = ACTIONS(797), + [anon_sym_BANG_TILDE] = ACTIONS(797), + [anon_sym_bit_DASHand] = ACTIONS(797), + [anon_sym_bit_DASHxor] = ACTIONS(797), + [anon_sym_bit_DASHor] = ACTIONS(797), + [anon_sym_and] = ACTIONS(797), + [anon_sym_xor] = ACTIONS(797), + [anon_sym_or] = ACTIONS(797), + [anon_sym_DOT_DOT_LT] = ACTIONS(797), + [anon_sym_DOT_DOT] = ACTIONS(797), + [anon_sym_DOT_DOT_EQ] = ACTIONS(797), + [sym_val_nothing] = ACTIONS(797), + [anon_sym_true] = ACTIONS(797), + [anon_sym_false] = ACTIONS(797), + [aux_sym_val_number_token1] = ACTIONS(797), + [aux_sym_val_number_token2] = ACTIONS(797), + [aux_sym_val_number_token3] = ACTIONS(797), + [aux_sym_val_number_token4] = ACTIONS(797), + [anon_sym_inf] = ACTIONS(797), + [anon_sym_DASHinf] = ACTIONS(797), + [anon_sym_NaN] = ACTIONS(797), + [anon_sym_0b] = ACTIONS(797), + [anon_sym_0o] = ACTIONS(797), + [anon_sym_0x] = ACTIONS(797), + [sym_val_date] = ACTIONS(797), + [anon_sym_DQUOTE] = ACTIONS(797), + [sym__str_single_quotes] = ACTIONS(797), + [sym__str_back_ticks] = ACTIONS(797), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(797), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(797), + [anon_sym_err_GT] = ACTIONS(797), + [anon_sym_out_GT] = ACTIONS(797), + [anon_sym_e_GT] = ACTIONS(797), + [anon_sym_o_GT] = ACTIONS(797), + [anon_sym_err_PLUSout_GT] = ACTIONS(797), + [anon_sym_out_PLUSerr_GT] = ACTIONS(797), + [anon_sym_o_PLUSe_GT] = ACTIONS(797), + [anon_sym_e_PLUSo_GT] = ACTIONS(797), + [sym_short_flag] = ACTIONS(797), + [aux_sym_unquoted_token1] = ACTIONS(797), + [anon_sym_POUND] = ACTIONS(3), + }, + [634] = { + [sym_comment] = STATE(634), + [anon_sym_export] = ACTIONS(667), + [anon_sym_alias] = ACTIONS(667), + [anon_sym_let] = ACTIONS(667), + [anon_sym_let_DASHenv] = ACTIONS(667), + [anon_sym_mut] = ACTIONS(667), + [anon_sym_const] = ACTIONS(667), + [sym_cmd_identifier] = ACTIONS(667), + [anon_sym_SEMI] = ACTIONS(667), + [anon_sym_LF] = ACTIONS(669), + [anon_sym_def] = ACTIONS(667), + [anon_sym_def_DASHenv] = ACTIONS(667), + [anon_sym_export_DASHenv] = ACTIONS(667), + [anon_sym_extern] = ACTIONS(667), + [anon_sym_module] = ACTIONS(667), + [anon_sym_use] = ACTIONS(667), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_LPAREN] = ACTIONS(667), + [anon_sym_RPAREN] = ACTIONS(667), + [anon_sym_PIPE] = ACTIONS(667), + [anon_sym_DOLLAR] = ACTIONS(667), + [anon_sym_error] = ACTIONS(667), + [anon_sym_DASH_DASH] = ACTIONS(667), + [anon_sym_DASH] = ACTIONS(667), + [anon_sym_break] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(667), + [anon_sym_for] = ACTIONS(667), + [anon_sym_loop] = ACTIONS(667), + [anon_sym_while] = ACTIONS(667), + [anon_sym_do] = ACTIONS(667), + [anon_sym_if] = ACTIONS(667), + [anon_sym_match] = ACTIONS(667), + [anon_sym_LBRACE] = ACTIONS(667), + [anon_sym_RBRACE] = ACTIONS(667), + [anon_sym_DOT] = ACTIONS(667), + [anon_sym_try] = ACTIONS(667), + [anon_sym_return] = ACTIONS(667), + [anon_sym_source] = ACTIONS(667), + [anon_sym_source_DASHenv] = ACTIONS(667), + [anon_sym_register] = ACTIONS(667), + [anon_sym_hide] = ACTIONS(667), + [anon_sym_hide_DASHenv] = ACTIONS(667), + [anon_sym_overlay] = ACTIONS(667), + [anon_sym_where] = ACTIONS(667), + [anon_sym_QMARK2] = ACTIONS(667), + [anon_sym_not] = ACTIONS(667), + [anon_sym_DOT_DOT_LT] = ACTIONS(667), + [anon_sym_DOT_DOT] = ACTIONS(667), + [anon_sym_DOT_DOT_EQ] = ACTIONS(667), + [sym_val_nothing] = ACTIONS(667), + [anon_sym_true] = ACTIONS(667), + [anon_sym_false] = ACTIONS(667), + [aux_sym_val_number_token1] = ACTIONS(667), + [aux_sym_val_number_token2] = ACTIONS(667), + [aux_sym_val_number_token3] = ACTIONS(667), + [aux_sym_val_number_token4] = ACTIONS(667), + [anon_sym_inf] = ACTIONS(667), + [anon_sym_DASHinf] = ACTIONS(667), + [anon_sym_NaN] = ACTIONS(667), + [anon_sym_0b] = ACTIONS(667), + [anon_sym_0o] = ACTIONS(667), + [anon_sym_0x] = ACTIONS(667), + [sym_val_date] = ACTIONS(667), + [anon_sym_DQUOTE] = ACTIONS(667), + [sym__str_single_quotes] = ACTIONS(667), + [sym__str_back_ticks] = ACTIONS(667), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(667), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(667), + [anon_sym_CARET] = ACTIONS(667), + [sym_short_flag] = ACTIONS(667), + [anon_sym_POUND] = ACTIONS(3), + }, + [635] = { + [sym__flag] = STATE(732), + [sym_long_flag] = STATE(736), + [sym_comment] = STATE(635), + [aux_sym_overlay_use_repeat1] = STATE(606), + [ts_builtin_sym_end] = ACTIONS(1100), + [anon_sym_export] = ACTIONS(1098), + [anon_sym_alias] = ACTIONS(1098), + [anon_sym_let] = ACTIONS(1098), + [anon_sym_let_DASHenv] = ACTIONS(1098), + [anon_sym_mut] = ACTIONS(1098), + [anon_sym_const] = ACTIONS(1098), + [sym_cmd_identifier] = ACTIONS(1098), + [anon_sym_SEMI] = ACTIONS(1098), + [anon_sym_LF] = ACTIONS(1100), + [anon_sym_def] = ACTIONS(1098), + [anon_sym_def_DASHenv] = ACTIONS(1098), + [anon_sym_export_DASHenv] = ACTIONS(1098), + [anon_sym_extern] = ACTIONS(1098), + [anon_sym_module] = ACTIONS(1098), + [anon_sym_use] = ACTIONS(1098), + [anon_sym_LBRACK] = ACTIONS(1098), + [anon_sym_LPAREN] = ACTIONS(1098), + [anon_sym_DOLLAR] = ACTIONS(1098), + [anon_sym_error] = ACTIONS(1098), + [anon_sym_DASH_DASH] = ACTIONS(1239), + [anon_sym_DASH] = ACTIONS(1098), + [anon_sym_break] = ACTIONS(1098), + [anon_sym_continue] = ACTIONS(1098), + [anon_sym_for] = ACTIONS(1098), + [anon_sym_loop] = ACTIONS(1098), + [anon_sym_while] = ACTIONS(1098), + [anon_sym_do] = ACTIONS(1098), + [anon_sym_if] = ACTIONS(1098), + [anon_sym_match] = ACTIONS(1098), + [anon_sym_LBRACE] = ACTIONS(1098), + [anon_sym_try] = ACTIONS(1098), + [anon_sym_return] = ACTIONS(1098), + [anon_sym_source] = ACTIONS(1098), + [anon_sym_source_DASHenv] = ACTIONS(1098), + [anon_sym_register] = ACTIONS(1098), + [anon_sym_hide] = ACTIONS(1098), + [anon_sym_hide_DASHenv] = ACTIONS(1098), + [anon_sym_overlay] = ACTIONS(1098), + [anon_sym_as] = ACTIONS(1300), + [anon_sym_where] = ACTIONS(1098), + [anon_sym_not] = ACTIONS(1098), + [anon_sym_DOT_DOT_LT] = ACTIONS(1098), + [anon_sym_DOT_DOT] = ACTIONS(1098), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1098), + [sym_val_nothing] = ACTIONS(1098), + [anon_sym_true] = ACTIONS(1098), + [anon_sym_false] = ACTIONS(1098), + [aux_sym_val_number_token1] = ACTIONS(1098), + [aux_sym_val_number_token2] = ACTIONS(1098), + [aux_sym_val_number_token3] = ACTIONS(1098), + [aux_sym_val_number_token4] = ACTIONS(1098), + [anon_sym_inf] = ACTIONS(1098), + [anon_sym_DASHinf] = ACTIONS(1098), + [anon_sym_NaN] = ACTIONS(1098), + [anon_sym_0b] = ACTIONS(1098), + [anon_sym_0o] = ACTIONS(1098), + [anon_sym_0x] = ACTIONS(1098), + [sym_val_date] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(1098), + [sym__str_single_quotes] = ACTIONS(1098), + [sym__str_back_ticks] = ACTIONS(1098), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1098), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1098), + [anon_sym_CARET] = ACTIONS(1098), + [sym_short_flag] = ACTIONS(1243), + [anon_sym_POUND] = ACTIONS(3), + }, + [636] = { + [sym_comment] = STATE(636), + [ts_builtin_sym_end] = ACTIONS(779), + [anon_sym_SEMI] = ACTIONS(777), + [anon_sym_LF] = ACTIONS(779), + [anon_sym_LBRACK] = ACTIONS(777), + [anon_sym_LPAREN] = ACTIONS(777), + [anon_sym_PIPE] = ACTIONS(777), + [anon_sym_DOLLAR] = ACTIONS(777), + [anon_sym_GT] = ACTIONS(777), + [anon_sym_DASH_DASH] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_in] = ACTIONS(777), + [anon_sym_LBRACE] = ACTIONS(777), + [anon_sym_STAR] = ACTIONS(777), + [anon_sym_STAR_STAR] = ACTIONS(777), + [anon_sym_PLUS_PLUS] = ACTIONS(777), + [anon_sym_SLASH] = ACTIONS(777), + [anon_sym_mod] = ACTIONS(777), + [anon_sym_SLASH_SLASH] = ACTIONS(777), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_bit_DASHshl] = ACTIONS(777), + [anon_sym_bit_DASHshr] = ACTIONS(777), + [anon_sym_EQ_EQ] = ACTIONS(777), + [anon_sym_BANG_EQ] = ACTIONS(777), + [anon_sym_LT2] = ACTIONS(777), + [anon_sym_LT_EQ] = ACTIONS(777), + [anon_sym_GT_EQ] = ACTIONS(777), + [anon_sym_not_DASHin] = ACTIONS(777), + [anon_sym_starts_DASHwith] = ACTIONS(777), + [anon_sym_ends_DASHwith] = ACTIONS(777), + [anon_sym_EQ_TILDE] = ACTIONS(777), + [anon_sym_BANG_TILDE] = ACTIONS(777), + [anon_sym_bit_DASHand] = ACTIONS(777), + [anon_sym_bit_DASHxor] = ACTIONS(777), + [anon_sym_bit_DASHor] = ACTIONS(777), + [anon_sym_and] = ACTIONS(777), + [anon_sym_xor] = ACTIONS(777), + [anon_sym_or] = ACTIONS(777), + [anon_sym_DOT_DOT_LT] = ACTIONS(777), + [anon_sym_DOT_DOT] = ACTIONS(777), + [anon_sym_DOT_DOT_EQ] = ACTIONS(777), + [sym_val_nothing] = ACTIONS(777), + [anon_sym_true] = ACTIONS(777), + [anon_sym_false] = ACTIONS(777), + [aux_sym_val_number_token1] = ACTIONS(777), + [aux_sym_val_number_token2] = ACTIONS(777), + [aux_sym_val_number_token3] = ACTIONS(777), + [aux_sym_val_number_token4] = ACTIONS(777), + [anon_sym_inf] = ACTIONS(777), + [anon_sym_DASHinf] = ACTIONS(777), + [anon_sym_NaN] = ACTIONS(777), + [anon_sym_0b] = ACTIONS(777), + [anon_sym_0o] = ACTIONS(777), + [anon_sym_0x] = ACTIONS(777), + [sym_val_date] = ACTIONS(777), + [anon_sym_DQUOTE] = ACTIONS(777), + [sym__str_single_quotes] = ACTIONS(777), + [sym__str_back_ticks] = ACTIONS(777), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(777), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(777), + [anon_sym_err_GT] = ACTIONS(777), + [anon_sym_out_GT] = ACTIONS(777), + [anon_sym_e_GT] = ACTIONS(777), + [anon_sym_o_GT] = ACTIONS(777), + [anon_sym_err_PLUSout_GT] = ACTIONS(777), + [anon_sym_out_PLUSerr_GT] = ACTIONS(777), + [anon_sym_o_PLUSe_GT] = ACTIONS(777), + [anon_sym_e_PLUSo_GT] = ACTIONS(777), + [sym_short_flag] = ACTIONS(777), + [aux_sym_unquoted_token1] = ACTIONS(777), + [anon_sym_POUND] = ACTIONS(3), + }, + [637] = { + [sym__flag] = STATE(786), + [sym_long_flag] = STATE(783), + [sym_comment] = STATE(637), [anon_sym_export] = ACTIONS(690), [anon_sym_alias] = ACTIONS(690), [anon_sym_let] = ACTIONS(690), @@ -106119,10 +104389,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(690), [anon_sym_LBRACK] = ACTIONS(690), [anon_sym_LPAREN] = ACTIONS(690), + [anon_sym_RPAREN] = ACTIONS(690), [anon_sym_PIPE] = ACTIONS(690), [anon_sym_DOLLAR] = ACTIONS(690), [anon_sym_error] = ACTIONS(690), - [anon_sym_DASH_DASH] = ACTIONS(1306), + [anon_sym_DASH_DASH] = ACTIONS(1245), [anon_sym_DASH] = ACTIONS(690), [anon_sym_break] = ACTIONS(690), [anon_sym_continue] = ACTIONS(690), @@ -106133,6 +104404,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(690), [anon_sym_match] = ACTIONS(690), [anon_sym_LBRACE] = ACTIONS(690), + [anon_sym_RBRACE] = ACTIONS(690), [anon_sym_try] = ACTIONS(690), [anon_sym_return] = ACTIONS(690), [anon_sym_source] = ACTIONS(690), @@ -106166,13 +104438,1890 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(690), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(690), [anon_sym_CARET] = ACTIONS(690), + [sym_short_flag] = ACTIONS(1247), + [anon_sym_POUND] = ACTIONS(3), + }, + [638] = { + [sym__flag] = STATE(732), + [sym_long_flag] = STATE(736), + [sym_comment] = STATE(638), + [aux_sym_overlay_use_repeat1] = STATE(635), + [ts_builtin_sym_end] = ACTIONS(1219), + [anon_sym_export] = ACTIONS(1217), + [anon_sym_alias] = ACTIONS(1217), + [anon_sym_let] = ACTIONS(1217), + [anon_sym_let_DASHenv] = ACTIONS(1217), + [anon_sym_mut] = ACTIONS(1217), + [anon_sym_const] = ACTIONS(1217), + [sym_cmd_identifier] = ACTIONS(1217), + [anon_sym_SEMI] = ACTIONS(1217), + [anon_sym_LF] = ACTIONS(1219), + [anon_sym_def] = ACTIONS(1217), + [anon_sym_def_DASHenv] = ACTIONS(1217), + [anon_sym_export_DASHenv] = ACTIONS(1217), + [anon_sym_extern] = ACTIONS(1217), + [anon_sym_module] = ACTIONS(1217), + [anon_sym_use] = ACTIONS(1217), + [anon_sym_LBRACK] = ACTIONS(1217), + [anon_sym_LPAREN] = ACTIONS(1217), + [anon_sym_DOLLAR] = ACTIONS(1217), + [anon_sym_error] = ACTIONS(1217), + [anon_sym_DASH_DASH] = ACTIONS(1239), + [anon_sym_DASH] = ACTIONS(1217), + [anon_sym_break] = ACTIONS(1217), + [anon_sym_continue] = ACTIONS(1217), + [anon_sym_for] = ACTIONS(1217), + [anon_sym_loop] = ACTIONS(1217), + [anon_sym_while] = ACTIONS(1217), + [anon_sym_do] = ACTIONS(1217), + [anon_sym_if] = ACTIONS(1217), + [anon_sym_match] = ACTIONS(1217), + [anon_sym_LBRACE] = ACTIONS(1217), + [anon_sym_try] = ACTIONS(1217), + [anon_sym_return] = ACTIONS(1217), + [anon_sym_source] = ACTIONS(1217), + [anon_sym_source_DASHenv] = ACTIONS(1217), + [anon_sym_register] = ACTIONS(1217), + [anon_sym_hide] = ACTIONS(1217), + [anon_sym_hide_DASHenv] = ACTIONS(1217), + [anon_sym_overlay] = ACTIONS(1217), + [anon_sym_as] = ACTIONS(1302), + [anon_sym_where] = ACTIONS(1217), + [anon_sym_not] = ACTIONS(1217), + [anon_sym_DOT_DOT_LT] = ACTIONS(1217), + [anon_sym_DOT_DOT] = ACTIONS(1217), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1217), + [sym_val_nothing] = ACTIONS(1217), + [anon_sym_true] = ACTIONS(1217), + [anon_sym_false] = ACTIONS(1217), + [aux_sym_val_number_token1] = ACTIONS(1217), + [aux_sym_val_number_token2] = ACTIONS(1217), + [aux_sym_val_number_token3] = ACTIONS(1217), + [aux_sym_val_number_token4] = ACTIONS(1217), + [anon_sym_inf] = ACTIONS(1217), + [anon_sym_DASHinf] = ACTIONS(1217), + [anon_sym_NaN] = ACTIONS(1217), + [anon_sym_0b] = ACTIONS(1217), + [anon_sym_0o] = ACTIONS(1217), + [anon_sym_0x] = ACTIONS(1217), + [sym_val_date] = ACTIONS(1217), + [anon_sym_DQUOTE] = ACTIONS(1217), + [sym__str_single_quotes] = ACTIONS(1217), + [sym__str_back_ticks] = ACTIONS(1217), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1217), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1217), + [anon_sym_CARET] = ACTIONS(1217), + [sym_short_flag] = ACTIONS(1243), + [anon_sym_POUND] = ACTIONS(3), + }, + [639] = { + [sym_comment] = STATE(639), + [ts_builtin_sym_end] = ACTIONS(109), + [anon_sym_SEMI] = ACTIONS(107), + [anon_sym_LF] = ACTIONS(109), + [anon_sym_LBRACK] = ACTIONS(107), + [anon_sym_LPAREN] = ACTIONS(107), + [anon_sym_PIPE] = ACTIONS(107), + [anon_sym_DOLLAR] = ACTIONS(107), + [anon_sym_GT] = ACTIONS(107), + [anon_sym_DASH_DASH] = ACTIONS(107), + [anon_sym_DASH] = ACTIONS(107), + [anon_sym_in] = ACTIONS(107), + [anon_sym_LBRACE] = ACTIONS(107), + [anon_sym_STAR] = ACTIONS(107), + [anon_sym_STAR_STAR] = ACTIONS(107), + [anon_sym_PLUS_PLUS] = ACTIONS(107), + [anon_sym_SLASH] = ACTIONS(107), + [anon_sym_mod] = ACTIONS(107), + [anon_sym_SLASH_SLASH] = ACTIONS(107), + [anon_sym_PLUS] = ACTIONS(107), + [anon_sym_bit_DASHshl] = ACTIONS(107), + [anon_sym_bit_DASHshr] = ACTIONS(107), + [anon_sym_EQ_EQ] = ACTIONS(107), + [anon_sym_BANG_EQ] = ACTIONS(107), + [anon_sym_LT2] = ACTIONS(107), + [anon_sym_LT_EQ] = ACTIONS(107), + [anon_sym_GT_EQ] = ACTIONS(107), + [anon_sym_not_DASHin] = ACTIONS(107), + [anon_sym_starts_DASHwith] = ACTIONS(107), + [anon_sym_ends_DASHwith] = ACTIONS(107), + [anon_sym_EQ_TILDE] = ACTIONS(107), + [anon_sym_BANG_TILDE] = ACTIONS(107), + [anon_sym_bit_DASHand] = ACTIONS(107), + [anon_sym_bit_DASHxor] = ACTIONS(107), + [anon_sym_bit_DASHor] = ACTIONS(107), + [anon_sym_and] = ACTIONS(107), + [anon_sym_xor] = ACTIONS(107), + [anon_sym_or] = ACTIONS(107), + [anon_sym_DOT_DOT_LT] = ACTIONS(107), + [anon_sym_DOT_DOT] = ACTIONS(107), + [anon_sym_DOT_DOT_EQ] = ACTIONS(107), + [sym_val_nothing] = ACTIONS(107), + [anon_sym_true] = ACTIONS(107), + [anon_sym_false] = ACTIONS(107), + [aux_sym_val_number_token1] = ACTIONS(107), + [aux_sym_val_number_token2] = ACTIONS(107), + [aux_sym_val_number_token3] = ACTIONS(107), + [aux_sym_val_number_token4] = ACTIONS(107), + [anon_sym_inf] = ACTIONS(107), + [anon_sym_DASHinf] = ACTIONS(107), + [anon_sym_NaN] = ACTIONS(107), + [anon_sym_0b] = ACTIONS(107), + [anon_sym_0o] = ACTIONS(107), + [anon_sym_0x] = ACTIONS(107), + [sym_val_date] = ACTIONS(107), + [anon_sym_DQUOTE] = ACTIONS(107), + [sym__str_single_quotes] = ACTIONS(107), + [sym__str_back_ticks] = ACTIONS(107), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(107), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(107), + [anon_sym_err_GT] = ACTIONS(107), + [anon_sym_out_GT] = ACTIONS(107), + [anon_sym_e_GT] = ACTIONS(107), + [anon_sym_o_GT] = ACTIONS(107), + [anon_sym_err_PLUSout_GT] = ACTIONS(107), + [anon_sym_out_PLUSerr_GT] = ACTIONS(107), + [anon_sym_o_PLUSe_GT] = ACTIONS(107), + [anon_sym_e_PLUSo_GT] = ACTIONS(107), + [sym_short_flag] = ACTIONS(107), + [aux_sym_unquoted_token1] = ACTIONS(107), + [anon_sym_POUND] = ACTIONS(3), + }, + [640] = { + [sym_comment] = STATE(640), + [anon_sym_export] = ACTIONS(621), + [anon_sym_alias] = ACTIONS(621), + [anon_sym_let] = ACTIONS(621), + [anon_sym_let_DASHenv] = ACTIONS(621), + [anon_sym_mut] = ACTIONS(621), + [anon_sym_const] = ACTIONS(621), + [sym_cmd_identifier] = ACTIONS(621), + [anon_sym_SEMI] = ACTIONS(621), + [anon_sym_LF] = ACTIONS(623), + [anon_sym_def] = ACTIONS(621), + [anon_sym_def_DASHenv] = ACTIONS(621), + [anon_sym_export_DASHenv] = ACTIONS(621), + [anon_sym_extern] = ACTIONS(621), + [anon_sym_module] = ACTIONS(621), + [anon_sym_use] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_RPAREN] = ACTIONS(621), + [anon_sym_PIPE] = ACTIONS(621), + [anon_sym_DOLLAR] = ACTIONS(621), + [anon_sym_error] = ACTIONS(621), + [anon_sym_DASH_DASH] = ACTIONS(621), + [anon_sym_DASH] = ACTIONS(621), + [anon_sym_break] = ACTIONS(621), + [anon_sym_continue] = ACTIONS(621), + [anon_sym_for] = ACTIONS(621), + [anon_sym_loop] = ACTIONS(621), + [anon_sym_while] = ACTIONS(621), + [anon_sym_do] = ACTIONS(621), + [anon_sym_if] = ACTIONS(621), + [anon_sym_match] = ACTIONS(621), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_RBRACE] = ACTIONS(621), + [anon_sym_DOT] = ACTIONS(621), + [anon_sym_try] = ACTIONS(621), + [anon_sym_return] = ACTIONS(621), + [anon_sym_source] = ACTIONS(621), + [anon_sym_source_DASHenv] = ACTIONS(621), + [anon_sym_register] = ACTIONS(621), + [anon_sym_hide] = ACTIONS(621), + [anon_sym_hide_DASHenv] = ACTIONS(621), + [anon_sym_overlay] = ACTIONS(621), + [anon_sym_where] = ACTIONS(621), + [anon_sym_QMARK2] = ACTIONS(1304), + [anon_sym_not] = ACTIONS(621), + [anon_sym_DOT_DOT_LT] = ACTIONS(621), + [anon_sym_DOT_DOT] = ACTIONS(621), + [anon_sym_DOT_DOT_EQ] = ACTIONS(621), + [sym_val_nothing] = ACTIONS(621), + [anon_sym_true] = ACTIONS(621), + [anon_sym_false] = ACTIONS(621), + [aux_sym_val_number_token1] = ACTIONS(621), + [aux_sym_val_number_token2] = ACTIONS(621), + [aux_sym_val_number_token3] = ACTIONS(621), + [aux_sym_val_number_token4] = ACTIONS(621), + [anon_sym_inf] = ACTIONS(621), + [anon_sym_DASHinf] = ACTIONS(621), + [anon_sym_NaN] = ACTIONS(621), + [anon_sym_0b] = ACTIONS(621), + [anon_sym_0o] = ACTIONS(621), + [anon_sym_0x] = ACTIONS(621), + [sym_val_date] = ACTIONS(621), + [anon_sym_DQUOTE] = ACTIONS(621), + [sym__str_single_quotes] = ACTIONS(621), + [sym__str_back_ticks] = ACTIONS(621), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(621), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(621), + [anon_sym_CARET] = ACTIONS(621), + [sym_short_flag] = ACTIONS(621), + [anon_sym_POUND] = ACTIONS(3), + }, + [641] = { + [sym__flag] = STATE(626), + [sym_long_flag] = STATE(703), + [sym_comment] = STATE(641), + [anon_sym_export] = ACTIONS(694), + [anon_sym_alias] = ACTIONS(694), + [anon_sym_let] = ACTIONS(694), + [anon_sym_let_DASHenv] = ACTIONS(694), + [anon_sym_mut] = ACTIONS(694), + [anon_sym_const] = ACTIONS(694), + [sym_cmd_identifier] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LF] = ACTIONS(696), + [anon_sym_def] = ACTIONS(694), + [anon_sym_def_DASHenv] = ACTIONS(694), + [anon_sym_export_DASHenv] = ACTIONS(694), + [anon_sym_extern] = ACTIONS(694), + [anon_sym_module] = ACTIONS(694), + [anon_sym_use] = ACTIONS(694), + [anon_sym_LBRACK] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_RPAREN] = ACTIONS(694), + [anon_sym_PIPE] = ACTIONS(694), + [anon_sym_DOLLAR] = ACTIONS(694), + [anon_sym_error] = ACTIONS(694), + [anon_sym_DASH_DASH] = ACTIONS(633), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_break] = ACTIONS(694), + [anon_sym_continue] = ACTIONS(694), + [anon_sym_for] = ACTIONS(694), + [anon_sym_loop] = ACTIONS(694), + [anon_sym_while] = ACTIONS(694), + [anon_sym_do] = ACTIONS(694), + [anon_sym_if] = ACTIONS(694), + [anon_sym_match] = ACTIONS(694), + [anon_sym_LBRACE] = ACTIONS(694), + [anon_sym_RBRACE] = ACTIONS(694), + [anon_sym_try] = ACTIONS(694), + [anon_sym_return] = ACTIONS(694), + [anon_sym_source] = ACTIONS(694), + [anon_sym_source_DASHenv] = ACTIONS(694), + [anon_sym_register] = ACTIONS(694), + [anon_sym_hide] = ACTIONS(694), + [anon_sym_hide_DASHenv] = ACTIONS(694), + [anon_sym_overlay] = ACTIONS(694), + [anon_sym_where] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_DOT_DOT_LT] = ACTIONS(694), + [anon_sym_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [sym_val_nothing] = ACTIONS(694), + [anon_sym_true] = ACTIONS(694), + [anon_sym_false] = ACTIONS(694), + [aux_sym_val_number_token1] = ACTIONS(694), + [aux_sym_val_number_token2] = ACTIONS(694), + [aux_sym_val_number_token3] = ACTIONS(694), + [aux_sym_val_number_token4] = ACTIONS(694), + [anon_sym_inf] = ACTIONS(694), + [anon_sym_DASHinf] = ACTIONS(694), + [anon_sym_NaN] = ACTIONS(694), + [anon_sym_0b] = ACTIONS(694), + [anon_sym_0o] = ACTIONS(694), + [anon_sym_0x] = ACTIONS(694), + [sym_val_date] = ACTIONS(694), + [anon_sym_DQUOTE] = ACTIONS(694), + [sym__str_single_quotes] = ACTIONS(694), + [sym__str_back_ticks] = ACTIONS(694), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(694), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [sym_short_flag] = ACTIONS(659), + [anon_sym_POUND] = ACTIONS(3), + }, + [642] = { + [sym_comment] = STATE(642), + [anon_sym_export] = ACTIONS(621), + [anon_sym_alias] = ACTIONS(621), + [anon_sym_let] = ACTIONS(621), + [anon_sym_let_DASHenv] = ACTIONS(621), + [anon_sym_mut] = ACTIONS(621), + [anon_sym_const] = ACTIONS(621), + [sym_cmd_identifier] = ACTIONS(621), + [anon_sym_SEMI] = ACTIONS(621), + [anon_sym_LF] = ACTIONS(623), + [anon_sym_def] = ACTIONS(621), + [anon_sym_def_DASHenv] = ACTIONS(621), + [anon_sym_export_DASHenv] = ACTIONS(621), + [anon_sym_extern] = ACTIONS(621), + [anon_sym_module] = ACTIONS(621), + [anon_sym_use] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_RPAREN] = ACTIONS(621), + [anon_sym_PIPE] = ACTIONS(621), + [anon_sym_DOLLAR] = ACTIONS(621), + [anon_sym_error] = ACTIONS(621), + [anon_sym_DASH_DASH] = ACTIONS(621), + [anon_sym_DASH] = ACTIONS(621), + [anon_sym_break] = ACTIONS(621), + [anon_sym_continue] = ACTIONS(621), + [anon_sym_for] = ACTIONS(621), + [anon_sym_loop] = ACTIONS(621), + [anon_sym_while] = ACTIONS(621), + [anon_sym_do] = ACTIONS(621), + [anon_sym_if] = ACTIONS(621), + [anon_sym_match] = ACTIONS(621), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_RBRACE] = ACTIONS(621), + [anon_sym_DOT] = ACTIONS(621), + [anon_sym_try] = ACTIONS(621), + [anon_sym_return] = ACTIONS(621), + [anon_sym_source] = ACTIONS(621), + [anon_sym_source_DASHenv] = ACTIONS(621), + [anon_sym_register] = ACTIONS(621), + [anon_sym_hide] = ACTIONS(621), + [anon_sym_hide_DASHenv] = ACTIONS(621), + [anon_sym_overlay] = ACTIONS(621), + [anon_sym_where] = ACTIONS(621), + [anon_sym_QMARK2] = ACTIONS(1304), + [anon_sym_not] = ACTIONS(621), + [anon_sym_DOT_DOT_LT] = ACTIONS(621), + [anon_sym_DOT_DOT] = ACTIONS(621), + [anon_sym_DOT_DOT_EQ] = ACTIONS(621), + [sym_val_nothing] = ACTIONS(621), + [anon_sym_true] = ACTIONS(621), + [anon_sym_false] = ACTIONS(621), + [aux_sym_val_number_token1] = ACTIONS(621), + [aux_sym_val_number_token2] = ACTIONS(621), + [aux_sym_val_number_token3] = ACTIONS(621), + [aux_sym_val_number_token4] = ACTIONS(621), + [anon_sym_inf] = ACTIONS(621), + [anon_sym_DASHinf] = ACTIONS(621), + [anon_sym_NaN] = ACTIONS(621), + [anon_sym_0b] = ACTIONS(621), + [anon_sym_0o] = ACTIONS(621), + [anon_sym_0x] = ACTIONS(621), + [sym_val_date] = ACTIONS(621), + [anon_sym_DQUOTE] = ACTIONS(621), + [sym__str_single_quotes] = ACTIONS(621), + [sym__str_back_ticks] = ACTIONS(621), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(621), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(621), + [anon_sym_CARET] = ACTIONS(621), + [sym_short_flag] = ACTIONS(621), + [anon_sym_POUND] = ACTIONS(3), + }, + [643] = { + [sym__flag] = STATE(666), + [sym_long_flag] = STATE(731), + [sym_comment] = STATE(643), + [ts_builtin_sym_end] = ACTIONS(700), + [anon_sym_export] = ACTIONS(698), + [anon_sym_alias] = ACTIONS(698), + [anon_sym_let] = ACTIONS(698), + [anon_sym_let_DASHenv] = ACTIONS(698), + [anon_sym_mut] = ACTIONS(698), + [anon_sym_const] = ACTIONS(698), + [sym_cmd_identifier] = ACTIONS(698), + [anon_sym_SEMI] = ACTIONS(698), + [anon_sym_LF] = ACTIONS(700), + [anon_sym_def] = ACTIONS(698), + [anon_sym_def_DASHenv] = ACTIONS(698), + [anon_sym_export_DASHenv] = ACTIONS(698), + [anon_sym_extern] = ACTIONS(698), + [anon_sym_module] = ACTIONS(698), + [anon_sym_use] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(698), + [anon_sym_LPAREN] = ACTIONS(698), + [anon_sym_PIPE] = ACTIONS(698), + [anon_sym_DOLLAR] = ACTIONS(698), + [anon_sym_error] = ACTIONS(698), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(698), + [anon_sym_break] = ACTIONS(698), + [anon_sym_continue] = ACTIONS(698), + [anon_sym_for] = ACTIONS(698), + [anon_sym_loop] = ACTIONS(698), + [anon_sym_while] = ACTIONS(698), + [anon_sym_do] = ACTIONS(698), + [anon_sym_if] = ACTIONS(698), + [anon_sym_match] = ACTIONS(698), + [anon_sym_LBRACE] = ACTIONS(698), + [anon_sym_try] = ACTIONS(698), + [anon_sym_return] = ACTIONS(698), + [anon_sym_source] = ACTIONS(698), + [anon_sym_source_DASHenv] = ACTIONS(698), + [anon_sym_register] = ACTIONS(698), + [anon_sym_hide] = ACTIONS(698), + [anon_sym_hide_DASHenv] = ACTIONS(698), + [anon_sym_overlay] = ACTIONS(698), + [anon_sym_where] = ACTIONS(698), + [anon_sym_not] = ACTIONS(698), + [anon_sym_DOT_DOT_LT] = ACTIONS(698), + [anon_sym_DOT_DOT] = ACTIONS(698), + [anon_sym_DOT_DOT_EQ] = ACTIONS(698), + [sym_val_nothing] = ACTIONS(698), + [anon_sym_true] = ACTIONS(698), + [anon_sym_false] = ACTIONS(698), + [aux_sym_val_number_token1] = ACTIONS(698), + [aux_sym_val_number_token2] = ACTIONS(698), + [aux_sym_val_number_token3] = ACTIONS(698), + [aux_sym_val_number_token4] = ACTIONS(698), + [anon_sym_inf] = ACTIONS(698), + [anon_sym_DASHinf] = ACTIONS(698), + [anon_sym_NaN] = ACTIONS(698), + [anon_sym_0b] = ACTIONS(698), + [anon_sym_0o] = ACTIONS(698), + [anon_sym_0x] = ACTIONS(698), + [sym_val_date] = ACTIONS(698), + [anon_sym_DQUOTE] = ACTIONS(698), + [sym__str_single_quotes] = ACTIONS(698), + [sym__str_back_ticks] = ACTIONS(698), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(698), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(698), + [anon_sym_CARET] = ACTIONS(698), + [sym_short_flag] = ACTIONS(742), + [anon_sym_POUND] = ACTIONS(3), + }, + [644] = { + [sym__flag] = STATE(838), + [sym_long_flag] = STATE(825), + [sym_comment] = STATE(644), + [ts_builtin_sym_end] = ACTIONS(685), + [anon_sym_export] = ACTIONS(683), + [anon_sym_alias] = ACTIONS(683), + [anon_sym_let] = ACTIONS(683), + [anon_sym_let_DASHenv] = ACTIONS(683), + [anon_sym_mut] = ACTIONS(683), + [anon_sym_const] = ACTIONS(683), + [sym_cmd_identifier] = ACTIONS(683), + [anon_sym_SEMI] = ACTIONS(683), + [anon_sym_LF] = ACTIONS(685), + [anon_sym_def] = ACTIONS(683), + [anon_sym_def_DASHenv] = ACTIONS(683), + [anon_sym_export_DASHenv] = ACTIONS(683), + [anon_sym_extern] = ACTIONS(683), + [anon_sym_module] = ACTIONS(683), + [anon_sym_use] = ACTIONS(683), + [anon_sym_LBRACK] = ACTIONS(683), + [anon_sym_LPAREN] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(683), + [anon_sym_DOLLAR] = ACTIONS(683), + [anon_sym_error] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(683), + [anon_sym_break] = ACTIONS(683), + [anon_sym_continue] = ACTIONS(683), + [anon_sym_for] = ACTIONS(683), + [anon_sym_loop] = ACTIONS(683), + [anon_sym_while] = ACTIONS(683), + [anon_sym_do] = ACTIONS(683), + [anon_sym_if] = ACTIONS(683), + [anon_sym_match] = ACTIONS(683), + [anon_sym_LBRACE] = ACTIONS(683), + [anon_sym_try] = ACTIONS(683), + [anon_sym_return] = ACTIONS(683), + [anon_sym_source] = ACTIONS(683), + [anon_sym_source_DASHenv] = ACTIONS(683), + [anon_sym_register] = ACTIONS(683), + [anon_sym_hide] = ACTIONS(683), + [anon_sym_hide_DASHenv] = ACTIONS(683), + [anon_sym_overlay] = ACTIONS(683), + [anon_sym_where] = ACTIONS(683), + [anon_sym_not] = ACTIONS(683), + [anon_sym_DOT_DOT_LT] = ACTIONS(683), + [anon_sym_DOT_DOT] = ACTIONS(683), + [anon_sym_DOT_DOT_EQ] = ACTIONS(683), + [sym_val_nothing] = ACTIONS(683), + [anon_sym_true] = ACTIONS(683), + [anon_sym_false] = ACTIONS(683), + [aux_sym_val_number_token1] = ACTIONS(683), + [aux_sym_val_number_token2] = ACTIONS(683), + [aux_sym_val_number_token3] = ACTIONS(683), + [aux_sym_val_number_token4] = ACTIONS(683), + [anon_sym_inf] = ACTIONS(683), + [anon_sym_DASHinf] = ACTIONS(683), + [anon_sym_NaN] = ACTIONS(683), + [anon_sym_0b] = ACTIONS(683), + [anon_sym_0o] = ACTIONS(683), + [anon_sym_0x] = ACTIONS(683), + [sym_val_date] = ACTIONS(683), + [anon_sym_DQUOTE] = ACTIONS(683), + [sym__str_single_quotes] = ACTIONS(683), + [sym__str_back_ticks] = ACTIONS(683), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(683), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(683), + [anon_sym_CARET] = ACTIONS(683), + [sym_short_flag] = ACTIONS(1308), + [anon_sym_POUND] = ACTIONS(3), + }, + [645] = { + [sym__flag] = STATE(652), + [sym_long_flag] = STATE(731), + [sym_comment] = STATE(645), + [ts_builtin_sym_end] = ACTIONS(708), + [anon_sym_export] = ACTIONS(706), + [anon_sym_alias] = ACTIONS(706), + [anon_sym_let] = ACTIONS(706), + [anon_sym_let_DASHenv] = ACTIONS(706), + [anon_sym_mut] = ACTIONS(706), + [anon_sym_const] = ACTIONS(706), + [sym_cmd_identifier] = ACTIONS(706), + [anon_sym_SEMI] = ACTIONS(706), + [anon_sym_LF] = ACTIONS(708), + [anon_sym_def] = ACTIONS(706), + [anon_sym_def_DASHenv] = ACTIONS(706), + [anon_sym_export_DASHenv] = ACTIONS(706), + [anon_sym_extern] = ACTIONS(706), + [anon_sym_module] = ACTIONS(706), + [anon_sym_use] = ACTIONS(706), + [anon_sym_LBRACK] = ACTIONS(706), + [anon_sym_LPAREN] = ACTIONS(706), + [anon_sym_PIPE] = ACTIONS(706), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_error] = ACTIONS(706), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(706), + [anon_sym_break] = ACTIONS(706), + [anon_sym_continue] = ACTIONS(706), + [anon_sym_for] = ACTIONS(706), + [anon_sym_loop] = ACTIONS(706), + [anon_sym_while] = ACTIONS(706), + [anon_sym_do] = ACTIONS(706), + [anon_sym_if] = ACTIONS(706), + [anon_sym_match] = ACTIONS(706), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_try] = ACTIONS(706), + [anon_sym_return] = ACTIONS(706), + [anon_sym_source] = ACTIONS(706), + [anon_sym_source_DASHenv] = ACTIONS(706), + [anon_sym_register] = ACTIONS(706), + [anon_sym_hide] = ACTIONS(706), + [anon_sym_hide_DASHenv] = ACTIONS(706), + [anon_sym_overlay] = ACTIONS(706), + [anon_sym_where] = ACTIONS(706), + [anon_sym_not] = ACTIONS(706), + [anon_sym_DOT_DOT_LT] = ACTIONS(706), + [anon_sym_DOT_DOT] = ACTIONS(706), + [anon_sym_DOT_DOT_EQ] = ACTIONS(706), + [sym_val_nothing] = ACTIONS(706), + [anon_sym_true] = ACTIONS(706), + [anon_sym_false] = ACTIONS(706), + [aux_sym_val_number_token1] = ACTIONS(706), + [aux_sym_val_number_token2] = ACTIONS(706), + [aux_sym_val_number_token3] = ACTIONS(706), + [aux_sym_val_number_token4] = ACTIONS(706), + [anon_sym_inf] = ACTIONS(706), + [anon_sym_DASHinf] = ACTIONS(706), + [anon_sym_NaN] = ACTIONS(706), + [anon_sym_0b] = ACTIONS(706), + [anon_sym_0o] = ACTIONS(706), + [anon_sym_0x] = ACTIONS(706), + [sym_val_date] = ACTIONS(706), + [anon_sym_DQUOTE] = ACTIONS(706), + [sym__str_single_quotes] = ACTIONS(706), + [sym__str_back_ticks] = ACTIONS(706), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(706), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(706), + [anon_sym_CARET] = ACTIONS(706), + [sym_short_flag] = ACTIONS(742), + [anon_sym_POUND] = ACTIONS(3), + }, + [646] = { + [sym__flag] = STATE(653), + [sym_long_flag] = STATE(731), + [sym_comment] = STATE(646), + [ts_builtin_sym_end] = ACTIONS(708), + [anon_sym_export] = ACTIONS(706), + [anon_sym_alias] = ACTIONS(706), + [anon_sym_let] = ACTIONS(706), + [anon_sym_let_DASHenv] = ACTIONS(706), + [anon_sym_mut] = ACTIONS(706), + [anon_sym_const] = ACTIONS(706), + [sym_cmd_identifier] = ACTIONS(706), + [anon_sym_SEMI] = ACTIONS(706), + [anon_sym_LF] = ACTIONS(708), + [anon_sym_def] = ACTIONS(706), + [anon_sym_def_DASHenv] = ACTIONS(706), + [anon_sym_export_DASHenv] = ACTIONS(706), + [anon_sym_extern] = ACTIONS(706), + [anon_sym_module] = ACTIONS(706), + [anon_sym_use] = ACTIONS(706), + [anon_sym_LBRACK] = ACTIONS(706), + [anon_sym_LPAREN] = ACTIONS(706), + [anon_sym_PIPE] = ACTIONS(706), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_error] = ACTIONS(706), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(706), + [anon_sym_break] = ACTIONS(706), + [anon_sym_continue] = ACTIONS(706), + [anon_sym_for] = ACTIONS(706), + [anon_sym_loop] = ACTIONS(706), + [anon_sym_while] = ACTIONS(706), + [anon_sym_do] = ACTIONS(706), + [anon_sym_if] = ACTIONS(706), + [anon_sym_match] = ACTIONS(706), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_try] = ACTIONS(706), + [anon_sym_return] = ACTIONS(706), + [anon_sym_source] = ACTIONS(706), + [anon_sym_source_DASHenv] = ACTIONS(706), + [anon_sym_register] = ACTIONS(706), + [anon_sym_hide] = ACTIONS(706), + [anon_sym_hide_DASHenv] = ACTIONS(706), + [anon_sym_overlay] = ACTIONS(706), + [anon_sym_where] = ACTIONS(706), + [anon_sym_not] = ACTIONS(706), + [anon_sym_DOT_DOT_LT] = ACTIONS(706), + [anon_sym_DOT_DOT] = ACTIONS(706), + [anon_sym_DOT_DOT_EQ] = ACTIONS(706), + [sym_val_nothing] = ACTIONS(706), + [anon_sym_true] = ACTIONS(706), + [anon_sym_false] = ACTIONS(706), + [aux_sym_val_number_token1] = ACTIONS(706), + [aux_sym_val_number_token2] = ACTIONS(706), + [aux_sym_val_number_token3] = ACTIONS(706), + [aux_sym_val_number_token4] = ACTIONS(706), + [anon_sym_inf] = ACTIONS(706), + [anon_sym_DASHinf] = ACTIONS(706), + [anon_sym_NaN] = ACTIONS(706), + [anon_sym_0b] = ACTIONS(706), + [anon_sym_0o] = ACTIONS(706), + [anon_sym_0x] = ACTIONS(706), + [sym_val_date] = ACTIONS(706), + [anon_sym_DQUOTE] = ACTIONS(706), + [sym__str_single_quotes] = ACTIONS(706), + [sym__str_back_ticks] = ACTIONS(706), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(706), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(706), + [anon_sym_CARET] = ACTIONS(706), + [sym_short_flag] = ACTIONS(742), + [anon_sym_POUND] = ACTIONS(3), + }, + [647] = { + [sym__flag] = STATE(656), + [sym_long_flag] = STATE(731), + [sym_comment] = STATE(647), + [ts_builtin_sym_end] = ACTIONS(685), + [anon_sym_export] = ACTIONS(683), + [anon_sym_alias] = ACTIONS(683), + [anon_sym_let] = ACTIONS(683), + [anon_sym_let_DASHenv] = ACTIONS(683), + [anon_sym_mut] = ACTIONS(683), + [anon_sym_const] = ACTIONS(683), + [sym_cmd_identifier] = ACTIONS(683), + [anon_sym_SEMI] = ACTIONS(683), + [anon_sym_LF] = ACTIONS(685), + [anon_sym_def] = ACTIONS(683), + [anon_sym_def_DASHenv] = ACTIONS(683), + [anon_sym_export_DASHenv] = ACTIONS(683), + [anon_sym_extern] = ACTIONS(683), + [anon_sym_module] = ACTIONS(683), + [anon_sym_use] = ACTIONS(683), + [anon_sym_LBRACK] = ACTIONS(683), + [anon_sym_LPAREN] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(683), + [anon_sym_DOLLAR] = ACTIONS(683), + [anon_sym_error] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(683), + [anon_sym_break] = ACTIONS(683), + [anon_sym_continue] = ACTIONS(683), + [anon_sym_for] = ACTIONS(683), + [anon_sym_loop] = ACTIONS(683), + [anon_sym_while] = ACTIONS(683), + [anon_sym_do] = ACTIONS(683), + [anon_sym_if] = ACTIONS(683), + [anon_sym_match] = ACTIONS(683), + [anon_sym_LBRACE] = ACTIONS(683), + [anon_sym_try] = ACTIONS(683), + [anon_sym_return] = ACTIONS(683), + [anon_sym_source] = ACTIONS(683), + [anon_sym_source_DASHenv] = ACTIONS(683), + [anon_sym_register] = ACTIONS(683), + [anon_sym_hide] = ACTIONS(683), + [anon_sym_hide_DASHenv] = ACTIONS(683), + [anon_sym_overlay] = ACTIONS(683), + [anon_sym_where] = ACTIONS(683), + [anon_sym_not] = ACTIONS(683), + [anon_sym_DOT_DOT_LT] = ACTIONS(683), + [anon_sym_DOT_DOT] = ACTIONS(683), + [anon_sym_DOT_DOT_EQ] = ACTIONS(683), + [sym_val_nothing] = ACTIONS(683), + [anon_sym_true] = ACTIONS(683), + [anon_sym_false] = ACTIONS(683), + [aux_sym_val_number_token1] = ACTIONS(683), + [aux_sym_val_number_token2] = ACTIONS(683), + [aux_sym_val_number_token3] = ACTIONS(683), + [aux_sym_val_number_token4] = ACTIONS(683), + [anon_sym_inf] = ACTIONS(683), + [anon_sym_DASHinf] = ACTIONS(683), + [anon_sym_NaN] = ACTIONS(683), + [anon_sym_0b] = ACTIONS(683), + [anon_sym_0o] = ACTIONS(683), + [anon_sym_0x] = ACTIONS(683), + [sym_val_date] = ACTIONS(683), + [anon_sym_DQUOTE] = ACTIONS(683), + [sym__str_single_quotes] = ACTIONS(683), + [sym__str_back_ticks] = ACTIONS(683), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(683), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(683), + [anon_sym_CARET] = ACTIONS(683), + [sym_short_flag] = ACTIONS(742), + [anon_sym_POUND] = ACTIONS(3), + }, + [648] = { + [sym_comment] = STATE(648), + [anon_sym_export] = ACTIONS(753), + [anon_sym_alias] = ACTIONS(753), + [anon_sym_let] = ACTIONS(753), + [anon_sym_let_DASHenv] = ACTIONS(753), + [anon_sym_mut] = ACTIONS(753), + [anon_sym_const] = ACTIONS(753), + [sym_cmd_identifier] = ACTIONS(753), + [anon_sym_SEMI] = ACTIONS(753), + [anon_sym_LF] = ACTIONS(755), + [anon_sym_def] = ACTIONS(753), + [anon_sym_def_DASHenv] = ACTIONS(753), + [anon_sym_export_DASHenv] = ACTIONS(753), + [anon_sym_extern] = ACTIONS(753), + [anon_sym_module] = ACTIONS(753), + [anon_sym_use] = ACTIONS(753), + [anon_sym_LBRACK] = ACTIONS(753), + [anon_sym_LPAREN] = ACTIONS(753), + [anon_sym_RPAREN] = ACTIONS(753), + [anon_sym_PIPE] = ACTIONS(753), + [anon_sym_DOLLAR] = ACTIONS(753), + [anon_sym_error] = ACTIONS(753), + [anon_sym_DASH_DASH] = ACTIONS(753), + [anon_sym_DASH] = ACTIONS(753), + [anon_sym_break] = ACTIONS(753), + [anon_sym_continue] = ACTIONS(753), + [anon_sym_for] = ACTIONS(753), + [anon_sym_loop] = ACTIONS(753), + [anon_sym_while] = ACTIONS(753), + [anon_sym_do] = ACTIONS(753), + [anon_sym_if] = ACTIONS(753), + [anon_sym_match] = ACTIONS(753), + [anon_sym_LBRACE] = ACTIONS(753), + [anon_sym_RBRACE] = ACTIONS(753), + [anon_sym_DOT] = ACTIONS(753), + [anon_sym_try] = ACTIONS(753), + [anon_sym_return] = ACTIONS(753), + [anon_sym_source] = ACTIONS(753), + [anon_sym_source_DASHenv] = ACTIONS(753), + [anon_sym_register] = ACTIONS(753), + [anon_sym_hide] = ACTIONS(753), + [anon_sym_hide_DASHenv] = ACTIONS(753), + [anon_sym_overlay] = ACTIONS(753), + [anon_sym_where] = ACTIONS(753), + [anon_sym_not] = ACTIONS(753), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_DOT_DOT] = ACTIONS(753), + [anon_sym_DOT_DOT_EQ] = ACTIONS(753), + [sym_val_nothing] = ACTIONS(753), + [anon_sym_true] = ACTIONS(753), + [anon_sym_false] = ACTIONS(753), + [aux_sym_val_number_token1] = ACTIONS(753), + [aux_sym_val_number_token2] = ACTIONS(753), + [aux_sym_val_number_token3] = ACTIONS(753), + [aux_sym_val_number_token4] = ACTIONS(753), + [anon_sym_inf] = ACTIONS(753), + [anon_sym_DASHinf] = ACTIONS(753), + [anon_sym_NaN] = ACTIONS(753), + [anon_sym_0b] = ACTIONS(753), + [anon_sym_0o] = ACTIONS(753), + [anon_sym_0x] = ACTIONS(753), + [sym_val_date] = ACTIONS(753), + [anon_sym_DQUOTE] = ACTIONS(753), + [sym__str_single_quotes] = ACTIONS(753), + [sym__str_back_ticks] = ACTIONS(753), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(753), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(753), + [anon_sym_CARET] = ACTIONS(753), + [sym_short_flag] = ACTIONS(753), + [anon_sym_POUND] = ACTIONS(3), + }, + [649] = { + [sym_comment] = STATE(649), + [ts_builtin_sym_end] = ACTIONS(623), + [anon_sym_export] = ACTIONS(621), + [anon_sym_alias] = ACTIONS(621), + [anon_sym_let] = ACTIONS(621), + [anon_sym_let_DASHenv] = ACTIONS(621), + [anon_sym_mut] = ACTIONS(621), + [anon_sym_const] = ACTIONS(621), + [sym_cmd_identifier] = ACTIONS(621), + [anon_sym_SEMI] = ACTIONS(621), + [anon_sym_LF] = ACTIONS(623), + [anon_sym_def] = ACTIONS(621), + [anon_sym_def_DASHenv] = ACTIONS(621), + [anon_sym_export_DASHenv] = ACTIONS(621), + [anon_sym_extern] = ACTIONS(621), + [anon_sym_module] = ACTIONS(621), + [anon_sym_use] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_PIPE] = ACTIONS(621), + [anon_sym_DOLLAR] = ACTIONS(621), + [anon_sym_error] = ACTIONS(621), + [anon_sym_DASH_DASH] = ACTIONS(621), + [anon_sym_DASH] = ACTIONS(621), + [anon_sym_break] = ACTIONS(621), + [anon_sym_continue] = ACTIONS(621), + [anon_sym_for] = ACTIONS(621), + [anon_sym_loop] = ACTIONS(621), + [anon_sym_while] = ACTIONS(621), + [anon_sym_do] = ACTIONS(621), + [anon_sym_if] = ACTIONS(621), + [anon_sym_match] = ACTIONS(621), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_DOT] = ACTIONS(621), + [anon_sym_try] = ACTIONS(621), + [anon_sym_return] = ACTIONS(621), + [anon_sym_source] = ACTIONS(621), + [anon_sym_source_DASHenv] = ACTIONS(621), + [anon_sym_register] = ACTIONS(621), + [anon_sym_hide] = ACTIONS(621), + [anon_sym_hide_DASHenv] = ACTIONS(621), + [anon_sym_overlay] = ACTIONS(621), + [anon_sym_where] = ACTIONS(621), + [anon_sym_QMARK2] = ACTIONS(1310), + [anon_sym_not] = ACTIONS(621), + [anon_sym_DOT_DOT_LT] = ACTIONS(621), + [anon_sym_DOT_DOT] = ACTIONS(621), + [anon_sym_DOT_DOT_EQ] = ACTIONS(621), + [sym_val_nothing] = ACTIONS(621), + [anon_sym_true] = ACTIONS(621), + [anon_sym_false] = ACTIONS(621), + [aux_sym_val_number_token1] = ACTIONS(621), + [aux_sym_val_number_token2] = ACTIONS(621), + [aux_sym_val_number_token3] = ACTIONS(621), + [aux_sym_val_number_token4] = ACTIONS(621), + [anon_sym_inf] = ACTIONS(621), + [anon_sym_DASHinf] = ACTIONS(621), + [anon_sym_NaN] = ACTIONS(621), + [anon_sym_0b] = ACTIONS(621), + [anon_sym_0o] = ACTIONS(621), + [anon_sym_0x] = ACTIONS(621), + [sym_val_date] = ACTIONS(621), + [anon_sym_DQUOTE] = ACTIONS(621), + [sym__str_single_quotes] = ACTIONS(621), + [sym__str_back_ticks] = ACTIONS(621), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(621), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(621), + [anon_sym_CARET] = ACTIONS(621), + [sym_short_flag] = ACTIONS(621), + [anon_sym_POUND] = ACTIONS(3), + }, + [650] = { + [sym_comment] = STATE(650), + [anon_sym_export] = ACTIONS(710), + [anon_sym_alias] = ACTIONS(710), + [anon_sym_let] = ACTIONS(710), + [anon_sym_let_DASHenv] = ACTIONS(710), + [anon_sym_mut] = ACTIONS(710), + [anon_sym_const] = ACTIONS(710), + [sym_cmd_identifier] = ACTIONS(710), + [anon_sym_SEMI] = ACTIONS(710), + [anon_sym_LF] = ACTIONS(712), + [anon_sym_def] = ACTIONS(710), + [anon_sym_def_DASHenv] = ACTIONS(710), + [anon_sym_export_DASHenv] = ACTIONS(710), + [anon_sym_extern] = ACTIONS(710), + [anon_sym_module] = ACTIONS(710), + [anon_sym_use] = ACTIONS(710), + [anon_sym_LBRACK] = ACTIONS(710), + [anon_sym_LPAREN] = ACTIONS(710), + [anon_sym_RPAREN] = ACTIONS(710), + [anon_sym_PIPE] = ACTIONS(710), + [anon_sym_DOLLAR] = ACTIONS(710), + [anon_sym_error] = ACTIONS(710), + [anon_sym_DASH_DASH] = ACTIONS(710), + [anon_sym_DASH] = ACTIONS(710), + [anon_sym_break] = ACTIONS(710), + [anon_sym_continue] = ACTIONS(710), + [anon_sym_for] = ACTIONS(710), + [anon_sym_loop] = ACTIONS(710), + [anon_sym_while] = ACTIONS(710), + [anon_sym_do] = ACTIONS(710), + [anon_sym_if] = ACTIONS(710), + [anon_sym_match] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(710), + [anon_sym_RBRACE] = ACTIONS(710), + [anon_sym_DOT] = ACTIONS(710), + [anon_sym_try] = ACTIONS(710), + [anon_sym_return] = ACTIONS(710), + [anon_sym_source] = ACTIONS(710), + [anon_sym_source_DASHenv] = ACTIONS(710), + [anon_sym_register] = ACTIONS(710), + [anon_sym_hide] = ACTIONS(710), + [anon_sym_hide_DASHenv] = ACTIONS(710), + [anon_sym_overlay] = ACTIONS(710), + [anon_sym_where] = ACTIONS(710), + [anon_sym_not] = ACTIONS(710), + [anon_sym_DOT_DOT_LT] = ACTIONS(710), + [anon_sym_DOT_DOT] = ACTIONS(710), + [anon_sym_DOT_DOT_EQ] = ACTIONS(710), + [sym_val_nothing] = ACTIONS(710), + [anon_sym_true] = ACTIONS(710), + [anon_sym_false] = ACTIONS(710), + [aux_sym_val_number_token1] = ACTIONS(710), + [aux_sym_val_number_token2] = ACTIONS(710), + [aux_sym_val_number_token3] = ACTIONS(710), + [aux_sym_val_number_token4] = ACTIONS(710), + [anon_sym_inf] = ACTIONS(710), + [anon_sym_DASHinf] = ACTIONS(710), + [anon_sym_NaN] = ACTIONS(710), + [anon_sym_0b] = ACTIONS(710), + [anon_sym_0o] = ACTIONS(710), + [anon_sym_0x] = ACTIONS(710), + [sym_val_date] = ACTIONS(710), + [anon_sym_DQUOTE] = ACTIONS(710), + [sym__str_single_quotes] = ACTIONS(710), + [sym__str_back_ticks] = ACTIONS(710), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(710), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(710), + [anon_sym_CARET] = ACTIONS(710), + [sym_short_flag] = ACTIONS(710), + [anon_sym_POUND] = ACTIONS(3), + }, + [651] = { + [sym__flag] = STATE(645), + [sym_long_flag] = STATE(731), + [sym_comment] = STATE(651), + [ts_builtin_sym_end] = ACTIONS(629), + [anon_sym_export] = ACTIONS(627), + [anon_sym_alias] = ACTIONS(627), + [anon_sym_let] = ACTIONS(627), + [anon_sym_let_DASHenv] = ACTIONS(627), + [anon_sym_mut] = ACTIONS(627), + [anon_sym_const] = ACTIONS(627), + [sym_cmd_identifier] = ACTIONS(627), + [anon_sym_SEMI] = ACTIONS(627), + [anon_sym_LF] = ACTIONS(629), + [anon_sym_def] = ACTIONS(627), + [anon_sym_def_DASHenv] = ACTIONS(627), + [anon_sym_export_DASHenv] = ACTIONS(627), + [anon_sym_extern] = ACTIONS(627), + [anon_sym_module] = ACTIONS(627), + [anon_sym_use] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(627), + [anon_sym_LPAREN] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(627), + [anon_sym_DOLLAR] = ACTIONS(627), + [anon_sym_error] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(627), + [anon_sym_break] = ACTIONS(627), + [anon_sym_continue] = ACTIONS(627), + [anon_sym_for] = ACTIONS(627), + [anon_sym_loop] = ACTIONS(627), + [anon_sym_while] = ACTIONS(627), + [anon_sym_do] = ACTIONS(627), + [anon_sym_if] = ACTIONS(627), + [anon_sym_match] = ACTIONS(627), + [anon_sym_LBRACE] = ACTIONS(627), + [anon_sym_try] = ACTIONS(627), + [anon_sym_return] = ACTIONS(627), + [anon_sym_source] = ACTIONS(627), + [anon_sym_source_DASHenv] = ACTIONS(627), + [anon_sym_register] = ACTIONS(627), + [anon_sym_hide] = ACTIONS(627), + [anon_sym_hide_DASHenv] = ACTIONS(627), + [anon_sym_overlay] = ACTIONS(627), + [anon_sym_where] = ACTIONS(627), + [anon_sym_not] = ACTIONS(627), + [anon_sym_DOT_DOT_LT] = ACTIONS(627), + [anon_sym_DOT_DOT] = ACTIONS(627), + [anon_sym_DOT_DOT_EQ] = ACTIONS(627), + [sym_val_nothing] = ACTIONS(627), + [anon_sym_true] = ACTIONS(627), + [anon_sym_false] = ACTIONS(627), + [aux_sym_val_number_token1] = ACTIONS(627), + [aux_sym_val_number_token2] = ACTIONS(627), + [aux_sym_val_number_token3] = ACTIONS(627), + [aux_sym_val_number_token4] = ACTIONS(627), + [anon_sym_inf] = ACTIONS(627), + [anon_sym_DASHinf] = ACTIONS(627), + [anon_sym_NaN] = ACTIONS(627), + [anon_sym_0b] = ACTIONS(627), + [anon_sym_0o] = ACTIONS(627), + [anon_sym_0x] = ACTIONS(627), + [sym_val_date] = ACTIONS(627), + [anon_sym_DQUOTE] = ACTIONS(627), + [sym__str_single_quotes] = ACTIONS(627), + [sym__str_back_ticks] = ACTIONS(627), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(627), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(627), + [anon_sym_CARET] = ACTIONS(627), + [sym_short_flag] = ACTIONS(742), + [anon_sym_POUND] = ACTIONS(3), + }, + [652] = { + [sym__flag] = STATE(884), + [sym_long_flag] = STATE(825), + [sym_comment] = STATE(652), + [ts_builtin_sym_end] = ACTIONS(704), + [anon_sym_export] = ACTIONS(702), + [anon_sym_alias] = ACTIONS(702), + [anon_sym_let] = ACTIONS(702), + [anon_sym_let_DASHenv] = ACTIONS(702), + [anon_sym_mut] = ACTIONS(702), + [anon_sym_const] = ACTIONS(702), + [sym_cmd_identifier] = ACTIONS(702), + [anon_sym_SEMI] = ACTIONS(702), + [anon_sym_LF] = ACTIONS(704), + [anon_sym_def] = ACTIONS(702), + [anon_sym_def_DASHenv] = ACTIONS(702), + [anon_sym_export_DASHenv] = ACTIONS(702), + [anon_sym_extern] = ACTIONS(702), + [anon_sym_module] = ACTIONS(702), + [anon_sym_use] = ACTIONS(702), + [anon_sym_LBRACK] = ACTIONS(702), + [anon_sym_LPAREN] = ACTIONS(702), + [anon_sym_PIPE] = ACTIONS(702), + [anon_sym_DOLLAR] = ACTIONS(702), + [anon_sym_error] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_break] = ACTIONS(702), + [anon_sym_continue] = ACTIONS(702), + [anon_sym_for] = ACTIONS(702), + [anon_sym_loop] = ACTIONS(702), + [anon_sym_while] = ACTIONS(702), + [anon_sym_do] = ACTIONS(702), + [anon_sym_if] = ACTIONS(702), + [anon_sym_match] = ACTIONS(702), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_try] = ACTIONS(702), + [anon_sym_return] = ACTIONS(702), + [anon_sym_source] = ACTIONS(702), + [anon_sym_source_DASHenv] = ACTIONS(702), + [anon_sym_register] = ACTIONS(702), + [anon_sym_hide] = ACTIONS(702), + [anon_sym_hide_DASHenv] = ACTIONS(702), + [anon_sym_overlay] = ACTIONS(702), + [anon_sym_where] = ACTIONS(702), + [anon_sym_not] = ACTIONS(702), + [anon_sym_DOT_DOT_LT] = ACTIONS(702), + [anon_sym_DOT_DOT] = ACTIONS(702), + [anon_sym_DOT_DOT_EQ] = ACTIONS(702), + [sym_val_nothing] = ACTIONS(702), + [anon_sym_true] = ACTIONS(702), + [anon_sym_false] = ACTIONS(702), + [aux_sym_val_number_token1] = ACTIONS(702), + [aux_sym_val_number_token2] = ACTIONS(702), + [aux_sym_val_number_token3] = ACTIONS(702), + [aux_sym_val_number_token4] = ACTIONS(702), + [anon_sym_inf] = ACTIONS(702), + [anon_sym_DASHinf] = ACTIONS(702), + [anon_sym_NaN] = ACTIONS(702), + [anon_sym_0b] = ACTIONS(702), + [anon_sym_0o] = ACTIONS(702), + [anon_sym_0x] = ACTIONS(702), + [sym_val_date] = ACTIONS(702), + [anon_sym_DQUOTE] = ACTIONS(702), + [sym__str_single_quotes] = ACTIONS(702), + [sym__str_back_ticks] = ACTIONS(702), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(702), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(702), + [anon_sym_CARET] = ACTIONS(702), + [sym_short_flag] = ACTIONS(1308), + [anon_sym_POUND] = ACTIONS(3), + }, + [653] = { + [sym__flag] = STATE(664), + [sym_long_flag] = STATE(731), + [sym_comment] = STATE(653), + [ts_builtin_sym_end] = ACTIONS(704), + [anon_sym_export] = ACTIONS(702), + [anon_sym_alias] = ACTIONS(702), + [anon_sym_let] = ACTIONS(702), + [anon_sym_let_DASHenv] = ACTIONS(702), + [anon_sym_mut] = ACTIONS(702), + [anon_sym_const] = ACTIONS(702), + [sym_cmd_identifier] = ACTIONS(702), + [anon_sym_SEMI] = ACTIONS(702), + [anon_sym_LF] = ACTIONS(704), + [anon_sym_def] = ACTIONS(702), + [anon_sym_def_DASHenv] = ACTIONS(702), + [anon_sym_export_DASHenv] = ACTIONS(702), + [anon_sym_extern] = ACTIONS(702), + [anon_sym_module] = ACTIONS(702), + [anon_sym_use] = ACTIONS(702), + [anon_sym_LBRACK] = ACTIONS(702), + [anon_sym_LPAREN] = ACTIONS(702), + [anon_sym_PIPE] = ACTIONS(702), + [anon_sym_DOLLAR] = ACTIONS(702), + [anon_sym_error] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_break] = ACTIONS(702), + [anon_sym_continue] = ACTIONS(702), + [anon_sym_for] = ACTIONS(702), + [anon_sym_loop] = ACTIONS(702), + [anon_sym_while] = ACTIONS(702), + [anon_sym_do] = ACTIONS(702), + [anon_sym_if] = ACTIONS(702), + [anon_sym_match] = ACTIONS(702), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_try] = ACTIONS(702), + [anon_sym_return] = ACTIONS(702), + [anon_sym_source] = ACTIONS(702), + [anon_sym_source_DASHenv] = ACTIONS(702), + [anon_sym_register] = ACTIONS(702), + [anon_sym_hide] = ACTIONS(702), + [anon_sym_hide_DASHenv] = ACTIONS(702), + [anon_sym_overlay] = ACTIONS(702), + [anon_sym_where] = ACTIONS(702), + [anon_sym_not] = ACTIONS(702), + [anon_sym_DOT_DOT_LT] = ACTIONS(702), + [anon_sym_DOT_DOT] = ACTIONS(702), + [anon_sym_DOT_DOT_EQ] = ACTIONS(702), + [sym_val_nothing] = ACTIONS(702), + [anon_sym_true] = ACTIONS(702), + [anon_sym_false] = ACTIONS(702), + [aux_sym_val_number_token1] = ACTIONS(702), + [aux_sym_val_number_token2] = ACTIONS(702), + [aux_sym_val_number_token3] = ACTIONS(702), + [aux_sym_val_number_token4] = ACTIONS(702), + [anon_sym_inf] = ACTIONS(702), + [anon_sym_DASHinf] = ACTIONS(702), + [anon_sym_NaN] = ACTIONS(702), + [anon_sym_0b] = ACTIONS(702), + [anon_sym_0o] = ACTIONS(702), + [anon_sym_0x] = ACTIONS(702), + [sym_val_date] = ACTIONS(702), + [anon_sym_DQUOTE] = ACTIONS(702), + [sym__str_single_quotes] = ACTIONS(702), + [sym__str_back_ticks] = ACTIONS(702), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(702), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(702), + [anon_sym_CARET] = ACTIONS(702), + [sym_short_flag] = ACTIONS(742), + [anon_sym_POUND] = ACTIONS(3), + }, + [654] = { + [sym__flag] = STATE(665), + [sym_long_flag] = STATE(731), + [sym_comment] = STATE(654), + [ts_builtin_sym_end] = ACTIONS(704), + [anon_sym_export] = ACTIONS(702), + [anon_sym_alias] = ACTIONS(702), + [anon_sym_let] = ACTIONS(702), + [anon_sym_let_DASHenv] = ACTIONS(702), + [anon_sym_mut] = ACTIONS(702), + [anon_sym_const] = ACTIONS(702), + [sym_cmd_identifier] = ACTIONS(702), + [anon_sym_SEMI] = ACTIONS(702), + [anon_sym_LF] = ACTIONS(704), + [anon_sym_def] = ACTIONS(702), + [anon_sym_def_DASHenv] = ACTIONS(702), + [anon_sym_export_DASHenv] = ACTIONS(702), + [anon_sym_extern] = ACTIONS(702), + [anon_sym_module] = ACTIONS(702), + [anon_sym_use] = ACTIONS(702), + [anon_sym_LBRACK] = ACTIONS(702), + [anon_sym_LPAREN] = ACTIONS(702), + [anon_sym_PIPE] = ACTIONS(702), + [anon_sym_DOLLAR] = ACTIONS(702), + [anon_sym_error] = ACTIONS(702), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_break] = ACTIONS(702), + [anon_sym_continue] = ACTIONS(702), + [anon_sym_for] = ACTIONS(702), + [anon_sym_loop] = ACTIONS(702), + [anon_sym_while] = ACTIONS(702), + [anon_sym_do] = ACTIONS(702), + [anon_sym_if] = ACTIONS(702), + [anon_sym_match] = ACTIONS(702), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_try] = ACTIONS(702), + [anon_sym_return] = ACTIONS(702), + [anon_sym_source] = ACTIONS(702), + [anon_sym_source_DASHenv] = ACTIONS(702), + [anon_sym_register] = ACTIONS(702), + [anon_sym_hide] = ACTIONS(702), + [anon_sym_hide_DASHenv] = ACTIONS(702), + [anon_sym_overlay] = ACTIONS(702), + [anon_sym_where] = ACTIONS(702), + [anon_sym_not] = ACTIONS(702), + [anon_sym_DOT_DOT_LT] = ACTIONS(702), + [anon_sym_DOT_DOT] = ACTIONS(702), + [anon_sym_DOT_DOT_EQ] = ACTIONS(702), + [sym_val_nothing] = ACTIONS(702), + [anon_sym_true] = ACTIONS(702), + [anon_sym_false] = ACTIONS(702), + [aux_sym_val_number_token1] = ACTIONS(702), + [aux_sym_val_number_token2] = ACTIONS(702), + [aux_sym_val_number_token3] = ACTIONS(702), + [aux_sym_val_number_token4] = ACTIONS(702), + [anon_sym_inf] = ACTIONS(702), + [anon_sym_DASHinf] = ACTIONS(702), + [anon_sym_NaN] = ACTIONS(702), + [anon_sym_0b] = ACTIONS(702), + [anon_sym_0o] = ACTIONS(702), + [anon_sym_0x] = ACTIONS(702), + [sym_val_date] = ACTIONS(702), + [anon_sym_DQUOTE] = ACTIONS(702), + [sym__str_single_quotes] = ACTIONS(702), + [sym__str_back_ticks] = ACTIONS(702), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(702), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(702), + [anon_sym_CARET] = ACTIONS(702), + [sym_short_flag] = ACTIONS(742), + [anon_sym_POUND] = ACTIONS(3), + }, + [655] = { + [sym__flag] = STATE(660), + [sym_long_flag] = STATE(731), + [sym_comment] = STATE(655), + [ts_builtin_sym_end] = ACTIONS(629), + [anon_sym_export] = ACTIONS(627), + [anon_sym_alias] = ACTIONS(627), + [anon_sym_let] = ACTIONS(627), + [anon_sym_let_DASHenv] = ACTIONS(627), + [anon_sym_mut] = ACTIONS(627), + [anon_sym_const] = ACTIONS(627), + [sym_cmd_identifier] = ACTIONS(627), + [anon_sym_SEMI] = ACTIONS(627), + [anon_sym_LF] = ACTIONS(629), + [anon_sym_def] = ACTIONS(627), + [anon_sym_def_DASHenv] = ACTIONS(627), + [anon_sym_export_DASHenv] = ACTIONS(627), + [anon_sym_extern] = ACTIONS(627), + [anon_sym_module] = ACTIONS(627), + [anon_sym_use] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(627), + [anon_sym_LPAREN] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(627), + [anon_sym_DOLLAR] = ACTIONS(627), + [anon_sym_error] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(627), + [anon_sym_break] = ACTIONS(627), + [anon_sym_continue] = ACTIONS(627), + [anon_sym_for] = ACTIONS(627), + [anon_sym_loop] = ACTIONS(627), + [anon_sym_while] = ACTIONS(627), + [anon_sym_do] = ACTIONS(627), + [anon_sym_if] = ACTIONS(627), + [anon_sym_match] = ACTIONS(627), + [anon_sym_LBRACE] = ACTIONS(627), + [anon_sym_try] = ACTIONS(627), + [anon_sym_return] = ACTIONS(627), + [anon_sym_source] = ACTIONS(627), + [anon_sym_source_DASHenv] = ACTIONS(627), + [anon_sym_register] = ACTIONS(627), + [anon_sym_hide] = ACTIONS(627), + [anon_sym_hide_DASHenv] = ACTIONS(627), + [anon_sym_overlay] = ACTIONS(627), + [anon_sym_where] = ACTIONS(627), + [anon_sym_not] = ACTIONS(627), + [anon_sym_DOT_DOT_LT] = ACTIONS(627), + [anon_sym_DOT_DOT] = ACTIONS(627), + [anon_sym_DOT_DOT_EQ] = ACTIONS(627), + [sym_val_nothing] = ACTIONS(627), + [anon_sym_true] = ACTIONS(627), + [anon_sym_false] = ACTIONS(627), + [aux_sym_val_number_token1] = ACTIONS(627), + [aux_sym_val_number_token2] = ACTIONS(627), + [aux_sym_val_number_token3] = ACTIONS(627), + [aux_sym_val_number_token4] = ACTIONS(627), + [anon_sym_inf] = ACTIONS(627), + [anon_sym_DASHinf] = ACTIONS(627), + [anon_sym_NaN] = ACTIONS(627), + [anon_sym_0b] = ACTIONS(627), + [anon_sym_0o] = ACTIONS(627), + [anon_sym_0x] = ACTIONS(627), + [sym_val_date] = ACTIONS(627), + [anon_sym_DQUOTE] = ACTIONS(627), + [sym__str_single_quotes] = ACTIONS(627), + [sym__str_back_ticks] = ACTIONS(627), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(627), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(627), + [anon_sym_CARET] = ACTIONS(627), + [sym_short_flag] = ACTIONS(742), + [anon_sym_POUND] = ACTIONS(3), + }, + [656] = { + [sym__flag] = STATE(862), + [sym_long_flag] = STATE(825), + [sym_comment] = STATE(656), + [ts_builtin_sym_end] = ACTIONS(629), + [anon_sym_export] = ACTIONS(627), + [anon_sym_alias] = ACTIONS(627), + [anon_sym_let] = ACTIONS(627), + [anon_sym_let_DASHenv] = ACTIONS(627), + [anon_sym_mut] = ACTIONS(627), + [anon_sym_const] = ACTIONS(627), + [sym_cmd_identifier] = ACTIONS(627), + [anon_sym_SEMI] = ACTIONS(627), + [anon_sym_LF] = ACTIONS(629), + [anon_sym_def] = ACTIONS(627), + [anon_sym_def_DASHenv] = ACTIONS(627), + [anon_sym_export_DASHenv] = ACTIONS(627), + [anon_sym_extern] = ACTIONS(627), + [anon_sym_module] = ACTIONS(627), + [anon_sym_use] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(627), + [anon_sym_LPAREN] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(627), + [anon_sym_DOLLAR] = ACTIONS(627), + [anon_sym_error] = ACTIONS(627), + [anon_sym_DASH_DASH] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(627), + [anon_sym_break] = ACTIONS(627), + [anon_sym_continue] = ACTIONS(627), + [anon_sym_for] = ACTIONS(627), + [anon_sym_loop] = ACTIONS(627), + [anon_sym_while] = ACTIONS(627), + [anon_sym_do] = ACTIONS(627), + [anon_sym_if] = ACTIONS(627), + [anon_sym_match] = ACTIONS(627), + [anon_sym_LBRACE] = ACTIONS(627), + [anon_sym_try] = ACTIONS(627), + [anon_sym_return] = ACTIONS(627), + [anon_sym_source] = ACTIONS(627), + [anon_sym_source_DASHenv] = ACTIONS(627), + [anon_sym_register] = ACTIONS(627), + [anon_sym_hide] = ACTIONS(627), + [anon_sym_hide_DASHenv] = ACTIONS(627), + [anon_sym_overlay] = ACTIONS(627), + [anon_sym_where] = ACTIONS(627), + [anon_sym_not] = ACTIONS(627), + [anon_sym_DOT_DOT_LT] = ACTIONS(627), + [anon_sym_DOT_DOT] = ACTIONS(627), + [anon_sym_DOT_DOT_EQ] = ACTIONS(627), + [sym_val_nothing] = ACTIONS(627), + [anon_sym_true] = ACTIONS(627), + [anon_sym_false] = ACTIONS(627), + [aux_sym_val_number_token1] = ACTIONS(627), + [aux_sym_val_number_token2] = ACTIONS(627), + [aux_sym_val_number_token3] = ACTIONS(627), + [aux_sym_val_number_token4] = ACTIONS(627), + [anon_sym_inf] = ACTIONS(627), + [anon_sym_DASHinf] = ACTIONS(627), + [anon_sym_NaN] = ACTIONS(627), + [anon_sym_0b] = ACTIONS(627), + [anon_sym_0o] = ACTIONS(627), + [anon_sym_0x] = ACTIONS(627), + [sym_val_date] = ACTIONS(627), + [anon_sym_DQUOTE] = ACTIONS(627), + [sym__str_single_quotes] = ACTIONS(627), + [sym__str_back_ticks] = ACTIONS(627), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(627), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(627), + [anon_sym_CARET] = ACTIONS(627), + [sym_short_flag] = ACTIONS(1308), + [anon_sym_POUND] = ACTIONS(3), + }, + [657] = { + [sym_comment] = STATE(657), + [anon_sym_export] = ACTIONS(1312), + [anon_sym_alias] = ACTIONS(1312), + [anon_sym_let] = ACTIONS(1312), + [anon_sym_let_DASHenv] = ACTIONS(1312), + [anon_sym_mut] = ACTIONS(1312), + [anon_sym_const] = ACTIONS(1312), + [sym_cmd_identifier] = ACTIONS(1312), + [anon_sym_SEMI] = ACTIONS(1312), + [anon_sym_LF] = ACTIONS(1314), + [anon_sym_def] = ACTIONS(1312), + [anon_sym_def_DASHenv] = ACTIONS(1312), + [anon_sym_export_DASHenv] = ACTIONS(1312), + [anon_sym_extern] = ACTIONS(1312), + [anon_sym_module] = ACTIONS(1312), + [anon_sym_use] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(1312), + [anon_sym_LPAREN] = ACTIONS(1312), + [anon_sym_RPAREN] = ACTIONS(1312), + [anon_sym_PIPE] = ACTIONS(1312), + [anon_sym_DOLLAR] = ACTIONS(1312), + [anon_sym_error] = ACTIONS(1312), + [anon_sym_DASH_DASH] = ACTIONS(1312), + [anon_sym_DASH] = ACTIONS(1312), + [anon_sym_break] = ACTIONS(1312), + [anon_sym_continue] = ACTIONS(1312), + [anon_sym_for] = ACTIONS(1312), + [anon_sym_loop] = ACTIONS(1312), + [anon_sym_while] = ACTIONS(1312), + [anon_sym_do] = ACTIONS(1312), + [anon_sym_if] = ACTIONS(1312), + [anon_sym_match] = ACTIONS(1312), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_RBRACE] = ACTIONS(1312), + [anon_sym_try] = ACTIONS(1312), + [anon_sym_return] = ACTIONS(1312), + [anon_sym_source] = ACTIONS(1312), + [anon_sym_source_DASHenv] = ACTIONS(1312), + [anon_sym_register] = ACTIONS(1312), + [anon_sym_hide] = ACTIONS(1312), + [anon_sym_hide_DASHenv] = ACTIONS(1312), + [anon_sym_overlay] = ACTIONS(1312), + [anon_sym_where] = ACTIONS(1312), + [anon_sym_not] = ACTIONS(1312), + [anon_sym_DOT_DOT_LT] = ACTIONS(1312), + [anon_sym_DOT_DOT] = ACTIONS(1312), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1312), + [sym_val_nothing] = ACTIONS(1312), + [anon_sym_true] = ACTIONS(1312), + [anon_sym_false] = ACTIONS(1312), + [aux_sym_val_number_token1] = ACTIONS(1312), + [aux_sym_val_number_token2] = ACTIONS(1312), + [aux_sym_val_number_token3] = ACTIONS(1312), + [aux_sym_val_number_token4] = ACTIONS(1312), + [anon_sym_inf] = ACTIONS(1312), + [anon_sym_DASHinf] = ACTIONS(1312), + [anon_sym_NaN] = ACTIONS(1312), + [anon_sym_0b] = ACTIONS(1312), + [anon_sym_0o] = ACTIONS(1312), + [anon_sym_0x] = ACTIONS(1312), + [sym_val_date] = ACTIONS(1312), + [anon_sym_DQUOTE] = ACTIONS(1312), + [sym__str_single_quotes] = ACTIONS(1312), + [sym__str_back_ticks] = ACTIONS(1312), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1312), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1312), + [anon_sym_CARET] = ACTIONS(1312), + [sym_short_flag] = ACTIONS(1312), + [aux_sym_long_flag_token1] = ACTIONS(1316), + [anon_sym_POUND] = ACTIONS(3), + }, + [658] = { + [sym__flag] = STATE(655), + [sym_long_flag] = STATE(731), + [sym_comment] = STATE(658), + [ts_builtin_sym_end] = ACTIONS(685), + [anon_sym_export] = ACTIONS(683), + [anon_sym_alias] = ACTIONS(683), + [anon_sym_let] = ACTIONS(683), + [anon_sym_let_DASHenv] = ACTIONS(683), + [anon_sym_mut] = ACTIONS(683), + [anon_sym_const] = ACTIONS(683), + [sym_cmd_identifier] = ACTIONS(683), + [anon_sym_SEMI] = ACTIONS(683), + [anon_sym_LF] = ACTIONS(685), + [anon_sym_def] = ACTIONS(683), + [anon_sym_def_DASHenv] = ACTIONS(683), + [anon_sym_export_DASHenv] = ACTIONS(683), + [anon_sym_extern] = ACTIONS(683), + [anon_sym_module] = ACTIONS(683), + [anon_sym_use] = ACTIONS(683), + [anon_sym_LBRACK] = ACTIONS(683), + [anon_sym_LPAREN] = ACTIONS(683), + [anon_sym_PIPE] = ACTIONS(683), + [anon_sym_DOLLAR] = ACTIONS(683), + [anon_sym_error] = ACTIONS(683), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(683), + [anon_sym_break] = ACTIONS(683), + [anon_sym_continue] = ACTIONS(683), + [anon_sym_for] = ACTIONS(683), + [anon_sym_loop] = ACTIONS(683), + [anon_sym_while] = ACTIONS(683), + [anon_sym_do] = ACTIONS(683), + [anon_sym_if] = ACTIONS(683), + [anon_sym_match] = ACTIONS(683), + [anon_sym_LBRACE] = ACTIONS(683), + [anon_sym_try] = ACTIONS(683), + [anon_sym_return] = ACTIONS(683), + [anon_sym_source] = ACTIONS(683), + [anon_sym_source_DASHenv] = ACTIONS(683), + [anon_sym_register] = ACTIONS(683), + [anon_sym_hide] = ACTIONS(683), + [anon_sym_hide_DASHenv] = ACTIONS(683), + [anon_sym_overlay] = ACTIONS(683), + [anon_sym_where] = ACTIONS(683), + [anon_sym_not] = ACTIONS(683), + [anon_sym_DOT_DOT_LT] = ACTIONS(683), + [anon_sym_DOT_DOT] = ACTIONS(683), + [anon_sym_DOT_DOT_EQ] = ACTIONS(683), + [sym_val_nothing] = ACTIONS(683), + [anon_sym_true] = ACTIONS(683), + [anon_sym_false] = ACTIONS(683), + [aux_sym_val_number_token1] = ACTIONS(683), + [aux_sym_val_number_token2] = ACTIONS(683), + [aux_sym_val_number_token3] = ACTIONS(683), + [aux_sym_val_number_token4] = ACTIONS(683), + [anon_sym_inf] = ACTIONS(683), + [anon_sym_DASHinf] = ACTIONS(683), + [anon_sym_NaN] = ACTIONS(683), + [anon_sym_0b] = ACTIONS(683), + [anon_sym_0o] = ACTIONS(683), + [anon_sym_0x] = ACTIONS(683), + [sym_val_date] = ACTIONS(683), + [anon_sym_DQUOTE] = ACTIONS(683), + [sym__str_single_quotes] = ACTIONS(683), + [sym__str_back_ticks] = ACTIONS(683), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(683), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(683), + [anon_sym_CARET] = ACTIONS(683), + [sym_short_flag] = ACTIONS(742), + [anon_sym_POUND] = ACTIONS(3), + }, + [659] = { + [sym_comment] = STATE(659), + [ts_builtin_sym_end] = ACTIONS(623), + [anon_sym_export] = ACTIONS(621), + [anon_sym_alias] = ACTIONS(621), + [anon_sym_let] = ACTIONS(621), + [anon_sym_let_DASHenv] = ACTIONS(621), + [anon_sym_mut] = ACTIONS(621), + [anon_sym_const] = ACTIONS(621), + [sym_cmd_identifier] = ACTIONS(621), + [anon_sym_SEMI] = ACTIONS(621), + [anon_sym_LF] = ACTIONS(623), + [anon_sym_def] = ACTIONS(621), + [anon_sym_def_DASHenv] = ACTIONS(621), + [anon_sym_export_DASHenv] = ACTIONS(621), + [anon_sym_extern] = ACTIONS(621), + [anon_sym_module] = ACTIONS(621), + [anon_sym_use] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_PIPE] = ACTIONS(621), + [anon_sym_DOLLAR] = ACTIONS(621), + [anon_sym_error] = ACTIONS(621), + [anon_sym_DASH_DASH] = ACTIONS(621), + [anon_sym_DASH] = ACTIONS(621), + [anon_sym_break] = ACTIONS(621), + [anon_sym_continue] = ACTIONS(621), + [anon_sym_for] = ACTIONS(621), + [anon_sym_loop] = ACTIONS(621), + [anon_sym_while] = ACTIONS(621), + [anon_sym_do] = ACTIONS(621), + [anon_sym_if] = ACTIONS(621), + [anon_sym_match] = ACTIONS(621), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_DOT] = ACTIONS(621), + [anon_sym_try] = ACTIONS(621), + [anon_sym_return] = ACTIONS(621), + [anon_sym_source] = ACTIONS(621), + [anon_sym_source_DASHenv] = ACTIONS(621), + [anon_sym_register] = ACTIONS(621), + [anon_sym_hide] = ACTIONS(621), + [anon_sym_hide_DASHenv] = ACTIONS(621), + [anon_sym_overlay] = ACTIONS(621), + [anon_sym_where] = ACTIONS(621), + [anon_sym_QMARK2] = ACTIONS(1310), + [anon_sym_not] = ACTIONS(621), + [anon_sym_DOT_DOT_LT] = ACTIONS(621), + [anon_sym_DOT_DOT] = ACTIONS(621), + [anon_sym_DOT_DOT_EQ] = ACTIONS(621), + [sym_val_nothing] = ACTIONS(621), + [anon_sym_true] = ACTIONS(621), + [anon_sym_false] = ACTIONS(621), + [aux_sym_val_number_token1] = ACTIONS(621), + [aux_sym_val_number_token2] = ACTIONS(621), + [aux_sym_val_number_token3] = ACTIONS(621), + [aux_sym_val_number_token4] = ACTIONS(621), + [anon_sym_inf] = ACTIONS(621), + [anon_sym_DASHinf] = ACTIONS(621), + [anon_sym_NaN] = ACTIONS(621), + [anon_sym_0b] = ACTIONS(621), + [anon_sym_0o] = ACTIONS(621), + [anon_sym_0x] = ACTIONS(621), + [sym_val_date] = ACTIONS(621), + [anon_sym_DQUOTE] = ACTIONS(621), + [sym__str_single_quotes] = ACTIONS(621), + [sym__str_back_ticks] = ACTIONS(621), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(621), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(621), + [anon_sym_CARET] = ACTIONS(621), + [sym_short_flag] = ACTIONS(621), + [anon_sym_POUND] = ACTIONS(3), + }, + [660] = { + [sym__flag] = STATE(875), + [sym_long_flag] = STATE(825), + [sym_comment] = STATE(660), + [ts_builtin_sym_end] = ACTIONS(708), + [anon_sym_export] = ACTIONS(706), + [anon_sym_alias] = ACTIONS(706), + [anon_sym_let] = ACTIONS(706), + [anon_sym_let_DASHenv] = ACTIONS(706), + [anon_sym_mut] = ACTIONS(706), + [anon_sym_const] = ACTIONS(706), + [sym_cmd_identifier] = ACTIONS(706), + [anon_sym_SEMI] = ACTIONS(706), + [anon_sym_LF] = ACTIONS(708), + [anon_sym_def] = ACTIONS(706), + [anon_sym_def_DASHenv] = ACTIONS(706), + [anon_sym_export_DASHenv] = ACTIONS(706), + [anon_sym_extern] = ACTIONS(706), + [anon_sym_module] = ACTIONS(706), + [anon_sym_use] = ACTIONS(706), + [anon_sym_LBRACK] = ACTIONS(706), + [anon_sym_LPAREN] = ACTIONS(706), + [anon_sym_PIPE] = ACTIONS(706), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_error] = ACTIONS(706), + [anon_sym_DASH_DASH] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(706), + [anon_sym_break] = ACTIONS(706), + [anon_sym_continue] = ACTIONS(706), + [anon_sym_for] = ACTIONS(706), + [anon_sym_loop] = ACTIONS(706), + [anon_sym_while] = ACTIONS(706), + [anon_sym_do] = ACTIONS(706), + [anon_sym_if] = ACTIONS(706), + [anon_sym_match] = ACTIONS(706), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_try] = ACTIONS(706), + [anon_sym_return] = ACTIONS(706), + [anon_sym_source] = ACTIONS(706), + [anon_sym_source_DASHenv] = ACTIONS(706), + [anon_sym_register] = ACTIONS(706), + [anon_sym_hide] = ACTIONS(706), + [anon_sym_hide_DASHenv] = ACTIONS(706), + [anon_sym_overlay] = ACTIONS(706), + [anon_sym_where] = ACTIONS(706), + [anon_sym_not] = ACTIONS(706), + [anon_sym_DOT_DOT_LT] = ACTIONS(706), + [anon_sym_DOT_DOT] = ACTIONS(706), + [anon_sym_DOT_DOT_EQ] = ACTIONS(706), + [sym_val_nothing] = ACTIONS(706), + [anon_sym_true] = ACTIONS(706), + [anon_sym_false] = ACTIONS(706), + [aux_sym_val_number_token1] = ACTIONS(706), + [aux_sym_val_number_token2] = ACTIONS(706), + [aux_sym_val_number_token3] = ACTIONS(706), + [aux_sym_val_number_token4] = ACTIONS(706), + [anon_sym_inf] = ACTIONS(706), + [anon_sym_DASHinf] = ACTIONS(706), + [anon_sym_NaN] = ACTIONS(706), + [anon_sym_0b] = ACTIONS(706), + [anon_sym_0o] = ACTIONS(706), + [anon_sym_0x] = ACTIONS(706), + [sym_val_date] = ACTIONS(706), + [anon_sym_DQUOTE] = ACTIONS(706), + [sym__str_single_quotes] = ACTIONS(706), + [sym__str_back_ticks] = ACTIONS(706), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(706), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(706), + [anon_sym_CARET] = ACTIONS(706), + [sym_short_flag] = ACTIONS(1308), + [anon_sym_POUND] = ACTIONS(3), + }, + [661] = { + [sym__flag] = STATE(647), + [sym_long_flag] = STATE(731), + [sym_comment] = STATE(661), + [ts_builtin_sym_end] = ACTIONS(665), + [anon_sym_export] = ACTIONS(663), + [anon_sym_alias] = ACTIONS(663), + [anon_sym_let] = ACTIONS(663), + [anon_sym_let_DASHenv] = ACTIONS(663), + [anon_sym_mut] = ACTIONS(663), + [anon_sym_const] = ACTIONS(663), + [sym_cmd_identifier] = ACTIONS(663), + [anon_sym_SEMI] = ACTIONS(663), + [anon_sym_LF] = ACTIONS(665), + [anon_sym_def] = ACTIONS(663), + [anon_sym_def_DASHenv] = ACTIONS(663), + [anon_sym_export_DASHenv] = ACTIONS(663), + [anon_sym_extern] = ACTIONS(663), + [anon_sym_module] = ACTIONS(663), + [anon_sym_use] = ACTIONS(663), + [anon_sym_LBRACK] = ACTIONS(663), + [anon_sym_LPAREN] = ACTIONS(663), + [anon_sym_PIPE] = ACTIONS(663), + [anon_sym_DOLLAR] = ACTIONS(663), + [anon_sym_error] = ACTIONS(663), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(663), + [anon_sym_break] = ACTIONS(663), + [anon_sym_continue] = ACTIONS(663), + [anon_sym_for] = ACTIONS(663), + [anon_sym_loop] = ACTIONS(663), + [anon_sym_while] = ACTIONS(663), + [anon_sym_do] = ACTIONS(663), + [anon_sym_if] = ACTIONS(663), + [anon_sym_match] = ACTIONS(663), + [anon_sym_LBRACE] = ACTIONS(663), + [anon_sym_try] = ACTIONS(663), + [anon_sym_return] = ACTIONS(663), + [anon_sym_source] = ACTIONS(663), + [anon_sym_source_DASHenv] = ACTIONS(663), + [anon_sym_register] = ACTIONS(663), + [anon_sym_hide] = ACTIONS(663), + [anon_sym_hide_DASHenv] = ACTIONS(663), + [anon_sym_overlay] = ACTIONS(663), + [anon_sym_where] = ACTIONS(663), + [anon_sym_not] = ACTIONS(663), + [anon_sym_DOT_DOT_LT] = ACTIONS(663), + [anon_sym_DOT_DOT] = ACTIONS(663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(663), + [sym_val_nothing] = ACTIONS(663), + [anon_sym_true] = ACTIONS(663), + [anon_sym_false] = ACTIONS(663), + [aux_sym_val_number_token1] = ACTIONS(663), + [aux_sym_val_number_token2] = ACTIONS(663), + [aux_sym_val_number_token3] = ACTIONS(663), + [aux_sym_val_number_token4] = ACTIONS(663), + [anon_sym_inf] = ACTIONS(663), + [anon_sym_DASHinf] = ACTIONS(663), + [anon_sym_NaN] = ACTIONS(663), + [anon_sym_0b] = ACTIONS(663), + [anon_sym_0o] = ACTIONS(663), + [anon_sym_0x] = ACTIONS(663), + [sym_val_date] = ACTIONS(663), + [anon_sym_DQUOTE] = ACTIONS(663), + [sym__str_single_quotes] = ACTIONS(663), + [sym__str_back_ticks] = ACTIONS(663), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(663), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(663), + [anon_sym_CARET] = ACTIONS(663), + [sym_short_flag] = ACTIONS(742), + [anon_sym_POUND] = ACTIONS(3), + }, + [662] = { + [sym__flag] = STATE(899), + [sym_long_flag] = STATE(825), + [sym_comment] = STATE(662), + [ts_builtin_sym_end] = ACTIONS(1290), + [anon_sym_export] = ACTIONS(1288), + [anon_sym_alias] = ACTIONS(1288), + [anon_sym_let] = ACTIONS(1288), + [anon_sym_let_DASHenv] = ACTIONS(1288), + [anon_sym_mut] = ACTIONS(1288), + [anon_sym_const] = ACTIONS(1288), + [sym_cmd_identifier] = ACTIONS(1288), + [anon_sym_SEMI] = ACTIONS(1288), + [anon_sym_LF] = ACTIONS(1290), + [anon_sym_def] = ACTIONS(1288), + [anon_sym_def_DASHenv] = ACTIONS(1288), + [anon_sym_export_DASHenv] = ACTIONS(1288), + [anon_sym_extern] = ACTIONS(1288), + [anon_sym_module] = ACTIONS(1288), + [anon_sym_use] = ACTIONS(1288), + [anon_sym_LBRACK] = ACTIONS(1288), + [anon_sym_LPAREN] = ACTIONS(1288), + [anon_sym_PIPE] = ACTIONS(1288), + [anon_sym_DOLLAR] = ACTIONS(1288), + [anon_sym_error] = ACTIONS(1288), + [anon_sym_DASH_DASH] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1288), + [anon_sym_break] = ACTIONS(1288), + [anon_sym_continue] = ACTIONS(1288), + [anon_sym_for] = ACTIONS(1288), + [anon_sym_loop] = ACTIONS(1288), + [anon_sym_while] = ACTIONS(1288), + [anon_sym_do] = ACTIONS(1288), + [anon_sym_if] = ACTIONS(1288), + [anon_sym_match] = ACTIONS(1288), + [anon_sym_LBRACE] = ACTIONS(1288), + [anon_sym_try] = ACTIONS(1288), + [anon_sym_return] = ACTIONS(1288), + [anon_sym_source] = ACTIONS(1288), + [anon_sym_source_DASHenv] = ACTIONS(1288), + [anon_sym_register] = ACTIONS(1288), + [anon_sym_hide] = ACTIONS(1288), + [anon_sym_hide_DASHenv] = ACTIONS(1288), + [anon_sym_overlay] = ACTIONS(1288), + [anon_sym_where] = ACTIONS(1288), + [anon_sym_not] = ACTIONS(1288), + [anon_sym_DOT_DOT_LT] = ACTIONS(1288), + [anon_sym_DOT_DOT] = ACTIONS(1288), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1288), + [sym_val_nothing] = ACTIONS(1288), + [anon_sym_true] = ACTIONS(1288), + [anon_sym_false] = ACTIONS(1288), + [aux_sym_val_number_token1] = ACTIONS(1288), + [aux_sym_val_number_token2] = ACTIONS(1288), + [aux_sym_val_number_token3] = ACTIONS(1288), + [aux_sym_val_number_token4] = ACTIONS(1288), + [anon_sym_inf] = ACTIONS(1288), + [anon_sym_DASHinf] = ACTIONS(1288), + [anon_sym_NaN] = ACTIONS(1288), + [anon_sym_0b] = ACTIONS(1288), + [anon_sym_0o] = ACTIONS(1288), + [anon_sym_0x] = ACTIONS(1288), + [sym_val_date] = ACTIONS(1288), + [anon_sym_DQUOTE] = ACTIONS(1288), + [sym__str_single_quotes] = ACTIONS(1288), + [sym__str_back_ticks] = ACTIONS(1288), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1288), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1288), + [anon_sym_CARET] = ACTIONS(1288), [sym_short_flag] = ACTIONS(1308), [anon_sym_POUND] = ACTIONS(3), }, - [662] = { - [sym__flag] = STATE(667), - [sym_long_flag] = STATE(708), - [sym_comment] = STATE(662), + [663] = { + [sym__flag] = STATE(662), + [sym_long_flag] = STATE(731), + [sym_comment] = STATE(663), + [ts_builtin_sym_end] = ACTIONS(1294), + [anon_sym_export] = ACTIONS(1292), + [anon_sym_alias] = ACTIONS(1292), + [anon_sym_let] = ACTIONS(1292), + [anon_sym_let_DASHenv] = ACTIONS(1292), + [anon_sym_mut] = ACTIONS(1292), + [anon_sym_const] = ACTIONS(1292), + [sym_cmd_identifier] = ACTIONS(1292), + [anon_sym_SEMI] = ACTIONS(1292), + [anon_sym_LF] = ACTIONS(1294), + [anon_sym_def] = ACTIONS(1292), + [anon_sym_def_DASHenv] = ACTIONS(1292), + [anon_sym_export_DASHenv] = ACTIONS(1292), + [anon_sym_extern] = ACTIONS(1292), + [anon_sym_module] = ACTIONS(1292), + [anon_sym_use] = ACTIONS(1292), + [anon_sym_LBRACK] = ACTIONS(1292), + [anon_sym_LPAREN] = ACTIONS(1292), + [anon_sym_PIPE] = ACTIONS(1292), + [anon_sym_DOLLAR] = ACTIONS(1292), + [anon_sym_error] = ACTIONS(1292), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(1292), + [anon_sym_break] = ACTIONS(1292), + [anon_sym_continue] = ACTIONS(1292), + [anon_sym_for] = ACTIONS(1292), + [anon_sym_loop] = ACTIONS(1292), + [anon_sym_while] = ACTIONS(1292), + [anon_sym_do] = ACTIONS(1292), + [anon_sym_if] = ACTIONS(1292), + [anon_sym_match] = ACTIONS(1292), + [anon_sym_LBRACE] = ACTIONS(1292), + [anon_sym_try] = ACTIONS(1292), + [anon_sym_return] = ACTIONS(1292), + [anon_sym_source] = ACTIONS(1292), + [anon_sym_source_DASHenv] = ACTIONS(1292), + [anon_sym_register] = ACTIONS(1292), + [anon_sym_hide] = ACTIONS(1292), + [anon_sym_hide_DASHenv] = ACTIONS(1292), + [anon_sym_overlay] = ACTIONS(1292), + [anon_sym_where] = ACTIONS(1292), + [anon_sym_not] = ACTIONS(1292), + [anon_sym_DOT_DOT_LT] = ACTIONS(1292), + [anon_sym_DOT_DOT] = ACTIONS(1292), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1292), + [sym_val_nothing] = ACTIONS(1292), + [anon_sym_true] = ACTIONS(1292), + [anon_sym_false] = ACTIONS(1292), + [aux_sym_val_number_token1] = ACTIONS(1292), + [aux_sym_val_number_token2] = ACTIONS(1292), + [aux_sym_val_number_token3] = ACTIONS(1292), + [aux_sym_val_number_token4] = ACTIONS(1292), + [anon_sym_inf] = ACTIONS(1292), + [anon_sym_DASHinf] = ACTIONS(1292), + [anon_sym_NaN] = ACTIONS(1292), + [anon_sym_0b] = ACTIONS(1292), + [anon_sym_0o] = ACTIONS(1292), + [anon_sym_0x] = ACTIONS(1292), + [sym_val_date] = ACTIONS(1292), + [anon_sym_DQUOTE] = ACTIONS(1292), + [sym__str_single_quotes] = ACTIONS(1292), + [sym__str_back_ticks] = ACTIONS(1292), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1292), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1292), + [anon_sym_CARET] = ACTIONS(1292), + [sym_short_flag] = ACTIONS(742), + [anon_sym_POUND] = ACTIONS(3), + }, + [664] = { + [sym__flag] = STATE(889), + [sym_long_flag] = STATE(825), + [sym_comment] = STATE(664), [ts_builtin_sym_end] = ACTIONS(696), [anon_sym_export] = ACTIONS(694), [anon_sym_alias] = ACTIONS(694), @@ -106194,7 +106343,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(694), [anon_sym_DOLLAR] = ACTIONS(694), [anon_sym_error] = ACTIONS(694), - [anon_sym_DASH_DASH] = ACTIONS(714), + [anon_sym_DASH_DASH] = ACTIONS(1306), [anon_sym_DASH] = ACTIONS(694), [anon_sym_break] = ACTIONS(694), [anon_sym_continue] = ACTIONS(694), @@ -106238,13 +106387,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(694), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(694), [anon_sym_CARET] = ACTIONS(694), - [sym_short_flag] = ACTIONS(740), + [sym_short_flag] = ACTIONS(1308), [anon_sym_POUND] = ACTIONS(3), }, - [663] = { - [sym__flag] = STATE(666), - [sym_long_flag] = STATE(708), - [sym_comment] = STATE(663), + [665] = { + [sym__flag] = STATE(669), + [sym_long_flag] = STATE(731), + [sym_comment] = STATE(665), [ts_builtin_sym_end] = ACTIONS(696), [anon_sym_export] = ACTIONS(694), [anon_sym_alias] = ACTIONS(694), @@ -106266,7 +106415,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(694), [anon_sym_DOLLAR] = ACTIONS(694), [anon_sym_error] = ACTIONS(694), - [anon_sym_DASH_DASH] = ACTIONS(714), + [anon_sym_DASH_DASH] = ACTIONS(716), [anon_sym_DASH] = ACTIONS(694), [anon_sym_break] = ACTIONS(694), [anon_sym_continue] = ACTIONS(694), @@ -106310,85 +106459,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(694), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(694), [anon_sym_CARET] = ACTIONS(694), - [sym_short_flag] = ACTIONS(740), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, - [664] = { - [sym__flag] = STATE(659), - [sym_long_flag] = STATE(708), - [sym_comment] = STATE(664), - [ts_builtin_sym_end] = ACTIONS(668), - [anon_sym_export] = ACTIONS(666), - [anon_sym_alias] = ACTIONS(666), - [anon_sym_let] = ACTIONS(666), - [anon_sym_let_DASHenv] = ACTIONS(666), - [anon_sym_mut] = ACTIONS(666), - [anon_sym_const] = ACTIONS(666), - [sym_cmd_identifier] = ACTIONS(666), - [anon_sym_SEMI] = ACTIONS(666), - [anon_sym_LF] = ACTIONS(668), - [anon_sym_def] = ACTIONS(666), - [anon_sym_def_DASHenv] = ACTIONS(666), - [anon_sym_export_DASHenv] = ACTIONS(666), - [anon_sym_extern] = ACTIONS(666), - [anon_sym_module] = ACTIONS(666), - [anon_sym_use] = ACTIONS(666), - [anon_sym_LBRACK] = ACTIONS(666), - [anon_sym_LPAREN] = ACTIONS(666), - [anon_sym_PIPE] = ACTIONS(666), - [anon_sym_DOLLAR] = ACTIONS(666), - [anon_sym_error] = ACTIONS(666), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(666), - [anon_sym_break] = ACTIONS(666), - [anon_sym_continue] = ACTIONS(666), - [anon_sym_for] = ACTIONS(666), - [anon_sym_loop] = ACTIONS(666), - [anon_sym_while] = ACTIONS(666), - [anon_sym_do] = ACTIONS(666), - [anon_sym_if] = ACTIONS(666), - [anon_sym_match] = ACTIONS(666), - [anon_sym_LBRACE] = ACTIONS(666), - [anon_sym_try] = ACTIONS(666), - [anon_sym_return] = ACTIONS(666), - [anon_sym_source] = ACTIONS(666), - [anon_sym_source_DASHenv] = ACTIONS(666), - [anon_sym_register] = ACTIONS(666), - [anon_sym_hide] = ACTIONS(666), - [anon_sym_hide_DASHenv] = ACTIONS(666), - [anon_sym_overlay] = ACTIONS(666), - [anon_sym_where] = ACTIONS(666), - [anon_sym_not] = ACTIONS(666), - [anon_sym_DOT_DOT_LT] = ACTIONS(666), - [anon_sym_DOT_DOT] = ACTIONS(666), - [anon_sym_DOT_DOT_EQ] = ACTIONS(666), - [sym_val_nothing] = ACTIONS(666), - [anon_sym_true] = ACTIONS(666), - [anon_sym_false] = ACTIONS(666), - [aux_sym_val_number_token1] = ACTIONS(666), - [aux_sym_val_number_token2] = ACTIONS(666), - [aux_sym_val_number_token3] = ACTIONS(666), - [aux_sym_val_number_token4] = ACTIONS(666), - [anon_sym_inf] = ACTIONS(666), - [anon_sym_DASHinf] = ACTIONS(666), - [anon_sym_NaN] = ACTIONS(666), - [anon_sym_0b] = ACTIONS(666), - [anon_sym_0o] = ACTIONS(666), - [anon_sym_0x] = ACTIONS(666), - [sym_val_date] = ACTIONS(666), - [anon_sym_DQUOTE] = ACTIONS(666), - [sym__str_single_quotes] = ACTIONS(666), - [sym__str_back_ticks] = ACTIONS(666), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(666), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(666), - [anon_sym_CARET] = ACTIONS(666), - [sym_short_flag] = ACTIONS(740), + [666] = { + [sym__flag] = STATE(644), + [sym_long_flag] = STATE(731), + [sym_comment] = STATE(666), + [ts_builtin_sym_end] = ACTIONS(665), + [anon_sym_export] = ACTIONS(663), + [anon_sym_alias] = ACTIONS(663), + [anon_sym_let] = ACTIONS(663), + [anon_sym_let_DASHenv] = ACTIONS(663), + [anon_sym_mut] = ACTIONS(663), + [anon_sym_const] = ACTIONS(663), + [sym_cmd_identifier] = ACTIONS(663), + [anon_sym_SEMI] = ACTIONS(663), + [anon_sym_LF] = ACTIONS(665), + [anon_sym_def] = ACTIONS(663), + [anon_sym_def_DASHenv] = ACTIONS(663), + [anon_sym_export_DASHenv] = ACTIONS(663), + [anon_sym_extern] = ACTIONS(663), + [anon_sym_module] = ACTIONS(663), + [anon_sym_use] = ACTIONS(663), + [anon_sym_LBRACK] = ACTIONS(663), + [anon_sym_LPAREN] = ACTIONS(663), + [anon_sym_PIPE] = ACTIONS(663), + [anon_sym_DOLLAR] = ACTIONS(663), + [anon_sym_error] = ACTIONS(663), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(663), + [anon_sym_break] = ACTIONS(663), + [anon_sym_continue] = ACTIONS(663), + [anon_sym_for] = ACTIONS(663), + [anon_sym_loop] = ACTIONS(663), + [anon_sym_while] = ACTIONS(663), + [anon_sym_do] = ACTIONS(663), + [anon_sym_if] = ACTIONS(663), + [anon_sym_match] = ACTIONS(663), + [anon_sym_LBRACE] = ACTIONS(663), + [anon_sym_try] = ACTIONS(663), + [anon_sym_return] = ACTIONS(663), + [anon_sym_source] = ACTIONS(663), + [anon_sym_source_DASHenv] = ACTIONS(663), + [anon_sym_register] = ACTIONS(663), + [anon_sym_hide] = ACTIONS(663), + [anon_sym_hide_DASHenv] = ACTIONS(663), + [anon_sym_overlay] = ACTIONS(663), + [anon_sym_where] = ACTIONS(663), + [anon_sym_not] = ACTIONS(663), + [anon_sym_DOT_DOT_LT] = ACTIONS(663), + [anon_sym_DOT_DOT] = ACTIONS(663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(663), + [sym_val_nothing] = ACTIONS(663), + [anon_sym_true] = ACTIONS(663), + [anon_sym_false] = ACTIONS(663), + [aux_sym_val_number_token1] = ACTIONS(663), + [aux_sym_val_number_token2] = ACTIONS(663), + [aux_sym_val_number_token3] = ACTIONS(663), + [aux_sym_val_number_token4] = ACTIONS(663), + [anon_sym_inf] = ACTIONS(663), + [anon_sym_DASHinf] = ACTIONS(663), + [anon_sym_NaN] = ACTIONS(663), + [anon_sym_0b] = ACTIONS(663), + [anon_sym_0o] = ACTIONS(663), + [anon_sym_0x] = ACTIONS(663), + [sym_val_date] = ACTIONS(663), + [anon_sym_DQUOTE] = ACTIONS(663), + [sym__str_single_quotes] = ACTIONS(663), + [sym__str_back_ticks] = ACTIONS(663), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(663), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(663), + [anon_sym_CARET] = ACTIONS(663), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, - [665] = { - [sym__flag] = STATE(836), - [sym_long_flag] = STATE(829), - [sym_comment] = STATE(665), + [667] = { + [sym__flag] = STATE(670), + [sym_long_flag] = STATE(731), + [sym_comment] = STATE(667), [ts_builtin_sym_end] = ACTIONS(696), [anon_sym_export] = ACTIONS(694), [anon_sym_alias] = ACTIONS(694), @@ -106410,7 +106559,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(694), [anon_sym_DOLLAR] = ACTIONS(694), [anon_sym_error] = ACTIONS(694), - [anon_sym_DASH_DASH] = ACTIONS(1306), + [anon_sym_DASH_DASH] = ACTIONS(716), [anon_sym_DASH] = ACTIONS(694), [anon_sym_break] = ACTIONS(694), [anon_sym_continue] = ACTIONS(694), @@ -106454,371 +106603,371 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOLLAR_SQUOTE] = ACTIONS(694), [anon_sym_DOLLAR_DQUOTE] = ACTIONS(694), [anon_sym_CARET] = ACTIONS(694), - [sym_short_flag] = ACTIONS(1308), - [anon_sym_POUND] = ACTIONS(3), - }, - [666] = { - [sym__flag] = STATE(860), - [sym_long_flag] = STATE(829), - [sym_comment] = STATE(666), - [ts_builtin_sym_end] = ACTIONS(621), - [anon_sym_export] = ACTIONS(619), - [anon_sym_alias] = ACTIONS(619), - [anon_sym_let] = ACTIONS(619), - [anon_sym_let_DASHenv] = ACTIONS(619), - [anon_sym_mut] = ACTIONS(619), - [anon_sym_const] = ACTIONS(619), - [sym_cmd_identifier] = ACTIONS(619), - [anon_sym_SEMI] = ACTIONS(619), - [anon_sym_LF] = ACTIONS(621), - [anon_sym_def] = ACTIONS(619), - [anon_sym_def_DASHenv] = ACTIONS(619), - [anon_sym_export_DASHenv] = ACTIONS(619), - [anon_sym_extern] = ACTIONS(619), - [anon_sym_module] = ACTIONS(619), - [anon_sym_use] = ACTIONS(619), - [anon_sym_LBRACK] = ACTIONS(619), - [anon_sym_LPAREN] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(619), - [anon_sym_error] = ACTIONS(619), - [anon_sym_DASH_DASH] = ACTIONS(1306), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_break] = ACTIONS(619), - [anon_sym_continue] = ACTIONS(619), - [anon_sym_for] = ACTIONS(619), - [anon_sym_loop] = ACTIONS(619), - [anon_sym_while] = ACTIONS(619), - [anon_sym_do] = ACTIONS(619), - [anon_sym_if] = ACTIONS(619), - [anon_sym_match] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_try] = ACTIONS(619), - [anon_sym_return] = ACTIONS(619), - [anon_sym_source] = ACTIONS(619), - [anon_sym_source_DASHenv] = ACTIONS(619), - [anon_sym_register] = ACTIONS(619), - [anon_sym_hide] = ACTIONS(619), - [anon_sym_hide_DASHenv] = ACTIONS(619), - [anon_sym_overlay] = ACTIONS(619), - [anon_sym_where] = ACTIONS(619), - [anon_sym_not] = ACTIONS(619), - [anon_sym_DOT_DOT_LT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_EQ] = ACTIONS(619), - [sym_val_nothing] = ACTIONS(619), - [anon_sym_true] = ACTIONS(619), - [anon_sym_false] = ACTIONS(619), - [aux_sym_val_number_token1] = ACTIONS(619), - [aux_sym_val_number_token2] = ACTIONS(619), - [aux_sym_val_number_token3] = ACTIONS(619), - [aux_sym_val_number_token4] = ACTIONS(619), - [anon_sym_inf] = ACTIONS(619), - [anon_sym_DASHinf] = ACTIONS(619), - [anon_sym_NaN] = ACTIONS(619), - [anon_sym_0b] = ACTIONS(619), - [anon_sym_0o] = ACTIONS(619), - [anon_sym_0x] = ACTIONS(619), - [sym_val_date] = ACTIONS(619), - [anon_sym_DQUOTE] = ACTIONS(619), - [sym__str_single_quotes] = ACTIONS(619), - [sym__str_back_ticks] = ACTIONS(619), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [sym_short_flag] = ACTIONS(1308), - [anon_sym_POUND] = ACTIONS(3), - }, - [667] = { - [sym__flag] = STATE(675), - [sym_long_flag] = STATE(708), - [sym_comment] = STATE(667), - [ts_builtin_sym_end] = ACTIONS(621), - [anon_sym_export] = ACTIONS(619), - [anon_sym_alias] = ACTIONS(619), - [anon_sym_let] = ACTIONS(619), - [anon_sym_let_DASHenv] = ACTIONS(619), - [anon_sym_mut] = ACTIONS(619), - [anon_sym_const] = ACTIONS(619), - [sym_cmd_identifier] = ACTIONS(619), - [anon_sym_SEMI] = ACTIONS(619), - [anon_sym_LF] = ACTIONS(621), - [anon_sym_def] = ACTIONS(619), - [anon_sym_def_DASHenv] = ACTIONS(619), - [anon_sym_export_DASHenv] = ACTIONS(619), - [anon_sym_extern] = ACTIONS(619), - [anon_sym_module] = ACTIONS(619), - [anon_sym_use] = ACTIONS(619), - [anon_sym_LBRACK] = ACTIONS(619), - [anon_sym_LPAREN] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(619), - [anon_sym_error] = ACTIONS(619), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_break] = ACTIONS(619), - [anon_sym_continue] = ACTIONS(619), - [anon_sym_for] = ACTIONS(619), - [anon_sym_loop] = ACTIONS(619), - [anon_sym_while] = ACTIONS(619), - [anon_sym_do] = ACTIONS(619), - [anon_sym_if] = ACTIONS(619), - [anon_sym_match] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_try] = ACTIONS(619), - [anon_sym_return] = ACTIONS(619), - [anon_sym_source] = ACTIONS(619), - [anon_sym_source_DASHenv] = ACTIONS(619), - [anon_sym_register] = ACTIONS(619), - [anon_sym_hide] = ACTIONS(619), - [anon_sym_hide_DASHenv] = ACTIONS(619), - [anon_sym_overlay] = ACTIONS(619), - [anon_sym_where] = ACTIONS(619), - [anon_sym_not] = ACTIONS(619), - [anon_sym_DOT_DOT_LT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_EQ] = ACTIONS(619), - [sym_val_nothing] = ACTIONS(619), - [anon_sym_true] = ACTIONS(619), - [anon_sym_false] = ACTIONS(619), - [aux_sym_val_number_token1] = ACTIONS(619), - [aux_sym_val_number_token2] = ACTIONS(619), - [aux_sym_val_number_token3] = ACTIONS(619), - [aux_sym_val_number_token4] = ACTIONS(619), - [anon_sym_inf] = ACTIONS(619), - [anon_sym_DASHinf] = ACTIONS(619), - [anon_sym_NaN] = ACTIONS(619), - [anon_sym_0b] = ACTIONS(619), - [anon_sym_0o] = ACTIONS(619), - [anon_sym_0x] = ACTIONS(619), - [sym_val_date] = ACTIONS(619), - [anon_sym_DQUOTE] = ACTIONS(619), - [sym__str_single_quotes] = ACTIONS(619), - [sym__str_back_ticks] = ACTIONS(619), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [sym_short_flag] = ACTIONS(740), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, [668] = { - [sym__flag] = STATE(674), - [sym_long_flag] = STATE(708), [sym_comment] = STATE(668), - [ts_builtin_sym_end] = ACTIONS(621), - [anon_sym_export] = ACTIONS(619), - [anon_sym_alias] = ACTIONS(619), - [anon_sym_let] = ACTIONS(619), - [anon_sym_let_DASHenv] = ACTIONS(619), - [anon_sym_mut] = ACTIONS(619), - [anon_sym_const] = ACTIONS(619), - [sym_cmd_identifier] = ACTIONS(619), - [anon_sym_SEMI] = ACTIONS(619), - [anon_sym_LF] = ACTIONS(621), - [anon_sym_def] = ACTIONS(619), - [anon_sym_def_DASHenv] = ACTIONS(619), - [anon_sym_export_DASHenv] = ACTIONS(619), - [anon_sym_extern] = ACTIONS(619), - [anon_sym_module] = ACTIONS(619), - [anon_sym_use] = ACTIONS(619), - [anon_sym_LBRACK] = ACTIONS(619), - [anon_sym_LPAREN] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(619), - [anon_sym_error] = ACTIONS(619), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_break] = ACTIONS(619), - [anon_sym_continue] = ACTIONS(619), - [anon_sym_for] = ACTIONS(619), - [anon_sym_loop] = ACTIONS(619), - [anon_sym_while] = ACTIONS(619), - [anon_sym_do] = ACTIONS(619), - [anon_sym_if] = ACTIONS(619), - [anon_sym_match] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_try] = ACTIONS(619), - [anon_sym_return] = ACTIONS(619), - [anon_sym_source] = ACTIONS(619), - [anon_sym_source_DASHenv] = ACTIONS(619), - [anon_sym_register] = ACTIONS(619), - [anon_sym_hide] = ACTIONS(619), - [anon_sym_hide_DASHenv] = ACTIONS(619), - [anon_sym_overlay] = ACTIONS(619), - [anon_sym_where] = ACTIONS(619), - [anon_sym_not] = ACTIONS(619), - [anon_sym_DOT_DOT_LT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_EQ] = ACTIONS(619), - [sym_val_nothing] = ACTIONS(619), - [anon_sym_true] = ACTIONS(619), - [anon_sym_false] = ACTIONS(619), - [aux_sym_val_number_token1] = ACTIONS(619), - [aux_sym_val_number_token2] = ACTIONS(619), - [aux_sym_val_number_token3] = ACTIONS(619), - [aux_sym_val_number_token4] = ACTIONS(619), - [anon_sym_inf] = ACTIONS(619), - [anon_sym_DASHinf] = ACTIONS(619), - [anon_sym_NaN] = ACTIONS(619), - [anon_sym_0b] = ACTIONS(619), - [anon_sym_0o] = ACTIONS(619), - [anon_sym_0x] = ACTIONS(619), - [sym_val_date] = ACTIONS(619), - [anon_sym_DQUOTE] = ACTIONS(619), - [sym__str_single_quotes] = ACTIONS(619), - [sym__str_back_ticks] = ACTIONS(619), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), - [sym_short_flag] = ACTIONS(740), + [anon_sym_export] = ACTIONS(1312), + [anon_sym_alias] = ACTIONS(1312), + [anon_sym_let] = ACTIONS(1312), + [anon_sym_let_DASHenv] = ACTIONS(1312), + [anon_sym_mut] = ACTIONS(1312), + [anon_sym_const] = ACTIONS(1312), + [sym_cmd_identifier] = ACTIONS(1312), + [anon_sym_SEMI] = ACTIONS(1312), + [anon_sym_LF] = ACTIONS(1314), + [anon_sym_def] = ACTIONS(1312), + [anon_sym_def_DASHenv] = ACTIONS(1312), + [anon_sym_export_DASHenv] = ACTIONS(1312), + [anon_sym_extern] = ACTIONS(1312), + [anon_sym_module] = ACTIONS(1312), + [anon_sym_use] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(1312), + [anon_sym_LPAREN] = ACTIONS(1312), + [anon_sym_RPAREN] = ACTIONS(1312), + [anon_sym_DOLLAR] = ACTIONS(1312), + [anon_sym_error] = ACTIONS(1312), + [anon_sym_DASH_DASH] = ACTIONS(1312), + [anon_sym_DASH] = ACTIONS(1312), + [anon_sym_break] = ACTIONS(1312), + [anon_sym_continue] = ACTIONS(1312), + [anon_sym_for] = ACTIONS(1312), + [anon_sym_loop] = ACTIONS(1312), + [anon_sym_while] = ACTIONS(1312), + [anon_sym_do] = ACTIONS(1312), + [anon_sym_if] = ACTIONS(1312), + [anon_sym_match] = ACTIONS(1312), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_RBRACE] = ACTIONS(1312), + [anon_sym_try] = ACTIONS(1312), + [anon_sym_return] = ACTIONS(1312), + [anon_sym_source] = ACTIONS(1312), + [anon_sym_source_DASHenv] = ACTIONS(1312), + [anon_sym_register] = ACTIONS(1312), + [anon_sym_hide] = ACTIONS(1312), + [anon_sym_hide_DASHenv] = ACTIONS(1312), + [anon_sym_overlay] = ACTIONS(1312), + [anon_sym_as] = ACTIONS(1312), + [anon_sym_where] = ACTIONS(1312), + [anon_sym_not] = ACTIONS(1312), + [anon_sym_DOT_DOT_LT] = ACTIONS(1312), + [anon_sym_DOT_DOT] = ACTIONS(1312), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1312), + [sym_val_nothing] = ACTIONS(1312), + [anon_sym_true] = ACTIONS(1312), + [anon_sym_false] = ACTIONS(1312), + [aux_sym_val_number_token1] = ACTIONS(1312), + [aux_sym_val_number_token2] = ACTIONS(1312), + [aux_sym_val_number_token3] = ACTIONS(1312), + [aux_sym_val_number_token4] = ACTIONS(1312), + [anon_sym_inf] = ACTIONS(1312), + [anon_sym_DASHinf] = ACTIONS(1312), + [anon_sym_NaN] = ACTIONS(1312), + [anon_sym_0b] = ACTIONS(1312), + [anon_sym_0o] = ACTIONS(1312), + [anon_sym_0x] = ACTIONS(1312), + [sym_val_date] = ACTIONS(1312), + [anon_sym_DQUOTE] = ACTIONS(1312), + [sym__str_single_quotes] = ACTIONS(1312), + [sym__str_back_ticks] = ACTIONS(1312), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1312), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1312), + [anon_sym_CARET] = ACTIONS(1312), + [sym_short_flag] = ACTIONS(1312), + [aux_sym_long_flag_token1] = ACTIONS(1318), [anon_sym_POUND] = ACTIONS(3), }, [669] = { - [sym__flag] = STATE(658), - [sym_long_flag] = STATE(708), + [sym__flag] = STATE(892), + [sym_long_flag] = STATE(825), [sym_comment] = STATE(669), - [ts_builtin_sym_end] = ACTIONS(672), - [anon_sym_export] = ACTIONS(670), - [anon_sym_alias] = ACTIONS(670), - [anon_sym_let] = ACTIONS(670), - [anon_sym_let_DASHenv] = ACTIONS(670), - [anon_sym_mut] = ACTIONS(670), - [anon_sym_const] = ACTIONS(670), - [sym_cmd_identifier] = ACTIONS(670), - [anon_sym_SEMI] = ACTIONS(670), - [anon_sym_LF] = ACTIONS(672), - [anon_sym_def] = ACTIONS(670), - [anon_sym_def_DASHenv] = ACTIONS(670), - [anon_sym_export_DASHenv] = ACTIONS(670), - [anon_sym_extern] = ACTIONS(670), - [anon_sym_module] = ACTIONS(670), - [anon_sym_use] = ACTIONS(670), - [anon_sym_LBRACK] = ACTIONS(670), - [anon_sym_LPAREN] = ACTIONS(670), - [anon_sym_PIPE] = ACTIONS(670), - [anon_sym_DOLLAR] = ACTIONS(670), - [anon_sym_error] = ACTIONS(670), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(670), - [anon_sym_break] = ACTIONS(670), - [anon_sym_continue] = ACTIONS(670), - [anon_sym_for] = ACTIONS(670), - [anon_sym_loop] = ACTIONS(670), - [anon_sym_while] = ACTIONS(670), - [anon_sym_do] = ACTIONS(670), - [anon_sym_if] = ACTIONS(670), - [anon_sym_match] = ACTIONS(670), - [anon_sym_LBRACE] = ACTIONS(670), - [anon_sym_try] = ACTIONS(670), - [anon_sym_return] = ACTIONS(670), - [anon_sym_source] = ACTIONS(670), - [anon_sym_source_DASHenv] = ACTIONS(670), - [anon_sym_register] = ACTIONS(670), - [anon_sym_hide] = ACTIONS(670), - [anon_sym_hide_DASHenv] = ACTIONS(670), - [anon_sym_overlay] = ACTIONS(670), - [anon_sym_where] = ACTIONS(670), - [anon_sym_not] = ACTIONS(670), - [anon_sym_DOT_DOT_LT] = ACTIONS(670), - [anon_sym_DOT_DOT] = ACTIONS(670), - [anon_sym_DOT_DOT_EQ] = ACTIONS(670), - [sym_val_nothing] = ACTIONS(670), - [anon_sym_true] = ACTIONS(670), - [anon_sym_false] = ACTIONS(670), - [aux_sym_val_number_token1] = ACTIONS(670), - [aux_sym_val_number_token2] = ACTIONS(670), - [aux_sym_val_number_token3] = ACTIONS(670), - [aux_sym_val_number_token4] = ACTIONS(670), - [anon_sym_inf] = ACTIONS(670), - [anon_sym_DASHinf] = ACTIONS(670), - [anon_sym_NaN] = ACTIONS(670), - [anon_sym_0b] = ACTIONS(670), - [anon_sym_0o] = ACTIONS(670), - [anon_sym_0x] = ACTIONS(670), - [sym_val_date] = ACTIONS(670), - [anon_sym_DQUOTE] = ACTIONS(670), - [sym__str_single_quotes] = ACTIONS(670), - [sym__str_back_ticks] = ACTIONS(670), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(670), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(670), - [anon_sym_CARET] = ACTIONS(670), - [sym_short_flag] = ACTIONS(740), + [ts_builtin_sym_end] = ACTIONS(692), + [anon_sym_export] = ACTIONS(690), + [anon_sym_alias] = ACTIONS(690), + [anon_sym_let] = ACTIONS(690), + [anon_sym_let_DASHenv] = ACTIONS(690), + [anon_sym_mut] = ACTIONS(690), + [anon_sym_const] = ACTIONS(690), + [sym_cmd_identifier] = ACTIONS(690), + [anon_sym_SEMI] = ACTIONS(690), + [anon_sym_LF] = ACTIONS(692), + [anon_sym_def] = ACTIONS(690), + [anon_sym_def_DASHenv] = ACTIONS(690), + [anon_sym_export_DASHenv] = ACTIONS(690), + [anon_sym_extern] = ACTIONS(690), + [anon_sym_module] = ACTIONS(690), + [anon_sym_use] = ACTIONS(690), + [anon_sym_LBRACK] = ACTIONS(690), + [anon_sym_LPAREN] = ACTIONS(690), + [anon_sym_PIPE] = ACTIONS(690), + [anon_sym_DOLLAR] = ACTIONS(690), + [anon_sym_error] = ACTIONS(690), + [anon_sym_DASH_DASH] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(690), + [anon_sym_break] = ACTIONS(690), + [anon_sym_continue] = ACTIONS(690), + [anon_sym_for] = ACTIONS(690), + [anon_sym_loop] = ACTIONS(690), + [anon_sym_while] = ACTIONS(690), + [anon_sym_do] = ACTIONS(690), + [anon_sym_if] = ACTIONS(690), + [anon_sym_match] = ACTIONS(690), + [anon_sym_LBRACE] = ACTIONS(690), + [anon_sym_try] = ACTIONS(690), + [anon_sym_return] = ACTIONS(690), + [anon_sym_source] = ACTIONS(690), + [anon_sym_source_DASHenv] = ACTIONS(690), + [anon_sym_register] = ACTIONS(690), + [anon_sym_hide] = ACTIONS(690), + [anon_sym_hide_DASHenv] = ACTIONS(690), + [anon_sym_overlay] = ACTIONS(690), + [anon_sym_where] = ACTIONS(690), + [anon_sym_not] = ACTIONS(690), + [anon_sym_DOT_DOT_LT] = ACTIONS(690), + [anon_sym_DOT_DOT] = ACTIONS(690), + [anon_sym_DOT_DOT_EQ] = ACTIONS(690), + [sym_val_nothing] = ACTIONS(690), + [anon_sym_true] = ACTIONS(690), + [anon_sym_false] = ACTIONS(690), + [aux_sym_val_number_token1] = ACTIONS(690), + [aux_sym_val_number_token2] = ACTIONS(690), + [aux_sym_val_number_token3] = ACTIONS(690), + [aux_sym_val_number_token4] = ACTIONS(690), + [anon_sym_inf] = ACTIONS(690), + [anon_sym_DASHinf] = ACTIONS(690), + [anon_sym_NaN] = ACTIONS(690), + [anon_sym_0b] = ACTIONS(690), + [anon_sym_0o] = ACTIONS(690), + [anon_sym_0x] = ACTIONS(690), + [sym_val_date] = ACTIONS(690), + [anon_sym_DQUOTE] = ACTIONS(690), + [sym__str_single_quotes] = ACTIONS(690), + [sym__str_back_ticks] = ACTIONS(690), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(690), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(690), + [anon_sym_CARET] = ACTIONS(690), + [sym_short_flag] = ACTIONS(1308), [anon_sym_POUND] = ACTIONS(3), }, [670] = { + [sym__flag] = STATE(675), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(670), - [anon_sym_export] = ACTIONS(750), - [anon_sym_alias] = ACTIONS(750), - [anon_sym_let] = ACTIONS(750), - [anon_sym_let_DASHenv] = ACTIONS(750), - [anon_sym_mut] = ACTIONS(750), - [anon_sym_const] = ACTIONS(750), - [sym_cmd_identifier] = ACTIONS(750), - [anon_sym_SEMI] = ACTIONS(750), - [anon_sym_LF] = ACTIONS(752), - [anon_sym_def] = ACTIONS(750), - [anon_sym_def_DASHenv] = ACTIONS(750), - [anon_sym_export_DASHenv] = ACTIONS(750), - [anon_sym_extern] = ACTIONS(750), - [anon_sym_module] = ACTIONS(750), - [anon_sym_use] = ACTIONS(750), - [anon_sym_LBRACK] = ACTIONS(750), - [anon_sym_LPAREN] = ACTIONS(750), - [anon_sym_RPAREN] = ACTIONS(750), - [anon_sym_PIPE] = ACTIONS(750), - [anon_sym_DOLLAR] = ACTIONS(750), - [anon_sym_error] = ACTIONS(750), - [anon_sym_DASH_DASH] = ACTIONS(750), - [anon_sym_DASH] = ACTIONS(750), - [anon_sym_break] = ACTIONS(750), - [anon_sym_continue] = ACTIONS(750), - [anon_sym_for] = ACTIONS(750), - [anon_sym_loop] = ACTIONS(750), - [anon_sym_while] = ACTIONS(750), - [anon_sym_do] = ACTIONS(750), - [anon_sym_if] = ACTIONS(750), - [anon_sym_match] = ACTIONS(750), - [anon_sym_LBRACE] = ACTIONS(750), - [anon_sym_RBRACE] = ACTIONS(750), - [anon_sym_DOT] = ACTIONS(750), - [anon_sym_try] = ACTIONS(750), - [anon_sym_return] = ACTIONS(750), - [anon_sym_source] = ACTIONS(750), - [anon_sym_source_DASHenv] = ACTIONS(750), - [anon_sym_register] = ACTIONS(750), - [anon_sym_hide] = ACTIONS(750), - [anon_sym_hide_DASHenv] = ACTIONS(750), - [anon_sym_overlay] = ACTIONS(750), - [anon_sym_where] = ACTIONS(750), - [anon_sym_not] = ACTIONS(750), - [anon_sym_DOT_DOT_LT] = ACTIONS(750), - [anon_sym_DOT_DOT] = ACTIONS(750), - [anon_sym_DOT_DOT_EQ] = ACTIONS(750), - [sym_val_nothing] = ACTIONS(750), - [anon_sym_true] = ACTIONS(750), - [anon_sym_false] = ACTIONS(750), - [aux_sym_val_number_token1] = ACTIONS(750), - [aux_sym_val_number_token2] = ACTIONS(750), - [aux_sym_val_number_token3] = ACTIONS(750), - [aux_sym_val_number_token4] = ACTIONS(750), - [anon_sym_inf] = ACTIONS(750), - [anon_sym_DASHinf] = ACTIONS(750), - [anon_sym_NaN] = ACTIONS(750), - [anon_sym_0b] = ACTIONS(750), - [anon_sym_0o] = ACTIONS(750), - [anon_sym_0x] = ACTIONS(750), - [sym_val_date] = ACTIONS(750), - [anon_sym_DQUOTE] = ACTIONS(750), - [sym__str_single_quotes] = ACTIONS(750), - [sym__str_back_ticks] = ACTIONS(750), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(750), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(750), - [anon_sym_CARET] = ACTIONS(750), - [sym_short_flag] = ACTIONS(750), + [ts_builtin_sym_end] = ACTIONS(692), + [anon_sym_export] = ACTIONS(690), + [anon_sym_alias] = ACTIONS(690), + [anon_sym_let] = ACTIONS(690), + [anon_sym_let_DASHenv] = ACTIONS(690), + [anon_sym_mut] = ACTIONS(690), + [anon_sym_const] = ACTIONS(690), + [sym_cmd_identifier] = ACTIONS(690), + [anon_sym_SEMI] = ACTIONS(690), + [anon_sym_LF] = ACTIONS(692), + [anon_sym_def] = ACTIONS(690), + [anon_sym_def_DASHenv] = ACTIONS(690), + [anon_sym_export_DASHenv] = ACTIONS(690), + [anon_sym_extern] = ACTIONS(690), + [anon_sym_module] = ACTIONS(690), + [anon_sym_use] = ACTIONS(690), + [anon_sym_LBRACK] = ACTIONS(690), + [anon_sym_LPAREN] = ACTIONS(690), + [anon_sym_PIPE] = ACTIONS(690), + [anon_sym_DOLLAR] = ACTIONS(690), + [anon_sym_error] = ACTIONS(690), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(690), + [anon_sym_break] = ACTIONS(690), + [anon_sym_continue] = ACTIONS(690), + [anon_sym_for] = ACTIONS(690), + [anon_sym_loop] = ACTIONS(690), + [anon_sym_while] = ACTIONS(690), + [anon_sym_do] = ACTIONS(690), + [anon_sym_if] = ACTIONS(690), + [anon_sym_match] = ACTIONS(690), + [anon_sym_LBRACE] = ACTIONS(690), + [anon_sym_try] = ACTIONS(690), + [anon_sym_return] = ACTIONS(690), + [anon_sym_source] = ACTIONS(690), + [anon_sym_source_DASHenv] = ACTIONS(690), + [anon_sym_register] = ACTIONS(690), + [anon_sym_hide] = ACTIONS(690), + [anon_sym_hide_DASHenv] = ACTIONS(690), + [anon_sym_overlay] = ACTIONS(690), + [anon_sym_where] = ACTIONS(690), + [anon_sym_not] = ACTIONS(690), + [anon_sym_DOT_DOT_LT] = ACTIONS(690), + [anon_sym_DOT_DOT] = ACTIONS(690), + [anon_sym_DOT_DOT_EQ] = ACTIONS(690), + [sym_val_nothing] = ACTIONS(690), + [anon_sym_true] = ACTIONS(690), + [anon_sym_false] = ACTIONS(690), + [aux_sym_val_number_token1] = ACTIONS(690), + [aux_sym_val_number_token2] = ACTIONS(690), + [aux_sym_val_number_token3] = ACTIONS(690), + [aux_sym_val_number_token4] = ACTIONS(690), + [anon_sym_inf] = ACTIONS(690), + [anon_sym_DASHinf] = ACTIONS(690), + [anon_sym_NaN] = ACTIONS(690), + [anon_sym_0b] = ACTIONS(690), + [anon_sym_0o] = ACTIONS(690), + [anon_sym_0x] = ACTIONS(690), + [sym_val_date] = ACTIONS(690), + [anon_sym_DQUOTE] = ACTIONS(690), + [sym__str_single_quotes] = ACTIONS(690), + [sym__str_back_ticks] = ACTIONS(690), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(690), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(690), + [anon_sym_CARET] = ACTIONS(690), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, [671] = { [sym_comment] = STATE(671), + [ts_builtin_sym_end] = ACTIONS(619), + [anon_sym_export] = ACTIONS(617), + [anon_sym_alias] = ACTIONS(617), + [anon_sym_let] = ACTIONS(617), + [anon_sym_let_DASHenv] = ACTIONS(617), + [anon_sym_mut] = ACTIONS(617), + [anon_sym_const] = ACTIONS(617), + [sym_cmd_identifier] = ACTIONS(617), + [anon_sym_SEMI] = ACTIONS(617), + [anon_sym_LF] = ACTIONS(619), + [anon_sym_def] = ACTIONS(617), + [anon_sym_def_DASHenv] = ACTIONS(617), + [anon_sym_export_DASHenv] = ACTIONS(617), + [anon_sym_extern] = ACTIONS(617), + [anon_sym_module] = ACTIONS(617), + [anon_sym_use] = ACTIONS(617), + [anon_sym_LBRACK] = ACTIONS(617), + [anon_sym_LPAREN] = ACTIONS(617), + [anon_sym_PIPE] = ACTIONS(617), + [anon_sym_DOLLAR] = ACTIONS(617), + [anon_sym_error] = ACTIONS(617), + [anon_sym_DASH_DASH] = ACTIONS(617), + [anon_sym_DASH] = ACTIONS(617), + [anon_sym_break] = ACTIONS(617), + [anon_sym_continue] = ACTIONS(617), + [anon_sym_for] = ACTIONS(617), + [anon_sym_loop] = ACTIONS(617), + [anon_sym_while] = ACTIONS(617), + [anon_sym_do] = ACTIONS(617), + [anon_sym_if] = ACTIONS(617), + [anon_sym_match] = ACTIONS(617), + [anon_sym_LBRACE] = ACTIONS(617), + [anon_sym_DOT] = ACTIONS(617), + [anon_sym_try] = ACTIONS(617), + [anon_sym_return] = ACTIONS(617), + [anon_sym_source] = ACTIONS(617), + [anon_sym_source_DASHenv] = ACTIONS(617), + [anon_sym_register] = ACTIONS(617), + [anon_sym_hide] = ACTIONS(617), + [anon_sym_hide_DASHenv] = ACTIONS(617), + [anon_sym_overlay] = ACTIONS(617), + [anon_sym_where] = ACTIONS(617), + [anon_sym_QMARK2] = ACTIONS(617), + [anon_sym_not] = ACTIONS(617), + [anon_sym_DOT_DOT_LT] = ACTIONS(617), + [anon_sym_DOT_DOT] = ACTIONS(617), + [anon_sym_DOT_DOT_EQ] = ACTIONS(617), + [sym_val_nothing] = ACTIONS(617), + [anon_sym_true] = ACTIONS(617), + [anon_sym_false] = ACTIONS(617), + [aux_sym_val_number_token1] = ACTIONS(617), + [aux_sym_val_number_token2] = ACTIONS(617), + [aux_sym_val_number_token3] = ACTIONS(617), + [aux_sym_val_number_token4] = ACTIONS(617), + [anon_sym_inf] = ACTIONS(617), + [anon_sym_DASHinf] = ACTIONS(617), + [anon_sym_NaN] = ACTIONS(617), + [anon_sym_0b] = ACTIONS(617), + [anon_sym_0o] = ACTIONS(617), + [anon_sym_0x] = ACTIONS(617), + [sym_val_date] = ACTIONS(617), + [anon_sym_DQUOTE] = ACTIONS(617), + [sym__str_single_quotes] = ACTIONS(617), + [sym__str_back_ticks] = ACTIONS(617), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(617), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(617), + [anon_sym_CARET] = ACTIONS(617), + [sym_short_flag] = ACTIONS(617), + [anon_sym_POUND] = ACTIONS(3), + }, + [672] = { + [sym__flag] = STATE(676), + [sym_long_flag] = STATE(731), + [sym_comment] = STATE(672), + [ts_builtin_sym_end] = ACTIONS(692), + [anon_sym_export] = ACTIONS(690), + [anon_sym_alias] = ACTIONS(690), + [anon_sym_let] = ACTIONS(690), + [anon_sym_let_DASHenv] = ACTIONS(690), + [anon_sym_mut] = ACTIONS(690), + [anon_sym_const] = ACTIONS(690), + [sym_cmd_identifier] = ACTIONS(690), + [anon_sym_SEMI] = ACTIONS(690), + [anon_sym_LF] = ACTIONS(692), + [anon_sym_def] = ACTIONS(690), + [anon_sym_def_DASHenv] = ACTIONS(690), + [anon_sym_export_DASHenv] = ACTIONS(690), + [anon_sym_extern] = ACTIONS(690), + [anon_sym_module] = ACTIONS(690), + [anon_sym_use] = ACTIONS(690), + [anon_sym_LBRACK] = ACTIONS(690), + [anon_sym_LPAREN] = ACTIONS(690), + [anon_sym_PIPE] = ACTIONS(690), + [anon_sym_DOLLAR] = ACTIONS(690), + [anon_sym_error] = ACTIONS(690), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(690), + [anon_sym_break] = ACTIONS(690), + [anon_sym_continue] = ACTIONS(690), + [anon_sym_for] = ACTIONS(690), + [anon_sym_loop] = ACTIONS(690), + [anon_sym_while] = ACTIONS(690), + [anon_sym_do] = ACTIONS(690), + [anon_sym_if] = ACTIONS(690), + [anon_sym_match] = ACTIONS(690), + [anon_sym_LBRACE] = ACTIONS(690), + [anon_sym_try] = ACTIONS(690), + [anon_sym_return] = ACTIONS(690), + [anon_sym_source] = ACTIONS(690), + [anon_sym_source_DASHenv] = ACTIONS(690), + [anon_sym_register] = ACTIONS(690), + [anon_sym_hide] = ACTIONS(690), + [anon_sym_hide_DASHenv] = ACTIONS(690), + [anon_sym_overlay] = ACTIONS(690), + [anon_sym_where] = ACTIONS(690), + [anon_sym_not] = ACTIONS(690), + [anon_sym_DOT_DOT_LT] = ACTIONS(690), + [anon_sym_DOT_DOT] = ACTIONS(690), + [anon_sym_DOT_DOT_EQ] = ACTIONS(690), + [sym_val_nothing] = ACTIONS(690), + [anon_sym_true] = ACTIONS(690), + [anon_sym_false] = ACTIONS(690), + [aux_sym_val_number_token1] = ACTIONS(690), + [aux_sym_val_number_token2] = ACTIONS(690), + [aux_sym_val_number_token3] = ACTIONS(690), + [aux_sym_val_number_token4] = ACTIONS(690), + [anon_sym_inf] = ACTIONS(690), + [anon_sym_DASHinf] = ACTIONS(690), + [anon_sym_NaN] = ACTIONS(690), + [anon_sym_0b] = ACTIONS(690), + [anon_sym_0o] = ACTIONS(690), + [anon_sym_0x] = ACTIONS(690), + [sym_val_date] = ACTIONS(690), + [anon_sym_DQUOTE] = ACTIONS(690), + [sym__str_single_quotes] = ACTIONS(690), + [sym__str_back_ticks] = ACTIONS(690), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(690), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(690), + [anon_sym_CARET] = ACTIONS(690), + [sym_short_flag] = ACTIONS(742), + [anon_sym_POUND] = ACTIONS(3), + }, + [673] = { + [sym_comment] = STATE(673), [anon_sym_export] = ACTIONS(759), [anon_sym_alias] = ACTIONS(759), [anon_sym_let] = ACTIONS(759), @@ -106889,1222 +107038,368 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_short_flag] = ACTIONS(759), [anon_sym_POUND] = ACTIONS(3), }, - [672] = { - [sym__flag] = STATE(677), - [sym_long_flag] = STATE(708), - [sym_comment] = STATE(672), - [ts_builtin_sym_end] = ACTIONS(664), - [anon_sym_export] = ACTIONS(662), - [anon_sym_alias] = ACTIONS(662), - [anon_sym_let] = ACTIONS(662), - [anon_sym_let_DASHenv] = ACTIONS(662), - [anon_sym_mut] = ACTIONS(662), - [anon_sym_const] = ACTIONS(662), - [sym_cmd_identifier] = ACTIONS(662), - [anon_sym_SEMI] = ACTIONS(662), - [anon_sym_LF] = ACTIONS(664), - [anon_sym_def] = ACTIONS(662), - [anon_sym_def_DASHenv] = ACTIONS(662), - [anon_sym_export_DASHenv] = ACTIONS(662), - [anon_sym_extern] = ACTIONS(662), - [anon_sym_module] = ACTIONS(662), - [anon_sym_use] = ACTIONS(662), - [anon_sym_LBRACK] = ACTIONS(662), - [anon_sym_LPAREN] = ACTIONS(662), - [anon_sym_PIPE] = ACTIONS(662), - [anon_sym_DOLLAR] = ACTIONS(662), - [anon_sym_error] = ACTIONS(662), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(662), - [anon_sym_break] = ACTIONS(662), - [anon_sym_continue] = ACTIONS(662), - [anon_sym_for] = ACTIONS(662), - [anon_sym_loop] = ACTIONS(662), - [anon_sym_while] = ACTIONS(662), - [anon_sym_do] = ACTIONS(662), - [anon_sym_if] = ACTIONS(662), - [anon_sym_match] = ACTIONS(662), - [anon_sym_LBRACE] = ACTIONS(662), - [anon_sym_try] = ACTIONS(662), - [anon_sym_return] = ACTIONS(662), - [anon_sym_source] = ACTIONS(662), - [anon_sym_source_DASHenv] = ACTIONS(662), - [anon_sym_register] = ACTIONS(662), - [anon_sym_hide] = ACTIONS(662), - [anon_sym_hide_DASHenv] = ACTIONS(662), - [anon_sym_overlay] = ACTIONS(662), - [anon_sym_where] = ACTIONS(662), - [anon_sym_not] = ACTIONS(662), - [anon_sym_DOT_DOT_LT] = ACTIONS(662), - [anon_sym_DOT_DOT] = ACTIONS(662), - [anon_sym_DOT_DOT_EQ] = ACTIONS(662), - [sym_val_nothing] = ACTIONS(662), - [anon_sym_true] = ACTIONS(662), - [anon_sym_false] = ACTIONS(662), - [aux_sym_val_number_token1] = ACTIONS(662), - [aux_sym_val_number_token2] = ACTIONS(662), - [aux_sym_val_number_token3] = ACTIONS(662), - [aux_sym_val_number_token4] = ACTIONS(662), - [anon_sym_inf] = ACTIONS(662), - [anon_sym_DASHinf] = ACTIONS(662), - [anon_sym_NaN] = ACTIONS(662), - [anon_sym_0b] = ACTIONS(662), - [anon_sym_0o] = ACTIONS(662), - [anon_sym_0x] = ACTIONS(662), - [sym_val_date] = ACTIONS(662), - [anon_sym_DQUOTE] = ACTIONS(662), - [sym__str_single_quotes] = ACTIONS(662), - [sym__str_back_ticks] = ACTIONS(662), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(662), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(662), - [anon_sym_CARET] = ACTIONS(662), - [sym_short_flag] = ACTIONS(740), - [anon_sym_POUND] = ACTIONS(3), - }, - [673] = { - [sym__flag] = STATE(676), - [sym_long_flag] = STATE(708), - [sym_comment] = STATE(673), - [ts_builtin_sym_end] = ACTIONS(664), - [anon_sym_export] = ACTIONS(662), - [anon_sym_alias] = ACTIONS(662), - [anon_sym_let] = ACTIONS(662), - [anon_sym_let_DASHenv] = ACTIONS(662), - [anon_sym_mut] = ACTIONS(662), - [anon_sym_const] = ACTIONS(662), - [sym_cmd_identifier] = ACTIONS(662), - [anon_sym_SEMI] = ACTIONS(662), - [anon_sym_LF] = ACTIONS(664), - [anon_sym_def] = ACTIONS(662), - [anon_sym_def_DASHenv] = ACTIONS(662), - [anon_sym_export_DASHenv] = ACTIONS(662), - [anon_sym_extern] = ACTIONS(662), - [anon_sym_module] = ACTIONS(662), - [anon_sym_use] = ACTIONS(662), - [anon_sym_LBRACK] = ACTIONS(662), - [anon_sym_LPAREN] = ACTIONS(662), - [anon_sym_PIPE] = ACTIONS(662), - [anon_sym_DOLLAR] = ACTIONS(662), - [anon_sym_error] = ACTIONS(662), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(662), - [anon_sym_break] = ACTIONS(662), - [anon_sym_continue] = ACTIONS(662), - [anon_sym_for] = ACTIONS(662), - [anon_sym_loop] = ACTIONS(662), - [anon_sym_while] = ACTIONS(662), - [anon_sym_do] = ACTIONS(662), - [anon_sym_if] = ACTIONS(662), - [anon_sym_match] = ACTIONS(662), - [anon_sym_LBRACE] = ACTIONS(662), - [anon_sym_try] = ACTIONS(662), - [anon_sym_return] = ACTIONS(662), - [anon_sym_source] = ACTIONS(662), - [anon_sym_source_DASHenv] = ACTIONS(662), - [anon_sym_register] = ACTIONS(662), - [anon_sym_hide] = ACTIONS(662), - [anon_sym_hide_DASHenv] = ACTIONS(662), - [anon_sym_overlay] = ACTIONS(662), - [anon_sym_where] = ACTIONS(662), - [anon_sym_not] = ACTIONS(662), - [anon_sym_DOT_DOT_LT] = ACTIONS(662), - [anon_sym_DOT_DOT] = ACTIONS(662), - [anon_sym_DOT_DOT_EQ] = ACTIONS(662), - [sym_val_nothing] = ACTIONS(662), - [anon_sym_true] = ACTIONS(662), - [anon_sym_false] = ACTIONS(662), - [aux_sym_val_number_token1] = ACTIONS(662), - [aux_sym_val_number_token2] = ACTIONS(662), - [aux_sym_val_number_token3] = ACTIONS(662), - [aux_sym_val_number_token4] = ACTIONS(662), - [anon_sym_inf] = ACTIONS(662), - [anon_sym_DASHinf] = ACTIONS(662), - [anon_sym_NaN] = ACTIONS(662), - [anon_sym_0b] = ACTIONS(662), - [anon_sym_0o] = ACTIONS(662), - [anon_sym_0x] = ACTIONS(662), - [sym_val_date] = ACTIONS(662), - [anon_sym_DQUOTE] = ACTIONS(662), - [sym__str_single_quotes] = ACTIONS(662), - [sym__str_back_ticks] = ACTIONS(662), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(662), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(662), - [anon_sym_CARET] = ACTIONS(662), - [sym_short_flag] = ACTIONS(740), - [anon_sym_POUND] = ACTIONS(3), - }, [674] = { - [sym__flag] = STATE(643), - [sym_long_flag] = STATE(708), [sym_comment] = STATE(674), - [ts_builtin_sym_end] = ACTIONS(680), - [anon_sym_export] = ACTIONS(678), - [anon_sym_alias] = ACTIONS(678), - [anon_sym_let] = ACTIONS(678), - [anon_sym_let_DASHenv] = ACTIONS(678), - [anon_sym_mut] = ACTIONS(678), - [anon_sym_const] = ACTIONS(678), - [sym_cmd_identifier] = ACTIONS(678), - [anon_sym_SEMI] = ACTIONS(678), - [anon_sym_LF] = ACTIONS(680), - [anon_sym_def] = ACTIONS(678), - [anon_sym_def_DASHenv] = ACTIONS(678), - [anon_sym_export_DASHenv] = ACTIONS(678), - [anon_sym_extern] = ACTIONS(678), - [anon_sym_module] = ACTIONS(678), - [anon_sym_use] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(678), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_PIPE] = ACTIONS(678), - [anon_sym_DOLLAR] = ACTIONS(678), - [anon_sym_error] = ACTIONS(678), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(678), - [anon_sym_break] = ACTIONS(678), - [anon_sym_continue] = ACTIONS(678), - [anon_sym_for] = ACTIONS(678), - [anon_sym_loop] = ACTIONS(678), - [anon_sym_while] = ACTIONS(678), - [anon_sym_do] = ACTIONS(678), - [anon_sym_if] = ACTIONS(678), - [anon_sym_match] = ACTIONS(678), - [anon_sym_LBRACE] = ACTIONS(678), - [anon_sym_try] = ACTIONS(678), - [anon_sym_return] = ACTIONS(678), - [anon_sym_source] = ACTIONS(678), - [anon_sym_source_DASHenv] = ACTIONS(678), - [anon_sym_register] = ACTIONS(678), - [anon_sym_hide] = ACTIONS(678), - [anon_sym_hide_DASHenv] = ACTIONS(678), - [anon_sym_overlay] = ACTIONS(678), - [anon_sym_where] = ACTIONS(678), - [anon_sym_not] = ACTIONS(678), - [anon_sym_DOT_DOT_LT] = ACTIONS(678), - [anon_sym_DOT_DOT] = ACTIONS(678), - [anon_sym_DOT_DOT_EQ] = ACTIONS(678), - [sym_val_nothing] = ACTIONS(678), - [anon_sym_true] = ACTIONS(678), - [anon_sym_false] = ACTIONS(678), - [aux_sym_val_number_token1] = ACTIONS(678), - [aux_sym_val_number_token2] = ACTIONS(678), - [aux_sym_val_number_token3] = ACTIONS(678), - [aux_sym_val_number_token4] = ACTIONS(678), - [anon_sym_inf] = ACTIONS(678), - [anon_sym_DASHinf] = ACTIONS(678), - [anon_sym_NaN] = ACTIONS(678), - [anon_sym_0b] = ACTIONS(678), - [anon_sym_0o] = ACTIONS(678), - [anon_sym_0x] = ACTIONS(678), - [sym_val_date] = ACTIONS(678), - [anon_sym_DQUOTE] = ACTIONS(678), - [sym__str_single_quotes] = ACTIONS(678), - [sym__str_back_ticks] = ACTIONS(678), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(678), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(678), - [anon_sym_CARET] = ACTIONS(678), - [sym_short_flag] = ACTIONS(740), + [ts_builtin_sym_end] = ACTIONS(669), + [anon_sym_export] = ACTIONS(667), + [anon_sym_alias] = ACTIONS(667), + [anon_sym_let] = ACTIONS(667), + [anon_sym_let_DASHenv] = ACTIONS(667), + [anon_sym_mut] = ACTIONS(667), + [anon_sym_const] = ACTIONS(667), + [sym_cmd_identifier] = ACTIONS(667), + [anon_sym_SEMI] = ACTIONS(667), + [anon_sym_LF] = ACTIONS(669), + [anon_sym_def] = ACTIONS(667), + [anon_sym_def_DASHenv] = ACTIONS(667), + [anon_sym_export_DASHenv] = ACTIONS(667), + [anon_sym_extern] = ACTIONS(667), + [anon_sym_module] = ACTIONS(667), + [anon_sym_use] = ACTIONS(667), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_LPAREN] = ACTIONS(667), + [anon_sym_PIPE] = ACTIONS(667), + [anon_sym_DOLLAR] = ACTIONS(667), + [anon_sym_error] = ACTIONS(667), + [anon_sym_DASH_DASH] = ACTIONS(667), + [anon_sym_DASH] = ACTIONS(667), + [anon_sym_break] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(667), + [anon_sym_for] = ACTIONS(667), + [anon_sym_loop] = ACTIONS(667), + [anon_sym_while] = ACTIONS(667), + [anon_sym_do] = ACTIONS(667), + [anon_sym_if] = ACTIONS(667), + [anon_sym_match] = ACTIONS(667), + [anon_sym_LBRACE] = ACTIONS(667), + [anon_sym_DOT] = ACTIONS(667), + [anon_sym_try] = ACTIONS(667), + [anon_sym_return] = ACTIONS(667), + [anon_sym_source] = ACTIONS(667), + [anon_sym_source_DASHenv] = ACTIONS(667), + [anon_sym_register] = ACTIONS(667), + [anon_sym_hide] = ACTIONS(667), + [anon_sym_hide_DASHenv] = ACTIONS(667), + [anon_sym_overlay] = ACTIONS(667), + [anon_sym_where] = ACTIONS(667), + [anon_sym_QMARK2] = ACTIONS(667), + [anon_sym_not] = ACTIONS(667), + [anon_sym_DOT_DOT_LT] = ACTIONS(667), + [anon_sym_DOT_DOT] = ACTIONS(667), + [anon_sym_DOT_DOT_EQ] = ACTIONS(667), + [sym_val_nothing] = ACTIONS(667), + [anon_sym_true] = ACTIONS(667), + [anon_sym_false] = ACTIONS(667), + [aux_sym_val_number_token1] = ACTIONS(667), + [aux_sym_val_number_token2] = ACTIONS(667), + [aux_sym_val_number_token3] = ACTIONS(667), + [aux_sym_val_number_token4] = ACTIONS(667), + [anon_sym_inf] = ACTIONS(667), + [anon_sym_DASHinf] = ACTIONS(667), + [anon_sym_NaN] = ACTIONS(667), + [anon_sym_0b] = ACTIONS(667), + [anon_sym_0o] = ACTIONS(667), + [anon_sym_0x] = ACTIONS(667), + [sym_val_date] = ACTIONS(667), + [anon_sym_DQUOTE] = ACTIONS(667), + [sym__str_single_quotes] = ACTIONS(667), + [sym__str_back_ticks] = ACTIONS(667), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(667), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(667), + [anon_sym_CARET] = ACTIONS(667), + [sym_short_flag] = ACTIONS(667), [anon_sym_POUND] = ACTIONS(3), }, [675] = { - [sym__flag] = STATE(873), - [sym_long_flag] = STATE(829), + [sym__flag] = STATE(895), + [sym_long_flag] = STATE(825), [sym_comment] = STATE(675), - [ts_builtin_sym_end] = ACTIONS(680), - [anon_sym_export] = ACTIONS(678), - [anon_sym_alias] = ACTIONS(678), - [anon_sym_let] = ACTIONS(678), - [anon_sym_let_DASHenv] = ACTIONS(678), - [anon_sym_mut] = ACTIONS(678), - [anon_sym_const] = ACTIONS(678), - [sym_cmd_identifier] = ACTIONS(678), - [anon_sym_SEMI] = ACTIONS(678), - [anon_sym_LF] = ACTIONS(680), - [anon_sym_def] = ACTIONS(678), - [anon_sym_def_DASHenv] = ACTIONS(678), - [anon_sym_export_DASHenv] = ACTIONS(678), - [anon_sym_extern] = ACTIONS(678), - [anon_sym_module] = ACTIONS(678), - [anon_sym_use] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(678), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_PIPE] = ACTIONS(678), - [anon_sym_DOLLAR] = ACTIONS(678), - [anon_sym_error] = ACTIONS(678), + [ts_builtin_sym_end] = ACTIONS(1298), + [anon_sym_export] = ACTIONS(1296), + [anon_sym_alias] = ACTIONS(1296), + [anon_sym_let] = ACTIONS(1296), + [anon_sym_let_DASHenv] = ACTIONS(1296), + [anon_sym_mut] = ACTIONS(1296), + [anon_sym_const] = ACTIONS(1296), + [sym_cmd_identifier] = ACTIONS(1296), + [anon_sym_SEMI] = ACTIONS(1296), + [anon_sym_LF] = ACTIONS(1298), + [anon_sym_def] = ACTIONS(1296), + [anon_sym_def_DASHenv] = ACTIONS(1296), + [anon_sym_export_DASHenv] = ACTIONS(1296), + [anon_sym_extern] = ACTIONS(1296), + [anon_sym_module] = ACTIONS(1296), + [anon_sym_use] = ACTIONS(1296), + [anon_sym_LBRACK] = ACTIONS(1296), + [anon_sym_LPAREN] = ACTIONS(1296), + [anon_sym_PIPE] = ACTIONS(1296), + [anon_sym_DOLLAR] = ACTIONS(1296), + [anon_sym_error] = ACTIONS(1296), [anon_sym_DASH_DASH] = ACTIONS(1306), - [anon_sym_DASH] = ACTIONS(678), - [anon_sym_break] = ACTIONS(678), - [anon_sym_continue] = ACTIONS(678), - [anon_sym_for] = ACTIONS(678), - [anon_sym_loop] = ACTIONS(678), - [anon_sym_while] = ACTIONS(678), - [anon_sym_do] = ACTIONS(678), - [anon_sym_if] = ACTIONS(678), - [anon_sym_match] = ACTIONS(678), - [anon_sym_LBRACE] = ACTIONS(678), - [anon_sym_try] = ACTIONS(678), - [anon_sym_return] = ACTIONS(678), - [anon_sym_source] = ACTIONS(678), - [anon_sym_source_DASHenv] = ACTIONS(678), - [anon_sym_register] = ACTIONS(678), - [anon_sym_hide] = ACTIONS(678), - [anon_sym_hide_DASHenv] = ACTIONS(678), - [anon_sym_overlay] = ACTIONS(678), - [anon_sym_where] = ACTIONS(678), - [anon_sym_not] = ACTIONS(678), - [anon_sym_DOT_DOT_LT] = ACTIONS(678), - [anon_sym_DOT_DOT] = ACTIONS(678), - [anon_sym_DOT_DOT_EQ] = ACTIONS(678), - [sym_val_nothing] = ACTIONS(678), - [anon_sym_true] = ACTIONS(678), - [anon_sym_false] = ACTIONS(678), - [aux_sym_val_number_token1] = ACTIONS(678), - [aux_sym_val_number_token2] = ACTIONS(678), - [aux_sym_val_number_token3] = ACTIONS(678), - [aux_sym_val_number_token4] = ACTIONS(678), - [anon_sym_inf] = ACTIONS(678), - [anon_sym_DASHinf] = ACTIONS(678), - [anon_sym_NaN] = ACTIONS(678), - [anon_sym_0b] = ACTIONS(678), - [anon_sym_0o] = ACTIONS(678), - [anon_sym_0x] = ACTIONS(678), - [sym_val_date] = ACTIONS(678), - [anon_sym_DQUOTE] = ACTIONS(678), - [sym__str_single_quotes] = ACTIONS(678), - [sym__str_back_ticks] = ACTIONS(678), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(678), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(678), - [anon_sym_CARET] = ACTIONS(678), + [anon_sym_DASH] = ACTIONS(1296), + [anon_sym_break] = ACTIONS(1296), + [anon_sym_continue] = ACTIONS(1296), + [anon_sym_for] = ACTIONS(1296), + [anon_sym_loop] = ACTIONS(1296), + [anon_sym_while] = ACTIONS(1296), + [anon_sym_do] = ACTIONS(1296), + [anon_sym_if] = ACTIONS(1296), + [anon_sym_match] = ACTIONS(1296), + [anon_sym_LBRACE] = ACTIONS(1296), + [anon_sym_try] = ACTIONS(1296), + [anon_sym_return] = ACTIONS(1296), + [anon_sym_source] = ACTIONS(1296), + [anon_sym_source_DASHenv] = ACTIONS(1296), + [anon_sym_register] = ACTIONS(1296), + [anon_sym_hide] = ACTIONS(1296), + [anon_sym_hide_DASHenv] = ACTIONS(1296), + [anon_sym_overlay] = ACTIONS(1296), + [anon_sym_where] = ACTIONS(1296), + [anon_sym_not] = ACTIONS(1296), + [anon_sym_DOT_DOT_LT] = ACTIONS(1296), + [anon_sym_DOT_DOT] = ACTIONS(1296), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1296), + [sym_val_nothing] = ACTIONS(1296), + [anon_sym_true] = ACTIONS(1296), + [anon_sym_false] = ACTIONS(1296), + [aux_sym_val_number_token1] = ACTIONS(1296), + [aux_sym_val_number_token2] = ACTIONS(1296), + [aux_sym_val_number_token3] = ACTIONS(1296), + [aux_sym_val_number_token4] = ACTIONS(1296), + [anon_sym_inf] = ACTIONS(1296), + [anon_sym_DASHinf] = ACTIONS(1296), + [anon_sym_NaN] = ACTIONS(1296), + [anon_sym_0b] = ACTIONS(1296), + [anon_sym_0o] = ACTIONS(1296), + [anon_sym_0x] = ACTIONS(1296), + [sym_val_date] = ACTIONS(1296), + [anon_sym_DQUOTE] = ACTIONS(1296), + [sym__str_single_quotes] = ACTIONS(1296), + [sym__str_back_ticks] = ACTIONS(1296), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1296), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1296), + [anon_sym_CARET] = ACTIONS(1296), [sym_short_flag] = ACTIONS(1308), [anon_sym_POUND] = ACTIONS(3), }, [676] = { - [sym__flag] = STATE(661), - [sym_long_flag] = STATE(708), + [sym__flag] = STATE(678), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(676), - [ts_builtin_sym_end] = ACTIONS(672), - [anon_sym_export] = ACTIONS(670), - [anon_sym_alias] = ACTIONS(670), - [anon_sym_let] = ACTIONS(670), - [anon_sym_let_DASHenv] = ACTIONS(670), - [anon_sym_mut] = ACTIONS(670), - [anon_sym_const] = ACTIONS(670), - [sym_cmd_identifier] = ACTIONS(670), - [anon_sym_SEMI] = ACTIONS(670), - [anon_sym_LF] = ACTIONS(672), - [anon_sym_def] = ACTIONS(670), - [anon_sym_def_DASHenv] = ACTIONS(670), - [anon_sym_export_DASHenv] = ACTIONS(670), - [anon_sym_extern] = ACTIONS(670), - [anon_sym_module] = ACTIONS(670), - [anon_sym_use] = ACTIONS(670), - [anon_sym_LBRACK] = ACTIONS(670), - [anon_sym_LPAREN] = ACTIONS(670), - [anon_sym_PIPE] = ACTIONS(670), - [anon_sym_DOLLAR] = ACTIONS(670), - [anon_sym_error] = ACTIONS(670), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(670), - [anon_sym_break] = ACTIONS(670), - [anon_sym_continue] = ACTIONS(670), - [anon_sym_for] = ACTIONS(670), - [anon_sym_loop] = ACTIONS(670), - [anon_sym_while] = ACTIONS(670), - [anon_sym_do] = ACTIONS(670), - [anon_sym_if] = ACTIONS(670), - [anon_sym_match] = ACTIONS(670), - [anon_sym_LBRACE] = ACTIONS(670), - [anon_sym_try] = ACTIONS(670), - [anon_sym_return] = ACTIONS(670), - [anon_sym_source] = ACTIONS(670), - [anon_sym_source_DASHenv] = ACTIONS(670), - [anon_sym_register] = ACTIONS(670), - [anon_sym_hide] = ACTIONS(670), - [anon_sym_hide_DASHenv] = ACTIONS(670), - [anon_sym_overlay] = ACTIONS(670), - [anon_sym_where] = ACTIONS(670), - [anon_sym_not] = ACTIONS(670), - [anon_sym_DOT_DOT_LT] = ACTIONS(670), - [anon_sym_DOT_DOT] = ACTIONS(670), - [anon_sym_DOT_DOT_EQ] = ACTIONS(670), - [sym_val_nothing] = ACTIONS(670), - [anon_sym_true] = ACTIONS(670), - [anon_sym_false] = ACTIONS(670), - [aux_sym_val_number_token1] = ACTIONS(670), - [aux_sym_val_number_token2] = ACTIONS(670), - [aux_sym_val_number_token3] = ACTIONS(670), - [aux_sym_val_number_token4] = ACTIONS(670), - [anon_sym_inf] = ACTIONS(670), - [anon_sym_DASHinf] = ACTIONS(670), - [anon_sym_NaN] = ACTIONS(670), - [anon_sym_0b] = ACTIONS(670), - [anon_sym_0o] = ACTIONS(670), - [anon_sym_0x] = ACTIONS(670), - [sym_val_date] = ACTIONS(670), - [anon_sym_DQUOTE] = ACTIONS(670), - [sym__str_single_quotes] = ACTIONS(670), - [sym__str_back_ticks] = ACTIONS(670), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(670), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(670), - [anon_sym_CARET] = ACTIONS(670), - [sym_short_flag] = ACTIONS(740), + [ts_builtin_sym_end] = ACTIONS(1298), + [anon_sym_export] = ACTIONS(1296), + [anon_sym_alias] = ACTIONS(1296), + [anon_sym_let] = ACTIONS(1296), + [anon_sym_let_DASHenv] = ACTIONS(1296), + [anon_sym_mut] = ACTIONS(1296), + [anon_sym_const] = ACTIONS(1296), + [sym_cmd_identifier] = ACTIONS(1296), + [anon_sym_SEMI] = ACTIONS(1296), + [anon_sym_LF] = ACTIONS(1298), + [anon_sym_def] = ACTIONS(1296), + [anon_sym_def_DASHenv] = ACTIONS(1296), + [anon_sym_export_DASHenv] = ACTIONS(1296), + [anon_sym_extern] = ACTIONS(1296), + [anon_sym_module] = ACTIONS(1296), + [anon_sym_use] = ACTIONS(1296), + [anon_sym_LBRACK] = ACTIONS(1296), + [anon_sym_LPAREN] = ACTIONS(1296), + [anon_sym_PIPE] = ACTIONS(1296), + [anon_sym_DOLLAR] = ACTIONS(1296), + [anon_sym_error] = ACTIONS(1296), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(1296), + [anon_sym_break] = ACTIONS(1296), + [anon_sym_continue] = ACTIONS(1296), + [anon_sym_for] = ACTIONS(1296), + [anon_sym_loop] = ACTIONS(1296), + [anon_sym_while] = ACTIONS(1296), + [anon_sym_do] = ACTIONS(1296), + [anon_sym_if] = ACTIONS(1296), + [anon_sym_match] = ACTIONS(1296), + [anon_sym_LBRACE] = ACTIONS(1296), + [anon_sym_try] = ACTIONS(1296), + [anon_sym_return] = ACTIONS(1296), + [anon_sym_source] = ACTIONS(1296), + [anon_sym_source_DASHenv] = ACTIONS(1296), + [anon_sym_register] = ACTIONS(1296), + [anon_sym_hide] = ACTIONS(1296), + [anon_sym_hide_DASHenv] = ACTIONS(1296), + [anon_sym_overlay] = ACTIONS(1296), + [anon_sym_where] = ACTIONS(1296), + [anon_sym_not] = ACTIONS(1296), + [anon_sym_DOT_DOT_LT] = ACTIONS(1296), + [anon_sym_DOT_DOT] = ACTIONS(1296), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1296), + [sym_val_nothing] = ACTIONS(1296), + [anon_sym_true] = ACTIONS(1296), + [anon_sym_false] = ACTIONS(1296), + [aux_sym_val_number_token1] = ACTIONS(1296), + [aux_sym_val_number_token2] = ACTIONS(1296), + [aux_sym_val_number_token3] = ACTIONS(1296), + [aux_sym_val_number_token4] = ACTIONS(1296), + [anon_sym_inf] = ACTIONS(1296), + [anon_sym_DASHinf] = ACTIONS(1296), + [anon_sym_NaN] = ACTIONS(1296), + [anon_sym_0b] = ACTIONS(1296), + [anon_sym_0o] = ACTIONS(1296), + [anon_sym_0x] = ACTIONS(1296), + [sym_val_date] = ACTIONS(1296), + [anon_sym_DQUOTE] = ACTIONS(1296), + [sym__str_single_quotes] = ACTIONS(1296), + [sym__str_back_ticks] = ACTIONS(1296), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1296), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1296), + [anon_sym_CARET] = ACTIONS(1296), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, [677] = { - [sym__flag] = STATE(890), - [sym_long_flag] = STATE(829), + [sym__flag] = STATE(663), + [sym_long_flag] = STATE(731), [sym_comment] = STATE(677), - [ts_builtin_sym_end] = ACTIONS(672), - [anon_sym_export] = ACTIONS(670), - [anon_sym_alias] = ACTIONS(670), - [anon_sym_let] = ACTIONS(670), - [anon_sym_let_DASHenv] = ACTIONS(670), - [anon_sym_mut] = ACTIONS(670), - [anon_sym_const] = ACTIONS(670), - [sym_cmd_identifier] = ACTIONS(670), - [anon_sym_SEMI] = ACTIONS(670), - [anon_sym_LF] = ACTIONS(672), - [anon_sym_def] = ACTIONS(670), - [anon_sym_def_DASHenv] = ACTIONS(670), - [anon_sym_export_DASHenv] = ACTIONS(670), - [anon_sym_extern] = ACTIONS(670), - [anon_sym_module] = ACTIONS(670), - [anon_sym_use] = ACTIONS(670), - [anon_sym_LBRACK] = ACTIONS(670), - [anon_sym_LPAREN] = ACTIONS(670), - [anon_sym_PIPE] = ACTIONS(670), - [anon_sym_DOLLAR] = ACTIONS(670), - [anon_sym_error] = ACTIONS(670), - [anon_sym_DASH_DASH] = ACTIONS(1306), - [anon_sym_DASH] = ACTIONS(670), - [anon_sym_break] = ACTIONS(670), - [anon_sym_continue] = ACTIONS(670), - [anon_sym_for] = ACTIONS(670), - [anon_sym_loop] = ACTIONS(670), - [anon_sym_while] = ACTIONS(670), - [anon_sym_do] = ACTIONS(670), - [anon_sym_if] = ACTIONS(670), - [anon_sym_match] = ACTIONS(670), - [anon_sym_LBRACE] = ACTIONS(670), - [anon_sym_try] = ACTIONS(670), - [anon_sym_return] = ACTIONS(670), - [anon_sym_source] = ACTIONS(670), - [anon_sym_source_DASHenv] = ACTIONS(670), - [anon_sym_register] = ACTIONS(670), - [anon_sym_hide] = ACTIONS(670), - [anon_sym_hide_DASHenv] = ACTIONS(670), - [anon_sym_overlay] = ACTIONS(670), - [anon_sym_where] = ACTIONS(670), - [anon_sym_not] = ACTIONS(670), - [anon_sym_DOT_DOT_LT] = ACTIONS(670), - [anon_sym_DOT_DOT] = ACTIONS(670), - [anon_sym_DOT_DOT_EQ] = ACTIONS(670), - [sym_val_nothing] = ACTIONS(670), - [anon_sym_true] = ACTIONS(670), - [anon_sym_false] = ACTIONS(670), - [aux_sym_val_number_token1] = ACTIONS(670), - [aux_sym_val_number_token2] = ACTIONS(670), - [aux_sym_val_number_token3] = ACTIONS(670), - [aux_sym_val_number_token4] = ACTIONS(670), - [anon_sym_inf] = ACTIONS(670), - [anon_sym_DASHinf] = ACTIONS(670), - [anon_sym_NaN] = ACTIONS(670), - [anon_sym_0b] = ACTIONS(670), - [anon_sym_0o] = ACTIONS(670), - [anon_sym_0x] = ACTIONS(670), - [sym_val_date] = ACTIONS(670), - [anon_sym_DQUOTE] = ACTIONS(670), - [sym__str_single_quotes] = ACTIONS(670), - [sym__str_back_ticks] = ACTIONS(670), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(670), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(670), - [anon_sym_CARET] = ACTIONS(670), - [sym_short_flag] = ACTIONS(1308), + [ts_builtin_sym_end] = ACTIONS(1298), + [anon_sym_export] = ACTIONS(1296), + [anon_sym_alias] = ACTIONS(1296), + [anon_sym_let] = ACTIONS(1296), + [anon_sym_let_DASHenv] = ACTIONS(1296), + [anon_sym_mut] = ACTIONS(1296), + [anon_sym_const] = ACTIONS(1296), + [sym_cmd_identifier] = ACTIONS(1296), + [anon_sym_SEMI] = ACTIONS(1296), + [anon_sym_LF] = ACTIONS(1298), + [anon_sym_def] = ACTIONS(1296), + [anon_sym_def_DASHenv] = ACTIONS(1296), + [anon_sym_export_DASHenv] = ACTIONS(1296), + [anon_sym_extern] = ACTIONS(1296), + [anon_sym_module] = ACTIONS(1296), + [anon_sym_use] = ACTIONS(1296), + [anon_sym_LBRACK] = ACTIONS(1296), + [anon_sym_LPAREN] = ACTIONS(1296), + [anon_sym_PIPE] = ACTIONS(1296), + [anon_sym_DOLLAR] = ACTIONS(1296), + [anon_sym_error] = ACTIONS(1296), + [anon_sym_DASH_DASH] = ACTIONS(716), + [anon_sym_DASH] = ACTIONS(1296), + [anon_sym_break] = ACTIONS(1296), + [anon_sym_continue] = ACTIONS(1296), + [anon_sym_for] = ACTIONS(1296), + [anon_sym_loop] = ACTIONS(1296), + [anon_sym_while] = ACTIONS(1296), + [anon_sym_do] = ACTIONS(1296), + [anon_sym_if] = ACTIONS(1296), + [anon_sym_match] = ACTIONS(1296), + [anon_sym_LBRACE] = ACTIONS(1296), + [anon_sym_try] = ACTIONS(1296), + [anon_sym_return] = ACTIONS(1296), + [anon_sym_source] = ACTIONS(1296), + [anon_sym_source_DASHenv] = ACTIONS(1296), + [anon_sym_register] = ACTIONS(1296), + [anon_sym_hide] = ACTIONS(1296), + [anon_sym_hide_DASHenv] = ACTIONS(1296), + [anon_sym_overlay] = ACTIONS(1296), + [anon_sym_where] = ACTIONS(1296), + [anon_sym_not] = ACTIONS(1296), + [anon_sym_DOT_DOT_LT] = ACTIONS(1296), + [anon_sym_DOT_DOT] = ACTIONS(1296), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1296), + [sym_val_nothing] = ACTIONS(1296), + [anon_sym_true] = ACTIONS(1296), + [anon_sym_false] = ACTIONS(1296), + [aux_sym_val_number_token1] = ACTIONS(1296), + [aux_sym_val_number_token2] = ACTIONS(1296), + [aux_sym_val_number_token3] = ACTIONS(1296), + [aux_sym_val_number_token4] = ACTIONS(1296), + [anon_sym_inf] = ACTIONS(1296), + [anon_sym_DASHinf] = ACTIONS(1296), + [anon_sym_NaN] = ACTIONS(1296), + [anon_sym_0b] = ACTIONS(1296), + [anon_sym_0o] = ACTIONS(1296), + [anon_sym_0x] = ACTIONS(1296), + [sym_val_date] = ACTIONS(1296), + [anon_sym_DQUOTE] = ACTIONS(1296), + [sym__str_single_quotes] = ACTIONS(1296), + [sym__str_back_ticks] = ACTIONS(1296), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1296), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1296), + [anon_sym_CARET] = ACTIONS(1296), + [sym_short_flag] = ACTIONS(742), [anon_sym_POUND] = ACTIONS(3), }, [678] = { - [sym__flag] = STATE(672), - [sym_long_flag] = STATE(708), + [sym__flag] = STATE(898), + [sym_long_flag] = STATE(825), [sym_comment] = STATE(678), - [ts_builtin_sym_end] = ACTIONS(680), - [anon_sym_export] = ACTIONS(678), - [anon_sym_alias] = ACTIONS(678), - [anon_sym_let] = ACTIONS(678), - [anon_sym_let_DASHenv] = ACTIONS(678), - [anon_sym_mut] = ACTIONS(678), - [anon_sym_const] = ACTIONS(678), - [sym_cmd_identifier] = ACTIONS(678), - [anon_sym_SEMI] = ACTIONS(678), - [anon_sym_LF] = ACTIONS(680), - [anon_sym_def] = ACTIONS(678), - [anon_sym_def_DASHenv] = ACTIONS(678), - [anon_sym_export_DASHenv] = ACTIONS(678), - [anon_sym_extern] = ACTIONS(678), - [anon_sym_module] = ACTIONS(678), - [anon_sym_use] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(678), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_PIPE] = ACTIONS(678), - [anon_sym_DOLLAR] = ACTIONS(678), - [anon_sym_error] = ACTIONS(678), - [anon_sym_DASH_DASH] = ACTIONS(714), - [anon_sym_DASH] = ACTIONS(678), - [anon_sym_break] = ACTIONS(678), - [anon_sym_continue] = ACTIONS(678), - [anon_sym_for] = ACTIONS(678), - [anon_sym_loop] = ACTIONS(678), - [anon_sym_while] = ACTIONS(678), - [anon_sym_do] = ACTIONS(678), - [anon_sym_if] = ACTIONS(678), - [anon_sym_match] = ACTIONS(678), - [anon_sym_LBRACE] = ACTIONS(678), - [anon_sym_try] = ACTIONS(678), - [anon_sym_return] = ACTIONS(678), - [anon_sym_source] = ACTIONS(678), - [anon_sym_source_DASHenv] = ACTIONS(678), - [anon_sym_register] = ACTIONS(678), - [anon_sym_hide] = ACTIONS(678), - [anon_sym_hide_DASHenv] = ACTIONS(678), - [anon_sym_overlay] = ACTIONS(678), - [anon_sym_where] = ACTIONS(678), - [anon_sym_not] = ACTIONS(678), - [anon_sym_DOT_DOT_LT] = ACTIONS(678), - [anon_sym_DOT_DOT] = ACTIONS(678), - [anon_sym_DOT_DOT_EQ] = ACTIONS(678), - [sym_val_nothing] = ACTIONS(678), - [anon_sym_true] = ACTIONS(678), - [anon_sym_false] = ACTIONS(678), - [aux_sym_val_number_token1] = ACTIONS(678), - [aux_sym_val_number_token2] = ACTIONS(678), - [aux_sym_val_number_token3] = ACTIONS(678), - [aux_sym_val_number_token4] = ACTIONS(678), - [anon_sym_inf] = ACTIONS(678), - [anon_sym_DASHinf] = ACTIONS(678), - [anon_sym_NaN] = ACTIONS(678), - [anon_sym_0b] = ACTIONS(678), - [anon_sym_0o] = ACTIONS(678), - [anon_sym_0x] = ACTIONS(678), - [sym_val_date] = ACTIONS(678), - [anon_sym_DQUOTE] = ACTIONS(678), - [sym__str_single_quotes] = ACTIONS(678), - [sym__str_back_ticks] = ACTIONS(678), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(678), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(678), - [anon_sym_CARET] = ACTIONS(678), - [sym_short_flag] = ACTIONS(740), + [ts_builtin_sym_end] = ACTIONS(1294), + [anon_sym_export] = ACTIONS(1292), + [anon_sym_alias] = ACTIONS(1292), + [anon_sym_let] = ACTIONS(1292), + [anon_sym_let_DASHenv] = ACTIONS(1292), + [anon_sym_mut] = ACTIONS(1292), + [anon_sym_const] = ACTIONS(1292), + [sym_cmd_identifier] = ACTIONS(1292), + [anon_sym_SEMI] = ACTIONS(1292), + [anon_sym_LF] = ACTIONS(1294), + [anon_sym_def] = ACTIONS(1292), + [anon_sym_def_DASHenv] = ACTIONS(1292), + [anon_sym_export_DASHenv] = ACTIONS(1292), + [anon_sym_extern] = ACTIONS(1292), + [anon_sym_module] = ACTIONS(1292), + [anon_sym_use] = ACTIONS(1292), + [anon_sym_LBRACK] = ACTIONS(1292), + [anon_sym_LPAREN] = ACTIONS(1292), + [anon_sym_PIPE] = ACTIONS(1292), + [anon_sym_DOLLAR] = ACTIONS(1292), + [anon_sym_error] = ACTIONS(1292), + [anon_sym_DASH_DASH] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1292), + [anon_sym_break] = ACTIONS(1292), + [anon_sym_continue] = ACTIONS(1292), + [anon_sym_for] = ACTIONS(1292), + [anon_sym_loop] = ACTIONS(1292), + [anon_sym_while] = ACTIONS(1292), + [anon_sym_do] = ACTIONS(1292), + [anon_sym_if] = ACTIONS(1292), + [anon_sym_match] = ACTIONS(1292), + [anon_sym_LBRACE] = ACTIONS(1292), + [anon_sym_try] = ACTIONS(1292), + [anon_sym_return] = ACTIONS(1292), + [anon_sym_source] = ACTIONS(1292), + [anon_sym_source_DASHenv] = ACTIONS(1292), + [anon_sym_register] = ACTIONS(1292), + [anon_sym_hide] = ACTIONS(1292), + [anon_sym_hide_DASHenv] = ACTIONS(1292), + [anon_sym_overlay] = ACTIONS(1292), + [anon_sym_where] = ACTIONS(1292), + [anon_sym_not] = ACTIONS(1292), + [anon_sym_DOT_DOT_LT] = ACTIONS(1292), + [anon_sym_DOT_DOT] = ACTIONS(1292), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1292), + [sym_val_nothing] = ACTIONS(1292), + [anon_sym_true] = ACTIONS(1292), + [anon_sym_false] = ACTIONS(1292), + [aux_sym_val_number_token1] = ACTIONS(1292), + [aux_sym_val_number_token2] = ACTIONS(1292), + [aux_sym_val_number_token3] = ACTIONS(1292), + [aux_sym_val_number_token4] = ACTIONS(1292), + [anon_sym_inf] = ACTIONS(1292), + [anon_sym_DASHinf] = ACTIONS(1292), + [anon_sym_NaN] = ACTIONS(1292), + [anon_sym_0b] = ACTIONS(1292), + [anon_sym_0o] = ACTIONS(1292), + [anon_sym_0x] = ACTIONS(1292), + [sym_val_date] = ACTIONS(1292), + [anon_sym_DQUOTE] = ACTIONS(1292), + [sym__str_single_quotes] = ACTIONS(1292), + [sym__str_back_ticks] = ACTIONS(1292), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1292), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1292), + [anon_sym_CARET] = ACTIONS(1292), + [sym_short_flag] = ACTIONS(1308), [anon_sym_POUND] = ACTIONS(3), }, [679] = { [sym_comment] = STATE(679), - [ts_builtin_sym_end] = ACTIONS(752), - [anon_sym_export] = ACTIONS(750), - [anon_sym_alias] = ACTIONS(750), - [anon_sym_let] = ACTIONS(750), - [anon_sym_let_DASHenv] = ACTIONS(750), - [anon_sym_mut] = ACTIONS(750), - [anon_sym_const] = ACTIONS(750), - [sym_cmd_identifier] = ACTIONS(750), - [anon_sym_SEMI] = ACTIONS(750), - [anon_sym_LF] = ACTIONS(752), - [anon_sym_def] = ACTIONS(750), - [anon_sym_def_DASHenv] = ACTIONS(750), - [anon_sym_export_DASHenv] = ACTIONS(750), - [anon_sym_extern] = ACTIONS(750), - [anon_sym_module] = ACTIONS(750), - [anon_sym_use] = ACTIONS(750), - [anon_sym_LBRACK] = ACTIONS(750), - [anon_sym_LPAREN] = ACTIONS(750), - [anon_sym_PIPE] = ACTIONS(750), - [anon_sym_DOLLAR] = ACTIONS(750), - [anon_sym_error] = ACTIONS(750), - [anon_sym_DASH_DASH] = ACTIONS(750), - [anon_sym_DASH] = ACTIONS(750), - [anon_sym_break] = ACTIONS(750), - [anon_sym_continue] = ACTIONS(750), - [anon_sym_for] = ACTIONS(750), - [anon_sym_loop] = ACTIONS(750), - [anon_sym_while] = ACTIONS(750), - [anon_sym_do] = ACTIONS(750), - [anon_sym_if] = ACTIONS(750), - [anon_sym_match] = ACTIONS(750), - [anon_sym_LBRACE] = ACTIONS(750), - [anon_sym_DOT] = ACTIONS(750), - [anon_sym_try] = ACTIONS(750), - [anon_sym_return] = ACTIONS(750), - [anon_sym_source] = ACTIONS(750), - [anon_sym_source_DASHenv] = ACTIONS(750), - [anon_sym_register] = ACTIONS(750), - [anon_sym_hide] = ACTIONS(750), - [anon_sym_hide_DASHenv] = ACTIONS(750), - [anon_sym_overlay] = ACTIONS(750), - [anon_sym_where] = ACTIONS(750), - [anon_sym_not] = ACTIONS(750), - [anon_sym_DOT_DOT_LT] = ACTIONS(750), - [anon_sym_DOT_DOT] = ACTIONS(750), - [anon_sym_DOT_DOT_EQ] = ACTIONS(750), - [sym_val_nothing] = ACTIONS(750), - [anon_sym_true] = ACTIONS(750), - [anon_sym_false] = ACTIONS(750), - [aux_sym_val_number_token1] = ACTIONS(750), - [aux_sym_val_number_token2] = ACTIONS(750), - [aux_sym_val_number_token3] = ACTIONS(750), - [aux_sym_val_number_token4] = ACTIONS(750), - [anon_sym_inf] = ACTIONS(750), - [anon_sym_DASHinf] = ACTIONS(750), - [anon_sym_NaN] = ACTIONS(750), - [anon_sym_0b] = ACTIONS(750), - [anon_sym_0o] = ACTIONS(750), - [anon_sym_0x] = ACTIONS(750), - [sym_val_date] = ACTIONS(750), - [anon_sym_DQUOTE] = ACTIONS(750), - [sym__str_single_quotes] = ACTIONS(750), - [sym__str_back_ticks] = ACTIONS(750), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(750), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(750), - [anon_sym_CARET] = ACTIONS(750), - [sym_short_flag] = ACTIONS(750), - [anon_sym_POUND] = ACTIONS(3), - }, - [680] = { - [sym_comment] = STATE(680), - [anon_sym_export] = ACTIONS(1320), - [anon_sym_alias] = ACTIONS(1320), - [anon_sym_let] = ACTIONS(1320), - [anon_sym_let_DASHenv] = ACTIONS(1320), - [anon_sym_mut] = ACTIONS(1320), - [anon_sym_const] = ACTIONS(1320), - [sym_cmd_identifier] = ACTIONS(1320), - [anon_sym_SEMI] = ACTIONS(1320), - [anon_sym_LF] = ACTIONS(1322), - [anon_sym_def] = ACTIONS(1320), - [anon_sym_def_DASHenv] = ACTIONS(1320), - [anon_sym_export_DASHenv] = ACTIONS(1320), - [anon_sym_extern] = ACTIONS(1320), - [anon_sym_module] = ACTIONS(1320), - [anon_sym_use] = ACTIONS(1320), - [anon_sym_LBRACK] = ACTIONS(1320), - [anon_sym_LPAREN] = ACTIONS(1320), - [anon_sym_RPAREN] = ACTIONS(1320), - [anon_sym_PIPE] = ACTIONS(1320), - [anon_sym_DOLLAR] = ACTIONS(1320), - [anon_sym_error] = ACTIONS(1320), - [anon_sym_DASH_DASH] = ACTIONS(1320), - [anon_sym_DASH] = ACTIONS(1320), - [anon_sym_break] = ACTIONS(1320), - [anon_sym_continue] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1320), - [anon_sym_loop] = ACTIONS(1320), - [anon_sym_while] = ACTIONS(1320), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_if] = ACTIONS(1320), - [anon_sym_match] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1320), - [anon_sym_RBRACE] = ACTIONS(1320), - [anon_sym_try] = ACTIONS(1320), - [anon_sym_return] = ACTIONS(1320), - [anon_sym_source] = ACTIONS(1320), - [anon_sym_source_DASHenv] = ACTIONS(1320), - [anon_sym_register] = ACTIONS(1320), - [anon_sym_hide] = ACTIONS(1320), - [anon_sym_hide_DASHenv] = ACTIONS(1320), - [anon_sym_overlay] = ACTIONS(1320), - [anon_sym_where] = ACTIONS(1320), - [anon_sym_not] = ACTIONS(1320), - [anon_sym_DOT_DOT_LT] = ACTIONS(1320), - [anon_sym_DOT_DOT] = ACTIONS(1320), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1320), - [sym_val_nothing] = ACTIONS(1320), - [anon_sym_true] = ACTIONS(1320), - [anon_sym_false] = ACTIONS(1320), - [aux_sym_val_number_token1] = ACTIONS(1320), - [aux_sym_val_number_token2] = ACTIONS(1320), - [aux_sym_val_number_token3] = ACTIONS(1320), - [aux_sym_val_number_token4] = ACTIONS(1320), - [anon_sym_inf] = ACTIONS(1320), - [anon_sym_DASHinf] = ACTIONS(1320), - [anon_sym_NaN] = ACTIONS(1320), - [anon_sym_0b] = ACTIONS(1320), - [anon_sym_0o] = ACTIONS(1320), - [anon_sym_0x] = ACTIONS(1320), - [sym_val_date] = ACTIONS(1320), - [anon_sym_DQUOTE] = ACTIONS(1320), - [sym__str_single_quotes] = ACTIONS(1320), - [sym__str_back_ticks] = ACTIONS(1320), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1320), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1320), - [anon_sym_CARET] = ACTIONS(1320), - [sym_short_flag] = ACTIONS(1320), - [anon_sym_POUND] = ACTIONS(3), - }, - [681] = { - [sym_expr_parenthesized] = STATE(1713), - [sym_val_range] = STATE(1712), - [sym__value] = STATE(1712), - [sym_val_bool] = STATE(1723), - [sym_val_variable] = STATE(1723), - [sym__var] = STATE(1648), - [sym_val_number] = STATE(107), - [sym_val_duration] = STATE(1723), - [sym_val_filesize] = STATE(1723), - [sym_val_binary] = STATE(1723), - [sym_val_string] = STATE(1723), - [sym__str_double_quotes] = STATE(1720), - [sym_val_interpolated] = STATE(1723), - [sym__inter_single_quotes] = STATE(1691), - [sym__inter_double_quotes] = STATE(1692), - [sym_val_list] = STATE(1723), - [sym_val_record] = STATE(1723), - [sym_val_table] = STATE(1723), - [sym_val_closure] = STATE(1723), - [sym__cmd_arg] = STATE(1711), - [sym_redirection] = STATE(1708), - [sym__flag] = STATE(1707), - [sym_long_flag] = STATE(1696), - [sym_unquoted] = STATE(1706), - [sym_comment] = STATE(681), - [aux_sym_command_repeat1] = STATE(705), - [anon_sym_SEMI] = ACTIONS(1324), - [anon_sym_LF] = ACTIONS(1326), - [anon_sym_LBRACK] = ACTIONS(1329), - [anon_sym_LPAREN] = ACTIONS(1331), - [anon_sym_RPAREN] = ACTIONS(1324), - [anon_sym_PIPE] = ACTIONS(1324), - [anon_sym_DOLLAR] = ACTIONS(1333), - [anon_sym_DASH_DASH] = ACTIONS(1335), - [anon_sym_LBRACE] = ACTIONS(1337), - [anon_sym_RBRACE] = ACTIONS(1324), - [anon_sym_DOT_DOT_LT] = ACTIONS(1339), - [anon_sym_DOT_DOT] = ACTIONS(1339), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1339), - [sym_val_nothing] = ACTIONS(1341), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [aux_sym_val_number_token1] = ACTIONS(1345), - [aux_sym_val_number_token2] = ACTIONS(1345), - [aux_sym_val_number_token3] = ACTIONS(1345), - [aux_sym_val_number_token4] = ACTIONS(1345), - [anon_sym_inf] = ACTIONS(1345), - [anon_sym_DASHinf] = ACTIONS(1345), - [anon_sym_NaN] = ACTIONS(1345), - [anon_sym_0b] = ACTIONS(1347), - [anon_sym_0o] = ACTIONS(1347), - [anon_sym_0x] = ACTIONS(1347), - [sym_val_date] = ACTIONS(1341), - [anon_sym_DQUOTE] = ACTIONS(1349), - [sym__str_single_quotes] = ACTIONS(1351), - [sym__str_back_ticks] = ACTIONS(1351), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1353), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1355), - [anon_sym_err_GT] = ACTIONS(1357), - [anon_sym_out_GT] = ACTIONS(1357), - [anon_sym_e_GT] = ACTIONS(1357), - [anon_sym_o_GT] = ACTIONS(1357), - [anon_sym_err_PLUSout_GT] = ACTIONS(1357), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1357), - [anon_sym_o_PLUSe_GT] = ACTIONS(1357), - [anon_sym_e_PLUSo_GT] = ACTIONS(1357), - [sym_short_flag] = ACTIONS(1359), - [aux_sym_unquoted_token1] = ACTIONS(1361), - [anon_sym_POUND] = ACTIONS(3), - }, - [682] = { - [sym_comment] = STATE(682), - [anon_sym_export] = ACTIONS(1363), - [anon_sym_alias] = ACTIONS(1363), - [anon_sym_let] = ACTIONS(1363), - [anon_sym_let_DASHenv] = ACTIONS(1363), - [anon_sym_mut] = ACTIONS(1363), - [anon_sym_const] = ACTIONS(1363), - [sym_cmd_identifier] = ACTIONS(1363), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_LF] = ACTIONS(1365), - [anon_sym_def] = ACTIONS(1363), - [anon_sym_def_DASHenv] = ACTIONS(1363), - [anon_sym_export_DASHenv] = ACTIONS(1363), - [anon_sym_extern] = ACTIONS(1363), - [anon_sym_module] = ACTIONS(1363), - [anon_sym_use] = ACTIONS(1363), - [anon_sym_LBRACK] = ACTIONS(1363), - [anon_sym_LPAREN] = ACTIONS(1363), - [anon_sym_RPAREN] = ACTIONS(1363), - [anon_sym_PIPE] = ACTIONS(1363), - [anon_sym_DOLLAR] = ACTIONS(1363), - [anon_sym_error] = ACTIONS(1363), - [anon_sym_DASH_DASH] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_break] = ACTIONS(1363), - [anon_sym_continue] = ACTIONS(1363), - [anon_sym_for] = ACTIONS(1363), - [anon_sym_loop] = ACTIONS(1363), - [anon_sym_while] = ACTIONS(1363), - [anon_sym_do] = ACTIONS(1363), - [anon_sym_if] = ACTIONS(1363), - [anon_sym_match] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_RBRACE] = ACTIONS(1363), - [anon_sym_try] = ACTIONS(1363), - [anon_sym_return] = ACTIONS(1363), - [anon_sym_source] = ACTIONS(1363), - [anon_sym_source_DASHenv] = ACTIONS(1363), - [anon_sym_register] = ACTIONS(1363), - [anon_sym_hide] = ACTIONS(1363), - [anon_sym_hide_DASHenv] = ACTIONS(1363), - [anon_sym_overlay] = ACTIONS(1363), - [anon_sym_where] = ACTIONS(1363), - [anon_sym_not] = ACTIONS(1363), - [anon_sym_DOT_DOT_LT] = ACTIONS(1363), - [anon_sym_DOT_DOT] = ACTIONS(1363), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1363), - [sym_val_nothing] = ACTIONS(1363), - [anon_sym_true] = ACTIONS(1363), - [anon_sym_false] = ACTIONS(1363), - [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(1363), - [anon_sym_inf] = ACTIONS(1363), - [anon_sym_DASHinf] = ACTIONS(1363), - [anon_sym_NaN] = ACTIONS(1363), - [anon_sym_0b] = ACTIONS(1363), - [anon_sym_0o] = ACTIONS(1363), - [anon_sym_0x] = ACTIONS(1363), - [sym_val_date] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym__str_single_quotes] = ACTIONS(1363), - [sym__str_back_ticks] = ACTIONS(1363), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1363), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1363), - [anon_sym_CARET] = ACTIONS(1363), - [sym_short_flag] = ACTIONS(1363), - [anon_sym_POUND] = ACTIONS(3), - }, - [683] = { - [sym_comment] = STATE(683), - [ts_builtin_sym_end] = ACTIONS(1312), - [anon_sym_export] = ACTIONS(1310), - [anon_sym_alias] = ACTIONS(1310), - [anon_sym_let] = ACTIONS(1310), - [anon_sym_let_DASHenv] = ACTIONS(1310), - [anon_sym_mut] = ACTIONS(1310), - [anon_sym_const] = ACTIONS(1310), - [sym_cmd_identifier] = ACTIONS(1310), - [anon_sym_SEMI] = ACTIONS(1310), - [anon_sym_LF] = ACTIONS(1312), - [anon_sym_def] = ACTIONS(1310), - [anon_sym_def_DASHenv] = ACTIONS(1310), - [anon_sym_export_DASHenv] = ACTIONS(1310), - [anon_sym_extern] = ACTIONS(1310), - [anon_sym_module] = ACTIONS(1310), - [anon_sym_use] = ACTIONS(1310), - [anon_sym_LBRACK] = ACTIONS(1310), - [anon_sym_LPAREN] = ACTIONS(1310), - [anon_sym_DOLLAR] = ACTIONS(1310), - [anon_sym_error] = ACTIONS(1310), - [anon_sym_DASH_DASH] = ACTIONS(1310), - [anon_sym_DASH] = ACTIONS(1310), - [anon_sym_break] = ACTIONS(1310), - [anon_sym_continue] = ACTIONS(1310), - [anon_sym_for] = ACTIONS(1310), - [anon_sym_loop] = ACTIONS(1310), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_do] = ACTIONS(1310), - [anon_sym_if] = ACTIONS(1310), - [anon_sym_match] = ACTIONS(1310), - [anon_sym_LBRACE] = ACTIONS(1310), - [anon_sym_try] = ACTIONS(1310), - [anon_sym_return] = ACTIONS(1310), - [anon_sym_source] = ACTIONS(1310), - [anon_sym_source_DASHenv] = ACTIONS(1310), - [anon_sym_register] = ACTIONS(1310), - [anon_sym_hide] = ACTIONS(1310), - [anon_sym_hide_DASHenv] = ACTIONS(1310), - [anon_sym_overlay] = ACTIONS(1310), - [anon_sym_as] = ACTIONS(1310), - [anon_sym_where] = ACTIONS(1310), - [anon_sym_not] = ACTIONS(1310), - [anon_sym_DOT_DOT_LT] = ACTIONS(1310), - [anon_sym_DOT_DOT] = ACTIONS(1310), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1310), - [sym_val_nothing] = ACTIONS(1310), - [anon_sym_true] = ACTIONS(1310), - [anon_sym_false] = ACTIONS(1310), - [aux_sym_val_number_token1] = ACTIONS(1310), - [aux_sym_val_number_token2] = ACTIONS(1310), - [aux_sym_val_number_token3] = ACTIONS(1310), - [aux_sym_val_number_token4] = ACTIONS(1310), - [anon_sym_inf] = ACTIONS(1310), - [anon_sym_DASHinf] = ACTIONS(1310), - [anon_sym_NaN] = ACTIONS(1310), - [anon_sym_0b] = ACTIONS(1310), - [anon_sym_0o] = ACTIONS(1310), - [anon_sym_0x] = ACTIONS(1310), - [sym_val_date] = ACTIONS(1310), - [anon_sym_DQUOTE] = ACTIONS(1310), - [sym__str_single_quotes] = ACTIONS(1310), - [sym__str_back_ticks] = ACTIONS(1310), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1310), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1310), - [anon_sym_CARET] = ACTIONS(1310), - [sym_short_flag] = ACTIONS(1310), - [aux_sym_long_flag_token1] = ACTIONS(1367), - [anon_sym_POUND] = ACTIONS(3), - }, - [684] = { - [sym_path] = STATE(786), - [sym_comment] = STATE(684), - [aux_sym_cell_path_repeat1] = STATE(687), - [anon_sym_export] = ACTIONS(597), - [anon_sym_alias] = ACTIONS(597), - [anon_sym_let] = ACTIONS(597), - [anon_sym_let_DASHenv] = ACTIONS(597), - [anon_sym_mut] = ACTIONS(597), - [anon_sym_const] = ACTIONS(597), - [sym_cmd_identifier] = ACTIONS(597), - [anon_sym_SEMI] = ACTIONS(597), - [anon_sym_LF] = ACTIONS(599), - [anon_sym_def] = ACTIONS(597), - [anon_sym_def_DASHenv] = ACTIONS(597), - [anon_sym_export_DASHenv] = ACTIONS(597), - [anon_sym_extern] = ACTIONS(597), - [anon_sym_module] = ACTIONS(597), - [anon_sym_use] = ACTIONS(597), - [anon_sym_LBRACK] = ACTIONS(597), - [anon_sym_LPAREN] = ACTIONS(597), - [anon_sym_RPAREN] = ACTIONS(597), - [anon_sym_DOLLAR] = ACTIONS(597), - [anon_sym_error] = ACTIONS(597), - [anon_sym_DASH] = ACTIONS(597), - [anon_sym_break] = ACTIONS(597), - [anon_sym_continue] = ACTIONS(597), - [anon_sym_for] = ACTIONS(597), - [anon_sym_loop] = ACTIONS(597), - [anon_sym_while] = ACTIONS(597), - [anon_sym_do] = ACTIONS(597), - [anon_sym_if] = ACTIONS(597), - [anon_sym_match] = ACTIONS(597), - [anon_sym_LBRACE] = ACTIONS(597), - [anon_sym_RBRACE] = ACTIONS(597), - [anon_sym_DOT] = ACTIONS(1369), - [anon_sym_try] = ACTIONS(597), - [anon_sym_return] = ACTIONS(597), - [anon_sym_source] = ACTIONS(597), - [anon_sym_source_DASHenv] = ACTIONS(597), - [anon_sym_register] = ACTIONS(597), - [anon_sym_hide] = ACTIONS(597), - [anon_sym_hide_DASHenv] = ACTIONS(597), - [anon_sym_overlay] = ACTIONS(597), - [anon_sym_where] = ACTIONS(597), - [anon_sym_not] = ACTIONS(597), - [anon_sym_DOT_DOT_LT] = ACTIONS(597), - [anon_sym_DOT_DOT] = ACTIONS(597), - [anon_sym_DOT_DOT_EQ] = ACTIONS(597), - [sym_val_nothing] = ACTIONS(597), - [anon_sym_true] = ACTIONS(597), - [anon_sym_false] = ACTIONS(597), - [aux_sym_val_number_token1] = ACTIONS(597), - [aux_sym_val_number_token2] = ACTIONS(597), - [aux_sym_val_number_token3] = ACTIONS(597), - [aux_sym_val_number_token4] = ACTIONS(597), - [anon_sym_inf] = ACTIONS(597), - [anon_sym_DASHinf] = ACTIONS(597), - [anon_sym_NaN] = ACTIONS(597), - [anon_sym_0b] = ACTIONS(597), - [anon_sym_0o] = ACTIONS(597), - [anon_sym_0x] = ACTIONS(597), - [sym_val_date] = ACTIONS(597), - [anon_sym_DQUOTE] = ACTIONS(597), - [sym__str_single_quotes] = ACTIONS(597), - [sym__str_back_ticks] = ACTIONS(597), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(597), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(597), - [anon_sym_CARET] = ACTIONS(597), - [anon_sym_POUND] = ACTIONS(3), - }, - [685] = { - [sym_comment] = STATE(685), - [anon_sym_export] = ACTIONS(1371), - [anon_sym_alias] = ACTIONS(1371), - [anon_sym_let] = ACTIONS(1371), - [anon_sym_let_DASHenv] = ACTIONS(1371), - [anon_sym_mut] = ACTIONS(1371), - [anon_sym_const] = ACTIONS(1371), - [sym_cmd_identifier] = ACTIONS(1371), - [anon_sym_SEMI] = ACTIONS(1371), - [anon_sym_LF] = ACTIONS(1373), - [anon_sym_def] = ACTIONS(1371), - [anon_sym_def_DASHenv] = ACTIONS(1371), - [anon_sym_export_DASHenv] = ACTIONS(1371), - [anon_sym_extern] = ACTIONS(1371), - [anon_sym_module] = ACTIONS(1371), - [anon_sym_use] = ACTIONS(1371), - [anon_sym_LBRACK] = ACTIONS(1371), - [anon_sym_LPAREN] = ACTIONS(1371), - [anon_sym_RPAREN] = ACTIONS(1371), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_DOLLAR] = ACTIONS(1371), - [anon_sym_error] = ACTIONS(1371), - [anon_sym_DASH_DASH] = ACTIONS(1371), - [anon_sym_DASH] = ACTIONS(1371), - [anon_sym_break] = ACTIONS(1371), - [anon_sym_continue] = ACTIONS(1371), - [anon_sym_for] = ACTIONS(1371), - [anon_sym_loop] = ACTIONS(1371), - [anon_sym_while] = ACTIONS(1371), - [anon_sym_do] = ACTIONS(1371), - [anon_sym_if] = ACTIONS(1371), - [anon_sym_match] = ACTIONS(1371), - [anon_sym_LBRACE] = ACTIONS(1371), - [anon_sym_RBRACE] = ACTIONS(1371), - [anon_sym_try] = ACTIONS(1371), - [anon_sym_return] = ACTIONS(1371), - [anon_sym_source] = ACTIONS(1371), - [anon_sym_source_DASHenv] = ACTIONS(1371), - [anon_sym_register] = ACTIONS(1371), - [anon_sym_hide] = ACTIONS(1371), - [anon_sym_hide_DASHenv] = ACTIONS(1371), - [anon_sym_overlay] = ACTIONS(1371), - [anon_sym_where] = ACTIONS(1371), - [anon_sym_not] = ACTIONS(1371), - [anon_sym_DOT_DOT_LT] = ACTIONS(1371), - [anon_sym_DOT_DOT] = ACTIONS(1371), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1371), - [sym_val_nothing] = ACTIONS(1371), - [anon_sym_true] = ACTIONS(1371), - [anon_sym_false] = ACTIONS(1371), - [aux_sym_val_number_token1] = ACTIONS(1371), - [aux_sym_val_number_token2] = ACTIONS(1371), - [aux_sym_val_number_token3] = ACTIONS(1371), - [aux_sym_val_number_token4] = ACTIONS(1371), - [anon_sym_inf] = ACTIONS(1371), - [anon_sym_DASHinf] = ACTIONS(1371), - [anon_sym_NaN] = ACTIONS(1371), - [anon_sym_0b] = ACTIONS(1371), - [anon_sym_0o] = ACTIONS(1371), - [anon_sym_0x] = ACTIONS(1371), - [sym_val_date] = ACTIONS(1371), - [anon_sym_DQUOTE] = ACTIONS(1371), - [sym__str_single_quotes] = ACTIONS(1371), - [sym__str_back_ticks] = ACTIONS(1371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1371), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1371), - [sym_short_flag] = ACTIONS(1371), - [anon_sym_POUND] = ACTIONS(3), - }, - [686] = { - [sym_cell_path] = STATE(868), - [sym_path] = STATE(684), - [sym_comment] = STATE(686), - [anon_sym_export] = ACTIONS(609), - [anon_sym_alias] = ACTIONS(609), - [anon_sym_let] = ACTIONS(609), - [anon_sym_let_DASHenv] = ACTIONS(609), - [anon_sym_mut] = ACTIONS(609), - [anon_sym_const] = ACTIONS(609), - [sym_cmd_identifier] = ACTIONS(609), - [anon_sym_SEMI] = ACTIONS(609), - [anon_sym_LF] = ACTIONS(611), - [anon_sym_def] = ACTIONS(609), - [anon_sym_def_DASHenv] = ACTIONS(609), - [anon_sym_export_DASHenv] = ACTIONS(609), - [anon_sym_extern] = ACTIONS(609), - [anon_sym_module] = ACTIONS(609), - [anon_sym_use] = ACTIONS(609), - [anon_sym_LBRACK] = ACTIONS(609), - [anon_sym_LPAREN] = ACTIONS(609), - [anon_sym_RPAREN] = ACTIONS(609), - [anon_sym_DOLLAR] = ACTIONS(609), - [anon_sym_error] = ACTIONS(609), - [anon_sym_DASH] = ACTIONS(609), - [anon_sym_break] = ACTIONS(609), - [anon_sym_continue] = ACTIONS(609), - [anon_sym_for] = ACTIONS(609), - [anon_sym_loop] = ACTIONS(609), - [anon_sym_while] = ACTIONS(609), - [anon_sym_do] = ACTIONS(609), - [anon_sym_if] = ACTIONS(609), - [anon_sym_match] = ACTIONS(609), - [anon_sym_LBRACE] = ACTIONS(609), - [anon_sym_RBRACE] = ACTIONS(609), - [anon_sym_DOT] = ACTIONS(1369), - [anon_sym_try] = ACTIONS(609), - [anon_sym_return] = ACTIONS(609), - [anon_sym_source] = ACTIONS(609), - [anon_sym_source_DASHenv] = ACTIONS(609), - [anon_sym_register] = ACTIONS(609), - [anon_sym_hide] = ACTIONS(609), - [anon_sym_hide_DASHenv] = ACTIONS(609), - [anon_sym_overlay] = ACTIONS(609), - [anon_sym_where] = ACTIONS(609), - [anon_sym_not] = ACTIONS(609), - [anon_sym_DOT_DOT_LT] = ACTIONS(609), - [anon_sym_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [sym_val_nothing] = ACTIONS(609), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [aux_sym_val_number_token1] = ACTIONS(609), - [aux_sym_val_number_token2] = ACTIONS(609), - [aux_sym_val_number_token3] = ACTIONS(609), - [aux_sym_val_number_token4] = ACTIONS(609), - [anon_sym_inf] = ACTIONS(609), - [anon_sym_DASHinf] = ACTIONS(609), - [anon_sym_NaN] = ACTIONS(609), - [anon_sym_0b] = ACTIONS(609), - [anon_sym_0o] = ACTIONS(609), - [anon_sym_0x] = ACTIONS(609), - [sym_val_date] = ACTIONS(609), - [anon_sym_DQUOTE] = ACTIONS(609), - [sym__str_single_quotes] = ACTIONS(609), - [sym__str_back_ticks] = ACTIONS(609), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(609), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(609), - [anon_sym_CARET] = ACTIONS(609), - [anon_sym_POUND] = ACTIONS(3), - }, - [687] = { - [sym_path] = STATE(786), - [sym_comment] = STATE(687), - [aux_sym_cell_path_repeat1] = STATE(690), - [anon_sym_export] = ACTIONS(586), - [anon_sym_alias] = ACTIONS(586), - [anon_sym_let] = ACTIONS(586), - [anon_sym_let_DASHenv] = ACTIONS(586), - [anon_sym_mut] = ACTIONS(586), - [anon_sym_const] = ACTIONS(586), - [sym_cmd_identifier] = ACTIONS(586), - [anon_sym_SEMI] = ACTIONS(586), - [anon_sym_LF] = ACTIONS(588), - [anon_sym_def] = ACTIONS(586), - [anon_sym_def_DASHenv] = ACTIONS(586), - [anon_sym_export_DASHenv] = ACTIONS(586), - [anon_sym_extern] = ACTIONS(586), - [anon_sym_module] = ACTIONS(586), - [anon_sym_use] = ACTIONS(586), - [anon_sym_LBRACK] = ACTIONS(586), - [anon_sym_LPAREN] = ACTIONS(586), - [anon_sym_RPAREN] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(586), - [anon_sym_error] = ACTIONS(586), - [anon_sym_DASH] = ACTIONS(586), - [anon_sym_break] = ACTIONS(586), - [anon_sym_continue] = ACTIONS(586), - [anon_sym_for] = ACTIONS(586), - [anon_sym_loop] = ACTIONS(586), - [anon_sym_while] = ACTIONS(586), - [anon_sym_do] = ACTIONS(586), - [anon_sym_if] = ACTIONS(586), - [anon_sym_match] = ACTIONS(586), - [anon_sym_LBRACE] = ACTIONS(586), - [anon_sym_RBRACE] = ACTIONS(586), - [anon_sym_DOT] = ACTIONS(1369), - [anon_sym_try] = ACTIONS(586), - [anon_sym_return] = ACTIONS(586), - [anon_sym_source] = ACTIONS(586), - [anon_sym_source_DASHenv] = ACTIONS(586), - [anon_sym_register] = ACTIONS(586), - [anon_sym_hide] = ACTIONS(586), - [anon_sym_hide_DASHenv] = ACTIONS(586), - [anon_sym_overlay] = ACTIONS(586), - [anon_sym_where] = ACTIONS(586), - [anon_sym_not] = ACTIONS(586), - [anon_sym_DOT_DOT_LT] = ACTIONS(586), - [anon_sym_DOT_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT_EQ] = ACTIONS(586), - [sym_val_nothing] = ACTIONS(586), - [anon_sym_true] = ACTIONS(586), - [anon_sym_false] = ACTIONS(586), - [aux_sym_val_number_token1] = ACTIONS(586), - [aux_sym_val_number_token2] = ACTIONS(586), - [aux_sym_val_number_token3] = ACTIONS(586), - [aux_sym_val_number_token4] = ACTIONS(586), - [anon_sym_inf] = ACTIONS(586), - [anon_sym_DASHinf] = ACTIONS(586), - [anon_sym_NaN] = ACTIONS(586), - [anon_sym_0b] = ACTIONS(586), - [anon_sym_0o] = ACTIONS(586), - [anon_sym_0x] = ACTIONS(586), - [sym_val_date] = ACTIONS(586), - [anon_sym_DQUOTE] = ACTIONS(586), - [sym__str_single_quotes] = ACTIONS(586), - [sym__str_back_ticks] = ACTIONS(586), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(586), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(586), - [anon_sym_CARET] = ACTIONS(586), - [anon_sym_POUND] = ACTIONS(3), - }, - [688] = { - [sym_comment] = STATE(688), - [anon_sym_export] = ACTIONS(860), - [anon_sym_alias] = ACTIONS(860), - [anon_sym_let] = ACTIONS(860), - [anon_sym_let_DASHenv] = ACTIONS(860), - [anon_sym_mut] = ACTIONS(860), - [anon_sym_const] = ACTIONS(860), - [sym_cmd_identifier] = ACTIONS(860), - [anon_sym_SEMI] = ACTIONS(860), - [anon_sym_LF] = ACTIONS(862), - [anon_sym_def] = ACTIONS(860), - [anon_sym_def_DASHenv] = ACTIONS(860), - [anon_sym_export_DASHenv] = ACTIONS(860), - [anon_sym_extern] = ACTIONS(860), - [anon_sym_module] = ACTIONS(860), - [anon_sym_use] = ACTIONS(860), - [anon_sym_LBRACK] = ACTIONS(860), - [anon_sym_LPAREN] = ACTIONS(860), - [anon_sym_RPAREN] = ACTIONS(860), - [anon_sym_PIPE] = ACTIONS(860), - [anon_sym_DOLLAR] = ACTIONS(860), - [anon_sym_error] = ACTIONS(860), - [anon_sym_DASH_DASH] = ACTIONS(860), - [anon_sym_DASH] = ACTIONS(860), - [anon_sym_break] = ACTIONS(860), - [anon_sym_continue] = ACTIONS(860), - [anon_sym_for] = ACTIONS(860), - [anon_sym_loop] = ACTIONS(860), - [anon_sym_while] = ACTIONS(860), - [anon_sym_do] = ACTIONS(860), - [anon_sym_if] = ACTIONS(860), - [anon_sym_match] = ACTIONS(860), - [anon_sym_LBRACE] = ACTIONS(860), - [anon_sym_RBRACE] = ACTIONS(860), - [anon_sym_try] = ACTIONS(860), - [anon_sym_return] = ACTIONS(860), - [anon_sym_source] = ACTIONS(860), - [anon_sym_source_DASHenv] = ACTIONS(860), - [anon_sym_register] = ACTIONS(860), - [anon_sym_hide] = ACTIONS(860), - [anon_sym_hide_DASHenv] = ACTIONS(860), - [anon_sym_overlay] = ACTIONS(860), - [anon_sym_where] = ACTIONS(860), - [anon_sym_not] = ACTIONS(860), - [anon_sym_DOT_DOT_LT] = ACTIONS(860), - [anon_sym_DOT_DOT] = ACTIONS(860), - [anon_sym_DOT_DOT_EQ] = ACTIONS(860), - [sym_val_nothing] = ACTIONS(860), - [anon_sym_true] = ACTIONS(860), - [anon_sym_false] = ACTIONS(860), - [aux_sym_val_number_token1] = ACTIONS(860), - [aux_sym_val_number_token2] = ACTIONS(860), - [aux_sym_val_number_token3] = ACTIONS(860), - [aux_sym_val_number_token4] = ACTIONS(860), - [anon_sym_inf] = ACTIONS(860), - [anon_sym_DASHinf] = ACTIONS(860), - [anon_sym_NaN] = ACTIONS(860), - [anon_sym_0b] = ACTIONS(860), - [anon_sym_0o] = ACTIONS(860), - [anon_sym_0x] = ACTIONS(860), - [sym_val_date] = ACTIONS(860), - [anon_sym_DQUOTE] = ACTIONS(860), - [sym__str_single_quotes] = ACTIONS(860), - [sym__str_back_ticks] = ACTIONS(860), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(860), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(860), - [anon_sym_CARET] = ACTIONS(860), - [sym_short_flag] = ACTIONS(860), - [anon_sym_POUND] = ACTIONS(3), - }, - [689] = { - [sym_comment] = STATE(689), [ts_builtin_sym_end] = ACTIONS(761), [anon_sym_export] = ACTIONS(759), [anon_sym_alias] = ACTIONS(759), @@ -108174,1918 +107469,3258 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_short_flag] = ACTIONS(759), [anon_sym_POUND] = ACTIONS(3), }, + [680] = { + [sym_comment] = STATE(680), + [anon_sym_export] = ACTIONS(617), + [anon_sym_alias] = ACTIONS(617), + [anon_sym_let] = ACTIONS(617), + [anon_sym_let_DASHenv] = ACTIONS(617), + [anon_sym_mut] = ACTIONS(617), + [anon_sym_const] = ACTIONS(617), + [sym_cmd_identifier] = ACTIONS(617), + [anon_sym_SEMI] = ACTIONS(617), + [anon_sym_LF] = ACTIONS(619), + [anon_sym_def] = ACTIONS(617), + [anon_sym_def_DASHenv] = ACTIONS(617), + [anon_sym_export_DASHenv] = ACTIONS(617), + [anon_sym_extern] = ACTIONS(617), + [anon_sym_module] = ACTIONS(617), + [anon_sym_use] = ACTIONS(617), + [anon_sym_LBRACK] = ACTIONS(617), + [anon_sym_LPAREN] = ACTIONS(617), + [anon_sym_RPAREN] = ACTIONS(617), + [anon_sym_DOLLAR] = ACTIONS(617), + [anon_sym_error] = ACTIONS(617), + [anon_sym_DASH] = ACTIONS(617), + [anon_sym_break] = ACTIONS(617), + [anon_sym_continue] = ACTIONS(617), + [anon_sym_for] = ACTIONS(617), + [anon_sym_loop] = ACTIONS(617), + [anon_sym_while] = ACTIONS(617), + [anon_sym_do] = ACTIONS(617), + [anon_sym_if] = ACTIONS(617), + [anon_sym_match] = ACTIONS(617), + [anon_sym_LBRACE] = ACTIONS(617), + [anon_sym_RBRACE] = ACTIONS(617), + [anon_sym_DOT] = ACTIONS(617), + [anon_sym_try] = ACTIONS(617), + [anon_sym_return] = ACTIONS(617), + [anon_sym_source] = ACTIONS(617), + [anon_sym_source_DASHenv] = ACTIONS(617), + [anon_sym_register] = ACTIONS(617), + [anon_sym_hide] = ACTIONS(617), + [anon_sym_hide_DASHenv] = ACTIONS(617), + [anon_sym_overlay] = ACTIONS(617), + [anon_sym_STAR] = ACTIONS(617), + [anon_sym_where] = ACTIONS(617), + [anon_sym_QMARK2] = ACTIONS(617), + [anon_sym_not] = ACTIONS(617), + [anon_sym_DOT_DOT_LT] = ACTIONS(617), + [anon_sym_DOT_DOT] = ACTIONS(617), + [anon_sym_DOT_DOT_EQ] = ACTIONS(617), + [sym_val_nothing] = ACTIONS(617), + [anon_sym_true] = ACTIONS(617), + [anon_sym_false] = ACTIONS(617), + [aux_sym_val_number_token1] = ACTIONS(617), + [aux_sym_val_number_token2] = ACTIONS(617), + [aux_sym_val_number_token3] = ACTIONS(617), + [aux_sym_val_number_token4] = ACTIONS(617), + [anon_sym_inf] = ACTIONS(617), + [anon_sym_DASHinf] = ACTIONS(617), + [anon_sym_NaN] = ACTIONS(617), + [anon_sym_0b] = ACTIONS(617), + [anon_sym_0o] = ACTIONS(617), + [anon_sym_0x] = ACTIONS(617), + [sym_val_date] = ACTIONS(617), + [anon_sym_DQUOTE] = ACTIONS(617), + [sym__str_single_quotes] = ACTIONS(617), + [sym__str_back_ticks] = ACTIONS(617), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(617), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(617), + [anon_sym_CARET] = ACTIONS(617), + [anon_sym_POUND] = ACTIONS(3), + }, + [681] = { + [sym_cell_path] = STATE(802), + [sym_path] = STATE(686), + [sym_comment] = STATE(681), + [anon_sym_export] = ACTIONS(575), + [anon_sym_alias] = ACTIONS(575), + [anon_sym_let] = ACTIONS(575), + [anon_sym_let_DASHenv] = ACTIONS(575), + [anon_sym_mut] = ACTIONS(575), + [anon_sym_const] = ACTIONS(575), + [sym_cmd_identifier] = ACTIONS(575), + [anon_sym_SEMI] = ACTIONS(575), + [anon_sym_LF] = ACTIONS(577), + [anon_sym_def] = ACTIONS(575), + [anon_sym_def_DASHenv] = ACTIONS(575), + [anon_sym_export_DASHenv] = ACTIONS(575), + [anon_sym_extern] = ACTIONS(575), + [anon_sym_module] = ACTIONS(575), + [anon_sym_use] = ACTIONS(575), + [anon_sym_LBRACK] = ACTIONS(575), + [anon_sym_LPAREN] = ACTIONS(575), + [anon_sym_RPAREN] = ACTIONS(575), + [anon_sym_DOLLAR] = ACTIONS(575), + [anon_sym_error] = ACTIONS(575), + [anon_sym_DASH] = ACTIONS(575), + [anon_sym_break] = ACTIONS(575), + [anon_sym_continue] = ACTIONS(575), + [anon_sym_for] = ACTIONS(575), + [anon_sym_loop] = ACTIONS(575), + [anon_sym_while] = ACTIONS(575), + [anon_sym_do] = ACTIONS(575), + [anon_sym_if] = ACTIONS(575), + [anon_sym_match] = ACTIONS(575), + [anon_sym_LBRACE] = ACTIONS(575), + [anon_sym_RBRACE] = ACTIONS(575), + [anon_sym_DOT] = ACTIONS(1320), + [anon_sym_try] = ACTIONS(575), + [anon_sym_return] = ACTIONS(575), + [anon_sym_source] = ACTIONS(575), + [anon_sym_source_DASHenv] = ACTIONS(575), + [anon_sym_register] = ACTIONS(575), + [anon_sym_hide] = ACTIONS(575), + [anon_sym_hide_DASHenv] = ACTIONS(575), + [anon_sym_overlay] = ACTIONS(575), + [anon_sym_where] = ACTIONS(575), + [anon_sym_not] = ACTIONS(575), + [anon_sym_DOT_DOT_LT] = ACTIONS(575), + [anon_sym_DOT_DOT] = ACTIONS(575), + [anon_sym_DOT_DOT_EQ] = ACTIONS(575), + [sym_val_nothing] = ACTIONS(575), + [anon_sym_true] = ACTIONS(575), + [anon_sym_false] = ACTIONS(575), + [aux_sym_val_number_token1] = ACTIONS(575), + [aux_sym_val_number_token2] = ACTIONS(575), + [aux_sym_val_number_token3] = ACTIONS(575), + [aux_sym_val_number_token4] = ACTIONS(575), + [anon_sym_inf] = ACTIONS(575), + [anon_sym_DASHinf] = ACTIONS(575), + [anon_sym_NaN] = ACTIONS(575), + [anon_sym_0b] = ACTIONS(575), + [anon_sym_0o] = ACTIONS(575), + [anon_sym_0x] = ACTIONS(575), + [sym_val_date] = ACTIONS(575), + [anon_sym_DQUOTE] = ACTIONS(575), + [sym__str_single_quotes] = ACTIONS(575), + [sym__str_back_ticks] = ACTIONS(575), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(575), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(575), + [anon_sym_CARET] = ACTIONS(575), + [anon_sym_POUND] = ACTIONS(3), + }, + [682] = { + [sym_path] = STATE(787), + [sym_comment] = STATE(682), + [aux_sym_cell_path_repeat1] = STATE(682), + [anon_sym_export] = ACTIONS(568), + [anon_sym_alias] = ACTIONS(568), + [anon_sym_let] = ACTIONS(568), + [anon_sym_let_DASHenv] = ACTIONS(568), + [anon_sym_mut] = ACTIONS(568), + [anon_sym_const] = ACTIONS(568), + [sym_cmd_identifier] = ACTIONS(568), + [anon_sym_SEMI] = ACTIONS(568), + [anon_sym_LF] = ACTIONS(570), + [anon_sym_def] = ACTIONS(568), + [anon_sym_def_DASHenv] = ACTIONS(568), + [anon_sym_export_DASHenv] = ACTIONS(568), + [anon_sym_extern] = ACTIONS(568), + [anon_sym_module] = ACTIONS(568), + [anon_sym_use] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(568), + [anon_sym_LPAREN] = ACTIONS(568), + [anon_sym_RPAREN] = ACTIONS(568), + [anon_sym_DOLLAR] = ACTIONS(568), + [anon_sym_error] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_break] = ACTIONS(568), + [anon_sym_continue] = ACTIONS(568), + [anon_sym_for] = ACTIONS(568), + [anon_sym_loop] = ACTIONS(568), + [anon_sym_while] = ACTIONS(568), + [anon_sym_do] = ACTIONS(568), + [anon_sym_if] = ACTIONS(568), + [anon_sym_match] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(568), + [anon_sym_RBRACE] = ACTIONS(568), + [anon_sym_DOT] = ACTIONS(1322), + [anon_sym_try] = ACTIONS(568), + [anon_sym_return] = ACTIONS(568), + [anon_sym_source] = ACTIONS(568), + [anon_sym_source_DASHenv] = ACTIONS(568), + [anon_sym_register] = ACTIONS(568), + [anon_sym_hide] = ACTIONS(568), + [anon_sym_hide_DASHenv] = ACTIONS(568), + [anon_sym_overlay] = ACTIONS(568), + [anon_sym_where] = ACTIONS(568), + [anon_sym_not] = ACTIONS(568), + [anon_sym_DOT_DOT_LT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(568), + [anon_sym_DOT_DOT_EQ] = ACTIONS(568), + [sym_val_nothing] = ACTIONS(568), + [anon_sym_true] = ACTIONS(568), + [anon_sym_false] = ACTIONS(568), + [aux_sym_val_number_token1] = ACTIONS(568), + [aux_sym_val_number_token2] = ACTIONS(568), + [aux_sym_val_number_token3] = ACTIONS(568), + [aux_sym_val_number_token4] = ACTIONS(568), + [anon_sym_inf] = ACTIONS(568), + [anon_sym_DASHinf] = ACTIONS(568), + [anon_sym_NaN] = ACTIONS(568), + [anon_sym_0b] = ACTIONS(568), + [anon_sym_0o] = ACTIONS(568), + [anon_sym_0x] = ACTIONS(568), + [sym_val_date] = ACTIONS(568), + [anon_sym_DQUOTE] = ACTIONS(568), + [sym__str_single_quotes] = ACTIONS(568), + [sym__str_back_ticks] = ACTIONS(568), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(568), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(568), + [anon_sym_CARET] = ACTIONS(568), + [anon_sym_POUND] = ACTIONS(3), + }, + [683] = { + [sym_comment] = STATE(683), + [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), + [sym_cmd_identifier] = ACTIONS(1325), + [anon_sym_SEMI] = ACTIONS(1325), + [anon_sym_LF] = ACTIONS(1327), + [anon_sym_def] = ACTIONS(1325), + [anon_sym_def_DASHenv] = 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_LBRACK] = ACTIONS(1325), + [anon_sym_LPAREN] = ACTIONS(1325), + [anon_sym_RPAREN] = ACTIONS(1325), + [anon_sym_DOLLAR] = ACTIONS(1325), + [anon_sym_error] = ACTIONS(1325), + [anon_sym_DASH_DASH] = ACTIONS(1325), + [anon_sym_DASH] = ACTIONS(1325), + [anon_sym_break] = ACTIONS(1325), + [anon_sym_continue] = ACTIONS(1325), + [anon_sym_for] = ACTIONS(1325), + [anon_sym_loop] = ACTIONS(1325), + [anon_sym_while] = ACTIONS(1325), + [anon_sym_do] = ACTIONS(1325), + [anon_sym_if] = ACTIONS(1325), + [anon_sym_match] = ACTIONS(1325), + [anon_sym_LBRACE] = ACTIONS(1325), + [anon_sym_RBRACE] = ACTIONS(1325), + [anon_sym_try] = 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_where] = ACTIONS(1325), + [anon_sym_not] = ACTIONS(1325), + [anon_sym_DOT_DOT_LT] = ACTIONS(1325), + [anon_sym_DOT_DOT] = ACTIONS(1325), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1325), + [sym_val_nothing] = ACTIONS(1325), + [anon_sym_true] = ACTIONS(1325), + [anon_sym_false] = ACTIONS(1325), + [aux_sym_val_number_token1] = ACTIONS(1325), + [aux_sym_val_number_token2] = ACTIONS(1325), + [aux_sym_val_number_token3] = ACTIONS(1325), + [aux_sym_val_number_token4] = ACTIONS(1325), + [anon_sym_inf] = ACTIONS(1325), + [anon_sym_DASHinf] = ACTIONS(1325), + [anon_sym_NaN] = ACTIONS(1325), + [anon_sym_0b] = ACTIONS(1325), + [anon_sym_0o] = ACTIONS(1325), + [anon_sym_0x] = ACTIONS(1325), + [sym_val_date] = ACTIONS(1325), + [anon_sym_DQUOTE] = ACTIONS(1325), + [sym__str_single_quotes] = ACTIONS(1325), + [sym__str_back_ticks] = ACTIONS(1325), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1325), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1325), + [anon_sym_CARET] = ACTIONS(1325), + [sym_short_flag] = ACTIONS(1325), + [anon_sym_POUND] = ACTIONS(3), + }, + [684] = { + [sym_comment] = STATE(684), + [ts_builtin_sym_end] = ACTIONS(755), + [anon_sym_export] = ACTIONS(753), + [anon_sym_alias] = ACTIONS(753), + [anon_sym_let] = ACTIONS(753), + [anon_sym_let_DASHenv] = ACTIONS(753), + [anon_sym_mut] = ACTIONS(753), + [anon_sym_const] = ACTIONS(753), + [sym_cmd_identifier] = ACTIONS(753), + [anon_sym_SEMI] = ACTIONS(753), + [anon_sym_LF] = ACTIONS(755), + [anon_sym_def] = ACTIONS(753), + [anon_sym_def_DASHenv] = ACTIONS(753), + [anon_sym_export_DASHenv] = ACTIONS(753), + [anon_sym_extern] = ACTIONS(753), + [anon_sym_module] = ACTIONS(753), + [anon_sym_use] = ACTIONS(753), + [anon_sym_LBRACK] = ACTIONS(753), + [anon_sym_LPAREN] = ACTIONS(753), + [anon_sym_PIPE] = ACTIONS(753), + [anon_sym_DOLLAR] = ACTIONS(753), + [anon_sym_error] = ACTIONS(753), + [anon_sym_DASH_DASH] = ACTIONS(753), + [anon_sym_DASH] = ACTIONS(753), + [anon_sym_break] = ACTIONS(753), + [anon_sym_continue] = ACTIONS(753), + [anon_sym_for] = ACTIONS(753), + [anon_sym_loop] = ACTIONS(753), + [anon_sym_while] = ACTIONS(753), + [anon_sym_do] = ACTIONS(753), + [anon_sym_if] = ACTIONS(753), + [anon_sym_match] = ACTIONS(753), + [anon_sym_LBRACE] = ACTIONS(753), + [anon_sym_DOT] = ACTIONS(753), + [anon_sym_try] = ACTIONS(753), + [anon_sym_return] = ACTIONS(753), + [anon_sym_source] = ACTIONS(753), + [anon_sym_source_DASHenv] = ACTIONS(753), + [anon_sym_register] = ACTIONS(753), + [anon_sym_hide] = ACTIONS(753), + [anon_sym_hide_DASHenv] = ACTIONS(753), + [anon_sym_overlay] = ACTIONS(753), + [anon_sym_where] = ACTIONS(753), + [anon_sym_not] = ACTIONS(753), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_DOT_DOT] = ACTIONS(753), + [anon_sym_DOT_DOT_EQ] = ACTIONS(753), + [sym_val_nothing] = ACTIONS(753), + [anon_sym_true] = ACTIONS(753), + [anon_sym_false] = ACTIONS(753), + [aux_sym_val_number_token1] = ACTIONS(753), + [aux_sym_val_number_token2] = ACTIONS(753), + [aux_sym_val_number_token3] = ACTIONS(753), + [aux_sym_val_number_token4] = ACTIONS(753), + [anon_sym_inf] = ACTIONS(753), + [anon_sym_DASHinf] = ACTIONS(753), + [anon_sym_NaN] = ACTIONS(753), + [anon_sym_0b] = ACTIONS(753), + [anon_sym_0o] = ACTIONS(753), + [anon_sym_0x] = ACTIONS(753), + [sym_val_date] = ACTIONS(753), + [anon_sym_DQUOTE] = ACTIONS(753), + [sym__str_single_quotes] = ACTIONS(753), + [sym__str_back_ticks] = ACTIONS(753), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(753), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(753), + [anon_sym_CARET] = ACTIONS(753), + [sym_short_flag] = ACTIONS(753), + [anon_sym_POUND] = ACTIONS(3), + }, + [685] = { + [sym_path] = STATE(787), + [sym_comment] = STATE(685), + [aux_sym_cell_path_repeat1] = STATE(682), + [anon_sym_export] = ACTIONS(581), + [anon_sym_alias] = ACTIONS(581), + [anon_sym_let] = ACTIONS(581), + [anon_sym_let_DASHenv] = ACTIONS(581), + [anon_sym_mut] = ACTIONS(581), + [anon_sym_const] = ACTIONS(581), + [sym_cmd_identifier] = ACTIONS(581), + [anon_sym_SEMI] = ACTIONS(581), + [anon_sym_LF] = ACTIONS(583), + [anon_sym_def] = ACTIONS(581), + [anon_sym_def_DASHenv] = ACTIONS(581), + [anon_sym_export_DASHenv] = ACTIONS(581), + [anon_sym_extern] = ACTIONS(581), + [anon_sym_module] = ACTIONS(581), + [anon_sym_use] = ACTIONS(581), + [anon_sym_LBRACK] = ACTIONS(581), + [anon_sym_LPAREN] = ACTIONS(581), + [anon_sym_RPAREN] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(581), + [anon_sym_error] = ACTIONS(581), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_break] = ACTIONS(581), + [anon_sym_continue] = ACTIONS(581), + [anon_sym_for] = ACTIONS(581), + [anon_sym_loop] = ACTIONS(581), + [anon_sym_while] = ACTIONS(581), + [anon_sym_do] = ACTIONS(581), + [anon_sym_if] = ACTIONS(581), + [anon_sym_match] = ACTIONS(581), + [anon_sym_LBRACE] = ACTIONS(581), + [anon_sym_RBRACE] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(1320), + [anon_sym_try] = ACTIONS(581), + [anon_sym_return] = ACTIONS(581), + [anon_sym_source] = ACTIONS(581), + [anon_sym_source_DASHenv] = ACTIONS(581), + [anon_sym_register] = ACTIONS(581), + [anon_sym_hide] = ACTIONS(581), + [anon_sym_hide_DASHenv] = ACTIONS(581), + [anon_sym_overlay] = ACTIONS(581), + [anon_sym_where] = ACTIONS(581), + [anon_sym_not] = ACTIONS(581), + [anon_sym_DOT_DOT_LT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_EQ] = ACTIONS(581), + [sym_val_nothing] = ACTIONS(581), + [anon_sym_true] = ACTIONS(581), + [anon_sym_false] = ACTIONS(581), + [aux_sym_val_number_token1] = ACTIONS(581), + [aux_sym_val_number_token2] = ACTIONS(581), + [aux_sym_val_number_token3] = ACTIONS(581), + [aux_sym_val_number_token4] = ACTIONS(581), + [anon_sym_inf] = ACTIONS(581), + [anon_sym_DASHinf] = ACTIONS(581), + [anon_sym_NaN] = ACTIONS(581), + [anon_sym_0b] = ACTIONS(581), + [anon_sym_0o] = ACTIONS(581), + [anon_sym_0x] = ACTIONS(581), + [sym_val_date] = ACTIONS(581), + [anon_sym_DQUOTE] = ACTIONS(581), + [sym__str_single_quotes] = ACTIONS(581), + [sym__str_back_ticks] = ACTIONS(581), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_POUND] = ACTIONS(3), + }, + [686] = { + [sym_path] = STATE(787), + [sym_comment] = STATE(686), + [aux_sym_cell_path_repeat1] = STATE(685), + [anon_sym_export] = ACTIONS(605), + [anon_sym_alias] = ACTIONS(605), + [anon_sym_let] = ACTIONS(605), + [anon_sym_let_DASHenv] = ACTIONS(605), + [anon_sym_mut] = ACTIONS(605), + [anon_sym_const] = ACTIONS(605), + [sym_cmd_identifier] = ACTIONS(605), + [anon_sym_SEMI] = ACTIONS(605), + [anon_sym_LF] = ACTIONS(607), + [anon_sym_def] = ACTIONS(605), + [anon_sym_def_DASHenv] = ACTIONS(605), + [anon_sym_export_DASHenv] = ACTIONS(605), + [anon_sym_extern] = ACTIONS(605), + [anon_sym_module] = ACTIONS(605), + [anon_sym_use] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(605), + [anon_sym_RPAREN] = ACTIONS(605), + [anon_sym_DOLLAR] = ACTIONS(605), + [anon_sym_error] = ACTIONS(605), + [anon_sym_DASH] = ACTIONS(605), + [anon_sym_break] = ACTIONS(605), + [anon_sym_continue] = ACTIONS(605), + [anon_sym_for] = ACTIONS(605), + [anon_sym_loop] = ACTIONS(605), + [anon_sym_while] = ACTIONS(605), + [anon_sym_do] = ACTIONS(605), + [anon_sym_if] = ACTIONS(605), + [anon_sym_match] = ACTIONS(605), + [anon_sym_LBRACE] = ACTIONS(605), + [anon_sym_RBRACE] = ACTIONS(605), + [anon_sym_DOT] = ACTIONS(1320), + [anon_sym_try] = ACTIONS(605), + [anon_sym_return] = ACTIONS(605), + [anon_sym_source] = ACTIONS(605), + [anon_sym_source_DASHenv] = ACTIONS(605), + [anon_sym_register] = ACTIONS(605), + [anon_sym_hide] = ACTIONS(605), + [anon_sym_hide_DASHenv] = ACTIONS(605), + [anon_sym_overlay] = ACTIONS(605), + [anon_sym_where] = ACTIONS(605), + [anon_sym_not] = ACTIONS(605), + [anon_sym_DOT_DOT_LT] = ACTIONS(605), + [anon_sym_DOT_DOT] = ACTIONS(605), + [anon_sym_DOT_DOT_EQ] = ACTIONS(605), + [sym_val_nothing] = ACTIONS(605), + [anon_sym_true] = ACTIONS(605), + [anon_sym_false] = ACTIONS(605), + [aux_sym_val_number_token1] = ACTIONS(605), + [aux_sym_val_number_token2] = ACTIONS(605), + [aux_sym_val_number_token3] = ACTIONS(605), + [aux_sym_val_number_token4] = ACTIONS(605), + [anon_sym_inf] = ACTIONS(605), + [anon_sym_DASHinf] = ACTIONS(605), + [anon_sym_NaN] = ACTIONS(605), + [anon_sym_0b] = ACTIONS(605), + [anon_sym_0o] = ACTIONS(605), + [anon_sym_0x] = ACTIONS(605), + [sym_val_date] = ACTIONS(605), + [anon_sym_DQUOTE] = ACTIONS(605), + [sym__str_single_quotes] = ACTIONS(605), + [sym__str_back_ticks] = ACTIONS(605), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(605), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(605), + [anon_sym_CARET] = ACTIONS(605), + [anon_sym_POUND] = ACTIONS(3), + }, + [687] = { + [sym_expr_parenthesized] = STATE(1693), + [sym_val_range] = STATE(1692), + [sym__value] = STATE(1692), + [sym_val_bool] = STATE(1705), + [sym_val_variable] = STATE(1705), + [sym__var] = STATE(1646), + [sym_val_number] = STATE(107), + [sym_val_duration] = STATE(1705), + [sym_val_filesize] = STATE(1705), + [sym_val_binary] = STATE(1705), + [sym_val_string] = STATE(1705), + [sym__str_double_quotes] = STATE(1687), + [sym_val_interpolated] = STATE(1705), + [sym__inter_single_quotes] = STATE(1697), + [sym__inter_double_quotes] = STATE(1698), + [sym_val_list] = STATE(1705), + [sym_val_record] = STATE(1705), + [sym_val_table] = STATE(1705), + [sym_val_closure] = STATE(1705), + [sym__cmd_arg] = STATE(1691), + [sym_redirection] = STATE(1690), + [sym__flag] = STATE(1689), + [sym_long_flag] = STATE(1716), + [sym_unquoted] = STATE(1688), + [sym_comment] = STATE(687), + [aux_sym_command_repeat1] = STATE(692), + [anon_sym_SEMI] = ACTIONS(1329), + [anon_sym_LF] = ACTIONS(1331), + [anon_sym_LBRACK] = ACTIONS(1334), + [anon_sym_LPAREN] = ACTIONS(1336), + [anon_sym_RPAREN] = ACTIONS(1329), + [anon_sym_PIPE] = ACTIONS(1329), + [anon_sym_DOLLAR] = ACTIONS(1338), + [anon_sym_DASH_DASH] = ACTIONS(1340), + [anon_sym_LBRACE] = ACTIONS(1342), + [anon_sym_RBRACE] = ACTIONS(1329), + [anon_sym_DOT_DOT_LT] = ACTIONS(1344), + [anon_sym_DOT_DOT] = ACTIONS(1344), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1344), + [sym_val_nothing] = ACTIONS(1346), + [anon_sym_true] = ACTIONS(1348), + [anon_sym_false] = ACTIONS(1348), + [aux_sym_val_number_token1] = ACTIONS(1350), + [aux_sym_val_number_token2] = ACTIONS(1350), + [aux_sym_val_number_token3] = ACTIONS(1350), + [aux_sym_val_number_token4] = ACTIONS(1350), + [anon_sym_inf] = ACTIONS(1350), + [anon_sym_DASHinf] = ACTIONS(1350), + [anon_sym_NaN] = ACTIONS(1350), + [anon_sym_0b] = ACTIONS(1352), + [anon_sym_0o] = ACTIONS(1352), + [anon_sym_0x] = ACTIONS(1352), + [sym_val_date] = ACTIONS(1346), + [anon_sym_DQUOTE] = ACTIONS(1354), + [sym__str_single_quotes] = ACTIONS(1356), + [sym__str_back_ticks] = ACTIONS(1356), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1358), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1360), + [anon_sym_err_GT] = ACTIONS(1362), + [anon_sym_out_GT] = ACTIONS(1362), + [anon_sym_e_GT] = ACTIONS(1362), + [anon_sym_o_GT] = ACTIONS(1362), + [anon_sym_err_PLUSout_GT] = ACTIONS(1362), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1362), + [anon_sym_o_PLUSe_GT] = ACTIONS(1362), + [anon_sym_e_PLUSo_GT] = ACTIONS(1362), + [sym_short_flag] = ACTIONS(1364), + [aux_sym_unquoted_token1] = ACTIONS(1366), + [anon_sym_POUND] = ACTIONS(3), + }, + [688] = { + [sym_comment] = STATE(688), + [ts_builtin_sym_end] = ACTIONS(712), + [anon_sym_export] = ACTIONS(710), + [anon_sym_alias] = ACTIONS(710), + [anon_sym_let] = ACTIONS(710), + [anon_sym_let_DASHenv] = ACTIONS(710), + [anon_sym_mut] = ACTIONS(710), + [anon_sym_const] = ACTIONS(710), + [sym_cmd_identifier] = ACTIONS(710), + [anon_sym_SEMI] = ACTIONS(710), + [anon_sym_LF] = ACTIONS(712), + [anon_sym_def] = ACTIONS(710), + [anon_sym_def_DASHenv] = ACTIONS(710), + [anon_sym_export_DASHenv] = ACTIONS(710), + [anon_sym_extern] = ACTIONS(710), + [anon_sym_module] = ACTIONS(710), + [anon_sym_use] = ACTIONS(710), + [anon_sym_LBRACK] = ACTIONS(710), + [anon_sym_LPAREN] = ACTIONS(710), + [anon_sym_PIPE] = ACTIONS(710), + [anon_sym_DOLLAR] = ACTIONS(710), + [anon_sym_error] = ACTIONS(710), + [anon_sym_DASH_DASH] = ACTIONS(710), + [anon_sym_DASH] = ACTIONS(710), + [anon_sym_break] = ACTIONS(710), + [anon_sym_continue] = ACTIONS(710), + [anon_sym_for] = ACTIONS(710), + [anon_sym_loop] = ACTIONS(710), + [anon_sym_while] = ACTIONS(710), + [anon_sym_do] = ACTIONS(710), + [anon_sym_if] = ACTIONS(710), + [anon_sym_match] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(710), + [anon_sym_DOT] = ACTIONS(710), + [anon_sym_try] = ACTIONS(710), + [anon_sym_return] = ACTIONS(710), + [anon_sym_source] = ACTIONS(710), + [anon_sym_source_DASHenv] = ACTIONS(710), + [anon_sym_register] = ACTIONS(710), + [anon_sym_hide] = ACTIONS(710), + [anon_sym_hide_DASHenv] = ACTIONS(710), + [anon_sym_overlay] = ACTIONS(710), + [anon_sym_where] = ACTIONS(710), + [anon_sym_not] = ACTIONS(710), + [anon_sym_DOT_DOT_LT] = ACTIONS(710), + [anon_sym_DOT_DOT] = ACTIONS(710), + [anon_sym_DOT_DOT_EQ] = ACTIONS(710), + [sym_val_nothing] = ACTIONS(710), + [anon_sym_true] = ACTIONS(710), + [anon_sym_false] = ACTIONS(710), + [aux_sym_val_number_token1] = ACTIONS(710), + [aux_sym_val_number_token2] = ACTIONS(710), + [aux_sym_val_number_token3] = ACTIONS(710), + [aux_sym_val_number_token4] = ACTIONS(710), + [anon_sym_inf] = ACTIONS(710), + [anon_sym_DASHinf] = ACTIONS(710), + [anon_sym_NaN] = ACTIONS(710), + [anon_sym_0b] = ACTIONS(710), + [anon_sym_0o] = ACTIONS(710), + [anon_sym_0x] = ACTIONS(710), + [sym_val_date] = ACTIONS(710), + [anon_sym_DQUOTE] = ACTIONS(710), + [sym__str_single_quotes] = ACTIONS(710), + [sym__str_back_ticks] = ACTIONS(710), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(710), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(710), + [anon_sym_CARET] = ACTIONS(710), + [sym_short_flag] = ACTIONS(710), + [anon_sym_POUND] = ACTIONS(3), + }, + [689] = { + [sym_comment] = STATE(689), + [anon_sym_export] = ACTIONS(667), + [anon_sym_alias] = ACTIONS(667), + [anon_sym_let] = ACTIONS(667), + [anon_sym_let_DASHenv] = ACTIONS(667), + [anon_sym_mut] = ACTIONS(667), + [anon_sym_const] = ACTIONS(667), + [sym_cmd_identifier] = ACTIONS(667), + [anon_sym_SEMI] = ACTIONS(667), + [anon_sym_LF] = ACTIONS(669), + [anon_sym_def] = ACTIONS(667), + [anon_sym_def_DASHenv] = ACTIONS(667), + [anon_sym_export_DASHenv] = ACTIONS(667), + [anon_sym_extern] = ACTIONS(667), + [anon_sym_module] = ACTIONS(667), + [anon_sym_use] = ACTIONS(667), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_LPAREN] = ACTIONS(667), + [anon_sym_RPAREN] = ACTIONS(667), + [anon_sym_DOLLAR] = ACTIONS(667), + [anon_sym_error] = ACTIONS(667), + [anon_sym_DASH] = ACTIONS(667), + [anon_sym_break] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(667), + [anon_sym_for] = ACTIONS(667), + [anon_sym_loop] = ACTIONS(667), + [anon_sym_while] = ACTIONS(667), + [anon_sym_do] = ACTIONS(667), + [anon_sym_if] = ACTIONS(667), + [anon_sym_match] = ACTIONS(667), + [anon_sym_LBRACE] = ACTIONS(667), + [anon_sym_RBRACE] = ACTIONS(667), + [anon_sym_DOT] = ACTIONS(667), + [anon_sym_try] = ACTIONS(667), + [anon_sym_return] = ACTIONS(667), + [anon_sym_source] = ACTIONS(667), + [anon_sym_source_DASHenv] = ACTIONS(667), + [anon_sym_register] = ACTIONS(667), + [anon_sym_hide] = ACTIONS(667), + [anon_sym_hide_DASHenv] = ACTIONS(667), + [anon_sym_overlay] = ACTIONS(667), + [anon_sym_STAR] = ACTIONS(667), + [anon_sym_where] = ACTIONS(667), + [anon_sym_QMARK2] = ACTIONS(667), + [anon_sym_not] = ACTIONS(667), + [anon_sym_DOT_DOT_LT] = ACTIONS(667), + [anon_sym_DOT_DOT] = ACTIONS(667), + [anon_sym_DOT_DOT_EQ] = ACTIONS(667), + [sym_val_nothing] = ACTIONS(667), + [anon_sym_true] = ACTIONS(667), + [anon_sym_false] = ACTIONS(667), + [aux_sym_val_number_token1] = ACTIONS(667), + [aux_sym_val_number_token2] = ACTIONS(667), + [aux_sym_val_number_token3] = ACTIONS(667), + [aux_sym_val_number_token4] = ACTIONS(667), + [anon_sym_inf] = ACTIONS(667), + [anon_sym_DASHinf] = ACTIONS(667), + [anon_sym_NaN] = ACTIONS(667), + [anon_sym_0b] = ACTIONS(667), + [anon_sym_0o] = ACTIONS(667), + [anon_sym_0x] = ACTIONS(667), + [sym_val_date] = ACTIONS(667), + [anon_sym_DQUOTE] = ACTIONS(667), + [sym__str_single_quotes] = ACTIONS(667), + [sym__str_back_ticks] = ACTIONS(667), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(667), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(667), + [anon_sym_CARET] = ACTIONS(667), + [anon_sym_POUND] = ACTIONS(3), + }, [690] = { - [sym_path] = STATE(786), [sym_comment] = STATE(690), - [aux_sym_cell_path_repeat1] = STATE(690), - [anon_sym_export] = ACTIONS(590), - [anon_sym_alias] = ACTIONS(590), - [anon_sym_let] = ACTIONS(590), - [anon_sym_let_DASHenv] = ACTIONS(590), - [anon_sym_mut] = ACTIONS(590), - [anon_sym_const] = ACTIONS(590), - [sym_cmd_identifier] = ACTIONS(590), - [anon_sym_SEMI] = ACTIONS(590), - [anon_sym_LF] = ACTIONS(592), - [anon_sym_def] = ACTIONS(590), - [anon_sym_def_DASHenv] = ACTIONS(590), - [anon_sym_export_DASHenv] = ACTIONS(590), - [anon_sym_extern] = ACTIONS(590), - [anon_sym_module] = ACTIONS(590), - [anon_sym_use] = ACTIONS(590), - [anon_sym_LBRACK] = ACTIONS(590), - [anon_sym_LPAREN] = ACTIONS(590), - [anon_sym_RPAREN] = ACTIONS(590), - [anon_sym_DOLLAR] = ACTIONS(590), - [anon_sym_error] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_break] = ACTIONS(590), - [anon_sym_continue] = ACTIONS(590), - [anon_sym_for] = ACTIONS(590), - [anon_sym_loop] = ACTIONS(590), - [anon_sym_while] = ACTIONS(590), - [anon_sym_do] = ACTIONS(590), - [anon_sym_if] = ACTIONS(590), - [anon_sym_match] = ACTIONS(590), - [anon_sym_LBRACE] = ACTIONS(590), - [anon_sym_RBRACE] = ACTIONS(590), - [anon_sym_DOT] = ACTIONS(1375), - [anon_sym_try] = ACTIONS(590), - [anon_sym_return] = ACTIONS(590), - [anon_sym_source] = ACTIONS(590), - [anon_sym_source_DASHenv] = ACTIONS(590), - [anon_sym_register] = ACTIONS(590), - [anon_sym_hide] = ACTIONS(590), - [anon_sym_hide_DASHenv] = ACTIONS(590), - [anon_sym_overlay] = ACTIONS(590), - [anon_sym_where] = ACTIONS(590), - [anon_sym_not] = ACTIONS(590), - [anon_sym_DOT_DOT_LT] = ACTIONS(590), - [anon_sym_DOT_DOT] = ACTIONS(590), - [anon_sym_DOT_DOT_EQ] = ACTIONS(590), - [sym_val_nothing] = ACTIONS(590), - [anon_sym_true] = ACTIONS(590), - [anon_sym_false] = ACTIONS(590), - [aux_sym_val_number_token1] = ACTIONS(590), - [aux_sym_val_number_token2] = ACTIONS(590), - [aux_sym_val_number_token3] = ACTIONS(590), - [aux_sym_val_number_token4] = ACTIONS(590), - [anon_sym_inf] = ACTIONS(590), - [anon_sym_DASHinf] = ACTIONS(590), - [anon_sym_NaN] = ACTIONS(590), - [anon_sym_0b] = ACTIONS(590), - [anon_sym_0o] = ACTIONS(590), - [anon_sym_0x] = ACTIONS(590), - [sym_val_date] = ACTIONS(590), - [anon_sym_DQUOTE] = ACTIONS(590), - [sym__str_single_quotes] = ACTIONS(590), - [sym__str_back_ticks] = ACTIONS(590), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(590), - [anon_sym_CARET] = ACTIONS(590), + [anon_sym_export] = ACTIONS(1368), + [anon_sym_alias] = ACTIONS(1368), + [anon_sym_let] = ACTIONS(1368), + [anon_sym_let_DASHenv] = ACTIONS(1368), + [anon_sym_mut] = ACTIONS(1368), + [anon_sym_const] = ACTIONS(1368), + [sym_cmd_identifier] = ACTIONS(1368), + [anon_sym_SEMI] = ACTIONS(1368), + [anon_sym_LF] = ACTIONS(1370), + [anon_sym_def] = ACTIONS(1368), + [anon_sym_def_DASHenv] = ACTIONS(1368), + [anon_sym_export_DASHenv] = ACTIONS(1368), + [anon_sym_extern] = ACTIONS(1368), + [anon_sym_module] = ACTIONS(1368), + [anon_sym_use] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(1368), + [anon_sym_LPAREN] = ACTIONS(1368), + [anon_sym_RPAREN] = ACTIONS(1368), + [anon_sym_PIPE] = ACTIONS(1368), + [anon_sym_DOLLAR] = ACTIONS(1368), + [anon_sym_error] = ACTIONS(1368), + [anon_sym_DASH_DASH] = ACTIONS(1368), + [anon_sym_DASH] = ACTIONS(1368), + [anon_sym_break] = ACTIONS(1368), + [anon_sym_continue] = ACTIONS(1368), + [anon_sym_for] = ACTIONS(1368), + [anon_sym_loop] = ACTIONS(1368), + [anon_sym_while] = ACTIONS(1368), + [anon_sym_do] = ACTIONS(1368), + [anon_sym_if] = ACTIONS(1368), + [anon_sym_match] = ACTIONS(1368), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_RBRACE] = ACTIONS(1368), + [anon_sym_try] = ACTIONS(1368), + [anon_sym_return] = ACTIONS(1368), + [anon_sym_source] = ACTIONS(1368), + [anon_sym_source_DASHenv] = ACTIONS(1368), + [anon_sym_register] = ACTIONS(1368), + [anon_sym_hide] = ACTIONS(1368), + [anon_sym_hide_DASHenv] = ACTIONS(1368), + [anon_sym_overlay] = ACTIONS(1368), + [anon_sym_where] = ACTIONS(1368), + [anon_sym_not] = ACTIONS(1368), + [anon_sym_DOT_DOT_LT] = ACTIONS(1368), + [anon_sym_DOT_DOT] = ACTIONS(1368), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1368), + [sym_val_nothing] = ACTIONS(1368), + [anon_sym_true] = ACTIONS(1368), + [anon_sym_false] = ACTIONS(1368), + [aux_sym_val_number_token1] = ACTIONS(1368), + [aux_sym_val_number_token2] = ACTIONS(1368), + [aux_sym_val_number_token3] = ACTIONS(1368), + [aux_sym_val_number_token4] = ACTIONS(1368), + [anon_sym_inf] = ACTIONS(1368), + [anon_sym_DASHinf] = ACTIONS(1368), + [anon_sym_NaN] = ACTIONS(1368), + [anon_sym_0b] = ACTIONS(1368), + [anon_sym_0o] = ACTIONS(1368), + [anon_sym_0x] = ACTIONS(1368), + [sym_val_date] = ACTIONS(1368), + [anon_sym_DQUOTE] = ACTIONS(1368), + [sym__str_single_quotes] = ACTIONS(1368), + [sym__str_back_ticks] = ACTIONS(1368), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1368), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1368), + [anon_sym_CARET] = ACTIONS(1368), + [sym_short_flag] = ACTIONS(1368), [anon_sym_POUND] = ACTIONS(3), }, [691] = { - [sym_cell_path] = STATE(871), - [sym_path] = STATE(684), + [sym__expression] = STATE(559), + [sym_expr_unary] = STATE(538), + [sym_expr_binary] = STATE(538), + [sym_expr_parenthesized] = STATE(537), + [sym_val_range] = STATE(538), + [sym__value] = STATE(538), + [sym_val_bool] = STATE(501), + [sym_val_variable] = STATE(501), + [sym__var] = STATE(458), + [sym_val_number] = STATE(10), + [sym_val_duration] = STATE(501), + [sym_val_filesize] = STATE(501), + [sym_val_binary] = STATE(501), + [sym_val_string] = STATE(501), + [sym__str_double_quotes] = STATE(554), + [sym_val_interpolated] = STATE(501), + [sym__inter_single_quotes] = STATE(525), + [sym__inter_double_quotes] = STATE(526), + [sym_val_list] = STATE(501), + [sym_val_record] = STATE(501), + [sym_val_table] = STATE(501), + [sym_val_closure] = STATE(501), + [sym_unquoted] = STATE(1713), [sym_comment] = STATE(691), - [anon_sym_export] = ACTIONS(578), - [anon_sym_alias] = ACTIONS(578), - [anon_sym_let] = ACTIONS(578), - [anon_sym_let_DASHenv] = ACTIONS(578), - [anon_sym_mut] = ACTIONS(578), - [anon_sym_const] = ACTIONS(578), - [sym_cmd_identifier] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(578), - [anon_sym_LF] = ACTIONS(580), - [anon_sym_def] = ACTIONS(578), - [anon_sym_def_DASHenv] = ACTIONS(578), - [anon_sym_export_DASHenv] = ACTIONS(578), - [anon_sym_extern] = ACTIONS(578), - [anon_sym_module] = ACTIONS(578), - [anon_sym_use] = ACTIONS(578), - [anon_sym_LBRACK] = ACTIONS(578), - [anon_sym_LPAREN] = ACTIONS(578), - [anon_sym_RPAREN] = ACTIONS(578), - [anon_sym_DOLLAR] = ACTIONS(578), - [anon_sym_error] = ACTIONS(578), - [anon_sym_DASH] = ACTIONS(578), - [anon_sym_break] = ACTIONS(578), - [anon_sym_continue] = ACTIONS(578), - [anon_sym_for] = ACTIONS(578), - [anon_sym_loop] = ACTIONS(578), - [anon_sym_while] = ACTIONS(578), - [anon_sym_do] = ACTIONS(578), - [anon_sym_if] = ACTIONS(578), - [anon_sym_match] = ACTIONS(578), - [anon_sym_LBRACE] = ACTIONS(578), - [anon_sym_RBRACE] = ACTIONS(578), - [anon_sym_DOT] = ACTIONS(1369), - [anon_sym_try] = ACTIONS(578), - [anon_sym_return] = ACTIONS(578), - [anon_sym_source] = ACTIONS(578), - [anon_sym_source_DASHenv] = ACTIONS(578), - [anon_sym_register] = ACTIONS(578), - [anon_sym_hide] = ACTIONS(578), - [anon_sym_hide_DASHenv] = ACTIONS(578), - [anon_sym_overlay] = ACTIONS(578), - [anon_sym_where] = ACTIONS(578), - [anon_sym_not] = ACTIONS(578), - [anon_sym_DOT_DOT_LT] = ACTIONS(578), - [anon_sym_DOT_DOT] = ACTIONS(578), - [anon_sym_DOT_DOT_EQ] = ACTIONS(578), - [sym_val_nothing] = ACTIONS(578), - [anon_sym_true] = ACTIONS(578), - [anon_sym_false] = ACTIONS(578), - [aux_sym_val_number_token1] = ACTIONS(578), - [aux_sym_val_number_token2] = ACTIONS(578), - [aux_sym_val_number_token3] = ACTIONS(578), - [aux_sym_val_number_token4] = ACTIONS(578), - [anon_sym_inf] = ACTIONS(578), - [anon_sym_DASHinf] = ACTIONS(578), - [anon_sym_NaN] = ACTIONS(578), - [anon_sym_0b] = ACTIONS(578), - [anon_sym_0o] = ACTIONS(578), - [anon_sym_0x] = ACTIONS(578), - [sym_val_date] = ACTIONS(578), - [anon_sym_DQUOTE] = ACTIONS(578), - [sym__str_single_quotes] = ACTIONS(578), - [sym__str_back_ticks] = ACTIONS(578), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(578), - [anon_sym_CARET] = ACTIONS(578), + [anon_sym_SEMI] = ACTIONS(1372), + [anon_sym_LF] = ACTIONS(1374), + [anon_sym_LBRACK] = ACTIONS(1376), + [anon_sym_LPAREN] = ACTIONS(1037), + [anon_sym_RPAREN] = ACTIONS(1372), + [anon_sym_PIPE] = ACTIONS(1372), + [anon_sym_DOLLAR] = ACTIONS(1378), + [anon_sym_DASH_DASH] = ACTIONS(1372), + [anon_sym_DASH] = ACTIONS(1380), + [anon_sym_LBRACE] = ACTIONS(1382), + [anon_sym_RBRACE] = ACTIONS(1372), + [anon_sym_not] = ACTIONS(1384), + [anon_sym_DOT_DOT_LT] = ACTIONS(1386), + [anon_sym_DOT_DOT] = ACTIONS(1386), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1386), + [sym_val_nothing] = ACTIONS(1388), + [anon_sym_true] = ACTIONS(1390), + [anon_sym_false] = ACTIONS(1390), + [aux_sym_val_number_token1] = ACTIONS(1392), + [aux_sym_val_number_token2] = ACTIONS(1392), + [aux_sym_val_number_token3] = ACTIONS(1392), + [aux_sym_val_number_token4] = ACTIONS(1392), + [anon_sym_inf] = ACTIONS(1392), + [anon_sym_DASHinf] = ACTIONS(1392), + [anon_sym_NaN] = ACTIONS(1392), + [anon_sym_0b] = ACTIONS(1394), + [anon_sym_0o] = ACTIONS(1394), + [anon_sym_0x] = ACTIONS(1394), + [sym_val_date] = ACTIONS(1388), + [anon_sym_DQUOTE] = ACTIONS(1396), + [sym__str_single_quotes] = ACTIONS(1398), + [sym__str_back_ticks] = ACTIONS(1398), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1400), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1402), + [anon_sym_err_GT] = ACTIONS(1372), + [anon_sym_out_GT] = ACTIONS(1372), + [anon_sym_e_GT] = ACTIONS(1372), + [anon_sym_o_GT] = ACTIONS(1372), + [anon_sym_err_PLUSout_GT] = ACTIONS(1372), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1372), + [anon_sym_o_PLUSe_GT] = ACTIONS(1372), + [anon_sym_e_PLUSo_GT] = ACTIONS(1372), + [sym_short_flag] = ACTIONS(1372), + [aux_sym_unquoted_token1] = ACTIONS(1366), [anon_sym_POUND] = ACTIONS(3), }, [692] = { + [sym_expr_parenthesized] = STATE(1693), + [sym_val_range] = STATE(1692), + [sym__value] = STATE(1692), + [sym_val_bool] = STATE(1705), + [sym_val_variable] = STATE(1705), + [sym__var] = STATE(1646), + [sym_val_number] = STATE(107), + [sym_val_duration] = STATE(1705), + [sym_val_filesize] = STATE(1705), + [sym_val_binary] = STATE(1705), + [sym_val_string] = STATE(1705), + [sym__str_double_quotes] = STATE(1687), + [sym_val_interpolated] = STATE(1705), + [sym__inter_single_quotes] = STATE(1697), + [sym__inter_double_quotes] = STATE(1698), + [sym_val_list] = STATE(1705), + [sym_val_record] = STATE(1705), + [sym_val_table] = STATE(1705), + [sym_val_closure] = STATE(1705), + [sym__cmd_arg] = STATE(1691), + [sym_redirection] = STATE(1690), + [sym__flag] = STATE(1689), + [sym_long_flag] = STATE(1716), + [sym_unquoted] = STATE(1688), [sym_comment] = STATE(692), - [anon_sym_export] = ACTIONS(1378), - [anon_sym_alias] = ACTIONS(1378), - [anon_sym_let] = ACTIONS(1378), - [anon_sym_let_DASHenv] = ACTIONS(1378), - [anon_sym_mut] = ACTIONS(1378), - [anon_sym_const] = ACTIONS(1378), - [sym_cmd_identifier] = ACTIONS(1378), - [anon_sym_SEMI] = ACTIONS(1378), - [anon_sym_LF] = ACTIONS(1380), - [anon_sym_def] = ACTIONS(1378), - [anon_sym_def_DASHenv] = ACTIONS(1378), - [anon_sym_export_DASHenv] = ACTIONS(1378), - [anon_sym_extern] = ACTIONS(1378), - [anon_sym_module] = ACTIONS(1378), - [anon_sym_use] = ACTIONS(1378), - [anon_sym_LBRACK] = ACTIONS(1378), - [anon_sym_LPAREN] = ACTIONS(1378), - [anon_sym_RPAREN] = ACTIONS(1378), - [anon_sym_DOLLAR] = ACTIONS(1378), - [anon_sym_error] = ACTIONS(1378), - [anon_sym_DASH_DASH] = ACTIONS(1378), - [anon_sym_DASH] = ACTIONS(1378), - [anon_sym_break] = ACTIONS(1378), - [anon_sym_continue] = ACTIONS(1378), - [anon_sym_for] = ACTIONS(1378), - [anon_sym_loop] = ACTIONS(1378), - [anon_sym_while] = ACTIONS(1378), - [anon_sym_do] = ACTIONS(1378), - [anon_sym_if] = ACTIONS(1378), - [anon_sym_match] = ACTIONS(1378), - [anon_sym_LBRACE] = ACTIONS(1378), - [anon_sym_RBRACE] = ACTIONS(1378), - [anon_sym_try] = ACTIONS(1378), - [anon_sym_return] = ACTIONS(1378), - [anon_sym_source] = ACTIONS(1378), - [anon_sym_source_DASHenv] = ACTIONS(1378), - [anon_sym_register] = ACTIONS(1378), - [anon_sym_hide] = ACTIONS(1378), - [anon_sym_hide_DASHenv] = ACTIONS(1378), - [anon_sym_overlay] = ACTIONS(1378), - [anon_sym_as] = ACTIONS(1378), - [anon_sym_where] = ACTIONS(1378), - [anon_sym_not] = ACTIONS(1378), - [anon_sym_DOT_DOT_LT] = ACTIONS(1378), - [anon_sym_DOT_DOT] = ACTIONS(1378), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1378), - [sym_val_nothing] = ACTIONS(1378), - [anon_sym_true] = ACTIONS(1378), - [anon_sym_false] = ACTIONS(1378), - [aux_sym_val_number_token1] = ACTIONS(1378), - [aux_sym_val_number_token2] = ACTIONS(1378), - [aux_sym_val_number_token3] = ACTIONS(1378), - [aux_sym_val_number_token4] = ACTIONS(1378), - [anon_sym_inf] = ACTIONS(1378), - [anon_sym_DASHinf] = ACTIONS(1378), - [anon_sym_NaN] = ACTIONS(1378), - [anon_sym_0b] = ACTIONS(1378), - [anon_sym_0o] = ACTIONS(1378), - [anon_sym_0x] = ACTIONS(1378), - [sym_val_date] = ACTIONS(1378), - [anon_sym_DQUOTE] = ACTIONS(1378), - [sym__str_single_quotes] = ACTIONS(1378), - [sym__str_back_ticks] = ACTIONS(1378), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1378), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1378), - [anon_sym_CARET] = ACTIONS(1378), - [sym_short_flag] = ACTIONS(1378), + [aux_sym_command_repeat1] = STATE(702), + [anon_sym_SEMI] = ACTIONS(1404), + [anon_sym_LF] = ACTIONS(1406), + [anon_sym_LBRACK] = ACTIONS(1334), + [anon_sym_LPAREN] = ACTIONS(1336), + [anon_sym_RPAREN] = ACTIONS(1404), + [anon_sym_PIPE] = ACTIONS(1404), + [anon_sym_DOLLAR] = ACTIONS(1338), + [anon_sym_DASH_DASH] = ACTIONS(1340), + [anon_sym_LBRACE] = ACTIONS(1342), + [anon_sym_RBRACE] = ACTIONS(1404), + [anon_sym_DOT_DOT_LT] = ACTIONS(1344), + [anon_sym_DOT_DOT] = ACTIONS(1344), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1344), + [sym_val_nothing] = ACTIONS(1346), + [anon_sym_true] = ACTIONS(1348), + [anon_sym_false] = ACTIONS(1348), + [aux_sym_val_number_token1] = ACTIONS(1350), + [aux_sym_val_number_token2] = ACTIONS(1350), + [aux_sym_val_number_token3] = ACTIONS(1350), + [aux_sym_val_number_token4] = ACTIONS(1350), + [anon_sym_inf] = ACTIONS(1350), + [anon_sym_DASHinf] = ACTIONS(1350), + [anon_sym_NaN] = ACTIONS(1350), + [anon_sym_0b] = ACTIONS(1352), + [anon_sym_0o] = ACTIONS(1352), + [anon_sym_0x] = ACTIONS(1352), + [sym_val_date] = ACTIONS(1346), + [anon_sym_DQUOTE] = ACTIONS(1354), + [sym__str_single_quotes] = ACTIONS(1356), + [sym__str_back_ticks] = ACTIONS(1356), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1358), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1360), + [anon_sym_err_GT] = ACTIONS(1362), + [anon_sym_out_GT] = ACTIONS(1362), + [anon_sym_e_GT] = ACTIONS(1362), + [anon_sym_o_GT] = ACTIONS(1362), + [anon_sym_err_PLUSout_GT] = ACTIONS(1362), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1362), + [anon_sym_o_PLUSe_GT] = ACTIONS(1362), + [anon_sym_e_PLUSo_GT] = ACTIONS(1362), + [sym_short_flag] = ACTIONS(1364), + [aux_sym_unquoted_token1] = ACTIONS(1366), [anon_sym_POUND] = ACTIONS(3), }, [693] = { + [sym_expr_parenthesized] = STATE(1693), + [sym_val_range] = STATE(1692), + [sym__value] = STATE(1692), + [sym_val_bool] = STATE(1705), + [sym_val_variable] = STATE(1705), + [sym__var] = STATE(1646), + [sym_val_number] = STATE(107), + [sym_val_duration] = STATE(1705), + [sym_val_filesize] = STATE(1705), + [sym_val_binary] = STATE(1705), + [sym_val_string] = STATE(1705), + [sym__str_double_quotes] = STATE(1687), + [sym_val_interpolated] = STATE(1705), + [sym__inter_single_quotes] = STATE(1697), + [sym__inter_double_quotes] = STATE(1698), + [sym_val_list] = STATE(1705), + [sym_val_record] = STATE(1705), + [sym_val_table] = STATE(1705), + [sym_val_closure] = STATE(1705), + [sym__cmd_arg] = STATE(1691), + [sym_redirection] = STATE(1690), + [sym__flag] = STATE(1689), + [sym_long_flag] = STATE(1716), + [sym_unquoted] = STATE(1688), [sym_comment] = STATE(693), - [ts_builtin_sym_end] = ACTIONS(1312), - [anon_sym_export] = ACTIONS(1310), - [anon_sym_alias] = ACTIONS(1310), - [anon_sym_let] = ACTIONS(1310), - [anon_sym_let_DASHenv] = ACTIONS(1310), - [anon_sym_mut] = ACTIONS(1310), - [anon_sym_const] = ACTIONS(1310), - [sym_cmd_identifier] = ACTIONS(1310), - [anon_sym_SEMI] = ACTIONS(1310), - [anon_sym_LF] = ACTIONS(1312), - [anon_sym_def] = ACTIONS(1310), - [anon_sym_def_DASHenv] = ACTIONS(1310), - [anon_sym_export_DASHenv] = ACTIONS(1310), - [anon_sym_extern] = ACTIONS(1310), - [anon_sym_module] = ACTIONS(1310), - [anon_sym_use] = ACTIONS(1310), - [anon_sym_LBRACK] = ACTIONS(1310), - [anon_sym_LPAREN] = ACTIONS(1310), - [anon_sym_PIPE] = ACTIONS(1310), - [anon_sym_DOLLAR] = ACTIONS(1310), - [anon_sym_error] = ACTIONS(1310), - [anon_sym_DASH_DASH] = ACTIONS(1310), - [anon_sym_DASH] = ACTIONS(1310), - [anon_sym_break] = ACTIONS(1310), - [anon_sym_continue] = ACTIONS(1310), - [anon_sym_for] = ACTIONS(1310), - [anon_sym_loop] = ACTIONS(1310), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_do] = ACTIONS(1310), - [anon_sym_if] = ACTIONS(1310), - [anon_sym_match] = ACTIONS(1310), - [anon_sym_LBRACE] = ACTIONS(1310), - [anon_sym_try] = ACTIONS(1310), - [anon_sym_return] = ACTIONS(1310), - [anon_sym_source] = ACTIONS(1310), - [anon_sym_source_DASHenv] = ACTIONS(1310), - [anon_sym_register] = ACTIONS(1310), - [anon_sym_hide] = ACTIONS(1310), - [anon_sym_hide_DASHenv] = ACTIONS(1310), - [anon_sym_overlay] = ACTIONS(1310), - [anon_sym_where] = ACTIONS(1310), - [anon_sym_not] = ACTIONS(1310), - [anon_sym_DOT_DOT_LT] = ACTIONS(1310), - [anon_sym_DOT_DOT] = ACTIONS(1310), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1310), - [sym_val_nothing] = ACTIONS(1310), - [anon_sym_true] = ACTIONS(1310), - [anon_sym_false] = ACTIONS(1310), - [aux_sym_val_number_token1] = ACTIONS(1310), - [aux_sym_val_number_token2] = ACTIONS(1310), - [aux_sym_val_number_token3] = ACTIONS(1310), - [aux_sym_val_number_token4] = ACTIONS(1310), - [anon_sym_inf] = ACTIONS(1310), - [anon_sym_DASHinf] = ACTIONS(1310), - [anon_sym_NaN] = ACTIONS(1310), - [anon_sym_0b] = ACTIONS(1310), - [anon_sym_0o] = ACTIONS(1310), - [anon_sym_0x] = ACTIONS(1310), - [sym_val_date] = ACTIONS(1310), - [anon_sym_DQUOTE] = ACTIONS(1310), - [sym__str_single_quotes] = ACTIONS(1310), - [sym__str_back_ticks] = ACTIONS(1310), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1310), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1310), - [anon_sym_CARET] = ACTIONS(1310), - [sym_short_flag] = ACTIONS(1310), - [aux_sym_long_flag_token1] = ACTIONS(1382), + [aux_sym_command_repeat1] = STATE(702), + [anon_sym_SEMI] = ACTIONS(1409), + [anon_sym_LF] = ACTIONS(1411), + [anon_sym_LBRACK] = ACTIONS(1334), + [anon_sym_LPAREN] = ACTIONS(1336), + [anon_sym_RPAREN] = ACTIONS(1409), + [anon_sym_PIPE] = ACTIONS(1409), + [anon_sym_DOLLAR] = ACTIONS(1338), + [anon_sym_DASH_DASH] = ACTIONS(1340), + [anon_sym_LBRACE] = ACTIONS(1342), + [anon_sym_RBRACE] = ACTIONS(1409), + [anon_sym_DOT_DOT_LT] = ACTIONS(1344), + [anon_sym_DOT_DOT] = ACTIONS(1344), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1344), + [sym_val_nothing] = ACTIONS(1346), + [anon_sym_true] = ACTIONS(1348), + [anon_sym_false] = ACTIONS(1348), + [aux_sym_val_number_token1] = ACTIONS(1350), + [aux_sym_val_number_token2] = ACTIONS(1350), + [aux_sym_val_number_token3] = ACTIONS(1350), + [aux_sym_val_number_token4] = ACTIONS(1350), + [anon_sym_inf] = ACTIONS(1350), + [anon_sym_DASHinf] = ACTIONS(1350), + [anon_sym_NaN] = ACTIONS(1350), + [anon_sym_0b] = ACTIONS(1352), + [anon_sym_0o] = ACTIONS(1352), + [anon_sym_0x] = ACTIONS(1352), + [sym_val_date] = ACTIONS(1346), + [anon_sym_DQUOTE] = ACTIONS(1354), + [sym__str_single_quotes] = ACTIONS(1356), + [sym__str_back_ticks] = ACTIONS(1356), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1358), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1360), + [anon_sym_err_GT] = ACTIONS(1362), + [anon_sym_out_GT] = ACTIONS(1362), + [anon_sym_e_GT] = ACTIONS(1362), + [anon_sym_o_GT] = ACTIONS(1362), + [anon_sym_err_PLUSout_GT] = ACTIONS(1362), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1362), + [anon_sym_o_PLUSe_GT] = ACTIONS(1362), + [anon_sym_e_PLUSo_GT] = ACTIONS(1362), + [sym_short_flag] = ACTIONS(1364), + [aux_sym_unquoted_token1] = ACTIONS(1366), [anon_sym_POUND] = ACTIONS(3), }, [694] = { [sym_comment] = STATE(694), - [anon_sym_export] = ACTIONS(698), - [anon_sym_alias] = ACTIONS(698), - [anon_sym_let] = ACTIONS(698), - [anon_sym_let_DASHenv] = ACTIONS(698), - [anon_sym_mut] = ACTIONS(698), - [anon_sym_const] = ACTIONS(698), - [sym_cmd_identifier] = ACTIONS(698), - [anon_sym_SEMI] = ACTIONS(698), - [anon_sym_LF] = ACTIONS(700), - [anon_sym_def] = ACTIONS(698), - [anon_sym_def_DASHenv] = ACTIONS(698), - [anon_sym_export_DASHenv] = ACTIONS(698), - [anon_sym_extern] = ACTIONS(698), - [anon_sym_module] = ACTIONS(698), - [anon_sym_use] = ACTIONS(698), - [anon_sym_LBRACK] = ACTIONS(698), - [anon_sym_LPAREN] = ACTIONS(698), - [anon_sym_RPAREN] = ACTIONS(698), - [anon_sym_DOLLAR] = ACTIONS(698), - [anon_sym_error] = ACTIONS(698), - [anon_sym_DASH] = ACTIONS(698), - [anon_sym_break] = ACTIONS(698), - [anon_sym_continue] = ACTIONS(698), - [anon_sym_for] = ACTIONS(698), - [anon_sym_loop] = ACTIONS(698), - [anon_sym_while] = ACTIONS(698), - [anon_sym_do] = ACTIONS(698), - [anon_sym_if] = ACTIONS(698), - [anon_sym_match] = ACTIONS(698), - [anon_sym_LBRACE] = ACTIONS(698), - [anon_sym_RBRACE] = ACTIONS(698), - [anon_sym_DOT] = ACTIONS(698), - [anon_sym_try] = ACTIONS(698), - [anon_sym_return] = ACTIONS(698), - [anon_sym_source] = ACTIONS(698), - [anon_sym_source_DASHenv] = ACTIONS(698), - [anon_sym_register] = ACTIONS(698), - [anon_sym_hide] = ACTIONS(698), - [anon_sym_hide_DASHenv] = ACTIONS(698), - [anon_sym_overlay] = ACTIONS(698), - [anon_sym_STAR] = ACTIONS(698), - [anon_sym_where] = ACTIONS(698), - [anon_sym_QMARK2] = ACTIONS(698), - [anon_sym_not] = ACTIONS(698), - [anon_sym_DOT_DOT_LT] = ACTIONS(698), - [anon_sym_DOT_DOT] = ACTIONS(698), - [anon_sym_DOT_DOT_EQ] = ACTIONS(698), - [sym_val_nothing] = ACTIONS(698), - [anon_sym_true] = ACTIONS(698), - [anon_sym_false] = ACTIONS(698), - [aux_sym_val_number_token1] = ACTIONS(698), - [aux_sym_val_number_token2] = ACTIONS(698), - [aux_sym_val_number_token3] = ACTIONS(698), - [aux_sym_val_number_token4] = ACTIONS(698), - [anon_sym_inf] = ACTIONS(698), - [anon_sym_DASHinf] = ACTIONS(698), - [anon_sym_NaN] = ACTIONS(698), - [anon_sym_0b] = ACTIONS(698), - [anon_sym_0o] = ACTIONS(698), - [anon_sym_0x] = ACTIONS(698), - [sym_val_date] = ACTIONS(698), - [anon_sym_DQUOTE] = ACTIONS(698), - [sym__str_single_quotes] = ACTIONS(698), - [sym__str_back_ticks] = ACTIONS(698), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(698), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(698), - [anon_sym_CARET] = ACTIONS(698), + [anon_sym_export] = ACTIONS(1414), + [anon_sym_alias] = ACTIONS(1414), + [anon_sym_let] = ACTIONS(1414), + [anon_sym_let_DASHenv] = ACTIONS(1414), + [anon_sym_mut] = ACTIONS(1414), + [anon_sym_const] = ACTIONS(1414), + [sym_cmd_identifier] = ACTIONS(1414), + [anon_sym_SEMI] = ACTIONS(1414), + [anon_sym_LF] = ACTIONS(1416), + [anon_sym_def] = ACTIONS(1414), + [anon_sym_def_DASHenv] = ACTIONS(1414), + [anon_sym_export_DASHenv] = ACTIONS(1414), + [anon_sym_extern] = ACTIONS(1414), + [anon_sym_module] = ACTIONS(1414), + [anon_sym_use] = ACTIONS(1414), + [anon_sym_LBRACK] = ACTIONS(1414), + [anon_sym_LPAREN] = ACTIONS(1414), + [anon_sym_RPAREN] = ACTIONS(1414), + [anon_sym_DOLLAR] = ACTIONS(1414), + [anon_sym_error] = ACTIONS(1414), + [anon_sym_DASH_DASH] = ACTIONS(1414), + [anon_sym_DASH] = ACTIONS(1414), + [anon_sym_break] = ACTIONS(1414), + [anon_sym_continue] = ACTIONS(1414), + [anon_sym_for] = ACTIONS(1414), + [anon_sym_loop] = ACTIONS(1414), + [anon_sym_while] = ACTIONS(1414), + [anon_sym_do] = ACTIONS(1414), + [anon_sym_if] = ACTIONS(1414), + [anon_sym_match] = ACTIONS(1414), + [anon_sym_LBRACE] = ACTIONS(1414), + [anon_sym_RBRACE] = ACTIONS(1414), + [anon_sym_try] = ACTIONS(1414), + [anon_sym_return] = ACTIONS(1414), + [anon_sym_source] = ACTIONS(1414), + [anon_sym_source_DASHenv] = ACTIONS(1414), + [anon_sym_register] = ACTIONS(1414), + [anon_sym_hide] = ACTIONS(1414), + [anon_sym_hide_DASHenv] = ACTIONS(1414), + [anon_sym_overlay] = ACTIONS(1414), + [anon_sym_as] = ACTIONS(1414), + [anon_sym_where] = ACTIONS(1414), + [anon_sym_not] = ACTIONS(1414), + [anon_sym_DOT_DOT_LT] = ACTIONS(1414), + [anon_sym_DOT_DOT] = ACTIONS(1414), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1414), + [sym_val_nothing] = ACTIONS(1414), + [anon_sym_true] = ACTIONS(1414), + [anon_sym_false] = ACTIONS(1414), + [aux_sym_val_number_token1] = ACTIONS(1414), + [aux_sym_val_number_token2] = ACTIONS(1414), + [aux_sym_val_number_token3] = ACTIONS(1414), + [aux_sym_val_number_token4] = ACTIONS(1414), + [anon_sym_inf] = ACTIONS(1414), + [anon_sym_DASHinf] = ACTIONS(1414), + [anon_sym_NaN] = ACTIONS(1414), + [anon_sym_0b] = ACTIONS(1414), + [anon_sym_0o] = ACTIONS(1414), + [anon_sym_0x] = ACTIONS(1414), + [sym_val_date] = ACTIONS(1414), + [anon_sym_DQUOTE] = ACTIONS(1414), + [sym__str_single_quotes] = ACTIONS(1414), + [sym__str_back_ticks] = ACTIONS(1414), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1414), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1414), + [sym_short_flag] = ACTIONS(1414), [anon_sym_POUND] = ACTIONS(3), }, [695] = { [sym_comment] = STATE(695), - [anon_sym_export] = ACTIONS(1384), - [anon_sym_alias] = ACTIONS(1384), - [anon_sym_let] = ACTIONS(1384), - [anon_sym_let_DASHenv] = ACTIONS(1384), - [anon_sym_mut] = ACTIONS(1384), - [anon_sym_const] = ACTIONS(1384), - [sym_cmd_identifier] = ACTIONS(1384), - [anon_sym_SEMI] = ACTIONS(1384), - [anon_sym_LF] = ACTIONS(1386), - [anon_sym_def] = ACTIONS(1384), - [anon_sym_def_DASHenv] = ACTIONS(1384), - [anon_sym_export_DASHenv] = ACTIONS(1384), - [anon_sym_extern] = ACTIONS(1384), - [anon_sym_module] = ACTIONS(1384), - [anon_sym_use] = ACTIONS(1384), - [anon_sym_LBRACK] = ACTIONS(1384), - [anon_sym_LPAREN] = ACTIONS(1384), - [anon_sym_RPAREN] = ACTIONS(1384), - [anon_sym_PIPE] = ACTIONS(1384), - [anon_sym_DOLLAR] = ACTIONS(1384), - [anon_sym_error] = ACTIONS(1384), - [anon_sym_DASH_DASH] = ACTIONS(1384), - [anon_sym_DASH] = ACTIONS(1384), - [anon_sym_break] = ACTIONS(1384), - [anon_sym_continue] = ACTIONS(1384), - [anon_sym_for] = ACTIONS(1384), - [anon_sym_loop] = ACTIONS(1384), - [anon_sym_while] = ACTIONS(1384), - [anon_sym_do] = ACTIONS(1384), - [anon_sym_if] = ACTIONS(1384), - [anon_sym_match] = ACTIONS(1384), - [anon_sym_LBRACE] = ACTIONS(1384), - [anon_sym_RBRACE] = ACTIONS(1384), - [anon_sym_try] = ACTIONS(1384), - [anon_sym_return] = ACTIONS(1384), - [anon_sym_source] = ACTIONS(1384), - [anon_sym_source_DASHenv] = ACTIONS(1384), - [anon_sym_register] = ACTIONS(1384), - [anon_sym_hide] = ACTIONS(1384), - [anon_sym_hide_DASHenv] = ACTIONS(1384), - [anon_sym_overlay] = ACTIONS(1384), - [anon_sym_where] = ACTIONS(1384), - [anon_sym_not] = ACTIONS(1384), - [anon_sym_DOT_DOT_LT] = ACTIONS(1384), - [anon_sym_DOT_DOT] = ACTIONS(1384), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1384), - [sym_val_nothing] = ACTIONS(1384), - [anon_sym_true] = ACTIONS(1384), - [anon_sym_false] = ACTIONS(1384), - [aux_sym_val_number_token1] = ACTIONS(1384), - [aux_sym_val_number_token2] = ACTIONS(1384), - [aux_sym_val_number_token3] = ACTIONS(1384), - [aux_sym_val_number_token4] = ACTIONS(1384), - [anon_sym_inf] = ACTIONS(1384), - [anon_sym_DASHinf] = ACTIONS(1384), - [anon_sym_NaN] = ACTIONS(1384), - [anon_sym_0b] = ACTIONS(1384), - [anon_sym_0o] = ACTIONS(1384), - [anon_sym_0x] = ACTIONS(1384), - [sym_val_date] = ACTIONS(1384), - [anon_sym_DQUOTE] = ACTIONS(1384), - [sym__str_single_quotes] = ACTIONS(1384), - [sym__str_back_ticks] = ACTIONS(1384), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1384), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1384), - [anon_sym_CARET] = ACTIONS(1384), - [sym_short_flag] = ACTIONS(1384), + [anon_sym_export] = ACTIONS(1418), + [anon_sym_alias] = ACTIONS(1418), + [anon_sym_let] = ACTIONS(1418), + [anon_sym_let_DASHenv] = ACTIONS(1418), + [anon_sym_mut] = ACTIONS(1418), + [anon_sym_const] = ACTIONS(1418), + [sym_cmd_identifier] = ACTIONS(1418), + [anon_sym_SEMI] = ACTIONS(1418), + [anon_sym_LF] = ACTIONS(1420), + [anon_sym_def] = ACTIONS(1418), + [anon_sym_def_DASHenv] = ACTIONS(1418), + [anon_sym_export_DASHenv] = ACTIONS(1418), + [anon_sym_extern] = ACTIONS(1418), + [anon_sym_module] = ACTIONS(1418), + [anon_sym_use] = ACTIONS(1418), + [anon_sym_LBRACK] = ACTIONS(1418), + [anon_sym_LPAREN] = ACTIONS(1418), + [anon_sym_RPAREN] = ACTIONS(1418), + [anon_sym_PIPE] = ACTIONS(1418), + [anon_sym_DOLLAR] = ACTIONS(1418), + [anon_sym_error] = ACTIONS(1418), + [anon_sym_DASH_DASH] = ACTIONS(1418), + [anon_sym_DASH] = ACTIONS(1418), + [anon_sym_break] = ACTIONS(1418), + [anon_sym_continue] = ACTIONS(1418), + [anon_sym_for] = ACTIONS(1418), + [anon_sym_loop] = ACTIONS(1418), + [anon_sym_while] = ACTIONS(1418), + [anon_sym_do] = ACTIONS(1418), + [anon_sym_if] = ACTIONS(1418), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_LBRACE] = ACTIONS(1418), + [anon_sym_RBRACE] = ACTIONS(1418), + [anon_sym_try] = ACTIONS(1418), + [anon_sym_return] = ACTIONS(1418), + [anon_sym_source] = ACTIONS(1418), + [anon_sym_source_DASHenv] = ACTIONS(1418), + [anon_sym_register] = ACTIONS(1418), + [anon_sym_hide] = ACTIONS(1418), + [anon_sym_hide_DASHenv] = ACTIONS(1418), + [anon_sym_overlay] = ACTIONS(1418), + [anon_sym_where] = ACTIONS(1418), + [anon_sym_not] = ACTIONS(1418), + [anon_sym_DOT_DOT_LT] = ACTIONS(1418), + [anon_sym_DOT_DOT] = ACTIONS(1418), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1418), + [sym_val_nothing] = ACTIONS(1418), + [anon_sym_true] = ACTIONS(1418), + [anon_sym_false] = ACTIONS(1418), + [aux_sym_val_number_token1] = ACTIONS(1418), + [aux_sym_val_number_token2] = ACTIONS(1418), + [aux_sym_val_number_token3] = ACTIONS(1418), + [aux_sym_val_number_token4] = ACTIONS(1418), + [anon_sym_inf] = ACTIONS(1418), + [anon_sym_DASHinf] = ACTIONS(1418), + [anon_sym_NaN] = ACTIONS(1418), + [anon_sym_0b] = ACTIONS(1418), + [anon_sym_0o] = ACTIONS(1418), + [anon_sym_0x] = ACTIONS(1418), + [sym_val_date] = ACTIONS(1418), + [anon_sym_DQUOTE] = ACTIONS(1418), + [sym__str_single_quotes] = ACTIONS(1418), + [sym__str_back_ticks] = ACTIONS(1418), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1418), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1418), + [anon_sym_CARET] = ACTIONS(1418), + [sym_short_flag] = ACTIONS(1418), [anon_sym_POUND] = ACTIONS(3), }, [696] = { + [sym_expr_parenthesized] = STATE(1693), + [sym_val_range] = STATE(1692), + [sym__value] = STATE(1692), + [sym_val_bool] = STATE(1705), + [sym_val_variable] = STATE(1705), + [sym__var] = STATE(1646), + [sym_val_number] = STATE(107), + [sym_val_duration] = STATE(1705), + [sym_val_filesize] = STATE(1705), + [sym_val_binary] = STATE(1705), + [sym_val_string] = STATE(1705), + [sym__str_double_quotes] = STATE(1687), + [sym_val_interpolated] = STATE(1705), + [sym__inter_single_quotes] = STATE(1697), + [sym__inter_double_quotes] = STATE(1698), + [sym_val_list] = STATE(1705), + [sym_val_record] = STATE(1705), + [sym_val_table] = STATE(1705), + [sym_val_closure] = STATE(1705), + [sym__cmd_arg] = STATE(1691), + [sym_redirection] = STATE(1690), + [sym__flag] = STATE(1689), + [sym_long_flag] = STATE(1716), + [sym_unquoted] = STATE(1688), [sym_comment] = STATE(696), - [anon_sym_export] = ACTIONS(836), - [anon_sym_alias] = ACTIONS(836), - [anon_sym_let] = ACTIONS(836), - [anon_sym_let_DASHenv] = ACTIONS(836), - [anon_sym_mut] = ACTIONS(836), - [anon_sym_const] = ACTIONS(836), - [sym_cmd_identifier] = ACTIONS(836), - [anon_sym_SEMI] = ACTIONS(836), - [anon_sym_LF] = ACTIONS(838), - [anon_sym_def] = ACTIONS(836), - [anon_sym_def_DASHenv] = ACTIONS(836), - [anon_sym_export_DASHenv] = ACTIONS(836), - [anon_sym_extern] = ACTIONS(836), - [anon_sym_module] = ACTIONS(836), - [anon_sym_use] = ACTIONS(836), - [anon_sym_LBRACK] = ACTIONS(836), - [anon_sym_LPAREN] = ACTIONS(836), - [anon_sym_RPAREN] = ACTIONS(836), - [anon_sym_PIPE] = ACTIONS(836), - [anon_sym_DOLLAR] = ACTIONS(836), - [anon_sym_error] = ACTIONS(836), - [anon_sym_DASH_DASH] = ACTIONS(836), - [anon_sym_DASH] = ACTIONS(836), - [anon_sym_break] = ACTIONS(836), - [anon_sym_continue] = ACTIONS(836), - [anon_sym_for] = ACTIONS(836), - [anon_sym_loop] = ACTIONS(836), - [anon_sym_while] = ACTIONS(836), - [anon_sym_do] = ACTIONS(836), - [anon_sym_if] = ACTIONS(836), - [anon_sym_match] = ACTIONS(836), - [anon_sym_LBRACE] = ACTIONS(836), - [anon_sym_RBRACE] = ACTIONS(836), - [anon_sym_try] = ACTIONS(836), - [anon_sym_return] = ACTIONS(836), - [anon_sym_source] = ACTIONS(836), - [anon_sym_source_DASHenv] = ACTIONS(836), - [anon_sym_register] = ACTIONS(836), - [anon_sym_hide] = ACTIONS(836), - [anon_sym_hide_DASHenv] = ACTIONS(836), - [anon_sym_overlay] = ACTIONS(836), - [anon_sym_where] = ACTIONS(836), - [anon_sym_not] = ACTIONS(836), - [anon_sym_DOT_DOT_LT] = ACTIONS(836), - [anon_sym_DOT_DOT] = ACTIONS(836), - [anon_sym_DOT_DOT_EQ] = ACTIONS(836), - [sym_val_nothing] = ACTIONS(836), - [anon_sym_true] = ACTIONS(836), - [anon_sym_false] = ACTIONS(836), - [aux_sym_val_number_token1] = ACTIONS(836), - [aux_sym_val_number_token2] = ACTIONS(836), - [aux_sym_val_number_token3] = ACTIONS(836), - [aux_sym_val_number_token4] = ACTIONS(836), - [anon_sym_inf] = ACTIONS(836), - [anon_sym_DASHinf] = ACTIONS(836), - [anon_sym_NaN] = ACTIONS(836), - [anon_sym_0b] = ACTIONS(836), - [anon_sym_0o] = ACTIONS(836), - [anon_sym_0x] = ACTIONS(836), - [sym_val_date] = ACTIONS(836), - [anon_sym_DQUOTE] = ACTIONS(836), - [sym__str_single_quotes] = ACTIONS(836), - [sym__str_back_ticks] = ACTIONS(836), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(836), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(836), - [anon_sym_CARET] = ACTIONS(836), - [sym_short_flag] = ACTIONS(836), + [aux_sym_command_repeat1] = STATE(693), + [anon_sym_SEMI] = ACTIONS(1422), + [anon_sym_LF] = ACTIONS(1424), + [anon_sym_LBRACK] = ACTIONS(1334), + [anon_sym_LPAREN] = ACTIONS(1336), + [anon_sym_RPAREN] = ACTIONS(1422), + [anon_sym_PIPE] = ACTIONS(1422), + [anon_sym_DOLLAR] = ACTIONS(1338), + [anon_sym_DASH_DASH] = ACTIONS(1340), + [anon_sym_LBRACE] = ACTIONS(1342), + [anon_sym_RBRACE] = ACTIONS(1422), + [anon_sym_DOT_DOT_LT] = ACTIONS(1344), + [anon_sym_DOT_DOT] = ACTIONS(1344), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1344), + [sym_val_nothing] = ACTIONS(1346), + [anon_sym_true] = ACTIONS(1348), + [anon_sym_false] = ACTIONS(1348), + [aux_sym_val_number_token1] = ACTIONS(1350), + [aux_sym_val_number_token2] = ACTIONS(1350), + [aux_sym_val_number_token3] = ACTIONS(1350), + [aux_sym_val_number_token4] = ACTIONS(1350), + [anon_sym_inf] = ACTIONS(1350), + [anon_sym_DASHinf] = ACTIONS(1350), + [anon_sym_NaN] = ACTIONS(1350), + [anon_sym_0b] = ACTIONS(1352), + [anon_sym_0o] = ACTIONS(1352), + [anon_sym_0x] = ACTIONS(1352), + [sym_val_date] = ACTIONS(1346), + [anon_sym_DQUOTE] = ACTIONS(1354), + [sym__str_single_quotes] = ACTIONS(1356), + [sym__str_back_ticks] = ACTIONS(1356), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1358), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1360), + [anon_sym_err_GT] = ACTIONS(1362), + [anon_sym_out_GT] = ACTIONS(1362), + [anon_sym_e_GT] = ACTIONS(1362), + [anon_sym_o_GT] = ACTIONS(1362), + [anon_sym_err_PLUSout_GT] = ACTIONS(1362), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1362), + [anon_sym_o_PLUSe_GT] = ACTIONS(1362), + [anon_sym_e_PLUSo_GT] = ACTIONS(1362), + [sym_short_flag] = ACTIONS(1364), + [aux_sym_unquoted_token1] = ACTIONS(1366), [anon_sym_POUND] = ACTIONS(3), }, [697] = { - [sym_expr_parenthesized] = STATE(1713), - [sym_val_range] = STATE(1712), - [sym__value] = STATE(1712), - [sym_val_bool] = STATE(1723), - [sym_val_variable] = STATE(1723), - [sym__var] = STATE(1648), - [sym_val_number] = STATE(107), - [sym_val_duration] = STATE(1723), - [sym_val_filesize] = STATE(1723), - [sym_val_binary] = STATE(1723), - [sym_val_string] = STATE(1723), - [sym__str_double_quotes] = STATE(1720), - [sym_val_interpolated] = STATE(1723), - [sym__inter_single_quotes] = STATE(1691), - [sym__inter_double_quotes] = STATE(1692), - [sym_val_list] = STATE(1723), - [sym_val_record] = STATE(1723), - [sym_val_table] = STATE(1723), - [sym_val_closure] = STATE(1723), - [sym__cmd_arg] = STATE(1711), - [sym_redirection] = STATE(1708), - [sym__flag] = STATE(1707), - [sym_long_flag] = STATE(1696), - [sym_unquoted] = STATE(1706), [sym_comment] = STATE(697), - [aux_sym_command_repeat1] = STATE(699), - [anon_sym_SEMI] = ACTIONS(1388), - [anon_sym_LF] = ACTIONS(1390), - [anon_sym_LBRACK] = ACTIONS(1329), - [anon_sym_LPAREN] = ACTIONS(1331), - [anon_sym_RPAREN] = ACTIONS(1388), - [anon_sym_PIPE] = ACTIONS(1388), - [anon_sym_DOLLAR] = ACTIONS(1333), - [anon_sym_DASH_DASH] = ACTIONS(1335), - [anon_sym_LBRACE] = ACTIONS(1337), - [anon_sym_RBRACE] = ACTIONS(1388), - [anon_sym_DOT_DOT_LT] = ACTIONS(1339), - [anon_sym_DOT_DOT] = ACTIONS(1339), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1339), - [sym_val_nothing] = ACTIONS(1341), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [aux_sym_val_number_token1] = ACTIONS(1345), - [aux_sym_val_number_token2] = ACTIONS(1345), - [aux_sym_val_number_token3] = ACTIONS(1345), - [aux_sym_val_number_token4] = ACTIONS(1345), - [anon_sym_inf] = ACTIONS(1345), - [anon_sym_DASHinf] = ACTIONS(1345), - [anon_sym_NaN] = ACTIONS(1345), - [anon_sym_0b] = ACTIONS(1347), - [anon_sym_0o] = ACTIONS(1347), - [anon_sym_0x] = ACTIONS(1347), - [sym_val_date] = ACTIONS(1341), - [anon_sym_DQUOTE] = ACTIONS(1349), - [sym__str_single_quotes] = ACTIONS(1351), - [sym__str_back_ticks] = ACTIONS(1351), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1353), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1355), - [anon_sym_err_GT] = ACTIONS(1357), - [anon_sym_out_GT] = ACTIONS(1357), - [anon_sym_e_GT] = ACTIONS(1357), - [anon_sym_o_GT] = ACTIONS(1357), - [anon_sym_err_PLUSout_GT] = ACTIONS(1357), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1357), - [anon_sym_o_PLUSe_GT] = ACTIONS(1357), - [anon_sym_e_PLUSo_GT] = ACTIONS(1357), - [sym_short_flag] = ACTIONS(1359), - [aux_sym_unquoted_token1] = ACTIONS(1361), + [ts_builtin_sym_end] = ACTIONS(1314), + [anon_sym_export] = ACTIONS(1312), + [anon_sym_alias] = ACTIONS(1312), + [anon_sym_let] = ACTIONS(1312), + [anon_sym_let_DASHenv] = ACTIONS(1312), + [anon_sym_mut] = ACTIONS(1312), + [anon_sym_const] = ACTIONS(1312), + [sym_cmd_identifier] = ACTIONS(1312), + [anon_sym_SEMI] = ACTIONS(1312), + [anon_sym_LF] = ACTIONS(1314), + [anon_sym_def] = ACTIONS(1312), + [anon_sym_def_DASHenv] = ACTIONS(1312), + [anon_sym_export_DASHenv] = ACTIONS(1312), + [anon_sym_extern] = ACTIONS(1312), + [anon_sym_module] = ACTIONS(1312), + [anon_sym_use] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(1312), + [anon_sym_LPAREN] = ACTIONS(1312), + [anon_sym_DOLLAR] = ACTIONS(1312), + [anon_sym_error] = ACTIONS(1312), + [anon_sym_DASH_DASH] = ACTIONS(1312), + [anon_sym_DASH] = ACTIONS(1312), + [anon_sym_break] = ACTIONS(1312), + [anon_sym_continue] = ACTIONS(1312), + [anon_sym_for] = ACTIONS(1312), + [anon_sym_loop] = ACTIONS(1312), + [anon_sym_while] = ACTIONS(1312), + [anon_sym_do] = ACTIONS(1312), + [anon_sym_if] = ACTIONS(1312), + [anon_sym_match] = ACTIONS(1312), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_try] = ACTIONS(1312), + [anon_sym_return] = ACTIONS(1312), + [anon_sym_source] = ACTIONS(1312), + [anon_sym_source_DASHenv] = ACTIONS(1312), + [anon_sym_register] = ACTIONS(1312), + [anon_sym_hide] = ACTIONS(1312), + [anon_sym_hide_DASHenv] = ACTIONS(1312), + [anon_sym_overlay] = ACTIONS(1312), + [anon_sym_as] = ACTIONS(1312), + [anon_sym_where] = ACTIONS(1312), + [anon_sym_not] = ACTIONS(1312), + [anon_sym_DOT_DOT_LT] = ACTIONS(1312), + [anon_sym_DOT_DOT] = ACTIONS(1312), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1312), + [sym_val_nothing] = ACTIONS(1312), + [anon_sym_true] = ACTIONS(1312), + [anon_sym_false] = ACTIONS(1312), + [aux_sym_val_number_token1] = ACTIONS(1312), + [aux_sym_val_number_token2] = ACTIONS(1312), + [aux_sym_val_number_token3] = ACTIONS(1312), + [aux_sym_val_number_token4] = ACTIONS(1312), + [anon_sym_inf] = ACTIONS(1312), + [anon_sym_DASHinf] = ACTIONS(1312), + [anon_sym_NaN] = ACTIONS(1312), + [anon_sym_0b] = ACTIONS(1312), + [anon_sym_0o] = ACTIONS(1312), + [anon_sym_0x] = ACTIONS(1312), + [sym_val_date] = ACTIONS(1312), + [anon_sym_DQUOTE] = ACTIONS(1312), + [sym__str_single_quotes] = ACTIONS(1312), + [sym__str_back_ticks] = ACTIONS(1312), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1312), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1312), + [anon_sym_CARET] = ACTIONS(1312), + [sym_short_flag] = ACTIONS(1312), + [aux_sym_long_flag_token1] = ACTIONS(1427), [anon_sym_POUND] = ACTIONS(3), }, [698] = { - [sym__expression] = STATE(519), - [sym_expr_unary] = STATE(518), - [sym_expr_binary] = STATE(518), - [sym_expr_parenthesized] = STATE(517), - [sym_val_range] = STATE(518), - [sym__value] = STATE(518), - [sym_val_bool] = STATE(516), - [sym_val_variable] = STATE(516), - [sym__var] = STATE(454), - [sym_val_number] = STATE(10), - [sym_val_duration] = STATE(516), - [sym_val_filesize] = STATE(516), - [sym_val_binary] = STATE(516), - [sym_val_string] = STATE(516), - [sym__str_double_quotes] = STATE(539), - [sym_val_interpolated] = STATE(516), - [sym__inter_single_quotes] = STATE(524), - [sym__inter_double_quotes] = STATE(502), - [sym_val_list] = STATE(516), - [sym_val_record] = STATE(516), - [sym_val_table] = STATE(516), - [sym_val_closure] = STATE(516), - [sym_unquoted] = STATE(1688), [sym_comment] = STATE(698), - [anon_sym_SEMI] = ACTIONS(1393), - [anon_sym_LF] = ACTIONS(1395), - [anon_sym_LBRACK] = ACTIONS(1397), - [anon_sym_LPAREN] = ACTIONS(1033), - [anon_sym_RPAREN] = ACTIONS(1393), - [anon_sym_PIPE] = ACTIONS(1393), - [anon_sym_DOLLAR] = ACTIONS(1399), - [anon_sym_DASH_DASH] = ACTIONS(1393), - [anon_sym_DASH] = ACTIONS(1401), - [anon_sym_LBRACE] = ACTIONS(1403), - [anon_sym_RBRACE] = ACTIONS(1393), - [anon_sym_not] = ACTIONS(1405), - [anon_sym_DOT_DOT_LT] = ACTIONS(1407), - [anon_sym_DOT_DOT] = ACTIONS(1407), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1407), - [sym_val_nothing] = ACTIONS(1409), - [anon_sym_true] = ACTIONS(1411), - [anon_sym_false] = ACTIONS(1411), - [aux_sym_val_number_token1] = ACTIONS(1413), - [aux_sym_val_number_token2] = ACTIONS(1413), - [aux_sym_val_number_token3] = ACTIONS(1413), - [aux_sym_val_number_token4] = ACTIONS(1413), - [anon_sym_inf] = ACTIONS(1413), - [anon_sym_DASHinf] = ACTIONS(1413), - [anon_sym_NaN] = ACTIONS(1413), - [anon_sym_0b] = ACTIONS(1415), - [anon_sym_0o] = ACTIONS(1415), - [anon_sym_0x] = ACTIONS(1415), - [sym_val_date] = ACTIONS(1409), - [anon_sym_DQUOTE] = ACTIONS(1417), - [sym__str_single_quotes] = ACTIONS(1419), - [sym__str_back_ticks] = ACTIONS(1419), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1421), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1423), - [anon_sym_err_GT] = ACTIONS(1393), - [anon_sym_out_GT] = ACTIONS(1393), - [anon_sym_e_GT] = ACTIONS(1393), - [anon_sym_o_GT] = ACTIONS(1393), - [anon_sym_err_PLUSout_GT] = ACTIONS(1393), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1393), - [anon_sym_o_PLUSe_GT] = ACTIONS(1393), - [anon_sym_e_PLUSo_GT] = ACTIONS(1393), - [sym_short_flag] = ACTIONS(1393), - [aux_sym_unquoted_token1] = ACTIONS(1361), + [anon_sym_export] = ACTIONS(838), + [anon_sym_alias] = ACTIONS(838), + [anon_sym_let] = ACTIONS(838), + [anon_sym_let_DASHenv] = ACTIONS(838), + [anon_sym_mut] = ACTIONS(838), + [anon_sym_const] = ACTIONS(838), + [sym_cmd_identifier] = ACTIONS(838), + [anon_sym_SEMI] = ACTIONS(838), + [anon_sym_LF] = ACTIONS(840), + [anon_sym_def] = ACTIONS(838), + [anon_sym_def_DASHenv] = ACTIONS(838), + [anon_sym_export_DASHenv] = ACTIONS(838), + [anon_sym_extern] = ACTIONS(838), + [anon_sym_module] = ACTIONS(838), + [anon_sym_use] = ACTIONS(838), + [anon_sym_LBRACK] = ACTIONS(838), + [anon_sym_LPAREN] = ACTIONS(838), + [anon_sym_RPAREN] = ACTIONS(838), + [anon_sym_PIPE] = ACTIONS(838), + [anon_sym_DOLLAR] = ACTIONS(838), + [anon_sym_error] = ACTIONS(838), + [anon_sym_DASH_DASH] = ACTIONS(838), + [anon_sym_DASH] = ACTIONS(838), + [anon_sym_break] = ACTIONS(838), + [anon_sym_continue] = ACTIONS(838), + [anon_sym_for] = ACTIONS(838), + [anon_sym_loop] = ACTIONS(838), + [anon_sym_while] = ACTIONS(838), + [anon_sym_do] = ACTIONS(838), + [anon_sym_if] = ACTIONS(838), + [anon_sym_match] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(838), + [anon_sym_RBRACE] = ACTIONS(838), + [anon_sym_try] = ACTIONS(838), + [anon_sym_return] = ACTIONS(838), + [anon_sym_source] = ACTIONS(838), + [anon_sym_source_DASHenv] = ACTIONS(838), + [anon_sym_register] = ACTIONS(838), + [anon_sym_hide] = ACTIONS(838), + [anon_sym_hide_DASHenv] = ACTIONS(838), + [anon_sym_overlay] = ACTIONS(838), + [anon_sym_where] = ACTIONS(838), + [anon_sym_not] = ACTIONS(838), + [anon_sym_DOT_DOT_LT] = ACTIONS(838), + [anon_sym_DOT_DOT] = ACTIONS(838), + [anon_sym_DOT_DOT_EQ] = ACTIONS(838), + [sym_val_nothing] = ACTIONS(838), + [anon_sym_true] = ACTIONS(838), + [anon_sym_false] = ACTIONS(838), + [aux_sym_val_number_token1] = ACTIONS(838), + [aux_sym_val_number_token2] = ACTIONS(838), + [aux_sym_val_number_token3] = ACTIONS(838), + [aux_sym_val_number_token4] = ACTIONS(838), + [anon_sym_inf] = ACTIONS(838), + [anon_sym_DASHinf] = ACTIONS(838), + [anon_sym_NaN] = ACTIONS(838), + [anon_sym_0b] = ACTIONS(838), + [anon_sym_0o] = ACTIONS(838), + [anon_sym_0x] = ACTIONS(838), + [sym_val_date] = ACTIONS(838), + [anon_sym_DQUOTE] = ACTIONS(838), + [sym__str_single_quotes] = ACTIONS(838), + [sym__str_back_ticks] = ACTIONS(838), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(838), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(838), + [anon_sym_CARET] = ACTIONS(838), + [sym_short_flag] = ACTIONS(838), [anon_sym_POUND] = ACTIONS(3), }, [699] = { - [sym_expr_parenthesized] = STATE(1713), - [sym_val_range] = STATE(1712), - [sym__value] = STATE(1712), - [sym_val_bool] = STATE(1723), - [sym_val_variable] = STATE(1723), - [sym__var] = STATE(1648), - [sym_val_number] = STATE(107), - [sym_val_duration] = STATE(1723), - [sym_val_filesize] = STATE(1723), - [sym_val_binary] = STATE(1723), - [sym_val_string] = STATE(1723), - [sym__str_double_quotes] = STATE(1720), - [sym_val_interpolated] = STATE(1723), - [sym__inter_single_quotes] = STATE(1691), - [sym__inter_double_quotes] = STATE(1692), - [sym_val_list] = STATE(1723), - [sym_val_record] = STATE(1723), - [sym_val_table] = STATE(1723), - [sym_val_closure] = STATE(1723), - [sym__cmd_arg] = STATE(1711), - [sym_redirection] = STATE(1708), - [sym__flag] = STATE(1707), - [sym_long_flag] = STATE(1696), - [sym_unquoted] = STATE(1706), [sym_comment] = STATE(699), - [aux_sym_command_repeat1] = STATE(699), - [anon_sym_SEMI] = ACTIONS(1425), - [anon_sym_LF] = ACTIONS(1427), - [anon_sym_LBRACK] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1433), - [anon_sym_RPAREN] = ACTIONS(1425), - [anon_sym_PIPE] = ACTIONS(1425), - [anon_sym_DOLLAR] = ACTIONS(1436), - [anon_sym_DASH_DASH] = ACTIONS(1439), - [anon_sym_LBRACE] = ACTIONS(1442), - [anon_sym_RBRACE] = ACTIONS(1425), - [anon_sym_DOT_DOT_LT] = ACTIONS(1445), - [anon_sym_DOT_DOT] = ACTIONS(1445), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1445), - [sym_val_nothing] = ACTIONS(1448), - [anon_sym_true] = ACTIONS(1451), - [anon_sym_false] = ACTIONS(1451), - [aux_sym_val_number_token1] = ACTIONS(1454), - [aux_sym_val_number_token2] = ACTIONS(1454), - [aux_sym_val_number_token3] = ACTIONS(1454), - [aux_sym_val_number_token4] = ACTIONS(1454), - [anon_sym_inf] = ACTIONS(1454), - [anon_sym_DASHinf] = ACTIONS(1454), - [anon_sym_NaN] = ACTIONS(1454), - [anon_sym_0b] = ACTIONS(1457), - [anon_sym_0o] = ACTIONS(1457), - [anon_sym_0x] = ACTIONS(1457), - [sym_val_date] = ACTIONS(1448), - [anon_sym_DQUOTE] = ACTIONS(1460), - [sym__str_single_quotes] = ACTIONS(1463), - [sym__str_back_ticks] = ACTIONS(1463), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1466), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1469), - [anon_sym_err_GT] = ACTIONS(1472), - [anon_sym_out_GT] = ACTIONS(1472), - [anon_sym_e_GT] = ACTIONS(1472), - [anon_sym_o_GT] = ACTIONS(1472), - [anon_sym_err_PLUSout_GT] = ACTIONS(1472), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1472), - [anon_sym_o_PLUSe_GT] = ACTIONS(1472), - [anon_sym_e_PLUSo_GT] = ACTIONS(1472), - [sym_short_flag] = ACTIONS(1475), - [aux_sym_unquoted_token1] = ACTIONS(1478), + [anon_sym_export] = ACTIONS(1429), + [anon_sym_alias] = ACTIONS(1429), + [anon_sym_let] = ACTIONS(1429), + [anon_sym_let_DASHenv] = ACTIONS(1429), + [anon_sym_mut] = ACTIONS(1429), + [anon_sym_const] = ACTIONS(1429), + [sym_cmd_identifier] = ACTIONS(1429), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_LF] = ACTIONS(1431), + [anon_sym_def] = ACTIONS(1429), + [anon_sym_def_DASHenv] = ACTIONS(1429), + [anon_sym_export_DASHenv] = ACTIONS(1429), + [anon_sym_extern] = ACTIONS(1429), + [anon_sym_module] = ACTIONS(1429), + [anon_sym_use] = ACTIONS(1429), + [anon_sym_LBRACK] = ACTIONS(1429), + [anon_sym_LPAREN] = ACTIONS(1429), + [anon_sym_RPAREN] = ACTIONS(1429), + [anon_sym_DOLLAR] = ACTIONS(1429), + [anon_sym_error] = ACTIONS(1429), + [anon_sym_DASH_DASH] = ACTIONS(1429), + [anon_sym_DASH] = ACTIONS(1429), + [anon_sym_break] = ACTIONS(1429), + [anon_sym_continue] = ACTIONS(1429), + [anon_sym_for] = ACTIONS(1429), + [anon_sym_loop] = ACTIONS(1429), + [anon_sym_while] = ACTIONS(1429), + [anon_sym_do] = ACTIONS(1429), + [anon_sym_if] = ACTIONS(1429), + [anon_sym_match] = ACTIONS(1429), + [anon_sym_LBRACE] = ACTIONS(1429), + [anon_sym_RBRACE] = ACTIONS(1429), + [anon_sym_try] = ACTIONS(1429), + [anon_sym_return] = ACTIONS(1429), + [anon_sym_source] = ACTIONS(1429), + [anon_sym_source_DASHenv] = ACTIONS(1429), + [anon_sym_register] = ACTIONS(1429), + [anon_sym_hide] = ACTIONS(1429), + [anon_sym_hide_DASHenv] = ACTIONS(1429), + [anon_sym_overlay] = ACTIONS(1429), + [anon_sym_as] = ACTIONS(1429), + [anon_sym_where] = ACTIONS(1429), + [anon_sym_not] = ACTIONS(1429), + [anon_sym_DOT_DOT_LT] = ACTIONS(1429), + [anon_sym_DOT_DOT] = ACTIONS(1429), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1429), + [sym_val_nothing] = ACTIONS(1429), + [anon_sym_true] = ACTIONS(1429), + [anon_sym_false] = ACTIONS(1429), + [aux_sym_val_number_token1] = ACTIONS(1429), + [aux_sym_val_number_token2] = ACTIONS(1429), + [aux_sym_val_number_token3] = ACTIONS(1429), + [aux_sym_val_number_token4] = ACTIONS(1429), + [anon_sym_inf] = ACTIONS(1429), + [anon_sym_DASHinf] = ACTIONS(1429), + [anon_sym_NaN] = ACTIONS(1429), + [anon_sym_0b] = ACTIONS(1429), + [anon_sym_0o] = ACTIONS(1429), + [anon_sym_0x] = ACTIONS(1429), + [sym_val_date] = ACTIONS(1429), + [anon_sym_DQUOTE] = ACTIONS(1429), + [sym__str_single_quotes] = ACTIONS(1429), + [sym__str_back_ticks] = ACTIONS(1429), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1429), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1429), + [anon_sym_CARET] = ACTIONS(1429), + [sym_short_flag] = ACTIONS(1429), [anon_sym_POUND] = ACTIONS(3), }, [700] = { + [sym_cell_path] = STATE(856), + [sym_path] = STATE(686), [sym_comment] = STATE(700), - [anon_sym_export] = ACTIONS(1481), - [anon_sym_alias] = ACTIONS(1481), - [anon_sym_let] = ACTIONS(1481), - [anon_sym_let_DASHenv] = ACTIONS(1481), - [anon_sym_mut] = ACTIONS(1481), - [anon_sym_const] = ACTIONS(1481), - [sym_cmd_identifier] = ACTIONS(1481), - [anon_sym_SEMI] = ACTIONS(1481), - [anon_sym_LF] = ACTIONS(1483), - [anon_sym_def] = ACTIONS(1481), - [anon_sym_def_DASHenv] = ACTIONS(1481), - [anon_sym_export_DASHenv] = ACTIONS(1481), - [anon_sym_extern] = ACTIONS(1481), - [anon_sym_module] = ACTIONS(1481), - [anon_sym_use] = ACTIONS(1481), - [anon_sym_LBRACK] = ACTIONS(1481), - [anon_sym_LPAREN] = ACTIONS(1481), - [anon_sym_RPAREN] = ACTIONS(1481), - [anon_sym_PIPE] = ACTIONS(1481), - [anon_sym_DOLLAR] = ACTIONS(1481), - [anon_sym_error] = ACTIONS(1481), - [anon_sym_DASH_DASH] = ACTIONS(1481), - [anon_sym_DASH] = ACTIONS(1481), - [anon_sym_break] = ACTIONS(1481), - [anon_sym_continue] = ACTIONS(1481), - [anon_sym_for] = ACTIONS(1481), - [anon_sym_loop] = ACTIONS(1481), - [anon_sym_while] = ACTIONS(1481), - [anon_sym_do] = ACTIONS(1481), - [anon_sym_if] = ACTIONS(1481), - [anon_sym_match] = ACTIONS(1481), - [anon_sym_LBRACE] = ACTIONS(1481), - [anon_sym_RBRACE] = ACTIONS(1481), - [anon_sym_try] = ACTIONS(1481), - [anon_sym_return] = ACTIONS(1481), - [anon_sym_source] = ACTIONS(1481), - [anon_sym_source_DASHenv] = ACTIONS(1481), - [anon_sym_register] = ACTIONS(1481), - [anon_sym_hide] = ACTIONS(1481), - [anon_sym_hide_DASHenv] = ACTIONS(1481), - [anon_sym_overlay] = ACTIONS(1481), - [anon_sym_where] = ACTIONS(1481), - [anon_sym_not] = ACTIONS(1481), - [anon_sym_DOT_DOT_LT] = ACTIONS(1481), - [anon_sym_DOT_DOT] = ACTIONS(1481), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1481), - [sym_val_nothing] = ACTIONS(1481), - [anon_sym_true] = ACTIONS(1481), - [anon_sym_false] = ACTIONS(1481), - [aux_sym_val_number_token1] = ACTIONS(1481), - [aux_sym_val_number_token2] = ACTIONS(1481), - [aux_sym_val_number_token3] = ACTIONS(1481), - [aux_sym_val_number_token4] = ACTIONS(1481), - [anon_sym_inf] = ACTIONS(1481), - [anon_sym_DASHinf] = ACTIONS(1481), - [anon_sym_NaN] = ACTIONS(1481), - [anon_sym_0b] = ACTIONS(1481), - [anon_sym_0o] = ACTIONS(1481), - [anon_sym_0x] = ACTIONS(1481), - [sym_val_date] = ACTIONS(1481), - [anon_sym_DQUOTE] = ACTIONS(1481), - [sym__str_single_quotes] = ACTIONS(1481), - [sym__str_back_ticks] = ACTIONS(1481), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1481), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1481), - [anon_sym_CARET] = ACTIONS(1481), - [sym_short_flag] = ACTIONS(1481), + [anon_sym_export] = ACTIONS(597), + [anon_sym_alias] = ACTIONS(597), + [anon_sym_let] = ACTIONS(597), + [anon_sym_let_DASHenv] = ACTIONS(597), + [anon_sym_mut] = ACTIONS(597), + [anon_sym_const] = ACTIONS(597), + [sym_cmd_identifier] = ACTIONS(597), + [anon_sym_SEMI] = ACTIONS(597), + [anon_sym_LF] = ACTIONS(599), + [anon_sym_def] = ACTIONS(597), + [anon_sym_def_DASHenv] = ACTIONS(597), + [anon_sym_export_DASHenv] = ACTIONS(597), + [anon_sym_extern] = ACTIONS(597), + [anon_sym_module] = ACTIONS(597), + [anon_sym_use] = ACTIONS(597), + [anon_sym_LBRACK] = ACTIONS(597), + [anon_sym_LPAREN] = ACTIONS(597), + [anon_sym_RPAREN] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(597), + [anon_sym_error] = ACTIONS(597), + [anon_sym_DASH] = ACTIONS(597), + [anon_sym_break] = ACTIONS(597), + [anon_sym_continue] = ACTIONS(597), + [anon_sym_for] = ACTIONS(597), + [anon_sym_loop] = ACTIONS(597), + [anon_sym_while] = ACTIONS(597), + [anon_sym_do] = ACTIONS(597), + [anon_sym_if] = ACTIONS(597), + [anon_sym_match] = ACTIONS(597), + [anon_sym_LBRACE] = ACTIONS(597), + [anon_sym_RBRACE] = ACTIONS(597), + [anon_sym_DOT] = ACTIONS(1320), + [anon_sym_try] = ACTIONS(597), + [anon_sym_return] = ACTIONS(597), + [anon_sym_source] = ACTIONS(597), + [anon_sym_source_DASHenv] = ACTIONS(597), + [anon_sym_register] = ACTIONS(597), + [anon_sym_hide] = ACTIONS(597), + [anon_sym_hide_DASHenv] = ACTIONS(597), + [anon_sym_overlay] = ACTIONS(597), + [anon_sym_where] = ACTIONS(597), + [anon_sym_not] = ACTIONS(597), + [anon_sym_DOT_DOT_LT] = ACTIONS(597), + [anon_sym_DOT_DOT] = ACTIONS(597), + [anon_sym_DOT_DOT_EQ] = ACTIONS(597), + [sym_val_nothing] = ACTIONS(597), + [anon_sym_true] = ACTIONS(597), + [anon_sym_false] = ACTIONS(597), + [aux_sym_val_number_token1] = ACTIONS(597), + [aux_sym_val_number_token2] = ACTIONS(597), + [aux_sym_val_number_token3] = ACTIONS(597), + [aux_sym_val_number_token4] = ACTIONS(597), + [anon_sym_inf] = ACTIONS(597), + [anon_sym_DASHinf] = ACTIONS(597), + [anon_sym_NaN] = ACTIONS(597), + [anon_sym_0b] = ACTIONS(597), + [anon_sym_0o] = ACTIONS(597), + [anon_sym_0x] = ACTIONS(597), + [sym_val_date] = ACTIONS(597), + [anon_sym_DQUOTE] = ACTIONS(597), + [sym__str_single_quotes] = ACTIONS(597), + [sym__str_back_ticks] = ACTIONS(597), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(597), + [anon_sym_CARET] = ACTIONS(597), [anon_sym_POUND] = ACTIONS(3), }, [701] = { - [sym_expr_parenthesized] = STATE(1713), - [sym_val_range] = STATE(1712), - [sym__value] = STATE(1712), - [sym_val_bool] = STATE(1723), - [sym_val_variable] = STATE(1723), - [sym__var] = STATE(1648), - [sym_val_number] = STATE(107), - [sym_val_duration] = STATE(1723), - [sym_val_filesize] = STATE(1723), - [sym_val_binary] = STATE(1723), - [sym_val_string] = STATE(1723), - [sym__str_double_quotes] = STATE(1720), - [sym_val_interpolated] = STATE(1723), - [sym__inter_single_quotes] = STATE(1691), - [sym__inter_double_quotes] = STATE(1692), - [sym_val_list] = STATE(1723), - [sym_val_record] = STATE(1723), - [sym_val_table] = STATE(1723), - [sym_val_closure] = STATE(1723), - [sym__cmd_arg] = STATE(1711), - [sym_redirection] = STATE(1708), - [sym__flag] = STATE(1707), - [sym_long_flag] = STATE(1696), - [sym_unquoted] = STATE(1706), + [sym_cell_path] = STATE(871), + [sym_path] = STATE(686), [sym_comment] = STATE(701), - [aux_sym_command_repeat1] = STATE(697), - [anon_sym_SEMI] = ACTIONS(1485), - [anon_sym_LF] = ACTIONS(1487), - [anon_sym_LBRACK] = ACTIONS(1329), - [anon_sym_LPAREN] = ACTIONS(1331), - [anon_sym_RPAREN] = ACTIONS(1485), - [anon_sym_PIPE] = ACTIONS(1485), - [anon_sym_DOLLAR] = ACTIONS(1333), - [anon_sym_DASH_DASH] = ACTIONS(1335), - [anon_sym_LBRACE] = ACTIONS(1337), - [anon_sym_RBRACE] = ACTIONS(1485), - [anon_sym_DOT_DOT_LT] = ACTIONS(1339), - [anon_sym_DOT_DOT] = ACTIONS(1339), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1339), - [sym_val_nothing] = ACTIONS(1341), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [aux_sym_val_number_token1] = ACTIONS(1345), - [aux_sym_val_number_token2] = ACTIONS(1345), - [aux_sym_val_number_token3] = ACTIONS(1345), - [aux_sym_val_number_token4] = ACTIONS(1345), - [anon_sym_inf] = ACTIONS(1345), - [anon_sym_DASHinf] = ACTIONS(1345), - [anon_sym_NaN] = ACTIONS(1345), - [anon_sym_0b] = ACTIONS(1347), - [anon_sym_0o] = ACTIONS(1347), - [anon_sym_0x] = ACTIONS(1347), - [sym_val_date] = ACTIONS(1341), - [anon_sym_DQUOTE] = ACTIONS(1349), - [sym__str_single_quotes] = ACTIONS(1351), - [sym__str_back_ticks] = ACTIONS(1351), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1353), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1355), - [anon_sym_err_GT] = ACTIONS(1357), - [anon_sym_out_GT] = ACTIONS(1357), - [anon_sym_e_GT] = ACTIONS(1357), - [anon_sym_o_GT] = ACTIONS(1357), - [anon_sym_err_PLUSout_GT] = ACTIONS(1357), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1357), - [anon_sym_o_PLUSe_GT] = ACTIONS(1357), - [anon_sym_e_PLUSo_GT] = ACTIONS(1357), - [sym_short_flag] = ACTIONS(1359), - [aux_sym_unquoted_token1] = ACTIONS(1361), + [anon_sym_export] = ACTIONS(585), + [anon_sym_alias] = ACTIONS(585), + [anon_sym_let] = ACTIONS(585), + [anon_sym_let_DASHenv] = ACTIONS(585), + [anon_sym_mut] = ACTIONS(585), + [anon_sym_const] = ACTIONS(585), + [sym_cmd_identifier] = ACTIONS(585), + [anon_sym_SEMI] = ACTIONS(585), + [anon_sym_LF] = ACTIONS(587), + [anon_sym_def] = ACTIONS(585), + [anon_sym_def_DASHenv] = ACTIONS(585), + [anon_sym_export_DASHenv] = ACTIONS(585), + [anon_sym_extern] = ACTIONS(585), + [anon_sym_module] = ACTIONS(585), + [anon_sym_use] = ACTIONS(585), + [anon_sym_LBRACK] = ACTIONS(585), + [anon_sym_LPAREN] = ACTIONS(585), + [anon_sym_RPAREN] = ACTIONS(585), + [anon_sym_DOLLAR] = ACTIONS(585), + [anon_sym_error] = ACTIONS(585), + [anon_sym_DASH] = ACTIONS(585), + [anon_sym_break] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(585), + [anon_sym_for] = ACTIONS(585), + [anon_sym_loop] = ACTIONS(585), + [anon_sym_while] = ACTIONS(585), + [anon_sym_do] = ACTIONS(585), + [anon_sym_if] = ACTIONS(585), + [anon_sym_match] = ACTIONS(585), + [anon_sym_LBRACE] = ACTIONS(585), + [anon_sym_RBRACE] = ACTIONS(585), + [anon_sym_DOT] = ACTIONS(1320), + [anon_sym_try] = ACTIONS(585), + [anon_sym_return] = ACTIONS(585), + [anon_sym_source] = ACTIONS(585), + [anon_sym_source_DASHenv] = ACTIONS(585), + [anon_sym_register] = ACTIONS(585), + [anon_sym_hide] = ACTIONS(585), + [anon_sym_hide_DASHenv] = ACTIONS(585), + [anon_sym_overlay] = ACTIONS(585), + [anon_sym_where] = ACTIONS(585), + [anon_sym_not] = ACTIONS(585), + [anon_sym_DOT_DOT_LT] = ACTIONS(585), + [anon_sym_DOT_DOT] = ACTIONS(585), + [anon_sym_DOT_DOT_EQ] = ACTIONS(585), + [sym_val_nothing] = ACTIONS(585), + [anon_sym_true] = ACTIONS(585), + [anon_sym_false] = ACTIONS(585), + [aux_sym_val_number_token1] = ACTIONS(585), + [aux_sym_val_number_token2] = ACTIONS(585), + [aux_sym_val_number_token3] = ACTIONS(585), + [aux_sym_val_number_token4] = ACTIONS(585), + [anon_sym_inf] = ACTIONS(585), + [anon_sym_DASHinf] = ACTIONS(585), + [anon_sym_NaN] = ACTIONS(585), + [anon_sym_0b] = ACTIONS(585), + [anon_sym_0o] = ACTIONS(585), + [anon_sym_0x] = ACTIONS(585), + [sym_val_date] = ACTIONS(585), + [anon_sym_DQUOTE] = ACTIONS(585), + [sym__str_single_quotes] = ACTIONS(585), + [sym__str_back_ticks] = ACTIONS(585), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(585), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(585), + [anon_sym_CARET] = ACTIONS(585), [anon_sym_POUND] = ACTIONS(3), }, [702] = { + [sym_expr_parenthesized] = STATE(1693), + [sym_val_range] = STATE(1692), + [sym__value] = STATE(1692), + [sym_val_bool] = STATE(1705), + [sym_val_variable] = STATE(1705), + [sym__var] = STATE(1646), + [sym_val_number] = STATE(107), + [sym_val_duration] = STATE(1705), + [sym_val_filesize] = STATE(1705), + [sym_val_binary] = STATE(1705), + [sym_val_string] = STATE(1705), + [sym__str_double_quotes] = STATE(1687), + [sym_val_interpolated] = STATE(1705), + [sym__inter_single_quotes] = STATE(1697), + [sym__inter_double_quotes] = STATE(1698), + [sym_val_list] = STATE(1705), + [sym_val_record] = STATE(1705), + [sym_val_table] = STATE(1705), + [sym_val_closure] = STATE(1705), + [sym__cmd_arg] = STATE(1691), + [sym_redirection] = STATE(1690), + [sym__flag] = STATE(1689), + [sym_long_flag] = STATE(1716), + [sym_unquoted] = STATE(1688), [sym_comment] = STATE(702), - [anon_sym_export] = ACTIONS(686), - [anon_sym_alias] = ACTIONS(686), - [anon_sym_let] = ACTIONS(686), - [anon_sym_let_DASHenv] = ACTIONS(686), - [anon_sym_mut] = ACTIONS(686), - [anon_sym_const] = ACTIONS(686), - [sym_cmd_identifier] = ACTIONS(686), - [anon_sym_SEMI] = ACTIONS(686), - [anon_sym_LF] = ACTIONS(688), - [anon_sym_def] = ACTIONS(686), - [anon_sym_def_DASHenv] = ACTIONS(686), - [anon_sym_export_DASHenv] = ACTIONS(686), - [anon_sym_extern] = ACTIONS(686), - [anon_sym_module] = ACTIONS(686), - [anon_sym_use] = ACTIONS(686), - [anon_sym_LBRACK] = ACTIONS(686), - [anon_sym_LPAREN] = ACTIONS(686), - [anon_sym_RPAREN] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(686), - [anon_sym_error] = ACTIONS(686), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_break] = ACTIONS(686), - [anon_sym_continue] = ACTIONS(686), - [anon_sym_for] = ACTIONS(686), - [anon_sym_loop] = ACTIONS(686), - [anon_sym_while] = ACTIONS(686), - [anon_sym_do] = ACTIONS(686), - [anon_sym_if] = ACTIONS(686), - [anon_sym_match] = ACTIONS(686), - [anon_sym_LBRACE] = ACTIONS(686), - [anon_sym_RBRACE] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_try] = ACTIONS(686), - [anon_sym_return] = ACTIONS(686), - [anon_sym_source] = ACTIONS(686), - [anon_sym_source_DASHenv] = ACTIONS(686), - [anon_sym_register] = ACTIONS(686), - [anon_sym_hide] = ACTIONS(686), - [anon_sym_hide_DASHenv] = ACTIONS(686), - [anon_sym_overlay] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_where] = ACTIONS(686), - [anon_sym_QMARK2] = ACTIONS(686), - [anon_sym_not] = ACTIONS(686), - [anon_sym_DOT_DOT_LT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_EQ] = ACTIONS(686), - [sym_val_nothing] = ACTIONS(686), - [anon_sym_true] = ACTIONS(686), - [anon_sym_false] = ACTIONS(686), - [aux_sym_val_number_token1] = ACTIONS(686), - [aux_sym_val_number_token2] = ACTIONS(686), - [aux_sym_val_number_token3] = ACTIONS(686), - [aux_sym_val_number_token4] = ACTIONS(686), - [anon_sym_inf] = ACTIONS(686), - [anon_sym_DASHinf] = ACTIONS(686), - [anon_sym_NaN] = ACTIONS(686), - [anon_sym_0b] = ACTIONS(686), - [anon_sym_0o] = ACTIONS(686), - [anon_sym_0x] = ACTIONS(686), - [sym_val_date] = ACTIONS(686), - [anon_sym_DQUOTE] = ACTIONS(686), - [sym__str_single_quotes] = ACTIONS(686), - [sym__str_back_ticks] = ACTIONS(686), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(686), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), + [aux_sym_command_repeat1] = STATE(702), + [anon_sym_SEMI] = ACTIONS(1433), + [anon_sym_LF] = ACTIONS(1435), + [anon_sym_LBRACK] = ACTIONS(1438), + [anon_sym_LPAREN] = ACTIONS(1441), + [anon_sym_RPAREN] = ACTIONS(1433), + [anon_sym_PIPE] = ACTIONS(1433), + [anon_sym_DOLLAR] = ACTIONS(1444), + [anon_sym_DASH_DASH] = ACTIONS(1447), + [anon_sym_LBRACE] = ACTIONS(1450), + [anon_sym_RBRACE] = ACTIONS(1433), + [anon_sym_DOT_DOT_LT] = ACTIONS(1453), + [anon_sym_DOT_DOT] = ACTIONS(1453), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1453), + [sym_val_nothing] = ACTIONS(1456), + [anon_sym_true] = ACTIONS(1459), + [anon_sym_false] = ACTIONS(1459), + [aux_sym_val_number_token1] = ACTIONS(1462), + [aux_sym_val_number_token2] = ACTIONS(1462), + [aux_sym_val_number_token3] = ACTIONS(1462), + [aux_sym_val_number_token4] = ACTIONS(1462), + [anon_sym_inf] = ACTIONS(1462), + [anon_sym_DASHinf] = ACTIONS(1462), + [anon_sym_NaN] = ACTIONS(1462), + [anon_sym_0b] = ACTIONS(1465), + [anon_sym_0o] = ACTIONS(1465), + [anon_sym_0x] = ACTIONS(1465), + [sym_val_date] = ACTIONS(1456), + [anon_sym_DQUOTE] = ACTIONS(1468), + [sym__str_single_quotes] = ACTIONS(1471), + [sym__str_back_ticks] = ACTIONS(1471), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1474), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1477), + [anon_sym_err_GT] = ACTIONS(1480), + [anon_sym_out_GT] = ACTIONS(1480), + [anon_sym_e_GT] = ACTIONS(1480), + [anon_sym_o_GT] = ACTIONS(1480), + [anon_sym_err_PLUSout_GT] = ACTIONS(1480), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1480), + [anon_sym_o_PLUSe_GT] = ACTIONS(1480), + [anon_sym_e_PLUSo_GT] = ACTIONS(1480), + [sym_short_flag] = ACTIONS(1483), + [aux_sym_unquoted_token1] = ACTIONS(1486), [anon_sym_POUND] = ACTIONS(3), }, [703] = { [sym_comment] = STATE(703), - [anon_sym_export] = ACTIONS(1371), - [anon_sym_alias] = ACTIONS(1371), - [anon_sym_let] = ACTIONS(1371), - [anon_sym_let_DASHenv] = ACTIONS(1371), - [anon_sym_mut] = ACTIONS(1371), - [anon_sym_const] = ACTIONS(1371), - [sym_cmd_identifier] = ACTIONS(1371), - [anon_sym_SEMI] = ACTIONS(1371), - [anon_sym_LF] = ACTIONS(1373), - [anon_sym_def] = ACTIONS(1371), - [anon_sym_def_DASHenv] = ACTIONS(1371), - [anon_sym_export_DASHenv] = ACTIONS(1371), - [anon_sym_extern] = ACTIONS(1371), - [anon_sym_module] = ACTIONS(1371), - [anon_sym_use] = ACTIONS(1371), - [anon_sym_LBRACK] = ACTIONS(1371), - [anon_sym_LPAREN] = ACTIONS(1371), - [anon_sym_RPAREN] = ACTIONS(1371), - [anon_sym_DOLLAR] = ACTIONS(1371), - [anon_sym_error] = ACTIONS(1371), - [anon_sym_DASH_DASH] = ACTIONS(1371), - [anon_sym_DASH] = ACTIONS(1371), - [anon_sym_break] = ACTIONS(1371), - [anon_sym_continue] = ACTIONS(1371), - [anon_sym_for] = ACTIONS(1371), - [anon_sym_loop] = ACTIONS(1371), - [anon_sym_while] = ACTIONS(1371), - [anon_sym_do] = ACTIONS(1371), - [anon_sym_if] = ACTIONS(1371), - [anon_sym_match] = ACTIONS(1371), - [anon_sym_LBRACE] = ACTIONS(1371), - [anon_sym_RBRACE] = ACTIONS(1371), - [anon_sym_try] = ACTIONS(1371), - [anon_sym_return] = ACTIONS(1371), - [anon_sym_source] = ACTIONS(1371), - [anon_sym_source_DASHenv] = ACTIONS(1371), - [anon_sym_register] = ACTIONS(1371), - [anon_sym_hide] = ACTIONS(1371), - [anon_sym_hide_DASHenv] = ACTIONS(1371), - [anon_sym_overlay] = ACTIONS(1371), - [anon_sym_as] = ACTIONS(1371), - [anon_sym_where] = ACTIONS(1371), - [anon_sym_not] = ACTIONS(1371), - [anon_sym_DOT_DOT_LT] = ACTIONS(1371), - [anon_sym_DOT_DOT] = ACTIONS(1371), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1371), - [sym_val_nothing] = ACTIONS(1371), - [anon_sym_true] = ACTIONS(1371), - [anon_sym_false] = ACTIONS(1371), - [aux_sym_val_number_token1] = ACTIONS(1371), - [aux_sym_val_number_token2] = ACTIONS(1371), - [aux_sym_val_number_token3] = ACTIONS(1371), - [aux_sym_val_number_token4] = ACTIONS(1371), - [anon_sym_inf] = ACTIONS(1371), - [anon_sym_DASHinf] = ACTIONS(1371), - [anon_sym_NaN] = ACTIONS(1371), - [anon_sym_0b] = ACTIONS(1371), - [anon_sym_0o] = ACTIONS(1371), - [anon_sym_0x] = ACTIONS(1371), - [sym_val_date] = ACTIONS(1371), - [anon_sym_DQUOTE] = ACTIONS(1371), - [sym__str_single_quotes] = ACTIONS(1371), - [sym__str_back_ticks] = ACTIONS(1371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1371), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1371), - [sym_short_flag] = ACTIONS(1371), + [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), + [sym_cmd_identifier] = ACTIONS(1325), + [anon_sym_SEMI] = ACTIONS(1325), + [anon_sym_LF] = ACTIONS(1327), + [anon_sym_def] = ACTIONS(1325), + [anon_sym_def_DASHenv] = 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_LBRACK] = ACTIONS(1325), + [anon_sym_LPAREN] = ACTIONS(1325), + [anon_sym_RPAREN] = ACTIONS(1325), + [anon_sym_PIPE] = ACTIONS(1325), + [anon_sym_DOLLAR] = ACTIONS(1325), + [anon_sym_error] = ACTIONS(1325), + [anon_sym_DASH_DASH] = ACTIONS(1325), + [anon_sym_DASH] = ACTIONS(1325), + [anon_sym_break] = ACTIONS(1325), + [anon_sym_continue] = ACTIONS(1325), + [anon_sym_for] = ACTIONS(1325), + [anon_sym_loop] = ACTIONS(1325), + [anon_sym_while] = ACTIONS(1325), + [anon_sym_do] = ACTIONS(1325), + [anon_sym_if] = ACTIONS(1325), + [anon_sym_match] = ACTIONS(1325), + [anon_sym_LBRACE] = ACTIONS(1325), + [anon_sym_RBRACE] = ACTIONS(1325), + [anon_sym_try] = 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_where] = ACTIONS(1325), + [anon_sym_not] = ACTIONS(1325), + [anon_sym_DOT_DOT_LT] = ACTIONS(1325), + [anon_sym_DOT_DOT] = ACTIONS(1325), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1325), + [sym_val_nothing] = ACTIONS(1325), + [anon_sym_true] = ACTIONS(1325), + [anon_sym_false] = ACTIONS(1325), + [aux_sym_val_number_token1] = ACTIONS(1325), + [aux_sym_val_number_token2] = ACTIONS(1325), + [aux_sym_val_number_token3] = ACTIONS(1325), + [aux_sym_val_number_token4] = ACTIONS(1325), + [anon_sym_inf] = ACTIONS(1325), + [anon_sym_DASHinf] = ACTIONS(1325), + [anon_sym_NaN] = ACTIONS(1325), + [anon_sym_0b] = ACTIONS(1325), + [anon_sym_0o] = ACTIONS(1325), + [anon_sym_0x] = ACTIONS(1325), + [sym_val_date] = ACTIONS(1325), + [anon_sym_DQUOTE] = ACTIONS(1325), + [sym__str_single_quotes] = ACTIONS(1325), + [sym__str_back_ticks] = ACTIONS(1325), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1325), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1325), + [anon_sym_CARET] = ACTIONS(1325), + [sym_short_flag] = ACTIONS(1325), [anon_sym_POUND] = ACTIONS(3), }, [704] = { [sym_comment] = STATE(704), - [ts_builtin_sym_end] = ACTIONS(748), - [anon_sym_export] = ACTIONS(746), - [anon_sym_alias] = ACTIONS(746), - [anon_sym_let] = ACTIONS(746), - [anon_sym_let_DASHenv] = ACTIONS(746), - [anon_sym_mut] = ACTIONS(746), - [anon_sym_const] = ACTIONS(746), - [sym_cmd_identifier] = ACTIONS(746), - [anon_sym_SEMI] = ACTIONS(746), - [anon_sym_LF] = ACTIONS(748), - [anon_sym_def] = ACTIONS(746), - [anon_sym_def_DASHenv] = ACTIONS(746), - [anon_sym_export_DASHenv] = ACTIONS(746), - [anon_sym_extern] = ACTIONS(746), - [anon_sym_module] = ACTIONS(746), - [anon_sym_use] = ACTIONS(746), - [anon_sym_LBRACK] = ACTIONS(746), - [anon_sym_LPAREN] = ACTIONS(746), - [anon_sym_PIPE] = ACTIONS(746), - [anon_sym_DOLLAR] = ACTIONS(746), - [anon_sym_error] = ACTIONS(746), - [anon_sym_DASH_DASH] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_break] = ACTIONS(746), - [anon_sym_continue] = ACTIONS(746), - [anon_sym_for] = ACTIONS(746), - [anon_sym_loop] = ACTIONS(746), - [anon_sym_while] = ACTIONS(746), - [anon_sym_do] = ACTIONS(746), - [anon_sym_if] = ACTIONS(746), - [anon_sym_match] = ACTIONS(746), - [anon_sym_LBRACE] = ACTIONS(746), - [anon_sym_DOT] = ACTIONS(746), - [anon_sym_try] = ACTIONS(746), - [anon_sym_return] = ACTIONS(746), - [anon_sym_source] = ACTIONS(746), - [anon_sym_source_DASHenv] = ACTIONS(746), - [anon_sym_register] = ACTIONS(746), - [anon_sym_hide] = ACTIONS(746), - [anon_sym_hide_DASHenv] = ACTIONS(746), - [anon_sym_overlay] = ACTIONS(746), - [anon_sym_where] = ACTIONS(746), - [anon_sym_not] = ACTIONS(746), - [anon_sym_DOT_DOT_LT] = ACTIONS(746), - [anon_sym_DOT_DOT] = ACTIONS(746), - [anon_sym_DOT_DOT_EQ] = ACTIONS(746), - [sym_val_nothing] = ACTIONS(746), - [anon_sym_true] = ACTIONS(746), - [anon_sym_false] = ACTIONS(746), - [aux_sym_val_number_token1] = ACTIONS(746), - [aux_sym_val_number_token2] = ACTIONS(746), - [aux_sym_val_number_token3] = ACTIONS(746), - [aux_sym_val_number_token4] = ACTIONS(746), - [anon_sym_inf] = ACTIONS(746), - [anon_sym_DASHinf] = ACTIONS(746), - [anon_sym_NaN] = ACTIONS(746), - [anon_sym_0b] = ACTIONS(746), - [anon_sym_0o] = ACTIONS(746), - [anon_sym_0x] = ACTIONS(746), - [sym_val_date] = ACTIONS(746), - [anon_sym_DQUOTE] = ACTIONS(746), - [sym__str_single_quotes] = ACTIONS(746), - [sym__str_back_ticks] = ACTIONS(746), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(746), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(746), - [anon_sym_CARET] = ACTIONS(746), - [sym_short_flag] = ACTIONS(746), + [anon_sym_export] = ACTIONS(1489), + [anon_sym_alias] = ACTIONS(1489), + [anon_sym_let] = ACTIONS(1489), + [anon_sym_let_DASHenv] = ACTIONS(1489), + [anon_sym_mut] = ACTIONS(1489), + [anon_sym_const] = ACTIONS(1489), + [sym_cmd_identifier] = ACTIONS(1489), + [anon_sym_SEMI] = ACTIONS(1489), + [anon_sym_LF] = ACTIONS(1491), + [anon_sym_def] = ACTIONS(1489), + [anon_sym_def_DASHenv] = ACTIONS(1489), + [anon_sym_export_DASHenv] = ACTIONS(1489), + [anon_sym_extern] = ACTIONS(1489), + [anon_sym_module] = ACTIONS(1489), + [anon_sym_use] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1489), + [anon_sym_LPAREN] = ACTIONS(1489), + [anon_sym_RPAREN] = ACTIONS(1489), + [anon_sym_PIPE] = ACTIONS(1489), + [anon_sym_DOLLAR] = ACTIONS(1489), + [anon_sym_error] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1489), + [anon_sym_DASH] = ACTIONS(1489), + [anon_sym_break] = ACTIONS(1489), + [anon_sym_continue] = ACTIONS(1489), + [anon_sym_for] = ACTIONS(1489), + [anon_sym_loop] = ACTIONS(1489), + [anon_sym_while] = ACTIONS(1489), + [anon_sym_do] = ACTIONS(1489), + [anon_sym_if] = ACTIONS(1489), + [anon_sym_match] = ACTIONS(1489), + [anon_sym_LBRACE] = ACTIONS(1489), + [anon_sym_RBRACE] = ACTIONS(1489), + [anon_sym_try] = ACTIONS(1489), + [anon_sym_return] = ACTIONS(1489), + [anon_sym_source] = ACTIONS(1489), + [anon_sym_source_DASHenv] = ACTIONS(1489), + [anon_sym_register] = ACTIONS(1489), + [anon_sym_hide] = ACTIONS(1489), + [anon_sym_hide_DASHenv] = ACTIONS(1489), + [anon_sym_overlay] = ACTIONS(1489), + [anon_sym_where] = ACTIONS(1489), + [anon_sym_not] = ACTIONS(1489), + [anon_sym_DOT_DOT_LT] = ACTIONS(1489), + [anon_sym_DOT_DOT] = ACTIONS(1489), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1489), + [sym_val_nothing] = ACTIONS(1489), + [anon_sym_true] = ACTIONS(1489), + [anon_sym_false] = 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(1489), + [anon_sym_inf] = ACTIONS(1489), + [anon_sym_DASHinf] = ACTIONS(1489), + [anon_sym_NaN] = ACTIONS(1489), + [anon_sym_0b] = ACTIONS(1489), + [anon_sym_0o] = ACTIONS(1489), + [anon_sym_0x] = ACTIONS(1489), + [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), + [anon_sym_CARET] = ACTIONS(1489), + [sym_short_flag] = ACTIONS(1489), [anon_sym_POUND] = ACTIONS(3), }, [705] = { - [sym_expr_parenthesized] = STATE(1713), - [sym_val_range] = STATE(1712), - [sym__value] = STATE(1712), - [sym_val_bool] = STATE(1723), - [sym_val_variable] = STATE(1723), - [sym__var] = STATE(1648), - [sym_val_number] = STATE(107), - [sym_val_duration] = STATE(1723), - [sym_val_filesize] = STATE(1723), - [sym_val_binary] = STATE(1723), - [sym_val_string] = STATE(1723), - [sym__str_double_quotes] = STATE(1720), - [sym_val_interpolated] = STATE(1723), - [sym__inter_single_quotes] = STATE(1691), - [sym__inter_double_quotes] = STATE(1692), - [sym_val_list] = STATE(1723), - [sym_val_record] = STATE(1723), - [sym_val_table] = STATE(1723), - [sym_val_closure] = STATE(1723), - [sym__cmd_arg] = STATE(1711), - [sym_redirection] = STATE(1708), - [sym__flag] = STATE(1707), - [sym_long_flag] = STATE(1696), - [sym_unquoted] = STATE(1706), [sym_comment] = STATE(705), - [aux_sym_command_repeat1] = STATE(699), - [anon_sym_SEMI] = ACTIONS(1490), - [anon_sym_LF] = ACTIONS(1492), - [anon_sym_LBRACK] = ACTIONS(1329), - [anon_sym_LPAREN] = ACTIONS(1331), - [anon_sym_RPAREN] = ACTIONS(1490), - [anon_sym_PIPE] = ACTIONS(1490), - [anon_sym_DOLLAR] = ACTIONS(1333), - [anon_sym_DASH_DASH] = ACTIONS(1335), - [anon_sym_LBRACE] = ACTIONS(1337), - [anon_sym_RBRACE] = ACTIONS(1490), - [anon_sym_DOT_DOT_LT] = ACTIONS(1339), - [anon_sym_DOT_DOT] = ACTIONS(1339), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1339), - [sym_val_nothing] = ACTIONS(1341), - [anon_sym_true] = ACTIONS(1343), - [anon_sym_false] = ACTIONS(1343), - [aux_sym_val_number_token1] = ACTIONS(1345), - [aux_sym_val_number_token2] = ACTIONS(1345), - [aux_sym_val_number_token3] = ACTIONS(1345), - [aux_sym_val_number_token4] = ACTIONS(1345), - [anon_sym_inf] = ACTIONS(1345), - [anon_sym_DASHinf] = ACTIONS(1345), - [anon_sym_NaN] = ACTIONS(1345), - [anon_sym_0b] = ACTIONS(1347), - [anon_sym_0o] = ACTIONS(1347), - [anon_sym_0x] = ACTIONS(1347), - [sym_val_date] = ACTIONS(1341), - [anon_sym_DQUOTE] = ACTIONS(1349), - [sym__str_single_quotes] = ACTIONS(1351), - [sym__str_back_ticks] = ACTIONS(1351), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1353), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1355), - [anon_sym_err_GT] = ACTIONS(1357), - [anon_sym_out_GT] = ACTIONS(1357), - [anon_sym_e_GT] = ACTIONS(1357), - [anon_sym_o_GT] = ACTIONS(1357), - [anon_sym_err_PLUSout_GT] = ACTIONS(1357), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1357), - [anon_sym_o_PLUSe_GT] = ACTIONS(1357), - [anon_sym_e_PLUSo_GT] = ACTIONS(1357), - [sym_short_flag] = ACTIONS(1359), - [aux_sym_unquoted_token1] = ACTIONS(1361), + [ts_builtin_sym_end] = ACTIONS(1314), + [anon_sym_export] = ACTIONS(1312), + [anon_sym_alias] = ACTIONS(1312), + [anon_sym_let] = ACTIONS(1312), + [anon_sym_let_DASHenv] = ACTIONS(1312), + [anon_sym_mut] = ACTIONS(1312), + [anon_sym_const] = ACTIONS(1312), + [sym_cmd_identifier] = ACTIONS(1312), + [anon_sym_SEMI] = ACTIONS(1312), + [anon_sym_LF] = ACTIONS(1314), + [anon_sym_def] = ACTIONS(1312), + [anon_sym_def_DASHenv] = ACTIONS(1312), + [anon_sym_export_DASHenv] = ACTIONS(1312), + [anon_sym_extern] = ACTIONS(1312), + [anon_sym_module] = ACTIONS(1312), + [anon_sym_use] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(1312), + [anon_sym_LPAREN] = ACTIONS(1312), + [anon_sym_PIPE] = ACTIONS(1312), + [anon_sym_DOLLAR] = ACTIONS(1312), + [anon_sym_error] = ACTIONS(1312), + [anon_sym_DASH_DASH] = ACTIONS(1312), + [anon_sym_DASH] = ACTIONS(1312), + [anon_sym_break] = ACTIONS(1312), + [anon_sym_continue] = ACTIONS(1312), + [anon_sym_for] = ACTIONS(1312), + [anon_sym_loop] = ACTIONS(1312), + [anon_sym_while] = ACTIONS(1312), + [anon_sym_do] = ACTIONS(1312), + [anon_sym_if] = ACTIONS(1312), + [anon_sym_match] = ACTIONS(1312), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_try] = ACTIONS(1312), + [anon_sym_return] = ACTIONS(1312), + [anon_sym_source] = ACTIONS(1312), + [anon_sym_source_DASHenv] = ACTIONS(1312), + [anon_sym_register] = ACTIONS(1312), + [anon_sym_hide] = ACTIONS(1312), + [anon_sym_hide_DASHenv] = ACTIONS(1312), + [anon_sym_overlay] = ACTIONS(1312), + [anon_sym_where] = ACTIONS(1312), + [anon_sym_not] = ACTIONS(1312), + [anon_sym_DOT_DOT_LT] = ACTIONS(1312), + [anon_sym_DOT_DOT] = ACTIONS(1312), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1312), + [sym_val_nothing] = ACTIONS(1312), + [anon_sym_true] = ACTIONS(1312), + [anon_sym_false] = ACTIONS(1312), + [aux_sym_val_number_token1] = ACTIONS(1312), + [aux_sym_val_number_token2] = ACTIONS(1312), + [aux_sym_val_number_token3] = ACTIONS(1312), + [aux_sym_val_number_token4] = ACTIONS(1312), + [anon_sym_inf] = ACTIONS(1312), + [anon_sym_DASHinf] = ACTIONS(1312), + [anon_sym_NaN] = ACTIONS(1312), + [anon_sym_0b] = ACTIONS(1312), + [anon_sym_0o] = ACTIONS(1312), + [anon_sym_0x] = ACTIONS(1312), + [sym_val_date] = ACTIONS(1312), + [anon_sym_DQUOTE] = ACTIONS(1312), + [sym__str_single_quotes] = ACTIONS(1312), + [sym__str_back_ticks] = ACTIONS(1312), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1312), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1312), + [anon_sym_CARET] = ACTIONS(1312), + [sym_short_flag] = ACTIONS(1312), + [aux_sym_long_flag_token1] = ACTIONS(1493), [anon_sym_POUND] = ACTIONS(3), }, [706] = { - [sym_cell_path] = STATE(848), - [sym_path] = STATE(684), [sym_comment] = STATE(706), - [anon_sym_export] = ACTIONS(613), - [anon_sym_alias] = ACTIONS(613), - [anon_sym_let] = ACTIONS(613), - [anon_sym_let_DASHenv] = ACTIONS(613), - [anon_sym_mut] = ACTIONS(613), - [anon_sym_const] = ACTIONS(613), - [sym_cmd_identifier] = ACTIONS(613), - [anon_sym_SEMI] = ACTIONS(613), - [anon_sym_LF] = ACTIONS(615), - [anon_sym_def] = ACTIONS(613), - [anon_sym_def_DASHenv] = ACTIONS(613), - [anon_sym_export_DASHenv] = ACTIONS(613), - [anon_sym_extern] = ACTIONS(613), - [anon_sym_module] = ACTIONS(613), - [anon_sym_use] = ACTIONS(613), - [anon_sym_LBRACK] = ACTIONS(613), - [anon_sym_LPAREN] = ACTIONS(613), - [anon_sym_RPAREN] = ACTIONS(613), - [anon_sym_DOLLAR] = ACTIONS(613), - [anon_sym_error] = ACTIONS(613), - [anon_sym_DASH] = ACTIONS(613), - [anon_sym_break] = ACTIONS(613), - [anon_sym_continue] = ACTIONS(613), - [anon_sym_for] = ACTIONS(613), - [anon_sym_loop] = ACTIONS(613), - [anon_sym_while] = ACTIONS(613), - [anon_sym_do] = ACTIONS(613), - [anon_sym_if] = ACTIONS(613), - [anon_sym_match] = ACTIONS(613), - [anon_sym_LBRACE] = ACTIONS(613), - [anon_sym_RBRACE] = ACTIONS(613), - [anon_sym_DOT] = ACTIONS(1369), - [anon_sym_try] = ACTIONS(613), - [anon_sym_return] = ACTIONS(613), - [anon_sym_source] = ACTIONS(613), - [anon_sym_source_DASHenv] = ACTIONS(613), - [anon_sym_register] = ACTIONS(613), - [anon_sym_hide] = ACTIONS(613), - [anon_sym_hide_DASHenv] = ACTIONS(613), - [anon_sym_overlay] = ACTIONS(613), - [anon_sym_where] = ACTIONS(613), - [anon_sym_not] = ACTIONS(613), - [anon_sym_DOT_DOT_LT] = ACTIONS(613), - [anon_sym_DOT_DOT] = ACTIONS(613), - [anon_sym_DOT_DOT_EQ] = ACTIONS(613), - [sym_val_nothing] = ACTIONS(613), - [anon_sym_true] = ACTIONS(613), - [anon_sym_false] = ACTIONS(613), - [aux_sym_val_number_token1] = ACTIONS(613), - [aux_sym_val_number_token2] = ACTIONS(613), - [aux_sym_val_number_token3] = ACTIONS(613), - [aux_sym_val_number_token4] = ACTIONS(613), - [anon_sym_inf] = ACTIONS(613), - [anon_sym_DASHinf] = ACTIONS(613), - [anon_sym_NaN] = ACTIONS(613), - [anon_sym_0b] = ACTIONS(613), - [anon_sym_0o] = ACTIONS(613), - [anon_sym_0x] = ACTIONS(613), - [sym_val_date] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [sym__str_single_quotes] = ACTIONS(613), - [sym__str_back_ticks] = ACTIONS(613), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(613), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(613), - [anon_sym_CARET] = ACTIONS(613), + [anon_sym_export] = ACTIONS(781), + [anon_sym_alias] = ACTIONS(781), + [anon_sym_let] = ACTIONS(781), + [anon_sym_let_DASHenv] = ACTIONS(781), + [anon_sym_mut] = ACTIONS(781), + [anon_sym_const] = ACTIONS(781), + [sym_cmd_identifier] = ACTIONS(781), + [anon_sym_SEMI] = ACTIONS(781), + [anon_sym_LF] = ACTIONS(783), + [anon_sym_def] = ACTIONS(781), + [anon_sym_def_DASHenv] = ACTIONS(781), + [anon_sym_export_DASHenv] = ACTIONS(781), + [anon_sym_extern] = ACTIONS(781), + [anon_sym_module] = ACTIONS(781), + [anon_sym_use] = ACTIONS(781), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_LPAREN] = ACTIONS(781), + [anon_sym_RPAREN] = ACTIONS(781), + [anon_sym_PIPE] = ACTIONS(781), + [anon_sym_DOLLAR] = ACTIONS(781), + [anon_sym_error] = ACTIONS(781), + [anon_sym_DASH_DASH] = ACTIONS(781), + [anon_sym_DASH] = ACTIONS(781), + [anon_sym_break] = ACTIONS(781), + [anon_sym_continue] = ACTIONS(781), + [anon_sym_for] = ACTIONS(781), + [anon_sym_loop] = ACTIONS(781), + [anon_sym_while] = ACTIONS(781), + [anon_sym_do] = ACTIONS(781), + [anon_sym_if] = ACTIONS(781), + [anon_sym_match] = ACTIONS(781), + [anon_sym_LBRACE] = ACTIONS(781), + [anon_sym_RBRACE] = ACTIONS(781), + [anon_sym_try] = ACTIONS(781), + [anon_sym_return] = ACTIONS(781), + [anon_sym_source] = ACTIONS(781), + [anon_sym_source_DASHenv] = ACTIONS(781), + [anon_sym_register] = ACTIONS(781), + [anon_sym_hide] = ACTIONS(781), + [anon_sym_hide_DASHenv] = ACTIONS(781), + [anon_sym_overlay] = ACTIONS(781), + [anon_sym_where] = ACTIONS(781), + [anon_sym_not] = ACTIONS(781), + [anon_sym_DOT_DOT_LT] = ACTIONS(781), + [anon_sym_DOT_DOT] = ACTIONS(781), + [anon_sym_DOT_DOT_EQ] = ACTIONS(781), + [sym_val_nothing] = ACTIONS(781), + [anon_sym_true] = ACTIONS(781), + [anon_sym_false] = ACTIONS(781), + [aux_sym_val_number_token1] = ACTIONS(781), + [aux_sym_val_number_token2] = ACTIONS(781), + [aux_sym_val_number_token3] = ACTIONS(781), + [aux_sym_val_number_token4] = ACTIONS(781), + [anon_sym_inf] = ACTIONS(781), + [anon_sym_DASHinf] = ACTIONS(781), + [anon_sym_NaN] = ACTIONS(781), + [anon_sym_0b] = ACTIONS(781), + [anon_sym_0o] = ACTIONS(781), + [anon_sym_0x] = ACTIONS(781), + [sym_val_date] = ACTIONS(781), + [anon_sym_DQUOTE] = ACTIONS(781), + [sym__str_single_quotes] = ACTIONS(781), + [sym__str_back_ticks] = ACTIONS(781), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), + [anon_sym_CARET] = ACTIONS(781), + [sym_short_flag] = ACTIONS(781), [anon_sym_POUND] = ACTIONS(3), }, [707] = { [sym_comment] = STATE(707), - [anon_sym_export] = ACTIONS(1320), - [anon_sym_alias] = ACTIONS(1320), - [anon_sym_let] = ACTIONS(1320), - [anon_sym_let_DASHenv] = ACTIONS(1320), - [anon_sym_mut] = ACTIONS(1320), - [anon_sym_const] = ACTIONS(1320), - [sym_cmd_identifier] = ACTIONS(1320), - [anon_sym_SEMI] = ACTIONS(1320), - [anon_sym_LF] = ACTIONS(1322), - [anon_sym_def] = ACTIONS(1320), - [anon_sym_def_DASHenv] = ACTIONS(1320), - [anon_sym_export_DASHenv] = ACTIONS(1320), - [anon_sym_extern] = ACTIONS(1320), - [anon_sym_module] = ACTIONS(1320), - [anon_sym_use] = ACTIONS(1320), - [anon_sym_LBRACK] = ACTIONS(1320), - [anon_sym_LPAREN] = ACTIONS(1320), - [anon_sym_RPAREN] = ACTIONS(1320), - [anon_sym_DOLLAR] = ACTIONS(1320), - [anon_sym_error] = ACTIONS(1320), - [anon_sym_DASH_DASH] = ACTIONS(1320), - [anon_sym_DASH] = ACTIONS(1320), - [anon_sym_break] = ACTIONS(1320), - [anon_sym_continue] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1320), - [anon_sym_loop] = ACTIONS(1320), - [anon_sym_while] = ACTIONS(1320), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_if] = ACTIONS(1320), - [anon_sym_match] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1320), - [anon_sym_RBRACE] = ACTIONS(1320), - [anon_sym_try] = ACTIONS(1320), - [anon_sym_return] = ACTIONS(1320), - [anon_sym_source] = ACTIONS(1320), - [anon_sym_source_DASHenv] = ACTIONS(1320), - [anon_sym_register] = ACTIONS(1320), - [anon_sym_hide] = ACTIONS(1320), - [anon_sym_hide_DASHenv] = ACTIONS(1320), - [anon_sym_overlay] = ACTIONS(1320), - [anon_sym_as] = ACTIONS(1320), - [anon_sym_where] = ACTIONS(1320), - [anon_sym_not] = ACTIONS(1320), - [anon_sym_DOT_DOT_LT] = ACTIONS(1320), - [anon_sym_DOT_DOT] = ACTIONS(1320), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1320), - [sym_val_nothing] = ACTIONS(1320), - [anon_sym_true] = ACTIONS(1320), - [anon_sym_false] = ACTIONS(1320), - [aux_sym_val_number_token1] = ACTIONS(1320), - [aux_sym_val_number_token2] = ACTIONS(1320), - [aux_sym_val_number_token3] = ACTIONS(1320), - [aux_sym_val_number_token4] = ACTIONS(1320), - [anon_sym_inf] = ACTIONS(1320), - [anon_sym_DASHinf] = ACTIONS(1320), - [anon_sym_NaN] = ACTIONS(1320), - [anon_sym_0b] = ACTIONS(1320), - [anon_sym_0o] = ACTIONS(1320), - [anon_sym_0x] = ACTIONS(1320), - [sym_val_date] = ACTIONS(1320), - [anon_sym_DQUOTE] = ACTIONS(1320), - [sym__str_single_quotes] = ACTIONS(1320), - [sym__str_back_ticks] = ACTIONS(1320), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1320), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1320), - [anon_sym_CARET] = ACTIONS(1320), - [sym_short_flag] = ACTIONS(1320), + [anon_sym_export] = ACTIONS(1414), + [anon_sym_alias] = ACTIONS(1414), + [anon_sym_let] = ACTIONS(1414), + [anon_sym_let_DASHenv] = ACTIONS(1414), + [anon_sym_mut] = ACTIONS(1414), + [anon_sym_const] = ACTIONS(1414), + [sym_cmd_identifier] = ACTIONS(1414), + [anon_sym_SEMI] = ACTIONS(1414), + [anon_sym_LF] = ACTIONS(1416), + [anon_sym_def] = ACTIONS(1414), + [anon_sym_def_DASHenv] = ACTIONS(1414), + [anon_sym_export_DASHenv] = ACTIONS(1414), + [anon_sym_extern] = ACTIONS(1414), + [anon_sym_module] = ACTIONS(1414), + [anon_sym_use] = ACTIONS(1414), + [anon_sym_LBRACK] = ACTIONS(1414), + [anon_sym_LPAREN] = ACTIONS(1414), + [anon_sym_RPAREN] = ACTIONS(1414), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_DOLLAR] = ACTIONS(1414), + [anon_sym_error] = ACTIONS(1414), + [anon_sym_DASH_DASH] = ACTIONS(1414), + [anon_sym_DASH] = ACTIONS(1414), + [anon_sym_break] = ACTIONS(1414), + [anon_sym_continue] = ACTIONS(1414), + [anon_sym_for] = ACTIONS(1414), + [anon_sym_loop] = ACTIONS(1414), + [anon_sym_while] = ACTIONS(1414), + [anon_sym_do] = ACTIONS(1414), + [anon_sym_if] = ACTIONS(1414), + [anon_sym_match] = ACTIONS(1414), + [anon_sym_LBRACE] = ACTIONS(1414), + [anon_sym_RBRACE] = ACTIONS(1414), + [anon_sym_try] = ACTIONS(1414), + [anon_sym_return] = ACTIONS(1414), + [anon_sym_source] = ACTIONS(1414), + [anon_sym_source_DASHenv] = ACTIONS(1414), + [anon_sym_register] = ACTIONS(1414), + [anon_sym_hide] = ACTIONS(1414), + [anon_sym_hide_DASHenv] = ACTIONS(1414), + [anon_sym_overlay] = ACTIONS(1414), + [anon_sym_where] = ACTIONS(1414), + [anon_sym_not] = ACTIONS(1414), + [anon_sym_DOT_DOT_LT] = ACTIONS(1414), + [anon_sym_DOT_DOT] = ACTIONS(1414), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1414), + [sym_val_nothing] = ACTIONS(1414), + [anon_sym_true] = ACTIONS(1414), + [anon_sym_false] = ACTIONS(1414), + [aux_sym_val_number_token1] = ACTIONS(1414), + [aux_sym_val_number_token2] = ACTIONS(1414), + [aux_sym_val_number_token3] = ACTIONS(1414), + [aux_sym_val_number_token4] = ACTIONS(1414), + [anon_sym_inf] = ACTIONS(1414), + [anon_sym_DASHinf] = ACTIONS(1414), + [anon_sym_NaN] = ACTIONS(1414), + [anon_sym_0b] = ACTIONS(1414), + [anon_sym_0o] = ACTIONS(1414), + [anon_sym_0x] = ACTIONS(1414), + [sym_val_date] = ACTIONS(1414), + [anon_sym_DQUOTE] = ACTIONS(1414), + [sym__str_single_quotes] = ACTIONS(1414), + [sym__str_back_ticks] = ACTIONS(1414), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1414), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1414), + [sym_short_flag] = ACTIONS(1414), [anon_sym_POUND] = ACTIONS(3), }, [708] = { [sym_comment] = STATE(708), - [ts_builtin_sym_end] = ACTIONS(1322), - [anon_sym_export] = ACTIONS(1320), - [anon_sym_alias] = ACTIONS(1320), - [anon_sym_let] = ACTIONS(1320), - [anon_sym_let_DASHenv] = ACTIONS(1320), - [anon_sym_mut] = ACTIONS(1320), - [anon_sym_const] = ACTIONS(1320), - [sym_cmd_identifier] = ACTIONS(1320), - [anon_sym_SEMI] = ACTIONS(1320), - [anon_sym_LF] = ACTIONS(1322), - [anon_sym_def] = ACTIONS(1320), - [anon_sym_def_DASHenv] = ACTIONS(1320), - [anon_sym_export_DASHenv] = ACTIONS(1320), - [anon_sym_extern] = ACTIONS(1320), - [anon_sym_module] = ACTIONS(1320), - [anon_sym_use] = ACTIONS(1320), - [anon_sym_LBRACK] = ACTIONS(1320), - [anon_sym_LPAREN] = ACTIONS(1320), - [anon_sym_PIPE] = ACTIONS(1320), - [anon_sym_DOLLAR] = ACTIONS(1320), - [anon_sym_error] = ACTIONS(1320), - [anon_sym_DASH_DASH] = ACTIONS(1320), - [anon_sym_DASH] = ACTIONS(1320), - [anon_sym_break] = ACTIONS(1320), - [anon_sym_continue] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1320), - [anon_sym_loop] = ACTIONS(1320), - [anon_sym_while] = ACTIONS(1320), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_if] = ACTIONS(1320), - [anon_sym_match] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1320), - [anon_sym_try] = ACTIONS(1320), - [anon_sym_return] = ACTIONS(1320), - [anon_sym_source] = ACTIONS(1320), - [anon_sym_source_DASHenv] = ACTIONS(1320), - [anon_sym_register] = ACTIONS(1320), - [anon_sym_hide] = ACTIONS(1320), - [anon_sym_hide_DASHenv] = ACTIONS(1320), - [anon_sym_overlay] = ACTIONS(1320), - [anon_sym_where] = ACTIONS(1320), - [anon_sym_not] = ACTIONS(1320), - [anon_sym_DOT_DOT_LT] = ACTIONS(1320), - [anon_sym_DOT_DOT] = ACTIONS(1320), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1320), - [sym_val_nothing] = ACTIONS(1320), - [anon_sym_true] = ACTIONS(1320), - [anon_sym_false] = ACTIONS(1320), - [aux_sym_val_number_token1] = ACTIONS(1320), - [aux_sym_val_number_token2] = ACTIONS(1320), - [aux_sym_val_number_token3] = ACTIONS(1320), - [aux_sym_val_number_token4] = ACTIONS(1320), - [anon_sym_inf] = ACTIONS(1320), - [anon_sym_DASHinf] = ACTIONS(1320), - [anon_sym_NaN] = ACTIONS(1320), - [anon_sym_0b] = ACTIONS(1320), - [anon_sym_0o] = ACTIONS(1320), - [anon_sym_0x] = ACTIONS(1320), - [sym_val_date] = ACTIONS(1320), - [anon_sym_DQUOTE] = ACTIONS(1320), - [sym__str_single_quotes] = ACTIONS(1320), - [sym__str_back_ticks] = ACTIONS(1320), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1320), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1320), - [anon_sym_CARET] = ACTIONS(1320), - [sym_short_flag] = ACTIONS(1320), + [ts_builtin_sym_end] = ACTIONS(1416), + [anon_sym_export] = ACTIONS(1414), + [anon_sym_alias] = ACTIONS(1414), + [anon_sym_let] = ACTIONS(1414), + [anon_sym_let_DASHenv] = ACTIONS(1414), + [anon_sym_mut] = ACTIONS(1414), + [anon_sym_const] = ACTIONS(1414), + [sym_cmd_identifier] = ACTIONS(1414), + [anon_sym_SEMI] = ACTIONS(1414), + [anon_sym_LF] = ACTIONS(1416), + [anon_sym_def] = ACTIONS(1414), + [anon_sym_def_DASHenv] = ACTIONS(1414), + [anon_sym_export_DASHenv] = ACTIONS(1414), + [anon_sym_extern] = ACTIONS(1414), + [anon_sym_module] = ACTIONS(1414), + [anon_sym_use] = ACTIONS(1414), + [anon_sym_LBRACK] = ACTIONS(1414), + [anon_sym_LPAREN] = ACTIONS(1414), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_DOLLAR] = ACTIONS(1414), + [anon_sym_error] = ACTIONS(1414), + [anon_sym_DASH_DASH] = ACTIONS(1414), + [anon_sym_DASH] = ACTIONS(1414), + [anon_sym_break] = ACTIONS(1414), + [anon_sym_continue] = ACTIONS(1414), + [anon_sym_for] = ACTIONS(1414), + [anon_sym_loop] = ACTIONS(1414), + [anon_sym_while] = ACTIONS(1414), + [anon_sym_do] = ACTIONS(1414), + [anon_sym_if] = ACTIONS(1414), + [anon_sym_match] = ACTIONS(1414), + [anon_sym_LBRACE] = ACTIONS(1414), + [anon_sym_try] = ACTIONS(1414), + [anon_sym_return] = ACTIONS(1414), + [anon_sym_source] = ACTIONS(1414), + [anon_sym_source_DASHenv] = ACTIONS(1414), + [anon_sym_register] = ACTIONS(1414), + [anon_sym_hide] = ACTIONS(1414), + [anon_sym_hide_DASHenv] = ACTIONS(1414), + [anon_sym_overlay] = ACTIONS(1414), + [anon_sym_where] = ACTIONS(1414), + [anon_sym_not] = ACTIONS(1414), + [anon_sym_DOT_DOT_LT] = ACTIONS(1414), + [anon_sym_DOT_DOT] = ACTIONS(1414), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1414), + [sym_val_nothing] = ACTIONS(1414), + [anon_sym_true] = ACTIONS(1414), + [anon_sym_false] = ACTIONS(1414), + [aux_sym_val_number_token1] = ACTIONS(1414), + [aux_sym_val_number_token2] = ACTIONS(1414), + [aux_sym_val_number_token3] = ACTIONS(1414), + [aux_sym_val_number_token4] = ACTIONS(1414), + [anon_sym_inf] = ACTIONS(1414), + [anon_sym_DASHinf] = ACTIONS(1414), + [anon_sym_NaN] = ACTIONS(1414), + [anon_sym_0b] = ACTIONS(1414), + [anon_sym_0o] = ACTIONS(1414), + [anon_sym_0x] = ACTIONS(1414), + [sym_val_date] = ACTIONS(1414), + [anon_sym_DQUOTE] = ACTIONS(1414), + [sym__str_single_quotes] = ACTIONS(1414), + [sym__str_back_ticks] = ACTIONS(1414), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1414), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1414), + [sym_short_flag] = ACTIONS(1414), [anon_sym_POUND] = ACTIONS(3), }, [709] = { [sym_comment] = STATE(709), - [ts_builtin_sym_end] = ACTIONS(1483), - [anon_sym_export] = ACTIONS(1481), - [anon_sym_alias] = ACTIONS(1481), - [anon_sym_let] = ACTIONS(1481), - [anon_sym_let_DASHenv] = ACTIONS(1481), - [anon_sym_mut] = ACTIONS(1481), - [anon_sym_const] = ACTIONS(1481), - [sym_cmd_identifier] = ACTIONS(1481), - [anon_sym_SEMI] = ACTIONS(1481), - [anon_sym_LF] = ACTIONS(1483), - [anon_sym_def] = ACTIONS(1481), - [anon_sym_def_DASHenv] = ACTIONS(1481), - [anon_sym_export_DASHenv] = ACTIONS(1481), - [anon_sym_extern] = ACTIONS(1481), - [anon_sym_module] = ACTIONS(1481), - [anon_sym_use] = ACTIONS(1481), - [anon_sym_LBRACK] = ACTIONS(1481), - [anon_sym_LPAREN] = ACTIONS(1481), - [anon_sym_PIPE] = ACTIONS(1481), - [anon_sym_DOLLAR] = ACTIONS(1481), - [anon_sym_error] = ACTIONS(1481), - [anon_sym_DASH_DASH] = ACTIONS(1481), - [anon_sym_DASH] = ACTIONS(1481), - [anon_sym_break] = ACTIONS(1481), - [anon_sym_continue] = ACTIONS(1481), - [anon_sym_for] = ACTIONS(1481), - [anon_sym_loop] = ACTIONS(1481), - [anon_sym_while] = ACTIONS(1481), - [anon_sym_do] = ACTIONS(1481), - [anon_sym_if] = ACTIONS(1481), - [anon_sym_match] = ACTIONS(1481), - [anon_sym_LBRACE] = ACTIONS(1481), - [anon_sym_try] = ACTIONS(1481), - [anon_sym_return] = ACTIONS(1481), - [anon_sym_source] = ACTIONS(1481), - [anon_sym_source_DASHenv] = ACTIONS(1481), - [anon_sym_register] = ACTIONS(1481), - [anon_sym_hide] = ACTIONS(1481), - [anon_sym_hide_DASHenv] = ACTIONS(1481), - [anon_sym_overlay] = ACTIONS(1481), - [anon_sym_where] = ACTIONS(1481), - [anon_sym_not] = ACTIONS(1481), - [anon_sym_DOT_DOT_LT] = ACTIONS(1481), - [anon_sym_DOT_DOT] = ACTIONS(1481), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1481), - [sym_val_nothing] = ACTIONS(1481), - [anon_sym_true] = ACTIONS(1481), - [anon_sym_false] = ACTIONS(1481), - [aux_sym_val_number_token1] = ACTIONS(1481), - [aux_sym_val_number_token2] = ACTIONS(1481), - [aux_sym_val_number_token3] = ACTIONS(1481), - [aux_sym_val_number_token4] = ACTIONS(1481), - [anon_sym_inf] = ACTIONS(1481), - [anon_sym_DASHinf] = ACTIONS(1481), - [anon_sym_NaN] = ACTIONS(1481), - [anon_sym_0b] = ACTIONS(1481), - [anon_sym_0o] = ACTIONS(1481), - [anon_sym_0x] = ACTIONS(1481), - [sym_val_date] = ACTIONS(1481), - [anon_sym_DQUOTE] = ACTIONS(1481), - [sym__str_single_quotes] = ACTIONS(1481), - [sym__str_back_ticks] = ACTIONS(1481), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1481), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1481), - [anon_sym_CARET] = ACTIONS(1481), - [sym_short_flag] = ACTIONS(1481), + [anon_sym_export] = ACTIONS(621), + [anon_sym_alias] = ACTIONS(621), + [anon_sym_let] = ACTIONS(621), + [anon_sym_let_DASHenv] = ACTIONS(621), + [anon_sym_mut] = ACTIONS(621), + [anon_sym_const] = ACTIONS(621), + [sym_cmd_identifier] = ACTIONS(621), + [anon_sym_SEMI] = ACTIONS(621), + [anon_sym_LF] = ACTIONS(623), + [anon_sym_def] = ACTIONS(621), + [anon_sym_def_DASHenv] = ACTIONS(621), + [anon_sym_export_DASHenv] = ACTIONS(621), + [anon_sym_extern] = ACTIONS(621), + [anon_sym_module] = ACTIONS(621), + [anon_sym_use] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_RPAREN] = ACTIONS(621), + [anon_sym_DOLLAR] = ACTIONS(621), + [anon_sym_error] = ACTIONS(621), + [anon_sym_DASH] = ACTIONS(621), + [anon_sym_break] = ACTIONS(621), + [anon_sym_continue] = ACTIONS(621), + [anon_sym_for] = ACTIONS(621), + [anon_sym_loop] = ACTIONS(621), + [anon_sym_while] = ACTIONS(621), + [anon_sym_do] = ACTIONS(621), + [anon_sym_if] = ACTIONS(621), + [anon_sym_match] = ACTIONS(621), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_RBRACE] = ACTIONS(621), + [anon_sym_DOT] = ACTIONS(621), + [anon_sym_try] = ACTIONS(621), + [anon_sym_return] = ACTIONS(621), + [anon_sym_source] = ACTIONS(621), + [anon_sym_source_DASHenv] = ACTIONS(621), + [anon_sym_register] = ACTIONS(621), + [anon_sym_hide] = ACTIONS(621), + [anon_sym_hide_DASHenv] = ACTIONS(621), + [anon_sym_overlay] = ACTIONS(621), + [anon_sym_where] = ACTIONS(621), + [anon_sym_QMARK2] = ACTIONS(1495), + [anon_sym_not] = ACTIONS(621), + [anon_sym_DOT_DOT_LT] = ACTIONS(621), + [anon_sym_DOT_DOT] = ACTIONS(621), + [anon_sym_DOT_DOT_EQ] = ACTIONS(621), + [sym_val_nothing] = ACTIONS(621), + [anon_sym_true] = ACTIONS(621), + [anon_sym_false] = ACTIONS(621), + [aux_sym_val_number_token1] = ACTIONS(621), + [aux_sym_val_number_token2] = ACTIONS(621), + [aux_sym_val_number_token3] = ACTIONS(621), + [aux_sym_val_number_token4] = ACTIONS(621), + [anon_sym_inf] = ACTIONS(621), + [anon_sym_DASHinf] = ACTIONS(621), + [anon_sym_NaN] = ACTIONS(621), + [anon_sym_0b] = ACTIONS(621), + [anon_sym_0o] = ACTIONS(621), + [anon_sym_0x] = ACTIONS(621), + [sym_val_date] = ACTIONS(621), + [anon_sym_DQUOTE] = ACTIONS(621), + [sym__str_single_quotes] = ACTIONS(621), + [sym__str_back_ticks] = ACTIONS(621), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(621), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(621), + [anon_sym_CARET] = ACTIONS(621), [anon_sym_POUND] = ACTIONS(3), }, [710] = { - [sym_path] = STATE(849), [sym_comment] = STATE(710), - [aux_sym_cell_path_repeat1] = STATE(710), - [ts_builtin_sym_end] = ACTIONS(592), - [anon_sym_export] = ACTIONS(590), - [anon_sym_alias] = ACTIONS(590), - [anon_sym_let] = ACTIONS(590), - [anon_sym_let_DASHenv] = ACTIONS(590), - [anon_sym_mut] = ACTIONS(590), - [anon_sym_const] = ACTIONS(590), - [sym_cmd_identifier] = ACTIONS(590), - [anon_sym_SEMI] = ACTIONS(590), - [anon_sym_LF] = ACTIONS(592), - [anon_sym_def] = ACTIONS(590), - [anon_sym_def_DASHenv] = ACTIONS(590), - [anon_sym_export_DASHenv] = ACTIONS(590), - [anon_sym_extern] = ACTIONS(590), - [anon_sym_module] = ACTIONS(590), - [anon_sym_use] = ACTIONS(590), - [anon_sym_LBRACK] = ACTIONS(590), - [anon_sym_LPAREN] = ACTIONS(590), - [anon_sym_DOLLAR] = ACTIONS(590), - [anon_sym_error] = ACTIONS(590), - [anon_sym_DASH] = ACTIONS(590), - [anon_sym_break] = ACTIONS(590), - [anon_sym_continue] = ACTIONS(590), - [anon_sym_for] = ACTIONS(590), - [anon_sym_loop] = ACTIONS(590), - [anon_sym_while] = ACTIONS(590), - [anon_sym_do] = ACTIONS(590), - [anon_sym_if] = ACTIONS(590), - [anon_sym_match] = ACTIONS(590), - [anon_sym_LBRACE] = ACTIONS(590), - [anon_sym_DOT] = ACTIONS(1495), - [anon_sym_try] = ACTIONS(590), - [anon_sym_return] = ACTIONS(590), - [anon_sym_source] = ACTIONS(590), - [anon_sym_source_DASHenv] = ACTIONS(590), - [anon_sym_register] = ACTIONS(590), - [anon_sym_hide] = ACTIONS(590), - [anon_sym_hide_DASHenv] = ACTIONS(590), - [anon_sym_overlay] = ACTIONS(590), - [anon_sym_where] = ACTIONS(590), - [anon_sym_not] = ACTIONS(590), - [anon_sym_DOT_DOT_LT] = ACTIONS(590), - [anon_sym_DOT_DOT] = ACTIONS(590), - [anon_sym_DOT_DOT_EQ] = ACTIONS(590), - [sym_val_nothing] = ACTIONS(590), - [anon_sym_true] = ACTIONS(590), - [anon_sym_false] = ACTIONS(590), - [aux_sym_val_number_token1] = ACTIONS(590), - [aux_sym_val_number_token2] = ACTIONS(590), - [aux_sym_val_number_token3] = ACTIONS(590), - [aux_sym_val_number_token4] = ACTIONS(590), - [anon_sym_inf] = ACTIONS(590), - [anon_sym_DASHinf] = ACTIONS(590), - [anon_sym_NaN] = ACTIONS(590), - [anon_sym_0b] = ACTIONS(590), - [anon_sym_0o] = ACTIONS(590), - [anon_sym_0x] = ACTIONS(590), - [sym_val_date] = ACTIONS(590), - [anon_sym_DQUOTE] = ACTIONS(590), - [sym__str_single_quotes] = ACTIONS(590), - [sym__str_back_ticks] = ACTIONS(590), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(590), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(590), - [anon_sym_CARET] = ACTIONS(590), + [ts_builtin_sym_end] = ACTIONS(669), + [anon_sym_export] = ACTIONS(667), + [anon_sym_alias] = ACTIONS(667), + [anon_sym_let] = ACTIONS(667), + [anon_sym_let_DASHenv] = ACTIONS(667), + [anon_sym_mut] = ACTIONS(667), + [anon_sym_const] = ACTIONS(667), + [sym_cmd_identifier] = ACTIONS(667), + [anon_sym_SEMI] = ACTIONS(667), + [anon_sym_LF] = ACTIONS(669), + [anon_sym_def] = ACTIONS(667), + [anon_sym_def_DASHenv] = ACTIONS(667), + [anon_sym_export_DASHenv] = ACTIONS(667), + [anon_sym_extern] = ACTIONS(667), + [anon_sym_module] = ACTIONS(667), + [anon_sym_use] = ACTIONS(667), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_LPAREN] = ACTIONS(667), + [anon_sym_DOLLAR] = ACTIONS(667), + [anon_sym_error] = ACTIONS(667), + [anon_sym_DASH] = ACTIONS(667), + [anon_sym_break] = ACTIONS(667), + [anon_sym_continue] = ACTIONS(667), + [anon_sym_for] = ACTIONS(667), + [anon_sym_loop] = ACTIONS(667), + [anon_sym_while] = ACTIONS(667), + [anon_sym_do] = ACTIONS(667), + [anon_sym_if] = ACTIONS(667), + [anon_sym_match] = ACTIONS(667), + [anon_sym_LBRACE] = ACTIONS(667), + [anon_sym_DOT] = ACTIONS(667), + [anon_sym_try] = ACTIONS(667), + [anon_sym_return] = ACTIONS(667), + [anon_sym_source] = ACTIONS(667), + [anon_sym_source_DASHenv] = ACTIONS(667), + [anon_sym_register] = ACTIONS(667), + [anon_sym_hide] = ACTIONS(667), + [anon_sym_hide_DASHenv] = ACTIONS(667), + [anon_sym_overlay] = ACTIONS(667), + [anon_sym_STAR] = ACTIONS(667), + [anon_sym_where] = ACTIONS(667), + [anon_sym_QMARK2] = ACTIONS(667), + [anon_sym_not] = ACTIONS(667), + [anon_sym_DOT_DOT_LT] = ACTIONS(667), + [anon_sym_DOT_DOT] = ACTIONS(667), + [anon_sym_DOT_DOT_EQ] = ACTIONS(667), + [sym_val_nothing] = ACTIONS(667), + [anon_sym_true] = ACTIONS(667), + [anon_sym_false] = ACTIONS(667), + [aux_sym_val_number_token1] = ACTIONS(667), + [aux_sym_val_number_token2] = ACTIONS(667), + [aux_sym_val_number_token3] = ACTIONS(667), + [aux_sym_val_number_token4] = ACTIONS(667), + [anon_sym_inf] = ACTIONS(667), + [anon_sym_DASHinf] = ACTIONS(667), + [anon_sym_NaN] = ACTIONS(667), + [anon_sym_0b] = ACTIONS(667), + [anon_sym_0o] = ACTIONS(667), + [anon_sym_0x] = ACTIONS(667), + [sym_val_date] = ACTIONS(667), + [anon_sym_DQUOTE] = ACTIONS(667), + [sym__str_single_quotes] = ACTIONS(667), + [sym__str_back_ticks] = ACTIONS(667), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(667), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(667), + [anon_sym_CARET] = ACTIONS(667), [anon_sym_POUND] = ACTIONS(3), }, [711] = { + [sym_expr_parenthesized] = STATE(1733), + [sym_val_range] = STATE(1745), + [sym__value] = STATE(1745), + [sym_val_bool] = STATE(1790), + [sym_val_variable] = STATE(1790), + [sym__var] = STATE(1660), + [sym_val_number] = STATE(109), + [sym_val_duration] = STATE(1790), + [sym_val_filesize] = STATE(1790), + [sym_val_binary] = STATE(1790), + [sym_val_string] = STATE(1790), + [sym__str_double_quotes] = STATE(1774), + [sym_val_interpolated] = STATE(1790), + [sym__inter_single_quotes] = STATE(1756), + [sym__inter_double_quotes] = STATE(1755), + [sym_val_list] = STATE(1790), + [sym_val_record] = STATE(1790), + [sym_val_table] = STATE(1790), + [sym_val_closure] = STATE(1790), + [sym__cmd_arg] = STATE(1737), + [sym_redirection] = STATE(1736), + [sym__flag] = STATE(1735), + [sym_long_flag] = STATE(1760), + [sym_unquoted] = STATE(1767), [sym_comment] = STATE(711), - [anon_sym_export] = ACTIONS(1363), - [anon_sym_alias] = ACTIONS(1363), - [anon_sym_let] = ACTIONS(1363), - [anon_sym_let_DASHenv] = ACTIONS(1363), - [anon_sym_mut] = ACTIONS(1363), - [anon_sym_const] = ACTIONS(1363), - [sym_cmd_identifier] = ACTIONS(1363), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_LF] = ACTIONS(1365), - [anon_sym_def] = ACTIONS(1363), - [anon_sym_def_DASHenv] = ACTIONS(1363), - [anon_sym_export_DASHenv] = ACTIONS(1363), - [anon_sym_extern] = ACTIONS(1363), - [anon_sym_module] = ACTIONS(1363), - [anon_sym_use] = ACTIONS(1363), - [anon_sym_LBRACK] = ACTIONS(1363), - [anon_sym_LPAREN] = ACTIONS(1363), - [anon_sym_RPAREN] = ACTIONS(1363), - [anon_sym_PIPE] = ACTIONS(1363), - [anon_sym_DOLLAR] = ACTIONS(1363), - [anon_sym_error] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_break] = ACTIONS(1363), - [anon_sym_continue] = ACTIONS(1363), - [anon_sym_for] = ACTIONS(1363), - [anon_sym_loop] = ACTIONS(1363), - [anon_sym_while] = ACTIONS(1363), - [anon_sym_do] = ACTIONS(1363), - [anon_sym_if] = ACTIONS(1363), - [anon_sym_match] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_RBRACE] = ACTIONS(1363), - [anon_sym_try] = ACTIONS(1363), - [anon_sym_catch] = ACTIONS(1363), - [anon_sym_return] = ACTIONS(1363), - [anon_sym_source] = ACTIONS(1363), - [anon_sym_source_DASHenv] = ACTIONS(1363), - [anon_sym_register] = ACTIONS(1363), - [anon_sym_hide] = ACTIONS(1363), - [anon_sym_hide_DASHenv] = ACTIONS(1363), - [anon_sym_overlay] = ACTIONS(1363), - [anon_sym_where] = ACTIONS(1363), - [anon_sym_not] = ACTIONS(1363), - [anon_sym_DOT_DOT_LT] = ACTIONS(1363), - [anon_sym_DOT_DOT] = ACTIONS(1363), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1363), - [sym_val_nothing] = ACTIONS(1363), - [anon_sym_true] = ACTIONS(1363), - [anon_sym_false] = ACTIONS(1363), - [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(1363), - [anon_sym_inf] = ACTIONS(1363), - [anon_sym_DASHinf] = ACTIONS(1363), - [anon_sym_NaN] = ACTIONS(1363), - [anon_sym_0b] = ACTIONS(1363), - [anon_sym_0o] = ACTIONS(1363), - [anon_sym_0x] = ACTIONS(1363), - [sym_val_date] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym__str_single_quotes] = ACTIONS(1363), - [sym__str_back_ticks] = ACTIONS(1363), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1363), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1363), - [anon_sym_CARET] = ACTIONS(1363), + [aux_sym_command_repeat1] = STATE(728), + [ts_builtin_sym_end] = ACTIONS(1497), + [anon_sym_SEMI] = ACTIONS(1329), + [anon_sym_LF] = ACTIONS(1499), + [anon_sym_LBRACK] = ACTIONS(1502), + [anon_sym_LPAREN] = ACTIONS(1504), + [anon_sym_PIPE] = ACTIONS(1329), + [anon_sym_DOLLAR] = ACTIONS(1506), + [anon_sym_DASH_DASH] = ACTIONS(1508), + [anon_sym_LBRACE] = ACTIONS(1510), + [anon_sym_DOT_DOT_LT] = ACTIONS(1512), + [anon_sym_DOT_DOT] = ACTIONS(1512), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1512), + [sym_val_nothing] = ACTIONS(1514), + [anon_sym_true] = ACTIONS(1516), + [anon_sym_false] = ACTIONS(1516), + [aux_sym_val_number_token1] = ACTIONS(1518), + [aux_sym_val_number_token2] = ACTIONS(1518), + [aux_sym_val_number_token3] = ACTIONS(1518), + [aux_sym_val_number_token4] = ACTIONS(1518), + [anon_sym_inf] = ACTIONS(1518), + [anon_sym_DASHinf] = ACTIONS(1518), + [anon_sym_NaN] = ACTIONS(1518), + [anon_sym_0b] = ACTIONS(1520), + [anon_sym_0o] = ACTIONS(1520), + [anon_sym_0x] = ACTIONS(1520), + [sym_val_date] = ACTIONS(1514), + [anon_sym_DQUOTE] = ACTIONS(1522), + [sym__str_single_quotes] = ACTIONS(1524), + [sym__str_back_ticks] = ACTIONS(1524), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1526), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1530), + [anon_sym_out_GT] = ACTIONS(1530), + [anon_sym_e_GT] = ACTIONS(1530), + [anon_sym_o_GT] = ACTIONS(1530), + [anon_sym_err_PLUSout_GT] = ACTIONS(1530), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1530), + [anon_sym_o_PLUSe_GT] = ACTIONS(1530), + [anon_sym_e_PLUSo_GT] = ACTIONS(1530), + [sym_short_flag] = ACTIONS(1532), + [aux_sym_unquoted_token1] = ACTIONS(1534), [anon_sym_POUND] = ACTIONS(3), }, [712] = { - [sym_cell_path] = STATE(924), - [sym_path] = STATE(717), [sym_comment] = STATE(712), - [ts_builtin_sym_end] = ACTIONS(615), - [anon_sym_export] = ACTIONS(613), - [anon_sym_alias] = ACTIONS(613), - [anon_sym_let] = ACTIONS(613), - [anon_sym_let_DASHenv] = ACTIONS(613), - [anon_sym_mut] = ACTIONS(613), - [anon_sym_const] = ACTIONS(613), - [sym_cmd_identifier] = ACTIONS(613), - [anon_sym_SEMI] = ACTIONS(613), - [anon_sym_LF] = ACTIONS(615), - [anon_sym_def] = ACTIONS(613), - [anon_sym_def_DASHenv] = ACTIONS(613), - [anon_sym_export_DASHenv] = ACTIONS(613), - [anon_sym_extern] = ACTIONS(613), - [anon_sym_module] = ACTIONS(613), - [anon_sym_use] = ACTIONS(613), - [anon_sym_LBRACK] = ACTIONS(613), - [anon_sym_LPAREN] = ACTIONS(613), - [anon_sym_DOLLAR] = ACTIONS(613), - [anon_sym_error] = ACTIONS(613), - [anon_sym_DASH] = ACTIONS(613), - [anon_sym_break] = ACTIONS(613), - [anon_sym_continue] = ACTIONS(613), - [anon_sym_for] = ACTIONS(613), - [anon_sym_loop] = ACTIONS(613), - [anon_sym_while] = ACTIONS(613), - [anon_sym_do] = ACTIONS(613), - [anon_sym_if] = ACTIONS(613), - [anon_sym_match] = ACTIONS(613), - [anon_sym_LBRACE] = ACTIONS(613), - [anon_sym_DOT] = ACTIONS(1498), - [anon_sym_try] = ACTIONS(613), - [anon_sym_return] = ACTIONS(613), - [anon_sym_source] = ACTIONS(613), - [anon_sym_source_DASHenv] = ACTIONS(613), - [anon_sym_register] = ACTIONS(613), - [anon_sym_hide] = ACTIONS(613), - [anon_sym_hide_DASHenv] = ACTIONS(613), - [anon_sym_overlay] = ACTIONS(613), - [anon_sym_where] = ACTIONS(613), - [anon_sym_not] = ACTIONS(613), - [anon_sym_DOT_DOT_LT] = ACTIONS(613), - [anon_sym_DOT_DOT] = ACTIONS(613), - [anon_sym_DOT_DOT_EQ] = ACTIONS(613), - [sym_val_nothing] = ACTIONS(613), - [anon_sym_true] = ACTIONS(613), - [anon_sym_false] = ACTIONS(613), - [aux_sym_val_number_token1] = ACTIONS(613), - [aux_sym_val_number_token2] = ACTIONS(613), - [aux_sym_val_number_token3] = ACTIONS(613), - [aux_sym_val_number_token4] = ACTIONS(613), - [anon_sym_inf] = ACTIONS(613), - [anon_sym_DASHinf] = ACTIONS(613), - [anon_sym_NaN] = ACTIONS(613), - [anon_sym_0b] = ACTIONS(613), - [anon_sym_0o] = ACTIONS(613), - [anon_sym_0x] = ACTIONS(613), - [sym_val_date] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [sym__str_single_quotes] = ACTIONS(613), - [sym__str_back_ticks] = ACTIONS(613), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(613), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(613), - [anon_sym_CARET] = ACTIONS(613), + [anon_sym_export] = ACTIONS(1536), + [anon_sym_alias] = ACTIONS(1536), + [anon_sym_let] = ACTIONS(1536), + [anon_sym_let_DASHenv] = ACTIONS(1536), + [anon_sym_mut] = ACTIONS(1536), + [anon_sym_const] = ACTIONS(1536), + [sym_cmd_identifier] = ACTIONS(1536), + [anon_sym_SEMI] = ACTIONS(1536), + [anon_sym_LF] = ACTIONS(1538), + [anon_sym_def] = ACTIONS(1536), + [anon_sym_def_DASHenv] = ACTIONS(1536), + [anon_sym_export_DASHenv] = ACTIONS(1536), + [anon_sym_extern] = ACTIONS(1536), + [anon_sym_module] = ACTIONS(1536), + [anon_sym_use] = ACTIONS(1536), + [anon_sym_LBRACK] = ACTIONS(1536), + [anon_sym_LPAREN] = ACTIONS(1536), + [anon_sym_RPAREN] = ACTIONS(1536), + [anon_sym_PIPE] = ACTIONS(1536), + [anon_sym_DOLLAR] = ACTIONS(1536), + [anon_sym_error] = ACTIONS(1536), + [anon_sym_DASH] = ACTIONS(1536), + [anon_sym_break] = ACTIONS(1536), + [anon_sym_continue] = ACTIONS(1536), + [anon_sym_for] = ACTIONS(1536), + [anon_sym_loop] = ACTIONS(1536), + [anon_sym_while] = ACTIONS(1536), + [anon_sym_do] = ACTIONS(1536), + [anon_sym_if] = ACTIONS(1536), + [anon_sym_match] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(1536), + [anon_sym_RBRACE] = ACTIONS(1536), + [anon_sym_try] = ACTIONS(1536), + [anon_sym_catch] = ACTIONS(1540), + [anon_sym_return] = ACTIONS(1536), + [anon_sym_source] = ACTIONS(1536), + [anon_sym_source_DASHenv] = ACTIONS(1536), + [anon_sym_register] = ACTIONS(1536), + [anon_sym_hide] = ACTIONS(1536), + [anon_sym_hide_DASHenv] = ACTIONS(1536), + [anon_sym_overlay] = ACTIONS(1536), + [anon_sym_where] = ACTIONS(1536), + [anon_sym_not] = ACTIONS(1536), + [anon_sym_DOT_DOT_LT] = ACTIONS(1536), + [anon_sym_DOT_DOT] = ACTIONS(1536), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1536), + [sym_val_nothing] = ACTIONS(1536), + [anon_sym_true] = ACTIONS(1536), + [anon_sym_false] = ACTIONS(1536), + [aux_sym_val_number_token1] = ACTIONS(1536), + [aux_sym_val_number_token2] = ACTIONS(1536), + [aux_sym_val_number_token3] = ACTIONS(1536), + [aux_sym_val_number_token4] = ACTIONS(1536), + [anon_sym_inf] = ACTIONS(1536), + [anon_sym_DASHinf] = ACTIONS(1536), + [anon_sym_NaN] = ACTIONS(1536), + [anon_sym_0b] = ACTIONS(1536), + [anon_sym_0o] = ACTIONS(1536), + [anon_sym_0x] = ACTIONS(1536), + [sym_val_date] = ACTIONS(1536), + [anon_sym_DQUOTE] = ACTIONS(1536), + [sym__str_single_quotes] = ACTIONS(1536), + [sym__str_back_ticks] = ACTIONS(1536), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1536), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1536), + [anon_sym_CARET] = ACTIONS(1536), [anon_sym_POUND] = ACTIONS(3), }, [713] = { [sym_comment] = STATE(713), - [anon_sym_export] = ACTIONS(1310), - [anon_sym_alias] = ACTIONS(1310), - [anon_sym_let] = ACTIONS(1310), - [anon_sym_let_DASHenv] = ACTIONS(1310), - [anon_sym_mut] = ACTIONS(1310), - [anon_sym_const] = ACTIONS(1310), - [sym_cmd_identifier] = ACTIONS(1310), - [anon_sym_SEMI] = ACTIONS(1310), - [anon_sym_LF] = ACTIONS(1312), - [anon_sym_def] = ACTIONS(1310), - [anon_sym_def_DASHenv] = ACTIONS(1310), - [anon_sym_export_DASHenv] = ACTIONS(1310), - [anon_sym_extern] = ACTIONS(1310), - [anon_sym_module] = ACTIONS(1310), - [anon_sym_use] = ACTIONS(1310), - [anon_sym_LBRACK] = ACTIONS(1310), - [anon_sym_LPAREN] = ACTIONS(1310), - [anon_sym_RPAREN] = ACTIONS(1310), - [anon_sym_PIPE] = ACTIONS(1310), - [anon_sym_DOLLAR] = ACTIONS(1310), - [anon_sym_error] = ACTIONS(1310), - [anon_sym_DASH] = ACTIONS(1310), - [anon_sym_break] = ACTIONS(1310), - [anon_sym_continue] = ACTIONS(1310), - [anon_sym_for] = ACTIONS(1310), - [anon_sym_loop] = ACTIONS(1310), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_do] = ACTIONS(1310), - [anon_sym_if] = ACTIONS(1310), - [anon_sym_match] = ACTIONS(1310), - [anon_sym_LBRACE] = ACTIONS(1310), - [anon_sym_RBRACE] = ACTIONS(1310), - [anon_sym_try] = ACTIONS(1310), - [anon_sym_return] = ACTIONS(1310), - [anon_sym_source] = ACTIONS(1310), - [anon_sym_source_DASHenv] = ACTIONS(1310), - [anon_sym_register] = ACTIONS(1310), - [anon_sym_hide] = ACTIONS(1310), - [anon_sym_hide_DASHenv] = ACTIONS(1310), - [anon_sym_overlay] = ACTIONS(1310), - [anon_sym_where] = ACTIONS(1310), - [anon_sym_not] = ACTIONS(1310), - [anon_sym_DOT_DOT_LT] = ACTIONS(1310), - [anon_sym_DOT_DOT] = ACTIONS(1310), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1310), - [sym_val_nothing] = ACTIONS(1310), - [anon_sym_true] = ACTIONS(1310), - [anon_sym_false] = ACTIONS(1310), - [aux_sym_val_number_token1] = ACTIONS(1310), - [aux_sym_val_number_token2] = ACTIONS(1310), - [aux_sym_val_number_token3] = ACTIONS(1310), - [aux_sym_val_number_token4] = ACTIONS(1310), - [anon_sym_inf] = ACTIONS(1310), - [anon_sym_DASHinf] = ACTIONS(1310), - [anon_sym_NaN] = ACTIONS(1310), - [anon_sym_0b] = ACTIONS(1310), - [anon_sym_0o] = ACTIONS(1310), - [anon_sym_0x] = ACTIONS(1310), - [sym_val_date] = ACTIONS(1310), - [anon_sym_DQUOTE] = ACTIONS(1310), - [sym__str_single_quotes] = ACTIONS(1310), - [sym__str_back_ticks] = ACTIONS(1310), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1310), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1310), - [anon_sym_CARET] = ACTIONS(1310), - [aux_sym_long_flag_token1] = ACTIONS(1500), + [ts_builtin_sym_end] = ACTIONS(619), + [anon_sym_export] = ACTIONS(617), + [anon_sym_alias] = ACTIONS(617), + [anon_sym_let] = ACTIONS(617), + [anon_sym_let_DASHenv] = ACTIONS(617), + [anon_sym_mut] = ACTIONS(617), + [anon_sym_const] = ACTIONS(617), + [sym_cmd_identifier] = ACTIONS(617), + [anon_sym_SEMI] = ACTIONS(617), + [anon_sym_LF] = ACTIONS(619), + [anon_sym_def] = ACTIONS(617), + [anon_sym_def_DASHenv] = ACTIONS(617), + [anon_sym_export_DASHenv] = ACTIONS(617), + [anon_sym_extern] = ACTIONS(617), + [anon_sym_module] = ACTIONS(617), + [anon_sym_use] = ACTIONS(617), + [anon_sym_LBRACK] = ACTIONS(617), + [anon_sym_LPAREN] = ACTIONS(617), + [anon_sym_DOLLAR] = ACTIONS(617), + [anon_sym_error] = ACTIONS(617), + [anon_sym_DASH] = ACTIONS(617), + [anon_sym_break] = ACTIONS(617), + [anon_sym_continue] = ACTIONS(617), + [anon_sym_for] = ACTIONS(617), + [anon_sym_loop] = ACTIONS(617), + [anon_sym_while] = ACTIONS(617), + [anon_sym_do] = ACTIONS(617), + [anon_sym_if] = ACTIONS(617), + [anon_sym_match] = ACTIONS(617), + [anon_sym_LBRACE] = ACTIONS(617), + [anon_sym_DOT] = ACTIONS(617), + [anon_sym_try] = ACTIONS(617), + [anon_sym_return] = ACTIONS(617), + [anon_sym_source] = ACTIONS(617), + [anon_sym_source_DASHenv] = ACTIONS(617), + [anon_sym_register] = ACTIONS(617), + [anon_sym_hide] = ACTIONS(617), + [anon_sym_hide_DASHenv] = ACTIONS(617), + [anon_sym_overlay] = ACTIONS(617), + [anon_sym_STAR] = ACTIONS(617), + [anon_sym_where] = ACTIONS(617), + [anon_sym_QMARK2] = ACTIONS(617), + [anon_sym_not] = ACTIONS(617), + [anon_sym_DOT_DOT_LT] = ACTIONS(617), + [anon_sym_DOT_DOT] = ACTIONS(617), + [anon_sym_DOT_DOT_EQ] = ACTIONS(617), + [sym_val_nothing] = ACTIONS(617), + [anon_sym_true] = ACTIONS(617), + [anon_sym_false] = ACTIONS(617), + [aux_sym_val_number_token1] = ACTIONS(617), + [aux_sym_val_number_token2] = ACTIONS(617), + [aux_sym_val_number_token3] = ACTIONS(617), + [aux_sym_val_number_token4] = ACTIONS(617), + [anon_sym_inf] = ACTIONS(617), + [anon_sym_DASHinf] = ACTIONS(617), + [anon_sym_NaN] = ACTIONS(617), + [anon_sym_0b] = ACTIONS(617), + [anon_sym_0o] = ACTIONS(617), + [anon_sym_0x] = ACTIONS(617), + [sym_val_date] = ACTIONS(617), + [anon_sym_DQUOTE] = ACTIONS(617), + [sym__str_single_quotes] = ACTIONS(617), + [sym__str_back_ticks] = ACTIONS(617), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(617), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(617), + [anon_sym_CARET] = ACTIONS(617), [anon_sym_POUND] = ACTIONS(3), }, [714] = { - [sym_path] = STATE(849), + [sym_expr_parenthesized] = STATE(1733), + [sym_val_range] = STATE(1745), + [sym__value] = STATE(1745), + [sym_val_bool] = STATE(1790), + [sym_val_variable] = STATE(1790), + [sym__var] = STATE(1660), + [sym_val_number] = STATE(109), + [sym_val_duration] = STATE(1790), + [sym_val_filesize] = STATE(1790), + [sym_val_binary] = STATE(1790), + [sym_val_string] = STATE(1790), + [sym__str_double_quotes] = STATE(1774), + [sym_val_interpolated] = STATE(1790), + [sym__inter_single_quotes] = STATE(1756), + [sym__inter_double_quotes] = STATE(1755), + [sym_val_list] = STATE(1790), + [sym_val_record] = STATE(1790), + [sym_val_table] = STATE(1790), + [sym_val_closure] = STATE(1790), + [sym__cmd_arg] = STATE(1737), + [sym_redirection] = STATE(1736), + [sym__flag] = STATE(1735), + [sym_long_flag] = STATE(1760), + [sym_unquoted] = STATE(1767), [sym_comment] = STATE(714), - [aux_sym_cell_path_repeat1] = STATE(710), - [ts_builtin_sym_end] = ACTIONS(588), - [anon_sym_export] = ACTIONS(586), - [anon_sym_alias] = ACTIONS(586), - [anon_sym_let] = ACTIONS(586), - [anon_sym_let_DASHenv] = ACTIONS(586), - [anon_sym_mut] = ACTIONS(586), - [anon_sym_const] = ACTIONS(586), - [sym_cmd_identifier] = ACTIONS(586), - [anon_sym_SEMI] = ACTIONS(586), - [anon_sym_LF] = ACTIONS(588), - [anon_sym_def] = ACTIONS(586), - [anon_sym_def_DASHenv] = ACTIONS(586), - [anon_sym_export_DASHenv] = ACTIONS(586), - [anon_sym_extern] = ACTIONS(586), - [anon_sym_module] = ACTIONS(586), - [anon_sym_use] = ACTIONS(586), - [anon_sym_LBRACK] = ACTIONS(586), - [anon_sym_LPAREN] = ACTIONS(586), - [anon_sym_DOLLAR] = ACTIONS(586), - [anon_sym_error] = ACTIONS(586), - [anon_sym_DASH] = ACTIONS(586), - [anon_sym_break] = ACTIONS(586), - [anon_sym_continue] = ACTIONS(586), - [anon_sym_for] = ACTIONS(586), - [anon_sym_loop] = ACTIONS(586), - [anon_sym_while] = ACTIONS(586), - [anon_sym_do] = ACTIONS(586), - [anon_sym_if] = ACTIONS(586), - [anon_sym_match] = ACTIONS(586), - [anon_sym_LBRACE] = ACTIONS(586), - [anon_sym_DOT] = ACTIONS(1498), - [anon_sym_try] = ACTIONS(586), - [anon_sym_return] = ACTIONS(586), - [anon_sym_source] = ACTIONS(586), - [anon_sym_source_DASHenv] = ACTIONS(586), - [anon_sym_register] = ACTIONS(586), - [anon_sym_hide] = ACTIONS(586), - [anon_sym_hide_DASHenv] = ACTIONS(586), - [anon_sym_overlay] = ACTIONS(586), - [anon_sym_where] = ACTIONS(586), - [anon_sym_not] = ACTIONS(586), - [anon_sym_DOT_DOT_LT] = ACTIONS(586), - [anon_sym_DOT_DOT] = ACTIONS(586), - [anon_sym_DOT_DOT_EQ] = ACTIONS(586), - [sym_val_nothing] = ACTIONS(586), - [anon_sym_true] = ACTIONS(586), - [anon_sym_false] = ACTIONS(586), - [aux_sym_val_number_token1] = ACTIONS(586), - [aux_sym_val_number_token2] = ACTIONS(586), - [aux_sym_val_number_token3] = ACTIONS(586), - [aux_sym_val_number_token4] = ACTIONS(586), - [anon_sym_inf] = ACTIONS(586), - [anon_sym_DASHinf] = ACTIONS(586), - [anon_sym_NaN] = ACTIONS(586), - [anon_sym_0b] = ACTIONS(586), - [anon_sym_0o] = ACTIONS(586), - [anon_sym_0x] = ACTIONS(586), - [sym_val_date] = ACTIONS(586), - [anon_sym_DQUOTE] = ACTIONS(586), - [sym__str_single_quotes] = ACTIONS(586), - [sym__str_back_ticks] = ACTIONS(586), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(586), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(586), - [anon_sym_CARET] = ACTIONS(586), + [aux_sym_command_repeat1] = STATE(714), + [ts_builtin_sym_end] = ACTIONS(1542), + [anon_sym_SEMI] = ACTIONS(1433), + [anon_sym_LF] = ACTIONS(1544), + [anon_sym_LBRACK] = ACTIONS(1547), + [anon_sym_LPAREN] = ACTIONS(1550), + [anon_sym_PIPE] = ACTIONS(1433), + [anon_sym_DOLLAR] = ACTIONS(1553), + [anon_sym_DASH_DASH] = ACTIONS(1556), + [anon_sym_LBRACE] = ACTIONS(1559), + [anon_sym_DOT_DOT_LT] = ACTIONS(1562), + [anon_sym_DOT_DOT] = ACTIONS(1562), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1562), + [sym_val_nothing] = ACTIONS(1565), + [anon_sym_true] = ACTIONS(1568), + [anon_sym_false] = ACTIONS(1568), + [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(1571), + [anon_sym_inf] = ACTIONS(1571), + [anon_sym_DASHinf] = ACTIONS(1571), + [anon_sym_NaN] = ACTIONS(1571), + [anon_sym_0b] = ACTIONS(1574), + [anon_sym_0o] = ACTIONS(1574), + [anon_sym_0x] = ACTIONS(1574), + [sym_val_date] = ACTIONS(1565), + [anon_sym_DQUOTE] = ACTIONS(1577), + [sym__str_single_quotes] = ACTIONS(1580), + [sym__str_back_ticks] = ACTIONS(1580), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1583), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1586), + [anon_sym_err_GT] = ACTIONS(1589), + [anon_sym_out_GT] = ACTIONS(1589), + [anon_sym_e_GT] = ACTIONS(1589), + [anon_sym_o_GT] = ACTIONS(1589), + [anon_sym_err_PLUSout_GT] = ACTIONS(1589), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1589), + [anon_sym_o_PLUSe_GT] = ACTIONS(1589), + [anon_sym_e_PLUSo_GT] = ACTIONS(1589), + [sym_short_flag] = ACTIONS(1592), + [aux_sym_unquoted_token1] = ACTIONS(1595), [anon_sym_POUND] = ACTIONS(3), }, [715] = { [sym_comment] = STATE(715), - [ts_builtin_sym_end] = ACTIONS(688), - [anon_sym_export] = ACTIONS(686), - [anon_sym_alias] = ACTIONS(686), - [anon_sym_let] = ACTIONS(686), - [anon_sym_let_DASHenv] = ACTIONS(686), - [anon_sym_mut] = ACTIONS(686), - [anon_sym_const] = ACTIONS(686), - [sym_cmd_identifier] = ACTIONS(686), - [anon_sym_SEMI] = ACTIONS(686), - [anon_sym_LF] = ACTIONS(688), - [anon_sym_def] = ACTIONS(686), - [anon_sym_def_DASHenv] = ACTIONS(686), - [anon_sym_export_DASHenv] = ACTIONS(686), - [anon_sym_extern] = ACTIONS(686), - [anon_sym_module] = ACTIONS(686), - [anon_sym_use] = ACTIONS(686), - [anon_sym_LBRACK] = ACTIONS(686), - [anon_sym_LPAREN] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(686), - [anon_sym_error] = ACTIONS(686), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_break] = ACTIONS(686), - [anon_sym_continue] = ACTIONS(686), - [anon_sym_for] = ACTIONS(686), - [anon_sym_loop] = ACTIONS(686), - [anon_sym_while] = ACTIONS(686), - [anon_sym_do] = ACTIONS(686), - [anon_sym_if] = ACTIONS(686), - [anon_sym_match] = ACTIONS(686), - [anon_sym_LBRACE] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_try] = ACTIONS(686), - [anon_sym_return] = ACTIONS(686), - [anon_sym_source] = ACTIONS(686), - [anon_sym_source_DASHenv] = ACTIONS(686), - [anon_sym_register] = ACTIONS(686), - [anon_sym_hide] = ACTIONS(686), - [anon_sym_hide_DASHenv] = ACTIONS(686), - [anon_sym_overlay] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_where] = ACTIONS(686), - [anon_sym_QMARK2] = ACTIONS(686), - [anon_sym_not] = ACTIONS(686), - [anon_sym_DOT_DOT_LT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_EQ] = ACTIONS(686), - [sym_val_nothing] = ACTIONS(686), - [anon_sym_true] = ACTIONS(686), - [anon_sym_false] = ACTIONS(686), - [aux_sym_val_number_token1] = ACTIONS(686), - [aux_sym_val_number_token2] = ACTIONS(686), - [aux_sym_val_number_token3] = ACTIONS(686), - [aux_sym_val_number_token4] = ACTIONS(686), - [anon_sym_inf] = ACTIONS(686), - [anon_sym_DASHinf] = ACTIONS(686), - [anon_sym_NaN] = ACTIONS(686), - [anon_sym_0b] = ACTIONS(686), - [anon_sym_0o] = ACTIONS(686), - [anon_sym_0x] = ACTIONS(686), - [sym_val_date] = ACTIONS(686), - [anon_sym_DQUOTE] = ACTIONS(686), - [sym__str_single_quotes] = ACTIONS(686), - [sym__str_back_ticks] = ACTIONS(686), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(686), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), + [aux_sym_pipe_element_repeat1] = STATE(1744), + [anon_sym_export] = ACTIONS(1598), + [anon_sym_alias] = ACTIONS(1598), + [anon_sym_let] = ACTIONS(1598), + [anon_sym_let_DASHenv] = ACTIONS(1598), + [anon_sym_mut] = ACTIONS(1598), + [anon_sym_const] = ACTIONS(1598), + [sym_cmd_identifier] = ACTIONS(1598), + [anon_sym_SEMI] = ACTIONS(1598), + [anon_sym_LF] = ACTIONS(1600), + [anon_sym_def] = ACTIONS(1598), + [anon_sym_def_DASHenv] = ACTIONS(1598), + [anon_sym_export_DASHenv] = ACTIONS(1598), + [anon_sym_extern] = ACTIONS(1598), + [anon_sym_module] = ACTIONS(1598), + [anon_sym_use] = ACTIONS(1598), + [anon_sym_LBRACK] = ACTIONS(1598), + [anon_sym_LPAREN] = ACTIONS(1598), + [anon_sym_RPAREN] = ACTIONS(1598), + [anon_sym_PIPE] = ACTIONS(1602), + [anon_sym_DOLLAR] = ACTIONS(1598), + [anon_sym_error] = ACTIONS(1598), + [anon_sym_DASH] = ACTIONS(1598), + [anon_sym_break] = ACTIONS(1598), + [anon_sym_continue] = ACTIONS(1598), + [anon_sym_for] = ACTIONS(1598), + [anon_sym_loop] = ACTIONS(1598), + [anon_sym_while] = ACTIONS(1598), + [anon_sym_do] = ACTIONS(1598), + [anon_sym_if] = ACTIONS(1598), + [anon_sym_match] = ACTIONS(1598), + [anon_sym_LBRACE] = ACTIONS(1598), + [anon_sym_RBRACE] = ACTIONS(1598), + [anon_sym_try] = ACTIONS(1598), + [anon_sym_return] = ACTIONS(1598), + [anon_sym_source] = ACTIONS(1598), + [anon_sym_source_DASHenv] = ACTIONS(1598), + [anon_sym_register] = ACTIONS(1598), + [anon_sym_hide] = ACTIONS(1598), + [anon_sym_hide_DASHenv] = ACTIONS(1598), + [anon_sym_overlay] = ACTIONS(1598), + [anon_sym_where] = ACTIONS(1598), + [anon_sym_not] = ACTIONS(1598), + [anon_sym_DOT_DOT_LT] = ACTIONS(1598), + [anon_sym_DOT_DOT] = ACTIONS(1598), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1598), + [sym_val_nothing] = ACTIONS(1598), + [anon_sym_true] = ACTIONS(1598), + [anon_sym_false] = ACTIONS(1598), + [aux_sym_val_number_token1] = ACTIONS(1598), + [aux_sym_val_number_token2] = ACTIONS(1598), + [aux_sym_val_number_token3] = ACTIONS(1598), + [aux_sym_val_number_token4] = ACTIONS(1598), + [anon_sym_inf] = ACTIONS(1598), + [anon_sym_DASHinf] = ACTIONS(1598), + [anon_sym_NaN] = ACTIONS(1598), + [anon_sym_0b] = ACTIONS(1598), + [anon_sym_0o] = ACTIONS(1598), + [anon_sym_0x] = ACTIONS(1598), + [sym_val_date] = ACTIONS(1598), + [anon_sym_DQUOTE] = ACTIONS(1598), + [sym__str_single_quotes] = ACTIONS(1598), + [sym__str_back_ticks] = ACTIONS(1598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1598), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1598), + [anon_sym_CARET] = ACTIONS(1598), [anon_sym_POUND] = ACTIONS(3), }, [716] = { + [sym_path] = STATE(834), [sym_comment] = STATE(716), - [anon_sym_export] = ACTIONS(1481), - [anon_sym_alias] = ACTIONS(1481), - [anon_sym_let] = ACTIONS(1481), - [anon_sym_let_DASHenv] = ACTIONS(1481), - [anon_sym_mut] = ACTIONS(1481), - [anon_sym_const] = ACTIONS(1481), - [sym_cmd_identifier] = ACTIONS(1481), - [anon_sym_SEMI] = ACTIONS(1481), - [anon_sym_LF] = ACTIONS(1483), - [anon_sym_def] = ACTIONS(1481), - [anon_sym_def_DASHenv] = ACTIONS(1481), - [anon_sym_export_DASHenv] = ACTIONS(1481), - [anon_sym_extern] = ACTIONS(1481), - [anon_sym_module] = ACTIONS(1481), - [anon_sym_use] = ACTIONS(1481), - [anon_sym_LBRACK] = ACTIONS(1481), - [anon_sym_LPAREN] = ACTIONS(1481), - [anon_sym_RPAREN] = ACTIONS(1481), - [anon_sym_PIPE] = ACTIONS(1481), - [anon_sym_DOLLAR] = ACTIONS(1481), - [anon_sym_error] = ACTIONS(1481), - [anon_sym_DASH] = ACTIONS(1481), - [anon_sym_break] = ACTIONS(1481), - [anon_sym_continue] = ACTIONS(1481), - [anon_sym_for] = ACTIONS(1481), - [anon_sym_loop] = ACTIONS(1481), - [anon_sym_while] = ACTIONS(1481), - [anon_sym_do] = ACTIONS(1481), - [anon_sym_if] = ACTIONS(1481), - [anon_sym_else] = ACTIONS(1481), - [anon_sym_match] = ACTIONS(1481), - [anon_sym_LBRACE] = ACTIONS(1481), - [anon_sym_RBRACE] = ACTIONS(1481), - [anon_sym_try] = ACTIONS(1481), - [anon_sym_return] = ACTIONS(1481), - [anon_sym_source] = ACTIONS(1481), - [anon_sym_source_DASHenv] = ACTIONS(1481), - [anon_sym_register] = ACTIONS(1481), - [anon_sym_hide] = ACTIONS(1481), - [anon_sym_hide_DASHenv] = ACTIONS(1481), - [anon_sym_overlay] = ACTIONS(1481), - [anon_sym_where] = ACTIONS(1481), - [anon_sym_not] = ACTIONS(1481), - [anon_sym_DOT_DOT_LT] = ACTIONS(1481), - [anon_sym_DOT_DOT] = ACTIONS(1481), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1481), - [sym_val_nothing] = ACTIONS(1481), - [anon_sym_true] = ACTIONS(1481), - [anon_sym_false] = ACTIONS(1481), - [aux_sym_val_number_token1] = ACTIONS(1481), - [aux_sym_val_number_token2] = ACTIONS(1481), - [aux_sym_val_number_token3] = ACTIONS(1481), - [aux_sym_val_number_token4] = ACTIONS(1481), - [anon_sym_inf] = ACTIONS(1481), - [anon_sym_DASHinf] = ACTIONS(1481), - [anon_sym_NaN] = ACTIONS(1481), - [anon_sym_0b] = ACTIONS(1481), - [anon_sym_0o] = ACTIONS(1481), - [anon_sym_0x] = ACTIONS(1481), - [sym_val_date] = ACTIONS(1481), - [anon_sym_DQUOTE] = ACTIONS(1481), - [sym__str_single_quotes] = ACTIONS(1481), - [sym__str_back_ticks] = ACTIONS(1481), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1481), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1481), - [anon_sym_CARET] = ACTIONS(1481), + [aux_sym_cell_path_repeat1] = STATE(721), + [ts_builtin_sym_end] = ACTIONS(607), + [anon_sym_export] = ACTIONS(605), + [anon_sym_alias] = ACTIONS(605), + [anon_sym_let] = ACTIONS(605), + [anon_sym_let_DASHenv] = ACTIONS(605), + [anon_sym_mut] = ACTIONS(605), + [anon_sym_const] = ACTIONS(605), + [sym_cmd_identifier] = ACTIONS(605), + [anon_sym_SEMI] = ACTIONS(605), + [anon_sym_LF] = ACTIONS(607), + [anon_sym_def] = ACTIONS(605), + [anon_sym_def_DASHenv] = ACTIONS(605), + [anon_sym_export_DASHenv] = ACTIONS(605), + [anon_sym_extern] = ACTIONS(605), + [anon_sym_module] = ACTIONS(605), + [anon_sym_use] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(605), + [anon_sym_DOLLAR] = ACTIONS(605), + [anon_sym_error] = ACTIONS(605), + [anon_sym_DASH] = ACTIONS(605), + [anon_sym_break] = ACTIONS(605), + [anon_sym_continue] = ACTIONS(605), + [anon_sym_for] = ACTIONS(605), + [anon_sym_loop] = ACTIONS(605), + [anon_sym_while] = ACTIONS(605), + [anon_sym_do] = ACTIONS(605), + [anon_sym_if] = ACTIONS(605), + [anon_sym_match] = ACTIONS(605), + [anon_sym_LBRACE] = ACTIONS(605), + [anon_sym_DOT] = ACTIONS(1604), + [anon_sym_try] = ACTIONS(605), + [anon_sym_return] = ACTIONS(605), + [anon_sym_source] = ACTIONS(605), + [anon_sym_source_DASHenv] = ACTIONS(605), + [anon_sym_register] = ACTIONS(605), + [anon_sym_hide] = ACTIONS(605), + [anon_sym_hide_DASHenv] = ACTIONS(605), + [anon_sym_overlay] = ACTIONS(605), + [anon_sym_where] = ACTIONS(605), + [anon_sym_not] = ACTIONS(605), + [anon_sym_DOT_DOT_LT] = ACTIONS(605), + [anon_sym_DOT_DOT] = ACTIONS(605), + [anon_sym_DOT_DOT_EQ] = ACTIONS(605), + [sym_val_nothing] = ACTIONS(605), + [anon_sym_true] = ACTIONS(605), + [anon_sym_false] = ACTIONS(605), + [aux_sym_val_number_token1] = ACTIONS(605), + [aux_sym_val_number_token2] = ACTIONS(605), + [aux_sym_val_number_token3] = ACTIONS(605), + [aux_sym_val_number_token4] = ACTIONS(605), + [anon_sym_inf] = ACTIONS(605), + [anon_sym_DASHinf] = ACTIONS(605), + [anon_sym_NaN] = ACTIONS(605), + [anon_sym_0b] = ACTIONS(605), + [anon_sym_0o] = ACTIONS(605), + [anon_sym_0x] = ACTIONS(605), + [sym_val_date] = ACTIONS(605), + [anon_sym_DQUOTE] = ACTIONS(605), + [sym__str_single_quotes] = ACTIONS(605), + [sym__str_back_ticks] = ACTIONS(605), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(605), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(605), + [anon_sym_CARET] = ACTIONS(605), [anon_sym_POUND] = ACTIONS(3), }, [717] = { - [sym_path] = STATE(849), [sym_comment] = STATE(717), - [aux_sym_cell_path_repeat1] = STATE(714), + [anon_sym_export] = ACTIONS(1489), + [anon_sym_alias] = ACTIONS(1489), + [anon_sym_let] = ACTIONS(1489), + [anon_sym_let_DASHenv] = ACTIONS(1489), + [anon_sym_mut] = ACTIONS(1489), + [anon_sym_const] = ACTIONS(1489), + [sym_cmd_identifier] = ACTIONS(1489), + [anon_sym_SEMI] = ACTIONS(1489), + [anon_sym_LF] = ACTIONS(1491), + [anon_sym_def] = ACTIONS(1489), + [anon_sym_def_DASHenv] = ACTIONS(1489), + [anon_sym_export_DASHenv] = ACTIONS(1489), + [anon_sym_extern] = ACTIONS(1489), + [anon_sym_module] = ACTIONS(1489), + [anon_sym_use] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1489), + [anon_sym_LPAREN] = ACTIONS(1489), + [anon_sym_RPAREN] = ACTIONS(1489), + [anon_sym_PIPE] = ACTIONS(1489), + [anon_sym_DOLLAR] = ACTIONS(1489), + [anon_sym_error] = ACTIONS(1489), + [anon_sym_DASH] = ACTIONS(1489), + [anon_sym_break] = ACTIONS(1489), + [anon_sym_continue] = ACTIONS(1489), + [anon_sym_for] = ACTIONS(1489), + [anon_sym_loop] = ACTIONS(1489), + [anon_sym_while] = ACTIONS(1489), + [anon_sym_do] = ACTIONS(1489), + [anon_sym_if] = ACTIONS(1489), + [anon_sym_else] = ACTIONS(1489), + [anon_sym_match] = ACTIONS(1489), + [anon_sym_LBRACE] = ACTIONS(1489), + [anon_sym_RBRACE] = ACTIONS(1489), + [anon_sym_try] = ACTIONS(1489), + [anon_sym_return] = ACTIONS(1489), + [anon_sym_source] = ACTIONS(1489), + [anon_sym_source_DASHenv] = ACTIONS(1489), + [anon_sym_register] = ACTIONS(1489), + [anon_sym_hide] = ACTIONS(1489), + [anon_sym_hide_DASHenv] = ACTIONS(1489), + [anon_sym_overlay] = ACTIONS(1489), + [anon_sym_where] = ACTIONS(1489), + [anon_sym_not] = ACTIONS(1489), + [anon_sym_DOT_DOT_LT] = ACTIONS(1489), + [anon_sym_DOT_DOT] = ACTIONS(1489), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1489), + [sym_val_nothing] = ACTIONS(1489), + [anon_sym_true] = ACTIONS(1489), + [anon_sym_false] = 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(1489), + [anon_sym_inf] = ACTIONS(1489), + [anon_sym_DASHinf] = ACTIONS(1489), + [anon_sym_NaN] = ACTIONS(1489), + [anon_sym_0b] = ACTIONS(1489), + [anon_sym_0o] = ACTIONS(1489), + [anon_sym_0x] = ACTIONS(1489), + [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), + [anon_sym_CARET] = ACTIONS(1489), + [anon_sym_POUND] = ACTIONS(3), + }, + [718] = { + [sym_comment] = STATE(718), + [ts_builtin_sym_end] = ACTIONS(1420), + [anon_sym_export] = ACTIONS(1418), + [anon_sym_alias] = ACTIONS(1418), + [anon_sym_let] = ACTIONS(1418), + [anon_sym_let_DASHenv] = ACTIONS(1418), + [anon_sym_mut] = ACTIONS(1418), + [anon_sym_const] = ACTIONS(1418), + [sym_cmd_identifier] = ACTIONS(1418), + [anon_sym_SEMI] = ACTIONS(1418), + [anon_sym_LF] = ACTIONS(1420), + [anon_sym_def] = ACTIONS(1418), + [anon_sym_def_DASHenv] = ACTIONS(1418), + [anon_sym_export_DASHenv] = ACTIONS(1418), + [anon_sym_extern] = ACTIONS(1418), + [anon_sym_module] = ACTIONS(1418), + [anon_sym_use] = ACTIONS(1418), + [anon_sym_LBRACK] = ACTIONS(1418), + [anon_sym_LPAREN] = ACTIONS(1418), + [anon_sym_PIPE] = ACTIONS(1418), + [anon_sym_DOLLAR] = ACTIONS(1418), + [anon_sym_error] = ACTIONS(1418), + [anon_sym_DASH_DASH] = ACTIONS(1418), + [anon_sym_DASH] = ACTIONS(1418), + [anon_sym_break] = ACTIONS(1418), + [anon_sym_continue] = ACTIONS(1418), + [anon_sym_for] = ACTIONS(1418), + [anon_sym_loop] = ACTIONS(1418), + [anon_sym_while] = ACTIONS(1418), + [anon_sym_do] = ACTIONS(1418), + [anon_sym_if] = ACTIONS(1418), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_LBRACE] = ACTIONS(1418), + [anon_sym_try] = ACTIONS(1418), + [anon_sym_return] = ACTIONS(1418), + [anon_sym_source] = ACTIONS(1418), + [anon_sym_source_DASHenv] = ACTIONS(1418), + [anon_sym_register] = ACTIONS(1418), + [anon_sym_hide] = ACTIONS(1418), + [anon_sym_hide_DASHenv] = ACTIONS(1418), + [anon_sym_overlay] = ACTIONS(1418), + [anon_sym_where] = ACTIONS(1418), + [anon_sym_not] = ACTIONS(1418), + [anon_sym_DOT_DOT_LT] = ACTIONS(1418), + [anon_sym_DOT_DOT] = ACTIONS(1418), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1418), + [sym_val_nothing] = ACTIONS(1418), + [anon_sym_true] = ACTIONS(1418), + [anon_sym_false] = ACTIONS(1418), + [aux_sym_val_number_token1] = ACTIONS(1418), + [aux_sym_val_number_token2] = ACTIONS(1418), + [aux_sym_val_number_token3] = ACTIONS(1418), + [aux_sym_val_number_token4] = ACTIONS(1418), + [anon_sym_inf] = ACTIONS(1418), + [anon_sym_DASHinf] = ACTIONS(1418), + [anon_sym_NaN] = ACTIONS(1418), + [anon_sym_0b] = ACTIONS(1418), + [anon_sym_0o] = ACTIONS(1418), + [anon_sym_0x] = ACTIONS(1418), + [sym_val_date] = ACTIONS(1418), + [anon_sym_DQUOTE] = ACTIONS(1418), + [sym__str_single_quotes] = ACTIONS(1418), + [sym__str_back_ticks] = ACTIONS(1418), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1418), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1418), + [anon_sym_CARET] = ACTIONS(1418), + [sym_short_flag] = ACTIONS(1418), + [anon_sym_POUND] = ACTIONS(3), + }, + [719] = { + [sym_comment] = STATE(719), + [ts_builtin_sym_end] = ACTIONS(1491), + [anon_sym_export] = ACTIONS(1489), + [anon_sym_alias] = ACTIONS(1489), + [anon_sym_let] = ACTIONS(1489), + [anon_sym_let_DASHenv] = ACTIONS(1489), + [anon_sym_mut] = ACTIONS(1489), + [anon_sym_const] = ACTIONS(1489), + [sym_cmd_identifier] = ACTIONS(1489), + [anon_sym_SEMI] = ACTIONS(1489), + [anon_sym_LF] = ACTIONS(1491), + [anon_sym_def] = ACTIONS(1489), + [anon_sym_def_DASHenv] = ACTIONS(1489), + [anon_sym_export_DASHenv] = ACTIONS(1489), + [anon_sym_extern] = ACTIONS(1489), + [anon_sym_module] = ACTIONS(1489), + [anon_sym_use] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1489), + [anon_sym_LPAREN] = ACTIONS(1489), + [anon_sym_PIPE] = ACTIONS(1489), + [anon_sym_DOLLAR] = ACTIONS(1489), + [anon_sym_error] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1489), + [anon_sym_DASH] = ACTIONS(1489), + [anon_sym_break] = ACTIONS(1489), + [anon_sym_continue] = ACTIONS(1489), + [anon_sym_for] = ACTIONS(1489), + [anon_sym_loop] = ACTIONS(1489), + [anon_sym_while] = ACTIONS(1489), + [anon_sym_do] = ACTIONS(1489), + [anon_sym_if] = ACTIONS(1489), + [anon_sym_match] = ACTIONS(1489), + [anon_sym_LBRACE] = ACTIONS(1489), + [anon_sym_try] = ACTIONS(1489), + [anon_sym_return] = ACTIONS(1489), + [anon_sym_source] = ACTIONS(1489), + [anon_sym_source_DASHenv] = ACTIONS(1489), + [anon_sym_register] = ACTIONS(1489), + [anon_sym_hide] = ACTIONS(1489), + [anon_sym_hide_DASHenv] = ACTIONS(1489), + [anon_sym_overlay] = ACTIONS(1489), + [anon_sym_where] = ACTIONS(1489), + [anon_sym_not] = ACTIONS(1489), + [anon_sym_DOT_DOT_LT] = ACTIONS(1489), + [anon_sym_DOT_DOT] = ACTIONS(1489), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1489), + [sym_val_nothing] = ACTIONS(1489), + [anon_sym_true] = ACTIONS(1489), + [anon_sym_false] = 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(1489), + [anon_sym_inf] = ACTIONS(1489), + [anon_sym_DASHinf] = ACTIONS(1489), + [anon_sym_NaN] = ACTIONS(1489), + [anon_sym_0b] = ACTIONS(1489), + [anon_sym_0o] = ACTIONS(1489), + [anon_sym_0x] = ACTIONS(1489), + [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), + [anon_sym_CARET] = ACTIONS(1489), + [sym_short_flag] = ACTIONS(1489), + [anon_sym_POUND] = ACTIONS(3), + }, + [720] = { + [sym_comment] = STATE(720), + [anon_sym_export] = ACTIONS(621), + [anon_sym_alias] = ACTIONS(621), + [anon_sym_let] = ACTIONS(621), + [anon_sym_let_DASHenv] = ACTIONS(621), + [anon_sym_mut] = ACTIONS(621), + [anon_sym_const] = ACTIONS(621), + [sym_cmd_identifier] = ACTIONS(621), + [anon_sym_SEMI] = ACTIONS(621), + [anon_sym_LF] = ACTIONS(623), + [anon_sym_def] = ACTIONS(621), + [anon_sym_def_DASHenv] = ACTIONS(621), + [anon_sym_export_DASHenv] = ACTIONS(621), + [anon_sym_extern] = ACTIONS(621), + [anon_sym_module] = ACTIONS(621), + [anon_sym_use] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_RPAREN] = ACTIONS(621), + [anon_sym_DOLLAR] = ACTIONS(621), + [anon_sym_error] = ACTIONS(621), + [anon_sym_DASH] = ACTIONS(621), + [anon_sym_break] = ACTIONS(621), + [anon_sym_continue] = ACTIONS(621), + [anon_sym_for] = ACTIONS(621), + [anon_sym_loop] = ACTIONS(621), + [anon_sym_while] = ACTIONS(621), + [anon_sym_do] = ACTIONS(621), + [anon_sym_if] = ACTIONS(621), + [anon_sym_match] = ACTIONS(621), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_RBRACE] = ACTIONS(621), + [anon_sym_DOT] = ACTIONS(621), + [anon_sym_try] = ACTIONS(621), + [anon_sym_return] = ACTIONS(621), + [anon_sym_source] = ACTIONS(621), + [anon_sym_source_DASHenv] = ACTIONS(621), + [anon_sym_register] = ACTIONS(621), + [anon_sym_hide] = ACTIONS(621), + [anon_sym_hide_DASHenv] = ACTIONS(621), + [anon_sym_overlay] = ACTIONS(621), + [anon_sym_where] = ACTIONS(621), + [anon_sym_QMARK2] = ACTIONS(1495), + [anon_sym_not] = ACTIONS(621), + [anon_sym_DOT_DOT_LT] = ACTIONS(621), + [anon_sym_DOT_DOT] = ACTIONS(621), + [anon_sym_DOT_DOT_EQ] = ACTIONS(621), + [sym_val_nothing] = ACTIONS(621), + [anon_sym_true] = ACTIONS(621), + [anon_sym_false] = ACTIONS(621), + [aux_sym_val_number_token1] = ACTIONS(621), + [aux_sym_val_number_token2] = ACTIONS(621), + [aux_sym_val_number_token3] = ACTIONS(621), + [aux_sym_val_number_token4] = ACTIONS(621), + [anon_sym_inf] = ACTIONS(621), + [anon_sym_DASHinf] = ACTIONS(621), + [anon_sym_NaN] = ACTIONS(621), + [anon_sym_0b] = ACTIONS(621), + [anon_sym_0o] = ACTIONS(621), + [anon_sym_0x] = ACTIONS(621), + [sym_val_date] = ACTIONS(621), + [anon_sym_DQUOTE] = ACTIONS(621), + [sym__str_single_quotes] = ACTIONS(621), + [sym__str_back_ticks] = ACTIONS(621), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(621), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(621), + [anon_sym_CARET] = ACTIONS(621), + [anon_sym_POUND] = ACTIONS(3), + }, + [721] = { + [sym_path] = STATE(834), + [sym_comment] = STATE(721), + [aux_sym_cell_path_repeat1] = STATE(735), + [ts_builtin_sym_end] = ACTIONS(583), + [anon_sym_export] = ACTIONS(581), + [anon_sym_alias] = ACTIONS(581), + [anon_sym_let] = ACTIONS(581), + [anon_sym_let_DASHenv] = ACTIONS(581), + [anon_sym_mut] = ACTIONS(581), + [anon_sym_const] = ACTIONS(581), + [sym_cmd_identifier] = ACTIONS(581), + [anon_sym_SEMI] = ACTIONS(581), + [anon_sym_LF] = ACTIONS(583), + [anon_sym_def] = ACTIONS(581), + [anon_sym_def_DASHenv] = ACTIONS(581), + [anon_sym_export_DASHenv] = ACTIONS(581), + [anon_sym_extern] = ACTIONS(581), + [anon_sym_module] = ACTIONS(581), + [anon_sym_use] = ACTIONS(581), + [anon_sym_LBRACK] = ACTIONS(581), + [anon_sym_LPAREN] = ACTIONS(581), + [anon_sym_DOLLAR] = ACTIONS(581), + [anon_sym_error] = ACTIONS(581), + [anon_sym_DASH] = ACTIONS(581), + [anon_sym_break] = ACTIONS(581), + [anon_sym_continue] = ACTIONS(581), + [anon_sym_for] = ACTIONS(581), + [anon_sym_loop] = ACTIONS(581), + [anon_sym_while] = ACTIONS(581), + [anon_sym_do] = ACTIONS(581), + [anon_sym_if] = ACTIONS(581), + [anon_sym_match] = ACTIONS(581), + [anon_sym_LBRACE] = ACTIONS(581), + [anon_sym_DOT] = ACTIONS(1604), + [anon_sym_try] = ACTIONS(581), + [anon_sym_return] = ACTIONS(581), + [anon_sym_source] = ACTIONS(581), + [anon_sym_source_DASHenv] = ACTIONS(581), + [anon_sym_register] = ACTIONS(581), + [anon_sym_hide] = ACTIONS(581), + [anon_sym_hide_DASHenv] = ACTIONS(581), + [anon_sym_overlay] = ACTIONS(581), + [anon_sym_where] = ACTIONS(581), + [anon_sym_not] = ACTIONS(581), + [anon_sym_DOT_DOT_LT] = ACTIONS(581), + [anon_sym_DOT_DOT] = ACTIONS(581), + [anon_sym_DOT_DOT_EQ] = ACTIONS(581), + [sym_val_nothing] = ACTIONS(581), + [anon_sym_true] = ACTIONS(581), + [anon_sym_false] = ACTIONS(581), + [aux_sym_val_number_token1] = ACTIONS(581), + [aux_sym_val_number_token2] = ACTIONS(581), + [aux_sym_val_number_token3] = ACTIONS(581), + [aux_sym_val_number_token4] = ACTIONS(581), + [anon_sym_inf] = ACTIONS(581), + [anon_sym_DASHinf] = ACTIONS(581), + [anon_sym_NaN] = ACTIONS(581), + [anon_sym_0b] = ACTIONS(581), + [anon_sym_0o] = ACTIONS(581), + [anon_sym_0x] = ACTIONS(581), + [sym_val_date] = ACTIONS(581), + [anon_sym_DQUOTE] = ACTIONS(581), + [sym__str_single_quotes] = ACTIONS(581), + [sym__str_back_ticks] = ACTIONS(581), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(581), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(581), + [anon_sym_CARET] = ACTIONS(581), + [anon_sym_POUND] = ACTIONS(3), + }, + [722] = { + [sym__expression] = STATE(587), + [sym_expr_unary] = STATE(573), + [sym_expr_binary] = STATE(573), + [sym_expr_parenthesized] = STATE(571), + [sym_val_range] = STATE(573), + [sym__value] = STATE(573), + [sym_val_bool] = STATE(639), + [sym_val_variable] = STATE(639), + [sym__var] = STATE(469), + [sym_val_number] = STATE(13), + [sym_val_duration] = STATE(639), + [sym_val_filesize] = STATE(639), + [sym_val_binary] = STATE(639), + [sym_val_string] = STATE(639), + [sym__str_double_quotes] = STATE(633), + [sym_val_interpolated] = STATE(639), + [sym__inter_single_quotes] = STATE(617), + [sym__inter_double_quotes] = STATE(616), + [sym_val_list] = STATE(639), + [sym_val_record] = STATE(639), + [sym_val_table] = STATE(639), + [sym_val_closure] = STATE(639), + [sym_unquoted] = STATE(1783), + [sym_comment] = STATE(722), + [ts_builtin_sym_end] = ACTIONS(1374), + [anon_sym_SEMI] = ACTIONS(1372), + [anon_sym_LF] = ACTIONS(1374), + [anon_sym_LBRACK] = ACTIONS(1606), + [anon_sym_LPAREN] = ACTIONS(1068), + [anon_sym_PIPE] = ACTIONS(1372), + [anon_sym_DOLLAR] = ACTIONS(1608), + [anon_sym_DASH_DASH] = ACTIONS(1372), + [anon_sym_DASH] = ACTIONS(1610), + [anon_sym_LBRACE] = ACTIONS(1612), + [anon_sym_not] = ACTIONS(1614), + [anon_sym_DOT_DOT_LT] = ACTIONS(1616), + [anon_sym_DOT_DOT] = ACTIONS(1616), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1616), + [sym_val_nothing] = ACTIONS(1618), + [anon_sym_true] = ACTIONS(1620), + [anon_sym_false] = ACTIONS(1620), + [aux_sym_val_number_token1] = ACTIONS(1622), + [aux_sym_val_number_token2] = ACTIONS(1622), + [aux_sym_val_number_token3] = ACTIONS(1622), + [aux_sym_val_number_token4] = ACTIONS(1622), + [anon_sym_inf] = ACTIONS(1622), + [anon_sym_DASHinf] = ACTIONS(1622), + [anon_sym_NaN] = ACTIONS(1622), + [anon_sym_0b] = ACTIONS(1624), + [anon_sym_0o] = ACTIONS(1624), + [anon_sym_0x] = ACTIONS(1624), + [sym_val_date] = ACTIONS(1618), + [anon_sym_DQUOTE] = ACTIONS(1626), + [sym__str_single_quotes] = ACTIONS(1628), + [sym__str_back_ticks] = ACTIONS(1628), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1630), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1632), + [anon_sym_err_GT] = ACTIONS(1372), + [anon_sym_out_GT] = ACTIONS(1372), + [anon_sym_e_GT] = ACTIONS(1372), + [anon_sym_o_GT] = ACTIONS(1372), + [anon_sym_err_PLUSout_GT] = ACTIONS(1372), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1372), + [anon_sym_o_PLUSe_GT] = ACTIONS(1372), + [anon_sym_e_PLUSo_GT] = ACTIONS(1372), + [sym_short_flag] = ACTIONS(1372), + [aux_sym_unquoted_token1] = ACTIONS(1534), + [anon_sym_POUND] = ACTIONS(3), + }, + [723] = { + [sym_comment] = STATE(723), + [ts_builtin_sym_end] = ACTIONS(783), + [anon_sym_export] = ACTIONS(781), + [anon_sym_alias] = ACTIONS(781), + [anon_sym_let] = ACTIONS(781), + [anon_sym_let_DASHenv] = ACTIONS(781), + [anon_sym_mut] = ACTIONS(781), + [anon_sym_const] = ACTIONS(781), + [sym_cmd_identifier] = ACTIONS(781), + [anon_sym_SEMI] = ACTIONS(781), + [anon_sym_LF] = ACTIONS(783), + [anon_sym_def] = ACTIONS(781), + [anon_sym_def_DASHenv] = ACTIONS(781), + [anon_sym_export_DASHenv] = ACTIONS(781), + [anon_sym_extern] = ACTIONS(781), + [anon_sym_module] = ACTIONS(781), + [anon_sym_use] = ACTIONS(781), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_LPAREN] = ACTIONS(781), + [anon_sym_PIPE] = ACTIONS(781), + [anon_sym_DOLLAR] = ACTIONS(781), + [anon_sym_error] = ACTIONS(781), + [anon_sym_DASH_DASH] = ACTIONS(781), + [anon_sym_DASH] = ACTIONS(781), + [anon_sym_break] = ACTIONS(781), + [anon_sym_continue] = ACTIONS(781), + [anon_sym_for] = ACTIONS(781), + [anon_sym_loop] = ACTIONS(781), + [anon_sym_while] = ACTIONS(781), + [anon_sym_do] = ACTIONS(781), + [anon_sym_if] = ACTIONS(781), + [anon_sym_match] = ACTIONS(781), + [anon_sym_LBRACE] = ACTIONS(781), + [anon_sym_try] = ACTIONS(781), + [anon_sym_return] = ACTIONS(781), + [anon_sym_source] = ACTIONS(781), + [anon_sym_source_DASHenv] = ACTIONS(781), + [anon_sym_register] = ACTIONS(781), + [anon_sym_hide] = ACTIONS(781), + [anon_sym_hide_DASHenv] = ACTIONS(781), + [anon_sym_overlay] = ACTIONS(781), + [anon_sym_where] = ACTIONS(781), + [anon_sym_not] = ACTIONS(781), + [anon_sym_DOT_DOT_LT] = ACTIONS(781), + [anon_sym_DOT_DOT] = ACTIONS(781), + [anon_sym_DOT_DOT_EQ] = ACTIONS(781), + [sym_val_nothing] = ACTIONS(781), + [anon_sym_true] = ACTIONS(781), + [anon_sym_false] = ACTIONS(781), + [aux_sym_val_number_token1] = ACTIONS(781), + [aux_sym_val_number_token2] = ACTIONS(781), + [aux_sym_val_number_token3] = ACTIONS(781), + [aux_sym_val_number_token4] = ACTIONS(781), + [anon_sym_inf] = ACTIONS(781), + [anon_sym_DASHinf] = ACTIONS(781), + [anon_sym_NaN] = ACTIONS(781), + [anon_sym_0b] = ACTIONS(781), + [anon_sym_0o] = ACTIONS(781), + [anon_sym_0x] = ACTIONS(781), + [sym_val_date] = ACTIONS(781), + [anon_sym_DQUOTE] = ACTIONS(781), + [sym__str_single_quotes] = ACTIONS(781), + [sym__str_back_ticks] = ACTIONS(781), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), + [anon_sym_CARET] = ACTIONS(781), + [sym_short_flag] = ACTIONS(781), + [anon_sym_POUND] = ACTIONS(3), + }, + [724] = { + [sym_comment] = STATE(724), + [anon_sym_export] = ACTIONS(1368), + [anon_sym_alias] = ACTIONS(1368), + [anon_sym_let] = ACTIONS(1368), + [anon_sym_let_DASHenv] = ACTIONS(1368), + [anon_sym_mut] = ACTIONS(1368), + [anon_sym_const] = ACTIONS(1368), + [sym_cmd_identifier] = ACTIONS(1368), + [anon_sym_SEMI] = ACTIONS(1368), + [anon_sym_LF] = ACTIONS(1370), + [anon_sym_def] = ACTIONS(1368), + [anon_sym_def_DASHenv] = ACTIONS(1368), + [anon_sym_export_DASHenv] = ACTIONS(1368), + [anon_sym_extern] = ACTIONS(1368), + [anon_sym_module] = ACTIONS(1368), + [anon_sym_use] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(1368), + [anon_sym_LPAREN] = ACTIONS(1368), + [anon_sym_RPAREN] = ACTIONS(1368), + [anon_sym_PIPE] = ACTIONS(1368), + [anon_sym_DOLLAR] = ACTIONS(1368), + [anon_sym_error] = ACTIONS(1368), + [anon_sym_DASH] = ACTIONS(1368), + [anon_sym_break] = ACTIONS(1368), + [anon_sym_continue] = ACTIONS(1368), + [anon_sym_for] = ACTIONS(1368), + [anon_sym_loop] = ACTIONS(1368), + [anon_sym_while] = ACTIONS(1368), + [anon_sym_do] = ACTIONS(1368), + [anon_sym_if] = ACTIONS(1368), + [anon_sym_match] = ACTIONS(1368), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_RBRACE] = ACTIONS(1368), + [anon_sym_try] = ACTIONS(1368), + [anon_sym_catch] = ACTIONS(1368), + [anon_sym_return] = ACTIONS(1368), + [anon_sym_source] = ACTIONS(1368), + [anon_sym_source_DASHenv] = ACTIONS(1368), + [anon_sym_register] = ACTIONS(1368), + [anon_sym_hide] = ACTIONS(1368), + [anon_sym_hide_DASHenv] = ACTIONS(1368), + [anon_sym_overlay] = ACTIONS(1368), + [anon_sym_where] = ACTIONS(1368), + [anon_sym_not] = ACTIONS(1368), + [anon_sym_DOT_DOT_LT] = ACTIONS(1368), + [anon_sym_DOT_DOT] = ACTIONS(1368), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1368), + [sym_val_nothing] = ACTIONS(1368), + [anon_sym_true] = ACTIONS(1368), + [anon_sym_false] = ACTIONS(1368), + [aux_sym_val_number_token1] = ACTIONS(1368), + [aux_sym_val_number_token2] = ACTIONS(1368), + [aux_sym_val_number_token3] = ACTIONS(1368), + [aux_sym_val_number_token4] = ACTIONS(1368), + [anon_sym_inf] = ACTIONS(1368), + [anon_sym_DASHinf] = ACTIONS(1368), + [anon_sym_NaN] = ACTIONS(1368), + [anon_sym_0b] = ACTIONS(1368), + [anon_sym_0o] = ACTIONS(1368), + [anon_sym_0x] = ACTIONS(1368), + [sym_val_date] = ACTIONS(1368), + [anon_sym_DQUOTE] = ACTIONS(1368), + [sym__str_single_quotes] = ACTIONS(1368), + [sym__str_back_ticks] = ACTIONS(1368), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1368), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1368), + [anon_sym_CARET] = ACTIONS(1368), + [anon_sym_POUND] = ACTIONS(3), + }, + [725] = { + [sym_expr_parenthesized] = STATE(1733), + [sym_val_range] = STATE(1745), + [sym__value] = STATE(1745), + [sym_val_bool] = STATE(1790), + [sym_val_variable] = STATE(1790), + [sym__var] = STATE(1660), + [sym_val_number] = STATE(109), + [sym_val_duration] = STATE(1790), + [sym_val_filesize] = STATE(1790), + [sym_val_binary] = STATE(1790), + [sym_val_string] = STATE(1790), + [sym__str_double_quotes] = STATE(1774), + [sym_val_interpolated] = STATE(1790), + [sym__inter_single_quotes] = STATE(1756), + [sym__inter_double_quotes] = STATE(1755), + [sym_val_list] = STATE(1790), + [sym_val_record] = STATE(1790), + [sym_val_table] = STATE(1790), + [sym_val_closure] = STATE(1790), + [sym__cmd_arg] = STATE(1737), + [sym_redirection] = STATE(1736), + [sym__flag] = STATE(1735), + [sym_long_flag] = STATE(1760), + [sym_unquoted] = STATE(1767), + [sym_comment] = STATE(725), + [aux_sym_command_repeat1] = STATE(733), + [ts_builtin_sym_end] = ACTIONS(1634), + [anon_sym_SEMI] = ACTIONS(1422), + [anon_sym_LF] = ACTIONS(1636), + [anon_sym_LBRACK] = ACTIONS(1502), + [anon_sym_LPAREN] = ACTIONS(1504), + [anon_sym_PIPE] = ACTIONS(1422), + [anon_sym_DOLLAR] = ACTIONS(1506), + [anon_sym_DASH_DASH] = ACTIONS(1508), + [anon_sym_LBRACE] = ACTIONS(1510), + [anon_sym_DOT_DOT_LT] = ACTIONS(1512), + [anon_sym_DOT_DOT] = ACTIONS(1512), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1512), + [sym_val_nothing] = ACTIONS(1514), + [anon_sym_true] = ACTIONS(1516), + [anon_sym_false] = ACTIONS(1516), + [aux_sym_val_number_token1] = ACTIONS(1518), + [aux_sym_val_number_token2] = ACTIONS(1518), + [aux_sym_val_number_token3] = ACTIONS(1518), + [aux_sym_val_number_token4] = ACTIONS(1518), + [anon_sym_inf] = ACTIONS(1518), + [anon_sym_DASHinf] = ACTIONS(1518), + [anon_sym_NaN] = ACTIONS(1518), + [anon_sym_0b] = ACTIONS(1520), + [anon_sym_0o] = ACTIONS(1520), + [anon_sym_0x] = ACTIONS(1520), + [sym_val_date] = ACTIONS(1514), + [anon_sym_DQUOTE] = ACTIONS(1522), + [sym__str_single_quotes] = ACTIONS(1524), + [sym__str_back_ticks] = ACTIONS(1524), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1526), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1530), + [anon_sym_out_GT] = ACTIONS(1530), + [anon_sym_e_GT] = ACTIONS(1530), + [anon_sym_o_GT] = ACTIONS(1530), + [anon_sym_err_PLUSout_GT] = ACTIONS(1530), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1530), + [anon_sym_o_PLUSe_GT] = ACTIONS(1530), + [anon_sym_e_PLUSo_GT] = ACTIONS(1530), + [sym_short_flag] = ACTIONS(1532), + [aux_sym_unquoted_token1] = ACTIONS(1534), + [anon_sym_POUND] = ACTIONS(3), + }, + [726] = { + [sym_cell_path] = STATE(930), + [sym_path] = STATE(716), + [sym_comment] = STATE(726), [ts_builtin_sym_end] = ACTIONS(599), [anon_sym_export] = ACTIONS(597), [anon_sym_alias] = ACTIONS(597), @@ -110116,7 +110751,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(597), [anon_sym_match] = ACTIONS(597), [anon_sym_LBRACE] = ACTIONS(597), - [anon_sym_DOT] = ACTIONS(1498), + [anon_sym_DOT] = ACTIONS(1604), [anon_sym_try] = ACTIONS(597), [anon_sym_return] = ACTIONS(597), [anon_sym_source] = ACTIONS(597), @@ -110152,1619 +110787,1058 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(597), [anon_sym_POUND] = ACTIONS(3), }, - [718] = { - [sym_comment] = STATE(718), - [ts_builtin_sym_end] = ACTIONS(700), - [anon_sym_export] = ACTIONS(698), - [anon_sym_alias] = ACTIONS(698), - [anon_sym_let] = ACTIONS(698), - [anon_sym_let_DASHenv] = ACTIONS(698), - [anon_sym_mut] = ACTIONS(698), - [anon_sym_const] = ACTIONS(698), - [sym_cmd_identifier] = ACTIONS(698), - [anon_sym_SEMI] = ACTIONS(698), - [anon_sym_LF] = ACTIONS(700), - [anon_sym_def] = ACTIONS(698), - [anon_sym_def_DASHenv] = ACTIONS(698), - [anon_sym_export_DASHenv] = ACTIONS(698), - [anon_sym_extern] = ACTIONS(698), - [anon_sym_module] = ACTIONS(698), - [anon_sym_use] = ACTIONS(698), - [anon_sym_LBRACK] = ACTIONS(698), - [anon_sym_LPAREN] = ACTIONS(698), - [anon_sym_DOLLAR] = ACTIONS(698), - [anon_sym_error] = ACTIONS(698), - [anon_sym_DASH] = ACTIONS(698), - [anon_sym_break] = ACTIONS(698), - [anon_sym_continue] = ACTIONS(698), - [anon_sym_for] = ACTIONS(698), - [anon_sym_loop] = ACTIONS(698), - [anon_sym_while] = ACTIONS(698), - [anon_sym_do] = ACTIONS(698), - [anon_sym_if] = ACTIONS(698), - [anon_sym_match] = ACTIONS(698), - [anon_sym_LBRACE] = ACTIONS(698), - [anon_sym_DOT] = ACTIONS(698), - [anon_sym_try] = ACTIONS(698), - [anon_sym_return] = ACTIONS(698), - [anon_sym_source] = ACTIONS(698), - [anon_sym_source_DASHenv] = ACTIONS(698), - [anon_sym_register] = ACTIONS(698), - [anon_sym_hide] = ACTIONS(698), - [anon_sym_hide_DASHenv] = ACTIONS(698), - [anon_sym_overlay] = ACTIONS(698), - [anon_sym_STAR] = ACTIONS(698), - [anon_sym_where] = ACTIONS(698), - [anon_sym_QMARK2] = ACTIONS(698), - [anon_sym_not] = ACTIONS(698), - [anon_sym_DOT_DOT_LT] = ACTIONS(698), - [anon_sym_DOT_DOT] = ACTIONS(698), - [anon_sym_DOT_DOT_EQ] = ACTIONS(698), - [sym_val_nothing] = ACTIONS(698), - [anon_sym_true] = ACTIONS(698), - [anon_sym_false] = ACTIONS(698), - [aux_sym_val_number_token1] = ACTIONS(698), - [aux_sym_val_number_token2] = ACTIONS(698), - [aux_sym_val_number_token3] = ACTIONS(698), - [aux_sym_val_number_token4] = ACTIONS(698), - [anon_sym_inf] = ACTIONS(698), - [anon_sym_DASHinf] = ACTIONS(698), - [anon_sym_NaN] = ACTIONS(698), - [anon_sym_0b] = ACTIONS(698), - [anon_sym_0o] = ACTIONS(698), - [anon_sym_0x] = ACTIONS(698), - [sym_val_date] = ACTIONS(698), - [anon_sym_DQUOTE] = ACTIONS(698), - [sym__str_single_quotes] = ACTIONS(698), - [sym__str_back_ticks] = ACTIONS(698), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(698), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(698), - [anon_sym_CARET] = ACTIONS(698), - [anon_sym_POUND] = ACTIONS(3), - }, - [719] = { - [sym_expr_parenthesized] = STATE(1765), - [sym_val_range] = STATE(1767), - [sym__value] = STATE(1767), - [sym_val_bool] = STATE(1776), - [sym_val_variable] = STATE(1776), - [sym__var] = STATE(1652), - [sym_val_number] = STATE(109), - [sym_val_duration] = STATE(1776), - [sym_val_filesize] = STATE(1776), - [sym_val_binary] = STATE(1776), - [sym_val_string] = STATE(1776), - [sym__str_double_quotes] = STATE(1756), - [sym_val_interpolated] = STATE(1776), - [sym__inter_single_quotes] = STATE(1751), - [sym__inter_double_quotes] = STATE(1753), - [sym_val_list] = STATE(1776), - [sym_val_record] = STATE(1776), - [sym_val_table] = STATE(1776), - [sym_val_closure] = STATE(1776), - [sym__cmd_arg] = STATE(1769), - [sym_redirection] = STATE(1770), - [sym__flag] = STATE(1773), - [sym_long_flag] = STATE(1763), - [sym_unquoted] = STATE(1775), - [sym_comment] = STATE(719), - [aux_sym_command_repeat1] = STATE(722), - [ts_builtin_sym_end] = ACTIONS(1502), - [anon_sym_SEMI] = ACTIONS(1388), - [anon_sym_LF] = ACTIONS(1504), - [anon_sym_LBRACK] = ACTIONS(1507), - [anon_sym_LPAREN] = ACTIONS(1509), - [anon_sym_PIPE] = ACTIONS(1388), - [anon_sym_DOLLAR] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1513), - [anon_sym_LBRACE] = ACTIONS(1515), - [anon_sym_DOT_DOT_LT] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1517), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1517), - [sym_val_nothing] = ACTIONS(1519), - [anon_sym_true] = ACTIONS(1521), - [anon_sym_false] = ACTIONS(1521), - [aux_sym_val_number_token1] = ACTIONS(1523), - [aux_sym_val_number_token2] = ACTIONS(1523), - [aux_sym_val_number_token3] = ACTIONS(1523), - [aux_sym_val_number_token4] = ACTIONS(1523), - [anon_sym_inf] = ACTIONS(1523), - [anon_sym_DASHinf] = ACTIONS(1523), - [anon_sym_NaN] = ACTIONS(1523), - [anon_sym_0b] = ACTIONS(1525), - [anon_sym_0o] = ACTIONS(1525), - [anon_sym_0x] = ACTIONS(1525), - [sym_val_date] = ACTIONS(1519), - [anon_sym_DQUOTE] = ACTIONS(1527), - [sym__str_single_quotes] = ACTIONS(1529), - [sym__str_back_ticks] = ACTIONS(1529), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1531), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1533), - [anon_sym_err_GT] = ACTIONS(1535), - [anon_sym_out_GT] = ACTIONS(1535), - [anon_sym_e_GT] = ACTIONS(1535), - [anon_sym_o_GT] = ACTIONS(1535), - [anon_sym_err_PLUSout_GT] = ACTIONS(1535), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1535), - [anon_sym_o_PLUSe_GT] = ACTIONS(1535), - [anon_sym_e_PLUSo_GT] = ACTIONS(1535), - [sym_short_flag] = ACTIONS(1537), - [aux_sym_unquoted_token1] = ACTIONS(1539), - [anon_sym_POUND] = ACTIONS(3), - }, - [720] = { - [sym__expression] = STATE(594), - [sym_expr_unary] = STATE(577), - [sym_expr_binary] = STATE(577), - [sym_expr_parenthesized] = STATE(575), - [sym_val_range] = STATE(577), - [sym__value] = STATE(577), - [sym_val_bool] = STATE(599), - [sym_val_variable] = STATE(599), - [sym__var] = STATE(469), - [sym_val_number] = STATE(13), - [sym_val_duration] = STATE(599), - [sym_val_filesize] = STATE(599), - [sym_val_binary] = STATE(599), - [sym_val_string] = STATE(599), - [sym__str_double_quotes] = STATE(595), - [sym_val_interpolated] = STATE(599), - [sym__inter_single_quotes] = STATE(593), - [sym__inter_double_quotes] = STATE(592), - [sym_val_list] = STATE(599), - [sym_val_record] = STATE(599), - [sym_val_table] = STATE(599), - [sym_val_closure] = STATE(599), - [sym_unquoted] = STATE(1774), - [sym_comment] = STATE(720), - [ts_builtin_sym_end] = ACTIONS(1395), - [anon_sym_SEMI] = ACTIONS(1393), - [anon_sym_LF] = ACTIONS(1395), - [anon_sym_LBRACK] = ACTIONS(1541), - [anon_sym_LPAREN] = ACTIONS(1044), - [anon_sym_PIPE] = ACTIONS(1393), - [anon_sym_DOLLAR] = ACTIONS(1543), - [anon_sym_DASH_DASH] = ACTIONS(1393), - [anon_sym_DASH] = ACTIONS(1545), - [anon_sym_LBRACE] = ACTIONS(1547), - [anon_sym_not] = ACTIONS(1549), - [anon_sym_DOT_DOT_LT] = ACTIONS(1551), - [anon_sym_DOT_DOT] = ACTIONS(1551), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1551), - [sym_val_nothing] = ACTIONS(1553), - [anon_sym_true] = ACTIONS(1555), - [anon_sym_false] = ACTIONS(1555), - [aux_sym_val_number_token1] = ACTIONS(1557), - [aux_sym_val_number_token2] = ACTIONS(1557), - [aux_sym_val_number_token3] = ACTIONS(1557), - [aux_sym_val_number_token4] = ACTIONS(1557), - [anon_sym_inf] = ACTIONS(1557), - [anon_sym_DASHinf] = ACTIONS(1557), - [anon_sym_NaN] = ACTIONS(1557), - [anon_sym_0b] = ACTIONS(1559), - [anon_sym_0o] = ACTIONS(1559), - [anon_sym_0x] = ACTIONS(1559), - [sym_val_date] = ACTIONS(1553), - [anon_sym_DQUOTE] = ACTIONS(1561), - [sym__str_single_quotes] = ACTIONS(1563), - [sym__str_back_ticks] = ACTIONS(1563), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1565), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1567), - [anon_sym_err_GT] = ACTIONS(1393), - [anon_sym_out_GT] = ACTIONS(1393), - [anon_sym_e_GT] = ACTIONS(1393), - [anon_sym_o_GT] = ACTIONS(1393), - [anon_sym_err_PLUSout_GT] = ACTIONS(1393), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1393), - [anon_sym_o_PLUSe_GT] = ACTIONS(1393), - [anon_sym_e_PLUSo_GT] = ACTIONS(1393), - [sym_short_flag] = ACTIONS(1393), - [aux_sym_unquoted_token1] = ACTIONS(1539), - [anon_sym_POUND] = ACTIONS(3), - }, - [721] = { - [sym_comment] = STATE(721), - [anon_sym_export] = ACTIONS(1363), - [anon_sym_alias] = ACTIONS(1363), - [anon_sym_let] = ACTIONS(1363), - [anon_sym_let_DASHenv] = ACTIONS(1363), - [anon_sym_mut] = ACTIONS(1363), - [anon_sym_const] = ACTIONS(1363), - [sym_cmd_identifier] = ACTIONS(1363), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_LF] = ACTIONS(1365), - [anon_sym_def] = ACTIONS(1363), - [anon_sym_def_DASHenv] = ACTIONS(1363), - [anon_sym_export_DASHenv] = ACTIONS(1363), - [anon_sym_extern] = ACTIONS(1363), - [anon_sym_module] = ACTIONS(1363), - [anon_sym_use] = ACTIONS(1363), - [anon_sym_LBRACK] = ACTIONS(1363), - [anon_sym_LPAREN] = ACTIONS(1363), - [anon_sym_RPAREN] = ACTIONS(1363), - [anon_sym_PIPE] = ACTIONS(1363), - [anon_sym_DOLLAR] = ACTIONS(1363), - [anon_sym_error] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_break] = ACTIONS(1363), - [anon_sym_continue] = ACTIONS(1363), - [anon_sym_for] = ACTIONS(1363), - [anon_sym_loop] = ACTIONS(1363), - [anon_sym_while] = ACTIONS(1363), - [anon_sym_do] = ACTIONS(1363), - [anon_sym_if] = ACTIONS(1363), - [anon_sym_else] = ACTIONS(1363), - [anon_sym_match] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_RBRACE] = ACTIONS(1363), - [anon_sym_try] = ACTIONS(1363), - [anon_sym_return] = ACTIONS(1363), - [anon_sym_source] = ACTIONS(1363), - [anon_sym_source_DASHenv] = ACTIONS(1363), - [anon_sym_register] = ACTIONS(1363), - [anon_sym_hide] = ACTIONS(1363), - [anon_sym_hide_DASHenv] = ACTIONS(1363), - [anon_sym_overlay] = ACTIONS(1363), - [anon_sym_where] = ACTIONS(1363), - [anon_sym_not] = ACTIONS(1363), - [anon_sym_DOT_DOT_LT] = ACTIONS(1363), - [anon_sym_DOT_DOT] = ACTIONS(1363), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1363), - [sym_val_nothing] = ACTIONS(1363), - [anon_sym_true] = ACTIONS(1363), - [anon_sym_false] = ACTIONS(1363), - [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(1363), - [anon_sym_inf] = ACTIONS(1363), - [anon_sym_DASHinf] = ACTIONS(1363), - [anon_sym_NaN] = ACTIONS(1363), - [anon_sym_0b] = ACTIONS(1363), - [anon_sym_0o] = ACTIONS(1363), - [anon_sym_0x] = ACTIONS(1363), - [sym_val_date] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym__str_single_quotes] = ACTIONS(1363), - [sym__str_back_ticks] = ACTIONS(1363), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1363), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1363), - [anon_sym_CARET] = ACTIONS(1363), - [anon_sym_POUND] = ACTIONS(3), - }, - [722] = { - [sym_expr_parenthesized] = STATE(1765), - [sym_val_range] = STATE(1767), - [sym__value] = STATE(1767), - [sym_val_bool] = STATE(1776), - [sym_val_variable] = STATE(1776), - [sym__var] = STATE(1652), - [sym_val_number] = STATE(109), - [sym_val_duration] = STATE(1776), - [sym_val_filesize] = STATE(1776), - [sym_val_binary] = STATE(1776), - [sym_val_string] = STATE(1776), - [sym__str_double_quotes] = STATE(1756), - [sym_val_interpolated] = STATE(1776), - [sym__inter_single_quotes] = STATE(1751), - [sym__inter_double_quotes] = STATE(1753), - [sym_val_list] = STATE(1776), - [sym_val_record] = STATE(1776), - [sym_val_table] = STATE(1776), - [sym_val_closure] = STATE(1776), - [sym__cmd_arg] = STATE(1769), - [sym_redirection] = STATE(1770), - [sym__flag] = STATE(1773), - [sym_long_flag] = STATE(1763), - [sym_unquoted] = STATE(1775), - [sym_comment] = STATE(722), - [aux_sym_command_repeat1] = STATE(722), - [ts_builtin_sym_end] = ACTIONS(1569), - [anon_sym_SEMI] = ACTIONS(1425), - [anon_sym_LF] = ACTIONS(1571), - [anon_sym_LBRACK] = ACTIONS(1574), - [anon_sym_LPAREN] = ACTIONS(1577), - [anon_sym_PIPE] = ACTIONS(1425), - [anon_sym_DOLLAR] = ACTIONS(1580), - [anon_sym_DASH_DASH] = ACTIONS(1583), - [anon_sym_LBRACE] = ACTIONS(1586), - [anon_sym_DOT_DOT_LT] = ACTIONS(1589), - [anon_sym_DOT_DOT] = ACTIONS(1589), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1589), - [sym_val_nothing] = ACTIONS(1592), - [anon_sym_true] = ACTIONS(1595), - [anon_sym_false] = ACTIONS(1595), - [aux_sym_val_number_token1] = ACTIONS(1598), - [aux_sym_val_number_token2] = ACTIONS(1598), - [aux_sym_val_number_token3] = ACTIONS(1598), - [aux_sym_val_number_token4] = ACTIONS(1598), - [anon_sym_inf] = ACTIONS(1598), - [anon_sym_DASHinf] = ACTIONS(1598), - [anon_sym_NaN] = ACTIONS(1598), - [anon_sym_0b] = ACTIONS(1601), - [anon_sym_0o] = ACTIONS(1601), - [anon_sym_0x] = ACTIONS(1601), - [sym_val_date] = ACTIONS(1592), - [anon_sym_DQUOTE] = ACTIONS(1604), - [sym__str_single_quotes] = ACTIONS(1607), - [sym__str_back_ticks] = ACTIONS(1607), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1610), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1613), - [anon_sym_err_GT] = ACTIONS(1616), - [anon_sym_out_GT] = ACTIONS(1616), - [anon_sym_e_GT] = ACTIONS(1616), - [anon_sym_o_GT] = ACTIONS(1616), - [anon_sym_err_PLUSout_GT] = ACTIONS(1616), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1616), - [anon_sym_o_PLUSe_GT] = ACTIONS(1616), - [anon_sym_e_PLUSo_GT] = ACTIONS(1616), - [sym_short_flag] = ACTIONS(1619), - [aux_sym_unquoted_token1] = ACTIONS(1622), - [anon_sym_POUND] = ACTIONS(3), - }, - [723] = { - [sym_comment] = STATE(723), - [anon_sym_export] = ACTIONS(1625), - [anon_sym_alias] = ACTIONS(1625), - [anon_sym_let] = ACTIONS(1625), - [anon_sym_let_DASHenv] = ACTIONS(1625), - [anon_sym_mut] = ACTIONS(1625), - [anon_sym_const] = ACTIONS(1625), - [sym_cmd_identifier] = ACTIONS(1625), - [anon_sym_SEMI] = ACTIONS(1625), - [anon_sym_LF] = ACTIONS(1627), - [anon_sym_def] = ACTIONS(1625), - [anon_sym_def_DASHenv] = ACTIONS(1625), - [anon_sym_export_DASHenv] = ACTIONS(1625), - [anon_sym_extern] = ACTIONS(1625), - [anon_sym_module] = ACTIONS(1625), - [anon_sym_use] = ACTIONS(1625), - [anon_sym_LBRACK] = ACTIONS(1625), - [anon_sym_LPAREN] = ACTIONS(1625), - [anon_sym_RPAREN] = ACTIONS(1625), - [anon_sym_PIPE] = ACTIONS(1625), - [anon_sym_DOLLAR] = ACTIONS(1625), - [anon_sym_error] = ACTIONS(1625), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_break] = ACTIONS(1625), - [anon_sym_continue] = ACTIONS(1625), - [anon_sym_for] = ACTIONS(1625), - [anon_sym_loop] = ACTIONS(1625), - [anon_sym_while] = ACTIONS(1625), - [anon_sym_do] = ACTIONS(1625), - [anon_sym_if] = ACTIONS(1625), - [anon_sym_match] = ACTIONS(1625), - [anon_sym_LBRACE] = ACTIONS(1625), - [anon_sym_RBRACE] = ACTIONS(1625), - [anon_sym_try] = ACTIONS(1625), - [anon_sym_catch] = ACTIONS(1629), - [anon_sym_return] = ACTIONS(1625), - [anon_sym_source] = ACTIONS(1625), - [anon_sym_source_DASHenv] = ACTIONS(1625), - [anon_sym_register] = ACTIONS(1625), - [anon_sym_hide] = ACTIONS(1625), - [anon_sym_hide_DASHenv] = ACTIONS(1625), - [anon_sym_overlay] = ACTIONS(1625), - [anon_sym_where] = ACTIONS(1625), - [anon_sym_not] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT] = ACTIONS(1625), - [anon_sym_DOT_DOT] = ACTIONS(1625), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1625), - [sym_val_nothing] = ACTIONS(1625), - [anon_sym_true] = ACTIONS(1625), - [anon_sym_false] = 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), - [anon_sym_inf] = ACTIONS(1625), - [anon_sym_DASHinf] = ACTIONS(1625), - [anon_sym_NaN] = ACTIONS(1625), - [anon_sym_0b] = ACTIONS(1625), - [anon_sym_0o] = ACTIONS(1625), - [anon_sym_0x] = ACTIONS(1625), - [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_CARET] = ACTIONS(1625), - [anon_sym_POUND] = ACTIONS(3), - }, - [724] = { - [sym_comment] = STATE(724), - [anon_sym_export] = ACTIONS(1481), - [anon_sym_alias] = ACTIONS(1481), - [anon_sym_let] = ACTIONS(1481), - [anon_sym_let_DASHenv] = ACTIONS(1481), - [anon_sym_mut] = ACTIONS(1481), - [anon_sym_const] = ACTIONS(1481), - [sym_cmd_identifier] = ACTIONS(1481), - [anon_sym_SEMI] = ACTIONS(1481), - [anon_sym_LF] = ACTIONS(1483), - [anon_sym_def] = ACTIONS(1481), - [anon_sym_def_DASHenv] = ACTIONS(1481), - [anon_sym_export_DASHenv] = ACTIONS(1481), - [anon_sym_extern] = ACTIONS(1481), - [anon_sym_module] = ACTIONS(1481), - [anon_sym_use] = ACTIONS(1481), - [anon_sym_LBRACK] = ACTIONS(1481), - [anon_sym_LPAREN] = ACTIONS(1481), - [anon_sym_RPAREN] = ACTIONS(1481), - [anon_sym_PIPE] = ACTIONS(1481), - [anon_sym_DOLLAR] = ACTIONS(1481), - [anon_sym_error] = ACTIONS(1481), - [anon_sym_DASH] = ACTIONS(1481), - [anon_sym_break] = ACTIONS(1481), - [anon_sym_continue] = ACTIONS(1481), - [anon_sym_for] = ACTIONS(1481), - [anon_sym_loop] = ACTIONS(1481), - [anon_sym_while] = ACTIONS(1481), - [anon_sym_do] = ACTIONS(1481), - [anon_sym_if] = ACTIONS(1481), - [anon_sym_match] = ACTIONS(1481), - [anon_sym_LBRACE] = ACTIONS(1481), - [anon_sym_RBRACE] = ACTIONS(1481), - [anon_sym_try] = ACTIONS(1481), - [anon_sym_catch] = ACTIONS(1481), - [anon_sym_return] = ACTIONS(1481), - [anon_sym_source] = ACTIONS(1481), - [anon_sym_source_DASHenv] = ACTIONS(1481), - [anon_sym_register] = ACTIONS(1481), - [anon_sym_hide] = ACTIONS(1481), - [anon_sym_hide_DASHenv] = ACTIONS(1481), - [anon_sym_overlay] = ACTIONS(1481), - [anon_sym_where] = ACTIONS(1481), - [anon_sym_not] = ACTIONS(1481), - [anon_sym_DOT_DOT_LT] = ACTIONS(1481), - [anon_sym_DOT_DOT] = ACTIONS(1481), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1481), - [sym_val_nothing] = ACTIONS(1481), - [anon_sym_true] = ACTIONS(1481), - [anon_sym_false] = ACTIONS(1481), - [aux_sym_val_number_token1] = ACTIONS(1481), - [aux_sym_val_number_token2] = ACTIONS(1481), - [aux_sym_val_number_token3] = ACTIONS(1481), - [aux_sym_val_number_token4] = ACTIONS(1481), - [anon_sym_inf] = ACTIONS(1481), - [anon_sym_DASHinf] = ACTIONS(1481), - [anon_sym_NaN] = ACTIONS(1481), - [anon_sym_0b] = ACTIONS(1481), - [anon_sym_0o] = ACTIONS(1481), - [anon_sym_0x] = ACTIONS(1481), - [sym_val_date] = ACTIONS(1481), - [anon_sym_DQUOTE] = ACTIONS(1481), - [sym__str_single_quotes] = ACTIONS(1481), - [sym__str_back_ticks] = ACTIONS(1481), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1481), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1481), - [anon_sym_CARET] = ACTIONS(1481), - [anon_sym_POUND] = ACTIONS(3), - }, - [725] = { - [sym_comment] = STATE(725), - [ts_builtin_sym_end] = ACTIONS(838), - [anon_sym_export] = ACTIONS(836), - [anon_sym_alias] = ACTIONS(836), - [anon_sym_let] = ACTIONS(836), - [anon_sym_let_DASHenv] = ACTIONS(836), - [anon_sym_mut] = ACTIONS(836), - [anon_sym_const] = ACTIONS(836), - [sym_cmd_identifier] = ACTIONS(836), - [anon_sym_SEMI] = ACTIONS(836), - [anon_sym_LF] = ACTIONS(838), - [anon_sym_def] = ACTIONS(836), - [anon_sym_def_DASHenv] = ACTIONS(836), - [anon_sym_export_DASHenv] = ACTIONS(836), - [anon_sym_extern] = ACTIONS(836), - [anon_sym_module] = ACTIONS(836), - [anon_sym_use] = ACTIONS(836), - [anon_sym_LBRACK] = ACTIONS(836), - [anon_sym_LPAREN] = ACTIONS(836), - [anon_sym_PIPE] = ACTIONS(836), - [anon_sym_DOLLAR] = ACTIONS(836), - [anon_sym_error] = ACTIONS(836), - [anon_sym_DASH_DASH] = ACTIONS(836), - [anon_sym_DASH] = ACTIONS(836), - [anon_sym_break] = ACTIONS(836), - [anon_sym_continue] = ACTIONS(836), - [anon_sym_for] = ACTIONS(836), - [anon_sym_loop] = ACTIONS(836), - [anon_sym_while] = ACTIONS(836), - [anon_sym_do] = ACTIONS(836), - [anon_sym_if] = ACTIONS(836), - [anon_sym_match] = ACTIONS(836), - [anon_sym_LBRACE] = ACTIONS(836), - [anon_sym_try] = ACTIONS(836), - [anon_sym_return] = ACTIONS(836), - [anon_sym_source] = ACTIONS(836), - [anon_sym_source_DASHenv] = ACTIONS(836), - [anon_sym_register] = ACTIONS(836), - [anon_sym_hide] = ACTIONS(836), - [anon_sym_hide_DASHenv] = ACTIONS(836), - [anon_sym_overlay] = ACTIONS(836), - [anon_sym_where] = ACTIONS(836), - [anon_sym_not] = ACTIONS(836), - [anon_sym_DOT_DOT_LT] = ACTIONS(836), - [anon_sym_DOT_DOT] = ACTIONS(836), - [anon_sym_DOT_DOT_EQ] = ACTIONS(836), - [sym_val_nothing] = ACTIONS(836), - [anon_sym_true] = ACTIONS(836), - [anon_sym_false] = ACTIONS(836), - [aux_sym_val_number_token1] = ACTIONS(836), - [aux_sym_val_number_token2] = ACTIONS(836), - [aux_sym_val_number_token3] = ACTIONS(836), - [aux_sym_val_number_token4] = ACTIONS(836), - [anon_sym_inf] = ACTIONS(836), - [anon_sym_DASHinf] = ACTIONS(836), - [anon_sym_NaN] = ACTIONS(836), - [anon_sym_0b] = ACTIONS(836), - [anon_sym_0o] = ACTIONS(836), - [anon_sym_0x] = ACTIONS(836), - [sym_val_date] = ACTIONS(836), - [anon_sym_DQUOTE] = ACTIONS(836), - [sym__str_single_quotes] = ACTIONS(836), - [sym__str_back_ticks] = ACTIONS(836), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(836), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(836), - [anon_sym_CARET] = ACTIONS(836), - [sym_short_flag] = ACTIONS(836), - [anon_sym_POUND] = ACTIONS(3), - }, - [726] = { - [sym_comment] = STATE(726), - [ts_builtin_sym_end] = ACTIONS(1386), - [anon_sym_export] = ACTIONS(1384), - [anon_sym_alias] = ACTIONS(1384), - [anon_sym_let] = ACTIONS(1384), - [anon_sym_let_DASHenv] = ACTIONS(1384), - [anon_sym_mut] = ACTIONS(1384), - [anon_sym_const] = ACTIONS(1384), - [sym_cmd_identifier] = ACTIONS(1384), - [anon_sym_SEMI] = ACTIONS(1384), - [anon_sym_LF] = ACTIONS(1386), - [anon_sym_def] = ACTIONS(1384), - [anon_sym_def_DASHenv] = ACTIONS(1384), - [anon_sym_export_DASHenv] = ACTIONS(1384), - [anon_sym_extern] = ACTIONS(1384), - [anon_sym_module] = ACTIONS(1384), - [anon_sym_use] = ACTIONS(1384), - [anon_sym_LBRACK] = ACTIONS(1384), - [anon_sym_LPAREN] = ACTIONS(1384), - [anon_sym_PIPE] = ACTIONS(1384), - [anon_sym_DOLLAR] = ACTIONS(1384), - [anon_sym_error] = ACTIONS(1384), - [anon_sym_DASH_DASH] = ACTIONS(1384), - [anon_sym_DASH] = ACTIONS(1384), - [anon_sym_break] = ACTIONS(1384), - [anon_sym_continue] = ACTIONS(1384), - [anon_sym_for] = ACTIONS(1384), - [anon_sym_loop] = ACTIONS(1384), - [anon_sym_while] = ACTIONS(1384), - [anon_sym_do] = ACTIONS(1384), - [anon_sym_if] = ACTIONS(1384), - [anon_sym_match] = ACTIONS(1384), - [anon_sym_LBRACE] = ACTIONS(1384), - [anon_sym_try] = ACTIONS(1384), - [anon_sym_return] = ACTIONS(1384), - [anon_sym_source] = ACTIONS(1384), - [anon_sym_source_DASHenv] = ACTIONS(1384), - [anon_sym_register] = ACTIONS(1384), - [anon_sym_hide] = ACTIONS(1384), - [anon_sym_hide_DASHenv] = ACTIONS(1384), - [anon_sym_overlay] = ACTIONS(1384), - [anon_sym_where] = ACTIONS(1384), - [anon_sym_not] = ACTIONS(1384), - [anon_sym_DOT_DOT_LT] = ACTIONS(1384), - [anon_sym_DOT_DOT] = ACTIONS(1384), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1384), - [sym_val_nothing] = ACTIONS(1384), - [anon_sym_true] = ACTIONS(1384), - [anon_sym_false] = ACTIONS(1384), - [aux_sym_val_number_token1] = ACTIONS(1384), - [aux_sym_val_number_token2] = ACTIONS(1384), - [aux_sym_val_number_token3] = ACTIONS(1384), - [aux_sym_val_number_token4] = ACTIONS(1384), - [anon_sym_inf] = ACTIONS(1384), - [anon_sym_DASHinf] = ACTIONS(1384), - [anon_sym_NaN] = ACTIONS(1384), - [anon_sym_0b] = ACTIONS(1384), - [anon_sym_0o] = ACTIONS(1384), - [anon_sym_0x] = ACTIONS(1384), - [sym_val_date] = ACTIONS(1384), - [anon_sym_DQUOTE] = ACTIONS(1384), - [sym__str_single_quotes] = ACTIONS(1384), - [sym__str_back_ticks] = ACTIONS(1384), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1384), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1384), - [anon_sym_CARET] = ACTIONS(1384), - [sym_short_flag] = ACTIONS(1384), - [anon_sym_POUND] = ACTIONS(3), - }, [727] = { - [sym_cell_path] = STATE(955), - [sym_path] = STATE(717), + [sym_cell_path] = STATE(954), + [sym_path] = STATE(716), [sym_comment] = STATE(727), - [ts_builtin_sym_end] = ACTIONS(611), - [anon_sym_export] = ACTIONS(609), - [anon_sym_alias] = ACTIONS(609), - [anon_sym_let] = ACTIONS(609), - [anon_sym_let_DASHenv] = ACTIONS(609), - [anon_sym_mut] = ACTIONS(609), - [anon_sym_const] = ACTIONS(609), - [sym_cmd_identifier] = ACTIONS(609), - [anon_sym_SEMI] = ACTIONS(609), - [anon_sym_LF] = ACTIONS(611), - [anon_sym_def] = ACTIONS(609), - [anon_sym_def_DASHenv] = ACTIONS(609), - [anon_sym_export_DASHenv] = ACTIONS(609), - [anon_sym_extern] = ACTIONS(609), - [anon_sym_module] = ACTIONS(609), - [anon_sym_use] = ACTIONS(609), - [anon_sym_LBRACK] = ACTIONS(609), - [anon_sym_LPAREN] = ACTIONS(609), - [anon_sym_DOLLAR] = ACTIONS(609), - [anon_sym_error] = ACTIONS(609), - [anon_sym_DASH] = ACTIONS(609), - [anon_sym_break] = ACTIONS(609), - [anon_sym_continue] = ACTIONS(609), - [anon_sym_for] = ACTIONS(609), - [anon_sym_loop] = ACTIONS(609), - [anon_sym_while] = ACTIONS(609), - [anon_sym_do] = ACTIONS(609), - [anon_sym_if] = ACTIONS(609), - [anon_sym_match] = ACTIONS(609), - [anon_sym_LBRACE] = ACTIONS(609), - [anon_sym_DOT] = ACTIONS(1498), - [anon_sym_try] = ACTIONS(609), - [anon_sym_return] = ACTIONS(609), - [anon_sym_source] = ACTIONS(609), - [anon_sym_source_DASHenv] = ACTIONS(609), - [anon_sym_register] = ACTIONS(609), - [anon_sym_hide] = ACTIONS(609), - [anon_sym_hide_DASHenv] = ACTIONS(609), - [anon_sym_overlay] = ACTIONS(609), - [anon_sym_where] = ACTIONS(609), - [anon_sym_not] = ACTIONS(609), - [anon_sym_DOT_DOT_LT] = ACTIONS(609), - [anon_sym_DOT_DOT] = ACTIONS(609), - [anon_sym_DOT_DOT_EQ] = ACTIONS(609), - [sym_val_nothing] = ACTIONS(609), - [anon_sym_true] = ACTIONS(609), - [anon_sym_false] = ACTIONS(609), - [aux_sym_val_number_token1] = ACTIONS(609), - [aux_sym_val_number_token2] = ACTIONS(609), - [aux_sym_val_number_token3] = ACTIONS(609), - [aux_sym_val_number_token4] = ACTIONS(609), - [anon_sym_inf] = ACTIONS(609), - [anon_sym_DASHinf] = ACTIONS(609), - [anon_sym_NaN] = ACTIONS(609), - [anon_sym_0b] = ACTIONS(609), - [anon_sym_0o] = ACTIONS(609), - [anon_sym_0x] = ACTIONS(609), - [sym_val_date] = ACTIONS(609), - [anon_sym_DQUOTE] = ACTIONS(609), - [sym__str_single_quotes] = ACTIONS(609), - [sym__str_back_ticks] = ACTIONS(609), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(609), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(609), - [anon_sym_CARET] = ACTIONS(609), + [ts_builtin_sym_end] = ACTIONS(577), + [anon_sym_export] = ACTIONS(575), + [anon_sym_alias] = ACTIONS(575), + [anon_sym_let] = ACTIONS(575), + [anon_sym_let_DASHenv] = ACTIONS(575), + [anon_sym_mut] = ACTIONS(575), + [anon_sym_const] = ACTIONS(575), + [sym_cmd_identifier] = ACTIONS(575), + [anon_sym_SEMI] = ACTIONS(575), + [anon_sym_LF] = ACTIONS(577), + [anon_sym_def] = ACTIONS(575), + [anon_sym_def_DASHenv] = ACTIONS(575), + [anon_sym_export_DASHenv] = ACTIONS(575), + [anon_sym_extern] = ACTIONS(575), + [anon_sym_module] = ACTIONS(575), + [anon_sym_use] = ACTIONS(575), + [anon_sym_LBRACK] = ACTIONS(575), + [anon_sym_LPAREN] = ACTIONS(575), + [anon_sym_DOLLAR] = ACTIONS(575), + [anon_sym_error] = ACTIONS(575), + [anon_sym_DASH] = ACTIONS(575), + [anon_sym_break] = ACTIONS(575), + [anon_sym_continue] = ACTIONS(575), + [anon_sym_for] = ACTIONS(575), + [anon_sym_loop] = ACTIONS(575), + [anon_sym_while] = ACTIONS(575), + [anon_sym_do] = ACTIONS(575), + [anon_sym_if] = ACTIONS(575), + [anon_sym_match] = ACTIONS(575), + [anon_sym_LBRACE] = ACTIONS(575), + [anon_sym_DOT] = ACTIONS(1604), + [anon_sym_try] = ACTIONS(575), + [anon_sym_return] = ACTIONS(575), + [anon_sym_source] = ACTIONS(575), + [anon_sym_source_DASHenv] = ACTIONS(575), + [anon_sym_register] = ACTIONS(575), + [anon_sym_hide] = ACTIONS(575), + [anon_sym_hide_DASHenv] = ACTIONS(575), + [anon_sym_overlay] = ACTIONS(575), + [anon_sym_where] = ACTIONS(575), + [anon_sym_not] = ACTIONS(575), + [anon_sym_DOT_DOT_LT] = ACTIONS(575), + [anon_sym_DOT_DOT] = ACTIONS(575), + [anon_sym_DOT_DOT_EQ] = ACTIONS(575), + [sym_val_nothing] = ACTIONS(575), + [anon_sym_true] = ACTIONS(575), + [anon_sym_false] = ACTIONS(575), + [aux_sym_val_number_token1] = ACTIONS(575), + [aux_sym_val_number_token2] = ACTIONS(575), + [aux_sym_val_number_token3] = ACTIONS(575), + [aux_sym_val_number_token4] = ACTIONS(575), + [anon_sym_inf] = ACTIONS(575), + [anon_sym_DASHinf] = ACTIONS(575), + [anon_sym_NaN] = ACTIONS(575), + [anon_sym_0b] = ACTIONS(575), + [anon_sym_0o] = ACTIONS(575), + [anon_sym_0x] = ACTIONS(575), + [sym_val_date] = ACTIONS(575), + [anon_sym_DQUOTE] = ACTIONS(575), + [sym__str_single_quotes] = ACTIONS(575), + [sym__str_back_ticks] = ACTIONS(575), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(575), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(575), + [anon_sym_CARET] = ACTIONS(575), [anon_sym_POUND] = ACTIONS(3), }, [728] = { - [sym_expr_parenthesized] = STATE(1765), - [sym_val_range] = STATE(1767), - [sym__value] = STATE(1767), - [sym_val_bool] = STATE(1776), - [sym_val_variable] = STATE(1776), - [sym__var] = STATE(1652), + [sym_expr_parenthesized] = STATE(1733), + [sym_val_range] = STATE(1745), + [sym__value] = STATE(1745), + [sym_val_bool] = STATE(1790), + [sym_val_variable] = STATE(1790), + [sym__var] = STATE(1660), [sym_val_number] = STATE(109), - [sym_val_duration] = STATE(1776), - [sym_val_filesize] = STATE(1776), - [sym_val_binary] = STATE(1776), - [sym_val_string] = STATE(1776), - [sym__str_double_quotes] = STATE(1756), - [sym_val_interpolated] = STATE(1776), - [sym__inter_single_quotes] = STATE(1751), - [sym__inter_double_quotes] = STATE(1753), - [sym_val_list] = STATE(1776), - [sym_val_record] = STATE(1776), - [sym_val_table] = STATE(1776), - [sym_val_closure] = STATE(1776), - [sym__cmd_arg] = STATE(1769), - [sym_redirection] = STATE(1770), - [sym__flag] = STATE(1773), - [sym_long_flag] = STATE(1763), - [sym_unquoted] = STATE(1775), + [sym_val_duration] = STATE(1790), + [sym_val_filesize] = STATE(1790), + [sym_val_binary] = STATE(1790), + [sym_val_string] = STATE(1790), + [sym__str_double_quotes] = STATE(1774), + [sym_val_interpolated] = STATE(1790), + [sym__inter_single_quotes] = STATE(1756), + [sym__inter_double_quotes] = STATE(1755), + [sym_val_list] = STATE(1790), + [sym_val_record] = STATE(1790), + [sym_val_table] = STATE(1790), + [sym_val_closure] = STATE(1790), + [sym__cmd_arg] = STATE(1737), + [sym_redirection] = STATE(1736), + [sym__flag] = STATE(1735), + [sym_long_flag] = STATE(1760), + [sym_unquoted] = STATE(1767), [sym_comment] = STATE(728), - [aux_sym_command_repeat1] = STATE(719), - [ts_builtin_sym_end] = ACTIONS(1631), - [anon_sym_SEMI] = ACTIONS(1485), - [anon_sym_LF] = ACTIONS(1633), - [anon_sym_LBRACK] = ACTIONS(1507), - [anon_sym_LPAREN] = ACTIONS(1509), - [anon_sym_PIPE] = ACTIONS(1485), - [anon_sym_DOLLAR] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1513), - [anon_sym_LBRACE] = ACTIONS(1515), - [anon_sym_DOT_DOT_LT] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1517), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1517), - [sym_val_nothing] = ACTIONS(1519), - [anon_sym_true] = ACTIONS(1521), - [anon_sym_false] = ACTIONS(1521), - [aux_sym_val_number_token1] = ACTIONS(1523), - [aux_sym_val_number_token2] = ACTIONS(1523), - [aux_sym_val_number_token3] = ACTIONS(1523), - [aux_sym_val_number_token4] = ACTIONS(1523), - [anon_sym_inf] = ACTIONS(1523), - [anon_sym_DASHinf] = ACTIONS(1523), - [anon_sym_NaN] = ACTIONS(1523), - [anon_sym_0b] = ACTIONS(1525), - [anon_sym_0o] = ACTIONS(1525), - [anon_sym_0x] = ACTIONS(1525), - [sym_val_date] = ACTIONS(1519), - [anon_sym_DQUOTE] = ACTIONS(1527), - [sym__str_single_quotes] = ACTIONS(1529), - [sym__str_back_ticks] = ACTIONS(1529), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1531), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1533), - [anon_sym_err_GT] = ACTIONS(1535), - [anon_sym_out_GT] = ACTIONS(1535), - [anon_sym_e_GT] = ACTIONS(1535), - [anon_sym_o_GT] = ACTIONS(1535), - [anon_sym_err_PLUSout_GT] = ACTIONS(1535), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1535), - [anon_sym_o_PLUSe_GT] = ACTIONS(1535), - [anon_sym_e_PLUSo_GT] = ACTIONS(1535), - [sym_short_flag] = ACTIONS(1537), - [aux_sym_unquoted_token1] = ACTIONS(1539), + [aux_sym_command_repeat1] = STATE(714), + [ts_builtin_sym_end] = ACTIONS(1639), + [anon_sym_SEMI] = ACTIONS(1404), + [anon_sym_LF] = ACTIONS(1641), + [anon_sym_LBRACK] = ACTIONS(1502), + [anon_sym_LPAREN] = ACTIONS(1504), + [anon_sym_PIPE] = ACTIONS(1404), + [anon_sym_DOLLAR] = ACTIONS(1506), + [anon_sym_DASH_DASH] = ACTIONS(1508), + [anon_sym_LBRACE] = ACTIONS(1510), + [anon_sym_DOT_DOT_LT] = ACTIONS(1512), + [anon_sym_DOT_DOT] = ACTIONS(1512), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1512), + [sym_val_nothing] = ACTIONS(1514), + [anon_sym_true] = ACTIONS(1516), + [anon_sym_false] = ACTIONS(1516), + [aux_sym_val_number_token1] = ACTIONS(1518), + [aux_sym_val_number_token2] = ACTIONS(1518), + [aux_sym_val_number_token3] = ACTIONS(1518), + [aux_sym_val_number_token4] = ACTIONS(1518), + [anon_sym_inf] = ACTIONS(1518), + [anon_sym_DASHinf] = ACTIONS(1518), + [anon_sym_NaN] = ACTIONS(1518), + [anon_sym_0b] = ACTIONS(1520), + [anon_sym_0o] = ACTIONS(1520), + [anon_sym_0x] = ACTIONS(1520), + [sym_val_date] = ACTIONS(1514), + [anon_sym_DQUOTE] = ACTIONS(1522), + [sym__str_single_quotes] = ACTIONS(1524), + [sym__str_back_ticks] = ACTIONS(1524), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1526), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1530), + [anon_sym_out_GT] = ACTIONS(1530), + [anon_sym_e_GT] = ACTIONS(1530), + [anon_sym_o_GT] = ACTIONS(1530), + [anon_sym_err_PLUSout_GT] = ACTIONS(1530), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1530), + [anon_sym_o_PLUSe_GT] = ACTIONS(1530), + [anon_sym_e_PLUSo_GT] = ACTIONS(1530), + [sym_short_flag] = ACTIONS(1532), + [aux_sym_unquoted_token1] = ACTIONS(1534), [anon_sym_POUND] = ACTIONS(3), }, [729] = { [sym_comment] = STATE(729), - [ts_builtin_sym_end] = ACTIONS(1373), - [anon_sym_export] = ACTIONS(1371), - [anon_sym_alias] = ACTIONS(1371), - [anon_sym_let] = ACTIONS(1371), - [anon_sym_let_DASHenv] = ACTIONS(1371), - [anon_sym_mut] = ACTIONS(1371), - [anon_sym_const] = ACTIONS(1371), - [sym_cmd_identifier] = ACTIONS(1371), - [anon_sym_SEMI] = ACTIONS(1371), - [anon_sym_LF] = ACTIONS(1373), - [anon_sym_def] = ACTIONS(1371), - [anon_sym_def_DASHenv] = ACTIONS(1371), - [anon_sym_export_DASHenv] = ACTIONS(1371), - [anon_sym_extern] = ACTIONS(1371), - [anon_sym_module] = ACTIONS(1371), - [anon_sym_use] = ACTIONS(1371), - [anon_sym_LBRACK] = ACTIONS(1371), - [anon_sym_LPAREN] = ACTIONS(1371), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_DOLLAR] = ACTIONS(1371), - [anon_sym_error] = ACTIONS(1371), - [anon_sym_DASH_DASH] = ACTIONS(1371), - [anon_sym_DASH] = ACTIONS(1371), - [anon_sym_break] = ACTIONS(1371), - [anon_sym_continue] = ACTIONS(1371), - [anon_sym_for] = ACTIONS(1371), - [anon_sym_loop] = ACTIONS(1371), - [anon_sym_while] = ACTIONS(1371), - [anon_sym_do] = ACTIONS(1371), - [anon_sym_if] = ACTIONS(1371), - [anon_sym_match] = ACTIONS(1371), - [anon_sym_LBRACE] = ACTIONS(1371), - [anon_sym_try] = ACTIONS(1371), - [anon_sym_return] = ACTIONS(1371), - [anon_sym_source] = ACTIONS(1371), - [anon_sym_source_DASHenv] = ACTIONS(1371), - [anon_sym_register] = ACTIONS(1371), - [anon_sym_hide] = ACTIONS(1371), - [anon_sym_hide_DASHenv] = ACTIONS(1371), - [anon_sym_overlay] = ACTIONS(1371), - [anon_sym_where] = ACTIONS(1371), - [anon_sym_not] = ACTIONS(1371), - [anon_sym_DOT_DOT_LT] = ACTIONS(1371), - [anon_sym_DOT_DOT] = ACTIONS(1371), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1371), - [sym_val_nothing] = ACTIONS(1371), - [anon_sym_true] = ACTIONS(1371), - [anon_sym_false] = ACTIONS(1371), - [aux_sym_val_number_token1] = ACTIONS(1371), - [aux_sym_val_number_token2] = ACTIONS(1371), - [aux_sym_val_number_token3] = ACTIONS(1371), - [aux_sym_val_number_token4] = ACTIONS(1371), - [anon_sym_inf] = ACTIONS(1371), - [anon_sym_DASHinf] = ACTIONS(1371), - [anon_sym_NaN] = ACTIONS(1371), - [anon_sym_0b] = ACTIONS(1371), - [anon_sym_0o] = ACTIONS(1371), - [anon_sym_0x] = ACTIONS(1371), - [sym_val_date] = ACTIONS(1371), - [anon_sym_DQUOTE] = ACTIONS(1371), - [sym__str_single_quotes] = ACTIONS(1371), - [sym__str_back_ticks] = ACTIONS(1371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1371), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1371), - [sym_short_flag] = ACTIONS(1371), + [ts_builtin_sym_end] = ACTIONS(1416), + [anon_sym_export] = ACTIONS(1414), + [anon_sym_alias] = ACTIONS(1414), + [anon_sym_let] = ACTIONS(1414), + [anon_sym_let_DASHenv] = ACTIONS(1414), + [anon_sym_mut] = ACTIONS(1414), + [anon_sym_const] = ACTIONS(1414), + [sym_cmd_identifier] = ACTIONS(1414), + [anon_sym_SEMI] = ACTIONS(1414), + [anon_sym_LF] = ACTIONS(1416), + [anon_sym_def] = ACTIONS(1414), + [anon_sym_def_DASHenv] = ACTIONS(1414), + [anon_sym_export_DASHenv] = ACTIONS(1414), + [anon_sym_extern] = ACTIONS(1414), + [anon_sym_module] = ACTIONS(1414), + [anon_sym_use] = ACTIONS(1414), + [anon_sym_LBRACK] = ACTIONS(1414), + [anon_sym_LPAREN] = ACTIONS(1414), + [anon_sym_DOLLAR] = ACTIONS(1414), + [anon_sym_error] = ACTIONS(1414), + [anon_sym_DASH_DASH] = ACTIONS(1414), + [anon_sym_DASH] = ACTIONS(1414), + [anon_sym_break] = ACTIONS(1414), + [anon_sym_continue] = ACTIONS(1414), + [anon_sym_for] = ACTIONS(1414), + [anon_sym_loop] = ACTIONS(1414), + [anon_sym_while] = ACTIONS(1414), + [anon_sym_do] = ACTIONS(1414), + [anon_sym_if] = ACTIONS(1414), + [anon_sym_match] = ACTIONS(1414), + [anon_sym_LBRACE] = ACTIONS(1414), + [anon_sym_try] = ACTIONS(1414), + [anon_sym_return] = ACTIONS(1414), + [anon_sym_source] = ACTIONS(1414), + [anon_sym_source_DASHenv] = ACTIONS(1414), + [anon_sym_register] = ACTIONS(1414), + [anon_sym_hide] = ACTIONS(1414), + [anon_sym_hide_DASHenv] = ACTIONS(1414), + [anon_sym_overlay] = ACTIONS(1414), + [anon_sym_as] = ACTIONS(1414), + [anon_sym_where] = ACTIONS(1414), + [anon_sym_not] = ACTIONS(1414), + [anon_sym_DOT_DOT_LT] = ACTIONS(1414), + [anon_sym_DOT_DOT] = ACTIONS(1414), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1414), + [sym_val_nothing] = ACTIONS(1414), + [anon_sym_true] = ACTIONS(1414), + [anon_sym_false] = ACTIONS(1414), + [aux_sym_val_number_token1] = ACTIONS(1414), + [aux_sym_val_number_token2] = ACTIONS(1414), + [aux_sym_val_number_token3] = ACTIONS(1414), + [aux_sym_val_number_token4] = ACTIONS(1414), + [anon_sym_inf] = ACTIONS(1414), + [anon_sym_DASHinf] = ACTIONS(1414), + [anon_sym_NaN] = ACTIONS(1414), + [anon_sym_0b] = ACTIONS(1414), + [anon_sym_0o] = ACTIONS(1414), + [anon_sym_0x] = ACTIONS(1414), + [sym_val_date] = ACTIONS(1414), + [anon_sym_DQUOTE] = ACTIONS(1414), + [sym__str_single_quotes] = ACTIONS(1414), + [sym__str_back_ticks] = ACTIONS(1414), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1414), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1414), + [sym_short_flag] = ACTIONS(1414), [anon_sym_POUND] = ACTIONS(3), }, [730] = { [sym_comment] = STATE(730), - [anon_sym_export] = ACTIONS(1636), - [anon_sym_alias] = ACTIONS(1636), - [anon_sym_let] = ACTIONS(1636), - [anon_sym_let_DASHenv] = ACTIONS(1636), - [anon_sym_mut] = ACTIONS(1636), - [anon_sym_const] = ACTIONS(1636), - [sym_cmd_identifier] = ACTIONS(1636), - [anon_sym_SEMI] = ACTIONS(1636), - [anon_sym_LF] = ACTIONS(1638), - [anon_sym_def] = ACTIONS(1636), - [anon_sym_def_DASHenv] = ACTIONS(1636), - [anon_sym_export_DASHenv] = ACTIONS(1636), - [anon_sym_extern] = ACTIONS(1636), - [anon_sym_module] = ACTIONS(1636), - [anon_sym_use] = ACTIONS(1636), - [anon_sym_LBRACK] = ACTIONS(1636), - [anon_sym_LPAREN] = ACTIONS(1636), - [anon_sym_RPAREN] = ACTIONS(1636), - [anon_sym_PIPE] = ACTIONS(1636), - [anon_sym_DOLLAR] = ACTIONS(1636), - [anon_sym_error] = ACTIONS(1636), - [anon_sym_DASH] = ACTIONS(1636), - [anon_sym_break] = ACTIONS(1636), - [anon_sym_continue] = ACTIONS(1636), - [anon_sym_for] = ACTIONS(1636), - [anon_sym_loop] = ACTIONS(1636), - [anon_sym_while] = ACTIONS(1636), - [anon_sym_do] = ACTIONS(1636), - [anon_sym_if] = ACTIONS(1636), - [anon_sym_else] = ACTIONS(1640), - [anon_sym_match] = ACTIONS(1636), - [anon_sym_LBRACE] = ACTIONS(1636), - [anon_sym_RBRACE] = ACTIONS(1636), - [anon_sym_try] = ACTIONS(1636), - [anon_sym_return] = ACTIONS(1636), - [anon_sym_source] = ACTIONS(1636), - [anon_sym_source_DASHenv] = ACTIONS(1636), - [anon_sym_register] = ACTIONS(1636), - [anon_sym_hide] = ACTIONS(1636), - [anon_sym_hide_DASHenv] = ACTIONS(1636), - [anon_sym_overlay] = ACTIONS(1636), - [anon_sym_where] = ACTIONS(1636), - [anon_sym_not] = ACTIONS(1636), - [anon_sym_DOT_DOT_LT] = ACTIONS(1636), - [anon_sym_DOT_DOT] = ACTIONS(1636), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1636), - [sym_val_nothing] = ACTIONS(1636), - [anon_sym_true] = ACTIONS(1636), - [anon_sym_false] = ACTIONS(1636), - [aux_sym_val_number_token1] = ACTIONS(1636), - [aux_sym_val_number_token2] = ACTIONS(1636), - [aux_sym_val_number_token3] = ACTIONS(1636), - [aux_sym_val_number_token4] = ACTIONS(1636), - [anon_sym_inf] = ACTIONS(1636), - [anon_sym_DASHinf] = ACTIONS(1636), - [anon_sym_NaN] = ACTIONS(1636), - [anon_sym_0b] = ACTIONS(1636), - [anon_sym_0o] = ACTIONS(1636), - [anon_sym_0x] = ACTIONS(1636), - [sym_val_date] = ACTIONS(1636), - [anon_sym_DQUOTE] = ACTIONS(1636), - [sym__str_single_quotes] = ACTIONS(1636), - [sym__str_back_ticks] = ACTIONS(1636), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1636), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1636), - [anon_sym_CARET] = ACTIONS(1636), + [anon_sym_export] = ACTIONS(1489), + [anon_sym_alias] = ACTIONS(1489), + [anon_sym_let] = ACTIONS(1489), + [anon_sym_let_DASHenv] = ACTIONS(1489), + [anon_sym_mut] = ACTIONS(1489), + [anon_sym_const] = ACTIONS(1489), + [sym_cmd_identifier] = ACTIONS(1489), + [anon_sym_SEMI] = ACTIONS(1489), + [anon_sym_LF] = ACTIONS(1491), + [anon_sym_def] = ACTIONS(1489), + [anon_sym_def_DASHenv] = ACTIONS(1489), + [anon_sym_export_DASHenv] = ACTIONS(1489), + [anon_sym_extern] = ACTIONS(1489), + [anon_sym_module] = ACTIONS(1489), + [anon_sym_use] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1489), + [anon_sym_LPAREN] = ACTIONS(1489), + [anon_sym_RPAREN] = ACTIONS(1489), + [anon_sym_PIPE] = ACTIONS(1489), + [anon_sym_DOLLAR] = ACTIONS(1489), + [anon_sym_error] = ACTIONS(1489), + [anon_sym_DASH] = ACTIONS(1489), + [anon_sym_break] = ACTIONS(1489), + [anon_sym_continue] = ACTIONS(1489), + [anon_sym_for] = ACTIONS(1489), + [anon_sym_loop] = ACTIONS(1489), + [anon_sym_while] = ACTIONS(1489), + [anon_sym_do] = ACTIONS(1489), + [anon_sym_if] = ACTIONS(1489), + [anon_sym_match] = ACTIONS(1489), + [anon_sym_LBRACE] = ACTIONS(1489), + [anon_sym_RBRACE] = ACTIONS(1489), + [anon_sym_try] = ACTIONS(1489), + [anon_sym_catch] = ACTIONS(1489), + [anon_sym_return] = ACTIONS(1489), + [anon_sym_source] = ACTIONS(1489), + [anon_sym_source_DASHenv] = ACTIONS(1489), + [anon_sym_register] = ACTIONS(1489), + [anon_sym_hide] = ACTIONS(1489), + [anon_sym_hide_DASHenv] = ACTIONS(1489), + [anon_sym_overlay] = ACTIONS(1489), + [anon_sym_where] = ACTIONS(1489), + [anon_sym_not] = ACTIONS(1489), + [anon_sym_DOT_DOT_LT] = ACTIONS(1489), + [anon_sym_DOT_DOT] = ACTIONS(1489), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1489), + [sym_val_nothing] = ACTIONS(1489), + [anon_sym_true] = ACTIONS(1489), + [anon_sym_false] = 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(1489), + [anon_sym_inf] = ACTIONS(1489), + [anon_sym_DASHinf] = ACTIONS(1489), + [anon_sym_NaN] = ACTIONS(1489), + [anon_sym_0b] = ACTIONS(1489), + [anon_sym_0o] = ACTIONS(1489), + [anon_sym_0x] = ACTIONS(1489), + [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), + [anon_sym_CARET] = ACTIONS(1489), [anon_sym_POUND] = ACTIONS(3), }, [731] = { [sym_comment] = STATE(731), - [ts_builtin_sym_end] = ACTIONS(1365), - [anon_sym_export] = ACTIONS(1363), - [anon_sym_alias] = ACTIONS(1363), - [anon_sym_let] = ACTIONS(1363), - [anon_sym_let_DASHenv] = ACTIONS(1363), - [anon_sym_mut] = ACTIONS(1363), - [anon_sym_const] = ACTIONS(1363), - [sym_cmd_identifier] = ACTIONS(1363), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_LF] = ACTIONS(1365), - [anon_sym_def] = ACTIONS(1363), - [anon_sym_def_DASHenv] = ACTIONS(1363), - [anon_sym_export_DASHenv] = ACTIONS(1363), - [anon_sym_extern] = ACTIONS(1363), - [anon_sym_module] = ACTIONS(1363), - [anon_sym_use] = ACTIONS(1363), - [anon_sym_LBRACK] = ACTIONS(1363), - [anon_sym_LPAREN] = ACTIONS(1363), - [anon_sym_PIPE] = ACTIONS(1363), - [anon_sym_DOLLAR] = ACTIONS(1363), - [anon_sym_error] = ACTIONS(1363), - [anon_sym_DASH_DASH] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_break] = ACTIONS(1363), - [anon_sym_continue] = ACTIONS(1363), - [anon_sym_for] = ACTIONS(1363), - [anon_sym_loop] = ACTIONS(1363), - [anon_sym_while] = ACTIONS(1363), - [anon_sym_do] = ACTIONS(1363), - [anon_sym_if] = ACTIONS(1363), - [anon_sym_match] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_try] = ACTIONS(1363), - [anon_sym_return] = ACTIONS(1363), - [anon_sym_source] = ACTIONS(1363), - [anon_sym_source_DASHenv] = ACTIONS(1363), - [anon_sym_register] = ACTIONS(1363), - [anon_sym_hide] = ACTIONS(1363), - [anon_sym_hide_DASHenv] = ACTIONS(1363), - [anon_sym_overlay] = ACTIONS(1363), - [anon_sym_where] = ACTIONS(1363), - [anon_sym_not] = ACTIONS(1363), - [anon_sym_DOT_DOT_LT] = ACTIONS(1363), - [anon_sym_DOT_DOT] = ACTIONS(1363), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1363), - [sym_val_nothing] = ACTIONS(1363), - [anon_sym_true] = ACTIONS(1363), - [anon_sym_false] = ACTIONS(1363), - [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(1363), - [anon_sym_inf] = ACTIONS(1363), - [anon_sym_DASHinf] = ACTIONS(1363), - [anon_sym_NaN] = ACTIONS(1363), - [anon_sym_0b] = ACTIONS(1363), - [anon_sym_0o] = ACTIONS(1363), - [anon_sym_0x] = ACTIONS(1363), - [sym_val_date] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym__str_single_quotes] = ACTIONS(1363), - [sym__str_back_ticks] = ACTIONS(1363), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1363), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1363), - [anon_sym_CARET] = ACTIONS(1363), - [sym_short_flag] = ACTIONS(1363), + [ts_builtin_sym_end] = ACTIONS(1327), + [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), + [sym_cmd_identifier] = ACTIONS(1325), + [anon_sym_SEMI] = ACTIONS(1325), + [anon_sym_LF] = ACTIONS(1327), + [anon_sym_def] = ACTIONS(1325), + [anon_sym_def_DASHenv] = 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_LBRACK] = ACTIONS(1325), + [anon_sym_LPAREN] = ACTIONS(1325), + [anon_sym_PIPE] = ACTIONS(1325), + [anon_sym_DOLLAR] = ACTIONS(1325), + [anon_sym_error] = ACTIONS(1325), + [anon_sym_DASH_DASH] = ACTIONS(1325), + [anon_sym_DASH] = ACTIONS(1325), + [anon_sym_break] = ACTIONS(1325), + [anon_sym_continue] = ACTIONS(1325), + [anon_sym_for] = ACTIONS(1325), + [anon_sym_loop] = ACTIONS(1325), + [anon_sym_while] = ACTIONS(1325), + [anon_sym_do] = ACTIONS(1325), + [anon_sym_if] = ACTIONS(1325), + [anon_sym_match] = ACTIONS(1325), + [anon_sym_LBRACE] = ACTIONS(1325), + [anon_sym_try] = 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_where] = ACTIONS(1325), + [anon_sym_not] = ACTIONS(1325), + [anon_sym_DOT_DOT_LT] = ACTIONS(1325), + [anon_sym_DOT_DOT] = ACTIONS(1325), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1325), + [sym_val_nothing] = ACTIONS(1325), + [anon_sym_true] = ACTIONS(1325), + [anon_sym_false] = ACTIONS(1325), + [aux_sym_val_number_token1] = ACTIONS(1325), + [aux_sym_val_number_token2] = ACTIONS(1325), + [aux_sym_val_number_token3] = ACTIONS(1325), + [aux_sym_val_number_token4] = ACTIONS(1325), + [anon_sym_inf] = ACTIONS(1325), + [anon_sym_DASHinf] = ACTIONS(1325), + [anon_sym_NaN] = ACTIONS(1325), + [anon_sym_0b] = ACTIONS(1325), + [anon_sym_0o] = ACTIONS(1325), + [anon_sym_0x] = ACTIONS(1325), + [sym_val_date] = ACTIONS(1325), + [anon_sym_DQUOTE] = ACTIONS(1325), + [sym__str_single_quotes] = ACTIONS(1325), + [sym__str_back_ticks] = ACTIONS(1325), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1325), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1325), + [anon_sym_CARET] = ACTIONS(1325), + [sym_short_flag] = ACTIONS(1325), [anon_sym_POUND] = ACTIONS(3), }, [732] = { [sym_comment] = STATE(732), - [ts_builtin_sym_end] = ACTIONS(1380), - [anon_sym_export] = ACTIONS(1378), - [anon_sym_alias] = ACTIONS(1378), - [anon_sym_let] = ACTIONS(1378), - [anon_sym_let_DASHenv] = ACTIONS(1378), - [anon_sym_mut] = ACTIONS(1378), - [anon_sym_const] = ACTIONS(1378), - [sym_cmd_identifier] = ACTIONS(1378), - [anon_sym_SEMI] = ACTIONS(1378), - [anon_sym_LF] = ACTIONS(1380), - [anon_sym_def] = ACTIONS(1378), - [anon_sym_def_DASHenv] = ACTIONS(1378), - [anon_sym_export_DASHenv] = ACTIONS(1378), - [anon_sym_extern] = ACTIONS(1378), - [anon_sym_module] = ACTIONS(1378), - [anon_sym_use] = ACTIONS(1378), - [anon_sym_LBRACK] = ACTIONS(1378), - [anon_sym_LPAREN] = ACTIONS(1378), - [anon_sym_DOLLAR] = ACTIONS(1378), - [anon_sym_error] = ACTIONS(1378), - [anon_sym_DASH_DASH] = ACTIONS(1378), - [anon_sym_DASH] = ACTIONS(1378), - [anon_sym_break] = ACTIONS(1378), - [anon_sym_continue] = ACTIONS(1378), - [anon_sym_for] = ACTIONS(1378), - [anon_sym_loop] = ACTIONS(1378), - [anon_sym_while] = ACTIONS(1378), - [anon_sym_do] = ACTIONS(1378), - [anon_sym_if] = ACTIONS(1378), - [anon_sym_match] = ACTIONS(1378), - [anon_sym_LBRACE] = ACTIONS(1378), - [anon_sym_try] = ACTIONS(1378), - [anon_sym_return] = ACTIONS(1378), - [anon_sym_source] = ACTIONS(1378), - [anon_sym_source_DASHenv] = ACTIONS(1378), - [anon_sym_register] = ACTIONS(1378), - [anon_sym_hide] = ACTIONS(1378), - [anon_sym_hide_DASHenv] = ACTIONS(1378), - [anon_sym_overlay] = ACTIONS(1378), - [anon_sym_as] = ACTIONS(1378), - [anon_sym_where] = ACTIONS(1378), - [anon_sym_not] = ACTIONS(1378), - [anon_sym_DOT_DOT_LT] = ACTIONS(1378), - [anon_sym_DOT_DOT] = ACTIONS(1378), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1378), - [sym_val_nothing] = ACTIONS(1378), - [anon_sym_true] = ACTIONS(1378), - [anon_sym_false] = ACTIONS(1378), - [aux_sym_val_number_token1] = ACTIONS(1378), - [aux_sym_val_number_token2] = ACTIONS(1378), - [aux_sym_val_number_token3] = ACTIONS(1378), - [aux_sym_val_number_token4] = ACTIONS(1378), - [anon_sym_inf] = ACTIONS(1378), - [anon_sym_DASHinf] = ACTIONS(1378), - [anon_sym_NaN] = ACTIONS(1378), - [anon_sym_0b] = ACTIONS(1378), - [anon_sym_0o] = ACTIONS(1378), - [anon_sym_0x] = ACTIONS(1378), - [sym_val_date] = ACTIONS(1378), - [anon_sym_DQUOTE] = ACTIONS(1378), - [sym__str_single_quotes] = ACTIONS(1378), - [sym__str_back_ticks] = ACTIONS(1378), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1378), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1378), - [anon_sym_CARET] = ACTIONS(1378), - [sym_short_flag] = ACTIONS(1378), + [ts_builtin_sym_end] = ACTIONS(1431), + [anon_sym_export] = ACTIONS(1429), + [anon_sym_alias] = ACTIONS(1429), + [anon_sym_let] = ACTIONS(1429), + [anon_sym_let_DASHenv] = ACTIONS(1429), + [anon_sym_mut] = ACTIONS(1429), + [anon_sym_const] = ACTIONS(1429), + [sym_cmd_identifier] = ACTIONS(1429), + [anon_sym_SEMI] = ACTIONS(1429), + [anon_sym_LF] = ACTIONS(1431), + [anon_sym_def] = ACTIONS(1429), + [anon_sym_def_DASHenv] = ACTIONS(1429), + [anon_sym_export_DASHenv] = ACTIONS(1429), + [anon_sym_extern] = ACTIONS(1429), + [anon_sym_module] = ACTIONS(1429), + [anon_sym_use] = ACTIONS(1429), + [anon_sym_LBRACK] = ACTIONS(1429), + [anon_sym_LPAREN] = ACTIONS(1429), + [anon_sym_DOLLAR] = ACTIONS(1429), + [anon_sym_error] = ACTIONS(1429), + [anon_sym_DASH_DASH] = ACTIONS(1429), + [anon_sym_DASH] = ACTIONS(1429), + [anon_sym_break] = ACTIONS(1429), + [anon_sym_continue] = ACTIONS(1429), + [anon_sym_for] = ACTIONS(1429), + [anon_sym_loop] = ACTIONS(1429), + [anon_sym_while] = ACTIONS(1429), + [anon_sym_do] = ACTIONS(1429), + [anon_sym_if] = ACTIONS(1429), + [anon_sym_match] = ACTIONS(1429), + [anon_sym_LBRACE] = ACTIONS(1429), + [anon_sym_try] = ACTIONS(1429), + [anon_sym_return] = ACTIONS(1429), + [anon_sym_source] = ACTIONS(1429), + [anon_sym_source_DASHenv] = ACTIONS(1429), + [anon_sym_register] = ACTIONS(1429), + [anon_sym_hide] = ACTIONS(1429), + [anon_sym_hide_DASHenv] = ACTIONS(1429), + [anon_sym_overlay] = ACTIONS(1429), + [anon_sym_as] = ACTIONS(1429), + [anon_sym_where] = ACTIONS(1429), + [anon_sym_not] = ACTIONS(1429), + [anon_sym_DOT_DOT_LT] = ACTIONS(1429), + [anon_sym_DOT_DOT] = ACTIONS(1429), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1429), + [sym_val_nothing] = ACTIONS(1429), + [anon_sym_true] = ACTIONS(1429), + [anon_sym_false] = ACTIONS(1429), + [aux_sym_val_number_token1] = ACTIONS(1429), + [aux_sym_val_number_token2] = ACTIONS(1429), + [aux_sym_val_number_token3] = ACTIONS(1429), + [aux_sym_val_number_token4] = ACTIONS(1429), + [anon_sym_inf] = ACTIONS(1429), + [anon_sym_DASHinf] = ACTIONS(1429), + [anon_sym_NaN] = ACTIONS(1429), + [anon_sym_0b] = ACTIONS(1429), + [anon_sym_0o] = ACTIONS(1429), + [anon_sym_0x] = ACTIONS(1429), + [sym_val_date] = ACTIONS(1429), + [anon_sym_DQUOTE] = ACTIONS(1429), + [sym__str_single_quotes] = ACTIONS(1429), + [sym__str_back_ticks] = ACTIONS(1429), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1429), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1429), + [anon_sym_CARET] = ACTIONS(1429), + [sym_short_flag] = ACTIONS(1429), [anon_sym_POUND] = ACTIONS(3), }, [733] = { - [sym_expr_parenthesized] = STATE(1765), - [sym_val_range] = STATE(1767), - [sym__value] = STATE(1767), - [sym_val_bool] = STATE(1776), - [sym_val_variable] = STATE(1776), - [sym__var] = STATE(1652), + [sym_expr_parenthesized] = STATE(1733), + [sym_val_range] = STATE(1745), + [sym__value] = STATE(1745), + [sym_val_bool] = STATE(1790), + [sym_val_variable] = STATE(1790), + [sym__var] = STATE(1660), [sym_val_number] = STATE(109), - [sym_val_duration] = STATE(1776), - [sym_val_filesize] = STATE(1776), - [sym_val_binary] = STATE(1776), - [sym_val_string] = STATE(1776), - [sym__str_double_quotes] = STATE(1756), - [sym_val_interpolated] = STATE(1776), - [sym__inter_single_quotes] = STATE(1751), - [sym__inter_double_quotes] = STATE(1753), - [sym_val_list] = STATE(1776), - [sym_val_record] = STATE(1776), - [sym_val_table] = STATE(1776), - [sym_val_closure] = STATE(1776), - [sym__cmd_arg] = STATE(1769), - [sym_redirection] = STATE(1770), - [sym__flag] = STATE(1773), - [sym_long_flag] = STATE(1763), - [sym_unquoted] = STATE(1775), + [sym_val_duration] = STATE(1790), + [sym_val_filesize] = STATE(1790), + [sym_val_binary] = STATE(1790), + [sym_val_string] = STATE(1790), + [sym__str_double_quotes] = STATE(1774), + [sym_val_interpolated] = STATE(1790), + [sym__inter_single_quotes] = STATE(1756), + [sym__inter_double_quotes] = STATE(1755), + [sym_val_list] = STATE(1790), + [sym_val_record] = STATE(1790), + [sym_val_table] = STATE(1790), + [sym_val_closure] = STATE(1790), + [sym__cmd_arg] = STATE(1737), + [sym_redirection] = STATE(1736), + [sym__flag] = STATE(1735), + [sym_long_flag] = STATE(1760), + [sym_unquoted] = STATE(1767), [sym_comment] = STATE(733), - [aux_sym_command_repeat1] = STATE(736), - [ts_builtin_sym_end] = ACTIONS(1642), - [anon_sym_SEMI] = ACTIONS(1324), - [anon_sym_LF] = ACTIONS(1644), - [anon_sym_LBRACK] = ACTIONS(1507), - [anon_sym_LPAREN] = ACTIONS(1509), - [anon_sym_PIPE] = ACTIONS(1324), - [anon_sym_DOLLAR] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1513), - [anon_sym_LBRACE] = ACTIONS(1515), - [anon_sym_DOT_DOT_LT] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1517), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1517), - [sym_val_nothing] = ACTIONS(1519), - [anon_sym_true] = ACTIONS(1521), - [anon_sym_false] = ACTIONS(1521), - [aux_sym_val_number_token1] = ACTIONS(1523), - [aux_sym_val_number_token2] = ACTIONS(1523), - [aux_sym_val_number_token3] = ACTIONS(1523), - [aux_sym_val_number_token4] = ACTIONS(1523), - [anon_sym_inf] = ACTIONS(1523), - [anon_sym_DASHinf] = ACTIONS(1523), - [anon_sym_NaN] = ACTIONS(1523), - [anon_sym_0b] = ACTIONS(1525), - [anon_sym_0o] = ACTIONS(1525), - [anon_sym_0x] = ACTIONS(1525), - [sym_val_date] = ACTIONS(1519), - [anon_sym_DQUOTE] = ACTIONS(1527), - [sym__str_single_quotes] = ACTIONS(1529), - [sym__str_back_ticks] = ACTIONS(1529), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1531), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1533), - [anon_sym_err_GT] = ACTIONS(1535), - [anon_sym_out_GT] = ACTIONS(1535), - [anon_sym_e_GT] = ACTIONS(1535), - [anon_sym_o_GT] = ACTIONS(1535), - [anon_sym_err_PLUSout_GT] = ACTIONS(1535), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1535), - [anon_sym_o_PLUSe_GT] = ACTIONS(1535), - [anon_sym_e_PLUSo_GT] = ACTIONS(1535), - [sym_short_flag] = ACTIONS(1537), - [aux_sym_unquoted_token1] = ACTIONS(1539), + [aux_sym_command_repeat1] = STATE(714), + [ts_builtin_sym_end] = ACTIONS(1644), + [anon_sym_SEMI] = ACTIONS(1409), + [anon_sym_LF] = ACTIONS(1646), + [anon_sym_LBRACK] = ACTIONS(1502), + [anon_sym_LPAREN] = ACTIONS(1504), + [anon_sym_PIPE] = ACTIONS(1409), + [anon_sym_DOLLAR] = ACTIONS(1506), + [anon_sym_DASH_DASH] = ACTIONS(1508), + [anon_sym_LBRACE] = ACTIONS(1510), + [anon_sym_DOT_DOT_LT] = ACTIONS(1512), + [anon_sym_DOT_DOT] = ACTIONS(1512), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1512), + [sym_val_nothing] = ACTIONS(1514), + [anon_sym_true] = ACTIONS(1516), + [anon_sym_false] = ACTIONS(1516), + [aux_sym_val_number_token1] = ACTIONS(1518), + [aux_sym_val_number_token2] = ACTIONS(1518), + [aux_sym_val_number_token3] = ACTIONS(1518), + [aux_sym_val_number_token4] = ACTIONS(1518), + [anon_sym_inf] = ACTIONS(1518), + [anon_sym_DASHinf] = ACTIONS(1518), + [anon_sym_NaN] = ACTIONS(1518), + [anon_sym_0b] = ACTIONS(1520), + [anon_sym_0o] = ACTIONS(1520), + [anon_sym_0x] = ACTIONS(1520), + [sym_val_date] = ACTIONS(1514), + [anon_sym_DQUOTE] = ACTIONS(1522), + [sym__str_single_quotes] = ACTIONS(1524), + [sym__str_back_ticks] = ACTIONS(1524), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1526), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1528), + [anon_sym_err_GT] = ACTIONS(1530), + [anon_sym_out_GT] = ACTIONS(1530), + [anon_sym_e_GT] = ACTIONS(1530), + [anon_sym_o_GT] = ACTIONS(1530), + [anon_sym_err_PLUSout_GT] = ACTIONS(1530), + [anon_sym_out_PLUSerr_GT] = ACTIONS(1530), + [anon_sym_o_PLUSe_GT] = ACTIONS(1530), + [anon_sym_e_PLUSo_GT] = ACTIONS(1530), + [sym_short_flag] = ACTIONS(1532), + [aux_sym_unquoted_token1] = ACTIONS(1534), [anon_sym_POUND] = ACTIONS(3), }, [734] = { [sym_comment] = STATE(734), - [ts_builtin_sym_end] = ACTIONS(862), - [anon_sym_export] = ACTIONS(860), - [anon_sym_alias] = ACTIONS(860), - [anon_sym_let] = ACTIONS(860), - [anon_sym_let_DASHenv] = ACTIONS(860), - [anon_sym_mut] = ACTIONS(860), - [anon_sym_const] = ACTIONS(860), - [sym_cmd_identifier] = ACTIONS(860), - [anon_sym_SEMI] = ACTIONS(860), - [anon_sym_LF] = ACTIONS(862), - [anon_sym_def] = ACTIONS(860), - [anon_sym_def_DASHenv] = ACTIONS(860), - [anon_sym_export_DASHenv] = ACTIONS(860), - [anon_sym_extern] = ACTIONS(860), - [anon_sym_module] = ACTIONS(860), - [anon_sym_use] = ACTIONS(860), - [anon_sym_LBRACK] = ACTIONS(860), - [anon_sym_LPAREN] = ACTIONS(860), - [anon_sym_PIPE] = ACTIONS(860), - [anon_sym_DOLLAR] = ACTIONS(860), - [anon_sym_error] = ACTIONS(860), - [anon_sym_DASH_DASH] = ACTIONS(860), - [anon_sym_DASH] = ACTIONS(860), - [anon_sym_break] = ACTIONS(860), - [anon_sym_continue] = ACTIONS(860), - [anon_sym_for] = ACTIONS(860), - [anon_sym_loop] = ACTIONS(860), - [anon_sym_while] = ACTIONS(860), - [anon_sym_do] = ACTIONS(860), - [anon_sym_if] = ACTIONS(860), - [anon_sym_match] = ACTIONS(860), - [anon_sym_LBRACE] = ACTIONS(860), - [anon_sym_try] = ACTIONS(860), - [anon_sym_return] = ACTIONS(860), - [anon_sym_source] = ACTIONS(860), - [anon_sym_source_DASHenv] = ACTIONS(860), - [anon_sym_register] = ACTIONS(860), - [anon_sym_hide] = ACTIONS(860), - [anon_sym_hide_DASHenv] = ACTIONS(860), - [anon_sym_overlay] = ACTIONS(860), - [anon_sym_where] = ACTIONS(860), - [anon_sym_not] = ACTIONS(860), - [anon_sym_DOT_DOT_LT] = ACTIONS(860), - [anon_sym_DOT_DOT] = ACTIONS(860), - [anon_sym_DOT_DOT_EQ] = ACTIONS(860), - [sym_val_nothing] = ACTIONS(860), - [anon_sym_true] = ACTIONS(860), - [anon_sym_false] = ACTIONS(860), - [aux_sym_val_number_token1] = ACTIONS(860), - [aux_sym_val_number_token2] = ACTIONS(860), - [aux_sym_val_number_token3] = ACTIONS(860), - [aux_sym_val_number_token4] = ACTIONS(860), - [anon_sym_inf] = ACTIONS(860), - [anon_sym_DASHinf] = ACTIONS(860), - [anon_sym_NaN] = ACTIONS(860), - [anon_sym_0b] = ACTIONS(860), - [anon_sym_0o] = ACTIONS(860), - [anon_sym_0x] = ACTIONS(860), - [sym_val_date] = ACTIONS(860), - [anon_sym_DQUOTE] = ACTIONS(860), - [sym__str_single_quotes] = ACTIONS(860), - [sym__str_back_ticks] = ACTIONS(860), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(860), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(860), - [anon_sym_CARET] = ACTIONS(860), - [sym_short_flag] = ACTIONS(860), + [ts_builtin_sym_end] = ACTIONS(840), + [anon_sym_export] = ACTIONS(838), + [anon_sym_alias] = ACTIONS(838), + [anon_sym_let] = ACTIONS(838), + [anon_sym_let_DASHenv] = ACTIONS(838), + [anon_sym_mut] = ACTIONS(838), + [anon_sym_const] = ACTIONS(838), + [sym_cmd_identifier] = ACTIONS(838), + [anon_sym_SEMI] = ACTIONS(838), + [anon_sym_LF] = ACTIONS(840), + [anon_sym_def] = ACTIONS(838), + [anon_sym_def_DASHenv] = ACTIONS(838), + [anon_sym_export_DASHenv] = ACTIONS(838), + [anon_sym_extern] = ACTIONS(838), + [anon_sym_module] = ACTIONS(838), + [anon_sym_use] = ACTIONS(838), + [anon_sym_LBRACK] = ACTIONS(838), + [anon_sym_LPAREN] = ACTIONS(838), + [anon_sym_PIPE] = ACTIONS(838), + [anon_sym_DOLLAR] = ACTIONS(838), + [anon_sym_error] = ACTIONS(838), + [anon_sym_DASH_DASH] = ACTIONS(838), + [anon_sym_DASH] = ACTIONS(838), + [anon_sym_break] = ACTIONS(838), + [anon_sym_continue] = ACTIONS(838), + [anon_sym_for] = ACTIONS(838), + [anon_sym_loop] = ACTIONS(838), + [anon_sym_while] = ACTIONS(838), + [anon_sym_do] = ACTIONS(838), + [anon_sym_if] = ACTIONS(838), + [anon_sym_match] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(838), + [anon_sym_try] = ACTIONS(838), + [anon_sym_return] = ACTIONS(838), + [anon_sym_source] = ACTIONS(838), + [anon_sym_source_DASHenv] = ACTIONS(838), + [anon_sym_register] = ACTIONS(838), + [anon_sym_hide] = ACTIONS(838), + [anon_sym_hide_DASHenv] = ACTIONS(838), + [anon_sym_overlay] = ACTIONS(838), + [anon_sym_where] = ACTIONS(838), + [anon_sym_not] = ACTIONS(838), + [anon_sym_DOT_DOT_LT] = ACTIONS(838), + [anon_sym_DOT_DOT] = ACTIONS(838), + [anon_sym_DOT_DOT_EQ] = ACTIONS(838), + [sym_val_nothing] = ACTIONS(838), + [anon_sym_true] = ACTIONS(838), + [anon_sym_false] = ACTIONS(838), + [aux_sym_val_number_token1] = ACTIONS(838), + [aux_sym_val_number_token2] = ACTIONS(838), + [aux_sym_val_number_token3] = ACTIONS(838), + [aux_sym_val_number_token4] = ACTIONS(838), + [anon_sym_inf] = ACTIONS(838), + [anon_sym_DASHinf] = ACTIONS(838), + [anon_sym_NaN] = ACTIONS(838), + [anon_sym_0b] = ACTIONS(838), + [anon_sym_0o] = ACTIONS(838), + [anon_sym_0x] = ACTIONS(838), + [sym_val_date] = ACTIONS(838), + [anon_sym_DQUOTE] = ACTIONS(838), + [sym__str_single_quotes] = ACTIONS(838), + [sym__str_back_ticks] = ACTIONS(838), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(838), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(838), + [anon_sym_CARET] = ACTIONS(838), + [sym_short_flag] = ACTIONS(838), [anon_sym_POUND] = ACTIONS(3), }, [735] = { - [sym__terminator] = STATE(791), + [sym_path] = STATE(834), [sym_comment] = STATE(735), - [aux_sym__block_body_repeat1] = STATE(735), - [anon_sym_export] = ACTIONS(1647), - [anon_sym_alias] = ACTIONS(1647), - [anon_sym_let] = ACTIONS(1647), - [anon_sym_let_DASHenv] = ACTIONS(1647), - [anon_sym_mut] = ACTIONS(1647), - [anon_sym_const] = ACTIONS(1647), - [sym_cmd_identifier] = ACTIONS(1647), - [anon_sym_SEMI] = ACTIONS(1649), - [anon_sym_LF] = ACTIONS(1652), - [anon_sym_def] = ACTIONS(1647), - [anon_sym_def_DASHenv] = ACTIONS(1647), - [anon_sym_export_DASHenv] = ACTIONS(1647), - [anon_sym_extern] = ACTIONS(1647), - [anon_sym_module] = ACTIONS(1647), - [anon_sym_use] = ACTIONS(1647), - [anon_sym_LBRACK] = ACTIONS(1647), - [anon_sym_LPAREN] = ACTIONS(1647), - [anon_sym_RPAREN] = ACTIONS(1647), - [anon_sym_DOLLAR] = ACTIONS(1647), - [anon_sym_error] = ACTIONS(1647), - [anon_sym_DASH] = ACTIONS(1647), - [anon_sym_break] = ACTIONS(1647), - [anon_sym_continue] = ACTIONS(1647), - [anon_sym_for] = ACTIONS(1647), - [anon_sym_loop] = ACTIONS(1647), - [anon_sym_while] = ACTIONS(1647), - [anon_sym_do] = ACTIONS(1647), - [anon_sym_if] = ACTIONS(1647), - [anon_sym_match] = ACTIONS(1647), - [anon_sym_LBRACE] = ACTIONS(1647), - [anon_sym_RBRACE] = ACTIONS(1647), - [anon_sym_try] = ACTIONS(1647), - [anon_sym_return] = ACTIONS(1647), - [anon_sym_source] = ACTIONS(1647), - [anon_sym_source_DASHenv] = ACTIONS(1647), - [anon_sym_register] = ACTIONS(1647), - [anon_sym_hide] = ACTIONS(1647), - [anon_sym_hide_DASHenv] = ACTIONS(1647), - [anon_sym_overlay] = ACTIONS(1647), - [anon_sym_where] = ACTIONS(1647), - [anon_sym_not] = ACTIONS(1647), - [anon_sym_DOT_DOT_LT] = ACTIONS(1647), - [anon_sym_DOT_DOT] = ACTIONS(1647), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1647), - [sym_val_nothing] = ACTIONS(1647), - [anon_sym_true] = ACTIONS(1647), - [anon_sym_false] = ACTIONS(1647), - [aux_sym_val_number_token1] = ACTIONS(1647), - [aux_sym_val_number_token2] = ACTIONS(1647), - [aux_sym_val_number_token3] = ACTIONS(1647), - [aux_sym_val_number_token4] = ACTIONS(1647), - [anon_sym_inf] = ACTIONS(1647), - [anon_sym_DASHinf] = ACTIONS(1647), - [anon_sym_NaN] = ACTIONS(1647), - [anon_sym_0b] = ACTIONS(1647), - [anon_sym_0o] = ACTIONS(1647), - [anon_sym_0x] = ACTIONS(1647), - [sym_val_date] = ACTIONS(1647), - [anon_sym_DQUOTE] = ACTIONS(1647), - [sym__str_single_quotes] = ACTIONS(1647), - [sym__str_back_ticks] = ACTIONS(1647), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1647), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1647), - [anon_sym_CARET] = ACTIONS(1647), + [aux_sym_cell_path_repeat1] = STATE(735), + [ts_builtin_sym_end] = ACTIONS(570), + [anon_sym_export] = ACTIONS(568), + [anon_sym_alias] = ACTIONS(568), + [anon_sym_let] = ACTIONS(568), + [anon_sym_let_DASHenv] = ACTIONS(568), + [anon_sym_mut] = ACTIONS(568), + [anon_sym_const] = ACTIONS(568), + [sym_cmd_identifier] = ACTIONS(568), + [anon_sym_SEMI] = ACTIONS(568), + [anon_sym_LF] = ACTIONS(570), + [anon_sym_def] = ACTIONS(568), + [anon_sym_def_DASHenv] = ACTIONS(568), + [anon_sym_export_DASHenv] = ACTIONS(568), + [anon_sym_extern] = ACTIONS(568), + [anon_sym_module] = ACTIONS(568), + [anon_sym_use] = ACTIONS(568), + [anon_sym_LBRACK] = ACTIONS(568), + [anon_sym_LPAREN] = ACTIONS(568), + [anon_sym_DOLLAR] = ACTIONS(568), + [anon_sym_error] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_break] = ACTIONS(568), + [anon_sym_continue] = ACTIONS(568), + [anon_sym_for] = ACTIONS(568), + [anon_sym_loop] = ACTIONS(568), + [anon_sym_while] = ACTIONS(568), + [anon_sym_do] = ACTIONS(568), + [anon_sym_if] = ACTIONS(568), + [anon_sym_match] = ACTIONS(568), + [anon_sym_LBRACE] = ACTIONS(568), + [anon_sym_DOT] = ACTIONS(1649), + [anon_sym_try] = ACTIONS(568), + [anon_sym_return] = ACTIONS(568), + [anon_sym_source] = ACTIONS(568), + [anon_sym_source_DASHenv] = ACTIONS(568), + [anon_sym_register] = ACTIONS(568), + [anon_sym_hide] = ACTIONS(568), + [anon_sym_hide_DASHenv] = ACTIONS(568), + [anon_sym_overlay] = ACTIONS(568), + [anon_sym_where] = ACTIONS(568), + [anon_sym_not] = ACTIONS(568), + [anon_sym_DOT_DOT_LT] = ACTIONS(568), + [anon_sym_DOT_DOT] = ACTIONS(568), + [anon_sym_DOT_DOT_EQ] = ACTIONS(568), + [sym_val_nothing] = ACTIONS(568), + [anon_sym_true] = ACTIONS(568), + [anon_sym_false] = ACTIONS(568), + [aux_sym_val_number_token1] = ACTIONS(568), + [aux_sym_val_number_token2] = ACTIONS(568), + [aux_sym_val_number_token3] = ACTIONS(568), + [aux_sym_val_number_token4] = ACTIONS(568), + [anon_sym_inf] = ACTIONS(568), + [anon_sym_DASHinf] = ACTIONS(568), + [anon_sym_NaN] = ACTIONS(568), + [anon_sym_0b] = ACTIONS(568), + [anon_sym_0o] = ACTIONS(568), + [anon_sym_0x] = ACTIONS(568), + [sym_val_date] = ACTIONS(568), + [anon_sym_DQUOTE] = ACTIONS(568), + [sym__str_single_quotes] = ACTIONS(568), + [sym__str_back_ticks] = ACTIONS(568), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(568), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(568), + [anon_sym_CARET] = ACTIONS(568), [anon_sym_POUND] = ACTIONS(3), }, [736] = { - [sym_expr_parenthesized] = STATE(1765), - [sym_val_range] = STATE(1767), - [sym__value] = STATE(1767), - [sym_val_bool] = STATE(1776), - [sym_val_variable] = STATE(1776), - [sym__var] = STATE(1652), - [sym_val_number] = STATE(109), - [sym_val_duration] = STATE(1776), - [sym_val_filesize] = STATE(1776), - [sym_val_binary] = STATE(1776), - [sym_val_string] = STATE(1776), - [sym__str_double_quotes] = STATE(1756), - [sym_val_interpolated] = STATE(1776), - [sym__inter_single_quotes] = STATE(1751), - [sym__inter_double_quotes] = STATE(1753), - [sym_val_list] = STATE(1776), - [sym_val_record] = STATE(1776), - [sym_val_table] = STATE(1776), - [sym_val_closure] = STATE(1776), - [sym__cmd_arg] = STATE(1769), - [sym_redirection] = STATE(1770), - [sym__flag] = STATE(1773), - [sym_long_flag] = STATE(1763), - [sym_unquoted] = STATE(1775), [sym_comment] = STATE(736), - [aux_sym_command_repeat1] = STATE(722), - [ts_builtin_sym_end] = ACTIONS(1655), - [anon_sym_SEMI] = ACTIONS(1490), - [anon_sym_LF] = ACTIONS(1657), - [anon_sym_LBRACK] = ACTIONS(1507), - [anon_sym_LPAREN] = ACTIONS(1509), - [anon_sym_PIPE] = ACTIONS(1490), - [anon_sym_DOLLAR] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1513), - [anon_sym_LBRACE] = ACTIONS(1515), - [anon_sym_DOT_DOT_LT] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1517), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1517), - [sym_val_nothing] = ACTIONS(1519), - [anon_sym_true] = ACTIONS(1521), - [anon_sym_false] = ACTIONS(1521), - [aux_sym_val_number_token1] = ACTIONS(1523), - [aux_sym_val_number_token2] = ACTIONS(1523), - [aux_sym_val_number_token3] = ACTIONS(1523), - [aux_sym_val_number_token4] = ACTIONS(1523), - [anon_sym_inf] = ACTIONS(1523), - [anon_sym_DASHinf] = ACTIONS(1523), - [anon_sym_NaN] = ACTIONS(1523), - [anon_sym_0b] = ACTIONS(1525), - [anon_sym_0o] = ACTIONS(1525), - [anon_sym_0x] = ACTIONS(1525), - [sym_val_date] = ACTIONS(1519), - [anon_sym_DQUOTE] = ACTIONS(1527), - [sym__str_single_quotes] = ACTIONS(1529), - [sym__str_back_ticks] = ACTIONS(1529), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1531), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1533), - [anon_sym_err_GT] = ACTIONS(1535), - [anon_sym_out_GT] = ACTIONS(1535), - [anon_sym_e_GT] = ACTIONS(1535), - [anon_sym_o_GT] = ACTIONS(1535), - [anon_sym_err_PLUSout_GT] = ACTIONS(1535), - [anon_sym_out_PLUSerr_GT] = ACTIONS(1535), - [anon_sym_o_PLUSe_GT] = ACTIONS(1535), - [anon_sym_e_PLUSo_GT] = ACTIONS(1535), - [sym_short_flag] = ACTIONS(1537), - [aux_sym_unquoted_token1] = ACTIONS(1539), + [ts_builtin_sym_end] = ACTIONS(1327), + [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), + [sym_cmd_identifier] = ACTIONS(1325), + [anon_sym_SEMI] = ACTIONS(1325), + [anon_sym_LF] = ACTIONS(1327), + [anon_sym_def] = ACTIONS(1325), + [anon_sym_def_DASHenv] = 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_LBRACK] = ACTIONS(1325), + [anon_sym_LPAREN] = ACTIONS(1325), + [anon_sym_DOLLAR] = ACTIONS(1325), + [anon_sym_error] = ACTIONS(1325), + [anon_sym_DASH_DASH] = ACTIONS(1325), + [anon_sym_DASH] = ACTIONS(1325), + [anon_sym_break] = ACTIONS(1325), + [anon_sym_continue] = ACTIONS(1325), + [anon_sym_for] = ACTIONS(1325), + [anon_sym_loop] = ACTIONS(1325), + [anon_sym_while] = ACTIONS(1325), + [anon_sym_do] = ACTIONS(1325), + [anon_sym_if] = ACTIONS(1325), + [anon_sym_match] = ACTIONS(1325), + [anon_sym_LBRACE] = ACTIONS(1325), + [anon_sym_try] = 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_where] = ACTIONS(1325), + [anon_sym_not] = ACTIONS(1325), + [anon_sym_DOT_DOT_LT] = ACTIONS(1325), + [anon_sym_DOT_DOT] = ACTIONS(1325), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1325), + [sym_val_nothing] = ACTIONS(1325), + [anon_sym_true] = ACTIONS(1325), + [anon_sym_false] = ACTIONS(1325), + [aux_sym_val_number_token1] = ACTIONS(1325), + [aux_sym_val_number_token2] = ACTIONS(1325), + [aux_sym_val_number_token3] = ACTIONS(1325), + [aux_sym_val_number_token4] = ACTIONS(1325), + [anon_sym_inf] = ACTIONS(1325), + [anon_sym_DASHinf] = ACTIONS(1325), + [anon_sym_NaN] = ACTIONS(1325), + [anon_sym_0b] = ACTIONS(1325), + [anon_sym_0o] = ACTIONS(1325), + [anon_sym_0x] = ACTIONS(1325), + [sym_val_date] = ACTIONS(1325), + [anon_sym_DQUOTE] = ACTIONS(1325), + [sym__str_single_quotes] = ACTIONS(1325), + [sym__str_back_ticks] = ACTIONS(1325), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1325), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1325), + [anon_sym_CARET] = ACTIONS(1325), + [sym_short_flag] = ACTIONS(1325), [anon_sym_POUND] = ACTIONS(3), }, [737] = { + [sym__terminator] = STATE(902), [sym_comment] = STATE(737), - [ts_builtin_sym_end] = ACTIONS(1373), - [anon_sym_export] = ACTIONS(1371), - [anon_sym_alias] = ACTIONS(1371), - [anon_sym_let] = ACTIONS(1371), - [anon_sym_let_DASHenv] = ACTIONS(1371), - [anon_sym_mut] = ACTIONS(1371), - [anon_sym_const] = ACTIONS(1371), - [sym_cmd_identifier] = ACTIONS(1371), - [anon_sym_SEMI] = ACTIONS(1371), - [anon_sym_LF] = ACTIONS(1373), - [anon_sym_def] = ACTIONS(1371), - [anon_sym_def_DASHenv] = ACTIONS(1371), - [anon_sym_export_DASHenv] = ACTIONS(1371), - [anon_sym_extern] = ACTIONS(1371), - [anon_sym_module] = ACTIONS(1371), - [anon_sym_use] = ACTIONS(1371), - [anon_sym_LBRACK] = ACTIONS(1371), - [anon_sym_LPAREN] = ACTIONS(1371), - [anon_sym_DOLLAR] = ACTIONS(1371), - [anon_sym_error] = ACTIONS(1371), - [anon_sym_DASH_DASH] = ACTIONS(1371), - [anon_sym_DASH] = ACTIONS(1371), - [anon_sym_break] = ACTIONS(1371), - [anon_sym_continue] = ACTIONS(1371), - [anon_sym_for] = ACTIONS(1371), - [anon_sym_loop] = ACTIONS(1371), - [anon_sym_while] = ACTIONS(1371), - [anon_sym_do] = ACTIONS(1371), - [anon_sym_if] = ACTIONS(1371), - [anon_sym_match] = ACTIONS(1371), - [anon_sym_LBRACE] = ACTIONS(1371), - [anon_sym_try] = ACTIONS(1371), - [anon_sym_return] = ACTIONS(1371), - [anon_sym_source] = ACTIONS(1371), - [anon_sym_source_DASHenv] = ACTIONS(1371), - [anon_sym_register] = ACTIONS(1371), - [anon_sym_hide] = ACTIONS(1371), - [anon_sym_hide_DASHenv] = ACTIONS(1371), - [anon_sym_overlay] = ACTIONS(1371), - [anon_sym_as] = ACTIONS(1371), - [anon_sym_where] = ACTIONS(1371), - [anon_sym_not] = ACTIONS(1371), - [anon_sym_DOT_DOT_LT] = ACTIONS(1371), - [anon_sym_DOT_DOT] = ACTIONS(1371), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1371), - [sym_val_nothing] = ACTIONS(1371), - [anon_sym_true] = ACTIONS(1371), - [anon_sym_false] = ACTIONS(1371), - [aux_sym_val_number_token1] = ACTIONS(1371), - [aux_sym_val_number_token2] = ACTIONS(1371), - [aux_sym_val_number_token3] = ACTIONS(1371), - [aux_sym_val_number_token4] = ACTIONS(1371), - [anon_sym_inf] = ACTIONS(1371), - [anon_sym_DASHinf] = ACTIONS(1371), - [anon_sym_NaN] = ACTIONS(1371), - [anon_sym_0b] = ACTIONS(1371), - [anon_sym_0o] = ACTIONS(1371), - [anon_sym_0x] = ACTIONS(1371), - [sym_val_date] = ACTIONS(1371), - [anon_sym_DQUOTE] = ACTIONS(1371), - [sym__str_single_quotes] = ACTIONS(1371), - [sym__str_back_ticks] = ACTIONS(1371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1371), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1371), - [sym_short_flag] = ACTIONS(1371), + [aux_sym__block_body_repeat1] = STATE(737), + [anon_sym_export] = ACTIONS(1652), + [anon_sym_alias] = ACTIONS(1652), + [anon_sym_let] = ACTIONS(1652), + [anon_sym_let_DASHenv] = ACTIONS(1652), + [anon_sym_mut] = ACTIONS(1652), + [anon_sym_const] = ACTIONS(1652), + [sym_cmd_identifier] = ACTIONS(1652), + [anon_sym_SEMI] = ACTIONS(1654), + [anon_sym_LF] = ACTIONS(1657), + [anon_sym_def] = ACTIONS(1652), + [anon_sym_def_DASHenv] = ACTIONS(1652), + [anon_sym_export_DASHenv] = ACTIONS(1652), + [anon_sym_extern] = ACTIONS(1652), + [anon_sym_module] = ACTIONS(1652), + [anon_sym_use] = ACTIONS(1652), + [anon_sym_LBRACK] = ACTIONS(1652), + [anon_sym_LPAREN] = ACTIONS(1652), + [anon_sym_RPAREN] = ACTIONS(1652), + [anon_sym_DOLLAR] = ACTIONS(1652), + [anon_sym_error] = ACTIONS(1652), + [anon_sym_DASH] = ACTIONS(1652), + [anon_sym_break] = ACTIONS(1652), + [anon_sym_continue] = ACTIONS(1652), + [anon_sym_for] = ACTIONS(1652), + [anon_sym_loop] = ACTIONS(1652), + [anon_sym_while] = ACTIONS(1652), + [anon_sym_do] = ACTIONS(1652), + [anon_sym_if] = ACTIONS(1652), + [anon_sym_match] = ACTIONS(1652), + [anon_sym_LBRACE] = ACTIONS(1652), + [anon_sym_RBRACE] = ACTIONS(1652), + [anon_sym_try] = ACTIONS(1652), + [anon_sym_return] = ACTIONS(1652), + [anon_sym_source] = ACTIONS(1652), + [anon_sym_source_DASHenv] = ACTIONS(1652), + [anon_sym_register] = ACTIONS(1652), + [anon_sym_hide] = ACTIONS(1652), + [anon_sym_hide_DASHenv] = ACTIONS(1652), + [anon_sym_overlay] = ACTIONS(1652), + [anon_sym_where] = ACTIONS(1652), + [anon_sym_not] = ACTIONS(1652), + [anon_sym_DOT_DOT_LT] = ACTIONS(1652), + [anon_sym_DOT_DOT] = ACTIONS(1652), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1652), + [sym_val_nothing] = ACTIONS(1652), + [anon_sym_true] = ACTIONS(1652), + [anon_sym_false] = ACTIONS(1652), + [aux_sym_val_number_token1] = ACTIONS(1652), + [aux_sym_val_number_token2] = ACTIONS(1652), + [aux_sym_val_number_token3] = ACTIONS(1652), + [aux_sym_val_number_token4] = ACTIONS(1652), + [anon_sym_inf] = ACTIONS(1652), + [anon_sym_DASHinf] = ACTIONS(1652), + [anon_sym_NaN] = ACTIONS(1652), + [anon_sym_0b] = ACTIONS(1652), + [anon_sym_0o] = ACTIONS(1652), + [anon_sym_0x] = ACTIONS(1652), + [sym_val_date] = ACTIONS(1652), + [anon_sym_DQUOTE] = ACTIONS(1652), + [sym__str_single_quotes] = ACTIONS(1652), + [sym__str_back_ticks] = ACTIONS(1652), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1652), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1652), + [anon_sym_CARET] = ACTIONS(1652), [anon_sym_POUND] = ACTIONS(3), }, [738] = { [sym_comment] = STATE(738), - [ts_builtin_sym_end] = ACTIONS(1322), - [anon_sym_export] = ACTIONS(1320), - [anon_sym_alias] = ACTIONS(1320), - [anon_sym_let] = ACTIONS(1320), - [anon_sym_let_DASHenv] = ACTIONS(1320), - [anon_sym_mut] = ACTIONS(1320), - [anon_sym_const] = ACTIONS(1320), - [sym_cmd_identifier] = ACTIONS(1320), - [anon_sym_SEMI] = ACTIONS(1320), - [anon_sym_LF] = ACTIONS(1322), - [anon_sym_def] = ACTIONS(1320), - [anon_sym_def_DASHenv] = ACTIONS(1320), - [anon_sym_export_DASHenv] = ACTIONS(1320), - [anon_sym_extern] = ACTIONS(1320), - [anon_sym_module] = ACTIONS(1320), - [anon_sym_use] = ACTIONS(1320), - [anon_sym_LBRACK] = ACTIONS(1320), - [anon_sym_LPAREN] = ACTIONS(1320), - [anon_sym_DOLLAR] = ACTIONS(1320), - [anon_sym_error] = ACTIONS(1320), - [anon_sym_DASH_DASH] = ACTIONS(1320), - [anon_sym_DASH] = ACTIONS(1320), - [anon_sym_break] = ACTIONS(1320), - [anon_sym_continue] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1320), - [anon_sym_loop] = ACTIONS(1320), - [anon_sym_while] = ACTIONS(1320), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_if] = ACTIONS(1320), - [anon_sym_match] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1320), - [anon_sym_try] = ACTIONS(1320), - [anon_sym_return] = ACTIONS(1320), - [anon_sym_source] = ACTIONS(1320), - [anon_sym_source_DASHenv] = ACTIONS(1320), - [anon_sym_register] = ACTIONS(1320), - [anon_sym_hide] = ACTIONS(1320), - [anon_sym_hide_DASHenv] = ACTIONS(1320), - [anon_sym_overlay] = ACTIONS(1320), - [anon_sym_as] = ACTIONS(1320), - [anon_sym_where] = ACTIONS(1320), - [anon_sym_not] = ACTIONS(1320), - [anon_sym_DOT_DOT_LT] = ACTIONS(1320), - [anon_sym_DOT_DOT] = ACTIONS(1320), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1320), - [sym_val_nothing] = ACTIONS(1320), - [anon_sym_true] = ACTIONS(1320), - [anon_sym_false] = ACTIONS(1320), - [aux_sym_val_number_token1] = ACTIONS(1320), - [aux_sym_val_number_token2] = ACTIONS(1320), - [aux_sym_val_number_token3] = ACTIONS(1320), - [aux_sym_val_number_token4] = ACTIONS(1320), - [anon_sym_inf] = ACTIONS(1320), - [anon_sym_DASHinf] = ACTIONS(1320), - [anon_sym_NaN] = ACTIONS(1320), - [anon_sym_0b] = ACTIONS(1320), - [anon_sym_0o] = ACTIONS(1320), - [anon_sym_0x] = ACTIONS(1320), - [sym_val_date] = ACTIONS(1320), - [anon_sym_DQUOTE] = ACTIONS(1320), - [sym__str_single_quotes] = ACTIONS(1320), - [sym__str_back_ticks] = ACTIONS(1320), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1320), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1320), - [anon_sym_CARET] = ACTIONS(1320), - [sym_short_flag] = ACTIONS(1320), + [ts_builtin_sym_end] = ACTIONS(1370), + [anon_sym_export] = ACTIONS(1368), + [anon_sym_alias] = ACTIONS(1368), + [anon_sym_let] = ACTIONS(1368), + [anon_sym_let_DASHenv] = ACTIONS(1368), + [anon_sym_mut] = ACTIONS(1368), + [anon_sym_const] = ACTIONS(1368), + [sym_cmd_identifier] = ACTIONS(1368), + [anon_sym_SEMI] = ACTIONS(1368), + [anon_sym_LF] = ACTIONS(1370), + [anon_sym_def] = ACTIONS(1368), + [anon_sym_def_DASHenv] = ACTIONS(1368), + [anon_sym_export_DASHenv] = ACTIONS(1368), + [anon_sym_extern] = ACTIONS(1368), + [anon_sym_module] = ACTIONS(1368), + [anon_sym_use] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(1368), + [anon_sym_LPAREN] = ACTIONS(1368), + [anon_sym_PIPE] = ACTIONS(1368), + [anon_sym_DOLLAR] = ACTIONS(1368), + [anon_sym_error] = ACTIONS(1368), + [anon_sym_DASH_DASH] = ACTIONS(1368), + [anon_sym_DASH] = ACTIONS(1368), + [anon_sym_break] = ACTIONS(1368), + [anon_sym_continue] = ACTIONS(1368), + [anon_sym_for] = ACTIONS(1368), + [anon_sym_loop] = ACTIONS(1368), + [anon_sym_while] = ACTIONS(1368), + [anon_sym_do] = ACTIONS(1368), + [anon_sym_if] = ACTIONS(1368), + [anon_sym_match] = ACTIONS(1368), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_try] = ACTIONS(1368), + [anon_sym_return] = ACTIONS(1368), + [anon_sym_source] = ACTIONS(1368), + [anon_sym_source_DASHenv] = ACTIONS(1368), + [anon_sym_register] = ACTIONS(1368), + [anon_sym_hide] = ACTIONS(1368), + [anon_sym_hide_DASHenv] = ACTIONS(1368), + [anon_sym_overlay] = ACTIONS(1368), + [anon_sym_where] = ACTIONS(1368), + [anon_sym_not] = ACTIONS(1368), + [anon_sym_DOT_DOT_LT] = ACTIONS(1368), + [anon_sym_DOT_DOT] = ACTIONS(1368), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1368), + [sym_val_nothing] = ACTIONS(1368), + [anon_sym_true] = ACTIONS(1368), + [anon_sym_false] = ACTIONS(1368), + [aux_sym_val_number_token1] = ACTIONS(1368), + [aux_sym_val_number_token2] = ACTIONS(1368), + [aux_sym_val_number_token3] = ACTIONS(1368), + [aux_sym_val_number_token4] = ACTIONS(1368), + [anon_sym_inf] = ACTIONS(1368), + [anon_sym_DASHinf] = ACTIONS(1368), + [anon_sym_NaN] = ACTIONS(1368), + [anon_sym_0b] = ACTIONS(1368), + [anon_sym_0o] = ACTIONS(1368), + [anon_sym_0x] = ACTIONS(1368), + [sym_val_date] = ACTIONS(1368), + [anon_sym_DQUOTE] = ACTIONS(1368), + [sym__str_single_quotes] = ACTIONS(1368), + [sym__str_back_ticks] = ACTIONS(1368), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1368), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1368), + [anon_sym_CARET] = ACTIONS(1368), + [sym_short_flag] = ACTIONS(1368), [anon_sym_POUND] = ACTIONS(3), }, [739] = { [sym_comment] = STATE(739), - [anon_sym_export] = ACTIONS(656), - [anon_sym_alias] = ACTIONS(656), - [anon_sym_let] = ACTIONS(656), - [anon_sym_let_DASHenv] = ACTIONS(656), - [anon_sym_mut] = ACTIONS(656), - [anon_sym_const] = ACTIONS(656), - [sym_cmd_identifier] = ACTIONS(656), - [anon_sym_SEMI] = ACTIONS(656), - [anon_sym_LF] = ACTIONS(658), - [anon_sym_def] = ACTIONS(656), - [anon_sym_def_DASHenv] = ACTIONS(656), - [anon_sym_export_DASHenv] = ACTIONS(656), - [anon_sym_extern] = ACTIONS(656), - [anon_sym_module] = ACTIONS(656), - [anon_sym_use] = ACTIONS(656), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LPAREN] = ACTIONS(656), - [anon_sym_RPAREN] = ACTIONS(656), - [anon_sym_DOLLAR] = ACTIONS(656), - [anon_sym_error] = ACTIONS(656), - [anon_sym_DASH] = ACTIONS(656), - [anon_sym_break] = ACTIONS(656), - [anon_sym_continue] = ACTIONS(656), - [anon_sym_for] = ACTIONS(656), - [anon_sym_loop] = ACTIONS(656), - [anon_sym_while] = ACTIONS(656), - [anon_sym_do] = ACTIONS(656), - [anon_sym_if] = ACTIONS(656), - [anon_sym_match] = ACTIONS(656), - [anon_sym_LBRACE] = ACTIONS(656), - [anon_sym_RBRACE] = ACTIONS(656), - [anon_sym_DOT] = ACTIONS(656), - [anon_sym_try] = ACTIONS(656), - [anon_sym_return] = ACTIONS(656), - [anon_sym_source] = ACTIONS(656), - [anon_sym_source_DASHenv] = ACTIONS(656), - [anon_sym_register] = ACTIONS(656), - [anon_sym_hide] = ACTIONS(656), - [anon_sym_hide_DASHenv] = ACTIONS(656), - [anon_sym_overlay] = ACTIONS(656), - [anon_sym_where] = ACTIONS(656), - [anon_sym_QMARK2] = ACTIONS(1660), - [anon_sym_not] = ACTIONS(656), - [anon_sym_DOT_DOT_LT] = ACTIONS(656), - [anon_sym_DOT_DOT] = ACTIONS(656), - [anon_sym_DOT_DOT_EQ] = ACTIONS(656), - [sym_val_nothing] = ACTIONS(656), - [anon_sym_true] = ACTIONS(656), - [anon_sym_false] = ACTIONS(656), - [aux_sym_val_number_token1] = ACTIONS(656), - [aux_sym_val_number_token2] = ACTIONS(656), - [aux_sym_val_number_token3] = ACTIONS(656), - [aux_sym_val_number_token4] = ACTIONS(656), - [anon_sym_inf] = ACTIONS(656), - [anon_sym_DASHinf] = ACTIONS(656), - [anon_sym_NaN] = ACTIONS(656), - [anon_sym_0b] = ACTIONS(656), - [anon_sym_0o] = ACTIONS(656), - [anon_sym_0x] = ACTIONS(656), - [sym_val_date] = ACTIONS(656), - [anon_sym_DQUOTE] = ACTIONS(656), - [sym__str_single_quotes] = ACTIONS(656), - [sym__str_back_ticks] = ACTIONS(656), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(656), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(656), - [anon_sym_CARET] = ACTIONS(656), + [anon_sym_export] = ACTIONS(1368), + [anon_sym_alias] = ACTIONS(1368), + [anon_sym_let] = ACTIONS(1368), + [anon_sym_let_DASHenv] = ACTIONS(1368), + [anon_sym_mut] = ACTIONS(1368), + [anon_sym_const] = ACTIONS(1368), + [sym_cmd_identifier] = ACTIONS(1368), + [anon_sym_SEMI] = ACTIONS(1368), + [anon_sym_LF] = ACTIONS(1370), + [anon_sym_def] = ACTIONS(1368), + [anon_sym_def_DASHenv] = ACTIONS(1368), + [anon_sym_export_DASHenv] = ACTIONS(1368), + [anon_sym_extern] = ACTIONS(1368), + [anon_sym_module] = ACTIONS(1368), + [anon_sym_use] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(1368), + [anon_sym_LPAREN] = ACTIONS(1368), + [anon_sym_RPAREN] = ACTIONS(1368), + [anon_sym_PIPE] = ACTIONS(1368), + [anon_sym_DOLLAR] = ACTIONS(1368), + [anon_sym_error] = ACTIONS(1368), + [anon_sym_DASH] = ACTIONS(1368), + [anon_sym_break] = ACTIONS(1368), + [anon_sym_continue] = ACTIONS(1368), + [anon_sym_for] = ACTIONS(1368), + [anon_sym_loop] = ACTIONS(1368), + [anon_sym_while] = ACTIONS(1368), + [anon_sym_do] = ACTIONS(1368), + [anon_sym_if] = ACTIONS(1368), + [anon_sym_else] = ACTIONS(1368), + [anon_sym_match] = ACTIONS(1368), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_RBRACE] = ACTIONS(1368), + [anon_sym_try] = ACTIONS(1368), + [anon_sym_return] = ACTIONS(1368), + [anon_sym_source] = ACTIONS(1368), + [anon_sym_source_DASHenv] = ACTIONS(1368), + [anon_sym_register] = ACTIONS(1368), + [anon_sym_hide] = ACTIONS(1368), + [anon_sym_hide_DASHenv] = ACTIONS(1368), + [anon_sym_overlay] = ACTIONS(1368), + [anon_sym_where] = ACTIONS(1368), + [anon_sym_not] = ACTIONS(1368), + [anon_sym_DOT_DOT_LT] = ACTIONS(1368), + [anon_sym_DOT_DOT] = ACTIONS(1368), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1368), + [sym_val_nothing] = ACTIONS(1368), + [anon_sym_true] = ACTIONS(1368), + [anon_sym_false] = ACTIONS(1368), + [aux_sym_val_number_token1] = ACTIONS(1368), + [aux_sym_val_number_token2] = ACTIONS(1368), + [aux_sym_val_number_token3] = ACTIONS(1368), + [aux_sym_val_number_token4] = ACTIONS(1368), + [anon_sym_inf] = ACTIONS(1368), + [anon_sym_DASHinf] = ACTIONS(1368), + [anon_sym_NaN] = ACTIONS(1368), + [anon_sym_0b] = ACTIONS(1368), + [anon_sym_0o] = ACTIONS(1368), + [anon_sym_0x] = ACTIONS(1368), + [sym_val_date] = ACTIONS(1368), + [anon_sym_DQUOTE] = ACTIONS(1368), + [sym__str_single_quotes] = ACTIONS(1368), + [sym__str_back_ticks] = ACTIONS(1368), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1368), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1368), + [anon_sym_CARET] = ACTIONS(1368), [anon_sym_POUND] = ACTIONS(3), }, [740] = { - [sym_cell_path] = STATE(950), - [sym_path] = STATE(717), + [sym_cell_path] = STATE(933), + [sym_path] = STATE(716), [sym_comment] = STATE(740), - [ts_builtin_sym_end] = ACTIONS(580), - [anon_sym_export] = ACTIONS(578), - [anon_sym_alias] = ACTIONS(578), - [anon_sym_let] = ACTIONS(578), - [anon_sym_let_DASHenv] = ACTIONS(578), - [anon_sym_mut] = ACTIONS(578), - [anon_sym_const] = ACTIONS(578), - [sym_cmd_identifier] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(578), - [anon_sym_LF] = ACTIONS(580), - [anon_sym_def] = ACTIONS(578), - [anon_sym_def_DASHenv] = ACTIONS(578), - [anon_sym_export_DASHenv] = ACTIONS(578), - [anon_sym_extern] = ACTIONS(578), - [anon_sym_module] = ACTIONS(578), - [anon_sym_use] = ACTIONS(578), - [anon_sym_LBRACK] = ACTIONS(578), - [anon_sym_LPAREN] = ACTIONS(578), - [anon_sym_DOLLAR] = ACTIONS(578), - [anon_sym_error] = ACTIONS(578), - [anon_sym_DASH] = ACTIONS(578), - [anon_sym_break] = ACTIONS(578), - [anon_sym_continue] = ACTIONS(578), - [anon_sym_for] = ACTIONS(578), - [anon_sym_loop] = ACTIONS(578), - [anon_sym_while] = ACTIONS(578), - [anon_sym_do] = ACTIONS(578), - [anon_sym_if] = ACTIONS(578), - [anon_sym_match] = ACTIONS(578), - [anon_sym_LBRACE] = ACTIONS(578), - [anon_sym_DOT] = ACTIONS(1498), - [anon_sym_try] = ACTIONS(578), - [anon_sym_return] = ACTIONS(578), - [anon_sym_source] = ACTIONS(578), - [anon_sym_source_DASHenv] = ACTIONS(578), - [anon_sym_register] = ACTIONS(578), - [anon_sym_hide] = ACTIONS(578), - [anon_sym_hide_DASHenv] = ACTIONS(578), - [anon_sym_overlay] = ACTIONS(578), - [anon_sym_where] = ACTIONS(578), - [anon_sym_not] = ACTIONS(578), - [anon_sym_DOT_DOT_LT] = ACTIONS(578), - [anon_sym_DOT_DOT] = ACTIONS(578), - [anon_sym_DOT_DOT_EQ] = ACTIONS(578), - [sym_val_nothing] = ACTIONS(578), - [anon_sym_true] = ACTIONS(578), - [anon_sym_false] = ACTIONS(578), - [aux_sym_val_number_token1] = ACTIONS(578), - [aux_sym_val_number_token2] = ACTIONS(578), - [aux_sym_val_number_token3] = ACTIONS(578), - [aux_sym_val_number_token4] = ACTIONS(578), - [anon_sym_inf] = ACTIONS(578), - [anon_sym_DASHinf] = ACTIONS(578), - [anon_sym_NaN] = ACTIONS(578), - [anon_sym_0b] = ACTIONS(578), - [anon_sym_0o] = ACTIONS(578), - [anon_sym_0x] = ACTIONS(578), - [sym_val_date] = ACTIONS(578), - [anon_sym_DQUOTE] = ACTIONS(578), - [sym__str_single_quotes] = ACTIONS(578), - [sym__str_back_ticks] = ACTIONS(578), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(578), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(578), - [anon_sym_CARET] = ACTIONS(578), + [ts_builtin_sym_end] = ACTIONS(587), + [anon_sym_export] = ACTIONS(585), + [anon_sym_alias] = ACTIONS(585), + [anon_sym_let] = ACTIONS(585), + [anon_sym_let_DASHenv] = ACTIONS(585), + [anon_sym_mut] = ACTIONS(585), + [anon_sym_const] = ACTIONS(585), + [sym_cmd_identifier] = ACTIONS(585), + [anon_sym_SEMI] = ACTIONS(585), + [anon_sym_LF] = ACTIONS(587), + [anon_sym_def] = ACTIONS(585), + [anon_sym_def_DASHenv] = ACTIONS(585), + [anon_sym_export_DASHenv] = ACTIONS(585), + [anon_sym_extern] = ACTIONS(585), + [anon_sym_module] = ACTIONS(585), + [anon_sym_use] = ACTIONS(585), + [anon_sym_LBRACK] = ACTIONS(585), + [anon_sym_LPAREN] = ACTIONS(585), + [anon_sym_DOLLAR] = ACTIONS(585), + [anon_sym_error] = ACTIONS(585), + [anon_sym_DASH] = ACTIONS(585), + [anon_sym_break] = ACTIONS(585), + [anon_sym_continue] = ACTIONS(585), + [anon_sym_for] = ACTIONS(585), + [anon_sym_loop] = ACTIONS(585), + [anon_sym_while] = ACTIONS(585), + [anon_sym_do] = ACTIONS(585), + [anon_sym_if] = ACTIONS(585), + [anon_sym_match] = ACTIONS(585), + [anon_sym_LBRACE] = ACTIONS(585), + [anon_sym_DOT] = ACTIONS(1604), + [anon_sym_try] = ACTIONS(585), + [anon_sym_return] = ACTIONS(585), + [anon_sym_source] = ACTIONS(585), + [anon_sym_source_DASHenv] = ACTIONS(585), + [anon_sym_register] = ACTIONS(585), + [anon_sym_hide] = ACTIONS(585), + [anon_sym_hide_DASHenv] = ACTIONS(585), + [anon_sym_overlay] = ACTIONS(585), + [anon_sym_where] = ACTIONS(585), + [anon_sym_not] = ACTIONS(585), + [anon_sym_DOT_DOT_LT] = ACTIONS(585), + [anon_sym_DOT_DOT] = ACTIONS(585), + [anon_sym_DOT_DOT_EQ] = ACTIONS(585), + [sym_val_nothing] = ACTIONS(585), + [anon_sym_true] = ACTIONS(585), + [anon_sym_false] = ACTIONS(585), + [aux_sym_val_number_token1] = ACTIONS(585), + [aux_sym_val_number_token2] = ACTIONS(585), + [aux_sym_val_number_token3] = ACTIONS(585), + [aux_sym_val_number_token4] = ACTIONS(585), + [anon_sym_inf] = ACTIONS(585), + [anon_sym_DASHinf] = ACTIONS(585), + [anon_sym_NaN] = ACTIONS(585), + [anon_sym_0b] = ACTIONS(585), + [anon_sym_0o] = ACTIONS(585), + [anon_sym_0x] = ACTIONS(585), + [sym_val_date] = ACTIONS(585), + [anon_sym_DQUOTE] = ACTIONS(585), + [sym__str_single_quotes] = ACTIONS(585), + [sym__str_back_ticks] = ACTIONS(585), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(585), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(585), + [anon_sym_CARET] = ACTIONS(585), [anon_sym_POUND] = ACTIONS(3), }, [741] = { [sym_comment] = STATE(741), - [aux_sym_pipe_element_repeat1] = STATE(1760), + [anon_sym_export] = ACTIONS(1312), + [anon_sym_alias] = ACTIONS(1312), + [anon_sym_let] = ACTIONS(1312), + [anon_sym_let_DASHenv] = ACTIONS(1312), + [anon_sym_mut] = ACTIONS(1312), + [anon_sym_const] = ACTIONS(1312), + [sym_cmd_identifier] = ACTIONS(1312), + [anon_sym_SEMI] = ACTIONS(1312), + [anon_sym_LF] = ACTIONS(1314), + [anon_sym_def] = ACTIONS(1312), + [anon_sym_def_DASHenv] = ACTIONS(1312), + [anon_sym_export_DASHenv] = ACTIONS(1312), + [anon_sym_extern] = ACTIONS(1312), + [anon_sym_module] = ACTIONS(1312), + [anon_sym_use] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(1312), + [anon_sym_LPAREN] = ACTIONS(1312), + [anon_sym_RPAREN] = ACTIONS(1312), + [anon_sym_PIPE] = ACTIONS(1312), + [anon_sym_DOLLAR] = ACTIONS(1312), + [anon_sym_error] = ACTIONS(1312), + [anon_sym_DASH] = ACTIONS(1312), + [anon_sym_break] = ACTIONS(1312), + [anon_sym_continue] = ACTIONS(1312), + [anon_sym_for] = ACTIONS(1312), + [anon_sym_loop] = ACTIONS(1312), + [anon_sym_while] = ACTIONS(1312), + [anon_sym_do] = ACTIONS(1312), + [anon_sym_if] = ACTIONS(1312), + [anon_sym_match] = ACTIONS(1312), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_RBRACE] = ACTIONS(1312), + [anon_sym_try] = ACTIONS(1312), + [anon_sym_return] = ACTIONS(1312), + [anon_sym_source] = ACTIONS(1312), + [anon_sym_source_DASHenv] = ACTIONS(1312), + [anon_sym_register] = ACTIONS(1312), + [anon_sym_hide] = ACTIONS(1312), + [anon_sym_hide_DASHenv] = ACTIONS(1312), + [anon_sym_overlay] = ACTIONS(1312), + [anon_sym_where] = ACTIONS(1312), + [anon_sym_not] = ACTIONS(1312), + [anon_sym_DOT_DOT_LT] = ACTIONS(1312), + [anon_sym_DOT_DOT] = ACTIONS(1312), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1312), + [sym_val_nothing] = ACTIONS(1312), + [anon_sym_true] = ACTIONS(1312), + [anon_sym_false] = ACTIONS(1312), + [aux_sym_val_number_token1] = ACTIONS(1312), + [aux_sym_val_number_token2] = ACTIONS(1312), + [aux_sym_val_number_token3] = ACTIONS(1312), + [aux_sym_val_number_token4] = ACTIONS(1312), + [anon_sym_inf] = ACTIONS(1312), + [anon_sym_DASHinf] = ACTIONS(1312), + [anon_sym_NaN] = ACTIONS(1312), + [anon_sym_0b] = ACTIONS(1312), + [anon_sym_0o] = ACTIONS(1312), + [anon_sym_0x] = ACTIONS(1312), + [sym_val_date] = ACTIONS(1312), + [anon_sym_DQUOTE] = ACTIONS(1312), + [sym__str_single_quotes] = ACTIONS(1312), + [sym__str_back_ticks] = ACTIONS(1312), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1312), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1312), + [anon_sym_CARET] = ACTIONS(1312), + [aux_sym_long_flag_token1] = ACTIONS(1660), + [anon_sym_POUND] = ACTIONS(3), + }, + [742] = { + [sym_comment] = STATE(742), [anon_sym_export] = ACTIONS(1662), [anon_sym_alias] = ACTIONS(1662), [anon_sym_let] = ACTIONS(1662), @@ -111783,7 +111857,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK] = ACTIONS(1662), [anon_sym_LPAREN] = ACTIONS(1662), [anon_sym_RPAREN] = ACTIONS(1662), - [anon_sym_PIPE] = ACTIONS(1666), + [anon_sym_PIPE] = ACTIONS(1662), [anon_sym_DOLLAR] = ACTIONS(1662), [anon_sym_error] = ACTIONS(1662), [anon_sym_DASH] = ACTIONS(1662), @@ -111794,6 +111868,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_while] = ACTIONS(1662), [anon_sym_do] = ACTIONS(1662), [anon_sym_if] = ACTIONS(1662), + [anon_sym_else] = ACTIONS(1666), [anon_sym_match] = ACTIONS(1662), [anon_sym_LBRACE] = ACTIONS(1662), [anon_sym_RBRACE] = ACTIONS(1662), @@ -111832,79 +111907,354 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1662), [anon_sym_POUND] = ACTIONS(3), }, - [742] = { - [sym_comment] = STATE(742), - [anon_sym_export] = ACTIONS(656), - [anon_sym_alias] = ACTIONS(656), - [anon_sym_let] = ACTIONS(656), - [anon_sym_let_DASHenv] = ACTIONS(656), - [anon_sym_mut] = ACTIONS(656), - [anon_sym_const] = ACTIONS(656), - [sym_cmd_identifier] = ACTIONS(656), - [anon_sym_SEMI] = ACTIONS(656), - [anon_sym_LF] = ACTIONS(658), - [anon_sym_def] = ACTIONS(656), - [anon_sym_def_DASHenv] = ACTIONS(656), - [anon_sym_export_DASHenv] = ACTIONS(656), - [anon_sym_extern] = ACTIONS(656), - [anon_sym_module] = ACTIONS(656), - [anon_sym_use] = ACTIONS(656), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LPAREN] = ACTIONS(656), - [anon_sym_RPAREN] = ACTIONS(656), - [anon_sym_DOLLAR] = ACTIONS(656), - [anon_sym_error] = ACTIONS(656), - [anon_sym_DASH] = ACTIONS(656), - [anon_sym_break] = ACTIONS(656), - [anon_sym_continue] = ACTIONS(656), - [anon_sym_for] = ACTIONS(656), - [anon_sym_loop] = ACTIONS(656), - [anon_sym_while] = ACTIONS(656), - [anon_sym_do] = ACTIONS(656), - [anon_sym_if] = ACTIONS(656), - [anon_sym_match] = ACTIONS(656), - [anon_sym_LBRACE] = ACTIONS(656), - [anon_sym_RBRACE] = ACTIONS(656), - [anon_sym_DOT] = ACTIONS(656), - [anon_sym_try] = ACTIONS(656), - [anon_sym_return] = ACTIONS(656), - [anon_sym_source] = ACTIONS(656), - [anon_sym_source_DASHenv] = ACTIONS(656), - [anon_sym_register] = ACTIONS(656), - [anon_sym_hide] = ACTIONS(656), - [anon_sym_hide_DASHenv] = ACTIONS(656), - [anon_sym_overlay] = ACTIONS(656), - [anon_sym_where] = ACTIONS(656), - [anon_sym_QMARK2] = ACTIONS(1660), - [anon_sym_not] = ACTIONS(656), - [anon_sym_DOT_DOT_LT] = ACTIONS(656), - [anon_sym_DOT_DOT] = ACTIONS(656), - [anon_sym_DOT_DOT_EQ] = ACTIONS(656), - [sym_val_nothing] = ACTIONS(656), - [anon_sym_true] = ACTIONS(656), - [anon_sym_false] = ACTIONS(656), - [aux_sym_val_number_token1] = ACTIONS(656), - [aux_sym_val_number_token2] = ACTIONS(656), - [aux_sym_val_number_token3] = ACTIONS(656), - [aux_sym_val_number_token4] = ACTIONS(656), - [anon_sym_inf] = ACTIONS(656), - [anon_sym_DASHinf] = ACTIONS(656), - [anon_sym_NaN] = ACTIONS(656), - [anon_sym_0b] = ACTIONS(656), - [anon_sym_0o] = ACTIONS(656), - [anon_sym_0x] = ACTIONS(656), - [sym_val_date] = ACTIONS(656), - [anon_sym_DQUOTE] = ACTIONS(656), - [sym__str_single_quotes] = ACTIONS(656), - [sym__str_back_ticks] = ACTIONS(656), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(656), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(656), - [anon_sym_CARET] = ACTIONS(656), - [anon_sym_POUND] = ACTIONS(3), - }, [743] = { - [sym_block] = STATE(892), [sym_comment] = STATE(743), + [anon_sym_export] = ACTIONS(1288), + [anon_sym_alias] = ACTIONS(1288), + [anon_sym_let] = ACTIONS(1288), + [anon_sym_let_DASHenv] = ACTIONS(1288), + [anon_sym_mut] = ACTIONS(1288), + [anon_sym_const] = ACTIONS(1288), + [sym_cmd_identifier] = ACTIONS(1288), + [anon_sym_SEMI] = ACTIONS(1288), + [anon_sym_LF] = ACTIONS(1290), + [anon_sym_def] = ACTIONS(1288), + [anon_sym_def_DASHenv] = ACTIONS(1288), + [anon_sym_export_DASHenv] = ACTIONS(1288), + [anon_sym_extern] = ACTIONS(1288), + [anon_sym_module] = ACTIONS(1288), + [anon_sym_use] = ACTIONS(1288), + [anon_sym_LBRACK] = ACTIONS(1288), + [anon_sym_LPAREN] = ACTIONS(1288), + [anon_sym_RPAREN] = ACTIONS(1288), + [anon_sym_PIPE] = ACTIONS(1288), + [anon_sym_DOLLAR] = ACTIONS(1288), + [anon_sym_error] = ACTIONS(1288), + [anon_sym_DASH] = ACTIONS(1288), + [anon_sym_break] = ACTIONS(1288), + [anon_sym_continue] = ACTIONS(1288), + [anon_sym_for] = ACTIONS(1288), + [anon_sym_loop] = ACTIONS(1288), + [anon_sym_while] = ACTIONS(1288), + [anon_sym_do] = ACTIONS(1288), + [anon_sym_if] = ACTIONS(1288), + [anon_sym_match] = ACTIONS(1288), + [anon_sym_LBRACE] = ACTIONS(1288), + [anon_sym_RBRACE] = ACTIONS(1288), + [anon_sym_try] = ACTIONS(1288), + [anon_sym_return] = ACTIONS(1288), + [anon_sym_source] = ACTIONS(1288), + [anon_sym_source_DASHenv] = ACTIONS(1288), + [anon_sym_register] = ACTIONS(1288), + [anon_sym_hide] = ACTIONS(1288), + [anon_sym_hide_DASHenv] = ACTIONS(1288), + [anon_sym_overlay] = ACTIONS(1288), + [anon_sym_where] = ACTIONS(1288), + [anon_sym_not] = ACTIONS(1288), + [anon_sym_DOT_DOT_LT] = ACTIONS(1288), + [anon_sym_DOT_DOT] = ACTIONS(1288), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1288), + [sym_val_nothing] = ACTIONS(1288), + [anon_sym_true] = ACTIONS(1288), + [anon_sym_false] = ACTIONS(1288), + [aux_sym_val_number_token1] = ACTIONS(1288), + [aux_sym_val_number_token2] = ACTIONS(1288), + [aux_sym_val_number_token3] = ACTIONS(1288), + [aux_sym_val_number_token4] = ACTIONS(1288), + [anon_sym_inf] = ACTIONS(1288), + [anon_sym_DASHinf] = ACTIONS(1288), + [anon_sym_NaN] = ACTIONS(1288), + [anon_sym_0b] = ACTIONS(1288), + [anon_sym_0o] = ACTIONS(1288), + [anon_sym_0x] = ACTIONS(1288), + [sym_val_date] = ACTIONS(1288), + [anon_sym_DQUOTE] = ACTIONS(1288), + [sym__str_single_quotes] = ACTIONS(1288), + [sym__str_back_ticks] = ACTIONS(1288), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1288), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1288), + [anon_sym_CARET] = ACTIONS(1288), + [anon_sym_POUND] = ACTIONS(3), + }, + [744] = { + [sym_comment] = STATE(744), + [anon_sym_export] = ACTIONS(781), + [anon_sym_alias] = ACTIONS(781), + [anon_sym_let] = ACTIONS(781), + [anon_sym_let_DASHenv] = ACTIONS(781), + [anon_sym_mut] = ACTIONS(781), + [anon_sym_const] = ACTIONS(781), + [sym_cmd_identifier] = ACTIONS(781), + [anon_sym_SEMI] = ACTIONS(781), + [anon_sym_LF] = ACTIONS(783), + [anon_sym_def] = ACTIONS(781), + [anon_sym_def_DASHenv] = ACTIONS(781), + [anon_sym_export_DASHenv] = ACTIONS(781), + [anon_sym_extern] = ACTIONS(781), + [anon_sym_module] = ACTIONS(781), + [anon_sym_use] = ACTIONS(781), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_LPAREN] = ACTIONS(781), + [anon_sym_RPAREN] = ACTIONS(781), + [anon_sym_PIPE] = ACTIONS(781), + [anon_sym_DOLLAR] = ACTIONS(781), + [anon_sym_error] = ACTIONS(781), + [anon_sym_DASH] = ACTIONS(781), + [anon_sym_break] = ACTIONS(781), + [anon_sym_continue] = ACTIONS(781), + [anon_sym_for] = ACTIONS(781), + [anon_sym_loop] = ACTIONS(781), + [anon_sym_while] = ACTIONS(781), + [anon_sym_do] = ACTIONS(781), + [anon_sym_if] = ACTIONS(781), + [anon_sym_match] = ACTIONS(781), + [anon_sym_LBRACE] = ACTIONS(781), + [anon_sym_RBRACE] = ACTIONS(781), + [anon_sym_try] = ACTIONS(781), + [anon_sym_return] = ACTIONS(781), + [anon_sym_source] = ACTIONS(781), + [anon_sym_source_DASHenv] = ACTIONS(781), + [anon_sym_register] = ACTIONS(781), + [anon_sym_hide] = ACTIONS(781), + [anon_sym_hide_DASHenv] = ACTIONS(781), + [anon_sym_overlay] = ACTIONS(781), + [anon_sym_where] = ACTIONS(781), + [anon_sym_not] = ACTIONS(781), + [anon_sym_DOT_DOT_LT] = ACTIONS(781), + [anon_sym_DOT_DOT] = ACTIONS(781), + [anon_sym_DOT_DOT_EQ] = ACTIONS(781), + [sym_val_nothing] = ACTIONS(781), + [anon_sym_true] = ACTIONS(781), + [anon_sym_false] = ACTIONS(781), + [aux_sym_val_number_token1] = ACTIONS(781), + [aux_sym_val_number_token2] = ACTIONS(781), + [aux_sym_val_number_token3] = ACTIONS(781), + [aux_sym_val_number_token4] = ACTIONS(781), + [anon_sym_inf] = ACTIONS(781), + [anon_sym_DASHinf] = ACTIONS(781), + [anon_sym_NaN] = ACTIONS(781), + [anon_sym_0b] = ACTIONS(781), + [anon_sym_0o] = ACTIONS(781), + [anon_sym_0x] = ACTIONS(781), + [sym_val_date] = ACTIONS(781), + [anon_sym_DQUOTE] = ACTIONS(781), + [sym__str_single_quotes] = ACTIONS(781), + [sym__str_back_ticks] = ACTIONS(781), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), + [anon_sym_CARET] = ACTIONS(781), + [anon_sym_POUND] = ACTIONS(3), + }, + [745] = { + [sym_comment] = STATE(745), + [anon_sym_export] = ACTIONS(706), + [anon_sym_alias] = ACTIONS(706), + [anon_sym_let] = ACTIONS(706), + [anon_sym_let_DASHenv] = ACTIONS(706), + [anon_sym_mut] = ACTIONS(706), + [anon_sym_const] = ACTIONS(706), + [sym_cmd_identifier] = ACTIONS(706), + [anon_sym_SEMI] = ACTIONS(706), + [anon_sym_LF] = ACTIONS(708), + [anon_sym_def] = ACTIONS(706), + [anon_sym_def_DASHenv] = ACTIONS(706), + [anon_sym_export_DASHenv] = ACTIONS(706), + [anon_sym_extern] = ACTIONS(706), + [anon_sym_module] = ACTIONS(706), + [anon_sym_use] = ACTIONS(706), + [anon_sym_LBRACK] = ACTIONS(706), + [anon_sym_LPAREN] = ACTIONS(706), + [anon_sym_RPAREN] = ACTIONS(706), + [anon_sym_PIPE] = ACTIONS(706), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_error] = ACTIONS(706), + [anon_sym_DASH] = ACTIONS(706), + [anon_sym_break] = ACTIONS(706), + [anon_sym_continue] = ACTIONS(706), + [anon_sym_for] = ACTIONS(706), + [anon_sym_loop] = ACTIONS(706), + [anon_sym_while] = ACTIONS(706), + [anon_sym_do] = ACTIONS(706), + [anon_sym_if] = ACTIONS(706), + [anon_sym_match] = ACTIONS(706), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_RBRACE] = ACTIONS(706), + [anon_sym_try] = ACTIONS(706), + [anon_sym_return] = ACTIONS(706), + [anon_sym_source] = ACTIONS(706), + [anon_sym_source_DASHenv] = ACTIONS(706), + [anon_sym_register] = ACTIONS(706), + [anon_sym_hide] = ACTIONS(706), + [anon_sym_hide_DASHenv] = ACTIONS(706), + [anon_sym_overlay] = ACTIONS(706), + [anon_sym_where] = ACTIONS(706), + [anon_sym_not] = ACTIONS(706), + [anon_sym_DOT_DOT_LT] = ACTIONS(706), + [anon_sym_DOT_DOT] = ACTIONS(706), + [anon_sym_DOT_DOT_EQ] = ACTIONS(706), + [sym_val_nothing] = ACTIONS(706), + [anon_sym_true] = ACTIONS(706), + [anon_sym_false] = ACTIONS(706), + [aux_sym_val_number_token1] = ACTIONS(706), + [aux_sym_val_number_token2] = ACTIONS(706), + [aux_sym_val_number_token3] = ACTIONS(706), + [aux_sym_val_number_token4] = ACTIONS(706), + [anon_sym_inf] = ACTIONS(706), + [anon_sym_DASHinf] = ACTIONS(706), + [anon_sym_NaN] = ACTIONS(706), + [anon_sym_0b] = ACTIONS(706), + [anon_sym_0o] = ACTIONS(706), + [anon_sym_0x] = ACTIONS(706), + [sym_val_date] = ACTIONS(706), + [anon_sym_DQUOTE] = ACTIONS(706), + [sym__str_single_quotes] = ACTIONS(706), + [sym__str_back_ticks] = ACTIONS(706), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(706), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(706), + [anon_sym_CARET] = ACTIONS(706), + [anon_sym_POUND] = ACTIONS(3), + }, + [746] = { + [sym_comment] = STATE(746), + [ts_builtin_sym_end] = ACTIONS(1491), + [anon_sym_export] = ACTIONS(1489), + [anon_sym_alias] = ACTIONS(1489), + [anon_sym_let] = ACTIONS(1489), + [anon_sym_let_DASHenv] = ACTIONS(1489), + [anon_sym_mut] = ACTIONS(1489), + [anon_sym_const] = ACTIONS(1489), + [sym_cmd_identifier] = ACTIONS(1489), + [anon_sym_SEMI] = ACTIONS(1489), + [anon_sym_LF] = ACTIONS(1491), + [anon_sym_def] = ACTIONS(1489), + [anon_sym_def_DASHenv] = ACTIONS(1489), + [anon_sym_export_DASHenv] = ACTIONS(1489), + [anon_sym_extern] = ACTIONS(1489), + [anon_sym_module] = ACTIONS(1489), + [anon_sym_use] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1489), + [anon_sym_LPAREN] = ACTIONS(1489), + [anon_sym_PIPE] = ACTIONS(1489), + [anon_sym_DOLLAR] = ACTIONS(1489), + [anon_sym_error] = ACTIONS(1489), + [anon_sym_DASH] = ACTIONS(1489), + [anon_sym_break] = ACTIONS(1489), + [anon_sym_continue] = ACTIONS(1489), + [anon_sym_for] = ACTIONS(1489), + [anon_sym_loop] = ACTIONS(1489), + [anon_sym_while] = ACTIONS(1489), + [anon_sym_do] = ACTIONS(1489), + [anon_sym_if] = ACTIONS(1489), + [anon_sym_match] = ACTIONS(1489), + [anon_sym_LBRACE] = ACTIONS(1489), + [anon_sym_try] = ACTIONS(1489), + [anon_sym_catch] = ACTIONS(1489), + [anon_sym_return] = ACTIONS(1489), + [anon_sym_source] = ACTIONS(1489), + [anon_sym_source_DASHenv] = ACTIONS(1489), + [anon_sym_register] = ACTIONS(1489), + [anon_sym_hide] = ACTIONS(1489), + [anon_sym_hide_DASHenv] = ACTIONS(1489), + [anon_sym_overlay] = ACTIONS(1489), + [anon_sym_where] = ACTIONS(1489), + [anon_sym_not] = ACTIONS(1489), + [anon_sym_DOT_DOT_LT] = ACTIONS(1489), + [anon_sym_DOT_DOT] = ACTIONS(1489), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1489), + [sym_val_nothing] = ACTIONS(1489), + [anon_sym_true] = ACTIONS(1489), + [anon_sym_false] = 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(1489), + [anon_sym_inf] = ACTIONS(1489), + [anon_sym_DASHinf] = ACTIONS(1489), + [anon_sym_NaN] = ACTIONS(1489), + [anon_sym_0b] = ACTIONS(1489), + [anon_sym_0o] = ACTIONS(1489), + [anon_sym_0x] = ACTIONS(1489), + [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), + [anon_sym_CARET] = ACTIONS(1489), + [anon_sym_POUND] = ACTIONS(3), + }, + [747] = { + [sym_comment] = STATE(747), + [anon_sym_export] = ACTIONS(1489), + [anon_sym_alias] = ACTIONS(1489), + [anon_sym_let] = ACTIONS(1489), + [anon_sym_let_DASHenv] = ACTIONS(1489), + [anon_sym_mut] = ACTIONS(1489), + [anon_sym_const] = ACTIONS(1489), + [sym_cmd_identifier] = ACTIONS(1489), + [anon_sym_SEMI] = ACTIONS(1489), + [anon_sym_LF] = ACTIONS(1491), + [anon_sym_def] = ACTIONS(1489), + [anon_sym_def_DASHenv] = ACTIONS(1489), + [anon_sym_export_DASHenv] = ACTIONS(1489), + [anon_sym_extern] = ACTIONS(1489), + [anon_sym_module] = ACTIONS(1489), + [anon_sym_use] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1489), + [anon_sym_LPAREN] = ACTIONS(1489), + [anon_sym_RPAREN] = ACTIONS(1489), + [anon_sym_PIPE] = ACTIONS(1489), + [anon_sym_DOLLAR] = ACTIONS(1489), + [anon_sym_error] = ACTIONS(1489), + [anon_sym_DASH] = ACTIONS(1489), + [anon_sym_break] = ACTIONS(1489), + [anon_sym_continue] = ACTIONS(1489), + [anon_sym_for] = ACTIONS(1489), + [anon_sym_loop] = ACTIONS(1489), + [anon_sym_while] = ACTIONS(1489), + [anon_sym_do] = ACTIONS(1489), + [anon_sym_if] = ACTIONS(1489), + [anon_sym_match] = ACTIONS(1489), + [anon_sym_LBRACE] = ACTIONS(1489), + [anon_sym_RBRACE] = ACTIONS(1489), + [anon_sym_try] = ACTIONS(1489), + [anon_sym_return] = ACTIONS(1489), + [anon_sym_source] = ACTIONS(1489), + [anon_sym_source_DASHenv] = ACTIONS(1489), + [anon_sym_register] = ACTIONS(1489), + [anon_sym_hide] = ACTIONS(1489), + [anon_sym_hide_DASHenv] = ACTIONS(1489), + [anon_sym_overlay] = ACTIONS(1489), + [anon_sym_where] = ACTIONS(1489), + [anon_sym_not] = ACTIONS(1489), + [anon_sym_DOT_DOT_LT] = ACTIONS(1489), + [anon_sym_DOT_DOT] = ACTIONS(1489), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1489), + [sym_val_nothing] = ACTIONS(1489), + [anon_sym_true] = ACTIONS(1489), + [anon_sym_false] = 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(1489), + [anon_sym_inf] = ACTIONS(1489), + [anon_sym_DASHinf] = ACTIONS(1489), + [anon_sym_NaN] = ACTIONS(1489), + [anon_sym_0b] = ACTIONS(1489), + [anon_sym_0o] = ACTIONS(1489), + [anon_sym_0x] = ACTIONS(1489), + [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), + [anon_sym_CARET] = ACTIONS(1489), + [anon_sym_POUND] = ACTIONS(3), + }, + [748] = { + [sym_val_record] = STATE(819), + [sym_comment] = STATE(748), [anon_sym_export] = ACTIONS(1668), [anon_sym_alias] = ACTIONS(1668), [anon_sym_let] = ACTIONS(1668), @@ -111934,7 +112284,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_do] = ACTIONS(1668), [anon_sym_if] = ACTIONS(1668), [anon_sym_match] = ACTIONS(1668), - [anon_sym_LBRACE] = ACTIONS(1672), + [anon_sym_LBRACE] = ACTIONS(1668), [anon_sym_RBRACE] = ACTIONS(1668), [anon_sym_try] = ACTIONS(1668), [anon_sym_return] = ACTIONS(1668), @@ -111971,77 +112321,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1668), [anon_sym_POUND] = ACTIONS(3), }, - [744] = { - [sym_comment] = STATE(744), - [anon_sym_export] = ACTIONS(1363), - [anon_sym_alias] = ACTIONS(1363), - [anon_sym_let] = ACTIONS(1363), - [anon_sym_let_DASHenv] = ACTIONS(1363), - [anon_sym_mut] = ACTIONS(1363), - [anon_sym_const] = ACTIONS(1363), - [sym_cmd_identifier] = ACTIONS(1363), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_LF] = ACTIONS(1365), - [anon_sym_def] = ACTIONS(1363), - [anon_sym_def_DASHenv] = ACTIONS(1363), - [anon_sym_export_DASHenv] = ACTIONS(1363), - [anon_sym_extern] = ACTIONS(1363), - [anon_sym_module] = ACTIONS(1363), - [anon_sym_use] = ACTIONS(1363), - [anon_sym_LBRACK] = ACTIONS(1363), - [anon_sym_LPAREN] = ACTIONS(1363), - [anon_sym_RPAREN] = ACTIONS(1363), - [anon_sym_PIPE] = ACTIONS(1363), - [anon_sym_DOLLAR] = ACTIONS(1363), - [anon_sym_error] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_break] = ACTIONS(1363), - [anon_sym_continue] = ACTIONS(1363), - [anon_sym_for] = ACTIONS(1363), - [anon_sym_loop] = ACTIONS(1363), - [anon_sym_while] = ACTIONS(1363), - [anon_sym_do] = ACTIONS(1363), - [anon_sym_if] = ACTIONS(1363), - [anon_sym_match] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_RBRACE] = ACTIONS(1363), - [anon_sym_try] = ACTIONS(1363), - [anon_sym_return] = ACTIONS(1363), - [anon_sym_source] = ACTIONS(1363), - [anon_sym_source_DASHenv] = ACTIONS(1363), - [anon_sym_register] = ACTIONS(1363), - [anon_sym_hide] = ACTIONS(1363), - [anon_sym_hide_DASHenv] = ACTIONS(1363), - [anon_sym_overlay] = ACTIONS(1363), - [anon_sym_where] = ACTIONS(1363), - [anon_sym_not] = ACTIONS(1363), - [anon_sym_DOT_DOT_LT] = ACTIONS(1363), - [anon_sym_DOT_DOT] = ACTIONS(1363), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1363), - [sym_val_nothing] = ACTIONS(1363), - [anon_sym_true] = ACTIONS(1363), - [anon_sym_false] = ACTIONS(1363), - [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(1363), - [anon_sym_inf] = ACTIONS(1363), - [anon_sym_DASHinf] = ACTIONS(1363), - [anon_sym_NaN] = ACTIONS(1363), - [anon_sym_0b] = ACTIONS(1363), - [anon_sym_0o] = ACTIONS(1363), - [anon_sym_0x] = ACTIONS(1363), - [sym_val_date] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym__str_single_quotes] = ACTIONS(1363), - [sym__str_back_ticks] = ACTIONS(1363), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1363), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1363), - [anon_sym_CARET] = ACTIONS(1363), + [749] = { + [sym_val_record] = STATE(820), + [sym_comment] = STATE(749), + [anon_sym_export] = ACTIONS(1672), + [anon_sym_alias] = ACTIONS(1672), + [anon_sym_let] = ACTIONS(1672), + [anon_sym_let_DASHenv] = ACTIONS(1672), + [anon_sym_mut] = ACTIONS(1672), + [anon_sym_const] = ACTIONS(1672), + [sym_cmd_identifier] = ACTIONS(1672), + [anon_sym_SEMI] = ACTIONS(1672), + [anon_sym_LF] = ACTIONS(1674), + [anon_sym_def] = ACTIONS(1672), + [anon_sym_def_DASHenv] = ACTIONS(1672), + [anon_sym_export_DASHenv] = ACTIONS(1672), + [anon_sym_extern] = ACTIONS(1672), + [anon_sym_module] = ACTIONS(1672), + [anon_sym_use] = ACTIONS(1672), + [anon_sym_LBRACK] = ACTIONS(1672), + [anon_sym_LPAREN] = ACTIONS(1672), + [anon_sym_RPAREN] = ACTIONS(1672), + [anon_sym_DOLLAR] = ACTIONS(1672), + [anon_sym_error] = ACTIONS(1672), + [anon_sym_DASH] = ACTIONS(1672), + [anon_sym_break] = ACTIONS(1672), + [anon_sym_continue] = ACTIONS(1672), + [anon_sym_for] = ACTIONS(1672), + [anon_sym_loop] = ACTIONS(1672), + [anon_sym_while] = ACTIONS(1672), + [anon_sym_do] = ACTIONS(1672), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_match] = ACTIONS(1672), + [anon_sym_LBRACE] = ACTIONS(1672), + [anon_sym_RBRACE] = ACTIONS(1672), + [anon_sym_try] = ACTIONS(1672), + [anon_sym_return] = ACTIONS(1672), + [anon_sym_source] = ACTIONS(1672), + [anon_sym_source_DASHenv] = ACTIONS(1672), + [anon_sym_register] = ACTIONS(1672), + [anon_sym_hide] = ACTIONS(1672), + [anon_sym_hide_DASHenv] = ACTIONS(1672), + [anon_sym_overlay] = ACTIONS(1672), + [anon_sym_where] = ACTIONS(1672), + [anon_sym_not] = ACTIONS(1672), + [anon_sym_DOT_DOT_LT] = ACTIONS(1672), + [anon_sym_DOT_DOT] = ACTIONS(1672), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1672), + [sym_val_nothing] = ACTIONS(1672), + [anon_sym_true] = ACTIONS(1672), + [anon_sym_false] = ACTIONS(1672), + [aux_sym_val_number_token1] = ACTIONS(1672), + [aux_sym_val_number_token2] = ACTIONS(1672), + [aux_sym_val_number_token3] = ACTIONS(1672), + [aux_sym_val_number_token4] = ACTIONS(1672), + [anon_sym_inf] = ACTIONS(1672), + [anon_sym_DASHinf] = ACTIONS(1672), + [anon_sym_NaN] = ACTIONS(1672), + [anon_sym_0b] = ACTIONS(1672), + [anon_sym_0o] = ACTIONS(1672), + [anon_sym_0x] = ACTIONS(1672), + [sym_val_date] = ACTIONS(1672), + [anon_sym_DQUOTE] = ACTIONS(1672), + [sym__str_single_quotes] = ACTIONS(1672), + [sym__str_back_ticks] = ACTIONS(1672), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1672), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1672), + [anon_sym_CARET] = ACTIONS(1672), [anon_sym_POUND] = ACTIONS(3), }, - [745] = { - [sym_comment] = STATE(745), + [750] = { + [sym_comment] = STATE(750), [anon_sym_export] = ACTIONS(910), [anon_sym_alias] = ACTIONS(910), [anon_sym_let] = ACTIONS(910), @@ -112109,147 +112459,215 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(910), [anon_sym_POUND] = ACTIONS(3), }, - [746] = { - [sym_comment] = STATE(746), - [anon_sym_export] = ACTIONS(1674), - [anon_sym_alias] = ACTIONS(1674), - [anon_sym_let] = ACTIONS(1674), - [anon_sym_let_DASHenv] = ACTIONS(1674), - [anon_sym_mut] = ACTIONS(1674), - [anon_sym_const] = ACTIONS(1674), - [sym_cmd_identifier] = ACTIONS(1674), - [anon_sym_SEMI] = ACTIONS(1674), - [anon_sym_LF] = ACTIONS(1676), - [anon_sym_def] = ACTIONS(1674), - [anon_sym_def_DASHenv] = ACTIONS(1674), - [anon_sym_export_DASHenv] = ACTIONS(1674), - [anon_sym_extern] = ACTIONS(1674), - [anon_sym_module] = ACTIONS(1674), - [anon_sym_use] = ACTIONS(1674), - [anon_sym_LBRACK] = ACTIONS(1674), - [anon_sym_LPAREN] = ACTIONS(1674), - [anon_sym_RPAREN] = ACTIONS(1674), - [anon_sym_PIPE] = ACTIONS(1674), - [anon_sym_DOLLAR] = ACTIONS(1674), - [anon_sym_error] = ACTIONS(1674), - [anon_sym_DASH] = ACTIONS(1674), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1674), - [anon_sym_for] = ACTIONS(1674), - [anon_sym_loop] = ACTIONS(1674), - [anon_sym_while] = ACTIONS(1674), - [anon_sym_do] = ACTIONS(1674), - [anon_sym_if] = ACTIONS(1674), - [anon_sym_match] = ACTIONS(1674), - [anon_sym_LBRACE] = ACTIONS(1674), - [anon_sym_RBRACE] = ACTIONS(1674), - [anon_sym_try] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1674), - [anon_sym_source] = ACTIONS(1674), - [anon_sym_source_DASHenv] = ACTIONS(1674), - [anon_sym_register] = ACTIONS(1674), - [anon_sym_hide] = ACTIONS(1674), - [anon_sym_hide_DASHenv] = ACTIONS(1674), - [anon_sym_overlay] = ACTIONS(1674), - [anon_sym_where] = ACTIONS(1674), - [anon_sym_not] = ACTIONS(1674), - [anon_sym_DOT_DOT_LT] = ACTIONS(1674), - [anon_sym_DOT_DOT] = ACTIONS(1674), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1674), - [sym_val_nothing] = ACTIONS(1674), - [anon_sym_true] = ACTIONS(1674), - [anon_sym_false] = ACTIONS(1674), - [aux_sym_val_number_token1] = ACTIONS(1674), - [aux_sym_val_number_token2] = ACTIONS(1674), - [aux_sym_val_number_token3] = ACTIONS(1674), - [aux_sym_val_number_token4] = ACTIONS(1674), - [anon_sym_inf] = ACTIONS(1674), - [anon_sym_DASHinf] = ACTIONS(1674), - [anon_sym_NaN] = ACTIONS(1674), - [anon_sym_0b] = ACTIONS(1674), - [anon_sym_0o] = ACTIONS(1674), - [anon_sym_0x] = ACTIONS(1674), - [sym_val_date] = ACTIONS(1674), - [anon_sym_DQUOTE] = ACTIONS(1674), - [sym__str_single_quotes] = ACTIONS(1674), - [sym__str_back_ticks] = ACTIONS(1674), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1674), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1674), - [anon_sym_CARET] = ACTIONS(1674), + [751] = { + [sym_comment] = STATE(751), + [ts_builtin_sym_end] = ACTIONS(1538), + [anon_sym_export] = ACTIONS(1536), + [anon_sym_alias] = ACTIONS(1536), + [anon_sym_let] = ACTIONS(1536), + [anon_sym_let_DASHenv] = ACTIONS(1536), + [anon_sym_mut] = ACTIONS(1536), + [anon_sym_const] = ACTIONS(1536), + [sym_cmd_identifier] = ACTIONS(1536), + [anon_sym_SEMI] = ACTIONS(1536), + [anon_sym_LF] = ACTIONS(1538), + [anon_sym_def] = ACTIONS(1536), + [anon_sym_def_DASHenv] = ACTIONS(1536), + [anon_sym_export_DASHenv] = ACTIONS(1536), + [anon_sym_extern] = ACTIONS(1536), + [anon_sym_module] = ACTIONS(1536), + [anon_sym_use] = ACTIONS(1536), + [anon_sym_LBRACK] = ACTIONS(1536), + [anon_sym_LPAREN] = ACTIONS(1536), + [anon_sym_PIPE] = ACTIONS(1536), + [anon_sym_DOLLAR] = ACTIONS(1536), + [anon_sym_error] = ACTIONS(1536), + [anon_sym_DASH] = ACTIONS(1536), + [anon_sym_break] = ACTIONS(1536), + [anon_sym_continue] = ACTIONS(1536), + [anon_sym_for] = ACTIONS(1536), + [anon_sym_loop] = ACTIONS(1536), + [anon_sym_while] = ACTIONS(1536), + [anon_sym_do] = ACTIONS(1536), + [anon_sym_if] = ACTIONS(1536), + [anon_sym_match] = ACTIONS(1536), + [anon_sym_LBRACE] = ACTIONS(1536), + [anon_sym_try] = ACTIONS(1536), + [anon_sym_catch] = ACTIONS(1676), + [anon_sym_return] = ACTIONS(1536), + [anon_sym_source] = ACTIONS(1536), + [anon_sym_source_DASHenv] = ACTIONS(1536), + [anon_sym_register] = ACTIONS(1536), + [anon_sym_hide] = ACTIONS(1536), + [anon_sym_hide_DASHenv] = ACTIONS(1536), + [anon_sym_overlay] = ACTIONS(1536), + [anon_sym_where] = ACTIONS(1536), + [anon_sym_not] = ACTIONS(1536), + [anon_sym_DOT_DOT_LT] = ACTIONS(1536), + [anon_sym_DOT_DOT] = ACTIONS(1536), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1536), + [sym_val_nothing] = ACTIONS(1536), + [anon_sym_true] = ACTIONS(1536), + [anon_sym_false] = ACTIONS(1536), + [aux_sym_val_number_token1] = ACTIONS(1536), + [aux_sym_val_number_token2] = ACTIONS(1536), + [aux_sym_val_number_token3] = ACTIONS(1536), + [aux_sym_val_number_token4] = ACTIONS(1536), + [anon_sym_inf] = ACTIONS(1536), + [anon_sym_DASHinf] = ACTIONS(1536), + [anon_sym_NaN] = ACTIONS(1536), + [anon_sym_0b] = ACTIONS(1536), + [anon_sym_0o] = ACTIONS(1536), + [anon_sym_0x] = ACTIONS(1536), + [sym_val_date] = ACTIONS(1536), + [anon_sym_DQUOTE] = ACTIONS(1536), + [sym__str_single_quotes] = ACTIONS(1536), + [sym__str_back_ticks] = ACTIONS(1536), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1536), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1536), + [anon_sym_CARET] = ACTIONS(1536), [anon_sym_POUND] = ACTIONS(3), }, - [747] = { - [sym_comment] = STATE(747), - [anon_sym_export] = ACTIONS(619), - [anon_sym_alias] = ACTIONS(619), - [anon_sym_let] = ACTIONS(619), - [anon_sym_let_DASHenv] = ACTIONS(619), - [anon_sym_mut] = ACTIONS(619), - [anon_sym_const] = ACTIONS(619), - [sym_cmd_identifier] = ACTIONS(619), - [anon_sym_SEMI] = ACTIONS(619), - [anon_sym_LF] = ACTIONS(621), - [anon_sym_def] = ACTIONS(619), - [anon_sym_def_DASHenv] = ACTIONS(619), - [anon_sym_export_DASHenv] = ACTIONS(619), - [anon_sym_extern] = ACTIONS(619), - [anon_sym_module] = ACTIONS(619), - [anon_sym_use] = ACTIONS(619), - [anon_sym_LBRACK] = ACTIONS(619), - [anon_sym_LPAREN] = ACTIONS(619), - [anon_sym_RPAREN] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(619), - [anon_sym_error] = ACTIONS(619), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_break] = ACTIONS(619), - [anon_sym_continue] = ACTIONS(619), - [anon_sym_for] = ACTIONS(619), - [anon_sym_loop] = ACTIONS(619), - [anon_sym_while] = ACTIONS(619), - [anon_sym_do] = ACTIONS(619), - [anon_sym_if] = ACTIONS(619), - [anon_sym_match] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_RBRACE] = ACTIONS(619), - [anon_sym_try] = ACTIONS(619), - [anon_sym_return] = ACTIONS(619), - [anon_sym_source] = ACTIONS(619), - [anon_sym_source_DASHenv] = ACTIONS(619), - [anon_sym_register] = ACTIONS(619), - [anon_sym_hide] = ACTIONS(619), - [anon_sym_hide_DASHenv] = ACTIONS(619), - [anon_sym_overlay] = ACTIONS(619), - [anon_sym_where] = ACTIONS(619), - [anon_sym_not] = ACTIONS(619), - [anon_sym_DOT_DOT_LT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_EQ] = ACTIONS(619), - [sym_val_nothing] = ACTIONS(619), - [anon_sym_true] = ACTIONS(619), - [anon_sym_false] = ACTIONS(619), - [aux_sym_val_number_token1] = ACTIONS(619), - [aux_sym_val_number_token2] = ACTIONS(619), - [aux_sym_val_number_token3] = ACTIONS(619), - [aux_sym_val_number_token4] = ACTIONS(619), - [anon_sym_inf] = ACTIONS(619), - [anon_sym_DASHinf] = ACTIONS(619), - [anon_sym_NaN] = ACTIONS(619), - [anon_sym_0b] = ACTIONS(619), - [anon_sym_0o] = ACTIONS(619), - [anon_sym_0x] = ACTIONS(619), - [sym_val_date] = ACTIONS(619), - [anon_sym_DQUOTE] = ACTIONS(619), - [sym__str_single_quotes] = ACTIONS(619), - [sym__str_back_ticks] = ACTIONS(619), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), + [752] = { + [sym_comment] = STATE(752), + [anon_sym_export] = ACTIONS(797), + [anon_sym_alias] = ACTIONS(797), + [anon_sym_let] = ACTIONS(797), + [anon_sym_let_DASHenv] = ACTIONS(797), + [anon_sym_mut] = ACTIONS(797), + [anon_sym_const] = ACTIONS(797), + [sym_cmd_identifier] = ACTIONS(797), + [anon_sym_SEMI] = ACTIONS(797), + [anon_sym_LF] = ACTIONS(799), + [anon_sym_def] = ACTIONS(797), + [anon_sym_def_DASHenv] = ACTIONS(797), + [anon_sym_export_DASHenv] = ACTIONS(797), + [anon_sym_extern] = ACTIONS(797), + [anon_sym_module] = ACTIONS(797), + [anon_sym_use] = ACTIONS(797), + [anon_sym_LBRACK] = ACTIONS(797), + [anon_sym_LPAREN] = ACTIONS(797), + [anon_sym_RPAREN] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(797), + [anon_sym_error] = ACTIONS(797), + [anon_sym_DASH] = ACTIONS(797), + [anon_sym_break] = ACTIONS(797), + [anon_sym_continue] = ACTIONS(797), + [anon_sym_for] = ACTIONS(797), + [anon_sym_loop] = ACTIONS(797), + [anon_sym_while] = ACTIONS(797), + [anon_sym_do] = ACTIONS(797), + [anon_sym_if] = ACTIONS(797), + [anon_sym_match] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(797), + [anon_sym_RBRACE] = ACTIONS(797), + [anon_sym_try] = ACTIONS(797), + [anon_sym_return] = ACTIONS(797), + [anon_sym_source] = ACTIONS(797), + [anon_sym_source_DASHenv] = ACTIONS(797), + [anon_sym_register] = ACTIONS(797), + [anon_sym_hide] = ACTIONS(797), + [anon_sym_hide_DASHenv] = ACTIONS(797), + [anon_sym_overlay] = ACTIONS(797), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_where] = ACTIONS(797), + [anon_sym_not] = ACTIONS(797), + [anon_sym_DOT_DOT_LT] = ACTIONS(797), + [anon_sym_DOT_DOT] = ACTIONS(797), + [anon_sym_DOT_DOT_EQ] = ACTIONS(797), + [sym_val_nothing] = ACTIONS(797), + [anon_sym_true] = ACTIONS(797), + [anon_sym_false] = ACTIONS(797), + [aux_sym_val_number_token1] = ACTIONS(797), + [aux_sym_val_number_token2] = ACTIONS(797), + [aux_sym_val_number_token3] = ACTIONS(797), + [aux_sym_val_number_token4] = ACTIONS(797), + [anon_sym_inf] = ACTIONS(797), + [anon_sym_DASHinf] = ACTIONS(797), + [anon_sym_NaN] = ACTIONS(797), + [anon_sym_0b] = ACTIONS(797), + [anon_sym_0o] = ACTIONS(797), + [anon_sym_0x] = ACTIONS(797), + [sym_val_date] = ACTIONS(797), + [anon_sym_DQUOTE] = ACTIONS(797), + [sym__str_single_quotes] = ACTIONS(797), + [sym__str_back_ticks] = ACTIONS(797), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(797), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(797), + [anon_sym_CARET] = ACTIONS(797), [anon_sym_POUND] = ACTIONS(3), }, - [748] = { - [sym_val_record] = STATE(814), - [sym_comment] = STATE(748), + [753] = { + [sym_comment] = STATE(753), + [ts_builtin_sym_end] = ACTIONS(1491), + [anon_sym_export] = ACTIONS(1489), + [anon_sym_alias] = ACTIONS(1489), + [anon_sym_let] = ACTIONS(1489), + [anon_sym_let_DASHenv] = ACTIONS(1489), + [anon_sym_mut] = ACTIONS(1489), + [anon_sym_const] = ACTIONS(1489), + [sym_cmd_identifier] = ACTIONS(1489), + [anon_sym_SEMI] = ACTIONS(1489), + [anon_sym_LF] = ACTIONS(1491), + [anon_sym_def] = ACTIONS(1489), + [anon_sym_def_DASHenv] = ACTIONS(1489), + [anon_sym_export_DASHenv] = ACTIONS(1489), + [anon_sym_extern] = ACTIONS(1489), + [anon_sym_module] = ACTIONS(1489), + [anon_sym_use] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1489), + [anon_sym_LPAREN] = ACTIONS(1489), + [anon_sym_PIPE] = ACTIONS(1489), + [anon_sym_DOLLAR] = ACTIONS(1489), + [anon_sym_error] = ACTIONS(1489), + [anon_sym_DASH] = ACTIONS(1489), + [anon_sym_break] = ACTIONS(1489), + [anon_sym_continue] = ACTIONS(1489), + [anon_sym_for] = ACTIONS(1489), + [anon_sym_loop] = ACTIONS(1489), + [anon_sym_while] = ACTIONS(1489), + [anon_sym_do] = ACTIONS(1489), + [anon_sym_if] = ACTIONS(1489), + [anon_sym_else] = ACTIONS(1489), + [anon_sym_match] = ACTIONS(1489), + [anon_sym_LBRACE] = ACTIONS(1489), + [anon_sym_try] = ACTIONS(1489), + [anon_sym_return] = ACTIONS(1489), + [anon_sym_source] = ACTIONS(1489), + [anon_sym_source_DASHenv] = ACTIONS(1489), + [anon_sym_register] = ACTIONS(1489), + [anon_sym_hide] = ACTIONS(1489), + [anon_sym_hide_DASHenv] = ACTIONS(1489), + [anon_sym_overlay] = ACTIONS(1489), + [anon_sym_where] = ACTIONS(1489), + [anon_sym_not] = ACTIONS(1489), + [anon_sym_DOT_DOT_LT] = ACTIONS(1489), + [anon_sym_DOT_DOT] = ACTIONS(1489), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1489), + [sym_val_nothing] = ACTIONS(1489), + [anon_sym_true] = ACTIONS(1489), + [anon_sym_false] = 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(1489), + [anon_sym_inf] = ACTIONS(1489), + [anon_sym_DASHinf] = ACTIONS(1489), + [anon_sym_NaN] = ACTIONS(1489), + [anon_sym_0b] = ACTIONS(1489), + [anon_sym_0o] = ACTIONS(1489), + [anon_sym_0x] = ACTIONS(1489), + [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), + [anon_sym_CARET] = ACTIONS(1489), + [anon_sym_POUND] = ACTIONS(3), + }, + [754] = { + [sym_comment] = STATE(754), [anon_sym_export] = ACTIONS(1678), [anon_sym_alias] = ACTIONS(1678), [anon_sym_let] = ACTIONS(1678), @@ -112289,6 +112707,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hide] = ACTIONS(1678), [anon_sym_hide_DASHenv] = ACTIONS(1678), [anon_sym_overlay] = ACTIONS(1678), + [anon_sym_STAR] = ACTIONS(1678), [anon_sym_where] = ACTIONS(1678), [anon_sym_not] = ACTIONS(1678), [anon_sym_DOT_DOT_LT] = ACTIONS(1678), @@ -112316,78 +112735,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1678), [anon_sym_POUND] = ACTIONS(3), }, - [749] = { - [sym_comment] = STATE(749), - [anon_sym_export] = ACTIONS(746), - [anon_sym_alias] = ACTIONS(746), - [anon_sym_let] = ACTIONS(746), - [anon_sym_let_DASHenv] = ACTIONS(746), - [anon_sym_mut] = ACTIONS(746), - [anon_sym_const] = ACTIONS(746), - [sym_cmd_identifier] = ACTIONS(746), - [anon_sym_SEMI] = ACTIONS(746), - [anon_sym_LF] = ACTIONS(748), - [anon_sym_def] = ACTIONS(746), - [anon_sym_def_DASHenv] = ACTIONS(746), - [anon_sym_export_DASHenv] = ACTIONS(746), - [anon_sym_extern] = ACTIONS(746), - [anon_sym_module] = ACTIONS(746), - [anon_sym_use] = ACTIONS(746), - [anon_sym_LBRACK] = ACTIONS(746), - [anon_sym_LPAREN] = ACTIONS(746), - [anon_sym_RPAREN] = ACTIONS(746), - [anon_sym_DOLLAR] = ACTIONS(746), - [anon_sym_error] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_break] = ACTIONS(746), - [anon_sym_continue] = ACTIONS(746), - [anon_sym_for] = ACTIONS(746), - [anon_sym_loop] = ACTIONS(746), - [anon_sym_while] = ACTIONS(746), - [anon_sym_do] = ACTIONS(746), - [anon_sym_if] = ACTIONS(746), - [anon_sym_match] = ACTIONS(746), - [anon_sym_LBRACE] = ACTIONS(746), - [anon_sym_RBRACE] = ACTIONS(746), - [anon_sym_DOT] = ACTIONS(746), - [anon_sym_try] = ACTIONS(746), - [anon_sym_return] = ACTIONS(746), - [anon_sym_source] = ACTIONS(746), - [anon_sym_source_DASHenv] = ACTIONS(746), - [anon_sym_register] = ACTIONS(746), - [anon_sym_hide] = ACTIONS(746), - [anon_sym_hide_DASHenv] = ACTIONS(746), - [anon_sym_overlay] = ACTIONS(746), - [anon_sym_where] = ACTIONS(746), - [anon_sym_not] = ACTIONS(746), - [anon_sym_DOT_DOT_LT] = ACTIONS(746), - [anon_sym_DOT_DOT] = ACTIONS(746), - [anon_sym_DOT_DOT_EQ] = ACTIONS(746), - [sym_val_nothing] = ACTIONS(746), - [anon_sym_true] = ACTIONS(746), - [anon_sym_false] = ACTIONS(746), - [aux_sym_val_number_token1] = ACTIONS(746), - [aux_sym_val_number_token2] = ACTIONS(746), - [aux_sym_val_number_token3] = ACTIONS(746), - [aux_sym_val_number_token4] = ACTIONS(746), - [anon_sym_inf] = ACTIONS(746), - [anon_sym_DASHinf] = ACTIONS(746), - [anon_sym_NaN] = ACTIONS(746), - [anon_sym_0b] = ACTIONS(746), - [anon_sym_0o] = ACTIONS(746), - [anon_sym_0x] = ACTIONS(746), - [sym_val_date] = ACTIONS(746), - [anon_sym_DQUOTE] = ACTIONS(746), - [sym__str_single_quotes] = ACTIONS(746), - [sym__str_back_ticks] = ACTIONS(746), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(746), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(746), - [anon_sym_CARET] = ACTIONS(746), + [755] = { + [sym_comment] = STATE(755), + [ts_builtin_sym_end] = ACTIONS(1370), + [anon_sym_export] = ACTIONS(1368), + [anon_sym_alias] = ACTIONS(1368), + [anon_sym_let] = ACTIONS(1368), + [anon_sym_let_DASHenv] = ACTIONS(1368), + [anon_sym_mut] = ACTIONS(1368), + [anon_sym_const] = ACTIONS(1368), + [sym_cmd_identifier] = ACTIONS(1368), + [anon_sym_SEMI] = ACTIONS(1368), + [anon_sym_LF] = ACTIONS(1370), + [anon_sym_def] = ACTIONS(1368), + [anon_sym_def_DASHenv] = ACTIONS(1368), + [anon_sym_export_DASHenv] = ACTIONS(1368), + [anon_sym_extern] = ACTIONS(1368), + [anon_sym_module] = ACTIONS(1368), + [anon_sym_use] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(1368), + [anon_sym_LPAREN] = ACTIONS(1368), + [anon_sym_PIPE] = ACTIONS(1368), + [anon_sym_DOLLAR] = ACTIONS(1368), + [anon_sym_error] = ACTIONS(1368), + [anon_sym_DASH] = ACTIONS(1368), + [anon_sym_break] = ACTIONS(1368), + [anon_sym_continue] = ACTIONS(1368), + [anon_sym_for] = ACTIONS(1368), + [anon_sym_loop] = ACTIONS(1368), + [anon_sym_while] = ACTIONS(1368), + [anon_sym_do] = ACTIONS(1368), + [anon_sym_if] = ACTIONS(1368), + [anon_sym_else] = ACTIONS(1368), + [anon_sym_match] = ACTIONS(1368), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_try] = ACTIONS(1368), + [anon_sym_return] = ACTIONS(1368), + [anon_sym_source] = ACTIONS(1368), + [anon_sym_source_DASHenv] = ACTIONS(1368), + [anon_sym_register] = ACTIONS(1368), + [anon_sym_hide] = ACTIONS(1368), + [anon_sym_hide_DASHenv] = ACTIONS(1368), + [anon_sym_overlay] = ACTIONS(1368), + [anon_sym_where] = ACTIONS(1368), + [anon_sym_not] = ACTIONS(1368), + [anon_sym_DOT_DOT_LT] = ACTIONS(1368), + [anon_sym_DOT_DOT] = ACTIONS(1368), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1368), + [sym_val_nothing] = ACTIONS(1368), + [anon_sym_true] = ACTIONS(1368), + [anon_sym_false] = ACTIONS(1368), + [aux_sym_val_number_token1] = ACTIONS(1368), + [aux_sym_val_number_token2] = ACTIONS(1368), + [aux_sym_val_number_token3] = ACTIONS(1368), + [aux_sym_val_number_token4] = ACTIONS(1368), + [anon_sym_inf] = ACTIONS(1368), + [anon_sym_DASHinf] = ACTIONS(1368), + [anon_sym_NaN] = ACTIONS(1368), + [anon_sym_0b] = ACTIONS(1368), + [anon_sym_0o] = ACTIONS(1368), + [anon_sym_0x] = ACTIONS(1368), + [sym_val_date] = ACTIONS(1368), + [anon_sym_DQUOTE] = ACTIONS(1368), + [sym__str_single_quotes] = ACTIONS(1368), + [sym__str_back_ticks] = ACTIONS(1368), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1368), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1368), + [anon_sym_CARET] = ACTIONS(1368), [anon_sym_POUND] = ACTIONS(3), }, - [750] = { - [sym_val_record] = STATE(813), - [sym_comment] = STATE(750), + [756] = { + [sym_comment] = STATE(756), [anon_sym_export] = ACTIONS(1682), [anon_sym_alias] = ACTIONS(1682), [anon_sym_let] = ACTIONS(1682), @@ -112406,6 +112824,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK] = ACTIONS(1682), [anon_sym_LPAREN] = ACTIONS(1682), [anon_sym_RPAREN] = ACTIONS(1682), + [anon_sym_PIPE] = ACTIONS(1682), [anon_sym_DOLLAR] = ACTIONS(1682), [anon_sym_error] = ACTIONS(1682), [anon_sym_DASH] = ACTIONS(1682), @@ -112454,77 +112873,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1682), [anon_sym_POUND] = ACTIONS(3), }, - [751] = { - [sym_comment] = STATE(751), - [ts_builtin_sym_end] = ACTIONS(1483), - [anon_sym_export] = ACTIONS(1481), - [anon_sym_alias] = ACTIONS(1481), - [anon_sym_let] = ACTIONS(1481), - [anon_sym_let_DASHenv] = ACTIONS(1481), - [anon_sym_mut] = ACTIONS(1481), - [anon_sym_const] = ACTIONS(1481), - [sym_cmd_identifier] = ACTIONS(1481), - [anon_sym_SEMI] = ACTIONS(1481), - [anon_sym_LF] = ACTIONS(1483), - [anon_sym_def] = ACTIONS(1481), - [anon_sym_def_DASHenv] = ACTIONS(1481), - [anon_sym_export_DASHenv] = ACTIONS(1481), - [anon_sym_extern] = ACTIONS(1481), - [anon_sym_module] = ACTIONS(1481), - [anon_sym_use] = ACTIONS(1481), - [anon_sym_LBRACK] = ACTIONS(1481), - [anon_sym_LPAREN] = ACTIONS(1481), - [anon_sym_PIPE] = ACTIONS(1481), - [anon_sym_DOLLAR] = ACTIONS(1481), - [anon_sym_error] = ACTIONS(1481), - [anon_sym_DASH] = ACTIONS(1481), - [anon_sym_break] = ACTIONS(1481), - [anon_sym_continue] = ACTIONS(1481), - [anon_sym_for] = ACTIONS(1481), - [anon_sym_loop] = ACTIONS(1481), - [anon_sym_while] = ACTIONS(1481), - [anon_sym_do] = ACTIONS(1481), - [anon_sym_if] = ACTIONS(1481), - [anon_sym_else] = ACTIONS(1481), - [anon_sym_match] = ACTIONS(1481), - [anon_sym_LBRACE] = ACTIONS(1481), - [anon_sym_try] = ACTIONS(1481), - [anon_sym_return] = ACTIONS(1481), - [anon_sym_source] = ACTIONS(1481), - [anon_sym_source_DASHenv] = ACTIONS(1481), - [anon_sym_register] = ACTIONS(1481), - [anon_sym_hide] = ACTIONS(1481), - [anon_sym_hide_DASHenv] = ACTIONS(1481), - [anon_sym_overlay] = ACTIONS(1481), - [anon_sym_where] = ACTIONS(1481), - [anon_sym_not] = ACTIONS(1481), - [anon_sym_DOT_DOT_LT] = ACTIONS(1481), - [anon_sym_DOT_DOT] = ACTIONS(1481), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1481), - [sym_val_nothing] = ACTIONS(1481), - [anon_sym_true] = ACTIONS(1481), - [anon_sym_false] = ACTIONS(1481), - [aux_sym_val_number_token1] = ACTIONS(1481), - [aux_sym_val_number_token2] = ACTIONS(1481), - [aux_sym_val_number_token3] = ACTIONS(1481), - [aux_sym_val_number_token4] = ACTIONS(1481), - [anon_sym_inf] = ACTIONS(1481), - [anon_sym_DASHinf] = ACTIONS(1481), - [anon_sym_NaN] = ACTIONS(1481), - [anon_sym_0b] = ACTIONS(1481), - [anon_sym_0o] = ACTIONS(1481), - [anon_sym_0x] = ACTIONS(1481), - [sym_val_date] = ACTIONS(1481), - [anon_sym_DQUOTE] = ACTIONS(1481), - [sym__str_single_quotes] = ACTIONS(1481), - [sym__str_back_ticks] = ACTIONS(1481), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1481), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1481), - [anon_sym_CARET] = ACTIONS(1481), - [anon_sym_POUND] = ACTIONS(3), - }, - [752] = { - [sym_comment] = STATE(752), + [757] = { + [sym_comment] = STATE(757), [anon_sym_export] = ACTIONS(1686), [anon_sym_alias] = ACTIONS(1686), [anon_sym_let] = ACTIONS(1686), @@ -112592,215 +112942,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1686), [anon_sym_POUND] = ACTIONS(3), }, - [753] = { - [sym_comment] = STATE(753), - [anon_sym_export] = ACTIONS(678), - [anon_sym_alias] = ACTIONS(678), - [anon_sym_let] = ACTIONS(678), - [anon_sym_let_DASHenv] = ACTIONS(678), - [anon_sym_mut] = ACTIONS(678), - [anon_sym_const] = ACTIONS(678), - [sym_cmd_identifier] = ACTIONS(678), - [anon_sym_SEMI] = ACTIONS(678), - [anon_sym_LF] = ACTIONS(680), - [anon_sym_def] = ACTIONS(678), - [anon_sym_def_DASHenv] = ACTIONS(678), - [anon_sym_export_DASHenv] = ACTIONS(678), - [anon_sym_extern] = ACTIONS(678), - [anon_sym_module] = ACTIONS(678), - [anon_sym_use] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(678), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_RPAREN] = ACTIONS(678), - [anon_sym_PIPE] = ACTIONS(678), - [anon_sym_DOLLAR] = ACTIONS(678), - [anon_sym_error] = ACTIONS(678), - [anon_sym_DASH] = ACTIONS(678), - [anon_sym_break] = ACTIONS(678), - [anon_sym_continue] = ACTIONS(678), - [anon_sym_for] = ACTIONS(678), - [anon_sym_loop] = ACTIONS(678), - [anon_sym_while] = ACTIONS(678), - [anon_sym_do] = ACTIONS(678), - [anon_sym_if] = ACTIONS(678), - [anon_sym_match] = ACTIONS(678), - [anon_sym_LBRACE] = ACTIONS(678), - [anon_sym_RBRACE] = ACTIONS(678), - [anon_sym_try] = ACTIONS(678), - [anon_sym_return] = ACTIONS(678), - [anon_sym_source] = ACTIONS(678), - [anon_sym_source_DASHenv] = ACTIONS(678), - [anon_sym_register] = ACTIONS(678), - [anon_sym_hide] = ACTIONS(678), - [anon_sym_hide_DASHenv] = ACTIONS(678), - [anon_sym_overlay] = ACTIONS(678), - [anon_sym_where] = ACTIONS(678), - [anon_sym_not] = ACTIONS(678), - [anon_sym_DOT_DOT_LT] = ACTIONS(678), - [anon_sym_DOT_DOT] = ACTIONS(678), - [anon_sym_DOT_DOT_EQ] = ACTIONS(678), - [sym_val_nothing] = ACTIONS(678), - [anon_sym_true] = ACTIONS(678), - [anon_sym_false] = ACTIONS(678), - [aux_sym_val_number_token1] = ACTIONS(678), - [aux_sym_val_number_token2] = ACTIONS(678), - [aux_sym_val_number_token3] = ACTIONS(678), - [aux_sym_val_number_token4] = ACTIONS(678), - [anon_sym_inf] = ACTIONS(678), - [anon_sym_DASHinf] = ACTIONS(678), - [anon_sym_NaN] = ACTIONS(678), - [anon_sym_0b] = ACTIONS(678), - [anon_sym_0o] = ACTIONS(678), - [anon_sym_0x] = ACTIONS(678), - [sym_val_date] = ACTIONS(678), - [anon_sym_DQUOTE] = ACTIONS(678), - [sym__str_single_quotes] = ACTIONS(678), - [sym__str_back_ticks] = ACTIONS(678), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(678), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(678), - [anon_sym_CARET] = ACTIONS(678), - [anon_sym_POUND] = ACTIONS(3), - }, - [754] = { - [sym_comment] = STATE(754), - [aux_sym_pipe_element_repeat1] = STATE(1760), - [ts_builtin_sym_end] = ACTIONS(1664), - [anon_sym_export] = ACTIONS(1662), - [anon_sym_alias] = ACTIONS(1662), - [anon_sym_let] = ACTIONS(1662), - [anon_sym_let_DASHenv] = ACTIONS(1662), - [anon_sym_mut] = ACTIONS(1662), - [anon_sym_const] = ACTIONS(1662), - [sym_cmd_identifier] = ACTIONS(1662), - [anon_sym_SEMI] = ACTIONS(1662), - [anon_sym_LF] = ACTIONS(1664), - [anon_sym_def] = ACTIONS(1662), - [anon_sym_def_DASHenv] = ACTIONS(1662), - [anon_sym_export_DASHenv] = ACTIONS(1662), - [anon_sym_extern] = ACTIONS(1662), - [anon_sym_module] = ACTIONS(1662), - [anon_sym_use] = ACTIONS(1662), - [anon_sym_LBRACK] = ACTIONS(1662), - [anon_sym_LPAREN] = ACTIONS(1662), - [anon_sym_PIPE] = ACTIONS(1666), - [anon_sym_DOLLAR] = ACTIONS(1662), - [anon_sym_error] = ACTIONS(1662), - [anon_sym_DASH] = ACTIONS(1662), - [anon_sym_break] = ACTIONS(1662), - [anon_sym_continue] = ACTIONS(1662), - [anon_sym_for] = ACTIONS(1662), - [anon_sym_loop] = ACTIONS(1662), - [anon_sym_while] = ACTIONS(1662), - [anon_sym_do] = ACTIONS(1662), - [anon_sym_if] = ACTIONS(1662), - [anon_sym_match] = ACTIONS(1662), - [anon_sym_LBRACE] = ACTIONS(1662), - [anon_sym_try] = ACTIONS(1662), - [anon_sym_return] = ACTIONS(1662), - [anon_sym_source] = ACTIONS(1662), - [anon_sym_source_DASHenv] = ACTIONS(1662), - [anon_sym_register] = ACTIONS(1662), - [anon_sym_hide] = ACTIONS(1662), - [anon_sym_hide_DASHenv] = ACTIONS(1662), - [anon_sym_overlay] = ACTIONS(1662), - [anon_sym_where] = ACTIONS(1662), - [anon_sym_not] = ACTIONS(1662), - [anon_sym_DOT_DOT_LT] = ACTIONS(1662), - [anon_sym_DOT_DOT] = ACTIONS(1662), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1662), - [sym_val_nothing] = ACTIONS(1662), - [anon_sym_true] = ACTIONS(1662), - [anon_sym_false] = ACTIONS(1662), - [aux_sym_val_number_token1] = ACTIONS(1662), - [aux_sym_val_number_token2] = ACTIONS(1662), - [aux_sym_val_number_token3] = ACTIONS(1662), - [aux_sym_val_number_token4] = ACTIONS(1662), - [anon_sym_inf] = ACTIONS(1662), - [anon_sym_DASHinf] = ACTIONS(1662), - [anon_sym_NaN] = ACTIONS(1662), - [anon_sym_0b] = ACTIONS(1662), - [anon_sym_0o] = ACTIONS(1662), - [anon_sym_0x] = ACTIONS(1662), - [sym_val_date] = ACTIONS(1662), - [anon_sym_DQUOTE] = ACTIONS(1662), - [sym__str_single_quotes] = ACTIONS(1662), - [sym__str_back_ticks] = ACTIONS(1662), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1662), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1662), - [anon_sym_CARET] = ACTIONS(1662), - [anon_sym_POUND] = ACTIONS(3), - }, - [755] = { - [sym_comment] = STATE(755), - [anon_sym_export] = ACTIONS(690), - [anon_sym_alias] = ACTIONS(690), - [anon_sym_let] = ACTIONS(690), - [anon_sym_let_DASHenv] = ACTIONS(690), - [anon_sym_mut] = ACTIONS(690), - [anon_sym_const] = ACTIONS(690), - [sym_cmd_identifier] = ACTIONS(690), - [anon_sym_SEMI] = ACTIONS(690), - [anon_sym_LF] = ACTIONS(692), - [anon_sym_def] = ACTIONS(690), - [anon_sym_def_DASHenv] = ACTIONS(690), - [anon_sym_export_DASHenv] = ACTIONS(690), - [anon_sym_extern] = ACTIONS(690), - [anon_sym_module] = ACTIONS(690), - [anon_sym_use] = ACTIONS(690), - [anon_sym_LBRACK] = ACTIONS(690), - [anon_sym_LPAREN] = ACTIONS(690), - [anon_sym_RPAREN] = ACTIONS(690), - [anon_sym_PIPE] = ACTIONS(690), - [anon_sym_DOLLAR] = ACTIONS(690), - [anon_sym_error] = ACTIONS(690), - [anon_sym_DASH] = ACTIONS(690), - [anon_sym_break] = ACTIONS(690), - [anon_sym_continue] = ACTIONS(690), - [anon_sym_for] = ACTIONS(690), - [anon_sym_loop] = ACTIONS(690), - [anon_sym_while] = ACTIONS(690), - [anon_sym_do] = ACTIONS(690), - [anon_sym_if] = ACTIONS(690), - [anon_sym_match] = ACTIONS(690), - [anon_sym_LBRACE] = ACTIONS(690), - [anon_sym_RBRACE] = ACTIONS(690), - [anon_sym_try] = ACTIONS(690), - [anon_sym_return] = ACTIONS(690), - [anon_sym_source] = ACTIONS(690), - [anon_sym_source_DASHenv] = ACTIONS(690), - [anon_sym_register] = ACTIONS(690), - [anon_sym_hide] = ACTIONS(690), - [anon_sym_hide_DASHenv] = ACTIONS(690), - [anon_sym_overlay] = ACTIONS(690), - [anon_sym_where] = ACTIONS(690), - [anon_sym_not] = ACTIONS(690), - [anon_sym_DOT_DOT_LT] = ACTIONS(690), - [anon_sym_DOT_DOT] = ACTIONS(690), - [anon_sym_DOT_DOT_EQ] = ACTIONS(690), - [sym_val_nothing] = ACTIONS(690), - [anon_sym_true] = ACTIONS(690), - [anon_sym_false] = ACTIONS(690), - [aux_sym_val_number_token1] = ACTIONS(690), - [aux_sym_val_number_token2] = ACTIONS(690), - [aux_sym_val_number_token3] = ACTIONS(690), - [aux_sym_val_number_token4] = ACTIONS(690), - [anon_sym_inf] = ACTIONS(690), - [anon_sym_DASHinf] = ACTIONS(690), - [anon_sym_NaN] = ACTIONS(690), - [anon_sym_0b] = ACTIONS(690), - [anon_sym_0o] = ACTIONS(690), - [anon_sym_0x] = ACTIONS(690), - [sym_val_date] = ACTIONS(690), - [anon_sym_DQUOTE] = ACTIONS(690), - [sym__str_single_quotes] = ACTIONS(690), - [sym__str_back_ticks] = ACTIONS(690), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(690), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(690), - [anon_sym_CARET] = ACTIONS(690), - [anon_sym_POUND] = ACTIONS(3), - }, - [756] = { - [sym_comment] = STATE(756), + [758] = { + [sym_comment] = STATE(758), [anon_sym_export] = ACTIONS(1690), [anon_sym_alias] = ACTIONS(1690), [anon_sym_let] = ACTIONS(1690), @@ -112868,77 +113011,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1690), [anon_sym_POUND] = ACTIONS(3), }, - [757] = { - [sym_comment] = STATE(757), - [anon_sym_export] = ACTIONS(670), - [anon_sym_alias] = ACTIONS(670), - [anon_sym_let] = ACTIONS(670), - [anon_sym_let_DASHenv] = ACTIONS(670), - [anon_sym_mut] = ACTIONS(670), - [anon_sym_const] = ACTIONS(670), - [sym_cmd_identifier] = ACTIONS(670), - [anon_sym_SEMI] = ACTIONS(670), - [anon_sym_LF] = ACTIONS(672), - [anon_sym_def] = ACTIONS(670), - [anon_sym_def_DASHenv] = ACTIONS(670), - [anon_sym_export_DASHenv] = ACTIONS(670), - [anon_sym_extern] = ACTIONS(670), - [anon_sym_module] = ACTIONS(670), - [anon_sym_use] = ACTIONS(670), - [anon_sym_LBRACK] = ACTIONS(670), - [anon_sym_LPAREN] = ACTIONS(670), - [anon_sym_RPAREN] = ACTIONS(670), - [anon_sym_PIPE] = ACTIONS(670), - [anon_sym_DOLLAR] = ACTIONS(670), - [anon_sym_error] = ACTIONS(670), - [anon_sym_DASH] = ACTIONS(670), - [anon_sym_break] = ACTIONS(670), - [anon_sym_continue] = ACTIONS(670), - [anon_sym_for] = ACTIONS(670), - [anon_sym_loop] = ACTIONS(670), - [anon_sym_while] = ACTIONS(670), - [anon_sym_do] = ACTIONS(670), - [anon_sym_if] = ACTIONS(670), - [anon_sym_match] = ACTIONS(670), - [anon_sym_LBRACE] = ACTIONS(670), - [anon_sym_RBRACE] = ACTIONS(670), - [anon_sym_try] = ACTIONS(670), - [anon_sym_return] = ACTIONS(670), - [anon_sym_source] = ACTIONS(670), - [anon_sym_source_DASHenv] = ACTIONS(670), - [anon_sym_register] = ACTIONS(670), - [anon_sym_hide] = ACTIONS(670), - [anon_sym_hide_DASHenv] = ACTIONS(670), - [anon_sym_overlay] = ACTIONS(670), - [anon_sym_where] = ACTIONS(670), - [anon_sym_not] = ACTIONS(670), - [anon_sym_DOT_DOT_LT] = ACTIONS(670), - [anon_sym_DOT_DOT] = ACTIONS(670), - [anon_sym_DOT_DOT_EQ] = ACTIONS(670), - [sym_val_nothing] = ACTIONS(670), - [anon_sym_true] = ACTIONS(670), - [anon_sym_false] = ACTIONS(670), - [aux_sym_val_number_token1] = ACTIONS(670), - [aux_sym_val_number_token2] = ACTIONS(670), - [aux_sym_val_number_token3] = ACTIONS(670), - [aux_sym_val_number_token4] = ACTIONS(670), - [anon_sym_inf] = ACTIONS(670), - [anon_sym_DASHinf] = ACTIONS(670), - [anon_sym_NaN] = ACTIONS(670), - [anon_sym_0b] = ACTIONS(670), - [anon_sym_0o] = ACTIONS(670), - [anon_sym_0x] = ACTIONS(670), - [sym_val_date] = ACTIONS(670), - [anon_sym_DQUOTE] = ACTIONS(670), - [sym__str_single_quotes] = ACTIONS(670), - [sym__str_back_ticks] = ACTIONS(670), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(670), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(670), - [anon_sym_CARET] = ACTIONS(670), + [759] = { + [sym_comment] = STATE(759), + [anon_sym_export] = ACTIONS(1368), + [anon_sym_alias] = ACTIONS(1368), + [anon_sym_let] = ACTIONS(1368), + [anon_sym_let_DASHenv] = ACTIONS(1368), + [anon_sym_mut] = ACTIONS(1368), + [anon_sym_const] = ACTIONS(1368), + [sym_cmd_identifier] = ACTIONS(1368), + [anon_sym_SEMI] = ACTIONS(1368), + [anon_sym_LF] = ACTIONS(1370), + [anon_sym_def] = ACTIONS(1368), + [anon_sym_def_DASHenv] = ACTIONS(1368), + [anon_sym_export_DASHenv] = ACTIONS(1368), + [anon_sym_extern] = ACTIONS(1368), + [anon_sym_module] = ACTIONS(1368), + [anon_sym_use] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(1368), + [anon_sym_LPAREN] = ACTIONS(1368), + [anon_sym_RPAREN] = ACTIONS(1368), + [anon_sym_PIPE] = ACTIONS(1368), + [anon_sym_DOLLAR] = ACTIONS(1368), + [anon_sym_error] = ACTIONS(1368), + [anon_sym_DASH] = ACTIONS(1368), + [anon_sym_break] = ACTIONS(1368), + [anon_sym_continue] = ACTIONS(1368), + [anon_sym_for] = ACTIONS(1368), + [anon_sym_loop] = ACTIONS(1368), + [anon_sym_while] = ACTIONS(1368), + [anon_sym_do] = ACTIONS(1368), + [anon_sym_if] = ACTIONS(1368), + [anon_sym_match] = ACTIONS(1368), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_RBRACE] = ACTIONS(1368), + [anon_sym_try] = ACTIONS(1368), + [anon_sym_return] = ACTIONS(1368), + [anon_sym_source] = ACTIONS(1368), + [anon_sym_source_DASHenv] = ACTIONS(1368), + [anon_sym_register] = ACTIONS(1368), + [anon_sym_hide] = ACTIONS(1368), + [anon_sym_hide_DASHenv] = ACTIONS(1368), + [anon_sym_overlay] = ACTIONS(1368), + [anon_sym_where] = ACTIONS(1368), + [anon_sym_not] = ACTIONS(1368), + [anon_sym_DOT_DOT_LT] = ACTIONS(1368), + [anon_sym_DOT_DOT] = ACTIONS(1368), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1368), + [sym_val_nothing] = ACTIONS(1368), + [anon_sym_true] = ACTIONS(1368), + [anon_sym_false] = ACTIONS(1368), + [aux_sym_val_number_token1] = ACTIONS(1368), + [aux_sym_val_number_token2] = ACTIONS(1368), + [aux_sym_val_number_token3] = ACTIONS(1368), + [aux_sym_val_number_token4] = ACTIONS(1368), + [anon_sym_inf] = ACTIONS(1368), + [anon_sym_DASHinf] = ACTIONS(1368), + [anon_sym_NaN] = ACTIONS(1368), + [anon_sym_0b] = ACTIONS(1368), + [anon_sym_0o] = ACTIONS(1368), + [anon_sym_0x] = ACTIONS(1368), + [sym_val_date] = ACTIONS(1368), + [anon_sym_DQUOTE] = ACTIONS(1368), + [sym__str_single_quotes] = ACTIONS(1368), + [sym__str_back_ticks] = ACTIONS(1368), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1368), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1368), + [anon_sym_CARET] = ACTIONS(1368), [anon_sym_POUND] = ACTIONS(3), }, - [758] = { - [sym_comment] = STATE(758), + [760] = { + [sym_comment] = STATE(760), [anon_sym_export] = ACTIONS(1694), [anon_sym_alias] = ACTIONS(1694), [anon_sym_let] = ACTIONS(1694), @@ -113006,905 +113149,630 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1694), [anon_sym_POUND] = ACTIONS(3), }, - [759] = { - [sym_comment] = STATE(759), - [ts_builtin_sym_end] = ACTIONS(1365), - [anon_sym_export] = ACTIONS(1363), - [anon_sym_alias] = ACTIONS(1363), - [anon_sym_let] = ACTIONS(1363), - [anon_sym_let_DASHenv] = ACTIONS(1363), - [anon_sym_mut] = ACTIONS(1363), - [anon_sym_const] = ACTIONS(1363), - [sym_cmd_identifier] = ACTIONS(1363), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_LF] = ACTIONS(1365), - [anon_sym_def] = ACTIONS(1363), - [anon_sym_def_DASHenv] = ACTIONS(1363), - [anon_sym_export_DASHenv] = ACTIONS(1363), - [anon_sym_extern] = ACTIONS(1363), - [anon_sym_module] = ACTIONS(1363), - [anon_sym_use] = ACTIONS(1363), - [anon_sym_LBRACK] = ACTIONS(1363), - [anon_sym_LPAREN] = ACTIONS(1363), - [anon_sym_PIPE] = ACTIONS(1363), - [anon_sym_DOLLAR] = ACTIONS(1363), - [anon_sym_error] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_break] = ACTIONS(1363), - [anon_sym_continue] = ACTIONS(1363), - [anon_sym_for] = ACTIONS(1363), - [anon_sym_loop] = ACTIONS(1363), - [anon_sym_while] = ACTIONS(1363), - [anon_sym_do] = ACTIONS(1363), - [anon_sym_if] = ACTIONS(1363), - [anon_sym_match] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_try] = ACTIONS(1363), - [anon_sym_catch] = ACTIONS(1363), - [anon_sym_return] = ACTIONS(1363), - [anon_sym_source] = ACTIONS(1363), - [anon_sym_source_DASHenv] = ACTIONS(1363), - [anon_sym_register] = ACTIONS(1363), - [anon_sym_hide] = ACTIONS(1363), - [anon_sym_hide_DASHenv] = ACTIONS(1363), - [anon_sym_overlay] = ACTIONS(1363), - [anon_sym_where] = ACTIONS(1363), - [anon_sym_not] = ACTIONS(1363), - [anon_sym_DOT_DOT_LT] = ACTIONS(1363), - [anon_sym_DOT_DOT] = ACTIONS(1363), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1363), - [sym_val_nothing] = ACTIONS(1363), - [anon_sym_true] = ACTIONS(1363), - [anon_sym_false] = ACTIONS(1363), - [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(1363), - [anon_sym_inf] = ACTIONS(1363), - [anon_sym_DASHinf] = ACTIONS(1363), - [anon_sym_NaN] = ACTIONS(1363), - [anon_sym_0b] = ACTIONS(1363), - [anon_sym_0o] = ACTIONS(1363), - [anon_sym_0x] = ACTIONS(1363), - [sym_val_date] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym__str_single_quotes] = ACTIONS(1363), - [sym__str_back_ticks] = ACTIONS(1363), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1363), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1363), - [anon_sym_CARET] = ACTIONS(1363), - [anon_sym_POUND] = ACTIONS(3), - }, - [760] = { - [sym_comment] = STATE(760), - [ts_builtin_sym_end] = ACTIONS(1312), - [anon_sym_export] = ACTIONS(1310), - [anon_sym_alias] = ACTIONS(1310), - [anon_sym_let] = ACTIONS(1310), - [anon_sym_let_DASHenv] = ACTIONS(1310), - [anon_sym_mut] = ACTIONS(1310), - [anon_sym_const] = ACTIONS(1310), - [sym_cmd_identifier] = ACTIONS(1310), - [anon_sym_SEMI] = ACTIONS(1310), - [anon_sym_LF] = ACTIONS(1312), - [anon_sym_def] = ACTIONS(1310), - [anon_sym_def_DASHenv] = ACTIONS(1310), - [anon_sym_export_DASHenv] = ACTIONS(1310), - [anon_sym_extern] = ACTIONS(1310), - [anon_sym_module] = ACTIONS(1310), - [anon_sym_use] = ACTIONS(1310), - [anon_sym_LBRACK] = ACTIONS(1310), - [anon_sym_LPAREN] = ACTIONS(1310), - [anon_sym_PIPE] = ACTIONS(1310), - [anon_sym_DOLLAR] = ACTIONS(1310), - [anon_sym_error] = ACTIONS(1310), - [anon_sym_DASH] = ACTIONS(1310), - [anon_sym_break] = ACTIONS(1310), - [anon_sym_continue] = ACTIONS(1310), - [anon_sym_for] = ACTIONS(1310), - [anon_sym_loop] = ACTIONS(1310), - [anon_sym_while] = ACTIONS(1310), - [anon_sym_do] = ACTIONS(1310), - [anon_sym_if] = ACTIONS(1310), - [anon_sym_match] = ACTIONS(1310), - [anon_sym_LBRACE] = ACTIONS(1310), - [anon_sym_try] = ACTIONS(1310), - [anon_sym_return] = ACTIONS(1310), - [anon_sym_source] = ACTIONS(1310), - [anon_sym_source_DASHenv] = ACTIONS(1310), - [anon_sym_register] = ACTIONS(1310), - [anon_sym_hide] = ACTIONS(1310), - [anon_sym_hide_DASHenv] = ACTIONS(1310), - [anon_sym_overlay] = ACTIONS(1310), - [anon_sym_where] = ACTIONS(1310), - [anon_sym_not] = ACTIONS(1310), - [anon_sym_DOT_DOT_LT] = ACTIONS(1310), - [anon_sym_DOT_DOT] = ACTIONS(1310), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1310), - [sym_val_nothing] = ACTIONS(1310), - [anon_sym_true] = ACTIONS(1310), - [anon_sym_false] = ACTIONS(1310), - [aux_sym_val_number_token1] = ACTIONS(1310), - [aux_sym_val_number_token2] = ACTIONS(1310), - [aux_sym_val_number_token3] = ACTIONS(1310), - [aux_sym_val_number_token4] = ACTIONS(1310), - [anon_sym_inf] = ACTIONS(1310), - [anon_sym_DASHinf] = ACTIONS(1310), - [anon_sym_NaN] = ACTIONS(1310), - [anon_sym_0b] = ACTIONS(1310), - [anon_sym_0o] = ACTIONS(1310), - [anon_sym_0x] = ACTIONS(1310), - [sym_val_date] = ACTIONS(1310), - [anon_sym_DQUOTE] = ACTIONS(1310), - [sym__str_single_quotes] = ACTIONS(1310), - [sym__str_back_ticks] = ACTIONS(1310), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1310), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1310), - [anon_sym_CARET] = ACTIONS(1310), - [aux_sym_long_flag_token1] = ACTIONS(1698), - [anon_sym_POUND] = ACTIONS(3), - }, [761] = { [sym_comment] = STATE(761), - [ts_builtin_sym_end] = ACTIONS(1365), - [anon_sym_export] = ACTIONS(1363), - [anon_sym_alias] = ACTIONS(1363), - [anon_sym_let] = ACTIONS(1363), - [anon_sym_let_DASHenv] = ACTIONS(1363), - [anon_sym_mut] = ACTIONS(1363), - [anon_sym_const] = ACTIONS(1363), - [sym_cmd_identifier] = ACTIONS(1363), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_LF] = ACTIONS(1365), - [anon_sym_def] = ACTIONS(1363), - [anon_sym_def_DASHenv] = ACTIONS(1363), - [anon_sym_export_DASHenv] = ACTIONS(1363), - [anon_sym_extern] = ACTIONS(1363), - [anon_sym_module] = ACTIONS(1363), - [anon_sym_use] = ACTIONS(1363), - [anon_sym_LBRACK] = ACTIONS(1363), - [anon_sym_LPAREN] = ACTIONS(1363), - [anon_sym_PIPE] = ACTIONS(1363), - [anon_sym_DOLLAR] = ACTIONS(1363), - [anon_sym_error] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_break] = ACTIONS(1363), - [anon_sym_continue] = ACTIONS(1363), - [anon_sym_for] = ACTIONS(1363), - [anon_sym_loop] = ACTIONS(1363), - [anon_sym_while] = ACTIONS(1363), - [anon_sym_do] = ACTIONS(1363), - [anon_sym_if] = ACTIONS(1363), - [anon_sym_else] = ACTIONS(1363), - [anon_sym_match] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_try] = ACTIONS(1363), - [anon_sym_return] = ACTIONS(1363), - [anon_sym_source] = ACTIONS(1363), - [anon_sym_source_DASHenv] = ACTIONS(1363), - [anon_sym_register] = ACTIONS(1363), - [anon_sym_hide] = ACTIONS(1363), - [anon_sym_hide_DASHenv] = ACTIONS(1363), - [anon_sym_overlay] = ACTIONS(1363), - [anon_sym_where] = ACTIONS(1363), - [anon_sym_not] = ACTIONS(1363), - [anon_sym_DOT_DOT_LT] = ACTIONS(1363), - [anon_sym_DOT_DOT] = ACTIONS(1363), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1363), - [sym_val_nothing] = ACTIONS(1363), - [anon_sym_true] = ACTIONS(1363), - [anon_sym_false] = ACTIONS(1363), - [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(1363), - [anon_sym_inf] = ACTIONS(1363), - [anon_sym_DASHinf] = ACTIONS(1363), - [anon_sym_NaN] = ACTIONS(1363), - [anon_sym_0b] = ACTIONS(1363), - [anon_sym_0o] = ACTIONS(1363), - [anon_sym_0x] = ACTIONS(1363), - [sym_val_date] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym__str_single_quotes] = ACTIONS(1363), - [sym__str_back_ticks] = ACTIONS(1363), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1363), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1363), - [anon_sym_CARET] = ACTIONS(1363), + [anon_sym_export] = ACTIONS(1698), + [anon_sym_alias] = ACTIONS(1698), + [anon_sym_let] = ACTIONS(1698), + [anon_sym_let_DASHenv] = ACTIONS(1698), + [anon_sym_mut] = ACTIONS(1698), + [anon_sym_const] = ACTIONS(1698), + [sym_cmd_identifier] = ACTIONS(1698), + [anon_sym_SEMI] = ACTIONS(1698), + [anon_sym_LF] = ACTIONS(1700), + [anon_sym_def] = ACTIONS(1698), + [anon_sym_def_DASHenv] = ACTIONS(1698), + [anon_sym_export_DASHenv] = ACTIONS(1698), + [anon_sym_extern] = ACTIONS(1698), + [anon_sym_module] = ACTIONS(1698), + [anon_sym_use] = ACTIONS(1698), + [anon_sym_LBRACK] = ACTIONS(1698), + [anon_sym_LPAREN] = ACTIONS(1698), + [anon_sym_RPAREN] = ACTIONS(1698), + [anon_sym_PIPE] = ACTIONS(1698), + [anon_sym_DOLLAR] = ACTIONS(1698), + [anon_sym_error] = ACTIONS(1698), + [anon_sym_DASH] = ACTIONS(1698), + [anon_sym_break] = ACTIONS(1698), + [anon_sym_continue] = ACTIONS(1698), + [anon_sym_for] = ACTIONS(1698), + [anon_sym_loop] = ACTIONS(1698), + [anon_sym_while] = ACTIONS(1698), + [anon_sym_do] = ACTIONS(1698), + [anon_sym_if] = ACTIONS(1698), + [anon_sym_match] = ACTIONS(1698), + [anon_sym_LBRACE] = ACTIONS(1698), + [anon_sym_RBRACE] = ACTIONS(1698), + [anon_sym_try] = ACTIONS(1698), + [anon_sym_return] = ACTIONS(1698), + [anon_sym_source] = ACTIONS(1698), + [anon_sym_source_DASHenv] = ACTIONS(1698), + [anon_sym_register] = ACTIONS(1698), + [anon_sym_hide] = ACTIONS(1698), + [anon_sym_hide_DASHenv] = ACTIONS(1698), + [anon_sym_overlay] = ACTIONS(1698), + [anon_sym_where] = ACTIONS(1698), + [anon_sym_not] = ACTIONS(1698), + [anon_sym_DOT_DOT_LT] = ACTIONS(1698), + [anon_sym_DOT_DOT] = ACTIONS(1698), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1698), + [sym_val_nothing] = ACTIONS(1698), + [anon_sym_true] = ACTIONS(1698), + [anon_sym_false] = ACTIONS(1698), + [aux_sym_val_number_token1] = ACTIONS(1698), + [aux_sym_val_number_token2] = ACTIONS(1698), + [aux_sym_val_number_token3] = ACTIONS(1698), + [aux_sym_val_number_token4] = ACTIONS(1698), + [anon_sym_inf] = ACTIONS(1698), + [anon_sym_DASHinf] = ACTIONS(1698), + [anon_sym_NaN] = ACTIONS(1698), + [anon_sym_0b] = ACTIONS(1698), + [anon_sym_0o] = ACTIONS(1698), + [anon_sym_0x] = ACTIONS(1698), + [sym_val_date] = ACTIONS(1698), + [anon_sym_DQUOTE] = ACTIONS(1698), + [sym__str_single_quotes] = ACTIONS(1698), + [sym__str_back_ticks] = ACTIONS(1698), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1698), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1698), + [anon_sym_CARET] = ACTIONS(1698), [anon_sym_POUND] = ACTIONS(3), }, [762] = { [sym_comment] = STATE(762), - [anon_sym_export] = ACTIONS(1700), - [anon_sym_alias] = ACTIONS(1700), - [anon_sym_let] = ACTIONS(1700), - [anon_sym_let_DASHenv] = ACTIONS(1700), - [anon_sym_mut] = ACTIONS(1700), - [anon_sym_const] = ACTIONS(1700), - [sym_cmd_identifier] = ACTIONS(1700), - [anon_sym_SEMI] = ACTIONS(1700), - [anon_sym_LF] = ACTIONS(1702), - [anon_sym_def] = ACTIONS(1700), - [anon_sym_def_DASHenv] = ACTIONS(1700), - [anon_sym_export_DASHenv] = ACTIONS(1700), - [anon_sym_extern] = ACTIONS(1700), - [anon_sym_module] = ACTIONS(1700), - [anon_sym_use] = ACTIONS(1700), - [anon_sym_LBRACK] = ACTIONS(1700), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_RPAREN] = ACTIONS(1700), - [anon_sym_PIPE] = ACTIONS(1700), - [anon_sym_DOLLAR] = ACTIONS(1700), - [anon_sym_error] = ACTIONS(1700), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_continue] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_loop] = ACTIONS(1700), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_do] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_match] = ACTIONS(1700), - [anon_sym_LBRACE] = ACTIONS(1700), - [anon_sym_RBRACE] = ACTIONS(1700), - [anon_sym_try] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_source] = ACTIONS(1700), - [anon_sym_source_DASHenv] = ACTIONS(1700), - [anon_sym_register] = ACTIONS(1700), - [anon_sym_hide] = ACTIONS(1700), - [anon_sym_hide_DASHenv] = ACTIONS(1700), - [anon_sym_overlay] = ACTIONS(1700), - [anon_sym_where] = ACTIONS(1700), - [anon_sym_not] = ACTIONS(1700), - [anon_sym_DOT_DOT_LT] = ACTIONS(1700), - [anon_sym_DOT_DOT] = ACTIONS(1700), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1700), - [sym_val_nothing] = ACTIONS(1700), - [anon_sym_true] = ACTIONS(1700), - [anon_sym_false] = ACTIONS(1700), - [aux_sym_val_number_token1] = ACTIONS(1700), - [aux_sym_val_number_token2] = ACTIONS(1700), - [aux_sym_val_number_token3] = ACTIONS(1700), - [aux_sym_val_number_token4] = ACTIONS(1700), - [anon_sym_inf] = ACTIONS(1700), - [anon_sym_DASHinf] = ACTIONS(1700), - [anon_sym_NaN] = ACTIONS(1700), - [anon_sym_0b] = ACTIONS(1700), - [anon_sym_0o] = ACTIONS(1700), - [anon_sym_0x] = ACTIONS(1700), - [sym_val_date] = ACTIONS(1700), - [anon_sym_DQUOTE] = ACTIONS(1700), - [sym__str_single_quotes] = ACTIONS(1700), - [sym__str_back_ticks] = ACTIONS(1700), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1700), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1700), - [anon_sym_CARET] = ACTIONS(1700), + [anon_sym_export] = ACTIONS(627), + [anon_sym_alias] = ACTIONS(627), + [anon_sym_let] = ACTIONS(627), + [anon_sym_let_DASHenv] = ACTIONS(627), + [anon_sym_mut] = ACTIONS(627), + [anon_sym_const] = ACTIONS(627), + [sym_cmd_identifier] = ACTIONS(627), + [anon_sym_SEMI] = ACTIONS(627), + [anon_sym_LF] = ACTIONS(629), + [anon_sym_def] = ACTIONS(627), + [anon_sym_def_DASHenv] = ACTIONS(627), + [anon_sym_export_DASHenv] = ACTIONS(627), + [anon_sym_extern] = ACTIONS(627), + [anon_sym_module] = ACTIONS(627), + [anon_sym_use] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(627), + [anon_sym_LPAREN] = ACTIONS(627), + [anon_sym_RPAREN] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(627), + [anon_sym_DOLLAR] = ACTIONS(627), + [anon_sym_error] = ACTIONS(627), + [anon_sym_DASH] = ACTIONS(627), + [anon_sym_break] = ACTIONS(627), + [anon_sym_continue] = ACTIONS(627), + [anon_sym_for] = ACTIONS(627), + [anon_sym_loop] = ACTIONS(627), + [anon_sym_while] = ACTIONS(627), + [anon_sym_do] = ACTIONS(627), + [anon_sym_if] = ACTIONS(627), + [anon_sym_match] = ACTIONS(627), + [anon_sym_LBRACE] = ACTIONS(627), + [anon_sym_RBRACE] = ACTIONS(627), + [anon_sym_try] = ACTIONS(627), + [anon_sym_return] = ACTIONS(627), + [anon_sym_source] = ACTIONS(627), + [anon_sym_source_DASHenv] = ACTIONS(627), + [anon_sym_register] = ACTIONS(627), + [anon_sym_hide] = ACTIONS(627), + [anon_sym_hide_DASHenv] = ACTIONS(627), + [anon_sym_overlay] = ACTIONS(627), + [anon_sym_where] = ACTIONS(627), + [anon_sym_not] = ACTIONS(627), + [anon_sym_DOT_DOT_LT] = ACTIONS(627), + [anon_sym_DOT_DOT] = ACTIONS(627), + [anon_sym_DOT_DOT_EQ] = ACTIONS(627), + [sym_val_nothing] = ACTIONS(627), + [anon_sym_true] = ACTIONS(627), + [anon_sym_false] = ACTIONS(627), + [aux_sym_val_number_token1] = ACTIONS(627), + [aux_sym_val_number_token2] = ACTIONS(627), + [aux_sym_val_number_token3] = ACTIONS(627), + [aux_sym_val_number_token4] = ACTIONS(627), + [anon_sym_inf] = ACTIONS(627), + [anon_sym_DASHinf] = ACTIONS(627), + [anon_sym_NaN] = ACTIONS(627), + [anon_sym_0b] = ACTIONS(627), + [anon_sym_0o] = ACTIONS(627), + [anon_sym_0x] = ACTIONS(627), + [sym_val_date] = ACTIONS(627), + [anon_sym_DQUOTE] = ACTIONS(627), + [sym__str_single_quotes] = ACTIONS(627), + [sym__str_back_ticks] = ACTIONS(627), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(627), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(627), + [anon_sym_CARET] = ACTIONS(627), [anon_sym_POUND] = ACTIONS(3), }, [763] = { [sym_comment] = STATE(763), - [ts_builtin_sym_end] = ACTIONS(1483), - [anon_sym_export] = ACTIONS(1481), - [anon_sym_alias] = ACTIONS(1481), - [anon_sym_let] = ACTIONS(1481), - [anon_sym_let_DASHenv] = ACTIONS(1481), - [anon_sym_mut] = ACTIONS(1481), - [anon_sym_const] = ACTIONS(1481), - [sym_cmd_identifier] = ACTIONS(1481), - [anon_sym_SEMI] = ACTIONS(1481), - [anon_sym_LF] = ACTIONS(1483), - [anon_sym_def] = ACTIONS(1481), - [anon_sym_def_DASHenv] = ACTIONS(1481), - [anon_sym_export_DASHenv] = ACTIONS(1481), - [anon_sym_extern] = ACTIONS(1481), - [anon_sym_module] = ACTIONS(1481), - [anon_sym_use] = ACTIONS(1481), - [anon_sym_LBRACK] = ACTIONS(1481), - [anon_sym_LPAREN] = ACTIONS(1481), - [anon_sym_PIPE] = ACTIONS(1481), - [anon_sym_DOLLAR] = ACTIONS(1481), - [anon_sym_error] = ACTIONS(1481), - [anon_sym_DASH] = ACTIONS(1481), - [anon_sym_break] = ACTIONS(1481), - [anon_sym_continue] = ACTIONS(1481), - [anon_sym_for] = ACTIONS(1481), - [anon_sym_loop] = ACTIONS(1481), - [anon_sym_while] = ACTIONS(1481), - [anon_sym_do] = ACTIONS(1481), - [anon_sym_if] = ACTIONS(1481), - [anon_sym_match] = ACTIONS(1481), - [anon_sym_LBRACE] = ACTIONS(1481), - [anon_sym_try] = ACTIONS(1481), - [anon_sym_catch] = ACTIONS(1481), - [anon_sym_return] = ACTIONS(1481), - [anon_sym_source] = ACTIONS(1481), - [anon_sym_source_DASHenv] = ACTIONS(1481), - [anon_sym_register] = ACTIONS(1481), - [anon_sym_hide] = ACTIONS(1481), - [anon_sym_hide_DASHenv] = ACTIONS(1481), - [anon_sym_overlay] = ACTIONS(1481), - [anon_sym_where] = ACTIONS(1481), - [anon_sym_not] = ACTIONS(1481), - [anon_sym_DOT_DOT_LT] = ACTIONS(1481), - [anon_sym_DOT_DOT] = ACTIONS(1481), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1481), - [sym_val_nothing] = ACTIONS(1481), - [anon_sym_true] = ACTIONS(1481), - [anon_sym_false] = ACTIONS(1481), - [aux_sym_val_number_token1] = ACTIONS(1481), - [aux_sym_val_number_token2] = ACTIONS(1481), - [aux_sym_val_number_token3] = ACTIONS(1481), - [aux_sym_val_number_token4] = ACTIONS(1481), - [anon_sym_inf] = ACTIONS(1481), - [anon_sym_DASHinf] = ACTIONS(1481), - [anon_sym_NaN] = ACTIONS(1481), - [anon_sym_0b] = ACTIONS(1481), - [anon_sym_0o] = ACTIONS(1481), - [anon_sym_0x] = ACTIONS(1481), - [sym_val_date] = ACTIONS(1481), - [anon_sym_DQUOTE] = ACTIONS(1481), - [sym__str_single_quotes] = ACTIONS(1481), - [sym__str_back_ticks] = ACTIONS(1481), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1481), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1481), - [anon_sym_CARET] = ACTIONS(1481), + [anon_sym_export] = ACTIONS(694), + [anon_sym_alias] = ACTIONS(694), + [anon_sym_let] = ACTIONS(694), + [anon_sym_let_DASHenv] = ACTIONS(694), + [anon_sym_mut] = ACTIONS(694), + [anon_sym_const] = ACTIONS(694), + [sym_cmd_identifier] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LF] = ACTIONS(696), + [anon_sym_def] = ACTIONS(694), + [anon_sym_def_DASHenv] = ACTIONS(694), + [anon_sym_export_DASHenv] = ACTIONS(694), + [anon_sym_extern] = ACTIONS(694), + [anon_sym_module] = ACTIONS(694), + [anon_sym_use] = ACTIONS(694), + [anon_sym_LBRACK] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_RPAREN] = ACTIONS(694), + [anon_sym_PIPE] = ACTIONS(694), + [anon_sym_DOLLAR] = ACTIONS(694), + [anon_sym_error] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_break] = ACTIONS(694), + [anon_sym_continue] = ACTIONS(694), + [anon_sym_for] = ACTIONS(694), + [anon_sym_loop] = ACTIONS(694), + [anon_sym_while] = ACTIONS(694), + [anon_sym_do] = ACTIONS(694), + [anon_sym_if] = ACTIONS(694), + [anon_sym_match] = ACTIONS(694), + [anon_sym_LBRACE] = ACTIONS(694), + [anon_sym_RBRACE] = ACTIONS(694), + [anon_sym_try] = ACTIONS(694), + [anon_sym_return] = ACTIONS(694), + [anon_sym_source] = ACTIONS(694), + [anon_sym_source_DASHenv] = ACTIONS(694), + [anon_sym_register] = ACTIONS(694), + [anon_sym_hide] = ACTIONS(694), + [anon_sym_hide_DASHenv] = ACTIONS(694), + [anon_sym_overlay] = ACTIONS(694), + [anon_sym_where] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_DOT_DOT_LT] = ACTIONS(694), + [anon_sym_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [sym_val_nothing] = ACTIONS(694), + [anon_sym_true] = ACTIONS(694), + [anon_sym_false] = ACTIONS(694), + [aux_sym_val_number_token1] = ACTIONS(694), + [aux_sym_val_number_token2] = ACTIONS(694), + [aux_sym_val_number_token3] = ACTIONS(694), + [aux_sym_val_number_token4] = ACTIONS(694), + [anon_sym_inf] = ACTIONS(694), + [anon_sym_DASHinf] = ACTIONS(694), + [anon_sym_NaN] = ACTIONS(694), + [anon_sym_0b] = ACTIONS(694), + [anon_sym_0o] = ACTIONS(694), + [anon_sym_0x] = ACTIONS(694), + [sym_val_date] = ACTIONS(694), + [anon_sym_DQUOTE] = ACTIONS(694), + [sym__str_single_quotes] = ACTIONS(694), + [sym__str_back_ticks] = ACTIONS(694), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(694), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), [anon_sym_POUND] = ACTIONS(3), }, [764] = { [sym_comment] = STATE(764), - [ts_builtin_sym_end] = ACTIONS(1638), - [anon_sym_export] = ACTIONS(1636), - [anon_sym_alias] = ACTIONS(1636), - [anon_sym_let] = ACTIONS(1636), - [anon_sym_let_DASHenv] = ACTIONS(1636), - [anon_sym_mut] = ACTIONS(1636), - [anon_sym_const] = ACTIONS(1636), - [sym_cmd_identifier] = ACTIONS(1636), - [anon_sym_SEMI] = ACTIONS(1636), - [anon_sym_LF] = ACTIONS(1638), - [anon_sym_def] = ACTIONS(1636), - [anon_sym_def_DASHenv] = ACTIONS(1636), - [anon_sym_export_DASHenv] = ACTIONS(1636), - [anon_sym_extern] = ACTIONS(1636), - [anon_sym_module] = ACTIONS(1636), - [anon_sym_use] = ACTIONS(1636), - [anon_sym_LBRACK] = ACTIONS(1636), - [anon_sym_LPAREN] = ACTIONS(1636), - [anon_sym_PIPE] = ACTIONS(1636), - [anon_sym_DOLLAR] = ACTIONS(1636), - [anon_sym_error] = ACTIONS(1636), - [anon_sym_DASH] = ACTIONS(1636), - [anon_sym_break] = ACTIONS(1636), - [anon_sym_continue] = ACTIONS(1636), - [anon_sym_for] = ACTIONS(1636), - [anon_sym_loop] = ACTIONS(1636), - [anon_sym_while] = ACTIONS(1636), - [anon_sym_do] = ACTIONS(1636), - [anon_sym_if] = ACTIONS(1636), - [anon_sym_else] = ACTIONS(1704), - [anon_sym_match] = ACTIONS(1636), - [anon_sym_LBRACE] = ACTIONS(1636), - [anon_sym_try] = ACTIONS(1636), - [anon_sym_return] = ACTIONS(1636), - [anon_sym_source] = ACTIONS(1636), - [anon_sym_source_DASHenv] = ACTIONS(1636), - [anon_sym_register] = ACTIONS(1636), - [anon_sym_hide] = ACTIONS(1636), - [anon_sym_hide_DASHenv] = ACTIONS(1636), - [anon_sym_overlay] = ACTIONS(1636), - [anon_sym_where] = ACTIONS(1636), - [anon_sym_not] = ACTIONS(1636), - [anon_sym_DOT_DOT_LT] = ACTIONS(1636), - [anon_sym_DOT_DOT] = ACTIONS(1636), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1636), - [sym_val_nothing] = ACTIONS(1636), - [anon_sym_true] = ACTIONS(1636), - [anon_sym_false] = ACTIONS(1636), - [aux_sym_val_number_token1] = ACTIONS(1636), - [aux_sym_val_number_token2] = ACTIONS(1636), - [aux_sym_val_number_token3] = ACTIONS(1636), - [aux_sym_val_number_token4] = ACTIONS(1636), - [anon_sym_inf] = ACTIONS(1636), - [anon_sym_DASHinf] = ACTIONS(1636), - [anon_sym_NaN] = ACTIONS(1636), - [anon_sym_0b] = ACTIONS(1636), - [anon_sym_0o] = ACTIONS(1636), - [anon_sym_0x] = ACTIONS(1636), - [sym_val_date] = ACTIONS(1636), - [anon_sym_DQUOTE] = ACTIONS(1636), - [sym__str_single_quotes] = ACTIONS(1636), - [sym__str_back_ticks] = ACTIONS(1636), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1636), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1636), - [anon_sym_CARET] = ACTIONS(1636), + [anon_sym_export] = ACTIONS(1702), + [anon_sym_alias] = ACTIONS(1702), + [anon_sym_let] = ACTIONS(1702), + [anon_sym_let_DASHenv] = ACTIONS(1702), + [anon_sym_mut] = ACTIONS(1702), + [anon_sym_const] = ACTIONS(1702), + [sym_cmd_identifier] = ACTIONS(1702), + [anon_sym_SEMI] = ACTIONS(1702), + [anon_sym_LF] = ACTIONS(1704), + [anon_sym_def] = ACTIONS(1702), + [anon_sym_def_DASHenv] = ACTIONS(1702), + [anon_sym_export_DASHenv] = ACTIONS(1702), + [anon_sym_extern] = ACTIONS(1702), + [anon_sym_module] = ACTIONS(1702), + [anon_sym_use] = ACTIONS(1702), + [anon_sym_LBRACK] = ACTIONS(1702), + [anon_sym_LPAREN] = ACTIONS(1702), + [anon_sym_RPAREN] = ACTIONS(1702), + [anon_sym_PIPE] = ACTIONS(1702), + [anon_sym_DOLLAR] = ACTIONS(1702), + [anon_sym_error] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_break] = ACTIONS(1702), + [anon_sym_continue] = ACTIONS(1702), + [anon_sym_for] = ACTIONS(1702), + [anon_sym_loop] = ACTIONS(1702), + [anon_sym_while] = ACTIONS(1702), + [anon_sym_do] = ACTIONS(1702), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_match] = ACTIONS(1702), + [anon_sym_LBRACE] = ACTIONS(1702), + [anon_sym_RBRACE] = ACTIONS(1702), + [anon_sym_try] = ACTIONS(1702), + [anon_sym_return] = ACTIONS(1702), + [anon_sym_source] = ACTIONS(1702), + [anon_sym_source_DASHenv] = ACTIONS(1702), + [anon_sym_register] = ACTIONS(1702), + [anon_sym_hide] = ACTIONS(1702), + [anon_sym_hide_DASHenv] = ACTIONS(1702), + [anon_sym_overlay] = ACTIONS(1702), + [anon_sym_where] = ACTIONS(1702), + [anon_sym_not] = ACTIONS(1702), + [anon_sym_DOT_DOT_LT] = ACTIONS(1702), + [anon_sym_DOT_DOT] = ACTIONS(1702), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1702), + [sym_val_nothing] = ACTIONS(1702), + [anon_sym_true] = ACTIONS(1702), + [anon_sym_false] = ACTIONS(1702), + [aux_sym_val_number_token1] = ACTIONS(1702), + [aux_sym_val_number_token2] = ACTIONS(1702), + [aux_sym_val_number_token3] = ACTIONS(1702), + [aux_sym_val_number_token4] = ACTIONS(1702), + [anon_sym_inf] = ACTIONS(1702), + [anon_sym_DASHinf] = ACTIONS(1702), + [anon_sym_NaN] = ACTIONS(1702), + [anon_sym_0b] = ACTIONS(1702), + [anon_sym_0o] = ACTIONS(1702), + [anon_sym_0x] = ACTIONS(1702), + [sym_val_date] = ACTIONS(1702), + [anon_sym_DQUOTE] = ACTIONS(1702), + [sym__str_single_quotes] = ACTIONS(1702), + [sym__str_back_ticks] = ACTIONS(1702), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1702), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), [anon_sym_POUND] = ACTIONS(3), }, [765] = { [sym_comment] = STATE(765), - [anon_sym_export] = ACTIONS(662), - [anon_sym_alias] = ACTIONS(662), - [anon_sym_let] = ACTIONS(662), - [anon_sym_let_DASHenv] = ACTIONS(662), - [anon_sym_mut] = ACTIONS(662), - [anon_sym_const] = ACTIONS(662), - [sym_cmd_identifier] = ACTIONS(662), - [anon_sym_SEMI] = ACTIONS(662), - [anon_sym_LF] = ACTIONS(664), - [anon_sym_def] = ACTIONS(662), - [anon_sym_def_DASHenv] = ACTIONS(662), - [anon_sym_export_DASHenv] = ACTIONS(662), - [anon_sym_extern] = ACTIONS(662), - [anon_sym_module] = ACTIONS(662), - [anon_sym_use] = ACTIONS(662), - [anon_sym_LBRACK] = ACTIONS(662), - [anon_sym_LPAREN] = ACTIONS(662), - [anon_sym_RPAREN] = ACTIONS(662), - [anon_sym_PIPE] = ACTIONS(662), - [anon_sym_DOLLAR] = ACTIONS(662), - [anon_sym_error] = ACTIONS(662), - [anon_sym_DASH] = ACTIONS(662), - [anon_sym_break] = ACTIONS(662), - [anon_sym_continue] = ACTIONS(662), - [anon_sym_for] = ACTIONS(662), - [anon_sym_loop] = ACTIONS(662), - [anon_sym_while] = ACTIONS(662), - [anon_sym_do] = ACTIONS(662), - [anon_sym_if] = ACTIONS(662), - [anon_sym_match] = ACTIONS(662), - [anon_sym_LBRACE] = ACTIONS(662), - [anon_sym_RBRACE] = ACTIONS(662), - [anon_sym_try] = ACTIONS(662), - [anon_sym_return] = ACTIONS(662), - [anon_sym_source] = ACTIONS(662), - [anon_sym_source_DASHenv] = ACTIONS(662), - [anon_sym_register] = ACTIONS(662), - [anon_sym_hide] = ACTIONS(662), - [anon_sym_hide_DASHenv] = ACTIONS(662), - [anon_sym_overlay] = ACTIONS(662), - [anon_sym_where] = ACTIONS(662), - [anon_sym_not] = ACTIONS(662), - [anon_sym_DOT_DOT_LT] = ACTIONS(662), - [anon_sym_DOT_DOT] = ACTIONS(662), - [anon_sym_DOT_DOT_EQ] = ACTIONS(662), - [sym_val_nothing] = ACTIONS(662), - [anon_sym_true] = ACTIONS(662), - [anon_sym_false] = ACTIONS(662), - [aux_sym_val_number_token1] = ACTIONS(662), - [aux_sym_val_number_token2] = ACTIONS(662), - [aux_sym_val_number_token3] = ACTIONS(662), - [aux_sym_val_number_token4] = ACTIONS(662), - [anon_sym_inf] = ACTIONS(662), - [anon_sym_DASHinf] = ACTIONS(662), - [anon_sym_NaN] = ACTIONS(662), - [anon_sym_0b] = ACTIONS(662), - [anon_sym_0o] = ACTIONS(662), - [anon_sym_0x] = ACTIONS(662), - [sym_val_date] = ACTIONS(662), - [anon_sym_DQUOTE] = ACTIONS(662), - [sym__str_single_quotes] = ACTIONS(662), - [sym__str_back_ticks] = ACTIONS(662), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(662), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(662), - [anon_sym_CARET] = ACTIONS(662), + [anon_sym_export] = ACTIONS(1706), + [anon_sym_alias] = ACTIONS(1706), + [anon_sym_let] = ACTIONS(1706), + [anon_sym_let_DASHenv] = ACTIONS(1706), + [anon_sym_mut] = ACTIONS(1706), + [anon_sym_const] = ACTIONS(1706), + [sym_cmd_identifier] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1706), + [anon_sym_LF] = ACTIONS(1708), + [anon_sym_def] = ACTIONS(1706), + [anon_sym_def_DASHenv] = ACTIONS(1706), + [anon_sym_export_DASHenv] = ACTIONS(1706), + [anon_sym_extern] = ACTIONS(1706), + [anon_sym_module] = ACTIONS(1706), + [anon_sym_use] = ACTIONS(1706), + [anon_sym_LBRACK] = ACTIONS(1706), + [anon_sym_LPAREN] = ACTIONS(1706), + [anon_sym_RPAREN] = ACTIONS(1706), + [anon_sym_PIPE] = ACTIONS(1706), + [anon_sym_DOLLAR] = ACTIONS(1706), + [anon_sym_error] = ACTIONS(1706), + [anon_sym_DASH] = ACTIONS(1706), + [anon_sym_break] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(1706), + [anon_sym_for] = ACTIONS(1706), + [anon_sym_loop] = ACTIONS(1706), + [anon_sym_while] = ACTIONS(1706), + [anon_sym_do] = ACTIONS(1706), + [anon_sym_if] = ACTIONS(1706), + [anon_sym_match] = ACTIONS(1706), + [anon_sym_LBRACE] = ACTIONS(1706), + [anon_sym_RBRACE] = ACTIONS(1706), + [anon_sym_try] = ACTIONS(1706), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_source] = ACTIONS(1706), + [anon_sym_source_DASHenv] = ACTIONS(1706), + [anon_sym_register] = ACTIONS(1706), + [anon_sym_hide] = ACTIONS(1706), + [anon_sym_hide_DASHenv] = ACTIONS(1706), + [anon_sym_overlay] = ACTIONS(1706), + [anon_sym_where] = ACTIONS(1706), + [anon_sym_not] = ACTIONS(1706), + [anon_sym_DOT_DOT_LT] = ACTIONS(1706), + [anon_sym_DOT_DOT] = ACTIONS(1706), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1706), + [sym_val_nothing] = ACTIONS(1706), + [anon_sym_true] = ACTIONS(1706), + [anon_sym_false] = ACTIONS(1706), + [aux_sym_val_number_token1] = ACTIONS(1706), + [aux_sym_val_number_token2] = ACTIONS(1706), + [aux_sym_val_number_token3] = ACTIONS(1706), + [aux_sym_val_number_token4] = ACTIONS(1706), + [anon_sym_inf] = ACTIONS(1706), + [anon_sym_DASHinf] = ACTIONS(1706), + [anon_sym_NaN] = ACTIONS(1706), + [anon_sym_0b] = ACTIONS(1706), + [anon_sym_0o] = ACTIONS(1706), + [anon_sym_0x] = ACTIONS(1706), + [sym_val_date] = ACTIONS(1706), + [anon_sym_DQUOTE] = ACTIONS(1706), + [sym__str_single_quotes] = ACTIONS(1706), + [sym__str_back_ticks] = ACTIONS(1706), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1706), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1706), + [anon_sym_CARET] = ACTIONS(1706), [anon_sym_POUND] = ACTIONS(3), }, [766] = { [sym_comment] = STATE(766), - [anon_sym_export] = ACTIONS(1320), - [anon_sym_alias] = ACTIONS(1320), - [anon_sym_let] = ACTIONS(1320), - [anon_sym_let_DASHenv] = ACTIONS(1320), - [anon_sym_mut] = ACTIONS(1320), - [anon_sym_const] = ACTIONS(1320), - [sym_cmd_identifier] = ACTIONS(1320), - [anon_sym_SEMI] = ACTIONS(1320), - [anon_sym_LF] = ACTIONS(1322), - [anon_sym_def] = ACTIONS(1320), - [anon_sym_def_DASHenv] = ACTIONS(1320), - [anon_sym_export_DASHenv] = ACTIONS(1320), - [anon_sym_extern] = ACTIONS(1320), - [anon_sym_module] = ACTIONS(1320), - [anon_sym_use] = ACTIONS(1320), - [anon_sym_LBRACK] = ACTIONS(1320), - [anon_sym_LPAREN] = ACTIONS(1320), - [anon_sym_RPAREN] = ACTIONS(1320), - [anon_sym_PIPE] = ACTIONS(1320), - [anon_sym_DOLLAR] = ACTIONS(1320), - [anon_sym_error] = ACTIONS(1320), - [anon_sym_DASH] = ACTIONS(1320), - [anon_sym_break] = ACTIONS(1320), - [anon_sym_continue] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1320), - [anon_sym_loop] = ACTIONS(1320), - [anon_sym_while] = ACTIONS(1320), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_if] = ACTIONS(1320), - [anon_sym_match] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1320), - [anon_sym_RBRACE] = ACTIONS(1320), - [anon_sym_try] = ACTIONS(1320), - [anon_sym_return] = ACTIONS(1320), - [anon_sym_source] = ACTIONS(1320), - [anon_sym_source_DASHenv] = ACTIONS(1320), - [anon_sym_register] = ACTIONS(1320), - [anon_sym_hide] = ACTIONS(1320), - [anon_sym_hide_DASHenv] = ACTIONS(1320), - [anon_sym_overlay] = ACTIONS(1320), - [anon_sym_where] = ACTIONS(1320), - [anon_sym_not] = ACTIONS(1320), - [anon_sym_DOT_DOT_LT] = ACTIONS(1320), - [anon_sym_DOT_DOT] = ACTIONS(1320), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1320), - [sym_val_nothing] = ACTIONS(1320), - [anon_sym_true] = ACTIONS(1320), - [anon_sym_false] = ACTIONS(1320), - [aux_sym_val_number_token1] = ACTIONS(1320), - [aux_sym_val_number_token2] = ACTIONS(1320), - [aux_sym_val_number_token3] = ACTIONS(1320), - [aux_sym_val_number_token4] = ACTIONS(1320), - [anon_sym_inf] = ACTIONS(1320), - [anon_sym_DASHinf] = ACTIONS(1320), - [anon_sym_NaN] = ACTIONS(1320), - [anon_sym_0b] = ACTIONS(1320), - [anon_sym_0o] = ACTIONS(1320), - [anon_sym_0x] = ACTIONS(1320), - [sym_val_date] = ACTIONS(1320), - [anon_sym_DQUOTE] = ACTIONS(1320), - [sym__str_single_quotes] = ACTIONS(1320), - [sym__str_back_ticks] = ACTIONS(1320), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1320), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1320), - [anon_sym_CARET] = ACTIONS(1320), + [ts_builtin_sym_end] = ACTIONS(1370), + [anon_sym_export] = ACTIONS(1368), + [anon_sym_alias] = ACTIONS(1368), + [anon_sym_let] = ACTIONS(1368), + [anon_sym_let_DASHenv] = ACTIONS(1368), + [anon_sym_mut] = ACTIONS(1368), + [anon_sym_const] = ACTIONS(1368), + [sym_cmd_identifier] = ACTIONS(1368), + [anon_sym_SEMI] = ACTIONS(1368), + [anon_sym_LF] = ACTIONS(1370), + [anon_sym_def] = ACTIONS(1368), + [anon_sym_def_DASHenv] = ACTIONS(1368), + [anon_sym_export_DASHenv] = ACTIONS(1368), + [anon_sym_extern] = ACTIONS(1368), + [anon_sym_module] = ACTIONS(1368), + [anon_sym_use] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(1368), + [anon_sym_LPAREN] = ACTIONS(1368), + [anon_sym_PIPE] = ACTIONS(1368), + [anon_sym_DOLLAR] = ACTIONS(1368), + [anon_sym_error] = ACTIONS(1368), + [anon_sym_DASH] = ACTIONS(1368), + [anon_sym_break] = ACTIONS(1368), + [anon_sym_continue] = ACTIONS(1368), + [anon_sym_for] = ACTIONS(1368), + [anon_sym_loop] = ACTIONS(1368), + [anon_sym_while] = ACTIONS(1368), + [anon_sym_do] = ACTIONS(1368), + [anon_sym_if] = ACTIONS(1368), + [anon_sym_match] = ACTIONS(1368), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_try] = ACTIONS(1368), + [anon_sym_catch] = ACTIONS(1368), + [anon_sym_return] = ACTIONS(1368), + [anon_sym_source] = ACTIONS(1368), + [anon_sym_source_DASHenv] = ACTIONS(1368), + [anon_sym_register] = ACTIONS(1368), + [anon_sym_hide] = ACTIONS(1368), + [anon_sym_hide_DASHenv] = ACTIONS(1368), + [anon_sym_overlay] = ACTIONS(1368), + [anon_sym_where] = ACTIONS(1368), + [anon_sym_not] = ACTIONS(1368), + [anon_sym_DOT_DOT_LT] = ACTIONS(1368), + [anon_sym_DOT_DOT] = ACTIONS(1368), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1368), + [sym_val_nothing] = ACTIONS(1368), + [anon_sym_true] = ACTIONS(1368), + [anon_sym_false] = ACTIONS(1368), + [aux_sym_val_number_token1] = ACTIONS(1368), + [aux_sym_val_number_token2] = ACTIONS(1368), + [aux_sym_val_number_token3] = ACTIONS(1368), + [aux_sym_val_number_token4] = ACTIONS(1368), + [anon_sym_inf] = ACTIONS(1368), + [anon_sym_DASHinf] = ACTIONS(1368), + [anon_sym_NaN] = ACTIONS(1368), + [anon_sym_0b] = ACTIONS(1368), + [anon_sym_0o] = ACTIONS(1368), + [anon_sym_0x] = ACTIONS(1368), + [sym_val_date] = ACTIONS(1368), + [anon_sym_DQUOTE] = ACTIONS(1368), + [sym__str_single_quotes] = ACTIONS(1368), + [sym__str_back_ticks] = ACTIONS(1368), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1368), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1368), + [anon_sym_CARET] = ACTIONS(1368), [anon_sym_POUND] = ACTIONS(3), }, [767] = { [sym_comment] = STATE(767), - [anon_sym_export] = ACTIONS(1384), - [anon_sym_alias] = ACTIONS(1384), - [anon_sym_let] = ACTIONS(1384), - [anon_sym_let_DASHenv] = ACTIONS(1384), - [anon_sym_mut] = ACTIONS(1384), - [anon_sym_const] = ACTIONS(1384), - [sym_cmd_identifier] = ACTIONS(1384), - [anon_sym_SEMI] = ACTIONS(1384), - [anon_sym_LF] = ACTIONS(1386), - [anon_sym_def] = ACTIONS(1384), - [anon_sym_def_DASHenv] = ACTIONS(1384), - [anon_sym_export_DASHenv] = ACTIONS(1384), - [anon_sym_extern] = ACTIONS(1384), - [anon_sym_module] = ACTIONS(1384), - [anon_sym_use] = ACTIONS(1384), - [anon_sym_LBRACK] = ACTIONS(1384), - [anon_sym_LPAREN] = ACTIONS(1384), - [anon_sym_RPAREN] = ACTIONS(1384), - [anon_sym_PIPE] = ACTIONS(1384), - [anon_sym_DOLLAR] = ACTIONS(1384), - [anon_sym_error] = ACTIONS(1384), - [anon_sym_DASH] = ACTIONS(1384), - [anon_sym_break] = ACTIONS(1384), - [anon_sym_continue] = ACTIONS(1384), - [anon_sym_for] = ACTIONS(1384), - [anon_sym_loop] = ACTIONS(1384), - [anon_sym_while] = ACTIONS(1384), - [anon_sym_do] = ACTIONS(1384), - [anon_sym_if] = ACTIONS(1384), - [anon_sym_match] = ACTIONS(1384), - [anon_sym_LBRACE] = ACTIONS(1384), - [anon_sym_RBRACE] = ACTIONS(1384), - [anon_sym_try] = ACTIONS(1384), - [anon_sym_return] = ACTIONS(1384), - [anon_sym_source] = ACTIONS(1384), - [anon_sym_source_DASHenv] = ACTIONS(1384), - [anon_sym_register] = ACTIONS(1384), - [anon_sym_hide] = ACTIONS(1384), - [anon_sym_hide_DASHenv] = ACTIONS(1384), - [anon_sym_overlay] = ACTIONS(1384), - [anon_sym_where] = ACTIONS(1384), - [anon_sym_not] = ACTIONS(1384), - [anon_sym_DOT_DOT_LT] = ACTIONS(1384), - [anon_sym_DOT_DOT] = ACTIONS(1384), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1384), - [sym_val_nothing] = ACTIONS(1384), - [anon_sym_true] = ACTIONS(1384), - [anon_sym_false] = ACTIONS(1384), - [aux_sym_val_number_token1] = ACTIONS(1384), - [aux_sym_val_number_token2] = ACTIONS(1384), - [aux_sym_val_number_token3] = ACTIONS(1384), - [aux_sym_val_number_token4] = ACTIONS(1384), - [anon_sym_inf] = ACTIONS(1384), - [anon_sym_DASHinf] = ACTIONS(1384), - [anon_sym_NaN] = ACTIONS(1384), - [anon_sym_0b] = ACTIONS(1384), - [anon_sym_0o] = ACTIONS(1384), - [anon_sym_0x] = ACTIONS(1384), - [sym_val_date] = ACTIONS(1384), - [anon_sym_DQUOTE] = ACTIONS(1384), - [sym__str_single_quotes] = ACTIONS(1384), - [sym__str_back_ticks] = ACTIONS(1384), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1384), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1384), - [anon_sym_CARET] = ACTIONS(1384), + [anon_sym_export] = ACTIONS(1418), + [anon_sym_alias] = ACTIONS(1418), + [anon_sym_let] = ACTIONS(1418), + [anon_sym_let_DASHenv] = ACTIONS(1418), + [anon_sym_mut] = ACTIONS(1418), + [anon_sym_const] = ACTIONS(1418), + [sym_cmd_identifier] = ACTIONS(1418), + [anon_sym_SEMI] = ACTIONS(1418), + [anon_sym_LF] = ACTIONS(1420), + [anon_sym_def] = ACTIONS(1418), + [anon_sym_def_DASHenv] = ACTIONS(1418), + [anon_sym_export_DASHenv] = ACTIONS(1418), + [anon_sym_extern] = ACTIONS(1418), + [anon_sym_module] = ACTIONS(1418), + [anon_sym_use] = ACTIONS(1418), + [anon_sym_LBRACK] = ACTIONS(1418), + [anon_sym_LPAREN] = ACTIONS(1418), + [anon_sym_RPAREN] = ACTIONS(1418), + [anon_sym_PIPE] = ACTIONS(1418), + [anon_sym_DOLLAR] = ACTIONS(1418), + [anon_sym_error] = ACTIONS(1418), + [anon_sym_DASH] = ACTIONS(1418), + [anon_sym_break] = ACTIONS(1418), + [anon_sym_continue] = ACTIONS(1418), + [anon_sym_for] = ACTIONS(1418), + [anon_sym_loop] = ACTIONS(1418), + [anon_sym_while] = ACTIONS(1418), + [anon_sym_do] = ACTIONS(1418), + [anon_sym_if] = ACTIONS(1418), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_LBRACE] = ACTIONS(1418), + [anon_sym_RBRACE] = ACTIONS(1418), + [anon_sym_try] = ACTIONS(1418), + [anon_sym_return] = ACTIONS(1418), + [anon_sym_source] = ACTIONS(1418), + [anon_sym_source_DASHenv] = ACTIONS(1418), + [anon_sym_register] = ACTIONS(1418), + [anon_sym_hide] = ACTIONS(1418), + [anon_sym_hide_DASHenv] = ACTIONS(1418), + [anon_sym_overlay] = ACTIONS(1418), + [anon_sym_where] = ACTIONS(1418), + [anon_sym_not] = ACTIONS(1418), + [anon_sym_DOT_DOT_LT] = ACTIONS(1418), + [anon_sym_DOT_DOT] = ACTIONS(1418), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1418), + [sym_val_nothing] = ACTIONS(1418), + [anon_sym_true] = ACTIONS(1418), + [anon_sym_false] = ACTIONS(1418), + [aux_sym_val_number_token1] = ACTIONS(1418), + [aux_sym_val_number_token2] = ACTIONS(1418), + [aux_sym_val_number_token3] = ACTIONS(1418), + [aux_sym_val_number_token4] = ACTIONS(1418), + [anon_sym_inf] = ACTIONS(1418), + [anon_sym_DASHinf] = ACTIONS(1418), + [anon_sym_NaN] = ACTIONS(1418), + [anon_sym_0b] = ACTIONS(1418), + [anon_sym_0o] = ACTIONS(1418), + [anon_sym_0x] = ACTIONS(1418), + [sym_val_date] = ACTIONS(1418), + [anon_sym_DQUOTE] = ACTIONS(1418), + [sym__str_single_quotes] = ACTIONS(1418), + [sym__str_back_ticks] = ACTIONS(1418), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1418), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1418), + [anon_sym_CARET] = ACTIONS(1418), [anon_sym_POUND] = ACTIONS(3), }, [768] = { [sym_comment] = STATE(768), - [anon_sym_export] = ACTIONS(836), - [anon_sym_alias] = ACTIONS(836), - [anon_sym_let] = ACTIONS(836), - [anon_sym_let_DASHenv] = ACTIONS(836), - [anon_sym_mut] = ACTIONS(836), - [anon_sym_const] = ACTIONS(836), - [sym_cmd_identifier] = ACTIONS(836), - [anon_sym_SEMI] = ACTIONS(836), - [anon_sym_LF] = ACTIONS(838), - [anon_sym_def] = ACTIONS(836), - [anon_sym_def_DASHenv] = ACTIONS(836), - [anon_sym_export_DASHenv] = ACTIONS(836), - [anon_sym_extern] = ACTIONS(836), - [anon_sym_module] = ACTIONS(836), - [anon_sym_use] = ACTIONS(836), - [anon_sym_LBRACK] = ACTIONS(836), - [anon_sym_LPAREN] = ACTIONS(836), - [anon_sym_RPAREN] = ACTIONS(836), - [anon_sym_PIPE] = ACTIONS(836), - [anon_sym_DOLLAR] = ACTIONS(836), - [anon_sym_error] = ACTIONS(836), - [anon_sym_DASH] = ACTIONS(836), - [anon_sym_break] = ACTIONS(836), - [anon_sym_continue] = ACTIONS(836), - [anon_sym_for] = ACTIONS(836), - [anon_sym_loop] = ACTIONS(836), - [anon_sym_while] = ACTIONS(836), - [anon_sym_do] = ACTIONS(836), - [anon_sym_if] = ACTIONS(836), - [anon_sym_match] = ACTIONS(836), - [anon_sym_LBRACE] = ACTIONS(836), - [anon_sym_RBRACE] = ACTIONS(836), - [anon_sym_try] = ACTIONS(836), - [anon_sym_return] = ACTIONS(836), - [anon_sym_source] = ACTIONS(836), - [anon_sym_source_DASHenv] = ACTIONS(836), - [anon_sym_register] = ACTIONS(836), - [anon_sym_hide] = ACTIONS(836), - [anon_sym_hide_DASHenv] = ACTIONS(836), - [anon_sym_overlay] = ACTIONS(836), - [anon_sym_where] = ACTIONS(836), - [anon_sym_not] = ACTIONS(836), - [anon_sym_DOT_DOT_LT] = ACTIONS(836), - [anon_sym_DOT_DOT] = ACTIONS(836), - [anon_sym_DOT_DOT_EQ] = ACTIONS(836), - [sym_val_nothing] = ACTIONS(836), - [anon_sym_true] = ACTIONS(836), - [anon_sym_false] = ACTIONS(836), - [aux_sym_val_number_token1] = ACTIONS(836), - [aux_sym_val_number_token2] = ACTIONS(836), - [aux_sym_val_number_token3] = ACTIONS(836), - [aux_sym_val_number_token4] = ACTIONS(836), - [anon_sym_inf] = ACTIONS(836), - [anon_sym_DASHinf] = ACTIONS(836), - [anon_sym_NaN] = ACTIONS(836), - [anon_sym_0b] = ACTIONS(836), - [anon_sym_0o] = ACTIONS(836), - [anon_sym_0x] = ACTIONS(836), - [sym_val_date] = ACTIONS(836), - [anon_sym_DQUOTE] = ACTIONS(836), - [sym__str_single_quotes] = ACTIONS(836), - [sym__str_back_ticks] = ACTIONS(836), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(836), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(836), - [anon_sym_CARET] = ACTIONS(836), + [aux_sym_pipe_element_repeat1] = STATE(1744), + [ts_builtin_sym_end] = ACTIONS(1600), + [anon_sym_export] = ACTIONS(1598), + [anon_sym_alias] = ACTIONS(1598), + [anon_sym_let] = ACTIONS(1598), + [anon_sym_let_DASHenv] = ACTIONS(1598), + [anon_sym_mut] = ACTIONS(1598), + [anon_sym_const] = ACTIONS(1598), + [sym_cmd_identifier] = ACTIONS(1598), + [anon_sym_SEMI] = ACTIONS(1598), + [anon_sym_LF] = ACTIONS(1600), + [anon_sym_def] = ACTIONS(1598), + [anon_sym_def_DASHenv] = ACTIONS(1598), + [anon_sym_export_DASHenv] = ACTIONS(1598), + [anon_sym_extern] = ACTIONS(1598), + [anon_sym_module] = ACTIONS(1598), + [anon_sym_use] = ACTIONS(1598), + [anon_sym_LBRACK] = ACTIONS(1598), + [anon_sym_LPAREN] = ACTIONS(1598), + [anon_sym_PIPE] = ACTIONS(1602), + [anon_sym_DOLLAR] = ACTIONS(1598), + [anon_sym_error] = ACTIONS(1598), + [anon_sym_DASH] = ACTIONS(1598), + [anon_sym_break] = ACTIONS(1598), + [anon_sym_continue] = ACTIONS(1598), + [anon_sym_for] = ACTIONS(1598), + [anon_sym_loop] = ACTIONS(1598), + [anon_sym_while] = ACTIONS(1598), + [anon_sym_do] = ACTIONS(1598), + [anon_sym_if] = ACTIONS(1598), + [anon_sym_match] = ACTIONS(1598), + [anon_sym_LBRACE] = ACTIONS(1598), + [anon_sym_try] = ACTIONS(1598), + [anon_sym_return] = ACTIONS(1598), + [anon_sym_source] = ACTIONS(1598), + [anon_sym_source_DASHenv] = ACTIONS(1598), + [anon_sym_register] = ACTIONS(1598), + [anon_sym_hide] = ACTIONS(1598), + [anon_sym_hide_DASHenv] = ACTIONS(1598), + [anon_sym_overlay] = ACTIONS(1598), + [anon_sym_where] = ACTIONS(1598), + [anon_sym_not] = ACTIONS(1598), + [anon_sym_DOT_DOT_LT] = ACTIONS(1598), + [anon_sym_DOT_DOT] = ACTIONS(1598), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1598), + [sym_val_nothing] = ACTIONS(1598), + [anon_sym_true] = ACTIONS(1598), + [anon_sym_false] = ACTIONS(1598), + [aux_sym_val_number_token1] = ACTIONS(1598), + [aux_sym_val_number_token2] = ACTIONS(1598), + [aux_sym_val_number_token3] = ACTIONS(1598), + [aux_sym_val_number_token4] = ACTIONS(1598), + [anon_sym_inf] = ACTIONS(1598), + [anon_sym_DASHinf] = ACTIONS(1598), + [anon_sym_NaN] = ACTIONS(1598), + [anon_sym_0b] = ACTIONS(1598), + [anon_sym_0o] = ACTIONS(1598), + [anon_sym_0x] = ACTIONS(1598), + [sym_val_date] = ACTIONS(1598), + [anon_sym_DQUOTE] = ACTIONS(1598), + [sym__str_single_quotes] = ACTIONS(1598), + [sym__str_back_ticks] = ACTIONS(1598), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1598), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1598), + [anon_sym_CARET] = ACTIONS(1598), [anon_sym_POUND] = ACTIONS(3), }, [769] = { - [sym_block] = STATE(891), [sym_comment] = STATE(769), - [anon_sym_export] = ACTIONS(1668), - [anon_sym_alias] = ACTIONS(1668), - [anon_sym_let] = ACTIONS(1668), - [anon_sym_let_DASHenv] = ACTIONS(1668), - [anon_sym_mut] = ACTIONS(1668), - [anon_sym_const] = ACTIONS(1668), - [sym_cmd_identifier] = ACTIONS(1668), - [anon_sym_SEMI] = ACTIONS(1668), - [anon_sym_LF] = ACTIONS(1670), - [anon_sym_def] = ACTIONS(1668), - [anon_sym_def_DASHenv] = ACTIONS(1668), - [anon_sym_export_DASHenv] = ACTIONS(1668), - [anon_sym_extern] = ACTIONS(1668), - [anon_sym_module] = ACTIONS(1668), - [anon_sym_use] = ACTIONS(1668), - [anon_sym_LBRACK] = ACTIONS(1668), - [anon_sym_LPAREN] = ACTIONS(1668), - [anon_sym_RPAREN] = ACTIONS(1668), - [anon_sym_DOLLAR] = ACTIONS(1668), - [anon_sym_error] = ACTIONS(1668), - [anon_sym_DASH] = ACTIONS(1668), - [anon_sym_break] = ACTIONS(1668), - [anon_sym_continue] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1668), - [anon_sym_loop] = ACTIONS(1668), - [anon_sym_while] = ACTIONS(1668), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_if] = ACTIONS(1668), - [anon_sym_match] = ACTIONS(1668), - [anon_sym_LBRACE] = ACTIONS(1672), - [anon_sym_RBRACE] = ACTIONS(1668), - [anon_sym_try] = ACTIONS(1668), - [anon_sym_return] = ACTIONS(1668), - [anon_sym_source] = ACTIONS(1668), - [anon_sym_source_DASHenv] = ACTIONS(1668), - [anon_sym_register] = ACTIONS(1668), - [anon_sym_hide] = ACTIONS(1668), - [anon_sym_hide_DASHenv] = ACTIONS(1668), - [anon_sym_overlay] = ACTIONS(1668), - [anon_sym_where] = ACTIONS(1668), - [anon_sym_not] = ACTIONS(1668), - [anon_sym_DOT_DOT_LT] = ACTIONS(1668), - [anon_sym_DOT_DOT] = ACTIONS(1668), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1668), - [sym_val_nothing] = ACTIONS(1668), - [anon_sym_true] = ACTIONS(1668), - [anon_sym_false] = ACTIONS(1668), - [aux_sym_val_number_token1] = ACTIONS(1668), - [aux_sym_val_number_token2] = ACTIONS(1668), - [aux_sym_val_number_token3] = ACTIONS(1668), - [aux_sym_val_number_token4] = ACTIONS(1668), - [anon_sym_inf] = ACTIONS(1668), - [anon_sym_DASHinf] = ACTIONS(1668), - [anon_sym_NaN] = ACTIONS(1668), - [anon_sym_0b] = ACTIONS(1668), - [anon_sym_0o] = ACTIONS(1668), - [anon_sym_0x] = ACTIONS(1668), - [sym_val_date] = ACTIONS(1668), - [anon_sym_DQUOTE] = ACTIONS(1668), - [sym__str_single_quotes] = ACTIONS(1668), - [sym__str_back_ticks] = ACTIONS(1668), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1668), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1668), - [anon_sym_CARET] = ACTIONS(1668), + [ts_builtin_sym_end] = ACTIONS(623), + [anon_sym_export] = ACTIONS(621), + [anon_sym_alias] = ACTIONS(621), + [anon_sym_let] = ACTIONS(621), + [anon_sym_let_DASHenv] = ACTIONS(621), + [anon_sym_mut] = ACTIONS(621), + [anon_sym_const] = ACTIONS(621), + [sym_cmd_identifier] = ACTIONS(621), + [anon_sym_SEMI] = ACTIONS(621), + [anon_sym_LF] = ACTIONS(623), + [anon_sym_def] = ACTIONS(621), + [anon_sym_def_DASHenv] = ACTIONS(621), + [anon_sym_export_DASHenv] = ACTIONS(621), + [anon_sym_extern] = ACTIONS(621), + [anon_sym_module] = ACTIONS(621), + [anon_sym_use] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_DOLLAR] = ACTIONS(621), + [anon_sym_error] = ACTIONS(621), + [anon_sym_DASH] = ACTIONS(621), + [anon_sym_break] = ACTIONS(621), + [anon_sym_continue] = ACTIONS(621), + [anon_sym_for] = ACTIONS(621), + [anon_sym_loop] = ACTIONS(621), + [anon_sym_while] = ACTIONS(621), + [anon_sym_do] = ACTIONS(621), + [anon_sym_if] = ACTIONS(621), + [anon_sym_match] = ACTIONS(621), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_DOT] = ACTIONS(621), + [anon_sym_try] = ACTIONS(621), + [anon_sym_return] = ACTIONS(621), + [anon_sym_source] = ACTIONS(621), + [anon_sym_source_DASHenv] = ACTIONS(621), + [anon_sym_register] = ACTIONS(621), + [anon_sym_hide] = ACTIONS(621), + [anon_sym_hide_DASHenv] = ACTIONS(621), + [anon_sym_overlay] = ACTIONS(621), + [anon_sym_where] = ACTIONS(621), + [anon_sym_QMARK2] = ACTIONS(1710), + [anon_sym_not] = ACTIONS(621), + [anon_sym_DOT_DOT_LT] = ACTIONS(621), + [anon_sym_DOT_DOT] = ACTIONS(621), + [anon_sym_DOT_DOT_EQ] = ACTIONS(621), + [sym_val_nothing] = ACTIONS(621), + [anon_sym_true] = ACTIONS(621), + [anon_sym_false] = ACTIONS(621), + [aux_sym_val_number_token1] = ACTIONS(621), + [aux_sym_val_number_token2] = ACTIONS(621), + [aux_sym_val_number_token3] = ACTIONS(621), + [aux_sym_val_number_token4] = ACTIONS(621), + [anon_sym_inf] = ACTIONS(621), + [anon_sym_DASHinf] = ACTIONS(621), + [anon_sym_NaN] = ACTIONS(621), + [anon_sym_0b] = ACTIONS(621), + [anon_sym_0o] = ACTIONS(621), + [anon_sym_0x] = ACTIONS(621), + [sym_val_date] = ACTIONS(621), + [anon_sym_DQUOTE] = ACTIONS(621), + [sym__str_single_quotes] = ACTIONS(621), + [sym__str_back_ticks] = ACTIONS(621), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(621), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(621), + [anon_sym_CARET] = ACTIONS(621), [anon_sym_POUND] = ACTIONS(3), }, [770] = { + [sym_block] = STATE(803), [sym_comment] = STATE(770), - [ts_builtin_sym_end] = ACTIONS(658), - [anon_sym_export] = ACTIONS(656), - [anon_sym_alias] = ACTIONS(656), - [anon_sym_let] = ACTIONS(656), - [anon_sym_let_DASHenv] = ACTIONS(656), - [anon_sym_mut] = ACTIONS(656), - [anon_sym_const] = ACTIONS(656), - [sym_cmd_identifier] = ACTIONS(656), - [anon_sym_SEMI] = ACTIONS(656), - [anon_sym_LF] = ACTIONS(658), - [anon_sym_def] = ACTIONS(656), - [anon_sym_def_DASHenv] = ACTIONS(656), - [anon_sym_export_DASHenv] = ACTIONS(656), - [anon_sym_extern] = ACTIONS(656), - [anon_sym_module] = ACTIONS(656), - [anon_sym_use] = ACTIONS(656), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LPAREN] = ACTIONS(656), - [anon_sym_DOLLAR] = ACTIONS(656), - [anon_sym_error] = ACTIONS(656), - [anon_sym_DASH] = ACTIONS(656), - [anon_sym_break] = ACTIONS(656), - [anon_sym_continue] = ACTIONS(656), - [anon_sym_for] = ACTIONS(656), - [anon_sym_loop] = ACTIONS(656), - [anon_sym_while] = ACTIONS(656), - [anon_sym_do] = ACTIONS(656), - [anon_sym_if] = ACTIONS(656), - [anon_sym_match] = ACTIONS(656), - [anon_sym_LBRACE] = ACTIONS(656), - [anon_sym_DOT] = ACTIONS(656), - [anon_sym_try] = ACTIONS(656), - [anon_sym_return] = ACTIONS(656), - [anon_sym_source] = ACTIONS(656), - [anon_sym_source_DASHenv] = ACTIONS(656), - [anon_sym_register] = ACTIONS(656), - [anon_sym_hide] = ACTIONS(656), - [anon_sym_hide_DASHenv] = ACTIONS(656), - [anon_sym_overlay] = ACTIONS(656), - [anon_sym_where] = ACTIONS(656), - [anon_sym_QMARK2] = ACTIONS(1706), - [anon_sym_not] = ACTIONS(656), - [anon_sym_DOT_DOT_LT] = ACTIONS(656), - [anon_sym_DOT_DOT] = ACTIONS(656), - [anon_sym_DOT_DOT_EQ] = ACTIONS(656), - [sym_val_nothing] = ACTIONS(656), - [anon_sym_true] = ACTIONS(656), - [anon_sym_false] = ACTIONS(656), - [aux_sym_val_number_token1] = ACTIONS(656), - [aux_sym_val_number_token2] = ACTIONS(656), - [aux_sym_val_number_token3] = ACTIONS(656), - [aux_sym_val_number_token4] = ACTIONS(656), - [anon_sym_inf] = ACTIONS(656), - [anon_sym_DASHinf] = ACTIONS(656), - [anon_sym_NaN] = ACTIONS(656), - [anon_sym_0b] = ACTIONS(656), - [anon_sym_0o] = ACTIONS(656), - [anon_sym_0x] = ACTIONS(656), - [sym_val_date] = ACTIONS(656), - [anon_sym_DQUOTE] = ACTIONS(656), - [sym__str_single_quotes] = ACTIONS(656), - [sym__str_back_ticks] = ACTIONS(656), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(656), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(656), - [anon_sym_CARET] = ACTIONS(656), - [anon_sym_POUND] = ACTIONS(3), - }, - [771] = { - [sym_comment] = STATE(771), - [anon_sym_export] = ACTIONS(1708), - [anon_sym_alias] = ACTIONS(1708), - [anon_sym_let] = ACTIONS(1708), - [anon_sym_let_DASHenv] = ACTIONS(1708), - [anon_sym_mut] = ACTIONS(1708), - [anon_sym_const] = ACTIONS(1708), - [sym_cmd_identifier] = ACTIONS(1708), - [anon_sym_SEMI] = ACTIONS(1708), - [anon_sym_LF] = ACTIONS(1710), - [anon_sym_def] = ACTIONS(1708), - [anon_sym_def_DASHenv] = ACTIONS(1708), - [anon_sym_export_DASHenv] = ACTIONS(1708), - [anon_sym_extern] = ACTIONS(1708), - [anon_sym_module] = ACTIONS(1708), - [anon_sym_use] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1708), - [anon_sym_RPAREN] = ACTIONS(1708), - [anon_sym_PIPE] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1708), - [anon_sym_error] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_continue] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_loop] = ACTIONS(1708), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_do] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_match] = ACTIONS(1708), - [anon_sym_LBRACE] = ACTIONS(1708), - [anon_sym_RBRACE] = ACTIONS(1708), - [anon_sym_try] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_source] = ACTIONS(1708), - [anon_sym_source_DASHenv] = ACTIONS(1708), - [anon_sym_register] = ACTIONS(1708), - [anon_sym_hide] = ACTIONS(1708), - [anon_sym_hide_DASHenv] = ACTIONS(1708), - [anon_sym_overlay] = ACTIONS(1708), - [anon_sym_where] = ACTIONS(1708), - [anon_sym_not] = ACTIONS(1708), - [anon_sym_DOT_DOT_LT] = ACTIONS(1708), - [anon_sym_DOT_DOT] = ACTIONS(1708), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1708), - [sym_val_nothing] = ACTIONS(1708), - [anon_sym_true] = ACTIONS(1708), - [anon_sym_false] = ACTIONS(1708), - [aux_sym_val_number_token1] = ACTIONS(1708), - [aux_sym_val_number_token2] = ACTIONS(1708), - [aux_sym_val_number_token3] = ACTIONS(1708), - [aux_sym_val_number_token4] = ACTIONS(1708), - [anon_sym_inf] = ACTIONS(1708), - [anon_sym_DASHinf] = ACTIONS(1708), - [anon_sym_NaN] = ACTIONS(1708), - [anon_sym_0b] = ACTIONS(1708), - [anon_sym_0o] = ACTIONS(1708), - [anon_sym_0x] = ACTIONS(1708), - [sym_val_date] = ACTIONS(1708), - [anon_sym_DQUOTE] = ACTIONS(1708), - [sym__str_single_quotes] = ACTIONS(1708), - [sym__str_back_ticks] = ACTIONS(1708), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1708), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1708), - [anon_sym_CARET] = ACTIONS(1708), - [anon_sym_POUND] = ACTIONS(3), - }, - [772] = { - [sym_comment] = STATE(772), [anon_sym_export] = ACTIONS(1712), [anon_sym_alias] = ACTIONS(1712), [anon_sym_let] = ACTIONS(1712), @@ -113923,7 +113791,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK] = ACTIONS(1712), [anon_sym_LPAREN] = ACTIONS(1712), [anon_sym_RPAREN] = ACTIONS(1712), - [anon_sym_PIPE] = ACTIONS(1712), [anon_sym_DOLLAR] = ACTIONS(1712), [anon_sym_error] = ACTIONS(1712), [anon_sym_DASH] = ACTIONS(1712), @@ -113935,7 +113802,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_do] = ACTIONS(1712), [anon_sym_if] = ACTIONS(1712), [anon_sym_match] = ACTIONS(1712), - [anon_sym_LBRACE] = ACTIONS(1712), + [anon_sym_LBRACE] = ACTIONS(1716), [anon_sym_RBRACE] = ACTIONS(1712), [anon_sym_try] = ACTIONS(1712), [anon_sym_return] = ACTIONS(1712), @@ -113972,836 +113839,1043 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1712), [anon_sym_POUND] = ACTIONS(3), }, + [771] = { + [sym_comment] = STATE(771), + [anon_sym_export] = ACTIONS(1718), + [anon_sym_alias] = ACTIONS(1718), + [anon_sym_let] = ACTIONS(1718), + [anon_sym_let_DASHenv] = ACTIONS(1718), + [anon_sym_mut] = ACTIONS(1718), + [anon_sym_const] = ACTIONS(1718), + [sym_cmd_identifier] = ACTIONS(1718), + [anon_sym_SEMI] = ACTIONS(1718), + [anon_sym_LF] = ACTIONS(1720), + [anon_sym_def] = ACTIONS(1718), + [anon_sym_def_DASHenv] = ACTIONS(1718), + [anon_sym_export_DASHenv] = ACTIONS(1718), + [anon_sym_extern] = ACTIONS(1718), + [anon_sym_module] = ACTIONS(1718), + [anon_sym_use] = ACTIONS(1718), + [anon_sym_LBRACK] = ACTIONS(1718), + [anon_sym_LPAREN] = ACTIONS(1718), + [anon_sym_RPAREN] = ACTIONS(1718), + [anon_sym_DOLLAR] = ACTIONS(1718), + [anon_sym_error] = ACTIONS(1718), + [anon_sym_DASH] = ACTIONS(1718), + [anon_sym_break] = ACTIONS(1718), + [anon_sym_continue] = ACTIONS(1718), + [anon_sym_for] = ACTIONS(1718), + [anon_sym_loop] = ACTIONS(1718), + [anon_sym_while] = ACTIONS(1718), + [anon_sym_do] = ACTIONS(1718), + [anon_sym_if] = ACTIONS(1718), + [anon_sym_match] = ACTIONS(1718), + [anon_sym_LBRACE] = ACTIONS(1718), + [anon_sym_RBRACE] = ACTIONS(1718), + [anon_sym_try] = ACTIONS(1718), + [anon_sym_return] = ACTIONS(1718), + [anon_sym_source] = ACTIONS(1718), + [anon_sym_source_DASHenv] = ACTIONS(1718), + [anon_sym_register] = ACTIONS(1718), + [anon_sym_hide] = ACTIONS(1718), + [anon_sym_hide_DASHenv] = ACTIONS(1718), + [anon_sym_overlay] = ACTIONS(1718), + [anon_sym_STAR] = ACTIONS(1718), + [anon_sym_where] = ACTIONS(1718), + [anon_sym_not] = ACTIONS(1718), + [anon_sym_DOT_DOT_LT] = ACTIONS(1718), + [anon_sym_DOT_DOT] = ACTIONS(1718), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1718), + [sym_val_nothing] = ACTIONS(1718), + [anon_sym_true] = ACTIONS(1718), + [anon_sym_false] = ACTIONS(1718), + [aux_sym_val_number_token1] = ACTIONS(1718), + [aux_sym_val_number_token2] = ACTIONS(1718), + [aux_sym_val_number_token3] = ACTIONS(1718), + [aux_sym_val_number_token4] = ACTIONS(1718), + [anon_sym_inf] = ACTIONS(1718), + [anon_sym_DASHinf] = ACTIONS(1718), + [anon_sym_NaN] = ACTIONS(1718), + [anon_sym_0b] = ACTIONS(1718), + [anon_sym_0o] = ACTIONS(1718), + [anon_sym_0x] = ACTIONS(1718), + [sym_val_date] = ACTIONS(1718), + [anon_sym_DQUOTE] = ACTIONS(1718), + [sym__str_single_quotes] = ACTIONS(1718), + [sym__str_back_ticks] = ACTIONS(1718), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1718), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1718), + [anon_sym_CARET] = ACTIONS(1718), + [anon_sym_POUND] = ACTIONS(3), + }, + [772] = { + [sym_comment] = STATE(772), + [ts_builtin_sym_end] = ACTIONS(623), + [anon_sym_export] = ACTIONS(621), + [anon_sym_alias] = ACTIONS(621), + [anon_sym_let] = ACTIONS(621), + [anon_sym_let_DASHenv] = ACTIONS(621), + [anon_sym_mut] = ACTIONS(621), + [anon_sym_const] = ACTIONS(621), + [sym_cmd_identifier] = ACTIONS(621), + [anon_sym_SEMI] = ACTIONS(621), + [anon_sym_LF] = ACTIONS(623), + [anon_sym_def] = ACTIONS(621), + [anon_sym_def_DASHenv] = ACTIONS(621), + [anon_sym_export_DASHenv] = ACTIONS(621), + [anon_sym_extern] = ACTIONS(621), + [anon_sym_module] = ACTIONS(621), + [anon_sym_use] = ACTIONS(621), + [anon_sym_LBRACK] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(621), + [anon_sym_DOLLAR] = ACTIONS(621), + [anon_sym_error] = ACTIONS(621), + [anon_sym_DASH] = ACTIONS(621), + [anon_sym_break] = ACTIONS(621), + [anon_sym_continue] = ACTIONS(621), + [anon_sym_for] = ACTIONS(621), + [anon_sym_loop] = ACTIONS(621), + [anon_sym_while] = ACTIONS(621), + [anon_sym_do] = ACTIONS(621), + [anon_sym_if] = ACTIONS(621), + [anon_sym_match] = ACTIONS(621), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_DOT] = ACTIONS(621), + [anon_sym_try] = ACTIONS(621), + [anon_sym_return] = ACTIONS(621), + [anon_sym_source] = ACTIONS(621), + [anon_sym_source_DASHenv] = ACTIONS(621), + [anon_sym_register] = ACTIONS(621), + [anon_sym_hide] = ACTIONS(621), + [anon_sym_hide_DASHenv] = ACTIONS(621), + [anon_sym_overlay] = ACTIONS(621), + [anon_sym_where] = ACTIONS(621), + [anon_sym_QMARK2] = ACTIONS(1710), + [anon_sym_not] = ACTIONS(621), + [anon_sym_DOT_DOT_LT] = ACTIONS(621), + [anon_sym_DOT_DOT] = ACTIONS(621), + [anon_sym_DOT_DOT_EQ] = ACTIONS(621), + [sym_val_nothing] = ACTIONS(621), + [anon_sym_true] = ACTIONS(621), + [anon_sym_false] = ACTIONS(621), + [aux_sym_val_number_token1] = ACTIONS(621), + [aux_sym_val_number_token2] = ACTIONS(621), + [aux_sym_val_number_token3] = ACTIONS(621), + [aux_sym_val_number_token4] = ACTIONS(621), + [anon_sym_inf] = ACTIONS(621), + [anon_sym_DASHinf] = ACTIONS(621), + [anon_sym_NaN] = ACTIONS(621), + [anon_sym_0b] = ACTIONS(621), + [anon_sym_0o] = ACTIONS(621), + [anon_sym_0x] = ACTIONS(621), + [sym_val_date] = ACTIONS(621), + [anon_sym_DQUOTE] = ACTIONS(621), + [sym__str_single_quotes] = ACTIONS(621), + [sym__str_back_ticks] = ACTIONS(621), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(621), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(621), + [anon_sym_CARET] = ACTIONS(621), + [anon_sym_POUND] = ACTIONS(3), + }, [773] = { [sym_comment] = STATE(773), - [anon_sym_export] = ACTIONS(1716), - [anon_sym_alias] = ACTIONS(1716), - [anon_sym_let] = ACTIONS(1716), - [anon_sym_let_DASHenv] = ACTIONS(1716), - [anon_sym_mut] = ACTIONS(1716), - [anon_sym_const] = ACTIONS(1716), - [sym_cmd_identifier] = ACTIONS(1716), - [anon_sym_SEMI] = ACTIONS(1716), - [anon_sym_LF] = ACTIONS(1718), - [anon_sym_def] = ACTIONS(1716), - [anon_sym_def_DASHenv] = ACTIONS(1716), - [anon_sym_export_DASHenv] = ACTIONS(1716), - [anon_sym_extern] = ACTIONS(1716), - [anon_sym_module] = ACTIONS(1716), - [anon_sym_use] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_RPAREN] = ACTIONS(1716), - [anon_sym_PIPE] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1716), - [anon_sym_error] = ACTIONS(1716), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_continue] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_loop] = ACTIONS(1716), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_do] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_match] = ACTIONS(1716), - [anon_sym_LBRACE] = ACTIONS(1716), - [anon_sym_RBRACE] = ACTIONS(1716), - [anon_sym_try] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_source] = ACTIONS(1716), - [anon_sym_source_DASHenv] = ACTIONS(1716), - [anon_sym_register] = ACTIONS(1716), - [anon_sym_hide] = ACTIONS(1716), - [anon_sym_hide_DASHenv] = ACTIONS(1716), - [anon_sym_overlay] = ACTIONS(1716), - [anon_sym_where] = ACTIONS(1716), - [anon_sym_not] = ACTIONS(1716), - [anon_sym_DOT_DOT_LT] = ACTIONS(1716), - [anon_sym_DOT_DOT] = ACTIONS(1716), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1716), - [sym_val_nothing] = ACTIONS(1716), - [anon_sym_true] = ACTIONS(1716), - [anon_sym_false] = ACTIONS(1716), - [aux_sym_val_number_token1] = ACTIONS(1716), - [aux_sym_val_number_token2] = ACTIONS(1716), - [aux_sym_val_number_token3] = ACTIONS(1716), - [aux_sym_val_number_token4] = ACTIONS(1716), - [anon_sym_inf] = ACTIONS(1716), - [anon_sym_DASHinf] = ACTIONS(1716), - [anon_sym_NaN] = ACTIONS(1716), - [anon_sym_0b] = ACTIONS(1716), - [anon_sym_0o] = ACTIONS(1716), - [anon_sym_0x] = ACTIONS(1716), - [sym_val_date] = ACTIONS(1716), - [anon_sym_DQUOTE] = ACTIONS(1716), - [sym__str_single_quotes] = ACTIONS(1716), - [sym__str_back_ticks] = ACTIONS(1716), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1716), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1716), - [anon_sym_CARET] = ACTIONS(1716), + [anon_sym_export] = ACTIONS(702), + [anon_sym_alias] = ACTIONS(702), + [anon_sym_let] = ACTIONS(702), + [anon_sym_let_DASHenv] = ACTIONS(702), + [anon_sym_mut] = ACTIONS(702), + [anon_sym_const] = ACTIONS(702), + [sym_cmd_identifier] = ACTIONS(702), + [anon_sym_SEMI] = ACTIONS(702), + [anon_sym_LF] = ACTIONS(704), + [anon_sym_def] = ACTIONS(702), + [anon_sym_def_DASHenv] = ACTIONS(702), + [anon_sym_export_DASHenv] = ACTIONS(702), + [anon_sym_extern] = ACTIONS(702), + [anon_sym_module] = ACTIONS(702), + [anon_sym_use] = ACTIONS(702), + [anon_sym_LBRACK] = ACTIONS(702), + [anon_sym_LPAREN] = ACTIONS(702), + [anon_sym_RPAREN] = ACTIONS(702), + [anon_sym_PIPE] = ACTIONS(702), + [anon_sym_DOLLAR] = ACTIONS(702), + [anon_sym_error] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_break] = ACTIONS(702), + [anon_sym_continue] = ACTIONS(702), + [anon_sym_for] = ACTIONS(702), + [anon_sym_loop] = ACTIONS(702), + [anon_sym_while] = ACTIONS(702), + [anon_sym_do] = ACTIONS(702), + [anon_sym_if] = ACTIONS(702), + [anon_sym_match] = ACTIONS(702), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_RBRACE] = ACTIONS(702), + [anon_sym_try] = ACTIONS(702), + [anon_sym_return] = ACTIONS(702), + [anon_sym_source] = ACTIONS(702), + [anon_sym_source_DASHenv] = ACTIONS(702), + [anon_sym_register] = ACTIONS(702), + [anon_sym_hide] = ACTIONS(702), + [anon_sym_hide_DASHenv] = ACTIONS(702), + [anon_sym_overlay] = ACTIONS(702), + [anon_sym_where] = ACTIONS(702), + [anon_sym_not] = ACTIONS(702), + [anon_sym_DOT_DOT_LT] = ACTIONS(702), + [anon_sym_DOT_DOT] = ACTIONS(702), + [anon_sym_DOT_DOT_EQ] = ACTIONS(702), + [sym_val_nothing] = ACTIONS(702), + [anon_sym_true] = ACTIONS(702), + [anon_sym_false] = ACTIONS(702), + [aux_sym_val_number_token1] = ACTIONS(702), + [aux_sym_val_number_token2] = ACTIONS(702), + [aux_sym_val_number_token3] = ACTIONS(702), + [aux_sym_val_number_token4] = ACTIONS(702), + [anon_sym_inf] = ACTIONS(702), + [anon_sym_DASHinf] = ACTIONS(702), + [anon_sym_NaN] = ACTIONS(702), + [anon_sym_0b] = ACTIONS(702), + [anon_sym_0o] = ACTIONS(702), + [anon_sym_0x] = ACTIONS(702), + [sym_val_date] = ACTIONS(702), + [anon_sym_DQUOTE] = ACTIONS(702), + [sym__str_single_quotes] = ACTIONS(702), + [sym__str_back_ticks] = ACTIONS(702), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(702), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(702), + [anon_sym_CARET] = ACTIONS(702), [anon_sym_POUND] = ACTIONS(3), }, [774] = { + [sym_block] = STATE(805), [sym_comment] = STATE(774), - [anon_sym_export] = ACTIONS(1720), - [anon_sym_alias] = ACTIONS(1720), - [anon_sym_let] = ACTIONS(1720), - [anon_sym_let_DASHenv] = ACTIONS(1720), - [anon_sym_mut] = ACTIONS(1720), - [anon_sym_const] = ACTIONS(1720), - [sym_cmd_identifier] = ACTIONS(1720), - [anon_sym_SEMI] = ACTIONS(1720), - [anon_sym_LF] = ACTIONS(1722), - [anon_sym_def] = ACTIONS(1720), - [anon_sym_def_DASHenv] = ACTIONS(1720), - [anon_sym_export_DASHenv] = ACTIONS(1720), - [anon_sym_extern] = ACTIONS(1720), - [anon_sym_module] = ACTIONS(1720), - [anon_sym_use] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1720), - [anon_sym_LPAREN] = ACTIONS(1720), - [anon_sym_RPAREN] = ACTIONS(1720), - [anon_sym_DOLLAR] = ACTIONS(1720), - [anon_sym_error] = ACTIONS(1720), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_continue] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_loop] = ACTIONS(1720), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_do] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_match] = ACTIONS(1720), - [anon_sym_LBRACE] = ACTIONS(1720), - [anon_sym_RBRACE] = ACTIONS(1720), - [anon_sym_try] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_source] = ACTIONS(1720), - [anon_sym_source_DASHenv] = ACTIONS(1720), - [anon_sym_register] = ACTIONS(1720), - [anon_sym_hide] = ACTIONS(1720), - [anon_sym_hide_DASHenv] = ACTIONS(1720), - [anon_sym_overlay] = ACTIONS(1720), - [anon_sym_STAR] = ACTIONS(1720), - [anon_sym_where] = ACTIONS(1720), - [anon_sym_not] = ACTIONS(1720), - [anon_sym_DOT_DOT_LT] = ACTIONS(1720), - [anon_sym_DOT_DOT] = ACTIONS(1720), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1720), - [sym_val_nothing] = ACTIONS(1720), - [anon_sym_true] = ACTIONS(1720), - [anon_sym_false] = ACTIONS(1720), - [aux_sym_val_number_token1] = ACTIONS(1720), - [aux_sym_val_number_token2] = ACTIONS(1720), - [aux_sym_val_number_token3] = ACTIONS(1720), - [aux_sym_val_number_token4] = ACTIONS(1720), - [anon_sym_inf] = ACTIONS(1720), - [anon_sym_DASHinf] = ACTIONS(1720), - [anon_sym_NaN] = ACTIONS(1720), - [anon_sym_0b] = ACTIONS(1720), - [anon_sym_0o] = ACTIONS(1720), - [anon_sym_0x] = ACTIONS(1720), - [sym_val_date] = ACTIONS(1720), - [anon_sym_DQUOTE] = ACTIONS(1720), - [sym__str_single_quotes] = ACTIONS(1720), - [sym__str_back_ticks] = ACTIONS(1720), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1720), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1720), - [anon_sym_CARET] = ACTIONS(1720), + [anon_sym_export] = ACTIONS(1712), + [anon_sym_alias] = ACTIONS(1712), + [anon_sym_let] = ACTIONS(1712), + [anon_sym_let_DASHenv] = ACTIONS(1712), + [anon_sym_mut] = ACTIONS(1712), + [anon_sym_const] = ACTIONS(1712), + [sym_cmd_identifier] = ACTIONS(1712), + [anon_sym_SEMI] = ACTIONS(1712), + [anon_sym_LF] = ACTIONS(1714), + [anon_sym_def] = ACTIONS(1712), + [anon_sym_def_DASHenv] = ACTIONS(1712), + [anon_sym_export_DASHenv] = ACTIONS(1712), + [anon_sym_extern] = ACTIONS(1712), + [anon_sym_module] = ACTIONS(1712), + [anon_sym_use] = ACTIONS(1712), + [anon_sym_LBRACK] = ACTIONS(1712), + [anon_sym_LPAREN] = ACTIONS(1712), + [anon_sym_RPAREN] = ACTIONS(1712), + [anon_sym_DOLLAR] = ACTIONS(1712), + [anon_sym_error] = ACTIONS(1712), + [anon_sym_DASH] = ACTIONS(1712), + [anon_sym_break] = ACTIONS(1712), + [anon_sym_continue] = ACTIONS(1712), + [anon_sym_for] = ACTIONS(1712), + [anon_sym_loop] = ACTIONS(1712), + [anon_sym_while] = ACTIONS(1712), + [anon_sym_do] = ACTIONS(1712), + [anon_sym_if] = ACTIONS(1712), + [anon_sym_match] = ACTIONS(1712), + [anon_sym_LBRACE] = ACTIONS(1716), + [anon_sym_RBRACE] = ACTIONS(1712), + [anon_sym_try] = ACTIONS(1712), + [anon_sym_return] = ACTIONS(1712), + [anon_sym_source] = ACTIONS(1712), + [anon_sym_source_DASHenv] = ACTIONS(1712), + [anon_sym_register] = ACTIONS(1712), + [anon_sym_hide] = ACTIONS(1712), + [anon_sym_hide_DASHenv] = ACTIONS(1712), + [anon_sym_overlay] = ACTIONS(1712), + [anon_sym_where] = ACTIONS(1712), + [anon_sym_not] = ACTIONS(1712), + [anon_sym_DOT_DOT_LT] = ACTIONS(1712), + [anon_sym_DOT_DOT] = ACTIONS(1712), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1712), + [sym_val_nothing] = ACTIONS(1712), + [anon_sym_true] = ACTIONS(1712), + [anon_sym_false] = ACTIONS(1712), + [aux_sym_val_number_token1] = ACTIONS(1712), + [aux_sym_val_number_token2] = ACTIONS(1712), + [aux_sym_val_number_token3] = ACTIONS(1712), + [aux_sym_val_number_token4] = ACTIONS(1712), + [anon_sym_inf] = ACTIONS(1712), + [anon_sym_DASHinf] = ACTIONS(1712), + [anon_sym_NaN] = ACTIONS(1712), + [anon_sym_0b] = ACTIONS(1712), + [anon_sym_0o] = ACTIONS(1712), + [anon_sym_0x] = ACTIONS(1712), + [sym_val_date] = ACTIONS(1712), + [anon_sym_DQUOTE] = ACTIONS(1712), + [sym__str_single_quotes] = ACTIONS(1712), + [sym__str_back_ticks] = ACTIONS(1712), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1712), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1712), + [anon_sym_CARET] = ACTIONS(1712), [anon_sym_POUND] = ACTIONS(3), }, [775] = { [sym_comment] = STATE(775), - [anon_sym_export] = ACTIONS(1724), - [anon_sym_alias] = ACTIONS(1724), - [anon_sym_let] = ACTIONS(1724), - [anon_sym_let_DASHenv] = ACTIONS(1724), - [anon_sym_mut] = ACTIONS(1724), - [anon_sym_const] = ACTIONS(1724), - [sym_cmd_identifier] = ACTIONS(1724), - [anon_sym_SEMI] = ACTIONS(1724), - [anon_sym_LF] = ACTIONS(1726), - [anon_sym_def] = ACTIONS(1724), - [anon_sym_def_DASHenv] = ACTIONS(1724), - [anon_sym_export_DASHenv] = ACTIONS(1724), - [anon_sym_extern] = ACTIONS(1724), - [anon_sym_module] = ACTIONS(1724), - [anon_sym_use] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1724), - [anon_sym_LPAREN] = ACTIONS(1724), - [anon_sym_RPAREN] = ACTIONS(1724), - [anon_sym_PIPE] = ACTIONS(1724), - [anon_sym_DOLLAR] = ACTIONS(1724), - [anon_sym_error] = ACTIONS(1724), - [anon_sym_DASH] = ACTIONS(1724), - [anon_sym_break] = ACTIONS(1724), - [anon_sym_continue] = ACTIONS(1724), - [anon_sym_for] = ACTIONS(1724), - [anon_sym_loop] = ACTIONS(1724), - [anon_sym_while] = ACTIONS(1724), - [anon_sym_do] = ACTIONS(1724), - [anon_sym_if] = ACTIONS(1724), - [anon_sym_match] = ACTIONS(1724), - [anon_sym_LBRACE] = ACTIONS(1724), - [anon_sym_RBRACE] = ACTIONS(1724), - [anon_sym_try] = ACTIONS(1724), - [anon_sym_return] = ACTIONS(1724), - [anon_sym_source] = ACTIONS(1724), - [anon_sym_source_DASHenv] = ACTIONS(1724), - [anon_sym_register] = ACTIONS(1724), - [anon_sym_hide] = ACTIONS(1724), - [anon_sym_hide_DASHenv] = ACTIONS(1724), - [anon_sym_overlay] = ACTIONS(1724), - [anon_sym_where] = ACTIONS(1724), - [anon_sym_not] = ACTIONS(1724), - [anon_sym_DOT_DOT_LT] = ACTIONS(1724), - [anon_sym_DOT_DOT] = ACTIONS(1724), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1724), - [sym_val_nothing] = ACTIONS(1724), - [anon_sym_true] = ACTIONS(1724), - [anon_sym_false] = ACTIONS(1724), - [aux_sym_val_number_token1] = ACTIONS(1724), - [aux_sym_val_number_token2] = ACTIONS(1724), - [aux_sym_val_number_token3] = ACTIONS(1724), - [aux_sym_val_number_token4] = ACTIONS(1724), - [anon_sym_inf] = ACTIONS(1724), - [anon_sym_DASHinf] = ACTIONS(1724), - [anon_sym_NaN] = ACTIONS(1724), - [anon_sym_0b] = ACTIONS(1724), - [anon_sym_0o] = ACTIONS(1724), - [anon_sym_0x] = ACTIONS(1724), - [sym_val_date] = ACTIONS(1724), - [anon_sym_DQUOTE] = ACTIONS(1724), - [sym__str_single_quotes] = ACTIONS(1724), - [sym__str_back_ticks] = ACTIONS(1724), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1724), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1724), - [anon_sym_CARET] = ACTIONS(1724), + [anon_sym_export] = ACTIONS(1722), + [anon_sym_alias] = ACTIONS(1722), + [anon_sym_let] = ACTIONS(1722), + [anon_sym_let_DASHenv] = ACTIONS(1722), + [anon_sym_mut] = ACTIONS(1722), + [anon_sym_const] = ACTIONS(1722), + [sym_cmd_identifier] = ACTIONS(1722), + [anon_sym_SEMI] = ACTIONS(1722), + [anon_sym_LF] = ACTIONS(1724), + [anon_sym_def] = ACTIONS(1722), + [anon_sym_def_DASHenv] = ACTIONS(1722), + [anon_sym_export_DASHenv] = ACTIONS(1722), + [anon_sym_extern] = ACTIONS(1722), + [anon_sym_module] = ACTIONS(1722), + [anon_sym_use] = ACTIONS(1722), + [anon_sym_LBRACK] = ACTIONS(1722), + [anon_sym_LPAREN] = ACTIONS(1722), + [anon_sym_RPAREN] = ACTIONS(1722), + [anon_sym_PIPE] = ACTIONS(1722), + [anon_sym_DOLLAR] = ACTIONS(1722), + [anon_sym_error] = ACTIONS(1722), + [anon_sym_DASH] = ACTIONS(1722), + [anon_sym_break] = ACTIONS(1722), + [anon_sym_continue] = ACTIONS(1722), + [anon_sym_for] = ACTIONS(1722), + [anon_sym_loop] = ACTIONS(1722), + [anon_sym_while] = ACTIONS(1722), + [anon_sym_do] = ACTIONS(1722), + [anon_sym_if] = ACTIONS(1722), + [anon_sym_match] = ACTIONS(1722), + [anon_sym_LBRACE] = ACTIONS(1722), + [anon_sym_RBRACE] = ACTIONS(1722), + [anon_sym_try] = ACTIONS(1722), + [anon_sym_return] = ACTIONS(1722), + [anon_sym_source] = ACTIONS(1722), + [anon_sym_source_DASHenv] = ACTIONS(1722), + [anon_sym_register] = ACTIONS(1722), + [anon_sym_hide] = ACTIONS(1722), + [anon_sym_hide_DASHenv] = ACTIONS(1722), + [anon_sym_overlay] = ACTIONS(1722), + [anon_sym_where] = ACTIONS(1722), + [anon_sym_not] = ACTIONS(1722), + [anon_sym_DOT_DOT_LT] = ACTIONS(1722), + [anon_sym_DOT_DOT] = ACTIONS(1722), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1722), + [sym_val_nothing] = ACTIONS(1722), + [anon_sym_true] = ACTIONS(1722), + [anon_sym_false] = ACTIONS(1722), + [aux_sym_val_number_token1] = ACTIONS(1722), + [aux_sym_val_number_token2] = ACTIONS(1722), + [aux_sym_val_number_token3] = ACTIONS(1722), + [aux_sym_val_number_token4] = ACTIONS(1722), + [anon_sym_inf] = ACTIONS(1722), + [anon_sym_DASHinf] = ACTIONS(1722), + [anon_sym_NaN] = ACTIONS(1722), + [anon_sym_0b] = ACTIONS(1722), + [anon_sym_0o] = ACTIONS(1722), + [anon_sym_0x] = ACTIONS(1722), + [sym_val_date] = ACTIONS(1722), + [anon_sym_DQUOTE] = ACTIONS(1722), + [sym__str_single_quotes] = ACTIONS(1722), + [sym__str_back_ticks] = ACTIONS(1722), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1722), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1722), + [anon_sym_CARET] = ACTIONS(1722), [anon_sym_POUND] = ACTIONS(3), }, [776] = { [sym_comment] = STATE(776), - [anon_sym_export] = ACTIONS(1481), - [anon_sym_alias] = ACTIONS(1481), - [anon_sym_let] = ACTIONS(1481), - [anon_sym_let_DASHenv] = ACTIONS(1481), - [anon_sym_mut] = ACTIONS(1481), - [anon_sym_const] = ACTIONS(1481), - [sym_cmd_identifier] = ACTIONS(1481), - [anon_sym_SEMI] = ACTIONS(1481), - [anon_sym_LF] = ACTIONS(1483), - [anon_sym_def] = ACTIONS(1481), - [anon_sym_def_DASHenv] = ACTIONS(1481), - [anon_sym_export_DASHenv] = ACTIONS(1481), - [anon_sym_extern] = ACTIONS(1481), - [anon_sym_module] = ACTIONS(1481), - [anon_sym_use] = ACTIONS(1481), - [anon_sym_LBRACK] = ACTIONS(1481), - [anon_sym_LPAREN] = ACTIONS(1481), - [anon_sym_RPAREN] = ACTIONS(1481), - [anon_sym_PIPE] = ACTIONS(1481), - [anon_sym_DOLLAR] = ACTIONS(1481), - [anon_sym_error] = ACTIONS(1481), - [anon_sym_DASH] = ACTIONS(1481), - [anon_sym_break] = ACTIONS(1481), - [anon_sym_continue] = ACTIONS(1481), - [anon_sym_for] = ACTIONS(1481), - [anon_sym_loop] = ACTIONS(1481), - [anon_sym_while] = ACTIONS(1481), - [anon_sym_do] = ACTIONS(1481), - [anon_sym_if] = ACTIONS(1481), - [anon_sym_match] = ACTIONS(1481), - [anon_sym_LBRACE] = ACTIONS(1481), - [anon_sym_RBRACE] = ACTIONS(1481), - [anon_sym_try] = ACTIONS(1481), - [anon_sym_return] = ACTIONS(1481), - [anon_sym_source] = ACTIONS(1481), - [anon_sym_source_DASHenv] = ACTIONS(1481), - [anon_sym_register] = ACTIONS(1481), - [anon_sym_hide] = ACTIONS(1481), - [anon_sym_hide_DASHenv] = ACTIONS(1481), - [anon_sym_overlay] = ACTIONS(1481), - [anon_sym_where] = ACTIONS(1481), - [anon_sym_not] = ACTIONS(1481), - [anon_sym_DOT_DOT_LT] = ACTIONS(1481), - [anon_sym_DOT_DOT] = ACTIONS(1481), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1481), - [sym_val_nothing] = ACTIONS(1481), - [anon_sym_true] = ACTIONS(1481), - [anon_sym_false] = ACTIONS(1481), - [aux_sym_val_number_token1] = ACTIONS(1481), - [aux_sym_val_number_token2] = ACTIONS(1481), - [aux_sym_val_number_token3] = ACTIONS(1481), - [aux_sym_val_number_token4] = ACTIONS(1481), - [anon_sym_inf] = ACTIONS(1481), - [anon_sym_DASHinf] = ACTIONS(1481), - [anon_sym_NaN] = ACTIONS(1481), - [anon_sym_0b] = ACTIONS(1481), - [anon_sym_0o] = ACTIONS(1481), - [anon_sym_0x] = ACTIONS(1481), - [sym_val_date] = ACTIONS(1481), - [anon_sym_DQUOTE] = ACTIONS(1481), - [sym__str_single_quotes] = ACTIONS(1481), - [sym__str_back_ticks] = ACTIONS(1481), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1481), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1481), - [anon_sym_CARET] = ACTIONS(1481), + [anon_sym_export] = ACTIONS(690), + [anon_sym_alias] = ACTIONS(690), + [anon_sym_let] = ACTIONS(690), + [anon_sym_let_DASHenv] = ACTIONS(690), + [anon_sym_mut] = ACTIONS(690), + [anon_sym_const] = ACTIONS(690), + [sym_cmd_identifier] = ACTIONS(690), + [anon_sym_SEMI] = ACTIONS(690), + [anon_sym_LF] = ACTIONS(692), + [anon_sym_def] = ACTIONS(690), + [anon_sym_def_DASHenv] = ACTIONS(690), + [anon_sym_export_DASHenv] = ACTIONS(690), + [anon_sym_extern] = ACTIONS(690), + [anon_sym_module] = ACTIONS(690), + [anon_sym_use] = ACTIONS(690), + [anon_sym_LBRACK] = ACTIONS(690), + [anon_sym_LPAREN] = ACTIONS(690), + [anon_sym_RPAREN] = ACTIONS(690), + [anon_sym_PIPE] = ACTIONS(690), + [anon_sym_DOLLAR] = ACTIONS(690), + [anon_sym_error] = ACTIONS(690), + [anon_sym_DASH] = ACTIONS(690), + [anon_sym_break] = ACTIONS(690), + [anon_sym_continue] = ACTIONS(690), + [anon_sym_for] = ACTIONS(690), + [anon_sym_loop] = ACTIONS(690), + [anon_sym_while] = ACTIONS(690), + [anon_sym_do] = ACTIONS(690), + [anon_sym_if] = ACTIONS(690), + [anon_sym_match] = ACTIONS(690), + [anon_sym_LBRACE] = ACTIONS(690), + [anon_sym_RBRACE] = ACTIONS(690), + [anon_sym_try] = ACTIONS(690), + [anon_sym_return] = ACTIONS(690), + [anon_sym_source] = ACTIONS(690), + [anon_sym_source_DASHenv] = ACTIONS(690), + [anon_sym_register] = ACTIONS(690), + [anon_sym_hide] = ACTIONS(690), + [anon_sym_hide_DASHenv] = ACTIONS(690), + [anon_sym_overlay] = ACTIONS(690), + [anon_sym_where] = ACTIONS(690), + [anon_sym_not] = ACTIONS(690), + [anon_sym_DOT_DOT_LT] = ACTIONS(690), + [anon_sym_DOT_DOT] = ACTIONS(690), + [anon_sym_DOT_DOT_EQ] = ACTIONS(690), + [sym_val_nothing] = ACTIONS(690), + [anon_sym_true] = ACTIONS(690), + [anon_sym_false] = ACTIONS(690), + [aux_sym_val_number_token1] = ACTIONS(690), + [aux_sym_val_number_token2] = ACTIONS(690), + [aux_sym_val_number_token3] = ACTIONS(690), + [aux_sym_val_number_token4] = ACTIONS(690), + [anon_sym_inf] = ACTIONS(690), + [anon_sym_DASHinf] = ACTIONS(690), + [anon_sym_NaN] = ACTIONS(690), + [anon_sym_0b] = ACTIONS(690), + [anon_sym_0o] = ACTIONS(690), + [anon_sym_0x] = ACTIONS(690), + [sym_val_date] = ACTIONS(690), + [anon_sym_DQUOTE] = ACTIONS(690), + [sym__str_single_quotes] = ACTIONS(690), + [sym__str_back_ticks] = ACTIONS(690), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(690), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(690), + [anon_sym_CARET] = ACTIONS(690), [anon_sym_POUND] = ACTIONS(3), }, [777] = { [sym_comment] = STATE(777), - [anon_sym_export] = ACTIONS(1728), - [anon_sym_alias] = ACTIONS(1728), - [anon_sym_let] = ACTIONS(1728), - [anon_sym_let_DASHenv] = ACTIONS(1728), - [anon_sym_mut] = ACTIONS(1728), - [anon_sym_const] = ACTIONS(1728), - [sym_cmd_identifier] = ACTIONS(1728), - [anon_sym_SEMI] = ACTIONS(1728), - [anon_sym_LF] = ACTIONS(1730), - [anon_sym_def] = ACTIONS(1728), - [anon_sym_def_DASHenv] = ACTIONS(1728), - [anon_sym_export_DASHenv] = ACTIONS(1728), - [anon_sym_extern] = ACTIONS(1728), - [anon_sym_module] = ACTIONS(1728), - [anon_sym_use] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1728), - [anon_sym_LPAREN] = ACTIONS(1728), - [anon_sym_RPAREN] = ACTIONS(1728), - [anon_sym_DOLLAR] = ACTIONS(1728), - [anon_sym_error] = ACTIONS(1728), - [anon_sym_DASH] = ACTIONS(1728), - [anon_sym_break] = ACTIONS(1728), - [anon_sym_continue] = ACTIONS(1728), - [anon_sym_for] = ACTIONS(1728), - [anon_sym_loop] = ACTIONS(1728), - [anon_sym_while] = ACTIONS(1728), - [anon_sym_do] = ACTIONS(1728), - [anon_sym_if] = ACTIONS(1728), - [anon_sym_match] = ACTIONS(1728), - [anon_sym_LBRACE] = ACTIONS(1728), - [anon_sym_RBRACE] = ACTIONS(1728), - [anon_sym_try] = ACTIONS(1728), - [anon_sym_return] = ACTIONS(1728), - [anon_sym_source] = ACTIONS(1728), - [anon_sym_source_DASHenv] = ACTIONS(1728), - [anon_sym_register] = ACTIONS(1728), - [anon_sym_hide] = ACTIONS(1728), - [anon_sym_hide_DASHenv] = ACTIONS(1728), - [anon_sym_overlay] = ACTIONS(1728), - [anon_sym_STAR] = ACTIONS(1728), - [anon_sym_where] = ACTIONS(1728), - [anon_sym_not] = ACTIONS(1728), - [anon_sym_DOT_DOT_LT] = ACTIONS(1728), - [anon_sym_DOT_DOT] = ACTIONS(1728), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1728), - [sym_val_nothing] = ACTIONS(1728), - [anon_sym_true] = ACTIONS(1728), - [anon_sym_false] = ACTIONS(1728), - [aux_sym_val_number_token1] = ACTIONS(1728), - [aux_sym_val_number_token2] = ACTIONS(1728), - [aux_sym_val_number_token3] = ACTIONS(1728), - [aux_sym_val_number_token4] = ACTIONS(1728), - [anon_sym_inf] = ACTIONS(1728), - [anon_sym_DASHinf] = ACTIONS(1728), - [anon_sym_NaN] = ACTIONS(1728), - [anon_sym_0b] = ACTIONS(1728), - [anon_sym_0o] = ACTIONS(1728), - [anon_sym_0x] = ACTIONS(1728), - [sym_val_date] = ACTIONS(1728), - [anon_sym_DQUOTE] = ACTIONS(1728), - [sym__str_single_quotes] = ACTIONS(1728), - [sym__str_back_ticks] = ACTIONS(1728), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1728), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1728), - [anon_sym_CARET] = ACTIONS(1728), + [ts_builtin_sym_end] = ACTIONS(1664), + [anon_sym_export] = ACTIONS(1662), + [anon_sym_alias] = ACTIONS(1662), + [anon_sym_let] = ACTIONS(1662), + [anon_sym_let_DASHenv] = ACTIONS(1662), + [anon_sym_mut] = ACTIONS(1662), + [anon_sym_const] = ACTIONS(1662), + [sym_cmd_identifier] = ACTIONS(1662), + [anon_sym_SEMI] = ACTIONS(1662), + [anon_sym_LF] = ACTIONS(1664), + [anon_sym_def] = ACTIONS(1662), + [anon_sym_def_DASHenv] = ACTIONS(1662), + [anon_sym_export_DASHenv] = ACTIONS(1662), + [anon_sym_extern] = ACTIONS(1662), + [anon_sym_module] = ACTIONS(1662), + [anon_sym_use] = ACTIONS(1662), + [anon_sym_LBRACK] = ACTIONS(1662), + [anon_sym_LPAREN] = ACTIONS(1662), + [anon_sym_PIPE] = ACTIONS(1662), + [anon_sym_DOLLAR] = ACTIONS(1662), + [anon_sym_error] = ACTIONS(1662), + [anon_sym_DASH] = ACTIONS(1662), + [anon_sym_break] = ACTIONS(1662), + [anon_sym_continue] = ACTIONS(1662), + [anon_sym_for] = ACTIONS(1662), + [anon_sym_loop] = ACTIONS(1662), + [anon_sym_while] = ACTIONS(1662), + [anon_sym_do] = ACTIONS(1662), + [anon_sym_if] = ACTIONS(1662), + [anon_sym_else] = ACTIONS(1726), + [anon_sym_match] = ACTIONS(1662), + [anon_sym_LBRACE] = ACTIONS(1662), + [anon_sym_try] = ACTIONS(1662), + [anon_sym_return] = ACTIONS(1662), + [anon_sym_source] = ACTIONS(1662), + [anon_sym_source_DASHenv] = ACTIONS(1662), + [anon_sym_register] = ACTIONS(1662), + [anon_sym_hide] = ACTIONS(1662), + [anon_sym_hide_DASHenv] = ACTIONS(1662), + [anon_sym_overlay] = ACTIONS(1662), + [anon_sym_where] = ACTIONS(1662), + [anon_sym_not] = ACTIONS(1662), + [anon_sym_DOT_DOT_LT] = ACTIONS(1662), + [anon_sym_DOT_DOT] = ACTIONS(1662), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1662), + [sym_val_nothing] = ACTIONS(1662), + [anon_sym_true] = ACTIONS(1662), + [anon_sym_false] = ACTIONS(1662), + [aux_sym_val_number_token1] = ACTIONS(1662), + [aux_sym_val_number_token2] = ACTIONS(1662), + [aux_sym_val_number_token3] = ACTIONS(1662), + [aux_sym_val_number_token4] = ACTIONS(1662), + [anon_sym_inf] = ACTIONS(1662), + [anon_sym_DASHinf] = ACTIONS(1662), + [anon_sym_NaN] = ACTIONS(1662), + [anon_sym_0b] = ACTIONS(1662), + [anon_sym_0o] = ACTIONS(1662), + [anon_sym_0x] = ACTIONS(1662), + [sym_val_date] = ACTIONS(1662), + [anon_sym_DQUOTE] = ACTIONS(1662), + [sym__str_single_quotes] = ACTIONS(1662), + [sym__str_back_ticks] = ACTIONS(1662), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1662), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1662), + [anon_sym_CARET] = ACTIONS(1662), [anon_sym_POUND] = ACTIONS(3), }, [778] = { [sym_comment] = STATE(778), - [ts_builtin_sym_end] = ACTIONS(658), - [anon_sym_export] = ACTIONS(656), - [anon_sym_alias] = ACTIONS(656), - [anon_sym_let] = ACTIONS(656), - [anon_sym_let_DASHenv] = ACTIONS(656), - [anon_sym_mut] = ACTIONS(656), - [anon_sym_const] = ACTIONS(656), - [sym_cmd_identifier] = ACTIONS(656), - [anon_sym_SEMI] = ACTIONS(656), - [anon_sym_LF] = ACTIONS(658), - [anon_sym_def] = ACTIONS(656), - [anon_sym_def_DASHenv] = ACTIONS(656), - [anon_sym_export_DASHenv] = ACTIONS(656), - [anon_sym_extern] = ACTIONS(656), - [anon_sym_module] = ACTIONS(656), - [anon_sym_use] = ACTIONS(656), - [anon_sym_LBRACK] = ACTIONS(656), - [anon_sym_LPAREN] = ACTIONS(656), - [anon_sym_DOLLAR] = ACTIONS(656), - [anon_sym_error] = ACTIONS(656), - [anon_sym_DASH] = ACTIONS(656), - [anon_sym_break] = ACTIONS(656), - [anon_sym_continue] = ACTIONS(656), - [anon_sym_for] = ACTIONS(656), - [anon_sym_loop] = ACTIONS(656), - [anon_sym_while] = ACTIONS(656), - [anon_sym_do] = ACTIONS(656), - [anon_sym_if] = ACTIONS(656), - [anon_sym_match] = ACTIONS(656), - [anon_sym_LBRACE] = ACTIONS(656), - [anon_sym_DOT] = ACTIONS(656), - [anon_sym_try] = ACTIONS(656), - [anon_sym_return] = ACTIONS(656), - [anon_sym_source] = ACTIONS(656), - [anon_sym_source_DASHenv] = ACTIONS(656), - [anon_sym_register] = ACTIONS(656), - [anon_sym_hide] = ACTIONS(656), - [anon_sym_hide_DASHenv] = ACTIONS(656), - [anon_sym_overlay] = ACTIONS(656), - [anon_sym_where] = ACTIONS(656), - [anon_sym_QMARK2] = ACTIONS(1706), - [anon_sym_not] = ACTIONS(656), - [anon_sym_DOT_DOT_LT] = ACTIONS(656), - [anon_sym_DOT_DOT] = ACTIONS(656), - [anon_sym_DOT_DOT_EQ] = ACTIONS(656), - [sym_val_nothing] = ACTIONS(656), - [anon_sym_true] = ACTIONS(656), - [anon_sym_false] = ACTIONS(656), - [aux_sym_val_number_token1] = ACTIONS(656), - [aux_sym_val_number_token2] = ACTIONS(656), - [aux_sym_val_number_token3] = ACTIONS(656), - [aux_sym_val_number_token4] = ACTIONS(656), - [anon_sym_inf] = ACTIONS(656), - [anon_sym_DASHinf] = ACTIONS(656), - [anon_sym_NaN] = ACTIONS(656), - [anon_sym_0b] = ACTIONS(656), - [anon_sym_0o] = ACTIONS(656), - [anon_sym_0x] = ACTIONS(656), - [sym_val_date] = ACTIONS(656), - [anon_sym_DQUOTE] = ACTIONS(656), - [sym__str_single_quotes] = ACTIONS(656), - [sym__str_back_ticks] = ACTIONS(656), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(656), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(656), - [anon_sym_CARET] = ACTIONS(656), + [ts_builtin_sym_end] = ACTIONS(1314), + [anon_sym_export] = ACTIONS(1312), + [anon_sym_alias] = ACTIONS(1312), + [anon_sym_let] = ACTIONS(1312), + [anon_sym_let_DASHenv] = ACTIONS(1312), + [anon_sym_mut] = ACTIONS(1312), + [anon_sym_const] = ACTIONS(1312), + [sym_cmd_identifier] = ACTIONS(1312), + [anon_sym_SEMI] = ACTIONS(1312), + [anon_sym_LF] = ACTIONS(1314), + [anon_sym_def] = ACTIONS(1312), + [anon_sym_def_DASHenv] = ACTIONS(1312), + [anon_sym_export_DASHenv] = ACTIONS(1312), + [anon_sym_extern] = ACTIONS(1312), + [anon_sym_module] = ACTIONS(1312), + [anon_sym_use] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(1312), + [anon_sym_LPAREN] = ACTIONS(1312), + [anon_sym_PIPE] = ACTIONS(1312), + [anon_sym_DOLLAR] = ACTIONS(1312), + [anon_sym_error] = ACTIONS(1312), + [anon_sym_DASH] = ACTIONS(1312), + [anon_sym_break] = ACTIONS(1312), + [anon_sym_continue] = ACTIONS(1312), + [anon_sym_for] = ACTIONS(1312), + [anon_sym_loop] = ACTIONS(1312), + [anon_sym_while] = ACTIONS(1312), + [anon_sym_do] = ACTIONS(1312), + [anon_sym_if] = ACTIONS(1312), + [anon_sym_match] = ACTIONS(1312), + [anon_sym_LBRACE] = ACTIONS(1312), + [anon_sym_try] = ACTIONS(1312), + [anon_sym_return] = ACTIONS(1312), + [anon_sym_source] = ACTIONS(1312), + [anon_sym_source_DASHenv] = ACTIONS(1312), + [anon_sym_register] = ACTIONS(1312), + [anon_sym_hide] = ACTIONS(1312), + [anon_sym_hide_DASHenv] = ACTIONS(1312), + [anon_sym_overlay] = ACTIONS(1312), + [anon_sym_where] = ACTIONS(1312), + [anon_sym_not] = ACTIONS(1312), + [anon_sym_DOT_DOT_LT] = ACTIONS(1312), + [anon_sym_DOT_DOT] = ACTIONS(1312), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1312), + [sym_val_nothing] = ACTIONS(1312), + [anon_sym_true] = ACTIONS(1312), + [anon_sym_false] = ACTIONS(1312), + [aux_sym_val_number_token1] = ACTIONS(1312), + [aux_sym_val_number_token2] = ACTIONS(1312), + [aux_sym_val_number_token3] = ACTIONS(1312), + [aux_sym_val_number_token4] = ACTIONS(1312), + [anon_sym_inf] = ACTIONS(1312), + [anon_sym_DASHinf] = ACTIONS(1312), + [anon_sym_NaN] = ACTIONS(1312), + [anon_sym_0b] = ACTIONS(1312), + [anon_sym_0o] = ACTIONS(1312), + [anon_sym_0x] = ACTIONS(1312), + [sym_val_date] = ACTIONS(1312), + [anon_sym_DQUOTE] = ACTIONS(1312), + [sym__str_single_quotes] = ACTIONS(1312), + [sym__str_back_ticks] = ACTIONS(1312), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1312), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1312), + [anon_sym_CARET] = ACTIONS(1312), + [aux_sym_long_flag_token1] = ACTIONS(1728), [anon_sym_POUND] = ACTIONS(3), }, [779] = { [sym_comment] = STATE(779), - [anon_sym_export] = ACTIONS(1732), - [anon_sym_alias] = ACTIONS(1732), - [anon_sym_let] = ACTIONS(1732), - [anon_sym_let_DASHenv] = ACTIONS(1732), - [anon_sym_mut] = ACTIONS(1732), - [anon_sym_const] = ACTIONS(1732), - [sym_cmd_identifier] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1732), - [anon_sym_LF] = ACTIONS(1734), - [anon_sym_def] = ACTIONS(1732), - [anon_sym_def_DASHenv] = ACTIONS(1732), - [anon_sym_export_DASHenv] = ACTIONS(1732), - [anon_sym_extern] = ACTIONS(1732), - [anon_sym_module] = ACTIONS(1732), - [anon_sym_use] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1732), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_RPAREN] = ACTIONS(1732), - [anon_sym_PIPE] = ACTIONS(1732), - [anon_sym_DOLLAR] = ACTIONS(1732), - [anon_sym_error] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_continue] = ACTIONS(1732), - [anon_sym_for] = ACTIONS(1732), - [anon_sym_loop] = ACTIONS(1732), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_do] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_match] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1732), - [anon_sym_RBRACE] = ACTIONS(1732), - [anon_sym_try] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_source] = ACTIONS(1732), - [anon_sym_source_DASHenv] = ACTIONS(1732), - [anon_sym_register] = ACTIONS(1732), - [anon_sym_hide] = ACTIONS(1732), - [anon_sym_hide_DASHenv] = ACTIONS(1732), - [anon_sym_overlay] = ACTIONS(1732), - [anon_sym_where] = ACTIONS(1732), - [anon_sym_not] = ACTIONS(1732), - [anon_sym_DOT_DOT_LT] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1732), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1732), - [sym_val_nothing] = ACTIONS(1732), - [anon_sym_true] = ACTIONS(1732), - [anon_sym_false] = ACTIONS(1732), - [aux_sym_val_number_token1] = ACTIONS(1732), - [aux_sym_val_number_token2] = ACTIONS(1732), - [aux_sym_val_number_token3] = ACTIONS(1732), - [aux_sym_val_number_token4] = ACTIONS(1732), - [anon_sym_inf] = ACTIONS(1732), - [anon_sym_DASHinf] = ACTIONS(1732), - [anon_sym_NaN] = ACTIONS(1732), - [anon_sym_0b] = ACTIONS(1732), - [anon_sym_0o] = ACTIONS(1732), - [anon_sym_0x] = ACTIONS(1732), - [sym_val_date] = ACTIONS(1732), - [anon_sym_DQUOTE] = ACTIONS(1732), - [sym__str_single_quotes] = ACTIONS(1732), - [sym__str_back_ticks] = ACTIONS(1732), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1732), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1732), - [anon_sym_CARET] = ACTIONS(1732), + [anon_sym_export] = ACTIONS(759), + [anon_sym_alias] = ACTIONS(759), + [anon_sym_let] = ACTIONS(759), + [anon_sym_let_DASHenv] = ACTIONS(759), + [anon_sym_mut] = ACTIONS(759), + [anon_sym_const] = ACTIONS(759), + [sym_cmd_identifier] = ACTIONS(759), + [anon_sym_SEMI] = ACTIONS(759), + [anon_sym_LF] = ACTIONS(761), + [anon_sym_def] = ACTIONS(759), + [anon_sym_def_DASHenv] = ACTIONS(759), + [anon_sym_export_DASHenv] = ACTIONS(759), + [anon_sym_extern] = ACTIONS(759), + [anon_sym_module] = ACTIONS(759), + [anon_sym_use] = ACTIONS(759), + [anon_sym_LBRACK] = ACTIONS(759), + [anon_sym_LPAREN] = ACTIONS(759), + [anon_sym_RPAREN] = ACTIONS(759), + [anon_sym_DOLLAR] = ACTIONS(759), + [anon_sym_error] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_break] = ACTIONS(759), + [anon_sym_continue] = ACTIONS(759), + [anon_sym_for] = ACTIONS(759), + [anon_sym_loop] = ACTIONS(759), + [anon_sym_while] = ACTIONS(759), + [anon_sym_do] = ACTIONS(759), + [anon_sym_if] = ACTIONS(759), + [anon_sym_match] = ACTIONS(759), + [anon_sym_LBRACE] = ACTIONS(759), + [anon_sym_RBRACE] = ACTIONS(759), + [anon_sym_DOT] = ACTIONS(759), + [anon_sym_try] = ACTIONS(759), + [anon_sym_return] = ACTIONS(759), + [anon_sym_source] = ACTIONS(759), + [anon_sym_source_DASHenv] = ACTIONS(759), + [anon_sym_register] = ACTIONS(759), + [anon_sym_hide] = ACTIONS(759), + [anon_sym_hide_DASHenv] = ACTIONS(759), + [anon_sym_overlay] = ACTIONS(759), + [anon_sym_where] = ACTIONS(759), + [anon_sym_not] = ACTIONS(759), + [anon_sym_DOT_DOT_LT] = ACTIONS(759), + [anon_sym_DOT_DOT] = ACTIONS(759), + [anon_sym_DOT_DOT_EQ] = ACTIONS(759), + [sym_val_nothing] = ACTIONS(759), + [anon_sym_true] = ACTIONS(759), + [anon_sym_false] = ACTIONS(759), + [aux_sym_val_number_token1] = ACTIONS(759), + [aux_sym_val_number_token2] = ACTIONS(759), + [aux_sym_val_number_token3] = ACTIONS(759), + [aux_sym_val_number_token4] = ACTIONS(759), + [anon_sym_inf] = ACTIONS(759), + [anon_sym_DASHinf] = ACTIONS(759), + [anon_sym_NaN] = ACTIONS(759), + [anon_sym_0b] = ACTIONS(759), + [anon_sym_0o] = ACTIONS(759), + [anon_sym_0x] = ACTIONS(759), + [sym_val_date] = ACTIONS(759), + [anon_sym_DQUOTE] = ACTIONS(759), + [sym__str_single_quotes] = ACTIONS(759), + [sym__str_back_ticks] = ACTIONS(759), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(759), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(759), + [anon_sym_CARET] = ACTIONS(759), [anon_sym_POUND] = ACTIONS(3), }, [780] = { + [sym_block] = STATE(905), [sym_comment] = STATE(780), - [anon_sym_export] = ACTIONS(1288), - [anon_sym_alias] = ACTIONS(1288), - [anon_sym_let] = ACTIONS(1288), - [anon_sym_let_DASHenv] = ACTIONS(1288), - [anon_sym_mut] = ACTIONS(1288), - [anon_sym_const] = ACTIONS(1288), - [sym_cmd_identifier] = ACTIONS(1288), - [anon_sym_SEMI] = ACTIONS(1288), - [anon_sym_LF] = ACTIONS(1290), - [anon_sym_def] = ACTIONS(1288), - [anon_sym_def_DASHenv] = ACTIONS(1288), - [anon_sym_export_DASHenv] = ACTIONS(1288), - [anon_sym_extern] = ACTIONS(1288), - [anon_sym_module] = ACTIONS(1288), - [anon_sym_use] = ACTIONS(1288), - [anon_sym_LBRACK] = ACTIONS(1288), - [anon_sym_LPAREN] = ACTIONS(1288), - [anon_sym_RPAREN] = ACTIONS(1288), - [anon_sym_PIPE] = ACTIONS(1288), - [anon_sym_DOLLAR] = ACTIONS(1288), - [anon_sym_error] = ACTIONS(1288), - [anon_sym_DASH] = ACTIONS(1288), - [anon_sym_break] = ACTIONS(1288), - [anon_sym_continue] = ACTIONS(1288), - [anon_sym_for] = ACTIONS(1288), - [anon_sym_loop] = ACTIONS(1288), - [anon_sym_while] = ACTIONS(1288), - [anon_sym_do] = ACTIONS(1288), - [anon_sym_if] = ACTIONS(1288), - [anon_sym_match] = ACTIONS(1288), - [anon_sym_LBRACE] = ACTIONS(1288), - [anon_sym_RBRACE] = ACTIONS(1288), - [anon_sym_try] = ACTIONS(1288), - [anon_sym_return] = ACTIONS(1288), - [anon_sym_source] = ACTIONS(1288), - [anon_sym_source_DASHenv] = ACTIONS(1288), - [anon_sym_register] = ACTIONS(1288), - [anon_sym_hide] = ACTIONS(1288), - [anon_sym_hide_DASHenv] = ACTIONS(1288), - [anon_sym_overlay] = ACTIONS(1288), - [anon_sym_where] = ACTIONS(1288), - [anon_sym_not] = ACTIONS(1288), - [anon_sym_DOT_DOT_LT] = ACTIONS(1288), - [anon_sym_DOT_DOT] = ACTIONS(1288), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1288), - [sym_val_nothing] = ACTIONS(1288), - [anon_sym_true] = ACTIONS(1288), - [anon_sym_false] = ACTIONS(1288), - [aux_sym_val_number_token1] = ACTIONS(1288), - [aux_sym_val_number_token2] = ACTIONS(1288), - [aux_sym_val_number_token3] = ACTIONS(1288), - [aux_sym_val_number_token4] = ACTIONS(1288), - [anon_sym_inf] = ACTIONS(1288), - [anon_sym_DASHinf] = ACTIONS(1288), - [anon_sym_NaN] = ACTIONS(1288), - [anon_sym_0b] = ACTIONS(1288), - [anon_sym_0o] = ACTIONS(1288), - [anon_sym_0x] = ACTIONS(1288), - [sym_val_date] = ACTIONS(1288), - [anon_sym_DQUOTE] = ACTIONS(1288), - [sym__str_single_quotes] = ACTIONS(1288), - [sym__str_back_ticks] = ACTIONS(1288), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1288), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1288), - [anon_sym_CARET] = ACTIONS(1288), + [anon_sym_export] = ACTIONS(1730), + [anon_sym_alias] = ACTIONS(1730), + [anon_sym_let] = ACTIONS(1730), + [anon_sym_let_DASHenv] = ACTIONS(1730), + [anon_sym_mut] = ACTIONS(1730), + [anon_sym_const] = ACTIONS(1730), + [sym_cmd_identifier] = ACTIONS(1730), + [anon_sym_SEMI] = ACTIONS(1730), + [anon_sym_LF] = ACTIONS(1732), + [anon_sym_def] = ACTIONS(1730), + [anon_sym_def_DASHenv] = ACTIONS(1730), + [anon_sym_export_DASHenv] = ACTIONS(1730), + [anon_sym_extern] = ACTIONS(1730), + [anon_sym_module] = ACTIONS(1730), + [anon_sym_use] = ACTIONS(1730), + [anon_sym_LBRACK] = ACTIONS(1730), + [anon_sym_LPAREN] = ACTIONS(1730), + [anon_sym_RPAREN] = ACTIONS(1730), + [anon_sym_DOLLAR] = ACTIONS(1730), + [anon_sym_error] = ACTIONS(1730), + [anon_sym_DASH] = ACTIONS(1730), + [anon_sym_break] = ACTIONS(1730), + [anon_sym_continue] = ACTIONS(1730), + [anon_sym_for] = ACTIONS(1730), + [anon_sym_loop] = ACTIONS(1730), + [anon_sym_while] = ACTIONS(1730), + [anon_sym_do] = ACTIONS(1730), + [anon_sym_if] = ACTIONS(1730), + [anon_sym_match] = ACTIONS(1730), + [anon_sym_LBRACE] = ACTIONS(1716), + [anon_sym_RBRACE] = ACTIONS(1730), + [anon_sym_try] = ACTIONS(1730), + [anon_sym_return] = ACTIONS(1730), + [anon_sym_source] = ACTIONS(1730), + [anon_sym_source_DASHenv] = ACTIONS(1730), + [anon_sym_register] = ACTIONS(1730), + [anon_sym_hide] = ACTIONS(1730), + [anon_sym_hide_DASHenv] = ACTIONS(1730), + [anon_sym_overlay] = ACTIONS(1730), + [anon_sym_where] = ACTIONS(1730), + [anon_sym_not] = ACTIONS(1730), + [anon_sym_DOT_DOT_LT] = ACTIONS(1730), + [anon_sym_DOT_DOT] = ACTIONS(1730), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1730), + [sym_val_nothing] = ACTIONS(1730), + [anon_sym_true] = ACTIONS(1730), + [anon_sym_false] = ACTIONS(1730), + [aux_sym_val_number_token1] = ACTIONS(1730), + [aux_sym_val_number_token2] = ACTIONS(1730), + [aux_sym_val_number_token3] = ACTIONS(1730), + [aux_sym_val_number_token4] = ACTIONS(1730), + [anon_sym_inf] = ACTIONS(1730), + [anon_sym_DASHinf] = ACTIONS(1730), + [anon_sym_NaN] = ACTIONS(1730), + [anon_sym_0b] = ACTIONS(1730), + [anon_sym_0o] = ACTIONS(1730), + [anon_sym_0x] = ACTIONS(1730), + [sym_val_date] = ACTIONS(1730), + [anon_sym_DQUOTE] = ACTIONS(1730), + [sym__str_single_quotes] = ACTIONS(1730), + [sym__str_back_ticks] = ACTIONS(1730), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1730), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1730), + [anon_sym_CARET] = ACTIONS(1730), [anon_sym_POUND] = ACTIONS(3), }, [781] = { [sym_comment] = STATE(781), - [anon_sym_export] = ACTIONS(1292), - [anon_sym_alias] = ACTIONS(1292), - [anon_sym_let] = ACTIONS(1292), - [anon_sym_let_DASHenv] = ACTIONS(1292), - [anon_sym_mut] = ACTIONS(1292), - [anon_sym_const] = ACTIONS(1292), - [sym_cmd_identifier] = ACTIONS(1292), - [anon_sym_SEMI] = ACTIONS(1292), - [anon_sym_LF] = ACTIONS(1294), - [anon_sym_def] = ACTIONS(1292), - [anon_sym_def_DASHenv] = ACTIONS(1292), - [anon_sym_export_DASHenv] = ACTIONS(1292), - [anon_sym_extern] = ACTIONS(1292), - [anon_sym_module] = ACTIONS(1292), - [anon_sym_use] = ACTIONS(1292), - [anon_sym_LBRACK] = ACTIONS(1292), - [anon_sym_LPAREN] = ACTIONS(1292), - [anon_sym_RPAREN] = ACTIONS(1292), - [anon_sym_PIPE] = ACTIONS(1292), - [anon_sym_DOLLAR] = ACTIONS(1292), - [anon_sym_error] = ACTIONS(1292), - [anon_sym_DASH] = ACTIONS(1292), - [anon_sym_break] = ACTIONS(1292), - [anon_sym_continue] = ACTIONS(1292), - [anon_sym_for] = ACTIONS(1292), - [anon_sym_loop] = ACTIONS(1292), - [anon_sym_while] = ACTIONS(1292), - [anon_sym_do] = ACTIONS(1292), - [anon_sym_if] = ACTIONS(1292), - [anon_sym_match] = ACTIONS(1292), - [anon_sym_LBRACE] = ACTIONS(1292), - [anon_sym_RBRACE] = ACTIONS(1292), - [anon_sym_try] = ACTIONS(1292), - [anon_sym_return] = ACTIONS(1292), - [anon_sym_source] = ACTIONS(1292), - [anon_sym_source_DASHenv] = ACTIONS(1292), - [anon_sym_register] = ACTIONS(1292), - [anon_sym_hide] = ACTIONS(1292), - [anon_sym_hide_DASHenv] = ACTIONS(1292), - [anon_sym_overlay] = ACTIONS(1292), - [anon_sym_where] = ACTIONS(1292), - [anon_sym_not] = ACTIONS(1292), - [anon_sym_DOT_DOT_LT] = ACTIONS(1292), - [anon_sym_DOT_DOT] = ACTIONS(1292), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1292), - [sym_val_nothing] = ACTIONS(1292), - [anon_sym_true] = ACTIONS(1292), - [anon_sym_false] = ACTIONS(1292), - [aux_sym_val_number_token1] = ACTIONS(1292), - [aux_sym_val_number_token2] = ACTIONS(1292), - [aux_sym_val_number_token3] = ACTIONS(1292), - [aux_sym_val_number_token4] = ACTIONS(1292), - [anon_sym_inf] = ACTIONS(1292), - [anon_sym_DASHinf] = ACTIONS(1292), - [anon_sym_NaN] = ACTIONS(1292), - [anon_sym_0b] = ACTIONS(1292), - [anon_sym_0o] = ACTIONS(1292), - [anon_sym_0x] = ACTIONS(1292), - [sym_val_date] = ACTIONS(1292), - [anon_sym_DQUOTE] = ACTIONS(1292), - [sym__str_single_quotes] = ACTIONS(1292), - [sym__str_back_ticks] = ACTIONS(1292), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1292), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1292), - [anon_sym_CARET] = ACTIONS(1292), + [anon_sym_export] = ACTIONS(1734), + [anon_sym_alias] = ACTIONS(1734), + [anon_sym_let] = ACTIONS(1734), + [anon_sym_let_DASHenv] = ACTIONS(1734), + [anon_sym_mut] = ACTIONS(1734), + [anon_sym_const] = ACTIONS(1734), + [sym_cmd_identifier] = ACTIONS(1734), + [anon_sym_SEMI] = ACTIONS(1734), + [anon_sym_LF] = ACTIONS(1736), + [anon_sym_def] = ACTIONS(1734), + [anon_sym_def_DASHenv] = ACTIONS(1734), + [anon_sym_export_DASHenv] = ACTIONS(1734), + [anon_sym_extern] = ACTIONS(1734), + [anon_sym_module] = ACTIONS(1734), + [anon_sym_use] = ACTIONS(1734), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_RPAREN] = ACTIONS(1734), + [anon_sym_PIPE] = ACTIONS(1734), + [anon_sym_DOLLAR] = ACTIONS(1734), + [anon_sym_error] = ACTIONS(1734), + [anon_sym_DASH] = ACTIONS(1734), + [anon_sym_break] = ACTIONS(1734), + [anon_sym_continue] = ACTIONS(1734), + [anon_sym_for] = ACTIONS(1734), + [anon_sym_loop] = ACTIONS(1734), + [anon_sym_while] = ACTIONS(1734), + [anon_sym_do] = ACTIONS(1734), + [anon_sym_if] = ACTIONS(1734), + [anon_sym_match] = ACTIONS(1734), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_RBRACE] = ACTIONS(1734), + [anon_sym_try] = ACTIONS(1734), + [anon_sym_return] = ACTIONS(1734), + [anon_sym_source] = ACTIONS(1734), + [anon_sym_source_DASHenv] = ACTIONS(1734), + [anon_sym_register] = ACTIONS(1734), + [anon_sym_hide] = ACTIONS(1734), + [anon_sym_hide_DASHenv] = ACTIONS(1734), + [anon_sym_overlay] = ACTIONS(1734), + [anon_sym_where] = ACTIONS(1734), + [anon_sym_not] = ACTIONS(1734), + [anon_sym_DOT_DOT_LT] = ACTIONS(1734), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1734), + [sym_val_nothing] = ACTIONS(1734), + [anon_sym_true] = ACTIONS(1734), + [anon_sym_false] = ACTIONS(1734), + [aux_sym_val_number_token1] = ACTIONS(1734), + [aux_sym_val_number_token2] = ACTIONS(1734), + [aux_sym_val_number_token3] = ACTIONS(1734), + [aux_sym_val_number_token4] = ACTIONS(1734), + [anon_sym_inf] = ACTIONS(1734), + [anon_sym_DASHinf] = ACTIONS(1734), + [anon_sym_NaN] = ACTIONS(1734), + [anon_sym_0b] = ACTIONS(1734), + [anon_sym_0o] = ACTIONS(1734), + [anon_sym_0x] = ACTIONS(1734), + [sym_val_date] = ACTIONS(1734), + [anon_sym_DQUOTE] = ACTIONS(1734), + [sym__str_single_quotes] = ACTIONS(1734), + [sym__str_back_ticks] = ACTIONS(1734), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1734), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1734), + [anon_sym_CARET] = ACTIONS(1734), [anon_sym_POUND] = ACTIONS(3), }, [782] = { [sym_comment] = STATE(782), - [anon_sym_export] = ACTIONS(769), - [anon_sym_alias] = ACTIONS(769), - [anon_sym_let] = ACTIONS(769), - [anon_sym_let_DASHenv] = ACTIONS(769), - [anon_sym_mut] = ACTIONS(769), - [anon_sym_const] = ACTIONS(769), - [sym_cmd_identifier] = ACTIONS(769), - [anon_sym_SEMI] = ACTIONS(769), - [anon_sym_LF] = ACTIONS(771), - [anon_sym_def] = ACTIONS(769), - [anon_sym_def_DASHenv] = ACTIONS(769), - [anon_sym_export_DASHenv] = ACTIONS(769), - [anon_sym_extern] = ACTIONS(769), - [anon_sym_module] = ACTIONS(769), - [anon_sym_use] = ACTIONS(769), - [anon_sym_LBRACK] = ACTIONS(769), - [anon_sym_LPAREN] = ACTIONS(769), - [anon_sym_RPAREN] = ACTIONS(769), - [anon_sym_DOLLAR] = ACTIONS(769), - [anon_sym_error] = ACTIONS(769), - [anon_sym_DASH] = ACTIONS(769), - [anon_sym_break] = ACTIONS(769), - [anon_sym_continue] = ACTIONS(769), - [anon_sym_for] = ACTIONS(769), - [anon_sym_loop] = ACTIONS(769), - [anon_sym_while] = ACTIONS(769), - [anon_sym_do] = ACTIONS(769), - [anon_sym_if] = ACTIONS(769), - [anon_sym_match] = ACTIONS(769), - [anon_sym_LBRACE] = ACTIONS(769), - [anon_sym_RBRACE] = ACTIONS(769), - [anon_sym_try] = ACTIONS(769), - [anon_sym_return] = ACTIONS(769), - [anon_sym_source] = ACTIONS(769), - [anon_sym_source_DASHenv] = ACTIONS(769), - [anon_sym_register] = ACTIONS(769), - [anon_sym_hide] = ACTIONS(769), - [anon_sym_hide_DASHenv] = ACTIONS(769), - [anon_sym_overlay] = ACTIONS(769), - [anon_sym_STAR] = ACTIONS(769), - [anon_sym_where] = ACTIONS(769), - [anon_sym_not] = ACTIONS(769), - [anon_sym_DOT_DOT_LT] = ACTIONS(769), - [anon_sym_DOT_DOT] = ACTIONS(769), - [anon_sym_DOT_DOT_EQ] = ACTIONS(769), - [sym_val_nothing] = ACTIONS(769), - [anon_sym_true] = ACTIONS(769), - [anon_sym_false] = ACTIONS(769), - [aux_sym_val_number_token1] = ACTIONS(769), - [aux_sym_val_number_token2] = ACTIONS(769), - [aux_sym_val_number_token3] = ACTIONS(769), - [aux_sym_val_number_token4] = ACTIONS(769), - [anon_sym_inf] = ACTIONS(769), - [anon_sym_DASHinf] = ACTIONS(769), - [anon_sym_NaN] = ACTIONS(769), - [anon_sym_0b] = ACTIONS(769), - [anon_sym_0o] = ACTIONS(769), - [anon_sym_0x] = ACTIONS(769), - [sym_val_date] = ACTIONS(769), - [anon_sym_DQUOTE] = ACTIONS(769), - [sym__str_single_quotes] = ACTIONS(769), - [sym__str_back_ticks] = ACTIONS(769), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), - [anon_sym_CARET] = ACTIONS(769), + [anon_sym_export] = ACTIONS(1738), + [anon_sym_alias] = ACTIONS(1738), + [anon_sym_let] = ACTIONS(1738), + [anon_sym_let_DASHenv] = ACTIONS(1738), + [anon_sym_mut] = ACTIONS(1738), + [anon_sym_const] = ACTIONS(1738), + [sym_cmd_identifier] = ACTIONS(1738), + [anon_sym_SEMI] = ACTIONS(1738), + [anon_sym_LF] = ACTIONS(1740), + [anon_sym_def] = ACTIONS(1738), + [anon_sym_def_DASHenv] = ACTIONS(1738), + [anon_sym_export_DASHenv] = ACTIONS(1738), + [anon_sym_extern] = ACTIONS(1738), + [anon_sym_module] = ACTIONS(1738), + [anon_sym_use] = ACTIONS(1738), + [anon_sym_LBRACK] = ACTIONS(1738), + [anon_sym_LPAREN] = ACTIONS(1738), + [anon_sym_RPAREN] = ACTIONS(1738), + [anon_sym_PIPE] = ACTIONS(1738), + [anon_sym_DOLLAR] = ACTIONS(1738), + [anon_sym_error] = ACTIONS(1738), + [anon_sym_DASH] = ACTIONS(1738), + [anon_sym_break] = ACTIONS(1738), + [anon_sym_continue] = ACTIONS(1738), + [anon_sym_for] = ACTIONS(1738), + [anon_sym_loop] = ACTIONS(1738), + [anon_sym_while] = ACTIONS(1738), + [anon_sym_do] = ACTIONS(1738), + [anon_sym_if] = ACTIONS(1738), + [anon_sym_match] = ACTIONS(1738), + [anon_sym_LBRACE] = ACTIONS(1738), + [anon_sym_RBRACE] = ACTIONS(1738), + [anon_sym_try] = ACTIONS(1738), + [anon_sym_return] = ACTIONS(1738), + [anon_sym_source] = ACTIONS(1738), + [anon_sym_source_DASHenv] = ACTIONS(1738), + [anon_sym_register] = ACTIONS(1738), + [anon_sym_hide] = ACTIONS(1738), + [anon_sym_hide_DASHenv] = ACTIONS(1738), + [anon_sym_overlay] = ACTIONS(1738), + [anon_sym_where] = ACTIONS(1738), + [anon_sym_not] = ACTIONS(1738), + [anon_sym_DOT_DOT_LT] = ACTIONS(1738), + [anon_sym_DOT_DOT] = ACTIONS(1738), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1738), + [sym_val_nothing] = ACTIONS(1738), + [anon_sym_true] = ACTIONS(1738), + [anon_sym_false] = ACTIONS(1738), + [aux_sym_val_number_token1] = ACTIONS(1738), + [aux_sym_val_number_token2] = ACTIONS(1738), + [aux_sym_val_number_token3] = ACTIONS(1738), + [aux_sym_val_number_token4] = ACTIONS(1738), + [anon_sym_inf] = ACTIONS(1738), + [anon_sym_DASHinf] = ACTIONS(1738), + [anon_sym_NaN] = ACTIONS(1738), + [anon_sym_0b] = ACTIONS(1738), + [anon_sym_0o] = ACTIONS(1738), + [anon_sym_0x] = ACTIONS(1738), + [sym_val_date] = ACTIONS(1738), + [anon_sym_DQUOTE] = ACTIONS(1738), + [sym__str_single_quotes] = ACTIONS(1738), + [sym__str_back_ticks] = ACTIONS(1738), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1738), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1738), + [anon_sym_CARET] = ACTIONS(1738), [anon_sym_POUND] = ACTIONS(3), }, [783] = { [sym_comment] = STATE(783), - [anon_sym_export] = ACTIONS(750), - [anon_sym_alias] = ACTIONS(750), - [anon_sym_let] = ACTIONS(750), - [anon_sym_let_DASHenv] = ACTIONS(750), - [anon_sym_mut] = ACTIONS(750), - [anon_sym_const] = ACTIONS(750), - [sym_cmd_identifier] = ACTIONS(750), - [anon_sym_SEMI] = ACTIONS(750), - [anon_sym_LF] = ACTIONS(752), - [anon_sym_def] = ACTIONS(750), - [anon_sym_def_DASHenv] = ACTIONS(750), - [anon_sym_export_DASHenv] = ACTIONS(750), - [anon_sym_extern] = ACTIONS(750), - [anon_sym_module] = ACTIONS(750), - [anon_sym_use] = ACTIONS(750), - [anon_sym_LBRACK] = ACTIONS(750), - [anon_sym_LPAREN] = ACTIONS(750), - [anon_sym_RPAREN] = ACTIONS(750), - [anon_sym_DOLLAR] = ACTIONS(750), - [anon_sym_error] = ACTIONS(750), - [anon_sym_DASH] = ACTIONS(750), - [anon_sym_break] = ACTIONS(750), - [anon_sym_continue] = ACTIONS(750), - [anon_sym_for] = ACTIONS(750), - [anon_sym_loop] = ACTIONS(750), - [anon_sym_while] = ACTIONS(750), - [anon_sym_do] = ACTIONS(750), - [anon_sym_if] = ACTIONS(750), - [anon_sym_match] = ACTIONS(750), - [anon_sym_LBRACE] = ACTIONS(750), - [anon_sym_RBRACE] = ACTIONS(750), - [anon_sym_DOT] = ACTIONS(750), - [anon_sym_try] = ACTIONS(750), - [anon_sym_return] = ACTIONS(750), - [anon_sym_source] = ACTIONS(750), - [anon_sym_source_DASHenv] = ACTIONS(750), - [anon_sym_register] = ACTIONS(750), - [anon_sym_hide] = ACTIONS(750), - [anon_sym_hide_DASHenv] = ACTIONS(750), - [anon_sym_overlay] = ACTIONS(750), - [anon_sym_where] = ACTIONS(750), - [anon_sym_not] = ACTIONS(750), - [anon_sym_DOT_DOT_LT] = ACTIONS(750), - [anon_sym_DOT_DOT] = ACTIONS(750), - [anon_sym_DOT_DOT_EQ] = ACTIONS(750), - [sym_val_nothing] = ACTIONS(750), - [anon_sym_true] = ACTIONS(750), - [anon_sym_false] = ACTIONS(750), - [aux_sym_val_number_token1] = ACTIONS(750), - [aux_sym_val_number_token2] = ACTIONS(750), - [aux_sym_val_number_token3] = ACTIONS(750), - [aux_sym_val_number_token4] = ACTIONS(750), - [anon_sym_inf] = ACTIONS(750), - [anon_sym_DASHinf] = ACTIONS(750), - [anon_sym_NaN] = ACTIONS(750), - [anon_sym_0b] = ACTIONS(750), - [anon_sym_0o] = ACTIONS(750), - [anon_sym_0x] = ACTIONS(750), - [sym_val_date] = ACTIONS(750), - [anon_sym_DQUOTE] = ACTIONS(750), - [sym__str_single_quotes] = ACTIONS(750), - [sym__str_back_ticks] = ACTIONS(750), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(750), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(750), - [anon_sym_CARET] = ACTIONS(750), + [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), + [sym_cmd_identifier] = ACTIONS(1325), + [anon_sym_SEMI] = ACTIONS(1325), + [anon_sym_LF] = ACTIONS(1327), + [anon_sym_def] = ACTIONS(1325), + [anon_sym_def_DASHenv] = 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_LBRACK] = ACTIONS(1325), + [anon_sym_LPAREN] = ACTIONS(1325), + [anon_sym_RPAREN] = ACTIONS(1325), + [anon_sym_PIPE] = ACTIONS(1325), + [anon_sym_DOLLAR] = ACTIONS(1325), + [anon_sym_error] = ACTIONS(1325), + [anon_sym_DASH] = ACTIONS(1325), + [anon_sym_break] = ACTIONS(1325), + [anon_sym_continue] = ACTIONS(1325), + [anon_sym_for] = ACTIONS(1325), + [anon_sym_loop] = ACTIONS(1325), + [anon_sym_while] = ACTIONS(1325), + [anon_sym_do] = ACTIONS(1325), + [anon_sym_if] = ACTIONS(1325), + [anon_sym_match] = ACTIONS(1325), + [anon_sym_LBRACE] = ACTIONS(1325), + [anon_sym_RBRACE] = ACTIONS(1325), + [anon_sym_try] = 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_where] = ACTIONS(1325), + [anon_sym_not] = ACTIONS(1325), + [anon_sym_DOT_DOT_LT] = ACTIONS(1325), + [anon_sym_DOT_DOT] = ACTIONS(1325), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1325), + [sym_val_nothing] = ACTIONS(1325), + [anon_sym_true] = ACTIONS(1325), + [anon_sym_false] = ACTIONS(1325), + [aux_sym_val_number_token1] = ACTIONS(1325), + [aux_sym_val_number_token2] = ACTIONS(1325), + [aux_sym_val_number_token3] = ACTIONS(1325), + [aux_sym_val_number_token4] = ACTIONS(1325), + [anon_sym_inf] = ACTIONS(1325), + [anon_sym_DASHinf] = ACTIONS(1325), + [anon_sym_NaN] = ACTIONS(1325), + [anon_sym_0b] = ACTIONS(1325), + [anon_sym_0o] = ACTIONS(1325), + [anon_sym_0x] = ACTIONS(1325), + [sym_val_date] = ACTIONS(1325), + [anon_sym_DQUOTE] = ACTIONS(1325), + [sym__str_single_quotes] = ACTIONS(1325), + [sym__str_back_ticks] = ACTIONS(1325), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1325), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1325), + [anon_sym_CARET] = ACTIONS(1325), [anon_sym_POUND] = ACTIONS(3), }, [784] = { - [sym_block] = STATE(799), + [sym_block] = STATE(867), [sym_comment] = STATE(784), - [anon_sym_export] = ACTIONS(1736), - [anon_sym_alias] = ACTIONS(1736), - [anon_sym_let] = ACTIONS(1736), - [anon_sym_let_DASHenv] = ACTIONS(1736), - [anon_sym_mut] = ACTIONS(1736), - [anon_sym_const] = ACTIONS(1736), - [sym_cmd_identifier] = ACTIONS(1736), - [anon_sym_SEMI] = ACTIONS(1736), - [anon_sym_LF] = ACTIONS(1738), - [anon_sym_def] = ACTIONS(1736), - [anon_sym_def_DASHenv] = ACTIONS(1736), - [anon_sym_export_DASHenv] = ACTIONS(1736), - [anon_sym_extern] = ACTIONS(1736), - [anon_sym_module] = ACTIONS(1736), - [anon_sym_use] = ACTIONS(1736), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_RPAREN] = ACTIONS(1736), - [anon_sym_DOLLAR] = ACTIONS(1736), - [anon_sym_error] = ACTIONS(1736), - [anon_sym_DASH] = ACTIONS(1736), - [anon_sym_break] = ACTIONS(1736), - [anon_sym_continue] = ACTIONS(1736), - [anon_sym_for] = ACTIONS(1736), - [anon_sym_loop] = ACTIONS(1736), - [anon_sym_while] = ACTIONS(1736), - [anon_sym_do] = ACTIONS(1736), - [anon_sym_if] = ACTIONS(1736), - [anon_sym_match] = ACTIONS(1736), - [anon_sym_LBRACE] = ACTIONS(1672), - [anon_sym_RBRACE] = ACTIONS(1736), - [anon_sym_try] = ACTIONS(1736), - [anon_sym_return] = ACTIONS(1736), - [anon_sym_source] = ACTIONS(1736), - [anon_sym_source_DASHenv] = ACTIONS(1736), - [anon_sym_register] = ACTIONS(1736), - [anon_sym_hide] = ACTIONS(1736), - [anon_sym_hide_DASHenv] = ACTIONS(1736), - [anon_sym_overlay] = ACTIONS(1736), - [anon_sym_where] = ACTIONS(1736), - [anon_sym_not] = ACTIONS(1736), - [anon_sym_DOT_DOT_LT] = ACTIONS(1736), - [anon_sym_DOT_DOT] = ACTIONS(1736), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1736), - [sym_val_nothing] = ACTIONS(1736), - [anon_sym_true] = ACTIONS(1736), - [anon_sym_false] = ACTIONS(1736), - [aux_sym_val_number_token1] = ACTIONS(1736), - [aux_sym_val_number_token2] = ACTIONS(1736), - [aux_sym_val_number_token3] = ACTIONS(1736), - [aux_sym_val_number_token4] = ACTIONS(1736), - [anon_sym_inf] = ACTIONS(1736), - [anon_sym_DASHinf] = ACTIONS(1736), - [anon_sym_NaN] = ACTIONS(1736), - [anon_sym_0b] = ACTIONS(1736), - [anon_sym_0o] = ACTIONS(1736), - [anon_sym_0x] = ACTIONS(1736), - [sym_val_date] = ACTIONS(1736), - [anon_sym_DQUOTE] = ACTIONS(1736), - [sym__str_single_quotes] = ACTIONS(1736), - [sym__str_back_ticks] = ACTIONS(1736), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1736), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1736), - [anon_sym_CARET] = ACTIONS(1736), + [anon_sym_export] = ACTIONS(1730), + [anon_sym_alias] = ACTIONS(1730), + [anon_sym_let] = ACTIONS(1730), + [anon_sym_let_DASHenv] = ACTIONS(1730), + [anon_sym_mut] = ACTIONS(1730), + [anon_sym_const] = ACTIONS(1730), + [sym_cmd_identifier] = ACTIONS(1730), + [anon_sym_SEMI] = ACTIONS(1730), + [anon_sym_LF] = ACTIONS(1732), + [anon_sym_def] = ACTIONS(1730), + [anon_sym_def_DASHenv] = ACTIONS(1730), + [anon_sym_export_DASHenv] = ACTIONS(1730), + [anon_sym_extern] = ACTIONS(1730), + [anon_sym_module] = ACTIONS(1730), + [anon_sym_use] = ACTIONS(1730), + [anon_sym_LBRACK] = ACTIONS(1730), + [anon_sym_LPAREN] = ACTIONS(1730), + [anon_sym_RPAREN] = ACTIONS(1730), + [anon_sym_DOLLAR] = ACTIONS(1730), + [anon_sym_error] = ACTIONS(1730), + [anon_sym_DASH] = ACTIONS(1730), + [anon_sym_break] = ACTIONS(1730), + [anon_sym_continue] = ACTIONS(1730), + [anon_sym_for] = ACTIONS(1730), + [anon_sym_loop] = ACTIONS(1730), + [anon_sym_while] = ACTIONS(1730), + [anon_sym_do] = ACTIONS(1730), + [anon_sym_if] = ACTIONS(1730), + [anon_sym_match] = ACTIONS(1730), + [anon_sym_LBRACE] = ACTIONS(1716), + [anon_sym_RBRACE] = ACTIONS(1730), + [anon_sym_try] = ACTIONS(1730), + [anon_sym_return] = ACTIONS(1730), + [anon_sym_source] = ACTIONS(1730), + [anon_sym_source_DASHenv] = ACTIONS(1730), + [anon_sym_register] = ACTIONS(1730), + [anon_sym_hide] = ACTIONS(1730), + [anon_sym_hide_DASHenv] = ACTIONS(1730), + [anon_sym_overlay] = ACTIONS(1730), + [anon_sym_where] = ACTIONS(1730), + [anon_sym_not] = ACTIONS(1730), + [anon_sym_DOT_DOT_LT] = ACTIONS(1730), + [anon_sym_DOT_DOT] = ACTIONS(1730), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1730), + [sym_val_nothing] = ACTIONS(1730), + [anon_sym_true] = ACTIONS(1730), + [anon_sym_false] = ACTIONS(1730), + [aux_sym_val_number_token1] = ACTIONS(1730), + [aux_sym_val_number_token2] = ACTIONS(1730), + [aux_sym_val_number_token3] = ACTIONS(1730), + [aux_sym_val_number_token4] = ACTIONS(1730), + [anon_sym_inf] = ACTIONS(1730), + [anon_sym_DASHinf] = ACTIONS(1730), + [anon_sym_NaN] = ACTIONS(1730), + [anon_sym_0b] = ACTIONS(1730), + [anon_sym_0o] = ACTIONS(1730), + [anon_sym_0x] = ACTIONS(1730), + [sym_val_date] = ACTIONS(1730), + [anon_sym_DQUOTE] = ACTIONS(1730), + [sym__str_single_quotes] = ACTIONS(1730), + [sym__str_back_ticks] = ACTIONS(1730), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1730), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1730), + [anon_sym_CARET] = ACTIONS(1730), [anon_sym_POUND] = ACTIONS(3), }, [785] = { [sym_comment] = STATE(785), + [anon_sym_export] = ACTIONS(1414), + [anon_sym_alias] = ACTIONS(1414), + [anon_sym_let] = ACTIONS(1414), + [anon_sym_let_DASHenv] = ACTIONS(1414), + [anon_sym_mut] = ACTIONS(1414), + [anon_sym_const] = ACTIONS(1414), + [sym_cmd_identifier] = ACTIONS(1414), + [anon_sym_SEMI] = ACTIONS(1414), + [anon_sym_LF] = ACTIONS(1416), + [anon_sym_def] = ACTIONS(1414), + [anon_sym_def_DASHenv] = ACTIONS(1414), + [anon_sym_export_DASHenv] = ACTIONS(1414), + [anon_sym_extern] = ACTIONS(1414), + [anon_sym_module] = ACTIONS(1414), + [anon_sym_use] = ACTIONS(1414), + [anon_sym_LBRACK] = ACTIONS(1414), + [anon_sym_LPAREN] = ACTIONS(1414), + [anon_sym_RPAREN] = ACTIONS(1414), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_DOLLAR] = ACTIONS(1414), + [anon_sym_error] = ACTIONS(1414), + [anon_sym_DASH] = ACTIONS(1414), + [anon_sym_break] = ACTIONS(1414), + [anon_sym_continue] = ACTIONS(1414), + [anon_sym_for] = ACTIONS(1414), + [anon_sym_loop] = ACTIONS(1414), + [anon_sym_while] = ACTIONS(1414), + [anon_sym_do] = ACTIONS(1414), + [anon_sym_if] = ACTIONS(1414), + [anon_sym_match] = ACTIONS(1414), + [anon_sym_LBRACE] = ACTIONS(1414), + [anon_sym_RBRACE] = ACTIONS(1414), + [anon_sym_try] = ACTIONS(1414), + [anon_sym_return] = ACTIONS(1414), + [anon_sym_source] = ACTIONS(1414), + [anon_sym_source_DASHenv] = ACTIONS(1414), + [anon_sym_register] = ACTIONS(1414), + [anon_sym_hide] = ACTIONS(1414), + [anon_sym_hide_DASHenv] = ACTIONS(1414), + [anon_sym_overlay] = ACTIONS(1414), + [anon_sym_where] = ACTIONS(1414), + [anon_sym_not] = ACTIONS(1414), + [anon_sym_DOT_DOT_LT] = ACTIONS(1414), + [anon_sym_DOT_DOT] = ACTIONS(1414), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1414), + [sym_val_nothing] = ACTIONS(1414), + [anon_sym_true] = ACTIONS(1414), + [anon_sym_false] = ACTIONS(1414), + [aux_sym_val_number_token1] = ACTIONS(1414), + [aux_sym_val_number_token2] = ACTIONS(1414), + [aux_sym_val_number_token3] = ACTIONS(1414), + [aux_sym_val_number_token4] = ACTIONS(1414), + [anon_sym_inf] = ACTIONS(1414), + [anon_sym_DASHinf] = ACTIONS(1414), + [anon_sym_NaN] = ACTIONS(1414), + [anon_sym_0b] = ACTIONS(1414), + [anon_sym_0o] = ACTIONS(1414), + [anon_sym_0x] = ACTIONS(1414), + [sym_val_date] = ACTIONS(1414), + [anon_sym_DQUOTE] = ACTIONS(1414), + [sym__str_single_quotes] = ACTIONS(1414), + [sym__str_back_ticks] = ACTIONS(1414), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1414), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1414), + [anon_sym_POUND] = ACTIONS(3), + }, + [786] = { + [sym_comment] = STATE(786), [anon_sym_export] = ACTIONS(1296), [anon_sym_alias] = ACTIONS(1296), [anon_sym_let] = ACTIONS(1296), @@ -114869,146 +114943,215 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1296), [anon_sym_POUND] = ACTIONS(3), }, - [786] = { - [sym_comment] = STATE(786), - [anon_sym_export] = ACTIONS(759), - [anon_sym_alias] = ACTIONS(759), - [anon_sym_let] = ACTIONS(759), - [anon_sym_let_DASHenv] = ACTIONS(759), - [anon_sym_mut] = ACTIONS(759), - [anon_sym_const] = ACTIONS(759), - [sym_cmd_identifier] = ACTIONS(759), - [anon_sym_SEMI] = ACTIONS(759), - [anon_sym_LF] = ACTIONS(761), - [anon_sym_def] = ACTIONS(759), - [anon_sym_def_DASHenv] = ACTIONS(759), - [anon_sym_export_DASHenv] = ACTIONS(759), - [anon_sym_extern] = ACTIONS(759), - [anon_sym_module] = ACTIONS(759), - [anon_sym_use] = ACTIONS(759), - [anon_sym_LBRACK] = ACTIONS(759), - [anon_sym_LPAREN] = ACTIONS(759), - [anon_sym_RPAREN] = ACTIONS(759), - [anon_sym_DOLLAR] = ACTIONS(759), - [anon_sym_error] = ACTIONS(759), - [anon_sym_DASH] = ACTIONS(759), - [anon_sym_break] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(759), - [anon_sym_for] = ACTIONS(759), - [anon_sym_loop] = ACTIONS(759), - [anon_sym_while] = ACTIONS(759), - [anon_sym_do] = ACTIONS(759), - [anon_sym_if] = ACTIONS(759), - [anon_sym_match] = ACTIONS(759), - [anon_sym_LBRACE] = ACTIONS(759), - [anon_sym_RBRACE] = ACTIONS(759), - [anon_sym_DOT] = ACTIONS(759), - [anon_sym_try] = ACTIONS(759), - [anon_sym_return] = ACTIONS(759), - [anon_sym_source] = ACTIONS(759), - [anon_sym_source_DASHenv] = ACTIONS(759), - [anon_sym_register] = ACTIONS(759), - [anon_sym_hide] = ACTIONS(759), - [anon_sym_hide_DASHenv] = ACTIONS(759), - [anon_sym_overlay] = ACTIONS(759), - [anon_sym_where] = ACTIONS(759), - [anon_sym_not] = ACTIONS(759), - [anon_sym_DOT_DOT_LT] = ACTIONS(759), - [anon_sym_DOT_DOT] = ACTIONS(759), - [anon_sym_DOT_DOT_EQ] = ACTIONS(759), - [sym_val_nothing] = ACTIONS(759), - [anon_sym_true] = ACTIONS(759), - [anon_sym_false] = ACTIONS(759), - [aux_sym_val_number_token1] = ACTIONS(759), - [aux_sym_val_number_token2] = ACTIONS(759), - [aux_sym_val_number_token3] = ACTIONS(759), - [aux_sym_val_number_token4] = ACTIONS(759), - [anon_sym_inf] = ACTIONS(759), - [anon_sym_DASHinf] = ACTIONS(759), - [anon_sym_NaN] = ACTIONS(759), - [anon_sym_0b] = ACTIONS(759), - [anon_sym_0o] = ACTIONS(759), - [anon_sym_0x] = ACTIONS(759), - [sym_val_date] = ACTIONS(759), - [anon_sym_DQUOTE] = ACTIONS(759), - [sym__str_single_quotes] = ACTIONS(759), - [sym__str_back_ticks] = ACTIONS(759), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(759), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(759), - [anon_sym_CARET] = ACTIONS(759), - [anon_sym_POUND] = ACTIONS(3), - }, [787] = { [sym_comment] = STATE(787), - [ts_builtin_sym_end] = ACTIONS(1627), - [anon_sym_export] = ACTIONS(1625), - [anon_sym_alias] = ACTIONS(1625), - [anon_sym_let] = ACTIONS(1625), - [anon_sym_let_DASHenv] = ACTIONS(1625), - [anon_sym_mut] = ACTIONS(1625), - [anon_sym_const] = ACTIONS(1625), - [sym_cmd_identifier] = ACTIONS(1625), - [anon_sym_SEMI] = ACTIONS(1625), - [anon_sym_LF] = ACTIONS(1627), - [anon_sym_def] = ACTIONS(1625), - [anon_sym_def_DASHenv] = ACTIONS(1625), - [anon_sym_export_DASHenv] = ACTIONS(1625), - [anon_sym_extern] = ACTIONS(1625), - [anon_sym_module] = ACTIONS(1625), - [anon_sym_use] = ACTIONS(1625), - [anon_sym_LBRACK] = ACTIONS(1625), - [anon_sym_LPAREN] = ACTIONS(1625), - [anon_sym_PIPE] = ACTIONS(1625), - [anon_sym_DOLLAR] = ACTIONS(1625), - [anon_sym_error] = ACTIONS(1625), - [anon_sym_DASH] = ACTIONS(1625), - [anon_sym_break] = ACTIONS(1625), - [anon_sym_continue] = ACTIONS(1625), - [anon_sym_for] = ACTIONS(1625), - [anon_sym_loop] = ACTIONS(1625), - [anon_sym_while] = ACTIONS(1625), - [anon_sym_do] = ACTIONS(1625), - [anon_sym_if] = ACTIONS(1625), - [anon_sym_match] = ACTIONS(1625), - [anon_sym_LBRACE] = ACTIONS(1625), - [anon_sym_try] = ACTIONS(1625), - [anon_sym_catch] = ACTIONS(1740), - [anon_sym_return] = ACTIONS(1625), - [anon_sym_source] = ACTIONS(1625), - [anon_sym_source_DASHenv] = ACTIONS(1625), - [anon_sym_register] = ACTIONS(1625), - [anon_sym_hide] = ACTIONS(1625), - [anon_sym_hide_DASHenv] = ACTIONS(1625), - [anon_sym_overlay] = ACTIONS(1625), - [anon_sym_where] = ACTIONS(1625), - [anon_sym_not] = ACTIONS(1625), - [anon_sym_DOT_DOT_LT] = ACTIONS(1625), - [anon_sym_DOT_DOT] = ACTIONS(1625), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1625), - [sym_val_nothing] = ACTIONS(1625), - [anon_sym_true] = ACTIONS(1625), - [anon_sym_false] = 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), - [anon_sym_inf] = ACTIONS(1625), - [anon_sym_DASHinf] = ACTIONS(1625), - [anon_sym_NaN] = ACTIONS(1625), - [anon_sym_0b] = ACTIONS(1625), - [anon_sym_0o] = ACTIONS(1625), - [anon_sym_0x] = ACTIONS(1625), - [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_CARET] = ACTIONS(1625), + [anon_sym_export] = ACTIONS(753), + [anon_sym_alias] = ACTIONS(753), + [anon_sym_let] = ACTIONS(753), + [anon_sym_let_DASHenv] = ACTIONS(753), + [anon_sym_mut] = ACTIONS(753), + [anon_sym_const] = ACTIONS(753), + [sym_cmd_identifier] = ACTIONS(753), + [anon_sym_SEMI] = ACTIONS(753), + [anon_sym_LF] = ACTIONS(755), + [anon_sym_def] = ACTIONS(753), + [anon_sym_def_DASHenv] = ACTIONS(753), + [anon_sym_export_DASHenv] = ACTIONS(753), + [anon_sym_extern] = ACTIONS(753), + [anon_sym_module] = ACTIONS(753), + [anon_sym_use] = ACTIONS(753), + [anon_sym_LBRACK] = ACTIONS(753), + [anon_sym_LPAREN] = ACTIONS(753), + [anon_sym_RPAREN] = ACTIONS(753), + [anon_sym_DOLLAR] = ACTIONS(753), + [anon_sym_error] = ACTIONS(753), + [anon_sym_DASH] = ACTIONS(753), + [anon_sym_break] = ACTIONS(753), + [anon_sym_continue] = ACTIONS(753), + [anon_sym_for] = ACTIONS(753), + [anon_sym_loop] = ACTIONS(753), + [anon_sym_while] = ACTIONS(753), + [anon_sym_do] = ACTIONS(753), + [anon_sym_if] = ACTIONS(753), + [anon_sym_match] = ACTIONS(753), + [anon_sym_LBRACE] = ACTIONS(753), + [anon_sym_RBRACE] = ACTIONS(753), + [anon_sym_DOT] = ACTIONS(753), + [anon_sym_try] = ACTIONS(753), + [anon_sym_return] = ACTIONS(753), + [anon_sym_source] = ACTIONS(753), + [anon_sym_source_DASHenv] = ACTIONS(753), + [anon_sym_register] = ACTIONS(753), + [anon_sym_hide] = ACTIONS(753), + [anon_sym_hide_DASHenv] = ACTIONS(753), + [anon_sym_overlay] = ACTIONS(753), + [anon_sym_where] = ACTIONS(753), + [anon_sym_not] = ACTIONS(753), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_DOT_DOT] = ACTIONS(753), + [anon_sym_DOT_DOT_EQ] = ACTIONS(753), + [sym_val_nothing] = ACTIONS(753), + [anon_sym_true] = ACTIONS(753), + [anon_sym_false] = ACTIONS(753), + [aux_sym_val_number_token1] = ACTIONS(753), + [aux_sym_val_number_token2] = ACTIONS(753), + [aux_sym_val_number_token3] = ACTIONS(753), + [aux_sym_val_number_token4] = ACTIONS(753), + [anon_sym_inf] = ACTIONS(753), + [anon_sym_DASHinf] = ACTIONS(753), + [anon_sym_NaN] = ACTIONS(753), + [anon_sym_0b] = ACTIONS(753), + [anon_sym_0o] = ACTIONS(753), + [anon_sym_0x] = ACTIONS(753), + [sym_val_date] = ACTIONS(753), + [anon_sym_DQUOTE] = ACTIONS(753), + [sym__str_single_quotes] = ACTIONS(753), + [sym__str_back_ticks] = ACTIONS(753), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(753), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(753), + [anon_sym_CARET] = ACTIONS(753), [anon_sym_POUND] = ACTIONS(3), }, [788] = { [sym_comment] = STATE(788), + [anon_sym_export] = ACTIONS(710), + [anon_sym_alias] = ACTIONS(710), + [anon_sym_let] = ACTIONS(710), + [anon_sym_let_DASHenv] = ACTIONS(710), + [anon_sym_mut] = ACTIONS(710), + [anon_sym_const] = ACTIONS(710), + [sym_cmd_identifier] = ACTIONS(710), + [anon_sym_SEMI] = ACTIONS(710), + [anon_sym_LF] = ACTIONS(712), + [anon_sym_def] = ACTIONS(710), + [anon_sym_def_DASHenv] = ACTIONS(710), + [anon_sym_export_DASHenv] = ACTIONS(710), + [anon_sym_extern] = ACTIONS(710), + [anon_sym_module] = ACTIONS(710), + [anon_sym_use] = ACTIONS(710), + [anon_sym_LBRACK] = ACTIONS(710), + [anon_sym_LPAREN] = ACTIONS(710), + [anon_sym_RPAREN] = ACTIONS(710), + [anon_sym_DOLLAR] = ACTIONS(710), + [anon_sym_error] = ACTIONS(710), + [anon_sym_DASH] = ACTIONS(710), + [anon_sym_break] = ACTIONS(710), + [anon_sym_continue] = ACTIONS(710), + [anon_sym_for] = ACTIONS(710), + [anon_sym_loop] = ACTIONS(710), + [anon_sym_while] = ACTIONS(710), + [anon_sym_do] = ACTIONS(710), + [anon_sym_if] = ACTIONS(710), + [anon_sym_match] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(710), + [anon_sym_RBRACE] = ACTIONS(710), + [anon_sym_DOT] = ACTIONS(710), + [anon_sym_try] = ACTIONS(710), + [anon_sym_return] = ACTIONS(710), + [anon_sym_source] = ACTIONS(710), + [anon_sym_source_DASHenv] = ACTIONS(710), + [anon_sym_register] = ACTIONS(710), + [anon_sym_hide] = ACTIONS(710), + [anon_sym_hide_DASHenv] = ACTIONS(710), + [anon_sym_overlay] = ACTIONS(710), + [anon_sym_where] = ACTIONS(710), + [anon_sym_not] = ACTIONS(710), + [anon_sym_DOT_DOT_LT] = ACTIONS(710), + [anon_sym_DOT_DOT] = ACTIONS(710), + [anon_sym_DOT_DOT_EQ] = ACTIONS(710), + [sym_val_nothing] = ACTIONS(710), + [anon_sym_true] = ACTIONS(710), + [anon_sym_false] = ACTIONS(710), + [aux_sym_val_number_token1] = ACTIONS(710), + [aux_sym_val_number_token2] = ACTIONS(710), + [aux_sym_val_number_token3] = ACTIONS(710), + [aux_sym_val_number_token4] = ACTIONS(710), + [anon_sym_inf] = ACTIONS(710), + [anon_sym_DASHinf] = ACTIONS(710), + [anon_sym_NaN] = ACTIONS(710), + [anon_sym_0b] = ACTIONS(710), + [anon_sym_0o] = ACTIONS(710), + [anon_sym_0x] = ACTIONS(710), + [sym_val_date] = ACTIONS(710), + [anon_sym_DQUOTE] = ACTIONS(710), + [sym__str_single_quotes] = ACTIONS(710), + [sym__str_back_ticks] = ACTIONS(710), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(710), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(710), + [anon_sym_CARET] = ACTIONS(710), + [anon_sym_POUND] = ACTIONS(3), + }, + [789] = { + [sym_comment] = STATE(789), + [anon_sym_export] = ACTIONS(1292), + [anon_sym_alias] = ACTIONS(1292), + [anon_sym_let] = ACTIONS(1292), + [anon_sym_let_DASHenv] = ACTIONS(1292), + [anon_sym_mut] = ACTIONS(1292), + [anon_sym_const] = ACTIONS(1292), + [sym_cmd_identifier] = ACTIONS(1292), + [anon_sym_SEMI] = ACTIONS(1292), + [anon_sym_LF] = ACTIONS(1294), + [anon_sym_def] = ACTIONS(1292), + [anon_sym_def_DASHenv] = ACTIONS(1292), + [anon_sym_export_DASHenv] = ACTIONS(1292), + [anon_sym_extern] = ACTIONS(1292), + [anon_sym_module] = ACTIONS(1292), + [anon_sym_use] = ACTIONS(1292), + [anon_sym_LBRACK] = ACTIONS(1292), + [anon_sym_LPAREN] = ACTIONS(1292), + [anon_sym_RPAREN] = ACTIONS(1292), + [anon_sym_PIPE] = ACTIONS(1292), + [anon_sym_DOLLAR] = ACTIONS(1292), + [anon_sym_error] = ACTIONS(1292), + [anon_sym_DASH] = ACTIONS(1292), + [anon_sym_break] = ACTIONS(1292), + [anon_sym_continue] = ACTIONS(1292), + [anon_sym_for] = ACTIONS(1292), + [anon_sym_loop] = ACTIONS(1292), + [anon_sym_while] = ACTIONS(1292), + [anon_sym_do] = ACTIONS(1292), + [anon_sym_if] = ACTIONS(1292), + [anon_sym_match] = ACTIONS(1292), + [anon_sym_LBRACE] = ACTIONS(1292), + [anon_sym_RBRACE] = ACTIONS(1292), + [anon_sym_try] = ACTIONS(1292), + [anon_sym_return] = ACTIONS(1292), + [anon_sym_source] = ACTIONS(1292), + [anon_sym_source_DASHenv] = ACTIONS(1292), + [anon_sym_register] = ACTIONS(1292), + [anon_sym_hide] = ACTIONS(1292), + [anon_sym_hide_DASHenv] = ACTIONS(1292), + [anon_sym_overlay] = ACTIONS(1292), + [anon_sym_where] = ACTIONS(1292), + [anon_sym_not] = ACTIONS(1292), + [anon_sym_DOT_DOT_LT] = ACTIONS(1292), + [anon_sym_DOT_DOT] = ACTIONS(1292), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1292), + [sym_val_nothing] = ACTIONS(1292), + [anon_sym_true] = ACTIONS(1292), + [anon_sym_false] = ACTIONS(1292), + [aux_sym_val_number_token1] = ACTIONS(1292), + [aux_sym_val_number_token2] = ACTIONS(1292), + [aux_sym_val_number_token3] = ACTIONS(1292), + [aux_sym_val_number_token4] = ACTIONS(1292), + [anon_sym_inf] = ACTIONS(1292), + [anon_sym_DASHinf] = ACTIONS(1292), + [anon_sym_NaN] = ACTIONS(1292), + [anon_sym_0b] = ACTIONS(1292), + [anon_sym_0o] = ACTIONS(1292), + [anon_sym_0x] = ACTIONS(1292), + [sym_val_date] = ACTIONS(1292), + [anon_sym_DQUOTE] = ACTIONS(1292), + [sym__str_single_quotes] = ACTIONS(1292), + [sym__str_back_ticks] = ACTIONS(1292), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1292), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1292), + [anon_sym_CARET] = ACTIONS(1292), + [anon_sym_POUND] = ACTIONS(3), + }, + [790] = { + [sym_comment] = STATE(790), [anon_sym_export] = ACTIONS(1742), [anon_sym_alias] = ACTIONS(1742), [anon_sym_let] = ACTIONS(1742), @@ -115076,144 +115219,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1742), [anon_sym_POUND] = ACTIONS(3), }, - [789] = { - [sym_block] = STATE(798), - [sym_comment] = STATE(789), - [anon_sym_export] = ACTIONS(1736), - [anon_sym_alias] = ACTIONS(1736), - [anon_sym_let] = ACTIONS(1736), - [anon_sym_let_DASHenv] = ACTIONS(1736), - [anon_sym_mut] = ACTIONS(1736), - [anon_sym_const] = ACTIONS(1736), - [sym_cmd_identifier] = ACTIONS(1736), - [anon_sym_SEMI] = ACTIONS(1736), - [anon_sym_LF] = ACTIONS(1738), - [anon_sym_def] = ACTIONS(1736), - [anon_sym_def_DASHenv] = ACTIONS(1736), - [anon_sym_export_DASHenv] = ACTIONS(1736), - [anon_sym_extern] = ACTIONS(1736), - [anon_sym_module] = ACTIONS(1736), - [anon_sym_use] = ACTIONS(1736), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_RPAREN] = ACTIONS(1736), - [anon_sym_DOLLAR] = ACTIONS(1736), - [anon_sym_error] = ACTIONS(1736), - [anon_sym_DASH] = ACTIONS(1736), - [anon_sym_break] = ACTIONS(1736), - [anon_sym_continue] = ACTIONS(1736), - [anon_sym_for] = ACTIONS(1736), - [anon_sym_loop] = ACTIONS(1736), - [anon_sym_while] = ACTIONS(1736), - [anon_sym_do] = ACTIONS(1736), - [anon_sym_if] = ACTIONS(1736), - [anon_sym_match] = ACTIONS(1736), - [anon_sym_LBRACE] = ACTIONS(1672), - [anon_sym_RBRACE] = ACTIONS(1736), - [anon_sym_try] = ACTIONS(1736), - [anon_sym_return] = ACTIONS(1736), - [anon_sym_source] = ACTIONS(1736), - [anon_sym_source_DASHenv] = ACTIONS(1736), - [anon_sym_register] = ACTIONS(1736), - [anon_sym_hide] = ACTIONS(1736), - [anon_sym_hide_DASHenv] = ACTIONS(1736), - [anon_sym_overlay] = ACTIONS(1736), - [anon_sym_where] = ACTIONS(1736), - [anon_sym_not] = ACTIONS(1736), - [anon_sym_DOT_DOT_LT] = ACTIONS(1736), - [anon_sym_DOT_DOT] = ACTIONS(1736), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1736), - [sym_val_nothing] = ACTIONS(1736), - [anon_sym_true] = ACTIONS(1736), - [anon_sym_false] = ACTIONS(1736), - [aux_sym_val_number_token1] = ACTIONS(1736), - [aux_sym_val_number_token2] = ACTIONS(1736), - [aux_sym_val_number_token3] = ACTIONS(1736), - [aux_sym_val_number_token4] = ACTIONS(1736), - [anon_sym_inf] = ACTIONS(1736), - [anon_sym_DASHinf] = ACTIONS(1736), - [anon_sym_NaN] = ACTIONS(1736), - [anon_sym_0b] = ACTIONS(1736), - [anon_sym_0o] = ACTIONS(1736), - [anon_sym_0x] = ACTIONS(1736), - [sym_val_date] = ACTIONS(1736), - [anon_sym_DQUOTE] = ACTIONS(1736), - [sym__str_single_quotes] = ACTIONS(1736), - [sym__str_back_ticks] = ACTIONS(1736), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1736), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1736), - [anon_sym_CARET] = ACTIONS(1736), - [anon_sym_POUND] = ACTIONS(3), - }, - [790] = { - [sym_comment] = STATE(790), - [anon_sym_export] = ACTIONS(1371), - [anon_sym_alias] = ACTIONS(1371), - [anon_sym_let] = ACTIONS(1371), - [anon_sym_let_DASHenv] = ACTIONS(1371), - [anon_sym_mut] = ACTIONS(1371), - [anon_sym_const] = ACTIONS(1371), - [sym_cmd_identifier] = ACTIONS(1371), - [anon_sym_SEMI] = ACTIONS(1371), - [anon_sym_LF] = ACTIONS(1373), - [anon_sym_def] = ACTIONS(1371), - [anon_sym_def_DASHenv] = ACTIONS(1371), - [anon_sym_export_DASHenv] = ACTIONS(1371), - [anon_sym_extern] = ACTIONS(1371), - [anon_sym_module] = ACTIONS(1371), - [anon_sym_use] = ACTIONS(1371), - [anon_sym_LBRACK] = ACTIONS(1371), - [anon_sym_LPAREN] = ACTIONS(1371), - [anon_sym_RPAREN] = ACTIONS(1371), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_DOLLAR] = ACTIONS(1371), - [anon_sym_error] = ACTIONS(1371), - [anon_sym_DASH] = ACTIONS(1371), - [anon_sym_break] = ACTIONS(1371), - [anon_sym_continue] = ACTIONS(1371), - [anon_sym_for] = ACTIONS(1371), - [anon_sym_loop] = ACTIONS(1371), - [anon_sym_while] = ACTIONS(1371), - [anon_sym_do] = ACTIONS(1371), - [anon_sym_if] = ACTIONS(1371), - [anon_sym_match] = ACTIONS(1371), - [anon_sym_LBRACE] = ACTIONS(1371), - [anon_sym_RBRACE] = ACTIONS(1371), - [anon_sym_try] = ACTIONS(1371), - [anon_sym_return] = ACTIONS(1371), - [anon_sym_source] = ACTIONS(1371), - [anon_sym_source_DASHenv] = ACTIONS(1371), - [anon_sym_register] = ACTIONS(1371), - [anon_sym_hide] = ACTIONS(1371), - [anon_sym_hide_DASHenv] = ACTIONS(1371), - [anon_sym_overlay] = ACTIONS(1371), - [anon_sym_where] = ACTIONS(1371), - [anon_sym_not] = ACTIONS(1371), - [anon_sym_DOT_DOT_LT] = ACTIONS(1371), - [anon_sym_DOT_DOT] = ACTIONS(1371), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1371), - [sym_val_nothing] = ACTIONS(1371), - [anon_sym_true] = ACTIONS(1371), - [anon_sym_false] = ACTIONS(1371), - [aux_sym_val_number_token1] = ACTIONS(1371), - [aux_sym_val_number_token2] = ACTIONS(1371), - [aux_sym_val_number_token3] = ACTIONS(1371), - [aux_sym_val_number_token4] = ACTIONS(1371), - [anon_sym_inf] = ACTIONS(1371), - [anon_sym_DASHinf] = ACTIONS(1371), - [anon_sym_NaN] = ACTIONS(1371), - [anon_sym_0b] = ACTIONS(1371), - [anon_sym_0o] = ACTIONS(1371), - [anon_sym_0x] = ACTIONS(1371), - [sym_val_date] = ACTIONS(1371), - [anon_sym_DQUOTE] = ACTIONS(1371), - [sym__str_single_quotes] = ACTIONS(1371), - [sym__str_back_ticks] = ACTIONS(1371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1371), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1371), - [anon_sym_POUND] = ACTIONS(3), - }, [791] = { [sym_comment] = STATE(791), [anon_sym_export] = ACTIONS(1746), @@ -115419,211 +115424,415 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_POUND] = ACTIONS(3), }, [794] = { + [sym_block] = STATE(943), [sym_comment] = STATE(794), - [anon_sym_export] = ACTIONS(1758), - [anon_sym_alias] = ACTIONS(1758), - [anon_sym_let] = ACTIONS(1758), - [anon_sym_let_DASHenv] = ACTIONS(1758), - [anon_sym_mut] = ACTIONS(1758), - [anon_sym_const] = ACTIONS(1758), - [sym_cmd_identifier] = ACTIONS(1758), - [anon_sym_SEMI] = ACTIONS(1758), - [anon_sym_LF] = ACTIONS(1760), - [anon_sym_def] = ACTIONS(1758), - [anon_sym_def_DASHenv] = ACTIONS(1758), - [anon_sym_export_DASHenv] = ACTIONS(1758), - [anon_sym_extern] = ACTIONS(1758), - [anon_sym_module] = ACTIONS(1758), - [anon_sym_use] = ACTIONS(1758), - [anon_sym_LBRACK] = ACTIONS(1758), - [anon_sym_LPAREN] = ACTIONS(1758), - [anon_sym_RPAREN] = ACTIONS(1758), - [anon_sym_DOLLAR] = ACTIONS(1758), - [anon_sym_error] = ACTIONS(1758), - [anon_sym_DASH] = ACTIONS(1758), - [anon_sym_break] = ACTIONS(1758), - [anon_sym_continue] = ACTIONS(1758), - [anon_sym_for] = ACTIONS(1758), - [anon_sym_loop] = ACTIONS(1758), - [anon_sym_while] = ACTIONS(1758), - [anon_sym_do] = ACTIONS(1758), - [anon_sym_if] = ACTIONS(1758), - [anon_sym_match] = ACTIONS(1758), + [ts_builtin_sym_end] = ACTIONS(1732), + [anon_sym_export] = ACTIONS(1730), + [anon_sym_alias] = ACTIONS(1730), + [anon_sym_let] = ACTIONS(1730), + [anon_sym_let_DASHenv] = ACTIONS(1730), + [anon_sym_mut] = ACTIONS(1730), + [anon_sym_const] = ACTIONS(1730), + [sym_cmd_identifier] = ACTIONS(1730), + [anon_sym_SEMI] = ACTIONS(1730), + [anon_sym_LF] = ACTIONS(1732), + [anon_sym_def] = ACTIONS(1730), + [anon_sym_def_DASHenv] = ACTIONS(1730), + [anon_sym_export_DASHenv] = ACTIONS(1730), + [anon_sym_extern] = ACTIONS(1730), + [anon_sym_module] = ACTIONS(1730), + [anon_sym_use] = ACTIONS(1730), + [anon_sym_LBRACK] = ACTIONS(1730), + [anon_sym_LPAREN] = ACTIONS(1730), + [anon_sym_DOLLAR] = ACTIONS(1730), + [anon_sym_error] = ACTIONS(1730), + [anon_sym_DASH] = ACTIONS(1730), + [anon_sym_break] = ACTIONS(1730), + [anon_sym_continue] = ACTIONS(1730), + [anon_sym_for] = ACTIONS(1730), + [anon_sym_loop] = ACTIONS(1730), + [anon_sym_while] = ACTIONS(1730), + [anon_sym_do] = ACTIONS(1730), + [anon_sym_if] = ACTIONS(1730), + [anon_sym_match] = ACTIONS(1730), [anon_sym_LBRACE] = ACTIONS(1758), - [anon_sym_RBRACE] = ACTIONS(1758), - [anon_sym_try] = ACTIONS(1758), - [anon_sym_return] = ACTIONS(1758), - [anon_sym_source] = ACTIONS(1758), - [anon_sym_source_DASHenv] = ACTIONS(1758), - [anon_sym_register] = ACTIONS(1758), - [anon_sym_hide] = ACTIONS(1758), - [anon_sym_hide_DASHenv] = ACTIONS(1758), - [anon_sym_overlay] = ACTIONS(1758), - [anon_sym_where] = ACTIONS(1758), - [anon_sym_not] = ACTIONS(1758), - [anon_sym_DOT_DOT_LT] = ACTIONS(1758), - [anon_sym_DOT_DOT] = ACTIONS(1758), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1758), - [sym_val_nothing] = ACTIONS(1758), - [anon_sym_true] = ACTIONS(1758), - [anon_sym_false] = ACTIONS(1758), - [aux_sym_val_number_token1] = ACTIONS(1758), - [aux_sym_val_number_token2] = ACTIONS(1758), - [aux_sym_val_number_token3] = ACTIONS(1758), - [aux_sym_val_number_token4] = ACTIONS(1758), - [anon_sym_inf] = ACTIONS(1758), - [anon_sym_DASHinf] = ACTIONS(1758), - [anon_sym_NaN] = ACTIONS(1758), - [anon_sym_0b] = ACTIONS(1758), - [anon_sym_0o] = ACTIONS(1758), - [anon_sym_0x] = ACTIONS(1758), - [sym_val_date] = ACTIONS(1758), - [anon_sym_DQUOTE] = ACTIONS(1758), - [sym__str_single_quotes] = ACTIONS(1758), - [sym__str_back_ticks] = ACTIONS(1758), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1758), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1758), - [anon_sym_CARET] = ACTIONS(1758), + [anon_sym_try] = ACTIONS(1730), + [anon_sym_return] = ACTIONS(1730), + [anon_sym_source] = ACTIONS(1730), + [anon_sym_source_DASHenv] = ACTIONS(1730), + [anon_sym_register] = ACTIONS(1730), + [anon_sym_hide] = ACTIONS(1730), + [anon_sym_hide_DASHenv] = ACTIONS(1730), + [anon_sym_overlay] = ACTIONS(1730), + [anon_sym_where] = ACTIONS(1730), + [anon_sym_not] = ACTIONS(1730), + [anon_sym_DOT_DOT_LT] = ACTIONS(1730), + [anon_sym_DOT_DOT] = ACTIONS(1730), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1730), + [sym_val_nothing] = ACTIONS(1730), + [anon_sym_true] = ACTIONS(1730), + [anon_sym_false] = ACTIONS(1730), + [aux_sym_val_number_token1] = ACTIONS(1730), + [aux_sym_val_number_token2] = ACTIONS(1730), + [aux_sym_val_number_token3] = ACTIONS(1730), + [aux_sym_val_number_token4] = ACTIONS(1730), + [anon_sym_inf] = ACTIONS(1730), + [anon_sym_DASHinf] = ACTIONS(1730), + [anon_sym_NaN] = ACTIONS(1730), + [anon_sym_0b] = ACTIONS(1730), + [anon_sym_0o] = ACTIONS(1730), + [anon_sym_0x] = ACTIONS(1730), + [sym_val_date] = ACTIONS(1730), + [anon_sym_DQUOTE] = ACTIONS(1730), + [sym__str_single_quotes] = ACTIONS(1730), + [sym__str_back_ticks] = ACTIONS(1730), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1730), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1730), + [anon_sym_CARET] = ACTIONS(1730), [anon_sym_POUND] = ACTIONS(3), }, [795] = { [sym_comment] = STATE(795), - [anon_sym_export] = ACTIONS(1762), - [anon_sym_alias] = ACTIONS(1762), - [anon_sym_let] = ACTIONS(1762), - [anon_sym_let_DASHenv] = ACTIONS(1762), - [anon_sym_mut] = ACTIONS(1762), - [anon_sym_const] = ACTIONS(1762), - [sym_cmd_identifier] = ACTIONS(1762), + [anon_sym_export] = ACTIONS(1760), + [anon_sym_alias] = ACTIONS(1760), + [anon_sym_let] = ACTIONS(1760), + [anon_sym_let_DASHenv] = ACTIONS(1760), + [anon_sym_mut] = ACTIONS(1760), + [anon_sym_const] = ACTIONS(1760), + [sym_cmd_identifier] = ACTIONS(1760), [anon_sym_SEMI] = ACTIONS(1762), - [anon_sym_LF] = ACTIONS(1764), - [anon_sym_def] = ACTIONS(1762), - [anon_sym_def_DASHenv] = ACTIONS(1762), - [anon_sym_export_DASHenv] = ACTIONS(1762), - [anon_sym_extern] = ACTIONS(1762), - [anon_sym_module] = ACTIONS(1762), - [anon_sym_use] = ACTIONS(1762), - [anon_sym_LBRACK] = ACTIONS(1762), - [anon_sym_LPAREN] = ACTIONS(1762), - [anon_sym_RPAREN] = ACTIONS(1762), - [anon_sym_DOLLAR] = ACTIONS(1762), - [anon_sym_error] = ACTIONS(1762), - [anon_sym_DASH] = ACTIONS(1762), - [anon_sym_break] = ACTIONS(1762), - [anon_sym_continue] = ACTIONS(1762), - [anon_sym_for] = ACTIONS(1762), - [anon_sym_loop] = ACTIONS(1762), - [anon_sym_while] = ACTIONS(1762), - [anon_sym_do] = ACTIONS(1762), - [anon_sym_if] = ACTIONS(1762), - [anon_sym_match] = ACTIONS(1762), - [anon_sym_LBRACE] = ACTIONS(1762), - [anon_sym_RBRACE] = ACTIONS(1762), - [anon_sym_try] = ACTIONS(1762), - [anon_sym_return] = ACTIONS(1762), - [anon_sym_source] = ACTIONS(1762), - [anon_sym_source_DASHenv] = ACTIONS(1762), - [anon_sym_register] = ACTIONS(1762), - [anon_sym_hide] = ACTIONS(1762), - [anon_sym_hide_DASHenv] = ACTIONS(1762), - [anon_sym_overlay] = ACTIONS(1762), - [anon_sym_where] = ACTIONS(1762), - [anon_sym_not] = ACTIONS(1762), - [anon_sym_DOT_DOT_LT] = ACTIONS(1762), - [anon_sym_DOT_DOT] = ACTIONS(1762), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1762), - [sym_val_nothing] = ACTIONS(1762), - [anon_sym_true] = ACTIONS(1762), - [anon_sym_false] = ACTIONS(1762), - [aux_sym_val_number_token1] = ACTIONS(1762), - [aux_sym_val_number_token2] = ACTIONS(1762), - [aux_sym_val_number_token3] = ACTIONS(1762), - [aux_sym_val_number_token4] = ACTIONS(1762), - [anon_sym_inf] = ACTIONS(1762), - [anon_sym_DASHinf] = ACTIONS(1762), - [anon_sym_NaN] = ACTIONS(1762), - [anon_sym_0b] = ACTIONS(1762), - [anon_sym_0o] = ACTIONS(1762), - [anon_sym_0x] = ACTIONS(1762), - [sym_val_date] = ACTIONS(1762), - [anon_sym_DQUOTE] = ACTIONS(1762), - [sym__str_single_quotes] = ACTIONS(1762), - [sym__str_back_ticks] = ACTIONS(1762), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1762), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1762), - [anon_sym_CARET] = ACTIONS(1762), + [anon_sym_LF] = ACTIONS(1765), + [anon_sym_def] = ACTIONS(1760), + [anon_sym_def_DASHenv] = ACTIONS(1760), + [anon_sym_export_DASHenv] = ACTIONS(1760), + [anon_sym_extern] = ACTIONS(1760), + [anon_sym_module] = ACTIONS(1760), + [anon_sym_use] = ACTIONS(1760), + [anon_sym_LBRACK] = ACTIONS(1760), + [anon_sym_LPAREN] = ACTIONS(1760), + [anon_sym_RPAREN] = ACTIONS(1768), + [anon_sym_DOLLAR] = ACTIONS(1760), + [anon_sym_error] = ACTIONS(1760), + [anon_sym_DASH] = ACTIONS(1760), + [anon_sym_break] = ACTIONS(1760), + [anon_sym_continue] = ACTIONS(1760), + [anon_sym_for] = ACTIONS(1760), + [anon_sym_loop] = ACTIONS(1760), + [anon_sym_while] = ACTIONS(1760), + [anon_sym_do] = ACTIONS(1760), + [anon_sym_if] = ACTIONS(1760), + [anon_sym_match] = ACTIONS(1760), + [anon_sym_LBRACE] = ACTIONS(1760), + [anon_sym_RBRACE] = ACTIONS(1768), + [anon_sym_try] = ACTIONS(1760), + [anon_sym_return] = ACTIONS(1760), + [anon_sym_source] = ACTIONS(1760), + [anon_sym_source_DASHenv] = ACTIONS(1760), + [anon_sym_register] = ACTIONS(1760), + [anon_sym_hide] = ACTIONS(1760), + [anon_sym_hide_DASHenv] = ACTIONS(1760), + [anon_sym_overlay] = ACTIONS(1760), + [anon_sym_where] = ACTIONS(1760), + [anon_sym_not] = ACTIONS(1760), + [anon_sym_DOT_DOT_LT] = ACTIONS(1760), + [anon_sym_DOT_DOT] = ACTIONS(1760), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1760), + [sym_val_nothing] = ACTIONS(1760), + [anon_sym_true] = ACTIONS(1760), + [anon_sym_false] = ACTIONS(1760), + [aux_sym_val_number_token1] = ACTIONS(1760), + [aux_sym_val_number_token2] = ACTIONS(1760), + [aux_sym_val_number_token3] = ACTIONS(1760), + [aux_sym_val_number_token4] = ACTIONS(1760), + [anon_sym_inf] = ACTIONS(1760), + [anon_sym_DASHinf] = ACTIONS(1760), + [anon_sym_NaN] = ACTIONS(1760), + [anon_sym_0b] = ACTIONS(1760), + [anon_sym_0o] = ACTIONS(1760), + [anon_sym_0x] = ACTIONS(1760), + [sym_val_date] = ACTIONS(1760), + [anon_sym_DQUOTE] = ACTIONS(1760), + [sym__str_single_quotes] = ACTIONS(1760), + [sym__str_back_ticks] = ACTIONS(1760), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1760), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1760), + [anon_sym_CARET] = ACTIONS(1760), [anon_sym_POUND] = ACTIONS(3), }, [796] = { + [sym_block] = STATE(942), [sym_comment] = STATE(796), - [anon_sym_export] = ACTIONS(1766), - [anon_sym_alias] = ACTIONS(1766), - [anon_sym_let] = ACTIONS(1766), - [anon_sym_let_DASHenv] = ACTIONS(1766), - [anon_sym_mut] = ACTIONS(1766), - [anon_sym_const] = ACTIONS(1766), - [sym_cmd_identifier] = ACTIONS(1766), - [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_LF] = ACTIONS(1768), - [anon_sym_def] = ACTIONS(1766), - [anon_sym_def_DASHenv] = ACTIONS(1766), - [anon_sym_export_DASHenv] = ACTIONS(1766), - [anon_sym_extern] = ACTIONS(1766), - [anon_sym_module] = ACTIONS(1766), - [anon_sym_use] = ACTIONS(1766), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_RPAREN] = ACTIONS(1766), - [anon_sym_DOLLAR] = ACTIONS(1766), - [anon_sym_error] = ACTIONS(1766), - [anon_sym_DASH] = ACTIONS(1766), - [anon_sym_break] = ACTIONS(1766), - [anon_sym_continue] = ACTIONS(1766), - [anon_sym_for] = ACTIONS(1766), - [anon_sym_loop] = ACTIONS(1766), - [anon_sym_while] = ACTIONS(1766), - [anon_sym_do] = ACTIONS(1766), - [anon_sym_if] = ACTIONS(1766), - [anon_sym_match] = ACTIONS(1766), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_RBRACE] = ACTIONS(1766), - [anon_sym_try] = ACTIONS(1766), - [anon_sym_return] = ACTIONS(1766), - [anon_sym_source] = ACTIONS(1766), - [anon_sym_source_DASHenv] = ACTIONS(1766), - [anon_sym_register] = ACTIONS(1766), - [anon_sym_hide] = ACTIONS(1766), - [anon_sym_hide_DASHenv] = ACTIONS(1766), - [anon_sym_overlay] = ACTIONS(1766), - [anon_sym_where] = ACTIONS(1766), - [anon_sym_not] = ACTIONS(1766), - [anon_sym_DOT_DOT_LT] = ACTIONS(1766), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1766), - [sym_val_nothing] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1766), - [anon_sym_false] = ACTIONS(1766), - [aux_sym_val_number_token1] = ACTIONS(1766), - [aux_sym_val_number_token2] = ACTIONS(1766), - [aux_sym_val_number_token3] = ACTIONS(1766), - [aux_sym_val_number_token4] = ACTIONS(1766), - [anon_sym_inf] = ACTIONS(1766), - [anon_sym_DASHinf] = ACTIONS(1766), - [anon_sym_NaN] = ACTIONS(1766), - [anon_sym_0b] = ACTIONS(1766), - [anon_sym_0o] = ACTIONS(1766), - [anon_sym_0x] = ACTIONS(1766), - [sym_val_date] = ACTIONS(1766), - [anon_sym_DQUOTE] = ACTIONS(1766), - [sym__str_single_quotes] = ACTIONS(1766), - [sym__str_back_ticks] = ACTIONS(1766), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1766), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1766), - [anon_sym_CARET] = ACTIONS(1766), + [ts_builtin_sym_end] = ACTIONS(1732), + [anon_sym_export] = ACTIONS(1730), + [anon_sym_alias] = ACTIONS(1730), + [anon_sym_let] = ACTIONS(1730), + [anon_sym_let_DASHenv] = ACTIONS(1730), + [anon_sym_mut] = ACTIONS(1730), + [anon_sym_const] = ACTIONS(1730), + [sym_cmd_identifier] = ACTIONS(1730), + [anon_sym_SEMI] = ACTIONS(1730), + [anon_sym_LF] = ACTIONS(1732), + [anon_sym_def] = ACTIONS(1730), + [anon_sym_def_DASHenv] = ACTIONS(1730), + [anon_sym_export_DASHenv] = ACTIONS(1730), + [anon_sym_extern] = ACTIONS(1730), + [anon_sym_module] = ACTIONS(1730), + [anon_sym_use] = ACTIONS(1730), + [anon_sym_LBRACK] = ACTIONS(1730), + [anon_sym_LPAREN] = ACTIONS(1730), + [anon_sym_DOLLAR] = ACTIONS(1730), + [anon_sym_error] = ACTIONS(1730), + [anon_sym_DASH] = ACTIONS(1730), + [anon_sym_break] = ACTIONS(1730), + [anon_sym_continue] = ACTIONS(1730), + [anon_sym_for] = ACTIONS(1730), + [anon_sym_loop] = ACTIONS(1730), + [anon_sym_while] = ACTIONS(1730), + [anon_sym_do] = ACTIONS(1730), + [anon_sym_if] = ACTIONS(1730), + [anon_sym_match] = ACTIONS(1730), + [anon_sym_LBRACE] = ACTIONS(1758), + [anon_sym_try] = ACTIONS(1730), + [anon_sym_return] = ACTIONS(1730), + [anon_sym_source] = ACTIONS(1730), + [anon_sym_source_DASHenv] = ACTIONS(1730), + [anon_sym_register] = ACTIONS(1730), + [anon_sym_hide] = ACTIONS(1730), + [anon_sym_hide_DASHenv] = ACTIONS(1730), + [anon_sym_overlay] = ACTIONS(1730), + [anon_sym_where] = ACTIONS(1730), + [anon_sym_not] = ACTIONS(1730), + [anon_sym_DOT_DOT_LT] = ACTIONS(1730), + [anon_sym_DOT_DOT] = ACTIONS(1730), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1730), + [sym_val_nothing] = ACTIONS(1730), + [anon_sym_true] = ACTIONS(1730), + [anon_sym_false] = ACTIONS(1730), + [aux_sym_val_number_token1] = ACTIONS(1730), + [aux_sym_val_number_token2] = ACTIONS(1730), + [aux_sym_val_number_token3] = ACTIONS(1730), + [aux_sym_val_number_token4] = ACTIONS(1730), + [anon_sym_inf] = ACTIONS(1730), + [anon_sym_DASHinf] = ACTIONS(1730), + [anon_sym_NaN] = ACTIONS(1730), + [anon_sym_0b] = ACTIONS(1730), + [anon_sym_0o] = ACTIONS(1730), + [anon_sym_0x] = ACTIONS(1730), + [sym_val_date] = ACTIONS(1730), + [anon_sym_DQUOTE] = ACTIONS(1730), + [sym__str_single_quotes] = ACTIONS(1730), + [sym__str_back_ticks] = ACTIONS(1730), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1730), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1730), + [anon_sym_CARET] = ACTIONS(1730), [anon_sym_POUND] = ACTIONS(3), }, [797] = { [sym_comment] = STATE(797), + [ts_builtin_sym_end] = ACTIONS(1700), + [anon_sym_export] = ACTIONS(1698), + [anon_sym_alias] = ACTIONS(1698), + [anon_sym_let] = ACTIONS(1698), + [anon_sym_let_DASHenv] = ACTIONS(1698), + [anon_sym_mut] = ACTIONS(1698), + [anon_sym_const] = ACTIONS(1698), + [sym_cmd_identifier] = ACTIONS(1698), + [anon_sym_SEMI] = ACTIONS(1698), + [anon_sym_LF] = ACTIONS(1700), + [anon_sym_def] = ACTIONS(1698), + [anon_sym_def_DASHenv] = ACTIONS(1698), + [anon_sym_export_DASHenv] = ACTIONS(1698), + [anon_sym_extern] = ACTIONS(1698), + [anon_sym_module] = ACTIONS(1698), + [anon_sym_use] = ACTIONS(1698), + [anon_sym_LBRACK] = ACTIONS(1698), + [anon_sym_LPAREN] = ACTIONS(1698), + [anon_sym_PIPE] = ACTIONS(1698), + [anon_sym_DOLLAR] = ACTIONS(1698), + [anon_sym_error] = ACTIONS(1698), + [anon_sym_DASH] = ACTIONS(1698), + [anon_sym_break] = ACTIONS(1698), + [anon_sym_continue] = ACTIONS(1698), + [anon_sym_for] = ACTIONS(1698), + [anon_sym_loop] = ACTIONS(1698), + [anon_sym_while] = ACTIONS(1698), + [anon_sym_do] = ACTIONS(1698), + [anon_sym_if] = ACTIONS(1698), + [anon_sym_match] = ACTIONS(1698), + [anon_sym_LBRACE] = ACTIONS(1698), + [anon_sym_try] = ACTIONS(1698), + [anon_sym_return] = ACTIONS(1698), + [anon_sym_source] = ACTIONS(1698), + [anon_sym_source_DASHenv] = ACTIONS(1698), + [anon_sym_register] = ACTIONS(1698), + [anon_sym_hide] = ACTIONS(1698), + [anon_sym_hide_DASHenv] = ACTIONS(1698), + [anon_sym_overlay] = ACTIONS(1698), + [anon_sym_where] = ACTIONS(1698), + [anon_sym_not] = ACTIONS(1698), + [anon_sym_DOT_DOT_LT] = ACTIONS(1698), + [anon_sym_DOT_DOT] = ACTIONS(1698), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1698), + [sym_val_nothing] = ACTIONS(1698), + [anon_sym_true] = ACTIONS(1698), + [anon_sym_false] = ACTIONS(1698), + [aux_sym_val_number_token1] = ACTIONS(1698), + [aux_sym_val_number_token2] = ACTIONS(1698), + [aux_sym_val_number_token3] = ACTIONS(1698), + [aux_sym_val_number_token4] = ACTIONS(1698), + [anon_sym_inf] = ACTIONS(1698), + [anon_sym_DASHinf] = ACTIONS(1698), + [anon_sym_NaN] = ACTIONS(1698), + [anon_sym_0b] = ACTIONS(1698), + [anon_sym_0o] = ACTIONS(1698), + [anon_sym_0x] = ACTIONS(1698), + [sym_val_date] = ACTIONS(1698), + [anon_sym_DQUOTE] = ACTIONS(1698), + [sym__str_single_quotes] = ACTIONS(1698), + [sym__str_back_ticks] = ACTIONS(1698), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1698), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1698), + [anon_sym_CARET] = ACTIONS(1698), + [anon_sym_POUND] = ACTIONS(3), + }, + [798] = { + [sym_comment] = STATE(798), + [ts_builtin_sym_end] = ACTIONS(712), + [anon_sym_export] = ACTIONS(710), + [anon_sym_alias] = ACTIONS(710), + [anon_sym_let] = ACTIONS(710), + [anon_sym_let_DASHenv] = ACTIONS(710), + [anon_sym_mut] = ACTIONS(710), + [anon_sym_const] = ACTIONS(710), + [sym_cmd_identifier] = ACTIONS(710), + [anon_sym_SEMI] = ACTIONS(710), + [anon_sym_LF] = ACTIONS(712), + [anon_sym_def] = ACTIONS(710), + [anon_sym_def_DASHenv] = ACTIONS(710), + [anon_sym_export_DASHenv] = ACTIONS(710), + [anon_sym_extern] = ACTIONS(710), + [anon_sym_module] = ACTIONS(710), + [anon_sym_use] = ACTIONS(710), + [anon_sym_LBRACK] = ACTIONS(710), + [anon_sym_LPAREN] = ACTIONS(710), + [anon_sym_DOLLAR] = ACTIONS(710), + [anon_sym_error] = ACTIONS(710), + [anon_sym_DASH] = ACTIONS(710), + [anon_sym_break] = ACTIONS(710), + [anon_sym_continue] = ACTIONS(710), + [anon_sym_for] = ACTIONS(710), + [anon_sym_loop] = ACTIONS(710), + [anon_sym_while] = ACTIONS(710), + [anon_sym_do] = ACTIONS(710), + [anon_sym_if] = ACTIONS(710), + [anon_sym_match] = ACTIONS(710), + [anon_sym_LBRACE] = ACTIONS(710), + [anon_sym_DOT] = ACTIONS(710), + [anon_sym_try] = ACTIONS(710), + [anon_sym_return] = ACTIONS(710), + [anon_sym_source] = ACTIONS(710), + [anon_sym_source_DASHenv] = ACTIONS(710), + [anon_sym_register] = ACTIONS(710), + [anon_sym_hide] = ACTIONS(710), + [anon_sym_hide_DASHenv] = ACTIONS(710), + [anon_sym_overlay] = ACTIONS(710), + [anon_sym_where] = ACTIONS(710), + [anon_sym_not] = ACTIONS(710), + [anon_sym_DOT_DOT_LT] = ACTIONS(710), + [anon_sym_DOT_DOT] = ACTIONS(710), + [anon_sym_DOT_DOT_EQ] = ACTIONS(710), + [sym_val_nothing] = ACTIONS(710), + [anon_sym_true] = ACTIONS(710), + [anon_sym_false] = ACTIONS(710), + [aux_sym_val_number_token1] = ACTIONS(710), + [aux_sym_val_number_token2] = ACTIONS(710), + [aux_sym_val_number_token3] = ACTIONS(710), + [aux_sym_val_number_token4] = ACTIONS(710), + [anon_sym_inf] = ACTIONS(710), + [anon_sym_DASHinf] = ACTIONS(710), + [anon_sym_NaN] = ACTIONS(710), + [anon_sym_0b] = ACTIONS(710), + [anon_sym_0o] = ACTIONS(710), + [anon_sym_0x] = ACTIONS(710), + [sym_val_date] = ACTIONS(710), + [anon_sym_DQUOTE] = ACTIONS(710), + [sym__str_single_quotes] = ACTIONS(710), + [sym__str_back_ticks] = ACTIONS(710), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(710), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(710), + [anon_sym_CARET] = ACTIONS(710), + [anon_sym_POUND] = ACTIONS(3), + }, + [799] = { + [sym_comment] = STATE(799), + [anon_sym_export] = ACTIONS(1750), + [anon_sym_alias] = ACTIONS(1750), + [anon_sym_let] = ACTIONS(1750), + [anon_sym_let_DASHenv] = ACTIONS(1750), + [anon_sym_mut] = ACTIONS(1750), + [anon_sym_const] = ACTIONS(1750), + [sym_cmd_identifier] = ACTIONS(1750), + [anon_sym_SEMI] = ACTIONS(1750), + [anon_sym_LF] = ACTIONS(1752), + [anon_sym_def] = ACTIONS(1750), + [anon_sym_def_DASHenv] = ACTIONS(1750), + [anon_sym_export_DASHenv] = ACTIONS(1750), + [anon_sym_extern] = ACTIONS(1750), + [anon_sym_module] = ACTIONS(1750), + [anon_sym_use] = ACTIONS(1750), + [anon_sym_LBRACK] = ACTIONS(1750), + [anon_sym_LPAREN] = ACTIONS(1750), + [anon_sym_RPAREN] = ACTIONS(1750), + [anon_sym_DOLLAR] = ACTIONS(1750), + [anon_sym_error] = ACTIONS(1750), + [anon_sym_DASH] = ACTIONS(1750), + [anon_sym_break] = ACTIONS(1750), + [anon_sym_continue] = ACTIONS(1750), + [anon_sym_for] = ACTIONS(1750), + [anon_sym_loop] = ACTIONS(1750), + [anon_sym_while] = ACTIONS(1750), + [anon_sym_do] = ACTIONS(1750), + [anon_sym_if] = ACTIONS(1750), + [anon_sym_match] = ACTIONS(1750), + [anon_sym_LBRACE] = ACTIONS(1750), + [anon_sym_RBRACE] = ACTIONS(1750), + [anon_sym_try] = ACTIONS(1750), + [anon_sym_return] = ACTIONS(1750), + [anon_sym_source] = ACTIONS(1750), + [anon_sym_source_DASHenv] = ACTIONS(1750), + [anon_sym_register] = ACTIONS(1750), + [anon_sym_hide] = ACTIONS(1750), + [anon_sym_hide_DASHenv] = ACTIONS(1750), + [anon_sym_overlay] = ACTIONS(1750), + [anon_sym_where] = ACTIONS(1750), + [anon_sym_not] = ACTIONS(1750), + [anon_sym_DOT_DOT_LT] = ACTIONS(1750), + [anon_sym_DOT_DOT] = ACTIONS(1750), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1750), + [sym_val_nothing] = ACTIONS(1750), + [anon_sym_true] = ACTIONS(1750), + [anon_sym_false] = ACTIONS(1750), + [aux_sym_val_number_token1] = ACTIONS(1750), + [aux_sym_val_number_token2] = ACTIONS(1750), + [aux_sym_val_number_token3] = ACTIONS(1750), + [aux_sym_val_number_token4] = ACTIONS(1750), + [anon_sym_inf] = ACTIONS(1750), + [anon_sym_DASHinf] = ACTIONS(1750), + [anon_sym_NaN] = ACTIONS(1750), + [anon_sym_0b] = ACTIONS(1750), + [anon_sym_0o] = ACTIONS(1750), + [anon_sym_0x] = ACTIONS(1750), + [sym_val_date] = ACTIONS(1750), + [anon_sym_DQUOTE] = ACTIONS(1750), + [sym__str_single_quotes] = ACTIONS(1750), + [sym__str_back_ticks] = ACTIONS(1750), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1750), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1750), + [anon_sym_CARET] = ACTIONS(1750), + [anon_sym_POUND] = ACTIONS(3), + }, + [800] = { + [sym_comment] = STATE(800), [anon_sym_export] = ACTIONS(1770), [anon_sym_alias] = ACTIONS(1770), [anon_sym_let] = ACTIONS(1770), @@ -115690,8 +115899,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1770), [anon_sym_POUND] = ACTIONS(3), }, - [798] = { - [sym_comment] = STATE(798), + [801] = { + [sym_comment] = STATE(801), [anon_sym_export] = ACTIONS(1774), [anon_sym_alias] = ACTIONS(1774), [anon_sym_let] = ACTIONS(1774), @@ -115758,76 +115967,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1774), [anon_sym_POUND] = ACTIONS(3), }, - [799] = { - [sym_comment] = STATE(799), - [anon_sym_export] = ACTIONS(1774), - [anon_sym_alias] = ACTIONS(1774), - [anon_sym_let] = ACTIONS(1774), - [anon_sym_let_DASHenv] = ACTIONS(1774), - [anon_sym_mut] = ACTIONS(1774), - [anon_sym_const] = ACTIONS(1774), - [sym_cmd_identifier] = ACTIONS(1774), - [anon_sym_SEMI] = ACTIONS(1774), - [anon_sym_LF] = ACTIONS(1776), - [anon_sym_def] = ACTIONS(1774), - [anon_sym_def_DASHenv] = ACTIONS(1774), - [anon_sym_export_DASHenv] = ACTIONS(1774), - [anon_sym_extern] = ACTIONS(1774), - [anon_sym_module] = ACTIONS(1774), - [anon_sym_use] = ACTIONS(1774), - [anon_sym_LBRACK] = ACTIONS(1774), - [anon_sym_LPAREN] = ACTIONS(1774), - [anon_sym_RPAREN] = ACTIONS(1774), - [anon_sym_DOLLAR] = ACTIONS(1774), - [anon_sym_error] = ACTIONS(1774), - [anon_sym_DASH] = ACTIONS(1774), - [anon_sym_break] = ACTIONS(1774), - [anon_sym_continue] = ACTIONS(1774), - [anon_sym_for] = ACTIONS(1774), - [anon_sym_loop] = ACTIONS(1774), - [anon_sym_while] = ACTIONS(1774), - [anon_sym_do] = ACTIONS(1774), - [anon_sym_if] = ACTIONS(1774), - [anon_sym_match] = ACTIONS(1774), - [anon_sym_LBRACE] = ACTIONS(1774), - [anon_sym_RBRACE] = ACTIONS(1774), - [anon_sym_try] = ACTIONS(1774), - [anon_sym_return] = ACTIONS(1774), - [anon_sym_source] = ACTIONS(1774), - [anon_sym_source_DASHenv] = ACTIONS(1774), - [anon_sym_register] = ACTIONS(1774), - [anon_sym_hide] = ACTIONS(1774), - [anon_sym_hide_DASHenv] = ACTIONS(1774), - [anon_sym_overlay] = ACTIONS(1774), - [anon_sym_where] = ACTIONS(1774), - [anon_sym_not] = ACTIONS(1774), - [anon_sym_DOT_DOT_LT] = ACTIONS(1774), - [anon_sym_DOT_DOT] = ACTIONS(1774), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1774), - [sym_val_nothing] = ACTIONS(1774), - [anon_sym_true] = ACTIONS(1774), - [anon_sym_false] = ACTIONS(1774), - [aux_sym_val_number_token1] = ACTIONS(1774), - [aux_sym_val_number_token2] = ACTIONS(1774), - [aux_sym_val_number_token3] = ACTIONS(1774), - [aux_sym_val_number_token4] = ACTIONS(1774), - [anon_sym_inf] = ACTIONS(1774), - [anon_sym_DASHinf] = ACTIONS(1774), - [anon_sym_NaN] = ACTIONS(1774), - [anon_sym_0b] = ACTIONS(1774), - [anon_sym_0o] = ACTIONS(1774), - [anon_sym_0x] = ACTIONS(1774), - [sym_val_date] = ACTIONS(1774), - [anon_sym_DQUOTE] = ACTIONS(1774), - [sym__str_single_quotes] = ACTIONS(1774), - [sym__str_back_ticks] = ACTIONS(1774), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1774), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1774), - [anon_sym_CARET] = ACTIONS(1774), + [802] = { + [sym_comment] = STATE(802), + [anon_sym_export] = ACTIONS(834), + [anon_sym_alias] = ACTIONS(834), + [anon_sym_let] = ACTIONS(834), + [anon_sym_let_DASHenv] = ACTIONS(834), + [anon_sym_mut] = ACTIONS(834), + [anon_sym_const] = ACTIONS(834), + [sym_cmd_identifier] = ACTIONS(834), + [anon_sym_SEMI] = ACTIONS(834), + [anon_sym_LF] = ACTIONS(836), + [anon_sym_def] = ACTIONS(834), + [anon_sym_def_DASHenv] = ACTIONS(834), + [anon_sym_export_DASHenv] = ACTIONS(834), + [anon_sym_extern] = ACTIONS(834), + [anon_sym_module] = ACTIONS(834), + [anon_sym_use] = ACTIONS(834), + [anon_sym_LBRACK] = ACTIONS(834), + [anon_sym_LPAREN] = ACTIONS(834), + [anon_sym_RPAREN] = ACTIONS(834), + [anon_sym_DOLLAR] = ACTIONS(834), + [anon_sym_error] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_break] = ACTIONS(834), + [anon_sym_continue] = ACTIONS(834), + [anon_sym_for] = ACTIONS(834), + [anon_sym_loop] = ACTIONS(834), + [anon_sym_while] = ACTIONS(834), + [anon_sym_do] = ACTIONS(834), + [anon_sym_if] = ACTIONS(834), + [anon_sym_match] = ACTIONS(834), + [anon_sym_LBRACE] = ACTIONS(834), + [anon_sym_RBRACE] = ACTIONS(834), + [anon_sym_try] = ACTIONS(834), + [anon_sym_return] = ACTIONS(834), + [anon_sym_source] = ACTIONS(834), + [anon_sym_source_DASHenv] = ACTIONS(834), + [anon_sym_register] = ACTIONS(834), + [anon_sym_hide] = ACTIONS(834), + [anon_sym_hide_DASHenv] = ACTIONS(834), + [anon_sym_overlay] = ACTIONS(834), + [anon_sym_where] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_DOT_DOT_LT] = ACTIONS(834), + [anon_sym_DOT_DOT] = ACTIONS(834), + [anon_sym_DOT_DOT_EQ] = ACTIONS(834), + [sym_val_nothing] = ACTIONS(834), + [anon_sym_true] = ACTIONS(834), + [anon_sym_false] = ACTIONS(834), + [aux_sym_val_number_token1] = ACTIONS(834), + [aux_sym_val_number_token2] = ACTIONS(834), + [aux_sym_val_number_token3] = ACTIONS(834), + [aux_sym_val_number_token4] = ACTIONS(834), + [anon_sym_inf] = ACTIONS(834), + [anon_sym_DASHinf] = ACTIONS(834), + [anon_sym_NaN] = ACTIONS(834), + [anon_sym_0b] = ACTIONS(834), + [anon_sym_0o] = ACTIONS(834), + [anon_sym_0x] = ACTIONS(834), + [sym_val_date] = ACTIONS(834), + [anon_sym_DQUOTE] = ACTIONS(834), + [sym__str_single_quotes] = ACTIONS(834), + [sym__str_back_ticks] = ACTIONS(834), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(834), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), [anon_sym_POUND] = ACTIONS(3), }, - [800] = { - [sym_comment] = STATE(800), + [803] = { + [sym_comment] = STATE(803), [anon_sym_export] = ACTIONS(1778), [anon_sym_alias] = ACTIONS(1778), [anon_sym_let] = ACTIONS(1778), @@ -115894,76 +116103,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1778), [anon_sym_POUND] = ACTIONS(3), }, - [801] = { - [sym_comment] = STATE(801), - [ts_builtin_sym_end] = ACTIONS(752), - [anon_sym_export] = ACTIONS(750), - [anon_sym_alias] = ACTIONS(750), - [anon_sym_let] = ACTIONS(750), - [anon_sym_let_DASHenv] = ACTIONS(750), - [anon_sym_mut] = ACTIONS(750), - [anon_sym_const] = ACTIONS(750), - [sym_cmd_identifier] = ACTIONS(750), - [anon_sym_SEMI] = ACTIONS(750), - [anon_sym_LF] = ACTIONS(752), - [anon_sym_def] = ACTIONS(750), - [anon_sym_def_DASHenv] = ACTIONS(750), - [anon_sym_export_DASHenv] = ACTIONS(750), - [anon_sym_extern] = ACTIONS(750), - [anon_sym_module] = ACTIONS(750), - [anon_sym_use] = ACTIONS(750), - [anon_sym_LBRACK] = ACTIONS(750), - [anon_sym_LPAREN] = ACTIONS(750), - [anon_sym_DOLLAR] = ACTIONS(750), - [anon_sym_error] = ACTIONS(750), - [anon_sym_DASH] = ACTIONS(750), - [anon_sym_break] = ACTIONS(750), - [anon_sym_continue] = ACTIONS(750), - [anon_sym_for] = ACTIONS(750), - [anon_sym_loop] = ACTIONS(750), - [anon_sym_while] = ACTIONS(750), - [anon_sym_do] = ACTIONS(750), - [anon_sym_if] = ACTIONS(750), - [anon_sym_match] = ACTIONS(750), - [anon_sym_LBRACE] = ACTIONS(750), - [anon_sym_DOT] = ACTIONS(750), - [anon_sym_try] = ACTIONS(750), - [anon_sym_return] = ACTIONS(750), - [anon_sym_source] = ACTIONS(750), - [anon_sym_source_DASHenv] = ACTIONS(750), - [anon_sym_register] = ACTIONS(750), - [anon_sym_hide] = ACTIONS(750), - [anon_sym_hide_DASHenv] = ACTIONS(750), - [anon_sym_overlay] = ACTIONS(750), - [anon_sym_where] = ACTIONS(750), - [anon_sym_not] = ACTIONS(750), - [anon_sym_DOT_DOT_LT] = ACTIONS(750), - [anon_sym_DOT_DOT] = ACTIONS(750), - [anon_sym_DOT_DOT_EQ] = ACTIONS(750), - [sym_val_nothing] = ACTIONS(750), - [anon_sym_true] = ACTIONS(750), - [anon_sym_false] = ACTIONS(750), - [aux_sym_val_number_token1] = ACTIONS(750), - [aux_sym_val_number_token2] = ACTIONS(750), - [aux_sym_val_number_token3] = ACTIONS(750), - [aux_sym_val_number_token4] = ACTIONS(750), - [anon_sym_inf] = ACTIONS(750), - [anon_sym_DASHinf] = ACTIONS(750), - [anon_sym_NaN] = ACTIONS(750), - [anon_sym_0b] = ACTIONS(750), - [anon_sym_0o] = ACTIONS(750), - [anon_sym_0x] = ACTIONS(750), - [sym_val_date] = ACTIONS(750), - [anon_sym_DQUOTE] = ACTIONS(750), - [sym__str_single_quotes] = ACTIONS(750), - [sym__str_back_ticks] = ACTIONS(750), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(750), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(750), - [anon_sym_CARET] = ACTIONS(750), - [anon_sym_POUND] = ACTIONS(3), - }, - [802] = { - [sym_comment] = STATE(802), + [804] = { + [sym_comment] = STATE(804), [anon_sym_export] = ACTIONS(1782), [anon_sym_alias] = ACTIONS(1782), [anon_sym_let] = ACTIONS(1782), @@ -116030,76 +116171,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1782), [anon_sym_POUND] = ACTIONS(3), }, - [803] = { - [sym_comment] = STATE(803), - [ts_builtin_sym_end] = ACTIONS(1726), - [anon_sym_export] = ACTIONS(1724), - [anon_sym_alias] = ACTIONS(1724), - [anon_sym_let] = ACTIONS(1724), - [anon_sym_let_DASHenv] = ACTIONS(1724), - [anon_sym_mut] = ACTIONS(1724), - [anon_sym_const] = ACTIONS(1724), - [sym_cmd_identifier] = ACTIONS(1724), - [anon_sym_SEMI] = ACTIONS(1724), - [anon_sym_LF] = ACTIONS(1726), - [anon_sym_def] = ACTIONS(1724), - [anon_sym_def_DASHenv] = ACTIONS(1724), - [anon_sym_export_DASHenv] = ACTIONS(1724), - [anon_sym_extern] = ACTIONS(1724), - [anon_sym_module] = ACTIONS(1724), - [anon_sym_use] = ACTIONS(1724), - [anon_sym_LBRACK] = ACTIONS(1724), - [anon_sym_LPAREN] = ACTIONS(1724), - [anon_sym_PIPE] = ACTIONS(1724), - [anon_sym_DOLLAR] = ACTIONS(1724), - [anon_sym_error] = ACTIONS(1724), - [anon_sym_DASH] = ACTIONS(1724), - [anon_sym_break] = ACTIONS(1724), - [anon_sym_continue] = ACTIONS(1724), - [anon_sym_for] = ACTIONS(1724), - [anon_sym_loop] = ACTIONS(1724), - [anon_sym_while] = ACTIONS(1724), - [anon_sym_do] = ACTIONS(1724), - [anon_sym_if] = ACTIONS(1724), - [anon_sym_match] = ACTIONS(1724), - [anon_sym_LBRACE] = ACTIONS(1724), - [anon_sym_try] = ACTIONS(1724), - [anon_sym_return] = ACTIONS(1724), - [anon_sym_source] = ACTIONS(1724), - [anon_sym_source_DASHenv] = ACTIONS(1724), - [anon_sym_register] = ACTIONS(1724), - [anon_sym_hide] = ACTIONS(1724), - [anon_sym_hide_DASHenv] = ACTIONS(1724), - [anon_sym_overlay] = ACTIONS(1724), - [anon_sym_where] = ACTIONS(1724), - [anon_sym_not] = ACTIONS(1724), - [anon_sym_DOT_DOT_LT] = ACTIONS(1724), - [anon_sym_DOT_DOT] = ACTIONS(1724), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1724), - [sym_val_nothing] = ACTIONS(1724), - [anon_sym_true] = ACTIONS(1724), - [anon_sym_false] = ACTIONS(1724), - [aux_sym_val_number_token1] = ACTIONS(1724), - [aux_sym_val_number_token2] = ACTIONS(1724), - [aux_sym_val_number_token3] = ACTIONS(1724), - [aux_sym_val_number_token4] = ACTIONS(1724), - [anon_sym_inf] = ACTIONS(1724), - [anon_sym_DASHinf] = ACTIONS(1724), - [anon_sym_NaN] = ACTIONS(1724), - [anon_sym_0b] = ACTIONS(1724), - [anon_sym_0o] = ACTIONS(1724), - [anon_sym_0x] = ACTIONS(1724), - [sym_val_date] = ACTIONS(1724), - [anon_sym_DQUOTE] = ACTIONS(1724), - [sym__str_single_quotes] = ACTIONS(1724), - [sym__str_back_ticks] = ACTIONS(1724), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1724), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1724), - [anon_sym_CARET] = ACTIONS(1724), + [805] = { + [sym_comment] = STATE(805), + [anon_sym_export] = ACTIONS(1778), + [anon_sym_alias] = ACTIONS(1778), + [anon_sym_let] = ACTIONS(1778), + [anon_sym_let_DASHenv] = ACTIONS(1778), + [anon_sym_mut] = ACTIONS(1778), + [anon_sym_const] = ACTIONS(1778), + [sym_cmd_identifier] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1778), + [anon_sym_LF] = ACTIONS(1780), + [anon_sym_def] = ACTIONS(1778), + [anon_sym_def_DASHenv] = ACTIONS(1778), + [anon_sym_export_DASHenv] = ACTIONS(1778), + [anon_sym_extern] = ACTIONS(1778), + [anon_sym_module] = ACTIONS(1778), + [anon_sym_use] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1778), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_RPAREN] = ACTIONS(1778), + [anon_sym_DOLLAR] = ACTIONS(1778), + [anon_sym_error] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_break] = ACTIONS(1778), + [anon_sym_continue] = ACTIONS(1778), + [anon_sym_for] = ACTIONS(1778), + [anon_sym_loop] = ACTIONS(1778), + [anon_sym_while] = ACTIONS(1778), + [anon_sym_do] = ACTIONS(1778), + [anon_sym_if] = ACTIONS(1778), + [anon_sym_match] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1778), + [anon_sym_RBRACE] = ACTIONS(1778), + [anon_sym_try] = ACTIONS(1778), + [anon_sym_return] = ACTIONS(1778), + [anon_sym_source] = ACTIONS(1778), + [anon_sym_source_DASHenv] = ACTIONS(1778), + [anon_sym_register] = ACTIONS(1778), + [anon_sym_hide] = ACTIONS(1778), + [anon_sym_hide_DASHenv] = ACTIONS(1778), + [anon_sym_overlay] = ACTIONS(1778), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_not] = ACTIONS(1778), + [anon_sym_DOT_DOT_LT] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1778), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1778), + [sym_val_nothing] = ACTIONS(1778), + [anon_sym_true] = ACTIONS(1778), + [anon_sym_false] = ACTIONS(1778), + [aux_sym_val_number_token1] = ACTIONS(1778), + [aux_sym_val_number_token2] = ACTIONS(1778), + [aux_sym_val_number_token3] = ACTIONS(1778), + [aux_sym_val_number_token4] = ACTIONS(1778), + [anon_sym_inf] = ACTIONS(1778), + [anon_sym_DASHinf] = ACTIONS(1778), + [anon_sym_NaN] = ACTIONS(1778), + [anon_sym_0b] = ACTIONS(1778), + [anon_sym_0o] = ACTIONS(1778), + [anon_sym_0x] = ACTIONS(1778), + [sym_val_date] = ACTIONS(1778), + [anon_sym_DQUOTE] = ACTIONS(1778), + [sym__str_single_quotes] = ACTIONS(1778), + [sym__str_back_ticks] = ACTIONS(1778), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1778), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1778), + [anon_sym_CARET] = ACTIONS(1778), [anon_sym_POUND] = ACTIONS(3), }, - [804] = { - [sym_comment] = STATE(804), + [806] = { + [sym_comment] = STATE(806), [anon_sym_export] = ACTIONS(1786), [anon_sym_alias] = ACTIONS(1786), [anon_sym_let] = ACTIONS(1786), @@ -116166,8 +116307,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1786), [anon_sym_POUND] = ACTIONS(3), }, - [805] = { - [sym_comment] = STATE(805), + [807] = { + [sym_comment] = STATE(807), [anon_sym_export] = ACTIONS(1790), [anon_sym_alias] = ACTIONS(1790), [anon_sym_let] = ACTIONS(1790), @@ -116234,142 +116375,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1790), [anon_sym_POUND] = ACTIONS(3), }, - [806] = { - [sym_comment] = STATE(806), - [ts_builtin_sym_end] = ACTIONS(1688), - [anon_sym_export] = ACTIONS(1686), - [anon_sym_alias] = ACTIONS(1686), - [anon_sym_let] = ACTIONS(1686), - [anon_sym_let_DASHenv] = ACTIONS(1686), - [anon_sym_mut] = ACTIONS(1686), - [anon_sym_const] = ACTIONS(1686), - [sym_cmd_identifier] = ACTIONS(1686), - [anon_sym_SEMI] = ACTIONS(1686), - [anon_sym_LF] = ACTIONS(1688), - [anon_sym_def] = ACTIONS(1686), - [anon_sym_def_DASHenv] = ACTIONS(1686), - [anon_sym_export_DASHenv] = ACTIONS(1686), - [anon_sym_extern] = ACTIONS(1686), - [anon_sym_module] = ACTIONS(1686), - [anon_sym_use] = ACTIONS(1686), - [anon_sym_LBRACK] = ACTIONS(1686), - [anon_sym_LPAREN] = ACTIONS(1686), - [anon_sym_PIPE] = ACTIONS(1686), - [anon_sym_DOLLAR] = ACTIONS(1686), - [anon_sym_error] = ACTIONS(1686), - [anon_sym_DASH] = ACTIONS(1686), - [anon_sym_break] = ACTIONS(1686), - [anon_sym_continue] = ACTIONS(1686), - [anon_sym_for] = ACTIONS(1686), - [anon_sym_loop] = ACTIONS(1686), - [anon_sym_while] = ACTIONS(1686), - [anon_sym_do] = ACTIONS(1686), - [anon_sym_if] = ACTIONS(1686), - [anon_sym_match] = ACTIONS(1686), - [anon_sym_LBRACE] = ACTIONS(1686), - [anon_sym_try] = ACTIONS(1686), - [anon_sym_return] = ACTIONS(1686), - [anon_sym_source] = ACTIONS(1686), - [anon_sym_source_DASHenv] = ACTIONS(1686), - [anon_sym_register] = ACTIONS(1686), - [anon_sym_hide] = ACTIONS(1686), - [anon_sym_hide_DASHenv] = ACTIONS(1686), - [anon_sym_overlay] = ACTIONS(1686), - [anon_sym_where] = ACTIONS(1686), - [anon_sym_not] = ACTIONS(1686), - [anon_sym_DOT_DOT_LT] = ACTIONS(1686), - [anon_sym_DOT_DOT] = ACTIONS(1686), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1686), - [sym_val_nothing] = ACTIONS(1686), - [anon_sym_true] = ACTIONS(1686), - [anon_sym_false] = ACTIONS(1686), - [aux_sym_val_number_token1] = ACTIONS(1686), - [aux_sym_val_number_token2] = ACTIONS(1686), - [aux_sym_val_number_token3] = ACTIONS(1686), - [aux_sym_val_number_token4] = ACTIONS(1686), - [anon_sym_inf] = ACTIONS(1686), - [anon_sym_DASHinf] = ACTIONS(1686), - [anon_sym_NaN] = ACTIONS(1686), - [anon_sym_0b] = ACTIONS(1686), - [anon_sym_0o] = ACTIONS(1686), - [anon_sym_0x] = ACTIONS(1686), - [sym_val_date] = ACTIONS(1686), - [anon_sym_DQUOTE] = ACTIONS(1686), - [sym__str_single_quotes] = ACTIONS(1686), - [sym__str_back_ticks] = ACTIONS(1686), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1686), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1686), - [anon_sym_CARET] = ACTIONS(1686), - [anon_sym_POUND] = ACTIONS(3), - }, - [807] = { - [sym_comment] = STATE(807), - [ts_builtin_sym_end] = ACTIONS(1718), - [anon_sym_export] = ACTIONS(1716), - [anon_sym_alias] = ACTIONS(1716), - [anon_sym_let] = ACTIONS(1716), - [anon_sym_let_DASHenv] = ACTIONS(1716), - [anon_sym_mut] = ACTIONS(1716), - [anon_sym_const] = ACTIONS(1716), - [sym_cmd_identifier] = ACTIONS(1716), - [anon_sym_SEMI] = ACTIONS(1716), - [anon_sym_LF] = ACTIONS(1718), - [anon_sym_def] = ACTIONS(1716), - [anon_sym_def_DASHenv] = ACTIONS(1716), - [anon_sym_export_DASHenv] = ACTIONS(1716), - [anon_sym_extern] = ACTIONS(1716), - [anon_sym_module] = ACTIONS(1716), - [anon_sym_use] = ACTIONS(1716), - [anon_sym_LBRACK] = ACTIONS(1716), - [anon_sym_LPAREN] = ACTIONS(1716), - [anon_sym_PIPE] = ACTIONS(1716), - [anon_sym_DOLLAR] = ACTIONS(1716), - [anon_sym_error] = ACTIONS(1716), - [anon_sym_DASH] = ACTIONS(1716), - [anon_sym_break] = ACTIONS(1716), - [anon_sym_continue] = ACTIONS(1716), - [anon_sym_for] = ACTIONS(1716), - [anon_sym_loop] = ACTIONS(1716), - [anon_sym_while] = ACTIONS(1716), - [anon_sym_do] = ACTIONS(1716), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_match] = ACTIONS(1716), - [anon_sym_LBRACE] = ACTIONS(1716), - [anon_sym_try] = ACTIONS(1716), - [anon_sym_return] = ACTIONS(1716), - [anon_sym_source] = ACTIONS(1716), - [anon_sym_source_DASHenv] = ACTIONS(1716), - [anon_sym_register] = ACTIONS(1716), - [anon_sym_hide] = ACTIONS(1716), - [anon_sym_hide_DASHenv] = ACTIONS(1716), - [anon_sym_overlay] = ACTIONS(1716), - [anon_sym_where] = ACTIONS(1716), - [anon_sym_not] = ACTIONS(1716), - [anon_sym_DOT_DOT_LT] = ACTIONS(1716), - [anon_sym_DOT_DOT] = ACTIONS(1716), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1716), - [sym_val_nothing] = ACTIONS(1716), - [anon_sym_true] = ACTIONS(1716), - [anon_sym_false] = ACTIONS(1716), - [aux_sym_val_number_token1] = ACTIONS(1716), - [aux_sym_val_number_token2] = ACTIONS(1716), - [aux_sym_val_number_token3] = ACTIONS(1716), - [aux_sym_val_number_token4] = ACTIONS(1716), - [anon_sym_inf] = ACTIONS(1716), - [anon_sym_DASHinf] = ACTIONS(1716), - [anon_sym_NaN] = ACTIONS(1716), - [anon_sym_0b] = ACTIONS(1716), - [anon_sym_0o] = ACTIONS(1716), - [anon_sym_0x] = ACTIONS(1716), - [sym_val_date] = ACTIONS(1716), - [anon_sym_DQUOTE] = ACTIONS(1716), - [sym__str_single_quotes] = ACTIONS(1716), - [sym__str_back_ticks] = ACTIONS(1716), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1716), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1716), - [anon_sym_CARET] = ACTIONS(1716), - [anon_sym_POUND] = ACTIONS(3), - }, [808] = { [sym_comment] = STATE(808), [anon_sym_export] = ACTIONS(1794), @@ -116440,74 +116445,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [809] = { [sym_comment] = STATE(809), - [ts_builtin_sym_end] = ACTIONS(771), - [anon_sym_export] = ACTIONS(769), - [anon_sym_alias] = ACTIONS(769), - [anon_sym_let] = ACTIONS(769), - [anon_sym_let_DASHenv] = ACTIONS(769), - [anon_sym_mut] = ACTIONS(769), - [anon_sym_const] = ACTIONS(769), - [sym_cmd_identifier] = ACTIONS(769), - [anon_sym_SEMI] = ACTIONS(769), - [anon_sym_LF] = ACTIONS(771), - [anon_sym_def] = ACTIONS(769), - [anon_sym_def_DASHenv] = ACTIONS(769), - [anon_sym_export_DASHenv] = ACTIONS(769), - [anon_sym_extern] = ACTIONS(769), - [anon_sym_module] = ACTIONS(769), - [anon_sym_use] = ACTIONS(769), - [anon_sym_LBRACK] = ACTIONS(769), - [anon_sym_LPAREN] = ACTIONS(769), - [anon_sym_DOLLAR] = ACTIONS(769), - [anon_sym_error] = ACTIONS(769), - [anon_sym_DASH] = ACTIONS(769), - [anon_sym_break] = ACTIONS(769), - [anon_sym_continue] = ACTIONS(769), - [anon_sym_for] = ACTIONS(769), - [anon_sym_loop] = ACTIONS(769), - [anon_sym_while] = ACTIONS(769), - [anon_sym_do] = ACTIONS(769), - [anon_sym_if] = ACTIONS(769), - [anon_sym_match] = ACTIONS(769), - [anon_sym_LBRACE] = ACTIONS(769), - [anon_sym_try] = ACTIONS(769), - [anon_sym_return] = ACTIONS(769), - [anon_sym_source] = ACTIONS(769), - [anon_sym_source_DASHenv] = ACTIONS(769), - [anon_sym_register] = ACTIONS(769), - [anon_sym_hide] = ACTIONS(769), - [anon_sym_hide_DASHenv] = ACTIONS(769), - [anon_sym_overlay] = ACTIONS(769), - [anon_sym_STAR] = ACTIONS(769), - [anon_sym_where] = ACTIONS(769), - [anon_sym_not] = ACTIONS(769), - [anon_sym_DOT_DOT_LT] = ACTIONS(769), - [anon_sym_DOT_DOT] = ACTIONS(769), - [anon_sym_DOT_DOT_EQ] = ACTIONS(769), - [sym_val_nothing] = ACTIONS(769), - [anon_sym_true] = ACTIONS(769), - [anon_sym_false] = ACTIONS(769), - [aux_sym_val_number_token1] = ACTIONS(769), - [aux_sym_val_number_token2] = ACTIONS(769), - [aux_sym_val_number_token3] = ACTIONS(769), - [aux_sym_val_number_token4] = ACTIONS(769), - [anon_sym_inf] = ACTIONS(769), - [anon_sym_DASHinf] = ACTIONS(769), - [anon_sym_NaN] = ACTIONS(769), - [anon_sym_0b] = ACTIONS(769), - [anon_sym_0o] = ACTIONS(769), - [anon_sym_0x] = ACTIONS(769), - [sym_val_date] = ACTIONS(769), - [anon_sym_DQUOTE] = ACTIONS(769), - [sym__str_single_quotes] = ACTIONS(769), - [sym__str_back_ticks] = ACTIONS(769), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(769), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(769), - [anon_sym_CARET] = ACTIONS(769), - [anon_sym_POUND] = ACTIONS(3), - }, - [810] = { - [sym_comment] = STATE(810), [anon_sym_export] = ACTIONS(1798), [anon_sym_alias] = ACTIONS(1798), [anon_sym_let] = ACTIONS(1798), @@ -116574,10 +116511,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1798), [anon_sym_POUND] = ACTIONS(3), }, - [811] = { - [sym__terminator] = STATE(791), - [sym_comment] = STATE(811), - [aux_sym__block_body_repeat1] = STATE(894), + [810] = { + [sym_comment] = STATE(810), [anon_sym_export] = ACTIONS(1802), [anon_sym_alias] = ACTIONS(1802), [anon_sym_let] = ACTIONS(1802), @@ -116585,8 +116520,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_mut] = ACTIONS(1802), [anon_sym_const] = ACTIONS(1802), [sym_cmd_identifier] = ACTIONS(1802), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_LF] = ACTIONS(1806), + [anon_sym_SEMI] = ACTIONS(1802), + [anon_sym_LF] = ACTIONS(1804), [anon_sym_def] = ACTIONS(1802), [anon_sym_def_DASHenv] = ACTIONS(1802), [anon_sym_export_DASHenv] = ACTIONS(1802), @@ -116595,6 +116530,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(1802), [anon_sym_LBRACK] = ACTIONS(1802), [anon_sym_LPAREN] = ACTIONS(1802), + [anon_sym_RPAREN] = ACTIONS(1802), [anon_sym_DOLLAR] = ACTIONS(1802), [anon_sym_error] = ACTIONS(1802), [anon_sym_DASH] = ACTIONS(1802), @@ -116607,6 +116543,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1802), [anon_sym_match] = ACTIONS(1802), [anon_sym_LBRACE] = ACTIONS(1802), + [anon_sym_RBRACE] = ACTIONS(1802), [anon_sym_try] = ACTIONS(1802), [anon_sym_return] = ACTIONS(1802), [anon_sym_source] = ACTIONS(1802), @@ -116642,212 +116579,212 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1802), [anon_sym_POUND] = ACTIONS(3), }, + [811] = { + [sym_comment] = STATE(811), + [ts_builtin_sym_end] = ACTIONS(1420), + [anon_sym_export] = ACTIONS(1418), + [anon_sym_alias] = ACTIONS(1418), + [anon_sym_let] = ACTIONS(1418), + [anon_sym_let_DASHenv] = ACTIONS(1418), + [anon_sym_mut] = ACTIONS(1418), + [anon_sym_const] = ACTIONS(1418), + [sym_cmd_identifier] = ACTIONS(1418), + [anon_sym_SEMI] = ACTIONS(1418), + [anon_sym_LF] = ACTIONS(1420), + [anon_sym_def] = ACTIONS(1418), + [anon_sym_def_DASHenv] = ACTIONS(1418), + [anon_sym_export_DASHenv] = ACTIONS(1418), + [anon_sym_extern] = ACTIONS(1418), + [anon_sym_module] = ACTIONS(1418), + [anon_sym_use] = ACTIONS(1418), + [anon_sym_LBRACK] = ACTIONS(1418), + [anon_sym_LPAREN] = ACTIONS(1418), + [anon_sym_PIPE] = ACTIONS(1418), + [anon_sym_DOLLAR] = ACTIONS(1418), + [anon_sym_error] = ACTIONS(1418), + [anon_sym_DASH] = ACTIONS(1418), + [anon_sym_break] = ACTIONS(1418), + [anon_sym_continue] = ACTIONS(1418), + [anon_sym_for] = ACTIONS(1418), + [anon_sym_loop] = ACTIONS(1418), + [anon_sym_while] = ACTIONS(1418), + [anon_sym_do] = ACTIONS(1418), + [anon_sym_if] = ACTIONS(1418), + [anon_sym_match] = ACTIONS(1418), + [anon_sym_LBRACE] = ACTIONS(1418), + [anon_sym_try] = ACTIONS(1418), + [anon_sym_return] = ACTIONS(1418), + [anon_sym_source] = ACTIONS(1418), + [anon_sym_source_DASHenv] = ACTIONS(1418), + [anon_sym_register] = ACTIONS(1418), + [anon_sym_hide] = ACTIONS(1418), + [anon_sym_hide_DASHenv] = ACTIONS(1418), + [anon_sym_overlay] = ACTIONS(1418), + [anon_sym_where] = ACTIONS(1418), + [anon_sym_not] = ACTIONS(1418), + [anon_sym_DOT_DOT_LT] = ACTIONS(1418), + [anon_sym_DOT_DOT] = ACTIONS(1418), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1418), + [sym_val_nothing] = ACTIONS(1418), + [anon_sym_true] = ACTIONS(1418), + [anon_sym_false] = ACTIONS(1418), + [aux_sym_val_number_token1] = ACTIONS(1418), + [aux_sym_val_number_token2] = ACTIONS(1418), + [aux_sym_val_number_token3] = ACTIONS(1418), + [aux_sym_val_number_token4] = ACTIONS(1418), + [anon_sym_inf] = ACTIONS(1418), + [anon_sym_DASHinf] = ACTIONS(1418), + [anon_sym_NaN] = ACTIONS(1418), + [anon_sym_0b] = ACTIONS(1418), + [anon_sym_0o] = ACTIONS(1418), + [anon_sym_0x] = ACTIONS(1418), + [sym_val_date] = ACTIONS(1418), + [anon_sym_DQUOTE] = ACTIONS(1418), + [sym__str_single_quotes] = ACTIONS(1418), + [sym__str_back_ticks] = ACTIONS(1418), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1418), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1418), + [anon_sym_CARET] = ACTIONS(1418), + [anon_sym_POUND] = ACTIONS(3), + }, [812] = { [sym_comment] = STATE(812), - [ts_builtin_sym_end] = ACTIONS(748), - [anon_sym_export] = ACTIONS(746), - [anon_sym_alias] = ACTIONS(746), - [anon_sym_let] = ACTIONS(746), - [anon_sym_let_DASHenv] = ACTIONS(746), - [anon_sym_mut] = ACTIONS(746), - [anon_sym_const] = ACTIONS(746), - [sym_cmd_identifier] = ACTIONS(746), - [anon_sym_SEMI] = ACTIONS(746), - [anon_sym_LF] = ACTIONS(748), - [anon_sym_def] = ACTIONS(746), - [anon_sym_def_DASHenv] = ACTIONS(746), - [anon_sym_export_DASHenv] = ACTIONS(746), - [anon_sym_extern] = ACTIONS(746), - [anon_sym_module] = ACTIONS(746), - [anon_sym_use] = ACTIONS(746), - [anon_sym_LBRACK] = ACTIONS(746), - [anon_sym_LPAREN] = ACTIONS(746), - [anon_sym_DOLLAR] = ACTIONS(746), - [anon_sym_error] = ACTIONS(746), - [anon_sym_DASH] = ACTIONS(746), - [anon_sym_break] = ACTIONS(746), - [anon_sym_continue] = ACTIONS(746), - [anon_sym_for] = ACTIONS(746), - [anon_sym_loop] = ACTIONS(746), - [anon_sym_while] = ACTIONS(746), - [anon_sym_do] = ACTIONS(746), - [anon_sym_if] = ACTIONS(746), - [anon_sym_match] = ACTIONS(746), - [anon_sym_LBRACE] = ACTIONS(746), - [anon_sym_DOT] = ACTIONS(746), - [anon_sym_try] = ACTIONS(746), - [anon_sym_return] = ACTIONS(746), - [anon_sym_source] = ACTIONS(746), - [anon_sym_source_DASHenv] = ACTIONS(746), - [anon_sym_register] = ACTIONS(746), - [anon_sym_hide] = ACTIONS(746), - [anon_sym_hide_DASHenv] = ACTIONS(746), - [anon_sym_overlay] = ACTIONS(746), - [anon_sym_where] = ACTIONS(746), - [anon_sym_not] = ACTIONS(746), - [anon_sym_DOT_DOT_LT] = ACTIONS(746), - [anon_sym_DOT_DOT] = ACTIONS(746), - [anon_sym_DOT_DOT_EQ] = ACTIONS(746), - [sym_val_nothing] = ACTIONS(746), - [anon_sym_true] = ACTIONS(746), - [anon_sym_false] = ACTIONS(746), - [aux_sym_val_number_token1] = ACTIONS(746), - [aux_sym_val_number_token2] = ACTIONS(746), - [aux_sym_val_number_token3] = ACTIONS(746), - [aux_sym_val_number_token4] = ACTIONS(746), - [anon_sym_inf] = ACTIONS(746), - [anon_sym_DASHinf] = ACTIONS(746), - [anon_sym_NaN] = ACTIONS(746), - [anon_sym_0b] = ACTIONS(746), - [anon_sym_0o] = ACTIONS(746), - [anon_sym_0x] = ACTIONS(746), - [sym_val_date] = ACTIONS(746), - [anon_sym_DQUOTE] = ACTIONS(746), - [sym__str_single_quotes] = ACTIONS(746), - [sym__str_back_ticks] = ACTIONS(746), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(746), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(746), - [anon_sym_CARET] = ACTIONS(746), + [anon_sym_export] = ACTIONS(1806), + [anon_sym_alias] = ACTIONS(1806), + [anon_sym_let] = ACTIONS(1806), + [anon_sym_let_DASHenv] = ACTIONS(1806), + [anon_sym_mut] = ACTIONS(1806), + [anon_sym_const] = ACTIONS(1806), + [sym_cmd_identifier] = ACTIONS(1806), + [anon_sym_SEMI] = ACTIONS(1808), + [anon_sym_LF] = ACTIONS(1811), + [anon_sym_def] = ACTIONS(1806), + [anon_sym_def_DASHenv] = ACTIONS(1806), + [anon_sym_export_DASHenv] = ACTIONS(1806), + [anon_sym_extern] = ACTIONS(1806), + [anon_sym_module] = ACTIONS(1806), + [anon_sym_use] = ACTIONS(1806), + [anon_sym_LBRACK] = ACTIONS(1806), + [anon_sym_LPAREN] = ACTIONS(1806), + [anon_sym_RPAREN] = ACTIONS(1814), + [anon_sym_DOLLAR] = ACTIONS(1806), + [anon_sym_error] = ACTIONS(1806), + [anon_sym_DASH] = ACTIONS(1806), + [anon_sym_break] = ACTIONS(1806), + [anon_sym_continue] = ACTIONS(1806), + [anon_sym_for] = ACTIONS(1806), + [anon_sym_loop] = ACTIONS(1806), + [anon_sym_while] = ACTIONS(1806), + [anon_sym_do] = ACTIONS(1806), + [anon_sym_if] = ACTIONS(1806), + [anon_sym_match] = ACTIONS(1806), + [anon_sym_LBRACE] = ACTIONS(1806), + [anon_sym_RBRACE] = ACTIONS(1814), + [anon_sym_try] = ACTIONS(1806), + [anon_sym_return] = ACTIONS(1806), + [anon_sym_source] = ACTIONS(1806), + [anon_sym_source_DASHenv] = ACTIONS(1806), + [anon_sym_register] = ACTIONS(1806), + [anon_sym_hide] = ACTIONS(1806), + [anon_sym_hide_DASHenv] = ACTIONS(1806), + [anon_sym_overlay] = ACTIONS(1806), + [anon_sym_where] = ACTIONS(1806), + [anon_sym_not] = ACTIONS(1806), + [anon_sym_DOT_DOT_LT] = ACTIONS(1806), + [anon_sym_DOT_DOT] = ACTIONS(1806), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1806), + [sym_val_nothing] = ACTIONS(1806), + [anon_sym_true] = ACTIONS(1806), + [anon_sym_false] = ACTIONS(1806), + [aux_sym_val_number_token1] = ACTIONS(1806), + [aux_sym_val_number_token2] = ACTIONS(1806), + [aux_sym_val_number_token3] = ACTIONS(1806), + [aux_sym_val_number_token4] = ACTIONS(1806), + [anon_sym_inf] = ACTIONS(1806), + [anon_sym_DASHinf] = ACTIONS(1806), + [anon_sym_NaN] = ACTIONS(1806), + [anon_sym_0b] = ACTIONS(1806), + [anon_sym_0o] = ACTIONS(1806), + [anon_sym_0x] = ACTIONS(1806), + [sym_val_date] = ACTIONS(1806), + [anon_sym_DQUOTE] = ACTIONS(1806), + [sym__str_single_quotes] = ACTIONS(1806), + [sym__str_back_ticks] = ACTIONS(1806), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1806), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1806), + [anon_sym_CARET] = ACTIONS(1806), [anon_sym_POUND] = ACTIONS(3), }, [813] = { [sym_comment] = STATE(813), - [anon_sym_export] = ACTIONS(1808), - [anon_sym_alias] = ACTIONS(1808), - [anon_sym_let] = ACTIONS(1808), - [anon_sym_let_DASHenv] = ACTIONS(1808), - [anon_sym_mut] = ACTIONS(1808), - [anon_sym_const] = ACTIONS(1808), - [sym_cmd_identifier] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1808), - [anon_sym_LF] = ACTIONS(1810), - [anon_sym_def] = ACTIONS(1808), - [anon_sym_def_DASHenv] = ACTIONS(1808), - [anon_sym_export_DASHenv] = ACTIONS(1808), - [anon_sym_extern] = ACTIONS(1808), - [anon_sym_module] = ACTIONS(1808), - [anon_sym_use] = ACTIONS(1808), - [anon_sym_LBRACK] = ACTIONS(1808), - [anon_sym_LPAREN] = ACTIONS(1808), - [anon_sym_RPAREN] = ACTIONS(1808), - [anon_sym_DOLLAR] = ACTIONS(1808), - [anon_sym_error] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_for] = ACTIONS(1808), - [anon_sym_loop] = ACTIONS(1808), - [anon_sym_while] = ACTIONS(1808), - [anon_sym_do] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_match] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1808), - [anon_sym_RBRACE] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_source] = ACTIONS(1808), - [anon_sym_source_DASHenv] = ACTIONS(1808), - [anon_sym_register] = ACTIONS(1808), - [anon_sym_hide] = ACTIONS(1808), - [anon_sym_hide_DASHenv] = ACTIONS(1808), - [anon_sym_overlay] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_not] = ACTIONS(1808), - [anon_sym_DOT_DOT_LT] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1808), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1808), - [sym_val_nothing] = ACTIONS(1808), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [aux_sym_val_number_token1] = ACTIONS(1808), - [aux_sym_val_number_token2] = ACTIONS(1808), - [aux_sym_val_number_token3] = ACTIONS(1808), - [aux_sym_val_number_token4] = ACTIONS(1808), - [anon_sym_inf] = ACTIONS(1808), - [anon_sym_DASHinf] = ACTIONS(1808), - [anon_sym_NaN] = ACTIONS(1808), - [anon_sym_0b] = ACTIONS(1808), - [anon_sym_0o] = ACTIONS(1808), - [anon_sym_0x] = ACTIONS(1808), - [sym_val_date] = ACTIONS(1808), - [anon_sym_DQUOTE] = ACTIONS(1808), - [sym__str_single_quotes] = ACTIONS(1808), - [sym__str_back_ticks] = ACTIONS(1808), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1808), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1808), - [anon_sym_CARET] = ACTIONS(1808), + [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), + [sym_cmd_identifier] = ACTIONS(1786), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_LF] = ACTIONS(1788), + [anon_sym_def] = ACTIONS(1786), + [anon_sym_def_DASHenv] = 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_LBRACK] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_RPAREN] = ACTIONS(1786), + [anon_sym_DOLLAR] = ACTIONS(1786), + [anon_sym_error] = ACTIONS(1786), + [anon_sym_DASH] = ACTIONS(1786), + [anon_sym_break] = ACTIONS(1786), + [anon_sym_continue] = ACTIONS(1786), + [anon_sym_for] = ACTIONS(1786), + [anon_sym_loop] = ACTIONS(1786), + [anon_sym_while] = ACTIONS(1786), + [anon_sym_do] = ACTIONS(1786), + [anon_sym_if] = ACTIONS(1786), + [anon_sym_match] = ACTIONS(1786), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_RBRACE] = ACTIONS(1786), + [anon_sym_try] = 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_where] = ACTIONS(1786), + [anon_sym_not] = ACTIONS(1786), + [anon_sym_DOT_DOT_LT] = ACTIONS(1786), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1786), + [sym_val_nothing] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1786), + [anon_sym_false] = 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), + [anon_sym_inf] = ACTIONS(1786), + [anon_sym_DASHinf] = ACTIONS(1786), + [anon_sym_NaN] = ACTIONS(1786), + [anon_sym_0b] = ACTIONS(1786), + [anon_sym_0o] = ACTIONS(1786), + [anon_sym_0x] = ACTIONS(1786), + [sym_val_date] = ACTIONS(1786), + [anon_sym_DQUOTE] = ACTIONS(1786), + [sym__str_single_quotes] = ACTIONS(1786), + [sym__str_back_ticks] = ACTIONS(1786), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1786), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1786), + [anon_sym_CARET] = ACTIONS(1786), [anon_sym_POUND] = ACTIONS(3), }, [814] = { [sym_comment] = STATE(814), - [anon_sym_export] = ACTIONS(1812), - [anon_sym_alias] = ACTIONS(1812), - [anon_sym_let] = ACTIONS(1812), - [anon_sym_let_DASHenv] = ACTIONS(1812), - [anon_sym_mut] = ACTIONS(1812), - [anon_sym_const] = ACTIONS(1812), - [sym_cmd_identifier] = ACTIONS(1812), - [anon_sym_SEMI] = ACTIONS(1812), - [anon_sym_LF] = ACTIONS(1814), - [anon_sym_def] = ACTIONS(1812), - [anon_sym_def_DASHenv] = ACTIONS(1812), - [anon_sym_export_DASHenv] = ACTIONS(1812), - [anon_sym_extern] = ACTIONS(1812), - [anon_sym_module] = ACTIONS(1812), - [anon_sym_use] = ACTIONS(1812), - [anon_sym_LBRACK] = ACTIONS(1812), - [anon_sym_LPAREN] = ACTIONS(1812), - [anon_sym_RPAREN] = ACTIONS(1812), - [anon_sym_DOLLAR] = ACTIONS(1812), - [anon_sym_error] = ACTIONS(1812), - [anon_sym_DASH] = ACTIONS(1812), - [anon_sym_break] = ACTIONS(1812), - [anon_sym_continue] = ACTIONS(1812), - [anon_sym_for] = ACTIONS(1812), - [anon_sym_loop] = ACTIONS(1812), - [anon_sym_while] = ACTIONS(1812), - [anon_sym_do] = ACTIONS(1812), - [anon_sym_if] = ACTIONS(1812), - [anon_sym_match] = ACTIONS(1812), - [anon_sym_LBRACE] = ACTIONS(1812), - [anon_sym_RBRACE] = ACTIONS(1812), - [anon_sym_try] = ACTIONS(1812), - [anon_sym_return] = ACTIONS(1812), - [anon_sym_source] = ACTIONS(1812), - [anon_sym_source_DASHenv] = ACTIONS(1812), - [anon_sym_register] = ACTIONS(1812), - [anon_sym_hide] = ACTIONS(1812), - [anon_sym_hide_DASHenv] = ACTIONS(1812), - [anon_sym_overlay] = ACTIONS(1812), - [anon_sym_where] = ACTIONS(1812), - [anon_sym_not] = ACTIONS(1812), - [anon_sym_DOT_DOT_LT] = ACTIONS(1812), - [anon_sym_DOT_DOT] = ACTIONS(1812), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1812), - [sym_val_nothing] = ACTIONS(1812), - [anon_sym_true] = ACTIONS(1812), - [anon_sym_false] = ACTIONS(1812), - [aux_sym_val_number_token1] = ACTIONS(1812), - [aux_sym_val_number_token2] = ACTIONS(1812), - [aux_sym_val_number_token3] = ACTIONS(1812), - [aux_sym_val_number_token4] = ACTIONS(1812), - [anon_sym_inf] = ACTIONS(1812), - [anon_sym_DASHinf] = ACTIONS(1812), - [anon_sym_NaN] = ACTIONS(1812), - [anon_sym_0b] = ACTIONS(1812), - [anon_sym_0o] = ACTIONS(1812), - [anon_sym_0x] = ACTIONS(1812), - [sym_val_date] = ACTIONS(1812), - [anon_sym_DQUOTE] = ACTIONS(1812), - [sym__str_single_quotes] = ACTIONS(1812), - [sym__str_back_ticks] = ACTIONS(1812), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1812), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1812), - [anon_sym_CARET] = ACTIONS(1812), - [anon_sym_POUND] = ACTIONS(3), - }, - [815] = { - [sym_comment] = STATE(815), [anon_sym_export] = ACTIONS(1816), [anon_sym_alias] = ACTIONS(1816), [anon_sym_let] = ACTIONS(1816), @@ -116914,76 +116851,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1816), [anon_sym_POUND] = ACTIONS(3), }, - [816] = { - [sym_comment] = STATE(816), - [anon_sym_export] = ACTIONS(1798), - [anon_sym_alias] = ACTIONS(1798), - [anon_sym_let] = ACTIONS(1798), - [anon_sym_let_DASHenv] = ACTIONS(1798), - [anon_sym_mut] = ACTIONS(1798), - [anon_sym_const] = ACTIONS(1798), - [sym_cmd_identifier] = ACTIONS(1798), - [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_LF] = ACTIONS(1800), - [anon_sym_def] = ACTIONS(1798), - [anon_sym_def_DASHenv] = ACTIONS(1798), - [anon_sym_export_DASHenv] = ACTIONS(1798), - [anon_sym_extern] = ACTIONS(1798), - [anon_sym_module] = ACTIONS(1798), - [anon_sym_use] = ACTIONS(1798), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_RPAREN] = ACTIONS(1798), - [anon_sym_DOLLAR] = ACTIONS(1798), - [anon_sym_error] = ACTIONS(1798), - [anon_sym_DASH] = ACTIONS(1798), - [anon_sym_break] = ACTIONS(1798), - [anon_sym_continue] = ACTIONS(1798), - [anon_sym_for] = ACTIONS(1798), - [anon_sym_loop] = ACTIONS(1798), - [anon_sym_while] = ACTIONS(1798), - [anon_sym_do] = ACTIONS(1798), - [anon_sym_if] = ACTIONS(1798), - [anon_sym_match] = ACTIONS(1798), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_RBRACE] = ACTIONS(1798), - [anon_sym_try] = ACTIONS(1798), - [anon_sym_return] = ACTIONS(1798), - [anon_sym_source] = ACTIONS(1798), - [anon_sym_source_DASHenv] = ACTIONS(1798), - [anon_sym_register] = ACTIONS(1798), - [anon_sym_hide] = ACTIONS(1798), - [anon_sym_hide_DASHenv] = ACTIONS(1798), - [anon_sym_overlay] = ACTIONS(1798), - [anon_sym_where] = ACTIONS(1798), - [anon_sym_not] = ACTIONS(1798), - [anon_sym_DOT_DOT_LT] = ACTIONS(1798), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1798), - [sym_val_nothing] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1798), - [anon_sym_false] = ACTIONS(1798), - [aux_sym_val_number_token1] = ACTIONS(1798), - [aux_sym_val_number_token2] = ACTIONS(1798), - [aux_sym_val_number_token3] = ACTIONS(1798), - [aux_sym_val_number_token4] = ACTIONS(1798), - [anon_sym_inf] = ACTIONS(1798), - [anon_sym_DASHinf] = ACTIONS(1798), - [anon_sym_NaN] = ACTIONS(1798), - [anon_sym_0b] = ACTIONS(1798), - [anon_sym_0o] = ACTIONS(1798), - [anon_sym_0x] = ACTIONS(1798), - [sym_val_date] = ACTIONS(1798), - [anon_sym_DQUOTE] = ACTIONS(1798), - [sym__str_single_quotes] = ACTIONS(1798), - [sym__str_back_ticks] = ACTIONS(1798), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1798), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1798), - [anon_sym_CARET] = ACTIONS(1798), + [815] = { + [sym_comment] = STATE(815), + [ts_builtin_sym_end] = ACTIONS(761), + [anon_sym_export] = ACTIONS(759), + [anon_sym_alias] = ACTIONS(759), + [anon_sym_let] = ACTIONS(759), + [anon_sym_let_DASHenv] = ACTIONS(759), + [anon_sym_mut] = ACTIONS(759), + [anon_sym_const] = ACTIONS(759), + [sym_cmd_identifier] = ACTIONS(759), + [anon_sym_SEMI] = ACTIONS(759), + [anon_sym_LF] = ACTIONS(761), + [anon_sym_def] = ACTIONS(759), + [anon_sym_def_DASHenv] = ACTIONS(759), + [anon_sym_export_DASHenv] = ACTIONS(759), + [anon_sym_extern] = ACTIONS(759), + [anon_sym_module] = ACTIONS(759), + [anon_sym_use] = ACTIONS(759), + [anon_sym_LBRACK] = ACTIONS(759), + [anon_sym_LPAREN] = ACTIONS(759), + [anon_sym_DOLLAR] = ACTIONS(759), + [anon_sym_error] = ACTIONS(759), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_break] = ACTIONS(759), + [anon_sym_continue] = ACTIONS(759), + [anon_sym_for] = ACTIONS(759), + [anon_sym_loop] = ACTIONS(759), + [anon_sym_while] = ACTIONS(759), + [anon_sym_do] = ACTIONS(759), + [anon_sym_if] = ACTIONS(759), + [anon_sym_match] = ACTIONS(759), + [anon_sym_LBRACE] = ACTIONS(759), + [anon_sym_DOT] = ACTIONS(759), + [anon_sym_try] = ACTIONS(759), + [anon_sym_return] = ACTIONS(759), + [anon_sym_source] = ACTIONS(759), + [anon_sym_source_DASHenv] = ACTIONS(759), + [anon_sym_register] = ACTIONS(759), + [anon_sym_hide] = ACTIONS(759), + [anon_sym_hide_DASHenv] = ACTIONS(759), + [anon_sym_overlay] = ACTIONS(759), + [anon_sym_where] = ACTIONS(759), + [anon_sym_not] = ACTIONS(759), + [anon_sym_DOT_DOT_LT] = ACTIONS(759), + [anon_sym_DOT_DOT] = ACTIONS(759), + [anon_sym_DOT_DOT_EQ] = ACTIONS(759), + [sym_val_nothing] = ACTIONS(759), + [anon_sym_true] = ACTIONS(759), + [anon_sym_false] = ACTIONS(759), + [aux_sym_val_number_token1] = ACTIONS(759), + [aux_sym_val_number_token2] = ACTIONS(759), + [aux_sym_val_number_token3] = ACTIONS(759), + [aux_sym_val_number_token4] = ACTIONS(759), + [anon_sym_inf] = ACTIONS(759), + [anon_sym_DASHinf] = ACTIONS(759), + [anon_sym_NaN] = ACTIONS(759), + [anon_sym_0b] = ACTIONS(759), + [anon_sym_0o] = ACTIONS(759), + [anon_sym_0x] = ACTIONS(759), + [sym_val_date] = ACTIONS(759), + [anon_sym_DQUOTE] = ACTIONS(759), + [sym__str_single_quotes] = ACTIONS(759), + [sym__str_back_ticks] = ACTIONS(759), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(759), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(759), + [anon_sym_CARET] = ACTIONS(759), [anon_sym_POUND] = ACTIONS(3), }, - [817] = { - [sym_comment] = STATE(817), + [816] = { + [sym_comment] = STATE(816), [anon_sym_export] = ACTIONS(1820), [anon_sym_alias] = ACTIONS(1820), [anon_sym_let] = ACTIONS(1820), @@ -117050,8 +116987,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1820), [anon_sym_POUND] = ACTIONS(3), }, - [818] = { - [sym_comment] = STATE(818), + [817] = { + [sym_comment] = STATE(817), [anon_sym_export] = ACTIONS(1824), [anon_sym_alias] = ACTIONS(1824), [anon_sym_let] = ACTIONS(1824), @@ -117118,76 +117055,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1824), [anon_sym_POUND] = ACTIONS(3), }, - [819] = { - [sym_comment] = STATE(819), - [ts_builtin_sym_end] = ACTIONS(1373), - [anon_sym_export] = ACTIONS(1371), - [anon_sym_alias] = ACTIONS(1371), - [anon_sym_let] = ACTIONS(1371), - [anon_sym_let_DASHenv] = ACTIONS(1371), - [anon_sym_mut] = ACTIONS(1371), - [anon_sym_const] = ACTIONS(1371), - [sym_cmd_identifier] = ACTIONS(1371), - [anon_sym_SEMI] = ACTIONS(1371), - [anon_sym_LF] = ACTIONS(1373), - [anon_sym_def] = ACTIONS(1371), - [anon_sym_def_DASHenv] = ACTIONS(1371), - [anon_sym_export_DASHenv] = ACTIONS(1371), - [anon_sym_extern] = ACTIONS(1371), - [anon_sym_module] = ACTIONS(1371), - [anon_sym_use] = ACTIONS(1371), - [anon_sym_LBRACK] = ACTIONS(1371), - [anon_sym_LPAREN] = ACTIONS(1371), - [anon_sym_PIPE] = ACTIONS(1371), - [anon_sym_DOLLAR] = ACTIONS(1371), - [anon_sym_error] = ACTIONS(1371), - [anon_sym_DASH] = ACTIONS(1371), - [anon_sym_break] = ACTIONS(1371), - [anon_sym_continue] = ACTIONS(1371), - [anon_sym_for] = ACTIONS(1371), - [anon_sym_loop] = ACTIONS(1371), - [anon_sym_while] = ACTIONS(1371), - [anon_sym_do] = ACTIONS(1371), - [anon_sym_if] = ACTIONS(1371), - [anon_sym_match] = ACTIONS(1371), - [anon_sym_LBRACE] = ACTIONS(1371), - [anon_sym_try] = ACTIONS(1371), - [anon_sym_return] = ACTIONS(1371), - [anon_sym_source] = ACTIONS(1371), - [anon_sym_source_DASHenv] = ACTIONS(1371), - [anon_sym_register] = ACTIONS(1371), - [anon_sym_hide] = ACTIONS(1371), - [anon_sym_hide_DASHenv] = ACTIONS(1371), - [anon_sym_overlay] = ACTIONS(1371), - [anon_sym_where] = ACTIONS(1371), - [anon_sym_not] = ACTIONS(1371), - [anon_sym_DOT_DOT_LT] = ACTIONS(1371), - [anon_sym_DOT_DOT] = ACTIONS(1371), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1371), - [sym_val_nothing] = ACTIONS(1371), - [anon_sym_true] = ACTIONS(1371), - [anon_sym_false] = ACTIONS(1371), - [aux_sym_val_number_token1] = ACTIONS(1371), - [aux_sym_val_number_token2] = ACTIONS(1371), - [aux_sym_val_number_token3] = ACTIONS(1371), - [aux_sym_val_number_token4] = ACTIONS(1371), - [anon_sym_inf] = ACTIONS(1371), - [anon_sym_DASHinf] = ACTIONS(1371), - [anon_sym_NaN] = ACTIONS(1371), - [anon_sym_0b] = ACTIONS(1371), - [anon_sym_0o] = ACTIONS(1371), - [anon_sym_0x] = ACTIONS(1371), - [sym_val_date] = ACTIONS(1371), - [anon_sym_DQUOTE] = ACTIONS(1371), - [sym__str_single_quotes] = ACTIONS(1371), - [sym__str_back_ticks] = ACTIONS(1371), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1371), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1371), - [anon_sym_CARET] = ACTIONS(1371), - [anon_sym_POUND] = ACTIONS(3), - }, - [820] = { - [sym_comment] = STATE(820), + [818] = { + [sym_comment] = STATE(818), [anon_sym_export] = ACTIONS(1828), [anon_sym_alias] = ACTIONS(1828), [anon_sym_let] = ACTIONS(1828), @@ -117254,8 +117123,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1828), [anon_sym_POUND] = ACTIONS(3), }, - [821] = { - [sym_comment] = STATE(821), + [819] = { + [sym_comment] = STATE(819), [anon_sym_export] = ACTIONS(1832), [anon_sym_alias] = ACTIONS(1832), [anon_sym_let] = ACTIONS(1832), @@ -117322,8 +117191,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1832), [anon_sym_POUND] = ACTIONS(3), }, - [822] = { - [sym_comment] = STATE(822), + [820] = { + [sym_comment] = STATE(820), [anon_sym_export] = ACTIONS(1836), [anon_sym_alias] = ACTIONS(1836), [anon_sym_let] = ACTIONS(1836), @@ -117331,8 +117200,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_mut] = ACTIONS(1836), [anon_sym_const] = ACTIONS(1836), [sym_cmd_identifier] = ACTIONS(1836), - [anon_sym_SEMI] = ACTIONS(1838), - [anon_sym_LF] = ACTIONS(1841), + [anon_sym_SEMI] = ACTIONS(1836), + [anon_sym_LF] = ACTIONS(1838), [anon_sym_def] = ACTIONS(1836), [anon_sym_def_DASHenv] = ACTIONS(1836), [anon_sym_export_DASHenv] = ACTIONS(1836), @@ -117341,7 +117210,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(1836), [anon_sym_LBRACK] = ACTIONS(1836), [anon_sym_LPAREN] = ACTIONS(1836), - [anon_sym_RPAREN] = ACTIONS(1844), + [anon_sym_RPAREN] = ACTIONS(1836), [anon_sym_DOLLAR] = ACTIONS(1836), [anon_sym_error] = ACTIONS(1836), [anon_sym_DASH] = ACTIONS(1836), @@ -117354,7 +117223,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1836), [anon_sym_match] = ACTIONS(1836), [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_RBRACE] = ACTIONS(1844), + [anon_sym_RBRACE] = ACTIONS(1836), [anon_sym_try] = ACTIONS(1836), [anon_sym_return] = ACTIONS(1836), [anon_sym_source] = ACTIONS(1836), @@ -117390,144 +117259,348 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1836), [anon_sym_POUND] = ACTIONS(3), }, + [821] = { + [sym_comment] = STATE(821), + [ts_builtin_sym_end] = ACTIONS(1416), + [anon_sym_export] = ACTIONS(1414), + [anon_sym_alias] = ACTIONS(1414), + [anon_sym_let] = ACTIONS(1414), + [anon_sym_let_DASHenv] = ACTIONS(1414), + [anon_sym_mut] = ACTIONS(1414), + [anon_sym_const] = ACTIONS(1414), + [sym_cmd_identifier] = ACTIONS(1414), + [anon_sym_SEMI] = ACTIONS(1414), + [anon_sym_LF] = ACTIONS(1416), + [anon_sym_def] = ACTIONS(1414), + [anon_sym_def_DASHenv] = ACTIONS(1414), + [anon_sym_export_DASHenv] = ACTIONS(1414), + [anon_sym_extern] = ACTIONS(1414), + [anon_sym_module] = ACTIONS(1414), + [anon_sym_use] = ACTIONS(1414), + [anon_sym_LBRACK] = ACTIONS(1414), + [anon_sym_LPAREN] = ACTIONS(1414), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_DOLLAR] = ACTIONS(1414), + [anon_sym_error] = ACTIONS(1414), + [anon_sym_DASH] = ACTIONS(1414), + [anon_sym_break] = ACTIONS(1414), + [anon_sym_continue] = ACTIONS(1414), + [anon_sym_for] = ACTIONS(1414), + [anon_sym_loop] = ACTIONS(1414), + [anon_sym_while] = ACTIONS(1414), + [anon_sym_do] = ACTIONS(1414), + [anon_sym_if] = ACTIONS(1414), + [anon_sym_match] = ACTIONS(1414), + [anon_sym_LBRACE] = ACTIONS(1414), + [anon_sym_try] = ACTIONS(1414), + [anon_sym_return] = ACTIONS(1414), + [anon_sym_source] = ACTIONS(1414), + [anon_sym_source_DASHenv] = ACTIONS(1414), + [anon_sym_register] = ACTIONS(1414), + [anon_sym_hide] = ACTIONS(1414), + [anon_sym_hide_DASHenv] = ACTIONS(1414), + [anon_sym_overlay] = ACTIONS(1414), + [anon_sym_where] = ACTIONS(1414), + [anon_sym_not] = ACTIONS(1414), + [anon_sym_DOT_DOT_LT] = ACTIONS(1414), + [anon_sym_DOT_DOT] = ACTIONS(1414), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1414), + [sym_val_nothing] = ACTIONS(1414), + [anon_sym_true] = ACTIONS(1414), + [anon_sym_false] = ACTIONS(1414), + [aux_sym_val_number_token1] = ACTIONS(1414), + [aux_sym_val_number_token2] = ACTIONS(1414), + [aux_sym_val_number_token3] = ACTIONS(1414), + [aux_sym_val_number_token4] = ACTIONS(1414), + [anon_sym_inf] = ACTIONS(1414), + [anon_sym_DASHinf] = ACTIONS(1414), + [anon_sym_NaN] = ACTIONS(1414), + [anon_sym_0b] = ACTIONS(1414), + [anon_sym_0o] = ACTIONS(1414), + [anon_sym_0x] = ACTIONS(1414), + [sym_val_date] = ACTIONS(1414), + [anon_sym_DQUOTE] = ACTIONS(1414), + [sym__str_single_quotes] = ACTIONS(1414), + [sym__str_back_ticks] = ACTIONS(1414), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1414), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1414), + [anon_sym_POUND] = ACTIONS(3), + }, + [822] = { + [sym_comment] = STATE(822), + [anon_sym_export] = ACTIONS(1840), + [anon_sym_alias] = ACTIONS(1840), + [anon_sym_let] = ACTIONS(1840), + [anon_sym_let_DASHenv] = ACTIONS(1840), + [anon_sym_mut] = ACTIONS(1840), + [anon_sym_const] = ACTIONS(1840), + [sym_cmd_identifier] = ACTIONS(1840), + [anon_sym_SEMI] = ACTIONS(1840), + [anon_sym_LF] = ACTIONS(1842), + [anon_sym_def] = ACTIONS(1840), + [anon_sym_def_DASHenv] = ACTIONS(1840), + [anon_sym_export_DASHenv] = ACTIONS(1840), + [anon_sym_extern] = ACTIONS(1840), + [anon_sym_module] = ACTIONS(1840), + [anon_sym_use] = ACTIONS(1840), + [anon_sym_LBRACK] = ACTIONS(1840), + [anon_sym_LPAREN] = ACTIONS(1840), + [anon_sym_RPAREN] = ACTIONS(1840), + [anon_sym_DOLLAR] = ACTIONS(1840), + [anon_sym_error] = ACTIONS(1840), + [anon_sym_DASH] = ACTIONS(1840), + [anon_sym_break] = ACTIONS(1840), + [anon_sym_continue] = ACTIONS(1840), + [anon_sym_for] = ACTIONS(1840), + [anon_sym_loop] = ACTIONS(1840), + [anon_sym_while] = ACTIONS(1840), + [anon_sym_do] = ACTIONS(1840), + [anon_sym_if] = ACTIONS(1840), + [anon_sym_match] = ACTIONS(1840), + [anon_sym_LBRACE] = ACTIONS(1840), + [anon_sym_RBRACE] = ACTIONS(1840), + [anon_sym_try] = ACTIONS(1840), + [anon_sym_return] = ACTIONS(1840), + [anon_sym_source] = ACTIONS(1840), + [anon_sym_source_DASHenv] = ACTIONS(1840), + [anon_sym_register] = ACTIONS(1840), + [anon_sym_hide] = ACTIONS(1840), + [anon_sym_hide_DASHenv] = ACTIONS(1840), + [anon_sym_overlay] = ACTIONS(1840), + [anon_sym_where] = ACTIONS(1840), + [anon_sym_not] = ACTIONS(1840), + [anon_sym_DOT_DOT_LT] = ACTIONS(1840), + [anon_sym_DOT_DOT] = ACTIONS(1840), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1840), + [sym_val_nothing] = ACTIONS(1840), + [anon_sym_true] = ACTIONS(1840), + [anon_sym_false] = ACTIONS(1840), + [aux_sym_val_number_token1] = ACTIONS(1840), + [aux_sym_val_number_token2] = ACTIONS(1840), + [aux_sym_val_number_token3] = ACTIONS(1840), + [aux_sym_val_number_token4] = ACTIONS(1840), + [anon_sym_inf] = ACTIONS(1840), + [anon_sym_DASHinf] = ACTIONS(1840), + [anon_sym_NaN] = ACTIONS(1840), + [anon_sym_0b] = ACTIONS(1840), + [anon_sym_0o] = ACTIONS(1840), + [anon_sym_0x] = ACTIONS(1840), + [sym_val_date] = ACTIONS(1840), + [anon_sym_DQUOTE] = ACTIONS(1840), + [sym__str_single_quotes] = ACTIONS(1840), + [sym__str_back_ticks] = ACTIONS(1840), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1840), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1840), + [anon_sym_CARET] = ACTIONS(1840), + [anon_sym_POUND] = ACTIONS(3), + }, [823] = { - [sym_block] = STATE(919), + [sym_val_record] = STATE(972), [sym_comment] = STATE(823), - [ts_builtin_sym_end] = ACTIONS(1738), - [anon_sym_export] = ACTIONS(1736), - [anon_sym_alias] = ACTIONS(1736), - [anon_sym_let] = ACTIONS(1736), - [anon_sym_let_DASHenv] = ACTIONS(1736), - [anon_sym_mut] = ACTIONS(1736), - [anon_sym_const] = ACTIONS(1736), - [sym_cmd_identifier] = ACTIONS(1736), - [anon_sym_SEMI] = ACTIONS(1736), - [anon_sym_LF] = ACTIONS(1738), - [anon_sym_def] = ACTIONS(1736), - [anon_sym_def_DASHenv] = ACTIONS(1736), - [anon_sym_export_DASHenv] = ACTIONS(1736), - [anon_sym_extern] = ACTIONS(1736), - [anon_sym_module] = ACTIONS(1736), - [anon_sym_use] = ACTIONS(1736), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_DOLLAR] = ACTIONS(1736), - [anon_sym_error] = ACTIONS(1736), - [anon_sym_DASH] = ACTIONS(1736), - [anon_sym_break] = ACTIONS(1736), - [anon_sym_continue] = ACTIONS(1736), - [anon_sym_for] = ACTIONS(1736), - [anon_sym_loop] = ACTIONS(1736), - [anon_sym_while] = ACTIONS(1736), - [anon_sym_do] = ACTIONS(1736), - [anon_sym_if] = ACTIONS(1736), - [anon_sym_match] = ACTIONS(1736), - [anon_sym_LBRACE] = ACTIONS(1846), - [anon_sym_try] = ACTIONS(1736), - [anon_sym_return] = ACTIONS(1736), - [anon_sym_source] = ACTIONS(1736), - [anon_sym_source_DASHenv] = ACTIONS(1736), - [anon_sym_register] = ACTIONS(1736), - [anon_sym_hide] = ACTIONS(1736), - [anon_sym_hide_DASHenv] = ACTIONS(1736), - [anon_sym_overlay] = ACTIONS(1736), - [anon_sym_where] = ACTIONS(1736), - [anon_sym_not] = ACTIONS(1736), - [anon_sym_DOT_DOT_LT] = ACTIONS(1736), - [anon_sym_DOT_DOT] = ACTIONS(1736), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1736), - [sym_val_nothing] = ACTIONS(1736), - [anon_sym_true] = ACTIONS(1736), - [anon_sym_false] = ACTIONS(1736), - [aux_sym_val_number_token1] = ACTIONS(1736), - [aux_sym_val_number_token2] = ACTIONS(1736), - [aux_sym_val_number_token3] = ACTIONS(1736), - [aux_sym_val_number_token4] = ACTIONS(1736), - [anon_sym_inf] = ACTIONS(1736), - [anon_sym_DASHinf] = ACTIONS(1736), - [anon_sym_NaN] = ACTIONS(1736), - [anon_sym_0b] = ACTIONS(1736), - [anon_sym_0o] = ACTIONS(1736), - [anon_sym_0x] = ACTIONS(1736), - [sym_val_date] = ACTIONS(1736), - [anon_sym_DQUOTE] = ACTIONS(1736), - [sym__str_single_quotes] = ACTIONS(1736), - [sym__str_back_ticks] = ACTIONS(1736), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1736), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1736), - [anon_sym_CARET] = ACTIONS(1736), + [ts_builtin_sym_end] = ACTIONS(1670), + [anon_sym_export] = ACTIONS(1668), + [anon_sym_alias] = ACTIONS(1668), + [anon_sym_let] = ACTIONS(1668), + [anon_sym_let_DASHenv] = ACTIONS(1668), + [anon_sym_mut] = ACTIONS(1668), + [anon_sym_const] = ACTIONS(1668), + [sym_cmd_identifier] = ACTIONS(1668), + [anon_sym_SEMI] = ACTIONS(1668), + [anon_sym_LF] = ACTIONS(1670), + [anon_sym_def] = ACTIONS(1668), + [anon_sym_def_DASHenv] = ACTIONS(1668), + [anon_sym_export_DASHenv] = ACTIONS(1668), + [anon_sym_extern] = ACTIONS(1668), + [anon_sym_module] = ACTIONS(1668), + [anon_sym_use] = ACTIONS(1668), + [anon_sym_LBRACK] = ACTIONS(1668), + [anon_sym_LPAREN] = ACTIONS(1668), + [anon_sym_DOLLAR] = ACTIONS(1668), + [anon_sym_error] = ACTIONS(1668), + [anon_sym_DASH] = ACTIONS(1668), + [anon_sym_break] = ACTIONS(1668), + [anon_sym_continue] = ACTIONS(1668), + [anon_sym_for] = ACTIONS(1668), + [anon_sym_loop] = ACTIONS(1668), + [anon_sym_while] = ACTIONS(1668), + [anon_sym_do] = ACTIONS(1668), + [anon_sym_if] = ACTIONS(1668), + [anon_sym_match] = ACTIONS(1668), + [anon_sym_LBRACE] = ACTIONS(1668), + [anon_sym_try] = ACTIONS(1668), + [anon_sym_return] = ACTIONS(1668), + [anon_sym_source] = ACTIONS(1668), + [anon_sym_source_DASHenv] = ACTIONS(1668), + [anon_sym_register] = ACTIONS(1668), + [anon_sym_hide] = ACTIONS(1668), + [anon_sym_hide_DASHenv] = ACTIONS(1668), + [anon_sym_overlay] = ACTIONS(1668), + [anon_sym_where] = ACTIONS(1668), + [anon_sym_not] = ACTIONS(1668), + [anon_sym_DOT_DOT_LT] = ACTIONS(1668), + [anon_sym_DOT_DOT] = ACTIONS(1668), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1668), + [sym_val_nothing] = ACTIONS(1668), + [anon_sym_true] = ACTIONS(1668), + [anon_sym_false] = ACTIONS(1668), + [aux_sym_val_number_token1] = ACTIONS(1668), + [aux_sym_val_number_token2] = ACTIONS(1668), + [aux_sym_val_number_token3] = ACTIONS(1668), + [aux_sym_val_number_token4] = ACTIONS(1668), + [anon_sym_inf] = ACTIONS(1668), + [anon_sym_DASHinf] = ACTIONS(1668), + [anon_sym_NaN] = ACTIONS(1668), + [anon_sym_0b] = ACTIONS(1668), + [anon_sym_0o] = ACTIONS(1668), + [anon_sym_0x] = ACTIONS(1668), + [sym_val_date] = ACTIONS(1668), + [anon_sym_DQUOTE] = ACTIONS(1668), + [sym__str_single_quotes] = ACTIONS(1668), + [sym__str_back_ticks] = ACTIONS(1668), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1668), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1668), + [anon_sym_CARET] = ACTIONS(1668), [anon_sym_POUND] = ACTIONS(3), }, [824] = { [sym_comment] = STATE(824), - [anon_sym_export] = ACTIONS(1832), - [anon_sym_alias] = ACTIONS(1832), - [anon_sym_let] = ACTIONS(1832), - [anon_sym_let_DASHenv] = ACTIONS(1832), - [anon_sym_mut] = ACTIONS(1832), - [anon_sym_const] = ACTIONS(1832), - [sym_cmd_identifier] = ACTIONS(1832), - [anon_sym_SEMI] = ACTIONS(1832), - [anon_sym_LF] = ACTIONS(1834), - [anon_sym_def] = ACTIONS(1832), - [anon_sym_def_DASHenv] = ACTIONS(1832), - [anon_sym_export_DASHenv] = ACTIONS(1832), - [anon_sym_extern] = ACTIONS(1832), - [anon_sym_module] = ACTIONS(1832), - [anon_sym_use] = ACTIONS(1832), - [anon_sym_LBRACK] = ACTIONS(1832), - [anon_sym_LPAREN] = ACTIONS(1832), - [anon_sym_RPAREN] = ACTIONS(1832), - [anon_sym_DOLLAR] = ACTIONS(1832), - [anon_sym_error] = ACTIONS(1832), - [anon_sym_DASH] = ACTIONS(1832), - [anon_sym_break] = ACTIONS(1832), - [anon_sym_continue] = ACTIONS(1832), - [anon_sym_for] = ACTIONS(1832), - [anon_sym_loop] = ACTIONS(1832), - [anon_sym_while] = ACTIONS(1832), - [anon_sym_do] = ACTIONS(1832), - [anon_sym_if] = ACTIONS(1832), - [anon_sym_match] = ACTIONS(1832), - [anon_sym_LBRACE] = ACTIONS(1832), - [anon_sym_RBRACE] = ACTIONS(1832), - [anon_sym_try] = ACTIONS(1832), - [anon_sym_return] = ACTIONS(1832), - [anon_sym_source] = ACTIONS(1832), - [anon_sym_source_DASHenv] = ACTIONS(1832), - [anon_sym_register] = ACTIONS(1832), - [anon_sym_hide] = ACTIONS(1832), - [anon_sym_hide_DASHenv] = ACTIONS(1832), - [anon_sym_overlay] = ACTIONS(1832), - [anon_sym_where] = ACTIONS(1832), - [anon_sym_not] = ACTIONS(1832), - [anon_sym_DOT_DOT_LT] = ACTIONS(1832), - [anon_sym_DOT_DOT] = ACTIONS(1832), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1832), - [sym_val_nothing] = ACTIONS(1832), - [anon_sym_true] = ACTIONS(1832), - [anon_sym_false] = ACTIONS(1832), - [aux_sym_val_number_token1] = ACTIONS(1832), - [aux_sym_val_number_token2] = ACTIONS(1832), - [aux_sym_val_number_token3] = ACTIONS(1832), - [aux_sym_val_number_token4] = ACTIONS(1832), - [anon_sym_inf] = ACTIONS(1832), - [anon_sym_DASHinf] = ACTIONS(1832), - [anon_sym_NaN] = ACTIONS(1832), - [anon_sym_0b] = ACTIONS(1832), - [anon_sym_0o] = ACTIONS(1832), - [anon_sym_0x] = ACTIONS(1832), - [sym_val_date] = ACTIONS(1832), - [anon_sym_DQUOTE] = ACTIONS(1832), - [sym__str_single_quotes] = ACTIONS(1832), - [sym__str_back_ticks] = ACTIONS(1832), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1832), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1832), - [anon_sym_CARET] = ACTIONS(1832), + [anon_sym_export] = ACTIONS(1844), + [anon_sym_alias] = ACTIONS(1844), + [anon_sym_let] = ACTIONS(1844), + [anon_sym_let_DASHenv] = ACTIONS(1844), + [anon_sym_mut] = ACTIONS(1844), + [anon_sym_const] = ACTIONS(1844), + [sym_cmd_identifier] = ACTIONS(1844), + [anon_sym_SEMI] = ACTIONS(1844), + [anon_sym_LF] = ACTIONS(1846), + [anon_sym_def] = ACTIONS(1844), + [anon_sym_def_DASHenv] = ACTIONS(1844), + [anon_sym_export_DASHenv] = ACTIONS(1844), + [anon_sym_extern] = ACTIONS(1844), + [anon_sym_module] = ACTIONS(1844), + [anon_sym_use] = ACTIONS(1844), + [anon_sym_LBRACK] = ACTIONS(1844), + [anon_sym_LPAREN] = ACTIONS(1844), + [anon_sym_RPAREN] = ACTIONS(1844), + [anon_sym_DOLLAR] = ACTIONS(1844), + [anon_sym_error] = ACTIONS(1844), + [anon_sym_DASH] = ACTIONS(1844), + [anon_sym_break] = ACTIONS(1844), + [anon_sym_continue] = ACTIONS(1844), + [anon_sym_for] = ACTIONS(1844), + [anon_sym_loop] = ACTIONS(1844), + [anon_sym_while] = ACTIONS(1844), + [anon_sym_do] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1844), + [anon_sym_match] = ACTIONS(1844), + [anon_sym_LBRACE] = ACTIONS(1844), + [anon_sym_RBRACE] = ACTIONS(1844), + [anon_sym_try] = ACTIONS(1844), + [anon_sym_return] = ACTIONS(1844), + [anon_sym_source] = ACTIONS(1844), + [anon_sym_source_DASHenv] = ACTIONS(1844), + [anon_sym_register] = ACTIONS(1844), + [anon_sym_hide] = ACTIONS(1844), + [anon_sym_hide_DASHenv] = ACTIONS(1844), + [anon_sym_overlay] = ACTIONS(1844), + [anon_sym_where] = ACTIONS(1844), + [anon_sym_not] = ACTIONS(1844), + [anon_sym_DOT_DOT_LT] = ACTIONS(1844), + [anon_sym_DOT_DOT] = ACTIONS(1844), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1844), + [sym_val_nothing] = ACTIONS(1844), + [anon_sym_true] = ACTIONS(1844), + [anon_sym_false] = ACTIONS(1844), + [aux_sym_val_number_token1] = ACTIONS(1844), + [aux_sym_val_number_token2] = ACTIONS(1844), + [aux_sym_val_number_token3] = ACTIONS(1844), + [aux_sym_val_number_token4] = ACTIONS(1844), + [anon_sym_inf] = ACTIONS(1844), + [anon_sym_DASHinf] = ACTIONS(1844), + [anon_sym_NaN] = ACTIONS(1844), + [anon_sym_0b] = ACTIONS(1844), + [anon_sym_0o] = ACTIONS(1844), + [anon_sym_0x] = ACTIONS(1844), + [sym_val_date] = ACTIONS(1844), + [anon_sym_DQUOTE] = ACTIONS(1844), + [sym__str_single_quotes] = ACTIONS(1844), + [sym__str_back_ticks] = ACTIONS(1844), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1844), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1844), + [anon_sym_CARET] = ACTIONS(1844), [anon_sym_POUND] = ACTIONS(3), }, [825] = { [sym_comment] = STATE(825), + [ts_builtin_sym_end] = ACTIONS(1327), + [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), + [sym_cmd_identifier] = ACTIONS(1325), + [anon_sym_SEMI] = ACTIONS(1325), + [anon_sym_LF] = ACTIONS(1327), + [anon_sym_def] = ACTIONS(1325), + [anon_sym_def_DASHenv] = 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_LBRACK] = ACTIONS(1325), + [anon_sym_LPAREN] = ACTIONS(1325), + [anon_sym_PIPE] = ACTIONS(1325), + [anon_sym_DOLLAR] = ACTIONS(1325), + [anon_sym_error] = ACTIONS(1325), + [anon_sym_DASH] = ACTIONS(1325), + [anon_sym_break] = ACTIONS(1325), + [anon_sym_continue] = ACTIONS(1325), + [anon_sym_for] = ACTIONS(1325), + [anon_sym_loop] = ACTIONS(1325), + [anon_sym_while] = ACTIONS(1325), + [anon_sym_do] = ACTIONS(1325), + [anon_sym_if] = ACTIONS(1325), + [anon_sym_match] = ACTIONS(1325), + [anon_sym_LBRACE] = ACTIONS(1325), + [anon_sym_try] = 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_where] = ACTIONS(1325), + [anon_sym_not] = ACTIONS(1325), + [anon_sym_DOT_DOT_LT] = ACTIONS(1325), + [anon_sym_DOT_DOT] = ACTIONS(1325), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1325), + [sym_val_nothing] = ACTIONS(1325), + [anon_sym_true] = ACTIONS(1325), + [anon_sym_false] = ACTIONS(1325), + [aux_sym_val_number_token1] = ACTIONS(1325), + [aux_sym_val_number_token2] = ACTIONS(1325), + [aux_sym_val_number_token3] = ACTIONS(1325), + [aux_sym_val_number_token4] = ACTIONS(1325), + [anon_sym_inf] = ACTIONS(1325), + [anon_sym_DASHinf] = ACTIONS(1325), + [anon_sym_NaN] = ACTIONS(1325), + [anon_sym_0b] = ACTIONS(1325), + [anon_sym_0o] = ACTIONS(1325), + [anon_sym_0x] = ACTIONS(1325), + [sym_val_date] = ACTIONS(1325), + [anon_sym_DQUOTE] = ACTIONS(1325), + [sym__str_single_quotes] = ACTIONS(1325), + [sym__str_back_ticks] = ACTIONS(1325), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1325), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1325), + [anon_sym_CARET] = ACTIONS(1325), + [anon_sym_POUND] = ACTIONS(3), + }, + [826] = { + [sym_comment] = STATE(826), [anon_sym_export] = ACTIONS(1848), [anon_sym_alias] = ACTIONS(1848), [anon_sym_let] = ACTIONS(1848), @@ -117594,74 +117667,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1848), [anon_sym_POUND] = ACTIONS(3), }, - [826] = { - [sym_comment] = STATE(826), - [ts_builtin_sym_end] = ACTIONS(1744), - [anon_sym_export] = ACTIONS(1742), - [anon_sym_alias] = ACTIONS(1742), - [anon_sym_let] = ACTIONS(1742), - [anon_sym_let_DASHenv] = ACTIONS(1742), - [anon_sym_mut] = ACTIONS(1742), - [anon_sym_const] = ACTIONS(1742), - [sym_cmd_identifier] = ACTIONS(1742), - [anon_sym_SEMI] = ACTIONS(1742), - [anon_sym_LF] = ACTIONS(1744), - [anon_sym_def] = ACTIONS(1742), - [anon_sym_def_DASHenv] = ACTIONS(1742), - [anon_sym_export_DASHenv] = ACTIONS(1742), - [anon_sym_extern] = ACTIONS(1742), - [anon_sym_module] = ACTIONS(1742), - [anon_sym_use] = ACTIONS(1742), - [anon_sym_LBRACK] = ACTIONS(1742), - [anon_sym_LPAREN] = ACTIONS(1742), - [anon_sym_PIPE] = ACTIONS(1742), - [anon_sym_DOLLAR] = ACTIONS(1742), - [anon_sym_error] = ACTIONS(1742), - [anon_sym_DASH] = ACTIONS(1742), - [anon_sym_break] = ACTIONS(1742), - [anon_sym_continue] = ACTIONS(1742), - [anon_sym_for] = ACTIONS(1742), - [anon_sym_loop] = ACTIONS(1742), - [anon_sym_while] = ACTIONS(1742), - [anon_sym_do] = ACTIONS(1742), - [anon_sym_if] = ACTIONS(1742), - [anon_sym_match] = ACTIONS(1742), - [anon_sym_LBRACE] = ACTIONS(1742), - [anon_sym_try] = ACTIONS(1742), - [anon_sym_return] = ACTIONS(1742), - [anon_sym_source] = ACTIONS(1742), - [anon_sym_source_DASHenv] = ACTIONS(1742), - [anon_sym_register] = ACTIONS(1742), - [anon_sym_hide] = ACTIONS(1742), - [anon_sym_hide_DASHenv] = ACTIONS(1742), - [anon_sym_overlay] = ACTIONS(1742), - [anon_sym_where] = ACTIONS(1742), - [anon_sym_not] = ACTIONS(1742), - [anon_sym_DOT_DOT_LT] = ACTIONS(1742), - [anon_sym_DOT_DOT] = ACTIONS(1742), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1742), - [sym_val_nothing] = ACTIONS(1742), - [anon_sym_true] = ACTIONS(1742), - [anon_sym_false] = ACTIONS(1742), - [aux_sym_val_number_token1] = ACTIONS(1742), - [aux_sym_val_number_token2] = ACTIONS(1742), - [aux_sym_val_number_token3] = ACTIONS(1742), - [aux_sym_val_number_token4] = ACTIONS(1742), - [anon_sym_inf] = ACTIONS(1742), - [anon_sym_DASHinf] = ACTIONS(1742), - [anon_sym_NaN] = ACTIONS(1742), - [anon_sym_0b] = ACTIONS(1742), - [anon_sym_0o] = ACTIONS(1742), - [anon_sym_0x] = ACTIONS(1742), - [sym_val_date] = ACTIONS(1742), - [anon_sym_DQUOTE] = ACTIONS(1742), - [sym__str_single_quotes] = ACTIONS(1742), - [sym__str_back_ticks] = ACTIONS(1742), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1742), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1742), - [anon_sym_CARET] = ACTIONS(1742), - [anon_sym_POUND] = ACTIONS(3), - }, [827] = { [sym_comment] = STATE(827), [anon_sym_export] = ACTIONS(1852), @@ -117800,74 +117805,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [829] = { [sym_comment] = STATE(829), - [ts_builtin_sym_end] = ACTIONS(1322), - [anon_sym_export] = ACTIONS(1320), - [anon_sym_alias] = ACTIONS(1320), - [anon_sym_let] = ACTIONS(1320), - [anon_sym_let_DASHenv] = ACTIONS(1320), - [anon_sym_mut] = ACTIONS(1320), - [anon_sym_const] = ACTIONS(1320), - [sym_cmd_identifier] = ACTIONS(1320), - [anon_sym_SEMI] = ACTIONS(1320), - [anon_sym_LF] = ACTIONS(1322), - [anon_sym_def] = ACTIONS(1320), - [anon_sym_def_DASHenv] = ACTIONS(1320), - [anon_sym_export_DASHenv] = ACTIONS(1320), - [anon_sym_extern] = ACTIONS(1320), - [anon_sym_module] = ACTIONS(1320), - [anon_sym_use] = ACTIONS(1320), - [anon_sym_LBRACK] = ACTIONS(1320), - [anon_sym_LPAREN] = ACTIONS(1320), - [anon_sym_PIPE] = ACTIONS(1320), - [anon_sym_DOLLAR] = ACTIONS(1320), - [anon_sym_error] = ACTIONS(1320), - [anon_sym_DASH] = ACTIONS(1320), - [anon_sym_break] = ACTIONS(1320), - [anon_sym_continue] = ACTIONS(1320), - [anon_sym_for] = ACTIONS(1320), - [anon_sym_loop] = ACTIONS(1320), - [anon_sym_while] = ACTIONS(1320), - [anon_sym_do] = ACTIONS(1320), - [anon_sym_if] = ACTIONS(1320), - [anon_sym_match] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1320), - [anon_sym_try] = ACTIONS(1320), - [anon_sym_return] = ACTIONS(1320), - [anon_sym_source] = ACTIONS(1320), - [anon_sym_source_DASHenv] = ACTIONS(1320), - [anon_sym_register] = ACTIONS(1320), - [anon_sym_hide] = ACTIONS(1320), - [anon_sym_hide_DASHenv] = ACTIONS(1320), - [anon_sym_overlay] = ACTIONS(1320), - [anon_sym_where] = ACTIONS(1320), - [anon_sym_not] = ACTIONS(1320), - [anon_sym_DOT_DOT_LT] = ACTIONS(1320), - [anon_sym_DOT_DOT] = ACTIONS(1320), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1320), - [sym_val_nothing] = ACTIONS(1320), - [anon_sym_true] = ACTIONS(1320), - [anon_sym_false] = ACTIONS(1320), - [aux_sym_val_number_token1] = ACTIONS(1320), - [aux_sym_val_number_token2] = ACTIONS(1320), - [aux_sym_val_number_token3] = ACTIONS(1320), - [aux_sym_val_number_token4] = ACTIONS(1320), - [anon_sym_inf] = ACTIONS(1320), - [anon_sym_DASHinf] = ACTIONS(1320), - [anon_sym_NaN] = ACTIONS(1320), - [anon_sym_0b] = ACTIONS(1320), - [anon_sym_0o] = ACTIONS(1320), - [anon_sym_0x] = ACTIONS(1320), - [sym_val_date] = ACTIONS(1320), - [anon_sym_DQUOTE] = ACTIONS(1320), - [sym__str_single_quotes] = ACTIONS(1320), - [sym__str_back_ticks] = ACTIONS(1320), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1320), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1320), - [anon_sym_CARET] = ACTIONS(1320), - [anon_sym_POUND] = ACTIONS(3), - }, - [830] = { - [sym_comment] = STATE(830), [anon_sym_export] = ACTIONS(1860), [anon_sym_alias] = ACTIONS(1860), [anon_sym_let] = ACTIONS(1860), @@ -117934,6 +117871,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1860), [anon_sym_POUND] = ACTIONS(3), }, + [830] = { + [sym_val_record] = STATE(982), + [sym_comment] = STATE(830), + [ts_builtin_sym_end] = ACTIONS(1674), + [anon_sym_export] = ACTIONS(1672), + [anon_sym_alias] = ACTIONS(1672), + [anon_sym_let] = ACTIONS(1672), + [anon_sym_let_DASHenv] = ACTIONS(1672), + [anon_sym_mut] = ACTIONS(1672), + [anon_sym_const] = ACTIONS(1672), + [sym_cmd_identifier] = ACTIONS(1672), + [anon_sym_SEMI] = ACTIONS(1672), + [anon_sym_LF] = ACTIONS(1674), + [anon_sym_def] = ACTIONS(1672), + [anon_sym_def_DASHenv] = ACTIONS(1672), + [anon_sym_export_DASHenv] = ACTIONS(1672), + [anon_sym_extern] = ACTIONS(1672), + [anon_sym_module] = ACTIONS(1672), + [anon_sym_use] = ACTIONS(1672), + [anon_sym_LBRACK] = ACTIONS(1672), + [anon_sym_LPAREN] = ACTIONS(1672), + [anon_sym_DOLLAR] = ACTIONS(1672), + [anon_sym_error] = ACTIONS(1672), + [anon_sym_DASH] = ACTIONS(1672), + [anon_sym_break] = ACTIONS(1672), + [anon_sym_continue] = ACTIONS(1672), + [anon_sym_for] = ACTIONS(1672), + [anon_sym_loop] = ACTIONS(1672), + [anon_sym_while] = ACTIONS(1672), + [anon_sym_do] = ACTIONS(1672), + [anon_sym_if] = ACTIONS(1672), + [anon_sym_match] = ACTIONS(1672), + [anon_sym_LBRACE] = ACTIONS(1672), + [anon_sym_try] = ACTIONS(1672), + [anon_sym_return] = ACTIONS(1672), + [anon_sym_source] = ACTIONS(1672), + [anon_sym_source_DASHenv] = ACTIONS(1672), + [anon_sym_register] = ACTIONS(1672), + [anon_sym_hide] = ACTIONS(1672), + [anon_sym_hide_DASHenv] = ACTIONS(1672), + [anon_sym_overlay] = ACTIONS(1672), + [anon_sym_where] = ACTIONS(1672), + [anon_sym_not] = ACTIONS(1672), + [anon_sym_DOT_DOT_LT] = ACTIONS(1672), + [anon_sym_DOT_DOT] = ACTIONS(1672), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1672), + [sym_val_nothing] = ACTIONS(1672), + [anon_sym_true] = ACTIONS(1672), + [anon_sym_false] = ACTIONS(1672), + [aux_sym_val_number_token1] = ACTIONS(1672), + [aux_sym_val_number_token2] = ACTIONS(1672), + [aux_sym_val_number_token3] = ACTIONS(1672), + [aux_sym_val_number_token4] = ACTIONS(1672), + [anon_sym_inf] = ACTIONS(1672), + [anon_sym_DASHinf] = ACTIONS(1672), + [anon_sym_NaN] = ACTIONS(1672), + [anon_sym_0b] = ACTIONS(1672), + [anon_sym_0o] = ACTIONS(1672), + [anon_sym_0x] = ACTIONS(1672), + [sym_val_date] = ACTIONS(1672), + [anon_sym_DQUOTE] = ACTIONS(1672), + [sym__str_single_quotes] = ACTIONS(1672), + [sym__str_back_ticks] = ACTIONS(1672), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1672), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1672), + [anon_sym_CARET] = ACTIONS(1672), + [anon_sym_POUND] = ACTIONS(3), + }, [831] = { [sym_comment] = STATE(831), [anon_sym_export] = ACTIONS(1864), @@ -118004,6 +118009,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [832] = { [sym_comment] = STATE(832), + [ts_builtin_sym_end] = ACTIONS(1696), + [anon_sym_export] = ACTIONS(1694), + [anon_sym_alias] = ACTIONS(1694), + [anon_sym_let] = ACTIONS(1694), + [anon_sym_let_DASHenv] = ACTIONS(1694), + [anon_sym_mut] = ACTIONS(1694), + [anon_sym_const] = ACTIONS(1694), + [sym_cmd_identifier] = ACTIONS(1694), + [anon_sym_SEMI] = ACTIONS(1694), + [anon_sym_LF] = ACTIONS(1696), + [anon_sym_def] = ACTIONS(1694), + [anon_sym_def_DASHenv] = ACTIONS(1694), + [anon_sym_export_DASHenv] = ACTIONS(1694), + [anon_sym_extern] = ACTIONS(1694), + [anon_sym_module] = ACTIONS(1694), + [anon_sym_use] = ACTIONS(1694), + [anon_sym_LBRACK] = ACTIONS(1694), + [anon_sym_LPAREN] = ACTIONS(1694), + [anon_sym_PIPE] = ACTIONS(1694), + [anon_sym_DOLLAR] = ACTIONS(1694), + [anon_sym_error] = ACTIONS(1694), + [anon_sym_DASH] = ACTIONS(1694), + [anon_sym_break] = ACTIONS(1694), + [anon_sym_continue] = ACTIONS(1694), + [anon_sym_for] = ACTIONS(1694), + [anon_sym_loop] = ACTIONS(1694), + [anon_sym_while] = ACTIONS(1694), + [anon_sym_do] = ACTIONS(1694), + [anon_sym_if] = ACTIONS(1694), + [anon_sym_match] = ACTIONS(1694), + [anon_sym_LBRACE] = ACTIONS(1694), + [anon_sym_try] = ACTIONS(1694), + [anon_sym_return] = ACTIONS(1694), + [anon_sym_source] = ACTIONS(1694), + [anon_sym_source_DASHenv] = ACTIONS(1694), + [anon_sym_register] = ACTIONS(1694), + [anon_sym_hide] = ACTIONS(1694), + [anon_sym_hide_DASHenv] = ACTIONS(1694), + [anon_sym_overlay] = ACTIONS(1694), + [anon_sym_where] = ACTIONS(1694), + [anon_sym_not] = ACTIONS(1694), + [anon_sym_DOT_DOT_LT] = ACTIONS(1694), + [anon_sym_DOT_DOT] = ACTIONS(1694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1694), + [sym_val_nothing] = ACTIONS(1694), + [anon_sym_true] = ACTIONS(1694), + [anon_sym_false] = ACTIONS(1694), + [aux_sym_val_number_token1] = ACTIONS(1694), + [aux_sym_val_number_token2] = ACTIONS(1694), + [aux_sym_val_number_token3] = ACTIONS(1694), + [aux_sym_val_number_token4] = ACTIONS(1694), + [anon_sym_inf] = ACTIONS(1694), + [anon_sym_DASHinf] = ACTIONS(1694), + [anon_sym_NaN] = ACTIONS(1694), + [anon_sym_0b] = ACTIONS(1694), + [anon_sym_0o] = ACTIONS(1694), + [anon_sym_0x] = ACTIONS(1694), + [sym_val_date] = ACTIONS(1694), + [anon_sym_DQUOTE] = ACTIONS(1694), + [sym__str_single_quotes] = ACTIONS(1694), + [sym__str_back_ticks] = ACTIONS(1694), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1694), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1694), + [anon_sym_CARET] = ACTIONS(1694), + [anon_sym_POUND] = ACTIONS(3), + }, + [833] = { + [sym_comment] = STATE(833), [anon_sym_export] = ACTIONS(1868), [anon_sym_alias] = ACTIONS(1868), [anon_sym_let] = ACTIONS(1868), @@ -118070,8 +118143,212 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1868), [anon_sym_POUND] = ACTIONS(3), }, - [833] = { - [sym_comment] = STATE(833), + [834] = { + [sym_comment] = STATE(834), + [ts_builtin_sym_end] = ACTIONS(755), + [anon_sym_export] = ACTIONS(753), + [anon_sym_alias] = ACTIONS(753), + [anon_sym_let] = ACTIONS(753), + [anon_sym_let_DASHenv] = ACTIONS(753), + [anon_sym_mut] = ACTIONS(753), + [anon_sym_const] = ACTIONS(753), + [sym_cmd_identifier] = ACTIONS(753), + [anon_sym_SEMI] = ACTIONS(753), + [anon_sym_LF] = ACTIONS(755), + [anon_sym_def] = ACTIONS(753), + [anon_sym_def_DASHenv] = ACTIONS(753), + [anon_sym_export_DASHenv] = ACTIONS(753), + [anon_sym_extern] = ACTIONS(753), + [anon_sym_module] = ACTIONS(753), + [anon_sym_use] = ACTIONS(753), + [anon_sym_LBRACK] = ACTIONS(753), + [anon_sym_LPAREN] = ACTIONS(753), + [anon_sym_DOLLAR] = ACTIONS(753), + [anon_sym_error] = ACTIONS(753), + [anon_sym_DASH] = ACTIONS(753), + [anon_sym_break] = ACTIONS(753), + [anon_sym_continue] = ACTIONS(753), + [anon_sym_for] = ACTIONS(753), + [anon_sym_loop] = ACTIONS(753), + [anon_sym_while] = ACTIONS(753), + [anon_sym_do] = ACTIONS(753), + [anon_sym_if] = ACTIONS(753), + [anon_sym_match] = ACTIONS(753), + [anon_sym_LBRACE] = ACTIONS(753), + [anon_sym_DOT] = ACTIONS(753), + [anon_sym_try] = ACTIONS(753), + [anon_sym_return] = ACTIONS(753), + [anon_sym_source] = ACTIONS(753), + [anon_sym_source_DASHenv] = ACTIONS(753), + [anon_sym_register] = ACTIONS(753), + [anon_sym_hide] = ACTIONS(753), + [anon_sym_hide_DASHenv] = ACTIONS(753), + [anon_sym_overlay] = ACTIONS(753), + [anon_sym_where] = ACTIONS(753), + [anon_sym_not] = ACTIONS(753), + [anon_sym_DOT_DOT_LT] = ACTIONS(753), + [anon_sym_DOT_DOT] = ACTIONS(753), + [anon_sym_DOT_DOT_EQ] = ACTIONS(753), + [sym_val_nothing] = ACTIONS(753), + [anon_sym_true] = ACTIONS(753), + [anon_sym_false] = ACTIONS(753), + [aux_sym_val_number_token1] = ACTIONS(753), + [aux_sym_val_number_token2] = ACTIONS(753), + [aux_sym_val_number_token3] = ACTIONS(753), + [aux_sym_val_number_token4] = ACTIONS(753), + [anon_sym_inf] = ACTIONS(753), + [anon_sym_DASHinf] = ACTIONS(753), + [anon_sym_NaN] = ACTIONS(753), + [anon_sym_0b] = ACTIONS(753), + [anon_sym_0o] = ACTIONS(753), + [anon_sym_0x] = ACTIONS(753), + [sym_val_date] = ACTIONS(753), + [anon_sym_DQUOTE] = ACTIONS(753), + [sym__str_single_quotes] = ACTIONS(753), + [sym__str_back_ticks] = ACTIONS(753), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(753), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(753), + [anon_sym_CARET] = ACTIONS(753), + [anon_sym_POUND] = ACTIONS(3), + }, + [835] = { + [sym_comment] = STATE(835), + [anon_sym_export] = ACTIONS(1856), + [anon_sym_alias] = ACTIONS(1856), + [anon_sym_let] = ACTIONS(1856), + [anon_sym_let_DASHenv] = ACTIONS(1856), + [anon_sym_mut] = ACTIONS(1856), + [anon_sym_const] = ACTIONS(1856), + [sym_cmd_identifier] = ACTIONS(1856), + [anon_sym_SEMI] = ACTIONS(1856), + [anon_sym_LF] = ACTIONS(1858), + [anon_sym_def] = ACTIONS(1856), + [anon_sym_def_DASHenv] = ACTIONS(1856), + [anon_sym_export_DASHenv] = ACTIONS(1856), + [anon_sym_extern] = ACTIONS(1856), + [anon_sym_module] = ACTIONS(1856), + [anon_sym_use] = ACTIONS(1856), + [anon_sym_LBRACK] = ACTIONS(1856), + [anon_sym_LPAREN] = ACTIONS(1856), + [anon_sym_RPAREN] = ACTIONS(1856), + [anon_sym_DOLLAR] = ACTIONS(1856), + [anon_sym_error] = ACTIONS(1856), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_break] = ACTIONS(1856), + [anon_sym_continue] = ACTIONS(1856), + [anon_sym_for] = ACTIONS(1856), + [anon_sym_loop] = ACTIONS(1856), + [anon_sym_while] = ACTIONS(1856), + [anon_sym_do] = ACTIONS(1856), + [anon_sym_if] = ACTIONS(1856), + [anon_sym_match] = ACTIONS(1856), + [anon_sym_LBRACE] = ACTIONS(1856), + [anon_sym_RBRACE] = ACTIONS(1856), + [anon_sym_try] = ACTIONS(1856), + [anon_sym_return] = ACTIONS(1856), + [anon_sym_source] = ACTIONS(1856), + [anon_sym_source_DASHenv] = ACTIONS(1856), + [anon_sym_register] = ACTIONS(1856), + [anon_sym_hide] = ACTIONS(1856), + [anon_sym_hide_DASHenv] = ACTIONS(1856), + [anon_sym_overlay] = ACTIONS(1856), + [anon_sym_where] = ACTIONS(1856), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_DOT_DOT_LT] = ACTIONS(1856), + [anon_sym_DOT_DOT] = ACTIONS(1856), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1856), + [sym_val_nothing] = ACTIONS(1856), + [anon_sym_true] = ACTIONS(1856), + [anon_sym_false] = ACTIONS(1856), + [aux_sym_val_number_token1] = ACTIONS(1856), + [aux_sym_val_number_token2] = ACTIONS(1856), + [aux_sym_val_number_token3] = ACTIONS(1856), + [aux_sym_val_number_token4] = ACTIONS(1856), + [anon_sym_inf] = ACTIONS(1856), + [anon_sym_DASHinf] = ACTIONS(1856), + [anon_sym_NaN] = ACTIONS(1856), + [anon_sym_0b] = ACTIONS(1856), + [anon_sym_0o] = ACTIONS(1856), + [anon_sym_0x] = ACTIONS(1856), + [sym_val_date] = ACTIONS(1856), + [anon_sym_DQUOTE] = ACTIONS(1856), + [sym__str_single_quotes] = ACTIONS(1856), + [sym__str_back_ticks] = ACTIONS(1856), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1856), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1856), + [anon_sym_CARET] = ACTIONS(1856), + [anon_sym_POUND] = ACTIONS(3), + }, + [836] = { + [sym_comment] = STATE(836), + [ts_builtin_sym_end] = ACTIONS(912), + [anon_sym_export] = ACTIONS(910), + [anon_sym_alias] = ACTIONS(910), + [anon_sym_let] = ACTIONS(910), + [anon_sym_let_DASHenv] = ACTIONS(910), + [anon_sym_mut] = ACTIONS(910), + [anon_sym_const] = ACTIONS(910), + [sym_cmd_identifier] = ACTIONS(910), + [anon_sym_SEMI] = ACTIONS(910), + [anon_sym_LF] = ACTIONS(912), + [anon_sym_def] = ACTIONS(910), + [anon_sym_def_DASHenv] = ACTIONS(910), + [anon_sym_export_DASHenv] = ACTIONS(910), + [anon_sym_extern] = ACTIONS(910), + [anon_sym_module] = ACTIONS(910), + [anon_sym_use] = ACTIONS(910), + [anon_sym_LBRACK] = ACTIONS(910), + [anon_sym_LPAREN] = ACTIONS(910), + [anon_sym_PIPE] = ACTIONS(910), + [anon_sym_DOLLAR] = ACTIONS(910), + [anon_sym_error] = ACTIONS(910), + [anon_sym_DASH] = ACTIONS(910), + [anon_sym_break] = ACTIONS(910), + [anon_sym_continue] = ACTIONS(910), + [anon_sym_for] = ACTIONS(910), + [anon_sym_loop] = ACTIONS(910), + [anon_sym_while] = ACTIONS(910), + [anon_sym_do] = ACTIONS(910), + [anon_sym_if] = ACTIONS(910), + [anon_sym_match] = ACTIONS(910), + [anon_sym_LBRACE] = ACTIONS(910), + [anon_sym_try] = ACTIONS(910), + [anon_sym_return] = ACTIONS(910), + [anon_sym_source] = ACTIONS(910), + [anon_sym_source_DASHenv] = ACTIONS(910), + [anon_sym_register] = ACTIONS(910), + [anon_sym_hide] = ACTIONS(910), + [anon_sym_hide_DASHenv] = ACTIONS(910), + [anon_sym_overlay] = ACTIONS(910), + [anon_sym_where] = ACTIONS(910), + [anon_sym_not] = ACTIONS(910), + [anon_sym_DOT_DOT_LT] = ACTIONS(910), + [anon_sym_DOT_DOT] = ACTIONS(910), + [anon_sym_DOT_DOT_EQ] = ACTIONS(910), + [sym_val_nothing] = ACTIONS(910), + [anon_sym_true] = ACTIONS(910), + [anon_sym_false] = ACTIONS(910), + [aux_sym_val_number_token1] = ACTIONS(910), + [aux_sym_val_number_token2] = ACTIONS(910), + [aux_sym_val_number_token3] = ACTIONS(910), + [aux_sym_val_number_token4] = ACTIONS(910), + [anon_sym_inf] = ACTIONS(910), + [anon_sym_DASHinf] = ACTIONS(910), + [anon_sym_NaN] = ACTIONS(910), + [anon_sym_0b] = ACTIONS(910), + [anon_sym_0o] = ACTIONS(910), + [anon_sym_0x] = ACTIONS(910), + [sym_val_date] = ACTIONS(910), + [anon_sym_DQUOTE] = ACTIONS(910), + [sym__str_single_quotes] = ACTIONS(910), + [sym__str_back_ticks] = ACTIONS(910), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(910), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(910), + [anon_sym_CARET] = ACTIONS(910), + [anon_sym_POUND] = ACTIONS(3), + }, + [837] = { + [sym_comment] = STATE(837), [anon_sym_export] = ACTIONS(1872), [anon_sym_alias] = ACTIONS(1872), [anon_sym_let] = ACTIONS(1872), @@ -118138,76 +118415,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1872), [anon_sym_POUND] = ACTIONS(3), }, - [834] = { - [sym_block] = STATE(920), - [sym_comment] = STATE(834), - [ts_builtin_sym_end] = ACTIONS(1738), - [anon_sym_export] = ACTIONS(1736), - [anon_sym_alias] = ACTIONS(1736), - [anon_sym_let] = ACTIONS(1736), - [anon_sym_let_DASHenv] = ACTIONS(1736), - [anon_sym_mut] = ACTIONS(1736), - [anon_sym_const] = ACTIONS(1736), - [sym_cmd_identifier] = ACTIONS(1736), - [anon_sym_SEMI] = ACTIONS(1736), - [anon_sym_LF] = ACTIONS(1738), - [anon_sym_def] = ACTIONS(1736), - [anon_sym_def_DASHenv] = ACTIONS(1736), - [anon_sym_export_DASHenv] = ACTIONS(1736), - [anon_sym_extern] = ACTIONS(1736), - [anon_sym_module] = ACTIONS(1736), - [anon_sym_use] = ACTIONS(1736), - [anon_sym_LBRACK] = ACTIONS(1736), - [anon_sym_LPAREN] = ACTIONS(1736), - [anon_sym_DOLLAR] = ACTIONS(1736), - [anon_sym_error] = ACTIONS(1736), - [anon_sym_DASH] = ACTIONS(1736), - [anon_sym_break] = ACTIONS(1736), - [anon_sym_continue] = ACTIONS(1736), - [anon_sym_for] = ACTIONS(1736), - [anon_sym_loop] = ACTIONS(1736), - [anon_sym_while] = ACTIONS(1736), - [anon_sym_do] = ACTIONS(1736), - [anon_sym_if] = ACTIONS(1736), - [anon_sym_match] = ACTIONS(1736), - [anon_sym_LBRACE] = ACTIONS(1846), - [anon_sym_try] = ACTIONS(1736), - [anon_sym_return] = ACTIONS(1736), - [anon_sym_source] = ACTIONS(1736), - [anon_sym_source_DASHenv] = ACTIONS(1736), - [anon_sym_register] = ACTIONS(1736), - [anon_sym_hide] = ACTIONS(1736), - [anon_sym_hide_DASHenv] = ACTIONS(1736), - [anon_sym_overlay] = ACTIONS(1736), - [anon_sym_where] = ACTIONS(1736), - [anon_sym_not] = ACTIONS(1736), - [anon_sym_DOT_DOT_LT] = ACTIONS(1736), - [anon_sym_DOT_DOT] = ACTIONS(1736), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1736), - [sym_val_nothing] = ACTIONS(1736), - [anon_sym_true] = ACTIONS(1736), - [anon_sym_false] = ACTIONS(1736), - [aux_sym_val_number_token1] = ACTIONS(1736), - [aux_sym_val_number_token2] = ACTIONS(1736), - [aux_sym_val_number_token3] = ACTIONS(1736), - [aux_sym_val_number_token4] = ACTIONS(1736), - [anon_sym_inf] = ACTIONS(1736), - [anon_sym_DASHinf] = ACTIONS(1736), - [anon_sym_NaN] = ACTIONS(1736), - [anon_sym_0b] = ACTIONS(1736), - [anon_sym_0o] = ACTIONS(1736), - [anon_sym_0x] = ACTIONS(1736), - [sym_val_date] = ACTIONS(1736), - [anon_sym_DQUOTE] = ACTIONS(1736), - [sym__str_single_quotes] = ACTIONS(1736), - [sym__str_back_ticks] = ACTIONS(1736), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1736), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1736), - [anon_sym_CARET] = ACTIONS(1736), + [838] = { + [sym_comment] = STATE(838), + [ts_builtin_sym_end] = ACTIONS(629), + [anon_sym_export] = ACTIONS(627), + [anon_sym_alias] = ACTIONS(627), + [anon_sym_let] = ACTIONS(627), + [anon_sym_let_DASHenv] = ACTIONS(627), + [anon_sym_mut] = ACTIONS(627), + [anon_sym_const] = ACTIONS(627), + [sym_cmd_identifier] = ACTIONS(627), + [anon_sym_SEMI] = ACTIONS(627), + [anon_sym_LF] = ACTIONS(629), + [anon_sym_def] = ACTIONS(627), + [anon_sym_def_DASHenv] = ACTIONS(627), + [anon_sym_export_DASHenv] = ACTIONS(627), + [anon_sym_extern] = ACTIONS(627), + [anon_sym_module] = ACTIONS(627), + [anon_sym_use] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(627), + [anon_sym_LPAREN] = ACTIONS(627), + [anon_sym_PIPE] = ACTIONS(627), + [anon_sym_DOLLAR] = ACTIONS(627), + [anon_sym_error] = ACTIONS(627), + [anon_sym_DASH] = ACTIONS(627), + [anon_sym_break] = ACTIONS(627), + [anon_sym_continue] = ACTIONS(627), + [anon_sym_for] = ACTIONS(627), + [anon_sym_loop] = ACTIONS(627), + [anon_sym_while] = ACTIONS(627), + [anon_sym_do] = ACTIONS(627), + [anon_sym_if] = ACTIONS(627), + [anon_sym_match] = ACTIONS(627), + [anon_sym_LBRACE] = ACTIONS(627), + [anon_sym_try] = ACTIONS(627), + [anon_sym_return] = ACTIONS(627), + [anon_sym_source] = ACTIONS(627), + [anon_sym_source_DASHenv] = ACTIONS(627), + [anon_sym_register] = ACTIONS(627), + [anon_sym_hide] = ACTIONS(627), + [anon_sym_hide_DASHenv] = ACTIONS(627), + [anon_sym_overlay] = ACTIONS(627), + [anon_sym_where] = ACTIONS(627), + [anon_sym_not] = ACTIONS(627), + [anon_sym_DOT_DOT_LT] = ACTIONS(627), + [anon_sym_DOT_DOT] = ACTIONS(627), + [anon_sym_DOT_DOT_EQ] = ACTIONS(627), + [sym_val_nothing] = ACTIONS(627), + [anon_sym_true] = ACTIONS(627), + [anon_sym_false] = ACTIONS(627), + [aux_sym_val_number_token1] = ACTIONS(627), + [aux_sym_val_number_token2] = ACTIONS(627), + [aux_sym_val_number_token3] = ACTIONS(627), + [aux_sym_val_number_token4] = ACTIONS(627), + [anon_sym_inf] = ACTIONS(627), + [anon_sym_DASHinf] = ACTIONS(627), + [anon_sym_NaN] = ACTIONS(627), + [anon_sym_0b] = ACTIONS(627), + [anon_sym_0o] = ACTIONS(627), + [anon_sym_0x] = ACTIONS(627), + [sym_val_date] = ACTIONS(627), + [anon_sym_DQUOTE] = ACTIONS(627), + [sym__str_single_quotes] = ACTIONS(627), + [sym__str_back_ticks] = ACTIONS(627), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(627), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(627), + [anon_sym_CARET] = ACTIONS(627), [anon_sym_POUND] = ACTIONS(3), }, - [835] = { - [sym_comment] = STATE(835), + [839] = { + [sym_comment] = STATE(839), [anon_sym_export] = ACTIONS(1876), [anon_sym_alias] = ACTIONS(1876), [anon_sym_let] = ACTIONS(1876), @@ -118274,76 +118551,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1876), [anon_sym_POUND] = ACTIONS(3), }, - [836] = { - [sym_comment] = STATE(836), - [ts_builtin_sym_end] = ACTIONS(621), - [anon_sym_export] = ACTIONS(619), - [anon_sym_alias] = ACTIONS(619), - [anon_sym_let] = ACTIONS(619), - [anon_sym_let_DASHenv] = ACTIONS(619), - [anon_sym_mut] = ACTIONS(619), - [anon_sym_const] = ACTIONS(619), - [sym_cmd_identifier] = ACTIONS(619), - [anon_sym_SEMI] = ACTIONS(619), - [anon_sym_LF] = ACTIONS(621), - [anon_sym_def] = ACTIONS(619), - [anon_sym_def_DASHenv] = ACTIONS(619), - [anon_sym_export_DASHenv] = ACTIONS(619), - [anon_sym_extern] = ACTIONS(619), - [anon_sym_module] = ACTIONS(619), - [anon_sym_use] = ACTIONS(619), - [anon_sym_LBRACK] = ACTIONS(619), - [anon_sym_LPAREN] = ACTIONS(619), - [anon_sym_PIPE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(619), - [anon_sym_error] = ACTIONS(619), - [anon_sym_DASH] = ACTIONS(619), - [anon_sym_break] = ACTIONS(619), - [anon_sym_continue] = ACTIONS(619), - [anon_sym_for] = ACTIONS(619), - [anon_sym_loop] = ACTIONS(619), - [anon_sym_while] = ACTIONS(619), - [anon_sym_do] = ACTIONS(619), - [anon_sym_if] = ACTIONS(619), - [anon_sym_match] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(619), - [anon_sym_try] = ACTIONS(619), - [anon_sym_return] = ACTIONS(619), - [anon_sym_source] = ACTIONS(619), - [anon_sym_source_DASHenv] = ACTIONS(619), - [anon_sym_register] = ACTIONS(619), - [anon_sym_hide] = ACTIONS(619), - [anon_sym_hide_DASHenv] = ACTIONS(619), - [anon_sym_overlay] = ACTIONS(619), - [anon_sym_where] = ACTIONS(619), - [anon_sym_not] = ACTIONS(619), - [anon_sym_DOT_DOT_LT] = ACTIONS(619), - [anon_sym_DOT_DOT] = ACTIONS(619), - [anon_sym_DOT_DOT_EQ] = ACTIONS(619), - [sym_val_nothing] = ACTIONS(619), - [anon_sym_true] = ACTIONS(619), - [anon_sym_false] = ACTIONS(619), - [aux_sym_val_number_token1] = ACTIONS(619), - [aux_sym_val_number_token2] = ACTIONS(619), - [aux_sym_val_number_token3] = ACTIONS(619), - [aux_sym_val_number_token4] = ACTIONS(619), - [anon_sym_inf] = ACTIONS(619), - [anon_sym_DASHinf] = ACTIONS(619), - [anon_sym_NaN] = ACTIONS(619), - [anon_sym_0b] = ACTIONS(619), - [anon_sym_0o] = ACTIONS(619), - [anon_sym_0x] = ACTIONS(619), - [sym_val_date] = ACTIONS(619), - [anon_sym_DQUOTE] = ACTIONS(619), - [sym__str_single_quotes] = ACTIONS(619), - [sym__str_back_ticks] = ACTIONS(619), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(619), - [anon_sym_CARET] = ACTIONS(619), + [840] = { + [sym_comment] = STATE(840), + [anon_sym_export] = ACTIONS(1876), + [anon_sym_alias] = ACTIONS(1876), + [anon_sym_let] = ACTIONS(1876), + [anon_sym_let_DASHenv] = ACTIONS(1876), + [anon_sym_mut] = ACTIONS(1876), + [anon_sym_const] = ACTIONS(1876), + [sym_cmd_identifier] = ACTIONS(1876), + [anon_sym_SEMI] = ACTIONS(1876), + [anon_sym_LF] = ACTIONS(1878), + [anon_sym_def] = ACTIONS(1876), + [anon_sym_def_DASHenv] = ACTIONS(1876), + [anon_sym_export_DASHenv] = ACTIONS(1876), + [anon_sym_extern] = ACTIONS(1876), + [anon_sym_module] = ACTIONS(1876), + [anon_sym_use] = ACTIONS(1876), + [anon_sym_LBRACK] = ACTIONS(1876), + [anon_sym_LPAREN] = ACTIONS(1876), + [anon_sym_RPAREN] = ACTIONS(1876), + [anon_sym_DOLLAR] = ACTIONS(1876), + [anon_sym_error] = ACTIONS(1876), + [anon_sym_DASH] = ACTIONS(1876), + [anon_sym_break] = ACTIONS(1876), + [anon_sym_continue] = ACTIONS(1876), + [anon_sym_for] = ACTIONS(1876), + [anon_sym_loop] = ACTIONS(1876), + [anon_sym_while] = ACTIONS(1876), + [anon_sym_do] = ACTIONS(1876), + [anon_sym_if] = ACTIONS(1876), + [anon_sym_match] = ACTIONS(1876), + [anon_sym_LBRACE] = ACTIONS(1876), + [anon_sym_RBRACE] = ACTIONS(1876), + [anon_sym_try] = ACTIONS(1876), + [anon_sym_return] = ACTIONS(1876), + [anon_sym_source] = ACTIONS(1876), + [anon_sym_source_DASHenv] = ACTIONS(1876), + [anon_sym_register] = ACTIONS(1876), + [anon_sym_hide] = ACTIONS(1876), + [anon_sym_hide_DASHenv] = ACTIONS(1876), + [anon_sym_overlay] = ACTIONS(1876), + [anon_sym_where] = ACTIONS(1876), + [anon_sym_not] = ACTIONS(1876), + [anon_sym_DOT_DOT_LT] = ACTIONS(1876), + [anon_sym_DOT_DOT] = ACTIONS(1876), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1876), + [sym_val_nothing] = ACTIONS(1876), + [anon_sym_true] = ACTIONS(1876), + [anon_sym_false] = ACTIONS(1876), + [aux_sym_val_number_token1] = ACTIONS(1876), + [aux_sym_val_number_token2] = ACTIONS(1876), + [aux_sym_val_number_token3] = ACTIONS(1876), + [aux_sym_val_number_token4] = ACTIONS(1876), + [anon_sym_inf] = ACTIONS(1876), + [anon_sym_DASHinf] = ACTIONS(1876), + [anon_sym_NaN] = ACTIONS(1876), + [anon_sym_0b] = ACTIONS(1876), + [anon_sym_0o] = ACTIONS(1876), + [anon_sym_0x] = ACTIONS(1876), + [sym_val_date] = ACTIONS(1876), + [anon_sym_DQUOTE] = ACTIONS(1876), + [sym__str_single_quotes] = ACTIONS(1876), + [sym__str_back_ticks] = ACTIONS(1876), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1876), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1876), + [anon_sym_CARET] = ACTIONS(1876), [anon_sym_POUND] = ACTIONS(3), }, - [837] = { - [sym_comment] = STATE(837), + [841] = { + [sym_comment] = STATE(841), [anon_sym_export] = ACTIONS(1880), [anon_sym_alias] = ACTIONS(1880), [anon_sym_let] = ACTIONS(1880), @@ -118410,8 +118687,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1880), [anon_sym_POUND] = ACTIONS(3), }, - [838] = { - [sym_comment] = STATE(838), + [842] = { + [sym_comment] = STATE(842), [anon_sym_export] = ACTIONS(1884), [anon_sym_alias] = ACTIONS(1884), [anon_sym_let] = ACTIONS(1884), @@ -118478,8 +118755,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1884), [anon_sym_POUND] = ACTIONS(3), }, - [839] = { - [sym_comment] = STATE(839), + [843] = { + [sym_comment] = STATE(843), [anon_sym_export] = ACTIONS(1888), [anon_sym_alias] = ACTIONS(1888), [anon_sym_let] = ACTIONS(1888), @@ -118546,76 +118823,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1888), [anon_sym_POUND] = ACTIONS(3), }, - [840] = { - [sym_comment] = STATE(840), - [ts_builtin_sym_end] = ACTIONS(1483), - [anon_sym_export] = ACTIONS(1481), - [anon_sym_alias] = ACTIONS(1481), - [anon_sym_let] = ACTIONS(1481), - [anon_sym_let_DASHenv] = ACTIONS(1481), - [anon_sym_mut] = ACTIONS(1481), - [anon_sym_const] = ACTIONS(1481), - [sym_cmd_identifier] = ACTIONS(1481), - [anon_sym_SEMI] = ACTIONS(1481), - [anon_sym_LF] = ACTIONS(1483), - [anon_sym_def] = ACTIONS(1481), - [anon_sym_def_DASHenv] = ACTIONS(1481), - [anon_sym_export_DASHenv] = ACTIONS(1481), - [anon_sym_extern] = ACTIONS(1481), - [anon_sym_module] = ACTIONS(1481), - [anon_sym_use] = ACTIONS(1481), - [anon_sym_LBRACK] = ACTIONS(1481), - [anon_sym_LPAREN] = ACTIONS(1481), - [anon_sym_PIPE] = ACTIONS(1481), - [anon_sym_DOLLAR] = ACTIONS(1481), - [anon_sym_error] = ACTIONS(1481), - [anon_sym_DASH] = ACTIONS(1481), - [anon_sym_break] = ACTIONS(1481), - [anon_sym_continue] = ACTIONS(1481), - [anon_sym_for] = ACTIONS(1481), - [anon_sym_loop] = ACTIONS(1481), - [anon_sym_while] = ACTIONS(1481), - [anon_sym_do] = ACTIONS(1481), - [anon_sym_if] = ACTIONS(1481), - [anon_sym_match] = ACTIONS(1481), - [anon_sym_LBRACE] = ACTIONS(1481), - [anon_sym_try] = ACTIONS(1481), - [anon_sym_return] = ACTIONS(1481), - [anon_sym_source] = ACTIONS(1481), - [anon_sym_source_DASHenv] = ACTIONS(1481), - [anon_sym_register] = ACTIONS(1481), - [anon_sym_hide] = ACTIONS(1481), - [anon_sym_hide_DASHenv] = ACTIONS(1481), - [anon_sym_overlay] = ACTIONS(1481), - [anon_sym_where] = ACTIONS(1481), - [anon_sym_not] = ACTIONS(1481), - [anon_sym_DOT_DOT_LT] = ACTIONS(1481), - [anon_sym_DOT_DOT] = ACTIONS(1481), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1481), - [sym_val_nothing] = ACTIONS(1481), - [anon_sym_true] = ACTIONS(1481), - [anon_sym_false] = ACTIONS(1481), - [aux_sym_val_number_token1] = ACTIONS(1481), - [aux_sym_val_number_token2] = ACTIONS(1481), - [aux_sym_val_number_token3] = ACTIONS(1481), - [aux_sym_val_number_token4] = ACTIONS(1481), - [anon_sym_inf] = ACTIONS(1481), - [anon_sym_DASHinf] = ACTIONS(1481), - [anon_sym_NaN] = ACTIONS(1481), - [anon_sym_0b] = ACTIONS(1481), - [anon_sym_0o] = ACTIONS(1481), - [anon_sym_0x] = ACTIONS(1481), - [sym_val_date] = ACTIONS(1481), - [anon_sym_DQUOTE] = ACTIONS(1481), - [sym__str_single_quotes] = ACTIONS(1481), - [sym__str_back_ticks] = ACTIONS(1481), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1481), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1481), - [anon_sym_CARET] = ACTIONS(1481), - [anon_sym_POUND] = ACTIONS(3), - }, - [841] = { - [sym_comment] = STATE(841), + [844] = { + [sym_comment] = STATE(844), [anon_sym_export] = ACTIONS(1892), [anon_sym_alias] = ACTIONS(1892), [anon_sym_let] = ACTIONS(1892), @@ -118682,8 +118891,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1892), [anon_sym_POUND] = ACTIONS(3), }, - [842] = { - [sym_comment] = STATE(842), + [845] = { + [sym_comment] = STATE(845), [anon_sym_export] = ACTIONS(1896), [anon_sym_alias] = ACTIONS(1896), [anon_sym_let] = ACTIONS(1896), @@ -118750,144 +118959,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1896), [anon_sym_POUND] = ACTIONS(3), }, - [843] = { - [sym_comment] = STATE(843), - [ts_builtin_sym_end] = ACTIONS(1676), - [anon_sym_export] = ACTIONS(1674), - [anon_sym_alias] = ACTIONS(1674), - [anon_sym_let] = ACTIONS(1674), - [anon_sym_let_DASHenv] = ACTIONS(1674), - [anon_sym_mut] = ACTIONS(1674), - [anon_sym_const] = ACTIONS(1674), - [sym_cmd_identifier] = ACTIONS(1674), - [anon_sym_SEMI] = ACTIONS(1674), - [anon_sym_LF] = ACTIONS(1676), - [anon_sym_def] = ACTIONS(1674), - [anon_sym_def_DASHenv] = ACTIONS(1674), - [anon_sym_export_DASHenv] = ACTIONS(1674), - [anon_sym_extern] = ACTIONS(1674), - [anon_sym_module] = ACTIONS(1674), - [anon_sym_use] = ACTIONS(1674), - [anon_sym_LBRACK] = ACTIONS(1674), - [anon_sym_LPAREN] = ACTIONS(1674), - [anon_sym_PIPE] = ACTIONS(1674), - [anon_sym_DOLLAR] = ACTIONS(1674), - [anon_sym_error] = ACTIONS(1674), - [anon_sym_DASH] = ACTIONS(1674), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1674), - [anon_sym_for] = ACTIONS(1674), - [anon_sym_loop] = ACTIONS(1674), - [anon_sym_while] = ACTIONS(1674), - [anon_sym_do] = ACTIONS(1674), - [anon_sym_if] = ACTIONS(1674), - [anon_sym_match] = ACTIONS(1674), - [anon_sym_LBRACE] = ACTIONS(1674), - [anon_sym_try] = ACTIONS(1674), - [anon_sym_return] = ACTIONS(1674), - [anon_sym_source] = ACTIONS(1674), - [anon_sym_source_DASHenv] = ACTIONS(1674), - [anon_sym_register] = ACTIONS(1674), - [anon_sym_hide] = ACTIONS(1674), - [anon_sym_hide_DASHenv] = ACTIONS(1674), - [anon_sym_overlay] = ACTIONS(1674), - [anon_sym_where] = ACTIONS(1674), - [anon_sym_not] = ACTIONS(1674), - [anon_sym_DOT_DOT_LT] = ACTIONS(1674), - [anon_sym_DOT_DOT] = ACTIONS(1674), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1674), - [sym_val_nothing] = ACTIONS(1674), - [anon_sym_true] = ACTIONS(1674), - [anon_sym_false] = ACTIONS(1674), - [aux_sym_val_number_token1] = ACTIONS(1674), - [aux_sym_val_number_token2] = ACTIONS(1674), - [aux_sym_val_number_token3] = ACTIONS(1674), - [aux_sym_val_number_token4] = ACTIONS(1674), - [anon_sym_inf] = ACTIONS(1674), - [anon_sym_DASHinf] = ACTIONS(1674), - [anon_sym_NaN] = ACTIONS(1674), - [anon_sym_0b] = ACTIONS(1674), - [anon_sym_0o] = ACTIONS(1674), - [anon_sym_0x] = ACTIONS(1674), - [sym_val_date] = ACTIONS(1674), - [anon_sym_DQUOTE] = ACTIONS(1674), - [sym__str_single_quotes] = ACTIONS(1674), - [sym__str_back_ticks] = ACTIONS(1674), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1674), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1674), - [anon_sym_CARET] = ACTIONS(1674), - [anon_sym_POUND] = ACTIONS(3), - }, - [844] = { - [sym_comment] = STATE(844), - [ts_builtin_sym_end] = ACTIONS(1696), - [anon_sym_export] = ACTIONS(1694), - [anon_sym_alias] = ACTIONS(1694), - [anon_sym_let] = ACTIONS(1694), - [anon_sym_let_DASHenv] = ACTIONS(1694), - [anon_sym_mut] = ACTIONS(1694), - [anon_sym_const] = ACTIONS(1694), - [sym_cmd_identifier] = ACTIONS(1694), - [anon_sym_SEMI] = ACTIONS(1694), - [anon_sym_LF] = ACTIONS(1696), - [anon_sym_def] = ACTIONS(1694), - [anon_sym_def_DASHenv] = ACTIONS(1694), - [anon_sym_export_DASHenv] = ACTIONS(1694), - [anon_sym_extern] = ACTIONS(1694), - [anon_sym_module] = ACTIONS(1694), - [anon_sym_use] = ACTIONS(1694), - [anon_sym_LBRACK] = ACTIONS(1694), - [anon_sym_LPAREN] = ACTIONS(1694), - [anon_sym_PIPE] = ACTIONS(1694), - [anon_sym_DOLLAR] = ACTIONS(1694), - [anon_sym_error] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_break] = ACTIONS(1694), - [anon_sym_continue] = ACTIONS(1694), - [anon_sym_for] = ACTIONS(1694), - [anon_sym_loop] = ACTIONS(1694), - [anon_sym_while] = ACTIONS(1694), - [anon_sym_do] = ACTIONS(1694), - [anon_sym_if] = ACTIONS(1694), - [anon_sym_match] = ACTIONS(1694), - [anon_sym_LBRACE] = ACTIONS(1694), - [anon_sym_try] = ACTIONS(1694), - [anon_sym_return] = ACTIONS(1694), - [anon_sym_source] = ACTIONS(1694), - [anon_sym_source_DASHenv] = ACTIONS(1694), - [anon_sym_register] = ACTIONS(1694), - [anon_sym_hide] = ACTIONS(1694), - [anon_sym_hide_DASHenv] = ACTIONS(1694), - [anon_sym_overlay] = ACTIONS(1694), - [anon_sym_where] = ACTIONS(1694), - [anon_sym_not] = ACTIONS(1694), - [anon_sym_DOT_DOT_LT] = ACTIONS(1694), - [anon_sym_DOT_DOT] = ACTIONS(1694), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1694), - [sym_val_nothing] = ACTIONS(1694), - [anon_sym_true] = ACTIONS(1694), - [anon_sym_false] = ACTIONS(1694), - [aux_sym_val_number_token1] = ACTIONS(1694), - [aux_sym_val_number_token2] = ACTIONS(1694), - [aux_sym_val_number_token3] = ACTIONS(1694), - [aux_sym_val_number_token4] = ACTIONS(1694), - [anon_sym_inf] = ACTIONS(1694), - [anon_sym_DASHinf] = ACTIONS(1694), - [anon_sym_NaN] = ACTIONS(1694), - [anon_sym_0b] = ACTIONS(1694), - [anon_sym_0o] = ACTIONS(1694), - [anon_sym_0x] = ACTIONS(1694), - [sym_val_date] = ACTIONS(1694), - [anon_sym_DQUOTE] = ACTIONS(1694), - [sym__str_single_quotes] = ACTIONS(1694), - [sym__str_back_ticks] = ACTIONS(1694), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1694), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1694), - [anon_sym_CARET] = ACTIONS(1694), - [anon_sym_POUND] = ACTIONS(3), - }, - [845] = { - [sym_comment] = STATE(845), + [846] = { + [sym_comment] = STATE(846), [anon_sym_export] = ACTIONS(1900), [anon_sym_alias] = ACTIONS(1900), [anon_sym_let] = ACTIONS(1900), @@ -118954,74 +119027,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1900), [anon_sym_POUND] = ACTIONS(3), }, - [846] = { - [sym_comment] = STATE(846), - [ts_builtin_sym_end] = ACTIONS(1702), - [anon_sym_export] = ACTIONS(1700), - [anon_sym_alias] = ACTIONS(1700), - [anon_sym_let] = ACTIONS(1700), - [anon_sym_let_DASHenv] = ACTIONS(1700), - [anon_sym_mut] = ACTIONS(1700), - [anon_sym_const] = ACTIONS(1700), - [sym_cmd_identifier] = ACTIONS(1700), - [anon_sym_SEMI] = ACTIONS(1700), - [anon_sym_LF] = ACTIONS(1702), - [anon_sym_def] = ACTIONS(1700), - [anon_sym_def_DASHenv] = ACTIONS(1700), - [anon_sym_export_DASHenv] = ACTIONS(1700), - [anon_sym_extern] = ACTIONS(1700), - [anon_sym_module] = ACTIONS(1700), - [anon_sym_use] = ACTIONS(1700), - [anon_sym_LBRACK] = ACTIONS(1700), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_PIPE] = ACTIONS(1700), - [anon_sym_DOLLAR] = ACTIONS(1700), - [anon_sym_error] = ACTIONS(1700), - [anon_sym_DASH] = ACTIONS(1700), - [anon_sym_break] = ACTIONS(1700), - [anon_sym_continue] = ACTIONS(1700), - [anon_sym_for] = ACTIONS(1700), - [anon_sym_loop] = ACTIONS(1700), - [anon_sym_while] = ACTIONS(1700), - [anon_sym_do] = ACTIONS(1700), - [anon_sym_if] = ACTIONS(1700), - [anon_sym_match] = ACTIONS(1700), - [anon_sym_LBRACE] = ACTIONS(1700), - [anon_sym_try] = ACTIONS(1700), - [anon_sym_return] = ACTIONS(1700), - [anon_sym_source] = ACTIONS(1700), - [anon_sym_source_DASHenv] = ACTIONS(1700), - [anon_sym_register] = ACTIONS(1700), - [anon_sym_hide] = ACTIONS(1700), - [anon_sym_hide_DASHenv] = ACTIONS(1700), - [anon_sym_overlay] = ACTIONS(1700), - [anon_sym_where] = ACTIONS(1700), - [anon_sym_not] = ACTIONS(1700), - [anon_sym_DOT_DOT_LT] = ACTIONS(1700), - [anon_sym_DOT_DOT] = ACTIONS(1700), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1700), - [sym_val_nothing] = ACTIONS(1700), - [anon_sym_true] = ACTIONS(1700), - [anon_sym_false] = ACTIONS(1700), - [aux_sym_val_number_token1] = ACTIONS(1700), - [aux_sym_val_number_token2] = ACTIONS(1700), - [aux_sym_val_number_token3] = ACTIONS(1700), - [aux_sym_val_number_token4] = ACTIONS(1700), - [anon_sym_inf] = ACTIONS(1700), - [anon_sym_DASHinf] = ACTIONS(1700), - [anon_sym_NaN] = ACTIONS(1700), - [anon_sym_0b] = ACTIONS(1700), - [anon_sym_0o] = ACTIONS(1700), - [anon_sym_0x] = ACTIONS(1700), - [sym_val_date] = ACTIONS(1700), - [anon_sym_DQUOTE] = ACTIONS(1700), - [sym__str_single_quotes] = ACTIONS(1700), - [sym__str_back_ticks] = ACTIONS(1700), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1700), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1700), - [anon_sym_CARET] = ACTIONS(1700), - [anon_sym_POUND] = ACTIONS(3), - }, [847] = { [sym_comment] = STATE(847), [anon_sym_export] = ACTIONS(1904), @@ -119031,8 +119036,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_mut] = ACTIONS(1904), [anon_sym_const] = ACTIONS(1904), [sym_cmd_identifier] = ACTIONS(1904), - [anon_sym_SEMI] = ACTIONS(1906), - [anon_sym_LF] = ACTIONS(1909), + [anon_sym_SEMI] = ACTIONS(1904), + [anon_sym_LF] = ACTIONS(1906), [anon_sym_def] = ACTIONS(1904), [anon_sym_def_DASHenv] = ACTIONS(1904), [anon_sym_export_DASHenv] = ACTIONS(1904), @@ -119041,7 +119046,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(1904), [anon_sym_LBRACK] = ACTIONS(1904), [anon_sym_LPAREN] = ACTIONS(1904), - [anon_sym_RPAREN] = ACTIONS(1912), + [anon_sym_RPAREN] = ACTIONS(1904), [anon_sym_DOLLAR] = ACTIONS(1904), [anon_sym_error] = ACTIONS(1904), [anon_sym_DASH] = ACTIONS(1904), @@ -119054,7 +119059,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1904), [anon_sym_match] = ACTIONS(1904), [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(1912), + [anon_sym_RBRACE] = ACTIONS(1904), [anon_sym_try] = ACTIONS(1904), [anon_sym_return] = ACTIONS(1904), [anon_sym_source] = ACTIONS(1904), @@ -119092,278 +119097,210 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [848] = { [sym_comment] = STATE(848), - [anon_sym_export] = ACTIONS(870), - [anon_sym_alias] = ACTIONS(870), - [anon_sym_let] = ACTIONS(870), - [anon_sym_let_DASHenv] = ACTIONS(870), - [anon_sym_mut] = ACTIONS(870), - [anon_sym_const] = ACTIONS(870), - [sym_cmd_identifier] = ACTIONS(870), - [anon_sym_SEMI] = ACTIONS(870), - [anon_sym_LF] = ACTIONS(872), - [anon_sym_def] = ACTIONS(870), - [anon_sym_def_DASHenv] = ACTIONS(870), - [anon_sym_export_DASHenv] = ACTIONS(870), - [anon_sym_extern] = ACTIONS(870), - [anon_sym_module] = ACTIONS(870), - [anon_sym_use] = ACTIONS(870), - [anon_sym_LBRACK] = ACTIONS(870), - [anon_sym_LPAREN] = ACTIONS(870), - [anon_sym_RPAREN] = ACTIONS(870), - [anon_sym_DOLLAR] = ACTIONS(870), - [anon_sym_error] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_break] = ACTIONS(870), - [anon_sym_continue] = ACTIONS(870), - [anon_sym_for] = ACTIONS(870), - [anon_sym_loop] = ACTIONS(870), - [anon_sym_while] = ACTIONS(870), - [anon_sym_do] = ACTIONS(870), - [anon_sym_if] = ACTIONS(870), - [anon_sym_match] = ACTIONS(870), - [anon_sym_LBRACE] = ACTIONS(870), - [anon_sym_RBRACE] = ACTIONS(870), - [anon_sym_try] = ACTIONS(870), - [anon_sym_return] = ACTIONS(870), - [anon_sym_source] = ACTIONS(870), - [anon_sym_source_DASHenv] = ACTIONS(870), - [anon_sym_register] = ACTIONS(870), - [anon_sym_hide] = ACTIONS(870), - [anon_sym_hide_DASHenv] = ACTIONS(870), - [anon_sym_overlay] = ACTIONS(870), - [anon_sym_where] = ACTIONS(870), - [anon_sym_not] = ACTIONS(870), - [anon_sym_DOT_DOT_LT] = ACTIONS(870), - [anon_sym_DOT_DOT] = ACTIONS(870), - [anon_sym_DOT_DOT_EQ] = ACTIONS(870), - [sym_val_nothing] = ACTIONS(870), - [anon_sym_true] = ACTIONS(870), - [anon_sym_false] = ACTIONS(870), - [aux_sym_val_number_token1] = ACTIONS(870), - [aux_sym_val_number_token2] = ACTIONS(870), - [aux_sym_val_number_token3] = ACTIONS(870), - [aux_sym_val_number_token4] = ACTIONS(870), - [anon_sym_inf] = ACTIONS(870), - [anon_sym_DASHinf] = ACTIONS(870), - [anon_sym_NaN] = ACTIONS(870), - [anon_sym_0b] = ACTIONS(870), - [anon_sym_0o] = ACTIONS(870), - [anon_sym_0x] = ACTIONS(870), - [sym_val_date] = ACTIONS(870), - [anon_sym_DQUOTE] = ACTIONS(870), - [sym__str_single_quotes] = ACTIONS(870), - [sym__str_back_ticks] = ACTIONS(870), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(870), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(870), - [anon_sym_CARET] = ACTIONS(870), + [anon_sym_export] = ACTIONS(1908), + [anon_sym_alias] = ACTIONS(1908), + [anon_sym_let] = ACTIONS(1908), + [anon_sym_let_DASHenv] = ACTIONS(1908), + [anon_sym_mut] = ACTIONS(1908), + [anon_sym_const] = ACTIONS(1908), + [sym_cmd_identifier] = ACTIONS(1908), + [anon_sym_SEMI] = ACTIONS(1908), + [anon_sym_LF] = ACTIONS(1910), + [anon_sym_def] = ACTIONS(1908), + [anon_sym_def_DASHenv] = ACTIONS(1908), + [anon_sym_export_DASHenv] = ACTIONS(1908), + [anon_sym_extern] = ACTIONS(1908), + [anon_sym_module] = ACTIONS(1908), + [anon_sym_use] = ACTIONS(1908), + [anon_sym_LBRACK] = ACTIONS(1908), + [anon_sym_LPAREN] = ACTIONS(1908), + [anon_sym_RPAREN] = ACTIONS(1908), + [anon_sym_DOLLAR] = ACTIONS(1908), + [anon_sym_error] = ACTIONS(1908), + [anon_sym_DASH] = ACTIONS(1908), + [anon_sym_break] = ACTIONS(1908), + [anon_sym_continue] = ACTIONS(1908), + [anon_sym_for] = ACTIONS(1908), + [anon_sym_loop] = ACTIONS(1908), + [anon_sym_while] = ACTIONS(1908), + [anon_sym_do] = ACTIONS(1908), + [anon_sym_if] = ACTIONS(1908), + [anon_sym_match] = ACTIONS(1908), + [anon_sym_LBRACE] = ACTIONS(1908), + [anon_sym_RBRACE] = ACTIONS(1908), + [anon_sym_try] = ACTIONS(1908), + [anon_sym_return] = ACTIONS(1908), + [anon_sym_source] = ACTIONS(1908), + [anon_sym_source_DASHenv] = ACTIONS(1908), + [anon_sym_register] = ACTIONS(1908), + [anon_sym_hide] = ACTIONS(1908), + [anon_sym_hide_DASHenv] = ACTIONS(1908), + [anon_sym_overlay] = ACTIONS(1908), + [anon_sym_where] = ACTIONS(1908), + [anon_sym_not] = ACTIONS(1908), + [anon_sym_DOT_DOT_LT] = ACTIONS(1908), + [anon_sym_DOT_DOT] = ACTIONS(1908), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1908), + [sym_val_nothing] = ACTIONS(1908), + [anon_sym_true] = ACTIONS(1908), + [anon_sym_false] = ACTIONS(1908), + [aux_sym_val_number_token1] = ACTIONS(1908), + [aux_sym_val_number_token2] = ACTIONS(1908), + [aux_sym_val_number_token3] = ACTIONS(1908), + [aux_sym_val_number_token4] = ACTIONS(1908), + [anon_sym_inf] = ACTIONS(1908), + [anon_sym_DASHinf] = ACTIONS(1908), + [anon_sym_NaN] = ACTIONS(1908), + [anon_sym_0b] = ACTIONS(1908), + [anon_sym_0o] = ACTIONS(1908), + [anon_sym_0x] = ACTIONS(1908), + [sym_val_date] = ACTIONS(1908), + [anon_sym_DQUOTE] = ACTIONS(1908), + [sym__str_single_quotes] = ACTIONS(1908), + [sym__str_back_ticks] = ACTIONS(1908), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1908), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1908), + [anon_sym_CARET] = ACTIONS(1908), [anon_sym_POUND] = ACTIONS(3), }, [849] = { [sym_comment] = STATE(849), - [ts_builtin_sym_end] = ACTIONS(761), - [anon_sym_export] = ACTIONS(759), - [anon_sym_alias] = ACTIONS(759), - [anon_sym_let] = ACTIONS(759), - [anon_sym_let_DASHenv] = ACTIONS(759), - [anon_sym_mut] = ACTIONS(759), - [anon_sym_const] = ACTIONS(759), - [sym_cmd_identifier] = ACTIONS(759), - [anon_sym_SEMI] = ACTIONS(759), - [anon_sym_LF] = ACTIONS(761), - [anon_sym_def] = ACTIONS(759), - [anon_sym_def_DASHenv] = ACTIONS(759), - [anon_sym_export_DASHenv] = ACTIONS(759), - [anon_sym_extern] = ACTIONS(759), - [anon_sym_module] = ACTIONS(759), - [anon_sym_use] = ACTIONS(759), - [anon_sym_LBRACK] = ACTIONS(759), - [anon_sym_LPAREN] = ACTIONS(759), - [anon_sym_DOLLAR] = ACTIONS(759), - [anon_sym_error] = ACTIONS(759), - [anon_sym_DASH] = ACTIONS(759), - [anon_sym_break] = ACTIONS(759), - [anon_sym_continue] = ACTIONS(759), - [anon_sym_for] = ACTIONS(759), - [anon_sym_loop] = ACTIONS(759), - [anon_sym_while] = ACTIONS(759), - [anon_sym_do] = ACTIONS(759), - [anon_sym_if] = ACTIONS(759), - [anon_sym_match] = ACTIONS(759), - [anon_sym_LBRACE] = ACTIONS(759), - [anon_sym_DOT] = ACTIONS(759), - [anon_sym_try] = ACTIONS(759), - [anon_sym_return] = ACTIONS(759), - [anon_sym_source] = ACTIONS(759), - [anon_sym_source_DASHenv] = ACTIONS(759), - [anon_sym_register] = ACTIONS(759), - [anon_sym_hide] = ACTIONS(759), - [anon_sym_hide_DASHenv] = ACTIONS(759), - [anon_sym_overlay] = ACTIONS(759), - [anon_sym_where] = ACTIONS(759), - [anon_sym_not] = ACTIONS(759), - [anon_sym_DOT_DOT_LT] = ACTIONS(759), - [anon_sym_DOT_DOT] = ACTIONS(759), - [anon_sym_DOT_DOT_EQ] = ACTIONS(759), - [sym_val_nothing] = ACTIONS(759), - [anon_sym_true] = ACTIONS(759), - [anon_sym_false] = ACTIONS(759), - [aux_sym_val_number_token1] = ACTIONS(759), - [aux_sym_val_number_token2] = ACTIONS(759), - [aux_sym_val_number_token3] = ACTIONS(759), - [aux_sym_val_number_token4] = ACTIONS(759), - [anon_sym_inf] = ACTIONS(759), - [anon_sym_DASHinf] = ACTIONS(759), - [anon_sym_NaN] = ACTIONS(759), - [anon_sym_0b] = ACTIONS(759), - [anon_sym_0o] = ACTIONS(759), - [anon_sym_0x] = ACTIONS(759), - [sym_val_date] = ACTIONS(759), - [anon_sym_DQUOTE] = ACTIONS(759), - [sym__str_single_quotes] = ACTIONS(759), - [sym__str_back_ticks] = ACTIONS(759), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(759), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(759), - [anon_sym_CARET] = ACTIONS(759), + [anon_sym_export] = ACTIONS(1912), + [anon_sym_alias] = ACTIONS(1912), + [anon_sym_let] = ACTIONS(1912), + [anon_sym_let_DASHenv] = ACTIONS(1912), + [anon_sym_mut] = ACTIONS(1912), + [anon_sym_const] = ACTIONS(1912), + [sym_cmd_identifier] = ACTIONS(1912), + [anon_sym_SEMI] = ACTIONS(1912), + [anon_sym_LF] = ACTIONS(1914), + [anon_sym_def] = ACTIONS(1912), + [anon_sym_def_DASHenv] = ACTIONS(1912), + [anon_sym_export_DASHenv] = ACTIONS(1912), + [anon_sym_extern] = ACTIONS(1912), + [anon_sym_module] = ACTIONS(1912), + [anon_sym_use] = ACTIONS(1912), + [anon_sym_LBRACK] = ACTIONS(1912), + [anon_sym_LPAREN] = ACTIONS(1912), + [anon_sym_RPAREN] = ACTIONS(1912), + [anon_sym_DOLLAR] = ACTIONS(1912), + [anon_sym_error] = ACTIONS(1912), + [anon_sym_DASH] = ACTIONS(1912), + [anon_sym_break] = ACTIONS(1912), + [anon_sym_continue] = ACTIONS(1912), + [anon_sym_for] = ACTIONS(1912), + [anon_sym_loop] = ACTIONS(1912), + [anon_sym_while] = ACTIONS(1912), + [anon_sym_do] = ACTIONS(1912), + [anon_sym_if] = ACTIONS(1912), + [anon_sym_match] = ACTIONS(1912), + [anon_sym_LBRACE] = ACTIONS(1912), + [anon_sym_RBRACE] = ACTIONS(1912), + [anon_sym_try] = ACTIONS(1912), + [anon_sym_return] = ACTIONS(1912), + [anon_sym_source] = ACTIONS(1912), + [anon_sym_source_DASHenv] = ACTIONS(1912), + [anon_sym_register] = ACTIONS(1912), + [anon_sym_hide] = ACTIONS(1912), + [anon_sym_hide_DASHenv] = ACTIONS(1912), + [anon_sym_overlay] = ACTIONS(1912), + [anon_sym_where] = ACTIONS(1912), + [anon_sym_not] = ACTIONS(1912), + [anon_sym_DOT_DOT_LT] = ACTIONS(1912), + [anon_sym_DOT_DOT] = ACTIONS(1912), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1912), + [sym_val_nothing] = ACTIONS(1912), + [anon_sym_true] = ACTIONS(1912), + [anon_sym_false] = ACTIONS(1912), + [aux_sym_val_number_token1] = ACTIONS(1912), + [aux_sym_val_number_token2] = ACTIONS(1912), + [aux_sym_val_number_token3] = ACTIONS(1912), + [aux_sym_val_number_token4] = ACTIONS(1912), + [anon_sym_inf] = ACTIONS(1912), + [anon_sym_DASHinf] = ACTIONS(1912), + [anon_sym_NaN] = ACTIONS(1912), + [anon_sym_0b] = ACTIONS(1912), + [anon_sym_0o] = ACTIONS(1912), + [anon_sym_0x] = ACTIONS(1912), + [sym_val_date] = ACTIONS(1912), + [anon_sym_DQUOTE] = ACTIONS(1912), + [sym__str_single_quotes] = ACTIONS(1912), + [sym__str_back_ticks] = ACTIONS(1912), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1912), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1912), + [anon_sym_CARET] = ACTIONS(1912), [anon_sym_POUND] = ACTIONS(3), }, [850] = { [sym_comment] = STATE(850), - [anon_sym_export] = ACTIONS(1914), - [anon_sym_alias] = ACTIONS(1914), - [anon_sym_let] = ACTIONS(1914), - [anon_sym_let_DASHenv] = ACTIONS(1914), - [anon_sym_mut] = ACTIONS(1914), - [anon_sym_const] = ACTIONS(1914), - [sym_cmd_identifier] = ACTIONS(1914), - [anon_sym_SEMI] = ACTIONS(1914), - [anon_sym_LF] = ACTIONS(1916), - [anon_sym_def] = ACTIONS(1914), - [anon_sym_def_DASHenv] = ACTIONS(1914), - [anon_sym_export_DASHenv] = ACTIONS(1914), - [anon_sym_extern] = ACTIONS(1914), - [anon_sym_module] = ACTIONS(1914), - [anon_sym_use] = ACTIONS(1914), - [anon_sym_LBRACK] = ACTIONS(1914), - [anon_sym_LPAREN] = ACTIONS(1914), - [anon_sym_RPAREN] = ACTIONS(1914), - [anon_sym_DOLLAR] = ACTIONS(1914), - [anon_sym_error] = ACTIONS(1914), - [anon_sym_DASH] = ACTIONS(1914), - [anon_sym_break] = ACTIONS(1914), - [anon_sym_continue] = ACTIONS(1914), - [anon_sym_for] = ACTIONS(1914), - [anon_sym_loop] = ACTIONS(1914), - [anon_sym_while] = ACTIONS(1914), - [anon_sym_do] = ACTIONS(1914), - [anon_sym_if] = ACTIONS(1914), - [anon_sym_match] = ACTIONS(1914), - [anon_sym_LBRACE] = ACTIONS(1914), - [anon_sym_RBRACE] = ACTIONS(1914), - [anon_sym_try] = ACTIONS(1914), - [anon_sym_return] = ACTIONS(1914), - [anon_sym_source] = ACTIONS(1914), - [anon_sym_source_DASHenv] = ACTIONS(1914), - [anon_sym_register] = ACTIONS(1914), - [anon_sym_hide] = ACTIONS(1914), - [anon_sym_hide_DASHenv] = ACTIONS(1914), - [anon_sym_overlay] = ACTIONS(1914), - [anon_sym_where] = ACTIONS(1914), - [anon_sym_not] = ACTIONS(1914), - [anon_sym_DOT_DOT_LT] = ACTIONS(1914), - [anon_sym_DOT_DOT] = ACTIONS(1914), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1914), - [sym_val_nothing] = ACTIONS(1914), - [anon_sym_true] = ACTIONS(1914), - [anon_sym_false] = ACTIONS(1914), - [aux_sym_val_number_token1] = ACTIONS(1914), - [aux_sym_val_number_token2] = ACTIONS(1914), - [aux_sym_val_number_token3] = ACTIONS(1914), - [aux_sym_val_number_token4] = ACTIONS(1914), - [anon_sym_inf] = ACTIONS(1914), - [anon_sym_DASHinf] = ACTIONS(1914), - [anon_sym_NaN] = ACTIONS(1914), - [anon_sym_0b] = ACTIONS(1914), - [anon_sym_0o] = ACTIONS(1914), - [anon_sym_0x] = ACTIONS(1914), - [sym_val_date] = ACTIONS(1914), - [anon_sym_DQUOTE] = ACTIONS(1914), - [sym__str_single_quotes] = ACTIONS(1914), - [sym__str_back_ticks] = ACTIONS(1914), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1914), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1914), - [anon_sym_CARET] = ACTIONS(1914), + [ts_builtin_sym_end] = ACTIONS(783), + [anon_sym_export] = ACTIONS(781), + [anon_sym_alias] = ACTIONS(781), + [anon_sym_let] = ACTIONS(781), + [anon_sym_let_DASHenv] = ACTIONS(781), + [anon_sym_mut] = ACTIONS(781), + [anon_sym_const] = ACTIONS(781), + [sym_cmd_identifier] = ACTIONS(781), + [anon_sym_SEMI] = ACTIONS(781), + [anon_sym_LF] = ACTIONS(783), + [anon_sym_def] = ACTIONS(781), + [anon_sym_def_DASHenv] = ACTIONS(781), + [anon_sym_export_DASHenv] = ACTIONS(781), + [anon_sym_extern] = ACTIONS(781), + [anon_sym_module] = ACTIONS(781), + [anon_sym_use] = ACTIONS(781), + [anon_sym_LBRACK] = ACTIONS(781), + [anon_sym_LPAREN] = ACTIONS(781), + [anon_sym_PIPE] = ACTIONS(781), + [anon_sym_DOLLAR] = ACTIONS(781), + [anon_sym_error] = ACTIONS(781), + [anon_sym_DASH] = ACTIONS(781), + [anon_sym_break] = ACTIONS(781), + [anon_sym_continue] = ACTIONS(781), + [anon_sym_for] = ACTIONS(781), + [anon_sym_loop] = ACTIONS(781), + [anon_sym_while] = ACTIONS(781), + [anon_sym_do] = ACTIONS(781), + [anon_sym_if] = ACTIONS(781), + [anon_sym_match] = ACTIONS(781), + [anon_sym_LBRACE] = ACTIONS(781), + [anon_sym_try] = ACTIONS(781), + [anon_sym_return] = ACTIONS(781), + [anon_sym_source] = ACTIONS(781), + [anon_sym_source_DASHenv] = ACTIONS(781), + [anon_sym_register] = ACTIONS(781), + [anon_sym_hide] = ACTIONS(781), + [anon_sym_hide_DASHenv] = ACTIONS(781), + [anon_sym_overlay] = ACTIONS(781), + [anon_sym_where] = ACTIONS(781), + [anon_sym_not] = ACTIONS(781), + [anon_sym_DOT_DOT_LT] = ACTIONS(781), + [anon_sym_DOT_DOT] = ACTIONS(781), + [anon_sym_DOT_DOT_EQ] = ACTIONS(781), + [sym_val_nothing] = ACTIONS(781), + [anon_sym_true] = ACTIONS(781), + [anon_sym_false] = ACTIONS(781), + [aux_sym_val_number_token1] = ACTIONS(781), + [aux_sym_val_number_token2] = ACTIONS(781), + [aux_sym_val_number_token3] = ACTIONS(781), + [aux_sym_val_number_token4] = ACTIONS(781), + [anon_sym_inf] = ACTIONS(781), + [anon_sym_DASHinf] = ACTIONS(781), + [anon_sym_NaN] = ACTIONS(781), + [anon_sym_0b] = ACTIONS(781), + [anon_sym_0o] = ACTIONS(781), + [anon_sym_0x] = ACTIONS(781), + [sym_val_date] = ACTIONS(781), + [anon_sym_DQUOTE] = ACTIONS(781), + [sym__str_single_quotes] = ACTIONS(781), + [sym__str_back_ticks] = ACTIONS(781), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(781), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(781), + [anon_sym_CARET] = ACTIONS(781), [anon_sym_POUND] = ACTIONS(3), }, [851] = { [sym_comment] = STATE(851), - [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), - [sym_cmd_identifier] = ACTIONS(1918), - [anon_sym_SEMI] = ACTIONS(1918), - [anon_sym_LF] = ACTIONS(1920), - [anon_sym_def] = ACTIONS(1918), - [anon_sym_def_DASHenv] = 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_LBRACK] = ACTIONS(1918), - [anon_sym_LPAREN] = ACTIONS(1918), - [anon_sym_RPAREN] = ACTIONS(1918), - [anon_sym_DOLLAR] = ACTIONS(1918), - [anon_sym_error] = ACTIONS(1918), - [anon_sym_DASH] = ACTIONS(1918), - [anon_sym_break] = ACTIONS(1918), - [anon_sym_continue] = ACTIONS(1918), - [anon_sym_for] = ACTIONS(1918), - [anon_sym_loop] = ACTIONS(1918), - [anon_sym_while] = ACTIONS(1918), - [anon_sym_do] = ACTIONS(1918), - [anon_sym_if] = ACTIONS(1918), - [anon_sym_match] = ACTIONS(1918), - [anon_sym_LBRACE] = ACTIONS(1918), - [anon_sym_RBRACE] = ACTIONS(1918), - [anon_sym_try] = 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_where] = ACTIONS(1918), - [anon_sym_not] = ACTIONS(1918), - [anon_sym_DOT_DOT_LT] = ACTIONS(1918), - [anon_sym_DOT_DOT] = ACTIONS(1918), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1918), - [sym_val_nothing] = ACTIONS(1918), - [anon_sym_true] = ACTIONS(1918), - [anon_sym_false] = 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), - [anon_sym_inf] = ACTIONS(1918), - [anon_sym_DASHinf] = ACTIONS(1918), - [anon_sym_NaN] = ACTIONS(1918), - [anon_sym_0b] = ACTIONS(1918), - [anon_sym_0o] = ACTIONS(1918), - [anon_sym_0x] = ACTIONS(1918), - [sym_val_date] = ACTIONS(1918), - [anon_sym_DQUOTE] = ACTIONS(1918), - [sym__str_single_quotes] = ACTIONS(1918), - [sym__str_back_ticks] = ACTIONS(1918), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1918), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1918), - [anon_sym_CARET] = ACTIONS(1918), - [anon_sym_POUND] = ACTIONS(3), - }, - [852] = { - [sym_comment] = STATE(852), [ts_builtin_sym_end] = ACTIONS(1692), [anon_sym_export] = ACTIONS(1690), [anon_sym_alias] = ACTIONS(1690), @@ -119391,932 +119328,251 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_loop] = ACTIONS(1690), [anon_sym_while] = ACTIONS(1690), [anon_sym_do] = ACTIONS(1690), - [anon_sym_if] = ACTIONS(1690), - [anon_sym_match] = ACTIONS(1690), - [anon_sym_LBRACE] = ACTIONS(1690), - [anon_sym_try] = ACTIONS(1690), - [anon_sym_return] = ACTIONS(1690), - [anon_sym_source] = ACTIONS(1690), - [anon_sym_source_DASHenv] = ACTIONS(1690), - [anon_sym_register] = ACTIONS(1690), - [anon_sym_hide] = ACTIONS(1690), - [anon_sym_hide_DASHenv] = ACTIONS(1690), - [anon_sym_overlay] = ACTIONS(1690), - [anon_sym_STAR] = ACTIONS(1690), - [anon_sym_where] = ACTIONS(1690), - [anon_sym_not] = ACTIONS(1690), - [anon_sym_DOT_DOT_LT] = ACTIONS(1690), - [anon_sym_DOT_DOT] = ACTIONS(1690), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1690), - [sym_val_nothing] = ACTIONS(1690), - [anon_sym_true] = ACTIONS(1690), - [anon_sym_false] = ACTIONS(1690), - [aux_sym_val_number_token1] = ACTIONS(1690), - [aux_sym_val_number_token2] = ACTIONS(1690), - [aux_sym_val_number_token3] = ACTIONS(1690), - [aux_sym_val_number_token4] = ACTIONS(1690), - [anon_sym_inf] = ACTIONS(1690), - [anon_sym_DASHinf] = ACTIONS(1690), - [anon_sym_NaN] = ACTIONS(1690), - [anon_sym_0b] = ACTIONS(1690), - [anon_sym_0o] = ACTIONS(1690), - [anon_sym_0x] = ACTIONS(1690), - [sym_val_date] = ACTIONS(1690), - [anon_sym_DQUOTE] = ACTIONS(1690), - [sym__str_single_quotes] = ACTIONS(1690), - [sym__str_back_ticks] = ACTIONS(1690), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1690), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1690), - [anon_sym_CARET] = ACTIONS(1690), - [anon_sym_POUND] = ACTIONS(3), - }, - [853] = { - [sym_comment] = STATE(853), - [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), - [sym_cmd_identifier] = ACTIONS(1922), - [anon_sym_SEMI] = ACTIONS(1922), - [anon_sym_LF] = ACTIONS(1924), - [anon_sym_def] = ACTIONS(1922), - [anon_sym_def_DASHenv] = 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_LBRACK] = ACTIONS(1922), - [anon_sym_LPAREN] = ACTIONS(1922), - [anon_sym_RPAREN] = ACTIONS(1922), - [anon_sym_DOLLAR] = ACTIONS(1922), - [anon_sym_error] = ACTIONS(1922), - [anon_sym_DASH] = ACTIONS(1922), - [anon_sym_break] = ACTIONS(1922), - [anon_sym_continue] = ACTIONS(1922), - [anon_sym_for] = ACTIONS(1922), - [anon_sym_loop] = ACTIONS(1922), - [anon_sym_while] = ACTIONS(1922), - [anon_sym_do] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(1922), - [anon_sym_match] = ACTIONS(1922), - [anon_sym_LBRACE] = ACTIONS(1922), - [anon_sym_RBRACE] = ACTIONS(1922), - [anon_sym_try] = 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_where] = ACTIONS(1922), - [anon_sym_not] = ACTIONS(1922), - [anon_sym_DOT_DOT_LT] = ACTIONS(1922), - [anon_sym_DOT_DOT] = ACTIONS(1922), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1922), - [sym_val_nothing] = ACTIONS(1922), - [anon_sym_true] = ACTIONS(1922), - [anon_sym_false] = 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), - [anon_sym_inf] = ACTIONS(1922), - [anon_sym_DASHinf] = ACTIONS(1922), - [anon_sym_NaN] = ACTIONS(1922), - [anon_sym_0b] = ACTIONS(1922), - [anon_sym_0o] = ACTIONS(1922), - [anon_sym_0x] = ACTIONS(1922), - [sym_val_date] = ACTIONS(1922), - [anon_sym_DQUOTE] = ACTIONS(1922), - [sym__str_single_quotes] = ACTIONS(1922), - [sym__str_back_ticks] = ACTIONS(1922), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1922), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1922), - [anon_sym_CARET] = ACTIONS(1922), - [anon_sym_POUND] = ACTIONS(3), - }, - [854] = { - [sym_comment] = STATE(854), - [anon_sym_export] = ACTIONS(1926), - [anon_sym_alias] = ACTIONS(1926), - [anon_sym_let] = ACTIONS(1926), - [anon_sym_let_DASHenv] = ACTIONS(1926), - [anon_sym_mut] = ACTIONS(1926), - [anon_sym_const] = ACTIONS(1926), - [sym_cmd_identifier] = ACTIONS(1926), - [anon_sym_SEMI] = ACTIONS(1926), - [anon_sym_LF] = ACTIONS(1928), - [anon_sym_def] = ACTIONS(1926), - [anon_sym_def_DASHenv] = ACTIONS(1926), - [anon_sym_export_DASHenv] = ACTIONS(1926), - [anon_sym_extern] = ACTIONS(1926), - [anon_sym_module] = ACTIONS(1926), - [anon_sym_use] = ACTIONS(1926), - [anon_sym_LBRACK] = ACTIONS(1926), - [anon_sym_LPAREN] = ACTIONS(1926), - [anon_sym_RPAREN] = ACTIONS(1926), - [anon_sym_DOLLAR] = ACTIONS(1926), - [anon_sym_error] = ACTIONS(1926), - [anon_sym_DASH] = ACTIONS(1926), - [anon_sym_break] = ACTIONS(1926), - [anon_sym_continue] = ACTIONS(1926), - [anon_sym_for] = ACTIONS(1926), - [anon_sym_loop] = ACTIONS(1926), - [anon_sym_while] = ACTIONS(1926), - [anon_sym_do] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(1926), - [anon_sym_match] = ACTIONS(1926), - [anon_sym_LBRACE] = ACTIONS(1926), - [anon_sym_RBRACE] = ACTIONS(1926), - [anon_sym_try] = ACTIONS(1926), - [anon_sym_return] = ACTIONS(1926), - [anon_sym_source] = ACTIONS(1926), - [anon_sym_source_DASHenv] = ACTIONS(1926), - [anon_sym_register] = ACTIONS(1926), - [anon_sym_hide] = ACTIONS(1926), - [anon_sym_hide_DASHenv] = ACTIONS(1926), - [anon_sym_overlay] = ACTIONS(1926), - [anon_sym_where] = ACTIONS(1926), - [anon_sym_not] = ACTIONS(1926), - [anon_sym_DOT_DOT_LT] = ACTIONS(1926), - [anon_sym_DOT_DOT] = ACTIONS(1926), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1926), - [sym_val_nothing] = ACTIONS(1926), - [anon_sym_true] = ACTIONS(1926), - [anon_sym_false] = ACTIONS(1926), - [aux_sym_val_number_token1] = ACTIONS(1926), - [aux_sym_val_number_token2] = ACTIONS(1926), - [aux_sym_val_number_token3] = ACTIONS(1926), - [aux_sym_val_number_token4] = ACTIONS(1926), - [anon_sym_inf] = ACTIONS(1926), - [anon_sym_DASHinf] = ACTIONS(1926), - [anon_sym_NaN] = ACTIONS(1926), - [anon_sym_0b] = ACTIONS(1926), - [anon_sym_0o] = ACTIONS(1926), - [anon_sym_0x] = ACTIONS(1926), - [sym_val_date] = ACTIONS(1926), - [anon_sym_DQUOTE] = ACTIONS(1926), - [sym__str_single_quotes] = ACTIONS(1926), - [sym__str_back_ticks] = ACTIONS(1926), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1926), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1926), - [anon_sym_CARET] = ACTIONS(1926), - [anon_sym_POUND] = ACTIONS(3), - }, - [855] = { - [sym_comment] = STATE(855), - [anon_sym_export] = ACTIONS(1930), - [anon_sym_alias] = ACTIONS(1930), - [anon_sym_let] = ACTIONS(1930), - [anon_sym_let_DASHenv] = ACTIONS(1930), - [anon_sym_mut] = ACTIONS(1930), - [anon_sym_const] = ACTIONS(1930), - [sym_cmd_identifier] = ACTIONS(1930), - [anon_sym_SEMI] = ACTIONS(1930), - [anon_sym_LF] = ACTIONS(1932), - [anon_sym_def] = ACTIONS(1930), - [anon_sym_def_DASHenv] = ACTIONS(1930), - [anon_sym_export_DASHenv] = ACTIONS(1930), - [anon_sym_extern] = ACTIONS(1930), - [anon_sym_module] = ACTIONS(1930), - [anon_sym_use] = ACTIONS(1930), - [anon_sym_LBRACK] = ACTIONS(1930), - [anon_sym_LPAREN] = ACTIONS(1930), - [anon_sym_RPAREN] = ACTIONS(1930), - [anon_sym_DOLLAR] = ACTIONS(1930), - [anon_sym_error] = ACTIONS(1930), - [anon_sym_DASH] = ACTIONS(1930), - [anon_sym_break] = ACTIONS(1930), - [anon_sym_continue] = ACTIONS(1930), - [anon_sym_for] = ACTIONS(1930), - [anon_sym_loop] = ACTIONS(1930), - [anon_sym_while] = ACTIONS(1930), - [anon_sym_do] = ACTIONS(1930), - [anon_sym_if] = ACTIONS(1930), - [anon_sym_match] = ACTIONS(1930), - [anon_sym_LBRACE] = ACTIONS(1930), - [anon_sym_RBRACE] = ACTIONS(1930), - [anon_sym_try] = ACTIONS(1930), - [anon_sym_return] = ACTIONS(1930), - [anon_sym_source] = ACTIONS(1930), - [anon_sym_source_DASHenv] = ACTIONS(1930), - [anon_sym_register] = ACTIONS(1930), - [anon_sym_hide] = ACTIONS(1930), - [anon_sym_hide_DASHenv] = ACTIONS(1930), - [anon_sym_overlay] = ACTIONS(1930), - [anon_sym_where] = ACTIONS(1930), - [anon_sym_not] = ACTIONS(1930), - [anon_sym_DOT_DOT_LT] = ACTIONS(1930), - [anon_sym_DOT_DOT] = ACTIONS(1930), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1930), - [sym_val_nothing] = ACTIONS(1930), - [anon_sym_true] = ACTIONS(1930), - [anon_sym_false] = ACTIONS(1930), - [aux_sym_val_number_token1] = ACTIONS(1930), - [aux_sym_val_number_token2] = ACTIONS(1930), - [aux_sym_val_number_token3] = ACTIONS(1930), - [aux_sym_val_number_token4] = ACTIONS(1930), - [anon_sym_inf] = ACTIONS(1930), - [anon_sym_DASHinf] = ACTIONS(1930), - [anon_sym_NaN] = ACTIONS(1930), - [anon_sym_0b] = ACTIONS(1930), - [anon_sym_0o] = ACTIONS(1930), - [anon_sym_0x] = ACTIONS(1930), - [sym_val_date] = ACTIONS(1930), - [anon_sym_DQUOTE] = ACTIONS(1930), - [sym__str_single_quotes] = ACTIONS(1930), - [sym__str_back_ticks] = ACTIONS(1930), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1930), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1930), - [anon_sym_CARET] = ACTIONS(1930), - [anon_sym_POUND] = ACTIONS(3), - }, - [856] = { - [sym_comment] = STATE(856), - [anon_sym_export] = ACTIONS(1926), - [anon_sym_alias] = ACTIONS(1926), - [anon_sym_let] = ACTIONS(1926), - [anon_sym_let_DASHenv] = ACTIONS(1926), - [anon_sym_mut] = ACTIONS(1926), - [anon_sym_const] = ACTIONS(1926), - [sym_cmd_identifier] = ACTIONS(1926), - [anon_sym_SEMI] = ACTIONS(1926), - [anon_sym_LF] = ACTIONS(1928), - [anon_sym_def] = ACTIONS(1926), - [anon_sym_def_DASHenv] = ACTIONS(1926), - [anon_sym_export_DASHenv] = ACTIONS(1926), - [anon_sym_extern] = ACTIONS(1926), - [anon_sym_module] = ACTIONS(1926), - [anon_sym_use] = ACTIONS(1926), - [anon_sym_LBRACK] = ACTIONS(1926), - [anon_sym_LPAREN] = ACTIONS(1926), - [anon_sym_RPAREN] = ACTIONS(1926), - [anon_sym_DOLLAR] = ACTIONS(1926), - [anon_sym_error] = ACTIONS(1926), - [anon_sym_DASH] = ACTIONS(1926), - [anon_sym_break] = ACTIONS(1926), - [anon_sym_continue] = ACTIONS(1926), - [anon_sym_for] = ACTIONS(1926), - [anon_sym_loop] = ACTIONS(1926), - [anon_sym_while] = ACTIONS(1926), - [anon_sym_do] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(1926), - [anon_sym_match] = ACTIONS(1926), - [anon_sym_LBRACE] = ACTIONS(1926), - [anon_sym_RBRACE] = ACTIONS(1926), - [anon_sym_try] = ACTIONS(1926), - [anon_sym_return] = ACTIONS(1926), - [anon_sym_source] = ACTIONS(1926), - [anon_sym_source_DASHenv] = ACTIONS(1926), - [anon_sym_register] = ACTIONS(1926), - [anon_sym_hide] = ACTIONS(1926), - [anon_sym_hide_DASHenv] = ACTIONS(1926), - [anon_sym_overlay] = ACTIONS(1926), - [anon_sym_where] = ACTIONS(1926), - [anon_sym_not] = ACTIONS(1926), - [anon_sym_DOT_DOT_LT] = ACTIONS(1926), - [anon_sym_DOT_DOT] = ACTIONS(1926), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1926), - [sym_val_nothing] = ACTIONS(1926), - [anon_sym_true] = ACTIONS(1926), - [anon_sym_false] = ACTIONS(1926), - [aux_sym_val_number_token1] = ACTIONS(1926), - [aux_sym_val_number_token2] = ACTIONS(1926), - [aux_sym_val_number_token3] = ACTIONS(1926), - [aux_sym_val_number_token4] = ACTIONS(1926), - [anon_sym_inf] = ACTIONS(1926), - [anon_sym_DASHinf] = ACTIONS(1926), - [anon_sym_NaN] = ACTIONS(1926), - [anon_sym_0b] = ACTIONS(1926), - [anon_sym_0o] = ACTIONS(1926), - [anon_sym_0x] = ACTIONS(1926), - [sym_val_date] = ACTIONS(1926), - [anon_sym_DQUOTE] = ACTIONS(1926), - [sym__str_single_quotes] = ACTIONS(1926), - [sym__str_back_ticks] = ACTIONS(1926), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1926), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1926), - [anon_sym_CARET] = ACTIONS(1926), - [anon_sym_POUND] = ACTIONS(3), - }, - [857] = { - [sym_comment] = STATE(857), - [anon_sym_export] = ACTIONS(1934), - [anon_sym_alias] = ACTIONS(1934), - [anon_sym_let] = ACTIONS(1934), - [anon_sym_let_DASHenv] = ACTIONS(1934), - [anon_sym_mut] = ACTIONS(1934), - [anon_sym_const] = ACTIONS(1934), - [sym_cmd_identifier] = ACTIONS(1934), - [anon_sym_SEMI] = ACTIONS(1934), - [anon_sym_LF] = ACTIONS(1936), - [anon_sym_def] = ACTIONS(1934), - [anon_sym_def_DASHenv] = ACTIONS(1934), - [anon_sym_export_DASHenv] = ACTIONS(1934), - [anon_sym_extern] = ACTIONS(1934), - [anon_sym_module] = ACTIONS(1934), - [anon_sym_use] = ACTIONS(1934), - [anon_sym_LBRACK] = ACTIONS(1934), - [anon_sym_LPAREN] = ACTIONS(1934), - [anon_sym_RPAREN] = ACTIONS(1934), - [anon_sym_DOLLAR] = ACTIONS(1934), - [anon_sym_error] = ACTIONS(1934), - [anon_sym_DASH] = ACTIONS(1934), - [anon_sym_break] = ACTIONS(1934), - [anon_sym_continue] = ACTIONS(1934), - [anon_sym_for] = ACTIONS(1934), - [anon_sym_loop] = ACTIONS(1934), - [anon_sym_while] = ACTIONS(1934), - [anon_sym_do] = ACTIONS(1934), - [anon_sym_if] = ACTIONS(1934), - [anon_sym_match] = ACTIONS(1934), - [anon_sym_LBRACE] = ACTIONS(1934), - [anon_sym_RBRACE] = ACTIONS(1934), - [anon_sym_try] = ACTIONS(1934), - [anon_sym_return] = ACTIONS(1934), - [anon_sym_source] = ACTIONS(1934), - [anon_sym_source_DASHenv] = ACTIONS(1934), - [anon_sym_register] = ACTIONS(1934), - [anon_sym_hide] = ACTIONS(1934), - [anon_sym_hide_DASHenv] = ACTIONS(1934), - [anon_sym_overlay] = ACTIONS(1934), - [anon_sym_where] = ACTIONS(1934), - [anon_sym_not] = ACTIONS(1934), - [anon_sym_DOT_DOT_LT] = ACTIONS(1934), - [anon_sym_DOT_DOT] = ACTIONS(1934), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1934), - [sym_val_nothing] = ACTIONS(1934), - [anon_sym_true] = ACTIONS(1934), - [anon_sym_false] = ACTIONS(1934), - [aux_sym_val_number_token1] = ACTIONS(1934), - [aux_sym_val_number_token2] = ACTIONS(1934), - [aux_sym_val_number_token3] = ACTIONS(1934), - [aux_sym_val_number_token4] = ACTIONS(1934), - [anon_sym_inf] = ACTIONS(1934), - [anon_sym_DASHinf] = ACTIONS(1934), - [anon_sym_NaN] = ACTIONS(1934), - [anon_sym_0b] = ACTIONS(1934), - [anon_sym_0o] = ACTIONS(1934), - [anon_sym_0x] = ACTIONS(1934), - [sym_val_date] = ACTIONS(1934), - [anon_sym_DQUOTE] = ACTIONS(1934), - [sym__str_single_quotes] = ACTIONS(1934), - [sym__str_back_ticks] = ACTIONS(1934), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1934), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1934), - [anon_sym_CARET] = ACTIONS(1934), - [anon_sym_POUND] = ACTIONS(3), - }, - [858] = { - [sym_comment] = STATE(858), - [ts_builtin_sym_end] = ACTIONS(1722), - [anon_sym_export] = ACTIONS(1720), - [anon_sym_alias] = ACTIONS(1720), - [anon_sym_let] = ACTIONS(1720), - [anon_sym_let_DASHenv] = ACTIONS(1720), - [anon_sym_mut] = ACTIONS(1720), - [anon_sym_const] = ACTIONS(1720), - [sym_cmd_identifier] = ACTIONS(1720), - [anon_sym_SEMI] = ACTIONS(1720), - [anon_sym_LF] = ACTIONS(1722), - [anon_sym_def] = ACTIONS(1720), - [anon_sym_def_DASHenv] = ACTIONS(1720), - [anon_sym_export_DASHenv] = ACTIONS(1720), - [anon_sym_extern] = ACTIONS(1720), - [anon_sym_module] = ACTIONS(1720), - [anon_sym_use] = ACTIONS(1720), - [anon_sym_LBRACK] = ACTIONS(1720), - [anon_sym_LPAREN] = ACTIONS(1720), - [anon_sym_DOLLAR] = ACTIONS(1720), - [anon_sym_error] = ACTIONS(1720), - [anon_sym_DASH] = ACTIONS(1720), - [anon_sym_break] = ACTIONS(1720), - [anon_sym_continue] = ACTIONS(1720), - [anon_sym_for] = ACTIONS(1720), - [anon_sym_loop] = ACTIONS(1720), - [anon_sym_while] = ACTIONS(1720), - [anon_sym_do] = ACTIONS(1720), - [anon_sym_if] = ACTIONS(1720), - [anon_sym_match] = ACTIONS(1720), - [anon_sym_LBRACE] = ACTIONS(1720), - [anon_sym_try] = ACTIONS(1720), - [anon_sym_return] = ACTIONS(1720), - [anon_sym_source] = ACTIONS(1720), - [anon_sym_source_DASHenv] = ACTIONS(1720), - [anon_sym_register] = ACTIONS(1720), - [anon_sym_hide] = ACTIONS(1720), - [anon_sym_hide_DASHenv] = ACTIONS(1720), - [anon_sym_overlay] = ACTIONS(1720), - [anon_sym_STAR] = ACTIONS(1720), - [anon_sym_where] = ACTIONS(1720), - [anon_sym_not] = ACTIONS(1720), - [anon_sym_DOT_DOT_LT] = ACTIONS(1720), - [anon_sym_DOT_DOT] = ACTIONS(1720), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1720), - [sym_val_nothing] = ACTIONS(1720), - [anon_sym_true] = ACTIONS(1720), - [anon_sym_false] = ACTIONS(1720), - [aux_sym_val_number_token1] = ACTIONS(1720), - [aux_sym_val_number_token2] = ACTIONS(1720), - [aux_sym_val_number_token3] = ACTIONS(1720), - [aux_sym_val_number_token4] = ACTIONS(1720), - [anon_sym_inf] = ACTIONS(1720), - [anon_sym_DASHinf] = ACTIONS(1720), - [anon_sym_NaN] = ACTIONS(1720), - [anon_sym_0b] = ACTIONS(1720), - [anon_sym_0o] = ACTIONS(1720), - [anon_sym_0x] = ACTIONS(1720), - [sym_val_date] = ACTIONS(1720), - [anon_sym_DQUOTE] = ACTIONS(1720), - [sym__str_single_quotes] = ACTIONS(1720), - [sym__str_back_ticks] = ACTIONS(1720), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1720), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1720), - [anon_sym_CARET] = ACTIONS(1720), - [anon_sym_POUND] = ACTIONS(3), - }, - [859] = { - [sym_comment] = STATE(859), - [ts_builtin_sym_end] = ACTIONS(1730), - [anon_sym_export] = ACTIONS(1728), - [anon_sym_alias] = ACTIONS(1728), - [anon_sym_let] = ACTIONS(1728), - [anon_sym_let_DASHenv] = ACTIONS(1728), - [anon_sym_mut] = ACTIONS(1728), - [anon_sym_const] = ACTIONS(1728), - [sym_cmd_identifier] = ACTIONS(1728), - [anon_sym_SEMI] = ACTIONS(1728), - [anon_sym_LF] = ACTIONS(1730), - [anon_sym_def] = ACTIONS(1728), - [anon_sym_def_DASHenv] = ACTIONS(1728), - [anon_sym_export_DASHenv] = ACTIONS(1728), - [anon_sym_extern] = ACTIONS(1728), - [anon_sym_module] = ACTIONS(1728), - [anon_sym_use] = ACTIONS(1728), - [anon_sym_LBRACK] = ACTIONS(1728), - [anon_sym_LPAREN] = ACTIONS(1728), - [anon_sym_DOLLAR] = ACTIONS(1728), - [anon_sym_error] = ACTIONS(1728), - [anon_sym_DASH] = ACTIONS(1728), - [anon_sym_break] = ACTIONS(1728), - [anon_sym_continue] = ACTIONS(1728), - [anon_sym_for] = ACTIONS(1728), - [anon_sym_loop] = ACTIONS(1728), - [anon_sym_while] = ACTIONS(1728), - [anon_sym_do] = ACTIONS(1728), - [anon_sym_if] = ACTIONS(1728), - [anon_sym_match] = ACTIONS(1728), - [anon_sym_LBRACE] = ACTIONS(1728), - [anon_sym_try] = ACTIONS(1728), - [anon_sym_return] = ACTIONS(1728), - [anon_sym_source] = ACTIONS(1728), - [anon_sym_source_DASHenv] = ACTIONS(1728), - [anon_sym_register] = ACTIONS(1728), - [anon_sym_hide] = ACTIONS(1728), - [anon_sym_hide_DASHenv] = ACTIONS(1728), - [anon_sym_overlay] = ACTIONS(1728), - [anon_sym_STAR] = ACTIONS(1728), - [anon_sym_where] = ACTIONS(1728), - [anon_sym_not] = ACTIONS(1728), - [anon_sym_DOT_DOT_LT] = ACTIONS(1728), - [anon_sym_DOT_DOT] = ACTIONS(1728), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1728), - [sym_val_nothing] = ACTIONS(1728), - [anon_sym_true] = ACTIONS(1728), - [anon_sym_false] = ACTIONS(1728), - [aux_sym_val_number_token1] = ACTIONS(1728), - [aux_sym_val_number_token2] = ACTIONS(1728), - [aux_sym_val_number_token3] = ACTIONS(1728), - [aux_sym_val_number_token4] = ACTIONS(1728), - [anon_sym_inf] = ACTIONS(1728), - [anon_sym_DASHinf] = ACTIONS(1728), - [anon_sym_NaN] = ACTIONS(1728), - [anon_sym_0b] = ACTIONS(1728), - [anon_sym_0o] = ACTIONS(1728), - [anon_sym_0x] = ACTIONS(1728), - [sym_val_date] = ACTIONS(1728), - [anon_sym_DQUOTE] = ACTIONS(1728), - [sym__str_single_quotes] = ACTIONS(1728), - [sym__str_back_ticks] = ACTIONS(1728), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1728), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1728), - [anon_sym_CARET] = ACTIONS(1728), - [anon_sym_POUND] = ACTIONS(3), - }, - [860] = { - [sym_comment] = STATE(860), - [ts_builtin_sym_end] = ACTIONS(680), - [anon_sym_export] = ACTIONS(678), - [anon_sym_alias] = ACTIONS(678), - [anon_sym_let] = ACTIONS(678), - [anon_sym_let_DASHenv] = ACTIONS(678), - [anon_sym_mut] = ACTIONS(678), - [anon_sym_const] = ACTIONS(678), - [sym_cmd_identifier] = ACTIONS(678), - [anon_sym_SEMI] = ACTIONS(678), - [anon_sym_LF] = ACTIONS(680), - [anon_sym_def] = ACTIONS(678), - [anon_sym_def_DASHenv] = ACTIONS(678), - [anon_sym_export_DASHenv] = ACTIONS(678), - [anon_sym_extern] = ACTIONS(678), - [anon_sym_module] = ACTIONS(678), - [anon_sym_use] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(678), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_PIPE] = ACTIONS(678), - [anon_sym_DOLLAR] = ACTIONS(678), - [anon_sym_error] = ACTIONS(678), - [anon_sym_DASH] = ACTIONS(678), - [anon_sym_break] = ACTIONS(678), - [anon_sym_continue] = ACTIONS(678), - [anon_sym_for] = ACTIONS(678), - [anon_sym_loop] = ACTIONS(678), - [anon_sym_while] = ACTIONS(678), - [anon_sym_do] = ACTIONS(678), - [anon_sym_if] = ACTIONS(678), - [anon_sym_match] = ACTIONS(678), - [anon_sym_LBRACE] = ACTIONS(678), - [anon_sym_try] = ACTIONS(678), - [anon_sym_return] = ACTIONS(678), - [anon_sym_source] = ACTIONS(678), - [anon_sym_source_DASHenv] = ACTIONS(678), - [anon_sym_register] = ACTIONS(678), - [anon_sym_hide] = ACTIONS(678), - [anon_sym_hide_DASHenv] = ACTIONS(678), - [anon_sym_overlay] = ACTIONS(678), - [anon_sym_where] = ACTIONS(678), - [anon_sym_not] = ACTIONS(678), - [anon_sym_DOT_DOT_LT] = ACTIONS(678), - [anon_sym_DOT_DOT] = ACTIONS(678), - [anon_sym_DOT_DOT_EQ] = ACTIONS(678), - [sym_val_nothing] = ACTIONS(678), - [anon_sym_true] = ACTIONS(678), - [anon_sym_false] = ACTIONS(678), - [aux_sym_val_number_token1] = ACTIONS(678), - [aux_sym_val_number_token2] = ACTIONS(678), - [aux_sym_val_number_token3] = ACTIONS(678), - [aux_sym_val_number_token4] = ACTIONS(678), - [anon_sym_inf] = ACTIONS(678), - [anon_sym_DASHinf] = ACTIONS(678), - [anon_sym_NaN] = ACTIONS(678), - [anon_sym_0b] = ACTIONS(678), - [anon_sym_0o] = ACTIONS(678), - [anon_sym_0x] = ACTIONS(678), - [sym_val_date] = ACTIONS(678), - [anon_sym_DQUOTE] = ACTIONS(678), - [sym__str_single_quotes] = ACTIONS(678), - [sym__str_back_ticks] = ACTIONS(678), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(678), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(678), - [anon_sym_CARET] = ACTIONS(678), - [anon_sym_POUND] = ACTIONS(3), - }, - [861] = { - [sym_comment] = STATE(861), - [anon_sym_export] = ACTIONS(1938), - [anon_sym_alias] = ACTIONS(1938), - [anon_sym_let] = ACTIONS(1938), - [anon_sym_let_DASHenv] = ACTIONS(1938), - [anon_sym_mut] = ACTIONS(1938), - [anon_sym_const] = ACTIONS(1938), - [sym_cmd_identifier] = ACTIONS(1938), - [anon_sym_SEMI] = ACTIONS(1938), - [anon_sym_LF] = ACTIONS(1940), - [anon_sym_def] = ACTIONS(1938), - [anon_sym_def_DASHenv] = ACTIONS(1938), - [anon_sym_export_DASHenv] = ACTIONS(1938), - [anon_sym_extern] = ACTIONS(1938), - [anon_sym_module] = ACTIONS(1938), - [anon_sym_use] = ACTIONS(1938), - [anon_sym_LBRACK] = ACTIONS(1938), - [anon_sym_LPAREN] = ACTIONS(1938), - [anon_sym_RPAREN] = ACTIONS(1938), - [anon_sym_DOLLAR] = ACTIONS(1938), - [anon_sym_error] = ACTIONS(1938), - [anon_sym_DASH] = ACTIONS(1938), - [anon_sym_break] = ACTIONS(1938), - [anon_sym_continue] = ACTIONS(1938), - [anon_sym_for] = ACTIONS(1938), - [anon_sym_loop] = ACTIONS(1938), - [anon_sym_while] = ACTIONS(1938), - [anon_sym_do] = ACTIONS(1938), - [anon_sym_if] = ACTIONS(1938), - [anon_sym_match] = ACTIONS(1938), - [anon_sym_LBRACE] = ACTIONS(1938), - [anon_sym_RBRACE] = ACTIONS(1938), - [anon_sym_try] = ACTIONS(1938), - [anon_sym_return] = ACTIONS(1938), - [anon_sym_source] = ACTIONS(1938), - [anon_sym_source_DASHenv] = ACTIONS(1938), - [anon_sym_register] = ACTIONS(1938), - [anon_sym_hide] = ACTIONS(1938), - [anon_sym_hide_DASHenv] = ACTIONS(1938), - [anon_sym_overlay] = ACTIONS(1938), - [anon_sym_where] = ACTIONS(1938), - [anon_sym_not] = ACTIONS(1938), - [anon_sym_DOT_DOT_LT] = ACTIONS(1938), - [anon_sym_DOT_DOT] = ACTIONS(1938), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1938), - [sym_val_nothing] = ACTIONS(1938), - [anon_sym_true] = ACTIONS(1938), - [anon_sym_false] = ACTIONS(1938), - [aux_sym_val_number_token1] = ACTIONS(1938), - [aux_sym_val_number_token2] = ACTIONS(1938), - [aux_sym_val_number_token3] = ACTIONS(1938), - [aux_sym_val_number_token4] = ACTIONS(1938), - [anon_sym_inf] = ACTIONS(1938), - [anon_sym_DASHinf] = ACTIONS(1938), - [anon_sym_NaN] = ACTIONS(1938), - [anon_sym_0b] = ACTIONS(1938), - [anon_sym_0o] = ACTIONS(1938), - [anon_sym_0x] = ACTIONS(1938), - [sym_val_date] = ACTIONS(1938), - [anon_sym_DQUOTE] = ACTIONS(1938), - [sym__str_single_quotes] = ACTIONS(1938), - [sym__str_back_ticks] = ACTIONS(1938), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1938), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1938), - [anon_sym_CARET] = ACTIONS(1938), - [anon_sym_POUND] = ACTIONS(3), - }, - [862] = { - [sym_comment] = STATE(862), - [ts_builtin_sym_end] = ACTIONS(912), - [anon_sym_export] = ACTIONS(910), - [anon_sym_alias] = ACTIONS(910), - [anon_sym_let] = ACTIONS(910), - [anon_sym_let_DASHenv] = ACTIONS(910), - [anon_sym_mut] = ACTIONS(910), - [anon_sym_const] = ACTIONS(910), - [sym_cmd_identifier] = ACTIONS(910), - [anon_sym_SEMI] = ACTIONS(910), - [anon_sym_LF] = ACTIONS(912), - [anon_sym_def] = ACTIONS(910), - [anon_sym_def_DASHenv] = ACTIONS(910), - [anon_sym_export_DASHenv] = ACTIONS(910), - [anon_sym_extern] = ACTIONS(910), - [anon_sym_module] = ACTIONS(910), - [anon_sym_use] = ACTIONS(910), - [anon_sym_LBRACK] = ACTIONS(910), - [anon_sym_LPAREN] = ACTIONS(910), - [anon_sym_PIPE] = ACTIONS(910), - [anon_sym_DOLLAR] = ACTIONS(910), - [anon_sym_error] = ACTIONS(910), - [anon_sym_DASH] = ACTIONS(910), - [anon_sym_break] = ACTIONS(910), - [anon_sym_continue] = ACTIONS(910), - [anon_sym_for] = ACTIONS(910), - [anon_sym_loop] = ACTIONS(910), - [anon_sym_while] = ACTIONS(910), - [anon_sym_do] = ACTIONS(910), - [anon_sym_if] = ACTIONS(910), - [anon_sym_match] = ACTIONS(910), - [anon_sym_LBRACE] = ACTIONS(910), - [anon_sym_try] = ACTIONS(910), - [anon_sym_return] = ACTIONS(910), - [anon_sym_source] = ACTIONS(910), - [anon_sym_source_DASHenv] = ACTIONS(910), - [anon_sym_register] = ACTIONS(910), - [anon_sym_hide] = ACTIONS(910), - [anon_sym_hide_DASHenv] = ACTIONS(910), - [anon_sym_overlay] = ACTIONS(910), - [anon_sym_where] = ACTIONS(910), - [anon_sym_not] = ACTIONS(910), - [anon_sym_DOT_DOT_LT] = ACTIONS(910), - [anon_sym_DOT_DOT] = ACTIONS(910), - [anon_sym_DOT_DOT_EQ] = ACTIONS(910), - [sym_val_nothing] = ACTIONS(910), - [anon_sym_true] = ACTIONS(910), - [anon_sym_false] = ACTIONS(910), - [aux_sym_val_number_token1] = ACTIONS(910), - [aux_sym_val_number_token2] = ACTIONS(910), - [aux_sym_val_number_token3] = ACTIONS(910), - [aux_sym_val_number_token4] = ACTIONS(910), - [anon_sym_inf] = ACTIONS(910), - [anon_sym_DASHinf] = ACTIONS(910), - [anon_sym_NaN] = ACTIONS(910), - [anon_sym_0b] = ACTIONS(910), - [anon_sym_0o] = ACTIONS(910), - [anon_sym_0x] = ACTIONS(910), - [sym_val_date] = ACTIONS(910), - [anon_sym_DQUOTE] = ACTIONS(910), - [sym__str_single_quotes] = ACTIONS(910), - [sym__str_back_ticks] = ACTIONS(910), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(910), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(910), - [anon_sym_CARET] = ACTIONS(910), - [anon_sym_POUND] = ACTIONS(3), - }, - [863] = { - [sym_val_record] = STATE(910), - [sym_comment] = STATE(863), - [ts_builtin_sym_end] = ACTIONS(1684), - [anon_sym_export] = ACTIONS(1682), - [anon_sym_alias] = ACTIONS(1682), - [anon_sym_let] = ACTIONS(1682), - [anon_sym_let_DASHenv] = ACTIONS(1682), - [anon_sym_mut] = ACTIONS(1682), - [anon_sym_const] = ACTIONS(1682), - [sym_cmd_identifier] = ACTIONS(1682), - [anon_sym_SEMI] = ACTIONS(1682), - [anon_sym_LF] = ACTIONS(1684), - [anon_sym_def] = ACTIONS(1682), - [anon_sym_def_DASHenv] = ACTIONS(1682), - [anon_sym_export_DASHenv] = ACTIONS(1682), - [anon_sym_extern] = ACTIONS(1682), - [anon_sym_module] = ACTIONS(1682), - [anon_sym_use] = ACTIONS(1682), - [anon_sym_LBRACK] = ACTIONS(1682), - [anon_sym_LPAREN] = ACTIONS(1682), - [anon_sym_DOLLAR] = ACTIONS(1682), - [anon_sym_error] = ACTIONS(1682), - [anon_sym_DASH] = ACTIONS(1682), - [anon_sym_break] = ACTIONS(1682), - [anon_sym_continue] = ACTIONS(1682), - [anon_sym_for] = ACTIONS(1682), - [anon_sym_loop] = ACTIONS(1682), - [anon_sym_while] = ACTIONS(1682), - [anon_sym_do] = ACTIONS(1682), - [anon_sym_if] = ACTIONS(1682), - [anon_sym_match] = ACTIONS(1682), - [anon_sym_LBRACE] = ACTIONS(1682), - [anon_sym_try] = ACTIONS(1682), - [anon_sym_return] = ACTIONS(1682), - [anon_sym_source] = ACTIONS(1682), - [anon_sym_source_DASHenv] = ACTIONS(1682), - [anon_sym_register] = ACTIONS(1682), - [anon_sym_hide] = ACTIONS(1682), - [anon_sym_hide_DASHenv] = ACTIONS(1682), - [anon_sym_overlay] = ACTIONS(1682), - [anon_sym_where] = ACTIONS(1682), - [anon_sym_not] = ACTIONS(1682), - [anon_sym_DOT_DOT_LT] = ACTIONS(1682), - [anon_sym_DOT_DOT] = ACTIONS(1682), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1682), - [sym_val_nothing] = ACTIONS(1682), - [anon_sym_true] = ACTIONS(1682), - [anon_sym_false] = ACTIONS(1682), - [aux_sym_val_number_token1] = ACTIONS(1682), - [aux_sym_val_number_token2] = ACTIONS(1682), - [aux_sym_val_number_token3] = ACTIONS(1682), - [aux_sym_val_number_token4] = ACTIONS(1682), - [anon_sym_inf] = ACTIONS(1682), - [anon_sym_DASHinf] = ACTIONS(1682), - [anon_sym_NaN] = ACTIONS(1682), - [anon_sym_0b] = ACTIONS(1682), - [anon_sym_0o] = ACTIONS(1682), - [anon_sym_0x] = ACTIONS(1682), - [sym_val_date] = ACTIONS(1682), - [anon_sym_DQUOTE] = ACTIONS(1682), - [sym__str_single_quotes] = ACTIONS(1682), - [sym__str_back_ticks] = ACTIONS(1682), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1682), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1682), - [anon_sym_CARET] = ACTIONS(1682), + [anon_sym_if] = ACTIONS(1690), + [anon_sym_match] = ACTIONS(1690), + [anon_sym_LBRACE] = ACTIONS(1690), + [anon_sym_try] = ACTIONS(1690), + [anon_sym_return] = ACTIONS(1690), + [anon_sym_source] = ACTIONS(1690), + [anon_sym_source_DASHenv] = ACTIONS(1690), + [anon_sym_register] = ACTIONS(1690), + [anon_sym_hide] = ACTIONS(1690), + [anon_sym_hide_DASHenv] = ACTIONS(1690), + [anon_sym_overlay] = ACTIONS(1690), + [anon_sym_STAR] = ACTIONS(1690), + [anon_sym_where] = ACTIONS(1690), + [anon_sym_not] = ACTIONS(1690), + [anon_sym_DOT_DOT_LT] = ACTIONS(1690), + [anon_sym_DOT_DOT] = ACTIONS(1690), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1690), + [sym_val_nothing] = ACTIONS(1690), + [anon_sym_true] = ACTIONS(1690), + [anon_sym_false] = ACTIONS(1690), + [aux_sym_val_number_token1] = ACTIONS(1690), + [aux_sym_val_number_token2] = ACTIONS(1690), + [aux_sym_val_number_token3] = ACTIONS(1690), + [aux_sym_val_number_token4] = ACTIONS(1690), + [anon_sym_inf] = ACTIONS(1690), + [anon_sym_DASHinf] = ACTIONS(1690), + [anon_sym_NaN] = ACTIONS(1690), + [anon_sym_0b] = ACTIONS(1690), + [anon_sym_0o] = ACTIONS(1690), + [anon_sym_0x] = ACTIONS(1690), + [sym_val_date] = ACTIONS(1690), + [anon_sym_DQUOTE] = ACTIONS(1690), + [sym__str_single_quotes] = ACTIONS(1690), + [sym__str_back_ticks] = ACTIONS(1690), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1690), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1690), + [anon_sym_CARET] = ACTIONS(1690), [anon_sym_POUND] = ACTIONS(3), }, - [864] = { - [sym_block] = STATE(969), - [sym_comment] = STATE(864), - [ts_builtin_sym_end] = ACTIONS(1670), - [anon_sym_export] = ACTIONS(1668), - [anon_sym_alias] = ACTIONS(1668), - [anon_sym_let] = ACTIONS(1668), - [anon_sym_let_DASHenv] = ACTIONS(1668), - [anon_sym_mut] = ACTIONS(1668), - [anon_sym_const] = ACTIONS(1668), - [sym_cmd_identifier] = ACTIONS(1668), - [anon_sym_SEMI] = ACTIONS(1668), - [anon_sym_LF] = ACTIONS(1670), - [anon_sym_def] = ACTIONS(1668), - [anon_sym_def_DASHenv] = ACTIONS(1668), - [anon_sym_export_DASHenv] = ACTIONS(1668), - [anon_sym_extern] = ACTIONS(1668), - [anon_sym_module] = ACTIONS(1668), - [anon_sym_use] = ACTIONS(1668), - [anon_sym_LBRACK] = ACTIONS(1668), - [anon_sym_LPAREN] = ACTIONS(1668), - [anon_sym_DOLLAR] = ACTIONS(1668), - [anon_sym_error] = ACTIONS(1668), - [anon_sym_DASH] = ACTIONS(1668), - [anon_sym_break] = ACTIONS(1668), - [anon_sym_continue] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1668), - [anon_sym_loop] = ACTIONS(1668), - [anon_sym_while] = ACTIONS(1668), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_if] = ACTIONS(1668), - [anon_sym_match] = ACTIONS(1668), - [anon_sym_LBRACE] = ACTIONS(1846), - [anon_sym_try] = ACTIONS(1668), - [anon_sym_return] = ACTIONS(1668), - [anon_sym_source] = ACTIONS(1668), - [anon_sym_source_DASHenv] = ACTIONS(1668), - [anon_sym_register] = ACTIONS(1668), - [anon_sym_hide] = ACTIONS(1668), - [anon_sym_hide_DASHenv] = ACTIONS(1668), - [anon_sym_overlay] = ACTIONS(1668), - [anon_sym_where] = ACTIONS(1668), - [anon_sym_not] = ACTIONS(1668), - [anon_sym_DOT_DOT_LT] = ACTIONS(1668), - [anon_sym_DOT_DOT] = ACTIONS(1668), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1668), - [sym_val_nothing] = ACTIONS(1668), - [anon_sym_true] = ACTIONS(1668), - [anon_sym_false] = ACTIONS(1668), - [aux_sym_val_number_token1] = ACTIONS(1668), - [aux_sym_val_number_token2] = ACTIONS(1668), - [aux_sym_val_number_token3] = ACTIONS(1668), - [aux_sym_val_number_token4] = ACTIONS(1668), - [anon_sym_inf] = ACTIONS(1668), - [anon_sym_DASHinf] = ACTIONS(1668), - [anon_sym_NaN] = ACTIONS(1668), - [anon_sym_0b] = ACTIONS(1668), - [anon_sym_0o] = ACTIONS(1668), - [anon_sym_0x] = ACTIONS(1668), - [sym_val_date] = ACTIONS(1668), - [anon_sym_DQUOTE] = ACTIONS(1668), - [sym__str_single_quotes] = ACTIONS(1668), - [sym__str_back_ticks] = ACTIONS(1668), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1668), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1668), - [anon_sym_CARET] = ACTIONS(1668), + [852] = { + [sym_comment] = STATE(852), + [anon_sym_export] = ACTIONS(1916), + [anon_sym_alias] = ACTIONS(1916), + [anon_sym_let] = ACTIONS(1916), + [anon_sym_let_DASHenv] = ACTIONS(1916), + [anon_sym_mut] = ACTIONS(1916), + [anon_sym_const] = ACTIONS(1916), + [sym_cmd_identifier] = ACTIONS(1916), + [anon_sym_SEMI] = ACTIONS(1916), + [anon_sym_LF] = ACTIONS(1918), + [anon_sym_def] = ACTIONS(1916), + [anon_sym_def_DASHenv] = ACTIONS(1916), + [anon_sym_export_DASHenv] = ACTIONS(1916), + [anon_sym_extern] = ACTIONS(1916), + [anon_sym_module] = ACTIONS(1916), + [anon_sym_use] = ACTIONS(1916), + [anon_sym_LBRACK] = ACTIONS(1916), + [anon_sym_LPAREN] = ACTIONS(1916), + [anon_sym_RPAREN] = ACTIONS(1916), + [anon_sym_DOLLAR] = ACTIONS(1916), + [anon_sym_error] = ACTIONS(1916), + [anon_sym_DASH] = ACTIONS(1916), + [anon_sym_break] = ACTIONS(1916), + [anon_sym_continue] = ACTIONS(1916), + [anon_sym_for] = ACTIONS(1916), + [anon_sym_loop] = ACTIONS(1916), + [anon_sym_while] = ACTIONS(1916), + [anon_sym_do] = ACTIONS(1916), + [anon_sym_if] = ACTIONS(1916), + [anon_sym_match] = ACTIONS(1916), + [anon_sym_LBRACE] = ACTIONS(1916), + [anon_sym_RBRACE] = ACTIONS(1916), + [anon_sym_try] = ACTIONS(1916), + [anon_sym_return] = ACTIONS(1916), + [anon_sym_source] = ACTIONS(1916), + [anon_sym_source_DASHenv] = ACTIONS(1916), + [anon_sym_register] = ACTIONS(1916), + [anon_sym_hide] = ACTIONS(1916), + [anon_sym_hide_DASHenv] = ACTIONS(1916), + [anon_sym_overlay] = ACTIONS(1916), + [anon_sym_where] = ACTIONS(1916), + [anon_sym_not] = ACTIONS(1916), + [anon_sym_DOT_DOT_LT] = ACTIONS(1916), + [anon_sym_DOT_DOT] = ACTIONS(1916), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1916), + [sym_val_nothing] = ACTIONS(1916), + [anon_sym_true] = ACTIONS(1916), + [anon_sym_false] = 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), + [anon_sym_inf] = ACTIONS(1916), + [anon_sym_DASHinf] = ACTIONS(1916), + [anon_sym_NaN] = 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), + [anon_sym_CARET] = ACTIONS(1916), [anon_sym_POUND] = ACTIONS(3), }, - [865] = { - [sym_block] = STATE(979), - [sym_comment] = STATE(865), - [ts_builtin_sym_end] = ACTIONS(1670), - [anon_sym_export] = ACTIONS(1668), - [anon_sym_alias] = ACTIONS(1668), - [anon_sym_let] = ACTIONS(1668), - [anon_sym_let_DASHenv] = ACTIONS(1668), - [anon_sym_mut] = ACTIONS(1668), - [anon_sym_const] = ACTIONS(1668), - [sym_cmd_identifier] = ACTIONS(1668), - [anon_sym_SEMI] = ACTIONS(1668), - [anon_sym_LF] = ACTIONS(1670), - [anon_sym_def] = ACTIONS(1668), - [anon_sym_def_DASHenv] = ACTIONS(1668), - [anon_sym_export_DASHenv] = ACTIONS(1668), - [anon_sym_extern] = ACTIONS(1668), - [anon_sym_module] = ACTIONS(1668), - [anon_sym_use] = ACTIONS(1668), - [anon_sym_LBRACK] = ACTIONS(1668), - [anon_sym_LPAREN] = ACTIONS(1668), - [anon_sym_DOLLAR] = ACTIONS(1668), - [anon_sym_error] = ACTIONS(1668), - [anon_sym_DASH] = ACTIONS(1668), - [anon_sym_break] = ACTIONS(1668), - [anon_sym_continue] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1668), - [anon_sym_loop] = ACTIONS(1668), - [anon_sym_while] = ACTIONS(1668), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_if] = ACTIONS(1668), - [anon_sym_match] = ACTIONS(1668), - [anon_sym_LBRACE] = ACTIONS(1846), - [anon_sym_try] = ACTIONS(1668), - [anon_sym_return] = ACTIONS(1668), - [anon_sym_source] = ACTIONS(1668), - [anon_sym_source_DASHenv] = ACTIONS(1668), - [anon_sym_register] = ACTIONS(1668), - [anon_sym_hide] = ACTIONS(1668), - [anon_sym_hide_DASHenv] = ACTIONS(1668), - [anon_sym_overlay] = ACTIONS(1668), - [anon_sym_where] = ACTIONS(1668), - [anon_sym_not] = ACTIONS(1668), - [anon_sym_DOT_DOT_LT] = ACTIONS(1668), - [anon_sym_DOT_DOT] = ACTIONS(1668), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1668), - [sym_val_nothing] = ACTIONS(1668), - [anon_sym_true] = ACTIONS(1668), - [anon_sym_false] = ACTIONS(1668), - [aux_sym_val_number_token1] = ACTIONS(1668), - [aux_sym_val_number_token2] = ACTIONS(1668), - [aux_sym_val_number_token3] = ACTIONS(1668), - [aux_sym_val_number_token4] = ACTIONS(1668), - [anon_sym_inf] = ACTIONS(1668), - [anon_sym_DASHinf] = ACTIONS(1668), - [anon_sym_NaN] = ACTIONS(1668), - [anon_sym_0b] = ACTIONS(1668), - [anon_sym_0o] = ACTIONS(1668), - [anon_sym_0x] = ACTIONS(1668), - [sym_val_date] = ACTIONS(1668), - [anon_sym_DQUOTE] = ACTIONS(1668), - [sym__str_single_quotes] = ACTIONS(1668), - [sym__str_back_ticks] = ACTIONS(1668), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1668), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1668), - [anon_sym_CARET] = ACTIONS(1668), + [853] = { + [sym_comment] = STATE(853), + [ts_builtin_sym_end] = ACTIONS(1740), + [anon_sym_export] = ACTIONS(1738), + [anon_sym_alias] = ACTIONS(1738), + [anon_sym_let] = ACTIONS(1738), + [anon_sym_let_DASHenv] = ACTIONS(1738), + [anon_sym_mut] = ACTIONS(1738), + [anon_sym_const] = ACTIONS(1738), + [sym_cmd_identifier] = ACTIONS(1738), + [anon_sym_SEMI] = ACTIONS(1738), + [anon_sym_LF] = ACTIONS(1740), + [anon_sym_def] = ACTIONS(1738), + [anon_sym_def_DASHenv] = ACTIONS(1738), + [anon_sym_export_DASHenv] = ACTIONS(1738), + [anon_sym_extern] = ACTIONS(1738), + [anon_sym_module] = ACTIONS(1738), + [anon_sym_use] = ACTIONS(1738), + [anon_sym_LBRACK] = ACTIONS(1738), + [anon_sym_LPAREN] = ACTIONS(1738), + [anon_sym_PIPE] = ACTIONS(1738), + [anon_sym_DOLLAR] = ACTIONS(1738), + [anon_sym_error] = ACTIONS(1738), + [anon_sym_DASH] = ACTIONS(1738), + [anon_sym_break] = ACTIONS(1738), + [anon_sym_continue] = ACTIONS(1738), + [anon_sym_for] = ACTIONS(1738), + [anon_sym_loop] = ACTIONS(1738), + [anon_sym_while] = ACTIONS(1738), + [anon_sym_do] = ACTIONS(1738), + [anon_sym_if] = ACTIONS(1738), + [anon_sym_match] = ACTIONS(1738), + [anon_sym_LBRACE] = ACTIONS(1738), + [anon_sym_try] = ACTIONS(1738), + [anon_sym_return] = ACTIONS(1738), + [anon_sym_source] = ACTIONS(1738), + [anon_sym_source_DASHenv] = ACTIONS(1738), + [anon_sym_register] = ACTIONS(1738), + [anon_sym_hide] = ACTIONS(1738), + [anon_sym_hide_DASHenv] = ACTIONS(1738), + [anon_sym_overlay] = ACTIONS(1738), + [anon_sym_where] = ACTIONS(1738), + [anon_sym_not] = ACTIONS(1738), + [anon_sym_DOT_DOT_LT] = ACTIONS(1738), + [anon_sym_DOT_DOT] = ACTIONS(1738), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1738), + [sym_val_nothing] = ACTIONS(1738), + [anon_sym_true] = ACTIONS(1738), + [anon_sym_false] = ACTIONS(1738), + [aux_sym_val_number_token1] = ACTIONS(1738), + [aux_sym_val_number_token2] = ACTIONS(1738), + [aux_sym_val_number_token3] = ACTIONS(1738), + [aux_sym_val_number_token4] = ACTIONS(1738), + [anon_sym_inf] = ACTIONS(1738), + [anon_sym_DASHinf] = ACTIONS(1738), + [anon_sym_NaN] = ACTIONS(1738), + [anon_sym_0b] = ACTIONS(1738), + [anon_sym_0o] = ACTIONS(1738), + [anon_sym_0x] = ACTIONS(1738), + [sym_val_date] = ACTIONS(1738), + [anon_sym_DQUOTE] = ACTIONS(1738), + [sym__str_single_quotes] = ACTIONS(1738), + [sym__str_back_ticks] = ACTIONS(1738), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1738), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1738), + [anon_sym_CARET] = ACTIONS(1738), [anon_sym_POUND] = ACTIONS(3), }, - [866] = { - [sym_val_record] = STATE(917), - [sym_comment] = STATE(866), + [854] = { + [sym_comment] = STATE(854), + [ts_builtin_sym_end] = ACTIONS(1720), + [anon_sym_export] = ACTIONS(1718), + [anon_sym_alias] = ACTIONS(1718), + [anon_sym_let] = ACTIONS(1718), + [anon_sym_let_DASHenv] = ACTIONS(1718), + [anon_sym_mut] = ACTIONS(1718), + [anon_sym_const] = ACTIONS(1718), + [sym_cmd_identifier] = ACTIONS(1718), + [anon_sym_SEMI] = ACTIONS(1718), + [anon_sym_LF] = ACTIONS(1720), + [anon_sym_def] = ACTIONS(1718), + [anon_sym_def_DASHenv] = ACTIONS(1718), + [anon_sym_export_DASHenv] = ACTIONS(1718), + [anon_sym_extern] = ACTIONS(1718), + [anon_sym_module] = ACTIONS(1718), + [anon_sym_use] = ACTIONS(1718), + [anon_sym_LBRACK] = ACTIONS(1718), + [anon_sym_LPAREN] = ACTIONS(1718), + [anon_sym_DOLLAR] = ACTIONS(1718), + [anon_sym_error] = ACTIONS(1718), + [anon_sym_DASH] = ACTIONS(1718), + [anon_sym_break] = ACTIONS(1718), + [anon_sym_continue] = ACTIONS(1718), + [anon_sym_for] = ACTIONS(1718), + [anon_sym_loop] = ACTIONS(1718), + [anon_sym_while] = ACTIONS(1718), + [anon_sym_do] = ACTIONS(1718), + [anon_sym_if] = ACTIONS(1718), + [anon_sym_match] = ACTIONS(1718), + [anon_sym_LBRACE] = ACTIONS(1718), + [anon_sym_try] = ACTIONS(1718), + [anon_sym_return] = ACTIONS(1718), + [anon_sym_source] = ACTIONS(1718), + [anon_sym_source_DASHenv] = ACTIONS(1718), + [anon_sym_register] = ACTIONS(1718), + [anon_sym_hide] = ACTIONS(1718), + [anon_sym_hide_DASHenv] = ACTIONS(1718), + [anon_sym_overlay] = ACTIONS(1718), + [anon_sym_STAR] = ACTIONS(1718), + [anon_sym_where] = ACTIONS(1718), + [anon_sym_not] = ACTIONS(1718), + [anon_sym_DOT_DOT_LT] = ACTIONS(1718), + [anon_sym_DOT_DOT] = ACTIONS(1718), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1718), + [sym_val_nothing] = ACTIONS(1718), + [anon_sym_true] = ACTIONS(1718), + [anon_sym_false] = ACTIONS(1718), + [aux_sym_val_number_token1] = ACTIONS(1718), + [aux_sym_val_number_token2] = ACTIONS(1718), + [aux_sym_val_number_token3] = ACTIONS(1718), + [aux_sym_val_number_token4] = ACTIONS(1718), + [anon_sym_inf] = ACTIONS(1718), + [anon_sym_DASHinf] = ACTIONS(1718), + [anon_sym_NaN] = ACTIONS(1718), + [anon_sym_0b] = ACTIONS(1718), + [anon_sym_0o] = ACTIONS(1718), + [anon_sym_0x] = ACTIONS(1718), + [sym_val_date] = ACTIONS(1718), + [anon_sym_DQUOTE] = ACTIONS(1718), + [sym__str_single_quotes] = ACTIONS(1718), + [sym__str_back_ticks] = ACTIONS(1718), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1718), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1718), + [anon_sym_CARET] = ACTIONS(1718), + [anon_sym_POUND] = ACTIONS(3), + }, + [855] = { + [sym_comment] = STATE(855), [ts_builtin_sym_end] = ACTIONS(1680), [anon_sym_export] = ACTIONS(1678), [anon_sym_alias] = ACTIONS(1678), @@ -120355,6 +119611,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_hide] = ACTIONS(1678), [anon_sym_hide_DASHenv] = ACTIONS(1678), [anon_sym_overlay] = ACTIONS(1678), + [anon_sym_STAR] = ACTIONS(1678), [anon_sym_where] = ACTIONS(1678), [anon_sym_not] = ACTIONS(1678), [anon_sym_DOT_DOT_LT] = ACTIONS(1678), @@ -120382,1164 +119639,1980 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1678), [anon_sym_POUND] = ACTIONS(3), }, + [856] = { + [sym_comment] = STATE(856), + [anon_sym_export] = ACTIONS(801), + [anon_sym_alias] = ACTIONS(801), + [anon_sym_let] = ACTIONS(801), + [anon_sym_let_DASHenv] = ACTIONS(801), + [anon_sym_mut] = ACTIONS(801), + [anon_sym_const] = ACTIONS(801), + [sym_cmd_identifier] = ACTIONS(801), + [anon_sym_SEMI] = ACTIONS(801), + [anon_sym_LF] = ACTIONS(803), + [anon_sym_def] = ACTIONS(801), + [anon_sym_def_DASHenv] = ACTIONS(801), + [anon_sym_export_DASHenv] = ACTIONS(801), + [anon_sym_extern] = ACTIONS(801), + [anon_sym_module] = ACTIONS(801), + [anon_sym_use] = ACTIONS(801), + [anon_sym_LBRACK] = ACTIONS(801), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_RPAREN] = ACTIONS(801), + [anon_sym_DOLLAR] = ACTIONS(801), + [anon_sym_error] = ACTIONS(801), + [anon_sym_DASH] = ACTIONS(801), + [anon_sym_break] = ACTIONS(801), + [anon_sym_continue] = ACTIONS(801), + [anon_sym_for] = ACTIONS(801), + [anon_sym_loop] = ACTIONS(801), + [anon_sym_while] = ACTIONS(801), + [anon_sym_do] = ACTIONS(801), + [anon_sym_if] = ACTIONS(801), + [anon_sym_match] = ACTIONS(801), + [anon_sym_LBRACE] = ACTIONS(801), + [anon_sym_RBRACE] = ACTIONS(801), + [anon_sym_try] = ACTIONS(801), + [anon_sym_return] = ACTIONS(801), + [anon_sym_source] = ACTIONS(801), + [anon_sym_source_DASHenv] = ACTIONS(801), + [anon_sym_register] = ACTIONS(801), + [anon_sym_hide] = ACTIONS(801), + [anon_sym_hide_DASHenv] = ACTIONS(801), + [anon_sym_overlay] = ACTIONS(801), + [anon_sym_where] = ACTIONS(801), + [anon_sym_not] = ACTIONS(801), + [anon_sym_DOT_DOT_LT] = ACTIONS(801), + [anon_sym_DOT_DOT] = ACTIONS(801), + [anon_sym_DOT_DOT_EQ] = ACTIONS(801), + [sym_val_nothing] = ACTIONS(801), + [anon_sym_true] = ACTIONS(801), + [anon_sym_false] = ACTIONS(801), + [aux_sym_val_number_token1] = ACTIONS(801), + [aux_sym_val_number_token2] = ACTIONS(801), + [aux_sym_val_number_token3] = ACTIONS(801), + [aux_sym_val_number_token4] = ACTIONS(801), + [anon_sym_inf] = ACTIONS(801), + [anon_sym_DASHinf] = ACTIONS(801), + [anon_sym_NaN] = ACTIONS(801), + [anon_sym_0b] = ACTIONS(801), + [anon_sym_0o] = ACTIONS(801), + [anon_sym_0x] = ACTIONS(801), + [sym_val_date] = ACTIONS(801), + [anon_sym_DQUOTE] = ACTIONS(801), + [sym__str_single_quotes] = ACTIONS(801), + [sym__str_back_ticks] = ACTIONS(801), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(801), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(801), + [anon_sym_CARET] = ACTIONS(801), + [anon_sym_POUND] = ACTIONS(3), + }, + [857] = { + [sym_comment] = STATE(857), + [anon_sym_export] = ACTIONS(1920), + [anon_sym_alias] = ACTIONS(1920), + [anon_sym_let] = ACTIONS(1920), + [anon_sym_let_DASHenv] = ACTIONS(1920), + [anon_sym_mut] = ACTIONS(1920), + [anon_sym_const] = ACTIONS(1920), + [sym_cmd_identifier] = ACTIONS(1920), + [anon_sym_SEMI] = ACTIONS(1920), + [anon_sym_LF] = ACTIONS(1922), + [anon_sym_def] = ACTIONS(1920), + [anon_sym_def_DASHenv] = ACTIONS(1920), + [anon_sym_export_DASHenv] = ACTIONS(1920), + [anon_sym_extern] = ACTIONS(1920), + [anon_sym_module] = ACTIONS(1920), + [anon_sym_use] = ACTIONS(1920), + [anon_sym_LBRACK] = ACTIONS(1920), + [anon_sym_LPAREN] = ACTIONS(1920), + [anon_sym_RPAREN] = ACTIONS(1920), + [anon_sym_DOLLAR] = ACTIONS(1920), + [anon_sym_error] = ACTIONS(1920), + [anon_sym_DASH] = ACTIONS(1920), + [anon_sym_break] = ACTIONS(1920), + [anon_sym_continue] = ACTIONS(1920), + [anon_sym_for] = ACTIONS(1920), + [anon_sym_loop] = ACTIONS(1920), + [anon_sym_while] = ACTIONS(1920), + [anon_sym_do] = ACTIONS(1920), + [anon_sym_if] = ACTIONS(1920), + [anon_sym_match] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_RBRACE] = ACTIONS(1920), + [anon_sym_try] = ACTIONS(1920), + [anon_sym_return] = ACTIONS(1920), + [anon_sym_source] = ACTIONS(1920), + [anon_sym_source_DASHenv] = ACTIONS(1920), + [anon_sym_register] = ACTIONS(1920), + [anon_sym_hide] = ACTIONS(1920), + [anon_sym_hide_DASHenv] = ACTIONS(1920), + [anon_sym_overlay] = ACTIONS(1920), + [anon_sym_where] = ACTIONS(1920), + [anon_sym_not] = ACTIONS(1920), + [anon_sym_DOT_DOT_LT] = ACTIONS(1920), + [anon_sym_DOT_DOT] = ACTIONS(1920), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1920), + [sym_val_nothing] = ACTIONS(1920), + [anon_sym_true] = ACTIONS(1920), + [anon_sym_false] = 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(1920), + [anon_sym_inf] = ACTIONS(1920), + [anon_sym_DASHinf] = ACTIONS(1920), + [anon_sym_NaN] = ACTIONS(1920), + [anon_sym_0b] = ACTIONS(1920), + [anon_sym_0o] = ACTIONS(1920), + [anon_sym_0x] = ACTIONS(1920), + [sym_val_date] = ACTIONS(1920), + [anon_sym_DQUOTE] = ACTIONS(1920), + [sym__str_single_quotes] = ACTIONS(1920), + [sym__str_back_ticks] = ACTIONS(1920), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1920), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1920), + [anon_sym_CARET] = ACTIONS(1920), + [anon_sym_POUND] = ACTIONS(3), + }, + [858] = { + [sym_comment] = STATE(858), + [anon_sym_export] = ACTIONS(1924), + [anon_sym_alias] = ACTIONS(1924), + [anon_sym_let] = ACTIONS(1924), + [anon_sym_let_DASHenv] = ACTIONS(1924), + [anon_sym_mut] = ACTIONS(1924), + [anon_sym_const] = ACTIONS(1924), + [sym_cmd_identifier] = ACTIONS(1924), + [anon_sym_SEMI] = ACTIONS(1924), + [anon_sym_LF] = ACTIONS(1926), + [anon_sym_def] = ACTIONS(1924), + [anon_sym_def_DASHenv] = ACTIONS(1924), + [anon_sym_export_DASHenv] = ACTIONS(1924), + [anon_sym_extern] = ACTIONS(1924), + [anon_sym_module] = ACTIONS(1924), + [anon_sym_use] = ACTIONS(1924), + [anon_sym_LBRACK] = ACTIONS(1924), + [anon_sym_LPAREN] = ACTIONS(1924), + [anon_sym_RPAREN] = ACTIONS(1924), + [anon_sym_DOLLAR] = ACTIONS(1924), + [anon_sym_error] = ACTIONS(1924), + [anon_sym_DASH] = ACTIONS(1924), + [anon_sym_break] = ACTIONS(1924), + [anon_sym_continue] = ACTIONS(1924), + [anon_sym_for] = ACTIONS(1924), + [anon_sym_loop] = ACTIONS(1924), + [anon_sym_while] = ACTIONS(1924), + [anon_sym_do] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(1924), + [anon_sym_match] = ACTIONS(1924), + [anon_sym_LBRACE] = ACTIONS(1924), + [anon_sym_RBRACE] = ACTIONS(1924), + [anon_sym_try] = ACTIONS(1924), + [anon_sym_return] = ACTIONS(1924), + [anon_sym_source] = ACTIONS(1924), + [anon_sym_source_DASHenv] = ACTIONS(1924), + [anon_sym_register] = ACTIONS(1924), + [anon_sym_hide] = ACTIONS(1924), + [anon_sym_hide_DASHenv] = ACTIONS(1924), + [anon_sym_overlay] = ACTIONS(1924), + [anon_sym_where] = ACTIONS(1924), + [anon_sym_not] = ACTIONS(1924), + [anon_sym_DOT_DOT_LT] = ACTIONS(1924), + [anon_sym_DOT_DOT] = ACTIONS(1924), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1924), + [sym_val_nothing] = ACTIONS(1924), + [anon_sym_true] = ACTIONS(1924), + [anon_sym_false] = 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(1924), + [anon_sym_inf] = ACTIONS(1924), + [anon_sym_DASHinf] = ACTIONS(1924), + [anon_sym_NaN] = ACTIONS(1924), + [anon_sym_0b] = ACTIONS(1924), + [anon_sym_0o] = ACTIONS(1924), + [anon_sym_0x] = ACTIONS(1924), + [sym_val_date] = ACTIONS(1924), + [anon_sym_DQUOTE] = ACTIONS(1924), + [sym__str_single_quotes] = ACTIONS(1924), + [sym__str_back_ticks] = ACTIONS(1924), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1924), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1924), + [anon_sym_CARET] = ACTIONS(1924), + [anon_sym_POUND] = ACTIONS(3), + }, + [859] = { + [sym_comment] = STATE(859), + [anon_sym_export] = ACTIONS(1928), + [anon_sym_alias] = ACTIONS(1928), + [anon_sym_let] = ACTIONS(1928), + [anon_sym_let_DASHenv] = ACTIONS(1928), + [anon_sym_mut] = ACTIONS(1928), + [anon_sym_const] = ACTIONS(1928), + [sym_cmd_identifier] = ACTIONS(1928), + [anon_sym_SEMI] = ACTIONS(1928), + [anon_sym_LF] = ACTIONS(1930), + [anon_sym_def] = ACTIONS(1928), + [anon_sym_def_DASHenv] = ACTIONS(1928), + [anon_sym_export_DASHenv] = ACTIONS(1928), + [anon_sym_extern] = ACTIONS(1928), + [anon_sym_module] = ACTIONS(1928), + [anon_sym_use] = ACTIONS(1928), + [anon_sym_LBRACK] = ACTIONS(1928), + [anon_sym_LPAREN] = ACTIONS(1928), + [anon_sym_RPAREN] = ACTIONS(1928), + [anon_sym_DOLLAR] = ACTIONS(1928), + [anon_sym_error] = ACTIONS(1928), + [anon_sym_DASH] = ACTIONS(1928), + [anon_sym_break] = ACTIONS(1928), + [anon_sym_continue] = ACTIONS(1928), + [anon_sym_for] = ACTIONS(1928), + [anon_sym_loop] = ACTIONS(1928), + [anon_sym_while] = ACTIONS(1928), + [anon_sym_do] = ACTIONS(1928), + [anon_sym_if] = ACTIONS(1928), + [anon_sym_match] = ACTIONS(1928), + [anon_sym_LBRACE] = ACTIONS(1928), + [anon_sym_RBRACE] = ACTIONS(1928), + [anon_sym_try] = ACTIONS(1928), + [anon_sym_return] = ACTIONS(1928), + [anon_sym_source] = ACTIONS(1928), + [anon_sym_source_DASHenv] = ACTIONS(1928), + [anon_sym_register] = ACTIONS(1928), + [anon_sym_hide] = ACTIONS(1928), + [anon_sym_hide_DASHenv] = ACTIONS(1928), + [anon_sym_overlay] = ACTIONS(1928), + [anon_sym_where] = ACTIONS(1928), + [anon_sym_not] = ACTIONS(1928), + [anon_sym_DOT_DOT_LT] = ACTIONS(1928), + [anon_sym_DOT_DOT] = ACTIONS(1928), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1928), + [sym_val_nothing] = ACTIONS(1928), + [anon_sym_true] = ACTIONS(1928), + [anon_sym_false] = ACTIONS(1928), + [aux_sym_val_number_token1] = ACTIONS(1928), + [aux_sym_val_number_token2] = ACTIONS(1928), + [aux_sym_val_number_token3] = ACTIONS(1928), + [aux_sym_val_number_token4] = ACTIONS(1928), + [anon_sym_inf] = ACTIONS(1928), + [anon_sym_DASHinf] = ACTIONS(1928), + [anon_sym_NaN] = ACTIONS(1928), + [anon_sym_0b] = ACTIONS(1928), + [anon_sym_0o] = ACTIONS(1928), + [anon_sym_0x] = ACTIONS(1928), + [sym_val_date] = ACTIONS(1928), + [anon_sym_DQUOTE] = ACTIONS(1928), + [sym__str_single_quotes] = ACTIONS(1928), + [sym__str_back_ticks] = ACTIONS(1928), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1928), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1928), + [anon_sym_CARET] = ACTIONS(1928), + [anon_sym_POUND] = ACTIONS(3), + }, + [860] = { + [sym_comment] = STATE(860), + [anon_sym_export] = ACTIONS(1888), + [anon_sym_alias] = ACTIONS(1888), + [anon_sym_let] = ACTIONS(1888), + [anon_sym_let_DASHenv] = ACTIONS(1888), + [anon_sym_mut] = ACTIONS(1888), + [anon_sym_const] = ACTIONS(1888), + [sym_cmd_identifier] = ACTIONS(1888), + [anon_sym_SEMI] = ACTIONS(1888), + [anon_sym_LF] = ACTIONS(1890), + [anon_sym_def] = ACTIONS(1888), + [anon_sym_def_DASHenv] = ACTIONS(1888), + [anon_sym_export_DASHenv] = ACTIONS(1888), + [anon_sym_extern] = ACTIONS(1888), + [anon_sym_module] = ACTIONS(1888), + [anon_sym_use] = ACTIONS(1888), + [anon_sym_LBRACK] = ACTIONS(1888), + [anon_sym_LPAREN] = ACTIONS(1888), + [anon_sym_RPAREN] = ACTIONS(1888), + [anon_sym_DOLLAR] = ACTIONS(1888), + [anon_sym_error] = ACTIONS(1888), + [anon_sym_DASH] = ACTIONS(1888), + [anon_sym_break] = ACTIONS(1888), + [anon_sym_continue] = ACTIONS(1888), + [anon_sym_for] = ACTIONS(1888), + [anon_sym_loop] = ACTIONS(1888), + [anon_sym_while] = ACTIONS(1888), + [anon_sym_do] = ACTIONS(1888), + [anon_sym_if] = ACTIONS(1888), + [anon_sym_match] = ACTIONS(1888), + [anon_sym_LBRACE] = ACTIONS(1888), + [anon_sym_RBRACE] = ACTIONS(1888), + [anon_sym_try] = ACTIONS(1888), + [anon_sym_return] = ACTIONS(1888), + [anon_sym_source] = ACTIONS(1888), + [anon_sym_source_DASHenv] = ACTIONS(1888), + [anon_sym_register] = ACTIONS(1888), + [anon_sym_hide] = ACTIONS(1888), + [anon_sym_hide_DASHenv] = ACTIONS(1888), + [anon_sym_overlay] = ACTIONS(1888), + [anon_sym_where] = ACTIONS(1888), + [anon_sym_not] = ACTIONS(1888), + [anon_sym_DOT_DOT_LT] = ACTIONS(1888), + [anon_sym_DOT_DOT] = ACTIONS(1888), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1888), + [sym_val_nothing] = ACTIONS(1888), + [anon_sym_true] = ACTIONS(1888), + [anon_sym_false] = ACTIONS(1888), + [aux_sym_val_number_token1] = ACTIONS(1888), + [aux_sym_val_number_token2] = ACTIONS(1888), + [aux_sym_val_number_token3] = ACTIONS(1888), + [aux_sym_val_number_token4] = ACTIONS(1888), + [anon_sym_inf] = ACTIONS(1888), + [anon_sym_DASHinf] = ACTIONS(1888), + [anon_sym_NaN] = ACTIONS(1888), + [anon_sym_0b] = ACTIONS(1888), + [anon_sym_0o] = ACTIONS(1888), + [anon_sym_0x] = ACTIONS(1888), + [sym_val_date] = ACTIONS(1888), + [anon_sym_DQUOTE] = ACTIONS(1888), + [sym__str_single_quotes] = ACTIONS(1888), + [sym__str_back_ticks] = ACTIONS(1888), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1888), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1888), + [anon_sym_CARET] = ACTIONS(1888), + [anon_sym_POUND] = ACTIONS(3), + }, + [861] = { + [sym_comment] = STATE(861), + [anon_sym_export] = ACTIONS(1932), + [anon_sym_alias] = ACTIONS(1932), + [anon_sym_let] = ACTIONS(1932), + [anon_sym_let_DASHenv] = ACTIONS(1932), + [anon_sym_mut] = ACTIONS(1932), + [anon_sym_const] = ACTIONS(1932), + [sym_cmd_identifier] = ACTIONS(1932), + [anon_sym_SEMI] = ACTIONS(1932), + [anon_sym_LF] = ACTIONS(1934), + [anon_sym_def] = ACTIONS(1932), + [anon_sym_def_DASHenv] = ACTIONS(1932), + [anon_sym_export_DASHenv] = ACTIONS(1932), + [anon_sym_extern] = ACTIONS(1932), + [anon_sym_module] = ACTIONS(1932), + [anon_sym_use] = ACTIONS(1932), + [anon_sym_LBRACK] = ACTIONS(1932), + [anon_sym_LPAREN] = ACTIONS(1932), + [anon_sym_RPAREN] = ACTIONS(1932), + [anon_sym_DOLLAR] = ACTIONS(1932), + [anon_sym_error] = ACTIONS(1932), + [anon_sym_DASH] = ACTIONS(1932), + [anon_sym_break] = ACTIONS(1932), + [anon_sym_continue] = ACTIONS(1932), + [anon_sym_for] = ACTIONS(1932), + [anon_sym_loop] = ACTIONS(1932), + [anon_sym_while] = ACTIONS(1932), + [anon_sym_do] = ACTIONS(1932), + [anon_sym_if] = ACTIONS(1932), + [anon_sym_match] = ACTIONS(1932), + [anon_sym_LBRACE] = ACTIONS(1932), + [anon_sym_RBRACE] = ACTIONS(1932), + [anon_sym_try] = ACTIONS(1932), + [anon_sym_return] = ACTIONS(1932), + [anon_sym_source] = ACTIONS(1932), + [anon_sym_source_DASHenv] = ACTIONS(1932), + [anon_sym_register] = ACTIONS(1932), + [anon_sym_hide] = ACTIONS(1932), + [anon_sym_hide_DASHenv] = ACTIONS(1932), + [anon_sym_overlay] = ACTIONS(1932), + [anon_sym_where] = ACTIONS(1932), + [anon_sym_not] = ACTIONS(1932), + [anon_sym_DOT_DOT_LT] = ACTIONS(1932), + [anon_sym_DOT_DOT] = ACTIONS(1932), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1932), + [sym_val_nothing] = ACTIONS(1932), + [anon_sym_true] = ACTIONS(1932), + [anon_sym_false] = ACTIONS(1932), + [aux_sym_val_number_token1] = ACTIONS(1932), + [aux_sym_val_number_token2] = ACTIONS(1932), + [aux_sym_val_number_token3] = ACTIONS(1932), + [aux_sym_val_number_token4] = ACTIONS(1932), + [anon_sym_inf] = ACTIONS(1932), + [anon_sym_DASHinf] = ACTIONS(1932), + [anon_sym_NaN] = ACTIONS(1932), + [anon_sym_0b] = ACTIONS(1932), + [anon_sym_0o] = ACTIONS(1932), + [anon_sym_0x] = ACTIONS(1932), + [sym_val_date] = ACTIONS(1932), + [anon_sym_DQUOTE] = ACTIONS(1932), + [sym__str_single_quotes] = ACTIONS(1932), + [sym__str_back_ticks] = ACTIONS(1932), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1932), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1932), + [anon_sym_CARET] = ACTIONS(1932), + [anon_sym_POUND] = ACTIONS(3), + }, + [862] = { + [sym_comment] = STATE(862), + [ts_builtin_sym_end] = ACTIONS(708), + [anon_sym_export] = ACTIONS(706), + [anon_sym_alias] = ACTIONS(706), + [anon_sym_let] = ACTIONS(706), + [anon_sym_let_DASHenv] = ACTIONS(706), + [anon_sym_mut] = ACTIONS(706), + [anon_sym_const] = ACTIONS(706), + [sym_cmd_identifier] = ACTIONS(706), + [anon_sym_SEMI] = ACTIONS(706), + [anon_sym_LF] = ACTIONS(708), + [anon_sym_def] = ACTIONS(706), + [anon_sym_def_DASHenv] = ACTIONS(706), + [anon_sym_export_DASHenv] = ACTIONS(706), + [anon_sym_extern] = ACTIONS(706), + [anon_sym_module] = ACTIONS(706), + [anon_sym_use] = ACTIONS(706), + [anon_sym_LBRACK] = ACTIONS(706), + [anon_sym_LPAREN] = ACTIONS(706), + [anon_sym_PIPE] = ACTIONS(706), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_error] = ACTIONS(706), + [anon_sym_DASH] = ACTIONS(706), + [anon_sym_break] = ACTIONS(706), + [anon_sym_continue] = ACTIONS(706), + [anon_sym_for] = ACTIONS(706), + [anon_sym_loop] = ACTIONS(706), + [anon_sym_while] = ACTIONS(706), + [anon_sym_do] = ACTIONS(706), + [anon_sym_if] = ACTIONS(706), + [anon_sym_match] = ACTIONS(706), + [anon_sym_LBRACE] = ACTIONS(706), + [anon_sym_try] = ACTIONS(706), + [anon_sym_return] = ACTIONS(706), + [anon_sym_source] = ACTIONS(706), + [anon_sym_source_DASHenv] = ACTIONS(706), + [anon_sym_register] = ACTIONS(706), + [anon_sym_hide] = ACTIONS(706), + [anon_sym_hide_DASHenv] = ACTIONS(706), + [anon_sym_overlay] = ACTIONS(706), + [anon_sym_where] = ACTIONS(706), + [anon_sym_not] = ACTIONS(706), + [anon_sym_DOT_DOT_LT] = ACTIONS(706), + [anon_sym_DOT_DOT] = ACTIONS(706), + [anon_sym_DOT_DOT_EQ] = ACTIONS(706), + [sym_val_nothing] = ACTIONS(706), + [anon_sym_true] = ACTIONS(706), + [anon_sym_false] = ACTIONS(706), + [aux_sym_val_number_token1] = ACTIONS(706), + [aux_sym_val_number_token2] = ACTIONS(706), + [aux_sym_val_number_token3] = ACTIONS(706), + [aux_sym_val_number_token4] = ACTIONS(706), + [anon_sym_inf] = ACTIONS(706), + [anon_sym_DASHinf] = ACTIONS(706), + [anon_sym_NaN] = ACTIONS(706), + [anon_sym_0b] = ACTIONS(706), + [anon_sym_0o] = ACTIONS(706), + [anon_sym_0x] = ACTIONS(706), + [sym_val_date] = ACTIONS(706), + [anon_sym_DQUOTE] = ACTIONS(706), + [sym__str_single_quotes] = ACTIONS(706), + [sym__str_back_ticks] = ACTIONS(706), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(706), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(706), + [anon_sym_CARET] = ACTIONS(706), + [anon_sym_POUND] = ACTIONS(3), + }, + [863] = { + [sym_comment] = STATE(863), + [anon_sym_export] = ACTIONS(1936), + [anon_sym_alias] = ACTIONS(1936), + [anon_sym_let] = ACTIONS(1936), + [anon_sym_let_DASHenv] = ACTIONS(1936), + [anon_sym_mut] = ACTIONS(1936), + [anon_sym_const] = ACTIONS(1936), + [sym_cmd_identifier] = ACTIONS(1936), + [anon_sym_SEMI] = ACTIONS(1936), + [anon_sym_LF] = ACTIONS(1938), + [anon_sym_def] = ACTIONS(1936), + [anon_sym_def_DASHenv] = ACTIONS(1936), + [anon_sym_export_DASHenv] = ACTIONS(1936), + [anon_sym_extern] = ACTIONS(1936), + [anon_sym_module] = ACTIONS(1936), + [anon_sym_use] = ACTIONS(1936), + [anon_sym_LBRACK] = ACTIONS(1936), + [anon_sym_LPAREN] = ACTIONS(1936), + [anon_sym_RPAREN] = ACTIONS(1936), + [anon_sym_DOLLAR] = ACTIONS(1936), + [anon_sym_error] = ACTIONS(1936), + [anon_sym_DASH] = ACTIONS(1936), + [anon_sym_break] = ACTIONS(1936), + [anon_sym_continue] = ACTIONS(1936), + [anon_sym_for] = ACTIONS(1936), + [anon_sym_loop] = ACTIONS(1936), + [anon_sym_while] = ACTIONS(1936), + [anon_sym_do] = ACTIONS(1936), + [anon_sym_if] = ACTIONS(1936), + [anon_sym_match] = ACTIONS(1936), + [anon_sym_LBRACE] = ACTIONS(1936), + [anon_sym_RBRACE] = ACTIONS(1936), + [anon_sym_try] = ACTIONS(1936), + [anon_sym_return] = ACTIONS(1936), + [anon_sym_source] = ACTIONS(1936), + [anon_sym_source_DASHenv] = ACTIONS(1936), + [anon_sym_register] = ACTIONS(1936), + [anon_sym_hide] = ACTIONS(1936), + [anon_sym_hide_DASHenv] = ACTIONS(1936), + [anon_sym_overlay] = ACTIONS(1936), + [anon_sym_where] = ACTIONS(1936), + [anon_sym_not] = ACTIONS(1936), + [anon_sym_DOT_DOT_LT] = ACTIONS(1936), + [anon_sym_DOT_DOT] = ACTIONS(1936), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1936), + [sym_val_nothing] = ACTIONS(1936), + [anon_sym_true] = ACTIONS(1936), + [anon_sym_false] = ACTIONS(1936), + [aux_sym_val_number_token1] = ACTIONS(1936), + [aux_sym_val_number_token2] = ACTIONS(1936), + [aux_sym_val_number_token3] = ACTIONS(1936), + [aux_sym_val_number_token4] = ACTIONS(1936), + [anon_sym_inf] = ACTIONS(1936), + [anon_sym_DASHinf] = ACTIONS(1936), + [anon_sym_NaN] = ACTIONS(1936), + [anon_sym_0b] = ACTIONS(1936), + [anon_sym_0o] = ACTIONS(1936), + [anon_sym_0x] = ACTIONS(1936), + [sym_val_date] = ACTIONS(1936), + [anon_sym_DQUOTE] = ACTIONS(1936), + [sym__str_single_quotes] = ACTIONS(1936), + [sym__str_back_ticks] = ACTIONS(1936), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1936), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1936), + [anon_sym_CARET] = ACTIONS(1936), + [anon_sym_POUND] = ACTIONS(3), + }, + [864] = { + [sym_comment] = STATE(864), + [anon_sym_export] = ACTIONS(1940), + [anon_sym_alias] = ACTIONS(1940), + [anon_sym_let] = ACTIONS(1940), + [anon_sym_let_DASHenv] = ACTIONS(1940), + [anon_sym_mut] = ACTIONS(1940), + [anon_sym_const] = ACTIONS(1940), + [sym_cmd_identifier] = ACTIONS(1940), + [anon_sym_SEMI] = ACTIONS(1940), + [anon_sym_LF] = ACTIONS(1942), + [anon_sym_def] = ACTIONS(1940), + [anon_sym_def_DASHenv] = ACTIONS(1940), + [anon_sym_export_DASHenv] = ACTIONS(1940), + [anon_sym_extern] = ACTIONS(1940), + [anon_sym_module] = ACTIONS(1940), + [anon_sym_use] = ACTIONS(1940), + [anon_sym_LBRACK] = ACTIONS(1940), + [anon_sym_LPAREN] = ACTIONS(1940), + [anon_sym_RPAREN] = ACTIONS(1940), + [anon_sym_DOLLAR] = ACTIONS(1940), + [anon_sym_error] = ACTIONS(1940), + [anon_sym_DASH] = ACTIONS(1940), + [anon_sym_break] = ACTIONS(1940), + [anon_sym_continue] = ACTIONS(1940), + [anon_sym_for] = ACTIONS(1940), + [anon_sym_loop] = ACTIONS(1940), + [anon_sym_while] = ACTIONS(1940), + [anon_sym_do] = ACTIONS(1940), + [anon_sym_if] = ACTIONS(1940), + [anon_sym_match] = ACTIONS(1940), + [anon_sym_LBRACE] = ACTIONS(1940), + [anon_sym_RBRACE] = ACTIONS(1940), + [anon_sym_try] = ACTIONS(1940), + [anon_sym_return] = ACTIONS(1940), + [anon_sym_source] = ACTIONS(1940), + [anon_sym_source_DASHenv] = ACTIONS(1940), + [anon_sym_register] = ACTIONS(1940), + [anon_sym_hide] = ACTIONS(1940), + [anon_sym_hide_DASHenv] = ACTIONS(1940), + [anon_sym_overlay] = ACTIONS(1940), + [anon_sym_where] = ACTIONS(1940), + [anon_sym_not] = ACTIONS(1940), + [anon_sym_DOT_DOT_LT] = ACTIONS(1940), + [anon_sym_DOT_DOT] = ACTIONS(1940), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1940), + [sym_val_nothing] = ACTIONS(1940), + [anon_sym_true] = ACTIONS(1940), + [anon_sym_false] = ACTIONS(1940), + [aux_sym_val_number_token1] = ACTIONS(1940), + [aux_sym_val_number_token2] = ACTIONS(1940), + [aux_sym_val_number_token3] = ACTIONS(1940), + [aux_sym_val_number_token4] = ACTIONS(1940), + [anon_sym_inf] = ACTIONS(1940), + [anon_sym_DASHinf] = ACTIONS(1940), + [anon_sym_NaN] = ACTIONS(1940), + [anon_sym_0b] = ACTIONS(1940), + [anon_sym_0o] = ACTIONS(1940), + [anon_sym_0x] = ACTIONS(1940), + [sym_val_date] = ACTIONS(1940), + [anon_sym_DQUOTE] = ACTIONS(1940), + [sym__str_single_quotes] = ACTIONS(1940), + [sym__str_back_ticks] = ACTIONS(1940), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1940), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1940), + [anon_sym_CARET] = ACTIONS(1940), + [anon_sym_POUND] = ACTIONS(3), + }, + [865] = { + [sym_comment] = STATE(865), + [anon_sym_export] = ACTIONS(1754), + [anon_sym_alias] = ACTIONS(1754), + [anon_sym_let] = ACTIONS(1754), + [anon_sym_let_DASHenv] = ACTIONS(1754), + [anon_sym_mut] = ACTIONS(1754), + [anon_sym_const] = ACTIONS(1754), + [sym_cmd_identifier] = ACTIONS(1754), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_LF] = ACTIONS(1756), + [anon_sym_def] = ACTIONS(1754), + [anon_sym_def_DASHenv] = ACTIONS(1754), + [anon_sym_export_DASHenv] = ACTIONS(1754), + [anon_sym_extern] = ACTIONS(1754), + [anon_sym_module] = ACTIONS(1754), + [anon_sym_use] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_RPAREN] = ACTIONS(1754), + [anon_sym_DOLLAR] = ACTIONS(1754), + [anon_sym_error] = ACTIONS(1754), + [anon_sym_DASH] = ACTIONS(1754), + [anon_sym_break] = ACTIONS(1754), + [anon_sym_continue] = ACTIONS(1754), + [anon_sym_for] = ACTIONS(1754), + [anon_sym_loop] = ACTIONS(1754), + [anon_sym_while] = ACTIONS(1754), + [anon_sym_do] = ACTIONS(1754), + [anon_sym_if] = ACTIONS(1754), + [anon_sym_match] = ACTIONS(1754), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_try] = ACTIONS(1754), + [anon_sym_return] = ACTIONS(1754), + [anon_sym_source] = ACTIONS(1754), + [anon_sym_source_DASHenv] = ACTIONS(1754), + [anon_sym_register] = ACTIONS(1754), + [anon_sym_hide] = ACTIONS(1754), + [anon_sym_hide_DASHenv] = ACTIONS(1754), + [anon_sym_overlay] = ACTIONS(1754), + [anon_sym_where] = ACTIONS(1754), + [anon_sym_not] = ACTIONS(1754), + [anon_sym_DOT_DOT_LT] = ACTIONS(1754), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1754), + [sym_val_nothing] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1754), + [anon_sym_false] = ACTIONS(1754), + [aux_sym_val_number_token1] = ACTIONS(1754), + [aux_sym_val_number_token2] = ACTIONS(1754), + [aux_sym_val_number_token3] = ACTIONS(1754), + [aux_sym_val_number_token4] = ACTIONS(1754), + [anon_sym_inf] = ACTIONS(1754), + [anon_sym_DASHinf] = ACTIONS(1754), + [anon_sym_NaN] = ACTIONS(1754), + [anon_sym_0b] = ACTIONS(1754), + [anon_sym_0o] = ACTIONS(1754), + [anon_sym_0x] = ACTIONS(1754), + [sym_val_date] = ACTIONS(1754), + [anon_sym_DQUOTE] = ACTIONS(1754), + [sym__str_single_quotes] = ACTIONS(1754), + [sym__str_back_ticks] = ACTIONS(1754), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1754), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1754), + [anon_sym_CARET] = ACTIONS(1754), + [anon_sym_POUND] = ACTIONS(3), + }, + [866] = { + [sym_comment] = STATE(866), + [anon_sym_export] = ACTIONS(1944), + [anon_sym_alias] = ACTIONS(1944), + [anon_sym_let] = ACTIONS(1944), + [anon_sym_let_DASHenv] = ACTIONS(1944), + [anon_sym_mut] = ACTIONS(1944), + [anon_sym_const] = ACTIONS(1944), + [sym_cmd_identifier] = ACTIONS(1944), + [anon_sym_SEMI] = ACTIONS(1944), + [anon_sym_LF] = ACTIONS(1946), + [anon_sym_def] = ACTIONS(1944), + [anon_sym_def_DASHenv] = ACTIONS(1944), + [anon_sym_export_DASHenv] = ACTIONS(1944), + [anon_sym_extern] = ACTIONS(1944), + [anon_sym_module] = ACTIONS(1944), + [anon_sym_use] = ACTIONS(1944), + [anon_sym_LBRACK] = ACTIONS(1944), + [anon_sym_LPAREN] = ACTIONS(1944), + [anon_sym_RPAREN] = ACTIONS(1944), + [anon_sym_DOLLAR] = ACTIONS(1944), + [anon_sym_error] = ACTIONS(1944), + [anon_sym_DASH] = ACTIONS(1944), + [anon_sym_break] = ACTIONS(1944), + [anon_sym_continue] = ACTIONS(1944), + [anon_sym_for] = ACTIONS(1944), + [anon_sym_loop] = ACTIONS(1944), + [anon_sym_while] = ACTIONS(1944), + [anon_sym_do] = ACTIONS(1944), + [anon_sym_if] = ACTIONS(1944), + [anon_sym_match] = ACTIONS(1944), + [anon_sym_LBRACE] = ACTIONS(1944), + [anon_sym_RBRACE] = ACTIONS(1944), + [anon_sym_try] = ACTIONS(1944), + [anon_sym_return] = ACTIONS(1944), + [anon_sym_source] = ACTIONS(1944), + [anon_sym_source_DASHenv] = ACTIONS(1944), + [anon_sym_register] = ACTIONS(1944), + [anon_sym_hide] = ACTIONS(1944), + [anon_sym_hide_DASHenv] = ACTIONS(1944), + [anon_sym_overlay] = ACTIONS(1944), + [anon_sym_where] = ACTIONS(1944), + [anon_sym_not] = ACTIONS(1944), + [anon_sym_DOT_DOT_LT] = ACTIONS(1944), + [anon_sym_DOT_DOT] = ACTIONS(1944), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1944), + [sym_val_nothing] = ACTIONS(1944), + [anon_sym_true] = ACTIONS(1944), + [anon_sym_false] = ACTIONS(1944), + [aux_sym_val_number_token1] = ACTIONS(1944), + [aux_sym_val_number_token2] = ACTIONS(1944), + [aux_sym_val_number_token3] = ACTIONS(1944), + [aux_sym_val_number_token4] = ACTIONS(1944), + [anon_sym_inf] = ACTIONS(1944), + [anon_sym_DASHinf] = ACTIONS(1944), + [anon_sym_NaN] = ACTIONS(1944), + [anon_sym_0b] = ACTIONS(1944), + [anon_sym_0o] = ACTIONS(1944), + [anon_sym_0x] = ACTIONS(1944), + [sym_val_date] = ACTIONS(1944), + [anon_sym_DQUOTE] = ACTIONS(1944), + [sym__str_single_quotes] = ACTIONS(1944), + [sym__str_back_ticks] = ACTIONS(1944), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1944), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1944), + [anon_sym_CARET] = ACTIONS(1944), + [anon_sym_POUND] = ACTIONS(3), + }, [867] = { [sym_comment] = STATE(867), - [anon_sym_export] = ACTIONS(1942), - [anon_sym_alias] = ACTIONS(1942), - [anon_sym_let] = ACTIONS(1942), - [anon_sym_let_DASHenv] = ACTIONS(1942), - [anon_sym_mut] = ACTIONS(1942), - [anon_sym_const] = ACTIONS(1942), - [sym_cmd_identifier] = ACTIONS(1942), - [anon_sym_SEMI] = ACTIONS(1942), - [anon_sym_LF] = ACTIONS(1944), - [anon_sym_def] = ACTIONS(1942), - [anon_sym_def_DASHenv] = ACTIONS(1942), - [anon_sym_export_DASHenv] = ACTIONS(1942), - [anon_sym_extern] = ACTIONS(1942), - [anon_sym_module] = ACTIONS(1942), - [anon_sym_use] = ACTIONS(1942), - [anon_sym_LBRACK] = ACTIONS(1942), - [anon_sym_LPAREN] = ACTIONS(1942), - [anon_sym_RPAREN] = ACTIONS(1942), - [anon_sym_DOLLAR] = ACTIONS(1942), - [anon_sym_error] = ACTIONS(1942), - [anon_sym_DASH] = ACTIONS(1942), - [anon_sym_break] = ACTIONS(1942), - [anon_sym_continue] = ACTIONS(1942), - [anon_sym_for] = ACTIONS(1942), - [anon_sym_loop] = ACTIONS(1942), - [anon_sym_while] = ACTIONS(1942), - [anon_sym_do] = ACTIONS(1942), - [anon_sym_if] = ACTIONS(1942), - [anon_sym_match] = ACTIONS(1942), - [anon_sym_LBRACE] = ACTIONS(1942), - [anon_sym_RBRACE] = ACTIONS(1942), - [anon_sym_try] = ACTIONS(1942), - [anon_sym_return] = ACTIONS(1942), - [anon_sym_source] = ACTIONS(1942), - [anon_sym_source_DASHenv] = ACTIONS(1942), - [anon_sym_register] = ACTIONS(1942), - [anon_sym_hide] = ACTIONS(1942), - [anon_sym_hide_DASHenv] = ACTIONS(1942), - [anon_sym_overlay] = ACTIONS(1942), - [anon_sym_where] = ACTIONS(1942), - [anon_sym_not] = ACTIONS(1942), - [anon_sym_DOT_DOT_LT] = ACTIONS(1942), - [anon_sym_DOT_DOT] = ACTIONS(1942), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1942), - [sym_val_nothing] = ACTIONS(1942), - [anon_sym_true] = ACTIONS(1942), - [anon_sym_false] = ACTIONS(1942), - [aux_sym_val_number_token1] = ACTIONS(1942), - [aux_sym_val_number_token2] = ACTIONS(1942), - [aux_sym_val_number_token3] = ACTIONS(1942), - [aux_sym_val_number_token4] = ACTIONS(1942), - [anon_sym_inf] = ACTIONS(1942), - [anon_sym_DASHinf] = ACTIONS(1942), - [anon_sym_NaN] = ACTIONS(1942), - [anon_sym_0b] = ACTIONS(1942), - [anon_sym_0o] = ACTIONS(1942), - [anon_sym_0x] = ACTIONS(1942), - [sym_val_date] = ACTIONS(1942), - [anon_sym_DQUOTE] = ACTIONS(1942), - [sym__str_single_quotes] = ACTIONS(1942), - [sym__str_back_ticks] = ACTIONS(1942), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1942), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1942), - [anon_sym_CARET] = ACTIONS(1942), + [anon_sym_export] = ACTIONS(1948), + [anon_sym_alias] = ACTIONS(1948), + [anon_sym_let] = ACTIONS(1948), + [anon_sym_let_DASHenv] = ACTIONS(1948), + [anon_sym_mut] = ACTIONS(1948), + [anon_sym_const] = ACTIONS(1948), + [sym_cmd_identifier] = ACTIONS(1948), + [anon_sym_SEMI] = ACTIONS(1948), + [anon_sym_LF] = ACTIONS(1950), + [anon_sym_def] = ACTIONS(1948), + [anon_sym_def_DASHenv] = ACTIONS(1948), + [anon_sym_export_DASHenv] = ACTIONS(1948), + [anon_sym_extern] = ACTIONS(1948), + [anon_sym_module] = ACTIONS(1948), + [anon_sym_use] = ACTIONS(1948), + [anon_sym_LBRACK] = ACTIONS(1948), + [anon_sym_LPAREN] = ACTIONS(1948), + [anon_sym_RPAREN] = ACTIONS(1948), + [anon_sym_DOLLAR] = ACTIONS(1948), + [anon_sym_error] = ACTIONS(1948), + [anon_sym_DASH] = ACTIONS(1948), + [anon_sym_break] = ACTIONS(1948), + [anon_sym_continue] = ACTIONS(1948), + [anon_sym_for] = ACTIONS(1948), + [anon_sym_loop] = ACTIONS(1948), + [anon_sym_while] = ACTIONS(1948), + [anon_sym_do] = ACTIONS(1948), + [anon_sym_if] = ACTIONS(1948), + [anon_sym_match] = ACTIONS(1948), + [anon_sym_LBRACE] = ACTIONS(1948), + [anon_sym_RBRACE] = ACTIONS(1948), + [anon_sym_try] = ACTIONS(1948), + [anon_sym_return] = ACTIONS(1948), + [anon_sym_source] = ACTIONS(1948), + [anon_sym_source_DASHenv] = ACTIONS(1948), + [anon_sym_register] = ACTIONS(1948), + [anon_sym_hide] = ACTIONS(1948), + [anon_sym_hide_DASHenv] = ACTIONS(1948), + [anon_sym_overlay] = ACTIONS(1948), + [anon_sym_where] = ACTIONS(1948), + [anon_sym_not] = ACTIONS(1948), + [anon_sym_DOT_DOT_LT] = ACTIONS(1948), + [anon_sym_DOT_DOT] = ACTIONS(1948), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1948), + [sym_val_nothing] = ACTIONS(1948), + [anon_sym_true] = ACTIONS(1948), + [anon_sym_false] = ACTIONS(1948), + [aux_sym_val_number_token1] = ACTIONS(1948), + [aux_sym_val_number_token2] = ACTIONS(1948), + [aux_sym_val_number_token3] = ACTIONS(1948), + [aux_sym_val_number_token4] = ACTIONS(1948), + [anon_sym_inf] = ACTIONS(1948), + [anon_sym_DASHinf] = ACTIONS(1948), + [anon_sym_NaN] = ACTIONS(1948), + [anon_sym_0b] = ACTIONS(1948), + [anon_sym_0o] = ACTIONS(1948), + [anon_sym_0x] = ACTIONS(1948), + [sym_val_date] = ACTIONS(1948), + [anon_sym_DQUOTE] = ACTIONS(1948), + [sym__str_single_quotes] = ACTIONS(1948), + [sym__str_back_ticks] = ACTIONS(1948), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1948), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1948), + [anon_sym_CARET] = ACTIONS(1948), [anon_sym_POUND] = ACTIONS(3), }, [868] = { [sym_comment] = STATE(868), - [anon_sym_export] = ACTIONS(848), - [anon_sym_alias] = ACTIONS(848), - [anon_sym_let] = ACTIONS(848), - [anon_sym_let_DASHenv] = ACTIONS(848), - [anon_sym_mut] = ACTIONS(848), - [anon_sym_const] = ACTIONS(848), - [sym_cmd_identifier] = ACTIONS(848), - [anon_sym_SEMI] = ACTIONS(848), - [anon_sym_LF] = ACTIONS(850), - [anon_sym_def] = ACTIONS(848), - [anon_sym_def_DASHenv] = ACTIONS(848), - [anon_sym_export_DASHenv] = ACTIONS(848), - [anon_sym_extern] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_use] = ACTIONS(848), - [anon_sym_LBRACK] = ACTIONS(848), - [anon_sym_LPAREN] = ACTIONS(848), - [anon_sym_RPAREN] = ACTIONS(848), - [anon_sym_DOLLAR] = ACTIONS(848), - [anon_sym_error] = ACTIONS(848), - [anon_sym_DASH] = ACTIONS(848), - [anon_sym_break] = ACTIONS(848), - [anon_sym_continue] = ACTIONS(848), - [anon_sym_for] = ACTIONS(848), - [anon_sym_loop] = ACTIONS(848), - [anon_sym_while] = ACTIONS(848), - [anon_sym_do] = ACTIONS(848), - [anon_sym_if] = ACTIONS(848), - [anon_sym_match] = ACTIONS(848), - [anon_sym_LBRACE] = ACTIONS(848), - [anon_sym_RBRACE] = ACTIONS(848), - [anon_sym_try] = ACTIONS(848), - [anon_sym_return] = ACTIONS(848), - [anon_sym_source] = ACTIONS(848), - [anon_sym_source_DASHenv] = ACTIONS(848), - [anon_sym_register] = ACTIONS(848), - [anon_sym_hide] = ACTIONS(848), - [anon_sym_hide_DASHenv] = ACTIONS(848), - [anon_sym_overlay] = ACTIONS(848), - [anon_sym_where] = ACTIONS(848), - [anon_sym_not] = ACTIONS(848), - [anon_sym_DOT_DOT_LT] = ACTIONS(848), - [anon_sym_DOT_DOT] = ACTIONS(848), - [anon_sym_DOT_DOT_EQ] = ACTIONS(848), - [sym_val_nothing] = ACTIONS(848), - [anon_sym_true] = ACTIONS(848), - [anon_sym_false] = ACTIONS(848), - [aux_sym_val_number_token1] = ACTIONS(848), - [aux_sym_val_number_token2] = ACTIONS(848), - [aux_sym_val_number_token3] = ACTIONS(848), - [aux_sym_val_number_token4] = ACTIONS(848), - [anon_sym_inf] = ACTIONS(848), - [anon_sym_DASHinf] = ACTIONS(848), - [anon_sym_NaN] = ACTIONS(848), - [anon_sym_0b] = ACTIONS(848), - [anon_sym_0o] = ACTIONS(848), - [anon_sym_0x] = ACTIONS(848), - [sym_val_date] = ACTIONS(848), - [anon_sym_DQUOTE] = ACTIONS(848), - [sym__str_single_quotes] = ACTIONS(848), - [sym__str_back_ticks] = ACTIONS(848), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(848), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(848), - [anon_sym_CARET] = ACTIONS(848), + [anon_sym_export] = ACTIONS(1952), + [anon_sym_alias] = ACTIONS(1952), + [anon_sym_let] = ACTIONS(1952), + [anon_sym_let_DASHenv] = ACTIONS(1952), + [anon_sym_mut] = ACTIONS(1952), + [anon_sym_const] = ACTIONS(1952), + [sym_cmd_identifier] = ACTIONS(1952), + [anon_sym_SEMI] = ACTIONS(1952), + [anon_sym_LF] = ACTIONS(1954), + [anon_sym_def] = ACTIONS(1952), + [anon_sym_def_DASHenv] = ACTIONS(1952), + [anon_sym_export_DASHenv] = ACTIONS(1952), + [anon_sym_extern] = ACTIONS(1952), + [anon_sym_module] = ACTIONS(1952), + [anon_sym_use] = ACTIONS(1952), + [anon_sym_LBRACK] = ACTIONS(1952), + [anon_sym_LPAREN] = ACTIONS(1952), + [anon_sym_RPAREN] = ACTIONS(1952), + [anon_sym_DOLLAR] = ACTIONS(1952), + [anon_sym_error] = ACTIONS(1952), + [anon_sym_DASH] = ACTIONS(1952), + [anon_sym_break] = ACTIONS(1952), + [anon_sym_continue] = ACTIONS(1952), + [anon_sym_for] = ACTIONS(1952), + [anon_sym_loop] = ACTIONS(1952), + [anon_sym_while] = ACTIONS(1952), + [anon_sym_do] = ACTIONS(1952), + [anon_sym_if] = ACTIONS(1952), + [anon_sym_match] = ACTIONS(1952), + [anon_sym_LBRACE] = ACTIONS(1952), + [anon_sym_RBRACE] = ACTIONS(1952), + [anon_sym_try] = ACTIONS(1952), + [anon_sym_return] = ACTIONS(1952), + [anon_sym_source] = ACTIONS(1952), + [anon_sym_source_DASHenv] = ACTIONS(1952), + [anon_sym_register] = ACTIONS(1952), + [anon_sym_hide] = ACTIONS(1952), + [anon_sym_hide_DASHenv] = ACTIONS(1952), + [anon_sym_overlay] = ACTIONS(1952), + [anon_sym_where] = ACTIONS(1952), + [anon_sym_not] = ACTIONS(1952), + [anon_sym_DOT_DOT_LT] = ACTIONS(1952), + [anon_sym_DOT_DOT] = ACTIONS(1952), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1952), + [sym_val_nothing] = ACTIONS(1952), + [anon_sym_true] = ACTIONS(1952), + [anon_sym_false] = ACTIONS(1952), + [aux_sym_val_number_token1] = ACTIONS(1952), + [aux_sym_val_number_token2] = ACTIONS(1952), + [aux_sym_val_number_token3] = ACTIONS(1952), + [aux_sym_val_number_token4] = ACTIONS(1952), + [anon_sym_inf] = ACTIONS(1952), + [anon_sym_DASHinf] = ACTIONS(1952), + [anon_sym_NaN] = ACTIONS(1952), + [anon_sym_0b] = ACTIONS(1952), + [anon_sym_0o] = ACTIONS(1952), + [anon_sym_0x] = ACTIONS(1952), + [sym_val_date] = ACTIONS(1952), + [anon_sym_DQUOTE] = ACTIONS(1952), + [sym__str_single_quotes] = ACTIONS(1952), + [sym__str_back_ticks] = ACTIONS(1952), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1952), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1952), + [anon_sym_CARET] = ACTIONS(1952), [anon_sym_POUND] = ACTIONS(3), }, [869] = { [sym_comment] = STATE(869), - [anon_sym_export] = ACTIONS(1946), - [anon_sym_alias] = ACTIONS(1946), - [anon_sym_let] = ACTIONS(1946), - [anon_sym_let_DASHenv] = ACTIONS(1946), - [anon_sym_mut] = ACTIONS(1946), - [anon_sym_const] = ACTIONS(1946), - [sym_cmd_identifier] = ACTIONS(1946), - [anon_sym_SEMI] = ACTIONS(1946), - [anon_sym_LF] = ACTIONS(1948), - [anon_sym_def] = ACTIONS(1946), - [anon_sym_def_DASHenv] = ACTIONS(1946), - [anon_sym_export_DASHenv] = ACTIONS(1946), - [anon_sym_extern] = ACTIONS(1946), - [anon_sym_module] = ACTIONS(1946), - [anon_sym_use] = ACTIONS(1946), - [anon_sym_LBRACK] = ACTIONS(1946), - [anon_sym_LPAREN] = ACTIONS(1946), - [anon_sym_RPAREN] = ACTIONS(1946), - [anon_sym_DOLLAR] = ACTIONS(1946), - [anon_sym_error] = ACTIONS(1946), - [anon_sym_DASH] = ACTIONS(1946), - [anon_sym_break] = ACTIONS(1946), - [anon_sym_continue] = ACTIONS(1946), - [anon_sym_for] = ACTIONS(1946), - [anon_sym_loop] = ACTIONS(1946), - [anon_sym_while] = ACTIONS(1946), - [anon_sym_do] = ACTIONS(1946), - [anon_sym_if] = ACTIONS(1946), - [anon_sym_match] = ACTIONS(1946), - [anon_sym_LBRACE] = ACTIONS(1946), - [anon_sym_RBRACE] = ACTIONS(1946), - [anon_sym_try] = ACTIONS(1946), - [anon_sym_return] = ACTIONS(1946), - [anon_sym_source] = ACTIONS(1946), - [anon_sym_source_DASHenv] = ACTIONS(1946), - [anon_sym_register] = ACTIONS(1946), - [anon_sym_hide] = ACTIONS(1946), - [anon_sym_hide_DASHenv] = ACTIONS(1946), - [anon_sym_overlay] = ACTIONS(1946), - [anon_sym_where] = ACTIONS(1946), - [anon_sym_not] = ACTIONS(1946), - [anon_sym_DOT_DOT_LT] = ACTIONS(1946), - [anon_sym_DOT_DOT] = ACTIONS(1946), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1946), - [sym_val_nothing] = ACTIONS(1946), - [anon_sym_true] = ACTIONS(1946), - [anon_sym_false] = ACTIONS(1946), - [aux_sym_val_number_token1] = ACTIONS(1946), - [aux_sym_val_number_token2] = ACTIONS(1946), - [aux_sym_val_number_token3] = ACTIONS(1946), - [aux_sym_val_number_token4] = ACTIONS(1946), - [anon_sym_inf] = ACTIONS(1946), - [anon_sym_DASHinf] = ACTIONS(1946), - [anon_sym_NaN] = ACTIONS(1946), - [anon_sym_0b] = ACTIONS(1946), - [anon_sym_0o] = ACTIONS(1946), - [anon_sym_0x] = ACTIONS(1946), - [sym_val_date] = ACTIONS(1946), - [anon_sym_DQUOTE] = ACTIONS(1946), - [sym__str_single_quotes] = ACTIONS(1946), - [sym__str_back_ticks] = ACTIONS(1946), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1946), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1946), - [anon_sym_CARET] = ACTIONS(1946), + [ts_builtin_sym_end] = ACTIONS(1724), + [anon_sym_export] = ACTIONS(1722), + [anon_sym_alias] = ACTIONS(1722), + [anon_sym_let] = ACTIONS(1722), + [anon_sym_let_DASHenv] = ACTIONS(1722), + [anon_sym_mut] = ACTIONS(1722), + [anon_sym_const] = ACTIONS(1722), + [sym_cmd_identifier] = ACTIONS(1722), + [anon_sym_SEMI] = ACTIONS(1722), + [anon_sym_LF] = ACTIONS(1724), + [anon_sym_def] = ACTIONS(1722), + [anon_sym_def_DASHenv] = ACTIONS(1722), + [anon_sym_export_DASHenv] = ACTIONS(1722), + [anon_sym_extern] = ACTIONS(1722), + [anon_sym_module] = ACTIONS(1722), + [anon_sym_use] = ACTIONS(1722), + [anon_sym_LBRACK] = ACTIONS(1722), + [anon_sym_LPAREN] = ACTIONS(1722), + [anon_sym_PIPE] = ACTIONS(1722), + [anon_sym_DOLLAR] = ACTIONS(1722), + [anon_sym_error] = ACTIONS(1722), + [anon_sym_DASH] = ACTIONS(1722), + [anon_sym_break] = ACTIONS(1722), + [anon_sym_continue] = ACTIONS(1722), + [anon_sym_for] = ACTIONS(1722), + [anon_sym_loop] = ACTIONS(1722), + [anon_sym_while] = ACTIONS(1722), + [anon_sym_do] = ACTIONS(1722), + [anon_sym_if] = ACTIONS(1722), + [anon_sym_match] = ACTIONS(1722), + [anon_sym_LBRACE] = ACTIONS(1722), + [anon_sym_try] = ACTIONS(1722), + [anon_sym_return] = ACTIONS(1722), + [anon_sym_source] = ACTIONS(1722), + [anon_sym_source_DASHenv] = ACTIONS(1722), + [anon_sym_register] = ACTIONS(1722), + [anon_sym_hide] = ACTIONS(1722), + [anon_sym_hide_DASHenv] = ACTIONS(1722), + [anon_sym_overlay] = ACTIONS(1722), + [anon_sym_where] = ACTIONS(1722), + [anon_sym_not] = ACTIONS(1722), + [anon_sym_DOT_DOT_LT] = ACTIONS(1722), + [anon_sym_DOT_DOT] = ACTIONS(1722), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1722), + [sym_val_nothing] = ACTIONS(1722), + [anon_sym_true] = ACTIONS(1722), + [anon_sym_false] = ACTIONS(1722), + [aux_sym_val_number_token1] = ACTIONS(1722), + [aux_sym_val_number_token2] = ACTIONS(1722), + [aux_sym_val_number_token3] = ACTIONS(1722), + [aux_sym_val_number_token4] = ACTIONS(1722), + [anon_sym_inf] = ACTIONS(1722), + [anon_sym_DASHinf] = ACTIONS(1722), + [anon_sym_NaN] = ACTIONS(1722), + [anon_sym_0b] = ACTIONS(1722), + [anon_sym_0o] = ACTIONS(1722), + [anon_sym_0x] = ACTIONS(1722), + [sym_val_date] = ACTIONS(1722), + [anon_sym_DQUOTE] = ACTIONS(1722), + [sym__str_single_quotes] = ACTIONS(1722), + [sym__str_back_ticks] = ACTIONS(1722), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1722), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1722), + [anon_sym_CARET] = ACTIONS(1722), [anon_sym_POUND] = ACTIONS(3), }, [870] = { [sym_comment] = STATE(870), - [anon_sym_export] = ACTIONS(1950), - [anon_sym_alias] = ACTIONS(1950), - [anon_sym_let] = ACTIONS(1950), - [anon_sym_let_DASHenv] = ACTIONS(1950), - [anon_sym_mut] = ACTIONS(1950), - [anon_sym_const] = ACTIONS(1950), - [sym_cmd_identifier] = ACTIONS(1950), - [anon_sym_SEMI] = ACTIONS(1952), - [anon_sym_LF] = ACTIONS(1955), - [anon_sym_def] = ACTIONS(1950), - [anon_sym_def_DASHenv] = ACTIONS(1950), - [anon_sym_export_DASHenv] = ACTIONS(1950), - [anon_sym_extern] = ACTIONS(1950), - [anon_sym_module] = ACTIONS(1950), - [anon_sym_use] = ACTIONS(1950), - [anon_sym_LBRACK] = ACTIONS(1950), - [anon_sym_LPAREN] = ACTIONS(1950), - [anon_sym_RPAREN] = ACTIONS(1958), - [anon_sym_DOLLAR] = ACTIONS(1950), - [anon_sym_error] = ACTIONS(1950), - [anon_sym_DASH] = ACTIONS(1950), - [anon_sym_break] = ACTIONS(1950), - [anon_sym_continue] = ACTIONS(1950), - [anon_sym_for] = ACTIONS(1950), - [anon_sym_loop] = ACTIONS(1950), - [anon_sym_while] = ACTIONS(1950), - [anon_sym_do] = ACTIONS(1950), - [anon_sym_if] = ACTIONS(1950), - [anon_sym_match] = ACTIONS(1950), - [anon_sym_LBRACE] = ACTIONS(1950), - [anon_sym_RBRACE] = ACTIONS(1958), - [anon_sym_try] = ACTIONS(1950), - [anon_sym_return] = ACTIONS(1950), - [anon_sym_source] = ACTIONS(1950), - [anon_sym_source_DASHenv] = ACTIONS(1950), - [anon_sym_register] = ACTIONS(1950), - [anon_sym_hide] = ACTIONS(1950), - [anon_sym_hide_DASHenv] = ACTIONS(1950), - [anon_sym_overlay] = ACTIONS(1950), - [anon_sym_where] = ACTIONS(1950), - [anon_sym_not] = ACTIONS(1950), - [anon_sym_DOT_DOT_LT] = ACTIONS(1950), - [anon_sym_DOT_DOT] = ACTIONS(1950), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1950), - [sym_val_nothing] = ACTIONS(1950), - [anon_sym_true] = ACTIONS(1950), - [anon_sym_false] = ACTIONS(1950), - [aux_sym_val_number_token1] = ACTIONS(1950), - [aux_sym_val_number_token2] = ACTIONS(1950), - [aux_sym_val_number_token3] = ACTIONS(1950), - [aux_sym_val_number_token4] = ACTIONS(1950), - [anon_sym_inf] = ACTIONS(1950), - [anon_sym_DASHinf] = ACTIONS(1950), - [anon_sym_NaN] = ACTIONS(1950), - [anon_sym_0b] = ACTIONS(1950), - [anon_sym_0o] = ACTIONS(1950), - [anon_sym_0x] = ACTIONS(1950), - [sym_val_date] = ACTIONS(1950), - [anon_sym_DQUOTE] = ACTIONS(1950), - [sym__str_single_quotes] = ACTIONS(1950), - [sym__str_back_ticks] = ACTIONS(1950), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1950), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1950), - [anon_sym_CARET] = ACTIONS(1950), + [ts_builtin_sym_end] = ACTIONS(1684), + [anon_sym_export] = ACTIONS(1682), + [anon_sym_alias] = ACTIONS(1682), + [anon_sym_let] = ACTIONS(1682), + [anon_sym_let_DASHenv] = ACTIONS(1682), + [anon_sym_mut] = ACTIONS(1682), + [anon_sym_const] = ACTIONS(1682), + [sym_cmd_identifier] = ACTIONS(1682), + [anon_sym_SEMI] = ACTIONS(1682), + [anon_sym_LF] = ACTIONS(1684), + [anon_sym_def] = ACTIONS(1682), + [anon_sym_def_DASHenv] = ACTIONS(1682), + [anon_sym_export_DASHenv] = ACTIONS(1682), + [anon_sym_extern] = ACTIONS(1682), + [anon_sym_module] = ACTIONS(1682), + [anon_sym_use] = ACTIONS(1682), + [anon_sym_LBRACK] = ACTIONS(1682), + [anon_sym_LPAREN] = ACTIONS(1682), + [anon_sym_PIPE] = ACTIONS(1682), + [anon_sym_DOLLAR] = ACTIONS(1682), + [anon_sym_error] = ACTIONS(1682), + [anon_sym_DASH] = ACTIONS(1682), + [anon_sym_break] = ACTIONS(1682), + [anon_sym_continue] = ACTIONS(1682), + [anon_sym_for] = ACTIONS(1682), + [anon_sym_loop] = ACTIONS(1682), + [anon_sym_while] = ACTIONS(1682), + [anon_sym_do] = ACTIONS(1682), + [anon_sym_if] = ACTIONS(1682), + [anon_sym_match] = ACTIONS(1682), + [anon_sym_LBRACE] = ACTIONS(1682), + [anon_sym_try] = ACTIONS(1682), + [anon_sym_return] = ACTIONS(1682), + [anon_sym_source] = ACTIONS(1682), + [anon_sym_source_DASHenv] = ACTIONS(1682), + [anon_sym_register] = ACTIONS(1682), + [anon_sym_hide] = ACTIONS(1682), + [anon_sym_hide_DASHenv] = ACTIONS(1682), + [anon_sym_overlay] = ACTIONS(1682), + [anon_sym_where] = ACTIONS(1682), + [anon_sym_not] = ACTIONS(1682), + [anon_sym_DOT_DOT_LT] = ACTIONS(1682), + [anon_sym_DOT_DOT] = ACTIONS(1682), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1682), + [sym_val_nothing] = ACTIONS(1682), + [anon_sym_true] = ACTIONS(1682), + [anon_sym_false] = ACTIONS(1682), + [aux_sym_val_number_token1] = ACTIONS(1682), + [aux_sym_val_number_token2] = ACTIONS(1682), + [aux_sym_val_number_token3] = ACTIONS(1682), + [aux_sym_val_number_token4] = ACTIONS(1682), + [anon_sym_inf] = ACTIONS(1682), + [anon_sym_DASHinf] = ACTIONS(1682), + [anon_sym_NaN] = ACTIONS(1682), + [anon_sym_0b] = ACTIONS(1682), + [anon_sym_0o] = ACTIONS(1682), + [anon_sym_0x] = ACTIONS(1682), + [sym_val_date] = ACTIONS(1682), + [anon_sym_DQUOTE] = ACTIONS(1682), + [sym__str_single_quotes] = ACTIONS(1682), + [sym__str_back_ticks] = ACTIONS(1682), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1682), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1682), + [anon_sym_CARET] = ACTIONS(1682), [anon_sym_POUND] = ACTIONS(3), }, [871] = { [sym_comment] = STATE(871), - [anon_sym_export] = ACTIONS(860), - [anon_sym_alias] = ACTIONS(860), - [anon_sym_let] = ACTIONS(860), - [anon_sym_let_DASHenv] = ACTIONS(860), - [anon_sym_mut] = ACTIONS(860), - [anon_sym_const] = ACTIONS(860), - [sym_cmd_identifier] = ACTIONS(860), - [anon_sym_SEMI] = ACTIONS(860), - [anon_sym_LF] = ACTIONS(862), - [anon_sym_def] = ACTIONS(860), - [anon_sym_def_DASHenv] = ACTIONS(860), - [anon_sym_export_DASHenv] = ACTIONS(860), - [anon_sym_extern] = ACTIONS(860), - [anon_sym_module] = ACTIONS(860), - [anon_sym_use] = ACTIONS(860), - [anon_sym_LBRACK] = ACTIONS(860), - [anon_sym_LPAREN] = ACTIONS(860), - [anon_sym_RPAREN] = ACTIONS(860), - [anon_sym_DOLLAR] = ACTIONS(860), - [anon_sym_error] = ACTIONS(860), - [anon_sym_DASH] = ACTIONS(860), - [anon_sym_break] = ACTIONS(860), - [anon_sym_continue] = ACTIONS(860), - [anon_sym_for] = ACTIONS(860), - [anon_sym_loop] = ACTIONS(860), - [anon_sym_while] = ACTIONS(860), - [anon_sym_do] = ACTIONS(860), - [anon_sym_if] = ACTIONS(860), - [anon_sym_match] = ACTIONS(860), - [anon_sym_LBRACE] = ACTIONS(860), - [anon_sym_RBRACE] = ACTIONS(860), - [anon_sym_try] = ACTIONS(860), - [anon_sym_return] = ACTIONS(860), - [anon_sym_source] = ACTIONS(860), - [anon_sym_source_DASHenv] = ACTIONS(860), - [anon_sym_register] = ACTIONS(860), - [anon_sym_hide] = ACTIONS(860), - [anon_sym_hide_DASHenv] = ACTIONS(860), - [anon_sym_overlay] = ACTIONS(860), - [anon_sym_where] = ACTIONS(860), - [anon_sym_not] = ACTIONS(860), - [anon_sym_DOT_DOT_LT] = ACTIONS(860), - [anon_sym_DOT_DOT] = ACTIONS(860), - [anon_sym_DOT_DOT_EQ] = ACTIONS(860), - [sym_val_nothing] = ACTIONS(860), - [anon_sym_true] = ACTIONS(860), - [anon_sym_false] = ACTIONS(860), - [aux_sym_val_number_token1] = ACTIONS(860), - [aux_sym_val_number_token2] = ACTIONS(860), - [aux_sym_val_number_token3] = ACTIONS(860), - [aux_sym_val_number_token4] = ACTIONS(860), - [anon_sym_inf] = ACTIONS(860), - [anon_sym_DASHinf] = ACTIONS(860), - [anon_sym_NaN] = ACTIONS(860), - [anon_sym_0b] = ACTIONS(860), - [anon_sym_0o] = ACTIONS(860), - [anon_sym_0x] = ACTIONS(860), - [sym_val_date] = ACTIONS(860), - [anon_sym_DQUOTE] = ACTIONS(860), - [sym__str_single_quotes] = ACTIONS(860), - [sym__str_back_ticks] = ACTIONS(860), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(860), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(860), - [anon_sym_CARET] = ACTIONS(860), + [anon_sym_export] = ACTIONS(838), + [anon_sym_alias] = ACTIONS(838), + [anon_sym_let] = ACTIONS(838), + [anon_sym_let_DASHenv] = ACTIONS(838), + [anon_sym_mut] = ACTIONS(838), + [anon_sym_const] = ACTIONS(838), + [sym_cmd_identifier] = ACTIONS(838), + [anon_sym_SEMI] = ACTIONS(838), + [anon_sym_LF] = ACTIONS(840), + [anon_sym_def] = ACTIONS(838), + [anon_sym_def_DASHenv] = ACTIONS(838), + [anon_sym_export_DASHenv] = ACTIONS(838), + [anon_sym_extern] = ACTIONS(838), + [anon_sym_module] = ACTIONS(838), + [anon_sym_use] = ACTIONS(838), + [anon_sym_LBRACK] = ACTIONS(838), + [anon_sym_LPAREN] = ACTIONS(838), + [anon_sym_RPAREN] = ACTIONS(838), + [anon_sym_DOLLAR] = ACTIONS(838), + [anon_sym_error] = ACTIONS(838), + [anon_sym_DASH] = ACTIONS(838), + [anon_sym_break] = ACTIONS(838), + [anon_sym_continue] = ACTIONS(838), + [anon_sym_for] = ACTIONS(838), + [anon_sym_loop] = ACTIONS(838), + [anon_sym_while] = ACTIONS(838), + [anon_sym_do] = ACTIONS(838), + [anon_sym_if] = ACTIONS(838), + [anon_sym_match] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(838), + [anon_sym_RBRACE] = ACTIONS(838), + [anon_sym_try] = ACTIONS(838), + [anon_sym_return] = ACTIONS(838), + [anon_sym_source] = ACTIONS(838), + [anon_sym_source_DASHenv] = ACTIONS(838), + [anon_sym_register] = ACTIONS(838), + [anon_sym_hide] = ACTIONS(838), + [anon_sym_hide_DASHenv] = ACTIONS(838), + [anon_sym_overlay] = ACTIONS(838), + [anon_sym_where] = ACTIONS(838), + [anon_sym_not] = ACTIONS(838), + [anon_sym_DOT_DOT_LT] = ACTIONS(838), + [anon_sym_DOT_DOT] = ACTIONS(838), + [anon_sym_DOT_DOT_EQ] = ACTIONS(838), + [sym_val_nothing] = ACTIONS(838), + [anon_sym_true] = ACTIONS(838), + [anon_sym_false] = ACTIONS(838), + [aux_sym_val_number_token1] = ACTIONS(838), + [aux_sym_val_number_token2] = ACTIONS(838), + [aux_sym_val_number_token3] = ACTIONS(838), + [aux_sym_val_number_token4] = ACTIONS(838), + [anon_sym_inf] = ACTIONS(838), + [anon_sym_DASHinf] = ACTIONS(838), + [anon_sym_NaN] = ACTIONS(838), + [anon_sym_0b] = ACTIONS(838), + [anon_sym_0o] = ACTIONS(838), + [anon_sym_0x] = ACTIONS(838), + [sym_val_date] = ACTIONS(838), + [anon_sym_DQUOTE] = ACTIONS(838), + [sym__str_single_quotes] = ACTIONS(838), + [sym__str_back_ticks] = ACTIONS(838), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(838), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(838), + [anon_sym_CARET] = ACTIONS(838), [anon_sym_POUND] = ACTIONS(3), }, [872] = { [sym_comment] = STATE(872), - [anon_sym_export] = ACTIONS(1960), - [anon_sym_alias] = ACTIONS(1960), - [anon_sym_let] = ACTIONS(1960), - [anon_sym_let_DASHenv] = ACTIONS(1960), - [anon_sym_mut] = ACTIONS(1960), - [anon_sym_const] = ACTIONS(1960), - [sym_cmd_identifier] = ACTIONS(1960), - [anon_sym_SEMI] = ACTIONS(1960), - [anon_sym_LF] = ACTIONS(1962), - [anon_sym_def] = ACTIONS(1960), - [anon_sym_def_DASHenv] = ACTIONS(1960), - [anon_sym_export_DASHenv] = ACTIONS(1960), - [anon_sym_extern] = ACTIONS(1960), - [anon_sym_module] = ACTIONS(1960), - [anon_sym_use] = ACTIONS(1960), - [anon_sym_LBRACK] = ACTIONS(1960), - [anon_sym_LPAREN] = ACTIONS(1960), - [anon_sym_RPAREN] = ACTIONS(1960), - [anon_sym_DOLLAR] = ACTIONS(1960), - [anon_sym_error] = ACTIONS(1960), - [anon_sym_DASH] = ACTIONS(1960), - [anon_sym_break] = ACTIONS(1960), - [anon_sym_continue] = ACTIONS(1960), - [anon_sym_for] = ACTIONS(1960), - [anon_sym_loop] = ACTIONS(1960), - [anon_sym_while] = ACTIONS(1960), - [anon_sym_do] = ACTIONS(1960), - [anon_sym_if] = ACTIONS(1960), - [anon_sym_match] = ACTIONS(1960), - [anon_sym_LBRACE] = ACTIONS(1960), - [anon_sym_RBRACE] = ACTIONS(1960), - [anon_sym_try] = ACTIONS(1960), - [anon_sym_return] = ACTIONS(1960), - [anon_sym_source] = ACTIONS(1960), - [anon_sym_source_DASHenv] = ACTIONS(1960), - [anon_sym_register] = ACTIONS(1960), - [anon_sym_hide] = ACTIONS(1960), - [anon_sym_hide_DASHenv] = ACTIONS(1960), - [anon_sym_overlay] = ACTIONS(1960), - [anon_sym_where] = ACTIONS(1960), - [anon_sym_not] = ACTIONS(1960), - [anon_sym_DOT_DOT_LT] = ACTIONS(1960), - [anon_sym_DOT_DOT] = ACTIONS(1960), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1960), - [sym_val_nothing] = ACTIONS(1960), - [anon_sym_true] = ACTIONS(1960), - [anon_sym_false] = ACTIONS(1960), - [aux_sym_val_number_token1] = ACTIONS(1960), - [aux_sym_val_number_token2] = ACTIONS(1960), - [aux_sym_val_number_token3] = ACTIONS(1960), - [aux_sym_val_number_token4] = ACTIONS(1960), - [anon_sym_inf] = ACTIONS(1960), - [anon_sym_DASHinf] = ACTIONS(1960), - [anon_sym_NaN] = ACTIONS(1960), - [anon_sym_0b] = ACTIONS(1960), - [anon_sym_0o] = ACTIONS(1960), - [anon_sym_0x] = ACTIONS(1960), - [sym_val_date] = ACTIONS(1960), - [anon_sym_DQUOTE] = ACTIONS(1960), - [sym__str_single_quotes] = ACTIONS(1960), - [sym__str_back_ticks] = ACTIONS(1960), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1960), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1960), - [anon_sym_CARET] = ACTIONS(1960), + [anon_sym_export] = ACTIONS(1956), + [anon_sym_alias] = ACTIONS(1956), + [anon_sym_let] = ACTIONS(1956), + [anon_sym_let_DASHenv] = ACTIONS(1956), + [anon_sym_mut] = ACTIONS(1956), + [anon_sym_const] = ACTIONS(1956), + [sym_cmd_identifier] = ACTIONS(1956), + [anon_sym_SEMI] = ACTIONS(1958), + [anon_sym_LF] = ACTIONS(1961), + [anon_sym_def] = ACTIONS(1956), + [anon_sym_def_DASHenv] = ACTIONS(1956), + [anon_sym_export_DASHenv] = ACTIONS(1956), + [anon_sym_extern] = ACTIONS(1956), + [anon_sym_module] = ACTIONS(1956), + [anon_sym_use] = ACTIONS(1956), + [anon_sym_LBRACK] = ACTIONS(1956), + [anon_sym_LPAREN] = ACTIONS(1956), + [anon_sym_RPAREN] = ACTIONS(1964), + [anon_sym_DOLLAR] = ACTIONS(1956), + [anon_sym_error] = ACTIONS(1956), + [anon_sym_DASH] = ACTIONS(1956), + [anon_sym_break] = ACTIONS(1956), + [anon_sym_continue] = ACTIONS(1956), + [anon_sym_for] = ACTIONS(1956), + [anon_sym_loop] = ACTIONS(1956), + [anon_sym_while] = ACTIONS(1956), + [anon_sym_do] = ACTIONS(1956), + [anon_sym_if] = ACTIONS(1956), + [anon_sym_match] = ACTIONS(1956), + [anon_sym_LBRACE] = ACTIONS(1956), + [anon_sym_RBRACE] = ACTIONS(1964), + [anon_sym_try] = ACTIONS(1956), + [anon_sym_return] = ACTIONS(1956), + [anon_sym_source] = ACTIONS(1956), + [anon_sym_source_DASHenv] = ACTIONS(1956), + [anon_sym_register] = ACTIONS(1956), + [anon_sym_hide] = ACTIONS(1956), + [anon_sym_hide_DASHenv] = ACTIONS(1956), + [anon_sym_overlay] = ACTIONS(1956), + [anon_sym_where] = ACTIONS(1956), + [anon_sym_not] = ACTIONS(1956), + [anon_sym_DOT_DOT_LT] = ACTIONS(1956), + [anon_sym_DOT_DOT] = ACTIONS(1956), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1956), + [sym_val_nothing] = ACTIONS(1956), + [anon_sym_true] = ACTIONS(1956), + [anon_sym_false] = ACTIONS(1956), + [aux_sym_val_number_token1] = ACTIONS(1956), + [aux_sym_val_number_token2] = ACTIONS(1956), + [aux_sym_val_number_token3] = ACTIONS(1956), + [aux_sym_val_number_token4] = ACTIONS(1956), + [anon_sym_inf] = ACTIONS(1956), + [anon_sym_DASHinf] = ACTIONS(1956), + [anon_sym_NaN] = ACTIONS(1956), + [anon_sym_0b] = ACTIONS(1956), + [anon_sym_0o] = ACTIONS(1956), + [anon_sym_0x] = ACTIONS(1956), + [sym_val_date] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym__str_single_quotes] = ACTIONS(1956), + [sym__str_back_ticks] = ACTIONS(1956), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1956), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1956), + [anon_sym_CARET] = ACTIONS(1956), [anon_sym_POUND] = ACTIONS(3), }, [873] = { [sym_comment] = STATE(873), - [ts_builtin_sym_end] = ACTIONS(664), - [anon_sym_export] = ACTIONS(662), - [anon_sym_alias] = ACTIONS(662), - [anon_sym_let] = ACTIONS(662), - [anon_sym_let_DASHenv] = ACTIONS(662), - [anon_sym_mut] = ACTIONS(662), - [anon_sym_const] = ACTIONS(662), - [sym_cmd_identifier] = ACTIONS(662), - [anon_sym_SEMI] = ACTIONS(662), - [anon_sym_LF] = ACTIONS(664), - [anon_sym_def] = ACTIONS(662), - [anon_sym_def_DASHenv] = ACTIONS(662), - [anon_sym_export_DASHenv] = ACTIONS(662), - [anon_sym_extern] = ACTIONS(662), - [anon_sym_module] = ACTIONS(662), - [anon_sym_use] = ACTIONS(662), - [anon_sym_LBRACK] = ACTIONS(662), - [anon_sym_LPAREN] = ACTIONS(662), - [anon_sym_PIPE] = ACTIONS(662), - [anon_sym_DOLLAR] = ACTIONS(662), - [anon_sym_error] = ACTIONS(662), - [anon_sym_DASH] = ACTIONS(662), - [anon_sym_break] = ACTIONS(662), - [anon_sym_continue] = ACTIONS(662), - [anon_sym_for] = ACTIONS(662), - [anon_sym_loop] = ACTIONS(662), - [anon_sym_while] = ACTIONS(662), - [anon_sym_do] = ACTIONS(662), - [anon_sym_if] = ACTIONS(662), - [anon_sym_match] = ACTIONS(662), - [anon_sym_LBRACE] = ACTIONS(662), - [anon_sym_try] = ACTIONS(662), - [anon_sym_return] = ACTIONS(662), - [anon_sym_source] = ACTIONS(662), - [anon_sym_source_DASHenv] = ACTIONS(662), - [anon_sym_register] = ACTIONS(662), - [anon_sym_hide] = ACTIONS(662), - [anon_sym_hide_DASHenv] = ACTIONS(662), - [anon_sym_overlay] = ACTIONS(662), - [anon_sym_where] = ACTIONS(662), - [anon_sym_not] = ACTIONS(662), - [anon_sym_DOT_DOT_LT] = ACTIONS(662), - [anon_sym_DOT_DOT] = ACTIONS(662), - [anon_sym_DOT_DOT_EQ] = ACTIONS(662), - [sym_val_nothing] = ACTIONS(662), - [anon_sym_true] = ACTIONS(662), - [anon_sym_false] = ACTIONS(662), - [aux_sym_val_number_token1] = ACTIONS(662), - [aux_sym_val_number_token2] = ACTIONS(662), - [aux_sym_val_number_token3] = ACTIONS(662), - [aux_sym_val_number_token4] = ACTIONS(662), - [anon_sym_inf] = ACTIONS(662), - [anon_sym_DASHinf] = ACTIONS(662), - [anon_sym_NaN] = ACTIONS(662), - [anon_sym_0b] = ACTIONS(662), - [anon_sym_0o] = ACTIONS(662), - [anon_sym_0x] = ACTIONS(662), - [sym_val_date] = ACTIONS(662), - [anon_sym_DQUOTE] = ACTIONS(662), - [sym__str_single_quotes] = ACTIONS(662), - [sym__str_back_ticks] = ACTIONS(662), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(662), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(662), - [anon_sym_CARET] = ACTIONS(662), + [anon_sym_export] = ACTIONS(1966), + [anon_sym_alias] = ACTIONS(1966), + [anon_sym_let] = ACTIONS(1966), + [anon_sym_let_DASHenv] = ACTIONS(1966), + [anon_sym_mut] = ACTIONS(1966), + [anon_sym_const] = ACTIONS(1966), + [sym_cmd_identifier] = ACTIONS(1966), + [anon_sym_SEMI] = ACTIONS(1966), + [anon_sym_LF] = ACTIONS(1968), + [anon_sym_def] = ACTIONS(1966), + [anon_sym_def_DASHenv] = ACTIONS(1966), + [anon_sym_export_DASHenv] = ACTIONS(1966), + [anon_sym_extern] = ACTIONS(1966), + [anon_sym_module] = ACTIONS(1966), + [anon_sym_use] = ACTIONS(1966), + [anon_sym_LBRACK] = ACTIONS(1966), + [anon_sym_LPAREN] = ACTIONS(1966), + [anon_sym_RPAREN] = ACTIONS(1966), + [anon_sym_DOLLAR] = ACTIONS(1966), + [anon_sym_error] = ACTIONS(1966), + [anon_sym_DASH] = ACTIONS(1966), + [anon_sym_break] = ACTIONS(1966), + [anon_sym_continue] = ACTIONS(1966), + [anon_sym_for] = ACTIONS(1966), + [anon_sym_loop] = ACTIONS(1966), + [anon_sym_while] = ACTIONS(1966), + [anon_sym_do] = ACTIONS(1966), + [anon_sym_if] = ACTIONS(1966), + [anon_sym_match] = ACTIONS(1966), + [anon_sym_LBRACE] = ACTIONS(1966), + [anon_sym_RBRACE] = ACTIONS(1966), + [anon_sym_try] = ACTIONS(1966), + [anon_sym_return] = ACTIONS(1966), + [anon_sym_source] = ACTIONS(1966), + [anon_sym_source_DASHenv] = ACTIONS(1966), + [anon_sym_register] = ACTIONS(1966), + [anon_sym_hide] = ACTIONS(1966), + [anon_sym_hide_DASHenv] = ACTIONS(1966), + [anon_sym_overlay] = ACTIONS(1966), + [anon_sym_where] = ACTIONS(1966), + [anon_sym_not] = ACTIONS(1966), + [anon_sym_DOT_DOT_LT] = ACTIONS(1966), + [anon_sym_DOT_DOT] = ACTIONS(1966), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1966), + [sym_val_nothing] = ACTIONS(1966), + [anon_sym_true] = ACTIONS(1966), + [anon_sym_false] = ACTIONS(1966), + [aux_sym_val_number_token1] = ACTIONS(1966), + [aux_sym_val_number_token2] = ACTIONS(1966), + [aux_sym_val_number_token3] = ACTIONS(1966), + [aux_sym_val_number_token4] = ACTIONS(1966), + [anon_sym_inf] = ACTIONS(1966), + [anon_sym_DASHinf] = ACTIONS(1966), + [anon_sym_NaN] = ACTIONS(1966), + [anon_sym_0b] = ACTIONS(1966), + [anon_sym_0o] = ACTIONS(1966), + [anon_sym_0x] = ACTIONS(1966), + [sym_val_date] = ACTIONS(1966), + [anon_sym_DQUOTE] = ACTIONS(1966), + [sym__str_single_quotes] = ACTIONS(1966), + [sym__str_back_ticks] = ACTIONS(1966), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1966), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1966), + [anon_sym_CARET] = ACTIONS(1966), [anon_sym_POUND] = ACTIONS(3), }, [874] = { [sym_comment] = STATE(874), - [anon_sym_export] = ACTIONS(1964), - [anon_sym_alias] = ACTIONS(1964), - [anon_sym_let] = ACTIONS(1964), - [anon_sym_let_DASHenv] = ACTIONS(1964), - [anon_sym_mut] = ACTIONS(1964), - [anon_sym_const] = ACTIONS(1964), - [sym_cmd_identifier] = ACTIONS(1964), - [anon_sym_SEMI] = ACTIONS(1964), - [anon_sym_LF] = ACTIONS(1966), - [anon_sym_def] = ACTIONS(1964), - [anon_sym_def_DASHenv] = ACTIONS(1964), - [anon_sym_export_DASHenv] = ACTIONS(1964), - [anon_sym_extern] = ACTIONS(1964), - [anon_sym_module] = ACTIONS(1964), - [anon_sym_use] = ACTIONS(1964), - [anon_sym_LBRACK] = ACTIONS(1964), - [anon_sym_LPAREN] = ACTIONS(1964), - [anon_sym_RPAREN] = ACTIONS(1964), - [anon_sym_DOLLAR] = ACTIONS(1964), - [anon_sym_error] = ACTIONS(1964), - [anon_sym_DASH] = ACTIONS(1964), - [anon_sym_break] = ACTIONS(1964), - [anon_sym_continue] = ACTIONS(1964), - [anon_sym_for] = ACTIONS(1964), - [anon_sym_loop] = ACTIONS(1964), - [anon_sym_while] = ACTIONS(1964), - [anon_sym_do] = ACTIONS(1964), - [anon_sym_if] = ACTIONS(1964), - [anon_sym_match] = ACTIONS(1964), - [anon_sym_LBRACE] = ACTIONS(1964), - [anon_sym_RBRACE] = ACTIONS(1964), - [anon_sym_try] = ACTIONS(1964), - [anon_sym_return] = ACTIONS(1964), - [anon_sym_source] = ACTIONS(1964), - [anon_sym_source_DASHenv] = ACTIONS(1964), - [anon_sym_register] = ACTIONS(1964), - [anon_sym_hide] = ACTIONS(1964), - [anon_sym_hide_DASHenv] = ACTIONS(1964), - [anon_sym_overlay] = ACTIONS(1964), - [anon_sym_where] = ACTIONS(1964), - [anon_sym_not] = ACTIONS(1964), - [anon_sym_DOT_DOT_LT] = ACTIONS(1964), - [anon_sym_DOT_DOT] = ACTIONS(1964), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1964), - [sym_val_nothing] = ACTIONS(1964), - [anon_sym_true] = ACTIONS(1964), - [anon_sym_false] = ACTIONS(1964), - [aux_sym_val_number_token1] = ACTIONS(1964), - [aux_sym_val_number_token2] = ACTIONS(1964), - [aux_sym_val_number_token3] = ACTIONS(1964), - [aux_sym_val_number_token4] = ACTIONS(1964), - [anon_sym_inf] = ACTIONS(1964), - [anon_sym_DASHinf] = ACTIONS(1964), - [anon_sym_NaN] = ACTIONS(1964), - [anon_sym_0b] = ACTIONS(1964), - [anon_sym_0o] = ACTIONS(1964), - [anon_sym_0x] = ACTIONS(1964), - [sym_val_date] = ACTIONS(1964), - [anon_sym_DQUOTE] = ACTIONS(1964), - [sym__str_single_quotes] = ACTIONS(1964), - [sym__str_back_ticks] = ACTIONS(1964), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1964), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1964), - [anon_sym_CARET] = ACTIONS(1964), + [anon_sym_export] = ACTIONS(1970), + [anon_sym_alias] = ACTIONS(1970), + [anon_sym_let] = ACTIONS(1970), + [anon_sym_let_DASHenv] = ACTIONS(1970), + [anon_sym_mut] = ACTIONS(1970), + [anon_sym_const] = ACTIONS(1970), + [sym_cmd_identifier] = ACTIONS(1970), + [anon_sym_SEMI] = ACTIONS(1970), + [anon_sym_LF] = ACTIONS(1972), + [anon_sym_def] = ACTIONS(1970), + [anon_sym_def_DASHenv] = ACTIONS(1970), + [anon_sym_export_DASHenv] = ACTIONS(1970), + [anon_sym_extern] = ACTIONS(1970), + [anon_sym_module] = ACTIONS(1970), + [anon_sym_use] = ACTIONS(1970), + [anon_sym_LBRACK] = ACTIONS(1970), + [anon_sym_LPAREN] = ACTIONS(1970), + [anon_sym_RPAREN] = ACTIONS(1970), + [anon_sym_DOLLAR] = ACTIONS(1970), + [anon_sym_error] = ACTIONS(1970), + [anon_sym_DASH] = ACTIONS(1970), + [anon_sym_break] = ACTIONS(1970), + [anon_sym_continue] = ACTIONS(1970), + [anon_sym_for] = ACTIONS(1970), + [anon_sym_loop] = ACTIONS(1970), + [anon_sym_while] = ACTIONS(1970), + [anon_sym_do] = ACTIONS(1970), + [anon_sym_if] = ACTIONS(1970), + [anon_sym_match] = ACTIONS(1970), + [anon_sym_LBRACE] = ACTIONS(1970), + [anon_sym_RBRACE] = ACTIONS(1970), + [anon_sym_try] = ACTIONS(1970), + [anon_sym_return] = ACTIONS(1970), + [anon_sym_source] = ACTIONS(1970), + [anon_sym_source_DASHenv] = ACTIONS(1970), + [anon_sym_register] = ACTIONS(1970), + [anon_sym_hide] = ACTIONS(1970), + [anon_sym_hide_DASHenv] = ACTIONS(1970), + [anon_sym_overlay] = ACTIONS(1970), + [anon_sym_where] = ACTIONS(1970), + [anon_sym_not] = ACTIONS(1970), + [anon_sym_DOT_DOT_LT] = ACTIONS(1970), + [anon_sym_DOT_DOT] = ACTIONS(1970), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1970), + [sym_val_nothing] = ACTIONS(1970), + [anon_sym_true] = ACTIONS(1970), + [anon_sym_false] = ACTIONS(1970), + [aux_sym_val_number_token1] = ACTIONS(1970), + [aux_sym_val_number_token2] = ACTIONS(1970), + [aux_sym_val_number_token3] = ACTIONS(1970), + [aux_sym_val_number_token4] = ACTIONS(1970), + [anon_sym_inf] = ACTIONS(1970), + [anon_sym_DASHinf] = ACTIONS(1970), + [anon_sym_NaN] = ACTIONS(1970), + [anon_sym_0b] = ACTIONS(1970), + [anon_sym_0o] = ACTIONS(1970), + [anon_sym_0x] = ACTIONS(1970), + [sym_val_date] = ACTIONS(1970), + [anon_sym_DQUOTE] = ACTIONS(1970), + [sym__str_single_quotes] = ACTIONS(1970), + [sym__str_back_ticks] = ACTIONS(1970), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1970), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1970), + [anon_sym_CARET] = ACTIONS(1970), [anon_sym_POUND] = ACTIONS(3), }, [875] = { [sym_comment] = STATE(875), - [anon_sym_export] = ACTIONS(1968), - [anon_sym_alias] = ACTIONS(1968), - [anon_sym_let] = ACTIONS(1968), - [anon_sym_let_DASHenv] = ACTIONS(1968), - [anon_sym_mut] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [sym_cmd_identifier] = ACTIONS(1968), - [anon_sym_SEMI] = ACTIONS(1968), - [anon_sym_LF] = ACTIONS(1970), - [anon_sym_def] = ACTIONS(1968), - [anon_sym_def_DASHenv] = ACTIONS(1968), - [anon_sym_export_DASHenv] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym_module] = ACTIONS(1968), - [anon_sym_use] = ACTIONS(1968), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_LPAREN] = ACTIONS(1968), - [anon_sym_RPAREN] = ACTIONS(1968), - [anon_sym_DOLLAR] = ACTIONS(1968), - [anon_sym_error] = ACTIONS(1968), - [anon_sym_DASH] = ACTIONS(1968), - [anon_sym_break] = ACTIONS(1968), - [anon_sym_continue] = ACTIONS(1968), - [anon_sym_for] = ACTIONS(1968), - [anon_sym_loop] = ACTIONS(1968), - [anon_sym_while] = ACTIONS(1968), - [anon_sym_do] = ACTIONS(1968), - [anon_sym_if] = ACTIONS(1968), - [anon_sym_match] = ACTIONS(1968), - [anon_sym_LBRACE] = ACTIONS(1968), - [anon_sym_RBRACE] = ACTIONS(1968), - [anon_sym_try] = ACTIONS(1968), - [anon_sym_return] = ACTIONS(1968), - [anon_sym_source] = ACTIONS(1968), - [anon_sym_source_DASHenv] = ACTIONS(1968), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_hide] = ACTIONS(1968), - [anon_sym_hide_DASHenv] = ACTIONS(1968), - [anon_sym_overlay] = ACTIONS(1968), - [anon_sym_where] = ACTIONS(1968), - [anon_sym_not] = ACTIONS(1968), - [anon_sym_DOT_DOT_LT] = ACTIONS(1968), - [anon_sym_DOT_DOT] = ACTIONS(1968), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1968), - [sym_val_nothing] = ACTIONS(1968), - [anon_sym_true] = ACTIONS(1968), - [anon_sym_false] = ACTIONS(1968), - [aux_sym_val_number_token1] = ACTIONS(1968), - [aux_sym_val_number_token2] = ACTIONS(1968), - [aux_sym_val_number_token3] = ACTIONS(1968), - [aux_sym_val_number_token4] = ACTIONS(1968), - [anon_sym_inf] = ACTIONS(1968), - [anon_sym_DASHinf] = ACTIONS(1968), - [anon_sym_NaN] = ACTIONS(1968), - [anon_sym_0b] = ACTIONS(1968), - [anon_sym_0o] = ACTIONS(1968), - [anon_sym_0x] = ACTIONS(1968), - [sym_val_date] = ACTIONS(1968), - [anon_sym_DQUOTE] = ACTIONS(1968), - [sym__str_single_quotes] = ACTIONS(1968), - [sym__str_back_ticks] = ACTIONS(1968), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1968), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1968), - [anon_sym_CARET] = ACTIONS(1968), + [ts_builtin_sym_end] = ACTIONS(704), + [anon_sym_export] = ACTIONS(702), + [anon_sym_alias] = ACTIONS(702), + [anon_sym_let] = ACTIONS(702), + [anon_sym_let_DASHenv] = ACTIONS(702), + [anon_sym_mut] = ACTIONS(702), + [anon_sym_const] = ACTIONS(702), + [sym_cmd_identifier] = ACTIONS(702), + [anon_sym_SEMI] = ACTIONS(702), + [anon_sym_LF] = ACTIONS(704), + [anon_sym_def] = ACTIONS(702), + [anon_sym_def_DASHenv] = ACTIONS(702), + [anon_sym_export_DASHenv] = ACTIONS(702), + [anon_sym_extern] = ACTIONS(702), + [anon_sym_module] = ACTIONS(702), + [anon_sym_use] = ACTIONS(702), + [anon_sym_LBRACK] = ACTIONS(702), + [anon_sym_LPAREN] = ACTIONS(702), + [anon_sym_PIPE] = ACTIONS(702), + [anon_sym_DOLLAR] = ACTIONS(702), + [anon_sym_error] = ACTIONS(702), + [anon_sym_DASH] = ACTIONS(702), + [anon_sym_break] = ACTIONS(702), + [anon_sym_continue] = ACTIONS(702), + [anon_sym_for] = ACTIONS(702), + [anon_sym_loop] = ACTIONS(702), + [anon_sym_while] = ACTIONS(702), + [anon_sym_do] = ACTIONS(702), + [anon_sym_if] = ACTIONS(702), + [anon_sym_match] = ACTIONS(702), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_try] = ACTIONS(702), + [anon_sym_return] = ACTIONS(702), + [anon_sym_source] = ACTIONS(702), + [anon_sym_source_DASHenv] = ACTIONS(702), + [anon_sym_register] = ACTIONS(702), + [anon_sym_hide] = ACTIONS(702), + [anon_sym_hide_DASHenv] = ACTIONS(702), + [anon_sym_overlay] = ACTIONS(702), + [anon_sym_where] = ACTIONS(702), + [anon_sym_not] = ACTIONS(702), + [anon_sym_DOT_DOT_LT] = ACTIONS(702), + [anon_sym_DOT_DOT] = ACTIONS(702), + [anon_sym_DOT_DOT_EQ] = ACTIONS(702), + [sym_val_nothing] = ACTIONS(702), + [anon_sym_true] = ACTIONS(702), + [anon_sym_false] = ACTIONS(702), + [aux_sym_val_number_token1] = ACTIONS(702), + [aux_sym_val_number_token2] = ACTIONS(702), + [aux_sym_val_number_token3] = ACTIONS(702), + [aux_sym_val_number_token4] = ACTIONS(702), + [anon_sym_inf] = ACTIONS(702), + [anon_sym_DASHinf] = ACTIONS(702), + [anon_sym_NaN] = ACTIONS(702), + [anon_sym_0b] = ACTIONS(702), + [anon_sym_0o] = ACTIONS(702), + [anon_sym_0x] = ACTIONS(702), + [sym_val_date] = ACTIONS(702), + [anon_sym_DQUOTE] = ACTIONS(702), + [sym__str_single_quotes] = ACTIONS(702), + [sym__str_back_ticks] = ACTIONS(702), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(702), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(702), + [anon_sym_CARET] = ACTIONS(702), [anon_sym_POUND] = ACTIONS(3), }, [876] = { [sym_comment] = STATE(876), - [ts_builtin_sym_end] = ACTIONS(1710), - [anon_sym_export] = ACTIONS(1708), - [anon_sym_alias] = ACTIONS(1708), - [anon_sym_let] = ACTIONS(1708), - [anon_sym_let_DASHenv] = ACTIONS(1708), - [anon_sym_mut] = ACTIONS(1708), - [anon_sym_const] = ACTIONS(1708), - [sym_cmd_identifier] = ACTIONS(1708), - [anon_sym_SEMI] = ACTIONS(1708), - [anon_sym_LF] = ACTIONS(1710), - [anon_sym_def] = ACTIONS(1708), - [anon_sym_def_DASHenv] = ACTIONS(1708), - [anon_sym_export_DASHenv] = ACTIONS(1708), - [anon_sym_extern] = ACTIONS(1708), - [anon_sym_module] = ACTIONS(1708), - [anon_sym_use] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1708), - [anon_sym_LPAREN] = ACTIONS(1708), - [anon_sym_PIPE] = ACTIONS(1708), - [anon_sym_DOLLAR] = ACTIONS(1708), - [anon_sym_error] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_break] = ACTIONS(1708), - [anon_sym_continue] = ACTIONS(1708), - [anon_sym_for] = ACTIONS(1708), - [anon_sym_loop] = ACTIONS(1708), - [anon_sym_while] = ACTIONS(1708), - [anon_sym_do] = ACTIONS(1708), - [anon_sym_if] = ACTIONS(1708), - [anon_sym_match] = ACTIONS(1708), - [anon_sym_LBRACE] = ACTIONS(1708), - [anon_sym_try] = ACTIONS(1708), - [anon_sym_return] = ACTIONS(1708), - [anon_sym_source] = ACTIONS(1708), - [anon_sym_source_DASHenv] = ACTIONS(1708), - [anon_sym_register] = ACTIONS(1708), - [anon_sym_hide] = ACTIONS(1708), - [anon_sym_hide_DASHenv] = ACTIONS(1708), - [anon_sym_overlay] = ACTIONS(1708), - [anon_sym_where] = ACTIONS(1708), - [anon_sym_not] = ACTIONS(1708), - [anon_sym_DOT_DOT_LT] = ACTIONS(1708), - [anon_sym_DOT_DOT] = ACTIONS(1708), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1708), - [sym_val_nothing] = ACTIONS(1708), - [anon_sym_true] = ACTIONS(1708), - [anon_sym_false] = ACTIONS(1708), - [aux_sym_val_number_token1] = ACTIONS(1708), - [aux_sym_val_number_token2] = ACTIONS(1708), - [aux_sym_val_number_token3] = ACTIONS(1708), - [aux_sym_val_number_token4] = ACTIONS(1708), - [anon_sym_inf] = ACTIONS(1708), - [anon_sym_DASHinf] = ACTIONS(1708), - [anon_sym_NaN] = ACTIONS(1708), - [anon_sym_0b] = ACTIONS(1708), - [anon_sym_0o] = ACTIONS(1708), - [anon_sym_0x] = ACTIONS(1708), - [sym_val_date] = ACTIONS(1708), - [anon_sym_DQUOTE] = ACTIONS(1708), - [sym__str_single_quotes] = ACTIONS(1708), - [sym__str_back_ticks] = ACTIONS(1708), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1708), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1708), - [anon_sym_CARET] = ACTIONS(1708), + [anon_sym_export] = ACTIONS(1974), + [anon_sym_alias] = ACTIONS(1974), + [anon_sym_let] = ACTIONS(1974), + [anon_sym_let_DASHenv] = ACTIONS(1974), + [anon_sym_mut] = ACTIONS(1974), + [anon_sym_const] = ACTIONS(1974), + [sym_cmd_identifier] = ACTIONS(1974), + [anon_sym_SEMI] = ACTIONS(1974), + [anon_sym_LF] = ACTIONS(1976), + [anon_sym_def] = ACTIONS(1974), + [anon_sym_def_DASHenv] = ACTIONS(1974), + [anon_sym_export_DASHenv] = ACTIONS(1974), + [anon_sym_extern] = ACTIONS(1974), + [anon_sym_module] = ACTIONS(1974), + [anon_sym_use] = ACTIONS(1974), + [anon_sym_LBRACK] = ACTIONS(1974), + [anon_sym_LPAREN] = ACTIONS(1974), + [anon_sym_RPAREN] = ACTIONS(1974), + [anon_sym_DOLLAR] = ACTIONS(1974), + [anon_sym_error] = ACTIONS(1974), + [anon_sym_DASH] = ACTIONS(1974), + [anon_sym_break] = ACTIONS(1974), + [anon_sym_continue] = ACTIONS(1974), + [anon_sym_for] = ACTIONS(1974), + [anon_sym_loop] = ACTIONS(1974), + [anon_sym_while] = ACTIONS(1974), + [anon_sym_do] = ACTIONS(1974), + [anon_sym_if] = ACTIONS(1974), + [anon_sym_match] = ACTIONS(1974), + [anon_sym_LBRACE] = ACTIONS(1974), + [anon_sym_RBRACE] = ACTIONS(1974), + [anon_sym_try] = ACTIONS(1974), + [anon_sym_return] = ACTIONS(1974), + [anon_sym_source] = ACTIONS(1974), + [anon_sym_source_DASHenv] = ACTIONS(1974), + [anon_sym_register] = ACTIONS(1974), + [anon_sym_hide] = ACTIONS(1974), + [anon_sym_hide_DASHenv] = ACTIONS(1974), + [anon_sym_overlay] = ACTIONS(1974), + [anon_sym_where] = ACTIONS(1974), + [anon_sym_not] = ACTIONS(1974), + [anon_sym_DOT_DOT_LT] = ACTIONS(1974), + [anon_sym_DOT_DOT] = ACTIONS(1974), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1974), + [sym_val_nothing] = ACTIONS(1974), + [anon_sym_true] = ACTIONS(1974), + [anon_sym_false] = ACTIONS(1974), + [aux_sym_val_number_token1] = ACTIONS(1974), + [aux_sym_val_number_token2] = ACTIONS(1974), + [aux_sym_val_number_token3] = ACTIONS(1974), + [aux_sym_val_number_token4] = ACTIONS(1974), + [anon_sym_inf] = ACTIONS(1974), + [anon_sym_DASHinf] = ACTIONS(1974), + [anon_sym_NaN] = ACTIONS(1974), + [anon_sym_0b] = ACTIONS(1974), + [anon_sym_0o] = ACTIONS(1974), + [anon_sym_0x] = ACTIONS(1974), + [sym_val_date] = ACTIONS(1974), + [anon_sym_DQUOTE] = ACTIONS(1974), + [sym__str_single_quotes] = ACTIONS(1974), + [sym__str_back_ticks] = ACTIONS(1974), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1974), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1974), + [anon_sym_CARET] = ACTIONS(1974), [anon_sym_POUND] = ACTIONS(3), }, [877] = { [sym_comment] = STATE(877), - [anon_sym_export] = ACTIONS(1972), - [anon_sym_alias] = ACTIONS(1972), - [anon_sym_let] = ACTIONS(1972), - [anon_sym_let_DASHenv] = ACTIONS(1972), - [anon_sym_mut] = ACTIONS(1972), - [anon_sym_const] = ACTIONS(1972), - [sym_cmd_identifier] = ACTIONS(1972), - [anon_sym_SEMI] = ACTIONS(1972), - [anon_sym_LF] = ACTIONS(1974), - [anon_sym_def] = ACTIONS(1972), - [anon_sym_def_DASHenv] = ACTIONS(1972), - [anon_sym_export_DASHenv] = ACTIONS(1972), - [anon_sym_extern] = ACTIONS(1972), - [anon_sym_module] = ACTIONS(1972), - [anon_sym_use] = ACTIONS(1972), - [anon_sym_LBRACK] = ACTIONS(1972), - [anon_sym_LPAREN] = ACTIONS(1972), - [anon_sym_RPAREN] = ACTIONS(1972), - [anon_sym_DOLLAR] = ACTIONS(1972), - [anon_sym_error] = ACTIONS(1972), - [anon_sym_DASH] = ACTIONS(1972), - [anon_sym_break] = ACTIONS(1972), - [anon_sym_continue] = ACTIONS(1972), - [anon_sym_for] = ACTIONS(1972), - [anon_sym_loop] = ACTIONS(1972), - [anon_sym_while] = ACTIONS(1972), - [anon_sym_do] = ACTIONS(1972), - [anon_sym_if] = ACTIONS(1972), - [anon_sym_match] = ACTIONS(1972), - [anon_sym_LBRACE] = ACTIONS(1972), - [anon_sym_RBRACE] = ACTIONS(1972), - [anon_sym_try] = ACTIONS(1972), - [anon_sym_return] = ACTIONS(1972), - [anon_sym_source] = ACTIONS(1972), - [anon_sym_source_DASHenv] = ACTIONS(1972), - [anon_sym_register] = ACTIONS(1972), - [anon_sym_hide] = ACTIONS(1972), - [anon_sym_hide_DASHenv] = ACTIONS(1972), - [anon_sym_overlay] = ACTIONS(1972), - [anon_sym_where] = ACTIONS(1972), - [anon_sym_not] = ACTIONS(1972), - [anon_sym_DOT_DOT_LT] = ACTIONS(1972), - [anon_sym_DOT_DOT] = ACTIONS(1972), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1972), - [sym_val_nothing] = ACTIONS(1972), - [anon_sym_true] = ACTIONS(1972), - [anon_sym_false] = ACTIONS(1972), - [aux_sym_val_number_token1] = ACTIONS(1972), - [aux_sym_val_number_token2] = ACTIONS(1972), - [aux_sym_val_number_token3] = ACTIONS(1972), - [aux_sym_val_number_token4] = ACTIONS(1972), - [anon_sym_inf] = ACTIONS(1972), - [anon_sym_DASHinf] = ACTIONS(1972), - [anon_sym_NaN] = ACTIONS(1972), - [anon_sym_0b] = ACTIONS(1972), - [anon_sym_0o] = ACTIONS(1972), - [anon_sym_0x] = ACTIONS(1972), - [sym_val_date] = ACTIONS(1972), - [anon_sym_DQUOTE] = ACTIONS(1972), - [sym__str_single_quotes] = ACTIONS(1972), - [sym__str_back_ticks] = ACTIONS(1972), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1972), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1972), - [anon_sym_CARET] = ACTIONS(1972), + [anon_sym_export] = ACTIONS(1978), + [anon_sym_alias] = ACTIONS(1978), + [anon_sym_let] = ACTIONS(1978), + [anon_sym_let_DASHenv] = ACTIONS(1978), + [anon_sym_mut] = ACTIONS(1978), + [anon_sym_const] = ACTIONS(1978), + [sym_cmd_identifier] = ACTIONS(1978), + [anon_sym_SEMI] = ACTIONS(1978), + [anon_sym_LF] = ACTIONS(1980), + [anon_sym_def] = ACTIONS(1978), + [anon_sym_def_DASHenv] = ACTIONS(1978), + [anon_sym_export_DASHenv] = ACTIONS(1978), + [anon_sym_extern] = ACTIONS(1978), + [anon_sym_module] = ACTIONS(1978), + [anon_sym_use] = ACTIONS(1978), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_LPAREN] = ACTIONS(1978), + [anon_sym_RPAREN] = ACTIONS(1978), + [anon_sym_DOLLAR] = ACTIONS(1978), + [anon_sym_error] = ACTIONS(1978), + [anon_sym_DASH] = ACTIONS(1978), + [anon_sym_break] = ACTIONS(1978), + [anon_sym_continue] = ACTIONS(1978), + [anon_sym_for] = ACTIONS(1978), + [anon_sym_loop] = ACTIONS(1978), + [anon_sym_while] = ACTIONS(1978), + [anon_sym_do] = ACTIONS(1978), + [anon_sym_if] = ACTIONS(1978), + [anon_sym_match] = ACTIONS(1978), + [anon_sym_LBRACE] = ACTIONS(1978), + [anon_sym_RBRACE] = ACTIONS(1978), + [anon_sym_try] = ACTIONS(1978), + [anon_sym_return] = ACTIONS(1978), + [anon_sym_source] = ACTIONS(1978), + [anon_sym_source_DASHenv] = ACTIONS(1978), + [anon_sym_register] = ACTIONS(1978), + [anon_sym_hide] = ACTIONS(1978), + [anon_sym_hide_DASHenv] = ACTIONS(1978), + [anon_sym_overlay] = ACTIONS(1978), + [anon_sym_where] = ACTIONS(1978), + [anon_sym_not] = ACTIONS(1978), + [anon_sym_DOT_DOT_LT] = ACTIONS(1978), + [anon_sym_DOT_DOT] = ACTIONS(1978), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1978), + [sym_val_nothing] = ACTIONS(1978), + [anon_sym_true] = ACTIONS(1978), + [anon_sym_false] = ACTIONS(1978), + [aux_sym_val_number_token1] = ACTIONS(1978), + [aux_sym_val_number_token2] = ACTIONS(1978), + [aux_sym_val_number_token3] = ACTIONS(1978), + [aux_sym_val_number_token4] = ACTIONS(1978), + [anon_sym_inf] = ACTIONS(1978), + [anon_sym_DASHinf] = ACTIONS(1978), + [anon_sym_NaN] = ACTIONS(1978), + [anon_sym_0b] = ACTIONS(1978), + [anon_sym_0o] = ACTIONS(1978), + [anon_sym_0x] = ACTIONS(1978), + [sym_val_date] = ACTIONS(1978), + [anon_sym_DQUOTE] = ACTIONS(1978), + [sym__str_single_quotes] = ACTIONS(1978), + [sym__str_back_ticks] = ACTIONS(1978), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1978), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1978), + [anon_sym_CARET] = ACTIONS(1978), [anon_sym_POUND] = ACTIONS(3), }, [878] = { [sym_comment] = STATE(878), - [anon_sym_export] = ACTIONS(1976), - [anon_sym_alias] = ACTIONS(1976), - [anon_sym_let] = ACTIONS(1976), - [anon_sym_let_DASHenv] = ACTIONS(1976), - [anon_sym_mut] = ACTIONS(1976), - [anon_sym_const] = ACTIONS(1976), - [sym_cmd_identifier] = ACTIONS(1976), - [anon_sym_SEMI] = ACTIONS(1978), - [anon_sym_LF] = ACTIONS(1981), - [anon_sym_def] = ACTIONS(1976), - [anon_sym_def_DASHenv] = ACTIONS(1976), - [anon_sym_export_DASHenv] = ACTIONS(1976), - [anon_sym_extern] = ACTIONS(1976), - [anon_sym_module] = ACTIONS(1976), - [anon_sym_use] = ACTIONS(1976), - [anon_sym_LBRACK] = ACTIONS(1976), - [anon_sym_LPAREN] = ACTIONS(1976), - [anon_sym_RPAREN] = ACTIONS(1984), - [anon_sym_DOLLAR] = ACTIONS(1976), - [anon_sym_error] = ACTIONS(1976), - [anon_sym_DASH] = ACTIONS(1976), - [anon_sym_break] = ACTIONS(1976), - [anon_sym_continue] = ACTIONS(1976), - [anon_sym_for] = ACTIONS(1976), - [anon_sym_loop] = ACTIONS(1976), - [anon_sym_while] = ACTIONS(1976), - [anon_sym_do] = ACTIONS(1976), - [anon_sym_if] = ACTIONS(1976), - [anon_sym_match] = ACTIONS(1976), - [anon_sym_LBRACE] = ACTIONS(1976), - [anon_sym_RBRACE] = ACTIONS(1984), - [anon_sym_try] = ACTIONS(1976), - [anon_sym_return] = ACTIONS(1976), - [anon_sym_source] = ACTIONS(1976), - [anon_sym_source_DASHenv] = ACTIONS(1976), - [anon_sym_register] = ACTIONS(1976), - [anon_sym_hide] = ACTIONS(1976), - [anon_sym_hide_DASHenv] = ACTIONS(1976), - [anon_sym_overlay] = ACTIONS(1976), - [anon_sym_where] = ACTIONS(1976), - [anon_sym_not] = ACTIONS(1976), - [anon_sym_DOT_DOT_LT] = ACTIONS(1976), - [anon_sym_DOT_DOT] = ACTIONS(1976), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1976), - [sym_val_nothing] = ACTIONS(1976), - [anon_sym_true] = ACTIONS(1976), - [anon_sym_false] = ACTIONS(1976), - [aux_sym_val_number_token1] = ACTIONS(1976), - [aux_sym_val_number_token2] = ACTIONS(1976), - [aux_sym_val_number_token3] = ACTIONS(1976), - [aux_sym_val_number_token4] = ACTIONS(1976), - [anon_sym_inf] = ACTIONS(1976), - [anon_sym_DASHinf] = ACTIONS(1976), - [anon_sym_NaN] = ACTIONS(1976), - [anon_sym_0b] = ACTIONS(1976), - [anon_sym_0o] = ACTIONS(1976), - [anon_sym_0x] = ACTIONS(1976), - [sym_val_date] = ACTIONS(1976), - [anon_sym_DQUOTE] = ACTIONS(1976), - [sym__str_single_quotes] = ACTIONS(1976), - [sym__str_back_ticks] = ACTIONS(1976), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1976), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1976), - [anon_sym_CARET] = ACTIONS(1976), + [anon_sym_export] = ACTIONS(1982), + [anon_sym_alias] = ACTIONS(1982), + [anon_sym_let] = ACTIONS(1982), + [anon_sym_let_DASHenv] = ACTIONS(1982), + [anon_sym_mut] = ACTIONS(1982), + [anon_sym_const] = ACTIONS(1982), + [sym_cmd_identifier] = ACTIONS(1982), + [anon_sym_SEMI] = ACTIONS(1984), + [anon_sym_LF] = ACTIONS(1987), + [anon_sym_def] = ACTIONS(1982), + [anon_sym_def_DASHenv] = ACTIONS(1982), + [anon_sym_export_DASHenv] = ACTIONS(1982), + [anon_sym_extern] = ACTIONS(1982), + [anon_sym_module] = ACTIONS(1982), + [anon_sym_use] = ACTIONS(1982), + [anon_sym_LBRACK] = ACTIONS(1982), + [anon_sym_LPAREN] = ACTIONS(1982), + [anon_sym_RPAREN] = ACTIONS(1990), + [anon_sym_DOLLAR] = ACTIONS(1982), + [anon_sym_error] = ACTIONS(1982), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_break] = ACTIONS(1982), + [anon_sym_continue] = ACTIONS(1982), + [anon_sym_for] = ACTIONS(1982), + [anon_sym_loop] = ACTIONS(1982), + [anon_sym_while] = ACTIONS(1982), + [anon_sym_do] = ACTIONS(1982), + [anon_sym_if] = ACTIONS(1982), + [anon_sym_match] = ACTIONS(1982), + [anon_sym_LBRACE] = ACTIONS(1982), + [anon_sym_RBRACE] = ACTIONS(1990), + [anon_sym_try] = ACTIONS(1982), + [anon_sym_return] = ACTIONS(1982), + [anon_sym_source] = ACTIONS(1982), + [anon_sym_source_DASHenv] = ACTIONS(1982), + [anon_sym_register] = ACTIONS(1982), + [anon_sym_hide] = ACTIONS(1982), + [anon_sym_hide_DASHenv] = ACTIONS(1982), + [anon_sym_overlay] = ACTIONS(1982), + [anon_sym_where] = ACTIONS(1982), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_DOT_DOT_LT] = ACTIONS(1982), + [anon_sym_DOT_DOT] = ACTIONS(1982), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1982), + [sym_val_nothing] = ACTIONS(1982), + [anon_sym_true] = ACTIONS(1982), + [anon_sym_false] = ACTIONS(1982), + [aux_sym_val_number_token1] = ACTIONS(1982), + [aux_sym_val_number_token2] = ACTIONS(1982), + [aux_sym_val_number_token3] = ACTIONS(1982), + [aux_sym_val_number_token4] = ACTIONS(1982), + [anon_sym_inf] = ACTIONS(1982), + [anon_sym_DASHinf] = ACTIONS(1982), + [anon_sym_NaN] = ACTIONS(1982), + [anon_sym_0b] = ACTIONS(1982), + [anon_sym_0o] = ACTIONS(1982), + [anon_sym_0x] = ACTIONS(1982), + [sym_val_date] = ACTIONS(1982), + [anon_sym_DQUOTE] = ACTIONS(1982), + [sym__str_single_quotes] = ACTIONS(1982), + [sym__str_back_ticks] = ACTIONS(1982), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1982), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1982), + [anon_sym_CARET] = ACTIONS(1982), [anon_sym_POUND] = ACTIONS(3), }, [879] = { [sym_comment] = STATE(879), - [ts_builtin_sym_end] = ACTIONS(1365), - [anon_sym_export] = ACTIONS(1363), - [anon_sym_alias] = ACTIONS(1363), - [anon_sym_let] = ACTIONS(1363), - [anon_sym_let_DASHenv] = ACTIONS(1363), - [anon_sym_mut] = ACTIONS(1363), - [anon_sym_const] = ACTIONS(1363), - [sym_cmd_identifier] = ACTIONS(1363), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_LF] = ACTIONS(1365), - [anon_sym_def] = ACTIONS(1363), - [anon_sym_def_DASHenv] = ACTIONS(1363), - [anon_sym_export_DASHenv] = ACTIONS(1363), - [anon_sym_extern] = ACTIONS(1363), - [anon_sym_module] = ACTIONS(1363), - [anon_sym_use] = ACTIONS(1363), - [anon_sym_LBRACK] = ACTIONS(1363), - [anon_sym_LPAREN] = ACTIONS(1363), - [anon_sym_PIPE] = ACTIONS(1363), - [anon_sym_DOLLAR] = ACTIONS(1363), - [anon_sym_error] = ACTIONS(1363), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_break] = ACTIONS(1363), - [anon_sym_continue] = ACTIONS(1363), - [anon_sym_for] = ACTIONS(1363), - [anon_sym_loop] = ACTIONS(1363), - [anon_sym_while] = ACTIONS(1363), - [anon_sym_do] = ACTIONS(1363), - [anon_sym_if] = ACTIONS(1363), - [anon_sym_match] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_try] = ACTIONS(1363), - [anon_sym_return] = ACTIONS(1363), - [anon_sym_source] = ACTIONS(1363), - [anon_sym_source_DASHenv] = ACTIONS(1363), - [anon_sym_register] = ACTIONS(1363), - [anon_sym_hide] = ACTIONS(1363), - [anon_sym_hide_DASHenv] = ACTIONS(1363), - [anon_sym_overlay] = ACTIONS(1363), - [anon_sym_where] = ACTIONS(1363), - [anon_sym_not] = ACTIONS(1363), - [anon_sym_DOT_DOT_LT] = ACTIONS(1363), - [anon_sym_DOT_DOT] = ACTIONS(1363), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1363), - [sym_val_nothing] = ACTIONS(1363), - [anon_sym_true] = ACTIONS(1363), - [anon_sym_false] = ACTIONS(1363), - [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(1363), - [anon_sym_inf] = ACTIONS(1363), - [anon_sym_DASHinf] = ACTIONS(1363), - [anon_sym_NaN] = ACTIONS(1363), - [anon_sym_0b] = ACTIONS(1363), - [anon_sym_0o] = ACTIONS(1363), - [anon_sym_0x] = ACTIONS(1363), - [sym_val_date] = ACTIONS(1363), - [anon_sym_DQUOTE] = ACTIONS(1363), - [sym__str_single_quotes] = ACTIONS(1363), - [sym__str_back_ticks] = ACTIONS(1363), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1363), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1363), - [anon_sym_CARET] = ACTIONS(1363), + [ts_builtin_sym_end] = ACTIONS(1736), + [anon_sym_export] = ACTIONS(1734), + [anon_sym_alias] = ACTIONS(1734), + [anon_sym_let] = ACTIONS(1734), + [anon_sym_let_DASHenv] = ACTIONS(1734), + [anon_sym_mut] = ACTIONS(1734), + [anon_sym_const] = ACTIONS(1734), + [sym_cmd_identifier] = ACTIONS(1734), + [anon_sym_SEMI] = ACTIONS(1734), + [anon_sym_LF] = ACTIONS(1736), + [anon_sym_def] = ACTIONS(1734), + [anon_sym_def_DASHenv] = ACTIONS(1734), + [anon_sym_export_DASHenv] = ACTIONS(1734), + [anon_sym_extern] = ACTIONS(1734), + [anon_sym_module] = ACTIONS(1734), + [anon_sym_use] = ACTIONS(1734), + [anon_sym_LBRACK] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1734), + [anon_sym_PIPE] = ACTIONS(1734), + [anon_sym_DOLLAR] = ACTIONS(1734), + [anon_sym_error] = ACTIONS(1734), + [anon_sym_DASH] = ACTIONS(1734), + [anon_sym_break] = ACTIONS(1734), + [anon_sym_continue] = ACTIONS(1734), + [anon_sym_for] = ACTIONS(1734), + [anon_sym_loop] = ACTIONS(1734), + [anon_sym_while] = ACTIONS(1734), + [anon_sym_do] = ACTIONS(1734), + [anon_sym_if] = ACTIONS(1734), + [anon_sym_match] = ACTIONS(1734), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_try] = ACTIONS(1734), + [anon_sym_return] = ACTIONS(1734), + [anon_sym_source] = ACTIONS(1734), + [anon_sym_source_DASHenv] = ACTIONS(1734), + [anon_sym_register] = ACTIONS(1734), + [anon_sym_hide] = ACTIONS(1734), + [anon_sym_hide_DASHenv] = ACTIONS(1734), + [anon_sym_overlay] = ACTIONS(1734), + [anon_sym_where] = ACTIONS(1734), + [anon_sym_not] = ACTIONS(1734), + [anon_sym_DOT_DOT_LT] = ACTIONS(1734), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1734), + [sym_val_nothing] = ACTIONS(1734), + [anon_sym_true] = ACTIONS(1734), + [anon_sym_false] = ACTIONS(1734), + [aux_sym_val_number_token1] = ACTIONS(1734), + [aux_sym_val_number_token2] = ACTIONS(1734), + [aux_sym_val_number_token3] = ACTIONS(1734), + [aux_sym_val_number_token4] = ACTIONS(1734), + [anon_sym_inf] = ACTIONS(1734), + [anon_sym_DASHinf] = ACTIONS(1734), + [anon_sym_NaN] = ACTIONS(1734), + [anon_sym_0b] = ACTIONS(1734), + [anon_sym_0o] = ACTIONS(1734), + [anon_sym_0x] = ACTIONS(1734), + [sym_val_date] = ACTIONS(1734), + [anon_sym_DQUOTE] = ACTIONS(1734), + [sym__str_single_quotes] = ACTIONS(1734), + [sym__str_back_ticks] = ACTIONS(1734), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1734), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1734), + [anon_sym_CARET] = ACTIONS(1734), [anon_sym_POUND] = ACTIONS(3), }, [880] = { [sym_comment] = STATE(880), - [anon_sym_export] = ACTIONS(1986), - [anon_sym_alias] = ACTIONS(1986), - [anon_sym_let] = ACTIONS(1986), - [anon_sym_let_DASHenv] = ACTIONS(1986), - [anon_sym_mut] = ACTIONS(1986), - [anon_sym_const] = ACTIONS(1986), - [sym_cmd_identifier] = ACTIONS(1986), - [anon_sym_SEMI] = ACTIONS(1988), - [anon_sym_LF] = ACTIONS(1991), - [anon_sym_def] = ACTIONS(1986), - [anon_sym_def_DASHenv] = ACTIONS(1986), - [anon_sym_export_DASHenv] = ACTIONS(1986), - [anon_sym_extern] = ACTIONS(1986), - [anon_sym_module] = ACTIONS(1986), - [anon_sym_use] = ACTIONS(1986), - [anon_sym_LBRACK] = ACTIONS(1986), - [anon_sym_LPAREN] = ACTIONS(1986), - [anon_sym_RPAREN] = ACTIONS(1994), - [anon_sym_DOLLAR] = ACTIONS(1986), - [anon_sym_error] = ACTIONS(1986), - [anon_sym_DASH] = ACTIONS(1986), - [anon_sym_break] = ACTIONS(1986), - [anon_sym_continue] = ACTIONS(1986), - [anon_sym_for] = ACTIONS(1986), - [anon_sym_loop] = ACTIONS(1986), - [anon_sym_while] = ACTIONS(1986), - [anon_sym_do] = ACTIONS(1986), - [anon_sym_if] = ACTIONS(1986), - [anon_sym_match] = ACTIONS(1986), - [anon_sym_LBRACE] = ACTIONS(1986), - [anon_sym_RBRACE] = ACTIONS(1994), - [anon_sym_try] = ACTIONS(1986), - [anon_sym_return] = ACTIONS(1986), - [anon_sym_source] = ACTIONS(1986), - [anon_sym_source_DASHenv] = ACTIONS(1986), - [anon_sym_register] = ACTIONS(1986), - [anon_sym_hide] = ACTIONS(1986), - [anon_sym_hide_DASHenv] = ACTIONS(1986), - [anon_sym_overlay] = ACTIONS(1986), - [anon_sym_where] = ACTIONS(1986), - [anon_sym_not] = ACTIONS(1986), - [anon_sym_DOT_DOT_LT] = ACTIONS(1986), - [anon_sym_DOT_DOT] = ACTIONS(1986), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1986), - [sym_val_nothing] = ACTIONS(1986), - [anon_sym_true] = ACTIONS(1986), - [anon_sym_false] = ACTIONS(1986), - [aux_sym_val_number_token1] = ACTIONS(1986), - [aux_sym_val_number_token2] = ACTIONS(1986), - [aux_sym_val_number_token3] = ACTIONS(1986), - [aux_sym_val_number_token4] = ACTIONS(1986), - [anon_sym_inf] = ACTIONS(1986), - [anon_sym_DASHinf] = ACTIONS(1986), - [anon_sym_NaN] = ACTIONS(1986), - [anon_sym_0b] = ACTIONS(1986), - [anon_sym_0o] = ACTIONS(1986), - [anon_sym_0x] = ACTIONS(1986), - [sym_val_date] = ACTIONS(1986), - [anon_sym_DQUOTE] = ACTIONS(1986), - [sym__str_single_quotes] = ACTIONS(1986), - [sym__str_back_ticks] = ACTIONS(1986), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1986), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1986), - [anon_sym_CARET] = ACTIONS(1986), + [anon_sym_export] = ACTIONS(1992), + [anon_sym_alias] = ACTIONS(1992), + [anon_sym_let] = ACTIONS(1992), + [anon_sym_let_DASHenv] = ACTIONS(1992), + [anon_sym_mut] = ACTIONS(1992), + [anon_sym_const] = ACTIONS(1992), + [sym_cmd_identifier] = ACTIONS(1992), + [anon_sym_SEMI] = ACTIONS(1992), + [anon_sym_LF] = ACTIONS(1994), + [anon_sym_def] = ACTIONS(1992), + [anon_sym_def_DASHenv] = ACTIONS(1992), + [anon_sym_export_DASHenv] = ACTIONS(1992), + [anon_sym_extern] = ACTIONS(1992), + [anon_sym_module] = ACTIONS(1992), + [anon_sym_use] = ACTIONS(1992), + [anon_sym_LBRACK] = ACTIONS(1992), + [anon_sym_LPAREN] = ACTIONS(1992), + [anon_sym_RPAREN] = ACTIONS(1992), + [anon_sym_DOLLAR] = ACTIONS(1992), + [anon_sym_error] = ACTIONS(1992), + [anon_sym_DASH] = ACTIONS(1992), + [anon_sym_break] = ACTIONS(1992), + [anon_sym_continue] = ACTIONS(1992), + [anon_sym_for] = ACTIONS(1992), + [anon_sym_loop] = ACTIONS(1992), + [anon_sym_while] = ACTIONS(1992), + [anon_sym_do] = ACTIONS(1992), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_match] = ACTIONS(1992), + [anon_sym_LBRACE] = ACTIONS(1992), + [anon_sym_RBRACE] = ACTIONS(1992), + [anon_sym_try] = ACTIONS(1992), + [anon_sym_return] = ACTIONS(1992), + [anon_sym_source] = ACTIONS(1992), + [anon_sym_source_DASHenv] = ACTIONS(1992), + [anon_sym_register] = ACTIONS(1992), + [anon_sym_hide] = ACTIONS(1992), + [anon_sym_hide_DASHenv] = ACTIONS(1992), + [anon_sym_overlay] = ACTIONS(1992), + [anon_sym_where] = ACTIONS(1992), + [anon_sym_not] = ACTIONS(1992), + [anon_sym_DOT_DOT_LT] = ACTIONS(1992), + [anon_sym_DOT_DOT] = ACTIONS(1992), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1992), + [sym_val_nothing] = ACTIONS(1992), + [anon_sym_true] = ACTIONS(1992), + [anon_sym_false] = ACTIONS(1992), + [aux_sym_val_number_token1] = ACTIONS(1992), + [aux_sym_val_number_token2] = ACTIONS(1992), + [aux_sym_val_number_token3] = ACTIONS(1992), + [aux_sym_val_number_token4] = ACTIONS(1992), + [anon_sym_inf] = ACTIONS(1992), + [anon_sym_DASHinf] = ACTIONS(1992), + [anon_sym_NaN] = ACTIONS(1992), + [anon_sym_0b] = ACTIONS(1992), + [anon_sym_0o] = ACTIONS(1992), + [anon_sym_0x] = ACTIONS(1992), + [sym_val_date] = ACTIONS(1992), + [anon_sym_DQUOTE] = ACTIONS(1992), + [sym__str_single_quotes] = ACTIONS(1992), + [sym__str_back_ticks] = ACTIONS(1992), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1992), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1992), + [anon_sym_CARET] = ACTIONS(1992), [anon_sym_POUND] = ACTIONS(3), }, [881] = { [sym_comment] = STATE(881), - [anon_sym_export] = ACTIONS(1960), - [anon_sym_alias] = ACTIONS(1960), - [anon_sym_let] = ACTIONS(1960), - [anon_sym_let_DASHenv] = ACTIONS(1960), - [anon_sym_mut] = ACTIONS(1960), - [anon_sym_const] = ACTIONS(1960), - [sym_cmd_identifier] = ACTIONS(1960), - [anon_sym_SEMI] = ACTIONS(1960), - [anon_sym_LF] = ACTIONS(1962), - [anon_sym_def] = ACTIONS(1960), - [anon_sym_def_DASHenv] = ACTIONS(1960), - [anon_sym_export_DASHenv] = ACTIONS(1960), - [anon_sym_extern] = ACTIONS(1960), - [anon_sym_module] = ACTIONS(1960), - [anon_sym_use] = ACTIONS(1960), - [anon_sym_LBRACK] = ACTIONS(1960), - [anon_sym_LPAREN] = ACTIONS(1960), - [anon_sym_RPAREN] = ACTIONS(1960), - [anon_sym_DOLLAR] = ACTIONS(1960), - [anon_sym_error] = ACTIONS(1960), - [anon_sym_DASH] = ACTIONS(1960), - [anon_sym_break] = ACTIONS(1960), - [anon_sym_continue] = ACTIONS(1960), - [anon_sym_for] = ACTIONS(1960), - [anon_sym_loop] = ACTIONS(1960), - [anon_sym_while] = ACTIONS(1960), - [anon_sym_do] = ACTIONS(1960), - [anon_sym_if] = ACTIONS(1960), - [anon_sym_match] = ACTIONS(1960), - [anon_sym_LBRACE] = ACTIONS(1960), - [anon_sym_RBRACE] = ACTIONS(1960), - [anon_sym_try] = ACTIONS(1960), - [anon_sym_return] = ACTIONS(1960), - [anon_sym_source] = ACTIONS(1960), - [anon_sym_source_DASHenv] = ACTIONS(1960), - [anon_sym_register] = ACTIONS(1960), - [anon_sym_hide] = ACTIONS(1960), - [anon_sym_hide_DASHenv] = ACTIONS(1960), - [anon_sym_overlay] = ACTIONS(1960), - [anon_sym_where] = ACTIONS(1960), - [anon_sym_not] = ACTIONS(1960), - [anon_sym_DOT_DOT_LT] = ACTIONS(1960), - [anon_sym_DOT_DOT] = ACTIONS(1960), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1960), - [sym_val_nothing] = ACTIONS(1960), - [anon_sym_true] = ACTIONS(1960), - [anon_sym_false] = ACTIONS(1960), - [aux_sym_val_number_token1] = ACTIONS(1960), - [aux_sym_val_number_token2] = ACTIONS(1960), - [aux_sym_val_number_token3] = ACTIONS(1960), - [aux_sym_val_number_token4] = ACTIONS(1960), - [anon_sym_inf] = ACTIONS(1960), - [anon_sym_DASHinf] = ACTIONS(1960), - [anon_sym_NaN] = ACTIONS(1960), - [anon_sym_0b] = ACTIONS(1960), - [anon_sym_0o] = ACTIONS(1960), - [anon_sym_0x] = ACTIONS(1960), - [sym_val_date] = ACTIONS(1960), - [anon_sym_DQUOTE] = ACTIONS(1960), - [sym__str_single_quotes] = ACTIONS(1960), - [sym__str_back_ticks] = ACTIONS(1960), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1960), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1960), - [anon_sym_CARET] = ACTIONS(1960), + [ts_builtin_sym_end] = ACTIONS(799), + [anon_sym_export] = ACTIONS(797), + [anon_sym_alias] = ACTIONS(797), + [anon_sym_let] = ACTIONS(797), + [anon_sym_let_DASHenv] = ACTIONS(797), + [anon_sym_mut] = ACTIONS(797), + [anon_sym_const] = ACTIONS(797), + [sym_cmd_identifier] = ACTIONS(797), + [anon_sym_SEMI] = ACTIONS(797), + [anon_sym_LF] = ACTIONS(799), + [anon_sym_def] = ACTIONS(797), + [anon_sym_def_DASHenv] = ACTIONS(797), + [anon_sym_export_DASHenv] = ACTIONS(797), + [anon_sym_extern] = ACTIONS(797), + [anon_sym_module] = ACTIONS(797), + [anon_sym_use] = ACTIONS(797), + [anon_sym_LBRACK] = ACTIONS(797), + [anon_sym_LPAREN] = ACTIONS(797), + [anon_sym_DOLLAR] = ACTIONS(797), + [anon_sym_error] = ACTIONS(797), + [anon_sym_DASH] = ACTIONS(797), + [anon_sym_break] = ACTIONS(797), + [anon_sym_continue] = ACTIONS(797), + [anon_sym_for] = ACTIONS(797), + [anon_sym_loop] = ACTIONS(797), + [anon_sym_while] = ACTIONS(797), + [anon_sym_do] = ACTIONS(797), + [anon_sym_if] = ACTIONS(797), + [anon_sym_match] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(797), + [anon_sym_try] = ACTIONS(797), + [anon_sym_return] = ACTIONS(797), + [anon_sym_source] = ACTIONS(797), + [anon_sym_source_DASHenv] = ACTIONS(797), + [anon_sym_register] = ACTIONS(797), + [anon_sym_hide] = ACTIONS(797), + [anon_sym_hide_DASHenv] = ACTIONS(797), + [anon_sym_overlay] = ACTIONS(797), + [anon_sym_STAR] = ACTIONS(797), + [anon_sym_where] = ACTIONS(797), + [anon_sym_not] = ACTIONS(797), + [anon_sym_DOT_DOT_LT] = ACTIONS(797), + [anon_sym_DOT_DOT] = ACTIONS(797), + [anon_sym_DOT_DOT_EQ] = ACTIONS(797), + [sym_val_nothing] = ACTIONS(797), + [anon_sym_true] = ACTIONS(797), + [anon_sym_false] = ACTIONS(797), + [aux_sym_val_number_token1] = ACTIONS(797), + [aux_sym_val_number_token2] = ACTIONS(797), + [aux_sym_val_number_token3] = ACTIONS(797), + [aux_sym_val_number_token4] = ACTIONS(797), + [anon_sym_inf] = ACTIONS(797), + [anon_sym_DASHinf] = ACTIONS(797), + [anon_sym_NaN] = ACTIONS(797), + [anon_sym_0b] = ACTIONS(797), + [anon_sym_0o] = ACTIONS(797), + [anon_sym_0x] = ACTIONS(797), + [sym_val_date] = ACTIONS(797), + [anon_sym_DQUOTE] = ACTIONS(797), + [sym__str_single_quotes] = ACTIONS(797), + [sym__str_back_ticks] = ACTIONS(797), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(797), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(797), + [anon_sym_CARET] = ACTIONS(797), [anon_sym_POUND] = ACTIONS(3), }, [882] = { [sym_comment] = STATE(882), - [ts_builtin_sym_end] = ACTIONS(672), - [anon_sym_export] = ACTIONS(670), - [anon_sym_alias] = ACTIONS(670), - [anon_sym_let] = ACTIONS(670), - [anon_sym_let_DASHenv] = ACTIONS(670), - [anon_sym_mut] = ACTIONS(670), - [anon_sym_const] = ACTIONS(670), - [sym_cmd_identifier] = ACTIONS(670), - [anon_sym_SEMI] = ACTIONS(670), - [anon_sym_LF] = ACTIONS(672), - [anon_sym_def] = ACTIONS(670), - [anon_sym_def_DASHenv] = ACTIONS(670), - [anon_sym_export_DASHenv] = ACTIONS(670), - [anon_sym_extern] = ACTIONS(670), - [anon_sym_module] = ACTIONS(670), - [anon_sym_use] = ACTIONS(670), - [anon_sym_LBRACK] = ACTIONS(670), - [anon_sym_LPAREN] = ACTIONS(670), - [anon_sym_PIPE] = ACTIONS(670), - [anon_sym_DOLLAR] = ACTIONS(670), - [anon_sym_error] = ACTIONS(670), - [anon_sym_DASH] = ACTIONS(670), - [anon_sym_break] = ACTIONS(670), - [anon_sym_continue] = ACTIONS(670), - [anon_sym_for] = ACTIONS(670), - [anon_sym_loop] = ACTIONS(670), - [anon_sym_while] = ACTIONS(670), - [anon_sym_do] = ACTIONS(670), - [anon_sym_if] = ACTIONS(670), - [anon_sym_match] = ACTIONS(670), - [anon_sym_LBRACE] = ACTIONS(670), - [anon_sym_try] = ACTIONS(670), - [anon_sym_return] = ACTIONS(670), - [anon_sym_source] = ACTIONS(670), - [anon_sym_source_DASHenv] = ACTIONS(670), - [anon_sym_register] = ACTIONS(670), - [anon_sym_hide] = ACTIONS(670), - [anon_sym_hide_DASHenv] = ACTIONS(670), - [anon_sym_overlay] = ACTIONS(670), - [anon_sym_where] = ACTIONS(670), - [anon_sym_not] = ACTIONS(670), - [anon_sym_DOT_DOT_LT] = ACTIONS(670), - [anon_sym_DOT_DOT] = ACTIONS(670), - [anon_sym_DOT_DOT_EQ] = ACTIONS(670), - [sym_val_nothing] = ACTIONS(670), - [anon_sym_true] = ACTIONS(670), - [anon_sym_false] = ACTIONS(670), - [aux_sym_val_number_token1] = ACTIONS(670), - [aux_sym_val_number_token2] = ACTIONS(670), - [aux_sym_val_number_token3] = ACTIONS(670), - [aux_sym_val_number_token4] = ACTIONS(670), - [anon_sym_inf] = ACTIONS(670), - [anon_sym_DASHinf] = ACTIONS(670), - [anon_sym_NaN] = ACTIONS(670), - [anon_sym_0b] = ACTIONS(670), - [anon_sym_0o] = ACTIONS(670), - [anon_sym_0x] = ACTIONS(670), - [sym_val_date] = ACTIONS(670), - [anon_sym_DQUOTE] = ACTIONS(670), - [sym__str_single_quotes] = ACTIONS(670), - [sym__str_back_ticks] = ACTIONS(670), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(670), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(670), - [anon_sym_CARET] = ACTIONS(670), + [anon_sym_export] = ACTIONS(1916), + [anon_sym_alias] = ACTIONS(1916), + [anon_sym_let] = ACTIONS(1916), + [anon_sym_let_DASHenv] = ACTIONS(1916), + [anon_sym_mut] = ACTIONS(1916), + [anon_sym_const] = ACTIONS(1916), + [sym_cmd_identifier] = ACTIONS(1916), + [anon_sym_SEMI] = ACTIONS(1916), + [anon_sym_LF] = ACTIONS(1918), + [anon_sym_def] = ACTIONS(1916), + [anon_sym_def_DASHenv] = ACTIONS(1916), + [anon_sym_export_DASHenv] = ACTIONS(1916), + [anon_sym_extern] = ACTIONS(1916), + [anon_sym_module] = ACTIONS(1916), + [anon_sym_use] = ACTIONS(1916), + [anon_sym_LBRACK] = ACTIONS(1916), + [anon_sym_LPAREN] = ACTIONS(1916), + [anon_sym_RPAREN] = ACTIONS(1916), + [anon_sym_DOLLAR] = ACTIONS(1916), + [anon_sym_error] = ACTIONS(1916), + [anon_sym_DASH] = ACTIONS(1916), + [anon_sym_break] = ACTIONS(1916), + [anon_sym_continue] = ACTIONS(1916), + [anon_sym_for] = ACTIONS(1916), + [anon_sym_loop] = ACTIONS(1916), + [anon_sym_while] = ACTIONS(1916), + [anon_sym_do] = ACTIONS(1916), + [anon_sym_if] = ACTIONS(1916), + [anon_sym_match] = ACTIONS(1916), + [anon_sym_LBRACE] = ACTIONS(1916), + [anon_sym_RBRACE] = ACTIONS(1916), + [anon_sym_try] = ACTIONS(1916), + [anon_sym_return] = ACTIONS(1916), + [anon_sym_source] = ACTIONS(1916), + [anon_sym_source_DASHenv] = ACTIONS(1916), + [anon_sym_register] = ACTIONS(1916), + [anon_sym_hide] = ACTIONS(1916), + [anon_sym_hide_DASHenv] = ACTIONS(1916), + [anon_sym_overlay] = ACTIONS(1916), + [anon_sym_where] = ACTIONS(1916), + [anon_sym_not] = ACTIONS(1916), + [anon_sym_DOT_DOT_LT] = ACTIONS(1916), + [anon_sym_DOT_DOT] = ACTIONS(1916), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1916), + [sym_val_nothing] = ACTIONS(1916), + [anon_sym_true] = ACTIONS(1916), + [anon_sym_false] = 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), + [anon_sym_inf] = ACTIONS(1916), + [anon_sym_DASHinf] = ACTIONS(1916), + [anon_sym_NaN] = 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), + [anon_sym_CARET] = ACTIONS(1916), [anon_sym_POUND] = ACTIONS(3), }, [883] = { [sym_comment] = STATE(883), - [ts_builtin_sym_end] = ACTIONS(1386), - [anon_sym_export] = ACTIONS(1384), - [anon_sym_alias] = ACTIONS(1384), - [anon_sym_let] = ACTIONS(1384), - [anon_sym_let_DASHenv] = ACTIONS(1384), - [anon_sym_mut] = ACTIONS(1384), - [anon_sym_const] = ACTIONS(1384), - [sym_cmd_identifier] = ACTIONS(1384), - [anon_sym_SEMI] = ACTIONS(1384), - [anon_sym_LF] = ACTIONS(1386), - [anon_sym_def] = ACTIONS(1384), - [anon_sym_def_DASHenv] = ACTIONS(1384), - [anon_sym_export_DASHenv] = ACTIONS(1384), - [anon_sym_extern] = ACTIONS(1384), - [anon_sym_module] = ACTIONS(1384), - [anon_sym_use] = ACTIONS(1384), - [anon_sym_LBRACK] = ACTIONS(1384), - [anon_sym_LPAREN] = ACTIONS(1384), - [anon_sym_PIPE] = ACTIONS(1384), - [anon_sym_DOLLAR] = ACTIONS(1384), - [anon_sym_error] = ACTIONS(1384), - [anon_sym_DASH] = ACTIONS(1384), - [anon_sym_break] = ACTIONS(1384), - [anon_sym_continue] = ACTIONS(1384), - [anon_sym_for] = ACTIONS(1384), - [anon_sym_loop] = ACTIONS(1384), - [anon_sym_while] = ACTIONS(1384), - [anon_sym_do] = ACTIONS(1384), - [anon_sym_if] = ACTIONS(1384), - [anon_sym_match] = ACTIONS(1384), - [anon_sym_LBRACE] = ACTIONS(1384), - [anon_sym_try] = ACTIONS(1384), - [anon_sym_return] = ACTIONS(1384), - [anon_sym_source] = ACTIONS(1384), - [anon_sym_source_DASHenv] = ACTIONS(1384), - [anon_sym_register] = ACTIONS(1384), - [anon_sym_hide] = ACTIONS(1384), - [anon_sym_hide_DASHenv] = ACTIONS(1384), - [anon_sym_overlay] = ACTIONS(1384), - [anon_sym_where] = ACTIONS(1384), - [anon_sym_not] = ACTIONS(1384), - [anon_sym_DOT_DOT_LT] = ACTIONS(1384), - [anon_sym_DOT_DOT] = ACTIONS(1384), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1384), - [sym_val_nothing] = ACTIONS(1384), - [anon_sym_true] = ACTIONS(1384), - [anon_sym_false] = ACTIONS(1384), - [aux_sym_val_number_token1] = ACTIONS(1384), - [aux_sym_val_number_token2] = ACTIONS(1384), - [aux_sym_val_number_token3] = ACTIONS(1384), - [aux_sym_val_number_token4] = ACTIONS(1384), - [anon_sym_inf] = ACTIONS(1384), - [anon_sym_DASHinf] = ACTIONS(1384), - [anon_sym_NaN] = ACTIONS(1384), - [anon_sym_0b] = ACTIONS(1384), - [anon_sym_0o] = ACTIONS(1384), - [anon_sym_0x] = ACTIONS(1384), - [sym_val_date] = ACTIONS(1384), - [anon_sym_DQUOTE] = ACTIONS(1384), - [sym__str_single_quotes] = ACTIONS(1384), - [sym__str_back_ticks] = ACTIONS(1384), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1384), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1384), - [anon_sym_CARET] = ACTIONS(1384), + [ts_builtin_sym_end] = ACTIONS(1370), + [anon_sym_export] = ACTIONS(1368), + [anon_sym_alias] = ACTIONS(1368), + [anon_sym_let] = ACTIONS(1368), + [anon_sym_let_DASHenv] = ACTIONS(1368), + [anon_sym_mut] = ACTIONS(1368), + [anon_sym_const] = ACTIONS(1368), + [sym_cmd_identifier] = ACTIONS(1368), + [anon_sym_SEMI] = ACTIONS(1368), + [anon_sym_LF] = ACTIONS(1370), + [anon_sym_def] = ACTIONS(1368), + [anon_sym_def_DASHenv] = ACTIONS(1368), + [anon_sym_export_DASHenv] = ACTIONS(1368), + [anon_sym_extern] = ACTIONS(1368), + [anon_sym_module] = ACTIONS(1368), + [anon_sym_use] = ACTIONS(1368), + [anon_sym_LBRACK] = ACTIONS(1368), + [anon_sym_LPAREN] = ACTIONS(1368), + [anon_sym_PIPE] = ACTIONS(1368), + [anon_sym_DOLLAR] = ACTIONS(1368), + [anon_sym_error] = ACTIONS(1368), + [anon_sym_DASH] = ACTIONS(1368), + [anon_sym_break] = ACTIONS(1368), + [anon_sym_continue] = ACTIONS(1368), + [anon_sym_for] = ACTIONS(1368), + [anon_sym_loop] = ACTIONS(1368), + [anon_sym_while] = ACTIONS(1368), + [anon_sym_do] = ACTIONS(1368), + [anon_sym_if] = ACTIONS(1368), + [anon_sym_match] = ACTIONS(1368), + [anon_sym_LBRACE] = ACTIONS(1368), + [anon_sym_try] = ACTIONS(1368), + [anon_sym_return] = ACTIONS(1368), + [anon_sym_source] = ACTIONS(1368), + [anon_sym_source_DASHenv] = ACTIONS(1368), + [anon_sym_register] = ACTIONS(1368), + [anon_sym_hide] = ACTIONS(1368), + [anon_sym_hide_DASHenv] = ACTIONS(1368), + [anon_sym_overlay] = ACTIONS(1368), + [anon_sym_where] = ACTIONS(1368), + [anon_sym_not] = ACTIONS(1368), + [anon_sym_DOT_DOT_LT] = ACTIONS(1368), + [anon_sym_DOT_DOT] = ACTIONS(1368), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1368), + [sym_val_nothing] = ACTIONS(1368), + [anon_sym_true] = ACTIONS(1368), + [anon_sym_false] = ACTIONS(1368), + [aux_sym_val_number_token1] = ACTIONS(1368), + [aux_sym_val_number_token2] = ACTIONS(1368), + [aux_sym_val_number_token3] = ACTIONS(1368), + [aux_sym_val_number_token4] = ACTIONS(1368), + [anon_sym_inf] = ACTIONS(1368), + [anon_sym_DASHinf] = ACTIONS(1368), + [anon_sym_NaN] = ACTIONS(1368), + [anon_sym_0b] = ACTIONS(1368), + [anon_sym_0o] = ACTIONS(1368), + [anon_sym_0x] = ACTIONS(1368), + [sym_val_date] = ACTIONS(1368), + [anon_sym_DQUOTE] = ACTIONS(1368), + [sym__str_single_quotes] = ACTIONS(1368), + [sym__str_back_ticks] = ACTIONS(1368), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1368), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1368), + [anon_sym_CARET] = ACTIONS(1368), [anon_sym_POUND] = ACTIONS(3), }, [884] = { [sym_comment] = STATE(884), + [ts_builtin_sym_end] = ACTIONS(696), + [anon_sym_export] = ACTIONS(694), + [anon_sym_alias] = ACTIONS(694), + [anon_sym_let] = ACTIONS(694), + [anon_sym_let_DASHenv] = ACTIONS(694), + [anon_sym_mut] = ACTIONS(694), + [anon_sym_const] = ACTIONS(694), + [sym_cmd_identifier] = ACTIONS(694), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LF] = ACTIONS(696), + [anon_sym_def] = ACTIONS(694), + [anon_sym_def_DASHenv] = ACTIONS(694), + [anon_sym_export_DASHenv] = ACTIONS(694), + [anon_sym_extern] = ACTIONS(694), + [anon_sym_module] = ACTIONS(694), + [anon_sym_use] = ACTIONS(694), + [anon_sym_LBRACK] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(694), + [anon_sym_PIPE] = ACTIONS(694), + [anon_sym_DOLLAR] = ACTIONS(694), + [anon_sym_error] = ACTIONS(694), + [anon_sym_DASH] = ACTIONS(694), + [anon_sym_break] = ACTIONS(694), + [anon_sym_continue] = ACTIONS(694), + [anon_sym_for] = ACTIONS(694), + [anon_sym_loop] = ACTIONS(694), + [anon_sym_while] = ACTIONS(694), + [anon_sym_do] = ACTIONS(694), + [anon_sym_if] = ACTIONS(694), + [anon_sym_match] = ACTIONS(694), + [anon_sym_LBRACE] = ACTIONS(694), + [anon_sym_try] = ACTIONS(694), + [anon_sym_return] = ACTIONS(694), + [anon_sym_source] = ACTIONS(694), + [anon_sym_source_DASHenv] = ACTIONS(694), + [anon_sym_register] = ACTIONS(694), + [anon_sym_hide] = ACTIONS(694), + [anon_sym_hide_DASHenv] = ACTIONS(694), + [anon_sym_overlay] = ACTIONS(694), + [anon_sym_where] = ACTIONS(694), + [anon_sym_not] = ACTIONS(694), + [anon_sym_DOT_DOT_LT] = ACTIONS(694), + [anon_sym_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [sym_val_nothing] = ACTIONS(694), + [anon_sym_true] = ACTIONS(694), + [anon_sym_false] = ACTIONS(694), + [aux_sym_val_number_token1] = ACTIONS(694), + [aux_sym_val_number_token2] = ACTIONS(694), + [aux_sym_val_number_token3] = ACTIONS(694), + [aux_sym_val_number_token4] = ACTIONS(694), + [anon_sym_inf] = ACTIONS(694), + [anon_sym_DASHinf] = ACTIONS(694), + [anon_sym_NaN] = ACTIONS(694), + [anon_sym_0b] = ACTIONS(694), + [anon_sym_0o] = ACTIONS(694), + [anon_sym_0x] = ACTIONS(694), + [sym_val_date] = ACTIONS(694), + [anon_sym_DQUOTE] = ACTIONS(694), + [sym__str_single_quotes] = ACTIONS(694), + [sym__str_back_ticks] = ACTIONS(694), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(694), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(694), + [anon_sym_CARET] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(3), + }, + [885] = { + [sym_comment] = STATE(885), [anon_sym_export] = ACTIONS(1996), [anon_sym_alias] = ACTIONS(1996), [anon_sym_let] = ACTIONS(1996), @@ -121547,8 +121620,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_mut] = ACTIONS(1996), [anon_sym_const] = ACTIONS(1996), [sym_cmd_identifier] = ACTIONS(1996), - [anon_sym_SEMI] = ACTIONS(1996), - [anon_sym_LF] = ACTIONS(1998), + [anon_sym_SEMI] = ACTIONS(1998), + [anon_sym_LF] = ACTIONS(2001), [anon_sym_def] = ACTIONS(1996), [anon_sym_def_DASHenv] = ACTIONS(1996), [anon_sym_export_DASHenv] = ACTIONS(1996), @@ -121557,7 +121630,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(1996), [anon_sym_LBRACK] = ACTIONS(1996), [anon_sym_LPAREN] = ACTIONS(1996), - [anon_sym_RPAREN] = ACTIONS(1996), + [anon_sym_RPAREN] = ACTIONS(2004), [anon_sym_DOLLAR] = ACTIONS(1996), [anon_sym_error] = ACTIONS(1996), [anon_sym_DASH] = ACTIONS(1996), @@ -121570,7 +121643,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1996), [anon_sym_match] = ACTIONS(1996), [anon_sym_LBRACE] = ACTIONS(1996), - [anon_sym_RBRACE] = ACTIONS(1996), + [anon_sym_RBRACE] = ACTIONS(2004), [anon_sym_try] = ACTIONS(1996), [anon_sym_return] = ACTIONS(1996), [anon_sym_source] = ACTIONS(1996), @@ -121606,348 +121679,212 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1996), [anon_sym_POUND] = ACTIONS(3), }, - [885] = { - [sym_comment] = STATE(885), - [anon_sym_export] = ACTIONS(2000), - [anon_sym_alias] = ACTIONS(2000), - [anon_sym_let] = ACTIONS(2000), - [anon_sym_let_DASHenv] = ACTIONS(2000), - [anon_sym_mut] = ACTIONS(2000), - [anon_sym_const] = ACTIONS(2000), - [sym_cmd_identifier] = ACTIONS(2000), - [anon_sym_SEMI] = ACTIONS(2000), - [anon_sym_LF] = ACTIONS(2002), - [anon_sym_def] = ACTIONS(2000), - [anon_sym_def_DASHenv] = ACTIONS(2000), - [anon_sym_export_DASHenv] = ACTIONS(2000), - [anon_sym_extern] = ACTIONS(2000), - [anon_sym_module] = ACTIONS(2000), - [anon_sym_use] = ACTIONS(2000), - [anon_sym_LBRACK] = ACTIONS(2000), - [anon_sym_LPAREN] = ACTIONS(2000), - [anon_sym_RPAREN] = ACTIONS(2000), - [anon_sym_DOLLAR] = ACTIONS(2000), - [anon_sym_error] = ACTIONS(2000), - [anon_sym_DASH] = ACTIONS(2000), - [anon_sym_break] = ACTIONS(2000), - [anon_sym_continue] = ACTIONS(2000), - [anon_sym_for] = ACTIONS(2000), - [anon_sym_loop] = ACTIONS(2000), - [anon_sym_while] = ACTIONS(2000), - [anon_sym_do] = ACTIONS(2000), - [anon_sym_if] = ACTIONS(2000), - [anon_sym_match] = ACTIONS(2000), - [anon_sym_LBRACE] = ACTIONS(2000), - [anon_sym_RBRACE] = ACTIONS(2000), - [anon_sym_try] = ACTIONS(2000), - [anon_sym_return] = ACTIONS(2000), - [anon_sym_source] = ACTIONS(2000), - [anon_sym_source_DASHenv] = ACTIONS(2000), - [anon_sym_register] = ACTIONS(2000), - [anon_sym_hide] = ACTIONS(2000), - [anon_sym_hide_DASHenv] = ACTIONS(2000), - [anon_sym_overlay] = ACTIONS(2000), - [anon_sym_where] = ACTIONS(2000), - [anon_sym_not] = ACTIONS(2000), - [anon_sym_DOT_DOT_LT] = ACTIONS(2000), - [anon_sym_DOT_DOT] = ACTIONS(2000), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2000), - [sym_val_nothing] = ACTIONS(2000), - [anon_sym_true] = ACTIONS(2000), - [anon_sym_false] = ACTIONS(2000), - [aux_sym_val_number_token1] = ACTIONS(2000), - [aux_sym_val_number_token2] = ACTIONS(2000), - [aux_sym_val_number_token3] = ACTIONS(2000), - [aux_sym_val_number_token4] = ACTIONS(2000), - [anon_sym_inf] = ACTIONS(2000), - [anon_sym_DASHinf] = ACTIONS(2000), - [anon_sym_NaN] = ACTIONS(2000), - [anon_sym_0b] = ACTIONS(2000), - [anon_sym_0o] = ACTIONS(2000), - [anon_sym_0x] = ACTIONS(2000), - [sym_val_date] = ACTIONS(2000), - [anon_sym_DQUOTE] = ACTIONS(2000), - [sym__str_single_quotes] = ACTIONS(2000), - [sym__str_back_ticks] = ACTIONS(2000), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2000), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2000), - [anon_sym_CARET] = ACTIONS(2000), - [anon_sym_POUND] = ACTIONS(3), - }, [886] = { + [sym__terminator] = STATE(902), [sym_comment] = STATE(886), - [anon_sym_export] = ACTIONS(2004), - [anon_sym_alias] = ACTIONS(2004), - [anon_sym_let] = ACTIONS(2004), - [anon_sym_let_DASHenv] = ACTIONS(2004), - [anon_sym_mut] = ACTIONS(2004), - [anon_sym_const] = ACTIONS(2004), - [sym_cmd_identifier] = ACTIONS(2004), - [anon_sym_SEMI] = ACTIONS(2004), - [anon_sym_LF] = ACTIONS(2006), - [anon_sym_def] = ACTIONS(2004), - [anon_sym_def_DASHenv] = ACTIONS(2004), - [anon_sym_export_DASHenv] = ACTIONS(2004), - [anon_sym_extern] = ACTIONS(2004), - [anon_sym_module] = ACTIONS(2004), - [anon_sym_use] = ACTIONS(2004), - [anon_sym_LBRACK] = ACTIONS(2004), - [anon_sym_LPAREN] = ACTIONS(2004), - [anon_sym_RPAREN] = ACTIONS(2004), - [anon_sym_DOLLAR] = ACTIONS(2004), - [anon_sym_error] = ACTIONS(2004), - [anon_sym_DASH] = ACTIONS(2004), - [anon_sym_break] = ACTIONS(2004), - [anon_sym_continue] = ACTIONS(2004), - [anon_sym_for] = ACTIONS(2004), - [anon_sym_loop] = ACTIONS(2004), - [anon_sym_while] = ACTIONS(2004), - [anon_sym_do] = ACTIONS(2004), - [anon_sym_if] = ACTIONS(2004), - [anon_sym_match] = ACTIONS(2004), - [anon_sym_LBRACE] = ACTIONS(2004), - [anon_sym_RBRACE] = ACTIONS(2004), - [anon_sym_try] = ACTIONS(2004), - [anon_sym_return] = ACTIONS(2004), - [anon_sym_source] = ACTIONS(2004), - [anon_sym_source_DASHenv] = ACTIONS(2004), - [anon_sym_register] = ACTIONS(2004), - [anon_sym_hide] = ACTIONS(2004), - [anon_sym_hide_DASHenv] = ACTIONS(2004), - [anon_sym_overlay] = ACTIONS(2004), - [anon_sym_where] = ACTIONS(2004), - [anon_sym_not] = ACTIONS(2004), - [anon_sym_DOT_DOT_LT] = ACTIONS(2004), - [anon_sym_DOT_DOT] = ACTIONS(2004), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2004), - [sym_val_nothing] = ACTIONS(2004), - [anon_sym_true] = ACTIONS(2004), - [anon_sym_false] = ACTIONS(2004), - [aux_sym_val_number_token1] = ACTIONS(2004), - [aux_sym_val_number_token2] = ACTIONS(2004), - [aux_sym_val_number_token3] = ACTIONS(2004), - [aux_sym_val_number_token4] = ACTIONS(2004), - [anon_sym_inf] = ACTIONS(2004), - [anon_sym_DASHinf] = ACTIONS(2004), - [anon_sym_NaN] = ACTIONS(2004), - [anon_sym_0b] = ACTIONS(2004), - [anon_sym_0o] = ACTIONS(2004), - [anon_sym_0x] = ACTIONS(2004), - [sym_val_date] = ACTIONS(2004), - [anon_sym_DQUOTE] = ACTIONS(2004), - [sym__str_single_quotes] = ACTIONS(2004), - [sym__str_back_ticks] = ACTIONS(2004), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2004), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2004), - [anon_sym_CARET] = ACTIONS(2004), + [aux_sym__block_body_repeat1] = STATE(904), + [anon_sym_export] = ACTIONS(2006), + [anon_sym_alias] = ACTIONS(2006), + [anon_sym_let] = ACTIONS(2006), + [anon_sym_let_DASHenv] = ACTIONS(2006), + [anon_sym_mut] = ACTIONS(2006), + [anon_sym_const] = ACTIONS(2006), + [sym_cmd_identifier] = ACTIONS(2006), + [anon_sym_SEMI] = ACTIONS(2008), + [anon_sym_LF] = ACTIONS(2010), + [anon_sym_def] = ACTIONS(2006), + [anon_sym_def_DASHenv] = ACTIONS(2006), + [anon_sym_export_DASHenv] = ACTIONS(2006), + [anon_sym_extern] = ACTIONS(2006), + [anon_sym_module] = ACTIONS(2006), + [anon_sym_use] = ACTIONS(2006), + [anon_sym_LBRACK] = ACTIONS(2006), + [anon_sym_LPAREN] = ACTIONS(2006), + [anon_sym_DOLLAR] = ACTIONS(2006), + [anon_sym_error] = ACTIONS(2006), + [anon_sym_DASH] = ACTIONS(2006), + [anon_sym_break] = ACTIONS(2006), + [anon_sym_continue] = ACTIONS(2006), + [anon_sym_for] = ACTIONS(2006), + [anon_sym_loop] = ACTIONS(2006), + [anon_sym_while] = ACTIONS(2006), + [anon_sym_do] = ACTIONS(2006), + [anon_sym_if] = ACTIONS(2006), + [anon_sym_match] = ACTIONS(2006), + [anon_sym_LBRACE] = ACTIONS(2006), + [anon_sym_try] = ACTIONS(2006), + [anon_sym_return] = ACTIONS(2006), + [anon_sym_source] = ACTIONS(2006), + [anon_sym_source_DASHenv] = ACTIONS(2006), + [anon_sym_register] = ACTIONS(2006), + [anon_sym_hide] = ACTIONS(2006), + [anon_sym_hide_DASHenv] = ACTIONS(2006), + [anon_sym_overlay] = ACTIONS(2006), + [anon_sym_where] = ACTIONS(2006), + [anon_sym_not] = ACTIONS(2006), + [anon_sym_DOT_DOT_LT] = ACTIONS(2006), + [anon_sym_DOT_DOT] = ACTIONS(2006), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2006), + [sym_val_nothing] = ACTIONS(2006), + [anon_sym_true] = ACTIONS(2006), + [anon_sym_false] = ACTIONS(2006), + [aux_sym_val_number_token1] = ACTIONS(2006), + [aux_sym_val_number_token2] = ACTIONS(2006), + [aux_sym_val_number_token3] = ACTIONS(2006), + [aux_sym_val_number_token4] = ACTIONS(2006), + [anon_sym_inf] = ACTIONS(2006), + [anon_sym_DASHinf] = ACTIONS(2006), + [anon_sym_NaN] = ACTIONS(2006), + [anon_sym_0b] = ACTIONS(2006), + [anon_sym_0o] = ACTIONS(2006), + [anon_sym_0x] = ACTIONS(2006), + [sym_val_date] = ACTIONS(2006), + [anon_sym_DQUOTE] = ACTIONS(2006), + [sym__str_single_quotes] = ACTIONS(2006), + [sym__str_back_ticks] = ACTIONS(2006), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2006), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2006), + [anon_sym_CARET] = ACTIONS(2006), [anon_sym_POUND] = ACTIONS(3), }, [887] = { [sym_comment] = STATE(887), - [anon_sym_export] = ACTIONS(2004), - [anon_sym_alias] = ACTIONS(2004), - [anon_sym_let] = ACTIONS(2004), - [anon_sym_let_DASHenv] = ACTIONS(2004), - [anon_sym_mut] = ACTIONS(2004), - [anon_sym_const] = ACTIONS(2004), - [sym_cmd_identifier] = ACTIONS(2004), - [anon_sym_SEMI] = ACTIONS(2004), - [anon_sym_LF] = ACTIONS(2006), - [anon_sym_def] = ACTIONS(2004), - [anon_sym_def_DASHenv] = ACTIONS(2004), - [anon_sym_export_DASHenv] = ACTIONS(2004), - [anon_sym_extern] = ACTIONS(2004), - [anon_sym_module] = ACTIONS(2004), - [anon_sym_use] = ACTIONS(2004), - [anon_sym_LBRACK] = ACTIONS(2004), - [anon_sym_LPAREN] = ACTIONS(2004), - [anon_sym_RPAREN] = ACTIONS(2004), - [anon_sym_DOLLAR] = ACTIONS(2004), - [anon_sym_error] = ACTIONS(2004), - [anon_sym_DASH] = ACTIONS(2004), - [anon_sym_break] = ACTIONS(2004), - [anon_sym_continue] = ACTIONS(2004), - [anon_sym_for] = ACTIONS(2004), - [anon_sym_loop] = ACTIONS(2004), - [anon_sym_while] = ACTIONS(2004), - [anon_sym_do] = ACTIONS(2004), - [anon_sym_if] = ACTIONS(2004), - [anon_sym_match] = ACTIONS(2004), - [anon_sym_LBRACE] = ACTIONS(2004), - [anon_sym_RBRACE] = ACTIONS(2004), - [anon_sym_try] = ACTIONS(2004), - [anon_sym_return] = ACTIONS(2004), - [anon_sym_source] = ACTIONS(2004), - [anon_sym_source_DASHenv] = ACTIONS(2004), - [anon_sym_register] = ACTIONS(2004), - [anon_sym_hide] = ACTIONS(2004), - [anon_sym_hide_DASHenv] = ACTIONS(2004), - [anon_sym_overlay] = ACTIONS(2004), - [anon_sym_where] = ACTIONS(2004), - [anon_sym_not] = ACTIONS(2004), - [anon_sym_DOT_DOT_LT] = ACTIONS(2004), - [anon_sym_DOT_DOT] = ACTIONS(2004), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2004), - [sym_val_nothing] = ACTIONS(2004), - [anon_sym_true] = ACTIONS(2004), - [anon_sym_false] = ACTIONS(2004), - [aux_sym_val_number_token1] = ACTIONS(2004), - [aux_sym_val_number_token2] = ACTIONS(2004), - [aux_sym_val_number_token3] = ACTIONS(2004), - [aux_sym_val_number_token4] = ACTIONS(2004), - [anon_sym_inf] = ACTIONS(2004), - [anon_sym_DASHinf] = ACTIONS(2004), - [anon_sym_NaN] = ACTIONS(2004), - [anon_sym_0b] = ACTIONS(2004), - [anon_sym_0o] = ACTIONS(2004), - [anon_sym_0x] = ACTIONS(2004), - [sym_val_date] = ACTIONS(2004), - [anon_sym_DQUOTE] = ACTIONS(2004), - [sym__str_single_quotes] = ACTIONS(2004), - [sym__str_back_ticks] = ACTIONS(2004), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2004), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2004), - [anon_sym_CARET] = ACTIONS(2004), + [ts_builtin_sym_end] = ACTIONS(1491), + [anon_sym_export] = ACTIONS(1489), + [anon_sym_alias] = ACTIONS(1489), + [anon_sym_let] = ACTIONS(1489), + [anon_sym_let_DASHenv] = ACTIONS(1489), + [anon_sym_mut] = ACTIONS(1489), + [anon_sym_const] = ACTIONS(1489), + [sym_cmd_identifier] = ACTIONS(1489), + [anon_sym_SEMI] = ACTIONS(1489), + [anon_sym_LF] = ACTIONS(1491), + [anon_sym_def] = ACTIONS(1489), + [anon_sym_def_DASHenv] = ACTIONS(1489), + [anon_sym_export_DASHenv] = ACTIONS(1489), + [anon_sym_extern] = ACTIONS(1489), + [anon_sym_module] = ACTIONS(1489), + [anon_sym_use] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1489), + [anon_sym_LPAREN] = ACTIONS(1489), + [anon_sym_PIPE] = ACTIONS(1489), + [anon_sym_DOLLAR] = ACTIONS(1489), + [anon_sym_error] = ACTIONS(1489), + [anon_sym_DASH] = ACTIONS(1489), + [anon_sym_break] = ACTIONS(1489), + [anon_sym_continue] = ACTIONS(1489), + [anon_sym_for] = ACTIONS(1489), + [anon_sym_loop] = ACTIONS(1489), + [anon_sym_while] = ACTIONS(1489), + [anon_sym_do] = ACTIONS(1489), + [anon_sym_if] = ACTIONS(1489), + [anon_sym_match] = ACTIONS(1489), + [anon_sym_LBRACE] = ACTIONS(1489), + [anon_sym_try] = ACTIONS(1489), + [anon_sym_return] = ACTIONS(1489), + [anon_sym_source] = ACTIONS(1489), + [anon_sym_source_DASHenv] = ACTIONS(1489), + [anon_sym_register] = ACTIONS(1489), + [anon_sym_hide] = ACTIONS(1489), + [anon_sym_hide_DASHenv] = ACTIONS(1489), + [anon_sym_overlay] = ACTIONS(1489), + [anon_sym_where] = ACTIONS(1489), + [anon_sym_not] = ACTIONS(1489), + [anon_sym_DOT_DOT_LT] = ACTIONS(1489), + [anon_sym_DOT_DOT] = ACTIONS(1489), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1489), + [sym_val_nothing] = ACTIONS(1489), + [anon_sym_true] = ACTIONS(1489), + [anon_sym_false] = 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(1489), + [anon_sym_inf] = ACTIONS(1489), + [anon_sym_DASHinf] = ACTIONS(1489), + [anon_sym_NaN] = ACTIONS(1489), + [anon_sym_0b] = ACTIONS(1489), + [anon_sym_0o] = ACTIONS(1489), + [anon_sym_0x] = ACTIONS(1489), + [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), + [anon_sym_CARET] = ACTIONS(1489), [anon_sym_POUND] = ACTIONS(3), }, [888] = { [sym_comment] = STATE(888), - [anon_sym_export] = ACTIONS(2008), - [anon_sym_alias] = ACTIONS(2008), - [anon_sym_let] = ACTIONS(2008), - [anon_sym_let_DASHenv] = ACTIONS(2008), - [anon_sym_mut] = ACTIONS(2008), - [anon_sym_const] = ACTIONS(2008), - [sym_cmd_identifier] = ACTIONS(2008), - [anon_sym_SEMI] = ACTIONS(2008), - [anon_sym_LF] = ACTIONS(2010), - [anon_sym_def] = ACTIONS(2008), - [anon_sym_def_DASHenv] = ACTIONS(2008), - [anon_sym_export_DASHenv] = ACTIONS(2008), - [anon_sym_extern] = ACTIONS(2008), - [anon_sym_module] = ACTIONS(2008), - [anon_sym_use] = ACTIONS(2008), - [anon_sym_LBRACK] = ACTIONS(2008), - [anon_sym_LPAREN] = ACTIONS(2008), - [anon_sym_RPAREN] = ACTIONS(2008), - [anon_sym_DOLLAR] = ACTIONS(2008), - [anon_sym_error] = ACTIONS(2008), - [anon_sym_DASH] = ACTIONS(2008), - [anon_sym_break] = ACTIONS(2008), - [anon_sym_continue] = ACTIONS(2008), - [anon_sym_for] = ACTIONS(2008), - [anon_sym_loop] = ACTIONS(2008), - [anon_sym_while] = ACTIONS(2008), - [anon_sym_do] = ACTIONS(2008), - [anon_sym_if] = ACTIONS(2008), - [anon_sym_match] = ACTIONS(2008), - [anon_sym_LBRACE] = ACTIONS(2008), - [anon_sym_RBRACE] = ACTIONS(2008), - [anon_sym_try] = ACTIONS(2008), - [anon_sym_return] = ACTIONS(2008), - [anon_sym_source] = ACTIONS(2008), - [anon_sym_source_DASHenv] = ACTIONS(2008), - [anon_sym_register] = ACTIONS(2008), - [anon_sym_hide] = ACTIONS(2008), - [anon_sym_hide_DASHenv] = ACTIONS(2008), - [anon_sym_overlay] = ACTIONS(2008), - [anon_sym_where] = ACTIONS(2008), - [anon_sym_not] = ACTIONS(2008), - [anon_sym_DOT_DOT_LT] = ACTIONS(2008), - [anon_sym_DOT_DOT] = ACTIONS(2008), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2008), - [sym_val_nothing] = ACTIONS(2008), - [anon_sym_true] = ACTIONS(2008), - [anon_sym_false] = ACTIONS(2008), - [aux_sym_val_number_token1] = ACTIONS(2008), - [aux_sym_val_number_token2] = ACTIONS(2008), - [aux_sym_val_number_token3] = ACTIONS(2008), - [aux_sym_val_number_token4] = ACTIONS(2008), - [anon_sym_inf] = ACTIONS(2008), - [anon_sym_DASHinf] = ACTIONS(2008), - [anon_sym_NaN] = ACTIONS(2008), - [anon_sym_0b] = ACTIONS(2008), - [anon_sym_0o] = ACTIONS(2008), - [anon_sym_0x] = ACTIONS(2008), - [sym_val_date] = ACTIONS(2008), - [anon_sym_DQUOTE] = ACTIONS(2008), - [sym__str_single_quotes] = ACTIONS(2008), - [sym__str_back_ticks] = ACTIONS(2008), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2008), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2008), - [anon_sym_CARET] = ACTIONS(2008), + [anon_sym_export] = ACTIONS(2012), + [anon_sym_alias] = ACTIONS(2012), + [anon_sym_let] = ACTIONS(2012), + [anon_sym_let_DASHenv] = ACTIONS(2012), + [anon_sym_mut] = ACTIONS(2012), + [anon_sym_const] = ACTIONS(2012), + [sym_cmd_identifier] = ACTIONS(2012), + [anon_sym_SEMI] = ACTIONS(2012), + [anon_sym_LF] = ACTIONS(2014), + [anon_sym_def] = ACTIONS(2012), + [anon_sym_def_DASHenv] = ACTIONS(2012), + [anon_sym_export_DASHenv] = ACTIONS(2012), + [anon_sym_extern] = ACTIONS(2012), + [anon_sym_module] = ACTIONS(2012), + [anon_sym_use] = ACTIONS(2012), + [anon_sym_LBRACK] = ACTIONS(2012), + [anon_sym_LPAREN] = ACTIONS(2012), + [anon_sym_RPAREN] = ACTIONS(2012), + [anon_sym_DOLLAR] = ACTIONS(2012), + [anon_sym_error] = ACTIONS(2012), + [anon_sym_DASH] = ACTIONS(2012), + [anon_sym_break] = ACTIONS(2012), + [anon_sym_continue] = ACTIONS(2012), + [anon_sym_for] = ACTIONS(2012), + [anon_sym_loop] = ACTIONS(2012), + [anon_sym_while] = ACTIONS(2012), + [anon_sym_do] = ACTIONS(2012), + [anon_sym_if] = ACTIONS(2012), + [anon_sym_match] = ACTIONS(2012), + [anon_sym_LBRACE] = ACTIONS(2012), + [anon_sym_RBRACE] = ACTIONS(2012), + [anon_sym_try] = ACTIONS(2012), + [anon_sym_return] = ACTIONS(2012), + [anon_sym_source] = ACTIONS(2012), + [anon_sym_source_DASHenv] = ACTIONS(2012), + [anon_sym_register] = ACTIONS(2012), + [anon_sym_hide] = ACTIONS(2012), + [anon_sym_hide_DASHenv] = ACTIONS(2012), + [anon_sym_overlay] = ACTIONS(2012), + [anon_sym_where] = ACTIONS(2012), + [anon_sym_not] = ACTIONS(2012), + [anon_sym_DOT_DOT_LT] = ACTIONS(2012), + [anon_sym_DOT_DOT] = ACTIONS(2012), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2012), + [sym_val_nothing] = ACTIONS(2012), + [anon_sym_true] = ACTIONS(2012), + [anon_sym_false] = ACTIONS(2012), + [aux_sym_val_number_token1] = ACTIONS(2012), + [aux_sym_val_number_token2] = ACTIONS(2012), + [aux_sym_val_number_token3] = ACTIONS(2012), + [aux_sym_val_number_token4] = ACTIONS(2012), + [anon_sym_inf] = ACTIONS(2012), + [anon_sym_DASHinf] = ACTIONS(2012), + [anon_sym_NaN] = ACTIONS(2012), + [anon_sym_0b] = ACTIONS(2012), + [anon_sym_0o] = ACTIONS(2012), + [anon_sym_0x] = ACTIONS(2012), + [sym_val_date] = ACTIONS(2012), + [anon_sym_DQUOTE] = ACTIONS(2012), + [sym__str_single_quotes] = ACTIONS(2012), + [sym__str_back_ticks] = ACTIONS(2012), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2012), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2012), + [anon_sym_CARET] = ACTIONS(2012), [anon_sym_POUND] = ACTIONS(3), }, [889] = { [sym_comment] = STATE(889), - [ts_builtin_sym_end] = ACTIONS(838), - [anon_sym_export] = ACTIONS(836), - [anon_sym_alias] = ACTIONS(836), - [anon_sym_let] = ACTIONS(836), - [anon_sym_let_DASHenv] = ACTIONS(836), - [anon_sym_mut] = ACTIONS(836), - [anon_sym_const] = ACTIONS(836), - [sym_cmd_identifier] = ACTIONS(836), - [anon_sym_SEMI] = ACTIONS(836), - [anon_sym_LF] = ACTIONS(838), - [anon_sym_def] = ACTIONS(836), - [anon_sym_def_DASHenv] = ACTIONS(836), - [anon_sym_export_DASHenv] = ACTIONS(836), - [anon_sym_extern] = ACTIONS(836), - [anon_sym_module] = ACTIONS(836), - [anon_sym_use] = ACTIONS(836), - [anon_sym_LBRACK] = ACTIONS(836), - [anon_sym_LPAREN] = ACTIONS(836), - [anon_sym_PIPE] = ACTIONS(836), - [anon_sym_DOLLAR] = ACTIONS(836), - [anon_sym_error] = ACTIONS(836), - [anon_sym_DASH] = ACTIONS(836), - [anon_sym_break] = ACTIONS(836), - [anon_sym_continue] = ACTIONS(836), - [anon_sym_for] = ACTIONS(836), - [anon_sym_loop] = ACTIONS(836), - [anon_sym_while] = ACTIONS(836), - [anon_sym_do] = ACTIONS(836), - [anon_sym_if] = ACTIONS(836), - [anon_sym_match] = ACTIONS(836), - [anon_sym_LBRACE] = ACTIONS(836), - [anon_sym_try] = ACTIONS(836), - [anon_sym_return] = ACTIONS(836), - [anon_sym_source] = ACTIONS(836), - [anon_sym_source_DASHenv] = ACTIONS(836), - [anon_sym_register] = ACTIONS(836), - [anon_sym_hide] = ACTIONS(836), - [anon_sym_hide_DASHenv] = ACTIONS(836), - [anon_sym_overlay] = ACTIONS(836), - [anon_sym_where] = ACTIONS(836), - [anon_sym_not] = ACTIONS(836), - [anon_sym_DOT_DOT_LT] = ACTIONS(836), - [anon_sym_DOT_DOT] = ACTIONS(836), - [anon_sym_DOT_DOT_EQ] = ACTIONS(836), - [sym_val_nothing] = ACTIONS(836), - [anon_sym_true] = ACTIONS(836), - [anon_sym_false] = ACTIONS(836), - [aux_sym_val_number_token1] = ACTIONS(836), - [aux_sym_val_number_token2] = ACTIONS(836), - [aux_sym_val_number_token3] = ACTIONS(836), - [aux_sym_val_number_token4] = ACTIONS(836), - [anon_sym_inf] = ACTIONS(836), - [anon_sym_DASHinf] = ACTIONS(836), - [anon_sym_NaN] = ACTIONS(836), - [anon_sym_0b] = ACTIONS(836), - [anon_sym_0o] = ACTIONS(836), - [anon_sym_0x] = ACTIONS(836), - [sym_val_date] = ACTIONS(836), - [anon_sym_DQUOTE] = ACTIONS(836), - [sym__str_single_quotes] = ACTIONS(836), - [sym__str_back_ticks] = ACTIONS(836), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(836), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(836), - [anon_sym_CARET] = ACTIONS(836), - [anon_sym_POUND] = ACTIONS(3), - }, - [890] = { - [sym_comment] = STATE(890), [ts_builtin_sym_end] = ACTIONS(692), [anon_sym_export] = ACTIONS(690), [anon_sym_alias] = ACTIONS(690), @@ -122014,214 +121951,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(690), [anon_sym_POUND] = ACTIONS(3), }, - [891] = { - [sym_comment] = STATE(891), - [anon_sym_export] = ACTIONS(2012), - [anon_sym_alias] = ACTIONS(2012), - [anon_sym_let] = ACTIONS(2012), - [anon_sym_let_DASHenv] = ACTIONS(2012), - [anon_sym_mut] = ACTIONS(2012), - [anon_sym_const] = ACTIONS(2012), - [sym_cmd_identifier] = ACTIONS(2012), - [anon_sym_SEMI] = ACTIONS(2012), - [anon_sym_LF] = ACTIONS(2014), - [anon_sym_def] = ACTIONS(2012), - [anon_sym_def_DASHenv] = ACTIONS(2012), - [anon_sym_export_DASHenv] = ACTIONS(2012), - [anon_sym_extern] = ACTIONS(2012), - [anon_sym_module] = ACTIONS(2012), - [anon_sym_use] = ACTIONS(2012), - [anon_sym_LBRACK] = ACTIONS(2012), - [anon_sym_LPAREN] = ACTIONS(2012), - [anon_sym_RPAREN] = ACTIONS(2012), - [anon_sym_DOLLAR] = ACTIONS(2012), - [anon_sym_error] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(2012), - [anon_sym_break] = ACTIONS(2012), - [anon_sym_continue] = ACTIONS(2012), - [anon_sym_for] = ACTIONS(2012), - [anon_sym_loop] = ACTIONS(2012), - [anon_sym_while] = ACTIONS(2012), - [anon_sym_do] = ACTIONS(2012), - [anon_sym_if] = ACTIONS(2012), - [anon_sym_match] = ACTIONS(2012), - [anon_sym_LBRACE] = ACTIONS(2012), - [anon_sym_RBRACE] = ACTIONS(2012), - [anon_sym_try] = ACTIONS(2012), - [anon_sym_return] = ACTIONS(2012), - [anon_sym_source] = ACTIONS(2012), - [anon_sym_source_DASHenv] = ACTIONS(2012), - [anon_sym_register] = ACTIONS(2012), - [anon_sym_hide] = ACTIONS(2012), - [anon_sym_hide_DASHenv] = ACTIONS(2012), - [anon_sym_overlay] = ACTIONS(2012), - [anon_sym_where] = ACTIONS(2012), - [anon_sym_not] = ACTIONS(2012), - [anon_sym_DOT_DOT_LT] = ACTIONS(2012), - [anon_sym_DOT_DOT] = ACTIONS(2012), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2012), - [sym_val_nothing] = ACTIONS(2012), - [anon_sym_true] = ACTIONS(2012), - [anon_sym_false] = ACTIONS(2012), - [aux_sym_val_number_token1] = ACTIONS(2012), - [aux_sym_val_number_token2] = ACTIONS(2012), - [aux_sym_val_number_token3] = ACTIONS(2012), - [aux_sym_val_number_token4] = ACTIONS(2012), - [anon_sym_inf] = ACTIONS(2012), - [anon_sym_DASHinf] = ACTIONS(2012), - [anon_sym_NaN] = ACTIONS(2012), - [anon_sym_0b] = ACTIONS(2012), - [anon_sym_0o] = ACTIONS(2012), - [anon_sym_0x] = ACTIONS(2012), - [sym_val_date] = ACTIONS(2012), - [anon_sym_DQUOTE] = ACTIONS(2012), - [sym__str_single_quotes] = ACTIONS(2012), - [sym__str_back_ticks] = ACTIONS(2012), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2012), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2012), - [anon_sym_CARET] = ACTIONS(2012), - [anon_sym_POUND] = ACTIONS(3), - }, - [892] = { - [sym_comment] = STATE(892), - [anon_sym_export] = ACTIONS(2012), - [anon_sym_alias] = ACTIONS(2012), - [anon_sym_let] = ACTIONS(2012), - [anon_sym_let_DASHenv] = ACTIONS(2012), - [anon_sym_mut] = ACTIONS(2012), - [anon_sym_const] = ACTIONS(2012), - [sym_cmd_identifier] = ACTIONS(2012), - [anon_sym_SEMI] = ACTIONS(2012), - [anon_sym_LF] = ACTIONS(2014), - [anon_sym_def] = ACTIONS(2012), - [anon_sym_def_DASHenv] = ACTIONS(2012), - [anon_sym_export_DASHenv] = ACTIONS(2012), - [anon_sym_extern] = ACTIONS(2012), - [anon_sym_module] = ACTIONS(2012), - [anon_sym_use] = ACTIONS(2012), - [anon_sym_LBRACK] = ACTIONS(2012), - [anon_sym_LPAREN] = ACTIONS(2012), - [anon_sym_RPAREN] = ACTIONS(2012), - [anon_sym_DOLLAR] = ACTIONS(2012), - [anon_sym_error] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(2012), - [anon_sym_break] = ACTIONS(2012), - [anon_sym_continue] = ACTIONS(2012), - [anon_sym_for] = ACTIONS(2012), - [anon_sym_loop] = ACTIONS(2012), - [anon_sym_while] = ACTIONS(2012), - [anon_sym_do] = ACTIONS(2012), - [anon_sym_if] = ACTIONS(2012), - [anon_sym_match] = ACTIONS(2012), - [anon_sym_LBRACE] = ACTIONS(2012), - [anon_sym_RBRACE] = ACTIONS(2012), - [anon_sym_try] = ACTIONS(2012), - [anon_sym_return] = ACTIONS(2012), - [anon_sym_source] = ACTIONS(2012), - [anon_sym_source_DASHenv] = ACTIONS(2012), - [anon_sym_register] = ACTIONS(2012), - [anon_sym_hide] = ACTIONS(2012), - [anon_sym_hide_DASHenv] = ACTIONS(2012), - [anon_sym_overlay] = ACTIONS(2012), - [anon_sym_where] = ACTIONS(2012), - [anon_sym_not] = ACTIONS(2012), - [anon_sym_DOT_DOT_LT] = ACTIONS(2012), - [anon_sym_DOT_DOT] = ACTIONS(2012), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2012), - [sym_val_nothing] = ACTIONS(2012), - [anon_sym_true] = ACTIONS(2012), - [anon_sym_false] = ACTIONS(2012), - [aux_sym_val_number_token1] = ACTIONS(2012), - [aux_sym_val_number_token2] = ACTIONS(2012), - [aux_sym_val_number_token3] = ACTIONS(2012), - [aux_sym_val_number_token4] = ACTIONS(2012), - [anon_sym_inf] = ACTIONS(2012), - [anon_sym_DASHinf] = ACTIONS(2012), - [anon_sym_NaN] = ACTIONS(2012), - [anon_sym_0b] = ACTIONS(2012), - [anon_sym_0o] = ACTIONS(2012), - [anon_sym_0x] = ACTIONS(2012), - [sym_val_date] = ACTIONS(2012), - [anon_sym_DQUOTE] = ACTIONS(2012), - [sym__str_single_quotes] = ACTIONS(2012), - [sym__str_back_ticks] = ACTIONS(2012), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2012), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2012), - [anon_sym_CARET] = ACTIONS(2012), - [anon_sym_POUND] = ACTIONS(3), - }, - [893] = { - [sym_comment] = STATE(893), - [anon_sym_export] = ACTIONS(1864), - [anon_sym_alias] = ACTIONS(1864), - [anon_sym_let] = ACTIONS(1864), - [anon_sym_let_DASHenv] = ACTIONS(1864), - [anon_sym_mut] = ACTIONS(1864), - [anon_sym_const] = ACTIONS(1864), - [sym_cmd_identifier] = ACTIONS(1864), - [anon_sym_SEMI] = ACTIONS(1864), - [anon_sym_LF] = ACTIONS(1866), - [anon_sym_def] = ACTIONS(1864), - [anon_sym_def_DASHenv] = ACTIONS(1864), - [anon_sym_export_DASHenv] = ACTIONS(1864), - [anon_sym_extern] = ACTIONS(1864), - [anon_sym_module] = ACTIONS(1864), - [anon_sym_use] = ACTIONS(1864), - [anon_sym_LBRACK] = ACTIONS(1864), - [anon_sym_LPAREN] = ACTIONS(1864), - [anon_sym_RPAREN] = ACTIONS(1864), - [anon_sym_DOLLAR] = ACTIONS(1864), - [anon_sym_error] = ACTIONS(1864), - [anon_sym_DASH] = ACTIONS(1864), - [anon_sym_break] = ACTIONS(1864), - [anon_sym_continue] = ACTIONS(1864), - [anon_sym_for] = ACTIONS(1864), - [anon_sym_loop] = ACTIONS(1864), - [anon_sym_while] = ACTIONS(1864), - [anon_sym_do] = ACTIONS(1864), - [anon_sym_if] = ACTIONS(1864), - [anon_sym_match] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(1864), - [anon_sym_RBRACE] = ACTIONS(1864), - [anon_sym_try] = ACTIONS(1864), - [anon_sym_return] = ACTIONS(1864), - [anon_sym_source] = ACTIONS(1864), - [anon_sym_source_DASHenv] = ACTIONS(1864), - [anon_sym_register] = ACTIONS(1864), - [anon_sym_hide] = ACTIONS(1864), - [anon_sym_hide_DASHenv] = ACTIONS(1864), - [anon_sym_overlay] = ACTIONS(1864), - [anon_sym_where] = ACTIONS(1864), - [anon_sym_not] = ACTIONS(1864), - [anon_sym_DOT_DOT_LT] = ACTIONS(1864), - [anon_sym_DOT_DOT] = ACTIONS(1864), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1864), - [sym_val_nothing] = ACTIONS(1864), - [anon_sym_true] = ACTIONS(1864), - [anon_sym_false] = ACTIONS(1864), - [aux_sym_val_number_token1] = ACTIONS(1864), - [aux_sym_val_number_token2] = ACTIONS(1864), - [aux_sym_val_number_token3] = ACTIONS(1864), - [aux_sym_val_number_token4] = ACTIONS(1864), - [anon_sym_inf] = ACTIONS(1864), - [anon_sym_DASHinf] = ACTIONS(1864), - [anon_sym_NaN] = ACTIONS(1864), - [anon_sym_0b] = ACTIONS(1864), - [anon_sym_0o] = ACTIONS(1864), - [anon_sym_0x] = ACTIONS(1864), - [sym_val_date] = ACTIONS(1864), - [anon_sym_DQUOTE] = ACTIONS(1864), - [sym__str_single_quotes] = ACTIONS(1864), - [sym__str_back_ticks] = ACTIONS(1864), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1864), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1864), - [anon_sym_CARET] = ACTIONS(1864), - [anon_sym_POUND] = ACTIONS(3), - }, - [894] = { - [sym__terminator] = STATE(791), - [sym_comment] = STATE(894), - [aux_sym__block_body_repeat1] = STATE(735), + [890] = { + [sym_comment] = STATE(890), [anon_sym_export] = ACTIONS(2016), [anon_sym_alias] = ACTIONS(2016), [anon_sym_let] = ACTIONS(2016), @@ -122229,8 +121960,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_mut] = ACTIONS(2016), [anon_sym_const] = ACTIONS(2016), [sym_cmd_identifier] = ACTIONS(2016), - [anon_sym_SEMI] = ACTIONS(1804), - [anon_sym_LF] = ACTIONS(1806), + [anon_sym_SEMI] = ACTIONS(2016), + [anon_sym_LF] = ACTIONS(2018), [anon_sym_def] = ACTIONS(2016), [anon_sym_def_DASHenv] = ACTIONS(2016), [anon_sym_export_DASHenv] = ACTIONS(2016), @@ -122239,6 +121970,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_use] = ACTIONS(2016), [anon_sym_LBRACK] = ACTIONS(2016), [anon_sym_LPAREN] = ACTIONS(2016), + [anon_sym_RPAREN] = ACTIONS(2016), [anon_sym_DOLLAR] = ACTIONS(2016), [anon_sym_error] = ACTIONS(2016), [anon_sym_DASH] = ACTIONS(2016), @@ -122251,6 +121983,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(2016), [anon_sym_match] = ACTIONS(2016), [anon_sym_LBRACE] = ACTIONS(2016), + [anon_sym_RBRACE] = ACTIONS(2016), [anon_sym_try] = ACTIONS(2016), [anon_sym_return] = ACTIONS(2016), [anon_sym_source] = ACTIONS(2016), @@ -122286,144 +122019,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(2016), [anon_sym_POUND] = ACTIONS(3), }, - [895] = { - [sym_comment] = STATE(895), - [anon_sym_export] = ACTIONS(2018), - [anon_sym_alias] = ACTIONS(2018), - [anon_sym_let] = ACTIONS(2018), - [anon_sym_let_DASHenv] = ACTIONS(2018), - [anon_sym_mut] = ACTIONS(2018), - [anon_sym_const] = ACTIONS(2018), - [sym_cmd_identifier] = ACTIONS(2018), - [anon_sym_SEMI] = ACTIONS(2018), - [anon_sym_LF] = ACTIONS(2020), - [anon_sym_def] = ACTIONS(2018), - [anon_sym_def_DASHenv] = ACTIONS(2018), - [anon_sym_export_DASHenv] = ACTIONS(2018), - [anon_sym_extern] = ACTIONS(2018), - [anon_sym_module] = ACTIONS(2018), - [anon_sym_use] = ACTIONS(2018), - [anon_sym_LBRACK] = ACTIONS(2018), - [anon_sym_LPAREN] = ACTIONS(2018), - [anon_sym_RPAREN] = ACTIONS(2018), - [anon_sym_DOLLAR] = ACTIONS(2018), - [anon_sym_error] = ACTIONS(2018), - [anon_sym_DASH] = ACTIONS(2018), - [anon_sym_break] = ACTIONS(2018), - [anon_sym_continue] = ACTIONS(2018), - [anon_sym_for] = ACTIONS(2018), - [anon_sym_loop] = ACTIONS(2018), - [anon_sym_while] = ACTIONS(2018), - [anon_sym_do] = ACTIONS(2018), - [anon_sym_if] = ACTIONS(2018), - [anon_sym_match] = ACTIONS(2018), - [anon_sym_LBRACE] = ACTIONS(2018), - [anon_sym_RBRACE] = ACTIONS(2018), - [anon_sym_try] = ACTIONS(2018), - [anon_sym_return] = ACTIONS(2018), - [anon_sym_source] = ACTIONS(2018), - [anon_sym_source_DASHenv] = ACTIONS(2018), - [anon_sym_register] = ACTIONS(2018), - [anon_sym_hide] = ACTIONS(2018), - [anon_sym_hide_DASHenv] = ACTIONS(2018), - [anon_sym_overlay] = ACTIONS(2018), - [anon_sym_where] = ACTIONS(2018), - [anon_sym_not] = ACTIONS(2018), - [anon_sym_DOT_DOT_LT] = ACTIONS(2018), - [anon_sym_DOT_DOT] = ACTIONS(2018), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2018), - [sym_val_nothing] = ACTIONS(2018), - [anon_sym_true] = ACTIONS(2018), - [anon_sym_false] = ACTIONS(2018), - [aux_sym_val_number_token1] = ACTIONS(2018), - [aux_sym_val_number_token2] = ACTIONS(2018), - [aux_sym_val_number_token3] = ACTIONS(2018), - [aux_sym_val_number_token4] = ACTIONS(2018), - [anon_sym_inf] = ACTIONS(2018), - [anon_sym_DASHinf] = ACTIONS(2018), - [anon_sym_NaN] = ACTIONS(2018), - [anon_sym_0b] = ACTIONS(2018), - [anon_sym_0o] = ACTIONS(2018), - [anon_sym_0x] = ACTIONS(2018), - [sym_val_date] = ACTIONS(2018), - [anon_sym_DQUOTE] = ACTIONS(2018), - [sym__str_single_quotes] = ACTIONS(2018), - [sym__str_back_ticks] = ACTIONS(2018), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2018), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2018), - [anon_sym_CARET] = ACTIONS(2018), - [anon_sym_POUND] = ACTIONS(3), - }, - [896] = { - [sym_comment] = STATE(896), - [anon_sym_export] = ACTIONS(2018), - [anon_sym_alias] = ACTIONS(2018), - [anon_sym_let] = ACTIONS(2018), - [anon_sym_let_DASHenv] = ACTIONS(2018), - [anon_sym_mut] = ACTIONS(2018), - [anon_sym_const] = ACTIONS(2018), - [sym_cmd_identifier] = ACTIONS(2018), - [anon_sym_SEMI] = ACTIONS(2018), - [anon_sym_LF] = ACTIONS(2020), - [anon_sym_def] = ACTIONS(2018), - [anon_sym_def_DASHenv] = ACTIONS(2018), - [anon_sym_export_DASHenv] = ACTIONS(2018), - [anon_sym_extern] = ACTIONS(2018), - [anon_sym_module] = ACTIONS(2018), - [anon_sym_use] = ACTIONS(2018), - [anon_sym_LBRACK] = ACTIONS(2018), - [anon_sym_LPAREN] = ACTIONS(2018), - [anon_sym_RPAREN] = ACTIONS(2018), - [anon_sym_DOLLAR] = ACTIONS(2018), - [anon_sym_error] = ACTIONS(2018), - [anon_sym_DASH] = ACTIONS(2018), - [anon_sym_break] = ACTIONS(2018), - [anon_sym_continue] = ACTIONS(2018), - [anon_sym_for] = ACTIONS(2018), - [anon_sym_loop] = ACTIONS(2018), - [anon_sym_while] = ACTIONS(2018), - [anon_sym_do] = ACTIONS(2018), - [anon_sym_if] = ACTIONS(2018), - [anon_sym_match] = ACTIONS(2018), - [anon_sym_LBRACE] = ACTIONS(2018), - [anon_sym_RBRACE] = ACTIONS(2018), - [anon_sym_try] = ACTIONS(2018), - [anon_sym_return] = ACTIONS(2018), - [anon_sym_source] = ACTIONS(2018), - [anon_sym_source_DASHenv] = ACTIONS(2018), - [anon_sym_register] = ACTIONS(2018), - [anon_sym_hide] = ACTIONS(2018), - [anon_sym_hide_DASHenv] = ACTIONS(2018), - [anon_sym_overlay] = ACTIONS(2018), - [anon_sym_where] = ACTIONS(2018), - [anon_sym_not] = ACTIONS(2018), - [anon_sym_DOT_DOT_LT] = ACTIONS(2018), - [anon_sym_DOT_DOT] = ACTIONS(2018), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2018), - [sym_val_nothing] = ACTIONS(2018), - [anon_sym_true] = ACTIONS(2018), - [anon_sym_false] = ACTIONS(2018), - [aux_sym_val_number_token1] = ACTIONS(2018), - [aux_sym_val_number_token2] = ACTIONS(2018), - [aux_sym_val_number_token3] = ACTIONS(2018), - [aux_sym_val_number_token4] = ACTIONS(2018), - [anon_sym_inf] = ACTIONS(2018), - [anon_sym_DASHinf] = ACTIONS(2018), - [anon_sym_NaN] = ACTIONS(2018), - [anon_sym_0b] = ACTIONS(2018), - [anon_sym_0o] = ACTIONS(2018), - [anon_sym_0x] = ACTIONS(2018), - [sym_val_date] = ACTIONS(2018), - [anon_sym_DQUOTE] = ACTIONS(2018), - [sym__str_single_quotes] = ACTIONS(2018), - [sym__str_back_ticks] = ACTIONS(2018), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2018), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2018), - [anon_sym_CARET] = ACTIONS(2018), + [891] = { + [sym_comment] = STATE(891), + [anon_sym_export] = ACTIONS(2020), + [anon_sym_alias] = ACTIONS(2020), + [anon_sym_let] = ACTIONS(2020), + [anon_sym_let_DASHenv] = ACTIONS(2020), + [anon_sym_mut] = ACTIONS(2020), + [anon_sym_const] = ACTIONS(2020), + [sym_cmd_identifier] = ACTIONS(2020), + [anon_sym_SEMI] = ACTIONS(2020), + [anon_sym_LF] = ACTIONS(2022), + [anon_sym_def] = ACTIONS(2020), + [anon_sym_def_DASHenv] = ACTIONS(2020), + [anon_sym_export_DASHenv] = ACTIONS(2020), + [anon_sym_extern] = ACTIONS(2020), + [anon_sym_module] = ACTIONS(2020), + [anon_sym_use] = ACTIONS(2020), + [anon_sym_LBRACK] = ACTIONS(2020), + [anon_sym_LPAREN] = ACTIONS(2020), + [anon_sym_RPAREN] = ACTIONS(2020), + [anon_sym_DOLLAR] = ACTIONS(2020), + [anon_sym_error] = ACTIONS(2020), + [anon_sym_DASH] = ACTIONS(2020), + [anon_sym_break] = ACTIONS(2020), + [anon_sym_continue] = ACTIONS(2020), + [anon_sym_for] = ACTIONS(2020), + [anon_sym_loop] = ACTIONS(2020), + [anon_sym_while] = ACTIONS(2020), + [anon_sym_do] = ACTIONS(2020), + [anon_sym_if] = ACTIONS(2020), + [anon_sym_match] = ACTIONS(2020), + [anon_sym_LBRACE] = ACTIONS(2020), + [anon_sym_RBRACE] = ACTIONS(2020), + [anon_sym_try] = ACTIONS(2020), + [anon_sym_return] = ACTIONS(2020), + [anon_sym_source] = ACTIONS(2020), + [anon_sym_source_DASHenv] = ACTIONS(2020), + [anon_sym_register] = ACTIONS(2020), + [anon_sym_hide] = ACTIONS(2020), + [anon_sym_hide_DASHenv] = ACTIONS(2020), + [anon_sym_overlay] = ACTIONS(2020), + [anon_sym_where] = ACTIONS(2020), + [anon_sym_not] = ACTIONS(2020), + [anon_sym_DOT_DOT_LT] = ACTIONS(2020), + [anon_sym_DOT_DOT] = ACTIONS(2020), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2020), + [sym_val_nothing] = ACTIONS(2020), + [anon_sym_true] = ACTIONS(2020), + [anon_sym_false] = ACTIONS(2020), + [aux_sym_val_number_token1] = ACTIONS(2020), + [aux_sym_val_number_token2] = ACTIONS(2020), + [aux_sym_val_number_token3] = ACTIONS(2020), + [aux_sym_val_number_token4] = ACTIONS(2020), + [anon_sym_inf] = ACTIONS(2020), + [anon_sym_DASHinf] = ACTIONS(2020), + [anon_sym_NaN] = ACTIONS(2020), + [anon_sym_0b] = ACTIONS(2020), + [anon_sym_0o] = ACTIONS(2020), + [anon_sym_0x] = ACTIONS(2020), + [sym_val_date] = ACTIONS(2020), + [anon_sym_DQUOTE] = ACTIONS(2020), + [sym__str_single_quotes] = ACTIONS(2020), + [sym__str_back_ticks] = ACTIONS(2020), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2020), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2020), + [anon_sym_CARET] = ACTIONS(2020), [anon_sym_POUND] = ACTIONS(3), }, - [897] = { - [sym_comment] = STATE(897), + [892] = { + [sym_comment] = STATE(892), [ts_builtin_sym_end] = ACTIONS(1298), [anon_sym_export] = ACTIONS(1296), [anon_sym_alias] = ACTIONS(1296), @@ -122450,320 +122115,184 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_continue] = ACTIONS(1296), [anon_sym_for] = ACTIONS(1296), [anon_sym_loop] = ACTIONS(1296), - [anon_sym_while] = ACTIONS(1296), - [anon_sym_do] = ACTIONS(1296), - [anon_sym_if] = ACTIONS(1296), - [anon_sym_match] = ACTIONS(1296), - [anon_sym_LBRACE] = ACTIONS(1296), - [anon_sym_try] = ACTIONS(1296), - [anon_sym_return] = ACTIONS(1296), - [anon_sym_source] = ACTIONS(1296), - [anon_sym_source_DASHenv] = ACTIONS(1296), - [anon_sym_register] = ACTIONS(1296), - [anon_sym_hide] = ACTIONS(1296), - [anon_sym_hide_DASHenv] = ACTIONS(1296), - [anon_sym_overlay] = ACTIONS(1296), - [anon_sym_where] = ACTIONS(1296), - [anon_sym_not] = ACTIONS(1296), - [anon_sym_DOT_DOT_LT] = ACTIONS(1296), - [anon_sym_DOT_DOT] = ACTIONS(1296), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1296), - [sym_val_nothing] = ACTIONS(1296), - [anon_sym_true] = ACTIONS(1296), - [anon_sym_false] = ACTIONS(1296), - [aux_sym_val_number_token1] = ACTIONS(1296), - [aux_sym_val_number_token2] = ACTIONS(1296), - [aux_sym_val_number_token3] = ACTIONS(1296), - [aux_sym_val_number_token4] = ACTIONS(1296), - [anon_sym_inf] = ACTIONS(1296), - [anon_sym_DASHinf] = ACTIONS(1296), - [anon_sym_NaN] = ACTIONS(1296), - [anon_sym_0b] = ACTIONS(1296), - [anon_sym_0o] = ACTIONS(1296), - [anon_sym_0x] = ACTIONS(1296), - [sym_val_date] = ACTIONS(1296), - [anon_sym_DQUOTE] = ACTIONS(1296), - [sym__str_single_quotes] = ACTIONS(1296), - [sym__str_back_ticks] = ACTIONS(1296), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1296), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1296), - [anon_sym_CARET] = ACTIONS(1296), - [anon_sym_POUND] = ACTIONS(3), - }, - [898] = { - [sym_comment] = STATE(898), - [anon_sym_export] = ACTIONS(2022), - [anon_sym_alias] = ACTIONS(2022), - [anon_sym_let] = ACTIONS(2022), - [anon_sym_let_DASHenv] = ACTIONS(2022), - [anon_sym_mut] = ACTIONS(2022), - [anon_sym_const] = ACTIONS(2022), - [sym_cmd_identifier] = ACTIONS(2022), - [anon_sym_SEMI] = ACTIONS(2022), - [anon_sym_LF] = ACTIONS(2024), - [anon_sym_def] = ACTIONS(2022), - [anon_sym_def_DASHenv] = ACTIONS(2022), - [anon_sym_export_DASHenv] = ACTIONS(2022), - [anon_sym_extern] = ACTIONS(2022), - [anon_sym_module] = ACTIONS(2022), - [anon_sym_use] = ACTIONS(2022), - [anon_sym_LBRACK] = ACTIONS(2022), - [anon_sym_LPAREN] = ACTIONS(2022), - [anon_sym_RPAREN] = ACTIONS(2022), - [anon_sym_DOLLAR] = ACTIONS(2022), - [anon_sym_error] = ACTIONS(2022), - [anon_sym_DASH] = ACTIONS(2022), - [anon_sym_break] = ACTIONS(2022), - [anon_sym_continue] = ACTIONS(2022), - [anon_sym_for] = ACTIONS(2022), - [anon_sym_loop] = ACTIONS(2022), - [anon_sym_while] = ACTIONS(2022), - [anon_sym_do] = ACTIONS(2022), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_match] = ACTIONS(2022), - [anon_sym_LBRACE] = ACTIONS(2022), - [anon_sym_RBRACE] = ACTIONS(2022), - [anon_sym_try] = ACTIONS(2022), - [anon_sym_return] = ACTIONS(2022), - [anon_sym_source] = ACTIONS(2022), - [anon_sym_source_DASHenv] = ACTIONS(2022), - [anon_sym_register] = ACTIONS(2022), - [anon_sym_hide] = ACTIONS(2022), - [anon_sym_hide_DASHenv] = ACTIONS(2022), - [anon_sym_overlay] = ACTIONS(2022), - [anon_sym_where] = ACTIONS(2022), - [anon_sym_not] = ACTIONS(2022), - [anon_sym_DOT_DOT_LT] = ACTIONS(2022), - [anon_sym_DOT_DOT] = ACTIONS(2022), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2022), - [sym_val_nothing] = ACTIONS(2022), - [anon_sym_true] = ACTIONS(2022), - [anon_sym_false] = ACTIONS(2022), - [aux_sym_val_number_token1] = ACTIONS(2022), - [aux_sym_val_number_token2] = ACTIONS(2022), - [aux_sym_val_number_token3] = ACTIONS(2022), - [aux_sym_val_number_token4] = ACTIONS(2022), - [anon_sym_inf] = ACTIONS(2022), - [anon_sym_DASHinf] = ACTIONS(2022), - [anon_sym_NaN] = ACTIONS(2022), - [anon_sym_0b] = ACTIONS(2022), - [anon_sym_0o] = ACTIONS(2022), - [anon_sym_0x] = ACTIONS(2022), - [sym_val_date] = ACTIONS(2022), - [anon_sym_DQUOTE] = ACTIONS(2022), - [sym__str_single_quotes] = ACTIONS(2022), - [sym__str_back_ticks] = ACTIONS(2022), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2022), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2022), - [anon_sym_CARET] = ACTIONS(2022), - [anon_sym_POUND] = ACTIONS(3), - }, - [899] = { - [sym_comment] = STATE(899), - [anon_sym_export] = ACTIONS(2026), - [anon_sym_alias] = ACTIONS(2026), - [anon_sym_let] = ACTIONS(2026), - [anon_sym_let_DASHenv] = ACTIONS(2026), - [anon_sym_mut] = ACTIONS(2026), - [anon_sym_const] = ACTIONS(2026), - [sym_cmd_identifier] = ACTIONS(2026), - [anon_sym_SEMI] = ACTIONS(2026), - [anon_sym_LF] = ACTIONS(2028), - [anon_sym_def] = ACTIONS(2026), - [anon_sym_def_DASHenv] = ACTIONS(2026), - [anon_sym_export_DASHenv] = ACTIONS(2026), - [anon_sym_extern] = ACTIONS(2026), - [anon_sym_module] = ACTIONS(2026), - [anon_sym_use] = ACTIONS(2026), - [anon_sym_LBRACK] = ACTIONS(2026), - [anon_sym_LPAREN] = ACTIONS(2026), - [anon_sym_RPAREN] = ACTIONS(2026), - [anon_sym_DOLLAR] = ACTIONS(2026), - [anon_sym_error] = ACTIONS(2026), - [anon_sym_DASH] = ACTIONS(2026), - [anon_sym_break] = ACTIONS(2026), - [anon_sym_continue] = ACTIONS(2026), - [anon_sym_for] = ACTIONS(2026), - [anon_sym_loop] = ACTIONS(2026), - [anon_sym_while] = ACTIONS(2026), - [anon_sym_do] = ACTIONS(2026), - [anon_sym_if] = ACTIONS(2026), - [anon_sym_match] = ACTIONS(2026), - [anon_sym_LBRACE] = ACTIONS(2026), - [anon_sym_RBRACE] = ACTIONS(2026), - [anon_sym_try] = ACTIONS(2026), - [anon_sym_return] = ACTIONS(2026), - [anon_sym_source] = ACTIONS(2026), - [anon_sym_source_DASHenv] = ACTIONS(2026), - [anon_sym_register] = ACTIONS(2026), - [anon_sym_hide] = ACTIONS(2026), - [anon_sym_hide_DASHenv] = ACTIONS(2026), - [anon_sym_overlay] = ACTIONS(2026), - [anon_sym_where] = ACTIONS(2026), - [anon_sym_not] = ACTIONS(2026), - [anon_sym_DOT_DOT_LT] = ACTIONS(2026), - [anon_sym_DOT_DOT] = ACTIONS(2026), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2026), - [sym_val_nothing] = ACTIONS(2026), - [anon_sym_true] = ACTIONS(2026), - [anon_sym_false] = ACTIONS(2026), - [aux_sym_val_number_token1] = ACTIONS(2026), - [aux_sym_val_number_token2] = ACTIONS(2026), - [aux_sym_val_number_token3] = ACTIONS(2026), - [aux_sym_val_number_token4] = ACTIONS(2026), - [anon_sym_inf] = ACTIONS(2026), - [anon_sym_DASHinf] = ACTIONS(2026), - [anon_sym_NaN] = ACTIONS(2026), - [anon_sym_0b] = ACTIONS(2026), - [anon_sym_0o] = ACTIONS(2026), - [anon_sym_0x] = ACTIONS(2026), - [sym_val_date] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym__str_single_quotes] = ACTIONS(2026), - [sym__str_back_ticks] = ACTIONS(2026), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2026), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2026), - [anon_sym_CARET] = ACTIONS(2026), - [anon_sym_POUND] = ACTIONS(3), - }, - [900] = { - [sym_comment] = STATE(900), - [ts_builtin_sym_end] = ACTIONS(1714), - [anon_sym_export] = ACTIONS(1712), - [anon_sym_alias] = ACTIONS(1712), - [anon_sym_let] = ACTIONS(1712), - [anon_sym_let_DASHenv] = ACTIONS(1712), - [anon_sym_mut] = ACTIONS(1712), - [anon_sym_const] = ACTIONS(1712), - [sym_cmd_identifier] = ACTIONS(1712), - [anon_sym_SEMI] = ACTIONS(1712), - [anon_sym_LF] = ACTIONS(1714), - [anon_sym_def] = ACTIONS(1712), - [anon_sym_def_DASHenv] = ACTIONS(1712), - [anon_sym_export_DASHenv] = ACTIONS(1712), - [anon_sym_extern] = ACTIONS(1712), - [anon_sym_module] = ACTIONS(1712), - [anon_sym_use] = ACTIONS(1712), - [anon_sym_LBRACK] = ACTIONS(1712), - [anon_sym_LPAREN] = ACTIONS(1712), - [anon_sym_PIPE] = ACTIONS(1712), - [anon_sym_DOLLAR] = ACTIONS(1712), - [anon_sym_error] = ACTIONS(1712), - [anon_sym_DASH] = ACTIONS(1712), - [anon_sym_break] = ACTIONS(1712), - [anon_sym_continue] = ACTIONS(1712), - [anon_sym_for] = ACTIONS(1712), - [anon_sym_loop] = ACTIONS(1712), - [anon_sym_while] = ACTIONS(1712), - [anon_sym_do] = ACTIONS(1712), - [anon_sym_if] = ACTIONS(1712), - [anon_sym_match] = ACTIONS(1712), - [anon_sym_LBRACE] = ACTIONS(1712), - [anon_sym_try] = ACTIONS(1712), - [anon_sym_return] = ACTIONS(1712), - [anon_sym_source] = ACTIONS(1712), - [anon_sym_source_DASHenv] = ACTIONS(1712), - [anon_sym_register] = ACTIONS(1712), - [anon_sym_hide] = ACTIONS(1712), - [anon_sym_hide_DASHenv] = ACTIONS(1712), - [anon_sym_overlay] = ACTIONS(1712), - [anon_sym_where] = ACTIONS(1712), - [anon_sym_not] = ACTIONS(1712), - [anon_sym_DOT_DOT_LT] = ACTIONS(1712), - [anon_sym_DOT_DOT] = ACTIONS(1712), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1712), - [sym_val_nothing] = ACTIONS(1712), - [anon_sym_true] = ACTIONS(1712), - [anon_sym_false] = ACTIONS(1712), - [aux_sym_val_number_token1] = ACTIONS(1712), - [aux_sym_val_number_token2] = ACTIONS(1712), - [aux_sym_val_number_token3] = ACTIONS(1712), - [aux_sym_val_number_token4] = ACTIONS(1712), - [anon_sym_inf] = ACTIONS(1712), - [anon_sym_DASHinf] = ACTIONS(1712), - [anon_sym_NaN] = ACTIONS(1712), - [anon_sym_0b] = ACTIONS(1712), - [anon_sym_0o] = ACTIONS(1712), - [anon_sym_0x] = ACTIONS(1712), - [sym_val_date] = ACTIONS(1712), - [anon_sym_DQUOTE] = ACTIONS(1712), - [sym__str_single_quotes] = ACTIONS(1712), - [sym__str_back_ticks] = ACTIONS(1712), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1712), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1712), - [anon_sym_CARET] = ACTIONS(1712), + [anon_sym_while] = ACTIONS(1296), + [anon_sym_do] = ACTIONS(1296), + [anon_sym_if] = ACTIONS(1296), + [anon_sym_match] = ACTIONS(1296), + [anon_sym_LBRACE] = ACTIONS(1296), + [anon_sym_try] = ACTIONS(1296), + [anon_sym_return] = ACTIONS(1296), + [anon_sym_source] = ACTIONS(1296), + [anon_sym_source_DASHenv] = ACTIONS(1296), + [anon_sym_register] = ACTIONS(1296), + [anon_sym_hide] = ACTIONS(1296), + [anon_sym_hide_DASHenv] = ACTIONS(1296), + [anon_sym_overlay] = ACTIONS(1296), + [anon_sym_where] = ACTIONS(1296), + [anon_sym_not] = ACTIONS(1296), + [anon_sym_DOT_DOT_LT] = ACTIONS(1296), + [anon_sym_DOT_DOT] = ACTIONS(1296), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1296), + [sym_val_nothing] = ACTIONS(1296), + [anon_sym_true] = ACTIONS(1296), + [anon_sym_false] = ACTIONS(1296), + [aux_sym_val_number_token1] = ACTIONS(1296), + [aux_sym_val_number_token2] = ACTIONS(1296), + [aux_sym_val_number_token3] = ACTIONS(1296), + [aux_sym_val_number_token4] = ACTIONS(1296), + [anon_sym_inf] = ACTIONS(1296), + [anon_sym_DASHinf] = ACTIONS(1296), + [anon_sym_NaN] = ACTIONS(1296), + [anon_sym_0b] = ACTIONS(1296), + [anon_sym_0o] = ACTIONS(1296), + [anon_sym_0x] = ACTIONS(1296), + [sym_val_date] = ACTIONS(1296), + [anon_sym_DQUOTE] = ACTIONS(1296), + [sym__str_single_quotes] = ACTIONS(1296), + [sym__str_back_ticks] = ACTIONS(1296), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1296), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1296), + [anon_sym_CARET] = ACTIONS(1296), [anon_sym_POUND] = ACTIONS(3), }, - [901] = { - [sym_comment] = STATE(901), - [anon_sym_export] = ACTIONS(2022), - [anon_sym_alias] = ACTIONS(2022), - [anon_sym_let] = ACTIONS(2022), - [anon_sym_let_DASHenv] = ACTIONS(2022), - [anon_sym_mut] = ACTIONS(2022), - [anon_sym_const] = ACTIONS(2022), - [sym_cmd_identifier] = ACTIONS(2022), - [anon_sym_SEMI] = ACTIONS(2022), - [anon_sym_LF] = ACTIONS(2024), - [anon_sym_def] = ACTIONS(2022), - [anon_sym_def_DASHenv] = ACTIONS(2022), - [anon_sym_export_DASHenv] = ACTIONS(2022), - [anon_sym_extern] = ACTIONS(2022), - [anon_sym_module] = ACTIONS(2022), - [anon_sym_use] = ACTIONS(2022), - [anon_sym_LBRACK] = ACTIONS(2022), - [anon_sym_LPAREN] = ACTIONS(2022), - [anon_sym_RPAREN] = ACTIONS(2022), - [anon_sym_DOLLAR] = ACTIONS(2022), - [anon_sym_error] = ACTIONS(2022), - [anon_sym_DASH] = ACTIONS(2022), - [anon_sym_break] = ACTIONS(2022), - [anon_sym_continue] = ACTIONS(2022), - [anon_sym_for] = ACTIONS(2022), - [anon_sym_loop] = ACTIONS(2022), - [anon_sym_while] = ACTIONS(2022), - [anon_sym_do] = ACTIONS(2022), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_match] = ACTIONS(2022), - [anon_sym_LBRACE] = ACTIONS(2022), - [anon_sym_RBRACE] = ACTIONS(2022), - [anon_sym_try] = ACTIONS(2022), - [anon_sym_return] = ACTIONS(2022), - [anon_sym_source] = ACTIONS(2022), - [anon_sym_source_DASHenv] = ACTIONS(2022), - [anon_sym_register] = ACTIONS(2022), - [anon_sym_hide] = ACTIONS(2022), - [anon_sym_hide_DASHenv] = ACTIONS(2022), - [anon_sym_overlay] = ACTIONS(2022), - [anon_sym_where] = ACTIONS(2022), - [anon_sym_not] = ACTIONS(2022), - [anon_sym_DOT_DOT_LT] = ACTIONS(2022), - [anon_sym_DOT_DOT] = ACTIONS(2022), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2022), - [sym_val_nothing] = ACTIONS(2022), - [anon_sym_true] = ACTIONS(2022), - [anon_sym_false] = ACTIONS(2022), - [aux_sym_val_number_token1] = ACTIONS(2022), - [aux_sym_val_number_token2] = ACTIONS(2022), - [aux_sym_val_number_token3] = ACTIONS(2022), - [aux_sym_val_number_token4] = ACTIONS(2022), - [anon_sym_inf] = ACTIONS(2022), - [anon_sym_DASHinf] = ACTIONS(2022), - [anon_sym_NaN] = ACTIONS(2022), - [anon_sym_0b] = ACTIONS(2022), - [anon_sym_0o] = ACTIONS(2022), - [anon_sym_0x] = ACTIONS(2022), - [sym_val_date] = ACTIONS(2022), - [anon_sym_DQUOTE] = ACTIONS(2022), - [sym__str_single_quotes] = ACTIONS(2022), - [sym__str_back_ticks] = ACTIONS(2022), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2022), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2022), - [anon_sym_CARET] = ACTIONS(2022), + [893] = { + [sym_comment] = STATE(893), + [ts_builtin_sym_end] = ACTIONS(1708), + [anon_sym_export] = ACTIONS(1706), + [anon_sym_alias] = ACTIONS(1706), + [anon_sym_let] = ACTIONS(1706), + [anon_sym_let_DASHenv] = ACTIONS(1706), + [anon_sym_mut] = ACTIONS(1706), + [anon_sym_const] = ACTIONS(1706), + [sym_cmd_identifier] = ACTIONS(1706), + [anon_sym_SEMI] = ACTIONS(1706), + [anon_sym_LF] = ACTIONS(1708), + [anon_sym_def] = ACTIONS(1706), + [anon_sym_def_DASHenv] = ACTIONS(1706), + [anon_sym_export_DASHenv] = ACTIONS(1706), + [anon_sym_extern] = ACTIONS(1706), + [anon_sym_module] = ACTIONS(1706), + [anon_sym_use] = ACTIONS(1706), + [anon_sym_LBRACK] = ACTIONS(1706), + [anon_sym_LPAREN] = ACTIONS(1706), + [anon_sym_PIPE] = ACTIONS(1706), + [anon_sym_DOLLAR] = ACTIONS(1706), + [anon_sym_error] = ACTIONS(1706), + [anon_sym_DASH] = ACTIONS(1706), + [anon_sym_break] = ACTIONS(1706), + [anon_sym_continue] = ACTIONS(1706), + [anon_sym_for] = ACTIONS(1706), + [anon_sym_loop] = ACTIONS(1706), + [anon_sym_while] = ACTIONS(1706), + [anon_sym_do] = ACTIONS(1706), + [anon_sym_if] = ACTIONS(1706), + [anon_sym_match] = ACTIONS(1706), + [anon_sym_LBRACE] = ACTIONS(1706), + [anon_sym_try] = ACTIONS(1706), + [anon_sym_return] = ACTIONS(1706), + [anon_sym_source] = ACTIONS(1706), + [anon_sym_source_DASHenv] = ACTIONS(1706), + [anon_sym_register] = ACTIONS(1706), + [anon_sym_hide] = ACTIONS(1706), + [anon_sym_hide_DASHenv] = ACTIONS(1706), + [anon_sym_overlay] = ACTIONS(1706), + [anon_sym_where] = ACTIONS(1706), + [anon_sym_not] = ACTIONS(1706), + [anon_sym_DOT_DOT_LT] = ACTIONS(1706), + [anon_sym_DOT_DOT] = ACTIONS(1706), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1706), + [sym_val_nothing] = ACTIONS(1706), + [anon_sym_true] = ACTIONS(1706), + [anon_sym_false] = ACTIONS(1706), + [aux_sym_val_number_token1] = ACTIONS(1706), + [aux_sym_val_number_token2] = ACTIONS(1706), + [aux_sym_val_number_token3] = ACTIONS(1706), + [aux_sym_val_number_token4] = ACTIONS(1706), + [anon_sym_inf] = ACTIONS(1706), + [anon_sym_DASHinf] = ACTIONS(1706), + [anon_sym_NaN] = ACTIONS(1706), + [anon_sym_0b] = ACTIONS(1706), + [anon_sym_0o] = ACTIONS(1706), + [anon_sym_0x] = ACTIONS(1706), + [sym_val_date] = ACTIONS(1706), + [anon_sym_DQUOTE] = ACTIONS(1706), + [sym__str_single_quotes] = ACTIONS(1706), + [sym__str_back_ticks] = ACTIONS(1706), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1706), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1706), + [anon_sym_CARET] = ACTIONS(1706), [anon_sym_POUND] = ACTIONS(3), }, - [902] = { - [sym_comment] = STATE(902), + [894] = { + [sym_comment] = STATE(894), + [ts_builtin_sym_end] = ACTIONS(1704), + [anon_sym_export] = ACTIONS(1702), + [anon_sym_alias] = ACTIONS(1702), + [anon_sym_let] = ACTIONS(1702), + [anon_sym_let_DASHenv] = ACTIONS(1702), + [anon_sym_mut] = ACTIONS(1702), + [anon_sym_const] = ACTIONS(1702), + [sym_cmd_identifier] = ACTIONS(1702), + [anon_sym_SEMI] = ACTIONS(1702), + [anon_sym_LF] = ACTIONS(1704), + [anon_sym_def] = ACTIONS(1702), + [anon_sym_def_DASHenv] = ACTIONS(1702), + [anon_sym_export_DASHenv] = ACTIONS(1702), + [anon_sym_extern] = ACTIONS(1702), + [anon_sym_module] = ACTIONS(1702), + [anon_sym_use] = ACTIONS(1702), + [anon_sym_LBRACK] = ACTIONS(1702), + [anon_sym_LPAREN] = ACTIONS(1702), + [anon_sym_PIPE] = ACTIONS(1702), + [anon_sym_DOLLAR] = ACTIONS(1702), + [anon_sym_error] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_break] = ACTIONS(1702), + [anon_sym_continue] = ACTIONS(1702), + [anon_sym_for] = ACTIONS(1702), + [anon_sym_loop] = ACTIONS(1702), + [anon_sym_while] = ACTIONS(1702), + [anon_sym_do] = ACTIONS(1702), + [anon_sym_if] = ACTIONS(1702), + [anon_sym_match] = ACTIONS(1702), + [anon_sym_LBRACE] = ACTIONS(1702), + [anon_sym_try] = ACTIONS(1702), + [anon_sym_return] = ACTIONS(1702), + [anon_sym_source] = ACTIONS(1702), + [anon_sym_source_DASHenv] = ACTIONS(1702), + [anon_sym_register] = ACTIONS(1702), + [anon_sym_hide] = ACTIONS(1702), + [anon_sym_hide_DASHenv] = ACTIONS(1702), + [anon_sym_overlay] = ACTIONS(1702), + [anon_sym_where] = ACTIONS(1702), + [anon_sym_not] = ACTIONS(1702), + [anon_sym_DOT_DOT_LT] = ACTIONS(1702), + [anon_sym_DOT_DOT] = ACTIONS(1702), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1702), + [sym_val_nothing] = ACTIONS(1702), + [anon_sym_true] = ACTIONS(1702), + [anon_sym_false] = ACTIONS(1702), + [aux_sym_val_number_token1] = ACTIONS(1702), + [aux_sym_val_number_token2] = ACTIONS(1702), + [aux_sym_val_number_token3] = ACTIONS(1702), + [aux_sym_val_number_token4] = ACTIONS(1702), + [anon_sym_inf] = ACTIONS(1702), + [anon_sym_DASHinf] = ACTIONS(1702), + [anon_sym_NaN] = ACTIONS(1702), + [anon_sym_0b] = ACTIONS(1702), + [anon_sym_0o] = ACTIONS(1702), + [anon_sym_0x] = ACTIONS(1702), + [sym_val_date] = ACTIONS(1702), + [anon_sym_DQUOTE] = ACTIONS(1702), + [sym__str_single_quotes] = ACTIONS(1702), + [sym__str_back_ticks] = ACTIONS(1702), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1702), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_POUND] = ACTIONS(3), + }, + [895] = { + [sym_comment] = STATE(895), [ts_builtin_sym_end] = ACTIONS(1294), [anon_sym_export] = ACTIONS(1292), [anon_sym_alias] = ACTIONS(1292), @@ -122830,144 +122359,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1292), [anon_sym_POUND] = ACTIONS(3), }, - [903] = { - [sym_comment] = STATE(903), - [anon_sym_export] = ACTIONS(2030), - [anon_sym_alias] = ACTIONS(2030), - [anon_sym_let] = ACTIONS(2030), - [anon_sym_let_DASHenv] = ACTIONS(2030), - [anon_sym_mut] = ACTIONS(2030), - [anon_sym_const] = ACTIONS(2030), - [sym_cmd_identifier] = ACTIONS(2030), - [anon_sym_SEMI] = ACTIONS(2030), - [anon_sym_LF] = ACTIONS(2032), - [anon_sym_def] = ACTIONS(2030), - [anon_sym_def_DASHenv] = ACTIONS(2030), - [anon_sym_export_DASHenv] = ACTIONS(2030), - [anon_sym_extern] = ACTIONS(2030), - [anon_sym_module] = ACTIONS(2030), - [anon_sym_use] = ACTIONS(2030), - [anon_sym_LBRACK] = ACTIONS(2030), - [anon_sym_LPAREN] = ACTIONS(2030), - [anon_sym_RPAREN] = ACTIONS(2030), - [anon_sym_DOLLAR] = ACTIONS(2030), - [anon_sym_error] = ACTIONS(2030), - [anon_sym_DASH] = ACTIONS(2030), - [anon_sym_break] = ACTIONS(2030), - [anon_sym_continue] = ACTIONS(2030), - [anon_sym_for] = ACTIONS(2030), - [anon_sym_loop] = ACTIONS(2030), - [anon_sym_while] = ACTIONS(2030), - [anon_sym_do] = ACTIONS(2030), - [anon_sym_if] = ACTIONS(2030), - [anon_sym_match] = ACTIONS(2030), - [anon_sym_LBRACE] = ACTIONS(2030), - [anon_sym_RBRACE] = ACTIONS(2030), - [anon_sym_try] = ACTIONS(2030), - [anon_sym_return] = ACTIONS(2030), - [anon_sym_source] = ACTIONS(2030), - [anon_sym_source_DASHenv] = ACTIONS(2030), - [anon_sym_register] = ACTIONS(2030), - [anon_sym_hide] = ACTIONS(2030), - [anon_sym_hide_DASHenv] = ACTIONS(2030), - [anon_sym_overlay] = ACTIONS(2030), - [anon_sym_where] = ACTIONS(2030), - [anon_sym_not] = ACTIONS(2030), - [anon_sym_DOT_DOT_LT] = ACTIONS(2030), - [anon_sym_DOT_DOT] = ACTIONS(2030), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2030), - [sym_val_nothing] = ACTIONS(2030), - [anon_sym_true] = ACTIONS(2030), - [anon_sym_false] = ACTIONS(2030), - [aux_sym_val_number_token1] = ACTIONS(2030), - [aux_sym_val_number_token2] = ACTIONS(2030), - [aux_sym_val_number_token3] = ACTIONS(2030), - [aux_sym_val_number_token4] = ACTIONS(2030), - [anon_sym_inf] = ACTIONS(2030), - [anon_sym_DASHinf] = ACTIONS(2030), - [anon_sym_NaN] = ACTIONS(2030), - [anon_sym_0b] = ACTIONS(2030), - [anon_sym_0o] = ACTIONS(2030), - [anon_sym_0x] = ACTIONS(2030), - [sym_val_date] = ACTIONS(2030), - [anon_sym_DQUOTE] = ACTIONS(2030), - [sym__str_single_quotes] = ACTIONS(2030), - [sym__str_back_ticks] = ACTIONS(2030), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2030), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2030), - [anon_sym_CARET] = ACTIONS(2030), + [896] = { + [sym_comment] = STATE(896), + [ts_builtin_sym_end] = ACTIONS(1688), + [anon_sym_export] = ACTIONS(1686), + [anon_sym_alias] = ACTIONS(1686), + [anon_sym_let] = ACTIONS(1686), + [anon_sym_let_DASHenv] = ACTIONS(1686), + [anon_sym_mut] = ACTIONS(1686), + [anon_sym_const] = ACTIONS(1686), + [sym_cmd_identifier] = ACTIONS(1686), + [anon_sym_SEMI] = ACTIONS(1686), + [anon_sym_LF] = ACTIONS(1688), + [anon_sym_def] = ACTIONS(1686), + [anon_sym_def_DASHenv] = ACTIONS(1686), + [anon_sym_export_DASHenv] = ACTIONS(1686), + [anon_sym_extern] = ACTIONS(1686), + [anon_sym_module] = ACTIONS(1686), + [anon_sym_use] = ACTIONS(1686), + [anon_sym_LBRACK] = ACTIONS(1686), + [anon_sym_LPAREN] = ACTIONS(1686), + [anon_sym_PIPE] = ACTIONS(1686), + [anon_sym_DOLLAR] = ACTIONS(1686), + [anon_sym_error] = ACTIONS(1686), + [anon_sym_DASH] = ACTIONS(1686), + [anon_sym_break] = ACTIONS(1686), + [anon_sym_continue] = ACTIONS(1686), + [anon_sym_for] = ACTIONS(1686), + [anon_sym_loop] = ACTIONS(1686), + [anon_sym_while] = ACTIONS(1686), + [anon_sym_do] = ACTIONS(1686), + [anon_sym_if] = ACTIONS(1686), + [anon_sym_match] = ACTIONS(1686), + [anon_sym_LBRACE] = ACTIONS(1686), + [anon_sym_try] = ACTIONS(1686), + [anon_sym_return] = ACTIONS(1686), + [anon_sym_source] = ACTIONS(1686), + [anon_sym_source_DASHenv] = ACTIONS(1686), + [anon_sym_register] = ACTIONS(1686), + [anon_sym_hide] = ACTIONS(1686), + [anon_sym_hide_DASHenv] = ACTIONS(1686), + [anon_sym_overlay] = ACTIONS(1686), + [anon_sym_where] = ACTIONS(1686), + [anon_sym_not] = ACTIONS(1686), + [anon_sym_DOT_DOT_LT] = ACTIONS(1686), + [anon_sym_DOT_DOT] = ACTIONS(1686), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1686), + [sym_val_nothing] = ACTIONS(1686), + [anon_sym_true] = ACTIONS(1686), + [anon_sym_false] = ACTIONS(1686), + [aux_sym_val_number_token1] = ACTIONS(1686), + [aux_sym_val_number_token2] = ACTIONS(1686), + [aux_sym_val_number_token3] = ACTIONS(1686), + [aux_sym_val_number_token4] = ACTIONS(1686), + [anon_sym_inf] = ACTIONS(1686), + [anon_sym_DASHinf] = ACTIONS(1686), + [anon_sym_NaN] = ACTIONS(1686), + [anon_sym_0b] = ACTIONS(1686), + [anon_sym_0o] = ACTIONS(1686), + [anon_sym_0x] = ACTIONS(1686), + [sym_val_date] = ACTIONS(1686), + [anon_sym_DQUOTE] = ACTIONS(1686), + [sym__str_single_quotes] = ACTIONS(1686), + [sym__str_back_ticks] = ACTIONS(1686), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1686), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1686), + [anon_sym_CARET] = ACTIONS(1686), [anon_sym_POUND] = ACTIONS(3), }, - [904] = { - [sym_comment] = STATE(904), - [anon_sym_export] = ACTIONS(2034), - [anon_sym_alias] = ACTIONS(2034), - [anon_sym_let] = ACTIONS(2034), - [anon_sym_let_DASHenv] = ACTIONS(2034), - [anon_sym_mut] = ACTIONS(2034), - [anon_sym_const] = ACTIONS(2034), - [sym_cmd_identifier] = ACTIONS(2034), - [anon_sym_SEMI] = ACTIONS(2034), - [anon_sym_LF] = ACTIONS(2036), - [anon_sym_def] = ACTIONS(2034), - [anon_sym_def_DASHenv] = ACTIONS(2034), - [anon_sym_export_DASHenv] = ACTIONS(2034), - [anon_sym_extern] = ACTIONS(2034), - [anon_sym_module] = ACTIONS(2034), - [anon_sym_use] = ACTIONS(2034), - [anon_sym_LBRACK] = ACTIONS(2034), - [anon_sym_LPAREN] = ACTIONS(2034), - [anon_sym_RPAREN] = ACTIONS(2034), - [anon_sym_DOLLAR] = ACTIONS(2034), - [anon_sym_error] = ACTIONS(2034), - [anon_sym_DASH] = ACTIONS(2034), - [anon_sym_break] = ACTIONS(2034), - [anon_sym_continue] = ACTIONS(2034), - [anon_sym_for] = ACTIONS(2034), - [anon_sym_loop] = ACTIONS(2034), - [anon_sym_while] = ACTIONS(2034), - [anon_sym_do] = ACTIONS(2034), - [anon_sym_if] = ACTIONS(2034), - [anon_sym_match] = ACTIONS(2034), - [anon_sym_LBRACE] = ACTIONS(2034), - [anon_sym_RBRACE] = ACTIONS(2034), - [anon_sym_try] = ACTIONS(2034), - [anon_sym_return] = ACTIONS(2034), - [anon_sym_source] = ACTIONS(2034), - [anon_sym_source_DASHenv] = ACTIONS(2034), - [anon_sym_register] = ACTIONS(2034), - [anon_sym_hide] = ACTIONS(2034), - [anon_sym_hide_DASHenv] = ACTIONS(2034), - [anon_sym_overlay] = ACTIONS(2034), - [anon_sym_where] = ACTIONS(2034), - [anon_sym_not] = ACTIONS(2034), - [anon_sym_DOT_DOT_LT] = ACTIONS(2034), - [anon_sym_DOT_DOT] = ACTIONS(2034), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2034), - [sym_val_nothing] = ACTIONS(2034), - [anon_sym_true] = ACTIONS(2034), - [anon_sym_false] = ACTIONS(2034), - [aux_sym_val_number_token1] = ACTIONS(2034), - [aux_sym_val_number_token2] = ACTIONS(2034), - [aux_sym_val_number_token3] = ACTIONS(2034), - [aux_sym_val_number_token4] = ACTIONS(2034), - [anon_sym_inf] = ACTIONS(2034), - [anon_sym_DASHinf] = ACTIONS(2034), - [anon_sym_NaN] = ACTIONS(2034), - [anon_sym_0b] = ACTIONS(2034), - [anon_sym_0o] = ACTIONS(2034), - [anon_sym_0x] = ACTIONS(2034), - [sym_val_date] = ACTIONS(2034), - [anon_sym_DQUOTE] = ACTIONS(2034), - [sym__str_single_quotes] = ACTIONS(2034), - [sym__str_back_ticks] = ACTIONS(2034), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2034), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2034), - [anon_sym_CARET] = ACTIONS(2034), + [897] = { + [sym_comment] = STATE(897), + [anon_sym_export] = ACTIONS(2020), + [anon_sym_alias] = ACTIONS(2020), + [anon_sym_let] = ACTIONS(2020), + [anon_sym_let_DASHenv] = ACTIONS(2020), + [anon_sym_mut] = ACTIONS(2020), + [anon_sym_const] = ACTIONS(2020), + [sym_cmd_identifier] = ACTIONS(2020), + [anon_sym_SEMI] = ACTIONS(2020), + [anon_sym_LF] = ACTIONS(2022), + [anon_sym_def] = ACTIONS(2020), + [anon_sym_def_DASHenv] = ACTIONS(2020), + [anon_sym_export_DASHenv] = ACTIONS(2020), + [anon_sym_extern] = ACTIONS(2020), + [anon_sym_module] = ACTIONS(2020), + [anon_sym_use] = ACTIONS(2020), + [anon_sym_LBRACK] = ACTIONS(2020), + [anon_sym_LPAREN] = ACTIONS(2020), + [anon_sym_RPAREN] = ACTIONS(2020), + [anon_sym_DOLLAR] = ACTIONS(2020), + [anon_sym_error] = ACTIONS(2020), + [anon_sym_DASH] = ACTIONS(2020), + [anon_sym_break] = ACTIONS(2020), + [anon_sym_continue] = ACTIONS(2020), + [anon_sym_for] = ACTIONS(2020), + [anon_sym_loop] = ACTIONS(2020), + [anon_sym_while] = ACTIONS(2020), + [anon_sym_do] = ACTIONS(2020), + [anon_sym_if] = ACTIONS(2020), + [anon_sym_match] = ACTIONS(2020), + [anon_sym_LBRACE] = ACTIONS(2020), + [anon_sym_RBRACE] = ACTIONS(2020), + [anon_sym_try] = ACTIONS(2020), + [anon_sym_return] = ACTIONS(2020), + [anon_sym_source] = ACTIONS(2020), + [anon_sym_source_DASHenv] = ACTIONS(2020), + [anon_sym_register] = ACTIONS(2020), + [anon_sym_hide] = ACTIONS(2020), + [anon_sym_hide_DASHenv] = ACTIONS(2020), + [anon_sym_overlay] = ACTIONS(2020), + [anon_sym_where] = ACTIONS(2020), + [anon_sym_not] = ACTIONS(2020), + [anon_sym_DOT_DOT_LT] = ACTIONS(2020), + [anon_sym_DOT_DOT] = ACTIONS(2020), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2020), + [sym_val_nothing] = ACTIONS(2020), + [anon_sym_true] = ACTIONS(2020), + [anon_sym_false] = ACTIONS(2020), + [aux_sym_val_number_token1] = ACTIONS(2020), + [aux_sym_val_number_token2] = ACTIONS(2020), + [aux_sym_val_number_token3] = ACTIONS(2020), + [aux_sym_val_number_token4] = ACTIONS(2020), + [anon_sym_inf] = ACTIONS(2020), + [anon_sym_DASHinf] = ACTIONS(2020), + [anon_sym_NaN] = ACTIONS(2020), + [anon_sym_0b] = ACTIONS(2020), + [anon_sym_0o] = ACTIONS(2020), + [anon_sym_0x] = ACTIONS(2020), + [sym_val_date] = ACTIONS(2020), + [anon_sym_DQUOTE] = ACTIONS(2020), + [sym__str_single_quotes] = ACTIONS(2020), + [sym__str_back_ticks] = ACTIONS(2020), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2020), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2020), + [anon_sym_CARET] = ACTIONS(2020), [anon_sym_POUND] = ACTIONS(3), }, - [905] = { - [sym_comment] = STATE(905), + [898] = { + [sym_comment] = STATE(898), [ts_builtin_sym_end] = ACTIONS(1290), [anon_sym_export] = ACTIONS(1288), [anon_sym_alias] = ACTIONS(1288), @@ -123034,478 +122563,1758 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1288), [anon_sym_POUND] = ACTIONS(3), }, - [906] = { - [sym_comment] = STATE(906), - [ts_builtin_sym_end] = ACTIONS(1734), - [anon_sym_export] = ACTIONS(1732), - [anon_sym_alias] = ACTIONS(1732), - [anon_sym_let] = ACTIONS(1732), - [anon_sym_let_DASHenv] = ACTIONS(1732), - [anon_sym_mut] = ACTIONS(1732), - [anon_sym_const] = ACTIONS(1732), - [sym_cmd_identifier] = ACTIONS(1732), - [anon_sym_SEMI] = ACTIONS(1732), - [anon_sym_LF] = ACTIONS(1734), - [anon_sym_def] = ACTIONS(1732), - [anon_sym_def_DASHenv] = ACTIONS(1732), - [anon_sym_export_DASHenv] = ACTIONS(1732), - [anon_sym_extern] = ACTIONS(1732), - [anon_sym_module] = ACTIONS(1732), - [anon_sym_use] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1732), - [anon_sym_LPAREN] = ACTIONS(1732), - [anon_sym_PIPE] = ACTIONS(1732), - [anon_sym_DOLLAR] = ACTIONS(1732), - [anon_sym_error] = ACTIONS(1732), - [anon_sym_DASH] = ACTIONS(1732), - [anon_sym_break] = ACTIONS(1732), - [anon_sym_continue] = ACTIONS(1732), - [anon_sym_for] = ACTIONS(1732), - [anon_sym_loop] = ACTIONS(1732), - [anon_sym_while] = ACTIONS(1732), - [anon_sym_do] = ACTIONS(1732), - [anon_sym_if] = ACTIONS(1732), - [anon_sym_match] = ACTIONS(1732), - [anon_sym_LBRACE] = ACTIONS(1732), - [anon_sym_try] = ACTIONS(1732), - [anon_sym_return] = ACTIONS(1732), - [anon_sym_source] = ACTIONS(1732), - [anon_sym_source_DASHenv] = ACTIONS(1732), - [anon_sym_register] = ACTIONS(1732), - [anon_sym_hide] = ACTIONS(1732), - [anon_sym_hide_DASHenv] = ACTIONS(1732), - [anon_sym_overlay] = ACTIONS(1732), - [anon_sym_where] = ACTIONS(1732), - [anon_sym_not] = ACTIONS(1732), - [anon_sym_DOT_DOT_LT] = ACTIONS(1732), - [anon_sym_DOT_DOT] = ACTIONS(1732), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1732), - [sym_val_nothing] = ACTIONS(1732), - [anon_sym_true] = ACTIONS(1732), - [anon_sym_false] = ACTIONS(1732), - [aux_sym_val_number_token1] = ACTIONS(1732), - [aux_sym_val_number_token2] = ACTIONS(1732), - [aux_sym_val_number_token3] = ACTIONS(1732), - [aux_sym_val_number_token4] = ACTIONS(1732), - [anon_sym_inf] = ACTIONS(1732), - [anon_sym_DASHinf] = ACTIONS(1732), - [anon_sym_NaN] = ACTIONS(1732), - [anon_sym_0b] = ACTIONS(1732), - [anon_sym_0o] = ACTIONS(1732), - [anon_sym_0x] = ACTIONS(1732), - [sym_val_date] = ACTIONS(1732), - [anon_sym_DQUOTE] = ACTIONS(1732), - [sym__str_single_quotes] = ACTIONS(1732), - [sym__str_back_ticks] = ACTIONS(1732), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1732), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1732), - [anon_sym_CARET] = ACTIONS(1732), + [899] = { + [sym_comment] = STATE(899), + [ts_builtin_sym_end] = ACTIONS(1744), + [anon_sym_export] = ACTIONS(1742), + [anon_sym_alias] = ACTIONS(1742), + [anon_sym_let] = ACTIONS(1742), + [anon_sym_let_DASHenv] = ACTIONS(1742), + [anon_sym_mut] = ACTIONS(1742), + [anon_sym_const] = ACTIONS(1742), + [sym_cmd_identifier] = ACTIONS(1742), + [anon_sym_SEMI] = ACTIONS(1742), + [anon_sym_LF] = ACTIONS(1744), + [anon_sym_def] = ACTIONS(1742), + [anon_sym_def_DASHenv] = ACTIONS(1742), + [anon_sym_export_DASHenv] = ACTIONS(1742), + [anon_sym_extern] = ACTIONS(1742), + [anon_sym_module] = ACTIONS(1742), + [anon_sym_use] = ACTIONS(1742), + [anon_sym_LBRACK] = ACTIONS(1742), + [anon_sym_LPAREN] = ACTIONS(1742), + [anon_sym_PIPE] = ACTIONS(1742), + [anon_sym_DOLLAR] = ACTIONS(1742), + [anon_sym_error] = ACTIONS(1742), + [anon_sym_DASH] = ACTIONS(1742), + [anon_sym_break] = ACTIONS(1742), + [anon_sym_continue] = ACTIONS(1742), + [anon_sym_for] = ACTIONS(1742), + [anon_sym_loop] = ACTIONS(1742), + [anon_sym_while] = ACTIONS(1742), + [anon_sym_do] = ACTIONS(1742), + [anon_sym_if] = ACTIONS(1742), + [anon_sym_match] = ACTIONS(1742), + [anon_sym_LBRACE] = ACTIONS(1742), + [anon_sym_try] = ACTIONS(1742), + [anon_sym_return] = ACTIONS(1742), + [anon_sym_source] = ACTIONS(1742), + [anon_sym_source_DASHenv] = ACTIONS(1742), + [anon_sym_register] = ACTIONS(1742), + [anon_sym_hide] = ACTIONS(1742), + [anon_sym_hide_DASHenv] = ACTIONS(1742), + [anon_sym_overlay] = ACTIONS(1742), + [anon_sym_where] = ACTIONS(1742), + [anon_sym_not] = ACTIONS(1742), + [anon_sym_DOT_DOT_LT] = ACTIONS(1742), + [anon_sym_DOT_DOT] = ACTIONS(1742), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1742), + [sym_val_nothing] = ACTIONS(1742), + [anon_sym_true] = ACTIONS(1742), + [anon_sym_false] = ACTIONS(1742), + [aux_sym_val_number_token1] = ACTIONS(1742), + [aux_sym_val_number_token2] = ACTIONS(1742), + [aux_sym_val_number_token3] = ACTIONS(1742), + [aux_sym_val_number_token4] = ACTIONS(1742), + [anon_sym_inf] = ACTIONS(1742), + [anon_sym_DASHinf] = ACTIONS(1742), + [anon_sym_NaN] = ACTIONS(1742), + [anon_sym_0b] = ACTIONS(1742), + [anon_sym_0o] = ACTIONS(1742), + [anon_sym_0x] = ACTIONS(1742), + [sym_val_date] = ACTIONS(1742), + [anon_sym_DQUOTE] = ACTIONS(1742), + [sym__str_single_quotes] = ACTIONS(1742), + [sym__str_back_ticks] = ACTIONS(1742), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1742), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1742), + [anon_sym_CARET] = ACTIONS(1742), + [anon_sym_POUND] = ACTIONS(3), + }, + [900] = { + [sym_comment] = STATE(900), + [anon_sym_export] = ACTIONS(2024), + [anon_sym_alias] = ACTIONS(2024), + [anon_sym_let] = ACTIONS(2024), + [anon_sym_let_DASHenv] = ACTIONS(2024), + [anon_sym_mut] = ACTIONS(2024), + [anon_sym_const] = ACTIONS(2024), + [sym_cmd_identifier] = ACTIONS(2024), + [anon_sym_SEMI] = ACTIONS(2024), + [anon_sym_LF] = ACTIONS(2026), + [anon_sym_def] = ACTIONS(2024), + [anon_sym_def_DASHenv] = ACTIONS(2024), + [anon_sym_export_DASHenv] = ACTIONS(2024), + [anon_sym_extern] = ACTIONS(2024), + [anon_sym_module] = ACTIONS(2024), + [anon_sym_use] = ACTIONS(2024), + [anon_sym_LBRACK] = ACTIONS(2024), + [anon_sym_LPAREN] = ACTIONS(2024), + [anon_sym_RPAREN] = ACTIONS(2024), + [anon_sym_DOLLAR] = ACTIONS(2024), + [anon_sym_error] = ACTIONS(2024), + [anon_sym_DASH] = ACTIONS(2024), + [anon_sym_break] = ACTIONS(2024), + [anon_sym_continue] = ACTIONS(2024), + [anon_sym_for] = ACTIONS(2024), + [anon_sym_loop] = ACTIONS(2024), + [anon_sym_while] = ACTIONS(2024), + [anon_sym_do] = ACTIONS(2024), + [anon_sym_if] = ACTIONS(2024), + [anon_sym_match] = ACTIONS(2024), + [anon_sym_LBRACE] = ACTIONS(2024), + [anon_sym_RBRACE] = ACTIONS(2024), + [anon_sym_try] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2024), + [anon_sym_source] = ACTIONS(2024), + [anon_sym_source_DASHenv] = ACTIONS(2024), + [anon_sym_register] = ACTIONS(2024), + [anon_sym_hide] = ACTIONS(2024), + [anon_sym_hide_DASHenv] = ACTIONS(2024), + [anon_sym_overlay] = ACTIONS(2024), + [anon_sym_where] = ACTIONS(2024), + [anon_sym_not] = ACTIONS(2024), + [anon_sym_DOT_DOT_LT] = ACTIONS(2024), + [anon_sym_DOT_DOT] = ACTIONS(2024), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2024), + [sym_val_nothing] = ACTIONS(2024), + [anon_sym_true] = ACTIONS(2024), + [anon_sym_false] = ACTIONS(2024), + [aux_sym_val_number_token1] = ACTIONS(2024), + [aux_sym_val_number_token2] = ACTIONS(2024), + [aux_sym_val_number_token3] = ACTIONS(2024), + [aux_sym_val_number_token4] = ACTIONS(2024), + [anon_sym_inf] = ACTIONS(2024), + [anon_sym_DASHinf] = ACTIONS(2024), + [anon_sym_NaN] = ACTIONS(2024), + [anon_sym_0b] = ACTIONS(2024), + [anon_sym_0o] = ACTIONS(2024), + [anon_sym_0x] = ACTIONS(2024), + [sym_val_date] = ACTIONS(2024), + [anon_sym_DQUOTE] = ACTIONS(2024), + [sym__str_single_quotes] = ACTIONS(2024), + [sym__str_back_ticks] = ACTIONS(2024), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2024), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2024), + [anon_sym_CARET] = ACTIONS(2024), + [anon_sym_POUND] = ACTIONS(3), + }, + [901] = { + [sym_comment] = STATE(901), + [anon_sym_export] = ACTIONS(2028), + [anon_sym_alias] = ACTIONS(2028), + [anon_sym_let] = ACTIONS(2028), + [anon_sym_let_DASHenv] = ACTIONS(2028), + [anon_sym_mut] = ACTIONS(2028), + [anon_sym_const] = ACTIONS(2028), + [sym_cmd_identifier] = ACTIONS(2028), + [anon_sym_SEMI] = ACTIONS(2028), + [anon_sym_LF] = ACTIONS(2030), + [anon_sym_def] = ACTIONS(2028), + [anon_sym_def_DASHenv] = ACTIONS(2028), + [anon_sym_export_DASHenv] = ACTIONS(2028), + [anon_sym_extern] = ACTIONS(2028), + [anon_sym_module] = ACTIONS(2028), + [anon_sym_use] = ACTIONS(2028), + [anon_sym_LBRACK] = ACTIONS(2028), + [anon_sym_LPAREN] = ACTIONS(2028), + [anon_sym_RPAREN] = ACTIONS(2028), + [anon_sym_DOLLAR] = ACTIONS(2028), + [anon_sym_error] = ACTIONS(2028), + [anon_sym_DASH] = ACTIONS(2028), + [anon_sym_break] = ACTIONS(2028), + [anon_sym_continue] = ACTIONS(2028), + [anon_sym_for] = ACTIONS(2028), + [anon_sym_loop] = ACTIONS(2028), + [anon_sym_while] = ACTIONS(2028), + [anon_sym_do] = ACTIONS(2028), + [anon_sym_if] = ACTIONS(2028), + [anon_sym_match] = ACTIONS(2028), + [anon_sym_LBRACE] = ACTIONS(2028), + [anon_sym_RBRACE] = ACTIONS(2028), + [anon_sym_try] = ACTIONS(2028), + [anon_sym_return] = ACTIONS(2028), + [anon_sym_source] = ACTIONS(2028), + [anon_sym_source_DASHenv] = ACTIONS(2028), + [anon_sym_register] = ACTIONS(2028), + [anon_sym_hide] = ACTIONS(2028), + [anon_sym_hide_DASHenv] = ACTIONS(2028), + [anon_sym_overlay] = ACTIONS(2028), + [anon_sym_where] = ACTIONS(2028), + [anon_sym_not] = ACTIONS(2028), + [anon_sym_DOT_DOT_LT] = ACTIONS(2028), + [anon_sym_DOT_DOT] = ACTIONS(2028), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2028), + [sym_val_nothing] = ACTIONS(2028), + [anon_sym_true] = ACTIONS(2028), + [anon_sym_false] = ACTIONS(2028), + [aux_sym_val_number_token1] = ACTIONS(2028), + [aux_sym_val_number_token2] = ACTIONS(2028), + [aux_sym_val_number_token3] = ACTIONS(2028), + [aux_sym_val_number_token4] = ACTIONS(2028), + [anon_sym_inf] = ACTIONS(2028), + [anon_sym_DASHinf] = ACTIONS(2028), + [anon_sym_NaN] = ACTIONS(2028), + [anon_sym_0b] = ACTIONS(2028), + [anon_sym_0o] = ACTIONS(2028), + [anon_sym_0x] = ACTIONS(2028), + [sym_val_date] = ACTIONS(2028), + [anon_sym_DQUOTE] = ACTIONS(2028), + [sym__str_single_quotes] = ACTIONS(2028), + [sym__str_back_ticks] = ACTIONS(2028), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2028), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2028), + [anon_sym_CARET] = ACTIONS(2028), + [anon_sym_POUND] = ACTIONS(3), + }, + [902] = { + [sym_comment] = STATE(902), + [anon_sym_export] = ACTIONS(2032), + [anon_sym_alias] = ACTIONS(2032), + [anon_sym_let] = ACTIONS(2032), + [anon_sym_let_DASHenv] = ACTIONS(2032), + [anon_sym_mut] = ACTIONS(2032), + [anon_sym_const] = ACTIONS(2032), + [sym_cmd_identifier] = ACTIONS(2032), + [anon_sym_SEMI] = ACTIONS(2032), + [anon_sym_LF] = ACTIONS(2034), + [anon_sym_def] = ACTIONS(2032), + [anon_sym_def_DASHenv] = ACTIONS(2032), + [anon_sym_export_DASHenv] = ACTIONS(2032), + [anon_sym_extern] = ACTIONS(2032), + [anon_sym_module] = ACTIONS(2032), + [anon_sym_use] = ACTIONS(2032), + [anon_sym_LBRACK] = ACTIONS(2032), + [anon_sym_LPAREN] = ACTIONS(2032), + [anon_sym_RPAREN] = ACTIONS(2032), + [anon_sym_DOLLAR] = ACTIONS(2032), + [anon_sym_error] = ACTIONS(2032), + [anon_sym_DASH] = ACTIONS(2032), + [anon_sym_break] = ACTIONS(2032), + [anon_sym_continue] = ACTIONS(2032), + [anon_sym_for] = ACTIONS(2032), + [anon_sym_loop] = ACTIONS(2032), + [anon_sym_while] = ACTIONS(2032), + [anon_sym_do] = ACTIONS(2032), + [anon_sym_if] = ACTIONS(2032), + [anon_sym_match] = ACTIONS(2032), + [anon_sym_LBRACE] = ACTIONS(2032), + [anon_sym_RBRACE] = ACTIONS(2032), + [anon_sym_try] = ACTIONS(2032), + [anon_sym_return] = ACTIONS(2032), + [anon_sym_source] = ACTIONS(2032), + [anon_sym_source_DASHenv] = ACTIONS(2032), + [anon_sym_register] = ACTIONS(2032), + [anon_sym_hide] = ACTIONS(2032), + [anon_sym_hide_DASHenv] = ACTIONS(2032), + [anon_sym_overlay] = ACTIONS(2032), + [anon_sym_where] = ACTIONS(2032), + [anon_sym_not] = ACTIONS(2032), + [anon_sym_DOT_DOT_LT] = ACTIONS(2032), + [anon_sym_DOT_DOT] = ACTIONS(2032), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2032), + [sym_val_nothing] = ACTIONS(2032), + [anon_sym_true] = ACTIONS(2032), + [anon_sym_false] = ACTIONS(2032), + [aux_sym_val_number_token1] = ACTIONS(2032), + [aux_sym_val_number_token2] = ACTIONS(2032), + [aux_sym_val_number_token3] = ACTIONS(2032), + [aux_sym_val_number_token4] = ACTIONS(2032), + [anon_sym_inf] = ACTIONS(2032), + [anon_sym_DASHinf] = ACTIONS(2032), + [anon_sym_NaN] = ACTIONS(2032), + [anon_sym_0b] = ACTIONS(2032), + [anon_sym_0o] = ACTIONS(2032), + [anon_sym_0x] = ACTIONS(2032), + [sym_val_date] = ACTIONS(2032), + [anon_sym_DQUOTE] = ACTIONS(2032), + [sym__str_single_quotes] = ACTIONS(2032), + [sym__str_back_ticks] = ACTIONS(2032), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2032), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2032), + [anon_sym_CARET] = ACTIONS(2032), + [anon_sym_POUND] = ACTIONS(3), + }, + [903] = { + [sym_block] = STATE(909), + [sym_comment] = STATE(903), + [ts_builtin_sym_end] = ACTIONS(1714), + [anon_sym_export] = ACTIONS(1712), + [anon_sym_alias] = ACTIONS(1712), + [anon_sym_let] = ACTIONS(1712), + [anon_sym_let_DASHenv] = ACTIONS(1712), + [anon_sym_mut] = ACTIONS(1712), + [anon_sym_const] = ACTIONS(1712), + [sym_cmd_identifier] = ACTIONS(1712), + [anon_sym_SEMI] = ACTIONS(1712), + [anon_sym_LF] = ACTIONS(1714), + [anon_sym_def] = ACTIONS(1712), + [anon_sym_def_DASHenv] = ACTIONS(1712), + [anon_sym_export_DASHenv] = ACTIONS(1712), + [anon_sym_extern] = ACTIONS(1712), + [anon_sym_module] = ACTIONS(1712), + [anon_sym_use] = ACTIONS(1712), + [anon_sym_LBRACK] = ACTIONS(1712), + [anon_sym_LPAREN] = ACTIONS(1712), + [anon_sym_DOLLAR] = ACTIONS(1712), + [anon_sym_error] = ACTIONS(1712), + [anon_sym_DASH] = ACTIONS(1712), + [anon_sym_break] = ACTIONS(1712), + [anon_sym_continue] = ACTIONS(1712), + [anon_sym_for] = ACTIONS(1712), + [anon_sym_loop] = ACTIONS(1712), + [anon_sym_while] = ACTIONS(1712), + [anon_sym_do] = ACTIONS(1712), + [anon_sym_if] = ACTIONS(1712), + [anon_sym_match] = ACTIONS(1712), + [anon_sym_LBRACE] = ACTIONS(1758), + [anon_sym_try] = ACTIONS(1712), + [anon_sym_return] = ACTIONS(1712), + [anon_sym_source] = ACTIONS(1712), + [anon_sym_source_DASHenv] = ACTIONS(1712), + [anon_sym_register] = ACTIONS(1712), + [anon_sym_hide] = ACTIONS(1712), + [anon_sym_hide_DASHenv] = ACTIONS(1712), + [anon_sym_overlay] = ACTIONS(1712), + [anon_sym_where] = ACTIONS(1712), + [anon_sym_not] = ACTIONS(1712), + [anon_sym_DOT_DOT_LT] = ACTIONS(1712), + [anon_sym_DOT_DOT] = ACTIONS(1712), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1712), + [sym_val_nothing] = ACTIONS(1712), + [anon_sym_true] = ACTIONS(1712), + [anon_sym_false] = ACTIONS(1712), + [aux_sym_val_number_token1] = ACTIONS(1712), + [aux_sym_val_number_token2] = ACTIONS(1712), + [aux_sym_val_number_token3] = ACTIONS(1712), + [aux_sym_val_number_token4] = ACTIONS(1712), + [anon_sym_inf] = ACTIONS(1712), + [anon_sym_DASHinf] = ACTIONS(1712), + [anon_sym_NaN] = ACTIONS(1712), + [anon_sym_0b] = ACTIONS(1712), + [anon_sym_0o] = ACTIONS(1712), + [anon_sym_0x] = ACTIONS(1712), + [sym_val_date] = ACTIONS(1712), + [anon_sym_DQUOTE] = ACTIONS(1712), + [sym__str_single_quotes] = ACTIONS(1712), + [sym__str_back_ticks] = ACTIONS(1712), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1712), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1712), + [anon_sym_CARET] = ACTIONS(1712), + [anon_sym_POUND] = ACTIONS(3), + }, + [904] = { + [sym__terminator] = STATE(902), + [sym_comment] = STATE(904), + [aux_sym__block_body_repeat1] = STATE(737), + [anon_sym_export] = ACTIONS(2036), + [anon_sym_alias] = ACTIONS(2036), + [anon_sym_let] = ACTIONS(2036), + [anon_sym_let_DASHenv] = ACTIONS(2036), + [anon_sym_mut] = ACTIONS(2036), + [anon_sym_const] = ACTIONS(2036), + [sym_cmd_identifier] = ACTIONS(2036), + [anon_sym_SEMI] = ACTIONS(2008), + [anon_sym_LF] = ACTIONS(2010), + [anon_sym_def] = ACTIONS(2036), + [anon_sym_def_DASHenv] = ACTIONS(2036), + [anon_sym_export_DASHenv] = ACTIONS(2036), + [anon_sym_extern] = ACTIONS(2036), + [anon_sym_module] = ACTIONS(2036), + [anon_sym_use] = ACTIONS(2036), + [anon_sym_LBRACK] = ACTIONS(2036), + [anon_sym_LPAREN] = ACTIONS(2036), + [anon_sym_DOLLAR] = ACTIONS(2036), + [anon_sym_error] = ACTIONS(2036), + [anon_sym_DASH] = ACTIONS(2036), + [anon_sym_break] = ACTIONS(2036), + [anon_sym_continue] = ACTIONS(2036), + [anon_sym_for] = ACTIONS(2036), + [anon_sym_loop] = ACTIONS(2036), + [anon_sym_while] = ACTIONS(2036), + [anon_sym_do] = ACTIONS(2036), + [anon_sym_if] = ACTIONS(2036), + [anon_sym_match] = ACTIONS(2036), + [anon_sym_LBRACE] = ACTIONS(2036), + [anon_sym_try] = ACTIONS(2036), + [anon_sym_return] = ACTIONS(2036), + [anon_sym_source] = ACTIONS(2036), + [anon_sym_source_DASHenv] = ACTIONS(2036), + [anon_sym_register] = ACTIONS(2036), + [anon_sym_hide] = ACTIONS(2036), + [anon_sym_hide_DASHenv] = ACTIONS(2036), + [anon_sym_overlay] = ACTIONS(2036), + [anon_sym_where] = ACTIONS(2036), + [anon_sym_not] = ACTIONS(2036), + [anon_sym_DOT_DOT_LT] = ACTIONS(2036), + [anon_sym_DOT_DOT] = ACTIONS(2036), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2036), + [sym_val_nothing] = ACTIONS(2036), + [anon_sym_true] = ACTIONS(2036), + [anon_sym_false] = ACTIONS(2036), + [aux_sym_val_number_token1] = ACTIONS(2036), + [aux_sym_val_number_token2] = ACTIONS(2036), + [aux_sym_val_number_token3] = ACTIONS(2036), + [aux_sym_val_number_token4] = ACTIONS(2036), + [anon_sym_inf] = ACTIONS(2036), + [anon_sym_DASHinf] = ACTIONS(2036), + [anon_sym_NaN] = ACTIONS(2036), + [anon_sym_0b] = ACTIONS(2036), + [anon_sym_0o] = ACTIONS(2036), + [anon_sym_0x] = ACTIONS(2036), + [sym_val_date] = ACTIONS(2036), + [anon_sym_DQUOTE] = ACTIONS(2036), + [sym__str_single_quotes] = ACTIONS(2036), + [sym__str_back_ticks] = ACTIONS(2036), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2036), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2036), + [anon_sym_CARET] = ACTIONS(2036), + [anon_sym_POUND] = ACTIONS(3), + }, + [905] = { + [sym_comment] = STATE(905), + [anon_sym_export] = ACTIONS(1948), + [anon_sym_alias] = ACTIONS(1948), + [anon_sym_let] = ACTIONS(1948), + [anon_sym_let_DASHenv] = ACTIONS(1948), + [anon_sym_mut] = ACTIONS(1948), + [anon_sym_const] = ACTIONS(1948), + [sym_cmd_identifier] = ACTIONS(1948), + [anon_sym_SEMI] = ACTIONS(1948), + [anon_sym_LF] = ACTIONS(1950), + [anon_sym_def] = ACTIONS(1948), + [anon_sym_def_DASHenv] = ACTIONS(1948), + [anon_sym_export_DASHenv] = ACTIONS(1948), + [anon_sym_extern] = ACTIONS(1948), + [anon_sym_module] = ACTIONS(1948), + [anon_sym_use] = ACTIONS(1948), + [anon_sym_LBRACK] = ACTIONS(1948), + [anon_sym_LPAREN] = ACTIONS(1948), + [anon_sym_RPAREN] = ACTIONS(1948), + [anon_sym_DOLLAR] = ACTIONS(1948), + [anon_sym_error] = ACTIONS(1948), + [anon_sym_DASH] = ACTIONS(1948), + [anon_sym_break] = ACTIONS(1948), + [anon_sym_continue] = ACTIONS(1948), + [anon_sym_for] = ACTIONS(1948), + [anon_sym_loop] = ACTIONS(1948), + [anon_sym_while] = ACTIONS(1948), + [anon_sym_do] = ACTIONS(1948), + [anon_sym_if] = ACTIONS(1948), + [anon_sym_match] = ACTIONS(1948), + [anon_sym_LBRACE] = ACTIONS(1948), + [anon_sym_RBRACE] = ACTIONS(1948), + [anon_sym_try] = ACTIONS(1948), + [anon_sym_return] = ACTIONS(1948), + [anon_sym_source] = ACTIONS(1948), + [anon_sym_source_DASHenv] = ACTIONS(1948), + [anon_sym_register] = ACTIONS(1948), + [anon_sym_hide] = ACTIONS(1948), + [anon_sym_hide_DASHenv] = ACTIONS(1948), + [anon_sym_overlay] = ACTIONS(1948), + [anon_sym_where] = ACTIONS(1948), + [anon_sym_not] = ACTIONS(1948), + [anon_sym_DOT_DOT_LT] = ACTIONS(1948), + [anon_sym_DOT_DOT] = ACTIONS(1948), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1948), + [sym_val_nothing] = ACTIONS(1948), + [anon_sym_true] = ACTIONS(1948), + [anon_sym_false] = ACTIONS(1948), + [aux_sym_val_number_token1] = ACTIONS(1948), + [aux_sym_val_number_token2] = ACTIONS(1948), + [aux_sym_val_number_token3] = ACTIONS(1948), + [aux_sym_val_number_token4] = ACTIONS(1948), + [anon_sym_inf] = ACTIONS(1948), + [anon_sym_DASHinf] = ACTIONS(1948), + [anon_sym_NaN] = ACTIONS(1948), + [anon_sym_0b] = ACTIONS(1948), + [anon_sym_0o] = ACTIONS(1948), + [anon_sym_0x] = ACTIONS(1948), + [sym_val_date] = ACTIONS(1948), + [anon_sym_DQUOTE] = ACTIONS(1948), + [sym__str_single_quotes] = ACTIONS(1948), + [sym__str_back_ticks] = ACTIONS(1948), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1948), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1948), + [anon_sym_CARET] = ACTIONS(1948), + [anon_sym_POUND] = ACTIONS(3), + }, + [906] = { + [sym_block] = STATE(912), + [sym_comment] = STATE(906), + [ts_builtin_sym_end] = ACTIONS(1714), + [anon_sym_export] = ACTIONS(1712), + [anon_sym_alias] = ACTIONS(1712), + [anon_sym_let] = ACTIONS(1712), + [anon_sym_let_DASHenv] = ACTIONS(1712), + [anon_sym_mut] = ACTIONS(1712), + [anon_sym_const] = ACTIONS(1712), + [sym_cmd_identifier] = ACTIONS(1712), + [anon_sym_SEMI] = ACTIONS(1712), + [anon_sym_LF] = ACTIONS(1714), + [anon_sym_def] = ACTIONS(1712), + [anon_sym_def_DASHenv] = ACTIONS(1712), + [anon_sym_export_DASHenv] = ACTIONS(1712), + [anon_sym_extern] = ACTIONS(1712), + [anon_sym_module] = ACTIONS(1712), + [anon_sym_use] = ACTIONS(1712), + [anon_sym_LBRACK] = ACTIONS(1712), + [anon_sym_LPAREN] = ACTIONS(1712), + [anon_sym_DOLLAR] = ACTIONS(1712), + [anon_sym_error] = ACTIONS(1712), + [anon_sym_DASH] = ACTIONS(1712), + [anon_sym_break] = ACTIONS(1712), + [anon_sym_continue] = ACTIONS(1712), + [anon_sym_for] = ACTIONS(1712), + [anon_sym_loop] = ACTIONS(1712), + [anon_sym_while] = ACTIONS(1712), + [anon_sym_do] = ACTIONS(1712), + [anon_sym_if] = ACTIONS(1712), + [anon_sym_match] = ACTIONS(1712), + [anon_sym_LBRACE] = ACTIONS(1758), + [anon_sym_try] = ACTIONS(1712), + [anon_sym_return] = ACTIONS(1712), + [anon_sym_source] = ACTIONS(1712), + [anon_sym_source_DASHenv] = ACTIONS(1712), + [anon_sym_register] = ACTIONS(1712), + [anon_sym_hide] = ACTIONS(1712), + [anon_sym_hide_DASHenv] = ACTIONS(1712), + [anon_sym_overlay] = ACTIONS(1712), + [anon_sym_where] = ACTIONS(1712), + [anon_sym_not] = ACTIONS(1712), + [anon_sym_DOT_DOT_LT] = ACTIONS(1712), + [anon_sym_DOT_DOT] = ACTIONS(1712), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1712), + [sym_val_nothing] = ACTIONS(1712), + [anon_sym_true] = ACTIONS(1712), + [anon_sym_false] = ACTIONS(1712), + [aux_sym_val_number_token1] = ACTIONS(1712), + [aux_sym_val_number_token2] = ACTIONS(1712), + [aux_sym_val_number_token3] = ACTIONS(1712), + [aux_sym_val_number_token4] = ACTIONS(1712), + [anon_sym_inf] = ACTIONS(1712), + [anon_sym_DASHinf] = ACTIONS(1712), + [anon_sym_NaN] = ACTIONS(1712), + [anon_sym_0b] = ACTIONS(1712), + [anon_sym_0o] = ACTIONS(1712), + [anon_sym_0x] = ACTIONS(1712), + [sym_val_date] = ACTIONS(1712), + [anon_sym_DQUOTE] = ACTIONS(1712), + [sym__str_single_quotes] = ACTIONS(1712), + [sym__str_back_ticks] = ACTIONS(1712), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1712), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1712), + [anon_sym_CARET] = ACTIONS(1712), + [anon_sym_POUND] = ACTIONS(3), + }, + [907] = { + [sym_comment] = STATE(907), + [ts_builtin_sym_end] = ACTIONS(2038), + [anon_sym_export] = ACTIONS(1996), + [anon_sym_alias] = ACTIONS(1996), + [anon_sym_let] = ACTIONS(1996), + [anon_sym_let_DASHenv] = ACTIONS(1996), + [anon_sym_mut] = ACTIONS(1996), + [anon_sym_const] = ACTIONS(1996), + [sym_cmd_identifier] = ACTIONS(1996), + [anon_sym_SEMI] = ACTIONS(1998), + [anon_sym_LF] = ACTIONS(2001), + [anon_sym_def] = ACTIONS(1996), + [anon_sym_def_DASHenv] = ACTIONS(1996), + [anon_sym_export_DASHenv] = ACTIONS(1996), + [anon_sym_extern] = ACTIONS(1996), + [anon_sym_module] = ACTIONS(1996), + [anon_sym_use] = ACTIONS(1996), + [anon_sym_LBRACK] = ACTIONS(1996), + [anon_sym_LPAREN] = ACTIONS(1996), + [anon_sym_DOLLAR] = ACTIONS(1996), + [anon_sym_error] = ACTIONS(1996), + [anon_sym_DASH] = ACTIONS(1996), + [anon_sym_break] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(1996), + [anon_sym_for] = ACTIONS(1996), + [anon_sym_loop] = ACTIONS(1996), + [anon_sym_while] = ACTIONS(1996), + [anon_sym_do] = ACTIONS(1996), + [anon_sym_if] = ACTIONS(1996), + [anon_sym_match] = ACTIONS(1996), + [anon_sym_LBRACE] = ACTIONS(1996), + [anon_sym_try] = ACTIONS(1996), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_source] = ACTIONS(1996), + [anon_sym_source_DASHenv] = ACTIONS(1996), + [anon_sym_register] = ACTIONS(1996), + [anon_sym_hide] = ACTIONS(1996), + [anon_sym_hide_DASHenv] = ACTIONS(1996), + [anon_sym_overlay] = ACTIONS(1996), + [anon_sym_where] = ACTIONS(1996), + [anon_sym_not] = ACTIONS(1996), + [anon_sym_DOT_DOT_LT] = ACTIONS(1996), + [anon_sym_DOT_DOT] = ACTIONS(1996), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1996), + [sym_val_nothing] = ACTIONS(1996), + [anon_sym_true] = ACTIONS(1996), + [anon_sym_false] = ACTIONS(1996), + [aux_sym_val_number_token1] = ACTIONS(1996), + [aux_sym_val_number_token2] = ACTIONS(1996), + [aux_sym_val_number_token3] = ACTIONS(1996), + [aux_sym_val_number_token4] = ACTIONS(1996), + [anon_sym_inf] = ACTIONS(1996), + [anon_sym_DASHinf] = ACTIONS(1996), + [anon_sym_NaN] = ACTIONS(1996), + [anon_sym_0b] = ACTIONS(1996), + [anon_sym_0o] = ACTIONS(1996), + [anon_sym_0x] = ACTIONS(1996), + [sym_val_date] = ACTIONS(1996), + [anon_sym_DQUOTE] = ACTIONS(1996), + [sym__str_single_quotes] = ACTIONS(1996), + [sym__str_back_ticks] = ACTIONS(1996), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1996), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1996), + [anon_sym_CARET] = ACTIONS(1996), + [anon_sym_POUND] = ACTIONS(3), + }, + [908] = { + [sym_comment] = STATE(908), + [ts_builtin_sym_end] = ACTIONS(1748), + [anon_sym_export] = ACTIONS(1746), + [anon_sym_alias] = ACTIONS(1746), + [anon_sym_let] = ACTIONS(1746), + [anon_sym_let_DASHenv] = ACTIONS(1746), + [anon_sym_mut] = ACTIONS(1746), + [anon_sym_const] = ACTIONS(1746), + [sym_cmd_identifier] = ACTIONS(1746), + [anon_sym_SEMI] = ACTIONS(1746), + [anon_sym_LF] = ACTIONS(1748), + [anon_sym_def] = ACTIONS(1746), + [anon_sym_def_DASHenv] = ACTIONS(1746), + [anon_sym_export_DASHenv] = ACTIONS(1746), + [anon_sym_extern] = ACTIONS(1746), + [anon_sym_module] = ACTIONS(1746), + [anon_sym_use] = ACTIONS(1746), + [anon_sym_LBRACK] = ACTIONS(1746), + [anon_sym_LPAREN] = ACTIONS(1746), + [anon_sym_DOLLAR] = ACTIONS(1746), + [anon_sym_error] = ACTIONS(1746), + [anon_sym_DASH] = ACTIONS(1746), + [anon_sym_break] = ACTIONS(1746), + [anon_sym_continue] = ACTIONS(1746), + [anon_sym_for] = ACTIONS(1746), + [anon_sym_loop] = ACTIONS(1746), + [anon_sym_while] = ACTIONS(1746), + [anon_sym_do] = ACTIONS(1746), + [anon_sym_if] = ACTIONS(1746), + [anon_sym_match] = ACTIONS(1746), + [anon_sym_LBRACE] = ACTIONS(1746), + [anon_sym_try] = ACTIONS(1746), + [anon_sym_return] = ACTIONS(1746), + [anon_sym_source] = ACTIONS(1746), + [anon_sym_source_DASHenv] = ACTIONS(1746), + [anon_sym_register] = ACTIONS(1746), + [anon_sym_hide] = ACTIONS(1746), + [anon_sym_hide_DASHenv] = ACTIONS(1746), + [anon_sym_overlay] = ACTIONS(1746), + [anon_sym_where] = ACTIONS(1746), + [anon_sym_not] = ACTIONS(1746), + [anon_sym_DOT_DOT_LT] = ACTIONS(1746), + [anon_sym_DOT_DOT] = ACTIONS(1746), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1746), + [sym_val_nothing] = ACTIONS(1746), + [anon_sym_true] = ACTIONS(1746), + [anon_sym_false] = ACTIONS(1746), + [aux_sym_val_number_token1] = ACTIONS(1746), + [aux_sym_val_number_token2] = ACTIONS(1746), + [aux_sym_val_number_token3] = ACTIONS(1746), + [aux_sym_val_number_token4] = ACTIONS(1746), + [anon_sym_inf] = ACTIONS(1746), + [anon_sym_DASHinf] = ACTIONS(1746), + [anon_sym_NaN] = ACTIONS(1746), + [anon_sym_0b] = ACTIONS(1746), + [anon_sym_0o] = ACTIONS(1746), + [anon_sym_0x] = ACTIONS(1746), + [sym_val_date] = ACTIONS(1746), + [anon_sym_DQUOTE] = ACTIONS(1746), + [sym__str_single_quotes] = ACTIONS(1746), + [sym__str_back_ticks] = ACTIONS(1746), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1746), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1746), + [anon_sym_CARET] = ACTIONS(1746), + [anon_sym_POUND] = ACTIONS(3), + }, + [909] = { + [sym_comment] = STATE(909), + [ts_builtin_sym_end] = ACTIONS(1780), + [anon_sym_export] = ACTIONS(1778), + [anon_sym_alias] = ACTIONS(1778), + [anon_sym_let] = ACTIONS(1778), + [anon_sym_let_DASHenv] = ACTIONS(1778), + [anon_sym_mut] = ACTIONS(1778), + [anon_sym_const] = ACTIONS(1778), + [sym_cmd_identifier] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1778), + [anon_sym_LF] = ACTIONS(1780), + [anon_sym_def] = ACTIONS(1778), + [anon_sym_def_DASHenv] = ACTIONS(1778), + [anon_sym_export_DASHenv] = ACTIONS(1778), + [anon_sym_extern] = ACTIONS(1778), + [anon_sym_module] = ACTIONS(1778), + [anon_sym_use] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1778), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_DOLLAR] = ACTIONS(1778), + [anon_sym_error] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_break] = ACTIONS(1778), + [anon_sym_continue] = ACTIONS(1778), + [anon_sym_for] = ACTIONS(1778), + [anon_sym_loop] = ACTIONS(1778), + [anon_sym_while] = ACTIONS(1778), + [anon_sym_do] = ACTIONS(1778), + [anon_sym_if] = ACTIONS(1778), + [anon_sym_match] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1778), + [anon_sym_try] = ACTIONS(1778), + [anon_sym_return] = ACTIONS(1778), + [anon_sym_source] = ACTIONS(1778), + [anon_sym_source_DASHenv] = ACTIONS(1778), + [anon_sym_register] = ACTIONS(1778), + [anon_sym_hide] = ACTIONS(1778), + [anon_sym_hide_DASHenv] = ACTIONS(1778), + [anon_sym_overlay] = ACTIONS(1778), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_not] = ACTIONS(1778), + [anon_sym_DOT_DOT_LT] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1778), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1778), + [sym_val_nothing] = ACTIONS(1778), + [anon_sym_true] = ACTIONS(1778), + [anon_sym_false] = ACTIONS(1778), + [aux_sym_val_number_token1] = ACTIONS(1778), + [aux_sym_val_number_token2] = ACTIONS(1778), + [aux_sym_val_number_token3] = ACTIONS(1778), + [aux_sym_val_number_token4] = ACTIONS(1778), + [anon_sym_inf] = ACTIONS(1778), + [anon_sym_DASHinf] = ACTIONS(1778), + [anon_sym_NaN] = ACTIONS(1778), + [anon_sym_0b] = ACTIONS(1778), + [anon_sym_0o] = ACTIONS(1778), + [anon_sym_0x] = ACTIONS(1778), + [sym_val_date] = ACTIONS(1778), + [anon_sym_DQUOTE] = ACTIONS(1778), + [sym__str_single_quotes] = ACTIONS(1778), + [sym__str_back_ticks] = ACTIONS(1778), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1778), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1778), + [anon_sym_CARET] = ACTIONS(1778), + [anon_sym_POUND] = ACTIONS(3), + }, + [910] = { + [sym_comment] = STATE(910), + [ts_builtin_sym_end] = ACTIONS(1800), + [anon_sym_export] = ACTIONS(1798), + [anon_sym_alias] = ACTIONS(1798), + [anon_sym_let] = ACTIONS(1798), + [anon_sym_let_DASHenv] = ACTIONS(1798), + [anon_sym_mut] = ACTIONS(1798), + [anon_sym_const] = ACTIONS(1798), + [sym_cmd_identifier] = ACTIONS(1798), + [anon_sym_SEMI] = ACTIONS(1798), + [anon_sym_LF] = ACTIONS(1800), + [anon_sym_def] = ACTIONS(1798), + [anon_sym_def_DASHenv] = ACTIONS(1798), + [anon_sym_export_DASHenv] = ACTIONS(1798), + [anon_sym_extern] = ACTIONS(1798), + [anon_sym_module] = ACTIONS(1798), + [anon_sym_use] = ACTIONS(1798), + [anon_sym_LBRACK] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1798), + [anon_sym_DOLLAR] = ACTIONS(1798), + [anon_sym_error] = ACTIONS(1798), + [anon_sym_DASH] = ACTIONS(1798), + [anon_sym_break] = ACTIONS(1798), + [anon_sym_continue] = ACTIONS(1798), + [anon_sym_for] = ACTIONS(1798), + [anon_sym_loop] = ACTIONS(1798), + [anon_sym_while] = ACTIONS(1798), + [anon_sym_do] = ACTIONS(1798), + [anon_sym_if] = ACTIONS(1798), + [anon_sym_match] = ACTIONS(1798), + [anon_sym_LBRACE] = ACTIONS(1798), + [anon_sym_try] = ACTIONS(1798), + [anon_sym_return] = ACTIONS(1798), + [anon_sym_source] = ACTIONS(1798), + [anon_sym_source_DASHenv] = ACTIONS(1798), + [anon_sym_register] = ACTIONS(1798), + [anon_sym_hide] = ACTIONS(1798), + [anon_sym_hide_DASHenv] = ACTIONS(1798), + [anon_sym_overlay] = ACTIONS(1798), + [anon_sym_where] = ACTIONS(1798), + [anon_sym_not] = ACTIONS(1798), + [anon_sym_DOT_DOT_LT] = ACTIONS(1798), + [anon_sym_DOT_DOT] = ACTIONS(1798), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1798), + [sym_val_nothing] = ACTIONS(1798), + [anon_sym_true] = ACTIONS(1798), + [anon_sym_false] = ACTIONS(1798), + [aux_sym_val_number_token1] = ACTIONS(1798), + [aux_sym_val_number_token2] = ACTIONS(1798), + [aux_sym_val_number_token3] = ACTIONS(1798), + [aux_sym_val_number_token4] = ACTIONS(1798), + [anon_sym_inf] = ACTIONS(1798), + [anon_sym_DASHinf] = ACTIONS(1798), + [anon_sym_NaN] = ACTIONS(1798), + [anon_sym_0b] = ACTIONS(1798), + [anon_sym_0o] = ACTIONS(1798), + [anon_sym_0x] = ACTIONS(1798), + [sym_val_date] = ACTIONS(1798), + [anon_sym_DQUOTE] = ACTIONS(1798), + [sym__str_single_quotes] = ACTIONS(1798), + [sym__str_back_ticks] = ACTIONS(1798), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1798), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1798), + [anon_sym_CARET] = ACTIONS(1798), + [anon_sym_POUND] = ACTIONS(3), + }, + [911] = { + [sym_comment] = STATE(911), + [ts_builtin_sym_end] = ACTIONS(1902), + [anon_sym_export] = ACTIONS(1900), + [anon_sym_alias] = ACTIONS(1900), + [anon_sym_let] = ACTIONS(1900), + [anon_sym_let_DASHenv] = ACTIONS(1900), + [anon_sym_mut] = ACTIONS(1900), + [anon_sym_const] = ACTIONS(1900), + [sym_cmd_identifier] = ACTIONS(1900), + [anon_sym_SEMI] = ACTIONS(1900), + [anon_sym_LF] = ACTIONS(1902), + [anon_sym_def] = ACTIONS(1900), + [anon_sym_def_DASHenv] = ACTIONS(1900), + [anon_sym_export_DASHenv] = ACTIONS(1900), + [anon_sym_extern] = ACTIONS(1900), + [anon_sym_module] = ACTIONS(1900), + [anon_sym_use] = ACTIONS(1900), + [anon_sym_LBRACK] = ACTIONS(1900), + [anon_sym_LPAREN] = ACTIONS(1900), + [anon_sym_DOLLAR] = ACTIONS(1900), + [anon_sym_error] = ACTIONS(1900), + [anon_sym_DASH] = ACTIONS(1900), + [anon_sym_break] = ACTIONS(1900), + [anon_sym_continue] = ACTIONS(1900), + [anon_sym_for] = ACTIONS(1900), + [anon_sym_loop] = ACTIONS(1900), + [anon_sym_while] = ACTIONS(1900), + [anon_sym_do] = ACTIONS(1900), + [anon_sym_if] = ACTIONS(1900), + [anon_sym_match] = ACTIONS(1900), + [anon_sym_LBRACE] = ACTIONS(1900), + [anon_sym_try] = ACTIONS(1900), + [anon_sym_return] = ACTIONS(1900), + [anon_sym_source] = ACTIONS(1900), + [anon_sym_source_DASHenv] = ACTIONS(1900), + [anon_sym_register] = ACTIONS(1900), + [anon_sym_hide] = ACTIONS(1900), + [anon_sym_hide_DASHenv] = ACTIONS(1900), + [anon_sym_overlay] = ACTIONS(1900), + [anon_sym_where] = ACTIONS(1900), + [anon_sym_not] = ACTIONS(1900), + [anon_sym_DOT_DOT_LT] = ACTIONS(1900), + [anon_sym_DOT_DOT] = ACTIONS(1900), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1900), + [sym_val_nothing] = ACTIONS(1900), + [anon_sym_true] = ACTIONS(1900), + [anon_sym_false] = ACTIONS(1900), + [aux_sym_val_number_token1] = ACTIONS(1900), + [aux_sym_val_number_token2] = ACTIONS(1900), + [aux_sym_val_number_token3] = ACTIONS(1900), + [aux_sym_val_number_token4] = ACTIONS(1900), + [anon_sym_inf] = ACTIONS(1900), + [anon_sym_DASHinf] = ACTIONS(1900), + [anon_sym_NaN] = ACTIONS(1900), + [anon_sym_0b] = ACTIONS(1900), + [anon_sym_0o] = ACTIONS(1900), + [anon_sym_0x] = ACTIONS(1900), + [sym_val_date] = ACTIONS(1900), + [anon_sym_DQUOTE] = ACTIONS(1900), + [sym__str_single_quotes] = ACTIONS(1900), + [sym__str_back_ticks] = ACTIONS(1900), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1900), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1900), + [anon_sym_CARET] = ACTIONS(1900), + [anon_sym_POUND] = ACTIONS(3), + }, + [912] = { + [sym_comment] = STATE(912), + [ts_builtin_sym_end] = ACTIONS(1780), + [anon_sym_export] = ACTIONS(1778), + [anon_sym_alias] = ACTIONS(1778), + [anon_sym_let] = ACTIONS(1778), + [anon_sym_let_DASHenv] = ACTIONS(1778), + [anon_sym_mut] = ACTIONS(1778), + [anon_sym_const] = ACTIONS(1778), + [sym_cmd_identifier] = ACTIONS(1778), + [anon_sym_SEMI] = ACTIONS(1778), + [anon_sym_LF] = ACTIONS(1780), + [anon_sym_def] = ACTIONS(1778), + [anon_sym_def_DASHenv] = ACTIONS(1778), + [anon_sym_export_DASHenv] = ACTIONS(1778), + [anon_sym_extern] = ACTIONS(1778), + [anon_sym_module] = ACTIONS(1778), + [anon_sym_use] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1778), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_DOLLAR] = ACTIONS(1778), + [anon_sym_error] = ACTIONS(1778), + [anon_sym_DASH] = ACTIONS(1778), + [anon_sym_break] = ACTIONS(1778), + [anon_sym_continue] = ACTIONS(1778), + [anon_sym_for] = ACTIONS(1778), + [anon_sym_loop] = ACTIONS(1778), + [anon_sym_while] = ACTIONS(1778), + [anon_sym_do] = ACTIONS(1778), + [anon_sym_if] = ACTIONS(1778), + [anon_sym_match] = ACTIONS(1778), + [anon_sym_LBRACE] = ACTIONS(1778), + [anon_sym_try] = ACTIONS(1778), + [anon_sym_return] = ACTIONS(1778), + [anon_sym_source] = ACTIONS(1778), + [anon_sym_source_DASHenv] = ACTIONS(1778), + [anon_sym_register] = ACTIONS(1778), + [anon_sym_hide] = ACTIONS(1778), + [anon_sym_hide_DASHenv] = ACTIONS(1778), + [anon_sym_overlay] = ACTIONS(1778), + [anon_sym_where] = ACTIONS(1778), + [anon_sym_not] = ACTIONS(1778), + [anon_sym_DOT_DOT_LT] = ACTIONS(1778), + [anon_sym_DOT_DOT] = ACTIONS(1778), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1778), + [sym_val_nothing] = ACTIONS(1778), + [anon_sym_true] = ACTIONS(1778), + [anon_sym_false] = ACTIONS(1778), + [aux_sym_val_number_token1] = ACTIONS(1778), + [aux_sym_val_number_token2] = ACTIONS(1778), + [aux_sym_val_number_token3] = ACTIONS(1778), + [aux_sym_val_number_token4] = ACTIONS(1778), + [anon_sym_inf] = ACTIONS(1778), + [anon_sym_DASHinf] = ACTIONS(1778), + [anon_sym_NaN] = ACTIONS(1778), + [anon_sym_0b] = ACTIONS(1778), + [anon_sym_0o] = ACTIONS(1778), + [anon_sym_0x] = ACTIONS(1778), + [sym_val_date] = ACTIONS(1778), + [anon_sym_DQUOTE] = ACTIONS(1778), + [sym__str_single_quotes] = ACTIONS(1778), + [sym__str_back_ticks] = ACTIONS(1778), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1778), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1778), + [anon_sym_CARET] = ACTIONS(1778), + [anon_sym_POUND] = ACTIONS(3), + }, + [913] = { + [sym_comment] = STATE(913), + [ts_builtin_sym_end] = ACTIONS(1862), + [anon_sym_export] = ACTIONS(1860), + [anon_sym_alias] = ACTIONS(1860), + [anon_sym_let] = ACTIONS(1860), + [anon_sym_let_DASHenv] = ACTIONS(1860), + [anon_sym_mut] = ACTIONS(1860), + [anon_sym_const] = ACTIONS(1860), + [sym_cmd_identifier] = ACTIONS(1860), + [anon_sym_SEMI] = ACTIONS(1860), + [anon_sym_LF] = ACTIONS(1862), + [anon_sym_def] = ACTIONS(1860), + [anon_sym_def_DASHenv] = ACTIONS(1860), + [anon_sym_export_DASHenv] = ACTIONS(1860), + [anon_sym_extern] = ACTIONS(1860), + [anon_sym_module] = ACTIONS(1860), + [anon_sym_use] = ACTIONS(1860), + [anon_sym_LBRACK] = ACTIONS(1860), + [anon_sym_LPAREN] = ACTIONS(1860), + [anon_sym_DOLLAR] = ACTIONS(1860), + [anon_sym_error] = ACTIONS(1860), + [anon_sym_DASH] = ACTIONS(1860), + [anon_sym_break] = ACTIONS(1860), + [anon_sym_continue] = ACTIONS(1860), + [anon_sym_for] = ACTIONS(1860), + [anon_sym_loop] = ACTIONS(1860), + [anon_sym_while] = ACTIONS(1860), + [anon_sym_do] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(1860), + [anon_sym_match] = ACTIONS(1860), + [anon_sym_LBRACE] = ACTIONS(1860), + [anon_sym_try] = ACTIONS(1860), + [anon_sym_return] = ACTIONS(1860), + [anon_sym_source] = ACTIONS(1860), + [anon_sym_source_DASHenv] = ACTIONS(1860), + [anon_sym_register] = ACTIONS(1860), + [anon_sym_hide] = ACTIONS(1860), + [anon_sym_hide_DASHenv] = ACTIONS(1860), + [anon_sym_overlay] = ACTIONS(1860), + [anon_sym_where] = ACTIONS(1860), + [anon_sym_not] = ACTIONS(1860), + [anon_sym_DOT_DOT_LT] = ACTIONS(1860), + [anon_sym_DOT_DOT] = ACTIONS(1860), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1860), + [sym_val_nothing] = ACTIONS(1860), + [anon_sym_true] = ACTIONS(1860), + [anon_sym_false] = ACTIONS(1860), + [aux_sym_val_number_token1] = ACTIONS(1860), + [aux_sym_val_number_token2] = ACTIONS(1860), + [aux_sym_val_number_token3] = ACTIONS(1860), + [aux_sym_val_number_token4] = ACTIONS(1860), + [anon_sym_inf] = ACTIONS(1860), + [anon_sym_DASHinf] = ACTIONS(1860), + [anon_sym_NaN] = ACTIONS(1860), + [anon_sym_0b] = ACTIONS(1860), + [anon_sym_0o] = ACTIONS(1860), + [anon_sym_0x] = ACTIONS(1860), + [sym_val_date] = ACTIONS(1860), + [anon_sym_DQUOTE] = ACTIONS(1860), + [sym__str_single_quotes] = ACTIONS(1860), + [sym__str_back_ticks] = ACTIONS(1860), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1860), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1860), + [anon_sym_CARET] = ACTIONS(1860), + [anon_sym_POUND] = ACTIONS(3), + }, + [914] = { + [sym_comment] = STATE(914), + [ts_builtin_sym_end] = ACTIONS(1886), + [anon_sym_export] = ACTIONS(1884), + [anon_sym_alias] = ACTIONS(1884), + [anon_sym_let] = ACTIONS(1884), + [anon_sym_let_DASHenv] = ACTIONS(1884), + [anon_sym_mut] = ACTIONS(1884), + [anon_sym_const] = ACTIONS(1884), + [sym_cmd_identifier] = ACTIONS(1884), + [anon_sym_SEMI] = ACTIONS(1884), + [anon_sym_LF] = ACTIONS(1886), + [anon_sym_def] = ACTIONS(1884), + [anon_sym_def_DASHenv] = ACTIONS(1884), + [anon_sym_export_DASHenv] = ACTIONS(1884), + [anon_sym_extern] = ACTIONS(1884), + [anon_sym_module] = ACTIONS(1884), + [anon_sym_use] = ACTIONS(1884), + [anon_sym_LBRACK] = ACTIONS(1884), + [anon_sym_LPAREN] = ACTIONS(1884), + [anon_sym_DOLLAR] = ACTIONS(1884), + [anon_sym_error] = ACTIONS(1884), + [anon_sym_DASH] = ACTIONS(1884), + [anon_sym_break] = ACTIONS(1884), + [anon_sym_continue] = ACTIONS(1884), + [anon_sym_for] = ACTIONS(1884), + [anon_sym_loop] = ACTIONS(1884), + [anon_sym_while] = ACTIONS(1884), + [anon_sym_do] = ACTIONS(1884), + [anon_sym_if] = ACTIONS(1884), + [anon_sym_match] = ACTIONS(1884), + [anon_sym_LBRACE] = ACTIONS(1884), + [anon_sym_try] = ACTIONS(1884), + [anon_sym_return] = ACTIONS(1884), + [anon_sym_source] = ACTIONS(1884), + [anon_sym_source_DASHenv] = ACTIONS(1884), + [anon_sym_register] = ACTIONS(1884), + [anon_sym_hide] = ACTIONS(1884), + [anon_sym_hide_DASHenv] = ACTIONS(1884), + [anon_sym_overlay] = ACTIONS(1884), + [anon_sym_where] = ACTIONS(1884), + [anon_sym_not] = ACTIONS(1884), + [anon_sym_DOT_DOT_LT] = ACTIONS(1884), + [anon_sym_DOT_DOT] = ACTIONS(1884), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1884), + [sym_val_nothing] = ACTIONS(1884), + [anon_sym_true] = ACTIONS(1884), + [anon_sym_false] = ACTIONS(1884), + [aux_sym_val_number_token1] = ACTIONS(1884), + [aux_sym_val_number_token2] = ACTIONS(1884), + [aux_sym_val_number_token3] = ACTIONS(1884), + [aux_sym_val_number_token4] = ACTIONS(1884), + [anon_sym_inf] = ACTIONS(1884), + [anon_sym_DASHinf] = ACTIONS(1884), + [anon_sym_NaN] = ACTIONS(1884), + [anon_sym_0b] = ACTIONS(1884), + [anon_sym_0o] = ACTIONS(1884), + [anon_sym_0x] = ACTIONS(1884), + [sym_val_date] = ACTIONS(1884), + [anon_sym_DQUOTE] = ACTIONS(1884), + [sym__str_single_quotes] = ACTIONS(1884), + [sym__str_back_ticks] = ACTIONS(1884), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1884), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1884), + [anon_sym_CARET] = ACTIONS(1884), + [anon_sym_POUND] = ACTIONS(3), + }, + [915] = { + [sym_comment] = STATE(915), + [ts_builtin_sym_end] = ACTIONS(1906), + [anon_sym_export] = ACTIONS(1904), + [anon_sym_alias] = ACTIONS(1904), + [anon_sym_let] = ACTIONS(1904), + [anon_sym_let_DASHenv] = ACTIONS(1904), + [anon_sym_mut] = ACTIONS(1904), + [anon_sym_const] = ACTIONS(1904), + [sym_cmd_identifier] = ACTIONS(1904), + [anon_sym_SEMI] = ACTIONS(1904), + [anon_sym_LF] = ACTIONS(1906), + [anon_sym_def] = ACTIONS(1904), + [anon_sym_def_DASHenv] = ACTIONS(1904), + [anon_sym_export_DASHenv] = ACTIONS(1904), + [anon_sym_extern] = ACTIONS(1904), + [anon_sym_module] = ACTIONS(1904), + [anon_sym_use] = ACTIONS(1904), + [anon_sym_LBRACK] = ACTIONS(1904), + [anon_sym_LPAREN] = ACTIONS(1904), + [anon_sym_DOLLAR] = ACTIONS(1904), + [anon_sym_error] = ACTIONS(1904), + [anon_sym_DASH] = ACTIONS(1904), + [anon_sym_break] = ACTIONS(1904), + [anon_sym_continue] = ACTIONS(1904), + [anon_sym_for] = ACTIONS(1904), + [anon_sym_loop] = ACTIONS(1904), + [anon_sym_while] = ACTIONS(1904), + [anon_sym_do] = ACTIONS(1904), + [anon_sym_if] = ACTIONS(1904), + [anon_sym_match] = ACTIONS(1904), + [anon_sym_LBRACE] = ACTIONS(1904), + [anon_sym_try] = ACTIONS(1904), + [anon_sym_return] = ACTIONS(1904), + [anon_sym_source] = ACTIONS(1904), + [anon_sym_source_DASHenv] = ACTIONS(1904), + [anon_sym_register] = ACTIONS(1904), + [anon_sym_hide] = ACTIONS(1904), + [anon_sym_hide_DASHenv] = ACTIONS(1904), + [anon_sym_overlay] = ACTIONS(1904), + [anon_sym_where] = ACTIONS(1904), + [anon_sym_not] = ACTIONS(1904), + [anon_sym_DOT_DOT_LT] = ACTIONS(1904), + [anon_sym_DOT_DOT] = ACTIONS(1904), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1904), + [sym_val_nothing] = ACTIONS(1904), + [anon_sym_true] = ACTIONS(1904), + [anon_sym_false] = ACTIONS(1904), + [aux_sym_val_number_token1] = ACTIONS(1904), + [aux_sym_val_number_token2] = ACTIONS(1904), + [aux_sym_val_number_token3] = ACTIONS(1904), + [aux_sym_val_number_token4] = ACTIONS(1904), + [anon_sym_inf] = ACTIONS(1904), + [anon_sym_DASHinf] = ACTIONS(1904), + [anon_sym_NaN] = ACTIONS(1904), + [anon_sym_0b] = ACTIONS(1904), + [anon_sym_0o] = ACTIONS(1904), + [anon_sym_0x] = ACTIONS(1904), + [sym_val_date] = ACTIONS(1904), + [anon_sym_DQUOTE] = ACTIONS(1904), + [sym__str_single_quotes] = ACTIONS(1904), + [sym__str_back_ticks] = ACTIONS(1904), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1904), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1904), + [anon_sym_CARET] = ACTIONS(1904), + [anon_sym_POUND] = ACTIONS(3), + }, + [916] = { + [sym_comment] = STATE(916), + [ts_builtin_sym_end] = ACTIONS(1894), + [anon_sym_export] = ACTIONS(1892), + [anon_sym_alias] = ACTIONS(1892), + [anon_sym_let] = ACTIONS(1892), + [anon_sym_let_DASHenv] = ACTIONS(1892), + [anon_sym_mut] = ACTIONS(1892), + [anon_sym_const] = ACTIONS(1892), + [sym_cmd_identifier] = ACTIONS(1892), + [anon_sym_SEMI] = ACTIONS(1892), + [anon_sym_LF] = ACTIONS(1894), + [anon_sym_def] = ACTIONS(1892), + [anon_sym_def_DASHenv] = ACTIONS(1892), + [anon_sym_export_DASHenv] = ACTIONS(1892), + [anon_sym_extern] = ACTIONS(1892), + [anon_sym_module] = ACTIONS(1892), + [anon_sym_use] = ACTIONS(1892), + [anon_sym_LBRACK] = ACTIONS(1892), + [anon_sym_LPAREN] = ACTIONS(1892), + [anon_sym_DOLLAR] = ACTIONS(1892), + [anon_sym_error] = ACTIONS(1892), + [anon_sym_DASH] = ACTIONS(1892), + [anon_sym_break] = ACTIONS(1892), + [anon_sym_continue] = ACTIONS(1892), + [anon_sym_for] = ACTIONS(1892), + [anon_sym_loop] = ACTIONS(1892), + [anon_sym_while] = ACTIONS(1892), + [anon_sym_do] = ACTIONS(1892), + [anon_sym_if] = ACTIONS(1892), + [anon_sym_match] = ACTIONS(1892), + [anon_sym_LBRACE] = ACTIONS(1892), + [anon_sym_try] = ACTIONS(1892), + [anon_sym_return] = ACTIONS(1892), + [anon_sym_source] = ACTIONS(1892), + [anon_sym_source_DASHenv] = ACTIONS(1892), + [anon_sym_register] = ACTIONS(1892), + [anon_sym_hide] = ACTIONS(1892), + [anon_sym_hide_DASHenv] = ACTIONS(1892), + [anon_sym_overlay] = ACTIONS(1892), + [anon_sym_where] = ACTIONS(1892), + [anon_sym_not] = ACTIONS(1892), + [anon_sym_DOT_DOT_LT] = ACTIONS(1892), + [anon_sym_DOT_DOT] = ACTIONS(1892), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1892), + [sym_val_nothing] = ACTIONS(1892), + [anon_sym_true] = ACTIONS(1892), + [anon_sym_false] = ACTIONS(1892), + [aux_sym_val_number_token1] = ACTIONS(1892), + [aux_sym_val_number_token2] = ACTIONS(1892), + [aux_sym_val_number_token3] = ACTIONS(1892), + [aux_sym_val_number_token4] = ACTIONS(1892), + [anon_sym_inf] = ACTIONS(1892), + [anon_sym_DASHinf] = ACTIONS(1892), + [anon_sym_NaN] = ACTIONS(1892), + [anon_sym_0b] = ACTIONS(1892), + [anon_sym_0o] = ACTIONS(1892), + [anon_sym_0x] = ACTIONS(1892), + [sym_val_date] = ACTIONS(1892), + [anon_sym_DQUOTE] = ACTIONS(1892), + [sym__str_single_quotes] = ACTIONS(1892), + [sym__str_back_ticks] = ACTIONS(1892), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1892), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1892), + [anon_sym_CARET] = ACTIONS(1892), + [anon_sym_POUND] = ACTIONS(3), + }, + [917] = { + [sym_comment] = STATE(917), + [ts_builtin_sym_end] = ACTIONS(1898), + [anon_sym_export] = ACTIONS(1896), + [anon_sym_alias] = ACTIONS(1896), + [anon_sym_let] = ACTIONS(1896), + [anon_sym_let_DASHenv] = ACTIONS(1896), + [anon_sym_mut] = ACTIONS(1896), + [anon_sym_const] = ACTIONS(1896), + [sym_cmd_identifier] = ACTIONS(1896), + [anon_sym_SEMI] = ACTIONS(1896), + [anon_sym_LF] = ACTIONS(1898), + [anon_sym_def] = ACTIONS(1896), + [anon_sym_def_DASHenv] = ACTIONS(1896), + [anon_sym_export_DASHenv] = ACTIONS(1896), + [anon_sym_extern] = ACTIONS(1896), + [anon_sym_module] = ACTIONS(1896), + [anon_sym_use] = ACTIONS(1896), + [anon_sym_LBRACK] = ACTIONS(1896), + [anon_sym_LPAREN] = ACTIONS(1896), + [anon_sym_DOLLAR] = ACTIONS(1896), + [anon_sym_error] = ACTIONS(1896), + [anon_sym_DASH] = ACTIONS(1896), + [anon_sym_break] = ACTIONS(1896), + [anon_sym_continue] = ACTIONS(1896), + [anon_sym_for] = ACTIONS(1896), + [anon_sym_loop] = ACTIONS(1896), + [anon_sym_while] = ACTIONS(1896), + [anon_sym_do] = ACTIONS(1896), + [anon_sym_if] = ACTIONS(1896), + [anon_sym_match] = ACTIONS(1896), + [anon_sym_LBRACE] = ACTIONS(1896), + [anon_sym_try] = ACTIONS(1896), + [anon_sym_return] = ACTIONS(1896), + [anon_sym_source] = ACTIONS(1896), + [anon_sym_source_DASHenv] = ACTIONS(1896), + [anon_sym_register] = ACTIONS(1896), + [anon_sym_hide] = ACTIONS(1896), + [anon_sym_hide_DASHenv] = ACTIONS(1896), + [anon_sym_overlay] = ACTIONS(1896), + [anon_sym_where] = ACTIONS(1896), + [anon_sym_not] = ACTIONS(1896), + [anon_sym_DOT_DOT_LT] = ACTIONS(1896), + [anon_sym_DOT_DOT] = ACTIONS(1896), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1896), + [sym_val_nothing] = ACTIONS(1896), + [anon_sym_true] = ACTIONS(1896), + [anon_sym_false] = 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(1896), + [anon_sym_inf] = ACTIONS(1896), + [anon_sym_DASHinf] = ACTIONS(1896), + [anon_sym_NaN] = ACTIONS(1896), + [anon_sym_0b] = ACTIONS(1896), + [anon_sym_0o] = ACTIONS(1896), + [anon_sym_0x] = ACTIONS(1896), + [sym_val_date] = ACTIONS(1896), + [anon_sym_DQUOTE] = ACTIONS(1896), + [sym__str_single_quotes] = ACTIONS(1896), + [sym__str_back_ticks] = ACTIONS(1896), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1896), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1896), + [anon_sym_CARET] = ACTIONS(1896), + [anon_sym_POUND] = ACTIONS(3), + }, + [918] = { + [sym_comment] = STATE(918), + [ts_builtin_sym_end] = ACTIONS(1968), + [anon_sym_export] = ACTIONS(1966), + [anon_sym_alias] = ACTIONS(1966), + [anon_sym_let] = ACTIONS(1966), + [anon_sym_let_DASHenv] = ACTIONS(1966), + [anon_sym_mut] = ACTIONS(1966), + [anon_sym_const] = ACTIONS(1966), + [sym_cmd_identifier] = ACTIONS(1966), + [anon_sym_SEMI] = ACTIONS(1966), + [anon_sym_LF] = ACTIONS(1968), + [anon_sym_def] = ACTIONS(1966), + [anon_sym_def_DASHenv] = ACTIONS(1966), + [anon_sym_export_DASHenv] = ACTIONS(1966), + [anon_sym_extern] = ACTIONS(1966), + [anon_sym_module] = ACTIONS(1966), + [anon_sym_use] = ACTIONS(1966), + [anon_sym_LBRACK] = ACTIONS(1966), + [anon_sym_LPAREN] = ACTIONS(1966), + [anon_sym_DOLLAR] = ACTIONS(1966), + [anon_sym_error] = ACTIONS(1966), + [anon_sym_DASH] = ACTIONS(1966), + [anon_sym_break] = ACTIONS(1966), + [anon_sym_continue] = ACTIONS(1966), + [anon_sym_for] = ACTIONS(1966), + [anon_sym_loop] = ACTIONS(1966), + [anon_sym_while] = ACTIONS(1966), + [anon_sym_do] = ACTIONS(1966), + [anon_sym_if] = ACTIONS(1966), + [anon_sym_match] = ACTIONS(1966), + [anon_sym_LBRACE] = ACTIONS(1966), + [anon_sym_try] = ACTIONS(1966), + [anon_sym_return] = ACTIONS(1966), + [anon_sym_source] = ACTIONS(1966), + [anon_sym_source_DASHenv] = ACTIONS(1966), + [anon_sym_register] = ACTIONS(1966), + [anon_sym_hide] = ACTIONS(1966), + [anon_sym_hide_DASHenv] = ACTIONS(1966), + [anon_sym_overlay] = ACTIONS(1966), + [anon_sym_where] = ACTIONS(1966), + [anon_sym_not] = ACTIONS(1966), + [anon_sym_DOT_DOT_LT] = ACTIONS(1966), + [anon_sym_DOT_DOT] = ACTIONS(1966), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1966), + [sym_val_nothing] = ACTIONS(1966), + [anon_sym_true] = ACTIONS(1966), + [anon_sym_false] = ACTIONS(1966), + [aux_sym_val_number_token1] = ACTIONS(1966), + [aux_sym_val_number_token2] = ACTIONS(1966), + [aux_sym_val_number_token3] = ACTIONS(1966), + [aux_sym_val_number_token4] = ACTIONS(1966), + [anon_sym_inf] = ACTIONS(1966), + [anon_sym_DASHinf] = ACTIONS(1966), + [anon_sym_NaN] = ACTIONS(1966), + [anon_sym_0b] = ACTIONS(1966), + [anon_sym_0o] = ACTIONS(1966), + [anon_sym_0x] = ACTIONS(1966), + [sym_val_date] = ACTIONS(1966), + [anon_sym_DQUOTE] = ACTIONS(1966), + [sym__str_single_quotes] = ACTIONS(1966), + [sym__str_back_ticks] = ACTIONS(1966), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1966), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1966), + [anon_sym_CARET] = ACTIONS(1966), [anon_sym_POUND] = ACTIONS(3), }, - [907] = { - [sym_comment] = STATE(907), - [ts_builtin_sym_end] = ACTIONS(2006), - [anon_sym_export] = ACTIONS(2004), - [anon_sym_alias] = ACTIONS(2004), - [anon_sym_let] = ACTIONS(2004), - [anon_sym_let_DASHenv] = ACTIONS(2004), - [anon_sym_mut] = ACTIONS(2004), - [anon_sym_const] = ACTIONS(2004), - [sym_cmd_identifier] = ACTIONS(2004), - [anon_sym_SEMI] = ACTIONS(2004), - [anon_sym_LF] = ACTIONS(2006), - [anon_sym_def] = ACTIONS(2004), - [anon_sym_def_DASHenv] = ACTIONS(2004), - [anon_sym_export_DASHenv] = ACTIONS(2004), - [anon_sym_extern] = ACTIONS(2004), - [anon_sym_module] = ACTIONS(2004), - [anon_sym_use] = ACTIONS(2004), - [anon_sym_LBRACK] = ACTIONS(2004), - [anon_sym_LPAREN] = ACTIONS(2004), - [anon_sym_DOLLAR] = ACTIONS(2004), - [anon_sym_error] = ACTIONS(2004), - [anon_sym_DASH] = ACTIONS(2004), - [anon_sym_break] = ACTIONS(2004), - [anon_sym_continue] = ACTIONS(2004), - [anon_sym_for] = ACTIONS(2004), - [anon_sym_loop] = ACTIONS(2004), - [anon_sym_while] = ACTIONS(2004), - [anon_sym_do] = ACTIONS(2004), - [anon_sym_if] = ACTIONS(2004), - [anon_sym_match] = ACTIONS(2004), - [anon_sym_LBRACE] = ACTIONS(2004), - [anon_sym_try] = ACTIONS(2004), - [anon_sym_return] = ACTIONS(2004), - [anon_sym_source] = ACTIONS(2004), - [anon_sym_source_DASHenv] = ACTIONS(2004), - [anon_sym_register] = ACTIONS(2004), - [anon_sym_hide] = ACTIONS(2004), - [anon_sym_hide_DASHenv] = ACTIONS(2004), - [anon_sym_overlay] = ACTIONS(2004), - [anon_sym_where] = ACTIONS(2004), - [anon_sym_not] = ACTIONS(2004), - [anon_sym_DOT_DOT_LT] = ACTIONS(2004), - [anon_sym_DOT_DOT] = ACTIONS(2004), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2004), - [sym_val_nothing] = ACTIONS(2004), - [anon_sym_true] = ACTIONS(2004), - [anon_sym_false] = ACTIONS(2004), - [aux_sym_val_number_token1] = ACTIONS(2004), - [aux_sym_val_number_token2] = ACTIONS(2004), - [aux_sym_val_number_token3] = ACTIONS(2004), - [aux_sym_val_number_token4] = ACTIONS(2004), - [anon_sym_inf] = ACTIONS(2004), - [anon_sym_DASHinf] = ACTIONS(2004), - [anon_sym_NaN] = ACTIONS(2004), - [anon_sym_0b] = ACTIONS(2004), - [anon_sym_0o] = ACTIONS(2004), - [anon_sym_0x] = ACTIONS(2004), - [sym_val_date] = ACTIONS(2004), - [anon_sym_DQUOTE] = ACTIONS(2004), - [sym__str_single_quotes] = ACTIONS(2004), - [sym__str_back_ticks] = ACTIONS(2004), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2004), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2004), - [anon_sym_CARET] = ACTIONS(2004), + [919] = { + [sym_comment] = STATE(919), + [ts_builtin_sym_end] = ACTIONS(1994), + [anon_sym_export] = ACTIONS(1992), + [anon_sym_alias] = ACTIONS(1992), + [anon_sym_let] = ACTIONS(1992), + [anon_sym_let_DASHenv] = ACTIONS(1992), + [anon_sym_mut] = ACTIONS(1992), + [anon_sym_const] = ACTIONS(1992), + [sym_cmd_identifier] = ACTIONS(1992), + [anon_sym_SEMI] = ACTIONS(1992), + [anon_sym_LF] = ACTIONS(1994), + [anon_sym_def] = ACTIONS(1992), + [anon_sym_def_DASHenv] = ACTIONS(1992), + [anon_sym_export_DASHenv] = ACTIONS(1992), + [anon_sym_extern] = ACTIONS(1992), + [anon_sym_module] = ACTIONS(1992), + [anon_sym_use] = ACTIONS(1992), + [anon_sym_LBRACK] = ACTIONS(1992), + [anon_sym_LPAREN] = ACTIONS(1992), + [anon_sym_DOLLAR] = ACTIONS(1992), + [anon_sym_error] = ACTIONS(1992), + [anon_sym_DASH] = ACTIONS(1992), + [anon_sym_break] = ACTIONS(1992), + [anon_sym_continue] = ACTIONS(1992), + [anon_sym_for] = ACTIONS(1992), + [anon_sym_loop] = ACTIONS(1992), + [anon_sym_while] = ACTIONS(1992), + [anon_sym_do] = ACTIONS(1992), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_match] = ACTIONS(1992), + [anon_sym_LBRACE] = ACTIONS(1992), + [anon_sym_try] = ACTIONS(1992), + [anon_sym_return] = ACTIONS(1992), + [anon_sym_source] = ACTIONS(1992), + [anon_sym_source_DASHenv] = ACTIONS(1992), + [anon_sym_register] = ACTIONS(1992), + [anon_sym_hide] = ACTIONS(1992), + [anon_sym_hide_DASHenv] = ACTIONS(1992), + [anon_sym_overlay] = ACTIONS(1992), + [anon_sym_where] = ACTIONS(1992), + [anon_sym_not] = ACTIONS(1992), + [anon_sym_DOT_DOT_LT] = ACTIONS(1992), + [anon_sym_DOT_DOT] = ACTIONS(1992), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1992), + [sym_val_nothing] = ACTIONS(1992), + [anon_sym_true] = ACTIONS(1992), + [anon_sym_false] = ACTIONS(1992), + [aux_sym_val_number_token1] = ACTIONS(1992), + [aux_sym_val_number_token2] = ACTIONS(1992), + [aux_sym_val_number_token3] = ACTIONS(1992), + [aux_sym_val_number_token4] = ACTIONS(1992), + [anon_sym_inf] = ACTIONS(1992), + [anon_sym_DASHinf] = ACTIONS(1992), + [anon_sym_NaN] = ACTIONS(1992), + [anon_sym_0b] = ACTIONS(1992), + [anon_sym_0o] = ACTIONS(1992), + [anon_sym_0x] = ACTIONS(1992), + [sym_val_date] = ACTIONS(1992), + [anon_sym_DQUOTE] = ACTIONS(1992), + [sym__str_single_quotes] = ACTIONS(1992), + [sym__str_back_ticks] = ACTIONS(1992), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1992), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1992), + [anon_sym_CARET] = ACTIONS(1992), [anon_sym_POUND] = ACTIONS(3), }, - [908] = { - [sym_comment] = STATE(908), - [ts_builtin_sym_end] = ACTIONS(1764), - [anon_sym_export] = ACTIONS(1762), - [anon_sym_alias] = ACTIONS(1762), - [anon_sym_let] = ACTIONS(1762), - [anon_sym_let_DASHenv] = ACTIONS(1762), - [anon_sym_mut] = ACTIONS(1762), - [anon_sym_const] = ACTIONS(1762), - [sym_cmd_identifier] = ACTIONS(1762), - [anon_sym_SEMI] = ACTIONS(1762), - [anon_sym_LF] = ACTIONS(1764), - [anon_sym_def] = ACTIONS(1762), - [anon_sym_def_DASHenv] = ACTIONS(1762), - [anon_sym_export_DASHenv] = ACTIONS(1762), - [anon_sym_extern] = ACTIONS(1762), - [anon_sym_module] = ACTIONS(1762), - [anon_sym_use] = ACTIONS(1762), - [anon_sym_LBRACK] = ACTIONS(1762), - [anon_sym_LPAREN] = ACTIONS(1762), - [anon_sym_DOLLAR] = ACTIONS(1762), - [anon_sym_error] = ACTIONS(1762), - [anon_sym_DASH] = ACTIONS(1762), - [anon_sym_break] = ACTIONS(1762), - [anon_sym_continue] = ACTIONS(1762), - [anon_sym_for] = ACTIONS(1762), - [anon_sym_loop] = ACTIONS(1762), - [anon_sym_while] = ACTIONS(1762), - [anon_sym_do] = ACTIONS(1762), - [anon_sym_if] = ACTIONS(1762), - [anon_sym_match] = ACTIONS(1762), - [anon_sym_LBRACE] = ACTIONS(1762), - [anon_sym_try] = ACTIONS(1762), - [anon_sym_return] = ACTIONS(1762), - [anon_sym_source] = ACTIONS(1762), - [anon_sym_source_DASHenv] = ACTIONS(1762), - [anon_sym_register] = ACTIONS(1762), - [anon_sym_hide] = ACTIONS(1762), - [anon_sym_hide_DASHenv] = ACTIONS(1762), - [anon_sym_overlay] = ACTIONS(1762), - [anon_sym_where] = ACTIONS(1762), - [anon_sym_not] = ACTIONS(1762), - [anon_sym_DOT_DOT_LT] = ACTIONS(1762), - [anon_sym_DOT_DOT] = ACTIONS(1762), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1762), - [sym_val_nothing] = ACTIONS(1762), - [anon_sym_true] = ACTIONS(1762), - [anon_sym_false] = ACTIONS(1762), - [aux_sym_val_number_token1] = ACTIONS(1762), - [aux_sym_val_number_token2] = ACTIONS(1762), - [aux_sym_val_number_token3] = ACTIONS(1762), - [aux_sym_val_number_token4] = ACTIONS(1762), - [anon_sym_inf] = ACTIONS(1762), - [anon_sym_DASHinf] = ACTIONS(1762), - [anon_sym_NaN] = ACTIONS(1762), - [anon_sym_0b] = ACTIONS(1762), - [anon_sym_0o] = ACTIONS(1762), - [anon_sym_0x] = ACTIONS(1762), - [sym_val_date] = ACTIONS(1762), - [anon_sym_DQUOTE] = ACTIONS(1762), - [sym__str_single_quotes] = ACTIONS(1762), - [sym__str_back_ticks] = ACTIONS(1762), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1762), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1762), - [anon_sym_CARET] = ACTIONS(1762), + [920] = { + [sym_comment] = STATE(920), + [ts_builtin_sym_end] = ACTIONS(1854), + [anon_sym_export] = ACTIONS(1852), + [anon_sym_alias] = ACTIONS(1852), + [anon_sym_let] = ACTIONS(1852), + [anon_sym_let_DASHenv] = ACTIONS(1852), + [anon_sym_mut] = ACTIONS(1852), + [anon_sym_const] = ACTIONS(1852), + [sym_cmd_identifier] = ACTIONS(1852), + [anon_sym_SEMI] = ACTIONS(1852), + [anon_sym_LF] = ACTIONS(1854), + [anon_sym_def] = ACTIONS(1852), + [anon_sym_def_DASHenv] = ACTIONS(1852), + [anon_sym_export_DASHenv] = ACTIONS(1852), + [anon_sym_extern] = ACTIONS(1852), + [anon_sym_module] = ACTIONS(1852), + [anon_sym_use] = ACTIONS(1852), + [anon_sym_LBRACK] = ACTIONS(1852), + [anon_sym_LPAREN] = ACTIONS(1852), + [anon_sym_DOLLAR] = ACTIONS(1852), + [anon_sym_error] = ACTIONS(1852), + [anon_sym_DASH] = ACTIONS(1852), + [anon_sym_break] = ACTIONS(1852), + [anon_sym_continue] = ACTIONS(1852), + [anon_sym_for] = ACTIONS(1852), + [anon_sym_loop] = ACTIONS(1852), + [anon_sym_while] = ACTIONS(1852), + [anon_sym_do] = ACTIONS(1852), + [anon_sym_if] = ACTIONS(1852), + [anon_sym_match] = ACTIONS(1852), + [anon_sym_LBRACE] = ACTIONS(1852), + [anon_sym_try] = ACTIONS(1852), + [anon_sym_return] = ACTIONS(1852), + [anon_sym_source] = ACTIONS(1852), + [anon_sym_source_DASHenv] = ACTIONS(1852), + [anon_sym_register] = ACTIONS(1852), + [anon_sym_hide] = ACTIONS(1852), + [anon_sym_hide_DASHenv] = ACTIONS(1852), + [anon_sym_overlay] = ACTIONS(1852), + [anon_sym_where] = ACTIONS(1852), + [anon_sym_not] = ACTIONS(1852), + [anon_sym_DOT_DOT_LT] = ACTIONS(1852), + [anon_sym_DOT_DOT] = ACTIONS(1852), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1852), + [sym_val_nothing] = ACTIONS(1852), + [anon_sym_true] = ACTIONS(1852), + [anon_sym_false] = ACTIONS(1852), + [aux_sym_val_number_token1] = ACTIONS(1852), + [aux_sym_val_number_token2] = ACTIONS(1852), + [aux_sym_val_number_token3] = ACTIONS(1852), + [aux_sym_val_number_token4] = ACTIONS(1852), + [anon_sym_inf] = ACTIONS(1852), + [anon_sym_DASHinf] = ACTIONS(1852), + [anon_sym_NaN] = ACTIONS(1852), + [anon_sym_0b] = ACTIONS(1852), + [anon_sym_0o] = ACTIONS(1852), + [anon_sym_0x] = ACTIONS(1852), + [sym_val_date] = ACTIONS(1852), + [anon_sym_DQUOTE] = ACTIONS(1852), + [sym__str_single_quotes] = ACTIONS(1852), + [sym__str_back_ticks] = ACTIONS(1852), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1852), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1852), + [anon_sym_CARET] = ACTIONS(1852), [anon_sym_POUND] = ACTIONS(3), }, - [909] = { - [sym_comment] = STATE(909), - [ts_builtin_sym_end] = ACTIONS(2038), - [anon_sym_export] = ACTIONS(1836), - [anon_sym_alias] = ACTIONS(1836), - [anon_sym_let] = ACTIONS(1836), - [anon_sym_let_DASHenv] = ACTIONS(1836), - [anon_sym_mut] = ACTIONS(1836), - [anon_sym_const] = ACTIONS(1836), - [sym_cmd_identifier] = ACTIONS(1836), - [anon_sym_SEMI] = ACTIONS(1838), - [anon_sym_LF] = ACTIONS(1841), - [anon_sym_def] = ACTIONS(1836), - [anon_sym_def_DASHenv] = ACTIONS(1836), - [anon_sym_export_DASHenv] = ACTIONS(1836), - [anon_sym_extern] = ACTIONS(1836), - [anon_sym_module] = ACTIONS(1836), - [anon_sym_use] = ACTIONS(1836), - [anon_sym_LBRACK] = ACTIONS(1836), - [anon_sym_LPAREN] = ACTIONS(1836), - [anon_sym_DOLLAR] = ACTIONS(1836), - [anon_sym_error] = ACTIONS(1836), - [anon_sym_DASH] = ACTIONS(1836), - [anon_sym_break] = ACTIONS(1836), - [anon_sym_continue] = ACTIONS(1836), - [anon_sym_for] = ACTIONS(1836), - [anon_sym_loop] = ACTIONS(1836), - [anon_sym_while] = ACTIONS(1836), - [anon_sym_do] = ACTIONS(1836), - [anon_sym_if] = ACTIONS(1836), - [anon_sym_match] = ACTIONS(1836), - [anon_sym_LBRACE] = ACTIONS(1836), - [anon_sym_try] = ACTIONS(1836), - [anon_sym_return] = ACTIONS(1836), - [anon_sym_source] = ACTIONS(1836), - [anon_sym_source_DASHenv] = ACTIONS(1836), - [anon_sym_register] = ACTIONS(1836), - [anon_sym_hide] = ACTIONS(1836), - [anon_sym_hide_DASHenv] = ACTIONS(1836), - [anon_sym_overlay] = ACTIONS(1836), - [anon_sym_where] = ACTIONS(1836), - [anon_sym_not] = ACTIONS(1836), - [anon_sym_DOT_DOT_LT] = ACTIONS(1836), - [anon_sym_DOT_DOT] = ACTIONS(1836), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1836), - [sym_val_nothing] = ACTIONS(1836), - [anon_sym_true] = ACTIONS(1836), - [anon_sym_false] = ACTIONS(1836), - [aux_sym_val_number_token1] = ACTIONS(1836), - [aux_sym_val_number_token2] = ACTIONS(1836), - [aux_sym_val_number_token3] = ACTIONS(1836), - [aux_sym_val_number_token4] = ACTIONS(1836), - [anon_sym_inf] = ACTIONS(1836), - [anon_sym_DASHinf] = ACTIONS(1836), - [anon_sym_NaN] = ACTIONS(1836), - [anon_sym_0b] = ACTIONS(1836), - [anon_sym_0o] = ACTIONS(1836), - [anon_sym_0x] = ACTIONS(1836), - [sym_val_date] = ACTIONS(1836), - [anon_sym_DQUOTE] = ACTIONS(1836), - [sym__str_single_quotes] = ACTIONS(1836), - [sym__str_back_ticks] = ACTIONS(1836), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1836), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1836), - [anon_sym_CARET] = ACTIONS(1836), + [921] = { + [sym_comment] = STATE(921), + [ts_builtin_sym_end] = ACTIONS(1946), + [anon_sym_export] = ACTIONS(1944), + [anon_sym_alias] = ACTIONS(1944), + [anon_sym_let] = ACTIONS(1944), + [anon_sym_let_DASHenv] = ACTIONS(1944), + [anon_sym_mut] = ACTIONS(1944), + [anon_sym_const] = ACTIONS(1944), + [sym_cmd_identifier] = ACTIONS(1944), + [anon_sym_SEMI] = ACTIONS(1944), + [anon_sym_LF] = ACTIONS(1946), + [anon_sym_def] = ACTIONS(1944), + [anon_sym_def_DASHenv] = ACTIONS(1944), + [anon_sym_export_DASHenv] = ACTIONS(1944), + [anon_sym_extern] = ACTIONS(1944), + [anon_sym_module] = ACTIONS(1944), + [anon_sym_use] = ACTIONS(1944), + [anon_sym_LBRACK] = ACTIONS(1944), + [anon_sym_LPAREN] = ACTIONS(1944), + [anon_sym_DOLLAR] = ACTIONS(1944), + [anon_sym_error] = ACTIONS(1944), + [anon_sym_DASH] = ACTIONS(1944), + [anon_sym_break] = ACTIONS(1944), + [anon_sym_continue] = ACTIONS(1944), + [anon_sym_for] = ACTIONS(1944), + [anon_sym_loop] = ACTIONS(1944), + [anon_sym_while] = ACTIONS(1944), + [anon_sym_do] = ACTIONS(1944), + [anon_sym_if] = ACTIONS(1944), + [anon_sym_match] = ACTIONS(1944), + [anon_sym_LBRACE] = ACTIONS(1944), + [anon_sym_try] = ACTIONS(1944), + [anon_sym_return] = ACTIONS(1944), + [anon_sym_source] = ACTIONS(1944), + [anon_sym_source_DASHenv] = ACTIONS(1944), + [anon_sym_register] = ACTIONS(1944), + [anon_sym_hide] = ACTIONS(1944), + [anon_sym_hide_DASHenv] = ACTIONS(1944), + [anon_sym_overlay] = ACTIONS(1944), + [anon_sym_where] = ACTIONS(1944), + [anon_sym_not] = ACTIONS(1944), + [anon_sym_DOT_DOT_LT] = ACTIONS(1944), + [anon_sym_DOT_DOT] = ACTIONS(1944), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1944), + [sym_val_nothing] = ACTIONS(1944), + [anon_sym_true] = ACTIONS(1944), + [anon_sym_false] = ACTIONS(1944), + [aux_sym_val_number_token1] = ACTIONS(1944), + [aux_sym_val_number_token2] = ACTIONS(1944), + [aux_sym_val_number_token3] = ACTIONS(1944), + [aux_sym_val_number_token4] = ACTIONS(1944), + [anon_sym_inf] = ACTIONS(1944), + [anon_sym_DASHinf] = ACTIONS(1944), + [anon_sym_NaN] = ACTIONS(1944), + [anon_sym_0b] = ACTIONS(1944), + [anon_sym_0o] = ACTIONS(1944), + [anon_sym_0x] = ACTIONS(1944), + [sym_val_date] = ACTIONS(1944), + [anon_sym_DQUOTE] = ACTIONS(1944), + [sym__str_single_quotes] = ACTIONS(1944), + [sym__str_back_ticks] = ACTIONS(1944), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1944), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1944), + [anon_sym_CARET] = ACTIONS(1944), [anon_sym_POUND] = ACTIONS(3), }, - [910] = { - [sym_comment] = STATE(910), - [ts_builtin_sym_end] = ACTIONS(1810), - [anon_sym_export] = ACTIONS(1808), - [anon_sym_alias] = ACTIONS(1808), - [anon_sym_let] = ACTIONS(1808), - [anon_sym_let_DASHenv] = ACTIONS(1808), - [anon_sym_mut] = ACTIONS(1808), - [anon_sym_const] = ACTIONS(1808), - [sym_cmd_identifier] = ACTIONS(1808), - [anon_sym_SEMI] = ACTIONS(1808), - [anon_sym_LF] = ACTIONS(1810), - [anon_sym_def] = ACTIONS(1808), - [anon_sym_def_DASHenv] = ACTIONS(1808), - [anon_sym_export_DASHenv] = ACTIONS(1808), - [anon_sym_extern] = ACTIONS(1808), - [anon_sym_module] = ACTIONS(1808), - [anon_sym_use] = ACTIONS(1808), - [anon_sym_LBRACK] = ACTIONS(1808), - [anon_sym_LPAREN] = ACTIONS(1808), - [anon_sym_DOLLAR] = ACTIONS(1808), - [anon_sym_error] = ACTIONS(1808), - [anon_sym_DASH] = ACTIONS(1808), - [anon_sym_break] = ACTIONS(1808), - [anon_sym_continue] = ACTIONS(1808), - [anon_sym_for] = ACTIONS(1808), - [anon_sym_loop] = ACTIONS(1808), - [anon_sym_while] = ACTIONS(1808), - [anon_sym_do] = ACTIONS(1808), - [anon_sym_if] = ACTIONS(1808), - [anon_sym_match] = ACTIONS(1808), - [anon_sym_LBRACE] = ACTIONS(1808), - [anon_sym_try] = ACTIONS(1808), - [anon_sym_return] = ACTIONS(1808), - [anon_sym_source] = ACTIONS(1808), - [anon_sym_source_DASHenv] = ACTIONS(1808), - [anon_sym_register] = ACTIONS(1808), - [anon_sym_hide] = ACTIONS(1808), - [anon_sym_hide_DASHenv] = ACTIONS(1808), - [anon_sym_overlay] = ACTIONS(1808), - [anon_sym_where] = ACTIONS(1808), - [anon_sym_not] = ACTIONS(1808), - [anon_sym_DOT_DOT_LT] = ACTIONS(1808), - [anon_sym_DOT_DOT] = ACTIONS(1808), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1808), - [sym_val_nothing] = ACTIONS(1808), - [anon_sym_true] = ACTIONS(1808), - [anon_sym_false] = ACTIONS(1808), - [aux_sym_val_number_token1] = ACTIONS(1808), - [aux_sym_val_number_token2] = ACTIONS(1808), - [aux_sym_val_number_token3] = ACTIONS(1808), - [aux_sym_val_number_token4] = ACTIONS(1808), - [anon_sym_inf] = ACTIONS(1808), - [anon_sym_DASHinf] = ACTIONS(1808), - [anon_sym_NaN] = ACTIONS(1808), - [anon_sym_0b] = ACTIONS(1808), - [anon_sym_0o] = ACTIONS(1808), - [anon_sym_0x] = ACTIONS(1808), - [sym_val_date] = ACTIONS(1808), - [anon_sym_DQUOTE] = ACTIONS(1808), - [sym__str_single_quotes] = ACTIONS(1808), - [sym__str_back_ticks] = ACTIONS(1808), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1808), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1808), - [anon_sym_CARET] = ACTIONS(1808), + [922] = { + [sym_comment] = STATE(922), + [ts_builtin_sym_end] = ACTIONS(2040), + [anon_sym_export] = ACTIONS(1760), + [anon_sym_alias] = ACTIONS(1760), + [anon_sym_let] = ACTIONS(1760), + [anon_sym_let_DASHenv] = ACTIONS(1760), + [anon_sym_mut] = ACTIONS(1760), + [anon_sym_const] = ACTIONS(1760), + [sym_cmd_identifier] = ACTIONS(1760), + [anon_sym_SEMI] = ACTIONS(1762), + [anon_sym_LF] = ACTIONS(1765), + [anon_sym_def] = ACTIONS(1760), + [anon_sym_def_DASHenv] = ACTIONS(1760), + [anon_sym_export_DASHenv] = ACTIONS(1760), + [anon_sym_extern] = ACTIONS(1760), + [anon_sym_module] = ACTIONS(1760), + [anon_sym_use] = ACTIONS(1760), + [anon_sym_LBRACK] = ACTIONS(1760), + [anon_sym_LPAREN] = ACTIONS(1760), + [anon_sym_DOLLAR] = ACTIONS(1760), + [anon_sym_error] = ACTIONS(1760), + [anon_sym_DASH] = ACTIONS(1760), + [anon_sym_break] = ACTIONS(1760), + [anon_sym_continue] = ACTIONS(1760), + [anon_sym_for] = ACTIONS(1760), + [anon_sym_loop] = ACTIONS(1760), + [anon_sym_while] = ACTIONS(1760), + [anon_sym_do] = ACTIONS(1760), + [anon_sym_if] = ACTIONS(1760), + [anon_sym_match] = ACTIONS(1760), + [anon_sym_LBRACE] = ACTIONS(1760), + [anon_sym_try] = ACTIONS(1760), + [anon_sym_return] = ACTIONS(1760), + [anon_sym_source] = ACTIONS(1760), + [anon_sym_source_DASHenv] = ACTIONS(1760), + [anon_sym_register] = ACTIONS(1760), + [anon_sym_hide] = ACTIONS(1760), + [anon_sym_hide_DASHenv] = ACTIONS(1760), + [anon_sym_overlay] = ACTIONS(1760), + [anon_sym_where] = ACTIONS(1760), + [anon_sym_not] = ACTIONS(1760), + [anon_sym_DOT_DOT_LT] = ACTIONS(1760), + [anon_sym_DOT_DOT] = ACTIONS(1760), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1760), + [sym_val_nothing] = ACTIONS(1760), + [anon_sym_true] = ACTIONS(1760), + [anon_sym_false] = ACTIONS(1760), + [aux_sym_val_number_token1] = ACTIONS(1760), + [aux_sym_val_number_token2] = ACTIONS(1760), + [aux_sym_val_number_token3] = ACTIONS(1760), + [aux_sym_val_number_token4] = ACTIONS(1760), + [anon_sym_inf] = ACTIONS(1760), + [anon_sym_DASHinf] = ACTIONS(1760), + [anon_sym_NaN] = ACTIONS(1760), + [anon_sym_0b] = ACTIONS(1760), + [anon_sym_0o] = ACTIONS(1760), + [anon_sym_0x] = ACTIONS(1760), + [sym_val_date] = ACTIONS(1760), + [anon_sym_DQUOTE] = ACTIONS(1760), + [sym__str_single_quotes] = ACTIONS(1760), + [sym__str_back_ticks] = ACTIONS(1760), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1760), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1760), + [anon_sym_CARET] = ACTIONS(1760), [anon_sym_POUND] = ACTIONS(3), }, - [911] = { - [sym_comment] = STATE(911), - [ts_builtin_sym_end] = ACTIONS(1830), - [anon_sym_export] = ACTIONS(1828), - [anon_sym_alias] = ACTIONS(1828), - [anon_sym_let] = ACTIONS(1828), - [anon_sym_let_DASHenv] = ACTIONS(1828), - [anon_sym_mut] = ACTIONS(1828), - [anon_sym_const] = ACTIONS(1828), - [sym_cmd_identifier] = ACTIONS(1828), - [anon_sym_SEMI] = ACTIONS(1828), - [anon_sym_LF] = ACTIONS(1830), - [anon_sym_def] = ACTIONS(1828), - [anon_sym_def_DASHenv] = ACTIONS(1828), - [anon_sym_export_DASHenv] = ACTIONS(1828), - [anon_sym_extern] = ACTIONS(1828), - [anon_sym_module] = ACTIONS(1828), - [anon_sym_use] = ACTIONS(1828), - [anon_sym_LBRACK] = ACTIONS(1828), - [anon_sym_LPAREN] = ACTIONS(1828), - [anon_sym_DOLLAR] = ACTIONS(1828), - [anon_sym_error] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(1828), - [anon_sym_break] = ACTIONS(1828), - [anon_sym_continue] = ACTIONS(1828), - [anon_sym_for] = ACTIONS(1828), - [anon_sym_loop] = ACTIONS(1828), - [anon_sym_while] = ACTIONS(1828), - [anon_sym_do] = ACTIONS(1828), - [anon_sym_if] = ACTIONS(1828), - [anon_sym_match] = ACTIONS(1828), - [anon_sym_LBRACE] = ACTIONS(1828), - [anon_sym_try] = ACTIONS(1828), - [anon_sym_return] = ACTIONS(1828), - [anon_sym_source] = ACTIONS(1828), - [anon_sym_source_DASHenv] = ACTIONS(1828), - [anon_sym_register] = ACTIONS(1828), - [anon_sym_hide] = ACTIONS(1828), - [anon_sym_hide_DASHenv] = ACTIONS(1828), - [anon_sym_overlay] = ACTIONS(1828), - [anon_sym_where] = ACTIONS(1828), - [anon_sym_not] = ACTIONS(1828), - [anon_sym_DOT_DOT_LT] = ACTIONS(1828), - [anon_sym_DOT_DOT] = ACTIONS(1828), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1828), - [sym_val_nothing] = ACTIONS(1828), - [anon_sym_true] = ACTIONS(1828), - [anon_sym_false] = ACTIONS(1828), - [aux_sym_val_number_token1] = ACTIONS(1828), - [aux_sym_val_number_token2] = ACTIONS(1828), - [aux_sym_val_number_token3] = ACTIONS(1828), - [aux_sym_val_number_token4] = ACTIONS(1828), - [anon_sym_inf] = ACTIONS(1828), - [anon_sym_DASHinf] = ACTIONS(1828), - [anon_sym_NaN] = ACTIONS(1828), - [anon_sym_0b] = ACTIONS(1828), - [anon_sym_0o] = ACTIONS(1828), - [anon_sym_0x] = ACTIONS(1828), - [sym_val_date] = ACTIONS(1828), - [anon_sym_DQUOTE] = ACTIONS(1828), - [sym__str_single_quotes] = ACTIONS(1828), - [sym__str_back_ticks] = ACTIONS(1828), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1828), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1828), - [anon_sym_CARET] = ACTIONS(1828), + [923] = { + [sym_comment] = STATE(923), + [ts_builtin_sym_end] = ACTIONS(2042), + [anon_sym_export] = ACTIONS(1982), + [anon_sym_alias] = ACTIONS(1982), + [anon_sym_let] = ACTIONS(1982), + [anon_sym_let_DASHenv] = ACTIONS(1982), + [anon_sym_mut] = ACTIONS(1982), + [anon_sym_const] = ACTIONS(1982), + [sym_cmd_identifier] = ACTIONS(1982), + [anon_sym_SEMI] = ACTIONS(1984), + [anon_sym_LF] = ACTIONS(1987), + [anon_sym_def] = ACTIONS(1982), + [anon_sym_def_DASHenv] = ACTIONS(1982), + [anon_sym_export_DASHenv] = ACTIONS(1982), + [anon_sym_extern] = ACTIONS(1982), + [anon_sym_module] = ACTIONS(1982), + [anon_sym_use] = ACTIONS(1982), + [anon_sym_LBRACK] = ACTIONS(1982), + [anon_sym_LPAREN] = ACTIONS(1982), + [anon_sym_DOLLAR] = ACTIONS(1982), + [anon_sym_error] = ACTIONS(1982), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_break] = ACTIONS(1982), + [anon_sym_continue] = ACTIONS(1982), + [anon_sym_for] = ACTIONS(1982), + [anon_sym_loop] = ACTIONS(1982), + [anon_sym_while] = ACTIONS(1982), + [anon_sym_do] = ACTIONS(1982), + [anon_sym_if] = ACTIONS(1982), + [anon_sym_match] = ACTIONS(1982), + [anon_sym_LBRACE] = ACTIONS(1982), + [anon_sym_try] = ACTIONS(1982), + [anon_sym_return] = ACTIONS(1982), + [anon_sym_source] = ACTIONS(1982), + [anon_sym_source_DASHenv] = ACTIONS(1982), + [anon_sym_register] = ACTIONS(1982), + [anon_sym_hide] = ACTIONS(1982), + [anon_sym_hide_DASHenv] = ACTIONS(1982), + [anon_sym_overlay] = ACTIONS(1982), + [anon_sym_where] = ACTIONS(1982), + [anon_sym_not] = ACTIONS(1982), + [anon_sym_DOT_DOT_LT] = ACTIONS(1982), + [anon_sym_DOT_DOT] = ACTIONS(1982), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1982), + [sym_val_nothing] = ACTIONS(1982), + [anon_sym_true] = ACTIONS(1982), + [anon_sym_false] = ACTIONS(1982), + [aux_sym_val_number_token1] = ACTIONS(1982), + [aux_sym_val_number_token2] = ACTIONS(1982), + [aux_sym_val_number_token3] = ACTIONS(1982), + [aux_sym_val_number_token4] = ACTIONS(1982), + [anon_sym_inf] = ACTIONS(1982), + [anon_sym_DASHinf] = ACTIONS(1982), + [anon_sym_NaN] = ACTIONS(1982), + [anon_sym_0b] = ACTIONS(1982), + [anon_sym_0o] = ACTIONS(1982), + [anon_sym_0x] = ACTIONS(1982), + [sym_val_date] = ACTIONS(1982), + [anon_sym_DQUOTE] = ACTIONS(1982), + [sym__str_single_quotes] = ACTIONS(1982), + [sym__str_back_ticks] = ACTIONS(1982), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1982), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1982), + [anon_sym_CARET] = ACTIONS(1982), [anon_sym_POUND] = ACTIONS(3), }, - [912] = { - [sym_comment] = STATE(912), - [ts_builtin_sym_end] = ACTIONS(1882), - [anon_sym_export] = ACTIONS(1880), - [anon_sym_alias] = ACTIONS(1880), - [anon_sym_let] = ACTIONS(1880), - [anon_sym_let_DASHenv] = ACTIONS(1880), - [anon_sym_mut] = ACTIONS(1880), - [anon_sym_const] = ACTIONS(1880), - [sym_cmd_identifier] = ACTIONS(1880), - [anon_sym_SEMI] = ACTIONS(1880), - [anon_sym_LF] = ACTIONS(1882), - [anon_sym_def] = ACTIONS(1880), - [anon_sym_def_DASHenv] = ACTIONS(1880), - [anon_sym_export_DASHenv] = ACTIONS(1880), - [anon_sym_extern] = ACTIONS(1880), - [anon_sym_module] = ACTIONS(1880), - [anon_sym_use] = ACTIONS(1880), - [anon_sym_LBRACK] = ACTIONS(1880), - [anon_sym_LPAREN] = ACTIONS(1880), - [anon_sym_DOLLAR] = ACTIONS(1880), - [anon_sym_error] = ACTIONS(1880), - [anon_sym_DASH] = ACTIONS(1880), - [anon_sym_break] = ACTIONS(1880), - [anon_sym_continue] = ACTIONS(1880), - [anon_sym_for] = ACTIONS(1880), - [anon_sym_loop] = ACTIONS(1880), - [anon_sym_while] = ACTIONS(1880), - [anon_sym_do] = ACTIONS(1880), - [anon_sym_if] = ACTIONS(1880), - [anon_sym_match] = ACTIONS(1880), - [anon_sym_LBRACE] = ACTIONS(1880), - [anon_sym_try] = ACTIONS(1880), - [anon_sym_return] = ACTIONS(1880), - [anon_sym_source] = ACTIONS(1880), - [anon_sym_source_DASHenv] = ACTIONS(1880), - [anon_sym_register] = ACTIONS(1880), - [anon_sym_hide] = ACTIONS(1880), - [anon_sym_hide_DASHenv] = ACTIONS(1880), - [anon_sym_overlay] = ACTIONS(1880), - [anon_sym_where] = ACTIONS(1880), - [anon_sym_not] = ACTIONS(1880), - [anon_sym_DOT_DOT_LT] = ACTIONS(1880), - [anon_sym_DOT_DOT] = ACTIONS(1880), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1880), - [sym_val_nothing] = ACTIONS(1880), - [anon_sym_true] = ACTIONS(1880), - [anon_sym_false] = ACTIONS(1880), - [aux_sym_val_number_token1] = ACTIONS(1880), - [aux_sym_val_number_token2] = ACTIONS(1880), - [aux_sym_val_number_token3] = ACTIONS(1880), - [aux_sym_val_number_token4] = ACTIONS(1880), - [anon_sym_inf] = ACTIONS(1880), - [anon_sym_DASHinf] = ACTIONS(1880), - [anon_sym_NaN] = ACTIONS(1880), - [anon_sym_0b] = ACTIONS(1880), - [anon_sym_0o] = ACTIONS(1880), - [anon_sym_0x] = ACTIONS(1880), - [sym_val_date] = ACTIONS(1880), - [anon_sym_DQUOTE] = ACTIONS(1880), - [sym__str_single_quotes] = ACTIONS(1880), - [sym__str_back_ticks] = ACTIONS(1880), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1880), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1880), - [anon_sym_CARET] = ACTIONS(1880), + [924] = { + [sym_comment] = STATE(924), + [ts_builtin_sym_end] = ACTIONS(1980), + [anon_sym_export] = ACTIONS(1978), + [anon_sym_alias] = ACTIONS(1978), + [anon_sym_let] = ACTIONS(1978), + [anon_sym_let_DASHenv] = ACTIONS(1978), + [anon_sym_mut] = ACTIONS(1978), + [anon_sym_const] = ACTIONS(1978), + [sym_cmd_identifier] = ACTIONS(1978), + [anon_sym_SEMI] = ACTIONS(1978), + [anon_sym_LF] = ACTIONS(1980), + [anon_sym_def] = ACTIONS(1978), + [anon_sym_def_DASHenv] = ACTIONS(1978), + [anon_sym_export_DASHenv] = ACTIONS(1978), + [anon_sym_extern] = ACTIONS(1978), + [anon_sym_module] = ACTIONS(1978), + [anon_sym_use] = ACTIONS(1978), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_LPAREN] = ACTIONS(1978), + [anon_sym_DOLLAR] = ACTIONS(1978), + [anon_sym_error] = ACTIONS(1978), + [anon_sym_DASH] = ACTIONS(1978), + [anon_sym_break] = ACTIONS(1978), + [anon_sym_continue] = ACTIONS(1978), + [anon_sym_for] = ACTIONS(1978), + [anon_sym_loop] = ACTIONS(1978), + [anon_sym_while] = ACTIONS(1978), + [anon_sym_do] = ACTIONS(1978), + [anon_sym_if] = ACTIONS(1978), + [anon_sym_match] = ACTIONS(1978), + [anon_sym_LBRACE] = ACTIONS(1978), + [anon_sym_try] = ACTIONS(1978), + [anon_sym_return] = ACTIONS(1978), + [anon_sym_source] = ACTIONS(1978), + [anon_sym_source_DASHenv] = ACTIONS(1978), + [anon_sym_register] = ACTIONS(1978), + [anon_sym_hide] = ACTIONS(1978), + [anon_sym_hide_DASHenv] = ACTIONS(1978), + [anon_sym_overlay] = ACTIONS(1978), + [anon_sym_where] = ACTIONS(1978), + [anon_sym_not] = ACTIONS(1978), + [anon_sym_DOT_DOT_LT] = ACTIONS(1978), + [anon_sym_DOT_DOT] = ACTIONS(1978), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1978), + [sym_val_nothing] = ACTIONS(1978), + [anon_sym_true] = ACTIONS(1978), + [anon_sym_false] = ACTIONS(1978), + [aux_sym_val_number_token1] = ACTIONS(1978), + [aux_sym_val_number_token2] = ACTIONS(1978), + [aux_sym_val_number_token3] = ACTIONS(1978), + [aux_sym_val_number_token4] = ACTIONS(1978), + [anon_sym_inf] = ACTIONS(1978), + [anon_sym_DASHinf] = ACTIONS(1978), + [anon_sym_NaN] = ACTIONS(1978), + [anon_sym_0b] = ACTIONS(1978), + [anon_sym_0o] = ACTIONS(1978), + [anon_sym_0x] = ACTIONS(1978), + [sym_val_date] = ACTIONS(1978), + [anon_sym_DQUOTE] = ACTIONS(1978), + [sym__str_single_quotes] = ACTIONS(1978), + [sym__str_back_ticks] = ACTIONS(1978), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1978), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1978), + [anon_sym_CARET] = ACTIONS(1978), [anon_sym_POUND] = ACTIONS(3), }, - [913] = { - [sym_comment] = STATE(913), + [925] = { + [sym_comment] = STATE(925), [ts_builtin_sym_end] = ACTIONS(1866), [anon_sym_export] = ACTIONS(1864), [anon_sym_alias] = ACTIONS(1864), @@ -123562,754 +124371,419 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_0b] = ACTIONS(1864), [anon_sym_0o] = ACTIONS(1864), [anon_sym_0x] = ACTIONS(1864), - [sym_val_date] = ACTIONS(1864), - [anon_sym_DQUOTE] = ACTIONS(1864), - [sym__str_single_quotes] = ACTIONS(1864), - [sym__str_back_ticks] = ACTIONS(1864), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1864), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1864), - [anon_sym_CARET] = ACTIONS(1864), - [anon_sym_POUND] = ACTIONS(3), - }, - [914] = { - [sym_comment] = STATE(914), - [ts_builtin_sym_end] = ACTIONS(1890), - [anon_sym_export] = ACTIONS(1888), - [anon_sym_alias] = ACTIONS(1888), - [anon_sym_let] = ACTIONS(1888), - [anon_sym_let_DASHenv] = ACTIONS(1888), - [anon_sym_mut] = ACTIONS(1888), - [anon_sym_const] = ACTIONS(1888), - [sym_cmd_identifier] = ACTIONS(1888), - [anon_sym_SEMI] = ACTIONS(1888), - [anon_sym_LF] = ACTIONS(1890), - [anon_sym_def] = ACTIONS(1888), - [anon_sym_def_DASHenv] = ACTIONS(1888), - [anon_sym_export_DASHenv] = ACTIONS(1888), - [anon_sym_extern] = ACTIONS(1888), - [anon_sym_module] = ACTIONS(1888), - [anon_sym_use] = ACTIONS(1888), - [anon_sym_LBRACK] = ACTIONS(1888), - [anon_sym_LPAREN] = ACTIONS(1888), - [anon_sym_DOLLAR] = ACTIONS(1888), - [anon_sym_error] = ACTIONS(1888), - [anon_sym_DASH] = ACTIONS(1888), - [anon_sym_break] = ACTIONS(1888), - [anon_sym_continue] = ACTIONS(1888), - [anon_sym_for] = ACTIONS(1888), - [anon_sym_loop] = ACTIONS(1888), - [anon_sym_while] = ACTIONS(1888), - [anon_sym_do] = ACTIONS(1888), - [anon_sym_if] = ACTIONS(1888), - [anon_sym_match] = ACTIONS(1888), - [anon_sym_LBRACE] = ACTIONS(1888), - [anon_sym_try] = ACTIONS(1888), - [anon_sym_return] = ACTIONS(1888), - [anon_sym_source] = ACTIONS(1888), - [anon_sym_source_DASHenv] = ACTIONS(1888), - [anon_sym_register] = ACTIONS(1888), - [anon_sym_hide] = ACTIONS(1888), - [anon_sym_hide_DASHenv] = ACTIONS(1888), - [anon_sym_overlay] = ACTIONS(1888), - [anon_sym_where] = ACTIONS(1888), - [anon_sym_not] = ACTIONS(1888), - [anon_sym_DOT_DOT_LT] = ACTIONS(1888), - [anon_sym_DOT_DOT] = ACTIONS(1888), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1888), - [sym_val_nothing] = ACTIONS(1888), - [anon_sym_true] = ACTIONS(1888), - [anon_sym_false] = ACTIONS(1888), - [aux_sym_val_number_token1] = ACTIONS(1888), - [aux_sym_val_number_token2] = ACTIONS(1888), - [aux_sym_val_number_token3] = ACTIONS(1888), - [aux_sym_val_number_token4] = ACTIONS(1888), - [anon_sym_inf] = ACTIONS(1888), - [anon_sym_DASHinf] = ACTIONS(1888), - [anon_sym_NaN] = ACTIONS(1888), - [anon_sym_0b] = ACTIONS(1888), - [anon_sym_0o] = ACTIONS(1888), - [anon_sym_0x] = ACTIONS(1888), - [sym_val_date] = ACTIONS(1888), - [anon_sym_DQUOTE] = ACTIONS(1888), - [sym__str_single_quotes] = ACTIONS(1888), - [sym__str_back_ticks] = ACTIONS(1888), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1888), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1888), - [anon_sym_CARET] = ACTIONS(1888), - [anon_sym_POUND] = ACTIONS(3), - }, - [915] = { - [sym_comment] = STATE(915), - [ts_builtin_sym_end] = ACTIONS(1834), - [anon_sym_export] = ACTIONS(1832), - [anon_sym_alias] = ACTIONS(1832), - [anon_sym_let] = ACTIONS(1832), - [anon_sym_let_DASHenv] = ACTIONS(1832), - [anon_sym_mut] = ACTIONS(1832), - [anon_sym_const] = ACTIONS(1832), - [sym_cmd_identifier] = ACTIONS(1832), - [anon_sym_SEMI] = ACTIONS(1832), - [anon_sym_LF] = ACTIONS(1834), - [anon_sym_def] = ACTIONS(1832), - [anon_sym_def_DASHenv] = ACTIONS(1832), - [anon_sym_export_DASHenv] = ACTIONS(1832), - [anon_sym_extern] = ACTIONS(1832), - [anon_sym_module] = ACTIONS(1832), - [anon_sym_use] = ACTIONS(1832), - [anon_sym_LBRACK] = ACTIONS(1832), - [anon_sym_LPAREN] = ACTIONS(1832), - [anon_sym_DOLLAR] = ACTIONS(1832), - [anon_sym_error] = ACTIONS(1832), - [anon_sym_DASH] = ACTIONS(1832), - [anon_sym_break] = ACTIONS(1832), - [anon_sym_continue] = ACTIONS(1832), - [anon_sym_for] = ACTIONS(1832), - [anon_sym_loop] = ACTIONS(1832), - [anon_sym_while] = ACTIONS(1832), - [anon_sym_do] = ACTIONS(1832), - [anon_sym_if] = ACTIONS(1832), - [anon_sym_match] = ACTIONS(1832), - [anon_sym_LBRACE] = ACTIONS(1832), - [anon_sym_try] = ACTIONS(1832), - [anon_sym_return] = ACTIONS(1832), - [anon_sym_source] = ACTIONS(1832), - [anon_sym_source_DASHenv] = ACTIONS(1832), - [anon_sym_register] = ACTIONS(1832), - [anon_sym_hide] = ACTIONS(1832), - [anon_sym_hide_DASHenv] = ACTIONS(1832), - [anon_sym_overlay] = ACTIONS(1832), - [anon_sym_where] = ACTIONS(1832), - [anon_sym_not] = ACTIONS(1832), - [anon_sym_DOT_DOT_LT] = ACTIONS(1832), - [anon_sym_DOT_DOT] = ACTIONS(1832), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1832), - [sym_val_nothing] = ACTIONS(1832), - [anon_sym_true] = ACTIONS(1832), - [anon_sym_false] = ACTIONS(1832), - [aux_sym_val_number_token1] = ACTIONS(1832), - [aux_sym_val_number_token2] = ACTIONS(1832), - [aux_sym_val_number_token3] = ACTIONS(1832), - [aux_sym_val_number_token4] = ACTIONS(1832), - [anon_sym_inf] = ACTIONS(1832), - [anon_sym_DASHinf] = ACTIONS(1832), - [anon_sym_NaN] = ACTIONS(1832), - [anon_sym_0b] = ACTIONS(1832), - [anon_sym_0o] = ACTIONS(1832), - [anon_sym_0x] = ACTIONS(1832), - [sym_val_date] = ACTIONS(1832), - [anon_sym_DQUOTE] = ACTIONS(1832), - [sym__str_single_quotes] = ACTIONS(1832), - [sym__str_back_ticks] = ACTIONS(1832), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1832), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1832), - [anon_sym_CARET] = ACTIONS(1832), - [anon_sym_POUND] = ACTIONS(3), - }, - [916] = { - [sym_comment] = STATE(916), - [ts_builtin_sym_end] = ACTIONS(1818), - [anon_sym_export] = ACTIONS(1816), - [anon_sym_alias] = ACTIONS(1816), - [anon_sym_let] = ACTIONS(1816), - [anon_sym_let_DASHenv] = ACTIONS(1816), - [anon_sym_mut] = ACTIONS(1816), - [anon_sym_const] = ACTIONS(1816), - [sym_cmd_identifier] = ACTIONS(1816), - [anon_sym_SEMI] = ACTIONS(1816), - [anon_sym_LF] = ACTIONS(1818), - [anon_sym_def] = ACTIONS(1816), - [anon_sym_def_DASHenv] = ACTIONS(1816), - [anon_sym_export_DASHenv] = ACTIONS(1816), - [anon_sym_extern] = ACTIONS(1816), - [anon_sym_module] = ACTIONS(1816), - [anon_sym_use] = ACTIONS(1816), - [anon_sym_LBRACK] = ACTIONS(1816), - [anon_sym_LPAREN] = ACTIONS(1816), - [anon_sym_DOLLAR] = ACTIONS(1816), - [anon_sym_error] = ACTIONS(1816), - [anon_sym_DASH] = ACTIONS(1816), - [anon_sym_break] = ACTIONS(1816), - [anon_sym_continue] = ACTIONS(1816), - [anon_sym_for] = ACTIONS(1816), - [anon_sym_loop] = ACTIONS(1816), - [anon_sym_while] = ACTIONS(1816), - [anon_sym_do] = ACTIONS(1816), - [anon_sym_if] = ACTIONS(1816), - [anon_sym_match] = ACTIONS(1816), - [anon_sym_LBRACE] = ACTIONS(1816), - [anon_sym_try] = ACTIONS(1816), - [anon_sym_return] = ACTIONS(1816), - [anon_sym_source] = ACTIONS(1816), - [anon_sym_source_DASHenv] = ACTIONS(1816), - [anon_sym_register] = ACTIONS(1816), - [anon_sym_hide] = ACTIONS(1816), - [anon_sym_hide_DASHenv] = ACTIONS(1816), - [anon_sym_overlay] = ACTIONS(1816), - [anon_sym_where] = ACTIONS(1816), - [anon_sym_not] = ACTIONS(1816), - [anon_sym_DOT_DOT_LT] = ACTIONS(1816), - [anon_sym_DOT_DOT] = ACTIONS(1816), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1816), - [sym_val_nothing] = ACTIONS(1816), - [anon_sym_true] = ACTIONS(1816), - [anon_sym_false] = ACTIONS(1816), - [aux_sym_val_number_token1] = ACTIONS(1816), - [aux_sym_val_number_token2] = ACTIONS(1816), - [aux_sym_val_number_token3] = ACTIONS(1816), - [aux_sym_val_number_token4] = ACTIONS(1816), - [anon_sym_inf] = ACTIONS(1816), - [anon_sym_DASHinf] = ACTIONS(1816), - [anon_sym_NaN] = ACTIONS(1816), - [anon_sym_0b] = ACTIONS(1816), - [anon_sym_0o] = ACTIONS(1816), - [anon_sym_0x] = ACTIONS(1816), - [sym_val_date] = ACTIONS(1816), - [anon_sym_DQUOTE] = ACTIONS(1816), - [sym__str_single_quotes] = ACTIONS(1816), - [sym__str_back_ticks] = ACTIONS(1816), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1816), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1816), - [anon_sym_CARET] = ACTIONS(1816), - [anon_sym_POUND] = ACTIONS(3), - }, - [917] = { - [sym_comment] = STATE(917), - [ts_builtin_sym_end] = ACTIONS(1814), - [anon_sym_export] = ACTIONS(1812), - [anon_sym_alias] = ACTIONS(1812), - [anon_sym_let] = ACTIONS(1812), - [anon_sym_let_DASHenv] = ACTIONS(1812), - [anon_sym_mut] = ACTIONS(1812), - [anon_sym_const] = ACTIONS(1812), - [sym_cmd_identifier] = ACTIONS(1812), - [anon_sym_SEMI] = ACTIONS(1812), - [anon_sym_LF] = ACTIONS(1814), - [anon_sym_def] = ACTIONS(1812), - [anon_sym_def_DASHenv] = ACTIONS(1812), - [anon_sym_export_DASHenv] = ACTIONS(1812), - [anon_sym_extern] = ACTIONS(1812), - [anon_sym_module] = ACTIONS(1812), - [anon_sym_use] = ACTIONS(1812), - [anon_sym_LBRACK] = ACTIONS(1812), - [anon_sym_LPAREN] = ACTIONS(1812), - [anon_sym_DOLLAR] = ACTIONS(1812), - [anon_sym_error] = ACTIONS(1812), - [anon_sym_DASH] = ACTIONS(1812), - [anon_sym_break] = ACTIONS(1812), - [anon_sym_continue] = ACTIONS(1812), - [anon_sym_for] = ACTIONS(1812), - [anon_sym_loop] = ACTIONS(1812), - [anon_sym_while] = ACTIONS(1812), - [anon_sym_do] = ACTIONS(1812), - [anon_sym_if] = ACTIONS(1812), - [anon_sym_match] = ACTIONS(1812), - [anon_sym_LBRACE] = ACTIONS(1812), - [anon_sym_try] = ACTIONS(1812), - [anon_sym_return] = ACTIONS(1812), - [anon_sym_source] = ACTIONS(1812), - [anon_sym_source_DASHenv] = ACTIONS(1812), - [anon_sym_register] = ACTIONS(1812), - [anon_sym_hide] = ACTIONS(1812), - [anon_sym_hide_DASHenv] = ACTIONS(1812), - [anon_sym_overlay] = ACTIONS(1812), - [anon_sym_where] = ACTIONS(1812), - [anon_sym_not] = ACTIONS(1812), - [anon_sym_DOT_DOT_LT] = ACTIONS(1812), - [anon_sym_DOT_DOT] = ACTIONS(1812), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1812), - [sym_val_nothing] = ACTIONS(1812), - [anon_sym_true] = ACTIONS(1812), - [anon_sym_false] = ACTIONS(1812), - [aux_sym_val_number_token1] = ACTIONS(1812), - [aux_sym_val_number_token2] = ACTIONS(1812), - [aux_sym_val_number_token3] = ACTIONS(1812), - [aux_sym_val_number_token4] = ACTIONS(1812), - [anon_sym_inf] = ACTIONS(1812), - [anon_sym_DASHinf] = ACTIONS(1812), - [anon_sym_NaN] = ACTIONS(1812), - [anon_sym_0b] = ACTIONS(1812), - [anon_sym_0o] = ACTIONS(1812), - [anon_sym_0x] = ACTIONS(1812), - [sym_val_date] = ACTIONS(1812), - [anon_sym_DQUOTE] = ACTIONS(1812), - [sym__str_single_quotes] = ACTIONS(1812), - [sym__str_back_ticks] = ACTIONS(1812), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1812), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1812), - [anon_sym_CARET] = ACTIONS(1812), - [anon_sym_POUND] = ACTIONS(3), - }, - [918] = { - [sym_comment] = STATE(918), - [ts_builtin_sym_end] = ACTIONS(1756), - [anon_sym_export] = ACTIONS(1754), - [anon_sym_alias] = ACTIONS(1754), - [anon_sym_let] = ACTIONS(1754), - [anon_sym_let_DASHenv] = ACTIONS(1754), - [anon_sym_mut] = ACTIONS(1754), - [anon_sym_const] = ACTIONS(1754), - [sym_cmd_identifier] = ACTIONS(1754), - [anon_sym_SEMI] = ACTIONS(1754), - [anon_sym_LF] = ACTIONS(1756), - [anon_sym_def] = ACTIONS(1754), - [anon_sym_def_DASHenv] = ACTIONS(1754), - [anon_sym_export_DASHenv] = ACTIONS(1754), - [anon_sym_extern] = ACTIONS(1754), - [anon_sym_module] = ACTIONS(1754), - [anon_sym_use] = ACTIONS(1754), - [anon_sym_LBRACK] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1754), - [anon_sym_DOLLAR] = ACTIONS(1754), - [anon_sym_error] = ACTIONS(1754), - [anon_sym_DASH] = ACTIONS(1754), - [anon_sym_break] = ACTIONS(1754), - [anon_sym_continue] = ACTIONS(1754), - [anon_sym_for] = ACTIONS(1754), - [anon_sym_loop] = ACTIONS(1754), - [anon_sym_while] = ACTIONS(1754), - [anon_sym_do] = ACTIONS(1754), - [anon_sym_if] = ACTIONS(1754), - [anon_sym_match] = ACTIONS(1754), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_try] = ACTIONS(1754), - [anon_sym_return] = ACTIONS(1754), - [anon_sym_source] = ACTIONS(1754), - [anon_sym_source_DASHenv] = ACTIONS(1754), - [anon_sym_register] = ACTIONS(1754), - [anon_sym_hide] = ACTIONS(1754), - [anon_sym_hide_DASHenv] = ACTIONS(1754), - [anon_sym_overlay] = ACTIONS(1754), - [anon_sym_where] = ACTIONS(1754), - [anon_sym_not] = ACTIONS(1754), - [anon_sym_DOT_DOT_LT] = ACTIONS(1754), - [anon_sym_DOT_DOT] = ACTIONS(1754), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1754), - [sym_val_nothing] = ACTIONS(1754), - [anon_sym_true] = ACTIONS(1754), - [anon_sym_false] = ACTIONS(1754), - [aux_sym_val_number_token1] = ACTIONS(1754), - [aux_sym_val_number_token2] = ACTIONS(1754), - [aux_sym_val_number_token3] = ACTIONS(1754), - [aux_sym_val_number_token4] = ACTIONS(1754), - [anon_sym_inf] = ACTIONS(1754), - [anon_sym_DASHinf] = ACTIONS(1754), - [anon_sym_NaN] = ACTIONS(1754), - [anon_sym_0b] = ACTIONS(1754), - [anon_sym_0o] = ACTIONS(1754), - [anon_sym_0x] = ACTIONS(1754), - [sym_val_date] = ACTIONS(1754), - [anon_sym_DQUOTE] = ACTIONS(1754), - [sym__str_single_quotes] = ACTIONS(1754), - [sym__str_back_ticks] = ACTIONS(1754), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1754), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1754), - [anon_sym_CARET] = ACTIONS(1754), - [anon_sym_POUND] = ACTIONS(3), - }, - [919] = { - [sym_comment] = STATE(919), - [ts_builtin_sym_end] = ACTIONS(1776), - [anon_sym_export] = ACTIONS(1774), - [anon_sym_alias] = ACTIONS(1774), - [anon_sym_let] = ACTIONS(1774), - [anon_sym_let_DASHenv] = ACTIONS(1774), - [anon_sym_mut] = ACTIONS(1774), - [anon_sym_const] = ACTIONS(1774), - [sym_cmd_identifier] = ACTIONS(1774), - [anon_sym_SEMI] = ACTIONS(1774), - [anon_sym_LF] = ACTIONS(1776), - [anon_sym_def] = ACTIONS(1774), - [anon_sym_def_DASHenv] = ACTIONS(1774), - [anon_sym_export_DASHenv] = ACTIONS(1774), - [anon_sym_extern] = ACTIONS(1774), - [anon_sym_module] = ACTIONS(1774), - [anon_sym_use] = ACTIONS(1774), - [anon_sym_LBRACK] = ACTIONS(1774), - [anon_sym_LPAREN] = ACTIONS(1774), - [anon_sym_DOLLAR] = ACTIONS(1774), - [anon_sym_error] = ACTIONS(1774), - [anon_sym_DASH] = ACTIONS(1774), - [anon_sym_break] = ACTIONS(1774), - [anon_sym_continue] = ACTIONS(1774), - [anon_sym_for] = ACTIONS(1774), - [anon_sym_loop] = ACTIONS(1774), - [anon_sym_while] = ACTIONS(1774), - [anon_sym_do] = ACTIONS(1774), - [anon_sym_if] = ACTIONS(1774), - [anon_sym_match] = ACTIONS(1774), - [anon_sym_LBRACE] = ACTIONS(1774), - [anon_sym_try] = ACTIONS(1774), - [anon_sym_return] = ACTIONS(1774), - [anon_sym_source] = ACTIONS(1774), - [anon_sym_source_DASHenv] = ACTIONS(1774), - [anon_sym_register] = ACTIONS(1774), - [anon_sym_hide] = ACTIONS(1774), - [anon_sym_hide_DASHenv] = ACTIONS(1774), - [anon_sym_overlay] = ACTIONS(1774), - [anon_sym_where] = ACTIONS(1774), - [anon_sym_not] = ACTIONS(1774), - [anon_sym_DOT_DOT_LT] = ACTIONS(1774), - [anon_sym_DOT_DOT] = ACTIONS(1774), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1774), - [sym_val_nothing] = ACTIONS(1774), - [anon_sym_true] = ACTIONS(1774), - [anon_sym_false] = ACTIONS(1774), - [aux_sym_val_number_token1] = ACTIONS(1774), - [aux_sym_val_number_token2] = ACTIONS(1774), - [aux_sym_val_number_token3] = ACTIONS(1774), - [aux_sym_val_number_token4] = ACTIONS(1774), - [anon_sym_inf] = ACTIONS(1774), - [anon_sym_DASHinf] = ACTIONS(1774), - [anon_sym_NaN] = ACTIONS(1774), - [anon_sym_0b] = ACTIONS(1774), - [anon_sym_0o] = ACTIONS(1774), - [anon_sym_0x] = ACTIONS(1774), - [sym_val_date] = ACTIONS(1774), - [anon_sym_DQUOTE] = ACTIONS(1774), - [sym__str_single_quotes] = ACTIONS(1774), - [sym__str_back_ticks] = ACTIONS(1774), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1774), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1774), - [anon_sym_CARET] = ACTIONS(1774), - [anon_sym_POUND] = ACTIONS(3), - }, - [920] = { - [sym_comment] = STATE(920), - [ts_builtin_sym_end] = ACTIONS(1776), - [anon_sym_export] = ACTIONS(1774), - [anon_sym_alias] = ACTIONS(1774), - [anon_sym_let] = ACTIONS(1774), - [anon_sym_let_DASHenv] = ACTIONS(1774), - [anon_sym_mut] = ACTIONS(1774), - [anon_sym_const] = ACTIONS(1774), - [sym_cmd_identifier] = ACTIONS(1774), - [anon_sym_SEMI] = ACTIONS(1774), - [anon_sym_LF] = ACTIONS(1776), - [anon_sym_def] = ACTIONS(1774), - [anon_sym_def_DASHenv] = ACTIONS(1774), - [anon_sym_export_DASHenv] = ACTIONS(1774), - [anon_sym_extern] = ACTIONS(1774), - [anon_sym_module] = ACTIONS(1774), - [anon_sym_use] = ACTIONS(1774), - [anon_sym_LBRACK] = ACTIONS(1774), - [anon_sym_LPAREN] = ACTIONS(1774), - [anon_sym_DOLLAR] = ACTIONS(1774), - [anon_sym_error] = ACTIONS(1774), - [anon_sym_DASH] = ACTIONS(1774), - [anon_sym_break] = ACTIONS(1774), - [anon_sym_continue] = ACTIONS(1774), - [anon_sym_for] = ACTIONS(1774), - [anon_sym_loop] = ACTIONS(1774), - [anon_sym_while] = ACTIONS(1774), - [anon_sym_do] = ACTIONS(1774), - [anon_sym_if] = ACTIONS(1774), - [anon_sym_match] = ACTIONS(1774), - [anon_sym_LBRACE] = ACTIONS(1774), - [anon_sym_try] = ACTIONS(1774), - [anon_sym_return] = ACTIONS(1774), - [anon_sym_source] = ACTIONS(1774), - [anon_sym_source_DASHenv] = ACTIONS(1774), - [anon_sym_register] = ACTIONS(1774), - [anon_sym_hide] = ACTIONS(1774), - [anon_sym_hide_DASHenv] = ACTIONS(1774), - [anon_sym_overlay] = ACTIONS(1774), - [anon_sym_where] = ACTIONS(1774), - [anon_sym_not] = ACTIONS(1774), - [anon_sym_DOT_DOT_LT] = ACTIONS(1774), - [anon_sym_DOT_DOT] = ACTIONS(1774), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1774), - [sym_val_nothing] = ACTIONS(1774), - [anon_sym_true] = ACTIONS(1774), - [anon_sym_false] = ACTIONS(1774), - [aux_sym_val_number_token1] = ACTIONS(1774), - [aux_sym_val_number_token2] = ACTIONS(1774), - [aux_sym_val_number_token3] = ACTIONS(1774), - [aux_sym_val_number_token4] = ACTIONS(1774), - [anon_sym_inf] = ACTIONS(1774), - [anon_sym_DASHinf] = ACTIONS(1774), - [anon_sym_NaN] = ACTIONS(1774), - [anon_sym_0b] = ACTIONS(1774), - [anon_sym_0o] = ACTIONS(1774), - [anon_sym_0x] = ACTIONS(1774), - [sym_val_date] = ACTIONS(1774), - [anon_sym_DQUOTE] = ACTIONS(1774), - [sym__str_single_quotes] = ACTIONS(1774), - [sym__str_back_ticks] = ACTIONS(1774), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1774), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1774), - [anon_sym_CARET] = ACTIONS(1774), - [anon_sym_POUND] = ACTIONS(3), - }, - [921] = { - [sym_comment] = STATE(921), - [ts_builtin_sym_end] = ACTIONS(1878), - [anon_sym_export] = ACTIONS(1876), - [anon_sym_alias] = ACTIONS(1876), - [anon_sym_let] = ACTIONS(1876), - [anon_sym_let_DASHenv] = ACTIONS(1876), - [anon_sym_mut] = ACTIONS(1876), - [anon_sym_const] = ACTIONS(1876), - [sym_cmd_identifier] = ACTIONS(1876), - [anon_sym_SEMI] = ACTIONS(1876), - [anon_sym_LF] = ACTIONS(1878), - [anon_sym_def] = ACTIONS(1876), - [anon_sym_def_DASHenv] = ACTIONS(1876), - [anon_sym_export_DASHenv] = ACTIONS(1876), - [anon_sym_extern] = ACTIONS(1876), - [anon_sym_module] = ACTIONS(1876), - [anon_sym_use] = ACTIONS(1876), - [anon_sym_LBRACK] = ACTIONS(1876), - [anon_sym_LPAREN] = ACTIONS(1876), - [anon_sym_DOLLAR] = ACTIONS(1876), - [anon_sym_error] = ACTIONS(1876), - [anon_sym_DASH] = ACTIONS(1876), - [anon_sym_break] = ACTIONS(1876), - [anon_sym_continue] = ACTIONS(1876), - [anon_sym_for] = ACTIONS(1876), - [anon_sym_loop] = ACTIONS(1876), - [anon_sym_while] = ACTIONS(1876), - [anon_sym_do] = ACTIONS(1876), - [anon_sym_if] = ACTIONS(1876), - [anon_sym_match] = ACTIONS(1876), - [anon_sym_LBRACE] = ACTIONS(1876), - [anon_sym_try] = ACTIONS(1876), - [anon_sym_return] = ACTIONS(1876), - [anon_sym_source] = ACTIONS(1876), - [anon_sym_source_DASHenv] = ACTIONS(1876), - [anon_sym_register] = ACTIONS(1876), - [anon_sym_hide] = ACTIONS(1876), - [anon_sym_hide_DASHenv] = ACTIONS(1876), - [anon_sym_overlay] = ACTIONS(1876), - [anon_sym_where] = ACTIONS(1876), - [anon_sym_not] = ACTIONS(1876), - [anon_sym_DOT_DOT_LT] = ACTIONS(1876), - [anon_sym_DOT_DOT] = ACTIONS(1876), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1876), - [sym_val_nothing] = ACTIONS(1876), - [anon_sym_true] = ACTIONS(1876), - [anon_sym_false] = ACTIONS(1876), - [aux_sym_val_number_token1] = ACTIONS(1876), - [aux_sym_val_number_token2] = ACTIONS(1876), - [aux_sym_val_number_token3] = ACTIONS(1876), - [aux_sym_val_number_token4] = ACTIONS(1876), - [anon_sym_inf] = ACTIONS(1876), - [anon_sym_DASHinf] = ACTIONS(1876), - [anon_sym_NaN] = ACTIONS(1876), - [anon_sym_0b] = ACTIONS(1876), - [anon_sym_0o] = ACTIONS(1876), - [anon_sym_0x] = ACTIONS(1876), - [sym_val_date] = ACTIONS(1876), - [anon_sym_DQUOTE] = ACTIONS(1876), - [sym__str_single_quotes] = ACTIONS(1876), - [sym__str_back_ticks] = ACTIONS(1876), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1876), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1876), - [anon_sym_CARET] = ACTIONS(1876), - [anon_sym_POUND] = ACTIONS(3), - }, - [922] = { - [sym_comment] = STATE(922), - [ts_builtin_sym_end] = ACTIONS(1796), - [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), - [sym_cmd_identifier] = ACTIONS(1794), - [anon_sym_SEMI] = ACTIONS(1794), - [anon_sym_LF] = ACTIONS(1796), - [anon_sym_def] = ACTIONS(1794), - [anon_sym_def_DASHenv] = 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_LBRACK] = ACTIONS(1794), - [anon_sym_LPAREN] = ACTIONS(1794), - [anon_sym_DOLLAR] = ACTIONS(1794), - [anon_sym_error] = ACTIONS(1794), - [anon_sym_DASH] = ACTIONS(1794), - [anon_sym_break] = ACTIONS(1794), - [anon_sym_continue] = ACTIONS(1794), - [anon_sym_for] = ACTIONS(1794), - [anon_sym_loop] = ACTIONS(1794), - [anon_sym_while] = ACTIONS(1794), - [anon_sym_do] = ACTIONS(1794), - [anon_sym_if] = ACTIONS(1794), - [anon_sym_match] = ACTIONS(1794), - [anon_sym_LBRACE] = ACTIONS(1794), - [anon_sym_try] = 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_where] = ACTIONS(1794), - [anon_sym_not] = ACTIONS(1794), - [anon_sym_DOT_DOT_LT] = ACTIONS(1794), - [anon_sym_DOT_DOT] = ACTIONS(1794), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1794), - [sym_val_nothing] = ACTIONS(1794), - [anon_sym_true] = ACTIONS(1794), - [anon_sym_false] = 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), - [anon_sym_inf] = ACTIONS(1794), - [anon_sym_DASHinf] = ACTIONS(1794), - [anon_sym_NaN] = ACTIONS(1794), - [anon_sym_0b] = ACTIONS(1794), - [anon_sym_0o] = ACTIONS(1794), - [anon_sym_0x] = ACTIONS(1794), - [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_CARET] = ACTIONS(1794), - [anon_sym_POUND] = ACTIONS(3), - }, - [923] = { - [sym_comment] = STATE(923), - [ts_builtin_sym_end] = ACTIONS(1834), - [anon_sym_export] = ACTIONS(1832), - [anon_sym_alias] = ACTIONS(1832), - [anon_sym_let] = ACTIONS(1832), - [anon_sym_let_DASHenv] = ACTIONS(1832), - [anon_sym_mut] = ACTIONS(1832), - [anon_sym_const] = ACTIONS(1832), - [sym_cmd_identifier] = ACTIONS(1832), - [anon_sym_SEMI] = ACTIONS(1832), - [anon_sym_LF] = ACTIONS(1834), - [anon_sym_def] = ACTIONS(1832), - [anon_sym_def_DASHenv] = ACTIONS(1832), - [anon_sym_export_DASHenv] = ACTIONS(1832), - [anon_sym_extern] = ACTIONS(1832), - [anon_sym_module] = ACTIONS(1832), - [anon_sym_use] = ACTIONS(1832), - [anon_sym_LBRACK] = ACTIONS(1832), - [anon_sym_LPAREN] = ACTIONS(1832), - [anon_sym_DOLLAR] = ACTIONS(1832), - [anon_sym_error] = ACTIONS(1832), - [anon_sym_DASH] = ACTIONS(1832), - [anon_sym_break] = ACTIONS(1832), - [anon_sym_continue] = ACTIONS(1832), - [anon_sym_for] = ACTIONS(1832), - [anon_sym_loop] = ACTIONS(1832), - [anon_sym_while] = ACTIONS(1832), - [anon_sym_do] = ACTIONS(1832), - [anon_sym_if] = ACTIONS(1832), - [anon_sym_match] = ACTIONS(1832), - [anon_sym_LBRACE] = ACTIONS(1832), - [anon_sym_try] = ACTIONS(1832), - [anon_sym_return] = ACTIONS(1832), - [anon_sym_source] = ACTIONS(1832), - [anon_sym_source_DASHenv] = ACTIONS(1832), - [anon_sym_register] = ACTIONS(1832), - [anon_sym_hide] = ACTIONS(1832), - [anon_sym_hide_DASHenv] = ACTIONS(1832), - [anon_sym_overlay] = ACTIONS(1832), - [anon_sym_where] = ACTIONS(1832), - [anon_sym_not] = ACTIONS(1832), - [anon_sym_DOT_DOT_LT] = ACTIONS(1832), - [anon_sym_DOT_DOT] = ACTIONS(1832), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1832), - [sym_val_nothing] = ACTIONS(1832), - [anon_sym_true] = ACTIONS(1832), - [anon_sym_false] = ACTIONS(1832), - [aux_sym_val_number_token1] = ACTIONS(1832), - [aux_sym_val_number_token2] = ACTIONS(1832), - [aux_sym_val_number_token3] = ACTIONS(1832), - [aux_sym_val_number_token4] = ACTIONS(1832), - [anon_sym_inf] = ACTIONS(1832), - [anon_sym_DASHinf] = ACTIONS(1832), - [anon_sym_NaN] = ACTIONS(1832), - [anon_sym_0b] = ACTIONS(1832), - [anon_sym_0o] = ACTIONS(1832), - [anon_sym_0x] = ACTIONS(1832), - [sym_val_date] = ACTIONS(1832), - [anon_sym_DQUOTE] = ACTIONS(1832), - [sym__str_single_quotes] = ACTIONS(1832), - [sym__str_back_ticks] = ACTIONS(1832), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1832), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1832), - [anon_sym_CARET] = ACTIONS(1832), - [anon_sym_POUND] = ACTIONS(3), - }, - [924] = { - [sym_comment] = STATE(924), - [ts_builtin_sym_end] = ACTIONS(872), - [anon_sym_export] = ACTIONS(870), - [anon_sym_alias] = ACTIONS(870), - [anon_sym_let] = ACTIONS(870), - [anon_sym_let_DASHenv] = ACTIONS(870), - [anon_sym_mut] = ACTIONS(870), - [anon_sym_const] = ACTIONS(870), - [sym_cmd_identifier] = ACTIONS(870), - [anon_sym_SEMI] = ACTIONS(870), - [anon_sym_LF] = ACTIONS(872), - [anon_sym_def] = ACTIONS(870), - [anon_sym_def_DASHenv] = ACTIONS(870), - [anon_sym_export_DASHenv] = ACTIONS(870), - [anon_sym_extern] = ACTIONS(870), - [anon_sym_module] = ACTIONS(870), - [anon_sym_use] = ACTIONS(870), - [anon_sym_LBRACK] = ACTIONS(870), - [anon_sym_LPAREN] = ACTIONS(870), - [anon_sym_DOLLAR] = ACTIONS(870), - [anon_sym_error] = ACTIONS(870), - [anon_sym_DASH] = ACTIONS(870), - [anon_sym_break] = ACTIONS(870), - [anon_sym_continue] = ACTIONS(870), - [anon_sym_for] = ACTIONS(870), - [anon_sym_loop] = ACTIONS(870), - [anon_sym_while] = ACTIONS(870), - [anon_sym_do] = ACTIONS(870), - [anon_sym_if] = ACTIONS(870), - [anon_sym_match] = ACTIONS(870), - [anon_sym_LBRACE] = ACTIONS(870), - [anon_sym_try] = ACTIONS(870), - [anon_sym_return] = ACTIONS(870), - [anon_sym_source] = ACTIONS(870), - [anon_sym_source_DASHenv] = ACTIONS(870), - [anon_sym_register] = ACTIONS(870), - [anon_sym_hide] = ACTIONS(870), - [anon_sym_hide_DASHenv] = ACTIONS(870), - [anon_sym_overlay] = ACTIONS(870), - [anon_sym_where] = ACTIONS(870), - [anon_sym_not] = ACTIONS(870), - [anon_sym_DOT_DOT_LT] = ACTIONS(870), - [anon_sym_DOT_DOT] = ACTIONS(870), - [anon_sym_DOT_DOT_EQ] = ACTIONS(870), - [sym_val_nothing] = ACTIONS(870), - [anon_sym_true] = ACTIONS(870), - [anon_sym_false] = ACTIONS(870), - [aux_sym_val_number_token1] = ACTIONS(870), - [aux_sym_val_number_token2] = ACTIONS(870), - [aux_sym_val_number_token3] = ACTIONS(870), - [aux_sym_val_number_token4] = ACTIONS(870), - [anon_sym_inf] = ACTIONS(870), - [anon_sym_DASHinf] = ACTIONS(870), - [anon_sym_NaN] = ACTIONS(870), - [anon_sym_0b] = ACTIONS(870), - [anon_sym_0o] = ACTIONS(870), - [anon_sym_0x] = ACTIONS(870), - [sym_val_date] = ACTIONS(870), - [anon_sym_DQUOTE] = ACTIONS(870), - [sym__str_single_quotes] = ACTIONS(870), - [sym__str_back_ticks] = ACTIONS(870), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(870), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(870), - [anon_sym_CARET] = ACTIONS(870), + [sym_val_date] = ACTIONS(1864), + [anon_sym_DQUOTE] = ACTIONS(1864), + [sym__str_single_quotes] = ACTIONS(1864), + [sym__str_back_ticks] = ACTIONS(1864), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1864), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1864), + [anon_sym_CARET] = ACTIONS(1864), [anon_sym_POUND] = ACTIONS(3), }, - [925] = { - [sym_comment] = STATE(925), + [926] = { + [sym_comment] = STATE(926), + [ts_builtin_sym_end] = ACTIONS(1846), + [anon_sym_export] = ACTIONS(1844), + [anon_sym_alias] = ACTIONS(1844), + [anon_sym_let] = ACTIONS(1844), + [anon_sym_let_DASHenv] = ACTIONS(1844), + [anon_sym_mut] = ACTIONS(1844), + [anon_sym_const] = ACTIONS(1844), + [sym_cmd_identifier] = ACTIONS(1844), + [anon_sym_SEMI] = ACTIONS(1844), + [anon_sym_LF] = ACTIONS(1846), + [anon_sym_def] = ACTIONS(1844), + [anon_sym_def_DASHenv] = ACTIONS(1844), + [anon_sym_export_DASHenv] = ACTIONS(1844), + [anon_sym_extern] = ACTIONS(1844), + [anon_sym_module] = ACTIONS(1844), + [anon_sym_use] = ACTIONS(1844), + [anon_sym_LBRACK] = ACTIONS(1844), + [anon_sym_LPAREN] = ACTIONS(1844), + [anon_sym_DOLLAR] = ACTIONS(1844), + [anon_sym_error] = ACTIONS(1844), + [anon_sym_DASH] = ACTIONS(1844), + [anon_sym_break] = ACTIONS(1844), + [anon_sym_continue] = ACTIONS(1844), + [anon_sym_for] = ACTIONS(1844), + [anon_sym_loop] = ACTIONS(1844), + [anon_sym_while] = ACTIONS(1844), + [anon_sym_do] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1844), + [anon_sym_match] = ACTIONS(1844), + [anon_sym_LBRACE] = ACTIONS(1844), + [anon_sym_try] = ACTIONS(1844), + [anon_sym_return] = ACTIONS(1844), + [anon_sym_source] = ACTIONS(1844), + [anon_sym_source_DASHenv] = ACTIONS(1844), + [anon_sym_register] = ACTIONS(1844), + [anon_sym_hide] = ACTIONS(1844), + [anon_sym_hide_DASHenv] = ACTIONS(1844), + [anon_sym_overlay] = ACTIONS(1844), + [anon_sym_where] = ACTIONS(1844), + [anon_sym_not] = ACTIONS(1844), + [anon_sym_DOT_DOT_LT] = ACTIONS(1844), + [anon_sym_DOT_DOT] = ACTIONS(1844), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1844), + [sym_val_nothing] = ACTIONS(1844), + [anon_sym_true] = ACTIONS(1844), + [anon_sym_false] = ACTIONS(1844), + [aux_sym_val_number_token1] = ACTIONS(1844), + [aux_sym_val_number_token2] = ACTIONS(1844), + [aux_sym_val_number_token3] = ACTIONS(1844), + [aux_sym_val_number_token4] = ACTIONS(1844), + [anon_sym_inf] = ACTIONS(1844), + [anon_sym_DASHinf] = ACTIONS(1844), + [anon_sym_NaN] = ACTIONS(1844), + [anon_sym_0b] = ACTIONS(1844), + [anon_sym_0o] = ACTIONS(1844), + [anon_sym_0x] = ACTIONS(1844), + [sym_val_date] = ACTIONS(1844), + [anon_sym_DQUOTE] = ACTIONS(1844), + [sym__str_single_quotes] = ACTIONS(1844), + [sym__str_back_ticks] = ACTIONS(1844), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1844), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1844), + [anon_sym_CARET] = ACTIONS(1844), + [anon_sym_POUND] = ACTIONS(3), + }, + [927] = { + [sym_comment] = STATE(927), + [ts_builtin_sym_end] = ACTIONS(1976), + [anon_sym_export] = ACTIONS(1974), + [anon_sym_alias] = ACTIONS(1974), + [anon_sym_let] = ACTIONS(1974), + [anon_sym_let_DASHenv] = ACTIONS(1974), + [anon_sym_mut] = ACTIONS(1974), + [anon_sym_const] = ACTIONS(1974), + [sym_cmd_identifier] = ACTIONS(1974), + [anon_sym_SEMI] = ACTIONS(1974), + [anon_sym_LF] = ACTIONS(1976), + [anon_sym_def] = ACTIONS(1974), + [anon_sym_def_DASHenv] = ACTIONS(1974), + [anon_sym_export_DASHenv] = ACTIONS(1974), + [anon_sym_extern] = ACTIONS(1974), + [anon_sym_module] = ACTIONS(1974), + [anon_sym_use] = ACTIONS(1974), + [anon_sym_LBRACK] = ACTIONS(1974), + [anon_sym_LPAREN] = ACTIONS(1974), + [anon_sym_DOLLAR] = ACTIONS(1974), + [anon_sym_error] = ACTIONS(1974), + [anon_sym_DASH] = ACTIONS(1974), + [anon_sym_break] = ACTIONS(1974), + [anon_sym_continue] = ACTIONS(1974), + [anon_sym_for] = ACTIONS(1974), + [anon_sym_loop] = ACTIONS(1974), + [anon_sym_while] = ACTIONS(1974), + [anon_sym_do] = ACTIONS(1974), + [anon_sym_if] = ACTIONS(1974), + [anon_sym_match] = ACTIONS(1974), + [anon_sym_LBRACE] = ACTIONS(1974), + [anon_sym_try] = ACTIONS(1974), + [anon_sym_return] = ACTIONS(1974), + [anon_sym_source] = ACTIONS(1974), + [anon_sym_source_DASHenv] = ACTIONS(1974), + [anon_sym_register] = ACTIONS(1974), + [anon_sym_hide] = ACTIONS(1974), + [anon_sym_hide_DASHenv] = ACTIONS(1974), + [anon_sym_overlay] = ACTIONS(1974), + [anon_sym_where] = ACTIONS(1974), + [anon_sym_not] = ACTIONS(1974), + [anon_sym_DOT_DOT_LT] = ACTIONS(1974), + [anon_sym_DOT_DOT] = ACTIONS(1974), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1974), + [sym_val_nothing] = ACTIONS(1974), + [anon_sym_true] = ACTIONS(1974), + [anon_sym_false] = ACTIONS(1974), + [aux_sym_val_number_token1] = ACTIONS(1974), + [aux_sym_val_number_token2] = ACTIONS(1974), + [aux_sym_val_number_token3] = ACTIONS(1974), + [aux_sym_val_number_token4] = ACTIONS(1974), + [anon_sym_inf] = ACTIONS(1974), + [anon_sym_DASHinf] = ACTIONS(1974), + [anon_sym_NaN] = ACTIONS(1974), + [anon_sym_0b] = ACTIONS(1974), + [anon_sym_0o] = ACTIONS(1974), + [anon_sym_0x] = ACTIONS(1974), + [sym_val_date] = ACTIONS(1974), + [anon_sym_DQUOTE] = ACTIONS(1974), + [sym__str_single_quotes] = ACTIONS(1974), + [sym__str_back_ticks] = ACTIONS(1974), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1974), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1974), + [anon_sym_CARET] = ACTIONS(1974), + [anon_sym_POUND] = ACTIONS(3), + }, + [928] = { + [sym_comment] = STATE(928), + [ts_builtin_sym_end] = ACTIONS(1930), + [anon_sym_export] = ACTIONS(1928), + [anon_sym_alias] = ACTIONS(1928), + [anon_sym_let] = ACTIONS(1928), + [anon_sym_let_DASHenv] = ACTIONS(1928), + [anon_sym_mut] = ACTIONS(1928), + [anon_sym_const] = ACTIONS(1928), + [sym_cmd_identifier] = ACTIONS(1928), + [anon_sym_SEMI] = ACTIONS(1928), + [anon_sym_LF] = ACTIONS(1930), + [anon_sym_def] = ACTIONS(1928), + [anon_sym_def_DASHenv] = ACTIONS(1928), + [anon_sym_export_DASHenv] = ACTIONS(1928), + [anon_sym_extern] = ACTIONS(1928), + [anon_sym_module] = ACTIONS(1928), + [anon_sym_use] = ACTIONS(1928), + [anon_sym_LBRACK] = ACTIONS(1928), + [anon_sym_LPAREN] = ACTIONS(1928), + [anon_sym_DOLLAR] = ACTIONS(1928), + [anon_sym_error] = ACTIONS(1928), + [anon_sym_DASH] = ACTIONS(1928), + [anon_sym_break] = ACTIONS(1928), + [anon_sym_continue] = ACTIONS(1928), + [anon_sym_for] = ACTIONS(1928), + [anon_sym_loop] = ACTIONS(1928), + [anon_sym_while] = ACTIONS(1928), + [anon_sym_do] = ACTIONS(1928), + [anon_sym_if] = ACTIONS(1928), + [anon_sym_match] = ACTIONS(1928), + [anon_sym_LBRACE] = ACTIONS(1928), + [anon_sym_try] = ACTIONS(1928), + [anon_sym_return] = ACTIONS(1928), + [anon_sym_source] = ACTIONS(1928), + [anon_sym_source_DASHenv] = ACTIONS(1928), + [anon_sym_register] = ACTIONS(1928), + [anon_sym_hide] = ACTIONS(1928), + [anon_sym_hide_DASHenv] = ACTIONS(1928), + [anon_sym_overlay] = ACTIONS(1928), + [anon_sym_where] = ACTIONS(1928), + [anon_sym_not] = ACTIONS(1928), + [anon_sym_DOT_DOT_LT] = ACTIONS(1928), + [anon_sym_DOT_DOT] = ACTIONS(1928), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1928), + [sym_val_nothing] = ACTIONS(1928), + [anon_sym_true] = ACTIONS(1928), + [anon_sym_false] = ACTIONS(1928), + [aux_sym_val_number_token1] = ACTIONS(1928), + [aux_sym_val_number_token2] = ACTIONS(1928), + [aux_sym_val_number_token3] = ACTIONS(1928), + [aux_sym_val_number_token4] = ACTIONS(1928), + [anon_sym_inf] = ACTIONS(1928), + [anon_sym_DASHinf] = ACTIONS(1928), + [anon_sym_NaN] = ACTIONS(1928), + [anon_sym_0b] = ACTIONS(1928), + [anon_sym_0o] = ACTIONS(1928), + [anon_sym_0x] = ACTIONS(1928), + [sym_val_date] = ACTIONS(1928), + [anon_sym_DQUOTE] = ACTIONS(1928), + [sym__str_single_quotes] = ACTIONS(1928), + [sym__str_back_ticks] = ACTIONS(1928), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1928), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1928), + [anon_sym_CARET] = ACTIONS(1928), + [anon_sym_POUND] = ACTIONS(3), + }, + [929] = { + [sym_comment] = STATE(929), + [ts_builtin_sym_end] = ACTIONS(1910), + [anon_sym_export] = ACTIONS(1908), + [anon_sym_alias] = ACTIONS(1908), + [anon_sym_let] = ACTIONS(1908), + [anon_sym_let_DASHenv] = ACTIONS(1908), + [anon_sym_mut] = ACTIONS(1908), + [anon_sym_const] = ACTIONS(1908), + [sym_cmd_identifier] = ACTIONS(1908), + [anon_sym_SEMI] = ACTIONS(1908), + [anon_sym_LF] = ACTIONS(1910), + [anon_sym_def] = ACTIONS(1908), + [anon_sym_def_DASHenv] = ACTIONS(1908), + [anon_sym_export_DASHenv] = ACTIONS(1908), + [anon_sym_extern] = ACTIONS(1908), + [anon_sym_module] = ACTIONS(1908), + [anon_sym_use] = ACTIONS(1908), + [anon_sym_LBRACK] = ACTIONS(1908), + [anon_sym_LPAREN] = ACTIONS(1908), + [anon_sym_DOLLAR] = ACTIONS(1908), + [anon_sym_error] = ACTIONS(1908), + [anon_sym_DASH] = ACTIONS(1908), + [anon_sym_break] = ACTIONS(1908), + [anon_sym_continue] = ACTIONS(1908), + [anon_sym_for] = ACTIONS(1908), + [anon_sym_loop] = ACTIONS(1908), + [anon_sym_while] = ACTIONS(1908), + [anon_sym_do] = ACTIONS(1908), + [anon_sym_if] = ACTIONS(1908), + [anon_sym_match] = ACTIONS(1908), + [anon_sym_LBRACE] = ACTIONS(1908), + [anon_sym_try] = ACTIONS(1908), + [anon_sym_return] = ACTIONS(1908), + [anon_sym_source] = ACTIONS(1908), + [anon_sym_source_DASHenv] = ACTIONS(1908), + [anon_sym_register] = ACTIONS(1908), + [anon_sym_hide] = ACTIONS(1908), + [anon_sym_hide_DASHenv] = ACTIONS(1908), + [anon_sym_overlay] = ACTIONS(1908), + [anon_sym_where] = ACTIONS(1908), + [anon_sym_not] = ACTIONS(1908), + [anon_sym_DOT_DOT_LT] = ACTIONS(1908), + [anon_sym_DOT_DOT] = ACTIONS(1908), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1908), + [sym_val_nothing] = ACTIONS(1908), + [anon_sym_true] = ACTIONS(1908), + [anon_sym_false] = ACTIONS(1908), + [aux_sym_val_number_token1] = ACTIONS(1908), + [aux_sym_val_number_token2] = ACTIONS(1908), + [aux_sym_val_number_token3] = ACTIONS(1908), + [aux_sym_val_number_token4] = ACTIONS(1908), + [anon_sym_inf] = ACTIONS(1908), + [anon_sym_DASHinf] = ACTIONS(1908), + [anon_sym_NaN] = ACTIONS(1908), + [anon_sym_0b] = ACTIONS(1908), + [anon_sym_0o] = ACTIONS(1908), + [anon_sym_0x] = ACTIONS(1908), + [sym_val_date] = ACTIONS(1908), + [anon_sym_DQUOTE] = ACTIONS(1908), + [sym__str_single_quotes] = ACTIONS(1908), + [sym__str_back_ticks] = ACTIONS(1908), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1908), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1908), + [anon_sym_CARET] = ACTIONS(1908), + [anon_sym_POUND] = ACTIONS(3), + }, + [930] = { + [sym_comment] = STATE(930), + [ts_builtin_sym_end] = ACTIONS(803), + [anon_sym_export] = ACTIONS(801), + [anon_sym_alias] = ACTIONS(801), + [anon_sym_let] = ACTIONS(801), + [anon_sym_let_DASHenv] = ACTIONS(801), + [anon_sym_mut] = ACTIONS(801), + [anon_sym_const] = ACTIONS(801), + [sym_cmd_identifier] = ACTIONS(801), + [anon_sym_SEMI] = ACTIONS(801), + [anon_sym_LF] = ACTIONS(803), + [anon_sym_def] = ACTIONS(801), + [anon_sym_def_DASHenv] = ACTIONS(801), + [anon_sym_export_DASHenv] = ACTIONS(801), + [anon_sym_extern] = ACTIONS(801), + [anon_sym_module] = ACTIONS(801), + [anon_sym_use] = ACTIONS(801), + [anon_sym_LBRACK] = ACTIONS(801), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_DOLLAR] = ACTIONS(801), + [anon_sym_error] = ACTIONS(801), + [anon_sym_DASH] = ACTIONS(801), + [anon_sym_break] = ACTIONS(801), + [anon_sym_continue] = ACTIONS(801), + [anon_sym_for] = ACTIONS(801), + [anon_sym_loop] = ACTIONS(801), + [anon_sym_while] = ACTIONS(801), + [anon_sym_do] = ACTIONS(801), + [anon_sym_if] = ACTIONS(801), + [anon_sym_match] = ACTIONS(801), + [anon_sym_LBRACE] = ACTIONS(801), + [anon_sym_try] = ACTIONS(801), + [anon_sym_return] = ACTIONS(801), + [anon_sym_source] = ACTIONS(801), + [anon_sym_source_DASHenv] = ACTIONS(801), + [anon_sym_register] = ACTIONS(801), + [anon_sym_hide] = ACTIONS(801), + [anon_sym_hide_DASHenv] = ACTIONS(801), + [anon_sym_overlay] = ACTIONS(801), + [anon_sym_where] = ACTIONS(801), + [anon_sym_not] = ACTIONS(801), + [anon_sym_DOT_DOT_LT] = ACTIONS(801), + [anon_sym_DOT_DOT] = ACTIONS(801), + [anon_sym_DOT_DOT_EQ] = ACTIONS(801), + [sym_val_nothing] = ACTIONS(801), + [anon_sym_true] = ACTIONS(801), + [anon_sym_false] = ACTIONS(801), + [aux_sym_val_number_token1] = ACTIONS(801), + [aux_sym_val_number_token2] = ACTIONS(801), + [aux_sym_val_number_token3] = ACTIONS(801), + [aux_sym_val_number_token4] = ACTIONS(801), + [anon_sym_inf] = ACTIONS(801), + [anon_sym_DASHinf] = ACTIONS(801), + [anon_sym_NaN] = ACTIONS(801), + [anon_sym_0b] = ACTIONS(801), + [anon_sym_0o] = ACTIONS(801), + [anon_sym_0x] = ACTIONS(801), + [sym_val_date] = ACTIONS(801), + [anon_sym_DQUOTE] = ACTIONS(801), + [sym__str_single_quotes] = ACTIONS(801), + [sym__str_back_ticks] = ACTIONS(801), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(801), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(801), + [anon_sym_CARET] = ACTIONS(801), + [anon_sym_POUND] = ACTIONS(3), + }, + [931] = { + [sym_comment] = STATE(931), + [ts_builtin_sym_end] = ACTIONS(1972), + [anon_sym_export] = ACTIONS(1970), + [anon_sym_alias] = ACTIONS(1970), + [anon_sym_let] = ACTIONS(1970), + [anon_sym_let_DASHenv] = ACTIONS(1970), + [anon_sym_mut] = ACTIONS(1970), + [anon_sym_const] = ACTIONS(1970), + [sym_cmd_identifier] = ACTIONS(1970), + [anon_sym_SEMI] = ACTIONS(1970), + [anon_sym_LF] = ACTIONS(1972), + [anon_sym_def] = ACTIONS(1970), + [anon_sym_def_DASHenv] = ACTIONS(1970), + [anon_sym_export_DASHenv] = ACTIONS(1970), + [anon_sym_extern] = ACTIONS(1970), + [anon_sym_module] = ACTIONS(1970), + [anon_sym_use] = ACTIONS(1970), + [anon_sym_LBRACK] = ACTIONS(1970), + [anon_sym_LPAREN] = ACTIONS(1970), + [anon_sym_DOLLAR] = ACTIONS(1970), + [anon_sym_error] = ACTIONS(1970), + [anon_sym_DASH] = ACTIONS(1970), + [anon_sym_break] = ACTIONS(1970), + [anon_sym_continue] = ACTIONS(1970), + [anon_sym_for] = ACTIONS(1970), + [anon_sym_loop] = ACTIONS(1970), + [anon_sym_while] = ACTIONS(1970), + [anon_sym_do] = ACTIONS(1970), + [anon_sym_if] = ACTIONS(1970), + [anon_sym_match] = ACTIONS(1970), + [anon_sym_LBRACE] = ACTIONS(1970), + [anon_sym_try] = ACTIONS(1970), + [anon_sym_return] = ACTIONS(1970), + [anon_sym_source] = ACTIONS(1970), + [anon_sym_source_DASHenv] = ACTIONS(1970), + [anon_sym_register] = ACTIONS(1970), + [anon_sym_hide] = ACTIONS(1970), + [anon_sym_hide_DASHenv] = ACTIONS(1970), + [anon_sym_overlay] = ACTIONS(1970), + [anon_sym_where] = ACTIONS(1970), + [anon_sym_not] = ACTIONS(1970), + [anon_sym_DOT_DOT_LT] = ACTIONS(1970), + [anon_sym_DOT_DOT] = ACTIONS(1970), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1970), + [sym_val_nothing] = ACTIONS(1970), + [anon_sym_true] = ACTIONS(1970), + [anon_sym_false] = ACTIONS(1970), + [aux_sym_val_number_token1] = ACTIONS(1970), + [aux_sym_val_number_token2] = ACTIONS(1970), + [aux_sym_val_number_token3] = ACTIONS(1970), + [aux_sym_val_number_token4] = ACTIONS(1970), + [anon_sym_inf] = ACTIONS(1970), + [anon_sym_DASHinf] = ACTIONS(1970), + [anon_sym_NaN] = ACTIONS(1970), + [anon_sym_0b] = ACTIONS(1970), + [anon_sym_0o] = ACTIONS(1970), + [anon_sym_0x] = ACTIONS(1970), + [sym_val_date] = ACTIONS(1970), + [anon_sym_DQUOTE] = ACTIONS(1970), + [sym__str_single_quotes] = ACTIONS(1970), + [sym__str_back_ticks] = ACTIONS(1970), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1970), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1970), + [anon_sym_CARET] = ACTIONS(1970), + [anon_sym_POUND] = ACTIONS(3), + }, + [932] = { + [sym_comment] = STATE(932), [ts_builtin_sym_end] = ACTIONS(1822), [anon_sym_export] = ACTIONS(1820), [anon_sym_alias] = ACTIONS(1820), @@ -124375,142 +124849,276 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1820), [anon_sym_POUND] = ACTIONS(3), }, - [926] = { - [sym_comment] = STATE(926), - [ts_builtin_sym_end] = ACTIONS(2032), - [anon_sym_export] = ACTIONS(2030), - [anon_sym_alias] = ACTIONS(2030), - [anon_sym_let] = ACTIONS(2030), - [anon_sym_let_DASHenv] = ACTIONS(2030), - [anon_sym_mut] = ACTIONS(2030), - [anon_sym_const] = ACTIONS(2030), - [sym_cmd_identifier] = ACTIONS(2030), - [anon_sym_SEMI] = ACTIONS(2030), - [anon_sym_LF] = ACTIONS(2032), - [anon_sym_def] = ACTIONS(2030), - [anon_sym_def_DASHenv] = ACTIONS(2030), - [anon_sym_export_DASHenv] = ACTIONS(2030), - [anon_sym_extern] = ACTIONS(2030), - [anon_sym_module] = ACTIONS(2030), - [anon_sym_use] = ACTIONS(2030), - [anon_sym_LBRACK] = ACTIONS(2030), - [anon_sym_LPAREN] = ACTIONS(2030), - [anon_sym_DOLLAR] = ACTIONS(2030), - [anon_sym_error] = ACTIONS(2030), - [anon_sym_DASH] = ACTIONS(2030), - [anon_sym_break] = ACTIONS(2030), - [anon_sym_continue] = ACTIONS(2030), - [anon_sym_for] = ACTIONS(2030), - [anon_sym_loop] = ACTIONS(2030), - [anon_sym_while] = ACTIONS(2030), - [anon_sym_do] = ACTIONS(2030), - [anon_sym_if] = ACTIONS(2030), - [anon_sym_match] = ACTIONS(2030), - [anon_sym_LBRACE] = ACTIONS(2030), - [anon_sym_try] = ACTIONS(2030), - [anon_sym_return] = ACTIONS(2030), - [anon_sym_source] = ACTIONS(2030), - [anon_sym_source_DASHenv] = ACTIONS(2030), - [anon_sym_register] = ACTIONS(2030), - [anon_sym_hide] = ACTIONS(2030), - [anon_sym_hide_DASHenv] = ACTIONS(2030), - [anon_sym_overlay] = ACTIONS(2030), - [anon_sym_where] = ACTIONS(2030), - [anon_sym_not] = ACTIONS(2030), - [anon_sym_DOT_DOT_LT] = ACTIONS(2030), - [anon_sym_DOT_DOT] = ACTIONS(2030), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2030), - [sym_val_nothing] = ACTIONS(2030), - [anon_sym_true] = ACTIONS(2030), - [anon_sym_false] = ACTIONS(2030), - [aux_sym_val_number_token1] = ACTIONS(2030), - [aux_sym_val_number_token2] = ACTIONS(2030), - [aux_sym_val_number_token3] = ACTIONS(2030), - [aux_sym_val_number_token4] = ACTIONS(2030), - [anon_sym_inf] = ACTIONS(2030), - [anon_sym_DASHinf] = ACTIONS(2030), - [anon_sym_NaN] = ACTIONS(2030), - [anon_sym_0b] = ACTIONS(2030), - [anon_sym_0o] = ACTIONS(2030), - [anon_sym_0x] = ACTIONS(2030), - [sym_val_date] = ACTIONS(2030), - [anon_sym_DQUOTE] = ACTIONS(2030), - [sym__str_single_quotes] = ACTIONS(2030), - [sym__str_back_ticks] = ACTIONS(2030), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2030), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2030), - [anon_sym_CARET] = ACTIONS(2030), + [933] = { + [sym_comment] = STATE(933), + [ts_builtin_sym_end] = ACTIONS(840), + [anon_sym_export] = ACTIONS(838), + [anon_sym_alias] = ACTIONS(838), + [anon_sym_let] = ACTIONS(838), + [anon_sym_let_DASHenv] = ACTIONS(838), + [anon_sym_mut] = ACTIONS(838), + [anon_sym_const] = ACTIONS(838), + [sym_cmd_identifier] = ACTIONS(838), + [anon_sym_SEMI] = ACTIONS(838), + [anon_sym_LF] = ACTIONS(840), + [anon_sym_def] = ACTIONS(838), + [anon_sym_def_DASHenv] = ACTIONS(838), + [anon_sym_export_DASHenv] = ACTIONS(838), + [anon_sym_extern] = ACTIONS(838), + [anon_sym_module] = ACTIONS(838), + [anon_sym_use] = ACTIONS(838), + [anon_sym_LBRACK] = ACTIONS(838), + [anon_sym_LPAREN] = ACTIONS(838), + [anon_sym_DOLLAR] = ACTIONS(838), + [anon_sym_error] = ACTIONS(838), + [anon_sym_DASH] = ACTIONS(838), + [anon_sym_break] = ACTIONS(838), + [anon_sym_continue] = ACTIONS(838), + [anon_sym_for] = ACTIONS(838), + [anon_sym_loop] = ACTIONS(838), + [anon_sym_while] = ACTIONS(838), + [anon_sym_do] = ACTIONS(838), + [anon_sym_if] = ACTIONS(838), + [anon_sym_match] = ACTIONS(838), + [anon_sym_LBRACE] = ACTIONS(838), + [anon_sym_try] = ACTIONS(838), + [anon_sym_return] = ACTIONS(838), + [anon_sym_source] = ACTIONS(838), + [anon_sym_source_DASHenv] = ACTIONS(838), + [anon_sym_register] = ACTIONS(838), + [anon_sym_hide] = ACTIONS(838), + [anon_sym_hide_DASHenv] = ACTIONS(838), + [anon_sym_overlay] = ACTIONS(838), + [anon_sym_where] = ACTIONS(838), + [anon_sym_not] = ACTIONS(838), + [anon_sym_DOT_DOT_LT] = ACTIONS(838), + [anon_sym_DOT_DOT] = ACTIONS(838), + [anon_sym_DOT_DOT_EQ] = ACTIONS(838), + [sym_val_nothing] = ACTIONS(838), + [anon_sym_true] = ACTIONS(838), + [anon_sym_false] = ACTIONS(838), + [aux_sym_val_number_token1] = ACTIONS(838), + [aux_sym_val_number_token2] = ACTIONS(838), + [aux_sym_val_number_token3] = ACTIONS(838), + [aux_sym_val_number_token4] = ACTIONS(838), + [anon_sym_inf] = ACTIONS(838), + [anon_sym_DASHinf] = ACTIONS(838), + [anon_sym_NaN] = ACTIONS(838), + [anon_sym_0b] = ACTIONS(838), + [anon_sym_0o] = ACTIONS(838), + [anon_sym_0x] = ACTIONS(838), + [sym_val_date] = ACTIONS(838), + [anon_sym_DQUOTE] = ACTIONS(838), + [sym__str_single_quotes] = ACTIONS(838), + [sym__str_back_ticks] = ACTIONS(838), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(838), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(838), + [anon_sym_CARET] = ACTIONS(838), [anon_sym_POUND] = ACTIONS(3), }, - [927] = { - [sym_comment] = STATE(927), - [ts_builtin_sym_end] = ACTIONS(2020), - [anon_sym_export] = ACTIONS(2018), - [anon_sym_alias] = ACTIONS(2018), - [anon_sym_let] = ACTIONS(2018), - [anon_sym_let_DASHenv] = ACTIONS(2018), - [anon_sym_mut] = ACTIONS(2018), - [anon_sym_const] = ACTIONS(2018), - [sym_cmd_identifier] = ACTIONS(2018), - [anon_sym_SEMI] = ACTIONS(2018), - [anon_sym_LF] = ACTIONS(2020), - [anon_sym_def] = ACTIONS(2018), - [anon_sym_def_DASHenv] = ACTIONS(2018), - [anon_sym_export_DASHenv] = ACTIONS(2018), - [anon_sym_extern] = ACTIONS(2018), - [anon_sym_module] = ACTIONS(2018), - [anon_sym_use] = ACTIONS(2018), - [anon_sym_LBRACK] = ACTIONS(2018), - [anon_sym_LPAREN] = ACTIONS(2018), - [anon_sym_DOLLAR] = ACTIONS(2018), - [anon_sym_error] = ACTIONS(2018), - [anon_sym_DASH] = ACTIONS(2018), - [anon_sym_break] = ACTIONS(2018), - [anon_sym_continue] = ACTIONS(2018), - [anon_sym_for] = ACTIONS(2018), - [anon_sym_loop] = ACTIONS(2018), - [anon_sym_while] = ACTIONS(2018), - [anon_sym_do] = ACTIONS(2018), - [anon_sym_if] = ACTIONS(2018), - [anon_sym_match] = ACTIONS(2018), - [anon_sym_LBRACE] = ACTIONS(2018), - [anon_sym_try] = ACTIONS(2018), - [anon_sym_return] = ACTIONS(2018), - [anon_sym_source] = ACTIONS(2018), - [anon_sym_source_DASHenv] = ACTIONS(2018), - [anon_sym_register] = ACTIONS(2018), - [anon_sym_hide] = ACTIONS(2018), - [anon_sym_hide_DASHenv] = ACTIONS(2018), - [anon_sym_overlay] = ACTIONS(2018), - [anon_sym_where] = ACTIONS(2018), - [anon_sym_not] = ACTIONS(2018), - [anon_sym_DOT_DOT_LT] = ACTIONS(2018), - [anon_sym_DOT_DOT] = ACTIONS(2018), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2018), - [sym_val_nothing] = ACTIONS(2018), - [anon_sym_true] = ACTIONS(2018), - [anon_sym_false] = ACTIONS(2018), - [aux_sym_val_number_token1] = ACTIONS(2018), - [aux_sym_val_number_token2] = ACTIONS(2018), - [aux_sym_val_number_token3] = ACTIONS(2018), - [aux_sym_val_number_token4] = ACTIONS(2018), - [anon_sym_inf] = ACTIONS(2018), - [anon_sym_DASHinf] = ACTIONS(2018), - [anon_sym_NaN] = ACTIONS(2018), - [anon_sym_0b] = ACTIONS(2018), - [anon_sym_0o] = ACTIONS(2018), - [anon_sym_0x] = ACTIONS(2018), - [sym_val_date] = ACTIONS(2018), - [anon_sym_DQUOTE] = ACTIONS(2018), - [sym__str_single_quotes] = ACTIONS(2018), - [sym__str_back_ticks] = ACTIONS(2018), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2018), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2018), - [anon_sym_CARET] = ACTIONS(2018), + [934] = { + [sym_comment] = STATE(934), + [ts_builtin_sym_end] = ACTIONS(1890), + [anon_sym_export] = ACTIONS(1888), + [anon_sym_alias] = ACTIONS(1888), + [anon_sym_let] = ACTIONS(1888), + [anon_sym_let_DASHenv] = ACTIONS(1888), + [anon_sym_mut] = ACTIONS(1888), + [anon_sym_const] = ACTIONS(1888), + [sym_cmd_identifier] = ACTIONS(1888), + [anon_sym_SEMI] = ACTIONS(1888), + [anon_sym_LF] = ACTIONS(1890), + [anon_sym_def] = ACTIONS(1888), + [anon_sym_def_DASHenv] = ACTIONS(1888), + [anon_sym_export_DASHenv] = ACTIONS(1888), + [anon_sym_extern] = ACTIONS(1888), + [anon_sym_module] = ACTIONS(1888), + [anon_sym_use] = ACTIONS(1888), + [anon_sym_LBRACK] = ACTIONS(1888), + [anon_sym_LPAREN] = ACTIONS(1888), + [anon_sym_DOLLAR] = ACTIONS(1888), + [anon_sym_error] = ACTIONS(1888), + [anon_sym_DASH] = ACTIONS(1888), + [anon_sym_break] = ACTIONS(1888), + [anon_sym_continue] = ACTIONS(1888), + [anon_sym_for] = ACTIONS(1888), + [anon_sym_loop] = ACTIONS(1888), + [anon_sym_while] = ACTIONS(1888), + [anon_sym_do] = ACTIONS(1888), + [anon_sym_if] = ACTIONS(1888), + [anon_sym_match] = ACTIONS(1888), + [anon_sym_LBRACE] = ACTIONS(1888), + [anon_sym_try] = ACTIONS(1888), + [anon_sym_return] = ACTIONS(1888), + [anon_sym_source] = ACTIONS(1888), + [anon_sym_source_DASHenv] = ACTIONS(1888), + [anon_sym_register] = ACTIONS(1888), + [anon_sym_hide] = ACTIONS(1888), + [anon_sym_hide_DASHenv] = ACTIONS(1888), + [anon_sym_overlay] = ACTIONS(1888), + [anon_sym_where] = ACTIONS(1888), + [anon_sym_not] = ACTIONS(1888), + [anon_sym_DOT_DOT_LT] = ACTIONS(1888), + [anon_sym_DOT_DOT] = ACTIONS(1888), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1888), + [sym_val_nothing] = ACTIONS(1888), + [anon_sym_true] = ACTIONS(1888), + [anon_sym_false] = ACTIONS(1888), + [aux_sym_val_number_token1] = ACTIONS(1888), + [aux_sym_val_number_token2] = ACTIONS(1888), + [aux_sym_val_number_token3] = ACTIONS(1888), + [aux_sym_val_number_token4] = ACTIONS(1888), + [anon_sym_inf] = ACTIONS(1888), + [anon_sym_DASHinf] = ACTIONS(1888), + [anon_sym_NaN] = ACTIONS(1888), + [anon_sym_0b] = ACTIONS(1888), + [anon_sym_0o] = ACTIONS(1888), + [anon_sym_0x] = ACTIONS(1888), + [sym_val_date] = ACTIONS(1888), + [anon_sym_DQUOTE] = ACTIONS(1888), + [sym__str_single_quotes] = ACTIONS(1888), + [sym__str_back_ticks] = ACTIONS(1888), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1888), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1888), + [anon_sym_CARET] = ACTIONS(1888), [anon_sym_POUND] = ACTIONS(3), }, - [928] = { - [sym_comment] = STATE(928), + [935] = { + [sym_comment] = STATE(935), + [ts_builtin_sym_end] = ACTIONS(1890), + [anon_sym_export] = ACTIONS(1888), + [anon_sym_alias] = ACTIONS(1888), + [anon_sym_let] = ACTIONS(1888), + [anon_sym_let_DASHenv] = ACTIONS(1888), + [anon_sym_mut] = ACTIONS(1888), + [anon_sym_const] = ACTIONS(1888), + [sym_cmd_identifier] = ACTIONS(1888), + [anon_sym_SEMI] = ACTIONS(1888), + [anon_sym_LF] = ACTIONS(1890), + [anon_sym_def] = ACTIONS(1888), + [anon_sym_def_DASHenv] = ACTIONS(1888), + [anon_sym_export_DASHenv] = ACTIONS(1888), + [anon_sym_extern] = ACTIONS(1888), + [anon_sym_module] = ACTIONS(1888), + [anon_sym_use] = ACTIONS(1888), + [anon_sym_LBRACK] = ACTIONS(1888), + [anon_sym_LPAREN] = ACTIONS(1888), + [anon_sym_DOLLAR] = ACTIONS(1888), + [anon_sym_error] = ACTIONS(1888), + [anon_sym_DASH] = ACTIONS(1888), + [anon_sym_break] = ACTIONS(1888), + [anon_sym_continue] = ACTIONS(1888), + [anon_sym_for] = ACTIONS(1888), + [anon_sym_loop] = ACTIONS(1888), + [anon_sym_while] = ACTIONS(1888), + [anon_sym_do] = ACTIONS(1888), + [anon_sym_if] = ACTIONS(1888), + [anon_sym_match] = ACTIONS(1888), + [anon_sym_LBRACE] = ACTIONS(1888), + [anon_sym_try] = ACTIONS(1888), + [anon_sym_return] = ACTIONS(1888), + [anon_sym_source] = ACTIONS(1888), + [anon_sym_source_DASHenv] = ACTIONS(1888), + [anon_sym_register] = ACTIONS(1888), + [anon_sym_hide] = ACTIONS(1888), + [anon_sym_hide_DASHenv] = ACTIONS(1888), + [anon_sym_overlay] = ACTIONS(1888), + [anon_sym_where] = ACTIONS(1888), + [anon_sym_not] = ACTIONS(1888), + [anon_sym_DOT_DOT_LT] = ACTIONS(1888), + [anon_sym_DOT_DOT] = ACTIONS(1888), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1888), + [sym_val_nothing] = ACTIONS(1888), + [anon_sym_true] = ACTIONS(1888), + [anon_sym_false] = ACTIONS(1888), + [aux_sym_val_number_token1] = ACTIONS(1888), + [aux_sym_val_number_token2] = ACTIONS(1888), + [aux_sym_val_number_token3] = ACTIONS(1888), + [aux_sym_val_number_token4] = ACTIONS(1888), + [anon_sym_inf] = ACTIONS(1888), + [anon_sym_DASHinf] = ACTIONS(1888), + [anon_sym_NaN] = ACTIONS(1888), + [anon_sym_0b] = ACTIONS(1888), + [anon_sym_0o] = ACTIONS(1888), + [anon_sym_0x] = ACTIONS(1888), + [sym_val_date] = ACTIONS(1888), + [anon_sym_DQUOTE] = ACTIONS(1888), + [sym__str_single_quotes] = ACTIONS(1888), + [sym__str_back_ticks] = ACTIONS(1888), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1888), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1888), + [anon_sym_CARET] = ACTIONS(1888), + [anon_sym_POUND] = ACTIONS(3), + }, + [936] = { + [sym_comment] = STATE(936), + [ts_builtin_sym_end] = ACTIONS(2044), + [anon_sym_export] = ACTIONS(1806), + [anon_sym_alias] = ACTIONS(1806), + [anon_sym_let] = ACTIONS(1806), + [anon_sym_let_DASHenv] = ACTIONS(1806), + [anon_sym_mut] = ACTIONS(1806), + [anon_sym_const] = ACTIONS(1806), + [sym_cmd_identifier] = ACTIONS(1806), + [anon_sym_SEMI] = ACTIONS(1808), + [anon_sym_LF] = ACTIONS(1811), + [anon_sym_def] = ACTIONS(1806), + [anon_sym_def_DASHenv] = ACTIONS(1806), + [anon_sym_export_DASHenv] = ACTIONS(1806), + [anon_sym_extern] = ACTIONS(1806), + [anon_sym_module] = ACTIONS(1806), + [anon_sym_use] = ACTIONS(1806), + [anon_sym_LBRACK] = ACTIONS(1806), + [anon_sym_LPAREN] = ACTIONS(1806), + [anon_sym_DOLLAR] = ACTIONS(1806), + [anon_sym_error] = ACTIONS(1806), + [anon_sym_DASH] = ACTIONS(1806), + [anon_sym_break] = ACTIONS(1806), + [anon_sym_continue] = ACTIONS(1806), + [anon_sym_for] = ACTIONS(1806), + [anon_sym_loop] = ACTIONS(1806), + [anon_sym_while] = ACTIONS(1806), + [anon_sym_do] = ACTIONS(1806), + [anon_sym_if] = ACTIONS(1806), + [anon_sym_match] = ACTIONS(1806), + [anon_sym_LBRACE] = ACTIONS(1806), + [anon_sym_try] = ACTIONS(1806), + [anon_sym_return] = ACTIONS(1806), + [anon_sym_source] = ACTIONS(1806), + [anon_sym_source_DASHenv] = ACTIONS(1806), + [anon_sym_register] = ACTIONS(1806), + [anon_sym_hide] = ACTIONS(1806), + [anon_sym_hide_DASHenv] = ACTIONS(1806), + [anon_sym_overlay] = ACTIONS(1806), + [anon_sym_where] = ACTIONS(1806), + [anon_sym_not] = ACTIONS(1806), + [anon_sym_DOT_DOT_LT] = ACTIONS(1806), + [anon_sym_DOT_DOT] = ACTIONS(1806), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1806), + [sym_val_nothing] = ACTIONS(1806), + [anon_sym_true] = ACTIONS(1806), + [anon_sym_false] = ACTIONS(1806), + [aux_sym_val_number_token1] = ACTIONS(1806), + [aux_sym_val_number_token2] = ACTIONS(1806), + [aux_sym_val_number_token3] = ACTIONS(1806), + [aux_sym_val_number_token4] = ACTIONS(1806), + [anon_sym_inf] = ACTIONS(1806), + [anon_sym_DASHinf] = ACTIONS(1806), + [anon_sym_NaN] = ACTIONS(1806), + [anon_sym_0b] = ACTIONS(1806), + [anon_sym_0o] = ACTIONS(1806), + [anon_sym_0x] = ACTIONS(1806), + [sym_val_date] = ACTIONS(1806), + [anon_sym_DQUOTE] = ACTIONS(1806), + [sym__str_single_quotes] = ACTIONS(1806), + [sym__str_back_ticks] = ACTIONS(1806), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1806), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1806), + [anon_sym_CARET] = ACTIONS(1806), + [anon_sym_POUND] = ACTIONS(3), + }, + [937] = { + [sym_comment] = STATE(937), [ts_builtin_sym_end] = ACTIONS(1826), [anon_sym_export] = ACTIONS(1824), [anon_sym_alias] = ACTIONS(1824), @@ -124576,209 +125184,142 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1824), [anon_sym_POUND] = ACTIONS(3), }, - [929] = { - [sym_comment] = STATE(929), - [ts_builtin_sym_end] = ACTIONS(2020), - [anon_sym_export] = ACTIONS(2018), - [anon_sym_alias] = ACTIONS(2018), - [anon_sym_let] = ACTIONS(2018), - [anon_sym_let_DASHenv] = ACTIONS(2018), - [anon_sym_mut] = ACTIONS(2018), - [anon_sym_const] = ACTIONS(2018), - [sym_cmd_identifier] = ACTIONS(2018), - [anon_sym_SEMI] = ACTIONS(2018), - [anon_sym_LF] = ACTIONS(2020), - [anon_sym_def] = ACTIONS(2018), - [anon_sym_def_DASHenv] = ACTIONS(2018), - [anon_sym_export_DASHenv] = ACTIONS(2018), - [anon_sym_extern] = ACTIONS(2018), - [anon_sym_module] = ACTIONS(2018), - [anon_sym_use] = ACTIONS(2018), - [anon_sym_LBRACK] = ACTIONS(2018), - [anon_sym_LPAREN] = ACTIONS(2018), - [anon_sym_DOLLAR] = ACTIONS(2018), - [anon_sym_error] = ACTIONS(2018), - [anon_sym_DASH] = ACTIONS(2018), - [anon_sym_break] = ACTIONS(2018), - [anon_sym_continue] = ACTIONS(2018), - [anon_sym_for] = ACTIONS(2018), - [anon_sym_loop] = ACTIONS(2018), - [anon_sym_while] = ACTIONS(2018), - [anon_sym_do] = ACTIONS(2018), - [anon_sym_if] = ACTIONS(2018), - [anon_sym_match] = ACTIONS(2018), - [anon_sym_LBRACE] = ACTIONS(2018), - [anon_sym_try] = ACTIONS(2018), - [anon_sym_return] = ACTIONS(2018), - [anon_sym_source] = ACTIONS(2018), - [anon_sym_source_DASHenv] = ACTIONS(2018), - [anon_sym_register] = ACTIONS(2018), - [anon_sym_hide] = ACTIONS(2018), - [anon_sym_hide_DASHenv] = ACTIONS(2018), - [anon_sym_overlay] = ACTIONS(2018), - [anon_sym_where] = ACTIONS(2018), - [anon_sym_not] = ACTIONS(2018), - [anon_sym_DOT_DOT_LT] = ACTIONS(2018), - [anon_sym_DOT_DOT] = ACTIONS(2018), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2018), - [sym_val_nothing] = ACTIONS(2018), - [anon_sym_true] = ACTIONS(2018), - [anon_sym_false] = ACTIONS(2018), - [aux_sym_val_number_token1] = ACTIONS(2018), - [aux_sym_val_number_token2] = ACTIONS(2018), - [aux_sym_val_number_token3] = ACTIONS(2018), - [aux_sym_val_number_token4] = ACTIONS(2018), - [anon_sym_inf] = ACTIONS(2018), - [anon_sym_DASHinf] = ACTIONS(2018), - [anon_sym_NaN] = ACTIONS(2018), - [anon_sym_0b] = ACTIONS(2018), - [anon_sym_0o] = ACTIONS(2018), - [anon_sym_0x] = ACTIONS(2018), - [sym_val_date] = ACTIONS(2018), - [anon_sym_DQUOTE] = ACTIONS(2018), - [sym__str_single_quotes] = ACTIONS(2018), - [sym__str_back_ticks] = ACTIONS(2018), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2018), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2018), - [anon_sym_CARET] = ACTIONS(2018), - [anon_sym_POUND] = ACTIONS(3), - }, - [930] = { - [sym_comment] = STATE(930), - [ts_builtin_sym_end] = ACTIONS(1932), - [anon_sym_export] = ACTIONS(1930), - [anon_sym_alias] = ACTIONS(1930), - [anon_sym_let] = ACTIONS(1930), - [anon_sym_let_DASHenv] = ACTIONS(1930), - [anon_sym_mut] = ACTIONS(1930), - [anon_sym_const] = ACTIONS(1930), - [sym_cmd_identifier] = ACTIONS(1930), - [anon_sym_SEMI] = ACTIONS(1930), - [anon_sym_LF] = ACTIONS(1932), - [anon_sym_def] = ACTIONS(1930), - [anon_sym_def_DASHenv] = ACTIONS(1930), - [anon_sym_export_DASHenv] = ACTIONS(1930), - [anon_sym_extern] = ACTIONS(1930), - [anon_sym_module] = ACTIONS(1930), - [anon_sym_use] = ACTIONS(1930), - [anon_sym_LBRACK] = ACTIONS(1930), - [anon_sym_LPAREN] = ACTIONS(1930), - [anon_sym_DOLLAR] = ACTIONS(1930), - [anon_sym_error] = ACTIONS(1930), - [anon_sym_DASH] = ACTIONS(1930), - [anon_sym_break] = ACTIONS(1930), - [anon_sym_continue] = ACTIONS(1930), - [anon_sym_for] = ACTIONS(1930), - [anon_sym_loop] = ACTIONS(1930), - [anon_sym_while] = ACTIONS(1930), - [anon_sym_do] = ACTIONS(1930), - [anon_sym_if] = ACTIONS(1930), - [anon_sym_match] = ACTIONS(1930), - [anon_sym_LBRACE] = ACTIONS(1930), - [anon_sym_try] = ACTIONS(1930), - [anon_sym_return] = ACTIONS(1930), - [anon_sym_source] = ACTIONS(1930), - [anon_sym_source_DASHenv] = ACTIONS(1930), - [anon_sym_register] = ACTIONS(1930), - [anon_sym_hide] = ACTIONS(1930), - [anon_sym_hide_DASHenv] = ACTIONS(1930), - [anon_sym_overlay] = ACTIONS(1930), - [anon_sym_where] = ACTIONS(1930), - [anon_sym_not] = ACTIONS(1930), - [anon_sym_DOT_DOT_LT] = ACTIONS(1930), - [anon_sym_DOT_DOT] = ACTIONS(1930), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1930), - [sym_val_nothing] = ACTIONS(1930), - [anon_sym_true] = ACTIONS(1930), - [anon_sym_false] = ACTIONS(1930), - [aux_sym_val_number_token1] = ACTIONS(1930), - [aux_sym_val_number_token2] = ACTIONS(1930), - [aux_sym_val_number_token3] = ACTIONS(1930), - [aux_sym_val_number_token4] = ACTIONS(1930), - [anon_sym_inf] = ACTIONS(1930), - [anon_sym_DASHinf] = ACTIONS(1930), - [anon_sym_NaN] = ACTIONS(1930), - [anon_sym_0b] = ACTIONS(1930), - [anon_sym_0o] = ACTIONS(1930), - [anon_sym_0x] = ACTIONS(1930), - [sym_val_date] = ACTIONS(1930), - [anon_sym_DQUOTE] = ACTIONS(1930), - [sym__str_single_quotes] = ACTIONS(1930), - [sym__str_back_ticks] = ACTIONS(1930), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1930), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1930), - [anon_sym_CARET] = ACTIONS(1930), + [938] = { + [sym_comment] = STATE(938), + [ts_builtin_sym_end] = ACTIONS(1772), + [anon_sym_export] = ACTIONS(1770), + [anon_sym_alias] = ACTIONS(1770), + [anon_sym_let] = ACTIONS(1770), + [anon_sym_let_DASHenv] = ACTIONS(1770), + [anon_sym_mut] = ACTIONS(1770), + [anon_sym_const] = ACTIONS(1770), + [sym_cmd_identifier] = ACTIONS(1770), + [anon_sym_SEMI] = ACTIONS(1770), + [anon_sym_LF] = ACTIONS(1772), + [anon_sym_def] = ACTIONS(1770), + [anon_sym_def_DASHenv] = ACTIONS(1770), + [anon_sym_export_DASHenv] = ACTIONS(1770), + [anon_sym_extern] = ACTIONS(1770), + [anon_sym_module] = ACTIONS(1770), + [anon_sym_use] = ACTIONS(1770), + [anon_sym_LBRACK] = ACTIONS(1770), + [anon_sym_LPAREN] = ACTIONS(1770), + [anon_sym_DOLLAR] = ACTIONS(1770), + [anon_sym_error] = ACTIONS(1770), + [anon_sym_DASH] = ACTIONS(1770), + [anon_sym_break] = ACTIONS(1770), + [anon_sym_continue] = ACTIONS(1770), + [anon_sym_for] = ACTIONS(1770), + [anon_sym_loop] = ACTIONS(1770), + [anon_sym_while] = ACTIONS(1770), + [anon_sym_do] = ACTIONS(1770), + [anon_sym_if] = ACTIONS(1770), + [anon_sym_match] = ACTIONS(1770), + [anon_sym_LBRACE] = ACTIONS(1770), + [anon_sym_try] = ACTIONS(1770), + [anon_sym_return] = ACTIONS(1770), + [anon_sym_source] = ACTIONS(1770), + [anon_sym_source_DASHenv] = ACTIONS(1770), + [anon_sym_register] = ACTIONS(1770), + [anon_sym_hide] = ACTIONS(1770), + [anon_sym_hide_DASHenv] = ACTIONS(1770), + [anon_sym_overlay] = ACTIONS(1770), + [anon_sym_where] = ACTIONS(1770), + [anon_sym_not] = ACTIONS(1770), + [anon_sym_DOT_DOT_LT] = ACTIONS(1770), + [anon_sym_DOT_DOT] = ACTIONS(1770), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1770), + [sym_val_nothing] = ACTIONS(1770), + [anon_sym_true] = ACTIONS(1770), + [anon_sym_false] = ACTIONS(1770), + [aux_sym_val_number_token1] = ACTIONS(1770), + [aux_sym_val_number_token2] = ACTIONS(1770), + [aux_sym_val_number_token3] = ACTIONS(1770), + [aux_sym_val_number_token4] = ACTIONS(1770), + [anon_sym_inf] = ACTIONS(1770), + [anon_sym_DASHinf] = ACTIONS(1770), + [anon_sym_NaN] = ACTIONS(1770), + [anon_sym_0b] = ACTIONS(1770), + [anon_sym_0o] = ACTIONS(1770), + [anon_sym_0x] = ACTIONS(1770), + [sym_val_date] = ACTIONS(1770), + [anon_sym_DQUOTE] = ACTIONS(1770), + [sym__str_single_quotes] = ACTIONS(1770), + [sym__str_back_ticks] = ACTIONS(1770), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1770), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1770), + [anon_sym_CARET] = ACTIONS(1770), [anon_sym_POUND] = ACTIONS(3), }, - [931] = { - [sym_comment] = STATE(931), - [ts_builtin_sym_end] = ACTIONS(1998), - [anon_sym_export] = ACTIONS(1996), - [anon_sym_alias] = ACTIONS(1996), - [anon_sym_let] = ACTIONS(1996), - [anon_sym_let_DASHenv] = ACTIONS(1996), - [anon_sym_mut] = ACTIONS(1996), - [anon_sym_const] = ACTIONS(1996), - [sym_cmd_identifier] = ACTIONS(1996), - [anon_sym_SEMI] = ACTIONS(1996), - [anon_sym_LF] = ACTIONS(1998), - [anon_sym_def] = ACTIONS(1996), - [anon_sym_def_DASHenv] = ACTIONS(1996), - [anon_sym_export_DASHenv] = ACTIONS(1996), - [anon_sym_extern] = ACTIONS(1996), - [anon_sym_module] = ACTIONS(1996), - [anon_sym_use] = ACTIONS(1996), - [anon_sym_LBRACK] = ACTIONS(1996), - [anon_sym_LPAREN] = ACTIONS(1996), - [anon_sym_DOLLAR] = ACTIONS(1996), - [anon_sym_error] = ACTIONS(1996), - [anon_sym_DASH] = ACTIONS(1996), - [anon_sym_break] = ACTIONS(1996), - [anon_sym_continue] = ACTIONS(1996), - [anon_sym_for] = ACTIONS(1996), - [anon_sym_loop] = ACTIONS(1996), - [anon_sym_while] = ACTIONS(1996), - [anon_sym_do] = ACTIONS(1996), - [anon_sym_if] = ACTIONS(1996), - [anon_sym_match] = ACTIONS(1996), - [anon_sym_LBRACE] = ACTIONS(1996), - [anon_sym_try] = ACTIONS(1996), - [anon_sym_return] = ACTIONS(1996), - [anon_sym_source] = ACTIONS(1996), - [anon_sym_source_DASHenv] = ACTIONS(1996), - [anon_sym_register] = ACTIONS(1996), - [anon_sym_hide] = ACTIONS(1996), - [anon_sym_hide_DASHenv] = ACTIONS(1996), - [anon_sym_overlay] = ACTIONS(1996), - [anon_sym_where] = ACTIONS(1996), - [anon_sym_not] = ACTIONS(1996), - [anon_sym_DOT_DOT_LT] = ACTIONS(1996), - [anon_sym_DOT_DOT] = ACTIONS(1996), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1996), - [sym_val_nothing] = ACTIONS(1996), - [anon_sym_true] = ACTIONS(1996), - [anon_sym_false] = ACTIONS(1996), - [aux_sym_val_number_token1] = ACTIONS(1996), - [aux_sym_val_number_token2] = ACTIONS(1996), - [aux_sym_val_number_token3] = ACTIONS(1996), - [aux_sym_val_number_token4] = ACTIONS(1996), - [anon_sym_inf] = ACTIONS(1996), - [anon_sym_DASHinf] = ACTIONS(1996), - [anon_sym_NaN] = ACTIONS(1996), - [anon_sym_0b] = ACTIONS(1996), - [anon_sym_0o] = ACTIONS(1996), - [anon_sym_0x] = ACTIONS(1996), - [sym_val_date] = ACTIONS(1996), - [anon_sym_DQUOTE] = ACTIONS(1996), - [sym__str_single_quotes] = ACTIONS(1996), - [sym__str_back_ticks] = ACTIONS(1996), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1996), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1996), - [anon_sym_CARET] = ACTIONS(1996), + [939] = { + [sym_comment] = STATE(939), + [ts_builtin_sym_end] = ACTIONS(1882), + [anon_sym_export] = ACTIONS(1880), + [anon_sym_alias] = ACTIONS(1880), + [anon_sym_let] = ACTIONS(1880), + [anon_sym_let_DASHenv] = ACTIONS(1880), + [anon_sym_mut] = ACTIONS(1880), + [anon_sym_const] = ACTIONS(1880), + [sym_cmd_identifier] = ACTIONS(1880), + [anon_sym_SEMI] = ACTIONS(1880), + [anon_sym_LF] = ACTIONS(1882), + [anon_sym_def] = ACTIONS(1880), + [anon_sym_def_DASHenv] = ACTIONS(1880), + [anon_sym_export_DASHenv] = ACTIONS(1880), + [anon_sym_extern] = ACTIONS(1880), + [anon_sym_module] = ACTIONS(1880), + [anon_sym_use] = ACTIONS(1880), + [anon_sym_LBRACK] = ACTIONS(1880), + [anon_sym_LPAREN] = ACTIONS(1880), + [anon_sym_DOLLAR] = ACTIONS(1880), + [anon_sym_error] = ACTIONS(1880), + [anon_sym_DASH] = ACTIONS(1880), + [anon_sym_break] = ACTIONS(1880), + [anon_sym_continue] = ACTIONS(1880), + [anon_sym_for] = ACTIONS(1880), + [anon_sym_loop] = ACTIONS(1880), + [anon_sym_while] = ACTIONS(1880), + [anon_sym_do] = ACTIONS(1880), + [anon_sym_if] = ACTIONS(1880), + [anon_sym_match] = ACTIONS(1880), + [anon_sym_LBRACE] = ACTIONS(1880), + [anon_sym_try] = ACTIONS(1880), + [anon_sym_return] = ACTIONS(1880), + [anon_sym_source] = ACTIONS(1880), + [anon_sym_source_DASHenv] = ACTIONS(1880), + [anon_sym_register] = ACTIONS(1880), + [anon_sym_hide] = ACTIONS(1880), + [anon_sym_hide_DASHenv] = ACTIONS(1880), + [anon_sym_overlay] = ACTIONS(1880), + [anon_sym_where] = ACTIONS(1880), + [anon_sym_not] = ACTIONS(1880), + [anon_sym_DOT_DOT_LT] = ACTIONS(1880), + [anon_sym_DOT_DOT] = ACTIONS(1880), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1880), + [sym_val_nothing] = ACTIONS(1880), + [anon_sym_true] = ACTIONS(1880), + [anon_sym_false] = ACTIONS(1880), + [aux_sym_val_number_token1] = ACTIONS(1880), + [aux_sym_val_number_token2] = ACTIONS(1880), + [aux_sym_val_number_token3] = ACTIONS(1880), + [aux_sym_val_number_token4] = ACTIONS(1880), + [anon_sym_inf] = ACTIONS(1880), + [anon_sym_DASHinf] = ACTIONS(1880), + [anon_sym_NaN] = ACTIONS(1880), + [anon_sym_0b] = ACTIONS(1880), + [anon_sym_0o] = ACTIONS(1880), + [anon_sym_0x] = ACTIONS(1880), + [sym_val_date] = ACTIONS(1880), + [anon_sym_DQUOTE] = ACTIONS(1880), + [sym__str_single_quotes] = ACTIONS(1880), + [sym__str_back_ticks] = ACTIONS(1880), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1880), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1880), + [anon_sym_CARET] = ACTIONS(1880), [anon_sym_POUND] = ACTIONS(3), }, - [932] = { - [sym_comment] = STATE(932), + [940] = { + [sym_comment] = STATE(940), [ts_builtin_sym_end] = ACTIONS(1858), [anon_sym_export] = ACTIONS(1856), [anon_sym_alias] = ACTIONS(1856), @@ -124844,1080 +125385,611 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1856), [anon_sym_POUND] = ACTIONS(3), }, - [933] = { - [sym_comment] = STATE(933), - [ts_builtin_sym_end] = ACTIONS(1894), - [anon_sym_export] = ACTIONS(1892), - [anon_sym_alias] = ACTIONS(1892), - [anon_sym_let] = ACTIONS(1892), - [anon_sym_let_DASHenv] = ACTIONS(1892), - [anon_sym_mut] = ACTIONS(1892), - [anon_sym_const] = ACTIONS(1892), - [sym_cmd_identifier] = ACTIONS(1892), - [anon_sym_SEMI] = ACTIONS(1892), - [anon_sym_LF] = ACTIONS(1894), - [anon_sym_def] = ACTIONS(1892), - [anon_sym_def_DASHenv] = ACTIONS(1892), - [anon_sym_export_DASHenv] = ACTIONS(1892), - [anon_sym_extern] = ACTIONS(1892), - [anon_sym_module] = ACTIONS(1892), - [anon_sym_use] = ACTIONS(1892), - [anon_sym_LBRACK] = ACTIONS(1892), - [anon_sym_LPAREN] = ACTIONS(1892), - [anon_sym_DOLLAR] = ACTIONS(1892), - [anon_sym_error] = ACTIONS(1892), - [anon_sym_DASH] = ACTIONS(1892), - [anon_sym_break] = ACTIONS(1892), - [anon_sym_continue] = ACTIONS(1892), - [anon_sym_for] = ACTIONS(1892), - [anon_sym_loop] = ACTIONS(1892), - [anon_sym_while] = ACTIONS(1892), - [anon_sym_do] = ACTIONS(1892), - [anon_sym_if] = ACTIONS(1892), - [anon_sym_match] = ACTIONS(1892), - [anon_sym_LBRACE] = ACTIONS(1892), - [anon_sym_try] = ACTIONS(1892), - [anon_sym_return] = ACTIONS(1892), - [anon_sym_source] = ACTIONS(1892), - [anon_sym_source_DASHenv] = ACTIONS(1892), - [anon_sym_register] = ACTIONS(1892), - [anon_sym_hide] = ACTIONS(1892), - [anon_sym_hide_DASHenv] = ACTIONS(1892), - [anon_sym_overlay] = ACTIONS(1892), - [anon_sym_where] = ACTIONS(1892), - [anon_sym_not] = ACTIONS(1892), - [anon_sym_DOT_DOT_LT] = ACTIONS(1892), - [anon_sym_DOT_DOT] = ACTIONS(1892), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1892), - [sym_val_nothing] = ACTIONS(1892), - [anon_sym_true] = ACTIONS(1892), - [anon_sym_false] = ACTIONS(1892), - [aux_sym_val_number_token1] = ACTIONS(1892), - [aux_sym_val_number_token2] = ACTIONS(1892), - [aux_sym_val_number_token3] = ACTIONS(1892), - [aux_sym_val_number_token4] = ACTIONS(1892), - [anon_sym_inf] = ACTIONS(1892), - [anon_sym_DASHinf] = ACTIONS(1892), - [anon_sym_NaN] = ACTIONS(1892), - [anon_sym_0b] = ACTIONS(1892), - [anon_sym_0o] = ACTIONS(1892), - [anon_sym_0x] = ACTIONS(1892), - [sym_val_date] = ACTIONS(1892), - [anon_sym_DQUOTE] = ACTIONS(1892), - [sym__str_single_quotes] = ACTIONS(1892), - [sym__str_back_ticks] = ACTIONS(1892), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1892), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1892), - [anon_sym_CARET] = ACTIONS(1892), - [anon_sym_POUND] = ACTIONS(3), - }, - [934] = { - [sym_comment] = STATE(934), - [ts_builtin_sym_end] = ACTIONS(1862), - [anon_sym_export] = ACTIONS(1860), - [anon_sym_alias] = ACTIONS(1860), - [anon_sym_let] = ACTIONS(1860), - [anon_sym_let_DASHenv] = ACTIONS(1860), - [anon_sym_mut] = ACTIONS(1860), - [anon_sym_const] = ACTIONS(1860), - [sym_cmd_identifier] = ACTIONS(1860), - [anon_sym_SEMI] = ACTIONS(1860), - [anon_sym_LF] = ACTIONS(1862), - [anon_sym_def] = ACTIONS(1860), - [anon_sym_def_DASHenv] = ACTIONS(1860), - [anon_sym_export_DASHenv] = ACTIONS(1860), - [anon_sym_extern] = ACTIONS(1860), - [anon_sym_module] = ACTIONS(1860), - [anon_sym_use] = ACTIONS(1860), - [anon_sym_LBRACK] = ACTIONS(1860), - [anon_sym_LPAREN] = ACTIONS(1860), - [anon_sym_DOLLAR] = ACTIONS(1860), - [anon_sym_error] = ACTIONS(1860), - [anon_sym_DASH] = ACTIONS(1860), - [anon_sym_break] = ACTIONS(1860), - [anon_sym_continue] = ACTIONS(1860), - [anon_sym_for] = ACTIONS(1860), - [anon_sym_loop] = ACTIONS(1860), - [anon_sym_while] = ACTIONS(1860), - [anon_sym_do] = ACTIONS(1860), - [anon_sym_if] = ACTIONS(1860), - [anon_sym_match] = ACTIONS(1860), - [anon_sym_LBRACE] = ACTIONS(1860), - [anon_sym_try] = ACTIONS(1860), - [anon_sym_return] = ACTIONS(1860), - [anon_sym_source] = ACTIONS(1860), - [anon_sym_source_DASHenv] = ACTIONS(1860), - [anon_sym_register] = ACTIONS(1860), - [anon_sym_hide] = ACTIONS(1860), - [anon_sym_hide_DASHenv] = ACTIONS(1860), - [anon_sym_overlay] = ACTIONS(1860), - [anon_sym_where] = ACTIONS(1860), - [anon_sym_not] = ACTIONS(1860), - [anon_sym_DOT_DOT_LT] = ACTIONS(1860), - [anon_sym_DOT_DOT] = ACTIONS(1860), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1860), - [sym_val_nothing] = ACTIONS(1860), - [anon_sym_true] = ACTIONS(1860), - [anon_sym_false] = ACTIONS(1860), - [aux_sym_val_number_token1] = ACTIONS(1860), - [aux_sym_val_number_token2] = ACTIONS(1860), - [aux_sym_val_number_token3] = ACTIONS(1860), - [aux_sym_val_number_token4] = ACTIONS(1860), - [anon_sym_inf] = ACTIONS(1860), - [anon_sym_DASHinf] = ACTIONS(1860), - [anon_sym_NaN] = ACTIONS(1860), - [anon_sym_0b] = ACTIONS(1860), - [anon_sym_0o] = ACTIONS(1860), - [anon_sym_0x] = ACTIONS(1860), - [sym_val_date] = ACTIONS(1860), - [anon_sym_DQUOTE] = ACTIONS(1860), - [sym__str_single_quotes] = ACTIONS(1860), - [sym__str_back_ticks] = ACTIONS(1860), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1860), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1860), - [anon_sym_CARET] = ACTIONS(1860), - [anon_sym_POUND] = ACTIONS(3), - }, - [935] = { - [sym_comment] = STATE(935), - [ts_builtin_sym_end] = ACTIONS(1916), - [anon_sym_export] = ACTIONS(1914), - [anon_sym_alias] = ACTIONS(1914), - [anon_sym_let] = ACTIONS(1914), - [anon_sym_let_DASHenv] = ACTIONS(1914), - [anon_sym_mut] = ACTIONS(1914), - [anon_sym_const] = ACTIONS(1914), - [sym_cmd_identifier] = ACTIONS(1914), - [anon_sym_SEMI] = ACTIONS(1914), - [anon_sym_LF] = ACTIONS(1916), - [anon_sym_def] = ACTIONS(1914), - [anon_sym_def_DASHenv] = ACTIONS(1914), - [anon_sym_export_DASHenv] = ACTIONS(1914), - [anon_sym_extern] = ACTIONS(1914), - [anon_sym_module] = ACTIONS(1914), - [anon_sym_use] = ACTIONS(1914), - [anon_sym_LBRACK] = ACTIONS(1914), - [anon_sym_LPAREN] = ACTIONS(1914), - [anon_sym_DOLLAR] = ACTIONS(1914), - [anon_sym_error] = ACTIONS(1914), - [anon_sym_DASH] = ACTIONS(1914), - [anon_sym_break] = ACTIONS(1914), - [anon_sym_continue] = ACTIONS(1914), - [anon_sym_for] = ACTIONS(1914), - [anon_sym_loop] = ACTIONS(1914), - [anon_sym_while] = ACTIONS(1914), - [anon_sym_do] = ACTIONS(1914), - [anon_sym_if] = ACTIONS(1914), - [anon_sym_match] = ACTIONS(1914), - [anon_sym_LBRACE] = ACTIONS(1914), - [anon_sym_try] = ACTIONS(1914), - [anon_sym_return] = ACTIONS(1914), - [anon_sym_source] = ACTIONS(1914), - [anon_sym_source_DASHenv] = ACTIONS(1914), - [anon_sym_register] = ACTIONS(1914), - [anon_sym_hide] = ACTIONS(1914), - [anon_sym_hide_DASHenv] = ACTIONS(1914), - [anon_sym_overlay] = ACTIONS(1914), - [anon_sym_where] = ACTIONS(1914), - [anon_sym_not] = ACTIONS(1914), - [anon_sym_DOT_DOT_LT] = ACTIONS(1914), - [anon_sym_DOT_DOT] = ACTIONS(1914), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1914), - [sym_val_nothing] = ACTIONS(1914), - [anon_sym_true] = ACTIONS(1914), - [anon_sym_false] = ACTIONS(1914), - [aux_sym_val_number_token1] = ACTIONS(1914), - [aux_sym_val_number_token2] = ACTIONS(1914), - [aux_sym_val_number_token3] = ACTIONS(1914), - [aux_sym_val_number_token4] = ACTIONS(1914), - [anon_sym_inf] = ACTIONS(1914), - [anon_sym_DASHinf] = ACTIONS(1914), - [anon_sym_NaN] = ACTIONS(1914), - [anon_sym_0b] = ACTIONS(1914), - [anon_sym_0o] = ACTIONS(1914), - [anon_sym_0x] = ACTIONS(1914), - [sym_val_date] = ACTIONS(1914), - [anon_sym_DQUOTE] = ACTIONS(1914), - [sym__str_single_quotes] = ACTIONS(1914), - [sym__str_back_ticks] = ACTIONS(1914), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1914), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1914), - [anon_sym_CARET] = ACTIONS(1914), - [anon_sym_POUND] = ACTIONS(3), - }, - [936] = { - [sym_comment] = STATE(936), - [ts_builtin_sym_end] = ACTIONS(1752), - [anon_sym_export] = ACTIONS(1750), - [anon_sym_alias] = ACTIONS(1750), - [anon_sym_let] = ACTIONS(1750), - [anon_sym_let_DASHenv] = ACTIONS(1750), - [anon_sym_mut] = ACTIONS(1750), - [anon_sym_const] = ACTIONS(1750), - [sym_cmd_identifier] = ACTIONS(1750), - [anon_sym_SEMI] = ACTIONS(1750), - [anon_sym_LF] = ACTIONS(1752), - [anon_sym_def] = ACTIONS(1750), - [anon_sym_def_DASHenv] = ACTIONS(1750), - [anon_sym_export_DASHenv] = ACTIONS(1750), - [anon_sym_extern] = ACTIONS(1750), - [anon_sym_module] = ACTIONS(1750), - [anon_sym_use] = ACTIONS(1750), - [anon_sym_LBRACK] = ACTIONS(1750), - [anon_sym_LPAREN] = ACTIONS(1750), - [anon_sym_DOLLAR] = ACTIONS(1750), - [anon_sym_error] = ACTIONS(1750), - [anon_sym_DASH] = ACTIONS(1750), - [anon_sym_break] = ACTIONS(1750), - [anon_sym_continue] = ACTIONS(1750), - [anon_sym_for] = ACTIONS(1750), - [anon_sym_loop] = ACTIONS(1750), - [anon_sym_while] = ACTIONS(1750), - [anon_sym_do] = ACTIONS(1750), - [anon_sym_if] = ACTIONS(1750), - [anon_sym_match] = ACTIONS(1750), - [anon_sym_LBRACE] = ACTIONS(1750), - [anon_sym_try] = ACTIONS(1750), - [anon_sym_return] = ACTIONS(1750), - [anon_sym_source] = ACTIONS(1750), - [anon_sym_source_DASHenv] = ACTIONS(1750), - [anon_sym_register] = ACTIONS(1750), - [anon_sym_hide] = ACTIONS(1750), - [anon_sym_hide_DASHenv] = ACTIONS(1750), - [anon_sym_overlay] = ACTIONS(1750), - [anon_sym_where] = ACTIONS(1750), - [anon_sym_not] = ACTIONS(1750), - [anon_sym_DOT_DOT_LT] = ACTIONS(1750), - [anon_sym_DOT_DOT] = ACTIONS(1750), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1750), - [sym_val_nothing] = ACTIONS(1750), - [anon_sym_true] = ACTIONS(1750), - [anon_sym_false] = ACTIONS(1750), - [aux_sym_val_number_token1] = ACTIONS(1750), - [aux_sym_val_number_token2] = ACTIONS(1750), - [aux_sym_val_number_token3] = ACTIONS(1750), - [aux_sym_val_number_token4] = ACTIONS(1750), - [anon_sym_inf] = ACTIONS(1750), - [anon_sym_DASHinf] = ACTIONS(1750), - [anon_sym_NaN] = ACTIONS(1750), - [anon_sym_0b] = ACTIONS(1750), - [anon_sym_0o] = ACTIONS(1750), - [anon_sym_0x] = ACTIONS(1750), - [sym_val_date] = ACTIONS(1750), - [anon_sym_DQUOTE] = ACTIONS(1750), - [sym__str_single_quotes] = ACTIONS(1750), - [sym__str_back_ticks] = ACTIONS(1750), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1750), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1750), - [anon_sym_CARET] = ACTIONS(1750), - [anon_sym_POUND] = ACTIONS(3), - }, - [937] = { - [sym_comment] = STATE(937), - [ts_builtin_sym_end] = ACTIONS(1874), - [anon_sym_export] = ACTIONS(1872), - [anon_sym_alias] = ACTIONS(1872), - [anon_sym_let] = ACTIONS(1872), - [anon_sym_let_DASHenv] = ACTIONS(1872), - [anon_sym_mut] = ACTIONS(1872), - [anon_sym_const] = ACTIONS(1872), - [sym_cmd_identifier] = ACTIONS(1872), - [anon_sym_SEMI] = ACTIONS(1872), - [anon_sym_LF] = ACTIONS(1874), - [anon_sym_def] = ACTIONS(1872), - [anon_sym_def_DASHenv] = ACTIONS(1872), - [anon_sym_export_DASHenv] = ACTIONS(1872), - [anon_sym_extern] = ACTIONS(1872), - [anon_sym_module] = ACTIONS(1872), - [anon_sym_use] = ACTIONS(1872), - [anon_sym_LBRACK] = ACTIONS(1872), - [anon_sym_LPAREN] = ACTIONS(1872), - [anon_sym_DOLLAR] = ACTIONS(1872), - [anon_sym_error] = ACTIONS(1872), - [anon_sym_DASH] = ACTIONS(1872), - [anon_sym_break] = ACTIONS(1872), - [anon_sym_continue] = ACTIONS(1872), - [anon_sym_for] = ACTIONS(1872), - [anon_sym_loop] = ACTIONS(1872), - [anon_sym_while] = ACTIONS(1872), - [anon_sym_do] = ACTIONS(1872), - [anon_sym_if] = ACTIONS(1872), - [anon_sym_match] = ACTIONS(1872), - [anon_sym_LBRACE] = ACTIONS(1872), - [anon_sym_try] = ACTIONS(1872), - [anon_sym_return] = ACTIONS(1872), - [anon_sym_source] = ACTIONS(1872), - [anon_sym_source_DASHenv] = ACTIONS(1872), - [anon_sym_register] = ACTIONS(1872), - [anon_sym_hide] = ACTIONS(1872), - [anon_sym_hide_DASHenv] = ACTIONS(1872), - [anon_sym_overlay] = ACTIONS(1872), - [anon_sym_where] = ACTIONS(1872), - [anon_sym_not] = ACTIONS(1872), - [anon_sym_DOT_DOT_LT] = ACTIONS(1872), - [anon_sym_DOT_DOT] = ACTIONS(1872), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1872), - [sym_val_nothing] = ACTIONS(1872), - [anon_sym_true] = ACTIONS(1872), - [anon_sym_false] = ACTIONS(1872), - [aux_sym_val_number_token1] = ACTIONS(1872), - [aux_sym_val_number_token2] = ACTIONS(1872), - [aux_sym_val_number_token3] = ACTIONS(1872), - [aux_sym_val_number_token4] = ACTIONS(1872), - [anon_sym_inf] = ACTIONS(1872), - [anon_sym_DASHinf] = ACTIONS(1872), - [anon_sym_NaN] = ACTIONS(1872), - [anon_sym_0b] = ACTIONS(1872), - [anon_sym_0o] = ACTIONS(1872), - [anon_sym_0x] = ACTIONS(1872), - [sym_val_date] = ACTIONS(1872), - [anon_sym_DQUOTE] = ACTIONS(1872), - [sym__str_single_quotes] = ACTIONS(1872), - [sym__str_back_ticks] = ACTIONS(1872), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1872), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1872), - [anon_sym_CARET] = ACTIONS(1872), - [anon_sym_POUND] = ACTIONS(3), - }, - [938] = { - [sym_comment] = STATE(938), - [ts_builtin_sym_end] = ACTIONS(1886), - [anon_sym_export] = ACTIONS(1884), - [anon_sym_alias] = ACTIONS(1884), - [anon_sym_let] = ACTIONS(1884), - [anon_sym_let_DASHenv] = ACTIONS(1884), - [anon_sym_mut] = ACTIONS(1884), - [anon_sym_const] = ACTIONS(1884), - [sym_cmd_identifier] = ACTIONS(1884), - [anon_sym_SEMI] = ACTIONS(1884), - [anon_sym_LF] = ACTIONS(1886), - [anon_sym_def] = ACTIONS(1884), - [anon_sym_def_DASHenv] = ACTIONS(1884), - [anon_sym_export_DASHenv] = ACTIONS(1884), - [anon_sym_extern] = ACTIONS(1884), - [anon_sym_module] = ACTIONS(1884), - [anon_sym_use] = ACTIONS(1884), - [anon_sym_LBRACK] = ACTIONS(1884), - [anon_sym_LPAREN] = ACTIONS(1884), - [anon_sym_DOLLAR] = ACTIONS(1884), - [anon_sym_error] = ACTIONS(1884), - [anon_sym_DASH] = ACTIONS(1884), - [anon_sym_break] = ACTIONS(1884), - [anon_sym_continue] = ACTIONS(1884), - [anon_sym_for] = ACTIONS(1884), - [anon_sym_loop] = ACTIONS(1884), - [anon_sym_while] = ACTIONS(1884), - [anon_sym_do] = ACTIONS(1884), - [anon_sym_if] = ACTIONS(1884), - [anon_sym_match] = ACTIONS(1884), - [anon_sym_LBRACE] = ACTIONS(1884), - [anon_sym_try] = ACTIONS(1884), - [anon_sym_return] = ACTIONS(1884), - [anon_sym_source] = ACTIONS(1884), - [anon_sym_source_DASHenv] = ACTIONS(1884), - [anon_sym_register] = ACTIONS(1884), - [anon_sym_hide] = ACTIONS(1884), - [anon_sym_hide_DASHenv] = ACTIONS(1884), - [anon_sym_overlay] = ACTIONS(1884), - [anon_sym_where] = ACTIONS(1884), - [anon_sym_not] = ACTIONS(1884), - [anon_sym_DOT_DOT_LT] = ACTIONS(1884), - [anon_sym_DOT_DOT] = ACTIONS(1884), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1884), - [sym_val_nothing] = ACTIONS(1884), - [anon_sym_true] = ACTIONS(1884), - [anon_sym_false] = ACTIONS(1884), - [aux_sym_val_number_token1] = ACTIONS(1884), - [aux_sym_val_number_token2] = ACTIONS(1884), - [aux_sym_val_number_token3] = ACTIONS(1884), - [aux_sym_val_number_token4] = ACTIONS(1884), - [anon_sym_inf] = ACTIONS(1884), - [anon_sym_DASHinf] = ACTIONS(1884), - [anon_sym_NaN] = ACTIONS(1884), - [anon_sym_0b] = ACTIONS(1884), - [anon_sym_0o] = ACTIONS(1884), - [anon_sym_0x] = ACTIONS(1884), - [sym_val_date] = ACTIONS(1884), - [anon_sym_DQUOTE] = ACTIONS(1884), - [sym__str_single_quotes] = ACTIONS(1884), - [sym__str_back_ticks] = ACTIONS(1884), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1884), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1884), - [anon_sym_CARET] = ACTIONS(1884), - [anon_sym_POUND] = ACTIONS(3), - }, - [939] = { - [sym_comment] = STATE(939), - [ts_builtin_sym_end] = ACTIONS(1800), - [anon_sym_export] = ACTIONS(1798), - [anon_sym_alias] = ACTIONS(1798), - [anon_sym_let] = ACTIONS(1798), - [anon_sym_let_DASHenv] = ACTIONS(1798), - [anon_sym_mut] = ACTIONS(1798), - [anon_sym_const] = ACTIONS(1798), - [sym_cmd_identifier] = ACTIONS(1798), - [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_LF] = ACTIONS(1800), - [anon_sym_def] = ACTIONS(1798), - [anon_sym_def_DASHenv] = ACTIONS(1798), - [anon_sym_export_DASHenv] = ACTIONS(1798), - [anon_sym_extern] = ACTIONS(1798), - [anon_sym_module] = ACTIONS(1798), - [anon_sym_use] = ACTIONS(1798), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_DOLLAR] = ACTIONS(1798), - [anon_sym_error] = ACTIONS(1798), - [anon_sym_DASH] = ACTIONS(1798), - [anon_sym_break] = ACTIONS(1798), - [anon_sym_continue] = ACTIONS(1798), - [anon_sym_for] = ACTIONS(1798), - [anon_sym_loop] = ACTIONS(1798), - [anon_sym_while] = ACTIONS(1798), - [anon_sym_do] = ACTIONS(1798), - [anon_sym_if] = ACTIONS(1798), - [anon_sym_match] = ACTIONS(1798), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_try] = ACTIONS(1798), - [anon_sym_return] = ACTIONS(1798), - [anon_sym_source] = ACTIONS(1798), - [anon_sym_source_DASHenv] = ACTIONS(1798), - [anon_sym_register] = ACTIONS(1798), - [anon_sym_hide] = ACTIONS(1798), - [anon_sym_hide_DASHenv] = ACTIONS(1798), - [anon_sym_overlay] = ACTIONS(1798), - [anon_sym_where] = ACTIONS(1798), - [anon_sym_not] = ACTIONS(1798), - [anon_sym_DOT_DOT_LT] = ACTIONS(1798), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1798), - [sym_val_nothing] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1798), - [anon_sym_false] = ACTIONS(1798), - [aux_sym_val_number_token1] = ACTIONS(1798), - [aux_sym_val_number_token2] = ACTIONS(1798), - [aux_sym_val_number_token3] = ACTIONS(1798), - [aux_sym_val_number_token4] = ACTIONS(1798), - [anon_sym_inf] = ACTIONS(1798), - [anon_sym_DASHinf] = ACTIONS(1798), - [anon_sym_NaN] = ACTIONS(1798), - [anon_sym_0b] = ACTIONS(1798), - [anon_sym_0o] = ACTIONS(1798), - [anon_sym_0x] = ACTIONS(1798), - [sym_val_date] = ACTIONS(1798), - [anon_sym_DQUOTE] = ACTIONS(1798), - [sym__str_single_quotes] = ACTIONS(1798), - [sym__str_back_ticks] = ACTIONS(1798), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1798), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1798), - [anon_sym_CARET] = ACTIONS(1798), - [anon_sym_POUND] = ACTIONS(3), - }, - [940] = { - [sym_comment] = STATE(940), - [ts_builtin_sym_end] = ACTIONS(1800), - [anon_sym_export] = ACTIONS(1798), - [anon_sym_alias] = ACTIONS(1798), - [anon_sym_let] = ACTIONS(1798), - [anon_sym_let_DASHenv] = ACTIONS(1798), - [anon_sym_mut] = ACTIONS(1798), - [anon_sym_const] = ACTIONS(1798), - [sym_cmd_identifier] = ACTIONS(1798), - [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_LF] = ACTIONS(1800), - [anon_sym_def] = ACTIONS(1798), - [anon_sym_def_DASHenv] = ACTIONS(1798), - [anon_sym_export_DASHenv] = ACTIONS(1798), - [anon_sym_extern] = ACTIONS(1798), - [anon_sym_module] = ACTIONS(1798), - [anon_sym_use] = ACTIONS(1798), - [anon_sym_LBRACK] = ACTIONS(1798), - [anon_sym_LPAREN] = ACTIONS(1798), - [anon_sym_DOLLAR] = ACTIONS(1798), - [anon_sym_error] = ACTIONS(1798), - [anon_sym_DASH] = ACTIONS(1798), - [anon_sym_break] = ACTIONS(1798), - [anon_sym_continue] = ACTIONS(1798), - [anon_sym_for] = ACTIONS(1798), - [anon_sym_loop] = ACTIONS(1798), - [anon_sym_while] = ACTIONS(1798), - [anon_sym_do] = ACTIONS(1798), - [anon_sym_if] = ACTIONS(1798), - [anon_sym_match] = ACTIONS(1798), - [anon_sym_LBRACE] = ACTIONS(1798), - [anon_sym_try] = ACTIONS(1798), - [anon_sym_return] = ACTIONS(1798), - [anon_sym_source] = ACTIONS(1798), - [anon_sym_source_DASHenv] = ACTIONS(1798), - [anon_sym_register] = ACTIONS(1798), - [anon_sym_hide] = ACTIONS(1798), - [anon_sym_hide_DASHenv] = ACTIONS(1798), - [anon_sym_overlay] = ACTIONS(1798), - [anon_sym_where] = ACTIONS(1798), - [anon_sym_not] = ACTIONS(1798), - [anon_sym_DOT_DOT_LT] = ACTIONS(1798), - [anon_sym_DOT_DOT] = ACTIONS(1798), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1798), - [sym_val_nothing] = ACTIONS(1798), - [anon_sym_true] = ACTIONS(1798), - [anon_sym_false] = ACTIONS(1798), - [aux_sym_val_number_token1] = ACTIONS(1798), - [aux_sym_val_number_token2] = ACTIONS(1798), - [aux_sym_val_number_token3] = ACTIONS(1798), - [aux_sym_val_number_token4] = ACTIONS(1798), - [anon_sym_inf] = ACTIONS(1798), - [anon_sym_DASHinf] = ACTIONS(1798), - [anon_sym_NaN] = ACTIONS(1798), - [anon_sym_0b] = ACTIONS(1798), - [anon_sym_0o] = ACTIONS(1798), - [anon_sym_0x] = ACTIONS(1798), - [sym_val_date] = ACTIONS(1798), - [anon_sym_DQUOTE] = ACTIONS(1798), - [sym__str_single_quotes] = ACTIONS(1798), - [sym__str_back_ticks] = ACTIONS(1798), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1798), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1798), - [anon_sym_CARET] = ACTIONS(1798), - [anon_sym_POUND] = ACTIONS(3), - }, [941] = { [sym_comment] = STATE(941), - [ts_builtin_sym_end] = ACTIONS(1792), - [anon_sym_export] = ACTIONS(1790), - [anon_sym_alias] = ACTIONS(1790), - [anon_sym_let] = ACTIONS(1790), - [anon_sym_let_DASHenv] = ACTIONS(1790), - [anon_sym_mut] = ACTIONS(1790), - [anon_sym_const] = ACTIONS(1790), - [sym_cmd_identifier] = ACTIONS(1790), - [anon_sym_SEMI] = ACTIONS(1790), - [anon_sym_LF] = ACTIONS(1792), - [anon_sym_def] = ACTIONS(1790), - [anon_sym_def_DASHenv] = ACTIONS(1790), - [anon_sym_export_DASHenv] = ACTIONS(1790), - [anon_sym_extern] = ACTIONS(1790), - [anon_sym_module] = ACTIONS(1790), - [anon_sym_use] = ACTIONS(1790), - [anon_sym_LBRACK] = ACTIONS(1790), - [anon_sym_LPAREN] = ACTIONS(1790), - [anon_sym_DOLLAR] = ACTIONS(1790), - [anon_sym_error] = ACTIONS(1790), - [anon_sym_DASH] = ACTIONS(1790), - [anon_sym_break] = ACTIONS(1790), - [anon_sym_continue] = ACTIONS(1790), - [anon_sym_for] = ACTIONS(1790), - [anon_sym_loop] = ACTIONS(1790), - [anon_sym_while] = ACTIONS(1790), - [anon_sym_do] = ACTIONS(1790), - [anon_sym_if] = ACTIONS(1790), - [anon_sym_match] = ACTIONS(1790), - [anon_sym_LBRACE] = ACTIONS(1790), - [anon_sym_try] = ACTIONS(1790), - [anon_sym_return] = ACTIONS(1790), - [anon_sym_source] = ACTIONS(1790), - [anon_sym_source_DASHenv] = ACTIONS(1790), - [anon_sym_register] = ACTIONS(1790), - [anon_sym_hide] = ACTIONS(1790), - [anon_sym_hide_DASHenv] = ACTIONS(1790), - [anon_sym_overlay] = ACTIONS(1790), - [anon_sym_where] = ACTIONS(1790), - [anon_sym_not] = ACTIONS(1790), - [anon_sym_DOT_DOT_LT] = ACTIONS(1790), - [anon_sym_DOT_DOT] = ACTIONS(1790), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1790), - [sym_val_nothing] = ACTIONS(1790), - [anon_sym_true] = ACTIONS(1790), - [anon_sym_false] = ACTIONS(1790), - [aux_sym_val_number_token1] = ACTIONS(1790), - [aux_sym_val_number_token2] = ACTIONS(1790), - [aux_sym_val_number_token3] = ACTIONS(1790), - [aux_sym_val_number_token4] = ACTIONS(1790), - [anon_sym_inf] = ACTIONS(1790), - [anon_sym_DASHinf] = ACTIONS(1790), - [anon_sym_NaN] = ACTIONS(1790), - [anon_sym_0b] = ACTIONS(1790), - [anon_sym_0o] = ACTIONS(1790), - [anon_sym_0x] = ACTIONS(1790), - [sym_val_date] = ACTIONS(1790), - [anon_sym_DQUOTE] = ACTIONS(1790), - [sym__str_single_quotes] = ACTIONS(1790), - [sym__str_back_ticks] = ACTIONS(1790), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1790), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1790), - [anon_sym_CARET] = ACTIONS(1790), + [ts_builtin_sym_end] = ACTIONS(1858), + [anon_sym_export] = ACTIONS(1856), + [anon_sym_alias] = ACTIONS(1856), + [anon_sym_let] = ACTIONS(1856), + [anon_sym_let_DASHenv] = ACTIONS(1856), + [anon_sym_mut] = ACTIONS(1856), + [anon_sym_const] = ACTIONS(1856), + [sym_cmd_identifier] = ACTIONS(1856), + [anon_sym_SEMI] = ACTIONS(1856), + [anon_sym_LF] = ACTIONS(1858), + [anon_sym_def] = ACTIONS(1856), + [anon_sym_def_DASHenv] = ACTIONS(1856), + [anon_sym_export_DASHenv] = ACTIONS(1856), + [anon_sym_extern] = ACTIONS(1856), + [anon_sym_module] = ACTIONS(1856), + [anon_sym_use] = ACTIONS(1856), + [anon_sym_LBRACK] = ACTIONS(1856), + [anon_sym_LPAREN] = ACTIONS(1856), + [anon_sym_DOLLAR] = ACTIONS(1856), + [anon_sym_error] = ACTIONS(1856), + [anon_sym_DASH] = ACTIONS(1856), + [anon_sym_break] = ACTIONS(1856), + [anon_sym_continue] = ACTIONS(1856), + [anon_sym_for] = ACTIONS(1856), + [anon_sym_loop] = ACTIONS(1856), + [anon_sym_while] = ACTIONS(1856), + [anon_sym_do] = ACTIONS(1856), + [anon_sym_if] = ACTIONS(1856), + [anon_sym_match] = ACTIONS(1856), + [anon_sym_LBRACE] = ACTIONS(1856), + [anon_sym_try] = ACTIONS(1856), + [anon_sym_return] = ACTIONS(1856), + [anon_sym_source] = ACTIONS(1856), + [anon_sym_source_DASHenv] = ACTIONS(1856), + [anon_sym_register] = ACTIONS(1856), + [anon_sym_hide] = ACTIONS(1856), + [anon_sym_hide_DASHenv] = ACTIONS(1856), + [anon_sym_overlay] = ACTIONS(1856), + [anon_sym_where] = ACTIONS(1856), + [anon_sym_not] = ACTIONS(1856), + [anon_sym_DOT_DOT_LT] = ACTIONS(1856), + [anon_sym_DOT_DOT] = ACTIONS(1856), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1856), + [sym_val_nothing] = ACTIONS(1856), + [anon_sym_true] = ACTIONS(1856), + [anon_sym_false] = ACTIONS(1856), + [aux_sym_val_number_token1] = ACTIONS(1856), + [aux_sym_val_number_token2] = ACTIONS(1856), + [aux_sym_val_number_token3] = ACTIONS(1856), + [aux_sym_val_number_token4] = ACTIONS(1856), + [anon_sym_inf] = ACTIONS(1856), + [anon_sym_DASHinf] = ACTIONS(1856), + [anon_sym_NaN] = ACTIONS(1856), + [anon_sym_0b] = ACTIONS(1856), + [anon_sym_0o] = ACTIONS(1856), + [anon_sym_0x] = ACTIONS(1856), + [sym_val_date] = ACTIONS(1856), + [anon_sym_DQUOTE] = ACTIONS(1856), + [sym__str_single_quotes] = ACTIONS(1856), + [sym__str_back_ticks] = ACTIONS(1856), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1856), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1856), + [anon_sym_CARET] = ACTIONS(1856), [anon_sym_POUND] = ACTIONS(3), }, [942] = { [sym_comment] = STATE(942), - [ts_builtin_sym_end] = ACTIONS(1970), - [anon_sym_export] = ACTIONS(1968), - [anon_sym_alias] = ACTIONS(1968), - [anon_sym_let] = ACTIONS(1968), - [anon_sym_let_DASHenv] = ACTIONS(1968), - [anon_sym_mut] = ACTIONS(1968), - [anon_sym_const] = ACTIONS(1968), - [sym_cmd_identifier] = ACTIONS(1968), - [anon_sym_SEMI] = ACTIONS(1968), - [anon_sym_LF] = ACTIONS(1970), - [anon_sym_def] = ACTIONS(1968), - [anon_sym_def_DASHenv] = ACTIONS(1968), - [anon_sym_export_DASHenv] = ACTIONS(1968), - [anon_sym_extern] = ACTIONS(1968), - [anon_sym_module] = ACTIONS(1968), - [anon_sym_use] = ACTIONS(1968), - [anon_sym_LBRACK] = ACTIONS(1968), - [anon_sym_LPAREN] = ACTIONS(1968), - [anon_sym_DOLLAR] = ACTIONS(1968), - [anon_sym_error] = ACTIONS(1968), - [anon_sym_DASH] = ACTIONS(1968), - [anon_sym_break] = ACTIONS(1968), - [anon_sym_continue] = ACTIONS(1968), - [anon_sym_for] = ACTIONS(1968), - [anon_sym_loop] = ACTIONS(1968), - [anon_sym_while] = ACTIONS(1968), - [anon_sym_do] = ACTIONS(1968), - [anon_sym_if] = ACTIONS(1968), - [anon_sym_match] = ACTIONS(1968), - [anon_sym_LBRACE] = ACTIONS(1968), - [anon_sym_try] = ACTIONS(1968), - [anon_sym_return] = ACTIONS(1968), - [anon_sym_source] = ACTIONS(1968), - [anon_sym_source_DASHenv] = ACTIONS(1968), - [anon_sym_register] = ACTIONS(1968), - [anon_sym_hide] = ACTIONS(1968), - [anon_sym_hide_DASHenv] = ACTIONS(1968), - [anon_sym_overlay] = ACTIONS(1968), - [anon_sym_where] = ACTIONS(1968), - [anon_sym_not] = ACTIONS(1968), - [anon_sym_DOT_DOT_LT] = ACTIONS(1968), - [anon_sym_DOT_DOT] = ACTIONS(1968), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1968), - [sym_val_nothing] = ACTIONS(1968), - [anon_sym_true] = ACTIONS(1968), - [anon_sym_false] = ACTIONS(1968), - [aux_sym_val_number_token1] = ACTIONS(1968), - [aux_sym_val_number_token2] = ACTIONS(1968), - [aux_sym_val_number_token3] = ACTIONS(1968), - [aux_sym_val_number_token4] = ACTIONS(1968), - [anon_sym_inf] = ACTIONS(1968), - [anon_sym_DASHinf] = ACTIONS(1968), - [anon_sym_NaN] = ACTIONS(1968), - [anon_sym_0b] = ACTIONS(1968), - [anon_sym_0o] = ACTIONS(1968), - [anon_sym_0x] = ACTIONS(1968), - [sym_val_date] = ACTIONS(1968), - [anon_sym_DQUOTE] = ACTIONS(1968), - [sym__str_single_quotes] = ACTIONS(1968), - [sym__str_back_ticks] = ACTIONS(1968), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1968), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1968), - [anon_sym_CARET] = ACTIONS(1968), + [ts_builtin_sym_end] = ACTIONS(1950), + [anon_sym_export] = ACTIONS(1948), + [anon_sym_alias] = ACTIONS(1948), + [anon_sym_let] = ACTIONS(1948), + [anon_sym_let_DASHenv] = ACTIONS(1948), + [anon_sym_mut] = ACTIONS(1948), + [anon_sym_const] = ACTIONS(1948), + [sym_cmd_identifier] = ACTIONS(1948), + [anon_sym_SEMI] = ACTIONS(1948), + [anon_sym_LF] = ACTIONS(1950), + [anon_sym_def] = ACTIONS(1948), + [anon_sym_def_DASHenv] = ACTIONS(1948), + [anon_sym_export_DASHenv] = ACTIONS(1948), + [anon_sym_extern] = ACTIONS(1948), + [anon_sym_module] = ACTIONS(1948), + [anon_sym_use] = ACTIONS(1948), + [anon_sym_LBRACK] = ACTIONS(1948), + [anon_sym_LPAREN] = ACTIONS(1948), + [anon_sym_DOLLAR] = ACTIONS(1948), + [anon_sym_error] = ACTIONS(1948), + [anon_sym_DASH] = ACTIONS(1948), + [anon_sym_break] = ACTIONS(1948), + [anon_sym_continue] = ACTIONS(1948), + [anon_sym_for] = ACTIONS(1948), + [anon_sym_loop] = ACTIONS(1948), + [anon_sym_while] = ACTIONS(1948), + [anon_sym_do] = ACTIONS(1948), + [anon_sym_if] = ACTIONS(1948), + [anon_sym_match] = ACTIONS(1948), + [anon_sym_LBRACE] = ACTIONS(1948), + [anon_sym_try] = ACTIONS(1948), + [anon_sym_return] = ACTIONS(1948), + [anon_sym_source] = ACTIONS(1948), + [anon_sym_source_DASHenv] = ACTIONS(1948), + [anon_sym_register] = ACTIONS(1948), + [anon_sym_hide] = ACTIONS(1948), + [anon_sym_hide_DASHenv] = ACTIONS(1948), + [anon_sym_overlay] = ACTIONS(1948), + [anon_sym_where] = ACTIONS(1948), + [anon_sym_not] = ACTIONS(1948), + [anon_sym_DOT_DOT_LT] = ACTIONS(1948), + [anon_sym_DOT_DOT] = ACTIONS(1948), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1948), + [sym_val_nothing] = ACTIONS(1948), + [anon_sym_true] = ACTIONS(1948), + [anon_sym_false] = ACTIONS(1948), + [aux_sym_val_number_token1] = ACTIONS(1948), + [aux_sym_val_number_token2] = ACTIONS(1948), + [aux_sym_val_number_token3] = ACTIONS(1948), + [aux_sym_val_number_token4] = ACTIONS(1948), + [anon_sym_inf] = ACTIONS(1948), + [anon_sym_DASHinf] = ACTIONS(1948), + [anon_sym_NaN] = ACTIONS(1948), + [anon_sym_0b] = ACTIONS(1948), + [anon_sym_0o] = ACTIONS(1948), + [anon_sym_0x] = ACTIONS(1948), + [sym_val_date] = ACTIONS(1948), + [anon_sym_DQUOTE] = ACTIONS(1948), + [sym__str_single_quotes] = ACTIONS(1948), + [sym__str_back_ticks] = ACTIONS(1948), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1948), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1948), + [anon_sym_CARET] = ACTIONS(1948), [anon_sym_POUND] = ACTIONS(3), }, [943] = { [sym_comment] = STATE(943), - [ts_builtin_sym_end] = ACTIONS(2036), - [anon_sym_export] = ACTIONS(2034), - [anon_sym_alias] = ACTIONS(2034), - [anon_sym_let] = ACTIONS(2034), - [anon_sym_let_DASHenv] = ACTIONS(2034), - [anon_sym_mut] = ACTIONS(2034), - [anon_sym_const] = ACTIONS(2034), - [sym_cmd_identifier] = ACTIONS(2034), - [anon_sym_SEMI] = ACTIONS(2034), - [anon_sym_LF] = ACTIONS(2036), - [anon_sym_def] = ACTIONS(2034), - [anon_sym_def_DASHenv] = ACTIONS(2034), - [anon_sym_export_DASHenv] = ACTIONS(2034), - [anon_sym_extern] = ACTIONS(2034), - [anon_sym_module] = ACTIONS(2034), - [anon_sym_use] = ACTIONS(2034), - [anon_sym_LBRACK] = ACTIONS(2034), - [anon_sym_LPAREN] = ACTIONS(2034), - [anon_sym_DOLLAR] = ACTIONS(2034), - [anon_sym_error] = ACTIONS(2034), - [anon_sym_DASH] = ACTIONS(2034), - [anon_sym_break] = ACTIONS(2034), - [anon_sym_continue] = ACTIONS(2034), - [anon_sym_for] = ACTIONS(2034), - [anon_sym_loop] = ACTIONS(2034), - [anon_sym_while] = ACTIONS(2034), - [anon_sym_do] = ACTIONS(2034), - [anon_sym_if] = ACTIONS(2034), - [anon_sym_match] = ACTIONS(2034), - [anon_sym_LBRACE] = ACTIONS(2034), - [anon_sym_try] = ACTIONS(2034), - [anon_sym_return] = ACTIONS(2034), - [anon_sym_source] = ACTIONS(2034), - [anon_sym_source_DASHenv] = ACTIONS(2034), - [anon_sym_register] = ACTIONS(2034), - [anon_sym_hide] = ACTIONS(2034), - [anon_sym_hide_DASHenv] = ACTIONS(2034), - [anon_sym_overlay] = ACTIONS(2034), - [anon_sym_where] = ACTIONS(2034), - [anon_sym_not] = ACTIONS(2034), - [anon_sym_DOT_DOT_LT] = ACTIONS(2034), - [anon_sym_DOT_DOT] = ACTIONS(2034), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2034), - [sym_val_nothing] = ACTIONS(2034), - [anon_sym_true] = ACTIONS(2034), - [anon_sym_false] = ACTIONS(2034), - [aux_sym_val_number_token1] = ACTIONS(2034), - [aux_sym_val_number_token2] = ACTIONS(2034), - [aux_sym_val_number_token3] = ACTIONS(2034), - [aux_sym_val_number_token4] = ACTIONS(2034), - [anon_sym_inf] = ACTIONS(2034), - [anon_sym_DASHinf] = ACTIONS(2034), - [anon_sym_NaN] = ACTIONS(2034), - [anon_sym_0b] = ACTIONS(2034), - [anon_sym_0o] = ACTIONS(2034), - [anon_sym_0x] = ACTIONS(2034), - [sym_val_date] = ACTIONS(2034), - [anon_sym_DQUOTE] = ACTIONS(2034), - [sym__str_single_quotes] = ACTIONS(2034), - [sym__str_back_ticks] = ACTIONS(2034), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2034), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2034), - [anon_sym_CARET] = ACTIONS(2034), + [ts_builtin_sym_end] = ACTIONS(1950), + [anon_sym_export] = ACTIONS(1948), + [anon_sym_alias] = ACTIONS(1948), + [anon_sym_let] = ACTIONS(1948), + [anon_sym_let_DASHenv] = ACTIONS(1948), + [anon_sym_mut] = ACTIONS(1948), + [anon_sym_const] = ACTIONS(1948), + [sym_cmd_identifier] = ACTIONS(1948), + [anon_sym_SEMI] = ACTIONS(1948), + [anon_sym_LF] = ACTIONS(1950), + [anon_sym_def] = ACTIONS(1948), + [anon_sym_def_DASHenv] = ACTIONS(1948), + [anon_sym_export_DASHenv] = ACTIONS(1948), + [anon_sym_extern] = ACTIONS(1948), + [anon_sym_module] = ACTIONS(1948), + [anon_sym_use] = ACTIONS(1948), + [anon_sym_LBRACK] = ACTIONS(1948), + [anon_sym_LPAREN] = ACTIONS(1948), + [anon_sym_DOLLAR] = ACTIONS(1948), + [anon_sym_error] = ACTIONS(1948), + [anon_sym_DASH] = ACTIONS(1948), + [anon_sym_break] = ACTIONS(1948), + [anon_sym_continue] = ACTIONS(1948), + [anon_sym_for] = ACTIONS(1948), + [anon_sym_loop] = ACTIONS(1948), + [anon_sym_while] = ACTIONS(1948), + [anon_sym_do] = ACTIONS(1948), + [anon_sym_if] = ACTIONS(1948), + [anon_sym_match] = ACTIONS(1948), + [anon_sym_LBRACE] = ACTIONS(1948), + [anon_sym_try] = ACTIONS(1948), + [anon_sym_return] = ACTIONS(1948), + [anon_sym_source] = ACTIONS(1948), + [anon_sym_source_DASHenv] = ACTIONS(1948), + [anon_sym_register] = ACTIONS(1948), + [anon_sym_hide] = ACTIONS(1948), + [anon_sym_hide_DASHenv] = ACTIONS(1948), + [anon_sym_overlay] = ACTIONS(1948), + [anon_sym_where] = ACTIONS(1948), + [anon_sym_not] = ACTIONS(1948), + [anon_sym_DOT_DOT_LT] = ACTIONS(1948), + [anon_sym_DOT_DOT] = ACTIONS(1948), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1948), + [sym_val_nothing] = ACTIONS(1948), + [anon_sym_true] = ACTIONS(1948), + [anon_sym_false] = ACTIONS(1948), + [aux_sym_val_number_token1] = ACTIONS(1948), + [aux_sym_val_number_token2] = ACTIONS(1948), + [aux_sym_val_number_token3] = ACTIONS(1948), + [aux_sym_val_number_token4] = ACTIONS(1948), + [anon_sym_inf] = ACTIONS(1948), + [anon_sym_DASHinf] = ACTIONS(1948), + [anon_sym_NaN] = ACTIONS(1948), + [anon_sym_0b] = ACTIONS(1948), + [anon_sym_0o] = ACTIONS(1948), + [anon_sym_0x] = ACTIONS(1948), + [sym_val_date] = ACTIONS(1948), + [anon_sym_DQUOTE] = ACTIONS(1948), + [sym__str_single_quotes] = ACTIONS(1948), + [sym__str_back_ticks] = ACTIONS(1948), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1948), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1948), + [anon_sym_CARET] = ACTIONS(1948), [anon_sym_POUND] = ACTIONS(3), }, [944] = { [sym_comment] = STATE(944), - [ts_builtin_sym_end] = ACTIONS(1924), - [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), - [sym_cmd_identifier] = ACTIONS(1922), - [anon_sym_SEMI] = ACTIONS(1922), - [anon_sym_LF] = ACTIONS(1924), - [anon_sym_def] = ACTIONS(1922), - [anon_sym_def_DASHenv] = 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_LBRACK] = ACTIONS(1922), - [anon_sym_LPAREN] = ACTIONS(1922), - [anon_sym_DOLLAR] = ACTIONS(1922), - [anon_sym_error] = ACTIONS(1922), - [anon_sym_DASH] = ACTIONS(1922), - [anon_sym_break] = ACTIONS(1922), - [anon_sym_continue] = ACTIONS(1922), - [anon_sym_for] = ACTIONS(1922), - [anon_sym_loop] = ACTIONS(1922), - [anon_sym_while] = ACTIONS(1922), - [anon_sym_do] = ACTIONS(1922), - [anon_sym_if] = ACTIONS(1922), - [anon_sym_match] = ACTIONS(1922), - [anon_sym_LBRACE] = ACTIONS(1922), - [anon_sym_try] = 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_where] = ACTIONS(1922), - [anon_sym_not] = ACTIONS(1922), - [anon_sym_DOT_DOT_LT] = ACTIONS(1922), - [anon_sym_DOT_DOT] = ACTIONS(1922), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1922), - [sym_val_nothing] = ACTIONS(1922), - [anon_sym_true] = ACTIONS(1922), - [anon_sym_false] = 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), - [anon_sym_inf] = ACTIONS(1922), - [anon_sym_DASHinf] = ACTIONS(1922), - [anon_sym_NaN] = ACTIONS(1922), - [anon_sym_0b] = ACTIONS(1922), - [anon_sym_0o] = ACTIONS(1922), - [anon_sym_0x] = ACTIONS(1922), - [sym_val_date] = ACTIONS(1922), - [anon_sym_DQUOTE] = ACTIONS(1922), - [sym__str_single_quotes] = ACTIONS(1922), - [sym__str_back_ticks] = ACTIONS(1922), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1922), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1922), - [anon_sym_CARET] = ACTIONS(1922), + [ts_builtin_sym_end] = ACTIONS(1922), + [anon_sym_export] = ACTIONS(1920), + [anon_sym_alias] = ACTIONS(1920), + [anon_sym_let] = ACTIONS(1920), + [anon_sym_let_DASHenv] = ACTIONS(1920), + [anon_sym_mut] = ACTIONS(1920), + [anon_sym_const] = ACTIONS(1920), + [sym_cmd_identifier] = ACTIONS(1920), + [anon_sym_SEMI] = ACTIONS(1920), + [anon_sym_LF] = ACTIONS(1922), + [anon_sym_def] = ACTIONS(1920), + [anon_sym_def_DASHenv] = ACTIONS(1920), + [anon_sym_export_DASHenv] = ACTIONS(1920), + [anon_sym_extern] = ACTIONS(1920), + [anon_sym_module] = ACTIONS(1920), + [anon_sym_use] = ACTIONS(1920), + [anon_sym_LBRACK] = ACTIONS(1920), + [anon_sym_LPAREN] = ACTIONS(1920), + [anon_sym_DOLLAR] = ACTIONS(1920), + [anon_sym_error] = ACTIONS(1920), + [anon_sym_DASH] = ACTIONS(1920), + [anon_sym_break] = ACTIONS(1920), + [anon_sym_continue] = ACTIONS(1920), + [anon_sym_for] = ACTIONS(1920), + [anon_sym_loop] = ACTIONS(1920), + [anon_sym_while] = ACTIONS(1920), + [anon_sym_do] = ACTIONS(1920), + [anon_sym_if] = ACTIONS(1920), + [anon_sym_match] = ACTIONS(1920), + [anon_sym_LBRACE] = ACTIONS(1920), + [anon_sym_try] = ACTIONS(1920), + [anon_sym_return] = ACTIONS(1920), + [anon_sym_source] = ACTIONS(1920), + [anon_sym_source_DASHenv] = ACTIONS(1920), + [anon_sym_register] = ACTIONS(1920), + [anon_sym_hide] = ACTIONS(1920), + [anon_sym_hide_DASHenv] = ACTIONS(1920), + [anon_sym_overlay] = ACTIONS(1920), + [anon_sym_where] = ACTIONS(1920), + [anon_sym_not] = ACTIONS(1920), + [anon_sym_DOT_DOT_LT] = ACTIONS(1920), + [anon_sym_DOT_DOT] = ACTIONS(1920), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1920), + [sym_val_nothing] = ACTIONS(1920), + [anon_sym_true] = ACTIONS(1920), + [anon_sym_false] = 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(1920), + [anon_sym_inf] = ACTIONS(1920), + [anon_sym_DASHinf] = ACTIONS(1920), + [anon_sym_NaN] = ACTIONS(1920), + [anon_sym_0b] = ACTIONS(1920), + [anon_sym_0o] = ACTIONS(1920), + [anon_sym_0x] = ACTIONS(1920), + [sym_val_date] = ACTIONS(1920), + [anon_sym_DQUOTE] = ACTIONS(1920), + [sym__str_single_quotes] = ACTIONS(1920), + [sym__str_back_ticks] = ACTIONS(1920), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1920), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1920), + [anon_sym_CARET] = ACTIONS(1920), [anon_sym_POUND] = ACTIONS(3), }, [945] = { [sym_comment] = STATE(945), - [ts_builtin_sym_end] = ACTIONS(2024), - [anon_sym_export] = ACTIONS(2022), - [anon_sym_alias] = ACTIONS(2022), - [anon_sym_let] = ACTIONS(2022), - [anon_sym_let_DASHenv] = ACTIONS(2022), - [anon_sym_mut] = ACTIONS(2022), - [anon_sym_const] = ACTIONS(2022), - [sym_cmd_identifier] = ACTIONS(2022), - [anon_sym_SEMI] = ACTIONS(2022), - [anon_sym_LF] = ACTIONS(2024), - [anon_sym_def] = ACTIONS(2022), - [anon_sym_def_DASHenv] = ACTIONS(2022), - [anon_sym_export_DASHenv] = ACTIONS(2022), - [anon_sym_extern] = ACTIONS(2022), - [anon_sym_module] = ACTIONS(2022), - [anon_sym_use] = ACTIONS(2022), - [anon_sym_LBRACK] = ACTIONS(2022), - [anon_sym_LPAREN] = ACTIONS(2022), - [anon_sym_DOLLAR] = ACTIONS(2022), - [anon_sym_error] = ACTIONS(2022), - [anon_sym_DASH] = ACTIONS(2022), - [anon_sym_break] = ACTIONS(2022), - [anon_sym_continue] = ACTIONS(2022), - [anon_sym_for] = ACTIONS(2022), - [anon_sym_loop] = ACTIONS(2022), - [anon_sym_while] = ACTIONS(2022), - [anon_sym_do] = ACTIONS(2022), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_match] = ACTIONS(2022), - [anon_sym_LBRACE] = ACTIONS(2022), - [anon_sym_try] = ACTIONS(2022), - [anon_sym_return] = ACTIONS(2022), - [anon_sym_source] = ACTIONS(2022), - [anon_sym_source_DASHenv] = ACTIONS(2022), - [anon_sym_register] = ACTIONS(2022), - [anon_sym_hide] = ACTIONS(2022), - [anon_sym_hide_DASHenv] = ACTIONS(2022), - [anon_sym_overlay] = ACTIONS(2022), - [anon_sym_where] = ACTIONS(2022), - [anon_sym_not] = ACTIONS(2022), - [anon_sym_DOT_DOT_LT] = ACTIONS(2022), - [anon_sym_DOT_DOT] = ACTIONS(2022), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2022), - [sym_val_nothing] = ACTIONS(2022), - [anon_sym_true] = ACTIONS(2022), - [anon_sym_false] = ACTIONS(2022), - [aux_sym_val_number_token1] = ACTIONS(2022), - [aux_sym_val_number_token2] = ACTIONS(2022), - [aux_sym_val_number_token3] = ACTIONS(2022), - [aux_sym_val_number_token4] = ACTIONS(2022), - [anon_sym_inf] = ACTIONS(2022), - [anon_sym_DASHinf] = ACTIONS(2022), - [anon_sym_NaN] = ACTIONS(2022), - [anon_sym_0b] = ACTIONS(2022), - [anon_sym_0o] = ACTIONS(2022), - [anon_sym_0x] = ACTIONS(2022), - [sym_val_date] = ACTIONS(2022), - [anon_sym_DQUOTE] = ACTIONS(2022), - [sym__str_single_quotes] = ACTIONS(2022), - [sym__str_back_ticks] = ACTIONS(2022), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2022), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2022), - [anon_sym_CARET] = ACTIONS(2022), + [ts_builtin_sym_end] = ACTIONS(1830), + [anon_sym_export] = ACTIONS(1828), + [anon_sym_alias] = ACTIONS(1828), + [anon_sym_let] = ACTIONS(1828), + [anon_sym_let_DASHenv] = ACTIONS(1828), + [anon_sym_mut] = ACTIONS(1828), + [anon_sym_const] = ACTIONS(1828), + [sym_cmd_identifier] = ACTIONS(1828), + [anon_sym_SEMI] = ACTIONS(1828), + [anon_sym_LF] = ACTIONS(1830), + [anon_sym_def] = ACTIONS(1828), + [anon_sym_def_DASHenv] = ACTIONS(1828), + [anon_sym_export_DASHenv] = ACTIONS(1828), + [anon_sym_extern] = ACTIONS(1828), + [anon_sym_module] = ACTIONS(1828), + [anon_sym_use] = ACTIONS(1828), + [anon_sym_LBRACK] = ACTIONS(1828), + [anon_sym_LPAREN] = ACTIONS(1828), + [anon_sym_DOLLAR] = ACTIONS(1828), + [anon_sym_error] = ACTIONS(1828), + [anon_sym_DASH] = ACTIONS(1828), + [anon_sym_break] = ACTIONS(1828), + [anon_sym_continue] = ACTIONS(1828), + [anon_sym_for] = ACTIONS(1828), + [anon_sym_loop] = ACTIONS(1828), + [anon_sym_while] = ACTIONS(1828), + [anon_sym_do] = ACTIONS(1828), + [anon_sym_if] = ACTIONS(1828), + [anon_sym_match] = ACTIONS(1828), + [anon_sym_LBRACE] = ACTIONS(1828), + [anon_sym_try] = ACTIONS(1828), + [anon_sym_return] = ACTIONS(1828), + [anon_sym_source] = ACTIONS(1828), + [anon_sym_source_DASHenv] = ACTIONS(1828), + [anon_sym_register] = ACTIONS(1828), + [anon_sym_hide] = ACTIONS(1828), + [anon_sym_hide_DASHenv] = ACTIONS(1828), + [anon_sym_overlay] = ACTIONS(1828), + [anon_sym_where] = ACTIONS(1828), + [anon_sym_not] = ACTIONS(1828), + [anon_sym_DOT_DOT_LT] = ACTIONS(1828), + [anon_sym_DOT_DOT] = ACTIONS(1828), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1828), + [sym_val_nothing] = ACTIONS(1828), + [anon_sym_true] = ACTIONS(1828), + [anon_sym_false] = ACTIONS(1828), + [aux_sym_val_number_token1] = ACTIONS(1828), + [aux_sym_val_number_token2] = ACTIONS(1828), + [aux_sym_val_number_token3] = ACTIONS(1828), + [aux_sym_val_number_token4] = ACTIONS(1828), + [anon_sym_inf] = ACTIONS(1828), + [anon_sym_DASHinf] = ACTIONS(1828), + [anon_sym_NaN] = ACTIONS(1828), + [anon_sym_0b] = ACTIONS(1828), + [anon_sym_0o] = ACTIONS(1828), + [anon_sym_0x] = ACTIONS(1828), + [sym_val_date] = ACTIONS(1828), + [anon_sym_DQUOTE] = ACTIONS(1828), + [sym__str_single_quotes] = ACTIONS(1828), + [sym__str_back_ticks] = ACTIONS(1828), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1828), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1828), + [anon_sym_CARET] = ACTIONS(1828), [anon_sym_POUND] = ACTIONS(3), }, [946] = { [sym_comment] = STATE(946), - [ts_builtin_sym_end] = ACTIONS(1920), - [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), - [sym_cmd_identifier] = ACTIONS(1918), - [anon_sym_SEMI] = ACTIONS(1918), - [anon_sym_LF] = ACTIONS(1920), - [anon_sym_def] = ACTIONS(1918), - [anon_sym_def_DASHenv] = 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_LBRACK] = ACTIONS(1918), - [anon_sym_LPAREN] = ACTIONS(1918), - [anon_sym_DOLLAR] = ACTIONS(1918), - [anon_sym_error] = ACTIONS(1918), - [anon_sym_DASH] = ACTIONS(1918), - [anon_sym_break] = ACTIONS(1918), - [anon_sym_continue] = ACTIONS(1918), - [anon_sym_for] = ACTIONS(1918), - [anon_sym_loop] = ACTIONS(1918), - [anon_sym_while] = ACTIONS(1918), - [anon_sym_do] = ACTIONS(1918), - [anon_sym_if] = ACTIONS(1918), - [anon_sym_match] = ACTIONS(1918), - [anon_sym_LBRACE] = ACTIONS(1918), - [anon_sym_try] = 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_where] = ACTIONS(1918), - [anon_sym_not] = ACTIONS(1918), - [anon_sym_DOT_DOT_LT] = ACTIONS(1918), - [anon_sym_DOT_DOT] = ACTIONS(1918), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1918), - [sym_val_nothing] = ACTIONS(1918), - [anon_sym_true] = ACTIONS(1918), - [anon_sym_false] = 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), - [anon_sym_inf] = ACTIONS(1918), - [anon_sym_DASHinf] = ACTIONS(1918), - [anon_sym_NaN] = ACTIONS(1918), - [anon_sym_0b] = ACTIONS(1918), - [anon_sym_0o] = ACTIONS(1918), - [anon_sym_0x] = ACTIONS(1918), - [sym_val_date] = ACTIONS(1918), - [anon_sym_DQUOTE] = ACTIONS(1918), - [sym__str_single_quotes] = ACTIONS(1918), - [sym__str_back_ticks] = ACTIONS(1918), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1918), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1918), - [anon_sym_CARET] = ACTIONS(1918), + [ts_builtin_sym_end] = ACTIONS(1938), + [anon_sym_export] = ACTIONS(1936), + [anon_sym_alias] = ACTIONS(1936), + [anon_sym_let] = ACTIONS(1936), + [anon_sym_let_DASHenv] = ACTIONS(1936), + [anon_sym_mut] = ACTIONS(1936), + [anon_sym_const] = ACTIONS(1936), + [sym_cmd_identifier] = ACTIONS(1936), + [anon_sym_SEMI] = ACTIONS(1936), + [anon_sym_LF] = ACTIONS(1938), + [anon_sym_def] = ACTIONS(1936), + [anon_sym_def_DASHenv] = ACTIONS(1936), + [anon_sym_export_DASHenv] = ACTIONS(1936), + [anon_sym_extern] = ACTIONS(1936), + [anon_sym_module] = ACTIONS(1936), + [anon_sym_use] = ACTIONS(1936), + [anon_sym_LBRACK] = ACTIONS(1936), + [anon_sym_LPAREN] = ACTIONS(1936), + [anon_sym_DOLLAR] = ACTIONS(1936), + [anon_sym_error] = ACTIONS(1936), + [anon_sym_DASH] = ACTIONS(1936), + [anon_sym_break] = ACTIONS(1936), + [anon_sym_continue] = ACTIONS(1936), + [anon_sym_for] = ACTIONS(1936), + [anon_sym_loop] = ACTIONS(1936), + [anon_sym_while] = ACTIONS(1936), + [anon_sym_do] = ACTIONS(1936), + [anon_sym_if] = ACTIONS(1936), + [anon_sym_match] = ACTIONS(1936), + [anon_sym_LBRACE] = ACTIONS(1936), + [anon_sym_try] = ACTIONS(1936), + [anon_sym_return] = ACTIONS(1936), + [anon_sym_source] = ACTIONS(1936), + [anon_sym_source_DASHenv] = ACTIONS(1936), + [anon_sym_register] = ACTIONS(1936), + [anon_sym_hide] = ACTIONS(1936), + [anon_sym_hide_DASHenv] = ACTIONS(1936), + [anon_sym_overlay] = ACTIONS(1936), + [anon_sym_where] = ACTIONS(1936), + [anon_sym_not] = ACTIONS(1936), + [anon_sym_DOT_DOT_LT] = ACTIONS(1936), + [anon_sym_DOT_DOT] = ACTIONS(1936), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1936), + [sym_val_nothing] = ACTIONS(1936), + [anon_sym_true] = ACTIONS(1936), + [anon_sym_false] = ACTIONS(1936), + [aux_sym_val_number_token1] = ACTIONS(1936), + [aux_sym_val_number_token2] = ACTIONS(1936), + [aux_sym_val_number_token3] = ACTIONS(1936), + [aux_sym_val_number_token4] = ACTIONS(1936), + [anon_sym_inf] = ACTIONS(1936), + [anon_sym_DASHinf] = ACTIONS(1936), + [anon_sym_NaN] = ACTIONS(1936), + [anon_sym_0b] = ACTIONS(1936), + [anon_sym_0o] = ACTIONS(1936), + [anon_sym_0x] = ACTIONS(1936), + [sym_val_date] = ACTIONS(1936), + [anon_sym_DQUOTE] = ACTIONS(1936), + [sym__str_single_quotes] = ACTIONS(1936), + [sym__str_back_ticks] = ACTIONS(1936), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1936), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1936), + [anon_sym_CARET] = ACTIONS(1936), [anon_sym_POUND] = ACTIONS(3), }, [947] = { [sym_comment] = STATE(947), - [ts_builtin_sym_end] = ACTIONS(2024), - [anon_sym_export] = ACTIONS(2022), - [anon_sym_alias] = ACTIONS(2022), - [anon_sym_let] = ACTIONS(2022), - [anon_sym_let_DASHenv] = ACTIONS(2022), - [anon_sym_mut] = ACTIONS(2022), - [anon_sym_const] = ACTIONS(2022), - [sym_cmd_identifier] = ACTIONS(2022), - [anon_sym_SEMI] = ACTIONS(2022), - [anon_sym_LF] = ACTIONS(2024), - [anon_sym_def] = ACTIONS(2022), - [anon_sym_def_DASHenv] = ACTIONS(2022), - [anon_sym_export_DASHenv] = ACTIONS(2022), - [anon_sym_extern] = ACTIONS(2022), - [anon_sym_module] = ACTIONS(2022), - [anon_sym_use] = ACTIONS(2022), - [anon_sym_LBRACK] = ACTIONS(2022), - [anon_sym_LPAREN] = ACTIONS(2022), - [anon_sym_DOLLAR] = ACTIONS(2022), - [anon_sym_error] = ACTIONS(2022), - [anon_sym_DASH] = ACTIONS(2022), - [anon_sym_break] = ACTIONS(2022), - [anon_sym_continue] = ACTIONS(2022), - [anon_sym_for] = ACTIONS(2022), - [anon_sym_loop] = ACTIONS(2022), - [anon_sym_while] = ACTIONS(2022), - [anon_sym_do] = ACTIONS(2022), - [anon_sym_if] = ACTIONS(2022), - [anon_sym_match] = ACTIONS(2022), - [anon_sym_LBRACE] = ACTIONS(2022), - [anon_sym_try] = ACTIONS(2022), - [anon_sym_return] = ACTIONS(2022), - [anon_sym_source] = ACTIONS(2022), - [anon_sym_source_DASHenv] = ACTIONS(2022), - [anon_sym_register] = ACTIONS(2022), - [anon_sym_hide] = ACTIONS(2022), - [anon_sym_hide_DASHenv] = ACTIONS(2022), - [anon_sym_overlay] = ACTIONS(2022), - [anon_sym_where] = ACTIONS(2022), - [anon_sym_not] = ACTIONS(2022), - [anon_sym_DOT_DOT_LT] = ACTIONS(2022), - [anon_sym_DOT_DOT] = ACTIONS(2022), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2022), - [sym_val_nothing] = ACTIONS(2022), - [anon_sym_true] = ACTIONS(2022), - [anon_sym_false] = ACTIONS(2022), - [aux_sym_val_number_token1] = ACTIONS(2022), - [aux_sym_val_number_token2] = ACTIONS(2022), - [aux_sym_val_number_token3] = ACTIONS(2022), - [aux_sym_val_number_token4] = ACTIONS(2022), - [anon_sym_inf] = ACTIONS(2022), - [anon_sym_DASHinf] = ACTIONS(2022), - [anon_sym_NaN] = ACTIONS(2022), - [anon_sym_0b] = ACTIONS(2022), - [anon_sym_0o] = ACTIONS(2022), - [anon_sym_0x] = ACTIONS(2022), - [sym_val_date] = ACTIONS(2022), - [anon_sym_DQUOTE] = ACTIONS(2022), - [sym__str_single_quotes] = ACTIONS(2022), - [sym__str_back_ticks] = ACTIONS(2022), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2022), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2022), - [anon_sym_CARET] = ACTIONS(2022), + [ts_builtin_sym_end] = ACTIONS(1926), + [anon_sym_export] = ACTIONS(1924), + [anon_sym_alias] = ACTIONS(1924), + [anon_sym_let] = ACTIONS(1924), + [anon_sym_let_DASHenv] = ACTIONS(1924), + [anon_sym_mut] = ACTIONS(1924), + [anon_sym_const] = ACTIONS(1924), + [sym_cmd_identifier] = ACTIONS(1924), + [anon_sym_SEMI] = ACTIONS(1924), + [anon_sym_LF] = ACTIONS(1926), + [anon_sym_def] = ACTIONS(1924), + [anon_sym_def_DASHenv] = ACTIONS(1924), + [anon_sym_export_DASHenv] = ACTIONS(1924), + [anon_sym_extern] = ACTIONS(1924), + [anon_sym_module] = ACTIONS(1924), + [anon_sym_use] = ACTIONS(1924), + [anon_sym_LBRACK] = ACTIONS(1924), + [anon_sym_LPAREN] = ACTIONS(1924), + [anon_sym_DOLLAR] = ACTIONS(1924), + [anon_sym_error] = ACTIONS(1924), + [anon_sym_DASH] = ACTIONS(1924), + [anon_sym_break] = ACTIONS(1924), + [anon_sym_continue] = ACTIONS(1924), + [anon_sym_for] = ACTIONS(1924), + [anon_sym_loop] = ACTIONS(1924), + [anon_sym_while] = ACTIONS(1924), + [anon_sym_do] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(1924), + [anon_sym_match] = ACTIONS(1924), + [anon_sym_LBRACE] = ACTIONS(1924), + [anon_sym_try] = ACTIONS(1924), + [anon_sym_return] = ACTIONS(1924), + [anon_sym_source] = ACTIONS(1924), + [anon_sym_source_DASHenv] = ACTIONS(1924), + [anon_sym_register] = ACTIONS(1924), + [anon_sym_hide] = ACTIONS(1924), + [anon_sym_hide_DASHenv] = ACTIONS(1924), + [anon_sym_overlay] = ACTIONS(1924), + [anon_sym_where] = ACTIONS(1924), + [anon_sym_not] = ACTIONS(1924), + [anon_sym_DOT_DOT_LT] = ACTIONS(1924), + [anon_sym_DOT_DOT] = ACTIONS(1924), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1924), + [sym_val_nothing] = ACTIONS(1924), + [anon_sym_true] = ACTIONS(1924), + [anon_sym_false] = 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(1924), + [anon_sym_inf] = ACTIONS(1924), + [anon_sym_DASHinf] = ACTIONS(1924), + [anon_sym_NaN] = ACTIONS(1924), + [anon_sym_0b] = ACTIONS(1924), + [anon_sym_0o] = ACTIONS(1924), + [anon_sym_0x] = ACTIONS(1924), + [sym_val_date] = ACTIONS(1924), + [anon_sym_DQUOTE] = ACTIONS(1924), + [sym__str_single_quotes] = ACTIONS(1924), + [sym__str_back_ticks] = ACTIONS(1924), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1924), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1924), + [anon_sym_CARET] = ACTIONS(1924), [anon_sym_POUND] = ACTIONS(3), }, [948] = { [sym_comment] = STATE(948), - [ts_builtin_sym_end] = ACTIONS(1898), - [anon_sym_export] = ACTIONS(1896), - [anon_sym_alias] = ACTIONS(1896), - [anon_sym_let] = ACTIONS(1896), - [anon_sym_let_DASHenv] = ACTIONS(1896), - [anon_sym_mut] = ACTIONS(1896), - [anon_sym_const] = ACTIONS(1896), - [sym_cmd_identifier] = ACTIONS(1896), - [anon_sym_SEMI] = ACTIONS(1896), - [anon_sym_LF] = ACTIONS(1898), - [anon_sym_def] = ACTIONS(1896), - [anon_sym_def_DASHenv] = ACTIONS(1896), - [anon_sym_export_DASHenv] = ACTIONS(1896), - [anon_sym_extern] = ACTIONS(1896), - [anon_sym_module] = ACTIONS(1896), - [anon_sym_use] = ACTIONS(1896), - [anon_sym_LBRACK] = ACTIONS(1896), - [anon_sym_LPAREN] = ACTIONS(1896), - [anon_sym_DOLLAR] = ACTIONS(1896), - [anon_sym_error] = ACTIONS(1896), - [anon_sym_DASH] = ACTIONS(1896), - [anon_sym_break] = ACTIONS(1896), - [anon_sym_continue] = ACTIONS(1896), - [anon_sym_for] = ACTIONS(1896), - [anon_sym_loop] = ACTIONS(1896), - [anon_sym_while] = ACTIONS(1896), - [anon_sym_do] = ACTIONS(1896), - [anon_sym_if] = ACTIONS(1896), - [anon_sym_match] = ACTIONS(1896), - [anon_sym_LBRACE] = ACTIONS(1896), - [anon_sym_try] = ACTIONS(1896), - [anon_sym_return] = ACTIONS(1896), - [anon_sym_source] = ACTIONS(1896), - [anon_sym_source_DASHenv] = ACTIONS(1896), - [anon_sym_register] = ACTIONS(1896), - [anon_sym_hide] = ACTIONS(1896), - [anon_sym_hide_DASHenv] = ACTIONS(1896), - [anon_sym_overlay] = ACTIONS(1896), - [anon_sym_where] = ACTIONS(1896), - [anon_sym_not] = ACTIONS(1896), - [anon_sym_DOT_DOT_LT] = ACTIONS(1896), - [anon_sym_DOT_DOT] = ACTIONS(1896), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1896), - [sym_val_nothing] = ACTIONS(1896), - [anon_sym_true] = ACTIONS(1896), - [anon_sym_false] = 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(1896), - [anon_sym_inf] = ACTIONS(1896), - [anon_sym_DASHinf] = ACTIONS(1896), - [anon_sym_NaN] = ACTIONS(1896), - [anon_sym_0b] = ACTIONS(1896), - [anon_sym_0o] = ACTIONS(1896), - [anon_sym_0x] = ACTIONS(1896), - [sym_val_date] = ACTIONS(1896), - [anon_sym_DQUOTE] = ACTIONS(1896), - [sym__str_single_quotes] = ACTIONS(1896), - [sym__str_back_ticks] = ACTIONS(1896), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1896), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1896), - [anon_sym_CARET] = ACTIONS(1896), + [ts_builtin_sym_end] = ACTIONS(1954), + [anon_sym_export] = ACTIONS(1952), + [anon_sym_alias] = ACTIONS(1952), + [anon_sym_let] = ACTIONS(1952), + [anon_sym_let_DASHenv] = ACTIONS(1952), + [anon_sym_mut] = ACTIONS(1952), + [anon_sym_const] = ACTIONS(1952), + [sym_cmd_identifier] = ACTIONS(1952), + [anon_sym_SEMI] = ACTIONS(1952), + [anon_sym_LF] = ACTIONS(1954), + [anon_sym_def] = ACTIONS(1952), + [anon_sym_def_DASHenv] = ACTIONS(1952), + [anon_sym_export_DASHenv] = ACTIONS(1952), + [anon_sym_extern] = ACTIONS(1952), + [anon_sym_module] = ACTIONS(1952), + [anon_sym_use] = ACTIONS(1952), + [anon_sym_LBRACK] = ACTIONS(1952), + [anon_sym_LPAREN] = ACTIONS(1952), + [anon_sym_DOLLAR] = ACTIONS(1952), + [anon_sym_error] = ACTIONS(1952), + [anon_sym_DASH] = ACTIONS(1952), + [anon_sym_break] = ACTIONS(1952), + [anon_sym_continue] = ACTIONS(1952), + [anon_sym_for] = ACTIONS(1952), + [anon_sym_loop] = ACTIONS(1952), + [anon_sym_while] = ACTIONS(1952), + [anon_sym_do] = ACTIONS(1952), + [anon_sym_if] = ACTIONS(1952), + [anon_sym_match] = ACTIONS(1952), + [anon_sym_LBRACE] = ACTIONS(1952), + [anon_sym_try] = ACTIONS(1952), + [anon_sym_return] = ACTIONS(1952), + [anon_sym_source] = ACTIONS(1952), + [anon_sym_source_DASHenv] = ACTIONS(1952), + [anon_sym_register] = ACTIONS(1952), + [anon_sym_hide] = ACTIONS(1952), + [anon_sym_hide_DASHenv] = ACTIONS(1952), + [anon_sym_overlay] = ACTIONS(1952), + [anon_sym_where] = ACTIONS(1952), + [anon_sym_not] = ACTIONS(1952), + [anon_sym_DOT_DOT_LT] = ACTIONS(1952), + [anon_sym_DOT_DOT] = ACTIONS(1952), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1952), + [sym_val_nothing] = ACTIONS(1952), + [anon_sym_true] = ACTIONS(1952), + [anon_sym_false] = ACTIONS(1952), + [aux_sym_val_number_token1] = ACTIONS(1952), + [aux_sym_val_number_token2] = ACTIONS(1952), + [aux_sym_val_number_token3] = ACTIONS(1952), + [aux_sym_val_number_token4] = ACTIONS(1952), + [anon_sym_inf] = ACTIONS(1952), + [anon_sym_DASHinf] = ACTIONS(1952), + [anon_sym_NaN] = ACTIONS(1952), + [anon_sym_0b] = ACTIONS(1952), + [anon_sym_0o] = ACTIONS(1952), + [anon_sym_0x] = ACTIONS(1952), + [sym_val_date] = ACTIONS(1952), + [anon_sym_DQUOTE] = ACTIONS(1952), + [sym__str_single_quotes] = ACTIONS(1952), + [sym__str_back_ticks] = ACTIONS(1952), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1952), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1952), + [anon_sym_CARET] = ACTIONS(1952), [anon_sym_POUND] = ACTIONS(3), }, [949] = { [sym_comment] = STATE(949), + [ts_builtin_sym_end] = ACTIONS(1756), + [anon_sym_export] = ACTIONS(1754), + [anon_sym_alias] = ACTIONS(1754), + [anon_sym_let] = ACTIONS(1754), + [anon_sym_let_DASHenv] = ACTIONS(1754), + [anon_sym_mut] = ACTIONS(1754), + [anon_sym_const] = ACTIONS(1754), + [sym_cmd_identifier] = ACTIONS(1754), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_LF] = ACTIONS(1756), + [anon_sym_def] = ACTIONS(1754), + [anon_sym_def_DASHenv] = ACTIONS(1754), + [anon_sym_export_DASHenv] = ACTIONS(1754), + [anon_sym_extern] = ACTIONS(1754), + [anon_sym_module] = ACTIONS(1754), + [anon_sym_use] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_DOLLAR] = ACTIONS(1754), + [anon_sym_error] = ACTIONS(1754), + [anon_sym_DASH] = ACTIONS(1754), + [anon_sym_break] = ACTIONS(1754), + [anon_sym_continue] = ACTIONS(1754), + [anon_sym_for] = ACTIONS(1754), + [anon_sym_loop] = ACTIONS(1754), + [anon_sym_while] = ACTIONS(1754), + [anon_sym_do] = ACTIONS(1754), + [anon_sym_if] = ACTIONS(1754), + [anon_sym_match] = ACTIONS(1754), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_try] = ACTIONS(1754), + [anon_sym_return] = ACTIONS(1754), + [anon_sym_source] = ACTIONS(1754), + [anon_sym_source_DASHenv] = ACTIONS(1754), + [anon_sym_register] = ACTIONS(1754), + [anon_sym_hide] = ACTIONS(1754), + [anon_sym_hide_DASHenv] = ACTIONS(1754), + [anon_sym_overlay] = ACTIONS(1754), + [anon_sym_where] = ACTIONS(1754), + [anon_sym_not] = ACTIONS(1754), + [anon_sym_DOT_DOT_LT] = ACTIONS(1754), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1754), + [sym_val_nothing] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1754), + [anon_sym_false] = ACTIONS(1754), + [aux_sym_val_number_token1] = ACTIONS(1754), + [aux_sym_val_number_token2] = ACTIONS(1754), + [aux_sym_val_number_token3] = ACTIONS(1754), + [aux_sym_val_number_token4] = ACTIONS(1754), + [anon_sym_inf] = ACTIONS(1754), + [anon_sym_DASHinf] = ACTIONS(1754), + [anon_sym_NaN] = ACTIONS(1754), + [anon_sym_0b] = ACTIONS(1754), + [anon_sym_0o] = ACTIONS(1754), + [anon_sym_0x] = ACTIONS(1754), + [sym_val_date] = ACTIONS(1754), + [anon_sym_DQUOTE] = ACTIONS(1754), + [sym__str_single_quotes] = ACTIONS(1754), + [sym__str_back_ticks] = ACTIONS(1754), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1754), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1754), + [anon_sym_CARET] = ACTIONS(1754), + [anon_sym_POUND] = ACTIONS(3), + }, + [950] = { + [sym_comment] = STATE(950), [ts_builtin_sym_end] = ACTIONS(1870), [anon_sym_export] = ACTIONS(1868), [anon_sym_alias] = ACTIONS(1868), @@ -125983,1214 +126055,142 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1868), [anon_sym_POUND] = ACTIONS(3), }, - [950] = { - [sym_comment] = STATE(950), - [ts_builtin_sym_end] = ACTIONS(862), - [anon_sym_export] = ACTIONS(860), - [anon_sym_alias] = ACTIONS(860), - [anon_sym_let] = ACTIONS(860), - [anon_sym_let_DASHenv] = ACTIONS(860), - [anon_sym_mut] = ACTIONS(860), - [anon_sym_const] = ACTIONS(860), - [sym_cmd_identifier] = ACTIONS(860), - [anon_sym_SEMI] = ACTIONS(860), - [anon_sym_LF] = ACTIONS(862), - [anon_sym_def] = ACTIONS(860), - [anon_sym_def_DASHenv] = ACTIONS(860), - [anon_sym_export_DASHenv] = ACTIONS(860), - [anon_sym_extern] = ACTIONS(860), - [anon_sym_module] = ACTIONS(860), - [anon_sym_use] = ACTIONS(860), - [anon_sym_LBRACK] = ACTIONS(860), - [anon_sym_LPAREN] = ACTIONS(860), - [anon_sym_DOLLAR] = ACTIONS(860), - [anon_sym_error] = ACTIONS(860), - [anon_sym_DASH] = ACTIONS(860), - [anon_sym_break] = ACTIONS(860), - [anon_sym_continue] = ACTIONS(860), - [anon_sym_for] = ACTIONS(860), - [anon_sym_loop] = ACTIONS(860), - [anon_sym_while] = ACTIONS(860), - [anon_sym_do] = ACTIONS(860), - [anon_sym_if] = ACTIONS(860), - [anon_sym_match] = ACTIONS(860), - [anon_sym_LBRACE] = ACTIONS(860), - [anon_sym_try] = ACTIONS(860), - [anon_sym_return] = ACTIONS(860), - [anon_sym_source] = ACTIONS(860), - [anon_sym_source_DASHenv] = ACTIONS(860), - [anon_sym_register] = ACTIONS(860), - [anon_sym_hide] = ACTIONS(860), - [anon_sym_hide_DASHenv] = ACTIONS(860), - [anon_sym_overlay] = ACTIONS(860), - [anon_sym_where] = ACTIONS(860), - [anon_sym_not] = ACTIONS(860), - [anon_sym_DOT_DOT_LT] = ACTIONS(860), - [anon_sym_DOT_DOT] = ACTIONS(860), - [anon_sym_DOT_DOT_EQ] = ACTIONS(860), - [sym_val_nothing] = ACTIONS(860), - [anon_sym_true] = ACTIONS(860), - [anon_sym_false] = ACTIONS(860), - [aux_sym_val_number_token1] = ACTIONS(860), - [aux_sym_val_number_token2] = ACTIONS(860), - [aux_sym_val_number_token3] = ACTIONS(860), - [aux_sym_val_number_token4] = ACTIONS(860), - [anon_sym_inf] = ACTIONS(860), - [anon_sym_DASHinf] = ACTIONS(860), - [anon_sym_NaN] = ACTIONS(860), - [anon_sym_0b] = ACTIONS(860), - [anon_sym_0o] = ACTIONS(860), - [anon_sym_0x] = ACTIONS(860), - [sym_val_date] = ACTIONS(860), - [anon_sym_DQUOTE] = ACTIONS(860), - [sym__str_single_quotes] = ACTIONS(860), - [sym__str_back_ticks] = ACTIONS(860), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(860), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(860), - [anon_sym_CARET] = ACTIONS(860), - [anon_sym_POUND] = ACTIONS(3), - }, [951] = { - [sym_ctrl_do] = STATE(745), - [sym_ctrl_if] = STATE(745), - [sym_ctrl_match] = STATE(745), - [sym_ctrl_try] = STATE(745), - [sym__expression] = STATE(2343), - [sym_expr_unary] = STATE(2331), - [sym_expr_binary] = STATE(2331), - [sym_expr_parenthesized] = STATE(2031), - [sym_val_range] = STATE(2331), - [sym__value] = STATE(2331), - [sym_val_bool] = STATE(2337), - [sym_val_variable] = STATE(2337), - [sym__var] = STATE(2070), - [sym_val_number] = STATE(126), - [sym_val_duration] = STATE(2337), - [sym_val_filesize] = STATE(2337), - [sym_val_binary] = STATE(2337), - [sym_val_string] = STATE(2337), - [sym__str_double_quotes] = STATE(2197), - [sym_val_interpolated] = STATE(2337), - [sym__inter_single_quotes] = STATE(2334), - [sym__inter_double_quotes] = STATE(2341), - [sym_val_list] = STATE(2337), - [sym_val_record] = STATE(2337), - [sym_val_table] = STATE(2337), - [sym_val_closure] = STATE(2337), [sym_comment] = STATE(951), - [anon_sym_SEMI] = ACTIONS(948), - [anon_sym_LF] = ACTIONS(950), - [anon_sym_LBRACK] = ACTIONS(2040), - [anon_sym_LPAREN] = ACTIONS(2042), - [anon_sym_RPAREN] = ACTIONS(948), - [anon_sym_PIPE] = ACTIONS(948), - [anon_sym_DOLLAR] = ACTIONS(1023), - [anon_sym_DASH] = ACTIONS(201), - [anon_sym_do] = ACTIONS(1025), - [anon_sym_if] = ACTIONS(1027), - [anon_sym_match] = ACTIONS(217), - [anon_sym_LBRACE] = ACTIONS(2044), - [anon_sym_RBRACE] = ACTIONS(948), - [anon_sym_try] = ACTIONS(1029), - [anon_sym_not] = ACTIONS(239), - [anon_sym_DOT_DOT_LT] = ACTIONS(243), - [anon_sym_DOT_DOT] = ACTIONS(243), - [anon_sym_DOT_DOT_EQ] = ACTIONS(243), - [sym_val_nothing] = ACTIONS(245), - [anon_sym_true] = ACTIONS(247), - [anon_sym_false] = ACTIONS(247), - [aux_sym_val_number_token1] = ACTIONS(249), - [aux_sym_val_number_token2] = ACTIONS(249), - [aux_sym_val_number_token3] = ACTIONS(249), - [aux_sym_val_number_token4] = ACTIONS(249), - [anon_sym_inf] = ACTIONS(249), - [anon_sym_DASHinf] = ACTIONS(249), - [anon_sym_NaN] = ACTIONS(249), - [anon_sym_0b] = ACTIONS(253), - [anon_sym_0o] = ACTIONS(253), - [anon_sym_0x] = ACTIONS(253), - [sym_val_date] = ACTIONS(245), - [anon_sym_DQUOTE] = ACTIONS(2046), - [sym__str_single_quotes] = ACTIONS(2048), - [sym__str_back_ticks] = ACTIONS(2048), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2050), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2052), + [ts_builtin_sym_end] = ACTIONS(1756), + [anon_sym_export] = ACTIONS(1754), + [anon_sym_alias] = ACTIONS(1754), + [anon_sym_let] = ACTIONS(1754), + [anon_sym_let_DASHenv] = ACTIONS(1754), + [anon_sym_mut] = ACTIONS(1754), + [anon_sym_const] = ACTIONS(1754), + [sym_cmd_identifier] = ACTIONS(1754), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_LF] = ACTIONS(1756), + [anon_sym_def] = ACTIONS(1754), + [anon_sym_def_DASHenv] = ACTIONS(1754), + [anon_sym_export_DASHenv] = ACTIONS(1754), + [anon_sym_extern] = ACTIONS(1754), + [anon_sym_module] = ACTIONS(1754), + [anon_sym_use] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1754), + [anon_sym_DOLLAR] = ACTIONS(1754), + [anon_sym_error] = ACTIONS(1754), + [anon_sym_DASH] = ACTIONS(1754), + [anon_sym_break] = ACTIONS(1754), + [anon_sym_continue] = ACTIONS(1754), + [anon_sym_for] = ACTIONS(1754), + [anon_sym_loop] = ACTIONS(1754), + [anon_sym_while] = ACTIONS(1754), + [anon_sym_do] = ACTIONS(1754), + [anon_sym_if] = ACTIONS(1754), + [anon_sym_match] = ACTIONS(1754), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_try] = ACTIONS(1754), + [anon_sym_return] = ACTIONS(1754), + [anon_sym_source] = ACTIONS(1754), + [anon_sym_source_DASHenv] = ACTIONS(1754), + [anon_sym_register] = ACTIONS(1754), + [anon_sym_hide] = ACTIONS(1754), + [anon_sym_hide_DASHenv] = ACTIONS(1754), + [anon_sym_overlay] = ACTIONS(1754), + [anon_sym_where] = ACTIONS(1754), + [anon_sym_not] = ACTIONS(1754), + [anon_sym_DOT_DOT_LT] = ACTIONS(1754), + [anon_sym_DOT_DOT] = ACTIONS(1754), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1754), + [sym_val_nothing] = ACTIONS(1754), + [anon_sym_true] = ACTIONS(1754), + [anon_sym_false] = ACTIONS(1754), + [aux_sym_val_number_token1] = ACTIONS(1754), + [aux_sym_val_number_token2] = ACTIONS(1754), + [aux_sym_val_number_token3] = ACTIONS(1754), + [aux_sym_val_number_token4] = ACTIONS(1754), + [anon_sym_inf] = ACTIONS(1754), + [anon_sym_DASHinf] = ACTIONS(1754), + [anon_sym_NaN] = ACTIONS(1754), + [anon_sym_0b] = ACTIONS(1754), + [anon_sym_0o] = ACTIONS(1754), + [anon_sym_0x] = ACTIONS(1754), + [sym_val_date] = ACTIONS(1754), + [anon_sym_DQUOTE] = ACTIONS(1754), + [sym__str_single_quotes] = ACTIONS(1754), + [sym__str_back_ticks] = ACTIONS(1754), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1754), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1754), + [anon_sym_CARET] = ACTIONS(1754), [anon_sym_POUND] = ACTIONS(3), }, [952] = { [sym_comment] = STATE(952), - [ts_builtin_sym_end] = ACTIONS(2002), - [anon_sym_export] = ACTIONS(2000), - [anon_sym_alias] = ACTIONS(2000), - [anon_sym_let] = ACTIONS(2000), - [anon_sym_let_DASHenv] = ACTIONS(2000), - [anon_sym_mut] = ACTIONS(2000), - [anon_sym_const] = ACTIONS(2000), - [sym_cmd_identifier] = ACTIONS(2000), - [anon_sym_SEMI] = ACTIONS(2000), - [anon_sym_LF] = ACTIONS(2002), - [anon_sym_def] = ACTIONS(2000), - [anon_sym_def_DASHenv] = ACTIONS(2000), - [anon_sym_export_DASHenv] = ACTIONS(2000), - [anon_sym_extern] = ACTIONS(2000), - [anon_sym_module] = ACTIONS(2000), - [anon_sym_use] = ACTIONS(2000), - [anon_sym_LBRACK] = ACTIONS(2000), - [anon_sym_LPAREN] = ACTIONS(2000), - [anon_sym_DOLLAR] = ACTIONS(2000), - [anon_sym_error] = ACTIONS(2000), - [anon_sym_DASH] = ACTIONS(2000), - [anon_sym_break] = ACTIONS(2000), - [anon_sym_continue] = ACTIONS(2000), - [anon_sym_for] = ACTIONS(2000), - [anon_sym_loop] = ACTIONS(2000), - [anon_sym_while] = ACTIONS(2000), - [anon_sym_do] = ACTIONS(2000), - [anon_sym_if] = ACTIONS(2000), - [anon_sym_match] = ACTIONS(2000), - [anon_sym_LBRACE] = ACTIONS(2000), - [anon_sym_try] = ACTIONS(2000), - [anon_sym_return] = ACTIONS(2000), - [anon_sym_source] = ACTIONS(2000), - [anon_sym_source_DASHenv] = ACTIONS(2000), - [anon_sym_register] = ACTIONS(2000), - [anon_sym_hide] = ACTIONS(2000), - [anon_sym_hide_DASHenv] = ACTIONS(2000), - [anon_sym_overlay] = ACTIONS(2000), - [anon_sym_where] = ACTIONS(2000), - [anon_sym_not] = ACTIONS(2000), - [anon_sym_DOT_DOT_LT] = ACTIONS(2000), - [anon_sym_DOT_DOT] = ACTIONS(2000), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2000), - [sym_val_nothing] = ACTIONS(2000), - [anon_sym_true] = ACTIONS(2000), - [anon_sym_false] = ACTIONS(2000), - [aux_sym_val_number_token1] = ACTIONS(2000), - [aux_sym_val_number_token2] = ACTIONS(2000), - [aux_sym_val_number_token3] = ACTIONS(2000), - [aux_sym_val_number_token4] = ACTIONS(2000), - [anon_sym_inf] = ACTIONS(2000), - [anon_sym_DASHinf] = ACTIONS(2000), - [anon_sym_NaN] = ACTIONS(2000), - [anon_sym_0b] = ACTIONS(2000), - [anon_sym_0o] = ACTIONS(2000), - [anon_sym_0x] = ACTIONS(2000), - [sym_val_date] = ACTIONS(2000), - [anon_sym_DQUOTE] = ACTIONS(2000), - [sym__str_single_quotes] = ACTIONS(2000), - [sym__str_back_ticks] = ACTIONS(2000), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2000), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2000), - [anon_sym_CARET] = ACTIONS(2000), + [ts_builtin_sym_end] = ACTIONS(1934), + [anon_sym_export] = ACTIONS(1932), + [anon_sym_alias] = ACTIONS(1932), + [anon_sym_let] = ACTIONS(1932), + [anon_sym_let_DASHenv] = ACTIONS(1932), + [anon_sym_mut] = ACTIONS(1932), + [anon_sym_const] = ACTIONS(1932), + [sym_cmd_identifier] = ACTIONS(1932), + [anon_sym_SEMI] = ACTIONS(1932), + [anon_sym_LF] = ACTIONS(1934), + [anon_sym_def] = ACTIONS(1932), + [anon_sym_def_DASHenv] = ACTIONS(1932), + [anon_sym_export_DASHenv] = ACTIONS(1932), + [anon_sym_extern] = ACTIONS(1932), + [anon_sym_module] = ACTIONS(1932), + [anon_sym_use] = ACTIONS(1932), + [anon_sym_LBRACK] = ACTIONS(1932), + [anon_sym_LPAREN] = ACTIONS(1932), + [anon_sym_DOLLAR] = ACTIONS(1932), + [anon_sym_error] = ACTIONS(1932), + [anon_sym_DASH] = ACTIONS(1932), + [anon_sym_break] = ACTIONS(1932), + [anon_sym_continue] = ACTIONS(1932), + [anon_sym_for] = ACTIONS(1932), + [anon_sym_loop] = ACTIONS(1932), + [anon_sym_while] = ACTIONS(1932), + [anon_sym_do] = ACTIONS(1932), + [anon_sym_if] = ACTIONS(1932), + [anon_sym_match] = ACTIONS(1932), + [anon_sym_LBRACE] = ACTIONS(1932), + [anon_sym_try] = ACTIONS(1932), + [anon_sym_return] = ACTIONS(1932), + [anon_sym_source] = ACTIONS(1932), + [anon_sym_source_DASHenv] = ACTIONS(1932), + [anon_sym_register] = ACTIONS(1932), + [anon_sym_hide] = ACTIONS(1932), + [anon_sym_hide_DASHenv] = ACTIONS(1932), + [anon_sym_overlay] = ACTIONS(1932), + [anon_sym_where] = ACTIONS(1932), + [anon_sym_not] = ACTIONS(1932), + [anon_sym_DOT_DOT_LT] = ACTIONS(1932), + [anon_sym_DOT_DOT] = ACTIONS(1932), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1932), + [sym_val_nothing] = ACTIONS(1932), + [anon_sym_true] = ACTIONS(1932), + [anon_sym_false] = ACTIONS(1932), + [aux_sym_val_number_token1] = ACTIONS(1932), + [aux_sym_val_number_token2] = ACTIONS(1932), + [aux_sym_val_number_token3] = ACTIONS(1932), + [aux_sym_val_number_token4] = ACTIONS(1932), + [anon_sym_inf] = ACTIONS(1932), + [anon_sym_DASHinf] = ACTIONS(1932), + [anon_sym_NaN] = ACTIONS(1932), + [anon_sym_0b] = ACTIONS(1932), + [anon_sym_0o] = ACTIONS(1932), + [anon_sym_0x] = ACTIONS(1932), + [sym_val_date] = ACTIONS(1932), + [anon_sym_DQUOTE] = ACTIONS(1932), + [sym__str_single_quotes] = ACTIONS(1932), + [sym__str_back_ticks] = ACTIONS(1932), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1932), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1932), + [anon_sym_CARET] = ACTIONS(1932), [anon_sym_POUND] = ACTIONS(3), }, [953] = { [sym_comment] = STATE(953), - [ts_builtin_sym_end] = ACTIONS(2028), - [anon_sym_export] = ACTIONS(2026), - [anon_sym_alias] = ACTIONS(2026), - [anon_sym_let] = ACTIONS(2026), - [anon_sym_let_DASHenv] = ACTIONS(2026), - [anon_sym_mut] = ACTIONS(2026), - [anon_sym_const] = ACTIONS(2026), - [sym_cmd_identifier] = ACTIONS(2026), - [anon_sym_SEMI] = ACTIONS(2026), - [anon_sym_LF] = ACTIONS(2028), - [anon_sym_def] = ACTIONS(2026), - [anon_sym_def_DASHenv] = ACTIONS(2026), - [anon_sym_export_DASHenv] = ACTIONS(2026), - [anon_sym_extern] = ACTIONS(2026), - [anon_sym_module] = ACTIONS(2026), - [anon_sym_use] = ACTIONS(2026), - [anon_sym_LBRACK] = ACTIONS(2026), - [anon_sym_LPAREN] = ACTIONS(2026), - [anon_sym_DOLLAR] = ACTIONS(2026), - [anon_sym_error] = ACTIONS(2026), - [anon_sym_DASH] = ACTIONS(2026), - [anon_sym_break] = ACTIONS(2026), - [anon_sym_continue] = ACTIONS(2026), - [anon_sym_for] = ACTIONS(2026), - [anon_sym_loop] = ACTIONS(2026), - [anon_sym_while] = ACTIONS(2026), - [anon_sym_do] = ACTIONS(2026), - [anon_sym_if] = ACTIONS(2026), - [anon_sym_match] = ACTIONS(2026), - [anon_sym_LBRACE] = ACTIONS(2026), - [anon_sym_try] = ACTIONS(2026), - [anon_sym_return] = ACTIONS(2026), - [anon_sym_source] = ACTIONS(2026), - [anon_sym_source_DASHenv] = ACTIONS(2026), - [anon_sym_register] = ACTIONS(2026), - [anon_sym_hide] = ACTIONS(2026), - [anon_sym_hide_DASHenv] = ACTIONS(2026), - [anon_sym_overlay] = ACTIONS(2026), - [anon_sym_where] = ACTIONS(2026), - [anon_sym_not] = ACTIONS(2026), - [anon_sym_DOT_DOT_LT] = ACTIONS(2026), - [anon_sym_DOT_DOT] = ACTIONS(2026), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2026), - [sym_val_nothing] = ACTIONS(2026), - [anon_sym_true] = ACTIONS(2026), - [anon_sym_false] = ACTIONS(2026), - [aux_sym_val_number_token1] = ACTIONS(2026), - [aux_sym_val_number_token2] = ACTIONS(2026), - [aux_sym_val_number_token3] = ACTIONS(2026), - [aux_sym_val_number_token4] = ACTIONS(2026), - [anon_sym_inf] = ACTIONS(2026), - [anon_sym_DASHinf] = ACTIONS(2026), - [anon_sym_NaN] = ACTIONS(2026), - [anon_sym_0b] = ACTIONS(2026), - [anon_sym_0o] = ACTIONS(2026), - [anon_sym_0x] = ACTIONS(2026), - [sym_val_date] = ACTIONS(2026), - [anon_sym_DQUOTE] = ACTIONS(2026), - [sym__str_single_quotes] = ACTIONS(2026), - [sym__str_back_ticks] = ACTIONS(2026), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2026), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2026), - [anon_sym_CARET] = ACTIONS(2026), - [anon_sym_POUND] = ACTIONS(3), - }, - [954] = { - [sym_comment] = STATE(954), - [ts_builtin_sym_end] = ACTIONS(1784), - [anon_sym_export] = ACTIONS(1782), - [anon_sym_alias] = ACTIONS(1782), - [anon_sym_let] = ACTIONS(1782), - [anon_sym_let_DASHenv] = ACTIONS(1782), - [anon_sym_mut] = ACTIONS(1782), - [anon_sym_const] = ACTIONS(1782), - [sym_cmd_identifier] = ACTIONS(1782), - [anon_sym_SEMI] = ACTIONS(1782), - [anon_sym_LF] = ACTIONS(1784), - [anon_sym_def] = ACTIONS(1782), - [anon_sym_def_DASHenv] = ACTIONS(1782), - [anon_sym_export_DASHenv] = ACTIONS(1782), - [anon_sym_extern] = ACTIONS(1782), - [anon_sym_module] = ACTIONS(1782), - [anon_sym_use] = ACTIONS(1782), - [anon_sym_LBRACK] = ACTIONS(1782), - [anon_sym_LPAREN] = ACTIONS(1782), - [anon_sym_DOLLAR] = ACTIONS(1782), - [anon_sym_error] = ACTIONS(1782), - [anon_sym_DASH] = ACTIONS(1782), - [anon_sym_break] = ACTIONS(1782), - [anon_sym_continue] = ACTIONS(1782), - [anon_sym_for] = ACTIONS(1782), - [anon_sym_loop] = ACTIONS(1782), - [anon_sym_while] = ACTIONS(1782), - [anon_sym_do] = ACTIONS(1782), - [anon_sym_if] = ACTIONS(1782), - [anon_sym_match] = ACTIONS(1782), - [anon_sym_LBRACE] = ACTIONS(1782), - [anon_sym_try] = ACTIONS(1782), - [anon_sym_return] = ACTIONS(1782), - [anon_sym_source] = ACTIONS(1782), - [anon_sym_source_DASHenv] = ACTIONS(1782), - [anon_sym_register] = ACTIONS(1782), - [anon_sym_hide] = ACTIONS(1782), - [anon_sym_hide_DASHenv] = ACTIONS(1782), - [anon_sym_overlay] = ACTIONS(1782), - [anon_sym_where] = ACTIONS(1782), - [anon_sym_not] = ACTIONS(1782), - [anon_sym_DOT_DOT_LT] = ACTIONS(1782), - [anon_sym_DOT_DOT] = ACTIONS(1782), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1782), - [sym_val_nothing] = ACTIONS(1782), - [anon_sym_true] = ACTIONS(1782), - [anon_sym_false] = ACTIONS(1782), - [aux_sym_val_number_token1] = ACTIONS(1782), - [aux_sym_val_number_token2] = ACTIONS(1782), - [aux_sym_val_number_token3] = ACTIONS(1782), - [aux_sym_val_number_token4] = ACTIONS(1782), - [anon_sym_inf] = ACTIONS(1782), - [anon_sym_DASHinf] = ACTIONS(1782), - [anon_sym_NaN] = ACTIONS(1782), - [anon_sym_0b] = ACTIONS(1782), - [anon_sym_0o] = ACTIONS(1782), - [anon_sym_0x] = ACTIONS(1782), - [sym_val_date] = ACTIONS(1782), - [anon_sym_DQUOTE] = ACTIONS(1782), - [sym__str_single_quotes] = ACTIONS(1782), - [sym__str_back_ticks] = ACTIONS(1782), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1782), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1782), - [anon_sym_CARET] = ACTIONS(1782), - [anon_sym_POUND] = ACTIONS(3), - }, - [955] = { - [sym_comment] = STATE(955), - [ts_builtin_sym_end] = ACTIONS(850), - [anon_sym_export] = ACTIONS(848), - [anon_sym_alias] = ACTIONS(848), - [anon_sym_let] = ACTIONS(848), - [anon_sym_let_DASHenv] = ACTIONS(848), - [anon_sym_mut] = ACTIONS(848), - [anon_sym_const] = ACTIONS(848), - [sym_cmd_identifier] = ACTIONS(848), - [anon_sym_SEMI] = ACTIONS(848), - [anon_sym_LF] = ACTIONS(850), - [anon_sym_def] = ACTIONS(848), - [anon_sym_def_DASHenv] = ACTIONS(848), - [anon_sym_export_DASHenv] = ACTIONS(848), - [anon_sym_extern] = ACTIONS(848), - [anon_sym_module] = ACTIONS(848), - [anon_sym_use] = ACTIONS(848), - [anon_sym_LBRACK] = ACTIONS(848), - [anon_sym_LPAREN] = ACTIONS(848), - [anon_sym_DOLLAR] = ACTIONS(848), - [anon_sym_error] = ACTIONS(848), - [anon_sym_DASH] = ACTIONS(848), - [anon_sym_break] = ACTIONS(848), - [anon_sym_continue] = ACTIONS(848), - [anon_sym_for] = ACTIONS(848), - [anon_sym_loop] = ACTIONS(848), - [anon_sym_while] = ACTIONS(848), - [anon_sym_do] = ACTIONS(848), - [anon_sym_if] = ACTIONS(848), - [anon_sym_match] = ACTIONS(848), - [anon_sym_LBRACE] = ACTIONS(848), - [anon_sym_try] = ACTIONS(848), - [anon_sym_return] = ACTIONS(848), - [anon_sym_source] = ACTIONS(848), - [anon_sym_source_DASHenv] = ACTIONS(848), - [anon_sym_register] = ACTIONS(848), - [anon_sym_hide] = ACTIONS(848), - [anon_sym_hide_DASHenv] = ACTIONS(848), - [anon_sym_overlay] = ACTIONS(848), - [anon_sym_where] = ACTIONS(848), - [anon_sym_not] = ACTIONS(848), - [anon_sym_DOT_DOT_LT] = ACTIONS(848), - [anon_sym_DOT_DOT] = ACTIONS(848), - [anon_sym_DOT_DOT_EQ] = ACTIONS(848), - [sym_val_nothing] = ACTIONS(848), - [anon_sym_true] = ACTIONS(848), - [anon_sym_false] = ACTIONS(848), - [aux_sym_val_number_token1] = ACTIONS(848), - [aux_sym_val_number_token2] = ACTIONS(848), - [aux_sym_val_number_token3] = ACTIONS(848), - [aux_sym_val_number_token4] = ACTIONS(848), - [anon_sym_inf] = ACTIONS(848), - [anon_sym_DASHinf] = ACTIONS(848), - [anon_sym_NaN] = ACTIONS(848), - [anon_sym_0b] = ACTIONS(848), - [anon_sym_0o] = ACTIONS(848), - [anon_sym_0x] = ACTIONS(848), - [sym_val_date] = ACTIONS(848), - [anon_sym_DQUOTE] = ACTIONS(848), - [sym__str_single_quotes] = ACTIONS(848), - [sym__str_back_ticks] = ACTIONS(848), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(848), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(848), - [anon_sym_CARET] = ACTIONS(848), - [anon_sym_POUND] = ACTIONS(3), - }, - [956] = { - [sym_comment] = STATE(956), - [ts_builtin_sym_end] = ACTIONS(1788), - [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), - [sym_cmd_identifier] = ACTIONS(1786), - [anon_sym_SEMI] = ACTIONS(1786), - [anon_sym_LF] = ACTIONS(1788), - [anon_sym_def] = ACTIONS(1786), - [anon_sym_def_DASHenv] = 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_LBRACK] = ACTIONS(1786), - [anon_sym_LPAREN] = ACTIONS(1786), - [anon_sym_DOLLAR] = ACTIONS(1786), - [anon_sym_error] = ACTIONS(1786), - [anon_sym_DASH] = ACTIONS(1786), - [anon_sym_break] = ACTIONS(1786), - [anon_sym_continue] = ACTIONS(1786), - [anon_sym_for] = ACTIONS(1786), - [anon_sym_loop] = ACTIONS(1786), - [anon_sym_while] = ACTIONS(1786), - [anon_sym_do] = ACTIONS(1786), - [anon_sym_if] = ACTIONS(1786), - [anon_sym_match] = ACTIONS(1786), - [anon_sym_LBRACE] = ACTIONS(1786), - [anon_sym_try] = 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_where] = ACTIONS(1786), - [anon_sym_not] = ACTIONS(1786), - [anon_sym_DOT_DOT_LT] = ACTIONS(1786), - [anon_sym_DOT_DOT] = ACTIONS(1786), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1786), - [sym_val_nothing] = ACTIONS(1786), - [anon_sym_true] = ACTIONS(1786), - [anon_sym_false] = 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), - [anon_sym_inf] = ACTIONS(1786), - [anon_sym_DASHinf] = ACTIONS(1786), - [anon_sym_NaN] = ACTIONS(1786), - [anon_sym_0b] = ACTIONS(1786), - [anon_sym_0o] = ACTIONS(1786), - [anon_sym_0x] = ACTIONS(1786), - [sym_val_date] = ACTIONS(1786), - [anon_sym_DQUOTE] = ACTIONS(1786), - [sym__str_single_quotes] = ACTIONS(1786), - [sym__str_back_ticks] = ACTIONS(1786), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1786), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1786), - [anon_sym_CARET] = ACTIONS(1786), - [anon_sym_POUND] = ACTIONS(3), - }, - [957] = { - [sym_comment] = STATE(957), - [ts_builtin_sym_end] = ACTIONS(1902), - [anon_sym_export] = ACTIONS(1900), - [anon_sym_alias] = ACTIONS(1900), - [anon_sym_let] = ACTIONS(1900), - [anon_sym_let_DASHenv] = ACTIONS(1900), - [anon_sym_mut] = ACTIONS(1900), - [anon_sym_const] = ACTIONS(1900), - [sym_cmd_identifier] = ACTIONS(1900), - [anon_sym_SEMI] = ACTIONS(1900), - [anon_sym_LF] = ACTIONS(1902), - [anon_sym_def] = ACTIONS(1900), - [anon_sym_def_DASHenv] = ACTIONS(1900), - [anon_sym_export_DASHenv] = ACTIONS(1900), - [anon_sym_extern] = ACTIONS(1900), - [anon_sym_module] = ACTIONS(1900), - [anon_sym_use] = ACTIONS(1900), - [anon_sym_LBRACK] = ACTIONS(1900), - [anon_sym_LPAREN] = ACTIONS(1900), - [anon_sym_DOLLAR] = ACTIONS(1900), - [anon_sym_error] = ACTIONS(1900), - [anon_sym_DASH] = ACTIONS(1900), - [anon_sym_break] = ACTIONS(1900), - [anon_sym_continue] = ACTIONS(1900), - [anon_sym_for] = ACTIONS(1900), - [anon_sym_loop] = ACTIONS(1900), - [anon_sym_while] = ACTIONS(1900), - [anon_sym_do] = ACTIONS(1900), - [anon_sym_if] = ACTIONS(1900), - [anon_sym_match] = ACTIONS(1900), - [anon_sym_LBRACE] = ACTIONS(1900), - [anon_sym_try] = ACTIONS(1900), - [anon_sym_return] = ACTIONS(1900), - [anon_sym_source] = ACTIONS(1900), - [anon_sym_source_DASHenv] = ACTIONS(1900), - [anon_sym_register] = ACTIONS(1900), - [anon_sym_hide] = ACTIONS(1900), - [anon_sym_hide_DASHenv] = ACTIONS(1900), - [anon_sym_overlay] = ACTIONS(1900), - [anon_sym_where] = ACTIONS(1900), - [anon_sym_not] = ACTIONS(1900), - [anon_sym_DOT_DOT_LT] = ACTIONS(1900), - [anon_sym_DOT_DOT] = ACTIONS(1900), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1900), - [sym_val_nothing] = ACTIONS(1900), - [anon_sym_true] = ACTIONS(1900), - [anon_sym_false] = ACTIONS(1900), - [aux_sym_val_number_token1] = ACTIONS(1900), - [aux_sym_val_number_token2] = ACTIONS(1900), - [aux_sym_val_number_token3] = ACTIONS(1900), - [aux_sym_val_number_token4] = ACTIONS(1900), - [anon_sym_inf] = ACTIONS(1900), - [anon_sym_DASHinf] = ACTIONS(1900), - [anon_sym_NaN] = ACTIONS(1900), - [anon_sym_0b] = ACTIONS(1900), - [anon_sym_0o] = ACTIONS(1900), - [anon_sym_0x] = ACTIONS(1900), - [sym_val_date] = ACTIONS(1900), - [anon_sym_DQUOTE] = ACTIONS(1900), - [sym__str_single_quotes] = ACTIONS(1900), - [sym__str_back_ticks] = ACTIONS(1900), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1900), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1900), - [anon_sym_CARET] = ACTIONS(1900), - [anon_sym_POUND] = ACTIONS(3), - }, - [958] = { - [sym_comment] = STATE(958), - [ts_builtin_sym_end] = ACTIONS(2054), - [anon_sym_export] = ACTIONS(1986), - [anon_sym_alias] = ACTIONS(1986), - [anon_sym_let] = ACTIONS(1986), - [anon_sym_let_DASHenv] = ACTIONS(1986), - [anon_sym_mut] = ACTIONS(1986), - [anon_sym_const] = ACTIONS(1986), - [sym_cmd_identifier] = ACTIONS(1986), - [anon_sym_SEMI] = ACTIONS(1988), - [anon_sym_LF] = ACTIONS(1991), - [anon_sym_def] = ACTIONS(1986), - [anon_sym_def_DASHenv] = ACTIONS(1986), - [anon_sym_export_DASHenv] = ACTIONS(1986), - [anon_sym_extern] = ACTIONS(1986), - [anon_sym_module] = ACTIONS(1986), - [anon_sym_use] = ACTIONS(1986), - [anon_sym_LBRACK] = ACTIONS(1986), - [anon_sym_LPAREN] = ACTIONS(1986), - [anon_sym_DOLLAR] = ACTIONS(1986), - [anon_sym_error] = ACTIONS(1986), - [anon_sym_DASH] = ACTIONS(1986), - [anon_sym_break] = ACTIONS(1986), - [anon_sym_continue] = ACTIONS(1986), - [anon_sym_for] = ACTIONS(1986), - [anon_sym_loop] = ACTIONS(1986), - [anon_sym_while] = ACTIONS(1986), - [anon_sym_do] = ACTIONS(1986), - [anon_sym_if] = ACTIONS(1986), - [anon_sym_match] = ACTIONS(1986), - [anon_sym_LBRACE] = ACTIONS(1986), - [anon_sym_try] = ACTIONS(1986), - [anon_sym_return] = ACTIONS(1986), - [anon_sym_source] = ACTIONS(1986), - [anon_sym_source_DASHenv] = ACTIONS(1986), - [anon_sym_register] = ACTIONS(1986), - [anon_sym_hide] = ACTIONS(1986), - [anon_sym_hide_DASHenv] = ACTIONS(1986), - [anon_sym_overlay] = ACTIONS(1986), - [anon_sym_where] = ACTIONS(1986), - [anon_sym_not] = ACTIONS(1986), - [anon_sym_DOT_DOT_LT] = ACTIONS(1986), - [anon_sym_DOT_DOT] = ACTIONS(1986), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1986), - [sym_val_nothing] = ACTIONS(1986), - [anon_sym_true] = ACTIONS(1986), - [anon_sym_false] = ACTIONS(1986), - [aux_sym_val_number_token1] = ACTIONS(1986), - [aux_sym_val_number_token2] = ACTIONS(1986), - [aux_sym_val_number_token3] = ACTIONS(1986), - [aux_sym_val_number_token4] = ACTIONS(1986), - [anon_sym_inf] = ACTIONS(1986), - [anon_sym_DASHinf] = ACTIONS(1986), - [anon_sym_NaN] = ACTIONS(1986), - [anon_sym_0b] = ACTIONS(1986), - [anon_sym_0o] = ACTIONS(1986), - [anon_sym_0x] = ACTIONS(1986), - [sym_val_date] = ACTIONS(1986), - [anon_sym_DQUOTE] = ACTIONS(1986), - [sym__str_single_quotes] = ACTIONS(1986), - [sym__str_back_ticks] = ACTIONS(1986), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1986), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1986), - [anon_sym_CARET] = ACTIONS(1986), - [anon_sym_POUND] = ACTIONS(3), - }, - [959] = { - [sym_comment] = STATE(959), - [ts_builtin_sym_end] = ACTIONS(1760), - [anon_sym_export] = ACTIONS(1758), - [anon_sym_alias] = ACTIONS(1758), - [anon_sym_let] = ACTIONS(1758), - [anon_sym_let_DASHenv] = ACTIONS(1758), - [anon_sym_mut] = ACTIONS(1758), - [anon_sym_const] = ACTIONS(1758), - [sym_cmd_identifier] = ACTIONS(1758), - [anon_sym_SEMI] = ACTIONS(1758), - [anon_sym_LF] = ACTIONS(1760), - [anon_sym_def] = ACTIONS(1758), - [anon_sym_def_DASHenv] = ACTIONS(1758), - [anon_sym_export_DASHenv] = ACTIONS(1758), - [anon_sym_extern] = ACTIONS(1758), - [anon_sym_module] = ACTIONS(1758), - [anon_sym_use] = ACTIONS(1758), - [anon_sym_LBRACK] = ACTIONS(1758), - [anon_sym_LPAREN] = ACTIONS(1758), - [anon_sym_DOLLAR] = ACTIONS(1758), - [anon_sym_error] = ACTIONS(1758), - [anon_sym_DASH] = ACTIONS(1758), - [anon_sym_break] = ACTIONS(1758), - [anon_sym_continue] = ACTIONS(1758), - [anon_sym_for] = ACTIONS(1758), - [anon_sym_loop] = ACTIONS(1758), - [anon_sym_while] = ACTIONS(1758), - [anon_sym_do] = ACTIONS(1758), - [anon_sym_if] = ACTIONS(1758), - [anon_sym_match] = ACTIONS(1758), - [anon_sym_LBRACE] = ACTIONS(1758), - [anon_sym_try] = ACTIONS(1758), - [anon_sym_return] = ACTIONS(1758), - [anon_sym_source] = ACTIONS(1758), - [anon_sym_source_DASHenv] = ACTIONS(1758), - [anon_sym_register] = ACTIONS(1758), - [anon_sym_hide] = ACTIONS(1758), - [anon_sym_hide_DASHenv] = ACTIONS(1758), - [anon_sym_overlay] = ACTIONS(1758), - [anon_sym_where] = ACTIONS(1758), - [anon_sym_not] = ACTIONS(1758), - [anon_sym_DOT_DOT_LT] = ACTIONS(1758), - [anon_sym_DOT_DOT] = ACTIONS(1758), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1758), - [sym_val_nothing] = ACTIONS(1758), - [anon_sym_true] = ACTIONS(1758), - [anon_sym_false] = ACTIONS(1758), - [aux_sym_val_number_token1] = ACTIONS(1758), - [aux_sym_val_number_token2] = ACTIONS(1758), - [aux_sym_val_number_token3] = ACTIONS(1758), - [aux_sym_val_number_token4] = ACTIONS(1758), - [anon_sym_inf] = ACTIONS(1758), - [anon_sym_DASHinf] = ACTIONS(1758), - [anon_sym_NaN] = ACTIONS(1758), - [anon_sym_0b] = ACTIONS(1758), - [anon_sym_0o] = ACTIONS(1758), - [anon_sym_0x] = ACTIONS(1758), - [sym_val_date] = ACTIONS(1758), - [anon_sym_DQUOTE] = ACTIONS(1758), - [sym__str_single_quotes] = ACTIONS(1758), - [sym__str_back_ticks] = ACTIONS(1758), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1758), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1758), - [anon_sym_CARET] = ACTIONS(1758), - [anon_sym_POUND] = ACTIONS(3), - }, - [960] = { - [sym_comment] = STATE(960), - [ts_builtin_sym_end] = ACTIONS(1768), - [anon_sym_export] = ACTIONS(1766), - [anon_sym_alias] = ACTIONS(1766), - [anon_sym_let] = ACTIONS(1766), - [anon_sym_let_DASHenv] = ACTIONS(1766), - [anon_sym_mut] = ACTIONS(1766), - [anon_sym_const] = ACTIONS(1766), - [sym_cmd_identifier] = ACTIONS(1766), - [anon_sym_SEMI] = ACTIONS(1766), - [anon_sym_LF] = ACTIONS(1768), - [anon_sym_def] = ACTIONS(1766), - [anon_sym_def_DASHenv] = ACTIONS(1766), - [anon_sym_export_DASHenv] = ACTIONS(1766), - [anon_sym_extern] = ACTIONS(1766), - [anon_sym_module] = ACTIONS(1766), - [anon_sym_use] = ACTIONS(1766), - [anon_sym_LBRACK] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym_DOLLAR] = ACTIONS(1766), - [anon_sym_error] = ACTIONS(1766), - [anon_sym_DASH] = ACTIONS(1766), - [anon_sym_break] = ACTIONS(1766), - [anon_sym_continue] = ACTIONS(1766), - [anon_sym_for] = ACTIONS(1766), - [anon_sym_loop] = ACTIONS(1766), - [anon_sym_while] = ACTIONS(1766), - [anon_sym_do] = ACTIONS(1766), - [anon_sym_if] = ACTIONS(1766), - [anon_sym_match] = ACTIONS(1766), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_try] = ACTIONS(1766), - [anon_sym_return] = ACTIONS(1766), - [anon_sym_source] = ACTIONS(1766), - [anon_sym_source_DASHenv] = ACTIONS(1766), - [anon_sym_register] = ACTIONS(1766), - [anon_sym_hide] = ACTIONS(1766), - [anon_sym_hide_DASHenv] = ACTIONS(1766), - [anon_sym_overlay] = ACTIONS(1766), - [anon_sym_where] = ACTIONS(1766), - [anon_sym_not] = ACTIONS(1766), - [anon_sym_DOT_DOT_LT] = ACTIONS(1766), - [anon_sym_DOT_DOT] = ACTIONS(1766), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1766), - [sym_val_nothing] = ACTIONS(1766), - [anon_sym_true] = ACTIONS(1766), - [anon_sym_false] = ACTIONS(1766), - [aux_sym_val_number_token1] = ACTIONS(1766), - [aux_sym_val_number_token2] = ACTIONS(1766), - [aux_sym_val_number_token3] = ACTIONS(1766), - [aux_sym_val_number_token4] = ACTIONS(1766), - [anon_sym_inf] = ACTIONS(1766), - [anon_sym_DASHinf] = ACTIONS(1766), - [anon_sym_NaN] = ACTIONS(1766), - [anon_sym_0b] = ACTIONS(1766), - [anon_sym_0o] = ACTIONS(1766), - [anon_sym_0x] = ACTIONS(1766), - [sym_val_date] = ACTIONS(1766), - [anon_sym_DQUOTE] = ACTIONS(1766), - [sym__str_single_quotes] = ACTIONS(1766), - [sym__str_back_ticks] = ACTIONS(1766), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1766), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1766), - [anon_sym_CARET] = ACTIONS(1766), - [anon_sym_POUND] = ACTIONS(3), - }, - [961] = { - [sym_comment] = STATE(961), - [ts_builtin_sym_end] = ACTIONS(1780), - [anon_sym_export] = ACTIONS(1778), - [anon_sym_alias] = ACTIONS(1778), - [anon_sym_let] = ACTIONS(1778), - [anon_sym_let_DASHenv] = ACTIONS(1778), - [anon_sym_mut] = ACTIONS(1778), - [anon_sym_const] = ACTIONS(1778), - [sym_cmd_identifier] = ACTIONS(1778), - [anon_sym_SEMI] = ACTIONS(1778), - [anon_sym_LF] = ACTIONS(1780), - [anon_sym_def] = ACTIONS(1778), - [anon_sym_def_DASHenv] = ACTIONS(1778), - [anon_sym_export_DASHenv] = ACTIONS(1778), - [anon_sym_extern] = ACTIONS(1778), - [anon_sym_module] = ACTIONS(1778), - [anon_sym_use] = ACTIONS(1778), - [anon_sym_LBRACK] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1778), - [anon_sym_DOLLAR] = ACTIONS(1778), - [anon_sym_error] = ACTIONS(1778), - [anon_sym_DASH] = ACTIONS(1778), - [anon_sym_break] = ACTIONS(1778), - [anon_sym_continue] = ACTIONS(1778), - [anon_sym_for] = ACTIONS(1778), - [anon_sym_loop] = ACTIONS(1778), - [anon_sym_while] = ACTIONS(1778), - [anon_sym_do] = ACTIONS(1778), - [anon_sym_if] = ACTIONS(1778), - [anon_sym_match] = ACTIONS(1778), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_try] = ACTIONS(1778), - [anon_sym_return] = ACTIONS(1778), - [anon_sym_source] = ACTIONS(1778), - [anon_sym_source_DASHenv] = ACTIONS(1778), - [anon_sym_register] = ACTIONS(1778), - [anon_sym_hide] = ACTIONS(1778), - [anon_sym_hide_DASHenv] = ACTIONS(1778), - [anon_sym_overlay] = ACTIONS(1778), - [anon_sym_where] = ACTIONS(1778), - [anon_sym_not] = ACTIONS(1778), - [anon_sym_DOT_DOT_LT] = ACTIONS(1778), - [anon_sym_DOT_DOT] = ACTIONS(1778), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1778), - [sym_val_nothing] = ACTIONS(1778), - [anon_sym_true] = ACTIONS(1778), - [anon_sym_false] = ACTIONS(1778), - [aux_sym_val_number_token1] = ACTIONS(1778), - [aux_sym_val_number_token2] = ACTIONS(1778), - [aux_sym_val_number_token3] = ACTIONS(1778), - [aux_sym_val_number_token4] = ACTIONS(1778), - [anon_sym_inf] = ACTIONS(1778), - [anon_sym_DASHinf] = ACTIONS(1778), - [anon_sym_NaN] = ACTIONS(1778), - [anon_sym_0b] = ACTIONS(1778), - [anon_sym_0o] = ACTIONS(1778), - [anon_sym_0x] = ACTIONS(1778), - [sym_val_date] = ACTIONS(1778), - [anon_sym_DQUOTE] = ACTIONS(1778), - [sym__str_single_quotes] = ACTIONS(1778), - [sym__str_back_ticks] = ACTIONS(1778), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1778), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1778), - [anon_sym_CARET] = ACTIONS(1778), - [anon_sym_POUND] = ACTIONS(3), - }, - [962] = { - [sym_comment] = STATE(962), - [ts_builtin_sym_end] = ACTIONS(1866), - [anon_sym_export] = ACTIONS(1864), - [anon_sym_alias] = ACTIONS(1864), - [anon_sym_let] = ACTIONS(1864), - [anon_sym_let_DASHenv] = ACTIONS(1864), - [anon_sym_mut] = ACTIONS(1864), - [anon_sym_const] = ACTIONS(1864), - [sym_cmd_identifier] = ACTIONS(1864), - [anon_sym_SEMI] = ACTIONS(1864), - [anon_sym_LF] = ACTIONS(1866), - [anon_sym_def] = ACTIONS(1864), - [anon_sym_def_DASHenv] = ACTIONS(1864), - [anon_sym_export_DASHenv] = ACTIONS(1864), - [anon_sym_extern] = ACTIONS(1864), - [anon_sym_module] = ACTIONS(1864), - [anon_sym_use] = ACTIONS(1864), - [anon_sym_LBRACK] = ACTIONS(1864), - [anon_sym_LPAREN] = ACTIONS(1864), - [anon_sym_DOLLAR] = ACTIONS(1864), - [anon_sym_error] = ACTIONS(1864), - [anon_sym_DASH] = ACTIONS(1864), - [anon_sym_break] = ACTIONS(1864), - [anon_sym_continue] = ACTIONS(1864), - [anon_sym_for] = ACTIONS(1864), - [anon_sym_loop] = ACTIONS(1864), - [anon_sym_while] = ACTIONS(1864), - [anon_sym_do] = ACTIONS(1864), - [anon_sym_if] = ACTIONS(1864), - [anon_sym_match] = ACTIONS(1864), - [anon_sym_LBRACE] = ACTIONS(1864), - [anon_sym_try] = ACTIONS(1864), - [anon_sym_return] = ACTIONS(1864), - [anon_sym_source] = ACTIONS(1864), - [anon_sym_source_DASHenv] = ACTIONS(1864), - [anon_sym_register] = ACTIONS(1864), - [anon_sym_hide] = ACTIONS(1864), - [anon_sym_hide_DASHenv] = ACTIONS(1864), - [anon_sym_overlay] = ACTIONS(1864), - [anon_sym_where] = ACTIONS(1864), - [anon_sym_not] = ACTIONS(1864), - [anon_sym_DOT_DOT_LT] = ACTIONS(1864), - [anon_sym_DOT_DOT] = ACTIONS(1864), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1864), - [sym_val_nothing] = ACTIONS(1864), - [anon_sym_true] = ACTIONS(1864), - [anon_sym_false] = ACTIONS(1864), - [aux_sym_val_number_token1] = ACTIONS(1864), - [aux_sym_val_number_token2] = ACTIONS(1864), - [aux_sym_val_number_token3] = ACTIONS(1864), - [aux_sym_val_number_token4] = ACTIONS(1864), - [anon_sym_inf] = ACTIONS(1864), - [anon_sym_DASHinf] = ACTIONS(1864), - [anon_sym_NaN] = ACTIONS(1864), - [anon_sym_0b] = ACTIONS(1864), - [anon_sym_0o] = ACTIONS(1864), - [anon_sym_0x] = ACTIONS(1864), - [sym_val_date] = ACTIONS(1864), - [anon_sym_DQUOTE] = ACTIONS(1864), - [sym__str_single_quotes] = ACTIONS(1864), - [sym__str_back_ticks] = ACTIONS(1864), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1864), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1864), - [anon_sym_CARET] = ACTIONS(1864), - [anon_sym_POUND] = ACTIONS(3), - }, - [963] = { - [sym_comment] = STATE(963), - [ts_builtin_sym_end] = ACTIONS(2056), - [anon_sym_export] = ACTIONS(1976), - [anon_sym_alias] = ACTIONS(1976), - [anon_sym_let] = ACTIONS(1976), - [anon_sym_let_DASHenv] = ACTIONS(1976), - [anon_sym_mut] = ACTIONS(1976), - [anon_sym_const] = ACTIONS(1976), - [sym_cmd_identifier] = ACTIONS(1976), - [anon_sym_SEMI] = ACTIONS(1978), - [anon_sym_LF] = ACTIONS(1981), - [anon_sym_def] = ACTIONS(1976), - [anon_sym_def_DASHenv] = ACTIONS(1976), - [anon_sym_export_DASHenv] = ACTIONS(1976), - [anon_sym_extern] = ACTIONS(1976), - [anon_sym_module] = ACTIONS(1976), - [anon_sym_use] = ACTIONS(1976), - [anon_sym_LBRACK] = ACTIONS(1976), - [anon_sym_LPAREN] = ACTIONS(1976), - [anon_sym_DOLLAR] = ACTIONS(1976), - [anon_sym_error] = ACTIONS(1976), - [anon_sym_DASH] = ACTIONS(1976), - [anon_sym_break] = ACTIONS(1976), - [anon_sym_continue] = ACTIONS(1976), - [anon_sym_for] = ACTIONS(1976), - [anon_sym_loop] = ACTIONS(1976), - [anon_sym_while] = ACTIONS(1976), - [anon_sym_do] = ACTIONS(1976), - [anon_sym_if] = ACTIONS(1976), - [anon_sym_match] = ACTIONS(1976), - [anon_sym_LBRACE] = ACTIONS(1976), - [anon_sym_try] = ACTIONS(1976), - [anon_sym_return] = ACTIONS(1976), - [anon_sym_source] = ACTIONS(1976), - [anon_sym_source_DASHenv] = ACTIONS(1976), - [anon_sym_register] = ACTIONS(1976), - [anon_sym_hide] = ACTIONS(1976), - [anon_sym_hide_DASHenv] = ACTIONS(1976), - [anon_sym_overlay] = ACTIONS(1976), - [anon_sym_where] = ACTIONS(1976), - [anon_sym_not] = ACTIONS(1976), - [anon_sym_DOT_DOT_LT] = ACTIONS(1976), - [anon_sym_DOT_DOT] = ACTIONS(1976), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1976), - [sym_val_nothing] = ACTIONS(1976), - [anon_sym_true] = ACTIONS(1976), - [anon_sym_false] = ACTIONS(1976), - [aux_sym_val_number_token1] = ACTIONS(1976), - [aux_sym_val_number_token2] = ACTIONS(1976), - [aux_sym_val_number_token3] = ACTIONS(1976), - [aux_sym_val_number_token4] = ACTIONS(1976), - [anon_sym_inf] = ACTIONS(1976), - [anon_sym_DASHinf] = ACTIONS(1976), - [anon_sym_NaN] = ACTIONS(1976), - [anon_sym_0b] = ACTIONS(1976), - [anon_sym_0o] = ACTIONS(1976), - [anon_sym_0x] = ACTIONS(1976), - [sym_val_date] = ACTIONS(1976), - [anon_sym_DQUOTE] = ACTIONS(1976), - [sym__str_single_quotes] = ACTIONS(1976), - [sym__str_back_ticks] = ACTIONS(1976), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1976), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1976), - [anon_sym_CARET] = ACTIONS(1976), - [anon_sym_POUND] = ACTIONS(3), - }, - [964] = { - [sym_comment] = STATE(964), - [ts_builtin_sym_end] = ACTIONS(2058), - [anon_sym_export] = ACTIONS(1904), - [anon_sym_alias] = ACTIONS(1904), - [anon_sym_let] = ACTIONS(1904), - [anon_sym_let_DASHenv] = ACTIONS(1904), - [anon_sym_mut] = ACTIONS(1904), - [anon_sym_const] = ACTIONS(1904), - [sym_cmd_identifier] = ACTIONS(1904), - [anon_sym_SEMI] = ACTIONS(1906), - [anon_sym_LF] = ACTIONS(1909), - [anon_sym_def] = ACTIONS(1904), - [anon_sym_def_DASHenv] = ACTIONS(1904), - [anon_sym_export_DASHenv] = ACTIONS(1904), - [anon_sym_extern] = ACTIONS(1904), - [anon_sym_module] = ACTIONS(1904), - [anon_sym_use] = ACTIONS(1904), - [anon_sym_LBRACK] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(1904), - [anon_sym_DOLLAR] = ACTIONS(1904), - [anon_sym_error] = ACTIONS(1904), - [anon_sym_DASH] = ACTIONS(1904), - [anon_sym_break] = ACTIONS(1904), - [anon_sym_continue] = ACTIONS(1904), - [anon_sym_for] = ACTIONS(1904), - [anon_sym_loop] = ACTIONS(1904), - [anon_sym_while] = ACTIONS(1904), - [anon_sym_do] = ACTIONS(1904), - [anon_sym_if] = ACTIONS(1904), - [anon_sym_match] = ACTIONS(1904), - [anon_sym_LBRACE] = ACTIONS(1904), - [anon_sym_try] = ACTIONS(1904), - [anon_sym_return] = ACTIONS(1904), - [anon_sym_source] = ACTIONS(1904), - [anon_sym_source_DASHenv] = ACTIONS(1904), - [anon_sym_register] = ACTIONS(1904), - [anon_sym_hide] = ACTIONS(1904), - [anon_sym_hide_DASHenv] = ACTIONS(1904), - [anon_sym_overlay] = ACTIONS(1904), - [anon_sym_where] = ACTIONS(1904), - [anon_sym_not] = ACTIONS(1904), - [anon_sym_DOT_DOT_LT] = ACTIONS(1904), - [anon_sym_DOT_DOT] = ACTIONS(1904), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1904), - [sym_val_nothing] = ACTIONS(1904), - [anon_sym_true] = ACTIONS(1904), - [anon_sym_false] = ACTIONS(1904), - [aux_sym_val_number_token1] = ACTIONS(1904), - [aux_sym_val_number_token2] = ACTIONS(1904), - [aux_sym_val_number_token3] = ACTIONS(1904), - [aux_sym_val_number_token4] = ACTIONS(1904), - [anon_sym_inf] = ACTIONS(1904), - [anon_sym_DASHinf] = ACTIONS(1904), - [anon_sym_NaN] = ACTIONS(1904), - [anon_sym_0b] = ACTIONS(1904), - [anon_sym_0o] = ACTIONS(1904), - [anon_sym_0x] = ACTIONS(1904), - [sym_val_date] = ACTIONS(1904), - [anon_sym_DQUOTE] = ACTIONS(1904), - [sym__str_single_quotes] = ACTIONS(1904), - [sym__str_back_ticks] = ACTIONS(1904), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1904), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1904), - [anon_sym_CARET] = ACTIONS(1904), - [anon_sym_POUND] = ACTIONS(3), - }, - [965] = { - [sym_comment] = STATE(965), - [ts_builtin_sym_end] = ACTIONS(1974), - [anon_sym_export] = ACTIONS(1972), - [anon_sym_alias] = ACTIONS(1972), - [anon_sym_let] = ACTIONS(1972), - [anon_sym_let_DASHenv] = ACTIONS(1972), - [anon_sym_mut] = ACTIONS(1972), - [anon_sym_const] = ACTIONS(1972), - [sym_cmd_identifier] = ACTIONS(1972), - [anon_sym_SEMI] = ACTIONS(1972), - [anon_sym_LF] = ACTIONS(1974), - [anon_sym_def] = ACTIONS(1972), - [anon_sym_def_DASHenv] = ACTIONS(1972), - [anon_sym_export_DASHenv] = ACTIONS(1972), - [anon_sym_extern] = ACTIONS(1972), - [anon_sym_module] = ACTIONS(1972), - [anon_sym_use] = ACTIONS(1972), - [anon_sym_LBRACK] = ACTIONS(1972), - [anon_sym_LPAREN] = ACTIONS(1972), - [anon_sym_DOLLAR] = ACTIONS(1972), - [anon_sym_error] = ACTIONS(1972), - [anon_sym_DASH] = ACTIONS(1972), - [anon_sym_break] = ACTIONS(1972), - [anon_sym_continue] = ACTIONS(1972), - [anon_sym_for] = ACTIONS(1972), - [anon_sym_loop] = ACTIONS(1972), - [anon_sym_while] = ACTIONS(1972), - [anon_sym_do] = ACTIONS(1972), - [anon_sym_if] = ACTIONS(1972), - [anon_sym_match] = ACTIONS(1972), - [anon_sym_LBRACE] = ACTIONS(1972), - [anon_sym_try] = ACTIONS(1972), - [anon_sym_return] = ACTIONS(1972), - [anon_sym_source] = ACTIONS(1972), - [anon_sym_source_DASHenv] = ACTIONS(1972), - [anon_sym_register] = ACTIONS(1972), - [anon_sym_hide] = ACTIONS(1972), - [anon_sym_hide_DASHenv] = ACTIONS(1972), - [anon_sym_overlay] = ACTIONS(1972), - [anon_sym_where] = ACTIONS(1972), - [anon_sym_not] = ACTIONS(1972), - [anon_sym_DOT_DOT_LT] = ACTIONS(1972), - [anon_sym_DOT_DOT] = ACTIONS(1972), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1972), - [sym_val_nothing] = ACTIONS(1972), - [anon_sym_true] = ACTIONS(1972), - [anon_sym_false] = ACTIONS(1972), - [aux_sym_val_number_token1] = ACTIONS(1972), - [aux_sym_val_number_token2] = ACTIONS(1972), - [aux_sym_val_number_token3] = ACTIONS(1972), - [aux_sym_val_number_token4] = ACTIONS(1972), - [anon_sym_inf] = ACTIONS(1972), - [anon_sym_DASHinf] = ACTIONS(1972), - [anon_sym_NaN] = ACTIONS(1972), - [anon_sym_0b] = ACTIONS(1972), - [anon_sym_0o] = ACTIONS(1972), - [anon_sym_0x] = ACTIONS(1972), - [sym_val_date] = ACTIONS(1972), - [anon_sym_DQUOTE] = ACTIONS(1972), - [sym__str_single_quotes] = ACTIONS(1972), - [sym__str_back_ticks] = ACTIONS(1972), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1972), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1972), - [anon_sym_CARET] = ACTIONS(1972), - [anon_sym_POUND] = ACTIONS(3), - }, - [966] = { - [sym_comment] = STATE(966), - [ts_builtin_sym_end] = ACTIONS(2006), - [anon_sym_export] = ACTIONS(2004), - [anon_sym_alias] = ACTIONS(2004), - [anon_sym_let] = ACTIONS(2004), - [anon_sym_let_DASHenv] = ACTIONS(2004), - [anon_sym_mut] = ACTIONS(2004), - [anon_sym_const] = ACTIONS(2004), - [sym_cmd_identifier] = ACTIONS(2004), - [anon_sym_SEMI] = ACTIONS(2004), - [anon_sym_LF] = ACTIONS(2006), - [anon_sym_def] = ACTIONS(2004), - [anon_sym_def_DASHenv] = ACTIONS(2004), - [anon_sym_export_DASHenv] = ACTIONS(2004), - [anon_sym_extern] = ACTIONS(2004), - [anon_sym_module] = ACTIONS(2004), - [anon_sym_use] = ACTIONS(2004), - [anon_sym_LBRACK] = ACTIONS(2004), - [anon_sym_LPAREN] = ACTIONS(2004), - [anon_sym_DOLLAR] = ACTIONS(2004), - [anon_sym_error] = ACTIONS(2004), - [anon_sym_DASH] = ACTIONS(2004), - [anon_sym_break] = ACTIONS(2004), - [anon_sym_continue] = ACTIONS(2004), - [anon_sym_for] = ACTIONS(2004), - [anon_sym_loop] = ACTIONS(2004), - [anon_sym_while] = ACTIONS(2004), - [anon_sym_do] = ACTIONS(2004), - [anon_sym_if] = ACTIONS(2004), - [anon_sym_match] = ACTIONS(2004), - [anon_sym_LBRACE] = ACTIONS(2004), - [anon_sym_try] = ACTIONS(2004), - [anon_sym_return] = ACTIONS(2004), - [anon_sym_source] = ACTIONS(2004), - [anon_sym_source_DASHenv] = ACTIONS(2004), - [anon_sym_register] = ACTIONS(2004), - [anon_sym_hide] = ACTIONS(2004), - [anon_sym_hide_DASHenv] = ACTIONS(2004), - [anon_sym_overlay] = ACTIONS(2004), - [anon_sym_where] = ACTIONS(2004), - [anon_sym_not] = ACTIONS(2004), - [anon_sym_DOT_DOT_LT] = ACTIONS(2004), - [anon_sym_DOT_DOT] = ACTIONS(2004), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2004), - [sym_val_nothing] = ACTIONS(2004), - [anon_sym_true] = ACTIONS(2004), - [anon_sym_false] = ACTIONS(2004), - [aux_sym_val_number_token1] = ACTIONS(2004), - [aux_sym_val_number_token2] = ACTIONS(2004), - [aux_sym_val_number_token3] = ACTIONS(2004), - [aux_sym_val_number_token4] = ACTIONS(2004), - [anon_sym_inf] = ACTIONS(2004), - [anon_sym_DASHinf] = ACTIONS(2004), - [anon_sym_NaN] = ACTIONS(2004), - [anon_sym_0b] = ACTIONS(2004), - [anon_sym_0o] = ACTIONS(2004), - [anon_sym_0x] = ACTIONS(2004), - [sym_val_date] = ACTIONS(2004), - [anon_sym_DQUOTE] = ACTIONS(2004), - [sym__str_single_quotes] = ACTIONS(2004), - [sym__str_back_ticks] = ACTIONS(2004), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2004), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2004), - [anon_sym_CARET] = ACTIONS(2004), - [anon_sym_POUND] = ACTIONS(3), - }, - [967] = { - [sym_comment] = STATE(967), - [anon_sym_EQ] = ACTIONS(686), - [sym_cmd_identifier] = ACTIONS(686), - [anon_sym_SEMI] = ACTIONS(688), - [anon_sym_COLON] = ACTIONS(688), - [anon_sym_LBRACK] = ACTIONS(688), - [anon_sym_COMMA] = ACTIONS(688), - [anon_sym_RBRACK] = ACTIONS(688), - [anon_sym_LPAREN] = ACTIONS(688), - [anon_sym_DOLLAR] = ACTIONS(686), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_in] = ACTIONS(686), - [anon_sym_LBRACE] = ACTIONS(688), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK2] = ACTIONS(688), - [anon_sym_STAR_STAR] = ACTIONS(688), - [anon_sym_PLUS_PLUS] = ACTIONS(688), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_mod] = ACTIONS(686), - [anon_sym_SLASH_SLASH] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_bit_DASHshl] = ACTIONS(686), - [anon_sym_bit_DASHshr] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(688), - [anon_sym_BANG_EQ] = ACTIONS(688), - [anon_sym_LT2] = ACTIONS(686), - [anon_sym_LT_EQ] = ACTIONS(688), - [anon_sym_GT_EQ] = ACTIONS(688), - [anon_sym_not_DASHin] = ACTIONS(686), - [anon_sym_starts_DASHwith] = ACTIONS(686), - [anon_sym_ends_DASHwith] = ACTIONS(686), - [anon_sym_EQ_TILDE] = ACTIONS(688), - [anon_sym_BANG_TILDE] = ACTIONS(688), - [anon_sym_bit_DASHand] = ACTIONS(686), - [anon_sym_bit_DASHxor] = ACTIONS(686), - [anon_sym_bit_DASHor] = ACTIONS(686), - [anon_sym_and] = ACTIONS(686), - [anon_sym_xor] = ACTIONS(686), - [anon_sym_or] = ACTIONS(686), - [anon_sym_not] = ACTIONS(686), - [anon_sym_DOT_DOT_LT] = ACTIONS(688), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_EQ] = ACTIONS(688), - [sym_val_nothing] = ACTIONS(686), - [anon_sym_true] = ACTIONS(686), - [anon_sym_false] = ACTIONS(686), - [aux_sym_val_number_token1] = ACTIONS(686), - [aux_sym_val_number_token2] = ACTIONS(688), - [aux_sym_val_number_token3] = ACTIONS(688), - [aux_sym_val_number_token4] = ACTIONS(688), - [anon_sym_inf] = ACTIONS(686), - [anon_sym_DASHinf] = ACTIONS(688), - [anon_sym_NaN] = ACTIONS(686), - [anon_sym_0b] = ACTIONS(686), - [anon_sym_0o] = ACTIONS(686), - [anon_sym_0x] = ACTIONS(686), - [sym_val_date] = ACTIONS(688), - [anon_sym_DQUOTE] = ACTIONS(688), - [sym__str_single_quotes] = ACTIONS(688), - [sym__str_back_ticks] = ACTIONS(688), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(688), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(688), - [anon_sym_POUND] = ACTIONS(157), - }, - [968] = { - [sym_comment] = STATE(968), [ts_builtin_sym_end] = ACTIONS(1850), [anon_sym_export] = ACTIONS(1848), [anon_sym_alias] = ACTIONS(1848), @@ -127256,678 +126256,544 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(1848), [anon_sym_POUND] = ACTIONS(3), }, - [969] = { - [sym_comment] = STATE(969), - [ts_builtin_sym_end] = ACTIONS(2014), - [anon_sym_export] = ACTIONS(2012), - [anon_sym_alias] = ACTIONS(2012), - [anon_sym_let] = ACTIONS(2012), - [anon_sym_let_DASHenv] = ACTIONS(2012), - [anon_sym_mut] = ACTIONS(2012), - [anon_sym_const] = ACTIONS(2012), - [sym_cmd_identifier] = ACTIONS(2012), - [anon_sym_SEMI] = ACTIONS(2012), - [anon_sym_LF] = ACTIONS(2014), - [anon_sym_def] = ACTIONS(2012), - [anon_sym_def_DASHenv] = ACTIONS(2012), - [anon_sym_export_DASHenv] = ACTIONS(2012), - [anon_sym_extern] = ACTIONS(2012), - [anon_sym_module] = ACTIONS(2012), - [anon_sym_use] = ACTIONS(2012), - [anon_sym_LBRACK] = ACTIONS(2012), - [anon_sym_LPAREN] = ACTIONS(2012), - [anon_sym_DOLLAR] = ACTIONS(2012), - [anon_sym_error] = ACTIONS(2012), - [anon_sym_DASH] = ACTIONS(2012), - [anon_sym_break] = ACTIONS(2012), - [anon_sym_continue] = ACTIONS(2012), - [anon_sym_for] = ACTIONS(2012), - [anon_sym_loop] = ACTIONS(2012), - [anon_sym_while] = ACTIONS(2012), - [anon_sym_do] = ACTIONS(2012), - [anon_sym_if] = ACTIONS(2012), - [anon_sym_match] = ACTIONS(2012), - [anon_sym_LBRACE] = ACTIONS(2012), - [anon_sym_try] = ACTIONS(2012), - [anon_sym_return] = ACTIONS(2012), - [anon_sym_source] = ACTIONS(2012), - [anon_sym_source_DASHenv] = ACTIONS(2012), - [anon_sym_register] = ACTIONS(2012), - [anon_sym_hide] = ACTIONS(2012), - [anon_sym_hide_DASHenv] = ACTIONS(2012), - [anon_sym_overlay] = ACTIONS(2012), - [anon_sym_where] = ACTIONS(2012), - [anon_sym_not] = ACTIONS(2012), - [anon_sym_DOT_DOT_LT] = ACTIONS(2012), - [anon_sym_DOT_DOT] = ACTIONS(2012), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2012), - [sym_val_nothing] = ACTIONS(2012), - [anon_sym_true] = ACTIONS(2012), - [anon_sym_false] = ACTIONS(2012), - [aux_sym_val_number_token1] = ACTIONS(2012), - [aux_sym_val_number_token2] = ACTIONS(2012), - [aux_sym_val_number_token3] = ACTIONS(2012), - [aux_sym_val_number_token4] = ACTIONS(2012), - [anon_sym_inf] = ACTIONS(2012), - [anon_sym_DASHinf] = ACTIONS(2012), - [anon_sym_NaN] = ACTIONS(2012), - [anon_sym_0b] = ACTIONS(2012), - [anon_sym_0o] = ACTIONS(2012), - [anon_sym_0x] = ACTIONS(2012), - [sym_val_date] = ACTIONS(2012), - [anon_sym_DQUOTE] = ACTIONS(2012), - [sym__str_single_quotes] = ACTIONS(2012), - [sym__str_back_ticks] = ACTIONS(2012), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2012), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2012), - [anon_sym_CARET] = ACTIONS(2012), - [anon_sym_POUND] = ACTIONS(3), - }, - [970] = { - [sym_comment] = STATE(970), - [ts_builtin_sym_end] = ACTIONS(1772), - [anon_sym_export] = ACTIONS(1770), - [anon_sym_alias] = ACTIONS(1770), - [anon_sym_let] = ACTIONS(1770), - [anon_sym_let_DASHenv] = ACTIONS(1770), - [anon_sym_mut] = ACTIONS(1770), - [anon_sym_const] = ACTIONS(1770), - [sym_cmd_identifier] = ACTIONS(1770), - [anon_sym_SEMI] = ACTIONS(1770), - [anon_sym_LF] = ACTIONS(1772), - [anon_sym_def] = ACTIONS(1770), - [anon_sym_def_DASHenv] = ACTIONS(1770), - [anon_sym_export_DASHenv] = ACTIONS(1770), - [anon_sym_extern] = ACTIONS(1770), - [anon_sym_module] = ACTIONS(1770), - [anon_sym_use] = ACTIONS(1770), - [anon_sym_LBRACK] = ACTIONS(1770), - [anon_sym_LPAREN] = ACTIONS(1770), - [anon_sym_DOLLAR] = ACTIONS(1770), - [anon_sym_error] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_for] = ACTIONS(1770), - [anon_sym_loop] = ACTIONS(1770), - [anon_sym_while] = ACTIONS(1770), - [anon_sym_do] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_match] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1770), - [anon_sym_try] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_source] = ACTIONS(1770), - [anon_sym_source_DASHenv] = ACTIONS(1770), - [anon_sym_register] = ACTIONS(1770), - [anon_sym_hide] = ACTIONS(1770), - [anon_sym_hide_DASHenv] = ACTIONS(1770), - [anon_sym_overlay] = ACTIONS(1770), - [anon_sym_where] = ACTIONS(1770), - [anon_sym_not] = ACTIONS(1770), - [anon_sym_DOT_DOT_LT] = ACTIONS(1770), - [anon_sym_DOT_DOT] = ACTIONS(1770), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1770), - [sym_val_nothing] = ACTIONS(1770), - [anon_sym_true] = ACTIONS(1770), - [anon_sym_false] = ACTIONS(1770), - [aux_sym_val_number_token1] = ACTIONS(1770), - [aux_sym_val_number_token2] = ACTIONS(1770), - [aux_sym_val_number_token3] = ACTIONS(1770), - [aux_sym_val_number_token4] = ACTIONS(1770), - [anon_sym_inf] = ACTIONS(1770), - [anon_sym_DASHinf] = ACTIONS(1770), - [anon_sym_NaN] = ACTIONS(1770), - [anon_sym_0b] = ACTIONS(1770), - [anon_sym_0o] = ACTIONS(1770), - [anon_sym_0x] = ACTIONS(1770), - [sym_val_date] = ACTIONS(1770), - [anon_sym_DQUOTE] = ACTIONS(1770), - [sym__str_single_quotes] = ACTIONS(1770), - [sym__str_back_ticks] = ACTIONS(1770), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1770), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1770), - [anon_sym_CARET] = ACTIONS(1770), - [anon_sym_POUND] = ACTIONS(3), - }, - [971] = { - [sym_comment] = STATE(971), - [ts_builtin_sym_end] = ACTIONS(1854), - [anon_sym_export] = ACTIONS(1852), - [anon_sym_alias] = ACTIONS(1852), - [anon_sym_let] = ACTIONS(1852), - [anon_sym_let_DASHenv] = ACTIONS(1852), - [anon_sym_mut] = ACTIONS(1852), - [anon_sym_const] = ACTIONS(1852), - [sym_cmd_identifier] = ACTIONS(1852), - [anon_sym_SEMI] = ACTIONS(1852), - [anon_sym_LF] = ACTIONS(1854), - [anon_sym_def] = ACTIONS(1852), - [anon_sym_def_DASHenv] = ACTIONS(1852), - [anon_sym_export_DASHenv] = ACTIONS(1852), - [anon_sym_extern] = ACTIONS(1852), - [anon_sym_module] = ACTIONS(1852), - [anon_sym_use] = ACTIONS(1852), - [anon_sym_LBRACK] = ACTIONS(1852), - [anon_sym_LPAREN] = ACTIONS(1852), - [anon_sym_DOLLAR] = ACTIONS(1852), - [anon_sym_error] = ACTIONS(1852), - [anon_sym_DASH] = ACTIONS(1852), - [anon_sym_break] = ACTIONS(1852), - [anon_sym_continue] = ACTIONS(1852), - [anon_sym_for] = ACTIONS(1852), - [anon_sym_loop] = ACTIONS(1852), - [anon_sym_while] = ACTIONS(1852), - [anon_sym_do] = ACTIONS(1852), - [anon_sym_if] = ACTIONS(1852), - [anon_sym_match] = ACTIONS(1852), - [anon_sym_LBRACE] = ACTIONS(1852), - [anon_sym_try] = ACTIONS(1852), - [anon_sym_return] = ACTIONS(1852), - [anon_sym_source] = ACTIONS(1852), - [anon_sym_source_DASHenv] = ACTIONS(1852), - [anon_sym_register] = ACTIONS(1852), - [anon_sym_hide] = ACTIONS(1852), - [anon_sym_hide_DASHenv] = ACTIONS(1852), - [anon_sym_overlay] = ACTIONS(1852), - [anon_sym_where] = ACTIONS(1852), - [anon_sym_not] = ACTIONS(1852), - [anon_sym_DOT_DOT_LT] = ACTIONS(1852), - [anon_sym_DOT_DOT] = ACTIONS(1852), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1852), - [sym_val_nothing] = ACTIONS(1852), - [anon_sym_true] = ACTIONS(1852), - [anon_sym_false] = ACTIONS(1852), - [aux_sym_val_number_token1] = ACTIONS(1852), - [aux_sym_val_number_token2] = ACTIONS(1852), - [aux_sym_val_number_token3] = ACTIONS(1852), - [aux_sym_val_number_token4] = ACTIONS(1852), - [anon_sym_inf] = ACTIONS(1852), - [anon_sym_DASHinf] = ACTIONS(1852), - [anon_sym_NaN] = ACTIONS(1852), - [anon_sym_0b] = ACTIONS(1852), - [anon_sym_0o] = ACTIONS(1852), - [anon_sym_0x] = ACTIONS(1852), - [sym_val_date] = ACTIONS(1852), - [anon_sym_DQUOTE] = ACTIONS(1852), - [sym__str_single_quotes] = ACTIONS(1852), - [sym__str_back_ticks] = ACTIONS(1852), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1852), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1852), - [anon_sym_CARET] = ACTIONS(1852), + [954] = { + [sym_comment] = STATE(954), + [ts_builtin_sym_end] = ACTIONS(836), + [anon_sym_export] = ACTIONS(834), + [anon_sym_alias] = ACTIONS(834), + [anon_sym_let] = ACTIONS(834), + [anon_sym_let_DASHenv] = ACTIONS(834), + [anon_sym_mut] = ACTIONS(834), + [anon_sym_const] = ACTIONS(834), + [sym_cmd_identifier] = ACTIONS(834), + [anon_sym_SEMI] = ACTIONS(834), + [anon_sym_LF] = ACTIONS(836), + [anon_sym_def] = ACTIONS(834), + [anon_sym_def_DASHenv] = ACTIONS(834), + [anon_sym_export_DASHenv] = ACTIONS(834), + [anon_sym_extern] = ACTIONS(834), + [anon_sym_module] = ACTIONS(834), + [anon_sym_use] = ACTIONS(834), + [anon_sym_LBRACK] = ACTIONS(834), + [anon_sym_LPAREN] = ACTIONS(834), + [anon_sym_DOLLAR] = ACTIONS(834), + [anon_sym_error] = ACTIONS(834), + [anon_sym_DASH] = ACTIONS(834), + [anon_sym_break] = ACTIONS(834), + [anon_sym_continue] = ACTIONS(834), + [anon_sym_for] = ACTIONS(834), + [anon_sym_loop] = ACTIONS(834), + [anon_sym_while] = ACTIONS(834), + [anon_sym_do] = ACTIONS(834), + [anon_sym_if] = ACTIONS(834), + [anon_sym_match] = ACTIONS(834), + [anon_sym_LBRACE] = ACTIONS(834), + [anon_sym_try] = ACTIONS(834), + [anon_sym_return] = ACTIONS(834), + [anon_sym_source] = ACTIONS(834), + [anon_sym_source_DASHenv] = ACTIONS(834), + [anon_sym_register] = ACTIONS(834), + [anon_sym_hide] = ACTIONS(834), + [anon_sym_hide_DASHenv] = ACTIONS(834), + [anon_sym_overlay] = ACTIONS(834), + [anon_sym_where] = ACTIONS(834), + [anon_sym_not] = ACTIONS(834), + [anon_sym_DOT_DOT_LT] = ACTIONS(834), + [anon_sym_DOT_DOT] = ACTIONS(834), + [anon_sym_DOT_DOT_EQ] = ACTIONS(834), + [sym_val_nothing] = ACTIONS(834), + [anon_sym_true] = ACTIONS(834), + [anon_sym_false] = ACTIONS(834), + [aux_sym_val_number_token1] = ACTIONS(834), + [aux_sym_val_number_token2] = ACTIONS(834), + [aux_sym_val_number_token3] = ACTIONS(834), + [aux_sym_val_number_token4] = ACTIONS(834), + [anon_sym_inf] = ACTIONS(834), + [anon_sym_DASHinf] = ACTIONS(834), + [anon_sym_NaN] = ACTIONS(834), + [anon_sym_0b] = ACTIONS(834), + [anon_sym_0o] = ACTIONS(834), + [anon_sym_0x] = ACTIONS(834), + [sym_val_date] = ACTIONS(834), + [anon_sym_DQUOTE] = ACTIONS(834), + [sym__str_single_quotes] = ACTIONS(834), + [sym__str_back_ticks] = ACTIONS(834), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(834), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(834), + [anon_sym_CARET] = ACTIONS(834), [anon_sym_POUND] = ACTIONS(3), }, - [972] = { - [sym_comment] = STATE(972), - [ts_builtin_sym_end] = ACTIONS(1962), - [anon_sym_export] = ACTIONS(1960), - [anon_sym_alias] = ACTIONS(1960), - [anon_sym_let] = ACTIONS(1960), - [anon_sym_let_DASHenv] = ACTIONS(1960), - [anon_sym_mut] = ACTIONS(1960), - [anon_sym_const] = ACTIONS(1960), - [sym_cmd_identifier] = ACTIONS(1960), - [anon_sym_SEMI] = ACTIONS(1960), - [anon_sym_LF] = ACTIONS(1962), - [anon_sym_def] = ACTIONS(1960), - [anon_sym_def_DASHenv] = ACTIONS(1960), - [anon_sym_export_DASHenv] = ACTIONS(1960), - [anon_sym_extern] = ACTIONS(1960), - [anon_sym_module] = ACTIONS(1960), - [anon_sym_use] = ACTIONS(1960), - [anon_sym_LBRACK] = ACTIONS(1960), - [anon_sym_LPAREN] = ACTIONS(1960), - [anon_sym_DOLLAR] = ACTIONS(1960), - [anon_sym_error] = ACTIONS(1960), - [anon_sym_DASH] = ACTIONS(1960), - [anon_sym_break] = ACTIONS(1960), - [anon_sym_continue] = ACTIONS(1960), - [anon_sym_for] = ACTIONS(1960), - [anon_sym_loop] = ACTIONS(1960), - [anon_sym_while] = ACTIONS(1960), - [anon_sym_do] = ACTIONS(1960), - [anon_sym_if] = ACTIONS(1960), - [anon_sym_match] = ACTIONS(1960), - [anon_sym_LBRACE] = ACTIONS(1960), - [anon_sym_try] = ACTIONS(1960), - [anon_sym_return] = ACTIONS(1960), - [anon_sym_source] = ACTIONS(1960), - [anon_sym_source_DASHenv] = ACTIONS(1960), - [anon_sym_register] = ACTIONS(1960), - [anon_sym_hide] = ACTIONS(1960), - [anon_sym_hide_DASHenv] = ACTIONS(1960), - [anon_sym_overlay] = ACTIONS(1960), - [anon_sym_where] = ACTIONS(1960), - [anon_sym_not] = ACTIONS(1960), - [anon_sym_DOT_DOT_LT] = ACTIONS(1960), - [anon_sym_DOT_DOT] = ACTIONS(1960), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1960), - [sym_val_nothing] = ACTIONS(1960), - [anon_sym_true] = ACTIONS(1960), - [anon_sym_false] = ACTIONS(1960), - [aux_sym_val_number_token1] = ACTIONS(1960), - [aux_sym_val_number_token2] = ACTIONS(1960), - [aux_sym_val_number_token3] = ACTIONS(1960), - [aux_sym_val_number_token4] = ACTIONS(1960), - [anon_sym_inf] = ACTIONS(1960), - [anon_sym_DASHinf] = ACTIONS(1960), - [anon_sym_NaN] = ACTIONS(1960), - [anon_sym_0b] = ACTIONS(1960), - [anon_sym_0o] = ACTIONS(1960), - [anon_sym_0x] = ACTIONS(1960), - [sym_val_date] = ACTIONS(1960), - [anon_sym_DQUOTE] = ACTIONS(1960), - [sym__str_single_quotes] = ACTIONS(1960), - [sym__str_back_ticks] = ACTIONS(1960), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1960), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1960), - [anon_sym_CARET] = ACTIONS(1960), + [955] = { + [sym_comment] = STATE(955), + [ts_builtin_sym_end] = ACTIONS(1942), + [anon_sym_export] = ACTIONS(1940), + [anon_sym_alias] = ACTIONS(1940), + [anon_sym_let] = ACTIONS(1940), + [anon_sym_let_DASHenv] = ACTIONS(1940), + [anon_sym_mut] = ACTIONS(1940), + [anon_sym_const] = ACTIONS(1940), + [sym_cmd_identifier] = ACTIONS(1940), + [anon_sym_SEMI] = ACTIONS(1940), + [anon_sym_LF] = ACTIONS(1942), + [anon_sym_def] = ACTIONS(1940), + [anon_sym_def_DASHenv] = ACTIONS(1940), + [anon_sym_export_DASHenv] = ACTIONS(1940), + [anon_sym_extern] = ACTIONS(1940), + [anon_sym_module] = ACTIONS(1940), + [anon_sym_use] = ACTIONS(1940), + [anon_sym_LBRACK] = ACTIONS(1940), + [anon_sym_LPAREN] = ACTIONS(1940), + [anon_sym_DOLLAR] = ACTIONS(1940), + [anon_sym_error] = ACTIONS(1940), + [anon_sym_DASH] = ACTIONS(1940), + [anon_sym_break] = ACTIONS(1940), + [anon_sym_continue] = ACTIONS(1940), + [anon_sym_for] = ACTIONS(1940), + [anon_sym_loop] = ACTIONS(1940), + [anon_sym_while] = ACTIONS(1940), + [anon_sym_do] = ACTIONS(1940), + [anon_sym_if] = ACTIONS(1940), + [anon_sym_match] = ACTIONS(1940), + [anon_sym_LBRACE] = ACTIONS(1940), + [anon_sym_try] = ACTIONS(1940), + [anon_sym_return] = ACTIONS(1940), + [anon_sym_source] = ACTIONS(1940), + [anon_sym_source_DASHenv] = ACTIONS(1940), + [anon_sym_register] = ACTIONS(1940), + [anon_sym_hide] = ACTIONS(1940), + [anon_sym_hide_DASHenv] = ACTIONS(1940), + [anon_sym_overlay] = ACTIONS(1940), + [anon_sym_where] = ACTIONS(1940), + [anon_sym_not] = ACTIONS(1940), + [anon_sym_DOT_DOT_LT] = ACTIONS(1940), + [anon_sym_DOT_DOT] = ACTIONS(1940), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1940), + [sym_val_nothing] = ACTIONS(1940), + [anon_sym_true] = ACTIONS(1940), + [anon_sym_false] = ACTIONS(1940), + [aux_sym_val_number_token1] = ACTIONS(1940), + [aux_sym_val_number_token2] = ACTIONS(1940), + [aux_sym_val_number_token3] = ACTIONS(1940), + [aux_sym_val_number_token4] = ACTIONS(1940), + [anon_sym_inf] = ACTIONS(1940), + [anon_sym_DASHinf] = ACTIONS(1940), + [anon_sym_NaN] = ACTIONS(1940), + [anon_sym_0b] = ACTIONS(1940), + [anon_sym_0o] = ACTIONS(1940), + [anon_sym_0x] = ACTIONS(1940), + [sym_val_date] = ACTIONS(1940), + [anon_sym_DQUOTE] = ACTIONS(1940), + [sym__str_single_quotes] = ACTIONS(1940), + [sym__str_back_ticks] = ACTIONS(1940), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1940), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1940), + [anon_sym_CARET] = ACTIONS(1940), [anon_sym_POUND] = ACTIONS(3), }, - [973] = { - [sym_comment] = STATE(973), - [ts_builtin_sym_end] = ACTIONS(1966), - [anon_sym_export] = ACTIONS(1964), - [anon_sym_alias] = ACTIONS(1964), - [anon_sym_let] = ACTIONS(1964), - [anon_sym_let_DASHenv] = ACTIONS(1964), - [anon_sym_mut] = ACTIONS(1964), - [anon_sym_const] = ACTIONS(1964), - [sym_cmd_identifier] = ACTIONS(1964), - [anon_sym_SEMI] = ACTIONS(1964), - [anon_sym_LF] = ACTIONS(1966), - [anon_sym_def] = ACTIONS(1964), - [anon_sym_def_DASHenv] = ACTIONS(1964), - [anon_sym_export_DASHenv] = ACTIONS(1964), - [anon_sym_extern] = ACTIONS(1964), - [anon_sym_module] = ACTIONS(1964), - [anon_sym_use] = ACTIONS(1964), - [anon_sym_LBRACK] = ACTIONS(1964), - [anon_sym_LPAREN] = ACTIONS(1964), - [anon_sym_DOLLAR] = ACTIONS(1964), - [anon_sym_error] = ACTIONS(1964), - [anon_sym_DASH] = ACTIONS(1964), - [anon_sym_break] = ACTIONS(1964), - [anon_sym_continue] = ACTIONS(1964), - [anon_sym_for] = ACTIONS(1964), - [anon_sym_loop] = ACTIONS(1964), - [anon_sym_while] = ACTIONS(1964), - [anon_sym_do] = ACTIONS(1964), - [anon_sym_if] = ACTIONS(1964), - [anon_sym_match] = ACTIONS(1964), - [anon_sym_LBRACE] = ACTIONS(1964), - [anon_sym_try] = ACTIONS(1964), - [anon_sym_return] = ACTIONS(1964), - [anon_sym_source] = ACTIONS(1964), - [anon_sym_source_DASHenv] = ACTIONS(1964), - [anon_sym_register] = ACTIONS(1964), - [anon_sym_hide] = ACTIONS(1964), - [anon_sym_hide_DASHenv] = ACTIONS(1964), - [anon_sym_overlay] = ACTIONS(1964), - [anon_sym_where] = ACTIONS(1964), - [anon_sym_not] = ACTIONS(1964), - [anon_sym_DOT_DOT_LT] = ACTIONS(1964), - [anon_sym_DOT_DOT] = ACTIONS(1964), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1964), - [sym_val_nothing] = ACTIONS(1964), - [anon_sym_true] = ACTIONS(1964), - [anon_sym_false] = ACTIONS(1964), - [aux_sym_val_number_token1] = ACTIONS(1964), - [aux_sym_val_number_token2] = ACTIONS(1964), - [aux_sym_val_number_token3] = ACTIONS(1964), - [aux_sym_val_number_token4] = ACTIONS(1964), - [anon_sym_inf] = ACTIONS(1964), - [anon_sym_DASHinf] = ACTIONS(1964), - [anon_sym_NaN] = ACTIONS(1964), - [anon_sym_0b] = ACTIONS(1964), - [anon_sym_0o] = ACTIONS(1964), - [anon_sym_0x] = ACTIONS(1964), - [sym_val_date] = ACTIONS(1964), - [anon_sym_DQUOTE] = ACTIONS(1964), - [sym__str_single_quotes] = ACTIONS(1964), - [sym__str_back_ticks] = ACTIONS(1964), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1964), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1964), - [anon_sym_CARET] = ACTIONS(1964), + [956] = { + [sym_comment] = STATE(956), + [ts_builtin_sym_end] = ACTIONS(1842), + [anon_sym_export] = ACTIONS(1840), + [anon_sym_alias] = ACTIONS(1840), + [anon_sym_let] = ACTIONS(1840), + [anon_sym_let_DASHenv] = ACTIONS(1840), + [anon_sym_mut] = ACTIONS(1840), + [anon_sym_const] = ACTIONS(1840), + [sym_cmd_identifier] = ACTIONS(1840), + [anon_sym_SEMI] = ACTIONS(1840), + [anon_sym_LF] = ACTIONS(1842), + [anon_sym_def] = ACTIONS(1840), + [anon_sym_def_DASHenv] = ACTIONS(1840), + [anon_sym_export_DASHenv] = ACTIONS(1840), + [anon_sym_extern] = ACTIONS(1840), + [anon_sym_module] = ACTIONS(1840), + [anon_sym_use] = ACTIONS(1840), + [anon_sym_LBRACK] = ACTIONS(1840), + [anon_sym_LPAREN] = ACTIONS(1840), + [anon_sym_DOLLAR] = ACTIONS(1840), + [anon_sym_error] = ACTIONS(1840), + [anon_sym_DASH] = ACTIONS(1840), + [anon_sym_break] = ACTIONS(1840), + [anon_sym_continue] = ACTIONS(1840), + [anon_sym_for] = ACTIONS(1840), + [anon_sym_loop] = ACTIONS(1840), + [anon_sym_while] = ACTIONS(1840), + [anon_sym_do] = ACTIONS(1840), + [anon_sym_if] = ACTIONS(1840), + [anon_sym_match] = ACTIONS(1840), + [anon_sym_LBRACE] = ACTIONS(1840), + [anon_sym_try] = ACTIONS(1840), + [anon_sym_return] = ACTIONS(1840), + [anon_sym_source] = ACTIONS(1840), + [anon_sym_source_DASHenv] = ACTIONS(1840), + [anon_sym_register] = ACTIONS(1840), + [anon_sym_hide] = ACTIONS(1840), + [anon_sym_hide_DASHenv] = ACTIONS(1840), + [anon_sym_overlay] = ACTIONS(1840), + [anon_sym_where] = ACTIONS(1840), + [anon_sym_not] = ACTIONS(1840), + [anon_sym_DOT_DOT_LT] = ACTIONS(1840), + [anon_sym_DOT_DOT] = ACTIONS(1840), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1840), + [sym_val_nothing] = ACTIONS(1840), + [anon_sym_true] = ACTIONS(1840), + [anon_sym_false] = ACTIONS(1840), + [aux_sym_val_number_token1] = ACTIONS(1840), + [aux_sym_val_number_token2] = ACTIONS(1840), + [aux_sym_val_number_token3] = ACTIONS(1840), + [aux_sym_val_number_token4] = ACTIONS(1840), + [anon_sym_inf] = ACTIONS(1840), + [anon_sym_DASHinf] = ACTIONS(1840), + [anon_sym_NaN] = ACTIONS(1840), + [anon_sym_0b] = ACTIONS(1840), + [anon_sym_0o] = ACTIONS(1840), + [anon_sym_0x] = ACTIONS(1840), + [sym_val_date] = ACTIONS(1840), + [anon_sym_DQUOTE] = ACTIONS(1840), + [sym__str_single_quotes] = ACTIONS(1840), + [sym__str_back_ticks] = ACTIONS(1840), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1840), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1840), + [anon_sym_CARET] = ACTIONS(1840), [anon_sym_POUND] = ACTIONS(3), }, - [974] = { - [sym_comment] = STATE(974), - [ts_builtin_sym_end] = ACTIONS(1962), - [anon_sym_export] = ACTIONS(1960), - [anon_sym_alias] = ACTIONS(1960), - [anon_sym_let] = ACTIONS(1960), - [anon_sym_let_DASHenv] = ACTIONS(1960), - [anon_sym_mut] = ACTIONS(1960), - [anon_sym_const] = ACTIONS(1960), - [sym_cmd_identifier] = ACTIONS(1960), - [anon_sym_SEMI] = ACTIONS(1960), - [anon_sym_LF] = ACTIONS(1962), - [anon_sym_def] = ACTIONS(1960), - [anon_sym_def_DASHenv] = ACTIONS(1960), - [anon_sym_export_DASHenv] = ACTIONS(1960), - [anon_sym_extern] = ACTIONS(1960), - [anon_sym_module] = ACTIONS(1960), - [anon_sym_use] = ACTIONS(1960), - [anon_sym_LBRACK] = ACTIONS(1960), - [anon_sym_LPAREN] = ACTIONS(1960), - [anon_sym_DOLLAR] = ACTIONS(1960), - [anon_sym_error] = ACTIONS(1960), - [anon_sym_DASH] = ACTIONS(1960), - [anon_sym_break] = ACTIONS(1960), - [anon_sym_continue] = ACTIONS(1960), - [anon_sym_for] = ACTIONS(1960), - [anon_sym_loop] = ACTIONS(1960), - [anon_sym_while] = ACTIONS(1960), - [anon_sym_do] = ACTIONS(1960), - [anon_sym_if] = ACTIONS(1960), - [anon_sym_match] = ACTIONS(1960), - [anon_sym_LBRACE] = ACTIONS(1960), - [anon_sym_try] = ACTIONS(1960), - [anon_sym_return] = ACTIONS(1960), - [anon_sym_source] = ACTIONS(1960), - [anon_sym_source_DASHenv] = ACTIONS(1960), - [anon_sym_register] = ACTIONS(1960), - [anon_sym_hide] = ACTIONS(1960), - [anon_sym_hide_DASHenv] = ACTIONS(1960), - [anon_sym_overlay] = ACTIONS(1960), - [anon_sym_where] = ACTIONS(1960), - [anon_sym_not] = ACTIONS(1960), - [anon_sym_DOT_DOT_LT] = ACTIONS(1960), - [anon_sym_DOT_DOT] = ACTIONS(1960), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1960), - [sym_val_nothing] = ACTIONS(1960), - [anon_sym_true] = ACTIONS(1960), - [anon_sym_false] = ACTIONS(1960), - [aux_sym_val_number_token1] = ACTIONS(1960), - [aux_sym_val_number_token2] = ACTIONS(1960), - [aux_sym_val_number_token3] = ACTIONS(1960), - [aux_sym_val_number_token4] = ACTIONS(1960), - [anon_sym_inf] = ACTIONS(1960), - [anon_sym_DASHinf] = ACTIONS(1960), - [anon_sym_NaN] = ACTIONS(1960), - [anon_sym_0b] = ACTIONS(1960), - [anon_sym_0o] = ACTIONS(1960), - [anon_sym_0x] = ACTIONS(1960), - [sym_val_date] = ACTIONS(1960), - [anon_sym_DQUOTE] = ACTIONS(1960), - [sym__str_single_quotes] = ACTIONS(1960), - [sym__str_back_ticks] = ACTIONS(1960), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1960), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1960), - [anon_sym_CARET] = ACTIONS(1960), + [957] = { + [sym_ctrl_do] = STATE(750), + [sym_ctrl_if] = STATE(750), + [sym_ctrl_match] = STATE(750), + [sym_ctrl_try] = STATE(750), + [sym__expression] = STATE(2451), + [sym_expr_unary] = STATE(2379), + [sym_expr_binary] = STATE(2379), + [sym_expr_parenthesized] = STATE(2037), + [sym_val_range] = STATE(2379), + [sym__value] = STATE(2379), + [sym_val_bool] = STATE(2410), + [sym_val_variable] = STATE(2410), + [sym__var] = STATE(2023), + [sym_val_number] = STATE(125), + [sym_val_duration] = STATE(2410), + [sym_val_filesize] = STATE(2410), + [sym_val_binary] = STATE(2410), + [sym_val_string] = STATE(2410), + [sym__str_double_quotes] = STATE(2215), + [sym_val_interpolated] = STATE(2410), + [sym__inter_single_quotes] = STATE(2460), + [sym__inter_double_quotes] = STATE(2404), + [sym_val_list] = STATE(2410), + [sym_val_record] = STATE(2410), + [sym_val_table] = STATE(2410), + [sym_val_closure] = STATE(2410), + [sym_comment] = STATE(957), + [anon_sym_SEMI] = ACTIONS(940), + [anon_sym_LF] = ACTIONS(942), + [anon_sym_LBRACK] = ACTIONS(2046), + [anon_sym_LPAREN] = ACTIONS(2048), + [anon_sym_RPAREN] = ACTIONS(940), + [anon_sym_PIPE] = ACTIONS(940), + [anon_sym_DOLLAR] = ACTIONS(1020), + [anon_sym_DASH] = ACTIONS(201), + [anon_sym_do] = ACTIONS(1022), + [anon_sym_if] = ACTIONS(1024), + [anon_sym_match] = ACTIONS(217), + [anon_sym_LBRACE] = ACTIONS(2050), + [anon_sym_RBRACE] = ACTIONS(940), + [anon_sym_try] = ACTIONS(1026), + [anon_sym_not] = ACTIONS(239), + [anon_sym_DOT_DOT_LT] = ACTIONS(243), + [anon_sym_DOT_DOT] = ACTIONS(243), + [anon_sym_DOT_DOT_EQ] = ACTIONS(243), + [sym_val_nothing] = ACTIONS(245), + [anon_sym_true] = ACTIONS(247), + [anon_sym_false] = ACTIONS(247), + [aux_sym_val_number_token1] = ACTIONS(249), + [aux_sym_val_number_token2] = ACTIONS(249), + [aux_sym_val_number_token3] = ACTIONS(249), + [aux_sym_val_number_token4] = ACTIONS(249), + [anon_sym_inf] = ACTIONS(249), + [anon_sym_DASHinf] = ACTIONS(249), + [anon_sym_NaN] = ACTIONS(249), + [anon_sym_0b] = ACTIONS(253), + [anon_sym_0o] = ACTIONS(253), + [anon_sym_0x] = ACTIONS(253), + [sym_val_date] = ACTIONS(245), + [anon_sym_DQUOTE] = ACTIONS(2052), + [sym__str_single_quotes] = ACTIONS(2054), + [sym__str_back_ticks] = ACTIONS(2054), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2056), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2058), [anon_sym_POUND] = ACTIONS(3), }, - [975] = { - [sym_comment] = STATE(975), - [ts_builtin_sym_end] = ACTIONS(1928), - [anon_sym_export] = ACTIONS(1926), - [anon_sym_alias] = ACTIONS(1926), - [anon_sym_let] = ACTIONS(1926), - [anon_sym_let_DASHenv] = ACTIONS(1926), - [anon_sym_mut] = ACTIONS(1926), - [anon_sym_const] = ACTIONS(1926), - [sym_cmd_identifier] = ACTIONS(1926), - [anon_sym_SEMI] = ACTIONS(1926), - [anon_sym_LF] = ACTIONS(1928), - [anon_sym_def] = ACTIONS(1926), - [anon_sym_def_DASHenv] = ACTIONS(1926), - [anon_sym_export_DASHenv] = ACTIONS(1926), - [anon_sym_extern] = ACTIONS(1926), - [anon_sym_module] = ACTIONS(1926), - [anon_sym_use] = ACTIONS(1926), - [anon_sym_LBRACK] = ACTIONS(1926), - [anon_sym_LPAREN] = ACTIONS(1926), - [anon_sym_DOLLAR] = ACTIONS(1926), - [anon_sym_error] = ACTIONS(1926), - [anon_sym_DASH] = ACTIONS(1926), - [anon_sym_break] = ACTIONS(1926), - [anon_sym_continue] = ACTIONS(1926), - [anon_sym_for] = ACTIONS(1926), - [anon_sym_loop] = ACTIONS(1926), - [anon_sym_while] = ACTIONS(1926), - [anon_sym_do] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(1926), - [anon_sym_match] = ACTIONS(1926), - [anon_sym_LBRACE] = ACTIONS(1926), - [anon_sym_try] = ACTIONS(1926), - [anon_sym_return] = ACTIONS(1926), - [anon_sym_source] = ACTIONS(1926), - [anon_sym_source_DASHenv] = ACTIONS(1926), - [anon_sym_register] = ACTIONS(1926), - [anon_sym_hide] = ACTIONS(1926), - [anon_sym_hide_DASHenv] = ACTIONS(1926), - [anon_sym_overlay] = ACTIONS(1926), - [anon_sym_where] = ACTIONS(1926), - [anon_sym_not] = ACTIONS(1926), - [anon_sym_DOT_DOT_LT] = ACTIONS(1926), - [anon_sym_DOT_DOT] = ACTIONS(1926), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1926), - [sym_val_nothing] = ACTIONS(1926), - [anon_sym_true] = ACTIONS(1926), - [anon_sym_false] = ACTIONS(1926), - [aux_sym_val_number_token1] = ACTIONS(1926), - [aux_sym_val_number_token2] = ACTIONS(1926), - [aux_sym_val_number_token3] = ACTIONS(1926), - [aux_sym_val_number_token4] = ACTIONS(1926), - [anon_sym_inf] = ACTIONS(1926), - [anon_sym_DASHinf] = ACTIONS(1926), - [anon_sym_NaN] = ACTIONS(1926), - [anon_sym_0b] = ACTIONS(1926), - [anon_sym_0o] = ACTIONS(1926), - [anon_sym_0x] = ACTIONS(1926), - [sym_val_date] = ACTIONS(1926), - [anon_sym_DQUOTE] = ACTIONS(1926), - [sym__str_single_quotes] = ACTIONS(1926), - [sym__str_back_ticks] = ACTIONS(1926), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1926), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1926), - [anon_sym_CARET] = ACTIONS(1926), + [958] = { + [sym_comment] = STATE(958), + [ts_builtin_sym_end] = ACTIONS(2022), + [anon_sym_export] = ACTIONS(2020), + [anon_sym_alias] = ACTIONS(2020), + [anon_sym_let] = ACTIONS(2020), + [anon_sym_let_DASHenv] = ACTIONS(2020), + [anon_sym_mut] = ACTIONS(2020), + [anon_sym_const] = ACTIONS(2020), + [sym_cmd_identifier] = ACTIONS(2020), + [anon_sym_SEMI] = ACTIONS(2020), + [anon_sym_LF] = ACTIONS(2022), + [anon_sym_def] = ACTIONS(2020), + [anon_sym_def_DASHenv] = ACTIONS(2020), + [anon_sym_export_DASHenv] = ACTIONS(2020), + [anon_sym_extern] = ACTIONS(2020), + [anon_sym_module] = ACTIONS(2020), + [anon_sym_use] = ACTIONS(2020), + [anon_sym_LBRACK] = ACTIONS(2020), + [anon_sym_LPAREN] = ACTIONS(2020), + [anon_sym_DOLLAR] = ACTIONS(2020), + [anon_sym_error] = ACTIONS(2020), + [anon_sym_DASH] = ACTIONS(2020), + [anon_sym_break] = ACTIONS(2020), + [anon_sym_continue] = ACTIONS(2020), + [anon_sym_for] = ACTIONS(2020), + [anon_sym_loop] = ACTIONS(2020), + [anon_sym_while] = ACTIONS(2020), + [anon_sym_do] = ACTIONS(2020), + [anon_sym_if] = ACTIONS(2020), + [anon_sym_match] = ACTIONS(2020), + [anon_sym_LBRACE] = ACTIONS(2020), + [anon_sym_try] = ACTIONS(2020), + [anon_sym_return] = ACTIONS(2020), + [anon_sym_source] = ACTIONS(2020), + [anon_sym_source_DASHenv] = ACTIONS(2020), + [anon_sym_register] = ACTIONS(2020), + [anon_sym_hide] = ACTIONS(2020), + [anon_sym_hide_DASHenv] = ACTIONS(2020), + [anon_sym_overlay] = ACTIONS(2020), + [anon_sym_where] = ACTIONS(2020), + [anon_sym_not] = ACTIONS(2020), + [anon_sym_DOT_DOT_LT] = ACTIONS(2020), + [anon_sym_DOT_DOT] = ACTIONS(2020), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2020), + [sym_val_nothing] = ACTIONS(2020), + [anon_sym_true] = ACTIONS(2020), + [anon_sym_false] = ACTIONS(2020), + [aux_sym_val_number_token1] = ACTIONS(2020), + [aux_sym_val_number_token2] = ACTIONS(2020), + [aux_sym_val_number_token3] = ACTIONS(2020), + [aux_sym_val_number_token4] = ACTIONS(2020), + [anon_sym_inf] = ACTIONS(2020), + [anon_sym_DASHinf] = ACTIONS(2020), + [anon_sym_NaN] = ACTIONS(2020), + [anon_sym_0b] = ACTIONS(2020), + [anon_sym_0o] = ACTIONS(2020), + [anon_sym_0x] = ACTIONS(2020), + [sym_val_date] = ACTIONS(2020), + [anon_sym_DQUOTE] = ACTIONS(2020), + [sym__str_single_quotes] = ACTIONS(2020), + [sym__str_back_ticks] = ACTIONS(2020), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2020), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2020), + [anon_sym_CARET] = ACTIONS(2020), [anon_sym_POUND] = ACTIONS(3), }, - [976] = { - [sym_comment] = STATE(976), - [ts_builtin_sym_end] = ACTIONS(1940), - [anon_sym_export] = ACTIONS(1938), - [anon_sym_alias] = ACTIONS(1938), - [anon_sym_let] = ACTIONS(1938), - [anon_sym_let_DASHenv] = ACTIONS(1938), - [anon_sym_mut] = ACTIONS(1938), - [anon_sym_const] = ACTIONS(1938), - [sym_cmd_identifier] = ACTIONS(1938), - [anon_sym_SEMI] = ACTIONS(1938), - [anon_sym_LF] = ACTIONS(1940), - [anon_sym_def] = ACTIONS(1938), - [anon_sym_def_DASHenv] = ACTIONS(1938), - [anon_sym_export_DASHenv] = ACTIONS(1938), - [anon_sym_extern] = ACTIONS(1938), - [anon_sym_module] = ACTIONS(1938), - [anon_sym_use] = ACTIONS(1938), - [anon_sym_LBRACK] = ACTIONS(1938), - [anon_sym_LPAREN] = ACTIONS(1938), - [anon_sym_DOLLAR] = ACTIONS(1938), - [anon_sym_error] = ACTIONS(1938), - [anon_sym_DASH] = ACTIONS(1938), - [anon_sym_break] = ACTIONS(1938), - [anon_sym_continue] = ACTIONS(1938), - [anon_sym_for] = ACTIONS(1938), - [anon_sym_loop] = ACTIONS(1938), - [anon_sym_while] = ACTIONS(1938), - [anon_sym_do] = ACTIONS(1938), - [anon_sym_if] = ACTIONS(1938), - [anon_sym_match] = ACTIONS(1938), - [anon_sym_LBRACE] = ACTIONS(1938), - [anon_sym_try] = ACTIONS(1938), - [anon_sym_return] = ACTIONS(1938), - [anon_sym_source] = ACTIONS(1938), - [anon_sym_source_DASHenv] = ACTIONS(1938), - [anon_sym_register] = ACTIONS(1938), - [anon_sym_hide] = ACTIONS(1938), - [anon_sym_hide_DASHenv] = ACTIONS(1938), - [anon_sym_overlay] = ACTIONS(1938), - [anon_sym_where] = ACTIONS(1938), - [anon_sym_not] = ACTIONS(1938), - [anon_sym_DOT_DOT_LT] = ACTIONS(1938), - [anon_sym_DOT_DOT] = ACTIONS(1938), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1938), - [sym_val_nothing] = ACTIONS(1938), - [anon_sym_true] = ACTIONS(1938), - [anon_sym_false] = ACTIONS(1938), - [aux_sym_val_number_token1] = ACTIONS(1938), - [aux_sym_val_number_token2] = ACTIONS(1938), - [aux_sym_val_number_token3] = ACTIONS(1938), - [aux_sym_val_number_token4] = ACTIONS(1938), - [anon_sym_inf] = ACTIONS(1938), - [anon_sym_DASHinf] = ACTIONS(1938), - [anon_sym_NaN] = ACTIONS(1938), - [anon_sym_0b] = ACTIONS(1938), - [anon_sym_0o] = ACTIONS(1938), - [anon_sym_0x] = ACTIONS(1938), - [sym_val_date] = ACTIONS(1938), - [anon_sym_DQUOTE] = ACTIONS(1938), - [sym__str_single_quotes] = ACTIONS(1938), - [sym__str_back_ticks] = ACTIONS(1938), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1938), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1938), - [anon_sym_CARET] = ACTIONS(1938), + [959] = { + [sym_comment] = STATE(959), + [ts_builtin_sym_end] = ACTIONS(2022), + [anon_sym_export] = ACTIONS(2020), + [anon_sym_alias] = ACTIONS(2020), + [anon_sym_let] = ACTIONS(2020), + [anon_sym_let_DASHenv] = ACTIONS(2020), + [anon_sym_mut] = ACTIONS(2020), + [anon_sym_const] = ACTIONS(2020), + [sym_cmd_identifier] = ACTIONS(2020), + [anon_sym_SEMI] = ACTIONS(2020), + [anon_sym_LF] = ACTIONS(2022), + [anon_sym_def] = ACTIONS(2020), + [anon_sym_def_DASHenv] = ACTIONS(2020), + [anon_sym_export_DASHenv] = ACTIONS(2020), + [anon_sym_extern] = ACTIONS(2020), + [anon_sym_module] = ACTIONS(2020), + [anon_sym_use] = ACTIONS(2020), + [anon_sym_LBRACK] = ACTIONS(2020), + [anon_sym_LPAREN] = ACTIONS(2020), + [anon_sym_DOLLAR] = ACTIONS(2020), + [anon_sym_error] = ACTIONS(2020), + [anon_sym_DASH] = ACTIONS(2020), + [anon_sym_break] = ACTIONS(2020), + [anon_sym_continue] = ACTIONS(2020), + [anon_sym_for] = ACTIONS(2020), + [anon_sym_loop] = ACTIONS(2020), + [anon_sym_while] = ACTIONS(2020), + [anon_sym_do] = ACTIONS(2020), + [anon_sym_if] = ACTIONS(2020), + [anon_sym_match] = ACTIONS(2020), + [anon_sym_LBRACE] = ACTIONS(2020), + [anon_sym_try] = ACTIONS(2020), + [anon_sym_return] = ACTIONS(2020), + [anon_sym_source] = ACTIONS(2020), + [anon_sym_source_DASHenv] = ACTIONS(2020), + [anon_sym_register] = ACTIONS(2020), + [anon_sym_hide] = ACTIONS(2020), + [anon_sym_hide_DASHenv] = ACTIONS(2020), + [anon_sym_overlay] = ACTIONS(2020), + [anon_sym_where] = ACTIONS(2020), + [anon_sym_not] = ACTIONS(2020), + [anon_sym_DOT_DOT_LT] = ACTIONS(2020), + [anon_sym_DOT_DOT] = ACTIONS(2020), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2020), + [sym_val_nothing] = ACTIONS(2020), + [anon_sym_true] = ACTIONS(2020), + [anon_sym_false] = ACTIONS(2020), + [aux_sym_val_number_token1] = ACTIONS(2020), + [aux_sym_val_number_token2] = ACTIONS(2020), + [aux_sym_val_number_token3] = ACTIONS(2020), + [aux_sym_val_number_token4] = ACTIONS(2020), + [anon_sym_inf] = ACTIONS(2020), + [anon_sym_DASHinf] = ACTIONS(2020), + [anon_sym_NaN] = ACTIONS(2020), + [anon_sym_0b] = ACTIONS(2020), + [anon_sym_0o] = ACTIONS(2020), + [anon_sym_0x] = ACTIONS(2020), + [sym_val_date] = ACTIONS(2020), + [anon_sym_DQUOTE] = ACTIONS(2020), + [sym__str_single_quotes] = ACTIONS(2020), + [sym__str_back_ticks] = ACTIONS(2020), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2020), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2020), + [anon_sym_CARET] = ACTIONS(2020), [anon_sym_POUND] = ACTIONS(3), }, - [977] = { - [sym_comment] = STATE(977), - [ts_builtin_sym_end] = ACTIONS(1936), - [anon_sym_export] = ACTIONS(1934), - [anon_sym_alias] = ACTIONS(1934), - [anon_sym_let] = ACTIONS(1934), - [anon_sym_let_DASHenv] = ACTIONS(1934), - [anon_sym_mut] = ACTIONS(1934), - [anon_sym_const] = ACTIONS(1934), - [sym_cmd_identifier] = ACTIONS(1934), - [anon_sym_SEMI] = ACTIONS(1934), - [anon_sym_LF] = ACTIONS(1936), - [anon_sym_def] = ACTIONS(1934), - [anon_sym_def_DASHenv] = ACTIONS(1934), - [anon_sym_export_DASHenv] = ACTIONS(1934), - [anon_sym_extern] = ACTIONS(1934), - [anon_sym_module] = ACTIONS(1934), - [anon_sym_use] = ACTIONS(1934), - [anon_sym_LBRACK] = ACTIONS(1934), - [anon_sym_LPAREN] = ACTIONS(1934), - [anon_sym_DOLLAR] = ACTIONS(1934), - [anon_sym_error] = ACTIONS(1934), - [anon_sym_DASH] = ACTIONS(1934), - [anon_sym_break] = ACTIONS(1934), - [anon_sym_continue] = ACTIONS(1934), - [anon_sym_for] = ACTIONS(1934), - [anon_sym_loop] = ACTIONS(1934), - [anon_sym_while] = ACTIONS(1934), - [anon_sym_do] = ACTIONS(1934), - [anon_sym_if] = ACTIONS(1934), - [anon_sym_match] = ACTIONS(1934), - [anon_sym_LBRACE] = ACTIONS(1934), - [anon_sym_try] = ACTIONS(1934), - [anon_sym_return] = ACTIONS(1934), - [anon_sym_source] = ACTIONS(1934), - [anon_sym_source_DASHenv] = ACTIONS(1934), - [anon_sym_register] = ACTIONS(1934), - [anon_sym_hide] = ACTIONS(1934), - [anon_sym_hide_DASHenv] = ACTIONS(1934), - [anon_sym_overlay] = ACTIONS(1934), - [anon_sym_where] = ACTIONS(1934), - [anon_sym_not] = ACTIONS(1934), - [anon_sym_DOT_DOT_LT] = ACTIONS(1934), - [anon_sym_DOT_DOT] = ACTIONS(1934), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1934), - [sym_val_nothing] = ACTIONS(1934), - [anon_sym_true] = ACTIONS(1934), - [anon_sym_false] = ACTIONS(1934), - [aux_sym_val_number_token1] = ACTIONS(1934), - [aux_sym_val_number_token2] = ACTIONS(1934), - [aux_sym_val_number_token3] = ACTIONS(1934), - [aux_sym_val_number_token4] = ACTIONS(1934), - [anon_sym_inf] = ACTIONS(1934), - [anon_sym_DASHinf] = ACTIONS(1934), - [anon_sym_NaN] = ACTIONS(1934), - [anon_sym_0b] = ACTIONS(1934), - [anon_sym_0o] = ACTIONS(1934), - [anon_sym_0x] = ACTIONS(1934), - [sym_val_date] = ACTIONS(1934), - [anon_sym_DQUOTE] = ACTIONS(1934), - [sym__str_single_quotes] = ACTIONS(1934), - [sym__str_back_ticks] = ACTIONS(1934), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1934), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1934), - [anon_sym_CARET] = ACTIONS(1934), + [960] = { + [sym_comment] = STATE(960), + [ts_builtin_sym_end] = ACTIONS(1818), + [anon_sym_export] = ACTIONS(1816), + [anon_sym_alias] = ACTIONS(1816), + [anon_sym_let] = ACTIONS(1816), + [anon_sym_let_DASHenv] = ACTIONS(1816), + [anon_sym_mut] = ACTIONS(1816), + [anon_sym_const] = ACTIONS(1816), + [sym_cmd_identifier] = ACTIONS(1816), + [anon_sym_SEMI] = ACTIONS(1816), + [anon_sym_LF] = ACTIONS(1818), + [anon_sym_def] = ACTIONS(1816), + [anon_sym_def_DASHenv] = ACTIONS(1816), + [anon_sym_export_DASHenv] = ACTIONS(1816), + [anon_sym_extern] = ACTIONS(1816), + [anon_sym_module] = ACTIONS(1816), + [anon_sym_use] = ACTIONS(1816), + [anon_sym_LBRACK] = ACTIONS(1816), + [anon_sym_LPAREN] = ACTIONS(1816), + [anon_sym_DOLLAR] = ACTIONS(1816), + [anon_sym_error] = ACTIONS(1816), + [anon_sym_DASH] = ACTIONS(1816), + [anon_sym_break] = ACTIONS(1816), + [anon_sym_continue] = ACTIONS(1816), + [anon_sym_for] = ACTIONS(1816), + [anon_sym_loop] = ACTIONS(1816), + [anon_sym_while] = ACTIONS(1816), + [anon_sym_do] = ACTIONS(1816), + [anon_sym_if] = ACTIONS(1816), + [anon_sym_match] = ACTIONS(1816), + [anon_sym_LBRACE] = ACTIONS(1816), + [anon_sym_try] = ACTIONS(1816), + [anon_sym_return] = ACTIONS(1816), + [anon_sym_source] = ACTIONS(1816), + [anon_sym_source_DASHenv] = ACTIONS(1816), + [anon_sym_register] = ACTIONS(1816), + [anon_sym_hide] = ACTIONS(1816), + [anon_sym_hide_DASHenv] = ACTIONS(1816), + [anon_sym_overlay] = ACTIONS(1816), + [anon_sym_where] = ACTIONS(1816), + [anon_sym_not] = ACTIONS(1816), + [anon_sym_DOT_DOT_LT] = ACTIONS(1816), + [anon_sym_DOT_DOT] = ACTIONS(1816), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1816), + [sym_val_nothing] = ACTIONS(1816), + [anon_sym_true] = ACTIONS(1816), + [anon_sym_false] = ACTIONS(1816), + [aux_sym_val_number_token1] = ACTIONS(1816), + [aux_sym_val_number_token2] = ACTIONS(1816), + [aux_sym_val_number_token3] = ACTIONS(1816), + [aux_sym_val_number_token4] = ACTIONS(1816), + [anon_sym_inf] = ACTIONS(1816), + [anon_sym_DASHinf] = ACTIONS(1816), + [anon_sym_NaN] = ACTIONS(1816), + [anon_sym_0b] = ACTIONS(1816), + [anon_sym_0o] = ACTIONS(1816), + [anon_sym_0x] = ACTIONS(1816), + [sym_val_date] = ACTIONS(1816), + [anon_sym_DQUOTE] = ACTIONS(1816), + [sym__str_single_quotes] = ACTIONS(1816), + [sym__str_back_ticks] = ACTIONS(1816), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1816), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1816), + [anon_sym_CARET] = ACTIONS(1816), [anon_sym_POUND] = ACTIONS(3), }, - [978] = { - [sym_comment] = STATE(978), - [ts_builtin_sym_end] = ACTIONS(2010), - [anon_sym_export] = ACTIONS(2008), - [anon_sym_alias] = ACTIONS(2008), - [anon_sym_let] = ACTIONS(2008), - [anon_sym_let_DASHenv] = ACTIONS(2008), - [anon_sym_mut] = ACTIONS(2008), - [anon_sym_const] = ACTIONS(2008), - [sym_cmd_identifier] = ACTIONS(2008), - [anon_sym_SEMI] = ACTIONS(2008), - [anon_sym_LF] = ACTIONS(2010), - [anon_sym_def] = ACTIONS(2008), - [anon_sym_def_DASHenv] = ACTIONS(2008), - [anon_sym_export_DASHenv] = ACTIONS(2008), - [anon_sym_extern] = ACTIONS(2008), - [anon_sym_module] = ACTIONS(2008), - [anon_sym_use] = ACTIONS(2008), - [anon_sym_LBRACK] = ACTIONS(2008), - [anon_sym_LPAREN] = ACTIONS(2008), - [anon_sym_DOLLAR] = ACTIONS(2008), - [anon_sym_error] = ACTIONS(2008), - [anon_sym_DASH] = ACTIONS(2008), - [anon_sym_break] = ACTIONS(2008), - [anon_sym_continue] = ACTIONS(2008), - [anon_sym_for] = ACTIONS(2008), - [anon_sym_loop] = ACTIONS(2008), - [anon_sym_while] = ACTIONS(2008), - [anon_sym_do] = ACTIONS(2008), - [anon_sym_if] = ACTIONS(2008), - [anon_sym_match] = ACTIONS(2008), - [anon_sym_LBRACE] = ACTIONS(2008), - [anon_sym_try] = ACTIONS(2008), - [anon_sym_return] = ACTIONS(2008), - [anon_sym_source] = ACTIONS(2008), - [anon_sym_source_DASHenv] = ACTIONS(2008), - [anon_sym_register] = ACTIONS(2008), - [anon_sym_hide] = ACTIONS(2008), - [anon_sym_hide_DASHenv] = ACTIONS(2008), - [anon_sym_overlay] = ACTIONS(2008), - [anon_sym_where] = ACTIONS(2008), - [anon_sym_not] = ACTIONS(2008), - [anon_sym_DOT_DOT_LT] = ACTIONS(2008), - [anon_sym_DOT_DOT] = ACTIONS(2008), - [anon_sym_DOT_DOT_EQ] = ACTIONS(2008), - [sym_val_nothing] = ACTIONS(2008), - [anon_sym_true] = ACTIONS(2008), - [anon_sym_false] = ACTIONS(2008), - [aux_sym_val_number_token1] = ACTIONS(2008), - [aux_sym_val_number_token2] = ACTIONS(2008), - [aux_sym_val_number_token3] = ACTIONS(2008), - [aux_sym_val_number_token4] = ACTIONS(2008), - [anon_sym_inf] = ACTIONS(2008), - [anon_sym_DASHinf] = ACTIONS(2008), - [anon_sym_NaN] = ACTIONS(2008), - [anon_sym_0b] = ACTIONS(2008), - [anon_sym_0o] = ACTIONS(2008), - [anon_sym_0x] = ACTIONS(2008), - [sym_val_date] = ACTIONS(2008), - [anon_sym_DQUOTE] = ACTIONS(2008), - [sym__str_single_quotes] = ACTIONS(2008), - [sym__str_back_ticks] = ACTIONS(2008), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2008), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2008), - [anon_sym_CARET] = ACTIONS(2008), + [961] = { + [sym_comment] = STATE(961), + [ts_builtin_sym_end] = ACTIONS(2018), + [anon_sym_export] = ACTIONS(2016), + [anon_sym_alias] = ACTIONS(2016), + [anon_sym_let] = ACTIONS(2016), + [anon_sym_let_DASHenv] = ACTIONS(2016), + [anon_sym_mut] = ACTIONS(2016), + [anon_sym_const] = ACTIONS(2016), + [sym_cmd_identifier] = ACTIONS(2016), + [anon_sym_SEMI] = ACTIONS(2016), + [anon_sym_LF] = ACTIONS(2018), + [anon_sym_def] = ACTIONS(2016), + [anon_sym_def_DASHenv] = ACTIONS(2016), + [anon_sym_export_DASHenv] = ACTIONS(2016), + [anon_sym_extern] = ACTIONS(2016), + [anon_sym_module] = ACTIONS(2016), + [anon_sym_use] = ACTIONS(2016), + [anon_sym_LBRACK] = ACTIONS(2016), + [anon_sym_LPAREN] = ACTIONS(2016), + [anon_sym_DOLLAR] = ACTIONS(2016), + [anon_sym_error] = ACTIONS(2016), + [anon_sym_DASH] = ACTIONS(2016), + [anon_sym_break] = ACTIONS(2016), + [anon_sym_continue] = ACTIONS(2016), + [anon_sym_for] = ACTIONS(2016), + [anon_sym_loop] = ACTIONS(2016), + [anon_sym_while] = ACTIONS(2016), + [anon_sym_do] = ACTIONS(2016), + [anon_sym_if] = ACTIONS(2016), + [anon_sym_match] = ACTIONS(2016), + [anon_sym_LBRACE] = ACTIONS(2016), + [anon_sym_try] = ACTIONS(2016), + [anon_sym_return] = ACTIONS(2016), + [anon_sym_source] = ACTIONS(2016), + [anon_sym_source_DASHenv] = ACTIONS(2016), + [anon_sym_register] = ACTIONS(2016), + [anon_sym_hide] = ACTIONS(2016), + [anon_sym_hide_DASHenv] = ACTIONS(2016), + [anon_sym_overlay] = ACTIONS(2016), + [anon_sym_where] = ACTIONS(2016), + [anon_sym_not] = ACTIONS(2016), + [anon_sym_DOT_DOT_LT] = ACTIONS(2016), + [anon_sym_DOT_DOT] = ACTIONS(2016), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2016), + [sym_val_nothing] = ACTIONS(2016), + [anon_sym_true] = ACTIONS(2016), + [anon_sym_false] = ACTIONS(2016), + [aux_sym_val_number_token1] = ACTIONS(2016), + [aux_sym_val_number_token2] = ACTIONS(2016), + [aux_sym_val_number_token3] = ACTIONS(2016), + [aux_sym_val_number_token4] = ACTIONS(2016), + [anon_sym_inf] = ACTIONS(2016), + [anon_sym_DASHinf] = ACTIONS(2016), + [anon_sym_NaN] = ACTIONS(2016), + [anon_sym_0b] = ACTIONS(2016), + [anon_sym_0o] = ACTIONS(2016), + [anon_sym_0x] = ACTIONS(2016), + [sym_val_date] = ACTIONS(2016), + [anon_sym_DQUOTE] = ACTIONS(2016), + [sym__str_single_quotes] = ACTIONS(2016), + [sym__str_back_ticks] = ACTIONS(2016), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2016), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2016), + [anon_sym_CARET] = ACTIONS(2016), [anon_sym_POUND] = ACTIONS(3), }, - [979] = { - [sym_comment] = STATE(979), + [962] = { + [sym_comment] = STATE(962), [ts_builtin_sym_end] = ACTIONS(2014), [anon_sym_export] = ACTIONS(2012), [anon_sym_alias] = ACTIONS(2012), @@ -127993,355 +126859,1495 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CARET] = ACTIONS(2012), [anon_sym_POUND] = ACTIONS(3), }, + [963] = { + [sym_comment] = STATE(963), + [ts_builtin_sym_end] = ACTIONS(1918), + [anon_sym_export] = ACTIONS(1916), + [anon_sym_alias] = ACTIONS(1916), + [anon_sym_let] = ACTIONS(1916), + [anon_sym_let_DASHenv] = ACTIONS(1916), + [anon_sym_mut] = ACTIONS(1916), + [anon_sym_const] = ACTIONS(1916), + [sym_cmd_identifier] = ACTIONS(1916), + [anon_sym_SEMI] = ACTIONS(1916), + [anon_sym_LF] = ACTIONS(1918), + [anon_sym_def] = ACTIONS(1916), + [anon_sym_def_DASHenv] = ACTIONS(1916), + [anon_sym_export_DASHenv] = ACTIONS(1916), + [anon_sym_extern] = ACTIONS(1916), + [anon_sym_module] = ACTIONS(1916), + [anon_sym_use] = ACTIONS(1916), + [anon_sym_LBRACK] = ACTIONS(1916), + [anon_sym_LPAREN] = ACTIONS(1916), + [anon_sym_DOLLAR] = ACTIONS(1916), + [anon_sym_error] = ACTIONS(1916), + [anon_sym_DASH] = ACTIONS(1916), + [anon_sym_break] = ACTIONS(1916), + [anon_sym_continue] = ACTIONS(1916), + [anon_sym_for] = ACTIONS(1916), + [anon_sym_loop] = ACTIONS(1916), + [anon_sym_while] = ACTIONS(1916), + [anon_sym_do] = ACTIONS(1916), + [anon_sym_if] = ACTIONS(1916), + [anon_sym_match] = ACTIONS(1916), + [anon_sym_LBRACE] = ACTIONS(1916), + [anon_sym_try] = ACTIONS(1916), + [anon_sym_return] = ACTIONS(1916), + [anon_sym_source] = ACTIONS(1916), + [anon_sym_source_DASHenv] = ACTIONS(1916), + [anon_sym_register] = ACTIONS(1916), + [anon_sym_hide] = ACTIONS(1916), + [anon_sym_hide_DASHenv] = ACTIONS(1916), + [anon_sym_overlay] = ACTIONS(1916), + [anon_sym_where] = ACTIONS(1916), + [anon_sym_not] = ACTIONS(1916), + [anon_sym_DOT_DOT_LT] = ACTIONS(1916), + [anon_sym_DOT_DOT] = ACTIONS(1916), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1916), + [sym_val_nothing] = ACTIONS(1916), + [anon_sym_true] = ACTIONS(1916), + [anon_sym_false] = 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), + [anon_sym_inf] = ACTIONS(1916), + [anon_sym_DASHinf] = ACTIONS(1916), + [anon_sym_NaN] = 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), + [anon_sym_CARET] = ACTIONS(1916), + [anon_sym_POUND] = ACTIONS(3), + }, + [964] = { + [sym_comment] = STATE(964), + [ts_builtin_sym_end] = ACTIONS(1918), + [anon_sym_export] = ACTIONS(1916), + [anon_sym_alias] = ACTIONS(1916), + [anon_sym_let] = ACTIONS(1916), + [anon_sym_let_DASHenv] = ACTIONS(1916), + [anon_sym_mut] = ACTIONS(1916), + [anon_sym_const] = ACTIONS(1916), + [sym_cmd_identifier] = ACTIONS(1916), + [anon_sym_SEMI] = ACTIONS(1916), + [anon_sym_LF] = ACTIONS(1918), + [anon_sym_def] = ACTIONS(1916), + [anon_sym_def_DASHenv] = ACTIONS(1916), + [anon_sym_export_DASHenv] = ACTIONS(1916), + [anon_sym_extern] = ACTIONS(1916), + [anon_sym_module] = ACTIONS(1916), + [anon_sym_use] = ACTIONS(1916), + [anon_sym_LBRACK] = ACTIONS(1916), + [anon_sym_LPAREN] = ACTIONS(1916), + [anon_sym_DOLLAR] = ACTIONS(1916), + [anon_sym_error] = ACTIONS(1916), + [anon_sym_DASH] = ACTIONS(1916), + [anon_sym_break] = ACTIONS(1916), + [anon_sym_continue] = ACTIONS(1916), + [anon_sym_for] = ACTIONS(1916), + [anon_sym_loop] = ACTIONS(1916), + [anon_sym_while] = ACTIONS(1916), + [anon_sym_do] = ACTIONS(1916), + [anon_sym_if] = ACTIONS(1916), + [anon_sym_match] = ACTIONS(1916), + [anon_sym_LBRACE] = ACTIONS(1916), + [anon_sym_try] = ACTIONS(1916), + [anon_sym_return] = ACTIONS(1916), + [anon_sym_source] = ACTIONS(1916), + [anon_sym_source_DASHenv] = ACTIONS(1916), + [anon_sym_register] = ACTIONS(1916), + [anon_sym_hide] = ACTIONS(1916), + [anon_sym_hide_DASHenv] = ACTIONS(1916), + [anon_sym_overlay] = ACTIONS(1916), + [anon_sym_where] = ACTIONS(1916), + [anon_sym_not] = ACTIONS(1916), + [anon_sym_DOT_DOT_LT] = ACTIONS(1916), + [anon_sym_DOT_DOT] = ACTIONS(1916), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1916), + [sym_val_nothing] = ACTIONS(1916), + [anon_sym_true] = ACTIONS(1916), + [anon_sym_false] = 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), + [anon_sym_inf] = ACTIONS(1916), + [anon_sym_DASHinf] = ACTIONS(1916), + [anon_sym_NaN] = 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), + [anon_sym_CARET] = ACTIONS(1916), + [anon_sym_POUND] = ACTIONS(3), + }, + [965] = { + [sym_comment] = STATE(965), + [ts_builtin_sym_end] = ACTIONS(1788), + [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), + [sym_cmd_identifier] = ACTIONS(1786), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_LF] = ACTIONS(1788), + [anon_sym_def] = ACTIONS(1786), + [anon_sym_def_DASHenv] = 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_LBRACK] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_DOLLAR] = ACTIONS(1786), + [anon_sym_error] = ACTIONS(1786), + [anon_sym_DASH] = ACTIONS(1786), + [anon_sym_break] = ACTIONS(1786), + [anon_sym_continue] = ACTIONS(1786), + [anon_sym_for] = ACTIONS(1786), + [anon_sym_loop] = ACTIONS(1786), + [anon_sym_while] = ACTIONS(1786), + [anon_sym_do] = ACTIONS(1786), + [anon_sym_if] = ACTIONS(1786), + [anon_sym_match] = ACTIONS(1786), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_try] = 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_where] = ACTIONS(1786), + [anon_sym_not] = ACTIONS(1786), + [anon_sym_DOT_DOT_LT] = ACTIONS(1786), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1786), + [sym_val_nothing] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1786), + [anon_sym_false] = 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), + [anon_sym_inf] = ACTIONS(1786), + [anon_sym_DASHinf] = ACTIONS(1786), + [anon_sym_NaN] = ACTIONS(1786), + [anon_sym_0b] = ACTIONS(1786), + [anon_sym_0o] = ACTIONS(1786), + [anon_sym_0x] = ACTIONS(1786), + [sym_val_date] = ACTIONS(1786), + [anon_sym_DQUOTE] = ACTIONS(1786), + [sym__str_single_quotes] = ACTIONS(1786), + [sym__str_back_ticks] = ACTIONS(1786), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1786), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1786), + [anon_sym_CARET] = ACTIONS(1786), + [anon_sym_POUND] = ACTIONS(3), + }, + [966] = { + [sym_comment] = STATE(966), + [ts_builtin_sym_end] = ACTIONS(1878), + [anon_sym_export] = ACTIONS(1876), + [anon_sym_alias] = ACTIONS(1876), + [anon_sym_let] = ACTIONS(1876), + [anon_sym_let_DASHenv] = ACTIONS(1876), + [anon_sym_mut] = ACTIONS(1876), + [anon_sym_const] = ACTIONS(1876), + [sym_cmd_identifier] = ACTIONS(1876), + [anon_sym_SEMI] = ACTIONS(1876), + [anon_sym_LF] = ACTIONS(1878), + [anon_sym_def] = ACTIONS(1876), + [anon_sym_def_DASHenv] = ACTIONS(1876), + [anon_sym_export_DASHenv] = ACTIONS(1876), + [anon_sym_extern] = ACTIONS(1876), + [anon_sym_module] = ACTIONS(1876), + [anon_sym_use] = ACTIONS(1876), + [anon_sym_LBRACK] = ACTIONS(1876), + [anon_sym_LPAREN] = ACTIONS(1876), + [anon_sym_DOLLAR] = ACTIONS(1876), + [anon_sym_error] = ACTIONS(1876), + [anon_sym_DASH] = ACTIONS(1876), + [anon_sym_break] = ACTIONS(1876), + [anon_sym_continue] = ACTIONS(1876), + [anon_sym_for] = ACTIONS(1876), + [anon_sym_loop] = ACTIONS(1876), + [anon_sym_while] = ACTIONS(1876), + [anon_sym_do] = ACTIONS(1876), + [anon_sym_if] = ACTIONS(1876), + [anon_sym_match] = ACTIONS(1876), + [anon_sym_LBRACE] = ACTIONS(1876), + [anon_sym_try] = ACTIONS(1876), + [anon_sym_return] = ACTIONS(1876), + [anon_sym_source] = ACTIONS(1876), + [anon_sym_source_DASHenv] = ACTIONS(1876), + [anon_sym_register] = ACTIONS(1876), + [anon_sym_hide] = ACTIONS(1876), + [anon_sym_hide_DASHenv] = ACTIONS(1876), + [anon_sym_overlay] = ACTIONS(1876), + [anon_sym_where] = ACTIONS(1876), + [anon_sym_not] = ACTIONS(1876), + [anon_sym_DOT_DOT_LT] = ACTIONS(1876), + [anon_sym_DOT_DOT] = ACTIONS(1876), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1876), + [sym_val_nothing] = ACTIONS(1876), + [anon_sym_true] = ACTIONS(1876), + [anon_sym_false] = ACTIONS(1876), + [aux_sym_val_number_token1] = ACTIONS(1876), + [aux_sym_val_number_token2] = ACTIONS(1876), + [aux_sym_val_number_token3] = ACTIONS(1876), + [aux_sym_val_number_token4] = ACTIONS(1876), + [anon_sym_inf] = ACTIONS(1876), + [anon_sym_DASHinf] = ACTIONS(1876), + [anon_sym_NaN] = ACTIONS(1876), + [anon_sym_0b] = ACTIONS(1876), + [anon_sym_0o] = ACTIONS(1876), + [anon_sym_0x] = ACTIONS(1876), + [sym_val_date] = ACTIONS(1876), + [anon_sym_DQUOTE] = ACTIONS(1876), + [sym__str_single_quotes] = ACTIONS(1876), + [sym__str_back_ticks] = ACTIONS(1876), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1876), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1876), + [anon_sym_CARET] = ACTIONS(1876), + [anon_sym_POUND] = ACTIONS(3), + }, + [967] = { + [sym_comment] = STATE(967), + [ts_builtin_sym_end] = ACTIONS(1752), + [anon_sym_export] = ACTIONS(1750), + [anon_sym_alias] = ACTIONS(1750), + [anon_sym_let] = ACTIONS(1750), + [anon_sym_let_DASHenv] = ACTIONS(1750), + [anon_sym_mut] = ACTIONS(1750), + [anon_sym_const] = ACTIONS(1750), + [sym_cmd_identifier] = ACTIONS(1750), + [anon_sym_SEMI] = ACTIONS(1750), + [anon_sym_LF] = ACTIONS(1752), + [anon_sym_def] = ACTIONS(1750), + [anon_sym_def_DASHenv] = ACTIONS(1750), + [anon_sym_export_DASHenv] = ACTIONS(1750), + [anon_sym_extern] = ACTIONS(1750), + [anon_sym_module] = ACTIONS(1750), + [anon_sym_use] = ACTIONS(1750), + [anon_sym_LBRACK] = ACTIONS(1750), + [anon_sym_LPAREN] = ACTIONS(1750), + [anon_sym_DOLLAR] = ACTIONS(1750), + [anon_sym_error] = ACTIONS(1750), + [anon_sym_DASH] = ACTIONS(1750), + [anon_sym_break] = ACTIONS(1750), + [anon_sym_continue] = ACTIONS(1750), + [anon_sym_for] = ACTIONS(1750), + [anon_sym_loop] = ACTIONS(1750), + [anon_sym_while] = ACTIONS(1750), + [anon_sym_do] = ACTIONS(1750), + [anon_sym_if] = ACTIONS(1750), + [anon_sym_match] = ACTIONS(1750), + [anon_sym_LBRACE] = ACTIONS(1750), + [anon_sym_try] = ACTIONS(1750), + [anon_sym_return] = ACTIONS(1750), + [anon_sym_source] = ACTIONS(1750), + [anon_sym_source_DASHenv] = ACTIONS(1750), + [anon_sym_register] = ACTIONS(1750), + [anon_sym_hide] = ACTIONS(1750), + [anon_sym_hide_DASHenv] = ACTIONS(1750), + [anon_sym_overlay] = ACTIONS(1750), + [anon_sym_where] = ACTIONS(1750), + [anon_sym_not] = ACTIONS(1750), + [anon_sym_DOT_DOT_LT] = ACTIONS(1750), + [anon_sym_DOT_DOT] = ACTIONS(1750), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1750), + [sym_val_nothing] = ACTIONS(1750), + [anon_sym_true] = ACTIONS(1750), + [anon_sym_false] = ACTIONS(1750), + [aux_sym_val_number_token1] = ACTIONS(1750), + [aux_sym_val_number_token2] = ACTIONS(1750), + [aux_sym_val_number_token3] = ACTIONS(1750), + [aux_sym_val_number_token4] = ACTIONS(1750), + [anon_sym_inf] = ACTIONS(1750), + [anon_sym_DASHinf] = ACTIONS(1750), + [anon_sym_NaN] = ACTIONS(1750), + [anon_sym_0b] = ACTIONS(1750), + [anon_sym_0o] = ACTIONS(1750), + [anon_sym_0x] = ACTIONS(1750), + [sym_val_date] = ACTIONS(1750), + [anon_sym_DQUOTE] = ACTIONS(1750), + [sym__str_single_quotes] = ACTIONS(1750), + [sym__str_back_ticks] = ACTIONS(1750), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1750), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1750), + [anon_sym_CARET] = ACTIONS(1750), + [anon_sym_POUND] = ACTIONS(3), + }, + [968] = { + [sym_comment] = STATE(968), + [ts_builtin_sym_end] = ACTIONS(1752), + [anon_sym_export] = ACTIONS(1750), + [anon_sym_alias] = ACTIONS(1750), + [anon_sym_let] = ACTIONS(1750), + [anon_sym_let_DASHenv] = ACTIONS(1750), + [anon_sym_mut] = ACTIONS(1750), + [anon_sym_const] = ACTIONS(1750), + [sym_cmd_identifier] = ACTIONS(1750), + [anon_sym_SEMI] = ACTIONS(1750), + [anon_sym_LF] = ACTIONS(1752), + [anon_sym_def] = ACTIONS(1750), + [anon_sym_def_DASHenv] = ACTIONS(1750), + [anon_sym_export_DASHenv] = ACTIONS(1750), + [anon_sym_extern] = ACTIONS(1750), + [anon_sym_module] = ACTIONS(1750), + [anon_sym_use] = ACTIONS(1750), + [anon_sym_LBRACK] = ACTIONS(1750), + [anon_sym_LPAREN] = ACTIONS(1750), + [anon_sym_DOLLAR] = ACTIONS(1750), + [anon_sym_error] = ACTIONS(1750), + [anon_sym_DASH] = ACTIONS(1750), + [anon_sym_break] = ACTIONS(1750), + [anon_sym_continue] = ACTIONS(1750), + [anon_sym_for] = ACTIONS(1750), + [anon_sym_loop] = ACTIONS(1750), + [anon_sym_while] = ACTIONS(1750), + [anon_sym_do] = ACTIONS(1750), + [anon_sym_if] = ACTIONS(1750), + [anon_sym_match] = ACTIONS(1750), + [anon_sym_LBRACE] = ACTIONS(1750), + [anon_sym_try] = ACTIONS(1750), + [anon_sym_return] = ACTIONS(1750), + [anon_sym_source] = ACTIONS(1750), + [anon_sym_source_DASHenv] = ACTIONS(1750), + [anon_sym_register] = ACTIONS(1750), + [anon_sym_hide] = ACTIONS(1750), + [anon_sym_hide_DASHenv] = ACTIONS(1750), + [anon_sym_overlay] = ACTIONS(1750), + [anon_sym_where] = ACTIONS(1750), + [anon_sym_not] = ACTIONS(1750), + [anon_sym_DOT_DOT_LT] = ACTIONS(1750), + [anon_sym_DOT_DOT] = ACTIONS(1750), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1750), + [sym_val_nothing] = ACTIONS(1750), + [anon_sym_true] = ACTIONS(1750), + [anon_sym_false] = ACTIONS(1750), + [aux_sym_val_number_token1] = ACTIONS(1750), + [aux_sym_val_number_token2] = ACTIONS(1750), + [aux_sym_val_number_token3] = ACTIONS(1750), + [aux_sym_val_number_token4] = ACTIONS(1750), + [anon_sym_inf] = ACTIONS(1750), + [anon_sym_DASHinf] = ACTIONS(1750), + [anon_sym_NaN] = ACTIONS(1750), + [anon_sym_0b] = ACTIONS(1750), + [anon_sym_0o] = ACTIONS(1750), + [anon_sym_0x] = ACTIONS(1750), + [sym_val_date] = ACTIONS(1750), + [anon_sym_DQUOTE] = ACTIONS(1750), + [sym__str_single_quotes] = ACTIONS(1750), + [sym__str_back_ticks] = ACTIONS(1750), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1750), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1750), + [anon_sym_CARET] = ACTIONS(1750), + [anon_sym_POUND] = ACTIONS(3), + }, + [969] = { + [sym_comment] = STATE(969), + [anon_sym_EQ] = ACTIONS(617), + [sym_cmd_identifier] = ACTIONS(617), + [anon_sym_SEMI] = ACTIONS(619), + [anon_sym_COLON] = ACTIONS(619), + [anon_sym_LBRACK] = ACTIONS(619), + [anon_sym_COMMA] = ACTIONS(619), + [anon_sym_RBRACK] = ACTIONS(619), + [anon_sym_LPAREN] = ACTIONS(619), + [anon_sym_DOLLAR] = ACTIONS(617), + [anon_sym_GT] = ACTIONS(617), + [anon_sym_DASH] = ACTIONS(617), + [anon_sym_in] = ACTIONS(617), + [anon_sym_LBRACE] = ACTIONS(619), + [anon_sym_DOT] = ACTIONS(617), + [anon_sym_STAR] = ACTIONS(617), + [anon_sym_QMARK2] = ACTIONS(619), + [anon_sym_STAR_STAR] = ACTIONS(619), + [anon_sym_PLUS_PLUS] = ACTIONS(619), + [anon_sym_SLASH] = ACTIONS(617), + [anon_sym_mod] = ACTIONS(617), + [anon_sym_SLASH_SLASH] = ACTIONS(619), + [anon_sym_PLUS] = ACTIONS(617), + [anon_sym_bit_DASHshl] = ACTIONS(617), + [anon_sym_bit_DASHshr] = ACTIONS(617), + [anon_sym_EQ_EQ] = ACTIONS(619), + [anon_sym_BANG_EQ] = ACTIONS(619), + [anon_sym_LT2] = ACTIONS(617), + [anon_sym_LT_EQ] = ACTIONS(619), + [anon_sym_GT_EQ] = ACTIONS(619), + [anon_sym_not_DASHin] = ACTIONS(617), + [anon_sym_starts_DASHwith] = ACTIONS(617), + [anon_sym_ends_DASHwith] = ACTIONS(617), + [anon_sym_EQ_TILDE] = ACTIONS(619), + [anon_sym_BANG_TILDE] = ACTIONS(619), + [anon_sym_bit_DASHand] = ACTIONS(617), + [anon_sym_bit_DASHxor] = ACTIONS(617), + [anon_sym_bit_DASHor] = ACTIONS(617), + [anon_sym_and] = ACTIONS(617), + [anon_sym_xor] = ACTIONS(617), + [anon_sym_or] = ACTIONS(617), + [anon_sym_not] = ACTIONS(617), + [anon_sym_DOT_DOT_LT] = ACTIONS(619), + [anon_sym_DOT_DOT] = ACTIONS(617), + [anon_sym_DOT_DOT_EQ] = ACTIONS(619), + [sym_val_nothing] = ACTIONS(617), + [anon_sym_true] = ACTIONS(617), + [anon_sym_false] = ACTIONS(617), + [aux_sym_val_number_token1] = ACTIONS(617), + [aux_sym_val_number_token2] = ACTIONS(619), + [aux_sym_val_number_token3] = ACTIONS(619), + [aux_sym_val_number_token4] = ACTIONS(619), + [anon_sym_inf] = ACTIONS(617), + [anon_sym_DASHinf] = ACTIONS(619), + [anon_sym_NaN] = ACTIONS(617), + [anon_sym_0b] = ACTIONS(617), + [anon_sym_0o] = ACTIONS(617), + [anon_sym_0x] = ACTIONS(617), + [sym_val_date] = ACTIONS(619), + [anon_sym_DQUOTE] = ACTIONS(619), + [sym__str_single_quotes] = ACTIONS(619), + [sym__str_back_ticks] = ACTIONS(619), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(619), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(619), + [anon_sym_POUND] = ACTIONS(157), + }, + [970] = { + [sym_comment] = STATE(970), + [ts_builtin_sym_end] = ACTIONS(1878), + [anon_sym_export] = ACTIONS(1876), + [anon_sym_alias] = ACTIONS(1876), + [anon_sym_let] = ACTIONS(1876), + [anon_sym_let_DASHenv] = ACTIONS(1876), + [anon_sym_mut] = ACTIONS(1876), + [anon_sym_const] = ACTIONS(1876), + [sym_cmd_identifier] = ACTIONS(1876), + [anon_sym_SEMI] = ACTIONS(1876), + [anon_sym_LF] = ACTIONS(1878), + [anon_sym_def] = ACTIONS(1876), + [anon_sym_def_DASHenv] = ACTIONS(1876), + [anon_sym_export_DASHenv] = ACTIONS(1876), + [anon_sym_extern] = ACTIONS(1876), + [anon_sym_module] = ACTIONS(1876), + [anon_sym_use] = ACTIONS(1876), + [anon_sym_LBRACK] = ACTIONS(1876), + [anon_sym_LPAREN] = ACTIONS(1876), + [anon_sym_DOLLAR] = ACTIONS(1876), + [anon_sym_error] = ACTIONS(1876), + [anon_sym_DASH] = ACTIONS(1876), + [anon_sym_break] = ACTIONS(1876), + [anon_sym_continue] = ACTIONS(1876), + [anon_sym_for] = ACTIONS(1876), + [anon_sym_loop] = ACTIONS(1876), + [anon_sym_while] = ACTIONS(1876), + [anon_sym_do] = ACTIONS(1876), + [anon_sym_if] = ACTIONS(1876), + [anon_sym_match] = ACTIONS(1876), + [anon_sym_LBRACE] = ACTIONS(1876), + [anon_sym_try] = ACTIONS(1876), + [anon_sym_return] = ACTIONS(1876), + [anon_sym_source] = ACTIONS(1876), + [anon_sym_source_DASHenv] = ACTIONS(1876), + [anon_sym_register] = ACTIONS(1876), + [anon_sym_hide] = ACTIONS(1876), + [anon_sym_hide_DASHenv] = ACTIONS(1876), + [anon_sym_overlay] = ACTIONS(1876), + [anon_sym_where] = ACTIONS(1876), + [anon_sym_not] = ACTIONS(1876), + [anon_sym_DOT_DOT_LT] = ACTIONS(1876), + [anon_sym_DOT_DOT] = ACTIONS(1876), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1876), + [sym_val_nothing] = ACTIONS(1876), + [anon_sym_true] = ACTIONS(1876), + [anon_sym_false] = ACTIONS(1876), + [aux_sym_val_number_token1] = ACTIONS(1876), + [aux_sym_val_number_token2] = ACTIONS(1876), + [aux_sym_val_number_token3] = ACTIONS(1876), + [aux_sym_val_number_token4] = ACTIONS(1876), + [anon_sym_inf] = ACTIONS(1876), + [anon_sym_DASHinf] = ACTIONS(1876), + [anon_sym_NaN] = ACTIONS(1876), + [anon_sym_0b] = ACTIONS(1876), + [anon_sym_0o] = ACTIONS(1876), + [anon_sym_0x] = ACTIONS(1876), + [sym_val_date] = ACTIONS(1876), + [anon_sym_DQUOTE] = ACTIONS(1876), + [sym__str_single_quotes] = ACTIONS(1876), + [sym__str_back_ticks] = ACTIONS(1876), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1876), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1876), + [anon_sym_CARET] = ACTIONS(1876), + [anon_sym_POUND] = ACTIONS(3), + }, + [971] = { + [sym_comment] = STATE(971), + [ts_builtin_sym_end] = ACTIONS(1784), + [anon_sym_export] = ACTIONS(1782), + [anon_sym_alias] = ACTIONS(1782), + [anon_sym_let] = ACTIONS(1782), + [anon_sym_let_DASHenv] = ACTIONS(1782), + [anon_sym_mut] = ACTIONS(1782), + [anon_sym_const] = ACTIONS(1782), + [sym_cmd_identifier] = ACTIONS(1782), + [anon_sym_SEMI] = ACTIONS(1782), + [anon_sym_LF] = ACTIONS(1784), + [anon_sym_def] = ACTIONS(1782), + [anon_sym_def_DASHenv] = ACTIONS(1782), + [anon_sym_export_DASHenv] = ACTIONS(1782), + [anon_sym_extern] = ACTIONS(1782), + [anon_sym_module] = ACTIONS(1782), + [anon_sym_use] = ACTIONS(1782), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_LPAREN] = ACTIONS(1782), + [anon_sym_DOLLAR] = ACTIONS(1782), + [anon_sym_error] = ACTIONS(1782), + [anon_sym_DASH] = ACTIONS(1782), + [anon_sym_break] = ACTIONS(1782), + [anon_sym_continue] = ACTIONS(1782), + [anon_sym_for] = ACTIONS(1782), + [anon_sym_loop] = ACTIONS(1782), + [anon_sym_while] = ACTIONS(1782), + [anon_sym_do] = ACTIONS(1782), + [anon_sym_if] = ACTIONS(1782), + [anon_sym_match] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1782), + [anon_sym_try] = ACTIONS(1782), + [anon_sym_return] = ACTIONS(1782), + [anon_sym_source] = ACTIONS(1782), + [anon_sym_source_DASHenv] = ACTIONS(1782), + [anon_sym_register] = ACTIONS(1782), + [anon_sym_hide] = ACTIONS(1782), + [anon_sym_hide_DASHenv] = ACTIONS(1782), + [anon_sym_overlay] = ACTIONS(1782), + [anon_sym_where] = ACTIONS(1782), + [anon_sym_not] = ACTIONS(1782), + [anon_sym_DOT_DOT_LT] = ACTIONS(1782), + [anon_sym_DOT_DOT] = ACTIONS(1782), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1782), + [sym_val_nothing] = ACTIONS(1782), + [anon_sym_true] = ACTIONS(1782), + [anon_sym_false] = ACTIONS(1782), + [aux_sym_val_number_token1] = ACTIONS(1782), + [aux_sym_val_number_token2] = ACTIONS(1782), + [aux_sym_val_number_token3] = ACTIONS(1782), + [aux_sym_val_number_token4] = ACTIONS(1782), + [anon_sym_inf] = ACTIONS(1782), + [anon_sym_DASHinf] = ACTIONS(1782), + [anon_sym_NaN] = ACTIONS(1782), + [anon_sym_0b] = ACTIONS(1782), + [anon_sym_0o] = ACTIONS(1782), + [anon_sym_0x] = ACTIONS(1782), + [sym_val_date] = ACTIONS(1782), + [anon_sym_DQUOTE] = ACTIONS(1782), + [sym__str_single_quotes] = ACTIONS(1782), + [sym__str_back_ticks] = ACTIONS(1782), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1782), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1782), + [anon_sym_CARET] = ACTIONS(1782), + [anon_sym_POUND] = ACTIONS(3), + }, + [972] = { + [sym_comment] = STATE(972), + [ts_builtin_sym_end] = ACTIONS(1834), + [anon_sym_export] = ACTIONS(1832), + [anon_sym_alias] = ACTIONS(1832), + [anon_sym_let] = ACTIONS(1832), + [anon_sym_let_DASHenv] = ACTIONS(1832), + [anon_sym_mut] = ACTIONS(1832), + [anon_sym_const] = ACTIONS(1832), + [sym_cmd_identifier] = ACTIONS(1832), + [anon_sym_SEMI] = ACTIONS(1832), + [anon_sym_LF] = ACTIONS(1834), + [anon_sym_def] = ACTIONS(1832), + [anon_sym_def_DASHenv] = ACTIONS(1832), + [anon_sym_export_DASHenv] = ACTIONS(1832), + [anon_sym_extern] = ACTIONS(1832), + [anon_sym_module] = ACTIONS(1832), + [anon_sym_use] = ACTIONS(1832), + [anon_sym_LBRACK] = ACTIONS(1832), + [anon_sym_LPAREN] = ACTIONS(1832), + [anon_sym_DOLLAR] = ACTIONS(1832), + [anon_sym_error] = ACTIONS(1832), + [anon_sym_DASH] = ACTIONS(1832), + [anon_sym_break] = ACTIONS(1832), + [anon_sym_continue] = ACTIONS(1832), + [anon_sym_for] = ACTIONS(1832), + [anon_sym_loop] = ACTIONS(1832), + [anon_sym_while] = ACTIONS(1832), + [anon_sym_do] = ACTIONS(1832), + [anon_sym_if] = ACTIONS(1832), + [anon_sym_match] = ACTIONS(1832), + [anon_sym_LBRACE] = ACTIONS(1832), + [anon_sym_try] = ACTIONS(1832), + [anon_sym_return] = ACTIONS(1832), + [anon_sym_source] = ACTIONS(1832), + [anon_sym_source_DASHenv] = ACTIONS(1832), + [anon_sym_register] = ACTIONS(1832), + [anon_sym_hide] = ACTIONS(1832), + [anon_sym_hide_DASHenv] = ACTIONS(1832), + [anon_sym_overlay] = ACTIONS(1832), + [anon_sym_where] = ACTIONS(1832), + [anon_sym_not] = ACTIONS(1832), + [anon_sym_DOT_DOT_LT] = ACTIONS(1832), + [anon_sym_DOT_DOT] = ACTIONS(1832), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1832), + [sym_val_nothing] = ACTIONS(1832), + [anon_sym_true] = ACTIONS(1832), + [anon_sym_false] = ACTIONS(1832), + [aux_sym_val_number_token1] = ACTIONS(1832), + [aux_sym_val_number_token2] = ACTIONS(1832), + [aux_sym_val_number_token3] = ACTIONS(1832), + [aux_sym_val_number_token4] = ACTIONS(1832), + [anon_sym_inf] = ACTIONS(1832), + [anon_sym_DASHinf] = ACTIONS(1832), + [anon_sym_NaN] = ACTIONS(1832), + [anon_sym_0b] = ACTIONS(1832), + [anon_sym_0o] = ACTIONS(1832), + [anon_sym_0x] = ACTIONS(1832), + [sym_val_date] = ACTIONS(1832), + [anon_sym_DQUOTE] = ACTIONS(1832), + [sym__str_single_quotes] = ACTIONS(1832), + [sym__str_back_ticks] = ACTIONS(1832), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1832), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1832), + [anon_sym_CARET] = ACTIONS(1832), + [anon_sym_POUND] = ACTIONS(3), + }, + [973] = { + [sym_comment] = STATE(973), + [ts_builtin_sym_end] = ACTIONS(1792), + [anon_sym_export] = ACTIONS(1790), + [anon_sym_alias] = ACTIONS(1790), + [anon_sym_let] = ACTIONS(1790), + [anon_sym_let_DASHenv] = ACTIONS(1790), + [anon_sym_mut] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1790), + [sym_cmd_identifier] = ACTIONS(1790), + [anon_sym_SEMI] = ACTIONS(1790), + [anon_sym_LF] = ACTIONS(1792), + [anon_sym_def] = ACTIONS(1790), + [anon_sym_def_DASHenv] = ACTIONS(1790), + [anon_sym_export_DASHenv] = ACTIONS(1790), + [anon_sym_extern] = ACTIONS(1790), + [anon_sym_module] = ACTIONS(1790), + [anon_sym_use] = ACTIONS(1790), + [anon_sym_LBRACK] = ACTIONS(1790), + [anon_sym_LPAREN] = ACTIONS(1790), + [anon_sym_DOLLAR] = ACTIONS(1790), + [anon_sym_error] = ACTIONS(1790), + [anon_sym_DASH] = ACTIONS(1790), + [anon_sym_break] = ACTIONS(1790), + [anon_sym_continue] = ACTIONS(1790), + [anon_sym_for] = ACTIONS(1790), + [anon_sym_loop] = ACTIONS(1790), + [anon_sym_while] = ACTIONS(1790), + [anon_sym_do] = ACTIONS(1790), + [anon_sym_if] = ACTIONS(1790), + [anon_sym_match] = ACTIONS(1790), + [anon_sym_LBRACE] = ACTIONS(1790), + [anon_sym_try] = ACTIONS(1790), + [anon_sym_return] = ACTIONS(1790), + [anon_sym_source] = ACTIONS(1790), + [anon_sym_source_DASHenv] = ACTIONS(1790), + [anon_sym_register] = ACTIONS(1790), + [anon_sym_hide] = ACTIONS(1790), + [anon_sym_hide_DASHenv] = ACTIONS(1790), + [anon_sym_overlay] = ACTIONS(1790), + [anon_sym_where] = ACTIONS(1790), + [anon_sym_not] = ACTIONS(1790), + [anon_sym_DOT_DOT_LT] = ACTIONS(1790), + [anon_sym_DOT_DOT] = ACTIONS(1790), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1790), + [sym_val_nothing] = ACTIONS(1790), + [anon_sym_true] = ACTIONS(1790), + [anon_sym_false] = ACTIONS(1790), + [aux_sym_val_number_token1] = ACTIONS(1790), + [aux_sym_val_number_token2] = ACTIONS(1790), + [aux_sym_val_number_token3] = ACTIONS(1790), + [aux_sym_val_number_token4] = ACTIONS(1790), + [anon_sym_inf] = ACTIONS(1790), + [anon_sym_DASHinf] = ACTIONS(1790), + [anon_sym_NaN] = ACTIONS(1790), + [anon_sym_0b] = ACTIONS(1790), + [anon_sym_0o] = ACTIONS(1790), + [anon_sym_0x] = ACTIONS(1790), + [sym_val_date] = ACTIONS(1790), + [anon_sym_DQUOTE] = ACTIONS(1790), + [sym__str_single_quotes] = ACTIONS(1790), + [sym__str_back_ticks] = ACTIONS(1790), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1790), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1790), + [anon_sym_CARET] = ACTIONS(1790), + [anon_sym_POUND] = ACTIONS(3), + }, + [974] = { + [sym_comment] = STATE(974), + [ts_builtin_sym_end] = ACTIONS(1874), + [anon_sym_export] = ACTIONS(1872), + [anon_sym_alias] = ACTIONS(1872), + [anon_sym_let] = ACTIONS(1872), + [anon_sym_let_DASHenv] = ACTIONS(1872), + [anon_sym_mut] = ACTIONS(1872), + [anon_sym_const] = ACTIONS(1872), + [sym_cmd_identifier] = ACTIONS(1872), + [anon_sym_SEMI] = ACTIONS(1872), + [anon_sym_LF] = ACTIONS(1874), + [anon_sym_def] = ACTIONS(1872), + [anon_sym_def_DASHenv] = ACTIONS(1872), + [anon_sym_export_DASHenv] = ACTIONS(1872), + [anon_sym_extern] = ACTIONS(1872), + [anon_sym_module] = ACTIONS(1872), + [anon_sym_use] = ACTIONS(1872), + [anon_sym_LBRACK] = ACTIONS(1872), + [anon_sym_LPAREN] = ACTIONS(1872), + [anon_sym_DOLLAR] = ACTIONS(1872), + [anon_sym_error] = ACTIONS(1872), + [anon_sym_DASH] = ACTIONS(1872), + [anon_sym_break] = ACTIONS(1872), + [anon_sym_continue] = ACTIONS(1872), + [anon_sym_for] = ACTIONS(1872), + [anon_sym_loop] = ACTIONS(1872), + [anon_sym_while] = ACTIONS(1872), + [anon_sym_do] = ACTIONS(1872), + [anon_sym_if] = ACTIONS(1872), + [anon_sym_match] = ACTIONS(1872), + [anon_sym_LBRACE] = ACTIONS(1872), + [anon_sym_try] = ACTIONS(1872), + [anon_sym_return] = ACTIONS(1872), + [anon_sym_source] = ACTIONS(1872), + [anon_sym_source_DASHenv] = ACTIONS(1872), + [anon_sym_register] = ACTIONS(1872), + [anon_sym_hide] = ACTIONS(1872), + [anon_sym_hide_DASHenv] = ACTIONS(1872), + [anon_sym_overlay] = ACTIONS(1872), + [anon_sym_where] = ACTIONS(1872), + [anon_sym_not] = ACTIONS(1872), + [anon_sym_DOT_DOT_LT] = ACTIONS(1872), + [anon_sym_DOT_DOT] = ACTIONS(1872), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1872), + [sym_val_nothing] = ACTIONS(1872), + [anon_sym_true] = ACTIONS(1872), + [anon_sym_false] = ACTIONS(1872), + [aux_sym_val_number_token1] = ACTIONS(1872), + [aux_sym_val_number_token2] = ACTIONS(1872), + [aux_sym_val_number_token3] = ACTIONS(1872), + [aux_sym_val_number_token4] = ACTIONS(1872), + [anon_sym_inf] = ACTIONS(1872), + [anon_sym_DASHinf] = ACTIONS(1872), + [anon_sym_NaN] = ACTIONS(1872), + [anon_sym_0b] = ACTIONS(1872), + [anon_sym_0o] = ACTIONS(1872), + [anon_sym_0x] = ACTIONS(1872), + [sym_val_date] = ACTIONS(1872), + [anon_sym_DQUOTE] = ACTIONS(1872), + [sym__str_single_quotes] = ACTIONS(1872), + [sym__str_back_ticks] = ACTIONS(1872), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1872), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1872), + [anon_sym_CARET] = ACTIONS(1872), + [anon_sym_POUND] = ACTIONS(3), + }, + [975] = { + [sym_comment] = STATE(975), + [ts_builtin_sym_end] = ACTIONS(1804), + [anon_sym_export] = ACTIONS(1802), + [anon_sym_alias] = ACTIONS(1802), + [anon_sym_let] = ACTIONS(1802), + [anon_sym_let_DASHenv] = ACTIONS(1802), + [anon_sym_mut] = ACTIONS(1802), + [anon_sym_const] = ACTIONS(1802), + [sym_cmd_identifier] = ACTIONS(1802), + [anon_sym_SEMI] = ACTIONS(1802), + [anon_sym_LF] = ACTIONS(1804), + [anon_sym_def] = ACTIONS(1802), + [anon_sym_def_DASHenv] = ACTIONS(1802), + [anon_sym_export_DASHenv] = ACTIONS(1802), + [anon_sym_extern] = ACTIONS(1802), + [anon_sym_module] = ACTIONS(1802), + [anon_sym_use] = ACTIONS(1802), + [anon_sym_LBRACK] = ACTIONS(1802), + [anon_sym_LPAREN] = ACTIONS(1802), + [anon_sym_DOLLAR] = ACTIONS(1802), + [anon_sym_error] = ACTIONS(1802), + [anon_sym_DASH] = ACTIONS(1802), + [anon_sym_break] = ACTIONS(1802), + [anon_sym_continue] = ACTIONS(1802), + [anon_sym_for] = ACTIONS(1802), + [anon_sym_loop] = ACTIONS(1802), + [anon_sym_while] = ACTIONS(1802), + [anon_sym_do] = ACTIONS(1802), + [anon_sym_if] = ACTIONS(1802), + [anon_sym_match] = ACTIONS(1802), + [anon_sym_LBRACE] = ACTIONS(1802), + [anon_sym_try] = ACTIONS(1802), + [anon_sym_return] = ACTIONS(1802), + [anon_sym_source] = ACTIONS(1802), + [anon_sym_source_DASHenv] = ACTIONS(1802), + [anon_sym_register] = ACTIONS(1802), + [anon_sym_hide] = ACTIONS(1802), + [anon_sym_hide_DASHenv] = ACTIONS(1802), + [anon_sym_overlay] = ACTIONS(1802), + [anon_sym_where] = ACTIONS(1802), + [anon_sym_not] = ACTIONS(1802), + [anon_sym_DOT_DOT_LT] = ACTIONS(1802), + [anon_sym_DOT_DOT] = ACTIONS(1802), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1802), + [sym_val_nothing] = ACTIONS(1802), + [anon_sym_true] = ACTIONS(1802), + [anon_sym_false] = 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), + [anon_sym_inf] = ACTIONS(1802), + [anon_sym_DASHinf] = ACTIONS(1802), + [anon_sym_NaN] = ACTIONS(1802), + [anon_sym_0b] = ACTIONS(1802), + [anon_sym_0o] = ACTIONS(1802), + [anon_sym_0x] = ACTIONS(1802), + [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_CARET] = ACTIONS(1802), + [anon_sym_POUND] = ACTIONS(3), + }, + [976] = { + [sym_comment] = STATE(976), + [anon_sym_EQ] = ACTIONS(667), + [sym_cmd_identifier] = ACTIONS(667), + [anon_sym_SEMI] = ACTIONS(669), + [anon_sym_COLON] = ACTIONS(669), + [anon_sym_LBRACK] = ACTIONS(669), + [anon_sym_COMMA] = ACTIONS(669), + [anon_sym_RBRACK] = ACTIONS(669), + [anon_sym_LPAREN] = ACTIONS(669), + [anon_sym_DOLLAR] = ACTIONS(667), + [anon_sym_GT] = ACTIONS(667), + [anon_sym_DASH] = ACTIONS(667), + [anon_sym_in] = ACTIONS(667), + [anon_sym_LBRACE] = ACTIONS(669), + [anon_sym_DOT] = ACTIONS(667), + [anon_sym_STAR] = ACTIONS(667), + [anon_sym_QMARK2] = ACTIONS(669), + [anon_sym_STAR_STAR] = ACTIONS(669), + [anon_sym_PLUS_PLUS] = ACTIONS(669), + [anon_sym_SLASH] = ACTIONS(667), + [anon_sym_mod] = ACTIONS(667), + [anon_sym_SLASH_SLASH] = ACTIONS(669), + [anon_sym_PLUS] = ACTIONS(667), + [anon_sym_bit_DASHshl] = ACTIONS(667), + [anon_sym_bit_DASHshr] = ACTIONS(667), + [anon_sym_EQ_EQ] = ACTIONS(669), + [anon_sym_BANG_EQ] = ACTIONS(669), + [anon_sym_LT2] = ACTIONS(667), + [anon_sym_LT_EQ] = ACTIONS(669), + [anon_sym_GT_EQ] = ACTIONS(669), + [anon_sym_not_DASHin] = ACTIONS(667), + [anon_sym_starts_DASHwith] = ACTIONS(667), + [anon_sym_ends_DASHwith] = ACTIONS(667), + [anon_sym_EQ_TILDE] = ACTIONS(669), + [anon_sym_BANG_TILDE] = ACTIONS(669), + [anon_sym_bit_DASHand] = ACTIONS(667), + [anon_sym_bit_DASHxor] = ACTIONS(667), + [anon_sym_bit_DASHor] = ACTIONS(667), + [anon_sym_and] = ACTIONS(667), + [anon_sym_xor] = ACTIONS(667), + [anon_sym_or] = ACTIONS(667), + [anon_sym_not] = ACTIONS(667), + [anon_sym_DOT_DOT_LT] = ACTIONS(669), + [anon_sym_DOT_DOT] = ACTIONS(667), + [anon_sym_DOT_DOT_EQ] = ACTIONS(669), + [sym_val_nothing] = ACTIONS(667), + [anon_sym_true] = ACTIONS(667), + [anon_sym_false] = ACTIONS(667), + [aux_sym_val_number_token1] = ACTIONS(667), + [aux_sym_val_number_token2] = ACTIONS(669), + [aux_sym_val_number_token3] = ACTIONS(669), + [aux_sym_val_number_token4] = ACTIONS(669), + [anon_sym_inf] = ACTIONS(667), + [anon_sym_DASHinf] = ACTIONS(669), + [anon_sym_NaN] = ACTIONS(667), + [anon_sym_0b] = ACTIONS(667), + [anon_sym_0o] = ACTIONS(667), + [anon_sym_0x] = ACTIONS(667), + [sym_val_date] = ACTIONS(669), + [anon_sym_DQUOTE] = ACTIONS(669), + [sym__str_single_quotes] = ACTIONS(669), + [sym__str_back_ticks] = ACTIONS(669), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(669), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(669), + [anon_sym_POUND] = ACTIONS(157), + }, + [977] = { + [sym_comment] = STATE(977), + [ts_builtin_sym_end] = ACTIONS(1776), + [anon_sym_export] = ACTIONS(1774), + [anon_sym_alias] = ACTIONS(1774), + [anon_sym_let] = ACTIONS(1774), + [anon_sym_let_DASHenv] = ACTIONS(1774), + [anon_sym_mut] = ACTIONS(1774), + [anon_sym_const] = ACTIONS(1774), + [sym_cmd_identifier] = ACTIONS(1774), + [anon_sym_SEMI] = ACTIONS(1774), + [anon_sym_LF] = ACTIONS(1776), + [anon_sym_def] = ACTIONS(1774), + [anon_sym_def_DASHenv] = ACTIONS(1774), + [anon_sym_export_DASHenv] = ACTIONS(1774), + [anon_sym_extern] = ACTIONS(1774), + [anon_sym_module] = ACTIONS(1774), + [anon_sym_use] = ACTIONS(1774), + [anon_sym_LBRACK] = ACTIONS(1774), + [anon_sym_LPAREN] = ACTIONS(1774), + [anon_sym_DOLLAR] = ACTIONS(1774), + [anon_sym_error] = ACTIONS(1774), + [anon_sym_DASH] = ACTIONS(1774), + [anon_sym_break] = ACTIONS(1774), + [anon_sym_continue] = ACTIONS(1774), + [anon_sym_for] = ACTIONS(1774), + [anon_sym_loop] = ACTIONS(1774), + [anon_sym_while] = ACTIONS(1774), + [anon_sym_do] = ACTIONS(1774), + [anon_sym_if] = ACTIONS(1774), + [anon_sym_match] = ACTIONS(1774), + [anon_sym_LBRACE] = ACTIONS(1774), + [anon_sym_try] = ACTIONS(1774), + [anon_sym_return] = ACTIONS(1774), + [anon_sym_source] = ACTIONS(1774), + [anon_sym_source_DASHenv] = ACTIONS(1774), + [anon_sym_register] = ACTIONS(1774), + [anon_sym_hide] = ACTIONS(1774), + [anon_sym_hide_DASHenv] = ACTIONS(1774), + [anon_sym_overlay] = ACTIONS(1774), + [anon_sym_where] = ACTIONS(1774), + [anon_sym_not] = ACTIONS(1774), + [anon_sym_DOT_DOT_LT] = ACTIONS(1774), + [anon_sym_DOT_DOT] = ACTIONS(1774), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1774), + [sym_val_nothing] = ACTIONS(1774), + [anon_sym_true] = ACTIONS(1774), + [anon_sym_false] = ACTIONS(1774), + [aux_sym_val_number_token1] = ACTIONS(1774), + [aux_sym_val_number_token2] = ACTIONS(1774), + [aux_sym_val_number_token3] = ACTIONS(1774), + [aux_sym_val_number_token4] = ACTIONS(1774), + [anon_sym_inf] = ACTIONS(1774), + [anon_sym_DASHinf] = ACTIONS(1774), + [anon_sym_NaN] = ACTIONS(1774), + [anon_sym_0b] = ACTIONS(1774), + [anon_sym_0o] = ACTIONS(1774), + [anon_sym_0x] = ACTIONS(1774), + [sym_val_date] = ACTIONS(1774), + [anon_sym_DQUOTE] = ACTIONS(1774), + [sym__str_single_quotes] = ACTIONS(1774), + [sym__str_back_ticks] = ACTIONS(1774), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1774), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1774), + [anon_sym_CARET] = ACTIONS(1774), + [anon_sym_POUND] = ACTIONS(3), + }, + [978] = { + [sym_comment] = STATE(978), + [ts_builtin_sym_end] = ACTIONS(2060), + [anon_sym_export] = ACTIONS(1956), + [anon_sym_alias] = ACTIONS(1956), + [anon_sym_let] = ACTIONS(1956), + [anon_sym_let_DASHenv] = ACTIONS(1956), + [anon_sym_mut] = ACTIONS(1956), + [anon_sym_const] = ACTIONS(1956), + [sym_cmd_identifier] = ACTIONS(1956), + [anon_sym_SEMI] = ACTIONS(1958), + [anon_sym_LF] = ACTIONS(1961), + [anon_sym_def] = ACTIONS(1956), + [anon_sym_def_DASHenv] = ACTIONS(1956), + [anon_sym_export_DASHenv] = ACTIONS(1956), + [anon_sym_extern] = ACTIONS(1956), + [anon_sym_module] = ACTIONS(1956), + [anon_sym_use] = ACTIONS(1956), + [anon_sym_LBRACK] = ACTIONS(1956), + [anon_sym_LPAREN] = ACTIONS(1956), + [anon_sym_DOLLAR] = ACTIONS(1956), + [anon_sym_error] = ACTIONS(1956), + [anon_sym_DASH] = ACTIONS(1956), + [anon_sym_break] = ACTIONS(1956), + [anon_sym_continue] = ACTIONS(1956), + [anon_sym_for] = ACTIONS(1956), + [anon_sym_loop] = ACTIONS(1956), + [anon_sym_while] = ACTIONS(1956), + [anon_sym_do] = ACTIONS(1956), + [anon_sym_if] = ACTIONS(1956), + [anon_sym_match] = ACTIONS(1956), + [anon_sym_LBRACE] = ACTIONS(1956), + [anon_sym_try] = ACTIONS(1956), + [anon_sym_return] = ACTIONS(1956), + [anon_sym_source] = ACTIONS(1956), + [anon_sym_source_DASHenv] = ACTIONS(1956), + [anon_sym_register] = ACTIONS(1956), + [anon_sym_hide] = ACTIONS(1956), + [anon_sym_hide_DASHenv] = ACTIONS(1956), + [anon_sym_overlay] = ACTIONS(1956), + [anon_sym_where] = ACTIONS(1956), + [anon_sym_not] = ACTIONS(1956), + [anon_sym_DOT_DOT_LT] = ACTIONS(1956), + [anon_sym_DOT_DOT] = ACTIONS(1956), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1956), + [sym_val_nothing] = ACTIONS(1956), + [anon_sym_true] = ACTIONS(1956), + [anon_sym_false] = ACTIONS(1956), + [aux_sym_val_number_token1] = ACTIONS(1956), + [aux_sym_val_number_token2] = ACTIONS(1956), + [aux_sym_val_number_token3] = ACTIONS(1956), + [aux_sym_val_number_token4] = ACTIONS(1956), + [anon_sym_inf] = ACTIONS(1956), + [anon_sym_DASHinf] = ACTIONS(1956), + [anon_sym_NaN] = ACTIONS(1956), + [anon_sym_0b] = ACTIONS(1956), + [anon_sym_0o] = ACTIONS(1956), + [anon_sym_0x] = ACTIONS(1956), + [sym_val_date] = ACTIONS(1956), + [anon_sym_DQUOTE] = ACTIONS(1956), + [sym__str_single_quotes] = ACTIONS(1956), + [sym__str_back_ticks] = ACTIONS(1956), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1956), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1956), + [anon_sym_CARET] = ACTIONS(1956), + [anon_sym_POUND] = ACTIONS(3), + }, + [979] = { + [sym_comment] = STATE(979), + [ts_builtin_sym_end] = ACTIONS(2030), + [anon_sym_export] = ACTIONS(2028), + [anon_sym_alias] = ACTIONS(2028), + [anon_sym_let] = ACTIONS(2028), + [anon_sym_let_DASHenv] = ACTIONS(2028), + [anon_sym_mut] = ACTIONS(2028), + [anon_sym_const] = ACTIONS(2028), + [sym_cmd_identifier] = ACTIONS(2028), + [anon_sym_SEMI] = ACTIONS(2028), + [anon_sym_LF] = ACTIONS(2030), + [anon_sym_def] = ACTIONS(2028), + [anon_sym_def_DASHenv] = ACTIONS(2028), + [anon_sym_export_DASHenv] = ACTIONS(2028), + [anon_sym_extern] = ACTIONS(2028), + [anon_sym_module] = ACTIONS(2028), + [anon_sym_use] = ACTIONS(2028), + [anon_sym_LBRACK] = ACTIONS(2028), + [anon_sym_LPAREN] = ACTIONS(2028), + [anon_sym_DOLLAR] = ACTIONS(2028), + [anon_sym_error] = ACTIONS(2028), + [anon_sym_DASH] = ACTIONS(2028), + [anon_sym_break] = ACTIONS(2028), + [anon_sym_continue] = ACTIONS(2028), + [anon_sym_for] = ACTIONS(2028), + [anon_sym_loop] = ACTIONS(2028), + [anon_sym_while] = ACTIONS(2028), + [anon_sym_do] = ACTIONS(2028), + [anon_sym_if] = ACTIONS(2028), + [anon_sym_match] = ACTIONS(2028), + [anon_sym_LBRACE] = ACTIONS(2028), + [anon_sym_try] = ACTIONS(2028), + [anon_sym_return] = ACTIONS(2028), + [anon_sym_source] = ACTIONS(2028), + [anon_sym_source_DASHenv] = ACTIONS(2028), + [anon_sym_register] = ACTIONS(2028), + [anon_sym_hide] = ACTIONS(2028), + [anon_sym_hide_DASHenv] = ACTIONS(2028), + [anon_sym_overlay] = ACTIONS(2028), + [anon_sym_where] = ACTIONS(2028), + [anon_sym_not] = ACTIONS(2028), + [anon_sym_DOT_DOT_LT] = ACTIONS(2028), + [anon_sym_DOT_DOT] = ACTIONS(2028), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2028), + [sym_val_nothing] = ACTIONS(2028), + [anon_sym_true] = ACTIONS(2028), + [anon_sym_false] = ACTIONS(2028), + [aux_sym_val_number_token1] = ACTIONS(2028), + [aux_sym_val_number_token2] = ACTIONS(2028), + [aux_sym_val_number_token3] = ACTIONS(2028), + [aux_sym_val_number_token4] = ACTIONS(2028), + [anon_sym_inf] = ACTIONS(2028), + [anon_sym_DASHinf] = ACTIONS(2028), + [anon_sym_NaN] = ACTIONS(2028), + [anon_sym_0b] = ACTIONS(2028), + [anon_sym_0o] = ACTIONS(2028), + [anon_sym_0x] = ACTIONS(2028), + [sym_val_date] = ACTIONS(2028), + [anon_sym_DQUOTE] = ACTIONS(2028), + [sym__str_single_quotes] = ACTIONS(2028), + [sym__str_back_ticks] = ACTIONS(2028), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2028), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2028), + [anon_sym_CARET] = ACTIONS(2028), + [anon_sym_POUND] = ACTIONS(3), + }, [980] = { [sym_comment] = STATE(980), - [ts_builtin_sym_end] = ACTIONS(2060), - [anon_sym_export] = ACTIONS(1950), - [anon_sym_alias] = ACTIONS(1950), - [anon_sym_let] = ACTIONS(1950), - [anon_sym_let_DASHenv] = ACTIONS(1950), - [anon_sym_mut] = ACTIONS(1950), - [anon_sym_const] = ACTIONS(1950), - [sym_cmd_identifier] = ACTIONS(1950), - [anon_sym_SEMI] = ACTIONS(1952), - [anon_sym_LF] = ACTIONS(1955), - [anon_sym_def] = ACTIONS(1950), - [anon_sym_def_DASHenv] = ACTIONS(1950), - [anon_sym_export_DASHenv] = ACTIONS(1950), - [anon_sym_extern] = ACTIONS(1950), - [anon_sym_module] = ACTIONS(1950), - [anon_sym_use] = ACTIONS(1950), - [anon_sym_LBRACK] = ACTIONS(1950), - [anon_sym_LPAREN] = ACTIONS(1950), - [anon_sym_DOLLAR] = ACTIONS(1950), - [anon_sym_error] = ACTIONS(1950), - [anon_sym_DASH] = ACTIONS(1950), - [anon_sym_break] = ACTIONS(1950), - [anon_sym_continue] = ACTIONS(1950), - [anon_sym_for] = ACTIONS(1950), - [anon_sym_loop] = ACTIONS(1950), - [anon_sym_while] = ACTIONS(1950), - [anon_sym_do] = ACTIONS(1950), - [anon_sym_if] = ACTIONS(1950), - [anon_sym_match] = ACTIONS(1950), - [anon_sym_LBRACE] = ACTIONS(1950), - [anon_sym_try] = ACTIONS(1950), - [anon_sym_return] = ACTIONS(1950), - [anon_sym_source] = ACTIONS(1950), - [anon_sym_source_DASHenv] = ACTIONS(1950), - [anon_sym_register] = ACTIONS(1950), - [anon_sym_hide] = ACTIONS(1950), - [anon_sym_hide_DASHenv] = ACTIONS(1950), - [anon_sym_overlay] = ACTIONS(1950), - [anon_sym_where] = ACTIONS(1950), - [anon_sym_not] = ACTIONS(1950), - [anon_sym_DOT_DOT_LT] = ACTIONS(1950), - [anon_sym_DOT_DOT] = ACTIONS(1950), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1950), - [sym_val_nothing] = ACTIONS(1950), - [anon_sym_true] = ACTIONS(1950), - [anon_sym_false] = ACTIONS(1950), - [aux_sym_val_number_token1] = ACTIONS(1950), - [aux_sym_val_number_token2] = ACTIONS(1950), - [aux_sym_val_number_token3] = ACTIONS(1950), - [aux_sym_val_number_token4] = ACTIONS(1950), - [anon_sym_inf] = ACTIONS(1950), - [anon_sym_DASHinf] = ACTIONS(1950), - [anon_sym_NaN] = ACTIONS(1950), - [anon_sym_0b] = ACTIONS(1950), - [anon_sym_0o] = ACTIONS(1950), - [anon_sym_0x] = ACTIONS(1950), - [sym_val_date] = ACTIONS(1950), - [anon_sym_DQUOTE] = ACTIONS(1950), - [sym__str_single_quotes] = ACTIONS(1950), - [sym__str_back_ticks] = ACTIONS(1950), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1950), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1950), - [anon_sym_CARET] = ACTIONS(1950), + [ts_builtin_sym_end] = ACTIONS(1914), + [anon_sym_export] = ACTIONS(1912), + [anon_sym_alias] = ACTIONS(1912), + [anon_sym_let] = ACTIONS(1912), + [anon_sym_let_DASHenv] = ACTIONS(1912), + [anon_sym_mut] = ACTIONS(1912), + [anon_sym_const] = ACTIONS(1912), + [sym_cmd_identifier] = ACTIONS(1912), + [anon_sym_SEMI] = ACTIONS(1912), + [anon_sym_LF] = ACTIONS(1914), + [anon_sym_def] = ACTIONS(1912), + [anon_sym_def_DASHenv] = ACTIONS(1912), + [anon_sym_export_DASHenv] = ACTIONS(1912), + [anon_sym_extern] = ACTIONS(1912), + [anon_sym_module] = ACTIONS(1912), + [anon_sym_use] = ACTIONS(1912), + [anon_sym_LBRACK] = ACTIONS(1912), + [anon_sym_LPAREN] = ACTIONS(1912), + [anon_sym_DOLLAR] = ACTIONS(1912), + [anon_sym_error] = ACTIONS(1912), + [anon_sym_DASH] = ACTIONS(1912), + [anon_sym_break] = ACTIONS(1912), + [anon_sym_continue] = ACTIONS(1912), + [anon_sym_for] = ACTIONS(1912), + [anon_sym_loop] = ACTIONS(1912), + [anon_sym_while] = ACTIONS(1912), + [anon_sym_do] = ACTIONS(1912), + [anon_sym_if] = ACTIONS(1912), + [anon_sym_match] = ACTIONS(1912), + [anon_sym_LBRACE] = ACTIONS(1912), + [anon_sym_try] = ACTIONS(1912), + [anon_sym_return] = ACTIONS(1912), + [anon_sym_source] = ACTIONS(1912), + [anon_sym_source_DASHenv] = ACTIONS(1912), + [anon_sym_register] = ACTIONS(1912), + [anon_sym_hide] = ACTIONS(1912), + [anon_sym_hide_DASHenv] = ACTIONS(1912), + [anon_sym_overlay] = ACTIONS(1912), + [anon_sym_where] = ACTIONS(1912), + [anon_sym_not] = ACTIONS(1912), + [anon_sym_DOT_DOT_LT] = ACTIONS(1912), + [anon_sym_DOT_DOT] = ACTIONS(1912), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1912), + [sym_val_nothing] = ACTIONS(1912), + [anon_sym_true] = ACTIONS(1912), + [anon_sym_false] = ACTIONS(1912), + [aux_sym_val_number_token1] = ACTIONS(1912), + [aux_sym_val_number_token2] = ACTIONS(1912), + [aux_sym_val_number_token3] = ACTIONS(1912), + [aux_sym_val_number_token4] = ACTIONS(1912), + [anon_sym_inf] = ACTIONS(1912), + [anon_sym_DASHinf] = ACTIONS(1912), + [anon_sym_NaN] = ACTIONS(1912), + [anon_sym_0b] = ACTIONS(1912), + [anon_sym_0o] = ACTIONS(1912), + [anon_sym_0x] = ACTIONS(1912), + [sym_val_date] = ACTIONS(1912), + [anon_sym_DQUOTE] = ACTIONS(1912), + [sym__str_single_quotes] = ACTIONS(1912), + [sym__str_back_ticks] = ACTIONS(1912), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1912), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1912), + [anon_sym_CARET] = ACTIONS(1912), [anon_sym_POUND] = ACTIONS(3), }, [981] = { [sym_comment] = STATE(981), - [ts_builtin_sym_end] = ACTIONS(1928), - [anon_sym_export] = ACTIONS(1926), - [anon_sym_alias] = ACTIONS(1926), - [anon_sym_let] = ACTIONS(1926), - [anon_sym_let_DASHenv] = ACTIONS(1926), - [anon_sym_mut] = ACTIONS(1926), - [anon_sym_const] = ACTIONS(1926), - [sym_cmd_identifier] = ACTIONS(1926), - [anon_sym_SEMI] = ACTIONS(1926), - [anon_sym_LF] = ACTIONS(1928), - [anon_sym_def] = ACTIONS(1926), - [anon_sym_def_DASHenv] = ACTIONS(1926), - [anon_sym_export_DASHenv] = ACTIONS(1926), - [anon_sym_extern] = ACTIONS(1926), - [anon_sym_module] = ACTIONS(1926), - [anon_sym_use] = ACTIONS(1926), - [anon_sym_LBRACK] = ACTIONS(1926), - [anon_sym_LPAREN] = ACTIONS(1926), - [anon_sym_DOLLAR] = ACTIONS(1926), - [anon_sym_error] = ACTIONS(1926), - [anon_sym_DASH] = ACTIONS(1926), - [anon_sym_break] = ACTIONS(1926), - [anon_sym_continue] = ACTIONS(1926), - [anon_sym_for] = ACTIONS(1926), - [anon_sym_loop] = ACTIONS(1926), - [anon_sym_while] = ACTIONS(1926), - [anon_sym_do] = ACTIONS(1926), - [anon_sym_if] = ACTIONS(1926), - [anon_sym_match] = ACTIONS(1926), - [anon_sym_LBRACE] = ACTIONS(1926), - [anon_sym_try] = ACTIONS(1926), - [anon_sym_return] = ACTIONS(1926), - [anon_sym_source] = ACTIONS(1926), - [anon_sym_source_DASHenv] = ACTIONS(1926), - [anon_sym_register] = ACTIONS(1926), - [anon_sym_hide] = ACTIONS(1926), - [anon_sym_hide_DASHenv] = ACTIONS(1926), - [anon_sym_overlay] = ACTIONS(1926), - [anon_sym_where] = ACTIONS(1926), - [anon_sym_not] = ACTIONS(1926), - [anon_sym_DOT_DOT_LT] = ACTIONS(1926), - [anon_sym_DOT_DOT] = ACTIONS(1926), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1926), - [sym_val_nothing] = ACTIONS(1926), - [anon_sym_true] = ACTIONS(1926), - [anon_sym_false] = ACTIONS(1926), - [aux_sym_val_number_token1] = ACTIONS(1926), - [aux_sym_val_number_token2] = ACTIONS(1926), - [aux_sym_val_number_token3] = ACTIONS(1926), - [aux_sym_val_number_token4] = ACTIONS(1926), - [anon_sym_inf] = ACTIONS(1926), - [anon_sym_DASHinf] = ACTIONS(1926), - [anon_sym_NaN] = ACTIONS(1926), - [anon_sym_0b] = ACTIONS(1926), - [anon_sym_0o] = ACTIONS(1926), - [anon_sym_0x] = ACTIONS(1926), - [sym_val_date] = ACTIONS(1926), - [anon_sym_DQUOTE] = ACTIONS(1926), - [sym__str_single_quotes] = ACTIONS(1926), - [sym__str_back_ticks] = ACTIONS(1926), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1926), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1926), - [anon_sym_CARET] = ACTIONS(1926), + [ts_builtin_sym_end] = ACTIONS(1796), + [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), + [sym_cmd_identifier] = ACTIONS(1794), + [anon_sym_SEMI] = ACTIONS(1794), + [anon_sym_LF] = ACTIONS(1796), + [anon_sym_def] = ACTIONS(1794), + [anon_sym_def_DASHenv] = 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_LBRACK] = ACTIONS(1794), + [anon_sym_LPAREN] = ACTIONS(1794), + [anon_sym_DOLLAR] = ACTIONS(1794), + [anon_sym_error] = ACTIONS(1794), + [anon_sym_DASH] = ACTIONS(1794), + [anon_sym_break] = ACTIONS(1794), + [anon_sym_continue] = ACTIONS(1794), + [anon_sym_for] = ACTIONS(1794), + [anon_sym_loop] = ACTIONS(1794), + [anon_sym_while] = ACTIONS(1794), + [anon_sym_do] = ACTIONS(1794), + [anon_sym_if] = ACTIONS(1794), + [anon_sym_match] = ACTIONS(1794), + [anon_sym_LBRACE] = ACTIONS(1794), + [anon_sym_try] = 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_where] = ACTIONS(1794), + [anon_sym_not] = ACTIONS(1794), + [anon_sym_DOT_DOT_LT] = ACTIONS(1794), + [anon_sym_DOT_DOT] = ACTIONS(1794), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1794), + [sym_val_nothing] = ACTIONS(1794), + [anon_sym_true] = ACTIONS(1794), + [anon_sym_false] = 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), + [anon_sym_inf] = ACTIONS(1794), + [anon_sym_DASHinf] = ACTIONS(1794), + [anon_sym_NaN] = ACTIONS(1794), + [anon_sym_0b] = ACTIONS(1794), + [anon_sym_0o] = ACTIONS(1794), + [anon_sym_0x] = ACTIONS(1794), + [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_CARET] = ACTIONS(1794), [anon_sym_POUND] = ACTIONS(3), }, [982] = { [sym_comment] = STATE(982), - [ts_builtin_sym_end] = ACTIONS(1948), - [anon_sym_export] = ACTIONS(1946), - [anon_sym_alias] = ACTIONS(1946), - [anon_sym_let] = ACTIONS(1946), - [anon_sym_let_DASHenv] = ACTIONS(1946), - [anon_sym_mut] = ACTIONS(1946), - [anon_sym_const] = ACTIONS(1946), - [sym_cmd_identifier] = ACTIONS(1946), - [anon_sym_SEMI] = ACTIONS(1946), - [anon_sym_LF] = ACTIONS(1948), - [anon_sym_def] = ACTIONS(1946), - [anon_sym_def_DASHenv] = ACTIONS(1946), - [anon_sym_export_DASHenv] = ACTIONS(1946), - [anon_sym_extern] = ACTIONS(1946), - [anon_sym_module] = ACTIONS(1946), - [anon_sym_use] = ACTIONS(1946), - [anon_sym_LBRACK] = ACTIONS(1946), - [anon_sym_LPAREN] = ACTIONS(1946), - [anon_sym_DOLLAR] = ACTIONS(1946), - [anon_sym_error] = ACTIONS(1946), - [anon_sym_DASH] = ACTIONS(1946), - [anon_sym_break] = ACTIONS(1946), - [anon_sym_continue] = ACTIONS(1946), - [anon_sym_for] = ACTIONS(1946), - [anon_sym_loop] = ACTIONS(1946), - [anon_sym_while] = ACTIONS(1946), - [anon_sym_do] = ACTIONS(1946), - [anon_sym_if] = ACTIONS(1946), - [anon_sym_match] = ACTIONS(1946), - [anon_sym_LBRACE] = ACTIONS(1946), - [anon_sym_try] = ACTIONS(1946), - [anon_sym_return] = ACTIONS(1946), - [anon_sym_source] = ACTIONS(1946), - [anon_sym_source_DASHenv] = ACTIONS(1946), - [anon_sym_register] = ACTIONS(1946), - [anon_sym_hide] = ACTIONS(1946), - [anon_sym_hide_DASHenv] = ACTIONS(1946), - [anon_sym_overlay] = ACTIONS(1946), - [anon_sym_where] = ACTIONS(1946), - [anon_sym_not] = ACTIONS(1946), - [anon_sym_DOT_DOT_LT] = ACTIONS(1946), - [anon_sym_DOT_DOT] = ACTIONS(1946), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1946), - [sym_val_nothing] = ACTIONS(1946), - [anon_sym_true] = ACTIONS(1946), - [anon_sym_false] = ACTIONS(1946), - [aux_sym_val_number_token1] = ACTIONS(1946), - [aux_sym_val_number_token2] = ACTIONS(1946), - [aux_sym_val_number_token3] = ACTIONS(1946), - [aux_sym_val_number_token4] = ACTIONS(1946), - [anon_sym_inf] = ACTIONS(1946), - [anon_sym_DASHinf] = ACTIONS(1946), - [anon_sym_NaN] = ACTIONS(1946), - [anon_sym_0b] = ACTIONS(1946), - [anon_sym_0o] = ACTIONS(1946), - [anon_sym_0x] = ACTIONS(1946), - [sym_val_date] = ACTIONS(1946), - [anon_sym_DQUOTE] = ACTIONS(1946), - [sym__str_single_quotes] = ACTIONS(1946), - [sym__str_back_ticks] = ACTIONS(1946), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1946), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1946), - [anon_sym_CARET] = ACTIONS(1946), + [ts_builtin_sym_end] = ACTIONS(1838), + [anon_sym_export] = ACTIONS(1836), + [anon_sym_alias] = ACTIONS(1836), + [anon_sym_let] = ACTIONS(1836), + [anon_sym_let_DASHenv] = ACTIONS(1836), + [anon_sym_mut] = ACTIONS(1836), + [anon_sym_const] = ACTIONS(1836), + [sym_cmd_identifier] = ACTIONS(1836), + [anon_sym_SEMI] = ACTIONS(1836), + [anon_sym_LF] = ACTIONS(1838), + [anon_sym_def] = ACTIONS(1836), + [anon_sym_def_DASHenv] = ACTIONS(1836), + [anon_sym_export_DASHenv] = ACTIONS(1836), + [anon_sym_extern] = ACTIONS(1836), + [anon_sym_module] = ACTIONS(1836), + [anon_sym_use] = ACTIONS(1836), + [anon_sym_LBRACK] = ACTIONS(1836), + [anon_sym_LPAREN] = ACTIONS(1836), + [anon_sym_DOLLAR] = ACTIONS(1836), + [anon_sym_error] = ACTIONS(1836), + [anon_sym_DASH] = ACTIONS(1836), + [anon_sym_break] = ACTIONS(1836), + [anon_sym_continue] = ACTIONS(1836), + [anon_sym_for] = ACTIONS(1836), + [anon_sym_loop] = ACTIONS(1836), + [anon_sym_while] = ACTIONS(1836), + [anon_sym_do] = ACTIONS(1836), + [anon_sym_if] = ACTIONS(1836), + [anon_sym_match] = ACTIONS(1836), + [anon_sym_LBRACE] = ACTIONS(1836), + [anon_sym_try] = ACTIONS(1836), + [anon_sym_return] = ACTIONS(1836), + [anon_sym_source] = ACTIONS(1836), + [anon_sym_source_DASHenv] = ACTIONS(1836), + [anon_sym_register] = ACTIONS(1836), + [anon_sym_hide] = ACTIONS(1836), + [anon_sym_hide_DASHenv] = ACTIONS(1836), + [anon_sym_overlay] = ACTIONS(1836), + [anon_sym_where] = ACTIONS(1836), + [anon_sym_not] = ACTIONS(1836), + [anon_sym_DOT_DOT_LT] = ACTIONS(1836), + [anon_sym_DOT_DOT] = ACTIONS(1836), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1836), + [sym_val_nothing] = ACTIONS(1836), + [anon_sym_true] = ACTIONS(1836), + [anon_sym_false] = ACTIONS(1836), + [aux_sym_val_number_token1] = ACTIONS(1836), + [aux_sym_val_number_token2] = ACTIONS(1836), + [aux_sym_val_number_token3] = ACTIONS(1836), + [aux_sym_val_number_token4] = ACTIONS(1836), + [anon_sym_inf] = ACTIONS(1836), + [anon_sym_DASHinf] = ACTIONS(1836), + [anon_sym_NaN] = ACTIONS(1836), + [anon_sym_0b] = ACTIONS(1836), + [anon_sym_0o] = ACTIONS(1836), + [anon_sym_0x] = ACTIONS(1836), + [sym_val_date] = ACTIONS(1836), + [anon_sym_DQUOTE] = ACTIONS(1836), + [sym__str_single_quotes] = ACTIONS(1836), + [sym__str_back_ticks] = ACTIONS(1836), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1836), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1836), + [anon_sym_CARET] = ACTIONS(1836), [anon_sym_POUND] = ACTIONS(3), }, [983] = { [sym_comment] = STATE(983), - [ts_builtin_sym_end] = ACTIONS(1944), - [anon_sym_export] = ACTIONS(1942), - [anon_sym_alias] = ACTIONS(1942), - [anon_sym_let] = ACTIONS(1942), - [anon_sym_let_DASHenv] = ACTIONS(1942), - [anon_sym_mut] = ACTIONS(1942), - [anon_sym_const] = ACTIONS(1942), - [sym_cmd_identifier] = ACTIONS(1942), - [anon_sym_SEMI] = ACTIONS(1942), - [anon_sym_LF] = ACTIONS(1944), - [anon_sym_def] = ACTIONS(1942), - [anon_sym_def_DASHenv] = ACTIONS(1942), - [anon_sym_export_DASHenv] = ACTIONS(1942), - [anon_sym_extern] = ACTIONS(1942), - [anon_sym_module] = ACTIONS(1942), - [anon_sym_use] = ACTIONS(1942), - [anon_sym_LBRACK] = ACTIONS(1942), - [anon_sym_LPAREN] = ACTIONS(1942), - [anon_sym_DOLLAR] = ACTIONS(1942), - [anon_sym_error] = ACTIONS(1942), - [anon_sym_DASH] = ACTIONS(1942), - [anon_sym_break] = ACTIONS(1942), - [anon_sym_continue] = ACTIONS(1942), - [anon_sym_for] = ACTIONS(1942), - [anon_sym_loop] = ACTIONS(1942), - [anon_sym_while] = ACTIONS(1942), - [anon_sym_do] = ACTIONS(1942), - [anon_sym_if] = ACTIONS(1942), - [anon_sym_match] = ACTIONS(1942), - [anon_sym_LBRACE] = ACTIONS(1942), - [anon_sym_try] = ACTIONS(1942), - [anon_sym_return] = ACTIONS(1942), - [anon_sym_source] = ACTIONS(1942), - [anon_sym_source_DASHenv] = ACTIONS(1942), - [anon_sym_register] = ACTIONS(1942), - [anon_sym_hide] = ACTIONS(1942), - [anon_sym_hide_DASHenv] = ACTIONS(1942), - [anon_sym_overlay] = ACTIONS(1942), - [anon_sym_where] = ACTIONS(1942), - [anon_sym_not] = ACTIONS(1942), - [anon_sym_DOT_DOT_LT] = ACTIONS(1942), - [anon_sym_DOT_DOT] = ACTIONS(1942), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1942), - [sym_val_nothing] = ACTIONS(1942), - [anon_sym_true] = ACTIONS(1942), - [anon_sym_false] = ACTIONS(1942), - [aux_sym_val_number_token1] = ACTIONS(1942), - [aux_sym_val_number_token2] = ACTIONS(1942), - [aux_sym_val_number_token3] = ACTIONS(1942), - [aux_sym_val_number_token4] = ACTIONS(1942), - [anon_sym_inf] = ACTIONS(1942), - [anon_sym_DASHinf] = ACTIONS(1942), - [anon_sym_NaN] = ACTIONS(1942), - [anon_sym_0b] = ACTIONS(1942), - [anon_sym_0o] = ACTIONS(1942), - [anon_sym_0x] = ACTIONS(1942), - [sym_val_date] = ACTIONS(1942), - [anon_sym_DQUOTE] = ACTIONS(1942), - [sym__str_single_quotes] = ACTIONS(1942), - [sym__str_back_ticks] = ACTIONS(1942), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1942), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1942), - [anon_sym_CARET] = ACTIONS(1942), + [ts_builtin_sym_end] = ACTIONS(1788), + [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), + [sym_cmd_identifier] = ACTIONS(1786), + [anon_sym_SEMI] = ACTIONS(1786), + [anon_sym_LF] = ACTIONS(1788), + [anon_sym_def] = ACTIONS(1786), + [anon_sym_def_DASHenv] = 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_LBRACK] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(1786), + [anon_sym_DOLLAR] = ACTIONS(1786), + [anon_sym_error] = ACTIONS(1786), + [anon_sym_DASH] = ACTIONS(1786), + [anon_sym_break] = ACTIONS(1786), + [anon_sym_continue] = ACTIONS(1786), + [anon_sym_for] = ACTIONS(1786), + [anon_sym_loop] = ACTIONS(1786), + [anon_sym_while] = ACTIONS(1786), + [anon_sym_do] = ACTIONS(1786), + [anon_sym_if] = ACTIONS(1786), + [anon_sym_match] = ACTIONS(1786), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_try] = 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_where] = ACTIONS(1786), + [anon_sym_not] = ACTIONS(1786), + [anon_sym_DOT_DOT_LT] = ACTIONS(1786), + [anon_sym_DOT_DOT] = ACTIONS(1786), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1786), + [sym_val_nothing] = ACTIONS(1786), + [anon_sym_true] = ACTIONS(1786), + [anon_sym_false] = 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), + [anon_sym_inf] = ACTIONS(1786), + [anon_sym_DASHinf] = ACTIONS(1786), + [anon_sym_NaN] = ACTIONS(1786), + [anon_sym_0b] = ACTIONS(1786), + [anon_sym_0o] = ACTIONS(1786), + [anon_sym_0x] = ACTIONS(1786), + [sym_val_date] = ACTIONS(1786), + [anon_sym_DQUOTE] = ACTIONS(1786), + [sym__str_single_quotes] = ACTIONS(1786), + [sym__str_back_ticks] = ACTIONS(1786), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(1786), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(1786), + [anon_sym_CARET] = ACTIONS(1786), [anon_sym_POUND] = ACTIONS(3), }, [984] = { [sym_comment] = STATE(984), - [anon_sym_EQ] = ACTIONS(698), - [sym_cmd_identifier] = ACTIONS(698), - [anon_sym_SEMI] = ACTIONS(700), - [anon_sym_COLON] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(700), - [anon_sym_COMMA] = ACTIONS(700), - [anon_sym_RBRACK] = ACTIONS(700), - [anon_sym_LPAREN] = ACTIONS(700), - [anon_sym_DOLLAR] = ACTIONS(698), - [anon_sym_GT] = ACTIONS(698), - [anon_sym_DASH] = ACTIONS(698), - [anon_sym_in] = ACTIONS(698), - [anon_sym_LBRACE] = ACTIONS(700), - [anon_sym_DOT] = ACTIONS(698), - [anon_sym_STAR] = ACTIONS(698), - [anon_sym_QMARK2] = ACTIONS(700), - [anon_sym_STAR_STAR] = ACTIONS(700), - [anon_sym_PLUS_PLUS] = ACTIONS(700), - [anon_sym_SLASH] = ACTIONS(698), - [anon_sym_mod] = ACTIONS(698), - [anon_sym_SLASH_SLASH] = ACTIONS(700), - [anon_sym_PLUS] = ACTIONS(698), - [anon_sym_bit_DASHshl] = ACTIONS(698), - [anon_sym_bit_DASHshr] = ACTIONS(698), - [anon_sym_EQ_EQ] = ACTIONS(700), - [anon_sym_BANG_EQ] = ACTIONS(700), - [anon_sym_LT2] = ACTIONS(698), - [anon_sym_LT_EQ] = ACTIONS(700), - [anon_sym_GT_EQ] = ACTIONS(700), - [anon_sym_not_DASHin] = ACTIONS(698), - [anon_sym_starts_DASHwith] = ACTIONS(698), - [anon_sym_ends_DASHwith] = ACTIONS(698), - [anon_sym_EQ_TILDE] = ACTIONS(700), - [anon_sym_BANG_TILDE] = ACTIONS(700), - [anon_sym_bit_DASHand] = ACTIONS(698), - [anon_sym_bit_DASHxor] = ACTIONS(698), - [anon_sym_bit_DASHor] = ACTIONS(698), - [anon_sym_and] = ACTIONS(698), - [anon_sym_xor] = ACTIONS(698), - [anon_sym_or] = ACTIONS(698), - [anon_sym_not] = ACTIONS(698), - [anon_sym_DOT_DOT_LT] = ACTIONS(700), - [anon_sym_DOT_DOT] = ACTIONS(698), - [anon_sym_DOT_DOT_EQ] = ACTIONS(700), - [sym_val_nothing] = ACTIONS(698), - [anon_sym_true] = ACTIONS(698), - [anon_sym_false] = ACTIONS(698), - [aux_sym_val_number_token1] = ACTIONS(698), - [aux_sym_val_number_token2] = ACTIONS(700), - [aux_sym_val_number_token3] = ACTIONS(700), - [aux_sym_val_number_token4] = ACTIONS(700), - [anon_sym_inf] = ACTIONS(698), - [anon_sym_DASHinf] = ACTIONS(700), - [anon_sym_NaN] = ACTIONS(698), - [anon_sym_0b] = ACTIONS(698), - [anon_sym_0o] = ACTIONS(698), - [anon_sym_0x] = ACTIONS(698), - [sym_val_date] = ACTIONS(700), - [anon_sym_DQUOTE] = ACTIONS(700), - [sym__str_single_quotes] = ACTIONS(700), - [sym__str_back_ticks] = ACTIONS(700), - [anon_sym_DOLLAR_SQUOTE] = ACTIONS(700), - [anon_sym_DOLLAR_DQUOTE] = ACTIONS(700), - [anon_sym_POUND] = ACTIONS(157), + [ts_builtin_sym_end] = ACTIONS(2026), + [anon_sym_export] = ACTIONS(2024), + [anon_sym_alias] = ACTIONS(2024), + [anon_sym_let] = ACTIONS(2024), + [anon_sym_let_DASHenv] = ACTIONS(2024), + [anon_sym_mut] = ACTIONS(2024), + [anon_sym_const] = ACTIONS(2024), + [sym_cmd_identifier] = ACTIONS(2024), + [anon_sym_SEMI] = ACTIONS(2024), + [anon_sym_LF] = ACTIONS(2026), + [anon_sym_def] = ACTIONS(2024), + [anon_sym_def_DASHenv] = ACTIONS(2024), + [anon_sym_export_DASHenv] = ACTIONS(2024), + [anon_sym_extern] = ACTIONS(2024), + [anon_sym_module] = ACTIONS(2024), + [anon_sym_use] = ACTIONS(2024), + [anon_sym_LBRACK] = ACTIONS(2024), + [anon_sym_LPAREN] = ACTIONS(2024), + [anon_sym_DOLLAR] = ACTIONS(2024), + [anon_sym_error] = ACTIONS(2024), + [anon_sym_DASH] = ACTIONS(2024), + [anon_sym_break] = ACTIONS(2024), + [anon_sym_continue] = ACTIONS(2024), + [anon_sym_for] = ACTIONS(2024), + [anon_sym_loop] = ACTIONS(2024), + [anon_sym_while] = ACTIONS(2024), + [anon_sym_do] = ACTIONS(2024), + [anon_sym_if] = ACTIONS(2024), + [anon_sym_match] = ACTIONS(2024), + [anon_sym_LBRACE] = ACTIONS(2024), + [anon_sym_try] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2024), + [anon_sym_source] = ACTIONS(2024), + [anon_sym_source_DASHenv] = ACTIONS(2024), + [anon_sym_register] = ACTIONS(2024), + [anon_sym_hide] = ACTIONS(2024), + [anon_sym_hide_DASHenv] = ACTIONS(2024), + [anon_sym_overlay] = ACTIONS(2024), + [anon_sym_where] = ACTIONS(2024), + [anon_sym_not] = ACTIONS(2024), + [anon_sym_DOT_DOT_LT] = ACTIONS(2024), + [anon_sym_DOT_DOT] = ACTIONS(2024), + [anon_sym_DOT_DOT_EQ] = ACTIONS(2024), + [sym_val_nothing] = ACTIONS(2024), + [anon_sym_true] = ACTIONS(2024), + [anon_sym_false] = ACTIONS(2024), + [aux_sym_val_number_token1] = ACTIONS(2024), + [aux_sym_val_number_token2] = ACTIONS(2024), + [aux_sym_val_number_token3] = ACTIONS(2024), + [aux_sym_val_number_token4] = ACTIONS(2024), + [anon_sym_inf] = ACTIONS(2024), + [anon_sym_DASHinf] = ACTIONS(2024), + [anon_sym_NaN] = ACTIONS(2024), + [anon_sym_0b] = ACTIONS(2024), + [anon_sym_0o] = ACTIONS(2024), + [anon_sym_0x] = ACTIONS(2024), + [sym_val_date] = ACTIONS(2024), + [anon_sym_DQUOTE] = ACTIONS(2024), + [sym__str_single_quotes] = ACTIONS(2024), + [sym__str_back_ticks] = ACTIONS(2024), + [anon_sym_DOLLAR_SQUOTE] = ACTIONS(2024), + [anon_sym_DOLLAR_DQUOTE] = ACTIONS(2024), + [anon_sym_CARET] = ACTIONS(2024), + [anon_sym_POUND] = ACTIONS(3), }, }; static const uint16_t ts_small_parse_table[] = { - [0] = 6, + [0] = 7, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2062), 1, anon_sym_DOT, - STATE(1034), 1, - sym_path, - STATE(985), 2, + STATE(985), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(592), 27, + STATE(998), 1, + sym_path, + STATE(1076), 1, + sym_cell_path, + ACTIONS(611), 27, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_COMMA, @@ -128369,7 +128375,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(590), 32, + ACTIONS(609), 32, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -128402,14 +128408,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [77] = 4, + [79] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2067), 1, + ACTIONS(2066), 1, anon_sym_LF, STATE(986), 1, sym_comment, - ACTIONS(2065), 61, + ACTIONS(2064), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -128471,86 +128477,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [150] = 7, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2069), 1, - anon_sym_DOT, - STATE(985), 1, - aux_sym_cell_path_repeat1, - STATE(987), 1, - sym_comment, - STATE(1034), 1, - sym_path, - ACTIONS(588), 27, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_DASHinf, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(586), 32, - sym_cmd_identifier, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_LT2, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_not, - anon_sym_DOT_DOT, - sym_val_nothing, - anon_sym_true, - anon_sym_false, - aux_sym_val_number_token1, - anon_sym_inf, - anon_sym_NaN, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - [229] = 4, + [152] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2073), 1, + ACTIONS(2070), 1, anon_sym_LF, - STATE(988), 1, + STATE(987), 1, sym_comment, - ACTIONS(2071), 61, + ACTIONS(2068), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -128612,14 +128546,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [302] = 4, + [225] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2077), 1, + ACTIONS(2072), 1, anon_sym_LF, - STATE(989), 1, + STATE(988), 1, sym_comment, - ACTIONS(2075), 61, + ACTIONS(1760), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -128681,14 +128615,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [375] = 4, + [298] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2081), 1, + ACTIONS(2076), 1, anon_sym_LF, - STATE(990), 1, + STATE(989), 1, sym_comment, - ACTIONS(2079), 61, + ACTIONS(2074), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -128750,18 +128684,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [448] = 7, + [371] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2069), 1, + ACTIONS(2078), 1, anon_sym_DOT, - STATE(987), 1, - aux_sym_cell_path_repeat1, - STATE(991), 1, - sym_comment, - STATE(1034), 1, + STATE(1036), 1, sym_path, - ACTIONS(599), 27, + STATE(990), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(570), 27, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_COMMA, @@ -128789,7 +128722,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(597), 32, + ACTIONS(568), 32, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -128822,599 +128755,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [527] = 33, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(39), 1, - anon_sym_DASH, - ACTIONS(55), 1, - anon_sym_match, - ACTIONS(75), 1, - anon_sym_not, - ACTIONS(1008), 1, - anon_sym_DOLLAR, - ACTIONS(1010), 1, - anon_sym_do, - ACTIONS(1012), 1, - anon_sym_if, - ACTIONS(1014), 1, - anon_sym_try, - ACTIONS(2083), 1, - anon_sym_LBRACK, - ACTIONS(2085), 1, - anon_sym_LPAREN, - ACTIONS(2087), 1, - anon_sym_LBRACE, - ACTIONS(2089), 1, - anon_sym_DQUOTE, - ACTIONS(2093), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2095), 1, - anon_sym_DOLLAR_DQUOTE, - STATE(127), 1, - sym_val_number, - STATE(992), 1, - sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, - sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2499), 1, - sym__str_double_quotes, - STATE(2573), 1, - sym__expression, - ACTIONS(81), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(83), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(948), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(950), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2091), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(79), 3, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(89), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(862), 4, - sym_ctrl_do, - sym_ctrl_if, - sym_ctrl_match, - sym_ctrl_try, - STATE(2481), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(85), 7, - aux_sym_val_number_token1, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - STATE(2506), 11, - sym_val_bool, - sym_val_variable, - 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, - [658] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2097), 1, - anon_sym_LF, - STATE(993), 1, - sym_comment, - ACTIONS(1904), 61, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_SEMI, - anon_sym_def, - anon_sym_def_DASHenv, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_error, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_loop, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_LBRACE, - anon_sym_try, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_where, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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_CARET, - [731] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2101), 1, - anon_sym_LF, - STATE(994), 1, - sym_comment, - ACTIONS(2099), 61, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_SEMI, - anon_sym_def, - anon_sym_def_DASHenv, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_error, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_loop, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_LBRACE, - anon_sym_try, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_where, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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_CARET, - [804] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2105), 1, - anon_sym_LF, - STATE(995), 1, - sym_comment, - ACTIONS(2103), 61, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_SEMI, - anon_sym_def, - anon_sym_def_DASHenv, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_error, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_loop, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_LBRACE, - anon_sym_try, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_where, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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_CARET, - [877] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2109), 1, - anon_sym_LF, - STATE(996), 1, - sym_comment, - ACTIONS(2107), 61, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_SEMI, - anon_sym_def, - anon_sym_def_DASHenv, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_error, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_loop, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_LBRACE, - anon_sym_try, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_where, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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_CARET, - [950] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2111), 1, - anon_sym_LF, - STATE(997), 1, - sym_comment, - ACTIONS(1986), 61, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_SEMI, - anon_sym_def, - anon_sym_def_DASHenv, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_error, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_loop, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_LBRACE, - anon_sym_try, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_where, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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_CARET, - [1023] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2113), 1, - anon_sym_LF, - STATE(998), 1, - sym_comment, - ACTIONS(1976), 61, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_SEMI, - anon_sym_def, - anon_sym_def_DASHenv, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_error, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_loop, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_LBRACE, - anon_sym_try, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_where, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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_CARET, - [1096] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2115), 1, - anon_sym_LF, - STATE(999), 1, - sym_comment, - ACTIONS(1950), 61, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_SEMI, - anon_sym_def, - anon_sym_def_DASHenv, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_error, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_loop, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_LBRACE, - anon_sym_try, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_where, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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_CARET, - [1169] = 7, + [448] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2069), 1, + ACTIONS(2062), 1, anon_sym_DOT, + STATE(990), 1, + aux_sym_cell_path_repeat1, STATE(991), 1, - sym_path, - STATE(1000), 1, sym_comment, - STATE(1050), 1, - sym_cell_path, - ACTIONS(584), 27, + STATE(1036), 1, + sym_path, + ACTIONS(583), 27, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_COMMA, @@ -129442,7 +128794,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(582), 32, + ACTIONS(581), 32, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -129475,83 +128827,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [1248] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2117), 1, - anon_sym_LF, - STATE(1001), 1, - sym_comment, - ACTIONS(1836), 61, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_SEMI, - anon_sym_def, - anon_sym_def_DASHenv, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_DOLLAR, - anon_sym_error, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_loop, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_LBRACE, - anon_sym_try, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_where, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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_CARET, - [1321] = 4, + [527] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2121), 1, + ACTIONS(2083), 1, anon_sym_LF, - STATE(1002), 1, + STATE(992), 1, sym_comment, - ACTIONS(2119), 61, + ACTIONS(2081), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -129613,14 +128896,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [1394] = 4, + [600] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2125), 1, + ACTIONS(2087), 1, anon_sym_LF, - STATE(1003), 1, + STATE(993), 1, sym_comment, - ACTIONS(2123), 61, + ACTIONS(2085), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -129682,14 +128965,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - [1467] = 4, + [673] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2129), 1, + ACTIONS(2089), 1, anon_sym_LF, - STATE(1004), 1, + STATE(994), 1, sym_comment, - ACTIONS(2127), 61, + ACTIONS(1996), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -129729,354 +129012,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_not, anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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_CARET, - [1540] = 7, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2069), 1, - anon_sym_DOT, - STATE(991), 1, - sym_path, - STATE(1005), 1, - sym_comment, - STATE(1049), 1, - sym_cell_path, - ACTIONS(607), 27, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_DASHinf, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(605), 32, - sym_cmd_identifier, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_LT2, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_not, - anon_sym_DOT_DOT, - sym_val_nothing, - anon_sym_true, - anon_sym_false, - aux_sym_val_number_token1, - anon_sym_inf, - anon_sym_NaN, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - [1619] = 32, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1511), 1, - anon_sym_DOLLAR, - ACTIONS(1537), 1, - sym_short_flag, - ACTIONS(1539), 1, - aux_sym_unquoted_token1, - ACTIONS(2131), 1, - anon_sym_LBRACK, - ACTIONS(2133), 1, - anon_sym_LPAREN, - ACTIONS(2135), 1, - anon_sym_DASH_DASH, - ACTIONS(2137), 1, - anon_sym_LBRACE, - ACTIONS(2139), 1, - anon_sym_DQUOTE, - ACTIONS(2143), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2145), 1, - anon_sym_DOLLAR_DQUOTE, - STATE(109), 1, - sym_val_number, - STATE(1006), 1, - sym_comment, - STATE(1652), 1, - sym__var, - STATE(1751), 1, - sym__inter_single_quotes, - STATE(1753), 1, - sym__inter_double_quotes, - STATE(1756), 1, - sym__str_double_quotes, - STATE(1762), 1, - sym__cmd_arg, - STATE(1763), 1, - sym_long_flag, - STATE(1765), 1, - sym_expr_parenthesized, - STATE(1770), 1, - sym_redirection, - STATE(1773), 1, - sym__flag, - STATE(1775), 1, - sym_unquoted, - ACTIONS(1519), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(1521), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2141), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(1767), 2, - sym_val_range, - sym__value, - ACTIONS(1517), 3, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(1525), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(1523), 7, - aux_sym_val_number_token1, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - ACTIONS(1535), 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, - STATE(1776), 11, - sym_val_bool, - sym_val_variable, - 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, - [1747] = 7, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2069), 1, - anon_sym_DOT, - STATE(991), 1, - sym_path, - STATE(1007), 1, - sym_comment, - STATE(1191), 1, - sym_cell_path, - ACTIONS(576), 26, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_DASHinf, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(574), 32, - sym_cmd_identifier, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_LT2, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_not, - anon_sym_DOT_DOT, - sym_val_nothing, - anon_sym_true, - anon_sym_false, - aux_sym_val_number_token1, - anon_sym_inf, - anon_sym_NaN, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - [1825] = 7, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2147), 1, - anon_sym_DOT, - STATE(1008), 1, - sym_comment, - STATE(1010), 1, - sym_path, - STATE(1186), 1, - sym_cell_path, - ACTIONS(613), 14, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_not, - anon_sym_DOT_DOT, - aux_sym_val_number_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(615), 44, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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_DOT_DOT_LT, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, sym_val_nothing, 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, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, + 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, - [1903] = 4, - ACTIONS(157), 1, + anon_sym_CARET, + [746] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(1009), 1, + ACTIONS(2091), 1, + anon_sym_LF, + STATE(995), 1, sym_comment, - ACTIONS(2149), 17, - ts_builtin_sym_end, + ACTIONS(1956), 61, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_SEMI, + anon_sym_def, + anon_sym_def_DASHenv, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_error, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_loop, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_match, anon_sym_LBRACE, + anon_sym_try, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_where, + anon_sym_not, anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, anon_sym_DASHinf, + anon_sym_NaN, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, @@ -130084,7 +129103,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - ACTIONS(2151), 44, + [819] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2095), 1, + anon_sym_LF, + STATE(996), 1, + sym_comment, + ACTIONS(2093), 61, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -130092,12 +129118,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_mut, anon_sym_const, sym_cmd_identifier, + anon_sym_SEMI, anon_sym_def, anon_sym_def_DASHenv, anon_sym_export_DASHenv, anon_sym_extern, anon_sym_module, anon_sym_use, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_DOLLAR, anon_sym_error, anon_sym_DASH, @@ -130109,6 +129138,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_do, anon_sym_if, anon_sym_match, + anon_sym_LBRACE, anon_sym_try, anon_sym_return, anon_sym_source, @@ -130119,99 +129149,140 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_overlay, anon_sym_where, anon_sym_not, + anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, sym_val_nothing, 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, anon_sym_inf, + anon_sym_DASHinf, anon_sym_NaN, anon_sym_0b, anon_sym_0o, anon_sym_0x, - [1975] = 7, - ACTIONS(157), 1, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [892] = 33, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2147), 1, - anon_sym_DOT, - STATE(1010), 1, - sym_comment, - STATE(1013), 1, - aux_sym_cell_path_repeat1, - STATE(1055), 1, - sym_path, - ACTIONS(597), 14, - anon_sym_DOLLAR, - anon_sym_GT, + ACTIONS(39), 1, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(55), 1, + anon_sym_match, + ACTIONS(75), 1, anon_sym_not, - anon_sym_DOT_DOT, - aux_sym_val_number_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(599), 44, + ACTIONS(1010), 1, + anon_sym_DOLLAR, + ACTIONS(1012), 1, + anon_sym_do, + ACTIONS(1014), 1, + anon_sym_if, + ACTIONS(1016), 1, + anon_sym_try, + ACTIONS(2097), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(2099), 1, anon_sym_LPAREN, + ACTIONS(2101), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, + ACTIONS(2103), 1, + anon_sym_DQUOTE, + ACTIONS(2107), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2109), 1, + anon_sym_DOLLAR_DQUOTE, + STATE(127), 1, + sym_val_number, + STATE(997), 1, + sym_comment, + STATE(2115), 1, + sym_expr_parenthesized, + STATE(2159), 1, + sym__var, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2509), 1, + sym__expression, + STATE(2512), 1, + sym__str_double_quotes, + ACTIONS(81), 2, sym_val_nothing, + sym_val_date, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, + ACTIONS(940), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(942), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2105), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(79), 3, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(89), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(836), 4, + sym_ctrl_do, + sym_ctrl_if, + sym_ctrl_match, + sym_ctrl_try, + STATE(2498), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + ACTIONS(85), 7, + aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [2053] = 7, + STATE(2516), 11, + sym_val_bool, + sym_val_variable, + 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, + [1023] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2069), 1, + ACTIONS(2062), 1, anon_sym_DOT, STATE(991), 1, - sym_path, - STATE(1011), 1, + aux_sym_cell_path_repeat1, + STATE(998), 1, sym_comment, - STATE(1091), 1, - sym_cell_path, - ACTIONS(603), 26, + STATE(1036), 1, + sym_path, + ACTIONS(607), 27, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -130238,7 +129309,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(601), 32, + ACTIONS(605), 32, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -130271,18 +129342,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [2131] = 7, + [1102] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2111), 1, + anon_sym_LF, + STATE(999), 1, + sym_comment, + ACTIONS(1806), 61, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_SEMI, + anon_sym_def, + anon_sym_def_DASHenv, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_error, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_loop, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_LBRACE, + anon_sym_try, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_where, + anon_sym_not, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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_CARET, + [1175] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2069), 1, + ACTIONS(2062), 1, anon_sym_DOT, - STATE(991), 1, + STATE(998), 1, sym_path, - STATE(1012), 1, + STATE(1000), 1, sym_comment, - STATE(1032), 1, + STATE(1065), 1, sym_cell_path, - ACTIONS(580), 26, + ACTIONS(595), 27, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -130309,7 +129450,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(578), 32, + ACTIONS(593), 32, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -130342,302 +129483,363 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [2209] = 7, - ACTIONS(157), 1, + [1254] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2147), 1, - anon_sym_DOT, - STATE(1013), 1, + ACTIONS(2115), 1, + anon_sym_LF, + STATE(1001), 1, sym_comment, - STATE(1018), 1, - aux_sym_cell_path_repeat1, - STATE(1055), 1, - sym_path, - ACTIONS(586), 14, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_not, - anon_sym_DOT_DOT, - aux_sym_val_number_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(588), 44, + ACTIONS(2113), 61, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_SEMI, + anon_sym_def, + anon_sym_def_DASHenv, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, anon_sym_LBRACK, - anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_error, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_loop, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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_try, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_where, + anon_sym_not, anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, sym_val_nothing, 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, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, + 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, - [2287] = 7, - ACTIONS(157), 1, + anon_sym_CARET, + [1327] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2069), 1, - anon_sym_DOT, - STATE(991), 1, - sym_path, - STATE(1014), 1, + ACTIONS(2119), 1, + anon_sym_LF, + STATE(1002), 1, sym_comment, - STATE(1175), 1, - sym_cell_path, - ACTIONS(611), 26, + ACTIONS(2117), 61, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_SEMI, + anon_sym_def, + anon_sym_def_DASHenv, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_error, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_loop, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_match, anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + anon_sym_try, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_where, + anon_sym_not, anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, anon_sym_DASHinf, + anon_sym_NaN, + 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, - ACTIONS(609), 32, + anon_sym_CARET, + [1400] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2123), 1, + anon_sym_LF, + STATE(1003), 1, + sym_comment, + ACTIONS(2121), 61, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, sym_cmd_identifier, + anon_sym_SEMI, + anon_sym_def, + anon_sym_def_DASHenv, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_DOLLAR, - anon_sym_GT, + anon_sym_error, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_LT2, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_loop, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_LBRACE, + anon_sym_try, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_where, anon_sym_not, + anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, sym_val_nothing, 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, anon_sym_inf, + anon_sym_DASHinf, anon_sym_NaN, anon_sym_0b, anon_sym_0o, anon_sym_0x, - [2365] = 7, - ACTIONS(157), 1, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + [1473] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2147), 1, - anon_sym_DOT, - STATE(1010), 1, - sym_path, - STATE(1015), 1, + ACTIONS(2125), 1, + anon_sym_LF, + STATE(1004), 1, sym_comment, - STATE(1187), 1, - sym_cell_path, - ACTIONS(605), 14, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_not, - anon_sym_DOT_DOT, - aux_sym_val_number_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(607), 44, + ACTIONS(1982), 61, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_SEMI, + anon_sym_def, + anon_sym_def_DASHenv, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, anon_sym_LBRACK, - anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_error, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_loop, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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_try, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_where, + anon_sym_not, anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, sym_val_nothing, 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, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, + 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, - [2443] = 7, - ACTIONS(157), 1, + anon_sym_CARET, + [1546] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2147), 1, - anon_sym_DOT, - STATE(1010), 1, - sym_path, - STATE(1016), 1, + ACTIONS(2129), 1, + anon_sym_LF, + STATE(1005), 1, sym_comment, - STATE(1161), 1, - sym_cell_path, - ACTIONS(574), 14, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_not, - anon_sym_DOT_DOT, - aux_sym_val_number_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(576), 44, + ACTIONS(2127), 61, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_SEMI, + anon_sym_def, + anon_sym_def_DASHenv, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, anon_sym_LBRACK, - anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_error, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_loop, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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_try, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_where, + anon_sym_not, anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, sym_val_nothing, 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, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, + 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, - [2521] = 7, + anon_sym_CARET, + [1619] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2147), 1, + ACTIONS(2131), 1, anon_sym_DOT, + STATE(1006), 1, + sym_comment, STATE(1010), 1, sym_path, - STATE(1017), 1, - sym_comment, - STATE(1094), 1, + STATE(1171), 1, sym_cell_path, - ACTIONS(609), 14, + ACTIONS(613), 14, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, @@ -130652,7 +129854,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(611), 44, + ACTIONS(615), 44, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -130697,17 +129899,18 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [2599] = 6, + [1697] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2153), 1, + ACTIONS(2131), 1, anon_sym_DOT, - STATE(1055), 1, - sym_path, - STATE(1018), 2, + STATE(1007), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(590), 14, + STATE(1010), 1, + sym_path, + STATE(1178), 1, + sym_cell_path, + ACTIONS(597), 14, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, @@ -130722,7 +129925,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(592), 44, + ACTIONS(599), 44, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -130767,87 +129970,114 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [2675] = 5, - ACTIONS(157), 1, + [1775] = 32, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2156), 1, - anon_sym_QMARK2, - STATE(1019), 1, - sym_comment, - ACTIONS(658), 27, - anon_sym_SEMI, + ACTIONS(1338), 1, + anon_sym_DOLLAR, + ACTIONS(1364), 1, + sym_short_flag, + ACTIONS(1366), 1, + aux_sym_unquoted_token1, + ACTIONS(2133), 1, anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, + ACTIONS(2135), 1, anon_sym_LPAREN, + ACTIONS(2137), 1, + anon_sym_DASH_DASH, + ACTIONS(2139), 1, anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_DASHinf, - sym_val_date, + ACTIONS(2141), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, + ACTIONS(2145), 1, anon_sym_DOLLAR_SQUOTE, + ACTIONS(2147), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(656), 33, - sym_cmd_identifier, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_LT2, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_not, - anon_sym_DOT_DOT, + STATE(107), 1, + sym_val_number, + STATE(1008), 1, + sym_comment, + STATE(1646), 1, + sym__var, + STATE(1687), 1, + sym__str_double_quotes, + STATE(1688), 1, + sym_unquoted, + STATE(1689), 1, + sym__flag, + STATE(1690), 1, + sym_redirection, + STATE(1693), 1, + sym_expr_parenthesized, + STATE(1697), 1, + sym__inter_single_quotes, + STATE(1698), 1, + sym__inter_double_quotes, + STATE(1715), 1, + sym__cmd_arg, + STATE(1716), 1, + sym_long_flag, + ACTIONS(1346), 2, sym_val_nothing, + sym_val_date, + ACTIONS(1348), 2, anon_sym_true, anon_sym_false, - aux_sym_val_number_token1, - anon_sym_inf, - anon_sym_NaN, + ACTIONS(2143), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(1692), 2, + sym_val_range, + sym__value, + ACTIONS(1344), 3, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(1352), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - [2749] = 7, + ACTIONS(1350), 7, + aux_sym_val_number_token1, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + ACTIONS(1362), 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, + STATE(1705), 11, + sym_val_bool, + sym_val_variable, + 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, + [1903] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2069), 1, + ACTIONS(2062), 1, anon_sym_DOT, - STATE(991), 1, + STATE(998), 1, sym_path, - STATE(1020), 1, + STATE(1009), 1, sym_comment, - STATE(1106), 1, + STATE(1140), 1, sym_cell_path, - ACTIONS(570), 26, + ACTIONS(591), 26, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -130874,7 +130104,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(568), 32, + ACTIONS(589), 32, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -130907,18 +130137,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [2827] = 7, + [1981] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2147), 1, + ACTIONS(2131), 1, anon_sym_DOT, STATE(1010), 1, - sym_path, - STATE(1021), 1, sym_comment, - STATE(1093), 1, - sym_cell_path, - ACTIONS(578), 14, + STATE(1013), 1, + aux_sym_cell_path_repeat1, + STATE(1046), 1, + sym_path, + ACTIONS(605), 14, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, @@ -130933,7 +130163,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(580), 44, + ACTIONS(607), 44, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -130978,16 +130208,16 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [2905] = 7, + [2059] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2069), 1, + ACTIONS(2062), 1, anon_sym_DOT, - STATE(991), 1, + STATE(998), 1, sym_path, - STATE(1022), 1, + STATE(1011), 1, sym_comment, - STATE(1197), 1, + STATE(1148), 1, sym_cell_path, ACTIONS(615), 26, anon_sym_LBRACK, @@ -131049,158 +130279,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [2983] = 7, - ACTIONS(157), 1, + [2137] = 32, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2147), 1, - anon_sym_DOT, - STATE(1010), 1, - sym_path, - STATE(1023), 1, - sym_comment, - STATE(1169), 1, - sym_cell_path, - ACTIONS(582), 14, + ACTIONS(1506), 1, anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_not, - anon_sym_DOT_DOT, - aux_sym_val_number_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(584), 44, + ACTIONS(1532), 1, + sym_short_flag, + ACTIONS(1534), 1, + aux_sym_unquoted_token1, + ACTIONS(2149), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(2151), 1, anon_sym_LPAREN, + ACTIONS(2153), 1, + anon_sym_DASH_DASH, + ACTIONS(2155), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - anon_sym_true, - anon_sym_false, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - sym_val_date, + ACTIONS(2157), 1, anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, + ACTIONS(2161), 1, anon_sym_DOLLAR_SQUOTE, + ACTIONS(2163), 1, anon_sym_DOLLAR_DQUOTE, - [3061] = 5, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2156), 1, - anon_sym_QMARK2, - STATE(1024), 1, + STATE(109), 1, + sym_val_number, + STATE(1012), 1, sym_comment, - ACTIONS(658), 27, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_DASHinf, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(656), 33, - sym_cmd_identifier, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_LT2, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_not, - anon_sym_DOT_DOT, + STATE(1660), 1, + sym__var, + STATE(1733), 1, + sym_expr_parenthesized, + STATE(1735), 1, + sym__flag, + STATE(1736), 1, + sym_redirection, + STATE(1755), 1, + sym__inter_double_quotes, + STATE(1756), 1, + sym__inter_single_quotes, + STATE(1760), 1, + sym_long_flag, + STATE(1767), 1, + sym_unquoted, + STATE(1768), 1, + sym__cmd_arg, + STATE(1774), 1, + sym__str_double_quotes, + ACTIONS(1514), 2, sym_val_nothing, + sym_val_date, + ACTIONS(1516), 2, anon_sym_true, anon_sym_false, - aux_sym_val_number_token1, - anon_sym_inf, - anon_sym_NaN, + ACTIONS(2159), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(1745), 2, + sym_val_range, + sym__value, + ACTIONS(1512), 3, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(1520), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - [3135] = 7, + ACTIONS(1518), 7, + aux_sym_val_number_token1, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + ACTIONS(1530), 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, + STATE(1790), 11, + sym_val_bool, + sym_val_variable, + 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, + [2265] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2147), 1, + ACTIONS(2131), 1, anon_sym_DOT, - STATE(1010), 1, - sym_path, - STATE(1025), 1, + STATE(1013), 1, sym_comment, - STATE(1153), 1, - sym_cell_path, - ACTIONS(568), 14, + STATE(1017), 1, + aux_sym_cell_path_repeat1, + STATE(1046), 1, + sym_path, + ACTIONS(581), 14, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, @@ -131215,7 +130401,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(570), 44, + ACTIONS(583), 44, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -131260,34 +130446,39 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [3213] = 9, + [2343] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2147), 1, + ACTIONS(2131), 1, anon_sym_DOT, STATE(1010), 1, sym_path, - STATE(1026), 1, + STATE(1014), 1, sym_comment, - STATE(1094), 1, + STATE(1168), 1, sym_cell_path, - ACTIONS(609), 6, + ACTIONS(601), 14, + anon_sym_DOLLAR, anon_sym_GT, + anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(2161), 8, - anon_sym_DOLLAR, - anon_sym_DASH, anon_sym_not, anon_sym_DOT_DOT, aux_sym_val_number_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(611), 21, + ACTIONS(603), 44, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -131309,13 +130500,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(2158), 23, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, sym_val_nothing, @@ -131333,39 +130517,34 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [3295] = 7, + [2421] = 9, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2147), 1, + ACTIONS(2131), 1, anon_sym_DOT, STATE(1010), 1, sym_path, - STATE(1027), 1, + STATE(1015), 1, sym_comment, - STATE(1140), 1, + STATE(1178), 1, sym_cell_path, - ACTIONS(601), 14, - anon_sym_DOLLAR, + ACTIONS(597), 6, anon_sym_GT, - anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, + ACTIONS(2168), 8, + anon_sym_DOLLAR, + anon_sym_DASH, anon_sym_not, anon_sym_DOT_DOT, aux_sym_val_number_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(603), 44, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, + ACTIONS(599), 21, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -131387,6 +130566,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, + ACTIONS(2165), 23, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, sym_val_nothing, @@ -131404,109 +130590,18 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [3373] = 32, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1333), 1, - anon_sym_DOLLAR, - ACTIONS(1359), 1, - sym_short_flag, - ACTIONS(1361), 1, - aux_sym_unquoted_token1, - ACTIONS(2164), 1, - anon_sym_LBRACK, - ACTIONS(2166), 1, - anon_sym_LPAREN, - ACTIONS(2168), 1, - anon_sym_DASH_DASH, - ACTIONS(2170), 1, - anon_sym_LBRACE, - ACTIONS(2172), 1, - anon_sym_DQUOTE, - ACTIONS(2176), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2178), 1, - anon_sym_DOLLAR_DQUOTE, - STATE(107), 1, - sym_val_number, - STATE(1028), 1, - sym_comment, - STATE(1648), 1, - sym__var, - STATE(1690), 1, - sym__cmd_arg, - STATE(1691), 1, - sym__inter_single_quotes, - STATE(1692), 1, - sym__inter_double_quotes, - STATE(1696), 1, - sym_long_flag, - STATE(1706), 1, - sym_unquoted, - STATE(1707), 1, - sym__flag, - STATE(1708), 1, - sym_redirection, - STATE(1713), 1, - sym_expr_parenthesized, - STATE(1720), 1, - sym__str_double_quotes, - ACTIONS(1341), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(1343), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2174), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(1712), 2, - sym_val_range, - sym__value, - ACTIONS(1339), 3, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(1347), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(1345), 7, - aux_sym_val_number_token1, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - ACTIONS(1357), 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, - STATE(1723), 11, - sym_val_bool, - sym_val_variable, - 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, - [3501] = 4, + [2503] = 7, ACTIONS(157), 1, anon_sym_POUND, - STATE(1029), 1, + ACTIONS(2062), 1, + anon_sym_DOT, + STATE(998), 1, + sym_path, + STATE(1016), 1, sym_comment, - ACTIONS(771), 27, - anon_sym_COLON, + STATE(1039), 1, + sym_cell_path, + ACTIONS(587), 26, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -131533,8 +130628,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(769), 33, - anon_sym_EQ, + ACTIONS(585), 32, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -131567,17 +130661,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [3572] = 4, + [2581] = 6, ACTIONS(157), 1, anon_sym_POUND, - STATE(1030), 1, + ACTIONS(2171), 1, + anon_sym_DOT, + STATE(1046), 1, + sym_path, + STATE(1017), 2, sym_comment, - ACTIONS(686), 15, + aux_sym_cell_path_repeat1, + ACTIONS(568), 14, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, @@ -131588,14 +130686,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(688), 45, + ACTIONS(570), 44, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym__, - anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -131634,29 +130731,19 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [3643] = 8, + [2657] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, - anon_sym_LPAREN, - STATE(1031), 1, + ACTIONS(2174), 1, + anon_sym_QMARK2, + STATE(1018), 1, sym_comment, - STATE(1189), 2, - sym_expr_parenthesized, - sym_val_number, - ACTIONS(2182), 3, - aux_sym_val_number_token1, - anon_sym_inf, - anon_sym_NaN, - ACTIONS(2184), 4, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_DASHinf, - ACTIONS(704), 21, + ACTIONS(623), 27, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, + anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -131669,18 +130756,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_DASHinf, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(702), 29, + ACTIONS(621), 33, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, @@ -131702,16 +130794,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_nothing, anon_sym_true, anon_sym_false, + aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, anon_sym_0b, anon_sym_0o, anon_sym_0x, - [3722] = 4, + [2731] = 5, ACTIONS(157), 1, anon_sym_POUND, - STATE(1032), 1, + ACTIONS(2174), 1, + anon_sym_QMARK2, + STATE(1019), 1, sym_comment, - ACTIONS(862), 27, - anon_sym_COLON, + ACTIONS(623), 27, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -131738,13 +130835,13 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(860), 33, - anon_sym_EQ, + ACTIONS(621), 33, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, @@ -131772,13 +130869,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [3793] = 4, + [2805] = 7, ACTIONS(157), 1, anon_sym_POUND, - STATE(1033), 1, + ACTIONS(2062), 1, + anon_sym_DOT, + STATE(998), 1, + sym_path, + STATE(1020), 1, sym_comment, - ACTIONS(752), 27, - anon_sym_SEMI, + STATE(1152), 1, + sym_cell_path, + ACTIONS(577), 26, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -131805,13 +130907,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(750), 33, + ACTIONS(575), 32, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, @@ -131839,13 +130940,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [3864] = 4, + [2883] = 7, ACTIONS(157), 1, anon_sym_POUND, - STATE(1034), 1, + ACTIONS(2062), 1, + anon_sym_DOT, + STATE(998), 1, + sym_path, + STATE(1021), 1, sym_comment, - ACTIONS(761), 27, - anon_sym_SEMI, + STATE(1174), 1, + sym_cell_path, + ACTIONS(603), 26, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -131872,13 +130978,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(759), 33, + ACTIONS(601), 32, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, @@ -131906,150 +131011,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [3935] = 4, + [2961] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1035), 1, - sym_comment, - ACTIONS(2188), 16, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_DASHinf, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - ACTIONS(2186), 44, - anon_sym_export, - anon_sym_alias, - anon_sym_let, - anon_sym_let_DASHenv, - anon_sym_mut, - anon_sym_const, - sym_cmd_identifier, - anon_sym_def, - anon_sym_def_DASHenv, - anon_sym_export_DASHenv, - anon_sym_extern, - anon_sym_module, - anon_sym_use, - anon_sym_DOLLAR, - anon_sym_error, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_for, - anon_sym_loop, - anon_sym_while, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_try, - anon_sym_return, - anon_sym_source, - anon_sym_source_DASHenv, - anon_sym_register, - anon_sym_hide, - anon_sym_hide_DASHenv, - anon_sym_overlay, - anon_sym_where, - anon_sym_not, - anon_sym_DOT_DOT, - sym_val_nothing, - anon_sym_true, - anon_sym_false, - aux_sym_val_number_token1, - anon_sym_inf, - anon_sym_NaN, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - [4006] = 8, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2190), 1, - anon_sym_LPAREN, - ACTIONS(2192), 1, - aux_sym_val_number_token1, - STATE(1036), 1, - sym_comment, - STATE(1190), 2, - sym_expr_parenthesized, - sym_val_number, - ACTIONS(2194), 6, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - ACTIONS(702), 13, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_not, - anon_sym_DOT_DOT, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(704), 37, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - anon_sym_true, - anon_sym_false, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [4085] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(1037), 1, + STATE(1022), 1, sym_comment, - ACTIONS(2198), 16, + ACTIONS(2176), 17, + ts_builtin_sym_end, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_LBRACE, @@ -132066,7 +131034,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, anon_sym_CARET, - ACTIONS(2196), 44, + ACTIONS(2178), 44, anon_sym_export, anon_sym_alias, anon_sym_let, @@ -132111,19 +131079,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [4156] = 5, + [3033] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2200), 1, - anon_sym_QMARK2, - STATE(1038), 1, + ACTIONS(2131), 1, + anon_sym_DOT, + STATE(1010), 1, + sym_path, + STATE(1023), 1, sym_comment, - ACTIONS(656), 15, + STATE(1194), 1, + sym_cell_path, + ACTIONS(585), 14, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, @@ -132134,7 +131105,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(658), 44, + ACTIONS(587), 44, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -132179,19 +131150,22 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [4229] = 5, + [3111] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2200), 1, - anon_sym_QMARK2, - STATE(1039), 1, + ACTIONS(2131), 1, + anon_sym_DOT, + STATE(1010), 1, + sym_path, + STATE(1024), 1, sym_comment, - ACTIONS(656), 15, + STATE(1179), 1, + sym_cell_path, + ACTIONS(575), 14, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, @@ -132202,7 +131176,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(658), 44, + ACTIONS(577), 44, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -132247,17 +131221,22 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [4302] = 4, + [3189] = 7, ACTIONS(157), 1, anon_sym_POUND, - STATE(1040), 1, + ACTIONS(2131), 1, + anon_sym_DOT, + STATE(1010), 1, + sym_path, + STATE(1025), 1, sym_comment, - ACTIONS(698), 15, + STATE(1112), 1, + sym_cell_path, + ACTIONS(593), 14, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, @@ -132268,14 +131247,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(700), 45, + ACTIONS(595), 44, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym__, - anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -132314,111 +131292,20 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [4373] = 32, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(942), 1, - anon_sym_LF, - ACTIONS(2202), 1, - anon_sym_LBRACK, - ACTIONS(2204), 1, - anon_sym_LPAREN, - ACTIONS(2206), 1, - anon_sym_DOLLAR, - ACTIONS(2208), 1, - anon_sym_DASH_DASH, - ACTIONS(2210), 1, - anon_sym_DASH, - ACTIONS(2212), 1, - anon_sym_LBRACE, - ACTIONS(2214), 1, - anon_sym_not, - ACTIONS(2226), 1, - anon_sym_DQUOTE, - ACTIONS(2230), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2232), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(2234), 1, - sym_short_flag, - STATE(117), 1, - sym_val_number, - STATE(1041), 1, - sym_comment, - STATE(1061), 1, - sym__flag, - STATE(1860), 1, - sym__var, - STATE(1863), 1, - sym_expr_parenthesized, - STATE(1940), 1, - sym__expression, - STATE(2100), 1, - sym__inter_single_quotes, - STATE(2101), 1, - sym__str_double_quotes, - STATE(2102), 1, - sym__inter_double_quotes, - STATE(2165), 1, - sym_long_flag, - ACTIONS(2218), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(2220), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2228), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2216), 3, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(2224), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(940), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - STATE(2132), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(2222), 7, - aux_sym_val_number_token1, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - STATE(2096), 11, - sym_val_bool, - sym_val_variable, - 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, - [4499] = 6, + [3267] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2236), 1, - anon_sym_COMMA, - ACTIONS(2238), 1, + ACTIONS(2062), 1, anon_sym_DOT, - STATE(1042), 1, + STATE(998), 1, + sym_path, + STATE(1026), 1, sym_comment, - ACTIONS(748), 25, + STATE(1191), 1, + sym_cell_path, + ACTIONS(599), 26, anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, @@ -132443,7 +131330,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(746), 32, + ACTIONS(597), 32, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -132476,495 +131363,157 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [4573] = 5, + [3345] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2240), 1, - anon_sym_SEMI, - STATE(1043), 1, + ACTIONS(2131), 1, + anon_sym_DOT, + STATE(1010), 1, + sym_path, + STATE(1027), 1, sym_comment, - ACTIONS(109), 26, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_DASHinf, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(107), 32, - sym_cmd_identifier, + STATE(1165), 1, + sym_cell_path, + ACTIONS(609), 14, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, anon_sym_LT2, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, anon_sym_not, anon_sym_DOT_DOT, - sym_val_nothing, - anon_sym_true, - anon_sym_false, aux_sym_val_number_token1, - anon_sym_inf, - anon_sym_NaN, anon_sym_0b, anon_sym_0o, anon_sym_0x, - [4645] = 5, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2242), 1, - anon_sym_SEMI, - STATE(1044), 1, - sym_comment, - ACTIONS(109), 26, + ACTIONS(611), 44, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_DASHinf, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(107), 32, - sym_cmd_identifier, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, anon_sym_mod, - anon_sym_PLUS, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - anon_sym_LT2, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_not, - anon_sym_DOT_DOT, - sym_val_nothing, - anon_sym_true, - anon_sym_false, - aux_sym_val_number_token1, - anon_sym_inf, - anon_sym_NaN, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - [4717] = 5, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2244), 1, - anon_sym_SEMI, - STATE(1045), 1, - sym_comment, - ACTIONS(109), 26, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_DASHinf, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(107), 32, - sym_cmd_identifier, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_LT2, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, + 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_not, - anon_sym_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, sym_val_nothing, anon_sym_true, anon_sym_false, - aux_sym_val_number_token1, - anon_sym_inf, - anon_sym_NaN, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - [4789] = 5, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2246), 1, - anon_sym_SEMI, - STATE(1046), 1, - sym_comment, - ACTIONS(109), 26, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, + anon_sym_inf, anon_sym_DASHinf, + anon_sym_NaN, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(107), 32, - sym_cmd_identifier, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_LT2, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_not, - anon_sym_DOT_DOT, - sym_val_nothing, - anon_sym_true, - anon_sym_false, - aux_sym_val_number_token1, - anon_sym_inf, - anon_sym_NaN, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - [4861] = 5, + [3423] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2248), 1, - anon_sym_SEMI, - STATE(1047), 1, + ACTIONS(2131), 1, + anon_sym_DOT, + STATE(1010), 1, + sym_path, + STATE(1028), 1, sym_comment, - ACTIONS(109), 26, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_DASHinf, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(107), 32, - sym_cmd_identifier, + STATE(1173), 1, + sym_cell_path, + ACTIONS(589), 14, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, anon_sym_LT2, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, anon_sym_not, anon_sym_DOT_DOT, - sym_val_nothing, - anon_sym_true, - anon_sym_false, aux_sym_val_number_token1, - anon_sym_inf, - anon_sym_NaN, anon_sym_0b, anon_sym_0o, anon_sym_0x, - [4933] = 5, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2250), 1, - anon_sym_SEMI, - STATE(1048), 1, - sym_comment, - ACTIONS(109), 26, + ACTIONS(591), 44, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_DASHinf, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(107), 32, - sym_cmd_identifier, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_LT2, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, + 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_not, - anon_sym_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, sym_val_nothing, anon_sym_true, anon_sym_false, - aux_sym_val_number_token1, - anon_sym_inf, - anon_sym_NaN, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - [5005] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(1049), 1, - sym_comment, - ACTIONS(767), 27, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, + anon_sym_inf, anon_sym_DASHinf, + anon_sym_NaN, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(765), 32, - sym_cmd_identifier, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_LT2, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_not, - anon_sym_DOT_DOT, - sym_val_nothing, - anon_sym_true, - anon_sym_false, - aux_sym_val_number_token1, - anon_sym_inf, - anon_sym_NaN, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - [5075] = 4, + [3501] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1050), 1, + STATE(1029), 1, sym_comment, - ACTIONS(858), 27, - anon_sym_SEMI, + ACTIONS(2182), 16, anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, aux_sym_val_number_token2, @@ -132977,212 +131526,214 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(856), 32, + anon_sym_CARET, + ACTIONS(2180), 44, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, sym_cmd_identifier, + anon_sym_def, + anon_sym_def_DASHenv, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_LT2, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_not, - anon_sym_DOT_DOT, - sym_val_nothing, - anon_sym_true, - anon_sym_false, - aux_sym_val_number_token1, - anon_sym_inf, - anon_sym_NaN, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - [5145] = 32, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(664), 1, - anon_sym_LF, - ACTIONS(2202), 1, - anon_sym_LBRACK, - ACTIONS(2204), 1, - anon_sym_LPAREN, - ACTIONS(2206), 1, - anon_sym_DOLLAR, - ACTIONS(2210), 1, + anon_sym_error, anon_sym_DASH, - ACTIONS(2212), 1, - anon_sym_LBRACE, - ACTIONS(2214), 1, - anon_sym_not, - ACTIONS(2226), 1, - anon_sym_DQUOTE, - ACTIONS(2230), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2232), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(2252), 1, - anon_sym_DASH_DASH, - ACTIONS(2254), 1, - sym_short_flag, - STATE(117), 1, - sym_val_number, - STATE(1051), 1, - sym_comment, - STATE(1860), 1, - sym__var, - STATE(1863), 1, - sym_expr_parenthesized, - STATE(1944), 1, - sym__expression, - STATE(2100), 1, - sym__inter_single_quotes, - STATE(2101), 1, - sym__str_double_quotes, - STATE(2102), 1, - sym__inter_double_quotes, - STATE(2778), 1, - sym__flag, - STATE(2909), 1, - sym_long_flag, - ACTIONS(2218), 2, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_loop, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_try, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_where, + anon_sym_not, + anon_sym_DOT_DOT, sym_val_nothing, - sym_val_date, - ACTIONS(2220), 2, anon_sym_true, anon_sym_false, - ACTIONS(2228), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2216), 3, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(2224), 3, + aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(662), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - STATE(2132), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(2222), 7, + [3572] = 8, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2184), 1, + anon_sym_LPAREN, + ACTIONS(2186), 1, aux_sym_val_number_token1, + STATE(1030), 1, + sym_comment, + STATE(1160), 2, + sym_expr_parenthesized, + sym_val_number, + ACTIONS(2188), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, - sym_val_bool, - sym_val_variable, - 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, - [5271] = 5, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2256), 1, - anon_sym_SEMI, - STATE(1052), 1, - sym_comment, - ACTIONS(109), 26, + ACTIONS(671), 13, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_not, + anon_sym_DOT_DOT, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(673), 37, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, 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_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_DASHinf, + sym_val_nothing, + anon_sym_true, + anon_sym_false, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(107), 32, - sym_cmd_identifier, + [3651] = 5, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2190), 1, + anon_sym_QMARK2, + STATE(1031), 1, + sym_comment, + ACTIONS(621), 15, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, + anon_sym_LT2, + anon_sym_not, + anon_sym_DOT_DOT, + aux_sym_val_number_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(623), 44, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - anon_sym_LT2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, + 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_not, - anon_sym_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, sym_val_nothing, 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, anon_sym_inf, + anon_sym_DASHinf, anon_sym_NaN, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - [5343] = 5, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [3724] = 8, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2258), 1, - anon_sym_SEMI, - STATE(1053), 1, + ACTIONS(2192), 1, + anon_sym_LPAREN, + STATE(1032), 1, sym_comment, - ACTIONS(109), 26, + STATE(1181), 2, + sym_expr_parenthesized, + sym_val_number, + ACTIONS(2194), 3, + aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, + ACTIONS(2196), 4, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_DASHinf, + ACTIONS(673), 21, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, - anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -133195,17 +131746,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_TILDE, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_DASHinf, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(107), 32, + ACTIONS(671), 29, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -133232,18 +131779,15 @@ static const uint16_t ts_small_parse_table[] = { sym_val_nothing, anon_sym_true, anon_sym_false, - aux_sym_val_number_token1, - anon_sym_inf, - anon_sym_NaN, anon_sym_0b, anon_sym_0o, anon_sym_0x, - [5415] = 4, + [3803] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1054), 1, + STATE(1033), 1, sym_comment, - ACTIONS(750), 15, + ACTIONS(617), 15, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, @@ -133259,13 +131803,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(752), 44, + ACTIONS(619), 45, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym__, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -133304,12 +131849,79 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [5485] = 4, + [3874] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1055), 1, + STATE(1034), 1, sym_comment, - ACTIONS(759), 15, + ACTIONS(2200), 16, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_DASHinf, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + ACTIONS(2198), 44, + anon_sym_export, + anon_sym_alias, + anon_sym_let, + anon_sym_let_DASHenv, + anon_sym_mut, + anon_sym_const, + sym_cmd_identifier, + anon_sym_def, + anon_sym_def_DASHenv, + anon_sym_export_DASHenv, + anon_sym_extern, + anon_sym_module, + anon_sym_use, + anon_sym_DOLLAR, + anon_sym_error, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_for, + anon_sym_loop, + anon_sym_while, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_try, + anon_sym_return, + anon_sym_source, + anon_sym_source_DASHenv, + anon_sym_register, + anon_sym_hide, + anon_sym_hide_DASHenv, + anon_sym_overlay, + anon_sym_where, + anon_sym_not, + anon_sym_DOT_DOT, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [3945] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(1035), 1, + sym_comment, + ACTIONS(667), 15, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, @@ -133325,13 +131937,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(761), 44, + ACTIONS(669), 45, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym__, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -133370,14 +131983,13 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [5555] = 5, + [4016] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2260), 1, - anon_sym_SEMI, - STATE(1056), 1, + STATE(1036), 1, sym_comment, - ACTIONS(109), 26, + ACTIONS(755), 27, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -133404,12 +132016,13 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(107), 32, + ACTIONS(753), 33, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, @@ -133437,14 +132050,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [5627] = 5, + [4087] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2262), 1, - anon_sym_SEMI, - STATE(1057), 1, + STATE(1037), 1, sym_comment, - ACTIONS(109), 26, + ACTIONS(712), 27, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -133471,12 +132083,13 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(107), 32, + ACTIONS(710), 33, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, @@ -133504,78 +132117,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [5699] = 4, + [4158] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1058), 1, + STATE(1038), 1, sym_comment, - ACTIONS(746), 15, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_not, - anon_sym_DOT_DOT, - aux_sym_val_number_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(748), 44, + ACTIONS(799), 27, + anon_sym_COLON, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, 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_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - sym_val_nothing, - anon_sym_true, - anon_sym_false, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, - anon_sym_inf, anon_sym_DASHinf, - anon_sym_NaN, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [5769] = 4, + ACTIONS(797), 33, + anon_sym_EQ, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_LT2, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_not, + anon_sym_DOT_DOT, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [4229] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1059), 1, + STATE(1039), 1, sym_comment, - ACTIONS(748), 26, + ACTIONS(840), 27, + anon_sym_COLON, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -133602,13 +132217,13 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(746), 33, + ACTIONS(838), 33, + anon_sym_EQ, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, @@ -133636,12 +132251,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [5839] = 5, + [4300] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2264), 1, + ACTIONS(2190), 1, + anon_sym_QMARK2, + STATE(1040), 1, + sym_comment, + ACTIONS(621), 15, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_not, + anon_sym_DOT_DOT, + aux_sym_val_number_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(623), 44, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [4373] = 5, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2202), 1, anon_sym_SEMI, - STATE(1060), 1, + STATE(1041), 1, sym_comment, ACTIONS(109), 26, anon_sym_LBRACK, @@ -133703,81 +132386,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [5911] = 32, + [4445] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(684), 1, + ACTIONS(700), 1, anon_sym_LF, - ACTIONS(2202), 1, - anon_sym_LBRACK, ACTIONS(2204), 1, - anon_sym_LPAREN, + anon_sym_LBRACK, ACTIONS(2206), 1, - anon_sym_DOLLAR, + anon_sym_LPAREN, ACTIONS(2208), 1, - anon_sym_DASH_DASH, + anon_sym_DOLLAR, ACTIONS(2210), 1, - anon_sym_DASH, + anon_sym_DASH_DASH, ACTIONS(2212), 1, - anon_sym_LBRACE, + anon_sym_DASH, ACTIONS(2214), 1, + anon_sym_LBRACE, + ACTIONS(2216), 1, anon_sym_not, - ACTIONS(2226), 1, + ACTIONS(2228), 1, anon_sym_DQUOTE, - ACTIONS(2230), 1, - anon_sym_DOLLAR_SQUOTE, ACTIONS(2232), 1, - anon_sym_DOLLAR_DQUOTE, + anon_sym_DOLLAR_SQUOTE, ACTIONS(2234), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2236), 1, sym_short_flag, STATE(117), 1, sym_val_number, - STATE(1061), 1, + STATE(1042), 1, sym_comment, - STATE(1067), 1, + STATE(1066), 1, sym__flag, - STATE(1860), 1, - sym__var, - STATE(1863), 1, + STATE(1879), 1, sym_expr_parenthesized, - STATE(1911), 1, + STATE(1895), 1, + sym__var, + STATE(1955), 1, sym__expression, - STATE(2100), 1, - sym__inter_single_quotes, - STATE(2101), 1, + STATE(2088), 1, + sym_long_flag, + STATE(2091), 1, sym__str_double_quotes, - STATE(2102), 1, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, sym__inter_double_quotes, - STATE(2165), 1, - sym_long_flag, - ACTIONS(2218), 2, + ACTIONS(2220), 2, sym_val_nothing, sym_val_date, - ACTIONS(2220), 2, + ACTIONS(2222), 2, anon_sym_true, anon_sym_false, - ACTIONS(2228), 2, + ACTIONS(2230), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2216), 3, + ACTIONS(2218), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2224), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(682), 4, + ACTIONS(698), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - STATE(2132), 4, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2222), 7, + ACTIONS(2224), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -133785,7 +132468,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -133797,12 +132480,12 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [6037] = 5, + [4571] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2266), 1, + ACTIONS(2238), 1, anon_sym_SEMI, - STATE(1062), 1, + STATE(1043), 1, sym_comment, ACTIONS(109), 26, anon_sym_LBRACK, @@ -133864,12 +132547,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [6109] = 5, + [4643] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2268), 1, + ACTIONS(2240), 1, anon_sym_SEMI, - STATE(1063), 1, + STATE(1044), 1, sym_comment, ACTIONS(109), 26, anon_sym_LBRACK, @@ -133931,81 +132614,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [6181] = 32, + [4715] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(684), 1, + ACTIONS(665), 1, anon_sym_LF, - ACTIONS(2202), 1, - anon_sym_LBRACK, ACTIONS(2204), 1, - anon_sym_LPAREN, + anon_sym_LBRACK, ACTIONS(2206), 1, - anon_sym_DOLLAR, + anon_sym_LPAREN, ACTIONS(2208), 1, - anon_sym_DASH_DASH, + anon_sym_DOLLAR, ACTIONS(2210), 1, - anon_sym_DASH, + anon_sym_DASH_DASH, ACTIONS(2212), 1, - anon_sym_LBRACE, + anon_sym_DASH, ACTIONS(2214), 1, + anon_sym_LBRACE, + ACTIONS(2216), 1, anon_sym_not, - ACTIONS(2226), 1, + ACTIONS(2228), 1, anon_sym_DQUOTE, - ACTIONS(2230), 1, - anon_sym_DOLLAR_SQUOTE, ACTIONS(2232), 1, - anon_sym_DOLLAR_DQUOTE, + anon_sym_DOLLAR_SQUOTE, ACTIONS(2234), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2236), 1, sym_short_flag, STATE(117), 1, sym_val_number, - STATE(1064), 1, + STATE(1045), 1, sym_comment, - STATE(1068), 1, + STATE(1082), 1, sym__flag, - STATE(1860), 1, - sym__var, - STATE(1863), 1, + STATE(1879), 1, sym_expr_parenthesized, - STATE(1911), 1, + STATE(1895), 1, + sym__var, + STATE(1964), 1, sym__expression, - STATE(2100), 1, - sym__inter_single_quotes, - STATE(2101), 1, + STATE(2088), 1, + sym_long_flag, + STATE(2091), 1, sym__str_double_quotes, - STATE(2102), 1, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, sym__inter_double_quotes, - STATE(2165), 1, - sym_long_flag, - ACTIONS(2218), 2, + ACTIONS(2220), 2, sym_val_nothing, sym_val_date, - ACTIONS(2220), 2, + ACTIONS(2222), 2, anon_sym_true, anon_sym_false, - ACTIONS(2228), 2, + ACTIONS(2230), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2216), 3, + ACTIONS(2218), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2224), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(682), 4, + ACTIONS(663), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - STATE(2132), 4, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2222), 7, + ACTIONS(2224), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -134013,7 +132696,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -134025,79 +132708,210 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [6307] = 5, + [4841] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2270), 1, - anon_sym_SEMI, - STATE(1065), 1, + STATE(1046), 1, sym_comment, - ACTIONS(109), 26, + ACTIONS(753), 15, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_not, + anon_sym_DOT_DOT, + aux_sym_val_number_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(755), 44, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, 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_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, + sym_val_nothing, + anon_sym_true, + anon_sym_false, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, + anon_sym_inf, anon_sym_DASHinf, + anon_sym_NaN, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(107), 32, - sym_cmd_identifier, + [4911] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(1047), 1, + sym_comment, + ACTIONS(759), 15, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, + anon_sym_LT2, + anon_sym_not, + anon_sym_DOT_DOT, + aux_sym_val_number_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(761), 44, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - anon_sym_LT2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, + 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_not, - anon_sym_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, sym_val_nothing, 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, anon_sym_inf, + anon_sym_DASHinf, anon_sym_NaN, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [4981] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(1048), 1, + sym_comment, + ACTIONS(710), 15, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_not, + anon_sym_DOT_DOT, + aux_sym_val_number_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - [6379] = 5, + ACTIONS(712), 44, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [5051] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2272), 1, + ACTIONS(2242), 1, anon_sym_SEMI, - STATE(1066), 1, + STATE(1049), 1, sym_comment, ACTIONS(109), 26, anon_sym_LBRACK, @@ -134159,81 +132973,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [6451] = 32, + [5123] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(668), 1, + ACTIONS(681), 1, anon_sym_LF, - ACTIONS(2202), 1, - anon_sym_LBRACK, ACTIONS(2204), 1, - anon_sym_LPAREN, + anon_sym_LBRACK, ACTIONS(2206), 1, - anon_sym_DOLLAR, + anon_sym_LPAREN, ACTIONS(2208), 1, - anon_sym_DASH_DASH, + anon_sym_DOLLAR, ACTIONS(2210), 1, - anon_sym_DASH, + anon_sym_DASH_DASH, ACTIONS(2212), 1, - anon_sym_LBRACE, + anon_sym_DASH, ACTIONS(2214), 1, + anon_sym_LBRACE, + ACTIONS(2216), 1, anon_sym_not, - ACTIONS(2226), 1, + ACTIONS(2228), 1, anon_sym_DQUOTE, - ACTIONS(2230), 1, - anon_sym_DOLLAR_SQUOTE, ACTIONS(2232), 1, - anon_sym_DOLLAR_DQUOTE, + anon_sym_DOLLAR_SQUOTE, ACTIONS(2234), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2236), 1, sym_short_flag, STATE(117), 1, sym_val_number, - STATE(1067), 1, + STATE(1050), 1, sym_comment, - STATE(1087), 1, + STATE(1074), 1, sym__flag, - STATE(1860), 1, - sym__var, - STATE(1863), 1, + STATE(1879), 1, sym_expr_parenthesized, - STATE(1903), 1, + STATE(1895), 1, + sym__var, + STATE(1910), 1, sym__expression, - STATE(2100), 1, - sym__inter_single_quotes, - STATE(2101), 1, + STATE(2088), 1, + sym_long_flag, + STATE(2091), 1, sym__str_double_quotes, - STATE(2102), 1, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, sym__inter_double_quotes, - STATE(2165), 1, - sym_long_flag, - ACTIONS(2218), 2, + ACTIONS(2220), 2, sym_val_nothing, sym_val_date, - ACTIONS(2220), 2, + ACTIONS(2222), 2, anon_sym_true, anon_sym_false, - ACTIONS(2228), 2, + ACTIONS(2230), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2216), 3, + ACTIONS(2218), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2224), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(666), 4, + ACTIONS(679), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - STATE(2132), 4, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2222), 7, + ACTIONS(2224), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -134241,7 +133055,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -134253,81 +133067,81 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [6577] = 32, + [5249] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(668), 1, + ACTIONS(665), 1, anon_sym_LF, - ACTIONS(2202), 1, - anon_sym_LBRACK, ACTIONS(2204), 1, - anon_sym_LPAREN, + anon_sym_LBRACK, ACTIONS(2206), 1, - anon_sym_DOLLAR, + anon_sym_LPAREN, ACTIONS(2208), 1, - anon_sym_DASH_DASH, + anon_sym_DOLLAR, ACTIONS(2210), 1, - anon_sym_DASH, + anon_sym_DASH_DASH, ACTIONS(2212), 1, - anon_sym_LBRACE, + anon_sym_DASH, ACTIONS(2214), 1, + anon_sym_LBRACE, + ACTIONS(2216), 1, anon_sym_not, - ACTIONS(2226), 1, + ACTIONS(2228), 1, anon_sym_DQUOTE, - ACTIONS(2230), 1, - anon_sym_DOLLAR_SQUOTE, ACTIONS(2232), 1, - anon_sym_DOLLAR_DQUOTE, + anon_sym_DOLLAR_SQUOTE, ACTIONS(2234), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2236), 1, sym_short_flag, STATE(117), 1, sym_val_number, - STATE(1068), 1, + STATE(1051), 1, sym_comment, - STATE(1086), 1, + STATE(1057), 1, sym__flag, - STATE(1860), 1, - sym__var, - STATE(1863), 1, + STATE(1879), 1, sym_expr_parenthesized, - STATE(1903), 1, + STATE(1895), 1, + sym__var, + STATE(1964), 1, sym__expression, - STATE(2100), 1, - sym__inter_single_quotes, - STATE(2101), 1, + STATE(2088), 1, + sym_long_flag, + STATE(2091), 1, sym__str_double_quotes, - STATE(2102), 1, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, sym__inter_double_quotes, - STATE(2165), 1, - sym_long_flag, - ACTIONS(2218), 2, + ACTIONS(2220), 2, sym_val_nothing, sym_val_date, - ACTIONS(2220), 2, + ACTIONS(2222), 2, anon_sym_true, anon_sym_false, - ACTIONS(2228), 2, + ACTIONS(2230), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2216), 3, + ACTIONS(2218), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2224), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(666), 4, + ACTIONS(663), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - STATE(2132), 4, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2222), 7, + ACTIONS(2224), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -134335,7 +133149,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -134347,81 +133161,81 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [6703] = 32, + [5375] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(680), 1, + ACTIONS(685), 1, anon_sym_LF, - ACTIONS(2202), 1, - anon_sym_LBRACK, ACTIONS(2204), 1, - anon_sym_LPAREN, + anon_sym_LBRACK, ACTIONS(2206), 1, - anon_sym_DOLLAR, + anon_sym_LPAREN, ACTIONS(2208), 1, - anon_sym_DASH_DASH, - ACTIONS(2210), 1, - anon_sym_DASH, + anon_sym_DOLLAR, ACTIONS(2212), 1, - anon_sym_LBRACE, + anon_sym_DASH, ACTIONS(2214), 1, + anon_sym_LBRACE, + ACTIONS(2216), 1, anon_sym_not, - ACTIONS(2226), 1, + ACTIONS(2228), 1, anon_sym_DQUOTE, - ACTIONS(2230), 1, - anon_sym_DOLLAR_SQUOTE, ACTIONS(2232), 1, - anon_sym_DOLLAR_DQUOTE, + anon_sym_DOLLAR_SQUOTE, ACTIONS(2234), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2244), 1, + anon_sym_DASH_DASH, + ACTIONS(2246), 1, sym_short_flag, STATE(117), 1, sym_val_number, - STATE(1069), 1, + STATE(1052), 1, sym_comment, - STATE(1090), 1, - sym__flag, - STATE(1860), 1, - sym__var, - STATE(1863), 1, + STATE(1879), 1, sym_expr_parenthesized, - STATE(1899), 1, + STATE(1895), 1, + sym__var, + STATE(1965), 1, sym__expression, - STATE(2100), 1, - sym__inter_single_quotes, - STATE(2101), 1, + STATE(2091), 1, sym__str_double_quotes, - STATE(2102), 1, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, sym__inter_double_quotes, - STATE(2165), 1, + STATE(2825), 1, + sym__flag, + STATE(2919), 1, sym_long_flag, - ACTIONS(2218), 2, + ACTIONS(2220), 2, sym_val_nothing, sym_val_date, - ACTIONS(2220), 2, + ACTIONS(2222), 2, anon_sym_true, anon_sym_false, - ACTIONS(2228), 2, + ACTIONS(2230), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2216), 3, + ACTIONS(2218), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2224), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(678), 4, + ACTIONS(683), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - STATE(2132), 4, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2222), 7, + ACTIONS(2224), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -134429,7 +133243,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -134441,200 +133255,146 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [6829] = 32, - ACTIONS(3), 1, + [5501] = 5, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(680), 1, - anon_sym_LF, - ACTIONS(2202), 1, + ACTIONS(2248), 1, + anon_sym_SEMI, + STATE(1053), 1, + sym_comment, + ACTIONS(109), 26, anon_sym_LBRACK, - ACTIONS(2204), 1, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - ACTIONS(2206), 1, - anon_sym_DOLLAR, - ACTIONS(2208), 1, - anon_sym_DASH_DASH, - ACTIONS(2210), 1, - anon_sym_DASH, - ACTIONS(2212), 1, anon_sym_LBRACE, - ACTIONS(2214), 1, - anon_sym_not, - ACTIONS(2226), 1, - anon_sym_DQUOTE, - ACTIONS(2230), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2232), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(2234), 1, - sym_short_flag, - STATE(117), 1, - sym_val_number, - STATE(1051), 1, - sym__flag, - STATE(1070), 1, - sym_comment, - STATE(1860), 1, - sym__var, - STATE(1863), 1, - sym_expr_parenthesized, - STATE(1899), 1, - sym__expression, - STATE(2100), 1, - sym__inter_single_quotes, - STATE(2101), 1, - sym__str_double_quotes, - STATE(2102), 1, - sym__inter_double_quotes, - STATE(2165), 1, - sym_long_flag, - ACTIONS(2218), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(2220), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2228), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2216), 3, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2224), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(678), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - STATE(2132), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(2222), 7, - aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, - anon_sym_inf, anon_sym_DASHinf, - anon_sym_NaN, - STATE(2096), 11, - sym_val_bool, - sym_val_variable, - 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, - [6955] = 32, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(676), 1, - anon_sym_LF, - ACTIONS(2202), 1, - anon_sym_LBRACK, - ACTIONS(2204), 1, - anon_sym_LPAREN, - ACTIONS(2206), 1, - anon_sym_DOLLAR, - ACTIONS(2208), 1, - anon_sym_DASH_DASH, - ACTIONS(2210), 1, - anon_sym_DASH, - ACTIONS(2212), 1, - anon_sym_LBRACE, - ACTIONS(2214), 1, - anon_sym_not, - ACTIONS(2226), 1, + sym_val_date, anon_sym_DQUOTE, - ACTIONS(2230), 1, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2232), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2234), 1, - sym_short_flag, - STATE(117), 1, - sym_val_number, - STATE(1071), 1, - sym_comment, - STATE(1083), 1, - sym__flag, - STATE(1860), 1, - sym__var, - STATE(1863), 1, - sym_expr_parenthesized, - STATE(1958), 1, - sym__expression, - STATE(2100), 1, - sym__inter_single_quotes, - STATE(2101), 1, - sym__str_double_quotes, - STATE(2102), 1, - sym__inter_double_quotes, - STATE(2165), 1, - sym_long_flag, - ACTIONS(2218), 2, + ACTIONS(107), 32, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_LT2, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_not, + anon_sym_DOT_DOT, sym_val_nothing, - sym_val_date, - ACTIONS(2220), 2, anon_sym_true, anon_sym_false, - ACTIONS(2228), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2216), 3, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(2224), 3, + aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(674), 4, + [5573] = 5, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2250), 1, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - STATE(2132), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(2222), 7, - aux_sym_val_number_token1, + STATE(1054), 1, + sym_comment, + ACTIONS(109), 26, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, - anon_sym_inf, anon_sym_DASHinf, - anon_sym_NaN, - STATE(2096), 11, - sym_val_bool, - sym_val_variable, - 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, - [7081] = 5, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(107), 32, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_LT2, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_not, + anon_sym_DOT_DOT, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [5645] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2274), 1, + ACTIONS(2252), 1, anon_sym_SEMI, - STATE(1072), 1, + STATE(1055), 1, sym_comment, ACTIONS(109), 26, anon_sym_LBRACK, @@ -134696,81 +133456,175 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [7153] = 32, + [5717] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(680), 1, + ACTIONS(665), 1, anon_sym_LF, - ACTIONS(2202), 1, - anon_sym_LBRACK, ACTIONS(2204), 1, - anon_sym_LPAREN, + anon_sym_LBRACK, ACTIONS(2206), 1, + anon_sym_LPAREN, + ACTIONS(2208), 1, anon_sym_DOLLAR, ACTIONS(2210), 1, - anon_sym_DASH, + anon_sym_DASH_DASH, ACTIONS(2212), 1, - anon_sym_LBRACE, + anon_sym_DASH, ACTIONS(2214), 1, + anon_sym_LBRACE, + ACTIONS(2216), 1, anon_sym_not, - ACTIONS(2226), 1, + ACTIONS(2228), 1, anon_sym_DQUOTE, - ACTIONS(2230), 1, - anon_sym_DOLLAR_SQUOTE, ACTIONS(2232), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2234), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2252), 1, - anon_sym_DASH_DASH, - ACTIONS(2254), 1, + ACTIONS(2236), 1, sym_short_flag, STATE(117), 1, sym_val_number, - STATE(1073), 1, + STATE(1052), 1, + sym__flag, + STATE(1056), 1, sym_comment, - STATE(1860), 1, - sym__var, - STATE(1863), 1, + STATE(1879), 1, sym_expr_parenthesized, - STATE(1899), 1, + STATE(1895), 1, + sym__var, + STATE(1964), 1, sym__expression, - STATE(2100), 1, - sym__inter_single_quotes, - STATE(2101), 1, + STATE(2088), 1, + sym_long_flag, + STATE(2091), 1, sym__str_double_quotes, - STATE(2102), 1, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, sym__inter_double_quotes, - STATE(2805), 1, + ACTIONS(2220), 2, + sym_val_nothing, + sym_val_date, + ACTIONS(2222), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2230), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2218), 3, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(2226), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(663), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + STATE(2127), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + ACTIONS(2224), 7, + aux_sym_val_number_token1, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + STATE(2090), 11, + sym_val_bool, + sym_val_variable, + 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, + [5843] = 32, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(685), 1, + anon_sym_LF, + ACTIONS(2204), 1, + anon_sym_LBRACK, + ACTIONS(2206), 1, + anon_sym_LPAREN, + ACTIONS(2208), 1, + anon_sym_DOLLAR, + ACTIONS(2210), 1, + anon_sym_DASH_DASH, + ACTIONS(2212), 1, + anon_sym_DASH, + ACTIONS(2214), 1, + anon_sym_LBRACE, + ACTIONS(2216), 1, + anon_sym_not, + ACTIONS(2228), 1, + anon_sym_DQUOTE, + ACTIONS(2232), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2234), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2236), 1, + sym_short_flag, + STATE(117), 1, + sym_val_number, + STATE(1057), 1, + sym_comment, + STATE(1090), 1, sym__flag, - STATE(2909), 1, + STATE(1879), 1, + sym_expr_parenthesized, + STATE(1895), 1, + sym__var, + STATE(1965), 1, + sym__expression, + STATE(2088), 1, sym_long_flag, - ACTIONS(2218), 2, + STATE(2091), 1, + sym__str_double_quotes, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, + sym__inter_double_quotes, + ACTIONS(2220), 2, sym_val_nothing, sym_val_date, - ACTIONS(2220), 2, + ACTIONS(2222), 2, anon_sym_true, anon_sym_false, - ACTIONS(2228), 2, + ACTIONS(2230), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2216), 3, + ACTIONS(2218), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2224), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(678), 4, + ACTIONS(683), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - STATE(2132), 4, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2222), 7, + ACTIONS(2224), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -134778,7 +133632,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -134790,81 +133644,81 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [7279] = 32, + [5969] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(668), 1, + ACTIONS(708), 1, anon_sym_LF, - ACTIONS(2202), 1, - anon_sym_LBRACK, ACTIONS(2204), 1, - anon_sym_LPAREN, + anon_sym_LBRACK, ACTIONS(2206), 1, - anon_sym_DOLLAR, + anon_sym_LPAREN, ACTIONS(2208), 1, - anon_sym_DASH_DASH, + anon_sym_DOLLAR, ACTIONS(2210), 1, - anon_sym_DASH, + anon_sym_DASH_DASH, ACTIONS(2212), 1, - anon_sym_LBRACE, + anon_sym_DASH, ACTIONS(2214), 1, + anon_sym_LBRACE, + ACTIONS(2216), 1, anon_sym_not, - ACTIONS(2226), 1, + ACTIONS(2228), 1, anon_sym_DQUOTE, - ACTIONS(2230), 1, - anon_sym_DOLLAR_SQUOTE, ACTIONS(2232), 1, - anon_sym_DOLLAR_DQUOTE, + anon_sym_DOLLAR_SQUOTE, ACTIONS(2234), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2236), 1, sym_short_flag, STATE(117), 1, sym_val_number, - STATE(1071), 1, - sym__flag, - STATE(1074), 1, + STATE(1058), 1, sym_comment, - STATE(1860), 1, - sym__var, - STATE(1863), 1, + STATE(1088), 1, + sym__flag, + STATE(1879), 1, sym_expr_parenthesized, - STATE(1903), 1, + STATE(1895), 1, + sym__var, + STATE(1989), 1, sym__expression, - STATE(2100), 1, - sym__inter_single_quotes, - STATE(2101), 1, + STATE(2088), 1, + sym_long_flag, + STATE(2091), 1, sym__str_double_quotes, - STATE(2102), 1, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, sym__inter_double_quotes, - STATE(2165), 1, - sym_long_flag, - ACTIONS(2218), 2, + ACTIONS(2220), 2, sym_val_nothing, sym_val_date, - ACTIONS(2220), 2, + ACTIONS(2222), 2, anon_sym_true, anon_sym_false, - ACTIONS(2228), 2, + ACTIONS(2230), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2216), 3, + ACTIONS(2218), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2224), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(666), 4, + ACTIONS(706), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - STATE(2132), 4, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2222), 7, + ACTIONS(2224), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -134872,7 +133726,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -134884,81 +133738,81 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [7405] = 32, + [6095] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(621), 1, + ACTIONS(978), 1, anon_sym_LF, - ACTIONS(2202), 1, - anon_sym_LBRACK, ACTIONS(2204), 1, - anon_sym_LPAREN, + anon_sym_LBRACK, ACTIONS(2206), 1, - anon_sym_DOLLAR, + anon_sym_LPAREN, ACTIONS(2208), 1, - anon_sym_DASH_DASH, + anon_sym_DOLLAR, ACTIONS(2210), 1, - anon_sym_DASH, + anon_sym_DASH_DASH, ACTIONS(2212), 1, - anon_sym_LBRACE, + anon_sym_DASH, ACTIONS(2214), 1, + anon_sym_LBRACE, + ACTIONS(2216), 1, anon_sym_not, - ACTIONS(2226), 1, + ACTIONS(2228), 1, anon_sym_DQUOTE, - ACTIONS(2230), 1, - anon_sym_DOLLAR_SQUOTE, ACTIONS(2232), 1, - anon_sym_DOLLAR_DQUOTE, + anon_sym_DOLLAR_SQUOTE, ACTIONS(2234), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2236), 1, sym_short_flag, STATE(117), 1, sym_val_number, - STATE(1069), 1, + STATE(1050), 1, sym__flag, - STATE(1075), 1, + STATE(1059), 1, sym_comment, - STATE(1860), 1, - sym__var, - STATE(1863), 1, + STATE(1879), 1, sym_expr_parenthesized, - STATE(1938), 1, + STATE(1895), 1, + sym__var, + STATE(1939), 1, sym__expression, - STATE(2100), 1, - sym__inter_single_quotes, - STATE(2101), 1, + STATE(2088), 1, + sym_long_flag, + STATE(2091), 1, sym__str_double_quotes, - STATE(2102), 1, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, sym__inter_double_quotes, - STATE(2165), 1, - sym_long_flag, - ACTIONS(2218), 2, + ACTIONS(2220), 2, sym_val_nothing, sym_val_date, - ACTIONS(2220), 2, + ACTIONS(2222), 2, anon_sym_true, anon_sym_false, - ACTIONS(2228), 2, + ACTIONS(2230), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2216), 3, + ACTIONS(2218), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2224), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(619), 4, + ACTIONS(976), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - STATE(2132), 4, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2222), 7, + ACTIONS(2224), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -134966,7 +133820,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -134978,12 +133832,12 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [7531] = 5, + [6221] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2276), 1, + ACTIONS(2254), 1, anon_sym_SEMI, - STATE(1076), 1, + STATE(1060), 1, sym_comment, ACTIONS(109), 26, anon_sym_LBRACK, @@ -135045,106 +133899,213 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [7603] = 32, - ACTIONS(3), 1, + [6293] = 5, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(621), 1, - anon_sym_LF, - ACTIONS(2202), 1, + ACTIONS(2256), 1, + anon_sym_SEMI, + STATE(1061), 1, + sym_comment, + ACTIONS(109), 26, anon_sym_LBRACK, - ACTIONS(2204), 1, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - ACTIONS(2206), 1, - anon_sym_DOLLAR, - ACTIONS(2208), 1, - anon_sym_DASH_DASH, - ACTIONS(2210), 1, - anon_sym_DASH, - ACTIONS(2212), 1, anon_sym_LBRACE, - ACTIONS(2214), 1, - anon_sym_not, - ACTIONS(2226), 1, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_DASHinf, + sym_val_date, anon_sym_DQUOTE, - ACTIONS(2230), 1, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2232), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2234), 1, - sym_short_flag, - STATE(117), 1, - sym_val_number, - STATE(1070), 1, - sym__flag, - STATE(1077), 1, - sym_comment, - STATE(1860), 1, - sym__var, - STATE(1863), 1, - sym_expr_parenthesized, - STATE(1938), 1, - sym__expression, - STATE(2100), 1, - sym__inter_single_quotes, - STATE(2101), 1, - sym__str_double_quotes, - STATE(2102), 1, - sym__inter_double_quotes, - STATE(2165), 1, - sym_long_flag, - ACTIONS(2218), 2, + ACTIONS(107), 32, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_LT2, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_not, + anon_sym_DOT_DOT, sym_val_nothing, - sym_val_date, - ACTIONS(2220), 2, anon_sym_true, anon_sym_false, - ACTIONS(2228), 2, + aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [6365] = 5, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2258), 1, + anon_sym_SEMI, + STATE(1062), 1, + sym_comment, + ACTIONS(109), 26, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_DASHinf, + sym_val_date, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2216), 3, - anon_sym_DOT_DOT_LT, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(107), 32, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_LT2, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_not, anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(2224), 3, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(619), 4, + [6437] = 5, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2260), 1, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - STATE(2132), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(2222), 7, - aux_sym_val_number_token1, + STATE(1063), 1, + sym_comment, + ACTIONS(109), 26, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, - anon_sym_inf, anon_sym_DASHinf, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(107), 32, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_LT2, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_not, + anon_sym_DOT_DOT, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token1, + anon_sym_inf, anon_sym_NaN, - STATE(2096), 11, - sym_val_bool, - sym_val_variable, - 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, - [7729] = 5, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [6509] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2278), 1, + ACTIONS(2262), 1, anon_sym_SEMI, - STATE(1078), 1, + STATE(1064), 1, sym_comment, ACTIONS(109), 26, anon_sym_LBRACK, @@ -135206,81 +134167,147 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [7801] = 32, + [6581] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(1065), 1, + sym_comment, + ACTIONS(811), 27, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_DASHinf, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(809), 32, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_LT2, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_not, + anon_sym_DOT_DOT, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [6651] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(621), 1, + ACTIONS(665), 1, anon_sym_LF, - ACTIONS(2202), 1, - anon_sym_LBRACK, ACTIONS(2204), 1, - anon_sym_LPAREN, + anon_sym_LBRACK, ACTIONS(2206), 1, - anon_sym_DOLLAR, + anon_sym_LPAREN, ACTIONS(2208), 1, - anon_sym_DASH_DASH, + anon_sym_DOLLAR, ACTIONS(2210), 1, - anon_sym_DASH, + anon_sym_DASH_DASH, ACTIONS(2212), 1, - anon_sym_LBRACE, + anon_sym_DASH, ACTIONS(2214), 1, + anon_sym_LBRACE, + ACTIONS(2216), 1, anon_sym_not, - ACTIONS(2226), 1, + ACTIONS(2228), 1, anon_sym_DQUOTE, - ACTIONS(2230), 1, - anon_sym_DOLLAR_SQUOTE, ACTIONS(2232), 1, - anon_sym_DOLLAR_DQUOTE, + anon_sym_DOLLAR_SQUOTE, ACTIONS(2234), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2236), 1, sym_short_flag, STATE(117), 1, sym_val_number, - STATE(1073), 1, - sym__flag, - STATE(1079), 1, + STATE(1066), 1, sym_comment, - STATE(1860), 1, - sym__var, - STATE(1863), 1, + STATE(1081), 1, + sym__flag, + STATE(1879), 1, sym_expr_parenthesized, - STATE(1938), 1, + STATE(1895), 1, + sym__var, + STATE(1964), 1, sym__expression, - STATE(2100), 1, - sym__inter_single_quotes, - STATE(2101), 1, + STATE(2088), 1, + sym_long_flag, + STATE(2091), 1, sym__str_double_quotes, - STATE(2102), 1, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, sym__inter_double_quotes, - STATE(2165), 1, - sym_long_flag, - ACTIONS(2218), 2, + ACTIONS(2220), 2, sym_val_nothing, sym_val_date, - ACTIONS(2220), 2, + ACTIONS(2222), 2, anon_sym_true, anon_sym_false, - ACTIONS(2228), 2, + ACTIONS(2230), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2216), 3, + ACTIONS(2218), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2224), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(619), 4, + ACTIONS(663), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - STATE(2132), 4, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2222), 7, + ACTIONS(2224), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -135288,7 +134315,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -135300,81 +134327,81 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [7927] = 32, + [6777] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(621), 1, + ACTIONS(700), 1, anon_sym_LF, - ACTIONS(2202), 1, - anon_sym_LBRACK, ACTIONS(2204), 1, - anon_sym_LPAREN, + anon_sym_LBRACK, ACTIONS(2206), 1, + anon_sym_LPAREN, + ACTIONS(2208), 1, anon_sym_DOLLAR, ACTIONS(2210), 1, - anon_sym_DASH, + anon_sym_DASH_DASH, ACTIONS(2212), 1, - anon_sym_LBRACE, + anon_sym_DASH, ACTIONS(2214), 1, + anon_sym_LBRACE, + ACTIONS(2216), 1, anon_sym_not, - ACTIONS(2226), 1, + ACTIONS(2228), 1, anon_sym_DQUOTE, - ACTIONS(2230), 1, - anon_sym_DOLLAR_SQUOTE, ACTIONS(2232), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2234), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2252), 1, - anon_sym_DASH_DASH, - ACTIONS(2254), 1, + ACTIONS(2236), 1, sym_short_flag, STATE(117), 1, sym_val_number, - STATE(1080), 1, + STATE(1051), 1, + sym__flag, + STATE(1067), 1, sym_comment, - STATE(1860), 1, - sym__var, - STATE(1863), 1, + STATE(1879), 1, sym_expr_parenthesized, - STATE(1938), 1, + STATE(1895), 1, + sym__var, + STATE(1955), 1, sym__expression, - STATE(2100), 1, - sym__inter_single_quotes, - STATE(2101), 1, + STATE(2088), 1, + sym_long_flag, + STATE(2091), 1, sym__str_double_quotes, - STATE(2102), 1, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, sym__inter_double_quotes, - STATE(2800), 1, - sym__flag, - STATE(2909), 1, - sym_long_flag, - ACTIONS(2218), 2, + ACTIONS(2220), 2, sym_val_nothing, sym_val_date, - ACTIONS(2220), 2, + ACTIONS(2222), 2, anon_sym_true, anon_sym_false, - ACTIONS(2228), 2, + ACTIONS(2230), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2216), 3, + ACTIONS(2218), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2224), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(619), 4, + ACTIONS(698), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - STATE(2132), 4, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2222), 7, + ACTIONS(2224), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -135382,7 +134409,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -135394,269 +134421,483 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [8053] = 32, - ACTIONS(3), 1, + [6903] = 5, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(696), 1, - anon_sym_LF, - ACTIONS(2202), 1, + ACTIONS(2264), 1, + anon_sym_SEMI, + STATE(1068), 1, + sym_comment, + ACTIONS(109), 26, anon_sym_LBRACK, - ACTIONS(2204), 1, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - ACTIONS(2206), 1, - anon_sym_DOLLAR, - ACTIONS(2208), 1, - anon_sym_DASH_DASH, - ACTIONS(2210), 1, - anon_sym_DASH, - ACTIONS(2212), 1, anon_sym_LBRACE, - ACTIONS(2214), 1, - anon_sym_not, - ACTIONS(2226), 1, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_DASHinf, + sym_val_date, anon_sym_DQUOTE, - ACTIONS(2230), 1, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2232), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2234), 1, - sym_short_flag, - STATE(117), 1, - sym_val_number, - STATE(1075), 1, - sym__flag, - STATE(1081), 1, - sym_comment, - STATE(1860), 1, - sym__var, - STATE(1863), 1, - sym_expr_parenthesized, - STATE(1934), 1, - sym__expression, - STATE(2100), 1, - sym__inter_single_quotes, - STATE(2101), 1, - sym__str_double_quotes, - STATE(2102), 1, - sym__inter_double_quotes, - STATE(2165), 1, - sym_long_flag, - ACTIONS(2218), 2, + ACTIONS(107), 32, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_LT2, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_not, + anon_sym_DOT_DOT, sym_val_nothing, - sym_val_date, - ACTIONS(2220), 2, anon_sym_true, anon_sym_false, - ACTIONS(2228), 2, + aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [6975] = 5, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2266), 1, + anon_sym_SEMI, + STATE(1069), 1, + sym_comment, + ACTIONS(109), 26, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_DASHinf, + sym_val_date, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2216), 3, - anon_sym_DOT_DOT_LT, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(107), 32, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_LT2, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_not, anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(2224), 3, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(694), 4, + [7047] = 5, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2268), 1, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - STATE(2132), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(2222), 7, - aux_sym_val_number_token1, + STATE(1070), 1, + sym_comment, + ACTIONS(109), 26, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, - anon_sym_inf, anon_sym_DASHinf, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(107), 32, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_LT2, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_not, + anon_sym_DOT_DOT, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token1, + anon_sym_inf, anon_sym_NaN, - STATE(2096), 11, - sym_val_bool, - sym_val_variable, - 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, - [8179] = 32, - ACTIONS(3), 1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [7119] = 4, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(696), 1, - anon_sym_LF, - ACTIONS(2202), 1, + STATE(1071), 1, + sym_comment, + ACTIONS(761), 26, anon_sym_LBRACK, - ACTIONS(2204), 1, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - ACTIONS(2206), 1, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_DASHinf, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(759), 33, + sym_cmd_identifier, anon_sym_DOLLAR, - ACTIONS(2208), 1, - anon_sym_DASH_DASH, - ACTIONS(2210), 1, + anon_sym_GT, anon_sym_DASH, - ACTIONS(2212), 1, - anon_sym_LBRACE, - ACTIONS(2214), 1, + anon_sym_in, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_LT2, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, anon_sym_not, - ACTIONS(2226), 1, + anon_sym_DOT_DOT, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [7189] = 5, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2270), 1, + anon_sym_SEMI, + STATE(1072), 1, + sym_comment, + ACTIONS(109), 26, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_DASHinf, + sym_val_date, anon_sym_DQUOTE, - ACTIONS(2230), 1, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2232), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2234), 1, - sym_short_flag, - STATE(117), 1, - sym_val_number, - STATE(1077), 1, - sym__flag, - STATE(1082), 1, - sym_comment, - STATE(1860), 1, - sym__var, - STATE(1863), 1, - sym_expr_parenthesized, - STATE(1934), 1, - sym__expression, - STATE(2100), 1, - sym__inter_single_quotes, - STATE(2101), 1, - sym__str_double_quotes, - STATE(2102), 1, - sym__inter_double_quotes, - STATE(2165), 1, - sym_long_flag, - ACTIONS(2218), 2, + ACTIONS(107), 32, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_LT2, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_not, + anon_sym_DOT_DOT, sym_val_nothing, - sym_val_date, - ACTIONS(2220), 2, anon_sym_true, anon_sym_false, - ACTIONS(2228), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2216), 3, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(2224), 3, + aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(694), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - STATE(2132), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(2222), 7, - aux_sym_val_number_token1, + [7261] = 6, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2272), 1, + anon_sym_COMMA, + ACTIONS(2274), 1, + anon_sym_DOT, + STATE(1073), 1, + sym_comment, + ACTIONS(761), 25, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, - anon_sym_inf, anon_sym_DASHinf, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(759), 32, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_LT2, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_not, + anon_sym_DOT_DOT, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token1, + anon_sym_inf, anon_sym_NaN, - STATE(2096), 11, - sym_val_bool, - sym_val_variable, - 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, - [8305] = 32, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [7335] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(696), 1, + ACTIONS(700), 1, anon_sym_LF, - ACTIONS(2202), 1, - anon_sym_LBRACK, ACTIONS(2204), 1, - anon_sym_LPAREN, + anon_sym_LBRACK, ACTIONS(2206), 1, - anon_sym_DOLLAR, + anon_sym_LPAREN, ACTIONS(2208), 1, - anon_sym_DASH_DASH, + anon_sym_DOLLAR, ACTIONS(2210), 1, - anon_sym_DASH, + anon_sym_DASH_DASH, ACTIONS(2212), 1, - anon_sym_LBRACE, + anon_sym_DASH, ACTIONS(2214), 1, + anon_sym_LBRACE, + ACTIONS(2216), 1, anon_sym_not, - ACTIONS(2226), 1, + ACTIONS(2228), 1, anon_sym_DQUOTE, - ACTIONS(2230), 1, - anon_sym_DOLLAR_SQUOTE, ACTIONS(2232), 1, - anon_sym_DOLLAR_DQUOTE, + anon_sym_DOLLAR_SQUOTE, ACTIONS(2234), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2236), 1, sym_short_flag, STATE(117), 1, sym_val_number, - STATE(1079), 1, + STATE(1056), 1, sym__flag, - STATE(1083), 1, + STATE(1074), 1, sym_comment, - STATE(1860), 1, - sym__var, - STATE(1863), 1, + STATE(1879), 1, sym_expr_parenthesized, - STATE(1934), 1, + STATE(1895), 1, + sym__var, + STATE(1955), 1, sym__expression, - STATE(2100), 1, - sym__inter_single_quotes, - STATE(2101), 1, + STATE(2088), 1, + sym_long_flag, + STATE(2091), 1, sym__str_double_quotes, - STATE(2102), 1, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, sym__inter_double_quotes, - STATE(2165), 1, - sym_long_flag, - ACTIONS(2218), 2, + ACTIONS(2220), 2, sym_val_nothing, sym_val_date, - ACTIONS(2220), 2, + ACTIONS(2222), 2, anon_sym_true, anon_sym_false, - ACTIONS(2228), 2, + ACTIONS(2230), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2216), 3, + ACTIONS(2218), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2224), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(694), 4, + ACTIONS(698), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - STATE(2132), 4, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2222), 7, + ACTIONS(2224), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -135664,7 +134905,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -135676,161 +134917,200 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [8431] = 32, - ACTIONS(3), 1, + [7461] = 5, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(696), 1, - anon_sym_LF, - ACTIONS(2202), 1, + ACTIONS(2276), 1, + anon_sym_SEMI, + STATE(1075), 1, + sym_comment, + ACTIONS(109), 26, anon_sym_LBRACK, - ACTIONS(2204), 1, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - ACTIONS(2206), 1, - anon_sym_DOLLAR, - ACTIONS(2208), 1, - anon_sym_DASH_DASH, - ACTIONS(2210), 1, - anon_sym_DASH, - ACTIONS(2212), 1, anon_sym_LBRACE, - ACTIONS(2214), 1, - anon_sym_not, - ACTIONS(2226), 1, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_DASHinf, + sym_val_date, anon_sym_DQUOTE, - ACTIONS(2230), 1, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2232), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2234), 1, - sym_short_flag, - STATE(117), 1, - sym_val_number, - STATE(1080), 1, - sym__flag, - STATE(1084), 1, - sym_comment, - STATE(1860), 1, - sym__var, - STATE(1863), 1, - sym_expr_parenthesized, - STATE(1934), 1, - sym__expression, - STATE(2100), 1, - sym__inter_single_quotes, - STATE(2101), 1, - sym__str_double_quotes, - STATE(2102), 1, - sym__inter_double_quotes, - STATE(2165), 1, - sym_long_flag, - ACTIONS(2218), 2, + ACTIONS(107), 32, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_LT2, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_not, + anon_sym_DOT_DOT, sym_val_nothing, - sym_val_date, - ACTIONS(2220), 2, anon_sym_true, anon_sym_false, - ACTIONS(2228), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2216), 3, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(2224), 3, + aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(694), 4, + [7533] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(1076), 1, + sym_comment, + ACTIONS(775), 27, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - STATE(2132), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(2222), 7, - aux_sym_val_number_token1, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, - anon_sym_inf, anon_sym_DASHinf, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(773), 32, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_LT2, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_not, + anon_sym_DOT_DOT, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token1, + anon_sym_inf, anon_sym_NaN, - STATE(2096), 11, - sym_val_bool, - sym_val_variable, - 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, - [8557] = 32, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [7603] = 32, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(696), 1, anon_sym_LF, - ACTIONS(2202), 1, - anon_sym_LBRACK, ACTIONS(2204), 1, - anon_sym_LPAREN, + anon_sym_LBRACK, ACTIONS(2206), 1, + anon_sym_LPAREN, + ACTIONS(2208), 1, anon_sym_DOLLAR, - ACTIONS(2210), 1, - anon_sym_DASH, ACTIONS(2212), 1, - anon_sym_LBRACE, + anon_sym_DASH, ACTIONS(2214), 1, + anon_sym_LBRACE, + ACTIONS(2216), 1, anon_sym_not, - ACTIONS(2226), 1, + ACTIONS(2228), 1, anon_sym_DQUOTE, - ACTIONS(2230), 1, - anon_sym_DOLLAR_SQUOTE, ACTIONS(2232), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2234), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2252), 1, + ACTIONS(2244), 1, anon_sym_DASH_DASH, - ACTIONS(2254), 1, + ACTIONS(2246), 1, sym_short_flag, STATE(117), 1, sym_val_number, - STATE(1085), 1, + STATE(1077), 1, sym_comment, - STATE(1860), 1, - sym__var, - STATE(1863), 1, + STATE(1879), 1, sym_expr_parenthesized, - STATE(1934), 1, + STATE(1895), 1, + sym__var, + STATE(1998), 1, sym__expression, - STATE(2100), 1, - sym__inter_single_quotes, - STATE(2101), 1, + STATE(2091), 1, sym__str_double_quotes, - STATE(2102), 1, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, sym__inter_double_quotes, - STATE(2791), 1, + STATE(2775), 1, sym__flag, - STATE(2909), 1, + STATE(2919), 1, sym_long_flag, - ACTIONS(2218), 2, + ACTIONS(2220), 2, sym_val_nothing, sym_val_date, - ACTIONS(2220), 2, + ACTIONS(2222), 2, anon_sym_true, anon_sym_false, - ACTIONS(2228), 2, + ACTIONS(2230), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2216), 3, + ACTIONS(2218), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2224), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -135839,12 +135119,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - STATE(2132), 4, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2222), 7, + ACTIONS(2224), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -135852,7 +135132,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -135864,81 +135144,81 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [8683] = 32, + [7729] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(676), 1, + ACTIONS(681), 1, anon_sym_LF, - ACTIONS(2202), 1, - anon_sym_LBRACK, ACTIONS(2204), 1, - anon_sym_LPAREN, + anon_sym_LBRACK, ACTIONS(2206), 1, - anon_sym_DOLLAR, + anon_sym_LPAREN, ACTIONS(2208), 1, - anon_sym_DASH_DASH, + anon_sym_DOLLAR, ACTIONS(2210), 1, - anon_sym_DASH, + anon_sym_DASH_DASH, ACTIONS(2212), 1, - anon_sym_LBRACE, + anon_sym_DASH, ACTIONS(2214), 1, + anon_sym_LBRACE, + ACTIONS(2216), 1, anon_sym_not, - ACTIONS(2226), 1, + ACTIONS(2228), 1, anon_sym_DQUOTE, - ACTIONS(2230), 1, - anon_sym_DOLLAR_SQUOTE, ACTIONS(2232), 1, - anon_sym_DOLLAR_DQUOTE, + anon_sym_DOLLAR_SQUOTE, ACTIONS(2234), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2236), 1, sym_short_flag, STATE(117), 1, sym_val_number, - STATE(1084), 1, + STATE(1067), 1, sym__flag, - STATE(1086), 1, + STATE(1078), 1, sym_comment, - STATE(1860), 1, - sym__var, - STATE(1863), 1, + STATE(1879), 1, sym_expr_parenthesized, - STATE(1958), 1, + STATE(1895), 1, + sym__var, + STATE(1910), 1, sym__expression, - STATE(2100), 1, - sym__inter_single_quotes, - STATE(2101), 1, + STATE(2088), 1, + sym_long_flag, + STATE(2091), 1, sym__str_double_quotes, - STATE(2102), 1, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, sym__inter_double_quotes, - STATE(2165), 1, - sym_long_flag, - ACTIONS(2218), 2, + ACTIONS(2220), 2, sym_val_nothing, sym_val_date, - ACTIONS(2220), 2, + ACTIONS(2222), 2, anon_sym_true, anon_sym_false, - ACTIONS(2228), 2, + ACTIONS(2230), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2216), 3, + ACTIONS(2218), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2224), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(674), 4, + ACTIONS(679), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - STATE(2132), 4, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2222), 7, + ACTIONS(2224), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -135946,7 +135226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -135958,175 +135238,148 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [8809] = 32, - ACTIONS(3), 1, + [7855] = 5, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(676), 1, - anon_sym_LF, - ACTIONS(2202), 1, + ACTIONS(2278), 1, + anon_sym_SEMI, + STATE(1079), 1, + sym_comment, + ACTIONS(109), 26, anon_sym_LBRACK, - ACTIONS(2204), 1, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - ACTIONS(2206), 1, - anon_sym_DOLLAR, - ACTIONS(2208), 1, - anon_sym_DASH_DASH, - ACTIONS(2210), 1, - anon_sym_DASH, - ACTIONS(2212), 1, anon_sym_LBRACE, - ACTIONS(2214), 1, - anon_sym_not, - ACTIONS(2226), 1, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_DASHinf, + sym_val_date, anon_sym_DQUOTE, - ACTIONS(2230), 1, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2232), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2234), 1, - sym_short_flag, - STATE(117), 1, - sym_val_number, - STATE(1085), 1, - sym__flag, - STATE(1087), 1, - sym_comment, - STATE(1860), 1, - sym__var, - STATE(1863), 1, - sym_expr_parenthesized, - STATE(1958), 1, - sym__expression, - STATE(2100), 1, - sym__inter_single_quotes, - STATE(2101), 1, - sym__str_double_quotes, - STATE(2102), 1, - sym__inter_double_quotes, - STATE(2165), 1, - sym_long_flag, - ACTIONS(2218), 2, + ACTIONS(107), 32, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_LT2, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_not, + anon_sym_DOT_DOT, sym_val_nothing, - sym_val_date, - ACTIONS(2220), 2, anon_sym_true, anon_sym_false, - ACTIONS(2228), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2216), 3, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(2224), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(674), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - STATE(2132), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(2222), 7, aux_sym_val_number_token1, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, anon_sym_inf, - anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, - sym_val_bool, - sym_val_variable, - 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, - [8935] = 32, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [7927] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(676), 1, + ACTIONS(629), 1, anon_sym_LF, - ACTIONS(2202), 1, - anon_sym_LBRACK, ACTIONS(2204), 1, - anon_sym_LPAREN, + anon_sym_LBRACK, ACTIONS(2206), 1, - anon_sym_DOLLAR, + anon_sym_LPAREN, ACTIONS(2208), 1, - anon_sym_DASH_DASH, + anon_sym_DOLLAR, ACTIONS(2210), 1, - anon_sym_DASH, + anon_sym_DASH_DASH, ACTIONS(2212), 1, - anon_sym_LBRACE, + anon_sym_DASH, ACTIONS(2214), 1, + anon_sym_LBRACE, + ACTIONS(2216), 1, anon_sym_not, - ACTIONS(2226), 1, + ACTIONS(2228), 1, anon_sym_DQUOTE, - ACTIONS(2230), 1, - anon_sym_DOLLAR_SQUOTE, ACTIONS(2232), 1, - anon_sym_DOLLAR_DQUOTE, + anon_sym_DOLLAR_SQUOTE, ACTIONS(2234), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2236), 1, sym_short_flag, STATE(117), 1, sym_val_number, - STATE(1082), 1, - sym__flag, - STATE(1088), 1, + STATE(1080), 1, sym_comment, - STATE(1860), 1, - sym__var, - STATE(1863), 1, + STATE(1085), 1, + sym__flag, + STATE(1879), 1, sym_expr_parenthesized, - STATE(1958), 1, + STATE(1895), 1, + sym__var, + STATE(1983), 1, sym__expression, - STATE(2100), 1, - sym__inter_single_quotes, - STATE(2101), 1, + STATE(2088), 1, + sym_long_flag, + STATE(2091), 1, sym__str_double_quotes, - STATE(2102), 1, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, sym__inter_double_quotes, - STATE(2165), 1, - sym_long_flag, - ACTIONS(2218), 2, + ACTIONS(2220), 2, sym_val_nothing, sym_val_date, - ACTIONS(2220), 2, + ACTIONS(2222), 2, anon_sym_true, anon_sym_false, - ACTIONS(2228), 2, + ACTIONS(2230), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2216), 3, + ACTIONS(2218), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2224), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(674), 4, + ACTIONS(627), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - STATE(2132), 4, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2222), 7, + ACTIONS(2224), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -136134,7 +135387,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -136146,81 +135399,81 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [9061] = 32, + [8053] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(672), 1, + ACTIONS(685), 1, anon_sym_LF, - ACTIONS(2202), 1, - anon_sym_LBRACK, ACTIONS(2204), 1, - anon_sym_LPAREN, + anon_sym_LBRACK, ACTIONS(2206), 1, + anon_sym_LPAREN, + ACTIONS(2208), 1, anon_sym_DOLLAR, ACTIONS(2210), 1, - anon_sym_DASH, + anon_sym_DASH_DASH, ACTIONS(2212), 1, - anon_sym_LBRACE, + anon_sym_DASH, ACTIONS(2214), 1, + anon_sym_LBRACE, + ACTIONS(2216), 1, anon_sym_not, - ACTIONS(2226), 1, + ACTIONS(2228), 1, anon_sym_DQUOTE, - ACTIONS(2230), 1, - anon_sym_DOLLAR_SQUOTE, ACTIONS(2232), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2234), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2252), 1, - anon_sym_DASH_DASH, - ACTIONS(2254), 1, + ACTIONS(2236), 1, sym_short_flag, STATE(117), 1, sym_val_number, - STATE(1089), 1, + STATE(1080), 1, + sym__flag, + STATE(1081), 1, sym_comment, - STATE(1860), 1, - sym__var, - STATE(1863), 1, + STATE(1879), 1, sym_expr_parenthesized, - STATE(1945), 1, + STATE(1895), 1, + sym__var, + STATE(1965), 1, sym__expression, - STATE(2100), 1, - sym__inter_single_quotes, - STATE(2101), 1, + STATE(2088), 1, + sym_long_flag, + STATE(2091), 1, sym__str_double_quotes, - STATE(2102), 1, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, sym__inter_double_quotes, - STATE(2814), 1, - sym__flag, - STATE(2909), 1, - sym_long_flag, - ACTIONS(2218), 2, + ACTIONS(2220), 2, sym_val_nothing, sym_val_date, - ACTIONS(2220), 2, + ACTIONS(2222), 2, anon_sym_true, anon_sym_false, - ACTIONS(2228), 2, + ACTIONS(2230), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2216), 3, + ACTIONS(2218), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2224), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(670), 4, + ACTIONS(683), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - STATE(2132), 4, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2222), 7, + ACTIONS(2224), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -136228,7 +135481,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -136240,524 +135493,183 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [9187] = 32, + [8179] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(664), 1, + ACTIONS(685), 1, anon_sym_LF, - ACTIONS(2202), 1, - anon_sym_LBRACK, ACTIONS(2204), 1, - anon_sym_LPAREN, + anon_sym_LBRACK, ACTIONS(2206), 1, - anon_sym_DOLLAR, + anon_sym_LPAREN, ACTIONS(2208), 1, - anon_sym_DASH_DASH, + anon_sym_DOLLAR, ACTIONS(2210), 1, - anon_sym_DASH, + anon_sym_DASH_DASH, ACTIONS(2212), 1, - anon_sym_LBRACE, + anon_sym_DASH, ACTIONS(2214), 1, + anon_sym_LBRACE, + ACTIONS(2216), 1, anon_sym_not, - ACTIONS(2226), 1, + ACTIONS(2228), 1, anon_sym_DQUOTE, - ACTIONS(2230), 1, - anon_sym_DOLLAR_SQUOTE, ACTIONS(2232), 1, - anon_sym_DOLLAR_DQUOTE, + anon_sym_DOLLAR_SQUOTE, ACTIONS(2234), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2236), 1, sym_short_flag, STATE(117), 1, sym_val_number, - STATE(1089), 1, - sym__flag, - STATE(1090), 1, + STATE(1082), 1, sym_comment, - STATE(1860), 1, - sym__var, - STATE(1863), 1, + STATE(1083), 1, + sym__flag, + STATE(1879), 1, sym_expr_parenthesized, - STATE(1944), 1, + STATE(1895), 1, + sym__var, + STATE(1965), 1, sym__expression, - STATE(2100), 1, - sym__inter_single_quotes, - STATE(2101), 1, + STATE(2088), 1, + sym_long_flag, + STATE(2091), 1, sym__str_double_quotes, - STATE(2102), 1, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, sym__inter_double_quotes, - STATE(2165), 1, - sym_long_flag, - ACTIONS(2218), 2, - sym_val_nothing, - sym_val_date, ACTIONS(2220), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2228), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2216), 3, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(2224), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(662), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - STATE(2132), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(2222), 7, - aux_sym_val_number_token1, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - STATE(2096), 11, - sym_val_bool, - sym_val_variable, - 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, - [9313] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(1091), 1, - sym_comment, - ACTIONS(810), 26, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_DASHinf, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(808), 32, - sym_cmd_identifier, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_LT2, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_not, - anon_sym_DOT_DOT, - sym_val_nothing, - anon_sym_true, - anon_sym_false, - aux_sym_val_number_token1, - anon_sym_inf, - anon_sym_NaN, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - [9382] = 17, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2284), 1, - anon_sym_in, - ACTIONS(2300), 1, - anon_sym_bit_DASHand, - ACTIONS(2302), 1, - anon_sym_bit_DASHxor, - ACTIONS(2304), 1, - anon_sym_bit_DASHor, - STATE(1092), 1, - sym_comment, - ACTIONS(2280), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(2282), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2286), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2288), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(2290), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(2292), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(2298), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(2296), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(2294), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(781), 7, - anon_sym_DOLLAR, - anon_sym_not, - anon_sym_DOT_DOT, - aux_sym_val_number_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(783), 26, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, sym_val_nothing, - anon_sym_true, - anon_sym_false, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [9477] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(1093), 1, - sym_comment, - ACTIONS(860), 14, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_not, - anon_sym_DOT_DOT, - aux_sym_val_number_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(862), 44, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, + ACTIONS(2222), 2, anon_sym_true, anon_sym_false, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - sym_val_date, - anon_sym_DQUOTE, + ACTIONS(2230), 2, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [9546] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(1094), 1, - sym_comment, - ACTIONS(848), 14, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_not, - anon_sym_DOT_DOT, - aux_sym_val_number_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(850), 44, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, + ACTIONS(2218), 3, anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - anon_sym_true, - anon_sym_false, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [9615] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(1095), 1, - sym_comment, - ACTIONS(836), 14, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_not, anon_sym_DOT_DOT, - aux_sym_val_number_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(838), 44, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - sym_val_nothing, - anon_sym_true, - anon_sym_false, + ACTIONS(2226), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(683), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + STATE(2127), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + ACTIONS(2224), 7, + aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [9684] = 36, - ACTIONS(157), 1, + STATE(2090), 11, + sym_val_bool, + sym_val_variable, + 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, + [8305] = 32, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2306), 1, + ACTIONS(629), 1, + anon_sym_LF, + ACTIONS(2204), 1, anon_sym_LBRACK, - ACTIONS(2308), 1, + ACTIONS(2206), 1, anon_sym_LPAREN, - ACTIONS(2310), 1, + ACTIONS(2208), 1, anon_sym_DOLLAR, - ACTIONS(2312), 1, + ACTIONS(2210), 1, + anon_sym_DASH_DASH, + ACTIONS(2212), 1, anon_sym_DASH, - ACTIONS(2314), 1, + ACTIONS(2214), 1, anon_sym_LBRACE, - ACTIONS(2316), 1, - anon_sym_RBRACE, - ACTIONS(2318), 1, - anon_sym__, - ACTIONS(2320), 1, + ACTIONS(2216), 1, anon_sym_not, - ACTIONS(2324), 1, - anon_sym_DOT_DOT, - ACTIONS(2330), 1, - aux_sym_val_number_token1, - ACTIONS(2336), 1, + ACTIONS(2228), 1, anon_sym_DQUOTE, - ACTIONS(2340), 1, + ACTIONS(2232), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2342), 1, + ACTIONS(2234), 1, anon_sym_DOLLAR_DQUOTE, - STATE(120), 1, + ACTIONS(2236), 1, + sym_short_flag, + STATE(117), 1, sym_val_number, - STATE(1096), 1, + STATE(1083), 1, sym_comment, - STATE(1201), 1, - aux_sym_ctrl_match_repeat1, - STATE(1921), 1, - sym__var, - STATE(1963), 1, + STATE(1089), 1, + sym__flag, + STATE(1879), 1, sym_expr_parenthesized, - STATE(2195), 1, - sym__inter_double_quotes, - STATE(2196), 1, - sym__inter_single_quotes, - STATE(2248), 1, - sym__str_double_quotes, - STATE(2333), 1, + STATE(1895), 1, + sym__var, + STATE(1983), 1, sym__expression, - STATE(2638), 1, - sym_match_arm, - STATE(3679), 1, - sym_match_pattern, - STATE(3688), 1, - sym__match_or_pattern, - STATE(3693), 1, - sym_default_arm, - STATE(3696), 1, - sym__match_list_destructure_pattern, - ACTIONS(2322), 2, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - ACTIONS(2326), 2, + STATE(2088), 1, + sym_long_flag, + STATE(2091), 1, + sym__str_double_quotes, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, + sym__inter_double_quotes, + ACTIONS(2220), 2, sym_val_nothing, sym_val_date, - ACTIONS(2328), 2, + ACTIONS(2222), 2, anon_sym_true, anon_sym_false, - ACTIONS(2338), 2, + ACTIONS(2230), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2334), 3, + ACTIONS(2218), 3, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2227), 4, + ACTIONS(627), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2332), 6, + ACTIONS(2224), 7, + aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2199), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -136769,80 +135681,81 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [9817] = 32, + [8431] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2344), 1, + ACTIONS(629), 1, + anon_sym_LF, + ACTIONS(2204), 1, anon_sym_LBRACK, - ACTIONS(2346), 1, + ACTIONS(2206), 1, anon_sym_LPAREN, - ACTIONS(2348), 1, + ACTIONS(2208), 1, anon_sym_DOLLAR, - ACTIONS(2350), 1, + ACTIONS(2210), 1, anon_sym_DASH_DASH, - ACTIONS(2352), 1, + ACTIONS(2212), 1, anon_sym_DASH, - ACTIONS(2354), 1, + ACTIONS(2214), 1, anon_sym_LBRACE, - ACTIONS(2356), 1, + ACTIONS(2216), 1, anon_sym_not, - ACTIONS(2368), 1, + ACTIONS(2228), 1, anon_sym_DQUOTE, - ACTIONS(2372), 1, + ACTIONS(2232), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2374), 1, + ACTIONS(2234), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2376), 1, + ACTIONS(2236), 1, sym_short_flag, - STATE(118), 1, + STATE(117), 1, sym_val_number, - STATE(1097), 1, - sym_comment, - STATE(1135), 1, + STATE(1058), 1, sym__flag, - STATE(1957), 1, + STATE(1084), 1, + sym_comment, + STATE(1879), 1, sym_expr_parenthesized, - STATE(1965), 1, + STATE(1895), 1, sym__var, - STATE(2019), 1, + STATE(1983), 1, sym__expression, - STATE(2242), 1, + STATE(2088), 1, sym_long_flag, - STATE(2280), 1, - sym__inter_double_quotes, - STATE(2282), 1, - sym__inter_single_quotes, - STATE(2308), 1, + STATE(2091), 1, sym__str_double_quotes, - ACTIONS(674), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(676), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2360), 2, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, + sym__inter_double_quotes, + ACTIONS(2220), 2, sym_val_nothing, sym_val_date, - ACTIONS(2362), 2, + ACTIONS(2222), 2, anon_sym_true, anon_sym_false, - ACTIONS(2370), 2, + ACTIONS(2230), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2358), 3, + ACTIONS(2218), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2366), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + ACTIONS(627), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2364), 7, + ACTIONS(2224), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -136850,7 +135763,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -136862,80 +135775,81 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [9942] = 32, + [8557] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2344), 1, + ACTIONS(708), 1, + anon_sym_LF, + ACTIONS(2204), 1, anon_sym_LBRACK, - ACTIONS(2346), 1, + ACTIONS(2206), 1, anon_sym_LPAREN, - ACTIONS(2348), 1, + ACTIONS(2208), 1, anon_sym_DOLLAR, - ACTIONS(2350), 1, - anon_sym_DASH_DASH, - ACTIONS(2352), 1, + ACTIONS(2212), 1, anon_sym_DASH, - ACTIONS(2354), 1, + ACTIONS(2214), 1, anon_sym_LBRACE, - ACTIONS(2356), 1, + ACTIONS(2216), 1, anon_sym_not, - ACTIONS(2368), 1, + ACTIONS(2228), 1, anon_sym_DQUOTE, - ACTIONS(2372), 1, + ACTIONS(2232), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2374), 1, + ACTIONS(2234), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2376), 1, + ACTIONS(2244), 1, + anon_sym_DASH_DASH, + ACTIONS(2246), 1, sym_short_flag, - STATE(118), 1, + STATE(117), 1, sym_val_number, - STATE(1098), 1, + STATE(1085), 1, sym_comment, - STATE(1168), 1, - sym__flag, - STATE(1957), 1, + STATE(1879), 1, sym_expr_parenthesized, - STATE(1965), 1, + STATE(1895), 1, sym__var, - STATE(2019), 1, + STATE(1989), 1, sym__expression, - STATE(2242), 1, - sym_long_flag, - STATE(2280), 1, - sym__inter_double_quotes, - STATE(2282), 1, - sym__inter_single_quotes, - STATE(2308), 1, + STATE(2091), 1, sym__str_double_quotes, - ACTIONS(674), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(676), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2360), 2, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, + sym__inter_double_quotes, + STATE(2773), 1, + sym__flag, + STATE(2919), 1, + sym_long_flag, + ACTIONS(2220), 2, sym_val_nothing, sym_val_date, - ACTIONS(2362), 2, + ACTIONS(2222), 2, anon_sym_true, anon_sym_false, - ACTIONS(2370), 2, + ACTIONS(2230), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2358), 3, + ACTIONS(2218), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2366), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + ACTIONS(706), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2364), 7, + ACTIONS(2224), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -136943,7 +135857,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -136955,80 +135869,81 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [10067] = 32, + [8683] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2344), 1, + ACTIONS(704), 1, + anon_sym_LF, + ACTIONS(2204), 1, anon_sym_LBRACK, - ACTIONS(2346), 1, + ACTIONS(2206), 1, anon_sym_LPAREN, - ACTIONS(2348), 1, + ACTIONS(2208), 1, anon_sym_DOLLAR, - ACTIONS(2350), 1, - anon_sym_DASH_DASH, - ACTIONS(2352), 1, + ACTIONS(2212), 1, anon_sym_DASH, - ACTIONS(2354), 1, + ACTIONS(2214), 1, anon_sym_LBRACE, - ACTIONS(2356), 1, + ACTIONS(2216), 1, anon_sym_not, - ACTIONS(2368), 1, + ACTIONS(2228), 1, anon_sym_DQUOTE, - ACTIONS(2372), 1, + ACTIONS(2232), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2374), 1, + ACTIONS(2234), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2376), 1, + ACTIONS(2244), 1, + anon_sym_DASH_DASH, + ACTIONS(2246), 1, sym_short_flag, - STATE(118), 1, + STATE(117), 1, sym_val_number, - STATE(1099), 1, + STATE(1086), 1, sym_comment, - STATE(1170), 1, - sym__flag, - STATE(1957), 1, + STATE(1879), 1, sym_expr_parenthesized, - STATE(1965), 1, + STATE(1895), 1, sym__var, - STATE(2019), 1, + STATE(1990), 1, sym__expression, - STATE(2242), 1, - sym_long_flag, - STATE(2280), 1, - sym__inter_double_quotes, - STATE(2282), 1, - sym__inter_single_quotes, - STATE(2308), 1, + STATE(2091), 1, sym__str_double_quotes, - ACTIONS(674), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(676), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2360), 2, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, + sym__inter_double_quotes, + STATE(2786), 1, + sym__flag, + STATE(2919), 1, + sym_long_flag, + ACTIONS(2220), 2, sym_val_nothing, sym_val_date, - ACTIONS(2362), 2, + ACTIONS(2222), 2, anon_sym_true, anon_sym_false, - ACTIONS(2370), 2, + ACTIONS(2230), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2358), 3, + ACTIONS(2218), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2366), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + ACTIONS(702), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2364), 7, + ACTIONS(2224), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -137036,7 +135951,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -137048,161 +135963,175 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [10192] = 20, - ACTIONS(157), 1, + [8809] = 32, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2382), 1, - anon_sym_COMMA, - ACTIONS(2394), 1, - anon_sym_SLASH_SLASH, - ACTIONS(2402), 1, - anon_sym_bit_DASHand, - ACTIONS(2404), 1, - anon_sym_bit_DASHxor, - ACTIONS(2406), 1, - anon_sym_bit_DASHor, - ACTIONS(2408), 1, - anon_sym_and, - ACTIONS(2410), 1, - anon_sym_xor, - ACTIONS(2412), 1, - anon_sym_or, - STATE(1100), 1, - sym_comment, - ACTIONS(2384), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(2386), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2392), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(2396), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(2400), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(2390), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(2388), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(2398), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(2378), 13, - sym_cmd_identifier, + ACTIONS(685), 1, + anon_sym_LF, + ACTIONS(2204), 1, + anon_sym_LBRACK, + ACTIONS(2206), 1, + anon_sym_LPAREN, + ACTIONS(2208), 1, anon_sym_DOLLAR, + ACTIONS(2210), 1, + anon_sym_DASH_DASH, + ACTIONS(2212), 1, + anon_sym_DASH, + ACTIONS(2214), 1, + anon_sym_LBRACE, + ACTIONS(2216), 1, anon_sym_not, - anon_sym_DOT_DOT, + ACTIONS(2228), 1, + anon_sym_DQUOTE, + ACTIONS(2232), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2234), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2236), 1, + sym_short_flag, + STATE(117), 1, + sym_val_number, + STATE(1084), 1, + sym__flag, + STATE(1087), 1, + sym_comment, + STATE(1879), 1, + sym_expr_parenthesized, + STATE(1895), 1, + sym__var, + STATE(1965), 1, + sym__expression, + STATE(2088), 1, + sym_long_flag, + STATE(2091), 1, + sym__str_double_quotes, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, + sym__inter_double_quotes, + ACTIONS(2220), 2, sym_val_nothing, + sym_val_date, + ACTIONS(2222), 2, anon_sym_true, anon_sym_false, - aux_sym_val_number_token1, - anon_sym_inf, - anon_sym_NaN, + ACTIONS(2230), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2218), 3, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2380), 16, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, + ACTIONS(683), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + STATE(2127), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + ACTIONS(2224), 7, + aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, + anon_sym_inf, anon_sym_DASHinf, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [10293] = 32, + anon_sym_NaN, + STATE(2090), 11, + sym_val_bool, + sym_val_variable, + 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, + [8935] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2344), 1, + ACTIONS(704), 1, + anon_sym_LF, + ACTIONS(2204), 1, anon_sym_LBRACK, - ACTIONS(2346), 1, + ACTIONS(2206), 1, anon_sym_LPAREN, - ACTIONS(2348), 1, + ACTIONS(2208), 1, anon_sym_DOLLAR, - ACTIONS(2352), 1, + ACTIONS(2210), 1, + anon_sym_DASH_DASH, + ACTIONS(2212), 1, anon_sym_DASH, - ACTIONS(2354), 1, + ACTIONS(2214), 1, anon_sym_LBRACE, - ACTIONS(2356), 1, + ACTIONS(2216), 1, anon_sym_not, - ACTIONS(2368), 1, + ACTIONS(2228), 1, anon_sym_DQUOTE, - ACTIONS(2372), 1, + ACTIONS(2232), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2374), 1, + ACTIONS(2234), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2414), 1, - anon_sym_DASH_DASH, - ACTIONS(2416), 1, + ACTIONS(2236), 1, sym_short_flag, - STATE(118), 1, + STATE(117), 1, sym_val_number, - STATE(1101), 1, + STATE(1077), 1, + sym__flag, + STATE(1088), 1, sym_comment, - STATE(1957), 1, + STATE(1879), 1, sym_expr_parenthesized, - STATE(1965), 1, + STATE(1895), 1, sym__var, - STATE(2065), 1, + STATE(1990), 1, sym__expression, - STATE(2280), 1, - sym__inter_double_quotes, - STATE(2282), 1, - sym__inter_single_quotes, - STATE(2308), 1, - sym__str_double_quotes, - STATE(2869), 1, - sym__flag, - STATE(2974), 1, + STATE(2088), 1, sym_long_flag, - ACTIONS(670), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(672), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2360), 2, + STATE(2091), 1, + sym__str_double_quotes, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, + sym__inter_double_quotes, + ACTIONS(2220), 2, sym_val_nothing, sym_val_date, - ACTIONS(2362), 2, + ACTIONS(2222), 2, anon_sym_true, anon_sym_false, - ACTIONS(2370), 2, + ACTIONS(2230), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2358), 3, + ACTIONS(2218), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2366), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + ACTIONS(702), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2364), 7, + ACTIONS(2224), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -137210,7 +136139,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -137222,80 +136151,81 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [10418] = 32, + [9061] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2344), 1, + ACTIONS(708), 1, + anon_sym_LF, + ACTIONS(2204), 1, anon_sym_LBRACK, - ACTIONS(2346), 1, + ACTIONS(2206), 1, anon_sym_LPAREN, - ACTIONS(2348), 1, + ACTIONS(2208), 1, anon_sym_DOLLAR, - ACTIONS(2350), 1, + ACTIONS(2210), 1, anon_sym_DASH_DASH, - ACTIONS(2352), 1, + ACTIONS(2212), 1, anon_sym_DASH, - ACTIONS(2354), 1, + ACTIONS(2214), 1, anon_sym_LBRACE, - ACTIONS(2356), 1, + ACTIONS(2216), 1, anon_sym_not, - ACTIONS(2368), 1, + ACTIONS(2228), 1, anon_sym_DQUOTE, - ACTIONS(2372), 1, + ACTIONS(2232), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2374), 1, + ACTIONS(2234), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2376), 1, + ACTIONS(2236), 1, sym_short_flag, - STATE(118), 1, + STATE(117), 1, sym_val_number, - STATE(1101), 1, + STATE(1086), 1, sym__flag, - STATE(1102), 1, + STATE(1089), 1, sym_comment, - STATE(1957), 1, + STATE(1879), 1, sym_expr_parenthesized, - STATE(1965), 1, + STATE(1895), 1, sym__var, - STATE(2057), 1, + STATE(1989), 1, sym__expression, - STATE(2242), 1, + STATE(2088), 1, sym_long_flag, - STATE(2280), 1, - sym__inter_double_quotes, - STATE(2282), 1, - sym__inter_single_quotes, - STATE(2308), 1, + STATE(2091), 1, sym__str_double_quotes, - ACTIONS(662), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(664), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2360), 2, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, + sym__inter_double_quotes, + ACTIONS(2220), 2, sym_val_nothing, sym_val_date, - ACTIONS(2362), 2, + ACTIONS(2222), 2, anon_sym_true, anon_sym_false, - ACTIONS(2370), 2, + ACTIONS(2230), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2358), 3, + ACTIONS(2218), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2366), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + ACTIONS(706), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2364), 7, + ACTIONS(2224), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -137303,7 +136233,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -137315,80 +136245,81 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [10543] = 32, + [9187] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2344), 1, + ACTIONS(629), 1, + anon_sym_LF, + ACTIONS(2204), 1, anon_sym_LBRACK, - ACTIONS(2346), 1, + ACTIONS(2206), 1, anon_sym_LPAREN, - ACTIONS(2348), 1, + ACTIONS(2208), 1, anon_sym_DOLLAR, - ACTIONS(2352), 1, + ACTIONS(2212), 1, anon_sym_DASH, - ACTIONS(2354), 1, + ACTIONS(2214), 1, anon_sym_LBRACE, - ACTIONS(2356), 1, + ACTIONS(2216), 1, anon_sym_not, - ACTIONS(2368), 1, + ACTIONS(2228), 1, anon_sym_DQUOTE, - ACTIONS(2372), 1, + ACTIONS(2232), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2374), 1, + ACTIONS(2234), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2414), 1, + ACTIONS(2244), 1, anon_sym_DASH_DASH, - ACTIONS(2416), 1, + ACTIONS(2246), 1, sym_short_flag, - STATE(118), 1, + STATE(117), 1, sym_val_number, - STATE(1103), 1, + STATE(1090), 1, sym_comment, - STATE(1957), 1, + STATE(1879), 1, sym_expr_parenthesized, - STATE(1965), 1, + STATE(1895), 1, sym__var, - STATE(2057), 1, + STATE(1983), 1, sym__expression, - STATE(2280), 1, - sym__inter_double_quotes, - STATE(2282), 1, - sym__inter_single_quotes, - STATE(2308), 1, + STATE(2091), 1, sym__str_double_quotes, - STATE(2871), 1, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, + sym__inter_double_quotes, + STATE(2788), 1, sym__flag, - STATE(2974), 1, + STATE(2919), 1, sym_long_flag, - ACTIONS(662), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(664), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2360), 2, + ACTIONS(2220), 2, sym_val_nothing, sym_val_date, - ACTIONS(2362), 2, + ACTIONS(2222), 2, anon_sym_true, anon_sym_false, - ACTIONS(2370), 2, + ACTIONS(2230), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2358), 3, + ACTIONS(2218), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2366), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + ACTIONS(627), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2364), 7, + ACTIONS(2224), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -137396,7 +136327,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -137408,80 +136339,145 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [10668] = 32, + [9313] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(1091), 1, + sym_comment, + ACTIONS(854), 14, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_not, + anon_sym_DOT_DOT, + aux_sym_val_number_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(856), 44, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [9382] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2344), 1, + ACTIONS(2280), 1, anon_sym_LBRACK, - ACTIONS(2346), 1, + ACTIONS(2282), 1, anon_sym_LPAREN, - ACTIONS(2348), 1, + ACTIONS(2284), 1, anon_sym_DOLLAR, - ACTIONS(2350), 1, + ACTIONS(2286), 1, anon_sym_DASH_DASH, - ACTIONS(2352), 1, + ACTIONS(2288), 1, anon_sym_DASH, - ACTIONS(2354), 1, + ACTIONS(2290), 1, anon_sym_LBRACE, - ACTIONS(2356), 1, + ACTIONS(2292), 1, anon_sym_not, - ACTIONS(2368), 1, + ACTIONS(2304), 1, anon_sym_DQUOTE, - ACTIONS(2372), 1, + ACTIONS(2308), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2374), 1, + ACTIONS(2310), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2376), 1, + ACTIONS(2312), 1, sym_short_flag, - STATE(118), 1, + STATE(119), 1, sym_val_number, - STATE(1104), 1, + STATE(1092), 1, sym_comment, - STATE(1150), 1, + STATE(1145), 1, sym__flag, - STATE(1957), 1, + STATE(1908), 1, sym_expr_parenthesized, - STATE(1965), 1, + STATE(1949), 1, sym__var, - STATE(2019), 1, + STATE(2084), 1, sym__expression, - STATE(2242), 1, + STATE(2212), 1, sym_long_flag, - STATE(2280), 1, + STATE(2216), 1, sym__inter_double_quotes, - STATE(2282), 1, + STATE(2217), 1, sym__inter_single_quotes, - STATE(2308), 1, + STATE(2289), 1, sym__str_double_quotes, - ACTIONS(674), 2, + ACTIONS(698), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(676), 2, + ACTIONS(700), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2360), 2, + ACTIONS(2296), 2, sym_val_nothing, sym_val_date, - ACTIONS(2362), 2, + ACTIONS(2298), 2, anon_sym_true, anon_sym_false, - ACTIONS(2370), 2, + ACTIONS(2306), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2358), 3, + ACTIONS(2294), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2366), 3, + ACTIONS(2302), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + STATE(2301), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2364), 7, + ACTIONS(2300), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -137489,7 +136485,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(2220), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -137501,92 +136497,88 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [10793] = 36, - ACTIONS(157), 1, + [9507] = 32, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2306), 1, + ACTIONS(2280), 1, anon_sym_LBRACK, - ACTIONS(2308), 1, + ACTIONS(2282), 1, anon_sym_LPAREN, - ACTIONS(2310), 1, + ACTIONS(2284), 1, anon_sym_DOLLAR, - ACTIONS(2312), 1, + ACTIONS(2286), 1, + anon_sym_DASH_DASH, + ACTIONS(2288), 1, anon_sym_DASH, - ACTIONS(2314), 1, + ACTIONS(2290), 1, anon_sym_LBRACE, - ACTIONS(2318), 1, - anon_sym__, - ACTIONS(2320), 1, + ACTIONS(2292), 1, anon_sym_not, - ACTIONS(2324), 1, - anon_sym_DOT_DOT, - ACTIONS(2330), 1, - aux_sym_val_number_token1, - ACTIONS(2336), 1, + ACTIONS(2304), 1, anon_sym_DQUOTE, - ACTIONS(2340), 1, + ACTIONS(2308), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2342), 1, + ACTIONS(2310), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2418), 1, - anon_sym_RBRACE, - STATE(120), 1, + ACTIONS(2312), 1, + sym_short_flag, + STATE(119), 1, sym_val_number, - STATE(1105), 1, + STATE(1093), 1, sym_comment, - STATE(1120), 1, - aux_sym_ctrl_match_repeat1, - STATE(1921), 1, - sym__var, - STATE(1963), 1, + STATE(1199), 1, + sym__flag, + STATE(1908), 1, sym_expr_parenthesized, - STATE(2195), 1, + STATE(1949), 1, + sym__var, + STATE(2079), 1, + sym__expression, + STATE(2212), 1, + sym_long_flag, + STATE(2216), 1, sym__inter_double_quotes, - STATE(2196), 1, + STATE(2217), 1, sym__inter_single_quotes, - STATE(2248), 1, + STATE(2289), 1, sym__str_double_quotes, - STATE(2333), 1, - sym__expression, - STATE(2638), 1, - sym_match_arm, - STATE(3679), 1, - sym_match_pattern, - STATE(3688), 1, - sym__match_or_pattern, - STATE(3696), 1, - sym__match_list_destructure_pattern, - STATE(3711), 1, - sym_default_arm, - ACTIONS(2322), 2, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - ACTIONS(2326), 2, + ACTIONS(702), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(704), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2296), 2, sym_val_nothing, sym_val_date, - ACTIONS(2328), 2, + ACTIONS(2298), 2, anon_sym_true, anon_sym_false, - ACTIONS(2338), 2, + ACTIONS(2306), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2334), 3, + ACTIONS(2294), 3, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(2302), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2227), 4, + STATE(2301), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2332), 6, + ACTIONS(2300), 7, + aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2199), 11, + STATE(2220), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -137598,12 +136590,12 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [10926] = 4, + [9632] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1106), 1, + STATE(1094), 1, sym_comment, - ACTIONS(826), 26, + ACTIONS(821), 26, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -137630,7 +136622,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(824), 32, + ACTIONS(819), 32, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -137663,35 +136655,286 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [10995] = 11, + [9701] = 32, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2280), 1, + anon_sym_LBRACK, + ACTIONS(2282), 1, + anon_sym_LPAREN, + ACTIONS(2284), 1, + anon_sym_DOLLAR, + ACTIONS(2288), 1, + anon_sym_DASH, + ACTIONS(2290), 1, + anon_sym_LBRACE, + ACTIONS(2292), 1, + anon_sym_not, + ACTIONS(2304), 1, + anon_sym_DQUOTE, + ACTIONS(2308), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2310), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2314), 1, + anon_sym_DASH_DASH, + ACTIONS(2316), 1, + sym_short_flag, + STATE(119), 1, + sym_val_number, + STATE(1095), 1, + sym_comment, + STATE(1908), 1, + sym_expr_parenthesized, + STATE(1949), 1, + sym__var, + STATE(2079), 1, + sym__expression, + STATE(2216), 1, + sym__inter_double_quotes, + STATE(2217), 1, + sym__inter_single_quotes, + STATE(2289), 1, + sym__str_double_quotes, + STATE(2844), 1, + sym__flag, + STATE(2950), 1, + sym_long_flag, + ACTIONS(702), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(704), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2296), 2, + sym_val_nothing, + sym_val_date, + ACTIONS(2298), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2306), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2294), 3, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(2302), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2301), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + ACTIONS(2300), 7, + aux_sym_val_number_token1, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + STATE(2220), 11, + sym_val_bool, + sym_val_variable, + 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, + [9826] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(1096), 1, + sym_comment, + ACTIONS(793), 14, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_not, + anon_sym_DOT_DOT, + aux_sym_val_number_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(795), 44, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [9895] = 32, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2280), 1, + anon_sym_LBRACK, + ACTIONS(2282), 1, + anon_sym_LPAREN, + ACTIONS(2284), 1, + anon_sym_DOLLAR, + ACTIONS(2286), 1, + anon_sym_DASH_DASH, + ACTIONS(2288), 1, + anon_sym_DASH, + ACTIONS(2290), 1, + anon_sym_LBRACE, + ACTIONS(2292), 1, + anon_sym_not, + ACTIONS(2304), 1, + anon_sym_DQUOTE, + ACTIONS(2308), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2310), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2312), 1, + sym_short_flag, + STATE(119), 1, + sym_val_number, + STATE(1093), 1, + sym__flag, + STATE(1097), 1, + sym_comment, + STATE(1908), 1, + sym_expr_parenthesized, + STATE(1949), 1, + sym__var, + STATE(2074), 1, + sym__expression, + STATE(2212), 1, + sym_long_flag, + STATE(2216), 1, + sym__inter_double_quotes, + STATE(2217), 1, + sym__inter_single_quotes, + STATE(2289), 1, + sym__str_double_quotes, + ACTIONS(706), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(708), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2296), 2, + sym_val_nothing, + sym_val_date, + ACTIONS(2298), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2306), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2294), 3, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(2302), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2301), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + ACTIONS(2300), 7, + aux_sym_val_number_token1, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + STATE(2220), 11, + sym_val_bool, + sym_val_variable, + 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, + [10020] = 11, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2394), 1, + ACTIONS(2326), 1, anon_sym_SLASH_SLASH, - STATE(1107), 1, + STATE(1098), 1, sym_comment, - ACTIONS(2384), 2, + ACTIONS(2318), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(2386), 2, + ACTIONS(2320), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2392), 2, + ACTIONS(2324), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(2396), 2, + ACTIONS(2328), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(2390), 3, + ACTIONS(2322), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(2398), 4, + ACTIONS(2330), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(783), 19, + ACTIONS(771), 19, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -137711,7 +136954,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(781), 23, + ACTIONS(769), 23, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_in, @@ -137735,24 +136978,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [11078] = 8, + [10103] = 8, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2394), 1, + ACTIONS(2326), 1, anon_sym_SLASH_SLASH, - STATE(1108), 1, + STATE(1099), 1, sym_comment, - ACTIONS(2386), 2, + ACTIONS(2320), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2392), 2, + ACTIONS(2324), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(2390), 3, + ACTIONS(2322), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(783), 23, + ACTIONS(771), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -137776,7 +137019,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(781), 27, + ACTIONS(769), 27, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -137804,40 +137047,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [11155] = 12, + [10180] = 12, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2394), 1, + ACTIONS(2326), 1, anon_sym_SLASH_SLASH, - STATE(1109), 1, + STATE(1100), 1, sym_comment, - ACTIONS(2384), 2, + ACTIONS(2318), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(2386), 2, + ACTIONS(2320), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2392), 2, + ACTIONS(2324), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(2396), 2, + ACTIONS(2328), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(2390), 3, + ACTIONS(2322), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(2388), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(2398), 4, + ACTIONS(2330), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 19, + ACTIONS(2332), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(769), 19, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_bit_DASHand, @@ -137857,7 +137100,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(783), 19, + ACTIONS(771), 19, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -137877,21 +137120,21 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [11240] = 7, + [10265] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2394), 1, + ACTIONS(2326), 1, anon_sym_SLASH_SLASH, - STATE(1110), 1, + STATE(1101), 1, sym_comment, - ACTIONS(2392), 2, + ACTIONS(2324), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(2390), 3, + ACTIONS(2322), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(783), 23, + ACTIONS(771), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -137915,7 +137158,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(781), 29, + ACTIONS(769), 29, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -137945,15 +137188,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [11315] = 5, + [10340] = 5, ACTIONS(157), 1, anon_sym_POUND, - STATE(1111), 1, + STATE(1102), 1, sym_comment, - ACTIONS(2392), 2, + ACTIONS(2324), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(783), 24, + ACTIONS(771), 24, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -137978,7 +137221,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(781), 32, + ACTIONS(769), 32, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -138011,27 +137254,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [11386] = 9, + [10411] = 9, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2394), 1, + ACTIONS(2326), 1, anon_sym_SLASH_SLASH, - STATE(1112), 1, + STATE(1103), 1, sym_comment, - ACTIONS(2386), 2, + ACTIONS(2320), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2392), 2, + ACTIONS(2324), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(2396), 2, + ACTIONS(2328), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(2390), 3, + ACTIONS(2322), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(783), 23, + ACTIONS(771), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -138055,7 +137298,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(781), 25, + ACTIONS(769), 25, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -138081,43 +137324,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [11465] = 13, + [10490] = 13, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2394), 1, + ACTIONS(2326), 1, anon_sym_SLASH_SLASH, - STATE(1113), 1, + STATE(1104), 1, sym_comment, - ACTIONS(2384), 2, + ACTIONS(2318), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(2386), 2, + ACTIONS(2320), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2392), 2, + ACTIONS(2324), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(2396), 2, + ACTIONS(2328), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(2400), 2, + ACTIONS(2334), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2390), 3, + ACTIONS(2322), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(2388), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(2398), 4, + ACTIONS(2330), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(783), 17, + ACTIONS(2332), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(771), 17, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -138135,7 +137378,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(781), 19, + ACTIONS(769), 19, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_bit_DASHand, @@ -138155,45 +137398,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [11552] = 14, + [10577] = 14, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2394), 1, + ACTIONS(2326), 1, anon_sym_SLASH_SLASH, - ACTIONS(2402), 1, + ACTIONS(2336), 1, anon_sym_bit_DASHand, - STATE(1114), 1, + STATE(1105), 1, sym_comment, - ACTIONS(2384), 2, + ACTIONS(2318), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(2386), 2, + ACTIONS(2320), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2392), 2, + ACTIONS(2324), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(2396), 2, + ACTIONS(2328), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(2400), 2, + ACTIONS(2334), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2390), 3, + ACTIONS(2322), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(2388), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(2398), 4, + ACTIONS(2330), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(783), 17, + ACTIONS(2332), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(771), 17, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -138211,7 +137454,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(781), 18, + ACTIONS(769), 18, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_bit_DASHxor, @@ -138230,47 +137473,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [11641] = 15, + [10666] = 15, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2394), 1, + ACTIONS(2326), 1, anon_sym_SLASH_SLASH, - ACTIONS(2402), 1, + ACTIONS(2336), 1, anon_sym_bit_DASHand, - ACTIONS(2404), 1, + ACTIONS(2338), 1, anon_sym_bit_DASHxor, - STATE(1115), 1, + STATE(1106), 1, sym_comment, - ACTIONS(2384), 2, + ACTIONS(2318), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(2386), 2, + ACTIONS(2320), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2392), 2, + ACTIONS(2324), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(2396), 2, + ACTIONS(2328), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(2400), 2, + ACTIONS(2334), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2390), 3, + ACTIONS(2322), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(2388), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(2398), 4, + ACTIONS(2330), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 17, + ACTIONS(2332), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(769), 17, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_bit_DASHor, @@ -138288,7 +137531,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(783), 17, + ACTIONS(771), 17, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -138306,49 +137549,49 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [11732] = 16, + [10757] = 16, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2394), 1, + ACTIONS(2326), 1, anon_sym_SLASH_SLASH, - ACTIONS(2402), 1, + ACTIONS(2336), 1, anon_sym_bit_DASHand, - ACTIONS(2404), 1, + ACTIONS(2338), 1, anon_sym_bit_DASHxor, - ACTIONS(2406), 1, + ACTIONS(2340), 1, anon_sym_bit_DASHor, - STATE(1116), 1, + STATE(1107), 1, sym_comment, - ACTIONS(2384), 2, + ACTIONS(2318), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(2386), 2, + ACTIONS(2320), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2392), 2, + ACTIONS(2324), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(2396), 2, + ACTIONS(2328), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(2400), 2, + ACTIONS(2334), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2390), 3, + ACTIONS(2322), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(2388), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(2398), 4, + ACTIONS(2330), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 16, + ACTIONS(2332), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(769), 16, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_and, @@ -138365,7 +137608,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(783), 17, + ACTIONS(771), 17, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -138383,51 +137626,51 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [11825] = 17, + [10850] = 17, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2394), 1, + ACTIONS(2326), 1, anon_sym_SLASH_SLASH, - ACTIONS(2402), 1, + ACTIONS(2336), 1, anon_sym_bit_DASHand, - ACTIONS(2404), 1, + ACTIONS(2338), 1, anon_sym_bit_DASHxor, - ACTIONS(2406), 1, + ACTIONS(2340), 1, anon_sym_bit_DASHor, - ACTIONS(2408), 1, + ACTIONS(2342), 1, anon_sym_and, - STATE(1117), 1, + STATE(1108), 1, sym_comment, - ACTIONS(2384), 2, + ACTIONS(2318), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(2386), 2, + ACTIONS(2320), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2392), 2, + ACTIONS(2324), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(2396), 2, + ACTIONS(2328), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(2400), 2, + ACTIONS(2334), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2390), 3, + ACTIONS(2322), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(2388), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(2398), 4, + ACTIONS(2330), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 15, + ACTIONS(2332), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(769), 15, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_xor, @@ -138443,7 +137686,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(783), 17, + ACTIONS(771), 17, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -138461,53 +137704,53 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [11920] = 18, + [10945] = 18, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2394), 1, + ACTIONS(2326), 1, anon_sym_SLASH_SLASH, - ACTIONS(2402), 1, + ACTIONS(2336), 1, anon_sym_bit_DASHand, - ACTIONS(2404), 1, + ACTIONS(2338), 1, anon_sym_bit_DASHxor, - ACTIONS(2406), 1, + ACTIONS(2340), 1, anon_sym_bit_DASHor, - ACTIONS(2408), 1, + ACTIONS(2342), 1, anon_sym_and, - ACTIONS(2410), 1, + ACTIONS(2344), 1, anon_sym_xor, - STATE(1118), 1, + STATE(1109), 1, sym_comment, - ACTIONS(2384), 2, + ACTIONS(2318), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(2386), 2, + ACTIONS(2320), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2392), 2, + ACTIONS(2324), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(2396), 2, + ACTIONS(2328), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(2400), 2, + ACTIONS(2334), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2390), 3, + ACTIONS(2322), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(2388), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(2398), 4, + ACTIONS(2330), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 14, + ACTIONS(2332), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(769), 14, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_or, @@ -138522,7 +137765,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(783), 17, + ACTIONS(771), 17, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -138540,55 +137783,55 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [12017] = 19, + [11042] = 19, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2394), 1, + ACTIONS(2326), 1, anon_sym_SLASH_SLASH, - ACTIONS(2402), 1, + ACTIONS(2336), 1, anon_sym_bit_DASHand, - ACTIONS(2404), 1, + ACTIONS(2338), 1, anon_sym_bit_DASHxor, - ACTIONS(2406), 1, + ACTIONS(2340), 1, anon_sym_bit_DASHor, - ACTIONS(2408), 1, + ACTIONS(2342), 1, anon_sym_and, - ACTIONS(2410), 1, + ACTIONS(2344), 1, anon_sym_xor, - ACTIONS(2412), 1, + ACTIONS(2346), 1, anon_sym_or, - STATE(1119), 1, + STATE(1110), 1, sym_comment, - ACTIONS(2384), 2, + ACTIONS(2318), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(2386), 2, + ACTIONS(2320), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2392), 2, + ACTIONS(2324), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(2396), 2, + ACTIONS(2328), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(2400), 2, + ACTIONS(2334), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2390), 3, + ACTIONS(2322), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(2388), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(2398), 4, + ACTIONS(2330), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 13, + ACTIONS(2332), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(769), 13, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_not, @@ -138602,7 +137845,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(783), 17, + ACTIONS(771), 17, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -138620,177 +137863,80 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [12116] = 36, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2306), 1, - anon_sym_LBRACK, - ACTIONS(2308), 1, - anon_sym_LPAREN, - ACTIONS(2310), 1, - anon_sym_DOLLAR, - ACTIONS(2312), 1, - anon_sym_DASH, - ACTIONS(2314), 1, - anon_sym_LBRACE, - ACTIONS(2318), 1, - anon_sym__, - ACTIONS(2320), 1, - anon_sym_not, - ACTIONS(2324), 1, - anon_sym_DOT_DOT, - ACTIONS(2330), 1, - aux_sym_val_number_token1, - ACTIONS(2336), 1, - anon_sym_DQUOTE, - ACTIONS(2340), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2342), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(2420), 1, - anon_sym_RBRACE, - STATE(120), 1, - sym_val_number, - STATE(1120), 1, - sym_comment, - STATE(1201), 1, - aux_sym_ctrl_match_repeat1, - STATE(1921), 1, - sym__var, - STATE(1963), 1, - sym_expr_parenthesized, - STATE(2195), 1, - sym__inter_double_quotes, - STATE(2196), 1, - sym__inter_single_quotes, - STATE(2248), 1, - sym__str_double_quotes, - STATE(2333), 1, - sym__expression, - STATE(2638), 1, - sym_match_arm, - STATE(3679), 1, - sym_match_pattern, - STATE(3688), 1, - sym__match_or_pattern, - STATE(3696), 1, - sym__match_list_destructure_pattern, - STATE(3703), 1, - sym_default_arm, - ACTIONS(2322), 2, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - ACTIONS(2326), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(2328), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2338), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2334), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(2227), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(2332), 6, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - STATE(2199), 11, - sym_val_bool, - sym_val_variable, - 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, - [12249] = 32, + [11141] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2344), 1, + ACTIONS(2280), 1, anon_sym_LBRACK, - ACTIONS(2346), 1, + ACTIONS(2282), 1, anon_sym_LPAREN, - ACTIONS(2348), 1, + ACTIONS(2284), 1, anon_sym_DOLLAR, - ACTIONS(2350), 1, + ACTIONS(2286), 1, anon_sym_DASH_DASH, - ACTIONS(2352), 1, + ACTIONS(2288), 1, anon_sym_DASH, - ACTIONS(2354), 1, + ACTIONS(2290), 1, anon_sym_LBRACE, - ACTIONS(2356), 1, + ACTIONS(2292), 1, anon_sym_not, - ACTIONS(2368), 1, + ACTIONS(2304), 1, anon_sym_DQUOTE, - ACTIONS(2372), 1, + ACTIONS(2308), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2374), 1, + ACTIONS(2310), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2376), 1, + ACTIONS(2312), 1, sym_short_flag, - STATE(118), 1, + STATE(119), 1, sym_val_number, - STATE(1102), 1, + STATE(1095), 1, sym__flag, - STATE(1121), 1, + STATE(1111), 1, sym_comment, - STATE(1957), 1, + STATE(1908), 1, sym_expr_parenthesized, - STATE(1965), 1, + STATE(1949), 1, sym__var, - STATE(2056), 1, + STATE(2074), 1, sym__expression, - STATE(2242), 1, + STATE(2212), 1, sym_long_flag, - STATE(2280), 1, + STATE(2216), 1, sym__inter_double_quotes, - STATE(2282), 1, + STATE(2217), 1, sym__inter_single_quotes, - STATE(2308), 1, + STATE(2289), 1, sym__str_double_quotes, - ACTIONS(678), 2, + ACTIONS(706), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(680), 2, + ACTIONS(708), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2360), 2, + ACTIONS(2296), 2, sym_val_nothing, sym_val_date, - ACTIONS(2362), 2, + ACTIONS(2298), 2, anon_sym_true, anon_sym_false, - ACTIONS(2370), 2, + ACTIONS(2306), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2358), 3, + ACTIONS(2294), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2366), 3, + ACTIONS(2302), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + STATE(2301), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2364), 7, + ACTIONS(2300), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -138798,7 +137944,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(2220), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -138810,80 +137956,145 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [12374] = 32, + [11266] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(1112), 1, + sym_comment, + ACTIONS(809), 14, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_not, + anon_sym_DOT_DOT, + aux_sym_val_number_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(811), 44, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [11335] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2344), 1, + ACTIONS(2280), 1, anon_sym_LBRACK, - ACTIONS(2346), 1, + ACTIONS(2282), 1, anon_sym_LPAREN, - ACTIONS(2348), 1, + ACTIONS(2284), 1, anon_sym_DOLLAR, - ACTIONS(2350), 1, - anon_sym_DASH_DASH, - ACTIONS(2352), 1, + ACTIONS(2288), 1, anon_sym_DASH, - ACTIONS(2354), 1, + ACTIONS(2290), 1, anon_sym_LBRACE, - ACTIONS(2356), 1, + ACTIONS(2292), 1, anon_sym_not, - ACTIONS(2368), 1, + ACTIONS(2304), 1, anon_sym_DQUOTE, - ACTIONS(2372), 1, + ACTIONS(2308), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2374), 1, + ACTIONS(2310), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2376), 1, + ACTIONS(2314), 1, + anon_sym_DASH_DASH, + ACTIONS(2316), 1, sym_short_flag, - STATE(118), 1, + STATE(119), 1, sym_val_number, - STATE(1103), 1, - sym__flag, - STATE(1122), 1, + STATE(1113), 1, sym_comment, - STATE(1957), 1, + STATE(1908), 1, sym_expr_parenthesized, - STATE(1965), 1, + STATE(1949), 1, sym__var, - STATE(2056), 1, + STATE(2074), 1, sym__expression, - STATE(2242), 1, - sym_long_flag, - STATE(2280), 1, + STATE(2216), 1, sym__inter_double_quotes, - STATE(2282), 1, + STATE(2217), 1, sym__inter_single_quotes, - STATE(2308), 1, + STATE(2289), 1, sym__str_double_quotes, - ACTIONS(678), 2, + STATE(2841), 1, + sym__flag, + STATE(2950), 1, + sym_long_flag, + ACTIONS(706), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(680), 2, + ACTIONS(708), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2360), 2, + ACTIONS(2296), 2, sym_val_nothing, sym_val_date, - ACTIONS(2362), 2, + ACTIONS(2298), 2, anon_sym_true, anon_sym_false, - ACTIONS(2370), 2, + ACTIONS(2306), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2358), 3, + ACTIONS(2294), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2366), 3, + ACTIONS(2302), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + STATE(2301), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2364), 7, + ACTIONS(2300), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -138891,7 +138102,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(2220), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -138903,153 +138114,157 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [12499] = 4, + [11460] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1123), 1, + STATE(1114), 1, sym_comment, - ACTIONS(846), 26, + ACTIONS(826), 14, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_not, + anon_sym_DOT_DOT, + aux_sym_val_number_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(828), 44, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_DASHinf, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(844), 32, - sym_cmd_identifier, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_LT2, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, + 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_not, - anon_sym_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, sym_val_nothing, 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, anon_sym_inf, + anon_sym_DASHinf, anon_sym_NaN, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - [12568] = 32, - ACTIONS(3), 1, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [11529] = 36, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2344), 1, + ACTIONS(2348), 1, anon_sym_LBRACK, - ACTIONS(2346), 1, + ACTIONS(2350), 1, anon_sym_LPAREN, - ACTIONS(2348), 1, - anon_sym_DOLLAR, ACTIONS(2352), 1, - anon_sym_DASH, + anon_sym_DOLLAR, ACTIONS(2354), 1, - anon_sym_LBRACE, + anon_sym_DASH, ACTIONS(2356), 1, + anon_sym_LBRACE, + ACTIONS(2358), 1, + anon_sym_RBRACE, + ACTIONS(2360), 1, + anon_sym__, + ACTIONS(2362), 1, anon_sym_not, - ACTIONS(2368), 1, - anon_sym_DQUOTE, + ACTIONS(2366), 1, + anon_sym_DOT_DOT, ACTIONS(2372), 1, + aux_sym_val_number_token1, + ACTIONS(2378), 1, + anon_sym_DQUOTE, + ACTIONS(2382), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2414), 1, - anon_sym_DASH_DASH, - ACTIONS(2416), 1, - sym_short_flag, - STATE(118), 1, + STATE(124), 1, sym_val_number, - STATE(1124), 1, + STATE(1115), 1, sym_comment, - STATE(1957), 1, + STATE(1157), 1, + aux_sym_ctrl_match_repeat1, + STATE(1963), 1, sym_expr_parenthesized, - STATE(1965), 1, + STATE(1981), 1, sym__var, - STATE(2056), 1, - sym__expression, - STATE(2280), 1, + STATE(2201), 1, sym__inter_double_quotes, - STATE(2282), 1, + STATE(2211), 1, sym__inter_single_quotes, - STATE(2308), 1, + STATE(2251), 1, sym__str_double_quotes, - STATE(2873), 1, - sym__flag, - STATE(2974), 1, - sym_long_flag, - ACTIONS(678), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(680), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2360), 2, + STATE(2358), 1, + sym__expression, + STATE(2643), 1, + sym_match_arm, + STATE(3595), 1, + sym_match_pattern, + STATE(3596), 1, + sym__match_or_pattern, + STATE(3597), 1, + sym__match_list_destructure_pattern, + STATE(3624), 1, + sym_default_arm, + ACTIONS(2364), 2, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + ACTIONS(2368), 2, sym_val_nothing, sym_val_date, - ACTIONS(2362), 2, + ACTIONS(2370), 2, anon_sym_true, anon_sym_false, - ACTIONS(2370), 2, + ACTIONS(2380), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2358), 3, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(2366), 3, + ACTIONS(2376), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + STATE(2172), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2364), 7, - aux_sym_val_number_token1, + ACTIONS(2374), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(2222), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -139061,80 +138276,80 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [12693] = 32, + [11662] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2344), 1, + ACTIONS(2280), 1, anon_sym_LBRACK, - ACTIONS(2346), 1, + ACTIONS(2282), 1, anon_sym_LPAREN, - ACTIONS(2348), 1, + ACTIONS(2284), 1, anon_sym_DOLLAR, - ACTIONS(2350), 1, + ACTIONS(2286), 1, anon_sym_DASH_DASH, - ACTIONS(2352), 1, + ACTIONS(2288), 1, anon_sym_DASH, - ACTIONS(2354), 1, + ACTIONS(2290), 1, anon_sym_LBRACE, - ACTIONS(2356), 1, + ACTIONS(2292), 1, anon_sym_not, - ACTIONS(2368), 1, + ACTIONS(2304), 1, anon_sym_DQUOTE, - ACTIONS(2372), 1, + ACTIONS(2308), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2374), 1, + ACTIONS(2310), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2376), 1, + ACTIONS(2312), 1, sym_short_flag, - STATE(118), 1, + STATE(119), 1, sym_val_number, - STATE(1121), 1, + STATE(1097), 1, sym__flag, - STATE(1125), 1, + STATE(1116), 1, sym_comment, - STATE(1957), 1, + STATE(1908), 1, sym_expr_parenthesized, - STATE(1965), 1, + STATE(1949), 1, sym__var, - STATE(2050), 1, + STATE(2066), 1, sym__expression, - STATE(2242), 1, + STATE(2212), 1, sym_long_flag, - STATE(2280), 1, + STATE(2216), 1, sym__inter_double_quotes, - STATE(2282), 1, + STATE(2217), 1, sym__inter_single_quotes, - STATE(2308), 1, + STATE(2289), 1, sym__str_double_quotes, - ACTIONS(619), 2, + ACTIONS(627), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(621), 2, + ACTIONS(629), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2360), 2, + ACTIONS(2296), 2, sym_val_nothing, sym_val_date, - ACTIONS(2362), 2, + ACTIONS(2298), 2, anon_sym_true, anon_sym_false, - ACTIONS(2370), 2, + ACTIONS(2306), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2358), 3, + ACTIONS(2294), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2366), 3, + ACTIONS(2302), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + STATE(2301), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2364), 7, + ACTIONS(2300), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -139142,7 +138357,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(2220), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -139154,80 +138369,80 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [12818] = 32, + [11787] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2344), 1, + ACTIONS(2280), 1, anon_sym_LBRACK, - ACTIONS(2346), 1, + ACTIONS(2282), 1, anon_sym_LPAREN, - ACTIONS(2348), 1, + ACTIONS(2284), 1, anon_sym_DOLLAR, - ACTIONS(2350), 1, + ACTIONS(2286), 1, anon_sym_DASH_DASH, - ACTIONS(2352), 1, + ACTIONS(2288), 1, anon_sym_DASH, - ACTIONS(2354), 1, + ACTIONS(2290), 1, anon_sym_LBRACE, - ACTIONS(2356), 1, + ACTIONS(2292), 1, anon_sym_not, - ACTIONS(2368), 1, + ACTIONS(2304), 1, anon_sym_DQUOTE, - ACTIONS(2372), 1, + ACTIONS(2308), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2374), 1, + ACTIONS(2310), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2376), 1, + ACTIONS(2312), 1, sym_short_flag, - STATE(118), 1, + STATE(119), 1, sym_val_number, - STATE(1122), 1, + STATE(1111), 1, sym__flag, - STATE(1126), 1, + STATE(1117), 1, sym_comment, - STATE(1957), 1, + STATE(1908), 1, sym_expr_parenthesized, - STATE(1965), 1, + STATE(1949), 1, sym__var, - STATE(2050), 1, + STATE(2066), 1, sym__expression, - STATE(2242), 1, + STATE(2212), 1, sym_long_flag, - STATE(2280), 1, + STATE(2216), 1, sym__inter_double_quotes, - STATE(2282), 1, + STATE(2217), 1, sym__inter_single_quotes, - STATE(2308), 1, + STATE(2289), 1, sym__str_double_quotes, - ACTIONS(619), 2, + ACTIONS(627), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(621), 2, + ACTIONS(629), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2360), 2, + ACTIONS(2296), 2, sym_val_nothing, sym_val_date, - ACTIONS(2362), 2, + ACTIONS(2298), 2, anon_sym_true, anon_sym_false, - ACTIONS(2370), 2, + ACTIONS(2306), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2358), 3, + ACTIONS(2294), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2366), 3, + ACTIONS(2302), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + STATE(2301), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2364), 7, + ACTIONS(2300), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -139235,7 +138450,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(2220), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -139247,80 +138462,80 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [12943] = 32, + [11912] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2344), 1, + ACTIONS(2280), 1, anon_sym_LBRACK, - ACTIONS(2346), 1, + ACTIONS(2282), 1, anon_sym_LPAREN, - ACTIONS(2348), 1, + ACTIONS(2284), 1, anon_sym_DOLLAR, - ACTIONS(2350), 1, + ACTIONS(2286), 1, anon_sym_DASH_DASH, - ACTIONS(2352), 1, + ACTIONS(2288), 1, anon_sym_DASH, - ACTIONS(2354), 1, + ACTIONS(2290), 1, anon_sym_LBRACE, - ACTIONS(2356), 1, + ACTIONS(2292), 1, anon_sym_not, - ACTIONS(2368), 1, + ACTIONS(2304), 1, anon_sym_DQUOTE, - ACTIONS(2372), 1, + ACTIONS(2308), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2374), 1, + ACTIONS(2310), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2376), 1, + ACTIONS(2312), 1, sym_short_flag, - STATE(118), 1, + STATE(119), 1, sym_val_number, - STATE(1124), 1, + STATE(1113), 1, sym__flag, - STATE(1127), 1, + STATE(1118), 1, sym_comment, - STATE(1957), 1, + STATE(1908), 1, sym_expr_parenthesized, - STATE(1965), 1, + STATE(1949), 1, sym__var, - STATE(2050), 1, + STATE(2066), 1, sym__expression, - STATE(2242), 1, + STATE(2212), 1, sym_long_flag, - STATE(2280), 1, + STATE(2216), 1, sym__inter_double_quotes, - STATE(2282), 1, + STATE(2217), 1, sym__inter_single_quotes, - STATE(2308), 1, + STATE(2289), 1, sym__str_double_quotes, - ACTIONS(619), 2, + ACTIONS(627), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(621), 2, + ACTIONS(629), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2360), 2, + ACTIONS(2296), 2, sym_val_nothing, sym_val_date, - ACTIONS(2362), 2, + ACTIONS(2298), 2, anon_sym_true, anon_sym_false, - ACTIONS(2370), 2, + ACTIONS(2306), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2358), 3, + ACTIONS(2294), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2366), 3, + ACTIONS(2302), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + STATE(2301), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2364), 7, + ACTIONS(2300), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -139328,7 +138543,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(2220), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -139340,145 +138555,80 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [13068] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(1128), 1, - sym_comment, - ACTIONS(105), 26, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_DASHinf, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(103), 32, - sym_cmd_identifier, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_LT2, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_not, - anon_sym_DOT_DOT, - sym_val_nothing, - anon_sym_true, - anon_sym_false, - aux_sym_val_number_token1, - anon_sym_inf, - anon_sym_NaN, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - [13137] = 32, + [12037] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2344), 1, + ACTIONS(2280), 1, anon_sym_LBRACK, - ACTIONS(2346), 1, + ACTIONS(2282), 1, anon_sym_LPAREN, - ACTIONS(2348), 1, + ACTIONS(2284), 1, anon_sym_DOLLAR, - ACTIONS(2352), 1, + ACTIONS(2288), 1, anon_sym_DASH, - ACTIONS(2354), 1, + ACTIONS(2290), 1, anon_sym_LBRACE, - ACTIONS(2356), 1, + ACTIONS(2292), 1, anon_sym_not, - ACTIONS(2368), 1, + ACTIONS(2304), 1, anon_sym_DQUOTE, - ACTIONS(2372), 1, + ACTIONS(2308), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2374), 1, + ACTIONS(2310), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2414), 1, + ACTIONS(2314), 1, anon_sym_DASH_DASH, - ACTIONS(2416), 1, + ACTIONS(2316), 1, sym_short_flag, - STATE(118), 1, + STATE(119), 1, sym_val_number, - STATE(1129), 1, + STATE(1119), 1, sym_comment, - STATE(1957), 1, + STATE(1908), 1, sym_expr_parenthesized, - STATE(1965), 1, + STATE(1949), 1, sym__var, - STATE(2050), 1, + STATE(2066), 1, sym__expression, - STATE(2280), 1, + STATE(2216), 1, sym__inter_double_quotes, - STATE(2282), 1, + STATE(2217), 1, sym__inter_single_quotes, - STATE(2308), 1, + STATE(2289), 1, sym__str_double_quotes, - STATE(2856), 1, + STATE(2837), 1, sym__flag, - STATE(2974), 1, + STATE(2950), 1, sym_long_flag, - ACTIONS(619), 2, + ACTIONS(627), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(621), 2, + ACTIONS(629), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2360), 2, + ACTIONS(2296), 2, sym_val_nothing, sym_val_date, - ACTIONS(2362), 2, + ACTIONS(2298), 2, anon_sym_true, anon_sym_false, - ACTIONS(2370), 2, + ACTIONS(2306), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2358), 3, + ACTIONS(2294), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2366), 3, + ACTIONS(2302), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + STATE(2301), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2364), 7, + ACTIONS(2300), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -139486,7 +138636,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(2220), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -139498,12 +138648,12 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [13262] = 4, + [12162] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1130), 1, + STATE(1120), 1, sym_comment, - ACTIONS(769), 14, + ACTIONS(789), 14, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, @@ -139518,7 +138668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(771), 44, + ACTIONS(791), 44, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -139563,247 +138713,231 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [13331] = 32, - ACTIONS(3), 1, + [12231] = 6, + ACTIONS(149), 1, + anon_sym_DOT_DOT, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2344), 1, - anon_sym_LBRACK, - ACTIONS(2346), 1, - anon_sym_LPAREN, - ACTIONS(2348), 1, - anon_sym_DOLLAR, - ACTIONS(2350), 1, - anon_sym_DASH_DASH, - ACTIONS(2352), 1, - anon_sym_DASH, - ACTIONS(2354), 1, - anon_sym_LBRACE, - ACTIONS(2356), 1, - anon_sym_not, - ACTIONS(2368), 1, - anon_sym_DQUOTE, - ACTIONS(2372), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2374), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(2376), 1, - sym_short_flag, - STATE(118), 1, - sym_val_number, - STATE(1125), 1, - sym__flag, - STATE(1131), 1, + STATE(1121), 1, sym_comment, - STATE(1957), 1, - sym_expr_parenthesized, - STATE(1965), 1, - sym__var, - STATE(2041), 1, - sym__expression, - STATE(2242), 1, - sym_long_flag, - STATE(2280), 1, - sym__inter_double_quotes, - STATE(2282), 1, - sym__inter_single_quotes, - STATE(2308), 1, - sym__str_double_quotes, - ACTIONS(694), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(696), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2360), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(2362), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2370), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2358), 3, + ACTIONS(147), 2, anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2366), 3, + ACTIONS(789), 13, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_not, + aux_sym_val_number_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(2364), 7, - aux_sym_val_number_token1, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - STATE(2284), 11, - sym_val_bool, - sym_val_variable, - 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, - [13456] = 6, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(161), 1, - anon_sym_DOT_DOT, - STATE(1132), 1, - sym_comment, - ACTIONS(159), 2, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - ACTIONS(791), 24, + ACTIONS(791), 42, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, 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, + sym_val_nothing, + anon_sym_true, + anon_sym_false, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, + anon_sym_inf, anon_sym_DASHinf, + anon_sym_NaN, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(789), 31, - sym_cmd_identifier, + [12304] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(1122), 1, + sym_comment, + ACTIONS(777), 14, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, anon_sym_LT2, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, anon_sym_not, - sym_val_nothing, - anon_sym_true, - anon_sym_false, + anon_sym_DOT_DOT, aux_sym_val_number_token1, - anon_sym_inf, - anon_sym_NaN, anon_sym_0b, anon_sym_0o, anon_sym_0x, - [13529] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(1133), 1, - sym_comment, - ACTIONS(791), 26, + ACTIONS(779), 44, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, 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_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, + sym_val_nothing, + anon_sym_true, + anon_sym_false, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, + anon_sym_inf, anon_sym_DASHinf, + anon_sym_NaN, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(789), 32, - sym_cmd_identifier, - anon_sym_DOLLAR, + [12373] = 11, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(1123), 1, + sym_comment, + ACTIONS(2386), 2, anon_sym_GT, + anon_sym_LT2, + ACTIONS(2388), 2, anon_sym_DASH, - anon_sym_in, + anon_sym_PLUS, + ACTIONS(2390), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(2392), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(2394), 2, anon_sym_mod, - anon_sym_PLUS, + anon_sym_SLASH_SLASH, + ACTIONS(2396), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - anon_sym_LT2, + ACTIONS(2398), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(769), 8, + anon_sym_DOLLAR, + anon_sym_in, + anon_sym_not, + anon_sym_DOT_DOT, + aux_sym_val_number_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(771), 34, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, + 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_not, - anon_sym_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, sym_val_nothing, 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, anon_sym_inf, + anon_sym_DASHinf, anon_sym_NaN, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - [13598] = 5, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [12456] = 8, ACTIONS(157), 1, anon_sym_POUND, - STATE(1134), 1, + STATE(1124), 1, sym_comment, - ACTIONS(2288), 2, + ACTIONS(2388), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2390), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2392), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(781), 14, + ACTIONS(2394), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(769), 10, anon_sym_DOLLAR, anon_sym_GT, - anon_sym_DASH, anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, anon_sym_LT2, anon_sym_not, anon_sym_DOT_DOT, @@ -139811,15 +138945,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(783), 42, + ACTIONS(771), 40, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym__, - anon_sym_mod, - anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, @@ -139854,170 +138986,157 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [13669] = 32, - ACTIONS(3), 1, + [12533] = 13, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2344), 1, - anon_sym_LBRACK, - ACTIONS(2346), 1, - anon_sym_LPAREN, - ACTIONS(2348), 1, - anon_sym_DOLLAR, - ACTIONS(2350), 1, - anon_sym_DASH_DASH, - ACTIONS(2352), 1, + ACTIONS(2400), 1, + anon_sym_in, + STATE(1125), 1, + sym_comment, + ACTIONS(2386), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(2388), 2, anon_sym_DASH, - ACTIONS(2354), 1, - anon_sym_LBRACE, - ACTIONS(2356), 1, + anon_sym_PLUS, + ACTIONS(2390), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2392), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(2394), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(2396), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(2402), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(2398), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(769), 7, + anon_sym_DOLLAR, anon_sym_not, - ACTIONS(2368), 1, - anon_sym_DQUOTE, - ACTIONS(2372), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2374), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(2376), 1, - sym_short_flag, - STATE(118), 1, - sym_val_number, - STATE(1126), 1, - sym__flag, - STATE(1135), 1, - sym_comment, - STATE(1957), 1, - sym_expr_parenthesized, - STATE(1965), 1, - sym__var, - STATE(2041), 1, - sym__expression, - STATE(2242), 1, - sym_long_flag, - STATE(2280), 1, - sym__inter_double_quotes, - STATE(2282), 1, - sym__inter_single_quotes, - STATE(2308), 1, - sym__str_double_quotes, - ACTIONS(694), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(696), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2360), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(2362), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2370), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2358), 3, - anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(2366), 3, + aux_sym_val_number_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(2364), 7, - aux_sym_val_number_token1, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - STATE(2284), 11, - sym_val_bool, - sym_val_variable, - 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, - [13794] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(1136), 1, - sym_comment, - ACTIONS(814), 26, + ACTIONS(771), 31, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + anon_sym_RBRACE, + anon_sym__, 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_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, + sym_val_nothing, + anon_sym_true, + anon_sym_false, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, + anon_sym_inf, anon_sym_DASHinf, + anon_sym_NaN, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(812), 32, - sym_cmd_identifier, + [12620] = 7, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(1126), 1, + sym_comment, + ACTIONS(2390), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2392), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(2394), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(769), 12, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, + anon_sym_LT2, + anon_sym_not, + anon_sym_DOT_DOT, + aux_sym_val_number_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(771), 40, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - anon_sym_LT2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, + 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_not, - anon_sym_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, sym_val_nothing, 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, anon_sym_inf, + anon_sym_DASHinf, anon_sym_NaN, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - [13863] = 4, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [12695] = 5, ACTIONS(157), 1, anon_sym_POUND, - STATE(1137), 1, + STATE(1127), 1, sym_comment, - ACTIONS(789), 14, + ACTIONS(2392), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(769), 14, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, @@ -140032,15 +139151,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(791), 44, + ACTIONS(771), 42, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym__, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, @@ -140077,43 +139194,44 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [13932] = 6, - ACTIONS(149), 1, - anon_sym_DOT_DOT, + [12766] = 9, ACTIONS(157), 1, anon_sym_POUND, - STATE(1138), 1, + STATE(1128), 1, sym_comment, - ACTIONS(147), 2, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - ACTIONS(789), 13, - anon_sym_DOLLAR, - anon_sym_GT, + ACTIONS(2388), 2, anon_sym_DASH, - anon_sym_in, + anon_sym_PLUS, + ACTIONS(2390), 2, anon_sym_STAR, anon_sym_SLASH, - anon_sym_PLUS, + ACTIONS(2392), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(2394), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(2396), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(769), 10, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_in, anon_sym_LT2, anon_sym_not, + anon_sym_DOT_DOT, aux_sym_val_number_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(791), 42, + ACTIONS(771), 38, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym__, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -140129,6 +139247,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, sym_val_nothing, anon_sym_true, anon_sym_false, @@ -140144,48 +139264,244 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [14005] = 4, - ACTIONS(157), 1, + [12845] = 32, + ACTIONS(3), 1, anon_sym_POUND, - STATE(1139), 1, - sym_comment, - ACTIONS(844), 14, + ACTIONS(2280), 1, + anon_sym_LBRACK, + ACTIONS(2282), 1, + anon_sym_LPAREN, + ACTIONS(2284), 1, anon_sym_DOLLAR, - anon_sym_GT, + ACTIONS(2286), 1, + anon_sym_DASH_DASH, + ACTIONS(2288), 1, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(2290), 1, + anon_sym_LBRACE, + ACTIONS(2292), 1, anon_sym_not, + ACTIONS(2304), 1, + anon_sym_DQUOTE, + ACTIONS(2308), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2310), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2312), 1, + sym_short_flag, + STATE(119), 1, + sym_val_number, + STATE(1116), 1, + sym__flag, + STATE(1129), 1, + sym_comment, + STATE(1908), 1, + sym_expr_parenthesized, + STATE(1949), 1, + sym__var, + STATE(2019), 1, + sym__expression, + STATE(2212), 1, + sym_long_flag, + STATE(2216), 1, + sym__inter_double_quotes, + STATE(2217), 1, + sym__inter_single_quotes, + STATE(2289), 1, + sym__str_double_quotes, + ACTIONS(683), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(685), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2296), 2, + sym_val_nothing, + sym_val_date, + ACTIONS(2298), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2306), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2294), 3, + anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, - aux_sym_val_number_token1, + anon_sym_DOT_DOT_EQ, + ACTIONS(2302), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(846), 44, + STATE(2301), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + ACTIONS(2300), 7, + aux_sym_val_number_token1, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + STATE(2220), 11, + sym_val_bool, + sym_val_variable, + 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, + [12970] = 32, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2280), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(2282), 1, anon_sym_LPAREN, + ACTIONS(2284), 1, + anon_sym_DOLLAR, + ACTIONS(2286), 1, + anon_sym_DASH_DASH, + ACTIONS(2288), 1, + anon_sym_DASH, + ACTIONS(2290), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, + ACTIONS(2292), 1, + anon_sym_not, + ACTIONS(2304), 1, + anon_sym_DQUOTE, + ACTIONS(2308), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2310), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2312), 1, + sym_short_flag, + STATE(119), 1, + sym_val_number, + STATE(1117), 1, + sym__flag, + STATE(1130), 1, + sym_comment, + STATE(1908), 1, + sym_expr_parenthesized, + STATE(1949), 1, + sym__var, + STATE(2019), 1, + sym__expression, + STATE(2212), 1, + sym_long_flag, + STATE(2216), 1, + sym__inter_double_quotes, + STATE(2217), 1, + sym__inter_single_quotes, + STATE(2289), 1, + sym__str_double_quotes, + ACTIONS(683), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(685), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2296), 2, + sym_val_nothing, + sym_val_date, + ACTIONS(2298), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2306), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2294), 3, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(2302), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2301), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + ACTIONS(2300), 7, + aux_sym_val_number_token1, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + STATE(2220), 11, + sym_val_bool, + sym_val_variable, + 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, + [13095] = 14, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2400), 1, + anon_sym_in, + STATE(1131), 1, + sym_comment, + ACTIONS(2386), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(2388), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2390), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2392), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(2394), 2, anon_sym_mod, anon_sym_SLASH_SLASH, + ACTIONS(2396), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(2404), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(2402), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(2398), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + ACTIONS(769), 7, + anon_sym_DOLLAR, + anon_sym_not, + anon_sym_DOT_DOT, + aux_sym_val_number_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(771), 29, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, @@ -140209,121 +139525,125 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [14074] = 4, + [13184] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1140), 1, + STATE(1132), 1, sym_comment, - ACTIONS(808), 14, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_not, - anon_sym_DOT_DOT, - aux_sym_val_number_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(810), 44, + ACTIONS(860), 26, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, 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_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - sym_val_nothing, - anon_sym_true, - anon_sym_false, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, - anon_sym_inf, anon_sym_DASHinf, - anon_sym_NaN, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [14143] = 11, + ACTIONS(858), 32, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_LT2, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_not, + anon_sym_DOT_DOT, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [13253] = 15, ACTIONS(157), 1, anon_sym_POUND, - STATE(1141), 1, + ACTIONS(2400), 1, + anon_sym_in, + ACTIONS(2406), 1, + anon_sym_bit_DASHand, + STATE(1133), 1, sym_comment, - ACTIONS(2280), 2, + ACTIONS(2386), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(2282), 2, + ACTIONS(2388), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2286), 2, + ACTIONS(2390), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2288), 2, + ACTIONS(2392), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(2290), 2, + ACTIONS(2394), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(2292), 2, + ACTIONS(2396), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(2294), 4, + ACTIONS(2404), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(2402), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(2398), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 8, + ACTIONS(769), 7, anon_sym_DOLLAR, - anon_sym_in, anon_sym_not, anon_sym_DOT_DOT, aux_sym_val_number_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(783), 34, + ACTIONS(771), 28, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym__, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, anon_sym_and, @@ -140346,110 +139666,424 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [14226] = 8, - ACTIONS(157), 1, + [13344] = 32, + ACTIONS(3), 1, anon_sym_POUND, - STATE(1142), 1, - sym_comment, - ACTIONS(2282), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2286), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2288), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(2290), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(781), 10, + ACTIONS(2280), 1, + anon_sym_LBRACK, + ACTIONS(2282), 1, + anon_sym_LPAREN, + ACTIONS(2284), 1, anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_in, - anon_sym_LT2, + ACTIONS(2286), 1, + anon_sym_DASH_DASH, + ACTIONS(2288), 1, + anon_sym_DASH, + ACTIONS(2290), 1, + anon_sym_LBRACE, + ACTIONS(2292), 1, anon_sym_not, + ACTIONS(2304), 1, + anon_sym_DQUOTE, + ACTIONS(2308), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2310), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2312), 1, + sym_short_flag, + STATE(119), 1, + sym_val_number, + STATE(1118), 1, + sym__flag, + STATE(1134), 1, + sym_comment, + STATE(1908), 1, + sym_expr_parenthesized, + STATE(1949), 1, + sym__var, + STATE(2019), 1, + sym__expression, + STATE(2212), 1, + sym_long_flag, + STATE(2216), 1, + sym__inter_double_quotes, + STATE(2217), 1, + sym__inter_single_quotes, + STATE(2289), 1, + sym__str_double_quotes, + ACTIONS(683), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(685), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2296), 2, + sym_val_nothing, + sym_val_date, + ACTIONS(2298), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2306), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2294), 3, + anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, - aux_sym_val_number_token1, + anon_sym_DOT_DOT_EQ, + ACTIONS(2302), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(783), 40, + STATE(2301), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + ACTIONS(2300), 7, + aux_sym_val_number_token1, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + STATE(2220), 11, + sym_val_bool, + sym_val_variable, + 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, + [13469] = 32, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2280), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(2282), 1, anon_sym_LPAREN, + ACTIONS(2284), 1, + anon_sym_DOLLAR, + ACTIONS(2286), 1, + anon_sym_DASH_DASH, + ACTIONS(2288), 1, + anon_sym_DASH, + ACTIONS(2290), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, + ACTIONS(2292), 1, + anon_sym_not, + ACTIONS(2304), 1, + anon_sym_DQUOTE, + ACTIONS(2308), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2310), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2312), 1, + sym_short_flag, + STATE(119), 1, + sym_val_number, + STATE(1119), 1, + sym__flag, + STATE(1135), 1, + sym_comment, + STATE(1908), 1, + sym_expr_parenthesized, + STATE(1949), 1, + sym__var, + STATE(2019), 1, + sym__expression, + STATE(2212), 1, + sym_long_flag, + STATE(2216), 1, + sym__inter_double_quotes, + STATE(2217), 1, + sym__inter_single_quotes, + STATE(2289), 1, + sym__str_double_quotes, + ACTIONS(683), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(685), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2296), 2, sym_val_nothing, + sym_val_date, + ACTIONS(2298), 2, anon_sym_true, anon_sym_false, + ACTIONS(2306), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2294), 3, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(2302), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2301), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + ACTIONS(2300), 7, + aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - sym_val_date, + STATE(2220), 11, + sym_val_bool, + sym_val_variable, + 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, + [13594] = 32, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2280), 1, + anon_sym_LBRACK, + ACTIONS(2282), 1, + anon_sym_LPAREN, + ACTIONS(2284), 1, + anon_sym_DOLLAR, + ACTIONS(2288), 1, + anon_sym_DASH, + ACTIONS(2290), 1, + anon_sym_LBRACE, + ACTIONS(2292), 1, + anon_sym_not, + ACTIONS(2304), 1, anon_sym_DQUOTE, + ACTIONS(2308), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2310), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2314), 1, + anon_sym_DASH_DASH, + ACTIONS(2316), 1, + sym_short_flag, + STATE(119), 1, + sym_val_number, + STATE(1136), 1, + sym_comment, + STATE(1908), 1, + sym_expr_parenthesized, + STATE(1949), 1, + sym__var, + STATE(2019), 1, + sym__expression, + STATE(2216), 1, + sym__inter_double_quotes, + STATE(2217), 1, + sym__inter_single_quotes, + STATE(2289), 1, + sym__str_double_quotes, + STATE(2861), 1, + sym__flag, + STATE(2950), 1, + sym_long_flag, + ACTIONS(683), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(685), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2296), 2, + sym_val_nothing, + sym_val_date, + ACTIONS(2298), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2306), 2, sym__str_single_quotes, sym__str_back_ticks, + ACTIONS(2294), 3, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(2302), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2301), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + ACTIONS(2300), 7, + aux_sym_val_number_token1, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + STATE(2220), 11, + sym_val_bool, + sym_val_variable, + 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, + [13719] = 36, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2348), 1, + anon_sym_LBRACK, + ACTIONS(2350), 1, + anon_sym_LPAREN, + ACTIONS(2352), 1, + anon_sym_DOLLAR, + ACTIONS(2354), 1, + anon_sym_DASH, + ACTIONS(2356), 1, + anon_sym_LBRACE, + ACTIONS(2360), 1, + anon_sym__, + ACTIONS(2362), 1, + anon_sym_not, + ACTIONS(2366), 1, + anon_sym_DOT_DOT, + ACTIONS(2372), 1, + aux_sym_val_number_token1, + ACTIONS(2378), 1, + anon_sym_DQUOTE, + ACTIONS(2382), 1, anon_sym_DOLLAR_SQUOTE, + ACTIONS(2384), 1, anon_sym_DOLLAR_DQUOTE, - [14303] = 13, + ACTIONS(2408), 1, + anon_sym_RBRACE, + STATE(124), 1, + sym_val_number, + STATE(1137), 1, + sym_comment, + STATE(1201), 1, + aux_sym_ctrl_match_repeat1, + STATE(1963), 1, + sym_expr_parenthesized, + STATE(1981), 1, + sym__var, + STATE(2201), 1, + sym__inter_double_quotes, + STATE(2211), 1, + sym__inter_single_quotes, + STATE(2251), 1, + sym__str_double_quotes, + STATE(2358), 1, + sym__expression, + STATE(2643), 1, + sym_match_arm, + STATE(3595), 1, + sym_match_pattern, + STATE(3596), 1, + sym__match_or_pattern, + STATE(3597), 1, + sym__match_list_destructure_pattern, + STATE(3689), 1, + sym_default_arm, + ACTIONS(2364), 2, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + ACTIONS(2368), 2, + sym_val_nothing, + sym_val_date, + ACTIONS(2370), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2380), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2376), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2172), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + ACTIONS(2374), 6, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + STATE(2222), 11, + sym_val_bool, + sym_val_variable, + 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, + [13852] = 16, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2284), 1, + ACTIONS(2400), 1, anon_sym_in, - STATE(1143), 1, + ACTIONS(2406), 1, + anon_sym_bit_DASHand, + ACTIONS(2410), 1, + anon_sym_bit_DASHxor, + STATE(1138), 1, sym_comment, - ACTIONS(2280), 2, + ACTIONS(2386), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(2282), 2, + ACTIONS(2388), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2286), 2, + ACTIONS(2390), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2288), 2, + ACTIONS(2392), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(2290), 2, + ACTIONS(2394), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(2292), 2, + ACTIONS(2396), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(2296), 3, + ACTIONS(2404), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(2402), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(2294), 4, + ACTIONS(2398), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 7, + ACTIONS(769), 7, anon_sym_DOLLAR, anon_sym_not, anon_sym_DOT_DOT, @@ -140457,17 +140091,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(783), 31, + ACTIONS(771), 27, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym__, - 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, @@ -140489,247 +140119,180 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [14390] = 7, + [13945] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1144), 1, + STATE(1139), 1, sym_comment, - ACTIONS(2286), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2288), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(2290), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(781), 12, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_not, - anon_sym_DOT_DOT, - aux_sym_val_number_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(783), 40, + ACTIONS(821), 26, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, 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_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - sym_val_nothing, - anon_sym_true, - anon_sym_false, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, - anon_sym_inf, anon_sym_DASHinf, - anon_sym_NaN, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [14465] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(1145), 1, - sym_comment, - ACTIONS(773), 14, + ACTIONS(819), 32, + sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, + anon_sym_mod, anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_LT2, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, anon_sym_not, anon_sym_DOT_DOT, + sym_val_nothing, + anon_sym_true, + anon_sym_false, aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(775), 44, + [14014] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(1140), 1, + sym_comment, + ACTIONS(767), 26, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, 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_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - sym_val_nothing, - anon_sym_true, - anon_sym_false, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, - anon_sym_inf, anon_sym_DASHinf, - anon_sym_NaN, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [14534] = 9, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(1146), 1, - sym_comment, - ACTIONS(2282), 2, + ACTIONS(765), 32, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2286), 2, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2288), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(2290), 2, anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(2292), 2, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(781), 10, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_in, anon_sym_LT2, - anon_sym_not, - anon_sym_DOT_DOT, - aux_sym_val_number_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(783), 38, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - 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_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, + anon_sym_not, + anon_sym_DOT_DOT, sym_val_nothing, anon_sym_true, anon_sym_false, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, + aux_sym_val_number_token1, anon_sym_inf, - anon_sym_DASHinf, anon_sym_NaN, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [14613] = 14, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [14083] = 17, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2284), 1, + ACTIONS(2400), 1, anon_sym_in, - STATE(1147), 1, + ACTIONS(2406), 1, + anon_sym_bit_DASHand, + ACTIONS(2410), 1, + anon_sym_bit_DASHxor, + ACTIONS(2412), 1, + anon_sym_bit_DASHor, + STATE(1141), 1, sym_comment, - ACTIONS(2280), 2, + ACTIONS(2386), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(2282), 2, + ACTIONS(2388), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2286), 2, + ACTIONS(2390), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2288), 2, + ACTIONS(2392), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(2290), 2, + ACTIONS(2394), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(2292), 2, + ACTIONS(2396), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(2298), 2, + ACTIONS(2404), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2296), 3, + ACTIONS(2402), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(2294), 4, + ACTIONS(2398), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 7, + ACTIONS(769), 7, anon_sym_DOLLAR, anon_sym_not, anon_sym_DOT_DOT, @@ -140737,16 +140300,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(783), 29, + ACTIONS(771), 26, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym__, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, @@ -140767,124 +140327,238 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [14702] = 15, - ACTIONS(157), 1, + [14178] = 32, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(2280), 1, + anon_sym_LBRACK, + ACTIONS(2282), 1, + anon_sym_LPAREN, ACTIONS(2284), 1, - anon_sym_in, - ACTIONS(2300), 1, - anon_sym_bit_DASHand, - STATE(1148), 1, - sym_comment, - ACTIONS(2280), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(2282), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2286), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2288), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(2290), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(2292), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(2298), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(2296), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(2294), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(781), 7, anon_sym_DOLLAR, + ACTIONS(2286), 1, + anon_sym_DASH_DASH, + ACTIONS(2288), 1, + anon_sym_DASH, + ACTIONS(2290), 1, + anon_sym_LBRACE, + ACTIONS(2292), 1, anon_sym_not, + ACTIONS(2304), 1, + anon_sym_DQUOTE, + ACTIONS(2308), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2310), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2312), 1, + sym_short_flag, + STATE(119), 1, + sym_val_number, + STATE(1130), 1, + sym__flag, + STATE(1142), 1, + sym_comment, + STATE(1908), 1, + sym_expr_parenthesized, + STATE(1949), 1, + sym__var, + STATE(2085), 1, + sym__expression, + STATE(2212), 1, + sym_long_flag, + STATE(2216), 1, + sym__inter_double_quotes, + STATE(2217), 1, + sym__inter_single_quotes, + STATE(2289), 1, + sym__str_double_quotes, + ACTIONS(663), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(665), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2296), 2, + sym_val_nothing, + sym_val_date, + ACTIONS(2298), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2306), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2294), 3, + anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, - aux_sym_val_number_token1, + anon_sym_DOT_DOT_EQ, + ACTIONS(2302), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(783), 28, + STATE(2301), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + ACTIONS(2300), 7, + aux_sym_val_number_token1, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + STATE(2220), 11, + sym_val_bool, + sym_val_variable, + 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, + [14303] = 32, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2280), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(2282), 1, anon_sym_LPAREN, + ACTIONS(2284), 1, + anon_sym_DOLLAR, + ACTIONS(2286), 1, + anon_sym_DASH_DASH, + ACTIONS(2288), 1, + anon_sym_DASH, + ACTIONS(2290), 1, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, + ACTIONS(2292), 1, + anon_sym_not, + ACTIONS(2304), 1, + anon_sym_DQUOTE, + ACTIONS(2308), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2310), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2312), 1, + sym_short_flag, + STATE(119), 1, + sym_val_number, + STATE(1134), 1, + sym__flag, + STATE(1143), 1, + sym_comment, + STATE(1908), 1, + sym_expr_parenthesized, + STATE(1949), 1, + sym__var, + STATE(2085), 1, + sym__expression, + STATE(2212), 1, + sym_long_flag, + STATE(2216), 1, + sym__inter_double_quotes, + STATE(2217), 1, + sym__inter_single_quotes, + STATE(2289), 1, + sym__str_double_quotes, + ACTIONS(663), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(665), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2296), 2, sym_val_nothing, + sym_val_date, + ACTIONS(2298), 2, anon_sym_true, anon_sym_false, + ACTIONS(2306), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2294), 3, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(2302), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2301), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + ACTIONS(2300), 7, + aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [14793] = 16, + STATE(2220), 11, + sym_val_bool, + sym_val_variable, + 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, + [14428] = 18, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2284), 1, + ACTIONS(2400), 1, anon_sym_in, - ACTIONS(2300), 1, + ACTIONS(2406), 1, anon_sym_bit_DASHand, - ACTIONS(2302), 1, + ACTIONS(2410), 1, anon_sym_bit_DASHxor, - STATE(1149), 1, + ACTIONS(2412), 1, + anon_sym_bit_DASHor, + ACTIONS(2414), 1, + anon_sym_and, + STATE(1144), 1, sym_comment, - ACTIONS(2280), 2, + ACTIONS(2386), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(2282), 2, + ACTIONS(2388), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2286), 2, + ACTIONS(2390), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2288), 2, + ACTIONS(2392), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(2290), 2, + ACTIONS(2394), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(2292), 2, + ACTIONS(2396), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(2298), 2, + ACTIONS(2404), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2296), 3, + ACTIONS(2402), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(2294), 4, + ACTIONS(2398), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 7, + ACTIONS(769), 7, anon_sym_DOLLAR, anon_sym_not, anon_sym_DOT_DOT, @@ -140892,15 +140566,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(783), 27, + ACTIONS(771), 25, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym__, - anon_sym_bit_DASHor, - anon_sym_and, anon_sym_xor, anon_sym_or, anon_sym_DOT_DOT_LT, @@ -140920,145 +140592,370 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [14886] = 32, + [14525] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2344), 1, + ACTIONS(2280), 1, anon_sym_LBRACK, - ACTIONS(2346), 1, + ACTIONS(2282), 1, anon_sym_LPAREN, - ACTIONS(2348), 1, + ACTIONS(2284), 1, anon_sym_DOLLAR, - ACTIONS(2352), 1, + ACTIONS(2286), 1, + anon_sym_DASH_DASH, + ACTIONS(2288), 1, anon_sym_DASH, - ACTIONS(2354), 1, + ACTIONS(2290), 1, anon_sym_LBRACE, - ACTIONS(2356), 1, + ACTIONS(2292), 1, anon_sym_not, - ACTIONS(2368), 1, + ACTIONS(2304), 1, anon_sym_DQUOTE, - ACTIONS(2372), 1, + ACTIONS(2308), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2374), 1, + ACTIONS(2310), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2414), 1, - anon_sym_DASH_DASH, - ACTIONS(2416), 1, + ACTIONS(2312), 1, sym_short_flag, - STATE(118), 1, + STATE(119), 1, sym_val_number, - STATE(1150), 1, + STATE(1135), 1, + sym__flag, + STATE(1145), 1, sym_comment, - STATE(1957), 1, + STATE(1908), 1, sym_expr_parenthesized, - STATE(1965), 1, + STATE(1949), 1, sym__var, - STATE(2041), 1, + STATE(2085), 1, sym__expression, - STATE(2280), 1, + STATE(2212), 1, + sym_long_flag, + STATE(2216), 1, sym__inter_double_quotes, - STATE(2282), 1, + STATE(2217), 1, sym__inter_single_quotes, - STATE(2308), 1, + STATE(2289), 1, sym__str_double_quotes, - STATE(2853), 1, + ACTIONS(663), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(665), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2296), 2, + sym_val_nothing, + sym_val_date, + ACTIONS(2298), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2306), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2294), 3, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(2302), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2301), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + ACTIONS(2300), 7, + aux_sym_val_number_token1, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + STATE(2220), 11, + sym_val_bool, + sym_val_variable, + 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, + [14650] = 32, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2280), 1, + anon_sym_LBRACK, + ACTIONS(2282), 1, + anon_sym_LPAREN, + ACTIONS(2284), 1, + anon_sym_DOLLAR, + ACTIONS(2286), 1, + anon_sym_DASH_DASH, + ACTIONS(2288), 1, + anon_sym_DASH, + ACTIONS(2290), 1, + anon_sym_LBRACE, + ACTIONS(2292), 1, + anon_sym_not, + ACTIONS(2304), 1, + anon_sym_DQUOTE, + ACTIONS(2308), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2310), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2312), 1, + sym_short_flag, + STATE(119), 1, + sym_val_number, + STATE(1136), 1, sym__flag, - STATE(2974), 1, + STATE(1146), 1, + sym_comment, + STATE(1908), 1, + sym_expr_parenthesized, + STATE(1949), 1, + sym__var, + STATE(2085), 1, + sym__expression, + STATE(2212), 1, sym_long_flag, - ACTIONS(694), 2, + STATE(2216), 1, + sym__inter_double_quotes, + STATE(2217), 1, + sym__inter_single_quotes, + STATE(2289), 1, + sym__str_double_quotes, + ACTIONS(663), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(696), 2, + ACTIONS(665), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2360), 2, + ACTIONS(2296), 2, sym_val_nothing, sym_val_date, - ACTIONS(2362), 2, + ACTIONS(2298), 2, anon_sym_true, anon_sym_false, - ACTIONS(2370), 2, + ACTIONS(2306), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2358), 3, + ACTIONS(2294), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2366), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(2299), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(2364), 7, - aux_sym_val_number_token1, + ACTIONS(2302), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2301), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + ACTIONS(2300), 7, + aux_sym_val_number_token1, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + STATE(2220), 11, + sym_val_bool, + sym_val_variable, + 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, + [14775] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(1147), 1, + sym_comment, + ACTIONS(842), 14, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_not, + anon_sym_DOT_DOT, + aux_sym_val_number_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(844), 44, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [14844] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(1148), 1, + sym_comment, + ACTIONS(876), 26, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, - anon_sym_inf, anon_sym_DASHinf, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(874), 32, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_LT2, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_not, + anon_sym_DOT_DOT, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token1, + anon_sym_inf, anon_sym_NaN, - STATE(2284), 11, - sym_val_bool, - sym_val_variable, - 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, - [15011] = 18, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [14913] = 19, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2284), 1, + ACTIONS(2400), 1, anon_sym_in, - ACTIONS(2300), 1, + ACTIONS(2406), 1, anon_sym_bit_DASHand, - ACTIONS(2302), 1, + ACTIONS(2410), 1, anon_sym_bit_DASHxor, - ACTIONS(2304), 1, + ACTIONS(2412), 1, anon_sym_bit_DASHor, - ACTIONS(2422), 1, + ACTIONS(2414), 1, anon_sym_and, - STATE(1151), 1, + ACTIONS(2416), 1, + anon_sym_xor, + STATE(1149), 1, sym_comment, - ACTIONS(2280), 2, + ACTIONS(2386), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(2282), 2, + ACTIONS(2388), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2286), 2, + ACTIONS(2390), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2288), 2, + ACTIONS(2392), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(2290), 2, + ACTIONS(2394), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(2292), 2, + ACTIONS(2396), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(2298), 2, + ACTIONS(2404), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2296), 3, + ACTIONS(2402), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(2294), 4, + ACTIONS(2398), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 7, + ACTIONS(769), 7, anon_sym_DOLLAR, anon_sym_not, anon_sym_DOT_DOT, @@ -141066,14 +140963,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(783), 25, + ACTIONS(771), 24, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym__, - anon_sym_xor, anon_sym_or, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -141092,134 +140988,70 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [15108] = 19, + [15012] = 20, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2284), 1, + ACTIONS(2400), 1, anon_sym_in, - ACTIONS(2300), 1, + ACTIONS(2406), 1, anon_sym_bit_DASHand, - ACTIONS(2302), 1, + ACTIONS(2410), 1, anon_sym_bit_DASHxor, - ACTIONS(2304), 1, + ACTIONS(2412), 1, anon_sym_bit_DASHor, - ACTIONS(2422), 1, + ACTIONS(2414), 1, anon_sym_and, - ACTIONS(2424), 1, + ACTIONS(2416), 1, anon_sym_xor, - STATE(1152), 1, + ACTIONS(2418), 1, + anon_sym_or, + STATE(1150), 1, sym_comment, - ACTIONS(2280), 2, + ACTIONS(2386), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(2282), 2, + ACTIONS(2388), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2286), 2, + ACTIONS(2390), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2288), 2, + ACTIONS(2392), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(2290), 2, + ACTIONS(2394), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(2292), 2, + ACTIONS(2396), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(2298), 2, + ACTIONS(2404), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2296), 3, + ACTIONS(2402), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(2294), 4, + ACTIONS(2398), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 7, - anon_sym_DOLLAR, - anon_sym_not, - anon_sym_DOT_DOT, - aux_sym_val_number_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(783), 24, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, - anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - anon_sym_true, - anon_sym_false, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [15207] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(1153), 1, - sym_comment, - ACTIONS(824), 14, + ACTIONS(769), 7, anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, anon_sym_not, anon_sym_DOT_DOT, aux_sym_val_number_token1, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(826), 44, + ACTIONS(771), 23, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym__, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, sym_val_nothing, @@ -141237,12 +141069,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [15276] = 4, + [15113] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1154), 1, + STATE(1151), 1, sym_comment, - ACTIONS(109), 26, + ACTIONS(856), 26, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -141269,7 +141101,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(107), 32, + ACTIONS(854), 32, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -141302,12 +141134,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [15345] = 4, + [15182] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1155), 1, + STATE(1152), 1, sym_comment, - ACTIONS(842), 26, + ACTIONS(836), 26, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -141334,7 +141166,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(840), 32, + ACTIONS(834), 32, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -141367,12 +141199,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [15414] = 4, + [15251] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1156), 1, + STATE(1153), 1, sym_comment, - ACTIONS(799), 26, + ACTIONS(783), 26, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -141399,7 +141231,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(797), 32, + ACTIONS(781), 32, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -141432,153 +141264,315 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [15483] = 4, + [15320] = 32, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2280), 1, + anon_sym_LBRACK, + ACTIONS(2282), 1, + anon_sym_LPAREN, + ACTIONS(2284), 1, + anon_sym_DOLLAR, + ACTIONS(2286), 1, + anon_sym_DASH_DASH, + ACTIONS(2288), 1, + anon_sym_DASH, + ACTIONS(2290), 1, + anon_sym_LBRACE, + ACTIONS(2292), 1, + anon_sym_not, + ACTIONS(2304), 1, + anon_sym_DQUOTE, + ACTIONS(2308), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2310), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2312), 1, + sym_short_flag, + STATE(119), 1, + sym_val_number, + STATE(1143), 1, + sym__flag, + STATE(1154), 1, + sym_comment, + STATE(1908), 1, + sym_expr_parenthesized, + STATE(1949), 1, + sym__var, + STATE(2084), 1, + sym__expression, + STATE(2212), 1, + sym_long_flag, + STATE(2216), 1, + sym__inter_double_quotes, + STATE(2217), 1, + sym__inter_single_quotes, + STATE(2289), 1, + sym__str_double_quotes, + ACTIONS(698), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(700), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2296), 2, + sym_val_nothing, + sym_val_date, + ACTIONS(2298), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2306), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2294), 3, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(2302), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2301), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + ACTIONS(2300), 7, + aux_sym_val_number_token1, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + STATE(2220), 11, + sym_val_bool, + sym_val_variable, + 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, + [15445] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1157), 1, + STATE(1155), 1, sym_comment, - ACTIONS(799), 26, + ACTIONS(846), 14, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_not, + anon_sym_DOT_DOT, + aux_sym_val_number_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(848), 44, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, 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_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, + sym_val_nothing, + anon_sym_true, + anon_sym_false, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, + anon_sym_inf, anon_sym_DASHinf, + anon_sym_NaN, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(797), 32, - sym_cmd_identifier, + [15514] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(1156), 1, + sym_comment, + ACTIONS(862), 14, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, + anon_sym_LT2, + anon_sym_not, + anon_sym_DOT_DOT, + aux_sym_val_number_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(864), 44, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - anon_sym_LT2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, + 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_not, - anon_sym_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, sym_val_nothing, 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, anon_sym_inf, + anon_sym_DASHinf, anon_sym_NaN, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - [15552] = 32, - ACTIONS(3), 1, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [15583] = 36, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2344), 1, - anon_sym_LBRACK, - ACTIONS(2346), 1, - anon_sym_LPAREN, ACTIONS(2348), 1, - anon_sym_DOLLAR, + anon_sym_LBRACK, ACTIONS(2350), 1, - anon_sym_DASH_DASH, + anon_sym_LPAREN, ACTIONS(2352), 1, - anon_sym_DASH, + anon_sym_DOLLAR, ACTIONS(2354), 1, - anon_sym_LBRACE, + anon_sym_DASH, ACTIONS(2356), 1, + anon_sym_LBRACE, + ACTIONS(2360), 1, + anon_sym__, + ACTIONS(2362), 1, anon_sym_not, - ACTIONS(2368), 1, - anon_sym_DQUOTE, + ACTIONS(2366), 1, + anon_sym_DOT_DOT, ACTIONS(2372), 1, + aux_sym_val_number_token1, + ACTIONS(2378), 1, + anon_sym_DQUOTE, + ACTIONS(2382), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2374), 1, + ACTIONS(2384), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2376), 1, - sym_short_flag, - STATE(118), 1, + ACTIONS(2420), 1, + anon_sym_RBRACE, + STATE(124), 1, sym_val_number, - STATE(1158), 1, + STATE(1157), 1, sym_comment, - STATE(1173), 1, - sym__flag, - STATE(1957), 1, + STATE(1201), 1, + aux_sym_ctrl_match_repeat1, + STATE(1963), 1, sym_expr_parenthesized, - STATE(1965), 1, + STATE(1981), 1, sym__var, - STATE(2030), 1, - sym__expression, - STATE(2242), 1, - sym_long_flag, - STATE(2280), 1, + STATE(2201), 1, sym__inter_double_quotes, - STATE(2282), 1, + STATE(2211), 1, sym__inter_single_quotes, - STATE(2308), 1, + STATE(2251), 1, sym__str_double_quotes, - ACTIONS(940), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(942), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2360), 2, + STATE(2358), 1, + sym__expression, + STATE(2643), 1, + sym_match_arm, + STATE(3595), 1, + sym_match_pattern, + STATE(3596), 1, + sym__match_or_pattern, + STATE(3597), 1, + sym__match_list_destructure_pattern, + STATE(3622), 1, + sym_default_arm, + ACTIONS(2364), 2, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + ACTIONS(2368), 2, sym_val_nothing, sym_val_date, - ACTIONS(2362), 2, + ACTIONS(2370), 2, anon_sym_true, anon_sym_false, - ACTIONS(2370), 2, + ACTIONS(2380), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2358), 3, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(2366), 3, + ACTIONS(2376), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + STATE(2172), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2364), 7, - aux_sym_val_number_token1, + ACTIONS(2374), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(2222), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -141590,12 +141584,12 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [15677] = 4, + [15716] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1159), 1, + STATE(1158), 1, sym_comment, - ACTIONS(828), 14, + ACTIONS(830), 14, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, @@ -141610,7 +141604,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(830), 44, + ACTIONS(832), 44, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -141655,77 +141649,142 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [15746] = 4, + [15785] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1160), 1, + STATE(1159), 1, sym_comment, - ACTIONS(834), 26, + ACTIONS(805), 14, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_not, + anon_sym_DOT_DOT, + aux_sym_val_number_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(807), 44, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, 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_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, + sym_val_nothing, + anon_sym_true, + anon_sym_false, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, + anon_sym_inf, anon_sym_DASHinf, + anon_sym_NaN, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(832), 32, - sym_cmd_identifier, + [15854] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(1160), 1, + sym_comment, + ACTIONS(866), 14, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, + anon_sym_LT2, + anon_sym_not, + anon_sym_DOT_DOT, + aux_sym_val_number_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(868), 44, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - anon_sym_LT2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, + 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_not, - anon_sym_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, sym_val_nothing, 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, anon_sym_inf, + anon_sym_DASHinf, anon_sym_NaN, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - [15815] = 4, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [15923] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(1161), 1, sym_comment, - ACTIONS(852), 14, + ACTIONS(819), 14, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, @@ -141740,7 +141799,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(854), 44, + ACTIONS(821), 44, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -141785,77 +141844,77 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [15884] = 4, + [15992] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(1162), 1, sym_comment, - ACTIONS(818), 26, + ACTIONS(819), 14, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_not, + anon_sym_DOT_DOT, + aux_sym_val_number_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(821), 44, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_DASHinf, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(816), 32, - sym_cmd_identifier, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_LT2, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, + 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_not, - anon_sym_DOT_DOT, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, sym_val_nothing, 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, anon_sym_inf, + anon_sym_DASHinf, anon_sym_NaN, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - [15953] = 4, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [16061] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(1163), 1, sym_comment, - ACTIONS(876), 26, + ACTIONS(872), 26, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -141882,7 +141941,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(874), 32, + ACTIONS(870), 32, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -141915,12 +141974,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [16022] = 4, + [16130] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(1164), 1, sym_comment, - ACTIONS(795), 26, + ACTIONS(109), 26, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -141947,7 +142006,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(793), 32, + ACTIONS(107), 32, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -141980,39 +142039,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [16091] = 4, + [16199] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(1165), 1, sym_comment, - ACTIONS(775), 26, + ACTIONS(773), 14, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_not, + anon_sym_DOT_DOT, + aux_sym_val_number_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(775), 44, anon_sym_LBRACK, anon_sym_COMMA, - anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, 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_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, + sym_val_nothing, + anon_sym_true, + anon_sym_false, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, + anon_sym_inf, anon_sym_DASHinf, + anon_sym_NaN, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(773), 32, + [16268] = 6, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(161), 1, + anon_sym_DOT_DOT, + STATE(1166), 1, + sym_comment, + ACTIONS(159), 2, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + ACTIONS(791), 24, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_DASHinf, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(789), 31, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -142035,7 +142162,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, anon_sym_not, - anon_sym_DOT_DOT, sym_val_nothing, anon_sym_true, anon_sym_false, @@ -142045,93 +142171,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [16160] = 20, + [16341] = 20, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2284), 1, - anon_sym_in, - ACTIONS(2300), 1, + ACTIONS(2326), 1, + anon_sym_SLASH_SLASH, + ACTIONS(2336), 1, anon_sym_bit_DASHand, - ACTIONS(2302), 1, + ACTIONS(2338), 1, anon_sym_bit_DASHxor, - ACTIONS(2304), 1, + ACTIONS(2340), 1, anon_sym_bit_DASHor, - ACTIONS(2422), 1, + ACTIONS(2342), 1, anon_sym_and, - ACTIONS(2424), 1, + ACTIONS(2344), 1, anon_sym_xor, - ACTIONS(2426), 1, + ACTIONS(2346), 1, anon_sym_or, - STATE(1166), 1, + ACTIONS(2426), 1, + anon_sym_COMMA, + STATE(1167), 1, sym_comment, - ACTIONS(2280), 2, + ACTIONS(2318), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(2282), 2, + ACTIONS(2320), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2286), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2288), 2, + ACTIONS(2324), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(2290), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(2292), 2, + ACTIONS(2328), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(2298), 2, + ACTIONS(2334), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(2296), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(2294), 4, + ACTIONS(2322), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(2330), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 7, + ACTIONS(2332), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(2422), 13, + sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_not, anon_sym_DOT_DOT, + sym_val_nothing, + anon_sym_true, + anon_sym_false, aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(783), 23, + ACTIONS(2424), 16, anon_sym_LBRACK, - anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - sym_val_nothing, - anon_sym_true, - anon_sym_false, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, - anon_sym_inf, anon_sym_DASHinf, - anon_sym_NaN, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [16261] = 4, + [16442] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1167), 1, + STATE(1168), 1, sym_comment, - ACTIONS(812), 14, + ACTIONS(785), 14, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, @@ -142146,7 +142272,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(814), 44, + ACTIONS(787), 44, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -142191,105 +142317,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [16330] = 32, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2344), 1, - anon_sym_LBRACK, - ACTIONS(2346), 1, - anon_sym_LPAREN, - ACTIONS(2348), 1, - anon_sym_DOLLAR, - ACTIONS(2350), 1, - anon_sym_DASH_DASH, - ACTIONS(2352), 1, - anon_sym_DASH, - ACTIONS(2354), 1, - anon_sym_LBRACE, - ACTIONS(2356), 1, - anon_sym_not, - ACTIONS(2368), 1, - anon_sym_DQUOTE, - ACTIONS(2372), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2374), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(2376), 1, - sym_short_flag, - STATE(118), 1, - sym_val_number, - STATE(1127), 1, - sym__flag, - STATE(1168), 1, - sym_comment, - STATE(1957), 1, - sym_expr_parenthesized, - STATE(1965), 1, - sym__var, - STATE(2041), 1, - sym__expression, - STATE(2242), 1, - sym_long_flag, - STATE(2280), 1, - sym__inter_double_quotes, - STATE(2282), 1, - sym__inter_single_quotes, - STATE(2308), 1, - sym__str_double_quotes, - ACTIONS(694), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(696), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2360), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(2362), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2370), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2358), 3, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(2366), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(2299), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(2364), 7, - aux_sym_val_number_token1, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - STATE(2284), 11, - sym_val_bool, - sym_val_variable, - 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, - [16455] = 4, + [16511] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(1169), 1, sym_comment, - ACTIONS(856), 14, + ACTIONS(813), 14, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, @@ -142304,7 +142337,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(858), 44, + ACTIONS(815), 44, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -142349,105 +142382,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [16524] = 32, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2344), 1, - anon_sym_LBRACK, - ACTIONS(2346), 1, - anon_sym_LPAREN, - ACTIONS(2348), 1, - anon_sym_DOLLAR, - ACTIONS(2350), 1, - anon_sym_DASH_DASH, - ACTIONS(2352), 1, - anon_sym_DASH, - ACTIONS(2354), 1, - anon_sym_LBRACE, - ACTIONS(2356), 1, - anon_sym_not, - ACTIONS(2368), 1, - anon_sym_DQUOTE, - ACTIONS(2372), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2374), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(2376), 1, - sym_short_flag, - STATE(118), 1, - sym_val_number, - STATE(1129), 1, - sym__flag, - STATE(1170), 1, - sym_comment, - STATE(1957), 1, - sym_expr_parenthesized, - STATE(1965), 1, - sym__var, - STATE(2041), 1, - sym__expression, - STATE(2242), 1, - sym_long_flag, - STATE(2280), 1, - sym__inter_double_quotes, - STATE(2282), 1, - sym__inter_single_quotes, - STATE(2308), 1, - sym__str_double_quotes, - ACTIONS(694), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(696), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2360), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(2362), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2370), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2358), 3, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(2366), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(2299), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(2364), 7, - aux_sym_val_number_token1, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - STATE(2284), 11, - sym_val_bool, - sym_val_variable, - 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, - [16649] = 4, + [16580] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1171), 1, + STATE(1170), 1, sym_comment, - ACTIONS(830), 26, + ACTIONS(105), 26, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -142474,7 +142414,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(828), 32, + ACTIONS(103), 32, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -142507,270 +142447,145 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [16718] = 36, + [16649] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2306), 1, - anon_sym_LBRACK, - ACTIONS(2308), 1, - anon_sym_LPAREN, - ACTIONS(2310), 1, + STATE(1171), 1, + sym_comment, + ACTIONS(874), 14, anon_sym_DOLLAR, - ACTIONS(2312), 1, + anon_sym_GT, anon_sym_DASH, - ACTIONS(2314), 1, - anon_sym_LBRACE, - ACTIONS(2318), 1, - anon_sym__, - ACTIONS(2320), 1, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, anon_sym_not, - ACTIONS(2324), 1, anon_sym_DOT_DOT, - ACTIONS(2330), 1, aux_sym_val_number_token1, - ACTIONS(2336), 1, - anon_sym_DQUOTE, - ACTIONS(2340), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2342), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(2428), 1, - anon_sym_RBRACE, - STATE(120), 1, - sym_val_number, - STATE(1096), 1, - aux_sym_ctrl_match_repeat1, - STATE(1172), 1, - sym_comment, - STATE(1921), 1, - sym__var, - STATE(1963), 1, - sym_expr_parenthesized, - STATE(2195), 1, - sym__inter_double_quotes, - STATE(2196), 1, - sym__inter_single_quotes, - STATE(2248), 1, - sym__str_double_quotes, - STATE(2333), 1, - sym__expression, - STATE(2638), 1, - sym_match_arm, - STATE(3674), 1, - sym_default_arm, - STATE(3679), 1, - sym_match_pattern, - STATE(3688), 1, - sym__match_or_pattern, - STATE(3696), 1, - sym__match_list_destructure_pattern, - ACTIONS(2322), 2, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - ACTIONS(2326), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(2328), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2338), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2334), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2227), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(2332), 6, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - STATE(2199), 11, - sym_val_bool, - sym_val_variable, - 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, - [16851] = 32, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2344), 1, + ACTIONS(876), 44, anon_sym_LBRACK, - ACTIONS(2346), 1, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(2348), 1, - anon_sym_DOLLAR, - ACTIONS(2350), 1, - anon_sym_DASH_DASH, - ACTIONS(2352), 1, - anon_sym_DASH, - ACTIONS(2354), 1, anon_sym_LBRACE, - ACTIONS(2356), 1, - anon_sym_not, - ACTIONS(2368), 1, - anon_sym_DQUOTE, - ACTIONS(2372), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2374), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(2376), 1, - sym_short_flag, - STATE(118), 1, - sym_val_number, - STATE(1173), 1, - sym_comment, - STATE(1192), 1, - sym__flag, - STATE(1957), 1, - sym_expr_parenthesized, - STATE(1965), 1, - sym__var, - STATE(2024), 1, - sym__expression, - STATE(2242), 1, - sym_long_flag, - STATE(2280), 1, - sym__inter_double_quotes, - STATE(2282), 1, - sym__inter_single_quotes, - STATE(2308), 1, - sym__str_double_quotes, - ACTIONS(682), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(684), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2360), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(2362), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2370), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2358), 3, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(2366), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(2299), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(2364), 7, - aux_sym_val_number_token1, + anon_sym_RBRACE, + anon_sym__, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + anon_sym_true, + anon_sym_false, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, - sym_val_bool, - sym_val_variable, - 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, - [16976] = 32, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [16718] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2344), 1, + ACTIONS(2280), 1, anon_sym_LBRACK, - ACTIONS(2346), 1, + ACTIONS(2282), 1, anon_sym_LPAREN, - ACTIONS(2348), 1, + ACTIONS(2284), 1, anon_sym_DOLLAR, - ACTIONS(2350), 1, + ACTIONS(2286), 1, anon_sym_DASH_DASH, - ACTIONS(2352), 1, + ACTIONS(2288), 1, anon_sym_DASH, - ACTIONS(2354), 1, + ACTIONS(2290), 1, anon_sym_LBRACE, - ACTIONS(2356), 1, + ACTIONS(2292), 1, anon_sym_not, - ACTIONS(2368), 1, + ACTIONS(2304), 1, anon_sym_DQUOTE, - ACTIONS(2372), 1, + ACTIONS(2308), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2374), 1, + ACTIONS(2310), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2376), 1, + ACTIONS(2312), 1, sym_short_flag, - STATE(118), 1, + STATE(119), 1, sym_val_number, - STATE(1174), 1, - sym_comment, - STATE(1193), 1, + STATE(1146), 1, sym__flag, - STATE(1957), 1, + STATE(1172), 1, + sym_comment, + STATE(1908), 1, sym_expr_parenthesized, - STATE(1965), 1, + STATE(1949), 1, sym__var, - STATE(2024), 1, + STATE(2084), 1, sym__expression, - STATE(2242), 1, + STATE(2212), 1, sym_long_flag, - STATE(2280), 1, + STATE(2216), 1, sym__inter_double_quotes, - STATE(2282), 1, + STATE(2217), 1, sym__inter_single_quotes, - STATE(2308), 1, + STATE(2289), 1, sym__str_double_quotes, - ACTIONS(682), 2, + ACTIONS(698), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(684), 2, + ACTIONS(700), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2360), 2, + ACTIONS(2296), 2, sym_val_nothing, sym_val_date, - ACTIONS(2362), 2, + ACTIONS(2298), 2, anon_sym_true, anon_sym_false, - ACTIONS(2370), 2, + ACTIONS(2306), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2358), 3, + ACTIONS(2294), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2366), 3, + ACTIONS(2302), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + STATE(2301), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2364), 7, + ACTIONS(2300), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -142778,7 +142593,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(2220), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -142790,12 +142605,77 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [17101] = 4, + [16843] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1175), 1, + STATE(1173), 1, + sym_comment, + ACTIONS(765), 14, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_not, + anon_sym_DOT_DOT, + aux_sym_val_number_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(767), 44, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [16912] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(1174), 1, sym_comment, - ACTIONS(850), 26, + ACTIONS(787), 26, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -142822,7 +142702,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(848), 32, + ACTIONS(785), 32, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -142855,119 +142735,232 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [17170] = 4, + [16981] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1176), 1, + STATE(1175), 1, sym_comment, - ACTIONS(107), 14, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_not, - anon_sym_DOT_DOT, - aux_sym_val_number_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(109), 44, + ACTIONS(848), 26, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, 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_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - sym_val_nothing, - anon_sym_true, - anon_sym_false, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, - anon_sym_inf, anon_sym_DASHinf, - anon_sym_NaN, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [17239] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(1177), 1, - sym_comment, - ACTIONS(840), 14, + ACTIONS(846), 32, + sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, + anon_sym_mod, anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_LT2, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, anon_sym_not, anon_sym_DOT_DOT, + sym_val_nothing, + anon_sym_true, + anon_sym_false, aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(842), 44, + [17050] = 36, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2348), 1, anon_sym_LBRACK, - anon_sym_COMMA, + ACTIONS(2350), 1, anon_sym_LPAREN, + ACTIONS(2352), 1, + anon_sym_DOLLAR, + ACTIONS(2354), 1, + anon_sym_DASH, + ACTIONS(2356), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(2360), 1, anon_sym__, + ACTIONS(2362), 1, + anon_sym_not, + ACTIONS(2366), 1, + anon_sym_DOT_DOT, + ACTIONS(2372), 1, + aux_sym_val_number_token1, + ACTIONS(2378), 1, + anon_sym_DQUOTE, + ACTIONS(2382), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2384), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2428), 1, + anon_sym_RBRACE, + STATE(124), 1, + sym_val_number, + STATE(1137), 1, + aux_sym_ctrl_match_repeat1, + STATE(1176), 1, + sym_comment, + STATE(1963), 1, + sym_expr_parenthesized, + STATE(1981), 1, + sym__var, + STATE(2201), 1, + sym__inter_double_quotes, + STATE(2211), 1, + sym__inter_single_quotes, + STATE(2251), 1, + sym__str_double_quotes, + STATE(2358), 1, + sym__expression, + STATE(2643), 1, + sym_match_arm, + STATE(3594), 1, + sym_default_arm, + STATE(3595), 1, + sym_match_pattern, + STATE(3596), 1, + sym__match_or_pattern, + STATE(3597), 1, + sym__match_list_destructure_pattern, + ACTIONS(2364), 2, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + ACTIONS(2368), 2, + sym_val_nothing, + sym_val_date, + ACTIONS(2370), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2380), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2376), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2172), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + ACTIONS(2374), 6, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + STATE(2222), 11, + sym_val_bool, + sym_val_variable, + 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, + [17183] = 20, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2400), 1, + anon_sym_in, + ACTIONS(2406), 1, + anon_sym_bit_DASHand, + ACTIONS(2410), 1, + anon_sym_bit_DASHxor, + ACTIONS(2412), 1, + anon_sym_bit_DASHor, + ACTIONS(2414), 1, + anon_sym_and, + ACTIONS(2416), 1, + anon_sym_xor, + ACTIONS(2418), 1, + anon_sym_or, + STATE(1177), 1, + sym_comment, + ACTIONS(2386), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(2388), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2390), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2392), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(2394), 2, anon_sym_mod, anon_sym_SLASH_SLASH, + ACTIONS(2396), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(2404), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(2402), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(2398), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, + ACTIONS(2432), 7, + anon_sym_DOLLAR, + anon_sym_not, + anon_sym_DOT_DOT, + aux_sym_val_number_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(2430), 23, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, sym_val_nothing, @@ -142985,12 +142978,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [17308] = 4, + [17284] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(1178), 1, sym_comment, - ACTIONS(797), 14, + ACTIONS(801), 14, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, @@ -143005,7 +142998,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(799), 44, + ACTIONS(803), 44, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -143050,12 +143043,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [17377] = 4, + [17353] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(1179), 1, sym_comment, - ACTIONS(797), 14, + ACTIONS(834), 14, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, @@ -143070,7 +143063,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(799), 44, + ACTIONS(836), 44, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -143115,12 +143108,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [17446] = 4, + [17422] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(1180), 1, sym_comment, - ACTIONS(832), 14, + ACTIONS(797), 14, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, @@ -143135,7 +143128,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(834), 44, + ACTIONS(799), 44, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -143180,12 +143173,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [17515] = 4, + [17491] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(1181), 1, sym_comment, - ACTIONS(787), 26, + ACTIONS(868), 26, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -143212,7 +143205,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(785), 32, + ACTIONS(866), 32, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -143245,142 +143238,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [17584] = 4, + [17560] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(1182), 1, sym_comment, - ACTIONS(816), 14, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_not, - anon_sym_DOT_DOT, - aux_sym_val_number_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(818), 44, + ACTIONS(864), 26, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, 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_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - sym_val_nothing, - anon_sym_true, - anon_sym_false, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, - anon_sym_inf, anon_sym_DASHinf, - anon_sym_NaN, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [17653] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(1183), 1, - sym_comment, - ACTIONS(874), 14, + ACTIONS(862), 32, + sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_not, - anon_sym_DOT_DOT, - aux_sym_val_number_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(876), 44, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_mod, - anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - 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_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, + anon_sym_not, + anon_sym_DOT_DOT, sym_val_nothing, anon_sym_true, anon_sym_false, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, + aux_sym_val_number_token1, anon_sym_inf, - anon_sym_DASHinf, anon_sym_NaN, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [17722] = 4, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [17629] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1184), 1, + STATE(1183), 1, sym_comment, - ACTIONS(868), 26, + ACTIONS(791), 26, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -143407,7 +143335,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(866), 32, + ACTIONS(789), 32, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -143440,12 +143368,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [17791] = 4, + [17698] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1185), 1, + STATE(1184), 1, sym_comment, - ACTIONS(793), 14, + ACTIONS(781), 14, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, @@ -143460,7 +143388,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(795), 44, + ACTIONS(783), 44, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -143505,142 +143433,142 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [17860] = 4, + [17767] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1186), 1, + STATE(1185), 1, sym_comment, - ACTIONS(870), 14, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_not, - anon_sym_DOT_DOT, - aux_sym_val_number_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(872), 44, + ACTIONS(779), 26, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, 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_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - sym_val_nothing, - anon_sym_true, - anon_sym_false, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, - anon_sym_inf, anon_sym_DASHinf, - anon_sym_NaN, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [17929] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(1187), 1, - sym_comment, - ACTIONS(765), 14, + ACTIONS(777), 32, + sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, + anon_sym_mod, anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_LT2, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, anon_sym_not, anon_sym_DOT_DOT, + sym_val_nothing, + anon_sym_true, + anon_sym_false, aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(767), 44, + [17836] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(1186), 1, + sym_comment, + ACTIONS(807), 26, anon_sym_LBRACK, anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, 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_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - sym_val_nothing, - anon_sym_true, - anon_sym_false, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, - anon_sym_inf, anon_sym_DASHinf, - anon_sym_NaN, sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [17998] = 4, + ACTIONS(805), 32, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_LT2, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_not, + anon_sym_DOT_DOT, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [17905] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1188), 1, + STATE(1187), 1, sym_comment, - ACTIONS(806), 26, + ACTIONS(832), 26, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -143667,7 +143595,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(804), 32, + ACTIONS(830), 32, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -143700,12 +143628,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [18067] = 4, + [17974] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1189), 1, + STATE(1188), 1, sym_comment, - ACTIONS(779), 26, + ACTIONS(795), 26, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -143732,7 +143660,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(777), 32, + ACTIONS(793), 32, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -143765,12 +143693,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [18136] = 4, + [18043] = 32, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2280), 1, + anon_sym_LBRACK, + ACTIONS(2282), 1, + anon_sym_LPAREN, + ACTIONS(2284), 1, + anon_sym_DOLLAR, + ACTIONS(2286), 1, + anon_sym_DASH_DASH, + ACTIONS(2288), 1, + anon_sym_DASH, + ACTIONS(2290), 1, + anon_sym_LBRACE, + ACTIONS(2292), 1, + anon_sym_not, + ACTIONS(2304), 1, + anon_sym_DQUOTE, + ACTIONS(2308), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2310), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2312), 1, + sym_short_flag, + STATE(119), 1, + sym_val_number, + STATE(1189), 1, + sym_comment, + STATE(1195), 1, + sym__flag, + STATE(1908), 1, + sym_expr_parenthesized, + STATE(1949), 1, + sym__var, + STATE(2034), 1, + sym__expression, + STATE(2212), 1, + sym_long_flag, + STATE(2216), 1, + sym__inter_double_quotes, + STATE(2217), 1, + sym__inter_single_quotes, + STATE(2289), 1, + sym__str_double_quotes, + ACTIONS(976), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(978), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2296), 2, + sym_val_nothing, + sym_val_date, + ACTIONS(2298), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2306), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2294), 3, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(2302), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2301), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + ACTIONS(2300), 7, + aux_sym_val_number_token1, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + STATE(2220), 11, + sym_val_bool, + sym_val_variable, + 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, + [18168] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(1190), 1, sym_comment, - ACTIONS(777), 14, + ACTIONS(858), 14, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, @@ -143785,7 +143806,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(779), 44, + ACTIONS(860), 44, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -143830,12 +143851,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [18205] = 4, + [18237] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(1191), 1, sym_comment, - ACTIONS(854), 26, + ACTIONS(803), 26, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -143862,7 +143883,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(852), 32, + ACTIONS(801), 32, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -143895,173 +143916,145 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [18274] = 32, - ACTIONS(3), 1, + [18306] = 4, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2344), 1, + STATE(1192), 1, + sym_comment, + ACTIONS(844), 26, anon_sym_LBRACK, - ACTIONS(2346), 1, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_LPAREN, - ACTIONS(2348), 1, - anon_sym_DOLLAR, - ACTIONS(2350), 1, - anon_sym_DASH_DASH, - ACTIONS(2352), 1, - anon_sym_DASH, - ACTIONS(2354), 1, anon_sym_LBRACE, - ACTIONS(2356), 1, - anon_sym_not, - ACTIONS(2368), 1, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_DASHinf, + sym_val_date, anon_sym_DQUOTE, - ACTIONS(2372), 1, + sym__str_single_quotes, + sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2374), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2376), 1, - sym_short_flag, - STATE(118), 1, - sym_val_number, - STATE(1104), 1, - sym__flag, - STATE(1192), 1, - sym_comment, - STATE(1957), 1, - sym_expr_parenthesized, - STATE(1965), 1, - sym__var, - STATE(2022), 1, - sym__expression, - STATE(2242), 1, - sym_long_flag, - STATE(2280), 1, - sym__inter_double_quotes, - STATE(2282), 1, - sym__inter_single_quotes, - STATE(2308), 1, - sym__str_double_quotes, - ACTIONS(666), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(668), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(2360), 2, + ACTIONS(842), 32, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_LT2, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_not, + anon_sym_DOT_DOT, sym_val_nothing, - sym_val_date, - ACTIONS(2362), 2, anon_sym_true, anon_sym_false, - ACTIONS(2370), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2358), 3, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(2366), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(2299), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(2364), 7, aux_sym_val_number_token1, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, anon_sym_inf, - anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, - sym_val_bool, - sym_val_variable, - 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, - [18399] = 32, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [18375] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2344), 1, + ACTIONS(2280), 1, anon_sym_LBRACK, - ACTIONS(2346), 1, + ACTIONS(2282), 1, anon_sym_LPAREN, - ACTIONS(2348), 1, + ACTIONS(2284), 1, anon_sym_DOLLAR, - ACTIONS(2350), 1, + ACTIONS(2286), 1, anon_sym_DASH_DASH, - ACTIONS(2352), 1, + ACTIONS(2288), 1, anon_sym_DASH, - ACTIONS(2354), 1, + ACTIONS(2290), 1, anon_sym_LBRACE, - ACTIONS(2356), 1, + ACTIONS(2292), 1, anon_sym_not, - ACTIONS(2368), 1, + ACTIONS(2304), 1, anon_sym_DQUOTE, - ACTIONS(2372), 1, + ACTIONS(2308), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2374), 1, + ACTIONS(2310), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2376), 1, + ACTIONS(2312), 1, sym_short_flag, - STATE(118), 1, + STATE(119), 1, sym_val_number, - STATE(1099), 1, + STATE(1092), 1, sym__flag, STATE(1193), 1, sym_comment, - STATE(1957), 1, + STATE(1908), 1, sym_expr_parenthesized, - STATE(1965), 1, + STATE(1949), 1, sym__var, - STATE(2022), 1, + STATE(2082), 1, sym__expression, - STATE(2242), 1, + STATE(2212), 1, sym_long_flag, - STATE(2280), 1, + STATE(2216), 1, sym__inter_double_quotes, - STATE(2282), 1, + STATE(2217), 1, sym__inter_single_quotes, - STATE(2308), 1, + STATE(2289), 1, sym__str_double_quotes, - ACTIONS(666), 2, + ACTIONS(679), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(668), 2, + ACTIONS(681), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2360), 2, + ACTIONS(2296), 2, sym_val_nothing, sym_val_date, - ACTIONS(2362), 2, + ACTIONS(2298), 2, anon_sym_true, anon_sym_false, - ACTIONS(2370), 2, + ACTIONS(2306), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2358), 3, + ACTIONS(2294), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2366), 3, + ACTIONS(2302), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + STATE(2301), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2364), 7, + ACTIONS(2300), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -144069,7 +144062,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(2220), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -144081,80 +144074,145 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [18524] = 32, + [18500] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(1194), 1, + sym_comment, + ACTIONS(838), 14, + anon_sym_DOLLAR, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_not, + anon_sym_DOT_DOT, + aux_sym_val_number_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(840), 44, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [18569] = 32, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2344), 1, + ACTIONS(2280), 1, anon_sym_LBRACK, - ACTIONS(2346), 1, + ACTIONS(2282), 1, anon_sym_LPAREN, - ACTIONS(2348), 1, + ACTIONS(2284), 1, anon_sym_DOLLAR, - ACTIONS(2350), 1, + ACTIONS(2286), 1, anon_sym_DASH_DASH, - ACTIONS(2352), 1, + ACTIONS(2288), 1, anon_sym_DASH, - ACTIONS(2354), 1, + ACTIONS(2290), 1, anon_sym_LBRACE, - ACTIONS(2356), 1, + ACTIONS(2292), 1, anon_sym_not, - ACTIONS(2368), 1, + ACTIONS(2304), 1, anon_sym_DQUOTE, - ACTIONS(2372), 1, + ACTIONS(2308), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2374), 1, + ACTIONS(2310), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2376), 1, + ACTIONS(2312), 1, sym_short_flag, - STATE(118), 1, + STATE(119), 1, sym_val_number, - STATE(1098), 1, + STATE(1172), 1, sym__flag, - STATE(1194), 1, + STATE(1195), 1, sym_comment, - STATE(1957), 1, + STATE(1908), 1, sym_expr_parenthesized, - STATE(1965), 1, + STATE(1949), 1, sym__var, - STATE(2022), 1, + STATE(2082), 1, sym__expression, - STATE(2242), 1, + STATE(2212), 1, sym_long_flag, - STATE(2280), 1, + STATE(2216), 1, sym__inter_double_quotes, - STATE(2282), 1, + STATE(2217), 1, sym__inter_single_quotes, - STATE(2308), 1, + STATE(2289), 1, sym__str_double_quotes, - ACTIONS(666), 2, + ACTIONS(679), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(668), 2, + ACTIONS(681), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(2360), 2, + ACTIONS(2296), 2, sym_val_nothing, sym_val_date, - ACTIONS(2362), 2, + ACTIONS(2298), 2, anon_sym_true, anon_sym_false, - ACTIONS(2370), 2, + ACTIONS(2306), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2358), 3, + ACTIONS(2294), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(2366), 3, + ACTIONS(2302), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + STATE(2301), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2364), 7, + ACTIONS(2300), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -144162,7 +144220,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(2220), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -144174,12 +144232,12 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [18649] = 4, + [18694] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1195), 1, + STATE(1196), 1, sym_comment, - ACTIONS(838), 26, + ACTIONS(828), 26, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -144206,7 +144264,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(836), 32, + ACTIONS(826), 32, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -144239,93 +144297,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [18718] = 20, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2284), 1, - anon_sym_in, - ACTIONS(2300), 1, - anon_sym_bit_DASHand, - ACTIONS(2302), 1, - anon_sym_bit_DASHxor, - ACTIONS(2304), 1, - anon_sym_bit_DASHor, - ACTIONS(2422), 1, - anon_sym_and, - ACTIONS(2424), 1, - anon_sym_xor, - ACTIONS(2426), 1, - anon_sym_or, - STATE(1196), 1, - sym_comment, - ACTIONS(2280), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(2282), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2286), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2288), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(2290), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(2292), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(2298), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(2296), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(2294), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(2432), 7, - anon_sym_DOLLAR, - anon_sym_not, - anon_sym_DOT_DOT, - aux_sym_val_number_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(2430), 23, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - anon_sym_true, - anon_sym_false, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [18819] = 4, + [18763] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(1197), 1, sym_comment, - ACTIONS(872), 26, + ACTIONS(815), 26, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, @@ -144352,7 +144329,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(870), 32, + ACTIONS(813), 32, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_GT, @@ -144385,77 +144362,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [18888] = 4, + [18832] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(1198), 1, sym_comment, - ACTIONS(785), 14, - anon_sym_DOLLAR, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_not, - anon_sym_DOT_DOT, - aux_sym_val_number_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(787), 44, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - anon_sym_true, - anon_sym_false, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [18957] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(1199), 1, - sym_comment, - ACTIONS(866), 14, + ACTIONS(870), 14, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, @@ -144470,7 +144382,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(868), 44, + ACTIONS(872), 44, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -144515,12 +144427,105 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, + [18901] = 32, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2280), 1, + anon_sym_LBRACK, + ACTIONS(2282), 1, + anon_sym_LPAREN, + ACTIONS(2284), 1, + anon_sym_DOLLAR, + ACTIONS(2288), 1, + anon_sym_DASH, + ACTIONS(2290), 1, + anon_sym_LBRACE, + ACTIONS(2292), 1, + anon_sym_not, + ACTIONS(2304), 1, + anon_sym_DQUOTE, + ACTIONS(2308), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2310), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2314), 1, + anon_sym_DASH_DASH, + ACTIONS(2316), 1, + sym_short_flag, + STATE(119), 1, + sym_val_number, + STATE(1199), 1, + sym_comment, + STATE(1908), 1, + sym_expr_parenthesized, + STATE(1949), 1, + sym__var, + STATE(2069), 1, + sym__expression, + STATE(2216), 1, + sym__inter_double_quotes, + STATE(2217), 1, + sym__inter_single_quotes, + STATE(2289), 1, + sym__str_double_quotes, + STATE(2847), 1, + sym__flag, + STATE(2950), 1, + sym_long_flag, + ACTIONS(694), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(696), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(2296), 2, + sym_val_nothing, + sym_val_date, + ACTIONS(2298), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2306), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2294), 3, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(2302), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2301), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + ACTIONS(2300), 7, + aux_sym_val_number_token1, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + STATE(2220), 11, + sym_val_bool, + sym_val_variable, + 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, [19026] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(1200), 1, sym_comment, - ACTIONS(804), 14, + ACTIONS(107), 14, anon_sym_DOLLAR, anon_sym_GT, anon_sym_DASH, @@ -144535,7 +144540,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(806), 44, + ACTIONS(109), 44, anon_sym_LBRACK, anon_sym_COMMA, anon_sym_LPAREN, @@ -144605,27 +144610,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(2484), 1, anon_sym_DOLLAR_DQUOTE, - STATE(120), 1, + STATE(124), 1, sym_val_number, - STATE(1921), 1, - sym__var, STATE(1963), 1, sym_expr_parenthesized, - STATE(2195), 1, + STATE(1981), 1, + sym__var, + STATE(2201), 1, sym__inter_double_quotes, - STATE(2196), 1, + STATE(2211), 1, sym__inter_single_quotes, - STATE(2248), 1, + STATE(2251), 1, sym__str_double_quotes, - STATE(2333), 1, + STATE(2358), 1, sym__expression, - STATE(2638), 1, + STATE(2643), 1, sym_match_arm, - STATE(3679), 1, + STATE(3595), 1, sym_match_pattern, - STATE(3688), 1, + STATE(3596), 1, sym__match_or_pattern, - STATE(3696), 1, + STATE(3597), 1, sym__match_list_destructure_pattern, ACTIONS(2449), 2, anon_sym_RBRACE, @@ -144649,7 +144654,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2227), 4, + STATE(2172), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -144661,7 +144666,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2199), 11, + STATE(2222), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -144704,21 +144709,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1202), 1, sym_comment, - STATE(1632), 1, + STATE(1478), 1, sym__flag, - STATE(2174), 1, + STATE(2179), 1, sym_expr_parenthesized, - STATE(2180), 1, - sym__var, - STATE(2203), 1, + STATE(2264), 1, sym__expression, - STATE(2589), 1, + STATE(2331), 1, + sym__var, + STATE(2604), 1, + sym__str_double_quotes, + STATE(2623), 1, sym__inter_double_quotes, - STATE(2592), 1, + STATE(2624), 1, sym__inter_single_quotes, - STATE(2619), 1, - sym__str_double_quotes, - STATE(2647), 1, + STATE(2649), 1, sym_long_flag, ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, @@ -144739,7 +144744,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -144750,7 +144755,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token4, anon_sym_inf, anon_sym_NaN, - STATE(2606), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -144793,21 +144798,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1203), 1, sym_comment, - STATE(1449), 1, + STATE(1606), 1, sym__flag, - STATE(2174), 1, + STATE(2179), 1, sym_expr_parenthesized, - STATE(2180), 1, - sym__var, - STATE(2235), 1, + STATE(2327), 1, sym__expression, - STATE(2589), 1, + STATE(2331), 1, + sym__var, + STATE(2604), 1, + sym__str_double_quotes, + STATE(2623), 1, sym__inter_double_quotes, - STATE(2592), 1, + STATE(2624), 1, sym__inter_single_quotes, - STATE(2619), 1, - sym__str_double_quotes, - STATE(2647), 1, + STATE(2649), 1, sym_long_flag, ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, @@ -144828,7 +144833,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -144839,7 +144844,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token4, anon_sym_inf, anon_sym_NaN, - STATE(2606), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -144882,21 +144887,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1204), 1, sym_comment, - STATE(1516), 1, + STATE(1427), 1, sym__flag, - STATE(2169), 1, - sym__expression, - STATE(2174), 1, + STATE(2179), 1, sym_expr_parenthesized, - STATE(2180), 1, + STATE(2186), 1, + sym__expression, + STATE(2331), 1, sym__var, - STATE(2589), 1, + STATE(2604), 1, + sym__str_double_quotes, + STATE(2623), 1, sym__inter_double_quotes, - STATE(2592), 1, + STATE(2624), 1, sym__inter_single_quotes, - STATE(2619), 1, - sym__str_double_quotes, - STATE(2647), 1, + STATE(2649), 1, sym_long_flag, ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, @@ -144917,7 +144922,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -144928,7 +144933,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token4, anon_sym_inf, anon_sym_NaN, - STATE(2606), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -144971,21 +144976,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1205), 1, sym_comment, - STATE(1512), 1, + STATE(1631), 1, sym__flag, - STATE(2171), 1, + STATE(2170), 1, sym__expression, - STATE(2174), 1, + STATE(2179), 1, sym_expr_parenthesized, - STATE(2180), 1, + STATE(2331), 1, sym__var, - STATE(2589), 1, + STATE(2604), 1, + sym__str_double_quotes, + STATE(2623), 1, sym__inter_double_quotes, - STATE(2592), 1, + STATE(2624), 1, sym__inter_single_quotes, - STATE(2619), 1, - sym__str_double_quotes, - STATE(2647), 1, + STATE(2649), 1, sym_long_flag, ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, @@ -145006,7 +145011,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -145017,7 +145022,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token4, anon_sym_inf, anon_sym_NaN, - STATE(2606), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -145060,21 +145065,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1206), 1, sym_comment, - STATE(1496), 1, + STATE(1434), 1, sym__flag, - STATE(2170), 1, - sym__expression, - STATE(2174), 1, + STATE(2179), 1, sym_expr_parenthesized, - STATE(2180), 1, + STATE(2183), 1, + sym__expression, + STATE(2331), 1, sym__var, - STATE(2589), 1, + STATE(2604), 1, + sym__str_double_quotes, + STATE(2623), 1, sym__inter_double_quotes, - STATE(2592), 1, + STATE(2624), 1, sym__inter_single_quotes, - STATE(2619), 1, - sym__str_double_quotes, - STATE(2647), 1, + STATE(2649), 1, sym_long_flag, ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, @@ -145095,7 +145100,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -145106,7 +145111,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token4, anon_sym_inf, anon_sym_NaN, - STATE(2606), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -145149,21 +145154,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1207), 1, sym_comment, - STATE(1493), 1, + STATE(1636), 1, sym__flag, - STATE(2174), 1, + STATE(2179), 1, sym_expr_parenthesized, - STATE(2177), 1, + STATE(2314), 1, sym__expression, - STATE(2180), 1, + STATE(2331), 1, sym__var, - STATE(2589), 1, + STATE(2604), 1, + sym__str_double_quotes, + STATE(2623), 1, sym__inter_double_quotes, - STATE(2592), 1, + STATE(2624), 1, sym__inter_single_quotes, - STATE(2619), 1, - sym__str_double_quotes, - STATE(2647), 1, + STATE(2649), 1, sym_long_flag, ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, @@ -145184,7 +145189,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -145195,7 +145200,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token4, anon_sym_inf, anon_sym_NaN, - STATE(2606), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -145240,19 +145245,19 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, STATE(1629), 1, sym__flag, - STATE(2174), 1, + STATE(2179), 1, sym_expr_parenthesized, - STATE(2180), 1, - sym__var, - STATE(2202), 1, + STATE(2315), 1, sym__expression, - STATE(2589), 1, + STATE(2331), 1, + sym__var, + STATE(2604), 1, + sym__str_double_quotes, + STATE(2623), 1, sym__inter_double_quotes, - STATE(2592), 1, + STATE(2624), 1, sym__inter_single_quotes, - STATE(2619), 1, - sym__str_double_quotes, - STATE(2647), 1, + STATE(2649), 1, sym_long_flag, ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, @@ -145273,7 +145278,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -145284,7 +145289,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token4, anon_sym_inf, anon_sym_NaN, - STATE(2606), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -145327,21 +145332,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1209), 1, sym_comment, - STATE(1615), 1, + STATE(1633), 1, sym__flag, - STATE(2174), 1, + STATE(2179), 1, sym_expr_parenthesized, - STATE(2180), 1, - sym__var, - STATE(2238), 1, + STATE(2287), 1, sym__expression, - STATE(2589), 1, + STATE(2331), 1, + sym__var, + STATE(2604), 1, + sym__str_double_quotes, + STATE(2623), 1, sym__inter_double_quotes, - STATE(2592), 1, + STATE(2624), 1, sym__inter_single_quotes, - STATE(2619), 1, - sym__str_double_quotes, - STATE(2647), 1, + STATE(2649), 1, sym_long_flag, ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, @@ -145362,7 +145367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -145373,7 +145378,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token4, anon_sym_inf, anon_sym_NaN, - STATE(2606), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -145385,10 +145390,10 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [20189] = 32, + [20189] = 33, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -145418,21 +145423,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1049), 1, + sym_val_list, + STATE(1094), 1, sym__inter_double_quotes, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, STATE(1210), 1, sym_comment, - STATE(1220), 1, + STATE(1221), 1, aux_sym_val_list_repeat1, ACTIONS(2539), 2, anon_sym_DOT_DOT_LT, @@ -145456,12 +145463,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 11, + STATE(1164), 10, sym_val_bool, sym_val_variable, sym_val_duration, @@ -145469,14 +145476,13 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, - sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [20309] = 33, + [20311] = 32, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -145506,23 +145512,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1072), 1, - sym_val_list, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, STATE(1211), 1, sym_comment, - STATE(1218), 1, + STATE(1212), 1, aux_sym_val_list_repeat1, ACTIONS(2539), 2, anon_sym_DOT_DOT_LT, @@ -145546,12 +145550,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 10, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -145559,88 +145563,86 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, + sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [20431] = 33, + [20431] = 31, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, - anon_sym_LPAREN, - ACTIONS(2525), 1, + ACTIONS(2565), 1, sym_cmd_identifier, - ACTIONS(2527), 1, + ACTIONS(2568), 1, anon_sym_LBRACK, - ACTIONS(2531), 1, + ACTIONS(2571), 1, + anon_sym_RBRACK, + ACTIONS(2573), 1, + anon_sym_LPAREN, + ACTIONS(2576), 1, anon_sym_DOLLAR, - ACTIONS(2533), 1, + ACTIONS(2579), 1, anon_sym_DASH, - ACTIONS(2535), 1, + ACTIONS(2582), 1, anon_sym_LBRACE, - ACTIONS(2537), 1, + ACTIONS(2585), 1, anon_sym_not, - ACTIONS(2541), 1, + ACTIONS(2591), 1, anon_sym_DOT_DOT, - ACTIONS(2543), 1, + ACTIONS(2594), 1, sym_val_nothing, - ACTIONS(2553), 1, + ACTIONS(2609), 1, sym_val_date, - ACTIONS(2555), 1, + ACTIONS(2612), 1, anon_sym_DQUOTE, - ACTIONS(2559), 1, + ACTIONS(2618), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2561), 1, + ACTIONS(2621), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2565), 1, - anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1052), 1, - sym_val_list, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, - STATE(1212), 1, - sym_comment, - STATE(1231), 1, - aux_sym_val_list_repeat1, - ACTIONS(2539), 2, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + ACTIONS(2588), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2545), 2, + ACTIONS(2597), 2, anon_sym_true, anon_sym_false, - ACTIONS(2557), 2, + ACTIONS(2615), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2547), 3, + STATE(1212), 2, + sym_comment, + aux_sym_val_list_repeat1, + ACTIONS(2600), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(2551), 3, + ACTIONS(2606), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2549), 4, + ACTIONS(2603), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 10, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -145648,13 +145650,14 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, + sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [20553] = 32, + [20549] = 33, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -145680,25 +145683,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(2561), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2567), 1, + ACTIONS(2624), 1, anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1055), 1, + sym_val_list, + STATE(1094), 1, sym__inter_double_quotes, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, STATE(1213), 1, sym_comment, - STATE(1220), 1, + STATE(1248), 1, aux_sym_val_list_repeat1, ACTIONS(2539), 2, anon_sym_DOT_DOT_LT, @@ -145722,12 +145727,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 11, + STATE(1164), 10, sym_val_bool, sym_val_variable, sym_val_duration, @@ -145735,14 +145740,13 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, - sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [20673] = 33, + [20671] = 32, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -145768,28 +145772,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(2561), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2569), 1, + ACTIONS(2626), 1, anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1044), 1, - sym_val_list, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1212), 1, + aux_sym_val_list_repeat1, STATE(1214), 1, sym_comment, - STATE(1215), 1, - aux_sym_val_list_repeat1, ACTIONS(2539), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -145812,12 +145814,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 10, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -145825,13 +145827,14 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, + sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [20795] = 32, + [20791] = 32, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -145857,26 +145860,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(2561), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2571), 1, + ACTIONS(2628), 1, anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1212), 1, + aux_sym_val_list_repeat1, STATE(1215), 1, sym_comment, - STATE(1220), 1, - aux_sym_val_list_repeat1, ACTIONS(2539), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -145899,12 +145902,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 11, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -145916,10 +145919,10 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [20915] = 32, + [20911] = 33, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -145945,25 +145948,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(2561), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2573), 1, + ACTIONS(2630), 1, anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1070), 1, + sym_val_list, + STATE(1094), 1, sym__inter_double_quotes, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, STATE(1216), 1, sym_comment, - STATE(1220), 1, + STATE(1230), 1, aux_sym_val_list_repeat1, ACTIONS(2539), 2, anon_sym_DOT_DOT_LT, @@ -145987,12 +145992,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 11, + STATE(1164), 10, sym_val_bool, sym_val_variable, sym_val_duration, @@ -146000,14 +146005,13 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, - sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [21035] = 33, + [21033] = 33, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -146033,27 +146037,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(2561), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2575), 1, + ACTIONS(2632), 1, anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1078), 1, + STATE(1079), 1, sym_val_list, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, STATE(1217), 1, sym_comment, - STATE(1244), 1, + STATE(1218), 1, aux_sym_val_list_repeat1, ACTIONS(2539), 2, anon_sym_DOT_DOT_LT, @@ -146077,12 +146081,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 10, + STATE(1164), 10, sym_val_bool, sym_val_variable, sym_val_duration, @@ -146093,10 +146097,10 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [21157] = 32, + [21155] = 32, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -146122,26 +146126,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(2561), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2577), 1, + ACTIONS(2634), 1, anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1212), 1, + aux_sym_val_list_repeat1, STATE(1218), 1, sym_comment, - STATE(1220), 1, - aux_sym_val_list_repeat1, ACTIONS(2539), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -146164,12 +146168,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 11, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -146181,10 +146185,10 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [21277] = 33, + [21275] = 32, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -146210,25 +146214,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(2561), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2579), 1, + ACTIONS(2636), 1, anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1076), 1, - sym_val_list, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, - STATE(1216), 1, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1212), 1, aux_sym_val_list_repeat1, STATE(1219), 1, sym_comment, @@ -146254,12 +146256,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 10, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -146267,85 +146269,87 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, + sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [21399] = 31, + [21395] = 32, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2581), 1, + ACTIONS(2192), 1, + anon_sym_LPAREN, + ACTIONS(2525), 1, sym_cmd_identifier, - ACTIONS(2584), 1, + ACTIONS(2527), 1, anon_sym_LBRACK, - ACTIONS(2587), 1, - anon_sym_RBRACK, - ACTIONS(2589), 1, - anon_sym_LPAREN, - ACTIONS(2592), 1, + ACTIONS(2531), 1, anon_sym_DOLLAR, - ACTIONS(2595), 1, + ACTIONS(2533), 1, anon_sym_DASH, - ACTIONS(2598), 1, + ACTIONS(2535), 1, anon_sym_LBRACE, - ACTIONS(2601), 1, + ACTIONS(2537), 1, anon_sym_not, - ACTIONS(2607), 1, + ACTIONS(2541), 1, anon_sym_DOT_DOT, - ACTIONS(2610), 1, + ACTIONS(2543), 1, sym_val_nothing, - ACTIONS(2625), 1, + ACTIONS(2553), 1, sym_val_date, - ACTIONS(2628), 1, + ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(2634), 1, + ACTIONS(2559), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2637), 1, + ACTIONS(2561), 1, anon_sym_DOLLAR_DQUOTE, + ACTIONS(2638), 1, + anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, - ACTIONS(2604), 2, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1212), 1, + aux_sym_val_list_repeat1, + STATE(1220), 1, + sym_comment, + ACTIONS(2539), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2613), 2, + ACTIONS(2545), 2, anon_sym_true, anon_sym_false, - ACTIONS(2631), 2, + ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(1220), 2, - sym_comment, - aux_sym_val_list_repeat1, - ACTIONS(2616), 3, + ACTIONS(2547), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(2622), 3, + ACTIONS(2551), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2619), 4, + ACTIONS(2549), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 11, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -146357,10 +146361,10 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [21517] = 32, + [21515] = 32, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -146390,19 +146394,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, - STATE(1220), 1, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1212), 1, aux_sym_val_list_repeat1, STATE(1221), 1, sym_comment, @@ -146428,12 +146432,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 11, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -146445,10 +146449,10 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [21637] = 33, + [21635] = 33, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -146478,24 +146482,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1066), 1, + STATE(1043), 1, sym_val_list, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1211), 1, + aux_sym_val_list_repeat1, STATE(1222), 1, sym_comment, - STATE(1224), 1, - aux_sym_val_list_repeat1, ACTIONS(2539), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -146518,12 +146522,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 10, + STATE(1164), 10, sym_val_bool, sym_val_variable, sym_val_duration, @@ -146534,10 +146538,10 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [21759] = 33, + [21757] = 32, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -146567,21 +146571,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1053), 1, - sym_val_list, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, - STATE(1221), 1, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1212), 1, aux_sym_val_list_repeat1, STATE(1223), 1, sym_comment, @@ -146607,12 +146609,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 10, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -146620,13 +146622,14 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, + sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [21881] = 32, + [21877] = 32, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -146656,19 +146659,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, - STATE(1220), 1, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1212), 1, aux_sym_val_list_repeat1, STATE(1224), 1, sym_comment, @@ -146694,12 +146697,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 11, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -146711,10 +146714,10 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [22001] = 32, + [21997] = 33, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -146744,19 +146747,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1053), 1, + sym_val_list, + STATE(1094), 1, sym__inter_double_quotes, - STATE(1220), 1, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1219), 1, aux_sym_val_list_repeat1, STATE(1225), 1, sym_comment, @@ -146782,12 +146787,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 11, + STATE(1164), 10, sym_val_bool, sym_val_variable, sym_val_duration, @@ -146795,14 +146800,13 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, - sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [22121] = 33, + [22119] = 33, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -146832,21 +146836,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1045), 1, + STATE(1064), 1, sym_val_list, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, - STATE(1225), 1, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1223), 1, aux_sym_val_list_repeat1, STATE(1226), 1, sym_comment, @@ -146872,12 +146876,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 10, + STATE(1164), 10, sym_val_bool, sym_val_variable, sym_val_duration, @@ -146888,10 +146892,10 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [22243] = 33, + [22241] = 32, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -146921,24 +146925,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1063), 1, - sym_val_list, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1212), 1, + aux_sym_val_list_repeat1, STATE(1227), 1, sym_comment, - STATE(1228), 1, - aux_sym_val_list_repeat1, ACTIONS(2539), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -146961,12 +146963,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 10, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -146974,13 +146976,14 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, + sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [22365] = 32, + [22361] = 32, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -147010,19 +147013,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, - STATE(1220), 1, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1212), 1, aux_sym_val_list_repeat1, STATE(1228), 1, sym_comment, @@ -147048,12 +147051,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 11, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -147065,10 +147068,10 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [22485] = 32, + [22481] = 33, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -147098,18 +147101,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1054), 1, + sym_val_list, + STATE(1094), 1, sym__inter_double_quotes, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, STATE(1220), 1, aux_sym_val_list_repeat1, STATE(1229), 1, @@ -147136,12 +147141,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 11, + STATE(1164), 10, sym_val_bool, sym_val_variable, sym_val_duration, @@ -147149,14 +147154,13 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, - sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [22605] = 33, + [22603] = 32, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -147186,21 +147190,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1056), 1, - sym_val_list, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, - STATE(1210), 1, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1212), 1, aux_sym_val_list_repeat1, STATE(1230), 1, sym_comment, @@ -147226,12 +147228,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 10, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -147239,13 +147241,14 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, + sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [22727] = 32, + [22723] = 33, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -147275,19 +147278,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1069), 1, + sym_val_list, + STATE(1094), 1, sym__inter_double_quotes, - STATE(1220), 1, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1214), 1, aux_sym_val_list_repeat1, STATE(1231), 1, sym_comment, @@ -147313,12 +147318,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 11, + STATE(1164), 10, sym_val_bool, sym_val_variable, sym_val_duration, @@ -147326,14 +147331,13 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, - sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [22847] = 32, + [22845] = 32, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -147363,19 +147367,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, - STATE(1220), 1, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1212), 1, aux_sym_val_list_repeat1, STATE(1232), 1, sym_comment, @@ -147401,12 +147405,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 11, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -147418,10 +147422,10 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [22967] = 33, + [22965] = 32, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -147451,23 +147455,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1057), 1, - sym_val_list, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, STATE(1233), 1, sym_comment, - STATE(1235), 1, + STATE(1249), 1, aux_sym_val_list_repeat1, ACTIONS(2539), 2, anon_sym_DOT_DOT_LT, @@ -147491,12 +147493,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 10, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -147504,13 +147506,14 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, + sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [23089] = 33, + [23085] = 33, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -147540,24 +147543,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1060), 1, + STATE(1075), 1, sym_val_list, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1224), 1, + aux_sym_val_list_repeat1, STATE(1234), 1, sym_comment, - STATE(1237), 1, - aux_sym_val_list_repeat1, ACTIONS(2539), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -147580,12 +147583,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 10, + STATE(1164), 10, sym_val_bool, sym_val_variable, sym_val_duration, @@ -147596,10 +147599,10 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [23211] = 32, + [23207] = 33, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -147629,22 +147632,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1072), 1, + sym_val_list, + STATE(1094), 1, sym__inter_double_quotes, - STATE(1220), 1, - aux_sym_val_list_repeat1, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, STATE(1235), 1, sym_comment, + STATE(1239), 1, + aux_sym_val_list_repeat1, ACTIONS(2539), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -147667,12 +147672,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 11, + STATE(1164), 10, sym_val_bool, sym_val_variable, sym_val_duration, @@ -147680,14 +147685,13 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, - sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [23331] = 33, + [23329] = 32, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -147717,24 +147721,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1062), 1, - sym_val_list, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1212), 1, + aux_sym_val_list_repeat1, STATE(1236), 1, sym_comment, - STATE(1239), 1, - aux_sym_val_list_repeat1, ACTIONS(2539), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -147757,12 +147759,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 10, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -147770,13 +147772,14 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, + sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [23453] = 32, + [23449] = 33, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -147806,19 +147809,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1063), 1, + sym_val_list, + STATE(1094), 1, sym__inter_double_quotes, - STATE(1220), 1, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1228), 1, aux_sym_val_list_repeat1, STATE(1237), 1, sym_comment, @@ -147844,12 +147849,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 11, + STATE(1164), 10, sym_val_bool, sym_val_variable, sym_val_duration, @@ -147857,14 +147862,13 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, - sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [23573] = 33, + [23571] = 33, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -147894,23 +147898,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1065), 1, + STATE(1044), 1, sym_val_list, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, STATE(1238), 1, sym_comment, - STATE(1240), 1, + STATE(1242), 1, aux_sym_val_list_repeat1, ACTIONS(2539), 2, anon_sym_DOT_DOT_LT, @@ -147934,12 +147938,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 10, + STATE(1164), 10, sym_val_bool, sym_val_variable, sym_val_duration, @@ -147950,10 +147954,10 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [23695] = 32, + [23693] = 32, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -147983,19 +147987,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, - STATE(1220), 1, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1212), 1, aux_sym_val_list_repeat1, STATE(1239), 1, sym_comment, @@ -148021,12 +148025,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 11, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -148038,10 +148042,10 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [23815] = 32, + [23813] = 33, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -148071,19 +148075,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1041), 1, + sym_val_list, + STATE(1094), 1, sym__inter_double_quotes, - STATE(1220), 1, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1215), 1, aux_sym_val_list_repeat1, STATE(1240), 1, sym_comment, @@ -148109,12 +148115,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 11, + STATE(1164), 10, sym_val_bool, sym_val_variable, sym_val_duration, @@ -148122,14 +148128,13 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, - sym_val_list, sym_val_record, sym_val_table, sym_val_closure, [23935] = 33, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -148159,21 +148164,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1046), 1, + STATE(1061), 1, sym_val_list, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, - STATE(1229), 1, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1227), 1, aux_sym_val_list_repeat1, STATE(1241), 1, sym_comment, @@ -148199,12 +148204,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 10, + STATE(1164), 10, sym_val_bool, sym_val_variable, sym_val_duration, @@ -148218,7 +148223,7 @@ static const uint16_t ts_small_parse_table[] = { [24057] = 32, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -148248,19 +148253,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, - STATE(1232), 1, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1212), 1, aux_sym_val_list_repeat1, STATE(1242), 1, sym_comment, @@ -148286,12 +148291,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 11, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -148303,17 +148308,15 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [24177] = 32, + [24177] = 33, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, ACTIONS(2527), 1, anon_sym_LBRACK, - ACTIONS(2531), 1, - anon_sym_DOLLAR, ACTIONS(2533), 1, anon_sym_DASH, ACTIONS(2535), 1, @@ -148332,22 +148335,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(2561), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2684), 1, + ACTIONS(2656), 1, anon_sym_RBRACK, + ACTIONS(2684), 1, + anon_sym_DOLLAR, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1054), 1, + sym_val_list, + STATE(1094), 1, sym__inter_double_quotes, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, STATE(1220), 1, aux_sym_val_list_repeat1, STATE(1243), 1, @@ -148374,12 +148381,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 11, + STATE(1164), 10, sym_val_bool, sym_val_variable, sym_val_duration, @@ -148387,14 +148394,13 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, - sym_val_list, sym_val_record, sym_val_table, sym_val_closure, - [24297] = 32, + [24299] = 32, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -148424,19 +148430,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, - STATE(1220), 1, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1212), 1, aux_sym_val_list_repeat1, STATE(1244), 1, sym_comment, @@ -148462,12 +148468,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 11, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -148479,10 +148485,10 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [24417] = 33, + [24419] = 33, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -148512,21 +148518,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1043), 1, + STATE(1068), 1, sym_val_list, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, - STATE(1213), 1, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1244), 1, aux_sym_val_list_repeat1, STATE(1245), 1, sym_comment, @@ -148552,12 +148558,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 10, + STATE(1164), 10, sym_val_bool, sym_val_variable, sym_val_duration, @@ -148568,10 +148574,10 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [24539] = 33, + [24541] = 33, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -148601,21 +148607,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1047), 1, + STATE(1062), 1, sym_val_list, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, - STATE(1243), 1, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1232), 1, aux_sym_val_list_repeat1, STATE(1246), 1, sym_comment, @@ -148641,12 +148647,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 10, + STATE(1164), 10, sym_val_bool, sym_val_variable, sym_val_duration, @@ -148657,15 +148663,17 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [24661] = 33, + [24663] = 33, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, ACTIONS(2527), 1, anon_sym_LBRACK, + ACTIONS(2531), 1, + anon_sym_DOLLAR, ACTIONS(2533), 1, anon_sym_DASH, ACTIONS(2535), 1, @@ -148684,27 +148692,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(2561), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2644), 1, - anon_sym_RBRACK, ACTIONS(2692), 1, - anon_sym_DOLLAR, + anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1053), 1, + STATE(1060), 1, sym_val_list, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, - STATE(1221), 1, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1236), 1, aux_sym_val_list_repeat1, STATE(1247), 1, sym_comment, @@ -148730,12 +148736,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 10, + STATE(1164), 10, sym_val_bool, sym_val_variable, sym_val_duration, @@ -148746,10 +148752,10 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [24783] = 32, + [24785] = 32, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -148779,19 +148785,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, - STATE(1220), 1, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1212), 1, aux_sym_val_list_repeat1, STATE(1248), 1, sym_comment, @@ -148817,12 +148823,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 11, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -148834,10 +148840,10 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [24903] = 33, + [24905] = 32, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2525), 1, sym_cmd_identifier, @@ -148867,21 +148873,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1048), 1, - sym_val_list, - STATE(1100), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1094), 1, sym__inter_double_quotes, - STATE(1248), 1, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1167), 1, + sym__expression, + STATE(1212), 1, aux_sym_val_list_repeat1, STATE(1249), 1, sym_comment, @@ -148907,12 +148911,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(1154), 10, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -148920,6 +148924,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_binary, sym_val_string, sym_val_interpolated, + sym_val_list, sym_val_record, sym_val_table, sym_val_closure, @@ -148948,7 +148953,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -148956,21 +148961,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1250), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2514), 1, + STATE(2559), 1, sym__expression, - STATE(3370), 1, + STATE(3420), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -148994,12 +148999,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -149035,29 +149040,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1251), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2395), 1, + sym__expression, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(2391), 1, - sym__expression, - STATE(3206), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3120), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -149081,12 +149086,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -149122,7 +149127,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -149130,21 +149135,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1252), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2533), 1, + STATE(2519), 1, sym__expression, - STATE(3227), 1, + STATE(3426), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -149168,12 +149173,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -149185,82 +149190,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [25382] = 32, - ACTIONS(31), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1253), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2535), 1, + STATE(2362), 1, sym__expression, - STATE(3226), 1, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, + sym_val_variable, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3176), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -149296,7 +149301,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -149304,21 +149309,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1254), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2489), 1, + sym__expression, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2555), 1, - sym__expression, - STATE(3251), 1, + STATE(3432), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -149342,12 +149347,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -149383,7 +149388,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -149391,21 +149396,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1255), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2491), 1, + sym__expression, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2513), 1, - sym__expression, - STATE(3374), 1, + STATE(3264), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -149429,12 +149434,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -149446,82 +149451,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [25739] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, STATE(1256), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2369), 1, - sym_val_variable, - STATE(2424), 1, + STATE(2471), 1, sym__expression, - STATE(3100), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(3430), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -149533,82 +149538,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [25858] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, STATE(1257), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2369), 1, - sym_val_variable, - STATE(2392), 1, + STATE(2467), 1, sym__expression, - STATE(3070), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(3452), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -149620,82 +149625,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [25977] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, STATE(1258), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2369), 1, + STATE(2475), 1, sym_val_variable, - STATE(2426), 1, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(2563), 1, sym__expression, - STATE(3101), 1, + STATE(3414), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -149731,7 +149736,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -149739,21 +149744,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1259), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2528), 1, + STATE(2566), 1, sym__expression, - STATE(3361), 1, + STATE(3412), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -149777,12 +149782,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -149818,7 +149823,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -149826,21 +149831,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1260), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2534), 1, + STATE(2574), 1, sym__expression, - STATE(3314), 1, + STATE(3407), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -149864,12 +149869,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -149905,7 +149910,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -149913,21 +149918,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1261), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2541), 1, + STATE(2588), 1, sym__expression, - STATE(3307), 1, + STATE(3405), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -149951,12 +149956,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -149992,7 +149997,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -150000,21 +150005,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1262), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2463), 1, - sym__expression, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(3305), 1, + STATE(2550), 1, + sym__expression, + STATE(3386), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -150038,12 +150043,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -150055,82 +150060,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [26572] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, STATE(1263), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2369), 1, + STATE(2475), 1, sym_val_variable, - STATE(2427), 1, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(2518), 1, sym__expression, - STATE(3109), 1, + STATE(3344), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -150166,7 +150171,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -150174,21 +150179,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1264), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, - sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2546), 1, + STATE(2500), 1, sym__expression, - STATE(3304), 1, + STATE(2512), 1, + sym__str_double_quotes, + STATE(3342), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -150212,12 +150217,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -150253,7 +150258,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -150261,21 +150266,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1265), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2484), 1, + sym__expression, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2548), 1, - sym__expression, - STATE(3303), 1, + STATE(3337), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -150299,12 +150304,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -150340,7 +150345,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -150348,21 +150353,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1266), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2483), 1, + sym__expression, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2553), 1, - sym__expression, - STATE(3300), 1, + STATE(3333), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -150386,12 +150391,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -150403,82 +150408,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [27048] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, STATE(1267), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2369), 1, + STATE(2475), 1, sym_val_variable, - STATE(2432), 1, + STATE(2482), 1, sym__expression, - STATE(3110), 1, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(3437), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -150490,82 +150495,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [27167] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, STATE(1268), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2369), 1, + STATE(2475), 1, sym_val_variable, - STATE(2434), 1, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2495), 1, sym__expression, - STATE(3113), 1, + STATE(2512), 1, + sym__str_double_quotes, + STATE(3364), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -150601,29 +150606,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1269), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(2404), 1, + STATE(2444), 1, sym__expression, - STATE(3171), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3103), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -150647,12 +150652,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -150688,7 +150693,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -150696,21 +150701,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1270), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2464), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2480), 1, sym__expression, - STATE(2469), 1, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(3296), 1, + STATE(3327), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -150734,12 +150739,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -150775,7 +150780,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -150783,21 +150788,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1271), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2470), 1, + sym__expression, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2564), 1, - sym__expression, - STATE(3295), 1, + STATE(3324), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -150821,12 +150826,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -150837,82 +150842,84 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [27643] = 30, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2190), 1, - anon_sym_LPAREN, - ACTIONS(2192), 1, - aux_sym_val_number_token1, - ACTIONS(2702), 1, + [27643] = 32, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(2704), 1, - anon_sym_DOLLAR, - ACTIONS(2706), 1, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(2708), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(2710), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(2714), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(2722), 1, + ACTIONS(81), 1, + sym_val_nothing, + ACTIONS(91), 1, + sym_val_date, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(2726), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2728), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - STATE(14), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, + anon_sym_DOLLAR, + ACTIONS(2698), 1, + sym_identifier, + STATE(114), 1, sym_val_number, - STATE(1021), 1, - sym__var, - STATE(1130), 1, - sym__str_double_quotes, - STATE(1138), 1, - sym_expr_parenthesized, - STATE(1178), 1, - sym__inter_single_quotes, - STATE(1179), 1, - sym__inter_double_quotes, - STATE(1196), 1, - sym__expression, STATE(1272), 1, sym_comment, - STATE(2590), 1, - sym__match_expression, - STATE(2595), 1, - sym_block, - ACTIONS(2712), 2, + STATE(2115), 1, + sym_expr_parenthesized, + STATE(2159), 1, + sym__var, + STATE(2469), 1, + sym__expression, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(3454), 1, + sym__where_predicate, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2716), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(2718), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(2724), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2720), 3, + ACTIONS(85), 3, + aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1137), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(2194), 6, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, - anon_sym_inf, anon_sym_DASHinf, - anon_sym_NaN, - STATE(1176), 11, + STATE(2498), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + STATE(2516), 10, sym_val_bool, - sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -150922,82 +150929,84 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [27758] = 30, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2308), 1, + [27762] = 32, + ACTIONS(31), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(2310), 1, - anon_sym_DOLLAR, - ACTIONS(2312), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(2320), 1, + ACTIONS(57), 1, + anon_sym_LBRACE, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(2324), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(2330), 1, - aux_sym_val_number_token1, - ACTIONS(2336), 1, + ACTIONS(81), 1, + sym_val_nothing, + ACTIONS(91), 1, + sym_val_date, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(2340), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2342), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2730), 1, - anon_sym_LBRACK, - ACTIONS(2732), 1, - anon_sym_LBRACE, - STATE(120), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, + anon_sym_DOLLAR, + ACTIONS(2698), 1, + sym_identifier, + STATE(114), 1, sym_val_number, STATE(1273), 1, sym_comment, - STATE(1921), 1, - sym__var, - STATE(1963), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2195), 1, + STATE(2159), 1, + sym__var, + STATE(2468), 1, + sym__expression, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2196), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2248), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2595), 1, - sym_block, - STATE(2642), 1, - sym__expression, - STATE(3553), 1, - sym__match_expression, - ACTIONS(2322), 2, + STATE(3322), 1, + sym__where_predicate, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2326), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(2328), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(2338), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2334), 3, + ACTIONS(85), 3, + aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2227), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(2332), 6, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, - anon_sym_inf, anon_sym_DASHinf, - anon_sym_NaN, - STATE(2199), 11, + STATE(2498), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + STATE(2516), 10, sym_val_bool, - sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -151007,83 +151016,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [27873] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + [27881] = 32, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, STATE(1274), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2369), 1, + STATE(2475), 1, sym_val_variable, - STATE(2437), 1, + STATE(2476), 1, sym__expression, - STATE(3115), 1, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(3305), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -151094,7 +151103,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [27992] = 32, + [28000] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -151119,7 +151128,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -151127,21 +151136,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1275), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2575), 1, + STATE(2547), 1, sym__expression, - STATE(3284), 1, + STATE(3440), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -151165,12 +151174,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -151181,7 +151190,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [28111] = 32, + [28119] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -151206,7 +151215,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -151214,21 +151223,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1276), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2486), 1, + sym__expression, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2579), 1, - sym__expression, - STATE(3282), 1, + STATE(3443), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -151252,12 +151261,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -151268,7 +151277,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [28230] = 32, + [28238] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -151293,7 +151302,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -151301,21 +151310,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1277), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2477), 1, + sym__expression, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2582), 1, - sym__expression, - STATE(3277), 1, + STATE(3442), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -151339,12 +151348,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -151355,83 +151364,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [28349] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + [28357] = 32, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, STATE(1278), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2369), 1, + STATE(2475), 1, sym_val_variable, - STATE(2438), 1, + STATE(2479), 1, sym__expression, - STATE(3123), 1, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(3436), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -151442,7 +151451,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [28468] = 32, + [28476] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -151467,7 +151476,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -151475,21 +151484,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1279), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2559), 1, + STATE(2542), 1, sym__expression, - STATE(3275), 1, + STATE(3446), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -151513,12 +151522,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -151529,83 +151538,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [28587] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + [28595] = 32, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, STATE(1280), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2369), 1, + STATE(2475), 1, sym_val_variable, - STATE(2389), 1, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(2557), 1, sym__expression, - STATE(3127), 1, + STATE(3233), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -151616,7 +151625,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [28706] = 32, + [28714] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -151641,7 +151650,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -151649,21 +151658,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1281), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2474), 1, + sym__expression, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2576), 1, - sym__expression, - STATE(3272), 1, + STATE(3447), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -151687,12 +151696,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -151703,7 +151712,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [28825] = 32, + [28833] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -151728,29 +151737,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1282), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2368), 1, + sym__expression, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(2459), 1, - sym__expression, - STATE(3131), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3102), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -151774,12 +151783,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -151790,83 +151799,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [28944] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + [28952] = 32, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, STATE(1283), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2369), 1, + STATE(2475), 1, sym_val_variable, - STATE(2458), 1, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2501), 1, sym__expression, - STATE(3135), 1, + STATE(2512), 1, + sym__str_double_quotes, + STATE(3425), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -151877,7 +151886,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [29063] = 32, + [29071] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -151902,29 +151911,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1284), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2400), 1, + sym__expression, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(2457), 1, - sym__expression, - STATE(3138), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3181), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -151948,12 +151957,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -151964,7 +151973,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [29182] = 32, + [29190] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -151989,29 +151998,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1285), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2401), 1, + sym__expression, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(2454), 1, - sym__expression, - STATE(3142), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3180), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -152035,12 +152044,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -152051,7 +152060,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [29301] = 32, + [29309] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -152076,29 +152085,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1286), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2403), 1, + sym__expression, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(2453), 1, - sym__expression, - STATE(3143), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3177), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -152122,12 +152131,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -152138,7 +152147,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [29420] = 32, + [29428] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -152163,29 +152172,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1287), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, - sym_val_variable, - STATE(2396), 1, + STATE(2405), 1, sym__expression, - STATE(3148), 1, + STATE(2419), 1, + sym_val_variable, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3165), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -152209,12 +152218,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -152225,7 +152234,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [29539] = 32, + [29547] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -152250,29 +152259,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1288), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, - sym_val_variable, - STATE(2449), 1, + STATE(2406), 1, sym__expression, - STATE(3155), 1, + STATE(2419), 1, + sym_val_variable, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3163), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -152296,12 +152305,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -152312,7 +152321,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [29658] = 32, + [29666] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -152337,29 +152346,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1289), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, - sym_val_variable, - STATE(2447), 1, + STATE(2407), 1, sym__expression, - STATE(3157), 1, + STATE(2419), 1, + sym_val_variable, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3162), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -152383,12 +152392,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -152399,7 +152408,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [29777] = 32, + [29785] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -152424,29 +152433,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1290), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, - sym_val_variable, - STATE(2446), 1, + STATE(2408), 1, sym__expression, - STATE(3019), 1, + STATE(2419), 1, + sym_val_variable, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3161), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -152470,12 +152479,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -152486,7 +152495,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [29896] = 32, + [29904] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -152511,29 +152520,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1291), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, - sym_val_variable, - STATE(2445), 1, + STATE(2409), 1, sym__expression, - STATE(3214), 1, + STATE(2419), 1, + sym_val_variable, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3158), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -152557,12 +152566,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -152573,7 +152582,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [30015] = 32, + [30023] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -152598,29 +152607,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1292), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, - sym_val_variable, - STATE(2444), 1, + STATE(2413), 1, sym__expression, - STATE(3161), 1, + STATE(2419), 1, + sym_val_variable, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3113), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -152644,12 +152653,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -152660,7 +152669,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [30134] = 32, + [30142] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -152685,29 +152694,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1293), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, - sym_val_variable, - STATE(2443), 1, + STATE(2414), 1, sym__expression, - STATE(3163), 1, + STATE(2419), 1, + sym_val_variable, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3156), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -152731,12 +152740,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -152747,7 +152756,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [30253] = 32, + [30261] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -152772,29 +152781,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1294), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(2439), 1, + STATE(2421), 1, sym__expression, - STATE(3169), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3154), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -152818,12 +152827,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -152834,83 +152843,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [30372] = 32, - ACTIONS(31), 1, + [30380] = 32, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1295), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2508), 1, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, sym_val_variable, - STATE(2566), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(2463), 1, sym__expression, - STATE(3270), 1, + STATE(3152), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -152921,83 +152930,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [30491] = 32, - ACTIONS(31), 1, + [30499] = 32, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1296), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2508), 1, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, sym_val_variable, - STATE(2565), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(2464), 1, sym__expression, - STATE(3265), 1, + STATE(3194), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -153008,7 +153017,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [30610] = 32, + [30618] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -153033,7 +153042,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -153041,21 +153050,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1297), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2561), 1, + STATE(2585), 1, sym__expression, - STATE(3247), 1, + STATE(3345), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -153079,12 +153088,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -153095,83 +153104,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [30729] = 32, - ACTIONS(31), 1, + [30737] = 32, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1298), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2552), 1, + STATE(2371), 1, sym__expression, - STATE(3273), 1, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, + sym_val_variable, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3199), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -153182,7 +153191,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [30848] = 32, + [30856] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -153207,28 +153216,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1299), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(2462), 1, + STATE(2445), 1, sym__expression, + STATE(2460), 1, + sym__inter_single_quotes, STATE(3104), 1, sym__where_predicate, ACTIONS(241), 2, @@ -153253,12 +153262,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -153269,7 +153278,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [30967] = 32, + [30975] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -153294,7 +153303,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -153302,21 +153311,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1300), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2498), 1, - sym__expression, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(3229), 1, + STATE(2558), 1, + sym__expression, + STATE(3455), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -153340,12 +153349,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -153356,7 +153365,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [31086] = 32, + [31094] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -153381,7 +153390,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -153389,21 +153398,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1301), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2501), 1, + STATE(2581), 1, sym__expression, - STATE(2508), 1, - sym_val_variable, - STATE(3380), 1, + STATE(3441), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -153427,12 +153436,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -153443,83 +153452,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [31205] = 32, - ACTIONS(31), 1, + [31213] = 32, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1302), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2491), 1, - sym__expression, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2508), 1, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, sym_val_variable, - STATE(3382), 1, + STATE(2447), 1, + sym__expression, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3108), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -153530,83 +153539,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [31324] = 32, - ACTIONS(31), 1, + [31332] = 32, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1303), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2508), 1, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, sym_val_variable, - STATE(2527), 1, + STATE(2448), 1, sym__expression, - STATE(3230), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3122), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -153617,7 +153626,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [31443] = 32, + [31451] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -153642,7 +153651,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -153650,21 +153659,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1304), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2525), 1, + STATE(2562), 1, sym__expression, - STATE(3232), 1, + STATE(3417), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -153688,12 +153697,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -153704,7 +153713,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [31562] = 32, + [31570] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -153729,7 +153738,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -153737,21 +153746,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1305), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2523), 1, + STATE(2565), 1, sym__expression, - STATE(3285), 1, + STATE(3413), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -153775,12 +153784,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -153791,7 +153800,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [31681] = 32, + [31689] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -153816,7 +153825,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -153824,21 +153833,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1306), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2509), 1, + STATE(2570), 1, sym__expression, - STATE(3248), 1, + STATE(3409), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -153862,12 +153871,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -153878,7 +153887,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [31800] = 32, + [31808] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -153903,7 +153912,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -153911,21 +153920,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1307), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2504), 1, + STATE(2580), 1, sym__expression, - STATE(2508), 1, - sym_val_variable, - STATE(3249), 1, + STATE(3406), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -153949,12 +153958,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -153965,7 +153974,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [31919] = 32, + [31927] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -153990,7 +153999,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -153998,21 +154007,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1308), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2497), 1, - sym__expression, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(3250), 1, + STATE(2586), 1, + sym__expression, + STATE(3335), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -154036,12 +154045,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -154052,83 +154061,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [32038] = 32, - ACTIONS(31), 1, + [32046] = 32, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1309), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2495), 1, - sym__expression, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2508), 1, + STATE(2399), 1, + sym__expression, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, sym_val_variable, - STATE(3252), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3182), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -154139,83 +154148,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [32157] = 32, - ACTIONS(31), 1, + [32165] = 32, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1310), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2492), 1, - sym__expression, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2508), 1, + STATE(2398), 1, + sym__expression, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, sym_val_variable, - STATE(3253), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3185), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -154226,83 +154235,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [32276] = 32, - ACTIONS(31), 1, + [32284] = 32, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1311), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2468), 1, - sym__expression, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2508), 1, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, sym_val_variable, - STATE(3392), 1, + STATE(2440), 1, + sym__expression, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3094), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -154313,83 +154322,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [32395] = 32, - ACTIONS(31), 1, + [32403] = 32, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1312), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2465), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, + sym__str_double_quotes, + STATE(2397), 1, sym__expression, - STATE(2469), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2499), 1, - sym__str_double_quotes, - STATE(2508), 1, + STATE(2419), 1, sym_val_variable, - STATE(3400), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3187), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -154400,83 +154409,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [32514] = 32, - ACTIONS(31), 1, + [32522] = 32, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1313), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2490), 1, - sym__expression, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2508), 1, + STATE(2394), 1, + sym__expression, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, sym_val_variable, - STATE(3405), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3189), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -154487,7 +154496,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [32633] = 32, + [32641] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -154512,29 +154521,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1314), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2332), 1, + STATE(2392), 1, sym__expression, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(3125), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3190), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -154558,12 +154567,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -154574,83 +154583,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [32752] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + [32760] = 32, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, STATE(1315), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2369), 1, + STATE(2475), 1, sym_val_variable, - STATE(2413), 1, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(2571), 1, sym__expression, - STATE(3122), 1, + STATE(3318), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -154661,83 +154670,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [32871] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + [32879] = 32, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, STATE(1316), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2342), 1, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(2572), 1, sym__expression, - STATE(2369), 1, - sym_val_variable, - STATE(3045), 1, + STATE(3319), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -154748,83 +154757,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [32990] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + [32998] = 32, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, STATE(1317), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2369), 1, + STATE(2475), 1, sym_val_variable, - STATE(2461), 1, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(2573), 1, sym__expression, - STATE(3098), 1, + STATE(3323), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -154835,83 +154844,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [33109] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + [33117] = 32, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, STATE(1318), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2369), 1, + STATE(2475), 1, sym_val_variable, - STATE(2460), 1, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(2575), 1, sym__expression, - STATE(3077), 1, + STATE(3325), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -154922,83 +154931,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [33228] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + [33236] = 32, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, STATE(1319), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2369), 1, - sym_val_variable, - STATE(2440), 1, + STATE(2465), 1, sym__expression, - STATE(3085), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(3254), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -155009,7 +155018,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [33347] = 32, + [33355] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -155034,29 +155043,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1320), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(2431), 1, + STATE(2426), 1, sym__expression, - STATE(3083), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3075), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -155080,12 +155089,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -155096,83 +155105,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [33466] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + [33474] = 32, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, STATE(1321), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2369), 1, + STATE(2475), 1, sym_val_variable, - STATE(2430), 1, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(2577), 1, sym__expression, - STATE(3179), 1, + STATE(3328), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -155183,7 +155192,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [33585] = 32, + [33593] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -155208,29 +155217,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1322), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2365), 1, + sym__expression, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(2421), 1, - sym__expression, - STATE(3181), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3174), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -155254,12 +155263,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -155270,7 +155279,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [33704] = 32, + [33712] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -155295,29 +155304,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1323), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, - sym_val_variable, - STATE(2415), 1, + STATE(2416), 1, sym__expression, - STATE(3182), 1, + STATE(2419), 1, + sym_val_variable, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3144), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -155341,12 +155350,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -155357,7 +155366,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [33823] = 32, + [33831] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -155382,29 +155391,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1324), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(2414), 1, + STATE(2424), 1, sym__expression, - STATE(3188), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3080), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -155428,12 +155437,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -155444,7 +155453,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [33942] = 32, + [33950] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -155469,29 +155478,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1325), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(2412), 1, + STATE(2453), 1, sym__expression, - STATE(3191), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3133), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -155515,12 +155524,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -155531,7 +155540,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [34061] = 32, + [34069] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -155556,29 +155565,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1326), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(2410), 1, + STATE(2443), 1, sym__expression, - STATE(3192), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3129), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -155602,12 +155611,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -155618,7 +155627,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [34180] = 32, + [34188] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -155643,29 +155652,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1327), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(2402), 1, + STATE(2432), 1, sym__expression, - STATE(3195), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3126), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -155689,12 +155698,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -155705,7 +155714,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [34299] = 32, + [34307] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -155730,29 +155739,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1328), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(2398), 1, + STATE(2431), 1, sym__expression, - STATE(3196), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3125), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -155776,12 +155785,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -155792,7 +155801,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [34418] = 32, + [34426] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -155817,29 +155826,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1329), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(2394), 1, + STATE(2428), 1, sym__expression, - STATE(3200), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3124), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -155863,12 +155872,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -155879,7 +155888,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [34537] = 32, + [34545] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -155904,29 +155913,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1330), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, - sym_val_variable, - STATE(2393), 1, + STATE(2417), 1, sym__expression, - STATE(3203), 1, + STATE(2419), 1, + sym_val_variable, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3121), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -155950,12 +155959,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -155966,7 +155975,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [34656] = 32, + [34664] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -155991,7 +156000,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -155999,21 +156008,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1331), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2472), 1, + sym__expression, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2531), 1, - sym__expression, - STATE(3228), 1, + STATE(3428), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -156037,12 +156046,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -156053,7 +156062,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [34775] = 32, + [34783] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -156078,29 +156087,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1332), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2386), 1, + sym__expression, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(2387), 1, - sym__expression, - STATE(3211), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3119), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -156124,12 +156133,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -156140,7 +156149,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [34894] = 32, + [34902] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -156165,116 +156174,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1333), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2369), 1, - sym_val_variable, STATE(2385), 1, sym__expression, - STATE(3213), 1, - sym__where_predicate, - ACTIONS(241), 2, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(259), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(249), 3, - aux_sym_val_number_token1, - anon_sym_inf, - anon_sym_NaN, - ACTIONS(253), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(251), 4, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_DASHinf, - STATE(2331), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - STATE(2337), 10, - sym_val_bool, - 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, - [35013] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, - anon_sym_LBRACK, - ACTIONS(193), 1, - anon_sym_LPAREN, - ACTIONS(201), 1, - anon_sym_DASH, - ACTIONS(219), 1, - anon_sym_LBRACE, - ACTIONS(239), 1, - anon_sym_not, - ACTIONS(243), 1, - anon_sym_DOT_DOT, - ACTIONS(245), 1, - sym_val_nothing, - ACTIONS(255), 1, - sym_val_date, - ACTIONS(257), 1, - anon_sym_DQUOTE, - ACTIONS(261), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, - anon_sym_DOLLAR, - ACTIONS(2700), 1, - sym_identifier, - STATE(113), 1, - sym_val_number, - STATE(1334), 1, - sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, - sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(2428), 1, - sym__expression, - STATE(3079), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3116), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -156298,12 +156220,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -156314,7 +156236,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [35132] = 32, + [35021] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -156339,29 +156261,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, - STATE(1335), 1, + STATE(1334), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2380), 1, + sym__expression, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(2416), 1, - sym__expression, - STATE(3114), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3115), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -156385,12 +156307,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -156401,83 +156323,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [35251] = 32, - ACTIONS(31), 1, + [35140] = 32, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, - STATE(1336), 1, + STATE(1335), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2544), 1, + STATE(2344), 1, sym__expression, - STATE(3355), 1, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, + sym_val_variable, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3114), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -156488,7 +156410,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [35370] = 32, + [35259] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -156513,29 +156435,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, STATE(114), 1, sym_val_number, - STATE(1337), 1, + STATE(1336), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2539), 1, + STATE(2578), 1, sym__expression, - STATE(3371), 1, + STATE(3331), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -156559,12 +156481,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -156575,7 +156497,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [35489] = 32, + [35378] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -156600,29 +156522,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, STATE(114), 1, sym_val_number, - STATE(1338), 1, + STATE(1337), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2487), 1, + sym__expression, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2538), 1, - sym__expression, - STATE(3376), 1, + STATE(3435), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -156646,12 +156568,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -156662,83 +156584,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [35608] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + [35497] = 32, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, - STATE(1339), 1, + STATE(1338), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2369), 1, + STATE(2475), 1, sym_val_variable, - STATE(2433), 1, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2494), 1, sym__expression, - STATE(3009), 1, + STATE(2512), 1, + sym__str_double_quotes, + STATE(3424), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -156749,7 +156671,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [35727] = 32, + [35616] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -156774,29 +156696,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, STATE(114), 1, sym_val_number, - STATE(1340), 1, + STATE(1339), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, - sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2524), 1, + STATE(2497), 1, sym__expression, - STATE(3385), 1, + STATE(2512), 1, + sym__str_double_quotes, + STATE(3423), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -156820,12 +156742,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -156836,7 +156758,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [35846] = 32, + [35735] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -156861,29 +156783,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, STATE(114), 1, sym_val_number, - STATE(1341), 1, + STATE(1340), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, STATE(2499), 1, - sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2520), 1, sym__expression, - STATE(3386), 1, + STATE(2512), 1, + sym__str_double_quotes, + STATE(3410), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -156907,12 +156829,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -156923,7 +156845,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [35965] = 32, + [35854] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -156948,29 +156870,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, STATE(114), 1, sym_val_number, - STATE(1342), 1, + STATE(1341), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2488), 1, + STATE(2506), 1, sym__expression, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(3390), 1, + STATE(3408), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -156994,12 +156916,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -157010,7 +156932,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [36084] = 32, + [35973] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -157035,29 +156957,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, STATE(114), 1, sym_val_number, - STATE(1343), 1, + STATE(1342), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2484), 1, + STATE(2511), 1, sym__expression, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(3391), 1, + STATE(3403), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -157081,12 +157003,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -157097,7 +157019,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [36203] = 32, + [36092] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -157122,29 +157044,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, STATE(114), 1, sym_val_number, - STATE(1344), 1, + STATE(1343), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2478), 1, - sym__expression, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(3401), 1, + STATE(2525), 1, + sym__expression, + STATE(3402), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -157168,12 +157090,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -157184,7 +157106,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [36322] = 32, + [36211] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -157209,29 +157131,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, STATE(114), 1, sym_val_number, - STATE(1345), 1, + STATE(1344), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2467), 1, - sym__expression, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(3411), 1, + STATE(2527), 1, + sym__expression, + STATE(3401), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -157255,12 +157177,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -157271,7 +157193,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [36441] = 32, + [36330] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -157296,29 +157218,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, STATE(114), 1, sym_val_number, - STATE(1346), 1, + STATE(1345), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2516), 1, + STATE(2529), 1, sym__expression, - STATE(3412), 1, + STATE(3396), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -157342,12 +157264,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -157358,7 +157280,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [36560] = 32, + [36449] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -157383,29 +157305,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, STATE(114), 1, sym_val_number, - STATE(1347), 1, + STATE(1346), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2473), 1, + sym__expression, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2487), 1, - sym__expression, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(3418), 1, + STATE(3395), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -157429,12 +157351,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -157445,7 +157367,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [36679] = 32, + [36568] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -157470,29 +157392,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, STATE(114), 1, sym_val_number, - STATE(1348), 1, + STATE(1347), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2466), 1, - sym__expression, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(3420), 1, + STATE(2533), 1, + sym__expression, + STATE(3394), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -157516,12 +157438,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -157532,7 +157454,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [36798] = 32, + [36687] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -157557,29 +157479,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, STATE(114), 1, sym_val_number, - STATE(1349), 1, + STATE(1348), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2517), 1, + STATE(2535), 1, sym__expression, - STATE(3421), 1, + STATE(3393), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -157603,12 +157525,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -157619,7 +157541,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [36917] = 32, + [36806] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -157644,29 +157566,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, - STATE(1350), 1, + STATE(1349), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2390), 1, + sym__expression, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(2409), 1, - sym__expression, - STATE(3010), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3192), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -157690,12 +157612,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -157706,83 +157628,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [37036] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + [36925] = 32, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, - STATE(1351), 1, + STATE(1350), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2369), 1, + STATE(2475), 1, sym_val_variable, - STATE(2407), 1, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(2537), 1, sym__expression, - STATE(3013), 1, + STATE(3392), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -157793,83 +157715,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [37155] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + [37044] = 32, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, - STATE(1352), 1, + STATE(1351), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2369), 1, + STATE(2475), 1, sym_val_variable, - STATE(2405), 1, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(2579), 1, sym__expression, - STATE(3159), 1, + STATE(3334), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -157880,7 +157802,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [37274] = 32, + [37163] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -157905,29 +157827,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, STATE(114), 1, sym_val_number, - STATE(1353), 1, + STATE(1352), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2584), 1, + STATE(2582), 1, sym__expression, - STATE(3428), 1, + STATE(3339), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -157951,12 +157873,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -157967,7 +157889,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [37393] = 32, + [37282] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -157992,29 +157914,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, STATE(114), 1, sym_val_number, - STATE(1354), 1, + STATE(1353), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2485), 1, - sym__expression, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(3254), 1, + STATE(2583), 1, + sym__expression, + STATE(3340), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -158038,12 +157960,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -158054,7 +157976,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [37512] = 32, + [37401] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -158079,29 +158001,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, STATE(114), 1, sym_val_number, - STATE(1355), 1, + STATE(1354), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2477), 1, - sym__expression, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(3255), 1, + STATE(2569), 1, + sym__expression, + STATE(3315), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -158125,12 +158047,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -158141,83 +158063,170 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [37631] = 32, - ACTIONS(31), 1, + [37520] = 32, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, + ACTIONS(1020), 1, + anon_sym_DOLLAR, + ACTIONS(2700), 1, + sym_identifier, + STATE(111), 1, + sym_val_number, + STATE(1355), 1, + sym_comment, + STATE(2023), 1, + sym__var, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, + sym__str_double_quotes, + STATE(2389), 1, + sym__expression, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, + sym_val_variable, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3193), 1, + sym__where_predicate, + ACTIONS(241), 2, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + ACTIONS(247), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(259), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(249), 3, + aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, + ACTIONS(253), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(251), 4, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_DASHinf, + STATE(2379), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + STATE(2410), 10, + sym_val_bool, + 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, + [37639] = 32, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(191), 1, + anon_sym_LBRACK, + ACTIONS(193), 1, + anon_sym_LPAREN, + ACTIONS(201), 1, + anon_sym_DASH, + ACTIONS(219), 1, + anon_sym_LBRACE, + ACTIONS(239), 1, + anon_sym_not, + ACTIONS(243), 1, + anon_sym_DOT_DOT, + ACTIONS(245), 1, + sym_val_nothing, + ACTIONS(255), 1, + sym_val_date, + ACTIONS(257), 1, + anon_sym_DQUOTE, + ACTIONS(261), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(263), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1356), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, + sym__str_double_quotes, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2475), 1, + STATE(2418), 1, sym__expression, - STATE(2499), 1, - sym__str_double_quotes, - STATE(2508), 1, + STATE(2419), 1, sym_val_variable, - STATE(3256), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3078), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -158228,83 +158237,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [37750] = 32, - ACTIONS(31), 1, + [37758] = 32, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1357), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2480), 1, - sym__expression, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2508), 1, + STATE(2387), 1, + sym__expression, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, sym_val_variable, - STATE(3257), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3087), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -158315,7 +158324,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [37869] = 32, + [37877] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -158340,7 +158349,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -158348,21 +158357,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1358), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2530), 1, + STATE(2568), 1, sym__expression, - STATE(3234), 1, + STATE(3306), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -158386,12 +158395,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -158402,83 +158411,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [37988] = 32, - ACTIONS(31), 1, + [37996] = 32, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1359), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2507), 1, + STATE(2384), 1, sym__expression, - STATE(2508), 1, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, sym_val_variable, - STATE(3259), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3197), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -158489,83 +158498,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [38107] = 32, - ACTIONS(31), 1, + [38115] = 32, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1360), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2515), 1, + STATE(2382), 1, sym__expression, - STATE(3261), 1, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, + sym_val_variable, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3198), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -158576,83 +158585,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [38226] = 32, - ACTIONS(31), 1, + [38234] = 32, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1361), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2518), 1, + STATE(2377), 1, sym__expression, - STATE(3262), 1, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, + sym_val_variable, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3105), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -158663,7 +158672,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [38345] = 32, + [38353] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -158688,7 +158697,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -158696,21 +158705,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1362), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2519), 1, + STATE(2564), 1, sym__expression, - STATE(3263), 1, + STATE(3304), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -158734,12 +158743,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -158750,83 +158759,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [38464] = 32, - ACTIONS(31), 1, + [38472] = 32, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1363), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2526), 1, + STATE(2376), 1, sym__expression, - STATE(3266), 1, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, + sym_val_variable, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3201), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -158837,7 +158846,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [38583] = 32, + [38591] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -158862,7 +158871,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -158870,21 +158879,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1364), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2536), 1, + STATE(2561), 1, sym__expression, - STATE(3267), 1, + STATE(3300), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -158908,12 +158917,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -158924,83 +158933,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [38702] = 32, - ACTIONS(31), 1, + [38710] = 32, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1365), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2542), 1, + STATE(2373), 1, sym__expression, - STATE(3269), 1, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, + sym_val_variable, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3205), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -159011,7 +159020,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [38821] = 32, + [38829] = 32, ACTIONS(31), 1, anon_sym_LBRACK, ACTIONS(33), 1, @@ -159036,7 +159045,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1010), 1, anon_sym_DOLLAR, ACTIONS(2698), 1, sym_identifier, @@ -159044,21 +159053,21 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1366), 1, sym_comment, - STATE(2087), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2159), 1, sym__var, - STATE(2469), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2545), 1, + STATE(2517), 1, sym__expression, - STATE(3281), 1, + STATE(3387), 1, sym__where_predicate, ACTIONS(77), 2, anon_sym_DOT_DOT_LT, @@ -159082,12 +159091,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -159098,7 +159107,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [38940] = 32, + [38948] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -159123,29 +159132,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1367), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(2423), 1, + STATE(2456), 1, sym__expression, - STATE(3097), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3141), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -159169,12 +159178,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -159185,83 +159194,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [39059] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + [39067] = 32, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, STATE(1368), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2353), 1, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(2536), 1, sym__expression, - STATE(2369), 1, - sym_val_variable, - STATE(3006), 1, + STATE(3258), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -159272,7 +159281,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [39178] = 32, + [39186] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -159297,29 +159306,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1369), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2346), 1, - sym__expression, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(3087), 1, + STATE(2449), 1, + sym__expression, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3128), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -159343,12 +159352,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -159359,7 +159368,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [39297] = 32, + [39305] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -159384,29 +159393,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1370), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2345), 1, - sym__expression, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(3082), 1, + STATE(2452), 1, + sym__expression, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3137), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -159430,12 +159439,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -159446,7 +159455,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [39416] = 32, + [39424] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -159471,29 +159480,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1371), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2336), 1, - sym__expression, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(3044), 1, + STATE(2454), 1, + sym__expression, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3140), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -159517,12 +159526,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -159533,83 +159542,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [39535] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + [39543] = 32, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, STATE(1372), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2339), 1, + STATE(2512), 1, + sym__str_double_quotes, + STATE(2556), 1, sym__expression, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2369), 1, - sym_val_variable, - STATE(3080), 1, + STATE(3369), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -159620,7 +159629,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [39654] = 32, + [39662] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -159645,29 +159654,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1373), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2335), 1, - sym__expression, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(3073), 1, + STATE(2455), 1, + sym__expression, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3145), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -159691,12 +159700,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -159707,83 +159716,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [39773] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + [39781] = 32, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, STATE(1374), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2369), 1, + STATE(2475), 1, sym_val_variable, - STATE(2384), 1, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(2549), 1, sym__expression, - STATE(3129), 1, + STATE(3285), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -159794,83 +159803,83 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [39892] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + [39900] = 32, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, STATE(1375), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2369), 1, + STATE(2475), 1, sym_val_variable, - STATE(2388), 1, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(2548), 1, sym__expression, - STATE(3128), 1, + STATE(3284), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -159881,7 +159890,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [40011] = 32, + [40019] = 32, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(191), 1, @@ -159906,29 +159915,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1376), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(2403), 1, + STATE(2457), 1, sym__expression, - STATE(3015), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3146), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -159952,12 +159961,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -159968,84 +159977,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [40130] = 32, + [40138] = 30, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(191), 1, - anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(2184), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(2186), 1, + aux_sym_val_number_token1, + ACTIONS(2702), 1, + anon_sym_LBRACK, + ACTIONS(2704), 1, + anon_sym_DOLLAR, + ACTIONS(2706), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(2708), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(2710), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(2714), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, - sym_val_nothing, - ACTIONS(255), 1, - sym_val_date, - ACTIONS(257), 1, + ACTIONS(2722), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(2726), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(2728), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, - anon_sym_DOLLAR, - ACTIONS(2700), 1, - sym_identifier, - STATE(113), 1, + STATE(14), 1, sym_val_number, - STATE(1377), 1, - sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(1023), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(1121), 1, + sym_expr_parenthesized, + STATE(1161), 1, sym__inter_double_quotes, - STATE(2359), 1, + STATE(1162), 1, + sym__inter_single_quotes, + STATE(1177), 1, sym__expression, - STATE(2369), 1, - sym_val_variable, - STATE(3134), 1, - sym__where_predicate, - ACTIONS(241), 2, + STATE(1180), 1, + sym__str_double_quotes, + STATE(1377), 1, + sym_comment, + STATE(2592), 1, + sym_block, + STATE(2627), 1, + sym__match_expression, + ACTIONS(2712), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(2716), 2, + sym_val_nothing, + sym_val_date, + ACTIONS(2718), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(2724), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, - aux_sym_val_number_token1, - anon_sym_inf, - anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(2720), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_DASHinf, - STATE(2331), 4, + STATE(1120), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + ACTIONS(2188), 6, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + STATE(1200), 11, sym_val_bool, + sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -160055,84 +160062,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [40249] = 32, + [40253] = 30, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(191), 1, - anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(2350), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(2352), 1, + anon_sym_DOLLAR, + ACTIONS(2354), 1, anon_sym_DASH, - ACTIONS(219), 1, - anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(2362), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(2366), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, - sym_val_nothing, - ACTIONS(255), 1, - sym_val_date, - ACTIONS(257), 1, + ACTIONS(2372), 1, + aux_sym_val_number_token1, + ACTIONS(2378), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(2382), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(2384), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, - anon_sym_DOLLAR, - ACTIONS(2700), 1, - sym_identifier, - STATE(113), 1, + ACTIONS(2730), 1, + anon_sym_LBRACK, + ACTIONS(2732), 1, + anon_sym_LBRACE, + STATE(124), 1, sym_val_number, STATE(1378), 1, sym_comment, - STATE(2031), 1, + STATE(1963), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(1981), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2201), 1, sym__inter_double_quotes, - STATE(2369), 1, - sym_val_variable, - STATE(2401), 1, + STATE(2211), 1, + sym__inter_single_quotes, + STATE(2251), 1, + sym__str_double_quotes, + STATE(2592), 1, + sym_block, + STATE(2634), 1, sym__expression, - STATE(3016), 1, - sym__where_predicate, - ACTIONS(241), 2, + STATE(3538), 1, + sym__match_expression, + ACTIONS(2364), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(2368), 2, + sym_val_nothing, + sym_val_date, + ACTIONS(2370), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(2380), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, - aux_sym_val_number_token1, - anon_sym_inf, - anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(2376), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_DASHinf, - STATE(2331), 4, + STATE(2172), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + ACTIONS(2374), 6, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + STATE(2222), 11, sym_val_bool, + sym_val_variable, sym_val_duration, sym_val_filesize, sym_val_binary, @@ -160167,29 +160172,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1379), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(2399), 1, + STATE(2459), 1, sym__expression, - STATE(3017), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3150), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -160213,12 +160218,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -160230,82 +160235,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [40487] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, STATE(1380), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2369), 1, + STATE(2475), 1, sym_val_variable, - STATE(2397), 1, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(2546), 1, sym__expression, - STATE(3088), 1, + STATE(3283), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -160317,82 +160322,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [40606] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, STATE(1381), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2369), 1, + STATE(2475), 1, sym_val_variable, - STATE(2395), 1, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(2584), 1, sym__expression, - STATE(3020), 1, + STATE(3341), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -160428,29 +160433,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1382), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(2390), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(2461), 1, sym__expression, - STATE(3021), 1, + STATE(3007), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -160474,12 +160479,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -160491,82 +160496,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [40844] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, STATE(1383), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2369), 1, + STATE(2475), 1, sym_val_variable, - STATE(2380), 1, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(2545), 1, sym__expression, - STATE(3023), 1, + STATE(3277), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -160602,29 +160607,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1384), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(2374), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(2462), 1, sym__expression, - STATE(3024), 1, + STATE(3151), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -160648,12 +160653,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -160665,82 +160670,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [41082] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, STATE(1385), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2369), 1, + STATE(2475), 1, sym_val_variable, - STATE(2372), 1, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(2544), 1, sym__expression, - STATE(3026), 1, + STATE(3291), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -160776,29 +160781,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1386), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2364), 1, + STATE(2357), 1, sym__expression, - STATE(2369), 1, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, sym_val_variable, - STATE(3027), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3164), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -160822,12 +160827,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -160863,29 +160868,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1387), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2362), 1, + STATE(2343), 1, sym__expression, - STATE(2369), 1, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, sym_val_variable, - STATE(3029), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3166), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -160909,12 +160914,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -160926,82 +160931,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [41439] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, STATE(1388), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2348), 1, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(2531), 1, sym__expression, - STATE(2369), 1, - sym_val_variable, - STATE(3030), 1, + STATE(3255), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -161013,82 +161018,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [41558] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, STATE(1389), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2369), 1, + STATE(2475), 1, sym_val_variable, - STATE(2386), 1, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(2524), 1, sym__expression, - STATE(3034), 1, + STATE(3250), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -161100,82 +161105,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [41677] = 32, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(191), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(239), 1, + ACTIONS(75), 1, anon_sym_not, - ACTIONS(243), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(245), 1, + ACTIONS(81), 1, sym_val_nothing, - ACTIONS(255), 1, + ACTIONS(91), 1, sym_val_date, - ACTIONS(257), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, anon_sym_DOLLAR, - ACTIONS(2700), 1, + ACTIONS(2698), 1, sym_identifier, - STATE(113), 1, + STATE(114), 1, sym_val_number, STATE(1390), 1, sym_comment, - STATE(2031), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(2159), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, + STATE(2475), 1, + sym_val_variable, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2340), 1, + STATE(2512), 1, + sym__str_double_quotes, + STATE(2560), 1, sym__expression, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2369), 1, - sym_val_variable, - STATE(3043), 1, + STATE(3299), 1, sym__where_predicate, - ACTIONS(241), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(247), 2, + ACTIONS(83), 2, anon_sym_true, anon_sym_false, - ACTIONS(259), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(249), 3, + ACTIONS(85), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(253), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(251), 4, + ACTIONS(87), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2516), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -161211,29 +161216,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1391), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2360), 1, + STATE(2415), 1, sym__expression, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(3041), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3167), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -161257,12 +161262,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -161274,82 +161279,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [41915] = 32, - ACTIONS(31), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1392), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, + sym__str_double_quotes, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2483), 1, + STATE(2411), 1, sym__expression, - STATE(2499), 1, - sym__str_double_quotes, - STATE(2508), 1, + STATE(2419), 1, sym_val_variable, - STATE(3437), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3172), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -161361,82 +161366,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [42034] = 32, - ACTIONS(31), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1393), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2510), 1, + STATE(2381), 1, sym__expression, - STATE(3438), 1, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, + sym_val_variable, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3173), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -161448,82 +161453,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [42153] = 32, - ACTIONS(31), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1394), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2508), 1, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, sym_val_variable, - STATE(2529), 1, + STATE(2438), 1, sym__expression, - STATE(3441), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3099), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -161535,82 +161540,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [42272] = 32, - ACTIONS(31), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1395), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2532), 1, + STATE(2369), 1, sym__expression, - STATE(3433), 1, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, + sym_val_variable, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3157), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -161622,82 +161627,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [42391] = 32, - ACTIONS(31), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1396), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2540), 1, + STATE(2350), 1, sym__expression, - STATE(3446), 1, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, + sym_val_variable, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3188), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -161709,82 +161714,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [42510] = 32, - ACTIONS(31), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1397), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2543), 1, + STATE(2366), 1, sym__expression, - STATE(3453), 1, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, + sym_val_variable, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3213), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -161796,82 +161801,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [42629] = 32, - ACTIONS(31), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1398), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2549), 1, + STATE(2361), 1, sym__expression, - STATE(3223), 1, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, + sym_val_variable, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3219), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -161883,82 +161888,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [42748] = 32, - ACTIONS(31), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1399), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2550), 1, + STATE(2333), 1, sym__expression, - STATE(3430), 1, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, + sym_val_variable, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3203), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -161970,82 +161975,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [42867] = 32, - ACTIONS(31), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1400), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2551), 1, + STATE(2348), 1, sym__expression, - STATE(3444), 1, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, + sym_val_variable, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3221), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -162057,82 +162062,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [42986] = 32, - ACTIONS(31), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1401), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2567), 1, + STATE(2347), 1, sym__expression, - STATE(3439), 1, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, + sym_val_variable, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3222), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -162144,82 +162149,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [43105] = 32, - ACTIONS(31), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1402), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2586), 1, + STATE(2341), 1, sym__expression, - STATE(3442), 1, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, + sym_val_variable, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3008), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -162231,82 +162236,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [43224] = 32, - ACTIONS(31), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1403), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2578), 1, + STATE(2339), 1, sym__expression, - STATE(3449), 1, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, + sym_val_variable, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3209), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -162318,82 +162323,82 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [43343] = 32, - ACTIONS(31), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(75), 1, + ACTIONS(239), 1, anon_sym_not, - ACTIONS(79), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(81), 1, + ACTIONS(245), 1, sym_val_nothing, - ACTIONS(91), 1, + ACTIONS(255), 1, sym_val_date, - ACTIONS(93), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2698), 1, + ACTIONS(2700), 1, sym_identifier, - STATE(114), 1, + STATE(111), 1, sym_val_number, STATE(1404), 1, sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(2023), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2499), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2508), 1, - sym_val_variable, - STATE(2570), 1, + STATE(2346), 1, sym__expression, - STATE(3440), 1, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2419), 1, + sym_val_variable, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3223), 1, sym__where_predicate, - ACTIONS(77), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(83), 2, + ACTIONS(247), 2, anon_sym_true, anon_sym_false, - ACTIONS(95), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(85), 3, + ACTIONS(249), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(89), 3, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(87), 4, + ACTIONS(251), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2481), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2506), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -162429,29 +162434,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1405), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(2435), 1, + STATE(2420), 1, sym__expression, - STATE(3039), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3217), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -162475,12 +162480,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -162516,29 +162521,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1406), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2337), 1, + sym__expression, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(2448), 1, - sym__expression, - STATE(3036), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3212), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -162562,12 +162567,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -162603,29 +162608,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, ACTIONS(2700), 1, sym_identifier, - STATE(113), 1, + STATE(111), 1, sym_val_number, STATE(1407), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2338), 1, + sym__expression, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2369), 1, + STATE(2419), 1, sym_val_variable, - STATE(2456), 1, - sym__expression, - STATE(3038), 1, + STATE(2460), 1, + sym__inter_single_quotes, + STATE(3210), 1, sym__where_predicate, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, @@ -162649,12 +162654,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2337), 10, + STATE(2410), 10, sym_val_bool, sym_val_duration, sym_val_filesize, @@ -162668,23 +162673,23 @@ static const uint16_t ts_small_parse_table[] = { [43819] = 30, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2308), 1, + ACTIONS(2350), 1, anon_sym_LPAREN, - ACTIONS(2310), 1, + ACTIONS(2352), 1, anon_sym_DOLLAR, - ACTIONS(2312), 1, + ACTIONS(2354), 1, anon_sym_DASH, - ACTIONS(2314), 1, + ACTIONS(2356), 1, anon_sym_LBRACE, - ACTIONS(2324), 1, + ACTIONS(2366), 1, anon_sym_DOT_DOT, - ACTIONS(2326), 1, + ACTIONS(2368), 1, sym_val_date, - ACTIONS(2336), 1, + ACTIONS(2378), 1, anon_sym_DQUOTE, - ACTIONS(2340), 1, + ACTIONS(2382), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2342), 1, + ACTIONS(2384), 1, anon_sym_DOLLAR_DQUOTE, ACTIONS(2730), 1, anon_sym_LBRACK, @@ -162694,50 +162699,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_not, ACTIONS(2738), 1, sym_val_nothing, - STATE(120), 1, + STATE(124), 1, sym_val_number, STATE(1408), 1, sym_comment, - STATE(1921), 1, - sym__var, STATE(1963), 1, sym_expr_parenthesized, - STATE(2195), 1, + STATE(1981), 1, + sym__var, + STATE(2201), 1, sym__inter_double_quotes, - STATE(2196), 1, + STATE(2211), 1, sym__inter_single_quotes, - STATE(2248), 1, + STATE(2251), 1, sym__str_double_quotes, - STATE(2634), 1, + STATE(2640), 1, sym__expression, - ACTIONS(2322), 2, + ACTIONS(2364), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2338), 2, + ACTIONS(2380), 2, sym__str_single_quotes, sym__str_back_ticks, ACTIONS(2740), 2, anon_sym_true, anon_sym_false, - ACTIONS(2330), 3, + ACTIONS(2372), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(2334), 3, + ACTIONS(2376), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2332), 4, + ACTIONS(2374), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2227), 4, + STATE(2172), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2199), 11, + STATE(2222), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -162752,23 +162757,23 @@ static const uint16_t ts_small_parse_table[] = { [43933] = 30, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2308), 1, + ACTIONS(2350), 1, anon_sym_LPAREN, - ACTIONS(2310), 1, + ACTIONS(2352), 1, anon_sym_DOLLAR, - ACTIONS(2312), 1, + ACTIONS(2354), 1, anon_sym_DASH, - ACTIONS(2314), 1, + ACTIONS(2356), 1, anon_sym_LBRACE, - ACTIONS(2324), 1, + ACTIONS(2366), 1, anon_sym_DOT_DOT, - ACTIONS(2326), 1, + ACTIONS(2368), 1, sym_val_date, - ACTIONS(2336), 1, + ACTIONS(2378), 1, anon_sym_DQUOTE, - ACTIONS(2340), 1, + ACTIONS(2382), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2342), 1, + ACTIONS(2384), 1, anon_sym_DOLLAR_DQUOTE, ACTIONS(2730), 1, anon_sym_LBRACK, @@ -162778,50 +162783,50 @@ static const uint16_t ts_small_parse_table[] = { sym_val_nothing, ACTIONS(2742), 1, sym_identifier, - STATE(120), 1, + STATE(124), 1, sym_val_number, STATE(1409), 1, sym_comment, - STATE(1921), 1, - sym__var, STATE(1963), 1, sym_expr_parenthesized, - STATE(2195), 1, + STATE(1981), 1, + sym__var, + STATE(2201), 1, sym__inter_double_quotes, - STATE(2196), 1, + STATE(2211), 1, sym__inter_single_quotes, - STATE(2248), 1, + STATE(2251), 1, sym__str_double_quotes, - STATE(2639), 1, + STATE(2644), 1, sym__expression, - ACTIONS(2322), 2, + ACTIONS(2364), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2338), 2, + ACTIONS(2380), 2, sym__str_single_quotes, sym__str_back_ticks, ACTIONS(2740), 2, anon_sym_true, anon_sym_false, - ACTIONS(2330), 3, + ACTIONS(2372), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(2334), 3, + ACTIONS(2376), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2332), 4, + ACTIONS(2374), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2227), 4, + STATE(2172), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2199), 11, + STATE(2222), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -162836,23 +162841,23 @@ static const uint16_t ts_small_parse_table[] = { [44047] = 30, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2308), 1, + ACTIONS(2350), 1, anon_sym_LPAREN, - ACTIONS(2310), 1, + ACTIONS(2352), 1, anon_sym_DOLLAR, - ACTIONS(2312), 1, + ACTIONS(2354), 1, anon_sym_DASH, - ACTIONS(2314), 1, + ACTIONS(2356), 1, anon_sym_LBRACE, - ACTIONS(2324), 1, + ACTIONS(2366), 1, anon_sym_DOT_DOT, - ACTIONS(2326), 1, + ACTIONS(2368), 1, sym_val_date, - ACTIONS(2336), 1, + ACTIONS(2378), 1, anon_sym_DQUOTE, - ACTIONS(2340), 1, + ACTIONS(2382), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2342), 1, + ACTIONS(2384), 1, anon_sym_DOLLAR_DQUOTE, ACTIONS(2730), 1, anon_sym_LBRACK, @@ -162862,50 +162867,50 @@ static const uint16_t ts_small_parse_table[] = { sym_val_nothing, ACTIONS(2744), 1, sym_identifier, - STATE(120), 1, + STATE(124), 1, sym_val_number, STATE(1410), 1, sym_comment, - STATE(1921), 1, - sym__var, STATE(1963), 1, sym_expr_parenthesized, - STATE(2195), 1, + STATE(1981), 1, + sym__var, + STATE(2201), 1, sym__inter_double_quotes, - STATE(2196), 1, + STATE(2211), 1, sym__inter_single_quotes, - STATE(2248), 1, + STATE(2251), 1, sym__str_double_quotes, - STATE(2643), 1, + STATE(2638), 1, sym__expression, - ACTIONS(2322), 2, + ACTIONS(2364), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2338), 2, + ACTIONS(2380), 2, sym__str_single_quotes, sym__str_back_ticks, ACTIONS(2740), 2, anon_sym_true, anon_sym_false, - ACTIONS(2330), 3, + ACTIONS(2372), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(2334), 3, + ACTIONS(2376), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2332), 4, + ACTIONS(2374), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2227), 4, + STATE(2172), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2199), 11, + STATE(2222), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -162920,23 +162925,23 @@ static const uint16_t ts_small_parse_table[] = { [44161] = 30, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2308), 1, + ACTIONS(2350), 1, anon_sym_LPAREN, - ACTIONS(2310), 1, + ACTIONS(2352), 1, anon_sym_DOLLAR, - ACTIONS(2312), 1, + ACTIONS(2354), 1, anon_sym_DASH, - ACTIONS(2314), 1, + ACTIONS(2356), 1, anon_sym_LBRACE, - ACTIONS(2324), 1, + ACTIONS(2366), 1, anon_sym_DOT_DOT, - ACTIONS(2326), 1, + ACTIONS(2368), 1, sym_val_date, - ACTIONS(2336), 1, + ACTIONS(2378), 1, anon_sym_DQUOTE, - ACTIONS(2340), 1, + ACTIONS(2382), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2342), 1, + ACTIONS(2384), 1, anon_sym_DOLLAR_DQUOTE, ACTIONS(2730), 1, anon_sym_LBRACK, @@ -162946,50 +162951,50 @@ static const uint16_t ts_small_parse_table[] = { sym_val_nothing, ACTIONS(2746), 1, sym_identifier, - STATE(120), 1, + STATE(124), 1, sym_val_number, STATE(1411), 1, sym_comment, - STATE(1921), 1, - sym__var, STATE(1963), 1, sym_expr_parenthesized, - STATE(2195), 1, + STATE(1981), 1, + sym__var, + STATE(2201), 1, sym__inter_double_quotes, - STATE(2196), 1, + STATE(2211), 1, sym__inter_single_quotes, - STATE(2248), 1, + STATE(2251), 1, sym__str_double_quotes, - STATE(2632), 1, + STATE(2633), 1, sym__expression, - ACTIONS(2322), 2, + ACTIONS(2364), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2338), 2, + ACTIONS(2380), 2, sym__str_single_quotes, sym__str_back_ticks, ACTIONS(2740), 2, anon_sym_true, anon_sym_false, - ACTIONS(2330), 3, + ACTIONS(2372), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(2334), 3, + ACTIONS(2376), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(2332), 4, + ACTIONS(2374), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2227), 4, + STATE(2172), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2199), 11, + STATE(2222), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -163034,18 +163039,18 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1412), 1, sym_comment, - STATE(1910), 1, - sym__var, - STATE(1988), 1, + STATE(1927), 1, sym_expr_parenthesized, - STATE(2231), 1, - sym__expression, - STATE(2232), 1, + STATE(1992), 1, + sym__var, + STATE(2169), 1, + sym__inter_single_quotes, + STATE(2224), 1, sym__str_double_quotes, - STATE(2304), 1, + STATE(2280), 1, sym__inter_double_quotes, - STATE(2305), 1, - sym__inter_single_quotes, + STATE(2298), 1, + sym__expression, ACTIONS(2762), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -163068,12 +163073,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - STATE(2234), 4, + STATE(2236), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - STATE(2311), 11, + STATE(2293), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -163088,73 +163093,73 @@ static const uint16_t ts_small_parse_table[] = { [44389] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2786), 1, + ACTIONS(2750), 1, anon_sym_LBRACK, - ACTIONS(2788), 1, + ACTIONS(2752), 1, anon_sym_LPAREN, - ACTIONS(2790), 1, + ACTIONS(2754), 1, anon_sym_DOLLAR, - ACTIONS(2792), 1, + ACTIONS(2756), 1, anon_sym_DASH, - ACTIONS(2794), 1, + ACTIONS(2758), 1, anon_sym_LBRACE, - ACTIONS(2796), 1, - anon_sym_not, - ACTIONS(2800), 1, + ACTIONS(2764), 1, anon_sym_DOT_DOT, - ACTIONS(2806), 1, + ACTIONS(2770), 1, aux_sym_val_number_token1, - ACTIONS(2812), 1, + ACTIONS(2778), 1, anon_sym_DQUOTE, - ACTIONS(2816), 1, + ACTIONS(2782), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2818), 1, + ACTIONS(2784), 1, anon_sym_DOLLAR_DQUOTE, - STATE(111), 1, + ACTIONS(2786), 1, + anon_sym_not, + STATE(123), 1, sym_val_number, STATE(1413), 1, sym_comment, - STATE(1818), 1, - sym__var, - STATE(1827), 1, + STATE(1927), 1, sym_expr_parenthesized, - STATE(1935), 1, - sym__expression, - STATE(1979), 1, + STATE(1992), 1, + sym__var, + STATE(2169), 1, + sym__inter_single_quotes, + STATE(2224), 1, sym__str_double_quotes, - STATE(2002), 1, + STATE(2267), 1, + sym__expression, + STATE(2280), 1, sym__inter_double_quotes, - STATE(2005), 1, - sym__inter_single_quotes, - ACTIONS(2798), 2, + ACTIONS(2762), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2802), 2, + ACTIONS(2776), 2, sym_val_nothing, sym_val_date, - ACTIONS(2804), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2814), 2, + ACTIONS(2780), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2810), 3, + ACTIONS(2788), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2774), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1907), 4, + STATE(2236), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2808), 6, + ACTIONS(2772), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1993), 11, + STATE(2293), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -163169,73 +163174,73 @@ static const uint16_t ts_small_parse_table[] = { [44498] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2190), 1, - anon_sym_LPAREN, - ACTIONS(2192), 1, - aux_sym_val_number_token1, - ACTIONS(2702), 1, + ACTIONS(2487), 1, anon_sym_LBRACK, - ACTIONS(2704), 1, + ACTIONS(2489), 1, + anon_sym_LPAREN, + ACTIONS(2491), 1, anon_sym_DOLLAR, - ACTIONS(2706), 1, + ACTIONS(2495), 1, anon_sym_DASH, - ACTIONS(2710), 1, + ACTIONS(2497), 1, + anon_sym_LBRACE, + ACTIONS(2499), 1, anon_sym_not, - ACTIONS(2714), 1, + ACTIONS(2503), 1, anon_sym_DOT_DOT, - ACTIONS(2722), 1, + ACTIONS(2509), 1, + aux_sym_val_number_token1, + ACTIONS(2515), 1, anon_sym_DQUOTE, - ACTIONS(2726), 1, + ACTIONS(2519), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2728), 1, + ACTIONS(2521), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2820), 1, - anon_sym_LBRACE, - STATE(14), 1, + STATE(129), 1, sym_val_number, - STATE(1021), 1, + STATE(1414), 1, + sym_comment, + STATE(2179), 1, + sym_expr_parenthesized, + STATE(2331), 1, sym__var, - STATE(1130), 1, + STATE(2604), 1, sym__str_double_quotes, - STATE(1138), 1, - sym_expr_parenthesized, - STATE(1144), 1, + STATE(2621), 1, sym__expression, - STATE(1178), 1, - sym__inter_single_quotes, - STATE(1179), 1, + STATE(2623), 1, sym__inter_double_quotes, - STATE(1414), 1, - sym_comment, - ACTIONS(2712), 2, + STATE(2624), 1, + sym__inter_single_quotes, + ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2716), 2, + ACTIONS(2505), 2, sym_val_nothing, sym_val_date, - ACTIONS(2718), 2, + ACTIONS(2507), 2, anon_sym_true, anon_sym_false, - ACTIONS(2724), 2, + ACTIONS(2517), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2720), 3, + ACTIONS(2513), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1137), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2194), 6, + ACTIONS(2511), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1176), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -163250,73 +163255,73 @@ static const uint16_t ts_small_parse_table[] = { [44607] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(954), 1, + ACTIONS(2208), 1, anon_sym_DOLLAR, - ACTIONS(956), 1, + ACTIONS(2212), 1, anon_sym_DASH, - ACTIONS(962), 1, + ACTIONS(2218), 1, anon_sym_DOT_DOT, - ACTIONS(968), 1, + ACTIONS(2224), 1, aux_sym_val_number_token1, - ACTIONS(2822), 1, + ACTIONS(2790), 1, anon_sym_LBRACK, - ACTIONS(2824), 1, + ACTIONS(2792), 1, anon_sym_LPAREN, - ACTIONS(2826), 1, + ACTIONS(2794), 1, anon_sym_LBRACE, - ACTIONS(2828), 1, + ACTIONS(2796), 1, anon_sym_not, - ACTIONS(2838), 1, + ACTIONS(2806), 1, anon_sym_DQUOTE, - ACTIONS(2842), 1, + ACTIONS(2810), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2844), 1, + ACTIONS(2812), 1, anon_sym_DOLLAR_DQUOTE, - STATE(6), 1, + STATE(117), 1, sym_val_number, - STATE(188), 1, - sym__var, - STATE(309), 1, + STATE(1415), 1, + sym_comment, + STATE(1879), 1, sym_expr_parenthesized, - STATE(316), 1, - sym__inter_single_quotes, - STATE(317), 1, - sym__inter_double_quotes, - STATE(318), 1, + STATE(1895), 1, + sym__var, + STATE(2091), 1, sym__str_double_quotes, - STATE(347), 1, + STATE(2097), 1, sym__expression, - STATE(1415), 1, - sym_comment, - ACTIONS(2830), 2, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, + sym__inter_double_quotes, + ACTIONS(2798), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2832), 2, + ACTIONS(2800), 2, sym_val_nothing, sym_val_date, - ACTIONS(2834), 2, + ACTIONS(2802), 2, anon_sym_true, anon_sym_false, - ACTIONS(2840), 2, + ACTIONS(2808), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(970), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(308), 4, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2836), 6, + ACTIONS(2804), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(312), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -163331,73 +163336,73 @@ static const uint16_t ts_small_parse_table[] = { [44716] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(954), 1, + ACTIONS(2208), 1, anon_sym_DOLLAR, - ACTIONS(956), 1, + ACTIONS(2212), 1, anon_sym_DASH, - ACTIONS(962), 1, + ACTIONS(2218), 1, anon_sym_DOT_DOT, - ACTIONS(968), 1, + ACTIONS(2224), 1, aux_sym_val_number_token1, - ACTIONS(2822), 1, + ACTIONS(2790), 1, anon_sym_LBRACK, - ACTIONS(2824), 1, + ACTIONS(2792), 1, anon_sym_LPAREN, - ACTIONS(2826), 1, + ACTIONS(2794), 1, anon_sym_LBRACE, - ACTIONS(2828), 1, + ACTIONS(2796), 1, anon_sym_not, - ACTIONS(2838), 1, + ACTIONS(2806), 1, anon_sym_DQUOTE, - ACTIONS(2842), 1, + ACTIONS(2810), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2844), 1, + ACTIONS(2812), 1, anon_sym_DOLLAR_DQUOTE, - STATE(6), 1, + STATE(117), 1, sym_val_number, - STATE(188), 1, - sym__var, - STATE(309), 1, + STATE(1416), 1, + sym_comment, + STATE(1879), 1, sym_expr_parenthesized, - STATE(316), 1, - sym__inter_single_quotes, - STATE(317), 1, - sym__inter_double_quotes, - STATE(318), 1, + STATE(1895), 1, + sym__var, + STATE(2091), 1, sym__str_double_quotes, - STATE(346), 1, + STATE(2096), 1, sym__expression, - STATE(1416), 1, - sym_comment, - ACTIONS(2830), 2, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, + sym__inter_double_quotes, + ACTIONS(2798), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2832), 2, + ACTIONS(2800), 2, sym_val_nothing, sym_val_date, - ACTIONS(2834), 2, + ACTIONS(2802), 2, anon_sym_true, anon_sym_false, - ACTIONS(2840), 2, + ACTIONS(2808), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(970), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(308), 4, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2836), 6, + ACTIONS(2804), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(312), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -163412,61 +163417,61 @@ static const uint16_t ts_small_parse_table[] = { [44825] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(954), 1, + ACTIONS(2814), 1, + anon_sym_LBRACK, + ACTIONS(2816), 1, + anon_sym_LPAREN, + ACTIONS(2818), 1, anon_sym_DOLLAR, - ACTIONS(956), 1, + ACTIONS(2820), 1, anon_sym_DASH, - ACTIONS(962), 1, - anon_sym_DOT_DOT, - ACTIONS(968), 1, - aux_sym_val_number_token1, ACTIONS(2822), 1, - anon_sym_LBRACK, - ACTIONS(2824), 1, - anon_sym_LPAREN, - ACTIONS(2826), 1, anon_sym_LBRACE, - ACTIONS(2828), 1, + ACTIONS(2824), 1, anon_sym_not, - ACTIONS(2838), 1, + ACTIONS(2828), 1, + anon_sym_DOT_DOT, + ACTIONS(2834), 1, + aux_sym_val_number_token1, + ACTIONS(2840), 1, anon_sym_DQUOTE, - ACTIONS(2842), 1, - anon_sym_DOLLAR_SQUOTE, ACTIONS(2844), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2846), 1, anon_sym_DOLLAR_DQUOTE, - STATE(6), 1, + STATE(113), 1, sym_val_number, - STATE(188), 1, + STATE(1417), 1, + sym_comment, + STATE(1816), 1, sym__var, - STATE(309), 1, + STATE(1830), 1, sym_expr_parenthesized, - STATE(316), 1, - sym__inter_single_quotes, - STATE(317), 1, + STATE(1903), 1, sym__inter_double_quotes, - STATE(318), 1, + STATE(1937), 1, sym__str_double_quotes, - STATE(345), 1, + STATE(1945), 1, sym__expression, - STATE(1417), 1, - sym_comment, - ACTIONS(2830), 2, + STATE(1960), 1, + sym__inter_single_quotes, + ACTIONS(2826), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2832), 2, + ACTIONS(2830), 2, sym_val_nothing, sym_val_date, - ACTIONS(2834), 2, + ACTIONS(2832), 2, anon_sym_true, anon_sym_false, - ACTIONS(2840), 2, + ACTIONS(2842), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(970), 3, + ACTIONS(2838), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(308), 4, + STATE(2016), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -163478,7 +163483,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(312), 11, + STATE(1962), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -163493,61 +163498,61 @@ static const uint16_t ts_small_parse_table[] = { [44934] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(954), 1, + ACTIONS(2814), 1, + anon_sym_LBRACK, + ACTIONS(2816), 1, + anon_sym_LPAREN, + ACTIONS(2818), 1, anon_sym_DOLLAR, - ACTIONS(956), 1, + ACTIONS(2820), 1, anon_sym_DASH, - ACTIONS(962), 1, - anon_sym_DOT_DOT, - ACTIONS(968), 1, - aux_sym_val_number_token1, ACTIONS(2822), 1, - anon_sym_LBRACK, - ACTIONS(2824), 1, - anon_sym_LPAREN, - ACTIONS(2826), 1, anon_sym_LBRACE, - ACTIONS(2828), 1, + ACTIONS(2824), 1, anon_sym_not, - ACTIONS(2838), 1, + ACTIONS(2828), 1, + anon_sym_DOT_DOT, + ACTIONS(2834), 1, + aux_sym_val_number_token1, + ACTIONS(2840), 1, anon_sym_DQUOTE, - ACTIONS(2842), 1, - anon_sym_DOLLAR_SQUOTE, ACTIONS(2844), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2846), 1, anon_sym_DOLLAR_DQUOTE, - STATE(6), 1, + STATE(113), 1, sym_val_number, - STATE(188), 1, + STATE(1418), 1, + sym_comment, + STATE(1816), 1, sym__var, - STATE(309), 1, + STATE(1830), 1, sym_expr_parenthesized, - STATE(316), 1, - sym__inter_single_quotes, - STATE(317), 1, + STATE(1903), 1, sym__inter_double_quotes, - STATE(318), 1, + STATE(1937), 1, sym__str_double_quotes, - STATE(344), 1, + STATE(1947), 1, sym__expression, - STATE(1418), 1, - sym_comment, - ACTIONS(2830), 2, + STATE(1960), 1, + sym__inter_single_quotes, + ACTIONS(2826), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2832), 2, + ACTIONS(2830), 2, sym_val_nothing, sym_val_date, - ACTIONS(2834), 2, + ACTIONS(2832), 2, anon_sym_true, anon_sym_false, - ACTIONS(2840), 2, + ACTIONS(2842), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(970), 3, + ACTIONS(2838), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(308), 4, + STATE(2016), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -163559,7 +163564,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(312), 11, + STATE(1962), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -163574,73 +163579,73 @@ static const uint16_t ts_small_parse_table[] = { [45043] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(954), 1, + ACTIONS(2192), 1, + anon_sym_LPAREN, + ACTIONS(2527), 1, + anon_sym_LBRACK, + ACTIONS(2531), 1, anon_sym_DOLLAR, - ACTIONS(956), 1, + ACTIONS(2533), 1, anon_sym_DASH, - ACTIONS(962), 1, + ACTIONS(2535), 1, + anon_sym_LBRACE, + ACTIONS(2541), 1, anon_sym_DOT_DOT, - ACTIONS(968), 1, + ACTIONS(2547), 1, aux_sym_val_number_token1, - ACTIONS(2822), 1, - anon_sym_LBRACK, - ACTIONS(2824), 1, - anon_sym_LPAREN, - ACTIONS(2826), 1, - anon_sym_LBRACE, - ACTIONS(2828), 1, - anon_sym_not, - ACTIONS(2838), 1, + ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(2842), 1, + ACTIONS(2559), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2844), 1, + ACTIONS(2561), 1, anon_sym_DOLLAR_DQUOTE, - STATE(6), 1, + ACTIONS(2848), 1, + anon_sym_not, + STATE(17), 1, sym_val_number, - STATE(188), 1, + STATE(1016), 1, sym__var, - STATE(309), 1, - sym_expr_parenthesized, - STATE(316), 1, - sym__inter_single_quotes, - STATE(317), 1, - sym__inter_double_quotes, - STATE(318), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(343), 1, + STATE(1094), 1, + sym__inter_double_quotes, + STATE(1102), 1, sym__expression, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, STATE(1419), 1, sym_comment, - ACTIONS(2830), 2, + ACTIONS(2539), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2832), 2, + ACTIONS(2553), 2, sym_val_nothing, sym_val_date, - ACTIONS(2834), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2840), 2, + ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(970), 3, + ACTIONS(2850), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2551), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(308), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2836), 6, + ACTIONS(2549), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(312), 11, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -163655,73 +163660,73 @@ static const uint16_t ts_small_parse_table[] = { [45152] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2308), 1, + ACTIONS(2814), 1, + anon_sym_LBRACK, + ACTIONS(2816), 1, anon_sym_LPAREN, - ACTIONS(2310), 1, + ACTIONS(2818), 1, anon_sym_DOLLAR, - ACTIONS(2312), 1, + ACTIONS(2820), 1, anon_sym_DASH, - ACTIONS(2314), 1, + ACTIONS(2822), 1, anon_sym_LBRACE, - ACTIONS(2320), 1, + ACTIONS(2824), 1, anon_sym_not, - ACTIONS(2324), 1, + ACTIONS(2828), 1, anon_sym_DOT_DOT, - ACTIONS(2330), 1, + ACTIONS(2834), 1, aux_sym_val_number_token1, - ACTIONS(2336), 1, + ACTIONS(2840), 1, anon_sym_DQUOTE, - ACTIONS(2340), 1, + ACTIONS(2844), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2342), 1, + ACTIONS(2846), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2730), 1, - anon_sym_LBRACK, - STATE(120), 1, + STATE(113), 1, sym_val_number, STATE(1420), 1, sym_comment, - STATE(1921), 1, + STATE(1816), 1, sym__var, - STATE(1963), 1, + STATE(1830), 1, sym_expr_parenthesized, - STATE(2195), 1, + STATE(1903), 1, sym__inter_double_quotes, - STATE(2196), 1, - sym__inter_single_quotes, - STATE(2248), 1, + STATE(1937), 1, sym__str_double_quotes, - STATE(2633), 1, + STATE(1948), 1, sym__expression, - ACTIONS(2322), 2, + STATE(1960), 1, + sym__inter_single_quotes, + ACTIONS(2826), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2326), 2, + ACTIONS(2830), 2, sym_val_nothing, sym_val_date, - ACTIONS(2328), 2, + ACTIONS(2832), 2, anon_sym_true, anon_sym_false, - ACTIONS(2338), 2, + ACTIONS(2842), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2334), 3, + ACTIONS(2838), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2227), 4, + STATE(2016), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2332), 6, + ACTIONS(2836), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2199), 11, + STATE(1962), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -163736,61 +163741,61 @@ static const uint16_t ts_small_parse_table[] = { [45261] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(954), 1, + ACTIONS(2814), 1, + anon_sym_LBRACK, + ACTIONS(2816), 1, + anon_sym_LPAREN, + ACTIONS(2818), 1, anon_sym_DOLLAR, - ACTIONS(956), 1, + ACTIONS(2820), 1, anon_sym_DASH, - ACTIONS(962), 1, - anon_sym_DOT_DOT, - ACTIONS(968), 1, - aux_sym_val_number_token1, ACTIONS(2822), 1, - anon_sym_LBRACK, - ACTIONS(2824), 1, - anon_sym_LPAREN, - ACTIONS(2826), 1, anon_sym_LBRACE, - ACTIONS(2828), 1, + ACTIONS(2824), 1, anon_sym_not, - ACTIONS(2838), 1, + ACTIONS(2828), 1, + anon_sym_DOT_DOT, + ACTIONS(2834), 1, + aux_sym_val_number_token1, + ACTIONS(2840), 1, anon_sym_DQUOTE, - ACTIONS(2842), 1, - anon_sym_DOLLAR_SQUOTE, ACTIONS(2844), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2846), 1, anon_sym_DOLLAR_DQUOTE, - STATE(6), 1, + STATE(113), 1, sym_val_number, - STATE(188), 1, + STATE(1421), 1, + sym_comment, + STATE(1816), 1, sym__var, - STATE(309), 1, + STATE(1830), 1, sym_expr_parenthesized, - STATE(316), 1, - sym__inter_single_quotes, - STATE(317), 1, + STATE(1903), 1, sym__inter_double_quotes, - STATE(318), 1, + STATE(1937), 1, sym__str_double_quotes, - STATE(342), 1, + STATE(1958), 1, sym__expression, - STATE(1421), 1, - sym_comment, - ACTIONS(2830), 2, + STATE(1960), 1, + sym__inter_single_quotes, + ACTIONS(2826), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2832), 2, + ACTIONS(2830), 2, sym_val_nothing, sym_val_date, - ACTIONS(2834), 2, + ACTIONS(2832), 2, anon_sym_true, anon_sym_false, - ACTIONS(2840), 2, + ACTIONS(2842), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(970), 3, + ACTIONS(2838), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(308), 4, + STATE(2016), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -163802,7 +163807,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(312), 11, + STATE(1962), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -163817,61 +163822,61 @@ static const uint16_t ts_small_parse_table[] = { [45370] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(954), 1, + ACTIONS(2814), 1, + anon_sym_LBRACK, + ACTIONS(2816), 1, + anon_sym_LPAREN, + ACTIONS(2818), 1, anon_sym_DOLLAR, - ACTIONS(956), 1, + ACTIONS(2820), 1, anon_sym_DASH, - ACTIONS(962), 1, - anon_sym_DOT_DOT, - ACTIONS(968), 1, - aux_sym_val_number_token1, ACTIONS(2822), 1, - anon_sym_LBRACK, - ACTIONS(2824), 1, - anon_sym_LPAREN, - ACTIONS(2826), 1, anon_sym_LBRACE, - ACTIONS(2828), 1, + ACTIONS(2824), 1, anon_sym_not, - ACTIONS(2838), 1, + ACTIONS(2828), 1, + anon_sym_DOT_DOT, + ACTIONS(2834), 1, + aux_sym_val_number_token1, + ACTIONS(2840), 1, anon_sym_DQUOTE, - ACTIONS(2842), 1, - anon_sym_DOLLAR_SQUOTE, ACTIONS(2844), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2846), 1, anon_sym_DOLLAR_DQUOTE, - STATE(6), 1, + STATE(113), 1, sym_val_number, - STATE(188), 1, + STATE(1422), 1, + sym_comment, + STATE(1816), 1, sym__var, - STATE(309), 1, + STATE(1830), 1, sym_expr_parenthesized, - STATE(316), 1, - sym__inter_single_quotes, - STATE(317), 1, + STATE(1903), 1, sym__inter_double_quotes, - STATE(318), 1, + STATE(1937), 1, sym__str_double_quotes, - STATE(341), 1, + STATE(1959), 1, sym__expression, - STATE(1422), 1, - sym_comment, - ACTIONS(2830), 2, + STATE(1960), 1, + sym__inter_single_quotes, + ACTIONS(2826), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2832), 2, + ACTIONS(2830), 2, sym_val_nothing, sym_val_date, - ACTIONS(2834), 2, + ACTIONS(2832), 2, anon_sym_true, anon_sym_false, - ACTIONS(2840), 2, + ACTIONS(2842), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(970), 3, + ACTIONS(2838), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(308), 4, + STATE(2016), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -163883,7 +163888,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(312), 11, + STATE(1962), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -163898,61 +163903,61 @@ static const uint16_t ts_small_parse_table[] = { [45479] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(954), 1, + ACTIONS(2814), 1, + anon_sym_LBRACK, + ACTIONS(2816), 1, + anon_sym_LPAREN, + ACTIONS(2818), 1, anon_sym_DOLLAR, - ACTIONS(956), 1, + ACTIONS(2820), 1, anon_sym_DASH, - ACTIONS(962), 1, - anon_sym_DOT_DOT, - ACTIONS(968), 1, - aux_sym_val_number_token1, ACTIONS(2822), 1, - anon_sym_LBRACK, - ACTIONS(2824), 1, - anon_sym_LPAREN, - ACTIONS(2826), 1, anon_sym_LBRACE, - ACTIONS(2828), 1, + ACTIONS(2824), 1, anon_sym_not, - ACTIONS(2838), 1, + ACTIONS(2828), 1, + anon_sym_DOT_DOT, + ACTIONS(2834), 1, + aux_sym_val_number_token1, + ACTIONS(2840), 1, anon_sym_DQUOTE, - ACTIONS(2842), 1, - anon_sym_DOLLAR_SQUOTE, ACTIONS(2844), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2846), 1, anon_sym_DOLLAR_DQUOTE, - STATE(6), 1, + STATE(113), 1, sym_val_number, - STATE(188), 1, + STATE(1423), 1, + sym_comment, + STATE(1816), 1, sym__var, - STATE(309), 1, + STATE(1830), 1, sym_expr_parenthesized, - STATE(316), 1, - sym__inter_single_quotes, - STATE(317), 1, + STATE(1902), 1, + sym__expression, + STATE(1903), 1, sym__inter_double_quotes, - STATE(318), 1, + STATE(1937), 1, sym__str_double_quotes, - STATE(337), 1, - sym__expression, - STATE(1423), 1, - sym_comment, - ACTIONS(2830), 2, + STATE(1960), 1, + sym__inter_single_quotes, + ACTIONS(2826), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2832), 2, + ACTIONS(2830), 2, sym_val_nothing, sym_val_date, - ACTIONS(2834), 2, + ACTIONS(2832), 2, anon_sym_true, anon_sym_false, - ACTIONS(2840), 2, + ACTIONS(2842), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(970), 3, + ACTIONS(2838), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(308), 4, + STATE(2016), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -163964,7 +163969,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(312), 11, + STATE(1962), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -163979,61 +163984,61 @@ static const uint16_t ts_small_parse_table[] = { [45588] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(954), 1, + ACTIONS(2814), 1, + anon_sym_LBRACK, + ACTIONS(2816), 1, + anon_sym_LPAREN, + ACTIONS(2818), 1, anon_sym_DOLLAR, - ACTIONS(956), 1, + ACTIONS(2820), 1, anon_sym_DASH, - ACTIONS(962), 1, - anon_sym_DOT_DOT, - ACTIONS(968), 1, - aux_sym_val_number_token1, ACTIONS(2822), 1, - anon_sym_LBRACK, - ACTIONS(2824), 1, - anon_sym_LPAREN, - ACTIONS(2826), 1, anon_sym_LBRACE, - ACTIONS(2828), 1, + ACTIONS(2824), 1, anon_sym_not, - ACTIONS(2838), 1, + ACTIONS(2828), 1, + anon_sym_DOT_DOT, + ACTIONS(2834), 1, + aux_sym_val_number_token1, + ACTIONS(2840), 1, anon_sym_DQUOTE, - ACTIONS(2842), 1, - anon_sym_DOLLAR_SQUOTE, ACTIONS(2844), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2846), 1, anon_sym_DOLLAR_DQUOTE, - STATE(6), 1, + STATE(113), 1, sym_val_number, - STATE(188), 1, + STATE(1424), 1, + sym_comment, + STATE(1816), 1, sym__var, - STATE(305), 1, - sym__expression, - STATE(309), 1, + STATE(1830), 1, sym_expr_parenthesized, - STATE(316), 1, - sym__inter_single_quotes, - STATE(317), 1, + STATE(1903), 1, sym__inter_double_quotes, - STATE(318), 1, + STATE(1937), 1, sym__str_double_quotes, - STATE(1424), 1, - sym_comment, - ACTIONS(2830), 2, + STATE(1960), 1, + sym__inter_single_quotes, + STATE(1970), 1, + sym__expression, + ACTIONS(2826), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2832), 2, + ACTIONS(2830), 2, sym_val_nothing, sym_val_date, - ACTIONS(2834), 2, + ACTIONS(2832), 2, anon_sym_true, anon_sym_false, - ACTIONS(2840), 2, + ACTIONS(2842), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(970), 3, + ACTIONS(2838), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(308), 4, + STATE(2016), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -164045,7 +164050,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(312), 11, + STATE(1962), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -164060,73 +164065,73 @@ static const uint16_t ts_small_parse_table[] = { [45697] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(954), 1, + ACTIONS(2350), 1, + anon_sym_LPAREN, + ACTIONS(2352), 1, anon_sym_DOLLAR, - ACTIONS(956), 1, + ACTIONS(2354), 1, anon_sym_DASH, - ACTIONS(962), 1, - anon_sym_DOT_DOT, - ACTIONS(968), 1, - aux_sym_val_number_token1, - ACTIONS(2822), 1, - anon_sym_LBRACK, - ACTIONS(2824), 1, - anon_sym_LPAREN, - ACTIONS(2826), 1, + ACTIONS(2356), 1, anon_sym_LBRACE, - ACTIONS(2828), 1, + ACTIONS(2362), 1, anon_sym_not, - ACTIONS(2838), 1, + ACTIONS(2366), 1, + anon_sym_DOT_DOT, + ACTIONS(2372), 1, + aux_sym_val_number_token1, + ACTIONS(2378), 1, anon_sym_DQUOTE, - ACTIONS(2842), 1, + ACTIONS(2382), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2844), 1, + ACTIONS(2384), 1, anon_sym_DOLLAR_DQUOTE, - STATE(6), 1, + ACTIONS(2730), 1, + anon_sym_LBRACK, + STATE(124), 1, sym_val_number, - STATE(188), 1, - sym__var, - STATE(309), 1, + STATE(1425), 1, + sym_comment, + STATE(1963), 1, sym_expr_parenthesized, - STATE(316), 1, - sym__inter_single_quotes, - STATE(317), 1, + STATE(1981), 1, + sym__var, + STATE(2201), 1, sym__inter_double_quotes, - STATE(318), 1, + STATE(2211), 1, + sym__inter_single_quotes, + STATE(2251), 1, sym__str_double_quotes, - STATE(336), 1, + STATE(2636), 1, sym__expression, - STATE(1425), 1, - sym_comment, - ACTIONS(2830), 2, + ACTIONS(2364), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2832), 2, + ACTIONS(2368), 2, sym_val_nothing, sym_val_date, - ACTIONS(2834), 2, + ACTIONS(2370), 2, anon_sym_true, anon_sym_false, - ACTIONS(2840), 2, + ACTIONS(2380), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(970), 3, + ACTIONS(2376), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(308), 4, + STATE(2172), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2836), 6, + ACTIONS(2374), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(312), 11, + STATE(2222), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -164141,73 +164146,73 @@ static const uint16_t ts_small_parse_table[] = { [45806] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(954), 1, + ACTIONS(2350), 1, + anon_sym_LPAREN, + ACTIONS(2352), 1, anon_sym_DOLLAR, - ACTIONS(956), 1, + ACTIONS(2354), 1, anon_sym_DASH, - ACTIONS(962), 1, - anon_sym_DOT_DOT, - ACTIONS(968), 1, - aux_sym_val_number_token1, - ACTIONS(2822), 1, - anon_sym_LBRACK, - ACTIONS(2824), 1, - anon_sym_LPAREN, - ACTIONS(2826), 1, + ACTIONS(2356), 1, anon_sym_LBRACE, - ACTIONS(2828), 1, + ACTIONS(2362), 1, anon_sym_not, - ACTIONS(2838), 1, + ACTIONS(2366), 1, + anon_sym_DOT_DOT, + ACTIONS(2372), 1, + aux_sym_val_number_token1, + ACTIONS(2378), 1, anon_sym_DQUOTE, - ACTIONS(2842), 1, + ACTIONS(2382), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2844), 1, + ACTIONS(2384), 1, anon_sym_DOLLAR_DQUOTE, - STATE(6), 1, + ACTIONS(2730), 1, + anon_sym_LBRACK, + STATE(124), 1, sym_val_number, - STATE(188), 1, - sym__var, - STATE(309), 1, + STATE(1426), 1, + sym_comment, + STATE(1963), 1, sym_expr_parenthesized, - STATE(316), 1, - sym__inter_single_quotes, - STATE(317), 1, + STATE(1981), 1, + sym__var, + STATE(2201), 1, sym__inter_double_quotes, - STATE(318), 1, + STATE(2211), 1, + sym__inter_single_quotes, + STATE(2251), 1, sym__str_double_quotes, - STATE(333), 1, + STATE(2647), 1, sym__expression, - STATE(1426), 1, - sym_comment, - ACTIONS(2830), 2, + ACTIONS(2364), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2832), 2, + ACTIONS(2368), 2, sym_val_nothing, sym_val_date, - ACTIONS(2834), 2, + ACTIONS(2370), 2, anon_sym_true, anon_sym_false, - ACTIONS(2840), 2, + ACTIONS(2380), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(970), 3, + ACTIONS(2376), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(308), 4, + STATE(2172), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2836), 6, + ACTIONS(2374), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(312), 11, + STATE(2222), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -164222,73 +164227,73 @@ static const uint16_t ts_small_parse_table[] = { [45915] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(954), 1, - anon_sym_DOLLAR, - ACTIONS(956), 1, - anon_sym_DASH, - ACTIONS(962), 1, - anon_sym_DOT_DOT, - ACTIONS(968), 1, - aux_sym_val_number_token1, - ACTIONS(2822), 1, + ACTIONS(2487), 1, anon_sym_LBRACK, - ACTIONS(2824), 1, + ACTIONS(2489), 1, anon_sym_LPAREN, - ACTIONS(2826), 1, + ACTIONS(2491), 1, + anon_sym_DOLLAR, + ACTIONS(2495), 1, + anon_sym_DASH, + ACTIONS(2497), 1, anon_sym_LBRACE, - ACTIONS(2828), 1, + ACTIONS(2499), 1, anon_sym_not, - ACTIONS(2838), 1, + ACTIONS(2503), 1, + anon_sym_DOT_DOT, + ACTIONS(2509), 1, + aux_sym_val_number_token1, + ACTIONS(2515), 1, anon_sym_DQUOTE, - ACTIONS(2842), 1, + ACTIONS(2519), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2844), 1, + ACTIONS(2521), 1, anon_sym_DOLLAR_DQUOTE, - STATE(6), 1, + STATE(129), 1, sym_val_number, - STATE(188), 1, - sym__var, - STATE(309), 1, - sym_expr_parenthesized, - STATE(316), 1, - sym__inter_single_quotes, - STATE(317), 1, - sym__inter_double_quotes, - STATE(318), 1, - sym__str_double_quotes, - STATE(328), 1, - sym__expression, STATE(1427), 1, sym_comment, - ACTIONS(2830), 2, + STATE(2179), 1, + sym_expr_parenthesized, + STATE(2257), 1, + sym__expression, + STATE(2331), 1, + sym__var, + STATE(2604), 1, + sym__str_double_quotes, + STATE(2623), 1, + sym__inter_double_quotes, + STATE(2624), 1, + sym__inter_single_quotes, + ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2832), 2, + ACTIONS(2505), 2, sym_val_nothing, sym_val_date, - ACTIONS(2834), 2, + ACTIONS(2507), 2, anon_sym_true, anon_sym_false, - ACTIONS(2840), 2, + ACTIONS(2517), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(970), 3, + ACTIONS(2513), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(308), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2836), 6, + ACTIONS(2511), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(312), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -164303,73 +164308,73 @@ static const uint16_t ts_small_parse_table[] = { [46024] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1543), 1, - anon_sym_DOLLAR, - ACTIONS(1545), 1, - anon_sym_DASH, - ACTIONS(1551), 1, - anon_sym_DOT_DOT, - ACTIONS(1557), 1, - aux_sym_val_number_token1, - ACTIONS(2846), 1, + ACTIONS(2814), 1, anon_sym_LBRACK, - ACTIONS(2848), 1, + ACTIONS(2816), 1, anon_sym_LPAREN, - ACTIONS(2850), 1, + ACTIONS(2818), 1, + anon_sym_DOLLAR, + ACTIONS(2820), 1, + anon_sym_DASH, + ACTIONS(2822), 1, anon_sym_LBRACE, - ACTIONS(2852), 1, + ACTIONS(2824), 1, anon_sym_not, - ACTIONS(2862), 1, + ACTIONS(2828), 1, + anon_sym_DOT_DOT, + ACTIONS(2834), 1, + aux_sym_val_number_token1, + ACTIONS(2840), 1, anon_sym_DQUOTE, - ACTIONS(2866), 1, + ACTIONS(2844), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2868), 1, + ACTIONS(2846), 1, anon_sym_DOLLAR_DQUOTE, - STATE(13), 1, + STATE(113), 1, sym_val_number, - STATE(469), 1, + STATE(1428), 1, + sym_comment, + STATE(1816), 1, sym__var, - STATE(575), 1, + STATE(1830), 1, sym_expr_parenthesized, - STATE(592), 1, + STATE(1903), 1, sym__inter_double_quotes, - STATE(593), 1, - sym__inter_single_quotes, - STATE(595), 1, + STATE(1937), 1, sym__str_double_quotes, - STATE(604), 1, + STATE(1960), 1, + sym__inter_single_quotes, + STATE(1988), 1, sym__expression, - STATE(1428), 1, - sym_comment, - ACTIONS(2854), 2, + ACTIONS(2826), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2856), 2, + ACTIONS(2830), 2, sym_val_nothing, sym_val_date, - ACTIONS(2858), 2, + ACTIONS(2832), 2, anon_sym_true, anon_sym_false, - ACTIONS(2864), 2, + ACTIONS(2842), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1559), 3, + ACTIONS(2838), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(577), 4, + STATE(2016), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2860), 6, + ACTIONS(2836), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(599), 11, + STATE(1962), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -164384,73 +164389,73 @@ static const uint16_t ts_small_parse_table[] = { [46133] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, - anon_sym_LPAREN, - ACTIONS(2527), 1, + ACTIONS(2814), 1, anon_sym_LBRACK, - ACTIONS(2531), 1, + ACTIONS(2816), 1, + anon_sym_LPAREN, + ACTIONS(2818), 1, anon_sym_DOLLAR, - ACTIONS(2533), 1, + ACTIONS(2820), 1, anon_sym_DASH, - ACTIONS(2535), 1, + ACTIONS(2822), 1, anon_sym_LBRACE, - ACTIONS(2541), 1, + ACTIONS(2824), 1, + anon_sym_not, + ACTIONS(2828), 1, anon_sym_DOT_DOT, - ACTIONS(2547), 1, + ACTIONS(2834), 1, aux_sym_val_number_token1, - ACTIONS(2555), 1, + ACTIONS(2840), 1, anon_sym_DQUOTE, - ACTIONS(2559), 1, + ACTIONS(2844), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2561), 1, + ACTIONS(2846), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2870), 1, - anon_sym_not, - STATE(17), 1, + STATE(113), 1, sym_val_number, - STATE(1012), 1, + STATE(1429), 1, + sym_comment, + STATE(1816), 1, sym__var, - STATE(1029), 1, - sym__str_double_quotes, - STATE(1112), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(1830), 1, + sym_expr_parenthesized, + STATE(1903), 1, sym__inter_double_quotes, - STATE(1429), 1, - sym_comment, - ACTIONS(2539), 2, + STATE(1937), 1, + sym__str_double_quotes, + STATE(1960), 1, + sym__inter_single_quotes, + STATE(1993), 1, + sym__expression, + ACTIONS(2826), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2553), 2, + ACTIONS(2830), 2, sym_val_nothing, sym_val_date, - ACTIONS(2557), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2872), 2, + ACTIONS(2832), 2, anon_sym_true, anon_sym_false, - ACTIONS(2551), 3, + ACTIONS(2842), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2838), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1133), 4, + STATE(2016), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2549), 6, + ACTIONS(2836), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1154), 11, + STATE(1962), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -164465,73 +164470,73 @@ static const uint16_t ts_small_parse_table[] = { [46242] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1543), 1, - anon_sym_DOLLAR, - ACTIONS(1545), 1, - anon_sym_DASH, - ACTIONS(1551), 1, - anon_sym_DOT_DOT, - ACTIONS(1557), 1, - aux_sym_val_number_token1, - ACTIONS(2846), 1, + ACTIONS(2814), 1, anon_sym_LBRACK, - ACTIONS(2848), 1, + ACTIONS(2816), 1, anon_sym_LPAREN, - ACTIONS(2850), 1, + ACTIONS(2818), 1, + anon_sym_DOLLAR, + ACTIONS(2820), 1, + anon_sym_DASH, + ACTIONS(2822), 1, anon_sym_LBRACE, - ACTIONS(2852), 1, + ACTIONS(2824), 1, anon_sym_not, - ACTIONS(2862), 1, + ACTIONS(2828), 1, + anon_sym_DOT_DOT, + ACTIONS(2834), 1, + aux_sym_val_number_token1, + ACTIONS(2840), 1, anon_sym_DQUOTE, - ACTIONS(2866), 1, + ACTIONS(2844), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2868), 1, + ACTIONS(2846), 1, anon_sym_DOLLAR_DQUOTE, - STATE(13), 1, + STATE(113), 1, sym_val_number, - STATE(469), 1, + STATE(1430), 1, + sym_comment, + STATE(1816), 1, sym__var, - STATE(575), 1, + STATE(1830), 1, sym_expr_parenthesized, - STATE(592), 1, + STATE(1903), 1, sym__inter_double_quotes, - STATE(593), 1, - sym__inter_single_quotes, - STATE(595), 1, + STATE(1937), 1, sym__str_double_quotes, - STATE(605), 1, + STATE(1960), 1, + sym__inter_single_quotes, + STATE(1995), 1, sym__expression, - STATE(1430), 1, - sym_comment, - ACTIONS(2854), 2, + ACTIONS(2826), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2856), 2, + ACTIONS(2830), 2, sym_val_nothing, sym_val_date, - ACTIONS(2858), 2, + ACTIONS(2832), 2, anon_sym_true, anon_sym_false, - ACTIONS(2864), 2, + ACTIONS(2842), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1559), 3, + ACTIONS(2838), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(577), 4, + STATE(2016), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2860), 6, + ACTIONS(2836), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(599), 11, + STATE(1962), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -164546,73 +164551,73 @@ static const uint16_t ts_small_parse_table[] = { [46351] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2874), 1, + ACTIONS(2814), 1, anon_sym_LBRACK, - ACTIONS(2876), 1, + ACTIONS(2816), 1, anon_sym_LPAREN, - ACTIONS(2878), 1, + ACTIONS(2818), 1, anon_sym_DOLLAR, - ACTIONS(2880), 1, + ACTIONS(2820), 1, anon_sym_DASH, - ACTIONS(2882), 1, + ACTIONS(2822), 1, anon_sym_LBRACE, - ACTIONS(2884), 1, + ACTIONS(2824), 1, anon_sym_not, - ACTIONS(2888), 1, + ACTIONS(2828), 1, anon_sym_DOT_DOT, - ACTIONS(2894), 1, + ACTIONS(2834), 1, aux_sym_val_number_token1, - ACTIONS(2900), 1, + ACTIONS(2840), 1, anon_sym_DQUOTE, - ACTIONS(2904), 1, + ACTIONS(2844), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2906), 1, + ACTIONS(2846), 1, anon_sym_DOLLAR_DQUOTE, - STATE(4), 1, + STATE(113), 1, sym_val_number, - STATE(147), 1, + STATE(1431), 1, + sym_comment, + STATE(1816), 1, sym__var, - STATE(265), 1, - sym__str_double_quotes, - STATE(269), 1, + STATE(1830), 1, + sym_expr_parenthesized, + STATE(1903), 1, sym__inter_double_quotes, - STATE(284), 1, - sym__expression, - STATE(285), 1, + STATE(1937), 1, + sym__str_double_quotes, + STATE(1960), 1, sym__inter_single_quotes, - STATE(293), 1, - sym_expr_parenthesized, - STATE(1431), 1, - sym_comment, - ACTIONS(2886), 2, + STATE(1996), 1, + sym__expression, + ACTIONS(2826), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2890), 2, + ACTIONS(2830), 2, sym_val_nothing, sym_val_date, - ACTIONS(2892), 2, + ACTIONS(2832), 2, anon_sym_true, anon_sym_false, - ACTIONS(2902), 2, + ACTIONS(2842), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2898), 3, + ACTIONS(2838), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(294), 4, + STATE(2016), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2896), 6, + ACTIONS(2836), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(304), 11, + STATE(1962), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -164627,73 +164632,73 @@ static const uint16_t ts_small_parse_table[] = { [46460] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2874), 1, + ACTIONS(2814), 1, anon_sym_LBRACK, - ACTIONS(2876), 1, + ACTIONS(2816), 1, anon_sym_LPAREN, - ACTIONS(2878), 1, + ACTIONS(2818), 1, anon_sym_DOLLAR, - ACTIONS(2880), 1, + ACTIONS(2820), 1, anon_sym_DASH, - ACTIONS(2882), 1, + ACTIONS(2822), 1, anon_sym_LBRACE, - ACTIONS(2884), 1, + ACTIONS(2824), 1, anon_sym_not, - ACTIONS(2888), 1, + ACTIONS(2828), 1, anon_sym_DOT_DOT, - ACTIONS(2894), 1, + ACTIONS(2834), 1, aux_sym_val_number_token1, - ACTIONS(2900), 1, + ACTIONS(2840), 1, anon_sym_DQUOTE, - ACTIONS(2904), 1, + ACTIONS(2844), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2906), 1, + ACTIONS(2846), 1, anon_sym_DOLLAR_DQUOTE, - STATE(4), 1, + STATE(113), 1, sym_val_number, - STATE(147), 1, + STATE(1432), 1, + sym_comment, + STATE(1816), 1, sym__var, - STATE(265), 1, - sym__str_double_quotes, - STATE(269), 1, + STATE(1830), 1, + sym_expr_parenthesized, + STATE(1903), 1, sym__inter_double_quotes, - STATE(283), 1, - sym__expression, - STATE(285), 1, + STATE(1937), 1, + sym__str_double_quotes, + STATE(1960), 1, sym__inter_single_quotes, - STATE(293), 1, - sym_expr_parenthesized, - STATE(1432), 1, - sym_comment, - ACTIONS(2886), 2, + STATE(2000), 1, + sym__expression, + ACTIONS(2826), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2890), 2, + ACTIONS(2830), 2, sym_val_nothing, sym_val_date, - ACTIONS(2892), 2, + ACTIONS(2832), 2, anon_sym_true, anon_sym_false, - ACTIONS(2902), 2, + ACTIONS(2842), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2898), 3, + ACTIONS(2838), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(294), 4, + STATE(2016), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2896), 6, + ACTIONS(2836), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(304), 11, + STATE(1962), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -164708,73 +164713,73 @@ static const uint16_t ts_small_parse_table[] = { [46569] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2874), 1, + ACTIONS(2814), 1, anon_sym_LBRACK, - ACTIONS(2876), 1, + ACTIONS(2816), 1, anon_sym_LPAREN, - ACTIONS(2878), 1, + ACTIONS(2818), 1, anon_sym_DOLLAR, - ACTIONS(2880), 1, + ACTIONS(2820), 1, anon_sym_DASH, - ACTIONS(2882), 1, + ACTIONS(2822), 1, anon_sym_LBRACE, - ACTIONS(2884), 1, + ACTIONS(2824), 1, anon_sym_not, - ACTIONS(2888), 1, + ACTIONS(2828), 1, anon_sym_DOT_DOT, - ACTIONS(2894), 1, + ACTIONS(2834), 1, aux_sym_val_number_token1, - ACTIONS(2900), 1, + ACTIONS(2840), 1, anon_sym_DQUOTE, - ACTIONS(2904), 1, + ACTIONS(2844), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2906), 1, + ACTIONS(2846), 1, anon_sym_DOLLAR_DQUOTE, - STATE(4), 1, + STATE(113), 1, sym_val_number, - STATE(147), 1, + STATE(1433), 1, + sym_comment, + STATE(1816), 1, sym__var, - STATE(265), 1, - sym__str_double_quotes, - STATE(269), 1, + STATE(1830), 1, + sym_expr_parenthesized, + STATE(1903), 1, sym__inter_double_quotes, - STATE(282), 1, - sym__expression, - STATE(285), 1, + STATE(1937), 1, + sym__str_double_quotes, + STATE(1960), 1, sym__inter_single_quotes, - STATE(293), 1, - sym_expr_parenthesized, - STATE(1433), 1, - sym_comment, - ACTIONS(2886), 2, + STATE(2008), 1, + sym__expression, + ACTIONS(2826), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2890), 2, + ACTIONS(2830), 2, sym_val_nothing, sym_val_date, - ACTIONS(2892), 2, + ACTIONS(2832), 2, anon_sym_true, anon_sym_false, - ACTIONS(2902), 2, + ACTIONS(2842), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2898), 3, + ACTIONS(2838), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(294), 4, + STATE(2016), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2896), 6, + ACTIONS(2836), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(304), 11, + STATE(1962), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -164789,73 +164794,73 @@ static const uint16_t ts_small_parse_table[] = { [46678] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2874), 1, + ACTIONS(2487), 1, anon_sym_LBRACK, - ACTIONS(2876), 1, + ACTIONS(2489), 1, anon_sym_LPAREN, - ACTIONS(2878), 1, + ACTIONS(2491), 1, anon_sym_DOLLAR, - ACTIONS(2880), 1, + ACTIONS(2495), 1, anon_sym_DASH, - ACTIONS(2882), 1, + ACTIONS(2497), 1, anon_sym_LBRACE, - ACTIONS(2884), 1, + ACTIONS(2499), 1, anon_sym_not, - ACTIONS(2888), 1, + ACTIONS(2503), 1, anon_sym_DOT_DOT, - ACTIONS(2894), 1, + ACTIONS(2509), 1, aux_sym_val_number_token1, - ACTIONS(2900), 1, + ACTIONS(2515), 1, anon_sym_DQUOTE, - ACTIONS(2904), 1, + ACTIONS(2519), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2906), 1, + ACTIONS(2521), 1, anon_sym_DOLLAR_DQUOTE, - STATE(4), 1, + STATE(129), 1, sym_val_number, - STATE(147), 1, + STATE(1434), 1, + sym_comment, + STATE(2179), 1, + sym_expr_parenthesized, + STATE(2262), 1, + sym__expression, + STATE(2331), 1, sym__var, - STATE(265), 1, + STATE(2604), 1, sym__str_double_quotes, - STATE(269), 1, + STATE(2623), 1, sym__inter_double_quotes, - STATE(279), 1, - sym__expression, - STATE(285), 1, + STATE(2624), 1, sym__inter_single_quotes, - STATE(293), 1, - sym_expr_parenthesized, - STATE(1434), 1, - sym_comment, - ACTIONS(2886), 2, + ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2890), 2, + ACTIONS(2505), 2, sym_val_nothing, sym_val_date, - ACTIONS(2892), 2, + ACTIONS(2507), 2, anon_sym_true, anon_sym_false, - ACTIONS(2902), 2, + ACTIONS(2517), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2898), 3, + ACTIONS(2513), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(294), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2896), 6, + ACTIONS(2511), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(304), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -164870,73 +164875,73 @@ static const uint16_t ts_small_parse_table[] = { [46787] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1543), 1, + ACTIONS(2192), 1, + anon_sym_LPAREN, + ACTIONS(2527), 1, + anon_sym_LBRACK, + ACTIONS(2531), 1, anon_sym_DOLLAR, - ACTIONS(1545), 1, + ACTIONS(2533), 1, anon_sym_DASH, - ACTIONS(1551), 1, + ACTIONS(2535), 1, + anon_sym_LBRACE, + ACTIONS(2541), 1, anon_sym_DOT_DOT, - ACTIONS(1557), 1, + ACTIONS(2547), 1, aux_sym_val_number_token1, - ACTIONS(2846), 1, - anon_sym_LBRACK, - ACTIONS(2848), 1, - anon_sym_LPAREN, - ACTIONS(2850), 1, - anon_sym_LBRACE, - ACTIONS(2852), 1, - anon_sym_not, - ACTIONS(2862), 1, + ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(2866), 1, + ACTIONS(2559), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2868), 1, + ACTIONS(2561), 1, anon_sym_DOLLAR_DQUOTE, - STATE(13), 1, + ACTIONS(2848), 1, + anon_sym_not, + STATE(17), 1, sym_val_number, - STATE(469), 1, + STATE(1016), 1, sym__var, - STATE(575), 1, - sym_expr_parenthesized, - STATE(592), 1, - sym__inter_double_quotes, - STATE(593), 1, - sym__inter_single_quotes, - STATE(595), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(606), 1, + STATE(1094), 1, + sym__inter_double_quotes, + STATE(1103), 1, sym__expression, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, STATE(1435), 1, sym_comment, - ACTIONS(2854), 2, + ACTIONS(2539), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2856), 2, + ACTIONS(2553), 2, sym_val_nothing, sym_val_date, - ACTIONS(2858), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2864), 2, + ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1559), 3, + ACTIONS(2850), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2551), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(577), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2860), 6, + ACTIONS(2549), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(599), 11, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -164951,73 +164956,73 @@ static const uint16_t ts_small_parse_table[] = { [46896] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2874), 1, - anon_sym_LBRACK, - ACTIONS(2876), 1, + ACTIONS(2350), 1, anon_sym_LPAREN, - ACTIONS(2878), 1, + ACTIONS(2352), 1, anon_sym_DOLLAR, - ACTIONS(2880), 1, + ACTIONS(2354), 1, anon_sym_DASH, - ACTIONS(2882), 1, + ACTIONS(2356), 1, anon_sym_LBRACE, - ACTIONS(2884), 1, + ACTIONS(2362), 1, anon_sym_not, - ACTIONS(2888), 1, + ACTIONS(2366), 1, anon_sym_DOT_DOT, - ACTIONS(2894), 1, + ACTIONS(2372), 1, aux_sym_val_number_token1, - ACTIONS(2900), 1, + ACTIONS(2378), 1, anon_sym_DQUOTE, - ACTIONS(2904), 1, + ACTIONS(2382), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2906), 1, + ACTIONS(2384), 1, anon_sym_DOLLAR_DQUOTE, - STATE(4), 1, + ACTIONS(2730), 1, + anon_sym_LBRACK, + STATE(124), 1, sym_val_number, - STATE(147), 1, + STATE(1436), 1, + sym_comment, + STATE(1963), 1, + sym_expr_parenthesized, + STATE(1981), 1, sym__var, - STATE(265), 1, - sym__str_double_quotes, - STATE(269), 1, + STATE(2201), 1, sym__inter_double_quotes, - STATE(278), 1, - sym__expression, - STATE(285), 1, + STATE(2211), 1, sym__inter_single_quotes, - STATE(293), 1, - sym_expr_parenthesized, - STATE(1436), 1, - sym_comment, - ACTIONS(2886), 2, + STATE(2251), 1, + sym__str_double_quotes, + STATE(2641), 1, + sym__expression, + ACTIONS(2364), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2890), 2, + ACTIONS(2368), 2, sym_val_nothing, sym_val_date, - ACTIONS(2892), 2, + ACTIONS(2370), 2, anon_sym_true, anon_sym_false, - ACTIONS(2902), 2, + ACTIONS(2380), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2898), 3, + ACTIONS(2376), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(294), 4, + STATE(2172), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2896), 6, + ACTIONS(2374), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(304), 11, + STATE(2222), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -165032,73 +165037,73 @@ static const uint16_t ts_small_parse_table[] = { [47005] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2874), 1, - anon_sym_LBRACK, - ACTIONS(2876), 1, + ACTIONS(2350), 1, anon_sym_LPAREN, - ACTIONS(2878), 1, + ACTIONS(2352), 1, anon_sym_DOLLAR, - ACTIONS(2880), 1, + ACTIONS(2354), 1, anon_sym_DASH, - ACTIONS(2882), 1, + ACTIONS(2356), 1, anon_sym_LBRACE, - ACTIONS(2884), 1, + ACTIONS(2362), 1, anon_sym_not, - ACTIONS(2888), 1, + ACTIONS(2366), 1, anon_sym_DOT_DOT, - ACTIONS(2894), 1, + ACTIONS(2372), 1, aux_sym_val_number_token1, - ACTIONS(2900), 1, + ACTIONS(2378), 1, anon_sym_DQUOTE, - ACTIONS(2904), 1, + ACTIONS(2382), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2906), 1, + ACTIONS(2384), 1, anon_sym_DOLLAR_DQUOTE, - STATE(4), 1, + ACTIONS(2730), 1, + anon_sym_LBRACK, + STATE(124), 1, sym_val_number, - STATE(147), 1, + STATE(1437), 1, + sym_comment, + STATE(1963), 1, + sym_expr_parenthesized, + STATE(1981), 1, sym__var, - STATE(265), 1, - sym__str_double_quotes, - STATE(269), 1, + STATE(2201), 1, sym__inter_double_quotes, - STATE(276), 1, - sym__expression, - STATE(285), 1, + STATE(2211), 1, sym__inter_single_quotes, - STATE(293), 1, - sym_expr_parenthesized, - STATE(1437), 1, - sym_comment, - ACTIONS(2886), 2, + STATE(2251), 1, + sym__str_double_quotes, + STATE(2645), 1, + sym__expression, + ACTIONS(2364), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2890), 2, + ACTIONS(2368), 2, sym_val_nothing, sym_val_date, - ACTIONS(2892), 2, + ACTIONS(2370), 2, anon_sym_true, anon_sym_false, - ACTIONS(2902), 2, + ACTIONS(2380), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2898), 3, + ACTIONS(2376), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(294), 4, + STATE(2172), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2896), 6, + ACTIONS(2374), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(304), 11, + STATE(2222), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -165113,73 +165118,73 @@ static const uint16_t ts_small_parse_table[] = { [47114] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2874), 1, - anon_sym_LBRACK, - ACTIONS(2876), 1, - anon_sym_LPAREN, - ACTIONS(2878), 1, + ACTIONS(946), 1, anon_sym_DOLLAR, - ACTIONS(2880), 1, + ACTIONS(948), 1, anon_sym_DASH, - ACTIONS(2882), 1, - anon_sym_LBRACE, - ACTIONS(2884), 1, - anon_sym_not, - ACTIONS(2888), 1, + ACTIONS(954), 1, anon_sym_DOT_DOT, - ACTIONS(2894), 1, + ACTIONS(960), 1, aux_sym_val_number_token1, - ACTIONS(2900), 1, + ACTIONS(2852), 1, + anon_sym_LBRACK, + ACTIONS(2854), 1, + anon_sym_LPAREN, + ACTIONS(2856), 1, + anon_sym_LBRACE, + ACTIONS(2858), 1, + anon_sym_not, + ACTIONS(2868), 1, anon_sym_DQUOTE, - ACTIONS(2904), 1, + ACTIONS(2872), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2906), 1, + ACTIONS(2874), 1, anon_sym_DOLLAR_DQUOTE, - STATE(4), 1, + STATE(7), 1, sym_val_number, - STATE(147), 1, + STATE(187), 1, sym__var, - STATE(265), 1, + STATE(305), 1, + sym__inter_single_quotes, + STATE(309), 1, sym__str_double_quotes, - STATE(269), 1, + STATE(330), 1, + sym_expr_parenthesized, + STATE(331), 1, sym__inter_double_quotes, - STATE(275), 1, + STATE(386), 1, sym__expression, - STATE(285), 1, - sym__inter_single_quotes, - STATE(293), 1, - sym_expr_parenthesized, STATE(1438), 1, sym_comment, - ACTIONS(2886), 2, + ACTIONS(2860), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2890), 2, + ACTIONS(2862), 2, sym_val_nothing, sym_val_date, - ACTIONS(2892), 2, + ACTIONS(2864), 2, anon_sym_true, anon_sym_false, - ACTIONS(2902), 2, + ACTIONS(2870), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2898), 3, + ACTIONS(962), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(294), 4, + STATE(319), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2896), 6, + ACTIONS(2866), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(304), 11, + STATE(337), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -165194,73 +165199,73 @@ static const uint16_t ts_small_parse_table[] = { [47223] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2874), 1, - anon_sym_LBRACK, - ACTIONS(2876), 1, + ACTIONS(2184), 1, anon_sym_LPAREN, - ACTIONS(2878), 1, + ACTIONS(2186), 1, + aux_sym_val_number_token1, + ACTIONS(2702), 1, + anon_sym_LBRACK, + ACTIONS(2704), 1, anon_sym_DOLLAR, - ACTIONS(2880), 1, + ACTIONS(2706), 1, anon_sym_DASH, - ACTIONS(2882), 1, - anon_sym_LBRACE, - ACTIONS(2884), 1, + ACTIONS(2710), 1, anon_sym_not, - ACTIONS(2888), 1, + ACTIONS(2714), 1, anon_sym_DOT_DOT, - ACTIONS(2894), 1, - aux_sym_val_number_token1, - ACTIONS(2900), 1, + ACTIONS(2722), 1, anon_sym_DQUOTE, - ACTIONS(2904), 1, + ACTIONS(2726), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2906), 1, + ACTIONS(2728), 1, anon_sym_DOLLAR_DQUOTE, - STATE(4), 1, + ACTIONS(2876), 1, + anon_sym_LBRACE, + STATE(14), 1, sym_val_number, - STATE(147), 1, + STATE(1023), 1, sym__var, - STATE(265), 1, - sym__str_double_quotes, - STATE(269), 1, - sym__inter_double_quotes, - STATE(274), 1, + STATE(1121), 1, + sym_expr_parenthesized, + STATE(1123), 1, sym__expression, - STATE(285), 1, + STATE(1161), 1, + sym__inter_double_quotes, + STATE(1162), 1, sym__inter_single_quotes, - STATE(293), 1, - sym_expr_parenthesized, + STATE(1180), 1, + sym__str_double_quotes, STATE(1439), 1, sym_comment, - ACTIONS(2886), 2, + ACTIONS(2712), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2890), 2, + ACTIONS(2716), 2, sym_val_nothing, sym_val_date, - ACTIONS(2892), 2, + ACTIONS(2718), 2, anon_sym_true, anon_sym_false, - ACTIONS(2902), 2, + ACTIONS(2724), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2898), 3, + ACTIONS(2720), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(294), 4, + STATE(1120), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2896), 6, + ACTIONS(2188), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(304), 11, + STATE(1200), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -165275,73 +165280,73 @@ static const uint16_t ts_small_parse_table[] = { [47332] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2874), 1, - anon_sym_LBRACK, - ACTIONS(2876), 1, + ACTIONS(2184), 1, anon_sym_LPAREN, - ACTIONS(2878), 1, + ACTIONS(2186), 1, + aux_sym_val_number_token1, + ACTIONS(2702), 1, + anon_sym_LBRACK, + ACTIONS(2704), 1, anon_sym_DOLLAR, - ACTIONS(2880), 1, + ACTIONS(2706), 1, anon_sym_DASH, - ACTIONS(2882), 1, - anon_sym_LBRACE, - ACTIONS(2884), 1, + ACTIONS(2710), 1, anon_sym_not, - ACTIONS(2888), 1, + ACTIONS(2714), 1, anon_sym_DOT_DOT, - ACTIONS(2894), 1, - aux_sym_val_number_token1, - ACTIONS(2900), 1, + ACTIONS(2722), 1, anon_sym_DQUOTE, - ACTIONS(2904), 1, + ACTIONS(2726), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2906), 1, + ACTIONS(2728), 1, anon_sym_DOLLAR_DQUOTE, - STATE(4), 1, + ACTIONS(2876), 1, + anon_sym_LBRACE, + STATE(14), 1, sym_val_number, - STATE(147), 1, + STATE(1023), 1, sym__var, - STATE(265), 1, - sym__str_double_quotes, - STATE(269), 1, - sym__inter_double_quotes, - STATE(272), 1, + STATE(1121), 1, + sym_expr_parenthesized, + STATE(1124), 1, sym__expression, - STATE(285), 1, + STATE(1161), 1, + sym__inter_double_quotes, + STATE(1162), 1, sym__inter_single_quotes, - STATE(293), 1, - sym_expr_parenthesized, + STATE(1180), 1, + sym__str_double_quotes, STATE(1440), 1, sym_comment, - ACTIONS(2886), 2, + ACTIONS(2712), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2890), 2, + ACTIONS(2716), 2, sym_val_nothing, sym_val_date, - ACTIONS(2892), 2, + ACTIONS(2718), 2, anon_sym_true, anon_sym_false, - ACTIONS(2902), 2, + ACTIONS(2724), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2898), 3, + ACTIONS(2720), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(294), 4, + STATE(1120), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2896), 6, + ACTIONS(2188), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(304), 11, + STATE(1200), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -165356,73 +165361,73 @@ static const uint16_t ts_small_parse_table[] = { [47441] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2874), 1, - anon_sym_LBRACK, - ACTIONS(2876), 1, + ACTIONS(2184), 1, anon_sym_LPAREN, - ACTIONS(2878), 1, + ACTIONS(2186), 1, + aux_sym_val_number_token1, + ACTIONS(2702), 1, + anon_sym_LBRACK, + ACTIONS(2704), 1, anon_sym_DOLLAR, - ACTIONS(2880), 1, + ACTIONS(2706), 1, anon_sym_DASH, - ACTIONS(2882), 1, - anon_sym_LBRACE, - ACTIONS(2884), 1, + ACTIONS(2710), 1, anon_sym_not, - ACTIONS(2888), 1, + ACTIONS(2714), 1, anon_sym_DOT_DOT, - ACTIONS(2894), 1, - aux_sym_val_number_token1, - ACTIONS(2900), 1, + ACTIONS(2722), 1, anon_sym_DQUOTE, - ACTIONS(2904), 1, + ACTIONS(2726), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2906), 1, + ACTIONS(2728), 1, anon_sym_DOLLAR_DQUOTE, - STATE(4), 1, + ACTIONS(2876), 1, + anon_sym_LBRACE, + STATE(14), 1, sym_val_number, - STATE(147), 1, + STATE(1023), 1, sym__var, - STATE(265), 1, - sym__str_double_quotes, - STATE(269), 1, - sym__inter_double_quotes, - STATE(271), 1, + STATE(1121), 1, + sym_expr_parenthesized, + STATE(1125), 1, sym__expression, - STATE(285), 1, + STATE(1161), 1, + sym__inter_double_quotes, + STATE(1162), 1, sym__inter_single_quotes, - STATE(293), 1, - sym_expr_parenthesized, + STATE(1180), 1, + sym__str_double_quotes, STATE(1441), 1, sym_comment, - ACTIONS(2886), 2, + ACTIONS(2712), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2890), 2, + ACTIONS(2716), 2, sym_val_nothing, sym_val_date, - ACTIONS(2892), 2, + ACTIONS(2718), 2, anon_sym_true, anon_sym_false, - ACTIONS(2902), 2, + ACTIONS(2724), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2898), 3, + ACTIONS(2720), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(294), 4, + STATE(1120), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2896), 6, + ACTIONS(2188), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(304), 11, + STATE(1200), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -165437,73 +165442,73 @@ static const uint16_t ts_small_parse_table[] = { [47550] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2874), 1, - anon_sym_LBRACK, - ACTIONS(2876), 1, + ACTIONS(2184), 1, anon_sym_LPAREN, - ACTIONS(2878), 1, + ACTIONS(2186), 1, + aux_sym_val_number_token1, + ACTIONS(2702), 1, + anon_sym_LBRACK, + ACTIONS(2704), 1, anon_sym_DOLLAR, - ACTIONS(2880), 1, + ACTIONS(2706), 1, anon_sym_DASH, - ACTIONS(2882), 1, - anon_sym_LBRACE, - ACTIONS(2884), 1, + ACTIONS(2710), 1, anon_sym_not, - ACTIONS(2888), 1, + ACTIONS(2714), 1, anon_sym_DOT_DOT, - ACTIONS(2894), 1, - aux_sym_val_number_token1, - ACTIONS(2900), 1, + ACTIONS(2722), 1, anon_sym_DQUOTE, - ACTIONS(2904), 1, + ACTIONS(2726), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2906), 1, + ACTIONS(2728), 1, anon_sym_DOLLAR_DQUOTE, - STATE(4), 1, + ACTIONS(2876), 1, + anon_sym_LBRACE, + STATE(14), 1, sym_val_number, - STATE(147), 1, + STATE(1023), 1, sym__var, - STATE(265), 1, - sym__str_double_quotes, - STATE(269), 1, - sym__inter_double_quotes, - STATE(270), 1, + STATE(1121), 1, + sym_expr_parenthesized, + STATE(1126), 1, sym__expression, - STATE(285), 1, + STATE(1161), 1, + sym__inter_double_quotes, + STATE(1162), 1, sym__inter_single_quotes, - STATE(293), 1, - sym_expr_parenthesized, + STATE(1180), 1, + sym__str_double_quotes, STATE(1442), 1, sym_comment, - ACTIONS(2886), 2, + ACTIONS(2712), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2890), 2, + ACTIONS(2716), 2, sym_val_nothing, sym_val_date, - ACTIONS(2892), 2, + ACTIONS(2718), 2, anon_sym_true, anon_sym_false, - ACTIONS(2902), 2, + ACTIONS(2724), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2898), 3, + ACTIONS(2720), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(294), 4, + STATE(1120), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2896), 6, + ACTIONS(2188), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(304), 11, + STATE(1200), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -165518,73 +165523,73 @@ static const uint16_t ts_small_parse_table[] = { [47659] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2308), 1, + ACTIONS(2350), 1, anon_sym_LPAREN, - ACTIONS(2310), 1, + ACTIONS(2352), 1, anon_sym_DOLLAR, - ACTIONS(2312), 1, + ACTIONS(2354), 1, anon_sym_DASH, - ACTIONS(2314), 1, + ACTIONS(2356), 1, anon_sym_LBRACE, - ACTIONS(2320), 1, + ACTIONS(2362), 1, anon_sym_not, - ACTIONS(2324), 1, + ACTIONS(2366), 1, anon_sym_DOT_DOT, - ACTIONS(2330), 1, + ACTIONS(2372), 1, aux_sym_val_number_token1, - ACTIONS(2336), 1, + ACTIONS(2378), 1, anon_sym_DQUOTE, - ACTIONS(2340), 1, + ACTIONS(2382), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2342), 1, + ACTIONS(2384), 1, anon_sym_DOLLAR_DQUOTE, ACTIONS(2730), 1, anon_sym_LBRACK, - STATE(120), 1, + STATE(124), 1, sym_val_number, STATE(1443), 1, sym_comment, - STATE(1921), 1, - sym__var, STATE(1963), 1, sym_expr_parenthesized, - STATE(2195), 1, + STATE(1981), 1, + sym__var, + STATE(2201), 1, sym__inter_double_quotes, - STATE(2196), 1, + STATE(2211), 1, sym__inter_single_quotes, - STATE(2248), 1, - sym__str_double_quotes, - STATE(2645), 1, + STATE(2223), 1, sym__expression, - ACTIONS(2322), 2, + STATE(2251), 1, + sym__str_double_quotes, + ACTIONS(2364), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2326), 2, + ACTIONS(2368), 2, sym_val_nothing, sym_val_date, - ACTIONS(2328), 2, + ACTIONS(2370), 2, anon_sym_true, anon_sym_false, - ACTIONS(2338), 2, + ACTIONS(2380), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2334), 3, + ACTIONS(2376), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2227), 4, + STATE(2172), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2332), 6, + ACTIONS(2374), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2199), 11, + STATE(2222), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -165599,73 +165604,73 @@ static const uint16_t ts_small_parse_table[] = { [47768] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2874), 1, - anon_sym_LBRACK, - ACTIONS(2876), 1, + ACTIONS(2184), 1, anon_sym_LPAREN, - ACTIONS(2878), 1, + ACTIONS(2186), 1, + aux_sym_val_number_token1, + ACTIONS(2702), 1, + anon_sym_LBRACK, + ACTIONS(2704), 1, anon_sym_DOLLAR, - ACTIONS(2880), 1, + ACTIONS(2706), 1, anon_sym_DASH, - ACTIONS(2882), 1, - anon_sym_LBRACE, - ACTIONS(2884), 1, + ACTIONS(2710), 1, anon_sym_not, - ACTIONS(2888), 1, + ACTIONS(2714), 1, anon_sym_DOT_DOT, - ACTIONS(2894), 1, - aux_sym_val_number_token1, - ACTIONS(2900), 1, + ACTIONS(2722), 1, anon_sym_DQUOTE, - ACTIONS(2904), 1, + ACTIONS(2726), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2906), 1, + ACTIONS(2728), 1, anon_sym_DOLLAR_DQUOTE, - STATE(4), 1, + ACTIONS(2876), 1, + anon_sym_LBRACE, + STATE(14), 1, sym_val_number, - STATE(147), 1, + STATE(1023), 1, sym__var, - STATE(265), 1, - sym__str_double_quotes, - STATE(267), 1, + STATE(1121), 1, + sym_expr_parenthesized, + STATE(1127), 1, sym__expression, - STATE(269), 1, + STATE(1161), 1, sym__inter_double_quotes, - STATE(285), 1, + STATE(1162), 1, sym__inter_single_quotes, - STATE(293), 1, - sym_expr_parenthesized, + STATE(1180), 1, + sym__str_double_quotes, STATE(1444), 1, sym_comment, - ACTIONS(2886), 2, + ACTIONS(2712), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2890), 2, + ACTIONS(2716), 2, sym_val_nothing, sym_val_date, - ACTIONS(2892), 2, + ACTIONS(2718), 2, anon_sym_true, anon_sym_false, - ACTIONS(2902), 2, + ACTIONS(2724), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2898), 3, + ACTIONS(2720), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(294), 4, + STATE(1120), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2896), 6, + ACTIONS(2188), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(304), 11, + STATE(1200), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -165680,73 +165685,73 @@ static const uint16_t ts_small_parse_table[] = { [47877] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2874), 1, - anon_sym_LBRACK, - ACTIONS(2876), 1, + ACTIONS(2184), 1, anon_sym_LPAREN, - ACTIONS(2878), 1, + ACTIONS(2186), 1, + aux_sym_val_number_token1, + ACTIONS(2702), 1, + anon_sym_LBRACK, + ACTIONS(2704), 1, anon_sym_DOLLAR, - ACTIONS(2880), 1, + ACTIONS(2706), 1, anon_sym_DASH, - ACTIONS(2882), 1, - anon_sym_LBRACE, - ACTIONS(2884), 1, + ACTIONS(2710), 1, anon_sym_not, - ACTIONS(2888), 1, + ACTIONS(2714), 1, anon_sym_DOT_DOT, - ACTIONS(2894), 1, - aux_sym_val_number_token1, - ACTIONS(2900), 1, + ACTIONS(2722), 1, anon_sym_DQUOTE, - ACTIONS(2904), 1, + ACTIONS(2726), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2906), 1, + ACTIONS(2728), 1, anon_sym_DOLLAR_DQUOTE, - STATE(4), 1, + ACTIONS(2876), 1, + anon_sym_LBRACE, + STATE(14), 1, sym_val_number, - STATE(147), 1, + STATE(1023), 1, sym__var, - STATE(264), 1, + STATE(1121), 1, + sym_expr_parenthesized, + STATE(1128), 1, sym__expression, - STATE(265), 1, - sym__str_double_quotes, - STATE(269), 1, + STATE(1161), 1, sym__inter_double_quotes, - STATE(285), 1, + STATE(1162), 1, sym__inter_single_quotes, - STATE(293), 1, - sym_expr_parenthesized, + STATE(1180), 1, + sym__str_double_quotes, STATE(1445), 1, sym_comment, - ACTIONS(2886), 2, + ACTIONS(2712), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2890), 2, + ACTIONS(2716), 2, sym_val_nothing, sym_val_date, - ACTIONS(2892), 2, + ACTIONS(2718), 2, anon_sym_true, anon_sym_false, - ACTIONS(2902), 2, + ACTIONS(2724), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2898), 3, + ACTIONS(2720), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(294), 4, + STATE(1120), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2896), 6, + ACTIONS(2188), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(304), 11, + STATE(1200), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -165761,73 +165766,73 @@ static const uint16_t ts_small_parse_table[] = { [47986] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, - anon_sym_LPAREN, - ACTIONS(2527), 1, - anon_sym_LBRACK, - ACTIONS(2531), 1, + ACTIONS(982), 1, anon_sym_DOLLAR, - ACTIONS(2533), 1, + ACTIONS(984), 1, anon_sym_DASH, - ACTIONS(2535), 1, - anon_sym_LBRACE, - ACTIONS(2541), 1, + ACTIONS(990), 1, anon_sym_DOT_DOT, - ACTIONS(2547), 1, + ACTIONS(996), 1, aux_sym_val_number_token1, - ACTIONS(2555), 1, + ACTIONS(2878), 1, + anon_sym_LBRACK, + ACTIONS(2880), 1, + anon_sym_LPAREN, + ACTIONS(2882), 1, + anon_sym_LBRACE, + ACTIONS(2884), 1, + anon_sym_not, + ACTIONS(2894), 1, anon_sym_DQUOTE, - ACTIONS(2559), 1, + ACTIONS(2898), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2561), 1, + ACTIONS(2900), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2870), 1, - anon_sym_not, - STATE(17), 1, + STATE(9), 1, sym_val_number, - STATE(1012), 1, + STATE(233), 1, sym__var, - STATE(1029), 1, - sym__str_double_quotes, - STATE(1119), 1, - sym__expression, - STATE(1132), 1, + STATE(377), 1, + sym__inter_double_quotes, + STATE(391), 1, sym_expr_parenthesized, - STATE(1156), 1, + STATE(419), 1, + sym__str_double_quotes, + STATE(420), 1, sym__inter_single_quotes, - STATE(1157), 1, - sym__inter_double_quotes, + STATE(431), 1, + sym__expression, STATE(1446), 1, sym_comment, - ACTIONS(2539), 2, + ACTIONS(2886), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2553), 2, + ACTIONS(2888), 2, sym_val_nothing, sym_val_date, - ACTIONS(2557), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2872), 2, + ACTIONS(2890), 2, anon_sym_true, anon_sym_false, - ACTIONS(2551), 3, + ACTIONS(2896), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(998), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1133), 4, + STATE(390), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2549), 6, + ACTIONS(2892), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1154), 11, + STATE(417), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -165842,73 +165847,73 @@ static const uint16_t ts_small_parse_table[] = { [48095] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1399), 1, - anon_sym_DOLLAR, - ACTIONS(1401), 1, - anon_sym_DASH, - ACTIONS(1407), 1, - anon_sym_DOT_DOT, - ACTIONS(1413), 1, + ACTIONS(2184), 1, + anon_sym_LPAREN, + ACTIONS(2186), 1, aux_sym_val_number_token1, - ACTIONS(2908), 1, + ACTIONS(2702), 1, anon_sym_LBRACK, - ACTIONS(2910), 1, - anon_sym_LPAREN, - ACTIONS(2912), 1, - anon_sym_LBRACE, - ACTIONS(2914), 1, + ACTIONS(2704), 1, + anon_sym_DOLLAR, + ACTIONS(2706), 1, + anon_sym_DASH, + ACTIONS(2710), 1, anon_sym_not, - ACTIONS(2924), 1, + ACTIONS(2714), 1, + anon_sym_DOT_DOT, + ACTIONS(2722), 1, anon_sym_DQUOTE, - ACTIONS(2928), 1, + ACTIONS(2726), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2930), 1, + ACTIONS(2728), 1, anon_sym_DOLLAR_DQUOTE, - STATE(10), 1, + ACTIONS(2876), 1, + anon_sym_LBRACE, + STATE(14), 1, sym_val_number, - STATE(454), 1, + STATE(1023), 1, sym__var, - STATE(502), 1, - sym__inter_double_quotes, - STATE(513), 1, - sym__expression, - STATE(517), 1, + STATE(1121), 1, sym_expr_parenthesized, - STATE(524), 1, + STATE(1149), 1, + sym__expression, + STATE(1161), 1, + sym__inter_double_quotes, + STATE(1162), 1, sym__inter_single_quotes, - STATE(539), 1, + STATE(1180), 1, sym__str_double_quotes, STATE(1447), 1, sym_comment, - ACTIONS(2916), 2, + ACTIONS(2712), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2918), 2, + ACTIONS(2716), 2, sym_val_nothing, sym_val_date, - ACTIONS(2920), 2, + ACTIONS(2718), 2, anon_sym_true, anon_sym_false, - ACTIONS(2926), 2, + ACTIONS(2724), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1415), 3, + ACTIONS(2720), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(518), 4, + STATE(1120), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2922), 6, + ACTIONS(2188), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(516), 11, + STATE(1200), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -165921,75 +165926,75 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [48204] = 28, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2180), 1, - anon_sym_LPAREN, - ACTIONS(2527), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(2531), 1, - anon_sym_DOLLAR, - ACTIONS(2533), 1, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(2535), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(2541), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(2547), 1, + ACTIONS(85), 1, aux_sym_val_number_token1, - ACTIONS(2555), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(2559), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2561), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2870), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, + anon_sym_DOLLAR, + ACTIONS(2902), 1, anon_sym_not, - STATE(17), 1, + STATE(127), 1, sym_val_number, - STATE(1012), 1, + STATE(1448), 1, + sym_comment, + STATE(2115), 1, + sym_expr_parenthesized, + STATE(2159), 1, sym__var, - STATE(1029), 1, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, sym__str_double_quotes, - STATE(1118), 1, + STATE(2521), 1, sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, - sym__inter_double_quotes, - STATE(1448), 1, - sym_comment, - ACTIONS(2539), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2553), 2, + ACTIONS(91), 2, sym_val_nothing, sym_val_date, - ACTIONS(2557), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2872), 2, + ACTIONS(2904), 2, anon_sym_true, anon_sym_false, - ACTIONS(2551), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1133), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2549), 6, + ACTIONS(87), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1154), 11, + STATE(2516), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -166002,75 +166007,75 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [48313] = 28, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2487), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(2489), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(2491), 1, - anon_sym_DOLLAR, - ACTIONS(2495), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(2497), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(2499), 1, - anon_sym_not, - ACTIONS(2503), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(2509), 1, + ACTIONS(85), 1, aux_sym_val_number_token1, - ACTIONS(2515), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(2519), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2521), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - STATE(129), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, + anon_sym_DOLLAR, + ACTIONS(2902), 1, + anon_sym_not, + STATE(127), 1, sym_val_number, STATE(1449), 1, sym_comment, - STATE(2174), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2180), 1, + STATE(2159), 1, sym__var, - STATE(2201), 1, - sym__expression, - STATE(2589), 1, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2592), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2619), 1, + STATE(2512), 1, sym__str_double_quotes, - ACTIONS(2501), 2, + STATE(2522), 1, + sym__expression, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2505), 2, + ACTIONS(91), 2, sym_val_nothing, sym_val_date, - ACTIONS(2507), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2517), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2513), 3, + ACTIONS(2904), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2511), 6, + ACTIONS(87), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2606), 11, + STATE(2516), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -166085,73 +166090,73 @@ static const uint16_t ts_small_parse_table[] = { [48422] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1543), 1, + ACTIONS(2350), 1, + anon_sym_LPAREN, + ACTIONS(2352), 1, anon_sym_DOLLAR, - ACTIONS(1545), 1, + ACTIONS(2354), 1, anon_sym_DASH, - ACTIONS(1551), 1, - anon_sym_DOT_DOT, - ACTIONS(1557), 1, - aux_sym_val_number_token1, - ACTIONS(2846), 1, - anon_sym_LBRACK, - ACTIONS(2848), 1, - anon_sym_LPAREN, - ACTIONS(2850), 1, + ACTIONS(2356), 1, anon_sym_LBRACE, - ACTIONS(2852), 1, + ACTIONS(2362), 1, anon_sym_not, - ACTIONS(2862), 1, + ACTIONS(2366), 1, + anon_sym_DOT_DOT, + ACTIONS(2372), 1, + aux_sym_val_number_token1, + ACTIONS(2378), 1, anon_sym_DQUOTE, - ACTIONS(2866), 1, + ACTIONS(2382), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2868), 1, + ACTIONS(2384), 1, anon_sym_DOLLAR_DQUOTE, - STATE(13), 1, + ACTIONS(2730), 1, + anon_sym_LBRACK, + STATE(124), 1, sym_val_number, - STATE(469), 1, - sym__var, - STATE(575), 1, + STATE(1450), 1, + sym_comment, + STATE(1963), 1, sym_expr_parenthesized, - STATE(592), 1, + STATE(1981), 1, + sym__var, + STATE(2201), 1, sym__inter_double_quotes, - STATE(593), 1, + STATE(2211), 1, sym__inter_single_quotes, - STATE(595), 1, - sym__str_double_quotes, - STATE(615), 1, + STATE(2226), 1, sym__expression, - STATE(1450), 1, - sym_comment, - ACTIONS(2854), 2, + STATE(2251), 1, + sym__str_double_quotes, + ACTIONS(2364), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2856), 2, + ACTIONS(2368), 2, sym_val_nothing, sym_val_date, - ACTIONS(2858), 2, + ACTIONS(2370), 2, anon_sym_true, anon_sym_false, - ACTIONS(2864), 2, + ACTIONS(2380), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1559), 3, + ACTIONS(2376), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(577), 4, + STATE(2172), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2860), 6, + ACTIONS(2374), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(599), 11, + STATE(2222), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -166166,73 +166171,73 @@ static const uint16_t ts_small_parse_table[] = { [48531] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1399), 1, + ACTIONS(2208), 1, anon_sym_DOLLAR, - ACTIONS(1401), 1, + ACTIONS(2212), 1, anon_sym_DASH, - ACTIONS(1407), 1, + ACTIONS(2218), 1, anon_sym_DOT_DOT, - ACTIONS(1413), 1, + ACTIONS(2224), 1, aux_sym_val_number_token1, - ACTIONS(2908), 1, + ACTIONS(2790), 1, anon_sym_LBRACK, - ACTIONS(2910), 1, + ACTIONS(2792), 1, anon_sym_LPAREN, - ACTIONS(2912), 1, + ACTIONS(2794), 1, anon_sym_LBRACE, - ACTIONS(2914), 1, + ACTIONS(2796), 1, anon_sym_not, - ACTIONS(2924), 1, + ACTIONS(2806), 1, anon_sym_DQUOTE, - ACTIONS(2928), 1, + ACTIONS(2810), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2930), 1, + ACTIONS(2812), 1, anon_sym_DOLLAR_DQUOTE, - STATE(10), 1, + STATE(117), 1, sym_val_number, - STATE(454), 1, - sym__var, - STATE(502), 1, - sym__inter_double_quotes, - STATE(517), 1, + STATE(1451), 1, + sym_comment, + STATE(1879), 1, sym_expr_parenthesized, - STATE(524), 1, - sym__inter_single_quotes, - STATE(539), 1, + STATE(1895), 1, + sym__var, + STATE(2091), 1, sym__str_double_quotes, - STATE(543), 1, + STATE(2099), 1, sym__expression, - STATE(1451), 1, - sym_comment, - ACTIONS(2916), 2, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, + sym__inter_double_quotes, + ACTIONS(2798), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2918), 2, + ACTIONS(2800), 2, sym_val_nothing, sym_val_date, - ACTIONS(2920), 2, + ACTIONS(2802), 2, anon_sym_true, anon_sym_false, - ACTIONS(2926), 2, + ACTIONS(2808), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1415), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(518), 4, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2922), 6, + ACTIONS(2804), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(516), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -166247,73 +166252,73 @@ static const uint16_t ts_small_parse_table[] = { [48640] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1399), 1, + ACTIONS(2208), 1, anon_sym_DOLLAR, - ACTIONS(1401), 1, + ACTIONS(2212), 1, anon_sym_DASH, - ACTIONS(1407), 1, + ACTIONS(2218), 1, anon_sym_DOT_DOT, - ACTIONS(1413), 1, + ACTIONS(2224), 1, aux_sym_val_number_token1, - ACTIONS(2908), 1, + ACTIONS(2790), 1, anon_sym_LBRACK, - ACTIONS(2910), 1, + ACTIONS(2792), 1, anon_sym_LPAREN, - ACTIONS(2912), 1, + ACTIONS(2794), 1, anon_sym_LBRACE, - ACTIONS(2914), 1, + ACTIONS(2796), 1, anon_sym_not, - ACTIONS(2924), 1, + ACTIONS(2806), 1, anon_sym_DQUOTE, - ACTIONS(2928), 1, + ACTIONS(2810), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2930), 1, + ACTIONS(2812), 1, anon_sym_DOLLAR_DQUOTE, - STATE(10), 1, + STATE(117), 1, sym_val_number, - STATE(454), 1, - sym__var, - STATE(502), 1, - sym__inter_double_quotes, - STATE(517), 1, - sym_expr_parenthesized, - STATE(524), 1, - sym__inter_single_quotes, - STATE(536), 1, - sym__expression, - STATE(539), 1, - sym__str_double_quotes, STATE(1452), 1, sym_comment, - ACTIONS(2916), 2, + STATE(1879), 1, + sym_expr_parenthesized, + STATE(1895), 1, + sym__var, + STATE(2091), 1, + sym__str_double_quotes, + STATE(2100), 1, + sym__expression, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, + sym__inter_double_quotes, + ACTIONS(2798), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2918), 2, + ACTIONS(2800), 2, sym_val_nothing, sym_val_date, - ACTIONS(2920), 2, + ACTIONS(2802), 2, anon_sym_true, anon_sym_false, - ACTIONS(2926), 2, + ACTIONS(2808), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1415), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(518), 4, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2922), 6, + ACTIONS(2804), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(516), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -166328,73 +166333,73 @@ static const uint16_t ts_small_parse_table[] = { [48749] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1399), 1, + ACTIONS(2208), 1, anon_sym_DOLLAR, - ACTIONS(1401), 1, + ACTIONS(2212), 1, anon_sym_DASH, - ACTIONS(1407), 1, + ACTIONS(2218), 1, anon_sym_DOT_DOT, - ACTIONS(1413), 1, + ACTIONS(2224), 1, aux_sym_val_number_token1, - ACTIONS(2908), 1, + ACTIONS(2790), 1, anon_sym_LBRACK, - ACTIONS(2910), 1, + ACTIONS(2792), 1, anon_sym_LPAREN, - ACTIONS(2912), 1, + ACTIONS(2794), 1, anon_sym_LBRACE, - ACTIONS(2914), 1, + ACTIONS(2796), 1, anon_sym_not, - ACTIONS(2924), 1, + ACTIONS(2806), 1, anon_sym_DQUOTE, - ACTIONS(2928), 1, + ACTIONS(2810), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2930), 1, + ACTIONS(2812), 1, anon_sym_DOLLAR_DQUOTE, - STATE(10), 1, + STATE(117), 1, sym_val_number, - STATE(454), 1, - sym__var, - STATE(502), 1, - sym__inter_double_quotes, - STATE(517), 1, - sym_expr_parenthesized, - STATE(524), 1, - sym__inter_single_quotes, - STATE(530), 1, - sym__expression, - STATE(539), 1, - sym__str_double_quotes, STATE(1453), 1, sym_comment, - ACTIONS(2916), 2, + STATE(1879), 1, + sym_expr_parenthesized, + STATE(1895), 1, + sym__var, + STATE(2091), 1, + sym__str_double_quotes, + STATE(2101), 1, + sym__expression, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, + sym__inter_double_quotes, + ACTIONS(2798), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2918), 2, + ACTIONS(2800), 2, sym_val_nothing, sym_val_date, - ACTIONS(2920), 2, + ACTIONS(2802), 2, anon_sym_true, anon_sym_false, - ACTIONS(2926), 2, + ACTIONS(2808), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1415), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(518), 4, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2922), 6, + ACTIONS(2804), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(516), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -166407,75 +166412,75 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [48858] = 28, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1399), 1, - anon_sym_DOLLAR, - ACTIONS(1401), 1, - anon_sym_DASH, - ACTIONS(1407), 1, - anon_sym_DOT_DOT, - ACTIONS(1413), 1, - aux_sym_val_number_token1, - ACTIONS(2908), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(2910), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(2912), 1, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(2914), 1, - anon_sym_not, - ACTIONS(2924), 1, + ACTIONS(79), 1, + anon_sym_DOT_DOT, + ACTIONS(85), 1, + aux_sym_val_number_token1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(2928), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2930), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - STATE(10), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, + anon_sym_DOLLAR, + ACTIONS(2902), 1, + anon_sym_not, + STATE(127), 1, sym_val_number, - STATE(454), 1, + STATE(1454), 1, + sym_comment, + STATE(2115), 1, + sym_expr_parenthesized, + STATE(2159), 1, sym__var, - STATE(502), 1, + STATE(2490), 1, sym__inter_double_quotes, - STATE(503), 1, - sym__expression, - STATE(517), 1, - sym_expr_parenthesized, - STATE(524), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(539), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(1454), 1, - sym_comment, - ACTIONS(2916), 2, + STATE(2523), 1, + sym__expression, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2918), 2, + ACTIONS(91), 2, sym_val_nothing, sym_val_date, - ACTIONS(2920), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2926), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1415), 3, + ACTIONS(2904), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(518), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2922), 6, + ACTIONS(87), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(516), 11, + STATE(2516), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -166488,75 +166493,75 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [48967] = 28, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1399), 1, - anon_sym_DOLLAR, - ACTIONS(1401), 1, - anon_sym_DASH, - ACTIONS(1407), 1, - anon_sym_DOT_DOT, - ACTIONS(1413), 1, - aux_sym_val_number_token1, - ACTIONS(2908), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(2910), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(2912), 1, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(2914), 1, - anon_sym_not, - ACTIONS(2924), 1, + ACTIONS(79), 1, + anon_sym_DOT_DOT, + ACTIONS(85), 1, + aux_sym_val_number_token1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(2928), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2930), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - STATE(10), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, + anon_sym_DOLLAR, + ACTIONS(2902), 1, + anon_sym_not, + STATE(127), 1, sym_val_number, - STATE(454), 1, + STATE(1455), 1, + sym_comment, + STATE(2115), 1, + sym_expr_parenthesized, + STATE(2159), 1, sym__var, - STATE(502), 1, + STATE(2490), 1, sym__inter_double_quotes, - STATE(504), 1, - sym__expression, - STATE(517), 1, - sym_expr_parenthesized, - STATE(524), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(539), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(1455), 1, - sym_comment, - ACTIONS(2916), 2, + STATE(2526), 1, + sym__expression, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2918), 2, + ACTIONS(91), 2, sym_val_nothing, sym_val_date, - ACTIONS(2920), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2926), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1415), 3, + ACTIONS(2904), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(518), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2922), 6, + ACTIONS(87), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(516), 11, + STATE(2516), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -166571,73 +166576,73 @@ static const uint16_t ts_small_parse_table[] = { [49076] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1543), 1, + ACTIONS(2208), 1, anon_sym_DOLLAR, - ACTIONS(1545), 1, + ACTIONS(2212), 1, anon_sym_DASH, - ACTIONS(1551), 1, + ACTIONS(2218), 1, anon_sym_DOT_DOT, - ACTIONS(1557), 1, + ACTIONS(2224), 1, aux_sym_val_number_token1, - ACTIONS(2846), 1, + ACTIONS(2790), 1, anon_sym_LBRACK, - ACTIONS(2848), 1, + ACTIONS(2792), 1, anon_sym_LPAREN, - ACTIONS(2850), 1, + ACTIONS(2794), 1, anon_sym_LBRACE, - ACTIONS(2852), 1, + ACTIONS(2796), 1, anon_sym_not, - ACTIONS(2862), 1, + ACTIONS(2806), 1, anon_sym_DQUOTE, - ACTIONS(2866), 1, + ACTIONS(2810), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2868), 1, + ACTIONS(2812), 1, anon_sym_DOLLAR_DQUOTE, - STATE(13), 1, + STATE(117), 1, sym_val_number, - STATE(469), 1, - sym__var, - STATE(575), 1, + STATE(1456), 1, + sym_comment, + STATE(1879), 1, sym_expr_parenthesized, - STATE(592), 1, - sym__inter_double_quotes, - STATE(593), 1, - sym__inter_single_quotes, - STATE(595), 1, + STATE(1895), 1, + sym__var, + STATE(2091), 1, sym__str_double_quotes, - STATE(616), 1, + STATE(2102), 1, sym__expression, - STATE(1456), 1, - sym_comment, - ACTIONS(2854), 2, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, + sym__inter_double_quotes, + ACTIONS(2798), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2856), 2, + ACTIONS(2800), 2, sym_val_nothing, sym_val_date, - ACTIONS(2858), 2, + ACTIONS(2802), 2, anon_sym_true, anon_sym_false, - ACTIONS(2864), 2, + ACTIONS(2808), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1559), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(577), 4, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2860), 6, + ACTIONS(2804), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(599), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -166652,73 +166657,73 @@ static const uint16_t ts_small_parse_table[] = { [49185] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1399), 1, + ACTIONS(2350), 1, + anon_sym_LPAREN, + ACTIONS(2352), 1, anon_sym_DOLLAR, - ACTIONS(1401), 1, + ACTIONS(2354), 1, anon_sym_DASH, - ACTIONS(1407), 1, - anon_sym_DOT_DOT, - ACTIONS(1413), 1, - aux_sym_val_number_token1, - ACTIONS(2908), 1, - anon_sym_LBRACK, - ACTIONS(2910), 1, - anon_sym_LPAREN, - ACTIONS(2912), 1, + ACTIONS(2356), 1, anon_sym_LBRACE, - ACTIONS(2914), 1, + ACTIONS(2362), 1, anon_sym_not, - ACTIONS(2924), 1, + ACTIONS(2366), 1, + anon_sym_DOT_DOT, + ACTIONS(2372), 1, + aux_sym_val_number_token1, + ACTIONS(2378), 1, anon_sym_DQUOTE, - ACTIONS(2928), 1, + ACTIONS(2382), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2930), 1, + ACTIONS(2384), 1, anon_sym_DOLLAR_DQUOTE, - STATE(10), 1, + ACTIONS(2730), 1, + anon_sym_LBRACK, + STATE(124), 1, sym_val_number, - STATE(454), 1, + STATE(1457), 1, + sym_comment, + STATE(1963), 1, + sym_expr_parenthesized, + STATE(1981), 1, sym__var, - STATE(502), 1, + STATE(2201), 1, sym__inter_double_quotes, - STATE(505), 1, - sym__expression, - STATE(517), 1, - sym_expr_parenthesized, - STATE(524), 1, + STATE(2211), 1, sym__inter_single_quotes, - STATE(539), 1, + STATE(2227), 1, + sym__expression, + STATE(2251), 1, sym__str_double_quotes, - STATE(1457), 1, - sym_comment, - ACTIONS(2916), 2, + ACTIONS(2364), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2918), 2, + ACTIONS(2368), 2, sym_val_nothing, sym_val_date, - ACTIONS(2920), 2, + ACTIONS(2370), 2, anon_sym_true, anon_sym_false, - ACTIONS(2926), 2, + ACTIONS(2380), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1415), 3, + ACTIONS(2376), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(518), 4, + STATE(2172), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2922), 6, + ACTIONS(2374), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(516), 11, + STATE(2222), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -166733,73 +166738,73 @@ static const uint16_t ts_small_parse_table[] = { [49294] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1399), 1, + ACTIONS(2208), 1, anon_sym_DOLLAR, - ACTIONS(1401), 1, + ACTIONS(2212), 1, anon_sym_DASH, - ACTIONS(1407), 1, + ACTIONS(2218), 1, anon_sym_DOT_DOT, - ACTIONS(1413), 1, + ACTIONS(2224), 1, aux_sym_val_number_token1, - ACTIONS(2908), 1, + ACTIONS(2790), 1, anon_sym_LBRACK, - ACTIONS(2910), 1, + ACTIONS(2792), 1, anon_sym_LPAREN, - ACTIONS(2912), 1, + ACTIONS(2794), 1, anon_sym_LBRACE, - ACTIONS(2914), 1, + ACTIONS(2796), 1, anon_sym_not, - ACTIONS(2924), 1, + ACTIONS(2806), 1, anon_sym_DQUOTE, - ACTIONS(2928), 1, + ACTIONS(2810), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2930), 1, + ACTIONS(2812), 1, anon_sym_DOLLAR_DQUOTE, - STATE(10), 1, + STATE(117), 1, sym_val_number, - STATE(454), 1, + STATE(1458), 1, + sym_comment, + STATE(1879), 1, + sym_expr_parenthesized, + STATE(1895), 1, sym__var, - STATE(502), 1, - sym__inter_double_quotes, - STATE(506), 1, + STATE(2091), 1, + sym__str_double_quotes, + STATE(2104), 1, sym__expression, - STATE(517), 1, - sym_expr_parenthesized, - STATE(524), 1, + STATE(2109), 1, sym__inter_single_quotes, - STATE(539), 1, - sym__str_double_quotes, - STATE(1458), 1, - sym_comment, - ACTIONS(2916), 2, + STATE(2112), 1, + sym__inter_double_quotes, + ACTIONS(2798), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2918), 2, + ACTIONS(2800), 2, sym_val_nothing, sym_val_date, - ACTIONS(2920), 2, + ACTIONS(2802), 2, anon_sym_true, anon_sym_false, - ACTIONS(2926), 2, + ACTIONS(2808), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1415), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(518), 4, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2922), 6, + ACTIONS(2804), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(516), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -166814,73 +166819,73 @@ static const uint16_t ts_small_parse_table[] = { [49403] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1399), 1, + ACTIONS(2750), 1, + anon_sym_LBRACK, + ACTIONS(2752), 1, + anon_sym_LPAREN, + ACTIONS(2754), 1, anon_sym_DOLLAR, - ACTIONS(1401), 1, + ACTIONS(2756), 1, anon_sym_DASH, - ACTIONS(1407), 1, + ACTIONS(2758), 1, + anon_sym_LBRACE, + ACTIONS(2764), 1, anon_sym_DOT_DOT, - ACTIONS(1413), 1, + ACTIONS(2770), 1, aux_sym_val_number_token1, - ACTIONS(2908), 1, - anon_sym_LBRACK, - ACTIONS(2910), 1, - anon_sym_LPAREN, - ACTIONS(2912), 1, - anon_sym_LBRACE, - ACTIONS(2914), 1, - anon_sym_not, - ACTIONS(2924), 1, + ACTIONS(2778), 1, anon_sym_DQUOTE, - ACTIONS(2928), 1, + ACTIONS(2782), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2930), 1, + ACTIONS(2784), 1, anon_sym_DOLLAR_DQUOTE, - STATE(10), 1, + ACTIONS(2786), 1, + anon_sym_not, + STATE(123), 1, sym_val_number, - STATE(454), 1, - sym__var, - STATE(502), 1, - sym__inter_double_quotes, - STATE(507), 1, - sym__expression, - STATE(517), 1, + STATE(1459), 1, + sym_comment, + STATE(1927), 1, sym_expr_parenthesized, - STATE(524), 1, + STATE(1992), 1, + sym__var, + STATE(2169), 1, sym__inter_single_quotes, - STATE(539), 1, + STATE(2224), 1, sym__str_double_quotes, - STATE(1459), 1, - sym_comment, - ACTIONS(2916), 2, + STATE(2274), 1, + sym__expression, + STATE(2280), 1, + sym__inter_double_quotes, + ACTIONS(2762), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2918), 2, + ACTIONS(2776), 2, sym_val_nothing, sym_val_date, - ACTIONS(2920), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2926), 2, + ACTIONS(2780), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1415), 3, + ACTIONS(2788), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2774), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(518), 4, + STATE(2236), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2922), 6, + ACTIONS(2772), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(516), 11, + STATE(2293), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -166893,75 +166898,75 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [49512] = 28, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1399), 1, - anon_sym_DOLLAR, - ACTIONS(1401), 1, - anon_sym_DASH, - ACTIONS(1407), 1, - anon_sym_DOT_DOT, - ACTIONS(1413), 1, - aux_sym_val_number_token1, - ACTIONS(2908), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(2910), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(2912), 1, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(2914), 1, - anon_sym_not, - ACTIONS(2924), 1, + ACTIONS(79), 1, + anon_sym_DOT_DOT, + ACTIONS(85), 1, + aux_sym_val_number_token1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(2928), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2930), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - STATE(10), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, + anon_sym_DOLLAR, + ACTIONS(2902), 1, + anon_sym_not, + STATE(127), 1, sym_val_number, - STATE(454), 1, + STATE(1460), 1, + sym_comment, + STATE(2115), 1, + sym_expr_parenthesized, + STATE(2159), 1, sym__var, - STATE(502), 1, + STATE(2490), 1, sym__inter_double_quotes, - STATE(508), 1, - sym__expression, - STATE(517), 1, - sym_expr_parenthesized, - STATE(524), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(539), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(1460), 1, - sym_comment, - ACTIONS(2916), 2, + STATE(2528), 1, + sym__expression, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2918), 2, + ACTIONS(91), 2, sym_val_nothing, sym_val_date, - ACTIONS(2920), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2926), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1415), 3, + ACTIONS(2904), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(518), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2922), 6, + ACTIONS(87), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(516), 11, + STATE(2516), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -166976,73 +166981,73 @@ static const uint16_t ts_small_parse_table[] = { [49621] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, - anon_sym_LPAREN, - ACTIONS(2527), 1, - anon_sym_LBRACK, - ACTIONS(2531), 1, + ACTIONS(2208), 1, anon_sym_DOLLAR, - ACTIONS(2533), 1, + ACTIONS(2212), 1, anon_sym_DASH, - ACTIONS(2535), 1, - anon_sym_LBRACE, - ACTIONS(2541), 1, + ACTIONS(2218), 1, anon_sym_DOT_DOT, - ACTIONS(2547), 1, + ACTIONS(2224), 1, aux_sym_val_number_token1, - ACTIONS(2555), 1, + ACTIONS(2790), 1, + anon_sym_LBRACK, + ACTIONS(2792), 1, + anon_sym_LPAREN, + ACTIONS(2794), 1, + anon_sym_LBRACE, + ACTIONS(2796), 1, + anon_sym_not, + ACTIONS(2806), 1, anon_sym_DQUOTE, - ACTIONS(2559), 1, + ACTIONS(2810), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2561), 1, + ACTIONS(2812), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2870), 1, - anon_sym_not, - STATE(17), 1, + STATE(117), 1, sym_val_number, - STATE(1012), 1, + STATE(1461), 1, + sym_comment, + STATE(1879), 1, + sym_expr_parenthesized, + STATE(1895), 1, sym__var, - STATE(1029), 1, + STATE(2091), 1, sym__str_double_quotes, - STATE(1117), 1, + STATE(2105), 1, sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, + STATE(2109), 1, sym__inter_single_quotes, - STATE(1157), 1, + STATE(2112), 1, sym__inter_double_quotes, - STATE(1461), 1, - sym_comment, - ACTIONS(2539), 2, + ACTIONS(2798), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2553), 2, + ACTIONS(2800), 2, sym_val_nothing, sym_val_date, - ACTIONS(2557), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2872), 2, + ACTIONS(2802), 2, anon_sym_true, anon_sym_false, - ACTIONS(2551), 3, + ACTIONS(2808), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1133), 4, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2549), 6, + ACTIONS(2804), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1154), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -167057,73 +167062,73 @@ static const uint16_t ts_small_parse_table[] = { [49730] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1399), 1, + ACTIONS(2208), 1, anon_sym_DOLLAR, - ACTIONS(1401), 1, + ACTIONS(2212), 1, anon_sym_DASH, - ACTIONS(1407), 1, + ACTIONS(2218), 1, anon_sym_DOT_DOT, - ACTIONS(1413), 1, + ACTIONS(2224), 1, aux_sym_val_number_token1, - ACTIONS(2908), 1, + ACTIONS(2790), 1, anon_sym_LBRACK, - ACTIONS(2910), 1, + ACTIONS(2792), 1, anon_sym_LPAREN, - ACTIONS(2912), 1, + ACTIONS(2794), 1, anon_sym_LBRACE, - ACTIONS(2914), 1, + ACTIONS(2796), 1, anon_sym_not, - ACTIONS(2924), 1, + ACTIONS(2806), 1, anon_sym_DQUOTE, - ACTIONS(2928), 1, + ACTIONS(2810), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2930), 1, + ACTIONS(2812), 1, anon_sym_DOLLAR_DQUOTE, - STATE(10), 1, + STATE(117), 1, sym_val_number, - STATE(454), 1, + STATE(1462), 1, + sym_comment, + STATE(1879), 1, + sym_expr_parenthesized, + STATE(1895), 1, sym__var, - STATE(502), 1, - sym__inter_double_quotes, - STATE(509), 1, + STATE(2091), 1, + sym__str_double_quotes, + STATE(2103), 1, sym__expression, - STATE(517), 1, - sym_expr_parenthesized, - STATE(524), 1, + STATE(2109), 1, sym__inter_single_quotes, - STATE(539), 1, - sym__str_double_quotes, - STATE(1462), 1, - sym_comment, - ACTIONS(2916), 2, + STATE(2112), 1, + sym__inter_double_quotes, + ACTIONS(2798), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2918), 2, + ACTIONS(2800), 2, sym_val_nothing, sym_val_date, - ACTIONS(2920), 2, + ACTIONS(2802), 2, anon_sym_true, anon_sym_false, - ACTIONS(2926), 2, + ACTIONS(2808), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1415), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(518), 4, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2922), 6, + ACTIONS(2804), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(516), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -167138,73 +167143,73 @@ static const uint16_t ts_small_parse_table[] = { [49839] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1399), 1, + ACTIONS(2350), 1, + anon_sym_LPAREN, + ACTIONS(2352), 1, anon_sym_DOLLAR, - ACTIONS(1401), 1, + ACTIONS(2354), 1, anon_sym_DASH, - ACTIONS(1407), 1, - anon_sym_DOT_DOT, - ACTIONS(1413), 1, - aux_sym_val_number_token1, - ACTIONS(2908), 1, - anon_sym_LBRACK, - ACTIONS(2910), 1, - anon_sym_LPAREN, - ACTIONS(2912), 1, + ACTIONS(2356), 1, anon_sym_LBRACE, - ACTIONS(2914), 1, + ACTIONS(2362), 1, anon_sym_not, - ACTIONS(2924), 1, + ACTIONS(2366), 1, + anon_sym_DOT_DOT, + ACTIONS(2372), 1, + aux_sym_val_number_token1, + ACTIONS(2378), 1, anon_sym_DQUOTE, - ACTIONS(2928), 1, + ACTIONS(2382), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2930), 1, + ACTIONS(2384), 1, anon_sym_DOLLAR_DQUOTE, - STATE(10), 1, + ACTIONS(2730), 1, + anon_sym_LBRACK, + STATE(124), 1, sym_val_number, - STATE(454), 1, + STATE(1463), 1, + sym_comment, + STATE(1963), 1, + sym_expr_parenthesized, + STATE(1981), 1, sym__var, - STATE(502), 1, + STATE(2201), 1, sym__inter_double_quotes, - STATE(511), 1, - sym__expression, - STATE(517), 1, - sym_expr_parenthesized, - STATE(524), 1, + STATE(2211), 1, sym__inter_single_quotes, - STATE(539), 1, + STATE(2229), 1, + sym__expression, + STATE(2251), 1, sym__str_double_quotes, - STATE(1463), 1, - sym_comment, - ACTIONS(2916), 2, + ACTIONS(2364), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2918), 2, + ACTIONS(2368), 2, sym_val_nothing, sym_val_date, - ACTIONS(2920), 2, + ACTIONS(2370), 2, anon_sym_true, anon_sym_false, - ACTIONS(2926), 2, + ACTIONS(2380), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1415), 3, + ACTIONS(2376), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(518), 4, + STATE(2172), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2922), 6, + ACTIONS(2374), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(516), 11, + STATE(2222), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -167219,73 +167224,73 @@ static const uint16_t ts_small_parse_table[] = { [49948] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1399), 1, + ACTIONS(2208), 1, anon_sym_DOLLAR, - ACTIONS(1401), 1, + ACTIONS(2212), 1, anon_sym_DASH, - ACTIONS(1407), 1, + ACTIONS(2218), 1, anon_sym_DOT_DOT, - ACTIONS(1413), 1, + ACTIONS(2224), 1, aux_sym_val_number_token1, - ACTIONS(2908), 1, + ACTIONS(2790), 1, anon_sym_LBRACK, - ACTIONS(2910), 1, + ACTIONS(2792), 1, anon_sym_LPAREN, - ACTIONS(2912), 1, + ACTIONS(2794), 1, anon_sym_LBRACE, - ACTIONS(2914), 1, + ACTIONS(2796), 1, anon_sym_not, - ACTIONS(2924), 1, + ACTIONS(2806), 1, anon_sym_DQUOTE, - ACTIONS(2928), 1, + ACTIONS(2810), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2930), 1, + ACTIONS(2812), 1, anon_sym_DOLLAR_DQUOTE, - STATE(10), 1, + STATE(117), 1, sym_val_number, - STATE(454), 1, + STATE(1464), 1, + sym_comment, + STATE(1879), 1, + sym_expr_parenthesized, + STATE(1895), 1, sym__var, - STATE(502), 1, - sym__inter_double_quotes, - STATE(512), 1, + STATE(2091), 1, + sym__str_double_quotes, + STATE(2107), 1, sym__expression, - STATE(517), 1, - sym_expr_parenthesized, - STATE(524), 1, + STATE(2109), 1, sym__inter_single_quotes, - STATE(539), 1, - sym__str_double_quotes, - STATE(1464), 1, - sym_comment, - ACTIONS(2916), 2, + STATE(2112), 1, + sym__inter_double_quotes, + ACTIONS(2798), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2918), 2, + ACTIONS(2800), 2, sym_val_nothing, sym_val_date, - ACTIONS(2920), 2, + ACTIONS(2802), 2, anon_sym_true, anon_sym_false, - ACTIONS(2926), 2, + ACTIONS(2808), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1415), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(518), 4, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2922), 6, + ACTIONS(2804), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(516), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -167300,73 +167305,73 @@ static const uint16_t ts_small_parse_table[] = { [50057] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2750), 1, - anon_sym_LBRACK, - ACTIONS(2752), 1, - anon_sym_LPAREN, - ACTIONS(2754), 1, + ACTIONS(2208), 1, anon_sym_DOLLAR, - ACTIONS(2756), 1, + ACTIONS(2212), 1, anon_sym_DASH, - ACTIONS(2758), 1, - anon_sym_LBRACE, - ACTIONS(2764), 1, + ACTIONS(2218), 1, anon_sym_DOT_DOT, - ACTIONS(2770), 1, + ACTIONS(2224), 1, aux_sym_val_number_token1, - ACTIONS(2778), 1, + ACTIONS(2790), 1, + anon_sym_LBRACK, + ACTIONS(2792), 1, + anon_sym_LPAREN, + ACTIONS(2794), 1, + anon_sym_LBRACE, + ACTIONS(2796), 1, + anon_sym_not, + ACTIONS(2806), 1, anon_sym_DQUOTE, - ACTIONS(2782), 1, + ACTIONS(2810), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2784), 1, + ACTIONS(2812), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2932), 1, - anon_sym_not, - STATE(123), 1, + STATE(117), 1, sym_val_number, STATE(1465), 1, sym_comment, - STATE(1910), 1, - sym__var, - STATE(1988), 1, + STATE(1879), 1, sym_expr_parenthesized, - STATE(2232), 1, + STATE(1895), 1, + sym__var, + STATE(2091), 1, sym__str_double_quotes, - STATE(2272), 1, + STATE(2108), 1, sym__expression, - STATE(2304), 1, - sym__inter_double_quotes, - STATE(2305), 1, + STATE(2109), 1, sym__inter_single_quotes, - ACTIONS(2762), 2, + STATE(2112), 1, + sym__inter_double_quotes, + ACTIONS(2798), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2776), 2, + ACTIONS(2800), 2, sym_val_nothing, sym_val_date, - ACTIONS(2780), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2934), 2, + ACTIONS(2802), 2, anon_sym_true, anon_sym_false, - ACTIONS(2774), 3, + ACTIONS(2808), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2234), 4, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2772), 6, + ACTIONS(2804), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2311), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -167381,73 +167386,73 @@ static const uint16_t ts_small_parse_table[] = { [50166] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1543), 1, + ACTIONS(2284), 1, anon_sym_DOLLAR, - ACTIONS(1545), 1, + ACTIONS(2288), 1, anon_sym_DASH, - ACTIONS(1551), 1, + ACTIONS(2294), 1, anon_sym_DOT_DOT, - ACTIONS(1557), 1, + ACTIONS(2300), 1, aux_sym_val_number_token1, - ACTIONS(2846), 1, + ACTIONS(2906), 1, anon_sym_LBRACK, - ACTIONS(2848), 1, + ACTIONS(2908), 1, anon_sym_LPAREN, - ACTIONS(2850), 1, + ACTIONS(2910), 1, anon_sym_LBRACE, - ACTIONS(2852), 1, + ACTIONS(2912), 1, anon_sym_not, - ACTIONS(2862), 1, + ACTIONS(2922), 1, anon_sym_DQUOTE, - ACTIONS(2866), 1, + ACTIONS(2926), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2868), 1, + ACTIONS(2928), 1, anon_sym_DOLLAR_DQUOTE, - STATE(13), 1, + STATE(119), 1, sym_val_number, - STATE(469), 1, - sym__var, - STATE(575), 1, + STATE(1466), 1, + sym_comment, + STATE(1908), 1, sym_expr_parenthesized, - STATE(592), 1, + STATE(1949), 1, + sym__var, + STATE(2216), 1, sym__inter_double_quotes, - STATE(593), 1, + STATE(2217), 1, sym__inter_single_quotes, - STATE(595), 1, + STATE(2289), 1, sym__str_double_quotes, - STATE(617), 1, + STATE(2311), 1, sym__expression, - STATE(1466), 1, - sym_comment, - ACTIONS(2854), 2, + ACTIONS(2914), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2856), 2, + ACTIONS(2916), 2, sym_val_nothing, sym_val_date, - ACTIONS(2858), 2, + ACTIONS(2918), 2, anon_sym_true, anon_sym_false, - ACTIONS(2864), 2, + ACTIONS(2924), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1559), 3, + ACTIONS(2302), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(577), 4, + STATE(2301), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2860), 6, + ACTIONS(2920), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(599), 11, + STATE(2220), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -167462,73 +167467,73 @@ static const uint16_t ts_small_parse_table[] = { [50275] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1543), 1, + ACTIONS(2284), 1, anon_sym_DOLLAR, - ACTIONS(1545), 1, + ACTIONS(2288), 1, anon_sym_DASH, - ACTIONS(1551), 1, + ACTIONS(2294), 1, anon_sym_DOT_DOT, - ACTIONS(1557), 1, + ACTIONS(2300), 1, aux_sym_val_number_token1, - ACTIONS(2846), 1, + ACTIONS(2906), 1, anon_sym_LBRACK, - ACTIONS(2848), 1, + ACTIONS(2908), 1, anon_sym_LPAREN, - ACTIONS(2850), 1, + ACTIONS(2910), 1, anon_sym_LBRACE, - ACTIONS(2852), 1, + ACTIONS(2912), 1, anon_sym_not, - ACTIONS(2862), 1, + ACTIONS(2922), 1, anon_sym_DQUOTE, - ACTIONS(2866), 1, + ACTIONS(2926), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2868), 1, + ACTIONS(2928), 1, anon_sym_DOLLAR_DQUOTE, - STATE(13), 1, + STATE(119), 1, sym_val_number, - STATE(469), 1, - sym__var, - STATE(575), 1, + STATE(1467), 1, + sym_comment, + STATE(1908), 1, sym_expr_parenthesized, - STATE(592), 1, + STATE(1949), 1, + sym__var, + STATE(2216), 1, sym__inter_double_quotes, - STATE(593), 1, + STATE(2217), 1, sym__inter_single_quotes, - STATE(595), 1, + STATE(2289), 1, sym__str_double_quotes, - STATE(620), 1, + STATE(2313), 1, sym__expression, - STATE(1467), 1, - sym_comment, - ACTIONS(2854), 2, + ACTIONS(2914), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2856), 2, + ACTIONS(2916), 2, sym_val_nothing, sym_val_date, - ACTIONS(2858), 2, + ACTIONS(2918), 2, anon_sym_true, anon_sym_false, - ACTIONS(2864), 2, + ACTIONS(2924), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1559), 3, + ACTIONS(2302), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(577), 4, + STATE(2301), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2860), 6, + ACTIONS(2920), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(599), 11, + STATE(2220), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -167543,73 +167548,73 @@ static const uint16_t ts_small_parse_table[] = { [50384] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2936), 1, - anon_sym_LBRACK, - ACTIONS(2938), 1, - anon_sym_LPAREN, - ACTIONS(2940), 1, + ACTIONS(2284), 1, anon_sym_DOLLAR, - ACTIONS(2942), 1, + ACTIONS(2288), 1, anon_sym_DASH, - ACTIONS(2944), 1, - anon_sym_LBRACE, - ACTIONS(2946), 1, - anon_sym_not, - ACTIONS(2950), 1, + ACTIONS(2294), 1, anon_sym_DOT_DOT, - ACTIONS(2956), 1, + ACTIONS(2300), 1, aux_sym_val_number_token1, - ACTIONS(2962), 1, + ACTIONS(2906), 1, + anon_sym_LBRACK, + ACTIONS(2908), 1, + anon_sym_LPAREN, + ACTIONS(2910), 1, + anon_sym_LBRACE, + ACTIONS(2912), 1, + anon_sym_not, + ACTIONS(2922), 1, anon_sym_DQUOTE, - ACTIONS(2966), 1, + ACTIONS(2926), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2968), 1, + ACTIONS(2928), 1, anon_sym_DOLLAR_DQUOTE, - STATE(3), 1, + STATE(119), 1, sym_val_number, - STATE(132), 1, + STATE(1468), 1, + sym_comment, + STATE(1908), 1, + sym_expr_parenthesized, + STATE(1949), 1, sym__var, - STATE(200), 1, + STATE(2216), 1, + sym__inter_double_quotes, + STATE(2217), 1, + sym__inter_single_quotes, + STATE(2289), 1, sym__str_double_quotes, - STATE(203), 1, + STATE(2316), 1, sym__expression, - STATE(210), 1, - sym_expr_parenthesized, - STATE(214), 1, - sym__inter_single_quotes, - STATE(219), 1, - sym__inter_double_quotes, - STATE(1468), 1, - sym_comment, - ACTIONS(2948), 2, + ACTIONS(2914), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2952), 2, + ACTIONS(2916), 2, sym_val_nothing, sym_val_date, - ACTIONS(2954), 2, + ACTIONS(2918), 2, anon_sym_true, anon_sym_false, - ACTIONS(2964), 2, + ACTIONS(2924), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2960), 3, + ACTIONS(2302), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(206), 4, + STATE(2301), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2958), 6, + ACTIONS(2920), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(236), 11, + STATE(2220), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -167624,73 +167629,73 @@ static const uint16_t ts_small_parse_table[] = { [50493] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2936), 1, - anon_sym_LBRACK, - ACTIONS(2938), 1, - anon_sym_LPAREN, - ACTIONS(2940), 1, + ACTIONS(2284), 1, anon_sym_DOLLAR, - ACTIONS(2942), 1, + ACTIONS(2288), 1, anon_sym_DASH, - ACTIONS(2944), 1, - anon_sym_LBRACE, - ACTIONS(2946), 1, - anon_sym_not, - ACTIONS(2950), 1, + ACTIONS(2294), 1, anon_sym_DOT_DOT, - ACTIONS(2956), 1, + ACTIONS(2300), 1, aux_sym_val_number_token1, - ACTIONS(2962), 1, + ACTIONS(2906), 1, + anon_sym_LBRACK, + ACTIONS(2908), 1, + anon_sym_LPAREN, + ACTIONS(2910), 1, + anon_sym_LBRACE, + ACTIONS(2912), 1, + anon_sym_not, + ACTIONS(2922), 1, anon_sym_DQUOTE, - ACTIONS(2966), 1, + ACTIONS(2926), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2968), 1, + ACTIONS(2928), 1, anon_sym_DOLLAR_DQUOTE, - STATE(3), 1, + STATE(119), 1, sym_val_number, - STATE(132), 1, - sym__var, - STATE(200), 1, - sym__str_double_quotes, - STATE(210), 1, + STATE(1469), 1, + sym_comment, + STATE(1908), 1, sym_expr_parenthesized, - STATE(214), 1, - sym__inter_single_quotes, - STATE(219), 1, + STATE(1949), 1, + sym__var, + STATE(2216), 1, sym__inter_double_quotes, - STATE(229), 1, + STATE(2217), 1, + sym__inter_single_quotes, + STATE(2289), 1, + sym__str_double_quotes, + STATE(2317), 1, sym__expression, - STATE(1469), 1, - sym_comment, - ACTIONS(2948), 2, + ACTIONS(2914), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2952), 2, + ACTIONS(2916), 2, sym_val_nothing, sym_val_date, - ACTIONS(2954), 2, + ACTIONS(2918), 2, anon_sym_true, anon_sym_false, - ACTIONS(2964), 2, + ACTIONS(2924), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2960), 3, + ACTIONS(2302), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(206), 4, + STATE(2301), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2958), 6, + ACTIONS(2920), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(236), 11, + STATE(2220), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -167705,73 +167710,73 @@ static const uint16_t ts_small_parse_table[] = { [50602] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1543), 1, + ACTIONS(2284), 1, anon_sym_DOLLAR, - ACTIONS(1545), 1, + ACTIONS(2288), 1, anon_sym_DASH, - ACTIONS(1551), 1, + ACTIONS(2294), 1, anon_sym_DOT_DOT, - ACTIONS(1557), 1, + ACTIONS(2300), 1, aux_sym_val_number_token1, - ACTIONS(2846), 1, + ACTIONS(2906), 1, anon_sym_LBRACK, - ACTIONS(2848), 1, + ACTIONS(2908), 1, anon_sym_LPAREN, - ACTIONS(2850), 1, + ACTIONS(2910), 1, anon_sym_LBRACE, - ACTIONS(2852), 1, + ACTIONS(2912), 1, anon_sym_not, - ACTIONS(2862), 1, + ACTIONS(2922), 1, anon_sym_DQUOTE, - ACTIONS(2866), 1, + ACTIONS(2926), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2868), 1, + ACTIONS(2928), 1, anon_sym_DOLLAR_DQUOTE, - STATE(13), 1, + STATE(119), 1, sym_val_number, - STATE(469), 1, - sym__var, - STATE(575), 1, + STATE(1470), 1, + sym_comment, + STATE(1908), 1, sym_expr_parenthesized, - STATE(592), 1, + STATE(1949), 1, + sym__var, + STATE(2216), 1, sym__inter_double_quotes, - STATE(593), 1, + STATE(2217), 1, sym__inter_single_quotes, - STATE(595), 1, + STATE(2289), 1, sym__str_double_quotes, - STATE(626), 1, + STATE(2318), 1, sym__expression, - STATE(1470), 1, - sym_comment, - ACTIONS(2854), 2, + ACTIONS(2914), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2856), 2, + ACTIONS(2916), 2, sym_val_nothing, sym_val_date, - ACTIONS(2858), 2, + ACTIONS(2918), 2, anon_sym_true, anon_sym_false, - ACTIONS(2864), 2, + ACTIONS(2924), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1559), 3, + ACTIONS(2302), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(577), 4, + STATE(2301), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2860), 6, + ACTIONS(2920), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(599), 11, + STATE(2220), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -167786,73 +167791,73 @@ static const uint16_t ts_small_parse_table[] = { [50711] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1543), 1, + ACTIONS(2284), 1, anon_sym_DOLLAR, - ACTIONS(1545), 1, + ACTIONS(2288), 1, anon_sym_DASH, - ACTIONS(1551), 1, + ACTIONS(2294), 1, anon_sym_DOT_DOT, - ACTIONS(1557), 1, + ACTIONS(2300), 1, aux_sym_val_number_token1, - ACTIONS(2846), 1, + ACTIONS(2906), 1, anon_sym_LBRACK, - ACTIONS(2848), 1, + ACTIONS(2908), 1, anon_sym_LPAREN, - ACTIONS(2850), 1, + ACTIONS(2910), 1, anon_sym_LBRACE, - ACTIONS(2852), 1, + ACTIONS(2912), 1, anon_sym_not, - ACTIONS(2862), 1, + ACTIONS(2922), 1, anon_sym_DQUOTE, - ACTIONS(2866), 1, + ACTIONS(2926), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2868), 1, + ACTIONS(2928), 1, anon_sym_DOLLAR_DQUOTE, - STATE(13), 1, + STATE(119), 1, sym_val_number, - STATE(469), 1, - sym__var, - STATE(575), 1, + STATE(1471), 1, + sym_comment, + STATE(1908), 1, sym_expr_parenthesized, - STATE(592), 1, + STATE(1949), 1, + sym__var, + STATE(2216), 1, sym__inter_double_quotes, - STATE(593), 1, + STATE(2217), 1, sym__inter_single_quotes, - STATE(595), 1, + STATE(2289), 1, sym__str_double_quotes, - STATE(627), 1, + STATE(2320), 1, sym__expression, - STATE(1471), 1, - sym_comment, - ACTIONS(2854), 2, + ACTIONS(2914), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2856), 2, + ACTIONS(2916), 2, sym_val_nothing, sym_val_date, - ACTIONS(2858), 2, + ACTIONS(2918), 2, anon_sym_true, anon_sym_false, - ACTIONS(2864), 2, + ACTIONS(2924), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1559), 3, + ACTIONS(2302), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(577), 4, + STATE(2301), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2860), 6, + ACTIONS(2920), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(599), 11, + STATE(2220), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -167867,73 +167872,73 @@ static const uint16_t ts_small_parse_table[] = { [50820] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2936), 1, - anon_sym_LBRACK, - ACTIONS(2938), 1, - anon_sym_LPAREN, - ACTIONS(2940), 1, + ACTIONS(2284), 1, anon_sym_DOLLAR, - ACTIONS(2942), 1, + ACTIONS(2288), 1, anon_sym_DASH, - ACTIONS(2944), 1, - anon_sym_LBRACE, - ACTIONS(2946), 1, - anon_sym_not, - ACTIONS(2950), 1, + ACTIONS(2294), 1, anon_sym_DOT_DOT, - ACTIONS(2956), 1, + ACTIONS(2300), 1, aux_sym_val_number_token1, - ACTIONS(2962), 1, + ACTIONS(2906), 1, + anon_sym_LBRACK, + ACTIONS(2908), 1, + anon_sym_LPAREN, + ACTIONS(2910), 1, + anon_sym_LBRACE, + ACTIONS(2912), 1, + anon_sym_not, + ACTIONS(2922), 1, anon_sym_DQUOTE, - ACTIONS(2966), 1, + ACTIONS(2926), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2968), 1, + ACTIONS(2928), 1, anon_sym_DOLLAR_DQUOTE, - STATE(3), 1, + STATE(119), 1, sym_val_number, - STATE(132), 1, - sym__var, - STATE(200), 1, - sym__str_double_quotes, - STATE(210), 1, + STATE(1472), 1, + sym_comment, + STATE(1908), 1, sym_expr_parenthesized, - STATE(214), 1, - sym__inter_single_quotes, - STATE(219), 1, + STATE(1949), 1, + sym__var, + STATE(2216), 1, sym__inter_double_quotes, - STATE(239), 1, + STATE(2217), 1, + sym__inter_single_quotes, + STATE(2289), 1, + sym__str_double_quotes, + STATE(2321), 1, sym__expression, - STATE(1472), 1, - sym_comment, - ACTIONS(2948), 2, + ACTIONS(2914), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2952), 2, + ACTIONS(2916), 2, sym_val_nothing, sym_val_date, - ACTIONS(2954), 2, + ACTIONS(2918), 2, anon_sym_true, anon_sym_false, - ACTIONS(2964), 2, + ACTIONS(2924), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2960), 3, + ACTIONS(2302), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(206), 4, + STATE(2301), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2958), 6, + ACTIONS(2920), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(236), 11, + STATE(2220), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -167948,73 +167953,73 @@ static const uint16_t ts_small_parse_table[] = { [50929] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, - anon_sym_LPAREN, - ACTIONS(2527), 1, - anon_sym_LBRACK, - ACTIONS(2531), 1, + ACTIONS(2284), 1, anon_sym_DOLLAR, - ACTIONS(2533), 1, + ACTIONS(2288), 1, anon_sym_DASH, - ACTIONS(2535), 1, - anon_sym_LBRACE, - ACTIONS(2541), 1, + ACTIONS(2294), 1, anon_sym_DOT_DOT, - ACTIONS(2547), 1, + ACTIONS(2300), 1, aux_sym_val_number_token1, - ACTIONS(2555), 1, + ACTIONS(2906), 1, + anon_sym_LBRACK, + ACTIONS(2908), 1, + anon_sym_LPAREN, + ACTIONS(2910), 1, + anon_sym_LBRACE, + ACTIONS(2912), 1, + anon_sym_not, + ACTIONS(2922), 1, anon_sym_DQUOTE, - ACTIONS(2559), 1, + ACTIONS(2926), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2561), 1, + ACTIONS(2928), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2870), 1, - anon_sym_not, - STATE(17), 1, + STATE(119), 1, sym_val_number, - STATE(1012), 1, + STATE(1473), 1, + sym_comment, + STATE(1908), 1, + sym_expr_parenthesized, + STATE(1949), 1, sym__var, - STATE(1029), 1, + STATE(2216), 1, + sym__inter_double_quotes, + STATE(2217), 1, + sym__inter_single_quotes, + STATE(2289), 1, sym__str_double_quotes, - STATE(1116), 1, + STATE(2323), 1, sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, - sym__inter_double_quotes, - STATE(1473), 1, - sym_comment, - ACTIONS(2539), 2, + ACTIONS(2914), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2553), 2, + ACTIONS(2916), 2, sym_val_nothing, sym_val_date, - ACTIONS(2557), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2872), 2, + ACTIONS(2918), 2, anon_sym_true, anon_sym_false, - ACTIONS(2551), 3, + ACTIONS(2924), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2302), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1133), 4, + STATE(2301), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2549), 6, + ACTIONS(2920), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1154), 11, + STATE(2220), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -168027,75 +168032,75 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [51038] = 28, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2180), 1, - anon_sym_LPAREN, - ACTIONS(2527), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(2531), 1, - anon_sym_DOLLAR, - ACTIONS(2533), 1, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(2535), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(2541), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(2547), 1, + ACTIONS(85), 1, aux_sym_val_number_token1, - ACTIONS(2555), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(2559), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2561), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2870), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, + anon_sym_DOLLAR, + ACTIONS(2902), 1, anon_sym_not, - STATE(17), 1, + STATE(127), 1, sym_val_number, - STATE(1012), 1, + STATE(1474), 1, + sym_comment, + STATE(2115), 1, + sym_expr_parenthesized, + STATE(2159), 1, sym__var, - STATE(1029), 1, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, sym__str_double_quotes, - STATE(1115), 1, + STATE(2530), 1, sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, - sym__inter_double_quotes, - STATE(1474), 1, - sym_comment, - ACTIONS(2539), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2553), 2, + ACTIONS(91), 2, sym_val_nothing, sym_val_date, - ACTIONS(2557), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2872), 2, + ACTIONS(2904), 2, anon_sym_true, anon_sym_false, - ACTIONS(2551), 3, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1133), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2549), 6, + ACTIONS(87), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1154), 11, + STATE(2516), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -168110,73 +168115,73 @@ static const uint16_t ts_small_parse_table[] = { [51147] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2350), 1, anon_sym_LPAREN, - ACTIONS(2527), 1, - anon_sym_LBRACK, - ACTIONS(2531), 1, + ACTIONS(2352), 1, anon_sym_DOLLAR, - ACTIONS(2533), 1, + ACTIONS(2354), 1, anon_sym_DASH, - ACTIONS(2535), 1, + ACTIONS(2356), 1, anon_sym_LBRACE, - ACTIONS(2541), 1, - anon_sym_DOT_DOT, - ACTIONS(2547), 1, - aux_sym_val_number_token1, - ACTIONS(2555), 1, - anon_sym_DQUOTE, - ACTIONS(2559), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2561), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(2870), 1, - anon_sym_not, - STATE(17), 1, - sym_val_number, - STATE(1012), 1, - sym__var, - STATE(1029), 1, - sym__str_double_quotes, - STATE(1114), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, - sym__inter_double_quotes, + ACTIONS(2362), 1, + anon_sym_not, + ACTIONS(2366), 1, + anon_sym_DOT_DOT, + ACTIONS(2372), 1, + aux_sym_val_number_token1, + ACTIONS(2378), 1, + anon_sym_DQUOTE, + ACTIONS(2382), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2384), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2730), 1, + anon_sym_LBRACK, + STATE(124), 1, + sym_val_number, STATE(1475), 1, sym_comment, - ACTIONS(2539), 2, + STATE(1963), 1, + sym_expr_parenthesized, + STATE(1981), 1, + sym__var, + STATE(2201), 1, + sym__inter_double_quotes, + STATE(2211), 1, + sym__inter_single_quotes, + STATE(2234), 1, + sym__expression, + STATE(2251), 1, + sym__str_double_quotes, + ACTIONS(2364), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2553), 2, + ACTIONS(2368), 2, sym_val_nothing, sym_val_date, - ACTIONS(2557), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2872), 2, + ACTIONS(2370), 2, anon_sym_true, anon_sym_false, - ACTIONS(2551), 3, + ACTIONS(2380), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2376), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1133), 4, + STATE(2172), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2549), 6, + ACTIONS(2374), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1154), 11, + STATE(2222), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -168191,73 +168196,73 @@ static const uint16_t ts_small_parse_table[] = { [51256] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, - anon_sym_LPAREN, - ACTIONS(2527), 1, - anon_sym_LBRACK, - ACTIONS(2531), 1, + ACTIONS(2284), 1, anon_sym_DOLLAR, - ACTIONS(2533), 1, + ACTIONS(2288), 1, anon_sym_DASH, - ACTIONS(2535), 1, - anon_sym_LBRACE, - ACTIONS(2541), 1, + ACTIONS(2294), 1, anon_sym_DOT_DOT, - ACTIONS(2547), 1, + ACTIONS(2300), 1, aux_sym_val_number_token1, - ACTIONS(2555), 1, + ACTIONS(2906), 1, + anon_sym_LBRACK, + ACTIONS(2908), 1, + anon_sym_LPAREN, + ACTIONS(2910), 1, + anon_sym_LBRACE, + ACTIONS(2912), 1, + anon_sym_not, + ACTIONS(2922), 1, anon_sym_DQUOTE, - ACTIONS(2559), 1, + ACTIONS(2926), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2561), 1, + ACTIONS(2928), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2870), 1, - anon_sym_not, - STATE(17), 1, + STATE(119), 1, sym_val_number, - STATE(1012), 1, + STATE(1476), 1, + sym_comment, + STATE(1908), 1, + sym_expr_parenthesized, + STATE(1949), 1, sym__var, - STATE(1029), 1, + STATE(2216), 1, + sym__inter_double_quotes, + STATE(2217), 1, + sym__inter_single_quotes, + STATE(2289), 1, sym__str_double_quotes, - STATE(1113), 1, + STATE(2326), 1, sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, - sym__inter_double_quotes, - STATE(1476), 1, - sym_comment, - ACTIONS(2539), 2, + ACTIONS(2914), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2553), 2, + ACTIONS(2916), 2, sym_val_nothing, sym_val_date, - ACTIONS(2557), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2872), 2, + ACTIONS(2918), 2, anon_sym_true, anon_sym_false, - ACTIONS(2551), 3, + ACTIONS(2924), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2302), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1133), 4, + STATE(2301), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2549), 6, + ACTIONS(2920), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1154), 11, + STATE(2220), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -168270,75 +168275,75 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [51365] = 28, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2936), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(2938), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(2940), 1, - anon_sym_DOLLAR, - ACTIONS(2942), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(2944), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(2946), 1, - anon_sym_not, - ACTIONS(2950), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(2956), 1, + ACTIONS(85), 1, aux_sym_val_number_token1, - ACTIONS(2962), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(2966), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2968), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - STATE(3), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, + anon_sym_DOLLAR, + ACTIONS(2902), 1, + anon_sym_not, + STATE(127), 1, sym_val_number, - STATE(132), 1, - sym__var, - STATE(200), 1, - sym__str_double_quotes, - STATE(210), 1, + STATE(1477), 1, + sym_comment, + STATE(2115), 1, sym_expr_parenthesized, - STATE(214), 1, - sym__inter_single_quotes, - STATE(219), 1, + STATE(2159), 1, + sym__var, + STATE(2490), 1, sym__inter_double_quotes, - STATE(251), 1, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(2532), 1, sym__expression, - STATE(1477), 1, - sym_comment, - ACTIONS(2948), 2, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2952), 2, + ACTIONS(91), 2, sym_val_nothing, sym_val_date, - ACTIONS(2954), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2964), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2960), 3, + ACTIONS(2904), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(206), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2958), 6, + ACTIONS(87), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(236), 11, + STATE(2516), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -168353,73 +168358,73 @@ static const uint16_t ts_small_parse_table[] = { [51474] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1543), 1, - anon_sym_DOLLAR, - ACTIONS(1545), 1, - anon_sym_DASH, - ACTIONS(1551), 1, - anon_sym_DOT_DOT, - ACTIONS(1557), 1, - aux_sym_val_number_token1, - ACTIONS(2846), 1, + ACTIONS(2487), 1, anon_sym_LBRACK, - ACTIONS(2848), 1, + ACTIONS(2489), 1, anon_sym_LPAREN, - ACTIONS(2850), 1, + ACTIONS(2491), 1, + anon_sym_DOLLAR, + ACTIONS(2495), 1, + anon_sym_DASH, + ACTIONS(2497), 1, anon_sym_LBRACE, - ACTIONS(2852), 1, + ACTIONS(2499), 1, anon_sym_not, - ACTIONS(2862), 1, + ACTIONS(2503), 1, + anon_sym_DOT_DOT, + ACTIONS(2509), 1, + aux_sym_val_number_token1, + ACTIONS(2515), 1, anon_sym_DQUOTE, - ACTIONS(2866), 1, + ACTIONS(2519), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2868), 1, + ACTIONS(2521), 1, anon_sym_DOLLAR_DQUOTE, - STATE(13), 1, + STATE(129), 1, sym_val_number, - STATE(469), 1, - sym__var, - STATE(575), 1, + STATE(1478), 1, + sym_comment, + STATE(2179), 1, sym_expr_parenthesized, - STATE(592), 1, + STATE(2290), 1, + sym__expression, + STATE(2331), 1, + sym__var, + STATE(2604), 1, + sym__str_double_quotes, + STATE(2623), 1, sym__inter_double_quotes, - STATE(593), 1, + STATE(2624), 1, sym__inter_single_quotes, - STATE(595), 1, - sym__str_double_quotes, - STATE(629), 1, - sym__expression, - STATE(1478), 1, - sym_comment, - ACTIONS(2854), 2, + ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2856), 2, + ACTIONS(2505), 2, sym_val_nothing, sym_val_date, - ACTIONS(2858), 2, + ACTIONS(2507), 2, anon_sym_true, anon_sym_false, - ACTIONS(2864), 2, + ACTIONS(2517), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1559), 3, + ACTIONS(2513), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(577), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2860), 6, + ACTIONS(2511), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(599), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -168432,75 +168437,75 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [51583] = 28, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1543), 1, - anon_sym_DOLLAR, - ACTIONS(1545), 1, - anon_sym_DASH, - ACTIONS(1551), 1, - anon_sym_DOT_DOT, - ACTIONS(1557), 1, - aux_sym_val_number_token1, - ACTIONS(2846), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(2848), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(2850), 1, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(2852), 1, - anon_sym_not, - ACTIONS(2862), 1, + ACTIONS(79), 1, + anon_sym_DOT_DOT, + ACTIONS(85), 1, + aux_sym_val_number_token1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(2866), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2868), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - STATE(13), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, + anon_sym_DOLLAR, + ACTIONS(2902), 1, + anon_sym_not, + STATE(127), 1, sym_val_number, - STATE(469), 1, - sym__var, - STATE(562), 1, - sym__expression, - STATE(575), 1, + STATE(1479), 1, + sym_comment, + STATE(2115), 1, sym_expr_parenthesized, - STATE(592), 1, + STATE(2159), 1, + sym__var, + STATE(2490), 1, sym__inter_double_quotes, - STATE(593), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(595), 1, + STATE(2512), 1, sym__str_double_quotes, - STATE(1479), 1, - sym_comment, - ACTIONS(2854), 2, + STATE(2534), 1, + sym__expression, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2856), 2, + ACTIONS(91), 2, sym_val_nothing, sym_val_date, - ACTIONS(2858), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2864), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1559), 3, + ACTIONS(2904), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(577), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2860), 6, + ACTIONS(87), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(599), 11, + STATE(2516), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -168515,73 +168520,73 @@ static const uint16_t ts_small_parse_table[] = { [51692] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2936), 1, - anon_sym_LBRACK, - ACTIONS(2938), 1, - anon_sym_LPAREN, - ACTIONS(2940), 1, + ACTIONS(2284), 1, anon_sym_DOLLAR, - ACTIONS(2942), 1, + ACTIONS(2288), 1, anon_sym_DASH, - ACTIONS(2944), 1, - anon_sym_LBRACE, - ACTIONS(2946), 1, - anon_sym_not, - ACTIONS(2950), 1, + ACTIONS(2294), 1, anon_sym_DOT_DOT, - ACTIONS(2956), 1, + ACTIONS(2300), 1, aux_sym_val_number_token1, - ACTIONS(2962), 1, + ACTIONS(2906), 1, + anon_sym_LBRACK, + ACTIONS(2908), 1, + anon_sym_LPAREN, + ACTIONS(2910), 1, + anon_sym_LBRACE, + ACTIONS(2912), 1, + anon_sym_not, + ACTIONS(2922), 1, anon_sym_DQUOTE, - ACTIONS(2966), 1, + ACTIONS(2926), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2968), 1, + ACTIONS(2928), 1, anon_sym_DOLLAR_DQUOTE, - STATE(3), 1, + STATE(119), 1, sym_val_number, - STATE(132), 1, - sym__var, - STATE(200), 1, - sym__str_double_quotes, - STATE(210), 1, + STATE(1480), 1, + sym_comment, + STATE(1908), 1, sym_expr_parenthesized, - STATE(214), 1, - sym__inter_single_quotes, - STATE(219), 1, + STATE(1949), 1, + sym__var, + STATE(2216), 1, sym__inter_double_quotes, - STATE(247), 1, + STATE(2217), 1, + sym__inter_single_quotes, + STATE(2289), 1, + sym__str_double_quotes, + STATE(2328), 1, sym__expression, - STATE(1480), 1, - sym_comment, - ACTIONS(2948), 2, + ACTIONS(2914), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2952), 2, + ACTIONS(2916), 2, sym_val_nothing, sym_val_date, - ACTIONS(2954), 2, + ACTIONS(2918), 2, anon_sym_true, anon_sym_false, - ACTIONS(2964), 2, + ACTIONS(2924), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2960), 3, + ACTIONS(2302), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(206), 4, + STATE(2301), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2958), 6, + ACTIONS(2920), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(236), 11, + STATE(2220), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -168596,73 +168601,73 @@ static const uint16_t ts_small_parse_table[] = { [51801] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2936), 1, - anon_sym_LBRACK, - ACTIONS(2938), 1, - anon_sym_LPAREN, - ACTIONS(2940), 1, + ACTIONS(2284), 1, anon_sym_DOLLAR, - ACTIONS(2942), 1, + ACTIONS(2288), 1, anon_sym_DASH, - ACTIONS(2944), 1, - anon_sym_LBRACE, - ACTIONS(2946), 1, - anon_sym_not, - ACTIONS(2950), 1, + ACTIONS(2294), 1, anon_sym_DOT_DOT, - ACTIONS(2956), 1, + ACTIONS(2300), 1, aux_sym_val_number_token1, - ACTIONS(2962), 1, + ACTIONS(2906), 1, + anon_sym_LBRACK, + ACTIONS(2908), 1, + anon_sym_LPAREN, + ACTIONS(2910), 1, + anon_sym_LBRACE, + ACTIONS(2912), 1, + anon_sym_not, + ACTIONS(2922), 1, anon_sym_DQUOTE, - ACTIONS(2966), 1, + ACTIONS(2926), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2968), 1, + ACTIONS(2928), 1, anon_sym_DOLLAR_DQUOTE, - STATE(3), 1, + STATE(119), 1, sym_val_number, - STATE(132), 1, - sym__var, - STATE(200), 1, - sym__str_double_quotes, - STATE(210), 1, + STATE(1481), 1, + sym_comment, + STATE(1908), 1, sym_expr_parenthesized, - STATE(214), 1, - sym__inter_single_quotes, - STATE(219), 1, + STATE(1949), 1, + sym__var, + STATE(2216), 1, sym__inter_double_quotes, - STATE(238), 1, + STATE(2217), 1, + sym__inter_single_quotes, + STATE(2289), 1, + sym__str_double_quotes, + STATE(2329), 1, sym__expression, - STATE(1481), 1, - sym_comment, - ACTIONS(2948), 2, + ACTIONS(2914), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2952), 2, + ACTIONS(2916), 2, sym_val_nothing, sym_val_date, - ACTIONS(2954), 2, + ACTIONS(2918), 2, anon_sym_true, anon_sym_false, - ACTIONS(2964), 2, + ACTIONS(2924), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2960), 3, + ACTIONS(2302), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(206), 4, + STATE(2301), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2958), 6, + ACTIONS(2920), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(236), 11, + STATE(2220), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -168677,73 +168682,73 @@ static const uint16_t ts_small_parse_table[] = { [51910] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2936), 1, - anon_sym_LBRACK, - ACTIONS(2938), 1, - anon_sym_LPAREN, - ACTIONS(2940), 1, + ACTIONS(2284), 1, anon_sym_DOLLAR, - ACTIONS(2942), 1, + ACTIONS(2288), 1, anon_sym_DASH, - ACTIONS(2944), 1, - anon_sym_LBRACE, - ACTIONS(2946), 1, - anon_sym_not, - ACTIONS(2950), 1, + ACTIONS(2294), 1, anon_sym_DOT_DOT, - ACTIONS(2956), 1, + ACTIONS(2300), 1, aux_sym_val_number_token1, - ACTIONS(2962), 1, + ACTIONS(2906), 1, + anon_sym_LBRACK, + ACTIONS(2908), 1, + anon_sym_LPAREN, + ACTIONS(2910), 1, + anon_sym_LBRACE, + ACTIONS(2912), 1, + anon_sym_not, + ACTIONS(2922), 1, anon_sym_DQUOTE, - ACTIONS(2966), 1, + ACTIONS(2926), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2968), 1, + ACTIONS(2928), 1, anon_sym_DOLLAR_DQUOTE, - STATE(3), 1, + STATE(119), 1, sym_val_number, - STATE(132), 1, - sym__var, - STATE(200), 1, - sym__str_double_quotes, - STATE(210), 1, + STATE(1482), 1, + sym_comment, + STATE(1908), 1, sym_expr_parenthesized, - STATE(214), 1, - sym__inter_single_quotes, - STATE(219), 1, + STATE(1949), 1, + sym__var, + STATE(2216), 1, sym__inter_double_quotes, - STATE(234), 1, + STATE(2217), 1, + sym__inter_single_quotes, + STATE(2250), 1, sym__expression, - STATE(1482), 1, - sym_comment, - ACTIONS(2948), 2, + STATE(2289), 1, + sym__str_double_quotes, + ACTIONS(2914), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2952), 2, + ACTIONS(2916), 2, sym_val_nothing, sym_val_date, - ACTIONS(2954), 2, + ACTIONS(2918), 2, anon_sym_true, anon_sym_false, - ACTIONS(2964), 2, + ACTIONS(2924), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2960), 3, + ACTIONS(2302), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(206), 4, + STATE(2301), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2958), 6, + ACTIONS(2920), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(236), 11, + STATE(2220), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -168758,73 +168763,73 @@ static const uint16_t ts_small_parse_table[] = { [52019] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2936), 1, - anon_sym_LBRACK, - ACTIONS(2938), 1, - anon_sym_LPAREN, - ACTIONS(2940), 1, + ACTIONS(2284), 1, anon_sym_DOLLAR, - ACTIONS(2942), 1, + ACTIONS(2288), 1, anon_sym_DASH, - ACTIONS(2944), 1, - anon_sym_LBRACE, - ACTIONS(2946), 1, - anon_sym_not, - ACTIONS(2950), 1, + ACTIONS(2294), 1, anon_sym_DOT_DOT, - ACTIONS(2956), 1, + ACTIONS(2300), 1, aux_sym_val_number_token1, - ACTIONS(2962), 1, + ACTIONS(2906), 1, + anon_sym_LBRACK, + ACTIONS(2908), 1, + anon_sym_LPAREN, + ACTIONS(2910), 1, + anon_sym_LBRACE, + ACTIONS(2912), 1, + anon_sym_not, + ACTIONS(2922), 1, anon_sym_DQUOTE, - ACTIONS(2966), 1, + ACTIONS(2926), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2968), 1, + ACTIONS(2928), 1, anon_sym_DOLLAR_DQUOTE, - STATE(3), 1, + STATE(119), 1, sym_val_number, - STATE(132), 1, + STATE(1483), 1, + sym_comment, + STATE(1908), 1, + sym_expr_parenthesized, + STATE(1949), 1, sym__var, - STATE(200), 1, + STATE(2216), 1, + sym__inter_double_quotes, + STATE(2217), 1, + sym__inter_single_quotes, + STATE(2289), 1, sym__str_double_quotes, - STATE(207), 1, + STATE(2332), 1, sym__expression, - STATE(210), 1, - sym_expr_parenthesized, - STATE(214), 1, - sym__inter_single_quotes, - STATE(219), 1, - sym__inter_double_quotes, - STATE(1483), 1, - sym_comment, - ACTIONS(2948), 2, + ACTIONS(2914), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2952), 2, + ACTIONS(2916), 2, sym_val_nothing, sym_val_date, - ACTIONS(2954), 2, + ACTIONS(2918), 2, anon_sym_true, anon_sym_false, - ACTIONS(2964), 2, + ACTIONS(2924), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2960), 3, + ACTIONS(2302), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(206), 4, + STATE(2301), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2958), 6, + ACTIONS(2920), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(236), 11, + STATE(2220), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -168839,73 +168844,73 @@ static const uint16_t ts_small_parse_table[] = { [52128] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2350), 1, anon_sym_LPAREN, - ACTIONS(2527), 1, - anon_sym_LBRACK, - ACTIONS(2531), 1, + ACTIONS(2352), 1, anon_sym_DOLLAR, - ACTIONS(2533), 1, + ACTIONS(2354), 1, anon_sym_DASH, - ACTIONS(2535), 1, + ACTIONS(2356), 1, anon_sym_LBRACE, - ACTIONS(2541), 1, + ACTIONS(2362), 1, + anon_sym_not, + ACTIONS(2366), 1, anon_sym_DOT_DOT, - ACTIONS(2547), 1, + ACTIONS(2372), 1, aux_sym_val_number_token1, - ACTIONS(2555), 1, + ACTIONS(2378), 1, anon_sym_DQUOTE, - ACTIONS(2559), 1, + ACTIONS(2382), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2561), 1, + ACTIONS(2384), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2870), 1, - anon_sym_not, - STATE(17), 1, + ACTIONS(2730), 1, + anon_sym_LBRACK, + STATE(124), 1, sym_val_number, - STATE(1012), 1, - sym__var, - STATE(1029), 1, - sym__str_double_quotes, - STATE(1111), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, - sym__inter_double_quotes, STATE(1484), 1, sym_comment, - ACTIONS(2539), 2, + STATE(1963), 1, + sym_expr_parenthesized, + STATE(1981), 1, + sym__var, + STATE(2201), 1, + sym__inter_double_quotes, + STATE(2211), 1, + sym__inter_single_quotes, + STATE(2235), 1, + sym__expression, + STATE(2251), 1, + sym__str_double_quotes, + ACTIONS(2364), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2553), 2, + ACTIONS(2368), 2, sym_val_nothing, sym_val_date, - ACTIONS(2557), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2872), 2, + ACTIONS(2370), 2, anon_sym_true, anon_sym_false, - ACTIONS(2551), 3, + ACTIONS(2380), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2376), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1133), 4, + STATE(2172), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2549), 6, + ACTIONS(2374), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1154), 11, + STATE(2222), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -168920,73 +168925,73 @@ static const uint16_t ts_small_parse_table[] = { [52237] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2350), 1, anon_sym_LPAREN, - ACTIONS(2527), 1, - anon_sym_LBRACK, - ACTIONS(2531), 1, + ACTIONS(2352), 1, anon_sym_DOLLAR, - ACTIONS(2533), 1, + ACTIONS(2354), 1, anon_sym_DASH, - ACTIONS(2535), 1, + ACTIONS(2356), 1, anon_sym_LBRACE, - ACTIONS(2541), 1, + ACTIONS(2362), 1, + anon_sym_not, + ACTIONS(2366), 1, anon_sym_DOT_DOT, - ACTIONS(2547), 1, + ACTIONS(2372), 1, aux_sym_val_number_token1, - ACTIONS(2555), 1, + ACTIONS(2378), 1, anon_sym_DQUOTE, - ACTIONS(2559), 1, + ACTIONS(2382), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2561), 1, + ACTIONS(2384), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2870), 1, - anon_sym_not, - STATE(17), 1, + ACTIONS(2730), 1, + anon_sym_LBRACK, + STATE(124), 1, sym_val_number, - STATE(1012), 1, - sym__var, - STATE(1029), 1, - sym__str_double_quotes, - STATE(1110), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, - sym__inter_double_quotes, STATE(1485), 1, sym_comment, - ACTIONS(2539), 2, + STATE(1963), 1, + sym_expr_parenthesized, + STATE(1981), 1, + sym__var, + STATE(2201), 1, + sym__inter_double_quotes, + STATE(2211), 1, + sym__inter_single_quotes, + STATE(2238), 1, + sym__expression, + STATE(2251), 1, + sym__str_double_quotes, + ACTIONS(2364), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2553), 2, + ACTIONS(2368), 2, sym_val_nothing, sym_val_date, - ACTIONS(2557), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2872), 2, + ACTIONS(2370), 2, anon_sym_true, anon_sym_false, - ACTIONS(2551), 3, + ACTIONS(2380), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2376), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1133), 4, + STATE(2172), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2549), 6, + ACTIONS(2374), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1154), 11, + STATE(2222), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -169001,73 +169006,73 @@ static const uint16_t ts_small_parse_table[] = { [52346] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2350), 1, anon_sym_LPAREN, - ACTIONS(2527), 1, - anon_sym_LBRACK, - ACTIONS(2531), 1, + ACTIONS(2352), 1, anon_sym_DOLLAR, - ACTIONS(2533), 1, + ACTIONS(2354), 1, anon_sym_DASH, - ACTIONS(2535), 1, + ACTIONS(2356), 1, anon_sym_LBRACE, - ACTIONS(2541), 1, + ACTIONS(2362), 1, + anon_sym_not, + ACTIONS(2366), 1, anon_sym_DOT_DOT, - ACTIONS(2547), 1, + ACTIONS(2372), 1, aux_sym_val_number_token1, - ACTIONS(2555), 1, + ACTIONS(2378), 1, anon_sym_DQUOTE, - ACTIONS(2559), 1, + ACTIONS(2382), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2561), 1, + ACTIONS(2384), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2870), 1, - anon_sym_not, - STATE(17), 1, + ACTIONS(2730), 1, + anon_sym_LBRACK, + STATE(124), 1, sym_val_number, - STATE(1012), 1, - sym__var, - STATE(1029), 1, - sym__str_double_quotes, - STATE(1109), 1, - sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, - sym__inter_double_quotes, STATE(1486), 1, sym_comment, - ACTIONS(2539), 2, + STATE(1963), 1, + sym_expr_parenthesized, + STATE(1981), 1, + sym__var, + STATE(2201), 1, + sym__inter_double_quotes, + STATE(2211), 1, + sym__inter_single_quotes, + STATE(2249), 1, + sym__expression, + STATE(2251), 1, + sym__str_double_quotes, + ACTIONS(2364), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2553), 2, + ACTIONS(2368), 2, sym_val_nothing, sym_val_date, - ACTIONS(2557), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2872), 2, + ACTIONS(2370), 2, anon_sym_true, anon_sym_false, - ACTIONS(2551), 3, + ACTIONS(2380), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2376), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1133), 4, + STATE(2172), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2549), 6, + ACTIONS(2374), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1154), 11, + STATE(2222), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -169082,73 +169087,73 @@ static const uint16_t ts_small_parse_table[] = { [52455] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2936), 1, - anon_sym_LBRACK, - ACTIONS(2938), 1, + ACTIONS(2350), 1, anon_sym_LPAREN, - ACTIONS(2940), 1, + ACTIONS(2352), 1, anon_sym_DOLLAR, - ACTIONS(2942), 1, + ACTIONS(2354), 1, anon_sym_DASH, - ACTIONS(2944), 1, + ACTIONS(2356), 1, anon_sym_LBRACE, - ACTIONS(2946), 1, + ACTIONS(2362), 1, anon_sym_not, - ACTIONS(2950), 1, + ACTIONS(2366), 1, anon_sym_DOT_DOT, - ACTIONS(2956), 1, + ACTIONS(2372), 1, aux_sym_val_number_token1, - ACTIONS(2962), 1, + ACTIONS(2378), 1, anon_sym_DQUOTE, - ACTIONS(2966), 1, + ACTIONS(2382), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2968), 1, + ACTIONS(2384), 1, anon_sym_DOLLAR_DQUOTE, - STATE(3), 1, + ACTIONS(2730), 1, + anon_sym_LBRACK, + STATE(124), 1, sym_val_number, - STATE(132), 1, + STATE(1487), 1, + sym_comment, + STATE(1963), 1, + sym_expr_parenthesized, + STATE(1981), 1, sym__var, - STATE(200), 1, + STATE(2201), 1, + sym__inter_double_quotes, + STATE(2211), 1, + sym__inter_single_quotes, + STATE(2251), 1, sym__str_double_quotes, - STATE(208), 1, + STATE(2252), 1, sym__expression, - STATE(210), 1, - sym_expr_parenthesized, - STATE(214), 1, - sym__inter_single_quotes, - STATE(219), 1, - sym__inter_double_quotes, - STATE(1487), 1, - sym_comment, - ACTIONS(2948), 2, + ACTIONS(2364), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2952), 2, + ACTIONS(2368), 2, sym_val_nothing, sym_val_date, - ACTIONS(2954), 2, + ACTIONS(2370), 2, anon_sym_true, anon_sym_false, - ACTIONS(2964), 2, + ACTIONS(2380), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2960), 3, + ACTIONS(2376), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(206), 4, + STATE(2172), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2958), 6, + ACTIONS(2374), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(236), 11, + STATE(2222), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -169163,73 +169168,73 @@ static const uint16_t ts_small_parse_table[] = { [52564] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2308), 1, + ACTIONS(2350), 1, anon_sym_LPAREN, - ACTIONS(2310), 1, + ACTIONS(2352), 1, anon_sym_DOLLAR, - ACTIONS(2312), 1, + ACTIONS(2354), 1, anon_sym_DASH, - ACTIONS(2314), 1, + ACTIONS(2356), 1, anon_sym_LBRACE, - ACTIONS(2320), 1, + ACTIONS(2362), 1, anon_sym_not, - ACTIONS(2324), 1, + ACTIONS(2366), 1, anon_sym_DOT_DOT, - ACTIONS(2330), 1, + ACTIONS(2372), 1, aux_sym_val_number_token1, - ACTIONS(2336), 1, + ACTIONS(2378), 1, anon_sym_DQUOTE, - ACTIONS(2340), 1, + ACTIONS(2382), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2342), 1, + ACTIONS(2384), 1, anon_sym_DOLLAR_DQUOTE, ACTIONS(2730), 1, anon_sym_LBRACK, - STATE(120), 1, + STATE(124), 1, sym_val_number, STATE(1488), 1, sym_comment, - STATE(1921), 1, - sym__var, STATE(1963), 1, sym_expr_parenthesized, - STATE(2195), 1, + STATE(1981), 1, + sym__var, + STATE(2201), 1, sym__inter_double_quotes, - STATE(2196), 1, + STATE(2211), 1, sym__inter_single_quotes, - STATE(2248), 1, + STATE(2251), 1, sym__str_double_quotes, - STATE(2646), 1, + STATE(2255), 1, sym__expression, - ACTIONS(2322), 2, + ACTIONS(2364), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2326), 2, + ACTIONS(2368), 2, sym_val_nothing, sym_val_date, - ACTIONS(2328), 2, + ACTIONS(2370), 2, anon_sym_true, anon_sym_false, - ACTIONS(2338), 2, + ACTIONS(2380), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2334), 3, + ACTIONS(2376), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2227), 4, + STATE(2172), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2332), 6, + ACTIONS(2374), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2199), 11, + STATE(2222), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -169244,73 +169249,73 @@ static const uint16_t ts_small_parse_table[] = { [52673] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2936), 1, - anon_sym_LBRACK, - ACTIONS(2938), 1, + ACTIONS(2350), 1, anon_sym_LPAREN, - ACTIONS(2940), 1, + ACTIONS(2352), 1, anon_sym_DOLLAR, - ACTIONS(2942), 1, + ACTIONS(2354), 1, anon_sym_DASH, - ACTIONS(2944), 1, + ACTIONS(2356), 1, anon_sym_LBRACE, - ACTIONS(2946), 1, + ACTIONS(2362), 1, anon_sym_not, - ACTIONS(2950), 1, + ACTIONS(2366), 1, anon_sym_DOT_DOT, - ACTIONS(2956), 1, + ACTIONS(2372), 1, aux_sym_val_number_token1, - ACTIONS(2962), 1, + ACTIONS(2378), 1, anon_sym_DQUOTE, - ACTIONS(2966), 1, + ACTIONS(2382), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2968), 1, + ACTIONS(2384), 1, anon_sym_DOLLAR_DQUOTE, - STATE(3), 1, + ACTIONS(2730), 1, + anon_sym_LBRACK, + STATE(124), 1, sym_val_number, - STATE(132), 1, + STATE(1489), 1, + sym_comment, + STATE(1963), 1, + sym_expr_parenthesized, + STATE(1981), 1, sym__var, - STATE(200), 1, + STATE(2201), 1, + sym__inter_double_quotes, + STATE(2211), 1, + sym__inter_single_quotes, + STATE(2251), 1, sym__str_double_quotes, - STATE(210), 1, - sym_expr_parenthesized, - STATE(211), 1, + STATE(2258), 1, sym__expression, - STATE(214), 1, - sym__inter_single_quotes, - STATE(219), 1, - sym__inter_double_quotes, - STATE(1489), 1, - sym_comment, - ACTIONS(2948), 2, + ACTIONS(2364), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2952), 2, + ACTIONS(2368), 2, sym_val_nothing, sym_val_date, - ACTIONS(2954), 2, + ACTIONS(2370), 2, anon_sym_true, anon_sym_false, - ACTIONS(2964), 2, + ACTIONS(2380), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2960), 3, + ACTIONS(2376), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(206), 4, + STATE(2172), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2958), 6, + ACTIONS(2374), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(236), 11, + STATE(2222), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -169325,73 +169330,73 @@ static const uint16_t ts_small_parse_table[] = { [52782] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1543), 1, + ACTIONS(2350), 1, + anon_sym_LPAREN, + ACTIONS(2352), 1, anon_sym_DOLLAR, - ACTIONS(1545), 1, + ACTIONS(2354), 1, anon_sym_DASH, - ACTIONS(1551), 1, - anon_sym_DOT_DOT, - ACTIONS(1557), 1, - aux_sym_val_number_token1, - ACTIONS(2846), 1, - anon_sym_LBRACK, - ACTIONS(2848), 1, - anon_sym_LPAREN, - ACTIONS(2850), 1, + ACTIONS(2356), 1, anon_sym_LBRACE, - ACTIONS(2852), 1, + ACTIONS(2362), 1, anon_sym_not, - ACTIONS(2862), 1, + ACTIONS(2366), 1, + anon_sym_DOT_DOT, + ACTIONS(2372), 1, + aux_sym_val_number_token1, + ACTIONS(2378), 1, anon_sym_DQUOTE, - ACTIONS(2866), 1, + ACTIONS(2382), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2868), 1, + ACTIONS(2384), 1, anon_sym_DOLLAR_DQUOTE, - STATE(13), 1, + ACTIONS(2730), 1, + anon_sym_LBRACK, + STATE(124), 1, sym_val_number, - STATE(469), 1, - sym__var, - STATE(575), 1, + STATE(1490), 1, + sym_comment, + STATE(1963), 1, sym_expr_parenthesized, - STATE(592), 1, + STATE(1981), 1, + sym__var, + STATE(2201), 1, sym__inter_double_quotes, - STATE(593), 1, + STATE(2211), 1, sym__inter_single_quotes, - STATE(595), 1, + STATE(2251), 1, sym__str_double_quotes, - STATE(635), 1, + STATE(2259), 1, sym__expression, - STATE(1490), 1, - sym_comment, - ACTIONS(2854), 2, + ACTIONS(2364), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2856), 2, + ACTIONS(2368), 2, sym_val_nothing, sym_val_date, - ACTIONS(2858), 2, + ACTIONS(2370), 2, anon_sym_true, anon_sym_false, - ACTIONS(2864), 2, + ACTIONS(2380), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1559), 3, + ACTIONS(2376), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(577), 4, + STATE(2172), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2860), 6, + ACTIONS(2374), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(599), 11, + STATE(2222), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -169406,73 +169411,73 @@ static const uint16_t ts_small_parse_table[] = { [52891] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2936), 1, - anon_sym_LBRACK, - ACTIONS(2938), 1, - anon_sym_LPAREN, - ACTIONS(2940), 1, + ACTIONS(982), 1, anon_sym_DOLLAR, - ACTIONS(2942), 1, + ACTIONS(984), 1, anon_sym_DASH, - ACTIONS(2944), 1, - anon_sym_LBRACE, - ACTIONS(2946), 1, - anon_sym_not, - ACTIONS(2950), 1, + ACTIONS(990), 1, anon_sym_DOT_DOT, - ACTIONS(2956), 1, + ACTIONS(996), 1, aux_sym_val_number_token1, - ACTIONS(2962), 1, + ACTIONS(2878), 1, + anon_sym_LBRACK, + ACTIONS(2880), 1, + anon_sym_LPAREN, + ACTIONS(2882), 1, + anon_sym_LBRACE, + ACTIONS(2884), 1, + anon_sym_not, + ACTIONS(2894), 1, anon_sym_DQUOTE, - ACTIONS(2966), 1, + ACTIONS(2898), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2968), 1, + ACTIONS(2900), 1, anon_sym_DOLLAR_DQUOTE, - STATE(3), 1, + STATE(9), 1, sym_val_number, - STATE(132), 1, + STATE(233), 1, sym__var, - STATE(200), 1, - sym__str_double_quotes, - STATE(210), 1, + STATE(377), 1, + sym__inter_double_quotes, + STATE(391), 1, sym_expr_parenthesized, - STATE(213), 1, + STATE(402), 1, sym__expression, - STATE(214), 1, + STATE(419), 1, + sym__str_double_quotes, + STATE(420), 1, sym__inter_single_quotes, - STATE(219), 1, - sym__inter_double_quotes, STATE(1491), 1, sym_comment, - ACTIONS(2948), 2, + ACTIONS(2886), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2952), 2, + ACTIONS(2888), 2, sym_val_nothing, sym_val_date, - ACTIONS(2954), 2, + ACTIONS(2890), 2, anon_sym_true, anon_sym_false, - ACTIONS(2964), 2, + ACTIONS(2896), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2960), 3, + ACTIONS(998), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(206), 4, + STATE(390), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2958), 6, + ACTIONS(2892), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(236), 11, + STATE(417), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -169487,73 +169492,73 @@ static const uint16_t ts_small_parse_table[] = { [53000] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2936), 1, - anon_sym_LBRACK, - ACTIONS(2938), 1, - anon_sym_LPAREN, - ACTIONS(2940), 1, + ACTIONS(982), 1, anon_sym_DOLLAR, - ACTIONS(2942), 1, + ACTIONS(984), 1, anon_sym_DASH, - ACTIONS(2944), 1, - anon_sym_LBRACE, - ACTIONS(2946), 1, - anon_sym_not, - ACTIONS(2950), 1, + ACTIONS(990), 1, anon_sym_DOT_DOT, - ACTIONS(2956), 1, + ACTIONS(996), 1, aux_sym_val_number_token1, - ACTIONS(2962), 1, + ACTIONS(2878), 1, + anon_sym_LBRACK, + ACTIONS(2880), 1, + anon_sym_LPAREN, + ACTIONS(2882), 1, + anon_sym_LBRACE, + ACTIONS(2884), 1, + anon_sym_not, + ACTIONS(2894), 1, anon_sym_DQUOTE, - ACTIONS(2966), 1, + ACTIONS(2898), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2968), 1, + ACTIONS(2900), 1, anon_sym_DOLLAR_DQUOTE, - STATE(3), 1, + STATE(9), 1, sym_val_number, - STATE(132), 1, + STATE(233), 1, sym__var, - STATE(200), 1, - sym__str_double_quotes, - STATE(210), 1, + STATE(377), 1, + sym__inter_double_quotes, + STATE(391), 1, sym_expr_parenthesized, - STATE(214), 1, - sym__inter_single_quotes, - STATE(216), 1, + STATE(403), 1, sym__expression, - STATE(219), 1, - sym__inter_double_quotes, + STATE(419), 1, + sym__str_double_quotes, + STATE(420), 1, + sym__inter_single_quotes, STATE(1492), 1, sym_comment, - ACTIONS(2948), 2, + ACTIONS(2886), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2952), 2, + ACTIONS(2888), 2, sym_val_nothing, sym_val_date, - ACTIONS(2954), 2, + ACTIONS(2890), 2, anon_sym_true, anon_sym_false, - ACTIONS(2964), 2, + ACTIONS(2896), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2960), 3, + ACTIONS(998), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(206), 4, + STATE(390), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2958), 6, + ACTIONS(2892), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(236), 11, + STATE(417), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -169568,73 +169573,73 @@ static const uint16_t ts_small_parse_table[] = { [53109] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2487), 1, + ACTIONS(2750), 1, anon_sym_LBRACK, - ACTIONS(2489), 1, + ACTIONS(2752), 1, anon_sym_LPAREN, - ACTIONS(2491), 1, + ACTIONS(2754), 1, anon_sym_DOLLAR, - ACTIONS(2495), 1, + ACTIONS(2756), 1, anon_sym_DASH, - ACTIONS(2497), 1, + ACTIONS(2758), 1, anon_sym_LBRACE, - ACTIONS(2499), 1, - anon_sym_not, - ACTIONS(2503), 1, + ACTIONS(2764), 1, anon_sym_DOT_DOT, - ACTIONS(2509), 1, + ACTIONS(2770), 1, aux_sym_val_number_token1, - ACTIONS(2515), 1, + ACTIONS(2778), 1, anon_sym_DQUOTE, - ACTIONS(2519), 1, + ACTIONS(2782), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2521), 1, + ACTIONS(2784), 1, anon_sym_DOLLAR_DQUOTE, - STATE(129), 1, + ACTIONS(2786), 1, + anon_sym_not, + STATE(123), 1, sym_val_number, STATE(1493), 1, sym_comment, - STATE(2174), 1, + STATE(1927), 1, sym_expr_parenthesized, - STATE(2179), 1, - sym__expression, - STATE(2180), 1, + STATE(1992), 1, sym__var, - STATE(2589), 1, - sym__inter_double_quotes, - STATE(2592), 1, + STATE(2169), 1, sym__inter_single_quotes, - STATE(2619), 1, + STATE(2224), 1, sym__str_double_quotes, - ACTIONS(2501), 2, + STATE(2279), 1, + sym__expression, + STATE(2280), 1, + sym__inter_double_quotes, + ACTIONS(2762), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2505), 2, + ACTIONS(2776), 2, sym_val_nothing, sym_val_date, - ACTIONS(2507), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2517), 2, + ACTIONS(2780), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2513), 3, + ACTIONS(2788), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2774), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(2236), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2511), 6, + ACTIONS(2772), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2606), 11, + STATE(2293), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -169649,73 +169654,73 @@ static const uint16_t ts_small_parse_table[] = { [53218] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1543), 1, + ACTIONS(982), 1, anon_sym_DOLLAR, - ACTIONS(1545), 1, + ACTIONS(984), 1, anon_sym_DASH, - ACTIONS(1551), 1, + ACTIONS(990), 1, anon_sym_DOT_DOT, - ACTIONS(1557), 1, + ACTIONS(996), 1, aux_sym_val_number_token1, - ACTIONS(2846), 1, + ACTIONS(2878), 1, anon_sym_LBRACK, - ACTIONS(2848), 1, + ACTIONS(2880), 1, anon_sym_LPAREN, - ACTIONS(2850), 1, + ACTIONS(2882), 1, anon_sym_LBRACE, - ACTIONS(2852), 1, + ACTIONS(2884), 1, anon_sym_not, - ACTIONS(2862), 1, + ACTIONS(2894), 1, anon_sym_DQUOTE, - ACTIONS(2866), 1, + ACTIONS(2898), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2868), 1, + ACTIONS(2900), 1, anon_sym_DOLLAR_DQUOTE, - STATE(13), 1, + STATE(9), 1, sym_val_number, - STATE(469), 1, + STATE(233), 1, sym__var, - STATE(575), 1, - sym_expr_parenthesized, - STATE(592), 1, + STATE(377), 1, sym__inter_double_quotes, - STATE(593), 1, - sym__inter_single_quotes, - STATE(595), 1, - sym__str_double_quotes, - STATE(636), 1, + STATE(391), 1, + sym_expr_parenthesized, + STATE(404), 1, sym__expression, + STATE(419), 1, + sym__str_double_quotes, + STATE(420), 1, + sym__inter_single_quotes, STATE(1494), 1, sym_comment, - ACTIONS(2854), 2, + ACTIONS(2886), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2856), 2, + ACTIONS(2888), 2, sym_val_nothing, sym_val_date, - ACTIONS(2858), 2, + ACTIONS(2890), 2, anon_sym_true, anon_sym_false, - ACTIONS(2864), 2, + ACTIONS(2896), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(1559), 3, + ACTIONS(998), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(577), 4, + STATE(390), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2860), 6, + ACTIONS(2892), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(599), 11, + STATE(417), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -169730,7 +169735,7 @@ static const uint16_t ts_small_parse_table[] = { [53327] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, ACTIONS(2527), 1, anon_sym_LBRACK, @@ -169750,22 +169755,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(2561), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2870), 1, + ACTIONS(2848), 1, anon_sym_not, STATE(17), 1, sym_val_number, - STATE(1012), 1, + STATE(1016), 1, sym__var, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1108), 1, + STATE(1094), 1, + sym__inter_double_quotes, + STATE(1104), 1, sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, + STATE(1139), 1, sym__inter_single_quotes, - STATE(1157), 1, - sym__inter_double_quotes, + STATE(1166), 1, + sym_expr_parenthesized, STATE(1495), 1, sym_comment, ACTIONS(2539), 2, @@ -169777,14 +169782,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2872), 2, + ACTIONS(2850), 2, anon_sym_true, anon_sym_false, ACTIONS(2551), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1133), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -169796,7 +169801,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1154), 11, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -169811,73 +169816,73 @@ static const uint16_t ts_small_parse_table[] = { [53436] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2487), 1, + ACTIONS(2750), 1, anon_sym_LBRACK, - ACTIONS(2489), 1, + ACTIONS(2752), 1, anon_sym_LPAREN, - ACTIONS(2491), 1, + ACTIONS(2754), 1, anon_sym_DOLLAR, - ACTIONS(2495), 1, + ACTIONS(2756), 1, anon_sym_DASH, - ACTIONS(2497), 1, + ACTIONS(2758), 1, anon_sym_LBRACE, - ACTIONS(2499), 1, - anon_sym_not, - ACTIONS(2503), 1, + ACTIONS(2764), 1, anon_sym_DOT_DOT, - ACTIONS(2509), 1, + ACTIONS(2770), 1, aux_sym_val_number_token1, - ACTIONS(2515), 1, + ACTIONS(2778), 1, anon_sym_DQUOTE, - ACTIONS(2519), 1, + ACTIONS(2782), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2521), 1, + ACTIONS(2784), 1, anon_sym_DOLLAR_DQUOTE, - STATE(129), 1, + ACTIONS(2786), 1, + anon_sym_not, + STATE(123), 1, sym_val_number, STATE(1496), 1, sym_comment, - STATE(2174), 1, + STATE(1927), 1, sym_expr_parenthesized, - STATE(2178), 1, - sym__expression, - STATE(2180), 1, + STATE(1992), 1, sym__var, - STATE(2589), 1, - sym__inter_double_quotes, - STATE(2592), 1, + STATE(2169), 1, sym__inter_single_quotes, - STATE(2619), 1, + STATE(2224), 1, sym__str_double_quotes, - ACTIONS(2501), 2, + STATE(2278), 1, + sym__expression, + STATE(2280), 1, + sym__inter_double_quotes, + ACTIONS(2762), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2505), 2, + ACTIONS(2776), 2, sym_val_nothing, sym_val_date, - ACTIONS(2507), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2517), 2, + ACTIONS(2780), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2513), 3, + ACTIONS(2788), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2774), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(2236), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2511), 6, + ACTIONS(2772), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2606), 11, + STATE(2293), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -169892,73 +169897,73 @@ static const uint16_t ts_small_parse_table[] = { [53545] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(982), 1, + ACTIONS(2350), 1, + anon_sym_LPAREN, + ACTIONS(2352), 1, anon_sym_DOLLAR, - ACTIONS(984), 1, + ACTIONS(2354), 1, anon_sym_DASH, - ACTIONS(990), 1, - anon_sym_DOT_DOT, - ACTIONS(996), 1, - aux_sym_val_number_token1, - ACTIONS(2970), 1, - anon_sym_LBRACK, - ACTIONS(2972), 1, - anon_sym_LPAREN, - ACTIONS(2974), 1, + ACTIONS(2356), 1, anon_sym_LBRACE, - ACTIONS(2976), 1, + ACTIONS(2362), 1, anon_sym_not, - ACTIONS(2986), 1, + ACTIONS(2366), 1, + anon_sym_DOT_DOT, + ACTIONS(2372), 1, + aux_sym_val_number_token1, + ACTIONS(2378), 1, anon_sym_DQUOTE, - ACTIONS(2990), 1, + ACTIONS(2382), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2992), 1, + ACTIONS(2384), 1, anon_sym_DOLLAR_DQUOTE, - STATE(9), 1, + ACTIONS(2730), 1, + anon_sym_LBRACK, + STATE(124), 1, sym_val_number, - STATE(226), 1, + STATE(1497), 1, + sym_comment, + STATE(1963), 1, + sym_expr_parenthesized, + STATE(1981), 1, sym__var, - STATE(355), 1, - sym__expression, - STATE(365), 1, + STATE(2201), 1, sym__inter_double_quotes, - STATE(388), 1, - sym__str_double_quotes, - STATE(401), 1, - sym_expr_parenthesized, - STATE(418), 1, + STATE(2211), 1, sym__inter_single_quotes, - STATE(1497), 1, - sym_comment, - ACTIONS(2978), 2, + STATE(2251), 1, + sym__str_double_quotes, + STATE(2637), 1, + sym__expression, + ACTIONS(2364), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2980), 2, + ACTIONS(2368), 2, sym_val_nothing, sym_val_date, - ACTIONS(2982), 2, + ACTIONS(2370), 2, anon_sym_true, anon_sym_false, - ACTIONS(2988), 2, + ACTIONS(2380), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(998), 3, + ACTIONS(2376), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(405), 4, + STATE(2172), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2984), 6, + ACTIONS(2374), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(379), 11, + STATE(2222), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -169973,73 +169978,73 @@ static const uint16_t ts_small_parse_table[] = { [53654] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(191), 1, + ACTIONS(2750), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(2752), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(2754), 1, + anon_sym_DOLLAR, + ACTIONS(2756), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(2758), 1, anon_sym_LBRACE, - ACTIONS(243), 1, + ACTIONS(2764), 1, anon_sym_DOT_DOT, - ACTIONS(249), 1, + ACTIONS(2770), 1, aux_sym_val_number_token1, - ACTIONS(257), 1, + ACTIONS(2778), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(2782), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(2784), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, - anon_sym_DOLLAR, - ACTIONS(2994), 1, + ACTIONS(2786), 1, anon_sym_not, - STATE(126), 1, + STATE(123), 1, sym_val_number, STATE(1498), 1, sym_comment, - STATE(2031), 1, + STATE(1927), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(1992), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, + STATE(2169), 1, sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2377), 1, + STATE(2224), 1, + sym__str_double_quotes, + STATE(2277), 1, sym__expression, - ACTIONS(241), 2, + STATE(2280), 1, + sym__inter_double_quotes, + ACTIONS(2762), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(255), 2, + ACTIONS(2776), 2, sym_val_nothing, sym_val_date, - ACTIONS(259), 2, + ACTIONS(2780), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2996), 2, + ACTIONS(2788), 2, anon_sym_true, anon_sym_false, - ACTIONS(253), 3, + ACTIONS(2774), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2331), 4, + STATE(2236), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(251), 6, + ACTIONS(2772), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2337), 11, + STATE(2293), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -170054,73 +170059,73 @@ static const uint16_t ts_small_parse_table[] = { [53763] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(191), 1, + ACTIONS(2750), 1, anon_sym_LBRACK, - ACTIONS(193), 1, + ACTIONS(2752), 1, anon_sym_LPAREN, - ACTIONS(201), 1, + ACTIONS(2754), 1, + anon_sym_DOLLAR, + ACTIONS(2756), 1, anon_sym_DASH, - ACTIONS(219), 1, + ACTIONS(2758), 1, anon_sym_LBRACE, - ACTIONS(243), 1, + ACTIONS(2764), 1, anon_sym_DOT_DOT, - ACTIONS(249), 1, + ACTIONS(2770), 1, aux_sym_val_number_token1, - ACTIONS(257), 1, + ACTIONS(2778), 1, anon_sym_DQUOTE, - ACTIONS(261), 1, + ACTIONS(2782), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(263), 1, + ACTIONS(2784), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, - anon_sym_DOLLAR, - ACTIONS(2994), 1, + ACTIONS(2786), 1, anon_sym_not, - STATE(126), 1, + STATE(123), 1, sym_val_number, STATE(1499), 1, sym_comment, - STATE(2031), 1, + STATE(1927), 1, sym_expr_parenthesized, - STATE(2070), 1, + STATE(1992), 1, sym__var, - STATE(2197), 1, - sym__str_double_quotes, - STATE(2334), 1, + STATE(2169), 1, sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2376), 1, + STATE(2224), 1, + sym__str_double_quotes, + STATE(2276), 1, sym__expression, - ACTIONS(241), 2, + STATE(2280), 1, + sym__inter_double_quotes, + ACTIONS(2762), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(255), 2, + ACTIONS(2776), 2, sym_val_nothing, sym_val_date, - ACTIONS(259), 2, + ACTIONS(2780), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2996), 2, + ACTIONS(2788), 2, anon_sym_true, anon_sym_false, - ACTIONS(253), 3, + ACTIONS(2774), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2331), 4, + STATE(2236), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(251), 6, + ACTIONS(2772), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2337), 11, + STATE(2293), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -170153,26 +170158,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2994), 1, + ACTIONS(2930), 1, anon_sym_not, - STATE(126), 1, + STATE(125), 1, sym_val_number, STATE(1500), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2375), 1, + STATE(2364), 1, sym__expression, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2460), 1, + sym__inter_single_quotes, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -170182,14 +170187,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2996), 2, + ACTIONS(2932), 2, anon_sym_true, anon_sym_false, ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -170201,7 +170206,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2337), 11, + STATE(2410), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -170234,26 +170239,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2994), 1, + ACTIONS(2930), 1, anon_sym_not, - STATE(126), 1, + STATE(125), 1, sym_val_number, STATE(1501), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2373), 1, + STATE(2363), 1, sym__expression, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2460), 1, + sym__inter_single_quotes, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -170263,14 +170268,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2996), 2, + ACTIONS(2932), 2, anon_sym_true, anon_sym_false, ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -170282,7 +170287,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2337), 11, + STATE(2410), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -170315,26 +170320,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2994), 1, + ACTIONS(2930), 1, anon_sym_not, - STATE(126), 1, + STATE(125), 1, sym_val_number, STATE(1502), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2371), 1, + STATE(2360), 1, sym__expression, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2460), 1, + sym__inter_single_quotes, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -170344,14 +170349,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2996), 2, + ACTIONS(2932), 2, anon_sym_true, anon_sym_false, ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -170363,7 +170368,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2337), 11, + STATE(2410), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -170396,26 +170401,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2994), 1, + ACTIONS(2930), 1, anon_sym_not, - STATE(126), 1, + STATE(125), 1, sym_val_number, STATE(1503), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2368), 1, + STATE(2352), 1, sym__expression, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2460), 1, + sym__inter_single_quotes, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -170425,14 +170430,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2996), 2, + ACTIONS(2932), 2, anon_sym_true, anon_sym_false, ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -170444,7 +170449,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2337), 11, + STATE(2410), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -170477,26 +170482,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2994), 1, + ACTIONS(2930), 1, anon_sym_not, - STATE(126), 1, + STATE(125), 1, sym_val_number, STATE(1504), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2370), 1, + STATE(2458), 1, sym__expression, + STATE(2460), 1, + sym__inter_single_quotes, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -170506,14 +170511,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2996), 2, + ACTIONS(2932), 2, anon_sym_true, anon_sym_false, ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -170525,7 +170530,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2337), 11, + STATE(2410), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -170558,26 +170563,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2994), 1, + ACTIONS(2930), 1, anon_sym_not, - STATE(126), 1, + STATE(125), 1, sym_val_number, STATE(1505), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2366), 1, + STATE(2340), 1, sym__expression, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2460), 1, + sym__inter_single_quotes, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -170587,14 +170592,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2996), 2, + ACTIONS(2932), 2, anon_sym_true, anon_sym_false, ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -170606,7 +170611,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2337), 11, + STATE(2410), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -170639,26 +170644,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2994), 1, + ACTIONS(2930), 1, anon_sym_not, - STATE(126), 1, + STATE(125), 1, sym_val_number, STATE(1506), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2365), 1, + STATE(2433), 1, sym__expression, + STATE(2460), 1, + sym__inter_single_quotes, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -170668,14 +170673,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2996), 2, + ACTIONS(2932), 2, anon_sym_true, anon_sym_false, ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -170687,7 +170692,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2337), 11, + STATE(2410), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -170720,26 +170725,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2994), 1, + ACTIONS(2930), 1, anon_sym_not, - STATE(126), 1, + STATE(125), 1, sym_val_number, STATE(1507), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, - sym__inter_double_quotes, - STATE(2363), 1, sym__expression, + STATE(2404), 1, + sym__inter_double_quotes, + STATE(2460), 1, + sym__inter_single_quotes, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -170749,14 +170754,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2996), 2, + ACTIONS(2932), 2, anon_sym_true, anon_sym_false, ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -170768,7 +170773,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2337), 11, + STATE(2410), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -170801,26 +170806,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2994), 1, + ACTIONS(2930), 1, anon_sym_not, - STATE(126), 1, + STATE(125), 1, sym_val_number, STATE(1508), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2352), 1, + STATE(2423), 1, sym__expression, + STATE(2460), 1, + sym__inter_single_quotes, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -170830,14 +170835,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2996), 2, + ACTIONS(2932), 2, anon_sym_true, anon_sym_false, ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -170849,7 +170854,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2337), 11, + STATE(2410), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -170882,26 +170887,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2994), 1, + ACTIONS(2930), 1, anon_sym_not, - STATE(126), 1, + STATE(125), 1, sym_val_number, STATE(1509), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2351), 1, + STATE(2442), 1, sym__expression, + STATE(2460), 1, + sym__inter_single_quotes, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -170911,14 +170916,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2996), 2, + ACTIONS(2932), 2, anon_sym_true, anon_sym_false, ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -170930,7 +170935,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2337), 11, + STATE(2410), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -170963,26 +170968,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1023), 1, + ACTIONS(1020), 1, anon_sym_DOLLAR, - ACTIONS(2994), 1, + ACTIONS(2930), 1, anon_sym_not, - STATE(126), 1, + STATE(125), 1, sym_val_number, STATE(1510), 1, sym_comment, - STATE(2031), 1, - sym_expr_parenthesized, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2197), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, sym__str_double_quotes, - STATE(2334), 1, - sym__inter_single_quotes, - STATE(2341), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2350), 1, + STATE(2450), 1, sym__expression, + STATE(2460), 1, + sym__inter_single_quotes, ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -170992,14 +170997,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2996), 2, + ACTIONS(2932), 2, anon_sym_true, anon_sym_false, ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2331), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -171011,7 +171016,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2337), 11, + STATE(2410), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -171026,73 +171031,73 @@ static const uint16_t ts_small_parse_table[] = { [55071] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(982), 1, - anon_sym_DOLLAR, - ACTIONS(984), 1, - anon_sym_DASH, - ACTIONS(990), 1, - anon_sym_DOT_DOT, - ACTIONS(996), 1, - aux_sym_val_number_token1, - ACTIONS(2970), 1, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(2972), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(2974), 1, + ACTIONS(201), 1, + anon_sym_DASH, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(2976), 1, - anon_sym_not, - ACTIONS(2986), 1, + ACTIONS(243), 1, + anon_sym_DOT_DOT, + ACTIONS(249), 1, + aux_sym_val_number_token1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(2990), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2992), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - STATE(9), 1, + ACTIONS(1020), 1, + anon_sym_DOLLAR, + ACTIONS(2930), 1, + anon_sym_not, + STATE(125), 1, sym_val_number, - STATE(226), 1, + STATE(1511), 1, + sym_comment, + STATE(2023), 1, sym__var, - STATE(356), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, + sym__str_double_quotes, + STATE(2336), 1, sym__expression, - STATE(365), 1, + STATE(2404), 1, sym__inter_double_quotes, - STATE(388), 1, - sym__str_double_quotes, - STATE(401), 1, - sym_expr_parenthesized, - STATE(418), 1, + STATE(2460), 1, sym__inter_single_quotes, - STATE(1511), 1, - sym_comment, - ACTIONS(2978), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2980), 2, + ACTIONS(255), 2, sym_val_nothing, sym_val_date, - ACTIONS(2982), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2988), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(998), 3, + ACTIONS(2932), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(405), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2984), 6, + ACTIONS(251), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(379), 11, + STATE(2410), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -171107,73 +171112,73 @@ static const uint16_t ts_small_parse_table[] = { [55180] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2487), 1, + ACTIONS(191), 1, anon_sym_LBRACK, - ACTIONS(2489), 1, + ACTIONS(193), 1, anon_sym_LPAREN, - ACTIONS(2491), 1, - anon_sym_DOLLAR, - ACTIONS(2495), 1, + ACTIONS(201), 1, anon_sym_DASH, - ACTIONS(2497), 1, + ACTIONS(219), 1, anon_sym_LBRACE, - ACTIONS(2499), 1, - anon_sym_not, - ACTIONS(2503), 1, + ACTIONS(243), 1, anon_sym_DOT_DOT, - ACTIONS(2509), 1, + ACTIONS(249), 1, aux_sym_val_number_token1, - ACTIONS(2515), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(2519), 1, + ACTIONS(261), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2521), 1, + ACTIONS(263), 1, anon_sym_DOLLAR_DQUOTE, - STATE(129), 1, + ACTIONS(1020), 1, + anon_sym_DOLLAR, + ACTIONS(2930), 1, + anon_sym_not, + STATE(125), 1, sym_val_number, STATE(1512), 1, sym_comment, - STATE(2173), 1, - sym__expression, - STATE(2174), 1, - sym_expr_parenthesized, - STATE(2180), 1, + STATE(2023), 1, sym__var, - STATE(2589), 1, + STATE(2037), 1, + sym_expr_parenthesized, + STATE(2215), 1, + sym__str_double_quotes, + STATE(2388), 1, + sym__expression, + STATE(2404), 1, sym__inter_double_quotes, - STATE(2592), 1, + STATE(2460), 1, sym__inter_single_quotes, - STATE(2619), 1, - sym__str_double_quotes, - ACTIONS(2501), 2, + ACTIONS(241), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2505), 2, + ACTIONS(255), 2, sym_val_nothing, sym_val_date, - ACTIONS(2507), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2517), 2, + ACTIONS(259), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2513), 3, + ACTIONS(2932), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(253), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(2379), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2511), 6, + ACTIONS(251), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2606), 11, + STATE(2410), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -171188,73 +171193,73 @@ static const uint16_t ts_small_parse_table[] = { [55289] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, - anon_sym_LPAREN, - ACTIONS(2527), 1, + ACTIONS(2750), 1, anon_sym_LBRACK, - ACTIONS(2531), 1, + ACTIONS(2752), 1, + anon_sym_LPAREN, + ACTIONS(2754), 1, anon_sym_DOLLAR, - ACTIONS(2533), 1, + ACTIONS(2756), 1, anon_sym_DASH, - ACTIONS(2535), 1, + ACTIONS(2758), 1, anon_sym_LBRACE, - ACTIONS(2541), 1, + ACTIONS(2764), 1, anon_sym_DOT_DOT, - ACTIONS(2547), 1, + ACTIONS(2770), 1, aux_sym_val_number_token1, - ACTIONS(2555), 1, + ACTIONS(2778), 1, anon_sym_DQUOTE, - ACTIONS(2559), 1, + ACTIONS(2782), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2561), 1, + ACTIONS(2784), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2870), 1, + ACTIONS(2786), 1, anon_sym_not, - STATE(17), 1, + STATE(123), 1, sym_val_number, - STATE(1012), 1, + STATE(1513), 1, + sym_comment, + STATE(1927), 1, + sym_expr_parenthesized, + STATE(1992), 1, sym__var, - STATE(1029), 1, + STATE(2169), 1, + sym__inter_single_quotes, + STATE(2224), 1, sym__str_double_quotes, - STATE(1107), 1, + STATE(2275), 1, sym__expression, - STATE(1132), 1, - sym_expr_parenthesized, - STATE(1156), 1, - sym__inter_single_quotes, - STATE(1157), 1, + STATE(2280), 1, sym__inter_double_quotes, - STATE(1513), 1, - sym_comment, - ACTIONS(2539), 2, + ACTIONS(2762), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2553), 2, + ACTIONS(2776), 2, sym_val_nothing, sym_val_date, - ACTIONS(2557), 2, + ACTIONS(2780), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2872), 2, + ACTIONS(2788), 2, anon_sym_true, anon_sym_false, - ACTIONS(2551), 3, + ACTIONS(2774), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1133), 4, + STATE(2236), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2549), 6, + ACTIONS(2772), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1154), 11, + STATE(2293), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -171277,65 +171282,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, ACTIONS(996), 1, aux_sym_val_number_token1, - ACTIONS(2970), 1, + ACTIONS(2878), 1, anon_sym_LBRACK, - ACTIONS(2972), 1, + ACTIONS(2880), 1, anon_sym_LPAREN, - ACTIONS(2974), 1, + ACTIONS(2882), 1, anon_sym_LBRACE, - ACTIONS(2976), 1, + ACTIONS(2884), 1, anon_sym_not, - ACTIONS(2986), 1, + ACTIONS(2894), 1, anon_sym_DQUOTE, - ACTIONS(2990), 1, + ACTIONS(2898), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2992), 1, + ACTIONS(2900), 1, anon_sym_DOLLAR_DQUOTE, STATE(9), 1, sym_val_number, - STATE(226), 1, + STATE(233), 1, sym__var, - STATE(357), 1, - sym__expression, - STATE(365), 1, + STATE(377), 1, sym__inter_double_quotes, - STATE(388), 1, - sym__str_double_quotes, - STATE(401), 1, + STATE(391), 1, sym_expr_parenthesized, - STATE(418), 1, + STATE(405), 1, + sym__expression, + STATE(419), 1, + sym__str_double_quotes, + STATE(420), 1, sym__inter_single_quotes, STATE(1514), 1, sym_comment, - ACTIONS(2978), 2, + ACTIONS(2886), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2980), 2, + ACTIONS(2888), 2, sym_val_nothing, sym_val_date, - ACTIONS(2982), 2, + ACTIONS(2890), 2, anon_sym_true, anon_sym_false, - ACTIONS(2988), 2, + ACTIONS(2896), 2, sym__str_single_quotes, sym__str_back_ticks, ACTIONS(998), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(405), 4, + STATE(390), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2984), 6, + ACTIONS(2892), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(379), 11, + STATE(417), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -171350,73 +171355,73 @@ static const uint16_t ts_small_parse_table[] = { [55507] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(982), 1, + ACTIONS(2192), 1, + anon_sym_LPAREN, + ACTIONS(2527), 1, + anon_sym_LBRACK, + ACTIONS(2531), 1, anon_sym_DOLLAR, - ACTIONS(984), 1, + ACTIONS(2533), 1, anon_sym_DASH, - ACTIONS(990), 1, + ACTIONS(2535), 1, + anon_sym_LBRACE, + ACTIONS(2541), 1, anon_sym_DOT_DOT, - ACTIONS(996), 1, + ACTIONS(2547), 1, aux_sym_val_number_token1, - ACTIONS(2970), 1, - anon_sym_LBRACK, - ACTIONS(2972), 1, - anon_sym_LPAREN, - ACTIONS(2974), 1, - anon_sym_LBRACE, - ACTIONS(2976), 1, - anon_sym_not, - ACTIONS(2986), 1, + ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(2990), 1, + ACTIONS(2559), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2992), 1, + ACTIONS(2561), 1, anon_sym_DOLLAR_DQUOTE, - STATE(9), 1, + ACTIONS(2848), 1, + anon_sym_not, + STATE(17), 1, sym_val_number, - STATE(226), 1, + STATE(1016), 1, sym__var, - STATE(358), 1, - sym__expression, - STATE(365), 1, - sym__inter_double_quotes, - STATE(388), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(401), 1, - sym_expr_parenthesized, - STATE(418), 1, + STATE(1094), 1, + sym__inter_double_quotes, + STATE(1105), 1, + sym__expression, + STATE(1139), 1, sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, STATE(1515), 1, sym_comment, - ACTIONS(2978), 2, + ACTIONS(2539), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2980), 2, + ACTIONS(2553), 2, sym_val_nothing, sym_val_date, - ACTIONS(2982), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2988), 2, + ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(998), 3, + ACTIONS(2850), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2551), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(405), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2984), 6, + ACTIONS(2549), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(379), 11, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -171431,73 +171436,73 @@ static const uint16_t ts_small_parse_table[] = { [55616] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2487), 1, + ACTIONS(2934), 1, anon_sym_LBRACK, - ACTIONS(2489), 1, + ACTIONS(2936), 1, anon_sym_LPAREN, - ACTIONS(2491), 1, + ACTIONS(2938), 1, anon_sym_DOLLAR, - ACTIONS(2495), 1, + ACTIONS(2940), 1, anon_sym_DASH, - ACTIONS(2497), 1, + ACTIONS(2942), 1, anon_sym_LBRACE, - ACTIONS(2499), 1, + ACTIONS(2944), 1, anon_sym_not, - ACTIONS(2503), 1, + ACTIONS(2948), 1, anon_sym_DOT_DOT, - ACTIONS(2509), 1, + ACTIONS(2954), 1, aux_sym_val_number_token1, - ACTIONS(2515), 1, + ACTIONS(2960), 1, anon_sym_DQUOTE, - ACTIONS(2519), 1, + ACTIONS(2964), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2521), 1, + ACTIONS(2966), 1, anon_sym_DOLLAR_DQUOTE, - STATE(129), 1, + STATE(3), 1, sym_val_number, - STATE(1516), 1, - sym_comment, - STATE(2172), 1, - sym__expression, - STATE(2174), 1, - sym_expr_parenthesized, - STATE(2180), 1, + STATE(133), 1, sym__var, - STATE(2589), 1, + STATE(207), 1, + sym_expr_parenthesized, + STATE(214), 1, + sym__str_double_quotes, + STATE(223), 1, sym__inter_double_quotes, - STATE(2592), 1, + STATE(226), 1, + sym__expression, + STATE(229), 1, sym__inter_single_quotes, - STATE(2619), 1, - sym__str_double_quotes, - ACTIONS(2501), 2, + STATE(1516), 1, + sym_comment, + ACTIONS(2946), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2505), 2, + ACTIONS(2950), 2, sym_val_nothing, sym_val_date, - ACTIONS(2507), 2, + ACTIONS(2952), 2, anon_sym_true, anon_sym_false, - ACTIONS(2517), 2, + ACTIONS(2962), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2513), 3, + ACTIONS(2958), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(208), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2511), 6, + ACTIONS(2956), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2606), 11, + STATE(253), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -171512,73 +171517,73 @@ static const uint16_t ts_small_parse_table[] = { [55725] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2936), 1, + ACTIONS(2750), 1, anon_sym_LBRACK, - ACTIONS(2938), 1, + ACTIONS(2752), 1, anon_sym_LPAREN, - ACTIONS(2940), 1, + ACTIONS(2754), 1, anon_sym_DOLLAR, - ACTIONS(2942), 1, + ACTIONS(2756), 1, anon_sym_DASH, - ACTIONS(2944), 1, + ACTIONS(2758), 1, anon_sym_LBRACE, - ACTIONS(2946), 1, - anon_sym_not, - ACTIONS(2950), 1, + ACTIONS(2764), 1, anon_sym_DOT_DOT, - ACTIONS(2956), 1, + ACTIONS(2770), 1, aux_sym_val_number_token1, - ACTIONS(2962), 1, + ACTIONS(2778), 1, anon_sym_DQUOTE, - ACTIONS(2966), 1, + ACTIONS(2782), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2968), 1, + ACTIONS(2784), 1, anon_sym_DOLLAR_DQUOTE, - STATE(3), 1, + ACTIONS(2786), 1, + anon_sym_not, + STATE(123), 1, sym_val_number, - STATE(132), 1, - sym__var, - STATE(200), 1, - sym__str_double_quotes, - STATE(210), 1, + STATE(1517), 1, + sym_comment, + STATE(1927), 1, sym_expr_parenthesized, - STATE(214), 1, + STATE(1992), 1, + sym__var, + STATE(2169), 1, sym__inter_single_quotes, - STATE(217), 1, + STATE(2224), 1, + sym__str_double_quotes, + STATE(2273), 1, sym__expression, - STATE(219), 1, + STATE(2280), 1, sym__inter_double_quotes, - STATE(1517), 1, - sym_comment, - ACTIONS(2948), 2, + ACTIONS(2762), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2952), 2, + ACTIONS(2776), 2, sym_val_nothing, sym_val_date, - ACTIONS(2954), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2964), 2, + ACTIONS(2780), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2960), 3, + ACTIONS(2788), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2774), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(206), 4, + STATE(2236), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2958), 6, + ACTIONS(2772), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(236), 11, + STATE(2293), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -171601,65 +171606,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, ACTIONS(996), 1, aux_sym_val_number_token1, - ACTIONS(2970), 1, + ACTIONS(2878), 1, anon_sym_LBRACK, - ACTIONS(2972), 1, + ACTIONS(2880), 1, anon_sym_LPAREN, - ACTIONS(2974), 1, + ACTIONS(2882), 1, anon_sym_LBRACE, - ACTIONS(2976), 1, + ACTIONS(2884), 1, anon_sym_not, - ACTIONS(2986), 1, + ACTIONS(2894), 1, anon_sym_DQUOTE, - ACTIONS(2990), 1, + ACTIONS(2898), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2992), 1, + ACTIONS(2900), 1, anon_sym_DOLLAR_DQUOTE, STATE(9), 1, sym_val_number, - STATE(226), 1, + STATE(233), 1, sym__var, - STATE(359), 1, - sym__expression, - STATE(365), 1, + STATE(377), 1, sym__inter_double_quotes, - STATE(388), 1, - sym__str_double_quotes, - STATE(401), 1, + STATE(391), 1, sym_expr_parenthesized, - STATE(418), 1, + STATE(406), 1, + sym__expression, + STATE(419), 1, + sym__str_double_quotes, + STATE(420), 1, sym__inter_single_quotes, STATE(1518), 1, sym_comment, - ACTIONS(2978), 2, + ACTIONS(2886), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2980), 2, + ACTIONS(2888), 2, sym_val_nothing, sym_val_date, - ACTIONS(2982), 2, + ACTIONS(2890), 2, anon_sym_true, anon_sym_false, - ACTIONS(2988), 2, + ACTIONS(2896), 2, sym__str_single_quotes, sym__str_back_ticks, ACTIONS(998), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(405), 4, + STATE(390), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2984), 6, + ACTIONS(2892), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(379), 11, + STATE(417), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -171674,73 +171679,73 @@ static const uint16_t ts_small_parse_table[] = { [55943] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(982), 1, + ACTIONS(2750), 1, + anon_sym_LBRACK, + ACTIONS(2752), 1, + anon_sym_LPAREN, + ACTIONS(2754), 1, anon_sym_DOLLAR, - ACTIONS(984), 1, + ACTIONS(2756), 1, anon_sym_DASH, - ACTIONS(990), 1, + ACTIONS(2758), 1, + anon_sym_LBRACE, + ACTIONS(2764), 1, anon_sym_DOT_DOT, - ACTIONS(996), 1, + ACTIONS(2770), 1, aux_sym_val_number_token1, - ACTIONS(2970), 1, - anon_sym_LBRACK, - ACTIONS(2972), 1, - anon_sym_LPAREN, - ACTIONS(2974), 1, - anon_sym_LBRACE, - ACTIONS(2976), 1, - anon_sym_not, - ACTIONS(2986), 1, + ACTIONS(2778), 1, anon_sym_DQUOTE, - ACTIONS(2990), 1, + ACTIONS(2782), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2992), 1, + ACTIONS(2784), 1, anon_sym_DOLLAR_DQUOTE, - STATE(9), 1, + ACTIONS(2786), 1, + anon_sym_not, + STATE(123), 1, sym_val_number, - STATE(226), 1, + STATE(1519), 1, + sym_comment, + STATE(1927), 1, + sym_expr_parenthesized, + STATE(1992), 1, sym__var, - STATE(361), 1, + STATE(2169), 1, + sym__inter_single_quotes, + STATE(2224), 1, + sym__str_double_quotes, + STATE(2272), 1, sym__expression, - STATE(365), 1, + STATE(2280), 1, sym__inter_double_quotes, - STATE(388), 1, - sym__str_double_quotes, - STATE(401), 1, - sym_expr_parenthesized, - STATE(418), 1, - sym__inter_single_quotes, - STATE(1519), 1, - sym_comment, - ACTIONS(2978), 2, + ACTIONS(2762), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2980), 2, + ACTIONS(2776), 2, sym_val_nothing, sym_val_date, - ACTIONS(2982), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2988), 2, + ACTIONS(2780), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(998), 3, + ACTIONS(2788), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2774), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(405), 4, + STATE(2236), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2984), 6, + ACTIONS(2772), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(379), 11, + STATE(2293), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -171755,73 +171760,73 @@ static const uint16_t ts_small_parse_table[] = { [56052] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(982), 1, + ACTIONS(2750), 1, + anon_sym_LBRACK, + ACTIONS(2752), 1, + anon_sym_LPAREN, + ACTIONS(2754), 1, anon_sym_DOLLAR, - ACTIONS(984), 1, + ACTIONS(2756), 1, anon_sym_DASH, - ACTIONS(990), 1, + ACTIONS(2758), 1, + anon_sym_LBRACE, + ACTIONS(2764), 1, anon_sym_DOT_DOT, - ACTIONS(996), 1, + ACTIONS(2770), 1, aux_sym_val_number_token1, - ACTIONS(2970), 1, - anon_sym_LBRACK, - ACTIONS(2972), 1, - anon_sym_LPAREN, - ACTIONS(2974), 1, - anon_sym_LBRACE, - ACTIONS(2976), 1, - anon_sym_not, - ACTIONS(2986), 1, + ACTIONS(2778), 1, anon_sym_DQUOTE, - ACTIONS(2990), 1, + ACTIONS(2782), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2992), 1, + ACTIONS(2784), 1, anon_sym_DOLLAR_DQUOTE, - STATE(9), 1, + ACTIONS(2786), 1, + anon_sym_not, + STATE(123), 1, sym_val_number, - STATE(226), 1, + STATE(1520), 1, + sym_comment, + STATE(1927), 1, + sym_expr_parenthesized, + STATE(1992), 1, sym__var, - STATE(351), 1, + STATE(2169), 1, + sym__inter_single_quotes, + STATE(2224), 1, + sym__str_double_quotes, + STATE(2271), 1, sym__expression, - STATE(365), 1, + STATE(2280), 1, sym__inter_double_quotes, - STATE(388), 1, - sym__str_double_quotes, - STATE(401), 1, - sym_expr_parenthesized, - STATE(418), 1, - sym__inter_single_quotes, - STATE(1520), 1, - sym_comment, - ACTIONS(2978), 2, + ACTIONS(2762), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2980), 2, + ACTIONS(2776), 2, sym_val_nothing, sym_val_date, - ACTIONS(2982), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2988), 2, + ACTIONS(2780), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(998), 3, + ACTIONS(2788), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2774), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(405), 4, + STATE(2236), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2984), 6, + ACTIONS(2772), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(379), 11, + STATE(2293), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -171836,73 +171841,73 @@ static const uint16_t ts_small_parse_table[] = { [56161] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2308), 1, + ACTIONS(2750), 1, + anon_sym_LBRACK, + ACTIONS(2752), 1, anon_sym_LPAREN, - ACTIONS(2310), 1, + ACTIONS(2754), 1, anon_sym_DOLLAR, - ACTIONS(2312), 1, + ACTIONS(2756), 1, anon_sym_DASH, - ACTIONS(2314), 1, + ACTIONS(2758), 1, anon_sym_LBRACE, - ACTIONS(2320), 1, - anon_sym_not, - ACTIONS(2324), 1, + ACTIONS(2764), 1, anon_sym_DOT_DOT, - ACTIONS(2330), 1, + ACTIONS(2770), 1, aux_sym_val_number_token1, - ACTIONS(2336), 1, + ACTIONS(2778), 1, anon_sym_DQUOTE, - ACTIONS(2340), 1, + ACTIONS(2782), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2342), 1, + ACTIONS(2784), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2730), 1, - anon_sym_LBRACK, - STATE(120), 1, + ACTIONS(2786), 1, + anon_sym_not, + STATE(123), 1, sym_val_number, STATE(1521), 1, sym_comment, - STATE(1921), 1, - sym__var, - STATE(1963), 1, + STATE(1927), 1, sym_expr_parenthesized, - STATE(2195), 1, - sym__inter_double_quotes, - STATE(2196), 1, + STATE(1992), 1, + sym__var, + STATE(2169), 1, sym__inter_single_quotes, - STATE(2248), 1, + STATE(2224), 1, sym__str_double_quotes, - STATE(2641), 1, + STATE(2270), 1, sym__expression, - ACTIONS(2322), 2, + STATE(2280), 1, + sym__inter_double_quotes, + ACTIONS(2762), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2326), 2, + ACTIONS(2776), 2, sym_val_nothing, sym_val_date, - ACTIONS(2328), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2338), 2, + ACTIONS(2780), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2334), 3, + ACTIONS(2788), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2774), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2227), 4, + STATE(2236), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2332), 6, + ACTIONS(2772), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2199), 11, + STATE(2293), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -171917,73 +171922,73 @@ static const uint16_t ts_small_parse_table[] = { [56270] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(982), 1, + ACTIONS(2750), 1, + anon_sym_LBRACK, + ACTIONS(2752), 1, + anon_sym_LPAREN, + ACTIONS(2754), 1, anon_sym_DOLLAR, - ACTIONS(984), 1, + ACTIONS(2756), 1, anon_sym_DASH, - ACTIONS(990), 1, + ACTIONS(2758), 1, + anon_sym_LBRACE, + ACTIONS(2764), 1, anon_sym_DOT_DOT, - ACTIONS(996), 1, + ACTIONS(2770), 1, aux_sym_val_number_token1, - ACTIONS(2970), 1, - anon_sym_LBRACK, - ACTIONS(2972), 1, - anon_sym_LPAREN, - ACTIONS(2974), 1, - anon_sym_LBRACE, - ACTIONS(2976), 1, - anon_sym_not, - ACTIONS(2986), 1, + ACTIONS(2778), 1, anon_sym_DQUOTE, - ACTIONS(2990), 1, + ACTIONS(2782), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2992), 1, + ACTIONS(2784), 1, anon_sym_DOLLAR_DQUOTE, - STATE(9), 1, + ACTIONS(2786), 1, + anon_sym_not, + STATE(123), 1, sym_val_number, - STATE(226), 1, + STATE(1522), 1, + sym_comment, + STATE(1927), 1, + sym_expr_parenthesized, + STATE(1992), 1, sym__var, - STATE(363), 1, + STATE(2169), 1, + sym__inter_single_quotes, + STATE(2224), 1, + sym__str_double_quotes, + STATE(2269), 1, sym__expression, - STATE(365), 1, + STATE(2280), 1, sym__inter_double_quotes, - STATE(388), 1, - sym__str_double_quotes, - STATE(401), 1, - sym_expr_parenthesized, - STATE(418), 1, - sym__inter_single_quotes, - STATE(1522), 1, - sym_comment, - ACTIONS(2978), 2, + ACTIONS(2762), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2980), 2, + ACTIONS(2776), 2, sym_val_nothing, sym_val_date, - ACTIONS(2982), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2988), 2, + ACTIONS(2780), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(998), 3, + ACTIONS(2788), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2774), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(405), 4, + STATE(2236), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2984), 6, + ACTIONS(2772), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(379), 11, + STATE(2293), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -171996,75 +172001,75 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [56379] = 28, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(982), 1, - anon_sym_DOLLAR, - ACTIONS(984), 1, - anon_sym_DASH, - ACTIONS(990), 1, - anon_sym_DOT_DOT, - ACTIONS(996), 1, - aux_sym_val_number_token1, - ACTIONS(2970), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(2972), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(2974), 1, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(2976), 1, - anon_sym_not, - ACTIONS(2986), 1, + ACTIONS(79), 1, + anon_sym_DOT_DOT, + ACTIONS(85), 1, + aux_sym_val_number_token1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(2990), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2992), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - STATE(9), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, + anon_sym_DOLLAR, + ACTIONS(2902), 1, + anon_sym_not, + STATE(127), 1, sym_val_number, - STATE(226), 1, + STATE(1523), 1, + sym_comment, + STATE(2115), 1, + sym_expr_parenthesized, + STATE(2159), 1, sym__var, - STATE(364), 1, - sym__expression, - STATE(365), 1, + STATE(2490), 1, sym__inter_double_quotes, - STATE(388), 1, - sym__str_double_quotes, - STATE(401), 1, - sym_expr_parenthesized, - STATE(418), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(1523), 1, - sym_comment, - ACTIONS(2978), 2, + STATE(2512), 1, + sym__str_double_quotes, + STATE(2538), 1, + sym__expression, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2980), 2, + ACTIONS(91), 2, sym_val_nothing, sym_val_date, - ACTIONS(2982), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2988), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(998), 3, + ACTIONS(2904), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(405), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2984), 6, + ACTIONS(87), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(379), 11, + STATE(2516), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -172079,73 +172084,73 @@ static const uint16_t ts_small_parse_table[] = { [56488] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2190), 1, - anon_sym_LPAREN, - ACTIONS(2192), 1, - aux_sym_val_number_token1, - ACTIONS(2702), 1, + ACTIONS(2750), 1, anon_sym_LBRACK, - ACTIONS(2704), 1, + ACTIONS(2752), 1, + anon_sym_LPAREN, + ACTIONS(2754), 1, anon_sym_DOLLAR, - ACTIONS(2706), 1, + ACTIONS(2756), 1, anon_sym_DASH, - ACTIONS(2710), 1, - anon_sym_not, - ACTIONS(2714), 1, + ACTIONS(2758), 1, + anon_sym_LBRACE, + ACTIONS(2764), 1, anon_sym_DOT_DOT, - ACTIONS(2722), 1, + ACTIONS(2770), 1, + aux_sym_val_number_token1, + ACTIONS(2778), 1, anon_sym_DQUOTE, - ACTIONS(2726), 1, + ACTIONS(2782), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2728), 1, + ACTIONS(2784), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2820), 1, - anon_sym_LBRACE, - STATE(14), 1, + ACTIONS(2786), 1, + anon_sym_not, + STATE(123), 1, sym_val_number, - STATE(1021), 1, + STATE(1524), 1, + sym_comment, + STATE(1927), 1, + sym_expr_parenthesized, + STATE(1992), 1, sym__var, - STATE(1130), 1, + STATE(2169), 1, + sym__inter_single_quotes, + STATE(2224), 1, sym__str_double_quotes, - STATE(1138), 1, - sym_expr_parenthesized, - STATE(1166), 1, + STATE(2268), 1, sym__expression, - STATE(1178), 1, - sym__inter_single_quotes, - STATE(1179), 1, + STATE(2280), 1, sym__inter_double_quotes, - STATE(1524), 1, - sym_comment, - ACTIONS(2712), 2, + ACTIONS(2762), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2716), 2, + ACTIONS(2776), 2, sym_val_nothing, sym_val_date, - ACTIONS(2718), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2724), 2, + ACTIONS(2780), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2720), 3, + ACTIONS(2788), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2774), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1137), 4, + STATE(2236), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2194), 6, + ACTIONS(2772), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1176), 11, + STATE(2293), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -172168,65 +172173,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, ACTIONS(996), 1, aux_sym_val_number_token1, - ACTIONS(2970), 1, + ACTIONS(2878), 1, anon_sym_LBRACK, - ACTIONS(2972), 1, + ACTIONS(2880), 1, anon_sym_LPAREN, - ACTIONS(2974), 1, + ACTIONS(2882), 1, anon_sym_LBRACE, - ACTIONS(2976), 1, + ACTIONS(2884), 1, anon_sym_not, - ACTIONS(2986), 1, + ACTIONS(2894), 1, anon_sym_DQUOTE, - ACTIONS(2990), 1, + ACTIONS(2898), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2992), 1, + ACTIONS(2900), 1, anon_sym_DOLLAR_DQUOTE, STATE(9), 1, sym_val_number, - STATE(226), 1, + STATE(233), 1, sym__var, - STATE(365), 1, + STATE(377), 1, sym__inter_double_quotes, - STATE(366), 1, + STATE(391), 1, + sym_expr_parenthesized, + STATE(407), 1, sym__expression, - STATE(388), 1, + STATE(419), 1, sym__str_double_quotes, - STATE(401), 1, - sym_expr_parenthesized, - STATE(418), 1, + STATE(420), 1, sym__inter_single_quotes, STATE(1525), 1, sym_comment, - ACTIONS(2978), 2, + ACTIONS(2886), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2980), 2, + ACTIONS(2888), 2, sym_val_nothing, sym_val_date, - ACTIONS(2982), 2, + ACTIONS(2890), 2, anon_sym_true, anon_sym_false, - ACTIONS(2988), 2, + ACTIONS(2896), 2, sym__str_single_quotes, sym__str_back_ticks, ACTIONS(998), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(405), 4, + STATE(390), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2984), 6, + ACTIONS(2892), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(379), 11, + STATE(417), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -172239,75 +172244,75 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [56706] = 28, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2487), 1, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(2489), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(2491), 1, - anon_sym_DOLLAR, - ACTIONS(2495), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(2497), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(2499), 1, - anon_sym_not, - ACTIONS(2503), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(2509), 1, + ACTIONS(85), 1, aux_sym_val_number_token1, - ACTIONS(2515), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(2519), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2521), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - STATE(129), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, + anon_sym_DOLLAR, + ACTIONS(2902), 1, + anon_sym_not, + STATE(127), 1, sym_val_number, STATE(1526), 1, sym_comment, - STATE(2174), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2180), 1, + STATE(2159), 1, sym__var, - STATE(2589), 1, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2592), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2593), 1, - sym__expression, - STATE(2619), 1, + STATE(2512), 1, sym__str_double_quotes, - ACTIONS(2501), 2, + STATE(2539), 1, + sym__expression, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2505), 2, + ACTIONS(91), 2, sym_val_nothing, sym_val_date, - ACTIONS(2507), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2517), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2513), 3, + ACTIONS(2904), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2511), 6, + ACTIONS(87), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2606), 11, + STATE(2516), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -172322,73 +172327,73 @@ static const uint16_t ts_small_parse_table[] = { [56815] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2190), 1, - anon_sym_LPAREN, - ACTIONS(2192), 1, - aux_sym_val_number_token1, - ACTIONS(2702), 1, - anon_sym_LBRACK, - ACTIONS(2704), 1, + ACTIONS(982), 1, anon_sym_DOLLAR, - ACTIONS(2706), 1, + ACTIONS(984), 1, anon_sym_DASH, - ACTIONS(2710), 1, - anon_sym_not, - ACTIONS(2714), 1, + ACTIONS(990), 1, anon_sym_DOT_DOT, - ACTIONS(2722), 1, + ACTIONS(996), 1, + aux_sym_val_number_token1, + ACTIONS(2878), 1, + anon_sym_LBRACK, + ACTIONS(2880), 1, + anon_sym_LPAREN, + ACTIONS(2882), 1, + anon_sym_LBRACE, + ACTIONS(2884), 1, + anon_sym_not, + ACTIONS(2894), 1, anon_sym_DQUOTE, - ACTIONS(2726), 1, + ACTIONS(2898), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2728), 1, + ACTIONS(2900), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2820), 1, - anon_sym_LBRACE, - STATE(14), 1, + STATE(9), 1, sym_val_number, - STATE(1021), 1, + STATE(233), 1, sym__var, - STATE(1130), 1, - sym__str_double_quotes, - STATE(1138), 1, + STATE(377), 1, + sym__inter_double_quotes, + STATE(391), 1, sym_expr_parenthesized, - STATE(1152), 1, + STATE(408), 1, sym__expression, - STATE(1178), 1, + STATE(419), 1, + sym__str_double_quotes, + STATE(420), 1, sym__inter_single_quotes, - STATE(1179), 1, - sym__inter_double_quotes, STATE(1527), 1, sym_comment, - ACTIONS(2712), 2, + ACTIONS(2886), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2716), 2, + ACTIONS(2888), 2, sym_val_nothing, sym_val_date, - ACTIONS(2718), 2, + ACTIONS(2890), 2, anon_sym_true, anon_sym_false, - ACTIONS(2724), 2, + ACTIONS(2896), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2720), 3, + ACTIONS(998), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1137), 4, + STATE(390), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2194), 6, + ACTIONS(2892), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1176), 11, + STATE(417), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -172403,73 +172408,73 @@ static const uint16_t ts_small_parse_table[] = { [56924] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(982), 1, + ACTIONS(2208), 1, anon_sym_DOLLAR, - ACTIONS(984), 1, + ACTIONS(2212), 1, anon_sym_DASH, - ACTIONS(990), 1, + ACTIONS(2218), 1, anon_sym_DOT_DOT, - ACTIONS(996), 1, + ACTIONS(2224), 1, aux_sym_val_number_token1, - ACTIONS(2970), 1, + ACTIONS(2790), 1, anon_sym_LBRACK, - ACTIONS(2972), 1, + ACTIONS(2792), 1, anon_sym_LPAREN, - ACTIONS(2974), 1, + ACTIONS(2794), 1, anon_sym_LBRACE, - ACTIONS(2976), 1, + ACTIONS(2796), 1, anon_sym_not, - ACTIONS(2986), 1, + ACTIONS(2806), 1, anon_sym_DQUOTE, - ACTIONS(2990), 1, + ACTIONS(2810), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2992), 1, + ACTIONS(2812), 1, anon_sym_DOLLAR_DQUOTE, - STATE(9), 1, + STATE(117), 1, sym_val_number, - STATE(226), 1, + STATE(1528), 1, + sym_comment, + STATE(1879), 1, + sym_expr_parenthesized, + STATE(1895), 1, sym__var, - STATE(365), 1, - sym__inter_double_quotes, - STATE(369), 1, - sym__expression, - STATE(388), 1, + STATE(2091), 1, sym__str_double_quotes, - STATE(401), 1, - sym_expr_parenthesized, - STATE(418), 1, + STATE(2106), 1, + sym__expression, + STATE(2109), 1, sym__inter_single_quotes, - STATE(1528), 1, - sym_comment, - ACTIONS(2978), 2, + STATE(2112), 1, + sym__inter_double_quotes, + ACTIONS(2798), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2980), 2, + ACTIONS(2800), 2, sym_val_nothing, sym_val_date, - ACTIONS(2982), 2, + ACTIONS(2802), 2, anon_sym_true, anon_sym_false, - ACTIONS(2988), 2, + ACTIONS(2808), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(998), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(405), 4, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2984), 6, + ACTIONS(2804), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(379), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -172484,73 +172489,73 @@ static const uint16_t ts_small_parse_table[] = { [57033] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2190), 1, - anon_sym_LPAREN, ACTIONS(2192), 1, - aux_sym_val_number_token1, - ACTIONS(2702), 1, + anon_sym_LPAREN, + ACTIONS(2527), 1, anon_sym_LBRACK, - ACTIONS(2704), 1, + ACTIONS(2531), 1, anon_sym_DOLLAR, - ACTIONS(2706), 1, + ACTIONS(2533), 1, anon_sym_DASH, - ACTIONS(2710), 1, - anon_sym_not, - ACTIONS(2714), 1, + ACTIONS(2535), 1, + anon_sym_LBRACE, + ACTIONS(2541), 1, anon_sym_DOT_DOT, - ACTIONS(2722), 1, + ACTIONS(2547), 1, + aux_sym_val_number_token1, + ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(2726), 1, + ACTIONS(2559), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2728), 1, + ACTIONS(2561), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2820), 1, - anon_sym_LBRACE, - STATE(14), 1, + ACTIONS(2848), 1, + anon_sym_not, + STATE(17), 1, sym_val_number, - STATE(1021), 1, + STATE(1016), 1, sym__var, - STATE(1130), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1138), 1, - sym_expr_parenthesized, - STATE(1151), 1, + STATE(1094), 1, + sym__inter_double_quotes, + STATE(1106), 1, sym__expression, - STATE(1178), 1, + STATE(1139), 1, sym__inter_single_quotes, - STATE(1179), 1, - sym__inter_double_quotes, + STATE(1166), 1, + sym_expr_parenthesized, STATE(1529), 1, sym_comment, - ACTIONS(2712), 2, + ACTIONS(2539), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2716), 2, + ACTIONS(2553), 2, sym_val_nothing, sym_val_date, - ACTIONS(2718), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2724), 2, + ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2720), 3, + ACTIONS(2850), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2551), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1137), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2194), 6, + ACTIONS(2549), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1176), 11, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -172565,73 +172570,73 @@ static const uint16_t ts_small_parse_table[] = { [57142] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(982), 1, - anon_sym_DOLLAR, - ACTIONS(984), 1, - anon_sym_DASH, - ACTIONS(990), 1, - anon_sym_DOT_DOT, - ACTIONS(996), 1, - aux_sym_val_number_token1, - ACTIONS(2970), 1, + ACTIONS(2487), 1, anon_sym_LBRACK, - ACTIONS(2972), 1, + ACTIONS(2489), 1, anon_sym_LPAREN, - ACTIONS(2974), 1, + ACTIONS(2491), 1, + anon_sym_DOLLAR, + ACTIONS(2495), 1, + anon_sym_DASH, + ACTIONS(2497), 1, anon_sym_LBRACE, - ACTIONS(2976), 1, + ACTIONS(2499), 1, anon_sym_not, - ACTIONS(2986), 1, + ACTIONS(2503), 1, + anon_sym_DOT_DOT, + ACTIONS(2509), 1, + aux_sym_val_number_token1, + ACTIONS(2515), 1, anon_sym_DQUOTE, - ACTIONS(2990), 1, + ACTIONS(2519), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2992), 1, + ACTIONS(2521), 1, anon_sym_DOLLAR_DQUOTE, - STATE(9), 1, + STATE(129), 1, sym_val_number, - STATE(226), 1, + STATE(1530), 1, + sym_comment, + STATE(2179), 1, + sym_expr_parenthesized, + STATE(2331), 1, sym__var, - STATE(365), 1, - sym__inter_double_quotes, - STATE(372), 1, - sym__expression, - STATE(388), 1, + STATE(2604), 1, sym__str_double_quotes, - STATE(401), 1, - sym_expr_parenthesized, - STATE(418), 1, + STATE(2622), 1, + sym__expression, + STATE(2623), 1, + sym__inter_double_quotes, + STATE(2624), 1, sym__inter_single_quotes, - STATE(1530), 1, - sym_comment, - ACTIONS(2978), 2, + ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2980), 2, + ACTIONS(2505), 2, sym_val_nothing, sym_val_date, - ACTIONS(2982), 2, + ACTIONS(2507), 2, anon_sym_true, anon_sym_false, - ACTIONS(2988), 2, + ACTIONS(2517), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(998), 3, + ACTIONS(2513), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(405), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2984), 6, + ACTIONS(2511), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(379), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -172654,65 +172659,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, ACTIONS(996), 1, aux_sym_val_number_token1, - ACTIONS(2970), 1, + ACTIONS(2878), 1, anon_sym_LBRACK, - ACTIONS(2972), 1, + ACTIONS(2880), 1, anon_sym_LPAREN, - ACTIONS(2974), 1, + ACTIONS(2882), 1, anon_sym_LBRACE, - ACTIONS(2976), 1, + ACTIONS(2884), 1, anon_sym_not, - ACTIONS(2986), 1, + ACTIONS(2894), 1, anon_sym_DQUOTE, - ACTIONS(2990), 1, + ACTIONS(2898), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2992), 1, + ACTIONS(2900), 1, anon_sym_DOLLAR_DQUOTE, STATE(9), 1, sym_val_number, - STATE(226), 1, + STATE(233), 1, sym__var, - STATE(365), 1, + STATE(377), 1, sym__inter_double_quotes, - STATE(374), 1, + STATE(391), 1, + sym_expr_parenthesized, + STATE(409), 1, sym__expression, - STATE(388), 1, + STATE(419), 1, sym__str_double_quotes, - STATE(401), 1, - sym_expr_parenthesized, - STATE(418), 1, + STATE(420), 1, sym__inter_single_quotes, STATE(1531), 1, sym_comment, - ACTIONS(2978), 2, + ACTIONS(2886), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2980), 2, + ACTIONS(2888), 2, sym_val_nothing, sym_val_date, - ACTIONS(2982), 2, + ACTIONS(2890), 2, anon_sym_true, anon_sym_false, - ACTIONS(2988), 2, + ACTIONS(2896), 2, sym__str_single_quotes, sym__str_back_ticks, ACTIONS(998), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(405), 4, + STATE(390), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2984), 6, + ACTIONS(2892), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(379), 11, + STATE(417), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -172725,6 +172730,87 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [57360] = 28, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2192), 1, + anon_sym_LPAREN, + ACTIONS(2527), 1, + anon_sym_LBRACK, + ACTIONS(2531), 1, + anon_sym_DOLLAR, + ACTIONS(2533), 1, + anon_sym_DASH, + ACTIONS(2535), 1, + anon_sym_LBRACE, + ACTIONS(2541), 1, + anon_sym_DOT_DOT, + ACTIONS(2547), 1, + aux_sym_val_number_token1, + ACTIONS(2555), 1, + anon_sym_DQUOTE, + ACTIONS(2559), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(2561), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(2848), 1, + anon_sym_not, + STATE(17), 1, + sym_val_number, + STATE(1016), 1, + sym__var, + STATE(1038), 1, + sym__str_double_quotes, + STATE(1094), 1, + sym__inter_double_quotes, + STATE(1101), 1, + sym__expression, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1532), 1, + sym_comment, + ACTIONS(2539), 2, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + ACTIONS(2553), 2, + sym_val_nothing, + sym_val_date, + ACTIONS(2557), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2850), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2551), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(1183), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + ACTIONS(2549), 6, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + STATE(1164), 11, + sym_val_bool, + sym_val_variable, + 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, + [57469] = 28, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2487), 1, @@ -172751,20 +172837,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, STATE(129), 1, sym_val_number, - STATE(1532), 1, + STATE(1533), 1, sym_comment, - STATE(2174), 1, + STATE(2179), 1, sym_expr_parenthesized, - STATE(2180), 1, + STATE(2331), 1, sym__var, - STATE(2589), 1, + STATE(2604), 1, + sym__str_double_quotes, + STATE(2620), 1, + sym__expression, + STATE(2623), 1, sym__inter_double_quotes, - STATE(2592), 1, + STATE(2624), 1, sym__inter_single_quotes, - STATE(2594), 1, - sym__expression, - STATE(2619), 1, - sym__str_double_quotes, ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -172781,7 +172867,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -172793,7 +172879,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2606), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -172805,76 +172891,157 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [57469] = 28, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2190), 1, - anon_sym_LPAREN, - ACTIONS(2192), 1, - aux_sym_val_number_token1, - ACTIONS(2702), 1, + [57578] = 28, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(2704), 1, - anon_sym_DOLLAR, - ACTIONS(2706), 1, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(2710), 1, - anon_sym_not, - ACTIONS(2714), 1, + ACTIONS(57), 1, + anon_sym_LBRACE, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(2722), 1, + ACTIONS(85), 1, + aux_sym_val_number_token1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(2726), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2728), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2820), 1, - anon_sym_LBRACE, - STATE(14), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, + anon_sym_DOLLAR, + ACTIONS(2902), 1, + anon_sym_not, + STATE(127), 1, sym_val_number, - STATE(1021), 1, - sym__var, - STATE(1092), 1, - sym__expression, - STATE(1130), 1, - sym__str_double_quotes, - STATE(1138), 1, + STATE(1534), 1, + sym_comment, + STATE(2115), 1, sym_expr_parenthesized, - STATE(1178), 1, - sym__inter_single_quotes, - STATE(1179), 1, + STATE(2159), 1, + sym__var, + STATE(2490), 1, sym__inter_double_quotes, - STATE(1533), 1, - sym_comment, - ACTIONS(2712), 2, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(2540), 1, + sym__expression, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2716), 2, + ACTIONS(91), 2, sym_val_nothing, sym_val_date, - ACTIONS(2718), 2, + ACTIONS(95), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2904), 2, anon_sym_true, anon_sym_false, - ACTIONS(2724), 2, + ACTIONS(89), 3, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + STATE(2498), 4, + sym_expr_unary, + sym_expr_binary, + sym_val_range, + sym__value, + ACTIONS(87), 6, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + STATE(2516), 11, + sym_val_bool, + sym_val_variable, + 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, + [57687] = 28, + ACTIONS(31), 1, + anon_sym_LBRACK, + ACTIONS(33), 1, + anon_sym_LPAREN, + ACTIONS(39), 1, + anon_sym_DASH, + ACTIONS(57), 1, + anon_sym_LBRACE, + ACTIONS(79), 1, + anon_sym_DOT_DOT, + ACTIONS(85), 1, + aux_sym_val_number_token1, + ACTIONS(93), 1, + anon_sym_DQUOTE, + ACTIONS(97), 1, + anon_sym_DOLLAR_SQUOTE, + ACTIONS(99), 1, + anon_sym_DOLLAR_DQUOTE, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, + anon_sym_DOLLAR, + ACTIONS(2902), 1, + anon_sym_not, + STATE(127), 1, + sym_val_number, + STATE(1535), 1, + sym_comment, + STATE(2115), 1, + sym_expr_parenthesized, + STATE(2159), 1, + sym__var, + STATE(2490), 1, + sym__inter_double_quotes, + STATE(2492), 1, + sym__inter_single_quotes, + STATE(2512), 1, + sym__str_double_quotes, + STATE(2541), 1, + sym__expression, + ACTIONS(77), 2, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + ACTIONS(91), 2, + sym_val_nothing, + sym_val_date, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2720), 3, + ACTIONS(2904), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1137), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2194), 6, + ACTIONS(87), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1176), 11, + STATE(2516), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -172886,76 +173053,76 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [57578] = 28, + [57796] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2190), 1, - anon_sym_LPAREN, - ACTIONS(2192), 1, - aux_sym_val_number_token1, - ACTIONS(2702), 1, - anon_sym_LBRACK, - ACTIONS(2704), 1, + ACTIONS(982), 1, anon_sym_DOLLAR, - ACTIONS(2706), 1, + ACTIONS(984), 1, anon_sym_DASH, - ACTIONS(2710), 1, - anon_sym_not, - ACTIONS(2714), 1, + ACTIONS(990), 1, anon_sym_DOT_DOT, - ACTIONS(2722), 1, + ACTIONS(996), 1, + aux_sym_val_number_token1, + ACTIONS(2878), 1, + anon_sym_LBRACK, + ACTIONS(2880), 1, + anon_sym_LPAREN, + ACTIONS(2882), 1, + anon_sym_LBRACE, + ACTIONS(2884), 1, + anon_sym_not, + ACTIONS(2894), 1, anon_sym_DQUOTE, - ACTIONS(2726), 1, + ACTIONS(2898), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2728), 1, + ACTIONS(2900), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2820), 1, - anon_sym_LBRACE, - STATE(14), 1, + STATE(9), 1, sym_val_number, - STATE(1021), 1, + STATE(233), 1, sym__var, - STATE(1130), 1, - sym__str_double_quotes, - STATE(1138), 1, + STATE(377), 1, + sym__inter_double_quotes, + STATE(391), 1, sym_expr_parenthesized, - STATE(1149), 1, + STATE(410), 1, sym__expression, - STATE(1178), 1, + STATE(419), 1, + sym__str_double_quotes, + STATE(420), 1, sym__inter_single_quotes, - STATE(1179), 1, - sym__inter_double_quotes, - STATE(1534), 1, + STATE(1536), 1, sym_comment, - ACTIONS(2712), 2, + ACTIONS(2886), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2716), 2, + ACTIONS(2888), 2, sym_val_nothing, sym_val_date, - ACTIONS(2718), 2, + ACTIONS(2890), 2, anon_sym_true, anon_sym_false, - ACTIONS(2724), 2, + ACTIONS(2896), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2720), 3, + ACTIONS(998), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1137), 4, + STATE(390), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2194), 6, + ACTIONS(2892), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1176), 11, + STATE(417), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -172967,76 +173134,76 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [57687] = 28, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2487), 1, + [57905] = 28, + ACTIONS(31), 1, anon_sym_LBRACK, - ACTIONS(2489), 1, + ACTIONS(33), 1, anon_sym_LPAREN, - ACTIONS(2491), 1, - anon_sym_DOLLAR, - ACTIONS(2495), 1, + ACTIONS(39), 1, anon_sym_DASH, - ACTIONS(2497), 1, + ACTIONS(57), 1, anon_sym_LBRACE, - ACTIONS(2499), 1, - anon_sym_not, - ACTIONS(2503), 1, + ACTIONS(79), 1, anon_sym_DOT_DOT, - ACTIONS(2509), 1, + ACTIONS(85), 1, aux_sym_val_number_token1, - ACTIONS(2515), 1, + ACTIONS(93), 1, anon_sym_DQUOTE, - ACTIONS(2519), 1, + ACTIONS(97), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2521), 1, + ACTIONS(99), 1, anon_sym_DOLLAR_DQUOTE, - STATE(129), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1010), 1, + anon_sym_DOLLAR, + ACTIONS(2902), 1, + anon_sym_not, + STATE(127), 1, sym_val_number, - STATE(1535), 1, + STATE(1537), 1, sym_comment, - STATE(2174), 1, + STATE(2115), 1, sym_expr_parenthesized, - STATE(2180), 1, + STATE(2159), 1, sym__var, - STATE(2589), 1, + STATE(2490), 1, sym__inter_double_quotes, - STATE(2592), 1, + STATE(2492), 1, sym__inter_single_quotes, - STATE(2612), 1, - sym__expression, - STATE(2619), 1, + STATE(2512), 1, sym__str_double_quotes, - ACTIONS(2501), 2, + STATE(2543), 1, + sym__expression, + ACTIONS(77), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2505), 2, + ACTIONS(91), 2, sym_val_nothing, sym_val_date, - ACTIONS(2507), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2517), 2, + ACTIONS(95), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2513), 3, + ACTIONS(2904), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(89), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(2498), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2511), 6, + ACTIONS(87), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2606), 11, + STATE(2516), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -173048,76 +173215,76 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [57796] = 28, + [58014] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2190), 1, - anon_sym_LPAREN, - ACTIONS(2192), 1, - aux_sym_val_number_token1, - ACTIONS(2702), 1, - anon_sym_LBRACK, - ACTIONS(2704), 1, + ACTIONS(982), 1, anon_sym_DOLLAR, - ACTIONS(2706), 1, + ACTIONS(984), 1, anon_sym_DASH, - ACTIONS(2710), 1, - anon_sym_not, - ACTIONS(2714), 1, + ACTIONS(990), 1, anon_sym_DOT_DOT, - ACTIONS(2722), 1, + ACTIONS(996), 1, + aux_sym_val_number_token1, + ACTIONS(2878), 1, + anon_sym_LBRACK, + ACTIONS(2880), 1, + anon_sym_LPAREN, + ACTIONS(2882), 1, + anon_sym_LBRACE, + ACTIONS(2884), 1, + anon_sym_not, + ACTIONS(2894), 1, anon_sym_DQUOTE, - ACTIONS(2726), 1, + ACTIONS(2898), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2728), 1, + ACTIONS(2900), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2820), 1, - anon_sym_LBRACE, - STATE(14), 1, + STATE(9), 1, sym_val_number, - STATE(1021), 1, + STATE(233), 1, sym__var, - STATE(1130), 1, - sym__str_double_quotes, - STATE(1138), 1, + STATE(377), 1, + sym__inter_double_quotes, + STATE(391), 1, sym_expr_parenthesized, - STATE(1148), 1, + STATE(411), 1, sym__expression, - STATE(1178), 1, + STATE(419), 1, + sym__str_double_quotes, + STATE(420), 1, sym__inter_single_quotes, - STATE(1179), 1, - sym__inter_double_quotes, - STATE(1536), 1, + STATE(1538), 1, sym_comment, - ACTIONS(2712), 2, + ACTIONS(2886), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2716), 2, + ACTIONS(2888), 2, sym_val_nothing, sym_val_date, - ACTIONS(2718), 2, + ACTIONS(2890), 2, anon_sym_true, anon_sym_false, - ACTIONS(2724), 2, + ACTIONS(2896), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2720), 3, + ACTIONS(998), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1137), 4, + STATE(390), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2194), 6, + ACTIONS(2892), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1176), 11, + STATE(417), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -173129,7 +173296,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [57905] = 28, + [58123] = 28, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2487), 1, @@ -173156,20 +173323,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, STATE(129), 1, sym_val_number, - STATE(1537), 1, + STATE(1539), 1, sym_comment, - STATE(2174), 1, + STATE(2179), 1, sym_expr_parenthesized, - STATE(2180), 1, + STATE(2331), 1, sym__var, STATE(2589), 1, + sym__expression, + STATE(2604), 1, + sym__str_double_quotes, + STATE(2623), 1, sym__inter_double_quotes, - STATE(2592), 1, + STATE(2624), 1, sym__inter_single_quotes, - STATE(2619), 1, - sym__str_double_quotes, - STATE(2620), 1, - sym__expression, ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -173186,7 +173353,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -173198,7 +173365,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2606), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -173210,76 +173377,76 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [58014] = 28, + [58232] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2487), 1, - anon_sym_LBRACK, - ACTIONS(2489), 1, - anon_sym_LPAREN, - ACTIONS(2491), 1, + ACTIONS(982), 1, anon_sym_DOLLAR, - ACTIONS(2495), 1, + ACTIONS(984), 1, anon_sym_DASH, - ACTIONS(2497), 1, - anon_sym_LBRACE, - ACTIONS(2499), 1, - anon_sym_not, - ACTIONS(2503), 1, + ACTIONS(990), 1, anon_sym_DOT_DOT, - ACTIONS(2509), 1, + ACTIONS(996), 1, aux_sym_val_number_token1, - ACTIONS(2515), 1, + ACTIONS(2878), 1, + anon_sym_LBRACK, + ACTIONS(2880), 1, + anon_sym_LPAREN, + ACTIONS(2882), 1, + anon_sym_LBRACE, + ACTIONS(2884), 1, + anon_sym_not, + ACTIONS(2894), 1, anon_sym_DQUOTE, - ACTIONS(2519), 1, + ACTIONS(2898), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2521), 1, + ACTIONS(2900), 1, anon_sym_DOLLAR_DQUOTE, - STATE(129), 1, + STATE(9), 1, sym_val_number, - STATE(1538), 1, - sym_comment, - STATE(2174), 1, - sym_expr_parenthesized, - STATE(2180), 1, + STATE(233), 1, sym__var, - STATE(2589), 1, + STATE(377), 1, sym__inter_double_quotes, - STATE(2592), 1, - sym__inter_single_quotes, - STATE(2617), 1, + STATE(391), 1, + sym_expr_parenthesized, + STATE(412), 1, sym__expression, - STATE(2619), 1, + STATE(419), 1, sym__str_double_quotes, - ACTIONS(2501), 2, + STATE(420), 1, + sym__inter_single_quotes, + STATE(1540), 1, + sym_comment, + ACTIONS(2886), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2505), 2, + ACTIONS(2888), 2, sym_val_nothing, sym_val_date, - ACTIONS(2507), 2, + ACTIONS(2890), 2, anon_sym_true, anon_sym_false, - ACTIONS(2517), 2, + ACTIONS(2896), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2513), 3, + ACTIONS(998), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(390), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2511), 6, + ACTIONS(2892), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2606), 11, + STATE(417), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -173291,76 +173458,76 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [58123] = 28, + [58341] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2487), 1, - anon_sym_LBRACK, - ACTIONS(2489), 1, - anon_sym_LPAREN, - ACTIONS(2491), 1, + ACTIONS(982), 1, anon_sym_DOLLAR, - ACTIONS(2495), 1, + ACTIONS(984), 1, anon_sym_DASH, - ACTIONS(2497), 1, - anon_sym_LBRACE, - ACTIONS(2499), 1, - anon_sym_not, - ACTIONS(2503), 1, + ACTIONS(990), 1, anon_sym_DOT_DOT, - ACTIONS(2509), 1, + ACTIONS(996), 1, aux_sym_val_number_token1, - ACTIONS(2515), 1, + ACTIONS(2878), 1, + anon_sym_LBRACK, + ACTIONS(2880), 1, + anon_sym_LPAREN, + ACTIONS(2882), 1, + anon_sym_LBRACE, + ACTIONS(2884), 1, + anon_sym_not, + ACTIONS(2894), 1, anon_sym_DQUOTE, - ACTIONS(2519), 1, + ACTIONS(2898), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2521), 1, + ACTIONS(2900), 1, anon_sym_DOLLAR_DQUOTE, - STATE(129), 1, + STATE(9), 1, sym_val_number, - STATE(1539), 1, - sym_comment, - STATE(2174), 1, - sym_expr_parenthesized, - STATE(2180), 1, + STATE(233), 1, sym__var, - STATE(2589), 1, + STATE(377), 1, sym__inter_double_quotes, - STATE(2592), 1, - sym__inter_single_quotes, - STATE(2618), 1, + STATE(391), 1, + sym_expr_parenthesized, + STATE(413), 1, sym__expression, - STATE(2619), 1, + STATE(419), 1, sym__str_double_quotes, - ACTIONS(2501), 2, + STATE(420), 1, + sym__inter_single_quotes, + STATE(1541), 1, + sym_comment, + ACTIONS(2886), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2505), 2, + ACTIONS(2888), 2, sym_val_nothing, sym_val_date, - ACTIONS(2507), 2, + ACTIONS(2890), 2, anon_sym_true, anon_sym_false, - ACTIONS(2517), 2, + ACTIONS(2896), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2513), 3, + ACTIONS(998), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(390), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2511), 6, + ACTIONS(2892), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2606), 11, + STATE(417), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -173372,76 +173539,76 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [58232] = 28, + [58450] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2487), 1, - anon_sym_LBRACK, - ACTIONS(2489), 1, + ACTIONS(2184), 1, anon_sym_LPAREN, - ACTIONS(2491), 1, + ACTIONS(2186), 1, + aux_sym_val_number_token1, + ACTIONS(2702), 1, + anon_sym_LBRACK, + ACTIONS(2704), 1, anon_sym_DOLLAR, - ACTIONS(2495), 1, + ACTIONS(2706), 1, anon_sym_DASH, - ACTIONS(2497), 1, - anon_sym_LBRACE, - ACTIONS(2499), 1, + ACTIONS(2710), 1, anon_sym_not, - ACTIONS(2503), 1, + ACTIONS(2714), 1, anon_sym_DOT_DOT, - ACTIONS(2509), 1, - aux_sym_val_number_token1, - ACTIONS(2515), 1, + ACTIONS(2722), 1, anon_sym_DQUOTE, - ACTIONS(2519), 1, + ACTIONS(2726), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2521), 1, + ACTIONS(2728), 1, anon_sym_DOLLAR_DQUOTE, - STATE(129), 1, + ACTIONS(2876), 1, + anon_sym_LBRACE, + STATE(14), 1, sym_val_number, - STATE(1540), 1, - sym_comment, - STATE(2174), 1, - sym_expr_parenthesized, - STATE(2180), 1, + STATE(1023), 1, sym__var, - STATE(2589), 1, + STATE(1121), 1, + sym_expr_parenthesized, + STATE(1131), 1, + sym__expression, + STATE(1161), 1, sym__inter_double_quotes, - STATE(2592), 1, + STATE(1162), 1, sym__inter_single_quotes, - STATE(2619), 1, + STATE(1180), 1, sym__str_double_quotes, - STATE(2630), 1, - sym__expression, - ACTIONS(2501), 2, + STATE(1542), 1, + sym_comment, + ACTIONS(2712), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2505), 2, + ACTIONS(2716), 2, sym_val_nothing, sym_val_date, - ACTIONS(2507), 2, + ACTIONS(2718), 2, anon_sym_true, anon_sym_false, - ACTIONS(2517), 2, + ACTIONS(2724), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2513), 3, + ACTIONS(2720), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(1120), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2511), 6, + ACTIONS(2188), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2606), 11, + STATE(1200), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -173453,76 +173620,76 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [58341] = 28, + [58559] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2487), 1, - anon_sym_LBRACK, - ACTIONS(2489), 1, + ACTIONS(2184), 1, anon_sym_LPAREN, - ACTIONS(2491), 1, + ACTIONS(2186), 1, + aux_sym_val_number_token1, + ACTIONS(2702), 1, + anon_sym_LBRACK, + ACTIONS(2704), 1, anon_sym_DOLLAR, - ACTIONS(2495), 1, + ACTIONS(2706), 1, anon_sym_DASH, - ACTIONS(2497), 1, - anon_sym_LBRACE, - ACTIONS(2499), 1, + ACTIONS(2710), 1, anon_sym_not, - ACTIONS(2503), 1, + ACTIONS(2714), 1, anon_sym_DOT_DOT, - ACTIONS(2509), 1, - aux_sym_val_number_token1, - ACTIONS(2515), 1, + ACTIONS(2722), 1, anon_sym_DQUOTE, - ACTIONS(2519), 1, + ACTIONS(2726), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2521), 1, + ACTIONS(2728), 1, anon_sym_DOLLAR_DQUOTE, - STATE(129), 1, + ACTIONS(2876), 1, + anon_sym_LBRACE, + STATE(14), 1, sym_val_number, - STATE(1541), 1, - sym_comment, - STATE(2174), 1, - sym_expr_parenthesized, - STATE(2180), 1, + STATE(1023), 1, sym__var, - STATE(2589), 1, + STATE(1121), 1, + sym_expr_parenthesized, + STATE(1133), 1, + sym__expression, + STATE(1161), 1, sym__inter_double_quotes, - STATE(2592), 1, + STATE(1162), 1, sym__inter_single_quotes, - STATE(2619), 1, + STATE(1180), 1, sym__str_double_quotes, - STATE(2627), 1, - sym__expression, - ACTIONS(2501), 2, + STATE(1543), 1, + sym_comment, + ACTIONS(2712), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2505), 2, + ACTIONS(2716), 2, sym_val_nothing, sym_val_date, - ACTIONS(2507), 2, + ACTIONS(2718), 2, anon_sym_true, anon_sym_false, - ACTIONS(2517), 2, + ACTIONS(2724), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2513), 3, + ACTIONS(2720), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(1120), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2511), 6, + ACTIONS(2188), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2606), 11, + STATE(1200), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -173534,76 +173701,76 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [58450] = 28, + [58668] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2487), 1, - anon_sym_LBRACK, - ACTIONS(2489), 1, - anon_sym_LPAREN, - ACTIONS(2491), 1, + ACTIONS(982), 1, anon_sym_DOLLAR, - ACTIONS(2495), 1, + ACTIONS(984), 1, anon_sym_DASH, - ACTIONS(2497), 1, - anon_sym_LBRACE, - ACTIONS(2499), 1, - anon_sym_not, - ACTIONS(2503), 1, + ACTIONS(990), 1, anon_sym_DOT_DOT, - ACTIONS(2509), 1, + ACTIONS(996), 1, aux_sym_val_number_token1, - ACTIONS(2515), 1, + ACTIONS(2878), 1, + anon_sym_LBRACK, + ACTIONS(2880), 1, + anon_sym_LPAREN, + ACTIONS(2882), 1, + anon_sym_LBRACE, + ACTIONS(2884), 1, + anon_sym_not, + ACTIONS(2894), 1, anon_sym_DQUOTE, - ACTIONS(2519), 1, + ACTIONS(2898), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2521), 1, + ACTIONS(2900), 1, anon_sym_DOLLAR_DQUOTE, - STATE(129), 1, + STATE(9), 1, sym_val_number, - STATE(1542), 1, - sym_comment, - STATE(2174), 1, - sym_expr_parenthesized, - STATE(2180), 1, + STATE(233), 1, sym__var, - STATE(2589), 1, + STATE(377), 1, sym__inter_double_quotes, - STATE(2592), 1, - sym__inter_single_quotes, - STATE(2619), 1, - sym__str_double_quotes, - STATE(2623), 1, + STATE(391), 1, + sym_expr_parenthesized, + STATE(415), 1, sym__expression, - ACTIONS(2501), 2, + STATE(419), 1, + sym__str_double_quotes, + STATE(420), 1, + sym__inter_single_quotes, + STATE(1544), 1, + sym_comment, + ACTIONS(2886), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2505), 2, + ACTIONS(2888), 2, sym_val_nothing, sym_val_date, - ACTIONS(2507), 2, + ACTIONS(2890), 2, anon_sym_true, anon_sym_false, - ACTIONS(2517), 2, + ACTIONS(2896), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2513), 3, + ACTIONS(998), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(390), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2511), 6, + ACTIONS(2892), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2606), 11, + STATE(417), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -173615,7 +173782,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [58559] = 28, + [58777] = 28, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2487), 1, @@ -173642,20 +173809,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, STATE(129), 1, sym_val_number, - STATE(1543), 1, + STATE(1545), 1, sym_comment, - STATE(2174), 1, + STATE(2179), 1, sym_expr_parenthesized, - STATE(2180), 1, + STATE(2331), 1, sym__var, - STATE(2589), 1, + STATE(2604), 1, + sym__str_double_quotes, + STATE(2619), 1, + sym__expression, + STATE(2623), 1, sym__inter_double_quotes, - STATE(2592), 1, + STATE(2624), 1, sym__inter_single_quotes, - STATE(2602), 1, - sym__expression, - STATE(2619), 1, - sym__str_double_quotes, ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -173672,7 +173839,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -173684,7 +173851,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2606), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -173696,7 +173863,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [58668] = 28, + [58886] = 28, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2487), 1, @@ -173723,20 +173890,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, STATE(129), 1, sym_val_number, - STATE(1544), 1, + STATE(1546), 1, sym_comment, - STATE(2174), 1, + STATE(2179), 1, sym_expr_parenthesized, - STATE(2180), 1, + STATE(2331), 1, sym__var, - STATE(2587), 1, + STATE(2604), 1, + sym__str_double_quotes, + STATE(2618), 1, sym__expression, - STATE(2589), 1, + STATE(2623), 1, sym__inter_double_quotes, - STATE(2592), 1, + STATE(2624), 1, sym__inter_single_quotes, - STATE(2619), 1, - sym__str_double_quotes, ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -173753,7 +173920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -173765,7 +173932,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2606), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -173777,76 +173944,76 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [58777] = 28, + [58995] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2308), 1, + ACTIONS(2487), 1, + anon_sym_LBRACK, + ACTIONS(2489), 1, anon_sym_LPAREN, - ACTIONS(2310), 1, + ACTIONS(2491), 1, anon_sym_DOLLAR, - ACTIONS(2312), 1, + ACTIONS(2495), 1, anon_sym_DASH, - ACTIONS(2314), 1, + ACTIONS(2497), 1, anon_sym_LBRACE, - ACTIONS(2320), 1, + ACTIONS(2499), 1, anon_sym_not, - ACTIONS(2324), 1, + ACTIONS(2503), 1, anon_sym_DOT_DOT, - ACTIONS(2330), 1, + ACTIONS(2509), 1, aux_sym_val_number_token1, - ACTIONS(2336), 1, + ACTIONS(2515), 1, anon_sym_DQUOTE, - ACTIONS(2340), 1, + ACTIONS(2519), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2342), 1, + ACTIONS(2521), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2730), 1, - anon_sym_LBRACK, - STATE(120), 1, + STATE(129), 1, sym_val_number, - STATE(1545), 1, + STATE(1547), 1, sym_comment, - STATE(1921), 1, - sym__var, - STATE(1963), 1, + STATE(2179), 1, sym_expr_parenthesized, - STATE(2195), 1, + STATE(2331), 1, + sym__var, + STATE(2604), 1, + sym__str_double_quotes, + STATE(2616), 1, + sym__expression, + STATE(2623), 1, sym__inter_double_quotes, - STATE(2196), 1, + STATE(2624), 1, sym__inter_single_quotes, - STATE(2209), 1, - sym__expression, - STATE(2248), 1, - sym__str_double_quotes, - ACTIONS(2322), 2, + ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2326), 2, + ACTIONS(2505), 2, sym_val_nothing, sym_val_date, - ACTIONS(2328), 2, + ACTIONS(2507), 2, anon_sym_true, anon_sym_false, - ACTIONS(2338), 2, + ACTIONS(2517), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2334), 3, + ACTIONS(2513), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2227), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2332), 6, + ACTIONS(2511), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2199), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -173858,76 +174025,76 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [58886] = 28, + [59104] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2190), 1, - anon_sym_LPAREN, - ACTIONS(2192), 1, - aux_sym_val_number_token1, - ACTIONS(2702), 1, + ACTIONS(2968), 1, anon_sym_LBRACK, - ACTIONS(2704), 1, + ACTIONS(2970), 1, + anon_sym_LPAREN, + ACTIONS(2972), 1, anon_sym_DOLLAR, - ACTIONS(2706), 1, + ACTIONS(2974), 1, anon_sym_DASH, - ACTIONS(2710), 1, + ACTIONS(2976), 1, + anon_sym_LBRACE, + ACTIONS(2978), 1, anon_sym_not, - ACTIONS(2714), 1, + ACTIONS(2982), 1, anon_sym_DOT_DOT, - ACTIONS(2722), 1, + ACTIONS(2988), 1, + aux_sym_val_number_token1, + ACTIONS(2994), 1, anon_sym_DQUOTE, - ACTIONS(2726), 1, + ACTIONS(2998), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2728), 1, + ACTIONS(3000), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2820), 1, - anon_sym_LBRACE, - STATE(14), 1, + STATE(4), 1, sym_val_number, - STATE(1021), 1, + STATE(152), 1, sym__var, - STATE(1130), 1, + STATE(267), 1, sym__str_double_quotes, - STATE(1138), 1, + STATE(272), 1, sym_expr_parenthesized, - STATE(1147), 1, - sym__expression, - STATE(1178), 1, + STATE(282), 1, sym__inter_single_quotes, - STATE(1179), 1, + STATE(283), 1, sym__inter_double_quotes, - STATE(1546), 1, + STATE(304), 1, + sym__expression, + STATE(1548), 1, sym_comment, - ACTIONS(2712), 2, + ACTIONS(2980), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2716), 2, + ACTIONS(2984), 2, sym_val_nothing, sym_val_date, - ACTIONS(2718), 2, + ACTIONS(2986), 2, anon_sym_true, anon_sym_false, - ACTIONS(2724), 2, + ACTIONS(2996), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2720), 3, + ACTIONS(2992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1137), 4, + STATE(277), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2194), 6, + ACTIONS(2990), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1176), 11, + STATE(275), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -173939,76 +174106,76 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [58995] = 28, - ACTIONS(31), 1, - anon_sym_LBRACK, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(39), 1, + [59213] = 28, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + ACTIONS(1610), 1, anon_sym_DASH, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(79), 1, + ACTIONS(1616), 1, anon_sym_DOT_DOT, - ACTIONS(85), 1, + ACTIONS(1622), 1, aux_sym_val_number_token1, - ACTIONS(93), 1, + ACTIONS(3002), 1, + anon_sym_LBRACK, + ACTIONS(3004), 1, + anon_sym_LPAREN, + ACTIONS(3006), 1, + anon_sym_LBRACE, + ACTIONS(3008), 1, + anon_sym_not, + ACTIONS(3018), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(3022), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(3024), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, - anon_sym_DOLLAR, - ACTIONS(2998), 1, - anon_sym_not, - STATE(127), 1, + STATE(13), 1, sym_val_number, - STATE(1547), 1, - sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(469), 1, sym__var, - STATE(2469), 1, + STATE(567), 1, + sym__expression, + STATE(571), 1, + sym_expr_parenthesized, + STATE(616), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(617), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(633), 1, sym__str_double_quotes, - STATE(2562), 1, - sym__expression, - ACTIONS(77), 2, + STATE(1549), 1, + sym_comment, + ACTIONS(3010), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(91), 2, + ACTIONS(3012), 2, sym_val_nothing, sym_val_date, - ACTIONS(95), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3000), 2, + ACTIONS(3014), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 3, + ACTIONS(3020), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(1624), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2481), 4, + STATE(573), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(87), 6, + ACTIONS(3016), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2506), 11, + STATE(639), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -174020,76 +174187,76 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [59104] = 28, - ACTIONS(31), 1, - anon_sym_LBRACK, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(39), 1, + [59322] = 28, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + ACTIONS(1610), 1, anon_sym_DASH, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(79), 1, + ACTIONS(1616), 1, anon_sym_DOT_DOT, - ACTIONS(85), 1, + ACTIONS(1622), 1, aux_sym_val_number_token1, - ACTIONS(93), 1, + ACTIONS(3002), 1, + anon_sym_LBRACK, + ACTIONS(3004), 1, + anon_sym_LPAREN, + ACTIONS(3006), 1, + anon_sym_LBRACE, + ACTIONS(3008), 1, + anon_sym_not, + ACTIONS(3018), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(3022), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(3024), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, - anon_sym_DOLLAR, - ACTIONS(2998), 1, - anon_sym_not, - STATE(127), 1, + STATE(13), 1, sym_val_number, - STATE(1548), 1, - sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(469), 1, sym__var, - STATE(2469), 1, + STATE(569), 1, + sym__expression, + STATE(571), 1, + sym_expr_parenthesized, + STATE(616), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(617), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(633), 1, sym__str_double_quotes, - STATE(2560), 1, - sym__expression, - ACTIONS(77), 2, + STATE(1550), 1, + sym_comment, + ACTIONS(3010), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(91), 2, + ACTIONS(3012), 2, sym_val_nothing, sym_val_date, - ACTIONS(95), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3000), 2, + ACTIONS(3014), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 3, + ACTIONS(3020), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(1624), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2481), 4, + STATE(573), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(87), 6, + ACTIONS(3016), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2506), 11, + STATE(639), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -174101,76 +174268,76 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [59213] = 28, - ACTIONS(31), 1, - anon_sym_LBRACK, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(39), 1, + [59431] = 28, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + ACTIONS(1610), 1, anon_sym_DASH, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(79), 1, + ACTIONS(1616), 1, anon_sym_DOT_DOT, - ACTIONS(85), 1, + ACTIONS(1622), 1, aux_sym_val_number_token1, - ACTIONS(93), 1, + ACTIONS(3002), 1, + anon_sym_LBRACK, + ACTIONS(3004), 1, + anon_sym_LPAREN, + ACTIONS(3006), 1, + anon_sym_LBRACE, + ACTIONS(3008), 1, + anon_sym_not, + ACTIONS(3018), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(3022), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(3024), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, - anon_sym_DOLLAR, - ACTIONS(2998), 1, - anon_sym_not, - STATE(127), 1, + STATE(13), 1, sym_val_number, - STATE(1549), 1, - sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(469), 1, sym__var, - STATE(2469), 1, + STATE(571), 1, + sym_expr_parenthesized, + STATE(572), 1, + sym__expression, + STATE(616), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(617), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(633), 1, sym__str_double_quotes, - STATE(2537), 1, - sym__expression, - ACTIONS(77), 2, + STATE(1551), 1, + sym_comment, + ACTIONS(3010), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(91), 2, + ACTIONS(3012), 2, sym_val_nothing, sym_val_date, - ACTIONS(95), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3000), 2, + ACTIONS(3014), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 3, + ACTIONS(3020), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(1624), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2481), 4, + STATE(573), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(87), 6, + ACTIONS(3016), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2506), 11, + STATE(639), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -174182,7 +174349,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [59322] = 28, + [59540] = 28, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2487), 1, @@ -174209,20 +174376,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, STATE(129), 1, sym_val_number, - STATE(1550), 1, + STATE(1552), 1, sym_comment, - STATE(2174), 1, + STATE(2179), 1, sym_expr_parenthesized, - STATE(2180), 1, + STATE(2331), 1, sym__var, - STATE(2589), 1, + STATE(2604), 1, + sym__str_double_quotes, + STATE(2615), 1, + sym__expression, + STATE(2623), 1, sym__inter_double_quotes, - STATE(2592), 1, + STATE(2624), 1, sym__inter_single_quotes, - STATE(2610), 1, - sym__expression, - STATE(2619), 1, - sym__str_double_quotes, ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -174239,7 +174406,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -174251,7 +174418,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2606), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -174263,7 +174430,7 @@ static const uint16_t ts_small_parse_table[] = { sym_val_record, sym_val_table, sym_val_closure, - [59431] = 28, + [59649] = 28, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2487), 1, @@ -174290,20 +174457,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_DQUOTE, STATE(129), 1, sym_val_number, - STATE(1551), 1, + STATE(1553), 1, sym_comment, - STATE(2174), 1, + STATE(2179), 1, sym_expr_parenthesized, - STATE(2180), 1, + STATE(2331), 1, sym__var, - STATE(2589), 1, - sym__inter_double_quotes, - STATE(2592), 1, - sym__inter_single_quotes, STATE(2604), 1, - sym__expression, - STATE(2619), 1, sym__str_double_quotes, + STATE(2613), 1, + sym__expression, + STATE(2623), 1, + sym__inter_double_quotes, + STATE(2624), 1, + sym__inter_single_quotes, ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -174320,7 +174487,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -174332,169 +174499,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2606), 11, - sym_val_bool, - sym_val_variable, - 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, - [59540] = 28, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2308), 1, - anon_sym_LPAREN, - ACTIONS(2310), 1, - anon_sym_DOLLAR, - ACTIONS(2312), 1, - anon_sym_DASH, - ACTIONS(2314), 1, - anon_sym_LBRACE, - ACTIONS(2320), 1, - anon_sym_not, - ACTIONS(2324), 1, - anon_sym_DOT_DOT, - ACTIONS(2330), 1, - aux_sym_val_number_token1, - ACTIONS(2336), 1, - anon_sym_DQUOTE, - ACTIONS(2340), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2342), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(2730), 1, - anon_sym_LBRACK, - STATE(120), 1, - sym_val_number, - STATE(1552), 1, - sym_comment, - STATE(1921), 1, - sym__var, - STATE(1963), 1, - sym_expr_parenthesized, - STATE(2195), 1, - sym__inter_double_quotes, - STATE(2196), 1, - sym__inter_single_quotes, - STATE(2210), 1, - sym__expression, - STATE(2248), 1, - sym__str_double_quotes, - ACTIONS(2322), 2, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - ACTIONS(2326), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(2328), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2338), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2334), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(2227), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(2332), 6, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - STATE(2199), 11, - sym_val_bool, - sym_val_variable, - 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, - [59649] = 28, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2308), 1, - anon_sym_LPAREN, - ACTIONS(2310), 1, - anon_sym_DOLLAR, - ACTIONS(2312), 1, - anon_sym_DASH, - ACTIONS(2314), 1, - anon_sym_LBRACE, - ACTIONS(2320), 1, - anon_sym_not, - ACTIONS(2324), 1, - anon_sym_DOT_DOT, - ACTIONS(2330), 1, - aux_sym_val_number_token1, - ACTIONS(2336), 1, - anon_sym_DQUOTE, - ACTIONS(2340), 1, - anon_sym_DOLLAR_SQUOTE, - ACTIONS(2342), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(2730), 1, - anon_sym_LBRACK, - STATE(120), 1, - sym_val_number, - STATE(1553), 1, - sym_comment, - STATE(1921), 1, - sym__var, - STATE(1963), 1, - sym_expr_parenthesized, - STATE(2195), 1, - sym__inter_double_quotes, - STATE(2196), 1, - sym__inter_single_quotes, - STATE(2211), 1, - sym__expression, - STATE(2248), 1, - sym__str_double_quotes, - ACTIONS(2322), 2, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - ACTIONS(2326), 2, - sym_val_nothing, - sym_val_date, - ACTIONS(2328), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2338), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2334), 3, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - STATE(2227), 4, - sym_expr_unary, - sym_expr_binary, - sym_val_range, - sym__value, - ACTIONS(2332), 6, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - STATE(2199), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -174509,73 +174514,73 @@ static const uint16_t ts_small_parse_table[] = { [59758] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2308), 1, + ACTIONS(2487), 1, + anon_sym_LBRACK, + ACTIONS(2489), 1, anon_sym_LPAREN, - ACTIONS(2310), 1, + ACTIONS(2491), 1, anon_sym_DOLLAR, - ACTIONS(2312), 1, + ACTIONS(2495), 1, anon_sym_DASH, - ACTIONS(2314), 1, + ACTIONS(2497), 1, anon_sym_LBRACE, - ACTIONS(2320), 1, + ACTIONS(2499), 1, anon_sym_not, - ACTIONS(2324), 1, + ACTIONS(2503), 1, anon_sym_DOT_DOT, - ACTIONS(2330), 1, + ACTIONS(2509), 1, aux_sym_val_number_token1, - ACTIONS(2336), 1, + ACTIONS(2515), 1, anon_sym_DQUOTE, - ACTIONS(2340), 1, + ACTIONS(2519), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2342), 1, + ACTIONS(2521), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2730), 1, - anon_sym_LBRACK, - STATE(120), 1, + STATE(129), 1, sym_val_number, STATE(1554), 1, sym_comment, - STATE(1921), 1, - sym__var, - STATE(1963), 1, + STATE(2179), 1, sym_expr_parenthesized, - STATE(2168), 1, + STATE(2331), 1, + sym__var, + STATE(2604), 1, + sym__str_double_quotes, + STATE(2612), 1, sym__expression, - STATE(2195), 1, + STATE(2623), 1, sym__inter_double_quotes, - STATE(2196), 1, + STATE(2624), 1, sym__inter_single_quotes, - STATE(2248), 1, - sym__str_double_quotes, - ACTIONS(2322), 2, + ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2326), 2, + ACTIONS(2505), 2, sym_val_nothing, sym_val_date, - ACTIONS(2328), 2, + ACTIONS(2507), 2, anon_sym_true, anon_sym_false, - ACTIONS(2338), 2, + ACTIONS(2517), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2334), 3, + ACTIONS(2513), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2227), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2332), 6, + ACTIONS(2511), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2199), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -174590,73 +174595,73 @@ static const uint16_t ts_small_parse_table[] = { [59867] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2308), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, - ACTIONS(2310), 1, + ACTIONS(2527), 1, + anon_sym_LBRACK, + ACTIONS(2531), 1, anon_sym_DOLLAR, - ACTIONS(2312), 1, + ACTIONS(2533), 1, anon_sym_DASH, - ACTIONS(2314), 1, + ACTIONS(2535), 1, anon_sym_LBRACE, - ACTIONS(2320), 1, - anon_sym_not, - ACTIONS(2324), 1, + ACTIONS(2541), 1, anon_sym_DOT_DOT, - ACTIONS(2330), 1, + ACTIONS(2547), 1, aux_sym_val_number_token1, - ACTIONS(2336), 1, + ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(2340), 1, + ACTIONS(2559), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2342), 1, + ACTIONS(2561), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2730), 1, - anon_sym_LBRACK, - STATE(120), 1, + ACTIONS(2848), 1, + anon_sym_not, + STATE(17), 1, sym_val_number, - STATE(1555), 1, - sym_comment, - STATE(1921), 1, + STATE(1016), 1, sym__var, - STATE(1963), 1, - sym_expr_parenthesized, - STATE(2195), 1, + STATE(1038), 1, + sym__str_double_quotes, + STATE(1094), 1, sym__inter_double_quotes, - STATE(2196), 1, - sym__inter_single_quotes, - STATE(2212), 1, + STATE(1107), 1, sym__expression, - STATE(2248), 1, - sym__str_double_quotes, - ACTIONS(2322), 2, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1555), 1, + sym_comment, + ACTIONS(2539), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2326), 2, + ACTIONS(2553), 2, sym_val_nothing, sym_val_date, - ACTIONS(2328), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2338), 2, + ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2334), 3, + ACTIONS(2850), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2551), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2227), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2332), 6, + ACTIONS(2549), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2199), 11, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -174671,73 +174676,73 @@ static const uint16_t ts_small_parse_table[] = { [59976] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2750), 1, + ACTIONS(2487), 1, anon_sym_LBRACK, - ACTIONS(2752), 1, + ACTIONS(2489), 1, anon_sym_LPAREN, - ACTIONS(2754), 1, + ACTIONS(2491), 1, anon_sym_DOLLAR, - ACTIONS(2756), 1, + ACTIONS(2495), 1, anon_sym_DASH, - ACTIONS(2758), 1, + ACTIONS(2497), 1, anon_sym_LBRACE, - ACTIONS(2764), 1, + ACTIONS(2499), 1, + anon_sym_not, + ACTIONS(2503), 1, anon_sym_DOT_DOT, - ACTIONS(2770), 1, + ACTIONS(2509), 1, aux_sym_val_number_token1, - ACTIONS(2778), 1, + ACTIONS(2515), 1, anon_sym_DQUOTE, - ACTIONS(2782), 1, + ACTIONS(2519), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2784), 1, + ACTIONS(2521), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2932), 1, - anon_sym_not, - STATE(123), 1, + STATE(129), 1, sym_val_number, STATE(1556), 1, sym_comment, - STATE(1910), 1, - sym__var, - STATE(1988), 1, + STATE(2179), 1, sym_expr_parenthesized, - STATE(2232), 1, + STATE(2331), 1, + sym__var, + STATE(2604), 1, sym__str_double_quotes, - STATE(2265), 1, + STATE(2611), 1, sym__expression, - STATE(2304), 1, + STATE(2623), 1, sym__inter_double_quotes, - STATE(2305), 1, + STATE(2624), 1, sym__inter_single_quotes, - ACTIONS(2762), 2, + ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2776), 2, + ACTIONS(2505), 2, sym_val_nothing, sym_val_date, - ACTIONS(2780), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2934), 2, + ACTIONS(2507), 2, anon_sym_true, anon_sym_false, - ACTIONS(2774), 3, + ACTIONS(2517), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2513), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2234), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2772), 6, + ACTIONS(2511), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2311), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -174750,75 +174755,75 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [60085] = 28, - ACTIONS(31), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2487), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(2489), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(2491), 1, + anon_sym_DOLLAR, + ACTIONS(2495), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(2497), 1, anon_sym_LBRACE, - ACTIONS(79), 1, + ACTIONS(2499), 1, + anon_sym_not, + ACTIONS(2503), 1, anon_sym_DOT_DOT, - ACTIONS(85), 1, + ACTIONS(2509), 1, aux_sym_val_number_token1, - ACTIONS(93), 1, + ACTIONS(2515), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(2519), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(2521), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, - anon_sym_DOLLAR, - ACTIONS(2998), 1, - anon_sym_not, - STATE(127), 1, + STATE(129), 1, sym_val_number, STATE(1557), 1, sym_comment, - STATE(2087), 1, + STATE(2179), 1, sym_expr_parenthesized, - STATE(2158), 1, + STATE(2331), 1, sym__var, - STATE(2469), 1, - sym__inter_double_quotes, - STATE(2471), 1, - sym__inter_single_quotes, - STATE(2499), 1, + STATE(2604), 1, sym__str_double_quotes, - STATE(2511), 1, + STATE(2610), 1, sym__expression, - ACTIONS(77), 2, + STATE(2623), 1, + sym__inter_double_quotes, + STATE(2624), 1, + sym__inter_single_quotes, + ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(91), 2, + ACTIONS(2505), 2, sym_val_nothing, sym_val_date, - ACTIONS(95), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3000), 2, + ACTIONS(2507), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 3, + ACTIONS(2517), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2513), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2481), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(87), 6, + ACTIONS(2511), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2506), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -174831,75 +174836,75 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [60194] = 28, - ACTIONS(31), 1, - anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2184), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(2186), 1, + aux_sym_val_number_token1, + ACTIONS(2702), 1, + anon_sym_LBRACK, + ACTIONS(2704), 1, + anon_sym_DOLLAR, + ACTIONS(2706), 1, anon_sym_DASH, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(79), 1, + ACTIONS(2710), 1, + anon_sym_not, + ACTIONS(2714), 1, anon_sym_DOT_DOT, - ACTIONS(85), 1, - aux_sym_val_number_token1, - ACTIONS(93), 1, + ACTIONS(2722), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(2726), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(2728), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, - anon_sym_DOLLAR, - ACTIONS(2998), 1, - anon_sym_not, - STATE(127), 1, + ACTIONS(2876), 1, + anon_sym_LBRACE, + STATE(14), 1, sym_val_number, - STATE(1558), 1, - sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(1023), 1, sym__var, - STATE(2469), 1, + STATE(1121), 1, + sym_expr_parenthesized, + STATE(1138), 1, + sym__expression, + STATE(1161), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(1162), 1, sym__inter_single_quotes, - STATE(2499), 1, + STATE(1180), 1, sym__str_double_quotes, - STATE(2505), 1, - sym__expression, - ACTIONS(77), 2, + STATE(1558), 1, + sym_comment, + ACTIONS(2712), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(91), 2, + ACTIONS(2716), 2, sym_val_nothing, sym_val_date, - ACTIONS(95), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3000), 2, + ACTIONS(2718), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 3, + ACTIONS(2724), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2720), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2481), 4, + STATE(1120), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(87), 6, + ACTIONS(2188), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2506), 11, + STATE(1200), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -174914,73 +174919,73 @@ static const uint16_t ts_small_parse_table[] = { [60303] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2308), 1, + ACTIONS(2487), 1, + anon_sym_LBRACK, + ACTIONS(2489), 1, anon_sym_LPAREN, - ACTIONS(2310), 1, + ACTIONS(2491), 1, anon_sym_DOLLAR, - ACTIONS(2312), 1, + ACTIONS(2495), 1, anon_sym_DASH, - ACTIONS(2314), 1, + ACTIONS(2497), 1, anon_sym_LBRACE, - ACTIONS(2320), 1, + ACTIONS(2499), 1, anon_sym_not, - ACTIONS(2324), 1, + ACTIONS(2503), 1, anon_sym_DOT_DOT, - ACTIONS(2330), 1, + ACTIONS(2509), 1, aux_sym_val_number_token1, - ACTIONS(2336), 1, + ACTIONS(2515), 1, anon_sym_DQUOTE, - ACTIONS(2340), 1, + ACTIONS(2519), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2342), 1, + ACTIONS(2521), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2730), 1, - anon_sym_LBRACK, - STATE(120), 1, + STATE(129), 1, sym_val_number, STATE(1559), 1, sym_comment, - STATE(1921), 1, - sym__var, - STATE(1963), 1, + STATE(2179), 1, sym_expr_parenthesized, - STATE(2195), 1, + STATE(2331), 1, + sym__var, + STATE(2604), 1, + sym__str_double_quotes, + STATE(2609), 1, + sym__expression, + STATE(2623), 1, sym__inter_double_quotes, - STATE(2196), 1, + STATE(2624), 1, sym__inter_single_quotes, - STATE(2214), 1, - sym__expression, - STATE(2248), 1, - sym__str_double_quotes, - ACTIONS(2322), 2, + ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2326), 2, + ACTIONS(2505), 2, sym_val_nothing, sym_val_date, - ACTIONS(2328), 2, + ACTIONS(2507), 2, anon_sym_true, anon_sym_false, - ACTIONS(2338), 2, + ACTIONS(2517), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2334), 3, + ACTIONS(2513), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2227), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2332), 6, + ACTIONS(2511), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2199), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -174995,73 +175000,73 @@ static const uint16_t ts_small_parse_table[] = { [60412] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2308), 1, + ACTIONS(2184), 1, anon_sym_LPAREN, - ACTIONS(2310), 1, + ACTIONS(2186), 1, + aux_sym_val_number_token1, + ACTIONS(2702), 1, + anon_sym_LBRACK, + ACTIONS(2704), 1, anon_sym_DOLLAR, - ACTIONS(2312), 1, + ACTIONS(2706), 1, anon_sym_DASH, - ACTIONS(2314), 1, - anon_sym_LBRACE, - ACTIONS(2320), 1, + ACTIONS(2710), 1, anon_sym_not, - ACTIONS(2324), 1, + ACTIONS(2714), 1, anon_sym_DOT_DOT, - ACTIONS(2330), 1, - aux_sym_val_number_token1, - ACTIONS(2336), 1, + ACTIONS(2722), 1, anon_sym_DQUOTE, - ACTIONS(2340), 1, + ACTIONS(2726), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2342), 1, + ACTIONS(2728), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2730), 1, - anon_sym_LBRACK, - STATE(120), 1, + ACTIONS(2876), 1, + anon_sym_LBRACE, + STATE(14), 1, sym_val_number, - STATE(1560), 1, - sym_comment, - STATE(1921), 1, + STATE(1023), 1, sym__var, - STATE(1963), 1, + STATE(1121), 1, sym_expr_parenthesized, - STATE(2195), 1, + STATE(1141), 1, + sym__expression, + STATE(1161), 1, sym__inter_double_quotes, - STATE(2196), 1, + STATE(1162), 1, sym__inter_single_quotes, - STATE(2215), 1, - sym__expression, - STATE(2248), 1, + STATE(1180), 1, sym__str_double_quotes, - ACTIONS(2322), 2, + STATE(1560), 1, + sym_comment, + ACTIONS(2712), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2326), 2, + ACTIONS(2716), 2, sym_val_nothing, sym_val_date, - ACTIONS(2328), 2, + ACTIONS(2718), 2, anon_sym_true, anon_sym_false, - ACTIONS(2338), 2, + ACTIONS(2724), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2334), 3, + ACTIONS(2720), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2227), 4, + STATE(1120), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2332), 6, + ACTIONS(2188), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2199), 11, + STATE(1200), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -175076,73 +175081,73 @@ static const uint16_t ts_small_parse_table[] = { [60521] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2308), 1, - anon_sym_LPAREN, - ACTIONS(2310), 1, + ACTIONS(1608), 1, anon_sym_DOLLAR, - ACTIONS(2312), 1, + ACTIONS(1610), 1, anon_sym_DASH, - ACTIONS(2314), 1, - anon_sym_LBRACE, - ACTIONS(2320), 1, - anon_sym_not, - ACTIONS(2324), 1, + ACTIONS(1616), 1, anon_sym_DOT_DOT, - ACTIONS(2330), 1, + ACTIONS(1622), 1, aux_sym_val_number_token1, - ACTIONS(2336), 1, + ACTIONS(3002), 1, + anon_sym_LBRACK, + ACTIONS(3004), 1, + anon_sym_LPAREN, + ACTIONS(3006), 1, + anon_sym_LBRACE, + ACTIONS(3008), 1, + anon_sym_not, + ACTIONS(3018), 1, anon_sym_DQUOTE, - ACTIONS(2340), 1, + ACTIONS(3022), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2342), 1, + ACTIONS(3024), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2730), 1, - anon_sym_LBRACK, - STATE(120), 1, + STATE(13), 1, sym_val_number, - STATE(1561), 1, - sym_comment, - STATE(1921), 1, + STATE(469), 1, sym__var, - STATE(1963), 1, + STATE(571), 1, sym_expr_parenthesized, - STATE(2195), 1, + STATE(574), 1, + sym__expression, + STATE(616), 1, sym__inter_double_quotes, - STATE(2196), 1, + STATE(617), 1, sym__inter_single_quotes, - STATE(2216), 1, - sym__expression, - STATE(2248), 1, + STATE(633), 1, sym__str_double_quotes, - ACTIONS(2322), 2, + STATE(1561), 1, + sym_comment, + ACTIONS(3010), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2326), 2, + ACTIONS(3012), 2, sym_val_nothing, sym_val_date, - ACTIONS(2328), 2, + ACTIONS(3014), 2, anon_sym_true, anon_sym_false, - ACTIONS(2338), 2, + ACTIONS(3020), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2334), 3, + ACTIONS(1624), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2227), 4, + STATE(573), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2332), 6, + ACTIONS(3016), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2199), 11, + STATE(639), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -175157,73 +175162,73 @@ static const uint16_t ts_small_parse_table[] = { [60630] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2308), 1, - anon_sym_LPAREN, - ACTIONS(2310), 1, + ACTIONS(1608), 1, anon_sym_DOLLAR, - ACTIONS(2312), 1, + ACTIONS(1610), 1, anon_sym_DASH, - ACTIONS(2314), 1, - anon_sym_LBRACE, - ACTIONS(2320), 1, - anon_sym_not, - ACTIONS(2324), 1, + ACTIONS(1616), 1, anon_sym_DOT_DOT, - ACTIONS(2330), 1, + ACTIONS(1622), 1, aux_sym_val_number_token1, - ACTIONS(2336), 1, + ACTIONS(3002), 1, + anon_sym_LBRACK, + ACTIONS(3004), 1, + anon_sym_LPAREN, + ACTIONS(3006), 1, + anon_sym_LBRACE, + ACTIONS(3008), 1, + anon_sym_not, + ACTIONS(3018), 1, anon_sym_DQUOTE, - ACTIONS(2340), 1, + ACTIONS(3022), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2342), 1, + ACTIONS(3024), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2730), 1, - anon_sym_LBRACK, - STATE(120), 1, + STATE(13), 1, sym_val_number, - STATE(1562), 1, - sym_comment, - STATE(1921), 1, + STATE(469), 1, sym__var, - STATE(1963), 1, + STATE(571), 1, sym_expr_parenthesized, - STATE(2195), 1, + STATE(575), 1, + sym__expression, + STATE(616), 1, sym__inter_double_quotes, - STATE(2196), 1, + STATE(617), 1, sym__inter_single_quotes, - STATE(2217), 1, - sym__expression, - STATE(2248), 1, + STATE(633), 1, sym__str_double_quotes, - ACTIONS(2322), 2, + STATE(1562), 1, + sym_comment, + ACTIONS(3010), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2326), 2, + ACTIONS(3012), 2, sym_val_nothing, sym_val_date, - ACTIONS(2328), 2, + ACTIONS(3014), 2, anon_sym_true, anon_sym_false, - ACTIONS(2338), 2, + ACTIONS(3020), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2334), 3, + ACTIONS(1624), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2227), 4, + STATE(573), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2332), 6, + ACTIONS(3016), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2199), 11, + STATE(639), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -175238,73 +175243,73 @@ static const uint16_t ts_small_parse_table[] = { [60739] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2308), 1, - anon_sym_LPAREN, - ACTIONS(2310), 1, + ACTIONS(1608), 1, anon_sym_DOLLAR, - ACTIONS(2312), 1, + ACTIONS(1610), 1, anon_sym_DASH, - ACTIONS(2314), 1, - anon_sym_LBRACE, - ACTIONS(2320), 1, - anon_sym_not, - ACTIONS(2324), 1, + ACTIONS(1616), 1, anon_sym_DOT_DOT, - ACTIONS(2330), 1, + ACTIONS(1622), 1, aux_sym_val_number_token1, - ACTIONS(2336), 1, + ACTIONS(3002), 1, + anon_sym_LBRACK, + ACTIONS(3004), 1, + anon_sym_LPAREN, + ACTIONS(3006), 1, + anon_sym_LBRACE, + ACTIONS(3008), 1, + anon_sym_not, + ACTIONS(3018), 1, anon_sym_DQUOTE, - ACTIONS(2340), 1, + ACTIONS(3022), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2342), 1, + ACTIONS(3024), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2730), 1, - anon_sym_LBRACK, - STATE(120), 1, + STATE(13), 1, sym_val_number, - STATE(1563), 1, - sym_comment, - STATE(1921), 1, + STATE(469), 1, sym__var, - STATE(1963), 1, + STATE(571), 1, sym_expr_parenthesized, - STATE(2195), 1, + STATE(576), 1, + sym__expression, + STATE(616), 1, sym__inter_double_quotes, - STATE(2196), 1, + STATE(617), 1, sym__inter_single_quotes, - STATE(2218), 1, - sym__expression, - STATE(2248), 1, + STATE(633), 1, sym__str_double_quotes, - ACTIONS(2322), 2, + STATE(1563), 1, + sym_comment, + ACTIONS(3010), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2326), 2, + ACTIONS(3012), 2, sym_val_nothing, sym_val_date, - ACTIONS(2328), 2, + ACTIONS(3014), 2, anon_sym_true, anon_sym_false, - ACTIONS(2338), 2, + ACTIONS(3020), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2334), 3, + ACTIONS(1624), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2227), 4, + STATE(573), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2332), 6, + ACTIONS(3016), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2199), 11, + STATE(639), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -175319,73 +175324,73 @@ static const uint16_t ts_small_parse_table[] = { [60848] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2750), 1, + ACTIONS(2934), 1, anon_sym_LBRACK, - ACTIONS(2752), 1, + ACTIONS(2936), 1, anon_sym_LPAREN, - ACTIONS(2754), 1, + ACTIONS(2938), 1, anon_sym_DOLLAR, - ACTIONS(2756), 1, + ACTIONS(2940), 1, anon_sym_DASH, - ACTIONS(2758), 1, + ACTIONS(2942), 1, anon_sym_LBRACE, - ACTIONS(2764), 1, + ACTIONS(2944), 1, + anon_sym_not, + ACTIONS(2948), 1, anon_sym_DOT_DOT, - ACTIONS(2770), 1, + ACTIONS(2954), 1, aux_sym_val_number_token1, - ACTIONS(2778), 1, + ACTIONS(2960), 1, anon_sym_DQUOTE, - ACTIONS(2782), 1, + ACTIONS(2964), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2784), 1, + ACTIONS(2966), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2932), 1, - anon_sym_not, - STATE(123), 1, + STATE(3), 1, sym_val_number, - STATE(1564), 1, - sym_comment, - STATE(1910), 1, + STATE(133), 1, sym__var, - STATE(1988), 1, + STATE(207), 1, sym_expr_parenthesized, - STATE(2232), 1, + STATE(214), 1, sym__str_double_quotes, - STATE(2266), 1, - sym__expression, - STATE(2304), 1, + STATE(223), 1, sym__inter_double_quotes, - STATE(2305), 1, + STATE(229), 1, sym__inter_single_quotes, - ACTIONS(2762), 2, + STATE(243), 1, + sym__expression, + STATE(1564), 1, + sym_comment, + ACTIONS(2946), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2776), 2, + ACTIONS(2950), 2, sym_val_nothing, sym_val_date, - ACTIONS(2780), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2934), 2, + ACTIONS(2952), 2, anon_sym_true, anon_sym_false, - ACTIONS(2774), 3, + ACTIONS(2962), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2958), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2234), 4, + STATE(208), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2772), 6, + ACTIONS(2956), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2311), 11, + STATE(253), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -175400,73 +175405,73 @@ static const uint16_t ts_small_parse_table[] = { [60957] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2308), 1, + ACTIONS(2934), 1, + anon_sym_LBRACK, + ACTIONS(2936), 1, anon_sym_LPAREN, - ACTIONS(2310), 1, + ACTIONS(2938), 1, anon_sym_DOLLAR, - ACTIONS(2312), 1, + ACTIONS(2940), 1, anon_sym_DASH, - ACTIONS(2314), 1, + ACTIONS(2942), 1, anon_sym_LBRACE, - ACTIONS(2320), 1, + ACTIONS(2944), 1, anon_sym_not, - ACTIONS(2324), 1, + ACTIONS(2948), 1, anon_sym_DOT_DOT, - ACTIONS(2330), 1, + ACTIONS(2954), 1, aux_sym_val_number_token1, - ACTIONS(2336), 1, + ACTIONS(2960), 1, anon_sym_DQUOTE, - ACTIONS(2340), 1, + ACTIONS(2964), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2342), 1, + ACTIONS(2966), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2730), 1, - anon_sym_LBRACK, - STATE(120), 1, + STATE(3), 1, sym_val_number, - STATE(1565), 1, - sym_comment, - STATE(1921), 1, + STATE(133), 1, sym__var, - STATE(1963), 1, + STATE(207), 1, sym_expr_parenthesized, - STATE(2195), 1, + STATE(214), 1, + sym__str_double_quotes, + STATE(223), 1, sym__inter_double_quotes, - STATE(2196), 1, + STATE(229), 1, sym__inter_single_quotes, - STATE(2220), 1, + STATE(239), 1, sym__expression, - STATE(2248), 1, - sym__str_double_quotes, - ACTIONS(2322), 2, + STATE(1565), 1, + sym_comment, + ACTIONS(2946), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2326), 2, + ACTIONS(2950), 2, sym_val_nothing, sym_val_date, - ACTIONS(2328), 2, + ACTIONS(2952), 2, anon_sym_true, anon_sym_false, - ACTIONS(2338), 2, + ACTIONS(2962), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2334), 3, + ACTIONS(2958), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2227), 4, + STATE(208), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2332), 6, + ACTIONS(2956), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2199), 11, + STATE(253), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -175479,75 +175484,75 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [61066] = 28, - ACTIONS(31), 1, - anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2184), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(2186), 1, + aux_sym_val_number_token1, + ACTIONS(2702), 1, + anon_sym_LBRACK, + ACTIONS(2704), 1, + anon_sym_DOLLAR, + ACTIONS(2706), 1, anon_sym_DASH, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(79), 1, + ACTIONS(2710), 1, + anon_sym_not, + ACTIONS(2714), 1, anon_sym_DOT_DOT, - ACTIONS(85), 1, - aux_sym_val_number_token1, - ACTIONS(93), 1, + ACTIONS(2722), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(2726), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(2728), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, - anon_sym_DOLLAR, - ACTIONS(2998), 1, - anon_sym_not, - STATE(127), 1, + ACTIONS(2876), 1, + anon_sym_LBRACE, + STATE(14), 1, sym_val_number, - STATE(1566), 1, - sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(1023), 1, sym__var, - STATE(2469), 1, + STATE(1121), 1, + sym_expr_parenthesized, + STATE(1144), 1, + sym__expression, + STATE(1161), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(1162), 1, sym__inter_single_quotes, - STATE(2489), 1, - sym__expression, - STATE(2499), 1, + STATE(1180), 1, sym__str_double_quotes, - ACTIONS(77), 2, + STATE(1566), 1, + sym_comment, + ACTIONS(2712), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(91), 2, + ACTIONS(2716), 2, sym_val_nothing, sym_val_date, - ACTIONS(95), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3000), 2, + ACTIONS(2718), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 3, + ACTIONS(2724), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2720), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2481), 4, + STATE(1120), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(87), 6, + ACTIONS(2188), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2506), 11, + STATE(1200), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -175560,75 +175565,75 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [61175] = 28, - ACTIONS(31), 1, - anon_sym_LBRACK, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + ACTIONS(1610), 1, anon_sym_DASH, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(79), 1, + ACTIONS(1616), 1, anon_sym_DOT_DOT, - ACTIONS(85), 1, + ACTIONS(1622), 1, aux_sym_val_number_token1, - ACTIONS(93), 1, + ACTIONS(3002), 1, + anon_sym_LBRACK, + ACTIONS(3004), 1, + anon_sym_LPAREN, + ACTIONS(3006), 1, + anon_sym_LBRACE, + ACTIONS(3008), 1, + anon_sym_not, + ACTIONS(3018), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(3022), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(3024), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, - anon_sym_DOLLAR, - ACTIONS(2998), 1, - anon_sym_not, - STATE(127), 1, + STATE(13), 1, sym_val_number, - STATE(1567), 1, - sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(469), 1, sym__var, - STATE(2469), 1, + STATE(571), 1, + sym_expr_parenthesized, + STATE(584), 1, + sym__expression, + STATE(616), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(617), 1, sym__inter_single_quotes, - STATE(2474), 1, - sym__expression, - STATE(2499), 1, + STATE(633), 1, sym__str_double_quotes, - ACTIONS(77), 2, + STATE(1567), 1, + sym_comment, + ACTIONS(3010), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(91), 2, + ACTIONS(3012), 2, sym_val_nothing, sym_val_date, - ACTIONS(95), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3000), 2, + ACTIONS(3014), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 3, + ACTIONS(3020), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(1624), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2481), 4, + STATE(573), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(87), 6, + ACTIONS(3016), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2506), 11, + STATE(639), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -175643,73 +175648,73 @@ static const uint16_t ts_small_parse_table[] = { [61284] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2750), 1, - anon_sym_LBRACK, - ACTIONS(2752), 1, + ACTIONS(2350), 1, anon_sym_LPAREN, - ACTIONS(2754), 1, + ACTIONS(2352), 1, anon_sym_DOLLAR, - ACTIONS(2756), 1, + ACTIONS(2354), 1, anon_sym_DASH, - ACTIONS(2758), 1, + ACTIONS(2356), 1, anon_sym_LBRACE, - ACTIONS(2764), 1, + ACTIONS(2362), 1, + anon_sym_not, + ACTIONS(2366), 1, anon_sym_DOT_DOT, - ACTIONS(2770), 1, + ACTIONS(2372), 1, aux_sym_val_number_token1, - ACTIONS(2778), 1, + ACTIONS(2378), 1, anon_sym_DQUOTE, - ACTIONS(2782), 1, + ACTIONS(2382), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2784), 1, + ACTIONS(2384), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2932), 1, - anon_sym_not, - STATE(123), 1, + ACTIONS(2730), 1, + anon_sym_LBRACK, + STATE(124), 1, sym_val_number, STATE(1568), 1, sym_comment, - STATE(1910), 1, - sym__var, - STATE(1988), 1, + STATE(1963), 1, sym_expr_parenthesized, - STATE(2232), 1, - sym__str_double_quotes, - STATE(2267), 1, - sym__expression, - STATE(2304), 1, + STATE(1981), 1, + sym__var, + STATE(2201), 1, sym__inter_double_quotes, - STATE(2305), 1, + STATE(2211), 1, sym__inter_single_quotes, - ACTIONS(2762), 2, + STATE(2246), 1, + sym__expression, + STATE(2251), 1, + sym__str_double_quotes, + ACTIONS(2364), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2776), 2, + ACTIONS(2368), 2, sym_val_nothing, sym_val_date, - ACTIONS(2780), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2934), 2, + ACTIONS(2370), 2, anon_sym_true, anon_sym_false, - ACTIONS(2774), 3, + ACTIONS(2380), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2376), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2234), 4, + STATE(2172), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2772), 6, + ACTIONS(2374), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2311), 11, + STATE(2222), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -175724,73 +175729,73 @@ static const uint16_t ts_small_parse_table[] = { [61393] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2750), 1, - anon_sym_LBRACK, - ACTIONS(2752), 1, - anon_sym_LPAREN, - ACTIONS(2754), 1, + ACTIONS(1608), 1, anon_sym_DOLLAR, - ACTIONS(2756), 1, + ACTIONS(1610), 1, anon_sym_DASH, - ACTIONS(2758), 1, - anon_sym_LBRACE, - ACTIONS(2764), 1, + ACTIONS(1616), 1, anon_sym_DOT_DOT, - ACTIONS(2770), 1, + ACTIONS(1622), 1, aux_sym_val_number_token1, - ACTIONS(2778), 1, + ACTIONS(3002), 1, + anon_sym_LBRACK, + ACTIONS(3004), 1, + anon_sym_LPAREN, + ACTIONS(3006), 1, + anon_sym_LBRACE, + ACTIONS(3008), 1, + anon_sym_not, + ACTIONS(3018), 1, anon_sym_DQUOTE, - ACTIONS(2782), 1, + ACTIONS(3022), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2784), 1, + ACTIONS(3024), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2932), 1, - anon_sym_not, - STATE(123), 1, + STATE(13), 1, sym_val_number, - STATE(1569), 1, - sym_comment, - STATE(1910), 1, + STATE(469), 1, sym__var, - STATE(1988), 1, + STATE(571), 1, sym_expr_parenthesized, - STATE(2232), 1, - sym__str_double_quotes, - STATE(2268), 1, + STATE(601), 1, sym__expression, - STATE(2304), 1, + STATE(616), 1, sym__inter_double_quotes, - STATE(2305), 1, + STATE(617), 1, sym__inter_single_quotes, - ACTIONS(2762), 2, + STATE(633), 1, + sym__str_double_quotes, + STATE(1569), 1, + sym_comment, + ACTIONS(3010), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2776), 2, + ACTIONS(3012), 2, sym_val_nothing, sym_val_date, - ACTIONS(2780), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2934), 2, + ACTIONS(3014), 2, anon_sym_true, anon_sym_false, - ACTIONS(2774), 3, + ACTIONS(3020), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(1624), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2234), 4, + STATE(573), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2772), 6, + ACTIONS(3016), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2311), 11, + STATE(639), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -175805,73 +175810,73 @@ static const uint16_t ts_small_parse_table[] = { [61502] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2308), 1, - anon_sym_LPAREN, - ACTIONS(2310), 1, + ACTIONS(1608), 1, anon_sym_DOLLAR, - ACTIONS(2312), 1, + ACTIONS(1610), 1, anon_sym_DASH, - ACTIONS(2314), 1, - anon_sym_LBRACE, - ACTIONS(2320), 1, - anon_sym_not, - ACTIONS(2324), 1, + ACTIONS(1616), 1, anon_sym_DOT_DOT, - ACTIONS(2330), 1, + ACTIONS(1622), 1, aux_sym_val_number_token1, - ACTIONS(2336), 1, + ACTIONS(3002), 1, + anon_sym_LBRACK, + ACTIONS(3004), 1, + anon_sym_LPAREN, + ACTIONS(3006), 1, + anon_sym_LBRACE, + ACTIONS(3008), 1, + anon_sym_not, + ACTIONS(3018), 1, anon_sym_DQUOTE, - ACTIONS(2340), 1, + ACTIONS(3022), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2342), 1, + ACTIONS(3024), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2730), 1, - anon_sym_LBRACK, - STATE(120), 1, + STATE(13), 1, sym_val_number, - STATE(1570), 1, - sym_comment, - STATE(1921), 1, + STATE(469), 1, sym__var, - STATE(1963), 1, + STATE(571), 1, sym_expr_parenthesized, - STATE(2195), 1, + STATE(605), 1, + sym__expression, + STATE(616), 1, sym__inter_double_quotes, - STATE(2196), 1, + STATE(617), 1, sym__inter_single_quotes, - STATE(2221), 1, - sym__expression, - STATE(2248), 1, + STATE(633), 1, sym__str_double_quotes, - ACTIONS(2322), 2, + STATE(1570), 1, + sym_comment, + ACTIONS(3010), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2326), 2, + ACTIONS(3012), 2, sym_val_nothing, sym_val_date, - ACTIONS(2328), 2, + ACTIONS(3014), 2, anon_sym_true, anon_sym_false, - ACTIONS(2338), 2, + ACTIONS(3020), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2334), 3, + ACTIONS(1624), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2227), 4, + STATE(573), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2332), 6, + ACTIONS(3016), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2199), 11, + STATE(639), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -175886,73 +175891,73 @@ static const uint16_t ts_small_parse_table[] = { [61611] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2750), 1, - anon_sym_LBRACK, - ACTIONS(2752), 1, - anon_sym_LPAREN, - ACTIONS(2754), 1, + ACTIONS(1608), 1, anon_sym_DOLLAR, - ACTIONS(2756), 1, + ACTIONS(1610), 1, anon_sym_DASH, - ACTIONS(2758), 1, - anon_sym_LBRACE, - ACTIONS(2764), 1, + ACTIONS(1616), 1, anon_sym_DOT_DOT, - ACTIONS(2770), 1, + ACTIONS(1622), 1, aux_sym_val_number_token1, - ACTIONS(2778), 1, + ACTIONS(3002), 1, + anon_sym_LBRACK, + ACTIONS(3004), 1, + anon_sym_LPAREN, + ACTIONS(3006), 1, + anon_sym_LBRACE, + ACTIONS(3008), 1, + anon_sym_not, + ACTIONS(3018), 1, anon_sym_DQUOTE, - ACTIONS(2782), 1, + ACTIONS(3022), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2784), 1, + ACTIONS(3024), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2932), 1, - anon_sym_not, - STATE(123), 1, + STATE(13), 1, sym_val_number, - STATE(1571), 1, - sym_comment, - STATE(1910), 1, + STATE(469), 1, sym__var, - STATE(1988), 1, + STATE(571), 1, sym_expr_parenthesized, - STATE(2232), 1, - sym__str_double_quotes, - STATE(2269), 1, + STATE(611), 1, sym__expression, - STATE(2304), 1, + STATE(616), 1, sym__inter_double_quotes, - STATE(2305), 1, + STATE(617), 1, sym__inter_single_quotes, - ACTIONS(2762), 2, + STATE(633), 1, + sym__str_double_quotes, + STATE(1571), 1, + sym_comment, + ACTIONS(3010), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2776), 2, + ACTIONS(3012), 2, sym_val_nothing, sym_val_date, - ACTIONS(2780), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2934), 2, + ACTIONS(3014), 2, anon_sym_true, anon_sym_false, - ACTIONS(2774), 3, + ACTIONS(3020), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(1624), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2234), 4, + STATE(573), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2772), 6, + ACTIONS(3016), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2311), 11, + STATE(639), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -175967,73 +175972,73 @@ static const uint16_t ts_small_parse_table[] = { [61720] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2750), 1, - anon_sym_LBRACK, - ACTIONS(2752), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, - ACTIONS(2754), 1, + ACTIONS(2527), 1, + anon_sym_LBRACK, + ACTIONS(2531), 1, anon_sym_DOLLAR, - ACTIONS(2756), 1, + ACTIONS(2533), 1, anon_sym_DASH, - ACTIONS(2758), 1, + ACTIONS(2535), 1, anon_sym_LBRACE, - ACTIONS(2764), 1, + ACTIONS(2541), 1, anon_sym_DOT_DOT, - ACTIONS(2770), 1, + ACTIONS(2547), 1, aux_sym_val_number_token1, - ACTIONS(2778), 1, + ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(2782), 1, + ACTIONS(2559), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2784), 1, + ACTIONS(2561), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2932), 1, + ACTIONS(2848), 1, anon_sym_not, - STATE(123), 1, + STATE(17), 1, sym_val_number, - STATE(1572), 1, - sym_comment, - STATE(1910), 1, + STATE(1016), 1, sym__var, - STATE(1988), 1, - sym_expr_parenthesized, - STATE(2232), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2270), 1, - sym__expression, - STATE(2304), 1, + STATE(1094), 1, sym__inter_double_quotes, - STATE(2305), 1, + STATE(1108), 1, + sym__expression, + STATE(1139), 1, sym__inter_single_quotes, - ACTIONS(2762), 2, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1572), 1, + sym_comment, + ACTIONS(2539), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2776), 2, + ACTIONS(2553), 2, sym_val_nothing, sym_val_date, - ACTIONS(2780), 2, + ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2934), 2, + ACTIONS(2850), 2, anon_sym_true, anon_sym_false, - ACTIONS(2774), 3, + ACTIONS(2551), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2234), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2772), 6, + ACTIONS(2549), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2311), 11, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -176048,73 +176053,73 @@ static const uint16_t ts_small_parse_table[] = { [61829] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2750), 1, + ACTIONS(2934), 1, anon_sym_LBRACK, - ACTIONS(2752), 1, + ACTIONS(2936), 1, anon_sym_LPAREN, - ACTIONS(2754), 1, + ACTIONS(2938), 1, anon_sym_DOLLAR, - ACTIONS(2756), 1, + ACTIONS(2940), 1, anon_sym_DASH, - ACTIONS(2758), 1, + ACTIONS(2942), 1, anon_sym_LBRACE, - ACTIONS(2764), 1, + ACTIONS(2944), 1, + anon_sym_not, + ACTIONS(2948), 1, anon_sym_DOT_DOT, - ACTIONS(2770), 1, + ACTIONS(2954), 1, aux_sym_val_number_token1, - ACTIONS(2778), 1, + ACTIONS(2960), 1, anon_sym_DQUOTE, - ACTIONS(2782), 1, + ACTIONS(2964), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2784), 1, + ACTIONS(2966), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2932), 1, - anon_sym_not, - STATE(123), 1, + STATE(3), 1, sym_val_number, - STATE(1573), 1, - sym_comment, - STATE(1910), 1, + STATE(133), 1, sym__var, - STATE(1988), 1, + STATE(207), 1, sym_expr_parenthesized, - STATE(2232), 1, + STATE(214), 1, sym__str_double_quotes, - STATE(2271), 1, - sym__expression, - STATE(2304), 1, + STATE(223), 1, sym__inter_double_quotes, - STATE(2305), 1, + STATE(228), 1, + sym__expression, + STATE(229), 1, sym__inter_single_quotes, - ACTIONS(2762), 2, + STATE(1573), 1, + sym_comment, + ACTIONS(2946), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2776), 2, + ACTIONS(2950), 2, sym_val_nothing, sym_val_date, - ACTIONS(2780), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2934), 2, + ACTIONS(2952), 2, anon_sym_true, anon_sym_false, - ACTIONS(2774), 3, + ACTIONS(2962), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2958), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2234), 4, + STATE(208), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2772), 6, + ACTIONS(2956), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2311), 11, + STATE(253), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -176127,75 +176132,75 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [61938] = 28, - ACTIONS(31), 1, - anon_sym_LBRACK, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + ACTIONS(1610), 1, anon_sym_DASH, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(79), 1, + ACTIONS(1616), 1, anon_sym_DOT_DOT, - ACTIONS(85), 1, + ACTIONS(1622), 1, aux_sym_val_number_token1, - ACTIONS(93), 1, + ACTIONS(3002), 1, + anon_sym_LBRACK, + ACTIONS(3004), 1, + anon_sym_LPAREN, + ACTIONS(3006), 1, + anon_sym_LBRACE, + ACTIONS(3008), 1, + anon_sym_not, + ACTIONS(3018), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(3022), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, - anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, - anon_sym_DOLLAR, - ACTIONS(2998), 1, - anon_sym_not, - STATE(127), 1, + ACTIONS(3024), 1, + anon_sym_DOLLAR_DQUOTE, + STATE(13), 1, sym_val_number, - STATE(1574), 1, - sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(469), 1, sym__var, - STATE(2469), 1, + STATE(571), 1, + sym_expr_parenthesized, + STATE(614), 1, + sym__expression, + STATE(616), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(617), 1, sym__inter_single_quotes, - STATE(2476), 1, - sym__expression, - STATE(2499), 1, + STATE(633), 1, sym__str_double_quotes, - ACTIONS(77), 2, + STATE(1574), 1, + sym_comment, + ACTIONS(3010), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(91), 2, + ACTIONS(3012), 2, sym_val_nothing, sym_val_date, - ACTIONS(95), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3000), 2, + ACTIONS(3014), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 3, + ACTIONS(3020), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(1624), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2481), 4, + STATE(573), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(87), 6, + ACTIONS(3016), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2506), 11, + STATE(639), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -176208,75 +176213,75 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [62047] = 28, - ACTIONS(31), 1, - anon_sym_LBRACK, - ACTIONS(33), 1, - anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + ACTIONS(1610), 1, anon_sym_DASH, - ACTIONS(57), 1, - anon_sym_LBRACE, - ACTIONS(79), 1, + ACTIONS(1616), 1, anon_sym_DOT_DOT, - ACTIONS(85), 1, + ACTIONS(1622), 1, aux_sym_val_number_token1, - ACTIONS(93), 1, + ACTIONS(3002), 1, + anon_sym_LBRACK, + ACTIONS(3004), 1, + anon_sym_LPAREN, + ACTIONS(3006), 1, + anon_sym_LBRACE, + ACTIONS(3008), 1, + anon_sym_not, + ACTIONS(3018), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(3022), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(3024), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, - anon_sym_DOLLAR, - ACTIONS(2998), 1, - anon_sym_not, - STATE(127), 1, + STATE(13), 1, sym_val_number, - STATE(1575), 1, - sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(469), 1, sym__var, - STATE(2469), 1, + STATE(571), 1, + sym_expr_parenthesized, + STATE(616), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(617), 1, sym__inter_single_quotes, - STATE(2482), 1, + STATE(620), 1, sym__expression, - STATE(2499), 1, + STATE(633), 1, sym__str_double_quotes, - ACTIONS(77), 2, + STATE(1575), 1, + sym_comment, + ACTIONS(3010), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(91), 2, + ACTIONS(3012), 2, sym_val_nothing, sym_val_date, - ACTIONS(95), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3000), 2, + ACTIONS(3014), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 3, + ACTIONS(3020), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(1624), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2481), 4, + STATE(573), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(87), 6, + ACTIONS(3016), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2506), 11, + STATE(639), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -176291,73 +176296,73 @@ static const uint16_t ts_small_parse_table[] = { [62156] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(954), 1, + ACTIONS(1608), 1, anon_sym_DOLLAR, - ACTIONS(956), 1, + ACTIONS(1610), 1, anon_sym_DASH, - ACTIONS(962), 1, + ACTIONS(1616), 1, anon_sym_DOT_DOT, - ACTIONS(968), 1, + ACTIONS(1622), 1, aux_sym_val_number_token1, - ACTIONS(2822), 1, + ACTIONS(3002), 1, anon_sym_LBRACK, - ACTIONS(2824), 1, + ACTIONS(3004), 1, anon_sym_LPAREN, - ACTIONS(2826), 1, + ACTIONS(3006), 1, anon_sym_LBRACE, - ACTIONS(2828), 1, + ACTIONS(3008), 1, anon_sym_not, - ACTIONS(2838), 1, + ACTIONS(3018), 1, anon_sym_DQUOTE, - ACTIONS(2842), 1, + ACTIONS(3022), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2844), 1, + ACTIONS(3024), 1, anon_sym_DOLLAR_DQUOTE, - STATE(6), 1, + STATE(13), 1, sym_val_number, - STATE(188), 1, + STATE(469), 1, sym__var, - STATE(309), 1, + STATE(571), 1, sym_expr_parenthesized, - STATE(316), 1, - sym__inter_single_quotes, - STATE(317), 1, + STATE(616), 1, sym__inter_double_quotes, - STATE(318), 1, - sym__str_double_quotes, - STATE(378), 1, + STATE(617), 1, + sym__inter_single_quotes, + STATE(624), 1, sym__expression, + STATE(633), 1, + sym__str_double_quotes, STATE(1576), 1, sym_comment, - ACTIONS(2830), 2, + ACTIONS(3010), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2832), 2, + ACTIONS(3012), 2, sym_val_nothing, sym_val_date, - ACTIONS(2834), 2, + ACTIONS(3014), 2, anon_sym_true, anon_sym_false, - ACTIONS(2840), 2, + ACTIONS(3020), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(970), 3, + ACTIONS(1624), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(308), 4, + STATE(573), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2836), 6, + ACTIONS(3016), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(312), 11, + STATE(639), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -176372,73 +176377,73 @@ static const uint16_t ts_small_parse_table[] = { [62265] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2308), 1, - anon_sym_LPAREN, - ACTIONS(2310), 1, + ACTIONS(1378), 1, anon_sym_DOLLAR, - ACTIONS(2312), 1, + ACTIONS(1380), 1, anon_sym_DASH, - ACTIONS(2314), 1, - anon_sym_LBRACE, - ACTIONS(2320), 1, - anon_sym_not, - ACTIONS(2324), 1, + ACTIONS(1386), 1, anon_sym_DOT_DOT, - ACTIONS(2330), 1, + ACTIONS(1392), 1, aux_sym_val_number_token1, - ACTIONS(2336), 1, + ACTIONS(3026), 1, + anon_sym_LBRACK, + ACTIONS(3028), 1, + anon_sym_LPAREN, + ACTIONS(3030), 1, + anon_sym_LBRACE, + ACTIONS(3032), 1, + anon_sym_not, + ACTIONS(3042), 1, anon_sym_DQUOTE, - ACTIONS(2340), 1, + ACTIONS(3046), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2342), 1, + ACTIONS(3048), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2730), 1, - anon_sym_LBRACK, - STATE(120), 1, + STATE(10), 1, sym_val_number, - STATE(1577), 1, - sym_comment, - STATE(1921), 1, + STATE(458), 1, sym__var, - STATE(1963), 1, - sym_expr_parenthesized, - STATE(2195), 1, - sym__inter_double_quotes, - STATE(2196), 1, - sym__inter_single_quotes, - STATE(2213), 1, + STATE(508), 1, sym__expression, - STATE(2248), 1, + STATE(525), 1, + sym__inter_single_quotes, + STATE(526), 1, + sym__inter_double_quotes, + STATE(537), 1, + sym_expr_parenthesized, + STATE(554), 1, sym__str_double_quotes, - ACTIONS(2322), 2, + STATE(1577), 1, + sym_comment, + ACTIONS(3034), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2326), 2, + ACTIONS(3036), 2, sym_val_nothing, sym_val_date, - ACTIONS(2328), 2, + ACTIONS(3038), 2, anon_sym_true, anon_sym_false, - ACTIONS(2338), 2, + ACTIONS(3044), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2334), 3, + ACTIONS(1394), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2227), 4, + STATE(538), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2332), 6, + ACTIONS(3040), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2199), 11, + STATE(501), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -176451,75 +176456,75 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [62374] = 28, - ACTIONS(31), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2934), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(2936), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(2938), 1, + anon_sym_DOLLAR, + ACTIONS(2940), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(2942), 1, anon_sym_LBRACE, - ACTIONS(79), 1, + ACTIONS(2944), 1, + anon_sym_not, + ACTIONS(2948), 1, anon_sym_DOT_DOT, - ACTIONS(85), 1, + ACTIONS(2954), 1, aux_sym_val_number_token1, - ACTIONS(93), 1, + ACTIONS(2960), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(2964), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(2966), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, - anon_sym_DOLLAR, - ACTIONS(2998), 1, - anon_sym_not, - STATE(127), 1, + STATE(3), 1, sym_val_number, - STATE(1578), 1, - sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(133), 1, sym__var, - STATE(2469), 1, + STATE(207), 1, + sym_expr_parenthesized, + STATE(214), 1, + sym__str_double_quotes, + STATE(220), 1, + sym__expression, + STATE(223), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(229), 1, sym__inter_single_quotes, - STATE(2486), 1, - sym__expression, - STATE(2499), 1, - sym__str_double_quotes, - ACTIONS(77), 2, + STATE(1578), 1, + sym_comment, + ACTIONS(2946), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(91), 2, + ACTIONS(2950), 2, sym_val_nothing, sym_val_date, - ACTIONS(95), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3000), 2, + ACTIONS(2952), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 3, + ACTIONS(2962), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2958), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2481), 4, + STATE(208), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(87), 6, + ACTIONS(2956), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2506), 11, + STATE(253), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -176532,75 +176537,75 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [62483] = 28, - ACTIONS(31), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2934), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(2936), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(2938), 1, + anon_sym_DOLLAR, + ACTIONS(2940), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(2942), 1, anon_sym_LBRACE, - ACTIONS(79), 1, + ACTIONS(2944), 1, + anon_sym_not, + ACTIONS(2948), 1, anon_sym_DOT_DOT, - ACTIONS(85), 1, + ACTIONS(2954), 1, aux_sym_val_number_token1, - ACTIONS(93), 1, + ACTIONS(2960), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(2964), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(2966), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, - anon_sym_DOLLAR, - ACTIONS(2998), 1, - anon_sym_not, - STATE(127), 1, + STATE(3), 1, sym_val_number, - STATE(1579), 1, - sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(133), 1, sym__var, - STATE(2469), 1, + STATE(207), 1, + sym_expr_parenthesized, + STATE(214), 1, + sym__str_double_quotes, + STATE(219), 1, + sym__expression, + STATE(223), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(229), 1, sym__inter_single_quotes, - STATE(2494), 1, - sym__expression, - STATE(2499), 1, - sym__str_double_quotes, - ACTIONS(77), 2, + STATE(1579), 1, + sym_comment, + ACTIONS(2946), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(91), 2, + ACTIONS(2950), 2, sym_val_nothing, sym_val_date, - ACTIONS(95), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3000), 2, + ACTIONS(2952), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 3, + ACTIONS(2962), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2958), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2481), 4, + STATE(208), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(87), 6, + ACTIONS(2956), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2506), 11, + STATE(253), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -176613,75 +176618,75 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [62592] = 28, - ACTIONS(31), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2934), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(2936), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(2938), 1, + anon_sym_DOLLAR, + ACTIONS(2940), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(2942), 1, anon_sym_LBRACE, - ACTIONS(79), 1, + ACTIONS(2944), 1, + anon_sym_not, + ACTIONS(2948), 1, anon_sym_DOT_DOT, - ACTIONS(85), 1, + ACTIONS(2954), 1, aux_sym_val_number_token1, - ACTIONS(93), 1, + ACTIONS(2960), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(2964), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(2966), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, - anon_sym_DOLLAR, - ACTIONS(2998), 1, - anon_sym_not, - STATE(127), 1, + STATE(3), 1, sym_val_number, - STATE(1580), 1, - sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(133), 1, sym__var, - STATE(2469), 1, + STATE(207), 1, + sym_expr_parenthesized, + STATE(214), 1, + sym__str_double_quotes, + STATE(215), 1, + sym__expression, + STATE(223), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(229), 1, sym__inter_single_quotes, - STATE(2496), 1, - sym__expression, - STATE(2499), 1, - sym__str_double_quotes, - ACTIONS(77), 2, + STATE(1580), 1, + sym_comment, + ACTIONS(2946), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(91), 2, + ACTIONS(2950), 2, sym_val_nothing, sym_val_date, - ACTIONS(95), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3000), 2, + ACTIONS(2952), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 3, + ACTIONS(2962), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2958), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2481), 4, + STATE(208), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(87), 6, + ACTIONS(2956), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2506), 11, + STATE(253), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -176694,75 +176699,75 @@ static const uint16_t ts_small_parse_table[] = { sym_val_table, sym_val_closure, [62701] = 28, - ACTIONS(31), 1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2934), 1, anon_sym_LBRACK, - ACTIONS(33), 1, + ACTIONS(2936), 1, anon_sym_LPAREN, - ACTIONS(39), 1, + ACTIONS(2938), 1, + anon_sym_DOLLAR, + ACTIONS(2940), 1, anon_sym_DASH, - ACTIONS(57), 1, + ACTIONS(2942), 1, anon_sym_LBRACE, - ACTIONS(79), 1, + ACTIONS(2944), 1, + anon_sym_not, + ACTIONS(2948), 1, anon_sym_DOT_DOT, - ACTIONS(85), 1, + ACTIONS(2954), 1, aux_sym_val_number_token1, - ACTIONS(93), 1, + ACTIONS(2960), 1, anon_sym_DQUOTE, - ACTIONS(97), 1, + ACTIONS(2964), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(99), 1, + ACTIONS(2966), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1008), 1, - anon_sym_DOLLAR, - ACTIONS(2998), 1, - anon_sym_not, - STATE(127), 1, + STATE(3), 1, sym_val_number, - STATE(1581), 1, - sym_comment, - STATE(2087), 1, - sym_expr_parenthesized, - STATE(2158), 1, + STATE(133), 1, sym__var, - STATE(2469), 1, + STATE(207), 1, + sym_expr_parenthesized, + STATE(211), 1, + sym__expression, + STATE(214), 1, + sym__str_double_quotes, + STATE(223), 1, sym__inter_double_quotes, - STATE(2471), 1, + STATE(229), 1, sym__inter_single_quotes, - STATE(2499), 1, - sym__str_double_quotes, - STATE(2500), 1, - sym__expression, - ACTIONS(77), 2, + STATE(1581), 1, + sym_comment, + ACTIONS(2946), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(91), 2, + ACTIONS(2950), 2, sym_val_nothing, sym_val_date, - ACTIONS(95), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3000), 2, + ACTIONS(2952), 2, anon_sym_true, anon_sym_false, - ACTIONS(89), 3, + ACTIONS(2962), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2958), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2481), 4, + STATE(208), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(87), 6, + ACTIONS(2956), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2506), 11, + STATE(253), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -176777,73 +176782,73 @@ static const uint16_t ts_small_parse_table[] = { [62810] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(982), 1, + ACTIONS(946), 1, anon_sym_DOLLAR, - ACTIONS(984), 1, + ACTIONS(948), 1, anon_sym_DASH, - ACTIONS(990), 1, + ACTIONS(954), 1, anon_sym_DOT_DOT, - ACTIONS(996), 1, + ACTIONS(960), 1, aux_sym_val_number_token1, - ACTIONS(2970), 1, + ACTIONS(2852), 1, anon_sym_LBRACK, - ACTIONS(2972), 1, + ACTIONS(2854), 1, anon_sym_LPAREN, - ACTIONS(2974), 1, + ACTIONS(2856), 1, anon_sym_LBRACE, - ACTIONS(2976), 1, + ACTIONS(2858), 1, anon_sym_not, - ACTIONS(2986), 1, + ACTIONS(2868), 1, anon_sym_DQUOTE, - ACTIONS(2990), 1, + ACTIONS(2872), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2992), 1, + ACTIONS(2874), 1, anon_sym_DOLLAR_DQUOTE, - STATE(9), 1, + STATE(7), 1, sym_val_number, - STATE(226), 1, + STATE(187), 1, sym__var, - STATE(365), 1, - sym__inter_double_quotes, - STATE(388), 1, + STATE(305), 1, + sym__inter_single_quotes, + STATE(309), 1, sym__str_double_quotes, - STATE(401), 1, + STATE(330), 1, sym_expr_parenthesized, - STATE(418), 1, - sym__inter_single_quotes, - STATE(430), 1, + STATE(331), 1, + sym__inter_double_quotes, + STATE(341), 1, sym__expression, STATE(1582), 1, sym_comment, - ACTIONS(2978), 2, + ACTIONS(2860), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2980), 2, + ACTIONS(2862), 2, sym_val_nothing, sym_val_date, - ACTIONS(2982), 2, + ACTIONS(2864), 2, anon_sym_true, anon_sym_false, - ACTIONS(2988), 2, + ACTIONS(2870), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(998), 3, + ACTIONS(962), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(405), 4, + STATE(319), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2984), 6, + ACTIONS(2866), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(379), 11, + STATE(337), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -176858,73 +176863,73 @@ static const uint16_t ts_small_parse_table[] = { [62919] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2190), 1, - anon_sym_LPAREN, ACTIONS(2192), 1, - aux_sym_val_number_token1, - ACTIONS(2702), 1, + anon_sym_LPAREN, + ACTIONS(2527), 1, anon_sym_LBRACK, - ACTIONS(2704), 1, + ACTIONS(2531), 1, anon_sym_DOLLAR, - ACTIONS(2706), 1, + ACTIONS(2533), 1, anon_sym_DASH, - ACTIONS(2710), 1, - anon_sym_not, - ACTIONS(2714), 1, + ACTIONS(2535), 1, + anon_sym_LBRACE, + ACTIONS(2541), 1, anon_sym_DOT_DOT, - ACTIONS(2722), 1, + ACTIONS(2547), 1, + aux_sym_val_number_token1, + ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(2726), 1, + ACTIONS(2559), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2728), 1, + ACTIONS(2561), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2820), 1, - anon_sym_LBRACE, - STATE(14), 1, + ACTIONS(2848), 1, + anon_sym_not, + STATE(17), 1, sym_val_number, - STATE(1021), 1, + STATE(1016), 1, sym__var, - STATE(1130), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(1138), 1, - sym_expr_parenthesized, - STATE(1146), 1, + STATE(1094), 1, + sym__inter_double_quotes, + STATE(1109), 1, sym__expression, - STATE(1178), 1, + STATE(1139), 1, sym__inter_single_quotes, - STATE(1179), 1, - sym__inter_double_quotes, + STATE(1166), 1, + sym_expr_parenthesized, STATE(1583), 1, sym_comment, - ACTIONS(2712), 2, + ACTIONS(2539), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2716), 2, + ACTIONS(2553), 2, sym_val_nothing, sym_val_date, - ACTIONS(2718), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2724), 2, + ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2720), 3, + ACTIONS(2850), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2551), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1137), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2194), 6, + ACTIONS(2549), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1176), 11, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -176939,73 +176944,73 @@ static const uint16_t ts_small_parse_table[] = { [63028] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2190), 1, - anon_sym_LPAREN, - ACTIONS(2192), 1, - aux_sym_val_number_token1, - ACTIONS(2702), 1, - anon_sym_LBRACK, - ACTIONS(2704), 1, + ACTIONS(946), 1, anon_sym_DOLLAR, - ACTIONS(2706), 1, + ACTIONS(948), 1, anon_sym_DASH, - ACTIONS(2710), 1, - anon_sym_not, - ACTIONS(2714), 1, + ACTIONS(954), 1, anon_sym_DOT_DOT, - ACTIONS(2722), 1, + ACTIONS(960), 1, + aux_sym_val_number_token1, + ACTIONS(2852), 1, + anon_sym_LBRACK, + ACTIONS(2854), 1, + anon_sym_LPAREN, + ACTIONS(2856), 1, + anon_sym_LBRACE, + ACTIONS(2858), 1, + anon_sym_not, + ACTIONS(2868), 1, anon_sym_DQUOTE, - ACTIONS(2726), 1, + ACTIONS(2872), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2728), 1, + ACTIONS(2874), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2820), 1, - anon_sym_LBRACE, - STATE(14), 1, + STATE(7), 1, sym_val_number, - STATE(1021), 1, + STATE(187), 1, sym__var, - STATE(1130), 1, + STATE(305), 1, + sym__inter_single_quotes, + STATE(309), 1, sym__str_double_quotes, - STATE(1134), 1, - sym__expression, - STATE(1138), 1, + STATE(330), 1, sym_expr_parenthesized, - STATE(1178), 1, - sym__inter_single_quotes, - STATE(1179), 1, + STATE(331), 1, sym__inter_double_quotes, + STATE(349), 1, + sym__expression, STATE(1584), 1, sym_comment, - ACTIONS(2712), 2, + ACTIONS(2860), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2716), 2, + ACTIONS(2862), 2, sym_val_nothing, sym_val_date, - ACTIONS(2718), 2, + ACTIONS(2864), 2, anon_sym_true, anon_sym_false, - ACTIONS(2724), 2, + ACTIONS(2870), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2720), 3, + ACTIONS(962), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1137), 4, + STATE(319), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2194), 6, + ACTIONS(2866), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1176), 11, + STATE(337), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -177020,73 +177025,73 @@ static const uint16_t ts_small_parse_table[] = { [63137] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(954), 1, + ACTIONS(946), 1, anon_sym_DOLLAR, - ACTIONS(956), 1, + ACTIONS(948), 1, anon_sym_DASH, - ACTIONS(962), 1, + ACTIONS(954), 1, anon_sym_DOT_DOT, - ACTIONS(968), 1, + ACTIONS(960), 1, aux_sym_val_number_token1, - ACTIONS(2822), 1, + ACTIONS(2852), 1, anon_sym_LBRACK, - ACTIONS(2824), 1, + ACTIONS(2854), 1, anon_sym_LPAREN, - ACTIONS(2826), 1, + ACTIONS(2856), 1, anon_sym_LBRACE, - ACTIONS(2828), 1, + ACTIONS(2858), 1, anon_sym_not, - ACTIONS(2838), 1, + ACTIONS(2868), 1, anon_sym_DQUOTE, - ACTIONS(2842), 1, + ACTIONS(2872), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2844), 1, + ACTIONS(2874), 1, anon_sym_DOLLAR_DQUOTE, - STATE(6), 1, + STATE(7), 1, sym_val_number, - STATE(188), 1, + STATE(187), 1, sym__var, + STATE(305), 1, + sym__inter_single_quotes, STATE(309), 1, + sym__str_double_quotes, + STATE(330), 1, sym_expr_parenthesized, - STATE(316), 1, - sym__inter_single_quotes, - STATE(317), 1, + STATE(331), 1, sym__inter_double_quotes, - STATE(318), 1, - sym__str_double_quotes, STATE(348), 1, sym__expression, STATE(1585), 1, sym_comment, - ACTIONS(2830), 2, + ACTIONS(2860), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2832), 2, + ACTIONS(2862), 2, sym_val_nothing, sym_val_date, - ACTIONS(2834), 2, + ACTIONS(2864), 2, anon_sym_true, anon_sym_false, - ACTIONS(2840), 2, + ACTIONS(2870), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(970), 3, + ACTIONS(962), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(308), 4, + STATE(319), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2836), 6, + ACTIONS(2866), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(312), 11, + STATE(337), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -177101,73 +177106,73 @@ static const uint16_t ts_small_parse_table[] = { [63246] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2190), 1, + ACTIONS(2350), 1, anon_sym_LPAREN, - ACTIONS(2192), 1, - aux_sym_val_number_token1, - ACTIONS(2702), 1, - anon_sym_LBRACK, - ACTIONS(2704), 1, + ACTIONS(2352), 1, anon_sym_DOLLAR, - ACTIONS(2706), 1, + ACTIONS(2354), 1, anon_sym_DASH, - ACTIONS(2710), 1, + ACTIONS(2356), 1, + anon_sym_LBRACE, + ACTIONS(2362), 1, anon_sym_not, - ACTIONS(2714), 1, + ACTIONS(2366), 1, anon_sym_DOT_DOT, - ACTIONS(2722), 1, + ACTIONS(2372), 1, + aux_sym_val_number_token1, + ACTIONS(2378), 1, anon_sym_DQUOTE, - ACTIONS(2726), 1, + ACTIONS(2382), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2728), 1, + ACTIONS(2384), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2820), 1, - anon_sym_LBRACE, - STATE(14), 1, + ACTIONS(2730), 1, + anon_sym_LBRACK, + STATE(124), 1, sym_val_number, - STATE(1021), 1, + STATE(1586), 1, + sym_comment, + STATE(1963), 1, + sym_expr_parenthesized, + STATE(1981), 1, sym__var, - STATE(1130), 1, + STATE(2201), 1, + sym__inter_double_quotes, + STATE(2211), 1, + sym__inter_single_quotes, + STATE(2251), 1, sym__str_double_quotes, - STATE(1138), 1, - sym_expr_parenthesized, - STATE(1143), 1, + STATE(2648), 1, sym__expression, - STATE(1178), 1, - sym__inter_single_quotes, - STATE(1179), 1, - sym__inter_double_quotes, - STATE(1586), 1, - sym_comment, - ACTIONS(2712), 2, + ACTIONS(2364), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2716), 2, + ACTIONS(2368), 2, sym_val_nothing, sym_val_date, - ACTIONS(2718), 2, + ACTIONS(2370), 2, anon_sym_true, anon_sym_false, - ACTIONS(2724), 2, + ACTIONS(2380), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2720), 3, + ACTIONS(2376), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1137), 4, + STATE(2172), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2194), 6, + ACTIONS(2374), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1176), 11, + STATE(2222), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -177182,73 +177187,73 @@ static const uint16_t ts_small_parse_table[] = { [63355] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2190), 1, - anon_sym_LPAREN, - ACTIONS(2192), 1, - aux_sym_val_number_token1, - ACTIONS(2702), 1, + ACTIONS(2934), 1, anon_sym_LBRACK, - ACTIONS(2704), 1, + ACTIONS(2936), 1, + anon_sym_LPAREN, + ACTIONS(2938), 1, anon_sym_DOLLAR, - ACTIONS(2706), 1, + ACTIONS(2940), 1, anon_sym_DASH, - ACTIONS(2710), 1, + ACTIONS(2942), 1, + anon_sym_LBRACE, + ACTIONS(2944), 1, anon_sym_not, - ACTIONS(2714), 1, + ACTIONS(2948), 1, anon_sym_DOT_DOT, - ACTIONS(2722), 1, + ACTIONS(2954), 1, + aux_sym_val_number_token1, + ACTIONS(2960), 1, anon_sym_DQUOTE, - ACTIONS(2726), 1, + ACTIONS(2964), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2728), 1, + ACTIONS(2966), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2820), 1, - anon_sym_LBRACE, - STATE(14), 1, + STATE(3), 1, sym_val_number, - STATE(1021), 1, + STATE(133), 1, sym__var, - STATE(1130), 1, - sym__str_double_quotes, - STATE(1138), 1, - sym_expr_parenthesized, - STATE(1142), 1, + STATE(196), 1, sym__expression, - STATE(1178), 1, - sym__inter_single_quotes, - STATE(1179), 1, + STATE(207), 1, + sym_expr_parenthesized, + STATE(214), 1, + sym__str_double_quotes, + STATE(223), 1, sym__inter_double_quotes, + STATE(229), 1, + sym__inter_single_quotes, STATE(1587), 1, sym_comment, - ACTIONS(2712), 2, + ACTIONS(2946), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2716), 2, + ACTIONS(2950), 2, sym_val_nothing, sym_val_date, - ACTIONS(2718), 2, + ACTIONS(2952), 2, anon_sym_true, anon_sym_false, - ACTIONS(2724), 2, + ACTIONS(2962), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2720), 3, + ACTIONS(2958), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1137), 4, + STATE(208), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2194), 6, + ACTIONS(2956), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1176), 11, + STATE(253), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -177263,73 +177268,73 @@ static const uint16_t ts_small_parse_table[] = { [63464] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2190), 1, - anon_sym_LPAREN, - ACTIONS(2192), 1, - aux_sym_val_number_token1, - ACTIONS(2702), 1, + ACTIONS(2934), 1, anon_sym_LBRACK, - ACTIONS(2704), 1, + ACTIONS(2936), 1, + anon_sym_LPAREN, + ACTIONS(2938), 1, anon_sym_DOLLAR, - ACTIONS(2706), 1, + ACTIONS(2940), 1, anon_sym_DASH, - ACTIONS(2710), 1, + ACTIONS(2942), 1, + anon_sym_LBRACE, + ACTIONS(2944), 1, anon_sym_not, - ACTIONS(2714), 1, + ACTIONS(2948), 1, anon_sym_DOT_DOT, - ACTIONS(2722), 1, + ACTIONS(2954), 1, + aux_sym_val_number_token1, + ACTIONS(2960), 1, anon_sym_DQUOTE, - ACTIONS(2726), 1, + ACTIONS(2964), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2728), 1, + ACTIONS(2966), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2820), 1, - anon_sym_LBRACE, - STATE(14), 1, + STATE(3), 1, sym_val_number, - STATE(1021), 1, + STATE(133), 1, sym__var, - STATE(1130), 1, - sym__str_double_quotes, - STATE(1138), 1, - sym_expr_parenthesized, - STATE(1141), 1, + STATE(197), 1, sym__expression, - STATE(1178), 1, - sym__inter_single_quotes, - STATE(1179), 1, + STATE(207), 1, + sym_expr_parenthesized, + STATE(214), 1, + sym__str_double_quotes, + STATE(223), 1, sym__inter_double_quotes, + STATE(229), 1, + sym__inter_single_quotes, STATE(1588), 1, sym_comment, - ACTIONS(2712), 2, + ACTIONS(2946), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2716), 2, + ACTIONS(2950), 2, sym_val_nothing, sym_val_date, - ACTIONS(2718), 2, + ACTIONS(2952), 2, anon_sym_true, anon_sym_false, - ACTIONS(2724), 2, + ACTIONS(2962), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2720), 3, + ACTIONS(2958), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1137), 4, + STATE(208), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2194), 6, + ACTIONS(2956), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1176), 11, + STATE(253), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -177344,73 +177349,73 @@ static const uint16_t ts_small_parse_table[] = { [63573] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2786), 1, + ACTIONS(2934), 1, anon_sym_LBRACK, - ACTIONS(2788), 1, + ACTIONS(2936), 1, anon_sym_LPAREN, - ACTIONS(2790), 1, + ACTIONS(2938), 1, anon_sym_DOLLAR, - ACTIONS(2792), 1, + ACTIONS(2940), 1, anon_sym_DASH, - ACTIONS(2794), 1, + ACTIONS(2942), 1, anon_sym_LBRACE, - ACTIONS(2796), 1, + ACTIONS(2944), 1, anon_sym_not, - ACTIONS(2800), 1, + ACTIONS(2948), 1, anon_sym_DOT_DOT, - ACTIONS(2806), 1, + ACTIONS(2954), 1, aux_sym_val_number_token1, - ACTIONS(2812), 1, + ACTIONS(2960), 1, anon_sym_DQUOTE, - ACTIONS(2816), 1, + ACTIONS(2964), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2818), 1, + ACTIONS(2966), 1, anon_sym_DOLLAR_DQUOTE, - STATE(111), 1, + STATE(3), 1, sym_val_number, - STATE(1589), 1, - sym_comment, - STATE(1818), 1, + STATE(133), 1, sym__var, - STATE(1827), 1, - sym_expr_parenthesized, - STATE(1946), 1, + STATE(198), 1, sym__expression, - STATE(1979), 1, + STATE(207), 1, + sym_expr_parenthesized, + STATE(214), 1, sym__str_double_quotes, - STATE(2002), 1, + STATE(223), 1, sym__inter_double_quotes, - STATE(2005), 1, + STATE(229), 1, sym__inter_single_quotes, - ACTIONS(2798), 2, + STATE(1589), 1, + sym_comment, + ACTIONS(2946), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2802), 2, + ACTIONS(2950), 2, sym_val_nothing, sym_val_date, - ACTIONS(2804), 2, + ACTIONS(2952), 2, anon_sym_true, anon_sym_false, - ACTIONS(2814), 2, + ACTIONS(2962), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2810), 3, + ACTIONS(2958), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1907), 4, + STATE(208), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2808), 6, + ACTIONS(2956), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1993), 11, + STATE(253), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -177425,73 +177430,73 @@ static const uint16_t ts_small_parse_table[] = { [63682] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2206), 1, + ACTIONS(946), 1, anon_sym_DOLLAR, - ACTIONS(2210), 1, + ACTIONS(948), 1, anon_sym_DASH, - ACTIONS(2216), 1, + ACTIONS(954), 1, anon_sym_DOT_DOT, - ACTIONS(2222), 1, + ACTIONS(960), 1, aux_sym_val_number_token1, - ACTIONS(3002), 1, + ACTIONS(2852), 1, anon_sym_LBRACK, - ACTIONS(3004), 1, + ACTIONS(2854), 1, anon_sym_LPAREN, - ACTIONS(3006), 1, + ACTIONS(2856), 1, anon_sym_LBRACE, - ACTIONS(3008), 1, + ACTIONS(2858), 1, anon_sym_not, - ACTIONS(3018), 1, + ACTIONS(2868), 1, anon_sym_DQUOTE, - ACTIONS(3022), 1, + ACTIONS(2872), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3024), 1, + ACTIONS(2874), 1, anon_sym_DOLLAR_DQUOTE, - STATE(117), 1, + STATE(7), 1, sym_val_number, - STATE(1590), 1, - sym_comment, - STATE(1860), 1, + STATE(187), 1, sym__var, - STATE(1863), 1, - sym_expr_parenthesized, - STATE(2100), 1, + STATE(305), 1, sym__inter_single_quotes, - STATE(2101), 1, + STATE(309), 1, sym__str_double_quotes, - STATE(2102), 1, + STATE(330), 1, + sym_expr_parenthesized, + STATE(331), 1, sym__inter_double_quotes, - STATE(2116), 1, + STATE(343), 1, sym__expression, - ACTIONS(3010), 2, + STATE(1590), 1, + sym_comment, + ACTIONS(2860), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(3012), 2, + ACTIONS(2862), 2, sym_val_nothing, sym_val_date, - ACTIONS(3014), 2, + ACTIONS(2864), 2, anon_sym_true, anon_sym_false, - ACTIONS(3020), 2, + ACTIONS(2870), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2224), 3, + ACTIONS(962), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2132), 4, + STATE(319), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(3016), 6, + ACTIONS(2866), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, + STATE(337), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -177506,73 +177511,73 @@ static const uint16_t ts_small_parse_table[] = { [63791] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2786), 1, - anon_sym_LBRACK, - ACTIONS(2788), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, - ACTIONS(2790), 1, + ACTIONS(2527), 1, + anon_sym_LBRACK, + ACTIONS(2531), 1, anon_sym_DOLLAR, - ACTIONS(2792), 1, + ACTIONS(2533), 1, anon_sym_DASH, - ACTIONS(2794), 1, + ACTIONS(2535), 1, anon_sym_LBRACE, - ACTIONS(2796), 1, - anon_sym_not, - ACTIONS(2800), 1, + ACTIONS(2541), 1, anon_sym_DOT_DOT, - ACTIONS(2806), 1, + ACTIONS(2547), 1, aux_sym_val_number_token1, - ACTIONS(2812), 1, + ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(2816), 1, + ACTIONS(2559), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2818), 1, + ACTIONS(2561), 1, anon_sym_DOLLAR_DQUOTE, - STATE(111), 1, + ACTIONS(2848), 1, + anon_sym_not, + STATE(17), 1, sym_val_number, - STATE(1591), 1, - sym_comment, - STATE(1818), 1, + STATE(1016), 1, sym__var, - STATE(1827), 1, - sym_expr_parenthesized, - STATE(1943), 1, - sym__expression, - STATE(1979), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2002), 1, + STATE(1094), 1, sym__inter_double_quotes, - STATE(2005), 1, + STATE(1110), 1, + sym__expression, + STATE(1139), 1, sym__inter_single_quotes, - ACTIONS(2798), 2, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1591), 1, + sym_comment, + ACTIONS(2539), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2802), 2, + ACTIONS(2553), 2, sym_val_nothing, sym_val_date, - ACTIONS(2804), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(2814), 2, + ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2810), 3, + ACTIONS(2850), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2551), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1907), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2808), 6, + ACTIONS(2549), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1993), 11, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -177587,73 +177592,73 @@ static const uint16_t ts_small_parse_table[] = { [63900] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2786), 1, - anon_sym_LBRACK, - ACTIONS(2788), 1, - anon_sym_LPAREN, - ACTIONS(2790), 1, + ACTIONS(946), 1, anon_sym_DOLLAR, - ACTIONS(2792), 1, + ACTIONS(948), 1, anon_sym_DASH, - ACTIONS(2794), 1, - anon_sym_LBRACE, - ACTIONS(2796), 1, - anon_sym_not, - ACTIONS(2800), 1, + ACTIONS(954), 1, anon_sym_DOT_DOT, - ACTIONS(2806), 1, + ACTIONS(960), 1, aux_sym_val_number_token1, - ACTIONS(2812), 1, + ACTIONS(2852), 1, + anon_sym_LBRACK, + ACTIONS(2854), 1, + anon_sym_LPAREN, + ACTIONS(2856), 1, + anon_sym_LBRACE, + ACTIONS(2858), 1, + anon_sym_not, + ACTIONS(2868), 1, anon_sym_DQUOTE, - ACTIONS(2816), 1, + ACTIONS(2872), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2818), 1, + ACTIONS(2874), 1, anon_sym_DOLLAR_DQUOTE, - STATE(111), 1, + STATE(7), 1, sym_val_number, - STATE(1592), 1, - sym_comment, - STATE(1818), 1, + STATE(187), 1, sym__var, - STATE(1827), 1, - sym_expr_parenthesized, - STATE(1942), 1, - sym__expression, - STATE(1979), 1, + STATE(305), 1, + sym__inter_single_quotes, + STATE(309), 1, sym__str_double_quotes, - STATE(2002), 1, + STATE(330), 1, + sym_expr_parenthesized, + STATE(331), 1, sym__inter_double_quotes, - STATE(2005), 1, - sym__inter_single_quotes, - ACTIONS(2798), 2, + STATE(339), 1, + sym__expression, + STATE(1592), 1, + sym_comment, + ACTIONS(2860), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2802), 2, + ACTIONS(2862), 2, sym_val_nothing, sym_val_date, - ACTIONS(2804), 2, + ACTIONS(2864), 2, anon_sym_true, anon_sym_false, - ACTIONS(2814), 2, + ACTIONS(2870), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2810), 3, + ACTIONS(962), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1907), 4, + STATE(319), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2808), 6, + ACTIONS(2866), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1993), 11, + STATE(337), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -177668,73 +177673,73 @@ static const uint16_t ts_small_parse_table[] = { [64009] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2786), 1, - anon_sym_LBRACK, - ACTIONS(2788), 1, - anon_sym_LPAREN, - ACTIONS(2790), 1, + ACTIONS(946), 1, anon_sym_DOLLAR, - ACTIONS(2792), 1, + ACTIONS(948), 1, anon_sym_DASH, - ACTIONS(2794), 1, - anon_sym_LBRACE, - ACTIONS(2796), 1, - anon_sym_not, - ACTIONS(2800), 1, + ACTIONS(954), 1, anon_sym_DOT_DOT, - ACTIONS(2806), 1, + ACTIONS(960), 1, aux_sym_val_number_token1, - ACTIONS(2812), 1, + ACTIONS(2852), 1, + anon_sym_LBRACK, + ACTIONS(2854), 1, + anon_sym_LPAREN, + ACTIONS(2856), 1, + anon_sym_LBRACE, + ACTIONS(2858), 1, + anon_sym_not, + ACTIONS(2868), 1, anon_sym_DQUOTE, - ACTIONS(2816), 1, + ACTIONS(2872), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2818), 1, + ACTIONS(2874), 1, anon_sym_DOLLAR_DQUOTE, - STATE(111), 1, + STATE(7), 1, sym_val_number, - STATE(1593), 1, - sym_comment, - STATE(1818), 1, + STATE(187), 1, sym__var, - STATE(1827), 1, - sym_expr_parenthesized, - STATE(1937), 1, - sym__expression, - STATE(1979), 1, + STATE(305), 1, + sym__inter_single_quotes, + STATE(309), 1, sym__str_double_quotes, - STATE(2002), 1, + STATE(317), 1, + sym__expression, + STATE(330), 1, + sym_expr_parenthesized, + STATE(331), 1, sym__inter_double_quotes, - STATE(2005), 1, - sym__inter_single_quotes, - ACTIONS(2798), 2, + STATE(1593), 1, + sym_comment, + ACTIONS(2860), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2802), 2, + ACTIONS(2862), 2, sym_val_nothing, sym_val_date, - ACTIONS(2804), 2, + ACTIONS(2864), 2, anon_sym_true, anon_sym_false, - ACTIONS(2814), 2, + ACTIONS(2870), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2810), 3, + ACTIONS(962), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1907), 4, + STATE(319), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2808), 6, + ACTIONS(2866), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1993), 11, + STATE(337), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -177749,73 +177754,73 @@ static const uint16_t ts_small_parse_table[] = { [64118] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2786), 1, - anon_sym_LBRACK, - ACTIONS(2788), 1, - anon_sym_LPAREN, - ACTIONS(2790), 1, + ACTIONS(946), 1, anon_sym_DOLLAR, - ACTIONS(2792), 1, + ACTIONS(948), 1, anon_sym_DASH, - ACTIONS(2794), 1, - anon_sym_LBRACE, - ACTIONS(2796), 1, - anon_sym_not, - ACTIONS(2800), 1, + ACTIONS(954), 1, anon_sym_DOT_DOT, - ACTIONS(2806), 1, + ACTIONS(960), 1, aux_sym_val_number_token1, - ACTIONS(2812), 1, + ACTIONS(2852), 1, + anon_sym_LBRACK, + ACTIONS(2854), 1, + anon_sym_LPAREN, + ACTIONS(2856), 1, + anon_sym_LBRACE, + ACTIONS(2858), 1, + anon_sym_not, + ACTIONS(2868), 1, anon_sym_DQUOTE, - ACTIONS(2816), 1, + ACTIONS(2872), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2818), 1, + ACTIONS(2874), 1, anon_sym_DOLLAR_DQUOTE, - STATE(111), 1, + STATE(7), 1, sym_val_number, - STATE(1594), 1, - sym_comment, - STATE(1818), 1, + STATE(187), 1, sym__var, - STATE(1827), 1, - sym_expr_parenthesized, - STATE(1928), 1, - sym__expression, - STATE(1979), 1, + STATE(305), 1, + sym__inter_single_quotes, + STATE(309), 1, sym__str_double_quotes, - STATE(2002), 1, + STATE(316), 1, + sym__expression, + STATE(330), 1, + sym_expr_parenthesized, + STATE(331), 1, sym__inter_double_quotes, - STATE(2005), 1, - sym__inter_single_quotes, - ACTIONS(2798), 2, + STATE(1594), 1, + sym_comment, + ACTIONS(2860), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2802), 2, + ACTIONS(2862), 2, sym_val_nothing, sym_val_date, - ACTIONS(2804), 2, + ACTIONS(2864), 2, anon_sym_true, anon_sym_false, - ACTIONS(2814), 2, + ACTIONS(2870), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2810), 3, + ACTIONS(962), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1907), 4, + STATE(319), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2808), 6, + ACTIONS(2866), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1993), 11, + STATE(337), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -177830,73 +177835,73 @@ static const uint16_t ts_small_parse_table[] = { [64227] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2786), 1, - anon_sym_LBRACK, - ACTIONS(2788), 1, - anon_sym_LPAREN, - ACTIONS(2790), 1, + ACTIONS(946), 1, anon_sym_DOLLAR, - ACTIONS(2792), 1, + ACTIONS(948), 1, anon_sym_DASH, - ACTIONS(2794), 1, - anon_sym_LBRACE, - ACTIONS(2796), 1, - anon_sym_not, - ACTIONS(2800), 1, + ACTIONS(954), 1, anon_sym_DOT_DOT, - ACTIONS(2806), 1, + ACTIONS(960), 1, aux_sym_val_number_token1, - ACTIONS(2812), 1, + ACTIONS(2852), 1, + anon_sym_LBRACK, + ACTIONS(2854), 1, + anon_sym_LPAREN, + ACTIONS(2856), 1, + anon_sym_LBRACE, + ACTIONS(2858), 1, + anon_sym_not, + ACTIONS(2868), 1, anon_sym_DQUOTE, - ACTIONS(2816), 1, + ACTIONS(2872), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2818), 1, + ACTIONS(2874), 1, anon_sym_DOLLAR_DQUOTE, - STATE(111), 1, + STATE(7), 1, sym_val_number, - STATE(1595), 1, - sym_comment, - STATE(1818), 1, + STATE(187), 1, sym__var, - STATE(1827), 1, - sym_expr_parenthesized, - STATE(1926), 1, - sym__expression, - STATE(1979), 1, + STATE(305), 1, + sym__inter_single_quotes, + STATE(309), 1, sym__str_double_quotes, - STATE(2002), 1, + STATE(330), 1, + sym_expr_parenthesized, + STATE(331), 1, sym__inter_double_quotes, - STATE(2005), 1, - sym__inter_single_quotes, - ACTIONS(2798), 2, + STATE(346), 1, + sym__expression, + STATE(1595), 1, + sym_comment, + ACTIONS(2860), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2802), 2, + ACTIONS(2862), 2, sym_val_nothing, sym_val_date, - ACTIONS(2804), 2, + ACTIONS(2864), 2, anon_sym_true, anon_sym_false, - ACTIONS(2814), 2, + ACTIONS(2870), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2810), 3, + ACTIONS(962), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1907), 4, + STATE(319), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2808), 6, + ACTIONS(2866), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1993), 11, + STATE(337), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -177911,73 +177916,73 @@ static const uint16_t ts_small_parse_table[] = { [64336] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2786), 1, - anon_sym_LBRACK, - ACTIONS(2788), 1, - anon_sym_LPAREN, - ACTIONS(2790), 1, + ACTIONS(946), 1, anon_sym_DOLLAR, - ACTIONS(2792), 1, + ACTIONS(948), 1, anon_sym_DASH, - ACTIONS(2794), 1, - anon_sym_LBRACE, - ACTIONS(2796), 1, - anon_sym_not, - ACTIONS(2800), 1, + ACTIONS(954), 1, anon_sym_DOT_DOT, - ACTIONS(2806), 1, + ACTIONS(960), 1, aux_sym_val_number_token1, - ACTIONS(2812), 1, + ACTIONS(2852), 1, + anon_sym_LBRACK, + ACTIONS(2854), 1, + anon_sym_LPAREN, + ACTIONS(2856), 1, + anon_sym_LBRACE, + ACTIONS(2858), 1, + anon_sym_not, + ACTIONS(2868), 1, anon_sym_DQUOTE, - ACTIONS(2816), 1, + ACTIONS(2872), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2818), 1, + ACTIONS(2874), 1, anon_sym_DOLLAR_DQUOTE, - STATE(111), 1, + STATE(7), 1, sym_val_number, - STATE(1596), 1, - sym_comment, - STATE(1818), 1, + STATE(187), 1, sym__var, - STATE(1827), 1, - sym_expr_parenthesized, - STATE(1925), 1, + STATE(305), 1, + sym__inter_single_quotes, + STATE(307), 1, sym__expression, - STATE(1979), 1, + STATE(309), 1, sym__str_double_quotes, - STATE(2002), 1, + STATE(330), 1, + sym_expr_parenthesized, + STATE(331), 1, sym__inter_double_quotes, - STATE(2005), 1, - sym__inter_single_quotes, - ACTIONS(2798), 2, + STATE(1596), 1, + sym_comment, + ACTIONS(2860), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2802), 2, + ACTIONS(2862), 2, sym_val_nothing, sym_val_date, - ACTIONS(2804), 2, + ACTIONS(2864), 2, anon_sym_true, anon_sym_false, - ACTIONS(2814), 2, + ACTIONS(2870), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2810), 3, + ACTIONS(962), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1907), 4, + STATE(319), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2808), 6, + ACTIONS(2866), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1993), 11, + STATE(337), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -177992,73 +177997,73 @@ static const uint16_t ts_small_parse_table[] = { [64445] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2750), 1, + ACTIONS(2968), 1, anon_sym_LBRACK, - ACTIONS(2752), 1, + ACTIONS(2970), 1, anon_sym_LPAREN, - ACTIONS(2754), 1, + ACTIONS(2972), 1, anon_sym_DOLLAR, - ACTIONS(2756), 1, + ACTIONS(2974), 1, anon_sym_DASH, - ACTIONS(2758), 1, + ACTIONS(2976), 1, anon_sym_LBRACE, - ACTIONS(2764), 1, + ACTIONS(2978), 1, + anon_sym_not, + ACTIONS(2982), 1, anon_sym_DOT_DOT, - ACTIONS(2770), 1, + ACTIONS(2988), 1, aux_sym_val_number_token1, - ACTIONS(2778), 1, + ACTIONS(2994), 1, anon_sym_DQUOTE, - ACTIONS(2782), 1, + ACTIONS(2998), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2784), 1, + ACTIONS(3000), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2932), 1, - anon_sym_not, - STATE(123), 1, + STATE(4), 1, sym_val_number, - STATE(1597), 1, - sym_comment, - STATE(1910), 1, + STATE(152), 1, sym__var, - STATE(1988), 1, - sym_expr_parenthesized, - STATE(2232), 1, + STATE(267), 1, sym__str_double_quotes, - STATE(2273), 1, - sym__expression, - STATE(2304), 1, - sym__inter_double_quotes, - STATE(2305), 1, + STATE(272), 1, + sym_expr_parenthesized, + STATE(282), 1, sym__inter_single_quotes, - ACTIONS(2762), 2, + STATE(283), 1, + sym__inter_double_quotes, + STATE(288), 1, + sym__expression, + STATE(1597), 1, + sym_comment, + ACTIONS(2980), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2776), 2, + ACTIONS(2984), 2, sym_val_nothing, sym_val_date, - ACTIONS(2780), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2934), 2, + ACTIONS(2986), 2, anon_sym_true, anon_sym_false, - ACTIONS(2774), 3, + ACTIONS(2996), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2234), 4, + STATE(277), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2772), 6, + ACTIONS(2990), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2311), 11, + STATE(275), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -178073,73 +178078,73 @@ static const uint16_t ts_small_parse_table[] = { [64554] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2786), 1, + ACTIONS(2934), 1, anon_sym_LBRACK, - ACTIONS(2788), 1, + ACTIONS(2936), 1, anon_sym_LPAREN, - ACTIONS(2790), 1, + ACTIONS(2938), 1, anon_sym_DOLLAR, - ACTIONS(2792), 1, + ACTIONS(2940), 1, anon_sym_DASH, - ACTIONS(2794), 1, + ACTIONS(2942), 1, anon_sym_LBRACE, - ACTIONS(2796), 1, + ACTIONS(2944), 1, anon_sym_not, - ACTIONS(2800), 1, + ACTIONS(2948), 1, anon_sym_DOT_DOT, - ACTIONS(2806), 1, + ACTIONS(2954), 1, aux_sym_val_number_token1, - ACTIONS(2812), 1, + ACTIONS(2960), 1, anon_sym_DQUOTE, - ACTIONS(2816), 1, + ACTIONS(2964), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2818), 1, + ACTIONS(2966), 1, anon_sym_DOLLAR_DQUOTE, - STATE(111), 1, + STATE(3), 1, sym_val_number, - STATE(1598), 1, - sym_comment, - STATE(1818), 1, + STATE(133), 1, sym__var, - STATE(1827), 1, - sym_expr_parenthesized, - STATE(1923), 1, + STATE(199), 1, sym__expression, - STATE(1979), 1, + STATE(207), 1, + sym_expr_parenthesized, + STATE(214), 1, sym__str_double_quotes, - STATE(2002), 1, + STATE(223), 1, sym__inter_double_quotes, - STATE(2005), 1, + STATE(229), 1, sym__inter_single_quotes, - ACTIONS(2798), 2, + STATE(1598), 1, + sym_comment, + ACTIONS(2946), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2802), 2, + ACTIONS(2950), 2, sym_val_nothing, sym_val_date, - ACTIONS(2804), 2, + ACTIONS(2952), 2, anon_sym_true, anon_sym_false, - ACTIONS(2814), 2, + ACTIONS(2962), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2810), 3, + ACTIONS(2958), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1907), 4, + STATE(208), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2808), 6, + ACTIONS(2956), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1993), 11, + STATE(253), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -178154,73 +178159,73 @@ static const uint16_t ts_small_parse_table[] = { [64663] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2786), 1, - anon_sym_LBRACK, - ACTIONS(2788), 1, - anon_sym_LPAREN, - ACTIONS(2790), 1, + ACTIONS(946), 1, anon_sym_DOLLAR, - ACTIONS(2792), 1, + ACTIONS(948), 1, anon_sym_DASH, - ACTIONS(2794), 1, - anon_sym_LBRACE, - ACTIONS(2796), 1, - anon_sym_not, - ACTIONS(2800), 1, + ACTIONS(954), 1, anon_sym_DOT_DOT, - ACTIONS(2806), 1, + ACTIONS(960), 1, aux_sym_val_number_token1, - ACTIONS(2812), 1, + ACTIONS(2852), 1, + anon_sym_LBRACK, + ACTIONS(2854), 1, + anon_sym_LPAREN, + ACTIONS(2856), 1, + anon_sym_LBRACE, + ACTIONS(2858), 1, + anon_sym_not, + ACTIONS(2868), 1, anon_sym_DQUOTE, - ACTIONS(2816), 1, + ACTIONS(2872), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2818), 1, + ACTIONS(2874), 1, anon_sym_DOLLAR_DQUOTE, - STATE(111), 1, + STATE(7), 1, sym_val_number, - STATE(1599), 1, - sym_comment, - STATE(1818), 1, + STATE(187), 1, sym__var, - STATE(1827), 1, - sym_expr_parenthesized, - STATE(1920), 1, + STATE(305), 1, + sym__inter_single_quotes, + STATE(306), 1, sym__expression, - STATE(1979), 1, + STATE(309), 1, sym__str_double_quotes, - STATE(2002), 1, + STATE(330), 1, + sym_expr_parenthesized, + STATE(331), 1, sym__inter_double_quotes, - STATE(2005), 1, - sym__inter_single_quotes, - ACTIONS(2798), 2, + STATE(1599), 1, + sym_comment, + ACTIONS(2860), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2802), 2, + ACTIONS(2862), 2, sym_val_nothing, sym_val_date, - ACTIONS(2804), 2, + ACTIONS(2864), 2, anon_sym_true, anon_sym_false, - ACTIONS(2814), 2, + ACTIONS(2870), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2810), 3, + ACTIONS(962), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1907), 4, + STATE(319), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2808), 6, + ACTIONS(2866), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1993), 11, + STATE(337), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -178235,73 +178240,73 @@ static const uint16_t ts_small_parse_table[] = { [64772] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2750), 1, - anon_sym_LBRACK, - ACTIONS(2752), 1, + ACTIONS(2184), 1, anon_sym_LPAREN, - ACTIONS(2754), 1, + ACTIONS(2186), 1, + aux_sym_val_number_token1, + ACTIONS(2702), 1, + anon_sym_LBRACK, + ACTIONS(2704), 1, anon_sym_DOLLAR, - ACTIONS(2756), 1, + ACTIONS(2706), 1, anon_sym_DASH, - ACTIONS(2758), 1, - anon_sym_LBRACE, - ACTIONS(2764), 1, + ACTIONS(2710), 1, + anon_sym_not, + ACTIONS(2714), 1, anon_sym_DOT_DOT, - ACTIONS(2770), 1, - aux_sym_val_number_token1, - ACTIONS(2778), 1, + ACTIONS(2722), 1, anon_sym_DQUOTE, - ACTIONS(2782), 1, + ACTIONS(2726), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2784), 1, + ACTIONS(2728), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2932), 1, - anon_sym_not, - STATE(123), 1, + ACTIONS(2876), 1, + anon_sym_LBRACE, + STATE(14), 1, sym_val_number, - STATE(1600), 1, - sym_comment, - STATE(1910), 1, + STATE(1023), 1, sym__var, - STATE(1988), 1, + STATE(1121), 1, sym_expr_parenthesized, - STATE(2232), 1, - sym__str_double_quotes, - STATE(2274), 1, + STATE(1150), 1, sym__expression, - STATE(2304), 1, + STATE(1161), 1, sym__inter_double_quotes, - STATE(2305), 1, + STATE(1162), 1, sym__inter_single_quotes, - ACTIONS(2762), 2, + STATE(1180), 1, + sym__str_double_quotes, + STATE(1600), 1, + sym_comment, + ACTIONS(2712), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2776), 2, + ACTIONS(2716), 2, sym_val_nothing, sym_val_date, - ACTIONS(2780), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2934), 2, + ACTIONS(2718), 2, anon_sym_true, anon_sym_false, - ACTIONS(2774), 3, + ACTIONS(2724), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2720), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2234), 4, + STATE(1120), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2772), 6, + ACTIONS(2188), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2311), 11, + STATE(1200), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -178316,73 +178321,73 @@ static const uint16_t ts_small_parse_table[] = { [64881] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2786), 1, - anon_sym_LBRACK, - ACTIONS(2788), 1, - anon_sym_LPAREN, - ACTIONS(2790), 1, + ACTIONS(946), 1, anon_sym_DOLLAR, - ACTIONS(2792), 1, + ACTIONS(948), 1, anon_sym_DASH, - ACTIONS(2794), 1, - anon_sym_LBRACE, - ACTIONS(2796), 1, - anon_sym_not, - ACTIONS(2800), 1, + ACTIONS(954), 1, anon_sym_DOT_DOT, - ACTIONS(2806), 1, + ACTIONS(960), 1, aux_sym_val_number_token1, - ACTIONS(2812), 1, + ACTIONS(2852), 1, + anon_sym_LBRACK, + ACTIONS(2854), 1, + anon_sym_LPAREN, + ACTIONS(2856), 1, + anon_sym_LBRACE, + ACTIONS(2858), 1, + anon_sym_not, + ACTIONS(2868), 1, anon_sym_DQUOTE, - ACTIONS(2816), 1, + ACTIONS(2872), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2818), 1, + ACTIONS(2874), 1, anon_sym_DOLLAR_DQUOTE, - STATE(111), 1, + STATE(7), 1, sym_val_number, - STATE(1601), 1, - sym_comment, - STATE(1818), 1, + STATE(187), 1, sym__var, - STATE(1827), 1, - sym_expr_parenthesized, - STATE(1916), 1, - sym__expression, - STATE(1979), 1, + STATE(305), 1, + sym__inter_single_quotes, + STATE(309), 1, sym__str_double_quotes, - STATE(2002), 1, + STATE(330), 1, + sym_expr_parenthesized, + STATE(331), 1, sym__inter_double_quotes, - STATE(2005), 1, - sym__inter_single_quotes, - ACTIONS(2798), 2, + STATE(350), 1, + sym__expression, + STATE(1601), 1, + sym_comment, + ACTIONS(2860), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2802), 2, + ACTIONS(2862), 2, sym_val_nothing, sym_val_date, - ACTIONS(2804), 2, + ACTIONS(2864), 2, anon_sym_true, anon_sym_false, - ACTIONS(2814), 2, + ACTIONS(2870), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2810), 3, + ACTIONS(962), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1907), 4, + STATE(319), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2808), 6, + ACTIONS(2866), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1993), 11, + STATE(337), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -178397,73 +178402,73 @@ static const uint16_t ts_small_parse_table[] = { [64990] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2786), 1, + ACTIONS(2814), 1, anon_sym_LBRACK, - ACTIONS(2788), 1, + ACTIONS(2816), 1, anon_sym_LPAREN, - ACTIONS(2790), 1, + ACTIONS(2818), 1, anon_sym_DOLLAR, - ACTIONS(2792), 1, + ACTIONS(2820), 1, anon_sym_DASH, - ACTIONS(2794), 1, + ACTIONS(2822), 1, anon_sym_LBRACE, - ACTIONS(2796), 1, + ACTIONS(2824), 1, anon_sym_not, - ACTIONS(2800), 1, + ACTIONS(2828), 1, anon_sym_DOT_DOT, - ACTIONS(2806), 1, + ACTIONS(2834), 1, aux_sym_val_number_token1, - ACTIONS(2812), 1, + ACTIONS(2840), 1, anon_sym_DQUOTE, - ACTIONS(2816), 1, + ACTIONS(2844), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2818), 1, + ACTIONS(2846), 1, anon_sym_DOLLAR_DQUOTE, - STATE(111), 1, + STATE(113), 1, sym_val_number, STATE(1602), 1, sym_comment, - STATE(1818), 1, + STATE(1816), 1, sym__var, - STATE(1827), 1, + STATE(1830), 1, sym_expr_parenthesized, - STATE(1915), 1, - sym__expression, - STATE(1979), 1, - sym__str_double_quotes, - STATE(2002), 1, + STATE(1903), 1, sym__inter_double_quotes, - STATE(2005), 1, + STATE(1937), 1, + sym__str_double_quotes, + STATE(1960), 1, sym__inter_single_quotes, - ACTIONS(2798), 2, + STATE(2004), 1, + sym__expression, + ACTIONS(2826), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2802), 2, + ACTIONS(2830), 2, sym_val_nothing, sym_val_date, - ACTIONS(2804), 2, + ACTIONS(2832), 2, anon_sym_true, anon_sym_false, - ACTIONS(2814), 2, + ACTIONS(2842), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2810), 3, + ACTIONS(2838), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1907), 4, + STATE(2016), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2808), 6, + ACTIONS(2836), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1993), 11, + STATE(1962), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -178478,73 +178483,73 @@ static const uint16_t ts_small_parse_table[] = { [65099] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2786), 1, + ACTIONS(2934), 1, anon_sym_LBRACK, - ACTIONS(2788), 1, + ACTIONS(2936), 1, anon_sym_LPAREN, - ACTIONS(2790), 1, + ACTIONS(2938), 1, anon_sym_DOLLAR, - ACTIONS(2792), 1, + ACTIONS(2940), 1, anon_sym_DASH, - ACTIONS(2794), 1, + ACTIONS(2942), 1, anon_sym_LBRACE, - ACTIONS(2796), 1, + ACTIONS(2944), 1, anon_sym_not, - ACTIONS(2800), 1, + ACTIONS(2948), 1, anon_sym_DOT_DOT, - ACTIONS(2806), 1, + ACTIONS(2954), 1, aux_sym_val_number_token1, - ACTIONS(2812), 1, + ACTIONS(2960), 1, anon_sym_DQUOTE, - ACTIONS(2816), 1, + ACTIONS(2964), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2818), 1, + ACTIONS(2966), 1, anon_sym_DOLLAR_DQUOTE, - STATE(111), 1, + STATE(3), 1, sym_val_number, - STATE(1603), 1, - sym_comment, - STATE(1818), 1, + STATE(133), 1, sym__var, - STATE(1827), 1, - sym_expr_parenthesized, - STATE(1914), 1, + STATE(200), 1, sym__expression, - STATE(1979), 1, + STATE(207), 1, + sym_expr_parenthesized, + STATE(214), 1, sym__str_double_quotes, - STATE(2002), 1, + STATE(223), 1, sym__inter_double_quotes, - STATE(2005), 1, + STATE(229), 1, sym__inter_single_quotes, - ACTIONS(2798), 2, + STATE(1603), 1, + sym_comment, + ACTIONS(2946), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2802), 2, + ACTIONS(2950), 2, sym_val_nothing, sym_val_date, - ACTIONS(2804), 2, + ACTIONS(2952), 2, anon_sym_true, anon_sym_false, - ACTIONS(2814), 2, + ACTIONS(2962), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2810), 3, + ACTIONS(2958), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1907), 4, + STATE(208), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2808), 6, + ACTIONS(2956), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1993), 11, + STATE(253), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -178559,73 +178564,73 @@ static const uint16_t ts_small_parse_table[] = { [65208] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2786), 1, - anon_sym_LBRACK, - ACTIONS(2788), 1, - anon_sym_LPAREN, - ACTIONS(2790), 1, + ACTIONS(1378), 1, anon_sym_DOLLAR, - ACTIONS(2792), 1, + ACTIONS(1380), 1, anon_sym_DASH, - ACTIONS(2794), 1, - anon_sym_LBRACE, - ACTIONS(2796), 1, - anon_sym_not, - ACTIONS(2800), 1, + ACTIONS(1386), 1, anon_sym_DOT_DOT, - ACTIONS(2806), 1, + ACTIONS(1392), 1, aux_sym_val_number_token1, - ACTIONS(2812), 1, + ACTIONS(3026), 1, + anon_sym_LBRACK, + ACTIONS(3028), 1, + anon_sym_LPAREN, + ACTIONS(3030), 1, + anon_sym_LBRACE, + ACTIONS(3032), 1, + anon_sym_not, + ACTIONS(3042), 1, anon_sym_DQUOTE, - ACTIONS(2816), 1, + ACTIONS(3046), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2818), 1, + ACTIONS(3048), 1, anon_sym_DOLLAR_DQUOTE, - STATE(111), 1, + STATE(10), 1, sym_val_number, - STATE(1604), 1, - sym_comment, - STATE(1818), 1, + STATE(458), 1, sym__var, - STATE(1827), 1, - sym_expr_parenthesized, - STATE(1913), 1, + STATE(504), 1, sym__expression, - STATE(1979), 1, - sym__str_double_quotes, - STATE(2002), 1, - sym__inter_double_quotes, - STATE(2005), 1, + STATE(525), 1, sym__inter_single_quotes, - ACTIONS(2798), 2, + STATE(526), 1, + sym__inter_double_quotes, + STATE(537), 1, + sym_expr_parenthesized, + STATE(554), 1, + sym__str_double_quotes, + STATE(1604), 1, + sym_comment, + ACTIONS(3034), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2802), 2, + ACTIONS(3036), 2, sym_val_nothing, sym_val_date, - ACTIONS(2804), 2, + ACTIONS(3038), 2, anon_sym_true, anon_sym_false, - ACTIONS(2814), 2, + ACTIONS(3044), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2810), 3, + ACTIONS(1394), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(1907), 4, + STATE(538), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2808), 6, + ACTIONS(3040), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(1993), 11, + STATE(501), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -178640,73 +178645,73 @@ static const uint16_t ts_small_parse_table[] = { [65317] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2206), 1, + ACTIONS(946), 1, anon_sym_DOLLAR, - ACTIONS(2210), 1, + ACTIONS(948), 1, anon_sym_DASH, - ACTIONS(2216), 1, + ACTIONS(954), 1, anon_sym_DOT_DOT, - ACTIONS(2222), 1, + ACTIONS(960), 1, aux_sym_val_number_token1, - ACTIONS(3002), 1, + ACTIONS(2852), 1, anon_sym_LBRACK, - ACTIONS(3004), 1, + ACTIONS(2854), 1, anon_sym_LPAREN, - ACTIONS(3006), 1, + ACTIONS(2856), 1, anon_sym_LBRACE, - ACTIONS(3008), 1, + ACTIONS(2858), 1, anon_sym_not, - ACTIONS(3018), 1, + ACTIONS(2868), 1, anon_sym_DQUOTE, - ACTIONS(3022), 1, + ACTIONS(2872), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3024), 1, + ACTIONS(2874), 1, anon_sym_DOLLAR_DQUOTE, - STATE(117), 1, + STATE(7), 1, sym_val_number, - STATE(1605), 1, - sym_comment, - STATE(1860), 1, + STATE(187), 1, sym__var, - STATE(1863), 1, - sym_expr_parenthesized, - STATE(2100), 1, + STATE(305), 1, sym__inter_single_quotes, - STATE(2101), 1, + STATE(309), 1, sym__str_double_quotes, - STATE(2102), 1, + STATE(330), 1, + sym_expr_parenthesized, + STATE(331), 1, sym__inter_double_quotes, - STATE(2108), 1, + STATE(344), 1, sym__expression, - ACTIONS(3010), 2, + STATE(1605), 1, + sym_comment, + ACTIONS(2860), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(3012), 2, + ACTIONS(2862), 2, sym_val_nothing, sym_val_date, - ACTIONS(3014), 2, + ACTIONS(2864), 2, anon_sym_true, anon_sym_false, - ACTIONS(3020), 2, + ACTIONS(2870), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2224), 3, + ACTIONS(962), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2132), 4, + STATE(319), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(3016), 6, + ACTIONS(2866), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, + STATE(337), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -178721,73 +178726,73 @@ static const uint16_t ts_small_parse_table[] = { [65426] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2206), 1, - anon_sym_DOLLAR, - ACTIONS(2210), 1, - anon_sym_DASH, - ACTIONS(2216), 1, - anon_sym_DOT_DOT, - ACTIONS(2222), 1, - aux_sym_val_number_token1, - ACTIONS(3002), 1, + ACTIONS(2487), 1, anon_sym_LBRACK, - ACTIONS(3004), 1, + ACTIONS(2489), 1, anon_sym_LPAREN, - ACTIONS(3006), 1, + ACTIONS(2491), 1, + anon_sym_DOLLAR, + ACTIONS(2495), 1, + anon_sym_DASH, + ACTIONS(2497), 1, anon_sym_LBRACE, - ACTIONS(3008), 1, + ACTIONS(2499), 1, anon_sym_not, - ACTIONS(3018), 1, + ACTIONS(2503), 1, + anon_sym_DOT_DOT, + ACTIONS(2509), 1, + aux_sym_val_number_token1, + ACTIONS(2515), 1, anon_sym_DQUOTE, - ACTIONS(3022), 1, + ACTIONS(2519), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3024), 1, + ACTIONS(2521), 1, anon_sym_DOLLAR_DQUOTE, - STATE(117), 1, + STATE(129), 1, sym_val_number, STATE(1606), 1, sym_comment, - STATE(1860), 1, - sym__var, - STATE(1863), 1, + STATE(2179), 1, sym_expr_parenthesized, - STATE(2100), 1, - sym__inter_single_quotes, - STATE(2101), 1, + STATE(2330), 1, + sym__expression, + STATE(2331), 1, + sym__var, + STATE(2604), 1, sym__str_double_quotes, - STATE(2102), 1, + STATE(2623), 1, sym__inter_double_quotes, - STATE(2110), 1, - sym__expression, - ACTIONS(3010), 2, + STATE(2624), 1, + sym__inter_single_quotes, + ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(3012), 2, + ACTIONS(2505), 2, sym_val_nothing, sym_val_date, - ACTIONS(3014), 2, + ACTIONS(2507), 2, anon_sym_true, anon_sym_false, - ACTIONS(3020), 2, + ACTIONS(2517), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2224), 3, + ACTIONS(2513), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2132), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(3016), 6, + ACTIONS(2511), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -178802,73 +178807,73 @@ static const uint16_t ts_small_parse_table[] = { [65535] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2206), 1, - anon_sym_DOLLAR, - ACTIONS(2210), 1, - anon_sym_DASH, - ACTIONS(2216), 1, - anon_sym_DOT_DOT, - ACTIONS(2222), 1, - aux_sym_val_number_token1, - ACTIONS(3002), 1, + ACTIONS(2968), 1, anon_sym_LBRACK, - ACTIONS(3004), 1, + ACTIONS(2970), 1, anon_sym_LPAREN, - ACTIONS(3006), 1, + ACTIONS(2972), 1, + anon_sym_DOLLAR, + ACTIONS(2974), 1, + anon_sym_DASH, + ACTIONS(2976), 1, anon_sym_LBRACE, - ACTIONS(3008), 1, + ACTIONS(2978), 1, anon_sym_not, - ACTIONS(3018), 1, + ACTIONS(2982), 1, + anon_sym_DOT_DOT, + ACTIONS(2988), 1, + aux_sym_val_number_token1, + ACTIONS(2994), 1, anon_sym_DQUOTE, - ACTIONS(3022), 1, + ACTIONS(2998), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3024), 1, + ACTIONS(3000), 1, anon_sym_DOLLAR_DQUOTE, - STATE(117), 1, + STATE(4), 1, sym_val_number, - STATE(1607), 1, - sym_comment, - STATE(1860), 1, + STATE(152), 1, sym__var, - STATE(1863), 1, + STATE(267), 1, + sym__str_double_quotes, + STATE(272), 1, sym_expr_parenthesized, - STATE(2100), 1, + STATE(273), 1, + sym__expression, + STATE(282), 1, sym__inter_single_quotes, - STATE(2101), 1, - sym__str_double_quotes, - STATE(2102), 1, + STATE(283), 1, sym__inter_double_quotes, - STATE(2111), 1, - sym__expression, - ACTIONS(3010), 2, + STATE(1607), 1, + sym_comment, + ACTIONS(2980), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(3012), 2, + ACTIONS(2984), 2, sym_val_nothing, sym_val_date, - ACTIONS(3014), 2, + ACTIONS(2986), 2, anon_sym_true, anon_sym_false, - ACTIONS(3020), 2, + ACTIONS(2996), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2224), 3, + ACTIONS(2992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2132), 4, + STATE(277), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(3016), 6, + ACTIONS(2990), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, + STATE(275), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -178883,73 +178888,73 @@ static const uint16_t ts_small_parse_table[] = { [65644] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2206), 1, - anon_sym_DOLLAR, - ACTIONS(2210), 1, - anon_sym_DASH, - ACTIONS(2216), 1, - anon_sym_DOT_DOT, - ACTIONS(2222), 1, - aux_sym_val_number_token1, - ACTIONS(3002), 1, + ACTIONS(2968), 1, anon_sym_LBRACK, - ACTIONS(3004), 1, + ACTIONS(2970), 1, anon_sym_LPAREN, - ACTIONS(3006), 1, + ACTIONS(2972), 1, + anon_sym_DOLLAR, + ACTIONS(2974), 1, + anon_sym_DASH, + ACTIONS(2976), 1, anon_sym_LBRACE, - ACTIONS(3008), 1, + ACTIONS(2978), 1, anon_sym_not, - ACTIONS(3018), 1, + ACTIONS(2982), 1, + anon_sym_DOT_DOT, + ACTIONS(2988), 1, + aux_sym_val_number_token1, + ACTIONS(2994), 1, anon_sym_DQUOTE, - ACTIONS(3022), 1, + ACTIONS(2998), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3024), 1, + ACTIONS(3000), 1, anon_sym_DOLLAR_DQUOTE, - STATE(117), 1, + STATE(4), 1, sym_val_number, - STATE(1608), 1, - sym_comment, - STATE(1860), 1, + STATE(152), 1, sym__var, - STATE(1863), 1, + STATE(266), 1, + sym__expression, + STATE(267), 1, + sym__str_double_quotes, + STATE(272), 1, sym_expr_parenthesized, - STATE(2100), 1, + STATE(282), 1, sym__inter_single_quotes, - STATE(2101), 1, - sym__str_double_quotes, - STATE(2102), 1, + STATE(283), 1, sym__inter_double_quotes, - STATE(2112), 1, - sym__expression, - ACTIONS(3010), 2, + STATE(1608), 1, + sym_comment, + ACTIONS(2980), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(3012), 2, + ACTIONS(2984), 2, sym_val_nothing, sym_val_date, - ACTIONS(3014), 2, + ACTIONS(2986), 2, anon_sym_true, anon_sym_false, - ACTIONS(3020), 2, + ACTIONS(2996), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2224), 3, + ACTIONS(2992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2132), 4, + STATE(277), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(3016), 6, + ACTIONS(2990), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, + STATE(275), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -178964,73 +178969,73 @@ static const uint16_t ts_small_parse_table[] = { [65753] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2206), 1, + ACTIONS(1378), 1, anon_sym_DOLLAR, - ACTIONS(2210), 1, + ACTIONS(1380), 1, anon_sym_DASH, - ACTIONS(2216), 1, + ACTIONS(1386), 1, anon_sym_DOT_DOT, - ACTIONS(2222), 1, + ACTIONS(1392), 1, aux_sym_val_number_token1, - ACTIONS(3002), 1, + ACTIONS(3026), 1, anon_sym_LBRACK, - ACTIONS(3004), 1, + ACTIONS(3028), 1, anon_sym_LPAREN, - ACTIONS(3006), 1, + ACTIONS(3030), 1, anon_sym_LBRACE, - ACTIONS(3008), 1, + ACTIONS(3032), 1, anon_sym_not, - ACTIONS(3018), 1, + ACTIONS(3042), 1, anon_sym_DQUOTE, - ACTIONS(3022), 1, + ACTIONS(3046), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3024), 1, + ACTIONS(3048), 1, anon_sym_DOLLAR_DQUOTE, - STATE(117), 1, + STATE(10), 1, sym_val_number, - STATE(1609), 1, - sym_comment, - STATE(1860), 1, + STATE(458), 1, sym__var, - STATE(1863), 1, - sym_expr_parenthesized, - STATE(2100), 1, + STATE(506), 1, + sym__expression, + STATE(525), 1, sym__inter_single_quotes, - STATE(2101), 1, - sym__str_double_quotes, - STATE(2102), 1, + STATE(526), 1, sym__inter_double_quotes, - STATE(2113), 1, - sym__expression, - ACTIONS(3010), 2, + STATE(537), 1, + sym_expr_parenthesized, + STATE(554), 1, + sym__str_double_quotes, + STATE(1609), 1, + sym_comment, + ACTIONS(3034), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(3012), 2, + ACTIONS(3036), 2, sym_val_nothing, sym_val_date, - ACTIONS(3014), 2, + ACTIONS(3038), 2, anon_sym_true, anon_sym_false, - ACTIONS(3020), 2, + ACTIONS(3044), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2224), 3, + ACTIONS(1394), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2132), 4, + STATE(538), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(3016), 6, + ACTIONS(3040), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, + STATE(501), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -179045,73 +179050,73 @@ static const uint16_t ts_small_parse_table[] = { [65862] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2206), 1, - anon_sym_DOLLAR, - ACTIONS(2210), 1, - anon_sym_DASH, - ACTIONS(2216), 1, - anon_sym_DOT_DOT, - ACTIONS(2222), 1, - aux_sym_val_number_token1, - ACTIONS(3002), 1, + ACTIONS(2968), 1, anon_sym_LBRACK, - ACTIONS(3004), 1, + ACTIONS(2970), 1, anon_sym_LPAREN, - ACTIONS(3006), 1, + ACTIONS(2972), 1, + anon_sym_DOLLAR, + ACTIONS(2974), 1, + anon_sym_DASH, + ACTIONS(2976), 1, anon_sym_LBRACE, - ACTIONS(3008), 1, + ACTIONS(2978), 1, anon_sym_not, - ACTIONS(3018), 1, + ACTIONS(2982), 1, + anon_sym_DOT_DOT, + ACTIONS(2988), 1, + aux_sym_val_number_token1, + ACTIONS(2994), 1, anon_sym_DQUOTE, - ACTIONS(3022), 1, + ACTIONS(2998), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3024), 1, + ACTIONS(3000), 1, anon_sym_DOLLAR_DQUOTE, - STATE(117), 1, + STATE(4), 1, sym_val_number, - STATE(1610), 1, - sym_comment, - STATE(1860), 1, + STATE(152), 1, sym__var, - STATE(1863), 1, + STATE(264), 1, + sym__expression, + STATE(267), 1, + sym__str_double_quotes, + STATE(272), 1, sym_expr_parenthesized, - STATE(2100), 1, + STATE(282), 1, sym__inter_single_quotes, - STATE(2101), 1, - sym__str_double_quotes, - STATE(2102), 1, + STATE(283), 1, sym__inter_double_quotes, - STATE(2114), 1, - sym__expression, - ACTIONS(3010), 2, + STATE(1610), 1, + sym_comment, + ACTIONS(2980), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(3012), 2, + ACTIONS(2984), 2, sym_val_nothing, sym_val_date, - ACTIONS(3014), 2, + ACTIONS(2986), 2, anon_sym_true, anon_sym_false, - ACTIONS(3020), 2, + ACTIONS(2996), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2224), 3, + ACTIONS(2992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2132), 4, + STATE(277), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(3016), 6, + ACTIONS(2990), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, + STATE(275), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -179126,73 +179131,73 @@ static const uint16_t ts_small_parse_table[] = { [65971] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2750), 1, - anon_sym_LBRACK, - ACTIONS(2752), 1, - anon_sym_LPAREN, - ACTIONS(2754), 1, + ACTIONS(1378), 1, anon_sym_DOLLAR, - ACTIONS(2756), 1, + ACTIONS(1380), 1, anon_sym_DASH, - ACTIONS(2758), 1, - anon_sym_LBRACE, - ACTIONS(2764), 1, + ACTIONS(1386), 1, anon_sym_DOT_DOT, - ACTIONS(2770), 1, + ACTIONS(1392), 1, aux_sym_val_number_token1, - ACTIONS(2778), 1, + ACTIONS(3026), 1, + anon_sym_LBRACK, + ACTIONS(3028), 1, + anon_sym_LPAREN, + ACTIONS(3030), 1, + anon_sym_LBRACE, + ACTIONS(3032), 1, + anon_sym_not, + ACTIONS(3042), 1, anon_sym_DQUOTE, - ACTIONS(2782), 1, + ACTIONS(3046), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2784), 1, + ACTIONS(3048), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2932), 1, - anon_sym_not, - STATE(123), 1, + STATE(10), 1, sym_val_number, - STATE(1611), 1, - sym_comment, - STATE(1910), 1, + STATE(458), 1, sym__var, - STATE(1988), 1, - sym_expr_parenthesized, - STATE(2232), 1, - sym__str_double_quotes, - STATE(2275), 1, + STATE(509), 1, sym__expression, - STATE(2304), 1, - sym__inter_double_quotes, - STATE(2305), 1, + STATE(525), 1, sym__inter_single_quotes, - ACTIONS(2762), 2, + STATE(526), 1, + sym__inter_double_quotes, + STATE(537), 1, + sym_expr_parenthesized, + STATE(554), 1, + sym__str_double_quotes, + STATE(1611), 1, + sym_comment, + ACTIONS(3034), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2776), 2, + ACTIONS(3036), 2, sym_val_nothing, sym_val_date, - ACTIONS(2780), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2934), 2, + ACTIONS(3038), 2, anon_sym_true, anon_sym_false, - ACTIONS(2774), 3, + ACTIONS(3044), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(1394), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2234), 4, + STATE(538), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2772), 6, + ACTIONS(3040), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2311), 11, + STATE(501), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -179207,73 +179212,73 @@ static const uint16_t ts_small_parse_table[] = { [66080] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2206), 1, + ACTIONS(1378), 1, anon_sym_DOLLAR, - ACTIONS(2210), 1, + ACTIONS(1380), 1, anon_sym_DASH, - ACTIONS(2216), 1, + ACTIONS(1386), 1, anon_sym_DOT_DOT, - ACTIONS(2222), 1, + ACTIONS(1392), 1, aux_sym_val_number_token1, - ACTIONS(3002), 1, + ACTIONS(3026), 1, anon_sym_LBRACK, - ACTIONS(3004), 1, + ACTIONS(3028), 1, anon_sym_LPAREN, - ACTIONS(3006), 1, + ACTIONS(3030), 1, anon_sym_LBRACE, - ACTIONS(3008), 1, + ACTIONS(3032), 1, anon_sym_not, - ACTIONS(3018), 1, + ACTIONS(3042), 1, anon_sym_DQUOTE, - ACTIONS(3022), 1, + ACTIONS(3046), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3024), 1, + ACTIONS(3048), 1, anon_sym_DOLLAR_DQUOTE, - STATE(117), 1, + STATE(10), 1, sym_val_number, - STATE(1612), 1, - sym_comment, - STATE(1860), 1, + STATE(458), 1, sym__var, - STATE(1863), 1, - sym_expr_parenthesized, - STATE(2100), 1, + STATE(519), 1, + sym__expression, + STATE(525), 1, sym__inter_single_quotes, - STATE(2101), 1, - sym__str_double_quotes, - STATE(2102), 1, + STATE(526), 1, sym__inter_double_quotes, - STATE(2115), 1, - sym__expression, - ACTIONS(3010), 2, + STATE(537), 1, + sym_expr_parenthesized, + STATE(554), 1, + sym__str_double_quotes, + STATE(1612), 1, + sym_comment, + ACTIONS(3034), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(3012), 2, + ACTIONS(3036), 2, sym_val_nothing, sym_val_date, - ACTIONS(3014), 2, + ACTIONS(3038), 2, anon_sym_true, anon_sym_false, - ACTIONS(3020), 2, + ACTIONS(3044), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2224), 3, + ACTIONS(1394), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2132), 4, + STATE(538), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(3016), 6, + ACTIONS(3040), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, + STATE(501), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -179288,73 +179293,73 @@ static const uint16_t ts_small_parse_table[] = { [66189] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2750), 1, + ACTIONS(2968), 1, anon_sym_LBRACK, - ACTIONS(2752), 1, + ACTIONS(2970), 1, anon_sym_LPAREN, - ACTIONS(2754), 1, + ACTIONS(2972), 1, anon_sym_DOLLAR, - ACTIONS(2756), 1, + ACTIONS(2974), 1, anon_sym_DASH, - ACTIONS(2758), 1, + ACTIONS(2976), 1, anon_sym_LBRACE, - ACTIONS(2764), 1, + ACTIONS(2978), 1, + anon_sym_not, + ACTIONS(2982), 1, anon_sym_DOT_DOT, - ACTIONS(2770), 1, + ACTIONS(2988), 1, aux_sym_val_number_token1, - ACTIONS(2778), 1, + ACTIONS(2994), 1, anon_sym_DQUOTE, - ACTIONS(2782), 1, + ACTIONS(2998), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2784), 1, + ACTIONS(3000), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2932), 1, - anon_sym_not, - STATE(123), 1, + STATE(4), 1, sym_val_number, - STATE(1613), 1, - sym_comment, - STATE(1910), 1, + STATE(152), 1, sym__var, - STATE(1988), 1, - sym_expr_parenthesized, - STATE(2232), 1, + STATE(267), 1, sym__str_double_quotes, - STATE(2276), 1, - sym__expression, - STATE(2304), 1, - sym__inter_double_quotes, - STATE(2305), 1, + STATE(272), 1, + sym_expr_parenthesized, + STATE(282), 1, sym__inter_single_quotes, - ACTIONS(2762), 2, + STATE(283), 1, + sym__inter_double_quotes, + STATE(303), 1, + sym__expression, + STATE(1613), 1, + sym_comment, + ACTIONS(2980), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2776), 2, + ACTIONS(2984), 2, sym_val_nothing, sym_val_date, - ACTIONS(2780), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2934), 2, + ACTIONS(2986), 2, anon_sym_true, anon_sym_false, - ACTIONS(2774), 3, + ACTIONS(2996), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2234), 4, + STATE(277), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2772), 6, + ACTIONS(2990), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2311), 11, + STATE(275), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -179369,73 +179374,73 @@ static const uint16_t ts_small_parse_table[] = { [66298] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2206), 1, - anon_sym_DOLLAR, - ACTIONS(2210), 1, - anon_sym_DASH, - ACTIONS(2216), 1, - anon_sym_DOT_DOT, - ACTIONS(2222), 1, - aux_sym_val_number_token1, - ACTIONS(3002), 1, + ACTIONS(2968), 1, anon_sym_LBRACK, - ACTIONS(3004), 1, + ACTIONS(2970), 1, anon_sym_LPAREN, - ACTIONS(3006), 1, + ACTIONS(2972), 1, + anon_sym_DOLLAR, + ACTIONS(2974), 1, + anon_sym_DASH, + ACTIONS(2976), 1, anon_sym_LBRACE, - ACTIONS(3008), 1, + ACTIONS(2978), 1, anon_sym_not, - ACTIONS(3018), 1, + ACTIONS(2982), 1, + anon_sym_DOT_DOT, + ACTIONS(2988), 1, + aux_sym_val_number_token1, + ACTIONS(2994), 1, anon_sym_DQUOTE, - ACTIONS(3022), 1, + ACTIONS(2998), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3024), 1, + ACTIONS(3000), 1, anon_sym_DOLLAR_DQUOTE, - STATE(117), 1, + STATE(4), 1, sym_val_number, - STATE(1614), 1, - sym_comment, - STATE(1860), 1, + STATE(152), 1, sym__var, - STATE(1863), 1, + STATE(267), 1, + sym__str_double_quotes, + STATE(272), 1, sym_expr_parenthesized, - STATE(2100), 1, + STATE(282), 1, sym__inter_single_quotes, - STATE(2101), 1, - sym__str_double_quotes, - STATE(2102), 1, + STATE(283), 1, sym__inter_double_quotes, - STATE(2117), 1, + STATE(300), 1, sym__expression, - ACTIONS(3010), 2, + STATE(1614), 1, + sym_comment, + ACTIONS(2980), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(3012), 2, + ACTIONS(2984), 2, sym_val_nothing, sym_val_date, - ACTIONS(3014), 2, + ACTIONS(2986), 2, anon_sym_true, anon_sym_false, - ACTIONS(3020), 2, + ACTIONS(2996), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2224), 3, + ACTIONS(2992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2132), 4, + STATE(277), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(3016), 6, + ACTIONS(2990), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, + STATE(275), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -179450,73 +179455,73 @@ static const uint16_t ts_small_parse_table[] = { [66407] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2487), 1, - anon_sym_LBRACK, - ACTIONS(2489), 1, - anon_sym_LPAREN, - ACTIONS(2491), 1, + ACTIONS(1378), 1, anon_sym_DOLLAR, - ACTIONS(2495), 1, + ACTIONS(1380), 1, anon_sym_DASH, - ACTIONS(2497), 1, - anon_sym_LBRACE, - ACTIONS(2499), 1, - anon_sym_not, - ACTIONS(2503), 1, + ACTIONS(1386), 1, anon_sym_DOT_DOT, - ACTIONS(2509), 1, + ACTIONS(1392), 1, aux_sym_val_number_token1, - ACTIONS(2515), 1, + ACTIONS(3026), 1, + anon_sym_LBRACK, + ACTIONS(3028), 1, + anon_sym_LPAREN, + ACTIONS(3030), 1, + anon_sym_LBRACE, + ACTIONS(3032), 1, + anon_sym_not, + ACTIONS(3042), 1, anon_sym_DQUOTE, - ACTIONS(2519), 1, + ACTIONS(3046), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2521), 1, + ACTIONS(3048), 1, anon_sym_DOLLAR_DQUOTE, - STATE(129), 1, + STATE(10), 1, sym_val_number, - STATE(1615), 1, - sym_comment, - STATE(2174), 1, - sym_expr_parenthesized, - STATE(2180), 1, + STATE(458), 1, sym__var, - STATE(2306), 1, + STATE(507), 1, sym__expression, - STATE(2589), 1, - sym__inter_double_quotes, - STATE(2592), 1, + STATE(525), 1, sym__inter_single_quotes, - STATE(2619), 1, + STATE(526), 1, + sym__inter_double_quotes, + STATE(537), 1, + sym_expr_parenthesized, + STATE(554), 1, sym__str_double_quotes, - ACTIONS(2501), 2, + STATE(1615), 1, + sym_comment, + ACTIONS(3034), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2505), 2, + ACTIONS(3036), 2, sym_val_nothing, sym_val_date, - ACTIONS(2507), 2, + ACTIONS(3038), 2, anon_sym_true, anon_sym_false, - ACTIONS(2517), 2, + ACTIONS(3044), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2513), 3, + ACTIONS(1394), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(538), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2511), 6, + ACTIONS(3040), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2606), 11, + STATE(501), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -179531,73 +179536,73 @@ static const uint16_t ts_small_parse_table[] = { [66516] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2750), 1, + ACTIONS(2968), 1, anon_sym_LBRACK, - ACTIONS(2752), 1, + ACTIONS(2970), 1, anon_sym_LPAREN, - ACTIONS(2754), 1, + ACTIONS(2972), 1, anon_sym_DOLLAR, - ACTIONS(2756), 1, + ACTIONS(2974), 1, anon_sym_DASH, - ACTIONS(2758), 1, + ACTIONS(2976), 1, anon_sym_LBRACE, - ACTIONS(2764), 1, + ACTIONS(2978), 1, + anon_sym_not, + ACTIONS(2982), 1, anon_sym_DOT_DOT, - ACTIONS(2770), 1, + ACTIONS(2988), 1, aux_sym_val_number_token1, - ACTIONS(2778), 1, + ACTIONS(2994), 1, anon_sym_DQUOTE, - ACTIONS(2782), 1, + ACTIONS(2998), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2784), 1, + ACTIONS(3000), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2932), 1, - anon_sym_not, - STATE(123), 1, + STATE(4), 1, sym_val_number, - STATE(1616), 1, - sym_comment, - STATE(1910), 1, + STATE(152), 1, sym__var, - STATE(1988), 1, - sym_expr_parenthesized, - STATE(2232), 1, + STATE(267), 1, sym__str_double_quotes, - STATE(2277), 1, - sym__expression, - STATE(2304), 1, - sym__inter_double_quotes, - STATE(2305), 1, + STATE(272), 1, + sym_expr_parenthesized, + STATE(282), 1, sym__inter_single_quotes, - ACTIONS(2762), 2, + STATE(283), 1, + sym__inter_double_quotes, + STATE(291), 1, + sym__expression, + STATE(1616), 1, + sym_comment, + ACTIONS(2980), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2776), 2, + ACTIONS(2984), 2, sym_val_nothing, sym_val_date, - ACTIONS(2780), 2, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(2934), 2, + ACTIONS(2986), 2, anon_sym_true, anon_sym_false, - ACTIONS(2774), 3, + ACTIONS(2996), 2, + sym__str_single_quotes, + sym__str_back_ticks, + ACTIONS(2992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2234), 4, + STATE(277), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2772), 6, + ACTIONS(2990), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2311), 11, + STATE(275), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -179612,73 +179617,73 @@ static const uint16_t ts_small_parse_table[] = { [66625] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2206), 1, + ACTIONS(1378), 1, anon_sym_DOLLAR, - ACTIONS(2210), 1, + ACTIONS(1380), 1, anon_sym_DASH, - ACTIONS(2216), 1, + ACTIONS(1386), 1, anon_sym_DOT_DOT, - ACTIONS(2222), 1, + ACTIONS(1392), 1, aux_sym_val_number_token1, - ACTIONS(3002), 1, + ACTIONS(3026), 1, anon_sym_LBRACK, - ACTIONS(3004), 1, + ACTIONS(3028), 1, anon_sym_LPAREN, - ACTIONS(3006), 1, + ACTIONS(3030), 1, anon_sym_LBRACE, - ACTIONS(3008), 1, + ACTIONS(3032), 1, anon_sym_not, - ACTIONS(3018), 1, + ACTIONS(3042), 1, anon_sym_DQUOTE, - ACTIONS(3022), 1, + ACTIONS(3046), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3024), 1, + ACTIONS(3048), 1, anon_sym_DOLLAR_DQUOTE, - STATE(117), 1, - sym_val_number, - STATE(1617), 1, - sym_comment, - STATE(1860), 1, + STATE(10), 1, + sym_val_number, + STATE(458), 1, sym__var, - STATE(1863), 1, - sym_expr_parenthesized, - STATE(2100), 1, + STATE(505), 1, + sym__expression, + STATE(525), 1, sym__inter_single_quotes, - STATE(2101), 1, - sym__str_double_quotes, - STATE(2102), 1, + STATE(526), 1, sym__inter_double_quotes, - STATE(2118), 1, - sym__expression, - ACTIONS(3010), 2, + STATE(537), 1, + sym_expr_parenthesized, + STATE(554), 1, + sym__str_double_quotes, + STATE(1617), 1, + sym_comment, + ACTIONS(3034), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(3012), 2, + ACTIONS(3036), 2, sym_val_nothing, sym_val_date, - ACTIONS(3014), 2, + ACTIONS(3038), 2, anon_sym_true, anon_sym_false, - ACTIONS(3020), 2, + ACTIONS(3044), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2224), 3, + ACTIONS(1394), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2132), 4, + STATE(538), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(3016), 6, + ACTIONS(3040), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, + STATE(501), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -179693,73 +179698,73 @@ static const uint16_t ts_small_parse_table[] = { [66734] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2206), 1, - anon_sym_DOLLAR, - ACTIONS(2210), 1, - anon_sym_DASH, - ACTIONS(2216), 1, - anon_sym_DOT_DOT, - ACTIONS(2222), 1, - aux_sym_val_number_token1, - ACTIONS(3002), 1, + ACTIONS(2968), 1, anon_sym_LBRACK, - ACTIONS(3004), 1, + ACTIONS(2970), 1, anon_sym_LPAREN, - ACTIONS(3006), 1, + ACTIONS(2972), 1, + anon_sym_DOLLAR, + ACTIONS(2974), 1, + anon_sym_DASH, + ACTIONS(2976), 1, anon_sym_LBRACE, - ACTIONS(3008), 1, + ACTIONS(2978), 1, anon_sym_not, - ACTIONS(3018), 1, + ACTIONS(2982), 1, + anon_sym_DOT_DOT, + ACTIONS(2988), 1, + aux_sym_val_number_token1, + ACTIONS(2994), 1, anon_sym_DQUOTE, - ACTIONS(3022), 1, + ACTIONS(2998), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3024), 1, + ACTIONS(3000), 1, anon_sym_DOLLAR_DQUOTE, - STATE(117), 1, + STATE(4), 1, sym_val_number, - STATE(1618), 1, - sym_comment, - STATE(1860), 1, + STATE(152), 1, sym__var, - STATE(1863), 1, + STATE(267), 1, + sym__str_double_quotes, + STATE(272), 1, sym_expr_parenthesized, - STATE(2100), 1, + STATE(282), 1, sym__inter_single_quotes, - STATE(2101), 1, - sym__str_double_quotes, - STATE(2102), 1, + STATE(283), 1, sym__inter_double_quotes, - STATE(2119), 1, + STATE(302), 1, sym__expression, - ACTIONS(3010), 2, + STATE(1618), 1, + sym_comment, + ACTIONS(2980), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(3012), 2, + ACTIONS(2984), 2, sym_val_nothing, sym_val_date, - ACTIONS(3014), 2, + ACTIONS(2986), 2, anon_sym_true, anon_sym_false, - ACTIONS(3020), 2, + ACTIONS(2996), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2224), 3, + ACTIONS(2992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2132), 4, + STATE(277), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(3016), 6, + ACTIONS(2990), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, + STATE(275), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -179774,73 +179779,73 @@ static const uint16_t ts_small_parse_table[] = { [66843] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2206), 1, - anon_sym_DOLLAR, - ACTIONS(2210), 1, - anon_sym_DASH, - ACTIONS(2216), 1, - anon_sym_DOT_DOT, - ACTIONS(2222), 1, - aux_sym_val_number_token1, - ACTIONS(3002), 1, + ACTIONS(2968), 1, anon_sym_LBRACK, - ACTIONS(3004), 1, + ACTIONS(2970), 1, anon_sym_LPAREN, - ACTIONS(3006), 1, + ACTIONS(2972), 1, + anon_sym_DOLLAR, + ACTIONS(2974), 1, + anon_sym_DASH, + ACTIONS(2976), 1, anon_sym_LBRACE, - ACTIONS(3008), 1, + ACTIONS(2978), 1, anon_sym_not, - ACTIONS(3018), 1, + ACTIONS(2982), 1, + anon_sym_DOT_DOT, + ACTIONS(2988), 1, + aux_sym_val_number_token1, + ACTIONS(2994), 1, anon_sym_DQUOTE, - ACTIONS(3022), 1, + ACTIONS(2998), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3024), 1, + ACTIONS(3000), 1, anon_sym_DOLLAR_DQUOTE, - STATE(117), 1, + STATE(4), 1, sym_val_number, - STATE(1619), 1, - sym_comment, - STATE(1860), 1, + STATE(152), 1, sym__var, - STATE(1863), 1, + STATE(267), 1, + sym__str_double_quotes, + STATE(272), 1, sym_expr_parenthesized, - STATE(2100), 1, + STATE(282), 1, sym__inter_single_quotes, - STATE(2101), 1, - sym__str_double_quotes, - STATE(2102), 1, + STATE(283), 1, sym__inter_double_quotes, - STATE(2120), 1, + STATE(301), 1, sym__expression, - ACTIONS(3010), 2, + STATE(1619), 1, + sym_comment, + ACTIONS(2980), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(3012), 2, + ACTIONS(2984), 2, sym_val_nothing, sym_val_date, - ACTIONS(3014), 2, + ACTIONS(2986), 2, anon_sym_true, anon_sym_false, - ACTIONS(3020), 2, + ACTIONS(2996), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2224), 3, + ACTIONS(2992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2132), 4, + STATE(277), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(3016), 6, + ACTIONS(2990), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, + STATE(275), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -179855,73 +179860,73 @@ static const uint16_t ts_small_parse_table[] = { [66952] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2206), 1, + ACTIONS(2192), 1, + anon_sym_LPAREN, + ACTIONS(2527), 1, + anon_sym_LBRACK, + ACTIONS(2531), 1, anon_sym_DOLLAR, - ACTIONS(2210), 1, + ACTIONS(2533), 1, anon_sym_DASH, - ACTIONS(2216), 1, + ACTIONS(2535), 1, + anon_sym_LBRACE, + ACTIONS(2541), 1, anon_sym_DOT_DOT, - ACTIONS(2222), 1, + ACTIONS(2547), 1, aux_sym_val_number_token1, - ACTIONS(3002), 1, - anon_sym_LBRACK, - ACTIONS(3004), 1, - anon_sym_LPAREN, - ACTIONS(3006), 1, - anon_sym_LBRACE, - ACTIONS(3008), 1, - anon_sym_not, - ACTIONS(3018), 1, + ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(3022), 1, + ACTIONS(2559), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3024), 1, + ACTIONS(2561), 1, anon_sym_DOLLAR_DQUOTE, - STATE(117), 1, + ACTIONS(2848), 1, + anon_sym_not, + STATE(17), 1, sym_val_number, - STATE(1620), 1, - sym_comment, - STATE(1860), 1, + STATE(1016), 1, sym__var, - STATE(1863), 1, - sym_expr_parenthesized, - STATE(2100), 1, - sym__inter_single_quotes, - STATE(2101), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2102), 1, + STATE(1094), 1, sym__inter_double_quotes, - STATE(2121), 1, + STATE(1100), 1, sym__expression, - ACTIONS(3010), 2, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1620), 1, + sym_comment, + ACTIONS(2539), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(3012), 2, + ACTIONS(2553), 2, sym_val_nothing, sym_val_date, - ACTIONS(3014), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3020), 2, + ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2224), 3, + ACTIONS(2850), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2551), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2132), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(3016), 6, + ACTIONS(2549), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2096), 11, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -179936,13 +179941,13 @@ static const uint16_t ts_small_parse_table[] = { [67061] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2348), 1, + ACTIONS(1378), 1, anon_sym_DOLLAR, - ACTIONS(2352), 1, + ACTIONS(1380), 1, anon_sym_DASH, - ACTIONS(2358), 1, + ACTIONS(1386), 1, anon_sym_DOT_DOT, - ACTIONS(2364), 1, + ACTIONS(1392), 1, aux_sym_val_number_token1, ACTIONS(3026), 1, anon_sym_LBRACK, @@ -179958,22 +179963,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(3048), 1, anon_sym_DOLLAR_DQUOTE, - STATE(118), 1, + STATE(10), 1, sym_val_number, - STATE(1621), 1, - sym_comment, - STATE(1957), 1, - sym_expr_parenthesized, - STATE(1965), 1, + STATE(458), 1, sym__var, - STATE(2280), 1, - sym__inter_double_quotes, - STATE(2282), 1, + STATE(510), 1, + sym__expression, + STATE(525), 1, sym__inter_single_quotes, - STATE(2308), 1, + STATE(526), 1, + sym__inter_double_quotes, + STATE(537), 1, + sym_expr_parenthesized, + STATE(554), 1, sym__str_double_quotes, - STATE(2317), 1, - sym__expression, + STATE(1621), 1, + sym_comment, ACTIONS(3034), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -179986,11 +179991,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3044), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2366), 3, + ACTIONS(1394), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + STATE(538), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -180002,7 +180007,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(501), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -180017,73 +180022,73 @@ static const uint16_t ts_small_parse_table[] = { [67170] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2348), 1, + ACTIONS(2208), 1, anon_sym_DOLLAR, - ACTIONS(2352), 1, + ACTIONS(2212), 1, anon_sym_DASH, - ACTIONS(2358), 1, + ACTIONS(2218), 1, anon_sym_DOT_DOT, - ACTIONS(2364), 1, + ACTIONS(2224), 1, aux_sym_val_number_token1, - ACTIONS(3026), 1, + ACTIONS(2790), 1, anon_sym_LBRACK, - ACTIONS(3028), 1, + ACTIONS(2792), 1, anon_sym_LPAREN, - ACTIONS(3030), 1, + ACTIONS(2794), 1, anon_sym_LBRACE, - ACTIONS(3032), 1, + ACTIONS(2796), 1, anon_sym_not, - ACTIONS(3042), 1, + ACTIONS(2806), 1, anon_sym_DQUOTE, - ACTIONS(3046), 1, + ACTIONS(2810), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3048), 1, + ACTIONS(2812), 1, anon_sym_DOLLAR_DQUOTE, - STATE(118), 1, + STATE(117), 1, sym_val_number, STATE(1622), 1, sym_comment, - STATE(1957), 1, + STATE(1879), 1, sym_expr_parenthesized, - STATE(1965), 1, + STATE(1895), 1, sym__var, - STATE(2280), 1, - sym__inter_double_quotes, - STATE(2282), 1, - sym__inter_single_quotes, - STATE(2308), 1, + STATE(2091), 1, sym__str_double_quotes, - STATE(2318), 1, + STATE(2098), 1, sym__expression, - ACTIONS(3034), 2, + STATE(2109), 1, + sym__inter_single_quotes, + STATE(2112), 1, + sym__inter_double_quotes, + ACTIONS(2798), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(3036), 2, + ACTIONS(2800), 2, sym_val_nothing, sym_val_date, - ACTIONS(3038), 2, + ACTIONS(2802), 2, anon_sym_true, anon_sym_false, - ACTIONS(3044), 2, + ACTIONS(2808), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2366), 3, + ACTIONS(2226), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + STATE(2127), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(3040), 6, + ACTIONS(2804), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(2090), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -180098,73 +180103,73 @@ static const uint16_t ts_small_parse_table[] = { [67279] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2348), 1, + ACTIONS(2192), 1, + anon_sym_LPAREN, + ACTIONS(2527), 1, + anon_sym_LBRACK, + ACTIONS(2531), 1, anon_sym_DOLLAR, - ACTIONS(2352), 1, + ACTIONS(2533), 1, anon_sym_DASH, - ACTIONS(2358), 1, + ACTIONS(2535), 1, + anon_sym_LBRACE, + ACTIONS(2541), 1, anon_sym_DOT_DOT, - ACTIONS(2364), 1, + ACTIONS(2547), 1, aux_sym_val_number_token1, - ACTIONS(3026), 1, - anon_sym_LBRACK, - ACTIONS(3028), 1, - anon_sym_LPAREN, - ACTIONS(3030), 1, - anon_sym_LBRACE, - ACTIONS(3032), 1, - anon_sym_not, - ACTIONS(3042), 1, + ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(3046), 1, + ACTIONS(2559), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3048), 1, + ACTIONS(2561), 1, anon_sym_DOLLAR_DQUOTE, - STATE(118), 1, + ACTIONS(2848), 1, + anon_sym_not, + STATE(17), 1, sym_val_number, - STATE(1623), 1, - sym_comment, - STATE(1957), 1, - sym_expr_parenthesized, - STATE(1965), 1, + STATE(1016), 1, sym__var, - STATE(2280), 1, - sym__inter_double_quotes, - STATE(2282), 1, - sym__inter_single_quotes, - STATE(2308), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2319), 1, + STATE(1094), 1, + sym__inter_double_quotes, + STATE(1099), 1, sym__expression, - ACTIONS(3034), 2, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1623), 1, + sym_comment, + ACTIONS(2539), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(3036), 2, + ACTIONS(2553), 2, sym_val_nothing, sym_val_date, - ACTIONS(3038), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3044), 2, + ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2366), 3, + ACTIONS(2850), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2551), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(3040), 6, + ACTIONS(2549), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -180179,73 +180184,73 @@ static const uint16_t ts_small_parse_table[] = { [67388] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2348), 1, + ACTIONS(946), 1, anon_sym_DOLLAR, - ACTIONS(2352), 1, + ACTIONS(948), 1, anon_sym_DASH, - ACTIONS(2358), 1, + ACTIONS(954), 1, anon_sym_DOT_DOT, - ACTIONS(2364), 1, + ACTIONS(960), 1, aux_sym_val_number_token1, - ACTIONS(3026), 1, + ACTIONS(2852), 1, anon_sym_LBRACK, - ACTIONS(3028), 1, + ACTIONS(2854), 1, anon_sym_LPAREN, - ACTIONS(3030), 1, + ACTIONS(2856), 1, anon_sym_LBRACE, - ACTIONS(3032), 1, + ACTIONS(2858), 1, anon_sym_not, - ACTIONS(3042), 1, + ACTIONS(2868), 1, anon_sym_DQUOTE, - ACTIONS(3046), 1, + ACTIONS(2872), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3048), 1, + ACTIONS(2874), 1, anon_sym_DOLLAR_DQUOTE, - STATE(118), 1, + STATE(7), 1, sym_val_number, - STATE(1624), 1, - sym_comment, - STATE(1957), 1, - sym_expr_parenthesized, - STATE(1965), 1, + STATE(187), 1, sym__var, - STATE(2280), 1, - sym__inter_double_quotes, - STATE(2282), 1, + STATE(305), 1, sym__inter_single_quotes, - STATE(2308), 1, + STATE(309), 1, sym__str_double_quotes, - STATE(2320), 1, + STATE(330), 1, + sym_expr_parenthesized, + STATE(331), 1, + sym__inter_double_quotes, + STATE(347), 1, sym__expression, - ACTIONS(3034), 2, + STATE(1624), 1, + sym_comment, + ACTIONS(2860), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(3036), 2, + ACTIONS(2862), 2, sym_val_nothing, sym_val_date, - ACTIONS(3038), 2, + ACTIONS(2864), 2, anon_sym_true, anon_sym_false, - ACTIONS(3044), 2, + ACTIONS(2870), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2366), 3, + ACTIONS(962), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + STATE(319), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(3040), 6, + ACTIONS(2866), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(337), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -180260,73 +180265,73 @@ static const uint16_t ts_small_parse_table[] = { [67497] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2348), 1, + ACTIONS(2192), 1, + anon_sym_LPAREN, + ACTIONS(2527), 1, + anon_sym_LBRACK, + ACTIONS(2531), 1, anon_sym_DOLLAR, - ACTIONS(2352), 1, + ACTIONS(2533), 1, anon_sym_DASH, - ACTIONS(2358), 1, + ACTIONS(2535), 1, + anon_sym_LBRACE, + ACTIONS(2541), 1, anon_sym_DOT_DOT, - ACTIONS(2364), 1, + ACTIONS(2547), 1, aux_sym_val_number_token1, - ACTIONS(3026), 1, - anon_sym_LBRACK, - ACTIONS(3028), 1, - anon_sym_LPAREN, - ACTIONS(3030), 1, - anon_sym_LBRACE, - ACTIONS(3032), 1, - anon_sym_not, - ACTIONS(3042), 1, + ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(3046), 1, + ACTIONS(2559), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3048), 1, + ACTIONS(2561), 1, anon_sym_DOLLAR_DQUOTE, - STATE(118), 1, + ACTIONS(2848), 1, + anon_sym_not, + STATE(17), 1, sym_val_number, - STATE(1625), 1, - sym_comment, - STATE(1957), 1, - sym_expr_parenthesized, - STATE(1965), 1, + STATE(1016), 1, sym__var, - STATE(2280), 1, - sym__inter_double_quotes, - STATE(2282), 1, - sym__inter_single_quotes, - STATE(2308), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2321), 1, + STATE(1094), 1, + sym__inter_double_quotes, + STATE(1098), 1, sym__expression, - ACTIONS(3034), 2, + STATE(1139), 1, + sym__inter_single_quotes, + STATE(1166), 1, + sym_expr_parenthesized, + STATE(1625), 1, + sym_comment, + ACTIONS(2539), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(3036), 2, + ACTIONS(2553), 2, sym_val_nothing, sym_val_date, - ACTIONS(3038), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3044), 2, + ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2366), 3, + ACTIONS(2850), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(2551), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + STATE(1183), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(3040), 6, + ACTIONS(2549), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(1164), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -180341,13 +180346,13 @@ static const uint16_t ts_small_parse_table[] = { [67606] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2348), 1, + ACTIONS(1378), 1, anon_sym_DOLLAR, - ACTIONS(2352), 1, + ACTIONS(1380), 1, anon_sym_DASH, - ACTIONS(2358), 1, + ACTIONS(1386), 1, anon_sym_DOT_DOT, - ACTIONS(2364), 1, + ACTIONS(1392), 1, aux_sym_val_number_token1, ACTIONS(3026), 1, anon_sym_LBRACK, @@ -180363,22 +180368,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(3048), 1, anon_sym_DOLLAR_DQUOTE, - STATE(118), 1, + STATE(10), 1, sym_val_number, - STATE(1626), 1, - sym_comment, - STATE(1957), 1, - sym_expr_parenthesized, - STATE(1965), 1, + STATE(458), 1, sym__var, - STATE(2280), 1, - sym__inter_double_quotes, - STATE(2282), 1, + STATE(521), 1, + sym__expression, + STATE(525), 1, sym__inter_single_quotes, - STATE(2308), 1, + STATE(526), 1, + sym__inter_double_quotes, + STATE(537), 1, + sym_expr_parenthesized, + STATE(554), 1, sym__str_double_quotes, - STATE(2323), 1, - sym__expression, + STATE(1626), 1, + sym_comment, ACTIONS(3034), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -180391,11 +180396,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3044), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2366), 3, + ACTIONS(1394), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + STATE(538), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -180407,7 +180412,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(501), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -180422,13 +180427,13 @@ static const uint16_t ts_small_parse_table[] = { [67715] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2348), 1, + ACTIONS(1378), 1, anon_sym_DOLLAR, - ACTIONS(2352), 1, + ACTIONS(1380), 1, anon_sym_DASH, - ACTIONS(2358), 1, + ACTIONS(1386), 1, anon_sym_DOT_DOT, - ACTIONS(2364), 1, + ACTIONS(1392), 1, aux_sym_val_number_token1, ACTIONS(3026), 1, anon_sym_LBRACK, @@ -180444,22 +180449,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(3048), 1, anon_sym_DOLLAR_DQUOTE, - STATE(118), 1, + STATE(10), 1, sym_val_number, - STATE(1627), 1, - sym_comment, - STATE(1957), 1, - sym_expr_parenthesized, - STATE(1965), 1, + STATE(458), 1, sym__var, - STATE(2280), 1, - sym__inter_double_quotes, - STATE(2282), 1, + STATE(516), 1, + sym__expression, + STATE(525), 1, sym__inter_single_quotes, - STATE(2308), 1, + STATE(526), 1, + sym__inter_double_quotes, + STATE(537), 1, + sym_expr_parenthesized, + STATE(554), 1, sym__str_double_quotes, - STATE(2324), 1, - sym__expression, + STATE(1627), 1, + sym_comment, ACTIONS(3034), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -180472,11 +180477,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3044), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2366), 3, + ACTIONS(1394), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + STATE(538), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -180488,7 +180493,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(501), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -180503,13 +180508,13 @@ static const uint16_t ts_small_parse_table[] = { [67824] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2348), 1, + ACTIONS(1378), 1, anon_sym_DOLLAR, - ACTIONS(2352), 1, + ACTIONS(1380), 1, anon_sym_DASH, - ACTIONS(2358), 1, + ACTIONS(1386), 1, anon_sym_DOT_DOT, - ACTIONS(2364), 1, + ACTIONS(1392), 1, aux_sym_val_number_token1, ACTIONS(3026), 1, anon_sym_LBRACK, @@ -180525,22 +180530,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(3048), 1, anon_sym_DOLLAR_DQUOTE, - STATE(118), 1, + STATE(10), 1, sym_val_number, - STATE(1628), 1, - sym_comment, - STATE(1957), 1, - sym_expr_parenthesized, - STATE(1965), 1, + STATE(458), 1, sym__var, - STATE(2280), 1, - sym__inter_double_quotes, - STATE(2282), 1, + STATE(523), 1, + sym__expression, + STATE(525), 1, sym__inter_single_quotes, - STATE(2308), 1, + STATE(526), 1, + sym__inter_double_quotes, + STATE(537), 1, + sym_expr_parenthesized, + STATE(554), 1, sym__str_double_quotes, - STATE(2325), 1, - sym__expression, + STATE(1628), 1, + sym_comment, ACTIONS(3034), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -180553,11 +180558,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3044), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2366), 3, + ACTIONS(1394), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + STATE(538), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -180569,7 +180574,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(501), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -180610,18 +180615,18 @@ static const uint16_t ts_small_parse_table[] = { sym_val_number, STATE(1629), 1, sym_comment, - STATE(2174), 1, + STATE(2179), 1, sym_expr_parenthesized, - STATE(2180), 1, - sym__var, - STATE(2236), 1, + STATE(2325), 1, sym__expression, - STATE(2589), 1, + STATE(2331), 1, + sym__var, + STATE(2604), 1, + sym__str_double_quotes, + STATE(2623), 1, sym__inter_double_quotes, - STATE(2592), 1, + STATE(2624), 1, sym__inter_single_quotes, - STATE(2619), 1, - sym__str_double_quotes, ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -180638,7 +180643,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -180650,7 +180655,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2606), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -180665,73 +180670,73 @@ static const uint16_t ts_small_parse_table[] = { [68042] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2348), 1, - anon_sym_DOLLAR, - ACTIONS(2352), 1, - anon_sym_DASH, - ACTIONS(2358), 1, - anon_sym_DOT_DOT, - ACTIONS(2364), 1, - aux_sym_val_number_token1, - ACTIONS(3026), 1, + ACTIONS(2968), 1, anon_sym_LBRACK, - ACTIONS(3028), 1, + ACTIONS(2970), 1, anon_sym_LPAREN, - ACTIONS(3030), 1, + ACTIONS(2972), 1, + anon_sym_DOLLAR, + ACTIONS(2974), 1, + anon_sym_DASH, + ACTIONS(2976), 1, anon_sym_LBRACE, - ACTIONS(3032), 1, + ACTIONS(2978), 1, anon_sym_not, - ACTIONS(3042), 1, + ACTIONS(2982), 1, + anon_sym_DOT_DOT, + ACTIONS(2988), 1, + aux_sym_val_number_token1, + ACTIONS(2994), 1, anon_sym_DQUOTE, - ACTIONS(3046), 1, + ACTIONS(2998), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3048), 1, + ACTIONS(3000), 1, anon_sym_DOLLAR_DQUOTE, - STATE(118), 1, + STATE(4), 1, sym_val_number, - STATE(1630), 1, - sym_comment, - STATE(1957), 1, - sym_expr_parenthesized, - STATE(1965), 1, + STATE(152), 1, sym__var, - STATE(2280), 1, - sym__inter_double_quotes, - STATE(2282), 1, - sym__inter_single_quotes, - STATE(2308), 1, - sym__str_double_quotes, - STATE(2326), 1, + STATE(256), 1, sym__expression, - ACTIONS(3034), 2, + STATE(267), 1, + sym__str_double_quotes, + STATE(272), 1, + sym_expr_parenthesized, + STATE(282), 1, + sym__inter_single_quotes, + STATE(283), 1, + sym__inter_double_quotes, + STATE(1630), 1, + sym_comment, + ACTIONS(2980), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(3036), 2, + ACTIONS(2984), 2, sym_val_nothing, sym_val_date, - ACTIONS(3038), 2, + ACTIONS(2986), 2, anon_sym_true, anon_sym_false, - ACTIONS(3044), 2, + ACTIONS(2996), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2366), 3, + ACTIONS(2992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + STATE(277), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(3040), 6, + ACTIONS(2990), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(275), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -180746,73 +180751,73 @@ static const uint16_t ts_small_parse_table[] = { [68151] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2348), 1, - anon_sym_DOLLAR, - ACTIONS(2352), 1, - anon_sym_DASH, - ACTIONS(2358), 1, - anon_sym_DOT_DOT, - ACTIONS(2364), 1, - aux_sym_val_number_token1, - ACTIONS(3026), 1, + ACTIONS(2487), 1, anon_sym_LBRACK, - ACTIONS(3028), 1, + ACTIONS(2489), 1, anon_sym_LPAREN, - ACTIONS(3030), 1, + ACTIONS(2491), 1, + anon_sym_DOLLAR, + ACTIONS(2495), 1, + anon_sym_DASH, + ACTIONS(2497), 1, anon_sym_LBRACE, - ACTIONS(3032), 1, + ACTIONS(2499), 1, anon_sym_not, - ACTIONS(3042), 1, + ACTIONS(2503), 1, + anon_sym_DOT_DOT, + ACTIONS(2509), 1, + aux_sym_val_number_token1, + ACTIONS(2515), 1, anon_sym_DQUOTE, - ACTIONS(3046), 1, + ACTIONS(2519), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3048), 1, + ACTIONS(2521), 1, anon_sym_DOLLAR_DQUOTE, - STATE(118), 1, + STATE(129), 1, sym_val_number, STATE(1631), 1, sym_comment, - STATE(1957), 1, + STATE(2179), 1, sym_expr_parenthesized, - STATE(1965), 1, + STATE(2300), 1, + sym__expression, + STATE(2331), 1, sym__var, - STATE(2280), 1, + STATE(2604), 1, + sym__str_double_quotes, + STATE(2623), 1, sym__inter_double_quotes, - STATE(2282), 1, + STATE(2624), 1, sym__inter_single_quotes, - STATE(2308), 1, - sym__str_double_quotes, - STATE(2327), 1, - sym__expression, - ACTIONS(3034), 2, + ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(3036), 2, + ACTIONS(2505), 2, sym_val_nothing, sym_val_date, - ACTIONS(3038), 2, + ACTIONS(2507), 2, anon_sym_true, anon_sym_false, - ACTIONS(3044), 2, + ACTIONS(2517), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2366), 3, + ACTIONS(2513), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(3040), 6, + ACTIONS(2511), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -180827,73 +180832,73 @@ static const uint16_t ts_small_parse_table[] = { [68260] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2487), 1, + ACTIONS(2968), 1, anon_sym_LBRACK, - ACTIONS(2489), 1, + ACTIONS(2970), 1, anon_sym_LPAREN, - ACTIONS(2491), 1, + ACTIONS(2972), 1, anon_sym_DOLLAR, - ACTIONS(2495), 1, + ACTIONS(2974), 1, anon_sym_DASH, - ACTIONS(2497), 1, + ACTIONS(2976), 1, anon_sym_LBRACE, - ACTIONS(2499), 1, + ACTIONS(2978), 1, anon_sym_not, - ACTIONS(2503), 1, + ACTIONS(2982), 1, anon_sym_DOT_DOT, - ACTIONS(2509), 1, + ACTIONS(2988), 1, aux_sym_val_number_token1, - ACTIONS(2515), 1, + ACTIONS(2994), 1, anon_sym_DQUOTE, - ACTIONS(2519), 1, + ACTIONS(2998), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2521), 1, + ACTIONS(3000), 1, anon_sym_DOLLAR_DQUOTE, - STATE(129), 1, + STATE(4), 1, sym_val_number, - STATE(1632), 1, - sym_comment, - STATE(2174), 1, - sym_expr_parenthesized, - STATE(2180), 1, + STATE(152), 1, sym__var, - STATE(2237), 1, - sym__expression, - STATE(2589), 1, - sym__inter_double_quotes, - STATE(2592), 1, - sym__inter_single_quotes, - STATE(2619), 1, + STATE(267), 1, sym__str_double_quotes, - ACTIONS(2501), 2, + STATE(272), 1, + sym_expr_parenthesized, + STATE(282), 1, + sym__inter_single_quotes, + STATE(283), 1, + sym__inter_double_quotes, + STATE(285), 1, + sym__expression, + STATE(1632), 1, + sym_comment, + ACTIONS(2980), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2505), 2, + ACTIONS(2984), 2, sym_val_nothing, sym_val_date, - ACTIONS(2507), 2, + ACTIONS(2986), 2, anon_sym_true, anon_sym_false, - ACTIONS(2517), 2, + ACTIONS(2996), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2513), 3, + ACTIONS(2992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2624), 4, + STATE(277), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2511), 6, + ACTIONS(2990), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2606), 11, + STATE(275), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -180908,73 +180913,73 @@ static const uint16_t ts_small_parse_table[] = { [68369] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2308), 1, + ACTIONS(2487), 1, + anon_sym_LBRACK, + ACTIONS(2489), 1, anon_sym_LPAREN, - ACTIONS(2310), 1, + ACTIONS(2491), 1, anon_sym_DOLLAR, - ACTIONS(2312), 1, + ACTIONS(2495), 1, anon_sym_DASH, - ACTIONS(2314), 1, + ACTIONS(2497), 1, anon_sym_LBRACE, - ACTIONS(2320), 1, + ACTIONS(2499), 1, anon_sym_not, - ACTIONS(2324), 1, + ACTIONS(2503), 1, anon_sym_DOT_DOT, - ACTIONS(2330), 1, + ACTIONS(2509), 1, aux_sym_val_number_token1, - ACTIONS(2336), 1, + ACTIONS(2515), 1, anon_sym_DQUOTE, - ACTIONS(2340), 1, + ACTIONS(2519), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2342), 1, + ACTIONS(2521), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2730), 1, - anon_sym_LBRACK, - STATE(120), 1, + STATE(129), 1, sym_val_number, STATE(1633), 1, sym_comment, - STATE(1921), 1, - sym__var, - STATE(1963), 1, + STATE(2179), 1, sym_expr_parenthesized, - STATE(2195), 1, + STATE(2282), 1, + sym__expression, + STATE(2331), 1, + sym__var, + STATE(2604), 1, + sym__str_double_quotes, + STATE(2623), 1, sym__inter_double_quotes, - STATE(2196), 1, + STATE(2624), 1, sym__inter_single_quotes, - STATE(2248), 1, - sym__str_double_quotes, - STATE(2635), 1, - sym__expression, - ACTIONS(2322), 2, + ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2326), 2, + ACTIONS(2505), 2, sym_val_nothing, sym_val_date, - ACTIONS(2328), 2, + ACTIONS(2507), 2, anon_sym_true, anon_sym_false, - ACTIONS(2338), 2, + ACTIONS(2517), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2334), 3, + ACTIONS(2513), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2227), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2332), 6, + ACTIONS(2511), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2199), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -180989,73 +180994,73 @@ static const uint16_t ts_small_parse_table[] = { [68478] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2308), 1, - anon_sym_LPAREN, - ACTIONS(2310), 1, + ACTIONS(1378), 1, anon_sym_DOLLAR, - ACTIONS(2312), 1, + ACTIONS(1380), 1, anon_sym_DASH, - ACTIONS(2314), 1, - anon_sym_LBRACE, - ACTIONS(2320), 1, - anon_sym_not, - ACTIONS(2324), 1, + ACTIONS(1386), 1, anon_sym_DOT_DOT, - ACTIONS(2330), 1, + ACTIONS(1392), 1, aux_sym_val_number_token1, - ACTIONS(2336), 1, + ACTIONS(3026), 1, + anon_sym_LBRACK, + ACTIONS(3028), 1, + anon_sym_LPAREN, + ACTIONS(3030), 1, + anon_sym_LBRACE, + ACTIONS(3032), 1, + anon_sym_not, + ACTIONS(3042), 1, anon_sym_DQUOTE, - ACTIONS(2340), 1, + ACTIONS(3046), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(2342), 1, + ACTIONS(3048), 1, anon_sym_DOLLAR_DQUOTE, - ACTIONS(2730), 1, - anon_sym_LBRACK, - STATE(120), 1, + STATE(10), 1, sym_val_number, - STATE(1634), 1, - sym_comment, - STATE(1921), 1, + STATE(458), 1, sym__var, - STATE(1963), 1, - sym_expr_parenthesized, - STATE(2195), 1, - sym__inter_double_quotes, - STATE(2196), 1, + STATE(517), 1, + sym__expression, + STATE(525), 1, sym__inter_single_quotes, - STATE(2248), 1, + STATE(526), 1, + sym__inter_double_quotes, + STATE(537), 1, + sym_expr_parenthesized, + STATE(554), 1, sym__str_double_quotes, - STATE(2631), 1, - sym__expression, - ACTIONS(2322), 2, + STATE(1634), 1, + sym_comment, + ACTIONS(3034), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(2326), 2, + ACTIONS(3036), 2, sym_val_nothing, sym_val_date, - ACTIONS(2328), 2, + ACTIONS(3038), 2, anon_sym_true, anon_sym_false, - ACTIONS(2338), 2, + ACTIONS(3044), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2334), 3, + ACTIONS(1394), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2227), 4, + STATE(538), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(2332), 6, + ACTIONS(3040), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2199), 11, + STATE(501), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -181070,13 +181075,13 @@ static const uint16_t ts_small_parse_table[] = { [68587] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2348), 1, + ACTIONS(1378), 1, anon_sym_DOLLAR, - ACTIONS(2352), 1, + ACTIONS(1380), 1, anon_sym_DASH, - ACTIONS(2358), 1, + ACTIONS(1386), 1, anon_sym_DOT_DOT, - ACTIONS(2364), 1, + ACTIONS(1392), 1, aux_sym_val_number_token1, ACTIONS(3026), 1, anon_sym_LBRACK, @@ -181092,22 +181097,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, ACTIONS(3048), 1, anon_sym_DOLLAR_DQUOTE, - STATE(118), 1, + STATE(10), 1, sym_val_number, - STATE(1635), 1, - sym_comment, - STATE(1957), 1, - sym_expr_parenthesized, - STATE(1965), 1, + STATE(458), 1, sym__var, - STATE(2280), 1, - sym__inter_double_quotes, - STATE(2282), 1, + STATE(518), 1, + sym__expression, + STATE(525), 1, sym__inter_single_quotes, - STATE(2308), 1, + STATE(526), 1, + sym__inter_double_quotes, + STATE(537), 1, + sym_expr_parenthesized, + STATE(554), 1, sym__str_double_quotes, - STATE(2328), 1, - sym__expression, + STATE(1635), 1, + sym_comment, ACTIONS(3034), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, @@ -181120,11 +181125,11 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3044), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2366), 3, + ACTIONS(1394), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + STATE(538), 4, sym_expr_unary, sym_expr_binary, sym_val_range, @@ -181136,7 +181141,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(501), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -181151,73 +181156,73 @@ static const uint16_t ts_small_parse_table[] = { [68696] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2348), 1, - anon_sym_DOLLAR, - ACTIONS(2352), 1, - anon_sym_DASH, - ACTIONS(2358), 1, - anon_sym_DOT_DOT, - ACTIONS(2364), 1, - aux_sym_val_number_token1, - ACTIONS(3026), 1, + ACTIONS(2487), 1, anon_sym_LBRACK, - ACTIONS(3028), 1, + ACTIONS(2489), 1, anon_sym_LPAREN, - ACTIONS(3030), 1, + ACTIONS(2491), 1, + anon_sym_DOLLAR, + ACTIONS(2495), 1, + anon_sym_DASH, + ACTIONS(2497), 1, anon_sym_LBRACE, - ACTIONS(3032), 1, + ACTIONS(2499), 1, anon_sym_not, - ACTIONS(3042), 1, + ACTIONS(2503), 1, + anon_sym_DOT_DOT, + ACTIONS(2509), 1, + aux_sym_val_number_token1, + ACTIONS(2515), 1, anon_sym_DQUOTE, - ACTIONS(3046), 1, + ACTIONS(2519), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3048), 1, + ACTIONS(2521), 1, anon_sym_DOLLAR_DQUOTE, - STATE(118), 1, + STATE(129), 1, sym_val_number, STATE(1636), 1, sym_comment, - STATE(1957), 1, + STATE(2179), 1, sym_expr_parenthesized, - STATE(1965), 1, + STATE(2319), 1, + sym__expression, + STATE(2331), 1, sym__var, - STATE(2280), 1, + STATE(2604), 1, + sym__str_double_quotes, + STATE(2623), 1, sym__inter_double_quotes, - STATE(2282), 1, + STATE(2624), 1, sym__inter_single_quotes, - STATE(2308), 1, - sym__str_double_quotes, - STATE(2329), 1, - sym__expression, - ACTIONS(3034), 2, + ACTIONS(2501), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(3036), 2, + ACTIONS(2505), 2, sym_val_nothing, sym_val_date, - ACTIONS(3038), 2, + ACTIONS(2507), 2, anon_sym_true, anon_sym_false, - ACTIONS(3044), 2, + ACTIONS(2517), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2366), 3, + ACTIONS(2513), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + STATE(2600), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(3040), 6, + ACTIONS(2511), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(2632), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -181232,73 +181237,73 @@ static const uint16_t ts_small_parse_table[] = { [68805] = 28, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2348), 1, - anon_sym_DOLLAR, - ACTIONS(2352), 1, - anon_sym_DASH, - ACTIONS(2358), 1, - anon_sym_DOT_DOT, - ACTIONS(2364), 1, - aux_sym_val_number_token1, - ACTIONS(3026), 1, + ACTIONS(2968), 1, anon_sym_LBRACK, - ACTIONS(3028), 1, + ACTIONS(2970), 1, anon_sym_LPAREN, - ACTIONS(3030), 1, + ACTIONS(2972), 1, + anon_sym_DOLLAR, + ACTIONS(2974), 1, + anon_sym_DASH, + ACTIONS(2976), 1, anon_sym_LBRACE, - ACTIONS(3032), 1, + ACTIONS(2978), 1, anon_sym_not, - ACTIONS(3042), 1, + ACTIONS(2982), 1, + anon_sym_DOT_DOT, + ACTIONS(2988), 1, + aux_sym_val_number_token1, + ACTIONS(2994), 1, anon_sym_DQUOTE, - ACTIONS(3046), 1, + ACTIONS(2998), 1, anon_sym_DOLLAR_SQUOTE, - ACTIONS(3048), 1, + ACTIONS(3000), 1, anon_sym_DOLLAR_DQUOTE, - STATE(118), 1, + STATE(4), 1, sym_val_number, - STATE(1637), 1, - sym_comment, - STATE(1957), 1, - sym_expr_parenthesized, - STATE(1965), 1, + STATE(152), 1, sym__var, - STATE(2280), 1, - sym__inter_double_quotes, - STATE(2282), 1, - sym__inter_single_quotes, - STATE(2308), 1, + STATE(267), 1, sym__str_double_quotes, - STATE(2330), 1, + STATE(272), 1, + sym_expr_parenthesized, + STATE(282), 1, + sym__inter_single_quotes, + STATE(283), 1, + sym__inter_double_quotes, + STATE(286), 1, sym__expression, - ACTIONS(3034), 2, + STATE(1637), 1, + sym_comment, + ACTIONS(2980), 2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(3036), 2, + ACTIONS(2984), 2, sym_val_nothing, sym_val_date, - ACTIONS(3038), 2, + ACTIONS(2986), 2, anon_sym_true, anon_sym_false, - ACTIONS(3044), 2, + ACTIONS(2996), 2, sym__str_single_quotes, sym__str_back_ticks, - ACTIONS(2366), 3, + ACTIONS(2992), 3, anon_sym_0b, anon_sym_0o, anon_sym_0x, - STATE(2299), 4, + STATE(277), 4, sym_expr_unary, sym_expr_binary, sym_val_range, sym__value, - ACTIONS(3040), 6, + ACTIONS(2990), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - STATE(2284), 11, + STATE(275), 11, sym_val_bool, sym_val_variable, sym_val_duration, @@ -181317,7 +181322,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN, STATE(1638), 1, sym_comment, - STATE(2012), 2, + STATE(1917), 2, sym_expr_parenthesized, sym_val_number, ACTIONS(3052), 3, @@ -181329,7 +181334,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - ACTIONS(702), 12, + ACTIONS(671), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -181342,7 +181347,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(704), 25, + ACTIONS(673), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -181371,17 +181376,17 @@ static const uint16_t ts_small_parse_table[] = { [68980] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(570), 1, + ACTIONS(595), 1, anon_sym_LF, ACTIONS(3056), 1, anon_sym_DOT, STATE(1639), 1, sym_comment, - STATE(1642), 1, + STATE(1645), 1, sym_path, - STATE(1689), 1, + STATE(1712), 1, sym_cell_path, - ACTIONS(568), 41, + ACTIONS(593), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -181426,15 +181431,124 @@ static const uint16_t ts_small_parse_table[] = { [69042] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(611), 1, + ACTIONS(599), 1, anon_sym_LF, ACTIONS(3056), 1, anon_sym_DOT, STATE(1640), 1, sym_comment, + STATE(1645), 1, + sym_path, + STATE(1717), 1, + sym_cell_path, + ACTIONS(597), 41, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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, + sym_short_flag, + aux_sym_unquoted_token1, + [69104] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(570), 1, + anon_sym_LF, + ACTIONS(3058), 1, + anon_sym_DOT, + STATE(1673), 1, + sym_path, + STATE(1641), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(568), 41, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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, + sym_short_flag, + aux_sym_unquoted_token1, + [69164] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(611), 1, + anon_sym_LF, + ACTIONS(3056), 1, + anon_sym_DOT, STATE(1642), 1, + sym_comment, + STATE(1645), 1, sym_path, - STATE(1719), 1, + STATE(1728), 1, sym_cell_path, ACTIONS(609), 41, anon_sym_SEMI, @@ -181478,20 +181592,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [69104] = 7, + [69226] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(607), 1, + ACTIONS(577), 1, anon_sym_LF, ACTIONS(3056), 1, anon_sym_DOT, - STATE(1641), 1, + STATE(1643), 1, sym_comment, - STATE(1642), 1, + STATE(1645), 1, sym_path, - STATE(1718), 1, + STATE(1704), 1, sym_cell_path, - ACTIONS(605), 41, + ACTIONS(575), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -181533,20 +181647,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [69166] = 7, + [69288] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(599), 1, + ACTIONS(583), 1, anon_sym_LF, ACTIONS(3056), 1, anon_sym_DOT, - STATE(1642), 1, - sym_comment, - STATE(1647), 1, + STATE(1641), 1, aux_sym_cell_path_repeat1, - STATE(1682), 1, + STATE(1644), 1, + sym_comment, + STATE(1673), 1, sym_path, - ACTIONS(597), 41, + ACTIONS(581), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -181588,20 +181702,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [69228] = 7, + [69350] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(603), 1, + ACTIONS(607), 1, anon_sym_LF, ACTIONS(3056), 1, anon_sym_DOT, - STATE(1642), 1, - sym_path, - STATE(1643), 1, + STATE(1644), 1, + aux_sym_cell_path_repeat1, + STATE(1645), 1, sym_comment, - STATE(1687), 1, - sym_cell_path, - ACTIONS(601), 41, + STATE(1673), 1, + sym_path, + ACTIONS(605), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -181643,20 +181757,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [69290] = 7, + [69412] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(584), 1, + ACTIONS(587), 1, anon_sym_LF, ACTIONS(3056), 1, anon_sym_DOT, - STATE(1642), 1, + STATE(1645), 1, sym_path, - STATE(1644), 1, + STATE(1646), 1, sym_comment, - STATE(1705), 1, + STATE(1714), 1, sym_cell_path, - ACTIONS(582), 41, + ACTIONS(585), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -181698,19 +181812,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [69352] = 7, + [69474] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(704), 1, + ACTIONS(673), 1, anon_sym_LF, - ACTIONS(3058), 1, + ACTIONS(3061), 1, anon_sym_LPAREN, - STATE(1645), 1, + STATE(1647), 1, sym_comment, - STATE(2143), 2, + STATE(2135), 2, sym_expr_parenthesized, sym_val_number, - ACTIONS(2222), 7, + ACTIONS(2224), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -181718,7 +181832,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - ACTIONS(702), 34, + ACTIONS(671), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -181753,18 +181867,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [69414] = 7, + [69536] = 7, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(615), 1, anon_sym_LF, ACTIONS(3056), 1, anon_sym_DOT, - STATE(1642), 1, + STATE(1645), 1, sym_path, - STATE(1646), 1, + STATE(1648), 1, sym_comment, - STATE(1694), 1, + STATE(1700), 1, sym_cell_path, ACTIONS(613), 41, anon_sym_SEMI, @@ -181808,20 +181922,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [69476] = 7, + [69598] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(588), 1, + ACTIONS(591), 1, anon_sym_LF, ACTIONS(3056), 1, anon_sym_DOT, - STATE(1647), 1, - sym_comment, - STATE(1650), 1, - aux_sym_cell_path_repeat1, - STATE(1682), 1, + STATE(1645), 1, sym_path, - ACTIONS(586), 41, + STATE(1649), 1, + sym_comment, + STATE(1699), 1, + sym_cell_path, + ACTIONS(589), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -181863,20 +181977,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [69538] = 7, + [69660] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(580), 1, + ACTIONS(603), 1, anon_sym_LF, ACTIONS(3056), 1, anon_sym_DOT, - STATE(1642), 1, + STATE(1645), 1, sym_path, - STATE(1648), 1, + STATE(1650), 1, sym_comment, - STATE(1714), 1, + STATE(1727), 1, sym_cell_path, - ACTIONS(578), 41, + ACTIONS(601), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -181918,20 +182032,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [69600] = 7, + [69722] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(576), 1, - anon_sym_LF, - ACTIONS(3056), 1, + ACTIONS(3063), 1, anon_sym_DOT, - STATE(1642), 1, - sym_path, - STATE(1649), 1, + STATE(1651), 1, sym_comment, - STATE(1700), 1, + STATE(1664), 1, + sym_path, + STATE(1771), 1, sym_cell_path, - ACTIONS(574), 41, + ACTIONS(577), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(575), 39, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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, + sym_short_flag, + aux_sym_unquoted_token1, + [69783] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(623), 1, + anon_sym_LF, + ACTIONS(3065), 1, + anon_sym_QMARK2, + STATE(1652), 1, + sym_comment, + ACTIONS(621), 42, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -181941,6 +182105,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_DOT, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, @@ -181973,19 +182138,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [69662] = 6, + [69840] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(592), 1, + ACTIONS(673), 1, anon_sym_LF, - ACTIONS(3060), 1, - anon_sym_DOT, - STATE(1682), 1, - sym_path, - STATE(1650), 2, + ACTIONS(1336), 1, + anon_sym_LPAREN, + STATE(1653), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(590), 41, + STATE(1731), 2, + sym_expr_parenthesized, + sym_val_number, + ACTIONS(3067), 7, + aux_sym_val_number_token1, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + ACTIONS(671), 33, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + 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, + sym_short_flag, + aux_sym_unquoted_token1, + [69901] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(619), 1, + anon_sym_LF, + STATE(1654), 1, + sym_comment, + ACTIONS(617), 43, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -181995,6 +182209,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_QMARK2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, @@ -182027,20 +182243,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [69722] = 6, + [69956] = 7, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(3063), 1, anon_sym_DOT, - STATE(1726), 1, + STATE(1655), 1, + sym_comment, + STATE(1663), 1, + aux_sym_cell_path_repeat1, + STATE(1729), 1, sym_path, - ACTIONS(592), 2, + ACTIONS(583), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(1651), 2, - sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(590), 39, + ACTIONS(581), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -182080,21 +182297,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [69781] = 7, + [70017] = 8, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3069), 1, + anon_sym_LPAREN, + STATE(1656), 1, + sym_comment, + STATE(2233), 2, + sym_expr_parenthesized, + sym_val_number, + ACTIONS(3071), 3, + aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, + ACTIONS(3073), 4, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_DASHinf, + ACTIONS(671), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(673), 22, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [70080] = 8, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2372), 1, + aux_sym_val_number_token1, + ACTIONS(3075), 1, + anon_sym_LPAREN, + STATE(1657), 1, + sym_comment, + STATE(2184), 2, + sym_expr_parenthesized, + sym_val_number, + ACTIONS(2374), 6, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + ACTIONS(671), 7, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(673), 27, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [70143] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3066), 1, + ACTIONS(3063), 1, anon_sym_DOT, - STATE(1652), 1, + STATE(1658), 1, sym_comment, STATE(1664), 1, sym_path, - STATE(1789), 1, + STATE(1777), 1, sym_cell_path, - ACTIONS(580), 2, + ACTIONS(603), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(578), 39, + ACTIONS(601), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -182134,26 +182461,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [69842] = 5, + [70204] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(658), 1, - anon_sym_LF, - ACTIONS(3068), 1, - anon_sym_QMARK2, - STATE(1653), 1, + ACTIONS(3063), 1, + anon_sym_DOT, + STATE(1659), 1, sym_comment, - ACTIONS(656), 42, + STATE(1664), 1, + sym_path, + STATE(1778), 1, + sym_cell_path, + ACTIONS(611), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(609), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, @@ -182186,21 +182515,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [69899] = 7, + [70265] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3066), 1, + ACTIONS(3063), 1, anon_sym_DOT, - STATE(1654), 1, + STATE(1660), 1, sym_comment, STATE(1664), 1, sym_path, - STATE(1747), 1, + STATE(1753), 1, sym_cell_path, - ACTIONS(611), 2, + ACTIONS(587), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(609), 39, + ACTIONS(585), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -182240,21 +182569,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [69960] = 7, + [70326] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3066), 1, + ACTIONS(3063), 1, anon_sym_DOT, - STATE(1655), 1, + STATE(1661), 1, sym_comment, STATE(1664), 1, sym_path, - STATE(1771), 1, + STATE(1780), 1, sym_cell_path, - ACTIONS(607), 2, + ACTIONS(591), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(605), 39, + ACTIONS(589), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -182294,21 +182623,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [70021] = 7, + [70387] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3066), 1, - anon_sym_DOT, - STATE(1656), 1, + ACTIONS(3077), 1, + anon_sym_LPAREN, + STATE(1662), 1, sym_comment, - STATE(1664), 1, + ACTIONS(673), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2182), 2, + sym_expr_parenthesized, + sym_val_number, + ACTIONS(2300), 7, + aux_sym_val_number_token1, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + ACTIONS(671), 32, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + sym_short_flag, + [70448] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3079), 1, + anon_sym_DOT, + STATE(1729), 1, sym_path, - STATE(1736), 1, - sym_cell_path, - ACTIONS(576), 2, + ACTIONS(570), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(574), 39, + STATE(1663), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(568), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -182348,21 +182730,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [70082] = 7, + [70507] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3066), 1, + ACTIONS(3063), 1, anon_sym_DOT, - STATE(1657), 1, - sym_comment, + STATE(1655), 1, + aux_sym_cell_path_repeat1, STATE(1664), 1, + sym_comment, + STATE(1729), 1, sym_path, - STATE(1733), 1, - sym_cell_path, - ACTIONS(615), 2, + ACTIONS(607), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(613), 39, + ACTIONS(605), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -182402,16 +182784,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [70143] = 5, + [70568] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(658), 1, + ACTIONS(623), 1, anon_sym_LF, - ACTIONS(3068), 1, + ACTIONS(3065), 1, anon_sym_QMARK2, - STATE(1658), 1, + STATE(1665), 1, sym_comment, - ACTIONS(656), 42, + ACTIONS(621), 42, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -182454,28 +182836,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [70200] = 7, + [70625] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3066), 1, - anon_sym_DOT, - STATE(1651), 1, - aux_sym_cell_path_repeat1, - STATE(1659), 1, - sym_comment, - STATE(1726), 1, - sym_path, - ACTIONS(588), 2, - ts_builtin_sym_end, + ACTIONS(669), 1, anon_sym_LF, - ACTIONS(586), 39, + STATE(1666), 1, + sym_comment, + ACTIONS(667), 43, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_QMARK2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, @@ -182508,80 +182887,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [70261] = 8, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3070), 1, - anon_sym_LPAREN, - STATE(1660), 1, - sym_comment, - STATE(2293), 2, - sym_expr_parenthesized, - sym_val_number, - ACTIONS(3072), 3, - aux_sym_val_number_token1, - anon_sym_inf, - anon_sym_NaN, - ACTIONS(3074), 4, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_DASHinf, - ACTIONS(702), 12, - sym_identifier, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(704), 22, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [70324] = 4, + [70680] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(688), 1, - anon_sym_LF, - STATE(1661), 1, + ACTIONS(3063), 1, + anon_sym_DOT, + STATE(1664), 1, + sym_path, + STATE(1667), 1, sym_comment, - ACTIONS(686), 43, + STATE(1734), 1, + sym_cell_path, + ACTIONS(595), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(593), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_QMARK2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, @@ -182614,21 +182941,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [70379] = 7, + [70741] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3066), 1, + ACTIONS(3063), 1, anon_sym_DOT, - STATE(1662), 1, - sym_comment, STATE(1664), 1, sym_path, - STATE(1737), 1, + STATE(1668), 1, + sym_comment, + STATE(1766), 1, sym_cell_path, - ACTIONS(584), 2, + ACTIONS(615), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(582), 39, + ACTIONS(613), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -182668,72 +182995,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [70440] = 8, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2330), 1, - aux_sym_val_number_token1, - ACTIONS(3076), 1, - anon_sym_LPAREN, - STATE(1663), 1, - sym_comment, - STATE(2182), 2, - sym_expr_parenthesized, - sym_val_number, - ACTIONS(2332), 6, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - ACTIONS(702), 7, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(704), 27, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [70503] = 7, + [70802] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3066), 1, + ACTIONS(3063), 1, anon_sym_DOT, - STATE(1659), 1, - aux_sym_cell_path_repeat1, STATE(1664), 1, - sym_comment, - STATE(1726), 1, sym_path, + STATE(1669), 1, + sym_comment, + STATE(1748), 1, + sym_cell_path, ACTIONS(599), 2, ts_builtin_sym_end, anon_sym_LF, @@ -182777,14 +183049,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [70564] = 4, + [70863] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(700), 1, + ACTIONS(761), 1, anon_sym_LF, - STATE(1665), 1, + STATE(1670), 1, sym_comment, - ACTIONS(698), 43, + ACTIONS(759), 42, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -182795,7 +183067,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_QMARK2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, @@ -182828,41 +183099,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [70619] = 7, + [70917] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(704), 1, - anon_sym_LF, - ACTIONS(1331), 1, - anon_sym_LPAREN, - STATE(1666), 1, + ACTIONS(3082), 1, + anon_sym_QMARK2, + STATE(1671), 1, sym_comment, - STATE(1721), 2, - sym_expr_parenthesized, - sym_val_number, - ACTIONS(3078), 7, - aux_sym_val_number_token1, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - ACTIONS(702), 33, + ACTIONS(623), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(621), 40, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_DOT, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, sym_val_nothing, 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -182882,20 +183150,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [70680] = 7, + [70973] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3080), 1, + ACTIONS(673), 1, + anon_sym_LF, + ACTIONS(3084), 1, anon_sym_LPAREN, - STATE(1667), 1, + STATE(1672), 1, sym_comment, - ACTIONS(704), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2253), 2, + STATE(2374), 2, sym_expr_parenthesized, sym_val_number, - ACTIONS(2364), 7, + ACTIONS(249), 7, aux_sym_val_number_token1, aux_sym_val_number_token2, aux_sym_val_number_token3, @@ -182903,13 +183170,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - ACTIONS(702), 32, + ACTIONS(671), 32, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -182935,29 +183203,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_short_flag, - [70741] = 7, + [71033] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3066), 1, - anon_sym_DOT, - STATE(1664), 1, - sym_path, - STATE(1668), 1, - sym_comment, - STATE(1752), 1, - sym_cell_path, - ACTIONS(603), 2, - ts_builtin_sym_end, + ACTIONS(755), 1, anon_sym_LF, - ACTIONS(601), 39, + STATE(1673), 1, + sym_comment, + ACTIONS(753), 42, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, @@ -182990,24 +183253,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [70802] = 7, + [71087] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3066), 1, - anon_sym_DOT, - STATE(1664), 1, - sym_path, - STATE(1669), 1, + ACTIONS(1504), 1, + anon_sym_LPAREN, + STATE(1674), 1, sym_comment, - STATE(1778), 1, - sym_cell_path, - ACTIONS(570), 2, + ACTIONS(673), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(568), 39, + STATE(1787), 2, + sym_expr_parenthesized, + sym_val_number, + ACTIONS(3086), 7, + aux_sym_val_number_token1, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + ACTIONS(671), 31, anon_sym_SEMI, anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH_DASH, @@ -183018,13 +183287,6 @@ static const uint16_t ts_small_parse_table[] = { sym_val_nothing, 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, anon_sym_0b, anon_sym_0o, anon_sym_0x, @@ -183044,24 +183306,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [70863] = 4, + [71147] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(748), 1, - anon_sym_LF, - STATE(1670), 1, + STATE(1675), 1, sym_comment, - ACTIONS(746), 42, + ACTIONS(619), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(617), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, + anon_sym_QMARK2, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, @@ -183094,67 +183356,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [70917] = 6, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3082), 1, - anon_sym_DOT, - STATE(1782), 1, - sym_path, - STATE(1671), 2, - sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(590), 13, - sym_identifier, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_DOT_DOT, - ACTIONS(592), 27, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - [70975] = 4, + [71201] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1672), 1, + STATE(1676), 1, sym_comment, - ACTIONS(700), 2, + ACTIONS(669), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(698), 41, + ACTIONS(667), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -183196,16 +183406,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [71029] = 5, + [71255] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1312), 1, + ACTIONS(1314), 1, anon_sym_LF, - ACTIONS(3085), 1, + ACTIONS(3088), 1, aux_sym_long_flag_token1, - STATE(1673), 1, + STATE(1677), 1, sym_comment, - ACTIONS(1310), 41, + ACTIONS(1312), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -183247,18 +183457,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [71085] = 7, + [71311] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3087), 1, + ACTIONS(3090), 1, anon_sym_DOT, - STATE(1671), 1, - aux_sym_cell_path_repeat1, - STATE(1674), 1, + STATE(1678), 1, sym_comment, - STATE(1782), 1, + STATE(1679), 1, sym_path, - ACTIONS(586), 13, + STATE(1818), 1, + sym_cell_path, + ACTIONS(601), 13, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -183272,7 +183482,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, anon_sym_DOT_DOT, - ACTIONS(588), 27, + ACTIONS(603), 27, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -183300,18 +183510,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - [71145] = 7, + [71371] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3087), 1, + ACTIONS(3090), 1, anon_sym_DOT, - STATE(1675), 1, + STATE(1679), 1, sym_comment, - STATE(1678), 1, + STATE(1681), 1, + aux_sym_cell_path_repeat1, + STATE(1752), 1, sym_path, - STATE(1799), 1, - sym_cell_path, - ACTIONS(574), 13, + ACTIONS(605), 13, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -183325,7 +183535,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, anon_sym_DOT_DOT, - ACTIONS(576), 27, + ACTIONS(607), 27, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -183353,23 +183563,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - [71205] = 4, + [71431] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(752), 1, - anon_sym_LF, - STATE(1676), 1, + ACTIONS(3082), 1, + anon_sym_QMARK2, + STATE(1680), 1, sym_comment, - ACTIONS(750), 42, + ACTIONS(623), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(621), 40, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, @@ -183403,71 +183614,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [71259] = 7, - ACTIONS(3), 1, + [71487] = 7, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1509), 1, - anon_sym_LPAREN, - STATE(1677), 1, + ACTIONS(3090), 1, + anon_sym_DOT, + STATE(1681), 1, sym_comment, - ACTIONS(704), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(1787), 2, - sym_expr_parenthesized, - sym_val_number, - ACTIONS(3089), 7, - aux_sym_val_number_token1, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - ACTIONS(702), 31, - anon_sym_SEMI, - anon_sym_LBRACK, + STATE(1682), 1, + aux_sym_cell_path_repeat1, + STATE(1752), 1, + sym_path, + ACTIONS(581), 13, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_DOT_DOT, + ACTIONS(583), 27, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - sym_val_nothing, - anon_sym_true, - anon_sym_false, - 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, - sym_short_flag, - aux_sym_unquoted_token1, - [71319] = 7, + [71547] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3087), 1, + ACTIONS(3092), 1, anon_sym_DOT, - STATE(1674), 1, - aux_sym_cell_path_repeat1, - STATE(1678), 1, - sym_comment, - STATE(1782), 1, + STATE(1752), 1, sym_path, - ACTIONS(597), 13, + STATE(1682), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(568), 13, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -183481,7 +183691,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, anon_sym_DOT_DOT, - ACTIONS(599), 27, + ACTIONS(570), 27, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -183509,24 +183719,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - [71379] = 5, + [71605] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3091), 1, - anon_sym_QMARK2, - STATE(1679), 1, - sym_comment, - ACTIONS(658), 2, - ts_builtin_sym_end, + ACTIONS(712), 1, anon_sym_LF, - ACTIONS(656), 40, + STATE(1683), 1, + sym_comment, + ACTIONS(710), 42, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, @@ -183560,25 +183769,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [71435] = 5, - ACTIONS(3), 1, + [71659] = 4, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3091), 1, - anon_sym_QMARK2, - STATE(1680), 1, + STATE(1684), 1, sym_comment, - ACTIONS(658), 2, - ts_builtin_sym_end, + ACTIONS(617), 14, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_DOT_DOT, + ACTIONS(619), 28, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + [71712] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(105), 1, anon_sym_LF, - ACTIONS(656), 40, + STATE(1685), 1, + sym_comment, + ACTIONS(103), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_DOT, + anon_sym_RBRACE, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, @@ -183611,24 +183867,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [71491] = 4, - ACTIONS(3), 1, + [71765] = 4, + ACTIONS(157), 1, anon_sym_POUND, - STATE(1681), 1, + STATE(1686), 1, sym_comment, - ACTIONS(688), 2, - ts_builtin_sym_end, + ACTIONS(667), 14, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_DOT_DOT, + ACTIONS(669), 28, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + [71818] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(799), 1, anon_sym_LF, - ACTIONS(686), 41, + STATE(1687), 1, + sym_comment, + ACTIONS(797), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_QMARK2, + anon_sym_RBRACE, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, @@ -183661,14 +183965,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [71545] = 4, + [71871] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(761), 1, + ACTIONS(3097), 1, anon_sym_LF, - STATE(1682), 1, + STATE(1688), 1, sym_comment, - ACTIONS(759), 42, + ACTIONS(3095), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -183678,7 +183982,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, @@ -183711,168 +184014,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [71599] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(704), 1, - anon_sym_LF, - ACTIONS(3093), 1, - anon_sym_LPAREN, - STATE(1683), 1, - sym_comment, - STATE(2411), 2, - sym_expr_parenthesized, - sym_val_number, - ACTIONS(249), 7, - aux_sym_val_number_token1, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - ACTIONS(702), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [71659] = 7, + [71924] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(588), 1, + ACTIONS(3101), 1, anon_sym_LF, - ACTIONS(3095), 1, - anon_sym_DOT, - STATE(1684), 1, - sym_comment, - STATE(1722), 1, - aux_sym_cell_path_repeat1, - STATE(1822), 1, - sym_path, - ACTIONS(586), 38, - anon_sym_EQ, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [71718] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(1685), 1, - sym_comment, - ACTIONS(698), 14, - sym_identifier, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_DOT_DOT, - ACTIONS(700), 28, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_QMARK2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - [71771] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(105), 1, - anon_sym_LF, - STATE(1686), 1, + STATE(1689), 1, sym_comment, - ACTIONS(103), 41, + ACTIONS(3099), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -183914,14 +184063,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [71824] = 4, + [71977] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(810), 1, + ACTIONS(3105), 1, anon_sym_LF, - STATE(1687), 1, + STATE(1690), 1, sym_comment, - ACTIONS(808), 41, + ACTIONS(3103), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -183963,14 +184112,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [71877] = 4, + [72030] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3099), 1, + ACTIONS(3109), 1, anon_sym_LF, - STATE(1688), 1, + STATE(1691), 1, sym_comment, - ACTIONS(3097), 41, + ACTIONS(3107), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -184012,14 +184161,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [71930] = 4, + [72083] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(826), 1, + ACTIONS(3113), 1, anon_sym_LF, - STATE(1689), 1, + STATE(1692), 1, sym_comment, - ACTIONS(824), 41, + ACTIONS(3111), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -184061,14 +184210,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [71983] = 4, + [72136] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3103), 1, + ACTIONS(3113), 1, anon_sym_LF, - STATE(1690), 1, + STATE(1693), 1, sym_comment, - ACTIONS(3101), 41, + ACTIONS(291), 3, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(3111), 38, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -184078,9 +184231,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, sym_val_nothing, anon_sym_true, anon_sym_false, @@ -184110,63 +184260,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [72036] = 4, - ACTIONS(3), 1, + [72191] = 5, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(799), 1, - anon_sym_LF, - STATE(1691), 1, + ACTIONS(3115), 1, + anon_sym_QMARK2, + STATE(1694), 1, sym_comment, - ACTIONS(797), 41, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, + ACTIONS(621), 14, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_DOT_DOT, + ACTIONS(623), 27, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + [72246] = 5, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3115), 1, + anon_sym_QMARK2, + STATE(1695), 1, + sym_comment, + ACTIONS(621), 14, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, anon_sym_DOT_DOT, + ACTIONS(623), 27, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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, - sym_short_flag, - aux_sym_unquoted_token1, - [72089] = 4, + [72301] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(799), 1, + ACTIONS(872), 1, anon_sym_LF, - STATE(1692), 1, + STATE(1696), 1, sym_comment, - ACTIONS(797), 41, + ACTIONS(870), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -184208,14 +184409,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [72142] = 4, + [72354] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(830), 1, + ACTIONS(821), 1, anon_sym_LF, - STATE(1693), 1, + STATE(1697), 1, sym_comment, - ACTIONS(828), 41, + ACTIONS(819), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -184257,14 +184458,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [72195] = 4, + [72407] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(872), 1, + ACTIONS(821), 1, anon_sym_LF, - STATE(1694), 1, + STATE(1698), 1, sym_comment, - ACTIONS(870), 41, + ACTIONS(819), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -184306,24 +184507,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [72248] = 5, + [72460] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3105), 1, - aux_sym_long_flag_token1, - STATE(1695), 1, - sym_comment, - ACTIONS(1312), 2, - ts_builtin_sym_end, + ACTIONS(767), 1, anon_sym_LF, - ACTIONS(1310), 39, + STATE(1699), 1, + sym_comment, + ACTIONS(765), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, @@ -184356,14 +184556,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [72303] = 4, + [72513] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1322), 1, + ACTIONS(876), 1, anon_sym_LF, - STATE(1696), 1, + STATE(1700), 1, sym_comment, - ACTIONS(1320), 41, + ACTIONS(874), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -184405,14 +184605,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [72356] = 4, + [72566] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1692), 1, + ACTIONS(856), 1, anon_sym_LF, - STATE(1697), 1, + STATE(1701), 1, sym_comment, - ACTIONS(1690), 41, + ACTIONS(854), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -184454,14 +184654,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [72409] = 4, + [72619] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(834), 1, + ACTIONS(864), 1, anon_sym_LF, - STATE(1698), 1, + STATE(1702), 1, sym_comment, - ACTIONS(832), 41, + ACTIONS(862), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -184503,23 +184703,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [72462] = 4, + [72672] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1699), 1, - sym_comment, - ACTIONS(748), 2, - ts_builtin_sym_end, + ACTIONS(848), 1, anon_sym_LF, - ACTIONS(746), 40, + STATE(1703), 1, + sym_comment, + ACTIONS(846), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_DOT, + anon_sym_RBRACE, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, @@ -184552,14 +184752,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [72515] = 4, + [72725] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(854), 1, + ACTIONS(836), 1, anon_sym_LF, - STATE(1700), 1, + STATE(1704), 1, sym_comment, - ACTIONS(852), 41, + ACTIONS(834), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -184601,14 +184801,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [72568] = 4, + [72778] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1373), 1, + ACTIONS(109), 1, anon_sym_LF, - STATE(1701), 1, + STATE(1705), 1, sym_comment, - ACTIONS(1371), 41, + ACTIONS(107), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -184650,63 +184850,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [72621] = 4, + [72831] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(818), 1, + ACTIONS(607), 1, anon_sym_LF, - STATE(1702), 1, + ACTIONS(3117), 1, + anon_sym_DOT, + STATE(1706), 1, sym_comment, - ACTIONS(816), 41, + STATE(1730), 1, + aux_sym_cell_path_repeat1, + STATE(1827), 1, + sym_path, + ACTIONS(605), 38, + anon_sym_EQ, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, anon_sym_RBRACE, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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, - sym_short_flag, - aux_sym_unquoted_token1, - [72674] = 4, + anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [72890] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(876), 1, + ACTIONS(844), 1, anon_sym_LF, - STATE(1703), 1, + STATE(1707), 1, sym_comment, - ACTIONS(874), 41, + ACTIONS(842), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -184748,34 +184951,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [72727] = 7, + [72943] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(599), 1, - anon_sym_LF, - ACTIONS(3095), 1, - anon_sym_DOT, - STATE(1684), 1, - aux_sym_cell_path_repeat1, - STATE(1704), 1, + ACTIONS(3119), 1, + anon_sym_LPAREN, + STATE(1708), 1, sym_comment, - STATE(1822), 1, - sym_path, - ACTIONS(597), 38, - anon_sym_EQ, + ACTIONS(673), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(2520), 2, + sym_expr_parenthesized, + sym_val_number, + ACTIONS(85), 7, + aux_sym_val_number_token1, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + ACTIONS(671), 30, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -184800,14 +185003,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [72786] = 4, + [73002] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(858), 1, + ACTIONS(828), 1, anon_sym_LF, - STATE(1705), 1, + STATE(1709), 1, sym_comment, - ACTIONS(856), 41, + ACTIONS(826), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -184849,14 +185052,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [72839] = 4, + [73055] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3109), 1, + ACTIONS(815), 1, anon_sym_LF, - STATE(1706), 1, + STATE(1710), 1, sym_comment, - ACTIONS(3107), 41, + ACTIONS(813), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -184898,14 +185101,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [72892] = 4, + [73108] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3113), 1, + ACTIONS(783), 1, anon_sym_LF, - STATE(1707), 1, + STATE(1711), 1, sym_comment, - ACTIONS(3111), 41, + ACTIONS(781), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -184947,14 +185150,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [72945] = 4, + [73161] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3117), 1, + ACTIONS(811), 1, anon_sym_LF, - STATE(1708), 1, + STATE(1712), 1, sym_comment, - ACTIONS(3115), 41, + ACTIONS(809), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -184996,14 +185199,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [72998] = 4, + [73214] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(795), 1, + ACTIONS(3123), 1, anon_sym_LF, - STATE(1709), 1, + STATE(1713), 1, sym_comment, - ACTIONS(793), 41, + ACTIONS(3121), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -185045,14 +185248,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [73051] = 4, + [73267] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(775), 1, + ACTIONS(840), 1, anon_sym_LF, - STATE(1710), 1, + STATE(1714), 1, sym_comment, - ACTIONS(773), 41, + ACTIONS(838), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -185094,14 +185297,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [73104] = 4, + [73320] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3121), 1, + ACTIONS(3127), 1, anon_sym_LF, - STATE(1711), 1, + STATE(1715), 1, sym_comment, - ACTIONS(3119), 41, + ACTIONS(3125), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -185143,14 +185346,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [73157] = 4, + [73373] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3125), 1, + ACTIONS(1327), 1, anon_sym_LF, - STATE(1712), 1, + STATE(1716), 1, sym_comment, - ACTIONS(3123), 41, + ACTIONS(1325), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -185192,18 +185395,115 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [73210] = 5, + [73426] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3125), 1, + ACTIONS(803), 1, anon_sym_LF, - STATE(1713), 1, + STATE(1717), 1, sym_comment, - ACTIONS(291), 3, + ACTIONS(801), 41, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(3123), 38, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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, + sym_short_flag, + aux_sym_unquoted_token1, + [73479] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(587), 1, + anon_sym_LF, + ACTIONS(3117), 1, + anon_sym_DOT, + STATE(1706), 1, + sym_path, + STATE(1718), 1, + sym_comment, + STATE(1852), 1, + sym_cell_path, + ACTIONS(585), 38, + anon_sym_EQ, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [73538] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(795), 1, + anon_sym_LF, + STATE(1719), 1, + sym_comment, + ACTIONS(793), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -185213,6 +185513,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, sym_val_nothing, anon_sym_true, anon_sym_false, @@ -185242,14 +185545,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [73265] = 4, + [73591] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(862), 1, + ACTIONS(832), 1, anon_sym_LF, - STATE(1714), 1, + STATE(1720), 1, sym_comment, - ACTIONS(860), 41, + ACTIONS(830), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -185291,20 +185594,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [73318] = 7, + [73644] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(580), 1, + ACTIONS(570), 1, anon_sym_LF, - ACTIONS(3095), 1, + ACTIONS(3129), 1, anon_sym_DOT, - STATE(1704), 1, + STATE(1827), 1, sym_path, - STATE(1715), 1, + STATE(1721), 2, sym_comment, - STATE(1856), 1, - sym_cell_path, - ACTIONS(578), 38, + aux_sym_cell_path_repeat1, + ACTIONS(568), 38, anon_sym_EQ, anon_sym_SEMI, anon_sym_RPAREN, @@ -185343,114 +185645,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [73377] = 5, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3127), 1, - anon_sym_QMARK2, - STATE(1716), 1, - sym_comment, - ACTIONS(656), 14, - sym_identifier, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_DOT_DOT, - ACTIONS(658), 27, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - [73432] = 5, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3127), 1, - anon_sym_QMARK2, - STATE(1717), 1, - sym_comment, - ACTIONS(656), 14, - sym_identifier, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_DOT_DOT, - ACTIONS(658), 27, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - [73487] = 4, + [73701] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(767), 1, + ACTIONS(807), 1, anon_sym_LF, - STATE(1718), 1, + STATE(1722), 1, sym_comment, - ACTIONS(765), 41, + ACTIONS(805), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -185492,14 +185694,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [73540] = 4, + [73754] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(850), 1, + ACTIONS(1692), 1, anon_sym_LF, - STATE(1719), 1, + STATE(1723), 1, sym_comment, - ACTIONS(848), 41, + ACTIONS(1690), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -185541,23 +185743,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [73593] = 4, + [73807] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(771), 1, - anon_sym_LF, - STATE(1720), 1, + STATE(1724), 1, sym_comment, - ACTIONS(769), 41, + ACTIONS(761), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(759), 40, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_DOT, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, @@ -185590,23 +185792,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [73646] = 4, + [73860] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(779), 1, - anon_sym_LF, - STATE(1721), 1, + STATE(1725), 1, sym_comment, - ACTIONS(777), 41, + ACTIONS(712), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(710), 40, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_DOT, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, @@ -185639,74 +185841,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [73699] = 6, + [73913] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(592), 1, - anon_sym_LF, - ACTIONS(3129), 1, - anon_sym_DOT, - STATE(1822), 1, - sym_path, - STATE(1722), 2, + ACTIONS(3132), 1, + aux_sym_long_flag_token1, + STATE(1726), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(590), 38, - anon_sym_EQ, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [73756] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(109), 1, + ACTIONS(1314), 2, + ts_builtin_sym_end, anon_sym_LF, - STATE(1723), 1, - sym_comment, - ACTIONS(107), 41, + ACTIONS(1312), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, @@ -185739,14 +185891,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [73809] = 4, + [73968] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(842), 1, + ACTIONS(787), 1, anon_sym_LF, - STATE(1724), 1, + STATE(1727), 1, sym_comment, - ACTIONS(840), 41, + ACTIONS(785), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -185788,14 +185940,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [73862] = 4, + [74021] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(806), 1, + ACTIONS(775), 1, anon_sym_LF, - STATE(1725), 1, + STATE(1728), 1, sym_comment, - ACTIONS(804), 41, + ACTIONS(773), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -185837,15 +185989,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [73915] = 4, + [74074] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1726), 1, + STATE(1729), 1, sym_comment, - ACTIONS(761), 2, + ACTIONS(755), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(759), 40, + ACTIONS(753), 40, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -185886,12 +186038,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [73968] = 4, + [74127] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(583), 1, + anon_sym_LF, + ACTIONS(3117), 1, + anon_sym_DOT, + STATE(1721), 1, + aux_sym_cell_path_repeat1, + STATE(1730), 1, + sym_comment, + STATE(1827), 1, + sym_path, + ACTIONS(581), 38, + anon_sym_EQ, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [74186] = 4, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(868), 1, anon_sym_LF, - STATE(1727), 1, + STATE(1731), 1, sym_comment, ACTIONS(866), 41, anon_sym_SEMI, @@ -185935,63 +186139,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [74021] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(1728), 1, - sym_comment, - ACTIONS(686), 14, - sym_identifier, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_DOT_DOT, - ACTIONS(688), 28, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_QMARK2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - [74074] = 4, + [74239] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(838), 1, + ACTIONS(1416), 1, anon_sym_LF, - STATE(1729), 1, + STATE(1732), 1, sym_comment, - ACTIONS(836), 41, + ACTIONS(1414), 41, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -186033,15 +186188,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [74127] = 4, + [74292] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(1730), 1, + STATE(1733), 1, sym_comment, - ACTIONS(752), 2, + ACTIONS(3113), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(750), 40, + ACTIONS(297), 3, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(3111), 36, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -186049,10 +186208,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, sym_val_nothing, anon_sym_true, anon_sym_false, @@ -186082,23 +186237,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [74180] = 4, + [74346] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(787), 1, - anon_sym_LF, - STATE(1731), 1, + STATE(1734), 1, sym_comment, - ACTIONS(785), 41, + ACTIONS(811), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(809), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, @@ -186124,74 +186278,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_err_GT, anon_sym_out_GT, anon_sym_e_GT, - anon_sym_o_GT, - anon_sym_err_PLUSout_GT, - anon_sym_out_PLUSerr_GT, - anon_sym_o_PLUSe_GT, - anon_sym_e_PLUSo_GT, - sym_short_flag, - aux_sym_unquoted_token1, - [74233] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3132), 1, - anon_sym_LPAREN, - STATE(1732), 1, - sym_comment, - ACTIONS(704), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(2502), 2, - sym_expr_parenthesized, - sym_val_number, - ACTIONS(85), 7, - aux_sym_val_number_token1, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - ACTIONS(702), 30, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [74292] = 4, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + sym_short_flag, + aux_sym_unquoted_token1, + [74398] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1733), 1, + STATE(1735), 1, sym_comment, - ACTIONS(872), 2, + ACTIONS(3101), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(870), 39, + ACTIONS(3099), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -186231,15 +186333,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [74344] = 4, + [74450] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1734), 1, + STATE(1736), 1, sym_comment, - ACTIONS(834), 2, + ACTIONS(3105), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(832), 39, + ACTIONS(3103), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -186279,63 +186381,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [74396] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(688), 1, - anon_sym_LF, - STATE(1735), 1, - sym_comment, - ACTIONS(686), 40, - anon_sym_EQ, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, - anon_sym_QMARK2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [74448] = 4, + [74502] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1736), 1, + STATE(1737), 1, sym_comment, - ACTIONS(854), 2, + ACTIONS(3109), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(852), 39, + ACTIONS(3107), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -186375,15 +186429,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [74500] = 4, + [74554] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(1737), 1, + ACTIONS(3134), 1, + anon_sym_DOT, + STATE(1859), 1, + sym_path, + ACTIONS(570), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(1738), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(568), 36, + anon_sym_EQ, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [74610] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1739), 1, sym_comment, - ACTIONS(858), 2, + ACTIONS(864), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(856), 39, + ACTIONS(862), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -186423,12 +186527,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [74552] = 4, + [74662] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1738), 1, + STATE(1740), 1, sym_comment, - ACTIONS(750), 14, + ACTIONS(710), 14, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -186443,7 +186547,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, anon_sym_DOT_DOT, - ACTIONS(752), 27, + ACTIONS(712), 27, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -186471,27 +186575,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - [74604] = 7, + [74714] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3134), 1, - anon_sym_DOT, - STATE(1739), 1, - sym_comment, - STATE(1768), 1, - aux_sym_cell_path_repeat1, - STATE(1850), 1, - sym_path, - ACTIONS(599), 2, - ts_builtin_sym_end, + ACTIONS(623), 1, anon_sym_LF, - ACTIONS(597), 36, + ACTIONS(3137), 1, + anon_sym_QMARK2, + STATE(1741), 1, + sym_comment, + ACTIONS(621), 39, anon_sym_EQ, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_STAR, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -186522,14 +186624,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [74662] = 4, + [74768] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(700), 1, + ACTIONS(623), 1, anon_sym_LF, - STATE(1740), 1, + ACTIONS(3137), 1, + anon_sym_QMARK2, + STATE(1742), 1, sym_comment, - ACTIONS(698), 40, + ACTIONS(621), 39, anon_sym_EQ, anon_sym_SEMI, anon_sym_RPAREN, @@ -186545,7 +186649,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PLUS_PLUS_EQ, - anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -186570,177 +186673,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [74714] = 10, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3136), 1, - anon_sym_RBRACK, - ACTIONS(3142), 1, - anon_sym_list, - STATE(1741), 1, - sym_comment, - STATE(1742), 1, - aux_sym__multiple_types_repeat1, - STATE(2026), 1, - sym__one_type, - STATE(3707), 1, - sym__type_annotation, - ACTIONS(3140), 2, - anon_sym_table, - anon_sym_record, - STATE(2659), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(3138), 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, - [74778] = 9, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3144), 1, - anon_sym_RBRACK, - ACTIONS(3152), 1, - anon_sym_list, - STATE(2026), 1, - sym__one_type, - STATE(3707), 1, - sym__type_annotation, - ACTIONS(3149), 2, - anon_sym_table, - anon_sym_record, - STATE(1742), 2, - sym_comment, - aux_sym__multiple_types_repeat1, - STATE(2659), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(3146), 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, - [74840] = 4, + [74822] = 4, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(669), 1, + anon_sym_LF, STATE(1743), 1, sym_comment, - ACTIONS(775), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(773), 39, + ACTIONS(667), 40, + anon_sym_EQ, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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, - sym_short_flag, - aux_sym_unquoted_token1, - [74892] = 4, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [74874] = 6, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(1602), 1, + anon_sym_PIPE, + ACTIONS(3141), 1, + anon_sym_LF, STATE(1744), 1, sym_comment, - ACTIONS(795), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(793), 39, - anon_sym_SEMI, + STATE(1749), 1, + aux_sym_pipe_element_repeat1, + ACTIONS(3139), 38, + sym_cmd_identifier, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_PIPE, anon_sym_DOLLAR, - anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_do, + anon_sym_if, + anon_sym_match, anon_sym_LBRACE, + anon_sym_try, + anon_sym_return, + anon_sym_where, + anon_sym_not, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, @@ -186763,77 +186770,16 @@ static const uint16_t ts_small_parse_table[] = { 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, - sym_short_flag, - aux_sym_unquoted_token1, - [74944] = 8, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3155), 1, - anon_sym_LPAREN, - STATE(1745), 1, - sym_comment, - ACTIONS(2509), 2, - aux_sym_val_number_token1, - anon_sym_DASHinf, - STATE(2616), 2, - sym_expr_parenthesized, - sym_val_number, - ACTIONS(2511), 5, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_NaN, - ACTIONS(702), 8, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - sym_short_flag, - ACTIONS(704), 23, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [75004] = 4, + anon_sym_CARET, + [74930] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1746), 1, + STATE(1745), 1, sym_comment, - ACTIONS(842), 2, + ACTIONS(3113), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(840), 39, + ACTIONS(3111), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -186873,22 +186819,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [75056] = 4, + [74982] = 6, ACTIONS(3), 1, anon_sym_POUND, - STATE(1747), 1, - sym_comment, - ACTIONS(850), 2, - ts_builtin_sym_end, + ACTIONS(1602), 1, + anon_sym_PIPE, + ACTIONS(3145), 1, anon_sym_LF, - ACTIONS(848), 39, - anon_sym_SEMI, + STATE(1746), 1, + sym_comment, + STATE(1749), 1, + aux_sym_pipe_element_repeat1, + ACTIONS(3143), 38, + sym_cmd_identifier, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_PIPE, anon_sym_DOLLAR, - anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_do, + anon_sym_if, + anon_sym_match, anon_sym_LBRACE, + anon_sym_try, + anon_sym_return, + anon_sym_where, + anon_sym_not, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, @@ -186911,26 +186868,15 @@ static const uint16_t ts_small_parse_table[] = { 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, - sym_short_flag, - aux_sym_unquoted_token1, - [75108] = 5, + anon_sym_CARET, + [75038] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(658), 1, + ACTIONS(619), 1, anon_sym_LF, - ACTIONS(3157), 1, - anon_sym_QMARK2, - STATE(1748), 1, + STATE(1747), 1, sym_comment, - ACTIONS(656), 39, + ACTIONS(617), 40, anon_sym_EQ, anon_sym_SEMI, anon_sym_RPAREN, @@ -186946,106 +186892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PLUS_PLUS_EQ, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [75162] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(658), 1, - anon_sym_LF, - ACTIONS(3157), 1, anon_sym_QMARK2, - STATE(1749), 1, - sym_comment, - ACTIONS(656), 39, - anon_sym_EQ, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [75216] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3134), 1, - anon_sym_DOT, - STATE(1739), 1, - sym_path, - STATE(1750), 1, - sym_comment, - STATE(1897), 1, - sym_cell_path, - ACTIONS(580), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(578), 36, - anon_sym_EQ, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -187070,15 +186917,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [75274] = 4, + [75090] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1751), 1, + STATE(1748), 1, sym_comment, - ACTIONS(799), 2, + ACTIONS(803), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(797), 39, + ACTIONS(801), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -187118,15 +186965,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [75326] = 4, + [75142] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(1752), 1, + ACTIONS(3149), 1, + anon_sym_LF, + ACTIONS(3152), 1, + anon_sym_PIPE, + STATE(1749), 2, + sym_comment, + aux_sym_pipe_element_repeat1, + ACTIONS(3147), 38, + sym_cmd_identifier, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_LBRACE, + anon_sym_try, + anon_sym_return, + anon_sym_where, + anon_sym_not, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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_CARET, + [75196] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1750), 1, sym_comment, - ACTIONS(810), 2, + ACTIONS(105), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(808), 39, + ACTIONS(103), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -187166,15 +187062,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [75378] = 4, + [75248] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1753), 1, + STATE(1751), 1, sym_comment, - ACTIONS(799), 2, + ACTIONS(828), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(797), 39, + ACTIONS(826), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -187214,69 +187110,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [75430] = 10, + [75300] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3142), 1, - anon_sym_list, - ACTIONS(3159), 1, - anon_sym_LBRACK, - STATE(1754), 1, + STATE(1752), 1, sym_comment, - STATE(3642), 1, - sym__one_type, - STATE(3648), 1, - sym__multiple_types, - STATE(3656), 1, - sym__type_annotation, - ACTIONS(3140), 2, - anon_sym_table, - anon_sym_record, - STATE(2659), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(3138), 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, - [75494] = 4, + ACTIONS(753), 14, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_DOT_DOT, + ACTIONS(755), 27, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + [75352] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1755), 1, + STATE(1753), 1, sym_comment, - ACTIONS(105), 2, + ACTIONS(840), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(103), 39, + ACTIONS(838), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -187316,15 +187206,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [75546] = 4, + [75404] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1756), 1, + STATE(1754), 1, sym_comment, - ACTIONS(771), 2, + ACTIONS(815), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(769), 39, + ACTIONS(813), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -187364,32 +187254,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [75598] = 5, + [75456] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3163), 1, - anon_sym_LF, - ACTIONS(3166), 1, - anon_sym_PIPE, - STATE(1757), 2, + STATE(1755), 1, sym_comment, - aux_sym_pipe_element_repeat1, - ACTIONS(3161), 38, - sym_cmd_identifier, + ACTIONS(821), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(819), 39, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_do, - anon_sym_if, - anon_sym_match, + anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_try, - anon_sym_return, - anon_sym_where, - anon_sym_not, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, @@ -187412,85 +187292,32 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [75652] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(599), 1, - anon_sym_LF, - ACTIONS(3169), 1, - anon_sym_DOT, - STATE(1758), 1, - sym_comment, - STATE(1780), 1, - aux_sym_cell_path_repeat1, - STATE(1852), 1, - sym_path, - ACTIONS(597), 37, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, sym_short_flag, - [75710] = 6, + aux_sym_unquoted_token1, + [75508] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1666), 1, - anon_sym_PIPE, - ACTIONS(3173), 1, - anon_sym_LF, - STATE(1757), 1, - aux_sym_pipe_element_repeat1, - STATE(1759), 1, + STATE(1756), 1, sym_comment, - ACTIONS(3171), 38, - sym_cmd_identifier, + ACTIONS(821), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(819), 39, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_do, - anon_sym_if, - anon_sym_match, + anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_try, - anon_sym_return, - anon_sym_where, - anon_sym_not, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, @@ -187513,34 +187340,32 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [75766] = 6, + anon_sym_err_GT, + anon_sym_out_GT, + anon_sym_e_GT, + anon_sym_o_GT, + anon_sym_err_PLUSout_GT, + anon_sym_out_PLUSerr_GT, + anon_sym_o_PLUSe_GT, + anon_sym_e_PLUSo_GT, + sym_short_flag, + aux_sym_unquoted_token1, + [75560] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1666), 1, - anon_sym_PIPE, - ACTIONS(3173), 1, - anon_sym_LF, STATE(1757), 1, - aux_sym_pipe_element_repeat1, - STATE(1760), 1, sym_comment, - ACTIONS(3175), 38, - sym_cmd_identifier, + ACTIONS(856), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(854), 39, + anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_do, - anon_sym_if, - anon_sym_match, + anon_sym_DASH_DASH, anon_sym_LBRACE, - anon_sym_try, - anon_sym_return, - anon_sym_where, - anon_sym_not, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, @@ -187563,66 +187388,25 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - [75822] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3177), 1, - anon_sym_DOT, - STATE(1850), 1, - sym_path, - ACTIONS(592), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(1761), 2, - sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(590), 36, - anon_sym_EQ, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [75878] = 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, + sym_short_flag, + aux_sym_unquoted_token1, + [75612] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1762), 1, + STATE(1758), 1, sym_comment, - ACTIONS(3103), 2, + ACTIONS(844), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3101), 39, + ACTIONS(842), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -187662,15 +187446,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [75930] = 4, + [75664] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1763), 1, + STATE(1759), 1, sym_comment, - ACTIONS(1322), 2, + ACTIONS(1692), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1320), 39, + ACTIONS(1690), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -187710,15 +187494,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [75982] = 4, + [75716] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1764), 1, + STATE(1760), 1, sym_comment, - ACTIONS(1692), 2, + ACTIONS(1327), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1690), 39, + ACTIONS(1325), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -187758,19 +187542,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [76034] = 5, + [75768] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1765), 1, + STATE(1761), 1, sym_comment, - ACTIONS(3125), 2, + ACTIONS(848), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(297), 3, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(3123), 36, + ACTIONS(846), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -187778,6 +187558,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_LBRACE, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, sym_val_nothing, anon_sym_true, anon_sym_false, @@ -187807,15 +187590,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [76088] = 4, + [75820] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1766), 1, + STATE(1762), 1, sym_comment, - ACTIONS(838), 2, + ACTIONS(1416), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(836), 39, + ACTIONS(1414), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -187855,15 +187638,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [76140] = 4, + [75872] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1767), 1, + STATE(1763), 1, sym_comment, - ACTIONS(3125), 2, + ACTIONS(795), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3123), 39, + ACTIONS(793), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -187903,33 +187686,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [76192] = 7, + [75924] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3134), 1, + ACTIONS(570), 1, + anon_sym_LF, + ACTIONS(3155), 1, anon_sym_DOT, - STATE(1761), 1, - aux_sym_cell_path_repeat1, - STATE(1768), 1, - sym_comment, - STATE(1850), 1, + STATE(1841), 1, sym_path, - ACTIONS(588), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(586), 36, - anon_sym_EQ, + STATE(1764), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(568), 37, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -187954,111 +187732,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [76250] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(1769), 1, - sym_comment, - ACTIONS(3121), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3119), 39, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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, sym_short_flag, - aux_sym_unquoted_token1, - [76302] = 4, + [75980] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(1770), 1, + ACTIONS(3158), 1, + anon_sym_DOT, + STATE(1738), 1, + aux_sym_cell_path_repeat1, + STATE(1765), 1, sym_comment, - ACTIONS(3117), 2, + STATE(1859), 1, + sym_path, + ACTIONS(583), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3115), 39, + ACTIONS(581), 36, + anon_sym_EQ, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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, - sym_short_flag, - aux_sym_unquoted_token1, - [76354] = 4, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [76038] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1771), 1, + STATE(1766), 1, sym_comment, - ACTIONS(767), 2, + ACTIONS(876), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(765), 39, + ACTIONS(874), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -188098,15 +187835,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [76406] = 4, + [76090] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1772), 1, + STATE(1767), 1, sym_comment, - ACTIONS(1373), 2, + ACTIONS(3097), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1371), 39, + ACTIONS(3095), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -188146,15 +187883,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [76458] = 4, + [76142] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1773), 1, + STATE(1768), 1, sym_comment, - ACTIONS(3113), 2, + ACTIONS(3127), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3111), 39, + ACTIONS(3125), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -188194,15 +187931,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [76510] = 4, + [76194] = 8, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3160), 1, + anon_sym_LPAREN, + STATE(1769), 1, + sym_comment, + ACTIONS(2509), 2, + aux_sym_val_number_token1, + anon_sym_DASHinf, + STATE(2596), 2, + sym_expr_parenthesized, + sym_val_number, + ACTIONS(2511), 5, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_NaN, + ACTIONS(671), 8, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + sym_short_flag, + ACTIONS(673), 23, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [76254] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(1774), 1, + ACTIONS(583), 1, + anon_sym_LF, + ACTIONS(3162), 1, + anon_sym_DOT, + STATE(1764), 1, + aux_sym_cell_path_repeat1, + STATE(1770), 1, + sym_comment, + STATE(1841), 1, + sym_path, + ACTIONS(581), 37, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_short_flag, + [76312] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1771), 1, sym_comment, - ACTIONS(3099), 2, + ACTIONS(836), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3097), 39, + ACTIONS(834), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -188242,15 +188082,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [76562] = 4, + [76364] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1775), 1, + STATE(1772), 1, sym_comment, - ACTIONS(3109), 2, + ACTIONS(783), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3107), 39, + ACTIONS(781), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -188290,15 +188130,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [76614] = 4, + [76416] = 9, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3164), 1, + anon_sym_RBRACK, + ACTIONS(3172), 1, + anon_sym_list, + STATE(2038), 1, + sym__one_type, + STATE(3623), 1, + sym__type_annotation, + ACTIONS(3169), 2, + anon_sym_table, + anon_sym_record, + STATE(1773), 2, + sym_comment, + aux_sym__multiple_types_repeat1, + STATE(2660), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(3166), 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, + [76478] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1776), 1, + STATE(1774), 1, sym_comment, - ACTIONS(109), 2, + ACTIONS(799), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(107), 39, + ACTIONS(797), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -188338,19 +188231,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [76666] = 6, + [76530] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(592), 1, + ACTIONS(607), 1, anon_sym_LF, - ACTIONS(3180), 1, + ACTIONS(3162), 1, anon_sym_DOT, - STATE(1852), 1, - sym_path, - STATE(1777), 2, - sym_comment, + STATE(1770), 1, aux_sym_cell_path_repeat1, - ACTIONS(590), 37, + STATE(1775), 1, + sym_comment, + STATE(1841), 1, + sym_path, + ACTIONS(605), 37, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -188388,15 +188282,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, sym_short_flag, - [76722] = 4, + [76588] = 10, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3175), 1, + anon_sym_RBRACK, + ACTIONS(3181), 1, + anon_sym_list, + STATE(1776), 1, + sym_comment, + STATE(1782), 1, + aux_sym__multiple_types_repeat1, + STATE(2038), 1, + sym__one_type, + STATE(3623), 1, + sym__type_annotation, + ACTIONS(3179), 2, + anon_sym_table, + anon_sym_record, + STATE(2660), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(3177), 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, + [76652] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1778), 1, + STATE(1777), 1, sym_comment, - ACTIONS(826), 2, + ACTIONS(787), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(824), 39, + ACTIONS(785), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -188436,15 +188384,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [76774] = 4, + [76704] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1779), 1, + STATE(1778), 1, sym_comment, - ACTIONS(787), 2, + ACTIONS(775), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(785), 39, + ACTIONS(773), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -188484,29 +188432,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [76826] = 7, + [76756] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(588), 1, - anon_sym_LF, - ACTIONS(3169), 1, + ACTIONS(3158), 1, anon_sym_DOT, - STATE(1777), 1, - aux_sym_cell_path_repeat1, - STATE(1780), 1, + STATE(1779), 1, sym_comment, - STATE(1852), 1, + STATE(1784), 1, sym_path, - ACTIONS(586), 37, + STATE(1878), 1, + sym_cell_path, + ACTIONS(587), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(585), 36, + anon_sym_EQ, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -188531,19 +188483,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_short_flag, - [76884] = 4, + [76814] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1781), 1, + STATE(1780), 1, sym_comment, - ACTIONS(830), 2, + ACTIONS(767), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(828), 39, + ACTIONS(765), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -188583,63 +188531,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [76936] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(1782), 1, - sym_comment, - ACTIONS(759), 14, - sym_identifier, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_DOT_DOT, - ACTIONS(761), 27, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - [76988] = 4, + [76866] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1783), 1, + STATE(1781), 1, sym_comment, - ACTIONS(818), 2, + ACTIONS(832), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(816), 39, + ACTIONS(830), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -188679,29 +188579,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [77040] = 10, + [76918] = 10, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3142), 1, + ACTIONS(3181), 1, anon_sym_list, ACTIONS(3183), 1, anon_sym_RBRACK, - STATE(1741), 1, + STATE(1773), 1, aux_sym__multiple_types_repeat1, - STATE(1784), 1, + STATE(1782), 1, sym_comment, - STATE(2026), 1, + STATE(2038), 1, sym__one_type, - STATE(3707), 1, + STATE(3623), 1, sym__type_annotation, - ACTIONS(3140), 2, + ACTIONS(3179), 2, anon_sym_table, anon_sym_record, - STATE(2659), 3, + STATE(2660), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(3138), 31, + ACTIONS(3177), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -188733,15 +188633,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [77104] = 4, + [76982] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1785), 1, + STATE(1783), 1, sym_comment, - ACTIONS(876), 2, + ACTIONS(3123), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(874), 39, + ACTIONS(3121), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -188781,15 +188681,120 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, + [77034] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3158), 1, + anon_sym_DOT, + STATE(1765), 1, + aux_sym_cell_path_repeat1, + STATE(1784), 1, + sym_comment, + STATE(1859), 1, + sym_path, + ACTIONS(607), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(605), 36, + anon_sym_EQ, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [77092] = 10, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3181), 1, + anon_sym_list, + ACTIONS(3185), 1, + anon_sym_LBRACK, + STATE(1785), 1, + sym_comment, + STATE(3681), 1, + sym__one_type, + STATE(3683), 1, + sym__multiple_types, + STATE(3684), 1, + sym__type_annotation, + ACTIONS(3179), 2, + anon_sym_table, + anon_sym_record, + STATE(2660), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(3177), 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, [77156] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(1786), 1, sym_comment, - ACTIONS(868), 2, + ACTIONS(807), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(866), 39, + ACTIONS(805), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -188834,10 +188839,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND, STATE(1787), 1, sym_comment, - ACTIONS(779), 2, + ACTIONS(868), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(777), 39, + ACTIONS(866), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -188877,15 +188882,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [77260] = 4, + [77260] = 7, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(603), 1, + anon_sym_LF, + ACTIONS(3162), 1, + anon_sym_DOT, + STATE(1775), 1, + sym_path, STATE(1788), 1, sym_comment, - ACTIONS(806), 2, + STATE(1889), 1, + sym_cell_path, + ACTIONS(601), 37, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_short_flag, + [77318] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(1789), 1, + sym_comment, + ACTIONS(872), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(804), 39, + ACTIONS(870), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -188925,15 +188981,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [77312] = 4, + [77370] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1789), 1, + STATE(1790), 1, sym_comment, - ACTIONS(862), 2, + ACTIONS(109), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(860), 39, + ACTIONS(107), 39, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -188973,28 +189029,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_e_PLUSo_GT, sym_short_flag, aux_sym_unquoted_token1, - [77364] = 7, + [77422] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(576), 1, - anon_sym_LF, - ACTIONS(3169), 1, + ACTIONS(3187), 1, anon_sym_DOT, - STATE(1758), 1, + STATE(1865), 1, sym_path, - STATE(1790), 1, + ACTIONS(570), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(1791), 2, sym_comment, - STATE(1885), 1, - sym_cell_path, - ACTIONS(574), 37, + aux_sym_cell_path_repeat1, + ACTIONS(568), 35, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -189024,64 +189078,309 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, sym_short_flag, - [77422] = 4, + [77477] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3187), 1, + ACTIONS(3190), 1, + anon_sym_QMARK2, + STATE(1792), 1, + sym_comment, + ACTIONS(623), 2, + ts_builtin_sym_end, anon_sym_LF, - STATE(1791), 1, + ACTIONS(621), 37, + anon_sym_EQ, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [77530] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(1793), 1, sym_comment, - ACTIONS(3185), 39, - sym_cmd_identifier, + ACTIONS(667), 6, + anon_sym_EQ, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(669), 34, + anon_sym_COLON, anon_sym_LBRACK, - anon_sym_LPAREN, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_PIPE, - anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_do, + anon_sym_in, anon_sym_if, - anon_sym_match, anon_sym_LBRACE, - anon_sym_try, - anon_sym_return, - anon_sym_where, - anon_sym_not, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [77581] = 7, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3192), 1, + anon_sym_DOT, + STATE(1794), 1, + sym_comment, + STATE(1796), 1, + aux_sym_cell_path_repeat1, + STATE(1860), 1, + sym_path, + ACTIONS(605), 6, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_DOT_DOT, + ACTIONS(607), 31, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + [77638] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(1795), 1, + sym_comment, + ACTIONS(617), 6, + anon_sym_EQ, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(619), 34, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [77689] = 7, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3192), 1, + anon_sym_DOT, + STATE(1796), 1, + sym_comment, + STATE(1797), 1, + aux_sym_cell_path_repeat1, + STATE(1860), 1, + sym_path, + ACTIONS(581), 6, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, anon_sym_DOT_DOT, + ACTIONS(583), 31, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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_CARET, - [77473] = 6, + [77746] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3189), 1, + ACTIONS(3194), 1, anon_sym_DOT, - STATE(1890), 1, + STATE(1860), 1, sym_path, - STATE(1792), 2, + STATE(1797), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(568), 6, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_DOT_DOT, + ACTIONS(570), 31, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + [77801] = 7, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3197), 1, + anon_sym_DOT, + STATE(1798), 1, sym_comment, + STATE(1800), 1, aux_sym_cell_path_repeat1, - ACTIONS(590), 12, + STATE(1870), 1, + sym_path, + ACTIONS(605), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -189094,7 +189393,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(592), 25, + ACTIONS(607), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -189120,18 +189419,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [77528] = 7, + [77858] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3192), 1, + ACTIONS(3197), 1, anon_sym_DOT, - STATE(1793), 1, - sym_comment, - STATE(1823), 1, + STATE(1798), 1, sym_path, - STATE(2008), 1, + STATE(1799), 1, + sym_comment, + STATE(1818), 1, sym_cell_path, - ACTIONS(568), 12, + ACTIONS(601), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -189144,7 +189443,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(570), 25, + ACTIONS(603), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -189170,18 +189469,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [77585] = 7, + [77915] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3192), 1, + ACTIONS(3197), 1, anon_sym_DOT, - STATE(1794), 1, + STATE(1800), 1, sym_comment, - STATE(1823), 1, + STATE(1801), 1, + aux_sym_cell_path_repeat1, + STATE(1870), 1, sym_path, - STATE(1983), 1, - sym_cell_path, - ACTIONS(609), 12, + ACTIONS(581), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -189194,7 +189493,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(611), 25, + ACTIONS(583), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -189220,37 +189519,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [77642] = 5, - ACTIONS(3), 1, + [77972] = 6, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(658), 1, - anon_sym_LF, - ACTIONS(3194), 1, - anon_sym_QMARK2, - STATE(1795), 1, + ACTIONS(3199), 1, + anon_sym_DOT, + STATE(1870), 1, + sym_path, + STATE(1801), 2, sym_comment, - ACTIONS(656), 38, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + aux_sym_cell_path_repeat1, + ACTIONS(568), 12, + sym_identifier, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, - anon_sym_DOT, anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(570), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -189261,27 +189568,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_short_flag, - [77695] = 7, + [78027] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3196), 1, + ACTIONS(3197), 1, anon_sym_DOT, - STATE(1796), 1, - sym_comment, - STATE(1813), 1, + STATE(1798), 1, sym_path, - STATE(1905), 1, + STATE(1802), 1, + sym_comment, + STATE(1936), 1, sym_cell_path, - ACTIONS(574), 12, + ACTIONS(575), 12, sym_identifier, anon_sym_GT, + anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, @@ -189291,11 +189592,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT, - ACTIONS(576), 25, + ACTIONS(577), 25, + anon_sym_COLON, anon_sym_COMMA, - anon_sym_DASH, - anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, @@ -189313,23 +189618,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [77752] = 7, + [78084] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3192), 1, + ACTIONS(3197), 1, anon_sym_DOT, - STATE(1797), 1, - sym_comment, - STATE(1823), 1, + STATE(1798), 1, sym_path, - STATE(2010), 1, + STATE(1803), 1, + sym_comment, + STATE(1934), 1, sym_cell_path, - ACTIONS(582), 12, + ACTIONS(597), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -189342,7 +189642,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(584), 25, + ACTIONS(599), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -189368,46 +189668,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [77809] = 7, - ACTIONS(157), 1, + [78141] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3192), 1, + ACTIONS(3202), 1, anon_sym_DOT, - STATE(1798), 1, + STATE(1804), 1, sym_comment, - STATE(1799), 1, - sym_cell_path, - STATE(1823), 1, + STATE(1810), 1, sym_path, - ACTIONS(574), 12, - sym_identifier, + STATE(2013), 1, + sym_cell_path, + ACTIONS(603), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(601), 35, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, - ACTIONS(576), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_short_flag, + [78198] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3202), 1, + anon_sym_DOT, + STATE(1791), 1, + aux_sym_cell_path_repeat1, + STATE(1805), 1, + sym_comment, + STATE(1865), 1, + sym_path, + ACTIONS(583), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(581), 35, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, + anon_sym_GT, anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -189418,15 +189761,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [77866] = 4, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_short_flag, + [78255] = 7, ACTIONS(157), 1, anon_sym_POUND, - STATE(1799), 1, + ACTIONS(3204), 1, + anon_sym_DOT, + STATE(1806), 1, sym_comment, - ACTIONS(852), 13, + STATE(1807), 1, + aux_sym_cell_path_repeat1, + STATE(1864), 1, + sym_path, + ACTIONS(605), 12, sym_identifier, anon_sym_GT, - anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, @@ -189437,15 +189792,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, anon_sym_DOT_DOT, - ACTIONS(854), 27, - anon_sym_COLON, + ACTIONS(607), 25, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, @@ -189465,21 +189815,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - [77917] = 7, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [78312] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3192), 1, + ACTIONS(3204), 1, anon_sym_DOT, - STATE(1792), 1, - aux_sym_cell_path_repeat1, - STATE(1800), 1, + STATE(1807), 1, sym_comment, - STATE(1890), 1, + STATE(1808), 1, + aux_sym_cell_path_repeat1, + STATE(1864), 1, sym_path, - ACTIONS(586), 12, + ACTIONS(581), 12, sym_identifier, anon_sym_GT, - anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, @@ -189489,15 +189841,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(588), 25, - anon_sym_COLON, + anon_sym_DOT_DOT, + ACTIONS(583), 25, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, @@ -189515,36 +189863,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [77974] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(700), 1, - anon_sym_LF, - STATE(1801), 1, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [78369] = 6, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3206), 1, + anon_sym_DOT, + STATE(1864), 1, + sym_path, + STATE(1808), 2, sym_comment, - ACTIONS(698), 39, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + aux_sym_cell_path_repeat1, + ACTIONS(568), 12, + sym_identifier, anon_sym_GT, - anon_sym_DASH_DASH, - anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, - anon_sym_DOT, anon_sym_STAR, - anon_sym_QMARK2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_DOT_DOT, + ACTIONS(570), 25, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -189555,48 +189912,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - sym_short_flag, - [78025] = 7, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [78424] = 7, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(3192), 1, anon_sym_DOT, - STATE(1802), 1, - sym_comment, - STATE(1823), 1, + STATE(1794), 1, sym_path, - STATE(1995), 1, + STATE(1809), 1, + sym_comment, + STATE(2001), 1, sym_cell_path, - ACTIONS(605), 12, - sym_identifier, + ACTIONS(601), 6, anon_sym_GT, - anon_sym_DASH, - anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(607), 25, - anon_sym_COLON, + anon_sym_DOT_DOT, + ACTIONS(603), 31, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -189612,29 +189962,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [78082] = 4, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + [78481] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(748), 1, - anon_sym_LF, - STATE(1803), 1, + ACTIONS(3202), 1, + anon_sym_DOT, + STATE(1805), 1, + aux_sym_cell_path_repeat1, + STATE(1810), 1, sym_comment, - ACTIONS(746), 39, - anon_sym_EQ, + STATE(1865), 1, + sym_path, + ACTIONS(607), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(605), 35, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, - anon_sym_DOT, anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -189659,15 +190013,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [78133] = 4, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_short_flag, + [78538] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1804), 1, + STATE(1811), 1, sym_comment, - ACTIONS(688), 2, + ACTIONS(669), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(686), 38, + ACTIONS(667), 38, anon_sym_EQ, anon_sym_SEMI, anon_sym_PIPE, @@ -189706,39 +190064,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [78184] = 7, - ACTIONS(3), 1, + [78589] = 7, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3198), 1, + ACTIONS(3197), 1, anon_sym_DOT, - STATE(1805), 1, - sym_comment, - STATE(1829), 1, - aux_sym_cell_path_repeat1, - STATE(1872), 1, + STATE(1798), 1, sym_path, - ACTIONS(599), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(597), 35, - anon_sym_SEMI, - anon_sym_PIPE, + STATE(1812), 1, + sym_comment, + STATE(1923), 1, + sym_cell_path, + ACTIONS(589), 12, + sym_identifier, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(591), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -189749,32 +190114,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_short_flag, - [78241] = 4, + [78646] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(688), 1, + ACTIONS(761), 1, anon_sym_LF, - STATE(1806), 1, + STATE(1813), 1, sym_comment, - ACTIONS(686), 39, + ACTIONS(759), 39, + anon_sym_EQ, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, anon_sym_RBRACE, anon_sym_DOT, anon_sym_STAR, - anon_sym_QMARK2, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -189799,34 +190161,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_short_flag, - [78292] = 5, + [78697] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3200), 1, + ACTIONS(623), 1, + anon_sym_LF, + ACTIONS(3209), 1, anon_sym_QMARK2, - STATE(1807), 1, + STATE(1814), 1, sym_comment, - ACTIONS(658), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(656), 37, - anon_sym_EQ, + ACTIONS(621), 38, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -189851,30 +190205,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [78345] = 5, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_short_flag, + [78750] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3200), 1, + ACTIONS(623), 1, + anon_sym_LF, + ACTIONS(3209), 1, anon_sym_QMARK2, - STATE(1808), 1, + STATE(1815), 1, sym_comment, - ACTIONS(658), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(656), 37, - anon_sym_EQ, + ACTIONS(621), 38, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -189899,18 +190253,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [78398] = 7, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_short_flag, + [78803] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3192), 1, + ACTIONS(3197), 1, anon_sym_DOT, - STATE(1809), 1, - sym_comment, - STATE(1823), 1, + STATE(1798), 1, sym_path, - STATE(1980), 1, + STATE(1816), 1, + sym_comment, + STATE(1982), 1, sym_cell_path, - ACTIONS(613), 12, + ACTIONS(585), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -189923,7 +190281,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(615), 25, + ACTIONS(587), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -189949,14 +190307,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [78455] = 4, + [78860] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(752), 1, + ACTIONS(712), 1, anon_sym_LF, - STATE(1810), 1, + STATE(1817), 1, sym_comment, - ACTIONS(750), 39, + ACTIONS(710), 39, anon_sym_EQ, anon_sym_SEMI, anon_sym_RPAREN, @@ -189996,20 +190354,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [78506] = 7, + [78911] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3196), 1, - anon_sym_DOT, - STATE(1811), 1, + STATE(1818), 1, sym_comment, - STATE(1815), 1, - aux_sym_cell_path_repeat1, - STATE(1881), 1, - sym_path, - ACTIONS(586), 12, + ACTIONS(785), 13, sym_identifier, anon_sym_GT, + anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, @@ -190020,10 +190373,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, anon_sym_DOT_DOT, - ACTIONS(588), 25, + ACTIONS(787), 27, + anon_sym_COLON, anon_sym_COMMA, - anon_sym_DASH, - anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, @@ -190043,19 +190401,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [78563] = 5, + [78962] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(658), 1, + ACTIONS(669), 1, anon_sym_LF, - ACTIONS(3194), 1, - anon_sym_QMARK2, - STATE(1812), 1, + STATE(1819), 1, sym_comment, - ACTIONS(656), 38, + ACTIONS(667), 39, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -190066,6 +190419,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_STAR, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -190094,20 +190448,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, sym_short_flag, - [78616] = 7, + [79013] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3196), 1, + ACTIONS(3197), 1, anon_sym_DOT, - STATE(1811), 1, - aux_sym_cell_path_repeat1, - STATE(1813), 1, - sym_comment, - STATE(1881), 1, + STATE(1798), 1, sym_path, - ACTIONS(597), 12, + STATE(1820), 1, + sym_comment, + STATE(1920), 1, + sym_cell_path, + ACTIONS(613), 12, sym_identifier, anon_sym_GT, + anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, @@ -190117,11 +190472,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT, - ACTIONS(599), 25, + ACTIONS(615), 25, + anon_sym_COLON, anon_sym_COMMA, - anon_sym_DASH, - anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, @@ -190139,142 +190498,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [78673] = 4, + [79070] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3202), 1, + ACTIONS(619), 1, anon_sym_LF, - STATE(1814), 1, + STATE(1821), 1, sym_comment, - ACTIONS(3161), 39, - sym_cmd_identifier, - anon_sym_LBRACK, - anon_sym_LPAREN, + ACTIONS(617), 39, + anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_LBRACE, - anon_sym_try, - anon_sym_return, - anon_sym_where, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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_CARET, - [78724] = 6, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3204), 1, - anon_sym_DOT, - STATE(1881), 1, - sym_path, - STATE(1815), 2, - sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(590), 12, - sym_identifier, anon_sym_GT, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_DOT_DOT, - ACTIONS(592), 25, - anon_sym_COMMA, + anon_sym_DASH_DASH, anon_sym_DASH, + anon_sym_in, anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [78779] = 7, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3207), 1, anon_sym_DOT, - STATE(1816), 1, - sym_comment, - STATE(1820), 1, - sym_path, - STATE(2004), 1, - sym_cell_path, - ACTIONS(574), 6, - anon_sym_GT, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_DOT_DOT, - ACTIONS(576), 31, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -190289,29 +190542,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - [78836] = 7, + sym_short_flag, + [79121] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3198), 1, - anon_sym_DOT, - STATE(1805), 1, - sym_path, - STATE(1817), 1, + ACTIONS(3190), 1, + anon_sym_QMARK2, + STATE(1822), 1, sym_comment, - STATE(1954), 1, - sym_cell_path, - ACTIONS(576), 2, + ACTIONS(623), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(574), 35, + ACTIONS(621), 37, + anon_sym_EQ, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, + anon_sym_DOT, anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -190336,25 +190593,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_short_flag, - [78893] = 7, + [79174] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3192), 1, + ACTIONS(3204), 1, anon_sym_DOT, - STATE(1818), 1, - sym_comment, - STATE(1823), 1, + STATE(1806), 1, sym_path, - STATE(1919), 1, + STATE(1823), 1, + sym_comment, + STATE(2007), 1, sym_cell_path, - ACTIONS(578), 12, + ACTIONS(601), 12, sym_identifier, anon_sym_GT, - anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, @@ -190364,15 +190616,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(580), 25, - anon_sym_COLON, + anon_sym_DOT_DOT, + ACTIONS(603), 25, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, @@ -190390,35 +190638,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [78950] = 4, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [79231] = 7, ACTIONS(157), 1, anon_sym_POUND, - STATE(1819), 1, + ACTIONS(3197), 1, + anon_sym_DOT, + STATE(1798), 1, + sym_path, + STATE(1824), 1, sym_comment, - ACTIONS(698), 6, - anon_sym_EQ, + STATE(1918), 1, + sym_cell_path, + ACTIONS(609), 12, + sym_identifier, anon_sym_GT, + anon_sym_DASH, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, + anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(700), 34, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(611), 25, anon_sym_COLON, - anon_sym_LBRACK, anon_sym_COMMA, anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_DOT, - anon_sym_QMARK2, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -190434,39 +190693,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [79001] = 7, + [79288] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3207), 1, + ACTIONS(3197), 1, anon_sym_DOT, - STATE(1820), 1, - sym_comment, - STATE(1830), 1, - aux_sym_cell_path_repeat1, - STATE(1886), 1, + STATE(1798), 1, sym_path, - ACTIONS(597), 6, + STATE(1825), 1, + sym_comment, + STATE(1912), 1, + sym_cell_path, + ACTIONS(593), 12, + sym_identifier, anon_sym_GT, + anon_sym_DASH, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, + anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - anon_sym_DOT_DOT, - ACTIONS(599), 31, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(595), 25, + anon_sym_COLON, anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -190482,68 +190743,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - [79058] = 6, - ACTIONS(157), 1, + [79345] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3209), 1, - anon_sym_DOT, - STATE(1886), 1, - sym_path, - STATE(1821), 2, + ACTIONS(3211), 1, + anon_sym_LF, + STATE(1826), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(590), 6, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_DOT_DOT, - ACTIONS(592), 31, - anon_sym_COMMA, + ACTIONS(3147), 39, + sym_cmd_identifier, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_PIPE, + anon_sym_DOLLAR, anon_sym_DASH, - anon_sym_in, + anon_sym_break, + anon_sym_continue, + anon_sym_do, anon_sym_if, + anon_sym_match, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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_try, + anon_sym_return, + anon_sym_where, + anon_sym_not, anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - [79113] = 4, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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_CARET, + [79396] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(761), 1, + ACTIONS(755), 1, anon_sym_LF, - STATE(1822), 1, + STATE(1827), 1, sym_comment, - ACTIONS(759), 39, + ACTIONS(753), 39, anon_sym_EQ, anon_sym_SEMI, anon_sym_RPAREN, @@ -190583,65 +190837,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [79164] = 7, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3192), 1, - anon_sym_DOT, - STATE(1800), 1, - aux_sym_cell_path_repeat1, - STATE(1823), 1, - sym_comment, - STATE(1890), 1, - sym_path, - ACTIONS(597), 12, - sym_identifier, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(599), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [79221] = 4, + [79447] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1824), 1, + STATE(1828), 1, sym_comment, - ACTIONS(700), 2, + ACTIONS(619), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(698), 38, + ACTIONS(617), 38, anon_sym_EQ, anon_sym_SEMI, anon_sym_PIPE, @@ -190680,18 +190884,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [79272] = 7, + [79498] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3215), 1, + anon_sym_LF, + STATE(1829), 1, + sym_comment, + ACTIONS(3213), 39, + sym_cmd_identifier, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_LBRACE, + anon_sym_try, + anon_sym_return, + anon_sym_where, + anon_sym_not, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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_CARET, + [79549] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3192), 1, - anon_sym_DOT, - STATE(1823), 1, - sym_path, - STATE(1825), 1, + ACTIONS(345), 1, + anon_sym_DOT_DOT, + STATE(1830), 1, sym_comment, - STATE(2007), 1, - sym_cell_path, - ACTIONS(601), 12, + ACTIONS(343), 2, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + ACTIONS(789), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -190704,7 +190954,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(603), 25, + ACTIONS(791), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -190730,26 +190980,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [79329] = 6, + [79604] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3212), 1, - anon_sym_DOT, - STATE(1872), 1, - sym_path, - ACTIONS(592), 2, - ts_builtin_sym_end, + ACTIONS(109), 1, anon_sym_LF, - STATE(1826), 2, + STATE(1831), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(590), 35, + ACTIONS(3217), 6, + anon_sym_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, + ACTIONS(107), 32, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -190775,25 +191027,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_short_flag, - [79384] = 6, + [79656] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(305), 1, - anon_sym_DOT_DOT, - STATE(1827), 1, + ACTIONS(3223), 1, + anon_sym_PIPE, + STATE(1832), 1, sym_comment, - ACTIONS(303), 2, + ACTIONS(3221), 16, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - ACTIONS(789), 12, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_DASHinf, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + ACTIONS(3219), 22, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_try, + anon_sym_return, + anon_sym_where, + anon_sym_not, + anon_sym_DOT_DOT, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [79708] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(1833), 1, + sym_comment, + ACTIONS(667), 13, sym_identifier, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, @@ -190802,7 +191093,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(791), 25, + ACTIONS(669), 26, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -190811,6 +191102,7 @@ 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_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, @@ -190828,40 +191120,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [79439] = 4, - ACTIONS(157), 1, + [79758] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(1828), 1, + ACTIONS(3225), 1, + anon_sym_QMARK2, + STATE(1834), 1, sym_comment, - ACTIONS(686), 6, - anon_sym_EQ, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(688), 34, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, + ACTIONS(623), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(621), 36, + anon_sym_SEMI, anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_DOT, - anon_sym_QMARK2, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -190875,27 +191163,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [79490] = 7, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_short_flag, + [79810] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3198), 1, - anon_sym_DOT, - STATE(1826), 1, - aux_sym_cell_path_repeat1, - STATE(1829), 1, + ACTIONS(3225), 1, + anon_sym_QMARK2, + STATE(1835), 1, sym_comment, - STATE(1872), 1, - sym_path, - ACTIONS(588), 2, + ACTIONS(623), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(586), 35, + ACTIONS(621), 36, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, + anon_sym_DOT, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -190925,36 +191214,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, sym_short_flag, - [79547] = 7, + [79862] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3207), 1, - anon_sym_DOT, - STATE(1821), 1, - aux_sym_cell_path_repeat1, - STATE(1830), 1, + ACTIONS(3227), 1, + anon_sym_QMARK2, + STATE(1836), 1, sym_comment, - STATE(1886), 1, - sym_path, - ACTIONS(586), 6, + ACTIONS(621), 13, + sym_identifier, anon_sym_GT, + anon_sym_in, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, + anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, anon_sym_DOT_DOT, - ACTIONS(588), 31, + ACTIONS(623), 25, anon_sym_COMMA, - anon_sym_PIPE, anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -190970,45 +191256,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - [79604] = 5, - ACTIONS(3), 1, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [79914] = 4, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(109), 1, - anon_sym_LF, - STATE(1831), 1, + STATE(1837), 1, sym_comment, - ACTIONS(3215), 6, - anon_sym_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, - ACTIONS(107), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(617), 13, + sym_identifier, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, + anon_sym_DOT, anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(619), 26, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -191019,35 +191307,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [79656] = 4, + [79964] = 5, ACTIONS(157), 1, anon_sym_POUND, - STATE(1832), 1, + ACTIONS(3227), 1, + anon_sym_QMARK2, + STATE(1838), 1, sym_comment, - ACTIONS(686), 7, + ACTIONS(621), 13, + sym_identifier, anon_sym_GT, + anon_sym_in, anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, + anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, anon_sym_DOT_DOT, - ACTIONS(688), 32, + ACTIONS(623), 25, anon_sym_COMMA, - anon_sym_PIPE, anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -191063,47 +191349,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - [79706] = 4, - ACTIONS(157), 1, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [80016] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(1833), 1, + STATE(1839), 1, sym_comment, - ACTIONS(698), 13, - sym_identifier, + ACTIONS(669), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(667), 37, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, anon_sym_DOT, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(700), 26, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -191114,43 +191393,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [79756] = 5, - ACTIONS(157), 1, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_short_flag, + [80066] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3217), 1, - anon_sym_QMARK2, - STATE(1834), 1, + STATE(1840), 1, sym_comment, - ACTIONS(656), 13, - sym_identifier, + ACTIONS(619), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(617), 37, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, anon_sym_DOT, anon_sym_STAR, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, - ACTIONS(658), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_short_flag, + [80116] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(755), 1, + anon_sym_LF, + STATE(1841), 1, + sym_comment, + ACTIONS(753), 38, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, + anon_sym_GT, anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -191161,28 +191485,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [79808] = 4, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_short_flag, + [80166] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1835), 1, - sym_comment, - ACTIONS(752), 2, - ts_builtin_sym_end, + ACTIONS(712), 1, anon_sym_LF, - ACTIONS(750), 37, - anon_sym_EQ, + STATE(1842), 1, + sym_comment, + ACTIONS(710), 38, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -191207,12 +191534,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [79858] = 4, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_short_flag, + [80216] = 5, ACTIONS(157), 1, anon_sym_POUND, - STATE(1836), 1, + ACTIONS(3229), 1, + anon_sym_QMARK2, + STATE(1843), 1, sym_comment, - ACTIONS(686), 13, + ACTIONS(621), 13, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -191226,7 +191559,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(688), 26, + ACTIONS(623), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -191235,7 +191568,6 @@ 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_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, @@ -191253,14 +191585,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [79908] = 4, + [80268] = 5, ACTIONS(157), 1, anon_sym_POUND, - STATE(1837), 1, + ACTIONS(3229), 1, + anon_sym_QMARK2, + STATE(1844), 1, sym_comment, - ACTIONS(686), 13, + ACTIONS(621), 13, sym_identifier, anon_sym_GT, + anon_sym_DASH, anon_sym_in, anon_sym_DOT, anon_sym_STAR, @@ -191271,12 +191606,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT, - ACTIONS(688), 26, + ACTIONS(623), 25, + anon_sym_COLON, anon_sym_COMMA, - anon_sym_DASH, - anon_sym_RBRACE, - anon_sym_QMARK2, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, @@ -191294,43 +191632,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [79958] = 5, + [80320] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3217), 1, - anon_sym_QMARK2, - STATE(1838), 1, + STATE(1845), 1, sym_comment, - ACTIONS(656), 13, - sym_identifier, + ACTIONS(667), 7, anon_sym_GT, - anon_sym_DASH, - anon_sym_in, anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(658), 25, - anon_sym_COLON, + anon_sym_DOT_DOT, + ACTIONS(669), 32, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -191346,32 +191673,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [80010] = 4, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + [80370] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1839), 1, + STATE(1846), 1, sym_comment, - ACTIONS(698), 13, - sym_identifier, + ACTIONS(617), 7, anon_sym_GT, - anon_sym_in, anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, anon_sym_DOT_DOT, - ACTIONS(700), 26, + ACTIONS(619), 32, anon_sym_COMMA, + anon_sym_PIPE, anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -191387,44 +191719,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [80060] = 4, - ACTIONS(3), 1, + [80420] = 5, + ACTIONS(157), 1, anon_sym_POUND, - STATE(1840), 1, + ACTIONS(3231), 1, + anon_sym_QMARK2, + STATE(1847), 1, sym_comment, - ACTIONS(748), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(746), 37, - anon_sym_EQ, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(621), 7, anon_sym_GT, - anon_sym_DASH, - anon_sym_in, anon_sym_DOT, anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_DOT_DOT, + ACTIONS(623), 31, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -191438,14 +191769,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [80110] = 5, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + [80472] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3219), 1, + ACTIONS(3231), 1, anon_sym_QMARK2, - STATE(1841), 1, + STATE(1848), 1, sym_comment, - ACTIONS(656), 7, + ACTIONS(621), 7, anon_sym_GT, anon_sym_DOT, anon_sym_STAR, @@ -191453,7 +191786,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_LT2, anon_sym_DOT_DOT, - ACTIONS(658), 31, + ACTIONS(623), 31, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -191485,14 +191818,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - [80162] = 5, + [80524] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3221), 1, - anon_sym_QMARK2, - STATE(1842), 1, + STATE(1849), 1, sym_comment, - ACTIONS(656), 13, + ACTIONS(667), 13, sym_identifier, anon_sym_GT, anon_sym_in, @@ -191506,10 +191837,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, anon_sym_DOT_DOT, - ACTIONS(658), 25, + ACTIONS(669), 26, anon_sym_COMMA, anon_sym_DASH, anon_sym_RBRACE, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, @@ -191532,14 +191864,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [80214] = 5, + [80574] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3221), 1, - anon_sym_QMARK2, - STATE(1843), 1, + STATE(1850), 1, sym_comment, - ACTIONS(656), 13, + ACTIONS(617), 13, sym_identifier, anon_sym_GT, anon_sym_in, @@ -191553,10 +191883,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, anon_sym_DOT_DOT, - ACTIONS(658), 25, + ACTIONS(619), 26, anon_sym_COMMA, anon_sym_DASH, anon_sym_RBRACE, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, @@ -191579,38 +191910,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [80266] = 5, - ACTIONS(157), 1, + [80624] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3219), 1, - anon_sym_QMARK2, - STATE(1844), 1, + STATE(1851), 1, sym_comment, - ACTIONS(656), 7, - anon_sym_GT, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_DOT_DOT, - ACTIONS(658), 31, - anon_sym_COMMA, + ACTIONS(712), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(710), 37, + anon_sym_EQ, + anon_sym_SEMI, anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -191624,27 +191956,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - [80318] = 5, + [80674] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3223), 1, - anon_sym_QMARK2, - STATE(1845), 1, - sym_comment, - ACTIONS(658), 2, - ts_builtin_sym_end, + ACTIONS(840), 1, anon_sym_LF, - ACTIONS(656), 36, + STATE(1852), 1, + sym_comment, + ACTIONS(838), 38, + anon_sym_EQ, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_DOT, + anon_sym_RBRACE, anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -191669,24 +192002,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_short_flag, - [80370] = 7, + [80724] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(576), 1, + ACTIONS(570), 1, anon_sym_LF, - ACTIONS(3225), 1, + ACTIONS(3233), 1, anon_sym_DOT, - STATE(1846), 1, - sym_comment, - STATE(1847), 1, + STATE(1943), 1, sym_path, - STATE(2072), 1, - sym_cell_path, - ACTIONS(574), 35, + STATE(1853), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(568), 35, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -191722,20 +192050,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - [80426] = 7, + [80778] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(599), 1, + ACTIONS(583), 1, anon_sym_LF, - ACTIONS(3225), 1, + ACTIONS(3236), 1, anon_sym_DOT, - STATE(1847), 1, - sym_comment, STATE(1853), 1, aux_sym_cell_path_repeat1, - STATE(1969), 1, + STATE(1854), 1, + sym_comment, + STATE(1943), 1, sym_path, - ACTIONS(597), 35, + ACTIONS(581), 35, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -191771,25 +192099,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - [80482] = 5, + [80834] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3223), 1, - anon_sym_QMARK2, - STATE(1848), 1, + STATE(1855), 1, sym_comment, - ACTIONS(658), 2, + ACTIONS(761), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(656), 36, + ACTIONS(759), 37, + anon_sym_EQ, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, anon_sym_DOT, anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -191814,28 +192145,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_short_flag, - [80534] = 4, + [80884] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(1849), 1, - sym_comment, - ACTIONS(700), 2, - ts_builtin_sym_end, + ACTIONS(603), 1, anon_sym_LF, - ACTIONS(698), 37, + ACTIONS(3236), 1, + anon_sym_DOT, + STATE(1856), 1, + sym_comment, + STATE(1857), 1, + sym_path, + STATE(2031), 1, + sym_cell_path, + ACTIONS(601), 35, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_DOT, + anon_sym_RBRACE, anon_sym_STAR, - anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -191863,29 +192194,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - sym_short_flag, - [80584] = 4, + [80940] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(1850), 1, - sym_comment, - ACTIONS(761), 2, - ts_builtin_sym_end, + ACTIONS(607), 1, anon_sym_LF, - ACTIONS(759), 37, - anon_sym_EQ, + ACTIONS(3236), 1, + anon_sym_DOT, + STATE(1854), 1, + aux_sym_cell_path_repeat1, + STATE(1857), 1, + sym_comment, + STATE(1943), 1, + sym_path, + ACTIONS(605), 35, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_DOT, + anon_sym_RBRACE, anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -191910,24 +192240,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [80634] = 4, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [80996] = 5, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3223), 1, + anon_sym_PIPE, + STATE(1858), 1, + sym_comment, + ACTIONS(3240), 16, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_DASHinf, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + ACTIONS(3238), 22, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_try, + anon_sym_return, + anon_sym_where, + anon_sym_not, + anon_sym_DOT_DOT, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [81048] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1851), 1, + STATE(1859), 1, sym_comment, - ACTIONS(688), 2, + ACTIONS(755), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(686), 37, + ACTIONS(753), 37, + anon_sym_EQ, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, anon_sym_DOT, anon_sym_STAR, - anon_sym_QMARK2, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -191952,39 +192336,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_short_flag, - [80684] = 4, - ACTIONS(3), 1, + [81098] = 4, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(761), 1, - anon_sym_LF, - STATE(1852), 1, + STATE(1860), 1, sym_comment, - ACTIONS(759), 38, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(753), 7, anon_sym_GT, - anon_sym_DASH_DASH, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_DOT_DOT, + ACTIONS(755), 31, + anon_sym_COMMA, + anon_sym_PIPE, anon_sym_DASH, anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -191999,30 +192380,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - sym_short_flag, - [80734] = 7, + [81147] = 7, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3181), 1, + anon_sym_list, + STATE(1861), 1, + sym_comment, + STATE(1991), 1, + sym__type_annotation, + ACTIONS(3179), 2, + anon_sym_table, + anon_sym_record, + STATE(2660), 3, + sym_flat_type, + sym_collection_type, + sym_list_type, + ACTIONS(3177), 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, + [81202] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(588), 1, - anon_sym_LF, - ACTIONS(3225), 1, - anon_sym_DOT, - STATE(1853), 1, + STATE(1862), 1, sym_comment, - STATE(1854), 1, - aux_sym_cell_path_repeat1, - STATE(1969), 1, - sym_path, - ACTIONS(586), 35, + ACTIONS(712), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(710), 36, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, + anon_sym_DOT, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -192051,19 +192473,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - [80790] = 6, + sym_short_flag, + [81251] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(592), 1, + ACTIONS(619), 1, anon_sym_LF, - ACTIONS(3227), 1, - anon_sym_DOT, - STATE(1969), 1, - sym_path, - STATE(1854), 2, + STATE(1863), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(590), 35, + ACTIONS(617), 37, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -192071,7 +192489,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_in, anon_sym_RBRACE, + anon_sym_DOT, anon_sym_STAR, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -192099,35 +192519,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - [80844] = 4, - ACTIONS(3), 1, + [81300] = 4, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(752), 1, - anon_sym_LF, - STATE(1855), 1, + STATE(1864), 1, sym_comment, - ACTIONS(750), 38, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(753), 13, + sym_identifier, anon_sym_GT, - anon_sym_DASH_DASH, - anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_DOT_DOT, + ACTIONS(755), 25, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -192138,35 +192559,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - sym_short_flag, - [80894] = 4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [81349] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(862), 1, - anon_sym_LF, - STATE(1856), 1, + STATE(1865), 1, sym_comment, - ACTIONS(860), 38, - anon_sym_EQ, + ACTIONS(755), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(753), 36, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, + anon_sym_DOT, anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -192191,32 +192605,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [80944] = 4, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_short_flag, + [81398] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1857), 1, + STATE(1866), 1, sym_comment, - ACTIONS(698), 7, + ACTIONS(710), 13, + sym_identifier, anon_sym_GT, + anon_sym_in, anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, + anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, anon_sym_DOT_DOT, - ACTIONS(700), 32, + ACTIONS(712), 25, anon_sym_COMMA, - anon_sym_PIPE, anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -192232,28 +192649,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, - [80994] = 7, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [81447] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3142), 1, + ACTIONS(3181), 1, anon_sym_list, - STATE(1858), 1, + STATE(1867), 1, sym_comment, - STATE(3482), 1, + STATE(3457), 1, sym__type_annotation, - ACTIONS(3140), 2, + ACTIONS(3179), 2, anon_sym_table, anon_sym_record, - STATE(2659), 3, + STATE(2660), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(3138), 31, + ACTIONS(3177), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -192285,12 +192702,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [81049] = 4, + [81502] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1859), 1, + STATE(1868), 1, sym_comment, - ACTIONS(746), 13, + ACTIONS(710), 13, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -192304,7 +192721,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(748), 25, + ACTIONS(712), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -192330,28 +192747,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [81098] = 7, + [81551] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(580), 1, - anon_sym_LF, - ACTIONS(3230), 1, + ACTIONS(3242), 1, anon_sym_DOT, - STATE(1860), 1, + STATE(1869), 1, sym_comment, - STATE(1874), 1, + STATE(1877), 1, sym_path, - STATE(2097), 1, + STATE(2125), 1, sym_cell_path, - ACTIONS(578), 34, + ACTIONS(603), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(601), 33, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -192377,112 +192792,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_short_flag, - [81153] = 4, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [81606] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1861), 1, + STATE(1870), 1, sym_comment, - ACTIONS(3234), 16, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_DASHinf, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - anon_sym_CARET, - ACTIONS(3232), 22, - sym_cmd_identifier, - anon_sym_DOLLAR, + ACTIONS(753), 13, + sym_identifier, + anon_sym_GT, anon_sym_DASH, - anon_sym_break, - anon_sym_continue, - anon_sym_do, - anon_sym_if, - anon_sym_match, - anon_sym_try, - anon_sym_return, - anon_sym_where, - anon_sym_not, - anon_sym_DOT_DOT, - sym_val_nothing, - anon_sym_true, - anon_sym_false, - aux_sym_val_number_token1, - anon_sym_inf, - anon_sym_NaN, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - [81202] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(599), 1, - anon_sym_LF, - ACTIONS(3236), 1, + anon_sym_in, anon_sym_DOT, - STATE(1862), 1, - sym_comment, - STATE(1869), 1, - aux_sym_cell_path_repeat1, - STATE(2080), 1, - sym_path, - ACTIONS(597), 34, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(755), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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, - sym_short_flag, - [81257] = 5, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [81655] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(791), 1, + ACTIONS(595), 1, anon_sym_LF, - STATE(1863), 1, + ACTIONS(3244), 1, + anon_sym_DOT, + STATE(1871), 1, sym_comment, - ACTIONS(387), 3, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(789), 34, + STATE(1881), 1, + sym_path, + STATE(2129), 1, + sym_cell_path, + ACTIONS(593), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -192517,71 +192888,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [81308] = 7, + [81710] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3142), 1, - anon_sym_list, - STATE(1864), 1, + STATE(1872), 1, sym_comment, - STATE(2680), 1, - sym__type_annotation, - ACTIONS(3140), 2, - anon_sym_table, - anon_sym_record, - STATE(2659), 3, - sym_flat_type, - sym_collection_type, - sym_list_type, - ACTIONS(3138), 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, - [81363] = 7, + ACTIONS(3248), 16, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_DASHinf, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + anon_sym_CARET, + ACTIONS(3246), 22, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_break, + anon_sym_continue, + anon_sym_do, + anon_sym_if, + anon_sym_match, + anon_sym_try, + anon_sym_return, + anon_sym_where, + anon_sym_not, + anon_sym_DOT_DOT, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + [81759] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3142), 1, + ACTIONS(3254), 1, anon_sym_list, - STATE(1865), 1, + STATE(1873), 1, sym_comment, - STATE(1931), 1, + STATE(1991), 1, sym__type_annotation, - ACTIONS(3140), 2, + ACTIONS(3252), 2, anon_sym_table, anon_sym_record, - STATE(2659), 3, + STATE(2046), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(3138), 31, + ACTIONS(3250), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -192613,20 +192981,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [81418] = 7, + [81814] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(607), 1, + ACTIONS(570), 1, anon_sym_LF, - ACTIONS(3230), 1, + ACTIONS(3256), 1, anon_sym_DOT, - STATE(1866), 1, - sym_comment, - STATE(1874), 1, + STATE(2081), 1, sym_path, - STATE(2134), 1, - sym_cell_path, - ACTIONS(605), 34, + STATE(1874), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(568), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -192661,70 +193028,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [81473] = 5, + [81867] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(658), 1, + ACTIONS(583), 1, anon_sym_LF, - ACTIONS(3238), 1, - anon_sym_QMARK2, - STATE(1867), 1, - sym_comment, - ACTIONS(656), 36, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, + ACTIONS(3244), 1, anon_sym_DOT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - [81524] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(658), 1, - anon_sym_LF, - ACTIONS(3238), 1, - anon_sym_QMARK2, - STATE(1868), 1, + STATE(1874), 1, + aux_sym_cell_path_repeat1, + STATE(1875), 1, sym_comment, - ACTIONS(656), 36, + STATE(2081), 1, + sym_path, + ACTIONS(581), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, anon_sym_RBRACE, - anon_sym_DOT, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -192750,66 +193075,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - [81575] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(588), 1, - anon_sym_LF, - ACTIONS(3236), 1, - anon_sym_DOT, - STATE(1869), 1, - sym_comment, - STATE(1878), 1, - aux_sym_cell_path_repeat1, - STATE(2080), 1, - sym_path, - ACTIONS(586), 34, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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, sym_short_flag, - [81630] = 5, + [81922] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(1870), 1, + STATE(1876), 1, sym_comment, ACTIONS(109), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3240), 6, + ACTIONS(3259), 6, anon_sym_EQ, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -192847,22 +193122,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [81681] = 4, + [81973] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(1871), 1, + ACTIONS(3242), 1, + anon_sym_DOT, + STATE(1877), 1, sym_comment, - ACTIONS(752), 2, + STATE(1887), 1, + aux_sym_cell_path_repeat1, + STATE(2024), 1, + sym_path, + ACTIONS(607), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(750), 36, + ACTIONS(605), 33, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_DOT, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -192891,24 +193170,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - sym_short_flag, - [81730] = 4, + [82028] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1872), 1, + STATE(1878), 1, sym_comment, - ACTIONS(761), 2, + ACTIONS(840), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(759), 36, + ACTIONS(838), 36, + anon_sym_EQ, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_DOT, anon_sym_STAR, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PLUS_PLUS_EQ, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -192933,72 +193215,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_short_flag, - [81779] = 7, + [82077] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3242), 1, - anon_sym_DOT, - STATE(1873), 1, - sym_comment, - STATE(1883), 1, - aux_sym_cell_path_repeat1, - STATE(2049), 1, - sym_path, - ACTIONS(599), 2, - ts_builtin_sym_end, + ACTIONS(791), 1, anon_sym_LF, - ACTIONS(597), 33, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, + STATE(1879), 1, + sym_comment, + ACTIONS(387), 3, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - [81834] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(599), 1, - anon_sym_LF, - ACTIONS(3230), 1, - anon_sym_DOT, - STATE(1874), 1, - sym_comment, - STATE(1896), 1, - aux_sym_cell_path_repeat1, - STATE(2017), 1, - sym_path, - ACTIONS(597), 34, + ACTIONS(789), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -193033,20 +193261,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [81889] = 7, + [82128] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(584), 1, + ACTIONS(611), 1, anon_sym_LF, - ACTIONS(3230), 1, + ACTIONS(3244), 1, anon_sym_DOT, - STATE(1874), 1, - sym_path, - STATE(1875), 1, + STATE(1880), 1, sym_comment, - STATE(2150), 1, + STATE(1881), 1, + sym_path, + STATE(2136), 1, sym_cell_path, - ACTIONS(582), 34, + ACTIONS(609), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -193081,69 +193309,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [81944] = 4, + [82183] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(688), 1, + ACTIONS(607), 1, anon_sym_LF, - STATE(1876), 1, - sym_comment, - ACTIONS(686), 37, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, + ACTIONS(3244), 1, anon_sym_DOT, - anon_sym_STAR, - anon_sym_QMARK2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - [81993] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(700), 1, - anon_sym_LF, - STATE(1877), 1, + STATE(1875), 1, + aux_sym_cell_path_repeat1, + STATE(1881), 1, sym_comment, - ACTIONS(698), 37, + STATE(2081), 1, + sym_path, + ACTIONS(605), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, anon_sym_RBRACE, - anon_sym_DOT, anon_sym_STAR, - anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -193168,76 +193356,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - [82042] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(592), 1, - anon_sym_LF, - ACTIONS(3244), 1, - anon_sym_DOT, - STATE(2080), 1, - sym_path, - STATE(1878), 2, - sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(590), 34, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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, sym_short_flag, - [82095] = 7, + [82238] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3242), 1, + ACTIONS(603), 1, + anon_sym_LF, + ACTIONS(3244), 1, anon_sym_DOT, - STATE(1873), 1, + STATE(1881), 1, sym_path, - STATE(1879), 1, + STATE(1882), 1, sym_comment, - STATE(2166), 1, + STATE(1889), 1, sym_cell_path, - ACTIONS(576), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(574), 33, + ACTIONS(601), 34, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -193263,39 +193404,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - [82150] = 4, + sym_short_flag, + [82293] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1880), 1, + STATE(1883), 1, sym_comment, - ACTIONS(750), 13, - sym_identifier, + ACTIONS(710), 7, anon_sym_GT, - anon_sym_in, anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, + anon_sym_DOT_DOT, + ACTIONS(712), 31, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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_DOT_DOT, - ACTIONS(752), 25, - anon_sym_COMMA, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + [82342] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(669), 1, + anon_sym_LF, + STATE(1884), 1, + sym_comment, + ACTIONS(667), 37, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, + anon_sym_in, anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -193306,19 +193489,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [82199] = 4, + [82391] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1881), 1, + STATE(1885), 1, sym_comment, ACTIONS(759), 13, sym_identifier, anon_sym_GT, + anon_sym_DASH, anon_sym_in, anon_sym_DOT, anon_sym_STAR, @@ -193329,11 +193514,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT, ACTIONS(761), 25, + anon_sym_COLON, anon_sym_COMMA, - anon_sym_DASH, - anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, @@ -193351,25 +193540,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [82248] = 7, + [82440] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(580), 1, + ACTIONS(570), 1, anon_sym_LF, - ACTIONS(3236), 1, + ACTIONS(3261), 1, anon_sym_DOT, - STATE(1862), 1, + STATE(2059), 1, sym_path, - STATE(1882), 1, + STATE(1886), 2, sym_comment, - STATE(2145), 1, - sym_cell_path, - ACTIONS(578), 34, + aux_sym_cell_path_repeat1, + ACTIONS(568), 34, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -193404,21 +193587,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, sym_short_flag, - [82303] = 7, + [82493] = 7, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(3242), 1, anon_sym_DOT, - STATE(1883), 1, + STATE(1887), 1, sym_comment, - STATE(1892), 1, + STATE(1891), 1, aux_sym_cell_path_repeat1, - STATE(2049), 1, + STATE(2024), 1, sym_path, - ACTIONS(588), 2, + ACTIONS(583), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(586), 33, + ACTIONS(581), 33, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -193452,20 +193635,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - [82358] = 7, + [82548] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(570), 1, + ACTIONS(615), 1, anon_sym_LF, - ACTIONS(3230), 1, + ACTIONS(3244), 1, anon_sym_DOT, - STATE(1874), 1, + STATE(1881), 1, sym_path, - STATE(1884), 1, + STATE(1888), 1, sym_comment, - STATE(2155), 1, + STATE(2142), 1, sym_cell_path, - ACTIONS(568), 34, + ACTIONS(613), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -193500,14 +193683,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [82413] = 4, + [82603] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(854), 1, + ACTIONS(787), 1, anon_sym_LF, - STATE(1885), 1, + STATE(1889), 1, sym_comment, - ACTIONS(852), 37, + ACTIONS(785), 37, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -193545,81 +193728,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, sym_short_flag, - [82462] = 4, - ACTIONS(157), 1, + [82652] = 7, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(583), 1, + anon_sym_LF, + ACTIONS(3264), 1, + anon_sym_DOT, STATE(1886), 1, + aux_sym_cell_path_repeat1, + STATE(1890), 1, sym_comment, - ACTIONS(759), 7, - anon_sym_GT, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_DOT_DOT, - ACTIONS(761), 31, - anon_sym_COMMA, + STATE(2059), 1, + sym_path, + ACTIONS(581), 34, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, anon_sym_DASH, - anon_sym_in, - anon_sym_if, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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_not, anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - [82511] = 4, - ACTIONS(157), 1, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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, + sym_short_flag, + [82707] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(1887), 1, - sym_comment, - ACTIONS(750), 7, - anon_sym_GT, + ACTIONS(3266), 1, anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_DOT_DOT, - ACTIONS(752), 31, - anon_sym_COMMA, + STATE(2024), 1, + sym_path, + ACTIONS(570), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(1891), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(568), 33, + anon_sym_SEMI, anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -193634,21 +193821,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - [82560] = 7, + [82760] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(576), 1, + ACTIONS(591), 1, anon_sym_LF, - ACTIONS(3230), 1, + ACTIONS(3244), 1, anon_sym_DOT, - STATE(1874), 1, + STATE(1881), 1, sym_path, - STATE(1885), 1, - sym_cell_path, - STATE(1888), 1, + STATE(1892), 1, sym_comment, - ACTIONS(574), 34, + STATE(2143), 1, + sym_cell_path, + ACTIONS(589), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -193683,23 +193871,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [82615] = 7, + [82815] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3251), 1, + ACTIONS(3181), 1, anon_sym_list, - STATE(1889), 1, + STATE(1893), 1, sym_comment, - STATE(1931), 1, + STATE(2684), 1, sym__type_annotation, - ACTIONS(3249), 2, + ACTIONS(3179), 2, anon_sym_table, anon_sym_record, - STATE(2029), 3, + STATE(2660), 3, sym_flat_type, sym_collection_type, sym_list_type, - ACTIONS(3247), 31, + ACTIONS(3177), 31, anon_sym_any, anon_sym_binary, anon_sym_block, @@ -193731,64 +193919,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_string, anon_sym_variable, anon_sym_var_DASHwith_DASHopt_DASHtype, - [82670] = 4, - ACTIONS(157), 1, + [82870] = 7, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(607), 1, + anon_sym_LF, + ACTIONS(3264), 1, + anon_sym_DOT, STATE(1890), 1, + aux_sym_cell_path_repeat1, + STATE(1894), 1, sym_comment, - ACTIONS(759), 13, - sym_identifier, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(761), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, + STATE(2059), 1, + sym_path, + ACTIONS(605), 34, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [82719] = 6, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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, + sym_short_flag, + [82925] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(592), 1, + ACTIONS(587), 1, anon_sym_LF, - ACTIONS(3253), 1, + ACTIONS(3244), 1, anon_sym_DOT, - STATE(2017), 1, + STATE(1881), 1, sym_path, - STATE(1891), 2, + STATE(1895), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(590), 34, + STATE(2167), 1, + sym_cell_path, + ACTIONS(585), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -193823,25 +194015,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [82772] = 6, + [82980] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3256), 1, - anon_sym_DOT, - STATE(2049), 1, - sym_path, - ACTIONS(592), 2, - ts_builtin_sym_end, + ACTIONS(623), 1, anon_sym_LF, - STATE(1892), 2, + ACTIONS(3269), 1, + anon_sym_QMARK2, + STATE(1896), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(590), 33, + ACTIONS(621), 36, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -193870,28 +194061,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - [82825] = 7, + [83031] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(603), 1, + ACTIONS(623), 1, anon_sym_LF, - ACTIONS(3230), 1, - anon_sym_DOT, - STATE(1874), 1, - sym_path, - STATE(1893), 1, + ACTIONS(3269), 1, + anon_sym_QMARK2, + STATE(1897), 1, sym_comment, - STATE(2157), 1, - sym_cell_path, - ACTIONS(601), 34, + ACTIONS(621), 36, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, anon_sym_RBRACE, + anon_sym_DOT, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -193917,21 +194104,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_short_flag, - [82880] = 7, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [83082] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(615), 1, + ACTIONS(599), 1, anon_sym_LF, - ACTIONS(3230), 1, + ACTIONS(3244), 1, anon_sym_DOT, - STATE(1874), 1, + STATE(1881), 1, sym_path, - STATE(1894), 1, + STATE(1898), 1, sym_comment, - STATE(2151), 1, + STATE(2154), 1, sym_cell_path, - ACTIONS(613), 34, + ACTIONS(597), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -193966,68 +194155,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [82935] = 7, + [83137] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(611), 1, + ACTIONS(587), 1, anon_sym_LF, - ACTIONS(3230), 1, + ACTIONS(3264), 1, anon_sym_DOT, - STATE(1874), 1, + STATE(1894), 1, sym_path, - STATE(1895), 1, + STATE(1899), 1, sym_comment, - STATE(2095), 1, + STATE(2160), 1, sym_cell_path, - ACTIONS(609), 34, + ACTIONS(585), 34, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_GT, + anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_DASH, - anon_sym_in, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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_not, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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, sym_short_flag, - [82990] = 7, + [83192] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(588), 1, + ACTIONS(577), 1, anon_sym_LF, - ACTIONS(3230), 1, + ACTIONS(3244), 1, anon_sym_DOT, - STATE(1891), 1, - aux_sym_cell_path_repeat1, - STATE(1896), 1, - sym_comment, - STATE(2017), 1, + STATE(1881), 1, sym_path, - ACTIONS(586), 34, + STATE(1900), 1, + sym_comment, + STATE(2157), 1, + sym_cell_path, + ACTIONS(575), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -194062,27 +194251,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [83045] = 4, + [83247] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(1897), 1, + ACTIONS(3271), 1, + anon_sym_DOT, + STATE(1901), 1, sym_comment, - ACTIONS(862), 2, + STATE(1974), 1, + sym_path, + STATE(2171), 1, + sym_cell_path, + ACTIONS(591), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(860), 36, - anon_sym_EQ, + ACTIONS(589), 32, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, anon_sym_STAR, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PLUS_PLUS_EQ, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -194107,191 +194297,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [83094] = 4, + sym_short_flag, + [83301] = 9, ACTIONS(157), 1, anon_sym_POUND, - STATE(1898), 1, - sym_comment, - ACTIONS(750), 13, - sym_identifier, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(752), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [83143] = 21, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(664), 1, - anon_sym_LF, - ACTIONS(2252), 1, - anon_sym_DASH_DASH, - ACTIONS(2254), 1, - sym_short_flag, - ACTIONS(3273), 1, - anon_sym_bit_DASHand, - ACTIONS(3275), 1, - anon_sym_bit_DASHxor, - ACTIONS(3277), 1, - anon_sym_bit_DASHor, ACTIONS(3279), 1, - anon_sym_and, - ACTIONS(3281), 1, - anon_sym_xor, - ACTIONS(3283), 1, - anon_sym_or, - STATE(1899), 1, + anon_sym_SLASH_SLASH, + STATE(1902), 1, sym_comment, - STATE(2778), 1, - sym__flag, - STATE(2909), 1, - sym_long_flag, - ACTIONS(3261), 2, + ACTIONS(3273), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3267), 2, + ACTIONS(3277), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3269), 2, + ACTIONS(3281), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3271), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(662), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3263), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3265), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3259), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [83225] = 7, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3285), 1, - anon_sym_DOT, - STATE(1900), 1, - sym_comment, - STATE(1952), 1, - sym_path, - STATE(2189), 1, - sym_cell_path, - ACTIONS(605), 5, - anon_sym_GT, + ACTIONS(3275), 3, anon_sym_STAR, anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(607), 29, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [83279] = 7, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3287), 1, - anon_sym_DOT, - STATE(1901), 1, - sym_comment, - STATE(1973), 1, - sym_path, - STATE(2292), 1, - sym_cell_path, - ACTIONS(582), 11, + ACTIONS(769), 7, sym_identifier, anon_sym_GT, anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, anon_sym_LT2, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(584), 23, + ACTIONS(771), 20, + anon_sym_COLON, anon_sym_COMMA, - anon_sym_DASH, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -194304,23 +194347,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [83333] = 7, + [83359] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3287), 1, - anon_sym_DOT, - STATE(1902), 1, + STATE(1903), 1, sym_comment, - STATE(1973), 1, - sym_path, - STATE(2288), 1, - sym_cell_path, - ACTIONS(568), 11, + ACTIONS(819), 12, sym_identifier, anon_sym_GT, + anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, @@ -194330,10 +194365,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(570), 23, + ACTIONS(821), 25, + anon_sym_COLON, anon_sym_COMMA, - anon_sym_DASH, - anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, @@ -194351,101 +194391,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [83387] = 21, + [83407] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(676), 1, - anon_sym_LF, - ACTIONS(2252), 1, - anon_sym_DASH_DASH, - ACTIONS(2254), 1, - sym_short_flag, - ACTIONS(3273), 1, - anon_sym_bit_DASHand, - ACTIONS(3275), 1, - anon_sym_bit_DASHxor, - ACTIONS(3277), 1, - anon_sym_bit_DASHor, - ACTIONS(3279), 1, - anon_sym_and, - ACTIONS(3281), 1, - anon_sym_xor, - ACTIONS(3283), 1, - anon_sym_or, - STATE(1903), 1, - sym_comment, - STATE(2787), 1, - sym__flag, - STATE(2909), 1, - sym_long_flag, - ACTIONS(3261), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3267), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3269), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3271), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(674), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3263), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3265), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3259), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [83469] = 7, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3289), 1, + ACTIONS(3271), 1, anon_sym_DOT, STATE(1904), 1, sym_comment, - STATE(1929), 1, - aux_sym_cell_path_repeat1, - STATE(2128), 1, + STATE(1974), 1, sym_path, - ACTIONS(597), 7, + STATE(2295), 1, + sym_cell_path, + ACTIONS(599), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(597), 32, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_DOT_DOT, - ACTIONS(599), 27, anon_sym_DASH_DASH, + anon_sym_DASH, anon_sym_in, - anon_sym_LBRACE, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -194459,17 +194437,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, sym_short_flag, - [83523] = 4, + [83461] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(1905), 1, sym_comment, - ACTIONS(852), 12, + ACTIONS(862), 12, sym_identifier, anon_sym_GT, + anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, @@ -194479,11 +194456,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT, - ACTIONS(854), 25, + ACTIONS(864), 25, + anon_sym_COLON, anon_sym_COMMA, - anon_sym_DASH, - anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, @@ -194501,25 +194482,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [83571] = 7, + [83509] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3287), 1, - anon_sym_DOT, STATE(1906), 1, sym_comment, - STATE(1973), 1, - sym_path, - STATE(2287), 1, - sym_cell_path, - ACTIONS(601), 11, + ACTIONS(846), 12, sym_identifier, anon_sym_GT, + anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, @@ -194529,10 +194500,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(603), 23, + ACTIONS(848), 25, + anon_sym_COLON, anon_sym_COMMA, - anon_sym_DASH, - anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, @@ -194550,15 +194526,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [83625] = 4, + [83557] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(1907), 1, sym_comment, - ACTIONS(789), 12, + ACTIONS(842), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -194571,7 +194544,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(791), 25, + ACTIONS(844), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -194597,21 +194570,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [83673] = 7, + [83605] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3291), 1, - anon_sym_DOT, STATE(1908), 1, sym_comment, - STATE(1930), 1, - sym_path, - STATE(2258), 1, - sym_cell_path, - ACTIONS(607), 2, + ACTIONS(791), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(605), 32, + ACTIONS(393), 3, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(789), 32, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -194644,12 +194615,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [83727] = 4, + [83655] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(1909), 1, sym_comment, - ACTIONS(844), 12, + ACTIONS(826), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -194662,7 +194633,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(846), 25, + ACTIONS(828), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -194688,147 +194659,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [83775] = 7, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3287), 1, - anon_sym_DOT, - STATE(1910), 1, - sym_comment, - STATE(1973), 1, - sym_path, - STATE(2219), 1, - sym_cell_path, - ACTIONS(578), 11, - sym_identifier, - anon_sym_GT, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(580), 23, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [83829] = 21, + [83703] = 21, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(668), 1, + ACTIONS(700), 1, anon_sym_LF, - ACTIONS(2252), 1, + ACTIONS(2244), 1, anon_sym_DASH_DASH, - ACTIONS(2254), 1, + ACTIONS(2246), 1, sym_short_flag, - ACTIONS(3273), 1, + ACTIONS(3297), 1, anon_sym_bit_DASHand, - ACTIONS(3275), 1, + ACTIONS(3299), 1, anon_sym_bit_DASHxor, - ACTIONS(3277), 1, + ACTIONS(3301), 1, anon_sym_bit_DASHor, - ACTIONS(3279), 1, + ACTIONS(3303), 1, anon_sym_and, - ACTIONS(3281), 1, + ACTIONS(3305), 1, anon_sym_xor, - ACTIONS(3283), 1, + ACTIONS(3307), 1, anon_sym_or, - STATE(1911), 1, + STATE(1910), 1, sym_comment, - STATE(2783), 1, + STATE(2831), 1, sym__flag, - STATE(2909), 1, + STATE(2919), 1, sym_long_flag, - ACTIONS(3261), 2, + ACTIONS(3285), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3267), 2, + ACTIONS(3291), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3269), 2, + ACTIONS(3293), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3271), 2, + ACTIONS(3295), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(666), 4, + ACTIONS(698), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3263), 4, + ACTIONS(3287), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3265), 4, + ACTIONS(3289), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3259), 6, + ACTIONS(3283), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [83911] = 7, - ACTIONS(3), 1, + [83785] = 4, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3291), 1, - anon_sym_DOT, - STATE(1912), 1, + STATE(1911), 1, sym_comment, - STATE(1930), 1, - sym_path, - STATE(2252), 1, - sym_cell_path, - ACTIONS(584), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(582), 32, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(813), 12, + sym_identifier, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(815), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -194839,45 +194764,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - sym_short_flag, - [83965] = 11, + [83833] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3301), 1, - anon_sym_SLASH_SLASH, - STATE(1913), 1, + STATE(1912), 1, sym_comment, - ACTIONS(3293), 2, + ACTIONS(809), 12, + sym_identifier, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3295), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3299), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3303), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3297), 3, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(3305), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(781), 5, - sym_identifier, - anon_sym_in, + anon_sym_PLUS, + anon_sym_LT2, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(783), 16, + ACTIONS(811), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -194886,6 +194791,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, @@ -194894,32 +194808,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [84027] = 8, - ACTIONS(157), 1, + [83881] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3301), 1, - anon_sym_SLASH_SLASH, - STATE(1914), 1, + ACTIONS(3271), 1, + anon_sym_DOT, + STATE(1913), 1, sym_comment, - ACTIONS(3295), 2, + STATE(1974), 1, + sym_path, + STATE(2266), 1, + sym_cell_path, + ACTIONS(577), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(575), 32, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3299), 2, + anon_sym_in, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3297), 3, - anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(781), 7, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + sym_short_flag, + [83935] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(1914), 1, + sym_comment, + ACTIONS(793), 12, sym_identifier, anon_sym_GT, + anon_sym_DASH, anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, anon_sym_LT2, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(783), 22, + ACTIONS(795), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -194928,6 +194882,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, @@ -194942,46 +194899,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [84083] = 13, + [83983] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3301), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3307), 1, - anon_sym_in, STATE(1915), 1, sym_comment, - ACTIONS(3293), 2, + ACTIONS(830), 12, + sym_identifier, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3295), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3299), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3303), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3297), 3, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(3309), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(781), 4, - sym_identifier, + anon_sym_PLUS, + anon_sym_LT2, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(3305), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(783), 13, + ACTIONS(832), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -194990,36 +194926,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [84149] = 7, + [84031] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3301), 1, - anon_sym_SLASH_SLASH, STATE(1916), 1, sym_comment, - ACTIONS(3299), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3297), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(781), 9, + ACTIONS(805), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(783), 22, + ACTIONS(807), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -195028,6 +194970,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, @@ -195042,37 +194987,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [84203] = 5, - ACTIONS(3), 1, + [84079] = 4, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(658), 1, - anon_sym_LF, - ACTIONS(3311), 1, - anon_sym_QMARK2, STATE(1917), 1, sym_comment, - ACTIONS(656), 35, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(866), 12, + sym_identifier, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, - anon_sym_DOT, anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(868), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -195083,41 +195031,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, + [84127] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(1918), 1, + sym_comment, + ACTIONS(773), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, anon_sym_and, anon_sym_xor, anon_sym_or, - sym_short_flag, - [84253] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(658), 1, - anon_sym_LF, - ACTIONS(3311), 1, - anon_sym_QMARK2, - STATE(1918), 1, - sym_comment, - ACTIONS(656), 35, - anon_sym_SEMI, + ACTIONS(775), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_GT, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -195128,16 +195075,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - sym_short_flag, - [84303] = 4, + [84175] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(1919), 1, sym_comment, - ACTIONS(860), 12, + ACTIONS(854), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -195150,7 +195093,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(862), 25, + ACTIONS(856), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -195176,15 +195119,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [84351] = 5, + [84223] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(1920), 1, sym_comment, - ACTIONS(3299), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(781), 12, + ACTIONS(874), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -195197,7 +195137,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(783), 23, + ACTIONS(876), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -195206,6 +195146,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -195221,24 +195163,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [84401] = 7, + [84271] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3285), 1, + ACTIONS(3309), 1, anon_sym_DOT, STATE(1921), 1, sym_comment, - STATE(1952), 1, + STATE(1987), 1, sym_path, - STATE(2222), 1, + STATE(2001), 1, sym_cell_path, - ACTIONS(578), 5, + ACTIONS(601), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(580), 29, + ACTIONS(603), 29, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -195268,81 +195210,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [84455] = 6, + [84325] = 21, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3313), 1, + ACTIONS(313), 1, anon_sym_DOT, - STATE(2090), 1, - sym_path, - ACTIONS(592), 2, - ts_builtin_sym_end, + ACTIONS(3313), 1, anon_sym_LF, - STATE(1922), 2, + ACTIONS(3323), 1, + anon_sym_QMARK2, + ACTIONS(3331), 1, + anon_sym_bit_DASHand, + ACTIONS(3333), 1, + anon_sym_bit_DASHxor, + ACTIONS(3335), 1, + anon_sym_bit_DASHor, + ACTIONS(3337), 1, + anon_sym_and, + ACTIONS(3339), 1, + anon_sym_xor, + ACTIONS(3341), 1, + anon_sym_or, + STATE(1922), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(590), 32, + STATE(2036), 1, + sym_path, + STATE(2393), 1, + sym_cell_path, + ACTIONS(3317), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3325), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3327), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3329), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3311), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH_DASH, - anon_sym_DASH, + anon_sym_RBRACE, + ACTIONS(3319), 4, anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3321), 4, anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(3315), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - sym_short_flag, - [84507] = 9, + [84407] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3301), 1, - anon_sym_SLASH_SLASH, STATE(1923), 1, sym_comment, - ACTIONS(3295), 2, + ACTIONS(765), 12, + sym_identifier, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3299), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3303), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3297), 3, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(781), 7, - sym_identifier, - anon_sym_GT, - anon_sym_in, + anon_sym_PLUS, anon_sym_LT2, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(783), 20, + ACTIONS(767), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -195351,6 +195298,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -195363,191 +195315,189 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [84565] = 7, + [84455] = 21, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3291), 1, - anon_sym_DOT, - STATE(1922), 1, - aux_sym_cell_path_repeat1, - STATE(1924), 1, - sym_comment, - STATE(2090), 1, - sym_path, - ACTIONS(588), 2, - ts_builtin_sym_end, + ACTIONS(305), 1, anon_sym_LF, - ACTIONS(586), 32, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + ACTIONS(313), 1, + anon_sym_DOT, + ACTIONS(317), 1, + anon_sym_QMARK2, + ACTIONS(325), 1, anon_sym_bit_DASHand, + ACTIONS(327), 1, anon_sym_bit_DASHxor, + ACTIONS(329), 1, anon_sym_bit_DASHor, + ACTIONS(331), 1, anon_sym_and, + ACTIONS(333), 1, anon_sym_xor, + ACTIONS(335), 1, anon_sym_or, - sym_short_flag, - [84619] = 14, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3301), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3307), 1, - anon_sym_in, - STATE(1925), 1, + STATE(1924), 1, sym_comment, - ACTIONS(3293), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(3295), 2, + STATE(2036), 1, + sym_path, + STATE(2396), 1, + sym_cell_path, + ACTIONS(309), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3299), 2, + ACTIONS(319), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3303), 2, + ACTIONS(321), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3316), 2, + ACTIONS(323), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3297), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(3309), 3, + ACTIONS(303), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(311), 4, + anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(781), 4, - sym_identifier, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(3305), 4, + ACTIONS(315), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(307), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(783), 11, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, + [84537] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3343), 1, + anon_sym_DOT, + STATE(1925), 1, + sym_comment, + STATE(1926), 1, + aux_sym_cell_path_repeat1, + STATE(2087), 1, + sym_path, + ACTIONS(607), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(605), 32, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [84687] = 15, - ACTIONS(157), 1, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_not, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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, + sym_short_flag, + [84591] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3301), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3307), 1, - anon_sym_in, - ACTIONS(3318), 1, - anon_sym_bit_DASHand, + ACTIONS(3343), 1, + anon_sym_DOT, STATE(1926), 1, sym_comment, - ACTIONS(3293), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(3295), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3299), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3303), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3316), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3297), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(3309), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(781), 4, - sym_identifier, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(3305), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(783), 10, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, + STATE(1930), 1, + aux_sym_cell_path_repeat1, + STATE(2087), 1, + sym_path, + ACTIONS(583), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(581), 32, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - [84757] = 7, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_not, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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, + sym_short_flag, + [84645] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3285), 1, - anon_sym_DOT, + ACTIONS(401), 1, + anon_sym_DOT_DOT, STATE(1927), 1, sym_comment, - STATE(1952), 1, - sym_path, - STATE(2176), 1, - sym_cell_path, - ACTIONS(568), 5, + ACTIONS(399), 2, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + ACTIONS(789), 11, + sym_identifier, anon_sym_GT, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, + anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(570), 29, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(791), 23, anon_sym_COMMA, - anon_sym_PIPE, anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -195563,88 +195513,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [84811] = 16, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [84697] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3301), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3307), 1, - anon_sym_in, - ACTIONS(3318), 1, - anon_sym_bit_DASHand, - ACTIONS(3320), 1, - anon_sym_bit_DASHxor, + ACTIONS(3345), 1, + anon_sym_QMARK2, STATE(1928), 1, sym_comment, - ACTIONS(3293), 2, + ACTIONS(621), 7, + anon_sym_EQ, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3295), 2, anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(3299), 2, + anon_sym_LT2, + ACTIONS(623), 29, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_DOT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3303), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3316), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3297), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(3309), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(781), 4, - sym_identifier, + 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, - ACTIONS(3305), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(783), 9, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_bit_DASHor, - [84883] = 7, + sym_short_flag, + [84747] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3289), 1, - anon_sym_DOT, + ACTIONS(3345), 1, + anon_sym_QMARK2, STATE(1929), 1, sym_comment, - STATE(1933), 1, - aux_sym_cell_path_repeat1, - STATE(2128), 1, - sym_path, - ACTIONS(586), 7, + ACTIONS(621), 7, + anon_sym_EQ, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - anon_sym_DOT_DOT, - ACTIONS(588), 27, + ACTIONS(623), 29, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DASH_DASH, anon_sym_in, anon_sym_LBRACE, + anon_sym_DOT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -195666,62 +195605,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, sym_short_flag, - [84937] = 7, + [84797] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3291), 1, + ACTIONS(3347), 1, anon_sym_DOT, - STATE(1924), 1, - aux_sym_cell_path_repeat1, - STATE(1930), 1, - sym_comment, - STATE(2090), 1, + STATE(2087), 1, sym_path, - ACTIONS(599), 2, + ACTIONS(570), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(597), 32, + STATE(1930), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(568), 32, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_PIPE, - anon_sym_GT, + anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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_LBRACE, + anon_sym_not, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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, sym_short_flag, - [84991] = 3, + [84849] = 4, ACTIONS(157), 1, anon_sym_POUND, + ACTIONS(3352), 1, + anon_sym_LT, STATE(1931), 1, sym_comment, - ACTIONS(3322), 37, + ACTIONS(3350), 36, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_any, @@ -195758,41 +195696,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var_DASHwith_DASHopt_DASHtype, anon_sym_record, anon_sym_list, - anon_sym_LBRACE, - [85037] = 4, + [84897] = 4, ACTIONS(157), 1, anon_sym_POUND, + ACTIONS(3354), 1, + anon_sym_LT, STATE(1932), 1, sym_comment, - ACTIONS(836), 12, - sym_identifier, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(838), 25, - anon_sym_COLON, + ACTIONS(3350), 36, anon_sym_COMMA, anon_sym_RBRACK, + 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, + [84945] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(669), 1, + anon_sym_LF, + STATE(1933), 1, + sym_comment, + ACTIONS(667), 36, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, + anon_sym_GT, anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -195803,31 +195780,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [85085] = 6, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_short_flag, + [84993] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3324), 1, - anon_sym_DOT, - STATE(2128), 1, - sym_path, - STATE(1933), 2, + STATE(1934), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(590), 7, + ACTIONS(801), 12, + sym_identifier, anon_sym_GT, anon_sym_DASH, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, + anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - anon_sym_DOT_DOT, - ACTIONS(592), 27, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(803), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - anon_sym_in, - anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -195843,155 +195828,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - sym_short_flag, - [85137] = 21, + [85041] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(621), 1, + ACTIONS(619), 1, anon_sym_LF, - ACTIONS(2252), 1, - anon_sym_DASH_DASH, - ACTIONS(2254), 1, - sym_short_flag, - ACTIONS(3273), 1, - anon_sym_bit_DASHand, - ACTIONS(3275), 1, - anon_sym_bit_DASHxor, - ACTIONS(3277), 1, - anon_sym_bit_DASHor, - ACTIONS(3279), 1, - anon_sym_and, - ACTIONS(3281), 1, - anon_sym_xor, - ACTIONS(3283), 1, - anon_sym_or, - STATE(1934), 1, - sym_comment, - STATE(2800), 1, - sym__flag, - STATE(2909), 1, - sym_long_flag, - ACTIONS(3261), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3267), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3269), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3271), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(619), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3263), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3265), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3259), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [85219] = 20, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3301), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3307), 1, - anon_sym_in, - ACTIONS(3318), 1, - anon_sym_bit_DASHand, - ACTIONS(3320), 1, - anon_sym_bit_DASHxor, - ACTIONS(3327), 1, - sym_identifier, - ACTIONS(3331), 1, - anon_sym_bit_DASHor, - ACTIONS(3333), 1, - anon_sym_and, - ACTIONS(3335), 1, - anon_sym_xor, - ACTIONS(3337), 1, - anon_sym_or, STATE(1935), 1, sym_comment, - ACTIONS(3293), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(3295), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3299), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3303), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3316), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3297), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(3309), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3305), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(3329), 8, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [85299] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3291), 1, - anon_sym_DOT, - STATE(1930), 1, - sym_path, - STATE(1936), 1, - sym_comment, - STATE(1954), 1, - sym_cell_path, - ACTIONS(576), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(574), 32, + ACTIONS(617), 36, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_STAR, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -196017,55 +195872,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [85353] = 17, + [85089] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3301), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3307), 1, - anon_sym_in, - ACTIONS(3318), 1, - anon_sym_bit_DASHand, - ACTIONS(3320), 1, - anon_sym_bit_DASHxor, - ACTIONS(3331), 1, - anon_sym_bit_DASHor, - STATE(1937), 1, + STATE(1936), 1, sym_comment, - ACTIONS(3293), 2, + ACTIONS(834), 12, + sym_identifier, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3295), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3299), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3303), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3316), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3297), 3, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(3309), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(781), 4, - sym_identifier, + anon_sym_PLUS, + anon_sym_LT2, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(3305), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(783), 8, + ACTIONS(836), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -196074,81 +195899,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [85427] = 21, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(680), 1, - anon_sym_LF, - ACTIONS(2252), 1, - anon_sym_DASH_DASH, - ACTIONS(2254), 1, - sym_short_flag, - ACTIONS(3273), 1, - anon_sym_bit_DASHand, - ACTIONS(3275), 1, - anon_sym_bit_DASHxor, - ACTIONS(3277), 1, - anon_sym_bit_DASHor, - ACTIONS(3279), 1, - anon_sym_and, - ACTIONS(3281), 1, - anon_sym_xor, - ACTIONS(3283), 1, - anon_sym_or, - STATE(1938), 1, - sym_comment, - STATE(2805), 1, - sym__flag, - STATE(2909), 1, - sym_long_flag, - ACTIONS(3261), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3267), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3269), 2, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3271), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(678), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3263), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3265), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3259), 6, - anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [85509] = 7, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [85137] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3287), 1, - anon_sym_DOT, - STATE(1939), 1, + STATE(1937), 1, sym_comment, - STATE(1973), 1, - sym_path, - STATE(2297), 1, - sym_cell_path, - ACTIONS(605), 11, + ACTIONS(797), 12, sym_identifier, anon_sym_GT, + anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, @@ -196158,10 +195934,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(607), 23, + ACTIONS(799), 25, + anon_sym_COLON, anon_sym_COMMA, - anon_sym_DASH, - anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, @@ -196179,103 +195960,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [85563] = 21, - ACTIONS(3), 1, + [85185] = 7, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(684), 1, - anon_sym_LF, - ACTIONS(2252), 1, - anon_sym_DASH_DASH, - ACTIONS(2254), 1, - sym_short_flag, - ACTIONS(3273), 1, - anon_sym_bit_DASHand, - ACTIONS(3275), 1, - anon_sym_bit_DASHxor, - ACTIONS(3277), 1, - anon_sym_bit_DASHor, - ACTIONS(3279), 1, - anon_sym_and, - ACTIONS(3281), 1, - anon_sym_xor, - ACTIONS(3283), 1, - anon_sym_or, - STATE(1940), 1, + ACTIONS(3309), 1, + anon_sym_DOT, + STATE(1938), 1, sym_comment, - STATE(2823), 1, - sym__flag, - STATE(2909), 1, - sym_long_flag, - ACTIONS(3261), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3267), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3269), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3271), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(682), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3263), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3265), 4, + STATE(1987), 1, + sym_path, + STATE(2191), 1, + sym_cell_path, + ACTIONS(593), 5, + anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3259), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + anon_sym_PLUS, anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [85645] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3291), 1, - anon_sym_DOT, - STATE(1930), 1, - sym_path, - STATE(1941), 1, - sym_comment, - STATE(2240), 1, - sym_cell_path, - ACTIONS(611), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(609), 32, - anon_sym_SEMI, + ACTIONS(595), 29, + anon_sym_COMMA, anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_STAR, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -196288,299 +196006,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, - anon_sym_or, - sym_short_flag, - [85699] = 18, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3301), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3307), 1, - anon_sym_in, - ACTIONS(3318), 1, - anon_sym_bit_DASHand, - ACTIONS(3320), 1, - anon_sym_bit_DASHxor, - ACTIONS(3331), 1, - anon_sym_bit_DASHor, - ACTIONS(3333), 1, - anon_sym_and, - STATE(1942), 1, - sym_comment, - ACTIONS(3293), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(3295), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3299), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3303), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3316), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(781), 3, - sym_identifier, - anon_sym_xor, - anon_sym_or, - ACTIONS(3297), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(3309), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3305), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(783), 8, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [85775] = 19, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3301), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3307), 1, - anon_sym_in, - ACTIONS(3318), 1, - anon_sym_bit_DASHand, - ACTIONS(3320), 1, - anon_sym_bit_DASHxor, - ACTIONS(3331), 1, - anon_sym_bit_DASHor, - ACTIONS(3333), 1, - anon_sym_and, - ACTIONS(3335), 1, - anon_sym_xor, - STATE(1943), 1, - sym_comment, - ACTIONS(781), 2, - sym_identifier, - anon_sym_or, - ACTIONS(3293), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(3295), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3299), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3303), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3316), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3297), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(3309), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3305), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(783), 8, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [85853] = 21, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(672), 1, - anon_sym_LF, - ACTIONS(2252), 1, - anon_sym_DASH_DASH, - ACTIONS(2254), 1, - sym_short_flag, - ACTIONS(3273), 1, - anon_sym_bit_DASHand, - ACTIONS(3275), 1, - anon_sym_bit_DASHxor, - ACTIONS(3277), 1, - anon_sym_bit_DASHor, - ACTIONS(3279), 1, - anon_sym_and, - ACTIONS(3281), 1, - anon_sym_xor, - ACTIONS(3283), 1, - anon_sym_or, - STATE(1944), 1, - sym_comment, - STATE(2814), 1, - sym__flag, - STATE(2909), 1, - sym_long_flag, - ACTIONS(3261), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3267), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3269), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3271), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(670), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3263), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3265), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3259), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [85935] = 21, + anon_sym_or, + [85239] = 21, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(692), 1, + ACTIONS(681), 1, anon_sym_LF, - ACTIONS(2252), 1, + ACTIONS(2244), 1, anon_sym_DASH_DASH, - ACTIONS(2254), 1, + ACTIONS(2246), 1, sym_short_flag, - ACTIONS(3273), 1, + ACTIONS(3297), 1, anon_sym_bit_DASHand, - ACTIONS(3275), 1, + ACTIONS(3299), 1, anon_sym_bit_DASHxor, - ACTIONS(3277), 1, + ACTIONS(3301), 1, anon_sym_bit_DASHor, - ACTIONS(3279), 1, + ACTIONS(3303), 1, anon_sym_and, - ACTIONS(3281), 1, + ACTIONS(3305), 1, anon_sym_xor, - ACTIONS(3283), 1, + ACTIONS(3307), 1, anon_sym_or, - STATE(1945), 1, + STATE(1939), 1, sym_comment, - STATE(2820), 1, + STATE(2818), 1, sym__flag, - STATE(2909), 1, + STATE(2919), 1, sym_long_flag, - ACTIONS(3261), 2, + ACTIONS(3285), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3267), 2, + ACTIONS(3291), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3269), 2, + ACTIONS(3293), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3271), 2, + ACTIONS(3295), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(690), 4, + ACTIONS(679), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3263), 4, + ACTIONS(3287), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3265), 4, + ACTIONS(3289), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3259), 6, + ACTIONS(3283), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [86017] = 20, + [85321] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(781), 1, - sym_identifier, - ACTIONS(3301), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3307), 1, - anon_sym_in, - ACTIONS(3318), 1, - anon_sym_bit_DASHand, - ACTIONS(3320), 1, - anon_sym_bit_DASHxor, - ACTIONS(3331), 1, - anon_sym_bit_DASHor, - ACTIONS(3333), 1, - anon_sym_and, - ACTIONS(3335), 1, - anon_sym_xor, - ACTIONS(3337), 1, - anon_sym_or, - STATE(1946), 1, + STATE(1940), 1, sym_comment, - ACTIONS(3293), 2, + ACTIONS(777), 12, + sym_identifier, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3295), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3299), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3303), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3316), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3297), 3, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(3309), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3305), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(783), 8, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(779), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -196589,39 +196095,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [86097] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3291), 1, - anon_sym_DOT, - STATE(1930), 1, - sym_path, - STATE(1947), 1, - sym_comment, - STATE(2250), 1, - sym_cell_path, - ACTIONS(570), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(568), 32, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -196632,39 +196112,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - sym_short_flag, - [86151] = 4, + [85369] = 7, ACTIONS(157), 1, anon_sym_POUND, - STATE(1948), 1, + ACTIONS(3309), 1, + anon_sym_DOT, + STATE(1941), 1, sym_comment, - ACTIONS(103), 12, - sym_identifier, + STATE(1987), 1, + sym_path, + STATE(2189), 1, + sym_cell_path, + ACTIONS(597), 5, anon_sym_GT, - anon_sym_DASH, - anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(105), 25, - anon_sym_COLON, + ACTIONS(599), 29, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -196680,27 +196156,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [86199] = 5, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [85423] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(658), 1, - anon_sym_LF, - ACTIONS(3339), 1, - anon_sym_QMARK2, - STATE(1949), 1, + ACTIONS(3343), 1, + anon_sym_DOT, + STATE(1925), 1, + sym_path, + STATE(1942), 1, sym_comment, - ACTIONS(656), 35, + STATE(2260), 1, + sym_cell_path, + ACTIONS(587), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(585), 32, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_DOT, anon_sym_not, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, @@ -196725,68 +196206,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, sym_short_flag, - [86249] = 5, + [85477] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(658), 1, + ACTIONS(755), 1, anon_sym_LF, - ACTIONS(3339), 1, - anon_sym_QMARK2, - STATE(1950), 1, + STATE(1943), 1, sym_comment, - ACTIONS(656), 35, + ACTIONS(753), 36, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, + anon_sym_GT, anon_sym_DASH, - anon_sym_LBRACE, + anon_sym_in, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_not, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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, - sym_short_flag, - [86299] = 4, + [85525] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(1951), 1, + ACTIONS(3271), 1, + anon_sym_DOT, + STATE(1944), 1, sym_comment, - ACTIONS(688), 2, + STATE(1974), 1, + sym_path, + STATE(2180), 1, + sym_cell_path, + ACTIONS(611), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(686), 35, + ACTIONS(609), 32, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_DOT, anon_sym_STAR, - anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -196811,45 +196296,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - [86347] = 7, + sym_short_flag, + [85579] = 11, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3285), 1, - anon_sym_DOT, - STATE(1952), 1, + ACTIONS(3279), 1, + anon_sym_SLASH_SLASH, + STATE(1945), 1, sym_comment, - STATE(1968), 1, - aux_sym_cell_path_repeat1, - STATE(2147), 1, - sym_path, - ACTIONS(597), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(599), 29, - anon_sym_COMMA, - anon_sym_PIPE, + ACTIONS(3273), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_PLUS, + ACTIONS(3277), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, + ACTIONS(3281), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(3356), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3275), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(3358), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + ACTIONS(769), 5, + sym_identifier, + anon_sym_in, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(771), 16, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, @@ -196858,26 +196348,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [86401] = 4, + [85641] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1953), 1, - sym_comment, - ACTIONS(700), 2, - ts_builtin_sym_end, + ACTIONS(712), 1, anon_sym_LF, - ACTIONS(698), 35, + STATE(1946), 1, + sym_comment, + ACTIONS(710), 36, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_STAR, - anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -196905,15 +196392,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - [86449] = 4, + [85689] = 8, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3279), 1, + anon_sym_SLASH_SLASH, + STATE(1947), 1, + sym_comment, + ACTIONS(3273), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3277), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3275), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(769), 7, + sym_identifier, + anon_sym_GT, + anon_sym_in, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(771), 22, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [85745] = 13, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3279), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3360), 1, + anon_sym_in, + STATE(1948), 1, + sym_comment, + ACTIONS(3273), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3277), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3281), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3356), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3275), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(3362), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(769), 4, + sym_identifier, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(3358), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(771), 13, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [85811] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(1954), 1, + ACTIONS(3271), 1, + anon_sym_DOT, + STATE(1949), 1, sym_comment, - ACTIONS(854), 2, + STATE(1974), 1, + sym_path, + STATE(2210), 1, + sym_cell_path, + ACTIONS(587), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(852), 35, + ACTIONS(585), 32, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -196945,19 +196539,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, + sym_short_flag, + [85865] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(669), 1, + anon_sym_LF, + STATE(1950), 1, + sym_comment, + ACTIONS(667), 36, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_not, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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, sym_short_flag, - [86497] = 4, + [85913] = 7, ACTIONS(157), 1, anon_sym_POUND, - STATE(1955), 1, + ACTIONS(3364), 1, + anon_sym_DOT, + STATE(1951), 1, sym_comment, - ACTIONS(812), 12, + STATE(1975), 1, + sym_path, + STATE(2007), 1, + sym_cell_path, + ACTIONS(601), 11, sym_identifier, anon_sym_GT, - anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, @@ -196967,15 +196607,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(814), 25, - anon_sym_COLON, + ACTIONS(603), 23, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, @@ -196993,39 +196628,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [86545] = 7, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [85967] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3291), 1, - anon_sym_DOT, - STATE(1930), 1, - sym_path, - STATE(1956), 1, - sym_comment, - STATE(2249), 1, - sym_cell_path, - ACTIONS(603), 2, - ts_builtin_sym_end, + ACTIONS(619), 1, anon_sym_LF, - ACTIONS(601), 32, + STATE(1952), 1, + sym_comment, + ACTIONS(617), 36, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_GT, + anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_not, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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, + sym_short_flag, + [86015] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(1953), 1, + sym_comment, + ACTIONS(870), 12, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, anon_sym_in, anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(872), 25, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -197036,30 +196719,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - sym_short_flag, - [86599] = 5, + [86063] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(1957), 1, + STATE(1954), 1, sym_comment, - ACTIONS(791), 2, + ACTIONS(669), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(393), 3, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(789), 32, + ACTIONS(667), 35, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, + anon_sym_DOT, anon_sym_STAR, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -197084,76 +196760,124 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_short_flag, - [86649] = 21, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [86111] = 21, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(696), 1, + ACTIONS(665), 1, anon_sym_LF, - ACTIONS(2252), 1, + ACTIONS(2244), 1, anon_sym_DASH_DASH, - ACTIONS(2254), 1, + ACTIONS(2246), 1, sym_short_flag, - ACTIONS(3273), 1, + ACTIONS(3297), 1, anon_sym_bit_DASHand, - ACTIONS(3275), 1, + ACTIONS(3299), 1, anon_sym_bit_DASHxor, - ACTIONS(3277), 1, + ACTIONS(3301), 1, anon_sym_bit_DASHor, - ACTIONS(3279), 1, + ACTIONS(3303), 1, anon_sym_and, - ACTIONS(3281), 1, + ACTIONS(3305), 1, anon_sym_xor, - ACTIONS(3283), 1, + ACTIONS(3307), 1, anon_sym_or, - STATE(1958), 1, + STATE(1955), 1, sym_comment, - STATE(2791), 1, + STATE(2774), 1, sym__flag, - STATE(2909), 1, + STATE(2919), 1, sym_long_flag, - ACTIONS(3261), 2, + ACTIONS(3285), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3267), 2, + ACTIONS(3291), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3269), 2, + ACTIONS(3293), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3271), 2, + ACTIONS(3295), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(694), 4, + ACTIONS(663), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3263), 4, + ACTIONS(3287), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3265), 4, + ACTIONS(3289), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3259), 6, + ACTIONS(3283), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [86731] = 4, + [86193] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(688), 1, + STATE(1956), 1, + sym_comment, + ACTIONS(619), 2, + ts_builtin_sym_end, anon_sym_LF, - STATE(1959), 1, + ACTIONS(617), 35, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [86241] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(623), 1, + anon_sym_LF, + ACTIONS(3366), 1, + anon_sym_QMARK2, + STATE(1957), 1, sym_comment, - ACTIONS(686), 36, + ACTIONS(621), 35, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -197165,7 +196889,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_QMARK2, anon_sym_not, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, @@ -197190,20 +196913,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, sym_short_flag, - [86779] = 7, + [86291] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3287), 1, - anon_sym_DOT, - STATE(1905), 1, - sym_cell_path, - STATE(1960), 1, + ACTIONS(3279), 1, + anon_sym_SLASH_SLASH, + STATE(1958), 1, sym_comment, - STATE(1973), 1, - sym_path, - ACTIONS(574), 11, + ACTIONS(3277), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3275), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(769), 9, + sym_identifier, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(771), 22, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [86345] = 5, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(1959), 1, + sym_comment, + ACTIONS(3277), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(769), 12, sym_identifier, anon_sym_GT, + anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, @@ -197213,12 +196981,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(576), 23, + ACTIONS(771), 23, + anon_sym_COLON, anon_sym_COMMA, - anon_sym_DASH, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -197234,38 +197005,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [86833] = 7, + [86395] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3285), 1, - anon_sym_DOT, - STATE(1952), 1, - sym_path, - STATE(1961), 1, + STATE(1960), 1, sym_comment, - STATE(2188), 1, - sym_cell_path, - ACTIONS(609), 5, + ACTIONS(819), 12, + sym_identifier, anon_sym_GT, + anon_sym_DASH, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, + anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(611), 29, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(821), 25, + anon_sym_COLON, anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -197281,17 +197049,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [86887] = 4, + [86443] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(700), 1, + ACTIONS(623), 1, anon_sym_LF, - STATE(1962), 1, + ACTIONS(3366), 1, + anon_sym_QMARK2, + STATE(1961), 1, sym_comment, - ACTIONS(698), 36, + ACTIONS(621), 35, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -197303,7 +197070,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_QMARK2, anon_sym_not, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, @@ -197328,34 +197094,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, sym_short_flag, - [86935] = 6, + [86493] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(401), 1, - anon_sym_DOT_DOT, - STATE(1963), 1, + STATE(1962), 1, sym_comment, - ACTIONS(399), 2, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - ACTIONS(789), 5, + ACTIONS(107), 12, + sym_identifier, anon_sym_GT, + anon_sym_DASH, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, + anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(791), 29, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(109), 25, + anon_sym_COLON, anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -197371,38 +197138,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [86987] = 7, + [86541] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3287), 1, - anon_sym_DOT, - STATE(1964), 1, + ACTIONS(409), 1, + anon_sym_DOT_DOT, + STATE(1963), 1, sym_comment, - STATE(1973), 1, - sym_path, - STATE(2246), 1, - sym_cell_path, - ACTIONS(609), 11, - sym_identifier, + ACTIONS(407), 2, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + ACTIONS(789), 5, anon_sym_GT, - anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(611), 23, + ACTIONS(791), 29, anon_sym_COMMA, + anon_sym_PIPE, anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -197418,133 +197181,152 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [87041] = 7, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [86593] = 21, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3291), 1, - anon_sym_DOT, - STATE(1930), 1, - sym_path, - STATE(1965), 1, - sym_comment, - STATE(2230), 1, - sym_cell_path, - ACTIONS(580), 2, - ts_builtin_sym_end, + ACTIONS(685), 1, anon_sym_LF, - ACTIONS(578), 32, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, + ACTIONS(2244), 1, anon_sym_DASH_DASH, + ACTIONS(2246), 1, + sym_short_flag, + ACTIONS(3297), 1, + anon_sym_bit_DASHand, + ACTIONS(3299), 1, + anon_sym_bit_DASHxor, + ACTIONS(3301), 1, + anon_sym_bit_DASHor, + ACTIONS(3303), 1, + anon_sym_and, + ACTIONS(3305), 1, + anon_sym_xor, + ACTIONS(3307), 1, + anon_sym_or, + STATE(1964), 1, + sym_comment, + STATE(2825), 1, + sym__flag, + STATE(2919), 1, + sym_long_flag, + ACTIONS(3285), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(3291), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3293), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3295), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(683), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3287), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3289), 4, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(3283), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - sym_short_flag, - [87095] = 21, + [86675] = 21, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(321), 1, - anon_sym_DOT, - ACTIONS(3343), 1, + ACTIONS(629), 1, anon_sym_LF, - ACTIONS(3353), 1, - anon_sym_QMARK2, - ACTIONS(3361), 1, + ACTIONS(2244), 1, + anon_sym_DASH_DASH, + ACTIONS(2246), 1, + sym_short_flag, + ACTIONS(3297), 1, anon_sym_bit_DASHand, - ACTIONS(3363), 1, + ACTIONS(3299), 1, anon_sym_bit_DASHxor, - ACTIONS(3365), 1, + ACTIONS(3301), 1, anon_sym_bit_DASHor, - ACTIONS(3367), 1, + ACTIONS(3303), 1, anon_sym_and, - ACTIONS(3369), 1, + ACTIONS(3305), 1, anon_sym_xor, - ACTIONS(3371), 1, + ACTIONS(3307), 1, anon_sym_or, - STATE(1966), 1, + STATE(1965), 1, sym_comment, - STATE(2045), 1, - sym_path, - STATE(2406), 1, - sym_cell_path, - ACTIONS(3347), 2, + STATE(2788), 1, + sym__flag, + STATE(2919), 1, + sym_long_flag, + ACTIONS(3285), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3355), 2, + ACTIONS(3291), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3357), 2, + ACTIONS(3293), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3359), 2, + ACTIONS(3295), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3341), 4, + ACTIONS(627), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3349), 4, + ACTIONS(3287), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3351), 4, + ACTIONS(3289), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3345), 6, + ACTIONS(3283), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [87177] = 4, + [86757] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(752), 1, - anon_sym_LF, - STATE(1967), 1, + ACTIONS(3271), 1, + anon_sym_DOT, + STATE(1966), 1, sym_comment, - ACTIONS(750), 36, + STATE(1974), 1, + sym_path, + STATE(2013), 1, + sym_cell_path, + ACTIONS(603), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(601), 32, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, - anon_sym_DOT, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -197570,84 +197352,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - [87225] = 7, + sym_short_flag, + [86811] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3285), 1, + ACTIONS(3368), 1, anon_sym_DOT, - STATE(1968), 1, + STATE(2149), 1, + sym_path, + STATE(1967), 2, sym_comment, - STATE(1971), 1, aux_sym_cell_path_repeat1, - STATE(2147), 1, - sym_path, - ACTIONS(586), 5, + ACTIONS(568), 11, + sym_identifier, anon_sym_GT, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, + anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(588), 29, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [87279] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(761), 1, - anon_sym_LF, - STATE(1969), 1, - sym_comment, - ACTIONS(759), 36, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, + ACTIONS(570), 23, + anon_sym_COMMA, anon_sym_DASH, - anon_sym_in, anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -197658,30 +197396,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - [87327] = 7, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [86863] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3285), 1, + ACTIONS(3309), 1, anon_sym_DOT, - STATE(1952), 1, - sym_path, - STATE(1970), 1, + STATE(1968), 1, sym_comment, - STATE(2004), 1, + STATE(1987), 1, + sym_path, + STATE(2177), 1, sym_cell_path, - ACTIONS(574), 5, + ACTIONS(609), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(576), 29, + ACTIONS(611), 29, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -197711,34 +197446,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [87381] = 6, + [86917] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3373), 1, + ACTIONS(3364), 1, anon_sym_DOT, - STATE(2147), 1, - sym_path, - STATE(1971), 2, - sym_comment, + STATE(1967), 1, aux_sym_cell_path_repeat1, - ACTIONS(590), 5, + STATE(1969), 1, + sym_comment, + STATE(2149), 1, + sym_path, + ACTIONS(581), 11, + sym_identifier, anon_sym_GT, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, + anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(592), 29, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(583), 23, anon_sym_COMMA, - anon_sym_PIPE, anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -197754,84 +197490,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [87433] = 21, - ACTIONS(3), 1, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [86971] = 14, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(313), 1, - anon_sym_LF, - ACTIONS(321), 1, - anon_sym_DOT, - ACTIONS(325), 1, - anon_sym_QMARK2, - ACTIONS(333), 1, - anon_sym_bit_DASHand, - ACTIONS(335), 1, - anon_sym_bit_DASHxor, - ACTIONS(337), 1, - anon_sym_bit_DASHor, - ACTIONS(339), 1, - anon_sym_and, - ACTIONS(341), 1, - anon_sym_xor, - ACTIONS(343), 1, - anon_sym_or, - STATE(1972), 1, + ACTIONS(3279), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3360), 1, + anon_sym_in, + STATE(1970), 1, sym_comment, - STATE(2045), 1, - sym_path, - STATE(2367), 1, - sym_cell_path, - ACTIONS(317), 2, + ACTIONS(3273), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(327), 2, + ACTIONS(3277), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(329), 2, + ACTIONS(3281), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(331), 2, + ACTIONS(3356), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3371), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(311), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(319), 4, - anon_sym_in, + ACTIONS(3275), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(3362), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(323), 4, + ACTIONS(769), 4, + sym_identifier, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(3358), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(771), 11, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [87039] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3373), 1, + anon_sym_QMARK2, + STATE(1971), 1, + sym_comment, + ACTIONS(623), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(621), 34, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(315), 6, - anon_sym_GT, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [87515] = 7, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [87089] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3287), 1, - anon_sym_DOT, - STATE(1973), 1, + STATE(1972), 1, sym_comment, - STATE(1989), 1, - aux_sym_cell_path_repeat1, - STATE(2159), 1, - sym_path, - ACTIONS(597), 11, + ACTIONS(781), 12, sym_identifier, anon_sym_GT, + anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, @@ -197841,10 +197610,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(599), 23, + ACTIONS(783), 25, + anon_sym_COLON, anon_sym_COMMA, - anon_sym_DASH, - anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, @@ -197862,43 +197636,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [87569] = 7, - ACTIONS(157), 1, + [87137] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3285), 1, - anon_sym_DOT, - STATE(1952), 1, - sym_path, - STATE(1974), 1, + ACTIONS(3373), 1, + anon_sym_QMARK2, + STATE(1973), 1, sym_comment, - STATE(2200), 1, - sym_cell_path, - ACTIONS(582), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(584), 29, - anon_sym_COMMA, + ACTIONS(623), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(621), 34, + anon_sym_SEMI, anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -197912,40 +197678,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [87623] = 7, - ACTIONS(157), 1, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [87187] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3285), 1, + ACTIONS(3271), 1, anon_sym_DOT, - STATE(1952), 1, - sym_path, - STATE(1975), 1, + STATE(1974), 1, sym_comment, - STATE(2184), 1, - sym_cell_path, - ACTIONS(613), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(615), 29, - anon_sym_COMMA, + STATE(1977), 1, + aux_sym_cell_path_repeat1, + STATE(2141), 1, + sym_path, + ACTIONS(607), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(605), 32, + anon_sym_SEMI, anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -197959,32 +197727,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [87677] = 7, + sym_short_flag, + [87241] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3289), 1, + ACTIONS(3364), 1, anon_sym_DOT, - STATE(1904), 1, - sym_path, - STATE(1976), 1, + STATE(1969), 1, + aux_sym_cell_path_repeat1, + STATE(1975), 1, sym_comment, - STATE(2315), 1, - sym_cell_path, - ACTIONS(574), 7, + STATE(2149), 1, + sym_path, + ACTIONS(605), 11, + sym_identifier, anon_sym_GT, - anon_sym_DASH, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, + anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - anon_sym_DOT_DOT, - ACTIONS(576), 27, - anon_sym_DASH_DASH, - anon_sym_in, - anon_sym_LBRACE, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(607), 23, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -198000,24 +197772,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - sym_short_flag, - [87731] = 7, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [87295] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3287), 1, + ACTIONS(3364), 1, anon_sym_DOT, - STATE(1973), 1, + STATE(1975), 1, sym_path, - STATE(1977), 1, + STATE(1976), 1, sym_comment, - STATE(2243), 1, + STATE(2322), 1, sym_cell_path, - ACTIONS(613), 11, + ACTIONS(575), 11, sym_identifier, anon_sym_GT, anon_sym_in, @@ -198029,7 +197798,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(615), 23, + ACTIONS(577), 23, anon_sym_COMMA, anon_sym_DASH, anon_sym_RBRACE, @@ -198053,37 +197822,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [87785] = 5, - ACTIONS(157), 1, + [87349] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3376), 1, - anon_sym_QMARK2, - STATE(1978), 1, + ACTIONS(3271), 1, + anon_sym_DOT, + STATE(1977), 1, sym_comment, - ACTIONS(656), 7, - anon_sym_EQ, + STATE(1979), 1, + aux_sym_cell_path_repeat1, + STATE(2141), 1, + sym_path, + ACTIONS(583), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(581), 32, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(658), 29, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_DASH_DASH, + anon_sym_DASH, anon_sym_in, - anon_sym_LBRACE, - anon_sym_DOT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -198098,35 +197869,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [87835] = 4, + [87403] = 6, ACTIONS(157), 1, anon_sym_POUND, - STATE(1979), 1, + ACTIONS(3375), 1, + anon_sym_DOT, + STATE(2134), 1, + sym_path, + STATE(1978), 2, sym_comment, - ACTIONS(769), 12, - sym_identifier, + aux_sym_cell_path_repeat1, + ACTIONS(568), 5, anon_sym_GT, - anon_sym_DASH, - anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(771), 25, - anon_sym_COLON, + ACTIONS(570), 29, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -198142,40 +197912,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [87883] = 4, - ACTIONS(157), 1, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [87455] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(1980), 1, + ACTIONS(3378), 1, + anon_sym_DOT, + STATE(2141), 1, + sym_path, + ACTIONS(570), 2, + ts_builtin_sym_end, + anon_sym_LF, + STATE(1979), 2, sym_comment, - ACTIONS(870), 12, - sym_identifier, + aux_sym_cell_path_repeat1, + ACTIONS(568), 32, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(872), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -198186,35 +197957,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [87931] = 5, - ACTIONS(3), 1, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_short_flag, + [87507] = 7, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3378), 1, - anon_sym_QMARK2, - STATE(1981), 1, + ACTIONS(3309), 1, + anon_sym_DOT, + STATE(1978), 1, + aux_sym_cell_path_repeat1, + STATE(1980), 1, sym_comment, - ACTIONS(658), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(656), 34, - anon_sym_SEMI, - anon_sym_PIPE, + STATE(2134), 1, + sym_path, + ACTIONS(581), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(583), 29, + anon_sym_COMMA, + anon_sym_PIPE, anon_sym_DASH, anon_sym_in, - anon_sym_DOT, - anon_sym_STAR, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -198228,39 +198008,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - [87981] = 4, - ACTIONS(3), 1, + [87561] = 7, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(688), 1, - anon_sym_LF, - STATE(1982), 1, + ACTIONS(3309), 1, + anon_sym_DOT, + STATE(1981), 1, sym_comment, - ACTIONS(686), 36, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + STATE(1987), 1, + sym_path, + STATE(2281), 1, + sym_cell_path, + ACTIONS(585), 5, anon_sym_GT, - anon_sym_DASH_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(587), 29, + anon_sym_COMMA, + anon_sym_PIPE, anon_sym_DASH, anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_QMARK2, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -198274,13 +198055,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_short_flag, - [88029] = 4, + [87615] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1983), 1, + STATE(1982), 1, sym_comment, - ACTIONS(848), 12, + ACTIONS(838), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -198293,7 +198073,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(850), 25, + ACTIONS(840), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -198319,22 +198099,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [88077] = 5, + [87663] = 21, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3378), 1, + ACTIONS(708), 1, + anon_sym_LF, + ACTIONS(2244), 1, + anon_sym_DASH_DASH, + ACTIONS(2246), 1, + sym_short_flag, + ACTIONS(3297), 1, + anon_sym_bit_DASHand, + ACTIONS(3299), 1, + anon_sym_bit_DASHxor, + ACTIONS(3301), 1, + anon_sym_bit_DASHor, + ACTIONS(3303), 1, + anon_sym_and, + ACTIONS(3305), 1, + anon_sym_xor, + ACTIONS(3307), 1, + anon_sym_or, + STATE(1983), 1, + sym_comment, + STATE(2773), 1, + sym__flag, + STATE(2919), 1, + sym_long_flag, + ACTIONS(3285), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3291), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3293), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3295), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(706), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3287), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3289), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3283), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [87745] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(623), 1, + anon_sym_LF, + ACTIONS(3381), 1, anon_sym_QMARK2, STATE(1984), 1, sym_comment, - ACTIONS(658), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(656), 34, + ACTIONS(621), 35, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_STAR, anon_sym_STAR_STAR, @@ -198361,17 +198204,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - [88127] = 4, + sym_short_flag, + [87795] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(700), 1, + ACTIONS(623), 1, anon_sym_LF, + ACTIONS(3381), 1, + anon_sym_QMARK2, STATE(1985), 1, sym_comment, - ACTIONS(698), 36, + ACTIONS(621), 35, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -198382,7 +198225,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_DOT, anon_sym_STAR, - anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -198408,29 +198250,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [88175] = 5, + [87845] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3376), 1, - anon_sym_QMARK2, + ACTIONS(3383), 1, + anon_sym_DOT, STATE(1986), 1, sym_comment, - ACTIONS(656), 7, - anon_sym_EQ, + STATE(2009), 1, + sym_path, + STATE(2304), 1, + sym_cell_path, + ACTIONS(601), 7, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(658), 29, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_DOT_DOT, + ACTIONS(603), 27, anon_sym_DASH_DASH, anon_sym_in, anon_sym_LBRACE, - anon_sym_DOT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -198452,81 +198294,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_short_flag, - [88225] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3380), 1, - anon_sym_DOT, - STATE(2156), 1, - sym_path, - ACTIONS(592), 2, - ts_builtin_sym_end, - anon_sym_LF, - STATE(1987), 2, - sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(590), 32, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_not, anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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, sym_short_flag, - [88277] = 6, + [87899] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(411), 1, - anon_sym_DOT_DOT, - STATE(1988), 1, + ACTIONS(3309), 1, + anon_sym_DOT, + STATE(1980), 1, + aux_sym_cell_path_repeat1, + STATE(1987), 1, sym_comment, - ACTIONS(409), 2, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - ACTIONS(789), 11, - sym_identifier, + STATE(2134), 1, + sym_path, + ACTIONS(605), 5, anon_sym_GT, - anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(791), 23, + ACTIONS(607), 29, anon_sym_COMMA, + anon_sym_PIPE, anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -198542,108 +198341,192 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [88329] = 7, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [87953] = 15, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3287), 1, - anon_sym_DOT, - STATE(1989), 1, + ACTIONS(3279), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3360), 1, + anon_sym_in, + ACTIONS(3385), 1, + anon_sym_bit_DASHand, + STATE(1988), 1, sym_comment, - STATE(1997), 1, - aux_sym_cell_path_repeat1, - STATE(2159), 1, - sym_path, - ACTIONS(586), 11, - sym_identifier, + ACTIONS(3273), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3277), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3281), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3356), 2, anon_sym_GT, - anon_sym_in, + anon_sym_LT2, + ACTIONS(3371), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3275), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(3362), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(769), 4, + sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(588), 23, + ACTIONS(3358), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(771), 10, + anon_sym_COLON, anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + [88023] = 21, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(704), 1, + anon_sym_LF, + ACTIONS(2244), 1, + anon_sym_DASH_DASH, + ACTIONS(2246), 1, + sym_short_flag, + ACTIONS(3297), 1, + anon_sym_bit_DASHand, + ACTIONS(3299), 1, + anon_sym_bit_DASHxor, + ACTIONS(3301), 1, + anon_sym_bit_DASHor, + ACTIONS(3303), 1, + anon_sym_and, + ACTIONS(3305), 1, + anon_sym_xor, + ACTIONS(3307), 1, + anon_sym_or, + STATE(1989), 1, + sym_comment, + STATE(2786), 1, + sym__flag, + STATE(2919), 1, + sym_long_flag, + ACTIONS(3285), 2, anon_sym_DASH, - anon_sym_RBRACE, + anon_sym_PLUS, + ACTIONS(3291), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, + ACTIONS(3293), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(3295), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(702), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3287), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3289), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3283), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + [88105] = 21, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(696), 1, + anon_sym_LF, + ACTIONS(2244), 1, + anon_sym_DASH_DASH, + ACTIONS(2246), 1, + sym_short_flag, + ACTIONS(3297), 1, anon_sym_bit_DASHand, + ACTIONS(3299), 1, anon_sym_bit_DASHxor, + ACTIONS(3301), 1, anon_sym_bit_DASHor, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [88383] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3385), 1, - anon_sym_LT, + ACTIONS(3303), 1, + anon_sym_and, + ACTIONS(3305), 1, + anon_sym_xor, + ACTIONS(3307), 1, + anon_sym_or, STATE(1990), 1, sym_comment, - ACTIONS(3383), 36, - anon_sym_COMMA, - anon_sym_RBRACK, - 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, - [88431] = 4, + STATE(2775), 1, + sym__flag, + STATE(2919), 1, + sym_long_flag, + ACTIONS(3285), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3291), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3293), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3295), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(694), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3287), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3289), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3283), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [88187] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3387), 1, - anon_sym_LT, STATE(1991), 1, sym_comment, - ACTIONS(3383), 36, + ACTIONS(3387), 37, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_any, @@ -198680,72 +198563,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var_DASHwith_DASHopt_DASHtype, anon_sym_record, anon_sym_list, - [88479] = 7, - ACTIONS(3), 1, + anon_sym_LBRACE, + [88233] = 7, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3389), 1, + ACTIONS(3364), 1, anon_sym_DOT, - STATE(1987), 1, - aux_sym_cell_path_repeat1, + STATE(1975), 1, + sym_path, STATE(1992), 1, sym_comment, - STATE(2156), 1, - sym_path, - ACTIONS(588), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(586), 32, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, + STATE(2307), 1, + sym_cell_path, + ACTIONS(585), 11, + sym_identifier, + anon_sym_GT, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(587), 23, + anon_sym_COMMA, anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - sym_val_date, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - sym_short_flag, - [88533] = 4, + [88287] = 16, ACTIONS(157), 1, anon_sym_POUND, + ACTIONS(3279), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3360), 1, + anon_sym_in, + ACTIONS(3385), 1, + anon_sym_bit_DASHand, + ACTIONS(3389), 1, + anon_sym_bit_DASHxor, STATE(1993), 1, sym_comment, - ACTIONS(107), 12, - sym_identifier, - anon_sym_GT, + ACTIONS(3273), 2, anon_sym_DASH, - anon_sym_in, + anon_sym_PLUS, + ACTIONS(3277), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3281), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3356), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3371), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3275), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(3362), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(769), 4, + sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(109), 25, + ACTIONS(3358), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(771), 9, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -198754,6 +198666,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, + anon_sym_bit_DASHor, + [88359] = 7, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3364), 1, + anon_sym_DOT, + STATE(1975), 1, + sym_path, + STATE(1994), 1, + sym_comment, + STATE(2241), 1, + sym_cell_path, + ACTIONS(593), 11, + sym_identifier, + anon_sym_GT, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(595), 23, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, @@ -198771,39 +198711,158 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [88581] = 7, - ACTIONS(3), 1, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [88413] = 17, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3279), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3360), 1, + anon_sym_in, + ACTIONS(3385), 1, + anon_sym_bit_DASHand, + ACTIONS(3389), 1, + anon_sym_bit_DASHxor, + ACTIONS(3391), 1, + anon_sym_bit_DASHor, + STATE(1995), 1, + sym_comment, + ACTIONS(3273), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3277), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3281), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3356), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3371), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3275), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(3362), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(769), 4, + sym_identifier, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(3358), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(771), 8, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [88487] = 18, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3279), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3360), 1, + anon_sym_in, + ACTIONS(3385), 1, + anon_sym_bit_DASHand, + ACTIONS(3389), 1, + anon_sym_bit_DASHxor, + ACTIONS(3391), 1, + anon_sym_bit_DASHor, + ACTIONS(3393), 1, + anon_sym_and, + STATE(1996), 1, + sym_comment, + ACTIONS(3273), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3277), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3281), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3356), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3371), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(769), 3, + sym_identifier, + anon_sym_xor, + anon_sym_or, + ACTIONS(3275), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(3362), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3358), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(771), 8, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [88563] = 7, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3291), 1, + ACTIONS(3309), 1, anon_sym_DOT, - STATE(1930), 1, + STATE(1987), 1, sym_path, - STATE(1994), 1, + STATE(1997), 1, sym_comment, - STATE(2239), 1, + STATE(2305), 1, sym_cell_path, - ACTIONS(615), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(613), 32, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(575), 5, anon_sym_GT, - anon_sym_DASH_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(577), 29, + anon_sym_COMMA, + anon_sym_PIPE, anon_sym_DASH, anon_sym_in, - anon_sym_STAR, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -198817,16 +198876,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, + [88617] = 21, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(692), 1, + anon_sym_LF, + ACTIONS(2244), 1, + anon_sym_DASH_DASH, + ACTIONS(2246), 1, sym_short_flag, - [88635] = 4, + ACTIONS(3297), 1, + anon_sym_bit_DASHand, + ACTIONS(3299), 1, + anon_sym_bit_DASHxor, + ACTIONS(3301), 1, + anon_sym_bit_DASHor, + ACTIONS(3303), 1, + anon_sym_and, + ACTIONS(3305), 1, + anon_sym_xor, + ACTIONS(3307), 1, + anon_sym_or, + STATE(1998), 1, + sym_comment, + STATE(2832), 1, + sym__flag, + STATE(2919), 1, + sym_long_flag, + ACTIONS(3285), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3291), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3293), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3295), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(690), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3287), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3289), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3283), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [88699] = 7, ACTIONS(157), 1, anon_sym_POUND, - STATE(1995), 1, + ACTIONS(3364), 1, + anon_sym_DOT, + STATE(1975), 1, + sym_path, + STATE(1999), 1, sym_comment, - ACTIONS(765), 12, + STATE(2299), 1, + sym_cell_path, + ACTIONS(597), 11, sym_identifier, anon_sym_GT, - anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, @@ -198836,15 +198960,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(767), 25, - anon_sym_COLON, + ACTIONS(599), 23, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, @@ -198862,35 +198981,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [88683] = 4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [88753] = 19, ACTIONS(157), 1, anon_sym_POUND, - STATE(1996), 1, + ACTIONS(3279), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3360), 1, + anon_sym_in, + ACTIONS(3385), 1, + anon_sym_bit_DASHand, + ACTIONS(3389), 1, + anon_sym_bit_DASHxor, + ACTIONS(3391), 1, + anon_sym_bit_DASHor, + ACTIONS(3393), 1, + anon_sym_and, + ACTIONS(3395), 1, + anon_sym_xor, + STATE(2000), 1, sym_comment, - ACTIONS(840), 12, + ACTIONS(769), 2, sym_identifier, - anon_sym_GT, + anon_sym_or, + ACTIONS(3273), 2, anon_sym_DASH, - anon_sym_in, + anon_sym_PLUS, + ACTIONS(3277), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3281), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3356), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3371), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3275), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, + ACTIONS(3362), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3358), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(771), 8, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [88831] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(2001), 1, + sym_comment, + ACTIONS(785), 6, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(842), 25, - anon_sym_COLON, + anon_sym_DOT_DOT, + ACTIONS(787), 31, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -198906,17 +199082,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [88731] = 6, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + [88879] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3391), 1, + ACTIONS(3364), 1, anon_sym_DOT, - STATE(2159), 1, + STATE(1975), 1, sym_path, - STATE(1997), 2, + STATE(2002), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(590), 11, + STATE(2230), 1, + sym_cell_path, + ACTIONS(609), 11, sym_identifier, anon_sym_GT, anon_sym_in, @@ -198928,7 +199110,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(592), 23, + ACTIONS(611), 23, anon_sym_COMMA, anon_sym_DASH, anon_sym_RBRACE, @@ -198952,12 +199134,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [88783] = 4, + [88933] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(1998), 1, + STATE(2003), 1, sym_comment, - ACTIONS(773), 12, + ACTIONS(103), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -198970,7 +199152,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(775), 25, + ACTIONS(105), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -198996,25 +199178,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [88831] = 4, + [88981] = 20, ACTIONS(157), 1, anon_sym_POUND, - STATE(1999), 1, - sym_comment, - ACTIONS(793), 12, + ACTIONS(3279), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3360), 1, + anon_sym_in, + ACTIONS(3385), 1, + anon_sym_bit_DASHand, + ACTIONS(3389), 1, + anon_sym_bit_DASHxor, + ACTIONS(3391), 1, + anon_sym_bit_DASHor, + ACTIONS(3393), 1, + anon_sym_and, + ACTIONS(3395), 1, + anon_sym_xor, + ACTIONS(3397), 1, sym_identifier, - anon_sym_GT, + ACTIONS(3401), 1, + anon_sym_or, + STATE(2004), 1, + sym_comment, + ACTIONS(3273), 2, anon_sym_DASH, - anon_sym_in, + anon_sym_PLUS, + ACTIONS(3277), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3281), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3356), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3371), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3275), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(795), 25, + ACTIONS(3362), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3358), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3399), 8, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -199023,8 +199238,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, + [89061] = 6, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3403), 1, + anon_sym_DOT, + STATE(2095), 1, + sym_path, + STATE(2005), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(568), 7, + anon_sym_GT, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_DOT_DOT, + ACTIONS(570), 27, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -199040,15 +199278,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [88879] = 4, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + sym_short_flag, + [89113] = 7, ACTIONS(157), 1, anon_sym_POUND, - STATE(2000), 1, + ACTIONS(3364), 1, + anon_sym_DOT, + STATE(1975), 1, + sym_path, + STATE(2006), 1, sym_comment, - ACTIONS(874), 12, + STATE(2225), 1, + sym_cell_path, + ACTIONS(613), 11, sym_identifier, anon_sym_GT, - anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, @@ -199058,15 +199307,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(876), 25, - anon_sym_COLON, + ACTIONS(615), 23, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, @@ -199084,62 +199328,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [88927] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3389), 1, - anon_sym_DOT, - STATE(1992), 1, - aux_sym_cell_path_repeat1, - STATE(2001), 1, - sym_comment, - STATE(2156), 1, - sym_path, - ACTIONS(599), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(597), 32, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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, - sym_short_flag, - [88981] = 4, + [89167] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2002), 1, + STATE(2007), 1, sym_comment, - ACTIONS(797), 12, + ACTIONS(785), 12, sym_identifier, anon_sym_GT, - anon_sym_DASH, anon_sym_in, anon_sym_STAR, anon_sym_SLASH, @@ -199149,15 +199348,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(799), 25, - anon_sym_COLON, + anon_sym_DOT_DOT, + ACTIONS(787), 25, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, @@ -199175,25 +199370,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [89029] = 4, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [89215] = 20, ACTIONS(157), 1, anon_sym_POUND, - STATE(2003), 1, - sym_comment, - ACTIONS(816), 12, + ACTIONS(769), 1, sym_identifier, - anon_sym_GT, - anon_sym_DASH, + ACTIONS(3279), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3360), 1, anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(3385), 1, + anon_sym_bit_DASHand, + ACTIONS(3389), 1, + anon_sym_bit_DASHxor, + ACTIONS(3391), 1, + anon_sym_bit_DASHor, + ACTIONS(3393), 1, anon_sym_and, + ACTIONS(3395), 1, anon_sym_xor, + ACTIONS(3401), 1, anon_sym_or, - ACTIONS(818), 25, + STATE(2008), 1, + sym_comment, + ACTIONS(3273), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3277), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3281), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3356), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3371), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3275), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(3362), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3358), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(771), 8, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -199202,8 +199435,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, + [89295] = 7, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3383), 1, + anon_sym_DOT, + STATE(2009), 1, + sym_comment, + STATE(2017), 1, + aux_sym_cell_path_repeat1, + STATE(2095), 1, + sym_path, + ACTIONS(605), 7, + anon_sym_GT, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_DOT_DOT, + ACTIONS(607), 27, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -199219,19 +199476,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [89077] = 4, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + sym_short_flag, + [89349] = 7, ACTIONS(157), 1, anon_sym_POUND, - STATE(2004), 1, + ACTIONS(3309), 1, + anon_sym_DOT, + STATE(1987), 1, + sym_path, + STATE(2010), 1, sym_comment, - ACTIONS(852), 6, + STATE(2181), 1, + sym_cell_path, + ACTIONS(589), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - anon_sym_DOT_DOT, - ACTIONS(854), 31, + ACTIONS(591), 29, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -199261,42 +199529,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - [89125] = 4, - ACTIONS(157), 1, + [89403] = 7, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2005), 1, + ACTIONS(3271), 1, + anon_sym_DOT, + STATE(1974), 1, + sym_path, + STATE(2011), 1, sym_comment, - ACTIONS(797), 12, - sym_identifier, + STATE(2175), 1, + sym_cell_path, + ACTIONS(615), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(613), 32, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(799), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -199307,35 +199572,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [89173] = 7, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_short_flag, + [89457] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3285), 1, + ACTIONS(3364), 1, anon_sym_DOT, - STATE(1952), 1, + STATE(1975), 1, sym_path, - STATE(2006), 1, + STATE(2012), 1, sym_comment, - STATE(2181), 1, + STATE(2221), 1, sym_cell_path, - ACTIONS(601), 5, + ACTIONS(589), 11, + sym_identifier, anon_sym_GT, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, + anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(603), 29, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(591), 23, anon_sym_COMMA, - anon_sym_PIPE, anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -199351,38 +199620,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [89227] = 4, - ACTIONS(157), 1, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [89511] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2007), 1, + STATE(2013), 1, sym_comment, - ACTIONS(808), 12, - sym_identifier, + ACTIONS(787), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(785), 35, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, - ACTIONS(810), 25, - anon_sym_COLON, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_short_flag, + [89559] = 7, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3309), 1, + anon_sym_DOT, + STATE(1987), 1, + sym_path, + STATE(2014), 1, + sym_comment, + STATE(2178), 1, + sym_cell_path, + ACTIONS(613), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(615), 29, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -199398,12 +199711,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [89275] = 4, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [89613] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2008), 1, + STATE(2015), 1, sym_comment, - ACTIONS(824), 12, + ACTIONS(858), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -199416,7 +199732,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(826), 25, + ACTIONS(860), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -199442,12 +199758,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [89323] = 4, + [89661] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2009), 1, + STATE(2016), 1, sym_comment, - ACTIONS(828), 12, + ACTIONS(789), 12, sym_identifier, anon_sym_GT, anon_sym_DASH, @@ -199460,7 +199776,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(830), 25, + ACTIONS(791), 25, anon_sym_COLON, anon_sym_COMMA, anon_sym_RBRACK, @@ -199486,35 +199802,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [89371] = 4, + [89709] = 7, ACTIONS(157), 1, anon_sym_POUND, - STATE(2010), 1, + ACTIONS(3383), 1, + anon_sym_DOT, + STATE(2005), 1, + aux_sym_cell_path_repeat1, + STATE(2017), 1, sym_comment, - ACTIONS(856), 12, - sym_identifier, + STATE(2095), 1, + sym_path, + ACTIONS(581), 7, anon_sym_GT, anon_sym_DASH, - anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(858), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT, + ACTIONS(583), 27, anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -199530,87 +199843,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [89419] = 7, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + sym_short_flag, + [89763] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3389), 1, + ACTIONS(3271), 1, anon_sym_DOT, - STATE(2001), 1, + STATE(1974), 1, sym_path, - STATE(2011), 1, + STATE(2018), 1, sym_comment, - STATE(2247), 1, + STATE(2203), 1, sym_cell_path, - ACTIONS(580), 2, + ACTIONS(595), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(578), 32, + ACTIONS(593), 32, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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, - sym_short_flag, - [89473] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(2012), 1, - sym_comment, - ACTIONS(777), 12, - sym_identifier, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(779), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -199621,40 +199892,142 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [89521] = 4, - ACTIONS(157), 1, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_short_flag, + [89817] = 21, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2013), 1, + ACTIONS(2314), 1, + anon_sym_DASH_DASH, + ACTIONS(2316), 1, + sym_short_flag, + ACTIONS(3420), 1, + anon_sym_bit_DASHand, + ACTIONS(3422), 1, + anon_sym_bit_DASHxor, + ACTIONS(3424), 1, + anon_sym_bit_DASHor, + ACTIONS(3426), 1, + anon_sym_and, + ACTIONS(3428), 1, + anon_sym_xor, + ACTIONS(3430), 1, + anon_sym_or, + STATE(2019), 1, sym_comment, - ACTIONS(804), 12, - sym_identifier, - anon_sym_GT, + STATE(2837), 1, + sym__flag, + STATE(2950), 1, + sym_long_flag, + ACTIONS(627), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(629), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3408), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3414), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3416), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3418), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3410), 4, anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3412), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_PLUS, + anon_sym_SLASH_SLASH, + ACTIONS(3406), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(806), 25, - anon_sym_COLON, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [89898] = 3, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(2020), 1, + sym_comment, + ACTIONS(3432), 36, anon_sym_COMMA, anon_sym_RBRACK, + 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, + [89943] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(619), 1, + anon_sym_LF, + STATE(2021), 1, + sym_comment, + ACTIONS(617), 35, + anon_sym_SEMI, + anon_sym_COLON, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -199665,40 +200038,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [89569] = 4, - ACTIONS(157), 1, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [89990] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2014), 1, + ACTIONS(669), 1, + anon_sym_LF, + STATE(2022), 1, sym_comment, - ACTIONS(866), 12, - sym_identifier, + ACTIONS(667), 35, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_STAR, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, - ACTIONS(868), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, + [90037] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(313), 1, + anon_sym_DOT, + ACTIONS(587), 1, + anon_sym_LF, + STATE(2023), 1, + sym_comment, + STATE(2036), 1, + sym_path, + STATE(2383), 1, + sym_cell_path, + ACTIONS(585), 32, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -199709,40 +200127,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [89617] = 4, - ACTIONS(157), 1, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [90090] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2015), 1, + STATE(2024), 1, sym_comment, - ACTIONS(832), 12, - sym_identifier, + ACTIONS(755), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(753), 34, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_DOT, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(834), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -199753,40 +200167,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [89665] = 4, - ACTIONS(157), 1, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [90137] = 21, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2016), 1, + ACTIONS(357), 1, + anon_sym_DOT, + ACTIONS(3442), 1, + anon_sym_QMARK2, + ACTIONS(3450), 1, + anon_sym_bit_DASHand, + ACTIONS(3452), 1, + anon_sym_bit_DASHxor, + ACTIONS(3454), 1, + anon_sym_bit_DASHor, + ACTIONS(3456), 1, + anon_sym_and, + ACTIONS(3458), 1, + anon_sym_xor, + ACTIONS(3460), 1, + anon_sym_or, + STATE(2025), 1, sym_comment, - ACTIONS(785), 12, - sym_identifier, - anon_sym_GT, + STATE(2163), 1, + sym_path, + STATE(2567), 1, + sym_cell_path, + ACTIONS(3311), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3313), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3436), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3444), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3446), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3448), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3438), 4, anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3440), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_PLUS, + anon_sym_SLASH_SLASH, + ACTIONS(3434), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(787), 25, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [90218] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2026), 1, + sym_comment, + ACTIONS(712), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(710), 34, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_DOT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -199797,23 +200270,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - [89713] = 4, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [90265] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(761), 1, + ACTIONS(313), 1, + anon_sym_DOT, + ACTIONS(591), 1, anon_sym_LF, - STATE(2017), 1, + STATE(2027), 1, sym_comment, - ACTIONS(759), 35, + STATE(2036), 1, + sym_path, + STATE(2342), 1, + sym_cell_path, + ACTIONS(589), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, anon_sym_RBRACE, - anon_sym_DOT, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -199839,18 +200322,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_short_flag, - [89760] = 5, + [90318] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3394), 1, - anon_sym_QMARK2, - STATE(2018), 1, + STATE(2028), 1, sym_comment, - ACTIONS(658), 2, + ACTIONS(669), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(656), 33, + ACTIONS(667), 34, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -199859,6 +200339,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_DOT, anon_sym_STAR, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -199884,347 +200365,391 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [89809] = 21, + [90365] = 5, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3462), 1, + anon_sym_GT, + STATE(2029), 1, + sym_comment, + STATE(3621), 1, + sym_flat_type, + ACTIONS(3177), 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, + [90414] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2414), 1, - anon_sym_DASH_DASH, - ACTIONS(2416), 1, - sym_short_flag, - ACTIONS(3410), 1, - anon_sym_bit_DASHand, - ACTIONS(3412), 1, - anon_sym_bit_DASHxor, - ACTIONS(3414), 1, - anon_sym_bit_DASHor, - ACTIONS(3416), 1, - anon_sym_and, - ACTIONS(3418), 1, - anon_sym_xor, - ACTIONS(3420), 1, - anon_sym_or, - STATE(2019), 1, + ACTIONS(570), 1, + anon_sym_LF, + ACTIONS(3464), 1, + anon_sym_DOT, + STATE(2283), 1, + sym_path, + STATE(2030), 2, sym_comment, - STATE(2853), 1, - sym__flag, - STATE(2974), 1, - sym_long_flag, - ACTIONS(694), 2, + aux_sym_cell_path_repeat1, + ACTIONS(568), 32, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(696), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3398), 2, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3404), 2, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3406), 2, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3408), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3400), 4, - anon_sym_in, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3402), 4, + 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, + [90465] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(787), 1, + anon_sym_LF, + STATE(2031), 1, + sym_comment, + ACTIONS(785), 35, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3396), 6, - anon_sym_GT, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [89890] = 5, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [90512] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3422), 1, - anon_sym_QMARK2, - STATE(2020), 1, + STATE(2032), 1, sym_comment, - ACTIONS(658), 2, + ACTIONS(619), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(656), 33, + ACTIONS(617), 34, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, + anon_sym_GT, anon_sym_DASH_DASH, anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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, - sym_short_flag, - [89939] = 20, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(321), 1, + anon_sym_in, anon_sym_DOT, - ACTIONS(3426), 1, - anon_sym_LF, - ACTIONS(3442), 1, + anon_sym_STAR, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(3444), 1, anon_sym_bit_DASHxor, - ACTIONS(3446), 1, anon_sym_bit_DASHor, - ACTIONS(3448), 1, anon_sym_and, - ACTIONS(3450), 1, anon_sym_xor, - ACTIONS(3452), 1, anon_sym_or, - STATE(2021), 1, + sym_short_flag, + [90559] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(313), 1, + anon_sym_DOT, + ACTIONS(615), 1, + anon_sym_LF, + STATE(2033), 1, sym_comment, - STATE(2045), 1, + STATE(2036), 1, sym_path, - STATE(2436), 1, + STATE(2345), 1, sym_cell_path, - ACTIONS(3430), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3436), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3438), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3440), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3424), 4, + ACTIONS(613), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3432), 4, + anon_sym_GT, + anon_sym_DASH, anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3434), 4, + anon_sym_RBRACE, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3428), 6, - anon_sym_GT, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [90018] = 21, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [90612] = 21, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2414), 1, + ACTIONS(2314), 1, anon_sym_DASH_DASH, - ACTIONS(2416), 1, + ACTIONS(2316), 1, sym_short_flag, - ACTIONS(3410), 1, + ACTIONS(3420), 1, anon_sym_bit_DASHand, - ACTIONS(3412), 1, + ACTIONS(3422), 1, anon_sym_bit_DASHxor, - ACTIONS(3414), 1, + ACTIONS(3424), 1, anon_sym_bit_DASHor, - ACTIONS(3416), 1, + ACTIONS(3426), 1, anon_sym_and, - ACTIONS(3418), 1, + ACTIONS(3428), 1, anon_sym_xor, - ACTIONS(3420), 1, + ACTIONS(3430), 1, anon_sym_or, - STATE(2022), 1, + STATE(2034), 1, sym_comment, - STATE(2855), 1, + STATE(2854), 1, sym__flag, - STATE(2974), 1, + STATE(2950), 1, sym_long_flag, - ACTIONS(674), 2, + ACTIONS(679), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(676), 2, + ACTIONS(681), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3398), 2, + ACTIONS(3408), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3404), 2, + ACTIONS(3414), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3406), 2, + ACTIONS(3416), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3408), 2, + ACTIONS(3418), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3400), 4, + ACTIONS(3410), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3402), 4, + ACTIONS(3412), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3396), 6, + ACTIONS(3406), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [90099] = 5, + [90693] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1312), 1, + ACTIONS(313), 1, + anon_sym_DOT, + ACTIONS(583), 1, anon_sym_LF, - ACTIONS(3454), 1, - aux_sym_long_flag_token1, - STATE(2023), 1, + STATE(2030), 1, + aux_sym_cell_path_repeat1, + STATE(2035), 1, sym_comment, - ACTIONS(1310), 34, + STATE(2283), 1, + sym_path, + ACTIONS(581), 32, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, + anon_sym_GT, anon_sym_DASH, - anon_sym_LBRACE, + anon_sym_in, anon_sym_RBRACE, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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, - sym_short_flag, - [90148] = 21, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2414), 1, - anon_sym_DASH_DASH, - ACTIONS(2416), 1, - sym_short_flag, - ACTIONS(3410), 1, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(3412), 1, anon_sym_bit_DASHxor, - ACTIONS(3414), 1, anon_sym_bit_DASHor, - ACTIONS(3416), 1, anon_sym_and, - ACTIONS(3418), 1, anon_sym_xor, - ACTIONS(3420), 1, anon_sym_or, - STATE(2024), 1, + [90746] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(313), 1, + anon_sym_DOT, + ACTIONS(607), 1, + anon_sym_LF, + STATE(2035), 1, + aux_sym_cell_path_repeat1, + STATE(2036), 1, sym_comment, - STATE(2865), 1, - sym__flag, - STATE(2974), 1, - sym_long_flag, - ACTIONS(666), 2, + STATE(2283), 1, + sym_path, + ACTIONS(605), 32, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(668), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3398), 2, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3404), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3406), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3408), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3400), 4, anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3402), 4, + anon_sym_RBRACE, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3396), 6, - anon_sym_GT, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [90229] = 7, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [90799] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(321), 1, - anon_sym_DOT, - ACTIONS(576), 1, + ACTIONS(791), 1, anon_sym_LF, - STATE(2025), 1, + STATE(2037), 1, sym_comment, - STATE(2045), 1, - sym_path, - STATE(2072), 1, - sym_cell_path, - ACTIONS(574), 32, + ACTIONS(337), 3, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(789), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -200257,14 +200782,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [90282] = 4, + [90848] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3456), 1, + ACTIONS(3467), 1, anon_sym_COMMA, - STATE(2026), 1, + STATE(2038), 1, sym_comment, - ACTIONS(3458), 35, + ACTIONS(3469), 35, anon_sym_RBRACK, anon_sym_any, anon_sym_binary, @@ -200300,12 +200825,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var_DASHwith_DASHopt_DASHtype, anon_sym_record, anon_sym_list, - [90329] = 3, + [90895] = 3, ACTIONS(157), 1, anon_sym_POUND, - STATE(2027), 1, + STATE(2039), 1, sym_comment, - ACTIONS(3460), 36, + ACTIONS(3471), 36, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_any, @@ -200342,55 +200867,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var_DASHwith_DASHopt_DASHtype, anon_sym_record, anon_sym_list, - [90374] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2028), 1, - sym_comment, - ACTIONS(688), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(686), 34, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_in, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_QMARK2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - sym_short_flag, - [90421] = 3, + [90940] = 3, ACTIONS(157), 1, anon_sym_POUND, - STATE(2029), 1, + STATE(2040), 1, sym_comment, - ACTIONS(3462), 36, + ACTIONS(3473), 36, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_any, @@ -200427,139 +200909,182 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var_DASHwith_DASHopt_DASHtype, anon_sym_record, anon_sym_list, - [90466] = 21, + [90985] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2414), 1, + ACTIONS(3475), 1, + anon_sym_QMARK2, + STATE(2041), 1, + sym_comment, + ACTIONS(623), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(621), 33, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, anon_sym_DASH_DASH, - ACTIONS(2416), 1, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_not, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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, + sym_short_flag, + [91034] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3475), 1, + anon_sym_QMARK2, + STATE(2042), 1, + sym_comment, + ACTIONS(623), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(621), 33, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_not, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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, sym_short_flag, - ACTIONS(3410), 1, + [91083] = 20, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(313), 1, + anon_sym_DOT, + ACTIONS(3479), 1, + anon_sym_LF, + ACTIONS(3495), 1, anon_sym_bit_DASHand, - ACTIONS(3412), 1, + ACTIONS(3497), 1, anon_sym_bit_DASHxor, - ACTIONS(3414), 1, + ACTIONS(3499), 1, anon_sym_bit_DASHor, - ACTIONS(3416), 1, + ACTIONS(3501), 1, anon_sym_and, - ACTIONS(3418), 1, + ACTIONS(3503), 1, anon_sym_xor, - ACTIONS(3420), 1, + ACTIONS(3505), 1, anon_sym_or, - STATE(2030), 1, + STATE(2036), 1, + sym_path, + STATE(2043), 1, sym_comment, - STATE(2870), 1, - sym__flag, - STATE(2974), 1, - sym_long_flag, - ACTIONS(682), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(684), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3398), 2, + STATE(2335), 1, + sym_cell_path, + ACTIONS(3483), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3404), 2, + ACTIONS(3489), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3406), 2, + ACTIONS(3491), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3408), 2, + ACTIONS(3493), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3400), 4, + ACTIONS(3477), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3485), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3402), 4, + ACTIONS(3487), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3396), 6, + ACTIONS(3481), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [90547] = 5, - ACTIONS(3), 1, + [91162] = 4, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(791), 1, - anon_sym_LF, - STATE(2031), 1, + STATE(2044), 1, sym_comment, - ACTIONS(345), 3, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(789), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(753), 7, + anon_sym_EQ, anon_sym_GT, anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [90596] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2032), 1, - sym_comment, - ACTIONS(700), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(698), 34, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, + ACTIONS(755), 29, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_DASH_DASH, - anon_sym_DASH, anon_sym_in, + anon_sym_LBRACE, anon_sym_DOT, - anon_sym_STAR, - anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -200574,12 +201099,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [90643] = 3, + [91209] = 3, ACTIONS(157), 1, anon_sym_POUND, - STATE(2033), 1, + STATE(2045), 1, sym_comment, - ACTIONS(3464), 36, + ACTIONS(3350), 36, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_any, @@ -200616,55 +201141,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var_DASHwith_DASHopt_DASHtype, anon_sym_record, anon_sym_list, - [90688] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(688), 1, - anon_sym_LF, - STATE(2034), 1, - sym_comment, - ACTIONS(686), 35, - anon_sym_SEMI, - anon_sym_COLON, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_QMARK2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [90735] = 3, + [91254] = 3, ACTIONS(157), 1, anon_sym_POUND, - STATE(2035), 1, + STATE(2046), 1, sym_comment, - ACTIONS(3383), 36, + ACTIONS(3507), 36, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_any, @@ -200701,164 +201183,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var_DASHwith_DASHopt_DASHtype, anon_sym_record, anon_sym_list, - [90780] = 4, - ACTIONS(157), 1, + [91299] = 20, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2036), 1, - sym_comment, - ACTIONS(759), 7, - anon_sym_EQ, - anon_sym_GT, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(761), 29, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DASH_DASH, - anon_sym_in, - anon_sym_LBRACE, + ACTIONS(313), 1, anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + ACTIONS(3511), 1, + anon_sym_LF, + ACTIONS(3527), 1, anon_sym_bit_DASHand, + ACTIONS(3529), 1, anon_sym_bit_DASHxor, + ACTIONS(3531), 1, anon_sym_bit_DASHor, + ACTIONS(3533), 1, anon_sym_and, + ACTIONS(3535), 1, anon_sym_xor, + ACTIONS(3537), 1, anon_sym_or, - sym_short_flag, - [90827] = 5, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3466), 1, - anon_sym_QMARK2, - STATE(2037), 1, + STATE(2036), 1, + sym_path, + STATE(2047), 1, sym_comment, - ACTIONS(656), 11, - sym_identifier, - anon_sym_GT, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(658), 24, - anon_sym_COMMA, + STATE(2437), 1, + sym_cell_path, + ACTIONS(3515), 2, anon_sym_DASH, - anon_sym_RBRACE, - anon_sym_DOT, + anon_sym_PLUS, + ACTIONS(3521), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, + ACTIONS(3523), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, + ACTIONS(3525), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [90876] = 5, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3466), 1, - anon_sym_QMARK2, - STATE(2038), 1, - sym_comment, - ACTIONS(656), 11, - sym_identifier, - anon_sym_GT, + ACTIONS(3509), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3517), 4, anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3519), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(658), 24, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(3513), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [90925] = 4, - ACTIONS(157), 1, + [91378] = 7, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2039), 1, + ACTIONS(313), 1, + anon_sym_DOT, + ACTIONS(577), 1, + anon_sym_LF, + STATE(2036), 1, + sym_path, + STATE(2048), 1, sym_comment, - ACTIONS(686), 8, + STATE(2354), 1, + sym_cell_path, + ACTIONS(575), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_DOT_DOT, - ACTIONS(688), 28, - anon_sym_DASH_DASH, anon_sym_in, - anon_sym_LBRACE, - anon_sym_QMARK2, + anon_sym_RBRACE, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -200872,143 +201288,308 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, + [91431] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(761), 1, + anon_sym_LF, + STATE(2049), 1, + sym_comment, + ACTIONS(759), 35, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_not, anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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, sym_short_flag, - [90972] = 20, + [91478] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(321), 1, - anon_sym_DOT, - ACTIONS(3470), 1, + STATE(2050), 1, + sym_comment, + ACTIONS(669), 2, + ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3486), 1, + ACTIONS(667), 34, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_not, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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, + sym_short_flag, + [91525] = 21, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(357), 1, + anon_sym_DOT, + ACTIONS(361), 1, + anon_sym_QMARK2, + ACTIONS(369), 1, anon_sym_bit_DASHand, - ACTIONS(3488), 1, + ACTIONS(371), 1, anon_sym_bit_DASHxor, - ACTIONS(3490), 1, + ACTIONS(373), 1, anon_sym_bit_DASHor, - ACTIONS(3492), 1, + ACTIONS(375), 1, anon_sym_and, - ACTIONS(3494), 1, + ACTIONS(377), 1, anon_sym_xor, - ACTIONS(3496), 1, + ACTIONS(379), 1, anon_sym_or, - STATE(2040), 1, + STATE(2051), 1, sym_comment, - STATE(2045), 1, + STATE(2163), 1, sym_path, - STATE(2441), 1, + STATE(2555), 1, sym_cell_path, - ACTIONS(3474), 2, + ACTIONS(303), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(305), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(353), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3480), 2, + ACTIONS(363), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3482), 2, + ACTIONS(365), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3484), 2, + ACTIONS(367), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3468), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3476), 4, + ACTIONS(355), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3478), 4, + ACTIONS(359), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3472), 6, + ACTIONS(351), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [91051] = 21, + [91606] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2414), 1, - anon_sym_DASH_DASH, - ACTIONS(2416), 1, - sym_short_flag, - ACTIONS(3410), 1, - anon_sym_bit_DASHand, - ACTIONS(3412), 1, - anon_sym_bit_DASHxor, - ACTIONS(3414), 1, - anon_sym_bit_DASHor, - ACTIONS(3416), 1, - anon_sym_and, - ACTIONS(3418), 1, - anon_sym_xor, - ACTIONS(3420), 1, - anon_sym_or, - STATE(2041), 1, + STATE(2052), 1, sym_comment, - STATE(2856), 1, - sym__flag, - STATE(2974), 1, - sym_long_flag, ACTIONS(619), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(617), 34, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_PIPE, - ACTIONS(621), 2, - ts_builtin_sym_end, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_not, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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, + sym_short_flag, + [91653] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(313), 1, + anon_sym_DOT, + ACTIONS(611), 1, anon_sym_LF, - ACTIONS(3398), 2, + STATE(2036), 1, + sym_path, + STATE(2053), 1, + sym_comment, + STATE(2367), 1, + sym_cell_path, + ACTIONS(609), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3404), 2, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3406), 2, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3408), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3400), 4, - anon_sym_in, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3402), 4, + 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, + [91706] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(313), 1, + anon_sym_DOT, + ACTIONS(603), 1, + anon_sym_LF, + STATE(2031), 1, + sym_cell_path, + STATE(2036), 1, + sym_path, + STATE(2054), 1, + sym_comment, + ACTIONS(601), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3396), 6, - anon_sym_GT, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [91132] = 4, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [91759] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(2042), 1, - sym_comment, - ACTIONS(752), 2, - ts_builtin_sym_end, + ACTIONS(313), 1, + anon_sym_DOT, + ACTIONS(599), 1, anon_sym_LF, - ACTIONS(750), 34, + STATE(2036), 1, + sym_path, + STATE(2055), 1, + sym_comment, + STATE(2429), 1, + sym_cell_path, + ACTIONS(597), 32, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_DOT, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -201034,36 +201615,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - [91179] = 4, - ACTIONS(157), 1, + [91812] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2043), 1, + ACTIONS(761), 1, + anon_sym_LF, + STATE(2056), 1, sym_comment, - ACTIONS(698), 8, + ACTIONS(759), 35, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_DOT_DOT, - ACTIONS(700), 28, - anon_sym_DASH_DASH, - anon_sym_in, - anon_sym_LBRACE, - anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -201077,17 +201657,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, sym_short_flag, - [91226] = 4, + [91859] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1365), 1, + ACTIONS(1314), 1, anon_sym_LF, - STATE(2044), 1, + ACTIONS(3539), 1, + aux_sym_long_flag_token1, + STATE(2057), 1, sym_comment, - ACTIONS(1363), 35, + ACTIONS(1312), 34, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -201096,7 +201676,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_DASH, - anon_sym_else, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_not, @@ -201123,20 +201702,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, sym_short_flag, - [91273] = 7, + [91908] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(321), 1, + ACTIONS(313), 1, anon_sym_DOT, - ACTIONS(599), 1, + ACTIONS(595), 1, anon_sym_LF, - STATE(2045), 1, - sym_comment, - STATE(2052), 1, - aux_sym_cell_path_repeat1, - STATE(2281), 1, + STATE(2036), 1, sym_path, - ACTIONS(597), 32, + STATE(2058), 1, + sym_comment, + STATE(2434), 1, + sym_cell_path, + ACTIONS(593), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -201169,130 +201748,242 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [91326] = 4, + [91961] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(700), 1, + ACTIONS(755), 1, anon_sym_LF, - STATE(2046), 1, + STATE(2059), 1, sym_comment, - ACTIONS(698), 35, + ACTIONS(753), 35, anon_sym_SEMI, - anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_GT, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, anon_sym_DASH, - anon_sym_in, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_STAR, + anon_sym_not, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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, + sym_short_flag, + [92008] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(712), 1, + anon_sym_LF, + STATE(2060), 1, + sym_comment, + ACTIONS(710), 35, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_not, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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, + sym_short_flag, + [92055] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1370), 1, + anon_sym_LF, + STATE(2061), 1, + sym_comment, + ACTIONS(1368), 35, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_else, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_not, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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, + sym_short_flag, + [92102] = 5, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3541), 1, anon_sym_QMARK2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, + STATE(2062), 1, + sym_comment, + ACTIONS(621), 11, + sym_identifier, + anon_sym_GT, + anon_sym_in, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [91373] = 21, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(357), 1, - anon_sym_DOT, - ACTIONS(361), 1, - anon_sym_QMARK2, - ACTIONS(369), 1, - anon_sym_bit_DASHand, - ACTIONS(371), 1, - anon_sym_bit_DASHxor, - ACTIONS(373), 1, - anon_sym_bit_DASHor, - ACTIONS(375), 1, anon_sym_and, - ACTIONS(377), 1, anon_sym_xor, - ACTIONS(379), 1, anon_sym_or, - STATE(2047), 1, - sym_comment, - STATE(2088), 1, - sym_path, - STATE(2572), 1, - sym_cell_path, - ACTIONS(311), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(313), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(353), 2, + ACTIONS(623), 24, + anon_sym_COMMA, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(363), 2, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(365), 2, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(367), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(355), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(359), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(351), 6, - anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [91454] = 4, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [92151] = 5, ACTIONS(157), 1, anon_sym_POUND, - STATE(2048), 1, + ACTIONS(3543), 1, + anon_sym_GT, + STATE(2063), 1, sym_comment, - ACTIONS(750), 7, - anon_sym_EQ, + STATE(3694), 1, + sym_flat_type, + ACTIONS(3177), 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, + [92200] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(2064), 1, + sym_comment, + ACTIONS(617), 8, anon_sym_GT, anon_sym_DASH, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(752), 29, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_DOT_DOT, + ACTIONS(619), 28, anon_sym_DASH_DASH, anon_sym_in, anon_sym_LBRACE, - anon_sym_DOT, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -201314,34 +202005,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, sym_short_flag, - [91501] = 4, - ACTIONS(3), 1, + [92247] = 4, + ACTIONS(157), 1, anon_sym_POUND, - STATE(2049), 1, + STATE(2065), 1, sym_comment, - ACTIONS(761), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(759), 34, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(617), 11, + sym_identifier, anon_sym_GT, - anon_sym_DASH, anon_sym_in, - anon_sym_DOT, anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(619), 25, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -201352,149 +202048,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - [91548] = 21, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [92294] = 21, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2414), 1, + ACTIONS(2314), 1, anon_sym_DASH_DASH, - ACTIONS(2416), 1, + ACTIONS(2316), 1, sym_short_flag, - ACTIONS(3410), 1, + ACTIONS(3420), 1, anon_sym_bit_DASHand, - ACTIONS(3412), 1, + ACTIONS(3422), 1, anon_sym_bit_DASHxor, - ACTIONS(3414), 1, + ACTIONS(3424), 1, anon_sym_bit_DASHor, - ACTIONS(3416), 1, + ACTIONS(3426), 1, anon_sym_and, - ACTIONS(3418), 1, + ACTIONS(3428), 1, anon_sym_xor, - ACTIONS(3420), 1, + ACTIONS(3430), 1, anon_sym_or, - STATE(2050), 1, + STATE(2066), 1, sym_comment, - STATE(2873), 1, + STATE(2841), 1, sym__flag, - STATE(2974), 1, + STATE(2950), 1, sym_long_flag, - ACTIONS(678), 2, + ACTIONS(706), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(680), 2, + ACTIONS(708), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3398), 2, + ACTIONS(3408), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3404), 2, + ACTIONS(3414), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3406), 2, + ACTIONS(3416), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3408), 2, + ACTIONS(3418), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3400), 4, + ACTIONS(3410), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3402), 4, + ACTIONS(3412), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3396), 6, + ACTIONS(3406), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [91629] = 5, + [92375] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3498), 1, - anon_sym_QMARK2, - STATE(2051), 1, + STATE(2067), 1, sym_comment, - ACTIONS(656), 5, + ACTIONS(667), 11, + sym_identifier, anon_sym_GT, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, + anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(658), 30, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [91678] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(321), 1, - anon_sym_DOT, - ACTIONS(588), 1, - anon_sym_LF, - STATE(2052), 1, - sym_comment, - STATE(2053), 1, - aux_sym_cell_path_repeat1, - STATE(2281), 1, - sym_path, - ACTIONS(586), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, + ACTIONS(669), 25, + anon_sym_COMMA, anon_sym_DASH, - anon_sym_in, anon_sym_RBRACE, - anon_sym_STAR, + anon_sym_DOT, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -201505,29 +202151,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [91731] = 6, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [92422] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(592), 1, - anon_sym_LF, - ACTIONS(3500), 1, - anon_sym_DOT, - STATE(2281), 1, - sym_path, - STATE(2053), 2, + ACTIONS(3545), 1, + anon_sym_QMARK2, + STATE(2068), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(590), 32, + ACTIONS(623), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(621), 33, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, + anon_sym_DOT, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -201553,238 +202197,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [91782] = 5, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3498), 1, - anon_sym_QMARK2, - STATE(2054), 1, - sym_comment, - ACTIONS(656), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(658), 30, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [91831] = 21, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(357), 1, - anon_sym_DOT, - ACTIONS(3511), 1, - anon_sym_QMARK2, - ACTIONS(3519), 1, - anon_sym_bit_DASHand, - ACTIONS(3521), 1, - anon_sym_bit_DASHxor, - ACTIONS(3523), 1, - anon_sym_bit_DASHor, - ACTIONS(3525), 1, - anon_sym_and, - ACTIONS(3527), 1, - anon_sym_xor, - ACTIONS(3529), 1, - anon_sym_or, - STATE(2055), 1, - sym_comment, - STATE(2088), 1, - sym_path, - STATE(2521), 1, - sym_cell_path, - ACTIONS(3341), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3343), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3505), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3513), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3515), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3517), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3507), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3509), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3503), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [91912] = 21, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(2414), 1, - anon_sym_DASH_DASH, - ACTIONS(2416), 1, sym_short_flag, - ACTIONS(3410), 1, - anon_sym_bit_DASHand, - ACTIONS(3412), 1, - anon_sym_bit_DASHxor, - ACTIONS(3414), 1, - anon_sym_bit_DASHor, - ACTIONS(3416), 1, - anon_sym_and, - ACTIONS(3418), 1, - anon_sym_xor, - ACTIONS(3420), 1, - anon_sym_or, - STATE(2056), 1, - sym_comment, - STATE(2871), 1, - sym__flag, - STATE(2974), 1, - sym_long_flag, - ACTIONS(662), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(664), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3398), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3404), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3406), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3408), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3400), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3402), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3396), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [91993] = 21, + [92471] = 21, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2414), 1, + ACTIONS(2314), 1, anon_sym_DASH_DASH, - ACTIONS(2416), 1, + ACTIONS(2316), 1, sym_short_flag, - ACTIONS(3410), 1, + ACTIONS(3420), 1, anon_sym_bit_DASHand, - ACTIONS(3412), 1, + ACTIONS(3422), 1, anon_sym_bit_DASHxor, - ACTIONS(3414), 1, + ACTIONS(3424), 1, anon_sym_bit_DASHor, - ACTIONS(3416), 1, + ACTIONS(3426), 1, anon_sym_and, - ACTIONS(3418), 1, + ACTIONS(3428), 1, anon_sym_xor, - ACTIONS(3420), 1, + ACTIONS(3430), 1, anon_sym_or, - STATE(2057), 1, + STATE(2069), 1, sym_comment, - STATE(2869), 1, + STATE(2850), 1, sym__flag, - STATE(2974), 1, + STATE(2950), 1, sym_long_flag, - ACTIONS(670), 2, + ACTIONS(690), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(672), 2, + ACTIONS(692), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3398), 2, + ACTIONS(3408), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3404), 2, + ACTIONS(3414), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3406), 2, + ACTIONS(3416), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3408), 2, + ACTIONS(3418), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3400), 4, + ACTIONS(3410), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3402), 4, + ACTIONS(3412), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3396), 6, + ACTIONS(3406), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [92074] = 4, + [92552] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(748), 1, + ACTIONS(1491), 1, anon_sym_LF, - STATE(2058), 1, + STATE(2070), 1, sym_comment, - ACTIONS(746), 35, + ACTIONS(1489), 35, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -201793,9 +202274,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_DASH, + anon_sym_else, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT, anon_sym_not, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, @@ -201820,58 +202301,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, sym_short_flag, - [92121] = 5, + [92599] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3531), 1, - anon_sym_GT, - STATE(2059), 1, - sym_comment, - STATE(3576), 1, - sym_flat_type, - ACTIONS(3138), 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, - [92170] = 5, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3533), 1, + ACTIONS(3547), 1, anon_sym_QMARK2, - STATE(2060), 1, + STATE(2071), 1, sym_comment, - ACTIONS(656), 8, + ACTIONS(621), 8, anon_sym_GT, anon_sym_DASH, anon_sym_DOT, @@ -201880,7 +202317,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_LT2, anon_sym_DOT_DOT, - ACTIONS(658), 27, + ACTIONS(623), 27, anon_sym_DASH_DASH, anon_sym_in, anon_sym_LBRACE, @@ -201908,112 +202345,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT_EQ, sym_short_flag, - [92219] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1483), 1, - anon_sym_LF, - STATE(2061), 1, - sym_comment, - ACTIONS(1481), 35, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_else, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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, - sym_short_flag, - [92266] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2062), 1, - sym_comment, - ACTIONS(700), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(698), 34, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_QMARK2, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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, - sym_short_flag, - [92313] = 5, + [92648] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3533), 1, + ACTIONS(3549), 1, anon_sym_QMARK2, - STATE(2063), 1, + STATE(2072), 1, sym_comment, - ACTIONS(656), 8, + ACTIONS(621), 5, anon_sym_GT, - anon_sym_DASH, - anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - anon_sym_DOT_DOT, - ACTIONS(658), 27, - anon_sym_DASH_DASH, + ACTIONS(623), 30, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, anon_sym_in, + anon_sym_if, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_DOT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -202035,42 +202389,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - sym_short_flag, - [92362] = 7, - ACTIONS(3), 1, + [92697] = 5, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(321), 1, - anon_sym_DOT, - ACTIONS(603), 1, - anon_sym_LF, - STATE(2045), 1, - sym_path, - STATE(2064), 1, + ACTIONS(3547), 1, + anon_sym_QMARK2, + STATE(2073), 1, sym_comment, - STATE(2442), 1, - sym_cell_path, - ACTIONS(601), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(621), 8, anon_sym_GT, anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, + anon_sym_DOT, anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_DOT_DOT, + ACTIONS(623), 27, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -202084,96 +202430,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [92415] = 21, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + sym_short_flag, + [92746] = 21, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2414), 1, + ACTIONS(2314), 1, anon_sym_DASH_DASH, - ACTIONS(2416), 1, + ACTIONS(2316), 1, sym_short_flag, - ACTIONS(3410), 1, + ACTIONS(3420), 1, anon_sym_bit_DASHand, - ACTIONS(3412), 1, + ACTIONS(3422), 1, anon_sym_bit_DASHxor, - ACTIONS(3414), 1, + ACTIONS(3424), 1, anon_sym_bit_DASHor, - ACTIONS(3416), 1, + ACTIONS(3426), 1, anon_sym_and, - ACTIONS(3418), 1, + ACTIONS(3428), 1, anon_sym_xor, - ACTIONS(3420), 1, + ACTIONS(3430), 1, anon_sym_or, - STATE(2065), 1, + STATE(2074), 1, sym_comment, - STATE(2845), 1, + STATE(2844), 1, sym__flag, - STATE(2974), 1, + STATE(2950), 1, sym_long_flag, - ACTIONS(690), 2, + ACTIONS(702), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(692), 2, + ACTIONS(704), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3398), 2, + ACTIONS(3408), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3404), 2, + ACTIONS(3414), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3406), 2, + ACTIONS(3416), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3408), 2, + ACTIONS(3418), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3400), 4, + ACTIONS(3410), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3402), 4, + ACTIONS(3412), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3396), 6, + ACTIONS(3406), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [92496] = 4, - ACTIONS(157), 1, + [92827] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2066), 1, + ACTIONS(3545), 1, + anon_sym_QMARK2, + STATE(2075), 1, sym_comment, - ACTIONS(686), 11, - sym_identifier, + ACTIONS(623), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(621), 33, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(688), 25, - anon_sym_COMMA, + anon_sym_DASH_DASH, anon_sym_DASH, - anon_sym_RBRACE, + anon_sym_in, anon_sym_DOT, - anon_sym_QMARK2, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -202184,102 +202533,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [92543] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2067), 1, - sym_comment, - ACTIONS(688), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(686), 34, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_QMARK2, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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_and, + anon_sym_xor, + anon_sym_or, sym_short_flag, - [92590] = 5, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3535), 1, - anon_sym_GT, - STATE(2068), 1, - sym_comment, - STATE(3701), 1, - sym_flat_type, - ACTIONS(3138), 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, - [92639] = 4, + [92876] = 5, ACTIONS(157), 1, anon_sym_POUND, - STATE(2069), 1, + ACTIONS(3541), 1, + anon_sym_QMARK2, + STATE(2076), 1, sym_comment, - ACTIONS(698), 11, + ACTIONS(621), 11, sym_identifier, anon_sym_GT, anon_sym_in, @@ -202291,12 +202556,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(700), 25, + ACTIONS(623), 24, anon_sym_COMMA, anon_sym_DASH, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, @@ -202317,27 +202581,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [92686] = 7, + [92925] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(321), 1, - anon_sym_DOT, - ACTIONS(580), 1, + ACTIONS(712), 1, anon_sym_LF, - STATE(2045), 1, - sym_path, - STATE(2070), 1, + STATE(2077), 1, sym_comment, - STATE(2381), 1, - sym_cell_path, - ACTIONS(578), 32, + ACTIONS(710), 35, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, anon_sym_RBRACE, + anon_sym_DOT, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -202363,35 +202623,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [92739] = 4, - ACTIONS(3), 1, + sym_short_flag, + [92972] = 5, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(752), 1, - anon_sym_LF, - STATE(2071), 1, + ACTIONS(3549), 1, + anon_sym_QMARK2, + STATE(2078), 1, sym_comment, - ACTIONS(750), 35, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(621), 5, anon_sym_GT, - anon_sym_DASH_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(623), 30, + anon_sym_COMMA, + anon_sym_PIPE, anon_sym_DASH, anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_DOT, - anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -202405,34 +202668,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_short_flag, - [92786] = 4, + [93021] = 21, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(854), 1, - anon_sym_LF, - STATE(2072), 1, + ACTIONS(2314), 1, + anon_sym_DASH_DASH, + ACTIONS(2316), 1, + sym_short_flag, + ACTIONS(3420), 1, + anon_sym_bit_DASHand, + ACTIONS(3422), 1, + anon_sym_bit_DASHxor, + ACTIONS(3424), 1, + anon_sym_bit_DASHor, + ACTIONS(3426), 1, + anon_sym_and, + ACTIONS(3428), 1, + anon_sym_xor, + ACTIONS(3430), 1, + anon_sym_or, + STATE(2079), 1, sym_comment, - ACTIONS(852), 35, + STATE(2847), 1, + sym__flag, + STATE(2950), 1, + sym_long_flag, + ACTIONS(694), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_GT, + ACTIONS(696), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3408), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(3414), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3416), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3418), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3410), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3412), 4, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + ACTIONS(3406), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [93102] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(2080), 1, + sym_comment, + ACTIONS(710), 7, + anon_sym_EQ, + anon_sym_GT, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(712), 29, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -202446,30 +202770,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - [92833] = 7, + sym_short_flag, + [93149] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(321), 1, - anon_sym_DOT, - ACTIONS(570), 1, + ACTIONS(755), 1, anon_sym_LF, - STATE(2045), 1, - sym_path, - STATE(2073), 1, + STATE(2081), 1, sym_comment, - STATE(2429), 1, - sym_cell_path, - ACTIONS(568), 32, + ACTIONS(753), 35, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, anon_sym_RBRACE, + anon_sym_DOT, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -202495,35 +202813,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [92886] = 4, + sym_short_flag, + [93196] = 21, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(748), 1, - anon_sym_LF, - STATE(2074), 1, + ACTIONS(2314), 1, + anon_sym_DASH_DASH, + ACTIONS(2316), 1, + sym_short_flag, + ACTIONS(3420), 1, + anon_sym_bit_DASHand, + ACTIONS(3422), 1, + anon_sym_bit_DASHxor, + ACTIONS(3424), 1, + anon_sym_bit_DASHor, + ACTIONS(3426), 1, + anon_sym_and, + ACTIONS(3428), 1, + anon_sym_xor, + ACTIONS(3430), 1, + anon_sym_or, + STATE(2082), 1, sym_comment, - ACTIONS(746), 35, + STATE(2846), 1, + sym__flag, + STATE(2950), 1, + sym_long_flag, + ACTIONS(698), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH_DASH, + ACTIONS(700), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3408), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3414), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3416), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3418), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3410), 4, anon_sym_in, - anon_sym_RBRACE, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3412), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3406), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [93277] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(2083), 1, + sym_comment, + ACTIONS(667), 8, + anon_sym_GT, + anon_sym_DASH, anon_sym_DOT, anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_DOT_DOT, + ACTIONS(669), 28, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -202537,147 +202914,135 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, sym_short_flag, - [92933] = 7, + [93324] = 21, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(321), 1, - anon_sym_DOT, - ACTIONS(607), 1, - anon_sym_LF, - STATE(2045), 1, - sym_path, - STATE(2075), 1, + ACTIONS(2314), 1, + anon_sym_DASH_DASH, + ACTIONS(2316), 1, + sym_short_flag, + ACTIONS(3420), 1, + anon_sym_bit_DASHand, + ACTIONS(3422), 1, + anon_sym_bit_DASHxor, + ACTIONS(3424), 1, + anon_sym_bit_DASHor, + ACTIONS(3426), 1, + anon_sym_and, + ACTIONS(3428), 1, + anon_sym_xor, + ACTIONS(3430), 1, + anon_sym_or, + STATE(2084), 1, sym_comment, - STATE(2361), 1, - sym_cell_path, - ACTIONS(605), 32, + STATE(2855), 1, + sym__flag, + STATE(2950), 1, + sym_long_flag, + ACTIONS(663), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_GT, + ACTIONS(665), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3408), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(3414), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3416), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3418), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3410), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3412), 4, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(3406), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + [93405] = 21, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2314), 1, + anon_sym_DASH_DASH, + ACTIONS(2316), 1, + sym_short_flag, + ACTIONS(3420), 1, anon_sym_bit_DASHand, + ACTIONS(3422), 1, anon_sym_bit_DASHxor, + ACTIONS(3424), 1, anon_sym_bit_DASHor, + ACTIONS(3426), 1, anon_sym_and, + ACTIONS(3428), 1, anon_sym_xor, + ACTIONS(3430), 1, anon_sym_or, - [92986] = 3, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(2076), 1, - sym_comment, - ACTIONS(3537), 36, - anon_sym_COMMA, - anon_sym_RBRACK, - 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, - [93031] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(321), 1, - anon_sym_DOT, - ACTIONS(611), 1, - anon_sym_LF, - STATE(2045), 1, - sym_path, - STATE(2077), 1, + STATE(2085), 1, sym_comment, - STATE(2425), 1, - sym_cell_path, - ACTIONS(609), 32, + STATE(2861), 1, + sym__flag, + STATE(2950), 1, + sym_long_flag, + ACTIONS(683), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_GT, + ACTIONS(685), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3408), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(3414), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, + ACTIONS(3416), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(3418), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3410), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3412), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3406), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [93084] = 3, + [93486] = 3, ACTIONS(157), 1, anon_sym_POUND, - STATE(2078), 1, + STATE(2086), 1, sym_comment, - ACTIONS(3539), 36, + ACTIONS(3551), 36, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_any, @@ -202714,68 +203079,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_var_DASHwith_DASHopt_DASHtype, anon_sym_record, anon_sym_list, - [93129] = 5, + [93531] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3394), 1, - anon_sym_QMARK2, - STATE(2079), 1, + STATE(2087), 1, sym_comment, - ACTIONS(658), 2, + ACTIONS(755), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(656), 33, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_in, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - sym_short_flag, - [93178] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(761), 1, - anon_sym_LF, - STATE(2080), 1, - sym_comment, - ACTIONS(759), 35, + ACTIONS(753), 33, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_DOT, anon_sym_not, anon_sym_DOT_DOT_LT, @@ -202801,26 +203121,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, sym_short_flag, - [93225] = 5, + [93577] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3422), 1, - anon_sym_QMARK2, - STATE(2081), 1, - sym_comment, - ACTIONS(658), 2, - ts_builtin_sym_end, + ACTIONS(1327), 1, anon_sym_LF, - ACTIONS(656), 33, + STATE(2088), 1, + sym_comment, + ACTIONS(1325), 34, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_DOT, + anon_sym_RBRACE, anon_sym_not, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, @@ -202845,67 +203163,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, sym_short_flag, - [93274] = 4, + [93623] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(752), 1, + ACTIONS(872), 1, anon_sym_LF, - STATE(2082), 1, + STATE(2089), 1, sym_comment, - ACTIONS(750), 35, + ACTIONS(870), 34, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, + anon_sym_GT, anon_sym_DASH_DASH, anon_sym_DASH, - anon_sym_LBRACE, + anon_sym_in, anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, sym_short_flag, - [93321] = 7, + [93669] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(321), 1, - anon_sym_DOT, - ACTIONS(584), 1, + ACTIONS(109), 1, anon_sym_LF, - STATE(2045), 1, - sym_path, - STATE(2083), 1, + STATE(2090), 1, sym_comment, - STATE(2418), 1, - sym_cell_path, - ACTIONS(582), 32, + ACTIONS(107), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, anon_sym_RBRACE, @@ -202934,24 +203246,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [93374] = 7, + sym_short_flag, + [93715] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(321), 1, - anon_sym_DOT, - ACTIONS(615), 1, + ACTIONS(799), 1, anon_sym_LF, - STATE(2045), 1, - sym_path, - STATE(2084), 1, + STATE(2091), 1, sym_comment, - STATE(2420), 1, - sym_cell_path, - ACTIONS(613), 32, + ACTIONS(797), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, anon_sym_RBRACE, @@ -202980,27 +203288,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [93427] = 4, + sym_short_flag, + [93761] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2085), 1, + STATE(2092), 1, sym_comment, - ACTIONS(746), 5, + ACTIONS(710), 8, anon_sym_GT, + anon_sym_DASH, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(748), 30, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DASH, + anon_sym_DOT_DOT, + ACTIONS(712), 27, + anon_sym_DASH_DASH, anon_sym_in, - anon_sym_if, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_DOT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -203022,65 +203328,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [93473] = 3, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(2086), 1, - sym_comment, - ACTIONS(3541), 35, - anon_sym_RBRACK, - 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, - [93517] = 5, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + sym_short_flag, + [93807] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2087), 1, - sym_comment, - ACTIONS(791), 2, - ts_builtin_sym_end, + ACTIONS(860), 1, anon_sym_LF, - ACTIONS(381), 3, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(789), 30, + STATE(2093), 1, + sym_comment, + ACTIONS(858), 34, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -203106,21 +203372,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [93565] = 7, + sym_short_flag, + [93853] = 7, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(357), 1, anon_sym_DOT, - STATE(2088), 1, - sym_comment, STATE(2094), 1, - aux_sym_cell_path_repeat1, - STATE(2417), 1, + sym_comment, + STATE(2163), 1, sym_path, - ACTIONS(599), 2, + STATE(2515), 1, + sym_cell_path, + ACTIONS(611), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(597), 30, + ACTIONS(609), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -203151,34 +203418,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [93617] = 4, - ACTIONS(3), 1, + [93905] = 4, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(838), 1, - anon_sym_LF, - STATE(2089), 1, + STATE(2095), 1, sym_comment, - ACTIONS(836), 34, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(753), 8, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, + anon_sym_DOT, anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_DOT_DOT, + ACTIONS(755), 27, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -203192,78 +203457,402 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, sym_short_flag, - [93663] = 4, + [93951] = 17, ACTIONS(3), 1, anon_sym_POUND, - STATE(2090), 1, - sym_comment, - ACTIONS(761), 2, - ts_builtin_sym_end, + ACTIONS(771), 1, anon_sym_LF, - ACTIONS(759), 33, + ACTIONS(3297), 1, + anon_sym_bit_DASHand, + ACTIONS(3299), 1, + anon_sym_bit_DASHxor, + ACTIONS(3301), 1, + anon_sym_bit_DASHor, + ACTIONS(3303), 1, + anon_sym_and, + ACTIONS(3305), 1, + anon_sym_xor, + ACTIONS(3307), 1, + anon_sym_or, + STATE(2096), 1, + sym_comment, + ACTIONS(3285), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3291), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3293), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3295), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3287), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3289), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(769), 6, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_GT, anon_sym_DASH_DASH, + anon_sym_RBRACE, + sym_short_flag, + ACTIONS(3283), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [94023] = 16, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(771), 1, + anon_sym_LF, + ACTIONS(3297), 1, + anon_sym_bit_DASHand, + ACTIONS(3299), 1, + anon_sym_bit_DASHxor, + ACTIONS(3301), 1, + anon_sym_bit_DASHor, + ACTIONS(3303), 1, + anon_sym_and, + ACTIONS(3305), 1, + anon_sym_xor, + STATE(2097), 1, + sym_comment, + ACTIONS(3285), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3291), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3293), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3295), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3287), 4, anon_sym_in, - anon_sym_DOT, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3289), 4, anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3283), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(769), 7, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH_DASH, + anon_sym_RBRACE, + anon_sym_or, + sym_short_flag, + [94093] = 15, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(771), 1, + anon_sym_LF, + ACTIONS(3297), 1, + anon_sym_bit_DASHand, + ACTIONS(3299), 1, + anon_sym_bit_DASHxor, + ACTIONS(3301), 1, + anon_sym_bit_DASHor, + ACTIONS(3303), 1, + anon_sym_and, + STATE(2098), 1, + sym_comment, + ACTIONS(3285), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3291), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3293), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3295), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3287), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3289), 4, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + ACTIONS(3283), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(769), 8, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH_DASH, + anon_sym_RBRACE, + anon_sym_xor, + anon_sym_or, + sym_short_flag, + [94161] = 14, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(771), 1, + anon_sym_LF, + ACTIONS(3297), 1, + anon_sym_bit_DASHand, + ACTIONS(3299), 1, + anon_sym_bit_DASHxor, + ACTIONS(3301), 1, + anon_sym_bit_DASHor, + STATE(2099), 1, + sym_comment, + ACTIONS(3285), 2, + anon_sym_DASH, anon_sym_PLUS, + ACTIONS(3291), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3293), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(3295), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3287), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3289), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3283), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, + ACTIONS(769), 9, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH_DASH, + anon_sym_RBRACE, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_short_flag, + [94227] = 13, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(771), 1, + anon_sym_LF, + ACTIONS(3297), 1, + anon_sym_bit_DASHand, + ACTIONS(3299), 1, + anon_sym_bit_DASHxor, + STATE(2100), 1, + sym_comment, + ACTIONS(3285), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3291), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3293), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3295), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3287), 4, + anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, + ACTIONS(3289), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3283), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(769), 10, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH_DASH, + anon_sym_RBRACE, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_short_flag, + [94291] = 12, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(771), 1, + anon_sym_LF, + ACTIONS(3297), 1, + anon_sym_bit_DASHand, + STATE(2101), 1, + sym_comment, + ACTIONS(3285), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3291), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3293), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3295), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, + ACTIONS(3287), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3289), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3283), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(769), 11, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH_DASH, + anon_sym_RBRACE, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, sym_short_flag, - [93709] = 7, + [94353] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(357), 1, - anon_sym_DOT, - STATE(2088), 1, - sym_path, - STATE(2091), 1, - sym_comment, - STATE(2166), 1, - sym_cell_path, - ACTIONS(576), 2, - ts_builtin_sym_end, + ACTIONS(771), 1, anon_sym_LF, - ACTIONS(574), 30, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, + STATE(2102), 1, + sym_comment, + ACTIONS(3285), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(3291), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3293), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3295), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3287), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3289), 4, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + ACTIONS(3283), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(769), 12, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH_DASH, + anon_sym_RBRACE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_short_flag, + [94413] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(771), 1, + anon_sym_LF, + STATE(2103), 1, + sym_comment, + ACTIONS(3285), 2, + anon_sym_DASH, anon_sym_PLUS, + ACTIONS(3291), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3293), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(3289), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(769), 24, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_RBRACE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, @@ -203280,25 +203869,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [93761] = 4, + sym_short_flag, + [94467] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(2092), 1, - sym_comment, - ACTIONS(752), 2, - ts_builtin_sym_end, + ACTIONS(771), 1, anon_sym_LF, - ACTIONS(750), 33, + STATE(2104), 1, + sym_comment, + ACTIONS(3291), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(769), 32, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_DOT, + anon_sym_RBRACE, anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, @@ -203322,85 +203913,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [93807] = 4, + [94515] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1373), 1, + ACTIONS(771), 1, anon_sym_LF, - STATE(2093), 1, + STATE(2105), 1, sym_comment, - ACTIONS(1371), 34, + ACTIONS(3291), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3289), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(769), 28, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, + anon_sym_GT, anon_sym_DASH_DASH, anon_sym_DASH, - anon_sym_LBRACE, + anon_sym_in, anon_sym_RBRACE, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, sym_short_flag, - [93853] = 7, + [94565] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(357), 1, - anon_sym_DOT, - STATE(2094), 1, - sym_comment, - STATE(2104), 1, - aux_sym_cell_path_repeat1, - STATE(2417), 1, - sym_path, - ACTIONS(588), 2, - ts_builtin_sym_end, + ACTIONS(771), 1, anon_sym_LF, - ACTIONS(586), 30, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, + STATE(2106), 1, + sym_comment, + ACTIONS(3285), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(3291), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3293), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3287), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3289), 4, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(3283), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, + ACTIONS(769), 14, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH_DASH, + anon_sym_RBRACE, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, anon_sym_bit_DASHand, @@ -203409,29 +204004,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [93905] = 4, + sym_short_flag, + [94623] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(850), 1, + ACTIONS(771), 1, anon_sym_LF, - STATE(2095), 1, + STATE(2107), 1, sym_comment, - ACTIONS(848), 34, + ACTIONS(3285), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3291), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3289), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(769), 26, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH_DASH, - anon_sym_DASH, anon_sym_in, anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, @@ -203451,36 +204050,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [93951] = 4, + [94675] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(109), 1, + ACTIONS(771), 1, anon_sym_LF, - STATE(2096), 1, + STATE(2108), 1, sym_comment, - ACTIONS(107), 34, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH_DASH, + ACTIONS(3285), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(3291), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3293), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3289), 4, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(3283), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, + ACTIONS(769), 18, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_RBRACE, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, @@ -203493,14 +204097,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [93997] = 4, + [94731] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(862), 1, + ACTIONS(821), 1, anon_sym_LF, - STATE(2097), 1, + STATE(2109), 1, sym_comment, - ACTIONS(860), 34, + ACTIONS(819), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -203535,12 +204139,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [94043] = 4, + [94777] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2098), 1, + STATE(2110), 1, + sym_comment, + STATE(2989), 1, + sym_flat_type, + ACTIONS(3177), 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, + [94823] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(2111), 1, sym_comment, - ACTIONS(746), 11, + ACTIONS(759), 11, sym_identifier, anon_sym_GT, anon_sym_in, @@ -203552,7 +204198,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(748), 24, + ACTIONS(761), 24, anon_sym_COMMA, anon_sym_DASH, anon_sym_RBRACE, @@ -203577,14 +204223,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [94089] = 4, + [94869] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(842), 1, + ACTIONS(821), 1, anon_sym_LF, - STATE(2099), 1, + STATE(2112), 1, sym_comment, - ACTIONS(840), 34, + ACTIONS(819), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -203619,14 +204265,302 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [94135] = 4, + [94915] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(2113), 1, + sym_comment, + STATE(2988), 1, + sym_flat_type, + ACTIONS(3177), 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, + [94961] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(357), 1, + anon_sym_DOT, + STATE(2114), 1, + sym_comment, + STATE(2163), 1, + sym_path, + STATE(2504), 1, + sym_cell_path, + ACTIONS(577), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(575), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [95013] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2115), 1, + sym_comment, + ACTIONS(791), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(381), 3, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(789), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [95061] = 20, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(357), 1, + anon_sym_DOT, + ACTIONS(3567), 1, + anon_sym_bit_DASHand, + ACTIONS(3569), 1, + anon_sym_bit_DASHxor, + ACTIONS(3571), 1, + anon_sym_bit_DASHor, + ACTIONS(3573), 1, + anon_sym_and, + ACTIONS(3575), 1, + anon_sym_xor, + ACTIONS(3577), 1, + anon_sym_or, + STATE(2116), 1, + sym_comment, + STATE(2163), 1, + sym_path, + STATE(2481), 1, + sym_cell_path, + ACTIONS(3509), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3511), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3555), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3561), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3563), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3565), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3557), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3559), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3553), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [95139] = 20, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(357), 1, + anon_sym_DOT, + ACTIONS(3593), 1, + anon_sym_bit_DASHand, + ACTIONS(3595), 1, + anon_sym_bit_DASHxor, + ACTIONS(3597), 1, + anon_sym_bit_DASHor, + ACTIONS(3599), 1, + anon_sym_and, + ACTIONS(3601), 1, + anon_sym_xor, + ACTIONS(3603), 1, + anon_sym_or, + STATE(2117), 1, + sym_comment, + STATE(2163), 1, + sym_path, + STATE(2508), 1, + sym_cell_path, + ACTIONS(3477), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3479), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3581), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3587), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3589), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3591), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3583), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3585), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3579), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [95217] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2118), 1, + sym_comment, + ACTIONS(1491), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1489), 33, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_else, + anon_sym_LBRACE, + anon_sym_not, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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, + sym_short_flag, + [95263] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(799), 1, + ACTIONS(864), 1, anon_sym_LF, - STATE(2100), 1, + STATE(2119), 1, sym_comment, - ACTIONS(797), 34, + ACTIONS(862), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -203661,14 +204595,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [94181] = 4, + [95309] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(771), 1, + ACTIONS(848), 1, anon_sym_LF, - STATE(2101), 1, + STATE(2120), 1, sym_comment, - ACTIONS(769), 34, + ACTIONS(846), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -203703,14 +204637,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [94227] = 4, + [95355] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(799), 1, + ACTIONS(779), 1, anon_sym_LF, - STATE(2102), 1, + STATE(2121), 1, sym_comment, - ACTIONS(797), 34, + ACTIONS(777), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -203745,14 +204679,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [94273] = 4, + [95401] = 3, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(2122), 1, + sym_comment, + ACTIONS(3605), 35, + anon_sym_RBRACK, + 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, + [95445] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(814), 1, + ACTIONS(844), 1, anon_sym_LF, - STATE(2103), 1, + STATE(2123), 1, sym_comment, - ACTIONS(812), 34, + ACTIONS(842), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -203787,20 +204762,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [94319] = 6, + [95491] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3543), 1, + ACTIONS(357), 1, anon_sym_DOT, - STATE(2417), 1, + STATE(2124), 1, + sym_comment, + STATE(2163), 1, sym_path, - ACTIONS(592), 2, + STATE(2510), 1, + sym_cell_path, + ACTIONS(615), 2, ts_builtin_sym_end, anon_sym_LF, - STATE(2104), 2, - sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(590), 30, + ACTIONS(613), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -203831,22 +204807,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [94369] = 4, + [95543] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(834), 1, - anon_sym_LF, - STATE(2105), 1, + STATE(2125), 1, sym_comment, - ACTIONS(832), 34, + ACTIONS(787), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(785), 33, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -203872,69 +204846,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_short_flag, - [94415] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(2106), 1, - sym_comment, - STATE(2954), 1, - sym_flat_type, - ACTIONS(3138), 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, - [94461] = 7, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [95589] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(357), 1, - anon_sym_DOT, - STATE(2088), 1, - sym_path, - STATE(2107), 1, - sym_comment, - STATE(2473), 1, - sym_cell_path, - ACTIONS(607), 2, - ts_builtin_sym_end, + ACTIONS(828), 1, anon_sym_LF, - ACTIONS(605), 30, + STATE(2126), 1, + sym_comment, + ACTIONS(826), 34, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -203960,69 +204890,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [94513] = 17, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(783), 1, - anon_sym_LF, - ACTIONS(3273), 1, - anon_sym_bit_DASHand, - ACTIONS(3275), 1, - anon_sym_bit_DASHxor, - ACTIONS(3277), 1, - anon_sym_bit_DASHor, - ACTIONS(3279), 1, - anon_sym_and, - ACTIONS(3281), 1, - anon_sym_xor, - ACTIONS(3283), 1, - anon_sym_or, - STATE(2108), 1, - sym_comment, - ACTIONS(3261), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3267), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3269), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3271), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3263), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3265), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(781), 6, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH_DASH, - anon_sym_RBRACE, sym_short_flag, - ACTIONS(3259), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [94585] = 4, + [95635] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(818), 1, + ACTIONS(791), 1, anon_sym_LF, - STATE(2109), 1, + STATE(2127), 1, sym_comment, - ACTIONS(816), 34, + ACTIONS(789), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -204057,308 +204933,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [94631] = 16, + [95681] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(783), 1, + ACTIONS(815), 1, anon_sym_LF, - ACTIONS(3273), 1, - anon_sym_bit_DASHand, - ACTIONS(3275), 1, - anon_sym_bit_DASHxor, - ACTIONS(3277), 1, - anon_sym_bit_DASHor, - ACTIONS(3279), 1, - anon_sym_and, - ACTIONS(3281), 1, - anon_sym_xor, - STATE(2110), 1, + STATE(2128), 1, sym_comment, - ACTIONS(3261), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3267), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3269), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3271), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3263), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3265), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3259), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(781), 7, + ACTIONS(813), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH_DASH, - anon_sym_RBRACE, - anon_sym_or, - sym_short_flag, - [94701] = 15, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(783), 1, - anon_sym_LF, - ACTIONS(3273), 1, - anon_sym_bit_DASHand, - ACTIONS(3275), 1, - anon_sym_bit_DASHxor, - ACTIONS(3277), 1, - anon_sym_bit_DASHor, - ACTIONS(3279), 1, - anon_sym_and, - STATE(2111), 1, - sym_comment, - ACTIONS(3261), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3267), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3269), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3271), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3263), 4, anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3265), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3259), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(781), 8, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH_DASH, anon_sym_RBRACE, - anon_sym_xor, - anon_sym_or, - sym_short_flag, - [94769] = 14, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(783), 1, - anon_sym_LF, - ACTIONS(3273), 1, - anon_sym_bit_DASHand, - ACTIONS(3275), 1, - anon_sym_bit_DASHxor, - ACTIONS(3277), 1, - anon_sym_bit_DASHor, - STATE(2112), 1, - sym_comment, - ACTIONS(3261), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3267), 2, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3269), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3271), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3263), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3265), 4, - anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3259), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(781), 9, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH_DASH, - anon_sym_RBRACE, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - sym_short_flag, - [94835] = 13, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(783), 1, - anon_sym_LF, - ACTIONS(3273), 1, - anon_sym_bit_DASHand, - ACTIONS(3275), 1, - anon_sym_bit_DASHxor, - STATE(2113), 1, - sym_comment, - ACTIONS(3261), 2, - anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3267), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3269), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3271), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3263), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3265), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3259), 6, - anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 10, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH_DASH, - anon_sym_RBRACE, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - sym_short_flag, - [94899] = 12, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(783), 1, - anon_sym_LF, - ACTIONS(3273), 1, - anon_sym_bit_DASHand, - STATE(2114), 1, - sym_comment, - ACTIONS(3261), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3267), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3269), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3271), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3263), 4, - anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3265), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3259), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(781), 11, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH_DASH, - anon_sym_RBRACE, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - sym_short_flag, - [94961] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(783), 1, - anon_sym_LF, - STATE(2115), 1, - sym_comment, - ACTIONS(3261), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3267), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3269), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3271), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3263), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3265), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3259), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(781), 12, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH_DASH, - anon_sym_RBRACE, anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, @@ -204366,35 +204975,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [95021] = 8, + [95727] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(783), 1, + ACTIONS(811), 1, anon_sym_LF, - STATE(2116), 1, + STATE(2129), 1, sym_comment, - ACTIONS(3261), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3267), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3269), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3265), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(781), 24, + ACTIONS(809), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH_DASH, + anon_sym_DASH, anon_sym_in, anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, @@ -204412,17 +205017,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [95075] = 5, + [95773] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(783), 1, + ACTIONS(795), 1, anon_sym_LF, - STATE(2117), 1, + STATE(2130), 1, sym_comment, - ACTIONS(3267), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(781), 32, + ACTIONS(793), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -204432,6 +205034,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_RBRACE, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, @@ -204455,22 +205059,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [95123] = 6, + [95819] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(783), 1, + ACTIONS(832), 1, anon_sym_LF, - STATE(2118), 1, + STATE(2131), 1, sym_comment, - ACTIONS(3267), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3265), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(781), 28, + ACTIONS(830), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -204479,6 +205075,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_in, anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -204499,45 +205101,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [95173] = 10, - ACTIONS(3), 1, + [95865] = 4, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(783), 1, - anon_sym_LF, - STATE(2119), 1, + STATE(2132), 1, sym_comment, - ACTIONS(3261), 2, - anon_sym_DASH, + ACTIONS(759), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(3267), 2, + anon_sym_LT2, + ACTIONS(761), 30, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_DOT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3269), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3263), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3265), 4, - anon_sym_STAR, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3259), 6, - anon_sym_GT, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 14, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH_DASH, - anon_sym_RBRACE, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, anon_sym_bit_DASHand, @@ -204546,33 +205143,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_short_flag, - [95231] = 7, + [95911] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(783), 1, + ACTIONS(807), 1, anon_sym_LF, - STATE(2120), 1, + STATE(2133), 1, sym_comment, - ACTIONS(3261), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3267), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3265), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(781), 26, + ACTIONS(805), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH_DASH, + anon_sym_DASH, anon_sym_in, anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, @@ -204592,41 +205185,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [95283] = 9, - ACTIONS(3), 1, + [95957] = 4, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(783), 1, - anon_sym_LF, - STATE(2121), 1, + STATE(2134), 1, sym_comment, - ACTIONS(3261), 2, - anon_sym_DASH, + ACTIONS(753), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PLUS, - ACTIONS(3267), 2, + anon_sym_LT2, + ACTIONS(755), 30, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_DOT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3269), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3265), 4, - anon_sym_STAR, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3259), 6, - anon_sym_GT, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 18, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH_DASH, - anon_sym_in, - anon_sym_RBRACE, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, @@ -204638,57 +205227,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_short_flag, - [95339] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(2122), 1, - sym_comment, - STATE(2957), 1, - sym_flat_type, - ACTIONS(3138), 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, - [95385] = 4, + [96003] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(876), 1, + ACTIONS(868), 1, anon_sym_LF, - STATE(2123), 1, + STATE(2135), 1, sym_comment, - ACTIONS(874), 34, + ACTIONS(866), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -204723,26 +205269,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [95431] = 7, + [96049] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(357), 1, - anon_sym_DOT, - STATE(2088), 1, - sym_path, - STATE(2124), 1, - sym_comment, - STATE(2556), 1, - sym_cell_path, - ACTIONS(611), 2, - ts_builtin_sym_end, + ACTIONS(775), 1, anon_sym_LF, - ACTIONS(609), 30, + STATE(2136), 1, + sym_comment, + ACTIONS(773), 34, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -204768,22 +205310,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [95483] = 4, + sym_short_flag, + [96095] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(795), 1, - anon_sym_LF, - STATE(2125), 1, + STATE(2137), 1, sym_comment, - ACTIONS(793), 34, + ACTIONS(712), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(710), 33, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, + anon_sym_DOT, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -204810,14 +205353,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [95529] = 4, + [96141] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1386), 1, + ACTIONS(783), 1, anon_sym_LF, - STATE(2126), 1, + STATE(2138), 1, sym_comment, - ACTIONS(1384), 34, + ACTIONS(781), 34, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -204852,108 +205395,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, sym_short_flag, - [95575] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(846), 1, - anon_sym_LF, - STATE(2127), 1, - sym_comment, - ACTIONS(844), 34, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - sym_short_flag, - [95621] = 4, + [96187] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2128), 1, + STATE(2139), 1, sym_comment, - ACTIONS(759), 8, + ACTIONS(710), 5, anon_sym_GT, - anon_sym_DASH, - anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - anon_sym_DOT_DOT, - ACTIONS(761), 27, - anon_sym_DASH_DASH, - anon_sym_in, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - sym_short_flag, - [95667] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(2129), 1, - sym_comment, - ACTIONS(750), 8, - anon_sym_GT, + ACTIONS(712), 30, + anon_sym_COMMA, + anon_sym_PIPE, anon_sym_DASH, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_DOT_DOT, - ACTIONS(752), 27, - anon_sym_DASH_DASH, anon_sym_in, + anon_sym_if, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_DOT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -204975,29 +205437,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - sym_short_flag, - [95713] = 7, + [96233] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(357), 1, - anon_sym_DOT, - STATE(2088), 1, - sym_path, - STATE(2130), 1, - sym_comment, - STATE(2558), 1, - sym_cell_path, - ACTIONS(603), 2, - ts_builtin_sym_end, + ACTIONS(856), 1, anon_sym_LF, - ACTIONS(601), 30, + STATE(2140), 1, + sym_comment, + ACTIONS(854), 34, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -205023,22 +205478,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [95765] = 4, + sym_short_flag, + [96279] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(775), 1, - anon_sym_LF, - STATE(2131), 1, + STATE(2141), 1, sym_comment, - ACTIONS(773), 34, + ACTIONS(755), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(753), 33, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, + anon_sym_DOT, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -205065,14 +205521,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [95811] = 4, + [96325] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(791), 1, + ACTIONS(876), 1, anon_sym_LF, - STATE(2132), 1, + STATE(2142), 1, sym_comment, - ACTIONS(789), 34, + ACTIONS(874), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -205107,70 +205563,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [95857] = 20, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(357), 1, - anon_sym_DOT, - ACTIONS(3560), 1, - anon_sym_bit_DASHand, - ACTIONS(3562), 1, - anon_sym_bit_DASHxor, - ACTIONS(3564), 1, - anon_sym_bit_DASHor, - ACTIONS(3566), 1, - anon_sym_and, - ACTIONS(3568), 1, - anon_sym_xor, - ACTIONS(3570), 1, - anon_sym_or, - STATE(2088), 1, - sym_path, - STATE(2133), 1, - sym_comment, - STATE(2574), 1, - sym_cell_path, - ACTIONS(3468), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3470), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3548), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3554), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3556), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3558), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3550), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3552), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3546), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [95935] = 4, + [96371] = 4, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(767), 1, anon_sym_LF, - STATE(2134), 1, + STATE(2143), 1, sym_comment, ACTIONS(765), 34, anon_sym_SEMI, @@ -205207,79 +205605,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [95981] = 20, + [96417] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(357), 1, - anon_sym_DOT, - ACTIONS(3586), 1, - anon_sym_bit_DASHand, - ACTIONS(3588), 1, - anon_sym_bit_DASHxor, - ACTIONS(3590), 1, - anon_sym_bit_DASHor, - ACTIONS(3592), 1, - anon_sym_and, - ACTIONS(3594), 1, - anon_sym_xor, - ACTIONS(3596), 1, - anon_sym_or, - STATE(2088), 1, - sym_path, - STATE(2135), 1, + STATE(2144), 1, sym_comment, - STATE(2472), 1, - sym_cell_path, - ACTIONS(3424), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3426), 2, + ACTIONS(761), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3574), 2, + ACTIONS(759), 33, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3580), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3582), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3584), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3576), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3578), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3572), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [96059] = 7, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_not, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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, + sym_short_flag, + [96463] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(357), 1, + ACTIONS(3607), 1, anon_sym_DOT, - STATE(2088), 1, + STATE(2372), 1, sym_path, - STATE(2136), 1, - sym_comment, - STATE(2563), 1, - sym_cell_path, - ACTIONS(615), 2, + ACTIONS(570), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(613), 30, + STATE(2145), 2, + sym_comment, + aux_sym_cell_path_repeat1, + ACTIONS(568), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -205310,23 +205691,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [96111] = 4, + [96513] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(787), 1, + ACTIONS(105), 1, anon_sym_LF, - STATE(2137), 1, + STATE(2146), 1, sym_comment, - ACTIONS(785), 34, + ACTIONS(103), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, anon_sym_RBRACE, + anon_sym_DOT, anon_sym_STAR, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -205351,25 +205733,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_short_flag, - [96157] = 4, + [96559] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(105), 1, - anon_sym_LF, - STATE(2138), 1, + ACTIONS(357), 1, + anon_sym_DOT, + STATE(2147), 1, sym_comment, - ACTIONS(103), 34, + STATE(2163), 1, + sym_path, + STATE(2576), 1, + sym_cell_path, + ACTIONS(599), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(597), 30, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, - anon_sym_DOT, anon_sym_STAR, - anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -205394,76 +205778,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [96203] = 4, + [96611] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(868), 1, - anon_sym_LF, - STATE(2139), 1, + STATE(2148), 1, sym_comment, - ACTIONS(866), 34, + ACTIONS(1370), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1368), 33, anon_sym_SEMI, - anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_PIPE, - anon_sym_GT, + anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_DASH, + anon_sym_else, + anon_sym_LBRACE, + anon_sym_not, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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, + sym_short_flag, + [96657] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(2149), 1, + sym_comment, + ACTIONS(753), 11, + sym_identifier, + anon_sym_GT, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - sym_short_flag, - [96249] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(806), 1, - anon_sym_LF, - STATE(2140), 1, - sym_comment, - ACTIONS(804), 34, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH_DASH, + ACTIONS(755), 24, + anon_sym_COMMA, anon_sym_DASH, - anon_sym_in, anon_sym_RBRACE, - anon_sym_STAR, + anon_sym_DOT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -205474,28 +205859,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - sym_short_flag, - [96295] = 5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [96703] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(658), 1, - anon_sym_LF, - ACTIONS(3598), 1, - anon_sym_QMARK2, - STATE(2141), 1, + ACTIONS(357), 1, + anon_sym_DOT, + STATE(2145), 1, + aux_sym_cell_path_repeat1, + STATE(2150), 1, sym_comment, - ACTIONS(656), 33, + STATE(2372), 1, + sym_path, + ACTIONS(583), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(581), 30, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, - anon_sym_DOT, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -205521,36 +205907,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [96343] = 5, - ACTIONS(3), 1, + [96755] = 4, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(658), 1, - anon_sym_LF, - ACTIONS(3598), 1, - anon_sym_QMARK2, - STATE(2142), 1, + STATE(2151), 1, sym_comment, - ACTIONS(656), 33, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(710), 11, + sym_identifier, anon_sym_GT, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(712), 24, + anon_sym_COMMA, anon_sym_DASH, - anon_sym_in, anon_sym_RBRACE, anon_sym_DOT, - anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -205561,25 +205946,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [96391] = 4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [96801] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(779), 1, + ACTIONS(623), 1, anon_sym_LF, - STATE(2143), 1, + ACTIONS(3610), 1, + anon_sym_QMARK2, + STATE(2152), 1, sym_comment, - ACTIONS(777), 34, + ACTIONS(621), 33, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, anon_sym_RBRACE, + anon_sym_DOT, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -205605,27 +205992,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_short_flag, - [96437] = 7, + [96849] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(357), 1, - anon_sym_DOT, - STATE(2088), 1, - sym_path, - STATE(2144), 1, - sym_comment, - STATE(2554), 1, - sym_cell_path, - ACTIONS(584), 2, - ts_builtin_sym_end, + ACTIONS(623), 1, anon_sym_LF, - ACTIONS(582), 30, + ACTIONS(3610), 1, + anon_sym_QMARK2, + STATE(2153), 1, + sym_comment, + ACTIONS(621), 33, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -205651,119 +206035,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [96489] = 4, + [96897] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(862), 1, + ACTIONS(803), 1, anon_sym_LF, - STATE(2145), 1, + STATE(2154), 1, sym_comment, - ACTIONS(860), 34, + ACTIONS(801), 34, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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, - sym_short_flag, - [96535] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2146), 1, - sym_comment, - ACTIONS(752), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(750), 33, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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, - sym_short_flag, - [96581] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(2147), 1, - sym_comment, - ACTIONS(759), 5, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(761), 30, - anon_sym_COMMA, - anon_sym_PIPE, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_DOT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -205777,77 +206076,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [96627] = 4, + sym_short_flag, + [96943] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(2148), 1, + ACTIONS(357), 1, + anon_sym_DOT, + STATE(2125), 1, + sym_cell_path, + STATE(2155), 1, sym_comment, - ACTIONS(1483), 2, + STATE(2163), 1, + sym_path, + ACTIONS(603), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1481), 33, + ACTIONS(601), 30, anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_else, - anon_sym_LBRACE, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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, - sym_short_flag, - [96673] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(2149), 1, - sym_comment, - ACTIONS(750), 5, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(752), 30, - anon_sym_COMMA, - anon_sym_PIPE, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_DOT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -205861,22 +206122,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [96719] = 4, + [96995] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(858), 1, - anon_sym_LF, - STATE(2150), 1, + ACTIONS(357), 1, + anon_sym_DOT, + STATE(2156), 1, sym_comment, - ACTIONS(856), 34, + STATE(2163), 1, + sym_path, + STATE(2587), 1, + sym_cell_path, + ACTIONS(591), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(589), 30, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -205902,15 +206167,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_short_flag, - [96765] = 4, + [97047] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(872), 1, + ACTIONS(836), 1, anon_sym_LF, - STATE(2151), 1, + STATE(2157), 1, sym_comment, - ACTIONS(870), 34, + ACTIONS(834), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -205945,24 +206209,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [96811] = 4, + [97093] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(838), 1, - anon_sym_LF, - STATE(2152), 1, + STATE(2158), 1, sym_comment, - ACTIONS(836), 34, + ACTIONS(712), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(710), 33, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_DOT, anon_sym_not, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, @@ -205987,22 +206251,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, sym_short_flag, - [96857] = 4, + [97139] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(830), 1, - anon_sym_LF, - STATE(2153), 1, + ACTIONS(357), 1, + anon_sym_DOT, + STATE(2159), 1, sym_comment, - ACTIONS(828), 34, + STATE(2163), 1, + sym_path, + STATE(2485), 1, + sym_cell_path, + ACTIONS(587), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(585), 30, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -206028,26 +206296,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_short_flag, - [96903] = 5, + [97191] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3600), 1, - aux_sym_long_flag_token1, - STATE(2154), 1, - sym_comment, - ACTIONS(1312), 2, - ts_builtin_sym_end, + ACTIONS(840), 1, anon_sym_LF, - ACTIONS(1310), 32, + STATE(2160), 1, + sym_comment, + ACTIONS(838), 34, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_not, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, @@ -206072,66 +206338,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, sym_short_flag, - [96951] = 4, + [97237] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(826), 1, + ACTIONS(1420), 1, anon_sym_LF, - STATE(2155), 1, - sym_comment, - ACTIONS(824), 34, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - sym_short_flag, - [96997] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2156), 1, + STATE(2161), 1, sym_comment, - ACTIONS(761), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(759), 33, + ACTIONS(1418), 34, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_DOT, + anon_sym_RBRACE, anon_sym_not, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, @@ -206156,14 +206380,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, sym_short_flag, - [97043] = 4, + [97283] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(810), 1, + ACTIONS(783), 1, anon_sym_LF, - STATE(2157), 1, + STATE(2162), 1, sym_comment, - ACTIONS(808), 34, + ACTIONS(781), 34, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -206198,21 +206422,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [97089] = 7, + [97329] = 7, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(357), 1, anon_sym_DOT, - STATE(2088), 1, - sym_path, - STATE(2158), 1, + STATE(2150), 1, + aux_sym_cell_path_repeat1, + STATE(2163), 1, sym_comment, - STATE(2512), 1, - sym_cell_path, - ACTIONS(580), 2, + STATE(2372), 1, + sym_path, + ACTIONS(607), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(578), 30, + ACTIONS(605), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -206243,64 +206467,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [97141] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(2159), 1, - sym_comment, - ACTIONS(759), 11, - sym_identifier, - anon_sym_GT, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(761), 24, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [97187] = 4, + [97381] = 7, ACTIONS(3), 1, anon_sym_POUND, - STATE(2160), 1, + ACTIONS(357), 1, + anon_sym_DOT, + STATE(2163), 1, + sym_path, + STATE(2164), 1, sym_comment, - ACTIONS(748), 2, + STATE(2554), 1, + sym_cell_path, + ACTIONS(595), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(746), 33, + ACTIONS(593), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_DOT, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -206326,16 +206512,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_short_flag, - [97233] = 4, + [97433] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(2161), 1, + ACTIONS(3612), 1, + aux_sym_long_flag_token1, + STATE(2165), 1, sym_comment, - ACTIONS(748), 2, + ACTIONS(1314), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(746), 33, + ACTIONS(1312), 32, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, @@ -206344,7 +206531,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_LBRACE, - anon_sym_DOT, anon_sym_not, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, @@ -206369,66 +206555,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, sym_short_flag, - [97279] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(2162), 1, - sym_comment, - ACTIONS(750), 11, - sym_identifier, - anon_sym_GT, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(752), 24, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [97325] = 4, + [97481] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2163), 1, - sym_comment, - ACTIONS(1365), 2, - ts_builtin_sym_end, + ACTIONS(1416), 1, anon_sym_LF, - ACTIONS(1363), 33, + STATE(2166), 1, + sym_comment, + ACTIONS(1414), 34, anon_sym_SEMI, anon_sym_LBRACK, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_DASH, - anon_sym_else, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_not, anon_sym_DOT_DOT_LT, anon_sym_DOT_DOT, @@ -206453,26 +206597,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, sym_short_flag, - [97371] = 7, + [97527] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(357), 1, - anon_sym_DOT, - STATE(2088), 1, - sym_path, - STATE(2164), 1, - sym_comment, - STATE(2557), 1, - sym_cell_path, - ACTIONS(570), 2, - ts_builtin_sym_end, + ACTIONS(840), 1, anon_sym_LF, - ACTIONS(568), 30, + STATE(2167), 1, + sym_comment, + ACTIONS(838), 34, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -206498,62 +206638,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [97423] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1322), 1, - anon_sym_LF, - STATE(2165), 1, - sym_comment, - ACTIONS(1320), 34, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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, sym_short_flag, - [97469] = 4, + [97573] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2166), 1, + STATE(2168), 1, sym_comment, - ACTIONS(854), 2, + ACTIONS(761), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(852), 33, + ACTIONS(759), 33, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, + anon_sym_DOT, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -206579,15 +206680,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - [97515] = 4, + sym_short_flag, + [97619] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2167), 1, + STATE(2169), 1, sym_comment, - ACTIONS(773), 11, + ACTIONS(819), 11, sym_identifier, anon_sym_GT, anon_sym_in, @@ -206599,7 +206698,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(775), 23, + ACTIONS(821), 23, anon_sym_COMMA, anon_sym_DASH, anon_sym_RBRACE, @@ -206623,365 +206722,400 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [97560] = 16, + [97664] = 23, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3604), 1, - anon_sym_DASH, - ACTIONS(3614), 1, - anon_sym_PLUS, + ACTIONS(3616), 1, + anon_sym_DASH_DASH, ACTIONS(3622), 1, + anon_sym_LBRACE, + ACTIONS(3636), 1, anon_sym_bit_DASHand, - ACTIONS(3624), 1, + ACTIONS(3638), 1, anon_sym_bit_DASHxor, - ACTIONS(3626), 1, + ACTIONS(3640), 1, anon_sym_bit_DASHor, - STATE(2168), 1, + ACTIONS(3642), 1, + anon_sym_and, + ACTIONS(3644), 1, + anon_sym_xor, + ACTIONS(3646), 1, + anon_sym_or, + ACTIONS(3648), 1, + sym_short_flag, + STATE(873), 1, + sym_block, + STATE(2170), 1, sym_comment, - ACTIONS(3602), 2, + STATE(3058), 1, + sym_long_flag, + STATE(3551), 1, + sym__flag, + ACTIONS(3614), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(3608), 2, + ACTIONS(3618), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3624), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3610), 2, + ACTIONS(3626), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3612), 2, + ACTIONS(3628), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3616), 2, + ACTIONS(3630), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3620), 2, + ACTIONS(3634), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3606), 4, + ACTIONS(3620), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3618), 4, + ACTIONS(3632), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [97747] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2171), 1, + sym_comment, + ACTIONS(767), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(765), 32, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(783), 9, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + sym_short_flag, + [97792] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(2172), 1, + sym_comment, + ACTIONS(789), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(791), 29, anon_sym_COMMA, anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, anon_sym_if, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, - [97629] = 23, + [97837] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3630), 1, - anon_sym_DASH_DASH, - ACTIONS(3636), 1, + STATE(2173), 1, + sym_comment, + ACTIONS(854), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(856), 29, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, anon_sym_LBRACE, - ACTIONS(3650), 1, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(3652), 1, anon_sym_bit_DASHxor, - ACTIONS(3654), 1, anon_sym_bit_DASHor, - ACTIONS(3656), 1, anon_sym_and, - ACTIONS(3658), 1, anon_sym_xor, - ACTIONS(3660), 1, anon_sym_or, - ACTIONS(3662), 1, - sym_short_flag, - STATE(899), 1, - sym_block, - STATE(2169), 1, + [97882] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(2174), 1, sym_comment, - STATE(3165), 1, - sym_long_flag, - STATE(3548), 1, - sym__flag, - ACTIONS(3628), 2, + ACTIONS(781), 5, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3632), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3638), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3640), 2, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(783), 29, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3642), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3644), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3648), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3634), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3646), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [97712] = 23, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3630), 1, - anon_sym_DASH_DASH, - ACTIONS(3636), 1, - anon_sym_LBRACE, - ACTIONS(3650), 1, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(3652), 1, anon_sym_bit_DASHxor, - ACTIONS(3654), 1, anon_sym_bit_DASHor, - ACTIONS(3656), 1, anon_sym_and, - ACTIONS(3658), 1, anon_sym_xor, - ACTIONS(3660), 1, anon_sym_or, - ACTIONS(3662), 1, - sym_short_flag, - STATE(827), 1, - sym_block, - STATE(2170), 1, + [97927] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2175), 1, sym_comment, - STATE(3165), 1, - sym_long_flag, - STATE(3534), 1, - sym__flag, - ACTIONS(3628), 2, + ACTIONS(876), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(874), 32, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3632), 2, + anon_sym_DASH_DASH, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3638), 2, + anon_sym_in, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3640), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3642), 2, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3644), 2, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3648), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3634), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3646), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [97795] = 23, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3630), 1, - anon_sym_DASH_DASH, - ACTIONS(3636), 1, - anon_sym_LBRACE, - ACTIONS(3650), 1, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(3652), 1, anon_sym_bit_DASHxor, - ACTIONS(3654), 1, anon_sym_bit_DASHor, - ACTIONS(3656), 1, anon_sym_and, - ACTIONS(3658), 1, anon_sym_xor, - ACTIONS(3660), 1, anon_sym_or, - ACTIONS(3662), 1, sym_short_flag, - STATE(831), 1, - sym_block, - STATE(2171), 1, + [97972] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2176), 1, sym_comment, - STATE(3165), 1, - sym_long_flag, - STATE(3538), 1, - sym__flag, - ACTIONS(3628), 2, + ACTIONS(856), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(854), 32, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3632), 2, + anon_sym_DASH_DASH, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3638), 2, + anon_sym_in, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3640), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3642), 2, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3644), 2, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3648), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3634), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3646), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [97878] = 23, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3630), 1, - anon_sym_DASH_DASH, - ACTIONS(3636), 1, - anon_sym_LBRACE, - ACTIONS(3650), 1, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(3652), 1, anon_sym_bit_DASHxor, - ACTIONS(3654), 1, anon_sym_bit_DASHor, - ACTIONS(3656), 1, anon_sym_and, - ACTIONS(3658), 1, anon_sym_xor, - ACTIONS(3660), 1, anon_sym_or, - ACTIONS(3662), 1, sym_short_flag, - STATE(893), 1, - sym_block, - STATE(2172), 1, + [98017] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(2177), 1, sym_comment, - STATE(3165), 1, - sym_long_flag, - STATE(3546), 1, - sym__flag, - ACTIONS(3628), 2, + ACTIONS(773), 5, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3632), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3638), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3640), 2, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(775), 29, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3642), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3644), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3648), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3634), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3646), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [97961] = 23, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3630), 1, - anon_sym_DASH_DASH, - ACTIONS(3636), 1, - anon_sym_LBRACE, - ACTIONS(3650), 1, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(3652), 1, anon_sym_bit_DASHxor, - ACTIONS(3654), 1, anon_sym_bit_DASHor, - ACTIONS(3656), 1, anon_sym_and, - ACTIONS(3658), 1, anon_sym_xor, - ACTIONS(3660), 1, anon_sym_or, - ACTIONS(3662), 1, - sym_short_flag, - STATE(857), 1, - sym_block, - STATE(2173), 1, + [98062] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(2178), 1, sym_comment, - STATE(3165), 1, - sym_long_flag, - STATE(3533), 1, - sym__flag, - ACTIONS(3628), 2, + ACTIONS(874), 5, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3632), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3638), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3640), 2, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(876), 29, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3642), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3644), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3648), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3634), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3646), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [98044] = 6, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [98107] = 6, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(560), 1, anon_sym_DOT_DOT, - STATE(2174), 1, + STATE(2179), 1, sym_comment, ACTIONS(558), 2, anon_sym_DOT_DOT_LT, @@ -207019,23 +207153,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [98093] = 4, + [98156] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2175), 1, + STATE(2180), 1, sym_comment, - ACTIONS(700), 2, + ACTIONS(775), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(698), 32, + ACTIONS(773), 32, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_DOT, anon_sym_STAR, - anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -207060,18 +207193,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [98138] = 4, + sym_short_flag, + [98201] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2176), 1, + STATE(2181), 1, sym_comment, - ACTIONS(824), 5, + ACTIONS(765), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(826), 29, + ACTIONS(767), 29, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -207101,208 +207235,168 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [98183] = 23, - ACTIONS(157), 1, + [98246] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3630), 1, - anon_sym_DASH_DASH, - ACTIONS(3636), 1, - anon_sym_LBRACE, - ACTIONS(3650), 1, - anon_sym_bit_DASHand, - ACTIONS(3652), 1, - anon_sym_bit_DASHxor, - ACTIONS(3654), 1, - anon_sym_bit_DASHor, - ACTIONS(3656), 1, - anon_sym_and, - ACTIONS(3658), 1, - anon_sym_xor, - ACTIONS(3660), 1, - anon_sym_or, - ACTIONS(3662), 1, - sym_short_flag, - STATE(881), 1, - sym_block, - STATE(2177), 1, + STATE(2182), 1, sym_comment, - STATE(3165), 1, - sym_long_flag, - STATE(3530), 1, - sym__flag, - ACTIONS(3628), 2, + ACTIONS(868), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(866), 32, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3632), 2, + anon_sym_DASH_DASH, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3638), 2, + anon_sym_in, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3640), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3642), 2, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3644), 2, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3648), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3634), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3646), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [98266] = 23, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + sym_short_flag, + [98291] = 23, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3630), 1, + ACTIONS(3616), 1, anon_sym_DASH_DASH, ACTIONS(3636), 1, - anon_sym_LBRACE, - ACTIONS(3650), 1, anon_sym_bit_DASHand, - ACTIONS(3652), 1, + ACTIONS(3638), 1, anon_sym_bit_DASHxor, - ACTIONS(3654), 1, + ACTIONS(3640), 1, anon_sym_bit_DASHor, - ACTIONS(3656), 1, + ACTIONS(3642), 1, anon_sym_and, - ACTIONS(3658), 1, + ACTIONS(3644), 1, anon_sym_xor, - ACTIONS(3660), 1, + ACTIONS(3646), 1, anon_sym_or, - ACTIONS(3662), 1, + ACTIONS(3648), 1, sym_short_flag, - STATE(872), 1, + ACTIONS(3650), 1, + anon_sym_LBRACE, + STATE(939), 1, sym_block, - STATE(2178), 1, + STATE(2183), 1, sym_comment, - STATE(3165), 1, + STATE(3058), 1, sym_long_flag, - STATE(3532), 1, + STATE(3535), 1, sym__flag, - ACTIONS(3628), 2, + ACTIONS(3614), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(3632), 2, + ACTIONS(3618), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3638), 2, + ACTIONS(3624), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3640), 2, + ACTIONS(3626), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3642), 2, + ACTIONS(3628), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3644), 2, + ACTIONS(3630), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3648), 2, + ACTIONS(3634), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3634), 4, + ACTIONS(3620), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3646), 4, + ACTIONS(3632), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [98349] = 23, + [98374] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3630), 1, - anon_sym_DASH_DASH, - ACTIONS(3636), 1, - anon_sym_LBRACE, - ACTIONS(3650), 1, - anon_sym_bit_DASHand, - ACTIONS(3652), 1, - anon_sym_bit_DASHxor, - ACTIONS(3654), 1, - anon_sym_bit_DASHor, - ACTIONS(3656), 1, - anon_sym_and, - ACTIONS(3658), 1, - anon_sym_xor, - ACTIONS(3660), 1, - anon_sym_or, - ACTIONS(3662), 1, - sym_short_flag, - STATE(904), 1, - sym_block, - STATE(2179), 1, + STATE(2184), 1, sym_comment, - STATE(3165), 1, - sym_long_flag, - STATE(3527), 1, - sym__flag, - ACTIONS(3628), 2, + ACTIONS(866), 5, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3632), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3638), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3640), 2, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(868), 29, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3642), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3644), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3648), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3634), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3646), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [98432] = 7, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [98419] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3664), 1, - anon_sym_DOT, - STATE(2180), 1, + STATE(2185), 1, sym_comment, - STATE(2226), 1, - sym_path, - STATE(2615), 1, - sym_cell_path, - ACTIONS(578), 6, + ACTIONS(805), 5, anon_sym_GT, - anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(580), 25, - anon_sym_DASH_DASH, + ACTIONS(807), 29, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, anon_sym_in, + anon_sym_if, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -207324,19 +207418,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, + [98464] = 23, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3616), 1, + anon_sym_DASH_DASH, + ACTIONS(3636), 1, + anon_sym_bit_DASHand, + ACTIONS(3638), 1, + anon_sym_bit_DASHxor, + ACTIONS(3640), 1, + anon_sym_bit_DASHor, + ACTIONS(3642), 1, + anon_sym_and, + ACTIONS(3644), 1, + anon_sym_xor, + ACTIONS(3646), 1, + anon_sym_or, + ACTIONS(3648), 1, sym_short_flag, - [98483] = 4, + ACTIONS(3650), 1, + anon_sym_LBRACE, + STATE(966), 1, + sym_block, + STATE(2186), 1, + sym_comment, + STATE(3058), 1, + sym_long_flag, + STATE(3536), 1, + sym__flag, + ACTIONS(3614), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3618), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3624), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3626), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3628), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3630), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3634), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3620), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3632), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [98547] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2181), 1, + STATE(2187), 1, sym_comment, - ACTIONS(808), 5, + ACTIONS(830), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(810), 29, + ACTIONS(832), 29, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -207366,18 +207519,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [98528] = 4, + [98592] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2182), 1, + STATE(2188), 1, sym_comment, - ACTIONS(777), 5, + ACTIONS(793), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(779), 29, + ACTIONS(795), 29, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -207407,18 +207560,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [98573] = 4, + [98637] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2183), 1, + STATE(2189), 1, sym_comment, - ACTIONS(836), 5, + ACTIONS(801), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(838), 29, + ACTIONS(803), 29, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -207448,18 +207601,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [98618] = 4, + [98682] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2184), 1, + STATE(2190), 1, sym_comment, - ACTIONS(870), 5, + ACTIONS(777), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(872), 29, + ACTIONS(779), 29, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -207489,18 +207642,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [98663] = 4, + [98727] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2185), 1, + STATE(2191), 1, sym_comment, - ACTIONS(804), 5, + ACTIONS(809), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(806), 29, + ACTIONS(811), 29, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -207530,18 +207683,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [98708] = 4, + [98772] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2186), 1, + STATE(2192), 1, sym_comment, - ACTIONS(866), 5, + ACTIONS(813), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(868), 29, + ACTIONS(815), 29, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -207571,18 +207724,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [98753] = 4, + [98817] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2187), 1, + STATE(2193), 1, sym_comment, - ACTIONS(785), 5, + ACTIONS(826), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(787), 29, + ACTIONS(828), 29, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -207612,18 +207765,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [98798] = 4, + [98862] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2188), 1, + STATE(2194), 1, sym_comment, - ACTIONS(848), 5, + ACTIONS(842), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(850), 29, + ACTIONS(844), 29, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -207653,18 +207806,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [98843] = 4, + [98907] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2189), 1, + STATE(2195), 1, sym_comment, - ACTIONS(765), 5, + ACTIONS(846), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(767), 29, + ACTIONS(848), 29, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -207694,18 +207847,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [98888] = 4, + [98952] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2190), 1, + STATE(2196), 1, sym_comment, - ACTIONS(773), 5, + ACTIONS(862), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(775), 29, + ACTIONS(864), 29, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -207735,34 +207888,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [98933] = 4, - ACTIONS(157), 1, + [98997] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2191), 1, + STATE(2197), 1, sym_comment, - ACTIONS(793), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(795), 29, - anon_sym_COMMA, + ACTIONS(807), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(805), 32, + anon_sym_SEMI, anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -207776,34 +207928,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [98978] = 4, - ACTIONS(157), 1, + sym_short_flag, + [99042] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2192), 1, + STATE(2198), 1, sym_comment, - ACTIONS(874), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(876), 29, - anon_sym_COMMA, + ACTIONS(832), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(830), 32, + anon_sym_SEMI, anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -207817,34 +207969,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [99023] = 4, - ACTIONS(157), 1, + sym_short_flag, + [99087] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2193), 1, + STATE(2199), 1, sym_comment, - ACTIONS(816), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(818), 29, - anon_sym_COMMA, + ACTIONS(795), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(793), 32, + anon_sym_SEMI, anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -207858,26 +208010,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [99068] = 4, + sym_short_flag, + [99132] = 7, ACTIONS(157), 1, anon_sym_POUND, - STATE(2194), 1, + ACTIONS(3652), 1, + anon_sym_DOT, + STATE(2200), 1, sym_comment, - ACTIONS(832), 5, + STATE(2296), 1, + sym_path, + STATE(2626), 1, + sym_cell_path, + ACTIONS(575), 6, anon_sym_GT, + anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(834), 29, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_DASH, + ACTIONS(577), 25, + anon_sym_DASH_DASH, anon_sym_in, - anon_sym_if, anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -207899,18 +208054,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [99113] = 4, + sym_short_flag, + [99183] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2195), 1, + STATE(2201), 1, sym_comment, - ACTIONS(797), 5, + ACTIONS(819), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(799), 29, + ACTIONS(821), 29, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -207940,34 +208096,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [99158] = 4, - ACTIONS(157), 1, + [99228] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2196), 1, + STATE(2202), 1, sym_comment, - ACTIONS(797), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(799), 29, - anon_sym_COMMA, + ACTIONS(783), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(781), 32, + anon_sym_SEMI, anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -207981,22 +208136,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [99203] = 4, + sym_short_flag, + [99273] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(771), 1, - anon_sym_LF, - STATE(2197), 1, + STATE(2203), 1, sym_comment, - ACTIONS(769), 33, + ACTIONS(811), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(809), 32, anon_sym_SEMI, - anon_sym_COLON, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -208022,34 +208177,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [99248] = 4, - ACTIONS(157), 1, + sym_short_flag, + [99318] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2198), 1, + STATE(2204), 1, sym_comment, - ACTIONS(840), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(842), 29, - anon_sym_COMMA, + ACTIONS(815), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(813), 32, + anon_sym_SEMI, anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -208063,34 +208218,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [99293] = 4, - ACTIONS(157), 1, + sym_short_flag, + [99363] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2199), 1, + STATE(2205), 1, sym_comment, - ACTIONS(107), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(109), 29, - anon_sym_COMMA, + ACTIONS(828), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(826), 32, + anon_sym_SEMI, anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -208104,34 +208259,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [99338] = 4, - ACTIONS(157), 1, + sym_short_flag, + [99408] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2200), 1, + STATE(2206), 1, sym_comment, - ACTIONS(856), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(858), 29, - anon_sym_COMMA, + ACTIONS(844), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(842), 32, + anon_sym_SEMI, anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -208145,214 +208300,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [99383] = 23, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3630), 1, - anon_sym_DASH_DASH, - ACTIONS(3650), 1, - anon_sym_bit_DASHand, - ACTIONS(3652), 1, - anon_sym_bit_DASHxor, - ACTIONS(3654), 1, - anon_sym_bit_DASHor, - ACTIONS(3656), 1, - anon_sym_and, - ACTIONS(3658), 1, - anon_sym_xor, - ACTIONS(3660), 1, - anon_sym_or, - ACTIONS(3662), 1, sym_short_flag, - ACTIONS(3666), 1, - anon_sym_LBRACE, - STATE(962), 1, - sym_block, - STATE(2201), 1, + [99453] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2207), 1, sym_comment, - STATE(3165), 1, - sym_long_flag, - STATE(3542), 1, - sym__flag, - ACTIONS(3628), 2, + ACTIONS(848), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(846), 32, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3632), 2, + anon_sym_DASH_DASH, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3638), 2, + anon_sym_in, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3640), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3642), 2, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3644), 2, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3648), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3634), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3646), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [99466] = 23, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3630), 1, - anon_sym_DASH_DASH, - ACTIONS(3650), 1, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(3652), 1, anon_sym_bit_DASHxor, - ACTIONS(3654), 1, anon_sym_bit_DASHor, - ACTIONS(3656), 1, anon_sym_and, - ACTIONS(3658), 1, anon_sym_xor, - ACTIONS(3660), 1, anon_sym_or, - ACTIONS(3662), 1, sym_short_flag, - ACTIONS(3666), 1, - anon_sym_LBRACE, - STATE(913), 1, - sym_block, - STATE(2202), 1, + [99498] = 7, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3652), 1, + anon_sym_DOT, + STATE(2208), 1, sym_comment, - STATE(3165), 1, - sym_long_flag, - STATE(3561), 1, - sym__flag, - ACTIONS(3628), 2, + STATE(2296), 1, + sym_path, + STATE(2304), 1, + sym_cell_path, + ACTIONS(601), 6, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3632), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3638), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3640), 2, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(603), 25, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3642), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3644), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3648), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3634), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3646), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [99549] = 23, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3630), 1, - anon_sym_DASH_DASH, - ACTIONS(3650), 1, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(3652), 1, anon_sym_bit_DASHxor, - ACTIONS(3654), 1, anon_sym_bit_DASHor, - ACTIONS(3656), 1, anon_sym_and, - ACTIONS(3658), 1, anon_sym_xor, - ACTIONS(3660), 1, anon_sym_or, - ACTIONS(3662), 1, sym_short_flag, - ACTIONS(3666), 1, - anon_sym_LBRACE, - STATE(971), 1, - sym_block, - STATE(2203), 1, + [99549] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2209), 1, sym_comment, - STATE(3165), 1, - sym_long_flag, - STATE(3551), 1, - sym__flag, - ACTIONS(3628), 2, + ACTIONS(864), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(862), 32, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3632), 2, + anon_sym_DASH_DASH, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3638), 2, + anon_sym_in, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3640), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3642), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3644), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3648), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3634), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3646), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [99632] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(2204), 1, - sym_comment, - ACTIONS(103), 11, - sym_identifier, - anon_sym_GT, - anon_sym_in, - anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(105), 23, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -208363,26 +208423,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [99677] = 4, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_short_flag, + [99594] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2205), 1, + STATE(2210), 1, sym_comment, - ACTIONS(105), 2, + ACTIONS(840), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(103), 32, + ACTIONS(838), 32, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_DOT, anon_sym_STAR, - anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -208407,18 +208467,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [99722] = 4, + sym_short_flag, + [99639] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2206), 1, + STATE(2211), 1, sym_comment, - ACTIONS(812), 5, + ACTIONS(819), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(814), 29, + ACTIONS(821), 29, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -208448,35 +208509,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [99767] = 5, + [99684] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3668), 1, - anon_sym_QMARK2, - STATE(2207), 1, + STATE(2212), 1, sym_comment, - ACTIONS(658), 2, + ACTIONS(1327), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(656), 31, + ACTIONS(1325), 32, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_PIPE, - anon_sym_GT, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, anon_sym_DASH, - anon_sym_in, + anon_sym_LBRACE, + anon_sym_not, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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, + sym_short_flag, + [99729] = 7, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3652), 1, anon_sym_DOT, + STATE(2213), 1, + sym_comment, + STATE(2296), 1, + sym_path, + STATE(2614), 1, + sym_cell_path, + ACTIONS(597), 6, + anon_sym_GT, + anon_sym_DASH, anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(599), 25, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -208490,22 +208593,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [99814] = 5, + sym_short_flag, + [99780] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3668), 1, - anon_sym_QMARK2, - STATE(2208), 1, - sym_comment, - ACTIONS(658), 2, - ts_builtin_sym_end, + ACTIONS(761), 1, anon_sym_LF, - ACTIONS(656), 31, + STATE(2214), 1, + sym_comment, + ACTIONS(759), 33, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, anon_sym_DOT, anon_sym_STAR, anon_sym_STAR_STAR, @@ -208532,356 +208635,278 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [99861] = 19, - ACTIONS(157), 1, + [99825] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3604), 1, - anon_sym_DASH, - ACTIONS(3614), 1, - anon_sym_PLUS, - ACTIONS(3622), 1, - anon_sym_bit_DASHand, - ACTIONS(3624), 1, - anon_sym_bit_DASHxor, - ACTIONS(3626), 1, - anon_sym_bit_DASHor, - ACTIONS(3670), 1, - anon_sym_and, - ACTIONS(3672), 1, - anon_sym_xor, - ACTIONS(3674), 1, - anon_sym_or, - STATE(2209), 1, + ACTIONS(799), 1, + anon_sym_LF, + STATE(2215), 1, sym_comment, - ACTIONS(3602), 2, + ACTIONS(797), 33, + anon_sym_SEMI, + anon_sym_COLON, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3608), 2, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3610), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3612), 2, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3616), 2, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3620), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3606), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3618), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(783), 6, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - [99936] = 18, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3604), 1, - anon_sym_DASH, - ACTIONS(3614), 1, - anon_sym_PLUS, - ACTIONS(3622), 1, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(3624), 1, anon_sym_bit_DASHxor, - ACTIONS(3626), 1, anon_sym_bit_DASHor, - ACTIONS(3670), 1, anon_sym_and, - ACTIONS(3672), 1, anon_sym_xor, - STATE(2210), 1, + anon_sym_or, + [99870] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2216), 1, sym_comment, - ACTIONS(3602), 2, + ACTIONS(821), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(819), 32, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3608), 2, + anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3610), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3612), 2, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3616), 2, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3620), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3606), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3618), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(783), 7, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_or, - [100009] = 17, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3604), 1, - anon_sym_DASH, - ACTIONS(3614), 1, - anon_sym_PLUS, - ACTIONS(3622), 1, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(3624), 1, anon_sym_bit_DASHxor, - ACTIONS(3626), 1, anon_sym_bit_DASHor, - ACTIONS(3670), 1, anon_sym_and, - STATE(2211), 1, + anon_sym_xor, + anon_sym_or, + sym_short_flag, + [99915] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2217), 1, sym_comment, - ACTIONS(3602), 2, + ACTIONS(821), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(819), 32, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3608), 2, + anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3610), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3612), 2, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3616), 2, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3620), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3606), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3618), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(783), 8, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, - [100080] = 15, + sym_short_flag, + [99960] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3604), 1, - anon_sym_DASH, - ACTIONS(3614), 1, - anon_sym_PLUS, - ACTIONS(3622), 1, - anon_sym_bit_DASHand, - ACTIONS(3624), 1, - anon_sym_bit_DASHxor, - STATE(2212), 1, + STATE(2218), 1, sym_comment, - ACTIONS(3602), 2, + ACTIONS(870), 5, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3608), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3610), 2, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(872), 29, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3612), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3616), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3620), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3606), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3618), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(783), 10, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, - [100147] = 14, - ACTIONS(157), 1, + [100005] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3604), 1, - anon_sym_DASH, - ACTIONS(3614), 1, - anon_sym_PLUS, - ACTIONS(3622), 1, - anon_sym_bit_DASHand, - STATE(2213), 1, + STATE(2219), 1, sym_comment, - ACTIONS(3602), 2, + ACTIONS(872), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(870), 32, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3608), 2, + anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3610), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3612), 2, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3616), 2, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3620), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3606), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3618), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(783), 11, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, - [100212] = 13, - ACTIONS(157), 1, + sym_short_flag, + [100050] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3604), 1, - anon_sym_DASH, - ACTIONS(3614), 1, - anon_sym_PLUS, - STATE(2214), 1, + STATE(2220), 1, sym_comment, - ACTIONS(3602), 2, + ACTIONS(109), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(107), 32, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3608), 2, + anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_in, anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3610), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3612), 2, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3616), 2, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3620), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3606), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3618), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(783), 12, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, - [100275] = 10, + sym_short_flag, + [100095] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3604), 1, - anon_sym_DASH, - ACTIONS(3614), 1, - anon_sym_PLUS, - STATE(2215), 1, + STATE(2221), 1, sym_comment, - ACTIONS(781), 2, + ACTIONS(765), 11, + sym_identifier, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3608), 2, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3610), 2, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(767), 23, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3612), 2, - anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3616), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(783), 22, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -208894,24 +208919,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [100332] = 5, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [100140] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2216), 1, + STATE(2222), 1, sym_comment, - ACTIONS(3610), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(781), 5, + ACTIONS(107), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(783), 27, + ACTIONS(109), 29, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -208920,6 +208942,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, @@ -208939,39 +208963,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [100379] = 7, + [100185] = 11, ACTIONS(157), 1, anon_sym_POUND, - STATE(2217), 1, + ACTIONS(3656), 1, + anon_sym_DASH, + ACTIONS(3664), 1, + anon_sym_PLUS, + STATE(2223), 1, sym_comment, - ACTIONS(3608), 2, + ACTIONS(3654), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3658), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3610), 2, + ACTIONS(3660), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3612), 2, + ACTIONS(3662), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(781), 3, - anon_sym_GT, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(783), 25, + ACTIONS(3666), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3668), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(771), 18, anon_sym_COMMA, anon_sym_PIPE, - anon_sym_DASH, anon_sym_in, anon_sym_if, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, @@ -208983,61 +209011,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [100430] = 12, + [100244] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3604), 1, - anon_sym_DASH, - ACTIONS(3614), 1, - anon_sym_PLUS, - STATE(2218), 1, + STATE(2224), 1, sym_comment, - ACTIONS(3602), 2, + ACTIONS(797), 11, + sym_identifier, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3608), 2, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3610), 2, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(799), 23, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3612), 2, - anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3616), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3606), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3618), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(783), 14, - anon_sym_COMMA, - anon_sym_PIPE, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, 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, - [100491] = 4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [100289] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2219), 1, + STATE(2225), 1, sym_comment, - ACTIONS(860), 11, + ACTIONS(874), 11, sym_identifier, anon_sym_GT, anon_sym_in, @@ -209049,7 +209069,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(862), 23, + ACTIONS(876), 23, anon_sym_COMMA, anon_sym_DASH, anon_sym_RBRACE, @@ -209073,28 +209093,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [100536] = 9, + [100334] = 9, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3604), 1, + ACTIONS(3656), 1, anon_sym_DASH, - ACTIONS(3614), 1, + ACTIONS(3664), 1, anon_sym_PLUS, - STATE(2220), 1, + STATE(2226), 1, sym_comment, - ACTIONS(781), 2, + ACTIONS(769), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(3608), 2, + ACTIONS(3658), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3610), 2, + ACTIONS(3660), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3612), 2, + ACTIONS(3662), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(783), 24, + ACTIONS(771), 24, anon_sym_COMMA, anon_sym_PIPE, anon_sym_in, @@ -209119,46 +209139,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [100591] = 11, + [100389] = 12, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3604), 1, + ACTIONS(3656), 1, anon_sym_DASH, - ACTIONS(3614), 1, + ACTIONS(3664), 1, anon_sym_PLUS, - STATE(2221), 1, + STATE(2227), 1, sym_comment, - ACTIONS(3602), 2, + ACTIONS(3654), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(3608), 2, + ACTIONS(3658), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3610), 2, + ACTIONS(3660), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3612), 2, + ACTIONS(3662), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3616), 2, + ACTIONS(3666), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3618), 4, + ACTIONS(3668), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(783), 18, + ACTIONS(3670), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(771), 14, anon_sym_COMMA, anon_sym_PIPE, - anon_sym_in, anon_sym_if, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, anon_sym_bit_DASHand, @@ -209167,29 +209188,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [100650] = 4, + [100450] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2222), 1, + STATE(2228), 1, sym_comment, - ACTIONS(860), 5, + ACTIONS(854), 11, + sym_identifier, anon_sym_GT, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, + anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(862), 29, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(856), 23, anon_sym_COMMA, - anon_sym_PIPE, anon_sym_DASH, - anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -209205,34 +209226,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [100695] = 6, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [100495] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3676), 1, - anon_sym_DOT, - STATE(2036), 1, - sym_path, - STATE(2223), 2, + STATE(2229), 1, sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(590), 6, - anon_sym_GT, - anon_sym_DASH, + ACTIONS(3658), 2, anon_sym_STAR, anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(592), 25, - anon_sym_DASH_DASH, - anon_sym_in, - anon_sym_LBRACE, + ACTIONS(3660), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3662), 2, anon_sym_mod, anon_sym_SLASH_SLASH, + ACTIONS(769), 3, + anon_sym_GT, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(771), 25, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, @@ -209250,35 +209273,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_short_flag, - [100744] = 4, + [100546] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2224), 1, + STATE(2230), 1, sym_comment, - ACTIONS(844), 5, + ACTIONS(773), 11, + sym_identifier, anon_sym_GT, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, + anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(846), 29, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(775), 23, anon_sym_COMMA, + anon_sym_DASH, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [100591] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2231), 1, + sym_comment, + ACTIONS(669), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(667), 32, + anon_sym_SEMI, anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -209292,31 +209355,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [100789] = 7, + [100636] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3664), 1, - anon_sym_DOT, - STATE(2036), 1, - sym_path, - STATE(2223), 1, - aux_sym_cell_path_repeat1, - STATE(2225), 1, + STATE(2232), 1, sym_comment, - ACTIONS(586), 6, + ACTIONS(781), 11, + sym_identifier, anon_sym_GT, - anon_sym_DASH, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, + anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(588), 25, - anon_sym_DASH_DASH, - anon_sym_in, - anon_sym_LBRACE, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(783), 23, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -209332,35 +209393,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - sym_short_flag, - [100840] = 7, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [100681] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3664), 1, - anon_sym_DOT, - STATE(2036), 1, - sym_path, - STATE(2225), 1, - aux_sym_cell_path_repeat1, - STATE(2226), 1, + STATE(2233), 1, sym_comment, - ACTIONS(597), 6, + ACTIONS(866), 11, + sym_identifier, anon_sym_GT, - anon_sym_DASH, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, + anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(599), 25, - anon_sym_DASH_DASH, - anon_sym_in, - anon_sym_LBRACE, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(868), 23, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -209376,22 +209434,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - sym_short_flag, - [100891] = 4, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [100726] = 5, ACTIONS(157), 1, anon_sym_POUND, - STATE(2227), 1, + STATE(2234), 1, sym_comment, - ACTIONS(789), 5, + ACTIONS(3660), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(769), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(791), 29, + ACTIONS(771), 27, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -209400,8 +209460,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, @@ -209421,33 +209479,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [100936] = 4, - ACTIONS(3), 1, + [100773] = 10, + ACTIONS(157), 1, anon_sym_POUND, - STATE(2228), 1, + ACTIONS(3656), 1, + anon_sym_DASH, + ACTIONS(3664), 1, + anon_sym_PLUS, + STATE(2235), 1, sym_comment, - ACTIONS(838), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(836), 32, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(769), 2, anon_sym_GT, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_in, + anon_sym_LT2, + ACTIONS(3658), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3660), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, + ACTIONS(3662), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, + ACTIONS(3666), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(771), 22, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -209461,32 +209526,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_short_flag, - [100981] = 7, + [100830] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3664), 1, - anon_sym_DOT, - STATE(2226), 1, - sym_path, - STATE(2229), 1, + STATE(2236), 1, sym_comment, - STATE(2315), 1, - sym_cell_path, - ACTIONS(574), 6, + ACTIONS(789), 11, + sym_identifier, anon_sym_GT, - anon_sym_DASH, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, + anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(576), 25, - anon_sym_DASH_DASH, - anon_sym_in, - anon_sym_LBRACE, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(791), 23, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -209502,37 +209564,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - sym_short_flag, - [101032] = 4, - ACTIONS(3), 1, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [100875] = 4, + ACTIONS(157), 1, anon_sym_POUND, - STATE(2230), 1, + STATE(2237), 1, sym_comment, - ACTIONS(862), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(860), 32, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(805), 11, + sym_identifier, anon_sym_GT, - anon_sym_DASH_DASH, - anon_sym_DASH, anon_sym_in, anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(807), 23, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -209543,75 +209605,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - sym_short_flag, - [101077] = 22, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [100920] = 13, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3679), 1, - sym_identifier, - ACTIONS(3681), 1, - anon_sym_COMMA, - ACTIONS(3685), 1, + ACTIONS(3656), 1, anon_sym_DASH, - ACTIONS(3687), 1, - anon_sym_in, - ACTIONS(3695), 1, - anon_sym_SLASH_SLASH, - ACTIONS(3697), 1, + ACTIONS(3664), 1, anon_sym_PLUS, - ACTIONS(3707), 1, - anon_sym_bit_DASHand, - ACTIONS(3709), 1, - anon_sym_bit_DASHxor, - ACTIONS(3711), 1, - anon_sym_bit_DASHor, - ACTIONS(3713), 1, - anon_sym_and, - ACTIONS(3715), 1, - anon_sym_xor, - ACTIONS(3717), 1, - anon_sym_or, - STATE(2231), 1, + STATE(2238), 1, sym_comment, - ACTIONS(3683), 2, + ACTIONS(3654), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(3693), 2, + ACTIONS(3658), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3660), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3699), 2, + ACTIONS(3662), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3666), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3705), 2, + ACTIONS(3672), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3691), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(3703), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3689), 4, - anon_sym_RBRACE, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - ACTIONS(3701), 4, + ACTIONS(3668), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [101158] = 4, + ACTIONS(3670), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(771), 12, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [100983] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2232), 1, + STATE(2239), 1, sym_comment, - ACTIONS(769), 11, + ACTIONS(830), 11, sym_identifier, anon_sym_GT, anon_sym_in, @@ -209623,7 +209675,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(771), 23, + ACTIONS(832), 23, anon_sym_COMMA, anon_sym_DASH, anon_sym_RBRACE, @@ -209647,12 +209699,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [101203] = 4, + [101028] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2233), 1, + STATE(2240), 1, sym_comment, - ACTIONS(836), 11, + ACTIONS(793), 11, sym_identifier, anon_sym_GT, anon_sym_in, @@ -209664,7 +209716,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(838), 23, + ACTIONS(795), 23, anon_sym_COMMA, anon_sym_DASH, anon_sym_RBRACE, @@ -209688,12 +209740,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [101248] = 4, + [101073] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2234), 1, + STATE(2241), 1, sym_comment, - ACTIONS(789), 11, + ACTIONS(809), 11, sym_identifier, anon_sym_GT, anon_sym_in, @@ -209705,7 +209757,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(791), 23, + ACTIONS(811), 23, anon_sym_COMMA, anon_sym_DASH, anon_sym_RBRACE, @@ -209729,273 +209781,159 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [101293] = 23, + [101118] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3630), 1, - anon_sym_DASH_DASH, - ACTIONS(3650), 1, - anon_sym_bit_DASHand, - ACTIONS(3652), 1, - anon_sym_bit_DASHxor, - ACTIONS(3654), 1, - anon_sym_bit_DASHor, - ACTIONS(3656), 1, - anon_sym_and, - ACTIONS(3658), 1, - anon_sym_xor, - ACTIONS(3660), 1, - anon_sym_or, - ACTIONS(3662), 1, - sym_short_flag, - ACTIONS(3666), 1, - anon_sym_LBRACE, - STATE(953), 1, - sym_block, - STATE(2235), 1, + STATE(2242), 1, sym_comment, - STATE(3165), 1, - sym_long_flag, - STATE(3526), 1, - sym__flag, - ACTIONS(3628), 2, + ACTIONS(813), 11, + sym_identifier, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3632), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3638), 2, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3640), 2, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(815), 23, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3642), 2, - anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3644), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3648), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3634), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3646), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [101376] = 23, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3630), 1, - anon_sym_DASH_DASH, - ACTIONS(3650), 1, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(3652), 1, anon_sym_bit_DASHxor, - ACTIONS(3654), 1, anon_sym_bit_DASHor, - ACTIONS(3656), 1, - anon_sym_and, - ACTIONS(3658), 1, - anon_sym_xor, - ACTIONS(3660), 1, - anon_sym_or, - ACTIONS(3662), 1, - sym_short_flag, - ACTIONS(3666), 1, - anon_sym_LBRACE, - STATE(977), 1, - sym_block, - STATE(2236), 1, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [101163] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(2243), 1, sym_comment, - STATE(3165), 1, - sym_long_flag, - STATE(3528), 1, - sym__flag, - ACTIONS(3628), 2, + ACTIONS(826), 11, + sym_identifier, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3632), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3638), 2, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3640), 2, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(828), 23, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3642), 2, - anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3644), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3648), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3634), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3646), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [101459] = 23, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3630), 1, - anon_sym_DASH_DASH, - ACTIONS(3650), 1, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(3652), 1, anon_sym_bit_DASHxor, - ACTIONS(3654), 1, anon_sym_bit_DASHor, - ACTIONS(3656), 1, - anon_sym_and, - ACTIONS(3658), 1, - anon_sym_xor, - ACTIONS(3660), 1, - anon_sym_or, - ACTIONS(3662), 1, - sym_short_flag, - ACTIONS(3666), 1, - anon_sym_LBRACE, - STATE(974), 1, - sym_block, - STATE(2237), 1, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [101208] = 6, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3674), 1, + anon_sym_DOT, + STATE(2044), 1, + sym_path, + STATE(2244), 2, sym_comment, - STATE(3165), 1, - sym_long_flag, - STATE(3539), 1, - sym__flag, - ACTIONS(3628), 2, + aux_sym_cell_path_repeat1, + ACTIONS(568), 6, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3632), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3638), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3640), 2, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(570), 25, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3642), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3644), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3648), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3634), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3646), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [101542] = 23, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3630), 1, - anon_sym_DASH_DASH, - ACTIONS(3650), 1, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(3652), 1, anon_sym_bit_DASHxor, - ACTIONS(3654), 1, anon_sym_bit_DASHor, - ACTIONS(3656), 1, anon_sym_and, - ACTIONS(3658), 1, anon_sym_xor, - ACTIONS(3660), 1, anon_sym_or, - ACTIONS(3662), 1, sym_short_flag, - ACTIONS(3666), 1, - anon_sym_LBRACE, - STATE(972), 1, - sym_block, - STATE(2238), 1, + [101257] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(2245), 1, sym_comment, - STATE(3165), 1, - sym_long_flag, - STATE(3543), 1, - sym__flag, - ACTIONS(3628), 2, + ACTIONS(842), 11, + sym_identifier, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3632), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3638), 2, + anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3640), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3642), 2, anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3644), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3648), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3634), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3646), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [101625] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2239), 1, - sym_comment, - ACTIONS(872), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(870), 32, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH_DASH, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(844), 23, + anon_sym_COMMA, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, + anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -210006,139 +209944,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - sym_short_flag, - [101670] = 4, - ACTIONS(3), 1, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [101302] = 14, + ACTIONS(157), 1, anon_sym_POUND, - STATE(2240), 1, + ACTIONS(3656), 1, + anon_sym_DASH, + ACTIONS(3664), 1, + anon_sym_PLUS, + ACTIONS(3677), 1, + anon_sym_bit_DASHand, + STATE(2246), 1, sym_comment, - ACTIONS(850), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(848), 32, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(3654), 2, anon_sym_GT, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_in, + anon_sym_LT2, + ACTIONS(3658), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3660), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, + ACTIONS(3662), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, + ACTIONS(3666), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(3672), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3668), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, + ACTIONS(3670), 4, + anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, + ACTIONS(771), 11, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, - sym_short_flag, - [101715] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2241), 1, - sym_comment, - ACTIONS(1386), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1384), 32, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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, - sym_short_flag, - [101760] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2242), 1, - sym_comment, - ACTIONS(1322), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1320), 32, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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, - sym_short_flag, - [101805] = 4, + [101367] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2243), 1, + STATE(2247), 1, sym_comment, - ACTIONS(870), 11, + ACTIONS(777), 11, sym_identifier, anon_sym_GT, anon_sym_in, @@ -210150,7 +210015,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(872), 23, + ACTIONS(779), 23, anon_sym_COMMA, anon_sym_DASH, anon_sym_RBRACE, @@ -210174,53 +210039,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [101850] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2244), 1, - sym_comment, - ACTIONS(1373), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1371), 32, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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, - sym_short_flag, - [101895] = 4, + [101412] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2245), 1, + STATE(2248), 1, sym_comment, - ACTIONS(844), 11, + ACTIONS(846), 11, sym_identifier, anon_sym_GT, anon_sym_in, @@ -210232,7 +210056,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(846), 23, + ACTIONS(848), 23, anon_sym_COMMA, anon_sym_DASH, anon_sym_RBRACE, @@ -210256,34 +210080,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [101940] = 4, + [101457] = 15, ACTIONS(157), 1, anon_sym_POUND, - STATE(2246), 1, + ACTIONS(3656), 1, + anon_sym_DASH, + ACTIONS(3664), 1, + anon_sym_PLUS, + ACTIONS(3677), 1, + anon_sym_bit_DASHand, + ACTIONS(3679), 1, + anon_sym_bit_DASHxor, + STATE(2249), 1, sym_comment, - ACTIONS(848), 11, - sym_identifier, + ACTIONS(3654), 2, anon_sym_GT, - anon_sym_in, + anon_sym_LT2, + ACTIONS(3658), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(3660), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3662), 2, anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, + anon_sym_SLASH_SLASH, + ACTIONS(3666), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3672), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3668), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3670), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(771), 10, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(850), 23, - anon_sym_COMMA, + [101524] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2250), 1, + sym_comment, + ACTIONS(771), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3408), 2, anon_sym_DASH, - anon_sym_RBRACE, + anon_sym_PLUS, + ACTIONS(3414), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3412), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + ACTIONS(769), 24, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH_DASH, + anon_sym_in, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -210294,62 +210172,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [101985] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2247), 1, - sym_comment, - ACTIONS(862), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(860), 32, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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_and, + anon_sym_xor, + anon_sym_or, sym_short_flag, - [102030] = 4, + [101575] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2248), 1, + STATE(2251), 1, sym_comment, - ACTIONS(769), 5, + ACTIONS(797), 5, anon_sym_GT, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(771), 29, + ACTIONS(799), 29, anon_sym_COMMA, anon_sym_PIPE, anon_sym_DASH, @@ -210379,74 +210217,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [102075] = 4, - ACTIONS(3), 1, + [101620] = 16, + ACTIONS(157), 1, anon_sym_POUND, - STATE(2249), 1, + ACTIONS(3656), 1, + anon_sym_DASH, + ACTIONS(3664), 1, + anon_sym_PLUS, + ACTIONS(3677), 1, + anon_sym_bit_DASHand, + ACTIONS(3679), 1, + anon_sym_bit_DASHxor, + ACTIONS(3681), 1, + anon_sym_bit_DASHor, + STATE(2252), 1, sym_comment, - ACTIONS(810), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(808), 32, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(3654), 2, anon_sym_GT, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_in, + anon_sym_LT2, + ACTIONS(3658), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3660), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, + ACTIONS(3662), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, + ACTIONS(3666), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(3672), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3668), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, + ACTIONS(3670), 4, + anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, + ACTIONS(771), 9, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_and, anon_sym_xor, anon_sym_or, - sym_short_flag, - [102120] = 4, - ACTIONS(3), 1, + [101689] = 7, + ACTIONS(157), 1, anon_sym_POUND, - STATE(2250), 1, + ACTIONS(3652), 1, + anon_sym_DOT, + STATE(2044), 1, + sym_path, + STATE(2244), 1, + aux_sym_cell_path_repeat1, + STATE(2253), 1, sym_comment, - ACTIONS(826), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(824), 32, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(581), 6, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, - anon_sym_in, anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(583), 25, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -210461,33 +210314,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [102165] = 4, - ACTIONS(3), 1, + [101740] = 4, + ACTIONS(157), 1, anon_sym_POUND, - STATE(2251), 1, + STATE(2254), 1, sym_comment, - ACTIONS(830), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(828), 32, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(862), 11, + sym_identifier, anon_sym_GT, - anon_sym_DASH_DASH, - anon_sym_DASH, anon_sym_in, anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(864), 23, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -210498,67 +210352,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - sym_short_flag, - [102210] = 4, - ACTIONS(3), 1, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [101785] = 17, + ACTIONS(157), 1, anon_sym_POUND, - STATE(2252), 1, + ACTIONS(3656), 1, + anon_sym_DASH, + ACTIONS(3664), 1, + anon_sym_PLUS, + ACTIONS(3677), 1, + anon_sym_bit_DASHand, + ACTIONS(3679), 1, + anon_sym_bit_DASHxor, + ACTIONS(3681), 1, + anon_sym_bit_DASHor, + ACTIONS(3683), 1, + anon_sym_and, + STATE(2255), 1, sym_comment, - ACTIONS(858), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(856), 32, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(3654), 2, anon_sym_GT, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_in, + anon_sym_LT2, + ACTIONS(3658), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3660), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, + ACTIONS(3662), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, + ACTIONS(3666), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(3672), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3668), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, + ACTIONS(3670), 4, + anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, + ACTIONS(771), 8, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_xor, anon_sym_or, - sym_short_flag, - [102255] = 4, + [101856] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2253), 1, + STATE(2256), 1, sym_comment, - ACTIONS(779), 2, + ACTIONS(619), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(777), 32, + ACTIONS(617), 32, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, + anon_sym_DOT, anon_sym_STAR, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -210583,152 +210450,237 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_short_flag, - [102300] = 4, - ACTIONS(3), 1, + [101901] = 23, + ACTIONS(157), 1, anon_sym_POUND, - STATE(2254), 1, + ACTIONS(3616), 1, + anon_sym_DASH_DASH, + ACTIONS(3636), 1, + anon_sym_bit_DASHand, + ACTIONS(3638), 1, + anon_sym_bit_DASHxor, + ACTIONS(3640), 1, + anon_sym_bit_DASHor, + ACTIONS(3642), 1, + anon_sym_and, + ACTIONS(3644), 1, + anon_sym_xor, + ACTIONS(3646), 1, + anon_sym_or, + ACTIONS(3648), 1, + sym_short_flag, + ACTIONS(3650), 1, + anon_sym_LBRACE, + STATE(962), 1, + sym_block, + STATE(2257), 1, sym_comment, - ACTIONS(806), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(804), 32, - anon_sym_SEMI, - anon_sym_PIPE, + STATE(3058), 1, + sym_long_flag, + STATE(3532), 1, + sym__flag, + ACTIONS(3614), 2, anon_sym_GT, - anon_sym_DASH_DASH, + anon_sym_LT2, + ACTIONS(3618), 2, anon_sym_DASH, - anon_sym_in, + anon_sym_PLUS, + ACTIONS(3624), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3626), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, + ACTIONS(3628), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, + ACTIONS(3630), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(3634), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3620), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3632), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + [101984] = 18, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3656), 1, + anon_sym_DASH, + ACTIONS(3664), 1, + anon_sym_PLUS, + ACTIONS(3677), 1, anon_sym_bit_DASHand, + ACTIONS(3679), 1, anon_sym_bit_DASHxor, + ACTIONS(3681), 1, anon_sym_bit_DASHor, + ACTIONS(3683), 1, anon_sym_and, + ACTIONS(3685), 1, anon_sym_xor, - anon_sym_or, - sym_short_flag, - [102345] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2255), 1, + STATE(2258), 1, sym_comment, - ACTIONS(868), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(866), 32, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(3654), 2, anon_sym_GT, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_in, + anon_sym_LT2, + ACTIONS(3658), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3660), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, + ACTIONS(3662), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, + ACTIONS(3666), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(3672), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3668), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, + ACTIONS(3670), 4, + anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + ACTIONS(771), 7, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_or, + [102057] = 19, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3656), 1, + anon_sym_DASH, + ACTIONS(3664), 1, + anon_sym_PLUS, + ACTIONS(3677), 1, anon_sym_bit_DASHand, + ACTIONS(3679), 1, anon_sym_bit_DASHxor, + ACTIONS(3681), 1, anon_sym_bit_DASHor, + ACTIONS(3683), 1, anon_sym_and, + ACTIONS(3685), 1, anon_sym_xor, + ACTIONS(3687), 1, anon_sym_or, - sym_short_flag, - [102390] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2256), 1, + STATE(2259), 1, sym_comment, - ACTIONS(787), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(785), 32, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(3654), 2, anon_sym_GT, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_in, + anon_sym_LT2, + ACTIONS(3658), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3660), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, + ACTIONS(3662), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, + ACTIONS(3666), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(3672), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3668), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, + ACTIONS(3670), 4, + anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - 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, + ACTIONS(771), 6, + anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_if, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + [102132] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2260), 1, + sym_comment, + ACTIONS(840), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(838), 32, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_not, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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, sym_short_flag, - [102435] = 7, + [102177] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3664), 1, - anon_sym_DOT, - STATE(2226), 1, - sym_path, - STATE(2257), 1, + STATE(2261), 1, sym_comment, - STATE(2598), 1, - sym_cell_path, - ACTIONS(613), 6, + ACTIONS(759), 7, + anon_sym_EQ, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(615), 25, + ACTIONS(761), 27, + anon_sym_COLON, anon_sym_DASH_DASH, anon_sym_in, anon_sym_LBRACE, + anon_sym_DOT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_mod, @@ -210751,62 +210703,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [102486] = 4, - ACTIONS(3), 1, + [102222] = 23, + ACTIONS(157), 1, anon_sym_POUND, - STATE(2258), 1, + ACTIONS(3616), 1, + anon_sym_DASH_DASH, + ACTIONS(3636), 1, + anon_sym_bit_DASHand, + ACTIONS(3638), 1, + anon_sym_bit_DASHxor, + ACTIONS(3640), 1, + anon_sym_bit_DASHor, + ACTIONS(3642), 1, + anon_sym_and, + ACTIONS(3644), 1, + anon_sym_xor, + ACTIONS(3646), 1, + anon_sym_or, + ACTIONS(3648), 1, + sym_short_flag, + ACTIONS(3650), 1, + anon_sym_LBRACE, + STATE(959), 1, + sym_block, + STATE(2262), 1, sym_comment, - ACTIONS(767), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(765), 32, - anon_sym_SEMI, - anon_sym_PIPE, + STATE(3058), 1, + sym_long_flag, + STATE(3531), 1, + sym__flag, + ACTIONS(3614), 2, anon_sym_GT, - anon_sym_DASH_DASH, + anon_sym_LT2, + ACTIONS(3618), 2, anon_sym_DASH, - anon_sym_in, + anon_sym_PLUS, + ACTIONS(3624), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3626), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, + ACTIONS(3628), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, + ACTIONS(3630), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(3634), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3620), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3632), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - sym_short_flag, - [102531] = 4, + [102305] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(2259), 1, + ACTIONS(3689), 1, + anon_sym_QMARK2, + STATE(2263), 1, sym_comment, - ACTIONS(775), 2, + ACTIONS(623), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(773), 32, + ACTIONS(621), 31, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, + anon_sym_DOT, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -210832,145 +210805,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_short_flag, - [102576] = 4, - ACTIONS(3), 1, + [102352] = 23, + ACTIONS(157), 1, anon_sym_POUND, - STATE(2260), 1, - sym_comment, - ACTIONS(795), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(793), 32, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, + ACTIONS(3616), 1, anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + ACTIONS(3636), 1, anon_sym_bit_DASHand, + ACTIONS(3638), 1, anon_sym_bit_DASHxor, + ACTIONS(3640), 1, anon_sym_bit_DASHor, + ACTIONS(3642), 1, anon_sym_and, + ACTIONS(3644), 1, anon_sym_xor, + ACTIONS(3646), 1, anon_sym_or, + ACTIONS(3648), 1, sym_short_flag, - [102621] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(2261), 1, + ACTIONS(3650), 1, + anon_sym_LBRACE, + STATE(958), 1, + sym_block, + STATE(2264), 1, sym_comment, - ACTIONS(746), 7, - anon_sym_EQ, + STATE(3058), 1, + sym_long_flag, + STATE(3530), 1, + sym__flag, + ACTIONS(3614), 2, anon_sym_GT, + anon_sym_LT2, + ACTIONS(3618), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3624), 2, anon_sym_STAR, anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(748), 27, - anon_sym_COLON, - anon_sym_DASH_DASH, - anon_sym_in, - anon_sym_LBRACE, - anon_sym_DOT, + ACTIONS(3626), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3628), 2, anon_sym_mod, anon_sym_SLASH_SLASH, + ACTIONS(3630), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, + ACTIONS(3634), 2, 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, - sym_short_flag, - [102666] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2262), 1, - sym_comment, - ACTIONS(876), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(874), 32, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH_DASH, - anon_sym_DASH, + ACTIONS(3620), 4, anon_sym_in, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3632), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - sym_short_flag, - [102711] = 4, + [102435] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(2263), 1, + ACTIONS(3689), 1, + anon_sym_QMARK2, + STATE(2265), 1, sym_comment, - ACTIONS(818), 2, + ACTIONS(623), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(816), 32, + ACTIONS(621), 31, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, + anon_sym_DOT, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -210996,16 +210907,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_short_flag, - [102756] = 4, + [102482] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2264), 1, + STATE(2266), 1, sym_comment, - ACTIONS(834), 2, + ACTIONS(836), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(832), 32, + ACTIONS(834), 32, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -211038,42 +210948,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [102801] = 12, + [102527] = 12, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3685), 1, + ACTIONS(3693), 1, anon_sym_DASH, - ACTIONS(3695), 1, + ACTIONS(3699), 1, anon_sym_SLASH_SLASH, - ACTIONS(3697), 1, + ACTIONS(3701), 1, anon_sym_PLUS, - STATE(2265), 1, + STATE(2267), 1, sym_comment, - ACTIONS(3683), 2, + ACTIONS(3691), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(3693), 2, + ACTIONS(3697), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3699), 2, + ACTIONS(3703), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3691), 3, + ACTIONS(3695), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(3701), 4, + ACTIONS(3705), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 5, + ACTIONS(769), 5, sym_identifier, anon_sym_in, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(783), 13, + ACTIONS(771), 13, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_not_DASHin, @@ -211087,25 +210997,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [102862] = 9, + [102588] = 9, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3685), 1, + ACTIONS(3693), 1, anon_sym_DASH, - ACTIONS(3695), 1, + ACTIONS(3699), 1, anon_sym_SLASH_SLASH, - ACTIONS(3697), 1, + ACTIONS(3701), 1, anon_sym_PLUS, - STATE(2266), 1, + STATE(2268), 1, sym_comment, - ACTIONS(3693), 2, + ACTIONS(3697), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3691), 3, + ACTIONS(3695), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(781), 7, + ACTIONS(769), 7, sym_identifier, anon_sym_GT, anon_sym_in, @@ -211113,7 +211023,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(783), 19, + ACTIONS(771), 19, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_bit_DASHshl, @@ -211133,47 +211043,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [102917] = 14, + [102643] = 14, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3685), 1, + ACTIONS(3693), 1, anon_sym_DASH, - ACTIONS(3687), 1, - anon_sym_in, - ACTIONS(3695), 1, + ACTIONS(3699), 1, anon_sym_SLASH_SLASH, - ACTIONS(3697), 1, + ACTIONS(3701), 1, anon_sym_PLUS, - STATE(2267), 1, + ACTIONS(3707), 1, + anon_sym_in, + STATE(2269), 1, sym_comment, - ACTIONS(3683), 2, + ACTIONS(3691), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(3693), 2, + ACTIONS(3697), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3699), 2, + ACTIONS(3703), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3691), 3, + ACTIONS(3695), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(3703), 3, + ACTIONS(3709), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(781), 4, + ACTIONS(769), 4, sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(3701), 4, + ACTIONS(3705), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(783), 10, + ACTIONS(771), 10, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_EQ_TILDE, @@ -211184,21 +211094,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [102982] = 7, + [102708] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3695), 1, + ACTIONS(3699), 1, anon_sym_SLASH_SLASH, - STATE(2268), 1, + STATE(2270), 1, sym_comment, - ACTIONS(3693), 2, + ACTIONS(3697), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3691), 3, + ACTIONS(3695), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(781), 8, + ACTIONS(769), 8, sym_identifier, anon_sym_GT, anon_sym_in, @@ -211207,7 +211117,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(783), 20, + ACTIONS(771), 20, anon_sym_COMMA, anon_sym_DASH, anon_sym_RBRACE, @@ -211228,15 +211138,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [103033] = 5, + [102759] = 5, ACTIONS(157), 1, anon_sym_POUND, - STATE(2269), 1, + STATE(2271), 1, sym_comment, - ACTIONS(3693), 2, + ACTIONS(3697), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(781), 11, + ACTIONS(769), 11, sym_identifier, anon_sym_GT, anon_sym_in, @@ -211248,7 +211158,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(783), 21, + ACTIONS(771), 21, anon_sym_COMMA, anon_sym_DASH, anon_sym_RBRACE, @@ -211270,28 +211180,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [103080] = 10, + [102806] = 10, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3685), 1, + ACTIONS(3693), 1, anon_sym_DASH, - ACTIONS(3695), 1, + ACTIONS(3699), 1, anon_sym_SLASH_SLASH, - ACTIONS(3697), 1, + ACTIONS(3701), 1, anon_sym_PLUS, - STATE(2270), 1, + STATE(2272), 1, sym_comment, - ACTIONS(3693), 2, + ACTIONS(3697), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3699), 2, + ACTIONS(3703), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3691), 3, + ACTIONS(3695), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(781), 7, + ACTIONS(769), 7, sym_identifier, anon_sym_GT, anon_sym_in, @@ -211299,7 +211209,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(783), 17, + ACTIONS(771), 17, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_EQ_EQ, @@ -211317,50 +211227,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [103137] = 15, + [102863] = 15, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3685), 1, + ACTIONS(3693), 1, anon_sym_DASH, - ACTIONS(3687), 1, - anon_sym_in, - ACTIONS(3695), 1, + ACTIONS(3699), 1, anon_sym_SLASH_SLASH, - ACTIONS(3697), 1, + ACTIONS(3701), 1, anon_sym_PLUS, - STATE(2271), 1, + ACTIONS(3707), 1, + anon_sym_in, + STATE(2273), 1, sym_comment, - ACTIONS(3683), 2, + ACTIONS(3691), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(3693), 2, + ACTIONS(3697), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3699), 2, + ACTIONS(3703), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3705), 2, + ACTIONS(3711), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3691), 3, + ACTIONS(3695), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(3703), 3, + ACTIONS(3709), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(781), 4, + ACTIONS(769), 4, sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(3701), 4, + ACTIONS(3705), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(783), 8, + ACTIONS(771), 8, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_bit_DASHand, @@ -211369,52 +211279,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [103204] = 16, + [102930] = 16, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3685), 1, + ACTIONS(3693), 1, anon_sym_DASH, - ACTIONS(3687), 1, - anon_sym_in, - ACTIONS(3695), 1, + ACTIONS(3699), 1, anon_sym_SLASH_SLASH, - ACTIONS(3697), 1, + ACTIONS(3701), 1, anon_sym_PLUS, ACTIONS(3707), 1, + anon_sym_in, + ACTIONS(3713), 1, anon_sym_bit_DASHand, - STATE(2272), 1, + STATE(2274), 1, sym_comment, - ACTIONS(3683), 2, + ACTIONS(3691), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(3693), 2, + ACTIONS(3697), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3699), 2, + ACTIONS(3703), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3705), 2, + ACTIONS(3711), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3691), 3, + ACTIONS(3695), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(3703), 3, + ACTIONS(3709), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(781), 4, + ACTIONS(769), 4, sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(3701), 4, + ACTIONS(3705), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(783), 7, + ACTIONS(771), 7, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_bit_DASHxor, @@ -211422,398 +211332,314 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [103273] = 17, + [102999] = 17, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3685), 1, + ACTIONS(3693), 1, anon_sym_DASH, - ACTIONS(3687), 1, - anon_sym_in, - ACTIONS(3695), 1, + ACTIONS(3699), 1, anon_sym_SLASH_SLASH, - ACTIONS(3697), 1, + ACTIONS(3701), 1, anon_sym_PLUS, ACTIONS(3707), 1, + anon_sym_in, + ACTIONS(3713), 1, anon_sym_bit_DASHand, - ACTIONS(3709), 1, + ACTIONS(3715), 1, anon_sym_bit_DASHxor, - STATE(2273), 1, + STATE(2275), 1, sym_comment, - ACTIONS(3683), 2, + ACTIONS(3691), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(3693), 2, + ACTIONS(3697), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3699), 2, + ACTIONS(3703), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3705), 2, + ACTIONS(3711), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3691), 3, + ACTIONS(3695), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(3703), 3, + ACTIONS(3709), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(781), 4, + ACTIONS(769), 4, sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(3701), 4, + ACTIONS(3705), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(783), 6, + ACTIONS(771), 6, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_bit_DASHor, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [103344] = 18, + [103070] = 18, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3685), 1, + ACTIONS(3693), 1, anon_sym_DASH, - ACTIONS(3687), 1, - anon_sym_in, - ACTIONS(3695), 1, + ACTIONS(3699), 1, anon_sym_SLASH_SLASH, - ACTIONS(3697), 1, + ACTIONS(3701), 1, anon_sym_PLUS, ACTIONS(3707), 1, + anon_sym_in, + ACTIONS(3713), 1, anon_sym_bit_DASHand, - ACTIONS(3709), 1, + ACTIONS(3715), 1, anon_sym_bit_DASHxor, - ACTIONS(3711), 1, + ACTIONS(3717), 1, anon_sym_bit_DASHor, - STATE(2274), 1, + STATE(2276), 1, sym_comment, - ACTIONS(3683), 2, + ACTIONS(3691), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(3693), 2, + ACTIONS(3697), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3699), 2, + ACTIONS(3703), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3705), 2, + ACTIONS(3711), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3691), 3, + ACTIONS(3695), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(3703), 3, + ACTIONS(3709), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(781), 4, + ACTIONS(769), 4, sym_identifier, anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(3701), 4, + ACTIONS(3705), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(783), 5, + ACTIONS(771), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [103417] = 19, + [103143] = 19, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3685), 1, + ACTIONS(3693), 1, anon_sym_DASH, - ACTIONS(3687), 1, - anon_sym_in, - ACTIONS(3695), 1, + ACTIONS(3699), 1, anon_sym_SLASH_SLASH, - ACTIONS(3697), 1, + ACTIONS(3701), 1, anon_sym_PLUS, ACTIONS(3707), 1, + anon_sym_in, + ACTIONS(3713), 1, anon_sym_bit_DASHand, - ACTIONS(3709), 1, + ACTIONS(3715), 1, anon_sym_bit_DASHxor, - ACTIONS(3711), 1, + ACTIONS(3717), 1, anon_sym_bit_DASHor, - ACTIONS(3713), 1, + ACTIONS(3719), 1, anon_sym_and, - STATE(2275), 1, + STATE(2277), 1, sym_comment, - ACTIONS(3683), 2, + ACTIONS(3691), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(3693), 2, + ACTIONS(3697), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3699), 2, + ACTIONS(3703), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3705), 2, + ACTIONS(3711), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(781), 3, + ACTIONS(769), 3, sym_identifier, anon_sym_xor, anon_sym_or, - ACTIONS(3691), 3, + ACTIONS(3695), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(3703), 3, + ACTIONS(3709), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3701), 4, + ACTIONS(3705), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(783), 5, + ACTIONS(771), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [103492] = 20, + [103218] = 20, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3685), 1, + ACTIONS(3693), 1, anon_sym_DASH, - ACTIONS(3687), 1, - anon_sym_in, - ACTIONS(3695), 1, + ACTIONS(3699), 1, anon_sym_SLASH_SLASH, - ACTIONS(3697), 1, + ACTIONS(3701), 1, anon_sym_PLUS, ACTIONS(3707), 1, + anon_sym_in, + ACTIONS(3713), 1, anon_sym_bit_DASHand, - ACTIONS(3709), 1, + ACTIONS(3715), 1, anon_sym_bit_DASHxor, - ACTIONS(3711), 1, + ACTIONS(3717), 1, anon_sym_bit_DASHor, - ACTIONS(3713), 1, + ACTIONS(3719), 1, anon_sym_and, - ACTIONS(3715), 1, + ACTIONS(3721), 1, anon_sym_xor, - STATE(2276), 1, + STATE(2278), 1, sym_comment, - ACTIONS(781), 2, + ACTIONS(769), 2, sym_identifier, anon_sym_or, - ACTIONS(3683), 2, + ACTIONS(3691), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(3693), 2, + ACTIONS(3697), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3699), 2, + ACTIONS(3703), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3705), 2, + ACTIONS(3711), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3691), 3, + ACTIONS(3695), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, - ACTIONS(3703), 3, + ACTIONS(3709), 3, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3701), 4, + ACTIONS(3705), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(783), 5, + ACTIONS(771), 5, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [103569] = 21, + [103295] = 21, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(781), 1, + ACTIONS(769), 1, sym_identifier, - ACTIONS(3685), 1, + ACTIONS(3693), 1, anon_sym_DASH, - ACTIONS(3687), 1, - anon_sym_in, - ACTIONS(3695), 1, + ACTIONS(3699), 1, anon_sym_SLASH_SLASH, - ACTIONS(3697), 1, + ACTIONS(3701), 1, anon_sym_PLUS, ACTIONS(3707), 1, - anon_sym_bit_DASHand, - ACTIONS(3709), 1, - anon_sym_bit_DASHxor, - ACTIONS(3711), 1, - anon_sym_bit_DASHor, - ACTIONS(3713), 1, - anon_sym_and, - ACTIONS(3715), 1, - anon_sym_xor, - ACTIONS(3717), 1, - anon_sym_or, - STATE(2277), 1, - sym_comment, - ACTIONS(3683), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(3693), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3699), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3705), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3691), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - ACTIONS(3703), 3, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3701), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(783), 5, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [103648] = 7, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3664), 1, - anon_sym_DOT, - STATE(2226), 1, - sym_path, - STATE(2278), 1, - sym_comment, - STATE(2613), 1, - sym_cell_path, - ACTIONS(609), 6, - anon_sym_GT, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(611), 25, - anon_sym_DASH_DASH, anon_sym_in, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + ACTIONS(3713), 1, anon_sym_bit_DASHand, + ACTIONS(3715), 1, anon_sym_bit_DASHxor, + ACTIONS(3717), 1, anon_sym_bit_DASHor, + ACTIONS(3719), 1, anon_sym_and, + ACTIONS(3721), 1, anon_sym_xor, + ACTIONS(3723), 1, anon_sym_or, - sym_short_flag, - [103699] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(748), 1, - anon_sym_LF, - STATE(2279), 1, - sym_comment, - ACTIONS(746), 33, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR, + STATE(2279), 1, + sym_comment, + ACTIONS(3691), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3697), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, + ACTIONS(3703), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(3711), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3695), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + ACTIONS(3709), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3705), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [103744] = 4, - ACTIONS(3), 1, + ACTIONS(771), 5, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [103374] = 4, + ACTIONS(157), 1, anon_sym_POUND, STATE(2280), 1, sym_comment, - ACTIONS(799), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(797), 32, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(819), 11, + sym_identifier, anon_sym_GT, - anon_sym_DASH_DASH, - anon_sym_DASH, anon_sym_in, anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(821), 23, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -211824,38 +211650,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - sym_short_flag, - [103789] = 4, - ACTIONS(3), 1, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [103419] = 4, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(761), 1, - anon_sym_LF, STATE(2281), 1, sym_comment, - ACTIONS(759), 33, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(838), 5, anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(840), 29, + anon_sym_COMMA, + anon_sym_PIPE, anon_sym_DASH, anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_DOT, - anon_sym_STAR, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -211869,62 +211694,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [103834] = 4, - ACTIONS(3), 1, + [103464] = 23, + ACTIONS(157), 1, anon_sym_POUND, + ACTIONS(3616), 1, + anon_sym_DASH_DASH, + ACTIONS(3636), 1, + anon_sym_bit_DASHand, + ACTIONS(3638), 1, + anon_sym_bit_DASHxor, + ACTIONS(3640), 1, + anon_sym_bit_DASHor, + ACTIONS(3642), 1, + anon_sym_and, + ACTIONS(3644), 1, + anon_sym_xor, + ACTIONS(3646), 1, + anon_sym_or, + ACTIONS(3648), 1, + sym_short_flag, + ACTIONS(3650), 1, + anon_sym_LBRACE, + STATE(970), 1, + sym_block, STATE(2282), 1, sym_comment, - ACTIONS(799), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(797), 32, - anon_sym_SEMI, - anon_sym_PIPE, + STATE(3058), 1, + sym_long_flag, + STATE(3537), 1, + sym__flag, + ACTIONS(3614), 2, anon_sym_GT, - anon_sym_DASH_DASH, + anon_sym_LT2, + ACTIONS(3618), 2, anon_sym_DASH, - anon_sym_in, + anon_sym_PLUS, + ACTIONS(3624), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3626), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, + ACTIONS(3628), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, + ACTIONS(3630), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(3634), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3620), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3632), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - sym_short_flag, - [103879] = 4, + [103547] = 4, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(755), 1, + anon_sym_LF, STATE(2283), 1, sym_comment, - ACTIONS(842), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(840), 32, + ACTIONS(753), 33, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, - anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, + anon_sym_DOT, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -211950,192 +211795,210 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_short_flag, - [103924] = 4, + [103592] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(2284), 1, sym_comment, - ACTIONS(109), 2, + ACTIONS(1420), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(107), 32, + ACTIONS(1418), 32, anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, anon_sym_PIPE, - anon_sym_GT, + anon_sym_DOLLAR, anon_sym_DASH_DASH, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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_LBRACE, + anon_sym_not, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + 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, sym_short_flag, - [103969] = 19, + [103637] = 19, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1666), 1, + ACTIONS(1602), 1, anon_sym_PIPE, - ACTIONS(3721), 1, + ACTIONS(3727), 1, anon_sym_LF, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - STATE(1759), 1, + STATE(1746), 1, aux_sym_pipe_element_repeat1, STATE(2285), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3719), 3, + ACTIONS(3725), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [104044] = 4, - ACTIONS(157), 1, + [103712] = 4, + ACTIONS(3), 1, anon_sym_POUND, STATE(2286), 1, sym_comment, - ACTIONS(812), 11, - sym_identifier, - anon_sym_GT, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(814), 23, - anon_sym_COMMA, + ACTIONS(1416), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1414), 32, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, anon_sym_DASH, - anon_sym_RBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, + anon_sym_LBRACE, + anon_sym_not, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [104089] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + sym_short_flag, + [103757] = 23, ACTIONS(157), 1, anon_sym_POUND, + ACTIONS(3616), 1, + anon_sym_DASH_DASH, + ACTIONS(3636), 1, + anon_sym_bit_DASHand, + ACTIONS(3638), 1, + anon_sym_bit_DASHxor, + ACTIONS(3640), 1, + anon_sym_bit_DASHor, + ACTIONS(3642), 1, + anon_sym_and, + ACTIONS(3644), 1, + anon_sym_xor, + ACTIONS(3646), 1, + anon_sym_or, + ACTIONS(3648), 1, + sym_short_flag, + ACTIONS(3650), 1, + anon_sym_LBRACE, + STATE(918), 1, + sym_block, STATE(2287), 1, sym_comment, - ACTIONS(808), 11, - sym_identifier, + STATE(3058), 1, + sym_long_flag, + STATE(3539), 1, + sym__flag, + ACTIONS(3614), 2, anon_sym_GT, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(810), 23, - anon_sym_COMMA, + ACTIONS(3618), 2, anon_sym_DASH, - anon_sym_RBRACE, + anon_sym_PLUS, + ACTIONS(3624), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3626), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3628), 2, + anon_sym_mod, anon_sym_SLASH_SLASH, + ACTIONS(3630), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(3634), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3620), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3632), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [104134] = 4, + [103840] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(2288), 1, sym_comment, - ACTIONS(824), 11, + ACTIONS(858), 11, sym_identifier, anon_sym_GT, anon_sym_in, @@ -212147,7 +212010,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(826), 23, + ACTIONS(860), 23, anon_sym_COMMA, anon_sym_DASH, anon_sym_RBRACE, @@ -212171,34 +212034,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [104179] = 4, - ACTIONS(157), 1, + [103885] = 4, + ACTIONS(3), 1, anon_sym_POUND, STATE(2289), 1, sym_comment, - ACTIONS(828), 5, - anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(830), 29, - anon_sym_COMMA, + ACTIONS(799), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(797), 32, + anon_sym_SEMI, anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_if, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -212212,53 +212074,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [104224] = 4, - ACTIONS(3), 1, + sym_short_flag, + [103930] = 23, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(752), 1, - anon_sym_LF, + ACTIONS(3616), 1, + anon_sym_DASH_DASH, + ACTIONS(3636), 1, + anon_sym_bit_DASHand, + ACTIONS(3638), 1, + anon_sym_bit_DASHxor, + ACTIONS(3640), 1, + anon_sym_bit_DASHor, + ACTIONS(3642), 1, + anon_sym_and, + ACTIONS(3644), 1, + anon_sym_xor, + ACTIONS(3646), 1, + anon_sym_or, + ACTIONS(3648), 1, + sym_short_flag, + ACTIONS(3650), 1, + anon_sym_LBRACE, + STATE(938), 1, + sym_block, STATE(2290), 1, sym_comment, - ACTIONS(750), 33, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + STATE(3058), 1, + sym_long_flag, + STATE(3528), 1, + sym__flag, + ACTIONS(3614), 2, anon_sym_GT, + anon_sym_LT2, + ACTIONS(3618), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_DOT, + anon_sym_PLUS, + ACTIONS(3624), 2, anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3626), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, + ACTIONS(3628), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, + ACTIONS(3630), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(3634), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3620), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3632), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [104269] = 4, + [104013] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(2291), 1, sym_comment, - ACTIONS(828), 11, + ACTIONS(870), 11, sym_identifier, anon_sym_GT, anon_sym_in, @@ -212270,7 +212152,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(830), 23, + ACTIONS(872), 23, anon_sym_COMMA, anon_sym_DASH, anon_sym_RBRACE, @@ -212294,34 +212176,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [104314] = 4, - ACTIONS(157), 1, + [104058] = 4, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(712), 1, + anon_sym_LF, STATE(2292), 1, sym_comment, - ACTIONS(856), 11, - sym_identifier, + ACTIONS(710), 33, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_GT, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(858), 23, - anon_sym_COMMA, anon_sym_DASH, + anon_sym_in, anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -212332,15 +212214,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [104359] = 4, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [104103] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(2293), 1, sym_comment, - ACTIONS(777), 11, + ACTIONS(107), 11, sym_identifier, anon_sym_GT, anon_sym_in, @@ -212352,7 +212234,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(779), 23, + ACTIONS(109), 23, anon_sym_COMMA, anon_sym_DASH, anon_sym_RBRACE, @@ -212376,29 +212258,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [104404] = 4, + [104148] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(2294), 1, sym_comment, - ACTIONS(804), 11, - sym_identifier, + ACTIONS(858), 5, anon_sym_GT, - anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(806), 23, + ACTIONS(860), 29, anon_sym_COMMA, + anon_sym_PIPE, anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -212414,37 +212296,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [104449] = 4, - ACTIONS(157), 1, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [104193] = 4, + ACTIONS(3), 1, anon_sym_POUND, STATE(2295), 1, sym_comment, - ACTIONS(866), 11, - sym_identifier, + ACTIONS(803), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(801), 32, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, + anon_sym_DASH, anon_sym_in, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(868), 23, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -212455,32 +212336,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [104494] = 4, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_short_flag, + [104238] = 7, ACTIONS(157), 1, anon_sym_POUND, + ACTIONS(3652), 1, + anon_sym_DOT, + STATE(2044), 1, + sym_path, + STATE(2253), 1, + aux_sym_cell_path_repeat1, STATE(2296), 1, sym_comment, - ACTIONS(785), 11, - sym_identifier, + ACTIONS(605), 6, anon_sym_GT, - anon_sym_in, + anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(787), 23, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_RBRACE, + ACTIONS(607), 25, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -212496,32 +212380,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [104539] = 4, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_short_flag, + [104289] = 7, ACTIONS(157), 1, anon_sym_POUND, + ACTIONS(3652), 1, + anon_sym_DOT, + STATE(2296), 1, + sym_path, STATE(2297), 1, sym_comment, - ACTIONS(765), 11, - sym_identifier, + STATE(2601), 1, + sym_cell_path, + ACTIONS(589), 6, anon_sym_GT, - anon_sym_in, + anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(767), 23, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_RBRACE, + ACTIONS(591), 25, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -212537,97 +212424,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [104584] = 4, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_short_flag, + [104340] = 22, ACTIONS(157), 1, anon_sym_POUND, - STATE(2298), 1, - sym_comment, - ACTIONS(793), 11, - sym_identifier, - anon_sym_GT, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, + ACTIONS(3693), 1, + anon_sym_DASH, + ACTIONS(3699), 1, + anon_sym_SLASH_SLASH, + ACTIONS(3701), 1, anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(3707), 1, + anon_sym_in, + ACTIONS(3713), 1, + anon_sym_bit_DASHand, + ACTIONS(3715), 1, + anon_sym_bit_DASHxor, + ACTIONS(3717), 1, + anon_sym_bit_DASHor, + ACTIONS(3719), 1, anon_sym_and, + ACTIONS(3721), 1, anon_sym_xor, + ACTIONS(3723), 1, anon_sym_or, - ACTIONS(795), 23, + ACTIONS(3755), 1, + sym_identifier, + ACTIONS(3757), 1, anon_sym_COMMA, - anon_sym_DASH, - anon_sym_RBRACE, + STATE(2298), 1, + sym_comment, + ACTIONS(3691), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3697), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH_SLASH, + ACTIONS(3703), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, + ACTIONS(3711), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [104629] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2299), 1, - sym_comment, - ACTIONS(791), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(789), 32, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_in, + ACTIONS(3695), 3, anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(3709), 3, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3705), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - sym_short_flag, - [104674] = 4, + ACTIONS(3759), 4, + anon_sym_RBRACE, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [104421] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2300), 1, + STATE(2299), 1, sym_comment, - ACTIONS(874), 11, + ACTIONS(801), 11, sym_identifier, anon_sym_GT, anon_sym_in, @@ -212639,7 +212504,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(876), 23, + ACTIONS(803), 23, anon_sym_COMMA, anon_sym_DASH, anon_sym_RBRACE, @@ -212663,75 +212528,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [104719] = 4, + [104466] = 23, ACTIONS(157), 1, anon_sym_POUND, - STATE(2301), 1, - sym_comment, - ACTIONS(816), 11, - sym_identifier, - anon_sym_GT, - anon_sym_in, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, + ACTIONS(3616), 1, + anon_sym_DASH_DASH, + ACTIONS(3622), 1, + anon_sym_LBRACE, + ACTIONS(3636), 1, + anon_sym_bit_DASHand, + ACTIONS(3638), 1, + anon_sym_bit_DASHxor, + ACTIONS(3640), 1, + anon_sym_bit_DASHor, + ACTIONS(3642), 1, anon_sym_and, + ACTIONS(3644), 1, anon_sym_xor, + ACTIONS(3646), 1, anon_sym_or, - ACTIONS(818), 23, - anon_sym_COMMA, + ACTIONS(3648), 1, + sym_short_flag, + STATE(839), 1, + sym_block, + STATE(2300), 1, + sym_comment, + STATE(3058), 1, + sym_long_flag, + STATE(3572), 1, + sym__flag, + ACTIONS(3614), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3618), 2, anon_sym_DASH, - anon_sym_RBRACE, + anon_sym_PLUS, + ACTIONS(3624), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3626), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3628), 2, + anon_sym_mod, anon_sym_SLASH_SLASH, + ACTIONS(3630), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(3634), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3620), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3632), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [104764] = 4, - ACTIONS(157), 1, + [104549] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2302), 1, + STATE(2301), 1, sym_comment, - ACTIONS(832), 11, - sym_identifier, + ACTIONS(791), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(789), 32, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, + anon_sym_DASH, anon_sym_in, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(834), 23, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_RBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -212742,26 +212625,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + sym_short_flag, + [104594] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2302), 1, + sym_comment, + ACTIONS(783), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(781), 32, + anon_sym_SEMI, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_DASH, + anon_sym_LBRACE, + anon_sym_not, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + 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, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + sym_val_date, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [104809] = 4, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + sym_short_flag, + [104639] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(2303), 1, sym_comment, - ACTIONS(688), 2, + ACTIONS(860), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(686), 32, + ACTIONS(858), 32, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH_DASH, anon_sym_DASH, anon_sym_in, - anon_sym_DOT, anon_sym_STAR, - anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, anon_sym_SLASH, @@ -212786,29 +212710,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [104854] = 4, + sym_short_flag, + [104684] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(2304), 1, sym_comment, - ACTIONS(797), 11, - sym_identifier, + ACTIONS(785), 7, anon_sym_GT, - anon_sym_in, + anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(799), 23, - anon_sym_COMMA, - anon_sym_DASH, - anon_sym_RBRACE, + anon_sym_DOT_DOT, + ACTIONS(787), 27, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -212824,32 +212746,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [104899] = 4, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + sym_short_flag, + [104729] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(2305), 1, sym_comment, - ACTIONS(797), 11, - sym_identifier, + ACTIONS(834), 5, anon_sym_GT, - anon_sym_in, anon_sym_STAR, anon_sym_SLASH, - anon_sym_mod, anon_sym_PLUS, anon_sym_LT2, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(799), 23, + ACTIONS(836), 29, anon_sym_COMMA, + anon_sym_PIPE, anon_sym_DASH, + anon_sym_in, + anon_sym_if, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -212865,88 +212790,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [104944] = 23, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3630), 1, - anon_sym_DASH_DASH, - ACTIONS(3650), 1, - anon_sym_bit_DASHand, - ACTIONS(3652), 1, - anon_sym_bit_DASHxor, - ACTIONS(3654), 1, - anon_sym_bit_DASHor, - ACTIONS(3656), 1, anon_sym_and, - ACTIONS(3658), 1, anon_sym_xor, - ACTIONS(3660), 1, anon_sym_or, - ACTIONS(3662), 1, - sym_short_flag, - ACTIONS(3666), 1, - anon_sym_LBRACE, - STATE(943), 1, - sym_block, - STATE(2306), 1, - sym_comment, - STATE(3165), 1, - sym_long_flag, - STATE(3549), 1, - sym__flag, - ACTIONS(3628), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(3632), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3638), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3640), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3642), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3644), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3648), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3634), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3646), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [105027] = 7, + [104774] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3664), 1, + ACTIONS(3652), 1, anon_sym_DOT, - STATE(2226), 1, + STATE(2296), 1, sym_path, - STATE(2307), 1, + STATE(2306), 1, sym_comment, - STATE(2629), 1, + STATE(2628), 1, sym_cell_path, - ACTIONS(605), 6, + ACTIONS(613), 6, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(607), 25, + ACTIONS(615), 25, anon_sym_DASH_DASH, anon_sym_in, anon_sym_LBRACE, @@ -212972,53 +212837,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [105078] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2308), 1, - sym_comment, - ACTIONS(771), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(769), 32, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - sym_short_flag, - [105123] = 4, + [104825] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2309), 1, + STATE(2307), 1, sym_comment, - ACTIONS(840), 11, + ACTIONS(838), 11, sym_identifier, anon_sym_GT, anon_sym_in, @@ -213030,7 +212854,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(842), 23, + ACTIONS(840), 23, anon_sym_COMMA, anon_sym_DASH, anon_sym_RBRACE, @@ -213054,53 +212878,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [105168] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2310), 1, - sym_comment, - ACTIONS(846), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(844), 32, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - sym_short_flag, - [105213] = 4, + [104870] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2311), 1, + STATE(2308), 1, sym_comment, - ACTIONS(107), 11, + ACTIONS(103), 11, sym_identifier, anon_sym_GT, anon_sym_in, @@ -213112,7 +212895,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(109), 23, + ACTIONS(105), 23, anon_sym_COMMA, anon_sym_DASH, anon_sym_RBRACE, @@ -213136,118 +212919,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [105258] = 7, + [104915] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3664), 1, + ACTIONS(3652), 1, anon_sym_DOT, - STATE(2226), 1, + STATE(2296), 1, sym_path, - STATE(2312), 1, + STATE(2309), 1, sym_comment, STATE(2603), 1, sym_cell_path, - ACTIONS(601), 6, + ACTIONS(593), 6, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(603), 25, - anon_sym_DASH_DASH, - anon_sym_in, - anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - sym_short_flag, - [105309] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2313), 1, - sym_comment, - ACTIONS(838), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(836), 32, - anon_sym_SEMI, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_DASH, - anon_sym_LBRACE, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - 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, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - 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, - sym_short_flag, - [105354] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2314), 1, - sym_comment, - ACTIONS(814), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(812), 32, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, + ACTIONS(595), 25, anon_sym_DASH_DASH, - anon_sym_DASH, anon_sym_in, - anon_sym_STAR, + anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -213262,31 +212963,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [105399] = 4, - ACTIONS(157), 1, + [104966] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2315), 1, + STATE(2310), 1, sym_comment, - ACTIONS(852), 7, + ACTIONS(105), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(103), 32, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - anon_sym_DOT_DOT, - ACTIONS(854), 27, - anon_sym_DASH_DASH, anon_sym_in, - anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -213300,39 +213004,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - sym_short_flag, - [105444] = 7, - ACTIONS(157), 1, + [105011] = 17, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3664), 1, - anon_sym_DOT, - STATE(2226), 1, - sym_path, - STATE(2316), 1, + ACTIONS(3420), 1, + anon_sym_bit_DASHand, + ACTIONS(3422), 1, + anon_sym_bit_DASHxor, + ACTIONS(3424), 1, + anon_sym_bit_DASHor, + ACTIONS(3426), 1, + anon_sym_and, + ACTIONS(3428), 1, + anon_sym_xor, + ACTIONS(3430), 1, + anon_sym_or, + STATE(2311), 1, sym_comment, - STATE(2605), 1, - sym_cell_path, - ACTIONS(568), 6, - anon_sym_GT, + ACTIONS(771), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3408), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3414), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3416), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3418), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(769), 4, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH_DASH, + sym_short_flag, + ACTIONS(3410), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3412), 4, anon_sym_STAR, anon_sym_SLASH, - anon_sym_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3406), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT2, - ACTIONS(570), 25, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [105082] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2312), 1, + sym_comment, + ACTIONS(779), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(777), 32, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH_DASH, + anon_sym_DASH, anon_sym_in, - anon_sym_LBRACE, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -213347,209 +213099,275 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [105495] = 17, + [105127] = 16, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3410), 1, + ACTIONS(3420), 1, anon_sym_bit_DASHand, - ACTIONS(3412), 1, + ACTIONS(3422), 1, anon_sym_bit_DASHxor, - ACTIONS(3414), 1, + ACTIONS(3424), 1, anon_sym_bit_DASHor, - ACTIONS(3416), 1, + ACTIONS(3426), 1, anon_sym_and, - ACTIONS(3418), 1, + ACTIONS(3428), 1, anon_sym_xor, - ACTIONS(3420), 1, - anon_sym_or, - STATE(2317), 1, + STATE(2313), 1, sym_comment, - ACTIONS(783), 2, + ACTIONS(771), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3398), 2, + ACTIONS(3408), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3404), 2, + ACTIONS(3414), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3406), 2, + ACTIONS(3416), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3408), 2, + ACTIONS(3418), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(781), 4, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH_DASH, - sym_short_flag, - ACTIONS(3400), 4, + ACTIONS(3410), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3402), 4, + ACTIONS(3412), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3396), 6, + ACTIONS(769), 5, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH_DASH, + anon_sym_or, + sym_short_flag, + ACTIONS(3406), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [105566] = 16, - ACTIONS(3), 1, + [105196] = 23, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3410), 1, + ACTIONS(3616), 1, + anon_sym_DASH_DASH, + ACTIONS(3622), 1, + anon_sym_LBRACE, + ACTIONS(3636), 1, anon_sym_bit_DASHand, - ACTIONS(3412), 1, + ACTIONS(3638), 1, anon_sym_bit_DASHxor, - ACTIONS(3414), 1, + ACTIONS(3640), 1, anon_sym_bit_DASHor, - ACTIONS(3416), 1, + ACTIONS(3642), 1, anon_sym_and, - ACTIONS(3418), 1, + ACTIONS(3644), 1, anon_sym_xor, - STATE(2318), 1, + ACTIONS(3646), 1, + anon_sym_or, + ACTIONS(3648), 1, + sym_short_flag, + STATE(840), 1, + sym_block, + STATE(2314), 1, sym_comment, - ACTIONS(783), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3398), 2, + STATE(3058), 1, + sym_long_flag, + STATE(3571), 1, + sym__flag, + ACTIONS(3614), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3618), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3404), 2, + ACTIONS(3624), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3626), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3406), 2, + ACTIONS(3628), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3630), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3408), 2, + ACTIONS(3634), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3400), 4, + ACTIONS(3620), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3402), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(781), 5, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(3632), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [105279] = 23, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3616), 1, anon_sym_DASH_DASH, + ACTIONS(3622), 1, + anon_sym_LBRACE, + ACTIONS(3636), 1, + anon_sym_bit_DASHand, + ACTIONS(3638), 1, + anon_sym_bit_DASHxor, + ACTIONS(3640), 1, + anon_sym_bit_DASHor, + ACTIONS(3642), 1, + anon_sym_and, + ACTIONS(3644), 1, + anon_sym_xor, + ACTIONS(3646), 1, anon_sym_or, + ACTIONS(3648), 1, sym_short_flag, - ACTIONS(3396), 6, + STATE(841), 1, + sym_block, + STATE(2315), 1, + sym_comment, + STATE(3058), 1, + sym_long_flag, + STATE(3570), 1, + sym__flag, + ACTIONS(3614), 2, anon_sym_GT, + anon_sym_LT2, + ACTIONS(3618), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3624), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3626), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3628), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3630), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3634), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3620), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3632), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [105635] = 15, + [105362] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3410), 1, + ACTIONS(3420), 1, anon_sym_bit_DASHand, - ACTIONS(3412), 1, + ACTIONS(3422), 1, anon_sym_bit_DASHxor, - ACTIONS(3414), 1, + ACTIONS(3424), 1, anon_sym_bit_DASHor, - ACTIONS(3416), 1, + ACTIONS(3426), 1, anon_sym_and, - STATE(2319), 1, + STATE(2316), 1, sym_comment, - ACTIONS(783), 2, + ACTIONS(771), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3398), 2, + ACTIONS(3408), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3404), 2, + ACTIONS(3414), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3406), 2, + ACTIONS(3416), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3408), 2, + ACTIONS(3418), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3400), 4, + ACTIONS(3410), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3402), 4, + ACTIONS(3412), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(781), 6, + ACTIONS(769), 6, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH_DASH, anon_sym_xor, anon_sym_or, sym_short_flag, - ACTIONS(3396), 6, + ACTIONS(3406), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [105702] = 14, + [105429] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3410), 1, + ACTIONS(3420), 1, anon_sym_bit_DASHand, - ACTIONS(3412), 1, + ACTIONS(3422), 1, anon_sym_bit_DASHxor, - ACTIONS(3414), 1, + ACTIONS(3424), 1, anon_sym_bit_DASHor, - STATE(2320), 1, + STATE(2317), 1, sym_comment, - ACTIONS(783), 2, + ACTIONS(771), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3398), 2, + ACTIONS(3408), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3404), 2, + ACTIONS(3414), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3406), 2, + ACTIONS(3416), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3408), 2, + ACTIONS(3418), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3400), 4, + ACTIONS(3410), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3402), 4, + ACTIONS(3412), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3396), 6, + ACTIONS(3406), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 7, + ACTIONS(769), 7, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH_DASH, @@ -213557,48 +213375,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [105767] = 13, + [105494] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3410), 1, + ACTIONS(3420), 1, anon_sym_bit_DASHand, - ACTIONS(3412), 1, + ACTIONS(3422), 1, anon_sym_bit_DASHxor, - STATE(2321), 1, + STATE(2318), 1, sym_comment, - ACTIONS(783), 2, + ACTIONS(771), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3398), 2, + ACTIONS(3408), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3404), 2, + ACTIONS(3414), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3406), 2, + ACTIONS(3416), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3408), 2, + ACTIONS(3418), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3400), 4, + ACTIONS(3410), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3402), 4, + ACTIONS(3412), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3396), 6, + ACTIONS(3406), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 8, + ACTIONS(769), 8, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH_DASH, @@ -213607,90 +213425,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [105830] = 7, + [105557] = 23, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3664), 1, - anon_sym_DOT, - STATE(2226), 1, - sym_path, - STATE(2322), 1, + ACTIONS(3616), 1, + anon_sym_DASH_DASH, + ACTIONS(3622), 1, + anon_sym_LBRACE, + ACTIONS(3636), 1, + anon_sym_bit_DASHand, + ACTIONS(3638), 1, + anon_sym_bit_DASHxor, + ACTIONS(3640), 1, + anon_sym_bit_DASHor, + ACTIONS(3642), 1, + anon_sym_and, + ACTIONS(3644), 1, + anon_sym_xor, + ACTIONS(3646), 1, + anon_sym_or, + ACTIONS(3648), 1, + sym_short_flag, + STATE(888), 1, + sym_block, + STATE(2319), 1, sym_comment, - STATE(2611), 1, - sym_cell_path, - ACTIONS(582), 6, + STATE(3058), 1, + sym_long_flag, + STATE(3569), 1, + sym__flag, + ACTIONS(3614), 2, anon_sym_GT, + anon_sym_LT2, + ACTIONS(3618), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3624), 2, anon_sym_STAR, anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(584), 25, - anon_sym_DASH_DASH, - anon_sym_in, - anon_sym_LBRACE, + ACTIONS(3626), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3628), 2, anon_sym_mod, anon_sym_SLASH_SLASH, + ACTIONS(3630), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(3634), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3620), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3632), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - sym_short_flag, - [105881] = 12, + [105640] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3410), 1, + ACTIONS(3420), 1, anon_sym_bit_DASHand, - STATE(2323), 1, + STATE(2320), 1, sym_comment, - ACTIONS(783), 2, + ACTIONS(771), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3398), 2, + ACTIONS(3408), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3404), 2, + ACTIONS(3414), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3406), 2, + ACTIONS(3416), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3408), 2, + ACTIONS(3418), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3400), 4, + ACTIONS(3410), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3402), 4, + ACTIONS(3412), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3396), 6, + ACTIONS(3406), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 9, + ACTIONS(769), 9, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH_DASH, @@ -213700,44 +213534,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [105942] = 11, + [105701] = 11, ACTIONS(3), 1, anon_sym_POUND, - STATE(2324), 1, + STATE(2321), 1, sym_comment, - ACTIONS(783), 2, + ACTIONS(771), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3398), 2, + ACTIONS(3408), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3404), 2, + ACTIONS(3414), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3406), 2, + ACTIONS(3416), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3408), 2, + ACTIONS(3418), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3400), 4, + ACTIONS(3410), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3402), 4, + ACTIONS(3412), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3396), 6, + ACTIONS(3406), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 10, + ACTIONS(769), 10, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH_DASH, @@ -213748,29 +213582,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [106001] = 8, + [105760] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(2322), 1, + sym_comment, + ACTIONS(834), 11, + sym_identifier, + anon_sym_GT, + anon_sym_in, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_PLUS, + anon_sym_LT2, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(836), 23, + anon_sym_COMMA, + anon_sym_DASH, + anon_sym_RBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [105805] = 8, ACTIONS(3), 1, anon_sym_POUND, - STATE(2325), 1, + STATE(2323), 1, sym_comment, - ACTIONS(783), 2, + ACTIONS(771), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3398), 2, + ACTIONS(3408), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3404), 2, + ACTIONS(3414), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3406), 2, + ACTIONS(3416), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3402), 4, + ACTIONS(3412), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(781), 22, + ACTIONS(769), 22, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -213793,18 +213668,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [106054] = 5, + [105858] = 7, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3652), 1, + anon_sym_DOT, + STATE(2296), 1, + sym_path, + STATE(2324), 1, + sym_comment, + STATE(2595), 1, + sym_cell_path, + ACTIONS(609), 6, + anon_sym_GT, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(611), 25, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + sym_short_flag, + [105909] = 23, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3616), 1, + anon_sym_DASH_DASH, + ACTIONS(3622), 1, + anon_sym_LBRACE, + ACTIONS(3636), 1, + anon_sym_bit_DASHand, + ACTIONS(3638), 1, + anon_sym_bit_DASHxor, + ACTIONS(3640), 1, + anon_sym_bit_DASHor, + ACTIONS(3642), 1, + anon_sym_and, + ACTIONS(3644), 1, + anon_sym_xor, + ACTIONS(3646), 1, + anon_sym_or, + ACTIONS(3648), 1, + sym_short_flag, + STATE(891), 1, + sym_block, + STATE(2325), 1, + sym_comment, + STATE(3058), 1, + sym_long_flag, + STATE(3568), 1, + sym__flag, + ACTIONS(3614), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3618), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3624), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3626), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3628), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3630), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3634), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3620), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3632), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [105992] = 5, ACTIONS(3), 1, anon_sym_POUND, STATE(2326), 1, sym_comment, - ACTIONS(783), 2, + ACTIONS(771), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3404), 2, + ACTIONS(3414), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(781), 30, + ACTIONS(769), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -213835,23 +213814,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [106101] = 6, - ACTIONS(3), 1, + [106039] = 23, + ACTIONS(157), 1, anon_sym_POUND, + ACTIONS(3616), 1, + anon_sym_DASH_DASH, + ACTIONS(3622), 1, + anon_sym_LBRACE, + ACTIONS(3636), 1, + anon_sym_bit_DASHand, + ACTIONS(3638), 1, + anon_sym_bit_DASHxor, + ACTIONS(3640), 1, + anon_sym_bit_DASHor, + ACTIONS(3642), 1, + anon_sym_and, + ACTIONS(3644), 1, + anon_sym_xor, + ACTIONS(3646), 1, + anon_sym_or, + ACTIONS(3648), 1, + sym_short_flag, + STATE(897), 1, + sym_block, STATE(2327), 1, sym_comment, - ACTIONS(783), 2, + STATE(3058), 1, + sym_long_flag, + STATE(3565), 1, + sym__flag, + ACTIONS(3614), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3618), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3624), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3626), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3628), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3630), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3634), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3620), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3632), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [106122] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2328), 1, + sym_comment, + ACTIONS(771), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3404), 2, + ACTIONS(3414), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3402), 4, + ACTIONS(3412), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(781), 26, + ACTIONS(769), 26, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -213878,41 +213917,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [106150] = 10, + [106171] = 10, ACTIONS(3), 1, anon_sym_POUND, - STATE(2328), 1, + STATE(2329), 1, sym_comment, - ACTIONS(783), 2, + ACTIONS(771), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3398), 2, + ACTIONS(3408), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3404), 2, + ACTIONS(3414), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3406), 2, + ACTIONS(3416), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3400), 4, + ACTIONS(3410), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3402), 4, + ACTIONS(3412), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3396), 6, + ACTIONS(3406), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 12, + ACTIONS(769), 12, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH_DASH, @@ -213925,36 +213964,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [106207] = 7, - ACTIONS(3), 1, + [106228] = 23, + ACTIONS(157), 1, anon_sym_POUND, - STATE(2329), 1, + ACTIONS(3616), 1, + anon_sym_DASH_DASH, + ACTIONS(3622), 1, + anon_sym_LBRACE, + ACTIONS(3636), 1, + anon_sym_bit_DASHand, + ACTIONS(3638), 1, + anon_sym_bit_DASHxor, + ACTIONS(3640), 1, + anon_sym_bit_DASHor, + ACTIONS(3642), 1, + anon_sym_and, + ACTIONS(3644), 1, + anon_sym_xor, + ACTIONS(3646), 1, + anon_sym_or, + ACTIONS(3648), 1, + sym_short_flag, + STATE(800), 1, + sym_block, + STATE(2330), 1, sym_comment, - ACTIONS(783), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3398), 2, + STATE(3058), 1, + sym_long_flag, + STATE(3560), 1, + sym__flag, + ACTIONS(3614), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3618), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3404), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3402), 4, + ACTIONS(3624), 2, anon_sym_STAR, anon_sym_SLASH, + ACTIONS(3626), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3628), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(781), 24, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(3630), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3634), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3620), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3632), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [106311] = 7, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3652), 1, + anon_sym_DOT, + STATE(2296), 1, + sym_path, + STATE(2331), 1, + sym_comment, + STATE(2590), 1, + sym_cell_path, + ACTIONS(585), 6, anon_sym_GT, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(587), 25, anon_sym_DASH_DASH, anon_sym_in, + anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -213969,36 +214068,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [106258] = 9, + [106362] = 9, ACTIONS(3), 1, anon_sym_POUND, - STATE(2330), 1, + STATE(2332), 1, sym_comment, - ACTIONS(783), 2, + ACTIONS(771), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3398), 2, + ACTIONS(3408), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3404), 2, + ACTIONS(3414), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3406), 2, + ACTIONS(3416), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3402), 4, + ACTIONS(3412), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3396), 6, + ACTIONS(3406), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 16, + ACTIONS(769), 16, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH_DASH, @@ -214015,514 +214114,399 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [106313] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(791), 1, - anon_sym_LF, - STATE(2331), 1, - sym_comment, - ACTIONS(789), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [106357] = 17, + [106417] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3751), 1, + ACTIONS(3763), 1, anon_sym_LF, - STATE(2332), 1, + STATE(2333), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3749), 4, + ACTIONS(3761), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [106427] = 23, - ACTIONS(157), 1, + [106487] = 12, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3604), 1, - anon_sym_DASH, - ACTIONS(3614), 1, - anon_sym_PLUS, - ACTIONS(3622), 1, + ACTIONS(771), 1, + anon_sym_LF, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3624), 1, - anon_sym_bit_DASHxor, - ACTIONS(3626), 1, - anon_sym_bit_DASHor, - ACTIONS(3670), 1, - anon_sym_and, - ACTIONS(3672), 1, - anon_sym_xor, - ACTIONS(3674), 1, - anon_sym_or, - ACTIONS(3753), 1, - anon_sym_PIPE, - ACTIONS(3755), 1, - anon_sym_if, - ACTIONS(3757), 1, - anon_sym_EQ_GT, - STATE(2333), 1, + STATE(2334), 1, sym_comment, - STATE(3498), 1, - aux_sym__match_or_pattern_repeat1, - STATE(3501), 1, - sym_match_guard, - ACTIONS(3602), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(3608), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3610), 2, + ACTIONS(3731), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3612), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3616), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3620), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3606), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3618), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [106509] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(799), 1, - anon_sym_LF, - STATE(2334), 1, - sym_comment, - ACTIONS(797), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, + ACTIONS(3735), 4, anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(3729), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, + ACTIONS(769), 9, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, - [106553] = 17, + [106547] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3767), 1, + anon_sym_LF, + ACTIONS(3783), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3785), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3787), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3789), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3791), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3793), 1, anon_sym_or, - ACTIONS(3761), 1, - anon_sym_LF, STATE(2335), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3771), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3777), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3779), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3781), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3765), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3773), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3775), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3759), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3769), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [106623] = 17, + [106617] = 16, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(771), 1, + anon_sym_LF, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, - anon_sym_or, - ACTIONS(3761), 1, - anon_sym_LF, STATE(2336), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3759), 4, + ACTIONS(769), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + anon_sym_or, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [106693] = 4, + [106685] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(109), 1, + ACTIONS(3743), 1, + anon_sym_bit_DASHand, + ACTIONS(3745), 1, + anon_sym_bit_DASHxor, + ACTIONS(3747), 1, + anon_sym_bit_DASHor, + ACTIONS(3749), 1, + anon_sym_and, + ACTIONS(3751), 1, + anon_sym_xor, + ACTIONS(3753), 1, + anon_sym_or, + ACTIONS(3763), 1, anon_sym_LF, STATE(2337), 1, sym_comment, - ACTIONS(107), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, + ACTIONS(3731), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, + ACTIONS(3741), 2, 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, - [106737] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(842), 1, - anon_sym_LF, - STATE(2338), 1, - sym_comment, - ACTIONS(840), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, + ACTIONS(3733), 4, anon_sym_in, - anon_sym_RBRACE, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3735), 4, anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(3761), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3729), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [106781] = 17, + [106755] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3761), 1, + ACTIONS(3763), 1, anon_sym_LF, - STATE(2339), 1, + STATE(2338), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3759), 4, + ACTIONS(3761), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [106851] = 17, + [106825] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3761), 1, + ACTIONS(3763), 1, anon_sym_LF, - STATE(2340), 1, + STATE(2339), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3759), 4, + ACTIONS(3761), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [106921] = 4, + [106895] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(799), 1, + ACTIONS(771), 1, anon_sym_LF, - STATE(2341), 1, + STATE(2340), 1, sym_comment, - ACTIONS(797), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, + ACTIONS(3731), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3739), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3735), 4, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(769), 22, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_in, + anon_sym_RBRACE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, @@ -214539,120 +214523,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [106965] = 17, + [106947] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3761), 1, + ACTIONS(3763), 1, anon_sym_LF, - STATE(2342), 1, + STATE(2341), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3759), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3723), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [107035] = 17, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(912), 1, - anon_sym_LF, - ACTIONS(3737), 1, - anon_sym_bit_DASHand, - ACTIONS(3739), 1, - anon_sym_bit_DASHxor, - ACTIONS(3741), 1, - anon_sym_bit_DASHor, - ACTIONS(3743), 1, - anon_sym_and, - ACTIONS(3745), 1, - anon_sym_xor, - ACTIONS(3747), 1, - anon_sym_or, - STATE(2343), 1, - sym_comment, - ACTIONS(3725), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3731), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3735), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(910), 4, + ACTIONS(3761), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3727), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3729), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [107105] = 4, + [107017] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(834), 1, + ACTIONS(767), 1, anon_sym_LF, - STATE(2344), 1, + STATE(2342), 1, sym_comment, - ACTIONS(832), 32, + ACTIONS(765), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -214685,120 +214616,120 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [107149] = 17, + [107061] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3761), 1, + ACTIONS(3797), 1, anon_sym_LF, - STATE(2345), 1, + STATE(2343), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3759), 4, + ACTIONS(3795), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [107219] = 17, + [107131] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3761), 1, + ACTIONS(3801), 1, anon_sym_LF, - STATE(2346), 1, + STATE(2344), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3759), 4, + ACTIONS(3799), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [107289] = 4, + [107201] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(818), 1, + ACTIONS(876), 1, anon_sym_LF, - STATE(2347), 1, + STATE(2345), 1, sym_comment, - ACTIONS(816), 32, + ACTIONS(874), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -214831,323 +214762,274 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [107333] = 17, + [107245] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3765), 1, + ACTIONS(3763), 1, anon_sym_LF, - STATE(2348), 1, + STATE(2346), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3763), 4, + ACTIONS(3761), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [107403] = 4, + [107315] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(814), 1, - anon_sym_LF, - STATE(2349), 1, - sym_comment, - ACTIONS(812), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + ACTIONS(3743), 1, anon_sym_bit_DASHand, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, + ACTIONS(3747), 1, anon_sym_bit_DASHor, + ACTIONS(3749), 1, anon_sym_and, + ACTIONS(3751), 1, anon_sym_xor, + ACTIONS(3753), 1, anon_sym_or, - [107447] = 17, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(783), 1, + ACTIONS(3763), 1, anon_sym_LF, - ACTIONS(3737), 1, - anon_sym_bit_DASHand, - ACTIONS(3739), 1, - anon_sym_bit_DASHxor, - ACTIONS(3741), 1, - anon_sym_bit_DASHor, - ACTIONS(3743), 1, - anon_sym_and, - ACTIONS(3745), 1, - anon_sym_xor, - ACTIONS(3747), 1, - anon_sym_or, - STATE(2350), 1, + STATE(2347), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(781), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3723), 6, + ACTIONS(3761), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [107517] = 16, + [107385] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(783), 1, - anon_sym_LF, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - STATE(2351), 1, + ACTIONS(3753), 1, + anon_sym_or, + ACTIONS(3763), 1, + anon_sym_LF, + STATE(2348), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(781), 5, + ACTIONS(3761), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - anon_sym_or, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [107585] = 15, + [107455] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(783), 1, + ACTIONS(109), 1, anon_sym_LF, - ACTIONS(3737), 1, - anon_sym_bit_DASHand, - ACTIONS(3739), 1, - anon_sym_bit_DASHxor, - ACTIONS(3741), 1, - anon_sym_bit_DASHor, - ACTIONS(3743), 1, - anon_sym_and, - STATE(2352), 1, + ACTIONS(3803), 1, + anon_sym_COLON, + STATE(2349), 1, sym_comment, - ACTIONS(3725), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3731), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3735), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(107), 31, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + anon_sym_RBRACE, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(781), 6, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_xor, - anon_sym_or, - ACTIONS(3723), 6, - anon_sym_GT, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [107651] = 17, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [107501] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3761), 1, + ACTIONS(3763), 1, anon_sym_LF, - STATE(2353), 1, + STATE(2350), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3759), 4, + ACTIONS(3761), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [107721] = 4, + [107571] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(876), 1, - anon_sym_LF, - STATE(2354), 1, + STATE(2351), 1, sym_comment, - ACTIONS(874), 32, + ACTIONS(712), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(710), 31, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, + anon_sym_DOT, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -215173,28 +215055,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [107765] = 5, + [107615] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(109), 1, + ACTIONS(771), 1, anon_sym_LF, - ACTIONS(3767), 1, - anon_sym_COLON, - STATE(2355), 1, + STATE(2352), 1, sym_comment, - ACTIONS(107), 31, + ACTIONS(3737), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3735), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(769), 26, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -215214,37 +215097,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [107811] = 8, - ACTIONS(157), 1, + [107663] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3285), 1, - anon_sym_DOT, - STATE(1952), 1, - sym_path, - STATE(2188), 1, - sym_cell_path, - STATE(2356), 1, + ACTIONS(856), 1, + anon_sym_LF, + STATE(2353), 1, sym_comment, - ACTIONS(2158), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(609), 5, + ACTIONS(854), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_GT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(611), 23, anon_sym_DASH, anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -215258,14 +215137,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [107863] = 4, + [107707] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(795), 1, + ACTIONS(836), 1, anon_sym_LF, - STATE(2357), 1, + STATE(2354), 1, sym_comment, - ACTIONS(793), 32, + ACTIONS(834), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -215298,14 +215177,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [107907] = 4, + [107751] = 8, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3309), 1, + anon_sym_DOT, + STATE(1987), 1, + sym_path, + STATE(2189), 1, + sym_cell_path, + STATE(2355), 1, + sym_comment, + ACTIONS(2165), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(597), 5, + anon_sym_GT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(599), 23, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [107803] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(775), 1, + ACTIONS(783), 1, anon_sym_LF, - STATE(2358), 1, + STATE(2356), 1, sym_comment, - ACTIONS(773), 32, + ACTIONS(781), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -215338,139 +215261,144 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [107951] = 17, + [107847] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3771), 1, + ACTIONS(3797), 1, anon_sym_LF, - STATE(2359), 1, + STATE(2357), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3769), 4, + ACTIONS(3795), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [108021] = 17, - ACTIONS(3), 1, + [107917] = 23, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3656), 1, + anon_sym_DASH, + ACTIONS(3664), 1, + anon_sym_PLUS, + ACTIONS(3677), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3679), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3681), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3683), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3685), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3687), 1, anon_sym_or, - ACTIONS(3761), 1, - anon_sym_LF, - STATE(2360), 1, + ACTIONS(3805), 1, + anon_sym_PIPE, + ACTIONS(3807), 1, + anon_sym_if, + ACTIONS(3809), 1, + anon_sym_EQ_GT, + STATE(2358), 1, sym_comment, - ACTIONS(3725), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3731), 2, + STATE(3456), 1, + aux_sym__match_or_pattern_repeat1, + STATE(3463), 1, + sym_match_guard, + ACTIONS(3654), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3658), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3660), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3662), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3666), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3672), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3729), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3759), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3723), 6, - anon_sym_GT, + ACTIONS(3668), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [108091] = 4, - ACTIONS(3), 1, + ACTIONS(3670), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + [107999] = 4, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(767), 1, - anon_sym_LF, - STATE(2361), 1, + STATE(2359), 1, sym_comment, - ACTIONS(765), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(667), 6, anon_sym_GT, anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(669), 27, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_QMARK2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -215484,340 +215412,377 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [108135] = 17, + sym_short_flag, + [108043] = 10, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, - anon_sym_bit_DASHand, - ACTIONS(3739), 1, - anon_sym_bit_DASHxor, - ACTIONS(3741), 1, - anon_sym_bit_DASHor, - ACTIONS(3743), 1, - anon_sym_and, - ACTIONS(3745), 1, - anon_sym_xor, - ACTIONS(3747), 1, - anon_sym_or, - ACTIONS(3765), 1, + ACTIONS(771), 1, anon_sym_LF, - STATE(2362), 1, + STATE(2360), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3763), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [108205] = 14, + ACTIONS(769), 12, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + 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, + [108099] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(783), 1, - anon_sym_LF, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - STATE(2363), 1, + ACTIONS(3749), 1, + anon_sym_and, + ACTIONS(3751), 1, + anon_sym_xor, + ACTIONS(3753), 1, + anon_sym_or, + ACTIONS(3763), 1, + anon_sym_LF, + STATE(2361), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3723), 6, + ACTIONS(3761), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 7, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [108269] = 17, + [108169] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3765), 1, + ACTIONS(3797), 1, anon_sym_LF, - STATE(2364), 1, + STATE(2362), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3763), 4, + ACTIONS(3795), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [108339] = 13, + [108239] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(783), 1, + ACTIONS(771), 1, anon_sym_LF, - ACTIONS(3737), 1, - anon_sym_bit_DASHand, - ACTIONS(3739), 1, - anon_sym_bit_DASHxor, - STATE(2365), 1, + STATE(2363), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3735), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3727), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3723), 6, + ACTIONS(769), 24, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_GT, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 8, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, - [108401] = 12, + [108289] = 9, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(783), 1, + ACTIONS(771), 1, anon_sym_LF, - ACTIONS(3737), 1, - anon_sym_bit_DASHand, - STATE(2366), 1, + STATE(2364), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3727), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 9, + ACTIONS(769), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_in, anon_sym_RBRACE, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, - [108461] = 17, + [108343] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3470), 1, - anon_sym_LF, - ACTIONS(3486), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3488), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3490), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3492), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3494), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3496), 1, + ACTIONS(3753), 1, anon_sym_or, - STATE(2367), 1, + ACTIONS(3797), 1, + anon_sym_LF, + STATE(2365), 1, sym_comment, - ACTIONS(3474), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3480), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3482), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3484), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3468), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3476), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3478), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3472), 6, + ACTIONS(3795), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [108531] = 8, + [108413] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(783), 1, + ACTIONS(3743), 1, + anon_sym_bit_DASHand, + ACTIONS(3745), 1, + anon_sym_bit_DASHxor, + ACTIONS(3747), 1, + anon_sym_bit_DASHor, + ACTIONS(3749), 1, + anon_sym_and, + ACTIONS(3751), 1, + anon_sym_xor, + ACTIONS(3753), 1, + anon_sym_or, + ACTIONS(3763), 1, anon_sym_LF, - STATE(2368), 1, + STATE(2366), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3729), 4, + ACTIONS(3741), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3733), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(781), 22, + ACTIONS(3761), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3729), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [108483] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(775), 1, + anon_sym_LF, + STATE(2367), 1, + sym_comment, + ACTIONS(773), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH, anon_sym_in, anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, @@ -215834,117 +215799,120 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [108583] = 17, + [108527] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(313), 1, - anon_sym_LF, - ACTIONS(333), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(335), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(337), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(339), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(341), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(343), 1, + ACTIONS(3753), 1, anon_sym_or, - STATE(2369), 1, + ACTIONS(3813), 1, + anon_sym_LF, + STATE(2368), 1, sym_comment, - ACTIONS(317), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(327), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(329), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(331), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(311), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(319), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(323), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(315), 6, + ACTIONS(3811), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [108653] = 11, + [108597] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(783), 1, + ACTIONS(3743), 1, + anon_sym_bit_DASHand, + ACTIONS(3745), 1, + anon_sym_bit_DASHxor, + ACTIONS(3747), 1, + anon_sym_bit_DASHor, + ACTIONS(3749), 1, + anon_sym_and, + ACTIONS(3751), 1, + anon_sym_xor, + ACTIONS(3753), 1, + anon_sym_or, + ACTIONS(3763), 1, anon_sym_LF, - STATE(2370), 1, + STATE(2369), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3723), 6, + ACTIONS(3761), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 10, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [108711] = 5, + [108667] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(783), 1, + ACTIONS(779), 1, anon_sym_LF, - STATE(2371), 1, + STATE(2370), 1, sym_comment, - ACTIONS(3731), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(781), 30, + ACTIONS(777), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -215953,6 +215921,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_RBRACE, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, @@ -215975,82 +215945,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [108757] = 17, + [108711] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3765), 1, + ACTIONS(3797), 1, anon_sym_LF, - STATE(2372), 1, + STATE(2371), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3763), 4, + ACTIONS(3795), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [108827] = 6, + [108781] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(783), 1, - anon_sym_LF, - STATE(2373), 1, + STATE(2372), 1, sym_comment, - ACTIONS(3731), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3729), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(781), 26, + ACTIONS(755), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(753), 31, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, @@ -216070,97 +216038,130 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [108875] = 17, + [108825] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3765), 1, + ACTIONS(3817), 1, anon_sym_LF, - STATE(2374), 1, + STATE(2373), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3763), 4, + ACTIONS(3815), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [108945] = 10, + [108895] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(783), 1, + ACTIONS(868), 1, anon_sym_LF, - STATE(2375), 1, + STATE(2374), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(866), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3731), 2, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3727), 4, - anon_sym_in, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + 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, + [108939] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(2375), 1, + sym_comment, + ACTIONS(617), 6, + anon_sym_GT, + anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(619), 27, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_LBRACE, + anon_sym_DOT, + anon_sym_QMARK2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3723), 6, - anon_sym_GT, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 12, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, anon_sym_bit_DASHand, @@ -216169,142 +216170,174 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [109001] = 7, + sym_short_flag, + [108983] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(783), 1, + ACTIONS(3743), 1, + anon_sym_bit_DASHand, + ACTIONS(3745), 1, + anon_sym_bit_DASHxor, + ACTIONS(3747), 1, + anon_sym_bit_DASHor, + ACTIONS(3749), 1, + anon_sym_and, + ACTIONS(3751), 1, + anon_sym_xor, + ACTIONS(3753), 1, + anon_sym_or, + ACTIONS(3817), 1, anon_sym_LF, STATE(2376), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3729), 4, + ACTIONS(3739), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3741), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3733), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(781), 24, + ACTIONS(3815), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_GT, - anon_sym_in, anon_sym_RBRACE, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(3729), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + [109053] = 17, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3743), 1, anon_sym_bit_DASHand, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, + ACTIONS(3747), 1, anon_sym_bit_DASHor, + ACTIONS(3749), 1, anon_sym_and, + ACTIONS(3751), 1, anon_sym_xor, + ACTIONS(3753), 1, anon_sym_or, - [109051] = 9, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(783), 1, + ACTIONS(3817), 1, anon_sym_LF, STATE(2377), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3729), 4, + ACTIONS(3741), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3733), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3723), 6, + ACTIONS(3815), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 16, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + [109123] = 17, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(305), 1, + anon_sym_LF, + ACTIONS(325), 1, anon_sym_bit_DASHand, + ACTIONS(327), 1, anon_sym_bit_DASHxor, + ACTIONS(329), 1, anon_sym_bit_DASHor, + ACTIONS(331), 1, anon_sym_and, + ACTIONS(333), 1, anon_sym_xor, + ACTIONS(335), 1, anon_sym_or, - [109105] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(787), 1, - anon_sym_LF, STATE(2378), 1, sym_comment, - ACTIONS(785), 32, + ACTIONS(309), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(319), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(321), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(323), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(303), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, anon_sym_RBRACE, + ACTIONS(311), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(315), 4, anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(307), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [109149] = 4, + [109193] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(868), 1, + ACTIONS(791), 1, anon_sym_LF, STATE(2379), 1, sym_comment, - ACTIONS(866), 32, + ACTIONS(789), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -216337,147 +216370,173 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [109193] = 17, + [109237] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3765), 1, + ACTIONS(3801), 1, anon_sym_LF, STATE(2380), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3763), 4, + ACTIONS(3799), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [109263] = 4, + [109307] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(862), 1, + ACTIONS(3743), 1, + anon_sym_bit_DASHand, + ACTIONS(3745), 1, + anon_sym_bit_DASHxor, + ACTIONS(3747), 1, + anon_sym_bit_DASHor, + ACTIONS(3749), 1, + anon_sym_and, + ACTIONS(3751), 1, + anon_sym_xor, + ACTIONS(3753), 1, + anon_sym_or, + ACTIONS(3797), 1, anon_sym_LF, STATE(2381), 1, sym_comment, - ACTIONS(860), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, + ACTIONS(3731), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3739), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3741), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3733), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3735), 4, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(3795), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3729), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + [109377] = 17, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3743), 1, anon_sym_bit_DASHand, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, + ACTIONS(3747), 1, anon_sym_bit_DASHor, + ACTIONS(3749), 1, anon_sym_and, + ACTIONS(3751), 1, anon_sym_xor, + ACTIONS(3753), 1, anon_sym_or, - [109307] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(806), 1, + ACTIONS(3817), 1, anon_sym_LF, STATE(2382), 1, sym_comment, - ACTIONS(804), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, + ACTIONS(3731), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3739), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3741), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3733), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3735), 4, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(3815), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3729), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [109351] = 4, + [109447] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(846), 1, + ACTIONS(840), 1, anon_sym_LF, STATE(2383), 1, sym_comment, - ACTIONS(844), 32, + ACTIONS(838), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -216510,869 +216569,1070 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [109395] = 17, + [109491] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3771), 1, + ACTIONS(3817), 1, anon_sym_LF, STATE(2384), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3769), 4, + ACTIONS(3815), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [109465] = 17, + [109561] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3775), 1, + ACTIONS(3801), 1, anon_sym_LF, STATE(2385), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3773), 4, + ACTIONS(3799), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [109535] = 17, + [109631] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3765), 1, + ACTIONS(3801), 1, anon_sym_LF, STATE(2386), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3763), 4, + ACTIONS(3799), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [109605] = 17, + [109701] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3775), 1, + ACTIONS(3817), 1, anon_sym_LF, STATE(2387), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3773), 4, + ACTIONS(3815), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [109675] = 17, + [109771] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(771), 1, + anon_sym_LF, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3771), 1, - anon_sym_LF, STATE(2388), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(3737), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3739), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3741), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(769), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3733), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3735), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3729), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [109841] = 17, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3743), 1, + anon_sym_bit_DASHand, + ACTIONS(3745), 1, + anon_sym_bit_DASHxor, + ACTIONS(3747), 1, + anon_sym_bit_DASHor, + ACTIONS(3749), 1, + anon_sym_and, + ACTIONS(3751), 1, + anon_sym_xor, + ACTIONS(3753), 1, + anon_sym_or, + ACTIONS(3817), 1, + anon_sym_LF, + STATE(2389), 1, + sym_comment, ACTIONS(3731), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3769), 4, + ACTIONS(3815), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [109745] = 17, + [109911] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3771), 1, + ACTIONS(3817), 1, anon_sym_LF, - STATE(2389), 1, + STATE(2390), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3769), 4, + ACTIONS(3815), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [109815] = 17, + [109981] = 19, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(1602), 1, + anon_sym_PIPE, + ACTIONS(3725), 1, + anon_sym_SEMI, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3841), 1, anon_sym_xor, + ACTIONS(3843), 1, + anon_sym_or, + STATE(1746), 1, + aux_sym_pipe_element_repeat1, + STATE(2391), 1, + sym_comment, + ACTIONS(3727), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3821), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3827), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3829), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3831), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3823), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3825), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3819), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [110055] = 17, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3743), 1, + anon_sym_bit_DASHand, + ACTIONS(3745), 1, + anon_sym_bit_DASHxor, ACTIONS(3747), 1, + anon_sym_bit_DASHor, + ACTIONS(3749), 1, + anon_sym_and, + ACTIONS(3751), 1, + anon_sym_xor, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3765), 1, + ACTIONS(3817), 1, anon_sym_LF, - STATE(2390), 1, + STATE(2392), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3763), 4, + ACTIONS(3815), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3729), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [110125] = 17, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3511), 1, + anon_sym_LF, + ACTIONS(3527), 1, + anon_sym_bit_DASHand, + ACTIONS(3529), 1, + anon_sym_bit_DASHxor, + ACTIONS(3531), 1, + anon_sym_bit_DASHor, + ACTIONS(3533), 1, + anon_sym_and, + ACTIONS(3535), 1, + anon_sym_xor, + ACTIONS(3537), 1, + anon_sym_or, + STATE(2393), 1, + sym_comment, + ACTIONS(3515), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3521), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3523), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3525), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3509), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3517), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3519), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3513), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [109885] = 17, + [110195] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3775), 1, + ACTIONS(3817), 1, anon_sym_LF, - STATE(2391), 1, + STATE(2394), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3773), 4, + ACTIONS(3815), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [109955] = 17, + [110265] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3761), 1, + ACTIONS(3801), 1, anon_sym_LF, - STATE(2392), 1, + STATE(2395), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3759), 4, + ACTIONS(3799), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [110025] = 17, + [110335] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3479), 1, + anon_sym_LF, + ACTIONS(3495), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3497), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3499), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3501), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3503), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3505), 1, anon_sym_or, - ACTIONS(3775), 1, - anon_sym_LF, - STATE(2393), 1, + STATE(2396), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3483), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3489), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3491), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3493), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3477), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3485), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3487), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3773), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3481), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [110095] = 17, + [110405] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3775), 1, + ACTIONS(3817), 1, anon_sym_LF, - STATE(2394), 1, + STATE(2397), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3773), 4, + ACTIONS(3815), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [110165] = 17, + [110475] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3765), 1, + ACTIONS(3817), 1, anon_sym_LF, - STATE(2395), 1, + STATE(2398), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3763), 4, + ACTIONS(3815), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [110235] = 17, + [110545] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3779), 1, + ACTIONS(3817), 1, anon_sym_LF, - STATE(2396), 1, + STATE(2399), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3777), 4, + ACTIONS(3815), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [110305] = 17, + [110615] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3765), 1, + ACTIONS(3847), 1, anon_sym_LF, - STATE(2397), 1, + STATE(2400), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3763), 4, + ACTIONS(3845), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [110375] = 17, + [110685] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3775), 1, + ACTIONS(3847), 1, anon_sym_LF, - STATE(2398), 1, + STATE(2401), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3773), 4, + ACTIONS(3845), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [110445] = 17, + [110755] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(860), 1, + anon_sym_LF, + STATE(2402), 1, + sym_comment, + ACTIONS(858), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(3739), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, anon_sym_and, - ACTIONS(3745), 1, anon_sym_xor, + anon_sym_or, + [110799] = 17, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3743), 1, + anon_sym_bit_DASHand, + ACTIONS(3745), 1, + anon_sym_bit_DASHxor, ACTIONS(3747), 1, + anon_sym_bit_DASHor, + ACTIONS(3749), 1, + anon_sym_and, + ACTIONS(3751), 1, + anon_sym_xor, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3765), 1, + ACTIONS(3847), 1, anon_sym_LF, - STATE(2399), 1, + STATE(2403), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3763), 4, + ACTIONS(3845), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [110515] = 4, + [110869] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2400), 1, - sym_comment, - ACTIONS(748), 2, - ts_builtin_sym_end, + ACTIONS(821), 1, anon_sym_LF, - ACTIONS(746), 31, + STATE(2404), 1, + sym_comment, + ACTIONS(819), 32, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_DOT, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -217398,403 +217658,391 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [110559] = 17, + [110913] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3765), 1, + ACTIONS(3847), 1, anon_sym_LF, - STATE(2401), 1, + STATE(2405), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3763), 4, + ACTIONS(3845), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [110629] = 17, + [110983] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3775), 1, + ACTIONS(3847), 1, anon_sym_LF, - STATE(2402), 1, + STATE(2406), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3773), 4, + ACTIONS(3845), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [110699] = 17, + [111053] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3765), 1, + ACTIONS(3847), 1, anon_sym_LF, - STATE(2403), 1, + STATE(2407), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3763), 4, + ACTIONS(3845), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [110769] = 17, + [111123] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3771), 1, + ACTIONS(3847), 1, anon_sym_LF, - STATE(2404), 1, + STATE(2408), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3769), 4, + ACTIONS(3845), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [110839] = 17, + [111193] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3751), 1, + ACTIONS(3847), 1, anon_sym_LF, - STATE(2405), 1, + STATE(2409), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3749), 4, + ACTIONS(3845), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [110909] = 17, + [111263] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3426), 1, + ACTIONS(109), 1, anon_sym_LF, - ACTIONS(3442), 1, - anon_sym_bit_DASHand, - ACTIONS(3444), 1, - anon_sym_bit_DASHxor, - ACTIONS(3446), 1, - anon_sym_bit_DASHor, - ACTIONS(3448), 1, - anon_sym_and, - ACTIONS(3450), 1, - anon_sym_xor, - ACTIONS(3452), 1, - anon_sym_or, - STATE(2406), 1, + STATE(2410), 1, sym_comment, - ACTIONS(3430), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3436), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3438), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3440), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3424), 4, + ACTIONS(107), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3432), 4, + anon_sym_GT, + anon_sym_DASH, anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3434), 4, + anon_sym_RBRACE, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3428), 6, - anon_sym_GT, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [110979] = 17, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [111307] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3751), 1, + ACTIONS(3797), 1, anon_sym_LF, - STATE(2407), 1, + STATE(2411), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3749), 4, + ACTIONS(3795), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [111049] = 4, - ACTIONS(157), 1, + [111377] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2408), 1, + ACTIONS(872), 1, + anon_sym_LF, + STATE(2412), 1, sym_comment, - ACTIONS(686), 6, + ACTIONS(870), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(688), 27, - anon_sym_DASH_DASH, anon_sym_in, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_QMARK2, + anon_sym_RBRACE, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -217808,433 +218056,498 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_short_flag, - [111093] = 17, + [111421] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3751), 1, + ACTIONS(3847), 1, anon_sym_LF, - STATE(2409), 1, + STATE(2413), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3749), 4, + ACTIONS(3845), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [111163] = 17, + [111491] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3775), 1, + ACTIONS(3847), 1, anon_sym_LF, - STATE(2410), 1, + STATE(2414), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3773), 4, + ACTIONS(3845), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [111233] = 4, + [111561] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(779), 1, + ACTIONS(3743), 1, + anon_sym_bit_DASHand, + ACTIONS(3745), 1, + anon_sym_bit_DASHxor, + ACTIONS(3747), 1, + anon_sym_bit_DASHor, + ACTIONS(3749), 1, + anon_sym_and, + ACTIONS(3751), 1, + anon_sym_xor, + ACTIONS(3753), 1, + anon_sym_or, + ACTIONS(3797), 1, anon_sym_LF, - STATE(2411), 1, + STATE(2415), 1, sym_comment, - ACTIONS(777), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, + ACTIONS(3731), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3739), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3741), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3733), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3735), 4, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(3795), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3729), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [111277] = 17, + [111631] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3775), 1, + ACTIONS(3801), 1, anon_sym_LF, - STATE(2412), 1, + STATE(2416), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3773), 4, + ACTIONS(3799), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [111347] = 17, + [111701] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3751), 1, + ACTIONS(3801), 1, anon_sym_LF, - STATE(2413), 1, + STATE(2417), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3749), 4, + ACTIONS(3799), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [111417] = 17, + [111771] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3775), 1, + ACTIONS(3813), 1, anon_sym_LF, - STATE(2414), 1, + STATE(2418), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3773), 4, + ACTIONS(3811), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [111487] = 17, + [111841] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(305), 1, + anon_sym_LF, + ACTIONS(325), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(327), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(329), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(331), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(333), 1, anon_sym_xor, + ACTIONS(335), 1, + anon_sym_or, + STATE(2419), 1, + sym_comment, + ACTIONS(309), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(319), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(321), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(323), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(303), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(311), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(315), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(307), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [111911] = 17, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3743), 1, + anon_sym_bit_DASHand, + ACTIONS(3745), 1, + anon_sym_bit_DASHxor, ACTIONS(3747), 1, + anon_sym_bit_DASHor, + ACTIONS(3749), 1, + anon_sym_and, + ACTIONS(3751), 1, + anon_sym_xor, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3775), 1, + ACTIONS(3763), 1, anon_sym_LF, - STATE(2415), 1, + STATE(2420), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3773), 4, + ACTIONS(3761), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [111557] = 17, + [111981] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3751), 1, + ACTIONS(3847), 1, anon_sym_LF, - STATE(2416), 1, + STATE(2421), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3749), 4, + ACTIONS(3845), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [111627] = 4, + [112051] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2417), 1, - sym_comment, - ACTIONS(761), 2, - ts_builtin_sym_end, + ACTIONS(807), 1, anon_sym_LF, - ACTIONS(759), 31, + STATE(2422), 1, + sym_comment, + ACTIONS(805), 32, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_DOT, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -218260,94 +218573,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [111671] = 4, + [112095] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(858), 1, + ACTIONS(771), 1, anon_sym_LF, - STATE(2418), 1, + ACTIONS(3743), 1, + anon_sym_bit_DASHand, + ACTIONS(3745), 1, + anon_sym_bit_DASHxor, + STATE(2423), 1, sym_comment, - ACTIONS(856), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, + ACTIONS(3731), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3739), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3741), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3733), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3735), 4, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(3729), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, + ACTIONS(769), 8, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, - [111715] = 4, + [112157] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(838), 1, + ACTIONS(3743), 1, + anon_sym_bit_DASHand, + ACTIONS(3745), 1, + anon_sym_bit_DASHxor, + ACTIONS(3747), 1, + anon_sym_bit_DASHor, + ACTIONS(3749), 1, + anon_sym_and, + ACTIONS(3751), 1, + anon_sym_xor, + ACTIONS(3753), 1, + anon_sym_or, + ACTIONS(3813), 1, anon_sym_LF, - STATE(2419), 1, + STATE(2424), 1, sym_comment, - ACTIONS(836), 32, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_GT, + ACTIONS(3731), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_RBRACE, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3739), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3741), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3733), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3735), 4, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(3811), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3729), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [111759] = 4, + [112227] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(872), 1, + ACTIONS(832), 1, anon_sym_LF, - STATE(2420), 1, + STATE(2425), 1, sym_comment, - ACTIONS(870), 32, + ACTIONS(830), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -218380,67 +218715,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [111803] = 17, + [112271] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3775), 1, + ACTIONS(3813), 1, anon_sym_LF, - STATE(2421), 1, + STATE(2426), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3773), 4, + ACTIONS(3811), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [111873] = 4, + [112341] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(830), 1, + ACTIONS(795), 1, anon_sym_LF, - STATE(2422), 1, + STATE(2427), 1, sym_comment, - ACTIONS(828), 32, + ACTIONS(793), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -218473,127 +218808,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [111917] = 17, + [112385] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3771), 1, + ACTIONS(3801), 1, anon_sym_LF, - STATE(2423), 1, + STATE(2428), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3769), 4, + ACTIONS(3799), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [111987] = 17, + [112455] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, - anon_sym_bit_DASHand, - ACTIONS(3739), 1, - anon_sym_bit_DASHxor, - ACTIONS(3741), 1, - anon_sym_bit_DASHor, - ACTIONS(3743), 1, - anon_sym_and, - ACTIONS(3745), 1, - anon_sym_xor, - ACTIONS(3747), 1, - anon_sym_or, - ACTIONS(3771), 1, + ACTIONS(803), 1, anon_sym_LF, - STATE(2424), 1, + STATE(2429), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(801), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3731), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3735), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3727), 4, anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + anon_sym_RBRACE, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3769), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3723), 6, - anon_sym_GT, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [112057] = 4, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [112499] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(850), 1, - anon_sym_LF, - STATE(2425), 1, + STATE(2430), 1, sym_comment, - ACTIONS(848), 32, + ACTIONS(761), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(759), 31, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_RBRACE, + anon_sym_DOT, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -218619,173 +218941,167 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [112101] = 17, + [112543] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3771), 1, + ACTIONS(3801), 1, anon_sym_LF, - STATE(2426), 1, + STATE(2431), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3769), 4, + ACTIONS(3799), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [112171] = 17, + [112613] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3771), 1, + ACTIONS(3801), 1, anon_sym_LF, - STATE(2427), 1, + STATE(2432), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3769), 4, + ACTIONS(3799), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [112241] = 17, + [112683] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, - anon_sym_bit_DASHand, - ACTIONS(3739), 1, - anon_sym_bit_DASHxor, - ACTIONS(3741), 1, - anon_sym_bit_DASHor, - ACTIONS(3743), 1, - anon_sym_and, - ACTIONS(3745), 1, - anon_sym_xor, - ACTIONS(3747), 1, - anon_sym_or, - ACTIONS(3751), 1, + ACTIONS(771), 1, anon_sym_LF, - STATE(2428), 1, + STATE(2433), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3749), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [112311] = 4, + ACTIONS(769), 10, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [112741] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(826), 1, + ACTIONS(811), 1, anon_sym_LF, - STATE(2429), 1, + STATE(2434), 1, sym_comment, - ACTIONS(824), 32, + ACTIONS(809), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, @@ -218818,1134 +219134,1183 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [112355] = 17, + [112785] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, - anon_sym_bit_DASHand, - ACTIONS(3739), 1, - anon_sym_bit_DASHxor, - ACTIONS(3741), 1, - anon_sym_bit_DASHor, - ACTIONS(3743), 1, - anon_sym_and, - ACTIONS(3745), 1, - anon_sym_xor, - ACTIONS(3747), 1, - anon_sym_or, - ACTIONS(3775), 1, + ACTIONS(815), 1, anon_sym_LF, - STATE(2430), 1, + STATE(2435), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(813), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3731), 2, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3727), 4, - anon_sym_in, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3773), 4, + 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, + [112829] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(828), 1, + anon_sym_LF, + STATE(2436), 1, + sym_comment, + ACTIONS(826), 32, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3723), 6, anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [112425] = 17, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [112873] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3851), 1, + anon_sym_LF, + ACTIONS(3867), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3869), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3871), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3873), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3875), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3877), 1, anon_sym_or, - ACTIONS(3751), 1, - anon_sym_LF, - STATE(2431), 1, + STATE(2437), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3855), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3861), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3863), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3865), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3849), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3857), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3859), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3749), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3853), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [112495] = 17, + [112943] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3771), 1, + ACTIONS(3813), 1, anon_sym_LF, - STATE(2432), 1, + STATE(2438), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3769), 4, + ACTIONS(3811), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [112565] = 17, + [113013] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, - anon_sym_bit_DASHand, - ACTIONS(3739), 1, - anon_sym_bit_DASHxor, - ACTIONS(3741), 1, - anon_sym_bit_DASHor, - ACTIONS(3743), 1, - anon_sym_and, - ACTIONS(3745), 1, - anon_sym_xor, - ACTIONS(3747), 1, - anon_sym_or, - ACTIONS(3751), 1, + ACTIONS(844), 1, anon_sym_LF, - STATE(2433), 1, + STATE(2439), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(842), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3731), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3735), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3727), 4, anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + anon_sym_RBRACE, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3749), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3723), 6, - anon_sym_GT, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [112635] = 17, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [113057] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3771), 1, + ACTIONS(3813), 1, anon_sym_LF, - STATE(2434), 1, + STATE(2440), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3769), 4, + ACTIONS(3811), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [112705] = 17, + [113127] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(848), 1, + anon_sym_LF, + STATE(2441), 1, + sym_comment, + ACTIONS(846), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(3739), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, anon_sym_and, - ACTIONS(3745), 1, anon_sym_xor, - ACTIONS(3747), 1, anon_sym_or, - ACTIONS(3761), 1, + [113171] = 14, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(771), 1, anon_sym_LF, - STATE(2435), 1, + ACTIONS(3743), 1, + anon_sym_bit_DASHand, + ACTIONS(3745), 1, + anon_sym_bit_DASHxor, + ACTIONS(3747), 1, + anon_sym_bit_DASHor, + STATE(2442), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3759), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [112775] = 17, + ACTIONS(769), 7, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [113235] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3783), 1, - anon_sym_LF, - ACTIONS(3799), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3801), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3803), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3805), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3807), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3809), 1, + ACTIONS(3753), 1, anon_sym_or, - STATE(2436), 1, + ACTIONS(3801), 1, + anon_sym_LF, + STATE(2443), 1, sym_comment, - ACTIONS(3787), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3793), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3795), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3797), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3781), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3789), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3791), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3785), 6, + ACTIONS(3799), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [112845] = 17, + [113305] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3771), 1, + ACTIONS(3813), 1, anon_sym_LF, - STATE(2437), 1, + STATE(2444), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3769), 4, + ACTIONS(3811), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [112915] = 17, + [113375] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3771), 1, + ACTIONS(3813), 1, anon_sym_LF, - STATE(2438), 1, + STATE(2445), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3769), 4, + ACTIONS(3811), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [112985] = 17, + [113445] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(864), 1, + anon_sym_LF, + STATE(2446), 1, + sym_comment, + ACTIONS(862), 32, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(3739), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, anon_sym_and, - ACTIONS(3745), 1, anon_sym_xor, + anon_sym_or, + [113489] = 17, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3743), 1, + anon_sym_bit_DASHand, + ACTIONS(3745), 1, + anon_sym_bit_DASHxor, ACTIONS(3747), 1, + anon_sym_bit_DASHor, + ACTIONS(3749), 1, + anon_sym_and, + ACTIONS(3751), 1, + anon_sym_xor, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3779), 1, + ACTIONS(3813), 1, anon_sym_LF, - STATE(2439), 1, + STATE(2447), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3777), 4, + ACTIONS(3811), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [113055] = 17, + [113559] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3751), 1, + ACTIONS(3813), 1, anon_sym_LF, - STATE(2440), 1, + STATE(2448), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3749), 4, + ACTIONS(3811), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [113125] = 17, + [113629] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3813), 1, - anon_sym_LF, - ACTIONS(3829), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3831), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3833), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3835), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3837), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3839), 1, + ACTIONS(3753), 1, anon_sym_or, - STATE(2441), 1, + ACTIONS(3813), 1, + anon_sym_LF, + STATE(2449), 1, sym_comment, - ACTIONS(3817), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3823), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3825), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3827), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3811), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3819), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3821), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3815), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [113195] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(810), 1, - anon_sym_LF, - STATE(2442), 1, - sym_comment, - ACTIONS(808), 32, + ACTIONS(3811), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, anon_sym_RBRACE, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(3729), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [113239] = 17, + [113699] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(771), 1, + anon_sym_LF, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, - anon_sym_xor, - ACTIONS(3747), 1, - anon_sym_or, - ACTIONS(3779), 1, - anon_sym_LF, - STATE(2443), 1, + STATE(2450), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3777), 4, + ACTIONS(769), 6, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + anon_sym_xor, + anon_sym_or, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [113309] = 17, + [113765] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(912), 1, + anon_sym_LF, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3779), 1, - anon_sym_LF, - STATE(2444), 1, + STATE(2451), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(910), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3777), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [113379] = 17, + [113835] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3779), 1, + ACTIONS(3813), 1, anon_sym_LF, - STATE(2445), 1, + STATE(2452), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3777), 4, + ACTIONS(3811), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [113449] = 17, + [113905] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3779), 1, + ACTIONS(3801), 1, anon_sym_LF, - STATE(2446), 1, + STATE(2453), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3777), 4, + ACTIONS(3799), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [113519] = 17, + [113975] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3779), 1, + ACTIONS(3813), 1, anon_sym_LF, - STATE(2447), 1, + STATE(2454), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3777), 4, + ACTIONS(3811), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [113589] = 17, + [114045] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3761), 1, + ACTIONS(3797), 1, anon_sym_LF, - STATE(2448), 1, + STATE(2455), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3759), 4, + ACTIONS(3795), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [113659] = 17, + [114115] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3779), 1, + ACTIONS(3801), 1, anon_sym_LF, - STATE(2449), 1, + STATE(2456), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3777), 4, + ACTIONS(3799), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [113729] = 19, + [114185] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1666), 1, - anon_sym_PIPE, - ACTIONS(3719), 1, - anon_sym_SEMI, - ACTIONS(3855), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3753), 1, anon_sym_or, - STATE(1759), 1, - aux_sym_pipe_element_repeat1, - STATE(2450), 1, - sym_comment, - ACTIONS(3721), 2, - ts_builtin_sym_end, + ACTIONS(3797), 1, anon_sym_LF, - ACTIONS(3843), 2, + STATE(2457), 1, + sym_comment, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3795), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [113803] = 4, - ACTIONS(157), 1, + [114255] = 5, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2451), 1, + ACTIONS(771), 1, + anon_sym_LF, + STATE(2458), 1, sym_comment, - ACTIONS(698), 6, + ACTIONS(3737), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(769), 30, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, + anon_sym_in, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(700), 27, - anon_sym_DASH_DASH, - anon_sym_in, - anon_sym_LBRACE, - anon_sym_DOT, - anon_sym_QMARK2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_mod, anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_not_DASHin, @@ -219959,22 +220324,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - sym_short_flag, - [113847] = 4, + [114301] = 17, ACTIONS(3), 1, anon_sym_POUND, - STATE(2452), 1, + ACTIONS(3743), 1, + anon_sym_bit_DASHand, + ACTIONS(3745), 1, + anon_sym_bit_DASHxor, + ACTIONS(3747), 1, + anon_sym_bit_DASHor, + ACTIONS(3749), 1, + anon_sym_and, + ACTIONS(3751), 1, + anon_sym_xor, + ACTIONS(3753), 1, + anon_sym_or, + ACTIONS(3797), 1, + anon_sym_LF, + STATE(2459), 1, sym_comment, - ACTIONS(752), 2, - ts_builtin_sym_end, + ACTIONS(3731), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3737), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3739), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3741), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3733), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3735), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3795), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3729), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [114371] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(821), 1, anon_sym_LF, - ACTIONS(750), 31, + STATE(2460), 1, + sym_comment, + ACTIONS(819), 32, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, - anon_sym_DOT, + anon_sym_RBRACE, anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, @@ -220000,896 +220417,903 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [113891] = 17, + [114415] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3779), 1, + ACTIONS(3797), 1, anon_sym_LF, - STATE(2453), 1, + STATE(2461), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3777), 4, + ACTIONS(3795), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [113961] = 17, + [114485] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3779), 1, + ACTIONS(3797), 1, anon_sym_LF, - STATE(2454), 1, + STATE(2462), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3777), 4, + ACTIONS(3795), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [114031] = 17, + [114555] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(313), 1, - anon_sym_LF, - ACTIONS(333), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(335), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(337), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(339), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(341), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(343), 1, + ACTIONS(3753), 1, anon_sym_or, - STATE(2455), 1, + ACTIONS(3847), 1, + anon_sym_LF, + STATE(2463), 1, sym_comment, - ACTIONS(317), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(327), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(329), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(331), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(311), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(319), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(323), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(315), 6, + ACTIONS(3845), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [114101] = 17, + [114625] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3743), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3745), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3747), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3749), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3751), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3753), 1, anon_sym_or, - ACTIONS(3761), 1, + ACTIONS(3847), 1, anon_sym_LF, - STATE(2456), 1, + STATE(2464), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3731), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3741), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3733), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3735), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3759), 4, + ACTIONS(3845), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3729), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [114171] = 17, + [114695] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3843), 1, anon_sym_or, - ACTIONS(3779), 1, - anon_sym_LF, - STATE(2457), 1, + STATE(2465), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3815), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3817), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3777), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [114241] = 17, + [114764] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(369), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(371), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(373), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(375), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(377), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(379), 1, anon_sym_or, - ACTIONS(3779), 1, - anon_sym_LF, - STATE(2458), 1, + STATE(2466), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(303), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(305), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(353), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(363), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(365), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(367), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(355), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(359), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3777), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(351), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [114311] = 17, + [114833] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3843), 1, anon_sym_or, - ACTIONS(3779), 1, - anon_sym_LF, - STATE(2459), 1, + STATE(2467), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3799), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3801), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3777), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [114381] = 17, + [114902] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3843), 1, anon_sym_or, - ACTIONS(3751), 1, - anon_sym_LF, - STATE(2460), 1, + STATE(2468), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3811), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3813), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3749), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [114451] = 17, + [114971] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3843), 1, anon_sym_or, - ACTIONS(3751), 1, - anon_sym_LF, - STATE(2461), 1, + STATE(2469), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3799), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3801), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3749), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [114521] = 17, + [115040] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3737), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3747), 1, + ACTIONS(3843), 1, anon_sym_or, - ACTIONS(3751), 1, - anon_sym_LF, - STATE(2462), 1, + STATE(2470), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3811), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3813), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3749), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - ACTIONS(3723), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [114591] = 17, + [115109] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2463), 1, + STATE(2471), 1, sym_comment, - ACTIONS(3769), 2, + ACTIONS(3799), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3771), 2, + ACTIONS(3801), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [114660] = 17, + [115178] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2464), 1, + STATE(2472), 1, sym_comment, - ACTIONS(3759), 2, + ACTIONS(3795), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3761), 2, + ACTIONS(3797), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [114729] = 17, + [115247] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2465), 1, + STATE(2473), 1, sym_comment, - ACTIONS(3769), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3771), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3845), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3847), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [114798] = 17, + [115316] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2466), 1, + STATE(2474), 1, sym_comment, - ACTIONS(3749), 2, + ACTIONS(3799), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3751), 2, + ACTIONS(3801), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [114867] = 17, + [115385] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(369), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(371), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(373), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(375), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(377), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(379), 1, anon_sym_or, - STATE(2467), 1, + STATE(2475), 1, sym_comment, - ACTIONS(3749), 2, + ACTIONS(303), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3751), 2, + ACTIONS(305), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(353), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(363), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(365), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(367), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(355), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(359), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(351), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [114936] = 17, + [115454] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2468), 1, + STATE(2476), 1, sym_comment, - ACTIONS(3769), 2, + ACTIONS(3811), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3771), 2, + ACTIONS(3813), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [115005] = 4, + [115523] = 17, ACTIONS(3), 1, anon_sym_POUND, - STATE(2469), 1, + ACTIONS(3833), 1, + anon_sym_bit_DASHand, + ACTIONS(3835), 1, + anon_sym_bit_DASHxor, + ACTIONS(3837), 1, + anon_sym_bit_DASHor, + ACTIONS(3839), 1, + anon_sym_and, + ACTIONS(3841), 1, + anon_sym_xor, + ACTIONS(3843), 1, + anon_sym_or, + STATE(2477), 1, sym_comment, - ACTIONS(799), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(797), 30, + ACTIONS(3799), 2, anon_sym_SEMI, anon_sym_PIPE, - anon_sym_GT, + ACTIONS(3801), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3821), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3829), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3831), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3823), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3825), 4, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(3819), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [115048] = 4, + [115592] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2470), 1, + STATE(2478), 1, sym_comment, - ACTIONS(818), 2, + ACTIONS(856), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(816), 30, + ACTIONS(854), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -220920,394 +221344,470 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [115091] = 4, + [115635] = 17, ACTIONS(3), 1, anon_sym_POUND, - STATE(2471), 1, + ACTIONS(3833), 1, + anon_sym_bit_DASHand, + ACTIONS(3835), 1, + anon_sym_bit_DASHxor, + ACTIONS(3837), 1, + anon_sym_bit_DASHor, + ACTIONS(3839), 1, + anon_sym_and, + ACTIONS(3841), 1, + anon_sym_xor, + ACTIONS(3843), 1, + anon_sym_or, + STATE(2479), 1, sym_comment, - ACTIONS(799), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(797), 30, + ACTIONS(3799), 2, anon_sym_SEMI, anon_sym_PIPE, - anon_sym_GT, + ACTIONS(3801), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3821), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3829), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3831), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3823), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3825), 4, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(3819), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [115134] = 17, + [115704] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3881), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3883), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3885), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3887), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3889), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3891), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2472), 1, + STATE(2480), 1, sym_comment, - ACTIONS(3781), 2, + ACTIONS(3811), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3783), 2, + ACTIONS(3813), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3869), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3875), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3877), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3879), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3871), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3873), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3867), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [115203] = 4, + [115773] = 17, ACTIONS(3), 1, anon_sym_POUND, - STATE(2473), 1, + ACTIONS(3893), 1, + anon_sym_bit_DASHand, + ACTIONS(3895), 1, + anon_sym_bit_DASHxor, + ACTIONS(3897), 1, + anon_sym_bit_DASHor, + ACTIONS(3899), 1, + anon_sym_and, + ACTIONS(3901), 1, + anon_sym_xor, + ACTIONS(3903), 1, + anon_sym_or, + STATE(2481), 1, sym_comment, - ACTIONS(767), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(765), 30, + ACTIONS(3849), 2, anon_sym_SEMI, anon_sym_PIPE, - anon_sym_GT, + ACTIONS(3851), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3881), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(3887), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3889), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3891), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3883), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3885), 4, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(3879), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + [115842] = 17, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3833), 1, anon_sym_bit_DASHand, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, + ACTIONS(3837), 1, anon_sym_bit_DASHor, + ACTIONS(3839), 1, anon_sym_and, + ACTIONS(3841), 1, anon_sym_xor, + ACTIONS(3843), 1, anon_sym_or, - [115246] = 11, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2474), 1, + STATE(2482), 1, sym_comment, - ACTIONS(783), 2, + ACTIONS(3799), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3801), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 8, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - [115303] = 17, + [115911] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2475), 1, + STATE(2483), 1, sym_comment, - ACTIONS(3773), 2, + ACTIONS(3811), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3775), 2, + ACTIONS(3813), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [115372] = 12, + [115980] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - STATE(2476), 1, + ACTIONS(3835), 1, + anon_sym_bit_DASHxor, + ACTIONS(3837), 1, + anon_sym_bit_DASHor, + ACTIONS(3839), 1, + anon_sym_and, + ACTIONS(3841), 1, + anon_sym_xor, + ACTIONS(3843), 1, + anon_sym_or, + STATE(2484), 1, sym_comment, - ACTIONS(783), 2, + ACTIONS(3811), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3813), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 7, + [116049] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2485), 1, + sym_comment, + ACTIONS(840), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(838), 30, anon_sym_SEMI, anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, - [115431] = 17, + [116092] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2477), 1, + STATE(2486), 1, sym_comment, - ACTIONS(3773), 2, + ACTIONS(3799), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3775), 2, + ACTIONS(3801), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [115500] = 17, + [116161] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2478), 1, + STATE(2487), 1, sym_comment, - ACTIONS(3749), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3751), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3845), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3847), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [115569] = 4, + [116230] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2479), 1, + STATE(2488), 1, sym_comment, - ACTIONS(834), 2, + ACTIONS(844), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(832), 30, + ACTIONS(842), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -221338,67 +221838,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [115612] = 17, + [116273] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2480), 1, + STATE(2489), 1, sym_comment, - ACTIONS(3773), 2, + ACTIONS(3799), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3775), 2, + ACTIONS(3801), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [115681] = 4, + [116342] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2481), 1, + STATE(2490), 1, sym_comment, - ACTIONS(791), 2, + ACTIONS(821), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(789), 30, + ACTIONS(819), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -221429,390 +221929,354 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [115724] = 13, + [116385] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - STATE(2482), 1, + ACTIONS(3837), 1, + anon_sym_bit_DASHor, + ACTIONS(3839), 1, + anon_sym_and, + ACTIONS(3841), 1, + anon_sym_xor, + ACTIONS(3843), 1, + anon_sym_or, + STATE(2491), 1, sym_comment, - ACTIONS(783), 2, + ACTIONS(3799), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3801), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(781), 6, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_bit_DASHor, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [115785] = 17, + [116454] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, - anon_sym_bit_DASHand, - ACTIONS(3857), 1, - anon_sym_bit_DASHxor, - ACTIONS(3859), 1, - anon_sym_bit_DASHor, - ACTIONS(3861), 1, - anon_sym_and, - ACTIONS(3863), 1, - anon_sym_xor, - ACTIONS(3865), 1, - anon_sym_or, - STATE(2483), 1, + STATE(2492), 1, sym_comment, - ACTIONS(3763), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3765), 2, + ACTIONS(821), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(819), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3849), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3853), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3845), 4, anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3847), 4, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, - anon_sym_GT, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [115854] = 17, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3855), 1, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(3857), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, anon_sym_and, - ACTIONS(3863), 1, anon_sym_xor, - ACTIONS(3865), 1, anon_sym_or, - STATE(2484), 1, + [116497] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2493), 1, sym_comment, - ACTIONS(3749), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3751), 2, + ACTIONS(828), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(826), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3849), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3853), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3845), 4, anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3847), 4, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, - anon_sym_GT, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [115923] = 17, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [116540] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2485), 1, + STATE(2494), 1, sym_comment, - ACTIONS(3773), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3775), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3845), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3847), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [115992] = 14, + [116609] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - STATE(2486), 1, + ACTIONS(3839), 1, + anon_sym_and, + ACTIONS(3841), 1, + anon_sym_xor, + ACTIONS(3843), 1, + anon_sym_or, + STATE(2495), 1, sym_comment, - ACTIONS(783), 2, + ACTIONS(3799), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3801), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(781), 5, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_and, - anon_sym_xor, - anon_sym_or, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [116055] = 17, + [116678] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, - anon_sym_bit_DASHand, - ACTIONS(3857), 1, - anon_sym_bit_DASHxor, - ACTIONS(3859), 1, - anon_sym_bit_DASHor, - ACTIONS(3861), 1, - anon_sym_and, - ACTIONS(3863), 1, - anon_sym_xor, - ACTIONS(3865), 1, - anon_sym_or, - STATE(2487), 1, + STATE(2496), 1, sym_comment, - ACTIONS(3749), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3751), 2, + ACTIONS(815), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(813), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3849), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3853), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3845), 4, anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3847), 4, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, - anon_sym_GT, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [116124] = 17, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [116721] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2488), 1, + STATE(2497), 1, sym_comment, - ACTIONS(3749), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3751), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3845), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3847), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [116193] = 8, + [116790] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2489), 1, + STATE(2498), 1, sym_comment, - ACTIONS(783), 2, + ACTIONS(791), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(789), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3849), 2, + anon_sym_in, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3847), 4, - anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(781), 20, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_in, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, @@ -221829,171 +222293,171 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [116244] = 17, + [116833] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2490), 1, + STATE(2499), 1, sym_comment, - ACTIONS(3769), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3771), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3845), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3847), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [116313] = 17, + [116902] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2491), 1, + STATE(2500), 1, sym_comment, - ACTIONS(3769), 2, + ACTIONS(3811), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3771), 2, + ACTIONS(3813), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [116382] = 17, + [116971] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2492), 1, + STATE(2501), 1, sym_comment, - ACTIONS(3777), 2, + ACTIONS(3799), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3779), 2, + ACTIONS(3801), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [116451] = 4, + [117040] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2493), 1, + STATE(2502), 1, sym_comment, - ACTIONS(846), 2, + ACTIONS(864), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(844), 30, + ACTIONS(862), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -222024,272 +222488,327 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [116494] = 15, + [117083] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + STATE(2503), 1, + sym_comment, + ACTIONS(848), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(846), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(3857), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, anon_sym_and, - STATE(2494), 1, + anon_sym_xor, + anon_sym_or, + [117126] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2504), 1, sym_comment, - ACTIONS(783), 2, + ACTIONS(836), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(834), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3849), 2, + anon_sym_in, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(781), 4, - anon_sym_SEMI, - anon_sym_PIPE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, anon_sym_xor, anon_sym_or, - ACTIONS(3845), 4, + [117169] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2505), 1, + sym_comment, + ACTIONS(779), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(777), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3847), 4, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, - anon_sym_GT, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [116559] = 17, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [117212] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2495), 1, + STATE(2506), 1, sym_comment, - ACTIONS(3777), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3779), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3845), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3847), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [116628] = 16, + [117281] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, - anon_sym_bit_DASHand, - ACTIONS(3857), 1, - anon_sym_bit_DASHxor, - ACTIONS(3859), 1, - anon_sym_bit_DASHor, - ACTIONS(3861), 1, - anon_sym_and, - ACTIONS(3863), 1, - anon_sym_xor, - STATE(2496), 1, + STATE(2507), 1, sym_comment, ACTIONS(783), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3849), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3853), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(781), 3, + ACTIONS(781), 30, anon_sym_SEMI, anon_sym_PIPE, - anon_sym_or, - ACTIONS(3845), 4, + anon_sym_GT, + anon_sym_DASH, anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3847), 4, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, - anon_sym_GT, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [116695] = 17, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [117324] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3919), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3921), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3923), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3925), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3927), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3929), 1, anon_sym_or, - STATE(2497), 1, + STATE(2508), 1, sym_comment, - ACTIONS(3777), 2, + ACTIONS(3765), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3779), 2, + ACTIONS(3767), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3907), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3913), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3915), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3917), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3909), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3911), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3905), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [116764] = 17, + [117393] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2498), 1, + STATE(2509), 1, sym_comment, - ACTIONS(3777), 2, + ACTIONS(910), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3779), 2, + ACTIONS(912), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [116833] = 4, + [117462] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2499), 1, + STATE(2510), 1, sym_comment, - ACTIONS(771), 2, + ACTIONS(876), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(769), 30, + ACTIONS(874), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -222320,119 +222839,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [116876] = 17, + [117505] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2500), 1, + STATE(2511), 1, sym_comment, - ACTIONS(781), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(783), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3847), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [116945] = 17, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3855), 1, - anon_sym_bit_DASHand, - ACTIONS(3857), 1, - anon_sym_bit_DASHxor, - ACTIONS(3859), 1, - anon_sym_bit_DASHor, - ACTIONS(3861), 1, - anon_sym_and, - ACTIONS(3863), 1, - anon_sym_xor, - ACTIONS(3865), 1, - anon_sym_or, - STATE(2501), 1, - sym_comment, - ACTIONS(3769), 2, + ACTIONS(3845), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3771), 2, + ACTIONS(3847), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3849), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3853), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [117014] = 4, + [117574] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2502), 1, + STATE(2512), 1, sym_comment, - ACTIONS(779), 2, + ACTIONS(799), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(777), 30, + ACTIONS(797), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -222463,15 +222930,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [117057] = 4, + [117617] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2503), 1, + STATE(2513), 1, sym_comment, - ACTIONS(842), 2, + ACTIONS(872), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(840), 30, + ACTIONS(870), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -222502,76 +222969,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [117100] = 17, + [117660] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, - anon_sym_bit_DASHand, - ACTIONS(3857), 1, - anon_sym_bit_DASHxor, - ACTIONS(3859), 1, - anon_sym_bit_DASHor, - ACTIONS(3861), 1, - anon_sym_and, - ACTIONS(3863), 1, - anon_sym_xor, - ACTIONS(3865), 1, - anon_sym_or, - STATE(2504), 1, + STATE(2514), 1, sym_comment, - ACTIONS(3777), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3779), 2, + ACTIONS(860), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(858), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3849), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3853), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3845), 4, anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3847), 4, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, - anon_sym_GT, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [117169] = 5, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [117703] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2505), 1, + STATE(2515), 1, sym_comment, - ACTIONS(783), 2, + ACTIONS(775), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3849), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(781), 28, + ACTIONS(773), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, anon_sym_DASH, anon_sym_in, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, @@ -222594,10 +223047,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [117214] = 4, + [117746] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2506), 1, + STATE(2516), 1, sym_comment, ACTIONS(109), 2, ts_builtin_sym_end, @@ -222633,264 +223086,171 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [117257] = 17, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3855), 1, - anon_sym_bit_DASHand, - ACTIONS(3857), 1, - anon_sym_bit_DASHxor, - ACTIONS(3859), 1, - anon_sym_bit_DASHor, - ACTIONS(3861), 1, - anon_sym_and, - ACTIONS(3863), 1, - anon_sym_xor, - ACTIONS(3865), 1, - anon_sym_or, - STATE(2507), 1, - sym_comment, - ACTIONS(3773), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3775), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3843), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3849), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3853), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3845), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3847), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [117326] = 17, + [117789] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(369), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(371), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(373), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(375), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(377), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(379), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2508), 1, + STATE(2517), 1, sym_comment, - ACTIONS(311), 2, + ACTIONS(3795), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(313), 2, + ACTIONS(3797), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(353), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(363), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(365), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(367), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(355), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(359), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(351), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [117395] = 17, + [117858] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2509), 1, + STATE(2518), 1, sym_comment, - ACTIONS(3777), 2, + ACTIONS(3811), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3779), 2, + ACTIONS(3813), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [117464] = 17, + [117927] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2510), 1, + STATE(2519), 1, sym_comment, - ACTIONS(3763), 2, + ACTIONS(3795), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3765), 2, + ACTIONS(3797), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [117533] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2511), 1, - sym_comment, - ACTIONS(783), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3849), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(781), 24, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(3819), 6, anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [117580] = 4, + [117996] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2512), 1, + STATE(2520), 1, sym_comment, - ACTIONS(862), 2, + ACTIONS(868), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(860), 30, + ACTIONS(866), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -222921,1278 +223281,1116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [117623] = 17, + [118039] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2513), 1, + STATE(2521), 1, sym_comment, - ACTIONS(3769), 2, + ACTIONS(769), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3771), 2, + ACTIONS(771), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [117692] = 17, + [118108] = 16, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, - anon_sym_or, - STATE(2514), 1, + STATE(2522), 1, sym_comment, - ACTIONS(3769), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3771), 2, + ACTIONS(771), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(769), 3, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_or, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [117761] = 17, + [118175] = 15, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, - anon_sym_xor, - ACTIONS(3865), 1, - anon_sym_or, - STATE(2515), 1, + STATE(2523), 1, sym_comment, - ACTIONS(3773), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3775), 2, + ACTIONS(771), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(769), 4, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_xor, + anon_sym_or, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [117830] = 17, + [118240] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2516), 1, + STATE(2524), 1, sym_comment, - ACTIONS(3749), 2, + ACTIONS(3761), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3751), 2, + ACTIONS(3763), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [117899] = 17, + [118309] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2517), 1, + STATE(2525), 1, sym_comment, - ACTIONS(3749), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3751), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3847), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [117968] = 17, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3855), 1, - anon_sym_bit_DASHand, - ACTIONS(3857), 1, - anon_sym_bit_DASHxor, - ACTIONS(3859), 1, - anon_sym_bit_DASHor, - ACTIONS(3861), 1, - anon_sym_and, - ACTIONS(3863), 1, - anon_sym_xor, - ACTIONS(3865), 1, - anon_sym_or, - STATE(2518), 1, - sym_comment, - ACTIONS(3773), 2, + ACTIONS(3845), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3775), 2, + ACTIONS(3847), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3849), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3853), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [118037] = 17, + [118378] = 14, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, - anon_sym_and, - ACTIONS(3863), 1, - anon_sym_xor, - ACTIONS(3865), 1, - anon_sym_or, - STATE(2519), 1, + STATE(2526), 1, sym_comment, - ACTIONS(3773), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3775), 2, + ACTIONS(771), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(769), 5, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [118106] = 17, + [118441] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2520), 1, + STATE(2527), 1, sym_comment, - ACTIONS(3749), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3751), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3845), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3847), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [118175] = 17, + [118510] = 13, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3586), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3588), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3590), 1, - anon_sym_bit_DASHor, - ACTIONS(3592), 1, - anon_sym_and, - ACTIONS(3594), 1, - anon_sym_xor, - ACTIONS(3596), 1, - anon_sym_or, - STATE(2521), 1, + STATE(2528), 1, sym_comment, - ACTIONS(3424), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3426), 2, + ACTIONS(771), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3574), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3580), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3582), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3584), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3576), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3578), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3572), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [118244] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2522), 1, - sym_comment, - ACTIONS(795), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(793), 30, + ACTIONS(769), 6, anon_sym_SEMI, anon_sym_PIPE, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + ACTIONS(3819), 6, anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [118287] = 17, + [118571] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2523), 1, + STATE(2529), 1, sym_comment, - ACTIONS(3777), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3779), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3845), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3847), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [118356] = 17, + [118640] = 12, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, - anon_sym_bit_DASHxor, - ACTIONS(3859), 1, - anon_sym_bit_DASHor, - ACTIONS(3861), 1, - anon_sym_and, - ACTIONS(3863), 1, - anon_sym_xor, - ACTIONS(3865), 1, - anon_sym_or, - STATE(2524), 1, + STATE(2530), 1, sym_comment, - ACTIONS(3749), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3751), 2, + ACTIONS(771), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [118425] = 17, + ACTIONS(769), 7, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [118699] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2525), 1, + STATE(2531), 1, sym_comment, - ACTIONS(3777), 2, + ACTIONS(3761), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3779), 2, + ACTIONS(3763), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [118494] = 17, + [118768] = 11, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, - anon_sym_bit_DASHand, - ACTIONS(3857), 1, - anon_sym_bit_DASHxor, - ACTIONS(3859), 1, - anon_sym_bit_DASHor, - ACTIONS(3861), 1, - anon_sym_and, - ACTIONS(3863), 1, - anon_sym_xor, - ACTIONS(3865), 1, - anon_sym_or, - STATE(2526), 1, + STATE(2532), 1, sym_comment, - ACTIONS(3773), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3775), 2, + ACTIONS(771), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [118563] = 17, + ACTIONS(769), 8, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_bit_DASHand, + anon_sym_bit_DASHxor, + anon_sym_bit_DASHor, + anon_sym_and, + anon_sym_xor, + anon_sym_or, + [118825] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2527), 1, + STATE(2533), 1, sym_comment, - ACTIONS(3777), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3779), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3845), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3847), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [118632] = 17, + [118894] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, - anon_sym_bit_DASHand, - ACTIONS(3857), 1, - anon_sym_bit_DASHxor, - ACTIONS(3859), 1, - anon_sym_bit_DASHor, - ACTIONS(3861), 1, - anon_sym_and, - ACTIONS(3863), 1, - anon_sym_xor, - ACTIONS(3865), 1, - anon_sym_or, - STATE(2528), 1, + STATE(2534), 1, sym_comment, - ACTIONS(3769), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3771), 2, + ACTIONS(771), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3845), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(769), 20, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, + anon_sym_in, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [118701] = 17, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [118945] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2529), 1, + STATE(2535), 1, sym_comment, - ACTIONS(3763), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3765), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3845), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3847), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [118770] = 17, + [119014] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2530), 1, + STATE(2536), 1, sym_comment, - ACTIONS(3773), 2, + ACTIONS(3761), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3775), 2, + ACTIONS(3763), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [118839] = 17, + [119083] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2531), 1, + STATE(2537), 1, sym_comment, - ACTIONS(3777), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3779), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3845), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3847), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [118908] = 17, + [119152] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, - anon_sym_bit_DASHand, - ACTIONS(3857), 1, - anon_sym_bit_DASHxor, - ACTIONS(3859), 1, - anon_sym_bit_DASHor, - ACTIONS(3861), 1, - anon_sym_and, - ACTIONS(3863), 1, - anon_sym_xor, - ACTIONS(3865), 1, - anon_sym_or, - STATE(2532), 1, + STATE(2538), 1, sym_comment, - ACTIONS(3763), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3765), 2, + ACTIONS(771), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3853), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(769), 28, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3847), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, - anon_sym_GT, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [118977] = 17, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3855), 1, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(3857), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, anon_sym_and, - ACTIONS(3863), 1, anon_sym_xor, - ACTIONS(3865), 1, anon_sym_or, - STATE(2533), 1, - sym_comment, - ACTIONS(3777), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3779), 2, + [119197] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2539), 1, + sym_comment, + ACTIONS(771), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3853), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3845), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(769), 24, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [119046] = 17, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3855), 1, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(3857), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, anon_sym_and, - ACTIONS(3863), 1, anon_sym_xor, - ACTIONS(3865), 1, anon_sym_or, - STATE(2534), 1, + [119244] = 10, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2540), 1, sym_comment, - ACTIONS(3769), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3771), 2, + ACTIONS(771), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [119115] = 17, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(769), 10, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(3857), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, anon_sym_and, - ACTIONS(3863), 1, anon_sym_xor, - ACTIONS(3865), 1, anon_sym_or, - STATE(2535), 1, + [119299] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2541), 1, sym_comment, - ACTIONS(3777), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3779), 2, + ACTIONS(771), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3853), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3845), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(769), 22, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, + anon_sym_in, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [119184] = 17, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [119348] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2536), 1, + STATE(2542), 1, sym_comment, - ACTIONS(3773), 2, + ACTIONS(3795), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3775), 2, + ACTIONS(3797), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [119253] = 10, + [119417] = 9, ACTIONS(3), 1, anon_sym_POUND, - STATE(2537), 1, + STATE(2543), 1, sym_comment, - ACTIONS(783), 2, + ACTIONS(771), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3845), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 10, + ACTIONS(769), 14, anon_sym_SEMI, anon_sym_PIPE, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, anon_sym_bit_DASHand, @@ -224201,483 +224399,496 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [119308] = 17, + [119470] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2538), 1, + STATE(2544), 1, sym_comment, - ACTIONS(3749), 2, + ACTIONS(3761), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3751), 2, + ACTIONS(3763), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [119377] = 17, + [119539] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2539), 1, + STATE(2545), 1, sym_comment, - ACTIONS(3749), 2, + ACTIONS(3761), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3751), 2, + ACTIONS(3763), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [119446] = 17, + [119608] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2540), 1, + STATE(2546), 1, sym_comment, - ACTIONS(3763), 2, + ACTIONS(3761), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3765), 2, + ACTIONS(3763), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [119515] = 17, + [119677] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2541), 1, + STATE(2547), 1, sym_comment, - ACTIONS(3769), 2, + ACTIONS(3799), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3771), 2, + ACTIONS(3801), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [119584] = 17, + [119746] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2542), 1, + STATE(2548), 1, sym_comment, - ACTIONS(3773), 2, + ACTIONS(3761), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3775), 2, + ACTIONS(3763), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [119653] = 17, + [119815] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2543), 1, + STATE(2549), 1, sym_comment, - ACTIONS(3763), 2, + ACTIONS(3761), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3765), 2, + ACTIONS(3763), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [119722] = 17, + [119884] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2544), 1, + STATE(2550), 1, sym_comment, - ACTIONS(3749), 2, + ACTIONS(3811), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3751), 2, + ACTIONS(3813), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [119791] = 17, + [119953] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, - anon_sym_bit_DASHand, - ACTIONS(3857), 1, - anon_sym_bit_DASHxor, - ACTIONS(3859), 1, - anon_sym_bit_DASHor, - ACTIONS(3861), 1, - anon_sym_and, - ACTIONS(3863), 1, - anon_sym_xor, - ACTIONS(3865), 1, - anon_sym_or, - STATE(2545), 1, + STATE(2551), 1, sym_comment, - ACTIONS(3773), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3775), 2, + ACTIONS(807), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(805), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3849), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3853), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3845), 4, anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3847), 4, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, - anon_sym_GT, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [119860] = 17, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(3855), 1, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, - ACTIONS(3857), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, anon_sym_and, - ACTIONS(3863), 1, anon_sym_xor, - ACTIONS(3865), 1, anon_sym_or, - STATE(2546), 1, + [119996] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2552), 1, sym_comment, - ACTIONS(3769), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(3771), 2, + ACTIONS(832), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(830), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3849), 2, + anon_sym_in, + anon_sym_STAR, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3845), 4, - anon_sym_in, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + 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, + [120039] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2553), 1, + sym_comment, + ACTIONS(795), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(793), 30, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_GT, + anon_sym_DASH, + anon_sym_in, anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, - anon_sym_GT, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [119929] = 4, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [120082] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2547), 1, + STATE(2554), 1, sym_comment, - ACTIONS(814), 2, + ACTIONS(811), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(812), 30, + ACTIONS(809), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -224708,1778 +224919,1666 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [119972] = 17, + [120125] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3593), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3595), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3597), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3599), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3601), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3603), 1, anon_sym_or, - STATE(2548), 1, + STATE(2555), 1, sym_comment, - ACTIONS(3759), 2, + ACTIONS(3477), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3761), 2, + ACTIONS(3479), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3581), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3587), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3589), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3591), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3583), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3585), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3579), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [120041] = 17, + [120194] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2549), 1, + STATE(2556), 1, sym_comment, - ACTIONS(3763), 2, + ACTIONS(3761), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3765), 2, + ACTIONS(3763), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [120110] = 17, + [120263] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2550), 1, + STATE(2557), 1, sym_comment, - ACTIONS(3763), 2, + ACTIONS(3795), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3765), 2, + ACTIONS(3797), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [120179] = 17, + [120332] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2551), 1, + STATE(2558), 1, sym_comment, - ACTIONS(3763), 2, + ACTIONS(3795), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3765), 2, + ACTIONS(3797), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [120248] = 17, + [120401] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2552), 1, + STATE(2559), 1, sym_comment, - ACTIONS(3759), 2, + ACTIONS(3795), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3761), 2, + ACTIONS(3797), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [120317] = 17, + [120470] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2553), 1, + STATE(2560), 1, sym_comment, - ACTIONS(3759), 2, + ACTIONS(3761), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3761), 2, + ACTIONS(3763), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [120386] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2554), 1, - sym_comment, - ACTIONS(858), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(856), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(3819), 6, anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [120429] = 17, + [120539] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2555), 1, + STATE(2561), 1, sym_comment, - ACTIONS(3777), 2, + ACTIONS(3761), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3779), 2, + ACTIONS(3763), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [120498] = 4, + [120608] = 17, ACTIONS(3), 1, anon_sym_POUND, - STATE(2556), 1, - sym_comment, - ACTIONS(850), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(848), 30, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + ACTIONS(3833), 1, anon_sym_bit_DASHand, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, + ACTIONS(3837), 1, anon_sym_bit_DASHor, + ACTIONS(3839), 1, anon_sym_and, + ACTIONS(3841), 1, anon_sym_xor, + ACTIONS(3843), 1, anon_sym_or, - [120541] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2557), 1, + STATE(2562), 1, sym_comment, - ACTIONS(826), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(824), 30, + ACTIONS(3795), 2, anon_sym_SEMI, anon_sym_PIPE, - anon_sym_GT, + ACTIONS(3797), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3821), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, + ACTIONS(3831), 2, 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, - [120584] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2558), 1, - sym_comment, - ACTIONS(810), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(808), 30, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, + ACTIONS(3823), 4, anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3825), 4, anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(3819), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [120627] = 17, + [120677] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2559), 1, + STATE(2563), 1, sym_comment, - ACTIONS(3759), 2, + ACTIONS(3811), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3761), 2, + ACTIONS(3813), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [120696] = 7, + [120746] = 17, ACTIONS(3), 1, anon_sym_POUND, - STATE(2560), 1, + ACTIONS(3833), 1, + anon_sym_bit_DASHand, + ACTIONS(3835), 1, + anon_sym_bit_DASHxor, + ACTIONS(3837), 1, + anon_sym_bit_DASHor, + ACTIONS(3839), 1, + anon_sym_and, + ACTIONS(3841), 1, + anon_sym_xor, + ACTIONS(3843), 1, + anon_sym_or, + STATE(2564), 1, sym_comment, - ACTIONS(783), 2, + ACTIONS(3761), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3763), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3847), 4, + ACTIONS(3829), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3831), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3823), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(781), 22, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(3819), 6, anon_sym_GT, - anon_sym_in, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [120745] = 17, + [120815] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2561), 1, + STATE(2565), 1, sym_comment, - ACTIONS(3759), 2, + ACTIONS(3795), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3761), 2, + ACTIONS(3797), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [120814] = 9, + [120884] = 17, ACTIONS(3), 1, anon_sym_POUND, - STATE(2562), 1, + ACTIONS(3833), 1, + anon_sym_bit_DASHand, + ACTIONS(3835), 1, + anon_sym_bit_DASHxor, + ACTIONS(3837), 1, + anon_sym_bit_DASHor, + ACTIONS(3839), 1, + anon_sym_and, + ACTIONS(3841), 1, + anon_sym_xor, + ACTIONS(3843), 1, + anon_sym_or, + STATE(2566), 1, sym_comment, - ACTIONS(783), 2, + ACTIONS(3811), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(3813), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3847), 4, + ACTIONS(3831), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3823), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(781), 14, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + [120953] = 17, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(3567), 1, anon_sym_bit_DASHand, + ACTIONS(3569), 1, anon_sym_bit_DASHxor, + ACTIONS(3571), 1, anon_sym_bit_DASHor, + ACTIONS(3573), 1, anon_sym_and, + ACTIONS(3575), 1, anon_sym_xor, + ACTIONS(3577), 1, anon_sym_or, - [120867] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2563), 1, + STATE(2567), 1, sym_comment, - ACTIONS(872), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(870), 30, + ACTIONS(3509), 2, anon_sym_SEMI, anon_sym_PIPE, - anon_sym_GT, + ACTIONS(3511), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3555), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(3561), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3563), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3565), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3557), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3559), 4, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(3553), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [120910] = 17, + [121022] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2564), 1, + STATE(2568), 1, sym_comment, - ACTIONS(3759), 2, + ACTIONS(3761), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3761), 2, + ACTIONS(3763), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [120979] = 17, + [121091] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2565), 1, + STATE(2569), 1, sym_comment, - ACTIONS(3759), 2, + ACTIONS(3815), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3761), 2, + ACTIONS(3817), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [121048] = 17, + [121160] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2566), 1, + STATE(2570), 1, sym_comment, - ACTIONS(3759), 2, + ACTIONS(3795), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3761), 2, + ACTIONS(3797), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [121117] = 17, + [121229] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2567), 1, + STATE(2571), 1, sym_comment, - ACTIONS(3763), 2, + ACTIONS(3815), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3765), 2, + ACTIONS(3817), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [121186] = 4, + [121298] = 17, ACTIONS(3), 1, anon_sym_POUND, - STATE(2568), 1, - sym_comment, - ACTIONS(775), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(773), 30, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + ACTIONS(3833), 1, anon_sym_bit_DASHand, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, + ACTIONS(3837), 1, anon_sym_bit_DASHor, + ACTIONS(3839), 1, anon_sym_and, + ACTIONS(3841), 1, anon_sym_xor, + ACTIONS(3843), 1, anon_sym_or, - [121229] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2569), 1, + STATE(2572), 1, sym_comment, - ACTIONS(838), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(836), 30, + ACTIONS(3815), 2, anon_sym_SEMI, anon_sym_PIPE, - anon_sym_GT, + ACTIONS(3817), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3821), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3829), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3831), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3823), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3825), 4, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(3819), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [121272] = 17, + [121367] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2570), 1, + STATE(2573), 1, sym_comment, - ACTIONS(3763), 2, + ACTIONS(3815), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3765), 2, + ACTIONS(3817), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [121341] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2571), 1, - sym_comment, - ACTIONS(876), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(874), 30, - anon_sym_SEMI, - anon_sym_PIPE, + ACTIONS(3819), 6, anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [121384] = 17, + [121436] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3560), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3562), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3564), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3566), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3568), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3570), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2572), 1, + STATE(2574), 1, sym_comment, - ACTIONS(3468), 2, + ACTIONS(3811), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3470), 2, + ACTIONS(3813), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3548), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3554), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3556), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3558), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3550), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3552), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3546), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [121453] = 17, + [121505] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2573), 1, + STATE(2575), 1, sym_comment, - ACTIONS(910), 2, + ACTIONS(3815), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(912), 2, + ACTIONS(3817), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT2, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [121574] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(2576), 1, + sym_comment, + ACTIONS(803), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(801), 30, + anon_sym_SEMI, + anon_sym_PIPE, anon_sym_GT, + anon_sym_DASH, + anon_sym_in, + anon_sym_STAR, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + anon_sym_PLUS, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [121522] = 17, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + [121617] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3907), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3909), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3911), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3913), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3915), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3917), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2574), 1, + STATE(2577), 1, sym_comment, - ACTIONS(3811), 2, + ACTIONS(3815), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3813), 2, + ACTIONS(3817), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3895), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3901), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3903), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3905), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3897), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3899), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3893), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [121591] = 17, + [121686] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2575), 1, + STATE(2578), 1, sym_comment, - ACTIONS(3759), 2, + ACTIONS(3815), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3761), 2, + ACTIONS(3817), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [121660] = 17, + [121755] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2576), 1, + STATE(2579), 1, sym_comment, - ACTIONS(3759), 2, + ACTIONS(3815), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3761), 2, + ACTIONS(3817), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [121729] = 17, + [121824] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(369), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(371), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(373), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(375), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(377), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(379), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2577), 1, + STATE(2580), 1, sym_comment, - ACTIONS(311), 2, + ACTIONS(3795), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(313), 2, + ACTIONS(3797), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(353), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(363), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(365), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(367), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(355), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(359), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(351), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [121798] = 17, + [121893] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2578), 1, + STATE(2581), 1, sym_comment, - ACTIONS(3763), 2, + ACTIONS(3795), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3765), 2, + ACTIONS(3797), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [121867] = 17, + [121962] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2579), 1, + STATE(2582), 1, sym_comment, - ACTIONS(3759), 2, + ACTIONS(3815), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3761), 2, + ACTIONS(3817), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [121936] = 4, + [122031] = 17, ACTIONS(3), 1, anon_sym_POUND, - STATE(2580), 1, - sym_comment, - ACTIONS(806), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(804), 30, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_GT, - anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT2, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + ACTIONS(3833), 1, anon_sym_bit_DASHand, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, + ACTIONS(3837), 1, anon_sym_bit_DASHor, + ACTIONS(3839), 1, anon_sym_and, + ACTIONS(3841), 1, anon_sym_xor, + ACTIONS(3843), 1, anon_sym_or, - [121979] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2581), 1, + STATE(2583), 1, sym_comment, - ACTIONS(830), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(828), 30, + ACTIONS(3815), 2, anon_sym_SEMI, anon_sym_PIPE, - anon_sym_GT, + ACTIONS(3817), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3821), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3829), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3831), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3823), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3825), 4, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(3819), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [122022] = 17, + [122100] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2582), 1, + STATE(2584), 1, sym_comment, - ACTIONS(3759), 2, + ACTIONS(3815), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3761), 2, + ACTIONS(3817), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [122091] = 4, + [122169] = 17, ACTIONS(3), 1, anon_sym_POUND, - STATE(2583), 1, + ACTIONS(3833), 1, + anon_sym_bit_DASHand, + ACTIONS(3835), 1, + anon_sym_bit_DASHxor, + ACTIONS(3837), 1, + anon_sym_bit_DASHor, + ACTIONS(3839), 1, + anon_sym_and, + ACTIONS(3841), 1, + anon_sym_xor, + ACTIONS(3843), 1, + anon_sym_or, + STATE(2585), 1, sym_comment, - ACTIONS(868), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(866), 30, + ACTIONS(3815), 2, anon_sym_SEMI, anon_sym_PIPE, - anon_sym_GT, + ACTIONS(3817), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(3821), 2, anon_sym_DASH, - anon_sym_in, - anon_sym_STAR, + anon_sym_PLUS, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3829), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3831), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3823), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3825), 4, + anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - anon_sym_PLUS, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, + ACTIONS(3819), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - [122134] = 17, + [122238] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2584), 1, + STATE(2586), 1, sym_comment, - ACTIONS(3769), 2, + ACTIONS(3795), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3771), 2, + ACTIONS(3797), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [122203] = 4, + [122307] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2585), 1, + STATE(2587), 1, sym_comment, - ACTIONS(787), 2, + ACTIONS(767), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(785), 30, + ACTIONS(765), 30, anon_sym_SEMI, anon_sym_PIPE, anon_sym_GT, @@ -226510,121 +226609,120 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_and, anon_sym_xor, anon_sym_or, - [122246] = 17, + [122350] = 17, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3855), 1, + ACTIONS(3833), 1, anon_sym_bit_DASHand, - ACTIONS(3857), 1, + ACTIONS(3835), 1, anon_sym_bit_DASHxor, - ACTIONS(3859), 1, + ACTIONS(3837), 1, anon_sym_bit_DASHor, - ACTIONS(3861), 1, + ACTIONS(3839), 1, anon_sym_and, - ACTIONS(3863), 1, + ACTIONS(3841), 1, anon_sym_xor, - ACTIONS(3865), 1, + ACTIONS(3843), 1, anon_sym_or, - STATE(2586), 1, + STATE(2588), 1, sym_comment, - ACTIONS(3763), 2, + ACTIONS(3811), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(3765), 2, + ACTIONS(3813), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(3843), 2, + ACTIONS(3821), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3849), 2, + ACTIONS(3827), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3851), 2, + ACTIONS(3829), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3853), 2, + ACTIONS(3831), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3845), 4, + ACTIONS(3823), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3847), 4, + ACTIONS(3825), 4, anon_sym_STAR, anon_sym_SLASH, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3841), 6, + ACTIONS(3819), 6, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [122315] = 16, + [122419] = 15, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3650), 1, + ACTIONS(3636), 1, anon_sym_bit_DASHand, - ACTIONS(3652), 1, + ACTIONS(3638), 1, anon_sym_bit_DASHxor, - ACTIONS(3654), 1, + ACTIONS(3640), 1, anon_sym_bit_DASHor, - ACTIONS(3656), 1, - anon_sym_and, - STATE(2587), 1, + STATE(2589), 1, sym_comment, - ACTIONS(3628), 2, + ACTIONS(3614), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(3632), 2, + ACTIONS(3618), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3638), 2, + ACTIONS(3624), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3640), 2, + ACTIONS(3626), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3642), 2, + ACTIONS(3628), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3644), 2, + ACTIONS(3630), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3648), 2, + ACTIONS(3634), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3634), 4, + ACTIONS(3620), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3646), 4, + ACTIONS(3632), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(783), 5, + ACTIONS(771), 6, anon_sym_DASH_DASH, anon_sym_LBRACE, + anon_sym_and, anon_sym_xor, anon_sym_or, sym_short_flag, - [122381] = 4, + [122483] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2588), 1, + STATE(2590), 1, sym_comment, - ACTIONS(844), 6, + ACTIONS(838), 6, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(846), 25, + ACTIONS(840), 25, anon_sym_DASH_DASH, anon_sym_in, anon_sym_LBRACE, @@ -226650,52 +226748,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [122423] = 4, - ACTIONS(157), 1, + [122525] = 18, + ACTIONS(3), 1, anon_sym_POUND, - STATE(2589), 1, + ACTIONS(1602), 1, + anon_sym_PIPE, + ACTIONS(3743), 1, + anon_sym_bit_DASHand, + ACTIONS(3745), 1, + anon_sym_bit_DASHxor, + ACTIONS(3747), 1, + anon_sym_bit_DASHor, + ACTIONS(3749), 1, + anon_sym_and, + ACTIONS(3751), 1, + anon_sym_xor, + ACTIONS(3753), 1, + anon_sym_or, + ACTIONS(3931), 1, + anon_sym_LF, + STATE(1746), 1, + aux_sym_pipe_element_repeat1, + STATE(2591), 1, sym_comment, - ACTIONS(797), 6, - anon_sym_GT, + ACTIONS(3731), 2, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(799), 25, - anon_sym_DASH_DASH, - anon_sym_in, - anon_sym_LBRACE, + ACTIONS(3737), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - anon_sym_mod, - anon_sym_SLASH_SLASH, + ACTIONS(3739), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(3741), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3733), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3735), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3729), 6, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - sym_short_flag, - [122465] = 5, + [122595] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3921), 1, - anon_sym_COMMA, - STATE(2590), 1, + STATE(2592), 1, sym_comment, - ACTIONS(3923), 7, + ACTIONS(3935), 7, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT_DOT, @@ -226703,8 +226813,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3919), 23, + ACTIONS(3933), 24, anon_sym_LBRACK, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_RBRACE, @@ -226727,19 +226838,19 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [122509] = 4, + [122637] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2591), 1, + STATE(2593), 1, sym_comment, - ACTIONS(836), 6, + ACTIONS(781), 6, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(838), 25, + ACTIONS(783), 25, anon_sym_DASH_DASH, anon_sym_in, anon_sym_LBRACE, @@ -226765,19 +226876,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [122551] = 4, + [122679] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2592), 1, + STATE(2594), 1, sym_comment, - ACTIONS(797), 6, + ACTIONS(854), 6, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(799), 25, + ACTIONS(856), 25, anon_sym_DASH_DASH, anon_sym_in, anon_sym_LBRACE, @@ -226803,38 +226914,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [122593] = 10, + [122721] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2593), 1, + STATE(2595), 1, sym_comment, - ACTIONS(3628), 2, + ACTIONS(773), 6, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3632), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3638), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3640), 2, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(775), 25, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3642), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3644), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3646), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(783), 15, - anon_sym_DASH_DASH, - anon_sym_in, - anon_sym_LBRACE, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, @@ -226847,30 +226952,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [122647] = 8, + [122763] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2594), 1, + STATE(2596), 1, sym_comment, - ACTIONS(781), 2, + ACTIONS(866), 6, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3632), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3638), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3640), 2, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(868), 25, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3642), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(783), 21, - anon_sym_DASH_DASH, - anon_sym_in, - anon_sym_LBRACE, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, anon_sym_EQ_EQ, @@ -226889,57 +226990,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [122697] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(2595), 1, - sym_comment, - ACTIONS(3927), 7, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_DOT_DOT, - aux_sym_val_number_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(3925), 24, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - anon_sym_true, - anon_sym_false, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [122739] = 4, + [122805] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2596), 1, + STATE(2597), 1, sym_comment, - ACTIONS(812), 6, + ACTIONS(805), 6, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(814), 25, + ACTIONS(807), 25, anon_sym_DASH_DASH, anon_sym_in, anon_sym_LBRACE, @@ -226965,19 +227028,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [122781] = 4, + [122847] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2597), 1, + STATE(2598), 1, sym_comment, - ACTIONS(785), 6, + ACTIONS(830), 6, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(787), 25, + ACTIONS(832), 25, anon_sym_DASH_DASH, anon_sym_in, anon_sym_LBRACE, @@ -227003,19 +227066,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [122823] = 4, + [122889] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2598), 1, + STATE(2599), 1, sym_comment, - ACTIONS(870), 6, + ACTIONS(793), 6, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(872), 25, + ACTIONS(795), 25, anon_sym_DASH_DASH, anon_sym_in, anon_sym_LBRACE, @@ -227041,57 +227104,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [122865] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(2599), 1, - sym_comment, - ACTIONS(1363), 7, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_DOT_DOT, - aux_sym_val_number_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(1365), 24, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - anon_sym_true, - anon_sym_false, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [122907] = 4, + [122931] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(2600), 1, sym_comment, - ACTIONS(840), 6, + ACTIONS(789), 6, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(842), 25, + ACTIONS(791), 25, anon_sym_DASH_DASH, anon_sym_in, anon_sym_LBRACE, @@ -227117,19 +227142,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [122949] = 4, + [122973] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(2601), 1, sym_comment, - ACTIONS(832), 6, + ACTIONS(765), 6, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(834), 25, + ACTIONS(767), 25, anon_sym_DASH_DASH, anon_sym_in, anon_sym_LBRACE, @@ -227155,68 +227180,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [122991] = 15, + [123015] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3650), 1, - anon_sym_bit_DASHand, - ACTIONS(3652), 1, - anon_sym_bit_DASHxor, - ACTIONS(3654), 1, - anon_sym_bit_DASHor, STATE(2602), 1, sym_comment, - ACTIONS(3628), 2, + ACTIONS(777), 6, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3632), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3638), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3640), 2, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(779), 25, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3642), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3644), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3648), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3634), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3646), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(783), 6, - anon_sym_DASH_DASH, - anon_sym_LBRACE, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, sym_short_flag, - [123055] = 4, + [123057] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(2603), 1, sym_comment, - ACTIONS(808), 6, + ACTIONS(809), 6, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(810), 25, + ACTIONS(811), 25, anon_sym_DASH_DASH, anon_sym_in, anon_sym_LBRACE, @@ -227242,71 +227256,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [123097] = 18, + [123099] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3650), 1, - anon_sym_bit_DASHand, - ACTIONS(3652), 1, - anon_sym_bit_DASHxor, - ACTIONS(3654), 1, - anon_sym_bit_DASHor, - ACTIONS(3656), 1, - anon_sym_and, - ACTIONS(3658), 1, - anon_sym_xor, - ACTIONS(3660), 1, - anon_sym_or, STATE(2604), 1, sym_comment, - ACTIONS(3628), 2, + ACTIONS(797), 6, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3632), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3638), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3640), 2, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(799), 25, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3642), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3644), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3648), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(783), 3, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - sym_short_flag, - ACTIONS(3634), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3646), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [123167] = 4, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + sym_short_flag, + [123141] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(2605), 1, sym_comment, - ACTIONS(824), 6, + ACTIONS(813), 6, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(826), 25, + ACTIONS(815), 25, anon_sym_DASH_DASH, anon_sym_in, anon_sym_LBRACE, @@ -227332,19 +227332,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [123209] = 4, + [123183] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(2606), 1, sym_comment, - ACTIONS(107), 6, + ACTIONS(826), 6, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(109), 25, + ACTIONS(828), 25, anon_sym_DASH_DASH, anon_sym_in, anon_sym_LBRACE, @@ -227370,19 +227370,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [123251] = 4, + [123225] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(2607), 1, sym_comment, - ACTIONS(828), 6, + ACTIONS(842), 6, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(830), 25, + ACTIONS(844), 25, anon_sym_DASH_DASH, anon_sym_in, anon_sym_LBRACE, @@ -227408,19 +227408,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [123293] = 4, + [123267] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(2608), 1, sym_comment, - ACTIONS(816), 6, + ACTIONS(846), 6, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(818), 25, + ACTIONS(848), 25, anon_sym_DASH_DASH, anon_sym_in, anon_sym_LBRACE, @@ -227446,32 +227446,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [123335] = 4, + [123309] = 10, ACTIONS(157), 1, anon_sym_POUND, STATE(2609), 1, sym_comment, - ACTIONS(874), 6, + ACTIONS(3614), 2, anon_sym_GT, + anon_sym_LT2, + ACTIONS(3618), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3624), 2, anon_sym_STAR, anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(876), 25, - anon_sym_DASH_DASH, - anon_sym_in, - anon_sym_LBRACE, + ACTIONS(3626), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3628), 2, anon_sym_mod, anon_sym_SLASH_SLASH, + ACTIONS(3630), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(3632), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + ACTIONS(771), 15, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_LBRACE, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, @@ -227484,86 +227490,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [123377] = 17, + [123363] = 8, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3650), 1, - anon_sym_bit_DASHand, - ACTIONS(3652), 1, - anon_sym_bit_DASHxor, - ACTIONS(3654), 1, - anon_sym_bit_DASHor, - ACTIONS(3656), 1, - anon_sym_and, - ACTIONS(3658), 1, - anon_sym_xor, STATE(2610), 1, sym_comment, - ACTIONS(3628), 2, + ACTIONS(769), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(3632), 2, + ACTIONS(3618), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3638), 2, + ACTIONS(3624), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3640), 2, + ACTIONS(3626), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3642), 2, + ACTIONS(3628), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3644), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3648), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(783), 4, + ACTIONS(771), 21, anon_sym_DASH_DASH, - anon_sym_LBRACE, - anon_sym_or, - sym_short_flag, - ACTIONS(3634), 4, anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3646), 4, + anon_sym_LBRACE, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [123445] = 4, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, + sym_short_flag, + [123413] = 11, ACTIONS(157), 1, anon_sym_POUND, STATE(2611), 1, sym_comment, - ACTIONS(856), 6, + ACTIONS(3614), 2, anon_sym_GT, + anon_sym_LT2, + ACTIONS(3618), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3624), 2, anon_sym_STAR, anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(858), 25, - anon_sym_DASH_DASH, - anon_sym_in, - anon_sym_LBRACE, + ACTIONS(3626), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3628), 2, anon_sym_mod, anon_sym_SLASH_SLASH, + ACTIONS(3630), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(3620), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3632), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, + ACTIONS(771), 11, + anon_sym_DASH_DASH, + anon_sym_LBRACE, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, anon_sym_bit_DASHand, @@ -227573,42 +227577,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [123487] = 11, + [123469] = 7, ACTIONS(157), 1, anon_sym_POUND, STATE(2612), 1, sym_comment, - ACTIONS(3628), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(3632), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3638), 2, + ACTIONS(3624), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3640), 2, + ACTIONS(3626), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3642), 2, + ACTIONS(3628), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3644), 2, + ACTIONS(769), 4, + anon_sym_GT, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(771), 21, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_LBRACE, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3634), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3646), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(783), 11, - anon_sym_DASH_DASH, - anon_sym_LBRACE, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, anon_sym_bit_DASHand, @@ -227618,24 +227618,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [123543] = 4, + [123517] = 5, ACTIONS(157), 1, anon_sym_POUND, STATE(2613), 1, sym_comment, - ACTIONS(848), 6, + ACTIONS(3626), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(769), 6, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(850), 25, + ACTIONS(771), 23, anon_sym_DASH_DASH, anon_sym_in, anon_sym_LBRACE, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, @@ -227656,19 +227657,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [123585] = 4, + [123561] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(2614), 1, sym_comment, - ACTIONS(804), 6, + ACTIONS(801), 6, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(806), 25, + ACTIONS(803), 25, anon_sym_DASH_DASH, anon_sym_in, anon_sym_LBRACE, @@ -227694,28 +227695,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [123627] = 4, + [123603] = 9, ACTIONS(157), 1, anon_sym_POUND, STATE(2615), 1, sym_comment, - ACTIONS(860), 6, + ACTIONS(769), 2, anon_sym_GT, + anon_sym_LT2, + ACTIONS(3618), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3624), 2, anon_sym_STAR, anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(862), 25, - anon_sym_DASH_DASH, - anon_sym_in, - anon_sym_LBRACE, + ACTIONS(3626), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3628), 2, anon_sym_mod, anon_sym_SLASH_SLASH, + ACTIONS(3630), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(771), 19, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_LBRACE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, @@ -227732,37 +227738,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [123669] = 4, + [123655] = 12, ACTIONS(157), 1, anon_sym_POUND, STATE(2616), 1, sym_comment, - ACTIONS(777), 6, + ACTIONS(3614), 2, anon_sym_GT, + anon_sym_LT2, + ACTIONS(3618), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3624), 2, anon_sym_STAR, anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(779), 25, - anon_sym_DASH_DASH, - anon_sym_in, - anon_sym_LBRACE, + ACTIONS(3626), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3628), 2, anon_sym_mod, anon_sym_SLASH_SLASH, + ACTIONS(3630), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(3634), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3620), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3632), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, + ACTIONS(771), 9, + anon_sym_DASH_DASH, + anon_sym_LBRACE, anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, @@ -227770,25 +227784,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [123711] = 5, + [123713] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(2617), 1, sym_comment, - ACTIONS(3640), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(781), 6, + ACTIONS(862), 6, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(783), 23, + ACTIONS(864), 25, anon_sym_DASH_DASH, anon_sym_in, anon_sym_LBRACE, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, anon_sym_mod, anon_sym_SLASH_SLASH, anon_sym_bit_DASHshl, @@ -227809,279 +227822,305 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [123755] = 9, + [123755] = 13, ACTIONS(157), 1, anon_sym_POUND, + ACTIONS(3636), 1, + anon_sym_bit_DASHand, STATE(2618), 1, sym_comment, - ACTIONS(781), 2, + ACTIONS(3614), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(3632), 2, + ACTIONS(3618), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3638), 2, + ACTIONS(3624), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3640), 2, + ACTIONS(3626), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3642), 2, + ACTIONS(3628), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3644), 2, + ACTIONS(3630), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(783), 19, - anon_sym_DASH_DASH, + ACTIONS(3634), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3620), 4, anon_sym_in, - anon_sym_LBRACE, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3632), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, + ACTIONS(771), 8, + anon_sym_DASH_DASH, + anon_sym_LBRACE, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, sym_short_flag, - [123807] = 4, + [123815] = 14, ACTIONS(157), 1, anon_sym_POUND, + ACTIONS(3636), 1, + anon_sym_bit_DASHand, + ACTIONS(3638), 1, + anon_sym_bit_DASHxor, STATE(2619), 1, sym_comment, - ACTIONS(769), 6, + ACTIONS(3614), 2, anon_sym_GT, + anon_sym_LT2, + ACTIONS(3618), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3624), 2, anon_sym_STAR, anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(771), 25, - anon_sym_DASH_DASH, - anon_sym_in, - anon_sym_LBRACE, + ACTIONS(3626), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3628), 2, anon_sym_mod, anon_sym_SLASH_SLASH, + ACTIONS(3630), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(3634), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3620), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3632), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, + ACTIONS(771), 7, + anon_sym_DASH_DASH, + anon_sym_LBRACE, anon_sym_bit_DASHor, anon_sym_and, anon_sym_xor, anon_sym_or, sym_short_flag, - [123849] = 7, + [123877] = 16, ACTIONS(157), 1, anon_sym_POUND, + ACTIONS(3636), 1, + anon_sym_bit_DASHand, + ACTIONS(3638), 1, + anon_sym_bit_DASHxor, + ACTIONS(3640), 1, + anon_sym_bit_DASHor, + ACTIONS(3642), 1, + anon_sym_and, STATE(2620), 1, sym_comment, - ACTIONS(3638), 2, + ACTIONS(3614), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3618), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3624), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3640), 2, + ACTIONS(3626), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3642), 2, + ACTIONS(3628), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(781), 4, - anon_sym_GT, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(783), 21, - anon_sym_DASH_DASH, - anon_sym_in, - anon_sym_LBRACE, + ACTIONS(3630), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(3634), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3620), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3632), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - anon_sym_bit_DASHand, - anon_sym_bit_DASHxor, - anon_sym_bit_DASHor, - anon_sym_and, + ACTIONS(771), 5, + anon_sym_DASH_DASH, + anon_sym_LBRACE, anon_sym_xor, anon_sym_or, sym_short_flag, - [123897] = 18, - ACTIONS(3), 1, + [123943] = 17, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1666), 1, - anon_sym_PIPE, - ACTIONS(3173), 1, - anon_sym_LF, - ACTIONS(3737), 1, + ACTIONS(3636), 1, anon_sym_bit_DASHand, - ACTIONS(3739), 1, + ACTIONS(3638), 1, anon_sym_bit_DASHxor, - ACTIONS(3741), 1, + ACTIONS(3640), 1, anon_sym_bit_DASHor, - ACTIONS(3743), 1, + ACTIONS(3642), 1, anon_sym_and, - ACTIONS(3745), 1, + ACTIONS(3644), 1, anon_sym_xor, - ACTIONS(3747), 1, - anon_sym_or, - STATE(1759), 1, - aux_sym_pipe_element_repeat1, STATE(2621), 1, sym_comment, - ACTIONS(3725), 2, + ACTIONS(3614), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3618), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3731), 2, + ACTIONS(3624), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3626), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3733), 2, + ACTIONS(3628), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3630), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3735), 2, + ACTIONS(3634), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3727), 4, + ACTIONS(771), 4, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + anon_sym_or, + sym_short_flag, + ACTIONS(3620), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3729), 4, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3723), 6, - anon_sym_GT, + ACTIONS(3632), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT2, anon_sym_LT_EQ, anon_sym_GT_EQ, - [123967] = 4, + [124011] = 18, ACTIONS(157), 1, anon_sym_POUND, + ACTIONS(3636), 1, + anon_sym_bit_DASHand, + ACTIONS(3638), 1, + anon_sym_bit_DASHxor, + ACTIONS(3640), 1, + anon_sym_bit_DASHor, + ACTIONS(3642), 1, + anon_sym_and, + ACTIONS(3644), 1, + anon_sym_xor, + ACTIONS(3646), 1, + anon_sym_or, STATE(2622), 1, sym_comment, - ACTIONS(866), 6, + ACTIONS(3614), 2, anon_sym_GT, + anon_sym_LT2, + ACTIONS(3618), 2, anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3624), 2, anon_sym_STAR, anon_sym_SLASH, - anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(868), 25, - anon_sym_DASH_DASH, - anon_sym_in, - anon_sym_LBRACE, + ACTIONS(3626), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, + ACTIONS(3628), 2, anon_sym_mod, anon_sym_SLASH_SLASH, + ACTIONS(3630), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, + ACTIONS(3634), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(771), 3, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + sym_short_flag, + ACTIONS(3620), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + ACTIONS(3632), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - 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, - sym_short_flag, - [124009] = 14, + [124081] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3650), 1, - anon_sym_bit_DASHand, - ACTIONS(3652), 1, - anon_sym_bit_DASHxor, STATE(2623), 1, sym_comment, - ACTIONS(3628), 2, + ACTIONS(819), 6, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3632), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3638), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3640), 2, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(821), 25, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3642), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3644), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3648), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3634), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3646), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(783), 7, - anon_sym_DASH_DASH, - anon_sym_LBRACE, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, sym_short_flag, - [124071] = 4, + [124123] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(2624), 1, sym_comment, - ACTIONS(789), 6, + ACTIONS(819), 6, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(791), 25, + ACTIONS(821), 25, anon_sym_DASH_DASH, anon_sym_in, anon_sym_LBRACE, @@ -228107,14 +228146,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [124113] = 5, + [124165] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3933), 1, + ACTIONS(3941), 1, anon_sym_COMMA, STATE(2625), 1, sym_comment, - ACTIONS(3929), 14, + ACTIONS(3937), 14, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_DASH, @@ -228129,7 +228168,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3931), 16, + ACTIONS(3939), 16, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -228146,19 +228185,19 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [124157] = 4, + [124209] = 4, ACTIONS(157), 1, anon_sym_POUND, STATE(2626), 1, sym_comment, - ACTIONS(793), 6, + ACTIONS(834), 6, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(795), 25, + ACTIONS(836), 25, anon_sym_DASH_DASH, anon_sym_in, anon_sym_LBRACE, @@ -228184,66 +228223,134 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [124199] = 13, + [124251] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3650), 1, - anon_sym_bit_DASHand, + ACTIONS(3945), 1, + anon_sym_COMMA, STATE(2627), 1, sym_comment, - ACTIONS(3628), 2, + ACTIONS(3947), 7, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_DOT_DOT, + aux_sym_val_number_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(3943), 23, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, + anon_sym_not, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [124295] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(2628), 1, + sym_comment, + ACTIONS(874), 6, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3632), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3638), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3640), 2, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(876), 25, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3642), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3644), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3648), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3634), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3646), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(783), 8, - anon_sym_DASH_DASH, - anon_sym_LBRACE, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + 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, sym_short_flag, - [124259] = 4, + [124337] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2628), 1, + STATE(2629), 1, sym_comment, - ACTIONS(773), 6, + ACTIONS(1368), 7, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_DOT_DOT, + aux_sym_val_number_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(1370), 24, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, + anon_sym_not, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [124379] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(2630), 1, + sym_comment, + ACTIONS(858), 6, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(775), 25, + ACTIONS(860), 25, anon_sym_DASH_DASH, anon_sym_in, anon_sym_LBRACE, @@ -228269,19 +228376,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [124301] = 4, + [124421] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2629), 1, + STATE(2631), 1, sym_comment, - ACTIONS(765), 6, + ACTIONS(870), 6, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(767), 25, + ACTIONS(872), 25, anon_sym_DASH_DASH, anon_sym_in, anon_sym_LBRACE, @@ -228307,45 +228414,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [124343] = 12, + [124463] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2630), 1, + STATE(2632), 1, sym_comment, - ACTIONS(3628), 2, + ACTIONS(107), 6, anon_sym_GT, - anon_sym_LT2, - ACTIONS(3632), 2, anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3638), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3640), 2, + anon_sym_PLUS, + anon_sym_LT2, + ACTIONS(109), 25, + anon_sym_DASH_DASH, + anon_sym_in, + anon_sym_LBRACE, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3642), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3644), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3648), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3634), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3646), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(783), 9, - anon_sym_DASH_DASH, - anon_sym_LBRACE, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, anon_sym_bit_DASHand, anon_sym_bit_DASHxor, anon_sym_bit_DASHor, @@ -228353,312 +228452,455 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_xor, anon_sym_or, sym_short_flag, - [124401] = 19, + [124505] = 20, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3604), 1, + ACTIONS(3656), 1, anon_sym_DASH, - ACTIONS(3614), 1, + ACTIONS(3664), 1, anon_sym_PLUS, - ACTIONS(3622), 1, + ACTIONS(3677), 1, anon_sym_bit_DASHand, - ACTIONS(3624), 1, + ACTIONS(3679), 1, anon_sym_bit_DASHxor, - ACTIONS(3626), 1, + ACTIONS(3681), 1, anon_sym_bit_DASHor, - ACTIONS(3670), 1, + ACTIONS(3683), 1, anon_sym_and, - ACTIONS(3672), 1, + ACTIONS(3685), 1, anon_sym_xor, - ACTIONS(3674), 1, + ACTIONS(3687), 1, anon_sym_or, - STATE(2631), 1, + ACTIONS(3949), 1, + anon_sym_LBRACE, + STATE(2633), 1, sym_comment, - ACTIONS(3602), 2, + STATE(2945), 1, + sym_block, + ACTIONS(3654), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(3608), 2, + ACTIONS(3658), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3610), 2, + ACTIONS(3660), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3612), 2, + ACTIONS(3662), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3616), 2, + ACTIONS(3666), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3620), 2, + ACTIONS(3672), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3935), 2, - anon_sym_PIPE, - anon_sym_EQ_GT, - ACTIONS(3606), 4, + ACTIONS(3668), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3670), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3618), 4, + [124578] = 19, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3656), 1, + anon_sym_DASH, + ACTIONS(3664), 1, + anon_sym_PLUS, + ACTIONS(3677), 1, + anon_sym_bit_DASHand, + ACTIONS(3679), 1, + anon_sym_bit_DASHxor, + ACTIONS(3681), 1, + anon_sym_bit_DASHor, + ACTIONS(3683), 1, + anon_sym_and, + ACTIONS(3685), 1, + anon_sym_xor, + ACTIONS(3687), 1, + anon_sym_or, + STATE(2634), 1, + sym_comment, + ACTIONS(2430), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(3654), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3658), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3660), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3662), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3666), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3672), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3668), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [124472] = 20, + ACTIONS(3670), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + [124649] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3604), 1, + STATE(2635), 1, + sym_comment, + ACTIONS(3951), 14, + sym_cmd_identifier, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_not, + anon_sym_DOT_DOT, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(3953), 16, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_DASHinf, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [124690] = 20, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3650), 1, + anon_sym_LBRACE, + ACTIONS(3656), 1, anon_sym_DASH, - ACTIONS(3614), 1, + ACTIONS(3664), 1, anon_sym_PLUS, - ACTIONS(3622), 1, + ACTIONS(3677), 1, anon_sym_bit_DASHand, - ACTIONS(3624), 1, + ACTIONS(3679), 1, anon_sym_bit_DASHxor, - ACTIONS(3626), 1, + ACTIONS(3681), 1, anon_sym_bit_DASHor, - ACTIONS(3670), 1, + ACTIONS(3683), 1, anon_sym_and, - ACTIONS(3672), 1, + ACTIONS(3685), 1, anon_sym_xor, - ACTIONS(3674), 1, + ACTIONS(3687), 1, anon_sym_or, - ACTIONS(3937), 1, - anon_sym_LBRACE, - STATE(764), 1, + STATE(953), 1, sym_block, - STATE(2632), 1, + STATE(2636), 1, sym_comment, - ACTIONS(3602), 2, + ACTIONS(3654), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(3608), 2, + ACTIONS(3658), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3610), 2, + ACTIONS(3660), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3612), 2, + ACTIONS(3662), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3616), 2, + ACTIONS(3666), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3620), 2, + ACTIONS(3672), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3606), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3618), 4, + ACTIONS(3668), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [124545] = 20, + ACTIONS(3670), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + [124763] = 20, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3604), 1, + ACTIONS(3622), 1, + anon_sym_LBRACE, + ACTIONS(3656), 1, anon_sym_DASH, - ACTIONS(3614), 1, + ACTIONS(3664), 1, anon_sym_PLUS, - ACTIONS(3622), 1, + ACTIONS(3677), 1, anon_sym_bit_DASHand, - ACTIONS(3624), 1, + ACTIONS(3679), 1, anon_sym_bit_DASHxor, - ACTIONS(3626), 1, + ACTIONS(3681), 1, anon_sym_bit_DASHor, - ACTIONS(3666), 1, - anon_sym_LBRACE, - ACTIONS(3670), 1, + ACTIONS(3683), 1, anon_sym_and, - ACTIONS(3672), 1, + ACTIONS(3685), 1, anon_sym_xor, - ACTIONS(3674), 1, + ACTIONS(3687), 1, anon_sym_or, - STATE(922), 1, + STATE(826), 1, sym_block, - STATE(2633), 1, + STATE(2637), 1, sym_comment, - ACTIONS(3602), 2, + ACTIONS(3654), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(3608), 2, + ACTIONS(3658), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3610), 2, + ACTIONS(3660), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3612), 2, + ACTIONS(3662), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3616), 2, + ACTIONS(3666), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3620), 2, + ACTIONS(3672), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3606), 4, + ACTIONS(3668), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(3670), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3618), 4, + [124836] = 20, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3656), 1, + anon_sym_DASH, + ACTIONS(3664), 1, + anon_sym_PLUS, + ACTIONS(3677), 1, + anon_sym_bit_DASHand, + ACTIONS(3679), 1, + anon_sym_bit_DASHxor, + ACTIONS(3681), 1, + anon_sym_bit_DASHor, + ACTIONS(3683), 1, + anon_sym_and, + ACTIONS(3685), 1, + anon_sym_xor, + ACTIONS(3687), 1, + anon_sym_or, + ACTIONS(3955), 1, + anon_sym_LBRACE, + STATE(2638), 1, + sym_comment, + STATE(3110), 1, + sym_block, + ACTIONS(3654), 2, + anon_sym_GT, + anon_sym_LT2, + ACTIONS(3658), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(3660), 2, + anon_sym_STAR_STAR, + anon_sym_PLUS_PLUS, + ACTIONS(3662), 2, + anon_sym_mod, + anon_sym_SLASH_SLASH, + ACTIONS(3666), 2, + anon_sym_bit_DASHshl, + anon_sym_bit_DASHshr, + ACTIONS(3672), 2, + anon_sym_EQ_TILDE, + anon_sym_BANG_TILDE, + ACTIONS(3668), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [124618] = 20, + ACTIONS(3670), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + [124909] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(2639), 1, + sym_comment, + ACTIONS(3959), 7, + anon_sym_DOLLAR, + anon_sym_DASH, + anon_sym_DOT_DOT, + aux_sym_val_number_token1, + anon_sym_0b, + anon_sym_0o, + anon_sym_0x, + ACTIONS(3957), 23, + anon_sym_LBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym__, + anon_sym_not, + anon_sym_DOT_DOT_LT, + anon_sym_DOT_DOT_EQ, + sym_val_nothing, + anon_sym_true, + anon_sym_false, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + sym_val_date, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + anon_sym_DOLLAR_SQUOTE, + anon_sym_DOLLAR_DQUOTE, + [124950] = 20, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3604), 1, + ACTIONS(3656), 1, anon_sym_DASH, - ACTIONS(3614), 1, + ACTIONS(3664), 1, anon_sym_PLUS, - ACTIONS(3622), 1, + ACTIONS(3677), 1, anon_sym_bit_DASHand, - ACTIONS(3624), 1, + ACTIONS(3679), 1, anon_sym_bit_DASHxor, - ACTIONS(3626), 1, + ACTIONS(3681), 1, anon_sym_bit_DASHor, - ACTIONS(3670), 1, + ACTIONS(3683), 1, anon_sym_and, - ACTIONS(3672), 1, + ACTIONS(3685), 1, anon_sym_xor, - ACTIONS(3674), 1, + ACTIONS(3687), 1, anon_sym_or, - ACTIONS(3939), 1, + ACTIONS(3961), 1, anon_sym_LBRACE, - STATE(2634), 1, - sym_comment, - STATE(2940), 1, + STATE(777), 1, sym_block, - ACTIONS(3602), 2, + STATE(2640), 1, + sym_comment, + ACTIONS(3654), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(3608), 2, + ACTIONS(3658), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3610), 2, + ACTIONS(3660), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3612), 2, + ACTIONS(3662), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3616), 2, + ACTIONS(3666), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3620), 2, + ACTIONS(3672), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3606), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3618), 4, + ACTIONS(3668), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [124691] = 19, + ACTIONS(3670), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + [125023] = 19, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3604), 1, + ACTIONS(3656), 1, anon_sym_DASH, - ACTIONS(3614), 1, + ACTIONS(3664), 1, anon_sym_PLUS, - ACTIONS(3622), 1, + ACTIONS(3677), 1, anon_sym_bit_DASHand, - ACTIONS(3624), 1, + ACTIONS(3679), 1, anon_sym_bit_DASHxor, - ACTIONS(3626), 1, + ACTIONS(3681), 1, anon_sym_bit_DASHor, - ACTIONS(3670), 1, + ACTIONS(3683), 1, anon_sym_and, - ACTIONS(3672), 1, + ACTIONS(3685), 1, anon_sym_xor, - ACTIONS(3674), 1, + ACTIONS(3687), 1, anon_sym_or, - STATE(2635), 1, + STATE(2641), 1, sym_comment, - ACTIONS(3602), 2, + ACTIONS(3654), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(3608), 2, + ACTIONS(3658), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3610), 2, + ACTIONS(3660), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3612), 2, + ACTIONS(3662), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3616), 2, + ACTIONS(3666), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3620), 2, + ACTIONS(3672), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3941), 2, + ACTIONS(3963), 2, anon_sym_PIPE, anon_sym_EQ_GT, - ACTIONS(3606), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3618), 4, + ACTIONS(3668), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [124762] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(2636), 1, - sym_comment, - ACTIONS(3945), 7, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_DOT_DOT, - aux_sym_val_number_token1, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(3943), 23, - anon_sym_LBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym__, - anon_sym_not, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - sym_val_nothing, - anon_sym_true, - anon_sym_false, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [124803] = 4, + ACTIONS(3670), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + [125094] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2637), 1, + STATE(2642), 1, sym_comment, - ACTIONS(3947), 14, + ACTIONS(3965), 14, sym_cmd_identifier, anon_sym_DOLLAR, anon_sym_DASH, @@ -228673,7 +228915,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3949), 16, + ACTIONS(3967), 16, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LPAREN, @@ -228690,12 +228932,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [124844] = 4, + [125135] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2638), 1, + STATE(2643), 1, sym_comment, - ACTIONS(3953), 7, + ACTIONS(3971), 7, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT_DOT, @@ -228703,7 +228945,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(3951), 23, + ACTIONS(3969), 23, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_LBRACE, @@ -228727,262 +228969,119 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [124885] = 20, + [125176] = 20, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3604), 1, + ACTIONS(3656), 1, anon_sym_DASH, - ACTIONS(3614), 1, + ACTIONS(3664), 1, anon_sym_PLUS, - ACTIONS(3622), 1, + ACTIONS(3677), 1, anon_sym_bit_DASHand, - ACTIONS(3624), 1, + ACTIONS(3679), 1, anon_sym_bit_DASHxor, - ACTIONS(3626), 1, + ACTIONS(3681), 1, anon_sym_bit_DASHor, - ACTIONS(3670), 1, + ACTIONS(3683), 1, anon_sym_and, - ACTIONS(3672), 1, + ACTIONS(3685), 1, anon_sym_xor, - ACTIONS(3674), 1, + ACTIONS(3687), 1, anon_sym_or, - ACTIONS(3955), 1, + ACTIONS(3973), 1, anon_sym_LBRACE, - STATE(2639), 1, - sym_comment, - STATE(3220), 1, + STATE(742), 1, sym_block, - ACTIONS(3602), 2, + STATE(2644), 1, + sym_comment, + ACTIONS(3654), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(3608), 2, + ACTIONS(3658), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3610), 2, + ACTIONS(3660), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3612), 2, + ACTIONS(3662), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3616), 2, + ACTIONS(3666), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3620), 2, + ACTIONS(3672), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3606), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3618), 4, + ACTIONS(3668), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [124958] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(2640), 1, - sym_comment, - ACTIONS(3957), 14, - sym_cmd_identifier, - anon_sym_DOLLAR, - anon_sym_DASH, - anon_sym_not, - anon_sym_DOT_DOT, - sym_val_nothing, - anon_sym_true, - anon_sym_false, - aux_sym_val_number_token1, - anon_sym_inf, - anon_sym_NaN, - anon_sym_0b, - anon_sym_0o, - anon_sym_0x, - ACTIONS(3959), 16, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DOT_DOT_LT, - anon_sym_DOT_DOT_EQ, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_DASHinf, - sym_val_date, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - anon_sym_DOLLAR_SQUOTE, - anon_sym_DOLLAR_DQUOTE, - [124999] = 20, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3604), 1, - anon_sym_DASH, - ACTIONS(3614), 1, - anon_sym_PLUS, - ACTIONS(3622), 1, - anon_sym_bit_DASHand, - ACTIONS(3624), 1, - anon_sym_bit_DASHxor, - ACTIONS(3626), 1, - anon_sym_bit_DASHor, - ACTIONS(3636), 1, - anon_sym_LBRACE, - ACTIONS(3670), 1, - anon_sym_and, - ACTIONS(3672), 1, - anon_sym_xor, - ACTIONS(3674), 1, - anon_sym_or, - STATE(808), 1, - sym_block, - STATE(2641), 1, - sym_comment, - ACTIONS(3602), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(3608), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3610), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3612), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3616), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3620), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3606), 4, + ACTIONS(3670), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3618), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [125072] = 19, + [125249] = 19, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3604), 1, + ACTIONS(3656), 1, anon_sym_DASH, - ACTIONS(3614), 1, + ACTIONS(3664), 1, anon_sym_PLUS, - ACTIONS(3622), 1, + ACTIONS(3677), 1, anon_sym_bit_DASHand, - ACTIONS(3624), 1, + ACTIONS(3679), 1, anon_sym_bit_DASHxor, - ACTIONS(3626), 1, + ACTIONS(3681), 1, anon_sym_bit_DASHor, - ACTIONS(3670), 1, + ACTIONS(3683), 1, anon_sym_and, - ACTIONS(3672), 1, + ACTIONS(3685), 1, anon_sym_xor, - ACTIONS(3674), 1, + ACTIONS(3687), 1, anon_sym_or, - STATE(2642), 1, + STATE(2645), 1, sym_comment, - ACTIONS(2430), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(3602), 2, + ACTIONS(3654), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(3608), 2, + ACTIONS(3658), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3610), 2, + ACTIONS(3660), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3612), 2, + ACTIONS(3662), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3616), 2, + ACTIONS(3666), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3620), 2, + ACTIONS(3672), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3606), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3618), 4, + ACTIONS(3975), 2, + anon_sym_PIPE, + anon_sym_EQ_GT, + ACTIONS(3668), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [125143] = 20, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3604), 1, - anon_sym_DASH, - ACTIONS(3614), 1, - anon_sym_PLUS, - ACTIONS(3622), 1, - anon_sym_bit_DASHand, - ACTIONS(3624), 1, - anon_sym_bit_DASHxor, - ACTIONS(3626), 1, - anon_sym_bit_DASHor, - ACTIONS(3670), 1, - anon_sym_and, - ACTIONS(3672), 1, - anon_sym_xor, - ACTIONS(3674), 1, - anon_sym_or, - ACTIONS(3961), 1, - anon_sym_LBRACE, - STATE(730), 1, - sym_block, - STATE(2643), 1, - sym_comment, - ACTIONS(3602), 2, - anon_sym_GT, - anon_sym_LT2, - ACTIONS(3608), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(3610), 2, - anon_sym_STAR_STAR, - anon_sym_PLUS_PLUS, - ACTIONS(3612), 2, - anon_sym_mod, - anon_sym_SLASH_SLASH, - ACTIONS(3616), 2, - anon_sym_bit_DASHshl, - anon_sym_bit_DASHshr, - ACTIONS(3620), 2, - anon_sym_EQ_TILDE, - anon_sym_BANG_TILDE, - ACTIONS(3606), 4, + ACTIONS(3670), 4, anon_sym_in, anon_sym_not_DASHin, anon_sym_starts_DASHwith, anon_sym_ends_DASHwith, - ACTIONS(3618), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [125216] = 5, + [125320] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3963), 1, + ACTIONS(3977), 1, aux_sym_long_flag_token1, - STATE(2644), 1, + STATE(2646), 1, sym_comment, - ACTIONS(1312), 12, + ACTIONS(1314), 12, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_LBRACE, @@ -228995,7 +229094,7 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - ACTIONS(1310), 16, + ACTIONS(1312), 16, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_not, @@ -229012,114 +229111,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - [125258] = 19, + [125362] = 19, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3604), 1, + ACTIONS(3656), 1, anon_sym_DASH, - ACTIONS(3614), 1, + ACTIONS(3664), 1, anon_sym_PLUS, - ACTIONS(3622), 1, + ACTIONS(3677), 1, anon_sym_bit_DASHand, - ACTIONS(3624), 1, + ACTIONS(3679), 1, anon_sym_bit_DASHxor, - ACTIONS(3626), 1, + ACTIONS(3681), 1, anon_sym_bit_DASHor, - ACTIONS(3670), 1, + ACTIONS(3683), 1, anon_sym_and, - ACTIONS(3672), 1, + ACTIONS(3685), 1, anon_sym_xor, - ACTIONS(3674), 1, + ACTIONS(3687), 1, anon_sym_or, - ACTIONS(3965), 1, + ACTIONS(3979), 1, anon_sym_LBRACE, - STATE(2645), 1, + STATE(2647), 1, sym_comment, - ACTIONS(3602), 2, + ACTIONS(3654), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(3608), 2, + ACTIONS(3658), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3610), 2, + ACTIONS(3660), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3612), 2, + ACTIONS(3662), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3616), 2, + ACTIONS(3666), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3620), 2, + ACTIONS(3672), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3606), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3618), 4, + ACTIONS(3668), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [125328] = 19, + ACTIONS(3670), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + [125432] = 19, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3604), 1, + ACTIONS(3656), 1, anon_sym_DASH, - ACTIONS(3614), 1, + ACTIONS(3664), 1, anon_sym_PLUS, - ACTIONS(3622), 1, + ACTIONS(3677), 1, anon_sym_bit_DASHand, - ACTIONS(3624), 1, + ACTIONS(3679), 1, anon_sym_bit_DASHxor, - ACTIONS(3626), 1, + ACTIONS(3681), 1, anon_sym_bit_DASHor, - ACTIONS(3670), 1, + ACTIONS(3683), 1, anon_sym_and, - ACTIONS(3672), 1, + ACTIONS(3685), 1, anon_sym_xor, - ACTIONS(3674), 1, + ACTIONS(3687), 1, anon_sym_or, - ACTIONS(3967), 1, + ACTIONS(3981), 1, anon_sym_LBRACE, - STATE(2646), 1, + STATE(2648), 1, sym_comment, - ACTIONS(3602), 2, + ACTIONS(3654), 2, anon_sym_GT, anon_sym_LT2, - ACTIONS(3608), 2, + ACTIONS(3658), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(3610), 2, + ACTIONS(3660), 2, anon_sym_STAR_STAR, anon_sym_PLUS_PLUS, - ACTIONS(3612), 2, + ACTIONS(3662), 2, anon_sym_mod, anon_sym_SLASH_SLASH, - ACTIONS(3616), 2, + ACTIONS(3666), 2, anon_sym_bit_DASHshl, anon_sym_bit_DASHshr, - ACTIONS(3620), 2, + ACTIONS(3672), 2, anon_sym_EQ_TILDE, anon_sym_BANG_TILDE, - ACTIONS(3606), 4, - anon_sym_in, - anon_sym_not_DASHin, - anon_sym_starts_DASHwith, - anon_sym_ends_DASHwith, - ACTIONS(3618), 4, + ACTIONS(3668), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [125398] = 4, + ACTIONS(3670), 4, + anon_sym_in, + anon_sym_not_DASHin, + anon_sym_starts_DASHwith, + anon_sym_ends_DASHwith, + [125502] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2647), 1, + STATE(2649), 1, sym_comment, - ACTIONS(1320), 7, + ACTIONS(1325), 7, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT_DOT, @@ -229127,7 +229226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1322), 21, + ACTIONS(1327), 21, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_LBRACE, @@ -229149,12 +229248,12 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [125437] = 4, + [125541] = 4, ACTIONS(157), 1, anon_sym_POUND, - STATE(2648), 1, + STATE(2650), 1, sym_comment, - ACTIONS(1371), 7, + ACTIONS(1414), 7, anon_sym_DOLLAR, anon_sym_DASH, anon_sym_DOT_DOT, @@ -229162,7 +229261,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_0b, anon_sym_0o, anon_sym_0x, - ACTIONS(1373), 21, + ACTIONS(1416), 21, anon_sym_LBRACK, anon_sym_LPAREN, anon_sym_LBRACE, @@ -229184,14 +229283,14 @@ static const uint16_t ts_small_parse_table[] = { sym__str_back_ticks, anon_sym_DOLLAR_SQUOTE, anon_sym_DOLLAR_DQUOTE, - [125476] = 4, + [125580] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3969), 1, + ACTIONS(3983), 1, anon_sym_DASH, - STATE(2649), 1, + STATE(2651), 1, sym_comment, - ACTIONS(3383), 16, + ACTIONS(3350), 16, anon_sym_EQ, sym_identifier, anon_sym_DASH_GT, @@ -229208,14 +229307,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [125504] = 4, + [125608] = 14, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3985), 1, + sym_identifier, + ACTIONS(3990), 1, + anon_sym_DOLLAR, + ACTIONS(3993), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(3996), 1, + anon_sym_DASH_DASH, + ACTIONS(3999), 1, + anon_sym_DASH, + STATE(2656), 1, + sym_param_long_flag, + STATE(2661), 1, + sym__param_name, + STATE(2727), 1, + sym_param_short_flag, + STATE(2732), 1, + sym_param_opt, + STATE(2739), 1, + sym_param_rest, + STATE(2838), 1, + sym_parameter, + STATE(2652), 2, + sym_comment, + aux_sym_parameter_parens_repeat1, + ACTIONS(3988), 3, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + [125654] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(698), 1, + ACTIONS(797), 1, anon_sym_DASH, - STATE(2650), 1, + STATE(2653), 1, sym_comment, - ACTIONS(700), 14, + ACTIONS(799), 14, anon_sym_EQ, sym_identifier, anon_sym_COLON, @@ -229230,14 +229361,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [125530] = 4, + [125680] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(686), 1, + ACTIONS(667), 1, anon_sym_DASH, - STATE(2651), 1, + STATE(2654), 1, sym_comment, - ACTIONS(688), 14, + ACTIONS(669), 14, anon_sym_EQ, sym_identifier, anon_sym_COLON, @@ -229252,46 +229383,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [125556] = 14, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3971), 1, - sym_identifier, - ACTIONS(3976), 1, - anon_sym_DOLLAR, - ACTIONS(3979), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(3982), 1, - anon_sym_DASH_DASH, - ACTIONS(3985), 1, - anon_sym_DASH, - STATE(2654), 1, - sym_param_long_flag, - STATE(2660), 1, - sym__param_name, - STATE(2694), 1, - sym_param_short_flag, - STATE(2695), 1, - sym_param_opt, - STATE(2696), 1, - sym_param_rest, - STATE(2832), 1, - sym_parameter, - STATE(2652), 2, - sym_comment, - aux_sym_parameter_parens_repeat1, - ACTIONS(3974), 3, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - [125602] = 4, + [125706] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(769), 1, + ACTIONS(617), 1, anon_sym_DASH, - STATE(2653), 1, + STATE(2655), 1, sym_comment, - ACTIONS(771), 14, + ACTIONS(619), 14, anon_sym_EQ, sym_identifier, anon_sym_COLON, @@ -229306,28 +229405,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [125628] = 11, + [125732] = 11, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3990), 1, + ACTIONS(4004), 1, anon_sym_EQ, - ACTIONS(3992), 1, + ACTIONS(4006), 1, anon_sym_COLON, - ACTIONS(3994), 1, + ACTIONS(4008), 1, anon_sym_COMMA, - ACTIONS(3996), 1, + ACTIONS(4010), 1, anon_sym_LPAREN, - ACTIONS(3998), 1, + ACTIONS(4012), 1, anon_sym_DASH, - STATE(2654), 1, + STATE(2656), 1, sym_comment, - STATE(2669), 1, + STATE(2680), 1, sym_flag_capsule, - STATE(2684), 1, - sym_param_value, - STATE(2722), 1, + STATE(2693), 1, sym_param_type, - ACTIONS(3988), 7, + STATE(2700), 1, + sym_param_value, + ACTIONS(4002), 7, sym_identifier, anon_sym_RBRACK, anon_sym_RPAREN, @@ -229335,16 +229434,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [125668] = 5, + [125772] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3969), 1, + ACTIONS(3983), 1, anon_sym_DASH, - ACTIONS(4000), 1, + ACTIONS(4014), 1, anon_sym_LT, - STATE(2655), 1, + STATE(2657), 1, sym_comment, - ACTIONS(3383), 12, + ACTIONS(3350), 12, anon_sym_EQ, sym_identifier, anon_sym_DASH_GT, @@ -229357,16 +229456,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, anon_sym_LBRACE, - [125695] = 5, + [125799] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3969), 1, + ACTIONS(3983), 1, anon_sym_DASH, - ACTIONS(4002), 1, + ACTIONS(4016), 1, anon_sym_LT, - STATE(2656), 1, + STATE(2658), 1, sym_comment, - ACTIONS(3383), 12, + ACTIONS(3350), 12, anon_sym_EQ, sym_identifier, anon_sym_DASH_GT, @@ -229379,65 +229478,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, anon_sym_LBRACE, - [125722] = 4, + [125826] = 15, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4004), 1, - anon_sym_DASH, - STATE(2657), 1, - sym_comment, - ACTIONS(3460), 12, - anon_sym_EQ, + ACTIONS(4018), 1, sym_identifier, - anon_sym_DASH_GT, - anon_sym_COMMA, + ACTIONS(4020), 1, anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [125746] = 15, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4006), 1, - sym_identifier, - ACTIONS(4008), 1, - anon_sym_RPAREN, - ACTIONS(4010), 1, + ACTIONS(4022), 1, anon_sym_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(4024), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4014), 1, + ACTIONS(4026), 1, anon_sym_DASH_DASH, - ACTIONS(4016), 1, + ACTIONS(4028), 1, anon_sym_DASH, - STATE(2654), 1, + STATE(2652), 1, + aux_sym_parameter_parens_repeat1, + STATE(2656), 1, sym_param_long_flag, - STATE(2658), 1, + STATE(2659), 1, sym_comment, - STATE(2660), 1, + STATE(2661), 1, sym__param_name, - STATE(2677), 1, - aux_sym_parameter_parens_repeat1, - STATE(2694), 1, + STATE(2727), 1, sym_param_short_flag, - STATE(2695), 1, + STATE(2732), 1, sym_param_opt, - STATE(2696), 1, + STATE(2739), 1, sym_param_rest, - STATE(2832), 1, + STATE(2838), 1, sym_parameter, - [125792] = 4, + [125872] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4018), 1, + ACTIONS(4030), 1, anon_sym_DASH, - STATE(2659), 1, + STATE(2660), 1, sym_comment, - ACTIONS(3462), 12, + ACTIONS(3507), 12, anon_sym_EQ, sym_identifier, anon_sym_DASH_GT, @@ -229450,24 +229529,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, anon_sym_LBRACE, - [125816] = 9, + [125896] = 9, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3990), 1, + ACTIONS(4004), 1, anon_sym_EQ, - ACTIONS(3992), 1, + ACTIONS(4006), 1, anon_sym_COLON, - ACTIONS(4022), 1, + ACTIONS(4034), 1, anon_sym_COMMA, - ACTIONS(4024), 1, + ACTIONS(4036), 1, anon_sym_DASH, - STATE(2660), 1, + STATE(2661), 1, sym_comment, - STATE(2707), 1, - sym_param_type, - STATE(2709), 1, + STATE(2703), 1, sym_param_value, - ACTIONS(4020), 7, + STATE(2704), 1, + sym_param_type, + ACTIONS(4032), 7, sym_identifier, anon_sym_RBRACK, anon_sym_RPAREN, @@ -229475,14 +229554,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [125850] = 4, + [125930] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4026), 1, + ACTIONS(4038), 1, anon_sym_DASH, - STATE(2661), 1, + STATE(2662), 1, sym_comment, - ACTIONS(3464), 12, + ACTIONS(3473), 12, anon_sym_EQ, sym_identifier, anon_sym_DASH_GT, @@ -229495,169 +229574,184 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, anon_sym_LBRACE, - [125874] = 15, + [125954] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4006), 1, + ACTIONS(4040), 1, + anon_sym_DASH, + STATE(2663), 1, + sym_comment, + ACTIONS(3471), 12, + anon_sym_EQ, sym_identifier, - ACTIONS(4010), 1, + anon_sym_DASH_GT, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(4012), 1, + anon_sym_AT, anon_sym_DOT_DOT_DOT, - ACTIONS(4014), 1, anon_sym_DASH_DASH, - ACTIONS(4016), 1, - anon_sym_DASH, - ACTIONS(4028), 1, - anon_sym_RBRACK, - STATE(2654), 1, - sym_param_long_flag, - STATE(2660), 1, - sym__param_name, - STATE(2662), 1, - sym_comment, + anon_sym_LBRACE, + [125978] = 10, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2698), 1, + sym_identifier, + ACTIONS(4042), 1, + anon_sym_DOLLAR, + STATE(2051), 1, + sym_val_number, + STATE(2159), 1, + sym__var, + STATE(2466), 1, + sym_val_variable, STATE(2664), 1, - aux_sym_parameter_parens_repeat1, - STATE(2694), 1, - sym_param_short_flag, - STATE(2695), 1, - sym_param_opt, - STATE(2696), 1, - sym_param_rest, - STATE(2832), 1, - sym_parameter, - [125920] = 15, + sym_comment, + STATE(3383), 1, + sym__where_predicate, + ACTIONS(4044), 3, + aux_sym_val_number_token1, + anon_sym_inf, + anon_sym_NaN, + ACTIONS(4046), 4, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_DASHinf, + [126014] = 15, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4006), 1, + ACTIONS(4018), 1, sym_identifier, - ACTIONS(4010), 1, + ACTIONS(4022), 1, anon_sym_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(4024), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4014), 1, + ACTIONS(4026), 1, anon_sym_DASH_DASH, - ACTIONS(4016), 1, + ACTIONS(4028), 1, anon_sym_DASH, - ACTIONS(4030), 1, - anon_sym_RPAREN, - STATE(2654), 1, + ACTIONS(4048), 1, + anon_sym_RBRACK, + STATE(2652), 1, + aux_sym_parameter_parens_repeat1, + STATE(2656), 1, sym_param_long_flag, - STATE(2660), 1, + STATE(2661), 1, sym__param_name, - STATE(2663), 1, - sym_comment, STATE(2665), 1, - aux_sym_parameter_parens_repeat1, - STATE(2694), 1, + sym_comment, + STATE(2727), 1, sym_param_short_flag, - STATE(2695), 1, + STATE(2732), 1, sym_param_opt, - STATE(2696), 1, + STATE(2739), 1, sym_param_rest, - STATE(2832), 1, + STATE(2838), 1, sym_parameter, - [125966] = 15, + [126060] = 15, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4006), 1, + ACTIONS(4018), 1, sym_identifier, - ACTIONS(4010), 1, + ACTIONS(4022), 1, anon_sym_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(4024), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4014), 1, + ACTIONS(4026), 1, anon_sym_DASH_DASH, - ACTIONS(4016), 1, + ACTIONS(4028), 1, anon_sym_DASH, - ACTIONS(4032), 1, - anon_sym_RBRACK, + ACTIONS(4050), 1, + anon_sym_RPAREN, STATE(2652), 1, aux_sym_parameter_parens_repeat1, - STATE(2654), 1, + STATE(2656), 1, sym_param_long_flag, - STATE(2660), 1, + STATE(2661), 1, sym__param_name, - STATE(2664), 1, + STATE(2666), 1, sym_comment, - STATE(2694), 1, + STATE(2727), 1, sym_param_short_flag, - STATE(2695), 1, + STATE(2732), 1, sym_param_opt, - STATE(2696), 1, + STATE(2739), 1, sym_param_rest, - STATE(2832), 1, + STATE(2838), 1, sym_parameter, - [126012] = 15, + [126106] = 15, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4006), 1, + ACTIONS(4018), 1, sym_identifier, - ACTIONS(4010), 1, + ACTIONS(4022), 1, anon_sym_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(4024), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4014), 1, + ACTIONS(4026), 1, anon_sym_DASH_DASH, - ACTIONS(4016), 1, + ACTIONS(4028), 1, anon_sym_DASH, - ACTIONS(4034), 1, - anon_sym_RPAREN, - STATE(2652), 1, - aux_sym_parameter_parens_repeat1, - STATE(2654), 1, + ACTIONS(4052), 1, + anon_sym_PIPE, + STATE(2656), 1, sym_param_long_flag, - STATE(2660), 1, + STATE(2661), 1, sym__param_name, - STATE(2665), 1, + STATE(2667), 1, sym_comment, - STATE(2694), 1, + STATE(2676), 1, + aux_sym_parameter_parens_repeat1, + STATE(2727), 1, sym_param_short_flag, - STATE(2695), 1, + STATE(2732), 1, sym_param_opt, - STATE(2696), 1, + STATE(2739), 1, sym_param_rest, - STATE(2832), 1, + STATE(2838), 1, sym_parameter, - [126058] = 15, + [126152] = 15, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4006), 1, + ACTIONS(4018), 1, sym_identifier, - ACTIONS(4010), 1, + ACTIONS(4022), 1, anon_sym_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(4024), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4014), 1, + ACTIONS(4026), 1, anon_sym_DASH_DASH, - ACTIONS(4016), 1, + ACTIONS(4028), 1, anon_sym_DASH, - ACTIONS(4036), 1, - anon_sym_PIPE, - STATE(2654), 1, + ACTIONS(4054), 1, + anon_sym_RBRACK, + STATE(2656), 1, sym_param_long_flag, - STATE(2660), 1, + STATE(2661), 1, sym__param_name, - STATE(2666), 1, + STATE(2668), 1, sym_comment, - STATE(2676), 1, + STATE(2673), 1, aux_sym_parameter_parens_repeat1, - STATE(2694), 1, + STATE(2727), 1, sym_param_short_flag, - STATE(2695), 1, + STATE(2732), 1, sym_param_opt, - STATE(2696), 1, + STATE(2739), 1, sym_param_rest, - STATE(2832), 1, + STATE(2838), 1, sym_parameter, - [126104] = 4, + [126198] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4038), 1, + ACTIONS(4056), 1, anon_sym_DASH, - STATE(2667), 1, + STATE(2669), 1, sym_comment, - ACTIONS(3537), 12, + ACTIONS(3551), 12, anon_sym_EQ, sym_identifier, anon_sym_DASH_GT, @@ -229670,961 +229764,954 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, anon_sym_LBRACE, - [126128] = 10, + [126222] = 15, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4018), 1, + sym_identifier, + ACTIONS(4022), 1, + anon_sym_DOLLAR, + ACTIONS(4024), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4026), 1, + anon_sym_DASH_DASH, + ACTIONS(4028), 1, + anon_sym_DASH, + ACTIONS(4058), 1, + anon_sym_RPAREN, + STATE(2656), 1, + sym_param_long_flag, + STATE(2661), 1, + sym__param_name, + STATE(2670), 1, + sym_comment, + STATE(2675), 1, + aux_sym_parameter_parens_repeat1, + STATE(2727), 1, + sym_param_short_flag, + STATE(2732), 1, + sym_param_opt, + STATE(2739), 1, + sym_param_rest, + STATE(2838), 1, + sym_parameter, + [126268] = 10, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2700), 1, sym_identifier, - ACTIONS(4040), 1, + ACTIONS(4060), 1, anon_sym_DOLLAR, - STATE(1972), 1, + STATE(1924), 1, sym_val_number, - STATE(2070), 1, + STATE(2023), 1, sym__var, - STATE(2455), 1, + STATE(2378), 1, sym_val_variable, - STATE(2668), 1, + STATE(2671), 1, sym_comment, - STATE(3162), 1, + STATE(3062), 1, sym__where_predicate, - ACTIONS(4042), 3, + ACTIONS(4062), 3, aux_sym_val_number_token1, anon_sym_inf, anon_sym_NaN, - ACTIONS(4044), 4, + ACTIONS(4064), 4, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_DASHinf, - [126164] = 9, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3990), 1, - anon_sym_EQ, - ACTIONS(3992), 1, - anon_sym_COLON, - ACTIONS(4048), 1, - anon_sym_COMMA, - ACTIONS(4050), 1, - anon_sym_DASH, - STATE(2669), 1, - sym_comment, - STATE(2743), 1, - sym_param_type, - STATE(2745), 1, - sym_param_value, - ACTIONS(4046), 7, - sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [126198] = 15, + [126304] = 15, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4006), 1, + ACTIONS(4018), 1, sym_identifier, - ACTIONS(4010), 1, + ACTIONS(4022), 1, anon_sym_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(4024), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4014), 1, + ACTIONS(4026), 1, anon_sym_DASH_DASH, - ACTIONS(4016), 1, + ACTIONS(4028), 1, anon_sym_DASH, - ACTIONS(4052), 1, + ACTIONS(4066), 1, anon_sym_RBRACK, - STATE(2654), 1, + STATE(2656), 1, sym_param_long_flag, - STATE(2660), 1, + STATE(2661), 1, sym__param_name, - STATE(2670), 1, - sym_comment, - STATE(2678), 1, + STATE(2665), 1, aux_sym_parameter_parens_repeat1, - STATE(2694), 1, + STATE(2672), 1, + sym_comment, + STATE(2727), 1, sym_param_short_flag, - STATE(2695), 1, + STATE(2732), 1, sym_param_opt, - STATE(2696), 1, + STATE(2739), 1, sym_param_rest, - STATE(2832), 1, + STATE(2838), 1, sym_parameter, - [126244] = 15, + [126350] = 15, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4006), 1, + ACTIONS(4018), 1, sym_identifier, - ACTIONS(4010), 1, + ACTIONS(4022), 1, anon_sym_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(4024), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4014), 1, + ACTIONS(4026), 1, anon_sym_DASH_DASH, - ACTIONS(4016), 1, + ACTIONS(4028), 1, anon_sym_DASH, - ACTIONS(4054), 1, + ACTIONS(4068), 1, anon_sym_RBRACK, - STATE(2654), 1, + STATE(2652), 1, + aux_sym_parameter_parens_repeat1, + STATE(2656), 1, sym_param_long_flag, - STATE(2660), 1, + STATE(2661), 1, sym__param_name, - STATE(2671), 1, + STATE(2673), 1, sym_comment, - STATE(2679), 1, - aux_sym_parameter_parens_repeat1, - STATE(2694), 1, + STATE(2727), 1, sym_param_short_flag, - STATE(2695), 1, + STATE(2732), 1, sym_param_opt, - STATE(2696), 1, + STATE(2739), 1, sym_param_rest, - STATE(2832), 1, + STATE(2838), 1, sym_parameter, - [126290] = 15, + [126396] = 15, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4006), 1, + ACTIONS(4018), 1, sym_identifier, - ACTIONS(4010), 1, + ACTIONS(4022), 1, anon_sym_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(4024), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4014), 1, + ACTIONS(4026), 1, anon_sym_DASH_DASH, - ACTIONS(4016), 1, + ACTIONS(4028), 1, anon_sym_DASH, - ACTIONS(4056), 1, - anon_sym_RPAREN, - STATE(2652), 1, - aux_sym_parameter_parens_repeat1, - STATE(2654), 1, + ACTIONS(4070), 1, + anon_sym_RBRACK, + STATE(2656), 1, sym_param_long_flag, - STATE(2660), 1, + STATE(2659), 1, + aux_sym_parameter_parens_repeat1, + STATE(2661), 1, sym__param_name, - STATE(2672), 1, + STATE(2674), 1, sym_comment, - STATE(2694), 1, + STATE(2727), 1, sym_param_short_flag, - STATE(2695), 1, + STATE(2732), 1, sym_param_opt, - STATE(2696), 1, + STATE(2739), 1, sym_param_rest, - STATE(2832), 1, + STATE(2838), 1, sym_parameter, - [126336] = 10, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2698), 1, - sym_identifier, - ACTIONS(4058), 1, - anon_sym_DOLLAR, - STATE(2047), 1, - sym_val_number, - STATE(2158), 1, - sym__var, - STATE(2577), 1, - sym_val_variable, - STATE(2673), 1, - sym_comment, - STATE(3425), 1, - sym__where_predicate, - ACTIONS(4060), 3, - aux_sym_val_number_token1, - anon_sym_inf, - anon_sym_NaN, - ACTIONS(4062), 4, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_DASHinf, - [126372] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4064), 1, - anon_sym_DASH, - STATE(2674), 1, - sym_comment, - ACTIONS(3539), 12, - anon_sym_EQ, - sym_identifier, - anon_sym_DASH_GT, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_AT, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - [126396] = 15, + [126442] = 15, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4006), 1, + ACTIONS(4018), 1, sym_identifier, - ACTIONS(4010), 1, + ACTIONS(4022), 1, anon_sym_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(4024), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4014), 1, + ACTIONS(4026), 1, anon_sym_DASH_DASH, - ACTIONS(4016), 1, + ACTIONS(4028), 1, anon_sym_DASH, - ACTIONS(4066), 1, + ACTIONS(4072), 1, anon_sym_RPAREN, - STATE(2654), 1, + STATE(2652), 1, + aux_sym_parameter_parens_repeat1, + STATE(2656), 1, sym_param_long_flag, - STATE(2660), 1, + STATE(2661), 1, sym__param_name, - STATE(2672), 1, - aux_sym_parameter_parens_repeat1, STATE(2675), 1, sym_comment, - STATE(2694), 1, + STATE(2727), 1, sym_param_short_flag, - STATE(2695), 1, + STATE(2732), 1, sym_param_opt, - STATE(2696), 1, + STATE(2739), 1, sym_param_rest, - STATE(2832), 1, + STATE(2838), 1, sym_parameter, - [126442] = 15, + [126488] = 15, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4006), 1, + ACTIONS(4018), 1, sym_identifier, - ACTIONS(4010), 1, + ACTIONS(4022), 1, anon_sym_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(4024), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4014), 1, + ACTIONS(4026), 1, anon_sym_DASH_DASH, - ACTIONS(4016), 1, + ACTIONS(4028), 1, anon_sym_DASH, - ACTIONS(4068), 1, + ACTIONS(4074), 1, anon_sym_PIPE, STATE(2652), 1, aux_sym_parameter_parens_repeat1, - STATE(2654), 1, + STATE(2656), 1, sym_param_long_flag, - STATE(2660), 1, + STATE(2661), 1, sym__param_name, STATE(2676), 1, sym_comment, - STATE(2694), 1, + STATE(2727), 1, sym_param_short_flag, - STATE(2695), 1, + STATE(2732), 1, sym_param_opt, - STATE(2696), 1, + STATE(2739), 1, sym_param_rest, - STATE(2832), 1, + STATE(2838), 1, sym_parameter, - [126488] = 15, + [126534] = 15, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4006), 1, + ACTIONS(4018), 1, sym_identifier, - ACTIONS(4010), 1, + ACTIONS(4022), 1, anon_sym_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(4024), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4014), 1, + ACTIONS(4026), 1, anon_sym_DASH_DASH, - ACTIONS(4016), 1, + ACTIONS(4028), 1, anon_sym_DASH, - ACTIONS(4070), 1, + ACTIONS(4076), 1, anon_sym_RPAREN, STATE(2652), 1, aux_sym_parameter_parens_repeat1, - STATE(2654), 1, + STATE(2656), 1, sym_param_long_flag, - STATE(2660), 1, + STATE(2661), 1, sym__param_name, STATE(2677), 1, sym_comment, - STATE(2694), 1, + STATE(2727), 1, sym_param_short_flag, - STATE(2695), 1, + STATE(2732), 1, sym_param_opt, - STATE(2696), 1, + STATE(2739), 1, sym_param_rest, - STATE(2832), 1, + STATE(2838), 1, sym_parameter, - [126534] = 15, + [126580] = 15, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4006), 1, + ACTIONS(4018), 1, sym_identifier, - ACTIONS(4010), 1, + ACTIONS(4022), 1, anon_sym_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(4024), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4014), 1, + ACTIONS(4026), 1, anon_sym_DASH_DASH, - ACTIONS(4016), 1, + ACTIONS(4028), 1, anon_sym_DASH, - ACTIONS(4072), 1, - anon_sym_RBRACK, - STATE(2652), 1, - aux_sym_parameter_parens_repeat1, - STATE(2654), 1, + ACTIONS(4078), 1, + anon_sym_RPAREN, + STATE(2656), 1, sym_param_long_flag, - STATE(2660), 1, + STATE(2661), 1, sym__param_name, + STATE(2677), 1, + aux_sym_parameter_parens_repeat1, STATE(2678), 1, sym_comment, - STATE(2694), 1, + STATE(2727), 1, sym_param_short_flag, - STATE(2695), 1, + STATE(2732), 1, sym_param_opt, - STATE(2696), 1, + STATE(2739), 1, sym_param_rest, - STATE(2832), 1, + STATE(2838), 1, sym_parameter, - [126580] = 15, + [126626] = 15, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4006), 1, + ACTIONS(4018), 1, sym_identifier, - ACTIONS(4010), 1, + ACTIONS(4022), 1, anon_sym_DOLLAR, - ACTIONS(4012), 1, + ACTIONS(4024), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(4014), 1, + ACTIONS(4026), 1, anon_sym_DASH_DASH, - ACTIONS(4016), 1, + ACTIONS(4028), 1, anon_sym_DASH, - ACTIONS(4074), 1, - anon_sym_RBRACK, - STATE(2652), 1, - aux_sym_parameter_parens_repeat1, - STATE(2654), 1, + ACTIONS(4080), 1, + anon_sym_RPAREN, + STATE(2656), 1, sym_param_long_flag, - STATE(2660), 1, + STATE(2661), 1, sym__param_name, + STATE(2666), 1, + aux_sym_parameter_parens_repeat1, STATE(2679), 1, sym_comment, - STATE(2694), 1, + STATE(2727), 1, sym_param_short_flag, - STATE(2695), 1, + STATE(2732), 1, sym_param_opt, - STATE(2696), 1, + STATE(2739), 1, sym_param_rest, - STATE(2832), 1, + STATE(2838), 1, sym_parameter, - [126626] = 6, + [126672] = 9, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4078), 1, - anon_sym_AT, - ACTIONS(4080), 1, - anon_sym_DASH, - STATE(2680), 1, - sym_comment, - STATE(2756), 1, - sym_param_cmd, - ACTIONS(4076), 9, + ACTIONS(4004), 1, anon_sym_EQ, - sym_identifier, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [126653] = 5, - ACTIONS(157), 1, - anon_sym_POUND, + ACTIONS(4006), 1, + anon_sym_COLON, ACTIONS(4084), 1, - anon_sym_QMARK, + anon_sym_COMMA, ACTIONS(4086), 1, anon_sym_DASH, - STATE(2681), 1, + STATE(2680), 1, sym_comment, - ACTIONS(4082), 10, - anon_sym_EQ, + STATE(2734), 1, + sym_param_value, + STATE(2735), 1, + sym_param_type, + ACTIONS(4082), 7, sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [126678] = 4, + [126706] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4090), 1, + ACTIONS(4088), 1, anon_sym_DASH, - STATE(2682), 1, + STATE(2681), 1, sym_comment, - ACTIONS(4088), 11, + ACTIONS(3432), 12, anon_sym_EQ, sym_identifier, - anon_sym_COLON, + anon_sym_DASH_GT, anon_sym_COMMA, anon_sym_RBRACK, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, + anon_sym_AT, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [126701] = 12, + anon_sym_LBRACE, + [126730] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(195), 1, - anon_sym_PIPE, - ACTIONS(2555), 1, - anon_sym_DQUOTE, ACTIONS(4092), 1, - sym_identifier, + anon_sym_QMARK, ACTIONS(4094), 1, - anon_sym_RBRACE, - STATE(100), 1, - sym_parameter_pipes, - STATE(1029), 1, - sym__str_double_quotes, - STATE(2683), 1, + anon_sym_DASH, + STATE(2682), 1, sym_comment, - STATE(2792), 1, - aux_sym_val_record_repeat1, - STATE(3022), 1, - sym_record_entry, - STATE(3616), 1, - sym_val_string, - ACTIONS(2557), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [126739] = 7, + ACTIONS(4090), 10, + anon_sym_EQ, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [126755] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3992), 1, - anon_sym_COLON, ACTIONS(4098), 1, - anon_sym_COMMA, - ACTIONS(4100), 1, anon_sym_DASH, - STATE(2684), 1, + STATE(2683), 1, sym_comment, - STATE(2821), 1, - sym_param_type, - ACTIONS(4096), 7, + ACTIONS(4096), 11, + anon_sym_EQ, sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, anon_sym_RBRACK, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [126767] = 11, + [126778] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3630), 1, - anon_sym_DASH_DASH, - ACTIONS(3662), 1, - sym_short_flag, ACTIONS(4102), 1, - anon_sym_DOLLAR, + anon_sym_AT, ACTIONS(4104), 1, - anon_sym_LBRACE, - STATE(541), 1, - sym__var, - STATE(2685), 1, + anon_sym_DASH, + STATE(2684), 1, sym_comment, - STATE(2930), 1, - sym__flag, - STATE(3165), 1, - sym_long_flag, - STATE(392), 2, - sym__blosure, - sym_val_variable, - STATE(695), 2, - sym_block, - sym_val_closure, - [126803] = 12, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(195), 1, - anon_sym_PIPE, - ACTIONS(2555), 1, - anon_sym_DQUOTE, - ACTIONS(4092), 1, + STATE(2757), 1, + sym_param_cmd, + ACTIONS(4100), 9, + anon_sym_EQ, sym_identifier, - ACTIONS(4106), 1, - anon_sym_RBRACE, - STATE(86), 1, - sym_parameter_pipes, - STATE(1029), 1, - sym__str_double_quotes, - STATE(2686), 1, - sym_comment, - STATE(2794), 1, - aux_sym_val_record_repeat1, - STATE(3022), 1, - sym_record_entry, - STATE(3616), 1, - sym_val_string, - ACTIONS(2557), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [126841] = 12, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [126805] = 9, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(195), 1, - anon_sym_PIPE, - ACTIONS(2555), 1, - anon_sym_DQUOTE, - ACTIONS(4092), 1, - sym_identifier, + ACTIONS(2930), 1, + anon_sym_not, + ACTIONS(4060), 1, + anon_sym_DOLLAR, + ACTIONS(4106), 1, + anon_sym_LPAREN, ACTIONS(4108), 1, - anon_sym_RBRACE, - STATE(85), 1, - sym_parameter_pipes, - STATE(1029), 1, - sym__str_double_quotes, - STATE(2687), 1, + anon_sym_DASH, + STATE(2023), 1, + sym__var, + STATE(2685), 1, sym_comment, - STATE(2825), 1, - aux_sym_val_record_repeat1, - STATE(3022), 1, - sym_record_entry, - STATE(3616), 1, - sym_val_string, - ACTIONS(2557), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [126879] = 9, + ACTIONS(2932), 2, + anon_sym_true, + anon_sym_false, + STATE(2370), 4, + sym_expr_unary, + sym_expr_parenthesized, + sym_val_bool, + sym_val_variable, + [126837] = 9, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2499), 1, - anon_sym_not, - ACTIONS(3155), 1, + ACTIONS(2192), 1, anon_sym_LPAREN, + ACTIONS(2848), 1, + anon_sym_not, ACTIONS(4110), 1, anon_sym_DOLLAR, ACTIONS(4112), 1, anon_sym_DASH, - STATE(2180), 1, + STATE(1016), 1, sym__var, - STATE(2688), 1, + STATE(2686), 1, sym_comment, - ACTIONS(2507), 2, + ACTIONS(2850), 2, anon_sym_true, anon_sym_false, - STATE(2588), 4, + STATE(1185), 4, sym_expr_unary, sym_expr_parenthesized, sym_val_bool, sym_val_variable, - [126911] = 9, + [126869] = 9, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2910), 1, - anon_sym_LPAREN, - ACTIONS(2914), 1, + ACTIONS(2499), 1, anon_sym_not, + ACTIONS(3160), 1, + anon_sym_LPAREN, ACTIONS(4114), 1, anon_sym_DOLLAR, ACTIONS(4116), 1, anon_sym_DASH, - STATE(454), 1, + STATE(2331), 1, sym__var, - STATE(2689), 1, + STATE(2687), 1, sym_comment, - ACTIONS(2920), 2, + ACTIONS(2507), 2, anon_sym_true, anon_sym_false, - STATE(514), 4, + STATE(2602), 4, sym_expr_unary, sym_expr_parenthesized, sym_val_bool, sym_val_variable, - [126943] = 11, + [126901] = 11, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3630), 1, + ACTIONS(3616), 1, anon_sym_DASH_DASH, - ACTIONS(3662), 1, + ACTIONS(3648), 1, sym_short_flag, - ACTIONS(4102), 1, + ACTIONS(4118), 1, anon_sym_DOLLAR, - ACTIONS(4104), 1, + ACTIONS(4120), 1, anon_sym_LBRACE, - STATE(541), 1, + STATE(1899), 1, sym__var, - STATE(2685), 1, + STATE(2688), 1, + sym_comment, + STATE(2741), 1, sym__flag, - STATE(2690), 1, + STATE(3058), 1, + sym_long_flag, + STATE(1059), 2, + sym__blosure, + sym_val_variable, + STATE(2161), 2, + sym_block, + sym_val_closure, + [126937] = 11, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3616), 1, + anon_sym_DASH_DASH, + ACTIONS(3648), 1, + sym_short_flag, + ACTIONS(4122), 1, + anon_sym_DOLLAR, + ACTIONS(4124), 1, + anon_sym_LBRACE, + STATE(555), 1, + sym__var, + STATE(2689), 1, sym_comment, - STATE(3165), 1, + STATE(2710), 1, + sym__flag, + STATE(3058), 1, sym_long_flag, - STATE(375), 2, + STATE(414), 2, sym__blosure, sym_val_variable, STATE(695), 2, sym_block, sym_val_closure, - [126979] = 12, + [126973] = 12, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(195), 1, anon_sym_PIPE, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, - ACTIONS(4118), 1, + ACTIONS(4128), 1, anon_sym_RBRACE, - STATE(52), 1, + STATE(63), 1, sym_parameter_pipes, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2691), 1, + STATE(2690), 1, sym_comment, STATE(2828), 1, aux_sym_val_record_repeat1, - STATE(3022), 1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [127017] = 12, + [127011] = 12, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(195), 1, anon_sym_PIPE, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, - ACTIONS(4120), 1, + ACTIONS(4130), 1, anon_sym_RBRACE, - STATE(64), 1, + STATE(37), 1, sym_parameter_pipes, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2692), 1, + STATE(2691), 1, sym_comment, - STATE(2797), 1, + STATE(2829), 1, aux_sym_val_record_repeat1, - STATE(3022), 1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [127055] = 11, + [127049] = 11, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3630), 1, + ACTIONS(3616), 1, anon_sym_DASH_DASH, - ACTIONS(3662), 1, + ACTIONS(3648), 1, sym_short_flag, - ACTIONS(4122), 1, + ACTIONS(4132), 1, anon_sym_DOLLAR, - ACTIONS(4124), 1, + ACTIONS(4134), 1, anon_sym_LBRACE, - STATE(574), 1, + STATE(1942), 1, sym__var, - STATE(2693), 1, + STATE(2692), 1, sym_comment, - STATE(2900), 1, + STATE(2886), 1, sym__flag, - STATE(3165), 1, + STATE(3058), 1, sym_long_flag, - STATE(433), 2, + STATE(1142), 2, sym__blosure, sym_val_variable, - STATE(726), 2, + STATE(2284), 2, sym_block, sym_val_closure, - [127091] = 4, + [127085] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4128), 1, - anon_sym_DASH, - STATE(2694), 1, - sym_comment, - ACTIONS(4126), 10, + ACTIONS(4004), 1, anon_sym_EQ, - sym_identifier, - anon_sym_COLON, + ACTIONS(4138), 1, anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [127113] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4132), 1, + ACTIONS(4140), 1, anon_sym_DASH, - STATE(2695), 1, + STATE(2693), 1, sym_comment, - ACTIONS(4130), 10, - anon_sym_EQ, + STATE(2833), 1, + sym_param_value, + ACTIONS(4136), 7, sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [127135] = 4, + [127113] = 11, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4136), 1, - anon_sym_DASH, - STATE(2696), 1, - sym_comment, - ACTIONS(4134), 10, - anon_sym_EQ, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, + ACTIONS(3616), 1, anon_sym_DASH_DASH, - [127157] = 11, + ACTIONS(3648), 1, + sym_short_flag, + ACTIONS(4132), 1, + anon_sym_DOLLAR, + ACTIONS(4134), 1, + anon_sym_LBRACE, + STATE(1942), 1, + sym__var, + STATE(2694), 1, + sym_comment, + STATE(2718), 1, + sym__flag, + STATE(3058), 1, + sym_long_flag, + STATE(1189), 2, + sym__blosure, + sym_val_variable, + STATE(2284), 2, + sym_block, + sym_val_closure, + [127149] = 11, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3630), 1, + ACTIONS(3616), 1, anon_sym_DASH_DASH, - ACTIONS(3662), 1, + ACTIONS(3648), 1, sym_short_flag, - ACTIONS(4138), 1, + ACTIONS(4132), 1, anon_sym_DOLLAR, - ACTIONS(4140), 1, + ACTIONS(4134), 1, anon_sym_LBRACE, - STATE(2011), 1, + STATE(1942), 1, sym__var, - STATE(2697), 1, - sym_comment, - STATE(2710), 1, + STATE(2692), 1, sym__flag, - STATE(3165), 1, + STATE(2695), 1, + sym_comment, + STATE(3058), 1, sym_long_flag, - STATE(1158), 2, + STATE(1154), 2, sym__blosure, sym_val_variable, - STATE(2241), 2, + STATE(2284), 2, sym_block, sym_val_closure, - [127193] = 12, + [127185] = 12, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(195), 1, anon_sym_PIPE, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, ACTIONS(4142), 1, anon_sym_RBRACE, - STATE(42), 1, + STATE(55), 1, sym_parameter_pipes, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2698), 1, + STATE(2696), 1, sym_comment, - STATE(2801), 1, + STATE(2789), 1, aux_sym_val_record_repeat1, - STATE(3022), 1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [127231] = 12, + [127223] = 11, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3616), 1, + anon_sym_DASH_DASH, + ACTIONS(3648), 1, + sym_short_flag, + ACTIONS(4144), 1, + anon_sym_DOLLAR, + ACTIONS(4146), 1, + anon_sym_LBRACE, + STATE(570), 1, + sym__var, + STATE(2697), 1, + sym_comment, + STATE(2910), 1, + sym__flag, + STATE(3058), 1, + sym_long_flag, + STATE(439), 2, + sym__blosure, + sym_val_variable, + STATE(718), 2, + sym_block, + sym_val_closure, + [127259] = 12, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(195), 1, anon_sym_PIPE, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, - ACTIONS(4144), 1, + ACTIONS(4148), 1, anon_sym_RBRACE, - STATE(79), 1, + STATE(77), 1, sym_parameter_pipes, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2699), 1, + STATE(2698), 1, sym_comment, - STATE(2771), 1, + STATE(2826), 1, aux_sym_val_record_repeat1, - STATE(3022), 1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [127269] = 9, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2972), 1, - anon_sym_LPAREN, - ACTIONS(2976), 1, - anon_sym_not, - ACTIONS(4146), 1, - anon_sym_DOLLAR, - ACTIONS(4148), 1, - anon_sym_DASH, - STATE(226), 1, - sym__var, - STATE(2700), 1, - sym_comment, - ACTIONS(2982), 2, - anon_sym_true, - anon_sym_false, - STATE(390), 4, - sym_expr_unary, - sym_expr_parenthesized, - sym_val_bool, - sym_val_variable, - [127301] = 12, + [127297] = 12, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(195), 1, anon_sym_PIPE, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, ACTIONS(4150), 1, anon_sym_RBRACE, - STATE(75), 1, + STATE(86), 1, sym_parameter_pipes, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2701), 1, + STATE(2699), 1, sym_comment, - STATE(2798), 1, + STATE(2779), 1, aux_sym_val_record_repeat1, - STATE(3022), 1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [127339] = 9, + [127335] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2994), 1, - anon_sym_not, - ACTIONS(4040), 1, + ACTIONS(4006), 1, + anon_sym_COLON, + ACTIONS(4138), 1, + anon_sym_COMMA, + ACTIONS(4140), 1, + anon_sym_DASH, + STATE(2700), 1, + sym_comment, + STATE(2833), 1, + sym_param_type, + ACTIONS(4136), 7, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(4152), 1, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [127363] = 9, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2854), 1, anon_sym_LPAREN, + ACTIONS(2858), 1, + anon_sym_not, + ACTIONS(4152), 1, + anon_sym_DOLLAR, ACTIONS(4154), 1, anon_sym_DASH, - STATE(2070), 1, + STATE(187), 1, sym__var, - STATE(2702), 1, + STATE(2701), 1, sym_comment, - ACTIONS(2996), 2, + ACTIONS(2864), 2, anon_sym_true, anon_sym_false, - STATE(2383), 4, + STATE(335), 4, sym_expr_unary, sym_expr_parenthesized, sym_val_bool, sym_val_variable, - [127371] = 9, + [127395] = 11, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2848), 1, - anon_sym_LPAREN, - ACTIONS(2852), 1, - anon_sym_not, - ACTIONS(4156), 1, + ACTIONS(3616), 1, + anon_sym_DASH_DASH, + ACTIONS(3648), 1, + sym_short_flag, + ACTIONS(4122), 1, anon_sym_DOLLAR, + ACTIONS(4124), 1, + anon_sym_LBRACE, + STATE(555), 1, + sym__var, + STATE(2702), 1, + sym_comment, + STATE(2936), 1, + sym__flag, + STATE(3058), 1, + sym_long_flag, + STATE(355), 2, + sym__blosure, + sym_val_variable, + STATE(695), 2, + sym_block, + sym_val_closure, + [127431] = 7, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4006), 1, + anon_sym_COLON, ACTIONS(4158), 1, + anon_sym_COMMA, + ACTIONS(4160), 1, anon_sym_DASH, - STATE(469), 1, - sym__var, STATE(2703), 1, sym_comment, - ACTIONS(2858), 2, - anon_sym_true, - anon_sym_false, - STATE(603), 4, - sym_expr_unary, - sym_expr_parenthesized, - sym_val_bool, - sym_val_variable, - [127403] = 4, + STATE(2802), 1, + sym_param_type, + ACTIONS(4156), 7, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [127459] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4162), 1, + ACTIONS(4004), 1, + anon_sym_EQ, + ACTIONS(4160), 1, anon_sym_DASH, + ACTIONS(4162), 1, + anon_sym_COMMA, STATE(2704), 1, sym_comment, - ACTIONS(4160), 10, - anon_sym_EQ, + STATE(2799), 1, + sym_param_value, + ACTIONS(4156), 7, sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [127425] = 12, + [127487] = 12, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(195), 1, anon_sym_PIPE, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, ACTIONS(4164), 1, anon_sym_RBRACE, - STATE(90), 1, + STATE(48), 1, sym_parameter_pipes, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, STATE(2705), 1, sym_comment, - STATE(2810), 1, + STATE(2783), 1, aux_sym_val_record_repeat1, - STATE(3022), 1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [127463] = 4, + [127525] = 9, ACTIONS(157), 1, anon_sym_POUND, + ACTIONS(2902), 1, + anon_sym_not, + ACTIONS(4042), 1, + anon_sym_DOLLAR, + ACTIONS(4166), 1, + anon_sym_LPAREN, ACTIONS(4168), 1, anon_sym_DASH, + STATE(2159), 1, + sym__var, STATE(2706), 1, sym_comment, - ACTIONS(4166), 10, + ACTIONS(2904), 2, + anon_sym_true, + anon_sym_false, + STATE(2505), 4, + sym_expr_unary, + sym_expr_parenthesized, + sym_val_bool, + sym_val_variable, + [127557] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4172), 1, + anon_sym_DASH, + STATE(2707), 1, + sym_comment, + ACTIONS(4170), 10, anon_sym_EQ, sym_identifier, anon_sym_COLON, @@ -230635,150 +230722,184 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [127485] = 7, + [127579] = 9, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3990), 1, - anon_sym_EQ, - ACTIONS(4172), 1, - anon_sym_COMMA, + ACTIONS(2824), 1, + anon_sym_not, + ACTIONS(3050), 1, + anon_sym_LPAREN, ACTIONS(4174), 1, + anon_sym_DOLLAR, + ACTIONS(4176), 1, anon_sym_DASH, - STATE(2707), 1, + STATE(1816), 1, + sym__var, + STATE(2708), 1, sym_comment, - STATE(2780), 1, - sym_param_value, - ACTIONS(4170), 7, - sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [127513] = 11, + ACTIONS(2832), 2, + anon_sym_true, + anon_sym_false, + STATE(1940), 4, + sym_expr_unary, + sym_expr_parenthesized, + sym_val_bool, + sym_val_variable, + [127611] = 11, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3630), 1, + ACTIONS(3616), 1, anon_sym_DASH_DASH, - ACTIONS(3662), 1, + ACTIONS(3648), 1, sym_short_flag, - ACTIONS(4102), 1, + ACTIONS(4118), 1, anon_sym_DOLLAR, - ACTIONS(4104), 1, + ACTIONS(4120), 1, anon_sym_LBRACE, - STATE(541), 1, + STATE(1899), 1, sym__var, - STATE(2690), 1, + STATE(2709), 1, + sym_comment, + STATE(2730), 1, sym__flag, - STATE(2708), 1, + STATE(3058), 1, + sym_long_flag, + STATE(1042), 2, + sym__blosure, + sym_val_variable, + STATE(2161), 2, + sym_block, + sym_val_closure, + [127647] = 11, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3616), 1, + anon_sym_DASH_DASH, + ACTIONS(3648), 1, + sym_short_flag, + ACTIONS(4122), 1, + anon_sym_DOLLAR, + ACTIONS(4124), 1, + anon_sym_LBRACE, + STATE(555), 1, + sym__var, + STATE(2710), 1, sym_comment, - STATE(3165), 1, + STATE(2748), 1, + sym__flag, + STATE(3058), 1, sym_long_flag, - STATE(382), 2, + STATE(394), 2, sym__blosure, sym_val_variable, STATE(695), 2, sym_block, sym_val_closure, - [127549] = 7, + [127683] = 9, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3992), 1, - anon_sym_COLON, - ACTIONS(4174), 1, + ACTIONS(2936), 1, + anon_sym_LPAREN, + ACTIONS(2944), 1, + anon_sym_not, + ACTIONS(4178), 1, + anon_sym_DOLLAR, + ACTIONS(4180), 1, anon_sym_DASH, - ACTIONS(4176), 1, - anon_sym_COMMA, - STATE(2709), 1, + STATE(133), 1, + sym__var, + STATE(2711), 1, sym_comment, - STATE(2776), 1, - sym_param_type, - ACTIONS(4170), 7, - sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [127577] = 11, + ACTIONS(2952), 2, + anon_sym_true, + anon_sym_false, + STATE(204), 4, + sym_expr_unary, + sym_expr_parenthesized, + sym_val_bool, + sym_val_variable, + [127715] = 11, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3630), 1, + ACTIONS(3616), 1, anon_sym_DASH_DASH, - ACTIONS(3662), 1, + ACTIONS(3648), 1, sym_short_flag, - ACTIONS(4138), 1, + ACTIONS(4144), 1, anon_sym_DOLLAR, - ACTIONS(4140), 1, + ACTIONS(4146), 1, anon_sym_LBRACE, - STATE(2011), 1, + STATE(570), 1, sym__var, - STATE(2710), 1, - sym_comment, - STATE(2714), 1, + STATE(2697), 1, sym__flag, - STATE(3165), 1, + STATE(2712), 1, + sym_comment, + STATE(3058), 1, sym_long_flag, - STATE(1174), 2, + STATE(427), 2, sym__blosure, sym_val_variable, - STATE(2241), 2, + STATE(718), 2, sym_block, sym_val_closure, - [127613] = 12, + [127751] = 12, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(195), 1, anon_sym_PIPE, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, - ACTIONS(4178), 1, + ACTIONS(4182), 1, anon_sym_RBRACE, - STATE(63), 1, + STATE(58), 1, sym_parameter_pipes, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2711), 1, + STATE(2713), 1, sym_comment, - STATE(2779), 1, + STATE(2801), 1, aux_sym_val_record_repeat1, - STATE(3022), 1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [127651] = 4, + [127789] = 9, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4182), 1, + ACTIONS(2912), 1, + anon_sym_not, + ACTIONS(4184), 1, + anon_sym_LPAREN, + ACTIONS(4186), 1, + anon_sym_DOLLAR, + ACTIONS(4188), 1, anon_sym_DASH, - STATE(2712), 1, + STATE(1949), 1, + sym__var, + STATE(2714), 1, sym_comment, - ACTIONS(4180), 10, - anon_sym_EQ, - sym_identifier, - anon_sym_COLON, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [127673] = 4, + ACTIONS(2918), 2, + anon_sym_true, + anon_sym_false, + STATE(2312), 4, + sym_expr_unary, + sym_expr_parenthesized, + sym_val_bool, + sym_val_variable, + [127821] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4186), 1, + ACTIONS(4192), 1, anon_sym_DASH, - STATE(2713), 1, + STATE(2715), 1, sym_comment, - ACTIONS(4184), 10, + ACTIONS(4190), 10, anon_sym_EQ, sym_identifier, anon_sym_COLON, @@ -230789,428 +230910,399 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [127695] = 11, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3630), 1, - anon_sym_DASH_DASH, - ACTIONS(3662), 1, - sym_short_flag, - ACTIONS(4138), 1, - anon_sym_DOLLAR, - ACTIONS(4140), 1, - anon_sym_LBRACE, - STATE(2011), 1, - sym__var, - STATE(2714), 1, - sym_comment, - STATE(2715), 1, - sym__flag, - STATE(3165), 1, - sym_long_flag, - STATE(1194), 2, - sym__blosure, - sym_val_variable, - STATE(2241), 2, - sym_block, - sym_val_closure, - [127731] = 11, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3630), 1, - anon_sym_DASH_DASH, - ACTIONS(3662), 1, - sym_short_flag, - ACTIONS(4138), 1, - anon_sym_DOLLAR, - ACTIONS(4140), 1, - anon_sym_LBRACE, - STATE(2011), 1, - sym__var, - STATE(2715), 1, - sym_comment, - STATE(2880), 1, - sym__flag, - STATE(3165), 1, - sym_long_flag, - STATE(1097), 2, - sym__blosure, - sym_val_variable, - STATE(2241), 2, - sym_block, - sym_val_closure, - [127767] = 12, + [127843] = 12, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(195), 1, anon_sym_PIPE, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, - ACTIONS(4188), 1, + ACTIONS(4194), 1, anon_sym_RBRACE, - STATE(48), 1, + STATE(95), 1, sym_parameter_pipes, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, STATE(2716), 1, sym_comment, - STATE(2790), 1, + STATE(2797), 1, aux_sym_val_record_repeat1, - STATE(3022), 1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [127805] = 9, + [127881] = 9, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2998), 1, - anon_sym_not, - ACTIONS(4058), 1, - anon_sym_DOLLAR, - ACTIONS(4190), 1, + ACTIONS(2880), 1, anon_sym_LPAREN, - ACTIONS(4192), 1, - anon_sym_DASH, - STATE(2158), 1, - sym__var, - STATE(2717), 1, - sym_comment, - ACTIONS(3000), 2, - anon_sym_true, - anon_sym_false, - STATE(2493), 4, - sym_expr_unary, - sym_expr_parenthesized, - sym_val_bool, - sym_val_variable, - [127837] = 9, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3032), 1, + ACTIONS(2884), 1, anon_sym_not, - ACTIONS(4194), 1, - anon_sym_LPAREN, ACTIONS(4196), 1, anon_sym_DOLLAR, ACTIONS(4198), 1, anon_sym_DASH, - STATE(1965), 1, - sym__var, - STATE(2718), 1, - sym_comment, - ACTIONS(3038), 2, - anon_sym_true, - anon_sym_false, - STATE(2310), 4, - sym_expr_unary, - sym_expr_parenthesized, - sym_val_bool, - sym_val_variable, - [127869] = 9, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2180), 1, - anon_sym_LPAREN, - ACTIONS(2870), 1, - anon_sym_not, - ACTIONS(4200), 1, - anon_sym_DOLLAR, - ACTIONS(4202), 1, - anon_sym_DASH, - STATE(1012), 1, + STATE(233), 1, sym__var, - STATE(2719), 1, + STATE(2717), 1, sym_comment, - ACTIONS(2872), 2, + ACTIONS(2890), 2, anon_sym_true, anon_sym_false, - STATE(1123), 4, + STATE(393), 4, sym_expr_unary, sym_expr_parenthesized, sym_val_bool, sym_val_variable, - [127901] = 11, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3630), 1, - anon_sym_DASH_DASH, - ACTIONS(3662), 1, - sym_short_flag, - ACTIONS(4122), 1, - anon_sym_DOLLAR, - ACTIONS(4124), 1, - anon_sym_LBRACE, - STATE(574), 1, - sym__var, - STATE(2720), 1, - sym_comment, - STATE(2739), 1, - sym__flag, - STATE(3165), 1, - sym_long_flag, - STATE(431), 2, - sym__blosure, - sym_val_variable, - STATE(726), 2, - sym_block, - sym_val_closure, - [127937] = 11, + [127913] = 11, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3630), 1, + ACTIONS(3616), 1, anon_sym_DASH_DASH, - ACTIONS(3662), 1, + ACTIONS(3648), 1, sym_short_flag, - ACTIONS(4122), 1, + ACTIONS(4132), 1, anon_sym_DOLLAR, - ACTIONS(4124), 1, + ACTIONS(4134), 1, anon_sym_LBRACE, - STATE(574), 1, + STATE(1942), 1, sym__var, - STATE(2720), 1, + STATE(2695), 1, sym__flag, - STATE(2721), 1, + STATE(2718), 1, sym_comment, - STATE(3165), 1, + STATE(3058), 1, sym_long_flag, - STATE(432), 2, + STATE(1193), 2, sym__blosure, sym_val_variable, - STATE(726), 2, + STATE(2284), 2, sym_block, sym_val_closure, - [127973] = 7, + [127949] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3990), 1, - anon_sym_EQ, - ACTIONS(4098), 1, - anon_sym_COMMA, - ACTIONS(4100), 1, + ACTIONS(4202), 1, anon_sym_DASH, - STATE(2722), 1, + STATE(2719), 1, sym_comment, - STATE(2821), 1, - sym_param_value, - ACTIONS(4096), 7, + ACTIONS(4200), 10, + anon_sym_EQ, sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [128001] = 9, + [127971] = 12, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2932), 1, - anon_sym_not, - ACTIONS(3070), 1, - anon_sym_LPAREN, + ACTIONS(195), 1, + anon_sym_PIPE, + ACTIONS(2555), 1, + anon_sym_DQUOTE, + ACTIONS(4126), 1, + sym_identifier, ACTIONS(4204), 1, - anon_sym_DOLLAR, + anon_sym_RBRACE, + STATE(83), 1, + sym_parameter_pipes, + STATE(1038), 1, + sym__str_double_quotes, + STATE(2720), 1, + sym_comment, + STATE(2812), 1, + aux_sym_val_record_repeat1, + STATE(3040), 1, + sym_record_entry, + STATE(3625), 1, + sym_val_string, + ACTIONS(2557), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [128009] = 9, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2184), 1, + anon_sym_LPAREN, + ACTIONS(2710), 1, + anon_sym_not, ACTIONS(4206), 1, + anon_sym_DOLLAR, + ACTIONS(4208), 1, anon_sym_DASH, - STATE(1910), 1, + STATE(1023), 1, sym__var, - STATE(2723), 1, + STATE(2721), 1, sym_comment, - ACTIONS(2934), 2, + ACTIONS(2718), 2, anon_sym_true, anon_sym_false, - STATE(2245), 4, + STATE(1122), 4, sym_expr_unary, sym_expr_parenthesized, sym_val_bool, sym_val_variable, - [128033] = 11, + [128041] = 11, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3630), 1, + ACTIONS(3616), 1, anon_sym_DASH_DASH, - ACTIONS(3662), 1, + ACTIONS(3648), 1, sym_short_flag, - ACTIONS(4208), 1, + ACTIONS(4144), 1, anon_sym_DOLLAR, - ACTIONS(4210), 1, + ACTIONS(4146), 1, anon_sym_LBRACE, - STATE(1882), 1, + STATE(570), 1, sym__var, - STATE(2724), 1, + STATE(2722), 1, sym_comment, - STATE(2892), 1, + STATE(2742), 1, sym__flag, - STATE(3165), 1, + STATE(3058), 1, sym_long_flag, - STATE(1088), 2, + STATE(437), 2, sym__blosure, sym_val_variable, - STATE(2126), 2, + STATE(718), 2, sym_block, sym_val_closure, - [128069] = 9, + [128077] = 12, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2876), 1, + ACTIONS(195), 1, + anon_sym_PIPE, + ACTIONS(2555), 1, + anon_sym_DQUOTE, + ACTIONS(4126), 1, + sym_identifier, + ACTIONS(4210), 1, + anon_sym_RBRACE, + STATE(79), 1, + sym_parameter_pipes, + STATE(1038), 1, + sym__str_double_quotes, + STATE(2723), 1, + sym_comment, + STATE(2830), 1, + aux_sym_val_record_repeat1, + STATE(3040), 1, + sym_record_entry, + STATE(3625), 1, + sym_val_string, + ACTIONS(2557), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [128115] = 9, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2970), 1, anon_sym_LPAREN, - ACTIONS(2884), 1, + ACTIONS(2978), 1, anon_sym_not, ACTIONS(4212), 1, anon_sym_DOLLAR, ACTIONS(4214), 1, anon_sym_DASH, - STATE(147), 1, + STATE(152), 1, sym__var, - STATE(2725), 1, + STATE(2724), 1, sym_comment, - ACTIONS(2892), 2, + ACTIONS(2986), 2, anon_sym_true, anon_sym_false, - STATE(286), 4, + STATE(265), 4, sym_expr_unary, sym_expr_parenthesized, sym_val_bool, sym_val_variable, - [128101] = 11, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3630), 1, - anon_sym_DASH_DASH, - ACTIONS(3662), 1, - sym_short_flag, - ACTIONS(4208), 1, - anon_sym_DOLLAR, - ACTIONS(4210), 1, - anon_sym_LBRACE, - STATE(1882), 1, - sym__var, - STATE(2724), 1, - sym__flag, - STATE(2726), 1, - sym_comment, - STATE(3165), 1, - sym_long_flag, - STATE(1074), 2, - sym__blosure, - sym_val_variable, - STATE(2126), 2, - sym_block, - sym_val_closure, - [128137] = 12, + [128147] = 12, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(195), 1, anon_sym_PIPE, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, ACTIONS(4216), 1, anon_sym_RBRACE, - STATE(41), 1, + STATE(101), 1, sym_parameter_pipes, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2727), 1, + STATE(2725), 1, sym_comment, - STATE(2826), 1, + STATE(2823), 1, aux_sym_val_record_repeat1, - STATE(3022), 1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [128175] = 12, + [128185] = 12, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(195), 1, anon_sym_PIPE, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, ACTIONS(4218), 1, anon_sym_RBRACE, - STATE(104), 1, + STATE(38), 1, sym_parameter_pipes, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2728), 1, + STATE(2726), 1, sym_comment, - STATE(2795), 1, + STATE(2813), 1, aux_sym_val_record_repeat1, - STATE(3022), 1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [128213] = 11, + [128223] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3630), 1, + ACTIONS(4222), 1, + anon_sym_DASH, + STATE(2727), 1, + sym_comment, + ACTIONS(4220), 10, + anon_sym_EQ, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - ACTIONS(3662), 1, - sym_short_flag, - ACTIONS(4102), 1, + [128245] = 9, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2796), 1, + anon_sym_not, + ACTIONS(4224), 1, + anon_sym_LPAREN, + ACTIONS(4226), 1, anon_sym_DOLLAR, - ACTIONS(4104), 1, - anon_sym_LBRACE, - STATE(541), 1, + ACTIONS(4228), 1, + anon_sym_DASH, + STATE(1895), 1, sym__var, - STATE(2708), 1, - sym__flag, - STATE(2729), 1, + STATE(2728), 1, sym_comment, - STATE(3165), 1, - sym_long_flag, - STATE(371), 2, - sym__blosure, + ACTIONS(2802), 2, + anon_sym_true, + anon_sym_false, + STATE(2121), 4, + sym_expr_unary, + sym_expr_parenthesized, + sym_val_bool, sym_val_variable, - STATE(695), 2, - sym_block, - sym_val_closure, - [128249] = 11, + [128277] = 12, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3630), 1, + ACTIONS(195), 1, + anon_sym_PIPE, + ACTIONS(2555), 1, + anon_sym_DQUOTE, + ACTIONS(4126), 1, + sym_identifier, + ACTIONS(4230), 1, + anon_sym_RBRACE, + STATE(100), 1, + sym_parameter_pipes, + STATE(1038), 1, + sym__str_double_quotes, + STATE(2729), 1, + sym_comment, + STATE(2792), 1, + aux_sym_val_record_repeat1, + STATE(3040), 1, + sym_record_entry, + STATE(3625), 1, + sym_val_string, + ACTIONS(2557), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [128315] = 11, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3616), 1, anon_sym_DASH_DASH, - ACTIONS(3662), 1, + ACTIONS(3648), 1, sym_short_flag, - ACTIONS(4208), 1, + ACTIONS(4118), 1, anon_sym_DOLLAR, - ACTIONS(4210), 1, + ACTIONS(4120), 1, anon_sym_LBRACE, - STATE(1882), 1, + STATE(1899), 1, sym__var, STATE(2730), 1, sym_comment, - STATE(2735), 1, + STATE(2905), 1, sym__flag, - STATE(3165), 1, + STATE(3058), 1, sym_long_flag, - STATE(1041), 2, + STATE(1045), 2, sym__blosure, sym_val_variable, - STATE(2126), 2, + STATE(2161), 2, sym_block, sym_val_closure, - [128285] = 4, + [128351] = 12, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4222), 1, - anon_sym_DASH, + ACTIONS(195), 1, + anon_sym_PIPE, + ACTIONS(2555), 1, + anon_sym_DQUOTE, + ACTIONS(4126), 1, + sym_identifier, + ACTIONS(4232), 1, + anon_sym_RBRACE, + STATE(65), 1, + sym_parameter_pipes, + STATE(1038), 1, + sym__str_double_quotes, STATE(2731), 1, sym_comment, - ACTIONS(4220), 10, + STATE(2816), 1, + aux_sym_val_record_repeat1, + STATE(3040), 1, + sym_record_entry, + STATE(3625), 1, + sym_val_string, + ACTIONS(2557), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [128389] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4236), 1, + anon_sym_DASH, + STATE(2732), 1, + sym_comment, + ACTIONS(4234), 10, anon_sym_EQ, sym_identifier, anon_sym_COLON, @@ -231221,464 +231313,453 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [128307] = 9, + [128411] = 9, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3008), 1, + ACTIONS(2362), 1, anon_sym_not, - ACTIONS(4224), 1, + ACTIONS(3075), 1, anon_sym_LPAREN, - ACTIONS(4226), 1, + ACTIONS(4238), 1, anon_sym_DOLLAR, - ACTIONS(4228), 1, + ACTIONS(4240), 1, anon_sym_DASH, - STATE(1860), 1, + STATE(1981), 1, sym__var, - STATE(2732), 1, + STATE(2733), 1, sym_comment, - ACTIONS(3014), 2, + ACTIONS(2370), 2, anon_sym_true, anon_sym_false, - STATE(2127), 4, + STATE(2190), 4, sym_expr_unary, sym_expr_parenthesized, sym_val_bool, sym_val_variable, - [128339] = 12, + [128443] = 7, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4006), 1, + anon_sym_COLON, + ACTIONS(4244), 1, + anon_sym_COMMA, + ACTIONS(4246), 1, + anon_sym_DASH, + STATE(2734), 1, + sym_comment, + STATE(2791), 1, + sym_param_type, + ACTIONS(4242), 7, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [128471] = 7, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4004), 1, + anon_sym_EQ, + ACTIONS(4244), 1, + anon_sym_COMMA, + ACTIONS(4246), 1, + anon_sym_DASH, + STATE(2735), 1, + sym_comment, + STATE(2791), 1, + sym_param_value, + ACTIONS(4242), 7, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [128499] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4250), 1, + anon_sym_DASH, + STATE(2736), 1, + sym_comment, + ACTIONS(4248), 10, + anon_sym_EQ, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [128521] = 12, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(195), 1, anon_sym_PIPE, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, - ACTIONS(4230), 1, + ACTIONS(4252), 1, anon_sym_RBRACE, - STATE(69), 1, + STATE(103), 1, sym_parameter_pipes, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2733), 1, + STATE(2737), 1, sym_comment, - STATE(2830), 1, + STATE(2803), 1, aux_sym_val_record_repeat1, - STATE(3022), 1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [128377] = 9, + [128559] = 9, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2320), 1, - anon_sym_not, - ACTIONS(3076), 1, + ACTIONS(3004), 1, anon_sym_LPAREN, - ACTIONS(4232), 1, + ACTIONS(3008), 1, + anon_sym_not, + ACTIONS(4254), 1, anon_sym_DOLLAR, - ACTIONS(4234), 1, + ACTIONS(4256), 1, anon_sym_DASH, - STATE(1921), 1, + STATE(469), 1, sym__var, - STATE(2734), 1, + STATE(2738), 1, sym_comment, - ACTIONS(2328), 2, + ACTIONS(3014), 2, anon_sym_true, anon_sym_false, - STATE(2224), 4, + STATE(636), 4, sym_expr_unary, sym_expr_parenthesized, sym_val_bool, sym_val_variable, - [128409] = 11, + [128591] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3630), 1, - anon_sym_DASH_DASH, - ACTIONS(3662), 1, - sym_short_flag, - ACTIONS(4208), 1, - anon_sym_DOLLAR, - ACTIONS(4210), 1, - anon_sym_LBRACE, - STATE(1882), 1, - sym__var, - STATE(2726), 1, - sym__flag, - STATE(2735), 1, + ACTIONS(4260), 1, + anon_sym_DASH, + STATE(2739), 1, sym_comment, - STATE(3165), 1, - sym_long_flag, - STATE(1064), 2, - sym__blosure, - sym_val_variable, - STATE(2126), 2, - sym_block, - sym_val_closure, - [128445] = 12, + ACTIONS(4258), 10, + anon_sym_EQ, + sym_identifier, + anon_sym_COLON, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [128613] = 12, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(195), 1, anon_sym_PIPE, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, - ACTIONS(4236), 1, + ACTIONS(4262), 1, anon_sym_RBRACE, - STATE(78), 1, + STATE(90), 1, sym_parameter_pipes, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2736), 1, + STATE(2740), 1, sym_comment, - STATE(2775), 1, + STATE(2796), 1, aux_sym_val_record_repeat1, - STATE(3022), 1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [128483] = 9, + [128651] = 11, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2190), 1, - anon_sym_LPAREN, - ACTIONS(2710), 1, - anon_sym_not, - ACTIONS(4238), 1, + ACTIONS(3616), 1, + anon_sym_DASH_DASH, + ACTIONS(3648), 1, + sym_short_flag, + ACTIONS(4118), 1, anon_sym_DOLLAR, - ACTIONS(4240), 1, - anon_sym_DASH, - STATE(1021), 1, + ACTIONS(4120), 1, + anon_sym_LBRACE, + STATE(1899), 1, sym__var, - STATE(2737), 1, + STATE(2709), 1, + sym__flag, + STATE(2741), 1, sym_comment, - ACTIONS(2718), 2, - anon_sym_true, - anon_sym_false, - STATE(1139), 4, - sym_expr_unary, - sym_expr_parenthesized, - sym_val_bool, + STATE(3058), 1, + sym_long_flag, + STATE(1078), 2, + sym__blosure, sym_val_variable, - [128515] = 12, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(195), 1, - anon_sym_PIPE, - ACTIONS(2555), 1, - anon_sym_DQUOTE, - ACTIONS(4092), 1, - sym_identifier, - ACTIONS(4242), 1, - anon_sym_RBRACE, - STATE(97), 1, - sym_parameter_pipes, - STATE(1029), 1, - sym__str_double_quotes, - STATE(2738), 1, - sym_comment, - STATE(2803), 1, - aux_sym_val_record_repeat1, - STATE(3022), 1, - sym_record_entry, - STATE(3616), 1, - sym_val_string, - ACTIONS(2557), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [128553] = 11, + STATE(2161), 2, + sym_block, + sym_val_closure, + [128687] = 11, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3630), 1, + ACTIONS(3616), 1, anon_sym_DASH_DASH, - ACTIONS(3662), 1, + ACTIONS(3648), 1, sym_short_flag, - ACTIONS(4122), 1, + ACTIONS(4144), 1, anon_sym_DOLLAR, - ACTIONS(4124), 1, + ACTIONS(4146), 1, anon_sym_LBRACE, - STATE(574), 1, + STATE(570), 1, sym__var, - STATE(2693), 1, + STATE(2712), 1, sym__flag, - STATE(2739), 1, + STATE(2742), 1, sym_comment, - STATE(3165), 1, + STATE(3058), 1, sym_long_flag, - STATE(425), 2, + STATE(428), 2, sym__blosure, sym_val_variable, - STATE(726), 2, + STATE(718), 2, sym_block, sym_val_closure, - [128589] = 12, + [128723] = 9, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(195), 1, - anon_sym_PIPE, - ACTIONS(2555), 1, - anon_sym_DQUOTE, - ACTIONS(4092), 1, - sym_identifier, - ACTIONS(4244), 1, - anon_sym_RBRACE, - STATE(71), 1, - sym_parameter_pipes, - STATE(1029), 1, - sym__str_double_quotes, - STATE(2740), 1, + ACTIONS(3028), 1, + anon_sym_LPAREN, + ACTIONS(3032), 1, + anon_sym_not, + ACTIONS(4264), 1, + anon_sym_DOLLAR, + ACTIONS(4266), 1, + anon_sym_DASH, + STATE(458), 1, + sym__var, + STATE(2743), 1, sym_comment, - STATE(2773), 1, - aux_sym_val_record_repeat1, - STATE(3022), 1, - sym_record_entry, - STATE(3616), 1, - sym_val_string, - ACTIONS(2557), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [128627] = 12, + ACTIONS(3038), 2, + anon_sym_true, + anon_sym_false, + STATE(524), 4, + sym_expr_unary, + sym_expr_parenthesized, + sym_val_bool, + sym_val_variable, + [128755] = 12, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(195), 1, anon_sym_PIPE, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, - ACTIONS(4246), 1, + ACTIONS(4268), 1, anon_sym_RBRACE, - STATE(60), 1, + STATE(61), 1, sym_parameter_pipes, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2741), 1, + STATE(2744), 1, sym_comment, - STATE(2806), 1, + STATE(2820), 1, aux_sym_val_record_repeat1, - STATE(3022), 1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [128665] = 9, + [128793] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2796), 1, - anon_sym_not, - ACTIONS(3050), 1, - anon_sym_LPAREN, - ACTIONS(4248), 1, - anon_sym_DOLLAR, - ACTIONS(4250), 1, + ACTIONS(4272), 1, anon_sym_DASH, - STATE(1818), 1, - sym__var, - STATE(2742), 1, + STATE(2745), 1, sym_comment, - ACTIONS(2804), 2, - anon_sym_true, - anon_sym_false, - STATE(1909), 4, - sym_expr_unary, - sym_expr_parenthesized, - sym_val_bool, - sym_val_variable, - [128697] = 7, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3990), 1, + ACTIONS(4270), 10, anon_sym_EQ, - ACTIONS(4254), 1, - anon_sym_COMMA, - ACTIONS(4256), 1, - anon_sym_DASH, - STATE(2743), 1, - sym_comment, - STATE(2772), 1, - sym_param_value, - ACTIONS(4252), 7, sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [128725] = 9, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2938), 1, - anon_sym_LPAREN, - ACTIONS(2946), 1, - anon_sym_not, - ACTIONS(4258), 1, - anon_sym_DOLLAR, - ACTIONS(4260), 1, - anon_sym_DASH, - STATE(132), 1, - sym__var, - STATE(2744), 1, - sym_comment, - ACTIONS(2954), 2, - anon_sym_true, - anon_sym_false, - STATE(240), 4, - sym_expr_unary, - sym_expr_parenthesized, - sym_val_bool, - sym_val_variable, - [128757] = 7, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3992), 1, anon_sym_COLON, - ACTIONS(4254), 1, anon_sym_COMMA, - ACTIONS(4256), 1, - anon_sym_DASH, - STATE(2745), 1, - sym_comment, - STATE(2772), 1, - sym_param_type, - ACTIONS(4252), 7, - sym_identifier, anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [128785] = 9, + [128815] = 9, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2824), 1, - anon_sym_LPAREN, - ACTIONS(2828), 1, + ACTIONS(2786), 1, anon_sym_not, - ACTIONS(4262), 1, + ACTIONS(3069), 1, + anon_sym_LPAREN, + ACTIONS(4274), 1, anon_sym_DOLLAR, - ACTIONS(4264), 1, + ACTIONS(4276), 1, anon_sym_DASH, - STATE(188), 1, + STATE(1992), 1, sym__var, STATE(2746), 1, sym_comment, - ACTIONS(2834), 2, + ACTIONS(2788), 2, anon_sym_true, anon_sym_false, - STATE(319), 4, + STATE(2247), 4, sym_expr_unary, sym_expr_parenthesized, sym_val_bool, sym_val_variable, - [128817] = 6, + [128847] = 12, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2364), 1, - aux_sym_val_number_token1, - ACTIONS(4194), 1, - anon_sym_LPAREN, + ACTIONS(195), 1, + anon_sym_PIPE, + ACTIONS(2555), 1, + anon_sym_DQUOTE, + ACTIONS(4126), 1, + sym_identifier, + ACTIONS(4278), 1, + anon_sym_RBRACE, + STATE(44), 1, + sym_parameter_pipes, + STATE(1038), 1, + sym__str_double_quotes, STATE(2747), 1, sym_comment, - STATE(2264), 2, - sym_expr_parenthesized, - sym_val_number, - ACTIONS(3040), 6, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - [128842] = 3, + STATE(2821), 1, + aux_sym_val_record_repeat1, + STATE(3040), 1, + sym_record_entry, + STATE(3625), 1, + sym_val_string, + ACTIONS(2557), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [128885] = 11, ACTIONS(157), 1, anon_sym_POUND, + ACTIONS(3616), 1, + anon_sym_DASH_DASH, + ACTIONS(3648), 1, + sym_short_flag, + ACTIONS(4122), 1, + anon_sym_DOLLAR, + ACTIONS(4124), 1, + anon_sym_LBRACE, + STATE(555), 1, + sym__var, + STATE(2702), 1, + sym__flag, STATE(2748), 1, sym_comment, - ACTIONS(1730), 10, - anon_sym_EQ, - sym_cmd_identifier, - anon_sym_LBRACK, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [128861] = 6, + STATE(3058), 1, + sym_long_flag, + STATE(368), 2, + sym__blosure, + sym_val_variable, + STATE(695), 2, + sym_block, + sym_val_closure, + [128921] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2222), 1, + ACTIONS(249), 1, aux_sym_val_number_token1, - ACTIONS(4224), 1, + ACTIONS(4106), 1, anon_sym_LPAREN, STATE(2749), 1, sym_comment, - STATE(2105), 2, + STATE(2446), 2, sym_expr_parenthesized, sym_val_number, - ACTIONS(3016), 6, + ACTIONS(251), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - [128886] = 6, + [128946] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(744), 1, - aux_sym_val_number_token1, - ACTIONS(2876), 1, + ACTIONS(2184), 1, anon_sym_LPAREN, + ACTIONS(2186), 1, + aux_sym_val_number_token1, STATE(2750), 1, sym_comment, - STATE(277), 2, + STATE(1156), 2, sym_expr_parenthesized, sym_val_number, - ACTIONS(4266), 6, + ACTIONS(2188), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - [128911] = 6, + [128971] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3050), 1, - anon_sym_LPAREN, - ACTIONS(3052), 1, - aux_sym_val_number_token1, + ACTIONS(1718), 1, + anon_sym_DASH, STATE(2751), 1, sym_comment, - STATE(2015), 2, + ACTIONS(1720), 9, + anon_sym_EQ, + sym_identifier, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [128992] = 6, + ACTIONS(85), 1, + aux_sym_val_number_token1, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4166), 1, + anon_sym_LPAREN, + STATE(2752), 1, + sym_comment, + STATE(2502), 2, sym_expr_parenthesized, sym_val_number, - ACTIONS(3054), 6, + ACTIONS(87), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - [128936] = 3, + [129017] = 3, ACTIONS(157), 1, anon_sym_POUND, - STATE(2752), 1, + STATE(2753), 1, sym_comment, - ACTIONS(1722), 10, + ACTIONS(1720), 10, anon_sym_EQ, sym_cmd_identifier, anon_sym_LBRACK, @@ -231689,71 +231770,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [128955] = 6, + [129036] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(249), 1, + ACTIONS(2509), 1, aux_sym_val_number_token1, - ACTIONS(4152), 1, + ACTIONS(3160), 1, anon_sym_LPAREN, - STATE(2753), 1, + STATE(2754), 1, sym_comment, - STATE(2344), 2, + STATE(2617), 2, sym_expr_parenthesized, sym_val_number, - ACTIONS(251), 6, + ACTIONS(2511), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - [128980] = 6, + [129061] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2166), 1, - anon_sym_LPAREN, - ACTIONS(3078), 1, - aux_sym_val_number_token1, - STATE(2754), 1, + ACTIONS(1678), 1, + anon_sym_DASH, + STATE(2755), 1, sym_comment, - STATE(1698), 2, - sym_expr_parenthesized, - sym_val_number, - ACTIONS(4268), 6, - aux_sym_val_number_token2, - aux_sym_val_number_token3, - aux_sym_val_number_token4, - anon_sym_inf, - anon_sym_DASHinf, - anon_sym_NaN, - [129005] = 6, - ACTIONS(85), 1, - aux_sym_val_number_token1, + ACTIONS(1680), 9, + anon_sym_EQ, + sym_identifier, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [129082] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4190), 1, + ACTIONS(852), 1, + aux_sym_val_number_token1, + ACTIONS(2854), 1, anon_sym_LPAREN, - STATE(2755), 1, + STATE(2756), 1, sym_comment, - STATE(2479), 2, + STATE(329), 2, sym_expr_parenthesized, sym_val_number, - ACTIONS(87), 6, + ACTIONS(4280), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - [129030] = 4, + [129107] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4272), 1, + ACTIONS(4284), 1, anon_sym_DASH, - STATE(2756), 1, + STATE(2757), 1, sym_comment, - ACTIONS(4270), 9, + ACTIONS(4282), 9, anon_sym_EQ, sym_identifier, anon_sym_COMMA, @@ -231763,126 +231842,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [129051] = 6, + [129128] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(708), 1, + ACTIONS(677), 1, aux_sym_val_number_token1, - ACTIONS(2938), 1, + ACTIONS(2936), 1, anon_sym_LPAREN, - STATE(2757), 1, + STATE(2758), 1, sym_comment, - STATE(233), 2, + STATE(245), 2, sym_expr_parenthesized, sym_val_number, - ACTIONS(4274), 6, + ACTIONS(4286), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - [129076] = 6, + [129153] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3070), 1, + ACTIONS(2135), 1, anon_sym_LPAREN, - ACTIONS(3072), 1, + ACTIONS(3067), 1, aux_sym_val_number_token1, - STATE(2758), 1, + STATE(2759), 1, sym_comment, - STATE(2302), 2, + STATE(1702), 2, sym_expr_parenthesized, sym_val_number, - ACTIONS(3074), 6, + ACTIONS(4288), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - [129101] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4278), 1, - anon_sym_DASH, - STATE(2759), 1, - sym_comment, - ACTIONS(4276), 9, - anon_sym_EQ, - sym_identifier, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [129122] = 6, + [129178] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2509), 1, - aux_sym_val_number_token1, - ACTIONS(3155), 1, + ACTIONS(3050), 1, anon_sym_LPAREN, + ACTIONS(3052), 1, + aux_sym_val_number_token1, STATE(2760), 1, sym_comment, - STATE(2601), 2, + STATE(1905), 2, sym_expr_parenthesized, sym_val_number, - ACTIONS(2511), 6, + ACTIONS(3054), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - [129147] = 6, + [129203] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2133), 1, - anon_sym_LPAREN, - ACTIONS(3089), 1, + ACTIONS(2224), 1, aux_sym_val_number_token1, + ACTIONS(4224), 1, + anon_sym_LPAREN, STATE(2761), 1, sym_comment, - STATE(1734), 2, + STATE(2119), 2, sym_expr_parenthesized, sym_val_number, - ACTIONS(4280), 6, + ACTIONS(2804), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - [129172] = 6, + [129228] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2330), 1, + ACTIONS(2300), 1, aux_sym_val_number_token1, - ACTIONS(3076), 1, + ACTIONS(4184), 1, anon_sym_LPAREN, STATE(2762), 1, sym_comment, - STATE(2194), 2, + STATE(2209), 2, sym_expr_parenthesized, sym_val_number, - ACTIONS(2332), 6, + ACTIONS(2920), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - [129197] = 4, + [129253] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1720), 1, + ACTIONS(4292), 1, anon_sym_DASH, STATE(2763), 1, sym_comment, - ACTIONS(1722), 9, + ACTIONS(4290), 9, anon_sym_EQ, sym_identifier, anon_sym_COMMA, @@ -231892,1413 +231954,1450 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [129218] = 6, + [129274] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2180), 1, - anon_sym_LPAREN, - ACTIONS(2182), 1, + ACTIONS(882), 1, aux_sym_val_number_token1, + ACTIONS(2880), 1, + anon_sym_LPAREN, STATE(2764), 1, sym_comment, - STATE(1160), 2, + STATE(401), 2, sym_expr_parenthesized, sym_val_number, - ACTIONS(2184), 6, + ACTIONS(4294), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - [129243] = 4, + [129299] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1728), 1, - anon_sym_DASH, + ACTIONS(751), 1, + aux_sym_val_number_token1, + ACTIONS(2970), 1, + anon_sym_LPAREN, STATE(2765), 1, sym_comment, - ACTIONS(1730), 9, - anon_sym_EQ, - sym_identifier, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [129264] = 6, + STATE(287), 2, + sym_expr_parenthesized, + sym_val_number, + ACTIONS(4296), 6, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + [129324] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1046), 1, + ACTIONS(1039), 1, aux_sym_val_number_token1, - ACTIONS(2848), 1, + ACTIONS(3028), 1, anon_sym_LPAREN, STATE(2766), 1, sym_comment, - STATE(591), 2, + STATE(527), 2, sym_expr_parenthesized, sym_val_number, - ACTIONS(4282), 6, + ACTIONS(4298), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - [129289] = 6, + [129349] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(882), 1, - aux_sym_val_number_token1, - ACTIONS(2972), 1, + ACTIONS(2151), 1, anon_sym_LPAREN, + ACTIONS(3086), 1, + aux_sym_val_number_token1, STATE(2767), 1, sym_comment, - STATE(376), 2, + STATE(1739), 2, sym_expr_parenthesized, sym_val_number, - ACTIONS(4284), 6, + ACTIONS(4300), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - [129314] = 6, + [129374] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2190), 1, + ACTIONS(3069), 1, anon_sym_LPAREN, - ACTIONS(2192), 1, + ACTIONS(3071), 1, aux_sym_val_number_token1, STATE(2768), 1, sym_comment, - STATE(1180), 2, + STATE(2254), 2, sym_expr_parenthesized, sym_val_number, - ACTIONS(2194), 6, + ACTIONS(3073), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - [129339] = 6, + [129399] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(822), 1, + ACTIONS(2372), 1, aux_sym_val_number_token1, - ACTIONS(2824), 1, + ACTIONS(3075), 1, anon_sym_LPAREN, STATE(2769), 1, sym_comment, - STATE(324), 2, + STATE(2196), 2, sym_expr_parenthesized, sym_val_number, - ACTIONS(4286), 6, + ACTIONS(2374), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - [129364] = 6, + [129424] = 3, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(2770), 1, + sym_comment, + ACTIONS(1680), 10, + anon_sym_EQ, + sym_cmd_identifier, + anon_sym_LBRACK, + anon_sym_COMMA, + anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [129443] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1035), 1, + ACTIONS(1070), 1, aux_sym_val_number_token1, - ACTIONS(2910), 1, + ACTIONS(3004), 1, anon_sym_LPAREN, - STATE(2770), 1, + STATE(2771), 1, sym_comment, - STATE(557), 2, + STATE(603), 2, sym_expr_parenthesized, sym_val_number, - ACTIONS(4288), 6, + ACTIONS(4302), 6, aux_sym_val_number_token2, aux_sym_val_number_token3, aux_sym_val_number_token4, anon_sym_inf, anon_sym_DASHinf, anon_sym_NaN, - [129389] = 10, + [129468] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2555), 1, - anon_sym_DQUOTE, - ACTIONS(4092), 1, - sym_identifier, - ACTIONS(4290), 1, - anon_sym_RBRACE, - STATE(1029), 1, - sym__str_double_quotes, - STATE(2771), 1, + ACTIONS(2192), 1, + anon_sym_LPAREN, + ACTIONS(2194), 1, + aux_sym_val_number_token1, + STATE(2772), 1, sym_comment, - STATE(2777), 1, - aux_sym_val_record_repeat1, - STATE(3022), 1, - sym_record_entry, - STATE(3616), 1, - sym_val_string, - ACTIONS(2557), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [129421] = 5, - ACTIONS(157), 1, + STATE(1182), 2, + sym_expr_parenthesized, + sym_val_number, + ACTIONS(2196), 6, + aux_sym_val_number_token2, + aux_sym_val_number_token3, + aux_sym_val_number_token4, + anon_sym_inf, + anon_sym_DASHinf, + anon_sym_NaN, + [129493] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4294), 1, - anon_sym_COMMA, - ACTIONS(4296), 1, - anon_sym_DASH, - STATE(2772), 1, + ACTIONS(704), 1, + anon_sym_LF, + ACTIONS(2244), 1, + anon_sym_DASH_DASH, + ACTIONS(2246), 1, + sym_short_flag, + STATE(2773), 1, sym_comment, - ACTIONS(4292), 7, - sym_identifier, - anon_sym_RBRACK, + STATE(2785), 1, + sym__flag, + STATE(2919), 1, + sym_long_flag, + ACTIONS(702), 4, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, + anon_sym_RBRACE, + [129521] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(685), 1, + anon_sym_LF, + ACTIONS(2244), 1, anon_sym_DASH_DASH, - [129443] = 10, - ACTIONS(157), 1, + ACTIONS(2246), 1, + sym_short_flag, + STATE(2774), 1, + sym_comment, + STATE(2776), 1, + sym__flag, + STATE(2919), 1, + sym_long_flag, + ACTIONS(683), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [129549] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2555), 1, - anon_sym_DQUOTE, - ACTIONS(4092), 1, - sym_identifier, - ACTIONS(4298), 1, + ACTIONS(692), 1, + anon_sym_LF, + ACTIONS(2244), 1, + anon_sym_DASH_DASH, + ACTIONS(2246), 1, + sym_short_flag, + STATE(2775), 1, + sym_comment, + STATE(2827), 1, + sym__flag, + STATE(2919), 1, + sym_long_flag, + ACTIONS(690), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_RBRACE, - STATE(1029), 1, - sym__str_double_quotes, - STATE(2773), 1, + [129577] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(629), 1, + anon_sym_LF, + ACTIONS(2244), 1, + anon_sym_DASH_DASH, + ACTIONS(2246), 1, + sym_short_flag, + STATE(2776), 1, sym_comment, + STATE(2790), 1, + sym__flag, + STATE(2919), 1, + sym_long_flag, + ACTIONS(627), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [129605] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(708), 1, + anon_sym_LF, + ACTIONS(2244), 1, + anon_sym_DASH_DASH, + ACTIONS(2246), 1, + sym_short_flag, STATE(2777), 1, - aux_sym_val_record_repeat1, - STATE(3022), 1, - sym_record_entry, - STATE(3616), 1, - sym_val_string, - ACTIONS(2557), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [129475] = 10, + sym_comment, + STATE(2784), 1, + sym__flag, + STATE(2919), 1, + sym_long_flag, + ACTIONS(706), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [129633] = 10, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4300), 1, + ACTIONS(4304), 1, sym_cmd_identifier, - ACTIONS(4302), 1, + ACTIONS(4306), 1, anon_sym_RBRACK, - ACTIONS(4304), 1, + ACTIONS(4308), 1, anon_sym_DQUOTE, - STATE(2752), 1, + STATE(2753), 1, sym_val_string, - STATE(2774), 1, + STATE(2778), 1, sym_comment, - STATE(2809), 1, + STATE(2798), 1, aux_sym_command_list_repeat1, - STATE(2949), 1, - sym__str_double_quotes, - STATE(2960), 1, + STATE(2981), 1, sym__command_name, - ACTIONS(4306), 2, + STATE(2982), 1, + sym__str_double_quotes, + ACTIONS(4310), 2, sym__str_single_quotes, sym__str_back_ticks, - [129507] = 10, + [129665] = 10, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, - ACTIONS(4308), 1, + ACTIONS(4312), 1, anon_sym_RBRACE, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2775), 1, + STATE(2779), 1, sym_comment, - STATE(2777), 1, + STATE(2809), 1, aux_sym_val_record_repeat1, - STATE(3022), 1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [129539] = 5, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4312), 1, - anon_sym_COMMA, - ACTIONS(4314), 1, - anon_sym_DASH, - STATE(2776), 1, - sym_comment, - ACTIONS(4310), 7, - sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [129561] = 9, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4316), 1, - sym_identifier, - ACTIONS(4319), 1, - anon_sym_RBRACE, - ACTIONS(4321), 1, - anon_sym_DQUOTE, - STATE(1029), 1, - sym__str_double_quotes, - STATE(3022), 1, - sym_record_entry, - STATE(3616), 1, - sym_val_string, - ACTIONS(4324), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(2777), 2, - sym_comment, - aux_sym_val_record_repeat1, - [129591] = 8, + [129697] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(672), 1, + ACTIONS(704), 1, anon_sym_LF, - ACTIONS(2252), 1, + ACTIONS(2244), 1, anon_sym_DASH_DASH, - ACTIONS(2254), 1, + ACTIONS(2246), 1, sym_short_flag, - STATE(2778), 1, + STATE(2780), 1, sym_comment, - STATE(2812), 1, + STATE(2819), 1, sym__flag, - STATE(2909), 1, + STATE(2919), 1, sym_long_flag, - ACTIONS(670), 4, + ACTIONS(702), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [129619] = 10, + [129725] = 10, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, - ACTIONS(4327), 1, + ACTIONS(4314), 1, anon_sym_RBRACE, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2777), 1, - aux_sym_val_record_repeat1, - STATE(2779), 1, + STATE(2781), 1, sym_comment, - STATE(3022), 1, + STATE(2809), 1, + aux_sym_val_record_repeat1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [129651] = 5, + [129757] = 10, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4314), 1, - anon_sym_DASH, - ACTIONS(4329), 1, - anon_sym_COMMA, - STATE(2780), 1, - sym_comment, - ACTIONS(4310), 7, - sym_identifier, + ACTIONS(4304), 1, + sym_cmd_identifier, + ACTIONS(4308), 1, + anon_sym_DQUOTE, + ACTIONS(4316), 1, anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [129673] = 10, + STATE(2753), 1, + sym_val_string, + STATE(2782), 1, + sym_comment, + STATE(2804), 1, + aux_sym_command_list_repeat1, + STATE(2981), 1, + sym__command_name, + STATE(2982), 1, + sym__str_double_quotes, + ACTIONS(4310), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [129789] = 10, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, - ACTIONS(4331), 1, + ACTIONS(4318), 1, anon_sym_RBRACE, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2781), 1, + STATE(2783), 1, sym_comment, - STATE(2816), 1, + STATE(2809), 1, aux_sym_val_record_repeat1, - STATE(3022), 1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [129705] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(676), 1, - anon_sym_LF, - ACTIONS(2252), 1, - anon_sym_DASH_DASH, - ACTIONS(2254), 1, - sym_short_flag, - STATE(2782), 1, - sym_comment, - STATE(2785), 1, - sym__flag, - STATE(2909), 1, - sym_long_flag, - ACTIONS(674), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [129733] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(676), 1, - anon_sym_LF, - ACTIONS(2252), 1, - anon_sym_DASH_DASH, - ACTIONS(2254), 1, - sym_short_flag, - STATE(2783), 1, - sym_comment, - STATE(2786), 1, - sym__flag, - STATE(2909), 1, - sym_long_flag, - ACTIONS(674), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [129761] = 10, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4300), 1, - sym_cmd_identifier, - ACTIONS(4304), 1, - anon_sym_DQUOTE, - ACTIONS(4333), 1, - anon_sym_RBRACK, - STATE(2752), 1, - sym_val_string, - STATE(2774), 1, - aux_sym_command_list_repeat1, - STATE(2784), 1, - sym_comment, - STATE(2949), 1, - sym__str_double_quotes, - STATE(2960), 1, - sym__command_name, - ACTIONS(4306), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [129793] = 8, + [129821] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(651), 1, + ACTIONS(659), 1, sym_short_flag, - ACTIONS(696), 1, + ACTIONS(704), 1, anon_sym_LF, - ACTIONS(4335), 1, + ACTIONS(4320), 1, anon_sym_DASH_DASH, - STATE(680), 1, + STATE(703), 1, sym_long_flag, - STATE(747), 1, + STATE(763), 1, sym__flag, - STATE(2785), 1, + STATE(2784), 1, sym_comment, - ACTIONS(694), 4, + ACTIONS(702), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [129821] = 8, + [129849] = 8, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(696), 1, anon_sym_LF, - ACTIONS(2252), 1, + ACTIONS(2244), 1, anon_sym_DASH_DASH, - ACTIONS(2254), 1, + ACTIONS(2246), 1, sym_short_flag, - STATE(2786), 1, + STATE(2785), 1, sym_comment, - STATE(2788), 1, + STATE(2787), 1, sym__flag, - STATE(2909), 1, + STATE(2919), 1, sym_long_flag, ACTIONS(694), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [129849] = 8, + [129877] = 8, ACTIONS(3), 1, anon_sym_POUND, ACTIONS(696), 1, anon_sym_LF, - ACTIONS(2252), 1, + ACTIONS(2244), 1, anon_sym_DASH_DASH, - ACTIONS(2254), 1, + ACTIONS(2246), 1, sym_short_flag, - STATE(2787), 1, + STATE(2786), 1, sym_comment, - STATE(2789), 1, + STATE(2793), 1, sym__flag, - STATE(2909), 1, + STATE(2919), 1, sym_long_flag, ACTIONS(694), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [129877] = 8, + [129905] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(621), 1, - anon_sym_LF, - ACTIONS(651), 1, + ACTIONS(659), 1, sym_short_flag, - ACTIONS(4335), 1, + ACTIONS(692), 1, + anon_sym_LF, + ACTIONS(4320), 1, anon_sym_DASH_DASH, - STATE(680), 1, + STATE(703), 1, sym_long_flag, - STATE(753), 1, + STATE(786), 1, sym__flag, - STATE(2788), 1, + STATE(2787), 1, sym_comment, - ACTIONS(619), 4, + ACTIONS(690), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [129905] = 8, + [129933] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(621), 1, + ACTIONS(708), 1, anon_sym_LF, - ACTIONS(2252), 1, + ACTIONS(2244), 1, anon_sym_DASH_DASH, - ACTIONS(2254), 1, + ACTIONS(2246), 1, sym_short_flag, - STATE(2789), 1, - sym_comment, - STATE(2793), 1, + STATE(2780), 1, sym__flag, - STATE(2909), 1, + STATE(2788), 1, + sym_comment, + STATE(2919), 1, sym_long_flag, - ACTIONS(619), 4, + ACTIONS(706), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [129933] = 10, + [129961] = 10, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, - ACTIONS(4337), 1, + ACTIONS(4322), 1, anon_sym_RBRACE, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2777), 1, - aux_sym_val_record_repeat1, - STATE(2790), 1, + STATE(2789), 1, sym_comment, - STATE(3022), 1, + STATE(2809), 1, + aux_sym_val_record_repeat1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [129965] = 8, + [129993] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(621), 1, + ACTIONS(659), 1, + sym_short_flag, + ACTIONS(708), 1, anon_sym_LF, - ACTIONS(2252), 1, + ACTIONS(4320), 1, anon_sym_DASH_DASH, - ACTIONS(2254), 1, - sym_short_flag, - STATE(2791), 1, - sym_comment, - STATE(2799), 1, - sym__flag, - STATE(2909), 1, + STATE(703), 1, sym_long_flag, - ACTIONS(619), 4, + STATE(773), 1, + sym__flag, + STATE(2790), 1, + sym_comment, + ACTIONS(706), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [129993] = 10, + [130021] = 5, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4326), 1, + anon_sym_COMMA, + ACTIONS(4328), 1, + anon_sym_DASH, + STATE(2791), 1, + sym_comment, + ACTIONS(4324), 7, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [130043] = 10, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, - ACTIONS(4339), 1, + ACTIONS(4330), 1, anon_sym_RBRACE, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2777), 1, - aux_sym_val_record_repeat1, STATE(2792), 1, sym_comment, - STATE(3022), 1, + STATE(2809), 1, + aux_sym_val_record_repeat1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [130025] = 8, + [130075] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(651), 1, - sym_short_flag, - ACTIONS(680), 1, + ACTIONS(692), 1, anon_sym_LF, - ACTIONS(4335), 1, + ACTIONS(2244), 1, anon_sym_DASH_DASH, - STATE(680), 1, - sym_long_flag, - STATE(765), 1, - sym__flag, + ACTIONS(2246), 1, + sym_short_flag, STATE(2793), 1, sym_comment, - ACTIONS(678), 4, + STATE(2810), 1, + sym__flag, + STATE(2919), 1, + sym_long_flag, + ACTIONS(690), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [130053] = 10, + [130103] = 11, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2555), 1, - anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(3616), 1, + anon_sym_DASH_DASH, + ACTIONS(3648), 1, + sym_short_flag, + ACTIONS(4114), 1, + anon_sym_DOLLAR, + ACTIONS(4332), 1, sym_identifier, - ACTIONS(4341), 1, - anon_sym_RBRACE, - STATE(1029), 1, - sym__str_double_quotes, - STATE(2777), 1, - aux_sym_val_record_repeat1, + STATE(2331), 1, + sym__var, STATE(2794), 1, sym_comment, - STATE(3022), 1, - sym_record_entry, - STATE(3616), 1, - sym_val_string, - ACTIONS(2557), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [130085] = 10, + STATE(3045), 1, + sym__variable_name, + STATE(3058), 1, + sym_long_flag, + STATE(3077), 1, + sym_val_variable, + STATE(3106), 1, + sym__flag, + [130137] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1294), 1, + anon_sym_LF, + ACTIONS(2244), 1, + anon_sym_DASH_DASH, + ACTIONS(2246), 1, + sym_short_flag, + STATE(2795), 1, + sym_comment, + STATE(2824), 1, + sym__flag, + STATE(2919), 1, + sym_long_flag, + ACTIONS(1292), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [130165] = 10, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, - ACTIONS(4343), 1, + ACTIONS(4334), 1, anon_sym_RBRACE, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2777), 1, - aux_sym_val_record_repeat1, - STATE(2795), 1, + STATE(2796), 1, sym_comment, - STATE(3022), 1, + STATE(2809), 1, + aux_sym_val_record_repeat1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [130117] = 10, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4300), 1, - sym_cmd_identifier, - ACTIONS(4304), 1, - anon_sym_DQUOTE, - ACTIONS(4345), 1, - anon_sym_RBRACK, - STATE(2752), 1, - sym_val_string, - STATE(2796), 1, - sym_comment, - STATE(2811), 1, - aux_sym_command_list_repeat1, - STATE(2949), 1, - sym__str_double_quotes, - STATE(2960), 1, - sym__command_name, - ACTIONS(4306), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [130149] = 10, + [130197] = 10, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, - ACTIONS(4347), 1, + ACTIONS(4336), 1, anon_sym_RBRACE, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2777), 1, - aux_sym_val_record_repeat1, STATE(2797), 1, sym_comment, - STATE(3022), 1, + STATE(2809), 1, + aux_sym_val_record_repeat1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [130181] = 10, + [130229] = 10, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2555), 1, + ACTIONS(4304), 1, + sym_cmd_identifier, + ACTIONS(4308), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, - sym_identifier, - ACTIONS(4349), 1, - anon_sym_RBRACE, - STATE(1029), 1, - sym__str_double_quotes, - STATE(2777), 1, - aux_sym_val_record_repeat1, + ACTIONS(4338), 1, + anon_sym_RBRACK, + STATE(2753), 1, + sym_val_string, STATE(2798), 1, sym_comment, - STATE(3022), 1, - sym_record_entry, - STATE(3616), 1, - sym_val_string, - ACTIONS(2557), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [130213] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(680), 1, - anon_sym_LF, - ACTIONS(2252), 1, - anon_sym_DASH_DASH, - ACTIONS(2254), 1, - sym_short_flag, + STATE(2806), 1, + aux_sym_command_list_repeat1, + STATE(2981), 1, + sym__command_name, + STATE(2982), 1, + sym__str_double_quotes, + ACTIONS(4310), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [130261] = 5, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4342), 1, + anon_sym_COMMA, + ACTIONS(4344), 1, + anon_sym_DASH, STATE(2799), 1, sym_comment, - STATE(2802), 1, - sym__flag, - STATE(2909), 1, - sym_long_flag, - ACTIONS(678), 4, - anon_sym_SEMI, + ACTIONS(4340), 7, + sym_identifier, + anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [130241] = 8, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [130283] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(680), 1, + ACTIONS(629), 1, anon_sym_LF, - ACTIONS(2252), 1, - anon_sym_DASH_DASH, - ACTIONS(2254), 1, + ACTIONS(659), 1, sym_short_flag, + ACTIONS(4320), 1, + anon_sym_DASH_DASH, + STATE(703), 1, + sym_long_flag, + STATE(745), 1, + sym__flag, STATE(2800), 1, sym_comment, - STATE(2804), 1, - sym__flag, - STATE(2909), 1, - sym_long_flag, - ACTIONS(678), 4, + ACTIONS(627), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [130269] = 10, + [130311] = 10, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, - ACTIONS(4351), 1, + ACTIONS(4346), 1, anon_sym_RBRACE, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2777), 1, - aux_sym_val_record_repeat1, STATE(2801), 1, sym_comment, - STATE(3022), 1, + STATE(2809), 1, + aux_sym_val_record_repeat1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [130301] = 8, - ACTIONS(3), 1, + [130343] = 5, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(651), 1, - sym_short_flag, - ACTIONS(664), 1, - anon_sym_LF, - ACTIONS(4335), 1, - anon_sym_DASH_DASH, - STATE(680), 1, - sym_long_flag, - STATE(757), 1, - sym__flag, + ACTIONS(4344), 1, + anon_sym_DASH, + ACTIONS(4348), 1, + anon_sym_COMMA, STATE(2802), 1, sym_comment, - ACTIONS(662), 4, - anon_sym_SEMI, + ACTIONS(4340), 7, + sym_identifier, + anon_sym_RBRACK, anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [130329] = 10, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [130365] = 10, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, - ACTIONS(4353), 1, + ACTIONS(4350), 1, anon_sym_RBRACE, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2777), 1, - aux_sym_val_record_repeat1, STATE(2803), 1, sym_comment, - STATE(3022), 1, + STATE(2809), 1, + aux_sym_val_record_repeat1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [130361] = 8, - ACTIONS(3), 1, + [130397] = 10, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(664), 1, - anon_sym_LF, - ACTIONS(2252), 1, + ACTIONS(4304), 1, + sym_cmd_identifier, + ACTIONS(4308), 1, + anon_sym_DQUOTE, + ACTIONS(4352), 1, + anon_sym_RBRACK, + STATE(2753), 1, + sym_val_string, + STATE(2804), 1, + sym_comment, + STATE(2806), 1, + aux_sym_command_list_repeat1, + STATE(2981), 1, + sym__command_name, + STATE(2982), 1, + sym__str_double_quotes, + ACTIONS(4310), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [130429] = 11, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3616), 1, anon_sym_DASH_DASH, - ACTIONS(2254), 1, + ACTIONS(3648), 1, sym_short_flag, - STATE(2804), 1, + ACTIONS(4114), 1, + anon_sym_DOLLAR, + ACTIONS(4332), 1, + sym_identifier, + STATE(2331), 1, + sym__var, + STATE(2805), 1, sym_comment, - STATE(2807), 1, + STATE(3037), 1, + sym__variable_name, + STATE(3055), 1, sym__flag, - STATE(2909), 1, + STATE(3058), 1, sym_long_flag, - ACTIONS(662), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [130389] = 8, + STATE(3077), 1, + sym_val_variable, + [130463] = 9, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4354), 1, + sym_cmd_identifier, + ACTIONS(4357), 1, + anon_sym_RBRACK, + ACTIONS(4359), 1, + anon_sym_DQUOTE, + STATE(2753), 1, + sym_val_string, + STATE(2981), 1, + sym__command_name, + STATE(2982), 1, + sym__str_double_quotes, + ACTIONS(4362), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(2806), 2, + sym_comment, + aux_sym_command_list_repeat1, + [130493] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(664), 1, + ACTIONS(659), 1, + sym_short_flag, + ACTIONS(1294), 1, anon_sym_LF, - ACTIONS(2252), 1, + ACTIONS(4320), 1, anon_sym_DASH_DASH, - ACTIONS(2254), 1, - sym_short_flag, - STATE(2805), 1, - sym_comment, - STATE(2808), 1, - sym__flag, - STATE(2909), 1, + STATE(703), 1, sym_long_flag, - ACTIONS(662), 4, + STATE(743), 1, + sym__flag, + STATE(2807), 1, + sym_comment, + ACTIONS(1292), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [130417] = 10, + [130521] = 10, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, - ACTIONS(4355), 1, + ACTIONS(4365), 1, anon_sym_RBRACE, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2777), 1, - aux_sym_val_record_repeat1, - STATE(2806), 1, + STATE(2808), 1, sym_comment, - STATE(3022), 1, + STATE(2817), 1, + aux_sym_val_record_repeat1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [130449] = 8, + [130553] = 9, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4367), 1, + sym_identifier, + ACTIONS(4370), 1, + anon_sym_RBRACE, + ACTIONS(4372), 1, + anon_sym_DQUOTE, + STATE(1038), 1, + sym__str_double_quotes, + STATE(3040), 1, + sym_record_entry, + STATE(3625), 1, + sym_val_string, + ACTIONS(4375), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(2809), 2, + sym_comment, + aux_sym_val_record_repeat1, + [130583] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(651), 1, + ACTIONS(659), 1, sym_short_flag, - ACTIONS(672), 1, + ACTIONS(1298), 1, anon_sym_LF, - ACTIONS(4335), 1, + ACTIONS(4320), 1, anon_sym_DASH_DASH, - STATE(680), 1, + STATE(703), 1, sym_long_flag, - STATE(755), 1, + STATE(789), 1, sym__flag, - STATE(2807), 1, + STATE(2810), 1, sym_comment, - ACTIONS(670), 4, + ACTIONS(1296), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [130477] = 8, + [130611] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(672), 1, + ACTIONS(685), 1, anon_sym_LF, - ACTIONS(2252), 1, + ACTIONS(2244), 1, anon_sym_DASH_DASH, - ACTIONS(2254), 1, + ACTIONS(2246), 1, sym_short_flag, - STATE(2808), 1, - sym_comment, - STATE(2831), 1, + STATE(2800), 1, sym__flag, - STATE(2909), 1, + STATE(2811), 1, + sym_comment, + STATE(2919), 1, sym_long_flag, - ACTIONS(670), 4, + ACTIONS(683), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [130505] = 9, + [130639] = 10, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4357), 1, - sym_cmd_identifier, - ACTIONS(4360), 1, - anon_sym_RBRACK, - ACTIONS(4362), 1, + ACTIONS(2555), 1, anon_sym_DQUOTE, - STATE(2752), 1, - sym_val_string, - STATE(2949), 1, + ACTIONS(4126), 1, + sym_identifier, + ACTIONS(4378), 1, + anon_sym_RBRACE, + STATE(1038), 1, sym__str_double_quotes, - STATE(2960), 1, - sym__command_name, - ACTIONS(4365), 2, + STATE(2809), 1, + aux_sym_val_record_repeat1, + STATE(2812), 1, + sym_comment, + STATE(3040), 1, + sym_record_entry, + STATE(3625), 1, + sym_val_string, + ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(2809), 2, - sym_comment, - aux_sym_command_list_repeat1, - [130535] = 10, + [130671] = 10, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, - ACTIONS(4368), 1, + ACTIONS(4380), 1, anon_sym_RBRACE, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2777), 1, + STATE(2809), 1, aux_sym_val_record_repeat1, - STATE(2810), 1, + STATE(2813), 1, sym_comment, - STATE(3022), 1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [130567] = 10, + [130703] = 10, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4300), 1, - sym_cmd_identifier, - ACTIONS(4304), 1, + ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4370), 1, - anon_sym_RBRACK, - STATE(2752), 1, - sym_val_string, - STATE(2809), 1, - aux_sym_command_list_repeat1, - STATE(2811), 1, - sym_comment, - STATE(2949), 1, + ACTIONS(4126), 1, + sym_identifier, + ACTIONS(4382), 1, + anon_sym_RBRACE, + STATE(1038), 1, sym__str_double_quotes, - STATE(2960), 1, - sym__command_name, - ACTIONS(4306), 2, + STATE(2781), 1, + aux_sym_val_record_repeat1, + STATE(2814), 1, + sym_comment, + STATE(3040), 1, + sym_record_entry, + STATE(3625), 1, + sym_val_string, + ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [130599] = 8, + [130735] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(692), 1, + ACTIONS(659), 1, + sym_short_flag, + ACTIONS(685), 1, anon_sym_LF, - ACTIONS(2252), 1, + ACTIONS(4320), 1, anon_sym_DASH_DASH, - ACTIONS(2254), 1, - sym_short_flag, - STATE(2812), 1, - sym_comment, - STATE(2815), 1, - sym__flag, - STATE(2909), 1, + STATE(703), 1, sym_long_flag, - ACTIONS(690), 4, + STATE(762), 1, + sym__flag, + STATE(2815), 1, + sym_comment, + ACTIONS(683), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [130627] = 11, + [130763] = 10, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3630), 1, - anon_sym_DASH_DASH, - ACTIONS(3662), 1, - sym_short_flag, - ACTIONS(4110), 1, - anon_sym_DOLLAR, - ACTIONS(4372), 1, + ACTIONS(2555), 1, + anon_sym_DQUOTE, + ACTIONS(4126), 1, sym_identifier, - STATE(2180), 1, - sym__var, - STATE(2813), 1, + ACTIONS(4384), 1, + anon_sym_RBRACE, + STATE(1038), 1, + sym__str_double_quotes, + STATE(2809), 1, + aux_sym_val_record_repeat1, + STATE(2816), 1, sym_comment, - STATE(3008), 1, - sym_val_variable, - STATE(3165), 1, - sym_long_flag, - STATE(3216), 1, - sym__variable_name, - STATE(3221), 1, - sym__flag, - [130661] = 8, + STATE(3040), 1, + sym_record_entry, + STATE(3625), 1, + sym_val_string, + ACTIONS(2557), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [130795] = 10, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2555), 1, + anon_sym_DQUOTE, + ACTIONS(4126), 1, + sym_identifier, + ACTIONS(4386), 1, + anon_sym_RBRACE, + STATE(1038), 1, + sym__str_double_quotes, + STATE(2809), 1, + aux_sym_val_record_repeat1, + STATE(2817), 1, + sym_comment, + STATE(3040), 1, + sym_record_entry, + STATE(3625), 1, + sym_val_string, + ACTIONS(2557), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [130827] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(692), 1, + ACTIONS(700), 1, anon_sym_LF, - ACTIONS(2252), 1, + ACTIONS(2244), 1, anon_sym_DASH_DASH, - ACTIONS(2254), 1, + ACTIONS(2246), 1, sym_short_flag, - STATE(2814), 1, + STATE(2818), 1, sym_comment, - STATE(2817), 1, + STATE(2822), 1, sym__flag, - STATE(2909), 1, + STATE(2919), 1, sym_long_flag, - ACTIONS(690), 4, + ACTIONS(698), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [130689] = 8, + [130855] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(651), 1, + ACTIONS(659), 1, sym_short_flag, - ACTIONS(1298), 1, + ACTIONS(696), 1, anon_sym_LF, - ACTIONS(4335), 1, + ACTIONS(4320), 1, anon_sym_DASH_DASH, - STATE(680), 1, + STATE(703), 1, sym_long_flag, - STATE(781), 1, + STATE(776), 1, sym__flag, - STATE(2815), 1, + STATE(2819), 1, sym_comment, - ACTIONS(1296), 4, + ACTIONS(694), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [130717] = 10, + [130883] = 10, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, - ACTIONS(4374), 1, + ACTIONS(4388), 1, anon_sym_RBRACE, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2777), 1, + STATE(2809), 1, aux_sym_val_record_repeat1, - STATE(2816), 1, + STATE(2820), 1, sym_comment, - STATE(3022), 1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [130749] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1298), 1, - anon_sym_LF, - ACTIONS(2252), 1, - anon_sym_DASH_DASH, - ACTIONS(2254), 1, - sym_short_flag, - STATE(2817), 1, - sym_comment, - STATE(2822), 1, - sym__flag, - STATE(2909), 1, - sym_long_flag, - ACTIONS(1296), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [130777] = 11, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3630), 1, - anon_sym_DASH_DASH, - ACTIONS(3662), 1, - sym_short_flag, - ACTIONS(4110), 1, - anon_sym_DOLLAR, - ACTIONS(4372), 1, - sym_identifier, - STATE(2180), 1, - sym__var, - STATE(2818), 1, - sym_comment, - STATE(3008), 1, - sym_val_variable, - STATE(3014), 1, - sym__flag, - STATE(3032), 1, - sym__variable_name, - STATE(3165), 1, - sym_long_flag, - [130811] = 10, + [130915] = 10, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, - ACTIONS(4376), 1, + ACTIONS(4390), 1, anon_sym_RBRACE, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2777), 1, + STATE(2809), 1, aux_sym_val_record_repeat1, - STATE(2819), 1, + STATE(2821), 1, sym_comment, - STATE(3022), 1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [130843] = 8, + [130947] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1298), 1, + ACTIONS(665), 1, anon_sym_LF, - ACTIONS(2252), 1, + ACTIONS(2244), 1, anon_sym_DASH_DASH, - ACTIONS(2254), 1, + ACTIONS(2246), 1, sym_short_flag, - STATE(2820), 1, - sym_comment, - STATE(2827), 1, + STATE(2815), 1, sym__flag, - STATE(2909), 1, + STATE(2822), 1, + sym_comment, + STATE(2919), 1, sym_long_flag, - ACTIONS(1296), 4, + ACTIONS(663), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [130871] = 5, + [130975] = 10, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4380), 1, - anon_sym_COMMA, - ACTIONS(4382), 1, - anon_sym_DASH, - STATE(2821), 1, - sym_comment, - ACTIONS(4378), 7, + ACTIONS(2555), 1, + anon_sym_DQUOTE, + ACTIONS(4126), 1, sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [130893] = 8, + ACTIONS(4392), 1, + anon_sym_RBRACE, + STATE(1038), 1, + sym__str_double_quotes, + STATE(2809), 1, + aux_sym_val_record_repeat1, + STATE(2823), 1, + sym_comment, + STATE(3040), 1, + sym_record_entry, + STATE(3625), 1, + sym_val_string, + ACTIONS(2557), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [131007] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(651), 1, + ACTIONS(659), 1, sym_short_flag, - ACTIONS(1294), 1, + ACTIONS(1290), 1, anon_sym_LF, - ACTIONS(4335), 1, + ACTIONS(4320), 1, anon_sym_DASH_DASH, - STATE(680), 1, + STATE(703), 1, sym_long_flag, - STATE(780), 1, + STATE(790), 1, sym__flag, - STATE(2822), 1, + STATE(2824), 1, sym_comment, - ACTIONS(1292), 4, + ACTIONS(1288), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [130921] = 8, + [131035] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(668), 1, + ACTIONS(629), 1, anon_sym_LF, - ACTIONS(2252), 1, + ACTIONS(2244), 1, anon_sym_DASH_DASH, - ACTIONS(2254), 1, + ACTIONS(2246), 1, sym_short_flag, - STATE(2782), 1, + STATE(2777), 1, sym__flag, - STATE(2823), 1, + STATE(2825), 1, sym_comment, - STATE(2909), 1, - sym_long_flag, - ACTIONS(666), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [130949] = 8, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(651), 1, - sym_short_flag, - ACTIONS(1290), 1, - anon_sym_LF, - ACTIONS(4335), 1, - anon_sym_DASH_DASH, - STATE(680), 1, + STATE(2919), 1, sym_long_flag, - STATE(779), 1, - sym__flag, - STATE(2824), 1, - sym_comment, - ACTIONS(1288), 4, + ACTIONS(627), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [130977] = 10, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2555), 1, - anon_sym_DQUOTE, - ACTIONS(4092), 1, - sym_identifier, - ACTIONS(4384), 1, - anon_sym_RBRACE, - STATE(1029), 1, - sym__str_double_quotes, - STATE(2777), 1, - aux_sym_val_record_repeat1, - STATE(2825), 1, - sym_comment, - STATE(3022), 1, - sym_record_entry, - STATE(3616), 1, - sym_val_string, - ACTIONS(2557), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [131009] = 10, + [131063] = 10, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, - ACTIONS(4386), 1, + ACTIONS(4394), 1, anon_sym_RBRACE, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2777), 1, + STATE(2809), 1, aux_sym_val_record_repeat1, STATE(2826), 1, sym_comment, - STATE(3022), 1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [131041] = 8, + [131095] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1294), 1, + ACTIONS(1298), 1, anon_sym_LF, - ACTIONS(2252), 1, + ACTIONS(2244), 1, anon_sym_DASH_DASH, - ACTIONS(2254), 1, + ACTIONS(2246), 1, sym_short_flag, - STATE(2824), 1, + STATE(2807), 1, sym__flag, STATE(2827), 1, sym_comment, - STATE(2909), 1, + STATE(2919), 1, sym_long_flag, - ACTIONS(1292), 4, + ACTIONS(1296), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [131069] = 10, + [131123] = 10, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, - ACTIONS(4388), 1, + ACTIONS(4396), 1, anon_sym_RBRACE, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2777), 1, + STATE(2809), 1, aux_sym_val_record_repeat1, STATE(2828), 1, sym_comment, - STATE(3022), 1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [131101] = 10, + [131155] = 10, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, - ACTIONS(4390), 1, + ACTIONS(4398), 1, anon_sym_RBRACE, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2819), 1, + STATE(2809), 1, aux_sym_val_record_repeat1, STATE(2829), 1, sym_comment, - STATE(3022), 1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [131133] = 10, + [131187] = 10, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4092), 1, + ACTIONS(4126), 1, sym_identifier, - ACTIONS(4392), 1, + ACTIONS(4400), 1, anon_sym_RBRACE, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2777), 1, + STATE(2809), 1, aux_sym_val_record_repeat1, STATE(2830), 1, sym_comment, - STATE(3022), 1, + STATE(3040), 1, sym_record_entry, - STATE(3616), 1, + STATE(3625), 1, sym_val_string, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [131165] = 8, + [131219] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(651), 1, - sym_short_flag, - ACTIONS(692), 1, + ACTIONS(665), 1, anon_sym_LF, - ACTIONS(4335), 1, + ACTIONS(2244), 1, anon_sym_DASH_DASH, - STATE(680), 1, - sym_long_flag, - STATE(785), 1, + ACTIONS(2246), 1, + sym_short_flag, + STATE(2811), 1, sym__flag, STATE(2831), 1, sym_comment, - ACTIONS(690), 4, + STATE(2919), 1, + sym_long_flag, + ACTIONS(663), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [131247] = 8, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1298), 1, + anon_sym_LF, + ACTIONS(2244), 1, + anon_sym_DASH_DASH, + ACTIONS(2246), 1, + sym_short_flag, + STATE(2795), 1, + sym__flag, + STATE(2832), 1, + sym_comment, + STATE(2919), 1, + sym_long_flag, + ACTIONS(1296), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [131193] = 4, + [131275] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4396), 1, + ACTIONS(4404), 1, + anon_sym_COMMA, + ACTIONS(4406), 1, anon_sym_DASH, - STATE(2832), 1, + STATE(2833), 1, + sym_comment, + ACTIONS(4402), 7, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [131297] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4410), 1, + anon_sym_DASH, + STATE(2834), 1, sym_comment, - ACTIONS(4394), 7, + ACTIONS(4408), 7, sym_identifier, anon_sym_RBRACK, anon_sym_RPAREN, @@ -233306,111 +233405,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [131212] = 8, + [131316] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(740), 1, + ACTIONS(742), 1, sym_short_flag, - ACTIONS(4398), 1, + ACTIONS(4412), 1, anon_sym_DASH_DASH, - STATE(708), 1, + STATE(731), 1, sym_long_flag, - STATE(860), 1, + STATE(875), 1, sym__flag, - STATE(2833), 1, + STATE(2835), 1, sym_comment, - ACTIONS(619), 2, + ACTIONS(706), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(621), 2, + ACTIONS(708), 2, ts_builtin_sym_end, anon_sym_LF, - [131239] = 8, + [131343] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2414), 1, + ACTIONS(2314), 1, anon_sym_DASH_DASH, - ACTIONS(2416), 1, + ACTIONS(2316), 1, sym_short_flag, - STATE(2834), 1, + STATE(2836), 1, sym_comment, - STATE(2854), 1, + STATE(2839), 1, sym__flag, - STATE(2974), 1, + STATE(2950), 1, sym_long_flag, - ACTIONS(670), 2, + ACTIONS(706), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(672), 2, + ACTIONS(708), 2, ts_builtin_sym_end, anon_sym_LF, - [131266] = 9, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4400), 1, - sym_identifier, - ACTIONS(4402), 1, - anon_sym_GT, - ACTIONS(4404), 1, - anon_sym_DQUOTE, - STATE(2653), 1, - sym__str_double_quotes, - STATE(2835), 1, - sym_comment, - STATE(2867), 1, - aux_sym_collection_type_repeat1, - STATE(2885), 1, - sym_val_string, - ACTIONS(4406), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [131295] = 9, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4400), 1, - sym_identifier, - ACTIONS(4404), 1, - anon_sym_DQUOTE, - ACTIONS(4408), 1, - anon_sym_GT, - STATE(2653), 1, - sym__str_double_quotes, - STATE(2836), 1, - sym_comment, - STATE(2875), 1, - aux_sym_collection_type_repeat1, - STATE(2885), 1, - sym_val_string, - ACTIONS(4406), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [131324] = 8, + [131370] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(740), 1, - sym_short_flag, - ACTIONS(4398), 1, + ACTIONS(2314), 1, anon_sym_DASH_DASH, - STATE(708), 1, - sym_long_flag, - STATE(902), 1, - sym__flag, + ACTIONS(2316), 1, + sym_short_flag, STATE(2837), 1, sym_comment, - ACTIONS(1296), 2, + STATE(2840), 1, + sym__flag, + STATE(2950), 1, + sym_long_flag, + ACTIONS(706), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(1298), 2, + ACTIONS(708), 2, ts_builtin_sym_end, anon_sym_LF, - [131351] = 4, + [131397] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4382), 1, + ACTIONS(4416), 1, anon_sym_DASH, STATE(2838), 1, sym_comment, - ACTIONS(4378), 7, + ACTIONS(4414), 7, sym_identifier, anon_sym_RBRACK, anon_sym_RPAREN, @@ -233418,607 +233477,610 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [131370] = 8, + [131416] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2414), 1, - anon_sym_DASH_DASH, - ACTIONS(2416), 1, + ACTIONS(742), 1, sym_short_flag, + ACTIONS(4412), 1, + anon_sym_DASH_DASH, + STATE(731), 1, + sym_long_flag, + STATE(884), 1, + sym__flag, STATE(2839), 1, sym_comment, - STATE(2846), 1, - sym__flag, - STATE(2974), 1, - sym_long_flag, - ACTIONS(1296), 2, + ACTIONS(702), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(1298), 2, + ACTIONS(704), 2, ts_builtin_sym_end, anon_sym_LF, - [131397] = 8, + [131443] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(740), 1, - sym_short_flag, - ACTIONS(4398), 1, + ACTIONS(2314), 1, anon_sym_DASH_DASH, - STATE(708), 1, - sym_long_flag, - STATE(873), 1, - sym__flag, + ACTIONS(2316), 1, + sym_short_flag, STATE(2840), 1, sym_comment, - ACTIONS(678), 2, + STATE(2842), 1, + sym__flag, + STATE(2950), 1, + sym_long_flag, + ACTIONS(702), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(680), 2, + ACTIONS(704), 2, ts_builtin_sym_end, anon_sym_LF, - [131424] = 8, + [131470] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2414), 1, + ACTIONS(2314), 1, anon_sym_DASH_DASH, - ACTIONS(2416), 1, + ACTIONS(2316), 1, sym_short_flag, STATE(2841), 1, sym_comment, - STATE(2857), 1, + STATE(2843), 1, sym__flag, - STATE(2974), 1, + STATE(2950), 1, sym_long_flag, - ACTIONS(678), 2, + ACTIONS(702), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(680), 2, + ACTIONS(704), 2, ts_builtin_sym_end, anon_sym_LF, - [131451] = 4, - ACTIONS(157), 1, + [131497] = 8, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(742), 1, + sym_short_flag, ACTIONS(4412), 1, - anon_sym_DASH, + anon_sym_DASH_DASH, + STATE(731), 1, + sym_long_flag, + STATE(889), 1, + sym__flag, STATE(2842), 1, sym_comment, - ACTIONS(4410), 7, - sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, + ACTIONS(694), 2, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [131470] = 4, - ACTIONS(157), 1, + ACTIONS(696), 2, + ts_builtin_sym_end, + anon_sym_LF, + [131524] = 8, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4314), 1, - anon_sym_DASH, - STATE(2843), 1, - sym_comment, - ACTIONS(4310), 7, - sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, + ACTIONS(2314), 1, anon_sym_DASH_DASH, - [131489] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4256), 1, - anon_sym_DASH, - STATE(2844), 1, + ACTIONS(2316), 1, + sym_short_flag, + STATE(2843), 1, sym_comment, - ACTIONS(4252), 7, - sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, + STATE(2845), 1, + sym__flag, + STATE(2950), 1, + sym_long_flag, + ACTIONS(694), 2, + anon_sym_SEMI, anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [131508] = 8, + ACTIONS(696), 2, + ts_builtin_sym_end, + anon_sym_LF, + [131551] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2414), 1, + ACTIONS(2314), 1, anon_sym_DASH_DASH, - ACTIONS(2416), 1, + ACTIONS(2316), 1, sym_short_flag, - STATE(2845), 1, + STATE(2844), 1, sym_comment, - STATE(2851), 1, + STATE(2874), 1, sym__flag, - STATE(2974), 1, + STATE(2950), 1, sym_long_flag, - ACTIONS(1296), 2, + ACTIONS(694), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(1298), 2, + ACTIONS(696), 2, ts_builtin_sym_end, anon_sym_LF, - [131535] = 8, + [131578] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(740), 1, + ACTIONS(742), 1, sym_short_flag, - ACTIONS(4398), 1, + ACTIONS(4412), 1, anon_sym_DASH_DASH, - STATE(708), 1, + STATE(731), 1, sym_long_flag, - STATE(905), 1, + STATE(892), 1, sym__flag, - STATE(2846), 1, + STATE(2845), 1, sym_comment, - ACTIONS(1292), 2, + ACTIONS(690), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(1294), 2, + ACTIONS(692), 2, ts_builtin_sym_end, anon_sym_LF, - [131562] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4416), 1, - anon_sym_DASH, - STATE(2847), 1, - sym_comment, - ACTIONS(4414), 7, - sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [131581] = 9, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4400), 1, - sym_identifier, - ACTIONS(4404), 1, - anon_sym_DQUOTE, - ACTIONS(4418), 1, - anon_sym_GT, - STATE(2653), 1, - sym__str_double_quotes, - STATE(2835), 1, - aux_sym_collection_type_repeat1, - STATE(2848), 1, - sym_comment, - STATE(2885), 1, - sym_val_string, - ACTIONS(4406), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [131610] = 8, + [131605] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2414), 1, + ACTIONS(2314), 1, anon_sym_DASH_DASH, - ACTIONS(2416), 1, + ACTIONS(2316), 1, sym_short_flag, - STATE(2840), 1, - sym__flag, - STATE(2849), 1, + STATE(2846), 1, sym_comment, - STATE(2974), 1, + STATE(2863), 1, + sym__flag, + STATE(2950), 1, sym_long_flag, - ACTIONS(619), 2, + ACTIONS(663), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(621), 2, + ACTIONS(665), 2, ts_builtin_sym_end, anon_sym_LF, - [131637] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4314), 1, - anon_sym_DASH, - STATE(2850), 1, - sym_comment, - ACTIONS(4310), 7, - sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [131656] = 8, + [131632] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2414), 1, + ACTIONS(2314), 1, anon_sym_DASH_DASH, - ACTIONS(2416), 1, + ACTIONS(2316), 1, sym_short_flag, - STATE(2851), 1, + STATE(2847), 1, sym_comment, - STATE(2852), 1, + STATE(2849), 1, sym__flag, - STATE(2974), 1, + STATE(2950), 1, sym_long_flag, - ACTIONS(1292), 2, + ACTIONS(690), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(1294), 2, + ACTIONS(692), 2, ts_builtin_sym_end, anon_sym_LF, - [131683] = 8, + [131659] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(740), 1, + ACTIONS(742), 1, sym_short_flag, - ACTIONS(4398), 1, + ACTIONS(4412), 1, anon_sym_DASH_DASH, - STATE(708), 1, + STATE(731), 1, sym_long_flag, - STATE(906), 1, + STATE(895), 1, sym__flag, - STATE(2852), 1, + STATE(2848), 1, sym_comment, - ACTIONS(1288), 2, + ACTIONS(1296), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(1290), 2, + ACTIONS(1298), 2, ts_builtin_sym_end, anon_sym_LF, - [131710] = 8, + [131686] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2414), 1, + ACTIONS(2314), 1, anon_sym_DASH_DASH, - ACTIONS(2416), 1, + ACTIONS(2316), 1, sym_short_flag, - STATE(2841), 1, - sym__flag, - STATE(2853), 1, + STATE(2849), 1, sym_comment, - STATE(2974), 1, + STATE(2851), 1, + sym__flag, + STATE(2950), 1, sym_long_flag, - ACTIONS(619), 2, + ACTIONS(1296), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(621), 2, + ACTIONS(1298), 2, ts_builtin_sym_end, anon_sym_LF, - [131737] = 8, + [131713] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(740), 1, - sym_short_flag, - ACTIONS(4398), 1, + ACTIONS(2314), 1, anon_sym_DASH_DASH, - STATE(708), 1, - sym_long_flag, - STATE(897), 1, - sym__flag, - STATE(2854), 1, + ACTIONS(2316), 1, + sym_short_flag, + STATE(2850), 1, sym_comment, - ACTIONS(690), 2, + STATE(2852), 1, + sym__flag, + STATE(2950), 1, + sym_long_flag, + ACTIONS(1296), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(692), 2, + ACTIONS(1298), 2, ts_builtin_sym_end, anon_sym_LF, - [131764] = 8, + [131740] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2414), 1, - anon_sym_DASH_DASH, - ACTIONS(2416), 1, + ACTIONS(742), 1, sym_short_flag, - STATE(2849), 1, + ACTIONS(4412), 1, + anon_sym_DASH_DASH, + STATE(731), 1, + sym_long_flag, + STATE(898), 1, sym__flag, - STATE(2855), 1, + STATE(2851), 1, sym_comment, - STATE(2974), 1, - sym_long_flag, - ACTIONS(694), 2, + ACTIONS(1292), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(696), 2, + ACTIONS(1294), 2, ts_builtin_sym_end, anon_sym_LF, - [131791] = 8, + [131767] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2414), 1, + ACTIONS(2314), 1, anon_sym_DASH_DASH, - ACTIONS(2416), 1, + ACTIONS(2316), 1, sym_short_flag, - STATE(2856), 1, + STATE(2852), 1, sym_comment, - STATE(2868), 1, + STATE(2853), 1, sym__flag, - STATE(2974), 1, + STATE(2950), 1, sym_long_flag, - ACTIONS(678), 2, + ACTIONS(1292), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(680), 2, + ACTIONS(1294), 2, ts_builtin_sym_end, anon_sym_LF, - [131818] = 8, + [131794] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(740), 1, + ACTIONS(742), 1, sym_short_flag, - ACTIONS(4398), 1, + ACTIONS(4412), 1, anon_sym_DASH_DASH, - STATE(708), 1, + STATE(731), 1, sym_long_flag, - STATE(882), 1, + STATE(899), 1, sym__flag, - STATE(2857), 1, + STATE(2853), 1, sym_comment, - ACTIONS(662), 2, + ACTIONS(1288), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(664), 2, + ACTIONS(1290), 2, ts_builtin_sym_end, anon_sym_LF, - [131845] = 4, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4296), 1, - anon_sym_DASH, - STATE(2858), 1, - sym_comment, - ACTIONS(4292), 7, - sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [131864] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1312), 1, - anon_sym_LF, - ACTIONS(4420), 1, - aux_sym_long_flag_token1, - STATE(2859), 1, - sym_comment, - ACTIONS(1310), 6, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH_DASH, - anon_sym_RBRACE, - sym_short_flag, - [131885] = 8, + [131821] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2414), 1, + ACTIONS(2314), 1, anon_sym_DASH_DASH, - ACTIONS(2416), 1, + ACTIONS(2316), 1, sym_short_flag, - STATE(2833), 1, - sym__flag, - STATE(2860), 1, + STATE(2854), 1, sym_comment, - STATE(2974), 1, + STATE(2862), 1, + sym__flag, + STATE(2950), 1, sym_long_flag, - ACTIONS(694), 2, + ACTIONS(698), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(696), 2, + ACTIONS(700), 2, ts_builtin_sym_end, anon_sym_LF, - [131912] = 8, + [131848] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2414), 1, + ACTIONS(2314), 1, anon_sym_DASH_DASH, - ACTIONS(2416), 1, + ACTIONS(2316), 1, sym_short_flag, - STATE(2837), 1, - sym__flag, - STATE(2861), 1, + STATE(2855), 1, sym_comment, - STATE(2974), 1, + STATE(2860), 1, + sym__flag, + STATE(2950), 1, sym_long_flag, - ACTIONS(690), 2, + ACTIONS(683), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(692), 2, + ACTIONS(685), 2, ts_builtin_sym_end, anon_sym_LF, - [131939] = 4, + [131875] = 9, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4424), 1, - anon_sym_DASH, - STATE(2862), 1, - sym_comment, - ACTIONS(4422), 7, + ACTIONS(4418), 1, sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [131958] = 4, + ACTIONS(4420), 1, + anon_sym_GT, + ACTIONS(4422), 1, + anon_sym_DQUOTE, + STATE(2653), 1, + sym__str_double_quotes, + STATE(2856), 1, + sym_comment, + STATE(2865), 1, + aux_sym_collection_type_repeat1, + STATE(2924), 1, + sym_val_string, + ACTIONS(4424), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [131904] = 9, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4412), 1, - anon_sym_DASH, - STATE(2863), 1, - sym_comment, - ACTIONS(4410), 7, + ACTIONS(4418), 1, sym_identifier, - anon_sym_RBRACK, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DOLLAR, - anon_sym_DOT_DOT_DOT, - anon_sym_DASH_DASH, - [131977] = 8, + ACTIONS(4422), 1, + anon_sym_DQUOTE, + ACTIONS(4426), 1, + anon_sym_GT, + STATE(2653), 1, + sym__str_double_quotes, + STATE(2857), 1, + sym_comment, + STATE(2866), 1, + aux_sym_collection_type_repeat1, + STATE(2924), 1, + sym_val_string, + ACTIONS(4424), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [131933] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(740), 1, + ACTIONS(742), 1, sym_short_flag, - ACTIONS(4398), 1, + ACTIONS(4412), 1, anon_sym_DASH_DASH, - STATE(708), 1, + STATE(731), 1, sym_long_flag, - STATE(836), 1, + STATE(862), 1, sym__flag, - STATE(2864), 1, + STATE(2858), 1, sym_comment, - ACTIONS(694), 2, + ACTIONS(627), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(696), 2, + ACTIONS(629), 2, ts_builtin_sym_end, anon_sym_LF, - [132004] = 8, + [131960] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2414), 1, - anon_sym_DASH_DASH, - ACTIONS(2416), 1, + ACTIONS(742), 1, sym_short_flag, - STATE(2860), 1, + ACTIONS(4412), 1, + anon_sym_DASH_DASH, + STATE(731), 1, + sym_long_flag, + STATE(838), 1, sym__flag, - STATE(2865), 1, + STATE(2859), 1, sym_comment, - STATE(2974), 1, - sym_long_flag, - ACTIONS(674), 2, + ACTIONS(683), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(676), 2, + ACTIONS(685), 2, ts_builtin_sym_end, anon_sym_LF, - [132031] = 8, + [131987] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2414), 1, + ACTIONS(2314), 1, anon_sym_DASH_DASH, - ACTIONS(2416), 1, + ACTIONS(2316), 1, sym_short_flag, - STATE(2864), 1, + STATE(2835), 1, sym__flag, - STATE(2866), 1, + STATE(2860), 1, sym_comment, - STATE(2974), 1, + STATE(2950), 1, sym_long_flag, - ACTIONS(674), 2, + ACTIONS(627), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(676), 2, + ACTIONS(629), 2, ts_builtin_sym_end, anon_sym_LF, - [132058] = 8, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4426), 1, - sym_identifier, - ACTIONS(4429), 1, - anon_sym_GT, - ACTIONS(4431), 1, - anon_sym_DQUOTE, - STATE(2653), 1, - sym__str_double_quotes, - STATE(2885), 1, - sym_val_string, - ACTIONS(4434), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(2867), 2, - sym_comment, - aux_sym_collection_type_repeat1, - [132085] = 8, + [132014] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2414), 1, + ACTIONS(2314), 1, anon_sym_DASH_DASH, - ACTIONS(2416), 1, + ACTIONS(2316), 1, sym_short_flag, - STATE(2868), 1, - sym_comment, - STATE(2874), 1, + STATE(2836), 1, sym__flag, - STATE(2974), 1, + STATE(2861), 1, + sym_comment, + STATE(2950), 1, sym_long_flag, - ACTIONS(662), 2, + ACTIONS(627), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(664), 2, + ACTIONS(629), 2, ts_builtin_sym_end, anon_sym_LF, - [132112] = 8, + [132041] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2414), 1, + ACTIONS(2314), 1, anon_sym_DASH_DASH, - ACTIONS(2416), 1, + ACTIONS(2316), 1, sym_short_flag, - STATE(2839), 1, + STATE(2859), 1, sym__flag, - STATE(2869), 1, + STATE(2862), 1, sym_comment, - STATE(2974), 1, + STATE(2950), 1, sym_long_flag, - ACTIONS(690), 2, + ACTIONS(663), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(692), 2, + ACTIONS(665), 2, ts_builtin_sym_end, anon_sym_LF, - [132139] = 8, + [132068] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2414), 1, + ACTIONS(2314), 1, anon_sym_DASH_DASH, - ACTIONS(2416), 1, + ACTIONS(2316), 1, sym_short_flag, - STATE(2866), 1, + STATE(2858), 1, sym__flag, - STATE(2870), 1, + STATE(2863), 1, sym_comment, - STATE(2974), 1, + STATE(2950), 1, sym_long_flag, - ACTIONS(666), 2, + ACTIONS(683), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(668), 2, + ACTIONS(685), 2, ts_builtin_sym_end, anon_sym_LF, - [132166] = 8, - ACTIONS(3), 1, + [132095] = 4, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2414), 1, + ACTIONS(4246), 1, + anon_sym_DASH, + STATE(2864), 1, + sym_comment, + ACTIONS(4242), 7, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - ACTIONS(2416), 1, - sym_short_flag, - STATE(2861), 1, - sym__flag, - STATE(2871), 1, + [132114] = 9, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4418), 1, + sym_identifier, + ACTIONS(4422), 1, + anon_sym_DQUOTE, + ACTIONS(4428), 1, + anon_sym_GT, + STATE(2653), 1, + sym__str_double_quotes, + STATE(2865), 1, sym_comment, - STATE(2974), 1, - sym_long_flag, - ACTIONS(670), 2, - anon_sym_SEMI, + STATE(2866), 1, + aux_sym_collection_type_repeat1, + STATE(2924), 1, + sym_val_string, + ACTIONS(4424), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [132143] = 8, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4430), 1, + sym_identifier, + ACTIONS(4433), 1, + anon_sym_GT, + ACTIONS(4435), 1, + anon_sym_DQUOTE, + STATE(2653), 1, + sym__str_double_quotes, + STATE(2924), 1, + sym_val_string, + ACTIONS(4438), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(2866), 2, + sym_comment, + aux_sym_collection_type_repeat1, + [132170] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4140), 1, + anon_sym_DASH, + STATE(2867), 1, + sym_comment, + ACTIONS(4136), 7, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(672), 2, - ts_builtin_sym_end, - anon_sym_LF, - [132193] = 4, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [132189] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4100), 1, + ACTIONS(4160), 1, anon_sym_DASH, - STATE(2872), 1, + STATE(2868), 1, + sym_comment, + ACTIONS(4156), 7, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [132208] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4410), 1, + anon_sym_DASH, + STATE(2869), 1, + sym_comment, + ACTIONS(4408), 7, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [132227] = 9, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4418), 1, + sym_identifier, + ACTIONS(4422), 1, + anon_sym_DQUOTE, + ACTIONS(4441), 1, + anon_sym_GT, + STATE(2653), 1, + sym__str_double_quotes, + STATE(2857), 1, + aux_sym_collection_type_repeat1, + STATE(2870), 1, + sym_comment, + STATE(2924), 1, + sym_val_string, + ACTIONS(4424), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [132256] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4445), 1, + anon_sym_DASH, + STATE(2871), 1, sym_comment, - ACTIONS(4096), 7, + ACTIONS(4443), 7, sym_identifier, anon_sym_RBRACK, anon_sym_RPAREN, @@ -234026,72 +234088,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [132212] = 8, + [132275] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2414), 1, + ACTIONS(1314), 1, + anon_sym_LF, + ACTIONS(4447), 1, + aux_sym_long_flag_token1, + STATE(2872), 1, + sym_comment, + ACTIONS(1312), 6, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DASH_DASH, - ACTIONS(2416), 1, + anon_sym_RBRACE, sym_short_flag, - STATE(2834), 1, - sym__flag, + [132296] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4328), 1, + anon_sym_DASH, STATE(2873), 1, sym_comment, - STATE(2974), 1, - sym_long_flag, - ACTIONS(662), 2, - anon_sym_SEMI, + ACTIONS(4324), 7, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(664), 2, - ts_builtin_sym_end, - anon_sym_LF, - [132239] = 8, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [132315] = 8, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(740), 1, - sym_short_flag, - ACTIONS(4398), 1, + ACTIONS(2314), 1, anon_sym_DASH_DASH, - STATE(708), 1, - sym_long_flag, - STATE(890), 1, + ACTIONS(2316), 1, + sym_short_flag, + STATE(2848), 1, sym__flag, STATE(2874), 1, sym_comment, - ACTIONS(670), 2, + STATE(2950), 1, + sym_long_flag, + ACTIONS(690), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(672), 2, + ACTIONS(692), 2, ts_builtin_sym_end, anon_sym_LF, - [132266] = 9, + [132342] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4400), 1, - sym_identifier, - ACTIONS(4404), 1, - anon_sym_DQUOTE, - ACTIONS(4437), 1, - anon_sym_GT, - STATE(2653), 1, - sym__str_double_quotes, - STATE(2867), 1, - aux_sym_collection_type_repeat1, + ACTIONS(4344), 1, + anon_sym_DASH, STATE(2875), 1, sym_comment, - STATE(2885), 1, - sym_val_string, - ACTIONS(4406), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [132295] = 4, + ACTIONS(4340), 7, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [132361] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4174), 1, + ACTIONS(4344), 1, anon_sym_DASH, STATE(2876), 1, sym_comment, - ACTIONS(4170), 7, + ACTIONS(4340), 7, sym_identifier, anon_sym_RBRACK, anon_sym_RPAREN, @@ -234099,10172 +234168,10202 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR, anon_sym_DOT_DOT_DOT, anon_sym_DASH_DASH, - [132314] = 8, + [132380] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4439), 1, - sym_cmd_identifier, - ACTIONS(4441), 1, - anon_sym_DQUOTE, - STATE(809), 1, - sym__str_double_quotes, - STATE(858), 1, - sym_val_string, - STATE(928), 1, - sym__command_name, + ACTIONS(4451), 1, + anon_sym_DASH, STATE(2877), 1, sym_comment, - ACTIONS(4443), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [132340] = 8, + ACTIONS(4449), 7, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [132399] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2555), 1, - anon_sym_DQUOTE, - ACTIONS(4300), 1, - sym_cmd_identifier, - STATE(1029), 1, - sym__str_double_quotes, - STATE(2752), 1, - sym_val_string, + ACTIONS(4406), 1, + anon_sym_DASH, STATE(2878), 1, sym_comment, - STATE(3588), 1, - sym__command_name, - ACTIONS(2557), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [132366] = 7, - ACTIONS(3), 1, + ACTIONS(4402), 7, + sym_identifier, + anon_sym_RBRACK, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DOLLAR, + anon_sym_DOT_DOT_DOT, + anon_sym_DASH_DASH, + [132418] = 8, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4445), 1, + ACTIONS(4422), 1, anon_sym_DQUOTE, - ACTIONS(4449), 1, - aux_sym_unquoted_token1, - STATE(782), 1, + ACTIONS(4453), 1, + sym_cmd_identifier, + STATE(2653), 1, sym__str_double_quotes, + STATE(2751), 1, + sym_val_string, + STATE(2763), 1, + sym__command_name, STATE(2879), 1, sym_comment, - ACTIONS(4447), 2, + ACTIONS(4424), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(492), 2, - sym_val_string, - sym_unquoted, - [132390] = 7, + [132444] = 9, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4138), 1, + ACTIONS(4114), 1, anon_sym_DOLLAR, - ACTIONS(4140), 1, - anon_sym_LBRACE, - STATE(2011), 1, - sym__var, + ACTIONS(4332), 1, + sym_identifier, + STATE(987), 1, + sym__assignment_pattern, STATE(2880), 1, sym_comment, - STATE(1131), 2, - sym__blosure, + STATE(3053), 1, + sym__var, + STATE(3077), 1, sym_val_variable, - STATE(2241), 2, - sym_block, - sym_val_closure, - [132414] = 8, - ACTIONS(157), 1, + STATE(3338), 1, + sym__assignment_pattern_last, + STATE(3477), 1, + sym__variable_name, + [132472] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2555), 1, + ACTIONS(4455), 1, anon_sym_DQUOTE, - ACTIONS(4300), 1, - sym_cmd_identifier, - STATE(1029), 1, + ACTIONS(4459), 1, + aux_sym_unquoted_token1, + STATE(752), 1, sym__str_double_quotes, - STATE(2752), 1, - sym_val_string, STATE(2881), 1, sym_comment, - STATE(3395), 1, - sym__command_name, - ACTIONS(2557), 2, + ACTIONS(4457), 2, sym__str_single_quotes, sym__str_back_ticks, - [132440] = 8, + STATE(488), 2, + sym_val_string, + sym_unquoted, + [132496] = 8, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4300), 1, + ACTIONS(4304), 1, sym_cmd_identifier, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2752), 1, + STATE(2753), 1, sym_val_string, STATE(2882), 1, sym_comment, - STATE(3608), 1, + STATE(3552), 1, sym__command_name, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [132466] = 9, - ACTIONS(157), 1, + [132522] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4110), 1, - anon_sym_DOLLAR, - ACTIONS(4372), 1, - sym_identifier, - STATE(995), 1, - sym__assignment_pattern, + ACTIONS(4461), 1, + anon_sym_DQUOTE, + ACTIONS(4465), 1, + aux_sym_unquoted_token1, + STATE(881), 1, + sym__str_double_quotes, STATE(2883), 1, sym_comment, - STATE(3008), 1, - sym_val_variable, - STATE(3172), 1, - sym__var, - STATE(3511), 1, - sym__assignment_pattern_last, - STATE(3518), 1, - sym__variable_name, - [132494] = 8, + ACTIONS(4463), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(529), 2, + sym_val_string, + sym_unquoted, + [132546] = 8, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4300), 1, + ACTIONS(4304), 1, sym_cmd_identifier, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2752), 1, + STATE(2753), 1, sym_val_string, STATE(2884), 1, sym_comment, - STATE(3292), 1, + STATE(3397), 1, sym__command_name, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [132520] = 5, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4453), 1, - anon_sym_COLON, - ACTIONS(4455), 1, - anon_sym_COMMA, - STATE(2885), 1, - sym_comment, - ACTIONS(4451), 5, - sym_identifier, - anon_sym_GT, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [132540] = 8, + [132572] = 8, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4300), 1, + ACTIONS(4304), 1, sym_cmd_identifier, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2752), 1, + STATE(2753), 1, sym_val_string, - STATE(2886), 1, + STATE(2885), 1, sym_comment, - STATE(3525), 1, + STATE(3691), 1, sym__command_name, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [132566] = 9, + [132598] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4110), 1, + ACTIONS(4132), 1, anon_sym_DOLLAR, - ACTIONS(4372), 1, - sym_identifier, - STATE(1003), 1, - sym__assignment_pattern, - STATE(2887), 1, + ACTIONS(4134), 1, + anon_sym_LBRACE, + STATE(1942), 1, + sym__var, + STATE(2886), 1, sym_comment, - STATE(3008), 1, + STATE(1129), 2, + sym__blosure, sym_val_variable, - STATE(3172), 1, - sym__var, - STATE(3510), 1, - sym__assignment_pattern_last, - STATE(3518), 1, - sym__variable_name, - [132594] = 8, + STATE(2284), 2, + sym_block, + sym_val_closure, + [132622] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4461), 1, + anon_sym_DQUOTE, + ACTIONS(4465), 1, + aux_sym_unquoted_token1, + STATE(881), 1, + sym__str_double_quotes, + STATE(2887), 1, + sym_comment, + ACTIONS(4463), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(558), 2, + sym_val_string, + sym_unquoted, + [132646] = 8, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4445), 1, + ACTIONS(4455), 1, anon_sym_DQUOTE, - ACTIONS(4457), 1, + ACTIONS(4467), 1, sym_cmd_identifier, - STATE(498), 1, + STATE(497), 1, sym__command_name, - STATE(774), 1, - sym_val_string, - STATE(782), 1, + STATE(752), 1, sym__str_double_quotes, + STATE(771), 1, + sym_val_string, STATE(2888), 1, sym_comment, - ACTIONS(4447), 2, + ACTIONS(4457), 2, sym__str_single_quotes, sym__str_back_ticks, - [132620] = 8, + [132672] = 8, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4300), 1, + ACTIONS(4304), 1, sym_cmd_identifier, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2752), 1, + STATE(2753), 1, sym_val_string, STATE(2889), 1, sym_comment, - STATE(3396), 1, + STATE(3398), 1, sym__command_name, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [132646] = 8, + [132698] = 8, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4300), 1, + ACTIONS(4304), 1, sym_cmd_identifier, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2752), 1, + STATE(2753), 1, sym_val_string, STATE(2890), 1, sym_comment, - STATE(3683), 1, + STATE(3550), 1, sym__command_name, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [132672] = 5, + [132724] = 9, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4461), 1, - anon_sym_COLON, - ACTIONS(4463), 1, - anon_sym_COMMA, + ACTIONS(4114), 1, + anon_sym_DOLLAR, + ACTIONS(4332), 1, + sym_identifier, + STATE(987), 1, + sym__assignment_pattern, STATE(2891), 1, sym_comment, - ACTIONS(4459), 5, - sym_identifier, - anon_sym_GT, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [132692] = 7, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4208), 1, - anon_sym_DOLLAR, - ACTIONS(4210), 1, - anon_sym_LBRACE, - STATE(1882), 1, + STATE(3053), 1, sym__var, + STATE(3077), 1, + sym_val_variable, + STATE(3459), 1, + sym__assignment_pattern_last, + STATE(3484), 1, + sym__variable_name, + [132752] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4455), 1, + anon_sym_DQUOTE, + ACTIONS(4459), 1, + aux_sym_unquoted_token1, + STATE(752), 1, + sym__str_double_quotes, STATE(2892), 1, sym_comment, - STATE(1081), 2, - sym__blosure, - sym_val_variable, - STATE(2126), 2, - sym_block, - sym_val_closure, - [132716] = 8, + ACTIONS(4457), 2, + sym__str_single_quotes, + sym__str_back_ticks, + STATE(495), 2, + sym_val_string, + sym_unquoted, + [132776] = 8, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4300), 1, + ACTIONS(4304), 1, sym_cmd_identifier, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2752), 1, + STATE(2753), 1, sym_val_string, STATE(2893), 1, sym_comment, - STATE(3298), 1, + STATE(3729), 1, sym__command_name, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [132742] = 6, + [132802] = 9, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4465), 1, - anon_sym_DOT, - STATE(2036), 1, - sym_path, + ACTIONS(4114), 1, + anon_sym_DOLLAR, + ACTIONS(4332), 1, + sym_identifier, + STATE(1003), 1, + sym__assignment_pattern, STATE(2894), 1, sym_comment, - STATE(2910), 1, - aux_sym_cell_path_repeat1, - ACTIONS(599), 4, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - [132764] = 8, + STATE(3053), 1, + sym__var, + STATE(3077), 1, + sym_val_variable, + STATE(3362), 1, + sym__assignment_pattern_last, + STATE(3477), 1, + sym__variable_name, + [132830] = 9, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4114), 1, + anon_sym_DOLLAR, + ACTIONS(4332), 1, + sym_identifier, + STATE(1002), 1, + sym__assignment_pattern, + STATE(2895), 1, + sym_comment, + STATE(3053), 1, + sym__var, + STATE(3077), 1, + sym_val_variable, + STATE(3363), 1, + sym__assignment_pattern_last, + STATE(3477), 1, + sym__variable_name, + [132858] = 9, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4114), 1, + anon_sym_DOLLAR, + ACTIONS(4332), 1, + sym_identifier, + STATE(1001), 1, + sym__assignment_pattern, + STATE(2896), 1, + sym_comment, + STATE(3053), 1, + sym__var, + STATE(3077), 1, + sym_val_variable, + STATE(3367), 1, + sym__assignment_pattern_last, + STATE(3477), 1, + sym__variable_name, + [132886] = 8, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4300), 1, + ACTIONS(4304), 1, sym_cmd_identifier, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2752), 1, + STATE(2753), 1, sym_val_string, - STATE(2895), 1, + STATE(2897), 1, sym_comment, - STATE(3524), 1, + STATE(3635), 1, sym__command_name, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [132790] = 8, + [132912] = 8, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4445), 1, + ACTIONS(4455), 1, anon_sym_DQUOTE, - ACTIONS(4457), 1, + ACTIONS(4467), 1, sym_cmd_identifier, - STATE(774), 1, - sym_val_string, - STATE(782), 1, + STATE(752), 1, sym__str_double_quotes, + STATE(771), 1, + sym_val_string, STATE(817), 1, sym__command_name, - STATE(2896), 1, + STATE(2898), 1, sym_comment, - ACTIONS(4447), 2, + ACTIONS(4457), 2, sym__str_single_quotes, sym__str_back_ticks, - [132816] = 8, + [132938] = 8, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4445), 1, + ACTIONS(4455), 1, anon_sym_DQUOTE, - ACTIONS(4457), 1, - sym_cmd_identifier, - STATE(774), 1, - sym_val_string, - STATE(782), 1, - sym__str_double_quotes, - STATE(818), 1, - sym__command_name, - STATE(2897), 1, - sym_comment, - ACTIONS(4447), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [132842] = 5, - ACTIONS(3), 1, - anon_sym_POUND, ACTIONS(4467), 1, - aux_sym_long_flag_token1, - STATE(2898), 1, - sym_comment, - ACTIONS(1312), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1310), 4, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH_DASH, - sym_short_flag, - [132862] = 8, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4439), 1, sym_cmd_identifier, - ACTIONS(4441), 1, - anon_sym_DQUOTE, - STATE(809), 1, + STATE(752), 1, sym__str_double_quotes, - STATE(858), 1, + STATE(771), 1, sym_val_string, - STATE(933), 1, + STATE(816), 1, sym__command_name, STATE(2899), 1, sym_comment, - ACTIONS(4443), 2, + ACTIONS(4457), 2, sym__str_single_quotes, sym__str_back_ticks, - [132888] = 7, + [132964] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4122), 1, - anon_sym_DOLLAR, - ACTIONS(4124), 1, - anon_sym_LBRACE, - STATE(574), 1, - sym__var, - STATE(2900), 1, + ACTIONS(4469), 1, + anon_sym_DOT, + STATE(2044), 1, + sym_path, + STATE(2900), 2, sym_comment, - STATE(422), 2, - sym__blosure, - sym_val_variable, - STATE(726), 2, - sym_block, - sym_val_closure, - [132912] = 8, + aux_sym_cell_path_repeat1, + ACTIONS(570), 4, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + [132984] = 8, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4300), 1, + ACTIONS(4304), 1, sym_cmd_identifier, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2752), 1, + STATE(2753), 1, sym_val_string, STATE(2901), 1, sym_comment, - STATE(3612), 1, + STATE(3332), 1, sym__command_name, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [132938] = 9, + [133010] = 8, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4469), 1, - anon_sym_alias, - ACTIONS(4471), 1, - anon_sym_const, - ACTIONS(4473), 1, - anon_sym_def, - ACTIONS(4475), 1, - anon_sym_def_DASHenv, - ACTIONS(4477), 1, - anon_sym_extern, - ACTIONS(4479), 1, - anon_sym_module, - ACTIONS(4481), 1, - anon_sym_use, + ACTIONS(4461), 1, + anon_sym_DQUOTE, + ACTIONS(4472), 1, + sym_cmd_identifier, + STATE(854), 1, + sym_val_string, + STATE(881), 1, + sym__str_double_quotes, + STATE(927), 1, + sym__command_name, STATE(2902), 1, sym_comment, - [132966] = 8, + ACTIONS(4463), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [133036] = 8, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4439), 1, - sym_cmd_identifier, - ACTIONS(4441), 1, + ACTIONS(2555), 1, anon_sym_DQUOTE, - STATE(809), 1, + ACTIONS(4304), 1, + sym_cmd_identifier, + STATE(1038), 1, sym__str_double_quotes, - STATE(858), 1, + STATE(2753), 1, sym_val_string, - STATE(936), 1, - sym__command_name, STATE(2903), 1, sym_comment, - ACTIONS(4443), 2, + STATE(3330), 1, + sym__command_name, + ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [132992] = 8, + [133062] = 8, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4439), 1, - sym_cmd_identifier, - ACTIONS(4441), 1, + ACTIONS(2555), 1, anon_sym_DQUOTE, - STATE(809), 1, + ACTIONS(4304), 1, + sym_cmd_identifier, + STATE(1038), 1, sym__str_double_quotes, - STATE(858), 1, + STATE(2753), 1, sym_val_string, - STATE(925), 1, + STATE(2763), 1, sym__command_name, STATE(2904), 1, sym_comment, - ACTIONS(4443), 2, + ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [133018] = 7, - ACTIONS(3), 1, + [133088] = 7, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4445), 1, - anon_sym_DQUOTE, - ACTIONS(4449), 1, - aux_sym_unquoted_token1, - STATE(782), 1, - sym__str_double_quotes, + ACTIONS(4118), 1, + anon_sym_DOLLAR, + ACTIONS(4120), 1, + anon_sym_LBRACE, + STATE(1899), 1, + sym__var, STATE(2905), 1, sym_comment, - ACTIONS(4447), 2, - sym__str_single_quotes, - sym__str_back_ticks, - STATE(499), 2, - sym_val_string, - sym_unquoted, - [133042] = 9, + STATE(1087), 2, + sym__blosure, + sym_val_variable, + STATE(2161), 2, + sym_block, + sym_val_closure, + [133112] = 8, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4110), 1, - anon_sym_DOLLAR, - ACTIONS(4372), 1, - sym_identifier, - STATE(995), 1, - sym__assignment_pattern, + ACTIONS(2555), 1, + anon_sym_DQUOTE, + ACTIONS(4304), 1, + sym_cmd_identifier, + STATE(1038), 1, + sym__str_double_quotes, + STATE(2753), 1, + sym_val_string, STATE(2906), 1, sym_comment, - STATE(3008), 1, - sym_val_variable, - STATE(3172), 1, - sym__var, - STATE(3362), 1, - sym__assignment_pattern_last, - STATE(3483), 1, - sym__variable_name, - [133070] = 9, + STATE(3348), 1, + sym__command_name, + ACTIONS(2557), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [133138] = 9, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4110), 1, + ACTIONS(4114), 1, anon_sym_DOLLAR, - ACTIONS(4372), 1, + ACTIONS(4332), 1, sym_identifier, STATE(1003), 1, sym__assignment_pattern, STATE(2907), 1, sym_comment, - STATE(3008), 1, - sym_val_variable, - STATE(3172), 1, + STATE(3053), 1, sym__var, - STATE(3393), 1, - sym__assignment_pattern_last, - STATE(3483), 1, + STATE(3077), 1, + sym_val_variable, + STATE(3484), 1, sym__variable_name, - [133098] = 8, + STATE(3488), 1, + sym__assignment_pattern_last, + [133166] = 8, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4300), 1, + ACTIONS(4304), 1, sym_cmd_identifier, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2752), 1, + STATE(2753), 1, sym_val_string, STATE(2908), 1, sym_comment, - STATE(3242), 1, + STATE(3556), 1, sym__command_name, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [133124] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1322), 1, - anon_sym_LF, - STATE(2909), 1, - sym_comment, - ACTIONS(1320), 6, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH_DASH, - anon_sym_RBRACE, - sym_short_flag, - [133142] = 6, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4465), 1, - anon_sym_DOT, - STATE(2036), 1, - sym_path, - STATE(2910), 1, - sym_comment, - STATE(2928), 1, - aux_sym_cell_path_repeat1, - ACTIONS(588), 4, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - [133164] = 9, + [133192] = 9, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4110), 1, + ACTIONS(4114), 1, anon_sym_DOLLAR, - ACTIONS(4372), 1, + ACTIONS(4332), 1, sym_identifier, - STATE(989), 1, + STATE(1002), 1, sym__assignment_pattern, - STATE(2911), 1, + STATE(2909), 1, sym_comment, - STATE(3008), 1, - sym_val_variable, - STATE(3172), 1, + STATE(3053), 1, sym__var, - STATE(3320), 1, - sym__assignment_pattern_last, - STATE(3483), 1, + STATE(3077), 1, + sym_val_variable, + STATE(3484), 1, sym__variable_name, - [133192] = 9, + STATE(3486), 1, + sym__assignment_pattern_last, + [133220] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4110), 1, + ACTIONS(4144), 1, anon_sym_DOLLAR, - ACTIONS(4372), 1, - sym_identifier, - STATE(994), 1, - sym__assignment_pattern, - STATE(2912), 1, + ACTIONS(4146), 1, + anon_sym_LBRACE, + STATE(570), 1, + sym__var, + STATE(2910), 1, sym_comment, - STATE(3008), 1, + STATE(425), 2, + sym__blosure, sym_val_variable, - STATE(3172), 1, - sym__var, - STATE(3365), 1, - sym__assignment_pattern_last, - STATE(3483), 1, - sym__variable_name, - [133220] = 9, - ACTIONS(157), 1, + STATE(718), 2, + sym_block, + sym_val_closure, + [133244] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4473), 1, - anon_sym_def, - ACTIONS(4475), 1, - anon_sym_def_DASHenv, - ACTIONS(4477), 1, - anon_sym_extern, - ACTIONS(4479), 1, - anon_sym_module, - ACTIONS(4481), 1, - anon_sym_use, - ACTIONS(4483), 1, - anon_sym_alias, - ACTIONS(4485), 1, - anon_sym_const, - STATE(2913), 1, + ACTIONS(1416), 1, + anon_sym_LF, + STATE(2911), 1, sym_comment, - [133248] = 9, + ACTIONS(1414), 6, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH_DASH, + anon_sym_RBRACE, + sym_short_flag, + [133262] = 9, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4487), 1, + ACTIONS(4474), 1, anon_sym_alias, - ACTIONS(4489), 1, + ACTIONS(4476), 1, anon_sym_const, - ACTIONS(4491), 1, + ACTIONS(4478), 1, anon_sym_def, - ACTIONS(4493), 1, + ACTIONS(4480), 1, anon_sym_def_DASHenv, - ACTIONS(4495), 1, + ACTIONS(4482), 1, anon_sym_extern, - ACTIONS(4497), 1, + ACTIONS(4484), 1, anon_sym_module, - ACTIONS(4499), 1, + ACTIONS(4486), 1, anon_sym_use, - STATE(2914), 1, + STATE(2912), 1, sym_comment, - [133276] = 8, + [133290] = 9, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4439), 1, - sym_cmd_identifier, - ACTIONS(4441), 1, + ACTIONS(4114), 1, + anon_sym_DOLLAR, + ACTIONS(4332), 1, + sym_identifier, + STATE(1001), 1, + sym__assignment_pattern, + STATE(2913), 1, + sym_comment, + STATE(3053), 1, + sym__var, + STATE(3077), 1, + sym_val_variable, + STATE(3483), 1, + sym__assignment_pattern_last, + STATE(3484), 1, + sym__variable_name, + [133318] = 8, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2555), 1, anon_sym_DQUOTE, - STATE(525), 1, - sym__command_name, - STATE(809), 1, + ACTIONS(4304), 1, + sym_cmd_identifier, + STATE(1038), 1, sym__str_double_quotes, - STATE(858), 1, + STATE(2753), 1, sym_val_string, - STATE(2915), 1, + STATE(2914), 1, sym_comment, - ACTIONS(4443), 2, + STATE(3654), 1, + sym__command_name, + ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [133302] = 8, + [133344] = 8, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4445), 1, + ACTIONS(4461), 1, anon_sym_DQUOTE, - ACTIONS(4457), 1, + ACTIONS(4472), 1, sym_cmd_identifier, - STATE(774), 1, + STATE(854), 1, sym_val_string, - STATE(782), 1, + STATE(881), 1, sym__str_double_quotes, - STATE(884), 1, + STATE(947), 1, sym__command_name, - STATE(2916), 1, + STATE(2915), 1, sym_comment, - ACTIONS(4447), 2, + ACTIONS(4463), 2, sym__str_single_quotes, sym__str_back_ticks, - [133328] = 8, + [133370] = 8, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4300), 1, + ACTIONS(4304), 1, sym_cmd_identifier, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2752), 1, + STATE(2753), 1, sym_val_string, - STATE(2917), 1, + STATE(2916), 1, sym_comment, - STATE(3308), 1, + STATE(3649), 1, sym__command_name, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [133354] = 8, + [133396] = 8, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4300), 1, + ACTIONS(4304), 1, sym_cmd_identifier, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2752), 1, + STATE(2753), 1, sym_val_string, - STATE(2918), 1, + STATE(2917), 1, sym_comment, - STATE(3647), 1, + STATE(3451), 1, sym__command_name, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [133380] = 8, + [133422] = 9, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4439), 1, - sym_cmd_identifier, - ACTIONS(4441), 1, - anon_sym_DQUOTE, - STATE(809), 1, - sym__str_double_quotes, - STATE(858), 1, - sym_val_string, - STATE(952), 1, - sym__command_name, + ACTIONS(4488), 1, + anon_sym_alias, + ACTIONS(4490), 1, + anon_sym_const, + ACTIONS(4492), 1, + anon_sym_def, + ACTIONS(4494), 1, + anon_sym_def_DASHenv, + ACTIONS(4496), 1, + anon_sym_extern, + ACTIONS(4498), 1, + anon_sym_module, + ACTIONS(4500), 1, + anon_sym_use, + STATE(2918), 1, + sym_comment, + [133450] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1327), 1, + anon_sym_LF, STATE(2919), 1, sym_comment, - ACTIONS(4443), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [133406] = 9, + ACTIONS(1325), 6, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_DASH_DASH, + anon_sym_RBRACE, + sym_short_flag, + [133468] = 8, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4110), 1, - anon_sym_DOLLAR, - ACTIONS(4372), 1, - sym_identifier, - STATE(989), 1, - sym__assignment_pattern, + ACTIONS(2555), 1, + anon_sym_DQUOTE, + ACTIONS(4304), 1, + sym_cmd_identifier, + STATE(1038), 1, + sym__str_double_quotes, + STATE(2753), 1, + sym_val_string, STATE(2920), 1, sym_comment, - STATE(3008), 1, - sym_val_variable, - STATE(3172), 1, - sym__var, - STATE(3518), 1, - sym__variable_name, - STATE(3519), 1, - sym__assignment_pattern_last, - [133434] = 8, + STATE(3400), 1, + sym__command_name, + ACTIONS(2557), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [133494] = 8, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4404), 1, + ACTIONS(4455), 1, anon_sym_DQUOTE, - ACTIONS(4501), 1, + ACTIONS(4467), 1, sym_cmd_identifier, - STATE(2653), 1, + STATE(752), 1, sym__str_double_quotes, - STATE(2759), 1, - sym__command_name, - STATE(2763), 1, + STATE(771), 1, sym_val_string, + STATE(858), 1, + sym__command_name, STATE(2921), 1, sym_comment, - ACTIONS(4406), 2, + ACTIONS(4457), 2, sym__str_single_quotes, sym__str_back_ticks, - [133460] = 9, + [133520] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4110), 1, - anon_sym_DOLLAR, - ACTIONS(4372), 1, - sym_identifier, - STATE(994), 1, - sym__assignment_pattern, + ACTIONS(4502), 1, + anon_sym_DOT, + STATE(2044), 1, + sym_path, STATE(2922), 1, sym_comment, - STATE(3008), 1, - sym_val_variable, - STATE(3172), 1, - sym__var, - STATE(3504), 1, - sym__assignment_pattern_last, - STATE(3518), 1, - sym__variable_name, - [133488] = 8, + STATE(2938), 1, + aux_sym_cell_path_repeat1, + ACTIONS(607), 4, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + [133542] = 8, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4300), 1, + ACTIONS(4304), 1, sym_cmd_identifier, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2752), 1, + STATE(2753), 1, sym_val_string, STATE(2923), 1, sym_comment, - STATE(3535), 1, + STATE(3661), 1, sym__command_name, ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - [133514] = 7, - ACTIONS(3), 1, + [133568] = 5, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4441), 1, - anon_sym_DQUOTE, - ACTIONS(4503), 1, - aux_sym_unquoted_token1, - STATE(809), 1, - sym__str_double_quotes, + ACTIONS(4506), 1, + anon_sym_COLON, + ACTIONS(4508), 1, + anon_sym_COMMA, STATE(2924), 1, sym_comment, - ACTIONS(4443), 2, + ACTIONS(4504), 5, + sym_identifier, + anon_sym_GT, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - STATE(544), 2, - sym_val_string, - sym_unquoted, - [133538] = 8, + [133588] = 8, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4300), 1, + ACTIONS(4304), 1, sym_cmd_identifier, - STATE(1029), 1, + STATE(1038), 1, sym__str_double_quotes, - STATE(2752), 1, + STATE(2753), 1, sym_val_string, STATE(2925), 1, sym_comment, - STATE(3286), 1, - sym__command_name, - ACTIONS(2557), 2, + STATE(3316), 1, + sym__command_name, + ACTIONS(2557), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [133614] = 5, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4512), 1, + anon_sym_COLON, + ACTIONS(4514), 1, + anon_sym_COMMA, + STATE(2926), 1, + sym_comment, + ACTIONS(4510), 5, + sym_identifier, + anon_sym_GT, + anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [133564] = 4, - ACTIONS(3), 1, + [133634] = 9, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1373), 1, - anon_sym_LF, - STATE(2926), 1, + ACTIONS(4478), 1, + anon_sym_def, + ACTIONS(4480), 1, + anon_sym_def_DASHenv, + ACTIONS(4482), 1, + anon_sym_extern, + ACTIONS(4484), 1, + anon_sym_module, + ACTIONS(4486), 1, + anon_sym_use, + ACTIONS(4516), 1, + anon_sym_alias, + ACTIONS(4518), 1, + anon_sym_const, + STATE(2927), 1, sym_comment, - ACTIONS(1371), 6, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_DASH_DASH, - anon_sym_RBRACE, - sym_short_flag, - [133582] = 8, + [133662] = 8, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2555), 1, + ACTIONS(4461), 1, anon_sym_DQUOTE, - ACTIONS(4300), 1, + ACTIONS(4472), 1, sym_cmd_identifier, - STATE(1029), 1, - sym__str_double_quotes, - STATE(2752), 1, + STATE(854), 1, sym_val_string, - STATE(2927), 1, - sym_comment, - STATE(3659), 1, + STATE(881), 1, + sym__str_double_quotes, + STATE(932), 1, sym__command_name, - ACTIONS(2557), 2, + STATE(2928), 1, + sym_comment, + ACTIONS(4463), 2, sym__str_single_quotes, sym__str_back_ticks, - [133608] = 5, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4505), 1, - anon_sym_DOT, - STATE(2036), 1, - sym_path, - STATE(2928), 2, - sym_comment, - aux_sym_cell_path_repeat1, - ACTIONS(592), 4, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_LBRACK, - anon_sym_RBRACK, - [133628] = 8, + [133688] = 8, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2555), 1, + ACTIONS(4455), 1, anon_sym_DQUOTE, - ACTIONS(4300), 1, + ACTIONS(4467), 1, sym_cmd_identifier, - STATE(1029), 1, + STATE(752), 1, sym__str_double_quotes, - STATE(2752), 1, + STATE(771), 1, sym_val_string, + STATE(864), 1, + sym__command_name, STATE(2929), 1, sym_comment, - STATE(3287), 1, - sym__command_name, - ACTIONS(2557), 2, + ACTIONS(4457), 2, sym__str_single_quotes, sym__str_back_ticks, - [133654] = 7, + [133714] = 8, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4102), 1, - anon_sym_DOLLAR, - ACTIONS(4104), 1, - anon_sym_LBRACE, - STATE(541), 1, - sym__var, + ACTIONS(4455), 1, + anon_sym_DQUOTE, + ACTIONS(4467), 1, + sym_cmd_identifier, + STATE(752), 1, + sym__str_double_quotes, + STATE(771), 1, + sym_val_string, + STATE(861), 1, + sym__command_name, STATE(2930), 1, sym_comment, - STATE(354), 2, - sym__blosure, - sym_val_variable, - STATE(695), 2, - sym_block, - sym_val_closure, - [133678] = 8, + ACTIONS(4457), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [133740] = 8, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4445), 1, + ACTIONS(4461), 1, anon_sym_DQUOTE, - ACTIONS(4457), 1, + ACTIONS(4472), 1, sym_cmd_identifier, - STATE(774), 1, + STATE(854), 1, sym_val_string, - STATE(782), 1, + STATE(881), 1, sym__str_double_quotes, - STATE(885), 1, + STATE(937), 1, sym__command_name, STATE(2931), 1, sym_comment, - ACTIONS(4447), 2, + ACTIONS(4463), 2, sym__str_single_quotes, sym__str_back_ticks, - [133704] = 8, + [133766] = 8, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4439), 1, - sym_cmd_identifier, - ACTIONS(4441), 1, + ACTIONS(4461), 1, anon_sym_DQUOTE, - STATE(809), 1, - sym__str_double_quotes, - STATE(858), 1, + ACTIONS(4472), 1, + sym_cmd_identifier, + STATE(854), 1, sym_val_string, - STATE(931), 1, + STATE(881), 1, + sym__str_double_quotes, + STATE(952), 1, sym__command_name, STATE(2932), 1, sym_comment, - ACTIONS(4443), 2, + ACTIONS(4463), 2, sym__str_single_quotes, sym__str_back_ticks, - [133730] = 8, + [133792] = 8, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4445), 1, + ACTIONS(4461), 1, anon_sym_DQUOTE, - ACTIONS(4457), 1, + ACTIONS(4472), 1, sym_cmd_identifier, - STATE(774), 1, + STATE(854), 1, sym_val_string, - STATE(782), 1, + STATE(881), 1, sym__str_double_quotes, - STATE(792), 1, + STATE(955), 1, sym__command_name, STATE(2933), 1, sym_comment, - ACTIONS(4447), 2, + ACTIONS(4463), 2, sym__str_single_quotes, sym__str_back_ticks, - [133756] = 8, + [133818] = 8, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2555), 1, + ACTIONS(4461), 1, anon_sym_DQUOTE, - ACTIONS(4300), 1, + ACTIONS(4472), 1, sym_cmd_identifier, - STATE(1029), 1, - sym__str_double_quotes, - STATE(2752), 1, + STATE(545), 1, + sym__command_name, + STATE(854), 1, sym_val_string, + STATE(881), 1, + sym__str_double_quotes, STATE(2934), 1, sym_comment, - STATE(3529), 1, - sym__command_name, - ACTIONS(2557), 2, + ACTIONS(4463), 2, sym__str_single_quotes, sym__str_back_ticks, - [133782] = 7, - ACTIONS(3), 1, + [133844] = 8, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4441), 1, + ACTIONS(2555), 1, anon_sym_DQUOTE, - ACTIONS(4503), 1, - aux_sym_unquoted_token1, - STATE(809), 1, + ACTIONS(4304), 1, + sym_cmd_identifier, + STATE(1038), 1, sym__str_double_quotes, + STATE(2753), 1, + sym_val_string, STATE(2935), 1, sym_comment, - ACTIONS(4443), 2, + STATE(3546), 1, + sym__command_name, + ACTIONS(2557), 2, sym__str_single_quotes, sym__str_back_ticks, - STATE(510), 2, - sym_val_string, - sym_unquoted, - [133806] = 8, + [133870] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4445), 1, - anon_sym_DQUOTE, - ACTIONS(4457), 1, - sym_cmd_identifier, - STATE(774), 1, - sym_val_string, - STATE(782), 1, - sym__str_double_quotes, - STATE(841), 1, - sym__command_name, + ACTIONS(4122), 1, + anon_sym_DOLLAR, + ACTIONS(4124), 1, + anon_sym_LBRACE, + STATE(555), 1, + sym__var, STATE(2936), 1, sym_comment, - ACTIONS(4447), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [133832] = 8, + STATE(362), 2, + sym__blosure, + sym_val_variable, + STATE(695), 2, + sym_block, + sym_val_closure, + [133894] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4520), 1, + aux_sym_long_flag_token1, + STATE(2937), 1, + sym_comment, + ACTIONS(1314), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1312), 4, + anon_sym_SEMI, + anon_sym_PIPE, + anon_sym_DASH_DASH, + sym_short_flag, + [133914] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2555), 1, + ACTIONS(4502), 1, + anon_sym_DOT, + STATE(2044), 1, + sym_path, + STATE(2900), 1, + aux_sym_cell_path_repeat1, + STATE(2938), 1, + sym_comment, + ACTIONS(583), 4, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, + [133936] = 8, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4455), 1, anon_sym_DQUOTE, - ACTIONS(4300), 1, + ACTIONS(4467), 1, sym_cmd_identifier, - STATE(1029), 1, + STATE(752), 1, sym__str_double_quotes, - STATE(2752), 1, + STATE(771), 1, sym_val_string, - STATE(2759), 1, + STATE(876), 1, sym__command_name, - STATE(2937), 1, + STATE(2939), 1, sym_comment, - ACTIONS(2557), 2, + ACTIONS(4457), 2, sym__str_single_quotes, sym__str_back_ticks, - [133858] = 7, + [133962] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4522), 1, anon_sym_LPAREN, - ACTIONS(4512), 1, + ACTIONS(4526), 1, anon_sym_DQUOTE2, - STATE(2938), 1, + STATE(2940), 1, sym_comment, - STATE(2951), 1, + STATE(2943), 1, aux_sym__inter_double_quotes_repeat1, - STATE(3429), 1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [133881] = 8, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4110), 1, - anon_sym_DOLLAR, - ACTIONS(4372), 1, - sym_identifier, - STATE(1003), 1, - sym__assignment_pattern, - STATE(2939), 1, - sym_comment, - STATE(3008), 1, - sym_val_variable, - STATE(3172), 1, - sym__var, - STATE(3469), 1, - sym__variable_name, - [133906] = 5, + [133985] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1638), 1, + ACTIONS(2008), 1, + anon_sym_SEMI, + ACTIONS(2010), 1, anon_sym_LF, - ACTIONS(4514), 1, - anon_sym_else, - STATE(2940), 1, + STATE(902), 1, + sym__terminator, + STATE(2941), 1, sym_comment, - ACTIONS(1636), 4, - anon_sym_SEMI, + STATE(2965), 1, + aux_sym__block_body_repeat1, + ACTIONS(4528), 2, anon_sym_RPAREN, - anon_sym_PIPE, anon_sym_RBRACE, - [133925] = 7, + [134008] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4522), 1, anon_sym_LPAREN, - ACTIONS(4516), 1, + ACTIONS(4530), 1, anon_sym_DQUOTE2, - STATE(2941), 1, + STATE(2942), 1, sym_comment, - STATE(2979), 1, + STATE(2985), 1, aux_sym__inter_double_quotes_repeat1, - STATE(3429), 1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [133948] = 7, + [134031] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4522), 1, anon_sym_LPAREN, - ACTIONS(4518), 1, + ACTIONS(4532), 1, anon_sym_DQUOTE2, - STATE(2942), 1, + STATE(2943), 1, sym_comment, - STATE(2953), 1, + STATE(2973), 1, aux_sym__inter_double_quotes_repeat1, - STATE(3429), 1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [133971] = 7, + [134054] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4522), 1, anon_sym_LPAREN, - ACTIONS(4520), 1, + ACTIONS(4534), 1, anon_sym_DQUOTE2, - STATE(2943), 1, + STATE(2944), 1, sym_comment, - STATE(3004), 1, + STATE(2973), 1, aux_sym__inter_double_quotes_repeat1, - STATE(3429), 1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [133994] = 8, - ACTIONS(157), 1, + [134077] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4110), 1, - anon_sym_DOLLAR, - ACTIONS(4372), 1, - sym_identifier, - STATE(989), 1, - sym__assignment_pattern, - STATE(2944), 1, + ACTIONS(1664), 1, + anon_sym_LF, + ACTIONS(4536), 1, + anon_sym_else, + STATE(2945), 1, sym_comment, - STATE(3008), 1, - sym_val_variable, - STATE(3172), 1, - sym__var, - STATE(3469), 1, - sym__variable_name, - [134019] = 8, + ACTIONS(1662), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [134096] = 8, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4110), 1, - anon_sym_DOLLAR, - ACTIONS(4372), 1, + ACTIONS(3616), 1, + anon_sym_DASH_DASH, + ACTIONS(3648), 1, + sym_short_flag, + ACTIONS(4538), 1, sym_identifier, - STATE(995), 1, - sym__assignment_pattern, - STATE(2945), 1, + STATE(2946), 1, sym_comment, - STATE(3008), 1, - sym_val_variable, - STATE(3172), 1, - sym__var, - STATE(3469), 1, - sym__variable_name, - [134044] = 8, + STATE(2980), 1, + aux_sym_overlay_use_repeat1, + STATE(3058), 1, + sym_long_flag, + STATE(3506), 1, + sym__flag, + [134121] = 8, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4110), 1, - anon_sym_DOLLAR, - ACTIONS(4372), 1, + ACTIONS(3616), 1, + anon_sym_DASH_DASH, + ACTIONS(3648), 1, + sym_short_flag, + ACTIONS(4540), 1, sym_identifier, - STATE(994), 1, - sym__assignment_pattern, STATE(2946), 1, + aux_sym_overlay_use_repeat1, + STATE(2947), 1, sym_comment, - STATE(3008), 1, - sym_val_variable, - STATE(3172), 1, - sym__var, - STATE(3469), 1, - sym__variable_name, - [134069] = 7, + STATE(3058), 1, + sym_long_flag, + STATE(3506), 1, + sym__flag, + [134146] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, - anon_sym_LPAREN, ACTIONS(4522), 1, + anon_sym_LPAREN, + ACTIONS(4542), 1, anon_sym_DQUOTE2, - STATE(2947), 1, - sym_comment, STATE(2948), 1, + sym_comment, + STATE(2996), 1, aux_sym__inter_double_quotes_repeat1, - STATE(3429), 1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [134092] = 7, + [134169] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4522), 1, anon_sym_LPAREN, - ACTIONS(4524), 1, + ACTIONS(4544), 1, anon_sym_DQUOTE2, - STATE(2948), 1, + STATE(2949), 1, sym_comment, - STATE(2953), 1, + STATE(2973), 1, aux_sym__inter_double_quotes_repeat1, - STATE(3429), 1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [134115] = 3, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(2949), 1, - sym_comment, - ACTIONS(771), 6, - sym_cmd_identifier, - anon_sym_COMMA, - anon_sym_RBRACK, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [134130] = 5, + [134192] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1312), 1, - anon_sym_LF, - ACTIONS(4526), 1, - aux_sym_long_flag_token1, STATE(2950), 1, sym_comment, - ACTIONS(1310), 4, + ACTIONS(1327), 2, + ts_builtin_sym_end, + anon_sym_LF, + ACTIONS(1325), 4, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [134149] = 7, + anon_sym_DASH_DASH, + sym_short_flag, + [134209] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4522), 1, anon_sym_LPAREN, - ACTIONS(4528), 1, + ACTIONS(4546), 1, anon_sym_DQUOTE2, + STATE(2949), 1, + aux_sym__inter_double_quotes_repeat1, STATE(2951), 1, sym_comment, - STATE(2953), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(3429), 1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [134172] = 7, - ACTIONS(3), 1, + [134232] = 8, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4508), 1, - anon_sym_LPAREN, - ACTIONS(4530), 1, - anon_sym_DQUOTE2, + ACTIONS(4114), 1, + anon_sym_DOLLAR, + ACTIONS(4332), 1, + sym_identifier, + STATE(987), 1, + sym__assignment_pattern, STATE(2952), 1, sym_comment, - STATE(2953), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(3429), 1, - sym_expr_interpolated, - ACTIONS(4510), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [134195] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4532), 1, - anon_sym_LPAREN, - ACTIONS(4538), 1, - anon_sym_DQUOTE2, - STATE(3429), 1, - sym_expr_interpolated, - ACTIONS(4535), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - STATE(2953), 2, - sym_comment, - aux_sym__inter_double_quotes_repeat1, - [134216] = 4, + STATE(3053), 1, + sym__var, + STATE(3077), 1, + sym_val_variable, + STATE(3476), 1, + sym__variable_name, + [134257] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4542), 1, - anon_sym_COMMA, - STATE(2954), 1, + STATE(2953), 1, sym_comment, - ACTIONS(4540), 5, - sym_identifier, - anon_sym_GT, + ACTIONS(669), 6, + sym_cmd_identifier, + anon_sym_COMMA, + anon_sym_RBRACK, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [134233] = 7, + [134272] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4522), 1, anon_sym_LPAREN, - ACTIONS(4544), 1, + ACTIONS(4548), 1, anon_sym_DQUOTE2, - STATE(2952), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(2955), 1, + STATE(2954), 1, sym_comment, - STATE(3429), 1, + STATE(2973), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [134256] = 7, + [134295] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4522), 1, anon_sym_LPAREN, - ACTIONS(4546), 1, + ACTIONS(4550), 1, anon_sym_DQUOTE2, - STATE(2956), 1, + STATE(2955), 1, sym_comment, - STATE(2958), 1, + STATE(2963), 1, aux_sym__inter_double_quotes_repeat1, - STATE(3429), 1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [134279] = 4, - ACTIONS(157), 1, + [134318] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4550), 1, - anon_sym_COMMA, - STATE(2957), 1, + ACTIONS(2008), 1, + anon_sym_SEMI, + ACTIONS(2010), 1, + anon_sym_LF, + STATE(902), 1, + sym__terminator, + STATE(2956), 1, sym_comment, - ACTIONS(4548), 5, - sym_identifier, - anon_sym_GT, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [134296] = 7, + STATE(2991), 1, + aux_sym__block_body_repeat1, + ACTIONS(4552), 2, + anon_sym_RPAREN, + anon_sym_RBRACE, + [134341] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4522), 1, anon_sym_LPAREN, - ACTIONS(4552), 1, + ACTIONS(4554), 1, anon_sym_DQUOTE2, - STATE(2953), 1, + STATE(2944), 1, aux_sym__inter_double_quotes_repeat1, - STATE(2958), 1, + STATE(2957), 1, sym_comment, - STATE(3429), 1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [134319] = 8, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3630), 1, - anon_sym_DASH_DASH, - ACTIONS(3662), 1, - sym_short_flag, - ACTIONS(4554), 1, - sym_identifier, - STATE(2959), 1, - sym_comment, - STATE(2988), 1, - aux_sym_overlay_use_repeat1, - STATE(3165), 1, - sym_long_flag, - STATE(3470), 1, - sym__flag, - [134344] = 4, + [134364] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4558), 1, - anon_sym_COMMA, - STATE(2960), 1, + STATE(2958), 1, sym_comment, - ACTIONS(4556), 5, + ACTIONS(619), 6, sym_cmd_identifier, + anon_sym_COMMA, anon_sym_RBRACK, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [134361] = 7, + [134379] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1804), 1, - anon_sym_SEMI, - ACTIONS(1806), 1, + ACTIONS(1602), 1, + anon_sym_PIPE, + ACTIONS(4558), 1, anon_sym_LF, - STATE(791), 1, - sym__terminator, - STATE(2961), 1, + STATE(1744), 1, + aux_sym_pipe_element_repeat1, + STATE(2959), 1, sym_comment, - STATE(2971), 1, - aux_sym__block_body_repeat1, - ACTIONS(4560), 2, + ACTIONS(4556), 3, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [134384] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4508), 1, - anon_sym_LPAREN, - ACTIONS(4562), 1, - anon_sym_DQUOTE2, - STATE(2962), 1, - sym_comment, - STATE(2963), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(3429), 1, - sym_expr_interpolated, - ACTIONS(4510), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [134407] = 7, + [134400] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4522), 1, anon_sym_LPAREN, - ACTIONS(4564), 1, + ACTIONS(4561), 1, anon_sym_DQUOTE2, - STATE(2953), 1, + STATE(2954), 1, aux_sym__inter_double_quotes_repeat1, - STATE(2963), 1, + STATE(2960), 1, sym_comment, - STATE(3429), 1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [134430] = 6, + [134423] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1666), 1, - anon_sym_PIPE, - ACTIONS(4566), 1, + ACTIONS(1538), 1, anon_sym_LF, - STATE(1759), 1, - aux_sym_pipe_element_repeat1, - STATE(2964), 1, + ACTIONS(4563), 1, + anon_sym_catch, + STATE(2961), 1, sym_comment, - ACTIONS(3719), 3, + ACTIONS(1536), 4, anon_sym_SEMI, anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_RBRACE, - [134451] = 5, + [134442] = 8, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1310), 1, - sym_identifier, - ACTIONS(4569), 1, - aux_sym_long_flag_token1, - STATE(2965), 1, - sym_comment, - ACTIONS(1312), 4, - anon_sym_DOLLAR, + ACTIONS(3616), 1, anon_sym_DASH_DASH, - anon_sym_LBRACE, + ACTIONS(3648), 1, sym_short_flag, - [134470] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4508), 1, - anon_sym_LPAREN, - ACTIONS(4571), 1, - anon_sym_DQUOTE2, - STATE(2953), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(2966), 1, + ACTIONS(4565), 1, + sym_identifier, + STATE(2962), 1, sym_comment, - STATE(3429), 1, - sym_expr_interpolated, - ACTIONS(4510), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [134493] = 7, + STATE(2980), 1, + aux_sym_overlay_use_repeat1, + STATE(3058), 1, + sym_long_flag, + STATE(3506), 1, + sym__flag, + [134467] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4522), 1, anon_sym_LPAREN, - ACTIONS(4573), 1, + ACTIONS(4567), 1, anon_sym_DQUOTE2, - STATE(2967), 1, - sym_comment, - STATE(2970), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(3429), 1, - sym_expr_interpolated, - ACTIONS(4510), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [134516] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(2968), 1, + STATE(2963), 1, sym_comment, - ACTIONS(1373), 2, - ts_builtin_sym_end, - anon_sym_LF, - ACTIONS(1371), 4, - anon_sym_SEMI, - anon_sym_PIPE, - anon_sym_DASH_DASH, - sym_short_flag, - [134533] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4508), 1, - anon_sym_LPAREN, - ACTIONS(4575), 1, - anon_sym_DQUOTE2, - STATE(2966), 1, + STATE(2973), 1, aux_sym__inter_double_quotes_repeat1, - STATE(2969), 1, - sym_comment, - STATE(3429), 1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [134556] = 7, - ACTIONS(3), 1, + [134490] = 8, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4508), 1, - anon_sym_LPAREN, - ACTIONS(4577), 1, - anon_sym_DQUOTE2, - STATE(2953), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(2970), 1, + ACTIONS(4114), 1, + anon_sym_DOLLAR, + ACTIONS(4332), 1, + sym_identifier, + STATE(1001), 1, + sym__assignment_pattern, + STATE(2964), 1, sym_comment, - STATE(3429), 1, - sym_expr_interpolated, - ACTIONS(4510), 2, - sym_escaped_interpolated_content, - sym_inter_escape_sequence, - [134579] = 7, + STATE(3053), 1, + sym__var, + STATE(3077), 1, + sym_val_variable, + STATE(3476), 1, + sym__variable_name, + [134515] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1804), 1, + ACTIONS(2008), 1, anon_sym_SEMI, - ACTIONS(1806), 1, + ACTIONS(2010), 1, anon_sym_LF, - STATE(735), 1, + STATE(737), 1, aux_sym__block_body_repeat1, - STATE(791), 1, - sym__terminator, - STATE(2971), 1, - sym_comment, - ACTIONS(4579), 2, - anon_sym_RPAREN, - anon_sym_RBRACE, - [134602] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1666), 1, - anon_sym_PIPE, - ACTIONS(4583), 1, - anon_sym_LF, - STATE(1760), 1, - aux_sym_pipe_element_repeat1, - STATE(2972), 1, - sym_comment, - ACTIONS(4581), 3, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [134623] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1804), 1, - anon_sym_SEMI, - ACTIONS(1806), 1, - anon_sym_LF, - STATE(791), 1, + STATE(902), 1, sym__terminator, - STATE(2973), 1, + STATE(2965), 1, sym_comment, - STATE(2978), 1, - aux_sym__block_body_repeat1, - ACTIONS(4586), 2, + ACTIONS(4569), 2, anon_sym_RPAREN, anon_sym_RBRACE, - [134646] = 4, + [134538] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(2974), 1, + STATE(2966), 1, sym_comment, - ACTIONS(1322), 2, + ACTIONS(1416), 2, ts_builtin_sym_end, anon_sym_LF, - ACTIONS(1320), 4, + ACTIONS(1414), 4, anon_sym_SEMI, anon_sym_PIPE, anon_sym_DASH_DASH, sym_short_flag, - [134663] = 7, + [134555] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4522), 1, anon_sym_LPAREN, - ACTIONS(4588), 1, + ACTIONS(4571), 1, anon_sym_DQUOTE2, - STATE(2975), 1, + STATE(2967), 1, sym_comment, - STATE(2977), 1, + STATE(2973), 1, aux_sym__inter_double_quotes_repeat1, - STATE(3429), 1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [134686] = 4, + [134578] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4592), 1, - anon_sym_COMMA, - STATE(2976), 1, - sym_comment, - ACTIONS(4590), 5, + ACTIONS(1312), 1, sym_identifier, - anon_sym_RBRACE, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [134703] = 7, + ACTIONS(4573), 1, + aux_sym_long_flag_token1, + STATE(2968), 1, + sym_comment, + ACTIONS(1314), 4, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + sym_short_flag, + [134597] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4522), 1, anon_sym_LPAREN, - ACTIONS(4594), 1, + ACTIONS(4575), 1, anon_sym_DQUOTE2, - STATE(2953), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(2977), 1, + STATE(2969), 1, sym_comment, - STATE(3429), 1, + STATE(2973), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [134726] = 7, + [134620] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1804), 1, - anon_sym_SEMI, - ACTIONS(1806), 1, + ACTIONS(1602), 1, + anon_sym_PIPE, + ACTIONS(4577), 1, anon_sym_LF, - STATE(735), 1, - aux_sym__block_body_repeat1, - STATE(791), 1, - sym__terminator, - STATE(2978), 1, + STATE(1746), 1, + aux_sym_pipe_element_repeat1, + STATE(2970), 1, sym_comment, - ACTIONS(4596), 2, + ACTIONS(3725), 3, + anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [134749] = 7, + [134641] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4522), 1, anon_sym_LPAREN, - ACTIONS(4598), 1, + ACTIONS(4580), 1, anon_sym_DQUOTE2, - STATE(2953), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(2979), 1, + STATE(2971), 1, sym_comment, - STATE(3429), 1, + STATE(2972), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [134772] = 7, + [134664] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4522), 1, anon_sym_LPAREN, - ACTIONS(4600), 1, + ACTIONS(4582), 1, anon_sym_DQUOTE2, - STATE(2953), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(2980), 1, + STATE(2972), 1, sym_comment, - STATE(3429), 1, + STATE(2973), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [134795] = 7, + [134687] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4584), 1, anon_sym_LPAREN, - ACTIONS(4602), 1, + ACTIONS(4590), 1, anon_sym_DQUOTE2, - STATE(2981), 1, - sym_comment, - STATE(2983), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(3429), 1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4587), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [134818] = 7, + STATE(2973), 2, + sym_comment, + aux_sym__inter_double_quotes_repeat1, + [134708] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4522), 1, anon_sym_LPAREN, - ACTIONS(4604), 1, + ACTIONS(4592), 1, anon_sym_DQUOTE2, - STATE(2980), 1, + STATE(2969), 1, aux_sym__inter_double_quotes_repeat1, - STATE(2982), 1, + STATE(2974), 1, sym_comment, - STATE(3429), 1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [134841] = 7, + [134731] = 8, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4114), 1, + anon_sym_DOLLAR, + ACTIONS(4332), 1, + sym_identifier, + STATE(1003), 1, + sym__assignment_pattern, + STATE(2975), 1, + sym_comment, + STATE(3053), 1, + sym__var, + STATE(3077), 1, + sym_val_variable, + STATE(3476), 1, + sym__variable_name, + [134756] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4522), 1, anon_sym_LPAREN, - ACTIONS(4606), 1, + ACTIONS(4594), 1, anon_sym_DQUOTE2, - STATE(2953), 1, + STATE(2973), 1, aux_sym__inter_double_quotes_repeat1, - STATE(2983), 1, + STATE(2976), 1, sym_comment, - STATE(3429), 1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [134864] = 7, + [134779] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4522), 1, anon_sym_LPAREN, - ACTIONS(4608), 1, + ACTIONS(4596), 1, anon_sym_DQUOTE2, - STATE(2984), 1, - sym_comment, - STATE(2987), 1, + STATE(2976), 1, aux_sym__inter_double_quotes_repeat1, - STATE(3429), 1, + STATE(2977), 1, + sym_comment, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [134887] = 3, + [134802] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(1314), 1, + anon_sym_LF, + ACTIONS(4598), 1, + aux_sym_long_flag_token1, + STATE(2978), 1, + sym_comment, + ACTIONS(1312), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [134821] = 8, ACTIONS(157), 1, anon_sym_POUND, - STATE(2985), 1, + ACTIONS(4114), 1, + anon_sym_DOLLAR, + ACTIONS(4332), 1, + sym_identifier, + STATE(1002), 1, + sym__assignment_pattern, + STATE(2979), 1, sym_comment, - ACTIONS(700), 6, - sym_cmd_identifier, + STATE(3053), 1, + sym__var, + STATE(3077), 1, + sym_val_variable, + STATE(3476), 1, + sym__variable_name, + [134846] = 7, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(1209), 1, + sym_identifier, + ACTIONS(4600), 1, + anon_sym_DASH_DASH, + ACTIONS(4603), 1, + sym_short_flag, + STATE(3058), 1, + sym_long_flag, + STATE(3506), 1, + sym__flag, + STATE(2980), 2, + sym_comment, + aux_sym_overlay_use_repeat1, + [134869] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4608), 1, anon_sym_COMMA, + STATE(2981), 1, + sym_comment, + ACTIONS(4606), 5, + sym_cmd_identifier, anon_sym_RBRACK, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [134902] = 3, + [134886] = 3, ACTIONS(157), 1, anon_sym_POUND, - STATE(2986), 1, + STATE(2982), 1, sym_comment, - ACTIONS(688), 6, + ACTIONS(799), 6, sym_cmd_identifier, anon_sym_COMMA, anon_sym_RBRACK, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [134917] = 7, + [134901] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4522), 1, anon_sym_LPAREN, ACTIONS(4610), 1, anon_sym_DQUOTE2, - STATE(2953), 1, + STATE(2973), 1, aux_sym__inter_double_quotes_repeat1, - STATE(2987), 1, + STATE(2983), 1, sym_comment, - STATE(3429), 1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [134940] = 7, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(1114), 1, - sym_identifier, - ACTIONS(4612), 1, - anon_sym_DASH_DASH, - ACTIONS(4615), 1, - sym_short_flag, - STATE(3165), 1, - sym_long_flag, - STATE(3470), 1, - sym__flag, - STATE(2988), 2, - sym_comment, - aux_sym_overlay_use_repeat1, - [134963] = 7, + [134924] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4522), 1, anon_sym_LPAREN, - ACTIONS(4618), 1, + ACTIONS(4612), 1, anon_sym_DQUOTE2, - STATE(2989), 1, - sym_comment, - STATE(2991), 1, + STATE(2983), 1, aux_sym__inter_double_quotes_repeat1, - STATE(3429), 1, + STATE(2984), 1, + sym_comment, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [134986] = 7, + [134947] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4522), 1, anon_sym_LPAREN, - ACTIONS(4620), 1, + ACTIONS(4614), 1, anon_sym_DQUOTE2, - STATE(2953), 1, + STATE(2973), 1, aux_sym__inter_double_quotes_repeat1, - STATE(2990), 1, + STATE(2985), 1, sym_comment, - STATE(3429), 1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [135009] = 7, + [134970] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4618), 1, + anon_sym_COMMA, + STATE(2986), 1, + sym_comment, + ACTIONS(4616), 5, + sym_identifier, + anon_sym_RBRACE, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [134987] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4522), 1, anon_sym_LPAREN, - ACTIONS(4622), 1, + ACTIONS(4620), 1, anon_sym_DQUOTE2, - STATE(2953), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(2991), 1, + STATE(2987), 1, sym_comment, - STATE(3429), 1, + STATE(2994), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [135032] = 7, + [135010] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4624), 1, + anon_sym_COMMA, + STATE(2988), 1, + sym_comment, + ACTIONS(4622), 5, + sym_identifier, + anon_sym_GT, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [135027] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4628), 1, + anon_sym_COMMA, + STATE(2989), 1, + sym_comment, + ACTIONS(4626), 5, + sym_identifier, + anon_sym_GT, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [135044] = 8, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3616), 1, + anon_sym_DASH_DASH, + ACTIONS(3648), 1, + sym_short_flag, + ACTIONS(4630), 1, + anon_sym_LBRACE, + STATE(925), 1, + sym_val_record, + STATE(2990), 1, + sym_comment, + STATE(3058), 1, + sym_long_flag, + STATE(3548), 1, + sym__flag, + [135069] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(2008), 1, + anon_sym_SEMI, + ACTIONS(2010), 1, + anon_sym_LF, + STATE(737), 1, + aux_sym__block_body_repeat1, + STATE(902), 1, + sym__terminator, + STATE(2991), 1, + sym_comment, + ACTIONS(4632), 2, + anon_sym_RPAREN, + anon_sym_RBRACE, + [135092] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4522), 1, anon_sym_LPAREN, - ACTIONS(4624), 1, + ACTIONS(4634), 1, anon_sym_DQUOTE2, - STATE(2990), 1, + STATE(2973), 1, aux_sym__inter_double_quotes_repeat1, STATE(2992), 1, sym_comment, - STATE(3429), 1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [135055] = 7, + [135115] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4522), 1, anon_sym_LPAREN, - ACTIONS(4626), 1, + ACTIONS(4636), 1, anon_sym_DQUOTE2, + STATE(2992), 1, + aux_sym__inter_double_quotes_repeat1, STATE(2993), 1, sym_comment, - STATE(2996), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(3429), 1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [135078] = 8, - ACTIONS(157), 1, + [135138] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3630), 1, - anon_sym_DASH_DASH, - ACTIONS(3662), 1, - sym_short_flag, - ACTIONS(4628), 1, - sym_identifier, + ACTIONS(4522), 1, + anon_sym_LPAREN, + ACTIONS(4638), 1, + anon_sym_DQUOTE2, + STATE(2973), 1, + aux_sym__inter_double_quotes_repeat1, STATE(2994), 1, sym_comment, - STATE(2995), 1, - aux_sym_overlay_use_repeat1, - STATE(3165), 1, - sym_long_flag, - STATE(3470), 1, - sym__flag, - [135103] = 8, - ACTIONS(157), 1, + STATE(3431), 1, + sym_expr_interpolated, + ACTIONS(4524), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [135161] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3630), 1, - anon_sym_DASH_DASH, - ACTIONS(3662), 1, - sym_short_flag, - ACTIONS(4630), 1, - sym_identifier, - STATE(2988), 1, - aux_sym_overlay_use_repeat1, + ACTIONS(4522), 1, + anon_sym_LPAREN, + ACTIONS(4640), 1, + anon_sym_DQUOTE2, STATE(2995), 1, sym_comment, - STATE(3165), 1, - sym_long_flag, - STATE(3470), 1, - sym__flag, - [135128] = 7, + STATE(3003), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(3431), 1, + sym_expr_interpolated, + ACTIONS(4524), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [135184] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4522), 1, anon_sym_LPAREN, - ACTIONS(4632), 1, + ACTIONS(4642), 1, anon_sym_DQUOTE2, - STATE(2953), 1, + STATE(2973), 1, aux_sym__inter_double_quotes_repeat1, STATE(2996), 1, sym_comment, - STATE(3429), 1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [135151] = 5, + [135207] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1627), 1, - anon_sym_LF, - ACTIONS(4634), 1, - anon_sym_catch, + ACTIONS(4522), 1, + anon_sym_LPAREN, + ACTIONS(4644), 1, + anon_sym_DQUOTE2, + STATE(2973), 1, + aux_sym__inter_double_quotes_repeat1, STATE(2997), 1, sym_comment, - ACTIONS(1625), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [135170] = 8, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3630), 1, - anon_sym_DASH_DASH, - ACTIONS(3662), 1, - sym_short_flag, - ACTIONS(4636), 1, - anon_sym_LBRACE, - STATE(941), 1, - sym_val_record, - STATE(2998), 1, - sym_comment, - STATE(3165), 1, - sym_long_flag, - STATE(3545), 1, - sym__flag, - [135195] = 8, + STATE(3431), 1, + sym_expr_interpolated, + ACTIONS(4524), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [135230] = 8, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3630), 1, + ACTIONS(3616), 1, anon_sym_DASH_DASH, - ACTIONS(3662), 1, + ACTIONS(3648), 1, sym_short_flag, - ACTIONS(4638), 1, + ACTIONS(4646), 1, sym_identifier, - STATE(2959), 1, + STATE(2962), 1, aux_sym_overlay_use_repeat1, - STATE(2999), 1, + STATE(2998), 1, sym_comment, - STATE(3165), 1, + STATE(3058), 1, sym_long_flag, - STATE(3470), 1, + STATE(3506), 1, sym__flag, - [135220] = 8, + [135255] = 8, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3630), 1, + ACTIONS(3616), 1, anon_sym_DASH_DASH, - ACTIONS(3662), 1, + ACTIONS(3648), 1, sym_short_flag, - ACTIONS(4640), 1, + ACTIONS(4648), 1, anon_sym_LBRACE, - STATE(805), 1, + STATE(831), 1, sym_val_record, - STATE(3000), 1, + STATE(2999), 1, sym_comment, - STATE(3165), 1, + STATE(3058), 1, sym_long_flag, - STATE(3565), 1, + STATE(3525), 1, sym__flag, - [135245] = 7, + [135280] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4522), 1, anon_sym_LPAREN, - ACTIONS(4642), 1, + ACTIONS(4650), 1, anon_sym_DQUOTE2, - STATE(2942), 1, + STATE(3000), 1, + sym_comment, + STATE(3002), 1, aux_sym__inter_double_quotes_repeat1, + STATE(3431), 1, + sym_expr_interpolated, + ACTIONS(4524), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [135303] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4522), 1, + anon_sym_LPAREN, + ACTIONS(4652), 1, + anon_sym_DQUOTE2, STATE(3001), 1, sym_comment, - STATE(3429), 1, + STATE(3006), 1, + aux_sym__inter_double_quotes_repeat1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [135268] = 7, + [135326] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4522), 1, anon_sym_LPAREN, - ACTIONS(4644), 1, + ACTIONS(4654), 1, anon_sym_DQUOTE2, + STATE(2973), 1, + aux_sym__inter_double_quotes_repeat1, STATE(3002), 1, sym_comment, - STATE(3003), 1, - aux_sym__inter_double_quotes_repeat1, - STATE(3429), 1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [135291] = 7, + [135349] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4522), 1, anon_sym_LPAREN, - ACTIONS(4646), 1, + ACTIONS(4656), 1, anon_sym_DQUOTE2, - STATE(2953), 1, + STATE(2973), 1, aux_sym__inter_double_quotes_repeat1, STATE(3003), 1, sym_comment, - STATE(3429), 1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [135314] = 7, + [135372] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4508), 1, + ACTIONS(4522), 1, anon_sym_LPAREN, - ACTIONS(4648), 1, + ACTIONS(4658), 1, anon_sym_DQUOTE2, - STATE(2953), 1, + STATE(2967), 1, aux_sym__inter_double_quotes_repeat1, STATE(3004), 1, sym_comment, - STATE(3429), 1, + STATE(3431), 1, sym_expr_interpolated, - ACTIONS(4510), 2, + ACTIONS(4524), 2, sym_escaped_interpolated_content, sym_inter_escape_sequence, - [135337] = 3, - ACTIONS(157), 1, + [135395] = 7, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(4522), 1, + anon_sym_LPAREN, + ACTIONS(4660), 1, + anon_sym_DQUOTE2, + STATE(2997), 1, + aux_sym__inter_double_quotes_repeat1, STATE(3005), 1, sym_comment, - ACTIONS(4650), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [135351] = 4, + STATE(3431), 1, + sym_expr_interpolated, + ACTIONS(4524), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [135418] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4654), 1, - anon_sym_LF, + ACTIONS(4522), 1, + anon_sym_LPAREN, + ACTIONS(4662), 1, + anon_sym_DQUOTE2, + STATE(2973), 1, + aux_sym__inter_double_quotes_repeat1, STATE(3006), 1, sym_comment, - ACTIONS(4652), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [135367] = 3, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(3007), 1, - sym_comment, - ACTIONS(1924), 5, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_DASH_DASH, - anon_sym_in, - sym_short_flag, - [135381] = 3, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(3008), 1, - sym_comment, - ACTIONS(1920), 5, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_DASH_DASH, - anon_sym_in, - sym_short_flag, - [135395] = 4, + STATE(3431), 1, + sym_expr_interpolated, + ACTIONS(4524), 2, + sym_escaped_interpolated_content, + sym_inter_escape_sequence, + [135441] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4658), 1, + ACTIONS(4666), 1, anon_sym_LF, - STATE(3009), 1, + STATE(3007), 1, sym_comment, - ACTIONS(4656), 4, + ACTIONS(4664), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [135411] = 4, + [135457] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4658), 1, + ACTIONS(4670), 1, anon_sym_LF, - STATE(3010), 1, + STATE(3008), 1, sym_comment, - ACTIONS(4656), 4, + ACTIONS(4668), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [135427] = 7, - ACTIONS(3), 1, + [135473] = 3, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4660), 1, - anon_sym_LPAREN, - ACTIONS(4662), 1, - sym_unescaped_interpolated_content, - ACTIONS(4664), 1, - anon_sym_SQUOTE, - STATE(3011), 1, + STATE(3009), 1, sym_comment, - STATE(3198), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(3464), 1, - sym_expr_interpolated, - [135449] = 6, + ACTIONS(4672), 5, + sym_identifier, + anon_sym_nothing, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [135487] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2139), 1, + STATE(3010), 1, + sym_comment, + ACTIONS(4674), 5, + sym_identifier, + anon_sym_nothing, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [135501] = 6, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2868), 1, anon_sym_DQUOTE, - ACTIONS(4668), 1, + ACTIONS(4678), 1, aux_sym_path_token1, - STATE(1680), 1, + STATE(222), 1, sym__str_double_quotes, - STATE(3012), 1, + STATE(3011), 1, sym_comment, - ACTIONS(4666), 2, + ACTIONS(4676), 2, sym__str_single_quotes, sym__str_back_ticks, - [135469] = 4, + [135521] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4658), 1, - anon_sym_LF, + ACTIONS(4680), 1, + anon_sym_LPAREN, + ACTIONS(4682), 1, + sym_unescaped_interpolated_content, + ACTIONS(4684), 1, + anon_sym_SQUOTE, + STATE(3012), 1, + sym_comment, + STATE(3127), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(3473), 1, + sym_expr_interpolated, + [135543] = 6, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4502), 1, + anon_sym_DOT, + STATE(1065), 1, + sym_cell_path, + STATE(2922), 1, + sym_path, STATE(3013), 1, sym_comment, - ACTIONS(4656), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [135485] = 7, + ACTIONS(595), 2, + anon_sym_LBRACK, + anon_sym_RBRACK, + [135563] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4110), 1, - anon_sym_DOLLAR, - ACTIONS(4372), 1, - sym_identifier, - STATE(2180), 1, - sym__var, - STATE(3008), 1, - sym_val_variable, + ACTIONS(4502), 1, + anon_sym_DOT, + STATE(1076), 1, + sym_cell_path, + STATE(2922), 1, + sym_path, STATE(3014), 1, sym_comment, - STATE(3173), 1, - sym__variable_name, - [135507] = 4, - ACTIONS(3), 1, + ACTIONS(611), 2, + anon_sym_LBRACK, + anon_sym_RBRACK, + [135583] = 6, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4672), 1, - anon_sym_LF, + ACTIONS(4455), 1, + anon_sym_DQUOTE, + ACTIONS(4688), 1, + aux_sym_path_token1, + STATE(720), 1, + sym__str_double_quotes, STATE(3015), 1, sym_comment, - ACTIONS(4670), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [135523] = 4, + ACTIONS(4686), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [135603] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4672), 1, - anon_sym_LF, + ACTIONS(4680), 1, + anon_sym_LPAREN, + ACTIONS(4682), 1, + sym_unescaped_interpolated_content, + ACTIONS(4690), 1, + anon_sym_SQUOTE, STATE(3016), 1, sym_comment, - ACTIONS(4670), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [135539] = 4, + STATE(3127), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(3473), 1, + sym_expr_interpolated, + [135625] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4672), 1, - anon_sym_LF, + ACTIONS(4680), 1, + anon_sym_LPAREN, + ACTIONS(4682), 1, + sym_unescaped_interpolated_content, + ACTIONS(4692), 1, + anon_sym_SQUOTE, + STATE(3012), 1, + aux_sym__inter_single_quotes_repeat1, STATE(3017), 1, sym_comment, - ACTIONS(4670), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [135555] = 6, - ACTIONS(157), 1, + STATE(3473), 1, + sym_expr_interpolated, + [135647] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2515), 1, - anon_sym_DQUOTE, - ACTIONS(4676), 1, - aux_sym_path_token1, - STATE(1978), 1, - sym__str_double_quotes, + ACTIONS(4680), 1, + anon_sym_LPAREN, + ACTIONS(4682), 1, + sym_unescaped_interpolated_content, + ACTIONS(4694), 1, + anon_sym_SQUOTE, STATE(3018), 1, sym_comment, - ACTIONS(4674), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [135575] = 4, - ACTIONS(3), 1, + STATE(3021), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(3473), 1, + sym_expr_interpolated, + [135669] = 3, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4680), 1, - anon_sym_LF, STATE(3019), 1, sym_comment, - ACTIONS(4678), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [135591] = 4, + ACTIONS(4696), 5, + sym_identifier, + anon_sym_nothing, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [135683] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4672), 1, - anon_sym_LF, + ACTIONS(4680), 1, + anon_sym_LPAREN, + ACTIONS(4682), 1, + sym_unescaped_interpolated_content, + ACTIONS(4698), 1, + anon_sym_SQUOTE, STATE(3020), 1, sym_comment, - ACTIONS(4670), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [135607] = 4, + STATE(3127), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(3473), 1, + sym_expr_interpolated, + [135705] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4672), 1, - anon_sym_LF, + ACTIONS(4680), 1, + anon_sym_LPAREN, + ACTIONS(4682), 1, + sym_unescaped_interpolated_content, + ACTIONS(4700), 1, + anon_sym_SQUOTE, STATE(3021), 1, sym_comment, - ACTIONS(4670), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [135623] = 3, + STATE(3127), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(3473), 1, + sym_expr_interpolated, + [135727] = 3, ACTIONS(157), 1, anon_sym_POUND, STATE(3022), 1, sym_comment, - ACTIONS(4682), 5, + ACTIONS(4702), 5, sym_identifier, - anon_sym_RBRACE, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [135637] = 4, + anon_sym_nothing, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [135741] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4672), 1, + ACTIONS(4704), 1, + ts_builtin_sym_end, + ACTIONS(4706), 1, + anon_sym_SEMI, + ACTIONS(4708), 1, anon_sym_LF, STATE(3023), 1, sym_comment, - ACTIONS(4670), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [135653] = 4, - ACTIONS(3), 1, + STATE(3073), 1, + aux_sym__block_body_repeat1, + STATE(3458), 1, + sym__terminator, + [135763] = 6, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4672), 1, - anon_sym_LF, + ACTIONS(2157), 1, + anon_sym_DQUOTE, + ACTIONS(4712), 1, + aux_sym_path_token1, + STATE(1671), 1, + sym__str_double_quotes, STATE(3024), 1, sym_comment, - ACTIONS(4670), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [135669] = 7, - ACTIONS(3), 1, + ACTIONS(4710), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [135783] = 6, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4660), 1, - anon_sym_LPAREN, - ACTIONS(4662), 1, - sym_unescaped_interpolated_content, - ACTIONS(4684), 1, - anon_sym_SQUOTE, + ACTIONS(4714), 1, + anon_sym_DQUOTE, + ACTIONS(4718), 1, + aux_sym_path_token1, + STATE(1792), 1, + sym__str_double_quotes, STATE(3025), 1, sym_comment, - STATE(3105), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(3464), 1, - sym_expr_interpolated, - [135691] = 4, + ACTIONS(4716), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [135803] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4672), 1, + ACTIONS(1602), 1, + anon_sym_PIPE, + ACTIONS(4556), 1, + anon_sym_SEMI, + ACTIONS(4558), 1, anon_sym_LF, + ACTIONS(4720), 1, + ts_builtin_sym_end, + STATE(1744), 1, + aux_sym_pipe_element_repeat1, STATE(3026), 1, sym_comment, - ACTIONS(4670), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [135707] = 4, + [135825] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4672), 1, + ACTIONS(4706), 1, + anon_sym_SEMI, + ACTIONS(4708), 1, anon_sym_LF, + ACTIONS(4722), 1, + ts_builtin_sym_end, STATE(3027), 1, sym_comment, - ACTIONS(4670), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [135723] = 5, + STATE(3218), 1, + aux_sym__block_body_repeat1, + STATE(3458), 1, + sym__terminator, + [135847] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4686), 1, - anon_sym_catch, + ACTIONS(4724), 1, + aux_sym_long_flag_token1, STATE(3028), 1, sym_comment, - ACTIONS(1625), 2, + ACTIONS(1312), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(1627), 2, + ACTIONS(1314), 2, ts_builtin_sym_end, anon_sym_LF, - [135741] = 4, - ACTIONS(3), 1, + [135865] = 6, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4672), 1, - anon_sym_LF, + ACTIONS(4726), 1, + anon_sym_DQUOTE, + ACTIONS(4730), 1, + aux_sym_path_token1, + STATE(642), 1, + sym__str_double_quotes, STATE(3029), 1, sym_comment, - ACTIONS(4670), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [135757] = 4, - ACTIONS(3), 1, + ACTIONS(4728), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [135885] = 3, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4672), 1, - anon_sym_LF, STATE(3030), 1, sym_comment, - ACTIONS(4670), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [135773] = 7, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4688), 1, + ACTIONS(4732), 5, sym_identifier, - ACTIONS(4690), 1, - anon_sym_DOLLAR, - STATE(691), 1, - sym__var, - STATE(830), 1, - sym__variable_name, - STATE(851), 1, - sym_val_variable, + anon_sym_GT, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [135899] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4680), 1, + anon_sym_LPAREN, + ACTIONS(4682), 1, + sym_unescaped_interpolated_content, + ACTIONS(4734), 1, + anon_sym_SQUOTE, STATE(3031), 1, sym_comment, - [135795] = 7, + STATE(3127), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(3473), 1, + sym_expr_interpolated, + [135921] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4692), 1, - anon_sym_DASH_DASH, - ACTIONS(4694), 1, - anon_sym_in, - ACTIONS(4696), 1, - sym_short_flag, STATE(3032), 1, sym_comment, - STATE(3595), 1, - sym__flag, - STATE(3727), 1, - sym_long_flag, - [135817] = 7, + ACTIONS(4736), 5, + sym_identifier, + anon_sym_GT, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [135935] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4449), 1, - aux_sym_unquoted_token1, - ACTIONS(4690), 1, - anon_sym_DOLLAR, - STATE(691), 1, - sym__var, - STATE(748), 1, - sym_unquoted, - STATE(750), 1, - sym_val_variable, + ACTIONS(4680), 1, + anon_sym_LPAREN, + ACTIONS(4682), 1, + sym_unescaped_interpolated_content, + ACTIONS(4738), 1, + anon_sym_SQUOTE, + STATE(3020), 1, + aux_sym__inter_single_quotes_repeat1, STATE(3033), 1, sym_comment, - [135839] = 4, - ACTIONS(3), 1, + STATE(3473), 1, + sym_expr_interpolated, + [135957] = 3, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4672), 1, - anon_sym_LF, STATE(3034), 1, sym_comment, - ACTIONS(4670), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [135855] = 7, + ACTIONS(4740), 5, + sym_identifier, + anon_sym_nothing, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [135971] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4449), 1, - aux_sym_unquoted_token1, - ACTIONS(4690), 1, - anon_sym_DOLLAR, - STATE(691), 1, - sym__var, - STATE(833), 1, - sym_unquoted, - STATE(838), 1, - sym_val_variable, + ACTIONS(4680), 1, + anon_sym_LPAREN, + ACTIONS(4682), 1, + sym_unescaped_interpolated_content, + ACTIONS(4742), 1, + anon_sym_SQUOTE, + STATE(3031), 1, + aux_sym__inter_single_quotes_repeat1, STATE(3035), 1, sym_comment, - [135877] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4654), 1, - anon_sym_LF, - STATE(3036), 1, - sym_comment, - ACTIONS(4652), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [135893] = 3, + STATE(3473), 1, + sym_expr_interpolated, + [135993] = 3, ACTIONS(157), 1, anon_sym_POUND, - STATE(3037), 1, + STATE(3036), 1, sym_comment, - ACTIONS(4698), 5, + ACTIONS(4744), 5, sym_identifier, anon_sym_nothing, anon_sym_in, anon_sym_nu, anon_sym_env, - [135907] = 4, - ACTIONS(3), 1, + [136007] = 7, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4654), 1, - anon_sym_LF, - STATE(3038), 1, + ACTIONS(4746), 1, + anon_sym_DASH_DASH, + ACTIONS(4748), 1, + anon_sym_in, + ACTIONS(4750), 1, + sym_short_flag, + STATE(3037), 1, sym_comment, - ACTIONS(4652), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [135923] = 4, + STATE(3618), 1, + sym__flag, + STATE(3659), 1, + sym_long_flag, + [136029] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4654), 1, - anon_sym_LF, - STATE(3039), 1, + ACTIONS(4752), 1, + anon_sym_catch, + STATE(3038), 1, sym_comment, - ACTIONS(4652), 4, + ACTIONS(1536), 2, anon_sym_SEMI, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_RBRACE, - [135939] = 3, + ACTIONS(1538), 2, + ts_builtin_sym_end, + anon_sym_LF, + [136047] = 3, ACTIONS(157), 1, anon_sym_POUND, - STATE(3040), 1, + STATE(3039), 1, sym_comment, - ACTIONS(4700), 5, + ACTIONS(4754), 5, sym_identifier, anon_sym_nothing, anon_sym_in, anon_sym_nu, anon_sym_env, - [135953] = 4, - ACTIONS(3), 1, + [136061] = 3, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4654), 1, - anon_sym_LF, - STATE(3041), 1, + STATE(3040), 1, sym_comment, - ACTIONS(4652), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(4756), 5, + sym_identifier, anon_sym_RBRACE, - [135969] = 7, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [136075] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4660), 1, + ACTIONS(4680), 1, anon_sym_LPAREN, - ACTIONS(4662), 1, + ACTIONS(4682), 1, sym_unescaped_interpolated_content, - ACTIONS(4702), 1, + ACTIONS(4758), 1, anon_sym_SQUOTE, - STATE(3042), 1, + STATE(3041), 1, sym_comment, - STATE(3053), 1, + STATE(3049), 1, aux_sym__inter_single_quotes_repeat1, - STATE(3464), 1, + STATE(3473), 1, sym_expr_interpolated, - [135991] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4654), 1, - anon_sym_LF, - STATE(3043), 1, - sym_comment, - ACTIONS(4652), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [136007] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4654), 1, - anon_sym_LF, - STATE(3044), 1, - sym_comment, - ACTIONS(4652), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [136023] = 4, + [136097] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4654), 1, - anon_sym_LF, - STATE(3045), 1, - sym_comment, - ACTIONS(4652), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [136039] = 6, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4704), 1, - anon_sym_DQUOTE, - ACTIONS(4708), 1, - aux_sym_path_token1, - STATE(1716), 1, - sym__str_double_quotes, - STATE(3046), 1, + ACTIONS(4680), 1, + anon_sym_LPAREN, + ACTIONS(4682), 1, + sym_unescaped_interpolated_content, + ACTIONS(4760), 1, + anon_sym_SQUOTE, + STATE(3042), 1, sym_comment, - ACTIONS(4706), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [136059] = 3, + STATE(3054), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(3473), 1, + sym_expr_interpolated, + [136119] = 3, ACTIONS(157), 1, anon_sym_POUND, - STATE(3047), 1, + STATE(3043), 1, sym_comment, - ACTIONS(4710), 5, + ACTIONS(4762), 5, sym_identifier, - anon_sym_RBRACE, + anon_sym_GT, anon_sym_DQUOTE, sym__str_single_quotes, sym__str_back_ticks, - [136073] = 6, + [136133] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4712), 1, - anon_sym_DQUOTE, - ACTIONS(4716), 1, - aux_sym_path_token1, - STATE(1812), 1, - sym__str_double_quotes, - STATE(3048), 1, + STATE(3044), 1, sym_comment, - ACTIONS(4714), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [136093] = 6, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4718), 1, + ACTIONS(4764), 5, + sym_identifier, + anon_sym_GT, anon_sym_DQUOTE, - ACTIONS(4722), 1, - aux_sym_path_token1, - STATE(1845), 1, - sym__str_double_quotes, - STATE(3049), 1, - sym_comment, - ACTIONS(4720), 2, sym__str_single_quotes, sym__str_back_ticks, - [136113] = 6, + [136147] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4724), 1, - anon_sym_DQUOTE, - ACTIONS(4728), 1, - aux_sym_path_token1, - STATE(1842), 1, - sym__str_double_quotes, - STATE(3050), 1, + ACTIONS(4746), 1, + anon_sym_DASH_DASH, + ACTIONS(4750), 1, + sym_short_flag, + ACTIONS(4766), 1, + anon_sym_in, + STATE(3045), 1, sym_comment, - ACTIONS(4726), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [136133] = 6, + STATE(3659), 1, + sym_long_flag, + STATE(3724), 1, + sym__flag, + [136169] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2722), 1, - anon_sym_DQUOTE, - ACTIONS(4732), 1, - aux_sym_path_token1, - STATE(1038), 1, - sym__str_double_quotes, - STATE(3051), 1, + ACTIONS(4746), 1, + anon_sym_DASH_DASH, + ACTIONS(4750), 1, + sym_short_flag, + ACTIONS(4768), 1, + anon_sym_in, + STATE(3046), 1, sym_comment, - ACTIONS(4730), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [136153] = 6, + STATE(3659), 1, + sym_long_flag, + STATE(3726), 1, + sym__flag, + [136191] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4734), 1, + ACTIONS(257), 1, anon_sym_DQUOTE, - ACTIONS(4738), 1, + ACTIONS(4772), 1, aux_sym_path_token1, - STATE(2063), 1, + STATE(2153), 1, sym__str_double_quotes, - STATE(3052), 1, + STATE(3047), 1, sym_comment, - ACTIONS(4736), 2, + ACTIONS(4770), 2, sym__str_single_quotes, sym__str_back_ticks, - [136173] = 7, + [136211] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4660), 1, + ACTIONS(4680), 1, anon_sym_LPAREN, - ACTIONS(4662), 1, + ACTIONS(4682), 1, sym_unescaped_interpolated_content, - ACTIONS(4740), 1, + ACTIONS(4774), 1, anon_sym_SQUOTE, - STATE(3053), 1, + STATE(3048), 1, sym_comment, - STATE(3198), 1, + STATE(3127), 1, aux_sym__inter_single_quotes_repeat1, - STATE(3464), 1, + STATE(3473), 1, sym_expr_interpolated, - [136195] = 6, - ACTIONS(93), 1, - anon_sym_DQUOTE, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4744), 1, - aux_sym_path_token1, - STATE(2208), 1, - sym__str_double_quotes, - STATE(3054), 1, - sym_comment, - ACTIONS(4742), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [136215] = 6, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2812), 1, - anon_sym_DQUOTE, - ACTIONS(4748), 1, - aux_sym_path_token1, - STATE(1834), 1, - sym__str_double_quotes, - STATE(3055), 1, - sym_comment, - ACTIONS(4746), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [136235] = 6, - ACTIONS(157), 1, + [136233] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3018), 1, - anon_sym_DQUOTE, - ACTIONS(4752), 1, - aux_sym_path_token1, - STATE(1918), 1, - sym__str_double_quotes, - STATE(3056), 1, + ACTIONS(4680), 1, + anon_sym_LPAREN, + ACTIONS(4682), 1, + sym_unescaped_interpolated_content, + ACTIONS(4776), 1, + anon_sym_SQUOTE, + STATE(3049), 1, sym_comment, - ACTIONS(4750), 2, - sym__str_single_quotes, - sym__str_back_ticks, + STATE(3127), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(3473), 1, + sym_expr_interpolated, [136255] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3042), 1, + ACTIONS(2515), 1, anon_sym_DQUOTE, - ACTIONS(4756), 1, + ACTIONS(4780), 1, aux_sym_path_token1, - STATE(2018), 1, + STATE(1928), 1, sym__str_double_quotes, - STATE(3057), 1, + STATE(3050), 1, sym_comment, - ACTIONS(4754), 2, + ACTIONS(4778), 2, sym__str_single_quotes, sym__str_back_ticks, - [136275] = 3, - ACTIONS(157), 1, + [136275] = 6, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3058), 1, + ACTIONS(2008), 1, + anon_sym_SEMI, + ACTIONS(2010), 1, + anon_sym_LF, + STATE(795), 1, + sym__terminator, + STATE(3051), 1, sym_comment, - ACTIONS(4758), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [136289] = 6, - ACTIONS(157), 1, + ACTIONS(4782), 2, + anon_sym_RPAREN, + anon_sym_RBRACE, + [136295] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2778), 1, - anon_sym_DQUOTE, - ACTIONS(4762), 1, - aux_sym_path_token1, - STATE(2038), 1, - sym__str_double_quotes, - STATE(3059), 1, + ACTIONS(4680), 1, + anon_sym_LPAREN, + ACTIONS(4682), 1, + sym_unescaped_interpolated_content, + ACTIONS(4784), 1, + anon_sym_SQUOTE, + STATE(3048), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(3052), 1, sym_comment, - ACTIONS(4760), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [136309] = 3, + STATE(3473), 1, + sym_expr_interpolated, + [136317] = 6, ACTIONS(157), 1, anon_sym_POUND, - STATE(3060), 1, + ACTIONS(4502), 1, + anon_sym_DOT, + STATE(1039), 1, + sym_cell_path, + STATE(2922), 1, + sym_path, + STATE(3053), 1, sym_comment, - ACTIONS(4764), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [136323] = 6, - ACTIONS(157), 1, + ACTIONS(587), 2, + anon_sym_EQ, + anon_sym_COLON, + [136337] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4766), 1, - anon_sym_DQUOTE, - ACTIONS(4770), 1, - aux_sym_path_token1, - STATE(1844), 1, - sym__str_double_quotes, - STATE(3061), 1, + ACTIONS(4680), 1, + anon_sym_LPAREN, + ACTIONS(4682), 1, + sym_unescaped_interpolated_content, + ACTIONS(4786), 1, + anon_sym_SQUOTE, + STATE(3054), 1, sym_comment, - ACTIONS(4768), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [136343] = 3, + STATE(3127), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(3473), 1, + sym_expr_interpolated, + [136359] = 7, ACTIONS(157), 1, anon_sym_POUND, - STATE(3062), 1, - sym_comment, - ACTIONS(4772), 5, + ACTIONS(4114), 1, + anon_sym_DOLLAR, + ACTIONS(4332), 1, sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [136357] = 6, + STATE(2331), 1, + sym__var, + STATE(3055), 1, + sym_comment, + STATE(3060), 1, + sym__variable_name, + STATE(3077), 1, + sym_val_variable, + [136381] = 6, + ACTIONS(93), 1, + anon_sym_DQUOTE, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4774), 1, - anon_sym_DQUOTE, - ACTIONS(4778), 1, + ACTIONS(4790), 1, aux_sym_path_token1, - STATE(1950), 1, + STATE(2263), 1, sym__str_double_quotes, - STATE(3063), 1, + STATE(3056), 1, sym_comment, - ACTIONS(4776), 2, + ACTIONS(4788), 2, sym__str_single_quotes, sym__str_back_ticks, - [136377] = 3, + [136401] = 3, ACTIONS(157), 1, anon_sym_POUND, - STATE(3064), 1, + STATE(3057), 1, sym_comment, - ACTIONS(4780), 5, + ACTIONS(4792), 5, sym_identifier, anon_sym_nothing, anon_sym_in, anon_sym_nu, anon_sym_env, - [136391] = 6, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2962), 1, - anon_sym_DQUOTE, - ACTIONS(4784), 1, - aux_sym_path_token1, - STATE(144), 1, - sym__str_double_quotes, - STATE(3065), 1, - sym_comment, - ACTIONS(4782), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [136411] = 3, + [136415] = 3, ACTIONS(157), 1, anon_sym_POUND, - STATE(3066), 1, + STATE(3058), 1, sym_comment, - ACTIONS(4786), 5, + ACTIONS(1327), 5, sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [136425] = 6, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + sym_short_flag, + [136429] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4788), 1, + ACTIONS(4794), 1, anon_sym_DQUOTE, - ACTIONS(4792), 1, + ACTIONS(4798), 1, aux_sym_path_token1, - STATE(1868), 1, + STATE(1973), 1, sym__str_double_quotes, - STATE(3067), 1, + STATE(3059), 1, sym_comment, - ACTIONS(4790), 2, + ACTIONS(4796), 2, sym__str_single_quotes, sym__str_back_ticks, - [136445] = 3, + [136449] = 7, ACTIONS(157), 1, anon_sym_POUND, - STATE(3068), 1, - sym_comment, - ACTIONS(4794), 5, - sym_identifier, - anon_sym_nothing, + ACTIONS(4746), 1, + anon_sym_DASH_DASH, + ACTIONS(4750), 1, + sym_short_flag, + ACTIONS(4800), 1, anon_sym_in, - anon_sym_nu, - anon_sym_env, - [136459] = 6, - ACTIONS(157), 1, + STATE(3060), 1, + sym_comment, + STATE(3592), 1, + sym__flag, + STATE(3659), 1, + sym_long_flag, + [136471] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2924), 1, - anon_sym_DQUOTE, - ACTIONS(4798), 1, - aux_sym_path_token1, - STATE(477), 1, - sym__str_double_quotes, - STATE(3069), 1, + ACTIONS(4465), 1, + aux_sym_unquoted_token1, + ACTIONS(4802), 1, + anon_sym_DOLLAR, + STATE(740), 1, + sym__var, + STATE(823), 1, + sym_unquoted, + STATE(830), 1, + sym_val_variable, + STATE(3061), 1, sym_comment, - ACTIONS(4796), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [136479] = 4, + [136493] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4654), 1, + ACTIONS(4806), 1, anon_sym_LF, - STATE(3070), 1, + STATE(3062), 1, sym_comment, - ACTIONS(4652), 4, + ACTIONS(4804), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [136495] = 3, + [136509] = 3, ACTIONS(157), 1, anon_sym_POUND, - STATE(3071), 1, + STATE(3063), 1, sym_comment, - ACTIONS(4800), 5, + ACTIONS(4808), 5, sym_identifier, anon_sym_nothing, anon_sym_in, anon_sym_nu, anon_sym_env, - [136509] = 6, + [136523] = 7, ACTIONS(157), 1, anon_sym_POUND, ACTIONS(4802), 1, - anon_sym_DQUOTE, - ACTIONS(4806), 1, - aux_sym_path_token1, - STATE(2020), 1, - sym__str_double_quotes, - STATE(3072), 1, + anon_sym_DOLLAR, + ACTIONS(4810), 1, + sym_identifier, + STATE(740), 1, + sym__var, + STATE(948), 1, + sym_val_variable, + STATE(971), 1, + sym__variable_name, + STATE(3064), 1, sym_comment, - ACTIONS(4804), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [136529] = 4, + [136545] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4654), 1, - anon_sym_LF, - STATE(3073), 1, - sym_comment, - ACTIONS(4652), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [136545] = 3, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(3074), 1, + ACTIONS(4680), 1, + anon_sym_LPAREN, + ACTIONS(4682), 1, + sym_unescaped_interpolated_content, + ACTIONS(4812), 1, + anon_sym_SQUOTE, + STATE(3065), 1, sym_comment, - ACTIONS(4808), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [136559] = 3, + STATE(3082), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(3473), 1, + sym_expr_interpolated, + [136567] = 6, ACTIONS(157), 1, anon_sym_POUND, - STATE(3075), 1, - sym_comment, - ACTIONS(4810), 5, - sym_cmd_identifier, - anon_sym_RBRACK, + ACTIONS(2141), 1, anon_sym_DQUOTE, + ACTIONS(4816), 1, + aux_sym_path_token1, + STATE(1652), 1, + sym__str_double_quotes, + STATE(3066), 1, + sym_comment, + ACTIONS(4814), 2, sym__str_single_quotes, sym__str_back_ticks, - [136573] = 6, + [136587] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4680), 1, + anon_sym_LPAREN, + ACTIONS(4682), 1, + sym_unescaped_interpolated_content, + ACTIONS(4818), 1, + anon_sym_SQUOTE, + STATE(3067), 1, + sym_comment, + STATE(3127), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(3473), 1, + sym_expr_interpolated, + [136609] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2900), 1, + ACTIONS(2378), 1, anon_sym_DQUOTE, - ACTIONS(4814), 1, + ACTIONS(4780), 1, aux_sym_path_token1, - STATE(192), 1, + STATE(1928), 1, sym__str_double_quotes, - STATE(3076), 1, + STATE(3068), 1, sym_comment, - ACTIONS(4812), 2, + ACTIONS(4778), 2, sym__str_single_quotes, sym__str_back_ticks, - [136593] = 4, + [136629] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4658), 1, + ACTIONS(2008), 1, + anon_sym_SEMI, + ACTIONS(2010), 1, anon_sym_LF, - STATE(3077), 1, + STATE(812), 1, + sym__terminator, + STATE(3069), 1, sym_comment, - ACTIONS(4656), 4, - anon_sym_SEMI, + ACTIONS(1768), 2, anon_sym_RPAREN, - anon_sym_PIPE, anon_sym_RBRACE, - [136609] = 7, + [136649] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4660), 1, + ACTIONS(4680), 1, anon_sym_LPAREN, - ACTIONS(4662), 1, + ACTIONS(4682), 1, sym_unescaped_interpolated_content, - ACTIONS(4816), 1, + ACTIONS(4820), 1, anon_sym_SQUOTE, - STATE(3078), 1, + STATE(3070), 1, sym_comment, - STATE(3198), 1, + STATE(3127), 1, aux_sym__inter_single_quotes_repeat1, - STATE(3464), 1, + STATE(3473), 1, sym_expr_interpolated, - [136631] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4658), 1, - anon_sym_LF, - STATE(3079), 1, - sym_comment, - ACTIONS(4656), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [136647] = 4, + [136671] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4654), 1, - anon_sym_LF, - STATE(3080), 1, + ACTIONS(4680), 1, + anon_sym_LPAREN, + ACTIONS(4682), 1, + sym_unescaped_interpolated_content, + ACTIONS(4822), 1, + anon_sym_SQUOTE, + STATE(3067), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(3071), 1, sym_comment, - ACTIONS(4652), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [136663] = 4, + STATE(3473), 1, + sym_expr_interpolated, + [136693] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4818), 1, - sym_identifier, - STATE(3081), 1, + STATE(3072), 1, sym_comment, - ACTIONS(4698), 4, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [136679] = 4, + ACTIONS(1416), 5, + sym_identifier, + anon_sym_DOLLAR, + anon_sym_DASH_DASH, + anon_sym_LBRACE, + sym_short_flag, + [136707] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4654), 1, - anon_sym_LF, - STATE(3082), 1, - sym_comment, - ACTIONS(4652), 4, + ACTIONS(4824), 1, + ts_builtin_sym_end, + ACTIONS(4826), 1, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [136695] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4658), 1, + ACTIONS(4829), 1, anon_sym_LF, - STATE(3083), 1, + STATE(3458), 1, + sym__terminator, + STATE(3073), 2, sym_comment, - ACTIONS(4656), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [136711] = 7, - ACTIONS(3), 1, + aux_sym__block_body_repeat1, + [136727] = 3, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4660), 1, - anon_sym_LPAREN, - ACTIONS(4662), 1, - sym_unescaped_interpolated_content, - ACTIONS(4820), 1, - anon_sym_SQUOTE, - STATE(3084), 1, + STATE(3074), 1, sym_comment, - STATE(3093), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(3464), 1, - sym_expr_interpolated, - [136733] = 4, + ACTIONS(4832), 5, + sym_identifier, + anon_sym_nothing, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [136741] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4658), 1, + ACTIONS(4836), 1, anon_sym_LF, - STATE(3085), 1, + STATE(3075), 1, sym_comment, - ACTIONS(4656), 4, + ACTIONS(4834), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [136749] = 7, + [136757] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4660), 1, - anon_sym_LPAREN, - ACTIONS(4662), 1, - sym_unescaped_interpolated_content, - ACTIONS(4822), 1, - anon_sym_SQUOTE, - STATE(3078), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(3086), 1, + ACTIONS(4465), 1, + aux_sym_unquoted_token1, + ACTIONS(4802), 1, + anon_sym_DOLLAR, + STATE(740), 1, + sym__var, + STATE(956), 1, + sym_val_variable, + STATE(960), 1, + sym_unquoted, + STATE(3076), 1, sym_comment, - STATE(3464), 1, - sym_expr_interpolated, - [136771] = 4, + [136779] = 3, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(3077), 1, + sym_comment, + ACTIONS(1954), 5, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_DASH_DASH, + anon_sym_in, + sym_short_flag, + [136793] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4654), 1, + ACTIONS(4836), 1, anon_sym_LF, - STATE(3087), 1, + STATE(3078), 1, sym_comment, - ACTIONS(4652), 4, + ACTIONS(4834), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [136787] = 4, + [136809] = 3, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(3079), 1, + sym_comment, + ACTIONS(1938), 5, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_DASH_DASH, + anon_sym_in, + sym_short_flag, + [136823] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4672), 1, + ACTIONS(4836), 1, anon_sym_LF, - STATE(3088), 1, + STATE(3080), 1, sym_comment, - ACTIONS(4670), 4, + ACTIONS(4834), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [136803] = 3, + [136839] = 3, ACTIONS(157), 1, anon_sym_POUND, - STATE(3089), 1, + STATE(3081), 1, sym_comment, - ACTIONS(4824), 5, + ACTIONS(4838), 5, sym_identifier, anon_sym_nothing, anon_sym_in, anon_sym_nu, anon_sym_env, - [136817] = 3, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(3090), 1, - sym_comment, - ACTIONS(4826), 5, - sym_identifier, - anon_sym_RBRACE, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [136831] = 6, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4828), 1, - anon_sym_DQUOTE, - ACTIONS(4832), 1, - aux_sym_path_token1, - STATE(1981), 1, - sym__str_double_quotes, - STATE(3091), 1, - sym_comment, - ACTIONS(4830), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [136851] = 7, + [136853] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4660), 1, + ACTIONS(4680), 1, anon_sym_LPAREN, - ACTIONS(4662), 1, + ACTIONS(4682), 1, sym_unescaped_interpolated_content, - ACTIONS(4834), 1, + ACTIONS(4840), 1, anon_sym_SQUOTE, - STATE(3011), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(3092), 1, + STATE(3082), 1, sym_comment, - STATE(3464), 1, + STATE(3127), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(3473), 1, sym_expr_interpolated, - [136873] = 7, + [136875] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4660), 1, + ACTIONS(4680), 1, anon_sym_LPAREN, - ACTIONS(4662), 1, + ACTIONS(4682), 1, sym_unescaped_interpolated_content, - ACTIONS(4836), 1, + ACTIONS(4842), 1, anon_sym_SQUOTE, - STATE(3093), 1, - sym_comment, - STATE(3198), 1, + STATE(3070), 1, aux_sym__inter_single_quotes_repeat1, - STATE(3464), 1, + STATE(3083), 1, + sym_comment, + STATE(3473), 1, sym_expr_interpolated, - [136895] = 7, - ACTIONS(3), 1, + [136897] = 6, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4660), 1, - anon_sym_LPAREN, - ACTIONS(4662), 1, - sym_unescaped_interpolated_content, - ACTIONS(4838), 1, - anon_sym_SQUOTE, - STATE(3094), 1, + ACTIONS(2994), 1, + anon_sym_DQUOTE, + ACTIONS(4846), 1, + aux_sym_path_token1, + STATE(190), 1, + sym__str_double_quotes, + STATE(3084), 1, sym_comment, - STATE(3215), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(3464), 1, - sym_expr_interpolated, + ACTIONS(4844), 2, + sym__str_single_quotes, + sym__str_back_ticks, [136917] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2555), 1, + ACTIONS(3018), 1, anon_sym_DQUOTE, - ACTIONS(4842), 1, + ACTIONS(4850), 1, aux_sym_path_token1, - STATE(1019), 1, + STATE(494), 1, sym__str_double_quotes, - STATE(3095), 1, + STATE(3085), 1, sym_comment, - ACTIONS(4840), 2, + ACTIONS(4848), 2, sym__str_single_quotes, sym__str_back_ticks, [136937] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4660), 1, + ACTIONS(4680), 1, anon_sym_LPAREN, - ACTIONS(4662), 1, + ACTIONS(4682), 1, sym_unescaped_interpolated_content, - ACTIONS(4844), 1, + ACTIONS(4852), 1, anon_sym_SQUOTE, - STATE(3096), 1, + STATE(3086), 1, sym_comment, - STATE(3198), 1, + STATE(3095), 1, aux_sym__inter_single_quotes_repeat1, - STATE(3464), 1, + STATE(3473), 1, sym_expr_interpolated, [136959] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4848), 1, + ACTIONS(4856), 1, anon_sym_LF, - STATE(3097), 1, + STATE(3087), 1, sym_comment, - ACTIONS(4846), 4, + ACTIONS(4854), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [136975] = 4, + [136975] = 7, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4858), 1, + sym_identifier, + ACTIONS(4860), 1, + anon_sym_DOLLAR, + STATE(701), 1, + sym__var, + STATE(804), 1, + sym__variable_name, + STATE(868), 1, + sym_val_variable, + STATE(3088), 1, + sym_comment, + [136997] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4658), 1, - anon_sym_LF, - STATE(3098), 1, + ACTIONS(4459), 1, + aux_sym_unquoted_token1, + ACTIONS(4860), 1, + anon_sym_DOLLAR, + STATE(701), 1, + sym__var, + STATE(748), 1, + sym_unquoted, + STATE(749), 1, + sym_val_variable, + STATE(3089), 1, sym_comment, - ACTIONS(4656), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [136991] = 7, + [137019] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4660), 1, + ACTIONS(4680), 1, anon_sym_LPAREN, - ACTIONS(4662), 1, + ACTIONS(4682), 1, sym_unescaped_interpolated_content, - ACTIONS(4850), 1, + ACTIONS(4862), 1, anon_sym_SQUOTE, - STATE(3096), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(3099), 1, + STATE(3090), 1, sym_comment, - STATE(3464), 1, + STATE(3127), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(3473), 1, sym_expr_interpolated, - [137013] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4848), 1, - anon_sym_LF, - STATE(3100), 1, - sym_comment, - ACTIONS(4846), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [137029] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4848), 1, - anon_sym_LF, - STATE(3101), 1, - sym_comment, - ACTIONS(4846), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [137045] = 3, + [137041] = 3, ACTIONS(157), 1, anon_sym_POUND, - STATE(3102), 1, + STATE(3091), 1, sym_comment, - ACTIONS(4852), 5, + ACTIONS(4864), 5, sym_identifier, anon_sym_nothing, anon_sym_in, anon_sym_nu, anon_sym_env, - [137059] = 6, + [137055] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4459), 1, + aux_sym_unquoted_token1, + ACTIONS(4860), 1, + anon_sym_DOLLAR, + STATE(701), 1, + sym__var, + STATE(814), 1, + sym_unquoted, + STATE(822), 1, + sym_val_variable, + STATE(3092), 1, + sym_comment, + [137077] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4445), 1, + ACTIONS(4866), 1, anon_sym_DQUOTE, - ACTIONS(4856), 1, + ACTIONS(4870), 1, aux_sym_path_token1, - STATE(742), 1, + STATE(1695), 1, sym__str_double_quotes, - STATE(3103), 1, + STATE(3093), 1, sym_comment, - ACTIONS(4854), 2, + ACTIONS(4868), 2, sym__str_single_quotes, sym__str_back_ticks, - [137079] = 4, + [137097] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4658), 1, + ACTIONS(4836), 1, anon_sym_LF, - STATE(3104), 1, + STATE(3094), 1, sym_comment, - ACTIONS(4656), 4, + ACTIONS(4834), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [137095] = 7, + [137113] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4660), 1, + ACTIONS(4680), 1, anon_sym_LPAREN, - ACTIONS(4662), 1, + ACTIONS(4682), 1, sym_unescaped_interpolated_content, - ACTIONS(4858), 1, + ACTIONS(4872), 1, anon_sym_SQUOTE, - STATE(3105), 1, + STATE(3095), 1, sym_comment, - STATE(3198), 1, + STATE(3127), 1, aux_sym__inter_single_quotes_repeat1, - STATE(3464), 1, + STATE(3473), 1, sym_expr_interpolated, - [137117] = 7, + [137135] = 3, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(3096), 1, + sym_comment, + ACTIONS(4874), 5, + sym_identifier, + anon_sym_nothing, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [137149] = 6, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2555), 1, + anon_sym_DQUOTE, + ACTIONS(4878), 1, + aux_sym_path_token1, + STATE(1019), 1, + sym__str_double_quotes, + STATE(3097), 1, + sym_comment, + ACTIONS(4876), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [137169] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4660), 1, + ACTIONS(4680), 1, anon_sym_LPAREN, - ACTIONS(4662), 1, + ACTIONS(4682), 1, sym_unescaped_interpolated_content, - ACTIONS(4860), 1, + ACTIONS(4880), 1, anon_sym_SQUOTE, - STATE(3106), 1, - sym_comment, - STATE(3198), 1, + STATE(3090), 1, aux_sym__inter_single_quotes_repeat1, - STATE(3464), 1, + STATE(3098), 1, + sym_comment, + STATE(3473), 1, sym_expr_interpolated, - [137139] = 3, + [137191] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4836), 1, + anon_sym_LF, + STATE(3099), 1, + sym_comment, + ACTIONS(4834), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [137207] = 3, ACTIONS(157), 1, anon_sym_POUND, - STATE(3107), 1, + STATE(3100), 1, sym_comment, - ACTIONS(4862), 5, + ACTIONS(4882), 5, sym_identifier, anon_sym_nothing, anon_sym_in, anon_sym_nu, anon_sym_env, - [137153] = 6, + [137221] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2336), 1, + ACTIONS(4884), 1, anon_sym_DQUOTE, - ACTIONS(4676), 1, + ACTIONS(4888), 1, aux_sym_path_token1, - STATE(1978), 1, + STATE(1814), 1, sym__str_double_quotes, - STATE(3108), 1, + STATE(3101), 1, sym_comment, - ACTIONS(4674), 2, + ACTIONS(4886), 2, sym__str_single_quotes, sym__str_back_ticks, - [137173] = 4, + [137241] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4848), 1, + ACTIONS(4836), 1, anon_sym_LF, - STATE(3109), 1, + STATE(3102), 1, sym_comment, - ACTIONS(4846), 4, + ACTIONS(4834), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [137189] = 4, + [137257] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4848), 1, + ACTIONS(4836), 1, anon_sym_LF, - STATE(3110), 1, + STATE(3103), 1, + sym_comment, + ACTIONS(4834), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [137273] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4836), 1, + anon_sym_LF, + STATE(3104), 1, sym_comment, - ACTIONS(4846), 4, + ACTIONS(4834), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [137205] = 6, + [137289] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4856), 1, + anon_sym_LF, + STATE(3105), 1, + sym_comment, + ACTIONS(4854), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [137305] = 7, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4465), 1, - anon_sym_DOT, - STATE(1050), 1, - sym_cell_path, - STATE(2894), 1, - sym_path, - STATE(3111), 1, + ACTIONS(4114), 1, + anon_sym_DOLLAR, + ACTIONS(4332), 1, + sym_identifier, + STATE(2331), 1, + sym__var, + STATE(3046), 1, + sym__variable_name, + STATE(3077), 1, + sym_val_variable, + STATE(3106), 1, sym_comment, - ACTIONS(584), 2, - anon_sym_LBRACK, - anon_sym_RBRACK, - [137225] = 7, + [137327] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4660), 1, + ACTIONS(1602), 1, + anon_sym_PIPE, + ACTIONS(3725), 1, + anon_sym_SEMI, + ACTIONS(3727), 1, + ts_builtin_sym_end, + ACTIONS(4577), 1, + anon_sym_LF, + STATE(1746), 1, + aux_sym_pipe_element_repeat1, + STATE(3107), 1, + sym_comment, + [137349] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4836), 1, + anon_sym_LF, + STATE(3108), 1, + sym_comment, + ACTIONS(4834), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [137365] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4706), 1, + anon_sym_SEMI, + ACTIONS(4708), 1, + anon_sym_LF, + ACTIONS(4890), 1, + ts_builtin_sym_end, + STATE(3023), 1, + aux_sym__block_body_repeat1, + STATE(3109), 1, + sym_comment, + STATE(3458), 1, + sym__terminator, + [137387] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4892), 1, + anon_sym_else, + STATE(3110), 1, + sym_comment, + ACTIONS(1662), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(1664), 2, + ts_builtin_sym_end, + anon_sym_LF, + [137405] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4680), 1, anon_sym_LPAREN, - ACTIONS(4662), 1, + ACTIONS(4682), 1, sym_unescaped_interpolated_content, - ACTIONS(4864), 1, + ACTIONS(4894), 1, anon_sym_SQUOTE, - STATE(3106), 1, + STATE(3016), 1, aux_sym__inter_single_quotes_repeat1, - STATE(3112), 1, + STATE(3111), 1, sym_comment, - STATE(3464), 1, + STATE(3473), 1, sym_expr_interpolated, - [137247] = 4, + [137427] = 6, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4896), 1, + anon_sym_DQUOTE, + ACTIONS(4900), 1, + aux_sym_path_token1, + STATE(1834), 1, + sym__str_double_quotes, + STATE(3112), 1, + sym_comment, + ACTIONS(4898), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [137447] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4848), 1, + ACTIONS(4904), 1, anon_sym_LF, STATE(3113), 1, sym_comment, - ACTIONS(4846), 4, + ACTIONS(4902), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [137263] = 4, + [137463] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4658), 1, + ACTIONS(4908), 1, anon_sym_LF, STATE(3114), 1, sym_comment, - ACTIONS(4656), 4, + ACTIONS(4906), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [137279] = 4, + [137479] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4848), 1, + ACTIONS(4908), 1, anon_sym_LF, STATE(3115), 1, sym_comment, - ACTIONS(4846), 4, + ACTIONS(4906), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [137295] = 3, - ACTIONS(157), 1, + [137495] = 4, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(4908), 1, + anon_sym_LF, STATE(3116), 1, sym_comment, - ACTIONS(4866), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [137309] = 3, + ACTIONS(4906), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [137511] = 3, ACTIONS(157), 1, anon_sym_POUND, STATE(3117), 1, sym_comment, - ACTIONS(4868), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [137323] = 6, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2838), 1, + ACTIONS(4910), 5, + sym_cmd_identifier, + anon_sym_RBRACK, anon_sym_DQUOTE, - ACTIONS(4872), 1, - aux_sym_path_token1, - STATE(246), 1, - sym__str_double_quotes, - STATE(3118), 1, - sym_comment, - ACTIONS(4870), 2, sym__str_single_quotes, sym__str_back_ticks, - [137343] = 6, + [137525] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4465), 1, - anon_sym_DOT, - STATE(1049), 1, - sym_cell_path, - STATE(2894), 1, - sym_path, - STATE(3119), 1, - sym_comment, - ACTIONS(607), 2, - anon_sym_LBRACK, - anon_sym_RBRACK, - [137363] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4660), 1, - anon_sym_LPAREN, - ACTIONS(4662), 1, - sym_unescaped_interpolated_content, - ACTIONS(4874), 1, - anon_sym_SQUOTE, - STATE(3120), 1, - sym_comment, - STATE(3198), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(3464), 1, - sym_expr_interpolated, - [137385] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4660), 1, - anon_sym_LPAREN, - ACTIONS(4662), 1, - sym_unescaped_interpolated_content, - ACTIONS(4876), 1, - anon_sym_SQUOTE, - STATE(3121), 1, + STATE(3118), 1, sym_comment, - STATE(3130), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(3464), 1, - sym_expr_interpolated, - [137407] = 4, + ACTIONS(4912), 5, + sym_identifier, + anon_sym_nothing, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [137539] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4658), 1, + ACTIONS(4908), 1, anon_sym_LF, - STATE(3122), 1, + STATE(3119), 1, sym_comment, - ACTIONS(4656), 4, + ACTIONS(4906), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [137423] = 4, + [137555] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4848), 1, + ACTIONS(4908), 1, anon_sym_LF, - STATE(3123), 1, + STATE(3120), 1, sym_comment, - ACTIONS(4846), 4, + ACTIONS(4906), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [137439] = 7, + [137571] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4660), 1, - anon_sym_LPAREN, - ACTIONS(4662), 1, - sym_unescaped_interpolated_content, - ACTIONS(4878), 1, - anon_sym_SQUOTE, - STATE(3124), 1, + ACTIONS(4908), 1, + anon_sym_LF, + STATE(3121), 1, sym_comment, - STATE(3198), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(3464), 1, - sym_expr_interpolated, - [137461] = 4, + ACTIONS(4906), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [137587] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4658), 1, + ACTIONS(4836), 1, anon_sym_LF, - STATE(3125), 1, + STATE(3122), 1, sym_comment, - ACTIONS(4656), 4, + ACTIONS(4834), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [137477] = 7, + [137603] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4660), 1, + ACTIONS(4680), 1, anon_sym_LPAREN, - ACTIONS(4662), 1, + ACTIONS(4682), 1, sym_unescaped_interpolated_content, - ACTIONS(4880), 1, + ACTIONS(4914), 1, anon_sym_SQUOTE, - STATE(3120), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(3126), 1, + STATE(3123), 1, sym_comment, - STATE(3464), 1, + STATE(3132), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(3473), 1, sym_expr_interpolated, - [137499] = 4, + [137625] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4848), 1, + ACTIONS(4908), 1, anon_sym_LF, - STATE(3127), 1, + STATE(3124), 1, sym_comment, - ACTIONS(4846), 4, + ACTIONS(4906), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [137515] = 4, + [137641] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4848), 1, + ACTIONS(4908), 1, anon_sym_LF, - STATE(3128), 1, + STATE(3125), 1, sym_comment, - ACTIONS(4846), 4, + ACTIONS(4906), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [137531] = 4, + [137657] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4848), 1, + ACTIONS(4908), 1, anon_sym_LF, - STATE(3129), 1, + STATE(3126), 1, sym_comment, - ACTIONS(4846), 4, + ACTIONS(4906), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [137547] = 7, + [137673] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4660), 1, + ACTIONS(4916), 1, anon_sym_LPAREN, - ACTIONS(4662), 1, + ACTIONS(4919), 1, sym_unescaped_interpolated_content, - ACTIONS(4882), 1, + ACTIONS(4922), 1, anon_sym_SQUOTE, - STATE(3130), 1, + STATE(3473), 1, + sym_expr_interpolated, + STATE(3127), 2, sym_comment, - STATE(3198), 1, aux_sym__inter_single_quotes_repeat1, - STATE(3464), 1, - sym_expr_interpolated, - [137569] = 4, + [137693] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4680), 1, + ACTIONS(4836), 1, anon_sym_LF, - STATE(3131), 1, + STATE(3128), 1, + sym_comment, + ACTIONS(4834), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [137709] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4908), 1, + anon_sym_LF, + STATE(3129), 1, sym_comment, - ACTIONS(4678), 4, + ACTIONS(4906), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [137585] = 6, + [137725] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4884), 1, + ACTIONS(4924), 1, anon_sym_DQUOTE, - ACTIONS(4888), 1, + ACTIONS(4928), 1, aux_sym_path_token1, - STATE(1749), 1, + STATE(2041), 1, sym__str_double_quotes, - STATE(3132), 1, + STATE(3130), 1, sym_comment, - ACTIONS(4886), 2, + ACTIONS(4926), 2, sym__str_single_quotes, sym__str_back_ticks, - [137605] = 3, + [137745] = 3, ACTIONS(157), 1, anon_sym_POUND, - STATE(3133), 1, + STATE(3131), 1, sym_comment, - ACTIONS(4890), 5, + ACTIONS(4930), 5, sym_identifier, anon_sym_nothing, anon_sym_in, anon_sym_nu, anon_sym_env, - [137619] = 4, + [137759] = 7, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4680), 1, + anon_sym_LPAREN, + ACTIONS(4682), 1, + sym_unescaped_interpolated_content, + ACTIONS(4932), 1, + anon_sym_SQUOTE, + STATE(3127), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(3132), 1, + sym_comment, + STATE(3473), 1, + sym_expr_interpolated, + [137781] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4848), 1, + ACTIONS(4908), 1, anon_sym_LF, - STATE(3134), 1, + STATE(3133), 1, sym_comment, - ACTIONS(4846), 4, + ACTIONS(4906), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [137635] = 4, + [137797] = 6, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4934), 1, + anon_sym_DQUOTE, + ACTIONS(4938), 1, + aux_sym_path_token1, + STATE(1742), 1, + sym__str_double_quotes, + STATE(3134), 1, + sym_comment, + ACTIONS(4936), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [137817] = 6, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4940), 1, + anon_sym_DQUOTE, + ACTIONS(4944), 1, + aux_sym_path_token1, + STATE(1836), 1, + sym__str_double_quotes, + STATE(3135), 1, + sym_comment, + ACTIONS(4942), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [137837] = 6, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4461), 1, + anon_sym_DQUOTE, + ACTIONS(4948), 1, + aux_sym_path_token1, + STATE(769), 1, + sym__str_double_quotes, + STATE(3136), 1, + sym_comment, + ACTIONS(4946), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [137857] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4680), 1, + ACTIONS(4836), 1, anon_sym_LF, - STATE(3135), 1, + STATE(3137), 1, sym_comment, - ACTIONS(4678), 4, + ACTIONS(4834), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [137651] = 7, + [137873] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4892), 1, - ts_builtin_sym_end, - ACTIONS(4894), 1, - anon_sym_SEMI, - ACTIONS(4896), 1, - anon_sym_LF, - STATE(3136), 1, + ACTIONS(4680), 1, + anon_sym_LPAREN, + ACTIONS(4682), 1, + sym_unescaped_interpolated_content, + ACTIONS(4950), 1, + anon_sym_SQUOTE, + STATE(3127), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(3138), 1, sym_comment, - STATE(3145), 1, - aux_sym__block_body_repeat1, - STATE(3517), 1, - sym__terminator, - [137673] = 6, + STATE(3473), 1, + sym_expr_interpolated, + [137895] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4898), 1, + ACTIONS(2722), 1, anon_sym_DQUOTE, - ACTIONS(4902), 1, + ACTIONS(4954), 1, aux_sym_path_token1, - STATE(1808), 1, + STATE(1031), 1, sym__str_double_quotes, - STATE(3137), 1, + STATE(3139), 1, sym_comment, - ACTIONS(4900), 2, + ACTIONS(4952), 2, sym__str_single_quotes, sym__str_back_ticks, - [137693] = 4, + [137915] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4680), 1, + ACTIONS(4836), 1, anon_sym_LF, - STATE(3138), 1, + STATE(3140), 1, sym_comment, - ACTIONS(4678), 4, + ACTIONS(4834), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [137709] = 7, + [137931] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1666), 1, - anon_sym_PIPE, - ACTIONS(4581), 1, - anon_sym_SEMI, - ACTIONS(4583), 1, + ACTIONS(4908), 1, anon_sym_LF, - ACTIONS(4904), 1, - ts_builtin_sym_end, - STATE(1760), 1, - aux_sym_pipe_element_repeat1, - STATE(3139), 1, + STATE(3141), 1, sym_comment, - [137731] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4894), 1, + ACTIONS(4906), 4, anon_sym_SEMI, - ACTIONS(4896), 1, - anon_sym_LF, - ACTIONS(4906), 1, - ts_builtin_sym_end, - STATE(3140), 1, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [137947] = 4, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4956), 1, + sym_identifier, + STATE(3142), 1, sym_comment, - STATE(3217), 1, - aux_sym__block_body_repeat1, - STATE(3517), 1, - sym__terminator, - [137753] = 6, + ACTIONS(4744), 4, + anon_sym_nothing, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [137963] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4908), 1, + ACTIONS(3042), 1, anon_sym_DQUOTE, - ACTIONS(4912), 1, + ACTIONS(4960), 1, aux_sym_path_token1, - STATE(601), 1, + STATE(476), 1, sym__str_double_quotes, - STATE(3141), 1, + STATE(3143), 1, sym_comment, - ACTIONS(4910), 2, + ACTIONS(4958), 2, sym__str_single_quotes, sym__str_back_ticks, - [137773] = 4, + [137983] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4680), 1, + ACTIONS(4908), 1, anon_sym_LF, - STATE(3142), 1, + STATE(3144), 1, sym_comment, - ACTIONS(4678), 4, + ACTIONS(4906), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [137789] = 4, + [137999] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4680), 1, + ACTIONS(4666), 1, anon_sym_LF, - STATE(3143), 1, + STATE(3145), 1, sym_comment, - ACTIONS(4678), 4, + ACTIONS(4664), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [137805] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4660), 1, - anon_sym_LPAREN, - ACTIONS(4662), 1, - sym_unescaped_interpolated_content, - ACTIONS(4914), 1, - anon_sym_SQUOTE, - STATE(3144), 1, - sym_comment, - STATE(3198), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(3464), 1, - sym_expr_interpolated, - [137827] = 6, + [138015] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4916), 1, - ts_builtin_sym_end, - ACTIONS(4918), 1, - anon_sym_SEMI, - ACTIONS(4921), 1, + ACTIONS(4666), 1, anon_sym_LF, - STATE(3517), 1, - sym__terminator, - STATE(3145), 2, + STATE(3146), 1, sym_comment, - aux_sym__block_body_repeat1, - [137847] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1666), 1, - anon_sym_PIPE, - ACTIONS(3719), 1, + ACTIONS(4664), 4, anon_sym_SEMI, - ACTIONS(3721), 1, - ts_builtin_sym_end, - ACTIONS(4566), 1, - anon_sym_LF, - STATE(1759), 1, - aux_sym_pipe_element_repeat1, - STATE(3146), 1, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [138031] = 6, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4962), 1, + anon_sym_DQUOTE, + ACTIONS(4966), 1, + aux_sym_path_token1, + STATE(2073), 1, + sym__str_double_quotes, + STATE(3147), 1, sym_comment, - [137869] = 7, + ACTIONS(4964), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [138051] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4660), 1, + ACTIONS(4680), 1, anon_sym_LPAREN, - ACTIONS(4662), 1, + ACTIONS(4682), 1, sym_unescaped_interpolated_content, - ACTIONS(4924), 1, + ACTIONS(4968), 1, anon_sym_SQUOTE, - STATE(3144), 1, + STATE(3138), 1, aux_sym__inter_single_quotes_repeat1, - STATE(3147), 1, - sym_comment, - STATE(3464), 1, - sym_expr_interpolated, - [137891] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4680), 1, - anon_sym_LF, STATE(3148), 1, sym_comment, - ACTIONS(4678), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [137907] = 3, + STATE(3473), 1, + sym_expr_interpolated, + [138073] = 3, ACTIONS(157), 1, anon_sym_POUND, STATE(3149), 1, sym_comment, - ACTIONS(1373), 5, + ACTIONS(4970), 5, sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - sym_short_flag, - [137921] = 3, - ACTIONS(157), 1, + anon_sym_RBRACE, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [138087] = 4, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(4666), 1, + anon_sym_LF, STATE(3150), 1, sym_comment, - ACTIONS(4926), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [137935] = 7, + ACTIONS(4664), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [138103] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4894), 1, - anon_sym_SEMI, - ACTIONS(4896), 1, + ACTIONS(4666), 1, anon_sym_LF, - ACTIONS(4928), 1, - ts_builtin_sym_end, - STATE(3136), 1, - aux_sym__block_body_repeat1, STATE(3151), 1, sym_comment, - STATE(3517), 1, - sym__terminator, - [137957] = 6, + ACTIONS(4664), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [138119] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1804), 1, - anon_sym_SEMI, - ACTIONS(1806), 1, + ACTIONS(4904), 1, anon_sym_LF, - STATE(847), 1, - sym__terminator, STATE(3152), 1, sym_comment, - ACTIONS(1844), 2, + ACTIONS(4902), 4, + anon_sym_SEMI, anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_RBRACE, - [137977] = 3, + [138135] = 6, ACTIONS(157), 1, anon_sym_POUND, + ACTIONS(2840), 1, + anon_sym_DQUOTE, + ACTIONS(4974), 1, + aux_sym_path_token1, + STATE(1844), 1, + sym__str_double_quotes, STATE(3153), 1, sym_comment, - ACTIONS(4930), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [137991] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4660), 1, - anon_sym_LPAREN, - ACTIONS(4662), 1, - sym_unescaped_interpolated_content, - ACTIONS(4932), 1, - anon_sym_SQUOTE, - STATE(3124), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(3154), 1, - sym_comment, - STATE(3464), 1, - sym_expr_interpolated, - [138013] = 4, + ACTIONS(4972), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [138155] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4680), 1, + ACTIONS(4904), 1, anon_sym_LF, - STATE(3155), 1, + STATE(3154), 1, sym_comment, - ACTIONS(4678), 4, + ACTIONS(4902), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [138029] = 6, + [138171] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(257), 1, - anon_sym_DQUOTE, - ACTIONS(4936), 1, - aux_sym_path_token1, - STATE(2142), 1, - sym__str_double_quotes, - STATE(3156), 1, + STATE(3155), 1, sym_comment, - ACTIONS(4934), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [138049] = 4, + ACTIONS(4976), 5, + sym_identifier, + anon_sym_nothing, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [138185] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4680), 1, + ACTIONS(4904), 1, anon_sym_LF, - STATE(3157), 1, + STATE(3156), 1, sym_comment, - ACTIONS(4678), 4, + ACTIONS(4902), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [138065] = 7, + [138201] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4660), 1, - anon_sym_LPAREN, - ACTIONS(4662), 1, - sym_unescaped_interpolated_content, - ACTIONS(4938), 1, - anon_sym_SQUOTE, - STATE(3158), 1, + ACTIONS(4670), 1, + anon_sym_LF, + STATE(3157), 1, sym_comment, - STATE(3166), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(3464), 1, - sym_expr_interpolated, - [138087] = 4, + ACTIONS(4668), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [138217] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4658), 1, + ACTIONS(4904), 1, anon_sym_LF, - STATE(3159), 1, + STATE(3158), 1, sym_comment, - ACTIONS(4656), 4, + ACTIONS(4902), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [138103] = 7, + [138233] = 3, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(3159), 1, + sym_comment, + ACTIONS(4978), 5, + sym_identifier, + anon_sym_nothing, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [138247] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4660), 1, + ACTIONS(4680), 1, anon_sym_LPAREN, - ACTIONS(4662), 1, + ACTIONS(4682), 1, sym_unescaped_interpolated_content, - ACTIONS(4940), 1, + ACTIONS(4980), 1, anon_sym_SQUOTE, STATE(3160), 1, sym_comment, - STATE(3198), 1, + STATE(3168), 1, aux_sym__inter_single_quotes_repeat1, - STATE(3464), 1, + STATE(3473), 1, sym_expr_interpolated, - [138125] = 4, + [138269] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4680), 1, + ACTIONS(4904), 1, anon_sym_LF, STATE(3161), 1, sym_comment, - ACTIONS(4678), 4, + ACTIONS(4902), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [138141] = 4, + [138285] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4944), 1, + ACTIONS(4904), 1, anon_sym_LF, STATE(3162), 1, sym_comment, - ACTIONS(4942), 4, + ACTIONS(4902), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [138157] = 4, + [138301] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4680), 1, + ACTIONS(4904), 1, anon_sym_LF, STATE(3163), 1, sym_comment, - ACTIONS(4678), 4, + ACTIONS(4902), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [138173] = 7, + [138317] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4660), 1, - anon_sym_LPAREN, - ACTIONS(4662), 1, - sym_unescaped_interpolated_content, - ACTIONS(4946), 1, - anon_sym_SQUOTE, - STATE(3160), 1, - aux_sym__inter_single_quotes_repeat1, + ACTIONS(4666), 1, + anon_sym_LF, STATE(3164), 1, sym_comment, - STATE(3464), 1, - sym_expr_interpolated, - [138195] = 3, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(3165), 1, - sym_comment, - ACTIONS(1322), 5, - sym_identifier, - anon_sym_DOLLAR, - anon_sym_DASH_DASH, - anon_sym_LBRACE, - sym_short_flag, - [138209] = 7, + ACTIONS(4664), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [138333] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4660), 1, - anon_sym_LPAREN, - ACTIONS(4662), 1, - sym_unescaped_interpolated_content, - ACTIONS(4948), 1, - anon_sym_SQUOTE, - STATE(3166), 1, - sym_comment, - STATE(3198), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(3464), 1, - sym_expr_interpolated, - [138231] = 7, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4950), 1, - sym_identifier, - ACTIONS(4952), 1, - anon_sym_DOLLAR, - STATE(740), 1, - sym__var, - STATE(934), 1, - sym__variable_name, - STATE(946), 1, - sym_val_variable, - STATE(3167), 1, - sym_comment, - [138253] = 6, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(2336), 1, - anon_sym_DQUOTE, - ACTIONS(4956), 1, - aux_sym_path_token1, - STATE(2054), 1, - sym__str_double_quotes, - STATE(3168), 1, + ACTIONS(4904), 1, + anon_sym_LF, + STATE(3165), 1, sym_comment, - ACTIONS(4954), 2, - sym__str_single_quotes, - sym__str_back_ticks, - [138273] = 4, + ACTIONS(4902), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [138349] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4680), 1, + ACTIONS(4666), 1, anon_sym_LF, - STATE(3169), 1, + STATE(3166), 1, sym_comment, - ACTIONS(4678), 4, + ACTIONS(4664), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [138289] = 3, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(3170), 1, - sym_comment, - ACTIONS(4958), 5, - sym_identifier, - anon_sym_nothing, - anon_sym_in, - anon_sym_nu, - anon_sym_env, - [138303] = 4, + [138365] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4848), 1, + ACTIONS(4666), 1, anon_sym_LF, - STATE(3171), 1, + STATE(3167), 1, sym_comment, - ACTIONS(4846), 4, + ACTIONS(4664), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [138319] = 6, - ACTIONS(157), 1, + [138381] = 7, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4465), 1, - anon_sym_DOT, - STATE(1032), 1, - sym_cell_path, - STATE(2894), 1, - sym_path, - STATE(3172), 1, + ACTIONS(4680), 1, + anon_sym_LPAREN, + ACTIONS(4682), 1, + sym_unescaped_interpolated_content, + ACTIONS(4982), 1, + anon_sym_SQUOTE, + STATE(3127), 1, + aux_sym__inter_single_quotes_repeat1, + STATE(3168), 1, sym_comment, - ACTIONS(580), 2, - anon_sym_EQ, - anon_sym_COLON, - [138339] = 7, + STATE(3473), 1, + sym_expr_interpolated, + [138403] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4692), 1, - anon_sym_DASH_DASH, - ACTIONS(4696), 1, - sym_short_flag, - ACTIONS(4960), 1, - anon_sym_in, - STATE(3173), 1, - sym_comment, - STATE(3573), 1, - sym__flag, - STATE(3727), 1, - sym_long_flag, - [138361] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4503), 1, - aux_sym_unquoted_token1, - ACTIONS(4952), 1, - anon_sym_DOLLAR, - STATE(740), 1, - sym__var, - STATE(863), 1, - sym_val_variable, - STATE(866), 1, - sym_unquoted, - STATE(3174), 1, + STATE(3169), 1, sym_comment, - [138383] = 6, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(1804), 1, - anon_sym_SEMI, - ACTIONS(1806), 1, - anon_sym_LF, - STATE(822), 1, - sym__terminator, - STATE(3175), 1, + ACTIONS(4984), 5, + sym_identifier, + anon_sym_RBRACE, + anon_sym_DQUOTE, + sym__str_single_quotes, + sym__str_back_ticks, + [138417] = 6, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2378), 1, + anon_sym_DQUOTE, + ACTIONS(4988), 1, + aux_sym_path_token1, + STATE(2072), 1, + sym__str_double_quotes, + STATE(3170), 1, sym_comment, - ACTIONS(4962), 2, - anon_sym_RPAREN, - anon_sym_RBRACE, - [138403] = 6, + ACTIONS(4986), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [138437] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2172), 1, + ACTIONS(2806), 1, anon_sym_DQUOTE, - ACTIONS(4966), 1, + ACTIONS(4992), 1, aux_sym_path_token1, - STATE(1653), 1, + STATE(1984), 1, sym__str_double_quotes, - STATE(3176), 1, + STATE(3171), 1, sym_comment, - ACTIONS(4964), 2, + ACTIONS(4990), 2, sym__str_single_quotes, sym__str_back_ticks, - [138423] = 7, + [138457] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4503), 1, - aux_sym_unquoted_token1, - ACTIONS(4952), 1, - anon_sym_DOLLAR, - STATE(740), 1, - sym__var, - STATE(937), 1, - sym_unquoted, - STATE(938), 1, - sym_val_variable, - STATE(3177), 1, + ACTIONS(4666), 1, + anon_sym_LF, + STATE(3172), 1, sym_comment, - [138445] = 7, + ACTIONS(4664), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [138473] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4660), 1, - anon_sym_LPAREN, - ACTIONS(4662), 1, - sym_unescaped_interpolated_content, - ACTIONS(4968), 1, - anon_sym_SQUOTE, - STATE(3178), 1, + ACTIONS(4666), 1, + anon_sym_LF, + STATE(3173), 1, sym_comment, - STATE(3198), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(3464), 1, - sym_expr_interpolated, - [138467] = 4, + ACTIONS(4664), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [138489] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4972), 1, + ACTIONS(4666), 1, anon_sym_LF, - STATE(3179), 1, + STATE(3174), 1, sym_comment, - ACTIONS(4970), 4, + ACTIONS(4664), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [138483] = 7, - ACTIONS(3), 1, + [138505] = 6, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4660), 1, - anon_sym_LPAREN, - ACTIONS(4662), 1, - sym_unescaped_interpolated_content, - ACTIONS(4974), 1, - anon_sym_SQUOTE, - STATE(3178), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(3180), 1, + ACTIONS(2922), 1, + anon_sym_DQUOTE, + ACTIONS(4996), 1, + aux_sym_path_token1, + STATE(2075), 1, + sym__str_double_quotes, + STATE(3175), 1, sym_comment, - STATE(3464), 1, - sym_expr_interpolated, - [138505] = 4, + ACTIONS(4994), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [138525] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4972), 1, + ACTIONS(4666), 1, anon_sym_LF, - STATE(3181), 1, + STATE(3176), 1, sym_comment, - ACTIONS(4970), 4, + ACTIONS(4664), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [138521] = 4, + [138541] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4972), 1, + ACTIONS(4904), 1, anon_sym_LF, - STATE(3182), 1, + STATE(3177), 1, sym_comment, - ACTIONS(4970), 4, + ACTIONS(4902), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [138537] = 3, + [138557] = 3, ACTIONS(157), 1, anon_sym_POUND, - STATE(3183), 1, + STATE(3178), 1, sym_comment, - ACTIONS(4976), 5, + ACTIONS(4998), 5, sym_identifier, anon_sym_nothing, anon_sym_in, anon_sym_nu, anon_sym_env, - [138551] = 3, + [138571] = 6, ACTIONS(157), 1, anon_sym_POUND, - STATE(3184), 1, - sym_comment, - ACTIONS(4978), 5, - sym_identifier, - anon_sym_GT, + ACTIONS(5000), 1, anon_sym_DQUOTE, + ACTIONS(5004), 1, + aux_sym_path_token1, + STATE(1897), 1, + sym__str_double_quotes, + STATE(3179), 1, + sym_comment, + ACTIONS(5002), 2, sym__str_single_quotes, sym__str_back_ticks, - [138565] = 3, - ACTIONS(157), 1, + [138591] = 4, + ACTIONS(3), 1, anon_sym_POUND, - STATE(3185), 1, + ACTIONS(4904), 1, + anon_sym_LF, + STATE(3180), 1, sym_comment, - ACTIONS(4980), 5, - sym_identifier, - anon_sym_GT, + ACTIONS(4902), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [138607] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4904), 1, + anon_sym_LF, + STATE(3181), 1, + sym_comment, + ACTIONS(4902), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [138623] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4856), 1, + anon_sym_LF, + STATE(3182), 1, + sym_comment, + ACTIONS(4854), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [138639] = 6, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2894), 1, anon_sym_DQUOTE, + ACTIONS(5008), 1, + aux_sym_path_token1, + STATE(281), 1, + sym__str_double_quotes, + STATE(3183), 1, + sym_comment, + ACTIONS(5006), 2, sym__str_single_quotes, sym__str_back_ticks, - [138579] = 3, + [138659] = 3, ACTIONS(157), 1, anon_sym_POUND, - STATE(3186), 1, + STATE(3184), 1, sym_comment, - ACTIONS(4982), 5, + ACTIONS(5010), 5, sym_identifier, anon_sym_nothing, anon_sym_in, anon_sym_nu, anon_sym_env, - [138593] = 6, + [138673] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4856), 1, + anon_sym_LF, + STATE(3185), 1, + sym_comment, + ACTIONS(4854), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [138689] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2862), 1, + ACTIONS(2778), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5014), 1, aux_sym_path_token1, - STATE(494), 1, + STATE(2076), 1, sym__str_double_quotes, - STATE(3187), 1, + STATE(3186), 1, sym_comment, - ACTIONS(4984), 2, + ACTIONS(5012), 2, sym__str_single_quotes, sym__str_back_ticks, - [138613] = 4, + [138709] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4856), 1, + anon_sym_LF, + STATE(3187), 1, + sym_comment, + ACTIONS(4854), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [138725] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4972), 1, + ACTIONS(4670), 1, anon_sym_LF, STATE(3188), 1, sym_comment, - ACTIONS(4970), 4, + ACTIONS(4668), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [138629] = 3, - ACTIONS(157), 1, + [138741] = 4, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(4856), 1, + anon_sym_LF, STATE(3189), 1, sym_comment, - ACTIONS(4988), 5, + ACTIONS(4854), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [138757] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4856), 1, + anon_sym_LF, + STATE(3190), 1, + sym_comment, + ACTIONS(4854), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [138773] = 3, + ACTIONS(157), 1, + anon_sym_POUND, + STATE(3191), 1, + sym_comment, + ACTIONS(5016), 5, sym_identifier, anon_sym_nothing, anon_sym_in, anon_sym_nu, anon_sym_env, - [138643] = 7, + [138787] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4660), 1, - anon_sym_LPAREN, - ACTIONS(4662), 1, - sym_unescaped_interpolated_content, - ACTIONS(4990), 1, - anon_sym_SQUOTE, - STATE(3190), 1, + ACTIONS(4856), 1, + anon_sym_LF, + STATE(3192), 1, sym_comment, - STATE(3198), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(3464), 1, - sym_expr_interpolated, - [138665] = 4, + ACTIONS(4854), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [138803] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4972), 1, + ACTIONS(4856), 1, anon_sym_LF, - STATE(3191), 1, + STATE(3193), 1, sym_comment, - ACTIONS(4970), 4, + ACTIONS(4854), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [138681] = 4, + [138819] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4972), 1, + ACTIONS(4904), 1, anon_sym_LF, - STATE(3192), 1, + STATE(3194), 1, sym_comment, - ACTIONS(4970), 4, + ACTIONS(4902), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [138697] = 7, + [138835] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4660), 1, + ACTIONS(4680), 1, anon_sym_LPAREN, - ACTIONS(4662), 1, + ACTIONS(4682), 1, sym_unescaped_interpolated_content, - ACTIONS(4992), 1, + ACTIONS(5018), 1, anon_sym_SQUOTE, - STATE(3190), 1, + STATE(3127), 1, aux_sym__inter_single_quotes_repeat1, - STATE(3193), 1, + STATE(3195), 1, sym_comment, - STATE(3464), 1, + STATE(3473), 1, sym_expr_interpolated, - [138719] = 7, + [138857] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4660), 1, + ACTIONS(4680), 1, anon_sym_LPAREN, - ACTIONS(4662), 1, + ACTIONS(4682), 1, sym_unescaped_interpolated_content, - ACTIONS(4994), 1, + ACTIONS(5020), 1, anon_sym_SQUOTE, - STATE(3194), 1, + STATE(3196), 1, sym_comment, - STATE(3202), 1, + STATE(3204), 1, aux_sym__inter_single_quotes_repeat1, - STATE(3464), 1, + STATE(3473), 1, sym_expr_interpolated, - [138741] = 4, + [138879] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4972), 1, + ACTIONS(4856), 1, anon_sym_LF, - STATE(3195), 1, + STATE(3197), 1, sym_comment, - ACTIONS(4970), 4, + ACTIONS(4854), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [138757] = 4, + [138895] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4972), 1, + ACTIONS(4856), 1, anon_sym_LF, - STATE(3196), 1, + STATE(3198), 1, sym_comment, - ACTIONS(4970), 4, + ACTIONS(4854), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [138773] = 3, + [138911] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4666), 1, + anon_sym_LF, + STATE(3199), 1, + sym_comment, + ACTIONS(4664), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [138927] = 3, ACTIONS(157), 1, anon_sym_POUND, - STATE(3197), 1, + STATE(3200), 1, sym_comment, - ACTIONS(4996), 5, + ACTIONS(5022), 5, sym_identifier, anon_sym_nothing, anon_sym_in, anon_sym_nu, anon_sym_env, - [138787] = 6, + [138941] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4998), 1, - anon_sym_LPAREN, - ACTIONS(5001), 1, - sym_unescaped_interpolated_content, - ACTIONS(5004), 1, - anon_sym_SQUOTE, - STATE(3464), 1, - sym_expr_interpolated, - STATE(3198), 2, + ACTIONS(4856), 1, + anon_sym_LF, + STATE(3201), 1, sym_comment, - aux_sym__inter_single_quotes_repeat1, - [138807] = 3, + ACTIONS(4854), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [138957] = 3, ACTIONS(157), 1, anon_sym_POUND, - STATE(3199), 1, + STATE(3202), 1, sym_comment, - ACTIONS(5006), 5, + ACTIONS(5024), 5, sym_identifier, - anon_sym_GT, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [138821] = 4, + anon_sym_nothing, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [138971] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4972), 1, + ACTIONS(4670), 1, anon_sym_LF, - STATE(3200), 1, + STATE(3203), 1, sym_comment, - ACTIONS(4970), 4, + ACTIONS(4668), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [138837] = 3, - ACTIONS(157), 1, - anon_sym_POUND, - STATE(3201), 1, - sym_comment, - ACTIONS(5008), 5, - sym_identifier, - anon_sym_GT, - anon_sym_DQUOTE, - sym__str_single_quotes, - sym__str_back_ticks, - [138851] = 7, + [138987] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4660), 1, + ACTIONS(4680), 1, anon_sym_LPAREN, - ACTIONS(4662), 1, + ACTIONS(4682), 1, sym_unescaped_interpolated_content, - ACTIONS(5010), 1, + ACTIONS(5026), 1, anon_sym_SQUOTE, - STATE(3198), 1, + STATE(3127), 1, aux_sym__inter_single_quotes_repeat1, - STATE(3202), 1, + STATE(3204), 1, sym_comment, - STATE(3464), 1, + STATE(3473), 1, sym_expr_interpolated, - [138873] = 4, + [139009] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4972), 1, + ACTIONS(4856), 1, anon_sym_LF, - STATE(3203), 1, + STATE(3205), 1, sym_comment, - ACTIONS(4970), 4, + ACTIONS(4854), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [138889] = 6, + [139025] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5012), 1, + ACTIONS(5028), 1, anon_sym_DQUOTE, - ACTIONS(5016), 1, + ACTIONS(5032), 1, aux_sym_path_token1, - STATE(652), 1, + STATE(659), 1, sym__str_double_quotes, - STATE(3204), 1, + STATE(3206), 1, sym_comment, - ACTIONS(5014), 2, + ACTIONS(5030), 2, sym__str_single_quotes, sym__str_back_ticks, - [138909] = 6, + [139045] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4441), 1, + ACTIONS(5034), 1, anon_sym_DQUOTE, - ACTIONS(5020), 1, + ACTIONS(5038), 1, aux_sym_path_token1, - STATE(778), 1, + STATE(1848), 1, sym__str_double_quotes, - STATE(3205), 1, + STATE(3207), 1, sym_comment, - ACTIONS(5018), 2, + ACTIONS(5036), 2, sym__str_single_quotes, sym__str_back_ticks, - [138929] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4972), 1, - anon_sym_LF, - STATE(3206), 1, - sym_comment, - ACTIONS(4970), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [138945] = 7, + [139065] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4660), 1, + ACTIONS(4680), 1, anon_sym_LPAREN, - ACTIONS(4662), 1, + ACTIONS(4682), 1, sym_unescaped_interpolated_content, - ACTIONS(5022), 1, + ACTIONS(5040), 1, anon_sym_SQUOTE, - STATE(3198), 1, + STATE(3195), 1, aux_sym__inter_single_quotes_repeat1, - STATE(3207), 1, + STATE(3208), 1, sym_comment, - STATE(3464), 1, + STATE(3473), 1, sym_expr_interpolated, - [138967] = 7, + [139087] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4660), 1, - anon_sym_LPAREN, - ACTIONS(4662), 1, - sym_unescaped_interpolated_content, - ACTIONS(5024), 1, - anon_sym_SQUOTE, - STATE(3207), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(3208), 1, + ACTIONS(4670), 1, + anon_sym_LF, + STATE(3209), 1, sym_comment, - STATE(3464), 1, - sym_expr_interpolated, - [138989] = 3, + ACTIONS(4668), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [139103] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4670), 1, + anon_sym_LF, + STATE(3210), 1, + sym_comment, + ACTIONS(4668), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [139119] = 3, ACTIONS(157), 1, anon_sym_POUND, - STATE(3209), 1, + STATE(3211), 1, sym_comment, - ACTIONS(5026), 5, + ACTIONS(5042), 5, sym_identifier, anon_sym_nothing, anon_sym_in, anon_sym_nu, anon_sym_env, - [139003] = 5, + [139133] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5028), 1, - aux_sym_long_flag_token1, - STATE(3210), 1, + ACTIONS(4670), 1, + anon_sym_LF, + STATE(3212), 1, sym_comment, - ACTIONS(1310), 2, + ACTIONS(4668), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(1312), 2, - ts_builtin_sym_end, - anon_sym_LF, - [139021] = 4, + anon_sym_RBRACE, + [139149] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4972), 1, + ACTIONS(4670), 1, anon_sym_LF, - STATE(3211), 1, + STATE(3213), 1, sym_comment, - ACTIONS(4970), 4, + ACTIONS(4668), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [139037] = 6, + [139165] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2986), 1, + ACTIONS(5044), 1, anon_sym_DQUOTE, - ACTIONS(5032), 1, + ACTIONS(5048), 1, aux_sym_path_token1, - STATE(263), 1, + STATE(1957), 1, sym__str_double_quotes, - STATE(3212), 1, + STATE(3214), 1, sym_comment, - ACTIONS(5030), 2, + ACTIONS(5046), 2, sym__str_single_quotes, sym__str_back_ticks, - [139057] = 4, - ACTIONS(3), 1, + [139185] = 3, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4972), 1, - anon_sym_LF, - STATE(3213), 1, + STATE(3215), 1, sym_comment, - ACTIONS(4970), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_RBRACE, - [139073] = 4, + ACTIONS(5050), 5, + sym_identifier, + anon_sym_nothing, + anon_sym_in, + anon_sym_nu, + anon_sym_env, + [139199] = 6, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(2960), 1, + anon_sym_DQUOTE, + ACTIONS(5054), 1, + aux_sym_path_token1, + STATE(142), 1, + sym__str_double_quotes, + STATE(3216), 1, + sym_comment, + ACTIONS(5052), 2, + sym__str_single_quotes, + sym__str_back_ticks, + [139219] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4680), 1, + ACTIONS(4670), 1, anon_sym_LF, - STATE(3214), 1, + STATE(3217), 1, sym_comment, - ACTIONS(4678), 4, + ACTIONS(4668), 4, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_RBRACE, - [139089] = 7, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(4660), 1, - anon_sym_LPAREN, - ACTIONS(4662), 1, - sym_unescaped_interpolated_content, - ACTIONS(5034), 1, - anon_sym_SQUOTE, - STATE(3198), 1, - aux_sym__inter_single_quotes_repeat1, - STATE(3215), 1, - sym_comment, - STATE(3464), 1, - sym_expr_interpolated, - [139111] = 7, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(4692), 1, - anon_sym_DASH_DASH, - ACTIONS(4696), 1, - sym_short_flag, - ACTIONS(5036), 1, - anon_sym_in, - STATE(3216), 1, - sym_comment, - STATE(3722), 1, - sym__flag, - STATE(3727), 1, - sym_long_flag, - [139133] = 7, + [139235] = 7, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4894), 1, + ACTIONS(4706), 1, anon_sym_SEMI, - ACTIONS(4896), 1, + ACTIONS(4708), 1, anon_sym_LF, - ACTIONS(5038), 1, + ACTIONS(5056), 1, ts_builtin_sym_end, - STATE(3145), 1, + STATE(3073), 1, aux_sym__block_body_repeat1, - STATE(3217), 1, + STATE(3218), 1, sym_comment, - STATE(3517), 1, + STATE(3458), 1, sym__terminator, - [139155] = 3, + [139257] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(4670), 1, + anon_sym_LF, + STATE(3219), 1, + sym_comment, + ACTIONS(4668), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [139273] = 3, ACTIONS(157), 1, anon_sym_POUND, - STATE(3218), 1, + STATE(3220), 1, sym_comment, - ACTIONS(5040), 5, + ACTIONS(5058), 5, sym_identifier, anon_sym_nothing, anon_sym_in, anon_sym_nu, anon_sym_env, - [139169] = 7, - ACTIONS(157), 1, + [139287] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4692), 1, - anon_sym_DASH_DASH, - ACTIONS(4696), 1, - sym_short_flag, - ACTIONS(5042), 1, - anon_sym_in, - STATE(3219), 1, + ACTIONS(4670), 1, + anon_sym_LF, + STATE(3221), 1, sym_comment, - STATE(3724), 1, - sym__flag, - STATE(3727), 1, - sym_long_flag, - [139191] = 5, + ACTIONS(4668), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [139303] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5044), 1, - anon_sym_else, - STATE(3220), 1, + ACTIONS(4670), 1, + anon_sym_LF, + STATE(3222), 1, sym_comment, - ACTIONS(1636), 2, + ACTIONS(4668), 4, anon_sym_SEMI, + anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(1638), 2, - ts_builtin_sym_end, - anon_sym_LF, - [139209] = 7, - ACTIONS(157), 1, + anon_sym_RBRACE, + [139319] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4110), 1, - anon_sym_DOLLAR, - ACTIONS(4372), 1, - sym_identifier, - STATE(2180), 1, - sym__var, - STATE(3008), 1, - sym_val_variable, - STATE(3219), 1, - sym__variable_name, - STATE(3221), 1, + ACTIONS(4670), 1, + anon_sym_LF, + STATE(3223), 1, sym_comment, - [139231] = 5, + ACTIONS(4668), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_RBRACE, + [139335] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5046), 1, + ACTIONS(5060), 1, anon_sym_DQUOTE, - STATE(3222), 1, + STATE(3224), 1, sym_comment, - STATE(3288), 1, + STATE(3227), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(5048), 2, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [139248] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3223), 1, - sym_comment, - ACTIONS(4670), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4672), 2, - ts_builtin_sym_end, - anon_sym_LF, - [139263] = 6, + [139352] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3666), 1, + ACTIONS(3650), 1, anon_sym_LBRACE, - ACTIONS(5050), 1, + ACTIONS(5064), 1, anon_sym_COLON, - STATE(907), 1, + STATE(951), 1, sym_block, - STATE(3224), 1, + STATE(3225), 1, sym_comment, - STATE(3559), 1, + STATE(3543), 1, sym_returns, - [139282] = 6, + [139371] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3636), 1, + ACTIONS(3650), 1, anon_sym_LBRACE, - ACTIONS(5052), 1, - anon_sym_if, - STATE(746), 1, - sym_ctrl_if, - STATE(758), 1, + ACTIONS(5064), 1, + anon_sym_COLON, + STATE(949), 1, sym_block, - STATE(3225), 1, - sym_comment, - [139301] = 4, - ACTIONS(3), 1, - anon_sym_POUND, STATE(3226), 1, sym_comment, - ACTIONS(4678), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4680), 2, - ts_builtin_sym_end, - anon_sym_LF, - [139316] = 4, + STATE(3542), 1, + sym_returns, + [139390] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(5066), 1, + anon_sym_DQUOTE, STATE(3227), 1, sym_comment, - ACTIONS(4678), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4680), 2, - ts_builtin_sym_end, - anon_sym_LF, - [139331] = 4, - ACTIONS(3), 1, + STATE(3290), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [139407] = 6, + ACTIONS(157), 1, anon_sym_POUND, + ACTIONS(5068), 1, + anon_sym_LBRACK, + ACTIONS(5070), 1, + anon_sym_RBRACK, STATE(3228), 1, sym_comment, - ACTIONS(4678), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4680), 2, - ts_builtin_sym_end, - anon_sym_LF, - [139346] = 4, + STATE(3286), 1, + aux_sym_val_table_repeat1, + STATE(3567), 1, + sym_val_list, + [139426] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(5072), 1, + anon_sym_DQUOTE, STATE(3229), 1, sym_comment, - ACTIONS(4678), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4680), 2, - ts_builtin_sym_end, - anon_sym_LF, - [139361] = 4, + STATE(3230), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [139443] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(5074), 1, + anon_sym_DQUOTE, STATE(3230), 1, sym_comment, - ACTIONS(4678), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4680), 2, - ts_builtin_sym_end, - anon_sym_LF, - [139376] = 5, + STATE(3290), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [139460] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5054), 1, + ACTIONS(5076), 1, anon_sym_DQUOTE, STATE(3231), 1, sym_comment, - STATE(3236), 1, + STATE(3238), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(5048), 2, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [139393] = 4, - ACTIONS(3), 1, + [139477] = 6, + ACTIONS(157), 1, anon_sym_POUND, + ACTIONS(5068), 1, + anon_sym_LBRACK, + ACTIONS(5078), 1, + anon_sym_RBRACK, + STATE(3228), 1, + aux_sym_val_table_repeat1, STATE(3232), 1, sym_comment, - ACTIONS(4678), 2, + STATE(3567), 1, + sym_val_list, + [139496] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3233), 1, + sym_comment, + ACTIONS(4664), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4680), 2, + ACTIONS(4666), 2, ts_builtin_sym_end, anon_sym_LF, - [139408] = 5, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(5056), 1, - anon_sym_LBRACE, - STATE(771), 1, - sym__blosure, - STATE(3233), 1, - sym_comment, - STATE(767), 2, - sym_block, - sym_val_closure, - [139425] = 4, + [139511] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(5080), 1, + anon_sym_DQUOTE, STATE(3234), 1, sym_comment, - ACTIONS(4970), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4972), 2, - ts_builtin_sym_end, - anon_sym_LF, - [139440] = 6, - ACTIONS(157), 1, + STATE(3290), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [139528] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3636), 1, - anon_sym_LBRACE, - ACTIONS(5050), 1, - anon_sym_COLON, - STATE(886), 1, - sym_block, + ACTIONS(5082), 1, + anon_sym_DQUOTE, + STATE(3234), 1, + aux_sym__str_double_quotes_repeat1, STATE(3235), 1, sym_comment, - STATE(3552), 1, - sym_returns, - [139459] = 5, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [139545] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5058), 1, + ACTIONS(5084), 1, anon_sym_DQUOTE, STATE(3236), 1, sym_comment, - STATE(3288), 1, + STATE(3290), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(5048), 2, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [139476] = 6, - ACTIONS(157), 1, + [139562] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3636), 1, - anon_sym_LBRACE, - ACTIONS(5050), 1, - anon_sym_COLON, - STATE(887), 1, - sym_block, + ACTIONS(5086), 1, + anon_sym_DQUOTE, STATE(3237), 1, sym_comment, - STATE(3550), 1, - sym_returns, - [139495] = 6, - ACTIONS(157), 1, + STATE(3240), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [139579] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5060), 1, - anon_sym_LBRACK, - ACTIONS(5062), 1, - anon_sym_RBRACK, + ACTIONS(5088), 1, + anon_sym_DQUOTE, STATE(3238), 1, sym_comment, - STATE(3399), 1, - aux_sym_val_table_repeat1, - STATE(3564), 1, - sym_val_list, - [139514] = 6, - ACTIONS(157), 1, + STATE(3290), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [139596] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3636), 1, - anon_sym_LBRACE, - ACTIONS(5064), 1, - anon_sym_if, - STATE(746), 1, - sym_ctrl_if, - STATE(758), 1, - sym_block, + ACTIONS(5090), 1, + anon_sym_DQUOTE, + STATE(3236), 1, + aux_sym__str_double_quotes_repeat1, STATE(3239), 1, sym_comment, - [139533] = 6, - ACTIONS(157), 1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [139613] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5066), 1, - anon_sym_use, - ACTIONS(5068), 1, - anon_sym_list, - ACTIONS(5070), 1, - anon_sym_hide, - ACTIONS(5072), 1, - anon_sym_new, + ACTIONS(5092), 1, + anon_sym_DQUOTE, STATE(3240), 1, sym_comment, - [139552] = 6, - ACTIONS(157), 1, + STATE(3290), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [139630] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5060), 1, - anon_sym_LBRACK, - ACTIONS(5074), 1, - anon_sym_RBRACK, + ACTIONS(5094), 1, + anon_sym_DQUOTE, STATE(3241), 1, sym_comment, - STATE(3245), 1, - aux_sym_val_table_repeat1, - STATE(3564), 1, - sym_val_list, - [139571] = 6, - ACTIONS(157), 1, + STATE(3242), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [139647] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5076), 1, - anon_sym_LBRACK, - ACTIONS(5078), 1, - anon_sym_LPAREN, - STATE(743), 1, - sym_parameter_bracks, - STATE(769), 1, - sym_parameter_parens, + ACTIONS(5096), 1, + anon_sym_DQUOTE, STATE(3242), 1, sym_comment, - [139590] = 6, + STATE(3290), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [139664] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5060), 1, + ACTIONS(5068), 1, anon_sym_LBRACK, - ACTIONS(5080), 1, + ACTIONS(5098), 1, anon_sym_RBRACK, - STATE(3238), 1, - aux_sym_val_table_repeat1, STATE(3243), 1, sym_comment, - STATE(3564), 1, + STATE(3247), 1, + aux_sym_val_table_repeat1, + STATE(3567), 1, sym_val_list, - [139609] = 5, + [139683] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5082), 1, + ACTIONS(5100), 1, anon_sym_DQUOTE, STATE(3244), 1, sym_comment, - STATE(3357), 1, + STATE(3290), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [139700] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5102), 1, + anon_sym_DQUOTE, + STATE(3244), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(5048), 2, + STATE(3245), 1, + sym_comment, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [139626] = 6, + [139717] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5060), 1, + ACTIONS(5068), 1, anon_sym_LBRACK, - ACTIONS(5084), 1, + ACTIONS(5104), 1, anon_sym_RBRACK, - STATE(3245), 1, + STATE(3246), 1, sym_comment, - STATE(3399), 1, + STATE(3286), 1, aux_sym_val_table_repeat1, - STATE(3564), 1, + STATE(3567), 1, sym_val_list, - [139645] = 6, + [139736] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3636), 1, - anon_sym_LBRACE, - ACTIONS(5050), 1, - anon_sym_COLON, - STATE(821), 1, - sym_block, - STATE(3246), 1, - sym_comment, - STATE(3558), 1, - sym_returns, - [139664] = 4, - ACTIONS(3), 1, - anon_sym_POUND, + ACTIONS(5068), 1, + anon_sym_LBRACK, + ACTIONS(5106), 1, + anon_sym_RBRACK, STATE(3247), 1, sym_comment, - ACTIONS(4652), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4654), 2, - ts_builtin_sym_end, - anon_sym_LF, - [139679] = 4, + STATE(3286), 1, + aux_sym_val_table_repeat1, + STATE(3567), 1, + sym_val_list, + [139755] = 4, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(5110), 1, + anon_sym_LF, STATE(3248), 1, sym_comment, - ACTIONS(4678), 2, + ACTIONS(5108), 3, anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4680), 2, - ts_builtin_sym_end, - anon_sym_LF, - [139694] = 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + [139770] = 4, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(5114), 1, + anon_sym_LF, STATE(3249), 1, sym_comment, - ACTIONS(4678), 2, + ACTIONS(5112), 3, anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4680), 2, - ts_builtin_sym_end, - anon_sym_LF, - [139709] = 4, + anon_sym_RPAREN, + anon_sym_RBRACE, + [139785] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(3250), 1, sym_comment, - ACTIONS(4678), 2, + ACTIONS(4668), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4680), 2, + ACTIONS(4670), 2, ts_builtin_sym_end, anon_sym_LF, - [139724] = 4, + [139800] = 4, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(5116), 1, + anon_sym_LPAREN, STATE(3251), 1, sym_comment, - ACTIONS(4678), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4680), 2, - ts_builtin_sym_end, - anon_sym_LF, - [139739] = 4, - ACTIONS(3), 1, + ACTIONS(5118), 3, + sym_escaped_interpolated_content, + anon_sym_DQUOTE2, + sym_inter_escape_sequence, + [139815] = 6, + ACTIONS(157), 1, anon_sym_POUND, + ACTIONS(5068), 1, + anon_sym_LBRACK, + ACTIONS(5120), 1, + anon_sym_RBRACK, STATE(3252), 1, sym_comment, - ACTIONS(4678), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4680), 2, - ts_builtin_sym_end, - anon_sym_LF, - [139754] = 4, + STATE(3286), 1, + aux_sym_val_table_repeat1, + STATE(3567), 1, + sym_val_list, + [139834] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(5122), 1, + anon_sym_DQUOTE, STATE(3253), 1, sym_comment, - ACTIONS(4678), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4680), 2, - ts_builtin_sym_end, - anon_sym_LF, - [139769] = 4, + STATE(3256), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [139851] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(3254), 1, sym_comment, - ACTIONS(4970), 2, + ACTIONS(4854), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4972), 2, + ACTIONS(4856), 2, ts_builtin_sym_end, anon_sym_LF, - [139784] = 4, + [139866] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(3255), 1, sym_comment, - ACTIONS(4970), 2, + ACTIONS(4668), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4972), 2, + ACTIONS(4670), 2, ts_builtin_sym_end, anon_sym_LF, - [139799] = 4, + [139881] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(5124), 1, + anon_sym_DQUOTE, STATE(3256), 1, sym_comment, - ACTIONS(4970), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4972), 2, - ts_builtin_sym_end, - anon_sym_LF, - [139814] = 4, - ACTIONS(3), 1, + STATE(3290), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [139898] = 6, + ACTIONS(157), 1, anon_sym_POUND, + ACTIONS(5068), 1, + anon_sym_LBRACK, + ACTIONS(5126), 1, + anon_sym_RBRACK, + STATE(3252), 1, + aux_sym_val_table_repeat1, STATE(3257), 1, sym_comment, - ACTIONS(4970), 2, + STATE(3567), 1, + sym_val_list, + [139917] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3258), 1, + sym_comment, + ACTIONS(4668), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4972), 2, + ACTIONS(4670), 2, ts_builtin_sym_end, anon_sym_LF, - [139829] = 6, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3636), 1, - anon_sym_LBRACE, - ACTIONS(5050), 1, - anon_sym_COLON, - STATE(824), 1, - sym_block, - STATE(3258), 1, - sym_comment, - STATE(3562), 1, - sym_returns, - [139848] = 4, + [139932] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(5128), 1, + anon_sym_DQUOTE, STATE(3259), 1, sym_comment, - ACTIONS(4970), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4972), 2, - ts_builtin_sym_end, - anon_sym_LF, - [139863] = 6, - ACTIONS(157), 1, + STATE(3290), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [139949] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5060), 1, - anon_sym_LBRACK, - ACTIONS(5086), 1, - anon_sym_RBRACK, + ACTIONS(5130), 1, + anon_sym_DQUOTE, STATE(3260), 1, sym_comment, - STATE(3399), 1, - aux_sym_val_table_repeat1, - STATE(3564), 1, - sym_val_list, - [139882] = 4, + STATE(3261), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [139966] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(5132), 1, + anon_sym_DQUOTE, STATE(3261), 1, sym_comment, - ACTIONS(4970), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4972), 2, - ts_builtin_sym_end, - anon_sym_LF, - [139897] = 4, + STATE(3290), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [139983] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(5134), 1, + anon_sym_DQUOTE, + STATE(3259), 1, + aux_sym__str_double_quotes_repeat1, STATE(3262), 1, sym_comment, - ACTIONS(4970), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4972), 2, - ts_builtin_sym_end, - anon_sym_LF, - [139912] = 4, - ACTIONS(3), 1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [140000] = 6, + ACTIONS(157), 1, anon_sym_POUND, + ACTIONS(3650), 1, + anon_sym_LBRACE, + ACTIONS(5136), 1, + anon_sym_if, + STATE(894), 1, + sym_block, + STATE(896), 1, + sym_ctrl_if, STATE(3263), 1, sym_comment, - ACTIONS(4970), 2, + [140019] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3264), 1, + sym_comment, + ACTIONS(4906), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4972), 2, + ACTIONS(4908), 2, ts_builtin_sym_end, anon_sym_LF, - [139927] = 5, + [140034] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5088), 1, + ACTIONS(5138), 1, anon_sym_DQUOTE, - STATE(3264), 1, + STATE(3265), 1, sym_comment, - STATE(3271), 1, + STATE(3267), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(5048), 2, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [139944] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3265), 1, - sym_comment, - ACTIONS(4652), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4654), 2, - ts_builtin_sym_end, - anon_sym_LF, - [139959] = 4, + [140051] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(5140), 1, + anon_sym_DQUOTE, STATE(3266), 1, sym_comment, - ACTIONS(4970), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4972), 2, - ts_builtin_sym_end, - anon_sym_LF, - [139974] = 4, + STATE(3273), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [140068] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(5142), 1, + anon_sym_DQUOTE, STATE(3267), 1, sym_comment, - ACTIONS(4970), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4972), 2, - ts_builtin_sym_end, - anon_sym_LF, - [139989] = 6, + STATE(3290), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [140085] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4894), 1, - anon_sym_SEMI, - ACTIONS(4896), 1, - anon_sym_LF, - ACTIONS(5090), 1, - ts_builtin_sym_end, - STATE(909), 1, - sym__terminator, + ACTIONS(5144), 1, + anon_sym_DQUOTE, STATE(3268), 1, sym_comment, - [140008] = 4, + STATE(3269), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [140102] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(5146), 1, + anon_sym_DQUOTE, STATE(3269), 1, sym_comment, - ACTIONS(4970), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4972), 2, - ts_builtin_sym_end, - anon_sym_LF, - [140023] = 4, + STATE(3290), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [140119] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(5148), 1, + anon_sym_DQUOTE, STATE(3270), 1, sym_comment, - ACTIONS(4652), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4654), 2, - ts_builtin_sym_end, - anon_sym_LF, - [140038] = 5, + STATE(3359), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [140136] = 6, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(5068), 1, + anon_sym_LBRACK, + ACTIONS(5150), 1, + anon_sym_RBRACK, + STATE(3271), 1, + sym_comment, + STATE(3286), 1, + aux_sym_val_table_repeat1, + STATE(3567), 1, + sym_val_list, + [140155] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5092), 1, + ACTIONS(5152), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3272), 1, sym_comment, - STATE(3288), 1, + STATE(3290), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(5048), 2, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [140055] = 4, + [140172] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3272), 1, + ACTIONS(5154), 1, + anon_sym_DQUOTE, + STATE(3273), 1, sym_comment, - ACTIONS(4652), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4654), 2, - ts_builtin_sym_end, - anon_sym_LF, - [140070] = 4, + STATE(3290), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [140189] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3273), 1, + ACTIONS(5156), 1, + anon_sym_DQUOTE, + STATE(3274), 1, sym_comment, - ACTIONS(4652), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4654), 2, - ts_builtin_sym_end, - anon_sym_LF, - [140085] = 6, + STATE(3275), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [140206] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5158), 1, + anon_sym_DQUOTE, + STATE(3275), 1, + sym_comment, + STATE(3290), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [140223] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5060), 1, + ACTIONS(5068), 1, anon_sym_LBRACK, - ACTIONS(5094), 1, + ACTIONS(5160), 1, anon_sym_RBRACK, - STATE(3260), 1, + STATE(3271), 1, aux_sym_val_table_repeat1, - STATE(3274), 1, + STATE(3276), 1, sym_comment, - STATE(3564), 1, + STATE(3567), 1, sym_val_list, - [140104] = 4, + [140242] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3275), 1, + STATE(3277), 1, sym_comment, - ACTIONS(4652), 2, + ACTIONS(4668), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4654), 2, + ACTIONS(4670), 2, ts_builtin_sym_end, anon_sym_LF, - [140119] = 6, + [140257] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5060), 1, + ACTIONS(5068), 1, anon_sym_LBRACK, - ACTIONS(5096), 1, + ACTIONS(5162), 1, anon_sym_RBRACK, - STATE(3276), 1, + STATE(3278), 1, sym_comment, - STATE(3280), 1, + STATE(3282), 1, aux_sym_val_table_repeat1, - STATE(3564), 1, + STATE(3567), 1, sym_val_list, - [140138] = 4, + [140276] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3277), 1, + ACTIONS(5164), 1, + anon_sym_DQUOTE, + STATE(3272), 1, + aux_sym__str_double_quotes_repeat1, + STATE(3279), 1, sym_comment, - ACTIONS(4652), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4654), 2, - ts_builtin_sym_end, - anon_sym_LF, - [140153] = 5, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [140293] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5098), 1, + ACTIONS(5166), 1, anon_sym_DQUOTE, - STATE(3278), 1, + STATE(3280), 1, sym_comment, - STATE(3288), 1, + STATE(3290), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(5048), 2, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [140170] = 5, + [140310] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5100), 1, + ACTIONS(5168), 1, anon_sym_DQUOTE, - STATE(3279), 1, + STATE(3281), 1, sym_comment, - STATE(3289), 1, + STATE(3287), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(5048), 2, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [140187] = 6, + [140327] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5060), 1, + ACTIONS(5068), 1, anon_sym_LBRACK, - ACTIONS(5102), 1, + ACTIONS(5170), 1, anon_sym_RBRACK, - STATE(3280), 1, + STATE(3282), 1, sym_comment, - STATE(3399), 1, + STATE(3286), 1, aux_sym_val_table_repeat1, - STATE(3564), 1, + STATE(3567), 1, sym_val_list, - [140206] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3281), 1, - sym_comment, - ACTIONS(4970), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4972), 2, - ts_builtin_sym_end, - anon_sym_LF, - [140221] = 4, + [140346] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3282), 1, + STATE(3283), 1, sym_comment, - ACTIONS(4652), 2, + ACTIONS(4668), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4654), 2, + ACTIONS(4670), 2, ts_builtin_sym_end, anon_sym_LF, - [140236] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5104), 1, - anon_sym_DQUOTE, - STATE(3283), 1, - sym_comment, - STATE(3288), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [140253] = 4, + [140361] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(3284), 1, sym_comment, - ACTIONS(4652), 2, + ACTIONS(4668), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4654), 2, + ACTIONS(4670), 2, ts_builtin_sym_end, anon_sym_LF, - [140268] = 4, + [140376] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(3285), 1, sym_comment, - ACTIONS(4678), 2, + ACTIONS(4668), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4680), 2, + ACTIONS(4670), 2, ts_builtin_sym_end, anon_sym_LF, - [140283] = 6, + [140391] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5106), 1, + ACTIONS(5172), 1, anon_sym_LBRACK, - ACTIONS(5108), 1, - anon_sym_LPAREN, - STATE(3286), 1, + ACTIONS(5175), 1, + anon_sym_RBRACK, + STATE(3567), 1, + sym_val_list, + STATE(3286), 2, sym_comment, - STATE(3388), 1, - sym_parameter_bracks, - STATE(3389), 1, - sym_parameter_parens, - [140302] = 6, - ACTIONS(157), 1, + aux_sym_val_table_repeat1, + [140408] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5110), 1, - anon_sym_LBRACK, - ACTIONS(5112), 1, - anon_sym_LPAREN, - STATE(823), 1, - sym_parameter_bracks, - STATE(834), 1, - sym_parameter_parens, + ACTIONS(5177), 1, + anon_sym_DQUOTE, STATE(3287), 1, sym_comment, - [140321] = 4, + STATE(3290), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [140425] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5114), 1, + ACTIONS(5179), 1, anon_sym_DQUOTE, - ACTIONS(5116), 2, + STATE(3280), 1, + aux_sym__str_double_quotes_repeat1, + STATE(3288), 1, + sym_comment, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - STATE(3288), 2, - sym_comment, - aux_sym__str_double_quotes_repeat1, - [140336] = 5, + [140442] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5119), 1, + ACTIONS(5181), 1, anon_sym_DQUOTE, - STATE(3288), 1, - aux_sym__str_double_quotes_repeat1, STATE(3289), 1, sym_comment, - ACTIONS(5048), 2, + STATE(3290), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [140353] = 6, - ACTIONS(157), 1, + [140459] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5060), 1, - anon_sym_LBRACK, - ACTIONS(5121), 1, - anon_sym_RBRACK, - STATE(3290), 1, + ACTIONS(5183), 1, + anon_sym_DQUOTE, + ACTIONS(5185), 2, + sym__escaped_str_content, + sym_escape_sequence, + STATE(3290), 2, sym_comment, - STATE(3293), 1, - aux_sym_val_table_repeat1, - STATE(3564), 1, - sym_val_list, - [140372] = 5, - ACTIONS(157), 1, + aux_sym__str_double_quotes_repeat1, + [140474] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5123), 1, - anon_sym_LBRACE, - STATE(876), 1, - sym__blosure, STATE(3291), 1, sym_comment, - STATE(726), 2, - sym_block, - sym_val_closure, - [140389] = 6, - ACTIONS(157), 1, + ACTIONS(4668), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4670), 2, + ts_builtin_sym_end, + anon_sym_LF, + [140489] = 6, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5076), 1, - anon_sym_LBRACK, - ACTIONS(5078), 1, - anon_sym_LPAREN, - STATE(784), 1, - sym_parameter_parens, - STATE(789), 1, - sym_parameter_bracks, + ACTIONS(4706), 1, + anon_sym_SEMI, + ACTIONS(4708), 1, + anon_sym_LF, + ACTIONS(5188), 1, + ts_builtin_sym_end, + STATE(922), 1, + sym__terminator, STATE(3292), 1, sym_comment, - [140408] = 6, - ACTIONS(157), 1, + [140508] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5060), 1, - anon_sym_LBRACK, - ACTIONS(5125), 1, - anon_sym_RBRACK, + ACTIONS(5190), 1, + anon_sym_DQUOTE, + STATE(3289), 1, + aux_sym__str_double_quotes_repeat1, STATE(3293), 1, sym_comment, - STATE(3399), 1, - aux_sym_val_table_repeat1, - STATE(3564), 1, - sym_val_list, - [140427] = 6, - ACTIONS(157), 1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [140525] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3666), 1, - anon_sym_LBRACE, - ACTIONS(5127), 1, - anon_sym_if, - STATE(843), 1, - sym_ctrl_if, - STATE(844), 1, - sym_block, + ACTIONS(5192), 1, + anon_sym_DQUOTE, STATE(3294), 1, sym_comment, - [140446] = 4, - ACTIONS(3), 1, + STATE(3296), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [140542] = 6, + ACTIONS(157), 1, anon_sym_POUND, + ACTIONS(5068), 1, + anon_sym_LBRACK, + ACTIONS(5194), 1, + anon_sym_RBRACK, + STATE(3286), 1, + aux_sym_val_table_repeat1, STATE(3295), 1, sym_comment, - ACTIONS(4652), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4654), 2, - ts_builtin_sym_end, - anon_sym_LF, - [140461] = 4, + STATE(3567), 1, + sym_val_list, + [140561] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(5196), 1, + anon_sym_DQUOTE, + STATE(3290), 1, + aux_sym__str_double_quotes_repeat1, STATE(3296), 1, sym_comment, - ACTIONS(4652), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4654), 2, - ts_builtin_sym_end, - anon_sym_LF, - [140476] = 5, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [140578] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5129), 1, + ACTIONS(5198), 1, anon_sym_DQUOTE, - STATE(3278), 1, - aux_sym__str_double_quotes_repeat1, STATE(3297), 1, sym_comment, - ACTIONS(5048), 2, + STATE(3302), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [140493] = 6, + [140595] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5106), 1, + ACTIONS(5068), 1, anon_sym_LBRACK, - ACTIONS(5108), 1, - anon_sym_LPAREN, - STATE(3235), 1, - sym_parameter_parens, - STATE(3237), 1, - sym_parameter_bracks, + ACTIONS(5200), 1, + anon_sym_RBRACK, + STATE(3295), 1, + aux_sym_val_table_repeat1, STATE(3298), 1, sym_comment, - [140512] = 5, + STATE(3567), 1, + sym_val_list, + [140614] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5131), 1, - anon_sym_DQUOTE, STATE(3299), 1, sym_comment, - STATE(3306), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [140529] = 4, + ACTIONS(4668), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4670), 2, + ts_builtin_sym_end, + anon_sym_LF, + [140629] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(3300), 1, sym_comment, - ACTIONS(4652), 2, + ACTIONS(4668), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4654), 2, + ACTIONS(4670), 2, ts_builtin_sym_end, anon_sym_LF, - [140544] = 5, + [140644] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5133), 1, + ACTIONS(5202), 1, anon_sym_DQUOTE, - STATE(3283), 1, - aux_sym__str_double_quotes_repeat1, STATE(3301), 1, sym_comment, - ACTIONS(5048), 2, + STATE(3308), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [140561] = 6, - ACTIONS(157), 1, + [140661] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5135), 1, - anon_sym_use, - ACTIONS(5137), 1, - anon_sym_list, - ACTIONS(5139), 1, - anon_sym_hide, - ACTIONS(5141), 1, - anon_sym_new, + ACTIONS(5204), 1, + anon_sym_DQUOTE, + STATE(3290), 1, + aux_sym__str_double_quotes_repeat1, STATE(3302), 1, sym_comment, - [140580] = 4, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [140678] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(5206), 1, + anon_sym_DQUOTE, + STATE(3290), 1, + aux_sym__str_double_quotes_repeat1, STATE(3303), 1, sym_comment, - ACTIONS(4652), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4654), 2, - ts_builtin_sym_end, - anon_sym_LF, - [140595] = 4, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [140695] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(3304), 1, sym_comment, - ACTIONS(4846), 2, + ACTIONS(4668), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4848), 2, + ACTIONS(4670), 2, ts_builtin_sym_end, anon_sym_LF, - [140610] = 4, + [140710] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(3305), 1, sym_comment, - ACTIONS(4846), 2, + ACTIONS(4834), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4848), 2, + ACTIONS(4836), 2, ts_builtin_sym_end, anon_sym_LF, - [140625] = 5, + [140725] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5143), 1, - anon_sym_DQUOTE, - STATE(3288), 1, - aux_sym__str_double_quotes_repeat1, STATE(3306), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [140642] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3307), 1, - sym_comment, - ACTIONS(4846), 2, + ACTIONS(4668), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4848), 2, + ACTIONS(4670), 2, ts_builtin_sym_end, anon_sym_LF, - [140657] = 6, + [140740] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5106), 1, + ACTIONS(5068), 1, anon_sym_LBRACK, - ACTIONS(5108), 1, - anon_sym_LPAREN, - STATE(3246), 1, - sym_parameter_bracks, - STATE(3258), 1, - sym_parameter_parens, + ACTIONS(5208), 1, + anon_sym_RBRACK, + STATE(3286), 1, + aux_sym_val_table_repeat1, + STATE(3307), 1, + sym_comment, + STATE(3567), 1, + sym_val_list, + [140759] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5210), 1, + anon_sym_DQUOTE, + STATE(3290), 1, + aux_sym__str_double_quotes_repeat1, STATE(3308), 1, sym_comment, - [140676] = 4, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [140776] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5147), 1, - anon_sym_LF, + ACTIONS(5212), 1, + anon_sym_DQUOTE, STATE(3309), 1, sym_comment, - ACTIONS(5145), 3, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [140691] = 4, - ACTIONS(3), 1, + STATE(3353), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [140793] = 6, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5151), 1, - anon_sym_LF, + ACTIONS(5214), 1, + anon_sym_use, + ACTIONS(5216), 1, + anon_sym_list, + ACTIONS(5218), 1, + anon_sym_hide, + ACTIONS(5220), 1, + anon_sym_new, STATE(3310), 1, sym_comment, - ACTIONS(5149), 3, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [140706] = 6, + [140812] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5222), 1, + anon_sym_DQUOTE, + STATE(3303), 1, + aux_sym__str_double_quotes_repeat1, + STATE(3311), 1, + sym_comment, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [140829] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5060), 1, + ACTIONS(5068), 1, anon_sym_LBRACK, - ACTIONS(5153), 1, + ACTIONS(5224), 1, anon_sym_RBRACK, - STATE(3311), 1, - sym_comment, - STATE(3315), 1, + STATE(3307), 1, aux_sym_val_table_repeat1, - STATE(3564), 1, + STATE(3312), 1, + sym_comment, + STATE(3567), 1, sym_val_list, - [140725] = 4, - ACTIONS(3), 1, + [140848] = 6, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5155), 1, - anon_sym_LPAREN, - STATE(3312), 1, + ACTIONS(5068), 1, + anon_sym_LBRACK, + ACTIONS(5226), 1, + anon_sym_RBRACK, + STATE(3313), 1, sym_comment, - ACTIONS(5157), 3, - sym_escaped_interpolated_content, - anon_sym_DQUOTE2, - sym_inter_escape_sequence, - [140740] = 5, + STATE(3317), 1, + aux_sym_val_table_repeat1, + STATE(3567), 1, + sym_val_list, + [140867] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5159), 1, + ACTIONS(5228), 1, anon_sym_DQUOTE, - STATE(3313), 1, + STATE(3314), 1, sym_comment, - STATE(3330), 1, + STATE(3422), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(5048), 2, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [140757] = 4, + [140884] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3314), 1, + STATE(3315), 1, sym_comment, - ACTIONS(4846), 2, + ACTIONS(4854), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4848), 2, + ACTIONS(4856), 2, ts_builtin_sym_end, anon_sym_LF, - [140772] = 6, + [140899] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5060), 1, + ACTIONS(5230), 1, anon_sym_LBRACK, - ACTIONS(5161), 1, - anon_sym_RBRACK, - STATE(3315), 1, + ACTIONS(5232), 1, + anon_sym_LPAREN, + STATE(770), 1, + sym_parameter_parens, + STATE(774), 1, + sym_parameter_bracks, + STATE(3316), 1, sym_comment, - STATE(3399), 1, + [140918] = 6, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(5068), 1, + anon_sym_LBRACK, + ACTIONS(5234), 1, + anon_sym_RBRACK, + STATE(3286), 1, aux_sym_val_table_repeat1, - STATE(3564), 1, + STATE(3317), 1, + sym_comment, + STATE(3567), 1, sym_val_list, - [140791] = 5, + [140937] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5163), 1, - anon_sym_DQUOTE, - STATE(3288), 1, - aux_sym__str_double_quotes_repeat1, - STATE(3316), 1, + STATE(3318), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [140808] = 5, + ACTIONS(4854), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4856), 2, + ts_builtin_sym_end, + anon_sym_LF, + [140952] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5165), 1, - anon_sym_DQUOTE, - STATE(3316), 1, - aux_sym__str_double_quotes_repeat1, - STATE(3317), 1, + STATE(3319), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [140825] = 5, + ACTIONS(4854), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4856), 2, + ts_builtin_sym_end, + anon_sym_LF, + [140967] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5167), 1, + ACTIONS(5236), 1, anon_sym_DQUOTE, - STATE(3288), 1, + STATE(3290), 1, aux_sym__str_double_quotes_repeat1, - STATE(3318), 1, + STATE(3320), 1, sym_comment, - ACTIONS(5048), 2, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [140842] = 5, + [140984] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5169), 1, + ACTIONS(5238), 1, anon_sym_LBRACE, - STATE(876), 1, + STATE(879), 1, sym__blosure, - STATE(3319), 1, + STATE(3321), 1, sym_comment, - STATE(883), 2, + STATE(811), 2, sym_block, sym_val_closure, - [140859] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5173), 1, - anon_sym_LF, - STATE(3320), 1, - sym_comment, - ACTIONS(5171), 3, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [140874] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5175), 1, - anon_sym_DQUOTE, - STATE(3318), 1, - aux_sym__str_double_quotes_repeat1, - STATE(3321), 1, - sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [140891] = 5, + [141001] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5177), 1, - anon_sym_DQUOTE, - STATE(3288), 1, - aux_sym__str_double_quotes_repeat1, STATE(3322), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [140908] = 5, + ACTIONS(4834), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4836), 2, + ts_builtin_sym_end, + anon_sym_LF, + [141016] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5179), 1, - anon_sym_DQUOTE, - STATE(3322), 1, - aux_sym__str_double_quotes_repeat1, STATE(3323), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [140925] = 5, + ACTIONS(4854), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4856), 2, + ts_builtin_sym_end, + anon_sym_LF, + [141031] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5181), 1, - anon_sym_DQUOTE, - STATE(3288), 1, - aux_sym__str_double_quotes_repeat1, STATE(3324), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [140942] = 5, + ACTIONS(4834), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4836), 2, + ts_builtin_sym_end, + anon_sym_LF, + [141046] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5183), 1, - anon_sym_DQUOTE, - STATE(3324), 1, - aux_sym__str_double_quotes_repeat1, STATE(3325), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [140959] = 5, + ACTIONS(4854), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4856), 2, + ts_builtin_sym_end, + anon_sym_LF, + [141061] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5185), 1, - anon_sym_DQUOTE, - STATE(3288), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(5242), 1, + anon_sym_LF, STATE(3326), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [140976] = 5, + ACTIONS(5240), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [141076] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5187), 1, - anon_sym_DQUOTE, - STATE(3326), 1, - aux_sym__str_double_quotes_repeat1, STATE(3327), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [140993] = 5, + ACTIONS(4834), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4836), 2, + ts_builtin_sym_end, + anon_sym_LF, + [141091] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5189), 1, - anon_sym_DQUOTE, - STATE(3288), 1, - aux_sym__str_double_quotes_repeat1, STATE(3328), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [141010] = 5, + ACTIONS(4854), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4856), 2, + ts_builtin_sym_end, + anon_sym_LF, + [141106] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5191), 1, - anon_sym_DQUOTE, - STATE(3328), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(5246), 1, + anon_sym_LF, STATE(3329), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [141027] = 5, - ACTIONS(3), 1, + ACTIONS(5244), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [141121] = 6, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5193), 1, - anon_sym_DQUOTE, - STATE(3288), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(5248), 1, + anon_sym_LBRACK, + ACTIONS(5250), 1, + anon_sym_LPAREN, STATE(3330), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [141044] = 5, + STATE(3390), 1, + sym_parameter_bracks, + STATE(3391), 1, + sym_parameter_parens, + [141140] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5195), 1, - anon_sym_DQUOTE, - STATE(3288), 1, - aux_sym__str_double_quotes_repeat1, STATE(3331), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [141061] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5199), 1, + ACTIONS(4854), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4856), 2, + ts_builtin_sym_end, anon_sym_LF, + [141155] = 6, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(5252), 1, + anon_sym_LBRACK, + ACTIONS(5254), 1, + anon_sym_LPAREN, + STATE(903), 1, + sym_parameter_bracks, + STATE(906), 1, + sym_parameter_parens, STATE(3332), 1, sym_comment, - ACTIONS(5197), 3, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [141076] = 4, + [141174] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2054), 1, - anon_sym_LF, STATE(3333), 1, sym_comment, - ACTIONS(1994), 3, + ACTIONS(4834), 2, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [141091] = 5, + anon_sym_PIPE, + ACTIONS(4836), 2, + ts_builtin_sym_end, + anon_sym_LF, + [141189] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5201), 1, - anon_sym_DQUOTE, - STATE(3222), 1, - aux_sym__str_double_quotes_repeat1, STATE(3334), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [141108] = 5, + ACTIONS(4854), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4856), 2, + ts_builtin_sym_end, + anon_sym_LF, + [141204] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5203), 1, - anon_sym_DQUOTE, - STATE(3331), 1, - aux_sym__str_double_quotes_repeat1, STATE(3335), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [141125] = 5, + ACTIONS(4664), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4666), 2, + ts_builtin_sym_end, + anon_sym_LF, + [141219] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5205), 1, + ACTIONS(5256), 1, anon_sym_DQUOTE, - STATE(3288), 1, - aux_sym__str_double_quotes_repeat1, STATE(3336), 1, sym_comment, - ACTIONS(5048), 2, + STATE(3343), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [141142] = 4, + [141236] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2060), 1, - anon_sym_LF, STATE(3337), 1, sym_comment, - ACTIONS(1958), 3, + ACTIONS(4834), 2, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [141157] = 5, + anon_sym_PIPE, + ACTIONS(4836), 2, + ts_builtin_sym_end, + anon_sym_LF, + [141251] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5207), 1, - anon_sym_DQUOTE, - STATE(3336), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(5260), 1, + anon_sym_LF, STATE(3338), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [141174] = 4, + ACTIONS(5258), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [141266] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5211), 1, - anon_sym_LF, STATE(3339), 1, sym_comment, - ACTIONS(5209), 3, + ACTIONS(4854), 2, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [141189] = 6, - ACTIONS(157), 1, + anon_sym_PIPE, + ACTIONS(4856), 2, + ts_builtin_sym_end, + anon_sym_LF, + [141281] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5060), 1, - anon_sym_LBRACK, - ACTIONS(5213), 1, - anon_sym_RBRACK, STATE(3340), 1, sym_comment, - STATE(3353), 1, - aux_sym_val_table_repeat1, - STATE(3564), 1, - sym_val_list, - [141208] = 5, + ACTIONS(4854), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4856), 2, + ts_builtin_sym_end, + anon_sym_LF, + [141296] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5215), 1, - anon_sym_DQUOTE, - STATE(3288), 1, - aux_sym__str_double_quotes_repeat1, STATE(3341), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [141225] = 5, + ACTIONS(4854), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4856), 2, + ts_builtin_sym_end, + anon_sym_LF, + [141311] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5217), 1, - anon_sym_DQUOTE, - STATE(3341), 1, - aux_sym__str_double_quotes_repeat1, STATE(3342), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [141242] = 6, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(5060), 1, - anon_sym_LBRACK, - ACTIONS(5219), 1, - anon_sym_RBRACK, - STATE(3343), 1, - sym_comment, - STATE(3399), 1, - aux_sym_val_table_repeat1, - STATE(3564), 1, - sym_val_list, - [141261] = 5, + ACTIONS(4834), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4836), 2, + ts_builtin_sym_end, + anon_sym_LF, + [141326] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5221), 1, + ACTIONS(5262), 1, anon_sym_DQUOTE, - STATE(3288), 1, + STATE(3290), 1, aux_sym__str_double_quotes_repeat1, - STATE(3344), 1, + STATE(3343), 1, sym_comment, - ACTIONS(5048), 2, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [141278] = 6, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(5060), 1, - anon_sym_LBRACK, - ACTIONS(5223), 1, - anon_sym_RBRACK, - STATE(3345), 1, - sym_comment, - STATE(3349), 1, - aux_sym_val_table_repeat1, - STATE(3564), 1, - sym_val_list, - [141297] = 5, + [141343] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5225), 1, - anon_sym_DQUOTE, STATE(3344), 1, - aux_sym__str_double_quotes_repeat1, - STATE(3346), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [141314] = 5, + ACTIONS(4834), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4836), 2, + ts_builtin_sym_end, + anon_sym_LF, + [141358] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5227), 1, - anon_sym_DQUOTE, - STATE(3288), 1, - aux_sym__str_double_quotes_repeat1, - STATE(3347), 1, + STATE(3345), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [141331] = 5, - ACTIONS(3), 1, + ACTIONS(4854), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4856), 2, + ts_builtin_sym_end, + anon_sym_LF, + [141373] = 6, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5229), 1, - anon_sym_DQUOTE, - STATE(3347), 1, - aux_sym__str_double_quotes_repeat1, - STATE(3348), 1, + ACTIONS(3622), 1, + anon_sym_LBRACE, + ACTIONS(5264), 1, + anon_sym_if, + STATE(757), 1, + sym_ctrl_if, + STATE(764), 1, + sym_block, + STATE(3346), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [141348] = 6, + [141392] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5060), 1, + ACTIONS(5068), 1, anon_sym_LBRACK, - ACTIONS(5231), 1, + ACTIONS(5266), 1, anon_sym_RBRACK, - STATE(3349), 1, + STATE(3347), 1, sym_comment, - STATE(3399), 1, + STATE(3351), 1, aux_sym_val_table_repeat1, - STATE(3564), 1, + STATE(3567), 1, sym_val_list, - [141367] = 5, + [141411] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5233), 1, - anon_sym_LBRACE, - STATE(771), 1, - sym__blosure, - STATE(3350), 1, + ACTIONS(5230), 1, + anon_sym_LBRACK, + ACTIONS(5232), 1, + anon_sym_LPAREN, + STATE(780), 1, + sym_parameter_parens, + STATE(784), 1, + sym_parameter_bracks, + STATE(3348), 1, sym_comment, - STATE(695), 2, - sym_block, - sym_val_closure, - [141384] = 5, + [141430] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5235), 1, + ACTIONS(5268), 1, anon_sym_DQUOTE, - STATE(3288), 1, + STATE(3320), 1, aux_sym__str_double_quotes_repeat1, - STATE(3351), 1, + STATE(3349), 1, sym_comment, - ACTIONS(5048), 2, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [141401] = 5, - ACTIONS(3), 1, + [141447] = 6, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5237), 1, - anon_sym_DQUOTE, - STATE(3351), 1, - aux_sym__str_double_quotes_repeat1, - STATE(3352), 1, + ACTIONS(5270), 1, + anon_sym_use, + ACTIONS(5272), 1, + anon_sym_list, + ACTIONS(5274), 1, + anon_sym_hide, + ACTIONS(5276), 1, + anon_sym_new, + STATE(3350), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [141418] = 6, + [141466] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5060), 1, + ACTIONS(5068), 1, anon_sym_LBRACK, - ACTIONS(5239), 1, + ACTIONS(5278), 1, anon_sym_RBRACK, - STATE(3353), 1, + STATE(3286), 1, + aux_sym_val_table_repeat1, + STATE(3351), 1, sym_comment, - STATE(3399), 1, + STATE(3567), 1, + sym_val_list, + [141485] = 6, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(5068), 1, + anon_sym_LBRACK, + ACTIONS(5280), 1, + anon_sym_RBRACK, + STATE(3286), 1, aux_sym_val_table_repeat1, - STATE(3564), 1, + STATE(3352), 1, + sym_comment, + STATE(3567), 1, sym_val_list, - [141437] = 5, + [141504] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5241), 1, + ACTIONS(5282), 1, anon_sym_DQUOTE, - STATE(3288), 1, + STATE(3290), 1, aux_sym__str_double_quotes_repeat1, - STATE(3354), 1, + STATE(3353), 1, sym_comment, - ACTIONS(5048), 2, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [141454] = 4, - ACTIONS(3), 1, + [141521] = 6, + ACTIONS(157), 1, anon_sym_POUND, - STATE(3355), 1, + ACTIONS(5068), 1, + anon_sym_LBRACK, + ACTIONS(5284), 1, + anon_sym_RBRACK, + STATE(3286), 1, + aux_sym_val_table_repeat1, + STATE(3354), 1, sym_comment, - ACTIONS(4656), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4658), 2, - ts_builtin_sym_end, - anon_sym_LF, - [141469] = 6, + STATE(3567), 1, + sym_val_list, + [141540] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5060), 1, + ACTIONS(5068), 1, anon_sym_LBRACK, - ACTIONS(5243), 1, + ACTIONS(5286), 1, anon_sym_RBRACK, - STATE(3356), 1, - sym_comment, - STATE(3399), 1, + STATE(3354), 1, aux_sym_val_table_repeat1, - STATE(3564), 1, + STATE(3355), 1, + sym_comment, + STATE(3567), 1, sym_val_list, - [141488] = 5, + [141559] = 5, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(5288), 1, + anon_sym_LBRACE, + STATE(781), 1, + sym__blosure, + STATE(3356), 1, + sym_comment, + STATE(695), 2, + sym_block, + sym_val_closure, + [141576] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5245), 1, + ACTIONS(5290), 1, anon_sym_DQUOTE, - STATE(3288), 1, - aux_sym__str_double_quotes_repeat1, STATE(3357), 1, sym_comment, - ACTIONS(5048), 2, + STATE(3360), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [141505] = 5, - ACTIONS(3), 1, + [141593] = 6, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5247), 1, - anon_sym_DQUOTE, - STATE(3354), 1, - aux_sym__str_double_quotes_repeat1, + ACTIONS(3622), 1, + anon_sym_LBRACE, + ACTIONS(5064), 1, + anon_sym_COLON, + STATE(799), 1, + sym_block, STATE(3358), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [141522] = 5, + STATE(3561), 1, + sym_returns, + [141612] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5249), 1, + ACTIONS(5292), 1, anon_sym_DQUOTE, - STATE(3288), 1, + STATE(3290), 1, aux_sym__str_double_quotes_repeat1, STATE(3359), 1, sym_comment, - ACTIONS(5048), 2, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [141539] = 5, + [141629] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5251), 1, + ACTIONS(5294), 1, anon_sym_DQUOTE, - STATE(3359), 1, + STATE(3290), 1, aux_sym__str_double_quotes_repeat1, STATE(3360), 1, sym_comment, - ACTIONS(5048), 2, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [141556] = 4, - ACTIONS(3), 1, + [141646] = 6, + ACTIONS(157), 1, anon_sym_POUND, + ACTIONS(5068), 1, + anon_sym_LBRACK, + ACTIONS(5296), 1, + anon_sym_RBRACK, + STATE(3352), 1, + aux_sym_val_table_repeat1, STATE(3361), 1, sym_comment, - ACTIONS(4846), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4848), 2, - ts_builtin_sym_end, - anon_sym_LF, - [141571] = 4, + STATE(3567), 1, + sym_val_list, + [141665] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5255), 1, + ACTIONS(5300), 1, anon_sym_LF, STATE(3362), 1, sym_comment, - ACTIONS(5253), 3, + ACTIONS(5298), 3, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACE, - [141586] = 6, - ACTIONS(157), 1, + [141680] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5060), 1, - anon_sym_LBRACK, - ACTIONS(5257), 1, - anon_sym_RBRACK, - STATE(3343), 1, - aux_sym_val_table_repeat1, + ACTIONS(5304), 1, + anon_sym_LF, STATE(3363), 1, sym_comment, - STATE(3564), 1, - sym_val_list, - [141605] = 5, + ACTIONS(5302), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [141695] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5259), 1, - anon_sym_DQUOTE, - STATE(3288), 1, - aux_sym__str_double_quotes_repeat1, STATE(3364), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [141622] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5263), 1, - anon_sym_LF, - STATE(3365), 1, - sym_comment, - ACTIONS(5261), 3, + ACTIONS(4906), 2, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [141637] = 6, + anon_sym_PIPE, + ACTIONS(4908), 2, + ts_builtin_sym_end, + anon_sym_LF, + [141710] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5060), 1, + ACTIONS(5068), 1, anon_sym_LBRACK, - ACTIONS(5265), 1, + ACTIONS(5306), 1, anon_sym_RBRACK, - STATE(3356), 1, + STATE(3246), 1, aux_sym_val_table_repeat1, - STATE(3366), 1, + STATE(3365), 1, sym_comment, - STATE(3564), 1, + STATE(3567), 1, sym_val_list, - [141656] = 5, - ACTIONS(3), 1, + [141729] = 6, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5267), 1, - anon_sym_DQUOTE, - STATE(3364), 1, - aux_sym__str_double_quotes_repeat1, - STATE(3367), 1, + ACTIONS(3622), 1, + anon_sym_LBRACE, + ACTIONS(5064), 1, + anon_sym_COLON, + STATE(792), 1, + sym_block, + STATE(3366), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [141673] = 5, + STATE(3558), 1, + sym_returns, + [141748] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5269), 1, - anon_sym_DQUOTE, - STATE(3368), 1, + ACTIONS(5310), 1, + anon_sym_LF, + STATE(3367), 1, sym_comment, - STATE(3375), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [141690] = 5, + ACTIONS(5308), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [141763] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5271), 1, + ACTIONS(5312), 1, anon_sym_DQUOTE, - STATE(3288), 1, + STATE(3290), 1, aux_sym__str_double_quotes_repeat1, - STATE(3369), 1, + STATE(3368), 1, sym_comment, - ACTIONS(5048), 2, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [141707] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3370), 1, - sym_comment, - ACTIONS(4846), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4848), 2, - ts_builtin_sym_end, - anon_sym_LF, - [141722] = 4, + [141780] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3371), 1, + STATE(3369), 1, sym_comment, - ACTIONS(4656), 2, + ACTIONS(4668), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4658), 2, + ACTIONS(4670), 2, ts_builtin_sym_end, anon_sym_LF, - [141737] = 5, + [141795] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5273), 1, + ACTIONS(5314), 1, anon_sym_DQUOTE, - STATE(3288), 1, - aux_sym__str_double_quotes_repeat1, - STATE(3372), 1, + STATE(3370), 1, sym_comment, - ACTIONS(5048), 2, + STATE(3377), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [141754] = 5, - ACTIONS(3), 1, + [141812] = 6, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5275), 1, - anon_sym_DQUOTE, + ACTIONS(5068), 1, + anon_sym_LBRACK, + ACTIONS(5316), 1, + anon_sym_RBRACK, + STATE(3371), 1, + sym_comment, + STATE(3380), 1, + aux_sym_val_table_repeat1, + STATE(3567), 1, + sym_val_list, + [141831] = 5, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(5318), 1, + anon_sym_LBRACE, + STATE(781), 1, + sym__blosure, STATE(3372), 1, - aux_sym__str_double_quotes_repeat1, - STATE(3373), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [141771] = 4, + STATE(767), 2, + sym_block, + sym_val_closure, + [141848] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3374), 1, + ACTIONS(5322), 1, + anon_sym_LF, + STATE(3373), 1, sym_comment, - ACTIONS(4846), 2, + ACTIONS(5320), 3, anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4848), 2, - ts_builtin_sym_end, - anon_sym_LF, - [141786] = 5, - ACTIONS(3), 1, + anon_sym_RPAREN, + anon_sym_RBRACE, + [141863] = 6, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5277), 1, - anon_sym_DQUOTE, - STATE(3288), 1, - aux_sym__str_double_quotes_repeat1, - STATE(3375), 1, + ACTIONS(3622), 1, + anon_sym_LBRACE, + ACTIONS(5064), 1, + anon_sym_COLON, + STATE(793), 1, + sym_block, + STATE(3374), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [141803] = 4, + STATE(3554), 1, + sym_returns, + [141882] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3376), 1, + ACTIONS(2060), 1, + anon_sym_LF, + STATE(3375), 1, sym_comment, - ACTIONS(4656), 2, + ACTIONS(1964), 3, anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4658), 2, - ts_builtin_sym_end, - anon_sym_LF, - [141818] = 5, + anon_sym_RPAREN, + anon_sym_RBRACE, + [141897] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5279), 1, + ACTIONS(5324), 1, anon_sym_DQUOTE, - STATE(3288), 1, + STATE(3290), 1, aux_sym__str_double_quotes_repeat1, - STATE(3377), 1, + STATE(3376), 1, sym_comment, - ACTIONS(5048), 2, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [141835] = 5, + [141914] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5281), 1, + ACTIONS(5326), 1, anon_sym_DQUOTE, - STATE(3369), 1, + STATE(3290), 1, aux_sym__str_double_quotes_repeat1, - STATE(3378), 1, + STATE(3377), 1, sym_comment, - ACTIONS(5048), 2, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [141852] = 6, + [141931] = 6, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3622), 1, + anon_sym_LBRACE, + ACTIONS(5064), 1, + anon_sym_COLON, + STATE(865), 1, + sym_block, + STATE(3378), 1, + sym_comment, + STATE(3553), 1, + sym_returns, + [141950] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(2038), 1, + anon_sym_LF, + STATE(3379), 1, + sym_comment, + ACTIONS(2004), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [141965] = 6, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(5068), 1, + anon_sym_LBRACK, + ACTIONS(5328), 1, + anon_sym_RBRACK, + STATE(3286), 1, + aux_sym_val_table_repeat1, + STATE(3380), 1, + sym_comment, + STATE(3567), 1, + sym_val_list, + [141984] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5060), 1, + ACTIONS(5068), 1, anon_sym_LBRACK, - ACTIONS(5283), 1, + ACTIONS(5330), 1, anon_sym_RBRACK, - STATE(3379), 1, + STATE(3381), 1, sym_comment, - STATE(3383), 1, + STATE(3385), 1, aux_sym_val_table_repeat1, - STATE(3564), 1, + STATE(3567), 1, sym_val_list, - [141871] = 4, + [142003] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3380), 1, - sym_comment, - ACTIONS(4846), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4848), 2, - ts_builtin_sym_end, + ACTIONS(5334), 1, anon_sym_LF, - [141886] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5285), 1, - anon_sym_DQUOTE, - STATE(3377), 1, - aux_sym__str_double_quotes_repeat1, - STATE(3381), 1, + STATE(3382), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [141903] = 4, + ACTIONS(5332), 3, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACE, + [142018] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3382), 1, + STATE(3383), 1, sym_comment, - ACTIONS(4846), 2, + ACTIONS(4804), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4848), 2, + ACTIONS(4806), 2, ts_builtin_sym_end, anon_sym_LF, - [141918] = 6, + [142033] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5060), 1, + ACTIONS(3622), 1, + anon_sym_LBRACE, + ACTIONS(5336), 1, + anon_sym_if, + STATE(757), 1, + sym_ctrl_if, + STATE(764), 1, + sym_block, + STATE(3384), 1, + sym_comment, + [142052] = 6, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(5068), 1, anon_sym_LBRACK, - ACTIONS(5287), 1, + ACTIONS(5338), 1, anon_sym_RBRACK, - STATE(3383), 1, - sym_comment, - STATE(3399), 1, + STATE(3286), 1, aux_sym_val_table_repeat1, - STATE(3564), 1, - sym_val_list, - [141937] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5289), 1, - anon_sym_DQUOTE, - STATE(3288), 1, - aux_sym__str_double_quotes_repeat1, - STATE(3384), 1, + STATE(3385), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [141954] = 4, + STATE(3567), 1, + sym_val_list, + [142071] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3385), 1, + STATE(3386), 1, sym_comment, - ACTIONS(4656), 2, + ACTIONS(4834), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4658), 2, + ACTIONS(4836), 2, ts_builtin_sym_end, anon_sym_LF, - [141969] = 4, + [142086] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3386), 1, + STATE(3387), 1, sym_comment, - ACTIONS(4656), 2, + ACTIONS(4664), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4658), 2, + ACTIONS(4666), 2, ts_builtin_sym_end, anon_sym_LF, - [141984] = 5, + [142101] = 6, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(3650), 1, + anon_sym_LBRACE, + ACTIONS(5340), 1, + anon_sym_if, + STATE(894), 1, + sym_block, + STATE(896), 1, + sym_ctrl_if, + STATE(3388), 1, + sym_comment, + [142120] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5291), 1, + ACTIONS(5342), 1, anon_sym_DQUOTE, - STATE(3384), 1, + STATE(3368), 1, aux_sym__str_double_quotes_repeat1, - STATE(3387), 1, + STATE(3389), 1, sym_comment, - ACTIONS(5048), 2, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [142001] = 6, + [142137] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3666), 1, + ACTIONS(3650), 1, anon_sym_LBRACE, - ACTIONS(5050), 1, + ACTIONS(5064), 1, anon_sym_COLON, - STATE(923), 1, + STATE(967), 1, sym_block, - STATE(3388), 1, + STATE(3390), 1, sym_comment, - STATE(3571), 1, + STATE(3566), 1, sym_returns, - [142020] = 6, + [142156] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3666), 1, + ACTIONS(3650), 1, anon_sym_LBRACE, - ACTIONS(5050), 1, + ACTIONS(5064), 1, anon_sym_COLON, - STATE(915), 1, + STATE(968), 1, sym_block, - STATE(3389), 1, + STATE(3391), 1, sym_comment, - STATE(3572), 1, + STATE(3564), 1, sym_returns, - [142039] = 4, + [142175] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3390), 1, + STATE(3392), 1, sym_comment, - ACTIONS(4656), 2, + ACTIONS(4902), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4658), 2, + ACTIONS(4904), 2, ts_builtin_sym_end, anon_sym_LF, - [142054] = 4, + [142190] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3391), 1, + STATE(3393), 1, sym_comment, - ACTIONS(4656), 2, + ACTIONS(4902), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4658), 2, + ACTIONS(4904), 2, ts_builtin_sym_end, anon_sym_LF, - [142069] = 4, + [142205] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3392), 1, + STATE(3394), 1, sym_comment, - ACTIONS(4846), 2, + ACTIONS(4902), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4848), 2, + ACTIONS(4904), 2, ts_builtin_sym_end, anon_sym_LF, - [142084] = 4, + [142220] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5295), 1, - anon_sym_LF, - STATE(3393), 1, + STATE(3395), 1, sym_comment, - ACTIONS(5293), 3, + ACTIONS(4902), 2, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [142099] = 6, - ACTIONS(157), 1, + anon_sym_PIPE, + ACTIONS(4904), 2, + ts_builtin_sym_end, + anon_sym_LF, + [142235] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5060), 1, - anon_sym_LBRACK, - ACTIONS(5297), 1, - anon_sym_RBRACK, - STATE(3394), 1, + STATE(3396), 1, sym_comment, - STATE(3399), 1, - aux_sym_val_table_repeat1, - STATE(3564), 1, - sym_val_list, - [142118] = 6, + ACTIONS(4902), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4904), 2, + ts_builtin_sym_end, + anon_sym_LF, + [142250] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5110), 1, + ACTIONS(5252), 1, anon_sym_LBRACK, - ACTIONS(5112), 1, + ACTIONS(5254), 1, anon_sym_LPAREN, - STATE(864), 1, + STATE(794), 1, sym_parameter_parens, - STATE(865), 1, + STATE(796), 1, sym_parameter_bracks, - STATE(3395), 1, + STATE(3397), 1, sym_comment, - [142137] = 6, + [142269] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5106), 1, + ACTIONS(5248), 1, anon_sym_LBRACK, - ACTIONS(5108), 1, + ACTIONS(5250), 1, anon_sym_LPAREN, - STATE(3224), 1, + STATE(3225), 1, sym_parameter_parens, - STATE(3396), 1, - sym_comment, - STATE(3416), 1, + STATE(3226), 1, sym_parameter_bracks, - [142156] = 6, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(5060), 1, - anon_sym_LBRACK, - ACTIONS(5299), 1, - anon_sym_RBRACK, - STATE(3394), 1, - aux_sym_val_table_repeat1, - STATE(3397), 1, + STATE(3398), 1, sym_comment, - STATE(3564), 1, - sym_val_list, - [142175] = 6, - ACTIONS(157), 1, + [142288] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3666), 1, - anon_sym_LBRACE, - ACTIONS(5301), 1, - anon_sym_if, - STATE(843), 1, - sym_ctrl_if, - STATE(844), 1, - sym_block, - STATE(3398), 1, + ACTIONS(5344), 1, + anon_sym_DQUOTE, + STATE(3399), 1, sym_comment, - [142194] = 5, + STATE(3427), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [142305] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5303), 1, + ACTIONS(5248), 1, anon_sym_LBRACK, - ACTIONS(5306), 1, - anon_sym_RBRACK, - STATE(3564), 1, - sym_val_list, - STATE(3399), 2, + ACTIONS(5250), 1, + anon_sym_LPAREN, + STATE(3374), 1, + sym_parameter_parens, + STATE(3378), 1, + sym_parameter_bracks, + STATE(3400), 1, sym_comment, - aux_sym_val_table_repeat1, - [142211] = 4, + [142324] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3400), 1, + STATE(3401), 1, sym_comment, - ACTIONS(4846), 2, + ACTIONS(4902), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4848), 2, + ACTIONS(4904), 2, ts_builtin_sym_end, anon_sym_LF, - [142226] = 4, + [142339] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3401), 1, + STATE(3402), 1, sym_comment, - ACTIONS(4656), 2, + ACTIONS(4902), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4658), 2, + ACTIONS(4904), 2, ts_builtin_sym_end, anon_sym_LF, - [142241] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5308), 1, - anon_sym_DQUOTE, - STATE(3402), 1, - sym_comment, - STATE(3409), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [142258] = 5, + [142354] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5310), 1, - anon_sym_DQUOTE, - STATE(3288), 1, - aux_sym__str_double_quotes_repeat1, STATE(3403), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [142275] = 5, + ACTIONS(4902), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4904), 2, + ts_builtin_sym_end, + anon_sym_LF, + [142369] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5312), 1, + ACTIONS(5346), 1, anon_sym_DQUOTE, STATE(3404), 1, sym_comment, - STATE(3410), 1, + STATE(3411), 1, aux_sym__str_double_quotes_repeat1, - ACTIONS(5048), 2, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [142292] = 4, + [142386] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(3405), 1, sym_comment, - ACTIONS(4846), 2, + ACTIONS(4834), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4848), 2, + ACTIONS(4836), 2, ts_builtin_sym_end, anon_sym_LF, - [142307] = 5, + [142401] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5314), 1, - anon_sym_DQUOTE, - STATE(3403), 1, - aux_sym__str_double_quotes_repeat1, STATE(3406), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [142324] = 6, - ACTIONS(157), 1, + ACTIONS(4664), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4666), 2, + ts_builtin_sym_end, + anon_sym_LF, + [142416] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5060), 1, - anon_sym_LBRACK, - ACTIONS(5316), 1, - anon_sym_RBRACK, - STATE(3399), 1, - aux_sym_val_table_repeat1, STATE(3407), 1, sym_comment, - STATE(3564), 1, - sym_val_list, - [142343] = 6, - ACTIONS(157), 1, + ACTIONS(4834), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4836), 2, + ts_builtin_sym_end, + anon_sym_LF, + [142431] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5060), 1, - anon_sym_LBRACK, - ACTIONS(5318), 1, - anon_sym_RBRACK, - STATE(3407), 1, - aux_sym_val_table_repeat1, STATE(3408), 1, sym_comment, - STATE(3564), 1, - sym_val_list, - [142362] = 5, + ACTIONS(4902), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4904), 2, + ts_builtin_sym_end, + anon_sym_LF, + [142446] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5320), 1, - anon_sym_DQUOTE, - STATE(3288), 1, - aux_sym__str_double_quotes_repeat1, STATE(3409), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [142379] = 5, + ACTIONS(4664), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4666), 2, + ts_builtin_sym_end, + anon_sym_LF, + [142461] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5322), 1, + STATE(3410), 1, + sym_comment, + ACTIONS(4902), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4904), 2, + ts_builtin_sym_end, + anon_sym_LF, + [142476] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5348), 1, anon_sym_DQUOTE, - STATE(3288), 1, + STATE(3290), 1, aux_sym__str_double_quotes_repeat1, - STATE(3410), 1, + STATE(3411), 1, sym_comment, - ACTIONS(5048), 2, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [142396] = 4, + [142493] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3411), 1, + STATE(3412), 1, sym_comment, - ACTIONS(4656), 2, + ACTIONS(4834), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4658), 2, + ACTIONS(4836), 2, ts_builtin_sym_end, anon_sym_LF, - [142411] = 4, + [142508] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3412), 1, + STATE(3413), 1, + sym_comment, + ACTIONS(4664), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4666), 2, + ts_builtin_sym_end, + anon_sym_LF, + [142523] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3414), 1, sym_comment, - ACTIONS(4656), 2, + ACTIONS(4834), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4658), 2, + ACTIONS(4836), 2, ts_builtin_sym_end, anon_sym_LF, - [142426] = 6, + [142538] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5060), 1, + ACTIONS(5068), 1, anon_sym_LBRACK, - ACTIONS(5324), 1, + ACTIONS(5350), 1, anon_sym_RBRACK, - STATE(3413), 1, + STATE(3415), 1, sym_comment, - STATE(3417), 1, + STATE(3419), 1, aux_sym_val_table_repeat1, - STATE(3564), 1, + STATE(3567), 1, sym_val_list, - [142445] = 6, + [142557] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5060), 1, + ACTIONS(5068), 1, anon_sym_LBRACK, - ACTIONS(5326), 1, + ACTIONS(5352), 1, anon_sym_RBRACK, - STATE(3414), 1, - sym_comment, - STATE(3427), 1, + STATE(3286), 1, aux_sym_val_table_repeat1, - STATE(3564), 1, + STATE(3416), 1, + sym_comment, + STATE(3567), 1, sym_val_list, - [142464] = 5, + [142576] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5328), 1, + STATE(3417), 1, + sym_comment, + ACTIONS(4664), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4666), 2, + ts_builtin_sym_end, + anon_sym_LF, + [142591] = 5, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5354), 1, anon_sym_DQUOTE, - STATE(3288), 1, + STATE(3376), 1, aux_sym__str_double_quotes_repeat1, - STATE(3415), 1, + STATE(3418), 1, sym_comment, - ACTIONS(5048), 2, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [142481] = 6, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(3666), 1, - anon_sym_LBRACE, - ACTIONS(5050), 1, - anon_sym_COLON, - STATE(966), 1, - sym_block, - STATE(3416), 1, - sym_comment, - STATE(3544), 1, - sym_returns, - [142500] = 6, + [142608] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5060), 1, + ACTIONS(5068), 1, anon_sym_LBRACK, - ACTIONS(5330), 1, + ACTIONS(5356), 1, anon_sym_RBRACK, - STATE(3399), 1, + STATE(3286), 1, aux_sym_val_table_repeat1, - STATE(3417), 1, + STATE(3419), 1, sym_comment, - STATE(3564), 1, + STATE(3567), 1, sym_val_list, - [142519] = 4, + [142627] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3418), 1, + STATE(3420), 1, sym_comment, - ACTIONS(4656), 2, + ACTIONS(4664), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4658), 2, + ACTIONS(4666), 2, ts_builtin_sym_end, anon_sym_LF, - [142534] = 6, + [142642] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(2038), 1, + ACTIONS(2040), 1, ts_builtin_sym_end, - ACTIONS(4894), 1, + ACTIONS(4706), 1, anon_sym_SEMI, - ACTIONS(4896), 1, + ACTIONS(4708), 1, anon_sym_LF, - STATE(964), 1, + STATE(936), 1, sym__terminator, - STATE(3419), 1, + STATE(3421), 1, sym_comment, - [142553] = 4, + [142661] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3420), 1, + ACTIONS(5358), 1, + anon_sym_DQUOTE, + STATE(3290), 1, + aux_sym__str_double_quotes_repeat1, + STATE(3422), 1, + sym_comment, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [142678] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(3423), 1, sym_comment, - ACTIONS(4656), 2, + ACTIONS(4902), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4658), 2, + ACTIONS(4904), 2, ts_builtin_sym_end, anon_sym_LF, - [142568] = 4, + [142693] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3421), 1, + STATE(3424), 1, sym_comment, - ACTIONS(4656), 2, + ACTIONS(4902), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4658), 2, + ACTIONS(4904), 2, ts_builtin_sym_end, anon_sym_LF, - [142583] = 4, + [142708] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5334), 1, - anon_sym_LF, - STATE(3422), 1, + STATE(3425), 1, sym_comment, - ACTIONS(5332), 3, + ACTIONS(4906), 2, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [142598] = 4, + anon_sym_PIPE, + ACTIONS(4908), 2, + ts_builtin_sym_end, + anon_sym_LF, + [142723] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5338), 1, - anon_sym_LF, - STATE(3423), 1, + STATE(3426), 1, sym_comment, - ACTIONS(5336), 3, + ACTIONS(4664), 2, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACE, - [142613] = 6, - ACTIONS(157), 1, + anon_sym_PIPE, + ACTIONS(4666), 2, + ts_builtin_sym_end, + anon_sym_LF, + [142738] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5060), 1, - anon_sym_LBRACK, - ACTIONS(5340), 1, - anon_sym_RBRACK, - STATE(3399), 1, - aux_sym_val_table_repeat1, - STATE(3424), 1, + ACTIONS(5360), 1, + anon_sym_DQUOTE, + STATE(3290), 1, + aux_sym__str_double_quotes_repeat1, + STATE(3427), 1, sym_comment, - STATE(3564), 1, - sym_val_list, - [142632] = 4, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [142755] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3425), 1, + STATE(3428), 1, sym_comment, - ACTIONS(4942), 2, + ACTIONS(4664), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4944), 2, + ACTIONS(4666), 2, ts_builtin_sym_end, anon_sym_LF, - [142647] = 5, + [142770] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5342), 1, + ACTIONS(5362), 1, anon_sym_DQUOTE, - STATE(3415), 1, + STATE(3290), 1, aux_sym__str_double_quotes_repeat1, - STATE(3426), 1, + STATE(3429), 1, sym_comment, - ACTIONS(5048), 2, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [142664] = 6, - ACTIONS(157), 1, - anon_sym_POUND, - ACTIONS(5060), 1, - anon_sym_LBRACK, - ACTIONS(5344), 1, - anon_sym_RBRACK, - STATE(3399), 1, - aux_sym_val_table_repeat1, - STATE(3427), 1, - sym_comment, - STATE(3564), 1, - sym_val_list, - [142683] = 4, + [142787] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3428), 1, + STATE(3430), 1, sym_comment, - ACTIONS(4846), 2, + ACTIONS(4906), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4848), 2, + ACTIONS(4908), 2, ts_builtin_sym_end, anon_sym_LF, - [142698] = 4, + [142802] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5346), 1, + ACTIONS(5364), 1, anon_sym_LPAREN, - STATE(3429), 1, + STATE(3431), 1, sym_comment, - ACTIONS(5348), 3, + ACTIONS(5366), 3, sym_escaped_interpolated_content, anon_sym_DQUOTE2, sym_inter_escape_sequence, - [142713] = 4, + [142817] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3430), 1, + STATE(3432), 1, sym_comment, - ACTIONS(4670), 2, + ACTIONS(4906), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4672), 2, + ACTIONS(4908), 2, ts_builtin_sym_end, anon_sym_LF, - [142728] = 4, + [142832] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5350), 1, + ACTIONS(5368), 1, anon_sym_LPAREN, - STATE(3431), 1, + STATE(3433), 1, sym_comment, - ACTIONS(5352), 3, + ACTIONS(5370), 3, sym_escaped_interpolated_content, anon_sym_DQUOTE2, sym_inter_escape_sequence, - [142743] = 6, + [142847] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5060), 1, + ACTIONS(5068), 1, anon_sym_LBRACK, - ACTIONS(5354), 1, + ACTIONS(5372), 1, anon_sym_RBRACK, - STATE(3424), 1, + STATE(3286), 1, aux_sym_val_table_repeat1, - STATE(3432), 1, + STATE(3434), 1, sym_comment, - STATE(3564), 1, + STATE(3567), 1, sym_val_list, - [142762] = 4, + [142866] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(3433), 1, + STATE(3435), 1, sym_comment, - ACTIONS(4670), 2, + ACTIONS(4902), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4672), 2, + ACTIONS(4904), 2, ts_builtin_sym_end, anon_sym_LF, - [142777] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5356), 1, - anon_sym_DQUOTE, - STATE(3288), 1, - aux_sym__str_double_quotes_repeat1, - STATE(3434), 1, - sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [142794] = 5, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5358), 1, - anon_sym_DQUOTE, - STATE(3435), 1, - sym_comment, - STATE(3452), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [142811] = 5, + [142881] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5360), 1, - anon_sym_DQUOTE, STATE(3436), 1, sym_comment, - STATE(3443), 1, - aux_sym__str_double_quotes_repeat1, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [142828] = 4, + ACTIONS(4906), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4908), 2, + ts_builtin_sym_end, + anon_sym_LF, + [142896] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(3437), 1, sym_comment, - ACTIONS(4670), 2, + ACTIONS(4906), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4672), 2, + ACTIONS(4908), 2, ts_builtin_sym_end, anon_sym_LF, - [142843] = 4, + [142911] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(5374), 1, + anon_sym_DQUOTE, STATE(3438), 1, sym_comment, - ACTIONS(4670), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4672), 2, - ts_builtin_sym_end, - anon_sym_LF, - [142858] = 4, + STATE(3445), 1, + aux_sym__str_double_quotes_repeat1, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [142928] = 5, ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(5376), 1, + anon_sym_DQUOTE, + STATE(3429), 1, + aux_sym__str_double_quotes_repeat1, STATE(3439), 1, sym_comment, - ACTIONS(4670), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4672), 2, - ts_builtin_sym_end, - anon_sym_LF, - [142873] = 4, + ACTIONS(5062), 2, + sym__escaped_str_content, + sym_escape_sequence, + [142945] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(3440), 1, sym_comment, - ACTIONS(4670), 2, + ACTIONS(4906), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4672), 2, + ACTIONS(4908), 2, ts_builtin_sym_end, anon_sym_LF, - [142888] = 4, + [142960] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(3441), 1, sym_comment, - ACTIONS(4670), 2, + ACTIONS(4664), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4672), 2, + ACTIONS(4666), 2, ts_builtin_sym_end, anon_sym_LF, - [142903] = 4, + [142975] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(3442), 1, sym_comment, - ACTIONS(4670), 2, + ACTIONS(4906), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4672), 2, + ACTIONS(4908), 2, ts_builtin_sym_end, anon_sym_LF, - [142918] = 5, + [142990] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5362), 1, - anon_sym_DQUOTE, - STATE(3288), 1, - aux_sym__str_double_quotes_repeat1, STATE(3443), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [142935] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3444), 1, - sym_comment, - ACTIONS(4670), 2, + ACTIONS(4906), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4672), 2, + ACTIONS(4908), 2, ts_builtin_sym_end, anon_sym_LF, - [142950] = 5, + [143005] = 5, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(5378), 1, + anon_sym_LBRACE, + STATE(879), 1, + sym__blosure, + STATE(3444), 1, + sym_comment, + STATE(718), 2, + sym_block, + sym_val_closure, + [143022] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5364), 1, + ACTIONS(5380), 1, anon_sym_DQUOTE, - STATE(3434), 1, + STATE(3290), 1, aux_sym__str_double_quotes_repeat1, STATE(3445), 1, sym_comment, - ACTIONS(5048), 2, + ACTIONS(5062), 2, sym__escaped_str_content, sym_escape_sequence, - [142967] = 4, + [143039] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(3446), 1, sym_comment, - ACTIONS(4670), 2, + ACTIONS(4664), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4672), 2, + ACTIONS(4666), 2, ts_builtin_sym_end, anon_sym_LF, - [142982] = 6, - ACTIONS(157), 1, + [143054] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5060), 1, - anon_sym_LBRACK, - ACTIONS(5366), 1, - anon_sym_RBRACK, STATE(3447), 1, sym_comment, - STATE(3451), 1, - aux_sym_val_table_repeat1, - STATE(3564), 1, - sym_val_list, - [143001] = 6, + ACTIONS(4906), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4908), 2, + ts_builtin_sym_end, + anon_sym_LF, + [143069] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5060), 1, + ACTIONS(5068), 1, anon_sym_LBRACK, - ACTIONS(5368), 1, + ACTIONS(5382), 1, anon_sym_RBRACK, + STATE(3434), 1, + aux_sym_val_table_repeat1, STATE(3448), 1, sym_comment, - STATE(3450), 1, - aux_sym_val_table_repeat1, - STATE(3564), 1, + STATE(3567), 1, sym_val_list, - [143020] = 4, - ACTIONS(3), 1, + [143088] = 6, + ACTIONS(157), 1, anon_sym_POUND, + ACTIONS(5068), 1, + anon_sym_LBRACK, + ACTIONS(5384), 1, + anon_sym_RBRACK, STATE(3449), 1, sym_comment, - ACTIONS(4670), 2, - anon_sym_SEMI, - anon_sym_PIPE, - ACTIONS(4672), 2, - ts_builtin_sym_end, - anon_sym_LF, - [143035] = 6, + STATE(3453), 1, + aux_sym_val_table_repeat1, + STATE(3567), 1, + sym_val_list, + [143107] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5060), 1, + ACTIONS(5068), 1, anon_sym_LBRACK, - ACTIONS(5370), 1, + ACTIONS(5386), 1, anon_sym_RBRACK, - STATE(3399), 1, + STATE(3416), 1, aux_sym_val_table_repeat1, STATE(3450), 1, sym_comment, - STATE(3564), 1, + STATE(3567), 1, sym_val_list, - [143054] = 6, + [143126] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5060), 1, + ACTIONS(5248), 1, anon_sym_LBRACK, - ACTIONS(5372), 1, - anon_sym_RBRACK, - STATE(3399), 1, - aux_sym_val_table_repeat1, + ACTIONS(5250), 1, + anon_sym_LPAREN, + STATE(3358), 1, + sym_parameter_parens, + STATE(3366), 1, + sym_parameter_bracks, STATE(3451), 1, sym_comment, - STATE(3564), 1, - sym_val_list, - [143073] = 5, + [143145] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5374), 1, - anon_sym_DQUOTE, - STATE(3288), 1, - aux_sym__str_double_quotes_repeat1, STATE(3452), 1, sym_comment, - ACTIONS(5048), 2, - sym__escaped_str_content, - sym_escape_sequence, - [143090] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - STATE(3453), 1, - sym_comment, - ACTIONS(4670), 2, + ACTIONS(4906), 2, anon_sym_SEMI, anon_sym_PIPE, - ACTIONS(4672), 2, + ACTIONS(4908), 2, ts_builtin_sym_end, anon_sym_LF, - [143105] = 5, + [143160] = 6, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5376), 1, + ACTIONS(5068), 1, + anon_sym_LBRACK, + ACTIONS(5388), 1, anon_sym_RBRACK, - ACTIONS(5378), 1, - sym_hex_digit, - STATE(3454), 1, + STATE(3286), 1, + aux_sym_val_table_repeat1, + STATE(3453), 1, sym_comment, - STATE(3490), 1, - aux_sym_val_binary_repeat1, - [143121] = 4, + STATE(3567), 1, + sym_val_list, + [143179] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5145), 1, - anon_sym_SEMI, - STATE(3455), 1, + STATE(3454), 1, sym_comment, - ACTIONS(5147), 2, + ACTIONS(4906), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4908), 2, ts_builtin_sym_end, anon_sym_LF, - [143135] = 4, + [143194] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5149), 1, - anon_sym_SEMI, - STATE(3456), 1, + STATE(3455), 1, sym_comment, - ACTIONS(5151), 2, + ACTIONS(4664), 2, + anon_sym_SEMI, + anon_sym_PIPE, + ACTIONS(4666), 2, ts_builtin_sym_end, anon_sym_LF, - [143149] = 5, + [143209] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5378), 1, - sym_hex_digit, - ACTIONS(5380), 1, - anon_sym_RBRACK, + ACTIONS(3805), 1, + anon_sym_PIPE, + ACTIONS(5390), 1, + anon_sym_EQ_GT, + STATE(3456), 1, + sym_comment, + STATE(3460), 1, + aux_sym__match_or_pattern_repeat1, + [143225] = 5, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(4100), 1, + anon_sym_EQ, + ACTIONS(5392), 1, + anon_sym_AT, + STATE(2757), 1, + sym_param_cmd, STATE(3457), 1, sym_comment, - STATE(3480), 1, - aux_sym_val_binary_repeat1, - [143165] = 5, + [143241] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1804), 1, + ACTIONS(2032), 1, anon_sym_SEMI, - ACTIONS(1806), 1, - anon_sym_LF, - STATE(993), 1, - sym__terminator, STATE(3458), 1, sym_comment, - [143181] = 5, - ACTIONS(157), 1, + ACTIONS(2034), 2, + ts_builtin_sym_end, + anon_sym_LF, + [143255] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5378), 1, - sym_hex_digit, - ACTIONS(5382), 1, - anon_sym_RBRACK, + ACTIONS(5258), 1, + anon_sym_SEMI, STATE(3459), 1, sym_comment, - STATE(3496), 1, - aux_sym_val_binary_repeat1, - [143197] = 5, + ACTIONS(5260), 2, + ts_builtin_sym_end, + anon_sym_LF, + [143269] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5378), 1, - sym_hex_digit, - ACTIONS(5384), 1, - anon_sym_RBRACK, - STATE(3460), 1, + ACTIONS(3963), 1, + anon_sym_EQ_GT, + ACTIONS(5394), 1, + anon_sym_PIPE, + STATE(3460), 2, sym_comment, - STATE(3463), 1, - aux_sym_val_binary_repeat1, - [143213] = 5, + aux_sym__match_or_pattern_repeat1, + [143283] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5378), 1, - sym_hex_digit, - ACTIONS(5386), 1, - anon_sym_RBRACK, + ACTIONS(3805), 1, + anon_sym_PIPE, + ACTIONS(5397), 1, + anon_sym_EQ_GT, + STATE(3460), 1, + aux_sym__match_or_pattern_repeat1, STATE(3461), 1, sym_comment, - STATE(3521), 1, - aux_sym_val_binary_repeat1, - [143229] = 5, + [143299] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5378), 1, - sym_hex_digit, - ACTIONS(5388), 1, + ACTIONS(5399), 1, anon_sym_RBRACK, + ACTIONS(5401), 1, + sym_hex_digit, STATE(3462), 1, sym_comment, - STATE(3479), 1, + STATE(3465), 1, aux_sym_val_binary_repeat1, - [143245] = 5, + [143315] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5378), 1, - sym_hex_digit, + ACTIONS(3805), 1, + anon_sym_PIPE, ACTIONS(5390), 1, - anon_sym_RBRACK, + anon_sym_EQ_GT, + STATE(3461), 1, + aux_sym__match_or_pattern_repeat1, STATE(3463), 1, sym_comment, - STATE(3521), 1, - aux_sym_val_binary_repeat1, - [143261] = 4, + [143331] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5392), 1, - anon_sym_LPAREN, + ACTIONS(5332), 1, + anon_sym_SEMI, STATE(3464), 1, sym_comment, - ACTIONS(5394), 2, - sym_unescaped_interpolated_content, - anon_sym_SQUOTE, - [143275] = 5, + ACTIONS(5334), 2, + ts_builtin_sym_end, + anon_sym_LF, + [143345] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5378), 1, + ACTIONS(5401), 1, sym_hex_digit, - ACTIONS(5396), 1, + ACTIONS(5403), 1, anon_sym_RBRACK, STATE(3465), 1, sym_comment, - STATE(3471), 1, + STATE(3481), 1, aux_sym_val_binary_repeat1, - [143291] = 4, - ACTIONS(157), 1, + [143361] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3941), 1, - anon_sym_EQ_GT, - ACTIONS(5398), 1, - anon_sym_PIPE, - STATE(3466), 2, + ACTIONS(2004), 1, + anon_sym_SEMI, + STATE(3466), 1, sym_comment, - aux_sym__match_or_pattern_repeat1, - [143305] = 5, - ACTIONS(157), 1, + ACTIONS(2038), 2, + ts_builtin_sym_end, + anon_sym_LF, + [143375] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5378), 1, - sym_hex_digit, - ACTIONS(5401), 1, - anon_sym_RBRACK, + ACTIONS(1964), 1, + anon_sym_SEMI, STATE(3467), 1, sym_comment, - STATE(3472), 1, - aux_sym_val_binary_repeat1, - [143321] = 4, + ACTIONS(2060), 2, + ts_builtin_sym_end, + anon_sym_LF, + [143389] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5332), 1, + ACTIONS(5320), 1, anon_sym_SEMI, STATE(3468), 1, sym_comment, - ACTIONS(5334), 2, + ACTIONS(5322), 2, ts_builtin_sym_end, anon_sym_LF, - [143335] = 5, + [143403] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5403), 1, - anon_sym_EQ, + ACTIONS(5401), 1, + sym_hex_digit, ACTIONS(5405), 1, - anon_sym_COLON, + anon_sym_RBRACK, STATE(3469), 1, sym_comment, - STATE(3586), 1, - sym_param_type, - [143351] = 3, - ACTIONS(157), 1, + STATE(3472), 1, + aux_sym_val_binary_repeat1, + [143419] = 4, + ACTIONS(3), 1, anon_sym_POUND, + ACTIONS(5108), 1, + anon_sym_SEMI, STATE(3470), 1, sym_comment, - ACTIONS(1380), 3, - sym_identifier, - anon_sym_DASH_DASH, - sym_short_flag, - [143363] = 5, - ACTIONS(157), 1, + ACTIONS(5110), 2, + ts_builtin_sym_end, + anon_sym_LF, + [143433] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5378), 1, - sym_hex_digit, - ACTIONS(5407), 1, - anon_sym_RBRACK, + ACTIONS(5112), 1, + anon_sym_SEMI, STATE(3471), 1, sym_comment, - STATE(3521), 1, - aux_sym_val_binary_repeat1, - [143379] = 5, + ACTIONS(5114), 2, + ts_builtin_sym_end, + anon_sym_LF, + [143447] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5378), 1, + ACTIONS(5401), 1, sym_hex_digit, - ACTIONS(5409), 1, + ACTIONS(5407), 1, anon_sym_RBRACK, STATE(3472), 1, sym_comment, - STATE(3521), 1, + STATE(3481), 1, aux_sym_val_binary_repeat1, - [143395] = 4, + [143463] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5411), 1, + ACTIONS(5409), 1, anon_sym_LPAREN, STATE(3473), 1, sym_comment, - ACTIONS(5413), 2, + ACTIONS(5411), 2, sym_unescaped_interpolated_content, anon_sym_SQUOTE, - [143409] = 4, + [143477] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5336), 1, + ACTIONS(2008), 1, anon_sym_SEMI, + ACTIONS(2010), 1, + anon_sym_LF, + STATE(999), 1, + sym__terminator, STATE(3474), 1, sym_comment, - ACTIONS(5338), 2, - ts_builtin_sym_end, - anon_sym_LF, - [143423] = 5, + [143493] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5378), 1, + ACTIONS(5401), 1, sym_hex_digit, - ACTIONS(5415), 1, + ACTIONS(5413), 1, anon_sym_RBRACK, STATE(3475), 1, sym_comment, - STATE(3521), 1, + STATE(3478), 1, aux_sym_val_binary_repeat1, - [143439] = 5, - ACTIONS(3), 1, + [143509] = 5, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1804), 1, - anon_sym_SEMI, - ACTIONS(1806), 1, - anon_sym_LF, - STATE(1001), 1, - sym__terminator, + ACTIONS(5415), 1, + anon_sym_EQ, + ACTIONS(5417), 1, + anon_sym_COLON, STATE(3476), 1, sym_comment, - [143455] = 5, + STATE(3693), 1, + sym_param_type, + [143525] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5378), 1, - sym_hex_digit, ACTIONS(5417), 1, - anon_sym_RBRACK, - STATE(3475), 1, - aux_sym_val_binary_repeat1, + anon_sym_COLON, + ACTIONS(5419), 1, + anon_sym_EQ, STATE(3477), 1, sym_comment, - [143471] = 5, + STATE(3632), 1, + sym_param_type, + [143541] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5378), 1, + ACTIONS(5401), 1, sym_hex_digit, - ACTIONS(5419), 1, + ACTIONS(5421), 1, anon_sym_RBRACK, STATE(3478), 1, sym_comment, - STATE(3521), 1, + STATE(3481), 1, aux_sym_val_binary_repeat1, - [143487] = 5, - ACTIONS(157), 1, + [143557] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5378), 1, - sym_hex_digit, - ACTIONS(5421), 1, - anon_sym_RBRACK, + ACTIONS(5423), 1, + anon_sym_LPAREN, STATE(3479), 1, sym_comment, - STATE(3521), 1, - aux_sym_val_binary_repeat1, - [143503] = 5, + ACTIONS(5425), 2, + sym_unescaped_interpolated_content, + anon_sym_SQUOTE, + [143571] = 4, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(5116), 1, + anon_sym_LPAREN, + STATE(3480), 1, + sym_comment, + ACTIONS(5118), 2, + sym_unescaped_interpolated_content, + anon_sym_SQUOTE, + [143585] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5378), 1, - sym_hex_digit, - ACTIONS(5423), 1, + ACTIONS(5427), 1, anon_sym_RBRACK, - STATE(3480), 1, + ACTIONS(5429), 1, + sym_hex_digit, + STATE(3481), 2, sym_comment, - STATE(3521), 1, aux_sym_val_binary_repeat1, - [143519] = 5, + [143599] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3753), 1, - anon_sym_PIPE, - ACTIONS(5425), 1, - anon_sym_EQ_GT, - STATE(3466), 1, - aux_sym__match_or_pattern_repeat1, + ACTIONS(5401), 1, + sym_hex_digit, + ACTIONS(5432), 1, + anon_sym_RBRACK, STATE(3481), 1, + aux_sym_val_binary_repeat1, + STATE(3482), 1, sym_comment, - [143535] = 5, - ACTIONS(157), 1, + [143615] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(4076), 1, - anon_sym_EQ, - ACTIONS(5427), 1, - anon_sym_AT, - STATE(2756), 1, - sym_param_cmd, - STATE(3482), 1, + ACTIONS(5308), 1, + anon_sym_SEMI, + STATE(3483), 1, sym_comment, - [143551] = 5, + ACTIONS(5310), 2, + ts_builtin_sym_end, + anon_sym_LF, + [143629] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5405), 1, + ACTIONS(5417), 1, anon_sym_COLON, - ACTIONS(5429), 1, + ACTIONS(5434), 1, anon_sym_EQ, - STATE(3483), 1, + STATE(3484), 1, sym_comment, - STATE(3668), 1, + STATE(3619), 1, sym_param_type, - [143567] = 5, + [143645] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5378), 1, + ACTIONS(5401), 1, sym_hex_digit, - ACTIONS(5431), 1, + ACTIONS(5436), 1, anon_sym_RBRACK, - STATE(3484), 1, + STATE(3485), 1, sym_comment, - STATE(3521), 1, + STATE(3492), 1, aux_sym_val_binary_repeat1, - [143583] = 5, - ACTIONS(157), 1, + [143661] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5378), 1, - sym_hex_digit, - ACTIONS(5433), 1, - anon_sym_RBRACK, - STATE(3485), 1, + ACTIONS(5302), 1, + anon_sym_SEMI, + STATE(3486), 1, sym_comment, - STATE(3521), 1, - aux_sym_val_binary_repeat1, - [143599] = 5, + ACTIONS(5304), 2, + ts_builtin_sym_end, + anon_sym_LF, + [143675] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5378), 1, + ACTIONS(5401), 1, sym_hex_digit, - ACTIONS(5435), 1, + ACTIONS(5438), 1, anon_sym_RBRACK, - STATE(3478), 1, + STATE(3482), 1, aux_sym_val_binary_repeat1, - STATE(3486), 1, + STATE(3487), 1, sym_comment, - [143615] = 4, - ACTIONS(157), 1, + [143691] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5437), 1, - anon_sym_COMMA, - STATE(3487), 1, + ACTIONS(5298), 1, + anon_sym_SEMI, + STATE(3488), 1, sym_comment, - ACTIONS(5439), 2, - anon_sym_RBRACK, - sym_hex_digit, - [143629] = 5, + ACTIONS(5300), 2, + ts_builtin_sym_end, + anon_sym_LF, + [143705] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5378), 1, + ACTIONS(5401), 1, sym_hex_digit, - ACTIONS(5441), 1, + ACTIONS(5440), 1, anon_sym_RBRACK, - STATE(3485), 1, - aux_sym_val_binary_repeat1, - STATE(3488), 1, - sym_comment, - [143645] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(5155), 1, - anon_sym_LPAREN, STATE(3489), 1, sym_comment, - ACTIONS(5157), 2, - sym_unescaped_interpolated_content, - anon_sym_SQUOTE, - [143659] = 5, + STATE(3490), 1, + aux_sym_val_binary_repeat1, + [143721] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5378), 1, + ACTIONS(5401), 1, sym_hex_digit, - ACTIONS(5443), 1, + ACTIONS(5442), 1, anon_sym_RBRACK, + STATE(3481), 1, + aux_sym_val_binary_repeat1, STATE(3490), 1, sym_comment, - STATE(3521), 1, - aux_sym_val_binary_repeat1, - [143675] = 5, + [143737] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5378), 1, + ACTIONS(5401), 1, sym_hex_digit, - ACTIONS(5445), 1, + ACTIONS(5444), 1, anon_sym_RBRACK, - STATE(3484), 1, - aux_sym_val_binary_repeat1, STATE(3491), 1, sym_comment, - [143691] = 4, - ACTIONS(3), 1, + STATE(3493), 1, + aux_sym_val_binary_repeat1, + [143753] = 5, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5447), 1, - anon_sym_DQUOTE, + ACTIONS(5401), 1, + sym_hex_digit, + ACTIONS(5446), 1, + anon_sym_RBRACK, + STATE(3481), 1, + aux_sym_val_binary_repeat1, STATE(3492), 1, sym_comment, - ACTIONS(5449), 2, - sym__escaped_str_content, - sym_escape_sequence, - [143705] = 5, + [143769] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5378), 1, + ACTIONS(5401), 1, sym_hex_digit, - ACTIONS(5451), 1, + ACTIONS(5448), 1, anon_sym_RBRACK, + STATE(3481), 1, + aux_sym_val_binary_repeat1, STATE(3493), 1, sym_comment, - STATE(3521), 1, - aux_sym_val_binary_repeat1, - [143721] = 5, - ACTIONS(157), 1, + [143785] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5378), 1, - sym_hex_digit, - ACTIONS(5453), 1, - anon_sym_RBRACK, + ACTIONS(5450), 1, + anon_sym_DQUOTE, STATE(3494), 1, sym_comment, - STATE(3521), 1, - aux_sym_val_binary_repeat1, - [143737] = 5, + ACTIONS(5452), 2, + sym__escaped_str_content, + sym_escape_sequence, + [143799] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5378), 1, + ACTIONS(5401), 1, sym_hex_digit, - ACTIONS(5455), 1, + ACTIONS(5454), 1, anon_sym_RBRACK, STATE(3495), 1, sym_comment, - STATE(3520), 1, + STATE(3496), 1, aux_sym_val_binary_repeat1, - [143753] = 5, + [143815] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5378), 1, + ACTIONS(5401), 1, sym_hex_digit, - ACTIONS(5457), 1, + ACTIONS(5456), 1, anon_sym_RBRACK, + STATE(3481), 1, + aux_sym_val_binary_repeat1, STATE(3496), 1, sym_comment, - STATE(3521), 1, - aux_sym_val_binary_repeat1, - [143769] = 5, + [143831] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(1666), 1, + ACTIONS(1602), 1, anon_sym_PIPE, - ACTIONS(3173), 1, + ACTIONS(3931), 1, anon_sym_LF, - STATE(1759), 1, + STATE(1746), 1, aux_sym_pipe_element_repeat1, STATE(3497), 1, sym_comment, - [143785] = 5, + [143847] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3753), 1, - anon_sym_PIPE, - ACTIONS(5459), 1, - anon_sym_EQ_GT, - STATE(3466), 1, - aux_sym__match_or_pattern_repeat1, + ACTIONS(5401), 1, + sym_hex_digit, + ACTIONS(5458), 1, + anon_sym_RBRACK, + STATE(3481), 1, + aux_sym_val_binary_repeat1, STATE(3498), 1, sym_comment, - [143801] = 5, - ACTIONS(3), 1, + [143863] = 5, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1666), 1, - anon_sym_PIPE, - ACTIONS(3173), 1, - anon_sym_LF, - STATE(1760), 1, - aux_sym_pipe_element_repeat1, + ACTIONS(5401), 1, + sym_hex_digit, + ACTIONS(5460), 1, + anon_sym_RBRACK, STATE(3499), 1, sym_comment, - [143817] = 5, + STATE(3500), 1, + aux_sym_val_binary_repeat1, + [143879] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5378), 1, + ACTIONS(5401), 1, sym_hex_digit, - ACTIONS(5461), 1, + ACTIONS(5462), 1, anon_sym_RBRACK, + STATE(3481), 1, + aux_sym_val_binary_repeat1, STATE(3500), 1, sym_comment, - STATE(3521), 1, - aux_sym_val_binary_repeat1, - [143833] = 5, + [143895] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3753), 1, - anon_sym_PIPE, - ACTIONS(5459), 1, - anon_sym_EQ_GT, - STATE(3481), 1, - aux_sym__match_or_pattern_repeat1, + ACTIONS(5401), 1, + sym_hex_digit, + ACTIONS(5464), 1, + anon_sym_RBRACK, + STATE(3498), 1, + aux_sym_val_binary_repeat1, STATE(3501), 1, sym_comment, - [143849] = 5, + [143911] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5378), 1, + ACTIONS(5401), 1, sym_hex_digit, - ACTIONS(5463), 1, + ACTIONS(5466), 1, anon_sym_RBRACK, STATE(3502), 1, sym_comment, - STATE(3509), 1, + STATE(3521), 1, aux_sym_val_binary_repeat1, - [143865] = 4, - ACTIONS(3), 1, + [143927] = 5, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5197), 1, - anon_sym_SEMI, + ACTIONS(5401), 1, + sym_hex_digit, + ACTIONS(5468), 1, + anon_sym_RBRACK, + STATE(3481), 1, + aux_sym_val_binary_repeat1, STATE(3503), 1, sym_comment, - ACTIONS(5199), 2, - ts_builtin_sym_end, - anon_sym_LF, - [143879] = 4, - ACTIONS(3), 1, + [143943] = 5, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5261), 1, - anon_sym_SEMI, + ACTIONS(5401), 1, + sym_hex_digit, + ACTIONS(5470), 1, + anon_sym_RBRACK, STATE(3504), 1, sym_comment, - ACTIONS(5263), 2, - ts_builtin_sym_end, - anon_sym_LF, - [143893] = 4, - ACTIONS(3), 1, + STATE(3511), 1, + aux_sym_val_binary_repeat1, + [143959] = 5, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1994), 1, - anon_sym_SEMI, + ACTIONS(5401), 1, + sym_hex_digit, + ACTIONS(5472), 1, + anon_sym_RBRACK, STATE(3505), 1, sym_comment, - ACTIONS(2054), 2, - ts_builtin_sym_end, - anon_sym_LF, - [143907] = 4, - ACTIONS(3), 1, + STATE(3516), 1, + aux_sym_val_binary_repeat1, + [143975] = 3, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1958), 1, - anon_sym_SEMI, STATE(3506), 1, sym_comment, - ACTIONS(2060), 2, - ts_builtin_sym_end, - anon_sym_LF, - [143921] = 4, - ACTIONS(3), 1, + ACTIONS(1431), 3, + sym_identifier, + anon_sym_DASH_DASH, + sym_short_flag, + [143987] = 5, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5209), 1, - anon_sym_SEMI, + ACTIONS(5401), 1, + sym_hex_digit, + ACTIONS(5474), 1, + anon_sym_RBRACK, + STATE(3481), 1, + aux_sym_val_binary_repeat1, STATE(3507), 1, sym_comment, - ACTIONS(5211), 2, - ts_builtin_sym_end, - anon_sym_LF, - [143935] = 5, + [144003] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5378), 1, + ACTIONS(5401), 1, sym_hex_digit, - ACTIONS(5465), 1, + ACTIONS(5476), 1, anon_sym_RBRACK, + STATE(3481), 1, + aux_sym_val_binary_repeat1, STATE(3508), 1, sym_comment, - STATE(3514), 1, - aux_sym_val_binary_repeat1, - [143951] = 5, - ACTIONS(157), 1, + [144019] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5378), 1, - sym_hex_digit, - ACTIONS(5467), 1, - anon_sym_RBRACK, + ACTIONS(2008), 1, + anon_sym_SEMI, + ACTIONS(2010), 1, + anon_sym_LF, + STATE(988), 1, + sym__terminator, STATE(3509), 1, sym_comment, - STATE(3521), 1, - aux_sym_val_binary_repeat1, - [143967] = 4, + [144035] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5293), 1, + ACTIONS(5244), 1, anon_sym_SEMI, STATE(3510), 1, sym_comment, - ACTIONS(5295), 2, + ACTIONS(5246), 2, ts_builtin_sym_end, anon_sym_LF, - [143981] = 4, - ACTIONS(3), 1, + [144049] = 5, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5253), 1, - anon_sym_SEMI, + ACTIONS(5401), 1, + sym_hex_digit, + ACTIONS(5478), 1, + anon_sym_RBRACK, + STATE(3481), 1, + aux_sym_val_binary_repeat1, STATE(3511), 1, sym_comment, - ACTIONS(5255), 2, - ts_builtin_sym_end, - anon_sym_LF, - [143995] = 5, + [144065] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5378), 1, + ACTIONS(5401), 1, sym_hex_digit, - ACTIONS(5469), 1, + ACTIONS(5480), 1, anon_sym_RBRACK, - STATE(3494), 1, - aux_sym_val_binary_repeat1, STATE(3512), 1, sym_comment, - [144011] = 5, + STATE(3522), 1, + aux_sym_val_binary_repeat1, + [144081] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5378), 1, + ACTIONS(5401), 1, sym_hex_digit, - ACTIONS(5471), 1, + ACTIONS(5482), 1, anon_sym_RBRACK, - STATE(3493), 1, + STATE(3507), 1, aux_sym_val_binary_repeat1, STATE(3513), 1, sym_comment, - [144027] = 5, - ACTIONS(157), 1, + [144097] = 4, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5378), 1, - sym_hex_digit, - ACTIONS(5473), 1, - anon_sym_RBRACK, + ACTIONS(5240), 1, + anon_sym_SEMI, STATE(3514), 1, sym_comment, - STATE(3521), 1, - aux_sym_val_binary_repeat1, - [144043] = 5, + ACTIONS(5242), 2, + ts_builtin_sym_end, + anon_sym_LF, + [144111] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5378), 1, + ACTIONS(5401), 1, sym_hex_digit, - ACTIONS(5475), 1, + ACTIONS(5484), 1, anon_sym_RBRACK, - STATE(3461), 1, - aux_sym_val_binary_repeat1, STATE(3515), 1, sym_comment, - [144059] = 5, + STATE(3518), 1, + aux_sym_val_binary_repeat1, + [144127] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5378), 1, + ACTIONS(5401), 1, sym_hex_digit, - ACTIONS(5477), 1, + ACTIONS(5486), 1, anon_sym_RBRACK, - STATE(3500), 1, + STATE(3481), 1, aux_sym_val_binary_repeat1, STATE(3516), 1, sym_comment, - [144075] = 4, - ACTIONS(3), 1, + [144143] = 4, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1746), 1, - anon_sym_SEMI, + ACTIONS(5488), 1, + anon_sym_COMMA, STATE(3517), 1, sym_comment, - ACTIONS(1748), 2, - ts_builtin_sym_end, - anon_sym_LF, - [144089] = 5, + ACTIONS(5490), 2, + anon_sym_RBRACK, + sym_hex_digit, + [144157] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5405), 1, - anon_sym_COLON, - ACTIONS(5479), 1, - anon_sym_EQ, + ACTIONS(5401), 1, + sym_hex_digit, + ACTIONS(5492), 1, + anon_sym_RBRACK, + STATE(3481), 1, + aux_sym_val_binary_repeat1, STATE(3518), 1, sym_comment, - STATE(3667), 1, - sym_param_type, - [144105] = 4, - ACTIONS(3), 1, + [144173] = 5, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5171), 1, - anon_sym_SEMI, + ACTIONS(5401), 1, + sym_hex_digit, + ACTIONS(5494), 1, + anon_sym_RBRACK, + STATE(3508), 1, + aux_sym_val_binary_repeat1, STATE(3519), 1, sym_comment, - ACTIONS(5173), 2, - ts_builtin_sym_end, - anon_sym_LF, - [144119] = 5, + [144189] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5378), 1, + ACTIONS(5401), 1, sym_hex_digit, - ACTIONS(5481), 1, + ACTIONS(5496), 1, anon_sym_RBRACK, + STATE(3503), 1, + aux_sym_val_binary_repeat1, STATE(3520), 1, sym_comment, - STATE(3521), 1, - aux_sym_val_binary_repeat1, - [144135] = 4, + [144205] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5483), 1, - anon_sym_RBRACK, - ACTIONS(5485), 1, + ACTIONS(5401), 1, sym_hex_digit, - STATE(3521), 2, - sym_comment, + ACTIONS(5498), 1, + anon_sym_RBRACK, + STATE(3481), 1, aux_sym_val_binary_repeat1, - [144149] = 4, + STATE(3521), 1, + sym_comment, + [144221] = 5, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3955), 1, - anon_sym_LBRACE, - STATE(3220), 1, - sym_block, + ACTIONS(5401), 1, + sym_hex_digit, + ACTIONS(5500), 1, + anon_sym_RBRACK, + STATE(3481), 1, + aux_sym_val_binary_repeat1, STATE(3522), 1, sym_comment, - [144162] = 4, - ACTIONS(157), 1, + [144237] = 5, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(3961), 1, - anon_sym_LBRACE, - STATE(730), 1, - sym_block, + ACTIONS(1602), 1, + anon_sym_PIPE, + ACTIONS(3931), 1, + anon_sym_LF, + STATE(1744), 1, + aux_sym_pipe_element_repeat1, STATE(3523), 1, sym_comment, - [144175] = 4, + [144253] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3636), 1, + ACTIONS(3955), 1, anon_sym_LBRACE, - STATE(850), 1, + STATE(3110), 1, sym_block, STATE(3524), 1, sym_comment, - [144188] = 4, + [144266] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3666), 1, + ACTIONS(4648), 1, anon_sym_LBRACE, - STATE(935), 1, - sym_block, + STATE(810), 1, + sym_val_record, STATE(3525), 1, sym_comment, - [144201] = 4, + [144279] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3666), 1, - anon_sym_LBRACE, - STATE(961), 1, - sym_block, + ACTIONS(1312), 1, + anon_sym_in, + ACTIONS(5502), 1, + aux_sym_long_flag_token1, STATE(3526), 1, sym_comment, - [144214] = 4, + [144292] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3636), 1, + ACTIONS(5504), 1, anon_sym_LBRACE, - STATE(903), 1, + STATE(3038), 1, sym_block, STATE(3527), 1, sym_comment, - [144227] = 4, + [144305] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3666), 1, + ACTIONS(3650), 1, anon_sym_LBRACE, - STATE(949), 1, + STATE(928), 1, sym_block, STATE(3528), 1, sym_comment, - [144240] = 4, + [144318] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3666), 1, + ACTIONS(3650), 1, anon_sym_LBRACE, - STATE(970), 1, + STATE(950), 1, sym_block, STATE(3529), 1, sym_comment, - [144253] = 4, + [144331] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3636), 1, + ACTIONS(3650), 1, anon_sym_LBRACE, - STATE(901), 1, + STATE(940), 1, sym_block, STATE(3530), 1, sym_comment, - [144266] = 3, + [144344] = 4, ACTIONS(157), 1, anon_sym_POUND, + ACTIONS(3650), 1, + anon_sym_LBRACE, + STATE(941), 1, + sym_block, STATE(3531), 1, sym_comment, - ACTIONS(1830), 2, - anon_sym_COLON, - anon_sym_LBRACE, - [144277] = 4, + [144357] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3636), 1, + ACTIONS(3650), 1, anon_sym_LBRACE, - STATE(898), 1, + STATE(944), 1, sym_block, STATE(3532), 1, sym_comment, - [144290] = 4, + [144370] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3636), 1, + ACTIONS(3650), 1, anon_sym_LBRACE, - STATE(832), 1, + STATE(913), 1, sym_block, STATE(3533), 1, sym_comment, - [144303] = 4, + [144383] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3636), 1, + ACTIONS(5504), 1, anon_sym_LBRACE, - STATE(861), 1, + STATE(751), 1, sym_block, STATE(3534), 1, sym_comment, - [144316] = 4, + [144396] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3636), 1, + ACTIONS(3650), 1, anon_sym_LBRACE, - STATE(797), 1, + STATE(961), 1, sym_block, STATE(3535), 1, sym_comment, - [144329] = 3, + [144409] = 4, ACTIONS(157), 1, anon_sym_POUND, + ACTIONS(3650), 1, + anon_sym_LBRACE, + STATE(963), 1, + sym_block, STATE(3536), 1, sym_comment, - ACTIONS(1850), 2, - anon_sym_COLON, - anon_sym_LBRACE, - [144340] = 4, + [144422] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3937), 1, + ACTIONS(3650), 1, anon_sym_LBRACE, - STATE(764), 1, + STATE(964), 1, sym_block, STATE(3537), 1, sym_comment, - [144353] = 4, + [144435] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3636), 1, - anon_sym_LBRACE, - STATE(856), 1, - sym_block, + ACTIONS(5506), 1, + anon_sym_COMMA, + ACTIONS(5508), 1, + anon_sym_RBRACE, STATE(3538), 1, sym_comment, - [144366] = 4, + [144448] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3666), 1, + ACTIONS(3650), 1, anon_sym_LBRACE, - STATE(947), 1, + STATE(974), 1, sym_block, STATE(3539), 1, sym_comment, - [144379] = 4, + [144461] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5488), 1, - anon_sym_LBRACE, - STATE(2997), 1, - sym_block, STATE(3540), 1, sym_comment, - [144392] = 4, + ACTIONS(1846), 2, + anon_sym_COLON, + anon_sym_LBRACE, + [144472] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5490), 1, - anon_sym_LBRACE, - STATE(787), 1, - sym_block, STATE(3541), 1, sym_comment, - [144405] = 4, + ACTIONS(1854), 2, + anon_sym_COLON, + anon_sym_LBRACE, + [144483] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3666), 1, + ACTIONS(3650), 1, anon_sym_LBRACE, - STATE(975), 1, + STATE(965), 1, sym_block, STATE(3542), 1, sym_comment, - [144418] = 4, + [144496] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3666), 1, + ACTIONS(3650), 1, anon_sym_LBRACE, - STATE(945), 1, + STATE(983), 1, sym_block, STATE(3543), 1, sym_comment, - [144431] = 4, + [144509] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3666), 1, + ACTIONS(3622), 1, anon_sym_LBRACE, - STATE(940), 1, + STATE(829), 1, sym_block, STATE(3544), 1, sym_comment, - [144444] = 4, + [144522] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4636), 1, + ACTIONS(5510), 1, anon_sym_LBRACE, - STATE(914), 1, - sym_val_record, + STATE(712), 1, + sym_block, STATE(3545), 1, sym_comment, - [144457] = 4, + [144535] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3636), 1, + ACTIONS(3622), 1, anon_sym_LBRACE, - STATE(854), 1, + STATE(791), 1, sym_block, STATE(3546), 1, sym_comment, - [144470] = 4, + [144548] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3666), 1, - anon_sym_LBRACE, - STATE(948), 1, - sym_block, STATE(3547), 1, sym_comment, - [144483] = 4, + ACTIONS(5512), 2, + anon_sym_RBRACK, + sym_hex_digit, + [144559] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3636), 1, + ACTIONS(4630), 1, anon_sym_LBRACE, - STATE(800), 1, - sym_block, + STATE(975), 1, + sym_val_record, STATE(3548), 1, sym_comment, - [144496] = 4, + [144572] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3666), 1, + ACTIONS(3973), 1, anon_sym_LBRACE, - STATE(926), 1, + STATE(742), 1, sym_block, STATE(3549), 1, sym_comment, - [144509] = 4, + [144585] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3636), 1, + ACTIONS(3650), 1, anon_sym_LBRACE, - STATE(810), 1, + STATE(908), 1, sym_block, STATE(3550), 1, sym_comment, - [144522] = 4, + [144598] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3666), 1, + ACTIONS(3622), 1, anon_sym_LBRACE, - STATE(976), 1, + STATE(837), 1, sym_block, STATE(3551), 1, sym_comment, - [144535] = 4, + [144611] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3636), 1, + ACTIONS(3650), 1, anon_sym_LBRACE, - STATE(816), 1, + STATE(981), 1, sym_block, STATE(3552), 1, sym_comment, - [144548] = 4, + [144624] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5492), 1, - anon_sym_COMMA, - ACTIONS(5494), 1, - anon_sym_RBRACE, + ACTIONS(3622), 1, + anon_sym_LBRACE, + STATE(813), 1, + sym_block, STATE(3553), 1, sym_comment, - [144561] = 4, + [144637] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3666), 1, + ACTIONS(3622), 1, anon_sym_LBRACE, - STATE(957), 1, + STATE(806), 1, sym_block, STATE(3554), 1, sym_comment, - [144574] = 4, + [144650] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5488), 1, + ACTIONS(3961), 1, anon_sym_LBRACE, - STATE(723), 1, + STATE(777), 1, sym_block, STATE(3555), 1, sym_comment, - [144587] = 4, + [144663] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3636), 1, + ACTIONS(3622), 1, anon_sym_LBRACE, - STATE(842), 1, + STATE(808), 1, sym_block, STATE(3556), 1, sym_comment, - [144600] = 3, + [144676] = 4, ACTIONS(157), 1, anon_sym_POUND, + ACTIONS(5514), 1, + anon_sym_DASH, STATE(3557), 1, sym_comment, - ACTIONS(1882), 2, - anon_sym_COLON, - anon_sym_LBRACE, - [144611] = 4, + STATE(3660), 1, + sym_param_short_flag, + [144689] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3636), 1, + ACTIONS(3622), 1, anon_sym_LBRACE, - STATE(896), 1, + STATE(843), 1, sym_block, STATE(3558), 1, sym_comment, - [144624] = 4, + [144702] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3666), 1, + ACTIONS(3622), 1, anon_sym_LBRACE, - STATE(939), 1, + STATE(833), 1, sym_block, STATE(3559), 1, sym_comment, - [144637] = 4, + [144715] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3636), 1, + ACTIONS(3622), 1, anon_sym_LBRACE, - STATE(845), 1, + STATE(859), 1, sym_block, STATE(3560), 1, sym_comment, - [144650] = 4, + [144728] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3666), 1, + ACTIONS(3622), 1, anon_sym_LBRACE, - STATE(981), 1, + STATE(860), 1, sym_block, STATE(3561), 1, sym_comment, - [144663] = 4, + [144741] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3636), 1, - anon_sym_LBRACE, - STATE(895), 1, - sym_block, STATE(3562), 1, sym_comment, - [144676] = 3, + ACTIONS(2026), 2, + anon_sym_COLON, + anon_sym_LBRACE, + [144752] = 3, ACTIONS(157), 1, anon_sym_POUND, STATE(3563), 1, sym_comment, - ACTIONS(1878), 2, + ACTIONS(1994), 2, anon_sym_COLON, anon_sym_LBRACE, - [144687] = 3, + [144763] = 4, ACTIONS(157), 1, anon_sym_POUND, + ACTIONS(3650), 1, + anon_sym_LBRACE, + STATE(935), 1, + sym_block, STATE(3564), 1, sym_comment, - ACTIONS(5496), 2, - anon_sym_LBRACK, - anon_sym_RBRACK, - [144698] = 4, + [144776] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(4640), 1, + ACTIONS(3622), 1, anon_sym_LBRACE, - STATE(839), 1, - sym_val_record, + STATE(828), 1, + sym_block, STATE(3565), 1, sym_comment, - [144711] = 4, + [144789] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5498), 1, - anon_sym_DASH, + ACTIONS(3650), 1, + anon_sym_LBRACE, + STATE(934), 1, + sym_block, STATE(3566), 1, sym_comment, - STATE(3718), 1, - sym_param_short_flag, - [144724] = 4, + [144802] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5490), 1, - anon_sym_LBRACE, - STATE(3028), 1, - sym_block, STATE(3567), 1, sym_comment, - [144737] = 4, + ACTIONS(5516), 2, + anon_sym_LBRACK, + anon_sym_RBRACK, + [144813] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1310), 1, - anon_sym_in, - ACTIONS(5500), 1, - aux_sym_long_flag_token1, + ACTIONS(3622), 1, + anon_sym_LBRACE, + STATE(835), 1, + sym_block, STATE(3568), 1, sym_comment, - [144750] = 4, + [144826] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3939), 1, + ACTIONS(3622), 1, anon_sym_LBRACE, - STATE(2940), 1, + STATE(857), 1, sym_block, STATE(3569), 1, sym_comment, - [144763] = 3, + [144839] = 4, ACTIONS(157), 1, anon_sym_POUND, + ACTIONS(3622), 1, + anon_sym_LBRACE, + STATE(890), 1, + sym_block, STATE(3570), 1, sym_comment, - ACTIONS(5502), 2, - anon_sym_RBRACK, - sym_hex_digit, - [144774] = 4, + [144852] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3666), 1, + ACTIONS(3622), 1, anon_sym_LBRACE, - STATE(929), 1, + STATE(882), 1, sym_block, STATE(3571), 1, sym_comment, - [144787] = 4, + [144865] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(3666), 1, + ACTIONS(3622), 1, anon_sym_LBRACE, - STATE(927), 1, + STATE(852), 1, sym_block, STATE(3572), 1, sym_comment, - [144800] = 3, + [144878] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5504), 1, - anon_sym_in, + ACTIONS(3949), 1, + anon_sym_LBRACE, + STATE(2945), 1, + sym_block, STATE(3573), 1, sym_comment, - [144810] = 3, + [144891] = 4, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5506), 1, - anon_sym_LBRACK2, + ACTIONS(5510), 1, + anon_sym_LBRACE, + STATE(2961), 1, + sym_block, STATE(3574), 1, sym_comment, - [144820] = 3, + [144904] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5508), 1, + ACTIONS(5518), 1, anon_sym_RBRACE, STATE(3575), 1, sym_comment, - [144830] = 3, + [144914] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5510), 1, - anon_sym_GT, + ACTIONS(5520), 1, + anon_sym_LBRACK2, STATE(3576), 1, sym_comment, - [144840] = 3, + [144924] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5512), 1, - anon_sym_LBRACE, + ACTIONS(5522), 1, + aux_sym_param_short_flag_token1, STATE(3577), 1, sym_comment, - [144850] = 3, + [144934] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5514), 1, - anon_sym_EQ_GT, + ACTIONS(5524), 1, + anon_sym_RPAREN, STATE(3578), 1, sym_comment, - [144860] = 3, + [144944] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5516), 1, - anon_sym_RBRACK, + ACTIONS(5526), 1, + anon_sym_RBRACE, STATE(3579), 1, sym_comment, - [144870] = 3, + [144954] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5518), 1, - anon_sym_RBRACK, + ACTIONS(5528), 1, + anon_sym_RPAREN, STATE(3580), 1, sym_comment, - [144880] = 3, + [144964] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5520), 1, - sym_identifier, + ACTIONS(5530), 1, + anon_sym_RBRACE, STATE(3581), 1, sym_comment, - [144890] = 3, + [144974] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5522), 1, - sym_identifier, + ACTIONS(5532), 1, + anon_sym_RPAREN, STATE(3582), 1, sym_comment, - [144900] = 3, + [144984] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5524), 1, - anon_sym_DOLLAR, + ACTIONS(5534), 1, + anon_sym_RBRACE, STATE(3583), 1, sym_comment, - [144910] = 3, + [144994] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5526), 1, + ACTIONS(5536), 1, anon_sym_RBRACE, STATE(3584), 1, sym_comment, - [144920] = 3, + [145004] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5528), 1, - anon_sym_RBRACE, + ACTIONS(5538), 1, + anon_sym_RPAREN, STATE(3585), 1, sym_comment, - [144930] = 3, + [145014] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5530), 1, - anon_sym_EQ, + ACTIONS(5540), 1, + anon_sym_RPAREN, STATE(3586), 1, sym_comment, - [144940] = 3, + [145024] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5532), 1, + ACTIONS(5542), 1, anon_sym_RPAREN, STATE(3587), 1, sym_comment, - [144950] = 3, + [145034] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5534), 1, - anon_sym_EQ, + ACTIONS(5544), 1, + anon_sym_RBRACE, STATE(3588), 1, sym_comment, - [144960] = 3, + [145044] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5536), 1, + ACTIONS(5546), 1, anon_sym_RPAREN, STATE(3589), 1, sym_comment, - [144970] = 3, + [145054] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5538), 1, - anon_sym_DOT, + ACTIONS(5548), 1, + anon_sym_RBRACE, STATE(3590), 1, sym_comment, - [144980] = 3, + [145064] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5540), 1, + ACTIONS(5550), 1, anon_sym_RPAREN, STATE(3591), 1, sym_comment, - [144990] = 3, + [145074] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5542), 1, - anon_sym_RBRACE, + ACTIONS(5552), 1, + anon_sym_in, STATE(3592), 1, sym_comment, - [145000] = 3, + [145084] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5544), 1, - anon_sym_make, + ACTIONS(5554), 1, + anon_sym_EQ_GT, STATE(3593), 1, sym_comment, - [145010] = 3, + [145094] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5546), 1, - anon_sym_RPAREN, + ACTIONS(2408), 1, + anon_sym_RBRACE, STATE(3594), 1, sym_comment, - [145020] = 3, + [145104] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5548), 1, - anon_sym_in, + ACTIONS(5556), 1, + anon_sym_EQ_GT, STATE(3595), 1, sym_comment, - [145030] = 3, + [145114] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5550), 1, - anon_sym_LBRACK2, + ACTIONS(5558), 1, + anon_sym_EQ_GT, STATE(3596), 1, sym_comment, - [145040] = 3, + [145124] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5552), 1, - anon_sym_RBRACE, + ACTIONS(5560), 1, + anon_sym_EQ_GT, STATE(3597), 1, sym_comment, - [145050] = 3, + [145134] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5554), 1, - anon_sym_RPAREN, + ACTIONS(5562), 1, + anon_sym_RBRACE, STATE(3598), 1, sym_comment, - [145060] = 3, + [145144] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5556), 1, - anon_sym_RBRACE, + ACTIONS(5564), 1, + anon_sym_RPAREN, STATE(3599), 1, sym_comment, - [145070] = 3, + [145154] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5558), 1, - anon_sym_RBRACE, + ACTIONS(5566), 1, + anon_sym_RPAREN, STATE(3600), 1, sym_comment, - [145080] = 3, + [145164] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5560), 1, - aux_sym_param_short_flag_token1, + ACTIONS(5568), 1, + anon_sym_RPAREN, STATE(3601), 1, sym_comment, - [145090] = 3, + [145174] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5562), 1, - sym_identifier, + ACTIONS(5570), 1, + anon_sym_RBRACE, STATE(3602), 1, sym_comment, - [145100] = 3, + [145184] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5564), 1, - sym_identifier, + ACTIONS(5572), 1, + anon_sym_RPAREN, STATE(3603), 1, sym_comment, - [145110] = 3, + [145194] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5566), 1, - anon_sym_RPAREN, + ACTIONS(5574), 1, + anon_sym_RBRACE, STATE(3604), 1, sym_comment, - [145120] = 3, + [145204] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5568), 1, + ACTIONS(5576), 1, anon_sym_RPAREN, STATE(3605), 1, sym_comment, - [145130] = 3, + [145214] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5570), 1, + ACTIONS(5578), 1, anon_sym_RBRACE, STATE(3606), 1, sym_comment, - [145140] = 3, + [145224] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5572), 1, - anon_sym_RPAREN, + ACTIONS(5580), 1, + anon_sym_RBRACE, STATE(3607), 1, sym_comment, - [145150] = 3, + [145234] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5574), 1, - anon_sym_EQ, + ACTIONS(5582), 1, + anon_sym_RPAREN, STATE(3608), 1, sym_comment, - [145160] = 3, + [145244] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5576), 1, + ACTIONS(5584), 1, anon_sym_RBRACE, STATE(3609), 1, sym_comment, - [145170] = 3, + [145254] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5578), 1, - anon_sym_DOT, + ACTIONS(5586), 1, + sym_identifier, STATE(3610), 1, sym_comment, - [145180] = 3, + [145264] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5580), 1, - sym_cmd_identifier, + ACTIONS(5588), 1, + anon_sym_RPAREN, STATE(3611), 1, sym_comment, - [145190] = 3, + [145274] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5582), 1, - anon_sym_EQ, + ACTIONS(5590), 1, + anon_sym_make, STATE(3612), 1, sym_comment, - [145200] = 3, + [145284] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5584), 1, - anon_sym_RPAREN, + ACTIONS(5592), 1, + sym_identifier, STATE(3613), 1, sym_comment, - [145210] = 3, + [145294] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5586), 1, - anon_sym_DOT, + ACTIONS(5594), 1, + anon_sym_RBRACE, STATE(3614), 1, sym_comment, - [145220] = 3, + [145304] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5588), 1, - anon_sym_RPAREN, + ACTIONS(5596), 1, + anon_sym_LBRACK2, STATE(3615), 1, sym_comment, - [145230] = 3, + [145314] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5590), 1, - anon_sym_COLON, + ACTIONS(5598), 1, + anon_sym_RPAREN, STATE(3616), 1, sym_comment, - [145240] = 3, + [145324] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5592), 1, - anon_sym_RPAREN, + ACTIONS(5600), 1, + anon_sym_RBRACE, STATE(3617), 1, sym_comment, - [145250] = 3, + [145334] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5594), 1, - anon_sym_RPAREN, + ACTIONS(5602), 1, + anon_sym_in, STATE(3618), 1, sym_comment, - [145260] = 3, + [145344] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5596), 1, - anon_sym_RBRACE, + ACTIONS(5604), 1, + anon_sym_EQ, STATE(3619), 1, sym_comment, - [145270] = 3, + [145354] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5598), 1, + ACTIONS(5606), 1, anon_sym_RPAREN, STATE(3620), 1, sym_comment, - [145280] = 3, + [145364] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5600), 1, - anon_sym_RBRACE, + ACTIONS(5608), 1, + anon_sym_GT, STATE(3621), 1, sym_comment, - [145290] = 3, + [145374] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5602), 1, + ACTIONS(5610), 1, anon_sym_RBRACE, STATE(3622), 1, sym_comment, - [145300] = 3, + [145384] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5604), 1, - anon_sym_RBRACE, + ACTIONS(5612), 1, + anon_sym_DASH_GT, STATE(3623), 1, sym_comment, - [145310] = 3, + [145394] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5606), 1, - anon_sym_LBRACK2, + ACTIONS(2420), 1, + anon_sym_RBRACE, STATE(3624), 1, sym_comment, - [145320] = 3, + [145404] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5608), 1, - anon_sym_RPAREN, + ACTIONS(5614), 1, + anon_sym_COLON, STATE(3625), 1, sym_comment, - [145330] = 3, + [145414] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5610), 1, - anon_sym_RBRACE, + ACTIONS(5616), 1, + anon_sym_RPAREN, STATE(3626), 1, sym_comment, - [145340] = 3, - ACTIONS(3), 1, + [145424] = 3, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5612), 1, - aux_sym_shebang_token1, + ACTIONS(5618), 1, + anon_sym_RBRACE, STATE(3627), 1, sym_comment, - [145350] = 3, + [145434] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5614), 1, - anon_sym_RBRACE, + ACTIONS(5620), 1, + anon_sym_LBRACK2, STATE(3628), 1, sym_comment, - [145360] = 3, + [145444] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5616), 1, + ACTIONS(5622), 1, anon_sym_RPAREN, STATE(3629), 1, sym_comment, - [145370] = 3, - ACTIONS(157), 1, + [145454] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5618), 1, - anon_sym_LBRACK2, + ACTIONS(5624), 1, + aux_sym_shebang_token1, STATE(3630), 1, sym_comment, - [145380] = 3, + [145464] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5620), 1, - anon_sym_RPAREN, + ACTIONS(5626), 1, + anon_sym_RBRACE, STATE(3631), 1, sym_comment, - [145390] = 3, + [145474] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5622), 1, - anon_sym_RPAREN, + ACTIONS(5628), 1, + anon_sym_EQ, STATE(3632), 1, sym_comment, - [145400] = 3, + [145484] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5624), 1, - anon_sym_RPAREN, + ACTIONS(5630), 1, + anon_sym_LBRACK2, STATE(3633), 1, sym_comment, - [145410] = 3, + [145494] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5626), 1, - anon_sym_RBRACE, + ACTIONS(5632), 1, + anon_sym_RPAREN, STATE(3634), 1, sym_comment, - [145420] = 3, + [145504] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5628), 1, - anon_sym_LBRACK2, + ACTIONS(5634), 1, + anon_sym_EQ, STATE(3635), 1, sym_comment, - [145430] = 3, + [145514] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5630), 1, + ACTIONS(5636), 1, anon_sym_RPAREN, STATE(3636), 1, sym_comment, - [145440] = 3, + [145524] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5632), 1, - anon_sym_RPAREN, + ACTIONS(5638), 1, + anon_sym_LBRACK2, STATE(3637), 1, sym_comment, - [145450] = 3, + [145534] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5634), 1, + ACTIONS(5640), 1, anon_sym_RPAREN, STATE(3638), 1, sym_comment, - [145460] = 3, + [145544] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5636), 1, - anon_sym_RPAREN, + ACTIONS(5642), 1, + anon_sym_RBRACE, STATE(3639), 1, sym_comment, - [145470] = 3, + [145554] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5638), 1, - anon_sym_LBRACK2, + ACTIONS(5644), 1, + anon_sym_RPAREN, STATE(3640), 1, sym_comment, - [145480] = 3, + [145564] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5640), 1, - anon_sym_RBRACE, + ACTIONS(5646), 1, + anon_sym_RPAREN, STATE(3641), 1, sym_comment, - [145490] = 3, + [145574] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5642), 1, - anon_sym_LBRACE, + ACTIONS(5648), 1, + anon_sym_LBRACK2, STATE(3642), 1, sym_comment, - [145500] = 3, + [145584] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5644), 1, + ACTIONS(5650), 1, anon_sym_RPAREN, STATE(3643), 1, sym_comment, - [145510] = 3, + [145594] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5646), 1, - anon_sym_RBRACE, + ACTIONS(5652), 1, + anon_sym_RPAREN, STATE(3644), 1, sym_comment, - [145520] = 3, + [145604] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5648), 1, - anon_sym_LBRACK2, + ACTIONS(5654), 1, + anon_sym_RBRACE, STATE(3645), 1, sym_comment, - [145530] = 3, + [145614] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5650), 1, + ACTIONS(5656), 1, anon_sym_RPAREN, STATE(3646), 1, sym_comment, - [145540] = 3, + [145624] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5652), 1, - anon_sym_EQ, + ACTIONS(5658), 1, + anon_sym_LBRACK2, STATE(3647), 1, sym_comment, - [145550] = 3, + [145634] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5642), 1, - anon_sym_LBRACE, + ACTIONS(5660), 1, + anon_sym_RBRACE, STATE(3648), 1, sym_comment, - [145560] = 3, + [145644] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5654), 1, - anon_sym_LBRACE, + ACTIONS(5662), 1, + anon_sym_EQ, STATE(3649), 1, sym_comment, - [145570] = 3, + [145654] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5656), 1, - anon_sym_LBRACK2, + ACTIONS(5664), 1, + anon_sym_RPAREN, STATE(3650), 1, sym_comment, - [145580] = 3, + [145664] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5658), 1, - anon_sym_RPAREN, + ACTIONS(5666), 1, + anon_sym_RBRACE, STATE(3651), 1, sym_comment, - [145590] = 3, + [145674] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5660), 1, - anon_sym_RBRACE, + ACTIONS(5668), 1, + anon_sym_LBRACK2, STATE(3652), 1, sym_comment, - [145600] = 3, + [145684] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5662), 1, - anon_sym_RBRACE, + ACTIONS(5670), 1, + sym_identifier, STATE(3653), 1, sym_comment, - [145610] = 3, + [145694] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5664), 1, - anon_sym_RBRACE, + ACTIONS(5672), 1, + anon_sym_EQ, STATE(3654), 1, sym_comment, - [145620] = 3, + [145704] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5666), 1, - anon_sym_LBRACK2, + ACTIONS(5674), 1, + sym_cmd_identifier, STATE(3655), 1, sym_comment, - [145630] = 3, + [145714] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5668), 1, - anon_sym_DASH_GT, + ACTIONS(5676), 1, + anon_sym_RBRACE, STATE(3656), 1, sym_comment, - [145640] = 3, + [145724] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5670), 1, - anon_sym_RPAREN, + ACTIONS(5678), 1, + anon_sym_LBRACK2, STATE(3657), 1, sym_comment, - [145650] = 3, + [145734] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5672), 1, - anon_sym_RBRACE, + ACTIONS(5680), 1, + anon_sym_RPAREN, STATE(3658), 1, sym_comment, - [145660] = 3, + [145744] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5674), 1, - anon_sym_EQ, + ACTIONS(1327), 1, + anon_sym_in, STATE(3659), 1, sym_comment, - [145670] = 3, + [145754] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5676), 1, + ACTIONS(5682), 1, anon_sym_RPAREN, STATE(3660), 1, sym_comment, - [145680] = 3, + [145764] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5678), 1, - anon_sym_RPAREN, + ACTIONS(5684), 1, + anon_sym_EQ, STATE(3661), 1, sym_comment, - [145690] = 3, + [145774] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5680), 1, + ACTIONS(5686), 1, anon_sym_RBRACE, STATE(3662), 1, sym_comment, - [145700] = 3, + [145784] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5682), 1, - anon_sym_RPAREN, + ACTIONS(5688), 1, + anon_sym_RBRACE, STATE(3663), 1, sym_comment, - [145710] = 3, + [145794] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5684), 1, + ACTIONS(5690), 1, anon_sym_RPAREN, STATE(3664), 1, sym_comment, - [145720] = 3, + [145804] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5686), 1, - anon_sym_LBRACK2, + ACTIONS(5692), 1, + anon_sym_RPAREN, STATE(3665), 1, sym_comment, - [145730] = 3, + [145814] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5688), 1, + ACTIONS(5694), 1, anon_sym_RBRACE, STATE(3666), 1, sym_comment, - [145740] = 3, + [145824] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5690), 1, - anon_sym_EQ, + ACTIONS(5696), 1, + anon_sym_LBRACK2, STATE(3667), 1, sym_comment, - [145750] = 3, + [145834] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5692), 1, - anon_sym_EQ, + ACTIONS(5698), 1, + anon_sym_RPAREN, STATE(3668), 1, sym_comment, - [145760] = 3, + [145844] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5694), 1, - ts_builtin_sym_end, + ACTIONS(5700), 1, + anon_sym_RBRACE, STATE(3669), 1, sym_comment, - [145770] = 3, + [145854] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5696), 1, - anon_sym_LBRACK2, + ACTIONS(5702), 1, + anon_sym_RPAREN, STATE(3670), 1, sym_comment, - [145780] = 3, + [145864] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5698), 1, - anon_sym_RBRACE, + ACTIONS(5704), 1, + ts_builtin_sym_end, STATE(3671), 1, sym_comment, - [145790] = 3, + [145874] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5700), 1, - anon_sym_EQ_GT, + ACTIONS(5706), 1, + anon_sym_LBRACK2, STATE(3672), 1, sym_comment, - [145800] = 3, + [145884] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5702), 1, - anon_sym_EQ_GT, + ACTIONS(5708), 1, + anon_sym_RPAREN, STATE(3673), 1, sym_comment, - [145810] = 3, + [145894] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2316), 1, - anon_sym_RBRACE, + ACTIONS(5710), 1, + anon_sym_RPAREN, STATE(3674), 1, sym_comment, - [145820] = 3, + [145904] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5704), 1, - anon_sym_LBRACK2, + ACTIONS(5712), 1, + ts_builtin_sym_end, STATE(3675), 1, sym_comment, - [145830] = 3, + [145914] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5706), 1, - anon_sym_RPAREN, + ACTIONS(3223), 1, + anon_sym_PIPE, STATE(3676), 1, sym_comment, - [145840] = 3, + [145924] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5708), 1, - ts_builtin_sym_end, + ACTIONS(5714), 1, + anon_sym_LBRACK2, STATE(3677), 1, sym_comment, - [145850] = 3, + [145934] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5710), 1, - sym_cmd_identifier, + ACTIONS(5716), 1, + anon_sym_RBRACE, STATE(3678), 1, sym_comment, - [145860] = 3, + [145944] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5712), 1, - anon_sym_EQ_GT, + ACTIONS(5718), 1, + ts_builtin_sym_end, STATE(3679), 1, sym_comment, - [145870] = 3, + [145954] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5714), 1, - anon_sym_LBRACK2, + ACTIONS(5720), 1, + sym_cmd_identifier, STATE(3680), 1, sym_comment, - [145880] = 3, + [145964] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5716), 1, - anon_sym_DOLLAR, + ACTIONS(5722), 1, + anon_sym_LBRACE, STATE(3681), 1, sym_comment, - [145890] = 3, + [145974] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5718), 1, - anon_sym_RPAREN, + ACTIONS(5724), 1, + anon_sym_LBRACK2, STATE(3682), 1, sym_comment, - [145900] = 3, + [145984] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5720), 1, - anon_sym_EQ, + ACTIONS(5722), 1, + anon_sym_LBRACE, STATE(3683), 1, sym_comment, - [145910] = 3, + [145994] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5722), 1, - anon_sym_LBRACK2, + ACTIONS(5726), 1, + anon_sym_DASH_GT, STATE(3684), 1, sym_comment, - [145920] = 3, + [146004] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5724), 1, - anon_sym_LBRACK2, + ACTIONS(5728), 1, + anon_sym_RBRACE, STATE(3685), 1, sym_comment, - [145930] = 3, + [146014] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5726), 1, - anon_sym_RBRACE, + ACTIONS(5730), 1, + anon_sym_LBRACK2, STATE(3686), 1, sym_comment, - [145940] = 3, + [146024] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5728), 1, - anon_sym_RPAREN, + ACTIONS(5732), 1, + anon_sym_LBRACK2, STATE(3687), 1, sym_comment, - [145950] = 3, + [146034] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5730), 1, - anon_sym_EQ_GT, + ACTIONS(5734), 1, + anon_sym_RBRACE, STATE(3688), 1, sym_comment, - [145960] = 3, + [146044] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5732), 1, + ACTIONS(5736), 1, anon_sym_RBRACE, STATE(3689), 1, sym_comment, - [145970] = 3, + [146054] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5734), 1, - anon_sym_LBRACK2, + ACTIONS(5738), 1, + anon_sym_RPAREN, STATE(3690), 1, sym_comment, - [145980] = 3, + [146064] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5736), 1, - anon_sym_RPAREN, + ACTIONS(5740), 1, + anon_sym_EQ, STATE(3691), 1, sym_comment, - [145990] = 3, + [146074] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5738), 1, - anon_sym_RPAREN, + ACTIONS(5742), 1, + anon_sym_LBRACK2, STATE(3692), 1, sym_comment, - [146000] = 3, + [146084] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5740), 1, - anon_sym_RBRACE, + ACTIONS(5744), 1, + anon_sym_EQ, STATE(3693), 1, sym_comment, - [146010] = 3, + [146094] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5742), 1, - anon_sym_RBRACE, + ACTIONS(5746), 1, + anon_sym_GT, STATE(3694), 1, sym_comment, - [146020] = 3, + [146104] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5744), 1, - anon_sym_LBRACK2, + ACTIONS(5748), 1, + anon_sym_LBRACE, STATE(3695), 1, sym_comment, - [146030] = 3, + [146114] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5746), 1, - anon_sym_EQ_GT, + ACTIONS(5750), 1, + anon_sym_RPAREN, STATE(3696), 1, sym_comment, - [146040] = 3, + [146124] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5748), 1, - anon_sym_RPAREN, + ACTIONS(5752), 1, + anon_sym_LBRACK2, STATE(3697), 1, sym_comment, - [146050] = 3, + [146134] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5750), 1, + ACTIONS(5754), 1, anon_sym_RBRACE, STATE(3698), 1, sym_comment, - [146060] = 3, + [146144] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5752), 1, - anon_sym_LBRACK2, + ACTIONS(5756), 1, + anon_sym_RBRACE, STATE(3699), 1, sym_comment, - [146070] = 3, + [146154] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5754), 1, - anon_sym_RBRACE, + ACTIONS(5758), 1, + anon_sym_RPAREN, STATE(3700), 1, sym_comment, - [146080] = 3, + [146164] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5756), 1, - anon_sym_GT, + ACTIONS(5760), 1, + anon_sym_LBRACK2, STATE(3701), 1, sym_comment, - [146090] = 3, + [146174] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5758), 1, - anon_sym_PIPE, + ACTIONS(5762), 1, + anon_sym_RPAREN, STATE(3702), 1, sym_comment, - [146100] = 3, + [146184] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5760), 1, - anon_sym_RBRACE, + ACTIONS(5764), 1, + anon_sym_RPAREN, STATE(3703), 1, sym_comment, - [146110] = 3, + [146194] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5762), 1, - anon_sym_LPAREN2, + ACTIONS(5766), 1, + anon_sym_RPAREN, STATE(3704), 1, sym_comment, - [146120] = 3, + [146204] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5764), 1, - anon_sym_make, + ACTIONS(5768), 1, + anon_sym_RBRACE, STATE(3705), 1, sym_comment, - [146130] = 3, + [146214] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5766), 1, - anon_sym_RPAREN, + ACTIONS(5770), 1, + anon_sym_LPAREN2, STATE(3706), 1, sym_comment, - [146140] = 3, + [146224] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5768), 1, - anon_sym_DASH_GT, + ACTIONS(5772), 1, + anon_sym_make, STATE(3707), 1, sym_comment, - [146150] = 3, + [146234] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5770), 1, - anon_sym_RPAREN, + ACTIONS(5774), 1, + anon_sym_LBRACE, STATE(3708), 1, sym_comment, - [146160] = 3, + [146244] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5772), 1, - anon_sym_RBRACE, + ACTIONS(5776), 1, + anon_sym_RPAREN, STATE(3709), 1, sym_comment, - [146170] = 3, + [146254] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5774), 1, - ts_builtin_sym_end, + ACTIONS(5778), 1, + anon_sym_RBRACE, STATE(3710), 1, sym_comment, - [146180] = 3, + [146264] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(2420), 1, + ACTIONS(5780), 1, anon_sym_RBRACE, STATE(3711), 1, sym_comment, - [146190] = 3, + [146274] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5776), 1, - anon_sym_RBRACE, + ACTIONS(5782), 1, + anon_sym_RPAREN, STATE(3712), 1, sym_comment, - [146200] = 3, + [146284] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5778), 1, - anon_sym_RBRACE, + ACTIONS(5784), 1, + anon_sym_DOT, STATE(3713), 1, sym_comment, - [146210] = 3, + [146294] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5780), 1, - sym_identifier, + ACTIONS(5786), 1, + anon_sym_DOT, STATE(3714), 1, sym_comment, - [146220] = 3, + [146304] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5782), 1, - anon_sym_RBRACE, + ACTIONS(5788), 1, + anon_sym_EQ_GT, STATE(3715), 1, sym_comment, - [146230] = 3, + [146314] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5784), 1, - anon_sym_RPAREN, + ACTIONS(5790), 1, + anon_sym_RBRACE, STATE(3716), 1, sym_comment, - [146240] = 3, + [146324] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5786), 1, - anon_sym_LPAREN2, + ACTIONS(5792), 1, + anon_sym_DOLLAR, STATE(3717), 1, sym_comment, - [146250] = 3, + [146334] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5788), 1, - anon_sym_RPAREN, + ACTIONS(5794), 1, + anon_sym_DOLLAR, STATE(3718), 1, sym_comment, - [146260] = 3, + [146344] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5790), 1, - anon_sym_RPAREN, + ACTIONS(5796), 1, + anon_sym_LPAREN2, STATE(3719), 1, sym_comment, - [146270] = 3, + [146354] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5792), 1, - anon_sym_RPAREN, + ACTIONS(5798), 1, + sym_identifier, STATE(3720), 1, sym_comment, - [146280] = 3, + [146364] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5794), 1, + ACTIONS(5800), 1, anon_sym_RBRACE, STATE(3721), 1, sym_comment, - [146290] = 3, + [146374] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5796), 1, - anon_sym_in, + ACTIONS(5802), 1, + sym_identifier, STATE(3722), 1, sym_comment, - [146300] = 3, + [146384] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5798), 1, - anon_sym_RPAREN, + ACTIONS(5804), 1, + anon_sym_RBRACK, STATE(3723), 1, sym_comment, - [146310] = 3, + [146394] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5800), 1, + ACTIONS(5806), 1, anon_sym_in, STATE(3724), 1, sym_comment, - [146320] = 3, + [146404] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5802), 1, - anon_sym_RBRACE, + ACTIONS(5808), 1, + anon_sym_RBRACK, STATE(3725), 1, sym_comment, - [146330] = 3, + [146414] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5804), 1, - anon_sym_RPAREN, + ACTIONS(5810), 1, + anon_sym_in, STATE(3726), 1, sym_comment, - [146340] = 3, + [146424] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1322), 1, - anon_sym_in, + ACTIONS(5812), 1, + anon_sym_DOT, STATE(3727), 1, sym_comment, - [146350] = 3, + [146434] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5806), 1, - anon_sym_RPAREN, + ACTIONS(5814), 1, + anon_sym_EQ_GT, STATE(3728), 1, sym_comment, - [146360] = 3, - ACTIONS(3), 1, + [146444] = 3, + ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5808), 1, - aux_sym_shebang_token1, + ACTIONS(5816), 1, + anon_sym_EQ, STATE(3729), 1, sym_comment, - [146370] = 3, + [146454] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5810), 1, - anon_sym_LPAREN2, + ACTIONS(1416), 1, + anon_sym_in, STATE(3730), 1, sym_comment, - [146380] = 3, - ACTIONS(157), 1, + [146464] = 3, + ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(5812), 1, - anon_sym_LPAREN2, + ACTIONS(5818), 1, + aux_sym_shebang_token1, STATE(3731), 1, sym_comment, - [146390] = 3, + [146474] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5814), 1, + ACTIONS(5820), 1, anon_sym_LPAREN2, STATE(3732), 1, sym_comment, - [146400] = 3, + [146484] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5816), 1, + ACTIONS(5822), 1, anon_sym_LPAREN2, STATE(3733), 1, sym_comment, - [146410] = 3, + [146494] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5818), 1, + ACTIONS(5824), 1, anon_sym_LPAREN2, STATE(3734), 1, sym_comment, - [146420] = 3, + [146504] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5820), 1, + ACTIONS(5826), 1, anon_sym_LPAREN2, STATE(3735), 1, sym_comment, - [146430] = 3, + [146514] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5822), 1, + ACTIONS(5828), 1, anon_sym_LPAREN2, STATE(3736), 1, sym_comment, - [146440] = 3, + [146524] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5824), 1, + ACTIONS(5830), 1, anon_sym_LPAREN2, STATE(3737), 1, sym_comment, - [146450] = 3, + [146534] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5826), 1, + ACTIONS(5832), 1, anon_sym_LPAREN2, STATE(3738), 1, sym_comment, - [146460] = 3, + [146544] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5828), 1, + ACTIONS(5834), 1, anon_sym_LPAREN2, STATE(3739), 1, sym_comment, - [146470] = 3, + [146554] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5830), 1, + ACTIONS(5836), 1, anon_sym_LPAREN2, STATE(3740), 1, sym_comment, - [146480] = 3, + [146564] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5832), 1, + ACTIONS(5838), 1, anon_sym_LPAREN2, STATE(3741), 1, sym_comment, - [146490] = 3, + [146574] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5834), 1, + ACTIONS(5840), 1, anon_sym_LPAREN2, STATE(3742), 1, sym_comment, - [146500] = 3, + [146584] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(5836), 1, + ACTIONS(5842), 1, anon_sym_LPAREN2, STATE(3743), 1, sym_comment, - [146510] = 3, + [146594] = 3, ACTIONS(157), 1, anon_sym_POUND, - ACTIONS(1373), 1, - anon_sym_in, + ACTIONS(5844), 1, + anon_sym_LPAREN2, STATE(3744), 1, sym_comment, - [146520] = 1, - ACTIONS(5838), 1, + [146604] = 3, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(5846), 1, + anon_sym_LPAREN2, + STATE(3745), 1, + sym_comment, + [146614] = 3, + ACTIONS(157), 1, + anon_sym_POUND, + ACTIONS(5848), 1, + anon_sym_RPAREN, + STATE(3746), 1, + sym_comment, + [146624] = 1, + ACTIONS(5850), 1, ts_builtin_sym_end, }; static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(985)] = 0, - [SMALL_STATE(986)] = 77, - [SMALL_STATE(987)] = 150, - [SMALL_STATE(988)] = 229, - [SMALL_STATE(989)] = 302, - [SMALL_STATE(990)] = 375, + [SMALL_STATE(986)] = 79, + [SMALL_STATE(987)] = 152, + [SMALL_STATE(988)] = 225, + [SMALL_STATE(989)] = 298, + [SMALL_STATE(990)] = 371, [SMALL_STATE(991)] = 448, [SMALL_STATE(992)] = 527, - [SMALL_STATE(993)] = 658, - [SMALL_STATE(994)] = 731, - [SMALL_STATE(995)] = 804, - [SMALL_STATE(996)] = 877, - [SMALL_STATE(997)] = 950, + [SMALL_STATE(993)] = 600, + [SMALL_STATE(994)] = 673, + [SMALL_STATE(995)] = 746, + [SMALL_STATE(996)] = 819, + [SMALL_STATE(997)] = 892, [SMALL_STATE(998)] = 1023, - [SMALL_STATE(999)] = 1096, - [SMALL_STATE(1000)] = 1169, - [SMALL_STATE(1001)] = 1248, - [SMALL_STATE(1002)] = 1321, - [SMALL_STATE(1003)] = 1394, - [SMALL_STATE(1004)] = 1467, - [SMALL_STATE(1005)] = 1540, + [SMALL_STATE(999)] = 1102, + [SMALL_STATE(1000)] = 1175, + [SMALL_STATE(1001)] = 1254, + [SMALL_STATE(1002)] = 1327, + [SMALL_STATE(1003)] = 1400, + [SMALL_STATE(1004)] = 1473, + [SMALL_STATE(1005)] = 1546, [SMALL_STATE(1006)] = 1619, - [SMALL_STATE(1007)] = 1747, - [SMALL_STATE(1008)] = 1825, + [SMALL_STATE(1007)] = 1697, + [SMALL_STATE(1008)] = 1775, [SMALL_STATE(1009)] = 1903, - [SMALL_STATE(1010)] = 1975, - [SMALL_STATE(1011)] = 2053, - [SMALL_STATE(1012)] = 2131, - [SMALL_STATE(1013)] = 2209, - [SMALL_STATE(1014)] = 2287, - [SMALL_STATE(1015)] = 2365, - [SMALL_STATE(1016)] = 2443, - [SMALL_STATE(1017)] = 2521, - [SMALL_STATE(1018)] = 2599, - [SMALL_STATE(1019)] = 2675, - [SMALL_STATE(1020)] = 2749, - [SMALL_STATE(1021)] = 2827, - [SMALL_STATE(1022)] = 2905, - [SMALL_STATE(1023)] = 2983, - [SMALL_STATE(1024)] = 3061, - [SMALL_STATE(1025)] = 3135, - [SMALL_STATE(1026)] = 3213, - [SMALL_STATE(1027)] = 3295, - [SMALL_STATE(1028)] = 3373, + [SMALL_STATE(1010)] = 1981, + [SMALL_STATE(1011)] = 2059, + [SMALL_STATE(1012)] = 2137, + [SMALL_STATE(1013)] = 2265, + [SMALL_STATE(1014)] = 2343, + [SMALL_STATE(1015)] = 2421, + [SMALL_STATE(1016)] = 2503, + [SMALL_STATE(1017)] = 2581, + [SMALL_STATE(1018)] = 2657, + [SMALL_STATE(1019)] = 2731, + [SMALL_STATE(1020)] = 2805, + [SMALL_STATE(1021)] = 2883, + [SMALL_STATE(1022)] = 2961, + [SMALL_STATE(1023)] = 3033, + [SMALL_STATE(1024)] = 3111, + [SMALL_STATE(1025)] = 3189, + [SMALL_STATE(1026)] = 3267, + [SMALL_STATE(1027)] = 3345, + [SMALL_STATE(1028)] = 3423, [SMALL_STATE(1029)] = 3501, [SMALL_STATE(1030)] = 3572, - [SMALL_STATE(1031)] = 3643, - [SMALL_STATE(1032)] = 3722, - [SMALL_STATE(1033)] = 3793, - [SMALL_STATE(1034)] = 3864, - [SMALL_STATE(1035)] = 3935, - [SMALL_STATE(1036)] = 4006, - [SMALL_STATE(1037)] = 4085, - [SMALL_STATE(1038)] = 4156, + [SMALL_STATE(1031)] = 3651, + [SMALL_STATE(1032)] = 3724, + [SMALL_STATE(1033)] = 3803, + [SMALL_STATE(1034)] = 3874, + [SMALL_STATE(1035)] = 3945, + [SMALL_STATE(1036)] = 4016, + [SMALL_STATE(1037)] = 4087, + [SMALL_STATE(1038)] = 4158, [SMALL_STATE(1039)] = 4229, - [SMALL_STATE(1040)] = 4302, + [SMALL_STATE(1040)] = 4300, [SMALL_STATE(1041)] = 4373, - [SMALL_STATE(1042)] = 4499, - [SMALL_STATE(1043)] = 4573, - [SMALL_STATE(1044)] = 4645, - [SMALL_STATE(1045)] = 4717, - [SMALL_STATE(1046)] = 4789, - [SMALL_STATE(1047)] = 4861, - [SMALL_STATE(1048)] = 4933, - [SMALL_STATE(1049)] = 5005, - [SMALL_STATE(1050)] = 5075, - [SMALL_STATE(1051)] = 5145, - [SMALL_STATE(1052)] = 5271, - [SMALL_STATE(1053)] = 5343, - [SMALL_STATE(1054)] = 5415, - [SMALL_STATE(1055)] = 5485, - [SMALL_STATE(1056)] = 5555, - [SMALL_STATE(1057)] = 5627, - [SMALL_STATE(1058)] = 5699, - [SMALL_STATE(1059)] = 5769, - [SMALL_STATE(1060)] = 5839, - [SMALL_STATE(1061)] = 5911, - [SMALL_STATE(1062)] = 6037, - [SMALL_STATE(1063)] = 6109, - [SMALL_STATE(1064)] = 6181, - [SMALL_STATE(1065)] = 6307, - [SMALL_STATE(1066)] = 6379, - [SMALL_STATE(1067)] = 6451, - [SMALL_STATE(1068)] = 6577, - [SMALL_STATE(1069)] = 6703, - [SMALL_STATE(1070)] = 6829, - [SMALL_STATE(1071)] = 6955, - [SMALL_STATE(1072)] = 7081, - [SMALL_STATE(1073)] = 7153, - [SMALL_STATE(1074)] = 7279, - [SMALL_STATE(1075)] = 7405, - [SMALL_STATE(1076)] = 7531, + [SMALL_STATE(1042)] = 4445, + [SMALL_STATE(1043)] = 4571, + [SMALL_STATE(1044)] = 4643, + [SMALL_STATE(1045)] = 4715, + [SMALL_STATE(1046)] = 4841, + [SMALL_STATE(1047)] = 4911, + [SMALL_STATE(1048)] = 4981, + [SMALL_STATE(1049)] = 5051, + [SMALL_STATE(1050)] = 5123, + [SMALL_STATE(1051)] = 5249, + [SMALL_STATE(1052)] = 5375, + [SMALL_STATE(1053)] = 5501, + [SMALL_STATE(1054)] = 5573, + [SMALL_STATE(1055)] = 5645, + [SMALL_STATE(1056)] = 5717, + [SMALL_STATE(1057)] = 5843, + [SMALL_STATE(1058)] = 5969, + [SMALL_STATE(1059)] = 6095, + [SMALL_STATE(1060)] = 6221, + [SMALL_STATE(1061)] = 6293, + [SMALL_STATE(1062)] = 6365, + [SMALL_STATE(1063)] = 6437, + [SMALL_STATE(1064)] = 6509, + [SMALL_STATE(1065)] = 6581, + [SMALL_STATE(1066)] = 6651, + [SMALL_STATE(1067)] = 6777, + [SMALL_STATE(1068)] = 6903, + [SMALL_STATE(1069)] = 6975, + [SMALL_STATE(1070)] = 7047, + [SMALL_STATE(1071)] = 7119, + [SMALL_STATE(1072)] = 7189, + [SMALL_STATE(1073)] = 7261, + [SMALL_STATE(1074)] = 7335, + [SMALL_STATE(1075)] = 7461, + [SMALL_STATE(1076)] = 7533, [SMALL_STATE(1077)] = 7603, [SMALL_STATE(1078)] = 7729, - [SMALL_STATE(1079)] = 7801, + [SMALL_STATE(1079)] = 7855, [SMALL_STATE(1080)] = 7927, [SMALL_STATE(1081)] = 8053, [SMALL_STATE(1082)] = 8179, @@ -244278,113 +244377,113 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1090)] = 9187, [SMALL_STATE(1091)] = 9313, [SMALL_STATE(1092)] = 9382, - [SMALL_STATE(1093)] = 9477, - [SMALL_STATE(1094)] = 9546, - [SMALL_STATE(1095)] = 9615, - [SMALL_STATE(1096)] = 9684, - [SMALL_STATE(1097)] = 9817, - [SMALL_STATE(1098)] = 9942, - [SMALL_STATE(1099)] = 10067, - [SMALL_STATE(1100)] = 10192, - [SMALL_STATE(1101)] = 10293, - [SMALL_STATE(1102)] = 10418, - [SMALL_STATE(1103)] = 10543, - [SMALL_STATE(1104)] = 10668, - [SMALL_STATE(1105)] = 10793, - [SMALL_STATE(1106)] = 10926, - [SMALL_STATE(1107)] = 10995, - [SMALL_STATE(1108)] = 11078, - [SMALL_STATE(1109)] = 11155, - [SMALL_STATE(1110)] = 11240, - [SMALL_STATE(1111)] = 11315, - [SMALL_STATE(1112)] = 11386, - [SMALL_STATE(1113)] = 11465, - [SMALL_STATE(1114)] = 11552, - [SMALL_STATE(1115)] = 11641, - [SMALL_STATE(1116)] = 11732, - [SMALL_STATE(1117)] = 11825, - [SMALL_STATE(1118)] = 11920, - [SMALL_STATE(1119)] = 12017, - [SMALL_STATE(1120)] = 12116, - [SMALL_STATE(1121)] = 12249, - [SMALL_STATE(1122)] = 12374, - [SMALL_STATE(1123)] = 12499, - [SMALL_STATE(1124)] = 12568, - [SMALL_STATE(1125)] = 12693, - [SMALL_STATE(1126)] = 12818, - [SMALL_STATE(1127)] = 12943, - [SMALL_STATE(1128)] = 13068, - [SMALL_STATE(1129)] = 13137, - [SMALL_STATE(1130)] = 13262, - [SMALL_STATE(1131)] = 13331, - [SMALL_STATE(1132)] = 13456, - [SMALL_STATE(1133)] = 13529, - [SMALL_STATE(1134)] = 13598, - [SMALL_STATE(1135)] = 13669, - [SMALL_STATE(1136)] = 13794, - [SMALL_STATE(1137)] = 13863, - [SMALL_STATE(1138)] = 13932, - [SMALL_STATE(1139)] = 14005, - [SMALL_STATE(1140)] = 14074, - [SMALL_STATE(1141)] = 14143, - [SMALL_STATE(1142)] = 14226, + [SMALL_STATE(1093)] = 9507, + [SMALL_STATE(1094)] = 9632, + [SMALL_STATE(1095)] = 9701, + [SMALL_STATE(1096)] = 9826, + [SMALL_STATE(1097)] = 9895, + [SMALL_STATE(1098)] = 10020, + [SMALL_STATE(1099)] = 10103, + [SMALL_STATE(1100)] = 10180, + [SMALL_STATE(1101)] = 10265, + [SMALL_STATE(1102)] = 10340, + [SMALL_STATE(1103)] = 10411, + [SMALL_STATE(1104)] = 10490, + [SMALL_STATE(1105)] = 10577, + [SMALL_STATE(1106)] = 10666, + [SMALL_STATE(1107)] = 10757, + [SMALL_STATE(1108)] = 10850, + [SMALL_STATE(1109)] = 10945, + [SMALL_STATE(1110)] = 11042, + [SMALL_STATE(1111)] = 11141, + [SMALL_STATE(1112)] = 11266, + [SMALL_STATE(1113)] = 11335, + [SMALL_STATE(1114)] = 11460, + [SMALL_STATE(1115)] = 11529, + [SMALL_STATE(1116)] = 11662, + [SMALL_STATE(1117)] = 11787, + [SMALL_STATE(1118)] = 11912, + [SMALL_STATE(1119)] = 12037, + [SMALL_STATE(1120)] = 12162, + [SMALL_STATE(1121)] = 12231, + [SMALL_STATE(1122)] = 12304, + [SMALL_STATE(1123)] = 12373, + [SMALL_STATE(1124)] = 12456, + [SMALL_STATE(1125)] = 12533, + [SMALL_STATE(1126)] = 12620, + [SMALL_STATE(1127)] = 12695, + [SMALL_STATE(1128)] = 12766, + [SMALL_STATE(1129)] = 12845, + [SMALL_STATE(1130)] = 12970, + [SMALL_STATE(1131)] = 13095, + [SMALL_STATE(1132)] = 13184, + [SMALL_STATE(1133)] = 13253, + [SMALL_STATE(1134)] = 13344, + [SMALL_STATE(1135)] = 13469, + [SMALL_STATE(1136)] = 13594, + [SMALL_STATE(1137)] = 13719, + [SMALL_STATE(1138)] = 13852, + [SMALL_STATE(1139)] = 13945, + [SMALL_STATE(1140)] = 14014, + [SMALL_STATE(1141)] = 14083, + [SMALL_STATE(1142)] = 14178, [SMALL_STATE(1143)] = 14303, - [SMALL_STATE(1144)] = 14390, - [SMALL_STATE(1145)] = 14465, - [SMALL_STATE(1146)] = 14534, - [SMALL_STATE(1147)] = 14613, - [SMALL_STATE(1148)] = 14702, - [SMALL_STATE(1149)] = 14793, - [SMALL_STATE(1150)] = 14886, - [SMALL_STATE(1151)] = 15011, - [SMALL_STATE(1152)] = 15108, - [SMALL_STATE(1153)] = 15207, - [SMALL_STATE(1154)] = 15276, - [SMALL_STATE(1155)] = 15345, - [SMALL_STATE(1156)] = 15414, - [SMALL_STATE(1157)] = 15483, - [SMALL_STATE(1158)] = 15552, - [SMALL_STATE(1159)] = 15677, - [SMALL_STATE(1160)] = 15746, - [SMALL_STATE(1161)] = 15815, - [SMALL_STATE(1162)] = 15884, - [SMALL_STATE(1163)] = 15953, - [SMALL_STATE(1164)] = 16022, - [SMALL_STATE(1165)] = 16091, - [SMALL_STATE(1166)] = 16160, - [SMALL_STATE(1167)] = 16261, - [SMALL_STATE(1168)] = 16330, - [SMALL_STATE(1169)] = 16455, - [SMALL_STATE(1170)] = 16524, + [SMALL_STATE(1144)] = 14428, + [SMALL_STATE(1145)] = 14525, + [SMALL_STATE(1146)] = 14650, + [SMALL_STATE(1147)] = 14775, + [SMALL_STATE(1148)] = 14844, + [SMALL_STATE(1149)] = 14913, + [SMALL_STATE(1150)] = 15012, + [SMALL_STATE(1151)] = 15113, + [SMALL_STATE(1152)] = 15182, + [SMALL_STATE(1153)] = 15251, + [SMALL_STATE(1154)] = 15320, + [SMALL_STATE(1155)] = 15445, + [SMALL_STATE(1156)] = 15514, + [SMALL_STATE(1157)] = 15583, + [SMALL_STATE(1158)] = 15716, + [SMALL_STATE(1159)] = 15785, + [SMALL_STATE(1160)] = 15854, + [SMALL_STATE(1161)] = 15923, + [SMALL_STATE(1162)] = 15992, + [SMALL_STATE(1163)] = 16061, + [SMALL_STATE(1164)] = 16130, + [SMALL_STATE(1165)] = 16199, + [SMALL_STATE(1166)] = 16268, + [SMALL_STATE(1167)] = 16341, + [SMALL_STATE(1168)] = 16442, + [SMALL_STATE(1169)] = 16511, + [SMALL_STATE(1170)] = 16580, [SMALL_STATE(1171)] = 16649, [SMALL_STATE(1172)] = 16718, - [SMALL_STATE(1173)] = 16851, - [SMALL_STATE(1174)] = 16976, - [SMALL_STATE(1175)] = 17101, - [SMALL_STATE(1176)] = 17170, - [SMALL_STATE(1177)] = 17239, - [SMALL_STATE(1178)] = 17308, - [SMALL_STATE(1179)] = 17377, - [SMALL_STATE(1180)] = 17446, - [SMALL_STATE(1181)] = 17515, - [SMALL_STATE(1182)] = 17584, - [SMALL_STATE(1183)] = 17653, - [SMALL_STATE(1184)] = 17722, - [SMALL_STATE(1185)] = 17791, - [SMALL_STATE(1186)] = 17860, - [SMALL_STATE(1187)] = 17929, - [SMALL_STATE(1188)] = 17998, - [SMALL_STATE(1189)] = 18067, - [SMALL_STATE(1190)] = 18136, - [SMALL_STATE(1191)] = 18205, - [SMALL_STATE(1192)] = 18274, - [SMALL_STATE(1193)] = 18399, - [SMALL_STATE(1194)] = 18524, - [SMALL_STATE(1195)] = 18649, - [SMALL_STATE(1196)] = 18718, - [SMALL_STATE(1197)] = 18819, - [SMALL_STATE(1198)] = 18888, - [SMALL_STATE(1199)] = 18957, + [SMALL_STATE(1173)] = 16843, + [SMALL_STATE(1174)] = 16912, + [SMALL_STATE(1175)] = 16981, + [SMALL_STATE(1176)] = 17050, + [SMALL_STATE(1177)] = 17183, + [SMALL_STATE(1178)] = 17284, + [SMALL_STATE(1179)] = 17353, + [SMALL_STATE(1180)] = 17422, + [SMALL_STATE(1181)] = 17491, + [SMALL_STATE(1182)] = 17560, + [SMALL_STATE(1183)] = 17629, + [SMALL_STATE(1184)] = 17698, + [SMALL_STATE(1185)] = 17767, + [SMALL_STATE(1186)] = 17836, + [SMALL_STATE(1187)] = 17905, + [SMALL_STATE(1188)] = 17974, + [SMALL_STATE(1189)] = 18043, + [SMALL_STATE(1190)] = 18168, + [SMALL_STATE(1191)] = 18237, + [SMALL_STATE(1192)] = 18306, + [SMALL_STATE(1193)] = 18375, + [SMALL_STATE(1194)] = 18500, + [SMALL_STATE(1195)] = 18569, + [SMALL_STATE(1196)] = 18694, + [SMALL_STATE(1197)] = 18763, + [SMALL_STATE(1198)] = 18832, + [SMALL_STATE(1199)] = 18901, [SMALL_STATE(1200)] = 19026, [SMALL_STATE(1201)] = 19095, [SMALL_STATE(1202)] = 19221, @@ -244396,45 +244495,45 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1208)] = 19947, [SMALL_STATE(1209)] = 20068, [SMALL_STATE(1210)] = 20189, - [SMALL_STATE(1211)] = 20309, + [SMALL_STATE(1211)] = 20311, [SMALL_STATE(1212)] = 20431, - [SMALL_STATE(1213)] = 20553, - [SMALL_STATE(1214)] = 20673, - [SMALL_STATE(1215)] = 20795, - [SMALL_STATE(1216)] = 20915, - [SMALL_STATE(1217)] = 21035, - [SMALL_STATE(1218)] = 21157, - [SMALL_STATE(1219)] = 21277, - [SMALL_STATE(1220)] = 21399, - [SMALL_STATE(1221)] = 21517, - [SMALL_STATE(1222)] = 21637, - [SMALL_STATE(1223)] = 21759, - [SMALL_STATE(1224)] = 21881, - [SMALL_STATE(1225)] = 22001, - [SMALL_STATE(1226)] = 22121, - [SMALL_STATE(1227)] = 22243, - [SMALL_STATE(1228)] = 22365, - [SMALL_STATE(1229)] = 22485, - [SMALL_STATE(1230)] = 22605, - [SMALL_STATE(1231)] = 22727, - [SMALL_STATE(1232)] = 22847, - [SMALL_STATE(1233)] = 22967, - [SMALL_STATE(1234)] = 23089, - [SMALL_STATE(1235)] = 23211, - [SMALL_STATE(1236)] = 23331, - [SMALL_STATE(1237)] = 23453, - [SMALL_STATE(1238)] = 23573, - [SMALL_STATE(1239)] = 23695, - [SMALL_STATE(1240)] = 23815, + [SMALL_STATE(1213)] = 20549, + [SMALL_STATE(1214)] = 20671, + [SMALL_STATE(1215)] = 20791, + [SMALL_STATE(1216)] = 20911, + [SMALL_STATE(1217)] = 21033, + [SMALL_STATE(1218)] = 21155, + [SMALL_STATE(1219)] = 21275, + [SMALL_STATE(1220)] = 21395, + [SMALL_STATE(1221)] = 21515, + [SMALL_STATE(1222)] = 21635, + [SMALL_STATE(1223)] = 21757, + [SMALL_STATE(1224)] = 21877, + [SMALL_STATE(1225)] = 21997, + [SMALL_STATE(1226)] = 22119, + [SMALL_STATE(1227)] = 22241, + [SMALL_STATE(1228)] = 22361, + [SMALL_STATE(1229)] = 22481, + [SMALL_STATE(1230)] = 22603, + [SMALL_STATE(1231)] = 22723, + [SMALL_STATE(1232)] = 22845, + [SMALL_STATE(1233)] = 22965, + [SMALL_STATE(1234)] = 23085, + [SMALL_STATE(1235)] = 23207, + [SMALL_STATE(1236)] = 23329, + [SMALL_STATE(1237)] = 23449, + [SMALL_STATE(1238)] = 23571, + [SMALL_STATE(1239)] = 23693, + [SMALL_STATE(1240)] = 23813, [SMALL_STATE(1241)] = 23935, [SMALL_STATE(1242)] = 24057, [SMALL_STATE(1243)] = 24177, - [SMALL_STATE(1244)] = 24297, - [SMALL_STATE(1245)] = 24417, - [SMALL_STATE(1246)] = 24539, - [SMALL_STATE(1247)] = 24661, - [SMALL_STATE(1248)] = 24783, - [SMALL_STATE(1249)] = 24903, + [SMALL_STATE(1244)] = 24299, + [SMALL_STATE(1245)] = 24419, + [SMALL_STATE(1246)] = 24541, + [SMALL_STATE(1247)] = 24663, + [SMALL_STATE(1248)] = 24785, + [SMALL_STATE(1249)] = 24905, [SMALL_STATE(1250)] = 25025, [SMALL_STATE(1251)] = 25144, [SMALL_STATE(1252)] = 25263, @@ -244458,112 +244557,112 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1270)] = 27405, [SMALL_STATE(1271)] = 27524, [SMALL_STATE(1272)] = 27643, - [SMALL_STATE(1273)] = 27758, - [SMALL_STATE(1274)] = 27873, - [SMALL_STATE(1275)] = 27992, - [SMALL_STATE(1276)] = 28111, - [SMALL_STATE(1277)] = 28230, - [SMALL_STATE(1278)] = 28349, - [SMALL_STATE(1279)] = 28468, - [SMALL_STATE(1280)] = 28587, - [SMALL_STATE(1281)] = 28706, - [SMALL_STATE(1282)] = 28825, - [SMALL_STATE(1283)] = 28944, - [SMALL_STATE(1284)] = 29063, - [SMALL_STATE(1285)] = 29182, - [SMALL_STATE(1286)] = 29301, - [SMALL_STATE(1287)] = 29420, - [SMALL_STATE(1288)] = 29539, - [SMALL_STATE(1289)] = 29658, - [SMALL_STATE(1290)] = 29777, - [SMALL_STATE(1291)] = 29896, - [SMALL_STATE(1292)] = 30015, - [SMALL_STATE(1293)] = 30134, - [SMALL_STATE(1294)] = 30253, - [SMALL_STATE(1295)] = 30372, - [SMALL_STATE(1296)] = 30491, - [SMALL_STATE(1297)] = 30610, - [SMALL_STATE(1298)] = 30729, - [SMALL_STATE(1299)] = 30848, - [SMALL_STATE(1300)] = 30967, - [SMALL_STATE(1301)] = 31086, - [SMALL_STATE(1302)] = 31205, - [SMALL_STATE(1303)] = 31324, - [SMALL_STATE(1304)] = 31443, - [SMALL_STATE(1305)] = 31562, - [SMALL_STATE(1306)] = 31681, - [SMALL_STATE(1307)] = 31800, - [SMALL_STATE(1308)] = 31919, - [SMALL_STATE(1309)] = 32038, - [SMALL_STATE(1310)] = 32157, - [SMALL_STATE(1311)] = 32276, - [SMALL_STATE(1312)] = 32395, - [SMALL_STATE(1313)] = 32514, - [SMALL_STATE(1314)] = 32633, - [SMALL_STATE(1315)] = 32752, - [SMALL_STATE(1316)] = 32871, - [SMALL_STATE(1317)] = 32990, - [SMALL_STATE(1318)] = 33109, - [SMALL_STATE(1319)] = 33228, - [SMALL_STATE(1320)] = 33347, - [SMALL_STATE(1321)] = 33466, - [SMALL_STATE(1322)] = 33585, - [SMALL_STATE(1323)] = 33704, - [SMALL_STATE(1324)] = 33823, - [SMALL_STATE(1325)] = 33942, - [SMALL_STATE(1326)] = 34061, - [SMALL_STATE(1327)] = 34180, - [SMALL_STATE(1328)] = 34299, - [SMALL_STATE(1329)] = 34418, - [SMALL_STATE(1330)] = 34537, - [SMALL_STATE(1331)] = 34656, - [SMALL_STATE(1332)] = 34775, - [SMALL_STATE(1333)] = 34894, - [SMALL_STATE(1334)] = 35013, - [SMALL_STATE(1335)] = 35132, - [SMALL_STATE(1336)] = 35251, - [SMALL_STATE(1337)] = 35370, - [SMALL_STATE(1338)] = 35489, - [SMALL_STATE(1339)] = 35608, - [SMALL_STATE(1340)] = 35727, - [SMALL_STATE(1341)] = 35846, - [SMALL_STATE(1342)] = 35965, - [SMALL_STATE(1343)] = 36084, - [SMALL_STATE(1344)] = 36203, - [SMALL_STATE(1345)] = 36322, - [SMALL_STATE(1346)] = 36441, - [SMALL_STATE(1347)] = 36560, - [SMALL_STATE(1348)] = 36679, - [SMALL_STATE(1349)] = 36798, - [SMALL_STATE(1350)] = 36917, - [SMALL_STATE(1351)] = 37036, - [SMALL_STATE(1352)] = 37155, - [SMALL_STATE(1353)] = 37274, - [SMALL_STATE(1354)] = 37393, - [SMALL_STATE(1355)] = 37512, - [SMALL_STATE(1356)] = 37631, - [SMALL_STATE(1357)] = 37750, - [SMALL_STATE(1358)] = 37869, - [SMALL_STATE(1359)] = 37988, - [SMALL_STATE(1360)] = 38107, - [SMALL_STATE(1361)] = 38226, - [SMALL_STATE(1362)] = 38345, - [SMALL_STATE(1363)] = 38464, - [SMALL_STATE(1364)] = 38583, - [SMALL_STATE(1365)] = 38702, - [SMALL_STATE(1366)] = 38821, - [SMALL_STATE(1367)] = 38940, - [SMALL_STATE(1368)] = 39059, - [SMALL_STATE(1369)] = 39178, - [SMALL_STATE(1370)] = 39297, - [SMALL_STATE(1371)] = 39416, - [SMALL_STATE(1372)] = 39535, - [SMALL_STATE(1373)] = 39654, - [SMALL_STATE(1374)] = 39773, - [SMALL_STATE(1375)] = 39892, - [SMALL_STATE(1376)] = 40011, - [SMALL_STATE(1377)] = 40130, - [SMALL_STATE(1378)] = 40249, + [SMALL_STATE(1273)] = 27762, + [SMALL_STATE(1274)] = 27881, + [SMALL_STATE(1275)] = 28000, + [SMALL_STATE(1276)] = 28119, + [SMALL_STATE(1277)] = 28238, + [SMALL_STATE(1278)] = 28357, + [SMALL_STATE(1279)] = 28476, + [SMALL_STATE(1280)] = 28595, + [SMALL_STATE(1281)] = 28714, + [SMALL_STATE(1282)] = 28833, + [SMALL_STATE(1283)] = 28952, + [SMALL_STATE(1284)] = 29071, + [SMALL_STATE(1285)] = 29190, + [SMALL_STATE(1286)] = 29309, + [SMALL_STATE(1287)] = 29428, + [SMALL_STATE(1288)] = 29547, + [SMALL_STATE(1289)] = 29666, + [SMALL_STATE(1290)] = 29785, + [SMALL_STATE(1291)] = 29904, + [SMALL_STATE(1292)] = 30023, + [SMALL_STATE(1293)] = 30142, + [SMALL_STATE(1294)] = 30261, + [SMALL_STATE(1295)] = 30380, + [SMALL_STATE(1296)] = 30499, + [SMALL_STATE(1297)] = 30618, + [SMALL_STATE(1298)] = 30737, + [SMALL_STATE(1299)] = 30856, + [SMALL_STATE(1300)] = 30975, + [SMALL_STATE(1301)] = 31094, + [SMALL_STATE(1302)] = 31213, + [SMALL_STATE(1303)] = 31332, + [SMALL_STATE(1304)] = 31451, + [SMALL_STATE(1305)] = 31570, + [SMALL_STATE(1306)] = 31689, + [SMALL_STATE(1307)] = 31808, + [SMALL_STATE(1308)] = 31927, + [SMALL_STATE(1309)] = 32046, + [SMALL_STATE(1310)] = 32165, + [SMALL_STATE(1311)] = 32284, + [SMALL_STATE(1312)] = 32403, + [SMALL_STATE(1313)] = 32522, + [SMALL_STATE(1314)] = 32641, + [SMALL_STATE(1315)] = 32760, + [SMALL_STATE(1316)] = 32879, + [SMALL_STATE(1317)] = 32998, + [SMALL_STATE(1318)] = 33117, + [SMALL_STATE(1319)] = 33236, + [SMALL_STATE(1320)] = 33355, + [SMALL_STATE(1321)] = 33474, + [SMALL_STATE(1322)] = 33593, + [SMALL_STATE(1323)] = 33712, + [SMALL_STATE(1324)] = 33831, + [SMALL_STATE(1325)] = 33950, + [SMALL_STATE(1326)] = 34069, + [SMALL_STATE(1327)] = 34188, + [SMALL_STATE(1328)] = 34307, + [SMALL_STATE(1329)] = 34426, + [SMALL_STATE(1330)] = 34545, + [SMALL_STATE(1331)] = 34664, + [SMALL_STATE(1332)] = 34783, + [SMALL_STATE(1333)] = 34902, + [SMALL_STATE(1334)] = 35021, + [SMALL_STATE(1335)] = 35140, + [SMALL_STATE(1336)] = 35259, + [SMALL_STATE(1337)] = 35378, + [SMALL_STATE(1338)] = 35497, + [SMALL_STATE(1339)] = 35616, + [SMALL_STATE(1340)] = 35735, + [SMALL_STATE(1341)] = 35854, + [SMALL_STATE(1342)] = 35973, + [SMALL_STATE(1343)] = 36092, + [SMALL_STATE(1344)] = 36211, + [SMALL_STATE(1345)] = 36330, + [SMALL_STATE(1346)] = 36449, + [SMALL_STATE(1347)] = 36568, + [SMALL_STATE(1348)] = 36687, + [SMALL_STATE(1349)] = 36806, + [SMALL_STATE(1350)] = 36925, + [SMALL_STATE(1351)] = 37044, + [SMALL_STATE(1352)] = 37163, + [SMALL_STATE(1353)] = 37282, + [SMALL_STATE(1354)] = 37401, + [SMALL_STATE(1355)] = 37520, + [SMALL_STATE(1356)] = 37639, + [SMALL_STATE(1357)] = 37758, + [SMALL_STATE(1358)] = 37877, + [SMALL_STATE(1359)] = 37996, + [SMALL_STATE(1360)] = 38115, + [SMALL_STATE(1361)] = 38234, + [SMALL_STATE(1362)] = 38353, + [SMALL_STATE(1363)] = 38472, + [SMALL_STATE(1364)] = 38591, + [SMALL_STATE(1365)] = 38710, + [SMALL_STATE(1366)] = 38829, + [SMALL_STATE(1367)] = 38948, + [SMALL_STATE(1368)] = 39067, + [SMALL_STATE(1369)] = 39186, + [SMALL_STATE(1370)] = 39305, + [SMALL_STATE(1371)] = 39424, + [SMALL_STATE(1372)] = 39543, + [SMALL_STATE(1373)] = 39662, + [SMALL_STATE(1374)] = 39781, + [SMALL_STATE(1375)] = 39900, + [SMALL_STATE(1376)] = 40019, + [SMALL_STATE(1377)] = 40138, + [SMALL_STATE(1378)] = 40253, [SMALL_STATE(1379)] = 40368, [SMALL_STATE(1380)] = 40487, [SMALL_STATE(1381)] = 40606, @@ -244827,4913 +244926,4921 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1639)] = 68980, [SMALL_STATE(1640)] = 69042, [SMALL_STATE(1641)] = 69104, - [SMALL_STATE(1642)] = 69166, - [SMALL_STATE(1643)] = 69228, - [SMALL_STATE(1644)] = 69290, - [SMALL_STATE(1645)] = 69352, - [SMALL_STATE(1646)] = 69414, - [SMALL_STATE(1647)] = 69476, - [SMALL_STATE(1648)] = 69538, - [SMALL_STATE(1649)] = 69600, - [SMALL_STATE(1650)] = 69662, + [SMALL_STATE(1642)] = 69164, + [SMALL_STATE(1643)] = 69226, + [SMALL_STATE(1644)] = 69288, + [SMALL_STATE(1645)] = 69350, + [SMALL_STATE(1646)] = 69412, + [SMALL_STATE(1647)] = 69474, + [SMALL_STATE(1648)] = 69536, + [SMALL_STATE(1649)] = 69598, + [SMALL_STATE(1650)] = 69660, [SMALL_STATE(1651)] = 69722, - [SMALL_STATE(1652)] = 69781, - [SMALL_STATE(1653)] = 69842, - [SMALL_STATE(1654)] = 69899, - [SMALL_STATE(1655)] = 69960, - [SMALL_STATE(1656)] = 70021, - [SMALL_STATE(1657)] = 70082, + [SMALL_STATE(1652)] = 69783, + [SMALL_STATE(1653)] = 69840, + [SMALL_STATE(1654)] = 69901, + [SMALL_STATE(1655)] = 69956, + [SMALL_STATE(1656)] = 70017, + [SMALL_STATE(1657)] = 70080, [SMALL_STATE(1658)] = 70143, - [SMALL_STATE(1659)] = 70200, - [SMALL_STATE(1660)] = 70261, - [SMALL_STATE(1661)] = 70324, - [SMALL_STATE(1662)] = 70379, - [SMALL_STATE(1663)] = 70440, - [SMALL_STATE(1664)] = 70503, - [SMALL_STATE(1665)] = 70564, - [SMALL_STATE(1666)] = 70619, + [SMALL_STATE(1659)] = 70204, + [SMALL_STATE(1660)] = 70265, + [SMALL_STATE(1661)] = 70326, + [SMALL_STATE(1662)] = 70387, + [SMALL_STATE(1663)] = 70448, + [SMALL_STATE(1664)] = 70507, + [SMALL_STATE(1665)] = 70568, + [SMALL_STATE(1666)] = 70625, [SMALL_STATE(1667)] = 70680, [SMALL_STATE(1668)] = 70741, [SMALL_STATE(1669)] = 70802, [SMALL_STATE(1670)] = 70863, [SMALL_STATE(1671)] = 70917, - [SMALL_STATE(1672)] = 70975, - [SMALL_STATE(1673)] = 71029, - [SMALL_STATE(1674)] = 71085, - [SMALL_STATE(1675)] = 71145, - [SMALL_STATE(1676)] = 71205, - [SMALL_STATE(1677)] = 71259, - [SMALL_STATE(1678)] = 71319, - [SMALL_STATE(1679)] = 71379, - [SMALL_STATE(1680)] = 71435, - [SMALL_STATE(1681)] = 71491, - [SMALL_STATE(1682)] = 71545, - [SMALL_STATE(1683)] = 71599, + [SMALL_STATE(1672)] = 70973, + [SMALL_STATE(1673)] = 71033, + [SMALL_STATE(1674)] = 71087, + [SMALL_STATE(1675)] = 71147, + [SMALL_STATE(1676)] = 71201, + [SMALL_STATE(1677)] = 71255, + [SMALL_STATE(1678)] = 71311, + [SMALL_STATE(1679)] = 71371, + [SMALL_STATE(1680)] = 71431, + [SMALL_STATE(1681)] = 71487, + [SMALL_STATE(1682)] = 71547, + [SMALL_STATE(1683)] = 71605, [SMALL_STATE(1684)] = 71659, - [SMALL_STATE(1685)] = 71718, - [SMALL_STATE(1686)] = 71771, - [SMALL_STATE(1687)] = 71824, - [SMALL_STATE(1688)] = 71877, - [SMALL_STATE(1689)] = 71930, - [SMALL_STATE(1690)] = 71983, - [SMALL_STATE(1691)] = 72036, - [SMALL_STATE(1692)] = 72089, - [SMALL_STATE(1693)] = 72142, - [SMALL_STATE(1694)] = 72195, - [SMALL_STATE(1695)] = 72248, - [SMALL_STATE(1696)] = 72303, - [SMALL_STATE(1697)] = 72356, - [SMALL_STATE(1698)] = 72409, - [SMALL_STATE(1699)] = 72462, - [SMALL_STATE(1700)] = 72515, - [SMALL_STATE(1701)] = 72568, - [SMALL_STATE(1702)] = 72621, - [SMALL_STATE(1703)] = 72674, - [SMALL_STATE(1704)] = 72727, - [SMALL_STATE(1705)] = 72786, - [SMALL_STATE(1706)] = 72839, - [SMALL_STATE(1707)] = 72892, - [SMALL_STATE(1708)] = 72945, - [SMALL_STATE(1709)] = 72998, - [SMALL_STATE(1710)] = 73051, - [SMALL_STATE(1711)] = 73104, - [SMALL_STATE(1712)] = 73157, - [SMALL_STATE(1713)] = 73210, - [SMALL_STATE(1714)] = 73265, - [SMALL_STATE(1715)] = 73318, - [SMALL_STATE(1716)] = 73377, - [SMALL_STATE(1717)] = 73432, - [SMALL_STATE(1718)] = 73487, - [SMALL_STATE(1719)] = 73540, - [SMALL_STATE(1720)] = 73593, - [SMALL_STATE(1721)] = 73646, - [SMALL_STATE(1722)] = 73699, - [SMALL_STATE(1723)] = 73756, - [SMALL_STATE(1724)] = 73809, - [SMALL_STATE(1725)] = 73862, - [SMALL_STATE(1726)] = 73915, + [SMALL_STATE(1685)] = 71712, + [SMALL_STATE(1686)] = 71765, + [SMALL_STATE(1687)] = 71818, + [SMALL_STATE(1688)] = 71871, + [SMALL_STATE(1689)] = 71924, + [SMALL_STATE(1690)] = 71977, + [SMALL_STATE(1691)] = 72030, + [SMALL_STATE(1692)] = 72083, + [SMALL_STATE(1693)] = 72136, + [SMALL_STATE(1694)] = 72191, + [SMALL_STATE(1695)] = 72246, + [SMALL_STATE(1696)] = 72301, + [SMALL_STATE(1697)] = 72354, + [SMALL_STATE(1698)] = 72407, + [SMALL_STATE(1699)] = 72460, + [SMALL_STATE(1700)] = 72513, + [SMALL_STATE(1701)] = 72566, + [SMALL_STATE(1702)] = 72619, + [SMALL_STATE(1703)] = 72672, + [SMALL_STATE(1704)] = 72725, + [SMALL_STATE(1705)] = 72778, + [SMALL_STATE(1706)] = 72831, + [SMALL_STATE(1707)] = 72890, + [SMALL_STATE(1708)] = 72943, + [SMALL_STATE(1709)] = 73002, + [SMALL_STATE(1710)] = 73055, + [SMALL_STATE(1711)] = 73108, + [SMALL_STATE(1712)] = 73161, + [SMALL_STATE(1713)] = 73214, + [SMALL_STATE(1714)] = 73267, + [SMALL_STATE(1715)] = 73320, + [SMALL_STATE(1716)] = 73373, + [SMALL_STATE(1717)] = 73426, + [SMALL_STATE(1718)] = 73479, + [SMALL_STATE(1719)] = 73538, + [SMALL_STATE(1720)] = 73591, + [SMALL_STATE(1721)] = 73644, + [SMALL_STATE(1722)] = 73701, + [SMALL_STATE(1723)] = 73754, + [SMALL_STATE(1724)] = 73807, + [SMALL_STATE(1725)] = 73860, + [SMALL_STATE(1726)] = 73913, [SMALL_STATE(1727)] = 73968, [SMALL_STATE(1728)] = 74021, [SMALL_STATE(1729)] = 74074, [SMALL_STATE(1730)] = 74127, - [SMALL_STATE(1731)] = 74180, - [SMALL_STATE(1732)] = 74233, + [SMALL_STATE(1731)] = 74186, + [SMALL_STATE(1732)] = 74239, [SMALL_STATE(1733)] = 74292, - [SMALL_STATE(1734)] = 74344, - [SMALL_STATE(1735)] = 74396, - [SMALL_STATE(1736)] = 74448, - [SMALL_STATE(1737)] = 74500, - [SMALL_STATE(1738)] = 74552, - [SMALL_STATE(1739)] = 74604, + [SMALL_STATE(1734)] = 74346, + [SMALL_STATE(1735)] = 74398, + [SMALL_STATE(1736)] = 74450, + [SMALL_STATE(1737)] = 74502, + [SMALL_STATE(1738)] = 74554, + [SMALL_STATE(1739)] = 74610, [SMALL_STATE(1740)] = 74662, [SMALL_STATE(1741)] = 74714, - [SMALL_STATE(1742)] = 74778, - [SMALL_STATE(1743)] = 74840, - [SMALL_STATE(1744)] = 74892, - [SMALL_STATE(1745)] = 74944, - [SMALL_STATE(1746)] = 75004, - [SMALL_STATE(1747)] = 75056, - [SMALL_STATE(1748)] = 75108, - [SMALL_STATE(1749)] = 75162, - [SMALL_STATE(1750)] = 75216, - [SMALL_STATE(1751)] = 75274, - [SMALL_STATE(1752)] = 75326, - [SMALL_STATE(1753)] = 75378, - [SMALL_STATE(1754)] = 75430, - [SMALL_STATE(1755)] = 75494, - [SMALL_STATE(1756)] = 75546, - [SMALL_STATE(1757)] = 75598, - [SMALL_STATE(1758)] = 75652, - [SMALL_STATE(1759)] = 75710, - [SMALL_STATE(1760)] = 75766, - [SMALL_STATE(1761)] = 75822, - [SMALL_STATE(1762)] = 75878, - [SMALL_STATE(1763)] = 75930, - [SMALL_STATE(1764)] = 75982, - [SMALL_STATE(1765)] = 76034, - [SMALL_STATE(1766)] = 76088, - [SMALL_STATE(1767)] = 76140, - [SMALL_STATE(1768)] = 76192, - [SMALL_STATE(1769)] = 76250, - [SMALL_STATE(1770)] = 76302, - [SMALL_STATE(1771)] = 76354, - [SMALL_STATE(1772)] = 76406, - [SMALL_STATE(1773)] = 76458, - [SMALL_STATE(1774)] = 76510, - [SMALL_STATE(1775)] = 76562, - [SMALL_STATE(1776)] = 76614, - [SMALL_STATE(1777)] = 76666, - [SMALL_STATE(1778)] = 76722, - [SMALL_STATE(1779)] = 76774, - [SMALL_STATE(1780)] = 76826, - [SMALL_STATE(1781)] = 76884, - [SMALL_STATE(1782)] = 76936, - [SMALL_STATE(1783)] = 76988, - [SMALL_STATE(1784)] = 77040, - [SMALL_STATE(1785)] = 77104, + [SMALL_STATE(1742)] = 74768, + [SMALL_STATE(1743)] = 74822, + [SMALL_STATE(1744)] = 74874, + [SMALL_STATE(1745)] = 74930, + [SMALL_STATE(1746)] = 74982, + [SMALL_STATE(1747)] = 75038, + [SMALL_STATE(1748)] = 75090, + [SMALL_STATE(1749)] = 75142, + [SMALL_STATE(1750)] = 75196, + [SMALL_STATE(1751)] = 75248, + [SMALL_STATE(1752)] = 75300, + [SMALL_STATE(1753)] = 75352, + [SMALL_STATE(1754)] = 75404, + [SMALL_STATE(1755)] = 75456, + [SMALL_STATE(1756)] = 75508, + [SMALL_STATE(1757)] = 75560, + [SMALL_STATE(1758)] = 75612, + [SMALL_STATE(1759)] = 75664, + [SMALL_STATE(1760)] = 75716, + [SMALL_STATE(1761)] = 75768, + [SMALL_STATE(1762)] = 75820, + [SMALL_STATE(1763)] = 75872, + [SMALL_STATE(1764)] = 75924, + [SMALL_STATE(1765)] = 75980, + [SMALL_STATE(1766)] = 76038, + [SMALL_STATE(1767)] = 76090, + [SMALL_STATE(1768)] = 76142, + [SMALL_STATE(1769)] = 76194, + [SMALL_STATE(1770)] = 76254, + [SMALL_STATE(1771)] = 76312, + [SMALL_STATE(1772)] = 76364, + [SMALL_STATE(1773)] = 76416, + [SMALL_STATE(1774)] = 76478, + [SMALL_STATE(1775)] = 76530, + [SMALL_STATE(1776)] = 76588, + [SMALL_STATE(1777)] = 76652, + [SMALL_STATE(1778)] = 76704, + [SMALL_STATE(1779)] = 76756, + [SMALL_STATE(1780)] = 76814, + [SMALL_STATE(1781)] = 76866, + [SMALL_STATE(1782)] = 76918, + [SMALL_STATE(1783)] = 76982, + [SMALL_STATE(1784)] = 77034, + [SMALL_STATE(1785)] = 77092, [SMALL_STATE(1786)] = 77156, [SMALL_STATE(1787)] = 77208, [SMALL_STATE(1788)] = 77260, - [SMALL_STATE(1789)] = 77312, - [SMALL_STATE(1790)] = 77364, + [SMALL_STATE(1789)] = 77318, + [SMALL_STATE(1790)] = 77370, [SMALL_STATE(1791)] = 77422, - [SMALL_STATE(1792)] = 77473, - [SMALL_STATE(1793)] = 77528, - [SMALL_STATE(1794)] = 77585, - [SMALL_STATE(1795)] = 77642, - [SMALL_STATE(1796)] = 77695, - [SMALL_STATE(1797)] = 77752, - [SMALL_STATE(1798)] = 77809, - [SMALL_STATE(1799)] = 77866, - [SMALL_STATE(1800)] = 77917, - [SMALL_STATE(1801)] = 77974, - [SMALL_STATE(1802)] = 78025, - [SMALL_STATE(1803)] = 78082, - [SMALL_STATE(1804)] = 78133, - [SMALL_STATE(1805)] = 78184, - [SMALL_STATE(1806)] = 78241, - [SMALL_STATE(1807)] = 78292, - [SMALL_STATE(1808)] = 78345, - [SMALL_STATE(1809)] = 78398, - [SMALL_STATE(1810)] = 78455, - [SMALL_STATE(1811)] = 78506, - [SMALL_STATE(1812)] = 78563, - [SMALL_STATE(1813)] = 78616, - [SMALL_STATE(1814)] = 78673, - [SMALL_STATE(1815)] = 78724, - [SMALL_STATE(1816)] = 78779, - [SMALL_STATE(1817)] = 78836, - [SMALL_STATE(1818)] = 78893, - [SMALL_STATE(1819)] = 78950, - [SMALL_STATE(1820)] = 79001, - [SMALL_STATE(1821)] = 79058, - [SMALL_STATE(1822)] = 79113, - [SMALL_STATE(1823)] = 79164, - [SMALL_STATE(1824)] = 79221, - [SMALL_STATE(1825)] = 79272, - [SMALL_STATE(1826)] = 79329, - [SMALL_STATE(1827)] = 79384, - [SMALL_STATE(1828)] = 79439, - [SMALL_STATE(1829)] = 79490, - [SMALL_STATE(1830)] = 79547, + [SMALL_STATE(1792)] = 77477, + [SMALL_STATE(1793)] = 77530, + [SMALL_STATE(1794)] = 77581, + [SMALL_STATE(1795)] = 77638, + [SMALL_STATE(1796)] = 77689, + [SMALL_STATE(1797)] = 77746, + [SMALL_STATE(1798)] = 77801, + [SMALL_STATE(1799)] = 77858, + [SMALL_STATE(1800)] = 77915, + [SMALL_STATE(1801)] = 77972, + [SMALL_STATE(1802)] = 78027, + [SMALL_STATE(1803)] = 78084, + [SMALL_STATE(1804)] = 78141, + [SMALL_STATE(1805)] = 78198, + [SMALL_STATE(1806)] = 78255, + [SMALL_STATE(1807)] = 78312, + [SMALL_STATE(1808)] = 78369, + [SMALL_STATE(1809)] = 78424, + [SMALL_STATE(1810)] = 78481, + [SMALL_STATE(1811)] = 78538, + [SMALL_STATE(1812)] = 78589, + [SMALL_STATE(1813)] = 78646, + [SMALL_STATE(1814)] = 78697, + [SMALL_STATE(1815)] = 78750, + [SMALL_STATE(1816)] = 78803, + [SMALL_STATE(1817)] = 78860, + [SMALL_STATE(1818)] = 78911, + [SMALL_STATE(1819)] = 78962, + [SMALL_STATE(1820)] = 79013, + [SMALL_STATE(1821)] = 79070, + [SMALL_STATE(1822)] = 79121, + [SMALL_STATE(1823)] = 79174, + [SMALL_STATE(1824)] = 79231, + [SMALL_STATE(1825)] = 79288, + [SMALL_STATE(1826)] = 79345, + [SMALL_STATE(1827)] = 79396, + [SMALL_STATE(1828)] = 79447, + [SMALL_STATE(1829)] = 79498, + [SMALL_STATE(1830)] = 79549, [SMALL_STATE(1831)] = 79604, [SMALL_STATE(1832)] = 79656, - [SMALL_STATE(1833)] = 79706, - [SMALL_STATE(1834)] = 79756, - [SMALL_STATE(1835)] = 79808, - [SMALL_STATE(1836)] = 79858, - [SMALL_STATE(1837)] = 79908, - [SMALL_STATE(1838)] = 79958, - [SMALL_STATE(1839)] = 80010, - [SMALL_STATE(1840)] = 80060, - [SMALL_STATE(1841)] = 80110, - [SMALL_STATE(1842)] = 80162, - [SMALL_STATE(1843)] = 80214, - [SMALL_STATE(1844)] = 80266, - [SMALL_STATE(1845)] = 80318, + [SMALL_STATE(1833)] = 79708, + [SMALL_STATE(1834)] = 79758, + [SMALL_STATE(1835)] = 79810, + [SMALL_STATE(1836)] = 79862, + [SMALL_STATE(1837)] = 79914, + [SMALL_STATE(1838)] = 79964, + [SMALL_STATE(1839)] = 80016, + [SMALL_STATE(1840)] = 80066, + [SMALL_STATE(1841)] = 80116, + [SMALL_STATE(1842)] = 80166, + [SMALL_STATE(1843)] = 80216, + [SMALL_STATE(1844)] = 80268, + [SMALL_STATE(1845)] = 80320, [SMALL_STATE(1846)] = 80370, - [SMALL_STATE(1847)] = 80426, - [SMALL_STATE(1848)] = 80482, - [SMALL_STATE(1849)] = 80534, - [SMALL_STATE(1850)] = 80584, - [SMALL_STATE(1851)] = 80634, - [SMALL_STATE(1852)] = 80684, - [SMALL_STATE(1853)] = 80734, - [SMALL_STATE(1854)] = 80790, - [SMALL_STATE(1855)] = 80844, - [SMALL_STATE(1856)] = 80894, - [SMALL_STATE(1857)] = 80944, - [SMALL_STATE(1858)] = 80994, - [SMALL_STATE(1859)] = 81049, + [SMALL_STATE(1847)] = 80420, + [SMALL_STATE(1848)] = 80472, + [SMALL_STATE(1849)] = 80524, + [SMALL_STATE(1850)] = 80574, + [SMALL_STATE(1851)] = 80624, + [SMALL_STATE(1852)] = 80674, + [SMALL_STATE(1853)] = 80724, + [SMALL_STATE(1854)] = 80778, + [SMALL_STATE(1855)] = 80834, + [SMALL_STATE(1856)] = 80884, + [SMALL_STATE(1857)] = 80940, + [SMALL_STATE(1858)] = 80996, + [SMALL_STATE(1859)] = 81048, [SMALL_STATE(1860)] = 81098, - [SMALL_STATE(1861)] = 81153, + [SMALL_STATE(1861)] = 81147, [SMALL_STATE(1862)] = 81202, - [SMALL_STATE(1863)] = 81257, - [SMALL_STATE(1864)] = 81308, - [SMALL_STATE(1865)] = 81363, - [SMALL_STATE(1866)] = 81418, - [SMALL_STATE(1867)] = 81473, - [SMALL_STATE(1868)] = 81524, - [SMALL_STATE(1869)] = 81575, - [SMALL_STATE(1870)] = 81630, - [SMALL_STATE(1871)] = 81681, - [SMALL_STATE(1872)] = 81730, - [SMALL_STATE(1873)] = 81779, - [SMALL_STATE(1874)] = 81834, - [SMALL_STATE(1875)] = 81889, - [SMALL_STATE(1876)] = 81944, - [SMALL_STATE(1877)] = 81993, - [SMALL_STATE(1878)] = 82042, - [SMALL_STATE(1879)] = 82095, - [SMALL_STATE(1880)] = 82150, - [SMALL_STATE(1881)] = 82199, - [SMALL_STATE(1882)] = 82248, - [SMALL_STATE(1883)] = 82303, - [SMALL_STATE(1884)] = 82358, - [SMALL_STATE(1885)] = 82413, - [SMALL_STATE(1886)] = 82462, - [SMALL_STATE(1887)] = 82511, - [SMALL_STATE(1888)] = 82560, - [SMALL_STATE(1889)] = 82615, - [SMALL_STATE(1890)] = 82670, - [SMALL_STATE(1891)] = 82719, - [SMALL_STATE(1892)] = 82772, - [SMALL_STATE(1893)] = 82825, - [SMALL_STATE(1894)] = 82880, - [SMALL_STATE(1895)] = 82935, - [SMALL_STATE(1896)] = 82990, - [SMALL_STATE(1897)] = 83045, - [SMALL_STATE(1898)] = 83094, - [SMALL_STATE(1899)] = 83143, - [SMALL_STATE(1900)] = 83225, - [SMALL_STATE(1901)] = 83279, - [SMALL_STATE(1902)] = 83333, - [SMALL_STATE(1903)] = 83387, - [SMALL_STATE(1904)] = 83469, - [SMALL_STATE(1905)] = 83523, - [SMALL_STATE(1906)] = 83571, - [SMALL_STATE(1907)] = 83625, - [SMALL_STATE(1908)] = 83673, - [SMALL_STATE(1909)] = 83727, - [SMALL_STATE(1910)] = 83775, - [SMALL_STATE(1911)] = 83829, - [SMALL_STATE(1912)] = 83911, - [SMALL_STATE(1913)] = 83965, - [SMALL_STATE(1914)] = 84027, - [SMALL_STATE(1915)] = 84083, - [SMALL_STATE(1916)] = 84149, - [SMALL_STATE(1917)] = 84203, - [SMALL_STATE(1918)] = 84253, - [SMALL_STATE(1919)] = 84303, - [SMALL_STATE(1920)] = 84351, - [SMALL_STATE(1921)] = 84401, - [SMALL_STATE(1922)] = 84455, - [SMALL_STATE(1923)] = 84507, - [SMALL_STATE(1924)] = 84565, - [SMALL_STATE(1925)] = 84619, - [SMALL_STATE(1926)] = 84687, - [SMALL_STATE(1927)] = 84757, - [SMALL_STATE(1928)] = 84811, - [SMALL_STATE(1929)] = 84883, - [SMALL_STATE(1930)] = 84937, - [SMALL_STATE(1931)] = 84991, - [SMALL_STATE(1932)] = 85037, - [SMALL_STATE(1933)] = 85085, - [SMALL_STATE(1934)] = 85137, - [SMALL_STATE(1935)] = 85219, - [SMALL_STATE(1936)] = 85299, - [SMALL_STATE(1937)] = 85353, - [SMALL_STATE(1938)] = 85427, - [SMALL_STATE(1939)] = 85509, - [SMALL_STATE(1940)] = 85563, - [SMALL_STATE(1941)] = 85645, - [SMALL_STATE(1942)] = 85699, - [SMALL_STATE(1943)] = 85775, - [SMALL_STATE(1944)] = 85853, - [SMALL_STATE(1945)] = 85935, - [SMALL_STATE(1946)] = 86017, - [SMALL_STATE(1947)] = 86097, - [SMALL_STATE(1948)] = 86151, - [SMALL_STATE(1949)] = 86199, - [SMALL_STATE(1950)] = 86249, - [SMALL_STATE(1951)] = 86299, - [SMALL_STATE(1952)] = 86347, - [SMALL_STATE(1953)] = 86401, - [SMALL_STATE(1954)] = 86449, - [SMALL_STATE(1955)] = 86497, - [SMALL_STATE(1956)] = 86545, - [SMALL_STATE(1957)] = 86599, - [SMALL_STATE(1958)] = 86649, - [SMALL_STATE(1959)] = 86731, - [SMALL_STATE(1960)] = 86779, - [SMALL_STATE(1961)] = 86833, - [SMALL_STATE(1962)] = 86887, - [SMALL_STATE(1963)] = 86935, - [SMALL_STATE(1964)] = 86987, - [SMALL_STATE(1965)] = 87041, - [SMALL_STATE(1966)] = 87095, - [SMALL_STATE(1967)] = 87177, - [SMALL_STATE(1968)] = 87225, - [SMALL_STATE(1969)] = 87279, - [SMALL_STATE(1970)] = 87327, - [SMALL_STATE(1971)] = 87381, - [SMALL_STATE(1972)] = 87433, - [SMALL_STATE(1973)] = 87515, - [SMALL_STATE(1974)] = 87569, - [SMALL_STATE(1975)] = 87623, - [SMALL_STATE(1976)] = 87677, - [SMALL_STATE(1977)] = 87731, - [SMALL_STATE(1978)] = 87785, - [SMALL_STATE(1979)] = 87835, - [SMALL_STATE(1980)] = 87883, - [SMALL_STATE(1981)] = 87931, - [SMALL_STATE(1982)] = 87981, - [SMALL_STATE(1983)] = 88029, - [SMALL_STATE(1984)] = 88077, - [SMALL_STATE(1985)] = 88127, - [SMALL_STATE(1986)] = 88175, - [SMALL_STATE(1987)] = 88225, - [SMALL_STATE(1988)] = 88277, - [SMALL_STATE(1989)] = 88329, - [SMALL_STATE(1990)] = 88383, - [SMALL_STATE(1991)] = 88431, - [SMALL_STATE(1992)] = 88479, - [SMALL_STATE(1993)] = 88533, - [SMALL_STATE(1994)] = 88581, - [SMALL_STATE(1995)] = 88635, - [SMALL_STATE(1996)] = 88683, - [SMALL_STATE(1997)] = 88731, - [SMALL_STATE(1998)] = 88783, - [SMALL_STATE(1999)] = 88831, - [SMALL_STATE(2000)] = 88879, - [SMALL_STATE(2001)] = 88927, - [SMALL_STATE(2002)] = 88981, - [SMALL_STATE(2003)] = 89029, - [SMALL_STATE(2004)] = 89077, - [SMALL_STATE(2005)] = 89125, - [SMALL_STATE(2006)] = 89173, - [SMALL_STATE(2007)] = 89227, - [SMALL_STATE(2008)] = 89275, - [SMALL_STATE(2009)] = 89323, - [SMALL_STATE(2010)] = 89371, - [SMALL_STATE(2011)] = 89419, - [SMALL_STATE(2012)] = 89473, - [SMALL_STATE(2013)] = 89521, - [SMALL_STATE(2014)] = 89569, - [SMALL_STATE(2015)] = 89617, - [SMALL_STATE(2016)] = 89665, - [SMALL_STATE(2017)] = 89713, - [SMALL_STATE(2018)] = 89760, - [SMALL_STATE(2019)] = 89809, - [SMALL_STATE(2020)] = 89890, - [SMALL_STATE(2021)] = 89939, - [SMALL_STATE(2022)] = 90018, - [SMALL_STATE(2023)] = 90099, - [SMALL_STATE(2024)] = 90148, - [SMALL_STATE(2025)] = 90229, - [SMALL_STATE(2026)] = 90282, - [SMALL_STATE(2027)] = 90329, - [SMALL_STATE(2028)] = 90374, - [SMALL_STATE(2029)] = 90421, - [SMALL_STATE(2030)] = 90466, - [SMALL_STATE(2031)] = 90547, - [SMALL_STATE(2032)] = 90596, - [SMALL_STATE(2033)] = 90643, - [SMALL_STATE(2034)] = 90688, - [SMALL_STATE(2035)] = 90735, - [SMALL_STATE(2036)] = 90780, - [SMALL_STATE(2037)] = 90827, - [SMALL_STATE(2038)] = 90876, - [SMALL_STATE(2039)] = 90925, - [SMALL_STATE(2040)] = 90972, - [SMALL_STATE(2041)] = 91051, - [SMALL_STATE(2042)] = 91132, - [SMALL_STATE(2043)] = 91179, - [SMALL_STATE(2044)] = 91226, - [SMALL_STATE(2045)] = 91273, - [SMALL_STATE(2046)] = 91326, - [SMALL_STATE(2047)] = 91373, - [SMALL_STATE(2048)] = 91454, - [SMALL_STATE(2049)] = 91501, - [SMALL_STATE(2050)] = 91548, - [SMALL_STATE(2051)] = 91629, - [SMALL_STATE(2052)] = 91678, - [SMALL_STATE(2053)] = 91731, - [SMALL_STATE(2054)] = 91782, - [SMALL_STATE(2055)] = 91831, - [SMALL_STATE(2056)] = 91912, - [SMALL_STATE(2057)] = 91993, - [SMALL_STATE(2058)] = 92074, - [SMALL_STATE(2059)] = 92121, - [SMALL_STATE(2060)] = 92170, - [SMALL_STATE(2061)] = 92219, - [SMALL_STATE(2062)] = 92266, - [SMALL_STATE(2063)] = 92313, - [SMALL_STATE(2064)] = 92362, - [SMALL_STATE(2065)] = 92415, - [SMALL_STATE(2066)] = 92496, - [SMALL_STATE(2067)] = 92543, - [SMALL_STATE(2068)] = 92590, - [SMALL_STATE(2069)] = 92639, - [SMALL_STATE(2070)] = 92686, - [SMALL_STATE(2071)] = 92739, - [SMALL_STATE(2072)] = 92786, - [SMALL_STATE(2073)] = 92833, - [SMALL_STATE(2074)] = 92886, - [SMALL_STATE(2075)] = 92933, - [SMALL_STATE(2076)] = 92986, - [SMALL_STATE(2077)] = 93031, - [SMALL_STATE(2078)] = 93084, - [SMALL_STATE(2079)] = 93129, - [SMALL_STATE(2080)] = 93178, - [SMALL_STATE(2081)] = 93225, - [SMALL_STATE(2082)] = 93274, - [SMALL_STATE(2083)] = 93321, - [SMALL_STATE(2084)] = 93374, - [SMALL_STATE(2085)] = 93427, - [SMALL_STATE(2086)] = 93473, - [SMALL_STATE(2087)] = 93517, - [SMALL_STATE(2088)] = 93565, - [SMALL_STATE(2089)] = 93617, - [SMALL_STATE(2090)] = 93663, - [SMALL_STATE(2091)] = 93709, + [SMALL_STATE(1863)] = 81251, + [SMALL_STATE(1864)] = 81300, + [SMALL_STATE(1865)] = 81349, + [SMALL_STATE(1866)] = 81398, + [SMALL_STATE(1867)] = 81447, + [SMALL_STATE(1868)] = 81502, + [SMALL_STATE(1869)] = 81551, + [SMALL_STATE(1870)] = 81606, + [SMALL_STATE(1871)] = 81655, + [SMALL_STATE(1872)] = 81710, + [SMALL_STATE(1873)] = 81759, + [SMALL_STATE(1874)] = 81814, + [SMALL_STATE(1875)] = 81867, + [SMALL_STATE(1876)] = 81922, + [SMALL_STATE(1877)] = 81973, + [SMALL_STATE(1878)] = 82028, + [SMALL_STATE(1879)] = 82077, + [SMALL_STATE(1880)] = 82128, + [SMALL_STATE(1881)] = 82183, + [SMALL_STATE(1882)] = 82238, + [SMALL_STATE(1883)] = 82293, + [SMALL_STATE(1884)] = 82342, + [SMALL_STATE(1885)] = 82391, + [SMALL_STATE(1886)] = 82440, + [SMALL_STATE(1887)] = 82493, + [SMALL_STATE(1888)] = 82548, + [SMALL_STATE(1889)] = 82603, + [SMALL_STATE(1890)] = 82652, + [SMALL_STATE(1891)] = 82707, + [SMALL_STATE(1892)] = 82760, + [SMALL_STATE(1893)] = 82815, + [SMALL_STATE(1894)] = 82870, + [SMALL_STATE(1895)] = 82925, + [SMALL_STATE(1896)] = 82980, + [SMALL_STATE(1897)] = 83031, + [SMALL_STATE(1898)] = 83082, + [SMALL_STATE(1899)] = 83137, + [SMALL_STATE(1900)] = 83192, + [SMALL_STATE(1901)] = 83247, + [SMALL_STATE(1902)] = 83301, + [SMALL_STATE(1903)] = 83359, + [SMALL_STATE(1904)] = 83407, + [SMALL_STATE(1905)] = 83461, + [SMALL_STATE(1906)] = 83509, + [SMALL_STATE(1907)] = 83557, + [SMALL_STATE(1908)] = 83605, + [SMALL_STATE(1909)] = 83655, + [SMALL_STATE(1910)] = 83703, + [SMALL_STATE(1911)] = 83785, + [SMALL_STATE(1912)] = 83833, + [SMALL_STATE(1913)] = 83881, + [SMALL_STATE(1914)] = 83935, + [SMALL_STATE(1915)] = 83983, + [SMALL_STATE(1916)] = 84031, + [SMALL_STATE(1917)] = 84079, + [SMALL_STATE(1918)] = 84127, + [SMALL_STATE(1919)] = 84175, + [SMALL_STATE(1920)] = 84223, + [SMALL_STATE(1921)] = 84271, + [SMALL_STATE(1922)] = 84325, + [SMALL_STATE(1923)] = 84407, + [SMALL_STATE(1924)] = 84455, + [SMALL_STATE(1925)] = 84537, + [SMALL_STATE(1926)] = 84591, + [SMALL_STATE(1927)] = 84645, + [SMALL_STATE(1928)] = 84697, + [SMALL_STATE(1929)] = 84747, + [SMALL_STATE(1930)] = 84797, + [SMALL_STATE(1931)] = 84849, + [SMALL_STATE(1932)] = 84897, + [SMALL_STATE(1933)] = 84945, + [SMALL_STATE(1934)] = 84993, + [SMALL_STATE(1935)] = 85041, + [SMALL_STATE(1936)] = 85089, + [SMALL_STATE(1937)] = 85137, + [SMALL_STATE(1938)] = 85185, + [SMALL_STATE(1939)] = 85239, + [SMALL_STATE(1940)] = 85321, + [SMALL_STATE(1941)] = 85369, + [SMALL_STATE(1942)] = 85423, + [SMALL_STATE(1943)] = 85477, + [SMALL_STATE(1944)] = 85525, + [SMALL_STATE(1945)] = 85579, + [SMALL_STATE(1946)] = 85641, + [SMALL_STATE(1947)] = 85689, + [SMALL_STATE(1948)] = 85745, + [SMALL_STATE(1949)] = 85811, + [SMALL_STATE(1950)] = 85865, + [SMALL_STATE(1951)] = 85913, + [SMALL_STATE(1952)] = 85967, + [SMALL_STATE(1953)] = 86015, + [SMALL_STATE(1954)] = 86063, + [SMALL_STATE(1955)] = 86111, + [SMALL_STATE(1956)] = 86193, + [SMALL_STATE(1957)] = 86241, + [SMALL_STATE(1958)] = 86291, + [SMALL_STATE(1959)] = 86345, + [SMALL_STATE(1960)] = 86395, + [SMALL_STATE(1961)] = 86443, + [SMALL_STATE(1962)] = 86493, + [SMALL_STATE(1963)] = 86541, + [SMALL_STATE(1964)] = 86593, + [SMALL_STATE(1965)] = 86675, + [SMALL_STATE(1966)] = 86757, + [SMALL_STATE(1967)] = 86811, + [SMALL_STATE(1968)] = 86863, + [SMALL_STATE(1969)] = 86917, + [SMALL_STATE(1970)] = 86971, + [SMALL_STATE(1971)] = 87039, + [SMALL_STATE(1972)] = 87089, + [SMALL_STATE(1973)] = 87137, + [SMALL_STATE(1974)] = 87187, + [SMALL_STATE(1975)] = 87241, + [SMALL_STATE(1976)] = 87295, + [SMALL_STATE(1977)] = 87349, + [SMALL_STATE(1978)] = 87403, + [SMALL_STATE(1979)] = 87455, + [SMALL_STATE(1980)] = 87507, + [SMALL_STATE(1981)] = 87561, + [SMALL_STATE(1982)] = 87615, + [SMALL_STATE(1983)] = 87663, + [SMALL_STATE(1984)] = 87745, + [SMALL_STATE(1985)] = 87795, + [SMALL_STATE(1986)] = 87845, + [SMALL_STATE(1987)] = 87899, + [SMALL_STATE(1988)] = 87953, + [SMALL_STATE(1989)] = 88023, + [SMALL_STATE(1990)] = 88105, + [SMALL_STATE(1991)] = 88187, + [SMALL_STATE(1992)] = 88233, + [SMALL_STATE(1993)] = 88287, + [SMALL_STATE(1994)] = 88359, + [SMALL_STATE(1995)] = 88413, + [SMALL_STATE(1996)] = 88487, + [SMALL_STATE(1997)] = 88563, + [SMALL_STATE(1998)] = 88617, + [SMALL_STATE(1999)] = 88699, + [SMALL_STATE(2000)] = 88753, + [SMALL_STATE(2001)] = 88831, + [SMALL_STATE(2002)] = 88879, + [SMALL_STATE(2003)] = 88933, + [SMALL_STATE(2004)] = 88981, + [SMALL_STATE(2005)] = 89061, + [SMALL_STATE(2006)] = 89113, + [SMALL_STATE(2007)] = 89167, + [SMALL_STATE(2008)] = 89215, + [SMALL_STATE(2009)] = 89295, + [SMALL_STATE(2010)] = 89349, + [SMALL_STATE(2011)] = 89403, + [SMALL_STATE(2012)] = 89457, + [SMALL_STATE(2013)] = 89511, + [SMALL_STATE(2014)] = 89559, + [SMALL_STATE(2015)] = 89613, + [SMALL_STATE(2016)] = 89661, + [SMALL_STATE(2017)] = 89709, + [SMALL_STATE(2018)] = 89763, + [SMALL_STATE(2019)] = 89817, + [SMALL_STATE(2020)] = 89898, + [SMALL_STATE(2021)] = 89943, + [SMALL_STATE(2022)] = 89990, + [SMALL_STATE(2023)] = 90037, + [SMALL_STATE(2024)] = 90090, + [SMALL_STATE(2025)] = 90137, + [SMALL_STATE(2026)] = 90218, + [SMALL_STATE(2027)] = 90265, + [SMALL_STATE(2028)] = 90318, + [SMALL_STATE(2029)] = 90365, + [SMALL_STATE(2030)] = 90414, + [SMALL_STATE(2031)] = 90465, + [SMALL_STATE(2032)] = 90512, + [SMALL_STATE(2033)] = 90559, + [SMALL_STATE(2034)] = 90612, + [SMALL_STATE(2035)] = 90693, + [SMALL_STATE(2036)] = 90746, + [SMALL_STATE(2037)] = 90799, + [SMALL_STATE(2038)] = 90848, + [SMALL_STATE(2039)] = 90895, + [SMALL_STATE(2040)] = 90940, + [SMALL_STATE(2041)] = 90985, + [SMALL_STATE(2042)] = 91034, + [SMALL_STATE(2043)] = 91083, + [SMALL_STATE(2044)] = 91162, + [SMALL_STATE(2045)] = 91209, + [SMALL_STATE(2046)] = 91254, + [SMALL_STATE(2047)] = 91299, + [SMALL_STATE(2048)] = 91378, + [SMALL_STATE(2049)] = 91431, + [SMALL_STATE(2050)] = 91478, + [SMALL_STATE(2051)] = 91525, + [SMALL_STATE(2052)] = 91606, + [SMALL_STATE(2053)] = 91653, + [SMALL_STATE(2054)] = 91706, + [SMALL_STATE(2055)] = 91759, + [SMALL_STATE(2056)] = 91812, + [SMALL_STATE(2057)] = 91859, + [SMALL_STATE(2058)] = 91908, + [SMALL_STATE(2059)] = 91961, + [SMALL_STATE(2060)] = 92008, + [SMALL_STATE(2061)] = 92055, + [SMALL_STATE(2062)] = 92102, + [SMALL_STATE(2063)] = 92151, + [SMALL_STATE(2064)] = 92200, + [SMALL_STATE(2065)] = 92247, + [SMALL_STATE(2066)] = 92294, + [SMALL_STATE(2067)] = 92375, + [SMALL_STATE(2068)] = 92422, + [SMALL_STATE(2069)] = 92471, + [SMALL_STATE(2070)] = 92552, + [SMALL_STATE(2071)] = 92599, + [SMALL_STATE(2072)] = 92648, + [SMALL_STATE(2073)] = 92697, + [SMALL_STATE(2074)] = 92746, + [SMALL_STATE(2075)] = 92827, + [SMALL_STATE(2076)] = 92876, + [SMALL_STATE(2077)] = 92925, + [SMALL_STATE(2078)] = 92972, + [SMALL_STATE(2079)] = 93021, + [SMALL_STATE(2080)] = 93102, + [SMALL_STATE(2081)] = 93149, + [SMALL_STATE(2082)] = 93196, + [SMALL_STATE(2083)] = 93277, + [SMALL_STATE(2084)] = 93324, + [SMALL_STATE(2085)] = 93405, + [SMALL_STATE(2086)] = 93486, + [SMALL_STATE(2087)] = 93531, + [SMALL_STATE(2088)] = 93577, + [SMALL_STATE(2089)] = 93623, + [SMALL_STATE(2090)] = 93669, + [SMALL_STATE(2091)] = 93715, [SMALL_STATE(2092)] = 93761, [SMALL_STATE(2093)] = 93807, [SMALL_STATE(2094)] = 93853, [SMALL_STATE(2095)] = 93905, [SMALL_STATE(2096)] = 93951, - [SMALL_STATE(2097)] = 93997, - [SMALL_STATE(2098)] = 94043, - [SMALL_STATE(2099)] = 94089, - [SMALL_STATE(2100)] = 94135, - [SMALL_STATE(2101)] = 94181, - [SMALL_STATE(2102)] = 94227, - [SMALL_STATE(2103)] = 94273, - [SMALL_STATE(2104)] = 94319, - [SMALL_STATE(2105)] = 94369, - [SMALL_STATE(2106)] = 94415, - [SMALL_STATE(2107)] = 94461, - [SMALL_STATE(2108)] = 94513, - [SMALL_STATE(2109)] = 94585, - [SMALL_STATE(2110)] = 94631, - [SMALL_STATE(2111)] = 94701, - [SMALL_STATE(2112)] = 94769, - [SMALL_STATE(2113)] = 94835, - [SMALL_STATE(2114)] = 94899, - [SMALL_STATE(2115)] = 94961, - [SMALL_STATE(2116)] = 95021, - [SMALL_STATE(2117)] = 95075, - [SMALL_STATE(2118)] = 95123, - [SMALL_STATE(2119)] = 95173, - [SMALL_STATE(2120)] = 95231, - [SMALL_STATE(2121)] = 95283, - [SMALL_STATE(2122)] = 95339, - [SMALL_STATE(2123)] = 95385, - [SMALL_STATE(2124)] = 95431, - [SMALL_STATE(2125)] = 95483, - [SMALL_STATE(2126)] = 95529, - [SMALL_STATE(2127)] = 95575, - [SMALL_STATE(2128)] = 95621, - [SMALL_STATE(2129)] = 95667, - [SMALL_STATE(2130)] = 95713, - [SMALL_STATE(2131)] = 95765, - [SMALL_STATE(2132)] = 95811, - [SMALL_STATE(2133)] = 95857, - [SMALL_STATE(2134)] = 95935, - [SMALL_STATE(2135)] = 95981, - [SMALL_STATE(2136)] = 96059, - [SMALL_STATE(2137)] = 96111, - [SMALL_STATE(2138)] = 96157, - [SMALL_STATE(2139)] = 96203, - [SMALL_STATE(2140)] = 96249, - [SMALL_STATE(2141)] = 96295, - [SMALL_STATE(2142)] = 96343, - [SMALL_STATE(2143)] = 96391, - [SMALL_STATE(2144)] = 96437, - [SMALL_STATE(2145)] = 96489, - [SMALL_STATE(2146)] = 96535, - [SMALL_STATE(2147)] = 96581, - [SMALL_STATE(2148)] = 96627, - [SMALL_STATE(2149)] = 96673, - [SMALL_STATE(2150)] = 96719, - [SMALL_STATE(2151)] = 96765, - [SMALL_STATE(2152)] = 96811, - [SMALL_STATE(2153)] = 96857, - [SMALL_STATE(2154)] = 96903, - [SMALL_STATE(2155)] = 96951, - [SMALL_STATE(2156)] = 96997, - [SMALL_STATE(2157)] = 97043, - [SMALL_STATE(2158)] = 97089, - [SMALL_STATE(2159)] = 97141, - [SMALL_STATE(2160)] = 97187, - [SMALL_STATE(2161)] = 97233, - [SMALL_STATE(2162)] = 97279, - [SMALL_STATE(2163)] = 97325, - [SMALL_STATE(2164)] = 97371, - [SMALL_STATE(2165)] = 97423, - [SMALL_STATE(2166)] = 97469, - [SMALL_STATE(2167)] = 97515, - [SMALL_STATE(2168)] = 97560, - [SMALL_STATE(2169)] = 97629, - [SMALL_STATE(2170)] = 97712, - [SMALL_STATE(2171)] = 97795, - [SMALL_STATE(2172)] = 97878, - [SMALL_STATE(2173)] = 97961, - [SMALL_STATE(2174)] = 98044, - [SMALL_STATE(2175)] = 98093, - [SMALL_STATE(2176)] = 98138, - [SMALL_STATE(2177)] = 98183, - [SMALL_STATE(2178)] = 98266, - [SMALL_STATE(2179)] = 98349, - [SMALL_STATE(2180)] = 98432, - [SMALL_STATE(2181)] = 98483, - [SMALL_STATE(2182)] = 98528, - [SMALL_STATE(2183)] = 98573, - [SMALL_STATE(2184)] = 98618, - [SMALL_STATE(2185)] = 98663, - [SMALL_STATE(2186)] = 98708, - [SMALL_STATE(2187)] = 98753, - [SMALL_STATE(2188)] = 98798, - [SMALL_STATE(2189)] = 98843, - [SMALL_STATE(2190)] = 98888, - [SMALL_STATE(2191)] = 98933, - [SMALL_STATE(2192)] = 98978, - [SMALL_STATE(2193)] = 99023, - [SMALL_STATE(2194)] = 99068, - [SMALL_STATE(2195)] = 99113, - [SMALL_STATE(2196)] = 99158, - [SMALL_STATE(2197)] = 99203, - [SMALL_STATE(2198)] = 99248, - [SMALL_STATE(2199)] = 99293, - [SMALL_STATE(2200)] = 99338, - [SMALL_STATE(2201)] = 99383, - [SMALL_STATE(2202)] = 99466, - [SMALL_STATE(2203)] = 99549, - [SMALL_STATE(2204)] = 99632, - [SMALL_STATE(2205)] = 99677, - [SMALL_STATE(2206)] = 99722, - [SMALL_STATE(2207)] = 99767, - [SMALL_STATE(2208)] = 99814, - [SMALL_STATE(2209)] = 99861, - [SMALL_STATE(2210)] = 99936, - [SMALL_STATE(2211)] = 100009, - [SMALL_STATE(2212)] = 100080, - [SMALL_STATE(2213)] = 100147, - [SMALL_STATE(2214)] = 100212, - [SMALL_STATE(2215)] = 100275, - [SMALL_STATE(2216)] = 100332, - [SMALL_STATE(2217)] = 100379, - [SMALL_STATE(2218)] = 100430, - [SMALL_STATE(2219)] = 100491, - [SMALL_STATE(2220)] = 100536, - [SMALL_STATE(2221)] = 100591, - [SMALL_STATE(2222)] = 100650, - [SMALL_STATE(2223)] = 100695, - [SMALL_STATE(2224)] = 100744, - [SMALL_STATE(2225)] = 100789, - [SMALL_STATE(2226)] = 100840, - [SMALL_STATE(2227)] = 100891, - [SMALL_STATE(2228)] = 100936, - [SMALL_STATE(2229)] = 100981, - [SMALL_STATE(2230)] = 101032, - [SMALL_STATE(2231)] = 101077, - [SMALL_STATE(2232)] = 101158, - [SMALL_STATE(2233)] = 101203, - [SMALL_STATE(2234)] = 101248, - [SMALL_STATE(2235)] = 101293, - [SMALL_STATE(2236)] = 101376, - [SMALL_STATE(2237)] = 101459, - [SMALL_STATE(2238)] = 101542, - [SMALL_STATE(2239)] = 101625, - [SMALL_STATE(2240)] = 101670, - [SMALL_STATE(2241)] = 101715, - [SMALL_STATE(2242)] = 101760, - [SMALL_STATE(2243)] = 101805, - [SMALL_STATE(2244)] = 101850, - [SMALL_STATE(2245)] = 101895, - [SMALL_STATE(2246)] = 101940, - [SMALL_STATE(2247)] = 101985, - [SMALL_STATE(2248)] = 102030, - [SMALL_STATE(2249)] = 102075, - [SMALL_STATE(2250)] = 102120, - [SMALL_STATE(2251)] = 102165, - [SMALL_STATE(2252)] = 102210, - [SMALL_STATE(2253)] = 102255, - [SMALL_STATE(2254)] = 102300, - [SMALL_STATE(2255)] = 102345, - [SMALL_STATE(2256)] = 102390, - [SMALL_STATE(2257)] = 102435, - [SMALL_STATE(2258)] = 102486, - [SMALL_STATE(2259)] = 102531, - [SMALL_STATE(2260)] = 102576, - [SMALL_STATE(2261)] = 102621, - [SMALL_STATE(2262)] = 102666, - [SMALL_STATE(2263)] = 102711, - [SMALL_STATE(2264)] = 102756, - [SMALL_STATE(2265)] = 102801, - [SMALL_STATE(2266)] = 102862, - [SMALL_STATE(2267)] = 102917, - [SMALL_STATE(2268)] = 102982, - [SMALL_STATE(2269)] = 103033, - [SMALL_STATE(2270)] = 103080, - [SMALL_STATE(2271)] = 103137, - [SMALL_STATE(2272)] = 103204, - [SMALL_STATE(2273)] = 103273, - [SMALL_STATE(2274)] = 103344, - [SMALL_STATE(2275)] = 103417, - [SMALL_STATE(2276)] = 103492, - [SMALL_STATE(2277)] = 103569, - [SMALL_STATE(2278)] = 103648, - [SMALL_STATE(2279)] = 103699, - [SMALL_STATE(2280)] = 103744, - [SMALL_STATE(2281)] = 103789, - [SMALL_STATE(2282)] = 103834, - [SMALL_STATE(2283)] = 103879, - [SMALL_STATE(2284)] = 103924, - [SMALL_STATE(2285)] = 103969, - [SMALL_STATE(2286)] = 104044, - [SMALL_STATE(2287)] = 104089, - [SMALL_STATE(2288)] = 104134, - [SMALL_STATE(2289)] = 104179, - [SMALL_STATE(2290)] = 104224, - [SMALL_STATE(2291)] = 104269, - [SMALL_STATE(2292)] = 104314, - [SMALL_STATE(2293)] = 104359, - [SMALL_STATE(2294)] = 104404, - [SMALL_STATE(2295)] = 104449, - [SMALL_STATE(2296)] = 104494, - [SMALL_STATE(2297)] = 104539, - [SMALL_STATE(2298)] = 104584, - [SMALL_STATE(2299)] = 104629, - [SMALL_STATE(2300)] = 104674, - [SMALL_STATE(2301)] = 104719, - [SMALL_STATE(2302)] = 104764, - [SMALL_STATE(2303)] = 104809, - [SMALL_STATE(2304)] = 104854, - [SMALL_STATE(2305)] = 104899, - [SMALL_STATE(2306)] = 104944, - [SMALL_STATE(2307)] = 105027, - [SMALL_STATE(2308)] = 105078, - [SMALL_STATE(2309)] = 105123, - [SMALL_STATE(2310)] = 105168, - [SMALL_STATE(2311)] = 105213, - [SMALL_STATE(2312)] = 105258, - [SMALL_STATE(2313)] = 105309, - [SMALL_STATE(2314)] = 105354, - [SMALL_STATE(2315)] = 105399, - [SMALL_STATE(2316)] = 105444, - [SMALL_STATE(2317)] = 105495, - [SMALL_STATE(2318)] = 105566, - [SMALL_STATE(2319)] = 105635, - [SMALL_STATE(2320)] = 105702, - [SMALL_STATE(2321)] = 105767, - [SMALL_STATE(2322)] = 105830, - [SMALL_STATE(2323)] = 105881, - [SMALL_STATE(2324)] = 105942, - [SMALL_STATE(2325)] = 106001, - [SMALL_STATE(2326)] = 106054, - [SMALL_STATE(2327)] = 106101, - [SMALL_STATE(2328)] = 106150, - [SMALL_STATE(2329)] = 106207, - [SMALL_STATE(2330)] = 106258, - [SMALL_STATE(2331)] = 106313, - [SMALL_STATE(2332)] = 106357, - [SMALL_STATE(2333)] = 106427, - [SMALL_STATE(2334)] = 106509, - [SMALL_STATE(2335)] = 106553, - [SMALL_STATE(2336)] = 106623, - [SMALL_STATE(2337)] = 106693, - [SMALL_STATE(2338)] = 106737, - [SMALL_STATE(2339)] = 106781, - [SMALL_STATE(2340)] = 106851, - [SMALL_STATE(2341)] = 106921, - [SMALL_STATE(2342)] = 106965, - [SMALL_STATE(2343)] = 107035, - [SMALL_STATE(2344)] = 107105, - [SMALL_STATE(2345)] = 107149, - [SMALL_STATE(2346)] = 107219, - [SMALL_STATE(2347)] = 107289, - [SMALL_STATE(2348)] = 107333, - [SMALL_STATE(2349)] = 107403, - [SMALL_STATE(2350)] = 107447, - [SMALL_STATE(2351)] = 107517, - [SMALL_STATE(2352)] = 107585, - [SMALL_STATE(2353)] = 107651, - [SMALL_STATE(2354)] = 107721, - [SMALL_STATE(2355)] = 107765, - [SMALL_STATE(2356)] = 107811, - [SMALL_STATE(2357)] = 107863, - [SMALL_STATE(2358)] = 107907, - [SMALL_STATE(2359)] = 107951, - [SMALL_STATE(2360)] = 108021, - [SMALL_STATE(2361)] = 108091, - [SMALL_STATE(2362)] = 108135, - [SMALL_STATE(2363)] = 108205, - [SMALL_STATE(2364)] = 108269, - [SMALL_STATE(2365)] = 108339, - [SMALL_STATE(2366)] = 108401, - [SMALL_STATE(2367)] = 108461, - [SMALL_STATE(2368)] = 108531, - [SMALL_STATE(2369)] = 108583, - [SMALL_STATE(2370)] = 108653, + [SMALL_STATE(2097)] = 94023, + [SMALL_STATE(2098)] = 94093, + [SMALL_STATE(2099)] = 94161, + [SMALL_STATE(2100)] = 94227, + [SMALL_STATE(2101)] = 94291, + [SMALL_STATE(2102)] = 94353, + [SMALL_STATE(2103)] = 94413, + [SMALL_STATE(2104)] = 94467, + [SMALL_STATE(2105)] = 94515, + [SMALL_STATE(2106)] = 94565, + [SMALL_STATE(2107)] = 94623, + [SMALL_STATE(2108)] = 94675, + [SMALL_STATE(2109)] = 94731, + [SMALL_STATE(2110)] = 94777, + [SMALL_STATE(2111)] = 94823, + [SMALL_STATE(2112)] = 94869, + [SMALL_STATE(2113)] = 94915, + [SMALL_STATE(2114)] = 94961, + [SMALL_STATE(2115)] = 95013, + [SMALL_STATE(2116)] = 95061, + [SMALL_STATE(2117)] = 95139, + [SMALL_STATE(2118)] = 95217, + [SMALL_STATE(2119)] = 95263, + [SMALL_STATE(2120)] = 95309, + [SMALL_STATE(2121)] = 95355, + [SMALL_STATE(2122)] = 95401, + [SMALL_STATE(2123)] = 95445, + [SMALL_STATE(2124)] = 95491, + [SMALL_STATE(2125)] = 95543, + [SMALL_STATE(2126)] = 95589, + [SMALL_STATE(2127)] = 95635, + [SMALL_STATE(2128)] = 95681, + [SMALL_STATE(2129)] = 95727, + [SMALL_STATE(2130)] = 95773, + [SMALL_STATE(2131)] = 95819, + [SMALL_STATE(2132)] = 95865, + [SMALL_STATE(2133)] = 95911, + [SMALL_STATE(2134)] = 95957, + [SMALL_STATE(2135)] = 96003, + [SMALL_STATE(2136)] = 96049, + [SMALL_STATE(2137)] = 96095, + [SMALL_STATE(2138)] = 96141, + [SMALL_STATE(2139)] = 96187, + [SMALL_STATE(2140)] = 96233, + [SMALL_STATE(2141)] = 96279, + [SMALL_STATE(2142)] = 96325, + [SMALL_STATE(2143)] = 96371, + [SMALL_STATE(2144)] = 96417, + [SMALL_STATE(2145)] = 96463, + [SMALL_STATE(2146)] = 96513, + [SMALL_STATE(2147)] = 96559, + [SMALL_STATE(2148)] = 96611, + [SMALL_STATE(2149)] = 96657, + [SMALL_STATE(2150)] = 96703, + [SMALL_STATE(2151)] = 96755, + [SMALL_STATE(2152)] = 96801, + [SMALL_STATE(2153)] = 96849, + [SMALL_STATE(2154)] = 96897, + [SMALL_STATE(2155)] = 96943, + [SMALL_STATE(2156)] = 96995, + [SMALL_STATE(2157)] = 97047, + [SMALL_STATE(2158)] = 97093, + [SMALL_STATE(2159)] = 97139, + [SMALL_STATE(2160)] = 97191, + [SMALL_STATE(2161)] = 97237, + [SMALL_STATE(2162)] = 97283, + [SMALL_STATE(2163)] = 97329, + [SMALL_STATE(2164)] = 97381, + [SMALL_STATE(2165)] = 97433, + [SMALL_STATE(2166)] = 97481, + [SMALL_STATE(2167)] = 97527, + [SMALL_STATE(2168)] = 97573, + [SMALL_STATE(2169)] = 97619, + [SMALL_STATE(2170)] = 97664, + [SMALL_STATE(2171)] = 97747, + [SMALL_STATE(2172)] = 97792, + [SMALL_STATE(2173)] = 97837, + [SMALL_STATE(2174)] = 97882, + [SMALL_STATE(2175)] = 97927, + [SMALL_STATE(2176)] = 97972, + [SMALL_STATE(2177)] = 98017, + [SMALL_STATE(2178)] = 98062, + [SMALL_STATE(2179)] = 98107, + [SMALL_STATE(2180)] = 98156, + [SMALL_STATE(2181)] = 98201, + [SMALL_STATE(2182)] = 98246, + [SMALL_STATE(2183)] = 98291, + [SMALL_STATE(2184)] = 98374, + [SMALL_STATE(2185)] = 98419, + [SMALL_STATE(2186)] = 98464, + [SMALL_STATE(2187)] = 98547, + [SMALL_STATE(2188)] = 98592, + [SMALL_STATE(2189)] = 98637, + [SMALL_STATE(2190)] = 98682, + [SMALL_STATE(2191)] = 98727, + [SMALL_STATE(2192)] = 98772, + [SMALL_STATE(2193)] = 98817, + [SMALL_STATE(2194)] = 98862, + [SMALL_STATE(2195)] = 98907, + [SMALL_STATE(2196)] = 98952, + [SMALL_STATE(2197)] = 98997, + [SMALL_STATE(2198)] = 99042, + [SMALL_STATE(2199)] = 99087, + [SMALL_STATE(2200)] = 99132, + [SMALL_STATE(2201)] = 99183, + [SMALL_STATE(2202)] = 99228, + [SMALL_STATE(2203)] = 99273, + [SMALL_STATE(2204)] = 99318, + [SMALL_STATE(2205)] = 99363, + [SMALL_STATE(2206)] = 99408, + [SMALL_STATE(2207)] = 99453, + [SMALL_STATE(2208)] = 99498, + [SMALL_STATE(2209)] = 99549, + [SMALL_STATE(2210)] = 99594, + [SMALL_STATE(2211)] = 99639, + [SMALL_STATE(2212)] = 99684, + [SMALL_STATE(2213)] = 99729, + [SMALL_STATE(2214)] = 99780, + [SMALL_STATE(2215)] = 99825, + [SMALL_STATE(2216)] = 99870, + [SMALL_STATE(2217)] = 99915, + [SMALL_STATE(2218)] = 99960, + [SMALL_STATE(2219)] = 100005, + [SMALL_STATE(2220)] = 100050, + [SMALL_STATE(2221)] = 100095, + [SMALL_STATE(2222)] = 100140, + [SMALL_STATE(2223)] = 100185, + [SMALL_STATE(2224)] = 100244, + [SMALL_STATE(2225)] = 100289, + [SMALL_STATE(2226)] = 100334, + [SMALL_STATE(2227)] = 100389, + [SMALL_STATE(2228)] = 100450, + [SMALL_STATE(2229)] = 100495, + [SMALL_STATE(2230)] = 100546, + [SMALL_STATE(2231)] = 100591, + [SMALL_STATE(2232)] = 100636, + [SMALL_STATE(2233)] = 100681, + [SMALL_STATE(2234)] = 100726, + [SMALL_STATE(2235)] = 100773, + [SMALL_STATE(2236)] = 100830, + [SMALL_STATE(2237)] = 100875, + [SMALL_STATE(2238)] = 100920, + [SMALL_STATE(2239)] = 100983, + [SMALL_STATE(2240)] = 101028, + [SMALL_STATE(2241)] = 101073, + [SMALL_STATE(2242)] = 101118, + [SMALL_STATE(2243)] = 101163, + [SMALL_STATE(2244)] = 101208, + [SMALL_STATE(2245)] = 101257, + [SMALL_STATE(2246)] = 101302, + [SMALL_STATE(2247)] = 101367, + [SMALL_STATE(2248)] = 101412, + [SMALL_STATE(2249)] = 101457, + [SMALL_STATE(2250)] = 101524, + [SMALL_STATE(2251)] = 101575, + [SMALL_STATE(2252)] = 101620, + [SMALL_STATE(2253)] = 101689, + [SMALL_STATE(2254)] = 101740, + [SMALL_STATE(2255)] = 101785, + [SMALL_STATE(2256)] = 101856, + [SMALL_STATE(2257)] = 101901, + [SMALL_STATE(2258)] = 101984, + [SMALL_STATE(2259)] = 102057, + [SMALL_STATE(2260)] = 102132, + [SMALL_STATE(2261)] = 102177, + [SMALL_STATE(2262)] = 102222, + [SMALL_STATE(2263)] = 102305, + [SMALL_STATE(2264)] = 102352, + [SMALL_STATE(2265)] = 102435, + [SMALL_STATE(2266)] = 102482, + [SMALL_STATE(2267)] = 102527, + [SMALL_STATE(2268)] = 102588, + [SMALL_STATE(2269)] = 102643, + [SMALL_STATE(2270)] = 102708, + [SMALL_STATE(2271)] = 102759, + [SMALL_STATE(2272)] = 102806, + [SMALL_STATE(2273)] = 102863, + [SMALL_STATE(2274)] = 102930, + [SMALL_STATE(2275)] = 102999, + [SMALL_STATE(2276)] = 103070, + [SMALL_STATE(2277)] = 103143, + [SMALL_STATE(2278)] = 103218, + [SMALL_STATE(2279)] = 103295, + [SMALL_STATE(2280)] = 103374, + [SMALL_STATE(2281)] = 103419, + [SMALL_STATE(2282)] = 103464, + [SMALL_STATE(2283)] = 103547, + [SMALL_STATE(2284)] = 103592, + [SMALL_STATE(2285)] = 103637, + [SMALL_STATE(2286)] = 103712, + [SMALL_STATE(2287)] = 103757, + [SMALL_STATE(2288)] = 103840, + [SMALL_STATE(2289)] = 103885, + [SMALL_STATE(2290)] = 103930, + [SMALL_STATE(2291)] = 104013, + [SMALL_STATE(2292)] = 104058, + [SMALL_STATE(2293)] = 104103, + [SMALL_STATE(2294)] = 104148, + [SMALL_STATE(2295)] = 104193, + [SMALL_STATE(2296)] = 104238, + [SMALL_STATE(2297)] = 104289, + [SMALL_STATE(2298)] = 104340, + [SMALL_STATE(2299)] = 104421, + [SMALL_STATE(2300)] = 104466, + [SMALL_STATE(2301)] = 104549, + [SMALL_STATE(2302)] = 104594, + [SMALL_STATE(2303)] = 104639, + [SMALL_STATE(2304)] = 104684, + [SMALL_STATE(2305)] = 104729, + [SMALL_STATE(2306)] = 104774, + [SMALL_STATE(2307)] = 104825, + [SMALL_STATE(2308)] = 104870, + [SMALL_STATE(2309)] = 104915, + [SMALL_STATE(2310)] = 104966, + [SMALL_STATE(2311)] = 105011, + [SMALL_STATE(2312)] = 105082, + [SMALL_STATE(2313)] = 105127, + [SMALL_STATE(2314)] = 105196, + [SMALL_STATE(2315)] = 105279, + [SMALL_STATE(2316)] = 105362, + [SMALL_STATE(2317)] = 105429, + [SMALL_STATE(2318)] = 105494, + [SMALL_STATE(2319)] = 105557, + [SMALL_STATE(2320)] = 105640, + [SMALL_STATE(2321)] = 105701, + [SMALL_STATE(2322)] = 105760, + [SMALL_STATE(2323)] = 105805, + [SMALL_STATE(2324)] = 105858, + [SMALL_STATE(2325)] = 105909, + [SMALL_STATE(2326)] = 105992, + [SMALL_STATE(2327)] = 106039, + [SMALL_STATE(2328)] = 106122, + [SMALL_STATE(2329)] = 106171, + [SMALL_STATE(2330)] = 106228, + [SMALL_STATE(2331)] = 106311, + [SMALL_STATE(2332)] = 106362, + [SMALL_STATE(2333)] = 106417, + [SMALL_STATE(2334)] = 106487, + [SMALL_STATE(2335)] = 106547, + [SMALL_STATE(2336)] = 106617, + [SMALL_STATE(2337)] = 106685, + [SMALL_STATE(2338)] = 106755, + [SMALL_STATE(2339)] = 106825, + [SMALL_STATE(2340)] = 106895, + [SMALL_STATE(2341)] = 106947, + [SMALL_STATE(2342)] = 107017, + [SMALL_STATE(2343)] = 107061, + [SMALL_STATE(2344)] = 107131, + [SMALL_STATE(2345)] = 107201, + [SMALL_STATE(2346)] = 107245, + [SMALL_STATE(2347)] = 107315, + [SMALL_STATE(2348)] = 107385, + [SMALL_STATE(2349)] = 107455, + [SMALL_STATE(2350)] = 107501, + [SMALL_STATE(2351)] = 107571, + [SMALL_STATE(2352)] = 107615, + [SMALL_STATE(2353)] = 107663, + [SMALL_STATE(2354)] = 107707, + [SMALL_STATE(2355)] = 107751, + [SMALL_STATE(2356)] = 107803, + [SMALL_STATE(2357)] = 107847, + [SMALL_STATE(2358)] = 107917, + [SMALL_STATE(2359)] = 107999, + [SMALL_STATE(2360)] = 108043, + [SMALL_STATE(2361)] = 108099, + [SMALL_STATE(2362)] = 108169, + [SMALL_STATE(2363)] = 108239, + [SMALL_STATE(2364)] = 108289, + [SMALL_STATE(2365)] = 108343, + [SMALL_STATE(2366)] = 108413, + [SMALL_STATE(2367)] = 108483, + [SMALL_STATE(2368)] = 108527, + [SMALL_STATE(2369)] = 108597, + [SMALL_STATE(2370)] = 108667, [SMALL_STATE(2371)] = 108711, - [SMALL_STATE(2372)] = 108757, - [SMALL_STATE(2373)] = 108827, - [SMALL_STATE(2374)] = 108875, - [SMALL_STATE(2375)] = 108945, - [SMALL_STATE(2376)] = 109001, - [SMALL_STATE(2377)] = 109051, - [SMALL_STATE(2378)] = 109105, - [SMALL_STATE(2379)] = 109149, - [SMALL_STATE(2380)] = 109193, - [SMALL_STATE(2381)] = 109263, - [SMALL_STATE(2382)] = 109307, - [SMALL_STATE(2383)] = 109351, - [SMALL_STATE(2384)] = 109395, - [SMALL_STATE(2385)] = 109465, - [SMALL_STATE(2386)] = 109535, - [SMALL_STATE(2387)] = 109605, - [SMALL_STATE(2388)] = 109675, - [SMALL_STATE(2389)] = 109745, - [SMALL_STATE(2390)] = 109815, - [SMALL_STATE(2391)] = 109885, - [SMALL_STATE(2392)] = 109955, - [SMALL_STATE(2393)] = 110025, - [SMALL_STATE(2394)] = 110095, - [SMALL_STATE(2395)] = 110165, - [SMALL_STATE(2396)] = 110235, - [SMALL_STATE(2397)] = 110305, - [SMALL_STATE(2398)] = 110375, - [SMALL_STATE(2399)] = 110445, - [SMALL_STATE(2400)] = 110515, - [SMALL_STATE(2401)] = 110559, - [SMALL_STATE(2402)] = 110629, - [SMALL_STATE(2403)] = 110699, - [SMALL_STATE(2404)] = 110769, - [SMALL_STATE(2405)] = 110839, - [SMALL_STATE(2406)] = 110909, - [SMALL_STATE(2407)] = 110979, - [SMALL_STATE(2408)] = 111049, - [SMALL_STATE(2409)] = 111093, - [SMALL_STATE(2410)] = 111163, - [SMALL_STATE(2411)] = 111233, - [SMALL_STATE(2412)] = 111277, - [SMALL_STATE(2413)] = 111347, - [SMALL_STATE(2414)] = 111417, - [SMALL_STATE(2415)] = 111487, - [SMALL_STATE(2416)] = 111557, - [SMALL_STATE(2417)] = 111627, - [SMALL_STATE(2418)] = 111671, - [SMALL_STATE(2419)] = 111715, - [SMALL_STATE(2420)] = 111759, - [SMALL_STATE(2421)] = 111803, - [SMALL_STATE(2422)] = 111873, - [SMALL_STATE(2423)] = 111917, - [SMALL_STATE(2424)] = 111987, - [SMALL_STATE(2425)] = 112057, - [SMALL_STATE(2426)] = 112101, - [SMALL_STATE(2427)] = 112171, - [SMALL_STATE(2428)] = 112241, - [SMALL_STATE(2429)] = 112311, - [SMALL_STATE(2430)] = 112355, - [SMALL_STATE(2431)] = 112425, - [SMALL_STATE(2432)] = 112495, - [SMALL_STATE(2433)] = 112565, - [SMALL_STATE(2434)] = 112635, - [SMALL_STATE(2435)] = 112705, - [SMALL_STATE(2436)] = 112775, - [SMALL_STATE(2437)] = 112845, - [SMALL_STATE(2438)] = 112915, - [SMALL_STATE(2439)] = 112985, - [SMALL_STATE(2440)] = 113055, - [SMALL_STATE(2441)] = 113125, - [SMALL_STATE(2442)] = 113195, - [SMALL_STATE(2443)] = 113239, - [SMALL_STATE(2444)] = 113309, - [SMALL_STATE(2445)] = 113379, - [SMALL_STATE(2446)] = 113449, - [SMALL_STATE(2447)] = 113519, - [SMALL_STATE(2448)] = 113589, - [SMALL_STATE(2449)] = 113659, - [SMALL_STATE(2450)] = 113729, - [SMALL_STATE(2451)] = 113803, - [SMALL_STATE(2452)] = 113847, - [SMALL_STATE(2453)] = 113891, - [SMALL_STATE(2454)] = 113961, - [SMALL_STATE(2455)] = 114031, - [SMALL_STATE(2456)] = 114101, - [SMALL_STATE(2457)] = 114171, - [SMALL_STATE(2458)] = 114241, - [SMALL_STATE(2459)] = 114311, - [SMALL_STATE(2460)] = 114381, - [SMALL_STATE(2461)] = 114451, - [SMALL_STATE(2462)] = 114521, - [SMALL_STATE(2463)] = 114591, - [SMALL_STATE(2464)] = 114660, - [SMALL_STATE(2465)] = 114729, - [SMALL_STATE(2466)] = 114798, - [SMALL_STATE(2467)] = 114867, - [SMALL_STATE(2468)] = 114936, - [SMALL_STATE(2469)] = 115005, - [SMALL_STATE(2470)] = 115048, - [SMALL_STATE(2471)] = 115091, - [SMALL_STATE(2472)] = 115134, - [SMALL_STATE(2473)] = 115203, - [SMALL_STATE(2474)] = 115246, - [SMALL_STATE(2475)] = 115303, - [SMALL_STATE(2476)] = 115372, - [SMALL_STATE(2477)] = 115431, - [SMALL_STATE(2478)] = 115500, - [SMALL_STATE(2479)] = 115569, - [SMALL_STATE(2480)] = 115612, - [SMALL_STATE(2481)] = 115681, - [SMALL_STATE(2482)] = 115724, - [SMALL_STATE(2483)] = 115785, - [SMALL_STATE(2484)] = 115854, - [SMALL_STATE(2485)] = 115923, - [SMALL_STATE(2486)] = 115992, - [SMALL_STATE(2487)] = 116055, - [SMALL_STATE(2488)] = 116124, - [SMALL_STATE(2489)] = 116193, - [SMALL_STATE(2490)] = 116244, - [SMALL_STATE(2491)] = 116313, - [SMALL_STATE(2492)] = 116382, - [SMALL_STATE(2493)] = 116451, - [SMALL_STATE(2494)] = 116494, - [SMALL_STATE(2495)] = 116559, - [SMALL_STATE(2496)] = 116628, - [SMALL_STATE(2497)] = 116695, - [SMALL_STATE(2498)] = 116764, + [SMALL_STATE(2372)] = 108781, + [SMALL_STATE(2373)] = 108825, + [SMALL_STATE(2374)] = 108895, + [SMALL_STATE(2375)] = 108939, + [SMALL_STATE(2376)] = 108983, + [SMALL_STATE(2377)] = 109053, + [SMALL_STATE(2378)] = 109123, + [SMALL_STATE(2379)] = 109193, + [SMALL_STATE(2380)] = 109237, + [SMALL_STATE(2381)] = 109307, + [SMALL_STATE(2382)] = 109377, + [SMALL_STATE(2383)] = 109447, + [SMALL_STATE(2384)] = 109491, + [SMALL_STATE(2385)] = 109561, + [SMALL_STATE(2386)] = 109631, + [SMALL_STATE(2387)] = 109701, + [SMALL_STATE(2388)] = 109771, + [SMALL_STATE(2389)] = 109841, + [SMALL_STATE(2390)] = 109911, + [SMALL_STATE(2391)] = 109981, + [SMALL_STATE(2392)] = 110055, + [SMALL_STATE(2393)] = 110125, + [SMALL_STATE(2394)] = 110195, + [SMALL_STATE(2395)] = 110265, + [SMALL_STATE(2396)] = 110335, + [SMALL_STATE(2397)] = 110405, + [SMALL_STATE(2398)] = 110475, + [SMALL_STATE(2399)] = 110545, + [SMALL_STATE(2400)] = 110615, + [SMALL_STATE(2401)] = 110685, + [SMALL_STATE(2402)] = 110755, + [SMALL_STATE(2403)] = 110799, + [SMALL_STATE(2404)] = 110869, + [SMALL_STATE(2405)] = 110913, + [SMALL_STATE(2406)] = 110983, + [SMALL_STATE(2407)] = 111053, + [SMALL_STATE(2408)] = 111123, + [SMALL_STATE(2409)] = 111193, + [SMALL_STATE(2410)] = 111263, + [SMALL_STATE(2411)] = 111307, + [SMALL_STATE(2412)] = 111377, + [SMALL_STATE(2413)] = 111421, + [SMALL_STATE(2414)] = 111491, + [SMALL_STATE(2415)] = 111561, + [SMALL_STATE(2416)] = 111631, + [SMALL_STATE(2417)] = 111701, + [SMALL_STATE(2418)] = 111771, + [SMALL_STATE(2419)] = 111841, + [SMALL_STATE(2420)] = 111911, + [SMALL_STATE(2421)] = 111981, + [SMALL_STATE(2422)] = 112051, + [SMALL_STATE(2423)] = 112095, + [SMALL_STATE(2424)] = 112157, + [SMALL_STATE(2425)] = 112227, + [SMALL_STATE(2426)] = 112271, + [SMALL_STATE(2427)] = 112341, + [SMALL_STATE(2428)] = 112385, + [SMALL_STATE(2429)] = 112455, + [SMALL_STATE(2430)] = 112499, + [SMALL_STATE(2431)] = 112543, + [SMALL_STATE(2432)] = 112613, + [SMALL_STATE(2433)] = 112683, + [SMALL_STATE(2434)] = 112741, + [SMALL_STATE(2435)] = 112785, + [SMALL_STATE(2436)] = 112829, + [SMALL_STATE(2437)] = 112873, + [SMALL_STATE(2438)] = 112943, + [SMALL_STATE(2439)] = 113013, + [SMALL_STATE(2440)] = 113057, + [SMALL_STATE(2441)] = 113127, + [SMALL_STATE(2442)] = 113171, + [SMALL_STATE(2443)] = 113235, + [SMALL_STATE(2444)] = 113305, + [SMALL_STATE(2445)] = 113375, + [SMALL_STATE(2446)] = 113445, + [SMALL_STATE(2447)] = 113489, + [SMALL_STATE(2448)] = 113559, + [SMALL_STATE(2449)] = 113629, + [SMALL_STATE(2450)] = 113699, + [SMALL_STATE(2451)] = 113765, + [SMALL_STATE(2452)] = 113835, + [SMALL_STATE(2453)] = 113905, + [SMALL_STATE(2454)] = 113975, + [SMALL_STATE(2455)] = 114045, + [SMALL_STATE(2456)] = 114115, + [SMALL_STATE(2457)] = 114185, + [SMALL_STATE(2458)] = 114255, + [SMALL_STATE(2459)] = 114301, + [SMALL_STATE(2460)] = 114371, + [SMALL_STATE(2461)] = 114415, + [SMALL_STATE(2462)] = 114485, + [SMALL_STATE(2463)] = 114555, + [SMALL_STATE(2464)] = 114625, + [SMALL_STATE(2465)] = 114695, + [SMALL_STATE(2466)] = 114764, + [SMALL_STATE(2467)] = 114833, + [SMALL_STATE(2468)] = 114902, + [SMALL_STATE(2469)] = 114971, + [SMALL_STATE(2470)] = 115040, + [SMALL_STATE(2471)] = 115109, + [SMALL_STATE(2472)] = 115178, + [SMALL_STATE(2473)] = 115247, + [SMALL_STATE(2474)] = 115316, + [SMALL_STATE(2475)] = 115385, + [SMALL_STATE(2476)] = 115454, + [SMALL_STATE(2477)] = 115523, + [SMALL_STATE(2478)] = 115592, + [SMALL_STATE(2479)] = 115635, + [SMALL_STATE(2480)] = 115704, + [SMALL_STATE(2481)] = 115773, + [SMALL_STATE(2482)] = 115842, + [SMALL_STATE(2483)] = 115911, + [SMALL_STATE(2484)] = 115980, + [SMALL_STATE(2485)] = 116049, + [SMALL_STATE(2486)] = 116092, + [SMALL_STATE(2487)] = 116161, + [SMALL_STATE(2488)] = 116230, + [SMALL_STATE(2489)] = 116273, + [SMALL_STATE(2490)] = 116342, + [SMALL_STATE(2491)] = 116385, + [SMALL_STATE(2492)] = 116454, + [SMALL_STATE(2493)] = 116497, + [SMALL_STATE(2494)] = 116540, + [SMALL_STATE(2495)] = 116609, + [SMALL_STATE(2496)] = 116678, + [SMALL_STATE(2497)] = 116721, + [SMALL_STATE(2498)] = 116790, [SMALL_STATE(2499)] = 116833, - [SMALL_STATE(2500)] = 116876, - [SMALL_STATE(2501)] = 116945, - [SMALL_STATE(2502)] = 117014, - [SMALL_STATE(2503)] = 117057, - [SMALL_STATE(2504)] = 117100, + [SMALL_STATE(2500)] = 116902, + [SMALL_STATE(2501)] = 116971, + [SMALL_STATE(2502)] = 117040, + [SMALL_STATE(2503)] = 117083, + [SMALL_STATE(2504)] = 117126, [SMALL_STATE(2505)] = 117169, - [SMALL_STATE(2506)] = 117214, - [SMALL_STATE(2507)] = 117257, - [SMALL_STATE(2508)] = 117326, - [SMALL_STATE(2509)] = 117395, - [SMALL_STATE(2510)] = 117464, - [SMALL_STATE(2511)] = 117533, - [SMALL_STATE(2512)] = 117580, - [SMALL_STATE(2513)] = 117623, - [SMALL_STATE(2514)] = 117692, - [SMALL_STATE(2515)] = 117761, - [SMALL_STATE(2516)] = 117830, - [SMALL_STATE(2517)] = 117899, - [SMALL_STATE(2518)] = 117968, - [SMALL_STATE(2519)] = 118037, - [SMALL_STATE(2520)] = 118106, - [SMALL_STATE(2521)] = 118175, - [SMALL_STATE(2522)] = 118244, - [SMALL_STATE(2523)] = 118287, - [SMALL_STATE(2524)] = 118356, - [SMALL_STATE(2525)] = 118425, - [SMALL_STATE(2526)] = 118494, - [SMALL_STATE(2527)] = 118563, - [SMALL_STATE(2528)] = 118632, - [SMALL_STATE(2529)] = 118701, - [SMALL_STATE(2530)] = 118770, - [SMALL_STATE(2531)] = 118839, - [SMALL_STATE(2532)] = 118908, - [SMALL_STATE(2533)] = 118977, - [SMALL_STATE(2534)] = 119046, - [SMALL_STATE(2535)] = 119115, - [SMALL_STATE(2536)] = 119184, - [SMALL_STATE(2537)] = 119253, - [SMALL_STATE(2538)] = 119308, - [SMALL_STATE(2539)] = 119377, - [SMALL_STATE(2540)] = 119446, - [SMALL_STATE(2541)] = 119515, - [SMALL_STATE(2542)] = 119584, - [SMALL_STATE(2543)] = 119653, - [SMALL_STATE(2544)] = 119722, - [SMALL_STATE(2545)] = 119791, - [SMALL_STATE(2546)] = 119860, - [SMALL_STATE(2547)] = 119929, - [SMALL_STATE(2548)] = 119972, - [SMALL_STATE(2549)] = 120041, - [SMALL_STATE(2550)] = 120110, - [SMALL_STATE(2551)] = 120179, - [SMALL_STATE(2552)] = 120248, - [SMALL_STATE(2553)] = 120317, - [SMALL_STATE(2554)] = 120386, - [SMALL_STATE(2555)] = 120429, - [SMALL_STATE(2556)] = 120498, - [SMALL_STATE(2557)] = 120541, - [SMALL_STATE(2558)] = 120584, - [SMALL_STATE(2559)] = 120627, - [SMALL_STATE(2560)] = 120696, - [SMALL_STATE(2561)] = 120745, - [SMALL_STATE(2562)] = 120814, - [SMALL_STATE(2563)] = 120867, - [SMALL_STATE(2564)] = 120910, - [SMALL_STATE(2565)] = 120979, - [SMALL_STATE(2566)] = 121048, - [SMALL_STATE(2567)] = 121117, - [SMALL_STATE(2568)] = 121186, - [SMALL_STATE(2569)] = 121229, - [SMALL_STATE(2570)] = 121272, - [SMALL_STATE(2571)] = 121341, - [SMALL_STATE(2572)] = 121384, - [SMALL_STATE(2573)] = 121453, - [SMALL_STATE(2574)] = 121522, - [SMALL_STATE(2575)] = 121591, - [SMALL_STATE(2576)] = 121660, - [SMALL_STATE(2577)] = 121729, - [SMALL_STATE(2578)] = 121798, - [SMALL_STATE(2579)] = 121867, - [SMALL_STATE(2580)] = 121936, - [SMALL_STATE(2581)] = 121979, - [SMALL_STATE(2582)] = 122022, - [SMALL_STATE(2583)] = 122091, - [SMALL_STATE(2584)] = 122134, - [SMALL_STATE(2585)] = 122203, - [SMALL_STATE(2586)] = 122246, - [SMALL_STATE(2587)] = 122315, - [SMALL_STATE(2588)] = 122381, - [SMALL_STATE(2589)] = 122423, - [SMALL_STATE(2590)] = 122465, - [SMALL_STATE(2591)] = 122509, - [SMALL_STATE(2592)] = 122551, - [SMALL_STATE(2593)] = 122593, - [SMALL_STATE(2594)] = 122647, - [SMALL_STATE(2595)] = 122697, - [SMALL_STATE(2596)] = 122739, - [SMALL_STATE(2597)] = 122781, - [SMALL_STATE(2598)] = 122823, - [SMALL_STATE(2599)] = 122865, - [SMALL_STATE(2600)] = 122907, - [SMALL_STATE(2601)] = 122949, - [SMALL_STATE(2602)] = 122991, - [SMALL_STATE(2603)] = 123055, - [SMALL_STATE(2604)] = 123097, - [SMALL_STATE(2605)] = 123167, - [SMALL_STATE(2606)] = 123209, - [SMALL_STATE(2607)] = 123251, - [SMALL_STATE(2608)] = 123293, - [SMALL_STATE(2609)] = 123335, - [SMALL_STATE(2610)] = 123377, - [SMALL_STATE(2611)] = 123445, - [SMALL_STATE(2612)] = 123487, - [SMALL_STATE(2613)] = 123543, - [SMALL_STATE(2614)] = 123585, - [SMALL_STATE(2615)] = 123627, - [SMALL_STATE(2616)] = 123669, - [SMALL_STATE(2617)] = 123711, + [SMALL_STATE(2506)] = 117212, + [SMALL_STATE(2507)] = 117281, + [SMALL_STATE(2508)] = 117324, + [SMALL_STATE(2509)] = 117393, + [SMALL_STATE(2510)] = 117462, + [SMALL_STATE(2511)] = 117505, + [SMALL_STATE(2512)] = 117574, + [SMALL_STATE(2513)] = 117617, + [SMALL_STATE(2514)] = 117660, + [SMALL_STATE(2515)] = 117703, + [SMALL_STATE(2516)] = 117746, + [SMALL_STATE(2517)] = 117789, + [SMALL_STATE(2518)] = 117858, + [SMALL_STATE(2519)] = 117927, + [SMALL_STATE(2520)] = 117996, + [SMALL_STATE(2521)] = 118039, + [SMALL_STATE(2522)] = 118108, + [SMALL_STATE(2523)] = 118175, + [SMALL_STATE(2524)] = 118240, + [SMALL_STATE(2525)] = 118309, + [SMALL_STATE(2526)] = 118378, + [SMALL_STATE(2527)] = 118441, + [SMALL_STATE(2528)] = 118510, + [SMALL_STATE(2529)] = 118571, + [SMALL_STATE(2530)] = 118640, + [SMALL_STATE(2531)] = 118699, + [SMALL_STATE(2532)] = 118768, + [SMALL_STATE(2533)] = 118825, + [SMALL_STATE(2534)] = 118894, + [SMALL_STATE(2535)] = 118945, + [SMALL_STATE(2536)] = 119014, + [SMALL_STATE(2537)] = 119083, + [SMALL_STATE(2538)] = 119152, + [SMALL_STATE(2539)] = 119197, + [SMALL_STATE(2540)] = 119244, + [SMALL_STATE(2541)] = 119299, + [SMALL_STATE(2542)] = 119348, + [SMALL_STATE(2543)] = 119417, + [SMALL_STATE(2544)] = 119470, + [SMALL_STATE(2545)] = 119539, + [SMALL_STATE(2546)] = 119608, + [SMALL_STATE(2547)] = 119677, + [SMALL_STATE(2548)] = 119746, + [SMALL_STATE(2549)] = 119815, + [SMALL_STATE(2550)] = 119884, + [SMALL_STATE(2551)] = 119953, + [SMALL_STATE(2552)] = 119996, + [SMALL_STATE(2553)] = 120039, + [SMALL_STATE(2554)] = 120082, + [SMALL_STATE(2555)] = 120125, + [SMALL_STATE(2556)] = 120194, + [SMALL_STATE(2557)] = 120263, + [SMALL_STATE(2558)] = 120332, + [SMALL_STATE(2559)] = 120401, + [SMALL_STATE(2560)] = 120470, + [SMALL_STATE(2561)] = 120539, + [SMALL_STATE(2562)] = 120608, + [SMALL_STATE(2563)] = 120677, + [SMALL_STATE(2564)] = 120746, + [SMALL_STATE(2565)] = 120815, + [SMALL_STATE(2566)] = 120884, + [SMALL_STATE(2567)] = 120953, + [SMALL_STATE(2568)] = 121022, + [SMALL_STATE(2569)] = 121091, + [SMALL_STATE(2570)] = 121160, + [SMALL_STATE(2571)] = 121229, + [SMALL_STATE(2572)] = 121298, + [SMALL_STATE(2573)] = 121367, + [SMALL_STATE(2574)] = 121436, + [SMALL_STATE(2575)] = 121505, + [SMALL_STATE(2576)] = 121574, + [SMALL_STATE(2577)] = 121617, + [SMALL_STATE(2578)] = 121686, + [SMALL_STATE(2579)] = 121755, + [SMALL_STATE(2580)] = 121824, + [SMALL_STATE(2581)] = 121893, + [SMALL_STATE(2582)] = 121962, + [SMALL_STATE(2583)] = 122031, + [SMALL_STATE(2584)] = 122100, + [SMALL_STATE(2585)] = 122169, + [SMALL_STATE(2586)] = 122238, + [SMALL_STATE(2587)] = 122307, + [SMALL_STATE(2588)] = 122350, + [SMALL_STATE(2589)] = 122419, + [SMALL_STATE(2590)] = 122483, + [SMALL_STATE(2591)] = 122525, + [SMALL_STATE(2592)] = 122595, + [SMALL_STATE(2593)] = 122637, + [SMALL_STATE(2594)] = 122679, + [SMALL_STATE(2595)] = 122721, + [SMALL_STATE(2596)] = 122763, + [SMALL_STATE(2597)] = 122805, + [SMALL_STATE(2598)] = 122847, + [SMALL_STATE(2599)] = 122889, + [SMALL_STATE(2600)] = 122931, + [SMALL_STATE(2601)] = 122973, + [SMALL_STATE(2602)] = 123015, + [SMALL_STATE(2603)] = 123057, + [SMALL_STATE(2604)] = 123099, + [SMALL_STATE(2605)] = 123141, + [SMALL_STATE(2606)] = 123183, + [SMALL_STATE(2607)] = 123225, + [SMALL_STATE(2608)] = 123267, + [SMALL_STATE(2609)] = 123309, + [SMALL_STATE(2610)] = 123363, + [SMALL_STATE(2611)] = 123413, + [SMALL_STATE(2612)] = 123469, + [SMALL_STATE(2613)] = 123517, + [SMALL_STATE(2614)] = 123561, + [SMALL_STATE(2615)] = 123603, + [SMALL_STATE(2616)] = 123655, + [SMALL_STATE(2617)] = 123713, [SMALL_STATE(2618)] = 123755, - [SMALL_STATE(2619)] = 123807, - [SMALL_STATE(2620)] = 123849, - [SMALL_STATE(2621)] = 123897, - [SMALL_STATE(2622)] = 123967, - [SMALL_STATE(2623)] = 124009, - [SMALL_STATE(2624)] = 124071, - [SMALL_STATE(2625)] = 124113, - [SMALL_STATE(2626)] = 124157, - [SMALL_STATE(2627)] = 124199, - [SMALL_STATE(2628)] = 124259, - [SMALL_STATE(2629)] = 124301, - [SMALL_STATE(2630)] = 124343, - [SMALL_STATE(2631)] = 124401, - [SMALL_STATE(2632)] = 124472, - [SMALL_STATE(2633)] = 124545, - [SMALL_STATE(2634)] = 124618, - [SMALL_STATE(2635)] = 124691, - [SMALL_STATE(2636)] = 124762, - [SMALL_STATE(2637)] = 124803, - [SMALL_STATE(2638)] = 124844, - [SMALL_STATE(2639)] = 124885, - [SMALL_STATE(2640)] = 124958, - [SMALL_STATE(2641)] = 124999, - [SMALL_STATE(2642)] = 125072, - [SMALL_STATE(2643)] = 125143, - [SMALL_STATE(2644)] = 125216, - [SMALL_STATE(2645)] = 125258, - [SMALL_STATE(2646)] = 125328, - [SMALL_STATE(2647)] = 125398, - [SMALL_STATE(2648)] = 125437, - [SMALL_STATE(2649)] = 125476, - [SMALL_STATE(2650)] = 125504, - [SMALL_STATE(2651)] = 125530, - [SMALL_STATE(2652)] = 125556, - [SMALL_STATE(2653)] = 125602, - [SMALL_STATE(2654)] = 125628, - [SMALL_STATE(2655)] = 125668, - [SMALL_STATE(2656)] = 125695, - [SMALL_STATE(2657)] = 125722, - [SMALL_STATE(2658)] = 125746, - [SMALL_STATE(2659)] = 125792, - [SMALL_STATE(2660)] = 125816, - [SMALL_STATE(2661)] = 125850, - [SMALL_STATE(2662)] = 125874, - [SMALL_STATE(2663)] = 125920, - [SMALL_STATE(2664)] = 125966, - [SMALL_STATE(2665)] = 126012, - [SMALL_STATE(2666)] = 126058, - [SMALL_STATE(2667)] = 126104, - [SMALL_STATE(2668)] = 126128, - [SMALL_STATE(2669)] = 126164, - [SMALL_STATE(2670)] = 126198, - [SMALL_STATE(2671)] = 126244, - [SMALL_STATE(2672)] = 126290, - [SMALL_STATE(2673)] = 126336, - [SMALL_STATE(2674)] = 126372, - [SMALL_STATE(2675)] = 126396, - [SMALL_STATE(2676)] = 126442, - [SMALL_STATE(2677)] = 126488, - [SMALL_STATE(2678)] = 126534, - [SMALL_STATE(2679)] = 126580, - [SMALL_STATE(2680)] = 126626, - [SMALL_STATE(2681)] = 126653, - [SMALL_STATE(2682)] = 126678, - [SMALL_STATE(2683)] = 126701, - [SMALL_STATE(2684)] = 126739, - [SMALL_STATE(2685)] = 126767, - [SMALL_STATE(2686)] = 126803, - [SMALL_STATE(2687)] = 126841, - [SMALL_STATE(2688)] = 126879, - [SMALL_STATE(2689)] = 126911, - [SMALL_STATE(2690)] = 126943, - [SMALL_STATE(2691)] = 126979, - [SMALL_STATE(2692)] = 127017, - [SMALL_STATE(2693)] = 127055, - [SMALL_STATE(2694)] = 127091, - [SMALL_STATE(2695)] = 127113, - [SMALL_STATE(2696)] = 127135, - [SMALL_STATE(2697)] = 127157, - [SMALL_STATE(2698)] = 127193, - [SMALL_STATE(2699)] = 127231, - [SMALL_STATE(2700)] = 127269, - [SMALL_STATE(2701)] = 127301, - [SMALL_STATE(2702)] = 127339, - [SMALL_STATE(2703)] = 127371, - [SMALL_STATE(2704)] = 127403, - [SMALL_STATE(2705)] = 127425, - [SMALL_STATE(2706)] = 127463, - [SMALL_STATE(2707)] = 127485, - [SMALL_STATE(2708)] = 127513, - [SMALL_STATE(2709)] = 127549, - [SMALL_STATE(2710)] = 127577, - [SMALL_STATE(2711)] = 127613, - [SMALL_STATE(2712)] = 127651, - [SMALL_STATE(2713)] = 127673, - [SMALL_STATE(2714)] = 127695, - [SMALL_STATE(2715)] = 127731, - [SMALL_STATE(2716)] = 127767, - [SMALL_STATE(2717)] = 127805, - [SMALL_STATE(2718)] = 127837, - [SMALL_STATE(2719)] = 127869, - [SMALL_STATE(2720)] = 127901, - [SMALL_STATE(2721)] = 127937, - [SMALL_STATE(2722)] = 127973, - [SMALL_STATE(2723)] = 128001, - [SMALL_STATE(2724)] = 128033, - [SMALL_STATE(2725)] = 128069, - [SMALL_STATE(2726)] = 128101, - [SMALL_STATE(2727)] = 128137, - [SMALL_STATE(2728)] = 128175, - [SMALL_STATE(2729)] = 128213, - [SMALL_STATE(2730)] = 128249, - [SMALL_STATE(2731)] = 128285, - [SMALL_STATE(2732)] = 128307, - [SMALL_STATE(2733)] = 128339, - [SMALL_STATE(2734)] = 128377, - [SMALL_STATE(2735)] = 128409, - [SMALL_STATE(2736)] = 128445, - [SMALL_STATE(2737)] = 128483, - [SMALL_STATE(2738)] = 128515, - [SMALL_STATE(2739)] = 128553, - [SMALL_STATE(2740)] = 128589, - [SMALL_STATE(2741)] = 128627, - [SMALL_STATE(2742)] = 128665, - [SMALL_STATE(2743)] = 128697, - [SMALL_STATE(2744)] = 128725, - [SMALL_STATE(2745)] = 128757, - [SMALL_STATE(2746)] = 128785, - [SMALL_STATE(2747)] = 128817, - [SMALL_STATE(2748)] = 128842, - [SMALL_STATE(2749)] = 128861, - [SMALL_STATE(2750)] = 128886, - [SMALL_STATE(2751)] = 128911, - [SMALL_STATE(2752)] = 128936, - [SMALL_STATE(2753)] = 128955, - [SMALL_STATE(2754)] = 128980, - [SMALL_STATE(2755)] = 129005, - [SMALL_STATE(2756)] = 129030, - [SMALL_STATE(2757)] = 129051, - [SMALL_STATE(2758)] = 129076, - [SMALL_STATE(2759)] = 129101, - [SMALL_STATE(2760)] = 129122, - [SMALL_STATE(2761)] = 129147, - [SMALL_STATE(2762)] = 129172, - [SMALL_STATE(2763)] = 129197, - [SMALL_STATE(2764)] = 129218, - [SMALL_STATE(2765)] = 129243, - [SMALL_STATE(2766)] = 129264, - [SMALL_STATE(2767)] = 129289, - [SMALL_STATE(2768)] = 129314, - [SMALL_STATE(2769)] = 129339, - [SMALL_STATE(2770)] = 129364, - [SMALL_STATE(2771)] = 129389, - [SMALL_STATE(2772)] = 129421, - [SMALL_STATE(2773)] = 129443, - [SMALL_STATE(2774)] = 129475, - [SMALL_STATE(2775)] = 129507, - [SMALL_STATE(2776)] = 129539, - [SMALL_STATE(2777)] = 129561, - [SMALL_STATE(2778)] = 129591, - [SMALL_STATE(2779)] = 129619, - [SMALL_STATE(2780)] = 129651, - [SMALL_STATE(2781)] = 129673, - [SMALL_STATE(2782)] = 129705, - [SMALL_STATE(2783)] = 129733, - [SMALL_STATE(2784)] = 129761, - [SMALL_STATE(2785)] = 129793, - [SMALL_STATE(2786)] = 129821, - [SMALL_STATE(2787)] = 129849, - [SMALL_STATE(2788)] = 129877, - [SMALL_STATE(2789)] = 129905, - [SMALL_STATE(2790)] = 129933, - [SMALL_STATE(2791)] = 129965, - [SMALL_STATE(2792)] = 129993, - [SMALL_STATE(2793)] = 130025, - [SMALL_STATE(2794)] = 130053, - [SMALL_STATE(2795)] = 130085, - [SMALL_STATE(2796)] = 130117, - [SMALL_STATE(2797)] = 130149, - [SMALL_STATE(2798)] = 130181, - [SMALL_STATE(2799)] = 130213, - [SMALL_STATE(2800)] = 130241, - [SMALL_STATE(2801)] = 130269, - [SMALL_STATE(2802)] = 130301, - [SMALL_STATE(2803)] = 130329, - [SMALL_STATE(2804)] = 130361, - [SMALL_STATE(2805)] = 130389, - [SMALL_STATE(2806)] = 130417, - [SMALL_STATE(2807)] = 130449, - [SMALL_STATE(2808)] = 130477, - [SMALL_STATE(2809)] = 130505, - [SMALL_STATE(2810)] = 130535, - [SMALL_STATE(2811)] = 130567, - [SMALL_STATE(2812)] = 130599, - [SMALL_STATE(2813)] = 130627, - [SMALL_STATE(2814)] = 130661, - [SMALL_STATE(2815)] = 130689, - [SMALL_STATE(2816)] = 130717, - [SMALL_STATE(2817)] = 130749, - [SMALL_STATE(2818)] = 130777, - [SMALL_STATE(2819)] = 130811, - [SMALL_STATE(2820)] = 130843, - [SMALL_STATE(2821)] = 130871, - [SMALL_STATE(2822)] = 130893, - [SMALL_STATE(2823)] = 130921, - [SMALL_STATE(2824)] = 130949, - [SMALL_STATE(2825)] = 130977, - [SMALL_STATE(2826)] = 131009, - [SMALL_STATE(2827)] = 131041, - [SMALL_STATE(2828)] = 131069, - [SMALL_STATE(2829)] = 131101, - [SMALL_STATE(2830)] = 131133, - [SMALL_STATE(2831)] = 131165, - [SMALL_STATE(2832)] = 131193, - [SMALL_STATE(2833)] = 131212, - [SMALL_STATE(2834)] = 131239, - [SMALL_STATE(2835)] = 131266, - [SMALL_STATE(2836)] = 131295, - [SMALL_STATE(2837)] = 131324, - [SMALL_STATE(2838)] = 131351, - [SMALL_STATE(2839)] = 131370, - [SMALL_STATE(2840)] = 131397, - [SMALL_STATE(2841)] = 131424, - [SMALL_STATE(2842)] = 131451, - [SMALL_STATE(2843)] = 131470, - [SMALL_STATE(2844)] = 131489, - [SMALL_STATE(2845)] = 131508, - [SMALL_STATE(2846)] = 131535, - [SMALL_STATE(2847)] = 131562, - [SMALL_STATE(2848)] = 131581, - [SMALL_STATE(2849)] = 131610, - [SMALL_STATE(2850)] = 131637, - [SMALL_STATE(2851)] = 131656, - [SMALL_STATE(2852)] = 131683, - [SMALL_STATE(2853)] = 131710, - [SMALL_STATE(2854)] = 131737, - [SMALL_STATE(2855)] = 131764, - [SMALL_STATE(2856)] = 131791, - [SMALL_STATE(2857)] = 131818, - [SMALL_STATE(2858)] = 131845, - [SMALL_STATE(2859)] = 131864, - [SMALL_STATE(2860)] = 131885, - [SMALL_STATE(2861)] = 131912, - [SMALL_STATE(2862)] = 131939, - [SMALL_STATE(2863)] = 131958, - [SMALL_STATE(2864)] = 131977, - [SMALL_STATE(2865)] = 132004, - [SMALL_STATE(2866)] = 132031, - [SMALL_STATE(2867)] = 132058, - [SMALL_STATE(2868)] = 132085, - [SMALL_STATE(2869)] = 132112, - [SMALL_STATE(2870)] = 132139, - [SMALL_STATE(2871)] = 132166, - [SMALL_STATE(2872)] = 132193, - [SMALL_STATE(2873)] = 132212, - [SMALL_STATE(2874)] = 132239, - [SMALL_STATE(2875)] = 132266, - [SMALL_STATE(2876)] = 132295, - [SMALL_STATE(2877)] = 132314, - [SMALL_STATE(2878)] = 132340, - [SMALL_STATE(2879)] = 132366, - [SMALL_STATE(2880)] = 132390, - [SMALL_STATE(2881)] = 132414, - [SMALL_STATE(2882)] = 132440, - [SMALL_STATE(2883)] = 132466, - [SMALL_STATE(2884)] = 132494, - [SMALL_STATE(2885)] = 132520, - [SMALL_STATE(2886)] = 132540, - [SMALL_STATE(2887)] = 132566, - [SMALL_STATE(2888)] = 132594, - [SMALL_STATE(2889)] = 132620, - [SMALL_STATE(2890)] = 132646, - [SMALL_STATE(2891)] = 132672, - [SMALL_STATE(2892)] = 132692, - [SMALL_STATE(2893)] = 132716, - [SMALL_STATE(2894)] = 132742, - [SMALL_STATE(2895)] = 132764, - [SMALL_STATE(2896)] = 132790, - [SMALL_STATE(2897)] = 132816, - [SMALL_STATE(2898)] = 132842, - [SMALL_STATE(2899)] = 132862, - [SMALL_STATE(2900)] = 132888, - [SMALL_STATE(2901)] = 132912, - [SMALL_STATE(2902)] = 132938, - [SMALL_STATE(2903)] = 132966, - [SMALL_STATE(2904)] = 132992, - [SMALL_STATE(2905)] = 133018, - [SMALL_STATE(2906)] = 133042, - [SMALL_STATE(2907)] = 133070, - [SMALL_STATE(2908)] = 133098, - [SMALL_STATE(2909)] = 133124, - [SMALL_STATE(2910)] = 133142, - [SMALL_STATE(2911)] = 133164, - [SMALL_STATE(2912)] = 133192, - [SMALL_STATE(2913)] = 133220, - [SMALL_STATE(2914)] = 133248, - [SMALL_STATE(2915)] = 133276, - [SMALL_STATE(2916)] = 133302, - [SMALL_STATE(2917)] = 133328, - [SMALL_STATE(2918)] = 133354, - [SMALL_STATE(2919)] = 133380, - [SMALL_STATE(2920)] = 133406, - [SMALL_STATE(2921)] = 133434, - [SMALL_STATE(2922)] = 133460, - [SMALL_STATE(2923)] = 133488, - [SMALL_STATE(2924)] = 133514, - [SMALL_STATE(2925)] = 133538, - [SMALL_STATE(2926)] = 133564, - [SMALL_STATE(2927)] = 133582, - [SMALL_STATE(2928)] = 133608, - [SMALL_STATE(2929)] = 133628, - [SMALL_STATE(2930)] = 133654, - [SMALL_STATE(2931)] = 133678, - [SMALL_STATE(2932)] = 133704, - [SMALL_STATE(2933)] = 133730, - [SMALL_STATE(2934)] = 133756, - [SMALL_STATE(2935)] = 133782, - [SMALL_STATE(2936)] = 133806, - [SMALL_STATE(2937)] = 133832, - [SMALL_STATE(2938)] = 133858, - [SMALL_STATE(2939)] = 133881, - [SMALL_STATE(2940)] = 133906, - [SMALL_STATE(2941)] = 133925, - [SMALL_STATE(2942)] = 133948, - [SMALL_STATE(2943)] = 133971, - [SMALL_STATE(2944)] = 133994, - [SMALL_STATE(2945)] = 134019, - [SMALL_STATE(2946)] = 134044, - [SMALL_STATE(2947)] = 134069, - [SMALL_STATE(2948)] = 134092, - [SMALL_STATE(2949)] = 134115, - [SMALL_STATE(2950)] = 134130, - [SMALL_STATE(2951)] = 134149, - [SMALL_STATE(2952)] = 134172, - [SMALL_STATE(2953)] = 134195, - [SMALL_STATE(2954)] = 134216, - [SMALL_STATE(2955)] = 134233, - [SMALL_STATE(2956)] = 134256, - [SMALL_STATE(2957)] = 134279, - [SMALL_STATE(2958)] = 134296, - [SMALL_STATE(2959)] = 134319, - [SMALL_STATE(2960)] = 134344, - [SMALL_STATE(2961)] = 134361, - [SMALL_STATE(2962)] = 134384, - [SMALL_STATE(2963)] = 134407, - [SMALL_STATE(2964)] = 134430, - [SMALL_STATE(2965)] = 134451, - [SMALL_STATE(2966)] = 134470, - [SMALL_STATE(2967)] = 134493, - [SMALL_STATE(2968)] = 134516, - [SMALL_STATE(2969)] = 134533, - [SMALL_STATE(2970)] = 134556, - [SMALL_STATE(2971)] = 134579, - [SMALL_STATE(2972)] = 134602, - [SMALL_STATE(2973)] = 134623, - [SMALL_STATE(2974)] = 134646, - [SMALL_STATE(2975)] = 134663, - [SMALL_STATE(2976)] = 134686, - [SMALL_STATE(2977)] = 134703, - [SMALL_STATE(2978)] = 134726, - [SMALL_STATE(2979)] = 134749, - [SMALL_STATE(2980)] = 134772, - [SMALL_STATE(2981)] = 134795, - [SMALL_STATE(2982)] = 134818, - [SMALL_STATE(2983)] = 134841, - [SMALL_STATE(2984)] = 134864, - [SMALL_STATE(2985)] = 134887, - [SMALL_STATE(2986)] = 134902, - [SMALL_STATE(2987)] = 134917, - [SMALL_STATE(2988)] = 134940, - [SMALL_STATE(2989)] = 134963, - [SMALL_STATE(2990)] = 134986, - [SMALL_STATE(2991)] = 135009, - [SMALL_STATE(2992)] = 135032, - [SMALL_STATE(2993)] = 135055, - [SMALL_STATE(2994)] = 135078, - [SMALL_STATE(2995)] = 135103, - [SMALL_STATE(2996)] = 135128, - [SMALL_STATE(2997)] = 135151, - [SMALL_STATE(2998)] = 135170, - [SMALL_STATE(2999)] = 135195, - [SMALL_STATE(3000)] = 135220, - [SMALL_STATE(3001)] = 135245, - [SMALL_STATE(3002)] = 135268, - [SMALL_STATE(3003)] = 135291, - [SMALL_STATE(3004)] = 135314, - [SMALL_STATE(3005)] = 135337, - [SMALL_STATE(3006)] = 135351, - [SMALL_STATE(3007)] = 135367, - [SMALL_STATE(3008)] = 135381, - [SMALL_STATE(3009)] = 135395, - [SMALL_STATE(3010)] = 135411, - [SMALL_STATE(3011)] = 135427, - [SMALL_STATE(3012)] = 135449, - [SMALL_STATE(3013)] = 135469, - [SMALL_STATE(3014)] = 135485, - [SMALL_STATE(3015)] = 135507, - [SMALL_STATE(3016)] = 135523, - [SMALL_STATE(3017)] = 135539, - [SMALL_STATE(3018)] = 135555, - [SMALL_STATE(3019)] = 135575, - [SMALL_STATE(3020)] = 135591, - [SMALL_STATE(3021)] = 135607, - [SMALL_STATE(3022)] = 135623, - [SMALL_STATE(3023)] = 135637, - [SMALL_STATE(3024)] = 135653, - [SMALL_STATE(3025)] = 135669, - [SMALL_STATE(3026)] = 135691, - [SMALL_STATE(3027)] = 135707, - [SMALL_STATE(3028)] = 135723, - [SMALL_STATE(3029)] = 135741, - [SMALL_STATE(3030)] = 135757, - [SMALL_STATE(3031)] = 135773, - [SMALL_STATE(3032)] = 135795, - [SMALL_STATE(3033)] = 135817, - [SMALL_STATE(3034)] = 135839, - [SMALL_STATE(3035)] = 135855, - [SMALL_STATE(3036)] = 135877, - [SMALL_STATE(3037)] = 135893, - [SMALL_STATE(3038)] = 135907, - [SMALL_STATE(3039)] = 135923, - [SMALL_STATE(3040)] = 135939, - [SMALL_STATE(3041)] = 135953, - [SMALL_STATE(3042)] = 135969, - [SMALL_STATE(3043)] = 135991, - [SMALL_STATE(3044)] = 136007, - [SMALL_STATE(3045)] = 136023, - [SMALL_STATE(3046)] = 136039, - [SMALL_STATE(3047)] = 136059, - [SMALL_STATE(3048)] = 136073, - [SMALL_STATE(3049)] = 136093, - [SMALL_STATE(3050)] = 136113, - [SMALL_STATE(3051)] = 136133, - [SMALL_STATE(3052)] = 136153, - [SMALL_STATE(3053)] = 136173, - [SMALL_STATE(3054)] = 136195, - [SMALL_STATE(3055)] = 136215, - [SMALL_STATE(3056)] = 136235, - [SMALL_STATE(3057)] = 136255, - [SMALL_STATE(3058)] = 136275, - [SMALL_STATE(3059)] = 136289, - [SMALL_STATE(3060)] = 136309, - [SMALL_STATE(3061)] = 136323, - [SMALL_STATE(3062)] = 136343, - [SMALL_STATE(3063)] = 136357, - [SMALL_STATE(3064)] = 136377, - [SMALL_STATE(3065)] = 136391, - [SMALL_STATE(3066)] = 136411, - [SMALL_STATE(3067)] = 136425, - [SMALL_STATE(3068)] = 136445, - [SMALL_STATE(3069)] = 136459, - [SMALL_STATE(3070)] = 136479, - [SMALL_STATE(3071)] = 136495, - [SMALL_STATE(3072)] = 136509, - [SMALL_STATE(3073)] = 136529, - [SMALL_STATE(3074)] = 136545, - [SMALL_STATE(3075)] = 136559, - [SMALL_STATE(3076)] = 136573, - [SMALL_STATE(3077)] = 136593, - [SMALL_STATE(3078)] = 136609, - [SMALL_STATE(3079)] = 136631, - [SMALL_STATE(3080)] = 136647, - [SMALL_STATE(3081)] = 136663, - [SMALL_STATE(3082)] = 136679, - [SMALL_STATE(3083)] = 136695, - [SMALL_STATE(3084)] = 136711, - [SMALL_STATE(3085)] = 136733, - [SMALL_STATE(3086)] = 136749, - [SMALL_STATE(3087)] = 136771, - [SMALL_STATE(3088)] = 136787, - [SMALL_STATE(3089)] = 136803, - [SMALL_STATE(3090)] = 136817, - [SMALL_STATE(3091)] = 136831, - [SMALL_STATE(3092)] = 136851, - [SMALL_STATE(3093)] = 136873, - [SMALL_STATE(3094)] = 136895, - [SMALL_STATE(3095)] = 136917, - [SMALL_STATE(3096)] = 136937, - [SMALL_STATE(3097)] = 136959, - [SMALL_STATE(3098)] = 136975, - [SMALL_STATE(3099)] = 136991, - [SMALL_STATE(3100)] = 137013, - [SMALL_STATE(3101)] = 137029, - [SMALL_STATE(3102)] = 137045, - [SMALL_STATE(3103)] = 137059, - [SMALL_STATE(3104)] = 137079, - [SMALL_STATE(3105)] = 137095, - [SMALL_STATE(3106)] = 137117, - [SMALL_STATE(3107)] = 137139, - [SMALL_STATE(3108)] = 137153, - [SMALL_STATE(3109)] = 137173, - [SMALL_STATE(3110)] = 137189, - [SMALL_STATE(3111)] = 137205, - [SMALL_STATE(3112)] = 137225, - [SMALL_STATE(3113)] = 137247, - [SMALL_STATE(3114)] = 137263, - [SMALL_STATE(3115)] = 137279, - [SMALL_STATE(3116)] = 137295, - [SMALL_STATE(3117)] = 137309, - [SMALL_STATE(3118)] = 137323, - [SMALL_STATE(3119)] = 137343, - [SMALL_STATE(3120)] = 137363, - [SMALL_STATE(3121)] = 137385, - [SMALL_STATE(3122)] = 137407, - [SMALL_STATE(3123)] = 137423, - [SMALL_STATE(3124)] = 137439, - [SMALL_STATE(3125)] = 137461, - [SMALL_STATE(3126)] = 137477, - [SMALL_STATE(3127)] = 137499, - [SMALL_STATE(3128)] = 137515, - [SMALL_STATE(3129)] = 137531, - [SMALL_STATE(3130)] = 137547, - [SMALL_STATE(3131)] = 137569, - [SMALL_STATE(3132)] = 137585, - [SMALL_STATE(3133)] = 137605, - [SMALL_STATE(3134)] = 137619, - [SMALL_STATE(3135)] = 137635, - [SMALL_STATE(3136)] = 137651, - [SMALL_STATE(3137)] = 137673, - [SMALL_STATE(3138)] = 137693, - [SMALL_STATE(3139)] = 137709, - [SMALL_STATE(3140)] = 137731, - [SMALL_STATE(3141)] = 137753, - [SMALL_STATE(3142)] = 137773, - [SMALL_STATE(3143)] = 137789, - [SMALL_STATE(3144)] = 137805, - [SMALL_STATE(3145)] = 137827, - [SMALL_STATE(3146)] = 137847, - [SMALL_STATE(3147)] = 137869, - [SMALL_STATE(3148)] = 137891, - [SMALL_STATE(3149)] = 137907, - [SMALL_STATE(3150)] = 137921, - [SMALL_STATE(3151)] = 137935, - [SMALL_STATE(3152)] = 137957, - [SMALL_STATE(3153)] = 137977, - [SMALL_STATE(3154)] = 137991, - [SMALL_STATE(3155)] = 138013, - [SMALL_STATE(3156)] = 138029, - [SMALL_STATE(3157)] = 138049, - [SMALL_STATE(3158)] = 138065, - [SMALL_STATE(3159)] = 138087, - [SMALL_STATE(3160)] = 138103, - [SMALL_STATE(3161)] = 138125, - [SMALL_STATE(3162)] = 138141, - [SMALL_STATE(3163)] = 138157, - [SMALL_STATE(3164)] = 138173, - [SMALL_STATE(3165)] = 138195, - [SMALL_STATE(3166)] = 138209, - [SMALL_STATE(3167)] = 138231, - [SMALL_STATE(3168)] = 138253, - [SMALL_STATE(3169)] = 138273, - [SMALL_STATE(3170)] = 138289, - [SMALL_STATE(3171)] = 138303, - [SMALL_STATE(3172)] = 138319, - [SMALL_STATE(3173)] = 138339, - [SMALL_STATE(3174)] = 138361, - [SMALL_STATE(3175)] = 138383, - [SMALL_STATE(3176)] = 138403, - [SMALL_STATE(3177)] = 138423, - [SMALL_STATE(3178)] = 138445, - [SMALL_STATE(3179)] = 138467, - [SMALL_STATE(3180)] = 138483, - [SMALL_STATE(3181)] = 138505, - [SMALL_STATE(3182)] = 138521, - [SMALL_STATE(3183)] = 138537, - [SMALL_STATE(3184)] = 138551, - [SMALL_STATE(3185)] = 138565, - [SMALL_STATE(3186)] = 138579, - [SMALL_STATE(3187)] = 138593, - [SMALL_STATE(3188)] = 138613, - [SMALL_STATE(3189)] = 138629, - [SMALL_STATE(3190)] = 138643, - [SMALL_STATE(3191)] = 138665, - [SMALL_STATE(3192)] = 138681, - [SMALL_STATE(3193)] = 138697, - [SMALL_STATE(3194)] = 138719, - [SMALL_STATE(3195)] = 138741, - [SMALL_STATE(3196)] = 138757, - [SMALL_STATE(3197)] = 138773, - [SMALL_STATE(3198)] = 138787, - [SMALL_STATE(3199)] = 138807, - [SMALL_STATE(3200)] = 138821, - [SMALL_STATE(3201)] = 138837, - [SMALL_STATE(3202)] = 138851, - [SMALL_STATE(3203)] = 138873, - [SMALL_STATE(3204)] = 138889, - [SMALL_STATE(3205)] = 138909, - [SMALL_STATE(3206)] = 138929, - [SMALL_STATE(3207)] = 138945, - [SMALL_STATE(3208)] = 138967, - [SMALL_STATE(3209)] = 138989, - [SMALL_STATE(3210)] = 139003, - [SMALL_STATE(3211)] = 139021, - [SMALL_STATE(3212)] = 139037, - [SMALL_STATE(3213)] = 139057, - [SMALL_STATE(3214)] = 139073, - [SMALL_STATE(3215)] = 139089, - [SMALL_STATE(3216)] = 139111, - [SMALL_STATE(3217)] = 139133, - [SMALL_STATE(3218)] = 139155, - [SMALL_STATE(3219)] = 139169, - [SMALL_STATE(3220)] = 139191, - [SMALL_STATE(3221)] = 139209, - [SMALL_STATE(3222)] = 139231, - [SMALL_STATE(3223)] = 139248, - [SMALL_STATE(3224)] = 139263, - [SMALL_STATE(3225)] = 139282, - [SMALL_STATE(3226)] = 139301, - [SMALL_STATE(3227)] = 139316, - [SMALL_STATE(3228)] = 139331, - [SMALL_STATE(3229)] = 139346, - [SMALL_STATE(3230)] = 139361, - [SMALL_STATE(3231)] = 139376, - [SMALL_STATE(3232)] = 139393, - [SMALL_STATE(3233)] = 139408, - [SMALL_STATE(3234)] = 139425, - [SMALL_STATE(3235)] = 139440, - [SMALL_STATE(3236)] = 139459, - [SMALL_STATE(3237)] = 139476, - [SMALL_STATE(3238)] = 139495, - [SMALL_STATE(3239)] = 139514, - [SMALL_STATE(3240)] = 139533, - [SMALL_STATE(3241)] = 139552, - [SMALL_STATE(3242)] = 139571, - [SMALL_STATE(3243)] = 139590, - [SMALL_STATE(3244)] = 139609, - [SMALL_STATE(3245)] = 139626, - [SMALL_STATE(3246)] = 139645, - [SMALL_STATE(3247)] = 139664, - [SMALL_STATE(3248)] = 139679, - [SMALL_STATE(3249)] = 139694, - [SMALL_STATE(3250)] = 139709, - [SMALL_STATE(3251)] = 139724, - [SMALL_STATE(3252)] = 139739, - [SMALL_STATE(3253)] = 139754, - [SMALL_STATE(3254)] = 139769, - [SMALL_STATE(3255)] = 139784, - [SMALL_STATE(3256)] = 139799, - [SMALL_STATE(3257)] = 139814, - [SMALL_STATE(3258)] = 139829, - [SMALL_STATE(3259)] = 139848, - [SMALL_STATE(3260)] = 139863, - [SMALL_STATE(3261)] = 139882, - [SMALL_STATE(3262)] = 139897, - [SMALL_STATE(3263)] = 139912, - [SMALL_STATE(3264)] = 139927, - [SMALL_STATE(3265)] = 139944, - [SMALL_STATE(3266)] = 139959, - [SMALL_STATE(3267)] = 139974, - [SMALL_STATE(3268)] = 139989, - [SMALL_STATE(3269)] = 140008, - [SMALL_STATE(3270)] = 140023, - [SMALL_STATE(3271)] = 140038, - [SMALL_STATE(3272)] = 140055, - [SMALL_STATE(3273)] = 140070, - [SMALL_STATE(3274)] = 140085, - [SMALL_STATE(3275)] = 140104, - [SMALL_STATE(3276)] = 140119, - [SMALL_STATE(3277)] = 140138, - [SMALL_STATE(3278)] = 140153, - [SMALL_STATE(3279)] = 140170, - [SMALL_STATE(3280)] = 140187, - [SMALL_STATE(3281)] = 140206, - [SMALL_STATE(3282)] = 140221, - [SMALL_STATE(3283)] = 140236, - [SMALL_STATE(3284)] = 140253, - [SMALL_STATE(3285)] = 140268, - [SMALL_STATE(3286)] = 140283, - [SMALL_STATE(3287)] = 140302, - [SMALL_STATE(3288)] = 140321, - [SMALL_STATE(3289)] = 140336, - [SMALL_STATE(3290)] = 140353, - [SMALL_STATE(3291)] = 140372, - [SMALL_STATE(3292)] = 140389, - [SMALL_STATE(3293)] = 140408, - [SMALL_STATE(3294)] = 140427, - [SMALL_STATE(3295)] = 140446, - [SMALL_STATE(3296)] = 140461, - [SMALL_STATE(3297)] = 140476, - [SMALL_STATE(3298)] = 140493, - [SMALL_STATE(3299)] = 140512, - [SMALL_STATE(3300)] = 140529, - [SMALL_STATE(3301)] = 140544, - [SMALL_STATE(3302)] = 140561, - [SMALL_STATE(3303)] = 140580, - [SMALL_STATE(3304)] = 140595, - [SMALL_STATE(3305)] = 140610, - [SMALL_STATE(3306)] = 140625, - [SMALL_STATE(3307)] = 140642, - [SMALL_STATE(3308)] = 140657, - [SMALL_STATE(3309)] = 140676, - [SMALL_STATE(3310)] = 140691, - [SMALL_STATE(3311)] = 140706, - [SMALL_STATE(3312)] = 140725, - [SMALL_STATE(3313)] = 140740, - [SMALL_STATE(3314)] = 140757, - [SMALL_STATE(3315)] = 140772, - [SMALL_STATE(3316)] = 140791, - [SMALL_STATE(3317)] = 140808, - [SMALL_STATE(3318)] = 140825, - [SMALL_STATE(3319)] = 140842, - [SMALL_STATE(3320)] = 140859, - [SMALL_STATE(3321)] = 140874, - [SMALL_STATE(3322)] = 140891, - [SMALL_STATE(3323)] = 140908, - [SMALL_STATE(3324)] = 140925, - [SMALL_STATE(3325)] = 140942, - [SMALL_STATE(3326)] = 140959, - [SMALL_STATE(3327)] = 140976, - [SMALL_STATE(3328)] = 140993, - [SMALL_STATE(3329)] = 141010, - [SMALL_STATE(3330)] = 141027, - [SMALL_STATE(3331)] = 141044, - [SMALL_STATE(3332)] = 141061, - [SMALL_STATE(3333)] = 141076, - [SMALL_STATE(3334)] = 141091, - [SMALL_STATE(3335)] = 141108, - [SMALL_STATE(3336)] = 141125, - [SMALL_STATE(3337)] = 141142, - [SMALL_STATE(3338)] = 141157, - [SMALL_STATE(3339)] = 141174, - [SMALL_STATE(3340)] = 141189, - [SMALL_STATE(3341)] = 141208, - [SMALL_STATE(3342)] = 141225, - [SMALL_STATE(3343)] = 141242, - [SMALL_STATE(3344)] = 141261, - [SMALL_STATE(3345)] = 141278, - [SMALL_STATE(3346)] = 141297, - [SMALL_STATE(3347)] = 141314, - [SMALL_STATE(3348)] = 141331, - [SMALL_STATE(3349)] = 141348, - [SMALL_STATE(3350)] = 141367, - [SMALL_STATE(3351)] = 141384, - [SMALL_STATE(3352)] = 141401, - [SMALL_STATE(3353)] = 141418, - [SMALL_STATE(3354)] = 141437, - [SMALL_STATE(3355)] = 141454, - [SMALL_STATE(3356)] = 141469, - [SMALL_STATE(3357)] = 141488, - [SMALL_STATE(3358)] = 141505, - [SMALL_STATE(3359)] = 141522, - [SMALL_STATE(3360)] = 141539, - [SMALL_STATE(3361)] = 141556, - [SMALL_STATE(3362)] = 141571, - [SMALL_STATE(3363)] = 141586, - [SMALL_STATE(3364)] = 141605, - [SMALL_STATE(3365)] = 141622, - [SMALL_STATE(3366)] = 141637, - [SMALL_STATE(3367)] = 141656, - [SMALL_STATE(3368)] = 141673, - [SMALL_STATE(3369)] = 141690, - [SMALL_STATE(3370)] = 141707, - [SMALL_STATE(3371)] = 141722, - [SMALL_STATE(3372)] = 141737, - [SMALL_STATE(3373)] = 141754, - [SMALL_STATE(3374)] = 141771, - [SMALL_STATE(3375)] = 141786, - [SMALL_STATE(3376)] = 141803, - [SMALL_STATE(3377)] = 141818, - [SMALL_STATE(3378)] = 141835, - [SMALL_STATE(3379)] = 141852, - [SMALL_STATE(3380)] = 141871, - [SMALL_STATE(3381)] = 141886, - [SMALL_STATE(3382)] = 141903, - [SMALL_STATE(3383)] = 141918, - [SMALL_STATE(3384)] = 141937, - [SMALL_STATE(3385)] = 141954, - [SMALL_STATE(3386)] = 141969, - [SMALL_STATE(3387)] = 141984, - [SMALL_STATE(3388)] = 142001, - [SMALL_STATE(3389)] = 142020, - [SMALL_STATE(3390)] = 142039, - [SMALL_STATE(3391)] = 142054, - [SMALL_STATE(3392)] = 142069, - [SMALL_STATE(3393)] = 142084, - [SMALL_STATE(3394)] = 142099, - [SMALL_STATE(3395)] = 142118, - [SMALL_STATE(3396)] = 142137, - [SMALL_STATE(3397)] = 142156, - [SMALL_STATE(3398)] = 142175, - [SMALL_STATE(3399)] = 142194, - [SMALL_STATE(3400)] = 142211, - [SMALL_STATE(3401)] = 142226, - [SMALL_STATE(3402)] = 142241, - [SMALL_STATE(3403)] = 142258, - [SMALL_STATE(3404)] = 142275, - [SMALL_STATE(3405)] = 142292, - [SMALL_STATE(3406)] = 142307, - [SMALL_STATE(3407)] = 142324, - [SMALL_STATE(3408)] = 142343, - [SMALL_STATE(3409)] = 142362, - [SMALL_STATE(3410)] = 142379, - [SMALL_STATE(3411)] = 142396, - [SMALL_STATE(3412)] = 142411, - [SMALL_STATE(3413)] = 142426, - [SMALL_STATE(3414)] = 142445, - [SMALL_STATE(3415)] = 142464, - [SMALL_STATE(3416)] = 142481, - [SMALL_STATE(3417)] = 142500, - [SMALL_STATE(3418)] = 142519, - [SMALL_STATE(3419)] = 142534, - [SMALL_STATE(3420)] = 142553, - [SMALL_STATE(3421)] = 142568, - [SMALL_STATE(3422)] = 142583, - [SMALL_STATE(3423)] = 142598, - [SMALL_STATE(3424)] = 142613, - [SMALL_STATE(3425)] = 142632, - [SMALL_STATE(3426)] = 142647, - [SMALL_STATE(3427)] = 142664, - [SMALL_STATE(3428)] = 142683, - [SMALL_STATE(3429)] = 142698, - [SMALL_STATE(3430)] = 142713, - [SMALL_STATE(3431)] = 142728, - [SMALL_STATE(3432)] = 142743, - [SMALL_STATE(3433)] = 142762, - [SMALL_STATE(3434)] = 142777, - [SMALL_STATE(3435)] = 142794, - [SMALL_STATE(3436)] = 142811, - [SMALL_STATE(3437)] = 142828, - [SMALL_STATE(3438)] = 142843, - [SMALL_STATE(3439)] = 142858, - [SMALL_STATE(3440)] = 142873, - [SMALL_STATE(3441)] = 142888, - [SMALL_STATE(3442)] = 142903, - [SMALL_STATE(3443)] = 142918, - [SMALL_STATE(3444)] = 142935, - [SMALL_STATE(3445)] = 142950, - [SMALL_STATE(3446)] = 142967, - [SMALL_STATE(3447)] = 142982, - [SMALL_STATE(3448)] = 143001, - [SMALL_STATE(3449)] = 143020, - [SMALL_STATE(3450)] = 143035, - [SMALL_STATE(3451)] = 143054, - [SMALL_STATE(3452)] = 143073, - [SMALL_STATE(3453)] = 143090, - [SMALL_STATE(3454)] = 143105, - [SMALL_STATE(3455)] = 143121, - [SMALL_STATE(3456)] = 143135, - [SMALL_STATE(3457)] = 143149, - [SMALL_STATE(3458)] = 143165, - [SMALL_STATE(3459)] = 143181, - [SMALL_STATE(3460)] = 143197, - [SMALL_STATE(3461)] = 143213, - [SMALL_STATE(3462)] = 143229, - [SMALL_STATE(3463)] = 143245, - [SMALL_STATE(3464)] = 143261, - [SMALL_STATE(3465)] = 143275, - [SMALL_STATE(3466)] = 143291, - [SMALL_STATE(3467)] = 143305, - [SMALL_STATE(3468)] = 143321, - [SMALL_STATE(3469)] = 143335, - [SMALL_STATE(3470)] = 143351, - [SMALL_STATE(3471)] = 143363, - [SMALL_STATE(3472)] = 143379, - [SMALL_STATE(3473)] = 143395, - [SMALL_STATE(3474)] = 143409, - [SMALL_STATE(3475)] = 143423, - [SMALL_STATE(3476)] = 143439, - [SMALL_STATE(3477)] = 143455, - [SMALL_STATE(3478)] = 143471, - [SMALL_STATE(3479)] = 143487, - [SMALL_STATE(3480)] = 143503, - [SMALL_STATE(3481)] = 143519, - [SMALL_STATE(3482)] = 143535, - [SMALL_STATE(3483)] = 143551, - [SMALL_STATE(3484)] = 143567, - [SMALL_STATE(3485)] = 143583, - [SMALL_STATE(3486)] = 143599, - [SMALL_STATE(3487)] = 143615, - [SMALL_STATE(3488)] = 143629, - [SMALL_STATE(3489)] = 143645, - [SMALL_STATE(3490)] = 143659, - [SMALL_STATE(3491)] = 143675, - [SMALL_STATE(3492)] = 143691, - [SMALL_STATE(3493)] = 143705, - [SMALL_STATE(3494)] = 143721, - [SMALL_STATE(3495)] = 143737, - [SMALL_STATE(3496)] = 143753, - [SMALL_STATE(3497)] = 143769, - [SMALL_STATE(3498)] = 143785, - [SMALL_STATE(3499)] = 143801, - [SMALL_STATE(3500)] = 143817, - [SMALL_STATE(3501)] = 143833, - [SMALL_STATE(3502)] = 143849, - [SMALL_STATE(3503)] = 143865, - [SMALL_STATE(3504)] = 143879, - [SMALL_STATE(3505)] = 143893, - [SMALL_STATE(3506)] = 143907, - [SMALL_STATE(3507)] = 143921, - [SMALL_STATE(3508)] = 143935, - [SMALL_STATE(3509)] = 143951, - [SMALL_STATE(3510)] = 143967, - [SMALL_STATE(3511)] = 143981, - [SMALL_STATE(3512)] = 143995, - [SMALL_STATE(3513)] = 144011, - [SMALL_STATE(3514)] = 144027, - [SMALL_STATE(3515)] = 144043, - [SMALL_STATE(3516)] = 144059, - [SMALL_STATE(3517)] = 144075, - [SMALL_STATE(3518)] = 144089, - [SMALL_STATE(3519)] = 144105, - [SMALL_STATE(3520)] = 144119, - [SMALL_STATE(3521)] = 144135, - [SMALL_STATE(3522)] = 144149, - [SMALL_STATE(3523)] = 144162, - [SMALL_STATE(3524)] = 144175, - [SMALL_STATE(3525)] = 144188, - [SMALL_STATE(3526)] = 144201, - [SMALL_STATE(3527)] = 144214, - [SMALL_STATE(3528)] = 144227, - [SMALL_STATE(3529)] = 144240, - [SMALL_STATE(3530)] = 144253, - [SMALL_STATE(3531)] = 144266, - [SMALL_STATE(3532)] = 144277, - [SMALL_STATE(3533)] = 144290, - [SMALL_STATE(3534)] = 144303, - [SMALL_STATE(3535)] = 144316, - [SMALL_STATE(3536)] = 144329, - [SMALL_STATE(3537)] = 144340, - [SMALL_STATE(3538)] = 144353, - [SMALL_STATE(3539)] = 144366, - [SMALL_STATE(3540)] = 144379, - [SMALL_STATE(3541)] = 144392, - [SMALL_STATE(3542)] = 144405, - [SMALL_STATE(3543)] = 144418, - [SMALL_STATE(3544)] = 144431, - [SMALL_STATE(3545)] = 144444, - [SMALL_STATE(3546)] = 144457, - [SMALL_STATE(3547)] = 144470, - [SMALL_STATE(3548)] = 144483, - [SMALL_STATE(3549)] = 144496, - [SMALL_STATE(3550)] = 144509, - [SMALL_STATE(3551)] = 144522, - [SMALL_STATE(3552)] = 144535, - [SMALL_STATE(3553)] = 144548, - [SMALL_STATE(3554)] = 144561, - [SMALL_STATE(3555)] = 144574, - [SMALL_STATE(3556)] = 144587, - [SMALL_STATE(3557)] = 144600, - [SMALL_STATE(3558)] = 144611, - [SMALL_STATE(3559)] = 144624, - [SMALL_STATE(3560)] = 144637, - [SMALL_STATE(3561)] = 144650, - [SMALL_STATE(3562)] = 144663, - [SMALL_STATE(3563)] = 144676, - [SMALL_STATE(3564)] = 144687, - [SMALL_STATE(3565)] = 144698, - [SMALL_STATE(3566)] = 144711, - [SMALL_STATE(3567)] = 144724, - [SMALL_STATE(3568)] = 144737, - [SMALL_STATE(3569)] = 144750, - [SMALL_STATE(3570)] = 144763, - [SMALL_STATE(3571)] = 144774, - [SMALL_STATE(3572)] = 144787, - [SMALL_STATE(3573)] = 144800, - [SMALL_STATE(3574)] = 144810, - [SMALL_STATE(3575)] = 144820, - [SMALL_STATE(3576)] = 144830, - [SMALL_STATE(3577)] = 144840, - [SMALL_STATE(3578)] = 144850, - [SMALL_STATE(3579)] = 144860, - [SMALL_STATE(3580)] = 144870, - [SMALL_STATE(3581)] = 144880, - [SMALL_STATE(3582)] = 144890, - [SMALL_STATE(3583)] = 144900, - [SMALL_STATE(3584)] = 144910, - [SMALL_STATE(3585)] = 144920, - [SMALL_STATE(3586)] = 144930, - [SMALL_STATE(3587)] = 144940, - [SMALL_STATE(3588)] = 144950, - [SMALL_STATE(3589)] = 144960, - [SMALL_STATE(3590)] = 144970, - [SMALL_STATE(3591)] = 144980, - [SMALL_STATE(3592)] = 144990, - [SMALL_STATE(3593)] = 145000, - [SMALL_STATE(3594)] = 145010, - [SMALL_STATE(3595)] = 145020, - [SMALL_STATE(3596)] = 145030, - [SMALL_STATE(3597)] = 145040, - [SMALL_STATE(3598)] = 145050, - [SMALL_STATE(3599)] = 145060, - [SMALL_STATE(3600)] = 145070, - [SMALL_STATE(3601)] = 145080, - [SMALL_STATE(3602)] = 145090, - [SMALL_STATE(3603)] = 145100, - [SMALL_STATE(3604)] = 145110, - [SMALL_STATE(3605)] = 145120, - [SMALL_STATE(3606)] = 145130, - [SMALL_STATE(3607)] = 145140, - [SMALL_STATE(3608)] = 145150, - [SMALL_STATE(3609)] = 145160, - [SMALL_STATE(3610)] = 145170, - [SMALL_STATE(3611)] = 145180, - [SMALL_STATE(3612)] = 145190, - [SMALL_STATE(3613)] = 145200, - [SMALL_STATE(3614)] = 145210, - [SMALL_STATE(3615)] = 145220, - [SMALL_STATE(3616)] = 145230, - [SMALL_STATE(3617)] = 145240, - [SMALL_STATE(3618)] = 145250, - [SMALL_STATE(3619)] = 145260, - [SMALL_STATE(3620)] = 145270, - [SMALL_STATE(3621)] = 145280, - [SMALL_STATE(3622)] = 145290, - [SMALL_STATE(3623)] = 145300, - [SMALL_STATE(3624)] = 145310, - [SMALL_STATE(3625)] = 145320, - [SMALL_STATE(3626)] = 145330, - [SMALL_STATE(3627)] = 145340, - [SMALL_STATE(3628)] = 145350, - [SMALL_STATE(3629)] = 145360, - [SMALL_STATE(3630)] = 145370, - [SMALL_STATE(3631)] = 145380, - [SMALL_STATE(3632)] = 145390, - [SMALL_STATE(3633)] = 145400, - [SMALL_STATE(3634)] = 145410, - [SMALL_STATE(3635)] = 145420, - [SMALL_STATE(3636)] = 145430, - [SMALL_STATE(3637)] = 145440, - [SMALL_STATE(3638)] = 145450, - [SMALL_STATE(3639)] = 145460, - [SMALL_STATE(3640)] = 145470, - [SMALL_STATE(3641)] = 145480, - [SMALL_STATE(3642)] = 145490, - [SMALL_STATE(3643)] = 145500, - [SMALL_STATE(3644)] = 145510, - [SMALL_STATE(3645)] = 145520, - [SMALL_STATE(3646)] = 145530, - [SMALL_STATE(3647)] = 145540, - [SMALL_STATE(3648)] = 145550, - [SMALL_STATE(3649)] = 145560, - [SMALL_STATE(3650)] = 145570, - [SMALL_STATE(3651)] = 145580, - [SMALL_STATE(3652)] = 145590, - [SMALL_STATE(3653)] = 145600, - [SMALL_STATE(3654)] = 145610, - [SMALL_STATE(3655)] = 145620, - [SMALL_STATE(3656)] = 145630, - [SMALL_STATE(3657)] = 145640, - [SMALL_STATE(3658)] = 145650, - [SMALL_STATE(3659)] = 145660, - [SMALL_STATE(3660)] = 145670, - [SMALL_STATE(3661)] = 145680, - [SMALL_STATE(3662)] = 145690, - [SMALL_STATE(3663)] = 145700, - [SMALL_STATE(3664)] = 145710, - [SMALL_STATE(3665)] = 145720, - [SMALL_STATE(3666)] = 145730, - [SMALL_STATE(3667)] = 145740, - [SMALL_STATE(3668)] = 145750, - [SMALL_STATE(3669)] = 145760, - [SMALL_STATE(3670)] = 145770, - [SMALL_STATE(3671)] = 145780, - [SMALL_STATE(3672)] = 145790, - [SMALL_STATE(3673)] = 145800, - [SMALL_STATE(3674)] = 145810, - [SMALL_STATE(3675)] = 145820, - [SMALL_STATE(3676)] = 145830, - [SMALL_STATE(3677)] = 145840, - [SMALL_STATE(3678)] = 145850, - [SMALL_STATE(3679)] = 145860, - [SMALL_STATE(3680)] = 145870, - [SMALL_STATE(3681)] = 145880, - [SMALL_STATE(3682)] = 145890, - [SMALL_STATE(3683)] = 145900, - [SMALL_STATE(3684)] = 145910, - [SMALL_STATE(3685)] = 145920, - [SMALL_STATE(3686)] = 145930, - [SMALL_STATE(3687)] = 145940, - [SMALL_STATE(3688)] = 145950, - [SMALL_STATE(3689)] = 145960, - [SMALL_STATE(3690)] = 145970, - [SMALL_STATE(3691)] = 145980, - [SMALL_STATE(3692)] = 145990, - [SMALL_STATE(3693)] = 146000, - [SMALL_STATE(3694)] = 146010, - [SMALL_STATE(3695)] = 146020, - [SMALL_STATE(3696)] = 146030, - [SMALL_STATE(3697)] = 146040, - [SMALL_STATE(3698)] = 146050, - [SMALL_STATE(3699)] = 146060, - [SMALL_STATE(3700)] = 146070, - [SMALL_STATE(3701)] = 146080, - [SMALL_STATE(3702)] = 146090, - [SMALL_STATE(3703)] = 146100, - [SMALL_STATE(3704)] = 146110, - [SMALL_STATE(3705)] = 146120, - [SMALL_STATE(3706)] = 146130, - [SMALL_STATE(3707)] = 146140, - [SMALL_STATE(3708)] = 146150, - [SMALL_STATE(3709)] = 146160, - [SMALL_STATE(3710)] = 146170, - [SMALL_STATE(3711)] = 146180, - [SMALL_STATE(3712)] = 146190, - [SMALL_STATE(3713)] = 146200, - [SMALL_STATE(3714)] = 146210, - [SMALL_STATE(3715)] = 146220, - [SMALL_STATE(3716)] = 146230, - [SMALL_STATE(3717)] = 146240, - [SMALL_STATE(3718)] = 146250, - [SMALL_STATE(3719)] = 146260, - [SMALL_STATE(3720)] = 146270, - [SMALL_STATE(3721)] = 146280, - [SMALL_STATE(3722)] = 146290, - [SMALL_STATE(3723)] = 146300, - [SMALL_STATE(3724)] = 146310, - [SMALL_STATE(3725)] = 146320, - [SMALL_STATE(3726)] = 146330, - [SMALL_STATE(3727)] = 146340, - [SMALL_STATE(3728)] = 146350, - [SMALL_STATE(3729)] = 146360, - [SMALL_STATE(3730)] = 146370, - [SMALL_STATE(3731)] = 146380, - [SMALL_STATE(3732)] = 146390, - [SMALL_STATE(3733)] = 146400, - [SMALL_STATE(3734)] = 146410, - [SMALL_STATE(3735)] = 146420, - [SMALL_STATE(3736)] = 146430, - [SMALL_STATE(3737)] = 146440, - [SMALL_STATE(3738)] = 146450, - [SMALL_STATE(3739)] = 146460, - [SMALL_STATE(3740)] = 146470, - [SMALL_STATE(3741)] = 146480, - [SMALL_STATE(3742)] = 146490, - [SMALL_STATE(3743)] = 146500, - [SMALL_STATE(3744)] = 146510, - [SMALL_STATE(3745)] = 146520, + [SMALL_STATE(2619)] = 123815, + [SMALL_STATE(2620)] = 123877, + [SMALL_STATE(2621)] = 123943, + [SMALL_STATE(2622)] = 124011, + [SMALL_STATE(2623)] = 124081, + [SMALL_STATE(2624)] = 124123, + [SMALL_STATE(2625)] = 124165, + [SMALL_STATE(2626)] = 124209, + [SMALL_STATE(2627)] = 124251, + [SMALL_STATE(2628)] = 124295, + [SMALL_STATE(2629)] = 124337, + [SMALL_STATE(2630)] = 124379, + [SMALL_STATE(2631)] = 124421, + [SMALL_STATE(2632)] = 124463, + [SMALL_STATE(2633)] = 124505, + [SMALL_STATE(2634)] = 124578, + [SMALL_STATE(2635)] = 124649, + [SMALL_STATE(2636)] = 124690, + [SMALL_STATE(2637)] = 124763, + [SMALL_STATE(2638)] = 124836, + [SMALL_STATE(2639)] = 124909, + [SMALL_STATE(2640)] = 124950, + [SMALL_STATE(2641)] = 125023, + [SMALL_STATE(2642)] = 125094, + [SMALL_STATE(2643)] = 125135, + [SMALL_STATE(2644)] = 125176, + [SMALL_STATE(2645)] = 125249, + [SMALL_STATE(2646)] = 125320, + [SMALL_STATE(2647)] = 125362, + [SMALL_STATE(2648)] = 125432, + [SMALL_STATE(2649)] = 125502, + [SMALL_STATE(2650)] = 125541, + [SMALL_STATE(2651)] = 125580, + [SMALL_STATE(2652)] = 125608, + [SMALL_STATE(2653)] = 125654, + [SMALL_STATE(2654)] = 125680, + [SMALL_STATE(2655)] = 125706, + [SMALL_STATE(2656)] = 125732, + [SMALL_STATE(2657)] = 125772, + [SMALL_STATE(2658)] = 125799, + [SMALL_STATE(2659)] = 125826, + [SMALL_STATE(2660)] = 125872, + [SMALL_STATE(2661)] = 125896, + [SMALL_STATE(2662)] = 125930, + [SMALL_STATE(2663)] = 125954, + [SMALL_STATE(2664)] = 125978, + [SMALL_STATE(2665)] = 126014, + [SMALL_STATE(2666)] = 126060, + [SMALL_STATE(2667)] = 126106, + [SMALL_STATE(2668)] = 126152, + [SMALL_STATE(2669)] = 126198, + [SMALL_STATE(2670)] = 126222, + [SMALL_STATE(2671)] = 126268, + [SMALL_STATE(2672)] = 126304, + [SMALL_STATE(2673)] = 126350, + [SMALL_STATE(2674)] = 126396, + [SMALL_STATE(2675)] = 126442, + [SMALL_STATE(2676)] = 126488, + [SMALL_STATE(2677)] = 126534, + [SMALL_STATE(2678)] = 126580, + [SMALL_STATE(2679)] = 126626, + [SMALL_STATE(2680)] = 126672, + [SMALL_STATE(2681)] = 126706, + [SMALL_STATE(2682)] = 126730, + [SMALL_STATE(2683)] = 126755, + [SMALL_STATE(2684)] = 126778, + [SMALL_STATE(2685)] = 126805, + [SMALL_STATE(2686)] = 126837, + [SMALL_STATE(2687)] = 126869, + [SMALL_STATE(2688)] = 126901, + [SMALL_STATE(2689)] = 126937, + [SMALL_STATE(2690)] = 126973, + [SMALL_STATE(2691)] = 127011, + [SMALL_STATE(2692)] = 127049, + [SMALL_STATE(2693)] = 127085, + [SMALL_STATE(2694)] = 127113, + [SMALL_STATE(2695)] = 127149, + [SMALL_STATE(2696)] = 127185, + [SMALL_STATE(2697)] = 127223, + [SMALL_STATE(2698)] = 127259, + [SMALL_STATE(2699)] = 127297, + [SMALL_STATE(2700)] = 127335, + [SMALL_STATE(2701)] = 127363, + [SMALL_STATE(2702)] = 127395, + [SMALL_STATE(2703)] = 127431, + [SMALL_STATE(2704)] = 127459, + [SMALL_STATE(2705)] = 127487, + [SMALL_STATE(2706)] = 127525, + [SMALL_STATE(2707)] = 127557, + [SMALL_STATE(2708)] = 127579, + [SMALL_STATE(2709)] = 127611, + [SMALL_STATE(2710)] = 127647, + [SMALL_STATE(2711)] = 127683, + [SMALL_STATE(2712)] = 127715, + [SMALL_STATE(2713)] = 127751, + [SMALL_STATE(2714)] = 127789, + [SMALL_STATE(2715)] = 127821, + [SMALL_STATE(2716)] = 127843, + [SMALL_STATE(2717)] = 127881, + [SMALL_STATE(2718)] = 127913, + [SMALL_STATE(2719)] = 127949, + [SMALL_STATE(2720)] = 127971, + [SMALL_STATE(2721)] = 128009, + [SMALL_STATE(2722)] = 128041, + [SMALL_STATE(2723)] = 128077, + [SMALL_STATE(2724)] = 128115, + [SMALL_STATE(2725)] = 128147, + [SMALL_STATE(2726)] = 128185, + [SMALL_STATE(2727)] = 128223, + [SMALL_STATE(2728)] = 128245, + [SMALL_STATE(2729)] = 128277, + [SMALL_STATE(2730)] = 128315, + [SMALL_STATE(2731)] = 128351, + [SMALL_STATE(2732)] = 128389, + [SMALL_STATE(2733)] = 128411, + [SMALL_STATE(2734)] = 128443, + [SMALL_STATE(2735)] = 128471, + [SMALL_STATE(2736)] = 128499, + [SMALL_STATE(2737)] = 128521, + [SMALL_STATE(2738)] = 128559, + [SMALL_STATE(2739)] = 128591, + [SMALL_STATE(2740)] = 128613, + [SMALL_STATE(2741)] = 128651, + [SMALL_STATE(2742)] = 128687, + [SMALL_STATE(2743)] = 128723, + [SMALL_STATE(2744)] = 128755, + [SMALL_STATE(2745)] = 128793, + [SMALL_STATE(2746)] = 128815, + [SMALL_STATE(2747)] = 128847, + [SMALL_STATE(2748)] = 128885, + [SMALL_STATE(2749)] = 128921, + [SMALL_STATE(2750)] = 128946, + [SMALL_STATE(2751)] = 128971, + [SMALL_STATE(2752)] = 128992, + [SMALL_STATE(2753)] = 129017, + [SMALL_STATE(2754)] = 129036, + [SMALL_STATE(2755)] = 129061, + [SMALL_STATE(2756)] = 129082, + [SMALL_STATE(2757)] = 129107, + [SMALL_STATE(2758)] = 129128, + [SMALL_STATE(2759)] = 129153, + [SMALL_STATE(2760)] = 129178, + [SMALL_STATE(2761)] = 129203, + [SMALL_STATE(2762)] = 129228, + [SMALL_STATE(2763)] = 129253, + [SMALL_STATE(2764)] = 129274, + [SMALL_STATE(2765)] = 129299, + [SMALL_STATE(2766)] = 129324, + [SMALL_STATE(2767)] = 129349, + [SMALL_STATE(2768)] = 129374, + [SMALL_STATE(2769)] = 129399, + [SMALL_STATE(2770)] = 129424, + [SMALL_STATE(2771)] = 129443, + [SMALL_STATE(2772)] = 129468, + [SMALL_STATE(2773)] = 129493, + [SMALL_STATE(2774)] = 129521, + [SMALL_STATE(2775)] = 129549, + [SMALL_STATE(2776)] = 129577, + [SMALL_STATE(2777)] = 129605, + [SMALL_STATE(2778)] = 129633, + [SMALL_STATE(2779)] = 129665, + [SMALL_STATE(2780)] = 129697, + [SMALL_STATE(2781)] = 129725, + [SMALL_STATE(2782)] = 129757, + [SMALL_STATE(2783)] = 129789, + [SMALL_STATE(2784)] = 129821, + [SMALL_STATE(2785)] = 129849, + [SMALL_STATE(2786)] = 129877, + [SMALL_STATE(2787)] = 129905, + [SMALL_STATE(2788)] = 129933, + [SMALL_STATE(2789)] = 129961, + [SMALL_STATE(2790)] = 129993, + [SMALL_STATE(2791)] = 130021, + [SMALL_STATE(2792)] = 130043, + [SMALL_STATE(2793)] = 130075, + [SMALL_STATE(2794)] = 130103, + [SMALL_STATE(2795)] = 130137, + [SMALL_STATE(2796)] = 130165, + [SMALL_STATE(2797)] = 130197, + [SMALL_STATE(2798)] = 130229, + [SMALL_STATE(2799)] = 130261, + [SMALL_STATE(2800)] = 130283, + [SMALL_STATE(2801)] = 130311, + [SMALL_STATE(2802)] = 130343, + [SMALL_STATE(2803)] = 130365, + [SMALL_STATE(2804)] = 130397, + [SMALL_STATE(2805)] = 130429, + [SMALL_STATE(2806)] = 130463, + [SMALL_STATE(2807)] = 130493, + [SMALL_STATE(2808)] = 130521, + [SMALL_STATE(2809)] = 130553, + [SMALL_STATE(2810)] = 130583, + [SMALL_STATE(2811)] = 130611, + [SMALL_STATE(2812)] = 130639, + [SMALL_STATE(2813)] = 130671, + [SMALL_STATE(2814)] = 130703, + [SMALL_STATE(2815)] = 130735, + [SMALL_STATE(2816)] = 130763, + [SMALL_STATE(2817)] = 130795, + [SMALL_STATE(2818)] = 130827, + [SMALL_STATE(2819)] = 130855, + [SMALL_STATE(2820)] = 130883, + [SMALL_STATE(2821)] = 130915, + [SMALL_STATE(2822)] = 130947, + [SMALL_STATE(2823)] = 130975, + [SMALL_STATE(2824)] = 131007, + [SMALL_STATE(2825)] = 131035, + [SMALL_STATE(2826)] = 131063, + [SMALL_STATE(2827)] = 131095, + [SMALL_STATE(2828)] = 131123, + [SMALL_STATE(2829)] = 131155, + [SMALL_STATE(2830)] = 131187, + [SMALL_STATE(2831)] = 131219, + [SMALL_STATE(2832)] = 131247, + [SMALL_STATE(2833)] = 131275, + [SMALL_STATE(2834)] = 131297, + [SMALL_STATE(2835)] = 131316, + [SMALL_STATE(2836)] = 131343, + [SMALL_STATE(2837)] = 131370, + [SMALL_STATE(2838)] = 131397, + [SMALL_STATE(2839)] = 131416, + [SMALL_STATE(2840)] = 131443, + [SMALL_STATE(2841)] = 131470, + [SMALL_STATE(2842)] = 131497, + [SMALL_STATE(2843)] = 131524, + [SMALL_STATE(2844)] = 131551, + [SMALL_STATE(2845)] = 131578, + [SMALL_STATE(2846)] = 131605, + [SMALL_STATE(2847)] = 131632, + [SMALL_STATE(2848)] = 131659, + [SMALL_STATE(2849)] = 131686, + [SMALL_STATE(2850)] = 131713, + [SMALL_STATE(2851)] = 131740, + [SMALL_STATE(2852)] = 131767, + [SMALL_STATE(2853)] = 131794, + [SMALL_STATE(2854)] = 131821, + [SMALL_STATE(2855)] = 131848, + [SMALL_STATE(2856)] = 131875, + [SMALL_STATE(2857)] = 131904, + [SMALL_STATE(2858)] = 131933, + [SMALL_STATE(2859)] = 131960, + [SMALL_STATE(2860)] = 131987, + [SMALL_STATE(2861)] = 132014, + [SMALL_STATE(2862)] = 132041, + [SMALL_STATE(2863)] = 132068, + [SMALL_STATE(2864)] = 132095, + [SMALL_STATE(2865)] = 132114, + [SMALL_STATE(2866)] = 132143, + [SMALL_STATE(2867)] = 132170, + [SMALL_STATE(2868)] = 132189, + [SMALL_STATE(2869)] = 132208, + [SMALL_STATE(2870)] = 132227, + [SMALL_STATE(2871)] = 132256, + [SMALL_STATE(2872)] = 132275, + [SMALL_STATE(2873)] = 132296, + [SMALL_STATE(2874)] = 132315, + [SMALL_STATE(2875)] = 132342, + [SMALL_STATE(2876)] = 132361, + [SMALL_STATE(2877)] = 132380, + [SMALL_STATE(2878)] = 132399, + [SMALL_STATE(2879)] = 132418, + [SMALL_STATE(2880)] = 132444, + [SMALL_STATE(2881)] = 132472, + [SMALL_STATE(2882)] = 132496, + [SMALL_STATE(2883)] = 132522, + [SMALL_STATE(2884)] = 132546, + [SMALL_STATE(2885)] = 132572, + [SMALL_STATE(2886)] = 132598, + [SMALL_STATE(2887)] = 132622, + [SMALL_STATE(2888)] = 132646, + [SMALL_STATE(2889)] = 132672, + [SMALL_STATE(2890)] = 132698, + [SMALL_STATE(2891)] = 132724, + [SMALL_STATE(2892)] = 132752, + [SMALL_STATE(2893)] = 132776, + [SMALL_STATE(2894)] = 132802, + [SMALL_STATE(2895)] = 132830, + [SMALL_STATE(2896)] = 132858, + [SMALL_STATE(2897)] = 132886, + [SMALL_STATE(2898)] = 132912, + [SMALL_STATE(2899)] = 132938, + [SMALL_STATE(2900)] = 132964, + [SMALL_STATE(2901)] = 132984, + [SMALL_STATE(2902)] = 133010, + [SMALL_STATE(2903)] = 133036, + [SMALL_STATE(2904)] = 133062, + [SMALL_STATE(2905)] = 133088, + [SMALL_STATE(2906)] = 133112, + [SMALL_STATE(2907)] = 133138, + [SMALL_STATE(2908)] = 133166, + [SMALL_STATE(2909)] = 133192, + [SMALL_STATE(2910)] = 133220, + [SMALL_STATE(2911)] = 133244, + [SMALL_STATE(2912)] = 133262, + [SMALL_STATE(2913)] = 133290, + [SMALL_STATE(2914)] = 133318, + [SMALL_STATE(2915)] = 133344, + [SMALL_STATE(2916)] = 133370, + [SMALL_STATE(2917)] = 133396, + [SMALL_STATE(2918)] = 133422, + [SMALL_STATE(2919)] = 133450, + [SMALL_STATE(2920)] = 133468, + [SMALL_STATE(2921)] = 133494, + [SMALL_STATE(2922)] = 133520, + [SMALL_STATE(2923)] = 133542, + [SMALL_STATE(2924)] = 133568, + [SMALL_STATE(2925)] = 133588, + [SMALL_STATE(2926)] = 133614, + [SMALL_STATE(2927)] = 133634, + [SMALL_STATE(2928)] = 133662, + [SMALL_STATE(2929)] = 133688, + [SMALL_STATE(2930)] = 133714, + [SMALL_STATE(2931)] = 133740, + [SMALL_STATE(2932)] = 133766, + [SMALL_STATE(2933)] = 133792, + [SMALL_STATE(2934)] = 133818, + [SMALL_STATE(2935)] = 133844, + [SMALL_STATE(2936)] = 133870, + [SMALL_STATE(2937)] = 133894, + [SMALL_STATE(2938)] = 133914, + [SMALL_STATE(2939)] = 133936, + [SMALL_STATE(2940)] = 133962, + [SMALL_STATE(2941)] = 133985, + [SMALL_STATE(2942)] = 134008, + [SMALL_STATE(2943)] = 134031, + [SMALL_STATE(2944)] = 134054, + [SMALL_STATE(2945)] = 134077, + [SMALL_STATE(2946)] = 134096, + [SMALL_STATE(2947)] = 134121, + [SMALL_STATE(2948)] = 134146, + [SMALL_STATE(2949)] = 134169, + [SMALL_STATE(2950)] = 134192, + [SMALL_STATE(2951)] = 134209, + [SMALL_STATE(2952)] = 134232, + [SMALL_STATE(2953)] = 134257, + [SMALL_STATE(2954)] = 134272, + [SMALL_STATE(2955)] = 134295, + [SMALL_STATE(2956)] = 134318, + [SMALL_STATE(2957)] = 134341, + [SMALL_STATE(2958)] = 134364, + [SMALL_STATE(2959)] = 134379, + [SMALL_STATE(2960)] = 134400, + [SMALL_STATE(2961)] = 134423, + [SMALL_STATE(2962)] = 134442, + [SMALL_STATE(2963)] = 134467, + [SMALL_STATE(2964)] = 134490, + [SMALL_STATE(2965)] = 134515, + [SMALL_STATE(2966)] = 134538, + [SMALL_STATE(2967)] = 134555, + [SMALL_STATE(2968)] = 134578, + [SMALL_STATE(2969)] = 134597, + [SMALL_STATE(2970)] = 134620, + [SMALL_STATE(2971)] = 134641, + [SMALL_STATE(2972)] = 134664, + [SMALL_STATE(2973)] = 134687, + [SMALL_STATE(2974)] = 134708, + [SMALL_STATE(2975)] = 134731, + [SMALL_STATE(2976)] = 134756, + [SMALL_STATE(2977)] = 134779, + [SMALL_STATE(2978)] = 134802, + [SMALL_STATE(2979)] = 134821, + [SMALL_STATE(2980)] = 134846, + [SMALL_STATE(2981)] = 134869, + [SMALL_STATE(2982)] = 134886, + [SMALL_STATE(2983)] = 134901, + [SMALL_STATE(2984)] = 134924, + [SMALL_STATE(2985)] = 134947, + [SMALL_STATE(2986)] = 134970, + [SMALL_STATE(2987)] = 134987, + [SMALL_STATE(2988)] = 135010, + [SMALL_STATE(2989)] = 135027, + [SMALL_STATE(2990)] = 135044, + [SMALL_STATE(2991)] = 135069, + [SMALL_STATE(2992)] = 135092, + [SMALL_STATE(2993)] = 135115, + [SMALL_STATE(2994)] = 135138, + [SMALL_STATE(2995)] = 135161, + [SMALL_STATE(2996)] = 135184, + [SMALL_STATE(2997)] = 135207, + [SMALL_STATE(2998)] = 135230, + [SMALL_STATE(2999)] = 135255, + [SMALL_STATE(3000)] = 135280, + [SMALL_STATE(3001)] = 135303, + [SMALL_STATE(3002)] = 135326, + [SMALL_STATE(3003)] = 135349, + [SMALL_STATE(3004)] = 135372, + [SMALL_STATE(3005)] = 135395, + [SMALL_STATE(3006)] = 135418, + [SMALL_STATE(3007)] = 135441, + [SMALL_STATE(3008)] = 135457, + [SMALL_STATE(3009)] = 135473, + [SMALL_STATE(3010)] = 135487, + [SMALL_STATE(3011)] = 135501, + [SMALL_STATE(3012)] = 135521, + [SMALL_STATE(3013)] = 135543, + [SMALL_STATE(3014)] = 135563, + [SMALL_STATE(3015)] = 135583, + [SMALL_STATE(3016)] = 135603, + [SMALL_STATE(3017)] = 135625, + [SMALL_STATE(3018)] = 135647, + [SMALL_STATE(3019)] = 135669, + [SMALL_STATE(3020)] = 135683, + [SMALL_STATE(3021)] = 135705, + [SMALL_STATE(3022)] = 135727, + [SMALL_STATE(3023)] = 135741, + [SMALL_STATE(3024)] = 135763, + [SMALL_STATE(3025)] = 135783, + [SMALL_STATE(3026)] = 135803, + [SMALL_STATE(3027)] = 135825, + [SMALL_STATE(3028)] = 135847, + [SMALL_STATE(3029)] = 135865, + [SMALL_STATE(3030)] = 135885, + [SMALL_STATE(3031)] = 135899, + [SMALL_STATE(3032)] = 135921, + [SMALL_STATE(3033)] = 135935, + [SMALL_STATE(3034)] = 135957, + [SMALL_STATE(3035)] = 135971, + [SMALL_STATE(3036)] = 135993, + [SMALL_STATE(3037)] = 136007, + [SMALL_STATE(3038)] = 136029, + [SMALL_STATE(3039)] = 136047, + [SMALL_STATE(3040)] = 136061, + [SMALL_STATE(3041)] = 136075, + [SMALL_STATE(3042)] = 136097, + [SMALL_STATE(3043)] = 136119, + [SMALL_STATE(3044)] = 136133, + [SMALL_STATE(3045)] = 136147, + [SMALL_STATE(3046)] = 136169, + [SMALL_STATE(3047)] = 136191, + [SMALL_STATE(3048)] = 136211, + [SMALL_STATE(3049)] = 136233, + [SMALL_STATE(3050)] = 136255, + [SMALL_STATE(3051)] = 136275, + [SMALL_STATE(3052)] = 136295, + [SMALL_STATE(3053)] = 136317, + [SMALL_STATE(3054)] = 136337, + [SMALL_STATE(3055)] = 136359, + [SMALL_STATE(3056)] = 136381, + [SMALL_STATE(3057)] = 136401, + [SMALL_STATE(3058)] = 136415, + [SMALL_STATE(3059)] = 136429, + [SMALL_STATE(3060)] = 136449, + [SMALL_STATE(3061)] = 136471, + [SMALL_STATE(3062)] = 136493, + [SMALL_STATE(3063)] = 136509, + [SMALL_STATE(3064)] = 136523, + [SMALL_STATE(3065)] = 136545, + [SMALL_STATE(3066)] = 136567, + [SMALL_STATE(3067)] = 136587, + [SMALL_STATE(3068)] = 136609, + [SMALL_STATE(3069)] = 136629, + [SMALL_STATE(3070)] = 136649, + [SMALL_STATE(3071)] = 136671, + [SMALL_STATE(3072)] = 136693, + [SMALL_STATE(3073)] = 136707, + [SMALL_STATE(3074)] = 136727, + [SMALL_STATE(3075)] = 136741, + [SMALL_STATE(3076)] = 136757, + [SMALL_STATE(3077)] = 136779, + [SMALL_STATE(3078)] = 136793, + [SMALL_STATE(3079)] = 136809, + [SMALL_STATE(3080)] = 136823, + [SMALL_STATE(3081)] = 136839, + [SMALL_STATE(3082)] = 136853, + [SMALL_STATE(3083)] = 136875, + [SMALL_STATE(3084)] = 136897, + [SMALL_STATE(3085)] = 136917, + [SMALL_STATE(3086)] = 136937, + [SMALL_STATE(3087)] = 136959, + [SMALL_STATE(3088)] = 136975, + [SMALL_STATE(3089)] = 136997, + [SMALL_STATE(3090)] = 137019, + [SMALL_STATE(3091)] = 137041, + [SMALL_STATE(3092)] = 137055, + [SMALL_STATE(3093)] = 137077, + [SMALL_STATE(3094)] = 137097, + [SMALL_STATE(3095)] = 137113, + [SMALL_STATE(3096)] = 137135, + [SMALL_STATE(3097)] = 137149, + [SMALL_STATE(3098)] = 137169, + [SMALL_STATE(3099)] = 137191, + [SMALL_STATE(3100)] = 137207, + [SMALL_STATE(3101)] = 137221, + [SMALL_STATE(3102)] = 137241, + [SMALL_STATE(3103)] = 137257, + [SMALL_STATE(3104)] = 137273, + [SMALL_STATE(3105)] = 137289, + [SMALL_STATE(3106)] = 137305, + [SMALL_STATE(3107)] = 137327, + [SMALL_STATE(3108)] = 137349, + [SMALL_STATE(3109)] = 137365, + [SMALL_STATE(3110)] = 137387, + [SMALL_STATE(3111)] = 137405, + [SMALL_STATE(3112)] = 137427, + [SMALL_STATE(3113)] = 137447, + [SMALL_STATE(3114)] = 137463, + [SMALL_STATE(3115)] = 137479, + [SMALL_STATE(3116)] = 137495, + [SMALL_STATE(3117)] = 137511, + [SMALL_STATE(3118)] = 137525, + [SMALL_STATE(3119)] = 137539, + [SMALL_STATE(3120)] = 137555, + [SMALL_STATE(3121)] = 137571, + [SMALL_STATE(3122)] = 137587, + [SMALL_STATE(3123)] = 137603, + [SMALL_STATE(3124)] = 137625, + [SMALL_STATE(3125)] = 137641, + [SMALL_STATE(3126)] = 137657, + [SMALL_STATE(3127)] = 137673, + [SMALL_STATE(3128)] = 137693, + [SMALL_STATE(3129)] = 137709, + [SMALL_STATE(3130)] = 137725, + [SMALL_STATE(3131)] = 137745, + [SMALL_STATE(3132)] = 137759, + [SMALL_STATE(3133)] = 137781, + [SMALL_STATE(3134)] = 137797, + [SMALL_STATE(3135)] = 137817, + [SMALL_STATE(3136)] = 137837, + [SMALL_STATE(3137)] = 137857, + [SMALL_STATE(3138)] = 137873, + [SMALL_STATE(3139)] = 137895, + [SMALL_STATE(3140)] = 137915, + [SMALL_STATE(3141)] = 137931, + [SMALL_STATE(3142)] = 137947, + [SMALL_STATE(3143)] = 137963, + [SMALL_STATE(3144)] = 137983, + [SMALL_STATE(3145)] = 137999, + [SMALL_STATE(3146)] = 138015, + [SMALL_STATE(3147)] = 138031, + [SMALL_STATE(3148)] = 138051, + [SMALL_STATE(3149)] = 138073, + [SMALL_STATE(3150)] = 138087, + [SMALL_STATE(3151)] = 138103, + [SMALL_STATE(3152)] = 138119, + [SMALL_STATE(3153)] = 138135, + [SMALL_STATE(3154)] = 138155, + [SMALL_STATE(3155)] = 138171, + [SMALL_STATE(3156)] = 138185, + [SMALL_STATE(3157)] = 138201, + [SMALL_STATE(3158)] = 138217, + [SMALL_STATE(3159)] = 138233, + [SMALL_STATE(3160)] = 138247, + [SMALL_STATE(3161)] = 138269, + [SMALL_STATE(3162)] = 138285, + [SMALL_STATE(3163)] = 138301, + [SMALL_STATE(3164)] = 138317, + [SMALL_STATE(3165)] = 138333, + [SMALL_STATE(3166)] = 138349, + [SMALL_STATE(3167)] = 138365, + [SMALL_STATE(3168)] = 138381, + [SMALL_STATE(3169)] = 138403, + [SMALL_STATE(3170)] = 138417, + [SMALL_STATE(3171)] = 138437, + [SMALL_STATE(3172)] = 138457, + [SMALL_STATE(3173)] = 138473, + [SMALL_STATE(3174)] = 138489, + [SMALL_STATE(3175)] = 138505, + [SMALL_STATE(3176)] = 138525, + [SMALL_STATE(3177)] = 138541, + [SMALL_STATE(3178)] = 138557, + [SMALL_STATE(3179)] = 138571, + [SMALL_STATE(3180)] = 138591, + [SMALL_STATE(3181)] = 138607, + [SMALL_STATE(3182)] = 138623, + [SMALL_STATE(3183)] = 138639, + [SMALL_STATE(3184)] = 138659, + [SMALL_STATE(3185)] = 138673, + [SMALL_STATE(3186)] = 138689, + [SMALL_STATE(3187)] = 138709, + [SMALL_STATE(3188)] = 138725, + [SMALL_STATE(3189)] = 138741, + [SMALL_STATE(3190)] = 138757, + [SMALL_STATE(3191)] = 138773, + [SMALL_STATE(3192)] = 138787, + [SMALL_STATE(3193)] = 138803, + [SMALL_STATE(3194)] = 138819, + [SMALL_STATE(3195)] = 138835, + [SMALL_STATE(3196)] = 138857, + [SMALL_STATE(3197)] = 138879, + [SMALL_STATE(3198)] = 138895, + [SMALL_STATE(3199)] = 138911, + [SMALL_STATE(3200)] = 138927, + [SMALL_STATE(3201)] = 138941, + [SMALL_STATE(3202)] = 138957, + [SMALL_STATE(3203)] = 138971, + [SMALL_STATE(3204)] = 138987, + [SMALL_STATE(3205)] = 139009, + [SMALL_STATE(3206)] = 139025, + [SMALL_STATE(3207)] = 139045, + [SMALL_STATE(3208)] = 139065, + [SMALL_STATE(3209)] = 139087, + [SMALL_STATE(3210)] = 139103, + [SMALL_STATE(3211)] = 139119, + [SMALL_STATE(3212)] = 139133, + [SMALL_STATE(3213)] = 139149, + [SMALL_STATE(3214)] = 139165, + [SMALL_STATE(3215)] = 139185, + [SMALL_STATE(3216)] = 139199, + [SMALL_STATE(3217)] = 139219, + [SMALL_STATE(3218)] = 139235, + [SMALL_STATE(3219)] = 139257, + [SMALL_STATE(3220)] = 139273, + [SMALL_STATE(3221)] = 139287, + [SMALL_STATE(3222)] = 139303, + [SMALL_STATE(3223)] = 139319, + [SMALL_STATE(3224)] = 139335, + [SMALL_STATE(3225)] = 139352, + [SMALL_STATE(3226)] = 139371, + [SMALL_STATE(3227)] = 139390, + [SMALL_STATE(3228)] = 139407, + [SMALL_STATE(3229)] = 139426, + [SMALL_STATE(3230)] = 139443, + [SMALL_STATE(3231)] = 139460, + [SMALL_STATE(3232)] = 139477, + [SMALL_STATE(3233)] = 139496, + [SMALL_STATE(3234)] = 139511, + [SMALL_STATE(3235)] = 139528, + [SMALL_STATE(3236)] = 139545, + [SMALL_STATE(3237)] = 139562, + [SMALL_STATE(3238)] = 139579, + [SMALL_STATE(3239)] = 139596, + [SMALL_STATE(3240)] = 139613, + [SMALL_STATE(3241)] = 139630, + [SMALL_STATE(3242)] = 139647, + [SMALL_STATE(3243)] = 139664, + [SMALL_STATE(3244)] = 139683, + [SMALL_STATE(3245)] = 139700, + [SMALL_STATE(3246)] = 139717, + [SMALL_STATE(3247)] = 139736, + [SMALL_STATE(3248)] = 139755, + [SMALL_STATE(3249)] = 139770, + [SMALL_STATE(3250)] = 139785, + [SMALL_STATE(3251)] = 139800, + [SMALL_STATE(3252)] = 139815, + [SMALL_STATE(3253)] = 139834, + [SMALL_STATE(3254)] = 139851, + [SMALL_STATE(3255)] = 139866, + [SMALL_STATE(3256)] = 139881, + [SMALL_STATE(3257)] = 139898, + [SMALL_STATE(3258)] = 139917, + [SMALL_STATE(3259)] = 139932, + [SMALL_STATE(3260)] = 139949, + [SMALL_STATE(3261)] = 139966, + [SMALL_STATE(3262)] = 139983, + [SMALL_STATE(3263)] = 140000, + [SMALL_STATE(3264)] = 140019, + [SMALL_STATE(3265)] = 140034, + [SMALL_STATE(3266)] = 140051, + [SMALL_STATE(3267)] = 140068, + [SMALL_STATE(3268)] = 140085, + [SMALL_STATE(3269)] = 140102, + [SMALL_STATE(3270)] = 140119, + [SMALL_STATE(3271)] = 140136, + [SMALL_STATE(3272)] = 140155, + [SMALL_STATE(3273)] = 140172, + [SMALL_STATE(3274)] = 140189, + [SMALL_STATE(3275)] = 140206, + [SMALL_STATE(3276)] = 140223, + [SMALL_STATE(3277)] = 140242, + [SMALL_STATE(3278)] = 140257, + [SMALL_STATE(3279)] = 140276, + [SMALL_STATE(3280)] = 140293, + [SMALL_STATE(3281)] = 140310, + [SMALL_STATE(3282)] = 140327, + [SMALL_STATE(3283)] = 140346, + [SMALL_STATE(3284)] = 140361, + [SMALL_STATE(3285)] = 140376, + [SMALL_STATE(3286)] = 140391, + [SMALL_STATE(3287)] = 140408, + [SMALL_STATE(3288)] = 140425, + [SMALL_STATE(3289)] = 140442, + [SMALL_STATE(3290)] = 140459, + [SMALL_STATE(3291)] = 140474, + [SMALL_STATE(3292)] = 140489, + [SMALL_STATE(3293)] = 140508, + [SMALL_STATE(3294)] = 140525, + [SMALL_STATE(3295)] = 140542, + [SMALL_STATE(3296)] = 140561, + [SMALL_STATE(3297)] = 140578, + [SMALL_STATE(3298)] = 140595, + [SMALL_STATE(3299)] = 140614, + [SMALL_STATE(3300)] = 140629, + [SMALL_STATE(3301)] = 140644, + [SMALL_STATE(3302)] = 140661, + [SMALL_STATE(3303)] = 140678, + [SMALL_STATE(3304)] = 140695, + [SMALL_STATE(3305)] = 140710, + [SMALL_STATE(3306)] = 140725, + [SMALL_STATE(3307)] = 140740, + [SMALL_STATE(3308)] = 140759, + [SMALL_STATE(3309)] = 140776, + [SMALL_STATE(3310)] = 140793, + [SMALL_STATE(3311)] = 140812, + [SMALL_STATE(3312)] = 140829, + [SMALL_STATE(3313)] = 140848, + [SMALL_STATE(3314)] = 140867, + [SMALL_STATE(3315)] = 140884, + [SMALL_STATE(3316)] = 140899, + [SMALL_STATE(3317)] = 140918, + [SMALL_STATE(3318)] = 140937, + [SMALL_STATE(3319)] = 140952, + [SMALL_STATE(3320)] = 140967, + [SMALL_STATE(3321)] = 140984, + [SMALL_STATE(3322)] = 141001, + [SMALL_STATE(3323)] = 141016, + [SMALL_STATE(3324)] = 141031, + [SMALL_STATE(3325)] = 141046, + [SMALL_STATE(3326)] = 141061, + [SMALL_STATE(3327)] = 141076, + [SMALL_STATE(3328)] = 141091, + [SMALL_STATE(3329)] = 141106, + [SMALL_STATE(3330)] = 141121, + [SMALL_STATE(3331)] = 141140, + [SMALL_STATE(3332)] = 141155, + [SMALL_STATE(3333)] = 141174, + [SMALL_STATE(3334)] = 141189, + [SMALL_STATE(3335)] = 141204, + [SMALL_STATE(3336)] = 141219, + [SMALL_STATE(3337)] = 141236, + [SMALL_STATE(3338)] = 141251, + [SMALL_STATE(3339)] = 141266, + [SMALL_STATE(3340)] = 141281, + [SMALL_STATE(3341)] = 141296, + [SMALL_STATE(3342)] = 141311, + [SMALL_STATE(3343)] = 141326, + [SMALL_STATE(3344)] = 141343, + [SMALL_STATE(3345)] = 141358, + [SMALL_STATE(3346)] = 141373, + [SMALL_STATE(3347)] = 141392, + [SMALL_STATE(3348)] = 141411, + [SMALL_STATE(3349)] = 141430, + [SMALL_STATE(3350)] = 141447, + [SMALL_STATE(3351)] = 141466, + [SMALL_STATE(3352)] = 141485, + [SMALL_STATE(3353)] = 141504, + [SMALL_STATE(3354)] = 141521, + [SMALL_STATE(3355)] = 141540, + [SMALL_STATE(3356)] = 141559, + [SMALL_STATE(3357)] = 141576, + [SMALL_STATE(3358)] = 141593, + [SMALL_STATE(3359)] = 141612, + [SMALL_STATE(3360)] = 141629, + [SMALL_STATE(3361)] = 141646, + [SMALL_STATE(3362)] = 141665, + [SMALL_STATE(3363)] = 141680, + [SMALL_STATE(3364)] = 141695, + [SMALL_STATE(3365)] = 141710, + [SMALL_STATE(3366)] = 141729, + [SMALL_STATE(3367)] = 141748, + [SMALL_STATE(3368)] = 141763, + [SMALL_STATE(3369)] = 141780, + [SMALL_STATE(3370)] = 141795, + [SMALL_STATE(3371)] = 141812, + [SMALL_STATE(3372)] = 141831, + [SMALL_STATE(3373)] = 141848, + [SMALL_STATE(3374)] = 141863, + [SMALL_STATE(3375)] = 141882, + [SMALL_STATE(3376)] = 141897, + [SMALL_STATE(3377)] = 141914, + [SMALL_STATE(3378)] = 141931, + [SMALL_STATE(3379)] = 141950, + [SMALL_STATE(3380)] = 141965, + [SMALL_STATE(3381)] = 141984, + [SMALL_STATE(3382)] = 142003, + [SMALL_STATE(3383)] = 142018, + [SMALL_STATE(3384)] = 142033, + [SMALL_STATE(3385)] = 142052, + [SMALL_STATE(3386)] = 142071, + [SMALL_STATE(3387)] = 142086, + [SMALL_STATE(3388)] = 142101, + [SMALL_STATE(3389)] = 142120, + [SMALL_STATE(3390)] = 142137, + [SMALL_STATE(3391)] = 142156, + [SMALL_STATE(3392)] = 142175, + [SMALL_STATE(3393)] = 142190, + [SMALL_STATE(3394)] = 142205, + [SMALL_STATE(3395)] = 142220, + [SMALL_STATE(3396)] = 142235, + [SMALL_STATE(3397)] = 142250, + [SMALL_STATE(3398)] = 142269, + [SMALL_STATE(3399)] = 142288, + [SMALL_STATE(3400)] = 142305, + [SMALL_STATE(3401)] = 142324, + [SMALL_STATE(3402)] = 142339, + [SMALL_STATE(3403)] = 142354, + [SMALL_STATE(3404)] = 142369, + [SMALL_STATE(3405)] = 142386, + [SMALL_STATE(3406)] = 142401, + [SMALL_STATE(3407)] = 142416, + [SMALL_STATE(3408)] = 142431, + [SMALL_STATE(3409)] = 142446, + [SMALL_STATE(3410)] = 142461, + [SMALL_STATE(3411)] = 142476, + [SMALL_STATE(3412)] = 142493, + [SMALL_STATE(3413)] = 142508, + [SMALL_STATE(3414)] = 142523, + [SMALL_STATE(3415)] = 142538, + [SMALL_STATE(3416)] = 142557, + [SMALL_STATE(3417)] = 142576, + [SMALL_STATE(3418)] = 142591, + [SMALL_STATE(3419)] = 142608, + [SMALL_STATE(3420)] = 142627, + [SMALL_STATE(3421)] = 142642, + [SMALL_STATE(3422)] = 142661, + [SMALL_STATE(3423)] = 142678, + [SMALL_STATE(3424)] = 142693, + [SMALL_STATE(3425)] = 142708, + [SMALL_STATE(3426)] = 142723, + [SMALL_STATE(3427)] = 142738, + [SMALL_STATE(3428)] = 142755, + [SMALL_STATE(3429)] = 142770, + [SMALL_STATE(3430)] = 142787, + [SMALL_STATE(3431)] = 142802, + [SMALL_STATE(3432)] = 142817, + [SMALL_STATE(3433)] = 142832, + [SMALL_STATE(3434)] = 142847, + [SMALL_STATE(3435)] = 142866, + [SMALL_STATE(3436)] = 142881, + [SMALL_STATE(3437)] = 142896, + [SMALL_STATE(3438)] = 142911, + [SMALL_STATE(3439)] = 142928, + [SMALL_STATE(3440)] = 142945, + [SMALL_STATE(3441)] = 142960, + [SMALL_STATE(3442)] = 142975, + [SMALL_STATE(3443)] = 142990, + [SMALL_STATE(3444)] = 143005, + [SMALL_STATE(3445)] = 143022, + [SMALL_STATE(3446)] = 143039, + [SMALL_STATE(3447)] = 143054, + [SMALL_STATE(3448)] = 143069, + [SMALL_STATE(3449)] = 143088, + [SMALL_STATE(3450)] = 143107, + [SMALL_STATE(3451)] = 143126, + [SMALL_STATE(3452)] = 143145, + [SMALL_STATE(3453)] = 143160, + [SMALL_STATE(3454)] = 143179, + [SMALL_STATE(3455)] = 143194, + [SMALL_STATE(3456)] = 143209, + [SMALL_STATE(3457)] = 143225, + [SMALL_STATE(3458)] = 143241, + [SMALL_STATE(3459)] = 143255, + [SMALL_STATE(3460)] = 143269, + [SMALL_STATE(3461)] = 143283, + [SMALL_STATE(3462)] = 143299, + [SMALL_STATE(3463)] = 143315, + [SMALL_STATE(3464)] = 143331, + [SMALL_STATE(3465)] = 143345, + [SMALL_STATE(3466)] = 143361, + [SMALL_STATE(3467)] = 143375, + [SMALL_STATE(3468)] = 143389, + [SMALL_STATE(3469)] = 143403, + [SMALL_STATE(3470)] = 143419, + [SMALL_STATE(3471)] = 143433, + [SMALL_STATE(3472)] = 143447, + [SMALL_STATE(3473)] = 143463, + [SMALL_STATE(3474)] = 143477, + [SMALL_STATE(3475)] = 143493, + [SMALL_STATE(3476)] = 143509, + [SMALL_STATE(3477)] = 143525, + [SMALL_STATE(3478)] = 143541, + [SMALL_STATE(3479)] = 143557, + [SMALL_STATE(3480)] = 143571, + [SMALL_STATE(3481)] = 143585, + [SMALL_STATE(3482)] = 143599, + [SMALL_STATE(3483)] = 143615, + [SMALL_STATE(3484)] = 143629, + [SMALL_STATE(3485)] = 143645, + [SMALL_STATE(3486)] = 143661, + [SMALL_STATE(3487)] = 143675, + [SMALL_STATE(3488)] = 143691, + [SMALL_STATE(3489)] = 143705, + [SMALL_STATE(3490)] = 143721, + [SMALL_STATE(3491)] = 143737, + [SMALL_STATE(3492)] = 143753, + [SMALL_STATE(3493)] = 143769, + [SMALL_STATE(3494)] = 143785, + [SMALL_STATE(3495)] = 143799, + [SMALL_STATE(3496)] = 143815, + [SMALL_STATE(3497)] = 143831, + [SMALL_STATE(3498)] = 143847, + [SMALL_STATE(3499)] = 143863, + [SMALL_STATE(3500)] = 143879, + [SMALL_STATE(3501)] = 143895, + [SMALL_STATE(3502)] = 143911, + [SMALL_STATE(3503)] = 143927, + [SMALL_STATE(3504)] = 143943, + [SMALL_STATE(3505)] = 143959, + [SMALL_STATE(3506)] = 143975, + [SMALL_STATE(3507)] = 143987, + [SMALL_STATE(3508)] = 144003, + [SMALL_STATE(3509)] = 144019, + [SMALL_STATE(3510)] = 144035, + [SMALL_STATE(3511)] = 144049, + [SMALL_STATE(3512)] = 144065, + [SMALL_STATE(3513)] = 144081, + [SMALL_STATE(3514)] = 144097, + [SMALL_STATE(3515)] = 144111, + [SMALL_STATE(3516)] = 144127, + [SMALL_STATE(3517)] = 144143, + [SMALL_STATE(3518)] = 144157, + [SMALL_STATE(3519)] = 144173, + [SMALL_STATE(3520)] = 144189, + [SMALL_STATE(3521)] = 144205, + [SMALL_STATE(3522)] = 144221, + [SMALL_STATE(3523)] = 144237, + [SMALL_STATE(3524)] = 144253, + [SMALL_STATE(3525)] = 144266, + [SMALL_STATE(3526)] = 144279, + [SMALL_STATE(3527)] = 144292, + [SMALL_STATE(3528)] = 144305, + [SMALL_STATE(3529)] = 144318, + [SMALL_STATE(3530)] = 144331, + [SMALL_STATE(3531)] = 144344, + [SMALL_STATE(3532)] = 144357, + [SMALL_STATE(3533)] = 144370, + [SMALL_STATE(3534)] = 144383, + [SMALL_STATE(3535)] = 144396, + [SMALL_STATE(3536)] = 144409, + [SMALL_STATE(3537)] = 144422, + [SMALL_STATE(3538)] = 144435, + [SMALL_STATE(3539)] = 144448, + [SMALL_STATE(3540)] = 144461, + [SMALL_STATE(3541)] = 144472, + [SMALL_STATE(3542)] = 144483, + [SMALL_STATE(3543)] = 144496, + [SMALL_STATE(3544)] = 144509, + [SMALL_STATE(3545)] = 144522, + [SMALL_STATE(3546)] = 144535, + [SMALL_STATE(3547)] = 144548, + [SMALL_STATE(3548)] = 144559, + [SMALL_STATE(3549)] = 144572, + [SMALL_STATE(3550)] = 144585, + [SMALL_STATE(3551)] = 144598, + [SMALL_STATE(3552)] = 144611, + [SMALL_STATE(3553)] = 144624, + [SMALL_STATE(3554)] = 144637, + [SMALL_STATE(3555)] = 144650, + [SMALL_STATE(3556)] = 144663, + [SMALL_STATE(3557)] = 144676, + [SMALL_STATE(3558)] = 144689, + [SMALL_STATE(3559)] = 144702, + [SMALL_STATE(3560)] = 144715, + [SMALL_STATE(3561)] = 144728, + [SMALL_STATE(3562)] = 144741, + [SMALL_STATE(3563)] = 144752, + [SMALL_STATE(3564)] = 144763, + [SMALL_STATE(3565)] = 144776, + [SMALL_STATE(3566)] = 144789, + [SMALL_STATE(3567)] = 144802, + [SMALL_STATE(3568)] = 144813, + [SMALL_STATE(3569)] = 144826, + [SMALL_STATE(3570)] = 144839, + [SMALL_STATE(3571)] = 144852, + [SMALL_STATE(3572)] = 144865, + [SMALL_STATE(3573)] = 144878, + [SMALL_STATE(3574)] = 144891, + [SMALL_STATE(3575)] = 144904, + [SMALL_STATE(3576)] = 144914, + [SMALL_STATE(3577)] = 144924, + [SMALL_STATE(3578)] = 144934, + [SMALL_STATE(3579)] = 144944, + [SMALL_STATE(3580)] = 144954, + [SMALL_STATE(3581)] = 144964, + [SMALL_STATE(3582)] = 144974, + [SMALL_STATE(3583)] = 144984, + [SMALL_STATE(3584)] = 144994, + [SMALL_STATE(3585)] = 145004, + [SMALL_STATE(3586)] = 145014, + [SMALL_STATE(3587)] = 145024, + [SMALL_STATE(3588)] = 145034, + [SMALL_STATE(3589)] = 145044, + [SMALL_STATE(3590)] = 145054, + [SMALL_STATE(3591)] = 145064, + [SMALL_STATE(3592)] = 145074, + [SMALL_STATE(3593)] = 145084, + [SMALL_STATE(3594)] = 145094, + [SMALL_STATE(3595)] = 145104, + [SMALL_STATE(3596)] = 145114, + [SMALL_STATE(3597)] = 145124, + [SMALL_STATE(3598)] = 145134, + [SMALL_STATE(3599)] = 145144, + [SMALL_STATE(3600)] = 145154, + [SMALL_STATE(3601)] = 145164, + [SMALL_STATE(3602)] = 145174, + [SMALL_STATE(3603)] = 145184, + [SMALL_STATE(3604)] = 145194, + [SMALL_STATE(3605)] = 145204, + [SMALL_STATE(3606)] = 145214, + [SMALL_STATE(3607)] = 145224, + [SMALL_STATE(3608)] = 145234, + [SMALL_STATE(3609)] = 145244, + [SMALL_STATE(3610)] = 145254, + [SMALL_STATE(3611)] = 145264, + [SMALL_STATE(3612)] = 145274, + [SMALL_STATE(3613)] = 145284, + [SMALL_STATE(3614)] = 145294, + [SMALL_STATE(3615)] = 145304, + [SMALL_STATE(3616)] = 145314, + [SMALL_STATE(3617)] = 145324, + [SMALL_STATE(3618)] = 145334, + [SMALL_STATE(3619)] = 145344, + [SMALL_STATE(3620)] = 145354, + [SMALL_STATE(3621)] = 145364, + [SMALL_STATE(3622)] = 145374, + [SMALL_STATE(3623)] = 145384, + [SMALL_STATE(3624)] = 145394, + [SMALL_STATE(3625)] = 145404, + [SMALL_STATE(3626)] = 145414, + [SMALL_STATE(3627)] = 145424, + [SMALL_STATE(3628)] = 145434, + [SMALL_STATE(3629)] = 145444, + [SMALL_STATE(3630)] = 145454, + [SMALL_STATE(3631)] = 145464, + [SMALL_STATE(3632)] = 145474, + [SMALL_STATE(3633)] = 145484, + [SMALL_STATE(3634)] = 145494, + [SMALL_STATE(3635)] = 145504, + [SMALL_STATE(3636)] = 145514, + [SMALL_STATE(3637)] = 145524, + [SMALL_STATE(3638)] = 145534, + [SMALL_STATE(3639)] = 145544, + [SMALL_STATE(3640)] = 145554, + [SMALL_STATE(3641)] = 145564, + [SMALL_STATE(3642)] = 145574, + [SMALL_STATE(3643)] = 145584, + [SMALL_STATE(3644)] = 145594, + [SMALL_STATE(3645)] = 145604, + [SMALL_STATE(3646)] = 145614, + [SMALL_STATE(3647)] = 145624, + [SMALL_STATE(3648)] = 145634, + [SMALL_STATE(3649)] = 145644, + [SMALL_STATE(3650)] = 145654, + [SMALL_STATE(3651)] = 145664, + [SMALL_STATE(3652)] = 145674, + [SMALL_STATE(3653)] = 145684, + [SMALL_STATE(3654)] = 145694, + [SMALL_STATE(3655)] = 145704, + [SMALL_STATE(3656)] = 145714, + [SMALL_STATE(3657)] = 145724, + [SMALL_STATE(3658)] = 145734, + [SMALL_STATE(3659)] = 145744, + [SMALL_STATE(3660)] = 145754, + [SMALL_STATE(3661)] = 145764, + [SMALL_STATE(3662)] = 145774, + [SMALL_STATE(3663)] = 145784, + [SMALL_STATE(3664)] = 145794, + [SMALL_STATE(3665)] = 145804, + [SMALL_STATE(3666)] = 145814, + [SMALL_STATE(3667)] = 145824, + [SMALL_STATE(3668)] = 145834, + [SMALL_STATE(3669)] = 145844, + [SMALL_STATE(3670)] = 145854, + [SMALL_STATE(3671)] = 145864, + [SMALL_STATE(3672)] = 145874, + [SMALL_STATE(3673)] = 145884, + [SMALL_STATE(3674)] = 145894, + [SMALL_STATE(3675)] = 145904, + [SMALL_STATE(3676)] = 145914, + [SMALL_STATE(3677)] = 145924, + [SMALL_STATE(3678)] = 145934, + [SMALL_STATE(3679)] = 145944, + [SMALL_STATE(3680)] = 145954, + [SMALL_STATE(3681)] = 145964, + [SMALL_STATE(3682)] = 145974, + [SMALL_STATE(3683)] = 145984, + [SMALL_STATE(3684)] = 145994, + [SMALL_STATE(3685)] = 146004, + [SMALL_STATE(3686)] = 146014, + [SMALL_STATE(3687)] = 146024, + [SMALL_STATE(3688)] = 146034, + [SMALL_STATE(3689)] = 146044, + [SMALL_STATE(3690)] = 146054, + [SMALL_STATE(3691)] = 146064, + [SMALL_STATE(3692)] = 146074, + [SMALL_STATE(3693)] = 146084, + [SMALL_STATE(3694)] = 146094, + [SMALL_STATE(3695)] = 146104, + [SMALL_STATE(3696)] = 146114, + [SMALL_STATE(3697)] = 146124, + [SMALL_STATE(3698)] = 146134, + [SMALL_STATE(3699)] = 146144, + [SMALL_STATE(3700)] = 146154, + [SMALL_STATE(3701)] = 146164, + [SMALL_STATE(3702)] = 146174, + [SMALL_STATE(3703)] = 146184, + [SMALL_STATE(3704)] = 146194, + [SMALL_STATE(3705)] = 146204, + [SMALL_STATE(3706)] = 146214, + [SMALL_STATE(3707)] = 146224, + [SMALL_STATE(3708)] = 146234, + [SMALL_STATE(3709)] = 146244, + [SMALL_STATE(3710)] = 146254, + [SMALL_STATE(3711)] = 146264, + [SMALL_STATE(3712)] = 146274, + [SMALL_STATE(3713)] = 146284, + [SMALL_STATE(3714)] = 146294, + [SMALL_STATE(3715)] = 146304, + [SMALL_STATE(3716)] = 146314, + [SMALL_STATE(3717)] = 146324, + [SMALL_STATE(3718)] = 146334, + [SMALL_STATE(3719)] = 146344, + [SMALL_STATE(3720)] = 146354, + [SMALL_STATE(3721)] = 146364, + [SMALL_STATE(3722)] = 146374, + [SMALL_STATE(3723)] = 146384, + [SMALL_STATE(3724)] = 146394, + [SMALL_STATE(3725)] = 146404, + [SMALL_STATE(3726)] = 146414, + [SMALL_STATE(3727)] = 146424, + [SMALL_STATE(3728)] = 146434, + [SMALL_STATE(3729)] = 146444, + [SMALL_STATE(3730)] = 146454, + [SMALL_STATE(3731)] = 146464, + [SMALL_STATE(3732)] = 146474, + [SMALL_STATE(3733)] = 146484, + [SMALL_STATE(3734)] = 146494, + [SMALL_STATE(3735)] = 146504, + [SMALL_STATE(3736)] = 146514, + [SMALL_STATE(3737)] = 146524, + [SMALL_STATE(3738)] = 146534, + [SMALL_STATE(3739)] = 146544, + [SMALL_STATE(3740)] = 146554, + [SMALL_STATE(3741)] = 146564, + [SMALL_STATE(3742)] = 146574, + [SMALL_STATE(3743)] = 146584, + [SMALL_STATE(3744)] = 146594, + [SMALL_STATE(3745)] = 146604, + [SMALL_STATE(3746)] = 146614, + [SMALL_STATE(3747)] = 146624, }; 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(3627), + [3] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3630), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nu_script, 0), - [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3729), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2914), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2918), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2920), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2883), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2922), - [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(728), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2925), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3554), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2929), - [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2934), - [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2935), - [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3186), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3705), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3704), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2818), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3547), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1420), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2721), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1411), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1443), - [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3541), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3177), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3174), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2915), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3167), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3240), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2673), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2717), - [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2755), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2506), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2503), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124), - [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3684), - [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), - [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), - [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), - [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), - [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2941), - [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3678), + [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2918), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2916), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2913), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2909), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2907), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(711), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2903), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3529), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2901), + [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2890), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2887), + [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), + [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3034), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3707), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3706), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(832), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2805), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3533), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1425), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2722), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1408), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1426), + [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3534), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(445), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3076), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3061), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2934), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3064), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3350), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2664), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2706), + [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2752), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2752), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2516), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2513), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121), + [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3686), + [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), + [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3270), + [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), + [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), + [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2995), + [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3680), [103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_number, 1), [105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_number, 1), [107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__value, 1), [109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__value, 1), - [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163), - [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), - [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201), - [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(169), - [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297), - [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301), - [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(228), - [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), - [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), - [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288), - [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), - [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), - [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), - [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), - [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), - [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), - [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(587), - [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), - [147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), - [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036), - [151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), - [155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), - [157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), - [159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1031), - [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164), - [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1165), - [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3616), - [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2902), - [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2901), - [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2911), - [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2906), - [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2912), - [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), + [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227), + [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), + [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), + [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(292), + [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(293), + [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(240), + [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326), + [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), + [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284), + [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397), + [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), + [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), + [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), + [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), + [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498), + [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), + [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), + [147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), + [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), + [151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1169), + [155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), + [157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), + [159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), + [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), + [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1196), + [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1197), + [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3625), + [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2912), + [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2914), + [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2896), + [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2895), + [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2894), + [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2917), - [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3560), - [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2884), - [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2923), - [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2905), - [191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), - [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), - [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3005), - [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3593), - [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3730), - [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), - [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(773), - [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2813), - [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3556), - [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1521), - [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2729), - [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410), - [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1488), - [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), - [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), - [223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3555), - [225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(406), - [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3035), - [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3033), + [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3559), + [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2925), + [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2935), + [189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2892), + [191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), + [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), + [197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3081), + [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3612), + [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3732), + [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), + [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(760), + [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2794), + [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3544), + [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1497), + [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2689), + [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1409), + [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1586), + [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2716), + [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), + [223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3545), + [225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), + [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3092), + [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3089), [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2888), - [233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3031), - [235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3302), - [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2668), - [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2702), - [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), - [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2753), - [245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2337), - [247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2338), - [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(115), - [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3630), - [255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), - [257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3404), - [259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), + [233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3088), + [235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3310), + [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2671), + [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2685), + [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), + [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2749), + [245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2410), + [247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2412), + [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116), + [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3633), + [255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), + [257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3311), + [259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), [261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), - [263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3002), - [265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3611), - [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), - [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), - [275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), - [277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), - [279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nu_script, 1), - [285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1666), + [263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2942), + [265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3655), + [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), + [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), + [279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), + [281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nu_script, 1), + [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1653), [293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1709), [295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1710), - [297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1677), - [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1744), - [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), - [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), - [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1638), - [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1999), - [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1998), - [311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 1, .production_id = 33), - [313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 1, .production_id = 33), - [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1368), - [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1369), - [319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1370), - [321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3156), - [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1372), - [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2040), - [327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1373), - [329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1257), - [331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1316), - [333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1371), - [335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1390), - [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1391), - [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1405), - [341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1407), - [343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1406), - [345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1683), - [347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2357), - [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2358), - [351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1265), - [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), - [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1270), - [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3054), - [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1271), - [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2133), - [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1275), - [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1276), - [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1277), - [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1279), - [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1281), - [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1295), - [375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1296), - [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1297), - [379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1298), - [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1732), - [383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2522), - [385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2568), - [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1645), - [389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2125), - [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2131), - [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1667), - [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2260), - [397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2259), - [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), - [401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1663), - [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), - [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2190), - [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), - [409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), - [411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1660), - [413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2298), - [415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2167), - [417] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2913), - [420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2878), - [423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2944), - [426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2945), - [429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2946), - [432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(701), + [297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1674), + [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1751), + [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1754), + [303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 1, .production_id = 33), + [305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 1, .production_id = 33), + [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1373), + [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1376), + [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1379), + [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3047), + [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1382), + [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2043), + [319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1384), + [321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1386), + [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1387), + [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1391), + [327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1392), + [329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1393), + [331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1298), + [333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1322), + [335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1253), + [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672), + [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2436), + [341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2435), + [343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), + [345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1638), + [347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1909), + [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1911), + [351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1250), + [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1252), + [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331), + [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3056), + [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1279), + [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117), + [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1280), + [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), + [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), + [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1304), + [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1305), + [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1306), + [375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1307), + [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308), + [379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1366), + [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1708), + [383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2493), + [385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2496), + [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1647), + [389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2126), + [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2128), + [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1662), + [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2205), + [397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2204), + [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), + [401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1656), + [403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2243), + [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2242), + [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), + [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1657), + [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), + [413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2192), + [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), + [417] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2927), + [420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2923), + [423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2964), + [426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2979), + [429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2975), + [432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(687), [435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2917), - [438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(3560), - [441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2884), - [444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2923), - [447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2905), - [450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(1227), - [453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(43), - [456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(3005), - [459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(3593), - [462] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(3730), - [465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(775), - [468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(773), - [471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2813), - [474] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(3556), - [477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(1521), - [480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2729), - [483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(1410), - [486] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(1488), - [489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2733), - [492] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(3555), - [495] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(406), - [498] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(3035), - [501] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(3033), + [438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(3559), + [441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2925), + [444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2935), + [447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2892), + [450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(1213), + [453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(78), + [456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(3081), + [459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(3612), + [462] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(3732), + [465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(761), + [468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(760), + [471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2794), + [474] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(3544), + [477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(1497), + [480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2689), + [483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(1409), + [486] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(1586), + [489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2716), + [492] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(3545), + [495] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(379), + [498] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(3092), + [501] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(3089), [504] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2888), - [507] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(3031), - [510] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(3302), - [513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2668), - [516] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2702), - [519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2753), - [522] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2753), - [525] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2337), - [528] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2338), - [531] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(115), - [534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(115), - [537] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(3630), - [540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2337), - [543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(3404), - [546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2197), + [507] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(3088), + [510] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(3310), + [513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2671), + [516] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2685), + [519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2749), + [522] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2749), + [525] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2410), + [528] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2412), + [531] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(116), + [534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(116), + [537] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(3633), + [540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2410), + [543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(3311), + [546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2215), [549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(3042), - [552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(3002), - [555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(3611), - [558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), - [560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1745), - [562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), - [564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2628), - [566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), - [568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 4, .production_id = 93), - [570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 4, .production_id = 93), - [572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3065), - [574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_parenthesized, 3, .production_id = 37), - [576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3, .production_id = 37), - [578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_variable, 1, .production_id = 5), - [580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), - [582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 3, .production_id = 55), - [584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 3, .production_id = 55), - [586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cell_path, 2), - [588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cell_path, 2), - [590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), - [592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), - [594] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3065), - [597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cell_path, 1), - [599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cell_path, 1), - [601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 5, .production_id = 124), - [603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 5, .production_id = 124), - [605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 2), - [607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 2), - [609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 2), - [611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 2), - [613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 3, .production_id = 66), - [615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 3, .production_id = 66), - [617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3076), - [619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 7), - [621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 7), - [623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1468), - [625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(655), - [627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1469), - [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472), - [631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1477), - [633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1480), - [635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1481), - [637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1482), - [639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1483), - [641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1487), - [643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1489), - [645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), - [647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492), - [649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1517), - [651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680), - [653] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3076), - [656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_path, 2, .production_id = 81), - [658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_path, 2, .production_id = 81), - [660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), - [662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 9), - [664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 9), - [666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 4), - [668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 4), - [670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 10), - [672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 10), - [674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 5), - [676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 5), - [678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 8), - [680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 8), - [682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 3), - [684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 3), - [686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__str_double_quotes, 3), - [688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__str_double_quotes, 3), + [552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(2942), + [555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 40), SHIFT_REPEAT(3655), + [558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), + [560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1769), + [562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), + [564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2605), + [566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), + [568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), + [570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), + [572] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3216), + [575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 3, .production_id = 66), + [577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 3, .production_id = 66), + [579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3216), + [581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cell_path, 2), + [583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cell_path, 2), + [585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_variable, 1, .production_id = 5), + [587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_variable, 1, .production_id = 5), + [589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 5, .production_id = 124), + [591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 5, .production_id = 124), + [593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 2), + [595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 2), + [597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 2), + [599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 2), + [601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_parenthesized, 3, .production_id = 37), + [603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_parenthesized, 3, .production_id = 37), + [605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cell_path, 1), + [607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cell_path, 1), + [609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 3, .production_id = 55), + [611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 3, .production_id = 55), + [613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 4, .production_id = 93), + [615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 4, .production_id = 93), + [617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__str_double_quotes, 3), + [619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__str_double_quotes, 3), + [621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_path, 2, .production_id = 81), + [623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_path, 2, .production_id = 81), + [625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), + [627] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 7), + [629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 7), + [631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1603), + [633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(657), + [635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1598), + [637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1589), + [639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1588), + [641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1587), + [643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1581), + [645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1580), + [647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1579), + [649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1578), + [651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1516), + [653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1573), + [655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1565), + [657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1564), + [659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(703), + [661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3084), + [663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 5), + [665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 5), + [667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__str_double_quotes, 2), + [669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__str_double_quotes, 2), + [671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 2, .production_id = 38), + [673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 2, .production_id = 38), + [675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(46), + [677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213), + [679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 3), + [681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 3), + [683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 6), + [685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 6), + [687] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3084), [690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 11), [692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 11), - [694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 6), - [696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 6), - [698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__str_double_quotes, 2), - [700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__str_double_quotes, 2), - [702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 2, .production_id = 38), - [704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 2, .production_id = 38), - [706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(50), - [708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), - [710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3118), - [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1431), - [714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(693), - [716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1432), - [718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1433), - [720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1434), - [722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1436), - [724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1437), - [726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1438), - [728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1439), - [730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1440), - [732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1441), - [734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1442), - [736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1444), - [738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1445), - [740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(708), - [742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(59), - [744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258), - [746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__var, 2, .production_id = 22), - [748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__var, 2, .production_id = 22), - [750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_path, 3, .production_id = 115), - [752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_path, 3, .production_id = 115), - [754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222), - [756] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3118), - [759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 1), - [761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 1), - [763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3212), - [765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 3), - [767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 3), - [769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_string, 1), - [771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_string, 1), - [773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_filesize, 2, .production_id = 39), - [775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_filesize, 2, .production_id = 39), - [777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, .production_id = 80), - [779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, .production_id = 80), - [781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary, 3, .production_id = 79), - [783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary, 3, .production_id = 79), - [785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_binary, 3), - [787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_binary, 3), + [694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 10), + [696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 10), + [698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 4), + [700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 4), + [702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 9), + [704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 9), + [706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 8), + [708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 8), + [710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_path, 3, .production_id = 115), + [712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_path, 3, .production_id = 115), + [714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607), + [716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(705), + [718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1608), + [720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1610), + [722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1548), + [724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1613), + [726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618), + [728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1619), + [730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), + [732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1630), + [734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616), + [736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1597), + [738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1637), + [740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1632), + [742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), + [744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3011), + [746] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3011), + [749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(57), + [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), + [753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 1), + [755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 1), + [757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), + [759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__var, 2, .production_id = 22), + [761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__var, 2, .production_id = 22), + [763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3183), + [765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 6, .production_id = 124), + [767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 6, .production_id = 124), + [769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_binary, 3, .production_id = 79), + [771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_binary, 3, .production_id = 79), + [773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 4, .production_id = 55), + [775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 4, .production_id = 55), + [777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_unary, 2), + [779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_unary, 2), + [781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_closure, 4, .production_id = 104), + [783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_closure, 4, .production_id = 104), + [785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_parenthesized, 4, .production_id = 37), + [787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_parenthesized, 4, .production_id = 37), [789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), [791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), - [793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_duration, 2, .production_id = 39), - [795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_duration, 2, .production_id = 39), - [797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_interpolated, 1, .production_id = 6), - [799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_interpolated, 1, .production_id = 6), - [801] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3212), - [804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_double_quotes, 3, .production_id = 76), - [806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_double_quotes, 3, .production_id = 76), - [808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 6, .production_id = 124), - [810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 6, .production_id = 124), - [812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_unary, 4, .production_id = 96), - [814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_unary, 4, .production_id = 96), - [816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_single_quotes, 2), - [818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_single_quotes, 2), - [820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(76), - [822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(307), - [824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 5, .production_id = 93), - [826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 5, .production_id = 93), - [828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_binary, 4, .production_id = 113), - [830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_binary, 4, .production_id = 113), - [832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 2, .production_id = 34), - [834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 2, .production_id = 34), - [836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_closure, 4, .production_id = 104), - [838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_closure, 4, .production_id = 104), - [840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_bool, 1), - [842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_bool, 1), - [844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_unary, 2), - [846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_unary, 2), - [848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 3), - [850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 3), - [852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_parenthesized, 4, .production_id = 37), - [854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_parenthesized, 4, .production_id = 37), - [856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 4, .production_id = 55), - [858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 4, .production_id = 55), - [860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_variable, 2, .production_id = 5), - [862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_variable, 2, .production_id = 5), - [864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(256), - [866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_single_quotes, 3, .production_id = 76), - [868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_single_quotes, 3, .production_id = 76), - [870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 4, .production_id = 66), - [872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 4, .production_id = 66), - [874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_double_quotes, 2), - [876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_double_quotes, 2), - [878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), + [793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_binary, 3), + [795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_binary, 3), + [797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_string, 1), + [799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_string, 1), + [801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 3), + [803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 3), + [805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_double_quotes, 3, .production_id = 76), + [807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_double_quotes, 3, .production_id = 76), + [809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_list, 3), + [811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_list, 3), + [813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_filesize, 2, .production_id = 39), + [815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_filesize, 2, .production_id = 39), + [817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(261), + [819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_interpolated, 1, .production_id = 6), + [821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_interpolated, 1, .production_id = 6), + [823] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3183), + [826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_duration, 2, .production_id = 39), + [828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_duration, 2, .production_id = 39), + [830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_single_quotes, 3, .production_id = 76), + [832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_single_quotes, 3, .production_id = 76), + [834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_record, 4, .production_id = 66), + [836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_record, 4, .production_id = 66), + [838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_variable, 2, .production_id = 5), + [840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_variable, 2, .production_id = 5), + [842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_double_quotes, 2), + [844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_double_quotes, 2), + [846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inter_single_quotes, 2), + [848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inter_single_quotes, 2), + [850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(76), + [852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), + [854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_binary, 4, .production_id = 113), + [856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_binary, 4, .production_id = 113), + [858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_unary, 4, .production_id = 96), + [860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_unary, 4, .production_id = 96), + [862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 2, .production_id = 34), + [864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 2, .production_id = 34), + [866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_range, 3, .production_id = 80), + [868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_range, 3, .production_id = 80), + [870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_bool, 1), + [872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_bool, 1), + [874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_val_table, 5, .production_id = 93), + [876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_val_table, 5, .production_id = 93), + [878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), [880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(98), - [882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), - [884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1585), - [886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1415), - [888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1416), - [890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1417), - [892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1418), - [894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1419), - [896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1421), - [898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1422), - [900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1423), - [902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1424), - [904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1425), - [906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1426), - [908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1427), + [882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), + [884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1582), + [886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1584), + [888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1585), + [890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), + [892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1590), + [894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1592), + [896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1593), + [898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1594), + [900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1595), + [902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1596), + [904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1599), + [906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1601), + [908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1605), [910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_return, 2), [912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_return, 2), - [914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1531), - [916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1530), - [918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1528), - [920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1525), - [922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1523), - [924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1522), - [926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1520), - [928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1519), - [930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1518), - [932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1515), - [934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1514), - [936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511), - [938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1497), - [940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 2), - [942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 2), - [944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment, 3, .production_id = 79), - [946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, .production_id = 79), - [948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_return, 1), - [950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_return, 1), - [952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1226), - [954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3150), - [956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3734), - [958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2711), - [960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2746), - [962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2769), - [964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(312), - [966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313), - [968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7), - [970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3655), - [972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3299), - [974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), - [976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3094), - [978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2947), - [980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1249), - [982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3189), - [984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3732), - [986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2705), - [988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2700), - [990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2767), - [992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379), - [994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), + [914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), + [916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492), + [918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1494), + [920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1514), + [922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1518), + [924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1525), + [926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1527), + [928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1531), + [930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1536), + [932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1538), + [934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1540), + [936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1541), + [938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1544), + [940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_return, 1), + [942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_return, 1), + [944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1226), + [946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3039), + [948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3736), + [950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2744), + [952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2701), + [954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2756), + [956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), + [958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336), + [960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6), + [962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3657), + [964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3301), + [966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309), + [968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3208), + [970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2960), + [972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment, 3, .production_id = 79), + [974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, .production_id = 79), + [976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 2), + [978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 2), + [980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1235), + [982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3191), + [984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3734), + [986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2740), + [988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2717), + [990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2764), + [992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), + [994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), [996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8), - [998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3640), - [1000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3378), - [1002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), - [1004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3121), - [1006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2982), - [1008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3209), - [1010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2697), - [1012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1409), - [1014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3567), - [1016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(992), - [1018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3069), - [1020] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3069), - [1023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3117), - [1025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2730), - [1027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1408), - [1029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3540), - [1031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), - [1033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(54), - [1035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), - [1037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3187), - [1039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(496), - [1041] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3187), - [1044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89), - [1046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), - [1048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_use, 3, .production_id = 42), - [1050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), - [1052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 3, .production_id = 42), - [1054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2784), - [1056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796), - [1058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3264), - [1060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(782), - [1062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), + [998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3642), + [1000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3262), + [1002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), + [1004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3123), + [1006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2993), + [1008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3143), + [1010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3159), + [1012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2694), + [1014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410), + [1016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3527), + [1018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997), + [1020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3009), + [1022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2688), + [1024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1411), + [1026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3574), + [1028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), + [1030] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3143), + [1033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3085), + [1035] = {.entry = {.count = 1, .reusable = false}}, SHIFT(496), + [1037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(50), + [1039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), + [1041] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3085), + [1044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_use, 3, .production_id = 42), + [1046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(754), + [1048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 3, .production_id = 42), + [1050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2778), + [1052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(846), + [1054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3266), + [1056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752), + [1058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(515), + [1060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_use, 2, .production_id = 19), + [1062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 2, .production_id = 19), [1064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hide_mod, 2, .production_id = 29), [1066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hide_mod, 2, .production_id = 29), - [1068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_use, 2, .production_id = 19), - [1070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 2, .production_id = 19), - [1072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1454), - [1074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1455), - [1076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1452), - [1078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1457), - [1080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1451), - [1082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1453), - [1084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1458), - [1086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1459), - [1088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1460), - [1090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1462), - [1092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(859), - [1094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2796), - [1096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(960), - [1098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3313), - [1100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), - [1102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1463), - [1104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1464), - [1106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1447), - [1108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirection, 2, .production_id = 44), - [1110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirection, 2, .production_id = 44), - [1112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_overlay_use_repeat1, 2), - [1114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_overlay_use_repeat1, 2), - [1116] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_overlay_use_repeat1, 2), SHIFT_REPEAT(648), - [1119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_overlay_use_repeat1, 2), SHIFT_REPEAT(707), - [1122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 5, .production_id = 106), - [1124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 5, .production_id = 106), - [1126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(648), - [1128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2931), - [1130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(707), - [1132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 4, .production_id = 70), - [1134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 4, .production_id = 70), - [1136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2933), - [1138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 4, .production_id = 106), - [1140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 4, .production_id = 106), - [1142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2936), - [1144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3141), - [1146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 3, .production_id = 70), - [1148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 3, .production_id = 70), - [1150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2916), - [1152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3141), - [1155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(701), - [1158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(1227), - [1161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(43), - [1164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3117), - [1167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3730), - [1170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(775), - [1173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(773), - [1176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(2730), - [1179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(1408), - [1182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(1488), - [1185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(2733), - [1188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3540), - [1191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(951), - [1194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(2668), - [1197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(2702), - [1200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(2753), - [1203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(2753), - [1206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(2337), - [1209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(2338), - [1212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(115), - [1215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(115), - [1218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3630), - [1221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(2337), - [1224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3404), - [1227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(2197), - [1230] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3042), - [1233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3002), - [1236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3611), - [1239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1494), - [1241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1490), - [1243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1479), - [1245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1478), - [1247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1471), - [1249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1470), - [1251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683), - [1253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2932), - [1255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), - [1257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_overlay_use_repeat1, 2), SHIFT_REPEAT(683), - [1260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_overlay_use_repeat1, 2), SHIFT_REPEAT(738), - [1263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3204), - [1265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(713), - [1267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(766), - [1269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3204), - [1272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1467), - [1274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1466), - [1276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1456), - [1278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450), - [1280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1435), - [1282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1430), - [1284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1428), - [1286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(670), + [1068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89), + [1070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), + [1072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1628), + [1074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1626), + [1076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1612), + [1078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1635), + [1080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1634), + [1082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1627), + [1084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1621), + [1086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1611), + [1088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1577), + [1090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1615), + [1092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1609), + [1094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617), + [1096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1604), + [1098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 5, .production_id = 106), + [1100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 5, .production_id = 106), + [1102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(668), + [1104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2921), + [1106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683), + [1108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(855), + [1110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2782), + [1112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), + [1114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3389), + [1116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(881), + [1118] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3029), + [1121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3029), + [1123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(687), + [1126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(1213), + [1129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(78), + [1132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3009), + [1135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3732), + [1138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(761), + [1141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(760), + [1144] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(2688), + [1147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(1411), + [1150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(1586), + [1153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(2716), + [1156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3574), + [1159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(957), + [1162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(2671), + [1165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(2685), + [1168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(2749), + [1171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(2749), + [1174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(2410), + [1177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(2412), + [1180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(116), + [1183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(116), + [1186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3633), + [1189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(2410), + [1192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3311), + [1195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(2215), + [1198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3042), + [1201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(2942), + [1204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 2), SHIFT_REPEAT(3655), + [1207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_overlay_use_repeat1, 2), + [1209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_overlay_use_repeat1, 2), + [1211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_overlay_use_repeat1, 2), SHIFT_REPEAT(668), + [1214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_overlay_use_repeat1, 2), SHIFT_REPEAT(683), + [1217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 4, .production_id = 106), + [1219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 4, .production_id = 106), + [1221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2929), + [1223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 4, .production_id = 70), + [1225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 4, .production_id = 70), + [1227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2930), + [1229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 3, .production_id = 70), + [1231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 3, .production_id = 70), + [1233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2939), + [1235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirection, 2, .production_id = 44), + [1237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirection, 2, .production_id = 44), + [1239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(697), + [1241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2932), + [1243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(736), + [1245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(741), + [1247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(783), + [1249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1549), + [1251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1550), + [1253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1561), + [1255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1562), + [1257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1563), + [1259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3206), + [1261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1551), + [1263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1567), + [1265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1569), + [1267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1570), + [1269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1571), + [1271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1574), + [1273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1575), + [1275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1576), + [1277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2902), + [1279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3206), + [1282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_overlay_use_repeat1, 2), SHIFT_REPEAT(697), + [1285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_overlay_use_repeat1, 2), SHIFT_REPEAT(736), [1288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 14), [1290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 14), [1292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 13), [1294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 13), [1296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 12), [1298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 12), - [1300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2899), - [1302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2903), - [1304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2919), - [1306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(760), - [1308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(829), - [1310] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_long_flag, 1), - [1312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_long_flag, 1), - [1314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(703), - [1316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(679), - [1318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(685), - [1320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__flag, 1), - [1322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__flag, 1), - [1324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, .dynamic_precedence = 10, .production_id = 36), - [1326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_command, 2, .dynamic_precedence = 10, .production_id = 36), SHIFT(1028), - [1329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241), - [1331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(38), - [1333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3183), - [1335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1673), - [1337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2699), - [1339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2754), - [1341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1723), - [1343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1724), - [1345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108), - [1347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3650), - [1349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3231), - [1351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1720), - [1353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3194), - [1355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2955), - [1357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(698), - [1359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1696), - [1361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), - [1363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3, .production_id = 37), - [1365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3, .production_id = 37), - [1367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(737), - [1369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3103), - [1371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_long_flag, 2), - [1373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_long_flag, 2), - [1375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3103), - [1378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_overlay_use_repeat1, 1), - [1380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_overlay_use_repeat1, 1), - [1382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(729), - [1384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__blosure, 1), - [1386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__blosure, 1), - [1388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, .dynamic_precedence = 10, .production_id = 17), - [1390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_command, 2, .dynamic_precedence = 10, .production_id = 17), SHIFT(1028), - [1393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirection, 1), - [1395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirection, 1), - [1397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1245), - [1399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3074), - [1401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3736), - [1403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2691), - [1405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2689), - [1407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2770), - [1409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516), - [1411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(515), - [1413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11), - [1415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3665), - [1417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3436), - [1419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), - [1421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3193), - [1423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2956), - [1425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), - [1427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1028), - [1430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1241), - [1433] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(38), - [1436] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(3183), - [1439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1673), - [1442] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2699), - [1445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2754), - [1448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1723), - [1451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1724), - [1454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(108), - [1457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(3650), - [1460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(3231), - [1463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1720), - [1466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(3194), - [1469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2955), - [1472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(698), - [1475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1696), - [1478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1697), - [1481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2), - [1483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2), - [1485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 1, .dynamic_precedence = 10, .production_id = 1), - [1487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_command, 1, .dynamic_precedence = 10, .production_id = 1), SHIFT(1028), - [1490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 3, .dynamic_precedence = 10, .production_id = 78), - [1492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_command, 3, .dynamic_precedence = 10, .production_id = 78), SHIFT(1028), - [1495] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3205), - [1498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3205), - [1500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(790), - [1502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, .dynamic_precedence = 10, .production_id = 17), - [1504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_command, 2, .dynamic_precedence = 10, .production_id = 17), SHIFT(1006), - [1507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1219), - [1509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(95), - [1511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3107), - [1513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1695), - [1515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2728), - [1517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2761), - [1519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1776), - [1521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746), - [1523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110), - [1525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3596), - [1527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3279), - [1529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1756), - [1531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3025), - [1533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3001), - [1535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(720), - [1537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1763), - [1539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1764), - [1541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1246), - [1543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3197), - [1545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3733), - [1547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2686), - [1549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2703), - [1551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2766), - [1553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(599), - [1555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), - [1557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12), - [1559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3645), - [1561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3301), - [1563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(595), - [1565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3158), - [1567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2969), - [1569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), - [1571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1006), - [1574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1219), - [1577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(95), - [1580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(3107), - [1583] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1695), - [1586] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2728), - [1589] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2761), - [1592] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1776), - [1595] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1746), - [1598] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(110), - [1601] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(3596), - [1604] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(3279), - [1607] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1756), - [1610] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(3025), - [1613] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(3001), - [1616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(720), - [1619] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1763), - [1622] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1764), - [1625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try, 2, .production_id = 24), - [1627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try, 2, .production_id = 24), - [1629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3233), - [1631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 1, .dynamic_precedence = 10, .production_id = 1), - [1633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_command, 1, .dynamic_precedence = 10, .production_id = 1), SHIFT(1006), - [1636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if, 3, .production_id = 59), - [1638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if, 3, .production_id = 59), - [1640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3239), - [1642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, .dynamic_precedence = 10, .production_id = 36), - [1644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_command, 2, .dynamic_precedence = 10, .production_id = 36), SHIFT(1006), - [1647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 2), - [1649] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 2), SHIFT_REPEAT(888), - [1652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2), SHIFT_REPEAT(888), - [1655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 3, .dynamic_precedence = 10, .production_id = 78), - [1657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_command, 3, .dynamic_precedence = 10, .production_id = 78), SHIFT(1006), - [1660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(783), - [1662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__control, 1, .production_id = 4), - [1664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__control, 1, .production_id = 4), - [1666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1791), - [1668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_extern, 4, .production_id = 82), - [1670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 4, .production_id = 82), - [1672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(32), - [1674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if, 5, .production_id = 127), - [1676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if, 5, .production_id = 127), - [1678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_register, 2, .production_id = 28), - [1680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 2, .production_id = 28), - [1682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_register, 2, .production_id = 27), - [1684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 2, .production_id = 27), - [1686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 6, .production_id = 97), - [1688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 6, .production_id = 97), + [1300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2915), + [1302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2933), + [1304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650), + [1306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), + [1308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(825), + [1310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), + [1312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_long_flag, 1), + [1314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_long_flag, 1), + [1316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(707), + [1318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(694), + [1320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3015), + [1322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3015), + [1325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__flag, 1), + [1327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__flag, 1), + [1329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 1, .dynamic_precedence = 10, .production_id = 1), + [1331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_command, 1, .dynamic_precedence = 10, .production_id = 1), SHIFT(1008), + [1334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1245), + [1336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85), + [1338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3074), + [1340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1677), + [1342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2723), + [1344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2759), + [1346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1705), + [1348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1696), + [1350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108), + [1352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3652), + [1354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3231), + [1356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1687), + [1358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3196), + [1360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2977), + [1362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(691), + [1364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1716), + [1366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1723), + [1368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3, .production_id = 37), + [1370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3, .production_id = 37), + [1372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirection, 1), + [1374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirection, 1), + [1376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1210), + [1378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3091), + [1380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3738), + [1382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2691), + [1384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2743), + [1386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2766), + [1388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), + [1390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), + [1392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11), + [1394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3667), + [1396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3438), + [1398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), + [1400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3098), + [1402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2940), + [1404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, .dynamic_precedence = 10, .production_id = 17), + [1406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_command, 2, .dynamic_precedence = 10, .production_id = 17), SHIFT(1008), + [1409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 3, .dynamic_precedence = 10, .production_id = 78), + [1411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_command, 3, .dynamic_precedence = 10, .production_id = 78), SHIFT(1008), + [1414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_long_flag, 2), + [1416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_long_flag, 2), + [1418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__blosure, 1), + [1420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__blosure, 1), + [1422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, .dynamic_precedence = 10, .production_id = 36), + [1424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_command, 2, .dynamic_precedence = 10, .production_id = 36), SHIFT(1008), + [1427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(729), + [1429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_overlay_use_repeat1, 1), + [1431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_overlay_use_repeat1, 1), + [1433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), + [1435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1008), + [1438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1245), + [1441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(85), + [1444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(3074), + [1447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1677), + [1450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2723), + [1453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2759), + [1456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1705), + [1459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1696), + [1462] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(108), + [1465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(3652), + [1468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(3231), + [1471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1687), + [1474] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(3196), + [1477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2977), + [1480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(691), + [1483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1716), + [1486] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1723), + [1489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2), + [1491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2), + [1493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(708), + [1495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(788), + [1497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 1, .dynamic_precedence = 10, .production_id = 1), + [1499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_command, 1, .dynamic_precedence = 10, .production_id = 1), SHIFT(1012), + [1502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1238), + [1504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), + [1506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3022), + [1508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1726), + [1510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2690), + [1512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2767), + [1514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1790), + [1516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1789), + [1518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110), + [1520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3615), + [1522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3439), + [1524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1774), + [1526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3083), + [1528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2948), + [1530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(722), + [1532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1760), + [1534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1759), + [1536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try, 2, .production_id = 24), + [1538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try, 2, .production_id = 24), + [1540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3372), + [1542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), + [1544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1012), + [1547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1238), + [1550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(56), + [1553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(3022), + [1556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1726), + [1559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2690), + [1562] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2767), + [1565] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1790), + [1568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1789), + [1571] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(110), + [1574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(3615), + [1577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(3439), + [1580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1774), + [1583] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(3083), + [1586] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(2948), + [1589] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(722), + [1592] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1760), + [1595] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 46), SHIFT_REPEAT(1759), + [1598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__control, 1, .production_id = 4), + [1600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__control, 1, .production_id = 4), + [1602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1829), + [1604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3136), + [1606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1231), + [1608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3100), + [1610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3735), + [1612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2699), + [1614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2738), + [1616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2771), + [1618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(639), + [1620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561), + [1622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(12), + [1624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3647), + [1626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3239), + [1628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(633), + [1630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3160), + [1632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2984), + [1634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, .dynamic_precedence = 10, .production_id = 36), + [1636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_command, 2, .dynamic_precedence = 10, .production_id = 36), SHIFT(1012), + [1639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, .dynamic_precedence = 10, .production_id = 17), + [1641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_command, 2, .dynamic_precedence = 10, .production_id = 17), SHIFT(1012), + [1644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 3, .dynamic_precedence = 10, .production_id = 78), + [1646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_command, 3, .dynamic_precedence = 10, .production_id = 78), SHIFT(1012), + [1649] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3136), + [1652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 2), + [1654] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 2), SHIFT_REPEAT(901), + [1657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2), SHIFT_REPEAT(901), + [1660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(785), + [1662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if, 3, .production_id = 59), + [1664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if, 3, .production_id = 59), + [1666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3384), + [1668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_register, 2, .production_id = 28), + [1670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 2, .production_id = 28), + [1672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_register, 2, .production_id = 27), + [1674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 2, .production_id = 27), + [1676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3321), + [1678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_name, 1, .production_id = 7), + [1680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_name, 1, .production_id = 7), + [1682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression, 1), + [1684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression, 1), + [1686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if, 5, .production_id = 127), + [1688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if, 5, .production_id = 127), [1690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unquoted, 1), [1692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unquoted, 1), - [1694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if, 5, .production_id = 128), - [1696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if, 5, .production_id = 128), - [1698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(819), - [1700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 5, .production_id = 97), - [1702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 5, .production_id = 97), - [1704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3398), - [1706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), - [1708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try, 4, .production_id = 105), - [1710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try, 4, .production_id = 105), - [1712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 4, .production_id = 97), - [1714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 4, .production_id = 97), - [1716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression, 1, .production_id = 3), - [1718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression, 1, .production_id = 3), - [1720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_name, 1, .production_id = 8), - [1722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_name, 1, .production_id = 8), - [1724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression, 1, .production_id = 2), - [1726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression, 1, .production_id = 2), - [1728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_name, 1, .production_id = 7), - [1730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_name, 1, .production_id = 7), - [1732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 15), - [1734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 15), - [1736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_extern, 3, .production_id = 47), - [1738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 3, .production_id = 47), - [1740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3319), - [1742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression, 1), - [1744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression, 1), - [1746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 1), - [1748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 1), - [1750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 6, .production_id = 145), - [1752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 6, .production_id = 145), - [1754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_list, 2), - [1756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 2), - [1758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_use, 3, .production_id = 50), - [1760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 3, .production_id = 50), - [1762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scope_pattern, 1, .production_id = 49), - [1764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scope_pattern, 1, .production_id = 49), - [1766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_wild_card, 1), - [1768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wild_card, 1), - [1770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_module, 3, .production_id = 48), - [1772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_module, 3, .production_id = 48), - [1774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_extern, 4, .production_id = 91), - [1776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 4, .production_id = 91), - [1778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 6, .production_id = 140), - [1780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 6, .production_id = 140), - [1782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scope_pattern, 1, .production_id = 52), - [1784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scope_pattern, 1, .production_id = 52), - [1786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scope_pattern, 1, .production_id = 51), - [1788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scope_pattern, 1, .production_id = 51), - [1790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_error, 3, .production_id = 57), - [1792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_error, 3, .production_id = 57), - [1794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_while, 3, .production_id = 58), - [1796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_while, 3, .production_id = 58), - [1798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 6, .production_id = 135), - [1800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 6, .production_id = 135), - [1802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 1, .production_id = 4), - [1804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(888), - [1806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [1808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_register, 3, .production_id = 68), - [1810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 3, .production_id = 68), - [1812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_register, 3, .production_id = 69), - [1814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 3, .production_id = 69), - [1816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hide_mod, 3, .production_id = 29), - [1818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hide_mod, 3, .production_id = 29), - [1820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_hide, 3, .production_id = 71), - [1822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_hide, 3, .production_id = 71), - [1824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_new, 3, .production_id = 72), - [1826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_new, 3, .production_id = 72), - [1828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_parens, 3), - [1830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_parens, 3), - [1832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 4, .production_id = 90), - [1834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 4, .production_id = 90), - [1836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline, 2), - [1838] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pipeline, 2), REDUCE(sym_pipeline_last, 2), - [1841] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipeline, 2), REDUCE(sym_pipeline_last, 2), - [1844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_last, 2), - [1846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(36), - [1848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_bracks, 3), - [1850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_bracks, 3), - [1852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 6, .production_id = 142), - [1854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 6, .production_id = 142), - [1856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_list, 2), - [1858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_list, 2), - [1860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hide_env, 2, .production_id = 30), - [1862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hide_env, 2, .production_id = 30), - [1864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 6, .production_id = 141), - [1866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 6, .production_id = 141), - [1868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 8, .production_id = 161), - [1870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 8, .production_id = 161), - [1872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_source, 2, .production_id = 26), - [1874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_source, 2, .production_id = 26), - [1876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_parens, 2), - [1878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_parens, 2), - [1880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_bracks, 2), - [1882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_bracks, 2), - [1884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_source, 2, .production_id = 25), - [1886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_source, 2, .production_id = 25), - [1888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_error, 4, .production_id = 95), - [1890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_error, 4, .production_id = 95), - [1892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 6, .production_id = 146), - [1894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 6, .production_id = 146), - [1896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_loop, 2, .production_id = 18), - [1898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_loop, 2, .production_id = 18), - [1900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_export, 2, .production_id = 18), - [1902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_export, 2, .production_id = 18), - [1904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline, 3), - [1906] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pipeline, 3), REDUCE(sym_pipeline_last, 3), - [1909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipeline, 3), REDUCE(sym_pipeline_last, 3), - [1912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_last, 3), - [1914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_module, 4, .production_id = 83), - [1916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_module, 4, .production_id = 83), - [1918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__variable_name, 1, .production_id = 11), - [1920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_name, 1, .production_id = 11), - [1922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__variable_name, 1, .production_id = 9), - [1924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_name, 1, .production_id = 9), - [1926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 7, .production_id = 156), - [1928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 7, .production_id = 156), - [1930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_use, 4, .production_id = 84), - [1932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 4, .production_id = 84), - [1934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 7, .production_id = 157), - [1936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 7, .production_id = 157), - [1938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 7, .production_id = 158), - [1940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 7, .production_id = 158), - [1942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stmt_overlay, 1), - [1944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__stmt_overlay, 1), - [1946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stmt_hide, 1), - [1948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__stmt_hide, 1), - [1950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1), - [1952] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__statement, 1), REDUCE(sym__statement_last, 1), - [1955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__statement, 1), REDUCE(sym__statement_last, 1), - [1958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_last, 1), - [1960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 7, .production_id = 159), - [1962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 7, .production_id = 159), - [1964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_statement, 1), - [1966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_statement, 1), - [1968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_list, 3, .production_id = 122), - [1970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 3, .production_id = 122), - [1972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__control, 1), - [1974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__control, 1), - [1976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1, .production_id = 4), - [1978] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__statement, 1, .production_id = 4), REDUCE(sym__statement_last, 1, .production_id = 4), - [1981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__statement, 1, .production_id = 4), REDUCE(sym__statement_last, 1, .production_id = 4), - [1984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_last, 1, .production_id = 4), - [1986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration, 1), - [1988] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declaration, 1), REDUCE(sym__declaration_last, 1), - [1991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration, 1), REDUCE(sym__declaration_last, 1), - [1994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_last, 1), - [1996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 5, .production_id = 130), - [1998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 5, .production_id = 130), - [2000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 7, .production_id = 160), - [2002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 7, .production_id = 160), - [2004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 5, .production_id = 117), - [2006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 5, .production_id = 117), - [2008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__terminator, 1), - [2010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__terminator, 1), - [2012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_extern, 5, .production_id = 118), - [2014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 5, .production_id = 118), - [2016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 4), - [2018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 5, .production_id = 121), - [2020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 5, .production_id = 121), - [2022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 8, .production_id = 162), - [2024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 8, .production_id = 162), - [2026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 5, .production_id = 126), - [2028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 5, .production_id = 126), - [2030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 9, .production_id = 164), - [2032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 9, .production_id = 164), - [2034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 8, .production_id = 163), - [2036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 8, .production_id = 163), - [2038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_last, 2), - [2040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227), - [2042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(43), - [2044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2733), - [2046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3404), - [2048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2197), - [2050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3042), - [2052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3002), - [2054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_last, 1), - [2056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_last, 1, .production_id = 4), - [2058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_last, 3), + [1694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression, 1, .production_id = 3), + [1696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression, 1, .production_id = 3), + [1698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_expression, 1, .production_id = 2), + [1700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_expression, 1, .production_id = 2), + [1702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_if, 5, .production_id = 128), + [1704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_if, 5, .production_id = 128), + [1706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 5, .production_id = 97), + [1708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 5, .production_id = 97), + [1710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(798), + [1712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_extern, 3, .production_id = 47), + [1714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 3, .production_id = 47), + [1716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(35), + [1718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command_name, 1, .production_id = 8), + [1720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command_name, 1, .production_id = 8), + [1722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 6, .production_id = 97), + [1724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 6, .production_id = 97), + [1726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3263), + [1728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(821), + [1730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_extern, 4, .production_id = 82), + [1732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 4, .production_id = 82), + [1734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_try, 4, .production_id = 105), + [1736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_try, 4, .production_id = 105), + [1738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_match, 4, .production_id = 97), + [1740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_match, 4, .production_id = 97), + [1742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_do, 15), + [1744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_do, 15), + [1746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_module, 3, .production_id = 48), + [1748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_module, 3, .production_id = 48), + [1750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 4, .production_id = 90), + [1752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 4, .production_id = 90), + [1754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 5, .production_id = 117), + [1756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 5, .production_id = 117), + [1758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28), + [1760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline, 2), + [1762] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pipeline, 2), REDUCE(sym_pipeline_last, 2), + [1765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipeline, 2), REDUCE(sym_pipeline_last, 2), + [1768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_last, 2), + [1770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 8, .production_id = 163), + [1772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 8, .production_id = 163), + [1774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_list, 2), + [1776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_list, 2), + [1778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_extern, 4, .production_id = 91), + [1780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 4, .production_id = 91), + [1782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hide_env, 2, .production_id = 30), + [1784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hide_env, 2, .production_id = 30), + [1786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 6, .production_id = 135), + [1788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 6, .production_id = 135), + [1790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_use, 4, .production_id = 84), + [1792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 4, .production_id = 84), + [1794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_module, 4, .production_id = 83), + [1796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_module, 4, .production_id = 83), + [1798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_list, 2), + [1800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 2), + [1802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_error, 4, .production_id = 95), + [1804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_error, 4, .production_id = 95), + [1806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline, 3), + [1808] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_pipeline, 3), REDUCE(sym_pipeline_last, 3), + [1811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipeline, 3), REDUCE(sym_pipeline_last, 3), + [1814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_last, 3), + [1816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_source, 2, .production_id = 26), + [1818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_source, 2, .production_id = 26), + [1820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_new, 3, .production_id = 72), + [1822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_new, 3, .production_id = 72), + [1824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_hide, 3, .production_id = 71), + [1826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_hide, 3, .production_id = 71), + [1828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hide_mod, 3, .production_id = 29), + [1830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hide_mod, 3, .production_id = 29), + [1832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_register, 3, .production_id = 69), + [1834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 3, .production_id = 69), + [1836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_register, 3, .production_id = 68), + [1838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_register, 3, .production_id = 68), + [1840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_source, 2, .production_id = 25), + [1842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_source, 2, .production_id = 25), + [1844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_parens, 3), + [1846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_parens, 3), + [1848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_while, 3, .production_id = 58), + [1850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_while, 3, .production_id = 58), + [1852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_bracks, 3), + [1854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_bracks, 3), + [1856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 8, .production_id = 162), + [1858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 8, .production_id = 162), + [1860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_loop, 2, .production_id = 18), + [1862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_loop, 2, .production_id = 18), + [1864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_error, 3, .production_id = 57), + [1866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_error, 3, .production_id = 57), + [1868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_export, 2, .production_id = 18), + [1870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_export, 2, .production_id = 18), + [1872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 6, .production_id = 140), + [1874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 6, .production_id = 140), + [1876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 6, .production_id = 141), + [1878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 6, .production_id = 141), + [1880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 6, .production_id = 142), + [1882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 6, .production_id = 142), + [1884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scope_pattern, 1, .production_id = 52), + [1886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scope_pattern, 1, .production_id = 52), + [1888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_def, 5, .production_id = 121), + [1890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_def, 5, .production_id = 121), + [1892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_use, 3, .production_id = 50), + [1894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_use, 3, .production_id = 50), + [1896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scope_pattern, 1, .production_id = 49), + [1898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scope_pattern, 1, .production_id = 49), + [1900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_wild_card, 1), + [1902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wild_card, 1), + [1904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scope_pattern, 1, .production_id = 51), + [1906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scope_pattern, 1, .production_id = 51), + [1908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_list, 3, .production_id = 122), + [1910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_list, 3, .production_id = 122), + [1912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stmt_hide, 1), + [1914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__stmt_hide, 1), + [1916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 7, .production_id = 156), + [1918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 7, .production_id = 156), + [1920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 8, .production_id = 161), + [1922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 8, .production_id = 161), + [1924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 7, .production_id = 160), + [1926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 7, .production_id = 160), + [1928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 9, .production_id = 164), + [1930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 9, .production_id = 164), + [1932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 6, .production_id = 145), + [1934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 6, .production_id = 145), + [1936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__variable_name, 1, .production_id = 9), + [1938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_name, 1, .production_id = 9), + [1940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 6, .production_id = 146), + [1942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 6, .production_id = 146), + [1944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__stmt_overlay, 1), + [1946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__stmt_overlay, 1), + [1948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_extern, 5, .production_id = 118), + [1950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_extern, 5, .production_id = 118), + [1952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__variable_name, 1, .production_id = 11), + [1954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_name, 1, .production_id = 11), + [1956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1), + [1958] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__statement, 1), REDUCE(sym__statement_last, 1), + [1961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__statement, 1), REDUCE(sym__statement_last, 1), + [1964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_last, 1), + [1966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 5, .production_id = 126), + [1968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 5, .production_id = 126), + [1970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__ctrl_statement, 1), + [1972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__ctrl_statement, 1), + [1974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_overlay_use, 5, .production_id = 130), + [1976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overlay_use, 5, .production_id = 130), + [1978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__control, 1), + [1980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__control, 1), + [1982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1, .production_id = 4), + [1984] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__statement, 1, .production_id = 4), REDUCE(sym__statement_last, 1, .production_id = 4), + [1987] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__statement, 1, .production_id = 4), REDUCE(sym__statement_last, 1, .production_id = 4), + [1990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_last, 1, .production_id = 4), + [1992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_parens, 2), + [1994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_parens, 2), + [1996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration, 1), + [1998] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declaration, 1), REDUCE(sym__declaration_last, 1), + [2001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration, 1), REDUCE(sym__declaration_last, 1), + [2004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_last, 1), + [2006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 1, .production_id = 4), + [2008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(901), + [2010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [2012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 7, .production_id = 157), + [2014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 7, .production_id = 157), + [2016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 7, .production_id = 158), + [2018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 7, .production_id = 158), + [2020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ctrl_for, 7, .production_id = 159), + [2022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ctrl_for, 7, .production_id = 159), + [2024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_bracks, 2), + [2026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_bracks, 2), + [2028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__terminator, 1), + [2030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__terminator, 1), + [2032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 1), + [2034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 1), + [2036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__block_body_repeat2, 2, .production_id = 4), + [2038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_last, 1), + [2040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_last, 2), + [2042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_last, 1, .production_id = 4), + [2044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_last, 3), + [2046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1213), + [2048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), + [2050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2716), + [2052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3311), + [2054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2215), + [2056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3042), + [2058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2942), [2060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_last, 1), - [2062] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3095), - [2065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern, 4, .production_id = 120), - [2067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern, 4, .production_id = 120), - [2069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3095), - [2071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern, 3, .production_id = 86), - [2073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern, 3, .production_id = 86), - [2075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_let, 2, .production_id = 10), - [2077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_let, 2, .production_id = 10), - [2079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias, 4, .production_id = 85), - [2081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias, 4, .production_id = 85), - [2083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1217), - [2085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(99), - [2087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2701), - [2089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3244), - [2091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2499), - [2093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3154), - [2095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2941), - [2097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline, 3), - [2099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const, 2, .production_id = 10), - [2101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const, 2, .production_id = 10), - [2103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_mut, 2, .production_id = 10), - [2105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_mut, 2, .production_id = 10), - [2107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body_statement, 1, .production_id = 4), - [2109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement, 1, .production_id = 4), - [2111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration, 1), - [2113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1, .production_id = 4), - [2115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1), - [2117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline, 2), - [2119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias, 5, .production_id = 116), - [2121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias, 5, .production_id = 116), - [2123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const, 3, .production_id = 41), - [2125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const, 3, .production_id = 41), - [2127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body_statement, 1), - [2129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement, 1), - [2131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), - [2133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [2135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), - [2137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), - [2139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3279), - [2141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), - [2143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), - [2145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3001), - [2147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3051), - [2149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shebang, 2), - [2151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shebang, 2), - [2153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3051), - [2156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), - [2158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_block, 2), REDUCE(sym_val_record, 2), - [2161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_block, 2), REDUCE(sym_val_record, 2), - [2164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), - [2166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [2168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), - [2170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), - [2172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3231), - [2174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), - [2176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), - [2178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2955), - [2180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [2182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1128), - [2184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), - [2186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_pipes, 2), - [2188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_pipes, 2), - [2190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [2192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15), - [2194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [2196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_pipes, 3), - [2198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_pipes, 3), - [2200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), - [2202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1234), - [2204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), - [2206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3062), - [2208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2023), - [2210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3741), - [2212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2736), - [2214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2732), - [2216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2749), - [2218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), - [2220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2099), - [2222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(116), - [2224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3690), - [2226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3358), - [2228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2101), - [2230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3112), - [2232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2984), - [2234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2165), - [2236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3614), - [2238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3610), - [2240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3311), - [2242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3276), - [2244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), - [2246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3274), - [2248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), - [2250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3432), - [2252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2859), - [2254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2909), - [2256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3379), - [2258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3414), - [2260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), - [2262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3447), - [2264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3448), - [2266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3408), - [2268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), - [2270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3397), - [2272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3345), - [2274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3290), - [2276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), - [2278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3363), - [2280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1588), - [2282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1587), - [2284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1586), - [2286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1414), - [2288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), - [2290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), - [2292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), - [2294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), - [2296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), - [2298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), - [2300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), - [2302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), - [2304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), - [2306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), - [2308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [2310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3116), - [2312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3731), - [2314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), - [2316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [2318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3672), - [2320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), - [2322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2762), - [2324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2762), - [2326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), - [2328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), - [2330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121), - [2332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [2334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3635), - [2336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3445), - [2338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2248), - [2340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3084), - [2342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2992), - [2344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1233), - [2346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(40), - [2348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3064), - [2350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), - [2352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3740), - [2354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2738), - [2356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2718), - [2358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2747), - [2360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2284), - [2362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2283), - [2364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122), - [2366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3685), - [2368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3373), - [2370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2308), - [2372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3126), - [2374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2981), - [2376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2242), - [2378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 1, .production_id = 21), - [2380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 1, .production_id = 21), - [2382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), - [2384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1513), - [2386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1495), - [2388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486), - [2390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1485), - [2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), - [2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), - [2396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1429), - [2398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), - [2400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), - [2402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475), - [2404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1474), - [2406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1473), - [2408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1461), - [2410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1448), - [2412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1446), - [2414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2898), - [2416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2974), - [2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), - [2420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [2422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), - [2424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), - [2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), - [2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [2062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3097), + [2064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias, 4, .production_id = 85), + [2066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias, 4, .production_id = 85), + [2068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const, 3, .production_id = 41), + [2070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const, 3, .production_id = 41), + [2072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline, 2), + [2074] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias, 5, .production_id = 116), + [2076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias, 5, .production_id = 116), + [2078] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3097), + [2081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern, 4, .production_id = 120), + [2083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern, 4, .production_id = 120), + [2085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body_statement, 1), + [2087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement, 1), + [2089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration, 1), + [2091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1), + [2093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body_statement, 1, .production_id = 4), + [2095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement, 1, .production_id = 4), + [2097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1237), + [2099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82), + [2101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2731), + [2103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3270), + [2105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2512), + [2107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3111), + [2109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2995), + [2111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline, 3), + [2113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_let, 2, .production_id = 10), + [2115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_let, 2, .production_id = 10), + [2117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_mut, 2, .production_id = 10), + [2119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_mut, 2, .production_id = 10), + [2121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const, 2, .production_id = 10), + [2123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const, 2, .production_id = 10), + [2125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1, .production_id = 4), + [2127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern, 3, .production_id = 86), + [2129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern, 3, .production_id = 86), + [2131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3139), + [2133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [2135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [2137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), + [2139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), + [2141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3231), + [2143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), + [2145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), + [2147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2977), + [2149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), + [2151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [2153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), + [2155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2690), + [2157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3439), + [2159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), + [2161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), + [2163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), + [2165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_block, 2), REDUCE(sym_val_record, 2), + [2168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_block, 2), REDUCE(sym_val_record, 2), + [2171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3139), + [2174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), + [2176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shebang, 2), + [2178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shebang, 2), + [2180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_pipes, 2), + [2182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_pipes, 2), + [2184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [2186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15), + [2188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [2190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), + [2192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [2194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1170), + [2196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), + [2198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_pipes, 3), + [2200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_pipes, 3), + [2202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3415), + [2204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241), + [2206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(99), + [2208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3211), + [2210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), + [2212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3743), + [2214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2726), + [2216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2728), + [2218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2761), + [2220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2090), + [2222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2089), + [2224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(115), + [2226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3692), + [2228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3229), + [2230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2091), + [2232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3033), + [2234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3001), + [2236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2088), + [2238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), + [2240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3371), + [2242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3313), + [2244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2872), + [2246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2919), + [2248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3381), + [2250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3298), + [2252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3361), + [2254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3449), + [2256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3450), + [2258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), + [2260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3365), + [2262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), + [2264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), + [2266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3257), + [2268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3355), + [2270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3276), + [2272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), + [2274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3714), + [2276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), + [2278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3448), + [2280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1247), + [2282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), + [2284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3220), + [2286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2165), + [2288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3742), + [2290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2720), + [2292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2714), + [2294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2762), + [2296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2220), + [2298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2219), + [2300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118), + [2302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3687), + [2304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3245), + [2306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2289), + [2308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3017), + [2310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3004), + [2312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2212), + [2314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2937), + [2316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2950), + [2318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1625), + [2320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1623), + [2322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1532), + [2324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), + [2326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), + [2328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1435), + [2330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), + [2332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1620), + [2334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), + [2336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1515), + [2338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1529), + [2340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1555), + [2342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1572), + [2344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1583), + [2346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1591), + [2348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), + [2350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [2352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3118), + [2354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3733), + [2356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), + [2358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [2360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3593), + [2362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), + [2364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769), + [2366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2769), + [2368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), + [2370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), + [2372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122), + [2374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [2376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3637), + [2378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3288), + [2380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), + [2382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3086), + [2384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3005), + [2386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1439), + [2388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1440), + [2390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1442), + [2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), + [2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), + [2396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), + [2398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), + [2400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1441), + [2402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), + [2404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), + [2406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), + [2408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [2410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), + [2412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), + [2414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), + [2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), + [2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), + [2420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [2422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 1, .production_id = 21), + [2424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 1, .production_id = 21), + [2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), + [2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), [2430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_expression, 1), [2432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_expression, 1), - [2434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(1247), - [2437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(70), - [2440] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(3116), - [2443] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(3731), - [2446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(2683), + [2434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(1243), + [2437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(97), + [2440] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(3118), + [2443] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(3733), + [2446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(2729), [2449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), - [2451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(2734), - [2454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(2762), - [2457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(2762), - [2460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(2199), - [2463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(2198), - [2466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(121), - [2469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(121), - [2472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(3635), - [2475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(3445), - [2478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(2248), - [2481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(3084), - [2484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(2992), - [2487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), - [2489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [2491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3040), - [2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), - [2495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3738), - [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), - [2499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2688), - [2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2760), - [2503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2760), - [2505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), - [2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), + [2451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(2733), + [2454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(2769), + [2457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(2769), + [2460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(2222), + [2463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(2218), + [2466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(122), + [2469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(122), + [2472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(3637), + [2475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(3288), + [2478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(2251), + [2481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(3086), + [2484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 2), SHIFT_REPEAT(3005), + [2487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), + [2489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [2491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3096), + [2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), + [2495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3740), + [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2737), + [2499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), + [2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), + [2503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2754), + [2505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), + [2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), [2509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(128), [2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [2513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3675), - [2515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3406), - [2517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), - [2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3164), - [2521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2967), - [2523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2647), + [2513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3677), + [2515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), + [2517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), + [2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3052), + [2521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2971), + [2523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2649), [2525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2625), - [2527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), - [2529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), - [2531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3037), - [2533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3717), + [2527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [2529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [2531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3036), + [2533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3719), [2535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), - [2537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2719), - [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), - [2541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2764), - [2543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), - [2545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1155), + [2537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2686), + [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), + [2541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2772), + [2543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164), + [2545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), [2547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16), [2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [2551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3624), - [2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), - [2555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3297), - [2557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), - [2559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), - [2561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2943), - [2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), - [2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), - [2567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [2571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), - [2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), - [2577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), - [2581] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(2625), - [2584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(1211), - [2587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), - [2589] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(58), - [2592] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3037), - [2595] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3717), - [2598] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(2698), - [2601] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(2719), - [2604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(2764), - [2607] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(2764), - [2610] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(1154), - [2613] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(1155), - [2616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(16), - [2619] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(16), - [2622] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3624), - [2625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(1154), - [2628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3297), - [2631] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(1029), - [2634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3092), - [2637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(2943), - [2640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), - [2642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [2644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), - [2646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [2648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [2650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [2652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), - [2654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), - [2656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), - [2658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), - [2660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), - [2662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), - [2664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), - [2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), - [2668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), - [2670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), - [2672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), - [2674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), - [2676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), - [2678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [2680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), - [2682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3119), - [2684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [2686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), - [2688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [2690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [2692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3081), - [2694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [2696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [2698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2055), - [2700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1966), - [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), - [2704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3058), - [2706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3743), + [2551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3628), + [2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), + [2555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3314), + [2557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), + [2559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3018), + [2561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2987), + [2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [2565] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(2625), + [2568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(1217), + [2571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), + [2573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(67), + [2576] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3036), + [2579] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3719), + [2582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(2698), + [2585] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(2686), + [2588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(2772), + [2591] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(2772), + [2594] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(1164), + [2597] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(1163), + [2600] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(16), + [2603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(16), + [2606] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3628), + [2609] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(1164), + [2612] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3314), + [2615] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(1038), + [2618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(3018), + [2621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 56), SHIFT_REPEAT(2987), + [2624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), + [2626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [2628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), + [2630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), + [2632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), + [2634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [2636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), + [2638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), + [2640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [2642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [2644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [2646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [2648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), + [2650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [2652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), + [2654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), + [2656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), + [2658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), + [2660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [2662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [2664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), + [2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), + [2668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [2670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), + [2672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), + [2674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), + [2676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [2678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), + [2680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), + [2682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), + [2684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3142), + [2686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), + [2688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), + [2690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [2692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), + [2694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), + [2696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3014), + [2698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2025), + [2700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), + [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [2704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3184), + [2706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3745), [2708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [2710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2737), - [2712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), - [2714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2768), - [2716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), - [2718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), - [2720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3699), - [2722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), - [2724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), - [2726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3086), - [2728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), - [2730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), + [2710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), + [2712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), + [2714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2750), + [2716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), + [2718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), + [2720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3701), + [2722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3274), + [2724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), + [2726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), + [2728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2957), + [2730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), [2732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [2734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3569), - [2736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2734), - [2738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2199), - [2740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2198), - [2742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3522), - [2744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3523), - [2746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3537), - [2748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2976), - [2750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), - [2752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [2754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3066), - [2756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3739), - [2758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), - [2760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2723), - [2762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), - [2764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2758), - [2766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2311), - [2768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2309), - [2770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(119), - [2772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [2774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3680), - [2776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), - [2778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3381), - [2780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), - [2782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3147), - [2784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2975), - [2786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), - [2788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [2790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3060), - [2792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3742), - [2794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), - [2796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), - [2798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), - [2800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2751), - [2802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), - [2804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), - [2806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), - [2808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [2810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3695), - [2812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3352), - [2814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), - [2816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), - [2818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2989), - [2820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), - [2822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), - [2824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [2826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), - [2828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), - [2830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769), - [2832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [2834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [2836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [2838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3299), - [2840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [2842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3094), - [2844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2947), - [2846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), - [2848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [2850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), - [2852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2703), - [2854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), - [2856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), - [2858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), - [2860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [2862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), - [2864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [2866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3158), - [2868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), - [2870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), - [2872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), - [2874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), - [2876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [2878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3102), - [2880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3735), - [2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), - [2884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), - [2886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), - [2888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2750), - [2890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [2892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [2894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5), - [2896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [2898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3574), - [2900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), - [2902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [2904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), - [2906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2938), - [2908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), - [2910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [2912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), - [2914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), - [2916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2770), - [2918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [2920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [2922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [2924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3436), - [2926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [2928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), - [2930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2956), - [2932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), - [2934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), - [2936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), - [2938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [2940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3071), - [2942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3737), - [2944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2716), - [2946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), - [2948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757), - [2950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2757), - [2952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [2954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [2956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2), - [2958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), - [2960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3670), - [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3435), - [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3180), - [2968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2962), - [2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), - [2972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), - [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), - [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), - [2980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [2982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [2984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [2986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3378), - [2988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [2990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3121), - [2992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2982), - [2994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), - [2996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), - [2998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), - [3000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), - [3002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), - [3004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [3006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), - [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), - [3010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), - [3012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), - [3014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), - [3016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [3018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3358), - [3020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), - [3022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), + [2734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3555), + [2736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2733), + [2738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2222), + [2740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2218), + [2742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3549), + [2744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3524), + [2746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3573), + [2748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2986), + [2750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), + [2752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [2754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3200), + [2756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3741), + [2758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), + [2760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2746), + [2762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), + [2764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2768), + [2766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2293), + [2768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2291), + [2770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120), + [2772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [2774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3682), + [2776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2293), + [2778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3279), + [2780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), + [2782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3035), + [2784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3000), + [2786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), + [2788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), + [2790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), + [2792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [2794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), + [2796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), + [2798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2761), + [2800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), + [2802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), + [2804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [2806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), + [2808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), + [2810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3033), + [2812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3001), + [2814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), + [2816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [2818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3202), + [2820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3744), + [2822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), + [2824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), + [2826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2760), + [2828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2760), + [2830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), + [2832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), + [2834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), + [2836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [2838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3697), + [2840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), + [2842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), + [2844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), + [2846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2974), + [2848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), + [2850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), + [2852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), + [2854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [2856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), + [2858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), + [2860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), + [2862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [2864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [2866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [2868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), + [2870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [2872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), + [2874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), + [2876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), + [2878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), + [2880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), + [2884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), + [2886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), + [2888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [2890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [2892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [2894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3262), + [2896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [2898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), + [2900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), + [2902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2706), + [2904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), + [2906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), + [2908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [2910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2720), + [2912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2714), + [2914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2762), + [2916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), + [2918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), + [2920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [2922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), + [2924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), + [2926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3017), + [2928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3004), + [2930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), + [2932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), + [2934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), + [2936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [2938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3131), + [2940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3739), + [2942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), + [2944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), + [2946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), + [2948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2758), + [2950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [2952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [2954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2), + [2956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), + [2958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3672), + [2960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3399), + [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), + [2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2955), + [2968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), + [2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [2972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3010), + [2974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3737), + [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), + [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), + [2980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), + [2982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2765), + [2984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [2986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [2988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5), + [2990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [2992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3576), + [2994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3336), + [2996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [2998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3148), + [3000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2951), + [3002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), + [3004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [3006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), + [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2738), + [3010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), + [3012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), + [3014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [3016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [3018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), + [3020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [3022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), [3024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), - [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), - [3028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [3030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2738), - [3032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), - [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), - [3036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), - [3038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2283), - [3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [3042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3373), - [3044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), - [3046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3126), - [3048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2981), - [3050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [3052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1948), - [3054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), - [3056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3176), - [3058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65), - [3060] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3176), - [3063] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3012), - [3066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3012), - [3068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1676), - [3070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [3072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2204), - [3074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), - [3076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [3078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1686), - [3080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), - [3082] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3046), - [3085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1701), - [3087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3046), - [3089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1755), - [3091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1730), - [3093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(72), - [3095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3132), - [3097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirection, 2, .production_id = 45), - [3099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirection, 2, .production_id = 45), - [3101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 43), - [3103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 43), - [3105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1772), - [3107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, .production_id = 16), - [3109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, .production_id = 16), - [3111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, .production_id = 15), - [3113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, .production_id = 15), - [3115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, .production_id = 14), - [3117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, .production_id = 14), - [3119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 1, .production_id = 13), - [3121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1, .production_id = 13), - [3123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, .production_id = 12), - [3125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, .production_id = 12), - [3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), - [3129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3132), - [3132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), - [3134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3137), - [3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3649), - [3138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), - [3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), - [3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), - [3144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, .production_id = 154), - [3146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, .production_id = 154), SHIFT_REPEAT(2649), - [3149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, .production_id = 154), SHIFT_REPEAT(2656), - [3152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, .production_id = 154), SHIFT_REPEAT(2655), - [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [3157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1810), - [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), - [3161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_element_repeat1, 2), - [3163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_element_repeat1, 2), SHIFT_REPEAT(3702), - [3166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_element_repeat1, 2), SHIFT_REPEAT(1791), - [3169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3048), - [3171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element, 2), - [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3702), - [3175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element, 2, .production_id = 4), - [3177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3137), - [3180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3048), - [3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), - [3185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_element_repeat1, 1), - [3187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_element_repeat1, 1), - [3189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3055), - [3192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3055), - [3194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1855), - [3196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3050), - [3198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3049), - [3200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1835), - [3202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_element_repeat1, 2), - [3204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3050), - [3207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3061), - [3209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3061), - [3212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3049), - [3215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1576), - [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), - [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), - [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), - [3223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1871), - [3225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3067), - [3227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3067), - [3230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3056), - [3232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 1), - [3234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 1), - [3236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3063), - [3238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1967), - [3240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1582), - [3242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3091), - [3244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3063), - [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), - [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), - [3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), - [3253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3056), - [3256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3091), - [3259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1620), - [3261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1619), - [3263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618), - [3265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617), - [3267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), - [3269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1590), - [3271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1612), - [3273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1610), - [3275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1609), - [3277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1608), - [3279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607), - [3281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1606), - [3283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1605), - [3285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), - [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3059), - [3289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3052), - [3291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3057), - [3293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1604), - [3295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1603), - [3297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1601), - [3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), - [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), - [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), - [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), - [3307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1602), - [3309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), - [3311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2071), - [3313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3057), - [3316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), - [3318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), - [3320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), - [3322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__one_type, 3, .production_id = 155), - [3324] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3052), - [3327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_value, 2, .production_id = 129), - [3329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_value, 2, .production_id = 129), - [3331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), - [3333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1592), - [3335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1591), - [3337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1589), - [3339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2082), - [3341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 1, .production_id = 31), - [3343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 1, .production_id = 31), - [3345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1377), - [3347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1374), - [3349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1375), - [3351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1280), - [3353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2021), - [3355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1278), - [3357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1274), - [3359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1269), - [3361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1268), - [3363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1267), - [3365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1263), - [3367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1258), - [3369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1256), - [3371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1367), - [3373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3168), - [3376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), - [3378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2042), - [3380] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3072), - [3383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flat_type, 1, .production_id = 87), - [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2848), - [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), - [3389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3072), - [3391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3059), - [3394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2092), - [3396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1637), - [3398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1636), - [3400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1635), - [3402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1631), - [3404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1630), - [3406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1628), - [3408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1627), - [3410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1626), - [3412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1625), - [3414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), - [3416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1623), - [3418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), - [3420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1621), - [3422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2146), - [3424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 2, .production_id = 73), - [3426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 2, .production_id = 73), - [3428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1389), - [3430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1388), - [3432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1387), - [3434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1386), - [3436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1385), - [3438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1384), - [3440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1383), - [3442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1382), - [3444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1381), - [3446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1380), - [3448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1379), - [3450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1378), - [3452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1376), - [3454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2093), - [3456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), - [3458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 1, .production_id = 139), - [3460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_type, 4, .production_id = 153), - [3462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_annotation, 1, .production_id = 89), - [3464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 4, .production_id = 151), - [3466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), - [3468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 2, .production_id = 74), - [3470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 2, .production_id = 74), - [3472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1352), - [3474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1351), - [3476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1350), - [3478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1339), - [3480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1335), - [3482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1334), - [3484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1320), - [3486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1319), - [3488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1318), - [3490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1317), - [3492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1299), - [3494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1315), - [3496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1314), - [3498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), - [3500] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3156), - [3503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1353), - [3505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1313), - [3507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1312), - [3509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1311), - [3511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2135), - [3513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1302), - [3515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), - [3517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1255), - [3519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1250), - [3521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1259), - [3523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1260), - [3525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1261), - [3527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), - [3529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1264), - [3531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), - [3533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), - [3535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), - [3537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_type, 3), - [3539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 3), - [3541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, .production_id = 139), - [3543] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3054), - [3546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1349), - [3548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1348), - [3550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1347), - [3552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1346), - [3554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1345), - [3556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1344), - [3558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1343), - [3560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1342), - [3562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341), - [3564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1340), - [3566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1338), - [3568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1337), - [3570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1336), - [3572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1404), - [3574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1403), - [3576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1402), - [3578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1401), - [3580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1400), - [3582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1399), - [3584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1398), - [3586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), - [3588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1396), - [3590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1395), - [3592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1394), - [3594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1393), - [3596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1392), - [3598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2290), - [3600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2244), - [3602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1570), - [3604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), - [3606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), - [3608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1562), - [3610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), - [3612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), - [3614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1565), - [3616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), - [3618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), - [3620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), - [3622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), - [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), - [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), - [3628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1526), - [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2965), - [3632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1532), - [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), - [3636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [3638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1537), - [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), - [3642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), - [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), - [3646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), - [3648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), - [3650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), - [3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), - [3654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), - [3656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), - [3658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), - [3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), - [3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3165), - [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3018), - [3666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [3668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2452), - [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), - [3672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), - [3674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), - [3676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3018), - [3679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 3, .production_id = 100), - [3681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), - [3683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1556), - [3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), - [3687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1568), - [3689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 3, .production_id = 100), - [3691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1569), - [3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), - [3695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), - [3697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1564), - [3699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), - [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), - [3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), - [3705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), - [3707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), - [3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), - [3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), - [3713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1611), - [3715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1613), - [3717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616), - [3719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_last, 1), - [3721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_last, 1), - [3723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1498), - [3725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1499), - [3727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1500), - [3729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1501), - [3731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1502), - [3733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1503), - [3735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1504), - [3737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1505), - [3739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1506), - [3741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1507), - [3743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1508), - [3745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1509), - [3747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1510), - [3749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 4, .production_id = 134), - [3751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 4, .production_id = 134), - [3753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), - [3755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), - [3757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_or_pattern, 1), - [3759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 79), - [3761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 79), - [3763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 4, .production_id = 132), - [3765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 4, .production_id = 132), - [3767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1412), - [3769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 108), - [3771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 108), - [3773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 5, .production_id = 150), - [3775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 5, .production_id = 150), - [3777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 5, .production_id = 148), - [3779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 5, .production_id = 148), - [3781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 109), - [3783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 109), - [3785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1282), - [3787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1283), - [3789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284), - [3791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285), - [3793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1286), - [3795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1287), - [3797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1288), - [3799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1289), - [3801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1290), - [3803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1291), - [3805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1292), - [3807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1293), - [3809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1294), - [3811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 111), - [3813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 111), - [3815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1321), - [3817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1322), - [3819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1323), - [3821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1324), - [3823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1325), - [3825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1326), - [3827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1327), - [3829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1328), - [3831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1329), - [3833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1330), - [3835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1251), - [3837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1332), - [3839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1333), - [3841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1547), - [3843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1548), - [3845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1549), - [3847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), - [3849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1558), - [3851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1566), - [3853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1567), - [3855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1574), - [3857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1575), - [3859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1578), - [3861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1579), - [3863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1580), - [3865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1581), - [3867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1254), - [3869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1253), - [3871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1252), - [3873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331), - [3875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), - [3877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1303), - [3879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1304), - [3881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1305), - [3883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1306), - [3885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1307), - [3887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308), - [3889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1309), - [3891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1310), - [3893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1354), - [3895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1355), - [3897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1356), - [3899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357), - [3901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358), - [3903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1359), - [3905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1360), - [3907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1361), - [3909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1362), - [3911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1363), - [3913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1364), - [3915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1365), - [3917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1366), - [3919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 3, .production_id = 144), - [3921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), - [3923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 3, .production_id = 144), - [3925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_expression, 1, .dynamic_precedence = 10), - [3927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_expression, 1, .dynamic_precedence = 10), - [3929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 1, .production_id = 20), - [3931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 1, .production_id = 20), - [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), - [3935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_guard, 2), - [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [3941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_or_pattern_repeat1, 2), - [3943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 4, .production_id = 144), - [3945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 4, .production_id = 144), - [3947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 53), - [3949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 53), - [3951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 1), - [3953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 1), - [3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [3957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 54), - [3959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 54), - [3961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [3963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2648), - [3965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), - [3967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), - [3969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flat_type, 1, .production_id = 87), - [3971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), SHIFT_REPEAT(2681), - [3974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), - [3976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), SHIFT_REPEAT(3714), - [3979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), SHIFT_REPEAT(3603), - [3982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), SHIFT_REPEAT(3602), - [3985] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), SHIFT_REPEAT(3601), - [3988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1, .production_id = 64), - [3990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), - [3992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), - [3994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), - [3996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3566), - [3998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 1, .production_id = 64), - [4000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), - [4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2836), - [4004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_type, 4, .production_id = 153), - [4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), - [4008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3563), - [4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), - [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3603), - [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), - [4016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3601), - [4018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_annotation, 1, .production_id = 89), - [4020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1, .production_id = 61), - [4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), - [4024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 1, .production_id = 61), - [4026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 4, .production_id = 151), - [4028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), - [4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [4036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), - [4038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_type, 3), - [4040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3117), - [4042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2138), - [4044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), - [4046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, .production_id = 103), - [4048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2844), - [4050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 2, .production_id = 103), - [4052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [4054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), - [4056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), - [4060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2205), - [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), - [4064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 3), - [4066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), - [4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3531), - [4072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [4074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3536), - [4076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_type, 2, .production_id = 88), - [4078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2921), - [4080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_type, 2, .production_id = 88), - [4082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, .production_id = 60), - [4084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2706), - [4086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, .production_id = 60), - [4088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_long_flag, 2), - [4090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_long_flag, 2), - [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), - [4094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), - [4096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, .production_id = 64), - [4098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2838), - [4100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 2, .production_id = 64), - [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3170), - [4104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), - [4110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), - [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3738), - [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), - [4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3736), - [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3153), - [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [4126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, .production_id = 65), - [4128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, .production_id = 65), - [4130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, .production_id = 63), - [4132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, .production_id = 63), - [4134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, .production_id = 62), - [4136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, .production_id = 62), - [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3089), - [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), - [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), - [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), - [4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3732), - [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), - [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [4154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), - [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3197), - [4158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3733), - [4160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_short_flag, 2, .production_id = 22), - [4162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_short_flag, 2, .production_id = 22), - [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [4166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_opt, 2, .production_id = 101), - [4168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_opt, 2, .production_id = 101), - [4170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, .production_id = 61), - [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2850), - [4174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 2, .production_id = 61), - [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), - [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [4180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 2, .production_id = 102), - [4182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 2, .production_id = 102), - [4184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_rest, 2, .production_id = 22), - [4186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_rest, 2, .production_id = 22), - [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [4190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [4192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), - [4194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [4196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3064), - [4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3740), - [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3037), - [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), - [4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3066), - [4206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), - [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), - [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3102), - [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3735), - [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), - [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), - [4220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flag_capsule, 3), - [4222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flag_capsule, 3), - [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3062), - [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3741), - [4230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), - [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3116), - [4234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), - [4236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), - [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), - [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3743), - [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), - [4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), - [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), - [4250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3742), - [4252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, .production_id = 103), - [4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2858), - [4256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 3, .production_id = 103), - [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), - [4260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), - [4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), - [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3734), - [4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), - [4270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_type, 3, .production_id = 119), - [4272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_type, 3, .production_id = 119), - [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [4276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_cmd, 2, .production_id = 138), - [4278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_cmd, 2, .production_id = 138), - [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), - [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [4290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), - [4292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, .production_id = 103), - [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2847), - [4296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 4, .production_id = 103), - [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), - [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), - [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3402), - [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2949), - [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), - [4310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, .production_id = 61), - [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2863), - [4314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 3, .production_id = 61), - [4316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(3616), - [4319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), - [4321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(3297), - [4324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(1029), - [4327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [4329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2842), - [4331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [4335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2950), - [4337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), - [4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), - [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), - [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), - [4351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), - [4353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), - [4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [4357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, .production_id = 123), SHIFT_REPEAT(2748), - [4360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, .production_id = 123), - [4362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, .production_id = 123), SHIFT_REPEAT(3402), - [4365] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, .production_id = 123), SHIFT_REPEAT(2949), - [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [4372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3007), - [4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [4376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [4378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, .production_id = 64), - [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), - [4382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 3, .production_id = 64), - [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), - [4386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), - [4388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), - [4394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 1), - [4396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_parens_repeat1, 1), - [4398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3210), - [4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2891), - [4402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), - [4404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), - [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), - [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), - [4410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, .production_id = 61), - [4412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 4, .production_id = 61), - [4414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 5, .production_id = 103), - [4416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 5, .production_id = 103), - [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), - [4420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2926), - [4422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, .production_id = 64), - [4424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 4, .production_id = 64), - [4426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 152), SHIFT_REPEAT(2891), - [4429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 152), - [4431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 152), SHIFT_REPEAT(3346), - [4434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 152), SHIFT_REPEAT(2653), - [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), - [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3313), - [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), - [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3264), - [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [4451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 1, .production_id = 137), - [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), - [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), - [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [4459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 1, .production_id = 136), - [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), - [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), - [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3108), - [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), - [4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2927), - [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2907), - [4473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2893), - [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2893), - [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2908), - [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), - [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2879), - [4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), - [4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), - [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2890), - [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887), - [4491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2889), - [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), - [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2881), - [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), - [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2924), - [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), - [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), - [4505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3108), - [4508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(101), - [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3431), - [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [4514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3225), - [4516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), - [4518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), - [4520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), - [4522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [4526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [4528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [4530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), - [4532] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 2, .production_id = 77), SHIFT_REPEAT(101), - [4535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 2, .production_id = 77), SHIFT_REPEAT(3431), - [4538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 2, .production_id = 77), - [4540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 3, .production_id = 136), - [4542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3184), - [4544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), - [4546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [4548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 3, .production_id = 137), - [4550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), - [4552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [4554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [4556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 1, .production_id = 92), - [4558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), - [4560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body, 1, .production_id = 4), - [4562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [4564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [4566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_last, 1), SHIFT(3702), - [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), - [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), - [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2614), - [4579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body, 2, .production_id = 4), - [4581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_last, 1, .production_id = 4), - [4583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_last, 1, .production_id = 4), SHIFT(3702), - [4586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body, 2, .production_id = 40), - [4588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), - [4590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 3, .production_id = 99), - [4592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3090), - [4594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), - [4596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body, 3, .production_id = 40), - [4598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), - [4600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [4602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), - [4604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [4606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), - [4608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), - [4610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), - [4612] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_overlay_use_repeat1, 2), SHIFT_REPEAT(2965), - [4615] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_overlay_use_repeat1, 2), SHIFT_REPEAT(3165), - [4618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), - [4620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), - [4622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), - [4624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), - [4626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), - [4628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [4630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [4632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), - [4634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3350), - [4636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2829), - [4638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [4640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), - [4642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), - [4644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), - [4646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), - [4648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), - [4650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1803), - [4652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 110), - [4654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 110), - [4656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 4, .production_id = 133), - [4658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 4, .production_id = 133), - [4660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84), - [4662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3473), - [4664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [4666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), - [4668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), - [4670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 4, .production_id = 131), - [4672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 4, .production_id = 131), - [4674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), - [4676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), - [4678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 5, .production_id = 147), - [4680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 5, .production_id = 147), - [4682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 1, .production_id = 23), - [4684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), - [4686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3291), - [4688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [4690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), - [4692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), - [4694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), - [4696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3727), - [4698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059), - [4700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2261), - [4702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), - [4704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), - [4706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), - [4708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), - [4710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 4, .production_id = 100), - [4712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), - [4714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), - [4716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), - [4718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), - [4720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), - [4722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1848), - [4724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), - [4726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), - [4728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), - [4730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), - [4732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), - [4734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), - [4736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), - [4738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), - [4740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), - [4742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), - [4744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), - [4746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), - [4748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), - [4750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), - [4752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), - [4754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), - [4756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), - [4758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1058), - [4760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), - [4762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), - [4764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1859), - [4766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3335), - [4768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), - [4770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), - [4772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2074), - [4774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), - [4776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), - [4778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), - [4780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2160), - [4782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [4784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [4786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2098), - [4788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), - [4790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), - [4792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), - [4794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2058), - [4796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [4798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [4800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), - [4802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), - [4804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), - [4806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), - [4808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(493), - [4810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, .production_id = 92), - [4812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [4814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [4816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), - [4818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), - [4820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), - [4822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), - [4824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2161), - [4826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 4, .production_id = 99), - [4828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3360), - [4830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), - [4832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), - [4834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), - [4836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), - [4838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [4840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), - [4842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [4844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), - [4846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 107), - [4848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 107), - [4850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), - [4852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), - [4854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [4856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [4858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), - [4860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), - [4862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1699), - [4864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), - [4866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2085), - [4868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2279), - [4870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [4872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [4874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), - [4876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [4878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), - [4880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), - [4882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [4884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3426), - [4886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), - [4888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), - [4890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(749), - [4892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 2, .production_id = 4), - [4894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(978), - [4896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [4898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3368), - [4900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), - [4902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), - [4904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_last, 1, .production_id = 4), - [4906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 2, .production_id = 40), - [4908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3367), - [4910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [4912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [4914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), - [4916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2), - [4918] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 2), SHIFT_REPEAT(978), - [4921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2), SHIFT_REPEAT(978), - [4924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), - [4926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), - [4928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 1, .production_id = 4), - [4930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(704), - [4932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), - [4934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), - [4936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), - [4938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [4940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), - [4942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_where_command, 2, .production_id = 32), - [4944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_command, 2, .production_id = 32), - [4946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), - [4948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [4950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [4952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), - [4954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), - [4956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), - [4958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(656), - [4960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), - [4962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_last, 1), - [4964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), - [4966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), - [4968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [4970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 5, .production_id = 149), - [4972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 5, .production_id = 149), - [4974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [4976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1670), - [4978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 4, .production_id = 136), - [4980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 4, .production_id = 137), - [4982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1840), - [4984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [4986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [4988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), - [4990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), - [4992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [4994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), - [4996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(548), - [4998] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, .production_id = 77), SHIFT_REPEAT(84), - [5001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, .production_id = 77), SHIFT_REPEAT(3473), - [5004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, .production_id = 77), - [5006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 137), - [5008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 136), - [5010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), - [5012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3387), - [5014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [5016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [5020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), - [5022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [5024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [5026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2400), - [5028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), - [5030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [5032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [5034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [5036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), - [5038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 3, .production_id = 40), - [5040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(812), - [5042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), - [5044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3294), - [5046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), - [5048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3492), - [5050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), - [5052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), - [5054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1665), - [5056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [5058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1661), - [5060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), - [5062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), - [5064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), - [5066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2999), - [5068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [5070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2904), - [5072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2877), - [5074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [5076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), - [5078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), - [5080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), - [5082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2175), - [5084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [5086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), - [5088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(694), - [5090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_last, 1), - [5092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(702), - [5094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), - [5096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [5098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967), - [5100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672), - [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [5104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(490), - [5106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), - [5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), - [5110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), - [5112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), - [5114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__str_double_quotes_repeat1, 2), - [5116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__str_double_quotes_repeat1, 2), SHIFT_REPEAT(3492), - [5119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1681), - [5121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [5123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [5125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), - [5127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), - [5129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(984), - [5131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223), - [5133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(489), - [5135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2994), - [5137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [5139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2896), - [5141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), - [5143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(253), - [5145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_last, 4, .production_id = 120), - [5147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_last, 4, .production_id = 120), - [5149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_last, 5, .production_id = 116), - [5151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_last, 5, .production_id = 116), - [5153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [5155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_interpolated, 3, .production_id = 37), - [5157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_interpolated, 3, .production_id = 37), - [5159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(718), - [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [5163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1728), - [5165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1685), - [5167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1806), - [5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [5171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_let_last, 2, .production_id = 10), - [5173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_let_last, 2, .production_id = 10), - [5175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1801), - [5177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1851), - [5179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1849), - [5181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1837), - [5183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1839), - [5185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2039), - [5187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2043), - [5189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), - [5191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040), - [5193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(715), - [5195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1832), - [5197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body_statement_last, 1), - [5199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement_last, 1), - [5201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), - [5203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1857), - [5205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1959), - [5207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1962), - [5209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body_statement_last, 1, .production_id = 4), - [5211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement_last, 1, .production_id = 4), - [5213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), - [5215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1876), - [5217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1877), - [5219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), - [5221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2651), - [5223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [5225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2650), - [5227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2067), - [5229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2062), - [5231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [5233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [5235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1836), - [5237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), - [5239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), - [5241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1982), - [5243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [5245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2303), - [5247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1985), - [5249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1951), - [5251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1953), - [5253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_mut_last, 2, .production_id = 10), - [5255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_mut_last, 2, .production_id = 10), - [5257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), - [5259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), - [5261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_last, 2, .production_id = 10), - [5263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_last, 2, .production_id = 10), - [5265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [5267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598), - [5269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1824), - [5271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), - [5273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2028), - [5275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2032), - [5277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1804), - [5279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2066), - [5281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), - [5283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), - [5285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2069), - [5287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312), - [5289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(651), - [5291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650), - [5293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_last, 3, .production_id = 41), - [5295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_last, 3, .production_id = 41), - [5297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [5299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), - [5301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), - [5303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_table_repeat1, 2, .production_id = 125), SHIFT_REPEAT(1242), - [5306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_table_repeat1, 2, .production_id = 125), - [5308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2985), - [5310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2408), - [5312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2046), - [5314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2451), - [5316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), - [5318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), - [5320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2986), - [5322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2034), - [5324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), - [5326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), - [5328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1735), - [5330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), - [5332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_last, 4, .production_id = 85), - [5334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_last, 4, .production_id = 85), - [5336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_last, 3, .production_id = 86), - [5338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_last, 3, .production_id = 86), - [5340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [5342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1740), - [5344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), - [5346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, .production_id = 35), - [5348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, .production_id = 35), - [5350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1), - [5352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1), - [5354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [5356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1828), - [5358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161), - [5360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), - [5362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(481), - [5364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1819), - [5366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), - [5368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), - [5370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), - [5372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), - [5374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), - [5376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), - [5378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3487), - [5380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [5382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [5384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), - [5386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), - [5388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), - [5390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), - [5392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, .production_id = 35), - [5394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, .production_id = 35), - [5396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [5398] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_or_pattern_repeat1, 2), SHIFT_REPEAT(1633), - [5401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), - [5403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [5405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), - [5407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [5409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), - [5411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1), - [5413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1), - [5415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [5417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [5419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), - [5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), - [5423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [5425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_or_pattern, 3), - [5427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2937), - [5429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [5431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), - [5433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [5435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), - [5437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3570), - [5439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 1, .production_id = 75), - [5441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [5443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), - [5445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), - [5447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__str_double_quotes_repeat1, 1), - [5449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__str_double_quotes_repeat1, 1), - [5451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), - [5453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), - [5455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2597), - [5457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [5459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_or_pattern, 2), - [5461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), - [5463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), - [5465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [5467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), - [5469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), - [5471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), - [5473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [5475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), - [5477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), - [5479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [5481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), - [5483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, .production_id = 114), - [5485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, .production_id = 114), SHIFT_REPEAT(3487), - [5488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [5490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [5492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), - [5494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_arm, 3, .production_id = 143), - [5496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_table_repeat1, 1, .production_id = 94), - [5498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), - [5500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3744), - [5502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, .production_id = 112), - [5504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [5506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), - [5508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [5510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), - [5512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 2), - [5514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_list_destructure_pattern, 8, .production_id = 165), - [5516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3673), - [5518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3578), - [5520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3579), - [5522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3580), - [5524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3581), - [5526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), - [5528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), - [5530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [5532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), - [5534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [5536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), - [5538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), - [5540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), - [5542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [5544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3000), - [5546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), - [5548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), - [5550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), - [5552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [5554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), - [5556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), - [5558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), - [5560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2704), - [5562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), - [5564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), - [5566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [5568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), - [5570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), - [5572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [5574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [5576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_arm, 4, .production_id = 143), - [5578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3681), - [5580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [5582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [5584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [5586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3590), - [5588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), - [5590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), - [5592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), - [5594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), - [5596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [5598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), - [5600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), - [5602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [5604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), - [5606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), - [5608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), - [5610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [5612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3745), - [5614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [5616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), - [5618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3462), - [5620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), - [5622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), - [5624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [5626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [5628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), - [5630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), - [5632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3489), - [5634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), - [5636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), - [5638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3457), - [5640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), - [5642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_returns, 2, .production_id = 88), - [5644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), - [5646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), - [5648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3488), - [5650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), - [5652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [5654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 3, .production_id = 88), - [5656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), - [5658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), - [5660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [5662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), - [5664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [5666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3459), - [5668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), - [5670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [5672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [5674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [5676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), - [5678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [5680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), - [5682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [5684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), - [5686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3477), - [5688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), - [5690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [5692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [5694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nu_script, 1, .production_id = 4), - [5696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3465), - [5698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), - [5700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), - [5702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_list_destructure_pattern, 9, .production_id = 166), - [5704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3495), - [5706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [5708] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [5710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [5712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), - [5714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), - [5716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), - [5718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), - [5720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [5722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3513), - [5724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3460), - [5726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), - [5728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [5730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 1), - [5732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), - [5734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3467), - [5736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), - [5738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [5740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [5742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2591), - [5744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3454), - [5746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 1, .production_id = 98), - [5748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), - [5750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [5752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3502), - [5754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [5756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), - [5758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), - [5760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [5762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [5764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2998), - [5766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [5768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), - [5770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), - [5772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), - [5774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nu_script, 2, .production_id = 37), - [5776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [5778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [5780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), - [5782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), - [5784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), - [5786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [5788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), - [5790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), - [5792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), - [5794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [5796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), - [5798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), - [5800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), - [5802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), - [5804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [5806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), - [5808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), - [5810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [5812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [5814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [5816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [5818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [5820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [5822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [5824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [5826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [5828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [5830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [5832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [5834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [5836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [5838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comment, 2), + [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), + [3028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [3030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), + [3032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743), + [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), + [3036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [3038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [3042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3438), + [3044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [3046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), + [3048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2940), + [3050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [3052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2003), + [3054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), + [3056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3066), + [3058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3066), + [3061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(53), + [3063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3024), + [3065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1683), + [3067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1685), + [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [3071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2308), + [3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), + [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [3077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), + [3079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3024), + [3082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1725), + [3084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(72), + [3086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), + [3088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1732), + [3090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3093), + [3092] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3093), + [3095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, .production_id = 16), + [3097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, .production_id = 16), + [3099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, .production_id = 15), + [3101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, .production_id = 15), + [3103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, .production_id = 14), + [3105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, .production_id = 14), + [3107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 1, .production_id = 13), + [3109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1, .production_id = 13), + [3111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cmd_arg, 1, .production_id = 12), + [3113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cmd_arg, 1, .production_id = 12), + [3115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), + [3117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3134), + [3119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), + [3121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirection, 2, .production_id = 45), + [3123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirection, 2, .production_id = 45), + [3125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 43), + [3127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 43), + [3129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3134), + [3132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1762), + [3134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3025), + [3137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1817), + [3139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element, 2, .production_id = 4), + [3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), + [3143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element, 2), + [3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), + [3147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_element_repeat1, 2), + [3149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pipe_element_repeat1, 2), SHIFT_REPEAT(3676), + [3152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pipe_element_repeat1, 2), SHIFT_REPEAT(1829), + [3155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3101), + [3158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3025), + [3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [3162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3101), + [3164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, .production_id = 154), + [3166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, .production_id = 154), SHIFT_REPEAT(2651), + [3169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, .production_id = 154), SHIFT_REPEAT(2657), + [3172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, .production_id = 154), SHIFT_REPEAT(2658), + [3175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3695), + [3177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), + [3179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), + [3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), + [3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), + [3185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), + [3187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3112), + [3190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1851), + [3192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3207), + [3194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3207), + [3197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3153), + [3199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3153), + [3202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3112), + [3204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3135), + [3206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3135), + [3209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1842), + [3211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_element_repeat1, 2), + [3213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipe_element_repeat1, 1), + [3215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipe_element_repeat1, 1), + [3217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1438), + [3219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element, 3), + [3221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element, 3), + [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), + [3225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1862), + [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), + [3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), + [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), + [3233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3179), + [3236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3179), + [3238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element, 3, .production_id = 4), + [3240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element, 3, .production_id = 4), + [3242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3059), + [3244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3171), + [3246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pipeline_repeat1, 1), + [3248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pipeline_repeat1, 1), + [3250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), + [3252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), + [3254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), + [3256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3171), + [3259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1446), + [3261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3214), + [3264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3214), + [3266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3059), + [3269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1946), + [3271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3175), + [3273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1418), + [3275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1421), + [3277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), + [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), + [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), + [3283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465), + [3285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1464), + [3287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1528), + [3289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1461), + [3291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1458), + [3293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1462), + [3295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1456), + [3297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1453), + [3299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1452), + [3301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1451), + [3303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), + [3305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1415), + [3307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1416), + [3309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3170), + [3311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 1, .production_id = 31), + [3313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 1, .production_id = 31), + [3315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1356), + [3317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1324), + [3319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1320), + [3321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1311), + [3323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2047), + [3325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1394), + [3327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1282), + [3329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1269), + [3331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1299), + [3333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1302), + [3335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1303), + [3337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1369), + [3339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1370), + [3341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1371), + [3343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3130), + [3345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), + [3347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3130), + [3350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flat_type, 1, .production_id = 87), + [3352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), + [3354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), + [3356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1417), + [3358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), + [3360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1420), + [3362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), + [3364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), + [3366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2060), + [3368] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3186), + [3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), + [3373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2026), + [3375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3170), + [3378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3175), + [3381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2077), + [3383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3147), + [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), + [3387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__one_type, 3, .production_id = 155), + [3389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), + [3391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), + [3393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1431), + [3395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1432), + [3397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_value, 2, .production_id = 129), + [3399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_value, 2, .production_id = 129), + [3401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1433), + [3403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3147), + [3406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1483), + [3408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1482), + [3410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1481), + [3412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1480), + [3414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1476), + [3416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1473), + [3418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472), + [3420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1471), + [3422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1470), + [3424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1469), + [3426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1468), + [3428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1467), + [3430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1466), + [3432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 3), + [3434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1274), + [3436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1273), + [3438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1271), + [3440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1270), + [3442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2116), + [3444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), + [3446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1265), + [3448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1264), + [3450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1263), + [3452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), + [3454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1261), + [3456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1260), + [3458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1259), + [3460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1258), + [3462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), + [3464] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3047), + [3467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), + [3469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 1, .production_id = 139), + [3471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_type, 4, .production_id = 153), + [3473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_collection_type, 4, .production_id = 151), + [3475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2158), + [3477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 2, .production_id = 74), + [3479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 2, .production_id = 74), + [3481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1365), + [3483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1363), + [3485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1361), + [3487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1360), + [3489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1359), + [3491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357), + [3493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1355), + [3495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1349), + [3497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1314), + [3499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1313), + [3501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1312), + [3503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1310), + [3505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1309), + [3507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_annotation, 1, .production_id = 89), + [3509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 2, .production_id = 73), + [3511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 2, .production_id = 73), + [3513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1396), + [3515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1399), + [3517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1402), + [3519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1403), + [3521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1407), + [3523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1406), + [3525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1405), + [3527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1404), + [3529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1401), + [3531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1400), + [3533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1398), + [3535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), + [3537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1395), + [3539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2166), + [3541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), + [3543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2669), + [3545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2137), + [3547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), + [3549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), + [3551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_type, 3), + [3553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1389), + [3555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1388), + [3557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1368), + [3559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1385), + [3561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1383), + [3563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1380), + [3565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1375), + [3567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1374), + [3569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1372), + [3571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1390), + [3573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1364), + [3575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1362), + [3577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358), + [3579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1354), + [3581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1315), + [3583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1316), + [3585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1317), + [3587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1318), + [3589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1319), + [3591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1321), + [3593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1336), + [3595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1351), + [3597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1352), + [3599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1353), + [3601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1381), + [3603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1297), + [3605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__multiple_types_repeat1, 2, .production_id = 139), + [3607] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3056), + [3610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2292), + [3612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2286), + [3614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1559), + [3616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), + [3618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), + [3620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), + [3622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [3624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1554), + [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), + [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), + [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), + [3632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), + [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), + [3636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), + [3638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), + [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), + [3642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), + [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), + [3646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), + [3648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), + [3650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), + [3654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1443), + [3656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), + [3658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1463), + [3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), + [3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), + [3664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450), + [3666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), + [3668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), + [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), + [3672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), + [3674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3050), + [3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), + [3679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), + [3681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), + [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), + [3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), + [3687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), + [3689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2351), + [3691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1413), + [3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), + [3695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1521), + [3697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), + [3699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), + [3701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1524), + [3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), + [3705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), + [3707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1522), + [3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), + [3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), + [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), + [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), + [3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), + [3719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1498), + [3721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1496), + [3723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493), + [3725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_last, 1), + [3727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_last, 1), + [3729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1500), + [3731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1501), + [3733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1502), + [3735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1503), + [3737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1504), + [3739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1505), + [3741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1506), + [3743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1507), + [3745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1508), + [3747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1509), + [3749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1510), + [3751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511), + [3753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1512), + [3755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_entry, 3, .production_id = 100), + [3757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3169), + [3759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 3, .production_id = 100), + [3761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 4, .production_id = 132), + [3763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 4, .production_id = 132), + [3765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 111), + [3767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 111), + [3769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1323), + [3771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1367), + [3773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1325), + [3775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1326), + [3777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1327), + [3779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1328), + [3781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1329), + [3783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1330), + [3785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1251), + [3787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1332), + [3789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1333), + [3791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1334), + [3793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1335), + [3795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 79), + [3797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 79), + [3799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 5, .production_id = 150), + [3801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 5, .production_id = 150), + [3803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1412), + [3805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), + [3807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), + [3809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_or_pattern, 1), + [3811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 108), + [3813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 108), + [3815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 4, .production_id = 134), + [3817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 4, .production_id = 134), + [3819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1537), + [3821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1535), + [3823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1534), + [3825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1526), + [3827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1523), + [3829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1479), + [3831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1477), + [3833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1474), + [3835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1460), + [3837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1455), + [3839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1454), + [3841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1449), + [3843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1448), + [3845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 5, .production_id = 148), + [3847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 5, .production_id = 148), + [3849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 109), + [3851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 109), + [3853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284), + [3855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285), + [3857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1286), + [3859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1287), + [3861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1288), + [3863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1289), + [3865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1290), + [3867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1291), + [3869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1292), + [3871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1293), + [3873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1294), + [3875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1295), + [3877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1296), + [3879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1350), + [3881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1348), + [3883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1347), + [3885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1346), + [3887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1345), + [3889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1344), + [3891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1343), + [3893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1342), + [3895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341), + [3897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1340), + [3899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1339), + [3901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1338), + [3903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1337), + [3905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1278), + [3907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1277), + [3909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1276), + [3911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1275), + [3913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1272), + [3915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1268), + [3917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1267), + [3919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1257), + [3921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1256), + [3923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1255), + [3925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1254), + [3927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1281), + [3929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1283), + [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3676), + [3933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_expression, 1, .dynamic_precedence = 10), + [3935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__match_expression, 1, .dynamic_precedence = 10), + [3937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 1, .production_id = 20), + [3939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 1, .production_id = 20), + [3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), + [3943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 3, .production_id = 144), + [3945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), + [3947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 3, .production_id = 144), + [3949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [3951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 54), + [3953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 54), + [3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [3957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 4, .production_id = 144), + [3959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 4, .production_id = 144), + [3961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [3963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__match_or_pattern_repeat1, 2), + [3965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 53), + [3967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_list_repeat1, 2, .production_id = 53), + [3969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ctrl_match_repeat1, 1), + [3971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_ctrl_match_repeat1, 1), + [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [3975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_guard, 2), + [3977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2650), + [3979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [3981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), + [3983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flat_type, 1, .production_id = 87), + [3985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), SHIFT_REPEAT(2682), + [3988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), + [3990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), SHIFT_REPEAT(3653), + [3993] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), SHIFT_REPEAT(3613), + [3996] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), SHIFT_REPEAT(3610), + [3999] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_parameter_parens_repeat1, 2), SHIFT_REPEAT(3577), + [4002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1, .production_id = 64), + [4004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), + [4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), + [4008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2867), + [4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), + [4012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 1, .production_id = 64), + [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), + [4016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), + [4018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), + [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), + [4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3653), + [4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), + [4026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), + [4028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3577), + [4030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_annotation, 1, .production_id = 89), + [4032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1, .production_id = 61), + [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), + [4036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 1, .production_id = 61), + [4038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 4, .production_id = 151), + [4040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_type, 4, .production_id = 153), + [4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), + [4044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2310), + [4046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), + [4048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [4052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), + [4054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3562), + [4056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_type, 3), + [4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3563), + [4060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3009), + [4062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2146), + [4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), + [4066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3541), + [4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [4072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), + [4074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), + [4076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), + [4078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [4080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [4082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, .production_id = 103), + [4084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), + [4086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 2, .production_id = 103), + [4088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_collection_type, 3), + [4090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, .production_id = 60), + [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2707), + [4094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, .production_id = 60), + [4096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_long_flag, 2), + [4098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_long_flag, 2), + [4100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_type, 2, .production_id = 88), + [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2879), + [4104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_type, 2, .production_id = 88), + [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3732), + [4110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), + [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), + [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), + [4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3740), + [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3178), + [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), + [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), + [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), + [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3063), + [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [4136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, .production_id = 64), + [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2878), + [4140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 2, .production_id = 64), + [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), + [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), + [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), + [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3039), + [4154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3736), + [4156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2, .production_id = 61), + [4158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), + [4160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 2, .production_id = 61), + [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), + [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [4168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), + [4170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_opt, 2, .production_id = 101), + [4172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_opt, 2, .production_id = 101), + [4174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), + [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3744), + [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), + [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), + [4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [4186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), + [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3742), + [4190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 2, .production_id = 102), + [4192] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 2, .production_id = 102), + [4194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), + [4196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), + [4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3734), + [4200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_rest, 2, .production_id = 22), + [4202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_rest, 2, .production_id = 22), + [4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), + [4206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3184), + [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3745), + [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), + [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3010), + [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), + [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), + [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), + [4220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, .production_id = 65), + [4222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, .production_id = 65), + [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), + [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3743), + [4230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), + [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), + [4234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, .production_id = 63), + [4236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, .production_id = 63), + [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), + [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3733), + [4242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, .production_id = 103), + [4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), + [4246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 3, .production_id = 103), + [4248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_flag_capsule, 3), + [4250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_flag_capsule, 3), + [4252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), + [4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), + [4256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3735), + [4258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__param_name, 1, .production_id = 62), + [4260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__param_name, 1, .production_id = 62), + [4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), + [4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3738), + [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [4270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_short_flag, 2, .production_id = 22), + [4272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_short_flag, 2, .production_id = 22), + [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), + [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3741), + [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [4282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_type, 3, .production_id = 119), + [4284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_type, 3, .production_id = 119), + [4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), + [4290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_cmd, 2, .production_id = 138), + [4292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_cmd, 2, .production_id = 138), + [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), + [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2770), + [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3404), + [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2982), + [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), + [4320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2978), + [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), + [4324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, .production_id = 103), + [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2877), + [4328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 4, .production_id = 103), + [4330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), + [4332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), + [4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), + [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [4340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, .production_id = 61), + [4342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2834), + [4344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 3, .production_id = 61), + [4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), + [4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), + [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [4354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, .production_id = 123), SHIFT_REPEAT(2770), + [4357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, .production_id = 123), + [4359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, .production_id = 123), SHIFT_REPEAT(3404), + [4362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, .production_id = 123), SHIFT_REPEAT(2982), + [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [4367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(3625), + [4370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), + [4372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(3314), + [4375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 2, .production_id = 67), SHIFT_REPEAT(1038), + [4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), + [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), + [4382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), + [4386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [4388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), + [4394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), + [4396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), + [4398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), + [4402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, .production_id = 64), + [4404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), + [4406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 3, .production_id = 64), + [4408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, .production_id = 61), + [4410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 4, .production_id = 61), + [4412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3028), + [4414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_parens_repeat1, 1), + [4416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_parameter_parens_repeat1, 1), + [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2926), + [4420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), + [4422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), + [4424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), + [4426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), + [4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), + [4430] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 152), SHIFT_REPEAT(2926), + [4433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 152), + [4435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 152), SHIFT_REPEAT(3253), + [4438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 152), SHIFT_REPEAT(2653), + [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), + [4443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, .production_id = 64), + [4445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 4, .production_id = 64), + [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2911), + [4449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 5, .production_id = 103), + [4451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 5, .production_id = 103), + [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), + [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3266), + [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3389), + [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [4469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cell_path_repeat1, 2), SHIFT_REPEAT(3068), + [4472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [4474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), + [4476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2880), + [4478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2920), + [4480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2920), + [4482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2906), + [4484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2908), + [4486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2881), + [4488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2893), + [4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2891), + [4492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2889), + [4494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), + [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2884), + [4498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), + [4500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2883), + [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), + [4504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 1, .production_id = 137), + [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), + [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3032), + [4510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 1, .production_id = 136), + [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), + [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), + [4516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), + [4518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), + [4520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2966), + [4522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(64), + [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3433), + [4526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [4528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body, 1, .production_id = 4), + [4530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), + [4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), + [4536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3346), + [4538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), + [4540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [4542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), + [4544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [4546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [4548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [4550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [4552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body, 2, .production_id = 40), + [4554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [4556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipe_element_last, 1, .production_id = 4), + [4558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_last, 1, .production_id = 4), SHIFT(3676), + [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [4563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3356), + [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [4569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body, 2, .production_id = 4), + [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), + [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3072), + [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), + [4577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_pipe_element_last, 1), SHIFT(3676), + [4580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), + [4582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2597), + [4584] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 2, .production_id = 77), SHIFT_REPEAT(64), + [4587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 2, .production_id = 77), SHIFT_REPEAT(3433), + [4590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 2, .production_id = 77), + [4592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), + [4594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), + [4596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), + [4598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [4600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_overlay_use_repeat1, 2), SHIFT_REPEAT(2968), + [4603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_overlay_use_repeat1, 2), SHIFT_REPEAT(3058), + [4606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 1, .production_id = 92), + [4608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3117), + [4610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [4612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [4614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), + [4616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 3, .production_id = 99), + [4618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), + [4620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), + [4622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 3, .production_id = 137), + [4624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3044), + [4626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 3, .production_id = 136), + [4628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3043), + [4630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), + [4632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body, 3, .production_id = 40), + [4634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [4636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [4638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), + [4640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), + [4642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), + [4644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), + [4646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [4648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2808), + [4650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), + [4652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), + [4654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), + [4656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), + [4658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), + [4660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), + [4662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), + [4664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 110), + [4666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 110), + [4668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 4, .production_id = 131), + [4670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 4, .production_id = 131), + [4672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2214), + [4674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(235), + [4676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [4678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [4680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(54), + [4682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), + [4684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), + [4686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [4688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [4690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), + [4692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), + [4694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), + [4696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(779), + [4698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), + [4700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [4702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1724), + [4704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 2, .production_id = 4), + [4706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(979), + [4708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), + [4710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), + [4712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), + [4714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), + [4716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), + [4718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), + [4720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipe_element_last, 1, .production_id = 4), + [4722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 2, .production_id = 40), + [4724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [4726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), + [4728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), + [4730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), + [4732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 136), + [4734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), + [4736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 2, .production_id = 137), + [4738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), + [4740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1855), + [4742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2248), + [4744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), + [4746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3526), + [4748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), + [4750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3659), + [4752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3444), + [4754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), + [4756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_record_repeat1, 1, .production_id = 23), + [4758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), + [4760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), + [4762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 4, .production_id = 136), + [4764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_collection_type_repeat1, 4, .production_id = 137), + [4766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), + [4768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [4770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), + [4772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), + [4774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), + [4776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), + [4778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), + [4780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), + [4782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline_last, 1), + [4784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), + [4786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), + [4788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), + [4790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), + [4792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(673), + [4794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), + [4796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), + [4798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), + [4800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [4802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), + [4804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_where_command, 2, .production_id = 32), + [4806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_command, 2, .production_id = 32), + [4808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2144), + [4810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [4812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), + [4814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), + [4816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), + [4818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [4820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), + [4822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [4824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2), + [4826] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__block_body_repeat1, 2), SHIFT_REPEAT(979), + [4829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__block_body_repeat1, 2), SHIFT_REPEAT(979), + [4832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1670), + [4834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 3, .production_id = 107), + [4836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 3, .production_id = 107), + [4838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1813), + [4840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [4842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), + [4844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [4846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [4848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [4850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [4852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), + [4854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 4, .production_id = 133), + [4856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 4, .production_id = 133), + [4858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [4860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), + [4862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [4864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), + [4866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3357), + [4868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), + [4870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), + [4872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), + [4874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2261), + [4876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [4878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [4880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [4882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503), + [4884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3309), + [4886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), + [4888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), + [4890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 1, .production_id = 4), + [4892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3388), + [4894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), + [4896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3297), + [4898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), + [4900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), + [4902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 5, .production_id = 147), + [4904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 5, .production_id = 147), + [4906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__where_predicate, 5, .production_id = 149), + [4908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__where_predicate, 5, .production_id = 149), + [4910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_list_repeat1, 2, .production_id = 92), + [4912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2132), + [4914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [4916] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, .production_id = 77), SHIFT_REPEAT(54), + [4919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, .production_id = 77), SHIFT_REPEAT(3479), + [4922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 2, .production_id = 77), + [4924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), + [4926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), + [4928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), + [4930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191), + [4932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [4934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), + [4936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), + [4938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), + [4940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3294), + [4942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), + [4944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), + [4946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [4948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [4950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [4952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), + [4954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), + [4956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), + [4958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [4960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [4962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3281), + [4964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), + [4966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), + [4968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [4970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 4, .production_id = 99), + [4972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), + [4974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), + [4976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(679), + [4978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2430), + [4980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [4984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_entry, 4, .production_id = 100), + [4986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), + [4988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), + [4990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), + [4992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), + [4994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), + [4996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), + [4998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2049), + [5000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), + [5002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), + [5004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), + [5006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [5010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1047), + [5012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), + [5014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), + [5016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), + [5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [5020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), + [5022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2111), + [5024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1885), + [5026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), + [5028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3293), + [5030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [5032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [5034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3268), + [5036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1848), + [5038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), + [5040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [5042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2056), + [5044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), + [5046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), + [5048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), + [5050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), + [5052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [5054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [5056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body, 3, .production_id = 40), + [5058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2168), + [5060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1954), + [5062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3494), + [5064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), + [5066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1956), + [5068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), + [5070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), + [5072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1933), + [5074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), + [5076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1666), + [5078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), + [5080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(607), + [5082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634), + [5084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(489), + [5086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), + [5088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1654), + [5090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(490), + [5092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1837), + [5094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), + [5096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2052), + [5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [5100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2032), + [5102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2028), + [5104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), + [5106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [5108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_last, 4, .production_id = 120), + [5110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_last, 4, .production_id = 120), + [5112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_last, 5, .production_id = 116), + [5114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_last, 5, .production_id = 116), + [5116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expr_interpolated, 3, .production_id = 37), + [5118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expr_interpolated, 3, .production_id = 37), + [5120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [5122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2654), + [5124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2655), + [5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [5128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258), + [5130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1884), + [5132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1863), + [5134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(295), + [5136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), + [5138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1950), + [5140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(689), + [5142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1952), + [5144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1845), + [5146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1846), + [5148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2231), + [5150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [5152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2065), + [5154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680), + [5156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), + [5158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), + [5160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [5162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [5164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2067), + [5166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1795), + [5168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2083), + [5170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [5172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_table_repeat1, 2, .production_id = 125), SHIFT_REPEAT(1233), + [5175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_table_repeat1, 2, .production_id = 125), + [5177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2064), + [5179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1793), + [5181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(671), + [5183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__str_double_quotes_repeat1, 2), + [5185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__str_double_quotes_repeat1, 2), SHIFT_REPEAT(3494), + [5188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline_last, 1), + [5190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674), + [5192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1849), + [5194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), + [5196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1850), + [5198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1839), + [5200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), + [5202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), + [5204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1840), + [5206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2021), + [5208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), + [5210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201), + [5212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1819), + [5214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2998), + [5216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [5218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2898), + [5220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2899), + [5222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2022), + [5224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [5226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), + [5228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(976), + [5230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), + [5232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), + [5234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [5236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2375), + [5238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [5240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__assignment_pattern_last, 3, .production_id = 86), + [5242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assignment_pattern_last, 3, .production_id = 86), + [5244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_decl_alias_last, 4, .production_id = 85), + [5246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decl_alias_last, 4, .production_id = 85), + [5248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), + [5250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), + [5252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), + [5254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), + [5256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), + [5258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_last, 3, .production_id = 41), + [5260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_last, 3, .production_id = 41), + [5262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), + [5264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), + [5266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [5268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2359), + [5270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2947), + [5272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [5274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2931), + [5276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2928), + [5278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [5280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), + [5282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821), + [5284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), + [5286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), + [5288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [5290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1686), + [5292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2256), + [5294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1684), + [5296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), + [5298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_const_last, 2, .production_id = 10), + [5300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_const_last, 2, .production_id = 10), + [5302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_mut_last, 2, .production_id = 10), + [5304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_mut_last, 2, .production_id = 10), + [5306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), + [5308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stmt_let_last, 2, .production_id = 10), + [5310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stmt_let_last, 2, .production_id = 10), + [5312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(713), + [5314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1811), + [5316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), + [5318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [5320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body_statement_last, 1, .production_id = 4), + [5322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement_last, 1, .production_id = 4), + [5324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1747), + [5326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1828), + [5328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), + [5330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), + [5332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__block_body_statement_last, 1), + [5334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_body_statement_last, 1), + [5336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), + [5338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), + [5340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), + [5342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(710), + [5344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), + [5346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2953), + [5348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2958), + [5350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), + [5352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), + [5354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), + [5356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), + [5358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), + [5360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), + [5362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1675), + [5364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, .production_id = 35), + [5366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1, .production_id = 35), + [5368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1), + [5370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_double_quotes_repeat1, 1), + [5372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), + [5374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486), + [5376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1676), + [5378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [5380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(473), + [5382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), + [5384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), + [5386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), + [5388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), + [5390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_or_pattern, 2), + [5392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2904), + [5394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__match_or_pattern_repeat1, 2), SHIFT_REPEAT(1436), + [5397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_or_pattern, 3), + [5399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), + [5401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), + [5403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), + [5405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), + [5407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), + [5409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, .production_id = 35), + [5411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1, .production_id = 35), + [5413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), + [5415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [5417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), + [5419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), + [5423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1), + [5425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__inter_single_quotes_repeat1, 1), + [5427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, .production_id = 114), + [5429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, .production_id = 114), SHIFT_REPEAT(3517), + [5432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), + [5434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [5436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), + [5438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), + [5440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), + [5442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), + [5444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), + [5446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), + [5448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), + [5450] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__str_double_quotes_repeat1, 1), + [5452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__str_double_quotes_repeat1, 1), + [5454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), + [5456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), + [5458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [5460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), + [5462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), + [5464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [5466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [5468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [5470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [5472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), + [5474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [5476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [5478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), + [5480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [5482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [5484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), + [5486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), + [5488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), + [5490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 1, .production_id = 75), + [5492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), + [5494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [5496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [5498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [5500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [5502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3730), + [5504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [5506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), + [5508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_arm, 3, .production_id = 143), + [5510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [5512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_binary_repeat1, 2, .production_id = 112), + [5514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), + [5516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_val_table_repeat1, 1, .production_id = 94), + [5518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [5520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3502), + [5522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), + [5524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), + [5526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), + [5528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), + [5530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [5532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [5534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [5536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), + [5538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), + [5540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [5542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), + [5544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [5546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [5548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [5550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), + [5552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), + [5554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), + [5556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), + [5558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 1), + [5560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 1, .production_id = 98), + [5562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [5564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [5566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), + [5568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [5570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), + [5572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [5574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), + [5576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), + [5578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [5580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), + [5582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), + [5584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [5586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), + [5588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), + [5590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2999), + [5592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), + [5594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), + [5596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3489), + [5598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), + [5600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [5602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), + [5604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [5606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), + [5608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), + [5610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [5612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), + [5614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), + [5616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), + [5618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), + [5620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), + [5622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), + [5624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), + [5626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [5628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [5630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3495), + [5632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), + [5634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [5636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), + [5638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3499), + [5640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), + [5642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), + [5644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), + [5646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [5648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3520), + [5650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), + [5652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), + [5654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2302), + [5656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), + [5658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), + [5660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [5662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [5664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), + [5666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [5668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), + [5670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), + [5672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [5674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [5676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [5678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), + [5680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [5682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), + [5684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [5686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [5688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), + [5690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), + [5692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), + [5694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), + [5696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3513), + [5698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), + [5700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [5702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [5704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nu_script, 1, .production_id = 4), + [5706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3501), + [5708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), + [5710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [5712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nu_script, 2, .production_id = 37), + [5714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3487), + [5716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), + [5718] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [5720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [5722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_returns, 2, .production_id = 88), + [5724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3462), + [5726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), + [5728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), + [5730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), + [5732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3469), + [5734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [5736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [5738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [5740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [5742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3475), + [5744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), + [5746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), + [5748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 2), + [5750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), + [5752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3485), + [5754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [5756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [5758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), + [5760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3504), + [5762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), + [5764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [5766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), + [5768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_arm, 4, .production_id = 143), + [5770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [5772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2990), + [5774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiple_types, 3, .production_id = 88), + [5776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), + [5778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), + [5780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), + [5782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), + [5784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3727), + [5786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), + [5788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_list_destructure_pattern, 8, .production_id = 165), + [5790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [5792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3720), + [5794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3722), + [5796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [5798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3723), + [5800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2507), + [5802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3725), + [5804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3715), + [5806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), + [5808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3728), + [5810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), + [5812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3718), + [5814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__match_list_destructure_pattern, 9, .production_id = 166), + [5816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [5818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [5820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [5822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [5824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [5826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [5828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [5830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [5832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [5834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [5836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [5838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [5840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [5842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [5844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [5846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [5848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), + [5850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comment, 2), }; #ifdef __cplusplus